@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700;900&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 */
  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;
}

/**
   * 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; /* 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;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  line-height: 1.6;
  color: #ffffff;
  overflow-x: hidden;
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  transition: background 0.3s ease, color 0.3s ease;
}

/* Bootstrap Grid Overrides */
.container {
  max-width: 1400px;
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.row {
  margin-left: 0;
  margin-right: 0;
}

/* Ensure Bootstrap columns work with existing cards */
.col {
  padding: 0;
}

body.light-mode {
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  color: #1e293b;
}
body.light-mode .logo-light {
  display: block;
}
body.light-mode .logo-dark {
  display: none;
}
body.light-mode .navBar {
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(8, 145, 178, 0.2);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}
body.light-mode .logo-nav span {
  color: #1e293b;
  text-shadow: 0 0 20px rgba(8, 145, 178, 0.3);
}
body.light-mode .navLinks a {
  color: #1e293b;
}
body.light-mode .navLinks a:hover {
  color: #0891b2;
}
body.light-mode .video-overlay {
  background: linear-gradient(135deg, rgba(248, 250, 252, 0.85) 0%, rgba(226, 232, 240, 0.85) 100%);
}
body.light-mode .contenedor-informacion h2,
body.light-mode .header-subtitle {
  color: #475569;
}
body.light-mode .contenedor-servicios {
  background: linear-gradient(180deg, #e2e8f0 0%, #f8fafc 100%);
}
body.light-mode .section-header h2 {
  background: linear-gradient(135deg, #0891b2, #7c3aed);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
body.light-mode .section-subtitle {
  color: #475569;
}
body.light-mode .servicio-card,
body.light-mode .servicio-card-doble {
  background: #ffffff;
  border: 1px solid #cbd5e1;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}
body.light-mode .servicio-card h3,
body.light-mode .servicio-card-doble h3 {
  color: #0891b2;
}
body.light-mode .servicio-card p,
body.light-mode .servicio-card-doble p {
  color: #475569;
}
body.light-mode .servicio-card:hover,
body.light-mode .servicio-card-doble:hover {
  box-shadow: 0 16px 48px rgba(8, 145, 178, 0.2);
}
body.light-mode .contenedor-contacto {
  background: linear-gradient(180deg, #f8fafc 0%, #e2e8f0 100%);
}
body.light-mode .formulario-contacto {
  background: #ffffff;
  border: 1px solid #cbd5e1;
}
body.light-mode .formulario-contacto input,
body.light-mode .formulario-contacto textarea {
  background: #f8fafc;
  color: #1e293b;
  border: 1px solid #cbd5e1;
}
body.light-mode .formulario-contacto input::placeholder,
body.light-mode .formulario-contacto textarea::placeholder {
  color: #475569;
}
body.light-mode .formulario-contacto input:focus,
body.light-mode .formulario-contacto textarea:focus {
  border-color: #0891b2;
  box-shadow: 0 0 20px rgba(8, 145, 178, 0.2);
}
body.light-mode .info-icono {
  background: #ffffff;
  border: 1px solid #cbd5e1;
}
body.light-mode .info-icono p {
  color: #475569;
}
body.light-mode .info-icono:hover {
  border-color: #0891b2;
}
body.light-mode footer {
  background: rgba(30, 41, 59, 0.95);
  border-top: 1px solid #cbd5e1;
}
body.light-mode .footer-textos {
  color: #475569;
}
body.light-mode .popup-contenido {
  background: #ffffff;
  border: 1px solid #0891b2;
}
body.light-mode .popup-contenido p {
  color: #1e293b;
}
body.light-mode .theme-toggle {
  color: #1e293b;
}
body.light-mode .theme-toggle:hover {
  color: #0891b2;
}

.navBar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  background: rgba(15, 23, 42, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(6, 182, 212, 0.2);
  padding: 1rem 2rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .navBar {
    padding: 0.8rem 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .navBar {
    padding: 0.5rem 1rem;
  }
}
.navBar .nav-right {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .navBar .nav-right {
    gap: 0.5rem;
  }
}
.navBar .nav-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .navBar .nav-actions {
    gap: 0.5rem;
  }
}
@media screen and (max-width: 480px) {
  .navBar .nav-actions {
    gap: 0.5rem;
  }
}
.navBar .nav-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #06b6d4;
  transition: all 0.3s ease;
}
.navBar .nav-toggle:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .navBar .nav-toggle {
    display: block;
  }
}
.navBar .navLinks {
  display: flex;
  gap: 2rem;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .navBar .navLinks {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    max-width: 300px;
    background: rgba(30, 41, 59, 0.98);
    backdrop-filter: blur(10px);
    padding: 1.5rem 0;
    text-align: center;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
    border-radius: 0 0 0 15px;
  }
}
@media screen and (max-width: 480px) {
  .navBar .navLinks {
    max-width: 250px;
    padding: 1rem 0;
  }
}
.navBar .navLinks.activo {
  display: flex;
}
@media screen and (max-width: 768px) {
  .navBar .navLinks li {
    padding: 0.5rem 0;
  }
}

.logo-nav {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .logo-nav {
    font-size: 1rem;
    gap: 0.7rem;
  }
}
@media screen and (max-width: 480px) {
  .logo-nav {
    font-size: 0.85rem;
    gap: 0.5rem;
  }
}

.logo-img {
  width: 5rem;
  height: 5rem;
  object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(6, 182, 212, 0.5));
}
@media screen and (max-width: 768px) {
  .logo-img {
    width: 4rem;
    height: 4rem;
  }
}
@media screen and (max-width: 480px) {
  .logo-img {
    width: 3rem;
    height: 3rem;
  }
}

.logo-light {
  display: none;
}

.logo-dark {
  display: block;
}

.logo-nav span {
  line-height: 1;
  display: inline-block;
  font-weight: 400;
  color: #ffffff;
  text-shadow: 0 0 20px rgba(6, 182, 212, 0.5);
}
@media screen and (max-width: 768px) {
  .logo-nav span {
    font-size: 0.9rem;
    line-height: 1.1;
  }
}
@media screen and (max-width: 480px) {
  .logo-nav span {
    font-size: 0.7rem;
    line-height: 1.1;
  }
}

.navLinks {
  display: flex;
  gap: 2rem;
  list-style: none;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .navLinks {
    gap: 1rem;
    display: list-item;
  }
}

.navLinks a {
  text-decoration: none;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
  transition: all 0.3s ease;
  text-transform: uppercase;
  width: max-content;
  position: relative;
}
@media screen and (max-width: 768px) {
  .navLinks a {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 480px) {
  .navLinks a {
    font-size: 1rem;
  }
}
.navLinks a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -5px;
  left: 50%;
  background: linear-gradient(90deg, #06b6d4, #8b5cf6);
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.navLinks a:hover::after {
  width: 100%;
}

.navLinks a:hover {
  color: #06b6d4;
  text-shadow: 0 0 20px rgba(6, 182, 212, 0.8);
}

.nav-toggle {
  color: #ffffff;
  background: none;
  border: none;
  font-size: 1.2rem;
  padding: 0 2rem;
  cursor: pointer;
  line-height: 3.8rem;
  display: none;
}
@media screen and (max-width: 480px) {
  .nav-toggle {
    display: block;
    font-size: 1.5rem;
  }
}

.theme-toggle {
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #ffffff;
  cursor: pointer;
  padding: 0.5rem 1rem;
  transition: all 0.3s ease;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.theme-toggle:hover {
  background: rgba(6, 182, 212, 0.2);
  color: #06b6d4;
  transform: rotate(15deg);
}
.theme-toggle i {
  transition: transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .theme-toggle {
    font-size: 1.3rem;
    padding: 0.4rem 0.8rem;
  }
}
@media screen and (max-width: 480px) {
  .theme-toggle {
    font-size: 1.2rem;
    padding: 0.3rem 0.6rem;
  }
}

.contenedor-informacion {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 8rem 2rem;
  color: #ffffff;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .contenedor-informacion {
    padding: 7rem 2rem 5rem;
    min-height: 90vh;
  }
}
@media screen and (max-width: 480px) {
  .contenedor-informacion {
    padding: 6rem 1.5rem 4rem;
    min-height: 80vh;
  }
}

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.video-background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.85) 0%, rgba(30, 41, 59, 0.85) 100%);
}

.header-content {
  position: relative;
  z-index: 1;
  animation: fadeInUp 1s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.contenedor-informacion h1 {
  font-size: 4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-bottom: 1rem;
  text-transform: uppercase;
  text-align: center;
  background: linear-gradient(135deg, #06b6d4, #8b5cf6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: none;
  animation: glow 2s ease-in-out infinite alternate;
}
@media screen and (max-width: 768px) {
  .contenedor-informacion h1 {
    font-size: 3rem;
    margin-bottom: 0.8rem;
  }
}
@media screen and (max-width: 480px) {
  .contenedor-informacion h1 {
    font-size: 2.2rem;
    margin-bottom: 0.7rem;
  }
}

@keyframes glow {
  from {
    filter: drop-shadow(0 0 20px rgba(6, 182, 212, 0.5));
  }
  to {
    filter: drop-shadow(0 0 40px rgba(139, 92, 246, 0.8));
  }
}
.contenedor-informacion h2 {
  font-size: 1.8rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin-bottom: 1rem;
  text-transform: uppercase;
  text-align: center;
  color: #cbd5e1;
}
@media screen and (max-width: 768px) {
  .contenedor-informacion h2 {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
  }
}
@media screen and (max-width: 480px) {
  .contenedor-informacion h2 {
    font-size: 1.1rem;
    margin-bottom: 0.7rem;
  }
}

.header-subtitle {
  font-size: 1.3rem;
  color: #cbd5e1;
  margin-bottom: 2rem;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  .header-subtitle {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .header-subtitle {
    font-size: 0.95rem;
    margin-bottom: 1.2rem;
  }
}

.btn-contacto {
  background: linear-gradient(135deg, #06b6d4, #8b5cf6);
  color: #ffffff;
  padding: 1.2rem 3rem;
  border-radius: 50px;
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.4s ease;
  border: 2px solid transparent;
  box-shadow: 0 8px 30px rgba(6, 182, 212, 0.4);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .btn-contacto {
    font-size: 1.1rem;
    padding: 1.1rem 2.5rem;
  }
}
@media screen and (max-width: 480px) {
  .btn-contacto {
    font-size: 1rem;
    padding: 1rem 2rem;
  }
}
.btn-contacto::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s ease;
}
.btn-contacto:hover::before {
  left: 100%;
}
.btn-contacto:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(139, 92, 246, 0.6);
}

.contenedor-servicios {
  padding: 5rem 2rem;
  background: linear-gradient(180deg, #1e293b 0%, #0f172a 100%);
  position: relative;
}
@media screen and (max-width: 768px) {
  .contenedor-servicios {
    padding: 4rem 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .contenedor-servicios {
    padding: 3rem 1rem;
  }
}
.contenedor-servicios::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #06b6d4, transparent);
}
.contenedor-servicios .container {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (max-width: 768px) {
  .contenedor-servicios .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .contenedor-servicios .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.contenedor-servicios .row > .col {
  padding: 0.75rem;
}
@media screen and (max-width: 480px) {
  .contenedor-servicios .row > .col {
    padding: 0.5rem;
  }
}

.section-header {
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .section-header {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .section-header {
    margin-bottom: 2.5rem;
  }
}
.section-header h2 {
  font-size: 3rem;
  background: linear-gradient(135deg, #06b6d4, #8b5cf6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .section-header h2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 480px) {
  .section-header h2 {
    font-size: 2rem;
  }
}
.section-header .section-subtitle {
  font-size: 1.3rem;
  color: #cbd5e1;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  .section-header .section-subtitle {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 480px) {
  .section-header .section-subtitle {
    font-size: 1rem;
  }
}

/* Grid classes removed - now using Bootstrap */
.servicio-card,
.servicio-card-doble {
  background: rgba(30, 41, 59, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(6, 182, 212, 0.2);
  border-radius: 20px;
  padding: 2.5rem 2rem;
  transition: all 0.4s ease;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .servicio-card,
  .servicio-card-doble {
    padding: 2rem 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .servicio-card,
  .servicio-card-doble {
    padding: 1.8rem 1.3rem;
  }
}
.servicio-card:hover,
.servicio-card-doble:hover {
  transform: translateY(-10px) scale(1.02);
  border-color: rgba(6, 182, 212, 0.6);
  box-shadow: 0 16px 48px rgba(6, 182, 212, 0.4);
}
@media screen and (max-width: 480px) {
  .servicio-card:hover,
  .servicio-card-doble:hover {
    transform: translateY(-5px) scale(1.01);
  }
}
.servicio-card:hover .card-icon-wrapper,
.servicio-card-doble:hover .card-icon-wrapper {
  transform: scale(1.1) rotate(5deg);
}

.card-icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  transition: transform 0.4s ease;
}
.card-icon-wrapper i {
  font-size: 3.5rem;
  background: linear-gradient(135deg, #06b6d4, #8b5cf6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 10px rgba(6, 182, 212, 0.6));
}

.icono-servicio {
  width: 60px;
  height: 60px;
  object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(6, 182, 212, 0.6));
}

.servicio-card h3,
.servicio-card-doble h3 {
  font-size: 1.5rem;
  color: #06b6d4;
  margin-bottom: 1rem;
  text-align: center;
}

.servicio-card p,
.servicio-card-doble p {
  color: #cbd5e1;
  text-align: center;
  line-height: 1.6;
}

.contenedor-contacto {
  padding: 5rem 2rem;
  background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
}
@media screen and (max-width: 768px) {
  .contenedor-contacto {
    padding: 4rem 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .contenedor-contacto {
    padding: 3rem 1rem;
  }
}
.contenedor-contacto .container {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (max-width: 768px) {
  .contenedor-contacto .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .contenedor-contacto .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.contenedor-contacto .row > .col-lg-6,
.contenedor-contacto .row > .col-md-12 {
  padding: 0.75rem;
}
@media screen and (max-width: 480px) {
  .contenedor-contacto .row > .col-lg-6,
  .contenedor-contacto .row > .col-md-12 {
    padding: 0.5rem;
    margin-bottom: 1rem;
  }
}

/* contacto-grid removed - now using Bootstrap */
.formulario-contacto {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  background: rgba(30, 41, 59, 0.6);
  backdrop-filter: blur(10px);
  padding: 2rem;
  border-radius: 20px;
  border: 1px solid rgba(6, 182, 212, 0.2);
}
@media screen and (max-width: 768px) {
  .formulario-contacto {
    padding: 1.8rem;
    gap: 1.3rem;
  }
}
@media screen and (max-width: 480px) {
  .formulario-contacto {
    padding: 1.5rem;
    gap: 1.2rem;
  }
}

.formulario-contacto input,
.formulario-contacto textarea {
  padding: 1.2rem;
  border: 1px solid rgba(6, 182, 212, 0.3);
  border-radius: 10px;
  font-size: 1rem;
  background: rgba(15, 23, 42, 0.5);
  color: #ffffff;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .formulario-contacto input,
  .formulario-contacto textarea {
    padding: 1.1rem;
    font-size: 0.95rem;
  }
}
@media screen and (max-width: 480px) {
  .formulario-contacto input,
  .formulario-contacto textarea {
    padding: 1rem;
    font-size: 0.9rem;
  }
}
.formulario-contacto input:focus,
.formulario-contacto textarea:focus {
  outline: none;
  border-color: #06b6d4;
  box-shadow: 0 0 20px rgba(6, 182, 212, 0.3);
}
.formulario-contacto input::placeholder,
.formulario-contacto textarea::placeholder {
  color: #cbd5e1;
}

.formulario-contacto textarea {
  resize: vertical;
  min-height: 150px;
}

.btn-formulario {
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 480px) {
  .btn-formulario {
    flex-direction: column;
    gap: 0.8rem;
  }
}

.btn-enviar,
.btn-borrar {
  flex: 1;
  padding: 1rem 2rem;
  border: none;
  border-radius: 10px;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .btn-enviar,
  .btn-borrar {
    padding: 0.9rem 1.8rem;
    font-size: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .btn-enviar,
  .btn-borrar {
    padding: 0.9rem 1.5rem;
    font-size: 1rem;
    width: 100%;
  }
}

.btn-enviar {
  background: linear-gradient(135deg, #06b6d4, #8b5cf6);
  color: #ffffff;
}
.btn-enviar:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(6, 182, 212, 0.5);
}

.sobre-mi {
  padding: 5rem 2rem;
  background: linear-gradient(180deg, #1e293b 0%, #0f172a 100%);
}
@media screen and (max-width: 768px) {
  .sobre-mi {
    padding: 4rem 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .sobre-mi {
    padding: 3rem 1rem;
  }
}
.sobre-mi .sobre-mi-container {
  max-width: 1400px;
  margin: 0 auto;
}
.sobre-mi .sobre-mi-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}
@media screen and (max-width: 768px) {
  .sobre-mi .sobre-mi-content {
    gap: 2.5rem;
  }
}
@media (max-width: 968px) {
  .sobre-mi .sobre-mi-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.sobre-mi .sobre-mi-text h3 {
  font-size: 2rem;
  color: #ffffff;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .sobre-mi .sobre-mi-text h3 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 480px) {
  .sobre-mi .sobre-mi-text h3 {
    font-size: 1.5rem;
  }
}
.sobre-mi .sobre-mi-text h3 i {
  color: #06b6d4;
}
.sobre-mi .sobre-mi-text p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .sobre-mi .sobre-mi-text p {
    font-size: 1.05rem;
  }
}
@media screen and (max-width: 480px) {
  .sobre-mi .sobre-mi-text p {
    font-size: 1rem;
    line-height: 1.7;
  }
}
.sobre-mi .sobre-mi-text h4 {
  font-size: 1.5rem;
  color: #06b6d4;
  margin-top: 2rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
@media screen and (max-width: 768px) {
  .sobre-mi .sobre-mi-text h4 {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 480px) {
  .sobre-mi .sobre-mi-text h4 {
    font-size: 1.2rem;
  }
}
.sobre-mi .credenciales-list {
  list-style: none;
  padding: 0;
}
.sobre-mi .credenciales-list li {
  font-size: 1.1rem;
  padding: 0.8rem 0;
  display: flex;
  align-items: center;
  gap: 1rem;
  color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 768px) {
  .sobre-mi .credenciales-list li {
    font-size: 1.05rem;
  }
}
@media screen and (max-width: 480px) {
  .sobre-mi .credenciales-list li {
    font-size: 1rem;
  }
}
.sobre-mi .credenciales-list li i {
  color: #06b6d4;
  font-size: 1.2rem;
}
.sobre-mi .beneficios-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 480px) {
  .sobre-mi .beneficios-grid {
    grid-template-columns: 1fr;
  }
}
.sobre-mi .beneficio {
  background: rgba(6, 182, 212, 0.1);
  padding: 1.5rem;
  border-radius: 15px;
  border: 1px solid rgba(6, 182, 212, 0.3);
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .sobre-mi .beneficio {
    padding: 1.3rem;
  }
}
@media screen and (max-width: 480px) {
  .sobre-mi .beneficio {
    padding: 1.2rem;
  }
}
.sobre-mi .beneficio:hover {
  transform: translateY(-5px);
  border-color: #06b6d4;
  box-shadow: 0 10px 30px rgba(6, 182, 212, 0.3);
}
@media screen and (max-width: 480px) {
  .sobre-mi .beneficio:hover {
    transform: translateY(-3px);
  }
}
.sobre-mi .beneficio i {
  font-size: 2rem;
  color: #06b6d4;
}
@media screen and (max-width: 480px) {
  .sobre-mi .beneficio i {
    font-size: 1.7rem;
  }
}
.sobre-mi .beneficio span {
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .sobre-mi .beneficio span {
    font-size: 1.05rem;
  }
}
@media screen and (max-width: 480px) {
  .sobre-mi .beneficio span {
    font-size: 1rem;
  }
}
.sobre-mi .ubicacion-info {
  background: linear-gradient(135deg, rgba(6, 182, 212, 0.15), rgba(139, 92, 246, 0.15));
  padding: 2rem;
  border-radius: 20px;
  border: 1px solid rgba(6, 182, 212, 0.3);
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .sobre-mi .ubicacion-info {
    padding: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  .sobre-mi .ubicacion-info {
    padding: 1.5rem;
  }
}
.sobre-mi .ubicacion-info p {
  margin: 0.5rem 0;
  font-size: 1.05rem;
}
@media screen and (max-width: 480px) {
  .sobre-mi .ubicacion-info p {
    font-size: 1rem;
  }
}
.sobre-mi .ubicacion-info p strong {
  color: #06b6d4;
}
.sobre-mi .ubicacion-info p a {
  color: #06b6d4;
  text-decoration: none;
  font-weight: 700;
  transition: color 0.3s ease;
}
.sobre-mi .ubicacion-info p a:hover {
  color: #8b5cf6;
}
.sobre-mi .sobre-mi-map iframe {
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(6, 182, 212, 0.3);
}
@media screen and (max-width: 480px) {
  .sobre-mi .sobre-mi-map iframe {
    height: 350px;
  }
}

body.light-mode .sobre-mi {
  background: linear-gradient(180deg, #e2e8f0 0%, #f8fafc 100%);
}
body.light-mode .sobre-mi .sobre-mi-text h3 {
  color: #1e293b;
}
body.light-mode .sobre-mi .sobre-mi-text h3 i {
  color: #0891b2;
}
body.light-mode .sobre-mi .sobre-mi-text p {
  color: #475569;
}
body.light-mode .sobre-mi .sobre-mi-text h4 {
  color: #0891b2;
}
body.light-mode .sobre-mi .credenciales-list li {
  color: #475569;
}
body.light-mode .sobre-mi .credenciales-list li i {
  color: #0891b2;
}
body.light-mode .sobre-mi .beneficio {
  background: rgba(8, 145, 178, 0.1);
  border-color: rgba(8, 145, 178, 0.3);
}
body.light-mode .sobre-mi .beneficio:hover {
  border-color: #0891b2;
  box-shadow: 0 10px 30px rgba(8, 145, 178, 0.3);
}
body.light-mode .sobre-mi .beneficio i {
  color: #0891b2;
}
body.light-mode .sobre-mi .beneficio span {
  color: #1e293b;
}
body.light-mode .sobre-mi .ubicacion-info {
  background: linear-gradient(135deg, rgba(8, 145, 178, 0.15), rgba(124, 58, 237, 0.15));
  border-color: rgba(8, 145, 178, 0.3);
}
body.light-mode .sobre-mi .ubicacion-info p strong {
  color: #0891b2;
}
body.light-mode .sobre-mi .ubicacion-info p a {
  color: #0891b2;
}
body.light-mode .sobre-mi .ubicacion-info p a:hover {
  color: #7c3aed;
}
body.light-mode .sobre-mi .sobre-mi-map iframe {
  border-color: rgba(8, 145, 178, 0.3);
}

.testimonios {
  padding: 5rem 2rem;
  background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
}
@media screen and (max-width: 768px) {
  .testimonios {
    padding: 4rem 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .testimonios {
    padding: 3rem 1rem;
  }
}
.testimonios .container {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (max-width: 768px) {
  .testimonios .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .testimonios .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.testimonios .row > .col {
  padding: 0.75rem;
}
@media screen and (max-width: 480px) {
  .testimonios .row > .col {
    padding: 0.5rem;
  }
}
.testimonios .testimonio-card {
  background: rgba(30, 41, 59, 0.6);
  border: 1px solid rgba(6, 182, 212, 0.3);
  border-radius: 20px;
  padding: 2rem;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .testimonios .testimonio-card {
    padding: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  .testimonios .testimonio-card {
    padding: 1.5rem;
  }
}
.testimonios .testimonio-card:hover {
  transform: translateY(-10px);
  border-color: #06b6d4;
  box-shadow: 0 15px 50px rgba(6, 182, 212, 0.4);
}
@media screen and (max-width: 480px) {
  .testimonios .testimonio-card:hover {
    transform: translateY(-5px);
  }
}
.testimonios .testimonio-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.testimonios .testimonio-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, #06b6d4, #8b5cf6);
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonios .testimonio-avatar i {
  font-size: 1.5rem;
  color: #ffffff;
}
.testimonios .testimonio-info {
  flex: 1;
}
.testimonios .testimonio-info h4 {
  font-size: 1.2rem;
  color: #ffffff;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .testimonios .testimonio-info h4 {
    font-size: 1.1rem;
  }
}
.testimonios .testimonio-info .testimonio-ubicacion {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0.3rem 0 0 0;
}
@media screen and (max-width: 480px) {
  .testimonios .testimonio-info .testimonio-ubicacion {
    font-size: 0.85rem;
  }
}
.testimonios .testimonio-info .testimonio-ubicacion i {
  color: #06b6d4;
  margin-right: 0.3rem;
}
.testimonios .testimonio-rating {
  display: flex;
  gap: 0.3rem;
}
.testimonios .testimonio-rating i {
  color: #fbbf24;
  font-size: 1rem;
}
@media screen and (max-width: 480px) {
  .testimonios .testimonio-rating i {
    font-size: 0.9rem;
  }
}
.testimonios .testimonio-texto {
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1rem;
}
@media screen and (max-width: 480px) {
  .testimonios .testimonio-texto {
    font-size: 0.95rem;
    line-height: 1.6;
  }
}
.testimonios .testimonio-fecha {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 480px) {
  .testimonios .testimonio-fecha {
    font-size: 0.8rem;
  }
}
.testimonios .testimonio-fecha i {
  margin-right: 0.5rem;
}

body.light-mode .testimonios {
  background: linear-gradient(180deg, #f8fafc 0%, #e2e8f0 100%);
}
body.light-mode .testimonios .testimonio-card {
  background: rgba(255, 255, 255, 0.8);
  border-color: rgba(8, 145, 178, 0.3);
}
body.light-mode .testimonios .testimonio-card:hover {
  border-color: #0891b2;
  box-shadow: 0 15px 50px rgba(8, 145, 178, 0.3);
}
body.light-mode .testimonios .testimonio-info h4 {
  color: #1e293b;
}
body.light-mode .testimonios .testimonio-info .testimonio-ubicacion {
  color: #475569;
}
body.light-mode .testimonios .testimonio-info .testimonio-ubicacion i {
  color: #0891b2;
}
body.light-mode .testimonios .testimonio-texto {
  color: #475569;
}
body.light-mode .testimonios .testimonio-fecha {
  color: rgba(71, 85, 105, 0.7);
}

.faq-section {
  padding: 5rem 2rem;
  background: linear-gradient(180deg, #1e293b 0%, #0f172a 100%);
}
@media screen and (max-width: 768px) {
  .faq-section {
    padding: 4rem 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .faq-section {
    padding: 3rem 1rem;
  }
}
.faq-section .faq-container {
  max-width: 900px;
  margin: 3rem auto 0;
}
@media screen and (max-width: 768px) {
  .faq-section .faq-container {
    margin: 2.5rem auto 0;
  }
}
@media screen and (max-width: 480px) {
  .faq-section .faq-container {
    margin: 2rem auto 0;
  }
}
.faq-section .faq-item {
  background: rgba(30, 41, 59, 0.6);
  border: 1px solid rgba(6, 182, 212, 0.3);
  border-radius: 15px;
  margin-bottom: 1.5rem;
  overflow: hidden;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}
.faq-section .faq-item:hover {
  border-color: #06b6d4;
}
.faq-section .faq-item.active {
  border-color: #06b6d4;
  box-shadow: 0 8px 30px rgba(6, 182, 212, 0.3);
}
.faq-section .faq-item.active .faq-question i {
  transform: rotate(180deg);
}
.faq-section .faq-item.active .faq-answer {
  max-height: 500px;
  padding: 0 2rem 1.5rem;
}
.faq-section .faq-question {
  width: 100%;
  background: transparent;
  border: none;
  padding: 1.5rem 2rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .faq-section .faq-question {
    padding: 1.3rem 1.5rem;
    font-size: 1.05rem;
  }
}
@media screen and (max-width: 480px) {
  .faq-section .faq-question {
    padding: 1.2rem 1.2rem;
    font-size: 1rem;
  }
}
.faq-section .faq-question:hover {
  color: #06b6d4;
}
.faq-section .faq-question i {
  color: #06b6d4;
  transition: transform 0.3s ease;
  font-size: 1.2rem;
}
@media screen and (max-width: 480px) {
  .faq-section .faq-question i {
    font-size: 1.1rem;
  }
}
.faq-section .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  padding: 0 2rem;
}
@media screen and (max-width: 768px) {
  .faq-section .faq-answer {
    padding: 0 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .faq-section .faq-answer {
    padding: 0 1.2rem;
  }
}
.faq-section .faq-answer p {
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}
@media screen and (max-width: 768px) {
  .faq-section .faq-answer p {
    font-size: 0.98rem;
  }
}
@media screen and (max-width: 480px) {
  .faq-section .faq-answer p {
    font-size: 0.95rem;
    line-height: 1.7;
  }
}

body.light-mode .faq-section {
  background: linear-gradient(180deg, #e2e8f0 0%, #f8fafc 100%);
}
body.light-mode .faq-section .faq-item {
  background: rgba(255, 255, 255, 0.8);
  border-color: rgba(8, 145, 178, 0.3);
}
body.light-mode .faq-section .faq-item:hover {
  border-color: #0891b2;
}
body.light-mode .faq-section .faq-item.active {
  border-color: #0891b2;
  box-shadow: 0 8px 30px rgba(8, 145, 178, 0.3);
}
body.light-mode .faq-section .faq-question {
  color: #1e293b;
}
body.light-mode .faq-section .faq-question:hover {
  color: #0891b2;
}
body.light-mode .faq-section .faq-question i {
  color: #0891b2;
}
body.light-mode .faq-section .faq-answer p {
  color: #475569;
}

.footer-keywords {
  margin-top: 1rem;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
}
.footer-keywords span:hover {
  color: #06b6d4;
}

body.light-mode .footer-keywords {
  color: #475569;
}
body.light-mode .footer-keywords span:hover {
  color: #0891b2;
}

.btn-borrar {
  background: rgba(139, 92, 246, 0.2);
  color: #ffffff;
  border: 1px solid rgba(139, 92, 246, 0.5);
}
.btn-borrar:hover {
  background: rgba(139, 92, 246, 0.4);
  transform: translateY(-3px);
}

.info-contacto {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.info-icono {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  background: rgba(30, 41, 59, 0.6);
  backdrop-filter: blur(10px);
  padding: 1.5rem;
  border-radius: 15px;
  border: 1px solid rgba(6, 182, 212, 0.2);
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .info-icono {
    padding: 1.3rem;
    gap: 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  .info-icono {
    padding: 1.2rem;
    gap: 1rem;
  }
}
.info-icono:hover {
  border-color: #06b6d4;
  transform: translateX(5px);
}
@media screen and (max-width: 480px) {
  .info-icono:hover {
    transform: translateX(3px);
  }
}
.info-icono img {
  filter: drop-shadow(0 0 10px rgba(6, 182, 212, 0.6));
}
.info-icono i {
  font-size: 2.5rem;
  background: linear-gradient(135deg, #06b6d4, #8b5cf6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 10px rgba(6, 182, 212, 0.6));
}
@media screen and (max-width: 768px) {
  .info-icono i {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 480px) {
  .info-icono i {
    font-size: 2rem;
  }
}
.info-icono p {
  color: #cbd5e1;
  font-size: 1.1rem;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 768px) {
  .info-icono p {
    font-size: 1.05rem;
  }
}
@media screen and (max-width: 480px) {
  .info-icono p {
    font-size: 1rem;
  }
}

footer {
  background: rgba(10, 10, 10, 0.95);
  color: #ffffff;
  padding: 2rem;
  border-top: 1px solid rgba(6, 182, 212, 0.3);
}
@media screen and (max-width: 768px) {
  footer {
    padding: 1.8rem 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  footer {
    padding: 1.5rem 1rem;
  }
}
footer .container {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (max-width: 768px) {
  footer .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  footer .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
footer .row > .col-lg-3,
footer .row > .col-lg-6,
footer .row > .col-md-6,
footer .row > .col-md-12 {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 480px) {
  footer .row > .col-lg-3,
  footer .row > .col-lg-6,
  footer .row > .col-md-6,
  footer .row > .col-md-12 {
    margin-bottom: 1rem;
  }
}
footer .row > .col-lg-3:last-child,
footer .row > .col-lg-6:last-child,
footer .row > .col-md-6:last-child,
footer .row > .col-md-12:last-child {
  margin-bottom: 0;
}

.logo-footer {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .logo-footer {
    font-size: 1.1rem;
    gap: 0.8rem;
  }
}
@media screen and (max-width: 480px) {
  .logo-footer {
    font-size: 1rem;
    gap: 0.7rem;
    justify-content: center;
  }
}
.logo-footer span {
  line-height: 1.2;
  color: #ffffff;
  text-shadow: 0 0 20px rgba(6, 182, 212, 0.5);
}
@media screen and (max-width: 480px) {
  .logo-footer span {
    font-size: 0.9rem;
  }
}

.footer-textos {
  font-weight: 400;
  font-size: 1rem;
  color: #cbd5e1;
}
@media screen and (max-width: 768px) {
  .footer-textos {
    font-size: 0.95rem;
  }
}
@media screen and (max-width: 480px) {
  .footer-textos {
    font-size: 0.9rem;
  }
}
.footer-textos a {
  color: #06b6d4;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer-textos a:hover {
  color: #8b5cf6;
}
.footer-textos p {
  margin-bottom: 0.5rem;
}

.redes-sociales {
  display: inline-flex;
  gap: 1rem;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .redes-sociales {
    gap: 0.8rem;
  }
}
.redes-sociales a {
  transition: transform 0.3s ease;
  font-size: 3rem;
  color: #06b6d4;
}
@media screen and (max-width: 768px) {
  .redes-sociales a {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 480px) {
  .redes-sociales a {
    font-size: 2.2rem;
  }
}
.redes-sociales a i {
  filter: drop-shadow(0 0 10px rgba(6, 182, 212, 0.6));
  transition: all 0.3s ease;
}
.redes-sociales a:hover {
  transform: translateY(-5px);
}
@media screen and (max-width: 480px) {
  .redes-sociales a:hover {
    transform: translateY(-3px);
  }
}
.redes-sociales a:hover i {
  filter: drop-shadow(0 0 15px rgba(139, 92, 246, 0.8));
  color: #8b5cf6;
}

.social-icono {
  width: 3rem;
  height: 3rem;
  filter: drop-shadow(0 0 10px rgba(6, 182, 212, 0.6));
  transition: filter 0.3s ease;
}
.social-icono:hover {
  filter: drop-shadow(0 0 15px rgba(139, 92, 246, 0.8));
}
@media screen and (max-width: 480px) {
  .social-icono {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2000;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.popup.visible {
  visibility: visible;
  opacity: 1;
}
.popup.oculto {
  visibility: hidden;
  opacity: 0;
}

.popup-contenido {
  background: linear-gradient(135deg, #1e293b, #0f172a);
  padding: 3rem;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 16px 64px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(6, 182, 212, 0.5);
  animation: popIn 0.4s ease-out;
}
@media screen and (max-width: 768px) {
  .popup-contenido {
    padding: 2.5rem;
  }
}
@media screen and (max-width: 480px) {
  .popup-contenido {
    padding: 2rem;
    margin: 0 1rem;
  }
}
.popup-contenido p {
  font-size: 1.5rem;
  color: #ffffff;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .popup-contenido p {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 480px) {
  .popup-contenido p {
    font-size: 1.2rem;
  }
}

@keyframes popIn {
  from {
    transform: scale(0.8);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.btn-cerrar {
  margin-top: 1.5rem;
  padding: 0.8rem 2rem;
  background: linear-gradient(135deg, #06b6d4, #8b5cf6);
  color: #ffffff;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
}
.btn-cerrar:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(6, 182, 212, 0.5);
}