.bannerproximamente{
    height: 600px;
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    border-top: 2px solid #F1DFB9;
}

.bannerproximamente h1{
    width: 60%;
    font-size: 4em;
    color: #FFFFFF;}


/*--------------------------------------- title*/

.carreraTitle{
    padding-top: 50px;
    display: flex;
    justify-content: center
}

.imgT img{width: 100px;}

.mainTitle{
    text-align: center;
    display: flex;
    align-items: center;
    padding: 0px 80px;
    font-family: 'Aleo', serif;
    font-size: 2.6em;
    text-transform: uppercase;
    color: #F1DFB9;}


/*---------------------------------main stage---*/

.title{
    margin-top: 0px;
    margin-bottom:30px;
    text-align: center;
    padding: 0px 80px;
    font-weight: 600;
    font-family: 'Aleo', serif;
    font-size: 2.6em;
    text-transform: uppercase;
    color: #F1DFB9;}

.titleStage{
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
    padding: 0px 80px;
    font-family: 'Aleo', serif;
    font-size: 2.2em;
    text-transform: uppercase;
    color: #F1DFB9;}


.carreraP{
    margin-top: 80px;
}

.cuatroColumnas{
    width: 80%;
    margin-left: 10%;
    display: flex;
    justify-content: space-between;}

.cincoColumnas{
    width: 80%;
    margin-left: 10%;
    display: flex;
    justify-content: space-between;}


.cincoColumnas .cardo{
    width: 18%;
}

.cincoColumnas .cardo div{
    height: 360px;
}

.tresColumnas{
    width: 80%;
    margin-left: 10%;
    display: flex;
    justify-content: space-between;}

.cardo{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: space-between;
    width: 22%;}

.cardo h2{
    font-family: 'Aleo', serif;
    font-size: 1.2em;
    text-align: center;
    text-transform: uppercase;
    color: #F1DFB9;}

.cardo h3{
    font-family: 'Aleo', serif;
    font-size: 0.8em;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    color: #F1DFB9;}

.cardo div{
    align-self: flex-end
    margin: auto;
    height: 360px;
    max-width: 320px;
    margin: auto;
    }

.cardo img{
    object-position: top;
    height: 100%;
    filter: grayscale(100%);
    width: 100%;
    object-fit: cover;}


.docentesSection{
    margin-top: 80px;}

.docentesSection .docentes .cardo{
    width: 28%;}

.docentes{
    margin-top: 40px;
    padding-top: 60px;
    padding-bottom: 120px;
    background-color: #F1DFB9; }

.docentesSection h2, .docentesSection h3{
    color: #1D1D1D;}


.docentesSection .tresColumnas{
    justify-content: space-around;}



@media only screen and (max-width: 768px){
     
    .bannerproximamente h1{
        width: 80%;
        font-size: 2em;}



    
    .mainTitle{
        padding: 0px 10px;
        font-size: 2em;}

    .imgT img{width: 60px;}
    
    .title{
        margin-top: 50px;
        font-size: 2em;}

    .titleStage{
        font-size: 1.6em;}

    .tresColumnas{margin-bottom: 30px;}
    
    .cuatroColumnas, .cincoColumnas, .tresColumnas{
                flex-direction: column;}
    
    
    .cardo h2{
        font-size: 1.2em;}
    
    
    .cardo, .cincoColumnas .cardo, .docentesSection .docentes .cardo{
        width: 80%; 
        padding-bottom: 60px;
        margin: auto;}
    
    .cardo div{margin: auto;}
    
}

















































