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

:root {
	--wd-text-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(60,60,60);
	--wd-text-font-size: 18px;
	--wd-title-font: "Pacifico", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-color: rgb(246,129,2);
	--wd-entities-title-font: var(--wd-title-font);
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: var(--wd-text-font);
	--wd-widget-title-font: var(--wd-title-font);
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: none;
	--wd-header-el-font-size: 18px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(243,104,2);
	--wd-alternative-color: rgb(6,160,208);
	--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;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--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-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgba(246,129,2,0);
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-text-font-size: 14px;
	--wd-header-el-font-size: 15px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-text-font-size: 14px;
	--wd-header-el-font-size: 14px;
	}

}
: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: 12px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: #0a0a0a;
}

.whb-general-header {
    border-radius: 50px !important;
}

.whb-sticky-shadow.whb-sticked .whb-main-header {
    box-shadow: none !important;
}

body div.wpforms-container-full {
    margin: 4px auto !important;
}

body .wpforms-container .wpforms-field {
    padding: 10px 0 0px;
}

body div.wpforms-field.wpforms-field-textarea {
    margin-top: 0px;
}

/* Agregar la flecha a la derecha */
div.wpforms-container .wpforms-form button[type=submit]:after {
    content: '\f061';                   /* Código de la flecha en Font Awesome */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 15px;                  /* Espacio entre texto y flecha */
    font-size: 18px;
}

/* 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; }
}@media (min-width: 1025px) {
	.titulo1 {
    color: #F36802;
    font-size: 40px;
    line-height: 1.2em;
		font-family: 'Pacifico';
	font-weight: 400;
}

.titulo2 {
    color: #ADFBFC;
    font-size: 40px;
    line-height: 1.2em;
		font-family: 'Pacifico';
	font-weight: 400;
}

.titulo3 {
    color: #FEDF10;
    font-size: 40px;
    line-height: 1.2em;
		font-family: 'Pacifico';
	font-weight: 400;
}
}

@media (min-width: 577px) and (max-width: 767px) {
	.titulo1 {
    color: #F36802;
    font-size: 30px;
    line-height: 1.2em;
	font-family: 'Pacifico';
		font-weight: 400;
}

.titulo2 {
    color: #ADFBFC;
    font-size: 30px;
    line-height: 1.2em;
	font-family: 'Pacifico';
		font-weight: 400;
}

.titulo3 {
    color: #FEDF10;
    font-size: 30px;
    line-height: 1.2em;
	font-family: 'Pacifico';
		font-weight: 400;
}
}

@media (max-width: 576px) {
	.titulo1 {
    color: #F36802;
    font-size: 30px;
    line-height: 1.2em;
	font-family: 'Pacifico';
		font-weight: 400;
}

.titulo2 {
    color: #ADFBFC;
    font-size: 30px;
    line-height: 1.2em;
	font-family: 'Pacifico';
		font-weight: 400;
}

.titulo3 {
    color: #FEDF10;
    font-size: 30px;
    line-height: 1.2em;
	font-family: 'Pacifico';
		font-weight: 400;
}
}

