@media only screen and ((max-width:1450px)){

    /* CABECERA */
    section#proyecto div#cabecera{
        height: auto;
    }

    section#proyecto div#preview{
        width: 80%;
        margin-top: 30px;
        margin-bottom: 30px;
        transform: translateY(0px);
    }

    section#proyecto div#cabecera h2{
        margin-bottom: 20px;
    }

    /* DESCRIPCIÓN */
    section#descripcion div#contenedor{
        width: 70%;
    }

}

@media only screen and (max-width:1150px){

    /* CABECERA */
    section#proyecto div#cabecera h2{
        width: 70%;
    } 

    /* DESCRIPCIÓN */
    section#descripcion div#contenedor{
        width: 80%;
        margin-top: 30px;
    }
    
    /* CONTACTO */
    section#contacto p{
        font-size: 22px;
        line-height: 30px;
        width: 70%;
    }   

    /* FOOTER */
    footer div#contenedor-footer{
        flex-direction: column;
        justify-content: start;
        align-items: center;
    }

    footer div:nth-child(2){
        margin: 10px 0px;
    }

}

@media only screen and (max-width:750px){
   
    /* CABECERA */
    section#proyecto div#cabecera h1{
        font-size: 40px;
    }

    section#proyecto div#cabecera h2{
        font-size: 18px;
    }

    section#proyecto div#preview{
        width: 90%;
    }    

    /* DESCRIPCIÓN */
    section#descripcion div#contenedor{
        width: 90%;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }

    section#descripcion div#contenedor div#descripcion-proyecto{
        width: 100%;
        padding: 0;
    }

    section#descripcion div#contenedor div#datos-proyecto{
        width: 100%;
        margin:0;
    }


}

@media only screen and (max-width:450px){
   
    /* CABECERA */
    section#proyecto div#cabecera h1{
        font-size: 30px;
    }

    .logos-programas img{
        width: 90% !important;
    }

}
