/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

.hreflang-flags-container.dahf-not-fixed-position.dahf-orientation-horizontal {
    display: flex!important;
}

.fixed-btn-solicitar {
z-index: 100;
position: fixed;
bottom: 40px;
right: 40px;
}
.fixed-btn-solicitar-img {
width: 100px;
height: 100px;
}
@media (max-width: 420px){
.fixed-btn-solicitar {
bottom: 20px;
right: 20px;
}}