/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.12.5.1773758529
Updated: 2026-03-17 08:42:09

*/


/* Header fijo */
#masthead,
.site-header,
.ast-site-header-wrap {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 9999 !important;
  box-shadow: 0 2px 20px rgba(0,0,0,0.15) !important;
}

/* Compensar el espacio que ocupa el header fijo */.ast-single-post .site-content,
.page .site-content,
.site-content {
  padding-top: 49px !important;
}

/* Solo el diseño del post de WXP */
/* ===== POST WXP ===== */
.post-wxp {
  max-width: 1000px !important;
  margin: 0 auto !important;
}

.wxp-hero {
  background: linear-gradient(135deg, #0d1b4b, #1a237e, #7c3aed) !important;
  padding: 60px 40px !important;
  text-align: center !important;
  border-radius: 20px !important;
  margin-bottom: 40px !important;
  position: relative !important;
  overflow: hidden !important;
}

.wxp-hero::before {
  content: '' !important;
  position: absolute !important;
  width: 300px !important;
  height: 300px !important;
  background: radial-gradient(circle, rgba(233,30,140,0.2), transparent) !important;
  border-radius: 50% !important;
  top: -100px !important;
  right: -50px !important;
}

.wxp-badge {
  background: linear-gradient(135deg, #7c3aed, #e91e8c) !important;
  color: #ffffff !important;
  padding: 6px 18px !important;
  border-radius: 50px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  display: inline-block !important;
  margin-bottom: 20px !important;
}

.wxp-hero h1 {
  color: #ffffff !important;
  font-size: 32px !important;
  font-weight: 800 !important;
  margin-bottom: 12px !important;
  line-height: 1.3 !important;
}

.wxp-hero p {
  color: rgba(255,255,255,0.8) !important;
  font-size: 16px !important;
}

.wxp-problema {
  background: #f8f9fa !important;
  padding: 50px 40px !important;
  border-radius: 20px !important;
  margin-bottom: 40px !important;
}

.wxp-problema h2 {
  color: #1a237e !important;
  font-size: 26px !important;
  font-weight: 800 !important;
  margin-bottom: 30px !important;
  text-align: center !important;
}

.wxp-problemas-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 20px !important;
  margin-bottom: 30px !important;
}

.wxp-problema-card {
  background: #ffffff !important;
  border-radius: 16px !important;
  padding: 24px 16px !important;
  text-align: center !important;
  border: 2px solid transparent !important;
  background-image: linear-gradient(#ffffff, #ffffff),
                    linear-gradient(135deg, #00bcd4, #7c3aed, #e91e8c) !important;
  background-origin: border-box !important;
  background-clip: padding-box, border-box !important;
  transition: transform 0.3s ease !important;
}

.wxp-problema-card:hover {
  transform: translateY(-5px) !important;
}

.wxp-problema-icono {
  font-size: 36px !important;
  margin-bottom: 12px !important;
}

.wxp-problema-card p {
  color: #1a237e !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  margin: 0 !important;
}

.wxp-alerta {
  background: linear-gradient(135deg, #1e2a4a, #1a237e) !important;
  border-radius: 14px !important;
  padding: 20px 28px !important;
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  flex-wrap: wrap !important;
}

.wxp-alerta strong {
  color: #ffffff !important;
  font-size: 15px !important;
}

.wxp-alerta span {
  color: #f472b6 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

.wxp-solucion {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 40px !important;
  margin-bottom: 40px !important;
  align-items: center !important;
}

.wxp-badge-verde {
  background: linear-gradient(135deg, #00bcd4, #1a237e) !important;
  color: #ffffff !important;
  padding: 6px 18px !important;
  border-radius: 50px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  display: inline-block !important;
  margin-bottom: 16px !important;
}

.wxp-solucion-texto h2 {
  color: #1a237e !important;
  font-size: 26px !important;
  font-weight: 800 !important;
  margin-bottom: 12px !important;
}

.wxp-solucion-texto p {
  color: #64748b !important;
  font-size: 15px !important;
  margin-bottom: 20px !important;
}

.wxp-beneficios {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.wxp-beneficios li {
  display: flex !important;
  gap: 16px !important;
  padding: 14px 0 !important;
  border-bottom: 1px solid #e2e8f0 !important;
  align-items: flex-start !important;
}

.wxp-beneficios li:last-child {
  border-bottom: none !important;
}

.wxp-beneficio-icono {
  font-size: 28px !important;
  min-width: 40px !important;
}

.wxp-beneficios li strong {
  color: #1a237e !important;
  font-size: 15px !important;
  display: block !important;
  margin-bottom: 4px !important;
}

.wxp-beneficios li span {
  color: #64748b !important;
  font-size: 13px !important;
}

.wxp-video-wrap {
  border-radius: 20px !important;
  overflow: hidden !important;
  box-shadow: 0 20px 50px rgba(26,35,126,0.2) !important;
  border: 3px solid transparent !important;
  background-image: linear-gradient(white, white),
                    linear-gradient(135deg, #00bcd4, #7c3aed, #e91e8c) !important;
  background-origin: border-box !important;
  background-clip: padding-box, border-box !important;
}

.wxp-video-label {
  background: linear-gradient(135deg, #1a237e, #7c3aed) !important;
  color: #ffffff !important;
  padding: 10px 20px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

.wxp-video-wrap iframe {
  width: 100% !important;
  height: 280px !important;
  display: block !important;
}

.wxp-cta {
  background: linear-gradient(135deg, #7c3aed, #e91e8c, #ff6f00) !important;
  padding: 60px 40px !important;
  border-radius: 20px !important;
  text-align: center !important;
}

.wxp-cta h2 {
  color: #ffffff !important;
  font-size: 28px !important;
  font-weight: 800 !important;
  margin-bottom: 12px !important;
}

.wxp-cta p {
  color: rgba(255,255,255,0.85) !important;
  font-size: 16px !important;
  margin-bottom: 30px !important;
}

.wxp-cta-botones {
  display: flex !important;
  gap: 16px !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
}

.wxp-btn-principal {
  background: #ffffff !important;
  color: #7c3aed !important;
  padding: 14px 32px !important;
  border-radius: 50px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.wxp-btn-principal:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 8px 24px rgba(0,0,0,0.2) !important;
  color: #7c3aed !important;
}

.wxp-btn-whatsapp {
  background: #25d366 !important;
  color: #ffffff !important;
  padding: 14px 32px !important;
  border-radius: 50px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  transition: transform 0.3s ease !important;
}

.wxp-btn-whatsapp:hover {
  transform: translateY(-3px) !important;
  color: #ffffff !important;
}

@media (max-width: 768px) {
  .wxp-problemas-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .wxp-solucion {
    grid-template-columns: 1fr !important;
  }
  .wxp-hero h1 {
    font-size: 24px !important;
  }
}



/* Reducir altura del carrusel de marcas */
.logos-marcas-slider .n2-ss-slider-wrapper,
.logos-marcas-slider .n2-ss-slide {
  height: 400px !important;
  max-height: 400px !important;
	max-width: 1920px !important
}

.logos-marcas-slider img {
  max-height: 255px !important;
  width: auto !important;
  object-fit: contain !important;
}

/*==APARTADO DE BLOG*/

/* Blog en cuadrícula de 3 columnas */
.blog .site-main,
.archive .site-main {
  display: grid;
  gap: 24px;
  max-width: 1200px;
  margin: 40px auto;
  padding: 20px;
}

/* Estilo de cada tarjeta */
.blog .site-main article,
.archive .site-main article {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  overflow: hidden;
  transition: transform 0.3s ease;
}

/* Hover en tarjeta */
.blog .site-main article:hover,
.archive .site-main article:hover {
  transform: translateY(-5px);
}

/* Imagen del post */
.blog .site-main article img,
.archive .site-main article img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

/* Contenido de la tarjeta */
.blog .site-main .entry-content,
.blog .site-main .entry-header,
.archive .site-main .entry-content,
.archive .site-main .entry-header {
  padding: 16px;
}

/* Título del post */
.blog .site-main .entry-title a,
.archive .site-main .entry-title a {
  color: #1a237e;
  font-size: 18px;
  text-decoration: none;
  font-weight: 700;
}

/* Categoría */
.blog .site-main .entry-meta,
.archive .site-main .entry-meta {
  color: #7c3aed;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

/* Responsive móvil */
@media (max-width: 768px) {
  .blog .site-main,
  .archive .site-main {
    grid-template-columns: 1fr;
  }
}
/* Centrar el CTA final */
.wp-block-group .wp-block-heading,
.wp-block-group .wp-block-paragraph {
  text-align: center;
}

/*==APARTADO DE OFERTAS==*/

/* Quitar mayúsculas automáticas */
.wp-block-group h2,
.wp-block-group p{
  text-transform: none !important;
}
/* Igualar tamaño de productos en WooCommerce Blocks */
.wc-block-product-template {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 20px !important;
}

.wc-block-components-product-image {
  height: 220px !important;
  overflow: hidden !important;
}

.wc-block-components-product-image img {
  width: 100% !important;
  height: 220px !important;
  object-fit: contain !important;
  background: transparent!important;
  padding: 15px !important;
}


/*==APARTADO DE HOME==*/

/* MISIÓN / VISIÓN / VALORES*/
.seccion-mvv {
  padding: 40px 40px !important;
}

.seccion-mvv .wp-block-column {
  border-radius: 16px !important;
  padding: 30px !important;
  border: 2px solid transparent !important;
  background-image: linear-gradient(#1e2a4a, #1e2a4a), 
                    linear-gradient(135deg, #00bcd4, #1a237e, #7c3aed, #e91e8c, #ff6f00) !important;
  background-origin: border-box !important;
  background-clip: padding-box, border-box !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
  text-align: center;
}

.seccion-mvv .wp-block-column:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 12px 30px rgba(124,58,237,0.35) !important;
}

.seccion-mvv .wp-block-column:hover {
  transform: translateY(-6px);
  border-color: rgba(167,139,250,0.4);
}

.seccion-mvv h2,
.seccion-mvv h3,
.seccion-mvv p {
  text-transform: none !important;
  font-style: normal !important;
}
.seccion-mvv .wp-block-heading {
  text-transform: none !important;
}

.seccion-mvv p,
.seccion-mvv li {
  text-transform: none !important;
  font-size: 18px !important;
  line-height: 1.6 !important;
	text-align: justify; 
}

.seccion-mvv .wp-block-heading {
  font-size: 22px !important;
  color: #a78bfa !important;
  margin-bottom: 16px !important;
}

/* CERTIFICADO TOSHIBA */.certificado-toshiba,
.certificado-lexmark {
  border-radius: 16px !important;
  transition: all 0.3s ease !important;
  cursor: pointer !important;
  outline: 3px solid transparent !important;
  outline-offset: 3px !important;
}

.certificado-toshiba:hover {
  outline: 3px solid #e10468 !important;
  box-shadow: 0 0 20px rgba(124,58,237,0.5), 0 0 40px rgba(233,30,140,0.3) !important;
  filter: brightness(1.05) !important;
}

.certificado-lexmark:hover {
  outline: 3px solid #00d084!important;
  box-shadow: 0 0 20px rgba(0,188,212,0.5), 0 0 40px rgba(124,58,237,0.3) !important;
  filter: brightness(1.05) !important;
}
.wp-block-column {
  padding: 10px !important;
}

/* FOOTER */

/* ANIMACIÓN GLOBAL (usada por todas las clases)*/

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.wp-block-group h2,
.wp-block-group h3,
.wp-block-group p {
  text-transform: none !important;
  font-style: normal !important;
}

/* Seccion de contactanos*/

/* Página Contactanos */
.seccion-contacto {
  padding: 60px 40px !important;
}

.seccion-contacto h3 {
  color: #1a237e !important;
  font-size: 18px !important;
  margin-bottom: 8px !important;
  margin-top: 24px !important;
}

.seccion-contacto p {
  color: #444 !important;
  line-height: 1.8 !important;
}

/* Hover en botón del formulario */
form button:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  transition: all 0.3s ease;
}

/*==PAGINA INDIVIDUAL DE PRODUCTOS==*/
/* Página individual de producto */
.single-product .product_title {
  color: #1a237e !important;
  font-size: 28px !important;
}

.single-product .woocommerce-product-details__short-description {
  color: #555 !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
  border-left: 3px solid #7c3aed !important;
  padding-left: 16px !important;
  margin: 16px 0 !important;
}

.single-product .woocommerce-breadcrumb {
  color: #888 !important;
  font-size: 13px !important;
}

.single-product .woocommerce-breadcrumb a {
  color: #7c3aed !important;
}

/* Botón de contactar/cotizar en producto */
.single-product .single_add_to_cart_button {
  background: linear-gradient(135deg, #1a237e, #7c3aed) !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 14px 32px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  transition: transform 0.3s ease !important;
}

.single-product .single_add_to_cart_button:hover {
  transform: translateY(-3px) !important;
  opacity: 0.95 !important;
}

/* Imagen del producto */
.single-product .woocommerce-product-gallery__image img {
  border-radius: 12px !important;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08) !important;
}
/* Reducir tamaño imagen producto individual */
.single-product .woocommerce-product-gallery {
  width: 45% !important;
}

.single-product .summary {
  width: 50% !important;
}

.single-product .woocommerce-product-gallery__image img {
  max-height: 380px !important;
  object-fit: contain !important;
}
/* Animación en descripción del producto */
.single-product .woocommerce-product-details__short-description p,
.single-product .woocommerce-product-details__short-description li {
  opacity: 0;
  transform: translateX(-15px);
  animation: slideInLeft 0.5s ease forwards;
}

.single-product .woocommerce-product-details__short-description p:nth-child(1) { animation-delay: 0.1s; }
.single-product .woocommerce-product-details__short-description p:nth-child(2) { animation-delay: 0.2s; }
.single-product .woocommerce-product-details__short-description p:nth-child(3) { animation-delay: 0.3s; }
.single-product .woocommerce-product-details__short-description li:nth-child(1) { animation-delay: 0.1s; }
.single-product .woocommerce-product-details__short-description li:nth-child(2) { animation-delay: 0.2s; }
.single-product .woocommerce-product-details__short-description li:nth-child(3) { animation-delay: 0.3s; }
.single-product .woocommerce-product-details__short-description li:nth-child(4) { animation-delay: 0.4s; }
.single-product .woocommerce-product-details__short-description li:nth-child(5) { animation-delay: 0.5s; }

@keyframes slideInLeft {
  to { opacity: 1; transform: translateX(0); }
}

/* Estilizar productos relacionados */
.single-product .related.products h2 {
  color: #1a237e !important;
  font-size: 22px !important;
  border-left: 4px solid #7c3aed !important;
  padding-left: 12px !important;
  margin-bottom: 24px !important;
}

.single-product .related.products ul.products li.product {
  background: #ffffff !important;
  border-radius: 12px !important;
  padding: 16px !important;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06) !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.single-product .related.products ul.products li.product:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 8px 24px rgba(124,58,237,0.12) !important;
}

.single-product .related.products ul.products li.product img {
  border-radius: 8px !important;
  transition: transform 0.3s ease !important;
}

.single-product .related.products ul.products li.product:hover img {
  transform: scale(1.04) !important;
}

/*==BOTONES APARTADO DE CATALOGO==*/
.catalogo-botones .wp-block-button__link {
  background: #0d1b4b !important;
  color: #ffffff !important;
  border: 2px solid transparent !important;
  background-image: linear-gradient(#0d1b4b, #0d1b4b),
                    linear-gradient(135deg, #00bcd4, #1a237e, #7c3aed, #e91e8c, #ff6f00) !important;
  background-origin: border-box !important;
  background-clip: padding-box, border-box !important;
  border-radius: 50px !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.catalogo-botones .wp-block-button__link:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 8px 20px rgba(124,58,237,0.35) !important;
}
/* ===CATÁLOGO - Productos animación al scroll== */

.woocommerce ul.products li.product,
.wc-block-product-template li {
  opacity: 10;
  transform: translateY(25px);
  transition: opacity 0.5s ease, transform 0.5s ease !important;
}

.woocommerce ul.products li.product.visible,
.wc-block-product-template li.visible {
  opacity: 1;
  transform: translateY(0);
}


/* Hover en productos del catálogo */
.woocommerce ul.products li.product:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 12px 24px rgba(0,0,0,0.1) !important;
}*/

/*== Efecto para el titulo ==*/
.catalogo-titulo {
  animation: fadeInDown 0.8s ease both;
}

@keyframes fadeInDown {
  from { opacity: 0; transform: translateY(-20px); }
  to { opacity: 1; transform: translateY(0); }
}

/*Titulo Hover*/
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  position: relative !important;
  display: inline-block !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title::after {
  content: '' !important;
  position: absolute !important;
  bottom: -2px !important;
  left: 0 !important;
  width: 0 !important;
  height: 2px !important;
  background: linear-gradient(135deg, #7c3aed, #e91e8c) !important;
  transition: width 0.3s ease !important;
}

.woocommerce ul.products li.product:hover .woocommerce-loop-product__title::after {
  width: 100% !important;
}

/*==EFECTO PARA LAS IMAGENES==*/
.woocommerce ul.products li.product img {
  transition: transform 0.4s ease !important;
  border-radius: 8px !important;
}

.woocommerce ul.products li.product:hover img {
  transform: scale(1.05) !important;
}

/* Fondo blanco forzado en productos Home */
.productos-home .wc-block-grid__product,
.productos-home li.product,
.productos-home .wc-block-product {
  background: transparent!important;
  border-radius: 12px !important;
  padding: 16px !important;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06) !important;
}

/* Fondo blanco en productos Ofertas */
.woocommerce ul.products li.product {
  background: #ffffff !important;
  border-radius: 12px !important;
  padding: 16px !important;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06) !important;
}
/*==================================
/* Buscador catálogo - selectores correctos */
.wp-block-search__inside-wrapper {
  max-width: 600px !important;
  margin: 0 auto !important;
  display: flex !important;
  border-radius: 50px !important;
  overflow: hidden !important;
  border: 2px solid transparent !important;
  background-image: linear-gradient(#ffffff, #ffffff),
                    linear-gradient(135deg, #00bcd4, #1a237e, #7c3aed, #e91e8c, #ff6f00) !important;
  background-origin: border-box !important;
  background-clip: padding-box, border-box !important;
}

.wp-block-search__input {
  border: none !important;
  outline: none !important;
  padding: 12px 20px !important;
  font-size: 15px !important;
  flex: 1 !important;
  background: transparent !important;
}

.wp-block-search__button.has-icon {
  background: linear-gradient(135deg, #1a237e, #7c3aed) !important;
  border: none !important;
  padding: 10px 18px !important;
  cursor: pointer !important;
  border-radius: 50 50px 50px 50 !important;
  transition: opacity 0.3s ease !important;
}

.wp-block-search__button.has-icon svg {
  fill: #ffffff !important;
  width: 18px !important;
  height: 18px !important;
}

.wp-block-search__button.has-icon:hover {
  opacity: 0.85 !important;
}

/*Quitar mayusculas*/
h1,h2,h3,p,ul {
  text-transform: none !important;
}

/*==DISEÑO DE EL FORM==*/
/*DISEÑO FOOTER*/
/* ===== FOOTER RILAZ ===== */
.rilaz-footer-wrap {
  display: grid !important;
  grid-template-columns: 1.5fr 1fr 1.5fr !important;
  gap: 40px !important;
  padding: 50px 40px 30px !important;
  background: #0d1b4b !important;
  max-width: 100% !important;
}

.footer-logo {
  font-size: 28px !important;
  font-weight: 800 !important;
  background: linear-gradient(135deg, #00bcd4, #7c3aed, #e91e8c) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  margin-bottom: 12px !important;
}

.footer-desc {
  color: #94a3b8 !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
  margin-bottom: 20px !important;
}

.footer-social {
  display: flex !important;
  gap: 12px !important;
}

.footer-social a {
  color: #94a3b8 !important;
  background: rgba(255,255,255,0.06) !important;
  padding: 8px !important;
  border-radius: 8px !important;
  display: flex !important;
  align-items: center !important;
  transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease !important;
}

.footer-social a:hover {
  color: #ffffff !important;
  background: linear-gradient(135deg, #7c3aed, #e91e8c) !important;
  transform: translateY(-3px) !important;
}

.footer-heading {
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  margin-bottom: 16px !important;
  padding-bottom: 8px !important;
  border-bottom: 2px solid #7c3aed !important;
}

.footer-links {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.footer-links li {
  margin-bottom: 10px !important;
}

.footer-links li a {
  color: #94a3b8 !important;
  text-decoration: none !important;
  font-size: 14px !important;
  transition: color 0.3s ease, padding-left 0.3s ease !important;
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
}

.footer-links li a::before {
  content: '→' !important;
  color: #7c3aed !important;
  font-size: 12px !important;
}

.footer-links li a:hover {
  color: #a78bfa !important;
  padding-left: 4px !important;
}

.footer-copyright {
  background: #060f2e !important;
  text-align: center !important;
  padding: 16px !important;
}

.footer-copyright p {
  color: #475569 !important;
  font-size: 13px !important;
  margin: 0 !important;
}

@media (max-width: 768px) {
  .rilaz-footer-wrap {
    grid-template-columns: 1fr !important;
    padding: 30px 20px !important;
  }
}

/* ===== FOOTER RESPONSIVE ===== */
.footer-map {
  width: 100% !important;
  overflow: hidden !important;
  border-radius: 10px !important;
}

.footer-map iframe {
  width: 100% !important;
  height: 250px !important;
  border: 0 !important;
  display: block !important;
}

@media (max-width: 768px) {
  .rilaz-footer-wrap {
    grid-template-columns: 1fr !important;
    padding: 30px 20px !important;
    gap: 28px !important;
  }

  .footer-map iframe {
    height: 200px !important;
  }

  .footer-social {
    flex-wrap: wrap !important;
    gap: 10px !important;
  }
}
/* Video demo en producto individual */
.woocommerce-Tabs-panel--description iframe {
  width: 100% !important;
  max-width: 720px !important;
  height: 400px !important;
  border-radius: 12px !important;
  box-shadow: 0 8px 30px rgba(0,0,0,0.15) !important;
  display: block !important;
  margin: 24px auto !important;
}

/* Título de la sección de video */
.woocommerce-Tabs-panel--description h3 {
  color: #1a237e !important;
  font-size: 20px !important;
  border-left: 4px solid #7c3aed !important;
  padding-left: 12px !important;
  margin: 24px 0 16px !important;
}
/*==============================*/
/* Video institucional Nosotros */
.video-institucional {
  border-radius: 16px !important;
  overflow: hidden !important;
  box-shadow: 0 20px 50px rgba(0,0,0,0.3) !important;
  border: 3px solid transparent !important;
  background-image: linear-gradient(#0900, #000),
                    linear-gradient(135deg, #00bcd4, #1a237e, #7c3aed, #e91e8c, #ff6f00) !important;
  background-origin: border-box !important;
  background-clip: padding-box, border-box !important;
  transition: transform 0.3s ease !important;
}

.video-institucional:hover {
  transform: scale(1.01) !important;
}

.video-institucional iframe,
.video-institucional video {
  width: 100% !important;
  display: block !important;
}
/* ===== SERVICIOS HOME(CARDS) ===== */
.servicios-home {
  padding: 60px 40px !important;
  background: #f8f9fa !important;
}

.servicios-grid-top {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 24px !important;
  margin-bottom: 24px !important;
}

.servicios-grid-bottom {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 24px !important;
  max-width: 66% !important;
  margin: 0 auto !important;
}

.servicio-card {
  background: linear-gradient(135deg, #1e2a4a, #1a237e) !important;
  border: 2px solid transparent !important;
  background-image: linear-gradient(135deg, #1e2a4a, #1a237e),
                    linear-gradient(135deg, #00bcd4, #7c3aed, #e91e8c, #ff6f00) !important;
  background-origin: border-box !important;
  background-clip: padding-box, border-box !important;
  border-radius: 16px !important;
  padding: 32px 24px !important;
  text-align: center !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.servicio-card:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 16px 40px rgba(124,58,237,0.3) !important;
}

.servicio-icono {
  font-size: 48px !important;
  margin-bottom: 16px !important;
  display: block !important;
  animation: flotar 3s ease-in-out infinite !important;
}

.servicio-card:nth-child(2) .servicio-icono { animation-delay: 0.5s !important; }
.servicio-card:nth-child(3) .servicio-icono { animation-delay: 1s !important; }

@keyframes flotar {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.servicio-card h3 {
  color: #ffffff !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  margin-bottom: 12px !important;
  line-height: 1.3 !important;
}

.servicio-card p {
  color: #94a3b8 !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
  margin-bottom: 20px !important;
}

.servicio-card a {
  color: #a78bfa !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  transition: color 0.3s ease !important;
}

.servicio-card a:hover {
  color: #e91e8c !important;
}

@media (max-width: 768px) {
  .servicios-grid-top,
  .servicios-grid-bottom {
    grid-template-columns: 1fr !important;
    max-width: 100% !important;
  }
}
.servicio-btn {
  display: inline-block !important;
  background: linear-gradient(135deg, #7c3aed, #e91e8c) !important;
  color: #ffffff !important;
  padding: 10px 24px !important;
  border-radius: 50px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.servicio-btn:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 8px 20px rgba(233,30,140,0.4) !important;
  color: #ffffff !important;
}
/*Indicadores de experiencia*/
.indicadores-home {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 0 !important;
  background: linear-gradient(135deg, #1a237e,#5811b6) !important;
  padding: 0 !important;
}

.indicador-card {
  text-align: center !important;
  padding: 40px 20px !important;
  border-right: 1px solid rgba(255,255,255,0.1) !important;
  transition: background 0.3s ease !important;
	transition: all 0.3s ease !important;
}

.indicador-card:last-child {
  border-right: none !important;
}.indicador-card:hover {
  background: linear-gradient(135deg, rgba(124,58,237,0.3), rgba(233,30,140,0.2)) !important;
  cursor: pointer !important;
}

.indicador-card:hover .indicador-numero {
  background: linear-gradient(135deg, #e91e8c, #ff6f00) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.indicador-card:hover .indicador-texto {
  color: #ffffff !important;
}

.indicador-card:hover .indicador-icono img {
  transform: scale(1.1) !important;
  transition: transform 0.3s ease !important;
}

.indicador-icono {
  font-size: 36px !important;
  margin-bottom: 12px !important;
  display: block !important;
  animation: flotar 3s ease-in-out infinite !important;
}

.indicador-card:nth-child(2) .indicador-icono { animation-delay: 0.4s !important; }
.indicador-card:nth-child(3) .indicador-icono { animation-delay: 0.8s !important; }
.indicador-card:nth-child(4) .indicador-icono { animation-delay: 1.2s !important; }

.indicador-numero {
  font-size: 42px !important;
  font-weight: 800 !important;
  background: linear-gradient(135deg, #00bcd4, #a78bfa) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  line-height: 1 !important;
  margin-bottom: 8px !important;
}

.indicador-texto {
  color: #94a3b8 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
}

@media (max-width: 768px) {
  .indicadores-home {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  
  .indicador-card:nth-child(2) {
    border-right: none !important;
  }
}

.indicador-icono img {
  width: 2000px !important;
  height: 60px !important;
  object-fit: contain!important;
}

/*EL SERVICIO ESTRELLA*/
.servicio-estrella {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 0 !important;
  min-height: 500px !important;
}

.estrella-imagen {
  overflow: hidden !important;
  position: relative !important;
}

.estrella-imagen img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 0.5s ease !important;
}

.estrella-imagen:hover img {
  transform: scale(1.05) !important;
}

.estrella-contenido {
  background: linear-gradient(135deg,  #1e293b) !important;
  padding: 60px 50px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

.estrella-badge {
  background: linear-gradient(135deg, #f14b09,#e10468, #e91e8c) !important;
  color: #ffffff !important;
  padding: 6px 16px !important;
  border-radius: 50px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  display: inline-block !important;
  margin-bottom: 20px !important;
  width: fit-content !important;
}

.estrella-contenido h2 {
  color: #ffffff !important;
  font-size: 28px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
  margin-bottom: 16px !important;
}

.estrella-contenido p {
  color: #94a3b8 !important;
  font-size: 15px !important;
  line-height: 1.8 !important;
  margin-bottom: 24px !important;
}

.estrella-beneficios {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 32px 0 !important;
}

.estrella-beneficios li {
  color: #e2e8f0 !important;
  font-size: 15px !important;
  padding: 8px 0 !important;
  border-bottom: 1px solid rgba(255,255,255,0.08) !important;
}

.estrella-beneficios li:last-child {
  border-bottom: none !important;
}

.estrella-btn {
  display: inline-block !important;
  background: linear-gradient(135deg, #f14b09,#e10468, #e91e8c) !important;
  color: #ffffff !important;
  padding: 14px 32px !important;
  border-radius: 50px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  width: fit-content !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.estrella-btn:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 8px 24px rgba(233,30,140,0.4) !important;
  color: #ffffff !important;
}

@media (max-width: 768px) {
  .servicio-estrella {
    grid-template-columns: 1fr !important;
  }
}

/* ===== SECTORES HOME ===== */
.sectores-home {
  padding: 70px 40px !important;
  background: #f8f9fa !important;
}

.sectores-header {
  text-align: center !important;
  margin-bottom: 48px !important;
}

.sectores-header h2 {
  color: #1a237e !important;
  font-size: 32px !important;
  font-weight: 800 !important;
  margin-bottom: 12px !important;
}

.sectores-header p {
  color: #666 !important;
  font-size: 16px !important;
}.sectores-grid {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 20px !important;
  max-width: 1100px !important;
  margin: 0 auto !important;
}

.sector-card {
  width: calc(25% - 20px) !important;
  min-width: 200px !important;
}

.sector-card {
  background: #ffffff !important;
  border: 2px solid transparent !important;
  background-image: linear-gradient(#ffffff, #ffffff),
                    linear-gradient(135deg, #00bcd4, #1a237e, #7c3aed, #e91e8c, #ff6f00) !important;
  background-origin: border-box !important;
  background-clip: padding-box, border-box !important;
  border-radius: 16px !important;
  padding: 28px 20px !important;
  text-align: center !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.sector-card:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 12px 30px rgba(124,58,237,0.15) !important;
}

.sector-icono {
  width: 56px !important;
  height: 56px !important;
  margin: 0 auto 16px auto !important;
  background: linear-gradient(135deg, #ede9fe, #fce7f3) !important;
  border-radius: 16px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 12px !important;
  transition: background 0.3s ease !important;
}

.sector-icono svg {
  width: 28px !important;
  height: 28px !important;
  stroke: #7c3aed !important;
  transition: stroke 0.3s ease !important;
}

.sector-card:hover .sector-icono {
  background: linear-gradient(135deg, #7c3aed, #e91e8c) !important;
}

.sector-card:hover .sector-icono svg {
  stroke: #ffffff !important;
}

.sector-card h3 {
  color: #1a237e !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  margin: 0 !important;
}

@media (max-width: 768px) {
  .sectores-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

/*APARTADO DE POR QUE ELEGIRNOS*/
/* ===== POR QUÉ RILAZ ===== */
/*
.porque-rilaz {
  background: linear-gradient(135deg, #f14b09, #e10468,#d907ba,#8c0ae3,#080f9f,#1a237e) !important;
  padding: 70px 40px !important;
}*/

.porque-rilaz {
  background: linear-gradient(135deg,#384759,#020381) !important;
  padding: 70px 40px !important;
}

.porque-contenido {
  max-width: 1100px !important;
  margin: 0 auto !important;
}

.porque-texto {
  text-align: center !important;
  margin-bottom: 50px !important;
}

.porque-badge {
  background: linear-gradient(135deg, #d907ba, #7c3aed) !important;
  color: #ffffff !important;
  padding: 6px 20px !important;
  border-radius: 50px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  display: inline-block !important;
  margin-bottom: 20px !important;
}

.porque-texto h1{
	color:#ffffff !important;
	font-size: 42px !important;
	font-weight: 900!important;
  line-height: 1.5;
	align-content:center;
	margin: 10px !important;
}


.porque-texto h2 {
  color: #ffffff !important;
  font-size: 25px !important;
  font-weight: 800 !important;
  margin-bottom: 16px !important;
  line-height: 1.3 !important;
}

.porque-texto p {
  color: #d1d5db !important;
  font-size: 16px !important;
  max-width: 600px !important;
  margin: 0 auto !important;
}

.porque-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 24px !important;
}

.porque-card {
  background: rgba(255,255,255,0.05) !important;
  border: 1px solid rgba(255,255,255,0.1) !important;
  border-radius: 16px !important;
  padding: 28px 24px !important;
  transition: all 0.3s ease !important;
}

.porque-card:hover {
  background: rgba(124,58,237,0.2) !important;
  border-color: rgba(124,58,237,0.5) !important;
  transform: translateY(-6px) !important;
}

.porque-icono {
  width: 52px !important;
  height: 52px !important;
  background: linear-gradient(135deg, #7c3aed, #e91e8c) !important;
  border-radius: 14px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 16px !important;
  padding: 12px !important;
}

.porque-icono svg {
  width: 26px !important;
  height: 26px !important;
  stroke: #ffffff !important;
}

.porque-card h3 {
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  margin-bottom: 10px !important;
}

.porque-card p {
  color: #d1d5db !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
  margin: 0 !important;
}

@media (max-width: 768px) {
  .porque-grid {
    grid-template-columns: 1fr !important;
  }
}
/*CTA INSITIVADOR*/
/* ===== CTA FINAL HOME ===== */
.cta-final-home {
  background: linear-gradient(135deg, #7c3aed, #e91e8c, #ff6f00) !important;
  padding: 80px 40px !important;
  text-align: center !important;
}

.cta-contenido {
  max-width: 700px !important;
  margin: 0 auto !important;
}

.cta-final-home h2 {
  color: #ffffff !important;
  font-size: 34px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
  margin-bottom: 16px !important;
}

.cta-final-home p {
  color: rgba(255,255,255,0.85) !important;
  font-size: 17px !important;
  margin-bottom: 36px !important;
}

.cta-botones {
  display: flex !important;
  gap: 16px !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
}

.cta-btn-principal {
  background: #ffffff !important;
  color: #7c3aed !important;
  padding: 14px 36px !important;
  border-radius: 50px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.cta-btn-principal:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 8px 24px rgba(0,0,0,0.2) !important;
  color: #7c3aed !important;
}

.cta-btn-whatsapp {
  background: #25d366 !important;
  color: #ffffff !important;
  padding: 14px 36px !important;
  border-radius: 50px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.cta-btn-whatsapp:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 8px 24px rgba(37,211,102,0.4) !important;
  color: #ffffff !important;
}

/*===MENU DESPLEGABLE==*/
/* ===== MENÚ DESPLEGABLE ===== */

.main-header-menu .sub-menu {
  background: #0d1b4b !important;
  border-top: 3px solid #7c3aed !important;
  border-radius: 0 0 10px 10px !important;
  min-width: 180px !important;
  box-shadow: 0 8px 24px rgba(0,0,0,0.3) !important;
  padding: 8px 0 !important;
}

.main-header-menu .sub-menu a {
  color: #94a3b8 !important;
  padding: 10px 20px !important;
  font-size: 14px !important;
  display: block !important;
  transition: all 0.3s ease !important;
}

.main-header-menu .sub-menu a:hover {
  color: #ffffff !important;
  background: rgba(124,58,237,0.3) !important;
  padding-left: 28px !important;
}
/*Forms*/
/* ===== CONTACTO FORM SECTION ===== */
.contacto-form-section {
  background: #f0f4ff !important;
  padding: 70px 40px !important;
}

.contacto-form-wrap {
  max-width: 750px !important;
  margin: 0 auto !important;
  background: #ffffff !important;
  border-radius: 24px !important;
  padding: 50px !important;
  box-shadow: 0 20px 60px rgba(26,35,126,0.1) !important;
  border-top: 4px solid transparent !important;
  background-image: linear-gradient(white, white),
                    linear-gradient(135deg, #00bcd4, #7c3aed, #e91e8c) !important;
  background-origin: border-box !important;
  background-clip: padding-box, border-box !important;
}

.contacto-form-header {
  text-align: center !important;
  margin-bottom: 36px !important;
}

.contacto-badge {
  background: linear-gradient(135deg, #ede9fe, #fce7f3) !important;
  color: #7c3aed !important;
  padding: 6px 18px !important;
  border-radius: 50px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  display: inline-block !important;
  margin-bottom: 16px !important;
}

.contacto-form-header h2 {
  color: #1a237e !important;
  font-size: 28px !important;
  font-weight: 800 !important;
  margin-bottom: 8px !important;
}

.contacto-form-header p {
  color: #64748b !important;
  font-size: 15px !important;
}

.form-row-2 {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 16px !important;
}

.form-group {
  margin-bottom: 20px !important;
}

.form-group label {
  display: block !important;
  color: #1a237e !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  margin-bottom: 8px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
}

.rilaz-form-custom input,
.rilaz-form-custom textarea,
.rilaz-form-custom select {
  width: 100% !important;
  padding: 13px 16px !important;
  border: 2px solid #e2e8f0 !important;
  border-radius: 10px !important;
  font-size: 15px !important;
  color: #1a237e !important;
  background: #f8faff !important;
  transition: border-color 0.3s ease, box-shadow 0.3s ease !important;
  outline: none !important;
  box-sizing: border-box !important;
}

.rilaz-form-custom input:focus,
.rilaz-form-custom textarea:focus,
.rilaz-form-custom select:focus {
  border-color: #7c3aed !important;
  box-shadow: 0 0 0 4px rgba(124,58,237,0.1) !important;
  background: #ffffff !important;
}

.rilaz-form-custom input::placeholder,
.rilaz-form-custom textarea::placeholder {
  color: #94a3b8 !important;
}

.rilaz-form-custom select {
  appearance: none !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%237c3aed' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 16px center !important;
  background-color: #f8faff !important;
  cursor: pointer !important;
}

.rilaz-form-custom textarea {
  min-height: 140px !important;
  resize: vertical !important;
}

.form-submit-btn {
  width: 100% !important;
  padding: 16px !important;
  background: linear-gradient(135deg, #1a237e, #7c3aed) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 10px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  margin-top: 8px !important;
}

.form-submit-btn:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 8px 24px rgba(124,58,237,0.4) !important;
}

@media (max-width: 768px) {
  .form-row-2 {
    grid-template-columns: 1fr !important;
  }
  .contacto-form-wrap {
    padding: 30px 20px !important;
  }
}

/* ===== CERT INFO BOX ===== */
.cert-info-box {
  padding: 30px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  height: 100% !important;
}

.cert-badge {
  background: linear-gradient(135deg, #ede9fe, #fce7f3) !important;
  color: #7c3aed !important;
  padding: 6px 16px !important;
  border-radius: 50px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  display: inline-block !important;
  margin-bottom: 16px !important;
  width: fit-content !important;
}

.cert-info-box h3 {
  color: #1a237e !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  margin-bottom: 12px !important;
  line-height: 1.3 !important;
}

.cert-info-box p {
  color: #64748b !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
  margin-bottom: 20px !important;
  text-align: left !important;
}

.cert-lista {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.cert-lista li {
  color: #1a237e !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  padding: 8px 0 !important;
  border-bottom: 1px solid #e2e8f0 !important;
}

.cert-lista li:last-child {
  border-bottom: none !important;
}

/* ===== SERVICIOS NOSOTROS ===== */
.servicios-nosotros {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 24px !important;
  padding: 40px !important;
  background: none !important;
  max-width: 1300px !important;
  margin: 0 auto !important;
  align-items: stretch !important;
}

.servicios-nosotros-row2 {
  grid-template-columns: repeat(3, 1fr) !important;
  max-width: 975px !important;
  padding-top: 0 !important;
}

.servicio-nosotros-card {
  border-radius: 16px !important;
  padding: 28px 24px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
  height: auto !important;
  box-sizing: border-box !important;
}

.servicio-nosotros-card:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 16px 40px rgba(0,0,0,0.2) !important;
}

.sn-header h3 {
  color: #ffffff !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  margin-bottom: 8px !important;
}

.sn-header p {
  color: rgba(255,255,255,0.85) !important;
  font-size: 13px !important;
  margin-bottom: 12px !important;
}

.sn-header hr {
  border: none !important;
  border-top: 1px solid rgba(255,255,255,0.4) !important;
  margin-bottom: 16px !important;
}

.servicio-nosotros-card ul {
  padding-left: 18px !important;
  margin-bottom: 24px !important;
  flex-grow: 1 !important;
}

.servicio-nosotros-card ul li {
  color: #ffffff !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
  margin-bottom: 6px !important;
}

.sn-btn {
  display: inline-block !important;
  background: rgba(255,255,255,0.2) !important;
  color: #ffffff !important;
  padding: 10px 24px !important;
  border-radius: 50px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  border: 2px solid rgba(255,255,255,0.6) !important;
  transition: all 0.3s ease !important;
  width: fit-content !important;
  align-self: flex-start !important;
}

.sn-btn:hover {
  background: rgba(255,255,255,0.35) !important;
  color: #ffffff !important;
}

/* Pantallas grandes */
@media (min-width: 1400px) {
  .servicios-nosotros {
    grid-template-columns: repeat(4, minmax(0, 300px)) !important;
    justify-content: center !important;
  }
  .servicios-nosotros-row2 {
    grid-template-columns: repeat(3, minmax(0, 300px)) !important;
    justify-content: center !important;
  }
}

/* Pantallas medianas */
@media (min-width: 992px) and (max-width: 1199px) {
  .servicios-nosotros {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .servicios-nosotros-row2 {
    grid-template-columns: repeat(2, 1fr) !important;
    max-width: 100% !important;
  }
}

/* Tablets */
@media (max-width: 991px) {
  .servicios-nosotros {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .servicios-nosotros-row2 {
    grid-template-columns: repeat(2, 1fr) !important;
    max-width: 100% !important;
  }
}

/* Móvil */
@media (max-width: 768px) {
  .servicios-nosotros,
  .servicios-nosotros-row2 {
    grid-template-columns: 1fr !important;
    max-width: 100% !important;
    padding: 20px !important;
  }
}

.element.style{
	margin-left: 100px !important;
}
/* ===== BLOG PROMO VIDEO MEJORADO ===== */
.blog-promo-video {
  background: linear-gradient(135deg, #0d1b4b, #1a237e) !important;
  padding: 70px 40px !important;
  margin-bottom: 40px !important;
  position: relative !important;
  overflow: hidden !important;
}

/* Círculos decorativos de fondo */
.blog-promo-video::before {
  content: '' !important;
  position: absolute !important;
  width: 400px !important;
  height: 400px !important;
  background: radial-gradient(circle, rgba(124,58,237,0.2), transparent) !important;
  border-radius: 50% !important;
  top: -100px !important;
  right: -100px !important;
  pointer-events: none !important;
}

.blog-promo-video::after {
  content: '' !important;
  position: absolute !important;
  width: 300px !important;
  height: 300px !important;
  background: radial-gradient(circle, rgba(233,30,140,0.15), transparent) !important;
  border-radius: 50% !important;
  bottom: -80px !important;
  left: -80px !important;
  pointer-events: none !important;
}

.blog-promo-contenido {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 50px !important;
  max-width: 1100px !important;
  margin: 0 auto !important;
  align-items: center !important;
  position: relative !important;
  z-index: 1 !important;
}

.blog-promo-badge {
  background: linear-gradient(135deg, #7c3aed, #e91e8c) !important;
  color: #ffffff !important;
  padding: 6px 16px !important;
  border-radius: 50px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  display: inline-block !important;
  margin-bottom: 20px !important;
  box-shadow: 0 4px 15px rgba(124,58,237,0.4) !important;
}

.blog-promo-texto h2 {
  color: #ffffff !important;
  font-size: 26px !important;
  font-weight: 800 !important;
  margin-bottom: 16px !important;
  line-height: 1.3 !important;
  background: linear-gradient(135deg, #ffffff, #a78bfa) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.blog-promo-texto p {
  color: #94a3b8 !important;
  font-size: 15px !important;
  line-height: 1.8 !important;
  margin-bottom: 16px !important;
}

.blog-promo-alerta {
  background: rgba(233,30,140,0.15) !important;
  color: #f472b6 !important;
  padding: 12px 16px !important;
  border-radius: 10px !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  margin-bottom: 16px !important;
  border-left: 4px solid #e91e8c !important;
  display: block !important;
}

.blog-promo-lista {
  list-style: none !important;
  padding: 0 !important;
  margin-bottom: 24px !important;
}

.blog-promo-lista li {
  color: #e2e8f0 !important;
  font-size: 14px !important;
  padding: 10px 0 !important;
  border-bottom: 1px solid rgba(255,255,255,0.08) !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.blog-promo-lista li:last-child {
  border-bottom: none !important;
}

.blog-promo-cta-texto {
  color: #ffffff !important;
  font-weight: 800 !important;
  font-size: 16px !important;
  margin-bottom: 24px !important;
  padding: 12px 16px !important;
  background: rgba(255,255,255,0.05) !important;
  border-radius: 10px !important;
  border: 1px solid rgba(255,255,255,0.1) !important;
}

.blog-promo-btn {
  display: inline-block !important;
  background: linear-gradient(135deg, #7c3aed, #e91e8c) !important;
  color: #ffffff !important;
  padding: 14px 32px !important;
  border-radius: 50px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
  box-shadow: 0 8px 24px rgba(124,58,237,0.4) !important;
}

.blog-promo-btn:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 12px 30px rgba(233,30,140,0.5) !important;
  color: #ffffff !important;
}

.blog-promo-video-wrap {
  position: relative !important;
  padding-bottom: 56.25% !important;
  height: 0 !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  box-shadow: 0 25px 50px rgba(0,0,0,0.4) !important;
  border: 3px solid transparent !important;
  background-image: linear-gradient(#1a237e, #1a237e),
                    linear-gradient(135deg, #00bcd4, #7c3aed, #e91e8c) !important;
  background-origin: border-box !important;
  background-clip: padding-box, border-box !important;
}

.blog-promo-video-wrap iframe {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border-radius: 16px !important;
}

@media (max-width: 768px) {
  .blog-promo-contenido {
    grid-template-columns: 1fr !important;
  }
  .blog-promo-video {
    padding: 40px 20px !important;
  }
}
/*==APARTADO DE SOSTENIBILIDAD DEMO==*/
/* ===== SOSTENIBILIDAD ===== */
.sostenibilidad-hero {
  background: linear-gradient(135deg, #1b5e20, #2e7d32, #388e3c) !important;
  padding: 80px 40px !important;
  text-align: center !important;
  position: relative !important;
  overflow: hidden !important;
}

.sostenibilidad-hero::before {
  content: '' !important;
  position: absolute !important;
  width: 400px !important;
  height: 400px !important;
  background: radial-gradient(circle, rgba(255,255,255,0.1), transparent) !important;
  border-radius: 50% !important;
  top: -150px !important;
  right: -100px !important;
}

.sost-hero-contenido {
  max-width: 700px !important;
  margin: 0 auto !important;
  position: relative !important;
  z-index: 1 !important;
}

.sost-badge {
  background: rgba(255,255,255,0.2) !important;
  color: #ffffff !important;
  padding: 6px 18px !important;
  border-radius: 50px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  display: inline-block !important;
  margin-bottom: 20px !important;
  border: 1px solid rgba(255,255,255,0.4) !important;
}

.sostenibilidad-hero h1 {
  color: #ffffff !important;
  font-size: 36px !important;
  font-weight: 800 !important;
  margin-bottom: 16px !important;
}

.sostenibilidad-hero p {
  color: rgba(255,255,255,0.85) !important;
  font-size: 16px !important;
  line-height: 1.8 !important;
}

.sostenibilidad-cards {
  padding: 70px 40px !important;
  background: #f1f8f1 !important;
}

.sost-header {
  text-align: center !important;
  margin-bottom: 48px !important;
}

.sost-header h2 {
  color: #1b5e20 !important;
  font-size: 32px !important;
  font-weight: 800 !important;
  margin-bottom: 12px !important;
}

.sost-header p {
  color: #64748b !important;
  font-size: 16px !important;
  max-width: 600px !important;
  margin: 0 auto !important;
}

.sost-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 24px !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}

.sost-card {
  background: #ffffff !important;
  border-radius: 16px !important;
  padding: 28px 24px !important;
  border: 2px solid transparent !important;
  background-image: linear-gradient(#ffffff, #ffffff),
                    linear-gradient(135deg, #4caf50, #2e7d32, #1b5e20) !important;
  background-origin: border-box !important;
  background-clip: padding-box, border-box !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.sost-card:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 12px 30px rgba(46,125,50,0.2) !important;
}

.sost-icono {
  width: 56px !important;
  height: 56px !important;
  background: linear-gradient(135deg, #e8f5e9, #c8e6c9) !important;
  border-radius: 16px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 16px !important;
  padding: 12px !important;
  transition: background 0.3s ease !important;
}

.sost-icono svg {
  width: 28px !important;
  height: 28px !important;
  stroke: #2e7d32 !important;
  transition: stroke 0.3s ease !important;
}

.sost-card:hover .sost-icono {
  background: linear-gradient(135deg, #2e7d32, #1b5e20) !important;
}

.sost-card:hover .sost-icono svg {
  stroke: #ffffff !important;
}

.sost-card h3 {
  color: #1b5e20 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  margin-bottom: 10px !important;
}

.sost-card p {
  color: #64748b !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
  margin-bottom: 16px !important;
}

.sost-tag {
  background: #e8f5e9 !important;
  color: #2e7d32 !important;
  padding: 6px 12px !important;
  border-radius: 50px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  display: inline-block !important;
}

.sostenibilidad-compromiso {
  background: linear-gradient(135deg, #0d1b4b, #1a237e) !important;
  padding: 70px 40px !important;
}

.sost-comp-contenido {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 60px !important;
  max-width: 1100px !important;
  margin: 0 auto !important;
  align-items: center !important;
}

.sost-badge-blanco {
  background: rgba(255,255,255,0.15) !important;
  color: #ffffff !important;
  padding: 6px 18px !important;
  border-radius: 50px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  display: inline-block !important;
  margin-bottom: 20px !important;
}

.sost-comp-texto h2 {
  color: #ffffff !important;
  font-size: 28px !important;
  font-weight: 800 !important;
  margin-bottom: 16px !important;
}

.sost-comp-texto p {
  color: #94a3b8 !important;
  font-size: 15px !important;
  line-height: 1.8 !important;
  margin-bottom: 24px !important;
}

.sost-comp-lista {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.sost-comp-lista li {
  color: #e2e8f0 !important;
  font-size: 14px !important;
  padding: 10px 0 !important;
  border-bottom: 1px solid rgba(255,255,255,0.08) !important;
}

.sost-comp-lista li:last-child {
  border-bottom: none !important;
}

.sost-comp-stats {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 20px !important;
}

.sost-stat {
  background: rgba(255,255,255,0.05) !important;
  border: 1px solid rgba(255,255,255,0.1) !important;
  border-radius: 16px !important;
  padding: 24px 28px !important;
  text-align: center !important;
  transition: background 0.3s ease !important;
}

.sost-stat:hover {
  background: rgba(46,125,50,0.2) !important;
  border-color: rgba(76,175,80,0.4) !important;
}

.sost-stat-numero {
  font-size: 42px !important;
  font-weight: 800 !important;
  background: linear-gradient(135deg, #4caf50, #81c784) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  margin-bottom: 8px !important;
}

.sost-stat-texto {
  color: #94a3b8 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
}

.sostenibilidad-cta {
  background: linear-gradient(135deg, #2e7d32, #4caf50, #81c784) !important;
  padding: 70px 40px !important;
  text-align: center !important;
}

.sostenibilidad-cta h2 {
  color: #ffffff !important;
  font-size: 28px !important;
  font-weight: 800 !important;
  margin-bottom: 12px !important;
}

.sostenibilidad-cta p {
  color: rgba(255,255,255,0.85) !important;
  font-size: 16px !important;
  margin-bottom: 32px !important;
}

.sost-cta-botones {
  display: flex !important;
  gap: 16px !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
}

.sost-btn-principal {
  background: #ffffff !important;
  color: #2e7d32 !important;
  padding: 14px 32px !important;
  border-radius: 50px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.sost-btn-principal:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 8px 24px rgba(0,0,0,0.2) !important;
  color: #2e7d32 !important;
}

.sost-btn-whatsapp {
  background: #25d366 !important;
  color: #ffffff !important;
  padding: 14px 32px !important;
  border-radius: 50px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  transition: transform 0.3s ease !important;
}

.sost-btn-whatsapp:hover {
  transform: translateY(-3px) !important;
  color: #ffffff !important;
}

@media (max-width: 768px) {
  .sost-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .sost-comp-contenido {
    grid-template-columns: 1fr !important;
  }
  .sostenibilidad-hero h1 {
    font-size: 26px !important;
  }
}

/*Arreglos de fixes de pantalla*/
/*=============================*/
/* ===== POR QUÉ RILAZ - títulos grandes ===== */
@media (max-width: 768px) {
  .porque-rilaz { padding: 40px 16px !important; }
  .porque-texto h1 { font-size: 24px !important; }
  .porque-texto h2 { font-size: 18px !important; }
}

/* ===== CTA FINAL - botones ===== */
@media (max-width: 768px) {
  .cta-final-home { padding: 48px 16px !important; }
  .cta-final-home h2 { font-size: 22px !important; }
  .cta-botones { flex-direction: column !important; align-items: stretch !important; }
  .cta-btn-principal, .cta-btn-whatsapp { width: 100% !important; text-align: center !important; justify-content: center !important; }
}

/* ===== SOSTENIBILIDAD - títulos y stats ===== */
@media (max-width: 768px) {
  .sost-header h2 { font-size: 22px !important; }
  .sost-stat-numero { font-size: 30px !important; }
  .sostenibilidad-cta { padding: 40px 16px !important; }
  .sost-cta-botones { flex-direction: column !important; align-items: stretch !important; }
  .sost-btn-principal, .sost-btn-whatsapp { width: 100% !important; text-align: center !important; }
}

/* ===== WXP POST - paddings y grids ===== */
@media (max-width: 768px) {
  .wxp-hero { padding: 36px 18px !important; }
  .wxp-problema { padding: 32px 16px !important; }
  .wxp-cta { padding: 40px 18px !important; }
  .wxp-cta-botones { flex-direction: column !important; align-items: stretch !important; }
  .wxp-btn-principal, .wxp-btn-whatsapp { width: 100% !important; text-align: center !important; }
  .wxp-alerta { flex-direction: column !important; padding: 16px !important; }
  .wxp-video-wrap iframe { height: 200px !important; }
}
/* ===== PRODUCTO INDIVIDUAL ===== */
@media (max-width: 768px) {
  .single-product .woocommerce-product-gallery { width: 100% !important; }
  .single-product .summary { width: 100% !important; }
  .single-product .single_add_to_cart_button { width: 100% !important; text-align: center !important; }
  .woocommerce-Tabs-panel--description iframe { height: 200px !important; }
}

@media (max-width: 768px) {
  .menu-item a[href*="facturacion-electronica"] {
    display: none !important;
  }
}
/* ===== CONTACTO - form ===== */
@media (max-width: 768px) {
  .seccion-contacto { padding: 32px 16px !important; }
  .contacto-form-section { padding: 32px 16px !important; }
}
/* ===== FIXES PANTALLAS MUY PEQUEÑAS < 480px ===== */
@media (max-width: 480px) {
  .indicador-numero { font-size: 22px !important; }
  .sost-grid { grid-template-columns: 1fr !important; }
  .wc-block-product-template { grid-template-columns: 1fr !important; }
  .wxp-problemas-grid { grid-template-columns: 1fr !important; }
  .porque-texto h1 { font-size: 20px !important; }
  .cta-final-home h2 { font-size: 18px !important; }
}

/*Nuevo Contactanos*/
/* ===== CONTACTANOS RILAZ ===== */

/* REDES SOCIALES */
.contacto-redes-seccion {
  background: #f1f4f9 !important;
  padding: 50px 40px !important;
}

.contacto-redes-wrap {
  max-width: 900px !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 40px !important;
  align-items: center !important;
}

.contacto-redes-qr img {
  width: 100% !important;
  max-width: 280px !important;
  display: block !important;
  margin: 0 auto !important;
  border-radius: 5px !important;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15) !important;
}

.contacto-redes-card {
  background: #ffffff !important;
  border-radius: 32px !important;
  padding: 32px 28px !important;
  box-shadow: 4px 4px 0px rgba(0,0,0,0.2) !important;
  border: 7px solid transparent !important;
  background-clip: padding-box !important;
}

.contacto-redes-card h4 {
  text-align: center !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #1a1a2e !important;
  margin-bottom: 24px !important;
}

.contacto-red-item {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  margin-bottom: 18px !important;
}

.contacto-red-item img {
  width: 44px !important;
  height: 44px !important;
  object-fit: cover !important;
  flex-shrink: 0 !important;
}

.contacto-red-links {
  display: flex !important;
  flex-direction: column !important;
  gap: 2px !important;
}

.contacto-red-links a {
  color: #1a56db !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  transition: color 0.2s !important;
  word-break: break-all !important;
}

.contacto-red-links a:hover {
  color: #7c3aed !important;
}

/* ENCUENTRANOS */
.contacto-encuentranos {
  background: #d1d5db !important;
  padding: 50px 40px !important;
}

.contacto-encuentranos h4 {
  text-align: center !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #000 !important;
  margin-bottom: 32px !important;
}

.contacto-encuentranos-grid {
  display: grid !important;
  grid-template-columns: 1.2fr 1fr !important;
  gap: 32px !important;
  max-width: 1000px !important;
  margin: 0 auto !important;
  align-items: start !important;
}

.contacto-mapa {
  width: 100% !important;
  overflow: hidden !important;
  border-radius: 16px !important;
}

.contacto-mapa iframe {
  width: 100% !important;
  height: 380px !important;
  border: 0 !important;
  display: block !important;
}

.contacto-presencia h5 {
  background: #b0bec5 !important;
  color: #1a1a2e !important;
  text-align: center !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  padding: 12px 20px !important;
  border-radius: 20px !important;
  margin-bottom: 16px !important;
  box-shadow: 3px 3px 0 rgba(0,0,0,0.2) !important;
}

.contacto-presencia-pill {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  background: #f1f4f9 !important;
  border-radius: 50px !important;
  padding: 12px 24px !important;
  margin-bottom: 12px !important;
  box-shadow: 3px 3px 0 rgba(0,0,0,0.15) !important;
}

.contacto-presencia-pill img {
  width: 28px !important;
  height: auto !important;
  flex-shrink: 0 !important;
}

.contacto-presencia-pill span {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #1a1a2e !important;
}

.contacto-presencia-internacional {
  margin-top: 20px !important;
}

.contacto-presencia-internacional h6 {
  background: #b0bec5 !important;
  color: #1a1a2e !important;
  text-align: center !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  padding: 10px 16px !important;
  border-radius: 20px !important;
  margin-bottom: 12px !important;
  box-shadow: 3px 3px 0 rgba(0,0,0,0.2) !important;
}

/* HORARIOS */
.contacto-horarios {
  background: #2a384b !important;
  padding: 40px 40px !important;
  border-top: 2px solid rgba(255,255,255,0.1) !important;
}

.contacto-horarios h4 {
  text-align: center !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin-bottom: 28px !important;
}

.contacto-horarios-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 20px !important;
  max-width: 700px !important;
  margin: 0 auto !important;
}

.contacto-horario-pill {
  background: #b0bec5 !important;
  border-radius: 99px !important;
  padding: 24px 20px !important;
  text-align: center !important;
  box-shadow: 4px 4px 0 rgba(0,0,0,0.2) !important;
}

.contacto-horario-pill p {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #1a237e !important;
  margin: 0 !important;
  line-height: 1.5 !important;
}

/* NÚMEROS Y CORREO */
.contacto-numeros {
  background: #2a384b !important;
  padding: 0 40px 50px !important;
}

.contacto-numeros h4 {
  text-align: center !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin-bottom: 24px !important;
  padding-top: 10px !important;
}

.contacto-numeros-card {
  background: #b0bec5 !important;
  border-radius: 40px !important;
  padding: 32px 40px !important;
  max-width: 800px !important;
  margin: 0 auto !important;
  box-shadow: 4px 4px 0 rgba(0,0,0,0.2) !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 20px !important;
  align-items: center !important;
}

.contacto-zona-lista {
  list-style: disc !important;
  padding-left: 20px !important;
  margin: 0 !important;
}

.contacto-zona-lista > li {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #1a1a2e !important;
  margin-bottom: 12px !important;
  line-height: 1.4 !important;
}

.contacto-zona-lista ul {
  list-style: disc !important;
  padding-left: 16px !important;
  margin-top: 4px !important;
}

.contacto-zona-lista ul li {
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #1a1a2e !important;
}

.contacto-zona-lista ul li a {
  color: #1a237e !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}

.contacto-correo {
  text-align: center !important;
  padding: 16px !important;
}

.contacto-correo img {
  width: 40px !important;
  height: auto !important;
  margin-bottom: 12px !important;
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.contacto-correo p {
  font-size: 14px !important;
  color: #1a1a2e !important;
  line-height: 1.6 !important;
}

.contacto-correo a {
  color: #1a237e !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  word-break: break-all !important;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {

  /* Redes sociales */
  .contacto-redes-seccion {
    padding: 36px 20px !important;
  }

  .contacto-redes-wrap {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  .contacto-redes-qr img {
    max-width: 200px !important;
  }

  .contacto-redes-card {
    padding: 24px 20px !important;
    border-radius: 24px !important;
  }

  .contacto-red-item {
    gap: 10px !important;
    margin-bottom: 14px !important;
  }

  .contacto-red-links a {
    font-size: 13px !important;
  }

  /* Encuéntranos */
  .contacto-encuentranos {
    padding: 36px 20px !important;
  }

  .contacto-encuentranos-grid {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  .contacto-mapa iframe {
    height: 240px !important;
  }

  .contacto-presencia-pill {
    padding: 10px 18px !important;
  }

  .contacto-presencia-pill span {
    font-size: 14px !important;
  }

  /* Horarios */
  .contacto-horarios {
    padding: 36px 20px !important;
  }

  .contacto-horarios-grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    max-width: 100% !important;
  }

  .contacto-horario-pill {
    border-radius: 20px !important;
    padding: 20px !important;
  }

  .contacto-horario-pill p {
    font-size: 14px !important;
  }

  /* Números */
  .contacto-numeros {
    padding: 0 20px 40px !important;
  }

  .contacto-numeros-card {
    grid-template-columns: 1fr !important;
    padding: 24px 20px !important;
    border-radius: 24px !important;
    gap: 16px !important;
  }

  .contacto-zona-lista > li {
    font-size: 13px !important;
  }

  .contacto-numeros h4 {
    font-size: 17px !important;
  }
}