body header nav #sobre {
    color: #F8BDBF;
}

section {
    width: 100%;
    background: url('../img/fondo_cohan.png') top no-repeat white;
}

main #texto1 {
    margin-left: 5%;
}

main p {
    color: rgb(95, 95, 95);
    font-size: 11pt;
    line-height: 20pt;
}

main .destacado {
    color: #F8BDBF;
    font-size: 13pt;
    font-style: italic;
}

main section #sobre-blanco {
    top: 50%;
    position: absolute;
}

main section #foto-sobre {
    position: relative;
}

@media screen and (max-width: 768px) {
    main #texto1 {
        margin-left: 0%;
        animation: none;
    }
    #sobre-blanco {
        margin-top: 30%;
    }
}

@media screen and (max-width: 320px) {
    #sobre-blanco {
        margin-top: 10%;
    }
}