@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
:root {
  --colorPrimary: #1d09a8;
  --colorPrimaryHover: #230bbe;
  --colorPrimaryFade: #dad7ef;
  --colorSecondary: #f24b04;
  --colorTextTitle: #00195a;
  --colorTextGeneral: #00195a;
}

input::placeholder {
  color: green;
}

ul {
  list-style: none;
  padding-left: 0;
}

.br-1 {
  border-radius: 1rem;
}

.spacer-50 {
  display: block;
  width: 100%;
  height: 50px;
}
@media (max-width: 800px) {
  .spacer-50 {
    height: 25px;
  }
}

.spacer-80 {
  display: block;
  width: 100%;
  height: 80px;
}

.spacer-120 {
  display: block;
  width: 100%;
  height: 120px;
}

.col-primary {
  color: var(--colorPrimary);
}

.text-bold {
  font-weight: 800;
}

h1 {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 900;
  color: var(--colorTitleText);
}

h2 {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 800;
  color: var(--colorTitleText);
}

h3 {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0;
  color: var(--colorTitleText);
}

h4 {
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0;
}

p {
  margin: 0;
  line-height: 1.4;
}

.wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
  min-height: 100vh;
}

header {
  background: white;
}
header .logo-header {
  width: 250px;
}
header .nav-pills .nav-link {
  color: #5b5b5b;
}
header .nav-pills .nav-link:hover {
  color: var(--colorPrimary);
}
header .nav-pills .nav-link.active {
  color: var(--colorPrimary);
  background: none;
}

.btn-primary {
  width: 100%;
  padding: 0.75rem 2rem;
  font-size: 1.25rem;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  background: var(--colorSecondary);
  border: var(--colorSecondary) !important;
  border-radius: 0.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.btn-primary:hover {
  background: var(--colorPrimaryHover);
  transform: scale(1.025);
}
@media (max-width: 800px) {
  .btn-primary {
    width: 100% !important;
  }
}
@media (min-width: 1000px) {
  .btn-primary {
    width: fit-content;
  }
}

@media (max-width: 800px) {
  .form_car_cta {
    position: fixed;
    bottom: 0;
    background: white;
    padding: 0.5rem;
  }
}
.home-hero {
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 20px;
  background: url("../img/damecredito-hero-dt.jpg") no-repeat center;
  background-size: cover;
}
@media (max-width: 800px) {
  .home-hero {
    min-height: 450px;
  }
}
.home-hero h1 {
  color: white;
  text-align: center;
  text-shadow: 0 1px black;
}

.form-step {
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.form-step h4 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  text-align: center;
}
.form-step label {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 1.5rem;
}
.form-step label.label-sm {
  font-size: 0.875rem;
  font-weight: 600;
  text-align: left;
  margin-bottom: 0.75rem;
}
.form-step label span {
  font-size: 1rem;
  font-weight: 400;
}
.form-step .form-check p {
  font-size: 0.875rem;
  font-weight: 400;
}
.form-step input, .form-step select {
  margin: 0 auto;
  font-size: 1.5rem;
  text-align: center;
  border: 1px solid #b6b6c7;
}
.form-step button {
  cursor: pointer;
  width: auto;
  margin-top: 0.5rem;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  border: 1px solid var(--colorPrimary);
  border-radius: 0.5rem;
}
.form-step button.prev-step {
  color: var(--colorPrimary);
  background: transparent;
}
.form-step button.prev-step:hover {
  color: white;
  background: var(--colorPrimary);
}
.form-step button.next-step {
  color: white;
  background: var(--colorPrimary);
}
.form-step button.next-step:hover {
  border: 1px solid var(--colorSecondary);
  background: var(--colorSecondary);
}
.form-step button.preset-option {
  color: var(--colorPrimary) !important;
  background: transparent !important;
  border: 1px solid var(--colorPrimary) !important;
}
.form-step button.preset-option:hover {
  transform: scale(1) !important;
}
.form-step button.preset-option.active {
  width: fit-content !important;
  color: white !important;
  border: 1px solid var(--colorSecondary) !important;
  background: var(--colorSecondary) !important;
}

.signUpForm {
  display: flex;
}
@media (max-width: 800px) {
  .signUpForm {
    flex-direction: column;
  }
}
.signUpForm .selector_amount,
.signUpForm .selector_months,
.signUpForm .selector_days {
  flex: 1;
  padding: 1rem;
  border-right: 1px solid #d2d2e6;
}
@media (max-width: 800px) {
  .signUpForm .selector_amount,
  .signUpForm .selector_months,
  .signUpForm .selector_days {
    border-right: none;
    border-bottom: 1px solid #d2d2e6;
  }
}
.signUpForm .slector_cta {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 800px) {
  .signUpForm .slector_cta {
    padding: 1rem;
  }
}

.sliderContainer {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-family: Arial, sans-serif;
}

.slider {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  background: #ddd;
  outline: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.25s ease;
}

.slider::-webkit-slider-thumb {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background: var(--colorPrimary);
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: var(--colorPrimary);
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.sliderContainer__text {
  font-size: 16px;
  color: #333;
}

.sliderContainer__value {
  font-size: 18px;
  font-weight: bold;
  color: #007bff;
}

.glide__slide img {
  display: block;
  width: 100%;
}
@media (max-width: 500px) {
  .glide__slide img {
    width: 100%;
  }
}

.process {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5%;
}
@media (max-width: 800px) {
  .process {
    flex-direction: column;
    gap: 30px;
  }
}
.process .process_step {
  flex: 1;
  padding: 2rem;
  color: white;
  background: var(--colorSecondary);
  border-radius: 1rem;
  min-height: 240px;
}
.process .process_step img {
  width: 40px;
  margin-bottom: 1rem;
}

#step1 {
  background: url("../img/step1-bg.jpg") no-repeat center;
  background-size: cover;
}

#step2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: url("../img/step2-bg.jpg") no-repeat center;
  background-size: cover;
}

#step3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("../img/step3-bg.jpg") no-repeat center;
  background-size: cover;
}

.faq {
  width: 80%;
}
@media (max-width: 800px) {
  .faq {
    width: 100%;
  }
}

.accordion-button {
  font-weight: 600;
  color: var(--colorPrimary);
}

.accordion-button:not(.collapsed) {
  color: var(--colorPrimary);
  background: none;
}

footer {
  padding: 2rem 0 0.5rem;
  border-top: 1px solid #b6b6c7;
}
@media (max-width: 800px) {
  footer {
    padding: 1rem 0 0.5rem;
  }
}
footer .logo-footer {
  width: 150px;
}
footer .footer_nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}
@media (max-width: 800px) {
  footer .footer_nav {
    flex-direction: column;
    align-items: center;
    margin-top: 1rem;
  }
}
footer .footer_nav li a, footer .footer_nav li p {
  font-size: 0.875rem;
}

.loaderWrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.25);
  z-index: 100;
}
.loaderWrapper .loader {
  width: 50%;
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  border-radius: 2rem;
  background: white;
}
.loaderWrapper .loader svg path,
.loaderWrapper .loader svg circle {
  stroke: var(--colorPrimary);
}

@keyframes line {
  from {
    opacity: 0;
  }
  to {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}
#dialog-line-1 {
  animation: line 0.6s 2s forwards ease-in-out;
  stroke-dasharray: 50;
  stroke-dashoffset: 50;
}

#dialog-line-2 {
  animation: line 0.6s 2.8s forwards ease-in-out;
  stroke-dasharray: 50;
  stroke-dashoffset: 50;
}

#dialog-line-3 {
  animation: line 0.6s 3.6s forwards ease-in-out;
  stroke-dasharray: 50;
  stroke-dashoffset: 50;
}

#dialog-line {
  animation: line 0.6s 5s forwards ease-in-out;
  stroke-dasharray: 40;
  stroke-dashoffset: 40;
}

@keyframes scala {
  from {
    transform: scale(0);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
#money {
  animation: scala 1.5s 5s infinite alternate ease-in-out;
  transform-origin: 22px 22px;
  opacity: 0;
}

#oval {
  animation: scala 1s 5s forwards ease-in-out;
  transform-origin: 22px 22px;
  opacity: 0;
}

#big-bubble path:nth-child(1) {
  animation: scala 1s forwards ease-in-out;
  transform-origin: 0 64px;
  opacity: 1;
}

#bubble-mini #little-bubble {
  animation: scala 0.8s 4s forwards ease-in-out;
  transform-origin: 111px 115px;
  opacity: 0;
}

.bg-purple {
  background: var(--colorPrimaryFade);
}

.bg-white {
  background: white;
}

.car-form-ad,
.long-form-ad {
  margin-bottom: 2rem;
}

.car-loan-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.875rem;
  padding: 0.5rem 1rem;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 0.5rem;
}
@media (min-width: 801px) {
  .car-loan-header {
    flex-direction: row;
    gap: 2rem;
  }
}
.car-loan-header img {
  width: 100px;
}
.car-loan-header h4 {
  text-align: center;
}
@media (min-width: 801px) {
  .car-loan-header h4 {
    text-align: left;
  }
}
@media (max-width: 800px) {
  .car-loan-header h4 {
    order: 1;
    font-size: 0.983rem;
  }
  .car-loan-header img {
    order: 2;
  }
  .car-loan-header a {
    order: 3;
  }
}
.car-loan-header .btn-tertiary {
  cursor: pointer;
  color: var(--colorPrimary);
  background: transparent;
  border: 1px solid var(--colorPrimary);
  border-radius: 0.5rem;
}
.car-loan-header .btn-tertiary:hover {
  color: white;
  background: var(--colorPrimary);
}

.loadingAnimation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1000;
}

.loader {
  width: 40px;
  height: 40px;
  --c:no-repeat linear-gradient(white 0 0);
  background: var(--c), var(--c), var(--c), var(--c);
  background-size: 21px 21px;
  animation: l5 1.5s infinite cubic-bezier(0.3, 1, 0, 1);
}

@keyframes l5 {
  0% {
    background-position: 0 0, 100% 0, 100% 100%, 0 100%;
  }
  33% {
    background-position: 0 0, 100% 0, 100% 100%, 0 100%;
    width: 60px;
    height: 60px;
  }
  66% {
    background-position: 100% 0, 100% 100%, 0 100%, 0 0;
    width: 60px;
    height: 60px;
  }
  100% {
    background-position: 100% 0, 100% 100%, 0 100%, 0 0;
  }
}
.popup {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  background: white;
  border-radius: 1rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.dot-loader {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  align-items: flex-end;
  height: 2rem;
}

.dot-loader span {
  width: 12px;
  height: 12px;
  background-color: var(--colorPrimary);
  border-radius: 50%;
  animation: bounce 0.6s infinite ease-in-out;
}

.dot-loader span:nth-child(2) {
  animation-delay: 0.2s;
}

.dot-loader span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.car-info p {
  font-size: 1rem;
}

.form-checkmark {
  width: 14px;
  transform: translateY(-2px);
}

#gdpr-error {
  width: 400px;
  position: absolute;
  line-height: 1;
  background: white;
  border-radius: 8px;
  padding: 0.5rem;
  top: -75px;
  left: -50px;
}

#marketing-error {
  width: 400px;
  position: absolute;
  line-height: 1;
  background: white;
  border-radius: 8px;
  padding: 0.5rem;
  top: 30px;
  left: -50px;
}

#car-form-int {
  background: #c7c3e5;
  padding: 1rem;
  border-radius: 0.5rem;
}

.form-check-input {
  vertical-align: middle;
  margin-top: 0.35em !important;
}/*# sourceMappingURL=styles.css.map */