#section-colegio-providencia-1{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 50px;
}

#section-colegio-providencia-2{
    
    position: relative;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 300px;
    border: solid 2px var(--verde-corporativo);
    padding: 20px;
    display: inline-flex;
    
}
#section-colegio-providencia-2 article{
    width: 50%;
    height: 100%;
    padding: 8px;
}
#section-colegio-providencia-2 article p{
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: var(--azul-oscuro-contraste);
}
#section-colegio-providencia-2article:nth-child(1){
    left: 0;
    top: 0;
}
#section-colegio-providencia-2article:nth-child(2){
    right: 0;
    top: 0;
}
#section-colegio-providencia-2 div{
    position: relative;
    height: 100%;
    width: 3px;
    transform: translateX(-50%);
    background-color: var(--verde-corporativo);

}

.containers-img-unidades{
    background-color: var(--azul-oscuro-contraste); 
    border: solid 2px var(--verde-corporativo); 
    height: 600px;
    width: 65%; 
    position: relative;
    left: 50%; 
    transform: translateX(-50%);
    padding: 25px;
}
.containers-img-unidades:nth-child(2) {
    top: 100px;
}
.containers-img-unidades:nth-child(3) {
  top: 150px;
}
.containers-img-unidades:nth-child(4){
    top: 200px;
}
.containers-img-unidades:nth-child(5){top: 250px;}
.containers-img-unidades:nth-child(6){top: 300px;}
.containers-img-unidades:nth-child(7){top: 340px;}
.figure-img-unidades{
    height: 100%; 
    width: 100%; 
    background-color: var(--blanco); 
    margin: 0; 
    border: solid 2px var(--verde-corporativo);
}

/* Historia CSS*/

@media screen and (max-width:800px){
    
    .containers-img-unidades{
        height: 230px;
        width: 90%;
    }
    #historia {
        top: 150px !important;
        flex-direction: column;
    }
    #section-colegio-providencia-2{
        padding: 10px;
        width: 95%;
        height: 400px;
        top: 20%;
    }
}
@media screen and (min-width:800px) and (max-width:1300px){
    .articulo-2{
        width: 60%;
    }
    .articulo-2 figure{
        width: 100%;
        height: 80%;
    }
    #section-colegio-providencia-2{
        top: 20%;
    }

        .containers-img-unidades{
            height: 400px;
            width: 80%;
        }
}


@media screen and (min-width:1300px){
    #section-colegio-providencia-2{
        top: 200px;
    }
    #section-colegio-providencia-1{
        top: 70px;
        text-align: center;
    }
}