﻿
/*#region Banner*/

.qvnl-banner {

    .swiper-button-prev {
        background-color: rgba(0, 0, 0, 0.5);
        width: 70px;
        height: 70px;
        border-radius: 50%;
        transform: translateY(-50%);
        color: white;
        font-size: 24px;
        cursor: pointer;
        left: -35px;
        clip-path: polygon(100% 0, 100% 100%, 50% 100%, 50% 0);
    }

    .swiper-button-next {
        background-color: rgba(0, 0, 0, 0.5);
        width: 70px;
        height: 70px;
        border-radius: 50%;
        transform: translateY(-50%);
        color: white;
        font-size: 24px;
        cursor: pointer;
        right: -35px;
        clip-path: polygon(0 0, 0 100%, 50% 100%, 50% 0);
    }

    .swiper-button-prev:after {
        position: absolute;
        right: 13px;
        font-size: 30px;
        top: 30%;
    }

    .swiper-button-next:after {
        position: absolute;
        left: 13px;
        font-size: 30px;
        top: 30%;
    }

.banner-modelo-educativo .descripcion,
.banner-modelo-educativo .carrusel {
    width: 100%;
}

.modelo-educativo-linea-titulo {
    height: 2px;
    width: 100%;
}

.banner-modelo-educativo .titulo-descripcion {
    max-width: 100%;
    overflow-wrap: break-word;
}


@media only screen and (min-width: 576px) {
    .banner-modelo-educativo {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media only screen and (min-width: 768px) {
    .modelo-educativo-linea-titulo {
        height: 3px;
        width: 35%;
    }

    .banner-modelo-educativo .titulo-descripcion {
        width: 50%;
    }

    .banner-modelo-educativo .carrusel {
        width: 40%;
    }

    .banner-modelo-educativo .titulo-descripcion.tres-ejes {
        width: 45%;
    }

    .banner-modelo-educativo .carrusel.tres-ejes {
        width: 50%;
    }
}

@media only screen and (min-width: 992px) {
    .modelo-educativo-linea-titulo {
        height: 3px;
        width: 35%;
    }

    .banner-modelo-educativo .titulo-descripcion {
        width: 45%;
    }

    .banner-modelo-educativo .carrusel {
        width: 50%;
    }
}

@media only screen and (min-width: 1200px) {

    .banner-modelo-educativo .titulo-descripcion.tres-ejes {
        width: 50%;
    }

    .banner-modelo-educativo .carrusel.tres-ejes {
        width: 46%;
    }
}


.banner-modelo-educativo .swiper-pagination-bullet {
    width: 25px;
    height: 25px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #c2c2c2;
}

.texto-informativo {
    max-width: 959px;
}

.banner-modelo-educativo .swiper-pagination-bullet {
    border-radius: 2rem;
    background: none;
    border: 1px solid #c2c2c2;
    opacity: unset;
    margin: 0;
}

.banner-modelo-educativo .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
}

.banner-modelo-educativo .swiper-pagination-bullet-active {
    background-color: #6B6969;
}


}

/*#endregion Banner*/

/*#region Sección Logros*/

.seccion-logros .logros-generales {
    margin-top: 4rem;
}

.logros-generales .titulo {
    font-size: 2rem;
    width: fit-content;
    text-align: center;
}

.seccion-logros .logros-generales .img-secundaria {
    max-width: 50rem;
}

.vignette {
    position: relative;
    padding-left: 3.2rem;
}

.vignette::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1.3rem;
    height: 1.3rem;
    background-color: red;
    border-radius: 50%;
}


/*#endregion Sección Logros*/

/*#region Premios*/

.seccion-premios {

    .premios .descripcion,
    .premios .carrusel {
        width: 100%;
    }

    @media only screen and (min-width: 768px) {
        .premios .titulo-descripcion {
            width: 45%;
        }

        .premios .carrusel {
            width: 50%;
        }
    }

    @media only screen and (min-width: 1200px) {
        .premios .titulo-descripcion {
            width: 50%;
        }

        .premios .carrusel {
            width: 46%;
        }
    }

}



/*#endregion Premios*/

/*#region Sección Informativa*/

/*.seccion-informativa .titulo {
    font-size: 3rem;
    width: fit-content;
}*/

/*#endregion Sección Informativa*/


/*#region Participantes*/

.participantes .titulo {
    /*font-size: 3.2rem;*/
}

@media only screen and (min-width: 768px) {

    .participantes .titulo {
        font-size: 2.5rem;
    }

}

@media only screen and (min-width: 992px) {

    .participantes .titulo {
        font-size: 3.2rem;
    }
}

/*#endregion Participantes*/