@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//bedoyapublicidad.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=7.6.0") format("woff2");
}

:root {
	--wd-text-font: "Quicksand", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #333333;
	--wd-text-font-size: 16px;
	--wd-title-font: "Quicksand", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-color: #333333;
	--wd-entities-title-font: "Quicksand", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 700;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Quicksand", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Quicksand", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 700;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #dd0202;
	--wd-widget-title-font-size: 22px;
	--wd-header-el-font: "Quicksand", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 18px;
	--wd-primary-color: rgb(21,100,166);
	--wd-alternative-color: rgb(0,69,142);
	--wd-link-color: rgb(21,100,166);
	--wd-link-color-hover: #00458e;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #83b735;
	--btn-accented-bgcolor-hover: #74a32f;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 280px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
.page-title-default {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: #1564A6;
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


.woodmart-navigation .item-level-0>a {
    text-transform: none;
    letter-spacing: -1px;
    line-height: 1;
}

h2 {

	font-weight:700;
}

.promo-banner .content-banner>div:first-child {
    text-shadow: 0px 3px 6px #000;
}

.menu-simple-dropdown .sub-menu-dropdown, .menu-simple-dropdown .sub-sub-menu {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 300px;
}

.menu-simple-dropdown li a {
    position: relative;
    display: block;
    padding-top: 5px;
    padding-right: 22px;
    padding-bottom: 5px;
    padding-left: 22px;
    word-break: break-word;
    font-size: 14px;
    line-height: 20px;
}

.wd-nav-main>li>a, .wd-nav-secondary>li>a { 
    font-size: 17px;
    text-transform: capitalize;
}

.wd-nav[class*="wd-style-"]>li>a {
    color: var(--nav-color);
    font-size: 16px;
    text-transform: capitalize;
}

/* WhatsApp flotante - Pulso más llamativo */
#ht-ctc-chat .ctc-analytics{
  animation: ctcPulsePro 1.6s cubic-bezier(.4,0,.2,1) infinite;
  transform-origin: center;
}

@keyframes ctcPulsePro{
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(37, 211, 102, .7),
                0 0 25px rgba(37, 211, 102, .9);
  }
  50% {
    transform: scale(1.18);
    box-shadow: 0 0 0 18px rgba(37, 211, 102, 0),
                0 0 45px rgba(37, 211, 102, .6);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0),
                0 0 25px rgba(37, 211, 102, .9);
  }
}

/* Accesibilidad */
@media (prefers-reduced-motion: reduce){
  #ht-ctc-chat .ctc-analytics{ animation: none !important; }
}