@charset "utf-8";
/* CSS Document */

/* TIPOGRAFÍA Y GENERALES*/
a, p, h1, h2, h3, h4, h5, font {font-family: 'Barlow', sans-serif !important;}
/* FIN TIPOGRAFÍA Y GENERALES*/

/* -- FOOTER ---*/
@media(max-width: 768px) {
    .footer-cel{
        text-align: center;
        padding-top: 40px;
    };
}
/* -- FIN FOOTER ---*/

/* LOGO Y CABEZAL*/
@media(max-width: 768px) {
    header .navbar-brand.logo img {height: 40px !important;}
    .navbar-toggler { FLOAT: RIGHT;}
}
.fl-r { float: right; margin-top: 10px;}
.fl-l { float: left; margin-top: 10px !important;}

#graph_header .navbar .navbar-nav > li > a, .o_header_affix .navbar .navbar-nav > li > a {
  color: #454854;
  opacity: 1 !important;
  font-size: 16px;
  font-weight: 500;
}
a.nav-link:hover { color: #4f77a9 !important;}
a.active { color: #4f77a9 !important;}
.menu-color {
    background-color: #f8f8f8 !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    border-top: 1px solid #0f1741 !important;
}
/* FIN LOGO Y CABEZAL*/

/*PRODUCTOS*/
.breadcrumb-item.active {
    color: #28aecc !important;
}
.breadcrumb {
    background-color: #ffffff !important;
}
.oe_product {
    border: 0px solid rgba(100, 100, 100, 0.2) !important;
}
#products_grid.col-lg-12 .oe-height-2 {
    height: 350px !important;
    font-size: 18px !important;
}
/*FIN PRODUCTOS*/

/* BOTON WHATSAPP */                                                                                                                                                                                   
.whatsap{ position:fixed; bottom:21px; right:21px; z-index:500;}
.whatsap:hover{ bottom:21px; right:21px;}
.web{ display:block; } .mov { display:none; } 
@media (max-width: 600px){
.products_pager .pagination {margin: -2px auto !important;}}
@media (max-width: 768px) { .web{ display:none; } .mov { display:block;}}
/* FIN BOTON WHATSAPP */ 
