/*Seccion footer-landing ----- I*/
    .footer-landing{
        background-color: #D5B870;
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .footer-landing h2{
        color: #ffffff;
        font-size: 27px;
        text-align: center;
        font-family: Nexo B;
    }
/*Seccion footer-landing ----- F*/
@media screen and (max-width:425px) {
    /*Seccion Footer ---- I ---- */
    .footer-landing h2 {
        font-size: 14px;
    }
    /*Seccion Footer ---- F ---- */  
}