.elementor-5004 .elementor-element.elementor-element-53cd86c3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-53cd86c3 *//* ============================================================
   CKATH — CSS mínimo · solo botones y enlaces
   Pegar en: Sección > Avanzado > CSS personalizado
   ============================================================ */

/* Solo quita el subrayado — NO heredar color para no romper los botones */
.elementor-widget-html a,
.elementor-widget-html a:hover,
.elementor-widget-html a:visited,
.elementor-widget-html a:focus,
.elementor-widget-html a:active {
  text-decoration: none !important;
}

/* Botones .btn — base */
.elementor-widget-html .btn {
  font-family: 'Nunito Sans', system-ui, sans-serif !important;
  text-decoration: none !important;
  display: inline-flex !important;
  cursor: pointer !important;
}

/* Botón dorado sólido */
.elementor-widget-html .btn-solid {
  background: #c07f00 !important;
  color: #ffffff !important;
  border: 1.5px solid #c07f00 !important;
}
.elementor-widget-html .btn-solid:hover {
  background: #9f6900 !important;
  border-color: #9f6900 !important;
  color: #ffffff !important;
}

/* Botón outline dorado — texto dorado visible sobre fondo blanco */
.elementor-widget-html .btn-outline {
  background: transparent !important;
  color: #c07f00 !important;
  border: 1.5px solid #c07f00 !important;
}
.elementor-widget-html .btn-outline:hover {
  background: #c07f00 !important;
  color: #ffffff !important;
}

/* Botón fantasma — sobre fondos oscuros o foto */
.elementor-widget-html .btn-ghost {
  background: rgba(0,0,0,.25) !important;
  color: #ffffff !important;
  border: 1.5px solid rgba(255,255,255,.9) !important;
}
.elementor-widget-html .btn-ghost:hover {
  background: rgba(255,255,255,.15) !important;
  color: #ffffff !important;
  border-color: #ffffff !important;
}

/* Botón blanco — CTA sobre fondo oscuro */
.elementor-widget-html .cta-dark .btn-solid {
  background: #ffffff !important;
  color: #3d3d3d !important;
  border-color: #ffffff !important;
}
.elementor-widget-html .cta-dark .btn-solid:hover {
  background: #f0ece4 !important;
  border-color: #f0ece4 !important;
  color: #3d3d3d !important;
}/* End custom CSS */