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

:root {
	--wd-text-font: "Hanken Grotesk", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 500;
	--wd-text-color: #767676;
	--wd-text-font-size: 15px;
	--wd-title-font: "Hanken Grotesk", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Hanken Grotesk", 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: "Hanken Grotesk", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Hanken Grotesk", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 700;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Hanken Grotesk", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 14px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(115,247,228);
	--wd-alternative-color: rgb(0,0,0);
	--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: #ffffff;
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--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);
}
}


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

h1 {
  font-size: clamp(24px, 3vw, 30px);
}
h2 {
  font-size: clamp(20px, 2.5vw, 30px)
}
h3 {
  font-size: clamp(18px, 2vw, 22px);
}




/* --- REGRESO A 2 COLUMNAS --- */
.wpcf7 form {
  display: block !important;
}

.wpcf7 .cf7-row {
  display: flex !important;
  gap: 20px !important;
  margin-bottom: 20px !important;
}

.wpcf7 .cf7-col {
  flex: 1 !important;
  width: 50% !important;
}

.wpcf7 .cf7-row-full {
  margin-bottom: 20px !important;
}

/* --- ESTILO DE LÍNEA INFERIOR (UNDERLINE) --- */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select {
  width: 100% !important;
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid #000000 !important;
  border-radius: 0 !important;
  padding: 8px 0 !important;
  font-size: 14px !important;
  color: #000000 !important;
  outline: none !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
}

/* --- DESPLEGABLE CON FLECHA NEGRA --- */
.wpcf7 select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23000000" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>') !important;
  background-repeat: no-repeat !important;
  background-position: right 0 center !important;
  cursor: pointer !important;
}

/* --- PLACEHOLDERS --- */
.wpcf7 input::placeholder,
.wpcf7 select::placeholder {
  color: #444444 !important;
  opacity: 1 !important;
}

/* --- RADIO BUTTONS HORIZONTALES --- */
.wpcf7 .cf7-row-full label {
  display: block !important;
  font-size: 14px !important;
  color: #000000 !important;
  margin-bottom: 10px !important;
}

.wpcf7 .wpcf7-radio {
  display: flex !important;
  gap: 25px !important;
}

.wpcf7 .wpcf7-list-item {
  margin: 0 !important;
}

.wpcf7 .wpcf7-list-item-label {
  font-size: 14px !important;
  color: #000000 !important;
  cursor: pointer !important;
}

/* --- BOTÓN NEGRO OUTLINE --- */
.wpcf7 .cf7-submit-wrap {
  margin-top: 25px !important;
}

.wpcf7 input[type="submit"] {
  background: transparent !important;
  color: #000000 !important;
  border: 1px solid #000000 !important;
  border-radius: 12px !important;
  padding: 10px 30px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
}

.wpcf7 input[type="submit"]:hover {
  background: #000000 !important;
  color: #ffffff !important;
}

/* --- RESPONSIVE EN MÓVILES --- */
@media (max-width: 768px) {
  .wpcf7 .cf7-row {
    flex-direction: column !important;
    gap: 15px !important;
  }
  .wpcf7 .cf7-col {
    width: 100% !important;
  }
}




/* CSS PARA LOS CONTADORES*/
.stat-card {
  background-color: #8afbe4;
  padding: 30px 20px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 160px;
  box-sizing: border-box;
}

.stat-number {
  font-size: 38px;
  font-weight: 700;
  color: #000000;
  line-height: 1.1;
  margin-bottom: 12px;
}

.stat-text {
  font-size: 14px;
  color: #1a1a1a;
  line-height: 1.3;
  font-weight: 400;
}





/*promo banner*/
/* 1. Centrar el contenedor del cajón dentro del banner */
.promo-banner-wrapper .wrapper-content-banner {
  display: flex !important;
  justify-content: center !important;
  align-items: flex-end !important; /* Mantiene la posición en la parte inferior */
  padding-bottom: 15px !important;    /* Distancia del borde inferior */
  width: 100% !important;
  left: 0 !important;
}
.promo-banner-wrapper .wrapper-content-banner .banner-inner {
  background-color: #70f3d5 !important;
  border-radius: 12px !important;
  width: 180px !important;  
  height: 50px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  
  padding: 8px 12px !important;
  margin: 0 auto !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15) !important;
}
.promo-banner-wrapper .wrapper-content-banner .banner-inner * {
  color: #000000 !important;
  margin: 0 !important;
  line-height: 1.2 !important;
}