@charset "UTF-8";
* {
  font-family: "Barlow Condensed", sans-serif;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

.container, .container-fluid {
  --bs-gutter-x: 0px !important;
}

@media (max-width: 1000px) {
  .row {
    --bs-gutter-x: 0px !important;
  }
}
html {
  scroll-behavior: smooth;
}

.carousel-indicators {
  bottom: -50px !important;
}

.testimonial-card {
  max-width: 500px;
  border-radius: 20px;
  border: none;
  padding: 2rem 1rem;
  background: #1a1a1a;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.6);
}

.testimonial-img img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin: 0 auto 15px;
  border: 3px solid #ffc107;
  background: #fff;
  object-fit: cover;
}

.testimonial-stars {
  margin-bottom: 15px;
  font-size: 1.2rem;
}

.carousel-control-prev, .carousel-control-next {
  width: 5%;
}

.links {
  color: white;
  transition: 0.3s !important;
}
.links:hover {
  color: #ffc107 !important;
}

.fab-whatsapp {
  position: fixed;
  right: 20px;
  bottom: 55px;
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #25D366;
  color: #fff;
  font-size: 34px; /* tamaño del ícono */
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  z-index: 9999;
  animation: floaty 2.4s ease-in-out infinite, glow 2.4s ease-in-out infinite;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.fab-whatsapp:hover {
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.3);
  filter: brightness(1.05);
}

.fab-whatsapp:active {
  transform: translateY(0) scale(0.98);
}

@keyframes floaty {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}
@keyframes glow {
  0%, 100% {
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.35);
  }
  50% {
    box-shadow: 0 8px 28px rgba(37, 211, 102, 0.55);
  }
}
@media (prefers-reduced-motion: reduce) {
  .fab-whatsapp {
    animation: none;
  }
}
.social-icons a {
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: #ffb500 !important;
}

.trampa {
  position: absolute;
  top: -80px;
}

#servicios {
  position: relative;
}

#testimonios {
  position: relative;
}

#Oferta {
  position: relative;
}

#contacto {
  position: relative;
}

#procesos {
  position: relative;
}

.alturaS {
  margin-top: 80px;
  height: 80vh;
}

.primario {
  color: #ffb500;
}

.secundario {
  color: black;
}

.terciario {
  color: rgb(24, 24, 24);
}

.blanco {
  color: white;
}

.b-primario {
  background: linear-gradient(135deg, #ffb500 0%, #ff8c00 100%);
}

.b-secundario {
  background-color: black;
}

.b-terciario {
  background-color: rgb(24, 24, 24);
}

.padding-tb {
  padding: 60px 0px;
}
@media (max-width: 991px) {
  .padding-tb {
    padding: 20px 0px;
  }
}

.b-white {
  background: linear-gradient(135deg, #ffffff 0%, #e9e9e9 100%);
}

.thin {
  font-weight: 500;
}

.regular {
  font-weight: 600;
}

.strong {
  font-weight: 900;
}

.titulo {
  font-weight: 900;
  font-size: 6rem;
}
@media (max-width: 1000px) {
  .titulo {
    font-size: 5.4rem;
  }
}
@media (max-width: 700px) {
  .titulo {
    font-size: 4rem;
  }
}

.tituloSub {
  font-weight: 900;
  font-size: 4rem;
}
@media (max-width: 700px) {
  .tituloSub {
    font-size: 3rem;
  }
}
@media (max-width: 500px) {
  .tituloSub {
    font-size: 2.7rem;
  }
}

.subTitulo {
  font-size: 3.5rem;
  font-weight: 600;
}
@media (max-width: 700px) {
  .subTitulo {
    font-size: 2.8rem;
  }
}

.parrafo {
  font-size: 1.2rem;
}

.parrafoBig {
  font-size: 2rem;
}

.precio {
  letter-spacing: 2px;
  font-size: 1.4rem;
}

.kernin {
  letter-spacing: 1.5px;
}

.etapas {
  font-weight: 900;
  font-size: 2.5rem;
}
@media (max-width: 700px) {
  .etapas {
    font-size: 2.1rem;
  }
}

.parrafoBigDos {
  font-size: 1.7rem;
}

a {
  text-decoration: none;
}

header {
  position: fixed;
  top: 0;
  z-index: 10000000;
  width: 100%;
}

/* Navbar */
.navbar {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  padding: 0px 2rem;
}
.navbar img {
  width: 70px;
}

.navbar-brand {
  font-weight: 800;
  font-size: 1.9rem;
  color: #ffb500;
  letter-spacing: 1.2px;
}

.nav-link {
  color: black;
  font-weight: 600;
  font-size: 1.1rem;
  margin-left: 1rem;
  transition: color 0.3s ease;
}

.nav-link:hover,
.nav-link:focus {
  color: #ffb500;
}

.navbar-toggler {
  border-color: #ffb500;
}

.navbar-toggler-icon {
  color: #ffb500;
}

/* Hero */
#hero {
  position: relative;
  background: url("https://images.unsplash.com/photo-1498050108023-c5249f4df085?auto=format&fit=crop&w=1470&q=80") center/cover no-repeat;
  min-height: 85vh;
  display: flex;
  align-items: center;
  color: #fff;
  padding: 0 2rem;
  background-attachment: fixed;
  margin-top: 80px;
}
@media (max-width: 526px) {
  #hero {
    padding-top: 35px;
  }
}

#hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.795);
  z-index: 0;
}

#hero .content {
  position: relative;
  z-index: 1;
  max-width: 860px;
}

#hero p {
  font-weight: 600;
  font-size: 1.3rem;
  margin-bottom: 2.5rem;
  color: rgba(249, 249, 249, 0.8);
}

.btn-primary {
  background-color: #ffb500;
  color: black !important;
  border: 1px solid #ffb500;
  padding: 1rem 3.5rem;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 8px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.6);
  transition: background-color 0.3s ease;
}

.btn-primary:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}

#hero .btn-outline-light {
  font-weight: 700;
  font-size: 1.25rem;
  padding: 1rem 3rem;
  border-radius: 8px;
  border: 2px solid #25d366;
  background-color: #25d366;
  color: #fff;
  transition: all 0.3s ease;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  #hero .btn-outline-light {
    margin-left: 0px !important;
    margin-top: 1rem;
  }
}

#hero .btn-outline-light:hover {
  color: #ffffff;
  border-color: #178f43;
  background-color: #178f43;
}

.btn-second {
  background-color: #000000;
  color: rgb(255, 255, 255) !important;
  border: 1px solid #000000;
  padding: 1rem 3.5rem;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 8px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.6);
  transition: background-color 0.3s ease;
}

.btn-second:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: rgb(0, 0, 0) !important;
}

@media (max-width: 576px) {
  .paddingLR {
    padding: 0px 25px;
  }
}
section#seccion-calidad {
  position: relative;
  overflow: hidden;
}

/* Encabezado centrado */
.heading-wrap {
  max-width: 760px;
  margin-inline: auto;
}

/* Estilo de ítems con icono */
.feature-item {
  gap: 0.75rem;
}

.feature-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 0.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgb(24, 24, 24);
  color: #ffb500;
  flex: 0 0 auto;
  font-size: 1.5rem;
}

/* Imagen decorativa responsiva */
.showcase-img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* Animación ligera en scroll (JS agrega .reveal-visible) */
.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal-visible {
  opacity: 1;
  transform: none;
}

.fondoUno {
  background: #ffffff;
  background: linear-gradient(90deg, rgb(255, 255, 255) 50%, rgba(255, 181, 0, 0) 85%), url("../img/corpo.jpg") center/cover no-repeat;
}

.fondoDos {
  background: #000000;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 50%), url("../img/landing.jpg") -100px/cover no-repeat;
}

.fondoTres {
  background: #000000;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 50%), url("../img/tienda.jpg") -500px/cover no-repeat;
}

.fondoCuatro {
  background: #ffb500;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.5882352941) 50%, rgba(255, 255, 255, 0.5882352941) 85%), url("../img/fondoOferta.jpg") center/cover no-repeat;
}

.fondoCinco {
  background: url("../img/calif.jpg") no-repeat;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
}

@media (max-width: 991px) {
  .fondoUno {
    background-image: none;
    background: #ffffff;
  }
  .fondoDos {
    background-image: none;
    background: #000000;
  }
  .fondoTres {
    background-image: none;
    background: #000000;
  }
}

/*# sourceMappingURL=style.css.map */
