html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#conoce-briko,
#solicitar-servicio,
#preguntas-frecuentes,
#conoce-briko-desktop,
#solicitar-servicio-desktop,
#preguntas-frecuentes-desktop {
  scroll-margin-top: 100px; /* ajusta según altura de tu header */
}

@media (max-width: 799px) {
  #conoce-briko,
  #solicitar-servicio,
  #preguntas-frecuentes {
    scroll-margin-top: 80px;
  }
}

@media (min-width: 800px) {
  #conoce-briko-desktop,
  #solicitar-servicio-desktop,
  #preguntas-frecuentes-desktop {
    scroll-margin-top: 120px;
  }
}

.availability-badge {
  margin-top: 36px;
  margin-bottom: 12px;
  display: inline-block;
  width: fit-content;
  padding: 6px 12px;
  border-radius: 32px;
  background: #A6F4C5;
  color: #3CB846;
  font-family: "Roobert", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  z-index: 2;
}

/* ===== MODAL WHATSAPP ===== */
.whatsapp-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
}

.whatsapp-modal.active {
  display: block;
}

.whatsapp-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.whatsapp-modal__dialog {
  position: relative;
  width: calc(100% - 32px);
  max-width: 540px;
  margin: 80px auto 0;
  border-radius: 24px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 24px 48px rgba(16, 24, 40, 0.22);
  z-index: 2;
}

.whatsapp-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border: none;
  background: transparent;
  color: #ffffff;
  font-size: 40px;
  line-height: 1;
  cursor: pointer;
  z-index: 3;
}

.whatsapp-modal__top {
  background: #2db034;
  padding: 28px 20px 20px;
  position: relative;
  overflow: hidden;
}

.whatsapp-modal__top::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: 46px;
  bottom: -80px;
  border-radius: 50%;
  background: rgb(49 191 83);
}

.whatsapp-modal__badge {
  font-family: "Roobert", sans-serif;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  border-radius: 24px;
  border: 2px solid;
  font-weight: 600;
  font-size: 10px;
  color: #fff;
  background: linear-gradient(
    90deg,
    #4da34d 0%,
    #55bd55 100%
  );
}

.whatsapp-modal__badge_spot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
  display: inline-block;
}

.whatsapp-modal__hero {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
  position: relative;
  z-index: 2;
}

.whatsapp-modal__copy {
  flex: 1;
}

.whatsapp-modal__title {
  font-family: "Staff XCondensed", sans-serif;
  font-size: 58px;
  line-height: 56px;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
}

.whatsapp-modal__title-highlight {
  color: #D1FADF;
}

.whatsapp-modal__phone {
  width: 220px;
  height: 179px;
  background-image: url("images/briko-image-modal.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  position: absolute;
  right: 33px;
  top: -47px;
}

.whatsapp-modal__bottom {
  background: #ffffff;
  padding: 24px 20px 22px;
}

.whatsapp-modal__text {
  margin: 0 0 20px;
  font-family: "Roobert", sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #111111;
}

.whatsapp-modal__cta {
  min-height: 78px;
  width: 100%;
  border: 2px solid #74d78d;
  border-radius: 22px;
  background: #d6f4dd;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
}

.whatsapp-modal__cta-icon {
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 16px;
  background: #2db034;
  display: flex;
  align-items: center;
  justify-content: center;
}

.whatsapp-modal__cta-icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.whatsapp-modal__cta-number {
  flex: 1;
  font-family: "Staff XCondensed", sans-serif;
  font-size: 42px;
  line-height: 1;
  color: #000000;
}

.whatsapp-modal__cta-arrow {
  font-size: 36px;
  line-height: 1;
  color: #2db034;
  font-weight: 700;
}

/* Evita scroll del body cuando el modal está abierto */
.body-no-scroll {
  overflow: hidden;
}

/* Mobile */
@media (max-width: 799px) {
  .availability-badge {
    grid-column: 3 / -3;
    margin-top: 32px;
    margin-bottom: 0px;
    padding: 5px 10px;
    font-size: 9px;
    line-height: 15px;
    white-space: normal;
    border-radius: 32px;
  }

  .container-section1 {
    grid-template-columns: repeat(12, 1fr);
    padding: 0 8px 28px;
    border-bottom-left-radius: 140px;
    border-bottom-right-radius: 140px;
    overflow: hidden;
    position: relative;
  }

  .container-header-mobile {
    grid-template-columns: repeat(12, 1fr);
    padding: 0 8px;
  }

  .header {
    grid-column: 1 / -1;
    padding: 8px 0;
  }

  .title {
    grid-column: 5 / -1;
    margin-top: 0;
    font-size: 30px;
    line-height: 0.95;
    letter-spacing: 0;
  }

  .p {
    grid-column: 5 / -1;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 14px;
    max-width: 170px;
  }

  .container-imagen-experts {
    grid-column: 1 / -1;
    margin-top: 8px;
    justify-content: flex-end;
    position: relative;
    min-height: 280px;
  }

  .img-expertos {
    width: 255px;
    height: auto;
    position: relative;
    right: -12px;
  }

  .container-categories {
    grid-column: 1 / -1;
    top: -22px;
    padding-right: 0;
    padding-bottom: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 8px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .container-categories::-webkit-scrollbar {
    display: none;
  }

  .categories-track {
    animation: none;
    gap: 8px;
    padding: 0 8px;
  }

  .card-category {
    min-width: 84px;
    padding: 8px 10px;
    border-radius: 10px;
    gap: 4px;
  }

  .card-category img {
    width: 22px;
    height: 22px;
    object-fit: contain;
  }

  .name-category {
    font-size: 10px;
    line-height: 13px;
  }

  .button-solicitar {
    grid-column: 2 / -2;
    margin-top: -2px;
    padding: 12px 10px;
    min-height: 44px;
    position: relative;
    z-index: 4;
  }

  .text-button-solicitar {
    font-size: 14px;
    line-height: 20px;
  }

  .button-solicitar-mobile-fixed {
    display: none;
  }

  .whatsapp-modal__dialog {
    width: calc(100% - 32px);
    max-width: 540px;
    margin-top: 220px;
    border-radius: 24px;
  }

  .whatsapp-modal__top {
    padding: 20px 16px 0;
  }

  .whatsapp-modal__close {
    top: 12px;
    right: 12px;
    font-size: 36px;
  }

  .whatsapp-modal__badge {
    font-size: 7px;
    padding: 5px 10px;
  }

  .whatsapp-modal__hero {
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    margin-bottom: 16px;
  }

  .whatsapp-modal__title {
    font-size: 38px;
    line-height: 0.95;
  }

  .whatsapp-modal__phone {
    width: 155px;
    height: 114px;
    position: absolute;
    background-position: center bottom;
    right: 17px;
    top: -25px;
  }

  .whatsapp-modal__top::after {
    content: "";
    position: absolute;
    width: 141px;
    height: 166px;
    right: 33px;
    bottom: -80px;
    border-radius: 50%;
    background: rgb(49 191 83);
  }

  .whatsapp-modal__bottom {
    padding: 18px 16px 18px;
  }

  .whatsapp-modal__text {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 16px;
  }

  .whatsapp-modal__cta {
    min-height: 64px;
    border-radius: 18px;
    gap: 12px;
    padding: 10px 12px;
  }

  .whatsapp-modal__cta-icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border-radius: 12px;
  }

  .whatsapp-modal__cta-icon img {
    width: 24px;
    height: 24px;
  }

  .whatsapp-modal__cta-number {
    font-size: 32px;
  }

  .whatsapp-modal__cta-arrow {
    font-size: 28px;
  }
}

@font-face {
  font-family: "Staff XCondensed";
  src: url("fonts/staff/StaffX-Medium.woff2") format("woff2"),
  url("fonts/staff/StaffX-Medium.woff") format("woff"),
  url("fonts/staff/StaffX-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roobert";
  src: url("fonts/roobert/Roobert-Regular.woff2") format("woff2"),
  url("fonts/roobert/Roobert-Regular.woff") format("woff"),
  url("fonts/roobert/Roobert-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Roobert";
  src: url("fonts/roobert/Roobert-Bold.woff2") format("woff2"),
  url("fonts/roobert/Roobert-Bold.woff") format("woff"),
  url("fonts/roobert/Roobert-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  width: 100%;
  overflow-x: hidden;
  background-color: #f5f5f7;
  -webkit-font-smoothing: antialiased; /* Para Safari y Chrome */
  -moz-osx-font-smoothing: grayscale;
}

.wrapper {
  width: 100%;
  /* max-width: 1440px; */
  /* padding-left: 24px;
    padding-right: 24px; */
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.elipseDesktopSticky {
  display: none;
}

.container-section1 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(31, 1fr);
  gap: 0;
  margin-bottom: 36px;
  background-color: #d1fadf;
  border-bottom-left-radius: 160px;
  border-bottom-right-radius: 160px;
}

.container-section2 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(31, 1fr);
  gap: 0;
}

.container-section3 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(31, 1fr);
  gap: 0;
  background-color: #d1fadf;
  padding-top: 48px;
  padding-bottom: 48px;
  position: relative;
}

.container-section4 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(31, 1fr);
  padding-top: 64px;
  padding-bottom: 64px;
  gap: 0;
}

.container-section5 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(31, 1fr);
  padding-top: 12px;
  padding-bottom: 12px;
  gap: 0;
  background-color: black;
}

.container-header-mobile {
  display: grid;
  grid-template-columns: repeat(31, 1fr);
  background-color: #d1fadf;
  position: sticky;
  top: 0;
  z-index: 100;
}

.header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  grid-column: 3 / -3;
  position: sticky;
}

.header-with-shadow {
  box-shadow: 0 4px 8px -2px rgba(16, 24, 40, 0.1);
}

.header-desktop {
  display: none;
}

.container-list-header {
  display: none;
}

.button-solicitar-header {
  display: none;
}

.logo-briko {
  width: 110px;
  height: 32px;
}

.menu-icon {
  width: 32px;
  height: 32px;
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: white;
  z-index: 1000;
  overflow: hidden;
  transition: height 0.4s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.menu-overlay.active {
  height: auto; /* Altura del menú - puedes ajustar */
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.menu-content {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  padding: 12px 24px;
  flex-direction: column;
  position: relative;
  z-index: 1001;
}

.menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 36px;
}

.menu-close {
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-links {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.menu-link {
  font-family: "Roobert";
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

.menu-link:hover {
  color: #2db034;
  border-bottom-color: #2db034;
}

.body-no-scroll {
  overflow: hidden;
}

.title {
  font-family: Staff XCondensed;
  grid-column: 3 / -6;
  line-height: 40px;
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 8px;
  z-index: 2;
}

.p-desktop {
  display: none;
}

.text-orange {
  color: #2db034;
}

.p {
  font-family: Roobert;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  grid-column: 3 / -3;
  margin-bottom: 12px;
  z-index: 2;
}

.button-solicitar-desktop {
  display: none;
}

.container-imagen-experts {
  grid-column: 1 / -1;
  position: relative;
  display: flex;
  justify-content: center;
  z-index: 2;
}

.img-expertos {
  z-index: 2;
  width: 300px;
  height: 286px;
}

.elipse1 {
  z-index: 1;
  position: absolute;
  right: 0;
}

.container-categories {
  grid-column: 3 / -1;
  display: flex;
  gap: 12px;
  position: relative;
  top: -38px;
  z-index: 3;
  overflow-x: hidden;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;
  padding-bottom: 20px;
  padding-right: 24px;
}

.categories-track {
  display: flex;
  gap: 12px;
  animation: scrollCategories 30s linear infinite;
  width: max-content;
}

.card-category {
  padding: 8px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  background-color: white;
  border-radius: 12px;
  min-width: 114px;
  box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08);
  flex-shrink: 0;
}

.img-category-mobile {
  margin-top: 7px;
}

@keyframes scrollCategories {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% + 100vw));
  }
}

.categories-track:hover {
  animation-play-state: paused;
}

.name-category {
  font-family: Roobert;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.button-solicitar {
  grid-column: 3 / -3;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2db034;
  gap: 8px;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  z-index: 2;
  transition: background-color 0.25s ease;
}

.button-solicitar:hover {
  background-color: #259a2c;
}

.button-solicitar-mobile-fixed {
  position: fixed;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 360px;
  padding: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2db034;
  gap: 8px;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  z-index: 1000;
  transition: bottom 0.3s ease-in-out, background-color 0.25s ease;
}

.button-solicitar-mobile-fixed:hover {
  background-color: #259a2c;
}

.text-button-solicitar {
  font-family: Roobert;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: white;
}

.title-what-is {
  text-align: center;
  font-family: Staff XCondensed;
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
  color: black;
  grid-column: 1 / -1;
  justify-self: center;
  margin-bottom: 16px;
  z-index: 2;
}

.p-what-is {
  font-family: Roobert;
  font-size: 18px;
  line-height: 28px;
  grid-column: 3 / -3;
  z-index: 2;
}

.numbers-briko {
  grid-column: 3 / -3;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 32px;
  z-index: 2;
}

.card-number {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  gap: 4px;
}

.number {
  font-family: Staff XCondensed;
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  color: black;
  text-align: center;
}

.name-number {
  font-family: Roobert;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: black;
  text-align: center;
}

.container-cards-wath-is {
  grid-column: 3 / -3;
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  position: relative;
  justify-content: center;
  z-index: 2;
  margin-bottom: 64px;
}

.elipse2 {
  position: absolute;
  grid-column: 8 / -8;
  justify-self: center;
  top: 60px;
  z-index: 1;
}

.card-wath-is {
  padding: 10px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  justify-content: center;
  background-color: white;
  width: 100%;
  z-index: 2;
  box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08);
}

.text-card-wi {
  font-family: Roobert;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.title-steps {
  font-family: Staff XCondensed;
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
  color: black;
  grid-column: 3 / -3;
  z-index: 2;
  margin-bottom: 36px;
}

.elipse3 {
  position: absolute;
  right: 0;
  top: 72px;
  z-index: 1;
}

/* SWIPER STYLES */
.swiper-container {
  grid-column: 3 / -3;
  position: relative;
  z-index: 2;
}

.swiper {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 3;
}

.swiper-wrapper {
  display: flex;
}

.swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.step-title {
  width: 100%;
  text-align: start;
  font-family: Roobert;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
  line-height: 28px;
  color: black;
  letter-spacing: 0;
}

.step-description {
  width: 100%;
  text-align: start;
  font-family: Roobert;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: black;
  text-align: start;
  margin-bottom: 24px;
}

/* Navigation arrows */
.swiper-button-prev,
.swiper-button-next {
  width: 40px;
  height: 40px;
  background: #e0e0e0;
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 61%;
  transform: translateY(-50%);
  z-index: 10;
  transition: background-color 0.3s ease;
  opacity: 1 !important;
}

.swiper-button-prev img,
.swiper-button-next img {
  width: 10px;
  height: 18px;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: #2db034;
}

.swiper-button-prev:hover img,
.swiper-button-next:hover img {
  filter: brightness(0) invert(1);
}

.swiper-button-prev {
  left: 12px;
}

.swiper-button-next {
  right: 12px;
}

.swiper-navigation-icon {
  display: none !important;
}

.swiper-navigation-icon::after {
  display: none !important;
}

/* Pagination dots */
.swiper-pagination {
  position: relative;
  margin-top: 16px;
}

.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #e0e0e0;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #2db034;
}

.title-doubts {
  font-family: Staff XCondensed;
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
  color: black;
  grid-column: 3 / -3;
  z-index: 3;
  margin-bottom: 24px;
}

.container-acordeon {
  grid-column: 3 / -3;
}

.acordeon-item {
  width: 100%;
  background-color: white;
  border-radius: 12px;
  padding: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 16px;
  box-shadow: 0 4px 8px -2px rgba(16, 24, 40, 0.1);
  z-index: 3;
  position: relative;
}

.acordeon-item:hover {
  border-color: #2db034;
}

.acordeon-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.title-acordeon {
  font-family: Roobert;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
  flex: 1;
}

.acordeon-icon {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
  flex-shrink: 0;
  z-index: 3;
  transform: rotate(180deg);
}

.acordeon-content {
  font-family: Roobert;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: black;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  margin-top: 0;
}

/* Estado activo del acordeón */
.acordeon-item.active {
  box-shadow: 0 4px 12px rgba(45, 176, 52, 0.1);
}

.acordeon-item.active .acordeon-content {
  max-height: 200px;
  margin-top: 12px;
}

.acordeon-item.active .acordeon-icon {
  transform: rotate(0deg);
}

.link-terms {
  cursor: pointer;
  text-decoration: none;
  font-family: Roobert;
  font-size: 14px;
  font-weight: 400;
  color: #9e9e9e;
}

.link-terms:hover {
  text-decoration: underline;
}

.container-section5-mobile {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(31, 1fr);
  padding-top: 12px;
  padding-bottom: 12px;
  gap: 0;
  background-color: black;
}

.footer-accordion-mobile {
  grid-column: 3 / -3;
  width: 100%;
}

.footer-accordion-item {
  width: 100%;
  background-color: transparent;
  border-bottom: 1px solid #424242;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.footer-accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  gap: 8px;
}

.footer-accordion-title {
  font-family: Roobert;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #fff;
  margin: 0;
  flex: 1;
}

.footer-accordion-icon {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
  flex-shrink: 0;
  transform: rotate(180deg);
}

.footer-accordion-content {
  font-family: Roobert;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #9e9e9e;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  padding: 0;
  padding-left: 23px;
}

/* Estado activo del acordeón del footer */
.footer-accordion-item.active .footer-accordion-header {
  padding-bottom: 4px;
}

.footer-accordion-item.active .footer-accordion-content {
  max-height: 200px;
  padding-bottom: 8px;
}

.footer-accordion-item.active .footer-accordion-icon {
  transform: rotate(0deg);
}

.footer-card-content {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.footer-text-mobile {
  font-family: Roobert;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #9e9e9e;
  margin-bottom: 4px;
}

.footer-text-2-mobile {
  font-family: Roobert;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #9e9e9e;
}

.footer-text-span-mobile {
  text-decoration: underline;
}

.footer-spacing-p-mobile {
  margin-bottom: 4px;
}

.link-terms-mobile {
  cursor: pointer;
  text-decoration: none;
  font-family: Roobert;
  font-size: 14px;
  font-weight: 400;
  color: #9e9e9e;
}

.link-terms-mobile:hover {
  text-decoration: underline;
}

.footer-book-mobile {
  display: flex;
  justify-content: flex-start;
  padding: 16px 0;
}

.container-imagen-experts-desktop {
  display: none;
}

.container-section1-desktop {
  display: none;
}

.container-section2-desktop {
  display: none;
}

.container-section-services {
  display: none;
}

.container-section3-desktop {
  display: none;
}

.container-section4-dektop {
  display: none;
}

.container-section5-desktop {
  display: none;
}

.image-step {
  width: 264px;
  height: 348px;
}

.span-here {
  color: #000;
}

.elipseDesktopStickyMobile {
  display: block;
  position: absolute;
  top: 80px;
  right: 0;
  z-index: 1;
}

.icon-footer {
  width: 16px;
  height: 16px;
}

.book-mobile {
  width: 48px;
  height: 30px;
}

@media (min-width: 800px) {
  .container-section5-mobile {
    display: none;
  }

  .elipseDesktopSticky {
    display: block;
    position: absolute;
    top: 100px;
    right: 24px;
    z-index: 2;
  }

  .elipseDesktopStickyMobile {
    display: none;
  }

  .container-section2,
  .container-section3,
  .container-section4,
  .container-section5 {
    display: none;
  }

  .container-section1 {
    display: none;
  }

  .container-header {
    padding-left: 24px;
    padding-right: 24px;
    background-color: #D1FADF;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(31, 1fr);
    gap: 0;
    position: sticky;
    top: 0;
    z-index: 1000;
  }

  .container-section1 {
    background-color: #ecfdf3;
  }

  .header {
    display: none;
  }

  .header-desktop {
    grid-column: 2 / -2;
    padding: 16px 0;
    display: grid;
    grid-template-columns: repeat(29, 1fr);
  }

  .logo-briko {
    grid-column: 1 / 4;
  }

  .container-list-header {
    grid-column: 8 / 23;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
  }

  .list-li {
    font-family: Roobert;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    text-decoration: none;
    color: black;
    transition: color 0.25s ease;
  }

  .list-li:hover {
    color: #2db034;
  }

  .menu-icon {
    display: none;
  }

  .button-solicitar-header {
    grid-column: -5 / -1;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2db034;
    gap: 8px;
    border-radius: 8px;
    cursor: pointer;
    min-width: 204px;
    text-decoration: none;
    transition: background-color 0.25s ease;
  }

  .button-solicitar-header:hover {
    background-color: #259a2c;
  }

  .button-solicitar-mobile-fixed {
    display: none;
  }

  .p {
    display: none;
  }

  .p-desktop {
    display: block;
    font-family: Roobert;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    grid-column: 2 / 14;
    margin-bottom: 24px;
  }

  .button-solicitar-desktop {
    display: block;
    grid-column: 2 / 7;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2db034;
    gap: 8px;
    border-radius: 8px;
    max-width: 204px;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.25s ease;
  }

  .button-solicitar-desktop:hover {
    background-color: #259a2c;
  }

  .container-section1 {
    display: none;
  }

  .container-section1-desktop {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(31, 1fr);
    gap: 0;
    margin-bottom: 76px;
    background-color: #d1fadf;
    border-bottom-left-radius: 160px;
    border-bottom-right-radius: 160px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .container1-text-image {
    grid-column: 2 / -2;
    grid-template-columns: repeat(29, 1fr);
    display: grid;
    position: relative;
  }

  .container-section1-text {
    grid-column: 1 / 13;
    position: relative; /* Crear contexto de apilamiento */
    z-index: 2;
  }

  .container-imagen-experts-desktop {
    display: block;
    grid-column: -13 / -1;
    position: relative;
  }

  .img-expertos-desktop {
    position: relative;
    z-index: 3;
    width: 548px;
    height: auto;
  }

  .expertos-2-img {
    width: 512px;
    height: 512px;
  }

  .elipse-desktop1 {
    position: absolute;
    right: -52px;
    top: 25px;
    z-index: 1;
  }

  .title-desktop {
    font-family: Staff XCondensed;
    font-size: 48px;
    line-height: 56px;
  }

  .title-desktop1 {
    margin-top: 7px;
  }

  .title-desktop2 {
    margin-top: 25px;
    margin-bottom: 16px;
  }

  .container-characteristic {
    grid-column: 2 / -2;
    width: 100%;
    display: flex;
    gap: 40px;
    position: relative;
    top: -20px;
    z-index: 3;
  }

  .card-characteristic {
    width: 100%;
    padding: 16px;
    background-color: white;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08);
  }

  .name-characteristic {
    font-family: Roobert;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
  }

  .name-drywall {
    margin-top: 7px;
  }

  .container-section2-desktop {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(31, 1fr);
    gap: 0;
    margin-bottom: 48px;
    background-color: #f5f5f7;
    padding-bottom: 26px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .container2-text-image {
    display: flex;
    grid-column: 2 / -2;
    gap: 90px;
  }

  .numbers-briko-desktop {
    width: 100%;
    display: flex;
    justify-content: space-around;
    gap: 40px;
  }

  .card-number-desktop {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    gap: 4px;
  }

  .number-desktop {
    font-family: Staff XCondensed;
    font-weight: 600;
    font-size: 48px;
    line-height: 60px;
    color: black;
    text-align: center;
  }

  .name-number-desktop {
    font-family: Roobert;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: black;
    text-align: center;
  }

  .container2-imagen-experts-desktop {
    position: relative;
  }

  .services-container {
    display: flex;
    grid-column: 2 / 13;
  }

  .title-services {
    font-family: Staff XCondensed;
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 32px;
  }

  .container-cards-services {
    grid-column: 2 / -2;
    justify-content: center;
    position: relative;
  }

  .card-service {
    background-color: white;
    border-radius: 12px;
    padding: 16px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }

  .cards-services-row1 {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(4, 1fr);
  }

  .cards-services-row2 {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    padding: 0 150px;
    margin-top: 40px;
  }

  .title-service {
    font-family: Roobert;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: black;
  }

  .p-service {
    font-family: Roobert;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }

  .elipse-desktop-service {
    position: absolute;
    right: 14px;
  }

  .container-section3-desktop {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(31, 1fr);
    gap: 0;
    background-color: #D1FADF;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .title-how {
    grid-column: 2 / -2;
    font-family: Staff XCondensed;
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 32px;
  }

  .container-steps-images {
    position: relative;
    grid-column: 2 / -2;
    display: flex;
    gap: 120px;
    justify-content: space-between;
    align-items: flex-start;
  }

  .container-steps-text {
    display: flex;
    flex-direction: column;
  }

  .step-li {
    margin-bottom: 24px;
  }

  .step-li-title {
    font-family: Roobert;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: black;
    margin-bottom: 4px;
  }

  .link-steps {
    text-decoration: underline;
    color: black;
    font-family: Roobert;
    font-weight: 700;
    font-size: 16px;
  }

  .step-li-p {
    font-family: Roobert;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding-left: 16px;
  }

  .container-step-image {
    position: relative;
    width: 100%;
    max-width: 400px;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .step-images-container {
    position: relative;
    width: 100%;
    height: 400px; /* Altura fija para contener las imágenes */
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .step-image {
    position: absolute;
    width: 100%;
    max-width: 300px; /* Controlar tamaño máximo */
    height: auto;
    opacity: 0;
    transition: opacity 0.3s ease;
    top: 0;
    left: 0;
  }

  .step-image.active {
    opacity: 1;
    position: relative; /* Solo la imagen activa es relativa */
  }

  .step-li.active .step-li-title {
    color: #2db034;
    transition: color 0.3s ease;
  }

  .arrow-left-step-desktop {
    position: absolute;
    left: 85px;
    top: 285px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e0e0e0;
    border-radius: 100%;
  }

  .arrow-rigth-step-desktop {
    position: absolute;
    top: 285px;
    right: 0;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e0e0e0;
    border-radius: 100%;
  }

  .elipse-desktop-steps {
    position: absolute;
    right: -50px;
    top: -30px;
  }

  .container-step-image {
    position: relative;
    width: 100%;
    max-width: 400px;
  }

  .step-image {
    width: 100%;
    height: auto;
    display: none;
  }

  .step-image.active {
    display: block;
  }

  .step-li.active .step-li-title {
    color: #2db034;
  }

  .arrow-left-step-desktop,
  .arrow-rigth-step-desktop {
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

  .arrow-left-step-desktop:hover,
  .arrow-rigth-step-desktop:hover {
    background-color: #2db034;
  }

  .arrow-left-step-desktop:hover img,
  .arrow-rigth-step-desktop:hover img {
    filter: brightness(0) invert(1);
  }

  .container-section4-dektop {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(31, 1fr);
    gap: 0;
    background-color: #f5f5f7;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 56px;
    padding-bottom: 64px;
    position: relative;
    z-index: 1;
  }

  .title-doubts-desktop {
    grid-column: 2 / -2;
    font-family: Staff XCondensed;
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 32px;
  }

  .container-acordeon {
    max-width: 632px;
    justify-self: center;
  }

  .elipse-desktop-section4 {
    position: absolute;
    right: 24px;
    top: 143px;
  }

  .container-section5-desktop {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(31, 1fr);
    gap: 0;
    padding: 20px 0;
    background-color: #000;
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
  }

  .container-footer {
    grid-column: 2 / -2;
    display: flex;
    justify-content: space-between;
  }

  .underline {
    text-decoration: underline;
  }

  .footer-card {
    display: flex;
    align-items: flex-start;
    gap: 8px;
  }

  .spacing-footer-card-1 {
    margin-right: 83px;
  }

  .spacing-footer-card-2 {
    margin-right: 114px;
  }

  .spacing-footer-card-3 {
    margin-right: 301px;
  }

  .icon-footer {
    width: 16px;
    height: 16px;
  }

  .footer-card-title {
    font-family: Roobert;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    margin-bottom: 8px;
    color: #fff;
  }

  .footer-text {
    font-family: Roobert;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    color: #9e9e9e;
  }

  .footer-text-2 {
    font-family: Roobert;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0;
    color: #9e9e9e;
  }

  .footer-text-span {
    text-decoration: underline;
  }

  .footer-spacing-p {
    margin-bottom: 4px;
  }

  .container-book {
    display: flex;
    align-items: flex-end;
  }

  .book {
    width: 48px;
    height: 30px;
  }

  .container-cards-wath-is {
    margin-top: 64px;
    display: flex;
    gap: 12px;
    position: absolute;
    justify-content: center;
    z-index: 2;
    width: 648px;
  }

  .swiper-container-desktop {
    position: relative;
    width: 100%;
    max-width: 400px;
  }

  .swiper-desktop {
    width: 100%;
    height: auto;
    position: relative;
  }

  .swiper-desktop-image {
    width: 100%;
    height: auto;
    max-width: 300px;
    margin: 0 auto;
    display: block;
  }

  /* Navigation arrows para desktop */
  .swiper-button-prev-desktop,
  .swiper-button-next-desktop {
    width: 40px;
    height: 40px;
    background: #e0e0e0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    transition: background-color 0.3s ease;
  }

  .swiper-button-prev-desktop img,
  .swiper-button-next-desktop img {
    width: 10px;
    height: 18px;
  }

  .swiper-button-prev-desktop:hover,
  .swiper-button-next-desktop:hover {
    background-color: #2db034;
  }

  .swiper-button-prev-desktop:hover img,
  .swiper-button-next-desktop:hover img {
    filter: brightness(0) invert(1);
  }

  .swiper-button-prev-desktop {
    left: 0;
  }

  .swiper-button-next-desktop {
    right: 0;
  }

  /* Pagination para desktop */
  .swiper-pagination-desktop {
    display: none;
  }

  .swiper-pagination-desktop .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: #e0e0e0;
    opacity: 1;
    margin: 0 4px;
  }

  .swiper-pagination-desktop .swiper-pagination-bullet-active {
    background: #2db034;
  }
}

.swiper-container-mobile {
  grid-column: 3 / -3;
  position: relative;
  /* width: 100%;
    max-width: 264px; */
}

.swiper-mobile {
  width: 100%;
  height: auto;
  position: relative;
}

.swiper-mobile-image {
  position: relative;
  right: -6px;
  width: 264px;
  height: auto;
  max-width: 300px;
  margin: 0 auto;
  display: block;
}

/* Navigation arrows para mobile */
.swiper-button-prev-mobile,
.swiper-button-next-mobile {
  width: 40px;
  height: 40px;
  background: #e0e0e0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  transition: background-color 0.3s ease;
}

.swiper-button-prev-mobile img,
.swiper-button-next-mobile img {
  width: 10px;
  height: 18px;
}

.swiper-button-prev-mobile:hover,
.swiper-button-next-mobile:hover {
  background-color: #2db034;
}

.swiper-button-prev-mobile:hover img,
.swiper-button-next-mobile:hover img {
  filter: brightness(0) invert(1);
}

.swiper-button-prev-mobile {
  left: 0;
}

.swiper-button-next-mobile {
  right: 0;
}

/* Pagination para mobile */
.swiper-pagination-mobile {
  text-align: center;
}

.swiper-pagination-mobile .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #e0e0e0;
  opacity: 1;
  margin: 0 4px;
}

.swiper-pagination-mobile .swiper-pagination-bullet-active {
  background: #2db034;
}
