/* General styles */
body {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    background-color: #181818;
    color: #ffffff;
}

/* Reset CSS para etiquetas de encabezado */
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 100%;
    line-height: 1.5;
}

/*h2 {*/
/*    font-size: 4.5rem;*/
/*    font-weight: bold;*/
/*}*/

.hide{
    display: none;
}
.btn {
    /*background-color: #f44336; !* Color de fondo *!*/
    border: none; /* Sin borde */
    color: white; /* Color del texto */
    padding: 15px 32px; /* Relleno */
    text-align: center; /* Alineación del texto */
    text-decoration: none; /* Sin subrayado */
    display: inline-block; /* Mostrar en línea */
    font-size: 22px; /* Tamaño de la fuente */
    margin: 4px 2px; /* Márgenes */
    cursor: pointer; /* Cursor de puntero */
    border-radius: 12px; /* Bordes redondeados */
    transition: background-color 0.3s; /* Transición suave para el color de fondo */
    font-weight: 400;

}

.btn_Verde:hover {
    background-color: #019438; /* Color de fondo al pasar el ratón */
}

.btn_Verde:active {
    background-color: #019438; /* Color de fondo al hacer clic */
}

.btn_Verde:focus {
    outline: none; /* Sin contorno al enfocar */
}

.btn_azul:hover {
    background-color: #2ca3db; /* Color de fondo al pasar el ratón */
}

.btn_azul:active {
    background-color: #2ca3db; /* Color de fondo al hacer clic */
}

.btn_azul:focus {
    outline: none; /* Sin contorno al enfocar */
}

.verde {
    color: #25d366;
}

.verde-bg {
    background-color: #25d366;
}

.azul-bg {
    background-color: #2ca3db;
}

.azul {
    color: #2ca3db;
}


header {
    /*background: #333;*/
    background-color: #181818;
    color: #fff;
    padding: 1rem 0;
    position: sticky;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 11;
}
#inicio_section{
    padding-top: 2rem;
}
.enc1 {
    font-size: 3.5rem;
    font-weight: 900;
}

.p1 {
    line-height: 1;
    font-size: 2rem;
    width: 66%;
    margin: auto;
}

nav {
    display: flex;
    align-items: center;
    padding: 0 1rem;
    width: 100%;
    justify-content: center;
}

.menu-icon {
    display: none;
    font-size: 2rem;
    cursor: pointer;
}

.additional-button {
    display: none;
    font-size: 1rem;
    color: #fff;
    /*background-color: #444;*/
    padding: 0.5rem 1rem;
    border: 1px solid #ffffff;
    cursor: pointer;
    /*margin-left: 1rem;*/
}

nav ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center; /* Centrar los enlaces */
    margin: 0;
}

nav ul li {
    margin: 0 2rem;
}

nav ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 17px;
}

nav ul li a:hover {
    text-decoration: underline;
}

.logo {
    height: 80px;
    transition: height 0.3s;
}

section {
    padding-top: 10rem;
    padding-right: 1rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
    text-align: center;
}

section:nth-of-type(odd) {
    /*background: #f4f4f4;*/
}

section:nth-of-type(even) {
    /*background: #fff;*/
}


.sectionTitle {
    font-size: 4rem;
}

.box-btns {
    padding-top: 50px;
    margin-bottom: 50px;
}

/*.slide-1 {*/
/*    height: 865px;*/
/*    background-image: url("../images/bg-slide1.png");*/
/*    background-size: cover;*/
/*    background-position: top center;*/
/*    background-repeat: no-repeat;*/
/*}*/
.slide-1 {
    height: 950px;
    background-image: url("../images/bg-slide1.png");
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}

/*Diferenciales*/
.content-diferenciales {
    /*display: flex;*/
    /*justify-content: center;*/
    /*margin-top: 50px;*/
    width: 80%;
    margin: auto;
    display: flex;
    flex-wrap: wrap; /* Permite que los elementos se ajusten a múltiples líneas */
    justify-content: space-between; /* Espacio entre columnas */
    gap: 5px; /* Espacio entre columnas */
}

.box-diferenciales {
    display: flex;
    justify-content: start;
    margin-top: 50px;
    white-space: normal;
}

.icon-diferenciales {
    width: 50px;
    margin-right: 8px;
}

.box-diferenciales-title {
    text-align: left;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
}

.box-diferenciales-text {
    /*width: 350px;*/
    width: 250px;
    text-align: left;
    font-size: 1.1rem;
    padding-top: 16px;
}

.content_button_solicitar {
    padding-top: 80px;
}


.content-flex {
    display: flex;
    justify-content: center;
}


/****************************
* Beneficios
 ***************************
 */

.content-beneficios-row {
    display: flex;
    margin-bottom: 44px;
}

.content-beneficios {
    display: flex;
    justify-content: space-evenly;
    margin-top: 50px;
}

.content-beneficios-l {

}

.title-left-beneficios {
    font-size: 3.5rem;
    font-weight: 500;
    letter-spacing: -1px;
    text-align: left;
    line-height: 1.2;
}

.sub-title-left-beneficios {
    font-size: 1.5rem;
    font-weight: 500;
    text-align: left;
    color: gray;
    line-height: 1;
    padding-top: 5px;
}


.content-img-beneficios {
    text-align: left;
    margin-top: 25px;
}

.content-beneficios-r {


    padding-left: 50px;
}


.img-beneficios {
    width: 400px;
}


.icon-beneficio {
    width: 65px;
    background-color: #2ca3db;
    border-radius: 10px;
    padding: 5px;
}

.description-icons-beneficios {
    text-align: left;
    padding-left: 15px;
}

.title-icons-beneficios {
    text-align: left;
    font-size: 23px;
}


.sub-title-icons-beneficios {
    text-align: left;
}


/**Testimonios**/

.testimonios-row-1, .testimonios-row-2 {
    width: 60%;
    margin: auto;
    display: flex;
    flex-wrap: wrap; /* Permite que los elementos se ajusten a múltiples líneas */
    justify-content: space-between; /* Espacio entre columnas */
    gap: 15px; /* Espacio entre columnas */
}

.testimonios-box {
    position: relative;
    background-color: #242730;
    margin-bottom: 35px;
    border-radius: 15px;
    flex: 1 1 calc(33.333% - 10px); /* Cada columna ocupa 1/3 del contenedor menos el espacio del gap */
    min-width: 200px; /* Ancho mínimo de cada columna */
    box-sizing: border-box; /* Incluye el padding y el border en el tamaño total del elemento */

}
.tempo {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 1px 5px;
    border-radius: 5px;
    z-index: 10;
    display: flex; 
    align-items: center; 
    gap: 5px; 
}

.tempo svg {
    flex-shrink: 0; /* Evita que el SVG se encoja */
}


.testimonios-img {
    width: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.you_pict{
    cursor: pointer
}
.testimonios-img-div iframe {
	width: 100%;
	height: 227px;
}
.testimonios-text {
    padding: 15px;
    padding-bottom: 25px;
}

.testimonios-title {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 0.5px;
    color: #B7B9D2;
    text-align: left;
    margin-bottom: 15px;
}

.testimonios-description {
    text-align: left;
}

/*contacto*/


#contacto {
    padding-top: 5rem;
}

.sectionTitle-contacto {
    font-size: 3rem;
    text-align: center;

}

.contacto-col-1 {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    display: flex;
    text-align: center;
    margin-bottom: 50px;
    /* padding-right: 250px; */
    width: 100%;
}

.content-contacto {
    display: flex;
    justify-content: space-around;
    margin: auto;
    margin-top: 50px;
    width: 60%;
    background-color: #423f3f;
    border-radius: 35px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.btn-wt-contacto {
    padding: 10px;
    font-size: 17px;
    font-weight: 400;
    padding-left: 30px;
    padding-right: 30px;
}


.footer {
    height: 350px;
}


.submit-button {
    padding: 7px 50px;
    height: 38px;
}

.text-field {
    box-sizing: border-box;
    border: 1px solid #2CA3DB;
    border-radius: 50px;
    background-color: #181818;
    color: #ffffff;
    padding: 10px;
    font-size: 1rem;
    width: 350px;
}

.consulta {
    height: 250px;
    padding-top: 22px;
}

.contacto-col-2 {
    width: 100%;
        text-align: left;
        padding-left: 80px;
}

.content-btn-contacto {
    text-align: center;
}

.footer {
    margin: auto;
    text-align: left;
    width: 33%;
    padding-top: 95px;
}


.icon-footer {
    width: 30px;
}

.redes {
    padding-top: 25px;
}

.redes a {
    text-decoration: none; /* Quita la línea debajo del enlace */
    cursor: pointer;
}

.container-interruptors {
   padding: 25px;
}


.title-seleccionar-servicios {
    margin-top: 25px;
}


.bold_1_rem {
    font-weight: bold;
    font-size: 1rem;
}



/*switch interruptor*/
/* Estilos generales */
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
    margin-right: 10px;
}

/* Ocultar el checkbox real */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* Estilos para el slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 20px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:checked + .slider:before {
    transform: translateX(20px);
}

/* Para el aspecto redondeado del switch */
.slider.round {
    border-radius: 20px;
}

.slider.round:before {
    border-radius: 50%;
}

/* Contenedor para cada interruptor con su texto */
.switch-container {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
/*****************/




/* Responsive styles */
@media (max-width: 768px) {

    section {
        padding-top: 8rem;
    }

    #inicio_section {
        padding-top: 1rem;
    }

    .sectionTitle {
        font-size: 3rem;
    }

    .box-diferenciales-text {
        width: initial;
    }

    .content-beneficios {
        display: block;
        margin-top: 50px;
    }

    .title-left-beneficios {
        font-size: 2rem;
    }

    .content-diferenciales {
        display: block;
        margin-top: 0;
    }

    .box-diferenciales {
        margin-top: 35px;
        padding-left: 10px;
    }
    .content-beneficios-r {
        padding-left: 19px;
    }
    .menu-icon {
        display: block;
    }
    .testimonios-row-1, .testimonios-row-2 {
        width: 100%;
    }
    .additional-button {
        display: block;
    }

    nav ul {
        display: none;
        flex-direction: column;
        width: 100%;
        text-align: center;
        position: absolute;
        top: 100%;
        left: 0;
        background: #333;
    }

    nav ul li {
        margin: 1rem 0;
    }

    nav ul.active {
        display: flex;
    }

    .logo-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 1;
    }

    nav {
        justify-content: center; /* Cambiado a 'center' */
    }

    .logo {
        height: 50px; /* Reduces logo size on smaller screens */
    }

    .enc1 {
        font-size: 2rem;
        font-weight: 900;
    }

    .p1 {
        line-height: 1;
        font-size: 1.6rem;


        width: 100%;
        margin: auto;
    }

    .slide-1 {
        height: 400px;
        background-size: cover;

    }


    .content-beneficios-l {
        margin-bottom: 50px;
    }

    .title-left-beneficios {
        text-align: center;
    }

    .sub-title-left-beneficios {
        text-align: center;
    }

    .content-img-beneficios {
        text-align: center;
        margin-top: 25px;
    }

    .img-beneficios {
        width: 100%;
    }


    .testimonios-row-1, .testimonios-row-2 {

        display: block;
    }

    .testimonios-box {
        width: inherit;
    }

    #testimonios {
        padding-top: 1rem;
    }

    #contacto {
        padding-top: 1rem;
    }
    .contacto-col-2 {
        padding-left: 0px;
    }
    .content-contacto {
        display: block;
        background-color: initial;
        width: 100%;
    }

    .content-btn-contacto {
        text-align: center ;
        margin-top: 25px;;
    }

    #page-contact label {
        /*margin-top: 20px;*/
        /*display: block;*/
    }

    .footer {
        width: 100%;
    }

    .redes {
        display: flex;
        justify-content: space-around;
    }
}

