﻿/*#region General*/

    .container-esperanza {
        max-width: 1037px;
    }

/*#endregion General*/

/* #region ModeloEducativoAzteca */

.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%;
    }
}

/* #endregion Fin: estilos modelo educativo azteca */

/*#region Imagen Secundaria*/

.imagen-secundaria {
    max-width: 1280px;
}

/*#endregion Imagen Secundaria*/