h1,
h2,
h3,
h4,
h5 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
}

p {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
}

.btn-rojo {
  background-color: #d63031;
  color: white !important;
  text-decoration: none !important;
  padding: 10px 36px;
  border-radius: 50px;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  display: inline-block;
  border: none;
}

.btn-rojo:hover {
  background-color: #ff3f34;
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(214, 48, 49, 0.4);
  color: white !important;
  text-decoration: none !important;
}

.btn-rojo-nab {
  background-color: #d63031;
  color: white !important;
  text-decoration: none !important;
  padding: 10px 26px;
  border-radius: 50px;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  display: inline-block;
  border: none;
}

.btn-rojo-nab:hover {
  background-color: #ff3f34;
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(214, 48, 49, 0.4);
  color: white !important;
  text-decoration: none !important;
}

.nav-link {
  font-size: 1.1rem;
  padding: 8px 15px !important;
  color: #fff !important;
  position: relative;
  transition: transform 0.3s ease, opacity 0.3s ease, background 0.4s ease;
  border-radius: 8px;
}

.nav-link:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.1);
  opacity: 1;
  box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.2);
}

.nav-link::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 5px;
  left: 50%;
  background: linear-gradient(90deg, transparent, #fff, transparent);
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform: translateX(-50%);
}

.nav-link:hover::after {
  width: 80%;
}

.navbar {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%) !important;
  transition: background 0.4s ease;
}

.seccion-hero {
  background-image: linear-gradient(rgba(0, 0, 0, 0.282), rgba(0, 0, 0, 0.282)),
    url(../img/FONDO\ HERO.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  height: 100vh;
  height: 100svh;
  min-height: 600px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px) {
  .seccion-hero {
    background-position: 75% top;
    min-height: 100svh;
    height: auto;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .seccion-hero {
    background-attachment: scroll !important;
    background-position: center top;
  }
}

.seccion-hero {
  height: 100vh;
}

.seccion-trayectoria {
  background: linear-gradient(180deg, #121212 0%, #030303f2 15%, #030303f2 85%, #121212 100%);
  background-color: #030303f2;
  margin: 0 !important;
  padding-top: 20px;
  padding-bottom: 40px;
}

@media (min-width: 992px) {
  .seccion-trayectoria {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.bg-trayectoria-decorator {
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.5rem;
  opacity: 0.1;
  z-index: 1;
  transform: rotate(-5deg);
}

.img-trayectoria {
  position: relative;
  z-index: 2;
  transition: transform 0.4s ease;
}

.img-trayectoria:hover {
  transform: scale(1.02) rotate(0deg);
}

.text-metrica {
  color: #ffffff;
}

.acerca-show {
  padding-top: 80px;
  padding-bottom: 20px;
  background-color: #b62c3a;
}

@media (min-width: 992px) {
  .acerca-show {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.stat-icon {
  font-size: 2rem;
  background: white;
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.img-wrapper {
  padding: 20px;
  position: relative;
}

.deco-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 80%;
  background: #ffffff;
  border-radius: 20px;
  z-index: 1;
  opacity: 0.1;
  transform: rotate(5deg);
}

.main-img {
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease;
}

.main-img:hover {
  transform: scale(1.03);
}

.servicios {
  padding-top: 80px;
  padding-bottom: 100px;
}

@media (min-width: 992px) {
  .servicios {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

.card-servicio {
  border: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-servicio:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15) !important;
}

.card-servicio ul li {
  font-size: 0.95rem;
  color: #4a4a4a;
}

.servicios img {
  object-fit: cover;
  max-height: 400px;
  width: 100%;
}

.img-magica {
  position: relative;
  z-index: 2;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  cursor: pointer;
}

.contenedor-burbujas:hover .img-magica {
  transform: scale(1.05) rotate(1deg);
}

.burbuja {
  position: absolute;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  bottom: 20%;
  z-index: 2;
  pointer-events: none;
  animation: flotar-y-desaparecer 2s ease-out forwards;
}

@keyframes flotar-y-desaparecer {
  0% {
    transform: translateY(0) scale(0.5);
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  100% {
    transform: translateY(-150px) scale(1.5);
    opacity: 0;
  }
}

.burbuja {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 3;
  box-shadow: inset -5px -5px 10px rgba(255, 255, 255, 0.3),
    inset 5px 5px 10px rgba(0, 0, 0, 0.05);
  animation: flotar-y-desaparecer 2s ease-out forwards;
  box-shadow: inset -5px -5px 10px rgba(255, 255, 255, 0.4);
}

:root {
  --bg-colaboraciones: #ededed;
}

.colaboraciones {
  background-color: var(--bg-colaboraciones);
  margin: 0 !important;
  padding-top: 80px;
  padding-bottom: 60px;
}

@media (min-width: 992px) {
  .colaboraciones {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.slider-container {
  position: relative;
  overflow: hidden;
  background: #ededed;
  padding: 40px 0;
}

.slider-container::before,
.slider-container::after {
  content: "";
  height: 100%;
  position: absolute;
  width: 100px;
  z-index: 2;
  pointer-events: none;
}

.slider-container::before {
  left: 0;
  top: 0;
  background: linear-gradient(to right, #ededed 0%, rgba(255, 255, 255, 0) 100%);
}

.slider-container::after {
  right: 0;
  top: 0;
  background: linear-gradient(to left, #ededed 0%, rgba(255, 255, 255, 0) 100%);
}

.slide-track {
  display: flex;
  width: max-content;
  animation: scroll-infinito 25s linear infinite;
}

.slide-track img {
  height: 70px;
  margin: 0 40px;
  opacity: 0.9;
  transition: all 0.3s ease;
}

.slide-track img:hover {
  opacity: 1;
  transform: scale(1.1);
}

.slider-container:hover .slide-track {
  animation-play-state: paused;
}

@keyframes scroll-infinito {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.slide-track img {
  height: 110px;
  width: auto;
  margin: 0 50px;
  opacity: 1;
  transition: transform 0.3s ease;/
}

.slide-track img:hover {
  transform: scale(1.15);
}

@media (max-width: 768px) {
  .slide-track img {
    height: 70px;
    margin: 0 25px;
  }
}

.galeria {
  background-color: #1c1c1c;
  margin: 0 !important;
  padding-top: 100px;
  padding-bottom: 100px
}

@media (min-width: 992px) {
  .galeria {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.galeria img {
  border-radius: 16px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.galeria-item img {
  border-radius: 20px;
  transition: transform 0.4s ease, filter 0.4s ease;
  cursor: pointer;
  object-fit: cover;
  height: 300px;
  width: 100%;
}

.galeria-item img:hover {
  transform: scale(1.02);
  filter: brightness(1.1);
}

.galeria img:hover {
  transform: scale(1.04);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.45);
}

.galeria-item {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 0.8s ease forwards;
}

.galeria-item:nth-child(1) {
  animation-delay: 0.1s;
}

.galeria-item:nth-child(2) {
  animation-delay: 0.2s;
}

.galeria-item:nth-child(3) {
  animation-delay: 0.3s;
}

.galeria-item:nth-child(4) {
  animation-delay: 0.4s;
}

.galeria-item:nth-child(5) {
  animation-delay: 0.5s;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.galeria-slider-wrapper {
  width: 100%;
  padding: 10px 0;
  position: relative;
  background: #1c1c1c;
}

.swiper {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 50px;
}

@media (min-width: 992px) {
  .swiper {
    width: 80%;
  }
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 100px;
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
  filter: brightness(0.4);
  transition: 0.5s;
}

@media (min-width: 768px) {
  .swiper-slide {
    width: 450px;
    height: 500px;
  }
}

.swiper-slide-active {
  filter: brightness(1);
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.2);
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
  color: white !important;
  background: rgba(255, 255, 255, 0.1);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  backdrop-filter: blur(5px);
  transition: 0.3s;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}

.swiper-pagination-bullet-active {
  background: white !important;
}

.comentarios {
  background-color: #f8f9fa;
  margin: 0 !important;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (min-width: 992px) {
  .comentarios {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.card-comentario {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.card-comentario:hover {
  transform: scale(1.03) translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15) !important;
}

.quote-icon {
  font-size: 4rem;
  font-weight: bold;
  color: #b62c3a;
  line-height: 1;
  margin-bottom: -15px;
  opacity: 0.5;
}

.profile-img {
  object-fit: cover;
}

.quote-icon {
  font-size: 4rem;
  font-weight: bold;
  background: #b62c3a;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: -15px;
}

.seccion-formulario {
  background-color: #000 !important;
  margin: 0 !important;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 992px) {
  .seccion-formulario {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.seccion-formulario .container {
  padding-left: 25px;
  padding-right: 25px;
}

.formulario-container {
  background-color: #5a2d6b;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 45px 30px !important;
  border-radius: 30px;
}

.form-control-custom {
  width: 100%;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 12px;
  padding: 12px 15px;
  color: white;
  transition: all 0.3s ease;
}

.form-control-custom:focus {
  outline: none;
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.form-control-custom::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.form-control-custom::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

.correccion_select {
  background-color: #5a2d6b !important;

}