:root {
  --orange: #ff7700;
  --blue: #005daa;
  --light-gray: #ebebeb;
  --dark-gray: #747474;
  --dark-blue: #253576;
}
body {
  font-family: "Roboto", sans-serif;
}
.icon-tel {
  background: url("../img/icon-tel.svg") no-repeat;
  width: 40px;
  height: 40px;
  background-size: contain;
  display: inline-block;
}
.text-orange {
  color: var(--orange);
}
.text-blue {
  color: var(--blue);
}
.text-dark-gray {
  color: var(--dark-gray);
}
.btn-outline-orange {
  --bs-btn-color: var(--orange);
  --bs-btn-border-color: var(--orange);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--orange);
  --bs-btn-hover-border-color: var(--orange);
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--orange);
  --bs-btn-active-border-color: var(--orange);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}
.btn-orange {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--orange);
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
:not(.btn-check) + .btn:active {
  background: #e16f0a;
  color: #fff;
}

.hero1 {
  background: url("../img/bg-hero-landing1.jpg") no-repeat top center;
  background-size: 200%;
}
.hero1 .description h1 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

.hero1 .card {
  border-radius: 20px;
  padding: 20px;
}
.hero1 .card h2 {
  font-size: 22px;
  font-weight: 700;
  color: var(--blue);
  text-transform: uppercase;
  text-align: center;
}
.hero1 .card form label {
  color: #686868;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 2px;
}
.form-select {
  color: #686868;
  font-size: 14px;
}
.hero1 .card form label span {
  color: #f50e0e;
  font-size: 12px;
  position: absolute;
  width: 15px;
  text-align: center;
}
.hero1 .card form .btn {
  border-radius: 105px;
  display: block;
  font-weight: bold;
}
.tel {
  font-size: 16px;
  text-decoration: none;
  font-weight: 700;
  color: var(--blue);
  letter-spacing: -1px;
}
p {
  font-size: 14px;
  line-height: 18px;
}

ul.check-white {
  list-style-image: url("../img/check-white.svg");
  color: #fff;
}
ul.check-white li {
  color: #fff;
}
.hero1 ul.check-white li {
  font-size: 19px;
}
ul.check-orange {
  list-style-image: url("../img/check-orange.svg");
}
ul.check-orange li::marker {
  font-size: 1.5rem;
}

@media (min-width: 992px) {
  .hero1 .description h1 {
    font-size: 45px;
    line-height: 50px;
  }
  .hero1 .card h2 {
    font-size: 34px;
    font-weight: 700;
    color: var(--blue);
    text-transform: uppercase;
    text-align: center;
  }
  .hero1 .card form label,
  .form-select {
    font-size: 18px;
  }
  .hero1 .card {
    padding: 20px 40px;
  }
  .hero1 .card form .btn {
    height: 51px;
    font-size: 20px;
  }
  .hero1 ul.check-white li {
    font-size: 26px;
    line-height: 32px;
  }
  .hero1 {
    background-size: cover;
  }
}

@media (min-width: 992px) {
  .tel {
    font-size: 35px;
  }
  p {
    font-size: 18px;
    line-height: 26px;
  }
  ul li {
    font-size: 18px;
    line-height: 28px;
    color: #343434;
  }
  ul.check-orange li::marker {
    font-size: 2rem;
  }
  .btn {
    font-size: 18px;
  }
}

.radius-20 {
  border-radius: 20px;
}

/*welcome promo*/
#welcome-promo {
  background: url("../img/pattern-orange.jpg") repeat;
  padding: 20px;
  position: relative;
}
#welcome-promo:before {
  background-image: url("../img/border-3-lines.jpg");
  content: "";
  width: 100%;
  position: absolute;
  top: -1px;
  height: 5px;
  left: 0;
  background-size: 100%;
}
#welcome-promo:after {
  background-image: url("../img/border-3-lines.jpg");
  content: "";
  width: 100%;
  position: absolute;
  bottom: -1px;
  height: 5px;
  left: 0;
  background-size: 100%;
}
#welcome-promo .promo {
  color: var(--orange);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
#welcome-promo .container-box-discount {
  max-width: 384px;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 0 auto;
}
#welcome-promo .box-discount {
  display: flex;
  flex-direction: column;
  height: 130px;
  color: #fff;
  margin-bottom: 0px;
  border-radius: 18px;
  width: 187px;
  justify-content: center;
}
#welcome-promo .box-discount.first {
  background: var(--dark-blue);
  padding-left: 7%;
  padding-right: 7%;
  margin-right: 1%;
}
#welcome-promo .box-discount.second {
  background: var(--blue);
  padding-left: 11%;
  padding-right: 2%;
  margin-left: 1%;
}
#welcome-promo .discount {
  font-size: 60px;
  font-weight: 900;
  line-height: 1;
}
#welcome-promo .box-discount.first .discount {
  color: var(--orange);
}
#welcome-promo .discount .percentage {
  font-size: 35px;
}
#welcome-promo .plus {
  background: url("../img/plus-circle-orange.svg") no-repeat;
  width: 60px;
  height: 60px;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

@media (min-width: 992px) {
  #welcome-promo .container-box-discount {
    margin-left: 0;
  }
  #welcome-promo .promo {
    font-size: 40px;
  }
  #welcome-promo .box-discount.first {
    background: var(--dark-blue);
    padding-left: 40px;
    padding-right: 0px;
    margin: 0;
  }
  #welcome-promo .box-discount.second {
    background: var(--blue);
    padding-left: 40px;
    padding-right: 0px;
    margin: 0;
  }
}

/*wave-bg-blue*/
.wave-bg-blue {
  background: var(--blue) url("../img/wave-white.svg") no-repeat;
  background-size: 100%;
}

/*4 cards*/
#four-cards {
  background: var(--light-gray);
}
#four-cards .card {
  text-align: center;
  border-radius: 12px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
  padding: 5vh 10px;
}
#four-cards .card .card-title {
  color: var(--blue);
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 0;
  margin-top: 12px;
}
#four-cards .card p {
  color: #292b2c;
  margin-bottom: 0;
  margin: 0 auto;
}

/*4 cards text*/

#four-cards-text .card {
  border-radius: 12px;
  padding: 40px 20px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
#four-cards-text .card .card-title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 0;
}
#four-cards-text .card p {
  color: #292b2c;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
}

/*slider-reviews*/
#slider-reviews {
  position: relative;
}
#slider-reviews:after {
  background: var(--blue);
  width: 100%;
  height: 25vh;
  position: absolute;
  bottom: 0;
  content: "";
  z-index: -1;
}
#slider-reviews .carousel-indicators {
  position: relative;
  margin-top: 5vh;
  margin-bottom: 5vh;
}
#slider-reviews .carousel-caption {
  position: relative;
  border: 2px solid #137fc3;
  border-radius: 10px;
  padding: 20px 40px;
  background: #fff;
  color: #686868;
  max-width: 642px;
  right: 0;
  left: auto;
  margin-top: -10%;
  text-align: center;
  bottom: auto;
}
#slider-reviews .carousel-caption p {
  margin-bottom: 0;
}
#slider-reviews .carousel-caption p:before {
  content: "";
  width: 33px;
  height: 26px;
  background: url("../img/open-quote.svg") no-repeat;
  background-size: contain;
  position: absolute;
  left: 5px;
  top: -10px;
}

@media (min-width: 992px) {
  #slider-reviews .carousel-caption {
    position: absolute;
    top: 50%;
    margin-top: 0;
  }
  #slider-reviews .carousel-caption p {
    font-size: 20px;
  }
  #slider-reviews .carousel-caption p:before {
    content: "";
    width: 66px;
    height: 52px;
    left: -20px;
    top: -20px;
  }
}

/*carousel with cards*/
#carousel-cards .card {
  border-color: #eeeeee;
  border-radius: 30px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
#carousel-cards .card .card-title {
  font-size: 36px;
  font-weight: bold;
}
#carousel-cards .carousel-indicators {
  position: relative;
  margin-top: 30px;
  margin-bottom: 95px;
}
#carousel-cards .carousel-control-next-icon {
  background: #fff url("../img/arrow-orange-next.svg") no-repeat center center;
  background-size: contain;
}
#carousel-cards .slide-img img {
  object-fit: cover;
  height: 100%;
}
.carousel-control-prev,
.carousel-control-next {
  width: 80px;
  height: 80px;
  border-radius: 150px;
  background: #fff;
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.25));
  top: 35%;
  opacity: 1;
}
.carousel-control-prev {
  left: -40px;
}
.carousel-control-next {
  right: -40px;
}

#carousel-cards .carousel-control-prev-icon {
  background: #fff url("../img/arrow-orange-prev.svg") no-repeat center center;
  background-size: contain;
}
#slider-with-cards {
  position: relative;
}
#slider-with-cards:after {
  background: var(--blue);
  opacity: 0.1;
  width: 100%;
  height: 314px;
  position: absolute;
  bottom: 0;
  content: "";
  z-index: -1;
}

.carousel-indicators [data-bs-target] {
  width: 33px;
  border-bottom: 4px solid transparent;
  background: transparent;
  border: 1px solid var(--orange);
  border-radius: 150px;
  opacity: 1;
  height: 8px;
}
.carousel-indicators .active {
  background: var(--orange);
}

#carousel-cards .carousel-item .slide-img img {
  max-height: 200px;
  /* Ajusta esta altura según sea necesario */
  object-fit: cover;
  /* Mantiene la proporción de la imagen */
}

footer {
  color: #888c8e;
  border-top: 1px solid #888c8e;
  padding-top: 41px;
  font-size: 14px;
  line-height: 18px;
}
footer p {
  font-size: 14px;
  line-height: 18px;
}
