/*
 Theme Name:   MarketBoss Ácuarel
 Description:  MarketBoss
 Author:       Ácuarel SAC
 Author URI:   https://www.acuarel.pe
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
/**GENERAL**/
.scrollToTop {
    left: 20px !important;
}
.pswp__bg {
    background: rgba(0, 47, 73, 85%) !important;
}
/**FIN GENERAL**/
/**CABEZAL**/
.wd-dropdown-menu:is(.wd-design-sized,.wd-design-full-width) .wd-sub-menu>li {
    width: auto !important;
	margin-left: auto;
    margin-right: auto;
}
.wd-dropdown-menu:is(.wd-design-sized,.wd-design-full-width) .wd-sub-menu>li:first-child {
    margin-left: 0;
}
.wd-dropdown-menu:is(.wd-design-sized,.wd-design-full-width) .wd-sub-menu>li:last-child {
	margin-right: 0;
}
.wd-logo img {
    padding: 0px !important;
}
.whb-column>.wd-button-wrapper {
    padding-left: 35px !important;
}
.wd-nav[class*="wd-style-underline"] .nav-link-text {
    line-height: 1.6 !important;
    letter-spacing: 0.5px;
}
.wd-nav[class*="wd-style-"]>li:is(.wd-has-children,.menu-item-has-children)>a:after {
    color: #416ba9;
}
.wd-dropdown-menu:is(.wd-design-sized,.wd-design-full-width) .wd-sub-menu>li>a:hover {
    letter-spacing: 1px;
}
/*.wd-nav>li:is(.wd-has-children,.menu-item-has-children)>a:after {
    content: "\f0dd" !important;
}*/
.wd-nav>li:is(.wd-has-children,.menu-item-has-children)>a:after {
    margin-left: 6px;
    font-weight: bolder;
    font-size: 80%;
}
.wd-nav[class*="wd-style-"]>li:hover>a {
    color: rgb(116 161 227);
}
.page-title {
    margin-bottom: 0px !important;
}
.wd-dropdown {
    background-color: #326fb6;
}
.wd-dropdown-menu:is(.wd-design-sized,.wd-design-full-width) .wd-sub-menu>li>a, .mega-menu-list>li>a {
    --sub-menu-color: #ffffff;
    font-weight: 500;
}
.wd-dropdown-menu:is(.wd-design-sized,.wd-design-full-width) .wd-sub-menu>li>a:hover{color:white}
a.botoncontacto {
    box-shadow: 0px 0px 18px 1px rgb(47 120 207 / 80%);
}
a.botoncontacto:hover {
    box-shadow: 0 0px 18px 5px rgb(47 120 207 / 90%) !important;
}
/**FIN CABEZAL**/
/**CUERPO**/
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: 16px;
}
.wd-lazy-fade.wd-loaded:hover {
    opacity: 0.6;
    transform:scale(1.1);
    -ms-transform:scale(1.1); /* IE 9 */
    -moz-transform:scale(1.1); /* Firefox */
    -webkit-transform:scale(1.1); /* Safari and Chrome */
    -o-transform:scale(1.1); /* Opera */
}
/**FIN CUERPO**/
/**PIE DE PAGINA**/
.wd-prefooter {
    padding-bottom: 0px !important;
}
.widget {
    padding-bottom: 0px;
    border-bottom: none;
}
.wd-prefooter.woodmart-prefooter p{
    margin: 0;
    padding: 0;
}
.footer-sidebar {
    padding-top: 90px !important;
    padding-bottom: 30px !important;
}
/**FIN PIE DE PAGINA**/
/*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-whatsapp:hover{
    background-color: #128C7E;
	box-shadow: 0 0px 18px 5px rgb(77 194 71 / 80%) !important;
}
#bt-telefono{
    bottom: 90px;
    background-color: #416ba9;
    z-index: 101;
}
#bt-telefono:hover{
	box-shadow: 0px 0px 18px 1px rgb(47 120 207 / 80%);
}
#bt-whatsapp i{
	font-size: 40px;
	display: block;
    margin-top: 11px;
}
#bt-telefono i{
	font-size: 36px;
	display: block;
    margin-top: 11px;
}
#bt-whatsapp i, #bt-telefono i{
	color:#ffffff;
}
#bt-whatsapp i.fab:before, #bt-telefono i.fa:before{
	margin-left: 13px;
}
/*Fin Boton Whatsapp*/
.wd-sticky-social .wd-social-icon {
    margin: 10px 10px 0 0 !important;
    border-radius: 20px;
}
.wd-sticky-social .wd-social-icon:hover {
	box-shadow: 0 0px 18px 11px rgb(47 120 207 / 90%);
}
@media screen and (min-width: 1025px){
	.title-size-small {
		padding: 60px 0 35px 0 !important;
	}
}
@media screen and (max-width: 767px){
	.pc{display: none !important}
}
@media screen and (min-width: 768px) and (max-width: 1024px){
}
@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**/