.elementor-kit-6{--e-global-color-primary:#C6A15B;--e-global-color-secondary:#0B0B0B;--e-global-color-text:#5C5348;--e-global-color-accent:#1F4D3D;--e-global-color-madera:#7A5230;--e-global-color-blanco:#FAF7F0;--e-global-color-luz_calida:#E9B872;--e-global-color-verde_tropical:#1F4D3D;--e-global-color-3bc819f:#D3D1C7;--e-global-color-0c1d60b:#FFFFFF;--e-global-typography-primary-font-family:"Cormorant Garamond";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Cormorant Garamond";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Jost";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Jost";--e-global-typography-accent-font-weight:600;--e-global-typography-94a3f6a-font-family:"Cormorant Garamond";--e-global-typography-94a3f6a-font-size:58px;--e-global-typography-94a3f6a-font-weight:600;--e-global-typography-94a3f6a-line-height:53px;--e-global-typography-7e63913-font-family:"Cormorant Garamond";--e-global-typography-7e63913-font-size:36px;--e-global-typography-7e63913-font-weight:600;--e-global-typography-7e63913-line-height:38px;--e-global-typography-e03d1f1-font-family:"Jost";--e-global-typography-e03d1f1-font-size:12px;--e-global-typography-e03d1f1-font-weight:600;--e-global-typography-e03d1f1-text-transform:uppercase;--e-global-typography-e03d1f1-letter-spacing:2.5px;--e-global-typography-73174b5-font-family:"Jost";--e-global-typography-73174b5-font-size:24px;--e-global-typography-73174b5-font-weight:300;--e-global-typography-da2bb6d-font-family:"Jost";--e-global-typography-da2bb6d-font-size:12px;--e-global-typography-da2bb6d-font-weight:400;--e-global-typography-da2bb6d-text-transform:uppercase;--e-global-typography-da2bb6d-letter-spacing:2.5px;--e-global-typography-e14e0bb-font-family:"Jost";--e-global-typography-e14e0bb-font-weight:400;--e-global-typography-e14e0bb-font-style:italic;--e-global-typography-e6ee4be-font-family:"Jost";--e-global-typography-e6ee4be-font-size:17px;--e-global-typography-e6ee4be-font-weight:300;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.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 .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 */html, body { max-width: 100%; overflow-x: hidden; }
.elementor-heading-title, .elementor-widget-text-editor, .elementor-button-text,
.elementor-widget-container, .elementor-widget-container p, .elementor-widget-container span, p {
  white-space: normal !important;
  overflow-wrap: break-word !important;
  word-break: break-word !important;
  max-width: 100%;
}
.elementor-section, .elementor-container, .elementor-column, .elementor-widget-wrap, .elementor-widget-container,
.e-con, .e-con-inner {
  max-width: 100%;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  h1.elementor-heading-title { font-size: 32px !important; line-height: 1.2 !important; }
  h2.elementor-heading-title { font-size: 26px !important; line-height: 1.25 !important; }
  h3.elementor-heading-title { font-size: 20px !important; }
  .elementor-section { padding-left: 24px !important; padding-right: 24px !important; }
  .elementor-container, .elementor-section > .elementor-container { max-width: 100% !important; width: 100% !important; }
}

/* Nav principal: pointer minimalista solo en hover / item activo */
.las-iguanas-nav .elementor-item {
  position: relative;
  transition: color .2s ease;
}
.las-iguanas-nav .elementor-item::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 1px;
  background-color: #E9B872;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
}
.las-iguanas-nav .elementor-item:hover,
.las-iguanas-nav .elementor-item.elementor-item-active {
  color: #E9B872 !important;
}
.las-iguanas-nav .elementor-item:hover::after,
.las-iguanas-nav .elementor-item.elementor-item-active::after {
  transform: scaleX(1);
}

/* Botones: sin sombra/animación genérica de Elementor, transición suave y propia */
.elementor-button {
  transition: background-color .25s ease, color .25s ease, border-color .25s ease;
  box-shadow: none !important;
}/* End custom CSS */