/* Cuerpo -----------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body, html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
section {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.section-content {
    width: 100%;
    max-width: 1200px;
}
.no-overflow {
    overflow: hidden;
}
#titulo-grid{
    font-family: "Roboto", sans-serif;
    font-size: 38px;
    font-weight: 550;
    color: #001732;
    margin-top: 20px;
    max-width: 60%
}
#parrafo-grid{
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #001732a6;
}
#titulo-grid-esp{
    font-family: "Roboto", sans-serif;
    font-size: 38px;
    font-weight: 550;
    color: #001732;
    margin-top: 20px;
}
#parrafo-grid-esp{
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #001732a6;
}
#titulo-grid-dark{
    font-family: "Roboto", sans-serif;
    max-width: 85%;
    font-size: 35px;
    font-weight: 550;
    color: #ffffff;
    margin-top: 20px;
    margin-left: 2vh;
}
#parrafo-grid-dark{
    font-family: "Roboto", sans-serif;
    max-width: 85%;
    font-size: 22px;
    font-weight: 500;
    color: #ffffffc2;
    margin-top: 15px;
    margin-left: 2vh;
}
/* Final Cuerpo -----------------------------------------------------------------------*/





/* Inicio Sección 1 -------------------------------------------------------------------*/
#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1; 
}
#welcome {
    font-family: "Roboto", sans-serif;
    height: 100vh;
}
/* HEADER ---------------------------*/
.navbar-brand img {
    max-height: 50px;
}
.navbar-nav .nav-link {
    margin-right: 20px;
    color: #001732b0;
}
.navbar-toggler {
    border: none;
}
.navbar-toggler-icon {
    background-image: url('https://cdn-icons-png.flaticon.com/512/1828/1828859.png'); /* Ícono hamburguesa */
}
.nav-link, .btn {
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
}
.btn-contact {
    font-family: "Roboto", sans-serif;
    background-color: #177CD9;
    color: white;
    border-radius: 25px;
    padding: 10px 20px;
}
.btn-contact:hover {
    background-color: #001732;
    color: white;
}
.icon-settings {
    font-size: 1.5rem;
}
@media (max-width: 768px) {
    .navbar-nav {
        text-align: center;
    }

    .btn-contact {
        width: 80%;
        display: flex;
        margin: 0 auto;
        justify-content: center;
        margin-top: 10px;
        margin-bottom: 10px
    }
}
/* FIN HEADER ---------------------------*/
#typewriter {
    font-family: "Roboto", sans-serif;
    font-size: 6vw; 
    font-weight: 500;
    color: #177CD9;
    text-align: center; 
    margin: 0 auto;
    padding: 10px;
    margin-top: -2vh;
}
#cursor {
    display: inline-block;
    width: 1px;
    animation: blink 0.9s steps(2) infinite;
}
@keyframes blink {
    50% {
        opacity: 0;
    }
}
#titulo-welcome {
    font-family: "Roboto", sans-serif;
    font-size: 8vw; 
    font-weight: 500;
}
#parrafo-welcome {
    font-family: "Roboto", sans-serif;
    font-size: 1.5vw; 
    font-weight: 400;
    margin-top: 5vh;
}
.botones-inicio {
    font-family: "Roboto", sans-serif;  
    margin-top: 3vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.botones-inicio button {
    margin: 10px; 
    padding: 10px 3vw;
    font-size: 1.2rem;
    border:none;
    cursor: pointer;
    border-radius: 8px;
    transition: background-color 0.3s ease, color 0.3s ease, outline 0.3s ease; 
}
.principal {
    background-color: #001732;
    color: white;
}
.principal:hover {
    background-color: #177CD9;
    color: white;
}
.principal-w {
    background-color: #37c524;
    color: #ffffff;
}
.principal-w:hover {
    background-color: #177CD9;
    color: white;
}
@media (max-width: 768px) {
    .botones-inicio button {
        padding: 10px 4vw;
        font-size: 1rem; 
    }
    #typewriter {
        font-size: 11vw;
        margin-top: -2vh;
    }
    #titulo-welcome {
        font-size: 14vw;
    }
    #parrafo-welcome{
        font-size: 4.5vw; 
        margin-top: 2vh;
    }
}
@media (min-width: 1200px) {
    .botones-inicio button {
        padding: 10px 2vw; 
        font-size: 1.4rem; ;
    }
    #typewriter {
        font-size: 5vw;
    }
}
/* Final Sección 1 --------------------------------------------------------------------*/




/* Inicio Sección 2 -------------------------------------------------------------------*/
#identidad {
    background-color: #001732;
    max-width: 100%;
}
.grid-section {
    max-width: 88%;
    margin-top: 4%;
    margin-bottom: 4%;
    display: grid;
    grid-template-columns: repeat(7, 1fr); /* 7 columnas */
    grid-template-rows: repeat(6, 1fr); /* 6 filas */
    gap: 20px;
}
.grid-item {
    background-color: white;
    padding: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    font-size: 1rem;
    overflow-wrap: break-word;
}
/* Ubicación de los elementos */
.item1 { grid-column: 1 / span 2; grid-row: 1 / span 2; 
    background-image: url('../../pictures/software.jpg');background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat;}
.item2 { grid-column: 3 / span 3; grid-row: 1 / span 2; }
.item3 { grid-column: 6 / span 2; grid-row: 1 / span 3; 
    background-image: url('../../pictures/atencion.jpg');background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat;}
.item4 { grid-column: 1 / span 2; grid-row: 3 / span 2; }
.item5 { grid-column: 3 / span 1; grid-row: 3 / span 1; 
    background-color: #177CD9;
    background-image: url('../../pictures/logo\ tb.png');background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat;
    background-size: 230px;}
.item6 { grid-column: 3 / span 1; grid-row: 4 / span 1; 
    background-color: #e2e2e2;
    background-image: url('../../pictures/onescreen\ logo.png');background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat;
    background-size: 230px;}
.item7 { grid-column: 4 / span 2; grid-row: 3 / span 2; }
.item8 { grid-column: 1 / span 5; grid-row: 5 / span 2; 
    background-image: url('../../pictures/innovacion.jpg');background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat;}
.item9 { grid-column: 6 / span 1; grid-row: 4 / span 3; 
    background-color: #0C468B;}
.item10 { grid-column: 7 / span 1; grid-row: 4 / span 3; 
    background-image: url('../../pictures/etica.jpg');background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat;}
.container-fluid-custom {
    max-width: 1400px; /* Ajusta el ancho máximo del contenedor */
}
#pref-texto {
    color: #177CD9;;
    font-family: "Roboto", sans-serif;
    font-size: 26px;
    font-weight: 600;
}
@media (min-width: 1200px) {
    .grid-item {
        font-size: 1.2rem;
        padding: 30px;
    }
    #pref-texto {
        color: #177CD9;
        font-size: 24px;
        font-weight: 500;
    }
}
@media (max-width: 992px) {
    .grid-section {
        display: flex;
        flex-direction: column; 
        gap: 20px;
        width: 100%; 
    }
    .grid-item {
        font-size: 0.85rem; 
        padding: 15px;
        margin: 0; 
        width: 100%; 
        box-sizing: border-box;
        min-height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center; 
    }
    .item1, .item3, .item5, .item6, .item8, .item10 {
        display: none; 
    }
    .item2, .item4, .item7, .item9 {
        width: 100%; 
    }
    .item4 {
        background: #177CD9;
    }
    .grid-section {
        max-width: 90%;
    }
    #pref-texto {
    font-size: 19px;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    font-weight: 600;
    }
    #titulo-grid{
    max-width: 60%;
    font-size: 28px;
    font-weight: 550;
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: -2px;
    }
    #parrafo-grid{
    font-size: 16px;
    font-weight: 400;
    margin-left: 20px;
    max-width: 90%;
    }
    #titulo-grid-esp{
    max-width: 60%;
    font-size: 28px;
    font-weight: 550;
    margin-top: 20px;
    margin-left: 20px;
    color: #ececec;
    margin-bottom: 35px;
    }
    #parrafo-grid-esp{
    font-size: 16px;
    font-weight: 400;
    margin-left: 20px;
    max-width: 90%;
    margin-top: -4%;
    color: #ececec;
    }
    #titulo-grid-dark{
    max-width: 60%;
    font-size: 28px;
    font-weight: 550;
    margin-top: 20px;
    margin-left: 20px;
    color: #ececec;
    }
    #parrafo-grid-dark{
    font-size: 16px;
    font-weight: 400;
    margin-left: 20px;
    max-width: 90%;
    color: #ececec;
    }
}
@media (max-width: 768px) {
    .grid-section {
        display: flex;
        flex-direction: column; 
        gap: 20px;
        width: 100%; 
    }
    .grid-item {
        font-size: 0.85rem; 
        padding: 15px;
        margin: 0; 
        width: 100%; 
        box-sizing: border-box;
        min-height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center; 
    }
    .item1, .item3, .item5, .item6, .item8, .item10 {
        display: none; 
    }
    .item2, .item4, .item7, .item9 {
        width: 100%; 
    }
    .item4 {
        background: #177CD9;
    }
    .grid-section {
        max-width: 90%;
    }
    #pref-texto {
    font-size: 18px;
    align-items: center;
    justify-content: center;
    margin-top: 3%;
    margin-left: 20px;
    }
    #titulo-grid{
    max-width: 60%;
    font-size: 28px;
    font-weight: 550;
    margin-top: 20px;
    margin-left: 20px;
    }
    #parrafo-grid{
    font-size: 16px;
    font-weight: 400;
    margin-left: 20px;
    max-width: 90%;
    }
    #titulo-grid-esp{
    max-width: 60%;
    font-size: 28px;
    font-weight: 550;
    margin-top: 20px;
    margin-left: 20px;
    color: #ececec;
    }
    #parrafo-grid-esp{
    font-size: 16px;
    font-weight: 400;
    margin-left: 20px;
    max-width: 90%;
    margin-top: -10%;
    color: #ececec;
    }
    #titulo-grid-dark{
    max-width: 60%;
    font-size: 28px;
    font-weight: 550;
    margin-top: 20px;
    margin-left: 20px;
    color: #ececec;
    }
    #parrafo-grid-dark{
    font-size: 16px;
    font-weight: 400;
    margin-left: 20px;
    max-width: 90%;
    color: #ececec;
    }
}
@media (max-width: 576px) {
    .grid-item {
        font-size: 0.8rem; 
        padding: 10px; 
    }
}
/* Final Sección 2 --------------------------------------------------------------------*/




/* Inicio Sección 3 -------------------------------------------------------------------*/
#servicios {
    background-color: #cbdbf0;
    max-width: 100%;
    height: 50%;
}
.container3 {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    position: relative;
}
.cards {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.card {
    width: 70%;
    max-width: 320px;
    height: 380px;
    cursor: pointer;
    overflow: hidden;
    margin: 0 10px;
    transition: transform 0.3s ease-in-out;
    border-radius: 10px;
}
.card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.cards label:hover {
    transform: scale(1.1);
}
input[type="radio"] {
    display: none;
}
.container3 {
    width: 100%;
    max-width: 1000px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    margin-top: 50px;
}
.cards {
    position: relative;
    width: 100%;
    height: 400px;
    margin-bottom: 50px;
}
.card {
    position: absolute;
    width: 70%;
    max-width: 300px;
    height: 450px;
    left: 0;
    right: 0;
    margin: auto;
    transition: transform 0.4s ease;
    cursor: pointer;
}
img[name="imagenCarouse"] {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}
#item-1:checked ~ .cards #song-3,
#item-2:checked ~ .cards #song-1,
#item-3:checked ~ .cards #song-2 {
    transform: translateX(-40%) scale(0.8);
    opacity: 0.4;
    z-index: 0;
}
#item-1:checked ~ .cards #song-2,
#item-2:checked ~ .cards #song-3,
#item-3:checked ~ .cards #song-1 {
    transform: translateX(40%) scale(0.8);
    opacity: 0.4;
    z-index: 0;
}
#item-1:checked ~ .cards #song-1,
#item-2:checked ~ .cards #song-2,
#item-3:checked ~ .cards #song-3 {
    transform: translateX(0) scale(1);
    opacity: 1;
    z-index: 1;
}
.text-section {
    font-family: "JetBrainsMono-Bold";
    background-color: #001b3d;
    border-radius: 16px;
    padding: 40px;
    width: 80%;
    max-width: 800px;
    margin-top: 50px;
    margin-bottom: 20px;
    text-align: left;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}
.text-section:hover {
    transform: scale(1.05);
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.3);
}
.info-area {
    width: 100%;
    position: relative;
    transition: transform 0.4s ease-in;
}
.text-info {
    display: none;
}
.text-info h3 {
    font-size: 32px;
    color: #178cd9;
    margin-bottom: 20px;
    font-weight: 600;
}
.text-info p {
    font-size: 20px;
    color: #efefef;
}
#item-1:checked ~ .text-section #info-1,
#item-2:checked ~ .text-section #info-2,
#item-3:checked ~ .text-section #info-3 {
    display: block;
}
#tit-ser {
    color: rgb(255, 255, 255);
    font-family: "Roboto", sans-serif;  
    font-size: 30px;
}
#parr-ser {
    color: rgb(255, 255, 255);
    font-family: "Roboto", sans-serif;  
    font-size: 20px;
    font-weight: 300;
}
@media (max-width: 768px) {
    .cards {
        flex-direction: column;
        align-items: center;
    }
    .card {
        max-width: 250px;
        height: 320px;
    }
    .text-section {
        width: 90%;
        padding: 20px;
    }
    .text-info h3 {
        font-size: 24px;
    }
    .text-info p {
        font-size: 16px;
    }
}
@media (max-width: 576px) {
    .card {
        max-width: 220px;
        height: 280px;
    }
    .text-section {
        width: 100%;
        padding: 15px;
    }
    .text-info h3 {
        font-size: 20px;
    }
    .text-info p {
        font-size: 14px;
    }
}
@media (min-width: 1200px) {
    .container3 {
        max-width: 1200px; 
    }
    .card {
        max-width: 1500px; 
        height: 500px; 
    }
    .text-section {
        width: 90%; 
        max-width: 900px; 
        padding: 40px; 
    }
    .text-info h3 {
        font-size: 36px; 
    }
    .text-info p {
        font-size: 22px; 
    }
}
/* Final Sección 3 --------------------------------------------------------------------*/




/* Inicio Sección 4 -------------------------------------------------------------------*/
#conferencia {
    background-color: #fdfdfd;
    max-width: 100%;
}
#titulo-conf {
    font-family: "Roboto", sans-serif;
    font-size: 5vh;
    font-weight: 500;
    color: #001732;
    margin-bottom: 1vh;
}
#parrafo-conf{
    font-family: "Roboto", sans-serif;
    font-size: 2vh;
    font-weight: 400;
    color: #001732a6;
    margin-bottom: 5vh;
}
#text-block-1, #text-block-2, #text-block-3 {
    max-width: 90%;
}
#btn-conf {
    width: 100%; 
    max-width: 250px;
    height: 60px; 
    background-color: #177cd9;
    color: #ffffff;
    font-size: 22px; 
    font-weight: 500;
    border-radius: 10px;
    border: none; 
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.3s ease; 
    display: flex;
    align-items: center;
    justify-content: center;
}
#btn-conf:hover {
    background-color: #001732;
    transform: translateY(-3px);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2); 
}
#image-conf {
    height: 100% !important;
}
@media (max-width: 768px) {
    #btn-conf {
        width: 80%; 
        font-size: 18px;
        height: 50px;
        margin-top: -1vh;
    }
    #titulo-conf {
        font-size: 4vh;
        margin-bottom: 2vh;
        margin-top: -24vh;
    }
    #parrafo-conf {
        font-size: 1.5vh;
    }
    #image-conf {
        height: 80% !important;
    }
}
@media (max-width: 576px) {
    #btn-conf {
        width: 100%; 
        font-size: 16px; 
        height: 45px;
}
}
/* Fin sección 4 ------------------------------------ */




/* Inicio sección 5 ------------------------------------ */
.feature .feature-item {
    font-family: "Roboto", sans-serif;  
    font-weight: 300;
    text-align: center;
    border-radius: 10px;
    background: #cbdbf0;
    border: 1px solid transparent;
    transition: 0.5s;
}
.feature .feature-item:hover {
    border: 1px solid #3989e4;
}
.feature .feature-item .feature-icon {
    background: #fff;
    border-radius: 10px;
    display: inline-block;
}
#contenedor-nos {
    margin-top: 5%;
    margin-bottom: 3%;
}
#btn-nos {
    background-color: #3186e7;
}
#titulo-nos {
    color: #001732;
    font-size: 25px;
    margin-bottom: 15px;
}
#parrafo-nos {
    color: #001732;
    font-size: 18px;
}
#titulo-prin-nos {
    color: #3186e7;
    font-size: 45px;
}
#subtitulo-prin-nos {
    color: #001732;
    font-size: 50px;
    font-weight: 500;
}
#parrafo-prin-nos {
    color: #001732; 
    font-size: 18px;
}
/* Final sección 5 -------------------------- */




/* Contact Section ---------------------------------------------- */
#contacto {
    background-color: #001732;
    min-height: 90vh; 
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.custom-form .form-control, .custom-form .form-select, .custom-form textarea {
    border: 1px solid #15458d;
    border-radius: 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    background-color: #002147;
}
.custom-form button {
    background-color: #007bff;
    color: white;
    border-radius: 5px;
    font-size: 1rem;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.custom-form button:hover {
    background-color: #0056b3;
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}
.footer {
    background-color: #001732;
}
.footer-logo {
    max-width: 150px;
    margin-bottom: 20px;
}
.footer h5 {
    font-size: 1.25rem;
    margin-bottom: 15px;
    color: #ffffff;
}
.footer ul li a {
    color: #ffffff;
    text-decoration: none;
}
.footer ul li a:hover {
    text-decoration: underline;
}
.siguenos img {
    width: 25px;
    height: 25px;
}
#texto-footer {
    font-family: "Roboto", sans-serif;
    color: #007bff;
}
#color-place::placeholder {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color:#3989e4;
}
#service {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color:#3989e4;
}
#comment::placeholder {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color:#3989e4;
}
#sendButton {
    font-size: 18px;
    font-weight: 400;   
}
@media (max-width: 768px) {
    .footer {
        text-align: center;
    }
    .footer-column {
        margin-bottom: 20px;
    }
    .custom-form button {
        width: 100%;
    }
}
/* footer sección -------------------------------------*/
.footer {
    background: #001732;
}
.footer .footer-item {
    display: flex;
    flex-direction: column;
}
.footer .footer-item a {
    font-family: "Roboto", sans-serif;  
    line-height: 35px;
    color: #ffffff;
    transition: 0.5s;
}
.footer .footer-item p {
    font-family: "Roboto", sans-serif;  
    line-height: 35px;
}
.footer .footer-item a:hover {
    color: #ffffff;
}
.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
    transition: 0.5s;
}
.footer .footer-item .footer-btn a:hover {
    background: #001732;
}
.footer .footer-item .footer-btn a:hover i {
    color: #ffffff;
}
#texto1-footer {
    color: #ffffff;
}
#texto-copy {
    color: #ffffff;
}
.icono-red-social {
    width: 22px;
    height: 22px;
    object-fit: cover;
}
.form-control {
    color: #3989e4 !important   ;
}


/* copyright */
.copyright {
    background: #001732;
}

.margen-derecho {
    margin-right: 15px;
}

#contenedor-copy {
    margin-top: -6vh;
}
/* copyright */