.elementor-11 .elementor-element.elementor-element-d9fd372{--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;}.elementor-11 .elementor-element.elementor-element-3f27227{--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;}.elementor-11 .elementor-element.elementor-element-549af58{--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;}.elementor-11 .elementor-element.elementor-element-04650f9{--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;}.elementor-11 .elementor-element.elementor-element-ba88912{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-c7535ba *//* ===========================
   HERO SANYFONT – NIVEL PRO
   =========================== */

.sany-hero{
  position: relative;
  min-height: 78vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Overlay con degradado (mucho más elegante) */
.sany-hero__overlay{
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(11,115,184,0.55) 0%,
      rgba(11,115,184,0.35) 45%,
      rgba(11,115,184,0.15) 100%
    );
  z-index: 1;
}

/* Caja principal */
.sany-hero__content{
  position: relative;
  z-index: 2;
  max-width: 920px;
  padding: 36px 40px;
  text-align: center;

  background: rgba(255,255,255,0.82);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  border-radius: 22px;
  box-shadow:
    0 30px 60px rgba(0,0,0,0.25),
    inset 0 1px 0 rgba(255,255,255,0.5);
}

/* Kicker superior */
.sany-hero__kicker{
  display: inline-block;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0B73B8;
}

/* Título */
.sany-hero__title{
  color: #0B73B8;
  font-size: 48px;
  line-height: 1.1;
  font-weight: 800;
  margin: 0 0 28px;

  text-shadow: none;
}

/* Acciones */
.sany-hero__actions{
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Botones base */
.sany-hero__btn{
  display: inline-block;
  padding: 14px 32px;
  font-weight: 800;
  border-radius: 999px;
  text-decoration: none;
  transition: all .18s ease;
}

/* Botón principal */
.sany-hero__btn--primary{
  background: #F2A000;
  color: #1F2A33;
  box-shadow: 0 14px 30px rgba(0,0,0,0.22);
}

.sany-hero__btn--primary:hover{
  transform: translateY(-2px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.28);
}

/* Botón secundario */
.sany-hero__btn--secondary{
  background: transparent;
  color: #0B73B8;
  border: 2px solid #0B73B8;
}

.sany-hero__btn--secondary:hover{
  background: #0B73B8;
  color: #ffffff;
}

/* ===== MÓVIL ===== */
@media (max-width: 768px){
  .sany-hero{
    min-height: 65vh;
    padding: 20px 12px;
  }

  .sany-hero__content{
    padding: 22px 18px;
    border-radius: 18px;
  }

  .sany-hero__title{
    font-size: 28px;
    line-height: 1.22;
  }

  .sany-hero__actions{
    flex-direction: column;
    gap: 12px;
  }

  .sany-hero__btn{
    width: 100%;
    max-width: 320px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8d5a0e8 *//* ===========================
   SANYFONT – GRID "NUESTROS PRODUCTOS"
   =========================== */

.sany-products{
  background: #fbfbfb;
  padding: clamp(56px, 7vw, 100px) 0;
}

.sany-products__inner{
  width: min(1200px, 92%);
  margin: 0 auto;
}

.sany-products__header{
  text-align: center;
  margin-bottom: 28px;
}

.sany-products__title{
  margin: 0 0 10px 0;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.05;
  font-weight: 900;
  color: #0B73B8;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.sany-products__subtitle{
  margin: 0 auto;
  max-width: 72ch;
  color: #2B2B2B;
  opacity: 0.9;
  font-size: 16px;
  line-height: 1.7;
}

/* GRID */
.sany-products__grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 28px;
}

/* CARD */
.sany-card{
  display: flex;
  flex-direction: column;
  text-decoration: none;
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 14px 36px rgba(0,0,0,0.10);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.sany-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 22px 48px rgba(0,0,0,0.14);
  border-color: rgba(11,115,184,0.22);
}

.sany-card__media{
  position: relative;
  height: 220px;
  background: #f2f4f7;
}

.sany-card__media::after{
  content:"";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11,115,184,0.00) 0%, rgba(11,115,184,0.10) 100%);
  pointer-events: none;
}

.sany-card__media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* BODY */
.sany-card__body{
  padding: 18px 18px 20px;
}

.sany-card__tag{
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: #0B73B8;
  background: rgba(11,115,184,0.10);
  border: 1px solid rgba(11,115,184,0.14);
  padding: 7px 10px;
  border-radius: 999px;
  margin-bottom: 12px;
}

.sany-card__title{
  margin: 0 0 8px 0;
  color: #0B73B8;
  font-weight: 900;
  font-size: 18px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.sany-card__text{
  margin: 0;
  color: #2B2B2B;
  opacity: 0.9;
  line-height: 1.65;
  font-size: 15px;
}

/* CTA */
.sany-products__cta{
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

.sany-products__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
  background: #F2A000;
  color: #1F2A33;
  box-shadow: 0 14px 30px rgba(0,0,0,0.16);
  transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
}

.sany-products__btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(0,0,0,0.20);
}

.sany-products__btn--ghost{
  background: transparent;
  color: #0B73B8;
  border: 2px solid rgba(11,115,184,0.35);
  box-shadow: none;
}

.sany-products__btn--ghost:hover{
  background: #0B73B8;
  color: #ffffff;
  border-color: #0B73B8;
}

/* RESPONSIVE */
@media (max-width: 980px){
  .sany-products__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sany-card__media{
    height: 200px;
  }
}

@media (max-width: 640px){
  .sany-products__grid{
    grid-template-columns: 1fr;
  }
  .sany-card__media{
    height: 220px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bbf9489 *//* ======================================================
   VARIABLES DE MARCA
   ====================================================== */
:root{
  --sany-blue:#0B73B8;
  --sany-yellow:#F2A000;
  --sany-dark:#1F2A33;
  --sany-text:#2B2B2B;
  --sany-muted:#6B7C8A;
  --sany-border:#E6EEF6;
  --sany-radius:18px;
  --sany-bg-soft:#F6F9FC;
}

/* ======================================================
   RESET BÁSICO
   ====================================================== */
a{
  text-decoration:none;
}
a:hover{
  text-decoration:none;
}

/* ======================================================
   BLOQUE SPLIT (HERO / SECCIÓN INFORMATIVA)
   ====================================================== */
.sany-split{
  padding: clamp(48px, 6vw, 90px) 0;
  background:#ffffff;
}

.sany-split__inner{
  width:min(1200px, 92%);
  margin:0 auto;
  display:grid;
  grid-template-columns:1.05fr 1fr;
  gap:clamp(22px, 4vw, 56px);
  align-items:center;
}

.sany-split__media{
  position:relative;
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 22px 50px rgba(0,0,0,.12);
}

.sany-split__media::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(
    180deg,
    rgba(11,115,184,.08) 0%,
    rgba(11,115,184,0) 55%,
    rgba(11,115,184,.10) 100%
  );
}

.sany-split__media img{
  width:100%;
  height:520px;
  object-fit:cover;
}

.sany-split__kicker{
  display:inline-block;
  font-size:12px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--sany-blue);
  background:rgba(11,115,184,.1);
  padding:8px 12px;
  border-radius:999px;
  margin-bottom:14px;
}

.sany-split__title{
  font-size:clamp(28px, 3.2vw, 40px);
  font-weight:900;
  color:var(--sany-blue);
  margin-bottom:14px;
}

.sany-split__text{
  color:var(--sany-text);
  font-size:16px;
  line-height:1.75;
  max-width:60ch;
}

/* ======================================================
   BOTONES
   ====================================================== */
.sany-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 20px;
  border-radius:999px;
  font-weight:900;
  transition:.15s ease;
}

.sany-btn--primary{
  background:var(--sany-yellow);
  color:var(--sany-dark);
}

.sany-btn--ghost{
  border:2px solid rgba(11,115,184,.35);
  color:var(--sany-blue);
}

/* ======================================================
   SECCIÓN PRODUCTOS / CATEGORÍAS
   ====================================================== */
.sany-products{
  padding:clamp(60px, 7vw, 110px) 0;
  background:#ffffff;
}

.sany-products__inner{
  width:min(1200px, 92%);
  margin:0 auto;
}

.sany-products__header{
  text-align:center;
  margin-bottom:50px;
}

.sany-products__title{
  font-size:clamp(32px, 3.5vw, 44px);
  font-weight:900;
  color:var(--sany-blue);
}

.sany-products__subtitle{
  color:var(--sany-muted);
  max-width:70ch;
  margin:12px auto 0;
}

.sany-products__grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
}

.sany-card{
  background:#ffffff;
  border:1px solid var(--sany-border);
  border-radius:var(--sany-radius);
  overflow:hidden;
  transition:.2s ease;
}

.sany-card:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 40px rgba(0,0,0,.12);
}

.sany-card__media img{
  width:100%;
  height:220px;
  object-fit:cover;
}

.sany-card__body{
  padding:18px 18px 22px;
}

.sany-card__tag{
  display:inline-block;
  font-size:11px;
  font-weight:800;
  text-transform:uppercase;
  color:var(--sany-blue);
  background:rgba(11,115,184,.08);
  padding:6px 10px;
  border-radius:999px;
  margin-bottom:10px;
}

.sany-card__title{
  font-size:18px;
  font-weight:900;
  color:var(--sany-blue);
  margin-bottom:6px;
}

.sany-card__text{
  font-size:14.5px;
  line-height:1.6;
  color:var(--sany-muted);
}

/* CTA */
.sany-products__cta{
  display:flex;
  justify-content:center;
  gap:14px;
  margin-top:42px;
}

/* ======================================================
   WOOCOMMERCE – GLOBAL
   ====================================================== */
.woocommerce{
  color:var(--sany-text);
}

.woocommerce a{
  color:var(--sany-blue);
}

.woocommerce-message,
.woocommerce-info{
  border-radius:16px;
  border-left:6px solid var(--sany-blue);
}

/* ======================================================
   TARJETAS PRODUCTO TIENDA
   ====================================================== */
.woocommerce ul.products li.product{
  background:#fff;
  border:1px solid var(--sany-border);
  border-radius:18px;
  padding:14px;
  box-shadow:0 14px 30px rgba(0,0,0,.06);
}

.woocommerce ul.products li.product img{
  border-radius:14px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title{
  font-weight:900;
  color:var(--sany-blue);
}

.woocommerce ul.products li.product .price{
  font-weight:900;
  color:var(--sany-dark);
}

/* ======================================================
   BOTONES WOOCOMMERCE
   ====================================================== */
.woocommerce a.button,
.woocommerce button.button{
  border-radius:999px;
  font-weight:900;
}

.woocommerce a.add_to_cart_button,
.woocommerce button.single_add_to_cart_button{
  background:var(--sany-yellow);
  color:#111;
}

/* ======================================================
   CARRITO / CHECKOUT FÁCIL (SUBVENCIÓN)
   ====================================================== */
.woocommerce-cart,
.woocommerce-checkout{
  background:var(--sany-bg-soft);
  padding:40px 0;
}

.woocommerce-cart table,
.woocommerce-checkout .shop_table{
  background:#fff;
  border-radius:18px;
  overflow:hidden;
}

.woocommerce-checkout #place_order{
  background:var(--sany-yellow);
  font-weight:900;
  border-radius:999px;
  padding:14px;
}

/* ======================================================
   RESPONSIVE
   ====================================================== */
@media(max-width:980px){
  .sany-split__inner{
    grid-template-columns:1fr;
  }
  .sany-products__grid{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:560px){
  .sany-products__grid{
    grid-template-columns:1fr;
  }
}
/* ======================================================
   FIX: quitar subrayados (líneas rojas) en sección catálogo
   ====================================================== */

/* Quita subrayado a CUALQUIER enlace dentro de la sección */
.sany-products a,
.sany-products a:link,
.sany-products a:visited,
.sany-products a:hover,
.sany-products a:active{
  text-decoration: none !important;
  text-decoration-line: none !important;
  text-decoration-color: transparent !important;
  text-decoration-thickness: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

/* Por si el tema subraya títulos/párrafos dentro de <a> */
.sany-products .sany-card,
.sany-products .sany-card *{
  text-decoration: none !important;
  text-decoration-line: none !important;
  border-bottom: 0 !important;
}

/* Si el tema aplica underline solo al hover */
.sany-products .sany-card:hover,
.sany-products .sany-card:hover *{
  text-decoration: none !important;
}

/* Evita que el navegador pinte "decorations" raras en textos */
.sany-products .sany-card__title,
.sany-products .sany-card__text{
  text-decoration: none !important;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-9b86e27 *//* ===========================
   SANYFONT – BLOQUE CONTACTO
   =========================== */

.sany-contact{
  background: #ffffff;
  padding: clamp(56px, 7vw, 100px) 0;
}

.sany-contact__inner{
  width: min(1200px, 92%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(26px, 4vw, 60px);
  align-items: flex-start;
}

/* INFO */
.sany-contact__kicker{
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0B73B8;
  background: rgba(11,115,184,0.10);
  border: 1px solid rgba(11,115,184,0.14);
  padding: 8px 12px;
  border-radius: 999px;
  margin-bottom: 14px;
}

.sany-contact__title{
  margin: 0 0 10px 0;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.1;
  font-weight: 900;
  color: #0B73B8;
}

.sany-contact__intro{
  margin: 0 0 24px 0;
  color: #2B2B2B;
  opacity: 0.9;
  line-height: 1.7;
  max-width: 46ch;
}

/* LISTA */
.sany-contact__list{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 18px;
}

.sany-contact__list li{
  padding-left: 18px;
  border-left: 4px solid #F2A000;
}

.sany-contact__list strong{
  display: block;
  font-weight: 900;
  color: #0B73B8;
  margin-bottom: 4px;
}

.sany-contact__list span,
.sany-contact__list a{
  color: #2B2B2B;
  text-decoration: none;
  line-height: 1.6;
}

.sany-contact__list a:hover{
  color: #0B73B8;
}

/* FORM */
.sany-contact__form{
  background: #fbfbfb;
  padding: 26px 28px;
  border-radius: 20px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.14);
  border: 1px solid rgba(0,0,0,0.06);
}

/* Ajustes WPForms */
.sany-contact__form .wpforms-title{
  display: none;
}

.sany-contact__form .wpforms-field-label{
  font-weight: 700;
  color: #0B73B8;
}

.sany-contact__form input,
.sany-contact__form textarea,
.sany-contact__form select{
  border-radius: 12px !important;
  border: 1px solid rgba(0,0,0,0.2) !important;
  padding: 12px 14px !important;
  font-size: 15px !important;
}

.sany-contact__form input:focus,
.sany-contact__form textarea:focus{
  border-color: #0B73B8 !important;
  box-shadow: 0 0 0 3px rgba(11,115,184,0.15) !important;
}

.sany-contact__form button{
  background: #F2A000 !important;
  color: #1F2A33 !important;
  font-weight: 900 !important;
  border-radius: 999px !important;
  padding: 12px 24px !important;
  box-shadow: 0 14px 30px rgba(0,0,0,0.18) !important;
}

.sany-contact__form button:hover{
  filter: brightness(0.95);
}

/* RESPONSIVE */
@media (max-width: 980px){
  .sany-contact__inner{
    grid-template-columns: 1fr;
  }

  .sany-contact__form{
    padding: 22px 18px;
  }
}/* End custom CSS */
/* Start custom CSS */.pantalla-completa {
  display: flex;
  flex-direction: row;
  height: 100vh;
  margin: 0;
  padding: 0;
}

.lado-izquierdo {
  flex: 1;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

/* Contenedor principal con fondo */
.contenedor-servicio {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  transition: filter 0.3s ease;
}

/* Editor de texto encima, centrado */
.contenedor-servicio .contenido-servicio {
  position: absolute; /* ← CLAVE PARA CENTRAR */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
}.contenedor-servicio .contenido-servicio {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%; /* 👉 fuerza el ancho completo */
  max-width: 100%; /* por si Elementor o el tema mete límites */
  padding: 0 20px; /* espacio interno lateral para respirar */
  box-sizing: border-box; /* importante para que el padding no desborde */
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Mostrar al hacer hover */
.contenedor-servicio:hover .contenido-servicio {
  opacity: 1;
}

/* Estilo del texto */
.descripcion-servicio {
  color: white;
  font-size: 16px;
  line-height: 1.5;
}

/* Botón blanco con bordes redondeados */
.boton-servicio {
  display: inline-block;
  background-color: white;
  color: black;
  text-decoration: none;
  padding: 10px 25px;
  border-radius: 30px;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.boton-servicio:hover {
  background-color: #e5e5e5;
  color: black;
}/* End custom CSS */