/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.main-page-wrapper {
    padding-top: 0px !important;
}
.color-scheme-dark {
    --wd-text-color: #000000;
    --wd-title-color: #000000;
    --wd-entities-title-color: #0446ae;
    --wd-entities-title-color-hover: rgb(3,89,181);
}
a {
    color: #0446ae !important;
}
a:hover {
    color: #000 !important;
}
/*Cabezal*/
.whb-color-light:not(.whb-with-bg) {
    background-color: #0446ae !important;
}
body:not(.single-product) .whb-overcontent:not(.whb-sticked) .whb-row:not(.whb-with-bg) {
    background-color: transparent !important;
}
/*Formulario*/
.icono-servicio-formulario{
    display: inline-block;
    max-height: 35px;
    margin: -2px 8px 15px;
}
input[type='email'], input[type='date'], input[type='search'], input[type='number'], input[type='text'], input[type='tel'], input[type='url'], input[type='password'], textarea, select {
    font-size: 18px;
}
.btn-size-default {
    font-size: 18px;
	font-family: "CalicantoBold", Arial, Helvetica, sans-serif;
}
/*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: 140px;
    background-color: #0446ae;
    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:#ffffff;
}
#bt-whatsapp i.fa:before{
	margin-left: 13px;
}
#bt-telefono i.fa:before{
	margin-left: 11px;
}
.scrollToTop {
	left: 20px !important;
}
.wd-sticky-social .wd-social-icon {
    margin: 10px 10px 0 0 !important;
    border-radius: 20px;
}
/*Medias Querie*/
@media screen and (max-width: 767px){
  .pc{display: none !important}
	#bt-whatsapp{
		bottom: 66px;
	}
}
@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}	
}
.grecaptcha-badge{
    right: -256px !important;
}
