@import 'https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap")';
@font-face {
  font-family: "Open Sans SemiBold";
  src: url("../fonts/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/OpenSans-SemiBold.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: "Open Sans Medium";
  src: url("../fonts/OpenSans-Medium.woff2") format("woff2"), url("../fonts/OpenSans-Medium.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: "Mulish ExtraBold";
  src: url("../fonts/Mulish-ExtraBold.woff2") format("woff2"), url("../fonts/Mulish-ExtraBold.woff") format("woff");
  font-style: normal;
}
* {
  box-sizing: border-box;
  margin: 0;
  font-family: "Open Sans Medium";
}

body,
html {
  /*  background-color: $color-white */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Mulish ExtraBold";
  color: #0039A6;
}

a {
  text-decoration: none;
}

.link-text-fourth {
  color: #7F7B7C;
  transition: all 0.3s ease-in-out;
}
.link-text-fourth:hover {
  color: #0039A6;
}

.color-fourth {
  color: #7F7B7C;
}

.title-alternative {
  text-align: center;
  font-size: clamp(1.8rem, 5vw, 4.2rem);
}
.title-alternative span {
  font-family: "Mulish ExtraBold";
}

.subtitle-alternative {
  text-align: center;
  font-size: clamp(1rem, 5vw, 2rem);
  color: #7F7B7C;
}

.content-img-dec {
  margin-top: -4rem;
  margin-bottom: -12rem;
}
@media screen and (max-width: 1366px) and (min-width: 500px) {
  .content-img-dec {
    margin-bottom: -22rem;
  }
}
@media screen and (max-width: 500px) {
  .content-img-dec {
    margin-bottom: -2rem;
  }
}

.img-dec {
  margin-left: 5rem;
  margin-right: auto;
  display: flex;
  width: 100%;
  max-width: 800px;
}
@media screen and (max-width: 500px) {
  .img-dec {
    margin-left: auto;
  }
}

.content-iframe {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  border-radius: 0.1rem;
}
.content-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.padding-section, .contact, .vehicles, .section-dec, .video, .introduction {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 500px) {
  .padding-section, .contact, .vehicles, .section-dec, .video, .introduction {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.header {
  position: fixed;
  width: 100%;
  padding-top: 0.5rem;
  top: 0;
  z-index: 100;
  background-color: #FFFFFF;
  transition: padding-top 0.3s ease-in-out;
  box-shadow: 0 2px 14px 2px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 992px) {
  .header {
    box-shadow: 0 2px 14px 2px rgba(0, 0, 0, 0.05);
  }
}
@media screen and (max-width: 768px) {
  .header {
    padding-top: 0;
    padding-bottom: 0.5rem;
  }
}
.header.remove {
  padding-top: 0;
}
.header.remove .header-top,
.header.remove .header-divider {
  height: 0;
  margin-top: 0;
  background-color: #FFFFFF;
}
.header-divider {
  margin-top: 0.4rem;
  margin-bottom: 0;
  overflow: hidden;
  transition: margin-top 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .header-divider {
    display: none;
  }
}
.header-top {
  height: 30px;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .header-top {
    display: none;
  }
}
.header-rs, .header-contact {
  display: flex;
  flex-direction: row;
  margin-left: auto;
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .header-rs, .header-contact {
    margin-left: auto;
    margin-right: auto;
  }
}
.header-rs-item, .header-contact-item {
  padding: 0.2rem 0.6rem;
}
.header-rs-item__link, .header-contact-item__link {
  color: #0039A6;
  transition: all 0.3s ease-in-out;
}
.header-rs-item__link:hover, .header-contact-item__link:hover {
  color: #2B87DA;
}
.header-contact {
  margin-left: inherit;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .header-contact {
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .header-bottom {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.navbar-nav .nav-link {
  color: #7F7B7C;
}
.navbar-nav .nav-link:hover {
  color: #0039A6;
}
@media screen and (max-width: 768px) {
  .navbar-nav .nav-link {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .navbar-nav .header-rs,
  .navbar-nav .header-contact {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .navbar-nav .header-rs {
    padding-top: 0.5rem;
    width: 100%;
    justify-content: center;
  }
  .navbar-nav .header-contact {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.navbar-toggler {
  border: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-toggler:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 84, 255, 0.5);
}
.navbar-toggler:focus i {
  color: #0039A6;
}

.btn-float {
  position: fixed;
  bottom: 5rem;
  right: 3%;
  z-index: 100;
  cursor: pointer;
}
.btn-float img {
  width: clamp(3.5rem, 5vw, 5rem);
}
@media screen and (max-width: 500px) {
  .btn-float {
    bottom: 1rem;
  }
}

.btn-principal {
  background-color: #0054FF;
  color: #fafafa;
  border-radius: 0.1rem 20rem 20rem 20rem;
  padding: 0.6rem 1.6rem;
  min-width: 8rem;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .btn-principal {
    font-size: 0.8rem;
  }
}
.btn-principal:hover {
  background-color: #0039A6;
  color: #fafafa;
}
.btn-secundary {
  background-color: #fafafa;
  color: #0039A6;
  border-radius: 0.1rem 20rem 20rem 20rem;
  padding: 0.6rem 1.6rem;
  min-width: 8rem;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .btn-secundary {
    font-size: 0.8rem;
  }
}
.btn-secundary:hover {
  background-color: #0054FF;
  color: #fafafa;
}

.banner {
  margin-top: 6.5rem;
}
.banner-content {
  position: relative;
}
.banner-img {
  width: 100%;
  height: 100%;
  /* min-height: 60vh;
  min-height: 60dvh; */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 768px) {
  .banner-img {
    /* min-height: 40vh;
    min-height: 40dvh; */
    height: 160px;
  }
}
.banner .btn {
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 500px) {
  .banner .btn {
    width: 163px;
    top: 80%;
  }
}
@media screen and (max-width: 768px) {
  .banner {
    margin-top: 4.2rem;
  }
}

.introduction {
  overflow: hidden;
  height: 65vh;
  height: 65dvh;
}
@media screen and (max-width: 768px) {
  .introduction {
    height: 38vh;
    height: 38dvh;
  }
}
@media screen and (max-width: 500px) {
  .introduction {
    height: 15rem;
  }
}
.introduction-content {
  position: relative;
}
.introduction-card {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .introduction-card {
    width: 55%;
  }
}
.introduction-card[data-number="1"], .introduction-card[data-number="2"], .introduction-card[data-number="3"] {
  transition: all 1.5s ease-in-out;
}
.introduction-card[data-number="1"]:not(.view), .introduction-card[data-number="2"]:not(.view), .introduction-card[data-number="3"]:not(.view) {
  left: 100vw;
  opacity: 0;
}
.introduction-card[data-number="1"].view {
  left: 5vw;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .introduction-card[data-number="1"].view {
    left: -5vw;
  }
}
@media screen and (max-width: 500px) {
  .introduction-card[data-number="1"].view {
    left: -10vw;
  }
}
.introduction-card[data-number="2"].view {
  left: 30vw;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .introduction-card[data-number="2"].view {
    left: 20vw;
  }
}
.introduction-card[data-number="3"].view {
  left: 55vw;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .introduction-card[data-number="3"].view {
    left: 45vw;
  }
}
@media screen and (max-width: 500px) {
  .introduction-card[data-number="3"].view {
    left: 50vw;
  }
}
.introduction-img {
  height: 40vh;
}
@media screen and (max-width: 768px) {
  .introduction-img {
    width: 100%;
    height: auto;
  }
}
.introduction-title {
  text-align: center;
  color: #2B87DA;
}
@media screen and (max-width: 500px) {
  .introduction-title {
    font-size: 1rem;
  }
}

.video {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .video {
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 500px) {
  .video {
    margin-top: -5rem;
  }
}
.video::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(90deg, rgb(43, 135, 218) 0%, rgb(0, 57, 166) 100%);
  width: 100%;
  height: 18rem;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .video::after {
    top: 40% !important;
  }
}
@media screen and (max-width: 500px) {
  .video::after {
    height: 8rem;
  }
}

.card-benefit {
  background-color: #fafafa;
  padding: 2rem;
  border-radius: 1.4rem;
  box-shadow: 0 2px 14px 2px rgba(0, 0, 0, 0.05);
  height: 100%;
  border-bottom: 0.4rem solid #0039A6;
  transition: all 0.3s ease-in-out;
}
.card-benefit-head {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 1rem;
}
.card-benefit-icon {
  fill: #0039A6;
  width: 2rem;
  height: 2rem;
}
.card-benefit-title {
  color: #0039A6;
  margin-bottom: 0;
}
@media screen and (max-width: 500px) {
  .card-benefit-title {
    font-size: 1.4rem;
  }
}
.card-benefit-text {
  color: #7F7B7C;
}
.card-benefit:hover {
  box-shadow: 0 12px 14px 2px rgba(0, 0, 0, 0.2);
}

.section-dec-content {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.section-dec__img {
  left: 100vw;
  position: relative;
  height: 25rem;
}
@media screen and (max-width: 768px) {
  .section-dec__img {
    height: 10rem;
  }
}

.vehicles-slides:not(.show) {
  display: none;
}
.vehicles-slides-head {
  margin-bottom: 1rem;
}
.vehicles-slides-titles {
  background: linear-gradient(90deg, rgb(43, 135, 218) 0%, rgb(0, 57, 166) 100%);
  color: #fafafa;
  border-radius: 0.5rem;
  padding: 0.6rem;
}
.vehicles-slides-body {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 1rem;
}
@media screen and (max-width: 500px) {
  .vehicles-slides-body {
    flex-wrap: wrap;
  }
}
.vehicles-slides-body__divider {
  width: 2px;
  height: 14rem;
  background-color: rgba(0, 0, 0, 0.1);
  margin: auto 0;
}
@media screen and (max-width: 500px) {
  .vehicles-slides-body__divider {
    height: 2px;
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.vehicles-slides-right, .vehicles-slides-left {
  min-width: 13rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .vehicles-slides-right, .vehicles-slides-left {
    min-width: auto;
    max-width: 13rem;
  }
}
@media screen and (max-width: 500px) {
  .vehicles-slides-right, .vehicles-slides-left {
    max-width: 100%;
    width: 100%;
    flex-direction: row;
  }
}
.vehicles-slides-item {
  display: flex;
  flex-direction: row;
  align-items: start;
  flex-wrap: wrap;
  gap: 0.4rem;
  max-width: 320px;
}
@media screen and (max-width: 500px) {
  .vehicles-slides-item__group {
    padding-left: 0.5rem;
  }
}
.vehicles-slides-item__icon {
  width: 100%;
  max-width: 2rem;
  height: auto;
}
.vehicles-slides-item__title {
  width: 100%;
  color: #0039A6;
}
@media screen and (max-width: 500px) {
  .vehicles-slides-item__title {
    font-size: 1rem;
  }
}
.vehicles-slides-item__list {
  list-style: none;
  padding-left: 0;
}
.vehicles-slides-item__text {
  color: #7F7B7C;
}
@media screen and (max-width: 500px) {
  .vehicles-slides-item__text {
    font-size: 0.8rem;
  }
}
.vehicles-slides-alert {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.2rem;
  border: 0.08rem solid #A7A9AC;
  padding: 0.4rem;
}
.vehicles-slides-alert i {
  font-size: 2rem;
  color: #0054FF;
}
.vehicles-slides-alert__text {
  font-size: 0.8rem;
  margin-bottom: 0;
  color: #7F7B7C;
}
.vehicles-group {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.vehicles-thumbs {
  width: 100%;
}
.vehicles-thumbs .swiper-slide {
  height: 100%;
  opacity: 0.4;
}
.vehicles-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.vehicles-nav {
  position: relative;
  height: 2rem;
  margin-top: auto;
  display: flex;
  justify-content: end;
  gap: 1rem;
}
.vehicles-nav .swiper-button-next,
.vehicles-nav .swiper-button-prev {
  position: relative;
  top: inherit;
  left: inherit;
  right: inherit;
  bottom: inherit;
  margin: 0;
  width: auto;
  height: auto;
}
.vehicles-nav .swiper-button-next:hover::after,
.vehicles-nav .swiper-button-prev:hover::after {
  color: #0054FF;
  transition: all 0.3s ease-in-out;
}
.vehicles-nav .swiper-button-next::after,
.vehicles-nav .swiper-button-prev::after {
  font-family: "fontawesome";
  content: "\f104";
  color: #0039A6;
  font-size: 2rem;
}
.vehicles-nav .swiper-button-next::after {
  content: "\f105";
}
.vehicles-info {
  margin-bottom: 0.5rem;
}
.vehicles-pagination {
  border-top: 0.1rem solid #0054FF;
  border-bottom: 0.1rem solid #0054FF;
  min-width: 8rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #0054FF;
  font-size: 1.4rem;
}
.vehicles-pagination-number {
  font-family: "Mulish ExtraBold";
}
.vehicles .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .vehicles .swiper-slide img {
    max-height: 24rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.vehicles .swiper-pagination {
  display: flex;
  justify-content: center;
}

.contact-form {
  background-color: #0039A6;
  border-radius: 0.1rem;
  padding: 5rem 4rem;
}
@media screen and (max-width: 1366px) {
  .contact-form {
    padding: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .contact-form {
    padding: 1rem;
  }
}
.contact-form > * {
  color: #fafafa;
}

.form-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.form-label-text {
  font-size: 0.8rem;
}
.form-control, .form-select {
  background-color: transparent;
  border: 0.08rem solid #fafafa;
  color: #fafafa;
  --bs-form-select-bg-img:url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!--%20License%3A%20PD.%20Made%20by%20CFPB%3A%20https%3A%2F%2Fgithub.com%2Fcfpb%2Fdesign-system%20--%3E%3Csvg%20fill%3D%22%23fafafa%22%20width%3D%22800px%22%20height%3D%22800px%22%20viewBox%3D%22-1%200%2019%2019%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20class%3D%22cf-icon-svg%22%3E%3Cpath%20d%3D%22M8.5%2015.313a1.026%201.026%200%200%201-.728-.302l-6.8-6.8a1.03%201.03%200%200%201%201.455-1.456L8.5%2012.828l6.073-6.073a1.03%201.03%200%200%201%201.455%201.456l-6.8%206.8a1.026%201.026%200%200%201-.728.302z%22%2F%3E%3C%2Fsvg%3E");
}
.form-control::-moz-placeholder, .form-select::-moz-placeholder {
  color: rgba(250, 250, 205, 0.3);
}
.form-control::placeholder, .form-select::placeholder {
  color: rgba(250, 250, 205, 0.3);
}
.form-control:focus, .form-select:focus {
  background-color: rgba(250, 250, 205, 0.3);
  color: #fafafa;
  border-color: #fafafa;
  box-shadow: 0 0 0 0.25rem rgba(250, 250, 205, 0.3);
}
.form-control option, .form-select option {
  color: #0039A6;
}

.slogan-content {
  position: relative;
}
.slogan-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  min-height: 12rem;
}
.slogan-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fafafa;
  width: 100%;
  text-align: center;
  padding: 0 1rem;
}

.footer-top {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.footer-top-img {
  width: 100%;
  max-width: 16rem;
}
.footer-top-title {
  color: #0039A6;
}
@media screen and (max-width: 768px) {
  .footer-top-title {
    text-align: center;
  }
}
.footer-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.footer-list-item {
  margin-bottom: 0.4rem;
}
.footer-list-item__link {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: #7F7B7C;
  transition: all 0.3s ease-in-out;
}
.footer-list-item__link span {
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .footer-list-item__link {
    justify-content: center;
  }
}
.footer-list-item__link i {
  color: #0054FF;
}
.footer-list-item__link:hover {
  color: #0054FF;
}
.footer-rs {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .footer-rs {
    justify-content: center;
  }
}
.footer-rs-item__link {
  background-color: #0054FF;
  padding: 0.5rem;
  border-radius: 100rem;
  color: #fafafa;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.footer-rs-item__link:hover {
  background-color: #0039A6;
}
.footer-bottom {
  background-color: #0039A6;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.footer-bottom p {
  color: #fafafa;
  margin-bottom: 0;
  display: inline-flex;
  gap: 0.5rem;
  width: 100%;
}
.footer-bottom p[data-align=left] {
  justify-content: end;
}
@media screen and (max-width: 768px) {
  .footer-bottom p[data-align=right], .footer-bottom p[data-align=left] {
    justify-content: center;
  }
}
.footer-bottom p img {
  transition: all 0.3s ease-in-out;
}
.footer-bottom p img:hover {
  opacity: 0.6;
}/*# sourceMappingURL=styles.css.map */