.fondo-producto{
    height: 200px !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.fondo-producto-modal{
    height: 300px !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.link-footer{
    font-weight: 600 !important;
    color: #e28535 !important;
}
#map iframe{
    width: 100% !important;
    height: 100% !important;
}
.mouse-pointer{
    cursor: pointer !important;
}
.texto-home-nosotros p{
    text-align: center !important;
}
.opaco_slider{
    background: #00000078;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.input-busqueda{
    padding: 7px 12px !important;
    font-size: 17px !important;    
}
.mboton-20{
    margin-bottom: 20px !important;
}
.contacto-facebook{
    color: #3B5998 !important;
}
.contacto-facebook:hover{
    background: #3B5998 !important;
    color: #fff !important;
}
.contacto-facebook-top a{
    color: #3B5998 !important;
}
.contacto-facebook-top:hover{
    background: #3B5998 !important;
}
.contacto-facebook-top:hover > a{
    color: #fff !important;
}
.contacto-instagram{
    color: #E1306C !important;
}
.contacto-instagram:hover{
    background: #E1306C !important;
    color: #fff !important;
}
.contacto-instagram-top a{
    color: #E1306C !important;
}
.contacto-instagram-top:hover{
    background: #E1306C !important;
}
.contacto-instagram-top:hover > a{
    color: #fff !important;
}
.contacto-whatsapp{
    color: #25D366 !important;    
}
.contacto-whatsapp:hover{
    background: #25D366 !important;
    color: #fff !important;
}
.contacto-whatsapp-top a{
    color: #25D366 !important;
}
.contacto-whatsapp-top:hover{
    background: #25D366 !important;
}
.contacto-whatsapp-top:hover > a{
    color: #fff !important;
}
.redes_menu_movil{
    display: none;
}
@media (max-width:1190px) {
    .datos-menu{
        display: none;
    }
}
@media (max-width:992px) {
    .fondo-producto-modal{
        height: 200px;
    }
    .single-product{
        padding-left: 20px !important;
    }
    .single-product h2{
        text-align: center !important;
    }
    .single-product p{
        text-align: center !important;
    }
    .redes_menu_movil{
        bottom: 0;
        position: absolute;
        display: block !important;
    }
}