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

:root {
	--wd-text-font: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #2B2B2B;
	--wd-text-font-size: 16px;
	--wd-title-font: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-color: rgb(31,31,31);
	--wd-entities-title-font: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	--wd-entities-title-font-weight: 700;
	--wd-entities-title-color: rgb(51,51,51);
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	--wd-widget-title-font: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",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: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(198,161,91);
	--wd-alternative-color: rgb(43,43,43);
	--btn-default-bgcolor: rgb(198,161,91);
	--btn-default-bgcolor-hover: rgb(168,132,63);
	--btn-accented-bgcolor: rgb(0,0,0);
	--btn-accented-bgcolor-hover: rgb(84,84,84);
	--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: right center;
}
.wd-footer {
	background-color: rgb(18,18,18);
	background-image: none;
}
.page :is(.wd-page-content, .whb-header) {
	background-color: rgb(244,243,242);
	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: #fff;
--btn-default-color-hover: #fff;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--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;
}

/*==========================================================
SCROLL SUAVE
========================================================= */
html {
  scroll-behavior: smooth;
}
/* =========================================================
   TYPOGRAPHY
========================================================= */

h1 {
  font-size: 48px;
  line-height: 56px;
}

h2 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 20px;
}

h3 {
  font-size: 20px;
  line-height: 28px;
}

p {
  font-size: 16px;
  line-height: 26px;
}

.page-subtitle {
  font-size: 18px;
  line-height: 28px;
  color: #6f6f6f;
}

/* =========================================================
   GOLD BUTTON
========================================================= */

a.btn-gold,
.btn-gold button,
input.btn-gold,
.wpcf7-form input[type="submit"] {

  background: linear-gradient(
    135deg,
    #D4AF37 0%,
    #C9A24A 30%,
    #F2D57E 50%,
    #C9A24A 70%,
    #B8933F 100%
  ) !important;

  color: #121212 !important;
  border: none !important;
  border-radius: 6px !important;
  padding: 14px 26px !important;
  font-weight: 600 !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 2px 8px rgba(201,162,74,0.35) !important;

  text-transform: uppercase;
  letter-spacing: 0.03em;
}

/* HOVER */

a.btn-gold:hover,
.btn-gold button:hover,
input.btn-gold:hover,
.wpcf7-form input[type="submit"]:hover {

  background: linear-gradient(
    135deg,
    #F2D57E 0%,
    #D4AF37 40%,
    #B8933F 100%
  ) !important;

  color: #121212 !important;
}
/* =========================================================
   CF7 SUBMIT FIX
========================================================= */

.wpcf7-form input[type="submit"]:disabled {
    opacity: 1 !important;
    cursor: pointer !important;
}
/* =========================================================
   WHATSAPP BUTTON
========================================================= */

a.btn-whatsapp-outline {
  background: transparent;
  border: 2px solid #25D366;
  color: #25D366;
  border-radius: 4px;
  padding: 10px 18px;
}

a.btn-whatsapp-outline:hover {
  border-color: #1ebe5d;
  color: #1ebe5d;
  background: #fff;
}

/* =========================================================
   ICON GOLD FILTER
========================================================= */

.ico-color img {
  filter:
    brightness(0)
    saturate(100%)
    invert(63%)
    sepia(33%)
    saturate(748%)
    hue-rotate(6deg)
    brightness(92%)
    contrast(88%);
}

/* =========================================================
   DARK CTA OVERLAY
========================================================= */

.bg-services {
  position: relative !important;
  overflow: hidden;
  filter: saturate(0.92) !important;
}

.bg-services::before {
  content: "";
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      90deg,
      rgba(0,0,0,0.88) 0%,
      rgba(0,0,0,0.72) 28%,
      rgba(0,0,0,0.40) 52%,
      rgba(0,0,0,0.12) 72%,
      rgba(0,0,0,0.05) 100%
    );

  z-index: 1;
  pointer-events: none;
}

.bg-services > .vc_column-inner,
.bg-services > div {
  position: relative;
  z-index: 2;
}

/* =========================================================
   CONTACT FORM 7
========================================================= */

.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select {
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 6px;
  padding: 14px 18px;
  color: #111;
  font-size: 15px;
}

.wpcf7-form textarea {
  min-height: 140px;
}

.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
  color: #666;
}

.wpcf7-form p {
  margin-bottom: 18px;
}

/* =========================================================
   FINAL CTA SECTION
========================================================= */

.costa-final-cta {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 110px 0;
  position: relative;
}
@media (min-width: 1025px) {
	/* Forzar que todos los niveles internos crezcan hasta el final de la fila */
.h-igual .vc_column-inner,
.h-igual .wpb_wrapper,
.h-igual .info-box-wrapper,
.h-igual .wd-info-box {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}

/* Asegurar que el contenido interno (el que tiene el fondo/sombra) se estire */
.h-igual .wd-info-box {
    flex: 1 1 auto !important;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
	/* =========================================================
   EQUAL HEIGHT INFO BOXES
========================================================= */

.h-igual .vc_column-inner,
.h-igual .wpb_wrapper,
.h-igual .info-box-wrapper,
.h-igual .wd-info-box {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}

.h-igual .wd-info-box {
    flex: 1 1 auto !important;
}
}

@media (min-width: 577px) and (max-width: 767px) {
	/* =========================================================
   EQUAL HEIGHT INFO BOXES
========================================================= */

.h-igual .vc_column-inner,
.h-igual .wpb_wrapper,
.h-igual .info-box-wrapper,
.h-igual .wd-info-box {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}

.h-igual .wd-info-box {
    flex: 1 1 auto !important;
}
}

@media (max-width: 576px) {
	h1 {
  font-size: 36px;
  line-height: 44px;
}

h2 {
  font-size: 28px;
  line-height: 36px;
}

h3 {
  font-size: 18px;
  line-height: 26px;
}

p {
  font-size: 15px;
  line-height: 25px;
}

/* FORMULARIOS */

.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select {
  padding: 12px 14px;
}

/* BOTONES */

a.btn-gold,
input.btn-gold,
.wpcf7-submit.btn-gold {
  width: 100%;
  text-align: center;
}
}

