
/* =========================================================
   PROFULL modernización visual + WhatsApp + SEO UX
   Soluciones Impresas - 2026
   ========================================================= */
:root {
  --si-red: #d8312b;
  --si-red-dark: #b81419;
  --si-orange: #ffb000;
  --si-cream: #fff8ef;
  --si-soft: #f7f1ea;
  --si-ink: #262626;
  --si-muted: #666666;
  --si-violet: #d946ff;
  --si-violet-deep: #7a00cc;
  --si-whatsapp: #25d366;
}
html { scroll-behavior: smooth; }
body.si-modern {
  background: linear-gradient(180deg, #fffaf4 0%, #f6f0e9 100%);
  color: var(--si-ink);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.si-modern a { transition: color .25s ease, background-color .25s ease, box-shadow .25s ease, transform .25s ease; }
body.si-modern img { max-width: 100%; height: auto; }
body.si-modern .boxed { background: transparent; overflow: hidden; }
body.si-modern .loading-overlay { display: none !important; }

/* Barra superior */
body.si-modern .top {
  background: linear-gradient(90deg, var(--si-red-dark), var(--si-red), #ef5b2a);
  box-shadow: 0 10px 28px rgba(216,49,43,.22);
}
body.si-modern .flat-information > li > a { color: #fff; font-weight: 700; letter-spacing: .2px; }
body.si-modern .flat-information > li > a:hover { color: #fff1bf; text-shadow: 0 0 10px rgba(255,255,255,.45); }
body.si-modern .flat-information > li:before { color: #fff7d1; }

/* Header moderno */
body.si-modern .header {
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(216,49,43,.12);
  box-shadow: 0 12px 35px rgba(0,0,0,.06);
}
body.si-modern .header .header-wrap .logo img,
body.si-modern footer .widget-title img {
  filter: drop-shadow(0 10px 20px rgba(0,0,0,.10));
}
body.si-modern #mainnav > ul > li > a {
  color: #343434;
  border-radius: 999px;
  line-height: 44px;
  margin-top: 38px;
  margin-bottom: 38px;
  padding: 0 23px;
}
body.si-modern #mainnav > ul > li > a:hover,
body.si-modern #mainnav > ul > li.home > a {
  color: #fff;
  background: linear-gradient(135deg, var(--si-red), #ff6a2d);
  box-shadow: 0 12px 24px rgba(216,49,43,.26);
  transform: translateY(-2px);
}
body.si-modern .header.upscrolled #mainnav > ul > li > a { margin-top: 18px; margin-bottom: 18px; }
body.si-modern .btn-menu { color: var(--si-red); }

/* Títulos/hero */
body.si-modern .page-title {
  min-height: 270px;
  background-size: cover;
  background-position: center center;
}
body.si-modern .page-title.bg-black .overlay {
  background: linear-gradient(135deg, rgba(38,20,20,.82), rgba(216,49,43,.64), rgba(255,176,0,.28));
  opacity: 1;
}
body.si-modern .page-title .page-title-heading h1 {
  padding: 105px 0 32px;
  font-size: clamp(36px, 5vw, 70px);
  letter-spacing: 3px;
  text-shadow: 0 15px 36px rgba(0,0,0,.34);
}
body.si-modern .page-title .page-title-heading:after {
  content: "Impresiones, diseño gráfico, papelería, folletos y gigantografías";
  display: block;
  max-width: 780px;
  margin: 0 auto 72px;
  text-align: center;
  color: rgba(255,255,255,.92);
  font: 700 18px/1.55 Karla, Arial, sans-serif;
  letter-spacing: .4px;
}
body.si-modern .breadcrumbs {
  background: rgba(255,255,255,.74);
  border-bottom: 1px solid rgba(216,49,43,.12);
}
body.si-modern .breadcrumbs ul li a { color: var(--si-red); font-weight: 700; }

/* Bloque de posicionamiento */
.si-intro-wrap {
  padding: 44px 0 8px;
  background: linear-gradient(180deg, rgba(255,255,255,.9), rgba(255,248,239,.45));
}
.si-intro-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  padding: 34px 38px;
  background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(255,248,239,.95));
  border: 1px solid rgba(216,49,43,.15);
  box-shadow: 0 24px 70px rgba(70,35,25,.10);
}
.si-intro-card:before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: -80px;
  top: -90px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,176,0,.28), rgba(216,49,43,0));
}
.si-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(216,49,43,.08);
  color: var(--si-red);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .8px;
  font-size: 12px;
}
.si-intro-card h2 {
  margin: 18px 0 10px;
  color: var(--si-ink);
  font-size: clamp(27px, 4vw, 46px);
  line-height: 1.08;
  letter-spacing: -.5px;
}
.si-intro-card p {
  color: var(--si-muted);
  font-size: 17px;
  line-height: 1.75;
  max-width: 820px;
  margin-bottom: 22px;
}
.si-pill-list { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 24px; padding: 0; list-style: none; }
.si-pill-list li {
  padding: 8px 13px;
  border-radius: 999px;
  color: #6a3020;
  background: rgba(255,176,0,.16);
  border: 1px solid rgba(216,49,43,.12);
  font-weight: 700;
}
.si-cta-row { display: flex; flex-wrap: wrap; gap: 13px; align-items: center; }
.si-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 900;
  letter-spacing: .3px;
  text-transform: uppercase;
}
.si-btn-primary { color: #fff !important; background: linear-gradient(135deg, var(--si-red), #ff6730); box-shadow: 0 16px 32px rgba(216,49,43,.28); }
.si-btn-primary:hover { color: #fff !important; transform: translateY(-3px); box-shadow: 0 22px 42px rgba(216,49,43,.36); }
.si-btn-whatsapp { color: #fff !important; background: linear-gradient(135deg, #12b85a, var(--si-whatsapp)); box-shadow: 0 16px 32px rgba(37,211,102,.28); }
.si-btn-whatsapp:hover { color: #fff !important; transform: translateY(-3px); box-shadow: 0 22px 42px rgba(37,211,102,.36); }
.si-contact-note {
  margin-top: 12px;
  font-weight: 700;
  color: #704232;
}

/* Servicios */
body.si-modern .flat-row.pad-bottom90px { padding-top: 48px; padding-bottom: 72px; }
body.si-modern .flat-row.background-color { background: linear-gradient(180deg, #fffaf4, #f3ece4); }
body.si-modern .flat-iconbox.flat-icon-left.style1 {
  height: 100%;
  min-height: 260px;
  padding: 18px 18px 22px;
  border-radius: 24px;
  border: 1px solid rgba(216,49,43,.13);
  background: rgba(255,255,255,.92);
  box-shadow: 0 18px 48px rgba(54,33,22,.09);
  transition: transform .32s ease, box-shadow .32s ease, border-color .32s ease;
}
body.si-modern .flat-iconbox.flat-icon-left.style1:hover {
  transform: translateY(-9px);
  border-color: rgba(216,49,43,.34);
  box-shadow: 0 28px 65px rgba(216,49,43,.16);
}
body.si-modern .flat-iconbox .icon { overflow: hidden; border-radius: 18px; margin-bottom: 18px; }
body.si-modern .flat-iconbox .icon img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 18px;
  transition: transform .55s ease, filter .35s ease;
}
body.si-modern .flat-iconbox:hover .icon img { transform: scale(1.06); filter: saturate(1.08) contrast(1.03); }
body.si-modern .flat-iconbox .content .title,
body.si-modern .flat-iconbox .content .title a {
  color: var(--si-ink);
  font-size: 20px;
  line-height: 1.25;
}
body.si-modern .flat-iconbox .content .title:after {
  content: "";
  display: block;
  width: 54px;
  height: 3px;
  border-radius: 999px;
  margin-top: 12px;
  background: linear-gradient(90deg, var(--si-red), var(--si-orange));
}
body.si-modern .flat-iconbox .content p { color: var(--si-muted); font-size: 15px; line-height: 1.65; }
body.si-modern .row-contact-us {
  background: linear-gradient(135deg, var(--si-red-dark), var(--si-red), #ff7b31);
  position: relative;
  overflow: hidden;
}
body.si-modern .row-contact-us:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 10% 20%, rgba(255,255,255,.22), transparent 28%), radial-gradient(circle at 85% 80%, rgba(255,176,0,.22), transparent 30%);
}
body.si-modern .flat-contact-us h1 { color: #fff; text-shadow: 0 10px 26px rgba(0,0,0,.22); }
body.si-modern .flat-contact-us .boton,
body.si-modern .flat-button,
body.si-modern .flat-button.bg-theme {
  border-radius: 999px;
  color: #fff !important;
  background: linear-gradient(135deg, var(--si-red), #ff6a2d) !important;
  box-shadow: 0 14px 30px rgba(216,49,43,.26);
  border: 0 !important;
}
body.si-modern .flat-contact-us .boton:hover,
body.si-modern .flat-button:hover { transform: translateY(-2px); box-shadow: 0 20px 40px rgba(216,49,43,.34); }

/* Contacto */
body.si-modern .flat-contact-form {
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(70,35,25,.10);
  border: 1px solid rgba(216,49,43,.14);
}
body.si-modern input,
body.si-modern textarea {
  border-radius: 14px !important;
  border-color: rgba(216,49,43,.17) !important;
}
body.si-modern input:focus,
body.si-modern textarea:focus {
  border-color: rgba(216,49,43,.52) !important;
  box-shadow: 0 0 0 4px rgba(216,49,43,.08) !important;
}
body.si-modern iframe { border-radius: 20px; }

/* Footer */
body.si-modern footer {
  background: linear-gradient(135deg, #2f2725, #3b2b27);
  color: #d6ccc6;
  padding-top: 68px;
}
body.si-modern footer a { color: #f2dfd3; }
body.si-modern footer a:hover { color: #ffbd58; }
body.si-modern .footer-widgets .widget .widget-title { color: #fff; }
body.si-modern .bottom {
  background: #261f1d;
  color: #d6ccc6;
  padding: 20px 0;
}
body.si-modern .si-profull-credit,
body.si-modern .si-profull-credit a {
  color: var(--si-violet) !important;
  text-shadow: 0 0 6px var(--si-violet), 0 0 12px #a100ff, 0 0 20px var(--si-violet-deep) !important;
  font-weight: 800;
  text-decoration: none !important;
}

/* WhatsApp flotante premium */
.si-whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 24px;
  z-index: 9999999;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 62px;
  padding: 0 20px 0 17px;
  border-radius: 999px;
  color: #fff !important;
  background: linear-gradient(135deg, #10b85a 0%, #25d366 55%, #7bffae 100%);
  box-shadow: 0 18px 36px rgba(37,211,102,.35), 0 0 0 0 rgba(37,211,102,.55);
  font: 900 15px/1.1 Karla, Arial, sans-serif;
  letter-spacing: .25px;
  text-transform: uppercase;
  animation: si-whatsapp-pulse 2.2s infinite, si-whatsapp-float 5s ease-in-out infinite;
}
.si-whatsapp-float:before {
  content: "\f232";
  font-family: FontAwesome;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #18bd61;
  background: #fff;
  font-size: 23px;
  box-shadow: inset 0 0 0 1px rgba(37,211,102,.22);
}
.si-whatsapp-float:hover {
  color: #fff !important;
  transform: translateY(-5px) scale(1.03);
  box-shadow: 0 24px 48px rgba(37,211,102,.45), 0 0 0 12px rgba(37,211,102,.10);
}
.si-whatsapp-float .si-wa-sub { display: block; font-size: 11px; font-weight: 700; opacity: .92; text-transform: none; letter-spacing: .1px; }
@keyframes si-whatsapp-pulse {
  0% { box-shadow: 0 18px 36px rgba(37,211,102,.35), 0 0 0 0 rgba(37,211,102,.55); }
  70% { box-shadow: 0 18px 36px rgba(37,211,102,.35), 0 0 0 18px rgba(37,211,102,0); }
  100% { box-shadow: 0 18px 36px rgba(37,211,102,.35), 0 0 0 0 rgba(37,211,102,0); }
}
@keyframes si-whatsapp-float {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -7px; }
}

/* Animación suave al hacer scroll */
.si-reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.si-reveal.si-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1199px) {
  body.si-modern .header .header-wrap .logo { margin-right: 120px; }
}
@media (max-width: 991px) {
  body.si-modern #mainnav > ul > li > a { margin: 0; border-radius: 0; line-height: 50px; }
  body.si-modern .header .header-wrap .logo { margin: 8px 0 0 15px; width: 270px; height: auto; }
  body.si-modern .si-intro-card { padding: 26px 22px; }
  .si-whatsapp-float { right: 16px; bottom: 17px; min-height: 58px; padding: 0 17px 0 14px; }
}
@media (max-width: 640px) {
  body.si-modern .flat-information > li { display: block; margin-left: 0; }
  body.si-modern .flat-information > li > a { padding-top: 9px; padding-bottom: 9px; }
  body.si-modern .page-title .page-title-heading h1 { padding-top: 74px; }
  body.si-modern .page-title .page-title-heading:after { margin-bottom: 45px; font-size: 15px; padding: 0 18px; }
  .si-pill-list li { font-size: 13px; }
  .si-btn { width: 100%; }
  .si-whatsapp-float { width: 62px; height: 62px; padding: 0; justify-content: center; border-radius: 50%; }
  .si-whatsapp-float span { display: none; }
  .si-whatsapp-float:before { width: 42px; height: 42px; font-size: 26px; }
}
@media (prefers-reduced-motion: reduce) {
  .si-whatsapp-float, .si-reveal { animation: none !important; transition: none !important; }
}

/* Ajuste solicitado: footer con copyright gris y PROFULL cian */
body.si-modern .si-footer-credit {
  margin: 0;
  font-weight: 700;
  letter-spacing: .2px;
}
body.si-modern .si-footer-copy {
  color: #b8b8b8 !important;
  text-shadow: none !important;
}
body.si-modern .si-profull-link {
  color: #00e5ff !important;
  text-shadow: 0 0 7px rgba(0,229,255,.85), 0 0 16px rgba(0,229,255,.55), 0 0 26px rgba(0,229,255,.32) !important;
  font-weight: 900;
  text-decoration: none !important;
}
body.si-modern .si-profull-link:hover {
  color: #35f4ff !important;
  text-shadow: 0 0 10px rgba(53,244,255,1), 0 0 22px rgba(53,244,255,.65) !important;
}

/* Oculta campo trampa anti-spam del formulario */
.si-hp-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
}

/* Cadetería Express más compacta */
body.si-modern .si-express-card-wrap {
  padding-top: 34px !important;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
body.si-modern .si-express-card {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  min-height: auto !important;
  padding: 14px !important;
}
body.si-modern .si-express-card .icon {
  margin-bottom: 0 !important;
}
body.si-modern .si-express-card .icon img {
  aspect-ratio: 16/7 !important;
  max-height: 300px;
  object-fit: contain !important;
  background: #fff;
}
@media (max-width: 767px) {
  body.si-modern .si-express-card-wrap { padding-top: 24px !important; }
  body.si-modern .si-express-card .icon img { aspect-ratio: 16/10 !important; max-height: 220px; }
}


/* =========================================================
   Mejora visual Presupuestos + Ubicación Google Maps
   ========================================================= */
body.si-modern #mainnav > ul > li > a[href*="formulario-presupuesto"] {
  color: #fff;
  background: linear-gradient(135deg, #1eb7ff, #00e5ff);
  box-shadow: 0 10px 24px rgba(0,229,255,.26);
}
body.si-modern #mainnav > ul > li > a[href*="formulario-presupuesto"]:hover {
  color: #fff;
  background: linear-gradient(135deg, #00e5ff, #35f4ff);
  box-shadow: 0 14px 30px rgba(0,229,255,.38);
}
body.si-modern .si-quote-banner {
  padding: 58px 0;
  background:
    radial-gradient(circle at 15% 10%, rgba(255,255,255,.34), transparent 28%),
    radial-gradient(circle at 85% 80%, rgba(0,229,255,.22), transparent 30%),
    linear-gradient(135deg, #9f1519 0%, #d8312b 47%, #ff7a31 100%);
  position: relative;
  overflow: hidden;
}
body.si-modern .si-quote-banner:after {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 34px;
  pointer-events: none;
}
body.si-modern .si-presupuesto-hero {
  position: relative;
  z-index: 2;
  max-width: 930px;
  margin: 0 auto;
  padding: 36px 34px;
  text-align: center;
  border-radius: 32px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.26);
  box-shadow: 0 26px 70px rgba(73,22,12,.25);
  backdrop-filter: blur(10px);
}
body.si-modern .si-quote-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 15px;
  border-radius: 999px;
  color: #4b230f;
  background: linear-gradient(135deg, #fff7c7, #ffd46a);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .9px;
  font-size: 12px;
  box-shadow: 0 12px 24px rgba(255,210,90,.22);
}
body.si-modern .si-presupuesto-hero h1 {
  margin: 18px 0 10px;
  color: #fff;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1.03;
  letter-spacing: -.8px;
  text-shadow: 0 14px 30px rgba(0,0,0,.25);
}
body.si-modern .si-presupuesto-hero h1 strong {
  color: #fff5b4;
  font-weight: 900;
  text-shadow: 0 0 18px rgba(255,245,180,.45);
}
body.si-modern .si-presupuesto-hero p {
  max-width: 720px;
  margin: 0 auto 24px;
  color: rgba(255,255,255,.92);
  font-size: 18px;
  line-height: 1.65;
  font-weight: 700;
}
body.si-modern .si-quote-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}
body.si-modern .si-quote-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 25px;
  border-radius: 999px;
  font-weight: 900;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: #fff !important;
  text-decoration: none !important;
}
body.si-modern .si-quote-btn-main {
  min-width: 174px;
  color: #3d1b0b !important;
  background: linear-gradient(135deg, #fff7c7, #ffcf4a);
  box-shadow: 0 18px 36px rgba(255,207,74,.34), 0 0 0 0 rgba(255,207,74,.45);
  animation: si-quote-glow 2.6s ease-in-out infinite;
}
body.si-modern .si-quote-btn-main:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 24px 50px rgba(255,207,74,.45), 0 0 24px rgba(255,245,180,.40);
}
body.si-modern .si-quote-btn-wa {
  background: linear-gradient(135deg, #10b85a, #25d366);
  box-shadow: 0 18px 36px rgba(37,211,102,.30);
}
body.si-modern .si-quote-btn-wa:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 50px rgba(37,211,102,.40);
}
@keyframes si-quote-glow {
  0%,100% { box-shadow: 0 18px 36px rgba(255,207,74,.34), 0 0 0 0 rgba(255,207,74,.42); }
  50% { box-shadow: 0 18px 36px rgba(255,207,74,.42), 0 0 0 12px rgba(255,207,74,0); }
}
.si-location-section {
  padding: 72px 0;
  background: linear-gradient(180deg, #fffaf4 0%, #efe7df 100%);
}
.si-location-grid {
  display: grid;
  grid-template-columns: minmax(280px, .85fr) minmax(320px, 1.15fr);
  gap: 28px;
  align-items: stretch;
}
.si-location-card,
.si-map-frame {
  border-radius: 30px;
  overflow: hidden;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(216,49,43,.14);
  box-shadow: 0 24px 70px rgba(70,35,25,.10);
}
.si-location-card {
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.si-location-card h2 {
  margin: 18px 0 12px;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.1;
  color: var(--si-ink);
}
.si-location-card p {
  color: var(--si-muted);
  font-size: 17px;
  line-height: 1.75;
  margin-bottom: 22px;
}
.si-location-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.si-map-frame {
  min-height: 390px;
  padding: 8px;
}
.si-map-frame iframe,
body.si-modern .row-map iframe {
  width: 100%;
  min-height: 390px;
  border: 0;
  display: block;
  border-radius: 24px;
}
.si-form-heading {
  max-width: 760px;
  margin: 0 auto 30px;
  text-align: center;
}
.si-form-heading span,
.si-contact-map-title span {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(216,49,43,.08);
  color: var(--si-red);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .8px;
  font-size: 12px;
}
.si-form-heading h2,
.si-contact-map-title h2 {
  margin: 15px 0 8px;
  color: var(--si-ink);
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.12;
}
.si-form-heading p {
  color: var(--si-muted);
  font-size: 17px;
  line-height: 1.65;
  margin: 0;
}
.si-contact-location-panel {
  padding-top: 22px;
}
.si-contact-map-title {
  max-width: 760px;
  margin: 0 auto 22px;
  padding: 0 20px;
  text-align: center;
}
@media (max-width: 991px) {
  .si-location-grid { grid-template-columns: 1fr; }
  .si-location-card { padding: 26px 22px; }
  .si-map-frame { min-height: 320px; }
  .si-map-frame iframe,
  body.si-modern .row-map iframe { min-height: 320px; }
}
@media (max-width: 640px) {
  body.si-modern .si-quote-banner { padding: 42px 0; }
  body.si-modern .si-presupuesto-hero { padding: 26px 18px; border-radius: 24px; }
  body.si-modern .si-presupuesto-hero p { font-size: 15px; }
  body.si-modern .si-quote-btn { width: 100%; }
  .si-location-section { padding: 46px 0; }
  .si-location-actions .si-btn { width: 100%; }
}

/* =========================================================
   Corrección final: Cadetería Express horizontal y compacta
   ========================================================= */
body.si-modern .si-express-card-wrap {
  padding-top: 26px !important;
  margin: 0 auto 10px !important;
  text-align: center !important;
  float: none !important;
  clear: both !important;
}
body.si-modern .si-express-ribbon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(720px, 94%);
  padding: 10px 14px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255,255,255,.98), rgba(255,246,239,.96));
  border: 1px solid rgba(216,49,43,.14);
  box-shadow: 0 14px 34px rgba(80,35,24,.10);
  overflow: hidden;
}
body.si-modern .si-express-ribbon img {
  display: block !important;
  width: 100% !important;
  max-width: 660px !important;
  height: auto !important;
  max-height: 96px !important;
  object-fit: contain !important;
  margin: 0 auto !important;
  border-radius: 8px;
}
@media (max-width: 767px) {
  body.si-modern .si-express-card-wrap { padding-top: 20px !important; }
  body.si-modern .si-express-ribbon { width: 96%; padding: 8px 10px; border-radius: 14px; }
  body.si-modern .si-express-ribbon img { max-height: 72px !important; }
}

/* Mapa Google visible y liviano */
body.si-modern .si-map-frame iframe,
body.si-modern .row-map iframe {
  width: 100% !important;
  min-height: 410px !important;
  border: 0 !important;
  display: block !important;
  background: #f4f4f4;
}
body.si-modern .row-map {
  padding-top: 0 !important;
}
@media (max-width: 767px) {
  body.si-modern .si-map-frame iframe,
  body.si-modern .row-map iframe { min-height: 320px !important; }
}

/* Aviso del formulario */
body.si-modern .modal-content {
  border-radius: 18px;
  overflow: hidden;
  border: 0;
  box-shadow: 0 26px 70px rgba(0,0,0,.22);
}
body.si-modern .modal-body h4 {
  color: #d8312b;
  font-size: 24px;
  margin-bottom: 8px;
}


/* Home hero con imagen personalizada */
body.si-modern .si-home-hero-section {
  padding: 0 0 28px;
  background: linear-gradient(180deg, #ffffff 0%, #f6f7f9 100%);
}
body.si-modern .si-home-hero-media {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  box-shadow: 0 24px 48px rgba(20, 26, 33, .12);
}
body.si-modern .si-home-hero-image {
  display: block;
  width: 100%;
  height: auto;
}
body.si-modern .si-home-hero-cta {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 28px 0 10px;
}
body.si-modern .si-home-hero-note {
  text-align: center;
  max-width: 980px;
  margin: 0 auto;
}
body.si-modern .si-home-hero-note p {
  margin: 0;
  font-size: 18px;
  line-height: 1.7;
  color: #3f4752;
}
@media (max-width: 991px) {
  body.si-modern .si-home-hero-section { padding-bottom: 22px; }
  body.si-modern .si-home-hero-cta { margin-top: 22px; }
  body.si-modern .si-home-hero-note p { font-size: 17px; }
}
@media (max-width: 767px) {
  body.si-modern .si-home-hero-section { padding-bottom: 18px; }
  body.si-modern .si-home-hero-media { box-shadow: 0 14px 28px rgba(20, 26, 33, .10); }
  body.si-modern .si-home-hero-cta { gap: 12px; margin: 18px 0 8px; }
  body.si-modern .si-home-hero-note p { font-size: 15px; line-height: 1.6; }
}

/* =========================================================
   Versión Premium integrada al banner principal
   Rediseño visual uniforme: rojo + amarillo + negro + blanco
   ========================================================= */
:root {
  --si-black: #111820;
  --si-black-2: #202832;
  --si-gold: #ffbd18;
  --si-gold-2: #ffd35c;
  --si-red-premium: #ee171f;
  --si-red-deep: #b90f16;
  --si-paper: #f5f6f7;
}
body.si-modern {
  background: linear-gradient(180deg, #ffffff 0%, #f5f6f8 42%, #eceff2 100%);
}
body.si-modern .top {
  background: linear-gradient(90deg, #151b22 0%, #2c3137 34%, var(--si-red-deep) 68%, var(--si-red-premium) 100%);
  border-bottom: 3px solid var(--si-gold);
}
body.si-modern .header {
  background: rgba(255,255,255,.98);
  border-bottom: 1px solid rgba(17,24,32,.09);
  box-shadow: 0 16px 42px rgba(17,24,32,.08);
}
body.si-modern #mainnav > ul > li > a {
  border-radius: 14px 3px 14px 3px !important;
  color: var(--si-black) !important;
  font-weight: 900;
  letter-spacing: .35px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}
body.si-modern #mainnav > ul > li > a:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 0%, rgba(255,189,24,.18) 100%);
  opacity: 0;
  transition: opacity .25s ease;
}
body.si-modern #mainnav > ul > li > a:hover:before { opacity: 1; }
body.si-modern #mainnav > ul > li > a:hover,
body.si-modern #mainnav > ul > li.home > a {
  color: #fff !important;
  background: linear-gradient(135deg, var(--si-red-deep) 0%, var(--si-red-premium) 58%, #ff6a21 100%) !important;
  border: 1px solid rgba(255,189,24,.55);
  box-shadow: 0 15px 32px rgba(238,23,31,.24), inset 0 1px 0 rgba(255,255,255,.24);
}
body.si-modern #mainnav > ul > li.si-nav-quote > a,
body.si-modern #mainnav > ul > li.si-nav-quote > a:hover {
  color: #fff !important;
  background: linear-gradient(135deg, var(--si-red-deep) 0%, var(--si-red-premium) 62%, #ff7a25 100%) !important;
  border: 1px solid rgba(255,189,24,.7) !important;
  box-shadow: 0 15px 32px rgba(238,23,31,.28), inset 0 1px 0 rgba(255,255,255,.28) !important;
}
body.si-modern .si-btn,
body.si-modern .flat-button,
body.si-modern .flat-button.bg-theme,
body.si-modern .si-quote-btn {
  border-radius: 16px 4px 16px 4px !important;
  min-height: 50px;
  padding: 0 24px;
  border: 1px solid rgba(255,189,24,.70) !important;
  color: #fff !important;
  background: linear-gradient(135deg, var(--si-red-deep) 0%, var(--si-red-premium) 56%, #ff7a23 100%) !important;
  box-shadow: 0 16px 32px rgba(238,23,31,.27), inset 0 1px 0 rgba(255,255,255,.28) !important;
  text-shadow: 0 1px 0 rgba(0,0,0,.18);
  position: relative;
  overflow: hidden;
}
body.si-modern .si-btn:after,
body.si-modern .flat-button:after,
body.si-modern .si-quote-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  width: 55%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.32), transparent);
  transform: skewX(-22deg);
  transition: left .65s ease;
}
body.si-modern .si-btn:hover:after,
body.si-modern .flat-button:hover:after,
body.si-modern .si-quote-btn:hover:after { left: 125%; }
body.si-modern .si-btn:hover,
body.si-modern .flat-button:hover,
body.si-modern .si-quote-btn:hover {
  color: #fff !important;
  transform: translateY(-3px);
  box-shadow: 0 24px 46px rgba(238,23,31,.34), inset 0 1px 0 rgba(255,255,255,.32) !important;
}
body.si-modern .si-btn-secondary {
  background: linear-gradient(135deg, var(--si-black) 0%, #2f3741 100%) !important;
  border-color: rgba(255,189,24,.62) !important;
}
body.si-modern .si-btn-whatsapp,
body.si-modern .si-quote-btn-wa,
body.si-modern .si-whatsapp-float {
  background: linear-gradient(135deg, var(--si-red-deep) 0%, var(--si-red-premium) 58%, #ffb21a 100%) !important;
  border-color: rgba(255,189,24,.75) !important;
}
body.si-modern .si-whatsapp-float {
  border-radius: 18px 4px 18px 4px !important;
  box-shadow: 0 18px 46px rgba(238,23,31,.32), 0 0 0 7px rgba(255,189,24,.11) !important;
}
body.si-modern .si-home-hero-section {
  background: linear-gradient(180deg, #fff 0%, #f3f5f7 100%);
  border-bottom: 4px solid var(--si-gold);
}
body.si-modern .si-home-hero-media {
  border-bottom: 1px solid rgba(17,24,32,.08);
}
body.si-modern .si-home-hero-note p {
  color: #2c343d;
  font-weight: 700;
}
body.si-modern .si-intro-card,
body.si-modern .flat-iconbox.flat-icon-left.style1,
body.si-modern .si-location-card,
body.si-modern .si-form-card {
  border-radius: 24px 6px 24px 6px !important;
  border: 1px solid rgba(17,24,32,.10) !important;
  background: linear-gradient(145deg, #ffffff 0%, #f6f7f8 100%) !important;
  box-shadow: 0 20px 55px rgba(17,24,32,.10) !important;
}
body.si-modern .si-intro-card:after,
body.si-modern .si-location-card:after,
body.si-modern .si-form-card:after {
  content: "";
  position: absolute;
  right: 18px;
  top: 18px;
  width: 78px;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--si-red-premium), var(--si-gold));
  opacity: .75;
}
body.si-modern .si-intro-card,
body.si-modern .si-location-card,
body.si-modern .si-form-card { position: relative; overflow: hidden; }
body.si-modern .si-eyebrow,
body.si-modern .si-quote-eyebrow,
body.si-modern .si-form-heading span {
  border-radius: 12px 3px 12px 3px !important;
  color: var(--si-red-deep) !important;
  background: linear-gradient(135deg, rgba(255,189,24,.20), rgba(238,23,31,.08)) !important;
  border: 1px solid rgba(255,189,24,.38);
}
body.si-modern .flat-iconbox .content .title:after,
body.si-modern .si-form-heading h2:after,
body.si-modern .si-contact-copy h1:after,
body.si-modern .si-location-card h2:after {
  background: linear-gradient(90deg, var(--si-red-premium), var(--si-gold)) !important;
}
body.si-modern .flat-iconbox .icon,
body.si-modern .flat-iconbox .icon img,
body.si-modern .si-map-frame,
body.si-modern .si-map-frame iframe {
  border-radius: 20px 5px 20px 5px !important;
}
body.si-modern .flat-iconbox.flat-icon-left.style1:hover {
  transform: translateY(-8px);
  border-color: rgba(255,189,24,.55) !important;
  box-shadow: 0 28px 68px rgba(238,23,31,.16) !important;
}
body.si-modern .si-quote-banner {
  background: radial-gradient(circle at 16% 20%, rgba(255,189,24,.22), transparent 30%), linear-gradient(135deg, #111820 0%, #222a34 36%, var(--si-red-deep) 72%, var(--si-red-premium) 100%) !important;
  border-top: 4px solid var(--si-gold);
  border-bottom: 4px solid var(--si-gold);
}
body.si-modern .si-presupuesto-hero {
  border-radius: 28px 6px 28px 6px !important;
  background: linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,189,24,.08)) !important;
  border: 1px solid rgba(255,189,24,.28);
}
body.si-modern .si-express-ribbon {
  border-radius: 22px 5px 22px 5px !important;
  background: linear-gradient(135deg, #fff, #f1f3f5) !important;
  border: 1px solid rgba(255,189,24,.42) !important;
}
body.si-modern .footer {
  background: linear-gradient(135deg, #121820 0%, #222a34 65%, #171b20 100%) !important;
  border-top: 4px solid var(--si-gold);
}
body.si-modern .bottom {
  background: #0f141a !important;
  border-top: 1px solid rgba(255,189,24,.26);
}
body.si-modern .si-profull-link { color: #00e5ff !important; text-shadow: 0 0 12px rgba(0,229,255,.45); }
body.si-modern .si-footer-copy { color: #bfc5cc !important; }

/* Formulario nuevo en la misma página */
body.si-modern .si-contact-premium {
  padding: 58px 0 62px;
  background: linear-gradient(180deg, #ffffff 0%, #f2f4f6 100%);
}
body.si-modern .si-contact-premium-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 32px;
  align-items: stretch;
}
body.si-modern .si-contact-copy {
  padding: 42px;
  border-radius: 28px 6px 28px 6px;
  color: #fff;
  background: radial-gradient(circle at 12% 18%, rgba(255,189,24,.28), transparent 32%), linear-gradient(135deg, #111820 0%, #242d38 48%, #b90f16 100%);
  box-shadow: 0 24px 64px rgba(17,24,32,.18);
  border: 1px solid rgba(255,189,24,.28);
}
body.si-modern .si-contact-copy h1 {
  color: #fff;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.02;
  margin: 18px 0 16px;
}
body.si-modern .si-contact-copy h1:after {
  content: "";
  display: block;
  width: 92px;
  height: 5px;
  border-radius: 999px;
  margin-top: 18px;
}
body.si-modern .si-contact-copy p {
  color: rgba(255,255,255,.88);
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 22px;
}
body.si-modern .si-contact-mini-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}
body.si-modern .si-contact-mini-list span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 12px;
  border-radius: 12px 3px 12px 3px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,189,24,.22);
  color: #fff;
  font-weight: 800;
}
body.si-modern .si-contact-mini-list i { color: var(--si-gold); }
body.si-modern .si-form-card { padding: 34px; }
body.si-modern .si-form-heading { text-align: left; margin-bottom: 22px; }
body.si-modern .si-form-heading h2 { font-size: clamp(28px, 4vw, 42px); margin: 12px 0 8px; color: var(--si-black); }
body.si-modern .si-form-heading p { color: #5f6873; font-size: 16px; line-height: 1.65; margin: 0; }
body.si-modern .si-premium-form label {
  display: block;
  font-weight: 900;
  color: var(--si-black);
  margin: 0 0 7px;
  text-transform: uppercase;
  letter-spacing: .35px;
  font-size: 12px;
}
body.si-modern .si-form-row { margin-bottom: 15px; }
body.si-modern .si-two-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
body.si-modern .si-premium-form input,
body.si-modern .si-premium-form textarea,
body.si-modern .si-premium-form select {
  width: 100%;
  min-height: 50px;
  border-radius: 16px 4px 16px 4px !important;
  border: 1px solid rgba(17,24,32,.13) !important;
  background: #fff !important;
  color: #18202a !important;
  padding: 0 16px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8), 0 8px 22px rgba(17,24,32,.05);
  transition: border-color .25s ease, box-shadow .25s ease;
}
body.si-modern .si-premium-form textarea {
  min-height: 136px;
  padding: 14px 16px;
  resize: vertical;
}
body.si-modern .si-premium-form input:focus,
body.si-modern .si-premium-form textarea:focus,
body.si-modern .si-premium-form select:focus {
  outline: none;
  border-color: rgba(255,189,24,.78) !important;
  box-shadow: 0 0 0 4px rgba(255,189,24,.16), 0 12px 30px rgba(238,23,31,.08);
}
body.si-modern .si-form-submit { width: 100%; margin-top: 8px; }
body.si-modern .si-form-message {
  padding: 14px 16px;
  border-radius: 16px 4px 16px 4px;
  font-weight: 800;
  margin-bottom: 18px;
  line-height: 1.55;
}
body.si-modern .si-form-ok {
  color: #145321;
  background: #e8f8ed;
  border: 1px solid rgba(20,83,33,.18);
}
body.si-modern .si-form-error {
  color: #7b1217;
  background: #fff0ef;
  border: 1px solid rgba(238,23,31,.22);
}
@media (max-width: 991px) {
  body.si-modern .si-contact-premium-grid { grid-template-columns: 1fr; }
  body.si-modern #mainnav > ul > li > a { margin-top: 10px !important; margin-bottom: 10px !important; }
}
@media (max-width: 767px) {
  body.si-modern .si-contact-copy,
  body.si-modern .si-form-card { padding: 24px; }
  body.si-modern .si-two-cols { grid-template-columns: 1fr; }
  body.si-modern .si-btn,
  body.si-modern .flat-button,
  body.si-modern .si-quote-btn { width: 100%; }
}


/* Logo transparente */
body.si-modern #logo img {
  max-height: 78px;
  width: auto;
  background: transparent !important;
}
@media (max-width: 767px) {
  body.si-modern #logo img { max-height: 58px; }
}

/* Contacto nuevo */
body.si-modern .si-contact-hero-simple {
  padding: 34px 0 10px;
}
body.si-modern .si-contact-hero-box {
  background: linear-gradient(135deg, rgba(255,255,255,.98), rgba(248,248,248,.94));
  border: 1px solid rgba(215,38,31,.12);
  border-radius: 22px;
  box-shadow: 0 20px 45px rgba(20,26,33,.08);
  padding: 34px 36px;
  text-align: center;
}
body.si-modern .si-contact-hero-box h1 { margin-bottom: 12px; }
body.si-modern .si-contact-hero-box p { max-width: 860px; margin: 0 auto; font-size: 18px; line-height: 1.7; color: #4c5561; }
@media (max-width: 767px) {
  body.si-modern .si-contact-hero-box { padding: 26px 18px; border-radius: 18px; }
  body.si-modern .si-contact-hero-box p { font-size: 16px; }
}


/* Formulario estático nuevo */
body.si-modern .si-form-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}
body.si-modern .si-btn-light {
  color: #272b31 !important;
  background: linear-gradient(135deg, #ffffff, #f3f3f3);
  border: 1px solid rgba(39,43,49,.12);
  box-shadow: 0 12px 26px rgba(20,26,33,.08);
}
body.si-modern .si-btn-light:hover {
  color: #d7261f !important;
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(20,26,33,.14);
}
body.si-modern .si-form-note {
  margin: 14px 0 0;
  font-size: 13px;
  line-height: 1.6;
  color: #68707c;
}
@media (max-width: 767px) {
  body.si-modern .si-form-actions .si-btn { width: 100%; }
}


/* Ajustes finales contacto: WhatsApp verde premium, ubicación horizontal y mapa sin superposición */
body.si-modern .si-btn-whatsapp,
body.si-modern .si-quote-btn-wa {
  color: #ffffff !important;
  background: linear-gradient(135deg, #067a3d 0%, #12b85a 48%, #25d366 100%) !important;
  border: 1px solid rgba(123,255,174,.58) !important;
  box-shadow: 0 18px 38px rgba(18,184,90,.30), inset 0 1px 0 rgba(255,255,255,.24) !important;
}
body.si-modern .si-btn-whatsapp:hover,
body.si-modern .si-quote-btn-wa:hover {
  color: #ffffff !important;
  transform: translateY(-3px);
  box-shadow: 0 24px 48px rgba(18,184,90,.42), 0 0 0 7px rgba(37,211,102,.12) !important;
}
body.si-modern .si-wa-inline-wrap {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
body.si-modern .si-whatsapp-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 16px 4px 16px 4px;
  color: #ffffff;
  background: linear-gradient(135deg, #056e37, #16bd60 65%, #58f08f);
  border: 1px solid rgba(123,255,174,.60);
  box-shadow: 0 14px 32px rgba(18,184,90,.25);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .5px;
  white-space: nowrap;
}
body.si-modern .si-whatsapp-float {
  background: linear-gradient(135deg, #067a3d 0%, #13bd5e 54%, #72f6a2 100%) !important;
  border: 1px solid rgba(123,255,174,.64) !important;
  border-radius: 18px 4px 18px 4px !important;
  color: #ffffff !important;
  box-shadow: 0 18px 44px rgba(18,184,90,.36), 0 0 0 8px rgba(37,211,102,.10) !important;
}
body.si-modern .si-whatsapp-float:before {
  color: #0b9449 !important;
  background: #ffffff !important;
}
body.si-modern .si-whatsapp-float .si-wa-sub {
  display: block !important;
  margin-top: 2px;
  padding: 2px 9px;
  border-radius: 999px;
  background: rgba(255,255,255,.18);
  color: #ffffff;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .45px;
}

body.si-modern .row-map {
  position: relative !important;
  padding: 34px 0 0 !important;
  background: linear-gradient(180deg, #f5f6f7 0%, #ffffff 100%);
}
body.si-modern .row-map .widget-sv.si-contact-location-panel {
  position: static !important;
  left: auto !important;
  top: auto !important;
  width: auto !important;
  max-width: 1180px !important;
  z-index: auto !important;
  margin: 0 auto 20px !important;
  padding: 18px 22px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  flex-wrap: wrap !important;
  border-radius: 24px 6px 24px 6px !important;
  background: linear-gradient(135deg, rgba(255,255,255,.98), rgba(246,247,248,.95)) !important;
  border: 1px solid rgba(17,24,32,.10) !important;
  box-shadow: 0 18px 45px rgba(17,24,32,.10) !important;
}
body.si-modern .si-contact-map-title {
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
  flex: 0 0 300px;
}
body.si-modern .si-contact-map-title h2 {
  margin: 8px 0 0 !important;
  font-size: 26px !important;
  line-height: 1.12 !important;
}
body.si-modern .si-contact-location-panel ul.information {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 14px !important;
  flex-wrap: wrap !important;
  margin: 0 !important;
  padding: 0 !important;
  flex: 1 1 620px;
}
body.si-modern .si-contact-location-panel ul.information li {
  padding: 10px 14px !important;
  margin: 0 !important;
  min-height: 54px;
  display: flex !important;
  align-items: center !important;
  gap: 6px;
  border-radius: 16px 4px 16px 4px;
  background: rgba(255,255,255,.74);
  border: 1px solid rgba(216,49,43,.10);
  color: #333 !important;
  font-size: 14px;
}
body.si-modern .row-map iframe {
  width: 100% !important;
  min-height: 440px !important;
  border-radius: 0 !important;
  display: block !important;
}
body.si-modern .row-map .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media (max-width: 767px) {
  body.si-modern .si-wa-inline-wrap,
  body.si-modern .si-wa-inline-wrap .si-btn,
  body.si-modern .si-whatsapp-badge { width: 100%; }
  body.si-modern .si-whatsapp-badge { min-height: 38px; }
  body.si-modern .si-whatsapp-float {
    width: auto !important;
    height: auto !important;
    min-height: 58px !important;
    padding: 0 16px 0 14px !important;
    border-radius: 18px 4px 18px 4px !important;
    right: 12px !important;
    bottom: 14px !important;
  }
  body.si-modern .si-whatsapp-float span { display: inline-block !important; }
  body.si-modern .si-contact-map-title { flex-basis: 100%; text-align: center !important; }
  body.si-modern .si-contact-location-panel ul.information { justify-content: center !important; flex-basis: 100%; }
  body.si-modern .si-contact-location-panel ul.information li { width: 100%; justify-content: center; text-align: center; }
  body.si-modern .row-map iframe { min-height: 340px !important; }
}


/* Entrega 01 - Menú global con seleccionado colorado y no seleccionados transparentes */
body.si-modern #mainnav > ul > li > a,
body.si-modern #mainnav > ul > li.si-nav-quote > a {
  color: var(--si-red-premium) !important;
  background: transparent !important;
  border: 1.5px solid rgba(238,23,31,.78) !important;
  box-shadow: none !important;
  border-radius: 14px 3px 14px 3px !important;
}
body.si-modern #mainnav > ul > li > a:hover,
body.si-modern #mainnav > ul > li.home > a,
body.si-modern #mainnav > ul > li.si-menu-active > a,
body.si-modern #mainnav > ul > li.si-nav-quote.si-menu-active > a {
  color: #fff !important;
  background: linear-gradient(135deg, var(--si-red-deep) 0%, var(--si-red-premium) 58%, #ff6a21 100%) !important;
  border-color: rgba(255,189,24,.72) !important;
  box-shadow: 0 15px 32px rgba(238,23,31,.24), inset 0 1px 0 rgba(255,255,255,.24) !important;
  transform: translateY(-2px);
}
body.si-modern #mainnav > ul > li.si-nav-quote > a:hover {
  color: #fff !important;
  background: linear-gradient(135deg, var(--si-red-deep) 0%, var(--si-red-premium) 58%, #ff6a21 100%) !important;
}


/* Entrega 02 - logo nuevo */
body.si-modern #logo img {
  max-height: 62px;
  width: auto;
}
body.si-modern .footer .widget-title img {
  max-width: 250px;
  width: 100%;
  height: auto;
  background: transparent !important;
}
@media (max-width: 767px) {
  body.si-modern #logo img { max-height: 48px; }
  body.si-modern .footer .widget-title img { max-width: 220px; }
}


/* Entrega 03 - ajustes de color solicitados */
body.si-modern .si-contact-copy {
  background: radial-gradient(circle at 14% 20%, rgba(255,208,112,.22), transparent 28%), linear-gradient(135deg, #8d4100 0%, #b85a00 42%, #d8780f 72%, #f3a53f 100%) !important;
  box-shadow: 0 24px 64px rgba(120, 56, 0, .22) !important;
  border: 1px solid rgba(255,220,150,.28) !important;
}
body.si-modern .si-contact-copy h1,
body.si-modern .si-contact-copy h2 {
  color: #fff !important;
  font-size: clamp(26px, 4vw, 48px);
  line-height: 1.12;
  margin: 14px 0 14px;
}
body.si-modern .si-contact-copy h2:after {
  content: "";
  display: block;
  width: 92px;
  height: 5px;
  border-radius: 999px;
  margin-top: 18px;
  background: linear-gradient(90deg, rgba(255,255,255,.95), rgba(255,245,210,.78));
}
body.si-modern .si-contact-copy p {
  color: rgba(255,255,255,.95) !important;
}
body.si-modern .si-contact-mini-list span {
  background: rgba(255,255,255,.08) !important;
  border-color: rgba(255,236,191,.42) !important;
}
body.si-modern .si-contact-mini-list i { color: #fff1b8 !important; }

body.si-modern .si-quote-banner {
  background: radial-gradient(circle at 16% 20%, rgba(255,219,146,.18), transparent 30%), linear-gradient(135deg, #8a3d00 0%, #b15400 38%, #d87b12 72%, #f4a84a 100%) !important;
  border-top: 4px solid rgba(255,230,180,.7);
  border-bottom: 4px solid rgba(255,230,180,.7);
}
body.si-modern .si-presupuesto-hero {
  background: linear-gradient(135deg, rgba(255,255,255,.10), rgba(255,232,184,.08)) !important;
  border-color: rgba(255,233,192,.32) !important;
}
body.si-modern .si-quote-eyebrow {
  color: #ffffff !important;
  background: linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.14)) !important;
  border: 1px solid rgba(255,255,255,.30) !important;
  box-shadow: 0 12px 24px rgba(150,80,0,.16) !important;
}
body.si-modern .si-quote-eyebrow i,
body.si-modern .si-quote-eyebrow .fa,
body.si-modern .si-quote-eyebrow .icon {
  color: #ffffff !important;
}
