/*
 Theme Name:   Qumaxsa
 Description:  Qumaxsa
 Author:       Nuvo
 Author URI:   https://www.nuvo2.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  Nuvo
*/
/*Cabezal*/
.whb-header {
    margin-bottom: 0 !important;
}
.woodmart-logo {
    display: block !important;
}
.site-logo {
    width: 300px;
    height: 62px;
    overflow: hidden;
}
li.minuscula a span {
    text-transform: lowercase !important;
}
.whb-top-bar .whb-secondary-menu .item-level-0>a {
    font-size: 13px;
    text-transform: capitalize;
}
.full-screen-nav .item-level-0>a, .whb-color-light .navigation-style-bordered .item-level-0>a, .whb-color-light .navigation-style-default .item-level-0>a, .whb-color-light .navigation-style-separated .item-level-0>a, .whb-color-light .navigation-style-underline .item-level-0>a {
    color: #03abf3;
}
.full-screen-nav .item-level-0.current-menu-item>a, .whb-color-light .navigation-style-bordered .item-level-0.current-menu-item>a, .whb-color-light .navigation-style-default .item-level-0.current-menu-item>a, .whb-color-light .navigation-style-separated .item-level-0.current-menu-item>a, .whb-color-light .navigation-style-underline .item-level-0.current-menu-item>a {
    color: #2e9ed6;
}
.full-screen-nav .item-level-0:hover>a, .whb-color-light .navigation-style-bordered .item-level-0:hover>a, .whb-color-light .navigation-style-default .item-level-0:hover>a, .whb-color-light .navigation-style-separated .item-level-0:hover>a, .whb-color-light .navigation-style-underline .item-level-0:hover>a {
    color: #2e9ed6;
}
.icons-design-default .woodmart-social-icon, .whb-color-light .search-button>a {
    color: #81d6f8 !important;
}
.icons-design-default .woodmart-social-icon:hover {
    color: #2e9ed6 !important;
}
.whb-color-light .navigation-style-bordered .item-level-0:after, .whb-color-light .navigation-style-separated .item-level-0:after, .whb-color-light .whb-divider-element:before {
    border-color: #D5D5D5;
}
.woodmart-social-icon.social-email{display: none;}

.whb-color-dark .navigation-style-default .item-level-0>a {
    color: #03abf3;
}
.portfolio-entry .entry-title {
    font-size: 14px;
}
/*Fin de Cabezal*/
/*Categorías Home*/
.category-grid-item .category-title {
    color: #03abf3;
    font-size: 18px;
}
/*Boton Top*/
.scrollToTop {
    left: 20px!important;
}
/*Formulario*/
input[type=text], input[type=email], input[type=password], input[type=search], input[type=number], input[type=url], input[type=tel], input[type=date], select, textarea {
    background-color: #f1f2f4;
	color: #000000;
}
input[type=text]::placeholder, input[type=email]::placeholder, input[type=password]::placeholder, input[type=search]::placeholder, input[type=number]::placeholder, input[type=url]::placeholder, input[type=tel]::placeholder, input[type=date]::placeholder, select, textarea::placeholder {
	color: #004799;
}
aside.sidebar-container .widget-title, aside.sidebar-container .widgettitle{text-align: center;}
/*Boton Whatsapp*/
#bt-whatsapp, #bt-telefono{
    position: fixed;
    right: 16px;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
	transition: 0.3s all;
}
#bt-whatsapp{
    bottom: 16px;
    background-color: #4dc247;
    z-index: 100;
}
#bt-telefono{
    bottom: 90px;
    background-color: #ffffff;
    z-index: 101;
}
#bt-whatsapp:hover, #bt-telefono:hover{box-shadow: 2px 2px 11px rgba(0,0,0,0.7);}
#bt-whatsapp i, #bt-telefono i{
	font-size: 40px;
	display: block;
    margin-top: 11px;
}
#bt-whatsapp i{
	color:#ffffff;
}
#bt-telefono i{
	color:#00598a;
}
#bt-whatsapp i.fa:before, #bt-telefono i.fa:before{
	margin-left: 13px;
}
div.fb_dialog.fb_dialog_advanced.fb_customer_chat_bubble_pop_in.fb_customer_chat_bubble_animated_with_badge{bottom: 80px !important; right: 16px !important;}
div.fb_dialog.fb_dialog_advanced.fb_customer_chat_bubble_animated_no_badge.fb_customer_chat_bubble_pop_in {bottom: 80px !important;right: 16px !important;}
iframe.fb_customer_chat_bounce_in_v2{bottom: 115pt !important;}
/*Fin Boton Whatsapp*/
.grecaptcha-badge, .woodmart-toolbar.woodmart-toolbar-label-show, .woocommerce-ordering, .fade-in-block{display:none}
/*Titulos*/
.page-title {
    margin-top: 0px;
}
/*Productos*/
.single-product-page.single-product-content{margin-top: 40px;}
@media screen and (max-width: 575px){
	#fb-root{display: none !important;}
}
@media screen and (min-width: 576px) and (max-width: 767px){
	.pc{display: none !important}
	#fb-root{display: none !important;}
}
@media screen and (max-width: 767px){
	.site-logo {
		text-align: center;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px){
	.movil{display: none !important}
}
@media screen and (min-width: 992px) and (max-width: 1199px){
	.movil{display: none !important}
}
@media screen and (min-width: 1200px) {
	.movil{display: none !important}	
}
@media (min-width: 1025px){
	.col-lg-3.portfolio-entry .entry-title {
		font-size: 14px;
	}
}
@media (max-width: 1024px){

}