/* STYLES FOOTER */

.title-footer-landing{
    font-size: clamp(1.4rem, 5vw, 1.9rem) !important;
}

.link-footer-landing{
    font-size: clamp(1.1rem, 5vw, 1.6rem);
}


.iconoFacebook-landing{
    font-size: 2.4rem !important;
    margin-left: .5rem;
    
}

.iconoInstagram-landing{
    font-size: 2.3rem !important;

}

.telefono-landing{
    font-size: 2.3rem !important;
}

.icon-telefono-landing{
    font-size: 2rem !important;
}

.icon-whatsapp-landing{
    font-size: 2.5rem !important;
}

/* OTROS ESTILOS QUE EN UN FUTURO SE TIENE QUE BORRAR */

.background-fixed-landing-global{
    background-attachment: fixed;
    background-position:top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50rem;
    width: 100%;
}

.ios {
    background-attachment: scroll !important;
}

@media (min-width: 700px) {
    .background-fixed-landing-global{
        height: 55rem; 
    }
}

@media (min-width: 1100px){
    .background-fixed-landing-global{
        height: 60rem; 
    }
}

@media (min-width: 1920px){
    .background-fixed-landing-global{
        height: 100vh; 
    }
}



