@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;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* Scrollbar Personalizada */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #0f172a;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #0891b2, #4f46e5);
  border-radius: 10px;
  border: 2px solid #0f172a;
}

::-webkit-scrollbar-thumb:hover {
  background: #0891b2;
}

body.light-mode::-webkit-scrollbar-track {
  background: #f8fafc;
}
body.light-mode::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #0891b2, #4f46e5);
  border: 2px solid #f8fafc;
}

.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;
}

.col {
  padding: 0;
}

body.light-mode {
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  color: #0f172a;
}
body.light-mode .logo-light {
  display: block;
}
body.light-mode .logo-dark {
  display: none;
}
body.light-mode .navBar {
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid rgba(8, 145, 178, 0.15);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
body.light-mode .navBar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #0891b2, #4f46e5);
}
body.light-mode .logo-nav span {
  color: #0f172a;
  font-weight: 700;
  text-shadow: none;
}
body.light-mode .logo-nav span::first-line {
  color: #0891b2;
  font-weight: 900;
}
body.light-mode .navLinks a {
  color: #0f172a;
  font-weight: 600;
}
body.light-mode .navLinks a:hover {
  color: #0891b2;
  transform: translateY(-2px);
}
body.light-mode .navLinks a::after {
  background: #0891b2;
}
body.light-mode .nav-toggle {
  color: #0a0a0a;
  padding: 0.5rem;
  border-radius: 8px;
}
body.light-mode .nav-toggle:hover {
  color: #4f46e5;
}
body.light-mode .nav-toggle.activo {
  transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
  body.light-mode .navLinks {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(8, 145, 178, 0.2);
    animation: slideDown 0.3s ease-out;
  }
}
body.light-mode .video-overlay {
  background: radial-gradient(circle at center, rgba(248, 250, 252, 0.85) 0%, rgba(226, 232, 240, 0.95) 100%);
}
body.light-mode .header-content h1 {
  background: linear-gradient(135deg, #0891b2 0%, #4f46e5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 0 20px rgba(8, 145, 178, 0.1);
}
body.light-mode .contenedor-informacion h2,
body.light-mode .header-subtitle {
  color: #334155;
}
body.light-mode .contenedor-servicios {
  background: linear-gradient(180deg, #f1f5f9 0%, #f8fafc 100%);
}
body.light-mode .section-header h2 {
  background: linear-gradient(135deg, #0891b2, #4f46e5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
body.light-mode .section-subtitle {
  color: #334155;
}
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: #334155;
}
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%, #f1f5f9 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: #0f172a;
  border: 1px solid #cbd5e1;
}
body.light-mode .formulario-contacto input::placeholder,
body.light-mode .formulario-contacto textarea::placeholder {
  color: #334155;
}
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: #334155;
}
body.light-mode .info-icono:hover {
  border-color: #0891b2;
}
body.light-mode footer {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-top: 1px solid #cbd5e1;
  color: #0f172a;
}
body.light-mode .logo-footer span {
  color: #0f172a;
  font-weight: 700;
  text-shadow: none;
}
body.light-mode .logo-footer span::first-line {
  color: #0891b2;
  font-weight: 900;
}
body.light-mode .footer-textos {
  color: #0f172a;
}
body.light-mode .footer-textos a {
  color: #0f172a;
}
body.light-mode .footer-textos a:hover {
  color: #0891b2;
}
body.light-mode .redes-sociales a i {
  background: linear-gradient(135deg, #0891b2, #4f46e5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 10px rgba(8, 145, 178, 0.4));
}
body.light-mode .redes-sociales a:hover i {
  filter: drop-shadow(0 0 15px rgba(79, 70, 229, 0.6));
}
body.light-mode .popup-contenido {
  background: #ffffff;
  border: 1px solid #0891b2;
}
body.light-mode .popup-contenido p {
  color: #0f172a;
}
body.light-mode .theme-toggle {
  color: #0f172a;
}
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(8, 145, 178, 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: 2rem;
}
@media screen and (max-width: 768px) {
  .navBar .nav-right {
    gap: 0.5rem;
    width: auto;
  }
}
.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;
  border: none;
  padding: 0.5rem;
  border-radius: 8px;
  font-size: 1.5rem;
  cursor: pointer;
  color: #0891b2;
  transition: all 0.3s ease;
}
.navBar .nav-toggle:hover {
  color: #4f46e5;
  transform: scale(1.05);
}
.navBar .nav-toggle.activo {
  transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
  .navBar .nav-toggle {
    display: block;
  }
}
.navBar .navLinks {
  display: flex;
  align-items: center;
  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;
    border: 1px solid rgba(8, 145, 178, 0.3);
    animation: slideDown 0.3s ease-out;
    transform-origin: top;
  }
}
@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;
    opacity: 0;
    animation: fadeInItem 0.3s ease-out forwards;
  }
}
.navBar .navLinks li:nth-child(1) {
  animation-delay: 0.05s;
}
.navBar .navLinks li:nth-child(2) {
  animation-delay: 0.1s;
}
.navBar .navLinks li:nth-child(3) {
  animation-delay: 0.15s;
}
.navBar .navLinks li:nth-child(4) {
  animation-delay: 0.2s;
}
.navBar .navLinks li:nth-child(5) {
  animation-delay: 0.25s;
}
.navBar .navLinks li:nth-child(6) {
  animation-delay: 0.3s;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInItem {
  from {
    opacity: 0;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    transform: translateX(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(8, 145, 178, 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: 700;
  color: #ffffff;
  text-shadow: 0 0 20px rgba(8, 145, 178, 0.4);
}
.logo-nav span::first-line {
  color: #0891b2;
  font-weight: 900;
}
@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, #0891b2, #4f46e5);
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.navLinks a:hover::after {
  width: 100%;
}

.navLinks a:hover {
  color: #0891b2;
  text-shadow: 0 0 20px rgba(8, 145, 178, 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 {
  color: #0891b2;
  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: 85vh;
  }
}

.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: radial-gradient(circle at center, rgba(15, 23, 42, 0.75) 0%, rgba(15, 23, 42, 0.95) 100%);
  z-index: 1;
}

.header-content {
  position: relative;
  z-index: 3;
  max-width: 900px;
}
.header-content h1 {
  font-size: 3.2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  margin-bottom: 0.5rem;
  letter-spacing: -1px;
  text-transform: uppercase;
  background: linear-gradient(135deg, #ffffff 0%, #cbd5e1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  opacity: 0;
  transform: translateY(30px);
  animation: heroFadeIn 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: 0.2s;
}
@media screen and (max-width: 768px) {
  .header-content h1 {
    font-size: 2.4rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 480px) {
  .header-content h1 {
    font-size: 1.8rem;
    margin-bottom: 0.8rem;
  }
}
.header-content h2 {
  font-size: 1.5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-bottom: 1.5rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #0891b2;
  opacity: 0;
  transform: translateY(20px);
  animation: heroFadeIn 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: 0.5s;
  text-shadow: 0 0 20px rgba(8, 145, 178, 0.3);
}
@media screen and (max-width: 768px) {
  .header-content h2 {
    font-size: 1.2rem;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 480px) {
  .header-content h2 {
    font-size: 1rem;
    letter-spacing: 1.5px;
    line-height: 1.4;
  }
}
.header-content .header-subtitle {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 3rem;
  font-weight: 400;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  transform: translateY(20px);
  animation: heroFadeIn 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: 0.8s;
}
@media screen and (max-width: 768px) {
  .header-content .header-subtitle {
    font-size: 1.2rem;
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 480px) {
  .header-content .header-subtitle {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
}

@keyframes heroFadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.btn-contacto {
  display: inline-block;
  background: linear-gradient(135deg, #0891b2 0%, #4f46e5 100%);
  color: #ffffff;
  padding: 1.2rem 3.5rem;
  border-radius: 12px;
  font-size: 1.1rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 10px 30px rgba(8, 145, 178, 0.2);
  opacity: 0;
  transform: translateY(20px);
  animation: heroFadeIn 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: 1.1s;
  position: relative;
  overflow: hidden;
}
.btn-contacto::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: none;
}
.btn-contacto:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 15px 40px rgba(8, 145, 178, 0.4);
  border-color: rgba(255, 255, 255, 0.3);
}
.btn-contacto:hover::after {
  left: 100%;
  transition: all 0.6s ease;
}
@media screen and (max-width: 480px) {
  .btn-contacto {
    padding: 1rem 2.5rem;
    font-size: 1rem;
  }
}

.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, #0891b2, 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;
  }
}
.section-header .promedio-testimonios {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  background: rgba(255, 255, 255, 0.05);
  padding: 1rem 2rem;
  border-radius: 50px;
  backdrop-filter: blur(10px);
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.section-header .promedio-testimonios .promedio-valor {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.section-header .promedio-testimonios .promedio-valor .numero-promedio {
  font-size: 2.5rem;
  font-weight: 700;
  color: #0891b2;
  line-height: 1;
}
.section-header .promedio-testimonios .promedio-valor .estrellas-promedio {
  display: flex;
  gap: 0.2rem;
  font-size: 1.2rem;
  color: #f1c40f;
}
.section-header .promedio-testimonios .promedio-valor .cantidad-testimonios {
  font-size: 0.9rem;
  color: #94a3b8;
  margin-left: 0.5rem;
}
@media screen and (max-width: 480px) {
  .section-header {
    margin-bottom: 2.5rem;
  }
}
.section-header h2 {
  font-size: 3rem;
  background: linear-gradient(135deg, #0891b2, #4f46e5);
  -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;
  }
}

.servicio-card,
.servicio-card-doble {
  border: 1px solid rgba(8, 145, 178, 0.15);
  border-radius: 20px;
  padding: 2.5rem 2rem;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.servicio-card::after,
.servicio-card-doble::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(8, 145, 178, 0.3), transparent, rgba(79, 70, 229, 0.3));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
@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(8, 145, 178, 0.6);
  box-shadow: 0 16px 48px rgba(8, 145, 178, 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, #0891b2, #4f46e5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 10px rgba(8, 145, 178, 0.6));
}

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

.servicio-card h3,
.servicio-card-doble h3 {
  font-size: 1.5rem;
  color: #0891b2;
  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;
  }
}

.formulario-contacto {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 2.5rem;
  background: rgba(30, 41, 59, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.formulario-contacto::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 1.5px;
  background: linear-gradient(135deg, rgba(8, 145, 178, 0.5), transparent, rgba(79, 70, 229, 0.5));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .formulario-contacto {
    padding: 2rem;
    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(8, 145, 178, 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: #0891b2;
  box-shadow: 0 0 20px rgba(8, 145, 178, 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, #0891b2, #4f46e5);
  color: #ffffff;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}
.btn-enviar::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: none;
}
.btn-enviar:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(8, 145, 178, 0.5);
}
.btn-enviar:hover::after {
  left: 100%;
  transition: all 0.6s ease;
}

.sobre-mi {
  padding: 6rem 2rem;
  background: linear-gradient(180deg, #1e293b 0%, #0f172a 100%);
  position: relative;
}
.sobre-mi .sobre-mi-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 4rem;
  align-items: start;
}
@media screen and (max-width: 768px) {
  .sobre-mi .sobre-mi-layout {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.sobre-mi .sobre-mi-principal {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.sobre-mi .sobre-mi-principal .texto-introductorio h3 {
  font-size: 2.2rem;
  color: #ffffff;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.sobre-mi .sobre-mi-principal .texto-introductorio h3 i {
  color: #0891b2;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .sobre-mi .sobre-mi-principal .texto-introductorio h3 {
    font-size: 1.8rem;
  }
}
.sobre-mi .sobre-mi-principal .texto-introductorio p {
  font-size: 1.15rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}
.sobre-mi .sobre-mi-principal .checks-experiencia h4 {
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #0891b2;
  margin-bottom: 1.5rem;
  font-weight: 700;
}
.sobre-mi .sobre-mi-principal .checks-experiencia .lista-checks {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media screen and (max-width: 480px) {
  .sobre-mi .sobre-mi-principal .checks-experiencia .lista-checks {
    grid-template-columns: 1fr;
  }
}
.sobre-mi .sobre-mi-principal .checks-experiencia .lista-checks li {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.03);
  padding: 0.8rem 1.2rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
}
.sobre-mi .sobre-mi-principal .checks-experiencia .lista-checks li i {
  color: #0891b2;
  font-size: 1.1rem;
}
.sobre-mi .sobre-mi-principal .checks-experiencia .lista-checks li:hover {
  background: rgba(6, 182, 212, 0.1);
  border-color: rgba(6, 182, 212, 0.3);
  transform: translateX(5px);
}
.sobre-mi .sobre-mi-principal .grid-beneficios h4 {
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #0891b2;
  margin-bottom: 1.5rem;
  font-weight: 700;
}
.sobre-mi .sobre-mi-principal .grid-beneficios .beneficios-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .sobre-mi .sobre-mi-principal .grid-beneficios .beneficios-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .sobre-mi .sobre-mi-principal .grid-beneficios .beneficios-items {
    grid-template-columns: 1fr;
  }
}
.sobre-mi .sobre-mi-principal .grid-beneficios .beneficios-items .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1rem;
  padding: 1.5rem 1rem;
  background: rgba(15, 23, 42, 0.4);
  border-radius: 16px;
  border: 1px solid rgba(6, 182, 212, 0.15);
  transition: all 0.3s ease;
}
.sobre-mi .sobre-mi-principal .grid-beneficios .beneficios-items .item i {
  font-size: 2rem;
  color: #0891b2;
  filter: drop-shadow(0 0 10px rgba(6, 182, 212, 0.3));
}
.sobre-mi .sobre-mi-principal .grid-beneficios .beneficios-items .item span {
  font-size: 0.9rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
}
.sobre-mi .sobre-mi-principal .grid-beneficios .beneficios-items .item:hover {
  background: rgba(15, 23, 42, 0.6);
  border-color: #0891b2;
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}
.sobre-mi .sobre-mi-secundario {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.sobre-mi .sobre-mi-secundario .contenedor-mapa {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
  filter: grayscale(0.1) contrast(1.1);
  transition: all 0.4s ease;
}
.sobre-mi .sobre-mi-secundario .contenedor-mapa:hover {
  filter: grayscale(0) contrast(1);
  border-color: #0891b2;
}
.sobre-mi .sobre-mi-secundario .contenedor-mapa iframe {
  display: block;
}
.sobre-mi .sobre-mi-secundario .informacion-contacto {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  background: rgba(255, 255, 255, 0.03);
  padding: 2rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
@media screen and (max-width: 480px) {
  .sobre-mi .sobre-mi-secundario .informacion-contacto {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }
}
.sobre-mi .sobre-mi-secundario .informacion-contacto .info-row {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.sobre-mi .sobre-mi-secundario .informacion-contacto .info-row i {
  width: 42px;
  height: 42px;
  background: rgba(6, 182, 212, 0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0891b2;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.sobre-mi .sobre-mi-secundario .informacion-contacto .info-row strong {
  display: block;
  font-size: 0.95rem;
  color: #0891b2;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.2rem;
}
.sobre-mi .sobre-mi-secundario .informacion-contacto .info-row span {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.3;
  display: block;
}

body.light-mode .sobre-mi {
  background: linear-gradient(180deg, #f1f5f9 0%, #f8fafc 100%);
}
body.light-mode .sobre-mi .sobre-mi-principal .texto-introductorio h3 {
  color: #0f172a;
}
body.light-mode .sobre-mi .sobre-mi-principal .texto-introductorio h3 i {
  color: #0891b2;
}
body.light-mode .sobre-mi .sobre-mi-principal .texto-introductorio p {
  color: #334155;
}
body.light-mode .sobre-mi .sobre-mi-principal .checks-experiencia h4 {
  color: #0891b2;
}
body.light-mode .sobre-mi .sobre-mi-principal .checks-experiencia .lista-checks li {
  color: #334155;
  background: rgba(8, 145, 178, 0.05);
  border-color: rgba(8, 145, 178, 0.1);
}
body.light-mode .sobre-mi .sobre-mi-principal .checks-experiencia .lista-checks li i {
  color: #0891b2;
}
body.light-mode .sobre-mi .sobre-mi-principal .checks-experiencia .lista-checks li:hover {
  background: rgba(8, 145, 178, 0.1);
  border-color: #0891b2;
}
body.light-mode .sobre-mi .sobre-mi-principal .grid-beneficios h4 {
  color: #0891b2;
}
body.light-mode .sobre-mi .sobre-mi-principal .grid-beneficios .beneficios-items .item {
  background: white;
  border-color: rgba(8, 145, 178, 0.2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
body.light-mode .sobre-mi .sobre-mi-principal .grid-beneficios .beneficios-items .item i {
  color: #0891b2;
}
body.light-mode .sobre-mi .sobre-mi-principal .grid-beneficios .beneficios-items .item span {
  color: #0f172a;
}
body.light-mode .sobre-mi .sobre-mi-principal .grid-beneficios .beneficios-items .item:hover {
  border-color: #0891b2;
  box-shadow: 0 10px 25px rgba(8, 145, 178, 0.15);
}
body.light-mode .sobre-mi .sobre-mi-secundario .informacion-contacto .info-row i {
  color: #0891b2;
}
body.light-mode .sobre-mi .sobre-mi-secundario .informacion-contacto .info-row div strong {
  color: #0f172a;
}
body.light-mode .sobre-mi .sobre-mi-secundario .informacion-contacto .info-row div span {
  color: #334155;
}
body.light-mode .sobre-mi .sobre-mi-secundario .contenedor-mapa {
  border-color: rgba(8, 145, 178, 0.2);
}
body.light-mode .sobre-mi p a {
  color: #0891b2;
}
body.light-mode .sobre-mi p a:hover {
  color: #4f46e5;
}

.testimonios {
  padding: 5rem 6rem;
  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: #0891b2;
  box-shadow: 0 15px 50px rgba(8, 145, 178, 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, #0891b2, #4f46e5);
  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: #0891b2;
  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;
}
.testimonios .carousel-control-prev,
.testimonios .carousel-control-next {
  width: auto;
  opacity: 0;
  transition: opacity 0.3s ease;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .testimonios .carousel-control-prev,
  .testimonios .carousel-control-next {
    display: none;
  }
}
.testimonios .carousel-control-prev {
  left: -4rem;
}
.testimonios .carousel-control-next {
  right: -4rem;
}
.testimonios:hover .carousel-control-prev,
.testimonios:hover .carousel-control-next {
  opacity: 0.8;
}
.testimonios .carousel-control-prev-icon,
.testimonios .carousel-control-next-icon {
  background-color: rgba(8, 145, 178, 0.5);
  border-radius: 50%;
  padding: 1.5rem;
  background-size: 50%;
}
.testimonios .carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(8, 145, 178, 0.3);
  border: 2px solid transparent;
  margin: 0 5px;
  transition: all 0.3s ease;
}
.testimonios .carousel-indicators button.active {
  background-color: #0891b2;
  transform: scale(1.2);
  box-shadow: 0 0 10px rgba(8, 145, 178, 0.5);
}

body.light-mode .section-header .section-subtitle {
  color: #334155;
}
body.light-mode .section-header .promedio-testimonios {
  background: rgba(8, 145, 178, 0.05);
  border-color: rgba(8, 145, 178, 0.2);
}
body.light-mode .section-header .promedio-testimonios .cantidad-testimonios {
  color: #334155;
}
body.light-mode .servicio-card,
body.light-mode .servicio-card-doble {
  background: white;
  border-color: rgba(8, 145, 178, 0.2);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
body.light-mode .servicio-card p,
body.light-mode .servicio-card-doble p {
  color: #334155;
}
body.light-mode .servicio-card:hover,
body.light-mode .servicio-card-doble:hover {
  border-color: #0891b2;
  box-shadow: 0 15px 40px rgba(8, 145, 178, 0.15);
}
body.light-mode .contenedor-contacto {
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
}
body.light-mode .contacto-info .info-card {
  background: white;
  border-color: rgba(8, 145, 178, 0.2);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}
body.light-mode .contacto-info .info-card h3 {
  color: #0f172a;
}
body.light-mode .contacto-info .info-card p {
  color: #334155;
}
body.light-mode .contacto-info .info-card i {
  color: #0891b2;
}
body.light-mode .formulario-contacto {
  background: white;
  border-color: rgba(8, 145, 178, 0.2);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}
body.light-mode .formulario-contacto h3 {
  color: #0f172a;
}
body.light-mode .formulario-contacto label {
  color: #0f172a;
}
body.light-mode .formulario-contacto input,
body.light-mode .formulario-contacto select,
body.light-mode .formulario-contacto textarea {
  background: #f8fafc;
  border-color: #cbd5e1;
  color: #0f172a;
}
body.light-mode .formulario-contacto input:focus,
body.light-mode .formulario-contacto select:focus,
body.light-mode .formulario-contacto textarea:focus {
  border-color: #0891b2;
  background: white;
}
body.light-mode .formulario-contacto input::placeholder,
body.light-mode .formulario-contacto select::placeholder,
body.light-mode .formulario-contacto textarea::placeholder {
  color: #334155;
  opacity: 0.6;
}

body.light-mode .testimonios {
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 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: #0f172a;
}
body.light-mode .testimonios .testimonio-info .testimonio-ubicacion {
  color: #334155;
}
body.light-mode .testimonios .testimonio-info .testimonio-ubicacion i {
  color: #0891b2;
}
body.light-mode .testimonios .testimonio-texto {
  color: #334155;
}
body.light-mode .testimonios .testimonio-fecha {
  color: rgba(71, 85, 105, 0.7);
}
body.light-mode .testimonios .carousel-control-prev-icon,
body.light-mode .testimonios .carousel-control-next-icon {
  background-color: rgba(8, 145, 178, 0.4);
}
body.light-mode .testimonios .carousel-indicators button {
  background-color: rgba(8, 145, 178, 0.2);
}
body.light-mode .testimonios .carousel-indicators button.active {
  background-color: #0891b2;
}

.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: #0891b2;
}
.faq-section .faq-item.active {
  border-color: #0891b2;
  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: #0891b2;
}
.faq-section .faq-question i {
  color: #0891b2;
  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, #f1f5f9 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: #0f172a;
}
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: #334155;
}

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

body.light-mode .footer-keywords {
  color: #334155;
}
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: #0891b2;
  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, #0891b2, #4f46e5);
  -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(15, 23, 42, 0.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #ffffff;
  padding: 2rem;
  border-top: 1px solid rgba(8, 145, 178, 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;
  font-weight: 700;
  text-shadow: 0 0 20px rgba(8, 145, 178, 0.5);
  white-space: nowrap;
}
.logo-footer span::first-line {
  color: #0891b2;
  font-weight: 900;
}
@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: #0891b2;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer-textos a:hover {
  color: #4f46e5;
}
.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;
}
@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 {
  background: linear-gradient(135deg, #0891b2, #4f46e5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  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));
}

.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, #0891b2, #4f46e5);
  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(8, 145, 178, 0.5);
}

.cookie-banner {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(15, 23, 42, 0.98);
  color: #ffffff;
  padding: 1.5rem;
  z-index: 9999;
  border-top: 2px solid #0891b2;
  backdrop-filter: blur(10px);
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
  animation: slideUp 0.4s ease-out;
}
.cookie-banner.visible {
  display: block;
}
@media screen and (max-width: 480px) {
  .cookie-banner {
    padding: 1.2rem;
  }
}

.cookie-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .cookie-content {
    gap: 1.5rem;
  }
}

.cookie-text {
  margin: 0;
  flex: 1;
  min-width: 300px;
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.95);
}
@media screen and (max-width: 480px) {
  .cookie-text {
    font-size: 0.9rem;
    min-width: 100%;
    line-height: 1.5;
  }
}

.btn-accept-cookies {
  background: linear-gradient(135deg, #0891b2, #4f46e5);
  color: #ffffff;
  border: none;
  padding: 0.75rem 2rem;
  border-radius: 50px;
  cursor: pointer;
  font-weight: 700;
  font-size: 1rem;
  box-shadow: 0 4px 15px rgba(6, 182, 212, 0.4);
  white-space: nowrap;
  transition: all 0.3s ease;
}
.btn-accept-cookies:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(6, 182, 212, 0.6);
}
@media screen and (max-width: 480px) {
  .btn-accept-cookies {
    padding: 0.7rem 1.5rem;
    font-size: 0.95rem;
    width: 100%;
  }
}

@keyframes slideUp {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
body.light-mode .cookie-banner {
  background: rgba(248, 250, 252, 0.98);
  color: #0f172a;
  border-top: 2px solid #0891b2;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
}

body.light-mode .cookie-text {
  color: rgba(15, 23, 42, 0.95);
}

body.light-mode .btn-accept-cookies {
  background: linear-gradient(135deg, #0891b2, #4f46e5);
  box-shadow: 0 4px 15px rgba(8, 145, 178, 0.3);
}
body.light-mode .btn-accept-cookies:hover {
  box-shadow: 0 6px 20px rgba(8, 145, 178, 0.5);
}

.social-hub {
  padding: 5rem 2rem;
  background: linear-gradient(180deg, #1e293b 0%, #0f172a 100%);
}
.social-hub .social-bento-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .social-hub .social-bento-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .social-hub .social-bento-grid {
    grid-template-columns: 1fr;
  }
}
.social-hub .social-bento-item {
  position: relative;
  text-decoration: none;
  background: rgba(30, 41, 59, 0.4);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 2.5rem;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  overflow: hidden;
}
.social-hub .social-bento-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.1), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.social-hub .social-bento-item:hover {
  transform: translateY(-10px) scale(1.02);
  border-color: #0891b2;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
.social-hub .social-bento-item:hover::before {
  opacity: 1;
}
.social-hub .social-bento-item:hover i {
  transform: scale(1.2) rotate(10deg);
}
.social-hub .social-bento-item .social-bento-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  z-index: 1;
  position: relative;
}
.social-hub .social-bento-item .social-bento-content i {
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  transition: transform 0.4s ease;
}
.social-hub .social-bento-item .social-bento-content h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #ffffff;
}
.social-hub .social-bento-item .social-bento-content p {
  font-size: 1rem;
  color: #cbd5e1;
  margin-bottom: 1.5rem;
}
.social-hub .social-bento-item .social-bento-content .social-tag {
  background: rgba(255, 255, 255, 0.1);
  padding: 0.4rem 1rem;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.social-hub .social-bento-item.instagram:hover {
  border-color: #e1306c;
  box-shadow: 0 20px 40px rgba(225, 48, 108, 0.2);
}
.social-hub .social-bento-item.instagram i {
  color: #e1306c;
}
.social-hub .social-bento-item.facebook:hover {
  border-color: #1877f2;
  box-shadow: 0 20px 40px rgba(24, 119, 242, 0.2);
}
.social-hub .social-bento-item.facebook i {
  color: #1877f2;
}
.social-hub .social-bento-item.whatsapp:hover {
  border-color: #25d366;
  box-shadow: 0 20px 40px rgba(37, 211, 102, 0.2);
}
.social-hub .social-bento-item.whatsapp i {
  color: #25d366;
}

.social-dock {
  position: fixed;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 1rem;
  padding: 0.8rem;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  z-index: 2000;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
  animation: slideUpIn 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.social-dock .dock-item {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  font-size: 2rem;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
}
.social-dock .dock-item.whatsapp {
  color: #25d366;
  filter: drop-shadow(0 0 5px #25d366);
}
.social-dock .dock-item.instagram {
  color: #e1306c;
  filter: drop-shadow(0 0 5px #e1306c);
}
.social-dock .dock-item.facebook {
  color: #1877f2;
  filter: drop-shadow(0 0 5px #1877f2);
}
.social-dock .dock-item:hover {
  transform: translateY(-1rem) scale(1.2);
  background: rgba(255, 255, 255, 0.1);
}
.social-dock .dock-item:hover::after {
  content: "";
  position: absolute;
  bottom: -0.8rem;
  width: 6px;
  height: 6px;
  background: currentColor;
  border-radius: 50%;
  opacity: 0.8;
}
@media screen and (max-width: 480px) {
  .social-dock {
    padding: 1.5rem;
    border-radius: 16px;
  }
  .social-dock i {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
  .social-dock h3 {
    font-size: 1.2rem;
  }
  .social-dock p {
    font-size: 0.9rem;
    margin-bottom: 0;
  }
}
.social-dock.instagram:hover {
  border-color: #e1306c;
  box-shadow: 0 20px 40px rgba(225, 48, 108, 0.2);
}
.social-dock.instagram i {
  color: #e1306c;
}
.social-dock.facebook:hover {
  border-color: #1877f2;
  box-shadow: 0 20px 40px rgba(24, 119, 242, 0.2);
}
.social-dock.facebook i {
  color: #1877f2;
}
.social-dock.whatsapp:hover {
  border-color: #25d366;
  box-shadow: 0 20px 40px rgba(37, 211, 102, 0.2);
}
.social-dock.whatsapp i {
  color: #25d366;
}

body.light-mode .social-hub {
  background: linear-gradient(180deg, #f1f5f9 0%, #f8fafc 100%);
}
body.light-mode .social-hub .social-bento-item {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(8, 145, 178, 0.2);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
body.light-mode .social-hub .social-bento-item h3 {
  color: #0f172a;
}
body.light-mode .social-hub .social-bento-item p {
  color: #334155;
}
body.light-mode .social-hub .social-bento-item .social-tag {
  background: rgba(8, 145, 178, 0.08);
  color: #0891b2;
}
body.light-mode .social-hub .social-bento-item:hover {
  background: #ffffff;
  box-shadow: 0 20px 40px rgba(8, 145, 178, 0.15);
}