/* -------- INCIO DEFAULT -------- */

*{
    margin: 0px;
    box-sizing: border-box;
}
header, main, footer {
    display: flex;
    flex-direction: column;
    align-items: center;
}
header {
    font-size: var(--font-size);
}
body {
    color: var(--color-oscuro); 
}
h2 {
    text-align: center;
    font-weight: 600;
    font-size: calc(var(--font-size) * 2.2);
    color: var(--color-oscuro)!important;
}
button, .card {
    border-radius: 25px;
}
/* -------- FIN DEFAULT -------- */




/* -------- INCIO CARRUCEL -------- */
.carousel {
    font-size: var(--font-size);
}
.carousel-indicators {
    z-index: 1 !important;
}
.carousel1 {
    margin-top: 1.2em;
    margin-bottom: 2.5em;
}
.carousel1 ol{
    width: 50%;
    margin: 0;
    left: 50%;
}
.carousel1 ol .active{
    border: 1px solid var(--color-oscuro);
    background-color: var(--color-oscuro);
}
.carousel1 ol li{
    border: 1px solid var(--color-oscuro);
    background-color: rgb(241, 241, 241);
    border-radius: 100%;
    width: 15px;
    height: 15px;
}
.carousel1 ol .active {
    background-color: var(--color-oscuro);
}
.carousel-items{
    display: flex;
    color: white;
}
.carousel-items img{
    object-fit: cover;
    width: 100%;
}
.carousel-items > div:first-child {
    padding: 4.5em var(--padding-lateral);
    background-color: #035a74;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.carousel-items > div {
    width: 50%;
}
.carousel-div-item h3 {
    font-size: calc(var(--font-size) * 2.55);
    font-weight: 500;
    margin-bottom: .6em;
}
.carousel-div-item p {
    font-weight: 400;
    font-size: 1em;
}
.carousel-div-item button {
    background-color: white;
    font-weight: 700;
    font-size: .95em;
    padding: .5em 2.2em;
    border-radius: 1.4em;
}
.carousel-div-item a {
    background-color: white;
    font-weight: 700;
    font-size: .95em;
    padding: .5em 2.2em;
    border-radius: 1.4em;
}
.carousel-div-item > div:last-child {
    margin-top: 2em;
}
/* -------- FIN CARRUCEL -------- */




/* -------- INCIO FONDO CON CONTRASTE 1 -------- */
.contenedor-fondo-oscuro {
    position: relative;
    background-color: #f6f7f9;
    padding-bottom: 7.5em;
    margin-bottom: 3.125em;
}
.contenedor-fondo-oscuro > div:first-child, .contenedor-fondo-oscuro > div:nth-child(2) {
    z-index: 1;
    position: relative;
}
.fondo-claro {
    position: absolute;
    background-color: white;
    width: 100%;
    height: 13.125em;
    top: 0;
    z-index: 0;
}
/* -------- FIN FONDO CON CONTRASTE 1 -------- */




/* -------- INCIO BENEFICIOS -------- */
.beneficios {
    margin-bottom: 4em;
    font-size: var(--font-size);
}
.beneficios__title {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 1.6em;
}
.beneficios__title h2 {
    max-width: 15em;
}
.beneficios__title h2 span {
    color: var(--color-primario);
}
.container-cards-beneficios {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.card-beneficio {
    width: 17.8em;
    padding: 1.4em;
    margin-bottom: 1.4em;
    border: .0625em solid var(--color-oscuro);
    border-radius: .8em;
}
.card-beneficio:last-child {
    margin-right: 0;
}
.card-beneficio img {
    height: 2em;
}
.card-beneficio > div > div {
    padding-left: 1em;
}
.card-beneficio h4 {    
    font-size: calc(var(--font-size) * 1.1);
    font-weight: bold;
    padding-top: .4em;
}
.card-beneficio ul {
    list-style: disc;
    padding: 0;
    margin: 0;
}
.card-beneficio li {
    font-size: .85em;
    color: var(--color-secundario);
    font-weight: 500;
}
.contenedor-beneficios-caracteristicas {
    max-width: 68em;    
}
/* -------- FIN BENEFICIOS -------- */




/* -------- INCIO CARACTERISTICAS -------- */
.container-rows-caracteristicas {
    font-size: var(--font-size);
}
.row-caracteristica {
    margin-bottom: 4em;
}
.row-caracteristica:last-child {
    margin-bottom: 0;
}
.row-caracteristica > div:first-child {
    width: 35%;
}
.row-caracteristica > div:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
}
.row-caracteristica h5 {
    font-weight: 500;
    font-size: 1em;
    color: var(--color-primario);
}
.row-caracteristica h3 {
    font-weight: 700;
    font-size: calc(var(--font-size) * 1.5);
    margin-top: 1.2em;
    margin-bottom: .8em;
}
.row-caracteristica p {
    color: var(--color-secundario);
    font-weight: 450;
    font-size: calc(var(--font-size));
}
.row-caracteristica img {
    width: 23.75em;
}
/* -------- FIN CARACTERISTICAS -------- */




/* -------- INCIO PRODUCTOS -------- */
.productos {
    padding-bottom: 100px;
    font-size: var(--font-size);
}
.productos__title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 1.2em;
}
.productos__title div {
    margin-top: .4em;
    max-width: 46.8em;
    text-align: center;
}
.card-producto {
    width: calc(16.875em + 3em + 2px);
    text-align: start;
    border: 0.0625em solid var(--color-oscuro);
    padding: 1.5em;
    border-radius: 1em;
}
.card-producto > div > span {
    width: 7em;
    font-size: .8em;
    border-radius: 20px;
    padding: .15em 0;
    color: white;
    margin-bottom: .8em;
    background-color: #0481ef;
}
.card-producto > div > span:hover {
    background-color: white;
    color: #0481ef;
    border: 0.0625em solid #0481ef;
    transition: all .4s;
}
.card-producto > img {
    width: 100%;
    margin-top: .2em;
}
.card-producto h5 {
    margin-top: 1.5em;
    font-weight: 500;
    font-size: 1.25em;
}
.card-producto .card-body {
    padding: 0;
    width: 100%;
}
.card-producto ul {
    margin: 0;
    padding: 1em;
    font-weight: 500;
    font-size: .9em;
    color: rgb(105, 105, 105);
}
.card-body > div:last-child {
    margin-top: .6em;
}
.card-producto button,
#botonprod{
    border-radius: 1em;
    width: 100%;
    border: 1px solid var(--color-oscuro);
    outline: none;
    padding: .4em 0;
    font-weight: 500;
    font-size: .8em;
    background-color: #fff;
}
.card-producto button:last-child:hover,
#botonprod:hover {
    background-color: var(--color-oscuro);
    color: white;
    transition: all .4s;
}
.card-producto button:first-child {
    background-color: var(--color-primario);
    border: 1px solid transparent;
    color: white;
    margin-bottom: .5em;
    transition: all .4s;
}
.card-producto button:first-child:hover {
    background-color: white;
    color: var(--color-primario);
    border: 1px solid var(--color-primario)
}

/* ---- INICIO SWIPER ---- */
.productos .swiper-wrapper {
    height: auto !important;
}
.productos .swiper-pagination {
    height: 1.2em;
}
.productos .swiper-pagination > span{
    border: 0.25em solid var(--color-oscuro);
    background-color: var(--color-oscuro);
    width: 1.25em;
    height: 1.25em;
}
.productos .swiper-productos {
    padding-bottom: 4em !important;
    width: 100%;
}
.productos .swiper-slide {
    text-align: center;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
/* ---- FIN SWIPER ---- */

/* -------- FIN PRODUCTOS -------- */




/* -------- INCIO FONDO CON CONTRASTE 2 -------- */
.contenedor-fondo-oscuro-2 {
    font-size: 1rem;
    padding-top: 3em;
    border-radius: 4em;
    position: relative;
    background-color: #f6f7f9;
}
.contenedor-fondo-oscuro-2 > div:first-child, .contenedor-fondo-oscuro-2 > div:nth-child(2) {
    z-index: 1;
    position: relative;
}
.fondo-claro-2 {
    position: absolute;
    background-color: white;
    width: 100%;
    height: 17.5em;
    bottom: 0;
    z-index: 0;
}
/* -------- FIN FONDO CON CONTRASTE 2 -------- */




/* -------- INCIO EMPRESAS -------- */
.empresas {
    font-size: var(--font-size);
    margin-bottom: 8.75em;
}
.empresas__title h2 {
    margin-bottom: 1.4em;
}
.container-images-empresas-desktop > div {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.container-images-empresas-desktop > div > div {
    width: 10.625em;
    height: 10.625em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.container-images-empresas-tablet > div > div, .container-images-empresas-mobile > div > div {
    width: 9em;
    height: 9em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.container-images-empresas-mobile > div > div {
    width: 10.5em;
    height: 10.5em;
}
.container-images-empresas-desktop > div > div > div, .container-images-empresas-tablet > div > div > div, .container-images-empresas-mobile > div > div > div {
    background-color: white;
    padding: .9em;
    border-radius: 50%;
    width: 80%;
    height: 80%;
    filter: grayscale(100%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.container-images-empresas-desktop > div > div > div:hover, .container-images-empresas-tablet > div > div > div:hover, .container-images-empresas-mobile > div > div > div:hover {
    height: 100%;
    width: 100%;
    filter: grayscale(0%);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.container-images-empresas-desktop > div > div {
    margin: 0 calc((100% - 10.625em * 6) / 10);
}
.container-images-empresas-desktop > div > div:first-child, .container-images-empresas-tablet > div > div:first-child {
    margin-left: 0;
}
.container-images-empresas-desktop > div > div:last-child, .container-images-empresas-tablet > div > div:last-child {
    margin-right: 0;
}
.image-item {
    width: 100%;
}
.image-item-cuadrado {
    width: 80%;
}
.image-item-rectangulo {
    width: 70%;
}
.container-images-empresas-tablet, .container-images-empresas-mobile {
    display: none;
}
.container-images-empresas-tablet > div {
    display: flex;
    justify-content: center;
}
.container-images-empresas-tablet > div > div {
    margin: 0 calc((100% - 9em * 4) / 6)
}
.container-images-empresas-mobile > div {
    display: flex;
    justify-content: space-evenly;
}
.container-images-empresas-mobile > div:nth-child(2n) {
    justify-content: center;
}


/* -------- FIN EMPRESAS -------- */




/* -------- INICIO TESTIMONIOS -------- */
.testimonio {
    font-size: var(--font-size);
    margin-bottom: 5em;
}
.testimonios__title {
    margin-bottom: 2.8em;
}
.card-testimonio {
    background-color: white;
    width: 100%;
    padding: 2em;
    border-radius: 1.5em;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.card-testimonio-persona-image {
    width: 3.2em;
    height: 3.2em;
    margin-right: .6em;
    border-radius: 50%;
}
.card-testimonio h5 {
    height: 50%;
    font-size: .98em;
    font-weight: 500;
    margin-bottom: .1em;
}
.card-testimonio h6 {
    margin-bottom: 0;
    font-size: 0.75em;
    font-weight: 400;
}
.card-testimonio p {
    text-align: justify;
    margin: 0;
    font-size: .85em;
    font-weight: 500;
    margin: .8em 0;
    margin-bottom: 1.2em;
}
.card-testimonio-information-image {
    width: 100%;
    text-align: end;
    margin-top: 1.6em;
}
.card-testimonio-empresa-image {
    /* width: 5.625em; */
    height: 3em;
}
/* -------- FIN TESTIMONIOS -------- */





.testimonio .swiper {
    font-size: var(--font-size);
    width: 100%;
    padding-bottom: 2em;
}
.testimonio .swiper-slide {
    width: 26.25em;
    opacity: .6;
    transform: scale(.8, .8) !important;
    transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(.8, .8);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
}
.testimonio .swiper-slide-active {
    opacity: 1;
    transform: scale(1, 1) !important;
}

.mySwiper-testimonios-controllers {
    position: relative;
    display: flex;
    justify-content: center;
}
.mySwiper-testimonios-controllers > div {
    width: 8em;
    display: flex;
    justify-content: center;
    position: relative;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute !important;
}
.swiper-button-prev {
    left: 0 !important; 
}
.swiper-button-next {
    right: 0 !important;    
}
.swiper-pagination-testimonios {
    text-align: center;
    font-size: var(--font-size);
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: 'next';
    color: var(--color-primario);
    font-size: 1.4em !important;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev';
    color: var(--color-primario);
    font-size: 1.4em !important;
}
.swiper-pagination-current {
    font-weight: 500 !important;
}

/* FIN TEST SWIPER TESTIMONIO */

















@media (max-width: 1200px) { 
    .container-images-empresas-desktop {
        /* font-size: 1.2vw; */
    }
    .carousel-div-item > div:last-child {
        margin-top: 1.5em;
    }
}

@media (max-width: 1152px) {
    .carousel-div-item h3 {
        font-size: 2.4em;
    }
    .carousel-items > div:first-child {
        padding: 2.5em var(--padding-lateral);
    }
}

@media (max-width: 1052px) { 

    .contenedor-beneficios-caracteristicas {
        padding: 10px 1em;
        max-width: 90%;    
    }
    .container-cards-beneficios {
        justify-content: center;
    }
    .container-cards-beneficios > div:first-child {
        margin-right: 6.2vw
    }
    .container-cards-beneficios > div:nth-child(2) {
        margin-right: 0;
    }
    .contenedor-beneficios-caracteristicas:first-child {
        width: 100%;
    }
    .row-caracteristica > div:first-child {
        width: 100%;
        text-align: center;
    }
    .container-images-empresas-desktop {
        display: none;
    }
    .container-images-empresas-tablet {
        display: block;
    }
    .carousel-div-item h3 {
        font-size: 2em;
    }
    .carousel1 ol li {
        width: .8em;
        height: .8em;
    }
}

@media (max-width: 800px) {
    .footer-logo-copy-redes  {
        display: none;
    }
    .testimonio__control img {
        display: none;
    }
    .contenedor-beneficios-caracteristicas {
        padding: 10px 20px;
    }
    .carousel-div-item > div:last-child {
        margin-top: .5em;
    }
    .carousel-items > div:first-child {
        padding: 1em var(--padding-lateral);
    }
    .carousel-div-item h3 {
        font-size: 1.8em;
    }
    .carousel-div-item p {
        font-size: .8em;
    }
    .carousel-div-item button {
        padding: .4em 1.2em;
        font-size: .8em;
    }
}
@media (max-width: 659px) {
    .container-cards-beneficios {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .container-cards-beneficios > div:first-child {
        margin-right: 0;
    }
    .carousel-items{
        flex-direction: column-reverse;
    }
    .carousel-items > div {
        width: 100% !important;
    }
    .carousel1 ol {
        width: auto;
        left: 0;
    }
    .carousel1 {
        margin-top: 0;
    }
    .carousel-items > div:first-child {
        text-align: center;
        padding-top: 2em;
        padding-bottom: 3.5em;
        height: 13em;
    }
    .carousel-items > div:last-child {
        height: 22em;
    }
    .carousel-items > div:last-child > img {
        height: 100%;
        object-fit: cover !important;
    }    
    .carousel-div-item > div:last-child {
        margin-top: .7em;
    }
}
@media (max-width: 575px) {
    .container-images-empresas-tablet {
        display: none;
    }
    .container-images-empresas-mobile {
        display: block;
    }
    .container-images-empresas-mobile > div > div {
        width: 9.5em;
        height: 9.5em;
    }
    .carousel-items > div:first-child {
        text-align: center;
        padding: 1.5em;
        padding-top: 2em;
        padding-bottom: 4em;
        height: 15em;
    }
    .carousel-items > div:last-child {
        height: auto;
    }
    .carousel-items > div:last-child > img {
        height: auto;
    }
    .row-caracteristica > div:nth-child(2) {
        width: 100%;
    }
    .row-caracteristica img {
        height: auto;
    }
    .container-cards-testimonios {
        display: none;
    }
}
@media (max-width: 500px) {
    :root {
        --font-size:  .85em;
        --padding-lateral: 1.5em;
    }
    .contenedor-beneficios-caracteristicas {
        margin: 0;
    }
    .carousel-items > div:first-child {
        height: 15.5em;
    }
}
@media (max-width: 350px) {
    .carousel-items > div:first-child {
        text-align: center;
        padding: 1em;
        padding-bottom: 1.5em;
        height: 17.5em;
    }
    :root {
        --font-size:  .8em;
    }
    .row-caracteristica img {
        width: 100%;
    }
    .card-beneficio {
        width: 100%;
    }
    .container-images-empresas-mobile > div > div {
        width: 8.5em;
        height: 8.5em;
    }
}


