@charset "UTF-8";
/* ==========================================================
     VARIABLES GLOBALES
   ========================================================== */
/* Animaciones reutilizadas */
@keyframes textFadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInHero {
  0% {
    opacity: 0;
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* Animación con movimiento diagonal tipo oleaje */
@keyframes gradientWave {
  0% {
    background-position: 0% 50%;
  }
  25% {
    background-position: 50% 100%;
  }
  50% {
    background-position: 100% 50%;
  }
  75% {
    background-position: 50% 0%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/* Animación texto fadein */
@keyframes textFadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Animación botones fixed */
@keyframes fixedBtnFade {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Animación de desplazamiento infinito */
@keyframes scrollBenefits {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
html,
body {
  font-family: "Poppins", sans-serif;
  background-color: rgb(254, 254, 254);
  color: rgb(101, 127, 189);
  margin: 0;
  padding: 0;
}

.btn-base, .btn-creatina-watermelon, .btn-creatina-lemon, .btn-creatina-pink, .btn-creatina, .btn-parrot, .btn-fitmingo, .btn-peacock, .btn-performance, .btn-falcon, .btn-primary-birdman {
  font-weight: 600;
  padding: 0.5rem 1.25rem;
  border-radius: 2rem;
  font-family: "Poppins", sans-serif;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
  text-decoration: none;
}
.btn-base:focus, .btn-creatina-watermelon:focus, .btn-creatina-lemon:focus, .btn-creatina-pink:focus, .btn-creatina:focus, .btn-parrot:focus, .btn-fitmingo:focus, .btn-peacock:focus, .btn-performance:focus, .btn-falcon:focus, .btn-primary-birdman:focus {
  outline: none;
  box-shadow: 0 0 0 0.25rem rgba(25, 75, 136, 0.35);
}
.btn-base i, .btn-creatina-watermelon i, .btn-creatina-lemon i, .btn-creatina-pink i, .btn-creatina i, .btn-parrot i, .btn-fitmingo i, .btn-peacock i, .btn-performance i, .btn-falcon i, .btn-primary-birdman i {
  font-size: 1rem;
}

.btn-primary-birdman {
  background-color: rgb(25, 75, 136);
  color: white;
  border: none;
}
.btn-primary-birdman:hover {
  background-color: rgb(101, 127, 189);
  color: rgb(242, 242, 242);
}
.btn-primary-birdman:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 75, 136, 0.35);
  color: rgb(242, 242, 242);
}

.btn-falcon {
  background-color: rgb(69, 127, 160);
  color: white;
  border: none;
}
.btn-falcon:hover {
  background-color: rgb(61.3165938865, 112.8580786026, 142.1834061135);
  transform: scale(1.05);
}
.btn-falcon:focus {
  box-shadow: 0 0 0 0.25rem rgba(69, 127, 160, 0.35);
}

.btn-performance {
  background-color: rgb(70, 67, 64);
  color: white;
  border: none;
}
.btn-performance:hover {
  background-color: rgb(56.6791044776, 54.25, 51.8208955224);
  transform: scale(1.05);
}
.btn-performance:focus {
  box-shadow: 0 0 0 0.25rem rgba(70, 67, 64, 0.35);
}

.btn-peacock {
  background-color: rgb(163, 177, 178);
  color: white;
  border: none;
}
.btn-peacock:hover {
  background-color: rgb(149.1183431953, 165.2307692308, 166.3816568047);
  transform: scale(1.05);
}
.btn-peacock:focus {
  box-shadow: 0 0 0 0.25rem rgba(163, 177, 178, 0.35);
}

.btn-fitmingo {
  background-color: rgb(240, 138, 138);
  color: white;
  border: none;
}
.btn-fitmingo:hover {
  background-color: rgb(237.1022727273, 115.3977272727, 115.3977272727);
  transform: scale(1.05);
}
.btn-fitmingo:focus {
  box-shadow: 0 0 0 0.25rem rgba(240, 138, 138, 0.35);
}

.btn-parrot {
  background-color: rgb(70, 157, 112);
  color: white;
  border: none;
}
.btn-parrot:hover {
  background-color: rgb(62.1365638767, 139.3634361233, 99.4185022026);
  transform: scale(1.05);
}
.btn-parrot:focus {
  box-shadow: 0 0 0 0.25rem rgba(70, 157, 112, 0.35);
}

.btn-creatina {
  background-color: rgb(53, 53, 53);
  color: white;
  border: none;
}
.btn-creatina:hover {
  background-color: rgb(40.25, 40.25, 40.25);
  transform: scale(1.05);
}
.btn-creatina:focus {
  box-shadow: rgb(235, 212, 212);
}

.btn-creatina-pink {
  background-color: rgb(244, 189, 224);
  color: white;
  border: none;
}
.btn-creatina-pink:hover {
  background-color: rgb(240.3571428571, 167.1428571429, 213.7337662338);
  transform: scale(1.05);
}
.btn-creatina-pink:focus {
  box-shadow: rgb(235, 212, 212);
}

.btn-creatina-lemon {
  background-color: rgb(171, 215, 149);
  color: white;
  border: none;
}
.btn-creatina-lemon:hover {
  background-color: rgb(156.3287671233, 208.0136986301, 130.4863013699);
  transform: scale(1.05);
}
.btn-creatina-lemon:focus {
  box-shadow: rgb(235, 212, 212);
}

.btn-creatina-watermelon {
  background-color: rgb(239, 141, 142);
  color: white;
  border: none;
}
.btn-creatina-watermelon:hover {
  background-color: rgb(235.8615384615, 118.6384615385, 119.8346153846);
  transform: scale(1.05);
}
.btn-creatina-watermelon:focus {
  box-shadow: rgb(235, 212, 212);
}

.fixed-btn {
  position: fixed;
  bottom: 1.5rem;
  z-index: 1050;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.6rem 1.2rem;
  font-weight: 600;
  color: white;
  background-color: rgb(25, 75, 136);
  border-radius: 2rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease, opacity 0.6s ease;
  opacity: 1;
  white-space: nowrap;
  /* Estado oculto (cuando no se hace scroll) */
  /* === MOBILE === */
}
.fixed-btn:hover {
  background-color: rgb(101, 127, 189);
  transform: translateY(-2px);
  color: white;
}
.fixed-btn.left {
  left: 1.5rem;
}
.fixed-btn.right {
  right: 1.5rem;
}
.fixed-btn.hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
}
@media (max-width: 576px) {
  .fixed-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    padding: 0;
    bottom: 1rem;
    /* Oculta texto */
  }
  .fixed-btn.left {
    left: 1rem;
  }
  .fixed-btn.right {
    right: 1rem;
  }
  .fixed-btn span {
    display: none;
  }
  .fixed-btn i {
    font-size: 1.2rem;
  }
}

.benefits-bar {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  border-top: 1px solid rgb(101, 127, 189);
  border-bottom: 1px solid rgb(25, 75, 136);
  background-color: rgb(242, 242, 242);
  /* gris claro */
  padding: 0.6rem 0;
}

.benefits-track {
  display: flex;
  align-items: center;
}

.benefits-content {
  display: inline-flex;
  gap: 2rem;
  animation: scrollBenefits 25s linear infinite;
}

.benefits-content span {
  font-weight: 700;
  color: rgb(25, 75, 136);
  display: inline-flex;
  align-items: center;
  font-size: 0.95rem;
  text-transform: uppercase;
  white-space: nowrap;
}

.benefits-content i {
  color: rgb(101, 127, 189);
  margin-right: 0.4rem;
  font-size: 1rem;
}

/* Responsive */
@media (max-width: 768px) {
  .benefits-content {
    animation-duration: 35s;
    /* más lento en móvil */
  }
  .benefits-content span {
    font-size: 0.8rem;
  }
}
/* Components / Sections */
.topbar {
  background-color: rgb(25, 75, 136);
  color: white;
  font-size: 0.875rem;
}
.topbar a {
  color: white;
  text-decoration: underline;
}
.topbar a:hover {
  color: white;
}

.topbar .container {
  justify-content: center;
}
@media (min-width: 576px) {
  .topbar .container {
    justify-content: space-between;
  }
}

.navbar {
  background-color: rgb(254, 254, 254);
}
.navbar .nav-link {
  color: rgb(25, 75, 136);
}
.navbar .nav-link:hover {
  color: rgb(101, 127, 189);
}

.navbar .bi {
  font-size: 1.2rem;
  color: rgb(25, 75, 136);
  transition: color 0.3s ease;
}
.navbar .bi:hover {
  color: rgb(101, 127, 189);
}

.navbar .btn,
.navbar .bi {
  vertical-align: middle;
}

.navbar .form-control {
  border-radius: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  font-family: "Poppins", sans-serif;
  transition: box-shadow 0.3s ease;
}
.navbar .form-control:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 75, 136, 0.35);
  border-color: rgb(25, 75, 136);
}

.hero-section {
  position: relative;
  overflow: hidden;
}
.hero-section .hero-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-section .hero-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  color: white;
  text-transform: uppercase;
  animation: fadeInHero 1.2s ease-out forwards;
  /* Ajustes solo para mobile */
}
.hero-section .hero-text .hero-title {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: clamp(3rem, 6vw, 5rem);
  letter-spacing: 3px;
  line-height: 1.1;
  animation: textFadeInUp 1.2s ease forwards;
}
@media (max-width: 768px) {
  .hero-section .hero-text {
    top: 55%; /* baja un poco el bloque */
    transform: translate(-50%, -55%);
  }
  .hero-section .hero-text .hero-title {
    font-size: clamp(1.5rem, 5vw, 2rem);
    line-height: 1.1;
  }
}

body {
  font-family: "Poppins", sans-serif;
  background-color: rgb(254, 254, 254);
  color: rgb(139, 139, 139);
}

.carousel-proteins, .carousel-creatinas {
  position: relative;
  overflow: hidden;
  transition: background 1s ease-in-out;
  min-height: 520px;
  font-family: "Poppins", sans-serif;
  /* Flechas laterales */
  /* Dots indicadores */
}
.carousel-proteins h2, .carousel-creatinas h2 {
  font-weight: 700;
  letter-spacing: 0.5px;
}
.carousel-proteins .carousel-inner, .carousel-creatinas .carousel-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
}
.carousel-proteins .carousel-slide, .carousel-creatinas .carousel-slide {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0.95);
  transition: all 0.8s ease;
}
.carousel-proteins .carousel-slide.active, .carousel-creatinas .carousel-slide.active {
  display: flex;
  opacity: 1;
  transform: scale(1);
  animation: fadeInUp 0.8s ease-in-out forwards;
}
.carousel-proteins .carousel-slide.active h3, .carousel-creatinas .carousel-slide.active h3, .carousel-proteins .carousel-slide.active p, .carousel-creatinas .carousel-slide.active p {
  opacity: 0;
  animation: textFadeInUp 0.9s ease forwards;
}
.carousel-proteins .carousel-slide.active h3, .carousel-creatinas .carousel-slide.active h3 {
  animation-delay: 0.2s;
}
.carousel-proteins .carousel-slide.active p, .carousel-creatinas .carousel-slide.active p {
  animation-delay: 0.4s;
}
.carousel-proteins .carousel-slide .carousel-image, .carousel-creatinas .carousel-slide .carousel-image {
  margin-bottom: 1rem;
}
.carousel-proteins .carousel-slide .carousel-image img, .carousel-creatinas .carousel-slide .carousel-image img {
  width: clamp(220px, 35vw, 420px);
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  animation: floatImage 4s ease-in-out infinite;
  transition: transform 0.5s ease, filter 0.5s ease;
}
.carousel-proteins .carousel-slide .carousel-image img:hover, .carousel-creatinas .carousel-slide .carousel-image img:hover {
  transform: scale(1.05);
  filter: brightness(1.1);
}
.carousel-proteins .carousel-slide h3, .carousel-creatinas .carousel-slide h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.carousel-proteins .carousel-slide p, .carousel-creatinas .carousel-slide p {
  font-size: 1.1rem;
  font-weight: 400;
  max-width: 520px;
}
.carousel-proteins .carousel-arrow, .carousel-creatinas .carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
  border: none;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  font-size: 2rem;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 0.4;
  z-index: 3;
}
.carousel-proteins .carousel-arrow:hover, .carousel-creatinas .carousel-arrow:hover {
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
}
.carousel-proteins .carousel-arrow.left, .carousel-creatinas .carousel-arrow.left {
  left: 1.5rem;
}
.carousel-proteins .carousel-arrow.right, .carousel-creatinas .carousel-arrow.right {
  right: 1.5rem;
}
.carousel-proteins .carousel-dots, .carousel-creatinas .carousel-dots {
  display: flex;
  justify-content: center;
  gap: 0.6rem;
  margin-top: 1.5rem;
}
.carousel-proteins .carousel-dots .dot, .carousel-creatinas .carousel-dots .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}
.carousel-proteins .carousel-dots .dot.active, .carousel-creatinas .carousel-dots .dot.active {
  background-color: #fff;
  transform: scale(1.3);
}
.carousel-proteins .carousel-dots .dot:hover, .carousel-creatinas .carousel-dots .dot:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

/* Fondos animados por proteína */
.bg-falcon {
  background: linear-gradient(120deg, rgb(69, 127, 160), rgb(162, 143, 99));
  background-size: 300% 300%;
  animation: gradientWave 10s ease-in-out infinite;
}

.bg-performance {
  background: linear-gradient(120deg, rgb(70, 67, 64), rgb(128, 80, 55));
  background-size: 300% 300%;
  animation: gradientWave 10s ease-in-out infinite;
}

.bg-fitmingo {
  background: linear-gradient(120deg, rgb(240, 138, 138), rgb(150, 40, 33));
  background-size: 300% 300%;
  animation: gradientWave 10s ease-in-out infinite;
}

.bg-peacock {
  background: linear-gradient(120deg, rgb(163, 177, 178), rgb(241, 232, 188));
  background-size: 300% 300%;
  animation: gradientWave 10s ease-in-out infinite;
}

.bg-parrot {
  background: linear-gradient(120deg, rgb(70, 157, 112), rgb(243, 192, 162));
  background-size: 300% 300%;
  animation: gradientWave 10s ease-in-out infinite;
}

/* --- Carrusel de Creatinas --- */
/* Fondos animados por creatina */
.bg-creatina {
  background: linear-gradient(120deg, rgb(53, 53, 53), rgb(235, 212, 212));
  background-size: 300% 300%;
  animation: gradientWave 10s ease-in-out infinite;
}

.bg-creatina-pink {
  background: linear-gradient(120deg, rgb(244, 189, 224), rgb(235, 212, 212));
  background-size: 300% 300%;
  animation: gradientWave 10s ease-in-out infinite;
}

.bg-creatina-lemon {
  background: linear-gradient(120deg, rgb(171, 215, 149), rgb(235, 212, 212));
  background-size: 300% 300%;
  animation: gradientWave 10s ease-in-out infinite;
}

.bg-creatina-watermelon {
  background: linear-gradient(120deg, rgb(239, 141, 142), rgb(235, 212, 212));
  background-size: 300% 300%;
  animation: gradientWave 10s ease-in-out infinite;
}

.site-footer {
  position: relative;
  overflow: hidden;
  color: white;
  font-family: "Poppins", sans-serif;
  background: url("../assets/footer.webp") center/cover no-repeat;
  background-attachment: fixed;
  opacity: 0;
  transform: translateY(60px) scale(0.98);
  filter: blur(8px);
  transition: opacity 1.5s ease, transform 1.5s ease, filter 1.5s ease;
  /*(links, form, etc.) */
}
.site-footer.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}
.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(25, 75, 136, 0.55);
  z-index: 0;
}
.site-footer .container {
  position: relative;
  z-index: 1;
}
.site-footer .footer-heading {
  font-weight: 600;
  font-size: 0.95rem;
  margin-bottom: 0.75rem;
}
.site-footer .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-links li {
  margin-bottom: 0.4rem;
}
.site-footer .footer-links li a {
  color: white;
  font-size: 0.875rem;
  text-decoration: none;
}
.site-footer .footer-links li a:hover {
  color: rgb(101, 127, 189);
}
.site-footer .footer-form input {
  border-radius: 2rem;
  padding: 0.4rem 1rem;
  font-size: 0.875rem;
}
.site-footer .footer-social a {
  color: white;
  font-size: 1.2rem;
  margin-right: 0.75rem;
}
.site-footer .footer-social a:hover {
  color: rgb(101, 127, 189);
}
.site-footer .footer-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.site-footer .footer-legal-links a {
  color: white;
  text-decoration: none;
}
.site-footer .footer-legal-links a:hover {
  text-decoration: underline;
}

.reviews-section {
  background-color: rgb(242, 242, 242);
  font-family: "Poppins", sans-serif;
  padding-top: 4rem;
  padding-bottom: 4rem;
  color: rgb(101, 127, 189);
  /* Carrusel con fade en los bordes */
  /* Tarjeta con “elevación” sin desplazar el contenedor */
  /* Temas de color (glow + outline) */
  /* Scrollbar */
}
.reviews-section .review-carousel {
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
  padding: 0 2rem 1rem;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  /* Degradado lateral (fade) */
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgb(0, 0, 0) 40px, rgb(0, 0, 0) calc(100% - 40px), rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgb(0, 0, 0) 40px, rgb(0, 0, 0) calc(100% - 40px), rgba(0, 0, 0, 0) 100%);
}
.reviews-section .review-card {
  border: none;
  border-radius: 1rem;
  background-color: rgb(254, 254, 254);
  box-shadow: 0 4px 10px rgba(25, 75, 136, 0.08);
  width: 280px;
  flex-shrink: 0;
  scroll-snap-align: start;
  position: relative;
  overflow: hidden;
  /* Efecto hover sin overflow externo */
  transition: box-shadow 0.35s ease, outline-color 0.35s ease;
  /* Anillo de foco suave (no ocupa layout) */
  outline: 2px solid transparent;
  outline-offset: -2px;
  /* Brillo temático con pseudo-elemento dentro (no desborda) */
}
.reviews-section .review-card:hover {
  box-shadow: 0 10px 24px rgba(25, 75, 136, 0.15);
}
.reviews-section .review-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.35s ease;
}
.reviews-section .review-card:hover::after {
  opacity: 1;
}
.reviews-section .review-card img {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  transform: scale(1); /* zoom interno sutil */
  transition: transform 0.45s ease;
}
.reviews-section .review-card:hover img {
  transform: scale(1.04);
}
.reviews-section .review-card .card-body {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  transition: transform 0.35s ease; /* micro-movimiento interno */
}
.reviews-section .review-card:hover .card-body {
  transform: translateY(-4px);
}
.reviews-section .review-card .card-title {
  font-weight: 600;
}
.reviews-section .review-card .card-text {
  font-size: 0.9rem;
  color: rgb(139, 139, 139);
}
.reviews-section .review-card .stars {
  font-size: 1.1rem;
  color: rgb(240, 138, 138);
}
.reviews-section .review-card.falcon:hover {
  outline-color: rgba(69, 127, 160, 0.35);
}
.reviews-section .review-card.falcon::after {
  box-shadow: inset 0 0 0 2px rgba(69, 127, 160, 0.25);
}
.reviews-section .review-card.creatina:hover {
  outline-color: rgba(53, 53, 53, 0.35);
}
.reviews-section .review-card.creatina::after {
  box-shadow: inset 0 0 0 2px rgba(53, 53, 53, 0.25);
}
.reviews-section .review-card.parrot:hover {
  outline-color: rgba(70, 157, 112, 0.35);
}
.reviews-section .review-card.parrot::after {
  box-shadow: inset 0 0 0 2px rgba(70, 157, 112, 0.25);
}
.reviews-section .review-card.fitmingo:hover {
  outline-color: rgba(240, 138, 138, 0.35);
}
.reviews-section .review-card.fitmingo::after {
  box-shadow: inset 0 0 0 2px rgba(240, 138, 138, 0.25);
}
.reviews-section .review-carousel::-webkit-scrollbar {
  height: 8px;
}
.reviews-section .review-carousel::-webkit-scrollbar-thumb {
  background: rgb(101, 127, 189);
  border-radius: 4px;
}
.reviews-section .review-carousel::-webkit-scrollbar-track {
  background: rgb(247.1, 247.1, 247.1);
}

.faq-section {
  background-color: rgb(254, 254, 254);
  font-family: "Poppins", sans-serif;
  color: rgb(69, 127, 160);
  /* Borde de color temático */
}
.faq-section .faq-list {
  max-width: 100%;
}
.faq-section .faq-item {
  background: rgb(242, 242, 242);
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(25, 75, 136, 0.05);
  transition: all 0.3s ease;
}
.faq-section .faq-item.active {
  box-shadow: 0 8px 20px rgba(25, 75, 136, 0.15);
  background-color: rgb(247.1, 247.1, 247.1);
}
.faq-section .faq-item .faq-question {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 1.25rem 1.5rem;
  font-weight: 600;
  font-size: 1.1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: color 0.3s ease;
  color: rgb(53, 53, 53);
}
.faq-section .faq-item .faq-question i {
  transition: transform 0.3s ease;
}
.faq-section .faq-item .faq-answer {
  max-height: 0;
  overflow: hidden;
  color: rgb(139, 139, 139);
  font-size: 0.95rem;
  padding: 0 1.5rem;
  line-height: 1.6;
  transition: all 0.4s ease;
  opacity: 0;
}
.faq-section .faq-item.active .faq-answer {
  max-height: 300px;
  opacity: 1;
  padding-bottom: 1.25rem;
}
.faq-section .faq-item.active .faq-question i {
  transform: rotate(180deg);
}
.faq-section .faq-item.falcon.active {
  border-left: 6px solid rgb(69, 127, 160);
}
.faq-section .faq-item.creatina.active {
  border-left: 6px solid rgb(53, 53, 53);
}
.faq-section .faq-item.parrot.active {
  border-left: 6px solid rgb(70, 157, 112);
}
.faq-section .faq-item.fitmingo.active {
  border-left: 6px solid rgb(240, 138, 138);
}
.faq-section .faq-item.peacock.active {
  border-left: 6px solid rgb(163, 177, 178);
}
.faq-section .faq-item.performance.active {
  border-left: 6px solid rgb(70, 67, 64);
}/*# sourceMappingURL=style.css.map */