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

:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--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: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(251,188,52);
	--wd-alternative-color: #fbbc34;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(251,188,52);
	--btn-accented-bgcolor-hover: rgb(0,0,0);
	--wd-form-brd-width: 2px;
	--notices-success-bg: rgb(251,188,52);
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.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: #ffffff;
	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: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}

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

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


.seccion-atencion {
  background: linear-gradient(to bottom right, #0f0f0f, #1c1c1c);
  color: #fff;
  padding: 40px 25px;
  text-align: center;
  font-family: 'Georgia', serif;
  border-radius: 16px;
  border: 1px solid #a78bfa;
  box-shadow: 0 0 25px rgba(255, 215, 0, 0.1);
  max-width: 650px;
  margin: auto;
}

.titulo-bienvenida {
  font-size: 24px;
  color: gold;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.subtitulo-bienvenida {
  font-size: 16px;
  color: #e4e4e7;
  margin-bottom: 25px;
}

.ventajas {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}

.ventajas li {
  margin: 10px 0;
  font-size: 15px;
  color: #f3f4f6;
}

.botones-acciones {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.boton-principal,
.boton-secundario {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: bold;
  text-decoration: none;
  font-size: 15px;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
}

.boton-principal {
  background-color: gold;
  color: #000;
  box-shadow: 0 4px 12px rgba(255, 215, 0, 0.3);
}

.boton-principal:hover {
  background-color: #ffd700;
  color: #111;
}

.boton-secundario {
  background-color: #25D366;
  color: white;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
}

.boton-secundario:hover {
  background-color: #1ebe5d;
  color: #fff;
}

/* Responsive para móviles */
@media (max-width: 600px) {
  .titulo-bienvenida {
    font-size: 20px;
  }

  .subtitulo-bienvenida,
  .ventajas li {
    font-size: 14px;
  }

  .boton-principal,
  .boton-secundario {
    width: 100%;
    padding: 12px 20px;
    font-size: 14px;
  }

  .botones-acciones {
    flex-direction: column;
    gap: 10px;
  }
}
