#s-matriculas-slide {
    background-color: var(--gris-claro);
}

#content-atriculas-slide {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    position: relative;
}

.card-matricula {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.card-matricula img {
    width: 25% !important;
}

.info-card-matricula {
    width: 75%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
}

.info-card-matricula h3{
    font-size: 25px;
    color: #000;
    font-weight: bold;
}
.info-card-matricula p{
    color: #606060;
    font-size: 18px;
    text-align: start;
}

.content-btns-matriculas {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
}

#bnn-izq {
    left: -50px;
}

#bnn-der {
    right: -50px;
}

#content-cards-sedes {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: center;
    align-items: stretch;
}

.c-img-sede {
    width: 100%;
}

.c-img-sede img {
    width: 100%;
    object-fit: cover;
}

.info-sede {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    align-items: center;
    padding: 40px;
}

.info-sede.amarillo {
    background-color: var(--amarillo);
}

.info-sede.azul {
    background-color: var(--azul);
}

.info-sede img{
    width: 40%;
}

.info-sede h4{
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

#s-egresados {
    padding: 0px;
}

#content-egresados {
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#content-egresados img{
    width: 25%;
    padding: 15px 30px;
}

#content-egresados p{
    width: 50%;
    padding: 15px 30px;
    color: #606060;
    text-align: start;
    border-left: 3px solid var(--rojo);
    font-size: 20px;
}

#content-egresados a{
    max-width: 25%;
    font-size: 25px;
}

#s-educativo {
    flex-direction: row;
    gap: 0px;
    align-items: stretch;
}

#s-educativo >img{
    width: 50% !important;
    height: 500px;
    object-fit: cover;
}

#content-educando {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: var(--azul);
}

#content-educando>h3 {
    color: #fff;
    font-weight: bold;
    font-size: 25px;
    border-bottom: 3px solid #fff;
}

.card-educacion {
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.info-educando {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px 80px;
    gap: 40px;
}

.info-educando h3{
    color: #fff;
    font-weight: bold;
    font-size: 25px;
    border-bottom: 3px solid #fff;
}

.info-educando h4{
    color: #fff;
    font-weight: bold;
    font-size: 22px;}

.info-educando p{
    color: #fff;
    font-size: 18px;
    text-align: justify;
}

#carousel-educando .owl-dots {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -50px;
    gap: 20px;
}

#bnn-der-educando {
    right: 52%;
    bottom: 40px;
    right: 40px;
    top: auto;
    background-color: #fff;
}

#bnn-der-educando svg{
    fill: var(--azul);
}

#s-docentes{
    background-image: url(/img/fondo-rojo.webp);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
}

#content-docentes {
    width: 80%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

#content-docentes >img{
    width: 100%;
    border-radius: 6px;
    box-shadow: var(--shadow-1);
}

.card-docente {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 25px;
}

.card-docente img{
    width: 70% !important;
    border-radius: 50%;
}

.card-docente h4{
    max-width: 90%;
    font-size: 18px;
    color: #606060;
    border-radius: 10px;
    border: 1px solid #606060;
    padding: 8px 20px;
    text-align: center;
}

.card-docente span{
    font-size: 22px;
    color: #000;
    font-weight: bold;
    text-align: center;
}

#content-galeria {
    width: 80%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 25px;
    justify-content: center;
    align-items: stretch;
}

#content-galeria img{
    width: 100%;
    border-radius: 20px;
}
#content-docentes img,
#content-docentes a{
    width: 100%;
}

@media screen and (max-width: 1024px) {
    #content-docentes {
        width: 100%;
        grid-template-columns:  1fr 1fr;
        gap: 20px;
        padding: 20px;
    }


    .card-matricula {
        flex-direction: column;
        gap: 20px;
    }

    .content-btns-matriculas {
        flex-direction: column;
    }

    #content-atriculas-slide {
        width: 100%;
        padding: 20px;
    }

    .card-matricula img {
        width: 35% !important;
    }

    .info-card-matricula {
        width: 100%;
        gap: 20px;
        align-items: center;
    }

    .card-principal-banner img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }

    .card-principal-banner h3 {
        width: 100%;
        font-size: 25px;
    }

    #content-cards-sedes {
        grid-template-columns: 1fr 1fr;
    }

    .c-img-sede img {
        height: 100%;
    }

    .info-sede {
        padding: 10px;
    }

    .info-sede h4 {
        font-size: 17px;
    }

    #content-egresados {
        width: 100%;
        flex-direction: column;
    }

    #content-egresados img {
        width: 40%;
    }

    #content-egresados p {
        width: 90%;
        padding: 15px ;
        text-align: center;
        border-left: none;
        border-bottom: 3px solid var(--rojo);
    }

    #content-egresados a {
        max-width: 90%;
        font-size: 17px;
        margin-top: 20px;
    }

    #s-educativo {
        flex-direction: column-reverse;
        padding: 20px;
    }

    #content-educando {
        width: 100%;
        padding: 20px;
    }

    #s-educativo >img {
        width: 100% !important;
        height: auto;
    }

    .info-educando {    
        padding: 20px;
        gap: 20px;
    }

    #carousel-educando .owl-dots {
        bottom: -10px;
    }

    #content-galeria {
        width: 100%;
        padding: 20px;
        grid-template-columns: 1fr 1fr;
    }
}