body {
  background-image: url("../img/background-slides/slide-1.webp");
  background-color: rgb(0, 0, 0);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  box-sizing: content-box;
  position: relative;
  overflow-x: hidden;
}
body * {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  transition: opacity 0.7s ease;
  pointer-events: none;
}

.container {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  min-height: 90vh;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}
.container .img-brand {
  text-align: left;
  margin-bottom: 20px;
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: absolute;
  top: 4%;
}
.container .img-brand img {
  width: 200px;
  height: auto;
}
.container .img-brand.position-center {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.container .img-brand-footer {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 8% 0 0 0;
}
@media (max-width: 600px) {
  .container .img-brand-footer {
    padding: 10% 0;
  }
}
.container .img-brand-footer img {
  width: 200px;
  height: auto;
}
.container h2 {
  color: rgb(255, 255, 255);
}

.container:has(.owl-item.active .pregunta-11) .img-brand {
  display: none !important;
}

p {
  color: rgb(255, 255, 255);
  font-size: clamp(12px, 18px + 88 * (15vw - 320px) / 1600, 106px);
  margin: 0;
  margin-bottom: 20px;
  text-align: center;
}

h3 {
  color: rgb(255, 255, 255);
  font-size: clamp(12px, 18px + 88 * (15vw - 320px) / 1600, 106px);
  margin: 0;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600;
}

.button-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 16px;
  padding: 0 5px;
}
@media (max-width: 600px) {
  .button-group {
    display: flex;
    justify-content: center;
    flex-direction: column;
    row-gap: 10px;
    max-width: 100%;
    width: 100%;
    align-items: center;
    padding: 0;
  }
}
.button-group.centered {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button-group .button {
  cursor: pointer;
  position: relative;
  padding: 10px 24px;
  margin: 2px 10px;
  font-size: 18px;
  color: rgb(255, 255, 255);
  border: 2px solid rgb(255, 255, 255);
  border-radius: 10px;
  background-color: transparent;
  font-weight: 600;
  overflow: hidden;
  max-width: 80%;
  width: 100%;
  text-decoration: none;
}
@media (max-width: 600px) {
  .button-group .button {
    max-width: 100%;
    width: 80%;
    text-align: center;
    text-decoration: none;
  }
}
.button-group .button:active {
  scale: 1;
}
.button-group .button:hover::before {
  scale: 3;
}
.button-group .button.button-yes:hover, .button-group .button.btn-change-slide:hover {
  background-color: rgb(30, 197, 53);
  color: rgb(255, 255, 255);
  scale: 1.1;
}
.button-group .button.button-yes::before, .button-group .button.btn-change-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  border-radius: inherit;
  scale: 0;
  z-index: -1;
  background-color: rgb(30, 197, 53);
}
.button-group .button.button-yes.max-width-buttom, .button-group .button.btn-change-slide.max-width-buttom {
  max-width: 70%;
  width: 100%;
}
.button-group .button.button-no:hover {
  scale: 1.1;
  background-color: rgb(255, 0, 0);
  color: rgb(255, 255, 255);
}
.button-group .button.button-no::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  border-radius: inherit;
  scale: 0;
  z-index: -1;
  background-color: rgb(255, 0, 0);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.button-next-question-slide {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}
.button-next-question-slide.learn-more {
  width: 12rem;
  height: auto;
}
.button-next-question-slide.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: rgb(30, 197, 53);
  border-radius: 1.625rem;
}
.button-next-question-slide.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
.button-next-question-slide.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
.button-next-question-slide.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.29rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}
.button-next-question-slide .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: rgb(255, 255, 255);
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}
.button-next-question-slide:hover .circle {
  width: 100%;
}
.button-next-question-slide:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}
.button-next-question-slide:hover .button-text {
  color: #fff;
}

.carousel-questions .form-field-group {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.carousel-questions .form-field-group .title-tf-question-container {
  border-bottom: 1px solid rgb(255, 255, 255);
  width: 30%;
  margin-bottom: 36px;
}
.carousel-questions .form-field-group .title-tf-question-container .title-tf-question {
  margin-bottom: 10px;
  color: rgb(255, 255, 255);
  font-size: clamp(24px, 24px + 88 * (40vw - 320px) / 1600, 112px);
  text-align: right;
  font-weight: 300;
  margin: 0;
}
@media (min-width: 320px) {
  .carousel-questions .form-field-group {
    min-height: 85vh;
  }
}
@media (min-width: 600px) {
  .carousel-questions .form-field-group {
    min-height: 85vh;
  }
}
@media (min-width: 1200px) {
  .carousel-questions .form-field-group {
    min-height: 73vh;
  }
}
.carousel-questions .form-field-group .title-answer-tfv-question-container {
  margin-bottom: 15px;
  border: 1px solid rgb(30, 197, 53);
  color: rgb(30, 197, 53);
  font-size: clamp(24px, 24px + 88 * (24vw - 320px) / 1600, 112px);
  text-align: left;
  font-weight: 300;
  width: fit-content;
  padding: 0px 15px;
  border-radius: 10px;
}
.carousel-questions .form-field-group .title-answer-tff-question-container {
  margin-bottom: 15px;
  border: 1px solid rgb(255, 0, 0);
  color: rgb(255, 0, 0);
  font-size: clamp(24px, 24px + 88 * (24vw - 320px) / 1600, 112px);
  text-align: left;
  font-weight: 300;
  width: fit-content;
  padding: 0px 15px;
  border-radius: 10px;
}
.carousel-questions .form-field-group label {
  color: rgb(255, 255, 255);
  font-size: clamp(33px, 35px + 88 * (17vw - 320px) / 1600, 106px);
  line-height: clamp(22px, 69px + 100 * (17vw - 320px) / 1600, 120px);
  margin-bottom: 20px;
  height: 100%;
  display: flex;
  align-items: baseline;
}
@media (min-width: 320px) {
  .carousel-questions .form-field-group label {
    font-size: clamp(24px, 33px + 88 * (42vw - 320px) / 1600, 106px);
    line-height: clamp(22px, 43px + 100 * (79vw - 320px) / 1600, 120px);
  }
}
@media (min-width: 600px) {
  .carousel-questions .form-field-group label {
    font-size: clamp(33px, 35px + 88 * (23vw - 320px) / 1600, 106px);
    line-height: clamp(22px, 69px + 100 * (21vw - 320px) / 1600, 120px);
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .carousel-questions .form-field-group label {
    font-size: clamp(33px, 35px + 88 * (23vw - 320px) / 1600, 106px);
    line-height: clamp(36px, 1.2em + 88 * (23vw - 320px) / 1600, 115px);
    padding: 0;
  }
}
.carousel-questions .form-field-group h3 {
  color: rgb(255, 255, 255);
  font-size: clamp(17px, 18px + 88 * (20vw - 320px) / 1600, 107px);
  margin: 0;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600;
}
.carousel-questions .form-field-group .title-finish-form {
  color: rgb(255, 255, 255);
  font-size: clamp(24px, 24px + 88 * (40vw - 320px) / 1600, 112px);
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
}
.carousel-questions .form-field-group #counter-final {
  color: rgb(255, 255, 255);
  font-size: clamp(26px, 24px + 88 * (40vw - 320px) / 1600, 112px);
  text-align: center;
  font-weight: 300;
  margin-bottom: 20px;
}
.carousel-questions .form-field-group #counter-final strong {
  font-size: clamp(39px, 24px + 88 * (48vw - 320px) / 1600, 112px);
  font-weight: 600;
}
@media (min-width: 320px) {
  .carousel-questions .form-field-group #counter-final {
    font-size: clamp(17px, 7px + 88 * (39vw - 320px) / 1600, 106px);
    line-height: clamp(22px, 10px + 88 * (45vw - 320px) / 1600, 118px);
  }
}
@media (min-width: 600px) {
  .carousel-questions .form-field-group #counter-final {
    font-size: clamp(33px, 35px + 88 * (23vw - 320px) / 1600, 106px);
    line-height: clamp(22px, 69px + 100 * (21vw - 320px) / 1600, 120px);
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .carousel-questions .form-field-group #counter-final {
    font-size: clamp(33px, 35px + 88 * (23vw - 320px) / 1600, 106px);
    line-height: clamp(36px, 1.2em + 88 * (23vw - 320px) / 1600, 115px);
    padding: 0;
  }
}
.carousel-questions .form-field-group #message-puntuation {
  color: rgb(255, 255, 255);
  font-size: clamp(16px, 18px + 88 * (15vw - 320px) / 1600, 106px);
  margin: 0;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 320px) {
  .carousel-questions .form-field-group #message-puntuation {
    font-size: clamp(17px, 33px + 88 * (6vw - 320px) / 1600, 106px);
    line-height: clamp(1.1, 1.15 + 0.15 * (100vw - 320px) / 1600, 1.3);
  }
}
@media (min-width: 600px) {
  .carousel-questions .form-field-group #message-puntuation {
    font-size: clamp(24px, 33px + 88 * (42vw - 320px) / 1600, 106px);
    line-height: clamp(1.1, 1.15 + 0.15 * (100vw - 320px) / 1600, 1.3);
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .carousel-questions .form-field-group #message-puntuation {
    font-size: clamp(26px, 35px + 88 * (8vw - 320px) / 1600, 106px);
    line-height: clamp(36px, 1.2em + 88 * (23vw - 320px) / 1600, 115px);
    padding: 0;
  }
}
.carousel-questions .form-field-group .img-seal-form {
  display: block;
  margin: 0 auto 20px auto;
  width: 150px;
  height: auto;
}
.carousel-questions .owl-dots {
  position: relative;
  width: 100%;
  height: 6px;
  background-color: rgb(255, 255, 255);
  border-radius: 4px;
  margin-top: 15px;
  overflow: hidden;
}
.carousel-questions .owl-dots .owl-dot {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 4px;
  background-color: rgb(30, 197, 53);
  width: 14%;
}

.container-progress {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-top: 20px;
}
.container-progress .owl-progress-bar {
  position: relative;
  width: 100%;
  height: 6px;
  background-color: #f0f0f0;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 20px;
}
.container-progress .owl-progress-bar .progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 4px;
  background-color: #2ecc71;
  width: 0%;
}
.container-progress .counter {
  color: rgb(255, 255, 255);
  border: 1px solid rgb(255, 255, 255);
  padding: 4px 15px;
  border-radius: 9px;
}
.container-progress .next-slide-fov {
  color: rgb(255, 255, 255);
  border: 1px solid rgb(255, 255, 255);
  padding: 4px 15px;
  border-radius: 9px;
}

/*# sourceMappingURL=main.css.map */
