.elementor-kit-60{--e-global-color-primary:#1A1A2E;--e-global-color-secondary:#C9A84C;--e-global-color-text:#333333;--e-global-color-accent:#C9A84C;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Lato";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Cormorant Garamond";--e-global-typography-accent-font-weight:500;}.elementor-kit-60 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;}@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 *//* === KATIA MALO - CSS PERSONALIZADO === */

/* Colores globales */
:root {
  --color-dorado: #C9A84C;
  --color-navy: #1A1A2E;
  --color-texto: #333333;
  --color-claro: #F8F6F2;
}

/* Clase de texto dorado para aplicar en heading destacados */
.texto-dorado {
  color: #C9A84C !important;
}

/* Efecto dorado con degradado para texto de titulo */
.titulo-dorado {
  background: linear-gradient(135deg, #C9A84C 0%, #E8C87A 50%, #A8893C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Seccion de Noticias - Tarjetas */
.elementor-loop-container .elementor-post {
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: #fff;
}

.elementor-loop-container .elementor-post:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(26,26,46,0.15);
}

/* Botones principales */
.elementor-button-primary,
.elementor-button.elementor-size-md {
  background-color: #C9A84C;
  border-color: #C9A84C;
  color: #fff;
  transition: all 0.3s ease;
}

.elementor-button-primary:hover,
.elementor-button.elementor-size-md:hover {
  background-color: #1A1A2E;
  border-color: #1A1A2E;
  color: #fff;
}

/* Separador decorativo dorado */
.separador-dorado {
  width: 60px;
  height: 3px;
  background: #C9A84C;
  margin: 15px auto;
}

/* Encabezado de seccion */
.elementor-widget-heading .elementor-heading-title {
  font-family: 'Playfair Display', serif;
}

/* Hover en imagen de tarjeta noticia */
.elementor-loop-container .elementor-post figure {
  overflow: hidden;
}

.elementor-loop-container .elementor-post figure img {
  transition: transform 0.4s ease;
}

.elementor-loop-container .elementor-post:hover figure img {
  transform: scale(1.05);
}

/* Etiqueta de categoria en noticias */
.noticia-categoria {
  display: inline-block;
  background: #C9A84C;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 4px 10px;
  border-radius: 3px;
  margin-bottom: 8px;
}

/* Fechas y metadatos de entradas */
.elementor-post__meta-data {
  color: #C9A84C;
  font-size: 13px;
}

/* Borde izquierdo dorado en citas o highlights */
.destacado-izq {
  border-left: 4px solid #C9A84C;
  padding-left: 16px;
  font-style: italic;
}

/* Animacion suave al scroll */
.elementor-widget {
  transition: opacity 0.3s ease;
}/* End custom CSS */