﻿
/*#region Banner y otros*/

.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: 45%;
    }

    .banner-modelo-educativo .carrusel {
        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 {
        width: 45%;
    }

    .banner-modelo-educativo .carrusel {
        width: 46%;
    }
}

/*#endregion Banner y otros*/


/*#region Sección Secundaria*/

.seccion-secundaria {
    background-color: #fef2f2;
}

/*#endregion Sección Secundaria*/

