/*
 Theme Name:   MKH Tecnomaq
 Description:  MKH Tecnomaq
 Author:       Ácuarel
 Author URI:   https://www.acuarel.pe
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
/**MKH Tecnomaq**/
.wd-dropdown {
    background-color: #fdeb01;
}
.wd-sub-menu .sub-sub-menu li>a {
    font-size: 16px;
    color: #000000;
	border-bottom: 2px solid #fdeb01;
}
.wd-sub-menu .sub-sub-menu li>a:hover {
    border-bottom: 2px solid #000000;
}
.wd-nav[class*="wd-style-"]>li:is(.wd-has-children,.menu-item-has-children)>a:hover:after {
    color: #fdeb01;
}
.whb-general-header .wd-nav[class*="wd-style-"]>li.botonresaltado:hover>a {
    color: #fdeb01;
    background-color: #000000;
}
.whb-general-header .wd-nav-main>li.botonresaltado>a {
    color: #000000;
    background-color: #fdeb01;
	border: 2.5px solid #000000;
}
.tparrows:before {
    color: #000 !important;
}
.grecaptcha-badge {
    right: -286px !important;
}
.wd-prefooter .btn.btn-color-alt {
    color: #000;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 2px;
    font-family: 'Futura Bold';
	border: 2.5px solid #000000;
}
.wd-prefooter .btn.btn-color-alt:hover {
    background-color: #fff !important;
	color: #000 !important;
}
.pswp__bg {
    background: rgba(0, 0, 255, 0.7);
}

div.gris img, img.gris {
    filter: grayscale(1);
    transition: 0.5s linear !important;

}
div.gris img:hover, img:hover.gris {
    filter: grayscale(0);
    transition: 0.5s linear !important;
}
.wd-logo.wd-main-logo img[src$=".svg"] {
    height: 100%;
    margin-top: -60px;
}
.whb-general-header .wd-nav-main>li>a {
    margin: 2px 10px 0 0;
	letter-spacing: 2px;
	border: 2.5px solid rgba(0,0,0,0.05);
}
.whb-general-header .wd-nav.wd-style-separated>li {
    margin: 0 0 0 10px;
}
.whb-general-header .wd-nav[class*="wd-style-"]>li:hover>a {
    color: #fdeb01;
    background-color: #000000;
}
.wd-dropdown-menu:is(.wd-design-sized,.wd-design-full-width) .wd-sub-menu>li {
    width: 33% !important;
}
.wd-sub-menu li>a:hover {
    letter-spacing: 1px;
}
.box-btn-hover .info-btn-wrapper {
    padding-top: 0 !important;
}
.wd-info-box .info-box-title {
    margin-bottom: 0 !important;
}
/**MKH Tecnomaq**/
/**GENERAL**/
.blanco img {
    filter: contrast(0) brightness(2) !important;
}
.wd-prefooter {
    padding-bottom: 0px !important;
}
.product-tabs-wrapper {
    background-color: #fdeb01 !important;
}
/*Iconos Redes
.icons-design-colored .social-whatsapp {
    background-color: #4dc247 !important;
}
.icons-design-colored .social-instagram {
    background: rgb(255,216,84);
    background: linear-gradient(50deg, rgba(255,216,84,1) 0%, rgba(240,76,93,1) 33%, rgba(157,51,195,1) 66%, rgba(68,102,202,1) 100%);
}
.icons-design-colored .social-youtube {
    background-color: #ff0000;
}
.icons-design-colored .social-facebook {
    background: rgb(1,100,225);
	background: linear-gradient(0deg, rgba(1,100,225,1) 0%, rgba(24,172,254,1) 100%) !important;
}
Fin Iconos Redes*/
/*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: #000000;
    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: solid black 2px
}
/*Medias Querie*/
@media screen and (max-width: 767px){
  .pc{display: none !important}
	#bt-whatsapp{
		bottom: 65px;
	}
	.wd-logo.wd-main-logo img[src$=".svg"] {
		height: 100%;
		margin-top: 0px !important;
	}
}
@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}	
}
/**FIN GENERAL**/