.elementor-kit-6{--e-global-color-primary:#D2B05A;--e-global-color-secondary:#545454;--e-global-color-text:#3A3A3A;--e-global-color-accent:#FFFCF2;--e-global-color-787ede8:#D2B05A;--e-global-color-43bd23c:#545454;--e-global-color-b1a725d:#FFFCF2;--e-global-color-b830244:#F5F0E4;--e-global-color-db258d3:#1E1C17;--e-global-color-9c0f94c:#8A8A8A;--e-global-typography-primary-font-family:"Cormorant Garamond";--e-global-typography-primary-font-size:16px;--e-global-typography-primary-font-weight:300;--e-global-typography-secondary-font-family:"Plus Jakarta Sans";--e-global-typography-secondary-font-size:14px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Plus Jakarta Sans";--e-global-typography-text-font-size:14px;--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Plus Jakarta Sans";--e-global-typography-accent-font-size:10px;--e-global-typography-accent-font-weight:700;--e-global-typography-7c5bb56-font-family:"Cormorant Garamond";--e-global-typography-7c5bb56-font-weight:300;--e-global-typography-54980aa-font-family:"Cormorant Garamond";--e-global-typography-54980aa-font-weight:600;--e-global-typography-67a87f7-font-family:"Plus Jakarta Sans";--e-global-typography-67a87f7-font-weight:300;--e-global-typography-0659363-font-family:"Plus Jakarta Sans";--e-global-typography-0659363-font-weight:700;--e-global-typography-e5b56e5-font-family:"Plus Jakarta Sans";--e-global-typography-e5b56e5-font-weight:700;font-family:"Plus Jakarta Sans", Sans-serif;font-size:14px;font-weight:300;line-height:1.75px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:#D2B05A;font-family:"Plus Jakarta Sans", Sans-serif;font-size:11px;font-weight:700;text-transform:uppercase;line-height:1.5px;color:#1E1C17;border-style:none;border-radius:8px 8px 8px 8px;padding:14px 32px 14px 32px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:#C4A04E;color:#1E1C17;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{font-family:"Cormorant Garamond", Sans-serif;font-size:68px;font-weight:300;line-height:1.05px;}.elementor-kit-6 h2{font-family:"Cormorant Garamond", Sans-serif;font-size:48px;font-weight:300;line-height:1.15px;}.elementor-kit-6 h3{font-family:"Cormorant Garamond", Sans-serif;font-size:26px;font-weight:600;}.elementor-kit-6 h4{font-family:"Plus Jakarta Sans", Sans-serif;font-size:13px;font-weight:700;line-height:1.5px;}.elementor-kit-6 img{border-radius:12px 12px 12px 12px;}.elementor-kit-6 label{color:#545454;font-family:"Plus Jakarta Sans", Sans-serif;font-size:10px;font-weight:700;text-transform:uppercase;line-height:1.5px;}.elementor-kit-6 input:not([type="button"]):not([type="submit"]),.elementor-kit-6 textarea,.elementor-kit-6 .elementor-field-textual{font-family:"Plus Jakarta Sans", Sans-serif;font-size:13px;font-weight:300;color:#545454;accent-color:#8A8A8A;background-color:#FFFCF2;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);border-style:solid;border-width:1px 1px 1px 1px;border-color:#E8D090;border-radius:8px 8px 8px 8px;transition:300ms;}.elementor-kit-6 input:focus:not([type="button"]):not([type="submit"]),.elementor-kit-6 textarea:focus,.elementor-kit-6 .elementor-field-textual:focus{color:#3A3A3A;accent-color:#D2B05A;background-color:#FFFFFF;border-style:solid;border-color:#D2B05A;border-radius:8px 8px 8px 8px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ── MARSH & CO. · CSS Global ── */

:root {
  --gold: #D2B05A;
  --charcoal: #545454;
  --cream: #FFFCF2;
  --cream-mid: #F5F0E4;
  --dark: #1e1c17;
  --muted: #8a8a8a;
}

/* Tipografía base */
body {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 300;
  color: #3a3a3a;
}

h1, h2, h3 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
}

/* Scroll suave */
html {
  scroll-behavior: smooth;
}

/* Bordes redondeados globales */
.elementor-button {
  border-radius: 8px !important;
}

/* Hover links nav */
.elementor-nav-menu a {
  position: relative;
}
.elementor-nav-menu a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #D2B05A;
  transition: width 0.3s ease;
  position: absolute;
  bottom: -3px;
  left: 0;
}
.elementor-nav-menu a:hover::after {
  width: 100%;
}

/* Transiciones globales */
.elementor-widget-container {
  transition: all 0.3s ease;
}
.card-servicio {
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.card-servicio::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: #D2B05A;
  transition: width 0.35s ease;
  z-index: 10;
}
.card-servicio:hover::before {
  width: 100%;
}
.card-servicio:hover {
  box-shadow: 0 8px 32px rgba(210,176,90,0.12);
  transform: translateY(-4px);
  border-color: rgba(210,176,90,0.4) !important;
}
.card-valor {
  transition: background 0.3s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.card-valor::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: #D2B05A;
  transition: width 0.35s ease;
  z-index: 10;
}
.card-valor:hover::before {
  width: 100%;
}
.card-valor:hover {
  background: rgba(255,252,242,0.02) !important;
}
.card-paso {
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.card-paso::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: #D2B05A;
  transition: width 0.35s ease;
}
.card-paso:hover::after {
  width: 100%;
}
.card-paso:hover {
  box-shadow: 0 8px 32px rgba(210,176,90,0.1);
  border-color: #D2B05A !important;
}
.card-svc {
  transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
  position: relative;
  overflow: hidden;
}
.card-svc:hover {
  border-color: #D2B05A !important;
  box-shadow: 0 8px 32px rgba(210,176,90,0.1);
  transform: translateY(-3px);
}
.card-svc::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: #D2B05A;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s;
}
.card-svc:hover::after {
  transform: scaleX(1);
}/* End custom CSS */