@charset "UTF-8";
/*
  ÍNDICE DEL ARCHIVO:
  1. CONFIGURACIÓN Y ABSTRACTS (VARIABLES Y MIXINS)
  2. REGLAS BASE Y RESET
  3. TIPOGRAFÍA GLOBAL
  4. ELEMENTOS DE LAYOUT COMUNES (HEADER Y FOOTER)
  5. COMPONENTES INTERACTIVOS REUTILIZABLES
  6. ESTILOS ESPECÍFICOS POR PÁGINA (PAGES)
*/
h1, h2, h3, h4, h5, h6, .font-heading {
  font-family: "Outfit", sans-serif !important;
}

/* UTILIDADES DE COLOR DE TEXTO */
.tc1 {
  color: #00284c !important;
}

.tc1c {
  color: #00407a !important;
}

.tc1o {
  color: #001426 !important;
}

.tc2 {
  color: #fde4a9 !important;
}

.tc2c {
  color: #faf7f0 !important;
}

.tc2o {
  color: #cfa853 !important;
}

/* UTILIDADES DE COLOR DE FONDO */
.bg1 {
  background-color: #00284c !important;
}

.bg1c {
  background-color: #00407a !important;
}

.bg1o {
  background-color: #001426 !important;
}

.bg2 {
  background-color: #fde4a9 !important;
}

.bg2c {
  background-color: #faf7f0 !important;
}

.bg2o {
  background-color: #cfa853 !important;
}

#cabecera {
  padding-top: 80px;
  padding-right: 0;
  padding-bottom: 0px;
  padding-left: 0;
}
#cabecera .container {
  position: relative;
  z-index: 5;
}
#cabecera h1 {
  color: #00284c !important;
}

#cabecera + section {
  padding-top: 60px !important;
}

.cabeceraSeccion h6, .skills-intro h6 {
  font-family: "Outfit", sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 3px !important;
  color: #cfa853 !important;
  margin-bottom: 12px !important;
  display: inline-block;
}
.cabeceraSeccion h2, .skills-intro h2 {
  font-family: "Outfit", sans-serif !important;
  font-weight: 800 !important;
  font-size: 38px !important;
  color: #00284c !important;
  line-height: 1.25 !important;
  margin-bottom: 20px !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}
.cabeceraSeccion h2.text-white, .skills-intro h2.text-white {
  color: #ffffff !important;
}

.footer-section {
  background-color: #001426 !important; /* Azul corporativo ultra-oscuro */
  padding: 80px 0 50px 0 !important;
  border-top: 1px solid rgba(253, 228, 169, 0.05);
}
.footer-section h5 {
  font-family: "Outfit", sans-serif !important;
  font-size: 19px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin-bottom: 25px !important;
  position: relative;
  padding-bottom: 10px;
}
.footer-section h5::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35px;
  height: 2px;
  background-color: #cfa853; /* Línea decorativa dorada */
}
.footer-section p, .footer-section a {
  font-family: "Urbanist", sans-serif !important;
  font-size: 15px !important;
  color: rgba(255, 255, 255, 0.7) !important;
  line-height: 1.6 !important;
  text-decoration: none !important;
  transition: color 0.3s ease;
}
.footer-section a:hover {
  color: #cfa853 !important; /* Enlaces brillan en oro */
}
.footer-section .footer-social-link {
  display: block !important;
  margin: 10px 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.footer-section .footer-social-link li {
  margin: 0 4px !important;
  background-color: transparent !important;
  border: 1.5px solid rgba(255, 255, 255, 0.15) !important;
  width: 42px !important;
  height: 42px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  border-radius: 50% !important;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1) !important;
}
.footer-section .footer-social-link li i {
  color: #ffffff !important;
  font-size: 14px !important;
  transition: color 0.3s ease !important;
}
.footer-section .footer-social-link li:hover {
  background-color: #cfa853 !important;
  border-color: #cfa853 !important;
  transform: translateY(-4px) !important;
}
.footer-section .footer-social-link li:hover i {
  color: #001426 !important; /* Icono azul sobre fondo oro */
}
.footer-section .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
  padding-top: 30px !important;
  margin-top: 40px !important;
}
.footer-section .copyright p {
  color: rgba(255, 255, 255, 0.4) !important;
  font-size: 14px !important;
}
.footer-section .copyright a {
  color: #fde4a9 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}
.footer-section .copyright a:hover {
  color: #ffffff !important;
}

/* Ajustes a la marquesina superior del pie */
.scrolling.scrolling-ticker {
  background-color: #faf7f0 !important; /* Fondo crema muy elegante */
  border-top: 1px solid rgba(0, 40, 76, 0.04);
  border-bottom: 1px solid rgba(0, 40, 76, 0.04);
  padding: 25px 0 !important;
}
.scrolling.scrolling-ticker .wrapper .content span {
  font-family: "Outfit", sans-serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #00284c !important; /* Texto en azul corporativo */
  letter-spacing: 0.5px;
}
.scrolling.scrolling-ticker .wrapper .content span img {
  filter: invert(13%) sepia(95%) saturate(1474%) hue-rotate(185deg) brightness(91%) contrast(101%); /* Filtro para entonar el asterisco a azul corporativo */
  opacity: 0.8;
}

.boton1 {
  display: inline-block;
  padding: 12px 30px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  border: none !important;
  border-radius: 4px;
  background-color: #00284c !important;
  color: #ffffff;
  cursor: pointer;
  border-radius: 50px !important;
  transition: all 0.3s ease;
}
.boton1:hover {
  background-color: #00407a !important;
  color: #ffffff;
}

.boton1-outline {
  display: inline-block;
  padding: 12px 30px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  border: 1px solid #00284c;
  border-radius: 4px;
  background-color: transparent;
  color: #00284c;
  cursor: pointer;
  border-radius: 50px !important;
  transition: all 0.3s ease;
}
.boton1-outline:hover {
  border-color: #00407a;
  color: #00407a;
  background-color: rgba(0, 0, 0, 0.02);
}

/* 5.1. INTRO EDITORIAL DE SERVICIOS */
.intro-destacada {
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  color: #00407a;
  border-left: 3px solid #cfa853;
  padding-left: 20px;
  margin-bottom: 30px;
}

.intro-destacada-centered {
  font-family: "Outfit", sans-serif !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 1.6 !important;
  color: #00407a !important;
  border-left: none !important;
  padding-left: 0 !important;
  max-width: 750px !important;
  margin: 0 auto 30px !important;
}

.portfolio-cta-text {
  font-family: "Urbanist", sans-serif !important;
  font-size: 18px !important;
  color: #555555 !important;
  max-width: 750px !important;
  margin: 0 auto 30px !important;
}

.cta-sub-text {
  font-family: "Outfit", sans-serif !important;
  font-size: 14px;
  font-weight: 800;
  color: #cfa853 !important;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.collage-editorial-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 40px;
}
.collage-editorial-wrapper .collage-img-main {
  position: relative;
  z-index: 2;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 40, 76, 0.12);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.collage-editorial-wrapper .collage-img-main img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.8s ease;
}
.collage-editorial-wrapper .collage-img-main:hover img {
  transform: scale(1.05);
}
.collage-editorial-wrapper .collage-img-secondary {
  position: absolute;
  bottom: -20px;
  left: -30px;
  width: 65%;
  z-index: 3;
  border-radius: 20px;
  overflow: hidden;
  border: none;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.collage-editorial-wrapper .collage-img-secondary img {
  width: 100%;
  height: auto;
  display: block;
}
.collage-editorial-wrapper .collage-img-secondary:hover {
  transform: scale(1.05) translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}
@media (max-width: 575px) {
  .collage-editorial-wrapper .collage-img-secondary {
    left: -10px;
    width: 70%;
  }
}
.collage-editorial-wrapper .collage-deco-box {
  position: absolute;
  top: -25px;
  right: -25px;
  width: 80%;
  height: 80%;
  border: 2px dashed rgba(207, 168, 83, 0.4);
  border-radius: 30px;
  z-index: 1;
  pointer-events: none;
  transition: all 0.6s ease;
}
.collage-editorial-wrapper:hover .collage-deco-box {
  transform: translate(10px, -10px);
  border-color: rgba(207, 168, 83, 0.7);
}

.foto-marco-editorial {
  position: relative;
  padding: 30px; /* Margen interno equilibrado para que respire la composición */
  display: block;
  width: 100%;
}
.foto-marco-editorial img {
  position: relative;
  z-index: 3;
  border-radius: 40px !important; /* Esquinas redondeadas finas de estilo editorial */
  width: 100%;
  height: auto;
  display: block;
}
.foto-marco-editorial::after {
  content: "";
  position: absolute;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  background-color: transparent !important;
  border: 1.5px solid #00284c;
  border-radius: 40px;
  z-index: 2;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.4s ease;
}
.foto-marco-editorial::after, .foto-marco-editorial.frame-br::after {
  top: auto;
  left: auto;
  bottom: 12px;
  right: 12px;
}
.foto-marco-editorial.frame-bl::after {
  top: auto;
  right: auto;
  bottom: 12px;
  left: 12px;
}
.foto-marco-editorial.frame-tr::after {
  bottom: auto;
  left: auto;
  top: 12px;
  right: 12px;
}
.foto-marco-editorial.frame-tl::after {
  bottom: auto;
  right: auto;
  top: 12px;
  left: 12px;
}
.foto-marco-editorial:hover::after {
  border-color: #cfa853;
  transform: scale(1.03) translate(2px, 2px);
}

.whatsapp-float {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 9999; /* ASEGURA QUE QUEDE POR ENCIMA DE LA MARQUESINA Y DE TODO EL CONTENIDO */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* 🟢 EL ELEMENTO DEL PULSO NATIVO */
.whatsapp-float::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #25d366;
  border-radius: 50px;
  z-index: -1; /* QUEDA POR DETRÁS DEL BOTÓN PRINCIPAL */
  animation: whatsappPulse 2s infinite; /* ANIMACIÓN DE PULSO INFINITO DE 2 SEGUNDOS */
}

/* EFECTO HOVER INTERACTIVO (AL PASAR EL RATÓN SE PAUSA EL PULSO Y SE ELEVA EL BOTÓN) */
.whatsapp-float:hover {
  transform: scale(1.08);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
  color: #fff; /* EVITA QUE EL NAVEGADOR CAMBIE EL COLOR DEL ICONO SI HEREDA ESTILOS DE ENLACES */
}

.whatsapp-float:hover::before {
  animation-play-state: paused; /* PAUSA EL PULSO DURANTE EL HOVER PARA NO SATURAR EL EFECTO VISUAL */
}

/* ESTILOS PARA EL ICONO SVG */
.whatsapp-icon {
  width: 34px;
  height: 34px;
  fill: currentColor; /* HACE QUE EL SVG USE EL COLOR BLANCO DEFINIDO EN EL PADRE */
}

/* ⚙️ ANIMACIÓN NATIVA DEL PULSO: CRECE EN TAMAÑO Y SE DESVANECE EN OPACIDAD */
@keyframes whatsappPulse {
  0% {
    transform: scale(1);
    opacity: 0.75;
  }
  100% {
    transform: scale(1.4); /* EL PULSO SE EXPANDE HASTA UN 40% MÁS GRANDE QUE EL BOTÓN */
    opacity: 0; /* SE DESVANECE POR COMPLETO AL FINAL DEL CICLO */
  }
}
/* OPTIMIZACIÓN PARA PANTALLAS MÓVILES */
@media (max-width: 768px) {
  .whatsapp-float {
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
  }
  .whatsapp-icon {
    width: 28px;
    height: 28px;
  }
}
/* 6.1. PÁGINA DE INICIO (HOME) */
/* 6.2. PÁGINA SOMOS */
#somos-carrusel {
  /* Estilos específicos para el carrusel estilo image_373639.jpg */
  /* Posicionamiento de la botonera lateral */
  /* Responsive: si la pantalla es pequeña, metemos las flechas un pelín hacia dentro para que no se salgan del monitor */
}
#somos-carrusel #portfolio-intro-carousel .item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 40px; /* Redondeado idéntico al de la imagen de referencia */
}
#somos-carrusel .custom-owl-nav {
  position: absolute;
  top: 50%;
  left: -50px;
  right: -50px;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none; /* Evita que el contenedor transparente tape la foto */
  z-index: 10;
}
#somos-carrusel .custom-owl-nav button {
  width: 45px;
  height: 45px;
  max-width: 45px; /* Evita que se estire a lo ancho */
  max-height: 45px; /* Evita que se estire a lo alto */
  padding: 0 !important; /* Resetea rellenos heredados que ovalan el botón */
  border-radius: 50% !important; /* Fuerza la circunferencia perfecta */
  background-color: #ffffff;
  color: #111111;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  /* Centrado absoluto del icono */
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  font-size: 14px;
  pointer-events: auto;
  transition: all 0.3s ease;
}
#somos-carrusel .custom-owl-nav button:hover {
  background-color: #111111;
  color: #ffffff;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}
@media (max-width: 991px) {
  #somos-carrusel .custom-owl-nav {
    left: -15px;
    right: -15px;
  }
}

.somos-pilares {
  background-color: #f8f9fa;
}

.pilar-card {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
  height: 100%;
  transition: transform 0.3s ease;
}
.pilar-card:hover {
  transform: translateY(-5px);
}
.pilar-card h3 {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px;
  color: #00284c;
}
.pilar-card p {
  font-family: "Urbanist", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #555555;
  margin: 0;
}

.pilar-card-premium {
  position: relative;
  background: #ffffff;
  padding: 45px 35px;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(0, 40, 76, 0.02);
  border: 1px solid rgba(0, 40, 76, 0.04);
  height: 100%;
  text-align: left;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
}
.pilar-card-premium::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 35px;
  right: 35px;
  height: 3px;
  background: linear-gradient(90deg, #cfa853, transparent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}
.pilar-card-premium:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 40, 76, 0.05);
  border-color: rgba(207, 168, 83, 0.2);
}
.pilar-card-premium:hover::after {
  transform: scaleX(1);
}
.pilar-card-premium:hover .pilar-icon-wrap {
  background: #cfa853;
  color: #ffffff;
  transform: translateY(-4px) scale(1.05);
}
.pilar-card-premium:hover .pilar-icon-wrap img {
  filter: brightness(0) invert(1);
}
.pilar-card-premium:hover .pilar-num {
  color: rgba(207, 168, 83, 0.12);
  transform: translateY(-5px);
}
.pilar-card-premium .pilar-num {
  position: absolute;
  top: 35px;
  right: 35px;
  font-family: "Outfit", sans-serif;
  font-size: 28px;
  font-weight: 800;
  color: rgba(0, 40, 76, 0.04);
  line-height: 1;
  transition: all 0.4s ease;
}
.pilar-card-premium .pilar-icon-wrap {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: rgba(207, 168, 83, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #cfa853;
  margin-bottom: 25px;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.pilar-card-premium .pilar-icon-wrap img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  transition: filter 0.4s ease;
}
.pilar-card-premium h3 {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 12px;
  color: #00284c;
  line-height: 1.4;
}
.pilar-card-premium p {
  font-family: "Urbanist", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #666666;
  margin: 0;
}

.cta-reservas {
  background-color: #ffffff;
}

.cta-boton-custom {
  padding: 16px 40px;
  font-size: 14px;
  letter-spacing: 1px;
}

.datos-parallax {
  background-image: url("../images/portfolio/parallax-fran.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  position: relative;
}

.datos-overlay {
  background-color: rgba(0, 20, 38, 0.85);
  padding: 100px 0;
}

.dato-numero {
  display: block;
  font-weight: 800;
  font-size: 56px;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 10px;
}

.dato-etiqueta {
  display: block;
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 2px;
}

#cabecera {
  position: relative;
  min-height: 480px;
  background-color: #001426;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 80px;
  overflow: hidden;
}
#cabecera::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 20, 38, 0.85) 0%, rgb(0, 20, 38) 100%);
  opacity: var(--overlay-opacity, 0.8);
  z-index: 2;
  pointer-events: none;
}
#cabecera .container {
  position: relative;
  z-index: 3;
}
#cabecera h6 {
  color: #fde4a9 !important;
  font-size: 15px !important;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 15px;
  font-weight: 600;
}
#cabecera h1 {
  color: #ffffff !important;
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  font-size: 48px;
  line-height: 1.15;
  text-transform: none;
}
#cabecera h1 span {
  color: #cfa853 !important;
}
#cabecera .blog-post-categorydate-wrapper {
  color: rgba(255, 255, 255, 0.6) !important;
  margin-top: 20px;
}
#cabecera .blog-post-categorydate-wrapper a {
  color: #fde4a9 !important;
  transition: color 0.3s ease;
}
#cabecera .blog-post-categorydate-wrapper a:hover {
  color: #ffffff !important;
}
#cabecera .blog-post-categorydate-wrapper .blog-post-categorydate-divider {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
@media (max-width: 768px) {
  #cabecera {
    min-height: 380px;
    padding-top: 120px;
    padding-bottom: 50px;
  }
  #cabecera h1 {
    font-size: 32px;
  }
}

.arsenal-skills {
  background-color: #ffffff;
}
.arsenal-skills .skills-intro p {
  font-family: "Urbanist", sans-serif;
  color: #666;
  font-size: 16px;
  line-height: 1.7;
}
.arsenal-skills .skills-grid-checks {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.arsenal-skills .skill-check-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  border-radius: 12px;
  background-color: #fcfbfa;
  border: 1px solid rgba(0, 0, 0, 0.02);
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.arsenal-skills .skill-check-item:hover {
  background-color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0, 40, 76, 0.05);
}
.arsenal-skills .skill-check-item .check-icon-wrap {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(207, 168, 83, 0.12);
  color: #cfa853;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(207, 168, 83, 0.25);
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}
.arsenal-skills .skill-check-item .check-icon-wrap .check-icon {
  width: 18px;
  height: 18px;
}
.arsenal-skills .skill-check-item:hover .check-icon-wrap {
  background-color: #cfa853;
  color: #ffffff;
  transform: scale(1.15);
}
.arsenal-skills .skill-check-item .skill-check-text h3 {
  font-family: "Outfit", sans-serif !important;
  font-weight: 700;
  font-size: 17px;
  color: #00284c;
  margin-bottom: 4px;
  text-transform: none;
  letter-spacing: 0;
}
.arsenal-skills .skill-check-item .skill-check-text p {
  font-family: "Urbanist", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #666;
  margin: 0;
}

.somos-pilares .skill-check-item {
  display: flex;
  gap: 15px;
  align-items: start;
  background: #fcfbfa;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.02);
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.somos-pilares .skill-check-item:hover {
  background-color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0, 40, 76, 0.05);
}
.somos-pilares .skill-check-item .check-icon-fa-wrap {
  flex-shrink: 0;
  color: #cfa853;
  font-size: 24px;
  transition: transform 0.3s ease;
}
.somos-pilares .skill-check-item .check-icon-fa-wrap img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  display: block;
}
.somos-pilares .skill-check-item:hover .check-icon-fa-wrap {
  transform: scale(1.15);
}
.somos-pilares .skill-check-item h3 {
  font-family: "Outfit", sans-serif !important;
  font-size: 16px;
  font-weight: 700;
  color: #00284c;
  margin-bottom: 5px;
}
.somos-pilares .skill-check-item p {
  font-family: "Urbanist", sans-serif;
  font-size: 14px;
  margin: 0;
  color: #666;
}

.somos-timeline {
  background-color: #fcfbfa;
  position: relative;
  padding-bottom: 90px;
}
.somos-timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 150px;
  bottom: 50px;
  width: 2px;
  background-color: rgba(0, 40, 76, 0.15);
  transform: translateX(-50%);
}
.somos-timeline .timeline-item {
  position: relative;
  margin-bottom: 60px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.somos-timeline .timeline-item:nth-child(even) {
  justify-content: flex-start;
}
.somos-timeline .timeline-item:nth-child(even) .timeline-content {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}
.somos-timeline .timeline-item .timeline-content {
  width: 45%;
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 40, 76, 0.04);
  position: relative;
  border-left: 4px solid #cfa853;
  transition: all 0.3s ease;
}
.somos-timeline .timeline-item .timeline-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 40, 76, 0.08);
}
.somos-timeline .timeline-item .timeline-content .timeline-year {
  display: inline-block;
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  font-size: 20px;
  color: #cfa853;
  margin-bottom: 10px;
}
.somos-timeline .timeline-item .timeline-content h3 {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #00284c;
  margin-bottom: 12px;
}
.somos-timeline .timeline-item .timeline-content p {
  font-family: "Urbanist", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #666666;
  margin: 0;
}
.somos-timeline .timeline-item .timeline-dot {
  position: absolute;
  left: 50%;
  top: 30px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 4px solid #00284c;
  transform: translateX(-50%);
  z-index: 2;
  transition: all 0.3s ease;
  box-shadow: 0 0 10px rgba(0, 40, 76, 0.2);
}
.somos-timeline .timeline-item:hover .timeline-dot {
  background-color: #fde4a9;
  border-color: #cfa853;
  transform: translateX(-50%) scale(1.25);
}
@media (max-width: 768px) {
  .somos-timeline::before {
    left: 20px;
  }
  .somos-timeline .timeline-item {
    justify-content: flex-end !important;
    margin-bottom: 40px;
  }
  .somos-timeline .timeline-item .timeline-dot {
    left: 20px !important;
    transform: translateX(-50%);
  }
  .somos-timeline .timeline-item:hover .timeline-dot {
    transform: translateX(-50%) scale(1.2);
  }
  .somos-timeline .timeline-item .timeline-content {
    width: calc(100% - 45px);
    text-align: left !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    border-left: 4px solid #cfa853 !important;
    border-right: none !important;
  }
}

.bts-gallery {
  background-color: #ffffff;
}
.bts-gallery .gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 991px) {
  .bts-gallery .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .bts-gallery .gallery-grid {
    grid-template-columns: 1fr;
  }
}
.bts-gallery .gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 40px;
  aspect-ratio: 4/3;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.bts-gallery .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.bts-gallery .gallery-item .item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 40, 76, 0.85) 100%);
  opacity: 0;
  display: flex;
  align-items: flex-end;
  padding: 20px;
  transition: opacity 0.4s ease;
}
.bts-gallery .gallery-item .item-overlay .overlay-text {
  transform: translateY(15px);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.bts-gallery .gallery-item .item-overlay .overlay-text span {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  display: block;
}
.bts-gallery .gallery-item .item-overlay .overlay-text small {
  font-family: "Urbanist", sans-serif;
  font-size: 13px;
  color: #fde4a9;
  display: block;
  margin-top: 4px;
}
.bts-gallery .gallery-item:hover img {
  transform: scale(1.1);
}
.bts-gallery .gallery-item:hover .item-overlay {
  opacity: 1;
}
.bts-gallery .gallery-item:hover .item-overlay .overlay-text {
  transform: translateY(0);
}

/* 6.3. PÁGINA DE BLOG */
#blog .post-img {
  border-radius: 40px !important;
  overflow: hidden !important;
}
#blog .post-img img {
  border-radius: 40px !important;
}
#blog .post-img .date {
  background-color: #00284c !important;
  border-color: #00284c !important;
  transition: transform 0.3s ease;
}
#blog .post-img .date a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #ffffff !important;
  text-decoration: none;
}
#blog .post-img .date a span {
  color: #fde4a9 !important;
  font-family: "Outfit", sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1;
  margin-bottom: 2px;
}
#blog .post-img .date a i {
  color: #ffffff !important;
  font-family: "Outfit", sans-serif !important;
  font-weight: 800 !important;
  font-size: 20px;
  font-style: normal;
  line-height: 1;
}
#blog .post-img:hover .date {
  transform: scale(1.08);
}
#blog .post-cont {
  padding: 30px 0 10px 0 !important;
}
#blog .post-cont h4 {
  font-family: "Outfit", sans-serif !important;
  font-weight: 800 !important;
  font-size: 26px !important;
  line-height: 1.35 !important;
  margin-bottom: 15px !important;
}
#blog .post-cont h4 a {
  color: #00284c !important;
  transition: color 0.3s ease;
}
#blog .post-cont h4 a:hover {
  color: #cfa853 !important;
}
#blog .post-cont .blog-noticia-intro p {
  font-family: "Urbanist", sans-serif !important;
  font-size: 15.5px !important;
  line-height: 1.7 !important;
  color: #555555 !important;
}
#blog .blog-sidebar .widget {
  background-color: #faf7f0 !important;
  border-radius: 24px !important;
  border: 1px solid rgba(0, 40, 76, 0.04) !important;
  box-shadow: 0 10px 30px rgba(0, 40, 76, 0.02) !important;
  padding: 30px !important;
  margin-bottom: 30px !important;
  overflow: hidden;
}
#blog .blog-sidebar .widget .widget-title {
  margin-bottom: 25px !important;
}
#blog .blog-sidebar .widget .widget-title h5 {
  color: #00284c !important;
  font-family: "Outfit", sans-serif !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  border-bottom: 2px solid rgba(0, 40, 76, 0.08) !important;
  padding-bottom: 10px !important;
  margin-bottom: 0 !important;
  line-height: 1.4 !important;
}
#blog .blog-sidebar .widget.search form {
  position: relative;
}
#blog .blog-sidebar .widget.search form input {
  color: #001426 !important;
  background: #ffffff !important;
  border: 1px solid rgba(0, 40, 76, 0.1) !important;
  border-radius: 50px !important;
  padding: 14px 50px 14px 22px !important;
  font-family: "Urbanist", sans-serif !important;
  font-size: 15px !important;
  width: 100% !important;
  height: auto !important;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
#blog .blog-sidebar .widget.search form input::placeholder {
  color: rgba(0, 40, 76, 0.4) !important;
  opacity: 1;
}
#blog .blog-sidebar .widget.search form input:focus {
  border-color: #cfa853 !important;
  outline: none !important;
  box-shadow: 0 0 12px rgba(207, 168, 83, 0.15) !important;
}
#blog .blog-sidebar .widget.search form button {
  position: absolute;
  right: 5px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  background: transparent !important;
  color: #00284c !important;
  border: 0 !important;
  padding: 10px 15px !important;
  font-size: 16px !important;
  cursor: pointer;
  transition: color 0.3s ease;
}
#blog .blog-sidebar .widget.search form button:hover {
  color: #cfa853 !important;
}
#blog .blog-sidebar .widget .recent {
  margin: 0;
  padding: 0;
  list-style: none;
}
#blog .blog-sidebar .widget .recent li {
  display: flex !important;
  align-items: center !important;
  gap: 15px !important;
  margin-bottom: 20px !important;
  padding: 0 !important;
  border: none !important;
}
#blog .blog-sidebar .widget .recent li:last-child {
  margin-bottom: 0 !important;
}
#blog .blog-sidebar .widget .recent li .thum {
  flex-shrink: 0;
  width: 65px !important;
  height: 65px !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}
#blog .blog-sidebar .widget .recent li .thum img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 12px !important;
  transition: transform 0.4s ease;
}
#blog .blog-sidebar .widget .recent li a {
  color: #00284c !important;
  font-family: "Outfit", sans-serif !important;
  font-size: 14.5px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  text-decoration: none;
  margin-left: 0 !important;
  transition: color 0.3s ease;
}
#blog .blog-sidebar .widget .recent li a:hover {
  color: #cfa853 !important;
}
#blog .blog-sidebar .widget .recent li:hover .thum img {
  transform: scale(1.1);
}
#blog .blog-sidebar .widget .blog-widget-archivos,
#blog .blog-sidebar .widget .blog-widget-categorias {
  list-style: none;
  padding: 0;
}
#blog .blog-sidebar .widget .blog-widget-archivos li,
#blog .blog-sidebar .widget .blog-widget-categorias li {
  margin-bottom: 12px !important;
  padding: 0 !important;
}
#blog .blog-sidebar .widget .blog-widget-archivos li:last-child,
#blog .blog-sidebar .widget .blog-widget-categorias li:last-child {
  margin-bottom: 0 !important;
}
#blog .blog-sidebar .widget .blog-widget-archivos li a,
#blog .blog-sidebar .widget .blog-widget-categorias li a {
  color: #00284c !important;
  font-family: "Urbanist", sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: color 0.3s ease, transform 0.3s ease;
}
#blog .blog-sidebar .widget .blog-widget-archivos li a i,
#blog .blog-sidebar .widget .blog-widget-categorias li a i {
  color: #cfa853 !important;
  font-size: 9px !important;
  transition: transform 0.3s ease;
}
#blog .blog-sidebar .widget .blog-widget-archivos li a:hover,
#blog .blog-sidebar .widget .blog-widget-categorias li a:hover {
  color: #cfa853 !important;
  transform: translateX(4px);
}
#blog .blog-sidebar .widget .blog-widget-archivos li a:hover i,
#blog .blog-sidebar .widget .blog-widget-categorias li a:hover i {
  transform: scale(1.2);
}
#blog .blog-sidebar .widget .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#blog .blog-sidebar .widget .tags li {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
#blog .blog-sidebar .widget .tags li a {
  display: inline-block !important;
  padding: 7px 15px !important;
  background-color: #ffffff !important;
  border: 1px solid rgba(0, 40, 76, 0.08) !important;
  border-radius: 30px !important;
  color: #00284c !important;
  font-family: "Urbanist", sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  text-decoration: none;
  transition: all 0.3s ease !important;
}
#blog .blog-sidebar .widget .tags li a:hover {
  background-color: #00284c !important;
  border-color: #00284c !important;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 40, 76, 0.1);
}
#blog #blog-descripcion {
  font-size: 16px;
  line-height: 1.8;
  color: #555555;
  text-align: justify;
  padding-right: 40px;
}
#blog #blog-descripcion p {
  margin-bottom: 25px;
}
#blog #blog-descripcion img {
  border-radius: 40px !important;
  margin-bottom: 25px;
  height: auto;
  max-width: 100%;
}
#blog #blog-descripcion h2 {
  font-size: 24px;
  line-height: 1.4;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #00284c;
}
#blog #blog-descripcion h3 {
  font-size: 20px;
  line-height: 1.4;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #00407a;
}
#blog #blog-descripcion table {
  width: 100%;
  border-collapse: collapse;
  margin: 35px 0;
  font-size: 15px;
  background-color: #ffffff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
}
#blog #blog-descripcion table thead {
  background-color: #00284c;
}
#blog #blog-descripcion table thead th {
  color: #ffffff;
  text-align: left;
  padding: 14px 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border: none;
}
#blog #blog-descripcion table tbody tr {
  border-bottom: 1px solid #eeeeee;
  transition: background-color 0.2s ease;
}
#blog #blog-descripcion table tbody tr:nth-of-type(even) {
  background-color: #faf7f0;
}
#blog #blog-descripcion table tbody tr:hover {
  background-color: rgba(0, 40, 122, 0.03);
}
#blog #blog-descripcion table tbody td {
  padding: 14px 18px;
  color: #444444;
  vertical-align: middle;
  text-align: left;
}
#blog #blog-descripcion table tbody td:first-child {
  font-weight: 600;
  color: #001426;
}
@media (max-width: 768px) {
  #blog #blog-descripcion {
    text-align: left;
    padding-right: 0;
  }
  #blog #blog-descripcion table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
#blog .video-container-iframe {
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: 35px auto;
  aspect-ratio: 16/9;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
#blog .video-container-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}

/* 6.3. PÁGINA DE CONTACTO */
/* CONTENEDOR GENERAL DEL MAPA */
#mapa-contacto {
  height: 450px;
  background-color: #f4f4f4;
  border-radius: 4px;
  overflow: hidden;
}

/* ESTILOS POPUP LEAFLET CUSTOM */
.leaflet-popup-custom {
  font-family: "Urbanist", sans-serif;
  padding: 5px;
}
.leaflet-popup-custom .popup-title {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
  color: #111;
  font-weight: 700;
}
.leaflet-popup-custom .popup-text {
  display: block;
  color: #666;
  font-size: 13px;
  line-height: 1.4;
}

/* FORZAR LA DESATURACIÓN DE LOS MAPAS EN ENTORNOS MODERNOS */
.leaflet-tile-container {
  filter: grayscale(1) contrast(1.1) brightness(0.95);
}

/* CONTENEDOR GENERAL DEL ICONO (AMPLIADO PARA DAR ESPACIO AL VISOR) */
.custom-marker-wrapper {
  position: relative;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* SILUETA QUE SIMULA EL OBJETIVO DE LA CÁMARA */
.camera-lens {
  position: relative;
  width: 36px;
  height: 36px;
  background: #ffffff;
  border: 2px solid #111111;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

/* PUNTO CENTRAL DE ENFOQUE (EL NÚCLEO DEL OBJETIVO) */
.lens-dot {
  width: 10px;
  height: 10px;
  background-color: #111111;
  border-radius: 50%;
}

/* ESQUINAS DE ENFOQUE DEL VISOR (DISEÑO GEOMÉTRICO TRABAJADO) */
.focus-corner {
  position: absolute;
  width: 8px;
  height: 8px;
  border: 1.5px solid #111111;
  pointer-events: none;
  transition: all 0.3s ease;
}

/* POSICIONAMIENTO QUIRÚRGICO DE LAS 4 ESQUINAS DE ENFOQUE */
.top-left {
  top: -6px;
  left: -6px;
  border-right: none;
  border-bottom: none;
}

.top-right {
  top: -6px;
  right: -6px;
  border-left: none;
  border-bottom: none;
}

.bottom-left {
  bottom: -6px;
  left: -6px;
  border-right: none;
  border-top: none;
}

.bottom-right {
  bottom: -6px;
  right: -6px;
  border-left: none;
  border-top: none;
}

/* EL EFECTO DE ONDA EXPANSIVA POR DETRÁS DEL VISOR */
.marker-pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border: 1px solid #111111;
  border-radius: 50%;
  z-index: 1;
  opacity: 0;
  animation: cameraFocusPulse 3s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* ANIMACIÓN NATIVA QUE SIMULA UN SUBIDÓN DE ENFOQUE CONTINUO */
@keyframes cameraFocusPulse {
  0% {
    transform: translate(-50%, -50%) scale(0.6);
    opacity: 0;
  }
  20% {
    opacity: 0.4;
  }
  60% {
    transform: translate(-50%, -50%) scale(1.4);
    border-color: #111111;
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* 6.3. LANDING DE BODAS */
/* 6.4. LANDING DE CORPORATIVO (EMPRESAS) */
/* 6.5. LANDING DE DEPORTES */
.card-franja-vertical {
  position: relative;
  height: 600px;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 35px 25px;
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 15px 35px rgba(0, 20, 38, 0.15);
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .card-franja-vertical {
    height: 440px;
  }
}
.card-franja-vertical::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 14, 38, 0.7) 0%, rgba(0, 14, 38, 0.35) 40%, rgba(0, 14, 38, 0.85) 100%);
  transition: all 0.5s ease;
  z-index: 1;
}
.card-franja-vertical:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 45px rgba(0, 20, 38, 0.3);
}
.card-franja-vertical:hover::before {
  background: linear-gradient(to bottom, rgba(0, 14, 38, 0.8) 0%, rgba(0, 14, 38, 0.2) 40%, rgba(0, 14, 38, 0.9) 100%);
}
.card-franja-vertical:hover .franja-image-bg {
  transform: scale(1.07);
}
.card-franja-vertical:hover .franja-content-wrapper .franja-titulo-rotado {
  color: #ffffff;
  letter-spacing: 4px;
  text-shadow: 0 0 20px rgba(253, 228, 169, 0.3);
}
.card-franja-vertical:hover .franja-content-wrapper .franja-btn-vermas {
  color: #ffffff;
  opacity: 1;
}
.card-franja-vertical:hover .franja-content-wrapper .franja-btn-vermas i {
  transform: translate(3px, -3px);
}
.card-franja-vertical .franja-image-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 0;
}
.card-franja-vertical .franja-content-wrapper {
  position: relative;
  z-index: 2;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.card-franja-vertical .franja-content-wrapper .franja-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Outfit", sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  z-index: 2;
}
.card-franja-vertical .franja-content-wrapper .franja-meta i {
  color: #fde4a9;
  margin-right: 2px;
  opacity: 0.9;
}
.card-franja-vertical .franja-content-wrapper .franja-meta .franja-meta-sep {
  color: rgba(253, 228, 169, 0.35);
  margin: 0 4px;
}
.card-franja-vertical .franja-content-wrapper .franja-titulo-rotado {
  font-family: "Outfit", sans-serif;
  font-size: clamp(26px, 2.5vw, 36px);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: rgba(255, 255, 255, 0.8);
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  white-space: nowrap;
  margin: auto 0;
  align-self: flex-start;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.card-franja-vertical .franja-content-wrapper .franja-btn-vermas {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fde4a9;
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: 0.8;
  align-self: flex-start;
  transition: all 0.3s ease;
}
.card-franja-vertical .franja-content-wrapper .franja-btn-vermas i {
  font-size: 13px;
  transition: transform 0.3s ease;
}

.metodologia-card-step {
  position: relative;
  background: #ffffff;
  border-radius: 24px;
  padding: 40px 30px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 40, 76, 0.02);
  border: 1px solid rgba(0, 40, 76, 0.04);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.metodologia-card-step:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 40, 76, 0.05);
  border-color: rgba(207, 168, 83, 0.25);
}
.metodologia-card-step .step-number {
  font-family: "Outfit", sans-serif;
  font-size: 72px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 22px;
  background: linear-gradient(to bottom, rgba(0, 40, 76, 0.12) 0%, rgba(0, 40, 76, 0.01) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.metodologia-card-step .step-title {
  font-size: 20px;
  font-weight: 700;
  color: #00284c;
  margin-bottom: 12px;
}
.metodologia-card-step .step-text {
  font-family: "Urbanist", sans-serif;
  font-size: 15px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .metodologia-card-step::after {
    content: "→";
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 40, 76, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #bbbbbb;
    font-size: 16px;
    z-index: 10;
    transition: all 0.3s ease;
  }
  .metodologia-card-step:hover::after {
    color: #cfa853;
    border-color: rgba(207, 168, 83, 0.2);
    transform: translateY(-50%) translateX(2px);
  }
}

@media (min-width: 992px) {
  .row > div:last-child .metodologia-card-step::after {
    display: none;
  }
}
/* 6.5.1. GALERÍA SPOTLIGHT INTERACTIVA */
.spotlight-gallery-container {
  display: flex;
  width: 100%;
  height: 550px;
  gap: 15px;
  overflow: hidden;
  border-radius: 30px;
  padding: 10px 0;
}
@media (max-width: 991px) {
  .spotlight-gallery-container {
    flex-direction: column;
    height: 850px;
  }
}

.spotlight-panel {
  position: relative;
  flex: 1;
  background-size: cover;
  background-position: center;
  border-radius: 24px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  align-items: flex-end;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.spotlight-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 14, 38, 0.85) 0%, rgba(0, 14, 38, 0.25) 60%, rgba(0, 14, 38, 0.45) 100%);
  transition: all 0.5s ease;
  z-index: 1;
}
.spotlight-panel.active {
  flex: 5;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.5);
}
.spotlight-panel.active::before {
  background: linear-gradient(to top, rgba(0, 14, 38, 0.92) 0%, rgba(0, 14, 38, 0.1) 60%, rgba(0, 14, 38, 0.3) 100%);
}
.spotlight-panel.active .spotlight-panel-content {
  transform: translateY(0);
  opacity: 1;
}
.spotlight-panel.active .spotlight-panel-content h3, .spotlight-panel.active .spotlight-panel-content p, .spotlight-panel.active .spotlight-panel-content .spotlight-tag {
  opacity: 1;
  transform: translateY(0);
}
.spotlight-panel .spotlight-panel-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 500px;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transform: translateY(15px);
  opacity: 0;
}
.spotlight-panel .spotlight-panel-content .spotlight-tag {
  display: inline-block;
  background: rgba(253, 228, 169, 0.15);
  border: 1px solid rgba(253, 228, 169, 0.3);
  backdrop-filter: blur(4px);
  color: #fde4a9;
  font-family: "Outfit", sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 4px 12px;
  border-radius: 50px;
  margin-bottom: 15px;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.1s;
}
.spotlight-panel .spotlight-panel-content h3 {
  font-family: "Outfit", sans-serif;
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 10px;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
  white-space: nowrap;
}
.spotlight-panel .spotlight-panel-content p {
  font-family: "Urbanist", sans-serif;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
  margin-bottom: 0;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.3s;
}

/* Galería de imágenes (Isotope / Masonry) en categoria-fotografia.php y portfolio.php */
.gallery-box {
  border-radius: 40px !important;
  overflow: hidden !important;
}
.gallery-box .gallery-img {
  border-radius: 40px !important;
  overflow: hidden !important;
}
.gallery-box .gallery-img img {
  border-radius: 40px !important;
}

.spotlight-grid-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 240px;
  gap: 20px;
  width: 100%;
  transition: all 0.5s ease;
}
.spotlight-grid-gallery:hover .spotlight-grid-item {
  opacity: 0.35;
  filter: saturate(30%) blur(1.5px);
  transform: scale(0.98);
}
.spotlight-grid-gallery .spotlight-grid-item {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 40px;
  overflow: hidden;
  cursor: pointer;
  opacity: 1;
  filter: saturate(100%) blur(0px);
  transform: scale(1);
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.spotlight-grid-gallery .spotlight-grid-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0) 50%);
  z-index: 3;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.spotlight-grid-gallery .spotlight-grid-item:hover::before {
  opacity: 1;
}
.spotlight-grid-gallery .spotlight-grid-item.size-2x2 {
  grid-column: span 2;
  grid-row: span 2;
}
.spotlight-grid-gallery .spotlight-grid-item.size-2x1 {
  grid-column: span 2;
  grid-row: span 1;
}
.spotlight-grid-gallery .spotlight-grid-item.size-1x2 {
  grid-column: span 1;
  grid-row: span 2;
}
.spotlight-grid-gallery .spotlight-grid-item .item-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 40, 76, 0) 40%, rgba(0, 40, 76, 0.9) 100%);
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.4s ease;
  pointer-events: none;
  z-index: 2;
}
.spotlight-grid-gallery .spotlight-grid-item .item-overlay .item-meta {
  font-family: "Outfit", sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #cfa853;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 5px;
}
.spotlight-grid-gallery .spotlight-grid-item .item-overlay h3 {
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
  margin: 0;
}
.spotlight-grid-gallery .spotlight-grid-item:hover {
  opacity: 1 !important;
  filter: saturate(120%) blur(0px) !important;
  transform: scale(1.03) !important;
  z-index: 5;
  box-shadow: 0 25px 50px rgba(0, 40, 76, 0.45);
}
.spotlight-grid-gallery .spotlight-grid-item:hover .item-overlay {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 1199px) {
  .spotlight-grid-gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .spotlight-grid-gallery {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 200px;
    gap: 15px;
  }
  .spotlight-grid-gallery .spotlight-grid-item.size-2x2 {
    grid-column: span 2;
    grid-row: span 2;
  }
  .spotlight-grid-gallery .spotlight-grid-item.size-2x1 {
    grid-column: span 2;
    grid-row: span 1;
  }
  .spotlight-grid-gallery .spotlight-grid-item.size-1x2 {
    grid-column: span 1;
    grid-row: span 2;
  }
}
@media (max-width: 479px) {
  .spotlight-grid-gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: 220px;
  }
  .spotlight-grid-gallery .spotlight-grid-item {
    grid-column: span 1 !important;
    grid-row: span 1 !important;
  }
}

.proyecto-meta-box {
  background: #fcfbfa;
  border: 1px solid rgba(0, 40, 76, 0.05);
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 40, 76, 0.01);
}
.proyecto-meta-box h3 {
  font-family: "Outfit", sans-serif !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  color: #00284c !important;
  margin-bottom: 25px !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  border-bottom: 2px solid rgba(207, 168, 83, 0.2) !important;
  padding-bottom: 10px !important;
}
.proyecto-meta-box .meta-item {
  border-bottom: 1px solid rgba(207, 168, 83, 0.15);
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.proyecto-meta-box .meta-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.proyecto-meta-box .meta-label {
  font-family: "Outfit", sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: #cfa853;
  letter-spacing: 1.5px;
  margin-bottom: 4px;
}
.proyecto-meta-box .meta-value {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #00284c;
  margin: 0;
}
.proyecto-meta-box .boton-gold {
  display: block;
  width: 100%;
  margin-top: 25px;
  padding: 14px 20px;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none !important;
  background-color: #cfa853 !important;
  color: #ffffff !important;
  border-radius: 50px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 15px rgba(207, 168, 83, 0.2);
  border: none;
}
.proyecto-meta-box .boton-gold:hover {
  background-color: #00284c !important;
  color: #ffffff !important;
  box-shadow: 0 6px 20px rgba(0, 40, 76, 0.25);
  transform: translateY(-3px);
}
.proyecto-meta-box .boton-gold:active {
  transform: translateY(-1px);
}

.momento-card {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 40, 76, 0.02);
  border: 1px solid rgba(0, 40, 76, 0.04);
  transition: all 0.3s ease;
  height: 100%;
}
.momento-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 40, 76, 0.06);
  border-color: rgba(207, 168, 83, 0.2);
}
.momento-card:hover .momento-img-wrap img {
  transform: scale(1.05);
}
.momento-card .momento-img-wrap {
  position: relative;
  overflow: hidden;
  height: 240px;
}
.momento-card .momento-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.momento-card .momento-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #cfa853;
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.momento-card .momento-info {
  padding: 25px;
}
.momento-card .momento-title {
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: 800;
  color: #00284c;
  margin-bottom: 10px;
}
.momento-card .momento-desc {
  font-family: "Urbanist", sans-serif;
  font-size: 14.5px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

.nav-proyectos {
  border-top: 1px solid rgba(0, 40, 76, 0.08);
  border-bottom: 1px solid rgba(0, 40, 76, 0.08);
  padding: 25px 0;
  margin-top: 60px;
}

.nav-link-custom {
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #00284c;
  text-decoration: none;
  transition: color 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.nav-link-custom:hover {
  color: #cfa853;
}

/* PESTAÑAS DE CONTENIDO SEO CUSTOM (TABS) */
.custom-seo-tabs .nav-item {
  margin: 0 8px;
}
.custom-seo-tabs .nav-link {
  border: none !important;
  position: relative;
  padding: 14px 28px !important;
  font-size: 16px !important;
  color: rgba(0, 40, 76, 0.75) !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: transparent !important;
  transition: all 0.3s ease;
}
.custom-seo-tabs .nav-link::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #cfa853;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.custom-seo-tabs .nav-link:hover {
  color: #00284c !important;
  background-color: transparent !important;
}
.custom-seo-tabs .nav-link:hover::after {
  transform: scaleX(0.5);
}
.custom-seo-tabs .nav-link.active {
  color: #00284c !important;
  font-weight: 800 !important;
  background-color: transparent !important;
  border: none !important;
}
.custom-seo-tabs .nav-link.active::after {
  transform: scaleX(1);
}

.camera-viewfinder-modal {
  position: fixed;
  inset: 0;
  z-index: 10500;
  background-color: rgba(0, 20, 38, 0.98);
  display: flex;
  flex-direction: row;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.4s;
  font-family: "Outfit", sans-serif;
  color: #ffffff;
  overflow: hidden;
}
.camera-viewfinder-modal.active {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 991px) {
  .camera-viewfinder-modal {
    flex-direction: column;
    overflow-y: auto;
  }
}

/* DESTELLO DEL OBTURADOR */
.shutter-flash {
  position: absolute;
  inset: 0;
  background-color: #ffffff;
  opacity: 0;
  pointer-events: none;
  z-index: 9999;
}

/* ÁREA DEL VISOR (VIEWPORT DE LA CÁMARA) */
.viewfinder-viewport {
  position: relative;
  flex: 1;
  background-color: #050b10;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.9);
  user-select: none;
}
@media (max-width: 991px) {
  .viewfinder-viewport {
    width: 100%;
    height: 60vh;
    min-height: 350px;
    flex: none;
  }
}

.viewfinder-img-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.viewfinder-img-container img {
  max-width: 90%;
  max-height: 85%;
  object-fit: contain;
  transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease;
  will-change: transform;
  pointer-events: auto;
}
@media (max-width: 768px) {
  .viewfinder-img-container img {
    max-width: 95%;
    max-height: 90%;
  }
}

/* SUPERPOSICIONES DEL VISOR DE CÁMARA */
.viewfinder-overlays {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 10;
}

/* REGULA DE TERCIOS */
.camera-thirds-grid {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  opacity: 0;
  transition: opacity 0.3s ease;
  /* Dibujar las líneas */
  border: none;
  box-shadow: inset 0 0 0 0, 33.33% 0 0 0 #ffffff, 66.66% 0 0 0 #ffffff;
}
.camera-thirds-grid::before, .camera-thirds-grid::after {
  content: "";
  position: absolute;
}
.camera-thirds-grid.visible {
  opacity: 0.15;
}
.camera-thirds-grid > div, .camera-thirds-grid::before, .camera-thirds-grid::after {
  border: 1px dashed #ffffff;
}
.camera-thirds-grid::before {
  top: 33.33%;
  left: 0;
  width: 100%;
  height: 0;
}
.camera-thirds-grid::after {
  top: 66.66%;
  left: 0;
  width: 100%;
  height: 0;
}

/* MARCAS DE ESQUINAS (CROP MARKS) */
.camera-corner-mark {
  position: absolute;
  width: 25px;
  height: 25px;
  border: 2px solid rgba(255, 255, 255, 0.45);
}
.camera-corner-mark.mark-tl {
  top: 30px;
  left: 30px;
  border-right: none;
  border-bottom: none;
}
.camera-corner-mark.mark-tr {
  top: 30px;
  right: 30px;
  border-left: none;
  border-bottom: none;
}
.camera-corner-mark.mark-bl {
  bottom: 30px;
  left: 30px;
  border-right: none;
  border-top: none;
}
.camera-corner-mark.mark-br {
  bottom: 30px;
  right: 30px;
  border-left: none;
  border-top: none;
}

/* PUNTOS DE ENFOQUE (AF ZONES) */
.camera-af-zones {
  position: absolute;
  inset: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* Animación de enfoque verde */
}
.camera-af-zones .af-box {
  position: absolute;
  width: 30px;
  height: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: border-color 0.2s;
}
.camera-af-zones .af-box.af-center {
  width: 60px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid rgba(255, 255, 255, 0.35);
}
.camera-af-zones .af-box.af-center .af-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
}
.camera-af-zones .af-box.af-left {
  left: 15%;
  top: 45%;
}
.camera-af-zones .af-box.af-right {
  right: 15%;
  top: 45%;
}
.camera-af-zones .af-box.af-top {
  top: 15%;
  left: 48%;
}
.camera-af-zones .af-box.af-bottom {
  bottom: 15%;
  left: 48%;
}
.camera-af-zones.focused .af-box {
  border-color: #26d07c !important;
  box-shadow: 0 0 8px rgba(38, 208, 124, 0.3);
  animation: afFlash 0.6s ease forwards;
}
.camera-af-zones.focused .af-box .af-dot {
  background-color: #26d07c !important;
}

@keyframes afFlash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
/* NIVEL DIGITAL ACTIVO */
.camera-digital-level {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0.5;
  transition: opacity 0.3s;
}
.camera-digital-level .level-scale {
  width: 160px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.15);
  position: relative;
}
.camera-digital-level .level-scale .level-indicator-bar {
  position: absolute;
  left: 10px;
  right: 10px;
  height: 2px;
  background-color: #ffffff;
  transform-origin: center;
  transition: background-color 0.2s;
}
.camera-digital-level .level-scale .level-center-point {
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
}
.camera-digital-level .level-scale.perfect-level .level-indicator-bar {
  background-color: #26d07c !important;
  box-shadow: 0 0 6px rgba(38, 208, 124, 0.5);
}
.camera-digital-level .level-scale.perfect-level .level-center-point {
  background-color: #26d07c;
  border-color: #26d07c;
}
.camera-digital-level .level-pitch-scale {
  margin-top: 6px;
  width: 40px;
  height: 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
}
.camera-digital-level .level-pitch-scale::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 1px;
  background-color: #ffffff;
}

/* HUD SUPERIOR */
.hud-top {
  position: absolute;
  top: 25px;
  left: 30px;
  right: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
}
.hud-top .hud-status-group {
  display: flex;
  gap: 12px;
}
.hud-top .hud-badge {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 3px 8px;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.hud-top .hud-badge.rec-indicator {
  display: flex;
  align-items: center;
  gap: 5px;
  border-color: rgba(220, 53, 69, 0.3);
}
.hud-top .hud-badge.rec-indicator .rec-dot {
  width: 6px;
  height: 6px;
  background-color: #dc3545;
  border-radius: 50%;
  animation: recBlink 1s infinite alternate;
}
.hud-top .hud-battery-group {
  display: flex;
  align-items: center;
  gap: 8px;
}
.hud-top .hud-battery-group .card-space {
  color: rgba(255, 255, 255, 0.6);
  margin-right: 5px;
}
.hud-top .hud-battery-group .battery-icon {
  width: 20px;
  height: 11px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 2px;
  padding: 1px;
  position: relative;
}
.hud-top .hud-battery-group .battery-icon .battery-level {
  height: 100%;
  background-color: #26d07c;
  border-radius: 1px;
}
.hud-top .hud-battery-group .battery-icon::after {
  content: "";
  position: absolute;
  right: -3px;
  top: 3px;
  width: 2px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 0 1px 1px 0;
}

@keyframes recBlink {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
/* HUD INFERIOR */
.hud-bottom {
  position: absolute;
  bottom: 25px;
  left: 30px;
  right: 30px;
  display: flex;
  justify-content: center;
  z-index: 15;
}
.hud-bottom .exif-data {
  display: flex;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  padding: 6px 25px;
  gap: 20px;
  align-items: center;
}
.hud-bottom .exif-data .exif-param {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
}
.hud-bottom .exif-data .exif-param .label {
  font-size: 9px;
  color: #cfa853;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.hud-bottom .exif-data .exif-param .exif-val {
  color: #ffffff;
}

/* VENTANA FLOTANTE SIMPLIFICADA (INFORMACIÓN Y CONTROLES) */
.viewfinder-floating-panel {
  position: absolute;
  bottom: 85px;
  right: 30px;
  width: 360px;
  max-width: calc(100% - 60px);
  background: rgba(0, 20, 38, 0.88);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 24px;
  box-sizing: border-box;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: all 0.3s ease;
  /* NAVEGACIÓN */
  /* ACCIONES (SILENCIAR) */
  /* BOTÓN DE CIERRE (SALIR) */
  /* OPTIMIZACIÓN MÓVIL */
}
.viewfinder-floating-panel .panel-header h4 {
  font-size: 17px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 6px;
  line-height: 1.3;
}
.viewfinder-floating-panel .panel-header p {
  font-family: "Urbanist", sans-serif;
  font-size: 13.5px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
}
.viewfinder-floating-panel .panel-controls-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 16px;
}
.viewfinder-floating-panel .nav-arrows {
  display: flex;
  gap: 8px;
}
.viewfinder-floating-panel .nav-arrows .nav-btn {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
}
.viewfinder-floating-panel .nav-arrows .nav-btn:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.viewfinder-floating-panel .panel-actions {
  display: flex;
  gap: 8px;
}
.viewfinder-floating-panel .panel-actions .action-btn {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
}
.viewfinder-floating-panel .panel-actions .action-btn:hover, .viewfinder-floating-panel .panel-actions .action-btn.active {
  background-color: #cfa853;
  color: #001426;
  border-color: #cfa853;
}
.viewfinder-floating-panel .close-viewfinder-btn {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background-color: #dc3545;
  border: none;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s;
}
.viewfinder-floating-panel .close-viewfinder-btn:hover {
  background-color: #c82333;
}
@media (max-width: 768px) {
  .viewfinder-floating-panel {
    bottom: 95px;
    right: 15px;
    left: 15px;
    max-width: calc(100% - 30px);
    padding: 16px;
    gap: 12px;
  }
  .viewfinder-floating-panel .panel-header h4 {
    font-size: 15px;
  }
  .viewfinder-floating-panel .panel-header p {
    font-size: 12.5px;
  }
  .viewfinder-floating-panel .panel-controls-row {
    padding-top: 12px;
  }
}

.process .process-area .process-item .process-step {
  font-family: "Outfit", sans-serif !important;
  margin-bottom: 20px !important;
}
.process .process-area .process-item .process-step span {
  font-family: "Outfit", sans-serif !important;
}
.process .process-area .process-item .title {
  font-family: "Outfit", sans-serif !important;
  color: #00284c !important;
  font-weight: 700 !important;
}
.process .process-area .process-item .desc {
  font-family: "Urbanist", sans-serif !important;
  color: #555555 !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
}

.process2 {
  background-color: #001426 !important; /* Azul oscuro corporativo profundo (#001426) */
  padding-top: 100px !important;
  padding-bottom: 0 !important;
}
.process2 .container-header-servicios {
  margin-bottom: 75px !important; /* Mayor separación del título con las imágenes */
}
.process2 .cabeceraSeccion h6 {
  color: #fde4a9 !important; /* Oro corporativo claro (#fde4a9) */
  font-family: "Outfit", sans-serif !important;
}
.process2 .cabeceraSeccion h2 {
  color: #ffffff !important;
  font-family: "Outfit", sans-serif !important;
}
.process2 .process2-content .process2-content-inner .item {
  width: 20% !important;
  border-right: 1px solid rgba(255, 255, 255, 0.28) !important;
}
.process2 .process2-content .process2-content-inner .item:nth-child(5n+5) {
  border-right: none !important;
}
.process2 .process2-content .process2-content-inner .item .inner .cont .text h3 {
  font-family: "Outfit", sans-serif !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  margin-bottom: 15px !important;
}
.process2 .process2-content .process2-content-inner .item .inner .cont .text h3 a {
  color: #ffffff !important;
  transition: color 0.3s ease;
}
.process2 .process2-content .process2-content-inner .item .inner .cont .text h3 a:hover {
  color: #fde4a9 !important;
  text-decoration: none !important;
}
.process2 .process2-content .process2-content-inner .item .inner .cont .text .btn-servicios-interactivos {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  font-family: "Outfit", sans-serif !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  color: rgba(255, 255, 255, 0.55) !important;
  text-decoration: none !important;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1) !important;
  margin-top: 10px;
  opacity: 0;
  transform: translateY(8px);
}
.process2 .process2-content .process2-content-inner .item .inner .cont .text .btn-servicios-interactivos i {
  font-size: 10px !important;
  transition: transform 0.3s ease !important;
}
.process2 .process2-content .process2-content-inner .item .inner .cont .text .btn-servicios-interactivos:hover {
  color: #fde4a9 !important;
}
.process2 .process2-content .process2-content-inner .item .inner .cont .text .btn-servicios-interactivos:hover i {
  transform: translateX(4px) !important;
}
.process2 .process2-content .process2-content-inner .item .inner.activate .cont .text .btn-servicios-interactivos {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
@media only screen and (max-width: 991px) {
  .process2 .process2-content .process2-content-inner .item {
    width: 50% !important;
  }
  .process2 .process2-content .process2-content-inner .item:nth-child(2n+2) {
    border-right: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .process2 .process2-content .process2-content-inner .item {
    width: 100% !important;
    border-right: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.28) !important;
  }
  .process2 .process2-content .process2-content-inner .item:last-child {
    border-bottom: none !important;
  }
}

.seccion-testimonios-google {
  background-color: #faf7f0 !important; /* Fondo crema corporativo */
  border-top: 1px solid rgba(0, 40, 76, 0.05);
  border-bottom: 1px solid rgba(0, 40, 76, 0.05);
}
.seccion-testimonios-google .google-badge-box {
  background: #ffffff;
  padding: 35px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 40, 76, 0.03);
  border: 1px solid rgba(0, 40, 76, 0.04);
}
.seccion-testimonios-google .google-badge-box {
  background: #ffffff;
  padding: 35px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 40, 76, 0.03);
  border: 1px solid rgba(0, 40, 76, 0.04);
}
.seccion-testimonios-google .google-badge-box .g-logo {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.seccion-testimonios-google .google-badge-box .g-logo i.fa-google {
  font-size: 40px;
  color: #4285F4 !important;
}
.seccion-testimonios-google .google-badge-box .g-logo .g-text {
  font-family: "Outfit", sans-serif;
  font-size: 24px;
  font-weight: 800;
  color: #00284c;
  margin-left: 10px;
  vertical-align: middle;
}
.seccion-testimonios-google .google-badge-box .rating-val {
  font-family: "Outfit", sans-serif;
  font-size: 44px;
  font-weight: 800;
  color: #00284c;
  line-height: 1;
}
.seccion-testimonios-google .google-badge-box .stars .star-row {
  color: #ffc107;
  font-size: 16px;
  margin-bottom: 4px;
}
.seccion-testimonios-google .google-badge-box .stars .star-label {
  font-family: "Urbanist", sans-serif;
  font-size: 13.5px;
  color: #666;
  display: block;
  font-weight: 600;
}
.seccion-testimonios-google .google-badge-box p {
  font-family: "Urbanist", sans-serif;
  font-size: 15px;
  color: #555;
  line-height: 1.5;
  margin-bottom: 25px;
}
.seccion-testimonios-google .google-badge-box .boton1-outline {
  padding: 10px 25px !important;
  font-size: 13px !important;
  border-radius: 50px !important;
}
.seccion-testimonios-google .google-badge-box .boton1-outline i {
  font-size: 10px;
}
.seccion-testimonios-google .item-google-review {
  background: #ffffff;
  padding: 35px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 40, 76, 0.03);
  border: 1px solid rgba(0, 40, 76, 0.04);
  min-height: 220px;
}
.seccion-testimonios-google .item-google-review .review-header .user-avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #00284c;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
.seccion-testimonios-google .item-google-review .review-header h5 {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #00284c;
  margin: 0 0 2px 0;
}
.seccion-testimonios-google .item-google-review .review-header span {
  font-family: "Urbanist", sans-serif;
  font-size: 12.5px;
  color: #888;
}
.seccion-testimonios-google .item-google-review .review-header .g-icon i {
  color: #ea4335;
  font-size: 18px;
}
.seccion-testimonios-google .item-google-review .stars {
  color: #ffc107;
  font-size: 12px;
  margin-bottom: 10px;
}
.seccion-testimonios-google .item-google-review p {
  font-family: "Urbanist", sans-serif;
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  margin: 0;
}
.seccion-testimonios-google .owl-dots {
  display: flex !important;
  justify-content: center !important;
  gap: 8px !important;
  margin-top: 25px !important;
}
.seccion-testimonios-google .owl-dots .owl-dot span {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  background-color: rgba(0, 40, 76, 0.12) !important;
  display: block !important;
  transition: all 0.3s ease !important;
}
.seccion-testimonios-google .owl-dots .owl-dot.active span {
  background-color: #cfa853 !important; /* Oro corporativo activo */
  transform: scale(1.2) !important;
}
.seccion-testimonios-google .owl-nav {
  display: flex !important;
  gap: 10px !important;
  justify-content: center !important;
  margin-top: 20px !important;
}
.seccion-testimonios-google .owl-nav .owl-prev, .seccion-testimonios-google .owl-nav .owl-next {
  background: #ffffff !important;
  border: 1px solid rgba(0, 40, 76, 0.1) !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #00284c !important; /* Azul corporativo */
  font-size: 14px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 12px rgba(0, 40, 76, 0.02) !important;
}
.seccion-testimonios-google .owl-nav .owl-prev:hover, .seccion-testimonios-google .owl-nav .owl-next:hover {
  background: #00284c !important;
  color: #ffffff !important;
  border-color: #00284c !important;
}

.seccion-cta-precierre {
  background-color: #faf7f0 !important; /* Fondo crema corporativo muy elegante */
  padding: 100px 0 !important;
  border-top: 1px solid rgba(0, 40, 76, 0.03);
}
.seccion-cta-precierre h6 {
  font-family: "Outfit", sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 3px !important;
  color: #cfa853 !important; /* Oro oscuro corporativo */
  margin-bottom: 15px !important;
}
.seccion-cta-precierre h2 {
  font-family: "Outfit", sans-serif !important;
  font-weight: 800 !important;
  font-size: 36px !important;
  color: #00284c !important; /* Azul corporativo */
  margin-bottom: 20px !important;
  line-height: 1.25 !important;
}
.seccion-cta-precierre p {
  font-family: "Urbanist", sans-serif !important;
  font-size: 16px !important;
  color: #00407a !important; /* Azul corporativo claro */
  max-width: 600px;
  margin: 0 auto 30px auto !important;
  line-height: 1.6 !important;
}
.seccion-cta-precierre .boton1 {
  padding: 14px 35px !important;
  font-size: 14px !important;
}

.inicio-blog {
  background-color: #ffffff;
}
.inicio-blog .item {
  background: #ffffff;
  border-radius: 24px;
  border: 1px solid rgba(0, 40, 76, 0.06);
  box-shadow: 0 10px 30px rgba(0, 40, 76, 0.02);
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.inicio-blog .item:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 40, 76, 0.08);
  border-color: rgba(207, 168, 83, 0.3);
}
.inicio-blog .item:hover .post-img img {
  transform: scale(1.06);
}
.inicio-blog .item .post-img {
  position: relative;
  overflow: hidden;
  border-radius: 0 !important;
  aspect-ratio: 16/10;
}
.inicio-blog .item .post-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.inicio-blog .item .post-img .date {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #00284c !important;
  border-color: #00284c !important;
  border-radius: 12px;
  padding: 8px 12px;
  min-width: 55px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  z-index: 2;
}
.inicio-blog .item .post-img .date a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff !important;
  text-decoration: none;
}
.inicio-blog .item .post-img .date span {
  color: #fde4a9 !important;
  font-family: "Outfit", sans-serif !important;
  font-weight: 700 !important;
  font-size: 11px;
  text-transform: uppercase;
  display: block;
  line-height: 1;
  margin-bottom: 2px;
}
.inicio-blog .item .post-img .date i {
  color: #ffffff !important;
  font-family: "Outfit", sans-serif !important;
  font-weight: 800 !important;
  font-size: 18px;
  font-style: normal;
  display: block;
  line-height: 1;
}
.inicio-blog .item .post-cont {
  padding: 30px !important;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.inicio-blog .item .post-cont .blog-post-categorydate-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Outfit", sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
}
.inicio-blog .item .post-cont .blog-post-categorydate-wrapper a {
  color: #cfa853 !important;
}
.inicio-blog .item .post-cont .blog-post-categorydate-wrapper a:hover {
  color: #00284c !important;
  text-decoration: none;
}
.inicio-blog .item .post-cont .blog-post-categorydate-wrapper div:last-child {
  color: #888888;
}
.inicio-blog .item .post-cont .blog-post-categorydate-wrapper .blog-post-categorydate-divider {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #cccccc !important;
}
.inicio-blog .item .post-cont h4 {
  font-family: "Outfit", sans-serif !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 1.4 !important;
  margin-bottom: 12px !important;
}
.inicio-blog .item .post-cont h4 a {
  color: #00284c !important;
  transition: color 0.3s ease;
}
.inicio-blog .item .post-cont h4 a:hover {
  color: #cfa853 !important;
  text-decoration: none;
}
.inicio-blog .item .post-cont .blog-noticia-intro {
  margin-bottom: 0;
}
.inicio-blog .item .post-cont .blog-noticia-intro p {
  font-family: "Urbanist", sans-serif !important;
  font-size: 14.5px !important;
  line-height: 1.6 !important;
  color: #666666 !important;
  margin-bottom: 0;
}

.modal-input {
  transition: all 0.3s ease !important;
}
.modal-input:focus {
  background: rgba(255, 255, 255, 0.06) !important;
  border-color: #cfa853 !important;
  color: #ffffff !important;
  box-shadow: 0 0 10px rgba(207, 168, 83, 0.2) !important;
}

.custom-contact-modal .modal-content {
  background-color: #001426 !important;
  border: 1px solid rgba(207, 168, 83, 0.2) !important;
  border-radius: 20px !important;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.5) !important;
}
.custom-contact-modal .modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  padding: 25px 30px 15px 30px !important;
}
.custom-contact-modal .modal-header h6 {
  color: #cfa853 !important;
  font-family: "Outfit", sans-serif !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  margin-bottom: 5px !important;
}
.custom-contact-modal .modal-header h5 {
  color: #ffffff !important;
  font-family: "Outfit", sans-serif !important;
  font-weight: 800 !important;
  font-size: 24px !important;
  line-height: 1.2 !important;
}
.custom-contact-modal .modal-header .btn-close {
  box-shadow: none !important;
}
.custom-contact-modal .modal-body {
  padding: 30px !important;
}
.custom-contact-modal .modal-body .form-label {
  font-family: "Outfit", sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
}
.custom-contact-modal .modal-body .modal-input {
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 8px !important;
  color: #ffffff !important;
  padding: 12px 15px !important;
  font-family: "Urbanist", sans-serif !important;
  font-size: 15px !important;
  box-shadow: none !important;
}
.custom-contact-modal .modal-body .modal-input option {
  background-color: #001426 !important;
}
.custom-contact-modal .modal-body .form-check-input {
  border-radius: 4px !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  background-color: rgba(255, 255, 255, 0.03) !important;
  cursor: pointer !important;
  box-shadow: none !important;
  margin-top: 4px !important;
}
.custom-contact-modal .modal-body .form-check-label {
  font-family: "Urbanist", sans-serif !important;
  font-size: 13px !important;
  color: rgba(255, 255, 255, 0.7) !important;
  cursor: pointer !important;
  line-height: 1.4 !important;
  padding-left: 5px !important;
}
.custom-contact-modal .modal-body .form-check-label a {
  color: #cfa853 !important;
  text-decoration: underline !important;
  font-weight: 600 !important;
}
.custom-contact-modal .modal-body button[type=submit] {
  padding: 14px !important;
  font-size: 14px !important;
  border-radius: 8px !important;
}

.footer-legal-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.footer-legal-list li {
  margin-bottom: 8px !important;
}
.footer-legal-list li a {
  color: rgba(255, 255, 255, 0.7) !important;
  text-decoration: none !important;
  font-size: 14px !important;
  transition: color 0.3s ease !important;
}
.footer-legal-list li a:hover {
  color: #cfa853 !important;
}

.footer-copyright-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
  padding-top: 20px !important;
}
.footer-copyright-wrap p {
  font-size: 13px !important;
  color: rgba(255, 255, 255, 0.5) !important;
  margin-bottom: 0 !important;
}
.footer-copyright-wrap a {
  color: #cfa853 !important;
  text-decoration: none !important;
}
.footer-copyright-wrap a:hover {
  text-decoration: underline !important;
}

.gap-15 {
  gap: 15px !important;
}

.portfolio .img img {
  display: none !important;
}

.img-portfolio-bodas {
  background-image: url("../images/portfolio/bodas.png") !important;
}

.img-portfolio-empresa {
  background-image: url("../images/portfolio/empresa.jpg") !important;
}

.img-portfolio-deportes {
  background-image: url("../images/portfolio/deportes.jpg") !important;
}

.img-portfolio-huelva {
  background-image: url("../images/portfolio/huelva.png") !important;
}

.img-portfolio-comuniones {
  background-image: url("../images/portfolio/comuniones.jpg") !important;
}

.img-portfolio-cultura {
  background-image: url("../images/portfolio/cultura.jpg") !important;
}

.img-portfolio-tradiciones {
  background-image: url("../images/portfolio/tradiciones.jpg") !important;
}

.img-portfolio-otras {
  background-image: url("../images/portfolio/otras.png") !important;
}

.portfolio-stack-secondary {
  margin-top: 280px !important;
  margin-bottom: 160px !important;
}
@media (max-width: 991px) {
  .portfolio-stack-secondary {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
}

.process2-list-image .process2-image.img-0 {
  background-image: url("../images/portfolio/empresa.jpg") !important;
}
.process2-list-image .process2-image.img-1 {
  background-image: url("../images/portfolio/bodas.png") !important;
}
.process2-list-image .process2-image.img-2 {
  background-image: url("../images/portfolio/deportes.jpg") !important;
}
.process2-list-image .process2-image.img-3 {
  background-image: url("../images/portfolio/cultura.jpg") !important;
}
.process2-list-image .process2-image.img-4 {
  background-image: url("../images/portfolio/comuniones.jpg") !important;
}

.contact__msg {
  display: none;
}

.fluid-heading {
  font-size: clamp(32px, 3.5vw, 44px) !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
}

.project-desc-text {
  font-family: "Urbanist", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.8 !important;
  color: #444444 !important;
}

.custom-seo-tabs {
  border-bottom: 2px solid rgba(0, 40, 76, 0.08) !important;
}

.custom-seo-tab-content {
  background: #ffffff !important;
  border-radius: 16px !important;
  box-shadow: 0 10px 30px rgba(0, 40, 76, 0.02) !important;
  border: 1px solid rgba(0, 40, 76, 0.04) !important;
  padding: 35px !important;
}
.custom-seo-tab-content h4 {
  font-family: "Outfit", sans-serif !important;
  font-weight: 800 !important;
  font-size: 20px !important;
  color: #00284c !important;
  margin-bottom: 15px !important;
}
.custom-seo-tab-content .tab-text-desc {
  font-family: "Urbanist", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.8 !important;
  color: #555555 !important;
}

.seo-intro-text {
  max-width: 650px !important;
  margin: 15px auto 0 !important;
  font-family: "Urbanist", sans-serif !important;
  color: #666666 !important;
}

.grid-intro-text {
  max-width: 600px !important;
  margin: 15px auto 0 !important;
  font-family: "Urbanist", sans-serif !important;
  color: #666666 !important;
}

.gap-20 {
  gap: 20px !important;
}

.service-meta-badge {
  font-family: "Urbanist", sans-serif !important;
  font-size: 14px !important;
  color: #666666 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
}
.service-meta-badge i {
  color: #cfa853 !important;
}

.img-badge-overlay {
  position: absolute !important;
  bottom: 12px !important;
  right: 12px !important;
  background: rgba(0, 40, 76, 0.95) !important;
  padding: 5px 12px !important;
  border-radius: 50px !important;
  border: 1px solid rgba(207, 168, 83, 0.35) !important;
  backdrop-filter: blur(4px) !important;
  pointer-events: none !important;
  z-index: 10 !important;
}
.img-badge-overlay span {
  font-family: "Outfit", sans-serif !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  color: #fde4a9 !important;
  text-transform: uppercase !important;
  letter-spacing: 1.5px !important;
  display: block !important;
  line-height: 1 !important;
}

.service-specs-box {
  background: #fcfbfa !important;
  border: 1px solid rgba(0, 40, 76, 0.05) !important;
  border-radius: 24px !important;
  padding: 45px 35px !important;
  box-shadow: 0 10px 30px rgba(0, 40, 76, 0.01) !important;
}
.service-specs-box h3 {
  font-family: "Outfit", sans-serif !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  color: #00284c !important;
  margin-bottom: 30px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
}
.service-specs-box .specs-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)) !important;
  gap: 30px !important;
}
.service-specs-box .spec-item {
  border-bottom: 2px solid rgba(207, 168, 83, 0.15) !important;
  padding-bottom: 15px !important;
}
.service-specs-box .spec-item h4 {
  font-family: "Outfit", sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  color: #cfa853 !important;
  margin-bottom: 8px !important;
  letter-spacing: 1.5px !important;
}
.service-specs-box .spec-item p {
  font-family: "Outfit", sans-serif !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  color: #00284c !important;
  margin: 0 0 6px !important;
}
.service-specs-box .spec-item span {
  font-family: "Urbanist", sans-serif !important;
  font-size: 13.5px !important;
  color: #666666 !important;
  display: block !important;
  line-height: 1.5 !important;
}

.faq-desc-text {
  text-align: justify !important;
  line-height: 1.8 !important;
  font-family: "Urbanist", sans-serif !important;
  color: #444444 !important;
  font-size: 15px !important;
  padding: 10px 0 !important;
}

ul.accordion-box {
  list-style: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
  margin-top: 0 !important;
}


#cookies_ventana {
  position: fixed;
  z-index: 30000;
  width: 96%;
  left: 2%;
  bottom: 20px !important;
  background: #000;
  color: #fff !important;
  border-radius: 10px !important;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  #cookies_ventana {
    width: 70%;
  }
}

#cookies_ventana p {
  text-align: center !important;
}

#cookies_ventana a {
  color: #fff !important;
  border: 1px solid #fff !important;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 992px) {
  #cookies_ventana a {
    text-wrap: nowrap;
    margin-bottom: 10px !important;
    float: left !important;
  }
}
/*# sourceMappingURL=proyecto.css.map */
