:root {
  --white: #ffffff;
  --blue: #126fec;
}

#whitedaysSection {
  background-color: var(--blue);
  position: relative;
}

#whitedaysSectionWhite, #whitedaysSectionFinalPhase {
  background-color: var(--white);
  position: relative;
}

.label-img {
  margin-right: -10px !important;
  transform: rotate(4deg);
}

.whitedays-subtitle {
  color: var(--white);
  font-size: 20px;
  letter-spacing: 0.15px;
  line-height: normal;
  margin-top: 8px;
}

.whitedays--white-subtitle {
  color: #126fec;
}

.counter {
  padding: 8px;
  border-radius: 4px;
  background-color: var(--white);
  max-width: 413px;
  height: 163px;
}

.counter--white {
  height: 93px;
  background: linear-gradient(90deg, #2273df 3.43%, #26a7f0 100.11%);
}

.counter__numbers {
  display: flex;
  justify-content: center;
}

.counter__numbers--item {
  display: flex;
}

.number {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 1.25px;
  width: 65px;
  height: 60px;
}

.text {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  height: 13px;
}

.text--white {
  color: var(--white);
}

.text--blue {
  color: var(--blue);
}

.text--dark-blue {
  color: #062754;
}

.divider {
  display: flex;
  justify-content: center;
  padding: 8px;
}

.horizontal-divider {
  margin: 64px 20%;
}
.counter-text {
  margin-top: 10px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}

.slogan {
  font-size: 20px;
  letter-spacing: 0.15px;
  line-height: normal;
  margin-top: 8px;
}

.slogan--white {
  color: #062754;
}

.spacer {
  gap: 29px;
}

.card-discount {
  border-radius: 4px;
  display: flex;
  height: 144px;
  justify-content: center;
}

.card-item {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);
  display: grid;
  height: 144px;
  padding: 20px;
  width: 195px;
}

.card-icon {
  align-items: flex-end;
  display: flex;
  justify-content: center;
}

.card-icon img {
  height: 42px;
  width: 42px;
}

.card-text {
  display: flex;
  justify-content: center;
  margin-top: 5px;
  text-align: center;
}
.card-text p {
  color: #062754;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0px;
  text-transform: uppercase;
  width: 149px;
}

.whatIs {
  margin-top: 40px;
}

.whatIs__subtitle {
  color: #062754;
  font-size: 34px;
  font-style: normal;
  line-height: 36px;
  text-align: center;
}

.whatIs__image {
  margin: 20px 0px;
  text-align: center;
}

.whatIs__content {
  display: flex;
  justify-content: center;
}

.whatIs__content--texts {
  width: 690px;
}

.whatIs__content--texts p {
  font-size: 16px;
  font-style: normal;
  line-height: 26px;
  color: #062754;
}

.improveHabits {
  color: #062754;
  margin-top: 40px;
}

.improveHabits__subtitle {
  font-size: 24px;
  letter-spacing: 0.18px;
  text-align: center;
}

.improveHabits__image {
  margin: 20px 0px;
  text-align: center;
}

.improveHabits__content {
  font-size: 16px;
  line-height: 26px;
}

.improveHabits__highlighted {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.15px;
}

.improveHabits__share {
  height: 200px;
  color: #8595ab;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.btn-share {
  border-radius: 24px;
  border: 1px solid #126fec;
  color: #126fec;
}

/* achievements */
.achievements__title {
  color: #062754;
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.18px;
}

.achievements__items {
  gap: 20px;
}

.achievements__item {
  padding-top: 34px;
  padding-bottom: 34px;
  border-bottom: 1px solid #f5f5f5;
}

.achievements__item:last-child {
  border: none;
}

.achievements__number {
  color: #126fec;
  font-size: 34px;
  font-weight: 700;
}

.achievements__number p {
  margin-bottom: 0px;
}

.achievements__text {
  color: #8595ab;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}

/* Instituciones */
.institutions__title {
  color: #062754;
  font-size: 24px;
  letter-spacing: 0.18px;
}

/* Questions */
.questions {
  margin-top: 46px;
  margin-bottom: 48px;
}

.questions__title {
  color: #062754;
  font-size: 24px;
  letter-spacing: 0.18px;
}

#questionsAccordion {
  width: 100%;
}

/* Question Collapse */
.card {
  border-radius: 4px;
  border: 1px solid #cbcbcb;
  background: #fff;
  margin-bottom: 16px;
  padding: 0px 16px;
}
.card-header {
  padding: 0px !important;
  background-color: #fff;
  border-bottom: none !important;
  margin-bottom: 0px !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card-header .btn {
  color: #062754;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

.card-header .btn:focus {
  box-shadow: none !important;
}

.card-body {
  color: #062754;
  padding: 0 0 0 15px;
  margin-bottom: 0px;
  text-align: left;
  margin-bottom: 16px;
}

.card-body ol {
  padding: 0 0 0 16px;
}

.accordion > .card:not(:last-of-type) {
  border: 1px solid #cbcbcb;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.arrow-icon i {
  color: #126fec;
  transition: transform 0.3s ease-in-out;
  margin-right: 10px; /* Espacio entre el ícono y el texto */
}

/* Gira el ícono cuando el acordeón está colapsado */
.collapsed .arrow-icon i {
  transform: rotate(180deg);
}

/* landing home */
.whiteDays-banner {
  background-color: #126fec !important;
  border-radius: 0px;
}

.logo-whitedays-destacame {
  width: 284px;
}

.logo-news-whitedays {
  width: 356px;
}

.whiteDays--story {
  color: #fff;
  text-align: center;
  font-size: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}

.whiteDays--story p {
  margin-bottom: 0px;
}

.whiteDays-cta {
  text-align: center;
  margin-top: 16px;
}

.btn-cta {
  text-transform: uppercase;
  width: 300px;
}

.highlighted {
  background-color: #fff;
  padding: 4px;
  width: 197px;
  color: #126fec;
}

.logo-container {
  margin-top: 8px;
}

.whiteDays-mobile-sticky {
  text-align: center;
  color: #fff;
  height: 164px;
  background-color: #126fec;
  border-radius: 10px 10px 0px 0px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 100;
  padding: 16px;
}

.whiteDays-banner-top {
  border-radius: 0px 0px 10px 10px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);
  color: #fff;
  padding: 16px;
  text-align: center;
  background-color: #126fec;
  width: 100%;
  height: 134px;
  position: fixed;
  top: 0;
  z-index: 100;
}
.whiteDays-banner-sticky {
  color: #fff;
  padding: 16px;
  text-align: center;
  background-color: #126fec;
  width: 100%;
  height: 134px;
  margin-bottom: -20px;
  top: 0;
}

/* confetti-canvas */
#confetti-canvas {
  position: absolute;
  width: 100%;
  height: -moz-available; /* WebKit-based browsers will ignore this. */
  height: -webkit-fill-available;
}

/* Share btn */
.share-alert {
  width: 187px;
  height: 36px;
  background: var(--aux-success-light, #edf7f0);
  justify-content: center;
  align-items: center;
}

.icon-share {
  color: #2f932f;
}

.share-text {
  font-size: 14px;
  color: #2f932f;
}

.text-logos-white {
  color: var(--white);
  letter-spacing: 0.15px;
}

.text-logos-blue {
  color: #062754;
  letter-spacing: 0.15px;
}

.grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
}
.grecaptcha-badge:hover {
  width: 256px !important;
}

/* TODO: mejoprar estas clases */
.end-whitedays-title-h1 {
  color: var(--destacame-destacame, #126FEC);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.15px;
  text-align: center;
  width: 80%;
}
  
.end-whitedays-subtitle {
    font-size: 24px;
    font-weight: 700;
    line-height: 30.17px;
    margin-top: 24px;
}
.end-whitedays--button {
  margin-top: 24px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-64 {
  margin-top: 64px;
}

/* Media Querys */
@media (min-width: 768px) {
  .slogan {
    margin-top: 20px;
  }
  .slogan__container {
    width: 663px;
  }
  .whatIs {
    margin-top: 64px;
  }
  .achievements__item {
    margin-bottom: none;
    padding-bottom: 0px;
    border-bottom: none;
  }
  .improveHabits__content--texts {
    width: 451px;
  }
  .improveHabits__highlighted {
    text-align: left;
  }
  .whiteDays-banner--content {
    display: flex;
    justify-content: space-evenly;
    gap: 60px;
  }
  .whiteDays--story {
    text-align: left;
  }
  .end-whitedays-subtitle-h2 {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.15px;
    text-align: center;
    width: 793px;
  }
  .end-whitedays--button {
    margin-top: 32px;
    width: 300px;
  }
}

@media (min-width: 1024px) {
  #questionsAccordion {
    width: 900px;
  }
  .achievements__item {
    width: 328px;
  }
  .whiteDays-banner {
    height: auto;
  }
}
