@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Bold.ttf") format("truetype");
    font-weight: bold;    
    font-style: normal;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Medium.ttf") format("truetype");
    font-weight: 600;    
    font-style: normal;
    
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-BoldItalic.ttf") format("truetype");
    font-weight: bold;   
    font-style: italic; 
}


body {
    background-color: #f5f5f5;
}

.navbar .logo img{
    height: 60px;
    margin-right: 100px;
}
.navbar {
    font-family: "Poppins";
    font-size: 1.0rem;
    color: #FFF;
    background: #100434;
    min-height: 110px;
}

.navbar .navbar-brand .container-logos {
    margin-top: 8px;
    display: flex;
    align-items: center;
    small {
        font-size: 0.8rem;
    }
    img {
        height: 60px;
    }
}

.navbar .navbar-brand .container-logos .company {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 8px;
    margin-right: 8px;
}

.navbar .navbar-brand .container-logos .company img {
    margin-top: 4px;
    height: 43px;
}

.navbar .nav-link {
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid transparent;
    border-radius: 20px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
}

.navbar-dark .navbar-nav .nav-link:hover {
    border: 1px solid #fff;
    color: #fff;
    border-radius: 20px;
}

@media screen and (max-width: 991px){
    .navbar .logo img{
        height: 60px;
        margin-right: 80px;
    }
    .navbar .navbar-brand .container-logos {
        small {
            font-size: 0.65rem;
        }
        img {
            height: 40px;
        }
    }
}

@media screen and (max-width: 767px){
    .navbar .logo img{
        height: 30px;
        margin-right: 40px;
    }
    .navbar .navbar-brand .container-logos {
        small {
            font-size: 0.6rem;
        }
        img {
            height: 30px;
        }
    }
}

/* Ajustamos la altura del carrusel para que sea siempre la misma */
.carousel-inner {
    min-height: 800px; /* Cambia este valor a lo que necesites */
}

.carousel-item {
    height: 100% !important;
}

.carousel-item img {
    object-fit: cover; /* Hace que las imágenes cubran el área sin deformarse */
    min-height: 800px;
    max-height: 840px;
    height: 100%;
    width: 100%;
}

.portada {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 99;
    left: 0px;
    right: 0px;
    color: #fff;
}

.portada .container-logo {
    padding-top: 210px;
}

.portada .container-logo img:first-child{
    margin-right: 30px;
}
.portada .title {
    color: #fff;
    width: 1200px;
    text-align: center;
}
.portada .title h1{ 
    font-family: "Poppins";
    font-size: 1.7rem;
    font-weight: bold;
}
.portada .title h1 span{
    font-size: 3.3rem;
    color: #01aae9;
} 


.portada .container-date p {
    font-family: "Poppins";
    font-size: 1.8rem;
    font-weight: 300;
    text-align: center;
    padding: 0px;
    margin: 0px;
}

.portada .container-date span {
    font-size: 2.5rem;
    font-weight: 600;
    color: #008aff;
}

.portada .container-buttons {
    display: flex;
    justify-content: center;
    margin-top: 45px;
}

@media screen and (max-width: 767px){

    .portada .title {
        width: 390px;
    }

    .portada .title h1{ 
        font-size: 1.7rem;
        font-family: "Poppins";
    }
    .portada .title h1 span{
        font-size: 2.3rem;
        font-family: "Poppins";
    } 
    
    .portada .container-buttons {
        flex-direction: column;
    }
    .portada .container-buttons a{
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 550px){
    .portada {
        padding-bottom: 40px;
    }
    .portada .container-buttons {
        flex-direction: column;
    }
    .portada .container-buttons a{
        margin-bottom: 20px;
    }
    .portada .title {
        width: 100%;
    }
}

/* SECTION 1 */
/* .section-portada {
    color: #fff;
    min-height: 840px;
}

.section-portada .container-bg {
    background-color: #000b2b;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
}

.section-portada-bg {
    width: 1920px;
    min-height: 840px;
    background-image: url('../images/portada_principal.png'); 
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position:bottom
}

.section-portada .container-logo {
    padding-top: 210px;
}

.section-portada .container-logo img:first-child{
    margin-right: 30px;
}
.section-portada .title {
    width: 860px;
    text-align: center;
}
.section-portada .title h1{ 
    font-size: 45px;
    font-family: "Poppins";
    font-size: 3.8rem;
    font-weight: bold;
}
.section-portada .title h1 span{
    color: #01aae9;
} 


.section-portada .container-date p {
    font-family: "Poppins";
    font-size: 1.8rem;
    font-weight: 300;
    text-align: center;
    padding: 0px;
    margin: 0px;
}

.section-portada .container-date span {
    font-size: 2.5rem;
    font-weight: 600;
    color: #008aff;
}

.section-portada .container-buttons {
    display: flex;
    justify-content: center;
    margin-top: 45px;
}


@media screen and (max-width: 767px){
    .section-portada {
        background-color: #000b2b;
        padding-bottom: 40px;
    }
    .section-portada-bg {
        background-image: none;
        background: #000b2b;
    }
    .section-portada .container-logo{
        display: flex;
        justify-content: center;
    }
    .section-portada .container-logo img:first-child{
        width: 140px;
        object-fit: scale-down;
        
    }
    .section-portada .container-logo img:last-child{
        width: 140px;
        object-fit: scale-down;
    }

    .section-portada .title {
        width: 390px;
    }

    .section-portada .title h1{ 
        font-size: 2rem;
        font-family: "Poppins";
    }
    
    .section-portada .container-buttons {
        flex-direction: column;
    }
    .section-portada .container-buttons a{
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 550px){
    .section-portada {
        background-color: #000b2b;
        padding-bottom: 40px;
    }
    .section-portada .container-buttons {
        flex-direction: column;
    }
    .section-portada .container-buttons a{
        margin-bottom: 20px;
    }
    .section-portada .title {
        width: 100%;
    }
} */


.btn-custom {
    font-family: "Poppins";
    border-radius: 20px;
    background-color: #2baaff;
    color: #fff;
    font-size: 1.375rem;
    font-weight: 500;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.btn-custom:hover {
    font-family: "Poppins";
    border-radius: 20px;
    background-color: #fff;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.375rem;
    color: #2baaff;
    
}

.btn-outline-custom {
    background-color: #008aff;
    border-radius: 20px;
    border: 2px #008aff solid;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.375rem;
    color: #fff;
    font-family: "Poppins";
}

.btn-outline-custom:hover {
    border-radius: 20px;
    border: 2px #fff solid;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
}


.btn-custom-shop {
    /* width: 100%; */
    font-family: "Poppins";
    border-radius: 20px;
    background-color: #FF00F8;
    color: #fff;
    font-size: 1.375rem;
    font-weight: 500;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.btn-custom-shop:hover {
    /* width: 100%; */
    font-family: "Poppins";
    border-radius: 20px;
    background-color: #FF00F898;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.375rem;
    color: #fff;
    
}

.btn-custom-add {
    /* width: 100%; */
    font-family: "Poppins";
    border-radius: 20px;
    background-color: #004B9B;
    color: #fff;
    font-size: 1.175rem;
    font-weight: 500;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    
}

.btn-custom-add:hover {
    /* width: 100%; */
    font-family: "Poppins";
    border-radius: 20px;
    background-color: #FF00F8;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.175rem;
    color: #fff;
    
}
.container-countdown {
    display: flex; 
    flex-direction: column; 
    justify-content: center; 
    align-items: center; 
    align-content: center;
    margin-bottom: 80px;
}


.countdown {
    background-color: #ffffff40;
    /* display: inline-flex; */
    width: 600px;
    display: flex;
    justify-content: space-around;
    border: 3px solid #004B9B;
    border-radius: 20px;
    padding: 12px;
    padding-left: 20px;
    padding-right: 20px;
}
.countdown div{
    align-content: center;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
}

.countdown div h2{
    font-family: "Poppins";
    font-size: 1.563rem;
}
.countdown div span{
    font-family: "Poppins";
    font-size: 0.75rem;
}

.time {
    font-family: "Poppins";
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: -10px;
    margin-top: -10px;
}

@media screen and (max-width: 900px){
    .countdown div h2{
        font-size: 15px;
    }
    .time {
        font-size: 26px;
    }
    .countdown div{
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media screen and (max-width: 771px){
    .countdown {
        width: 100%;
    }
    .container-countdown .title-countdown {
        font-size: 18px;
    }
    .countdown div h2{
        font-size: 12px;
    }
    .time {
        font-size: 18px;
    }
    .countdown div{
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 600px){
    
    .countdown div{
        margin-left: 5px;
        margin-right: 5px;
    }
}



/* SECTION 2 */

.section-informacion {
    
    min-height: 800px;
    padding-top: 120px;
    padding-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.section-informacion .container-background {
    /* background-color: #002144; */
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
}

.section-informacion .container-background .section-portada-bg {
    width: 1920px;
    min-height: 800px;
    background-color: white;
}

.section-informacion .container-images{
    margin-right: 20px;
    margin-bottom: 100px;
}

.section-informacion h2 {
    font-size: 3rem;
    font-weight: bold;
    color: #0067f1;
    line-height: 50px;
    font-family: "Poppins";
}
.section-informacion .title {
    margin-top: 30px;
    font-size: 1.5rem;
    font-family: "Poppins";
    font-weight: bold;
    color: #0067f1;
}

.section-informacion .description {
    font-family: "Poppins";
    font-size: 1.25rem;
    color: #404040;
    line-height: 38px;
}

.section-informacion .question {
    font-family: "Poppins";
    font-size: 1.25rem;
    font-weight: 700;
    color: #404040;
    line-height: 38px;
}

.section-informacion .question span{
    color: #0067f1;
}

.section-informacion .list {
    padding: 0px;
    text-decoration: none;
    list-style: none;
}

.section-informacion .list li{
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.section-informacion .list li img {
    /* height: 18px; */
    margin-right: 6px;
}

.section-informacion .list li p {
    font-family: "Poppins";
    font-size: 1rem;
    margin-bottom: 0px;
    line-height: 20px;
}

/* Añadir un estilo para el iframe */
.iframe-container {
    position: relative;
    padding-bottom: 56.25%; /* Relación de aspecto 16:9 */
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1400px){
    .section-informacion .description{
        font-size: 1.12rem;
    }
    .section-informacion .container-images{
        width: 550px;
    }
}

@media screen and (max-width: 1200px){
    .section-informacion .container-images{
        width: 500px;
    }
}

@media screen and (max-width: 991px){
    
    .section-informacion{
        padding-top: 80px;
        background-color: #ffffff;
    }
   
    .section-informacion .container-images {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
        margin-bottom: 0px;
    }
    .section-informacion .container-images img:first-child{
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 771px){
    .section-informacion .container-images img:first-child{
        width: 100%;
    }
}

/* END SECTION 2 */


/* SECTION 3 */

.section-indicadores {
    min-height: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-indicadores .container-background {
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
}

.section-indicadores .container-background .section-portada-bg {
    width: 1920px;
    min-height: 950px;
    background-image: url('../images/simetria.png'); 
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position:bottom
}

.section-indicadores .container-indicadores {
    margin-top: -20px;
    display: flex;
    justify-content: space-around;
}

.section-indicadores .container-indicadores img {
    height: 220px;
}

.section-indicadores .title{
    margin-top: 80px;
    margin-bottom: 20px;
    font-size: 3rem;
    font-family: "Poppins";
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.section-indicadores .image-actividad{
    text-align: center;
    margin: 12px;
}
.section-indicadores h3{
    font-size: 1.2rem;
    min-height: 50px;
    font-family: "Poppins";
    color: #fff;
    text-align: center;
}

.section-indicadores p{
    font-size: 0.92rem;
    font-family: "Poppins";
    color: #fff;
    text-align: center;
}

@media screen and (max-width: 1400px){
    .section-indicadores {
        min-height: 800px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .section-indicadores .container-background .section-portada-bg {
        width: 1920px;
        min-height: 920px;
        background-image: url('../images/simetria.png'); 
        background-repeat: repeat;
        background-size: 100% auto;
        background-position:bottom
    }
}

@media screen and (max-width: 1200px){
    .section-indicadores .container-background .section-portada-bg {
        width: 1920px;
        min-height: 910px;
    }
    .section-indicadores .container-indicadores img {
        height: 180px;
    }
}

@media screen and (max-width: 991px){
    .section-indicadores .container-background .section-portada-bg {
        min-height: 1010px;;
    }

    .section-indicadores .container-indicadores img {
        height: 120px;
    }
    .section-indicadores .title{
        margin-top: 80px;
        margin-bottom: 20px;
        font-size: 2rem;
        font-family: "Poppins";
    }
}

@media screen and (max-width: 767px){
    .section-indicadores .container-background .section-portada-bg {
        min-height: 1450px;
    }
    .section-indicadores .container-indicadores img {
        height: 115px;
    }
}

@media screen and (max-width: 576px){
    .section-indicadores .container-indicadores img {
        height: 82px;
    }
}

/* END SECTION 3 */

/* SECTION 4 */
.section-beneficios {
    min-height: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #004B9B;
}

.section-beneficios .title{
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 3rem;
    font-family: "Poppins";
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.section-beneficios .card {
    background-color: #002144;
    color: #fff;
    min-height: 280px;
    margin-bottom: 20px;
}
.section-beneficios .card .card-header{
    display: flex;
    justify-content: space-between;
    border-bottom: 0px;
}
.section-beneficios .card .card-header h3{
    margin-top: 16px;
    font-size: 1.2rem;
    font-family: "Poppins";
}
.section-beneficios .card ul {
    padding: 0px;
    list-style: none;
}

.section-beneficios .card ul li{
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.section-beneficios .card ul li img{ 
    margin-right: 4px;
}
.section-beneficios .card ul li p{ 
    margin-bottom: 0px;
    font-size: 0.92rem;
    font-family: "Poppins";
    color: #fff;
}

@media screen and (max-width: 991px){
   
    .section-beneficios .title{
        margin-top: 80px;
        margin-bottom: 20px;
        font-size: 2rem;
        font-family: "Poppins";
    }
}
/* END SECTION 4 */


/* SECTIONS 5 */

.section-paquetes {
    min-height: 980px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-paquetes .container-background {
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
}

.section-paquetes .container-background .section-portada-bg {
    width: 1920px;
    min-height: 995px;
    background-image: url('../images/fondo-beneficios.png'); 
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position:bottom
}

.section-paquetes .title{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 3rem;
    font-family: "Poppins";
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.section-paquetes .subtitle{
    font-size: 1.7rem;
    font-family: "Poppins";
    color: #fff;
    text-align: center;
}

.section-paquetes .card{
    height: 438px;
    background-color: transparent;
    background-image: url('../images/fondo-card.png'); 
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position:bottom
}

.section-paquetes .card img{
    height: 90px;
    width: 100px;
    position: absolute;
    top: -25px;
    right: -15px;
}

.section-paquetes .card .title {
    margin-top: 68px;
    font-size: 1.7rem;
    font-family: "Poppins";
    font-weight: bold;
    color: #004B9B;
    text-align: center;
}

.section-paquetes .card .price {
    font-size: 2.1rem;
    font-family: "Poppins";
    font-weight: bold;
    color: #004B9B;
    text-align: center;
    margin-bottom: 78px;
}

.section-paquetes .card .description {
    font-size: 1.2rem;
    font-family: "Poppins";
    font-weight: 600;
    color: #444444;
    text-align: center;
    margin-left: 8px;
    margin-right: 8px;
}

.section-paquetes .container-buttons {
    display: flex;
    justify-content: center;
    margin-top: 45px;
    margin-bottom: 45px;
}

@media screen and (max-width: 1700px){
    .section-paquetes .container-background .section-portada-bg {
        min-height: 1500px;
        background-repeat: repeat-y;
    }
}
@media screen and (max-width: 1600px){
    .section-paquetes .container-background .section-portada-bg {
        min-height: 1500px;
        background-repeat: repeat-y;
    }
}

@media screen and (max-width: 1400px){
    .section-paquetes .container-background .section-portada-bg {
        min-height: 1500px;
        background-repeat: repeat-y;
    }
    .section-paquetes .card{
        height: 100%;
        background-color: transparent;
        background-image: url('../images/fondo-card.png'); 
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position:center
    }
    .section-paquetes .card .title {
        font-size: 1.4rem;
        font-family: "Poppins";
    }
    .section-paquetes .card .description {
        font-size: 0.92rem;
        font-family: "Poppins";
    }
}

@media screen and (max-width: 1200px){
    .section-paquetes .container-background .section-portada-bg {
        min-height: 1500px;
        background-repeat: repeat-y;
    }
    .section-paquetes .card{
        height: 100%;
    }
    .section-paquetes .card .title {
        font-size: 1rem;
        font-family: "Poppins";
    }
    .section-paquetes .card .description {
        font-size: 0.82rem;
        font-family: "Poppins";
    }
    .btn-custom-add {
        font-family: "Poppins";
        font-size: 0.925rem;        
    }
    .btn-custom-add:hover {
        font-family: "Poppins";
        font-size: 0.925rem;        
    }
}

@media screen and (max-width: 991px){
    .section-paquetes .title{
        font-size: 2.2rem;
        font-family: "Poppins";
    }
    
}
@media screen and (max-width: 767px){
   .section-paquetes .container-background .section-portada-bg {
        min-height: 2320px;
        background-repeat: repeat-y;
    }
}

@media screen and (max-width: 576px){
    .section-paquetes .container-background .section-portada-bg {
        min-height: 2320px;
        background-repeat: repeat-y;
    }
    .section-paquetes .subtitle{
        font-size: 1.25rem;
        font-family: "Poppins";
        color: #fff;
        text-align: center;
    }
    .section-paquetes .card{
        width: 70%;
        background-image: url('../images/fondo-card.png'); 
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position:center
    }
    .section-paquetes .card .title {
        font-size: 1.5rem;
        font-family: "Poppins";
    }
    .section-paquetes .card .description {
        font-size: 1.1rem;
        font-family: "Poppins";
    }
    .btn-custom-add {
        font-family: "Poppins";
        font-size: 1rem;        
    }
    .btn-custom-add:hover {
        font-family: "Poppins";
        font-size: 1rem;        
    }
}

/* END SECTIONS 5 */

/* SECTIONS 6 */

.section-auspiciantes {
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #004B9B;

}

.section-auspiciantes .title{
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 3rem;
    font-family: "Poppins";
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.section-auspiciantes .title span{
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 3rem;
    font-family: "Poppins";
    font-weight: bold;
    color: #FF00F8;
    text-align: center;
}

.section-auspiciantes ul {
    width: 500px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
}
.section-auspiciantes ul li{
    margin-bottom: 8px;
}
.section-auspiciantes ul li img{
    margin-right: 4px;
}
.section-auspiciantes ul li p{
    font-size: 1rem;
    font-family: "Poppins";
    color: #fff;
    margin-bottom: 0px;
}

@media screen and (max-width: 991px){
    .section-auspiciante .title{
        font-size: 2.2rem;
        font-family: "Poppins";
    }
}

/* END SECTIONS 6 */



/* SECTIONS 7 */

.section-participantes {
    min-height: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-participantes .container-background {
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
}

.section-participantes .container-background .section-portada-bg {
    width: 1920px;
    min-height: 900px;
    background-image: url('../images/fondo-participantes.png'); 
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position:bottom
}

.section-participantes .title{
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 3rem;
    font-family: "Poppins";
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.section-participantes .description{
    margin-bottom: 40px;
    font-size: 2rem;
    font-family: "Poppins";
    color: #fff;
    text-align: center;
}

.section-participantes .card {
    background-color: #002144;
    width: 350px;
    border-radius: 30px;
    border-bottom: 0px;
    border: 0px;
    color: #fff;
}

.section-participantes .card .card-header{
    margin-top: 25px;
    text-align: center;
    border-bottom: 0px;
}

.section-participantes .card .card-header p{
    font-size: 1.5rem;
    font-family: "Poppins";
    color: #fff;
    margin-bottom: 0px;
}
.section-participantes .card .card-body {
    min-height: 270px;
}
.section-participantes .card .card-body ul {
    padding: 0px;
    margin-bottom: 20px;
}

.section-participantes .card .card-body ul li {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}
.section-participantes .card .card-body ul li p{
    margin-left: 8px;
    font-size: 0.88rem;
    font-family: "Poppins";
    color: #fff;
    margin-bottom: 0px;
}

.section-participantes .card-border {
    width: 280px;
    height: 5px;
    background-color: #002144;
    border-radius: 100px;
}

.section-participantes .card-border hr {
    background-color: #002144;
    all: initial;
    display: block;
    border-bottom: 10px dashed white;
}

.section-participantes .card .card-footer{
    text-align: center;
    border-top: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.section-participantes .card .card-footer .price{
    font-size: 2rem;
    font-family: "Poppins";
    font-weight: 600;
    /* color: #fff; */
    margin-bottom: 0px;
    text-align: center;
}

.section-participantes .card .card-footer .legend{
    font-size: 1rem;
    font-family: "Poppins";
    /* color: #fff; */
    margin: 0px;
    text-align: center;
}

.section-participantes .card .card-footer .h3{
    margin: 0px;
}

.section-participantes .card .card-footer .free{
    margin-top: 22px;
    margin-bottom: 22px;
}

@media screen and (max-width: 1600px){
    .section-participantes .container-background .section-portada-bg {
        min-height: 1500px;
        background-repeat: repeat-y;
    }
}

@media screen and (max-width: 991px){
    .section-participantes .title{
        font-size: 2.2rem;
        font-family: "Poppins";
    }
}

/* END SECTIONS 7 */


/* SECTIONS 8 */

.section-testimonios {
    min-height: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #050144;
}

.section-testimonios .title{
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 3rem;
    font-family: "Poppins";
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.section-testimonios .card {
    background-color: #000b2b;
    color: #fff;
    width: 350px;
    height: 210px;
}

.section-testimonios .card .card-body{
    padding-top: 30px;
    padding-left: 35px;
    padding-right: 35px;
}
.section-testimonios .card .card-body p{
    font-size: 0.82rem;
    font-family: "Poppins";
    text-align: center;
    margin-bottom: 0px;
}
.section-testimonios .card .card-footer {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 30px;
    padding-left: 35px;
    padding-right: 35px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.section-testimonios .card .card-footer .profile{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: end;
    padding-right: 20px;
}
.section-testimonios .card .card-footer .name{
    font-size: 0.92rem;
    font-family: "Poppins";
    color: #FF00F8;
    margin: 0px;
    text-align: right;
}

.section-testimonios .card .card-footer .tipo{
    font-size: 0.82rem;
    font-family: "Poppins";
    /* color: #fff; */
    margin: 0px;
    text-align: right;
}

@media screen and (max-width: 1200px){
    .section-testimonios .card {
        width: 90%;
    }
}

@media screen and (max-width: 991px){
    .section-testimonios .card {
        width: 100%;
    }
}

/* END SECTIONS 8 */


/* SECTIONS 9 */
.section-preguntas {
    min-height: 800px;
    padding-top: 90px;
    /* background-color: #f2f2f2; */
}

.section-preguntas .title{
    font-family: "Poppins";
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 40px;
    color: #050144;
}

.section-preguntas .card {
    background-color: #050144;
    color: #fff;
    margin: 40px;
}

.section-preguntas .card .card-body{
    padding: 40px;
} 

.section-preguntas .card h1 {
    margin-top: 20px;
    font-size: 2.5rem;
    font-family: "Poppins";
    font-weight: bold;
    color: #fff;

} 

.section-preguntas .card ul {
    margin-top: 40px;
    padding: 0px;
    list-style: none;
}
.section-preguntas .card strong {
    font-size: 1.2rem;
    font-family: "Poppins";
    color: #fff;
    
} 

.section-preguntas .card p {
    font-size: 1.2rem;
    font-family: "Poppins";
    color: #fff;
    
} 

.section-preguntas .accordion .accordion-item {
    color: #444444;
    background-color: transparent;
    border-bottom: 3px solid #ccc;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    margin-bottom: 1rem;
    border-radius: 0;
    /* filter: invert(1);  */
}

.section-preguntas .accordion .accordion-header {
    margin-bottom: 0;
}

.section-preguntas .accordion .accordion-header .accordion-button{
    font-family: "Poppins";
    color: #444444;
    font-size: 1.2rem;
    font-weight: 600;
    background-color: transparent;
}

.section-preguntas .accordion .accordion-header .accordion-button:after{
    font-family: "Poppins";
    flex-shrink: 0;
    font-size: 1.2rem;
    color: #004B9B !important;
    /* filter: invert(1); */
}

.accordion-body{
    font-family: "Poppins";
    color: #444444;
    font-size: 1.01rem;
    font-weight: 500;
    background-color: transparent;
}

.accordion-button:not(.collapsed)::after {
    color: #004B9B;
}
.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .125)
}

.accordion-button::after {
    background-image: url('../images/icons/arrow-dow.svg');
    color: #00bcd4 !important; /* Celeste para cuando el acordeón está cerrado */
    
}

.accordion-button.collapsed::after {
    color: #00bcd4 !important; /* Celeste para cuando el acordeón está abierto */
    
}

@media screen and (max-width: 1400px){
    .section-preguntas .card .card-body {
        padding: 25px;
    }
    .section-preguntas .card h1 {
        font-size: 1.7rem;
        font-family: "Poppins";
        font-weight: bold;
        color: #fff;
    
    } 
    
    .section-preguntas .card ul {
        margin-top: 40px;
        padding: 0px;
        list-style: none;
    }
    .section-preguntas .card strong {
        font-size: 1rem;
        font-family: "Poppins";
        color: #fff;
        
    } 
    
    .section-preguntas .card p {
        font-size: 1rem;
        font-family: "Poppins";
        color: #fff;
        
    } 
}
@media screen and (max-width: 1300px){
    .section-preguntas .card {
        background-color: #050144;
        color: #fff;
    }

    .section-preguntas .card .card-body {
        padding: 20px;
    }
    
    .section-preguntas .card h1 {
        font-size: 1.7rem;
        font-family: "Poppins";
        font-weight: bold;
        color: #fff;
    
    } 
    
    .section-preguntas .card ul {
        margin-top: 40px;
        padding: 0px;
        list-style: none;
    }
    .section-preguntas .card strong {
        font-size: 0.89rem;
        font-family: "Poppins";
        color: #fff;
        
    } 
    
    .section-preguntas .card p {
        font-size: 0.89rem;
        font-family: "Poppins";
        color: #fff;
        
    } 
}

@media screen and (max-width: 991px){
    .section-preguntas .card {
        margin: 0px;
    }
    .section-preguntas .card ul {
        margin-top: 18px;
    }
    .section-preguntas .card .card-body{
        padding: 40px;
    }
}
@media screen and (max-width: 761px){
    .section-preguntas .card .card-body{
        padding: 15px;
    }
    .section-preguntas .card strong {
        font-size: 0.89rem;
        font-family: "Poppins";
        color: #fff;
        
    } 
    
    .section-preguntas .card p {
        font-size: 0.89em;
        font-family: "Poppins";
        color: #fff;
        
    } 
}

@media screen and (max-width: 490px){
}

@media screen and (max-width: 390px){
}

/* END SECTION 9 */


/* FOOTER */
footer {
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #002144;
    background-image: url('../images/fondo-footer.png'); 
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position:bottom
}

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

footer .container-auspiciante {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 120px;
    margin-right: 120px;
}

footer .container-auspiciante img {
    height: 80px;
    margin-left: 20px;
    margin-right: 20px;
}

footer .logo {
    height: 80px;
    margin-left: 20px;
    margin-right: 20px;
}

footer .social-media {
    margin-top: 20px;
    text-align: center;
}
footer .social-media a {
    text-decoration: none;
}
footer .social-media span{
    color: #fff;
    text-align: center;
    font-family: "Poppins";
    font-size: 1.2rem;
}

footer .social-media .nav-links{
    display: flex;
    list-style: none;
    padding: 0px;
}

footer .social-media .nav-links li{
    margin-right: 12px;
    margin-left: 12px;
    cursor: pointer;
    text-decoration: none;
}

footer .social-media .nav-links li a{
    font-family: "Poppins";
    color: #fff;
    font-size: 34px;
}

@media screen and (max-width: 1600px){
    footer .logo {
        height: 80px;
    }
    footer .container-auspiciante img {
        height: 60px;
    }
}

@media screen and (max-width: 1600px){
    footer .logo {
        height: 65px;
    }
}

@media screen and (max-width: 1400px){
    footer .logo {
        height: 55px;
    }
}

@media screen and (max-width: 1200px){
    footer .logo {
        height: 50px;
    }
    footer .container-auspiciante img {
        height: 50px;
    }
    footer .social-media .nav-links li a{
        font-size: 28px;
    }
    footer .social-media span{
        font-size: 1rem;
    }
    footer .container-auspiciante {
        margin-left: 60px;
        margin-right: 60px;
    }
}


/* Modal  */
@media screen and (max-width: 991px){
    footer .logo {
        height: 40px;
    }
    .modal-dialog {
        max-width: 90% !important;
        margin-left: 6.5%;
    }
    footer .container-auspiciante {
        flex-direction: column;
    }
}
@media screen and (max-width: 800px){
    footer .logo {
        width: 140px;
        height: auto;
        text-align: center;
        margin: 0px;
    }
    .modal-dialog {
        max-width: 90% !important;
        margin-left: 6.5%;
    }
    footer .footer-container {
        align-items: center;
        flex-direction: column;
    }
    footer .container-auspiciante {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    footer .social-media span{
        margin-top: 0px;
        margin-bottom: 20px;
    }
}

/* ANIMATIONS */

.js-scroll {
    opacity: 0;
    transition: opacity 500ms;
}
  
.js-scroll.scrolled {
    opacity: 1;
}
.scrolled.fade-in {
    animation: fade-in 700ms ease-in-out both;
}

.scrolled.fade-in-900 {
    animation: fade-in 900ms ease-in-out both;
}

.scrolled.fade-in-1200 {
    animation: fade-in 1200ms ease-in-out both;
}
  
.scrolled.fade-in-bottom {
    animation: fade-in-bottom 700ms ease-in-out both;
}

.scrolled.slide-left {
    animation: slide-in-left 700ms ease-in-out both;
}

.scrolled.slide-left-500 {
    animation: slide-in-left 500ms ease-in-out both;
}

.scrolled.slide-left-900 {
    animation: slide-in-left 900ms ease-in-out both;
}

.scrolled.slide-left-1100 {
    animation: slide-in-left 1100ms ease-in-out both;
}

.scrolled.slide-left4 {
    animation: slide-in-left 1s ease-in-out both;
}

.scrolled.slide-left3 {
    animation: slide-in-left 2s ease-in-out both;
}

.scrolled.slide-left2 {
    animation: slide-in-left 2.75s ease-in-out both;
}

.scrolled.slide-left1 {
    animation: slide-in-left 3s ease-in-out both;
}

.scrolled.slide-right {
    animation: slide-in-right 700ms ease-in-out both;
}

@keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}
  
@keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}
  
@keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

  
@keyframes fade-in-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        height: 0;
    }
    100% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        height: 200;
    }
}

@keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
}

.fab_chat {
    position: fixed;
    bottom: 18px;
    right: 18px;
    z-index: 999;
    cursor: pointer;
    background-color: #2baaff;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #2baaff;
    border: none;
    outline: none;
    color: #FFF;
    font-size: 36px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    transition: .3s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  
  .fab_chat:focus {
    transform: scale(1.1);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }