﻿.banner-modelo-educativo .descripcion,
.banner-modelo-educativo .carrusel {
    width: 100%;
}

.modelo-educativo-linea-titulo {
    height: 2px;
    width: 100%;
}

@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: 40%;
    }

    .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%;
    }
}

.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;
}

.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;
}

.memoria-labores iframe {
    width: 100%;
    height: 25rem;
}

@media only screen and (min-width: 768px) {

    .memoria-labores iframe {
        height: 34rem;
    }

}

@media only screen and (min-width: 992px) {

    .memoria-labores iframe {
        height: 38rem;
    }
}

@media only screen and (min-width: 1200px) {

    .memoria-labores iframe {
        height: 43rem;
    }
}