.colorBody{
    background-color: #EEF4F9;
    transition: background-color 0.5s;
}

.colorBodySwap{
    background-color: #035CE2;
    transition: background-color 0.5s;
}

/* Sec_1 */
.contendorPrincipalSec1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Esto empuja el contenido al inicio y al final */
  background-image: url('../../img/calzado/desmoldantes-para-calzado.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  color: white;
  z-index: -1;
  padding: 0px;
}


.contenedorSecundarioSec1{
    width: 1400px;
    padding-top: 90px;
}

.miniTituloSec1{
    font-size: 18px;
    font-family: "Kumbh Sans", sans-serif;
    color: #313131;
    padding-top: 56px;
    text-transform: uppercase;
}

.tituloSec1{
    font-size: 90px;
    font-family: "Lexend Deca", sans-serif;
    line-height: 1;
    color: #313131;
    font-weight: 800;
    padding-bottom: 24px;
    margin-bottom: 0;
}

.textoSec1{
    font-size: 24px;
    font-family: "Kumbh Sans", sans-serif;
    color: #313131;
    font-weight: 400;
    max-width: 764px;
    padding-bottom: 32px;
    margin-bottom: 0;
}

.textoMarcasSec1{
    font-size: 18px;
    font-family: "Kumbh Sans", sans-serif;
    color: #F5F9FF;
}

.contenedorCuartoSec1 {
    width: 100%;
    opacity: 0.9;
    padding-bottom: 32px;
    padding-top: 140px;
}

.imgMarcasSec1{
    height: 69px;
    width: auto;
    margin-left: 35px;
    margin-right: 35px;
}


@media (max-width: 1440px) {

    .contenedorSecundarioSec1{
        width: 920px;
    }

    .miniTituloSec1{
        font-size: 16px;
    }

    .tituloSec1{
        font-size: 70px;
    }

    .textoSec1{
       max-width: 644px;
    }

}

@media (max-width: 1050px) {
    .contenedorCuartoSec1 {
        padding-top: 470px;
    }
    
}

@media (max-width: 850px) {
    .contenedorSecundarioSec1{
        width: 80%;
    }

    .miniTituloSec1{
        padding-top: 64px;
    }
    
}

@media (max-width: 600px) {
    

    .miniTituloSec1{
        padding-top: 48px;
    }

    .tituloSec1{
        font-size: 50px;
    }

    .textoSec1{
       font-size: 20px;
       max-width: 80%;
    }

    .imgMarcasSec1{
        margin-left: 12px;
        margin-right: 12px;
    }

    .slick-slide {
        width: 170px !important;
    }

    .contenedorCuartoSec1 {
        padding-top: 235px;
    }

}
/* FinSec_1 */

/* Sec_2 */
.contendorPrincipalSec2{
    width: 1250px;
    padding-top: 120px;
}

.tituloSec2{
    font-size: 80px;
    font-family: "Lexend Deca", sans-serif;
    line-height: 1;
    color: #313131;
    font-weight: bold;
    padding-bottom: 24px;
}

.SubTituloSec2{
    font-size: 20px;
    font-family: "Kumbh Sans", sans-serif;
    max-width: 764px;
}

@media (max-width: 1300px) {
    .contendorPrincipalSec2{
        width: 95%;
    }

}

@media (max-width: 850px) {
    .contendorPrincipalSec2{
        width: 90%;
    }

    .tituloSec2{
        font-size: 60px;
    }

    .SubTituloSec2{
        font-size: 18px;
        max-width: 90%;
    }
}


@media (max-width: 600px) {
    .contendorPrincipalSec2{
        padding-top: 96px;
    }

    .tituloSec2{
        font-size: 40px;
    }
}
/* FinSec_2 */


/* Sec_3 */
.contendorPrincipalSec3{
    width: 1090px;
    padding-top: 80px;
}

.cardSec3{
    border-radius: 25px;
    border: 1px solid #FFFFFF;
    padding: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cardSec3:hover{
    border-color: #035CE2 !important;
}


.imgCardSec3{
    width: 186px;
    height: auto;
}

.imgColmd3Sec3{
    margin-bottom: 0px;
}

.miniTituloSec3{
    font-size: 16px;
    font-family: "Kumbh Sans", sans-serif;
    font-weight: bold;
    color: #313131;
}

.tituloSec3{
    font-size: 28px;
    font-family: "Kumbh Sans", sans-serif;
    font-weight: bold;
    color: #035CE2;
}

.textoSec3{
    font-size: 16px;
    font-family: "Kumbh Sans", sans-serif;
    color: #313131;
}

.textoLinkSec3{
    font-size: 14px;
    font-family: "Kumbh Sans", sans-serif;
    color: #313131;
    text-decoration: none;
}

.textoLinkSec3:hover{
    color: #035CE2;
}

.girarArrowCard {
    transform: rotate(180deg); /* Gira el SVG 180 grados */
}

.espCardtoCardSec3{
    height: 16px;
    width: 400px;
    background: radial-gradient(circle, #baff5fcc, #e9ffd7);
    opacity: 0.5;
}


@media (max-width: 1050px) {
    .contendorPrincipalSec3{
        width: 95%;
    }

}

@media (max-width: 600px) {
    .contendorPrincipalSec3{
        width: 100%;
    }
    .imgCardSec3{
        width: 118px;
    }

    .imgColmd3Sec3{
        margin-bottom: 40px;
    }

    .tituloSec3{
        width: 90%;
    }

    .espCardtoCardSec3{
        width: 100%;
    }

}

/* FinSec_3 */

/* Sec_4*/
  /* .zoom-text-container {
    overflow: hidden;
    height: auto;
    max-width: 1440px;
    display: flex;
    justify-content: center;
    align-items: center;
  } */

  .contendorPrincipalSec4{
    width: 1250px;
    margin-bottom: 80px; 
    margin-top: 160px;
  }
   
  .zoom-text {
    font-size: 80px;
    width: 100%;
    text-align: center;
    transition: font-size 0.05s ease-in-out;
    font-family: "Lexend Deca", sans-serif;
    line-height: 1;
    color: #313131;
    font-weight: bold;
  }



  @media (max-width: 1440px) {
    .contendorPrincipalSec4{
        width: 1000px;
    }
    .zoom-text {
        font-size: 60px;
    }
  }

  @media (max-width: 1024px) {
    .contendorPrincipalSec4{
        width: 100%;
    }
    
  }

  @media (max-width: 850px) {
    .contendorPrincipalSec4{
        width: 90%;
    }
  }

  @media (max-width: 600px) {
    .zoom-text {
        font-size: 40px;
    }
    
  }
/* FinSec_4 */

/* Sec_5*/
.contendorPrincipalSec5{
    width: 1400px;
    margin-bottom: 80px; 
}


.cardIzqSec5,
.cardDerSec5,
.cardDerSec5Swap {
    border-radius: 25px;
    height: 100%;
}

.cardIzqSec5 {
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.imgCardIzqSec5 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
}

.cardDerSec5 {
    padding: 40px;
    border: 2px solid #313131;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.cardDerSec5Swap{
    padding: 40px;
    border: 2px solid #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #035CE2;
}


.card-body{
    border: 0px !important;
}

.filaCardIzqSec5{
    padding-left: 0px; 
    padding-right: 16px;
}

.filaCardDerSec5{
    padding-left: 16px; 
    padding-right: 0px;
}

.textCardSec5{
    font-size:20px;
    font-family: "Kumbh Sans", sans-serif;
    color: #313131;
    font-weight: 500;
    line-height: 1.25;
}

.textCardSec5Swap{
    font-size:20px;
    font-family: "Kumbh Sans", sans-serif;
    color: #FFFFFF;
    font-weight: 500;
    line-height: 1.25;
    
}

@media (max-width: 1440px) {
    .contendorPrincipalSec5{
        width: 1088px;
    }

    .cardDerSec5{
        padding: 24px;
    }

    .cardDerSec5Swap{
        padding: 24px;
    }

    .textCardSec5{
        font-size:18px;
    }

    .textCardSec5Swap{
        font-size:18px;
    }

  }

  @media (max-width: 1024px) {
    .contendorPrincipalSec5{
        width: 95%;
    }

    .colImgSec6{
        margin-bottom: 32px;
    }

  }

  @media (max-width: 850px) {
    .filaCardIzqSec5{
        padding-left: 12px; 
        padding-right: 12px;
        
    }
    
    .filaCardDerSec5{
        padding-left: 12px; 
        padding-right: 12px;
    }

    .cardDerSec5{
        margin-top: 32px;
        padding: 40px;
    }

    .cardDerSec5Swap{
        margin-top: 32px;
        padding: 40px;
    }
  }

  @media (max-width: 600px) {
    .contendorPrincipalSec5{
        width: 95%;
    }

    .cardDerSec5{
        padding: 15px;
    }
    
    .cardDerSec5Swap{
        padding: 15px;
    }
  }


/* FinSec_5 */


/* Sec_6*/

/* Textos principales seccion 6 */
.contendorPrincipalSec6{
    width: 1090px;
    padding: 80px 0 100px 0;
}

.tituloSec6{
    font-size: 80px;
    width: 100%;
    font-family: "Lexend Deca", sans-serif;
    line-height: 0.9;
    color: #313131;
    padding-bottom: 24px;
    font-weight: bolder;
    text-align: center;
}

.tituloSec6Swap{
    font-size: 80px;
    width: 100%;
    font-family: "Lexend Deca", sans-serif;
    line-height: 0.9;
    color: #FFFFFF;
    padding-bottom: 24px;
    font-weight: bolder;
    text-align: center;
}

.textoSec6{
    font-size:20px;
    width: 100%;
    font-family: "Kumbh Sans", sans-serif;
    color: #313131;
    font-weight: 500;
    line-height: 1.25;
    text-align: center;
}

.textoSec6Swap{
    font-size:20px;
    width: 100%;
    font-family: "Kumbh Sans", sans-serif;
    color: #FFFFFF;
    font-weight: 500;
    line-height: 1.25;
    text-align: center;
}

/* Carrusel seccion 6 */
.carrusel_wrapper_sec6 {
    width: 100%;
    position: relative;
}

.contenedor_carrusel_sec6 {
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
    scroll-snap-type: x mandatory;
    display: flex;
    gap: 24px;
    padding-bottom: 80px;
    scroll-padding-left: calc((100vw - 1110px) / 2);
    scroll-padding-right: calc((100vw - 1110px) / 2);
    scroll-behavior: smooth;
}

.spacer_seccion6 {
    flex: 0 0 calc((100vw - 1440px) / 2);
    pointer-events: none;
}

.spacer_end_seccion6 {
    flex: 0 0 calc((100vw - 1440px) / 2);
}

.cuerpoCardSec6 {
    flex: 0 0 441px;
    height: auto;
    scroll-snap-align: start;
    text-align: left;
    border-radius: 39px;
    background-color: #FFFFFF;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* corrige align-items: left; a flex-start */
    transition: background-color 0.3s ease;
    text-decoration: none; /* quita subrayado */
    color: inherit; /* mantiene color del texto */
}

.cuerpoCardSec6Swap {
    flex: 0 0 441px;
    height: auto;
    scroll-snap-align: start;
    border-radius: 39px;
    background-color: #004DC1;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* corrige align-items: left; a flex-start */
    transition: background-color 0.3s ease;
    text-decoration: none; /* quita subrayado */
    color: inherit; /* mantiene color del texto */
}

.cuerpoCardSec6Swap:hover {
  background-color: #0043AA !important;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.cuerpoCardSec6 img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 15px;
}

.cuerpoCardSec6Swap img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 15px;
}

.contenedor_carrusel_sec6::-webkit-scrollbar {
    display: none;
}

/* Textos dentro de las cards del carrusel */
.categoriaCardSec6{
    text-transform: uppercase;
    font-size: 16px;
    font-family: "Kumbh Sans", sans-serif;
    font-weight: 400;
    color: #313131;
    padding: 24px 0 0 0;
    margin: 0%;
}

.categoriaCardSec6Swap{
    text-transform: uppercase;
    font-size: 16px;
    font-family: "Kumbh Sans", sans-serif;
    font-weight: 400;
    color: #DCE6EF;
    padding: 24px 0 0 0;
    margin: 0%;
}

.tituloCardsec6{
    font-size: 20px;
    font-family: "Kumbh Sans", sans-serif;
    font-weight: 700;
    color: #313131;
    line-height: 1.25;
    padding: 8px 0 32px 0;
    margin: 0%;
}

.tituloCardsec6Swap{
    font-size: 20px;
    font-family: "Kumbh Sans", sans-serif;
    font-weight: 700;
    color: #DCE6EF;
    line-height: 1.25;
    padding: 8px 0 32px 0;
    margin: 0%;
}

.autorCardsec6 {
    font-size: 16px;
    font-family: "Kumbh Sans", sans-serif;
    font-weight: 400;
    color: #313131;
    padding: 0%;
    margin: 0%;
}

.autorCardsec6Swap {
    font-size: 16px;
    font-family: "Kumbh Sans", sans-serif;
    font-weight: 400;
    color: #DCE6EF;
    padding: 0%;
    margin: 0%;
}

.fechaCardsec6{
    font-size: 16px;
    font-family: "Kumbh Sans", sans-serif;
    font-weight: 400;
    color: #313131;
    padding: 0%;
    margin: 0%;
}

.fechaCardsec6Swap{
    font-size: 16px;
    font-family: "Kumbh Sans", sans-serif;
    font-weight: 400;
    color: #DCE6EF;
    padding: 0%;
    margin: 0%;
}

/* Estilos para las flechas personalizadas */

.contenedor_custom_arrows {
    width: 1400px;
    padding: 0%;
    display: none;
}

/* .custom-arrows {
  padding-right: 8%;
} */

.custom-prev {
    cursor: pointer;
    background-color: #FFFFFF;
    border: 1px solid #313131;
    padding: 10px 16px;
    margin: 0 10px;
    border-radius: 100%;
}

.custom-next{
    cursor: pointer;
    background-color: #313131;
    border: 1px solid #313131;
    padding: 10px 16px;
    margin: 0 10px;
    border-radius: 100%;
}


/* Hover con fondo y borde (botones opacos) */
.hover-normal:hover {
  background-color: #5A5A5A !important;
  border-color: #5A5A5A !important;
}
.hover-normal:hover svg path {
  stroke: #D9E6FA;
}

.hover-swap:hover {
  background-color: #D9E6FA !important;
  border-color: #D9E6FA !important;
}
.hover-swap:hover svg path {
  stroke: #035CE2;
}

/* Hover solo borde y stroke (botones transparentes) */
.hover-only-border-normal:hover {
  background-color: transparent !important;
  border-color: #5A5A5A !important;
}
.hover-only-border-normal:hover svg path {
  stroke: #5A5A5A;
}

.hover-only-border-swap:hover {
  background-color: transparent !important;
  border-color: #D9E6FA !important;
}
.hover-only-border-swap:hover svg path {
  stroke: #D9E6FA;
}


/* Desktop */
/* @media (max-width: 1770px) {

    .spacer_seccion6{
        flex: 0 0 170px;
    }

    .contenedor_carrusel_sec6 {
        scroll-padding-left: 150px;
        scroll-padding-right: 150px;
    }

} */

/* Desktop */
/* @media (max-width: 1650px) {

    .spacer_seccion6{
        flex: 0 0 110px;
    }

} */

/* Desktop */
@media (max-width: 1550px){

    .contenedor_carrusel_sec6 {
        scroll-padding-left: calc((100vw - 1130px) / 2);
        scroll-padding-right: calc((100vw - 1130px) / 2);
    }

    .contenedor_custom_arrows {
        max-width: 1088px;
        width: 100%;
    }

    .spacer_seccion6 {
        flex: 0 0 calc((100vw - 1118px) / 2);
    }

    .spacer_end_seccion6 {
        flex: 0 0 calc((100vw - 1118px) / 2);
    }

    .cuerpoCardSec6 {
        flex: 0 0 360px;
        height: auto;
    }

    .cuerpoCardSec6Swap {
        flex: 0 0 360px;
        height: auto;
    }

    .cuerpoCardSec6 img {
        width: 100%;
        height: 200px;
    }

    .cuerpoCardSec6Swap img {
        width: 100%;
        height: 200px;
    }
}

/* Desktop */
@media (max-width: 1440px) {

    .contendorPrincipalSec6{
        width: 920px;
    }

    .tituloSec6, .tituloSec6Swap {
        font-size: 60px;
    }
    
    .textoSec6, .textoSec6Swap {
        font-size: 18px;
    }

}

@media (max-width: 1300px) {

    .contenedor_custom_arrows {
        display: block;
    }

    .contenedor_custom_arrows_sec6 {
        width: 80%;
    }

    .spacer_seccion6{
        flex: 0 0 90px;
    }

    .spacer_end_seccion6 {
        flex: 0 0 calc((100vw - 83vw) / 2);
    }

    .contenedor_carrusel_sec6 {
        scroll-padding-left: calc((100vw - 80vw) / 2);   /* 10% a cada lado */
        scroll-padding-right: calc((100vw - 80vw) / 2);
    }

    .contendorPrincipalSec6{
        width: 78%;
    }


}

/* Tableta */
@media (max-width: 1024px) {

    .contendorPrincipalSec6{
        width: 78%;
    }

    .spacer_seccion6{
        flex: 0 0 90px;
    }

    .contendorPrincipalSec6{
        width: 95%;
    }

    .cuerpoCardSec6, .cuerpoCardSec6Swap {
        flex: 0 0 350px;
        height: auto;
        padding: 16px;
        border-radius: 26px;
    }

    .cuerpoCardSec6 img {
        width: 100%;
        height: 200px;
        border-radius: 10px;
    }

    .cuerpoCardSec6Swap img {
        width: 100%;
        height: 200px;
        border-radius: 10px;
    }

    .categoriaCardSec6, .categoriaCardSec6Swap {
        padding: 16px 0 0 0;
    }
    
    .contenedor_carrusel_sec6 {
        scroll-padding-left: 145px;
        scroll-padding-right: 145px;
    }

    .contenedor_custom_arrows {
        width: 95%;
        padding: 0%;
    }
}

/* Tableta */
@media (max-width: 992px) {

    .contendorPrincipalSec6{
        width: 76%;
    }

    .spacer_seccion6{
        flex: 0 0 70px;
    }

    .contendorPrincipalSec6{
        width: 80%;
    }

    .cuerpoCardSec6, .cuerpoCardSec6Swap {
        flex: 0 0 285px;
        height: auto;
        padding: 16px;
        border-radius: 26px;
    }

    .cuerpoCardSec6 img {
        width: 100%;
        height: 150px;
        border-radius: 10px;
    }

    .cuerpoCardSec6Swap img {
        width: 100%;
        height: 150px;
        border-radius: 10px;
    }
    
    .contenedor_carrusel_sec6 {
        scroll-padding-left: 110px;
        scroll-padding-right: 110px;
    }

}

/* Tableta */
@media (max-width: 768px) {

    .contendorPrincipalSec6{
        width: 85%;
    }

    .spacer_seccion6{
        flex: 0 0 30px;
    }

    .cuerpoCardSec6, .cuerpoCardSec6Swap {
        flex: 0 0 285px;
        height: auto;
        padding: 16px;
        border-radius: 26px;
    }

    .cuerpoCardSec6 img {
        width: 100%;
        height: 150px;
        border-radius: 10px;
    }

    .cuerpoCardSec6Swap img {
        width: 100%;
        height: 150px;
        border-radius: 10px;
    }

    .categoriaCardSec6, .categoriaCardSec6Swap {
        padding: 16px 0 0 0;
    }
    
    .contenedor_carrusel_sec6 {
        scroll-padding-left: 85px;
        scroll-padding-right: 85px;
    }

}

/*  Movil */
@media (max-width: 576px) {

    .contendorPrincipalSec6{
        width: 76%;
    }

    .contendorPrincipalSec7_2{
        width: 95%;
    }

    .contenedor_carrusel_sec6{
            padding-bottom: 40px;
    }

    .spacer_seccion6{
        flex: 0 0 25px;
    }

    .contenedor_carrusel_sec6 {
        scroll-padding-left: 70px;
        scroll-padding-right: 70px;
    }

    .tituloSec6, .tituloSec6Swap {
        font-size: 40px;
        width: 100%;
    }

}

/* Movil */
@media (max-width: 450px) {

    .spacer_seccion6{
        flex: 0 0 25px;
    }

    .contenedor_carrusel_sec6 {
        scroll-padding-left: 72px;
        scroll-padding-right: 72px;
    }

        .spacer_seccion6{
        flex: 0 0 25px;
    }

    .textoSec6, .textoSec6Swap {
        font-size: 18px;
        width: 100%;
    }

}

/* Movil */
@media (max-width: 395px) {

    .contendorPrincipalSec6{
        width: 80%;
    }

    .spacer_seccion6{
        flex: 0 0 15px;
    }

    .contenedor_carrusel_sec6 {
        scroll-padding-left: 55px;
        scroll-padding-right: 55px;
    }


}

/* FinSec_6 */


/* Sec_7*/
.contendorPrincipalSec7{
    width: 1400px;
    padding-top: 144px;
    padding-bottom: 48px;
}

.tituloSec7{
    font-size: 80px;
    font-family: "Lexend Deca", sans-serif;
    line-height: 1;
    color: #313131;
    font-weight: bolder;
    text-align: center;
}

.tituloSec7Swap{
    font-size: 80px;
    font-family: "Lexend Deca", sans-serif;
    line-height: 1;
    color: #FFFFFF;
    font-weight: bolder;
    text-align: center;
}

.contendorPrincipalSec7_2{
    width: 1090px;
    padding-bottom: 120px;
}

.contienePreSec7{
    cursor: pointer; 
    margin-bottom: 8px; 
    height: auto;
    border-radius: 15px;
    background-color: #FFFFFF;
}

.contienePreSec7Swap{
    cursor: pointer; 
    margin-bottom: 8px; 
    height: auto;
    border-radius: 15px;
    background-color: #0656CE;
}

.contienePreSec7Swap:hover {
  background-color: #0043AA !important;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.preguntaSec7{
    font-size: 18px;
    font-family: "Kumbh Sans", sans-serif;
    color: #313131;
    font-weight: normal;
    margin-bottom: 0px;
    padding-left: 15px;
    padding-top: 19px;
    padding-bottom: 19px;
}

.preguntaSec7Swap{
    font-size: 18px;
    font-family: "Kumbh Sans", sans-serif;
    color: #F5FAFF;
    font-weight: normal;
    margin-bottom: 0px;
    padding-left: 15px;
    padding-top: 19px;
    padding-bottom: 19px;
}

.contieneResSec7{
    margin-top: -10px;
    background-color: #FFFFFF;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    margin-bottom: 8px;
}

.contieneResSec7Swap{
    margin-top: -10px;
    background-color: #0656CE;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    margin-bottom: 8px;
}

.contieneResSec7Swap:hover {
  background-color: #0043AA !important;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.respuestaSec7{
    font-size: 18px;
    font-family: "Kumbh Sans", sans-serif;
    color: #313131;
    font-weight: normal;
    padding-left: 15px;
    padding-right: 60px;
    padding-bottom: 15px;
}

.respuestaSec7Swap{
    font-size: 18px;
    font-family: "Kumbh Sans", sans-serif;
    color: #FFFFFF;
    font-weight: normal;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 60px;
    padding-bottom: 15px;
}
@media (max-width: 1440px) {
    .contendorPrincipalSec7{
        width: 1088px;
    }

    .contendorPrincipalSec7_2{
        width: 920px;
    }

    .tituloSec7{
        font-size: 60px;
    }

    .tituloSec7Swap{
        font-size: 60px;
    }
}

@media (max-width: 1024px) {
    .contendorPrincipalSec7{
        width: 95%;
    }

    .contendorPrincipalSec7_2{
        width: 95%;
    }
}

@media (max-width: 850px) {
    .contendorPrincipalSec7{
        width: 80%;
    }

    .contendorPrincipalSec7_2{
        width: 80%;
    }

    .tituloSec7{
        font-size: 50px;
        text-align: center;
    }

    .tituloSec7Swap{
        font-size: 50px;
    }
}

@media (max-width: 600px) {
    .contendorPrincipalSec7_2{
        width: 95%;
    }

    .tituloSec7{
        font-size: 40px;
    }

    .tituloSec7Swap{
        font-size: 40px;
    }
}
/* FinSec_7 */


/* Sec_8*/
.contendorPrincipalSec8{
    width: 1090px;
}

.tituloSec8{
    font-size: 80px;
    font-family: "Lexend Deca", sans-serif;
    line-height: 0.9;
    color: #035CE2;
    font-weight: bolder;
}

.tituloSec8Swap{
    font-size: 80px;
    font-family: "Lexend Deca", sans-serif;
    line-height: 0.9;
    color: #FFFFFF;
    font-weight: bolder;
}

.textoSec8{
    font-size: 20px;
    font-family: "Kumbh Sans", sans-serif;
    color: #313131;
    font-weight: normal;
    line-height: 1.25;
}

.textoSec8Swap{
    font-size: 20px;
    font-family: "Kumbh Sans", sans-serif;
    color: #FFFFFF;
    font-weight: normal;
    line-height: 1.25;
}

.imgIzqSec8{
    height: 358px;
    width: auto;
}

@media (max-width: 1440px) {
    .contendorPrincipalSec8{
        width: 920px;
    }

    .tituloSec8{
        font-size: 50px;
    }

    .tituloSec8Swap{
        font-size: 50px;
    }

    .textoSec8{
        font-size: 18px;
    }

    .textoSec8Swap{
        font-size: 18px;
    }

    .imgIzqSec8{
        height: 302px;
    }
}

@media (max-width: 850px) {
    .contendorPrincipalSec8{
        width: 80%;
    }

    .tituloSec8{
        font-size: 60px;
    }

    .tituloSec8Swap{
        font-size: 60px;
    }

    .imgIzqSec8{
        margin-top: 64px;
    }
}

@media (max-width: 600px) {
    .tituloSec8{
        font-size: 40px;
        padding-bottom: 10px;
    }

    .tituloSec8Swap{
        font-size: 40px;
    }

    .imgIzqSec8{
        height: 233px;
    }

    .contendorPrincipalSec8{
        width: 95%;
    }

}
/* FinSec_8 */