.elementor-810 .elementor-element.elementor-element-6524925{--display:flex;}.elementor-810 .elementor-element.elementor-element-b298a41{--display:flex;}.elementor-widget-theme-post-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-810 .elementor-element.elementor-element-530c95b .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:600;color:#000000;}.elementor-810 .elementor-element.elementor-element-a871138{--display:flex;}.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-810 .elementor-element.elementor-element-f9c8557{--display:flex;}/* Start custom CSS for html, class: .elementor-element-bde185e *//* --- MENU MINIMALISTA FLOTANTE --- */
.menu-minimalista {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: rgba(250, 250, 250, 0.85) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 12px 0;
    font-family: 'Montserrat', sans-serif !important;
}

.menu-contenedor {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Logo */
.menu-logo {
    font-size: 1.3rem;
    font-weight: 800;
    color: #1C1C1E !important;
    text-decoration: none !important;
    letter-spacing: -0.5px;
}

.menu-logo span {
    color: #E65100;
}

/* Navegación centro (Escritorio) */
.menu-navegacion {
    display: flex;
    gap: 30px;
}

.menu-navegacion a {
    text-decoration: none !important;
    color: #48484A !important;
    font-size: 0.9rem;
    font-weight: 600;
    transition: color 0.2s ease;
}

.menu-navegacion a:hover {
    color: #E65100 !important;
}

/* Contenedor derecho de botones */
.menu-acciones {
    display: flex;
    align-items: center;
    gap: 12px; /* Espacio simétrico entre el carrito y el contacto */
}

/* Botón Carrito con tu línea de diseño */
.btn-menu-carrito {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff !important;
    color: #E65100 !important; /* Tu naranja icónico */
    text-decoration: none !important;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    border: 1px solid #E5E5EA !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.02);
    transition: all 0.2s ease;
}

.btn-menu-carrito svg {
    width: 18px;
    height: 18px;
}

.btn-menu-carrito:hover {
    background: #FFF6F0 !important;
    border-color: #E65100 !important;
    transform: translateY(-1px);
}

/* Botón Whatsapp del menú */
.btn-menu-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffffff !important;
    color: #1C1C1E !important;
    text-decoration: none !important;
    height: 40px;
    padding: 0 16px;
    font-size: 0.85rem;
    font-weight: 700;
    border-radius: 10px;
    border: 1px solid #E5E5EA !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.02);
    transition: all 0.2s ease;
}

.btn-menu-whatsapp svg {
    color: #25D366;
}

.btn-menu-whatsapp:hover {
    border-color: #E65100 !important;
    color: #E65100 !important;
    background: #FFFBF8 !important;
    transform: translateY(-1px);
}

/* --- RESPONSIVO CELULARES (MÓVIL TOTALMENTE ALINEADO) --- */
@media (max-width: 768px) {
    .menu-minimalista {
        padding: 10px 0;
    }
    
    .menu-navegacion {
        display: none !important;
    }
    
    .menu-contenedor {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
    }

    .menu-logo {
        font-size: 1.15rem;
    }

    .menu-acciones {
        gap: 8px; /* Un poco más compacto en pantallas chicas */
    }

    .btn-menu-carrito {
        width: 36px;
        height: 36px;
    }

    .btn-menu-whatsapp {
        height: 36px;
        padding: 0 12px;
    }
    
    @media (max-width: 360px) {
        .btn-menu-whatsapp span {
            display: none; /* Si la pantalla es extremadamente pequeña, deja solo el icono de whatsapp para que no choque */
        }
        .btn-menu-whatsapp {
            width: 36px;
            padding: 0;
            justify-content: center;
        }
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3b31825 *//* ESTILOS GENERALES DEL FOOTER */
.site-footer {
  background-color: #1c1c1e;
  color: #e5e5ea;
  padding: 60px 20px 0 20px;
  font-family: 'Montserrat', system-ui, -apple-system, sans-serif;
  box-sizing: border-box;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
  padding-bottom: 40px;
}

/* COLUMNA LOGO / MARCA */
.footer-logo {
  font-size: 1.6rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 15px 0;
  letter-spacing: -0.5px;
}

.footer-logo span {
  color: #ff6d00;
}

.footer-description {
  color: #aeaeb2;
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 0;
}

/* ENCABEZADOS DE COLUMNAS */
.footer-title {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 20px 0;
  position: relative;
}

/* TEXTOS Y ENLACES */
.footer-text {
  color: #aeaeb2;
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0 0 12px 0;
}

.footer-text strong {
  color: #ffffff;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: #aeaeb2;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: #ff6d00;
}

/* BOTÓN DE WHATSAPP PREMIUM */
.footer-whatsapp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #25d366;
  color: #ffffff !important;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.85rem;
  margin-top: 10px;
  transition: background-color 0.2s ease, transform 0.2s ease;
  width: 100%;
  box-sizing: border-box;
}

.footer-whatsapp-btn:hover {
  background-color: #20ba5a;
  transform: translateY(-2px);
}

/* BARRA INFERIOR COPYRIGHT */
.footer-bottom {
  border-top: 1px solid #2c2c2e;
  padding: 25px 0;
  margin-top: 20px;
}

.footer-bottom-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  color: #86868b;
  font-size: 0.8rem;
}

.footer-bottom-container p {
  margin: 0;
}

.footer-credit {
  color: #636366;
}

/* RESPONSIVO PARA MÓVILES */
@media (max-width: 768px) {
  .site-footer {
    padding: 40px 15px 0 15px;
  }
  .footer-container {
    gap: 30px;
  }
  .footer-bottom-container {
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }
}/* End custom CSS */
/* Start custom CSS *//* ==========================================================================
   ESTILOS PERSONALIZADOS PARA EL SINGLE POST DE HUESILLOS.CL
   ========================================================================== */

/* 1. Contenedor de lectura óptima (Evita que el texto sea demasiado ancho) */
.elementor-widget-theme-post-content {
    max-width: 750px;
    margin: 0 auto !important;
    line-height: 1.8;
    font-size: 17px;
    color: #2c3e50;
}

/* 2. Jerarquía de Títulos (H2 y H3) limpios y espaciados */
.elementor-widget-theme-post-content h2 {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin-top: 40px !important;
    margin-bottom: 16px !important;
    line-height: 1.3;
}

.elementor-widget-theme-post-content h3 {
    font-size: 22px;
    font-weight: 600;
    color: #d35400; /* Un tono cálido/durazno para acentos */
    margin-top: 30px !important;
    margin-bottom: 12px !important;
}

/* 3. Estilo para los Párrafos (Separación justa para evitar fatiga visual) */
.elementor-widget-theme-post-content p {
    margin-bottom: 24px !important;
}

/* 4. Estilo Premium para las Citas Destacadas (Blockquotes / Tips) */
.elementor-widget-theme-post-content blockquote {
    background-color: #fdf6f0; /* Fondo cálido muy suave */
    border-left: 4px solid #e67e22; /* Línea naranja/fruta */
    padding: 20px 25px;
    margin: 30px 0 !important;
    border-radius: 0 8px 8px 0;
}

.elementor-widget-theme-post-content blockquote p {
    margin-bottom: 0 !important;
    font-style: italic;
    color: #4e5d6c;
}

/* 5. Listas Ordenadas y Desordenadas con buen espacio */
.elementor-widget-theme-post-content ul, 
.elementor-widget-theme-post-content ol {
    margin-bottom: 25px !important;
    padding-left: 20px;
}

.elementor-widget-theme-post-content li {
    margin-bottom: 10px;
}

/* 6. Imágenes dentro del contenido con bordes suaves */
.elementor-widget-theme-post-content img {
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    margin: 20px 0;
}

/* 7. Enlaces dentro del texto legibles y con transición animada */
.elementor-widget-theme-post-content a {
    color: #e67e22;
    text-decoration: underline;
    font-weight: 600;
    transition: color 0.3s ease;
}

.elementor-widget-theme-post-content a:hover {
    color: #d35400;
    text-decoration: none;
}/* End custom CSS */