/* CSS Document */

/* TIPOGRAFÍA Y GENERALES*/
a, p, h1, h2, h3, h4, h5, font {font-family: 'Saira Condensed', sans-serif !important;}

@media(max-width: 768px) {
    .margen-movil{
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

/* LOGO Y CABEZAL*/
header .navbar-brand.logo img { height: 45px !important;}
@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;}

.menu-azul {
    border-top: 1px solid #99a6ad !important;
    background-color: #f8f9fa !important;
}
#graph_header .navbar .navbar-nav > li > a, .o_header_affix .navbar .navbar-nav > li > a {
  color: #1c2931;
  opacity: 1 !important;
  font-size: 17px;
}
a.nav-link:hover { color: #cc700e !important;}
a.active { color: #cc700e !important;}
#graph_header .navbar, .o_header_affix .navbar { padding-top: 10px !important;}
.menu-logo { margin-bottom: 15px;}

/* FIN LOGO Y CABEZAL */

/* --- CAROUSEL --- */
.carousel-content {font-size:42px !important;}
@media(max-width: 768px) { 
    .carousel-content {
        font-size:24px !important;
        margin-top: 30px;
    }
	.carousel_home {height: 250px !important;}
    .mov-carousel-2 {height: 250px !important;}
    .bg-black-50 {background-color: rgba(0, 0, 0, 0) !important;}
}
/* --- FIN CAROUSEL --- */

/*PRODUCTOS*/
.breadcrumb-item.active {
    color: #e99439 !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: 20px !important;
	color: #000000;
}
/*FIN PRODUCTOS*/

/*CONTACTO*/
@media(max-width: 768px) { 
    .contacto_movil{
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
    }
}
/*FIN CONTACTO*/

/* 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 */ 
