@charset "UTF-8";
/* ================================
 * GLOBALES.SCSS - BOMBAS AYALA
 * ================================ */
@import url("https://fonts.googleapis.com/css2?family=GFS+Didot:wght@400;700&family=Roboto+Slab:wght@300;400;500;600;700&family=Source+Sans+Pro:wght@300;400;500;600;700&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ================================
 * VARIABLES.SCSS - BOMBAS AYALA
 * CORREGIDO - Con todas las variables faltantes
 * ================================ */
/* ================================
 * MIXINS.SCSS - BOMBAS AYALA
 * VERSIÓN PROFESIONAL - Mobile First
 * MIXIN MOVIL AGREGADO
 * ================================ */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes slideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slideInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 14.5px;
  scroll-behavior: smooth;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.6;
  color: #2C3E50;
  background: #F8F9FA;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #1E4A8C;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  color: #4CC9E8;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

button {
  cursor: pointer;
  border: none;
  background: none;
  font-family: inherit;
}

input,
textarea,
select {
  font-family: inherit;
  border: none;
  outline: none;
}

ul,
ol {
  list-style: none;
}

.contenedor {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 768px) {
  .contenedor {
    padding: 0 1rem;
  }
}

.contenedor-sm {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 768px) {
  .contenedor-sm {
    padding: 0 1rem;
  }
}

.seccion {
  padding: 5rem 0;
}
@media (max-width: 768px) {
  .seccion {
    padding: 3rem 0;
  }
}

.seccion-principal {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .seccion-principal {
    margin-top: 4rem;
  }
}

html {
  scroll-padding-top: 5rem;
}

/* ================================
 * TIPOGRAFIA.SCSS - BOMBAS AYALA
 * ================================ */
.titulo-hero {
  font-family: "GFS Didot", serif;
  font-size: 4rem;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.1;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .titulo-hero {
    font-size: 2.5rem;
  }
}
@media (max-width: 480px) {
  .titulo-hero {
    font-size: 2rem;
  }
}

.titulo-seccion {
  font-family: "GFS Didot", serif;
  font-size: 2.8rem;
  color: #0F2346;
  text-align: center;
  margin-bottom: 2rem;
  position: relative;
}
.titulo-seccion::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(135deg, #1E4A8C, #4CC9E8, #8EDFF2);
  border-radius: 2px;
}
@media (max-width: 768px) {
  .titulo-seccion {
    font-size: 2.2rem;
  }
}
@media (max-width: 480px) {
  .titulo-seccion {
    font-size: 1.8rem;
  }
}

.titulo-tarjeta {
  font-family: "GFS Didot", serif;
  font-size: 1.6rem;
  color: #0F2346;
  margin-bottom: 1rem;
  font-weight: 400;
}

.subtitulo-hero {
  font-size: 1.4rem;
  color: #8EDFF2;
  font-weight: 300;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .subtitulo-hero {
    font-size: 1.1rem;
  }
}

.subtitulo-seccion {
  font-size: 1.2rem;
  color: #7F8C8D;
  text-align: center;
  max-width: 600px;
  margin: 0 auto 3rem;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .subtitulo-seccion {
    font-size: 1rem;
  }
}

.texto-principal {
  font-size: 1.1rem;
  color: #34495E;
  line-height: 1;
  margin-bottom: 1.5rem;
  text-align: justify;
}

.texto-destacado {
  font-family: "Roboto Slab", serif;
  font-weight: 600;
  color: #1E4A8C;
}

.texto-pequeno {
  font-size: 0.9rem;
  color: #7F8C8D;
  line-height: 1.5;
}

.fuente-principal {
  font-family: "Source Sans Pro", sans-serif;
}

.fuente-titulos {
  font-family: "GFS Didot", serif;
}

.fuente-secundaria {
  font-family: "Roboto Slab", serif;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.text-xs {
  font-size: 0.75rem;
}

.text-sm {
  font-size: 0.875rem;
}

.text-base {
  font-size: 1rem;
}

.text-lg {
  font-size: 1.125rem;
}

.text-xl {
  font-size: 1.25rem;
}

.text-2xl {
  font-size: 1.5rem;
}

.text-3xl {
  font-size: 1.875rem;
}

.text-4xl {
  font-size: 2.25rem;
}

.text-primary {
  color: #0F2346;
}

.text-secondary {
  color: #1E4A8C;
}

.text-accent {
  color: #4CC9E8;
}

.text-success {
  color: #27AE60;
}

.text-warning {
  color: #F39C12;
}

.text-danger {
  color: #E74C3C;
}

.text-muted {
  color: #7F8C8D;
}

.text-white {
  color: #FFFFFF;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-shadow {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.text-gradient {
  background: linear-gradient(135deg, #1E4A8C, #4CC9E8, #8EDFF2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.text-responsive {
  font-size: clamp(1rem, 2.5vw, 1.25rem);
}

/* ================================
 * UTILIDADES.SCSS - BOMBAS AYALA
 * VERSIÓN MEJORADA - Más Responsiva
 * ================================ */
.flex {
  display: flex;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-between {
  justify-content: space-between;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.items-end {
  align-items: flex-end;
}

.grid {
  display: grid;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, 1fr);
}

.grid-cols-2 {
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 768px) {
  .grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.grid-cols-3 {
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 768px) {
  .grid-cols-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.grid-cols-4 {
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 768px) {
  .grid-cols-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.gap-sm {
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .gap-sm {
    gap: 1rem;
  }
}

.gap-md {
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .gap-md {
    gap: 1.5rem;
  }
}

.gap-lg {
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .gap-lg {
    gap: 2rem;
  }
}

.gap-xl {
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .gap-xl {
    gap: 3rem;
  }
}

.m-0 {
  margin: 0;
}

.m-1 {
  margin: 0.5rem;
}

.m-2 {
  margin: 1rem;
}

.m-3 {
  margin: 1.5rem;
}

.m-4 {
  margin: 2rem;
}

.m-5 {
  margin: 3rem;
}

.m-responsive {
  margin: 1rem;
}
@media screen and (min-width: 768px) {
  .m-responsive {
    margin: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .m-responsive {
    margin: 2rem;
  }
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 0.5rem;
}

.mt-2 {
  margin-top: 1rem;
}

.mt-3 {
  margin-top: 1.5rem;
}

.mt-4 {
  margin-top: 2rem;
}

.mt-5 {
  margin-top: 3rem;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 0.5rem;
}

.mb-2 {
  margin-bottom: 1rem;
}

.mb-3 {
  margin-bottom: 1.5rem;
}

.mb-4 {
  margin-bottom: 2rem;
}

.mb-5 {
  margin-bottom: 3rem;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 0.5rem;
}

.p-2 {
  padding: 1rem;
}

.p-3 {
  padding: 1.5rem;
}

.p-4 {
  padding: 2rem;
}

.p-5 {
  padding: 3rem;
}

.p-responsive {
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .p-responsive {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-responsive {
    padding: 2rem;
  }
}

.bg-primary {
  background-color: #0F2346;
}

.bg-secondary {
  background-color: #1E4A8C;
}

.bg-accent {
  background-color: #4CC9E8;
}

.bg-success {
  background-color: #27AE60;
}

.bg-warning {
  background-color: #F39C12;
}

.bg-danger {
  background-color: #E74C3C;
}

.bg-light {
  background-color: #F8F9FA;
}

.bg-white {
  background-color: #FFFFFF;
}

.bg-azul-cristal {
  background-color: #F5F8FF;
}

.bg-azul-hielo {
  background-color: #F0F7FF;
}

.bg-cian-suave {
  background-color: #F0FDFF;
}

.bg-gradient-primary {
  background: linear-gradient(135deg, #0F2346, #1E4A8C, #4578C8);
}

.bg-gradient-secondary {
  background: linear-gradient(135deg, #1E4A8C, #4CC9E8, #8EDFF2);
}

.bg-gradient-professional {
  background: linear-gradient(135deg, #2C3E50, #34495E, #7F8C8D);
}

.bg-gradient-header {
  background: linear-gradient(135deg, #1E4A8C, #4CC9E8);
}

.border {
  border: 1px solid #BDC3C7;
}

.border-0 {
  border: none;
}

.border-primary {
  border-color: #1E4A8C;
}

.border-accent {
  border-color: #4CC9E8;
}

.border-light {
  border-color: #ECF0F1;
}

.rounded-xs {
  border-radius: 4px;
}

.rounded-sm {
  border-radius: 8px;
}

.rounded-md {
  border-radius: 12px;
}

.rounded-lg {
  border-radius: 20px;
}

.rounded-xl {
  border-radius: 25px;
}

.rounded-full {
  border-radius: 50%;
}

.shadow-sm {
  box-shadow: 0 1px 3px rgba(15, 35, 70, 0.12), 0 1px 2px rgba(15, 35, 70, 0.24);
}

.shadow-md {
  box-shadow: 0 4px 6px rgba(15, 35, 70, 0.07), 0 1px 3px rgba(15, 35, 70, 0.06);
}

.shadow-lg {
  box-shadow: 0 10px 25px rgba(15, 35, 70, 0.15), 0 3px 6px rgba(15, 35, 70, 0.1);
}

.shadow-azul {
  box-shadow: 0 4px 15px rgba(30, 74, 140, 0.08), 0 2px 4px rgba(76, 201, 232, 0.12);
}

.shadow-cian {
  box-shadow: 0 6px 20px rgba(76, 201, 232, 0.15), 0 2px 6px rgba(142, 223, 242, 0.1);
}

.shadow-none {
  box-shadow: none;
}

.shadow-responsive {
  box-shadow: 0 1px 3px rgba(15, 35, 70, 0.12), 0 1px 2px rgba(15, 35, 70, 0.24);
}
@media screen and (min-width: 768px) {
  .shadow-responsive {
    box-shadow: 0 10px 25px rgba(15, 35, 70, 0.15), 0 3px 6px rgba(15, 35, 70, 0.1);
  }
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.sticky {
  position: sticky;
}

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.z-dropdown {
  z-index: 100;
}

.z-sticky {
  z-index: 200;
}

.z-header {
  z-index: 1000;
}

.z-modal {
  z-index: 1100;
}

.z-tooltip {
  z-index: 1200;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

.hidden {
  display: none;
}

@media screen and (max-width: 767px) {
  .sm-hidden {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sm-block {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .md-hidden {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .md-block {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .lg-hidden {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .lg-block {
    display: block;
  }
}

.w-full {
  width: 100%;
}

.w-auto {
  width: auto;
}

.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.h-full {
  height: 100%;
}

.h-auto {
  height: auto;
}

.h-screen {
  height: 100vh;
}

.h-fit {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.w-1-2 {
  width: 50%;
}

.w-1-3 {
  width: 33.333333%;
}

.w-2-3 {
  width: 66.666667%;
}

.w-1-4 {
  width: 25%;
}

.w-3-4 {
  width: 75%;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-auto {
  overflow: auto;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.transition {
  transition: all 0.3s ease;
}

.transition-fast {
  transition: all 0.2s ease;
}

.transition-slow {
  transition: all 0.5s ease;
}

.hover-scale {
  transition: -webkit-transform all 0.3s ease;
  transition: transform all 0.3s ease;
  transition: transform all 0.3s ease, -webkit-transform all 0.3s ease;
}
.hover-scale:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.hover-scale-sm {
  transition: -webkit-transform all 0.3s ease;
  transition: transform all 0.3s ease;
  transition: transform all 0.3s ease, -webkit-transform all 0.3s ease;
}
.hover-scale-sm:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.hover-scale-lg {
  transition: -webkit-transform all 0.3s ease;
  transition: transform all 0.3s ease;
  transition: transform all 0.3s ease, -webkit-transform all 0.3s ease;
}
.hover-scale-lg:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.hover-lift {
  transition: -webkit-transform all 0.3s ease;
  transition: transform all 0.3s ease;
  transition: transform all 0.3s ease, -webkit-transform all 0.3s ease;
}
.hover-lift:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.hover-lift-sm {
  transition: -webkit-transform all 0.3s ease;
  transition: transform all 0.3s ease;
  transition: transform all 0.3s ease, -webkit-transform all 0.3s ease;
}
.hover-lift-sm:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.hover-lift-lg {
  transition: -webkit-transform all 0.3s ease;
  transition: transform all 0.3s ease;
  transition: transform all 0.3s ease, -webkit-transform all 0.3s ease;
}
.hover-lift-lg:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.fade-in {
  opacity: 0;
  -webkit-animation: fadeIn 0.8s ease-out 0s forwards;
          animation: fadeIn 0.8s ease-out 0s forwards;
}

.slide-in-left {
  opacity: 0;
  -webkit-animation: slideInLeft 0.6s ease-out 0s forwards;
          animation: slideInLeft 0.6s ease-out 0s forwards;
}

.slide-in-right {
  opacity: 0;
  -webkit-animation: slideInRight 0.6s ease-out 0s forwards;
          animation: slideInRight 0.6s ease-out 0s forwards;
}

.btn {
  background: #1E4A8C;
  color: #FFFFFF;
  border: none;
  padding: 1rem 1.5rem;
  border-radius: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: "Source Sans Pro", sans-serif;
}
@media screen and (min-width: 768px) {
  .btn {
    padding: 1.5rem 2rem;
  }
}
.btn:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(15, 35, 70, 0.15), 0 3px 6px rgba(15, 35, 70, 0.1);
}

.btn-primary {
  background: linear-gradient(135deg, #0F2346, #1E4A8C, #4578C8);
  color: #FFFFFF;
  border: none;
  padding: 1rem 1.5rem;
  border-radius: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: "Source Sans Pro", sans-serif;
}
@media screen and (min-width: 768px) {
  .btn-primary {
    padding: 1.5rem 2rem;
  }
}
.btn-primary:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(15, 35, 70, 0.15), 0 3px 6px rgba(15, 35, 70, 0.1);
}
.btn-primary:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(76, 201, 232, 0.15), 0 2px 6px rgba(142, 223, 242, 0.1);
}

.btn-secondary {
  background: linear-gradient(135deg, #1E4A8C, #4CC9E8, #8EDFF2);
  color: #FFFFFF;
  border: none;
  padding: 1rem 1.5rem;
  border-radius: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: "Source Sans Pro", sans-serif;
}
@media screen and (min-width: 768px) {
  .btn-secondary {
    padding: 1.5rem 2rem;
  }
}
.btn-secondary:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(15, 35, 70, 0.15), 0 3px 6px rgba(15, 35, 70, 0.1);
}
.btn-secondary:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(76, 201, 232, 0.15), 0 2px 6px rgba(142, 223, 242, 0.1);
}

.btn-success {
  background: #27AE60;
  color: #FFFFFF;
  border: none;
  padding: 1rem 1.5rem;
  border-radius: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: "Source Sans Pro", sans-serif;
}
@media screen and (min-width: 768px) {
  .btn-success {
    padding: 1.5rem 2rem;
  }
}
.btn-success:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(15, 35, 70, 0.15), 0 3px 6px rgba(15, 35, 70, 0.1);
}

.btn-danger {
  background: #E74C3C;
  color: #FFFFFF;
  border: none;
  padding: 1rem 1.5rem;
  border-radius: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: "Source Sans Pro", sans-serif;
}
@media screen and (min-width: 768px) {
  .btn-danger {
    padding: 1.5rem 2rem;
  }
}
.btn-danger:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(15, 35, 70, 0.15), 0 3px 6px rgba(15, 35, 70, 0.1);
}

.btn-warning {
  background: #F39C12;
  color: black;
  border: none;
  padding: 1rem 1.5rem;
  border-radius: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: "Source Sans Pro", sans-serif;
}
@media screen and (min-width: 768px) {
  .btn-warning {
    padding: 1.5rem 2rem;
  }
}
.btn-warning:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(15, 35, 70, 0.15), 0 3px 6px rgba(15, 35, 70, 0.1);
}

.btn-outline, .btn-outline-accent {
  background: transparent;
  border: 2px solid #1E4A8C;
  color: #1E4A8C;
  padding: calc(1rem - 2px) calc(1.5rem - 2px);
}
@media screen and (min-width: 768px) {
  .btn-outline, .btn-outline-accent {
    padding: calc(1.5rem - 2px) calc(2rem - 2px);
  }
}
.btn-outline:hover, .btn-outline-accent:hover {
  background: #1E4A8C;
  color: #FFFFFF;
}

.btn-outline-accent {
  border-color: #4CC9E8;
  color: #4CC9E8;
}
.btn-outline-accent:hover {
  background: #4CC9E8;
  color: #FFFFFF;
}

.btn-sm {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
}

.btn-lg {
  padding: 1.5rem 3rem;
  font-size: 1.125rem;
}

.card, .card-lg, .card-sm {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 1.5rem;
  box-shadow: 0 1px 3px rgba(15, 35, 70, 0.12), 0 1px 2px rgba(15, 35, 70, 0.24);
  border: 1px solid #ECF0F1;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .card, .card-lg, .card-sm {
    padding: 2rem;
  }
}
.card:hover, .card-lg:hover, .card-sm:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(15, 35, 70, 0.15), 0 3px 6px rgba(15, 35, 70, 0.1);
}

.card-hover {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 1.5rem;
  box-shadow: 0 1px 3px rgba(15, 35, 70, 0.12), 0 1px 2px rgba(15, 35, 70, 0.24);
  border: 1px solid #ECF0F1;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .card-hover {
    padding: 2rem;
  }
}
.card-hover:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(15, 35, 70, 0.15), 0 3px 6px rgba(15, 35, 70, 0.1);
}
.card-hover:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  box-shadow: 0 6px 20px rgba(76, 201, 232, 0.15), 0 2px 6px rgba(142, 223, 242, 0.1);
}

.card-sm {
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .card-sm {
    padding: 1.5rem;
  }
}

.card-lg {
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  .card-lg {
    padding: 3rem;
  }
}

.text-uppercase {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.line-height-tight {
  line-height: 1.25;
}

.line-height-normal {
  line-height: 1.5;
}

.line-height-loose {
  line-height: 1.75;
}

.letter-spacing-tight {
  letter-spacing: -0.025em;
}

.letter-spacing-normal {
  letter-spacing: 0;
}

.letter-spacing-wide {
  letter-spacing: 0.025em;
}

.text-primary {
  color: #0F2346;
}

.text-secondary {
  color: #1E4A8C;
}

.text-accent {
  color: #4CC9E8;
}

.text-success {
  color: #27AE60;
}

.text-warning {
  color: #F39C12;
}

.text-danger {
  color: #E74C3C;
}

.text-muted {
  color: #7F8C8D;
}

.text-light {
  color: #D5DBDB;
}

.text-white {
  color: #FFFFFF;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .sm-text-center {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .md-text-left {
    text-align: left;
  }
}

.text-xs {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .text-xs {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .text-xs {
    font-size: 0.85rem;
  }
}

.text-sm {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .text-sm {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 1024px) {
  .text-sm {
    font-size: 0.95rem;
  }
}

.text-base {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .text-base {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1024px) {
  .text-base {
    font-size: 1.2rem;
  }
}

.text-lg {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .text-lg {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .text-lg {
    font-size: 1.3rem;
  }
}

.text-xl {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .text-xl {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .text-xl {
    font-size: 1.5rem;
  }
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media screen and (min-width: 768px) {
  .container {
    padding: 0 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .container {
    padding: 0 2rem;
  }
}

.container-sm {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media screen and (min-width: 768px) {
  .container-sm {
    padding: 0 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .container-sm {
    padding: 0 2rem;
  }
}

.container-lg {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media screen and (min-width: 768px) {
  .container-lg {
    padding: 0 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .container-lg {
    padding: 0 2rem;
  }
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-grab {
  cursor: -webkit-grab;
  cursor: grab;
}

.cursor-grabbing {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.truncate-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.truncate-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ================================
 * HEADER UNIFICADO - VERSIÓN CONSOLIDADA
 * Elimina redundancias y usa jerarquía Z correcta
 * Header: 9999 | Toggle: 9998 | Menú: 9997 | Overlay: 9996
 * ================================ */
.header-unificado {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
  background: transparent;
}

.contact-bar {
  background: linear-gradient(135deg, #2C3E50, #34495E, #1E4A8C);
  color: #FFFFFF;
  padding: 0.5rem 0;
  font-size: 0.9rem;
  width: 100%;
  box-shadow: 0 10px 25px rgba(15, 35, 70, 0.15), 0 3px 6px rgba(15, 35, 70, 0.1);
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .contact-bar {
    padding: 0.25rem 0;
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .contact-bar {
    font-size: 1rem;
    padding: 0.4rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .contact-bar {
    font-size: 1.1rem;
    padding: 0.5rem 0;
  }
}
.contact-bar.hidden {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}

.contact-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
}
@media screen and (max-width: 767px) {
  .contact-container {
    padding: 0 0.5rem;
    gap: 0.5rem;
  }
}

.contact-info {
  display: flex;
  gap: 1rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .contact-info {
    gap: 0.5rem;
  }
}

.contact-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  opacity: 0.9;
  transition: all 0.3s ease;
}
.contact-item:hover {
  opacity: 1;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
@media screen and (max-width: 767px) {
  .contact-item {
    font-size: 0.7rem;
    gap: 0.2rem;
  }
}

.contact-icon {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .contact-icon {
    width: 12px;
    height: 12px;
  }
}

.contact-text {
  font-weight: 400;
  font-size: 0.45rem !important;
}
@media screen and (min-width: 768px) {
  .contact-text {
    font-size: 1rem !important;
  }
}
.social-links {
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .social-links {
    gap: 0.2rem;
  }
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #FFFFFF;
  border-radius: 8px;
  opacity: 0.8;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .social-link {
    width: 24px;
    height: 24px;
  }
}
.social-link img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .social-link img {
    width: 16px;
    height: 16px;
  }
}
.social-link:hover {
  opacity: 1;
  background: #ECF0F1;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.nav-principal {
  background: #FFFFFF;
  box-shadow: 0 1px 3px rgba(15, 35, 70, 0.12), 0 1px 2px rgba(15, 35, 70, 0.24);
  border-top: 1px solid #BDC3C7;
  padding: 1rem 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .nav-principal {
    padding: 0.5rem 0 0;
  }
}

.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .nav-container {
    padding: 0 0.5rem;
  }
}

.logo {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #0F2346;
  transition: all 0.3s ease;
}
.logo img {
  height: 60px;
  width: auto;
  max-width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .logo img {
    height: 45px;
    max-width: 120px;
  }
}
.logo:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.mobile-menu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.4rem;
  z-index: 9998;
  position: absolute;
  right: 0.5rem;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 767px) {
  .mobile-menu-toggle {
    display: flex;
  }
}
.mobile-menu-toggle:hover {
  background: rgba(30, 74, 140, 0.1);
  -webkit-transform: translateY(-50%) scale(1.05);
          transform: translateY(-50%) scale(1.05);
}
.mobile-menu-toggle:active {
  -webkit-transform: translateY(-50%) scale(0.95);
          transform: translateY(-50%) scale(0.95);
}
.mobile-menu-toggle.activo {
  background: rgba(76, 201, 232, 0.15);
  -webkit-animation: hamburgerPulse 2s infinite;
          animation: hamburgerPulse 2s infinite;
}

.hamburger-line {
  width: 22px;
  height: 2px;
  background: #1E4A8C;
  margin: 2.5px 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 3px;
  -webkit-transform-origin: center;
          transform-origin: center;
  box-shadow: 0 1px 2px rgba(30, 74, 140, 0.3);
}

.mobile-menu-toggle.activo .hamburger-line:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(3px, 2px);
          transform: rotate(45deg) translate(3px, 2px);
  background: #4CC9E8;
}
.mobile-menu-toggle.activo .hamburger-line:nth-child(2) {
  opacity: 0;
  -webkit-transform: scale(0) rotate(180deg);
          transform: scale(0) rotate(180deg);
}
.mobile-menu-toggle.activo .hamburger-line:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(5px, -7px);
          transform: rotate(-45deg) translate(5px, -7px);
  background: #4CC9E8;
}

.nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .nav-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 70%;
    max-width: 260px;
    height: 100vh;
    background: linear-gradient(135deg, #2C3E50 0%, #34495E 25%, #1E4A8C 50%, #2B5AA0 75%, #2B7A94 100%);
    padding: 8.5rem 1rem 1rem;
    flex-direction: column;
    gap: 0.4rem;
    transition: right 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: -8px 0 32px rgba(15, 35, 70, 0.5);
    z-index: 9997;
    overflow-y: auto;
  }
  .nav-menu::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 60"><defs><pattern id="dots-dark" width="15" height="15" patternUnits="userSpaceOnUse"><circle cx="7.5" cy="7.5" r="0.8" fill="rgba(255,255,255,0.08)"/></pattern></defs><rect width="60" height="60" fill="url(%23dots-dark)"/></svg>');
    pointer-events: none;
  }
  .nav-menu.activo {
    right: 0;
  }
  .nav-menu.activo::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(180deg, #4CC9E8, #1E4A8C);
    -webkit-animation: slideBar 0.6s ease;
            animation: slideBar 0.6s ease;
  }
  .nav-menu.activo {
    -webkit-animation: menuBreathe 4s ease-in-out infinite;
            animation: menuBreathe 4s ease-in-out infinite;
  }
}
@media screen and (min-width: 768px) {
  .nav-menu {
    position: static;
    width: auto;
    height: auto;
    background: transparent;
    padding: 0;
    flex-direction: row;
    box-shadow: none;
    display: flex;
    gap: 0.3rem;
  }
}
@media screen and (min-width: 1024px) {
  .nav-menu {
    gap: 1.5rem;
  }
}
.nav-menu li {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .nav-menu li {
    width: 100%;
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
    -webkit-animation: slideInMenu 0.4s ease forwards;
            animation: slideInMenu 0.4s ease forwards;
  }
}
.nav-menu a {
  color: #0F2346;
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
  transition: all 0.3s ease;
  position: relative;
  padding: 0.5rem 0;
  display: block;
}
@media screen and (max-width: 767px) {
  .nav-menu a {
    padding: 0.6rem 0.9rem;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 12px;
    background: linear-gradient(135deg, #34495E, #1E4A8C);
    margin-bottom: 0.3rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
    backdrop-filter: blur(8px);
    box-shadow: 0 2px 8px rgba(15, 35, 70, 0.3);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
  }
  .nav-menu a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(76, 201, 232, 0.4);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    transition: width 0.4s ease, height 0.4s ease;
  }
  .nav-menu a:active::before {
    width: 100%;
    height: 100%;
  }
  .nav-menu a:hover {
    background: linear-gradient(135deg, #2B5AA0, #2B7A94);
    -webkit-transform: translateX(8px) scale(1.02);
            transform: translateX(8px) scale(1.02);
    border-color: #4CC9E8;
    color: #FFFFFF;
    box-shadow: 0 4px 12px rgba(76, 201, 232, 0.4);
  }
  .nav-menu a.activo {
    background: linear-gradient(135deg, #0F2346, #2C3E50);
    color: #8EDFF2;
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    border-color: #4CC9E8;
    box-shadow: 0 6px 16px rgba(76, 201, 232, 0.5);
  }
}
@media screen and (min-width: 768px) {
  .nav-menu a {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.85rem;
    padding: 0.4rem 0.6rem;
    border-radius: 8px;
    background: #4682B4;
    border: 2px solid #4682B4;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    margin: 0 0.1rem;
  }
  .nav-menu a:hover {
    background: linear-gradient(135deg, #5A9BD4, #87CEEB);
    border-color: #5A9BD4;
    color: #FFFFFF;
    -webkit-transform: translateY(-1px) scale(1.02);
            transform: translateY(-1px) scale(1.02);
    box-shadow: 0 4px 10px rgba(70, 130, 180, 0.3);
  }
  .nav-menu a.activo {
    background: #2E5C8F;
    border-color: #2E5C8F;
    color: #FFFFFF;
    font-weight: 700;
  }
}
@media screen and (min-width: 1024px) {
  .nav-menu a {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    background: #4682B4;
    border: 2px solid #4682B4;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    margin: 0 0.2rem;
  }
  .nav-menu a:hover {
    background: linear-gradient(135deg, #5A9BD4, #87CEEB);
    border-color: #5A9BD4;
    color: #FFFFFF;
    -webkit-transform: translateY(-2px) scale(1.05);
            transform: translateY(-2px) scale(1.05);
    box-shadow: 0 6px 15px rgba(70, 130, 180, 0.4);
  }
  .nav-menu a.activo {
    background: #2E5C8F;
    border-color: #2E5C8F;
    color: #FFFFFF;
    font-weight: 700;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
}

.mobile-menu-overlay {
  display: none;
}
@media screen and (max-width: 767px) {
  .mobile-menu-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(15, 35, 70, 0.85) 0%, rgba(44, 62, 80, 0.75) 50%, rgba(30, 74, 140, 0.8) 100%);
    z-index: 9996;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    backdrop-filter: blur(6px);
  }
  .mobile-menu-overlay.activo {
    opacity: 1;
    visibility: visible;
  }
}

@-webkit-keyframes slideInMenu {
  from {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInMenu {
  from {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slideBar {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}
@keyframes slideBar {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}
@-webkit-keyframes hamburgerPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(76, 201, 232, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(76, 201, 232, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(76, 201, 232, 0);
  }
}
@keyframes hamburgerPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(76, 201, 232, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(76, 201, 232, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(76, 201, 232, 0);
  }
}
@-webkit-keyframes menuBreathe {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.005);
            transform: scale(1.005);
  }
}
@keyframes menuBreathe {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.005);
            transform: scale(1.005);
  }
}
@-webkit-keyframes navHoverPulse {
  0% {
    -webkit-transform: translateY(-3px) scale(1.05);
            transform: translateY(-3px) scale(1.05);
  }
  50% {
    -webkit-transform: translateY(-4px) scale(1.08);
            transform: translateY(-4px) scale(1.08);
  }
  100% {
    -webkit-transform: translateY(-3px) scale(1.05);
            transform: translateY(-3px) scale(1.05);
  }
}
@keyframes navHoverPulse {
  0% {
    -webkit-transform: translateY(-3px) scale(1.05);
            transform: translateY(-3px) scale(1.05);
  }
  50% {
    -webkit-transform: translateY(-4px) scale(1.08);
            transform: translateY(-4px) scale(1.08);
  }
  100% {
    -webkit-transform: translateY(-3px) scale(1.05);
            transform: translateY(-3px) scale(1.05);
  }
}
@-webkit-keyframes lineGlow {
  0% {
    width: 0;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    width: 120%;
    opacity: 0.8;
  }
}
@keyframes lineGlow {
  0% {
    width: 0;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    width: 120%;
    opacity: 0.8;
  }
}
@-webkit-keyframes sparkle {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes sparkle {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@-webkit-keyframes logoFloat {
  0%, 100% {
    -webkit-transform: scale(1.08) rotate(-2deg) translateY(0);
            transform: scale(1.08) rotate(-2deg) translateY(0);
  }
  50% {
    -webkit-transform: scale(1.08) rotate(-2deg) translateY(-3px);
            transform: scale(1.08) rotate(-2deg) translateY(-3px);
  }
}
@keyframes logoFloat {
  0%, 100% {
    -webkit-transform: scale(1.08) rotate(-2deg) translateY(0);
            transform: scale(1.08) rotate(-2deg) translateY(0);
  }
  50% {
    -webkit-transform: scale(1.08) rotate(-2deg) translateY(-3px);
            transform: scale(1.08) rotate(-2deg) translateY(-3px);
  }
}
@-webkit-keyframes logoGlow {
  0% {
    -webkit-filter: drop-shadow(0 6px 12px rgba(76, 201, 232, 0.4)) brightness(1.1) contrast(1.05);
            filter: drop-shadow(0 6px 12px rgba(76, 201, 232, 0.4)) brightness(1.1) contrast(1.05);
  }
  100% {
    -webkit-filter: drop-shadow(0 8px 16px rgba(76, 201, 232, 0.6)) brightness(1.2) contrast(1.1) hue-rotate(10deg);
            filter: drop-shadow(0 8px 16px rgba(76, 201, 232, 0.6)) brightness(1.2) contrast(1.1) hue-rotate(10deg);
  }
}
@keyframes logoGlow {
  0% {
    -webkit-filter: drop-shadow(0 6px 12px rgba(76, 201, 232, 0.4)) brightness(1.1) contrast(1.05);
            filter: drop-shadow(0 6px 12px rgba(76, 201, 232, 0.4)) brightness(1.1) contrast(1.05);
  }
  100% {
    -webkit-filter: drop-shadow(0 8px 16px rgba(76, 201, 232, 0.6)) brightness(1.2) contrast(1.1) hue-rotate(10deg);
            filter: drop-shadow(0 8px 16px rgba(76, 201, 232, 0.6)) brightness(1.2) contrast(1.1) hue-rotate(10deg);
  }
}
@-webkit-keyframes logoBreath {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
}
@keyframes logoBreath {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
}
@media screen and (max-width: 767px) {
  .nav-menu.activo li:nth-child(1) {
    -webkit-animation-delay: 0.06s;
            animation-delay: 0.06s;
  }
  .nav-menu.activo li:nth-child(2) {
    -webkit-animation-delay: 0.12s;
            animation-delay: 0.12s;
  }
  .nav-menu.activo li:nth-child(3) {
    -webkit-animation-delay: 0.18s;
            animation-delay: 0.18s;
  }
  .nav-menu.activo li:nth-child(4) {
    -webkit-animation-delay: 0.24s;
            animation-delay: 0.24s;
  }
  .nav-menu.activo li:nth-child(5) {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  .nav-menu.activo li:nth-child(6) {
    -webkit-animation-delay: 0.36s;
            animation-delay: 0.36s;
  }
  .nav-menu.activo li:nth-child(7) {
    -webkit-animation-delay: 0.42s;
            animation-delay: 0.42s;
  }
  .nav-menu.activo li:nth-child(8) {
    -webkit-animation-delay: 0.48s;
            animation-delay: 0.48s;
  }
  .nav-menu.activo li:nth-child(9) {
    -webkit-animation-delay: 0.54s;
            animation-delay: 0.54s;
  }
  .nav-menu.activo li:nth-child(10) {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
}

@media screen and (max-width: 767px) {
  .mobile-menu-toggle {
    -webkit-animation: subtleBlink 3s ease-in-out 1s infinite;
            animation: subtleBlink 3s ease-in-out 1s infinite;
  }
}

@-webkit-keyframes subtleBlink {
  0%, 90%, 100% {
    opacity: 1;
  }
  95% {
    opacity: 0.7;
  }
}

@keyframes subtleBlink {
  0%, 90%, 100% {
    opacity: 1;
  }
  95% {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .nav-container:has(.mobile-menu-toggle.activo)::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 8px;
    background: linear-gradient(180deg, rgba(76, 201, 232, 0.2) 0%, transparent 100%);
    -webkit-animation: glowBar 0.5s ease;
            animation: glowBar 0.5s ease;
  }
}

@-webkit-keyframes glowBar {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes glowBar {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  body {
    margin-top: 100px;
  }
}
body.contact-hidden {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  body.contact-hidden {
    margin-top: 70px;
  }
}

/* ================================
 * FOOTER.SCSS - BOMBAS AYALA
 * Footer principal completo
 * Mobile-first: Móvil → Tablet → Desktop
 * ================================ */
.footer {
  background: linear-gradient(135deg, #2C3E50, #34495E, #7F8C8D);
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  right: -30%;
  width: 60%;
  height: 100%;
  background: linear-gradient(45deg, transparent, rgba(76, 201, 232, 0.05), transparent);
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  z-index: 1;
}
.footer-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "company company" "contact services";
  gap: 1rem;
  padding: 1rem 0.4rem;
  justify-content: start;
  align-items: start;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer-content {
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: "company contact services";
    gap: 1.2rem;
    padding: 1.8rem 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer-content {
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: "company contact services";
    gap: 2rem;
    padding: 3rem 2rem;
    align-items: start;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1400px) {
  .footer-content {
    gap: 3rem;
    padding: 4rem 3rem;
  }
}

.footer-company {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  grid-area: company;
  justify-content: center;
  align-items: center;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .footer-company {
    gap: 0.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer-company {
    gap: 1.5rem;
  }
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.4rem;
  justify-content: flex-start;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .footer-logo {
    gap: 0.6rem;
    margin-bottom: 0.6rem;
    justify-content: flex-start;
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .footer-logo {
    gap: 1rem;
    margin-bottom: 1rem;
  }
}
.footer-logo div {
  display: flex;
  flex-direction: column;
}
.footer-logo img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .footer-logo img {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .footer-logo img {
    width: 50px;
    height: 50px;
  }
}
.footer-logo img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-filter: drop-shadow(0 0 10px rgba(76, 201, 232, 0.4));
          filter: drop-shadow(0 0 10px rgba(76, 201, 232, 0.4));
}

.footer-logo-text {
  font-family: "GFS Didot", serif;
  color: #FFFFFF;
  line-height: 1;
  margin-bottom: 0.15rem;
  font-weight: 700;
  font-size: 0.8rem;
}
@media screen and (min-width: 768px) {
  .footer-logo-text {
    font-size: 1.2rem;
    margin-bottom: 0.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer-logo-text {
    font-size: 2rem;
    margin-bottom: 0.25rem;
  }
}

.footer-tagline {
  font-style: italic;
  color: #6DD4ED;
  font-weight: 300;
  font-size: 0.6rem;
}
@media screen and (min-width: 768px) {
  .footer-tagline {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer-tagline {
    font-size: 1rem;
  }
}

.footer-description {
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.4;
  margin-bottom: 0.4rem;
  font-size: 0.55rem;
  text-align: center;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .footer-description {
    font-size: 0.75rem;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 0.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer-description {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
  }
}

.footer-social-title {
  color: #4CC9E8;
  font-weight: 600;
  margin-bottom: 0.3rem;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  text-align: left;
  font-size: 0.6rem;
}
@media screen and (min-width: 768px) {
  .footer-social-title {
    font-size: 0.7rem;
    text-align: left;
    margin-bottom: 0.4rem;
    letter-spacing: 0.4px;
  }
}
@media screen and (min-width: 1024px) {
  .footer-social-title {
    font-size: 0.9rem;
    margin-bottom: 1rem;
    letter-spacing: 0.5px;
  }
}

.footer-social {
  display: flex;
  gap: 0.3rem;
  justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .footer-social {
    gap: 0.5rem;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .footer-social {
    gap: 1rem;
  }
}

.footer-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 1px 3px rgba(15, 35, 70, 0.12), 0 1px 2px rgba(15, 35, 70, 0.24);
  border: 2px solid #4CC9E8;
  width: 28px;
  height: 28px;
}
@media screen and (min-width: 768px) {
  .footer-social-link {
    width: 35px;
    height: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .footer-social-link {
    width: 45px;
    height: 45px;
  }
}
.footer-social-link img {
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s ease;
  width: 14px;
  height: 14px;
}
@media screen and (min-width: 768px) {
  .footer-social-link img {
    width: 18px;
    height: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .footer-social-link img {
    width: 22px;
    height: 22px;
  }
}
.footer-social-link:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(76, 201, 232, 0.3);
  border-color: #1E4A8C;
}
.footer-social-link:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.footer-social-link[title=Facebook]:hover {
  border-color: #1877F2;
}
.footer-social-link[title=LinkedIn]:hover {
  border-color: #0077B5;
}
.footer-social-link[title=YouTube]:hover {
  border-color: #FF0000;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  grid-area: contact;
}
@media screen and (min-width: 768px) {
  .footer-contact {
    gap: 0.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer-contact {
    gap: 1.5rem;
  }
}

.footer-section-title {
  color: #4CC9E8;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  position: relative;
  font-size: 0.7rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .footer-section-title {
    font-size: 0.9rem;
    text-align: left;
    margin-bottom: 0.7rem;
    letter-spacing: 0.9px;
  }
}
@media screen and (min-width: 1024px) {
  .footer-section-title {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    letter-spacing: 1px;
  }
}
.footer-section-title::after {
  content: "";
  position: absolute;
  bottom: -5px;
  width: 25px;
  height: 2px;
  background: linear-gradient(135deg, #16A085, #27AE60);
  border-radius: 2px;
  left: 0;
  -webkit-transform: none;
          transform: none;
}
@media screen and (min-width: 768px) {
  .footer-section-title::after {
    left: 0;
    -webkit-transform: none;
            transform: none;
    width: 30px;
    bottom: -6px;
  }
}
@media screen and (min-width: 1024px) {
  .footer-section-title::after {
    width: 40px;
    height: 3px;
    bottom: -8px;
  }
}

.footer-contact-item {
  display: flex;
  color: rgba(255, 255, 255, 0.9);
  transition: all 0.3s ease;
  flex-direction: row;
  text-align: left;
  align-items: flex-start;
  gap: 0.5rem;
  line-height: 1.3;
  padding: 0.2rem 0;
}
@media screen and (min-width: 768px) {
  .footer-contact-item {
    flex-direction: row;
    text-align: left;
    align-items: flex-start;
    gap: 0.7rem;
    line-height: 1.4;
    padding: 0.3rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .footer-contact-item {
    line-height: 1.4;
    padding: 0.3rem 0;
  }
}
.footer-contact-item:hover {
  color: #FFFFFF;
}

.footer-contact-icon {
  background: #FFFFFF;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 3px rgba(15, 35, 70, 0.12), 0 1px 2px rgba(15, 35, 70, 0.24);
  transition: all 0.3s ease;
  border: 2px solid #16A085;
  padding: 0.4rem;
  min-width: 30px;
  height: 30px;
}
@media screen and (min-width: 768px) {
  .footer-contact-icon {
    padding: 0.5rem;
    min-width: 35px;
    height: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .footer-contact-icon {
    padding: 0.6rem;
    min-width: 40px;
    height: 40px;
  }
}
.footer-contact-icon img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 14px;
  height: 14px;
}
@media screen and (min-width: 768px) {
  .footer-contact-icon img {
    width: 16px;
    height: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .footer-contact-icon img {
    width: 18px;
    height: 18px;
  }
}
.footer-contact-item:hover .footer-contact-icon {
  box-shadow: 0 4px 6px rgba(15, 35, 70, 0.07), 0 1px 3px rgba(15, 35, 70, 0.06);
  border-color: #27AE60;
}

.footer-contact-text {
  flex: 1;
  font-size: 0.7rem;
}
@media screen and (min-width: 768px) {
  .footer-contact-text {
    font-size: 0.85rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer-contact-text {
    font-size: 0.95rem;
  }
}
.footer-contact-text strong {
  color: #FFFFFF;
  display: block;
  margin-bottom: 0.2rem;
  font-weight: 600;
}

.footer-contact iframe {
  margin-top: 1.5rem;
  border-radius: 12px;
  width: 100% !important;
  border: 2px solid rgba(76, 201, 232, 0.3);
  transition: all 0.3s ease;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: 120px;
}
@media screen and (min-width: 768px) {
  .footer-contact iframe {
    max-width: 250px;
    height: 150px;
  }
}
@media screen and (min-width: 1024px) {
  .footer-contact iframe {
    max-width: 300px;
    height: 200px;
  }
}
.footer-contact iframe:hover {
  border-color: #4CC9E8;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  box-shadow: 0 4px 6px rgba(15, 35, 70, 0.07), 0 1px 3px rgba(15, 35, 70, 0.06);
}

.footer-services {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  grid-area: services;
}
@media screen and (min-width: 768px) {
  .footer-services {
    gap: 0.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer-services {
    gap: 1.5rem;
  }
}

.footer-services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.25rem;
}
@media screen and (min-width: 768px) {
  .footer-services-grid {
    gap: 0.3rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer-services-grid {
    gap: 0.5rem;
  }
}

.footer-service-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: rgba(255, 255, 255, 0.9);
  transition: all 0.3s ease;
  border-radius: 8px;
  cursor: pointer;
  text-align: left;
  gap: 0.3rem;
  padding: 0.2rem 0.1rem;
}
@media screen and (min-width: 768px) {
  .footer-service-item {
    justify-content: flex-start;
    text-align: left;
    gap: 0.4rem;
    padding: 0.25rem 0.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer-service-item {
    gap: 0.6rem;
    padding: 0.4rem;
  }
}
.footer-service-item:hover {
  color: #4CC9E8;
  background: rgba(76, 201, 232, 0.1);
}
@media screen and (min-width: 768px) {
  .footer-service-item:hover {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
}
@media screen and (min-width: 1024px) {
  .footer-service-item:hover {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}

.footer-service-icon {
  min-width: 16px;
  font-size: 0.7rem;
  color: #16A085;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .footer-service-icon {
    min-width: 18px;
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer-service-icon {
    min-width: 20px;
    font-size: 1rem;
  }
}

.footer-service-text {
  font-weight: 500;
  line-height: 1.2;
  font-size: 0.55rem;
}
@media screen and (min-width: 768px) {
  .footer-service-text {
    font-size: 0.65rem;
    line-height: 1.3;
  }
}
@media screen and (min-width: 1024px) {
  .footer-service-text {
    font-size: 0.9rem;
    line-height: 1.4;
  }
}

.footer-service-highlight {
  background: linear-gradient(135deg, rgba(22, 160, 133, 0.2), rgba(39, 174, 96, 0.2));
  font-weight: 600;
  border-top: 2px solid #27AE60;
}
@media screen and (min-width: 768px) {
  .footer-service-highlight {
    border-top: none;
    border-left: 3px solid #27AE60;
  }
}
.footer-service-highlight .footer-service-icon {
  color: #27AE60;
  font-size: 0.8rem;
}
@media screen and (min-width: 768px) {
  .footer-service-highlight .footer-service-icon {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer-service-highlight .footer-service-icon {
    font-size: 1.1rem;
  }
}
.footer-service-highlight:hover {
  background: linear-gradient(135deg, rgba(22, 160, 133, 0.3), rgba(39, 174, 96, 0.3));
  color: #FFFFFF;
}

.footer-bottom {
  background: #2C3E50;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.4rem 0;
}
@media screen and (min-width: 768px) {
  .footer-bottom {
    padding: 0.6rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .footer-bottom {
    padding: 1.5rem 0;
  }
}

.footer-bottom-content {
  max-width: 1200px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.7);
  padding: 0 0.5rem;
}
@media screen and (min-width: 768px) {
  .footer-bottom-content {
    padding: 0 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer-bottom-content {
    padding: 0 2rem;
  }
}

.footer-copyright {
  margin-bottom: 0.5rem;
  font-weight: 500;
  transition: color 0.3s ease;
  font-size: 0.7rem;
}
@media screen and (min-width: 768px) {
  .footer-copyright {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer-copyright {
    font-size: 0.85rem;
  }
}
.footer-copyright:hover {
  color: #6DD4ED;
}

.footer-rights {
  font-size: 0.85rem;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 480px) {
  .footer-rights {
    font-size: 0.8rem;
  }
}
.footer-rights:hover {
  opacity: 1;
}

.footer-content > * {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-animation: fadeInUp 0.8s ease-out forwards;
          animation: fadeInUp 0.8s ease-out forwards;
}

.footer-company {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.footer-contact {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.footer-services {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

@-webkit-keyframes fadeInUp {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.footer::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(135deg, #1E4A8C, #4CC9E8, #8EDFF2);
}

.footer-company,
.footer-contact,
.footer-services {
  border-radius: 12px;
  transition: all 0.3s ease;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .footer-company,
  .footer-contact,
  .footer-services {
    padding: 1rem;
  }
  .footer-company:hover,
  .footer-contact:hover,
  .footer-services:hover {
    background: rgba(255, 255, 255, 0.03);
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}

.footer.compact .footer-content {
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.footer.compact .footer-content .footer-services {
  grid-column: 1/-1;
}

.footer-cta {
  background: linear-gradient(135deg, #1E4A8C, #4CC9E8, #8EDFF2);
  padding: 2rem 0;
  text-align: center;
  margin-bottom: 0;
}
.footer-cta h3 {
  color: #FFFFFF;
  font-family: "GFS Didot", serif;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.footer-cta p {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1.5rem;
}
.footer-cta .btn {
  background: #FFFFFF;
  color: #0F2346;
  border: none;
  padding: 1rem 1.5rem;
  border-radius: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .footer-cta .btn {
    padding: 1.5rem 2rem;
  }
}
.footer-cta .btn:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(15, 35, 70, 0.15), 0 3px 6px rgba(15, 35, 70, 0.1);
}
.footer-cta .btn:hover {
  background: #ECF0F1;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

/* ================================
 * HERO.SCSS - BOMBAS AYALA
 * Hero Section Dinámico
 * ================================ */
.hero-dynamic {
  min-height: 70vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 3rem;
  padding-top: 3rem;
  transition: padding-top 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: padding-top;
}
.hero-dynamic.contact-hidden {
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  .hero-dynamic {
    padding-top: 60px;
    min-height: 60vh;
  }
  .hero-dynamic.contact-hidden {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .hero-dynamic {
    padding-top: 50px;
    min-height: 50vh;
  }
  .hero-dynamic.contact-hidden {
    padding-top: 45px;
  }
}

.hero-container {
  min-height: 60vh;
}
@media screen and (min-width: 768px) {
  .hero-container {
    min-height: 50vh;
  }
}
@media screen and (max-width: 767px) {
  .hero-container {
    min-height: 40vh;
  }
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  transition: background-image 1s ease-in-out;
  -webkit-animation: fadeInBackground 2s ease-out;
          animation: fadeInBackground 2s ease-out;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(15, 35, 70, 0.8) 0%, rgba(30, 74, 140, 0.7) 40%, rgba(76, 201, 232, 0.3) 100%);
  z-index: 2;
}

.loading-indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 4;
  opacity: 1;
  transition: opacity 0.5s ease;
}
.loading-indicator.hidden {
  opacity: 0;
  pointer-events: none;
}

.spinner {
  width: 50px;
  height: 50px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-top: 3px solid #4CC9E8;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

.hero-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  position: relative;
  z-index: 3;
  min-height: 50vh;
}
@media screen and (min-width: 768px) {
  .hero-container {
    grid-template-columns: 1fr 0.8fr;
    gap: 1.5rem;
    padding: 0 1rem;
    min-height: 50vh;
  }
}
@media screen and (max-width: 767px) {
  .hero-container {
    grid-template-columns: 1fr 0.7fr;
    gap: 1rem;
    padding: 0 0.8rem;
    min-height: 40vh;
  }
}

.hero-content {
  opacity: 0;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  -webkit-animation: slideInLeft 1.2s ease-out 0.5s forwards;
          animation: slideInLeft 1.2s ease-out 0.5s forwards;
}
@media screen and (min-width: 768px) {
  .hero-content {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-animation: slideInUp 1s ease-out 0.3s forwards;
            animation: slideInUp 1s ease-out 0.3s forwards;
  }
}
.hero-content .main-title {
  font-family: "GFS Didot", serif;
  font-size: 4rem;
  color: #FFFFFF;
  margin-bottom: 1rem;
  line-height: 1.1;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px) {
  .hero-content .main-title {
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .hero-content .main-title {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
    line-height: 1.2;
  }
}
.hero-content .subtitle {
  font-size: 1.4rem;
  color: #8EDFF2;
  margin-bottom: 1.5rem;
  font-weight: 300;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px) {
  .hero-content .subtitle {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .hero-content .subtitle {
    font-size: 0.9rem;
    margin-bottom: 0.8rem;
  }
}
.hero-content .description {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 3rem;
  line-height: 1.7;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .hero-content .description {
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .hero-content .description {
    font-size: 0.85rem;
    margin-bottom: 1rem;
    line-height: 1.4;
  }
}

.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  background: linear-gradient(135deg, #16A085, #27AE60);
  color: #FFFFFF;
  padding: 1.2rem 2.5rem;
  border: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(22, 160, 133, 0.4);
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
}
.cta-button::after {
  content: "→";
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.cta-button:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(22, 160, 133, 0.6);
  background: linear-gradient(135deg, #27AE60, #16A085);
}
.cta-button:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.cta-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}
.cta-button:hover::before {
  left: 100%;
}
@media screen and (min-width: 768px) {
  .cta-button {
    padding: 0.8rem 1.5rem;
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 767px) {
  .cta-button {
    padding: 0.7rem 1.2rem;
    font-size: 0.8rem;
    gap: 0.5rem;
  }
}

.hero-image {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  -webkit-animation: slideInRight 1.2s ease-out 0.8s forwards;
          animation: slideInRight 1.2s ease-out 0.8s forwards;
}
@media screen and (min-width: 768px) {
  .hero-image {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-animation: slideInUp 1s ease-out 0.6s forwards;
            animation: slideInUp 1s ease-out 0.6s forwards;
  }
}

.image-container {
  position: relative;
  max-width: 500px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .image-container {
    max-width: 350px;
  }
}
@media screen and (max-width: 767px) {
  .image-container {
    max-width: 280px;
  }
}
.image-container::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  right: 20px;
  bottom: 20px;
  background: linear-gradient(135deg, #4CC9E8, #2B5AA0);
  border-radius: 25px;
  z-index: -1;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .image-container::before {
    top: -10px;
    left: -10px;
    right: 10px;
    bottom: 10px;
    border-radius: 15px;
  }
}
.image-container::after {
  content: "";
  position: absolute;
  top: -40px;
  left: -40px;
  right: 40px;
  bottom: 40px;
  background: linear-gradient(45deg, transparent, #8EDFF2, transparent);
  border-radius: 30px;
  z-index: -2;
  opacity: 0.3;
  -webkit-animation: pulse 4s ease-in-out infinite;
          animation: pulse 4s ease-in-out infinite;
}

.main-image {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}
.main-image:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@-webkit-keyframes decorativeMove {
  0% {
    -webkit-transform: rotate(15deg) translateX(-100px);
            transform: rotate(15deg) translateX(-100px);
  }
  50% {
    -webkit-transform: rotate(15deg) translateX(100px);
            transform: rotate(15deg) translateX(100px);
  }
  100% {
    -webkit-transform: rotate(15deg) translateX(-100px);
            transform: rotate(15deg) translateX(-100px);
  }
}

@keyframes decorativeMove {
  0% {
    -webkit-transform: rotate(15deg) translateX(-100px);
            transform: rotate(15deg) translateX(-100px);
  }
  50% {
    -webkit-transform: rotate(15deg) translateX(100px);
            transform: rotate(15deg) translateX(100px);
  }
  100% {
    -webkit-transform: rotate(15deg) translateX(-100px);
            transform: rotate(15deg) translateX(-100px);
  }
}
@keyframes slideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slideInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInBackground {
  from {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fadeInBackground {
  from {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes pulse {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.3;
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.1;
  }
}
@keyframes pulse {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.3;
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.1;
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.demo-section {
  padding: 80px 0;
  background: #F8F9FA;
  text-align: center;
}
.demo-section h2 {
  font-family: "GFS Didot", serif;
  font-size: 2.5rem;
  color: #1E4A8C;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .demo-section h2 {
    font-size: 2rem;
  }
}
.demo-section p {
  color: #7F8C8D;
  font-size: 1.2rem;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .demo-section p {
    font-size: 1rem;
    padding: 0 1.5rem;
  }
}

.hero-dynamic.video-background .hero-background {
  background: none;
}
.hero-dynamic.video-background .hero-background video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.hero-dynamic.compact {
  min-height: 60vh;
}
.hero-dynamic.compact .hero-container {
  min-height: 40vh;
}
.hero-dynamic.compact .hero-content .main-title {
  font-size: 3rem;
}
@media screen and (min-width: 768px) {
  .hero-dynamic.compact .hero-content .main-title {
    font-size: 2rem;
  }
}

.hero-content,
.hero-image {
  will-change: transform, opacity;
}

.hero-dynamic:not(.visible) .hero-background::before,
.hero-dynamic:not(.visible) .image-container::after {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@media (prefers-reduced-motion: reduce) {
  .hero-dynamic::before,
  .image-container::after,
  .spinner {
    -webkit-animation: none;
            animation: none;
  }
  .hero-content,
  .hero-image {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    -webkit-animation: none;
            animation: none;
  }
}
@media (prefers-contrast: high) {
  .hero-overlay {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.9) 0%, rgba(15, 35, 70, 0.9) 100%);
  }
  .hero-content .main-title,
  .hero-content .subtitle,
  .hero-content .description {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  }
}
/* ================================
 * MAIN-INICIO.SCSS - BOMBAS AYALA
 * Archivo principal modular - Mobile First
 * ================================ */
/* ================================
 * NOSOTROS-INICIO.SCSS - BOMBAS AYALA
 * Sección nosotros preview - Mobile First
 * ================================ */
.nosotros-preview {
  padding: 0.5rem 0;
  background: linear-gradient(135deg, #F8FAFF 0%, #EAFCFF 50%, #EEF5FF 100%);
  position: relative;
  padding-bottom: 1rem !important;
}
.nosotros-preview::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="1" fill="%234cc9e8" opacity="0.3"/><circle cx="80" cy="40" r="1.5" fill="%2376dff0" opacity="0.4"/><circle cx="40" cy="80" r="1" fill="%234cc9e8" opacity="0.3"/></svg>');
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .nosotros-preview {
    padding: 1.5rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .nosotros-preview {
    padding: 2rem 0;
  }
}

.nosotros-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 0.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .nosotros-container {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    padding: 0 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .nosotros-container {
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    padding: 0 2rem;
  }
}

.nosotros-content h2 {
  font-family: "GFS Didot", serif;
  font-size: 1.6rem;
  color: #0F2346;
  margin: 0 0 0.5rem 0;
  line-height: 1.2;
  text-align: left;
  text-shadow: 0 2px 4px rgba(15, 35, 70, 0.1);
}
@media screen and (min-width: 768px) {
  .nosotros-content h2 {
    font-size: 2rem;
    margin: 0 0 1rem 0;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .nosotros-content h2 {
    font-size: 3rem;
    margin: 0 0 1.5rem 0;
    text-align: left;
  }
}
.nosotros-content h2 .destacado {
  color: #4CC9E8;
  font-weight: 700;
  background: linear-gradient(45deg, #4CC9E8, #16A085);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.nosotros-content p {
  font-size: 0.8rem;
  color: #34495E;
  line-height: 1.5;
  margin: 0 0 1rem 0;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .nosotros-content p {
    font-size: 1rem;
    line-height: 1.6;
    margin: 0 0 1.5rem 0;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .nosotros-content p {
    font-size: 1.1rem;
    line-height: 1.7;
    text-align: left;
  }
}

.experiencia-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .experiencia-items {
    grid-template-columns: 1fr;
    gap: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .experiencia-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-bottom: 2rem;
  }
}

.experiencia-item {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  gap: 0.3rem;
  color: #34495E;
  font-size: 0.8rem;
  transition: all 0.3s ease;
  padding: 0.3rem 0.5rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(5px);
}
@media screen and (min-width: 768px) {
  .experiencia-item {
    gap: 0.5rem;
    font-size: 0.9rem;
    justify-content: center;
    padding: 0.5rem 0.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .experiencia-item {
    gap: 0.75rem;
    font-size: 1rem;
    justify-content: flex-start;
    padding: 0.6rem 1rem;
  }
}
.experiencia-item i {
  color: #16A085;
  font-size: 1rem;
  width: 18px;
  -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
}
@media screen and (min-width: 768px) {
  .experiencia-item i {
    font-size: 1.1rem;
    width: 20px;
  }
}
.experiencia-item:hover {
  color: #1E4A8C;
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
  background: rgba(76, 201, 232, 0.15);
  box-shadow: 0 2px 8px rgba(76, 201, 232, 0.2);
}
.experiencia-item:hover i {
  color: #4CC9E8;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (min-width: 768px) {
  .experiencia-item:hover {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
@media screen and (min-width: 1024px) {
  .experiencia-item:hover {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}

.btn-nosotros {
  background: linear-gradient(135deg, #0F2346, #1E4A8C, #4578C8);
  color: #FFFFFF;
  border: none;
  padding: 1rem 1.5rem;
  border-radius: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: "Source Sans Pro", sans-serif;
  padding: 0.8rem 1.5rem;
  font-size: 0.8rem;
}
@media screen and (min-width: 768px) {
  .btn-nosotros {
    padding: 1.5rem 2rem;
  }
}
.btn-nosotros:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(15, 35, 70, 0.15), 0 3px 6px rgba(15, 35, 70, 0.1);
}
.btn-nosotros:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(76, 201, 232, 0.15), 0 2px 6px rgba(142, 223, 242, 0.1);
}
@media screen and (min-width: 768px) {
  .btn-nosotros {
    padding: 1rem 1.8rem;
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 1024px) {
  .btn-nosotros {
    padding: 1.2rem 2rem;
    font-size: 1rem;
  }
}
.btn-nosotros:hover {
  box-shadow: 0 8px 20px rgba(30, 74, 140, 0.3);
}

.nosotros-visual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .nosotros-visual {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .nosotros-visual {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
}

.visual-item {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(76, 201, 232, 0.1));
  border-radius: 12px;
  padding: 0.5rem;
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid rgba(76, 201, 232, 0.2);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 15px rgba(15, 35, 70, 0.1);
}
@media screen and (min-width: 768px) {
  .visual-item {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .visual-item {
    padding: 2rem;
  }
}
.visual-item:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(76, 201, 232, 0.2));
  box-shadow: 0 8px 25px rgba(76, 201, 232, 0.25);
  border-color: #4CC9E8;
}
.visual-item:hover i {
  -webkit-transform: scale(1.1) rotate(5deg);
          transform: scale(1.1) rotate(5deg);
  color: #4CC9E8;
}
.visual-item.grande {
  grid-column: 1/-1;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(76, 201, 232, 0.15));
  color: #0F2346;
  border: 2px solid #4CC9E8;
  box-shadow: 0 6px 20px rgba(76, 201, 232, 0.2);
}
.visual-item.grande:hover {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(76, 201, 232, 0.25));
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  box-shadow: 0 12px 30px rgba(76, 201, 232, 0.3);
  border-color: #1E4A8C;
}
.visual-item.grande h4,
.visual-item.grande p {
  color: #0F2346;
  text-shadow: none;
}
.visual-item.grande i {
  color: #4CC9E8;
  -webkit-filter: drop-shadow(0 2px 4px rgba(76, 201, 232, 0.3));
          filter: drop-shadow(0 2px 4px rgba(76, 201, 232, 0.3));
}
.visual-item i {
  font-size: 1.6rem;
  color: #4CC9E8;
  margin-bottom: 0.4rem;
  transition: all 0.3s ease;
  -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}
@media screen and (min-width: 768px) {
  .visual-item i {
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .visual-item i {
    font-size: 2.5rem;
  }
}
.visual-item h4 {
  font-family: "GFS Didot", serif;
  font-size: 1.1rem;
  margin: 0 0 0.3rem 0;
  color: #0F2346;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .visual-item h4 {
    font-size: 1.3rem;
    margin: 0 0 0.5rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .visual-item h4 {
    font-size: 1.5rem;
  }
}
.visual-item p {
  font-size: 0.8rem;
  margin: 0;
  color: #34495E;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .visual-item p {
    font-size: 0.9rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1024px) {
  .visual-item p {
    font-size: 1rem;
    line-height: 1.5;
    color: black;
  }
}

/* ================================
 * SERVICIOS-INICIO.SCSS - BOMBAS AYALA
 * Sección servicios destacados - Mobile First
 * ================================ */
.servicios-destacados {
  padding: 0.5rem 0;
  background: linear-gradient(135deg, #BDC3C7 0%, #F8FAFF 50%, #EAFCFF 100%);
  position: relative;
  overflow: hidden;
  padding-bottom: 2rem !important;
}
.servicios-destacados::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 80%, rgba(76, 201, 232, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(118, 223, 240, 0.1) 0%, transparent 50%);
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .servicios-destacados {
    padding: 1rem 0;
  }
}
@media screen and (min-width: 1400px) {
  .servicios-destacados {
    padding: 2rem 0;
    margin-bottom: -5rem;
    position: relative;
  }
}

.servicios-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 0.5rem;
}
@media screen and (min-width: 768px) {
  .servicios-container {
    padding: 0 1rem;
  }
}
@media screen and (min-width: 1400px) {
  .servicios-container {
    padding: 0 2rem;
  }
}

.servicios-header {
  text-align: center;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .servicios-header {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .servicios-header {
    margin-bottom: 4rem;
  }
}
.servicios-header h2 {
  font-family: "GFS Didot", serif;
  font-size: 1.6rem;
  color: #0F2346;
  text-align: center;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  .servicios-header h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1400px) {
  .servicios-header h2 {
    font-family: "GFS Didot", serif;
    color: #0F2346;
    text-align: center;
    margin-bottom: 1.5rem;
    position: relative;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1400px) and (min-width: 768px) {
  .servicios-header h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1400px) and (min-width: 1024px) {
  .servicios-header h2 {
    font-size: 2.8rem;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1400px) {
  .servicios-header h2::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background: linear-gradient(135deg, #1E4A8C, #4CC9E8, #8EDFF2);
    border-radius: 4px;
  }
}
@media screen and (min-width: 1400px) and (min-width: 768px) {
  .servicios-header h2::after {
    width: 80px;
    height: 4px;
  }
}
.servicios-header p {
  font-size: 0.8rem;
  color: #2C3E50;
  max-width: 600px;
  margin: 0.8rem auto 0;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .servicios-header p {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 1400px) {
  .servicios-header p {
    font-size: 1.2rem;
  }
}

.servicios-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 1rem;
  align-items: start;
  margin-bottom: 0rem !important;
}
@media screen and (min-width: 768px) {
  .servicios-grid {
    grid-template-columns: 1.5fr 2fr !important;
  }
}
@media screen and (min-width: 1400px) {
  .servicios-grid {
    grid-template-columns: 1fr 2fr !important;
    gap: 4rem;
  }
}

.servicios-principales {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding: 0rem !important;
}
@media screen and (min-width: 768px) {
  .servicios-principales {
    padding: 0;
  }
}

.servicio-estrella {
  background: linear-gradient(135deg, rgba(118, 223, 240, 0.2) 0%, rgba(221, 245, 249, 0.3) 100%);
  backdrop-filter: blur(8px);
  padding: 0.5rem;
  border-radius: 20px;
  border-left: 5px solid #4CC9E8;
  border: 1px solid rgba(118, 223, 240, 0.3);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(76, 201, 232, 0.1);
}
.servicio-estrella::before {
  content: "⭐";
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  font-size: 1.1rem;
  -webkit-animation: twinkle 2s ease-in-out infinite;
          animation: twinkle 2s ease-in-out infinite;
}
.servicio-estrella::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #4CC9E8, #3869B4);
  border-radius: 20px 20px 0 0;
}
.servicio-estrella:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(76, 201, 232, 0.25);
  background: linear-gradient(135deg, rgba(118, 223, 240, 0.3) 0%, rgba(221, 245, 249, 0.4) 100%);
  backdrop-filter: blur(12px);
  border-color: rgba(76, 201, 232, 0.5);
}
@media screen and (min-width: 1024px) {
  .servicio-estrella:hover {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
.servicio-estrella h3 {
  font-family: "GFS Didot", serif;
  font-size: 0.9rem;
  color: #0F2346;
  margin: 0 0 0.3rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  gap: 0.2rem;
}
@media screen and (min-width: 768px) {
  .servicio-estrella h3 {
    font-size: 1.2rem;
    margin: 0 0 0.5rem 0;
    gap: 0.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .servicio-estrella h3 {
    font-size: 1.4rem;
  }
}
.servicio-estrella h3 i {
  color: #4CC9E8;
  font-size: 0.9rem;
}
@media screen and (min-width: 768px) {
  .servicio-estrella h3 i {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1024px) {
  .servicio-estrella h3 i {
    font-size: 1.2rem;
  }
}
.servicio-estrella p {
  color: #34495E;
  font-size: 0.7rem;
  line-height: 1.2;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .servicio-estrella p {
    font-size: 0.9rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1024px) {
  .servicio-estrella p {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.servicios-listado {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(76, 201, 232, 0.1));
  border-radius: 20px;
  padding: 1rem;
  border: 1px solid rgba(76, 201, 232, 0.2);
  backdrop-filter: blur(5px);
  box-shadow: 0 4px 15px rgba(76, 201, 232, 0.1);
}
@media screen and (min-width: 768px) {
  .servicios-listado {
    padding: 1.5rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(76, 201, 232, 0.15));
  }
}
@media screen and (min-width: 1024px) {
  .servicios-listado {
    padding: 3rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(76, 201, 232, 0.12));
  }
}
.servicios-listado h3 {
  font-family: "GFS Didot", serif;
  font-size: 1rem;
  color: #0F2346;
  margin: 0 0 0.5rem 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .servicios-listado h3 {
    font-size: 1.5rem;
    margin: 0 0 1rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .servicios-listado h3 {
    font-size: 1.8rem;
  }
}

.servicios-categorias {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.3rem;
}
@media screen and (min-width: 768px) {
  .servicios-categorias {
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .servicios-categorias {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
}

.categoria-servicios h4 {
  color: #1E4A8C;
  font-weight: 700;
  margin: 0 0 0.5rem 0;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 768px) {
  .categoria-servicios h4 {
    font-size: 1rem;
    margin: 0 0 0.8rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .categoria-servicios h4 {
    font-size: 1.2rem;
    margin: 0 0 1rem 0;
  }
}

.lista-servicios {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 1rem !important;
}
.lista-servicios li {
  color: #0F2346;
  padding: 0.2rem 0;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  gap: 0.4rem;
  transition: all 0.2s ease;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .lista-servicios li {
    font-size: 0.9rem;
    padding: 0.3rem 0;
    gap: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .lista-servicios li {
    font-size: 1rem;
    padding: 0.4rem 0;
    gap: 0.6rem;
    line-height: 1.5;
  }
}
.lista-servicios li::before {
  content: "•";
  color: #4CC9E8;
  font-weight: bold;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .lista-servicios li::before {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .lista-servicios li::before {
    font-size: 1.3rem;
  }
}
.lista-servicios li:hover {
  color: #1E4A8C;
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
  background: rgba(76, 201, 232, 0.1);
  border-radius: 8px;
  padding-left: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .lista-servicios li:hover {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}

@-webkit-keyframes twinkle {
  0%, 100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 0.7;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes twinkle {
  0%, 100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 0.7;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
/* ================================
 * COBERTURA-INICIO.SCSS - BOMBAS AYALA
 * Sección cobertura Lima - Mobile First
 * ================================ */
.cobertura-lima {
  padding: 1.5rem 0;
  background: linear-gradient(135deg, #0F2346 0%, #1E4A8C 50%, #4CC9E8 100%);
  position: relative;
  overflow: hidden;
}
.cobertura-lima::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="20" height="20" patternUnits="userSpaceOnUse"><path d="M 20 0 L 0 0 0 20" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
  opacity: 0.3;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .cobertura-lima {
    padding: 2rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .cobertura-lima {
    padding: 3rem 0;
  }
}

.cobertura-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 0.5rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .cobertura-container {
    padding: 0 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .cobertura-container {
    padding: 0 2rem;
  }
}

.cobertura-header {
  text-align: center;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .cobertura-header {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .cobertura-header {
    margin-bottom: 4rem;
  }
}
.cobertura-header h2 {
  font-family: "GFS Didot", serif;
  font-size: 1.4rem;
  color: #0F2346;
  text-align: center;
  margin-bottom: 0.6rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  position: relative;
}
.cobertura-header h2::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg, #4CC9E8, #16A085);
  border-radius: 2px;
}
@media screen and (min-width: 768px) {
  .cobertura-header h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .cobertura-header h2::after {
    width: 60px;
    height: 3px;
  }
}
@media screen and (min-width: 1024px) {
  .cobertura-header h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
  }
  .cobertura-header h2::after {
    width: 80px;
    height: 4px;
  }
}
.cobertura-header p {
  font-size: 0.7rem;
  color: #2B5AA0;
  max-width: 500px;
  margin: 0.5rem auto 0;
  line-height: 1.3;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  opacity: 0.9;
}
@media screen and (min-width: 768px) {
  .cobertura-header p {
    font-size: 0.9rem;
    margin: 1rem auto 0;
    line-height: 1.5;
    max-width: 600px;
  }
}
@media screen and (min-width: 1024px) {
  .cobertura-header p {
    font-size: 1.1rem;
    margin: 1.2rem auto 0;
    line-height: 1.6;
  }
}

.cobertura-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .cobertura-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .cobertura-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    gap: 1.5rem;
  }
}

.distrito-item {
  background: linear-gradient(145deg, #FFFFFF 0%, #F8FAFF 100%);
  padding: 0.5rem;
  border-radius: 8px;
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid rgba(76, 201, 232, 0.2);
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(15, 35, 70, 0.1);
}
@media screen and (min-width: 768px) {
  .distrito-item {
    padding: 1rem;
    border-radius: 12px;
    border: 2px solid rgba(76, 201, 232, 0.2);
  }
}
@media screen and (min-width: 1024px) {
  .distrito-item {
    padding: 1.5rem;
    border-radius: 15px;
  }
}
.distrito-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #4CC9E8, #16A085, #1E4A8C);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  border-radius: 12px 12px 0 0;
}
.distrito-item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: radial-gradient(circle, rgba(76, 201, 232, 0.1) 0%, transparent 70%);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  border-radius: 50%;
}
.distrito-item:hover {
  -webkit-transform: translateY(-3px) scale(1.02);
          transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 30px rgba(76, 201, 232, 0.25);
  border-color: #4CC9E8;
  background: linear-gradient(145deg, #FFFFFF 0%, #EAFCFF 100%);
}
@media screen and (min-width: 768px) {
  .distrito-item:hover {
    -webkit-transform: translateY(-5px) scale(1.03);
            transform: translateY(-5px) scale(1.03);
    box-shadow: 0 12px 40px rgba(76, 201, 232, 0.3);
  }
}
.distrito-item:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.distrito-item:hover::after {
  width: 100%;
  height: 100%;
}
.distrito-item i {
  color: #1E4A8C;
  font-size: 1rem;
  margin-bottom: 0.2rem;
  transition: all 0.3s ease;
  -webkit-filter: drop-shadow(0 1px 2px rgba(30, 74, 140, 0.2));
          filter: drop-shadow(0 1px 2px rgba(30, 74, 140, 0.2));
}
@media screen and (min-width: 768px) {
  .distrito-item i {
    font-size: 1.3rem;
    margin-bottom: 0.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .distrito-item i {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
.distrito-item:hover i {
  color: #4CC9E8;
  -webkit-transform: scale(1.1) rotate(5deg);
          transform: scale(1.1) rotate(5deg);
  -webkit-filter: drop-shadow(0 3px 6px rgba(76, 201, 232, 0.4));
          filter: drop-shadow(0 3px 6px rgba(76, 201, 232, 0.4));
}
.distrito-item h4 {
  color: #0F2346;
  font-weight: 700;
  margin: 0 0 0.2rem 0;
  font-size: 0.7rem;
  transition: color 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .distrito-item h4 {
    font-size: 0.85rem;
    margin: 0 0 0.3rem 0;
    letter-spacing: 0.4px;
  }
}
@media screen and (min-width: 1024px) {
  .distrito-item h4 {
    font-size: 1rem;
    margin: 0 0 0.5rem 0;
    letter-spacing: 0.5px;
  }
}
.distrito-item:hover h4 {
  color: #1E4A8C;
}
.distrito-item p {
  color: #2C3E50;
  font-size: 0.6rem;
  margin: 0;
  font-style: italic;
  transition: color 0.3s ease;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .distrito-item p {
    font-size: 0.75rem;
    line-height: 1.3;
  }
}
@media screen and (min-width: 1024px) {
  .distrito-item p {
    font-size: 0.85rem;
    line-height: 1.4;
  }
}
.distrito-item:hover p {
  color: #0F2346;
}

/* ================================
 * ANIMACIONES-INICIO.SCSS - BOMBAS AYALA
 * Animaciones y estados especiales
 * ================================ */
.nosotros-content,
.nosotros-visual,
.servicios-header,
.servicios-grid,
.productos-header,
.productos-grid,
.cobertura-header,
.cobertura-grid {
  opacity: 0;
  -webkit-animation: fadeIn 0.8s ease-out 0s forwards;
          animation: fadeIn 0.8s ease-out 0s forwards;
}

.nosotros-content {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.nosotros-visual {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.servicios-header {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.servicios-grid {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.productos-header {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.productos-grid {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.cobertura-header {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.cobertura-grid {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.main-inicio {
  margin-top: 0rem;
}
@media screen and (min-width: 768px) {
  .main-inicio {
    margin-top: 0rem;
  }
}
@media screen and (min-width: 1024px) {
  .main-inicio {
    margin-top: 0rem;
  }
}

.nosotros-preview,
.servicios-destacados,
.productos-estrella,
.cobertura-lima {
  padding: 2rem 0;
}
@media screen and (min-width: 768px) {
  .nosotros-preview,
  .servicios-destacados,
  .productos-estrella,
  .cobertura-lima {
    padding: 3rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .nosotros-preview,
  .servicios-destacados,
  .productos-estrella,
  .cobertura-lima {
    padding: 3rem 0;
  }
}

.servicios-container,
.productos-container,
.nosotros-container,
.cobertura-container {
  padding: 0 1rem;
}
@media screen and (min-width: 768px) {
  .servicios-container,
  .productos-container,
  .nosotros-container,
  .cobertura-container {
    padding: 0 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .servicios-container,
  .productos-container,
  .nosotros-container,
  .cobertura-container {
    padding: 0 2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .visual-item:hover,
  .servicio-estrella:hover,
  .producto-destacado:hover,
  .producto-card:hover,
  .distrito-item:hover {
    -webkit-transform: none;
            transform: none;
  }
  .producto-card:hover .producto-icono {
    -webkit-transform: none;
            transform: none;
  }
}
/* ================================
 * FLOTANTES.SCSS - BOMBAS AYALA
 * Elementos flotantes con superpoderes
 * ================================ */
.flotantes {
  position: fixed;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1200;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  transition: all 0.3s ease;
}
.flotantes.hidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50%) translateX(100px);
          transform: translateY(-50%) translateX(100px);
}
.flotantes.minimized {
  gap: 0.5rem;
}
.flotantes.minimized .flotante {
  width: 50px;
  height: 50px;
}
.flotantes.minimized .flotante span {
  opacity: 0;
  font-size: 0.5rem;
}
.flotantes.minimized .flotante i {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .flotantes {
    right: 15px;
    gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .flotantes {
    right: 10px;
    gap: 0.5rem;
  }
}

.flotante {
  width: auto;
  height: auto;
  padding: 0.5rem;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-decoration: none;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 0.7rem;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  backdrop-filter: blur(10px);
  background: transparent;
  -webkit-animation: float 3s ease-in-out infinite;
          animation: float 3s ease-in-out infinite;
}
.flotante::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: all 0.6s ease;
}
.flotante:active::before {
  width: 120px;
  height: 120px;
}
.flotante img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 4px;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.flotante span {
  font-size: 0.65rem;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
  text-align: center;
  line-height: 1;
  color: #2C3E50;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
}
.flotante:hover {
  -webkit-transform: scale(1.1) translateY(-5px);
          transform: scale(1.1) translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}
.flotante:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
.flotante:hover span {
  font-weight: 700;
  color: #0F2346;
}
@media screen and (min-width: 768px) {
  .flotante {
    padding: 0.5rem;
  }
  .flotante img {
    width: 40px;
    height: 40px;
  }
  .flotante span {
    font-size: 0.6rem;
  }
}
@media screen and (max-width: 767px) {
  .flotante {
    padding: 6px;
  }
  .flotante img {
    width: 35px;
    height: 35px;
  }
  .flotante span {
    font-size: 0.55rem;
  }
}

.flotante.whatsapp {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.flotante.whatsapp:hover img {
  -webkit-filter: drop-shadow(0 0 10px #25D366);
          filter: drop-shadow(0 0 10px #25D366);
}

.flotante.llamada {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.flotante.llamada:hover img {
  -webkit-filter: drop-shadow(0 0 10px #1E4A8C);
          filter: drop-shadow(0 0 10px #1E4A8C);
}

.flotante.instagram {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.flotante.instagram:hover img {
  -webkit-filter: drop-shadow(0 0 10px #E4405F);
          filter: drop-shadow(0 0 10px #E4405F);
}

.flotante[data-tooltip] {
  position: relative;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.flotante[data-tooltip]::before {
  content: attr(data-tooltip);
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.9);
  color: #FFFFFF;
  padding: 8px 15px;
  border-radius: 12px;
  font-size: 0.85rem;
  font-weight: 600;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
  backdrop-filter: blur(10px);
  margin-left: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
.flotante[data-tooltip]::after {
  content: "";
  position: absolute;
  left: calc(100% + 5px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 6px solid transparent;
  border-right-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
}
.flotante[data-tooltip]:hover {
  -webkit-transform: scale(1.1) translateY(-5px) translateX(-15px);
          transform: scale(1.1) translateY(-5px) translateX(-15px);
}
.flotante[data-tooltip]:hover::before, .flotante[data-tooltip]:hover::after {
  opacity: 1;
  visibility: visible;
}
.flotante[data-tooltip]:hover::before {
  -webkit-transform: translateY(-50%) translateX(5px);
          transform: translateY(-50%) translateX(5px);
}
@media screen and (min-width: 768px) {
  .flotante[data-tooltip]::before {
    font-size: 0.75rem;
    padding: 6px 12px;
    margin-left: 8px;
  }
  .flotante[data-tooltip]::after {
    border-width: 5px;
  }
  .flotante[data-tooltip]:hover {
    -webkit-transform: scale(1.05) translateY(-3px) translateX(-10px);
            transform: scale(1.05) translateY(-3px) translateX(-10px);
  }
}
@media screen and (max-width: 767px) {
  .flotante[data-tooltip]::before {
    font-size: 0.7rem;
    padding: 5px 10px;
    margin-left: 6px;
  }
  .flotante[data-tooltip]::after {
    border-width: 4px;
  }
  .flotante[data-tooltip]:hover {
    -webkit-transform: scale(1.03) translateY(-2px) translateX(-8px);
            transform: scale(1.03) translateY(-2px) translateX(-8px);
  }
}

.flotantes-toggle {
  position: fixed;
  right: 25px;
  bottom: 25px;
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, #2C3E50, #34495E, #7F8C8D);
  border: none;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 1.2rem;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(15, 35, 70, 0.07), 0 1px 3px rgba(15, 35, 70, 0.06);
  z-index: 1201;
}
.flotantes-toggle:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  box-shadow: 0 10px 25px rgba(15, 35, 70, 0.15), 0 3px 6px rgba(15, 35, 70, 0.1);
}
.flotantes-toggle.active {
  background: #E74C3C;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .flotantes-toggle {
    right: 15px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .flotantes-toggle {
    right: 10px;
    bottom: 15px;
    width: 35px;
    height: 35px;
    font-size: 0.9rem;
  }
}

@-webkit-keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@-webkit-keyframes pulse-whatsapp {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}
@keyframes pulse-whatsapp {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}
@-webkit-keyframes pulse-phone {
  0% {
    box-shadow: 0 0 0 0 rgba(30, 74, 140, 0.7);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(30, 74, 140, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(30, 74, 140, 0);
  }
}
@keyframes pulse-phone {
  0% {
    box-shadow: 0 0 0 0 rgba(30, 74, 140, 0.7);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(30, 74, 140, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(30, 74, 140, 0);
  }
}
@-webkit-keyframes pulse-instagram {
  0% {
    box-shadow: 0 0 0 0 rgba(228, 64, 95, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(228, 64, 95, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(228, 64, 95, 0);
  }
}
@keyframes pulse-instagram {
  0% {
    box-shadow: 0 0 0 0 rgba(228, 64, 95, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(228, 64, 95, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(228, 64, 95, 0);
  }
}
@-webkit-keyframes notification-pulse {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0.7;
  }
}
@keyframes notification-pulse {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0.7;
  }
}
@-webkit-keyframes ring-animation {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  20% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  30% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes ring-animation {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  20% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  30% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes call-ring {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
            transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}
@keyframes call-ring {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
            transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes story-gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes story-gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.scrolling .flotantes {
  opacity: 0.7;
  -webkit-transform: translateY(-50%) scale(0.9);
          transform: translateY(-50%) scale(0.9);
}

.page-contacto .flotantes .flotante.whatsapp,
.page-contacto .flotantes .flotante.llamada {
  -webkit-animation: attention-shake 0.5s ease-in-out 3s;
          animation: attention-shake 0.5s ease-in-out 3s;
}

@-webkit-keyframes attention-shake {
  0%, 100% {
    -webkit-transform: scale(1.15) translateX(0);
            transform: scale(1.15) translateX(0);
  }
  25% {
    -webkit-transform: scale(1.15) translateX(-5px);
            transform: scale(1.15) translateX(-5px);
  }
  75% {
    -webkit-transform: scale(1.15) translateX(5px);
            transform: scale(1.15) translateX(5px);
  }
}

@keyframes attention-shake {
  0%, 100% {
    -webkit-transform: scale(1.15) translateX(0);
            transform: scale(1.15) translateX(0);
  }
  25% {
    -webkit-transform: scale(1.15) translateX(-5px);
            transform: scale(1.15) translateX(-5px);
  }
  75% {
    -webkit-transform: scale(1.15) translateX(5px);
            transform: scale(1.15) translateX(5px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .flotante {
    -webkit-animation: none !important;
            animation: none !important;
  }
  .flotante:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .flotantes-toggle:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.flotante:focus {
  outline: 2px solid #4CC9E8;
  outline-offset: 2px;
}

@media (prefers-color-scheme: dark) {
  .flotante[data-tooltip]::before {
    background: rgba(255, 255, 255, 0.95);
    color: #2C3E50;
  }
  .flotante[data-tooltip]::after {
    border-left-color: rgba(255, 255, 255, 0.95);
  }
}
/* ================================
 * MAIN-NOSOTROS.SCSS - BOMBAS AYALA
 * Página Nosotros responsive completa
 * Mobile-first: Móvil → Tablet → Desktop
 * ================================ */
.seccion-nosotros {
  min-height: 100vh;
  background: #FFFFFF;
  font-family: "Source Sans Pro", sans-serif;
  position: relative;
  overflow-x: hidden;
}

.hero-nosotros {
  background: linear-gradient(135deg, #0F2346, #1E4A8C, #4578C8);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.hero-nosotros::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="hero-pattern" width="40" height="40" patternUnits="userSpaceOnUse"><circle cx="20" cy="20" r="2" fill="rgba(255,255,255,0.08)"/><circle cx="0" cy="0" r="1" fill="rgba(255,255,255,0.05)"/><circle cx="40" cy="40" r="1" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23hero-pattern)"/></svg>');
  opacity: 0.6;
}

.contenedor-hero {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 1rem;
  padding: 2rem 1.5rem 1rem;
}
@media screen and (min-width: 768px) {
  .contenedor-hero {
    padding: 3rem 2rem 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .contenedor-hero {
    padding: 4rem 2rem 2rem;
  }
}

.titulo-principal-nosotros {
  font-family: "GFS Didot", serif;
  color: #FFFFFF;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 2px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-size: 2rem;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .titulo-principal-nosotros {
    font-size: 2.5rem;
    gap: 2rem;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .titulo-principal-nosotros {
    font-size: 3.5rem;
    gap: 2rem;
    margin-bottom: 2rem;
  }
}
.titulo-principal-nosotros svg {
  color: #8EDFF2;
  text-shadow: 0 0 20px rgba(142, 223, 242, 0.5);
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .titulo-principal-nosotros svg {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .titulo-principal-nosotros svg {
    font-size: 3rem;
  }
}

.subtitulo-nosotros {
  font-family: "Source Sans Pro", sans-serif;
  color: #8EDFF2;
  font-weight: 300;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .subtitulo-nosotros {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1024px) {
  .subtitulo-nosotros {
    font-size: 1.4rem;
  }
}

.estadisticas {
  background: #ECF0F1;
  padding: 1.5rem 0 1rem;
}
@media screen and (min-width: 768px) {
  .estadisticas {
    padding: 2rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .estadisticas {
    padding: 4rem 0;
  }
}

.contenedor-estadisticas {
  display: grid;
  gap: 1rem;
  max-width: 1200px;
  margin: 0 auto;
  grid-template-columns: repeat(4, 1fr);
  padding: 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .contenedor-estadisticas {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 3rem;
    padding: 0 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .contenedor-estadisticas {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 3rem;
    padding: 0 2rem;
  }
}

.estadistica-item {
  text-align: center;
  background: rgba(189, 195, 199, 0.7);
  border-radius: 20px;
  box-shadow: 0 1px 3px rgba(15, 35, 70, 0.12), 0 1px 2px rgba(15, 35, 70, 0.24);
  transition: all 0.3s ease;
  border: 1px solid #BDC3C7;
  position: relative;
  padding: 0.5rem;
}
@media screen and (min-width: 768px) {
  .estadistica-item {
    padding: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .estadistica-item {
    padding: 1rem;
  }
}
.estadistica-item:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(15, 35, 70, 0.15), 0 3px 6px rgba(15, 35, 70, 0.1);
  border-color: #1E4A8C;
}

.numero-estadistica {
  font-family: "GFS Didot", serif;
  font-weight: 700;
  color: #1E4A8C;
  margin-bottom: 0.5rem;
  display: block;
  line-height: 1;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .numero-estadistica {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .numero-estadistica {
    font-size: 2.5rem;
  }
}

.texto-estadistica {
  font-family: "Roboto Slab", serif;
  color: #2C3E50;
  font-weight: 500;
  font-size: 0.7rem;
}
@media screen and (min-width: 768px) {
  .texto-estadistica {
    font-size: 0.95rem;
  }
}
@media screen and (min-width: 1024px) {
  .texto-estadistica {
    font-size: 0.95rem;
  }
}

.icono-estadistica {
  position: absolute;
  top: 1rem;
  right: 1rem;
  opacity: 0.2;
}
.icono-estadistica svg {
  color: #7F8C8D;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .icono-estadistica svg {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .icono-estadistica svg {
    font-size: 1.2rem;
  }
}

.quienes-somos {
  background: #FFFFFF;
  padding: 1.5rem 0;
}
@media screen and (min-width: 768px) {
  .quienes-somos {
    padding: 2rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .quienes-somos {
    padding: 3rem 0;
  }
}

.contenido-con-imagen {
  display: grid;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  grid-template-columns: 1fr;
  gap: 2rem;
  padding: 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .contenido-con-imagen {
    grid-template-columns: 1fr 1.5fr;
    gap: 4rem;
    padding: 0 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .contenido-con-imagen {
    grid-template-columns: 1fr 1.5fr;
    gap: 4rem;
    padding: 0 2rem;
  }
}

.imagen-quienes-somos {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(15, 35, 70, 0.07), 0 1px 3px rgba(15, 35, 70, 0.06);
}
.imagen-quienes-somos:hover .imagen-equipo {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.imagen-equipo {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 250px;
}
@media screen and (min-width: 768px) {
  .imagen-equipo {
    height: 250px;
  }
}
@media screen and (min-width: 1024px) {
  .imagen-equipo {
    height: 350px;
  }
}

.overlay-imagen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(44, 62, 80, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
  cursor: pointer;
}
.overlay-imagen:hover {
  opacity: 1;
}

.icono-play {
  color: #FFFFFF;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
  font-size: 3rem;
}
@media screen and (min-width: 768px) {
  .icono-play {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .icono-play {
    font-size: 4rem;
  }
}

.contenido-texto {
  padding: 0;
}

.encabezado-tarjeta {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  gap: 1rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .encabezado-tarjeta {
    gap: 1.5rem;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .encabezado-tarjeta {
    gap: 1.5rem;
    margin-bottom: 3rem;
  }
}

.icono-limpio {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
}
@media screen and (min-width: 768px) {
  .icono-limpio {
    width: auto;
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  .icono-limpio {
    width: auto;
    height: auto;
  }
}
.icono-limpio svg {
  color: #1E4A8C;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .icono-limpio svg {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .icono-limpio svg {
    font-size: 2rem;
  }
}

.icono-tarjeta {
  background: #E67E22;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 6px rgba(15, 35, 70, 0.07), 0 1px 3px rgba(15, 35, 70, 0.06);
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 768px) {
  .icono-tarjeta {
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .icono-tarjeta {
    width: 50px;
    height: 50px;
  }
}
.icono-tarjeta svg {
  color: #FFFFFF;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .icono-tarjeta svg {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .icono-tarjeta svg {
    font-size: 1.5rem;
  }
}

.titulo-tarjeta {
  font-family: "GFS Didot", serif;
  color: #2C3E50;
  font-weight: 500;
  margin: 0;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .titulo-tarjeta {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .titulo-tarjeta {
    font-size: 2rem;
  }
}

.texto-principal {
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.8;
  color: #34495E;
  font-size: 1rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .texto-principal {
    font-size: 1.1rem;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .texto-principal {
    font-size: 1.1rem;
    margin-bottom: 3rem;
  }
}
.texto-principal strong {
  color: #2C3E50;
  font-weight: 600;
}

.lista-caracteristicas {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .lista-caracteristicas {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .lista-caracteristicas {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
  }
}

.caracteristica-item {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  gap: 1rem;
  font-family: "Source Sans Pro", sans-serif;
  color: #34495E;
  font-weight: 500;
  transition: all 0.3s ease;
}
.caracteristica-item svg {
  color: #27AE60;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .caracteristica-item svg {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1024px) {
  .caracteristica-item svg {
    font-size: 1.1rem;
  }
}
.caracteristica-item:hover {
  color: #2C3E50;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.mision-vision {
  background: #ECF0F1;
  padding: 1.5rem 0;
}
@media screen and (min-width: 768px) {
  .mision-vision {
    padding: 1rem 3rem 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .mision-vision {
    padding: 1rem 3rem 2rem;
  }
}

.mision-vision-grid {
  display: grid;
  max-width: 1200px;
  margin: 0 auto;
  grid-template-columns: 1fr;
  gap: 2rem;
  padding: 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .mision-vision-grid {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    padding: 0 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .mision-vision-grid {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    padding: 0 2rem;
  }
}

.mision-section,
.vision-section {
  border-radius: 20px;
  background: #FFFFFF;
  box-shadow: 0 1px 3px rgba(15, 35, 70, 0.12), 0 1px 2px rgba(15, 35, 70, 0.24);
  transition: all 0.3s ease;
  border: 1px solid #BDC3C7;
  padding: 1.5rem;
}
@media screen and (min-width: 768px) {
  .mision-section,
  .vision-section {
    padding: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .mision-section,
  .vision-section {
    padding: 1rem;
  }
}
.mision-section:hover,
.vision-section:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  box-shadow: 0 4px 6px rgba(15, 35, 70, 0.07), 0 1px 3px rgba(15, 35, 70, 0.06);
}

.mision-section {
  border-left: 4px solid #E67E22;
}

.vision-section {
  border-left: 4px solid #27AE60;
}

.mision-header,
.vision-header {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .mision-header,
  .vision-header {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .mision-header,
  .vision-header {
    margin-bottom: 0.5rem;
  }
}
.mision-header svg,
.vision-header svg {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .mision-header svg,
  .vision-header svg {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .mision-header svg,
  .vision-header svg {
    font-size: 1.8rem;
  }
}
.mision-header h4,
.vision-header h4 {
  font-family: "GFS Didot", serif;
  color: #2C3E50;
  margin: 0;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .mision-header h4,
  .vision-header h4 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .mision-header h4,
  .vision-header h4 {
    font-size: 1.5rem;
  }
}

.mision-header svg {
  color: #E67E22;
}

.vision-header svg {
  color: #27AE60;
}

.mision-texto,
.vision-texto {
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.7;
  color: #34495E;
  text-align: justify;
  font-size: 0.9rem;
}
@media screen and (min-width: 768px) {
  .mision-texto,
  .vision-texto {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .mision-texto,
  .vision-texto {
    font-size: 1rem;
  }
}

.valores {
  background: #FFFFFF;
  padding: 1.5rem 0.5rem;
}
@media screen and (min-width: 768px) {
  .valores {
    padding: 1rem 1.5rem 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .valores {
    padding: 1rem 2rem 3rem;
  }
}

.valores-grid {
  display: grid;
  max-width: 1000px;
  margin: 0 auto;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  padding: 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .valores-grid {
    grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
    gap: 1.5rem;
    padding: 0 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .valores-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    padding: 0 2rem;
  }
}

.valor-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 12px;
  background: #ECF0F1;
  transition: all 0.3s ease;
  box-shadow: 0 1px 3px rgba(15, 35, 70, 0.12), 0 1px 2px rgba(15, 35, 70, 0.24);
  border: 1px solid #BDC3C7;
  padding: 0.8rem;
}
@media screen and (min-width: 768px) {
  .valor-item {
    padding: 1.5rem 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .valor-item {
    padding: 1rem;
  }
}
.valor-item:nth-child(1) {
  border-left: 4px solid #E74C3C;
}
.valor-item:nth-child(1) svg {
  color: #E74C3C;
}
.valor-item:nth-child(1):hover {
  border-color: #E74C3C;
}
.valor-item:nth-child(2) {
  border-left: 4px solid #E67E22;
}
.valor-item:nth-child(2) svg {
  color: #E67E22;
}
.valor-item:nth-child(2):hover {
  border-color: #E67E22;
}
.valor-item:nth-child(3) {
  border-left: 4px solid #27AE60;
}
.valor-item:nth-child(3) svg {
  color: #27AE60;
}
.valor-item:nth-child(3):hover {
  border-color: #27AE60;
}
.valor-item:nth-child(4) {
  border-left: 4px solid #F39C12;
}
.valor-item:nth-child(4) svg {
  color: #F39C12;
}
.valor-item:nth-child(4):hover {
  border-color: #F39C12;
}
.valor-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  background: #FFFFFF;
  box-shadow: 0 4px 6px rgba(15, 35, 70, 0.07), 0 1px 3px rgba(15, 35, 70, 0.06);
}
.valor-item svg {
  margin-bottom: 1rem;
  transition: all 0.3s ease;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .valor-item svg {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .valor-item svg {
    font-size: 2rem;
  }
}
.valor-item span {
  font-family: "Roboto Slab", serif;
  font-weight: 500;
  color: #2C3E50;
  font-size: 0.85rem;
}
@media screen and (min-width: 768px) {
  .valor-item span {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .valor-item span {
    font-size: 1rem;
  }
}
.valor-item:hover svg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.cobertura-lima {
  background: #ECF0F1;
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .cobertura-lima {
    padding: 4rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .cobertura-lima {
    padding: 4rem 0;
  }
}

.contenedor-cobertura {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .contenedor-cobertura {
    padding: 0 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .contenedor-cobertura {
    padding: 0 2rem;
  }
}

.imagen-tecnico-mapa {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(15, 35, 70, 0.07), 0 1px 3px rgba(15, 35, 70, 0.06);
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .imagen-tecnico-mapa {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .imagen-tecnico-mapa {
    margin-bottom: 3rem;
  }
}

.imagen-tecnico {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 250px;
}
@media screen and (min-width: 768px) {
  .imagen-tecnico {
    height: 250px;
  }
}
@media screen and (min-width: 1024px) {
  .imagen-tecnico {
    height: 400px;
  }
}

.overlay-mapa {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}

.zona-norte,
.zona-sur,
.zona-este,
.zona-centro,
.zona-oeste {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  color: #FFFFFF;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  font-size: 0.85rem;
}
@media screen and (min-width: 768px) {
  .zona-norte,
  .zona-sur,
  .zona-este,
  .zona-centro,
  .zona-oeste {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .zona-norte,
  .zona-sur,
  .zona-este,
  .zona-centro,
  .zona-oeste {
    font-size: 1.2rem;
  }
}
.zona-norte::before,
.zona-sur::before,
.zona-este::before,
.zona-centro::before,
.zona-oeste::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  z-index: 1;
}
.zona-norte::after,
.zona-sur::after,
.zona-este::after,
.zona-centro::after,
.zona-oeste::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  background: #FFFFFF;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  transition: all 0.3s ease;
}

.zona-norte::before {
  background: rgba(15, 35, 70, 0.7);
}
.zona-norte:hover::before {
  background: rgba(76, 201, 232, 0.9);
}
.zona-norte:hover::after {
  background: #4CC9E8;
  -webkit-transform: translate(-50%, -50%) scale(1.5);
          transform: translate(-50%, -50%) scale(1.5);
}

.zona-sur::before {
  background: rgba(30, 74, 140, 0.7);
}
.zona-sur:hover::before {
  background: rgba(39, 174, 96, 0.9);
}
.zona-sur:hover::after {
  background: #27AE60;
  -webkit-transform: translate(-50%, -50%) scale(1.5);
          transform: translate(-50%, -50%) scale(1.5);
}

.zona-este::before {
  background: rgba(43, 90, 160, 0.7);
}
.zona-este:hover::before {
  background: rgba(230, 126, 34, 0.9);
}
.zona-este:hover::after {
  background: #E67E22;
  -webkit-transform: translate(-50%, -50%) scale(1.5);
          transform: translate(-50%, -50%) scale(1.5);
}

.zona-centro::before {
  background: rgba(56, 105, 180, 0.7);
}
.zona-centro:hover::before {
  background: rgba(30, 74, 140, 0.9);
}
.zona-centro:hover::after {
  background: #1E4A8C;
  -webkit-transform: translate(-50%, -50%) scale(1.5);
          transform: translate(-50%, -50%) scale(1.5);
}

.zona-oeste::before {
  background: rgba(69, 120, 200, 0.7);
}
.zona-oeste:hover::before {
  background: rgba(56, 105, 180, 0.9);
}
.zona-oeste:hover::after {
  background: #3869B4;
  -webkit-transform: translate(-50%, -50%) scale(1.5);
          transform: translate(-50%, -50%) scale(1.5);
}

.lista-distritos {
  display: block;
  background: #F0F7FF;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(15, 35, 70, 0.12), 0 1px 2px rgba(15, 35, 70, 0.24);
  min-height: 120px;
  border: 2px solid #8EDFF2;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .lista-distritos {
    padding: 2rem;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .lista-distritos {
    padding: 2rem;
    margin-bottom: 1rem;
  }
}
.lista-distritos .zona-titulo {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  font-size: 0.9rem;
}
@media screen and (min-width: 768px) {
  .lista-distritos .zona-titulo {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .lista-distritos .zona-titulo {
    font-size: 1.1rem;
  }
}
.lista-distritos .distritos-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .lista-distritos .distritos-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .lista-distritos .distritos-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}
.lista-distritos .distrito-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
  font-size: 0.8rem;
}
@media screen and (min-width: 768px) {
  .lista-distritos .distrito-item {
    font-size: 0.85rem;
  }
}
@media screen and (min-width: 1024px) {
  .lista-distritos .distrito-item {
    font-size: 0.9rem;
  }
}
.lista-distritos .distrito-item:hover {
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.lista-distritos .distrito-item svg {
  font-size: 0.8rem;
}

.tiempo-respuesta {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .tiempo-respuesta {
    gap: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .tiempo-respuesta {
    gap: 3rem;
  }
}

.respuesta-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  border-radius: 12px;
  background: rgba(44, 62, 80, 0.3);
  transition: all 0.3s ease;
  box-shadow: 0 1px 3px rgba(15, 35, 70, 0.12), 0 1px 2px rgba(15, 35, 70, 0.24);
  border: 1px solid #BDC3C7;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .respuesta-item {
    padding: 2rem 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .respuesta-item {
    padding: 2rem 3rem;
  }
}
.respuesta-item:nth-child(1) {
  border-left: 4px solid #E67E22;
}
.respuesta-item:nth-child(1) svg {
  color: #E67E22;
}
.respuesta-item:nth-child(1):hover {
  border-color: #E67E22;
}
.respuesta-item:nth-child(2) {
  border-left: 4px solid #27AE60;
}
.respuesta-item:nth-child(2) svg {
  color: #27AE60;
}
.respuesta-item:nth-child(2):hover {
  border-color: #27AE60;
}
.respuesta-item:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  box-shadow: 0 4px 6px rgba(15, 35, 70, 0.07), 0 1px 3px rgba(15, 35, 70, 0.06);
}
.respuesta-item svg {
  transition: all 0.3s ease;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .respuesta-item svg {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .respuesta-item svg {
    font-size: 1.5rem;
  }
}
.respuesta-item:hover svg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.respuesta-info {
  display: flex;
  flex-direction: column;
}
.respuesta-info strong {
  font-family: "Roboto Slab", serif;
  color: #2C3E50;
  margin-bottom: 0.25rem;
  font-size: 0.7rem;
}
@media screen and (min-width: 768px) {
  .respuesta-info strong {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .respuesta-info strong {
    font-size: 1rem;
  }
}
.respuesta-info span {
  font-family: "Source Sans Pro", sans-serif;
  color: #34495E;
  font-size: 0.6rem;
}
@media screen and (min-width: 768px) {
  .respuesta-info span {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 1024px) {
  .respuesta-info span {
    font-size: 0.9rem;
  }
}

.cta-nosotros {
  background: linear-gradient(135deg, #0F2346, #1E4A8C, #4578C8);
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 2rem 0;
}
@media screen and (min-width: 768px) {
  .cta-nosotros {
    padding: 3rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .cta-nosotros {
    padding: 1rem 0;
  }
}
.cta-nosotros::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="cta-pattern" width="50" height="50" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="3" fill="rgba(255,255,255,0.06)"/><circle cx="0" cy="0" r="1.5" fill="rgba(255,255,255,0.04)"/></pattern></defs><rect width="100" height="100" fill="url(%23cta-pattern)"/></svg>');
  opacity: 0.8;
}

.contenedor-cta {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .contenedor-cta {
    padding: 0 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .contenedor-cta {
    padding: 0 2rem;
  }
}

.titulo-cta {
  font-family: "GFS Didot", serif;
  color: #FFFFFF;
  font-weight: 500;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .titulo-cta {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .titulo-cta {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }
}

.texto-cta {
  font-family: "Source Sans Pro", sans-serif;
  color: #8EDFF2;
  line-height: 1.6;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .texto-cta {
    font-size: 1.1rem;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .texto-cta {
    font-size: 1.3rem;
    margin-bottom: 3rem;
  }
}

.botones-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .botones-cta {
    gap: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .botones-cta {
    gap: 3rem;
  }
}

.boton-cta {
  background: transparent;
  color: #FFFFFF;
  border: none;
  padding: 1rem 1.5rem;
  border-radius: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: "Source Sans Pro", sans-serif;
  font-family: "Roboto Slab", serif;
  font-weight: 600;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  transition: all 0.4s ease;
  border: 3px solid transparent;
  box-shadow: 0 4px 6px rgba(15, 35, 70, 0.07), 0 1px 3px rgba(15, 35, 70, 0.06);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.7rem;
  padding: 1rem 0.5rem;
}
@media screen and (min-width: 768px) {
  .boton-cta {
    padding: 1.5rem 2rem;
  }
}
.boton-cta:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(15, 35, 70, 0.15), 0 3px 6px rgba(15, 35, 70, 0.1);
}
@media screen and (min-width: 768px) {
  .boton-cta {
    font-size: 1.1rem;
    padding: 18px 40px;
  }
}
@media screen and (min-width: 1024px) {
  .boton-cta {
    font-size: 1.1rem;
    padding: 18px 40px;
  }
}
.boton-cta.primario {
  background: #E67E22;
  color: #FFFFFF;
  border-color: #E67E22;
}
.boton-cta.primario:hover {
  background: #FFFFFF;
  color: #E67E22;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(15, 35, 70, 0.15), 0 3px 6px rgba(15, 35, 70, 0.1);
}
.boton-cta.secundario {
  background: transparent;
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.boton-cta.secundario:hover {
  background: #FFFFFF;
  color: #2C3E50;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(15, 35, 70, 0.15), 0 3px 6px rgba(15, 35, 70, 0.1);
}
.boton-cta svg {
  transition: all 0.3s ease;
}
.boton-cta:hover svg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .estadistica-item:hover,
  .valor-item:hover,
  .respuesta-item:hover,
  .boton-cta:hover {
    -webkit-transform: none;
            transform: none;
  }
}
.main-servicios {
  background: #F8F9FA;
  min-height: 100vh;
  font-family: "Source Sans Pro", sans-serif;
  margin-top: 3rem;
  padding-bottom: 0;
}

.hero-servicios {
  background: linear-gradient(135deg, #0F2346, #1E4A8C, #4578C8);
  padding: 2.5rem 0 2rem 0;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.hero-servicios::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="tech-grid" width="20" height="20" patternUnits="userSpaceOnUse"><path d="M 20 0 L 0 0 0 20" fill="none" stroke="rgba(255,255,255,0.08)" stroke-width="1"/><circle cx="0" cy="0" r="1" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23tech-grid)"/></svg>');
}
@media screen and (min-width: 768px) {
  .hero-servicios {
    padding: 3.5rem 0 2.5rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .hero-servicios {
    padding: 4rem 0 3rem 0;
  }
}

.hero-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .hero-content {
    padding: 0 2rem;
  }
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.8rem;
  border-radius: 50px;
  color: #8EDFF2;
  font-weight: 600;
  margin-bottom: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.75rem;
}
.hero-badge i {
  color: #F39C12;
  font-size: 0.9rem;
}
@media screen and (min-width: 768px) {
  .hero-badge {
    padding: 0.75rem 1.2rem;
    font-size: 0.85rem;
  }
}

.hero-titulo {
  font-family: "GFS Didot", serif;
  font-size: clamp(1.4rem, 5vw, 4rem);
  color: #FFFFFF;
  margin: 0 0 0.75rem 0;
  font-weight: 400;
  letter-spacing: 1px;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  line-height: 1.1;
}

.hero-subtitulo {
  font-size: clamp(0.85rem, 3vw, 1.4rem);
  color: #8EDFF2;
  margin: 0 0 1.5rem 0;
  font-weight: 300;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.4;
  padding: 0 0.5rem;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 0.5rem;
}
@media screen and (min-width: 768px) {
  .hero-stats {
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .hero-stats {
    gap: 2rem;
  }
}

.stat-item {
  text-align: center;
  color: #FFFFFF;
  padding: 0.75rem 0.5rem;
}
@media screen and (min-width: 768px) {
  .stat-item {
    padding: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .stat-item {
    padding: 1.2rem;
  }
}

.stat-numero {
  font-family: "GFS Didot", serif;
  font-size: clamp(1.4rem, 6vw, 3rem);
  font-weight: 700;
  display: block;
  color: #4CC9E8;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.stat-texto {
  font-size: 0.75rem;
  font-weight: 500;
  margin-top: 0.25rem;
  opacity: 0.9;
}

.categorias-servicios {
  padding: 1.5rem 1rem;
  background: #FFFFFF;
  margin: 0.75rem 0;
}
@media screen and (min-width: 768px) {
  .categorias-servicios {
    padding: 1.5rem 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .categorias-servicios {
    padding: 2.5rem 2rem 1rem;
  }
}

.categorias-container {
  max-width: 1400px;
  margin: 0 auto;
}

.categorias-titulo {
  font-family: "GFS Didot", serif;
  font-size: clamp(1.2rem, 4vw, 2.2rem);
  color: #0F2346;
  text-align: center;
  margin-bottom: 1rem;
  position: relative;
}
.categorias-titulo::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
  height: 2px;
  background: linear-gradient(135deg, #1E4A8C, #4CC9E8, #8EDFF2);
  border-radius: 2px;
}

.categorias-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .categorias-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .categorias-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
}

.categoria-item {
  background: #FFFFFF;
  border: 2px solid #ECF0F1;
  border-radius: 12px;
  padding: 1rem 0.75rem;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  -webkit-animation: slideInUp 0.5s ease-out;
          animation: slideInUp 0.5s ease-out;
}
.categoria-item:hover {
  border-color: #4CC9E8;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(76, 201, 232, 0.2);
}
@media screen and (min-width: 1024px) {
  .categoria-item {
    padding: 5rem 0.5rem 1rem;
  }
  .categoria-item:hover {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}

.categoria-icono {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #1E4A8C, #4CC9E8, #8EDFF2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.5rem;
  font-size: 1.2rem;
  color: #FFFFFF;
  box-shadow: 0 3px 10px rgba(76, 201, 232, 0.3);
}
@media screen and (min-width: 768px) {
  .categoria-icono {
    width: 50px;
    height: 50px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .categoria-icono {
    width: 60px;
    height: 60px;
    font-size: 1.6rem;
    margin-bottom: 0.75rem;
  }
}

.categoria-nombre {
  font-family: "GFS Didot", serif;
  font-size: 0.9rem;
  color: #0F2346;
  margin: 0 0 0.2rem 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .categoria-nombre {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .categoria-nombre {
    font-size: 1.1rem;
  }
}

.categoria-descripcion {
  color: #34495E;
  font-size: 0.7rem;
  margin: 0 0 0.5rem 0;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .categoria-descripcion {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .categoria-descripcion {
    font-size: 0.85rem;
  }
}

.categoria-badge {
  display: inline-block;
  background: #4CC9E8;
  color: #FFFFFF;
  padding: 0.2rem 0.5rem;
  border-radius: 15px;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.servicios-principales {
  max-width: 1400px;
  margin: 0 auto;
  padding: 1.5rem 1rem !important;
}
@media screen and (min-width: 768px) {
  .servicios-principales {
    padding: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .servicios-principales {
    padding: 2.5rem 2rem;
  }
}

.seccion-titulo {
  text-align: center;
  margin-bottom: 1.5rem;
}
.seccion-titulo h2 {
  font-family: "GFS Didot", serif;
  font-size: clamp(1.2rem, 4vw, 2.8rem);
  color: #0F2346;
  margin: 0 0 0.5rem 0;
  position: relative;
}
.seccion-titulo h2::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
  height: 2px;
  background: linear-gradient(135deg, #1E4A8C, #4CC9E8, #8EDFF2);
  border-radius: 2px;
}
.seccion-titulo p {
  font-size: clamp(0.8rem, 2.5vw, 1.2rem);
  color: #7F8C8D;
  max-width: 600px;
  margin: 0.75rem auto 0;
  line-height: 1.5;
  padding: 0 0.5rem;
}

.servicios-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .servicios-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .servicios-grid {
    gap: 1.8rem;
  }
}

.servicio-card {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 0;
  box-shadow: 0 6px 20px rgba(15, 35, 70, 0.1);
  transition: all 0.4s ease;
  overflow: hidden;
  border: 1px solid #ECF0F1;
  position: relative;
}
.servicio-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(15, 35, 70, 0.15);
}
.servicio-card.destacado {
  border: 2px solid #4CC9E8;
}
.servicio-card.destacado::before {
  content: "⭐ ESTRELLA";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(135deg, #1E4A8C, #4CC9E8, #8EDFF2);
  color: #FFFFFF;
  text-align: center;
  padding: 0.3rem;
  font-weight: 700;
  font-size: 0.65rem;
  letter-spacing: 0.5px;
  z-index: 2;
}
.servicio-card.destacado .servicio-header {
  padding-top: 2rem;
}
@media screen and (min-width: 1024px) {
  .servicio-card:hover {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}

.servicio-header {
  padding: 1rem 1rem 0.75rem 1rem;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .servicio-header {
    padding: 1.5rem 1.5rem 1rem 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .servicio-header {
    padding: 1.8rem 1.8rem 1.2rem 1.8rem;
  }
}

.servicio-icono {
  width: 45px;
  height: 45px;
  margin: 0 auto 0.75rem;
  background: linear-gradient(135deg, #1E4A8C, #4CC9E8, #8EDFF2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #FFFFFF;
  box-shadow: 0 4px 15px rgba(76, 201, 232, 0.3);
}
@media screen and (min-width: 768px) {
  .servicio-icono {
    width: 55px;
    height: 55px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .servicio-icono {
    width: 65px;
    height: 65px;
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}

.servicio-titulo {
  font-family: "GFS Didot", serif;
  font-size: 1rem;
  color: #0F2346;
  margin: 0 0 0.5rem 0;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .servicio-titulo {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1024px) {
  .servicio-titulo {
    font-size: 1.3rem;
  }
}

.servicio-descripcion {
  color: #34495E;
  font-size: 0.75rem;
  line-height: 1.4;
  margin: 0 0 0.75rem 0;
}
@media screen and (min-width: 768px) {
  .servicio-descripcion {
    font-size: 0.85rem;
  }
}
@media screen and (min-width: 1024px) {
  .servicio-descripcion {
    font-size: 0.9rem;
  }
}

.servicio-caracteristicas {
  padding: 0 1rem;
  margin-bottom: 0.75rem;
}

.caracteristica {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  color: #34495E;
  font-size: 0.7rem;
}
.caracteristica i {
  color: #16A085;
  font-size: 0.8rem;
  width: 15px;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .caracteristica {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .caracteristica {
    font-size: 0.85rem;
  }
}

.servicio-footer {
  padding: 0.75rem 1rem 1rem 1rem;
  border-top: 1px solid #ECF0F1;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .servicio-footer {
    padding: 1.2rem 1.8rem 1.5rem 1.8rem;
  }
}

.servicio-precio-consulta {
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  background: #F8F9FA;
  border-radius: 8px;
  border: 1px solid #ECF0F1;
}

.precio-consulta-texto {
  display: block;
  font-family: "GFS Didot", serif;
  font-size: 0.9rem;
  color: #1E4A8C;
  font-weight: 600;
  margin-bottom: 0.2rem;
}
@media screen and (min-width: 1024px) {
  .precio-consulta-texto {
    font-size: 1.1rem;
  }
}

.precio-consulta-subtexto {
  color: #7F8C8D;
  font-size: 0.65rem;
  font-weight: 500;
}

.boton-cotizar {
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: #FFFFFF;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  font-weight: 600;
  font-size: 0.7rem;
  transition: all 0.3s ease;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.boton-cotizar:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  box-shadow: 0 6px 15px rgba(37, 211, 102, 0.3);
  background: linear-gradient(135deg, #20B858, #0F7A6B);
  -webkit-animation: whatsappPulse 0.5s ease-in-out;
          animation: whatsappPulse 0.5s ease-in-out;
}
.boton-cotizar i {
  font-size: 0.9rem;
}
@media screen and (min-width: 768px) {
  .boton-cotizar {
    font-size: 0.8rem;
    padding: 0.9rem 1.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .boton-cotizar {
    font-size: 0.85rem;
    padding: 1rem 1.5rem;
  }
}

.seccion-emergencia {
  background: linear-gradient(135deg, #0F2346, #1E4A8C, #4578C8);
  margin: 1rem 0;
  border-radius: 16px;
  padding: 1.5rem 1rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.seccion-emergencia::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="emergency-pattern" width="30" height="30" patternUnits="userSpaceOnUse"><circle cx="15" cy="15" r="2" fill="rgba(255,255,255,0.1)"/><circle cx="0" cy="0" r="1" fill="rgba(255,255,255,0.05)"/><circle cx="30" cy="30" r="1" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23emergency-pattern)"/></svg>');
}
@media screen and (min-width: 768px) {
  .seccion-emergencia {
    padding: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .seccion-emergencia {
    padding: 2.5rem 2rem;
    margin: 2rem 0;
  }
}

.emergencia-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}

.emergencia-icono {
  width: 45px;
  height: 45px;
  background: #E74C3C;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #FFFFFF;
  margin: 0 auto 1rem;
  -webkit-animation: pulse-emergency 2s infinite;
          animation: pulse-emergency 2s infinite;
  box-shadow: 0 6px 20px rgba(231, 76, 60, 0.4);
}
@-webkit-keyframes pulse-emergency {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    box-shadow: 0 0 0 0 rgba(231, 76, 60, 0.7);
  }
  70% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    box-shadow: 0 0 0 10px rgba(231, 76, 60, 0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    box-shadow: 0 0 0 0 rgba(231, 76, 60, 0);
  }
}
@keyframes pulse-emergency {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    box-shadow: 0 0 0 0 rgba(231, 76, 60, 0.7);
  }
  70% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    box-shadow: 0 0 0 10px rgba(231, 76, 60, 0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    box-shadow: 0 0 0 0 rgba(231, 76, 60, 0);
  }
}
@media screen and (min-width: 1024px) {
  .emergencia-icono {
    width: 60px;
    height: 60px;
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
}

.emergencia-titulo {
  font-family: "GFS Didot", serif;
  font-size: clamp(1.1rem, 4vw, 2.5rem);
  color: #FFFFFF;
  margin: 0 0 0.75rem 0;
  line-height: 1.2;
}

.emergencia-descripcion {
  font-size: clamp(0.75rem, 2.5vw, 1.2rem);
  color: #8EDFF2;
  margin: 0 0 1.25rem 0;
  line-height: 1.4;
  padding: 0 0.5rem;
}

.emergencia-botones {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .emergencia-botones {
    gap: 1.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .emergencia-botones {
    gap: 1.5rem;
  }
}

.boton-emergencia {
  padding: 0.8rem 1rem;
  border-radius: 10px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-weight: 700;
  font-size: 0.75rem;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.boton-emergencia:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}
.boton-emergencia.whatsapp {
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: #FFFFFF;
  -webkit-animation: pulse-whatsapp-emergency 3s infinite;
          animation: pulse-whatsapp-emergency 3s infinite;
}
@-webkit-keyframes pulse-whatsapp-emergency {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}
@keyframes pulse-whatsapp-emergency {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}
.boton-emergencia.llamar {
  background: #FFFFFF;
  color: #0F2346;
  border: 2px solid #FFFFFF;
}
.boton-emergencia i {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .boton-emergencia {
    padding: 1rem 1.5rem;
    font-size: 0.85rem;
  }
}
@media screen and (min-width: 1024px) {
  .boton-emergencia {
    padding: 1.2rem 2rem;
    font-size: 0.9rem;
  }
}

.seccion-testimonios {
  background: #F0F7FF;
  padding: 0rem 1rem 1.5rem;
  margin: 0rem 0 1rem;
  border-radius: 16px;
}
@media screen and (min-width: 768px) {
  .seccion-testimonios {
    padding: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .seccion-testimonios {
    padding: 0.5rem 2rem;
  }
}

.testimonios-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .testimonios-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .testimonios-grid {
    gap: 1.8rem;
  }
}

.testimonio-card {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 1.5rem 0.5rem;
  box-shadow: 0 4px 15px rgba(15, 35, 70, 0.08);
  position: relative;
  transition: all 0.3s ease;
}
.testimonio-card:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(15, 35, 70, 0.12);
}
.testimonio-card::before {
  content: '"';
  position: absolute;
  top: -6px;
  left: 1rem;
  font-size: 2.5rem;
  color: #4CC9E8;
  font-family: "GFS Didot", serif;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .testimonio-card {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .testimonio-card {
    padding: 1.8rem;
  }
  .testimonio-card::before {
    font-size: 3.5rem;
    top: -8px;
  }
}

.testimonio-texto {
  color: #34495E;
  font-size: 0.75rem;
  line-height: 1.4;
  margin: 0 0 1rem 0;
  font-style: italic;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .testimonio-texto {
    font-size: 0.85rem;
  }
}
@media screen and (min-width: 1024px) {
  .testimonio-texto {
    font-size: 0.95rem;
    line-height: 1.5;
  }
}

.testimonio-autor {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.autor-avatar {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1E4A8C, #4CC9E8, #8EDFF2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 1rem;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .autor-avatar {
    width: 40px;
    height: 40px;
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1024px) {
  .autor-avatar {
    width: 45px;
    height: 45px;
    font-size: 1.2rem;
  }
}

.autor-info h4 {
  color: #0F2346;
  font-weight: 600;
  margin: 0 0 0.2rem 0;
  font-size: 0.8rem;
}
@media screen and (min-width: 1024px) {
  .autor-info h4 {
    font-size: 0.9rem;
  }
}
.autor-info p {
  color: #7F8C8D;
  font-size: 0.65rem;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .autor-info p {
    font-size: 0.75rem;
  }
}

.estrellas {
  color: #F39C12;
  font-size: 0.8rem;
  margin-top: 0.3rem;
}
@media screen and (min-width: 1024px) {
  .estrellas {
    font-size: 0.9rem;
  }
}

@keyframes slideInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes whatsappPulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes whatsappPulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media screen and (min-width: 1400px) {
  .categorias-servicios,
  .servicios-principales,
  .seccion-emergencia .emergencia-content,
  .testimonios-grid {
    max-width: 1400px;
  }
  .servicios-grid {
    max-width: 1200px;
    margin: 0 auto 1.5rem;
  }
}
.seccion-productos {
  min-height: 60vh;
  background: linear-gradient(135deg, #F0F7FF, #FFFFFF);
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.6;
  color: #2C3E50;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .seccion-productos {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 1024px) {
  .seccion-productos {
    min-height: 40vh;
    margin-top: 7.5rem;
  }
}

.contenedor-principal-productos {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  padding: 0 0.5rem;
}
@media screen and (min-width: 768px) {
  .contenedor-principal-productos {
    padding: 0.5rem 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .contenedor-principal-productos {
    padding: 1.5rem 1.5rem;
  }
}

.seccion-mas-vendidos {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .seccion-mas-vendidos {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .seccion-mas-vendidos {
    margin-top: 4rem;
    margin-bottom: 3rem;
  }
}

.encabezado-seccion {
  text-align: center;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .encabezado-seccion {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .encabezado-seccion {
    margin-bottom: 60px;
  }
}

.titulo-seccion-productos {
  font-family: "GFS Didot", serif;
  color: #0F2346;
  position: relative;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .titulo-seccion-productos {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .titulo-seccion-productos {
    font-size: 2.8rem;
    margin-bottom: 1rem;
  }
}
.titulo-seccion-productos::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: linear-gradient(135deg, #1E4A8C, #4CC9E8, #8EDFF2);
  border-radius: 2px;
  width: 60px;
  height: 2px;
}
@media screen and (min-width: 768px) {
  .titulo-seccion-productos::after {
    width: 80px;
    height: 3px;
  }
}
@media screen and (min-width: 1024px) {
  .titulo-seccion-productos::after {
    width: 80px;
    height: 3px;
  }
}
.titulo-seccion-productos i {
  color: #4CC9E8;
}

.subtitulo-seccion {
  color: #34495E;
  font-weight: 300;
  opacity: 0.8;
  margin-bottom: 1.5rem;
  font-size: 0.9rem;
}
@media screen and (min-width: 768px) {
  .subtitulo-seccion {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1024px) {
  .subtitulo-seccion {
    font-size: 1.5rem;
  }
}

.grid-mas-vendidos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .grid-mas-vendidos {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .grid-mas-vendidos {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}

.producto-destacado {
  background: #FFFFFF;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(15, 35, 70, 0.07), 0 1px 3px rgba(15, 35, 70, 0.06);
  transition: all 0.3s ease;
  position: relative;
  border: 1px solid #ECF0F1;
  border-radius: 4px;
  padding: 0.5rem;
}
@media screen and (min-width: 768px) {
  .producto-destacado {
    border-radius: 20px;
    padding: 0.1rem;
    gap: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .producto-destacado {
    border-radius: 25px;
    padding: 1.5rem;
    gap: 1rem;
  }
}
.producto-destacado:hover {
  box-shadow: 0 10px 25px rgba(15, 35, 70, 0.15), 0 3px 6px rgba(15, 35, 70, 0.1);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
@media screen and (min-width: 768px) {
  .producto-destacado:hover {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@media screen and (min-width: 1024px) {
  .producto-destacado:hover {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
.producto-destacado:hover .img-producto {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.imagen-producto {
  position: relative;
  overflow: hidden;
  height: 120px;
}
@media screen and (min-width: 768px) {
  .imagen-producto {
    height: 200px;
  }
}
@media screen and (min-width: 1024px) {
  .imagen-producto {
    height: 250px;
  }
}

.img-producto {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}

.etiqueta-vendido {
  position: absolute;
  background: linear-gradient(135deg, #4CC9E8 0%, #16A085 100%);
  color: #FFFFFF;
  font-family: "Roboto Slab", serif;
  display: flex;
  align-items: center;
  font-weight: 600;
  top: 0.3rem;
  right: 0.3rem;
  padding: 4px 8px;
  border-radius: 8px;
  font-size: 0.6rem;
  gap: 3px;
}
@media screen and (min-width: 768px) {
  .etiqueta-vendido {
    top: 1rem;
    right: 1rem;
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 0.8rem;
    gap: 5px;
  }
}
@media screen and (min-width: 1024px) {
  .etiqueta-vendido {
    top: 1rem;
    right: 1rem;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 0.9rem;
    gap: 5px;
  }
}

.info-producto {
  padding: 0.5rem;
}
@media screen and (min-width: 768px) {
  .info-producto {
    padding: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .info-producto {
    padding: 1rem;
  }
}

.marca-producto {
  color: #1E4A8C;
  font-weight: 600;
  font-family: "Roboto Slab", serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.6rem;
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  .marca-producto {
    font-size: 0.8rem;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .marca-producto {
    font-size: 0.9rem;
    margin-bottom: 10px;
  }
}

.nombre-producto {
  font-weight: 600;
  font-family: "GFS Didot", serif;
  color: #0F2346;
  line-height: 1.3;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .nombre-producto {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .nombre-producto {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }
}

.caracteristicas-producto {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .caracteristicas-producto {
    flex-direction: row;
    gap: 1rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .caracteristicas-producto {
    flex-direction: row;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.caracteristica {
  display: flex;
  align-items: center;
  color: #2C3E50;
  gap: 0.3rem;
  font-size: 0.7rem;
}
@media screen and (min-width: 768px) {
  .caracteristica {
    gap: 8px;
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 1024px) {
  .caracteristica {
    gap: 8px;
    font-size: 0.95rem;
  }
}
.caracteristica i {
  color: #4CC9E8;
  font-size: 0.8rem;
}
@media screen and (min-width: 768px) {
  .caracteristica i {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .caracteristica i {
    font-size: 1.1rem;
  }
}

.usos-producto {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
  margin-bottom: 0.5rem;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .usos-producto {
    gap: 8px;
    margin-bottom: 20px;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .usos-producto {
    gap: 10px;
    margin-bottom: 25px;
    justify-content: flex-start;
  }
}

.uso-tag {
  background: linear-gradient(135deg, #F5F8FF 0%, #F0FDFF 100%);
  color: #1E4A8C;
  border-radius: 8px;
  font-weight: 500;
  border: 1px solid #6DD4ED;
  padding: 3px 6px;
  font-size: 0.6rem;
}
@media screen and (min-width: 768px) {
  .uso-tag {
    padding: 5px 10px;
    font-size: 0.8rem;
    border-radius: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .uso-tag {
    padding: 6px 12px;
    font-size: 0.85rem;
    border-radius: 15px;
  }
}

.boton-cotizar {
  width: 100%;
  background: linear-gradient(135deg, #0F2346, #1E4A8C, #4578C8);
  color: #FFFFFF;
  border: none;
  font-weight: 600;
  font-family: "Roboto Slab", serif;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 0.7rem;
  gap: 0.3rem;
}
@media screen and (min-width: 768px) {
  .boton-cotizar {
    padding: 12px 20px;
    border-radius: 10px;
    font-size: 0.9rem;
    gap: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .boton-cotizar {
    padding: 15px 25px;
    border-radius: 12px;
    font-size: 1rem;
    gap: 10px;
  }
}
.boton-cotizar:hover {
  background: linear-gradient(135deg, #1E4A8C, #4CC9E8, #8EDFF2);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  box-shadow: 0 4px 6px rgba(15, 35, 70, 0.07), 0 1px 3px rgba(15, 35, 70, 0.06);
}
.boton-cotizar:focus {
  outline: 2px solid #4CC9E8;
  outline-offset: 2px;
}
.boton-cotizar i {
  font-size: 0.7rem;
}
@media screen and (min-width: 768px) {
  .boton-cotizar i {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 1024px) {
  .boton-cotizar i {
    font-size: 1rem;
  }
}

@-webkit-keyframes slideInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.producto-destacado {
  will-change: transform;
}

.boton-cotizar:focus-visible {
  outline: 2px solid #4CC9E8;
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  .producto-destacado:hover {
    -webkit-transform: none;
            transform: none;
  }
  .producto-destacado:hover .img-producto {
    -webkit-transform: none;
            transform: none;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
@media (max-width: 320px) {
  .grid-mas-vendidos {
    gap: 0.2rem;
  }
  .titulo-seccion-productos {
    font-size: 1.5rem;
  }
  .producto-destacado {
    border-radius: 8px;
  }
  .imagen-producto {
    height: 100px;
  }
  .info-producto {
    padding: 0.4rem;
  }
  .nombre-producto {
    font-size: 0.8rem;
  }
  .caracteristica {
    font-size: 0.65rem;
  }
  .uso-tag {
    font-size: 0.55rem;
    padding: 2px 4px;
  }
  .boton-cotizar {
    font-size: 0.65rem;
    padding: 6px 8px;
  }
}
@media screen and (min-width: 1400px) {
  .contenedor-principal-productos {
    max-width: 1600px;
  }
  .grid-mas-vendidos {
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
  }
  .imagen-producto {
    height: 300px;
  }
}
@media print {
  .seccion-productos {
    background: #FFFFFF !important;
  }
  .titulo-seccion-productos {
    color: #0F2346 !important;
  }
  .producto-destacado {
    box-shadow: none !important;
    border: 1px solid #BDC3C7;
    page-break-inside: avoid;
  }
  .boton-cotizar {
    display: none;
  }
}
.seccion-proyectos {
  min-height: 100vh;
  background: #FFFFFF;
  font-family: "Source Sans Pro", sans-serif;
  position: relative;
  overflow-x: hidden;
  padding-top: 0rem;
}
@media screen and (min-width: 768px) {
  .seccion-proyectos {
    padding-top: 0rem;
  }
}
@media screen and (min-width: 1024px) {
  .seccion-proyectos {
    padding-top: 0rem;
  }
}

.contenedor-principal-proyectos {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 0.5rem;
}
@media screen and (min-width: 768px) {
  .contenedor-principal-proyectos {
    padding: 0 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .contenedor-principal-proyectos {
    padding: 0 2rem;
  }
}

.seccion-proyectos-destacados {
  background: #ECF0F1;
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .seccion-proyectos-destacados {
    padding: 1.5rem 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .seccion-proyectos-destacados {
    padding: 4rem 0;
  }
}

.titulo-seccion {
  font-family: "GFS Didot", serif;
  font-weight: 700;
  color: #0F2346;
  position: relative;
  text-align: center !important;
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .titulo-seccion {
    font-size: 2.2rem;
    margin-bottom: 3rem;
    text-align: center !important;
  }
}
@media screen and (min-width: 1024px) {
  .titulo-seccion {
    font-size: 2.8rem;
    margin-bottom: 4rem;
    text-align: center !important;
  }
}
.titulo-seccion::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: linear-gradient(135deg, #1E4A8C, #4CC9E8, #8EDFF2);
  border-radius: 8px;
  width: 50px;
  height: 3px;
}
@media screen and (min-width: 768px) {
  .titulo-seccion::after {
    width: 80px;
    height: 4px;
    bottom: -15px;
  }
}
@media screen and (min-width: 1024px) {
  .titulo-seccion::after {
    width: 80px;
    height: 4px;
    bottom: -15px;
  }
}

.filtros-proyectos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  margin-bottom: 1.5rem;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .filtros-proyectos {
    gap: 1rem;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .filtros-proyectos {
    gap: 1rem;
    margin-bottom: 4rem;
  }
}

.filtro-btn {
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  border: 2px solid #BDC3C7;
  background: #FFFFFF;
  color: #34495E;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  padding: 6px 12px;
  gap: 0.2rem;
  font-size: 0.5rem !important;
  letter-spacing: 0.3px;
}
@media screen and (min-width: 768px) {
  .filtro-btn {
    padding: 12px 25px;
    gap: 0.5rem;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
  }
}
@media screen and (min-width: 1024px) {
  .filtro-btn {
    padding: 12px 25px;
    gap: 0.5rem;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
  }
}
.filtro-btn:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  box-shadow: 0 4px 6px rgba(15, 35, 70, 0.07), 0 1px 3px rgba(15, 35, 70, 0.06);
  border-color: #4CC9E8;
  color: #1E4A8C;
}
.filtro-btn.activo {
  background: linear-gradient(135deg, #1E4A8C, #4CC9E8, #8EDFF2);
  border-color: #4CC9E8;
  color: #FFFFFF;
  box-shadow: 0 6px 20px rgba(76, 201, 232, 0.15), 0 2px 6px rgba(142, 223, 242, 0.1);
}
.filtro-btn i {
  font-size: 0.8rem;
}
@media screen and (min-width: 768px) {
  .filtro-btn i {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .filtro-btn i {
    font-size: 1rem;
  }
}

.grid-proyectos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .grid-proyectos {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .grid-proyectos {
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    gap: 3rem;
    margin-bottom: 4rem;
  }
}

.proyecto-oculto {
  display: none;
}

.proyecto-visible {
  -webkit-animation: fadeInProject 0.6s ease;
          animation: fadeInProject 0.6s ease;
}

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

@keyframes fadeInProject {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.tarjeta-proyecto {
  background: #FFFFFF;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(15, 35, 70, 0.12), 0 1px 2px rgba(15, 35, 70, 0.24);
  transition: all 0.3s ease;
  position: relative;
}
.tarjeta-proyecto:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(15, 35, 70, 0.15), 0 3px 6px rgba(15, 35, 70, 0.1);
}
@media screen and (min-width: 768px) {
  .tarjeta-proyecto {
    border-radius: 20px;
  }
  .tarjeta-proyecto:hover {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@media screen and (min-width: 1024px) {
  .tarjeta-proyecto {
    border-radius: 20px;
  }
  .tarjeta-proyecto:hover {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

.imagen-proyecto {
  position: relative;
  overflow: hidden;
  height: 120px;
}
@media screen and (min-width: 768px) {
  .imagen-proyecto {
    height: 200px;
  }
}
@media screen and (min-width: 1024px) {
  .imagen-proyecto {
    height: 250px;
  }
}

.proyecto-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.tarjeta-proyecto:hover .proyecto-img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.overlay-proyecto {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(30, 74, 140, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.tarjeta-proyecto:hover .overlay-proyecto {
  opacity: 1;
}

.categoria-badge {
  position: absolute;
  border-radius: 12px;
  font-family: "Roboto Slab", serif;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
  z-index: 2;
  top: 0.5rem;
  left: 0.5rem;
  padding: 0.2rem 0.4rem;
  font-size: 0.6rem;
  letter-spacing: 0.2px;
  gap: 2px;
}
@media screen and (min-width: 768px) {
  .categoria-badge {
    top: 1.5rem;
    left: 1.5rem;
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    gap: 5px;
    border-radius: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .categoria-badge {
    top: 1.5rem;
    left: 1.5rem;
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    gap: 5px;
    border-radius: 20px;
  }
}
.categoria-badge.residencial {
  background: rgba(39, 174, 96, 0.9);
  color: #FFFFFF;
}
.categoria-badge.industrial {
  background: rgba(230, 126, 34, 0.9);
  color: #FFFFFF;
}
.categoria-badge.comercial {
  background: rgba(76, 201, 232, 0.9);
  color: #FFFFFF;
}
.categoria-badge.emergencia {
  background: rgba(231, 76, 60, 0.9);
  color: #FFFFFF;
}

.contenido-proyecto {
  padding: 0.5rem;
}
@media screen and (min-width: 768px) {
  .contenido-proyecto {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .contenido-proyecto {
    padding: 3rem;
  }
}

.titulo-proyecto {
  font-family: "GFS Didot", serif;
  font-weight: 700;
  color: #0F2346;
  line-height: 1.2;
  text-align: center;
  font-size: 0.9rem;
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  .titulo-proyecto {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    line-height: 1.3;
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .titulo-proyecto {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    line-height: 1.3;
    text-align: left;
  }
}

.descripcion-proyecto {
  font-family: "Source Sans Pro", sans-serif;
  color: #34495E;
  line-height: 1.4;
  font-size: 0.7rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .descripcion-proyecto {
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1024px) {
  .descripcion-proyecto {
    font-size: 1rem;
    margin-bottom: 2rem;
    line-height: 1.6;
  }
}

.detalles-proyecto {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.2rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .detalles-proyecto {
    flex-direction: row;
    gap: 1rem;
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .detalles-proyecto {
    flex-direction: row;
    gap: 1rem;
    margin-bottom: 2rem;
  }
}

.detalle-item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Source Sans Pro", sans-serif;
  color: #7F8C8D;
  background: #F8F9FA;
  border-radius: 8px;
  justify-content: flex-start;
  gap: 0.2rem;
  font-size: 0.6rem;
  padding: 0.2rem 0.4rem;
  min-width: auto;
}
@media screen and (min-width: 768px) {
  .detalle-item {
    justify-content: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
    flex: 1;
    min-width: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .detalle-item {
    justify-content: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
    flex: 1;
    min-width: 120px;
  }
}
.detalle-item i {
  color: #3BA5C7;
  font-size: 0.7rem;
}
@media screen and (min-width: 768px) {
  .detalle-item i {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .detalle-item i {
    font-size: 0.8rem;
  }
}

.testimonio-breve {
  border-top: 1px solid #ECF0F1;
  padding-top: 0.3rem;
}
@media screen and (min-width: 768px) {
  .testimonio-breve {
    padding-top: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .testimonio-breve {
    padding-top: 1.5rem;
  }
}

.estrellas {
  display: flex;
  gap: 2px;
  justify-content: center;
  margin-bottom: 0.2rem;
}
@media screen and (min-width: 768px) {
  .estrellas {
    justify-content: flex-start;
    gap: 3px;
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .estrellas {
    justify-content: flex-start;
    gap: 3px;
    margin-bottom: 0.5rem;
  }
}
.estrellas i {
  color: #F39C12;
  font-size: 0.7rem;
}
@media screen and (min-width: 768px) {
  .estrellas i {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 1024px) {
  .estrellas i {
    font-size: 0.9rem;
  }
}

.testimonio-breve p {
  font-family: "Source Sans Pro", sans-serif;
  font-style: italic;
  color: #34495E;
  text-align: center;
  font-size: 0.6rem;
  margin-bottom: 0.2rem;
}
@media screen and (min-width: 768px) {
  .testimonio-breve p {
    text-align: left;
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .testimonio-breve p {
    text-align: left;
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
  }
}

.cliente {
  font-family: "Roboto Slab", serif;
  font-weight: 600;
  color: #1E4A8C;
  text-align: center;
  font-size: 0.6rem;
}
@media screen and (min-width: 768px) {
  .cliente {
    text-align: left;
    font-size: 0.85rem;
  }
}
@media screen and (min-width: 1024px) {
  .cliente {
    text-align: left;
    font-size: 0.85rem;
  }
}

.contenedor-ver-mas {
  text-align: center;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .contenedor-ver-mas {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .contenedor-ver-mas {
    margin-top: 3rem;
  }
}

.btn-ver-mas {
  font-family: "Roboto Slab", serif;
  font-weight: 600;
  background: linear-gradient(135deg, #1E4A8C, #4CC9E8, #8EDFF2);
  color: #FFFFFF;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  margin: 0 auto;
  padding: 0.5rem 1.5rem;
  gap: 0.3rem;
  font-size: 0.8rem;
  letter-spacing: 0.3px;
}
@media screen and (min-width: 768px) {
  .btn-ver-mas {
    padding: 1rem 2rem;
    gap: 0.5rem;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
  }
}
@media screen and (min-width: 1024px) {
  .btn-ver-mas {
    padding: 1rem 3rem;
    gap: 0.5rem;
    font-size: 1rem;
    letter-spacing: 0.5px;
  }
}
.btn-ver-mas:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(76, 201, 232, 0.15), 0 2px 6px rgba(142, 223, 242, 0.1);
}
.btn-ver-mas i {
  transition: all 0.3s ease;
}
.btn-ver-mas:hover i {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}

.seccion-proceso {
  background: #F0F7FF;
  padding: 1.5rem 0;
}
@media screen and (min-width: 768px) {
  .seccion-proceso {
    padding: 2rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .seccion-proceso {
    padding: 2rem 0;
  }
}

.timeline-proceso {
  display: grid;
  max-width: 1200px;
  margin: 0 auto;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.3rem;
  padding: 0 0.5rem;
}
@media screen and (min-width: 768px) {
  .timeline-proceso {
    grid-template-columns: repeat(4, 1fr);
    gap: 0.5rem;
    padding: 0 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .timeline-proceso {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    padding: 0 2rem;
  }
}

.paso-proceso {
  position: relative;
  text-align: center;
}

.numero-paso {
  background: linear-gradient(135deg, #1E4A8C, #4CC9E8, #8EDFF2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "GFS Didot", serif;
  font-weight: 700;
  color: #FFFFFF;
  position: relative;
  z-index: 2;
  box-shadow: 0 6px 20px rgba(76, 201, 232, 0.15), 0 2px 6px rgba(142, 223, 242, 0.1);
  width: 35px;
  height: 35px;
  font-size: 1rem;
  margin: 0 auto 0.3rem;
}
@media screen and (min-width: 768px) {
  .numero-paso {
    width: 50px;
    height: 50px;
    font-size: 1.3rem;
    margin: 0 auto 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .numero-paso {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
    margin: 0 auto 1.5rem;
  }
}

.contenido-paso {
  background: #FFFFFF;
  border-radius: 12px;
  transition: all 0.3s ease;
  position: relative;
  box-shadow: 0 1px 3px rgba(15, 35, 70, 0.12), 0 1px 2px rgba(15, 35, 70, 0.24);
  padding: 0.5rem 0.5rem;
  padding-top: 1rem;
  margin-top: -18px;
}
@media screen and (min-width: 768px) {
  .contenido-paso {
    padding: 2rem 1rem;
    padding-top: 40px;
    margin-top: -25px;
  }
}
@media screen and (min-width: 1024px) {
  .contenido-paso {
    padding: 3rem 1rem;
    padding-top: 50px;
    margin-top: -30px;
  }
}
.paso-proceso:hover .contenido-paso {
  background: #F5F8FF;
  box-shadow: 0 4px 6px rgba(15, 35, 70, 0.07), 0 1px 3px rgba(15, 35, 70, 0.06);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.contenido-paso .icono-paso {
  color: #4CC9E8;
  font-size: 1.2rem;
  margin-bottom: 0.2rem;
}
@media screen and (min-width: 768px) {
  .contenido-paso .icono-paso {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .contenido-paso .icono-paso {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
.contenido-paso h4 {
  font-family: "GFS Didot", serif;
  color: #0F2346;
  text-align: center;
  font-size: 0.8rem;
  margin-bottom: 0.2rem;
}
@media screen and (min-width: 768px) {
  .contenido-paso h4 {
    text-align: center;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .contenido-paso h4 {
    text-align: center;
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
  }
}
.contenido-paso p {
  font-family: "Source Sans Pro", sans-serif;
  color: #34495E;
  line-height: 1.3;
  text-align: center;
  font-size: 0.6rem;
}
@media screen and (min-width: 768px) {
  .contenido-paso p {
    text-align: center;
    font-size: 0.9rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1024px) {
  .contenido-paso p {
    text-align: center;
    font-size: 0.95rem;
    line-height: 1.5;
  }
}

.seccion-galeria {
  background: #ECF0F1;
  overflow: hidden;
  padding: 1.5rem 0.5rem;
}
@media screen and (min-width: 768px) {
  .seccion-galeria {
    padding: 1.5rem 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .seccion-galeria {
    padding: 2rem 1.5rem;
  }
}

.galeria-grid {
  display: grid;
  max-width: 1400px;
  margin: 0 auto;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 100px;
  gap: 0.2rem;
}
@media screen and (min-width: 768px) {
  .galeria-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-auto-rows: 180px;
    gap: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .galeria-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-rows: 200px;
    gap: 1.5rem;
  }
}

.imagen-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(15, 35, 70, 0.12), 0 1px 2px rgba(15, 35, 70, 0.24);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  cursor: pointer;
}
.imagen-item:hover {
  -webkit-transform: translateY(-4px) scale(1.01);
          transform: translateY(-4px) scale(1.01);
  box-shadow: 0 10px 25px rgba(15, 35, 70, 0.15), 0 3px 6px rgba(15, 35, 70, 0.1);
}
@media screen and (min-width: 768px) {
  .imagen-item {
    border-radius: 12px;
  }
  .imagen-item:hover {
    -webkit-transform: translateY(-8px) scale(1.02);
            transform: translateY(-8px) scale(1.02);
  }
}
@media screen and (min-width: 1024px) {
  .imagen-item {
    border-radius: 12px;
  }
  .imagen-item:hover {
    -webkit-transform: translateY(-8px) scale(1.02);
            transform: translateY(-8px) scale(1.02);
  }
}
.imagen-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-filter: brightness(0.9) contrast(1.1);
          filter: brightness(0.9) contrast(1.1);
}
.imagen-item:hover .imagen-item img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: brightness(1) contrast(1.2);
          filter: brightness(1) contrast(1.2);
}
.imagen-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(30, 74, 140, 0.1) 0%, rgba(76, 201, 232, 0.05) 50%, rgba(142, 223, 242, 0.1) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.imagen-item:hover .imagen-item::before {
  opacity: 1;
}
.imagen-item::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.3) 50%, transparent 70%);
  -webkit-transform: rotate(45deg) translateX(-100%);
          transform: rotate(45deg) translateX(-100%);
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  z-index: 2;
}
.imagen-item:hover .imagen-item::after {
  -webkit-transform: rotate(45deg) translateX(100%);
          transform: rotate(45deg) translateX(100%);
}

.imagen-item:nth-child(1) {
  grid-row: span 2;
}

.imagen-item:nth-child(2) {
  grid-row: span 2;
}

.imagen-item:nth-child(3) {
  grid-column: span 2;
}

.imagen-item:nth-child(5) {
  grid-row: span 2;
}

.imagen-item:nth-child(7) {
  grid-column: span 2;
}

.imagen-item:nth-child(8) {
  grid-row: span 2;
}

.imagen-item:nth-child(9) {
  grid-row: span 2;
}

@media screen and (min-width: 768px) {
  .imagen-item:nth-child(n) {
    grid-row: span 1;
    grid-column: span 1;
  }
  .imagen-item:nth-child(3n) {
    grid-row: span 2;
  }
}
.imagen-item:nth-child(n) {
  grid-row: span 1;
  grid-column: span 1;
}

.imagen-item:nth-child(2n) {
  grid-row: span 2;
}

@-webkit-keyframes slideInFromLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInFromLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slideInFromRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideInFromRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes pulseGlow {
  0%, 100% {
    box-shadow: 0 1px 3px rgba(15, 35, 70, 0.12), 0 1px 2px rgba(15, 35, 70, 0.24);
  }
  50% {
    box-shadow: 0 6px 20px rgba(76, 201, 232, 0.15), 0 2px 6px rgba(142, 223, 242, 0.1);
  }
}
@keyframes pulseGlow {
  0%, 100% {
    box-shadow: 0 1px 3px rgba(15, 35, 70, 0.12), 0 1px 2px rgba(15, 35, 70, 0.24);
  }
  50% {
    box-shadow: 0 6px 20px rgba(76, 201, 232, 0.15), 0 2px 6px rgba(142, 223, 242, 0.1);
  }
}
.texto-centrado {
  text-align: center;
}

.margen-bottom-xl {
  margin-bottom: 3rem;
}

.margen-top-xl {
  margin-top: 3rem;
}

.fade-in {
  -webkit-animation: fadeInProject 0.8s ease-out;
          animation: fadeInProject 0.8s ease-out;
}

.slide-in-left {
  -webkit-animation: slideInFromLeft 0.6s ease-out;
          animation: slideInFromLeft 0.6s ease-out;
}

.slide-in-right {
  -webkit-animation: slideInFromRight 0.6s ease-out;
          animation: slideInFromRight 0.6s ease-out;
}

.loading-shimmer {
  background: linear-gradient(90deg, #ECF0F1 25%, #BDC3C7 50%, #ECF0F1 75%);
  background-size: 200% 100%;
  -webkit-animation: shimmer 1.5s infinite;
          animation: shimmer 1.5s infinite;
}

@-webkit-keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .tarjeta-proyecto:hover,
  .imagen-item:hover,
  .filtro-btn:hover,
  .btn-ver-mas:hover,
  .contenido-paso:hover {
    -webkit-transform: none;
            transform: none;
  }
  .tarjeta-proyecto:hover .proyecto-img, .imagen-item:hover .proyecto-img,
  .tarjeta-proyecto:hover .imagen-item img,
  .imagen-item:hover .imagen-item img {
    -webkit-transform: none;
            transform: none;
  }
  .fade-in,
  .slide-in-left,
  .slide-in-right,
  .proyecto-visible {
    -webkit-animation: none;
            animation: none;
  }
  .loading-shimmer {
    -webkit-animation: none;
            animation: none;
    background: #ECF0F1;
  }
}
.filtro-btn:focus,
.btn-ver-mas:focus,
.imagen-item:focus {
  outline: 3px solid #4CC9E8;
  outline-offset: 2px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 320px) {
  .seccion-proyectos {
    padding-top: 3.5rem;
  }
  .titulo-seccion {
    font-size: 1.4rem;
  }
  .filtro-btn {
    padding: 4px 8px;
    font-size: 0.65rem;
  }
  .galeria-grid {
    grid-auto-rows: 80px;
  }
}
@media screen and (min-width: 1400px) {
  .contenedor-principal-proyectos {
    max-width: 1600px;
  }
  .grid-proyectos {
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  }
  .galeria-grid {
    max-width: 1600px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-auto-rows: 250px;
  }
}
/* ================================
 * SOPORTE.SCSS - BOMBAS AYALA
 * Página de Soporte Técnico responsive
 * Mobile-first: Móvil → Tablet → Desktop
 * ================================ */
.seccion-soporte {
  background: #F8F9FA;
  min-height: 100vh;
  font-family: "Source Sans Pro", sans-serif;
  position: relative;
  overflow-x: hidden;
  padding-top: 4rem;
}
@media screen and (min-width: 768px) {
  .seccion-soporte {
    padding-top: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .seccion-soporte {
    padding-top: 3rem;
  }
}

.titulo-principal-soporte {
  font-family: "GFS Didot", serif;
  color: #FFFFFF;
  font-weight: 400;
  letter-spacing: 1px;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  font-size: 1.6rem;
  margin: 0 0 1rem 0;
  gap: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .titulo-principal-soporte {
    font-size: 2.5rem;
    margin: 0 0 1.5rem 0;
    gap: 1.5rem;
    letter-spacing: 2px;
  }
}
@media screen and (min-width: 1024px) {
  .titulo-principal-soporte {
    font-size: 3.5rem;
    margin: 0 0 1.5rem 0;
    gap: 1.5rem;
    letter-spacing: 2px;
  }
}
.titulo-principal-soporte i {
  color: #4CC9E8;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .titulo-principal-soporte i {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .titulo-principal-soporte i {
    font-size: 3rem;
  }
}

.subtitulo-soporte {
  color: #8EDFF2;
  font-weight: 300;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.4;
  font-size: 0.9rem;
}
@media screen and (min-width: 768px) {
  .subtitulo-soporte {
    font-size: 1.1rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1024px) {
  .subtitulo-soporte {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}

.titulo-seccion-soporte {
  font-family: "GFS Didot", serif;
  color: #0F2346;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-size: 1.5rem;
  margin: 0 0 2rem;
  padding: 2rem;
  position: relative;
  cursor: default;
  transition: all 0.4s ease;
  background: #F0F7FF;
  border-radius: 12px;
  border: 1px solid #F5F8FF;
  box-shadow: 0 1px 3px rgba(15, 35, 70, 0.12), 0 1px 2px rgba(15, 35, 70, 0.24);
}
@media screen and (min-width: 768px) {
  .titulo-seccion-soporte {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .titulo-seccion-soporte {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .titulo-seccion-soporte {
    margin: 0 0 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .titulo-seccion-soporte {
    margin: 0 0 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .titulo-seccion-soporte {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .titulo-seccion-soporte {
    padding: 1rem;
  }
}
.titulo-seccion-soporte::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -20px;
  right: -20px;
  bottom: -10px;
  background: linear-gradient(135deg, #0F2346, #1E4A8C, #4578C8);
  border-radius: 20px;
  opacity: 0;
  z-index: -1;
  transition: all 0.4s ease;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.titulo-seccion-soporte::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 3px;
  background: linear-gradient(135deg, #1E4A8C, #4CC9E8, #8EDFF2);
  border-radius: 2px;
  transition: width 0.6s ease;
}
.titulo-seccion-soporte:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  color: #1E4A8C;
  text-shadow: 0 4px 8px rgba(30, 74, 140, 0.3);
  background: #FFFFFF;
  box-shadow: 0 4px 6px rgba(15, 35, 70, 0.07), 0 1px 3px rgba(15, 35, 70, 0.06);
}
.titulo-seccion-soporte:hover::before {
  opacity: 0.1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.titulo-seccion-soporte:hover::after {
  width: 120px;
}
.titulo-seccion-soporte i {
  color: #4CC9E8;
  transition: all 0.4s ease;
  -webkit-filter: drop-shadow(0 2px 4px rgba(76, 201, 232, 0.3));
          filter: drop-shadow(0 2px 4px rgba(76, 201, 232, 0.3));
  -webkit-animation: pulseIcon 3s ease-in-out infinite;
          animation: pulseIcon 3s ease-in-out infinite;
}
.titulo-seccion-soporte:hover i {
  color: #1E4A8C;
  -webkit-transform: scale(1.2) rotate(5deg);
          transform: scale(1.2) rotate(5deg);
  -webkit-filter: drop-shadow(0 4px 8px rgba(30, 74, 140, 0.4));
          filter: drop-shadow(0 4px 8px rgba(30, 74, 140, 0.4));
}

@-webkit-keyframes pulseIcon {
  0%, 100% {
    -webkit-filter: drop-shadow(0 2px 4px rgba(76, 201, 232, 0.3));
            filter: drop-shadow(0 2px 4px rgba(76, 201, 232, 0.3));
  }
  50% {
    -webkit-filter: drop-shadow(0 4px 8px rgba(76, 201, 242, 0.6));
            filter: drop-shadow(0 4px 8px rgba(76, 201, 242, 0.6));
  }
}

@keyframes pulseIcon {
  0%, 100% {
    -webkit-filter: drop-shadow(0 2px 4px rgba(76, 201, 232, 0.3));
            filter: drop-shadow(0 2px 4px rgba(76, 201, 232, 0.3));
  }
  50% {
    -webkit-filter: drop-shadow(0 4px 8px rgba(76, 201, 242, 0.6));
            filter: drop-shadow(0 4px 8px rgba(76, 201, 242, 0.6));
  }
}
.contenedor-principal-soporte {
  max-width: 1400px;
  margin: 0 auto;
  padding: 1rem 0.5rem;
}
@media screen and (min-width: 768px) {
  .contenedor-principal-soporte {
    padding: 1rem 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .contenedor-principal-soporte {
    padding: 4rem 2rem;
  }
}
.contenedor-principal-soporte .dueños-soporte {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.seccion-contacto-dueno {
  margin-top: calc(-1 * 1.5rem);
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .seccion-contacto-dueno {
    margin-bottom: 3rem;
    margin-top: calc(-1 * 2rem);
  }
}
@media screen and (min-width: 1024px) {
  .seccion-contacto-dueno {
    margin-bottom: 4rem;
    margin-top: calc(-1 * 2rem);
  }
}

.contenedor-contacto-dueno {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tarjeta-dueno {
  background: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(15, 35, 70, 0.15), 0 3px 6px rgba(15, 35, 70, 0.1);
  border: 1px solid #ECF0F1;
  max-width: 900px;
  width: 100%;
  transition: all 0.3s ease;
  padding: 1.5rem;
}
@media screen and (min-width: 768px) {
  .tarjeta-dueno {
    padding: 1rem;
    border-radius: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .tarjeta-dueno {
    padding: 4rem;
    border-radius: 20px;
  }
}
.tarjeta-dueno:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(15, 35, 70, 0.15), 0 3px 6px rgba(15, 35, 70, 0.1);
}

.contenido-dueno {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr;
  text-align: center;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .contenido-dueno {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .contenido-dueno {
    grid-template-columns: 1fr;
    text-align: left;
    gap: 4rem;
  }
}

.imagen-dueno {
  position: relative;
  justify-self: center;
}
@media screen and (min-width: 1024px) {
  .imagen-dueno {
    justify-self: start;
  }
}

.foto-dueno {
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 4px solid #4CC9E8;
  box-shadow: 0 6px 20px rgba(76, 201, 232, 0.15), 0 2px 6px rgba(142, 223, 242, 0.1);
  width: 100px;
  height: 100px;
}
@media screen and (min-width: 768px) {
  .foto-dueno {
    width: 120px;
    height: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .foto-dueno {
    width: 150px;
    height: 150px;
  }
}

.estado-online {
  position: absolute;
  background: #27AE60;
  border-radius: 50%;
  border: 3px solid #FFFFFF;
  -webkit-animation: pulseOnline 2s infinite;
          animation: pulseOnline 2s infinite;
  box-shadow: 0 2px 8px rgba(39, 174, 96, 0.4), 0 0 0 2px rgba(255, 255, 255, 0.3);
  bottom: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .estado-online {
    bottom: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    box-shadow: 0 3px 10px rgba(39, 174, 96, 0.4), 0 0 0 3px rgba(255, 255, 255, 0.3);
  }
}
@media screen and (min-width: 1024px) {
  .estado-online {
    bottom: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    box-shadow: 0 3px 10px rgba(39, 174, 96, 0.4), 0 0 0 3px rgba(255, 255, 255, 0.3);
  }
}
.estado-online i {
  color: #FFFFFF;
  font-size: 0.6rem;
}
@media screen and (min-width: 768px) {
  .estado-online i {
    font-size: 0.7rem;
  }
}
@media screen and (min-width: 1024px) {
  .estado-online i {
    font-size: 0.7rem;
  }
}
.estado-online::before {
  content: "✓";
  font-size: inherit;
  font-weight: bold;
}

@-webkit-keyframes pulseOnline {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pulseOnline {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.nombre-dueno {
  font-family: "GFS Didot", serif;
  color: #0F2346;
  margin: 0 0 0.5rem 0;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .nombre-dueno {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .nombre-dueno {
    font-size: 2rem;
  }
}

.cargo-dueno {
  color: #7F8C8D;
  font-weight: 500;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
}
@media screen and (min-width: 768px) {
  .cargo-dueno {
    font-size: 1rem;
    margin: 0 0 1.5rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .cargo-dueno {
    font-size: 1.1rem;
    margin: 0 0 1.5rem 0;
  }
}

.experiencia-dueno {
  gap: 0.5rem;
  color: #E67E22;
  font-weight: 600;
  justify-content: center;
  font-size: 0.8rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .experiencia-dueno {
    font-size: 0.95rem;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .experiencia-dueno {
    font-size: 0.95rem;
    margin-bottom: 2rem;
    justify-content: flex-start;
  }
}
.experiencia-dueno i {
  color: #F39C12;
}

.texto-contacto {
  color: #34495E;
  line-height: 1.5;
  margin: 0 0 1.5rem 0;
  font-size: 0.9rem;
}
@media screen and (min-width: 768px) {
  .texto-contacto {
    font-size: 1rem;
    margin: 0 0 1rem 0;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1024px) {
  .texto-contacto {
    font-size: 1.1rem;
    margin: 0 0 3rem 0;
    line-height: 1.6;
  }
}

.botones-contacto-dueno {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "whatsapp llamar";
}
@media screen and (min-width: 768px) {
  .botones-contacto-dueno {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .botones-contacto-dueno {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
}

.boton-whatsapp-dueno {
  grid-area: whatsapp;
}

.boton-llamar-dueno {
  grid-area: llamar;
}

.boton-whatsapp-dueno,
.boton-llamar-dueno {
  border-radius: 8px;
  text-decoration: none;
  align-items: center;
  gap: 0.5rem;
  font-family: "Roboto Slab", serif;
  font-weight: 600;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  padding: 1rem 1.5rem;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .boton-whatsapp-dueno,
  .boton-llamar-dueno {
    padding: 1rem 0.5rem;
    border-radius: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .boton-whatsapp-dueno,
  .boton-llamar-dueno {
    padding: 1.5rem 2rem;
    border-radius: 12px;
  }
}
.boton-whatsapp-dueno i,
.boton-llamar-dueno i {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .boton-whatsapp-dueno i,
  .boton-llamar-dueno i {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .boton-whatsapp-dueno i,
  .boton-llamar-dueno i {
    font-size: 1.5rem;
  }
}

.boton-whatsapp-dueno {
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: #FFFFFF;
  -webkit-animation: pulseWhatsapp 3s infinite;
          animation: pulseWhatsapp 3s infinite;
}

@-webkit-keyframes pulseWhatsapp {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

@keyframes pulseWhatsapp {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}
.boton-llamar-dueno {
  background: linear-gradient(135deg, #0F2346, #1E4A8C, #4578C8);
  color: #FFFFFF;
}

.boton-whatsapp-dueno:hover,
.boton-llamar-dueno:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  box-shadow: 0 4px 6px rgba(15, 35, 70, 0.07), 0 1px 3px rgba(15, 35, 70, 0.06);
}

.numero {
  font-weight: 400;
  opacity: 0.9;
  font-size: 0.7rem;
}
@media screen and (min-width: 768px) {
  .numero {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 1024px) {
  .numero {
    font-size: 0.9rem;
  }
}

.grid-servicios-soporte {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .grid-servicios-soporte {
    gap: 2rem;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .grid-servicios-soporte {
    gap: 3rem;
    margin-bottom: 4rem;
  }
}

.visita-reunionvirtural {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .visita-reunionvirtural {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .visita-reunionvirtural {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}

.tarjeta-soporte {
  position: relative;
  overflow: hidden;
  border: 1px solid #ECF0F1;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 1.5rem;
  box-shadow: 0 4px 6px rgba(15, 35, 70, 0.07), 0 1px 3px rgba(15, 35, 70, 0.06);
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .tarjeta-soporte {
    border-radius: 12px;
    padding: 1rem;
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .tarjeta-soporte {
    border-radius: 20px;
    padding: 3rem;
  }
}
.tarjeta-soporte::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(135deg, #1E4A8C, #4CC9E8, #8EDFF2);
  z-index: 1;
}
.tarjeta-soporte:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(15, 35, 70, 0.2);
}
.tarjeta-soporte:hover .icono-tarjeta {
  -webkit-transform: scale(1.1) rotate(5deg);
          transform: scale(1.1) rotate(5deg);
}

.encabezado-tarjeta {
  gap: 1rem;
  position: relative;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .encabezado-tarjeta {
    gap: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .encabezado-tarjeta {
    gap: 2rem;
    margin-bottom: 3rem;
  }
}

.icono-tarjeta {
  /* ✅ ICONO LIMPIO SIN FONDO */
  color: #0F2346;
  position: relative;
  font-size: 2rem;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .icono-tarjeta {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .icono-tarjeta {
    font-size: 3rem;
  }
}
.icono-tarjeta::before {
  content: attr(data-icon);
  font-size: inherit;
  display: block;
}
.icono-tarjeta i {
  color: #0F2346;
  font-size: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.8;
  background: none !important;
  background-color: transparent !important;
}
.icono-tarjeta[data-icon]:not([data-icon=""]) i {
  display: none;
}

.titulo-tarjeta {
  font-family: "GFS Didot", serif;
  color: #0F2346;
  margin: 0;
  font-weight: 400;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .titulo-tarjeta {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .titulo-tarjeta {
    font-size: 1.8rem;
  }
}

.info-visita {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .info-visita {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .info-visita {
    margin-bottom: 3rem;
  }
}

.caracteristica-visita {
  justify-content: flex-start;
  gap: 0.4rem;
  color: #34495E;
  transition: all 0.3s ease;
  border-radius: 4px;
  margin-bottom: 0.3rem;
  font-size: 0.75rem;
  padding: 0.2rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .caracteristica-visita {
    margin-bottom: 1.5rem;
    font-size: 1rem;
    gap: 0.75rem;
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .caracteristica-visita {
    margin-bottom: 1.5rem;
    font-size: 1rem;
    gap: 0.75rem;
    padding: 0;
  }
}
.caracteristica-visita:hover {
  background: rgba(76, 201, 232, 0.05);
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
  color: #2C3E50;
}
.caracteristica-visita i {
  color: #4CC9E8;
  width: 18px;
  transition: all 0.3s ease;
  font-size: 0.9rem;
}
@media screen and (min-width: 768px) {
  .caracteristica-visita i {
    font-size: 1.1rem;
    width: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .caracteristica-visita i {
    font-size: 1.1rem;
    width: 20px;
  }
}
.caracteristica-visita:hover i {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  color: #2B7A94;
}

.tipos-servicio {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .tipos-servicio {
    display: block;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .tipos-servicio {
    display: block;
    margin-bottom: 4rem;
  }
}
.tipos-servicio h4 {
  color: #0F2346;
  font-family: "Roboto Slab", serif;
  margin: 0 0 0.5rem 0;
  font-size: 0.8rem;
}
@media screen and (min-width: 768px) {
  .tipos-servicio h4 {
    font-size: 1.1rem;
    margin: 0 0 1.5rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .tipos-servicio h4 {
    font-size: 1.2rem;
    margin: 0 0 1.5rem 0;
  }
}

.servicios-disponibles {
  grid-area: 1/1;
}
@media screen and (min-width: 1024px) {
  .servicios-disponibles {
    margin-bottom: 3rem;
  }
}

.respuestas-certificadas {
  grid-area: 1/2;
}

.lista-servicios {
  display: grid;
  gap: 0.3rem;
  grid-template-columns: 1fr;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .lista-servicios {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 0.75rem;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .lista-servicios {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 0.75rem;
    margin-bottom: 3rem;
  }
}

.servicio-item {
  justify-content: flex-start;
  gap: 0.3rem;
  color: #34495E;
  transition: all 0.3s ease;
  border-radius: 4px;
  font-size: 0.65rem;
  padding: 0.1rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .servicio-item {
    font-size: 0.95rem;
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .servicio-item {
    font-size: 0.95rem;
    padding: 0;
  }
}
.servicio-item:hover {
  background: rgba(230, 126, 34, 0.05);
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
  color: #2C3E50;
}
.servicio-item i {
  color: #E67E22;
  transition: all 0.3s ease;
  font-size: 0.8rem;
}
@media screen and (min-width: 768px) {
  .servicio-item i {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .servicio-item i {
    font-size: 1rem;
  }
}
.servicio-item:hover i {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  color: #E67E22;
}

.accion-visita {
  width: 100%;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .accion-visita {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .accion-visita {
    margin-top: 1.5rem;
  }
}

.boton-solicitar-visita {
  background: linear-gradient(135deg, #0F2346, #1E4A8C, #4578C8);
  color: #FFFFFF;
  border-radius: 8px;
  text-decoration: none;
  font-family: "Roboto Slab", serif;
  font-weight: 600;
  max-width: 280px;
  width: 100%;
  text-align: center;
  font-size: 0.9rem;
  padding: 0.8rem 1rem;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .boton-solicitar-visita {
    font-size: 1rem;
    border-radius: 12px;
    padding: 1rem 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .boton-solicitar-visita {
    font-size: 1rem;
    padding: 1.5rem 3rem;
    border-radius: 12px;
    gap: 0.75rem;
  }
}
.boton-solicitar-visita:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(76, 201, 232, 0.4);
}

.descripcion-reunion {
  color: #34495E;
  line-height: 1.4;
  margin: 0 0 1rem 0;
  font-size: 0.8rem;
}
@media screen and (min-width: 768px) {
  .descripcion-reunion {
    font-size: 1rem;
    margin: 0 0 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .descripcion-reunion {
    font-size: 1.1rem;
    margin: 0 0 3rem 0;
    line-height: 1.6;
  }
}

.ventajas-reunion {
  display: grid;
  gap: 0.2rem;
  grid-template-columns: 1fr;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .ventajas-reunion {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .ventajas-reunion {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.5rem;
    margin-bottom: 3rem;
  }
}

.ventaja-item {
  justify-content: flex-start;
  gap: 0.3rem;
  color: #34495E;
  transition: all 0.3s ease;
  border-radius: 4px;
  font-size: 0.7rem;
  padding: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .ventaja-item {
    font-size: 0.95rem;
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .ventaja-item {
    font-size: 0.95rem;
    padding: 0;
  }
}
.ventaja-item:hover {
  background: rgba(22, 160, 133, 0.05);
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
  color: #2C3E50;
}
.ventaja-item i {
  color: #16A085;
  transition: all 0.3s ease;
  font-size: 0.8rem;
}
@media screen and (min-width: 768px) {
  .ventaja-item i {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .ventaja-item i {
    font-size: 1rem;
  }
}
.ventaja-item:hover i {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  color: #27AE60;
}

.horarios-disponibles h4 {
  color: #0F2346;
  font-family: "Roboto Slab", serif;
  margin: 0 0 0.5rem 0;
  font-size: 0.9rem;
}
@media screen and (min-width: 768px) {
  .horarios-disponibles h4 {
    font-size: 1.1rem;
    margin: 0 0 1.5rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .horarios-disponibles h4 {
    font-size: 1.2rem;
    margin: 0 0 1.5rem 0;
  }
}

.horarios-grid {
  display: grid;
  gap: 0.3rem;
  grid-template-columns: 1fr;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .horarios-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .horarios-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    margin-bottom: 3rem;
  }
}

.horario-item {
  background: #F0F7FF;
  border-radius: 4px;
  text-align: center;
  transition: all 0.3s ease;
  padding: 0.3rem;
}
@media screen and (min-width: 768px) {
  .horario-item {
    padding: 0.3rem;
    border-radius: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .horario-item {
    padding: 1.5rem;
    border-radius: 8px;
  }
}
.horario-item:hover {
  background: #F5F8FF;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.horario-item i {
  color: #1E4A8C;
  margin-bottom: 0.2rem;
  display: block;
  font-size: 0.9rem;
}
@media screen and (min-width: 768px) {
  .horario-item i {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .horario-item i {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
}
.horario-item span {
  display: block;
  color: #7F8C8D;
  margin-bottom: 0.1rem;
  font-size: 0.7rem;
}
@media screen and (min-width: 768px) {
  .horario-item span {
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .horario-item span {
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
  }
}
.horario-item strong {
  color: #0F2346;
  font-weight: 600;
  font-size: 0.7rem;
}
@media screen and (min-width: 768px) {
  .horario-item strong {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .horario-item strong {
    font-size: 1rem;
  }
}

.botones-reunion {
  display: grid;
  gap: 0.3rem;
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 768px) {
  .botones-reunion {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .botones-reunion {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
}

.boton-agendar-whatsapp,
.boton-agendar-llamada {
  border-radius: 4px;
  text-decoration: none;
  gap: 0.2rem;
  font-family: "Roboto Slab", serif;
  font-weight: 600;
  transition: all 0.3s ease;
  padding: 0.4rem 0.2rem;
  font-size: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .boton-agendar-whatsapp,
  .boton-agendar-llamada {
    padding: 1rem;
    font-size: 0.7rem !important;
    border-radius: 8px;
    gap: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .boton-agendar-whatsapp,
  .boton-agendar-llamada {
    padding: 1.5rem;
    font-size: 1rem;
    border-radius: 8px;
    gap: 0.5rem;
  }
}

.boton-agendar-whatsapp {
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: #FFFFFF;
}

.boton-agendar-llamada {
  background: linear-gradient(135deg, #2C3E50, #34495E, #7F8C8D);
  color: #FFFFFF;
}

.boton-agendar-whatsapp:hover,
.boton-agendar-llamada:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  box-shadow: 0 4px 6px rgba(15, 35, 70, 0.07), 0 1px 3px rgba(15, 35, 70, 0.06);
}

.descripcion-manuales {
  color: #34495E;
  line-height: 1.4;
  margin: 0 0 1rem 0;
  font-size: 0.8rem;
}
@media screen and (min-width: 768px) {
  .descripcion-manuales {
    font-size: 1rem;
    margin: 0 0 1rem 0;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1024px) {
  .descripcion-manuales {
    font-size: 1.1rem;
    margin: 0 0 3rem 0;
    line-height: 1.6;
  }
}

.grid-manuales {
  display: grid;
  gap: 0.3rem;
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 768px) {
  .grid-manuales {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .grid-manuales {
    grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
    gap: 2rem;
  }
}

.manual-item {
  background: #F8F9FA;
  border: 1px solid #ECF0F1;
  align-items: center;
  text-align: center;
  transition: all 0.3s ease;
  border-radius: 8px;
  padding: 0.4rem;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .manual-item {
    border-radius: 12px;
    text-align: left;
    align-items: flex-start;
    padding: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .manual-item {
    border-radius: 12px;
    padding: 2rem;
  }
}
.manual-item:hover {
  background: #FFFFFF;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(15, 35, 70, 0.15);
}
.manual-item:hover .icono-manual {
  -webkit-transform: scale(1.1) rotate(-5deg);
          transform: scale(1.1) rotate(-5deg);
}

.icono-manual {
  /* ✅ ICONO LIMPIO SIN FONDO */
  color: #E74C3C;
  text-align: center;
  position: relative;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .icono-manual {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .icono-manual {
    font-size: 3rem;
  }
}
.icono-manual::before {
  content: attr(data-icon);
  font-size: inherit;
  display: block;
}
.icono-manual i {
  color: #E74C3C;
  font-size: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: none !important;
  background-color: transparent !important;
}
.icono-manual[data-icon]:not([data-icon=""]) i {
  display: none;
}

.info-manual h4 {
  color: #0F2346;
  font-family: "Roboto Slab", serif;
  margin: 0 0 0.2rem 0;
  text-align: center;
  font-size: 0.7rem;
}
@media screen and (min-width: 768px) {
  .info-manual h4 {
    font-size: 1rem;
    text-align: left;
    margin: 0 0 0.5rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .info-manual h4 {
    font-size: 1.1rem;
    text-align: left;
    margin: 0 0 0.5rem 0;
  }
}
.info-manual p {
  color: #7F8C8D;
  line-height: 1.3;
  margin: 0 0 0.3rem 0;
  text-align: center;
  font-size: 0.6rem;
}
@media screen and (min-width: 768px) {
  .info-manual p {
    font-size: 0.9rem;
    margin: 0 0 1.5rem 0;
    line-height: 1.4;
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .info-manual p {
    font-size: 0.9rem;
    margin: 0 0 1.5rem 0;
    line-height: 1.4;
    text-align: left;
  }
}

.descargar-manual {
  color: #1E4A8C;
  text-decoration: none;
  font-weight: 600;
  gap: 0.2rem;
  transition: all 0.3s ease;
  text-align: center;
  font-size: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .descargar-manual {
    font-size: 0.9rem;
    gap: 0.5rem;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .descargar-manual {
    font-size: 0.9rem;
    gap: 0.5rem;
    justify-content: flex-start;
  }
}
.descargar-manual:hover {
  color: #0F2346;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.descargar-manual i {
  transition: all 0.3s ease;
  font-size: 0.6rem;
}
@media screen and (min-width: 768px) {
  .descargar-manual i {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 1024px) {
  .descargar-manual i {
    font-size: 0.9rem;
  }
}
.descargar-manual:hover i {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.faq-container {
  gap: 0.3rem;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .faq-container {
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .faq-container {
    gap: 1.5rem;
  }
}

.faq-item {
  border: 1px solid #ECF0F1;
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .faq-item {
    border-radius: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .faq-item {
    border-radius: 8px;
  }
}
.faq-item:hover {
  border-color: #4CC9E8;
}
.faq-item.active .faq-pregunta i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq-item.active .faq-respuesta {
  max-height: 200px;
  padding: 0.4rem;
}
@media screen and (min-width: 768px) {
  .faq-item.active .faq-respuesta {
    padding: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .faq-item.active .faq-respuesta {
    padding: 2rem;
  }
}

.faq-pregunta {
  background: #F8F9FA;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .faq-pregunta {
    padding: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .faq-pregunta {
    padding: 2rem;
  }
}
.faq-pregunta:hover {
  background: #F0F7FF;
}
.faq-pregunta h4 {
  color: #0F2346;
  font-family: "Roboto Slab", serif;
  margin: 0;
  font-weight: 600;
  font-size: 0.8rem;
}
@media screen and (min-width: 768px) {
  .faq-pregunta h4 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .faq-pregunta h4 {
    font-size: 1.1rem;
  }
}
.faq-pregunta i {
  color: #1E4A8C;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  font-size: 0.9rem;
}
@media screen and (min-width: 768px) {
  .faq-pregunta i {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .faq-pregunta i {
    font-size: 1rem;
  }
}

.faq-respuesta {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  background: #FFFFFF;
  padding: 0 0.4rem;
}
@media screen and (min-width: 768px) {
  .faq-respuesta {
    padding: 0 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .faq-respuesta {
    padding: 0 2rem;
  }
}
.faq-respuesta p {
  color: #34495E;
  line-height: 1.4;
  margin: 0;
  font-size: 0.7rem;
}
@media screen and (min-width: 768px) {
  .faq-respuesta p {
    font-size: 0.9rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1024px) {
  .faq-respuesta p {
    font-size: 0.95rem;
    line-height: 1.6;
  }
}

.seccion-cta-soporte {
  background: linear-gradient(135deg, #0F2346, #1E4A8C, #4578C8);
  border-radius: 4px;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 1rem;
  margin: 0.5rem 0;
}
@media screen and (min-width: 768px) {
  .seccion-cta-soporte {
    padding: 1rem;
    border-radius: 20px;
    margin: 1rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .seccion-cta-soporte {
    padding: 4rem;
    border-radius: 20px;
    margin: 2rem 0;
  }
}
.seccion-cta-soporte::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="emergency" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23emergency)"/></svg>');
}

.contenedor-cta {
  position: relative;
  z-index: 2;
}

.cta-emergencia {
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .cta-emergencia {
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .cta-emergencia {
    gap: 3rem;
    margin-bottom: 3rem;
  }
}

.icono-emergencia {
  font-size: 3rem;
}
@media screen and (min-width: 768px) {
  .icono-emergencia {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .icono-emergencia {
    font-size: 5rem;
  }
}
.icono-emergencia::before {
  content: "🚨";
}

@-webkit-keyframes pulseEmergency {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pulseEmergency {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.texto-emergencia h3 {
  font-family: "GFS Didot", serif;
  color: #FFFFFF;
  margin: 0 0 0.2rem 0;
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  .texto-emergencia h3 {
    font-size: 1.8rem;
    margin: 0 0 0.5rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .texto-emergencia h3 {
    font-size: 2.2rem;
    margin: 0 0 0.5rem 0;
  }
}
.texto-emergencia p {
  color: #8EDFF2;
  margin: 0;
  line-height: 1.3;
  font-size: 0.8rem;
}
@media screen and (min-width: 768px) {
  .texto-emergencia p {
    font-size: 1rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1024px) {
  .texto-emergencia p {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}

.botones-cta-final {
  display: grid;
  gap: 0.3rem;
  grid-template-columns: 1fr;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .botones-cta-final {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .botones-cta-final {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 4rem;
  }
}

.boton-emergencia-whatsapp,
.boton-emergencia-llamar {
  border-radius: 4px;
  text-decoration: none;
  gap: 0.3rem;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-size: 0.7rem;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .boton-emergencia-whatsapp,
  .boton-emergencia-llamar {
    font-size: 1rem;
    padding: 1.5rem 2rem;
    border-radius: 12px;
    gap: 0.75rem;
    letter-spacing: 0.5px;
  }
}
@media screen and (min-width: 1024px) {
  .boton-emergencia-whatsapp,
  .boton-emergencia-llamar {
    font-size: 1.1rem;
    padding: 1.2rem 3rem;
    border-radius: 12px;
    gap: 0.75rem;
    letter-spacing: 0.5px;
  }
}
.boton-emergencia-whatsapp:hover,
.boton-emergencia-llamar:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(15, 35, 70, 0.15), 0 3px 6px rgba(15, 35, 70, 0.1);
}
.boton-emergencia-whatsapp i,
.boton-emergencia-llamar i {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  padding: 0.2rem;
  font-size: 0.8rem;
}
@media screen and (min-width: 768px) {
  .boton-emergencia-whatsapp i,
  .boton-emergencia-llamar i {
    font-size: 1rem;
    padding: 0.3rem;
  }
}
@media screen and (min-width: 1024px) {
  .boton-emergencia-whatsapp i,
  .boton-emergencia-llamar i {
    font-size: 1.1rem;
    padding: 0.3rem;
  }
}

.boton-emergencia-whatsapp {
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: #FFFFFF;
  -webkit-animation: pulseWhatsappEmergency 4s infinite;
          animation: pulseWhatsappEmergency 4s infinite;
}

@-webkit-keyframes pulseWhatsappEmergency {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  50% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

@keyframes pulseWhatsappEmergency {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  50% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}
.boton-emergencia-llamar {
  background: #FFFFFF;
  color: #0F2346;
  border: 2px solid #FFFFFF;
}
.boton-emergencia-llamar:hover {
  background: #8EDFF2;
}

.contactos-adicionales {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .contactos-adicionales {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .contactos-adicionales {
    padding-top: 3rem;
  }
}
.contactos-adicionales p {
  color: #8EDFF2;
  margin: 0 0 0.5rem 0;
  font-size: 0.7rem;
}
@media screen and (min-width: 768px) {
  .contactos-adicionales p {
    font-size: 0.9rem;
    margin: 0 0 2rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .contactos-adicionales p {
    font-size: 1rem;
    margin: 0 0 2rem 0;
  }
}

.contactos-grid {
  display: grid;
  gap: 0.3rem;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .contactos-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .contactos-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
  }
}

.contacto-item {
  gap: 0.3rem;
  color: #FFFFFF;
  font-size: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .contacto-item {
    font-size: 0.9rem;
    gap: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .contacto-item {
    font-size: 0.9rem;
    gap: 0.5rem;
  }
}
.contacto-item i {
  color: #4CC9E8;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  padding: 0.2rem;
  font-size: 0.7rem;
}
@media screen and (min-width: 768px) {
  .contacto-item i {
    font-size: 0.9rem;
    padding: 0.3rem;
  }
}
@media screen and (min-width: 1024px) {
  .contacto-item i {
    font-size: 1rem;
    padding: 0.3rem;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.loading-soporte {
  background: linear-gradient(90deg, #ECF0F1 25%, #BDC3C7 50%, #ECF0F1 75%);
  background-size: 200% 100%;
  -webkit-animation: shimmer 1.5s infinite;
          animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .tarjeta-dueno:hover,
  .tarjeta-soporte:hover,
  .manual-item:hover,
  .boton-whatsapp-dueno:hover,
  .boton-llamar-dueno:hover,
  .boton-solicitar-visita:hover,
  .boton-agendar-whatsapp:hover,
  .boton-agendar-llamada:hover,
  .boton-emergencia-whatsapp:hover,
  .boton-emergencia-llamar:hover {
    -webkit-transform: none;
            transform: none;
  }
  .estado-online,
  .icono-emergencia {
    -webkit-animation: none;
            animation: none;
  }
  .boton-whatsapp-dueno,
  .boton-emergencia-whatsapp {
    -webkit-animation: none;
            animation: none;
  }
}
.boton-whatsapp-dueno:focus,
.boton-llamar-dueno:focus,
.boton-solicitar-visita:focus,
.boton-agendar-whatsapp:focus,
.boton-agendar-llamada:focus,
.boton-emergencia-whatsapp:focus,
.boton-emergencia-llamar:focus,
.descargar-manual:focus,
.faq-pregunta:focus {
  outline: 3px solid #4CC9E8;
  outline-offset: 2px;
}

@media (max-width: 320px) {
  .seccion-soporte {
    padding-top: 3.5rem;
  }
  .titulo-principal-soporte {
    font-size: 1.4rem;
  }
  .tarjeta-dueno {
    padding: 1rem;
  }
  .foto-dueno {
    width: 80px;
    height: 80px;
  }
}
/* ========================================
   LAYOUT - CONTACTO MOBILE-FIRST
   Estilos generales y layout de la página de contacto
======================================== */
/* ========================================
   CONTENEDOR PRINCIPAL
======================================== */
.seccion-contacto {
  width: 100%;
  min-height: 80vh;
  position: relative;
  margin: 0;
  padding: 0;
}

/* ========================================
   CONTENEDOR CON DEGRADADO
======================================== */
.contenedor-principal-degradado {
  width: 100%;
  min-height: 80vh;
  position: relative;
  background: rgba(189, 195, 199, 0.95);
  padding: 1.5rem 0;
}
@media screen and (min-width: 768px) {
  .contenedor-principal-degradado {
    padding: 3rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .contenedor-principal-degradado {
    padding: 4rem 0;
  }
}

.contenedor-contacto {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0.5rem;
}
@media screen and (min-width: 768px) {
  .contenedor-contacto {
    padding: 0 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .contenedor-contacto {
    padding: 0 1.5rem;
  }
}

/* ========================================
   ENCABEZADO DE LA SECCIÓN
======================================== */
.encabezado-contacto {
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .encabezado-contacto {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .encabezado-contacto {
    margin-bottom: 4rem;
  }
}

.titulo-principal-contacto {
  font-family: "GFS Didot", serif;
  color: rgba(15, 35, 70, 0.9);
  margin-bottom: 1rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  letter-spacing: 1px;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .titulo-principal-contacto {
    font-size: 2.2rem;
    letter-spacing: 1.5px;
  }
}
@media screen and (min-width: 1024px) {
  .titulo-principal-contacto {
    font-size: 2.8rem;
    letter-spacing: 2px;
  }
}

.subtitulo-contacto {
  color: black;
  font-weight: 300;
  max-width: 600px;
  margin: 0 auto;
  font-size: 0.9rem;
}
@media screen and (min-width: 768px) {
  .subtitulo-contacto {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .subtitulo-contacto {
    font-size: 1.2rem;
  }
}

/* ========================================
   CONTENIDO PRINCIPAL - GRID RESPONSIVE
======================================== */
.contenido-contacto {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: start;
}
@media screen and (min-width: 768px) {
  .contenido-contacto {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .contenido-contacto {
    gap: 1rem;
  }
}

/* ================    margin-top: 140px; // Ajuste para móvil (35px contact-bar + 80px header + 25px padding)=======================
   MAPA - CONTACTO MOBILE-FIRST
   Estilos para el mapa interactivo
======================================== */
/* ========================================
   MAPA SUPERIOR - CANTO A CANTO
======================================== */
.contenedor-mapa {
  width: 100vw;
  position: relative;
  overflow: hidden;
  margin: 0;
  margin-left: calc(-50vw + 50%);
  height: 250px;
}
@media screen and (min-width: 768px) {
  .contenedor-mapa {
    height: 300px;
    margin-top: 125px;
  }
}
@media screen and (min-width: 1024px) {
  .contenedor-mapa {
    height: 400px;
    margin-top: 120px;
  }
}

.mapa-interactivo {
  width: 100%;
  height: 100%;
  position: relative;
  background: #ECF0F1;
}
.mapa-interactivo iframe {
  width: 100%;
  height: 100%;
  border: none;
  -webkit-filter: grayscale(0.3) contrast(1.1);
          filter: grayscale(0.3) contrast(1.1);
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .mapa-interactivo iframe {
    -webkit-filter: grayscale(0.2) contrast(1.1);
            filter: grayscale(0.2) contrast(1.1);
  }
}
.mapa-interactivo iframe:hover {
  -webkit-filter: grayscale(0) contrast(1.2);
          filter: grayscale(0) contrast(1.2);
}

.punto-ubicacion {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  color: #1E4A8C;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  -webkit-animation: pulso 2s infinite;
          animation: pulso 2s infinite;
  cursor: pointer;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .punto-ubicacion {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .punto-ubicacion {
    font-size: 2rem;
  }
}
.punto-ubicacion:hover {
  color: #4CC9E8;
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

.informacion-mapa {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  background: rgba(15, 35, 70, 0.9);
  color: #FFFFFF;
  border-radius: 12px;
  backdrop-filter: blur(10px);
  padding: 0.5rem;
}
@media screen and (min-width: 768px) {
  .informacion-mapa {
    padding: 1rem;
    bottom: 15px;
    left: 15px;
    right: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .informacion-mapa {
    bottom: 20px;
    left: 20px;
    right: auto;
    max-width: 300px;
    padding: 1.5rem;
  }
}

.datos-direccion .item-direccion {
  margin-bottom: 0.5rem;
}
.datos-direccion .item-direccion:last-child {
  margin-bottom: 0;
}
.datos-direccion .item-direccion strong {
  display: block;
  color: #4CC9E8;
  margin-bottom: 2px;
  font-size: 0.8rem;
}
@media screen and (min-width: 768px) {
  .datos-direccion .item-direccion strong {
    font-size: 0.85rem;
  }
}
@media screen and (min-width: 1024px) {
  .datos-direccion .item-direccion strong {
    font-size: 0.9rem;
  }
}
.datos-direccion .item-direccion span {
  opacity: 0.9;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .datos-direccion .item-direccion span {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .datos-direccion .item-direccion span {
    font-size: 0.85rem;
  }
}

@-webkit-keyframes pulso {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 0.7;
    -webkit-transform: translate(-50%, -50%) scale(1.05);
            transform: translate(-50%, -50%) scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes pulso {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 0.7;
    -webkit-transform: translate(-50%, -50%) scale(1.05);
            transform: translate(-50%, -50%) scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
/* ========================================
   FORMULARIO - CONTACTO MOBILE-FIRST
   Estilos para el formulario de contacto
======================================== */
/* ========================================
   FORMULARIO DE CONTACTO
======================================== */
.seccion-formulario-contacto {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(15, 35, 70, 0.15), 0 3px 6px rgba(15, 35, 70, 0.1);
  backdrop-filter: blur(10px);
  padding: 1.5rem;
}
@media screen and (min-width: 768px) {
  .seccion-formulario-contacto {
    padding: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .seccion-formulario-contacto {
    padding: 3rem;
  }
}

.titulo-seccion-h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: #2C3E50;
  margin-bottom: 1rem;
  font-family: "GFS Didot", serif;
  justify-content: flex-start;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .titulo-seccion-h3 {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .titulo-seccion-h3 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
}
.titulo-seccion-h3 i {
  color: #E67E22;
}

.titulo-seccion-h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: #2C3E50;
  margin-bottom: 1rem;
  font-family: "GFS Didot", serif;
  justify-content: flex-start;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .titulo-seccion-h3 {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .titulo-seccion-h3 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
}
.titulo-seccion-h3 i {
  color: #E67E22;
}

/* FORMULARIO */
.formulario-contacto {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
@media screen and (min-width: 768px) {
  .formulario-contacto {
    gap: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .formulario-contacto {
    gap: 1rem;
  }
}

.grupo-formulario {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.grupo-formulario label {
  font-weight: 600;
  color: #2C3E50;
  font-size: 0.85rem;
}
@media screen and (min-width: 768px) {
  .grupo-formulario label {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 1024px) {
  .grupo-formulario label {
    font-size: 0.95rem;
  }
}
.grupo-formulario input,
.grupo-formulario select,
.grupo-formulario textarea {
  border: 2px solid #BDC3C7;
  border-radius: 8px;
  transition: all 0.3s ease;
  background: #FFFFFF;
  font-family: "Source Sans Pro", sans-serif;
  padding: 10px 0.5rem;
  font-size: 0.9rem;
}
@media screen and (min-width: 768px) {
  .grupo-formulario input,
  .grupo-formulario select,
  .grupo-formulario textarea {
    padding: 11px 1rem;
    font-size: 0.95rem;
  }
}
@media screen and (min-width: 1024px) {
  .grupo-formulario input,
  .grupo-formulario select,
  .grupo-formulario textarea {
    padding: 12px 1rem;
    font-size: 1rem;
  }
}
.grupo-formulario input:focus,
.grupo-formulario select:focus,
.grupo-formulario textarea:focus {
  outline: none;
  border-color: #4CC9E8;
  box-shadow: 0 0 0 3px rgba(76, 201, 232, 0.1);
}
.grupo-formulario textarea {
  resize: vertical;
  min-height: 80px;
}
@media screen and (min-width: 768px) {
  .grupo-formulario textarea {
    min-height: 90px;
  }
}
@media screen and (min-width: 1024px) {
  .grupo-formulario textarea {
    min-height: 100px;
  }
}

/* BOTÓN ENVIAR */
.boton-enviar {
  background: linear-gradient(135deg, #27AE60, #27AE60);
  color: #FFFFFF;
  border: none;
  padding: 1rem 1.5rem;
  border-radius: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: "Source Sans Pro", sans-serif;
  border-radius: 12px;
  margin-top: 0.5rem;
  padding: 0.5rem 2rem;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .boton-enviar {
    padding: 1.5rem 2rem;
  }
}
.boton-enviar:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(15, 35, 70, 0.15), 0 3px 6px rgba(15, 35, 70, 0.1);
}
.boton-enviar:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(76, 201, 232, 0.15), 0 2px 6px rgba(142, 223, 242, 0.1);
}
@media screen and (min-width: 768px) {
  .boton-enviar {
    padding: 1rem 3rem;
    font-size: 1.05rem;
  }
}
@media screen and (min-width: 1024px) {
  .boton-enviar {
    padding: 1rem 3rem;
    font-size: 1.1rem;
  }
}
.boton-enviar:hover {
  background: linear-gradient(135deg, #27AE60, #E67E22);
  box-shadow: 0 8px 25px rgba(230, 126, 34, 0.4);
}
.boton-enviar:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* CITA */
.cita-contacto {
  margin-top: 1rem;
  padding: 0.5rem 0.8rem;
  background: #ECF0F1;
  border-left: 4px solid #E67E22;
  border-radius: 8px;
  font-style: italic;
  color: #2C3E50;
  line-height: 1.4;
  font-size: 0.85rem;
}
@media screen and (min-width: 768px) {
  .cita-contacto {
    margin-top: 1.5rem;
    padding: 1rem 0.9rem;
    font-size: 0.9rem;
    line-height: 1.45;
  }
}
@media screen and (min-width: 1024px) {
  .cita-contacto {
    margin-top: 2rem;
    padding: 1rem 1rem;
    font-size: 0.95rem;
    line-height: 1.5;
  }
}

/* ========================================
   INFORMACIÓN - CONTACTO MOBILE-FIRST
   Estilos para la información de contacto
======================================== */
/* ========================================
   INFORMACIÓN DE CONTACTO
======================================== */
.seccion-informacion-contacto {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .seccion-informacion-contacto {
    gap: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .seccion-informacion-contacto {
    gap: 1rem;
  }
}

.titulo-seccion-h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: #2C3E50;
  margin-bottom: 1rem;
  font-family: "GFS Didot", serif;
  justify-content: flex-start;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .titulo-seccion-h3 {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .titulo-seccion-h3 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
}
.titulo-seccion-h3 i {
  color: #E67E22;
}
.titulo-seccion-h3 .titulo-icono {
  width: 1.2rem;
  height: 1.2rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .titulo-seccion-h3 .titulo-icono {
    width: 1.4rem;
    height: 1.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .titulo-seccion-h3 .titulo-icono {
    width: 1.6rem;
    height: 1.6rem;
  }
}

.informacion-contacto-directo {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  box-shadow: 0 4px 6px rgba(15, 35, 70, 0.07), 0 1px 3px rgba(15, 35, 70, 0.06);
  padding: 1.5rem;
}
@media screen and (min-width: 768px) {
  .informacion-contacto-directo {
    padding: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .informacion-contacto-directo {
    padding: 2rem;
  }
}

/* GRILLA DE INFORMACIÓN */
.grilla-informacion-contacto {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .grilla-informacion-contacto {
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .grilla-informacion-contacto {
    gap: 1.5rem;
  }
}

.item-informacion-contacto {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  gap: 0.5rem;
  padding: 0.5rem;
  background: #ECF0F1;
  border-radius: 12px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .item-informacion-contacto {
    gap: 1rem;
    padding: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .item-informacion-contacto {
    gap: 1rem;
    padding: 1rem;
  }
}
.item-informacion-contacto:hover {
  background: #F0FFF4;
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
@media screen and (min-width: 768px) {
  .item-informacion-contacto:hover {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
.item-informacion-contacto.emergencia {
  background: linear-gradient(135deg, rgba(231, 76, 60, 0.1), rgba(231, 76, 60, 0.05));
  border: 1px solid rgba(231, 76, 60, 0.2);
}

.icono-contacto {
  background: #1E4A8C;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .icono-contacto {
    width: 45px;
    height: 45px;
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1024px) {
  .icono-contacto {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
  }
}
.icono-contacto.whatsapp {
  background: #25D366;
}
.item-informacion-contacto.emergencia .icono-contacto {
  background: #E74C3C;
}
.icono-contacto .icono-img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  background: transparent;
}
@media screen and (min-width: 768px) {
  .icono-contacto .icono-img {
    width: 26px;
    height: 26px;
  }
}
@media screen and (min-width: 1024px) {
  .icono-contacto .icono-img {
    width: 28px;
    height: 28px;
  }
}

.detalles-contacto {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
@media screen and (min-width: 768px) {
  .detalles-contacto {
    gap: 3px;
  }
}
@media screen and (min-width: 1024px) {
  .detalles-contacto {
    gap: 3px;
  }
}
.detalles-contacto strong {
  color: #2C3E50;
  font-size: 0.85rem;
}
@media screen and (min-width: 768px) {
  .detalles-contacto strong {
    font-size: 0.95rem;
  }
}
@media screen and (min-width: 1024px) {
  .detalles-contacto strong {
    font-size: 1rem;
  }
}
.detalles-contacto span {
  color: #34495E;
  font-size: 0.8rem;
}
@media screen and (min-width: 768px) {
  .detalles-contacto span {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 1024px) {
  .detalles-contacto span {
    font-size: 0.95rem;
  }
}

/* ========================================
   HORARIOS DE ATENCIÓN
======================================== */
.seccion-horarios {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  box-shadow: 0 4px 6px rgba(15, 35, 70, 0.07), 0 1px 3px rgba(15, 35, 70, 0.06);
  padding: 1.5rem;
}
@media screen and (min-width: 768px) {
  .seccion-horarios {
    padding: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .seccion-horarios {
    padding: 2rem;
  }
}

.grilla-horarios {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .grilla-horarios {
    gap: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .grilla-horarios {
    gap: 1rem;
  }
}

.item-horario {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ECF0F1;
  border-radius: 8px;
  transition: all 0.3s ease;
  padding: 8px 0.5rem;
}
@media screen and (min-width: 768px) {
  .item-horario {
    padding: 9px 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .item-horario {
    padding: 9px 1rem;
  }
}
.item-horario:hover {
  background: #F0FFF4;
}
.item-horario.horario-emergencia {
  background: linear-gradient(135deg, rgba(39, 174, 96, 0.1), rgba(39, 174, 96, 0.05));
  border: 1px solid rgba(39, 174, 96, 0.2);
}

.dia-horario {
  font-weight: 600;
  color: #2C3E50;
  font-size: 0.8rem;
}
@media screen and (min-width: 768px) {
  .dia-horario {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 1024px) {
  .dia-horario {
    font-size: 1rem;
  }
}

.tiempo-horario {
  color: #34495E;
  font-weight: 500;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .tiempo-horario {
    font-size: 0.85rem;
  }
}
@media screen and (min-width: 1024px) {
  .tiempo-horario {
    font-size: 0.9rem;
  }
}