/*!***********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/scss/styles.scss ***!
  \***********************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700&display=swap);
/*!***************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/scss/styles.scss (1) ***!
  \***************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=MuseoModerno:wght@100;300;400;500;600;700&display=swap);
/*!***************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/scss/styles.scss (2) ***!
  \***************************************************************************************************************************************************************************/
/* ==================== BASE ==================== */
/*
    @include media-query(mindesktop) {
        flex-direction: column;
    }
*/
@font-face {
  font-family: "HelveticaItalic";
  src: url("./assets/font/HelveticaBoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "HelveticaRegular";
  src: url("./assets/font/HelveticaRegular.ttf") format("truetype");
}
html {
  scroll-behavior: smooth;
  height: 100%;
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-size: 1.6rem;
  min-height: 100%;
  font-family: "Poppins", sans-serif;
  display: flex;
  flex-direction: column;
  scroll-behavior: smooth;
  margin: 0;
  overflow-x: hidden;
  box-sizing: border-box;
  padding-top: 9rem;
}
body.modal-open {
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  body {
    padding-top: 7.5rem;
  }
}

div {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.skip-link {
  display: none;
}

h1,
h2,
h3 {
  font-family: "HelveticaItalic", Arial, sans-serif;
}

p,
span,
a,
li,
input, button {
  font-family: "HelveticaRegular", Arial, sans-serif;
}

main {
  width: 100%;
}
main section {
  margin-top: 12rem;
  padding: 2rem 0;
}
main section .container {
  width: 92%;
  margin: 0 auto;
}

.container,
.row {
  --bs-gutter-x: 3rem;
}

/* ==================== UTILITIES TEXT =================== */
.c-primary {
  color: #024a93;
}

.c-secondary {
  color: #f4d419;
}

.italic {
  font-style: italic;
}

/* ==================== HEADINGS =================== */
.heading, .heading--1, .heading--2, .heading--3, .heading--4, .heading--5, .heading--6 {
  font-family: "Poppins", sans-serif;
}
.heading--1 {
  font-size: 4rem;
  margin: 1rem 0;
  text-transform: uppercase;
}
@media only screen and (min-width: 375px) {
  .heading--1 {
    font-size: 5rem;
  }
}
@media only screen and (min-width: 480px) {
  .heading--1 {
    font-size: 6rem;
  }
}
@media only screen and (min-width: 576px) {
  .heading--1 {
    font-size: 7rem;
  }
}
@media only screen and (min-width: 768px) {
  .heading--1 {
    font-size: 8rem;
  }
}
.heading--2 {
  font-size: 3.6rem;
  margin: 1rem 0;
}
@media only screen and (min-width: 768px) {
  .heading--2 {
    font-size: 4.2rem;
  }
}
.heading--3 {
  font-size: 2rem;
}

/* ==================== PARAGRAPH =================== */
p {
  color: #777777;
  font-size: 1.4rem;
  line-height: 2.2rem;
}

/* ==================== SUBTITLE =================== */
.subtitle {
  font-size: 2rem;
}

.subtitle--primary {
  font-size: 1.8rem;
  color: #024a93;
  font-weight: 500;
}

/* ==================== LINKS =================== */
a {
  color: #024a93;
  text-decoration: none;
  transition: all 300ms;
}
a:hover {
  text-decoration: underline;
}

/* ==================== ORGANISMS ==================== */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0px 7px 16px 0px rgba(112, 112, 112, 0.16);
  z-index: 999;
  height: 9rem;
  background-color: #455055;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  header {
    height: 7.5rem;
  }
}
header nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (min-width: 576px) {
  header nav {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  header nav {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  header nav {
    max-width: 960px;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  header nav {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  header nav {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  header nav {
    max-width: 1560px;
  }
}
@media (min-width: 1800px) {
  header nav {
    max-width: 1740px;
  }
}
header nav > a {
  text-decoration: none;
  display: block;
  width: 22rem;
  height: 6rem;
}
@media only screen and (max-width: 768px) {
  header nav > a {
    width: 16rem;
    height: 5rem;
  }
}
header nav ul {
  display: flex;
  justify-content: right;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 6rem;
  width: 100%;
}
header nav ul::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #455055;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  header nav ul {
    display: none;
  }
  header nav ul.active {
    display: flex;
    flex-direction: column;
    animation: slideDown 0.3s ease-in-out;
    position: absolute;
    background-color: #455055;
    left: 0;
    top: 99%;
    padding: 2rem 0;
    width: 100%;
  }
  header nav ul.active::before {
    content: "";
  }
}
header nav ul li a {
  color: white;
  text-decoration: none !important;
  font-family: "HelveticaRegular", Arial, sans-serif;
  outline: none;
}
header nav ul li a:hover, header nav ul li a:focus, header nav ul li a.active {
  border-bottom: 1px solid red;
}
@media only screen and (max-width: 768px) {
  header nav ul li {
    padding-top: 1.6rem;
  }
}
header nav .navbar-burger {
  display: none;
}
header nav .navbar-burger span {
  display: block;
  width: 30px;
  height: 4px;
  background-color: white;
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  header nav .navbar-burger {
    display: block;
    cursor: pointer;
  }
}
header nav .navbar-burger.active span {
  height: 1px;
}
header nav .navbar-burger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
header nav .navbar-burger.active span:nth-child(2) {
  opacity: 0;
}
header nav .navbar-burger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(4px, -4px);
}
@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.card-container-carousel .card {
  box-shadow: 0px 3px 10px #00000029;
}
.card-container-carousel .card img {
  display: block;
  width: 80% !important;
  max-width: 250px;
  margin: 0 auto;
}
.card-container-carousel .card .info-card-container {
  padding: 0 2rem 2rem 2rem;
  margin-bottom: 2rem;
}
.card-container-carousel .card .info-card-container h2,
.card-container-carousel .card .info-card-container h3,
.card-container-carousel .card .info-card-container p {
  color: #707070;
  font-size: 2rem;
}
.card-container-carousel .card .info-card-container h2 {
  margin-bottom: 0.8rem;
}
.card-container-carousel .card .info-card-container h3 {
  margin: 0 0 0.8rem 0;
  font-family: "HelveticaRegular", Arial, sans-serif !important;
  font-weight: 300;
  font-size: 1.5rem;
}
.card-container-carousel .card .info-card-container p, .card-container-carousel .card .info-card-container a {
  display: flex;
  gap: 0.6rem;
  font-size: 1.4rem;
  margin: 0;
  color: #707070;
  text-decoration: none;
}
.card-container-carousel .card .info-card-container p::before, .card-container-carousel .card .info-card-container a::before {
  content: "";
  display: block;
  width: 1.3rem;
  height: 1.3rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 4px;
}
.card-container-carousel .card .info-card-container p.ubication {
  min-height: 50px;
}
.card-container-carousel .card .info-card-container p.ubication::before {
  background-image: url("./assets/icons/location-icon.png");
}
.card-container-carousel .card .info-card-container a.phone {
  margin-bottom: 5px;
}
.card-container-carousel .card .info-card-container a.phone::before {
  background-image: url("./assets/icons/phone-icon.png");
}

.banner {
  width: 100%;
  position: relative;
}
.banner img {
  width: 100%;
  display: block;
}
.banner-text {
  position: absolute;
  top: 10%;
  left: 10%;
  z-index: 2;
}
@media only screen and (max-width: 1200px) {
  .banner-text {
    left: 5%;
  }
}
@media only screen and (max-width: 768px) {
  .banner-text {
    left: 0;
    padding: 0 5rem;
  }
}
@media only screen and (max-width: 576px) {
  .banner-text {
    padding: 0 15px;
  }
}
.banner-text h1 {
  font-size: 4.4rem;
  color: white;
  max-width: 60rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  margin: 0;
}
@media only screen and (max-width: 1200px) {
  .banner-text h1 {
    font-size: 3.5rem;
    max-width: 50rem;
  }
}
@media only screen and (max-width: 992px) {
  .banner-text h1 {
    font-size: 2.5rem;
    max-width: 40rem;
  }
}
@media only screen and (max-width: 768px) {
  .banner-text h1 {
    font-size: 4rem;
    max-width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .banner-text h1 {
    font-size: 2.5rem;
  }
}
.banner .hubspot-form {
  position: absolute;
  background-color: white;
  right: 7%;
  top: 3rem;
  box-shadow: 0px 3px 20px #00000033;
  height: auto;
  width: 40rem;
  padding: 3rem 2rem;
  z-index: 2;
}
@media only screen and (max-width: 1200px) {
  .banner .hubspot-form {
    right: 5%;
  }
}
@media only screen and (max-width: 992px) {
  .banner .hubspot-form {
    width: 35rem;
  }
}
@media only screen and (max-width: 768px) {
  .banner .hubspot-form {
    position: relative;
    top: initial;
    right: initial;
    width: 75%;
    margin: 0 auto;
    transform: translateY(-12rem);
  }
}
.banner .hubspot-form h3 {
  font-size: 2.5rem;
  margin-bottom: 2rem;
  color: #333333;
}
@media only screen and (max-width: 1440px) {
  .banner .hubspot-form h3 {
    margin: 0 0 2rem;
  }
}
.banner .hubspot-form #hubspot-form form .legal-consent-container {
  display: none;
}
.banner .hubspot-form #hubspot-form form .hs-form-field {
  margin-top: 1rem;
  position: relative;
}
@media only screen and (max-width: 1440px) {
  .banner .hubspot-form #hubspot-form form .hs-form-field {
    margin: -1rem 0 1.6rem;
  }
}
.banner .hubspot-form #hubspot-form form .hs-form-field label {
  font-size: 1.5rem;
}
@media only screen and (max-width: 1440px) {
  .banner .hubspot-form #hubspot-form form .hs-form-field label {
    font-size: 1.3rem;
  }
}
.banner .hubspot-form #hubspot-form form .hs-form-field input,
.banner .hubspot-form #hubspot-form form .hs-form-field select {
  width: 98%;
  height: 3.1rem;
  margin-top: 0.4rem;
  border-radius: 0.4rem;
  border: 1px solid black;
}
.banner .hubspot-form #hubspot-form form .hs-form-field input.error,
.banner .hubspot-form #hubspot-form form .hs-form-field select.error {
  border: 1px solid red;
  background-color: rgba(255, 0, 0, 0.2);
}
@media only screen and (max-width: 1440px) {
  .banner .hubspot-form #hubspot-form form .hs-form-field input,
.banner .hubspot-form #hubspot-form form .hs-form-field select {
    height: 2.7rem;
  }
}
.banner .hubspot-form #hubspot-form form .hs-form-field select {
  width: 100% !important;
}
.banner .hubspot-form #hubspot-form form .hs-form-field ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.banner .hubspot-form #hubspot-form form .hs-form-field ul li label {
  color: red;
  font-size: 1rem;
}
.banner .hubspot-form #hubspot-form form .hs-fieldtype-booleancheckbox ul {
  position: relative;
}
.banner .hubspot-form #hubspot-form form .hs-fieldtype-booleancheckbox ul li label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.4rem;
}
.banner .hubspot-form #hubspot-form form .hs-fieldtype-booleancheckbox ul li label input {
  width: initial;
}
.banner .hubspot-form #hubspot-form form .hs-fieldtype-booleancheckbox ul li label span {
  color: #000000;
}
.banner .hubspot-form #hubspot-form form .hs_submit {
  margin-top: 2rem;
}
.banner .hubspot-form #hubspot-form form .hs_submit .actions {
  text-align: center;
}
.banner .hubspot-form #hubspot-form form .hs_submit .actions input {
  background-color: red;
  border: none;
  padding: 1rem 5rem;
  color: white;
  font-weight: 600;
  cursor: pointer;
  transition: 0.4s;
}
.banner .hubspot-form #hubspot-form form .hs_submit .actions input:hover {
  background-color: #000000;
  transition: 0.4s;
}
.banner .hubspot-form #hubspot-form form .hs_error_rollup {
  display: none;
}
.banner .hubspot-form #hubspot-form form .hs_error_rollup .hs-error-msgs {
  color: red;
  font-size: 1rem;
}

#repuestos {
  position: relative;
  margin-top: 4rem;
  padding: 8rem 0;
}
@media only screen and (max-width: 768px) {
  #repuestos {
    padding: 0 0 80rem;
  }
}
@media only screen and (max-width: 576px) {
  #repuestos {
    padding: 0 0 55rem;
  }
}
#repuestos::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  background-image: url("./assets/images/kit_image.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #repuestos::before {
    background-image: url("./assets/images/kit_image_movil.jpeg");
    background-position: center bottom;
  }
}
#repuestos .container-promocion {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  place-content: center;
  place-items: center;
  gap: 1.2rem;
}
@media only screen and (max-width: 768px) {
  #repuestos .container-promocion {
    grid-template-columns: 1fr;
    padding: 2rem;
  }
}
#repuestos .container-promocion .title-section {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #repuestos .container-promocion .title-section {
    width: initial;
  }
}
#repuestos .container-promocion .title-section p {
  margin-bottom: 2rem;
}
#repuestos .container-promocion .title-section button {
  border: none;
  background-color: transparent;
  text-decoration: underline;
  color: white;
  cursor: pointer;
}
#repuestos .container-promocion picture {
  width: 48rem;
  height: 51rem;
}
@media only screen and (max-width: 1440px) {
  #repuestos .container-promocion picture {
    width: 28rem;
    height: 31rem;
  }
}
#repuestos .container-promocion picture img {
  width: 100%;
  height: 100%;
}

.highlight-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
}
.highlight-container .highlight-card {
  width: 33.3%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.highlight-container .highlight-card picture {
  width: 24rem;
  display: block;
  height: 19rem;
}
.highlight-container .highlight-card picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.highlight-container .highlight-card h3 {
  font-size: 2rem;
  font-weight: bold;
  color: white;
  margin-top: 2.4rem;
}

.highlight-paragraph {
  text-align: center;
  font-size: 1rem;
  max-width: 60%;
  color: white;
  margin: 0 auto;
  margin-top: 4.6rem;
}

#nuestro-concensionario {
  position: relative;
  margin-top: 4rem;
}
#nuestro-concensionario .title-section h2 {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  #nuestro-concensionario .title-section h2 {
    margin-bottom: 3.5rem;
  }
}
#nuestro-concensionario .container-carousel {
  max-width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #nuestro-concensionario .container-carousel {
    max-width: 70%;
  }
}
@media only screen and (max-width: 576px) {
  #nuestro-concensionario .container-carousel {
    max-width: 85%;
  }
}
#nuestro-concensionario .container-carousel .card-container-carousel {
  padding: 0 0.8rem;
}
#nuestro-concensionario .container-carousel .card-container-carousel .owl-stage-outer {
  padding: 0 0.4rem;
  z-index: 2;
}
#nuestro-concensionario .container-carousel .card-container-carousel .owl-stage-outer .card {
  margin-right: 1rem;
}
#nuestro-concensionario .container-carousel .card-container-carousel .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}
@media only screen and (max-width: 576px) {
  #nuestro-concensionario .container-carousel .card-container-carousel .owl-nav {
    top: 40%;
  }
}
#nuestro-concensionario .container-carousel .card-container-carousel .owl-nav button {
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  outline: none;
  scale: 1;
  transition: scale 0.3s ease-in-out;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  #nuestro-concensionario .container-carousel .card-container-carousel .owl-nav button {
    width: 25px;
    height: 25px;
  }
}
#nuestro-concensionario .container-carousel .card-container-carousel .owl-nav button:hover {
  scale: 1.1;
}
#nuestro-concensionario .container-carousel .card-container-carousel .owl-nav button span {
  display: none;
  content: "";
}
#nuestro-concensionario .container-carousel .card-container-carousel .owl-nav button.owl-prev {
  left: -5rem;
  background-image: url("./assets/icons/arrow_left.svg");
}
@media only screen and (max-width: 576px) {
  #nuestro-concensionario .container-carousel .card-container-carousel .owl-nav button.owl-prev {
    left: -3rem;
  }
}
#nuestro-concensionario .container-carousel .card-container-carousel .owl-nav button.owl-next {
  right: -5rem;
  background-image: url("./assets/icons/arrow_right.svg");
}
@media only screen and (max-width: 576px) {
  #nuestro-concensionario .container-carousel .card-container-carousel .owl-nav button.owl-next {
    right: -3rem;
  }
}
#nuestro-concensionario .container-carousel .card-container-carousel .owl-nav button:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
#nuestro-concensionario .container-carousel .card-container-carousel .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 1.2rem;
  margin-top: 3rem;
}
#nuestro-concensionario .container-carousel .card-container-carousel .owl-dots button.active, #nuestro-concensionario .container-carousel .card-container-carousel .owl-dots button:hover {
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  background-color: transparent;
  border: 0.1rem solid #707070;
  display: flex;
  justify-content: center;
  align-items: center;
}
#nuestro-concensionario .container-carousel .card-container-carousel .owl-dots button span {
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  background-color: #707070;
  border: none;
  outline: none;
}
#faq {
  margin-top: 3rem;
  position: relative;
  padding: 3rem 0 5rem;
}
@media only screen and (max-width: 768px) {
  #faq {
    padding: 3rem 2rem 5rem;
  }
}
#faq::before {
  content: "";
  box-shadow: 0px 0px 10px #00000029;
  width: 100vw;
  max-width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  z-index: -1;
}
#faq .faq {
  font-family: Arial, sans-serif;
  max-width: 75%;
  margin: 0 auto;
  padding-top: 0.8rem;
  height: 5.3rem;
}
@media only screen and (max-width: 768px) {
  #faq .faq {
    max-width: initial;
  }
}
#faq .faq h3 {
  background-color: #455056;
  color: #ffffff;
  padding: 1.2rem;
  margin: 0;
  font-weight: 300;
  cursor: pointer;
  position: relative;
  font-family: "HelveticaRegular", Arial, sans-serif !important;
  padding-left: 3rem;
  font-size: 1.6rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  #faq .faq h3 {
    padding-left: 1.8rem;
    font-size: 1.3rem;
  }
}
#faq .faq h3::before {
  content: url("./assets/images/plus.png");
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
#faq .faq p {
  padding: 0;
}
#faq .faq.active {
  box-shadow: 0px 0px 6px #0000004d;
  padding: 2rem;
  height: auto;
}
#faq .faq.active h3 {
  background-color: transparent;
  color: #707070;
  padding-left: 0;
}
#faq .faq.active h3::before {
  content: url("./assets/images/minus.png");
  color: #455056;
  top: 0;
  right: 0;
}
#faq .answer {
  display: none;
}
#faq .answer p {
  font-weight: 500;
  color: #707070;
  font-size: 1.6rem;
}

footer {
  position: relative;
  margin-top: 12rem;
  background: #000;
}
@media only screen and (max-width: 768px) {
  footer {
    margin-top: 5rem;
  }
}
footer .terms-container {
  text-align: center;
  padding: 2rem;
}
footer .terms-container h2,
footer .terms-container p {
  color: white;
}
footer .terms-container h2 {
  font-size: 2.8rem;
  margin-bottom: 2rem;
}
footer .terms-container p {
  font-size: 1.2rem;
  margin: 0 auto;
  width: 70%;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  footer .terms-container p {
    width: 100%;
  }
}
footer .terms-container a {
  color: #fff;
  text-decoration: underline;
}

.modal {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal .modal-dialog {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.modal .modal-dialog.modal-md {
  margin: 0 auto;
  max-width: 500px;
}
@media (min-width: 768px) {
  .modal .modal-dialog.modal-md {
    max-width: 720px;
  }
}
.modal .modal-dialog .modal-content {
  background-color: #fff;
  padding: 20px;
}
.modal .modal-dialog .modal-content .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
}
.modal .modal-dialog .modal-content .modal-header h2 {
  font-size: 20px;
  margin: 0;
  display: block;
  width: 100%;
  text-align: center;
}
.modal .modal-dialog .modal-content .modal-header .close {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 20px;
  max-height: 70vh;
  overflow-y: scroll;
  /* Estilos del scroll */
}
.modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar {
  width: 8px;
}
.modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
.modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar-thumb {
  background-color: #455055;
  border-radius: 4px;
}
.modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}
.modal .modal-dialog .modal-content .modal-body ul li {
  color: #777777;
  font-size: 1.4rem;
  line-height: 2.2rem;
}

#contact {
  margin-top: 15rem;
  padding: 2rem 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #contact {
    margin-top: 5rem;
  }
}
#contact::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  background: transparent radial-gradient(closest-side at 47% 54%, #E32322 0%, #881002 100%) 0% 0% no-repeat padding-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  width: 100vw;
  max-width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
#contact .container-contact {
  display: block;
}
@media only screen and (max-width: 768px) {
  #contact .container-contact {
    padding: 0 2rem;
  }
}
#contact .container-contact .title-section {
  text-align: left;
  width: 77.5rem;
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 1440px) {
  #contact .container-contact .title-section {
    width: 58.5rem;
  }
}
@media only screen and (max-width: 768px) {
  #contact .container-contact .title-section {
    width: initial;
  }
}
#contact .container-contact picture {
  position: absolute;
  bottom: 0%;
  width: 48rem;
  height: 50rem;
  left: 10%;
  transform: translate(-10%, 0%);
}
#contact .container-contact picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 768px) {
  #contact .container-contact picture {
    display: none;
  }
}
#contact .container-contact h2 {
  font-size: 4.8rem;
}
#contact .container-contact p {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  height: 6.1rem;
  overflow: hidden;
  width: 78%;
}
@media only screen and (max-width: 1440px) {
  #contact .container-contact p {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 768px) {
  #contact .container-contact p {
    width: initial;
  }
}
#contact .container-contact .info-contact p, #contact .container-contact .info-contact a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.6rem;
  font-size: 1.6rem;
  margin: 0;
  color: white;
  text-decoration: none;
}
#contact .container-contact .info-contact p::before, #contact .container-contact .info-contact a::before {
  content: "";
  display: block;
  width: 4.3rem;
  height: 4.3rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#contact .container-contact .info-contact p.ubication::before, #contact .container-contact .info-contact a.ubication::before {
  background-image: url("./assets/images/adress-contact.png");
}
#contact .container-contact .info-contact p.phone::before, #contact .container-contact .info-contact a.phone::before {
  background-image: url("./assets/images/phone-contact.png");
}
#contact .container-contact .info-contact p.email::before, #contact .container-contact .info-contact a.email::before {
  background-image: url("./assets/images/email-contact.png");
}

#financiacion {
  position: relative;
  margin-top: 4rem;
  padding: 8rem 0;
  height: 325px;
}
@media (min-width: 1600px) {
  #financiacion {
    height: 55vh;
  }
}
@media (min-width: 1800px) {
  #financiacion {
    height: 63vh;
  }
}
@media (min-width: 1900px) {
  #financiacion {
    height: 63vh;
  }
}
@media (max-width: 768px) {
  #financiacion {
    margin-top: 0;
    padding: 0 0 80rem;
    margin-top: -17%;
  }
}
@media (max-width: 576px) {
  #financiacion {
    padding: 0 0 55rem;
  }
}
#financiacion::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  background-image: url("./assets/images/DESKTOP_FUSO_FEB.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
  width: 100%;
}
@media (max-width: 768px) {
  #financiacion::before {
    background-image: url("./assets/images/MOBILE_FUSO_FEB.jpg");
    background-position: center top;
  }
}
#financiacion::before .container-promocion {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  place-content: center;
  place-items: center;
  gap: 1.2rem;
}
#financiacion::before .container-promocion .title-section {
  text-align: left;
}
#financiacion::before .container-promocion .title-section p {
  margin-bottom: 2rem;
}
#financiacion::before .container-promocion .title-section button {
  border: none;
  background-color: transparent;
  text-decoration: underline;
  color: white;
  cursor: pointer;
}
@media (max-width: 768px) {
  #financiacion::before .container-promocion .title-section {
    width: initial;
  }
}
@media (max-width: 768px) {
  #financiacion::before .container-promocion {
    grid-template-columns: 1fr;
    padding: 2rem;
  }
}

#termConditionsCampana {
  position: relative;
  margin-top: 5rem;
}
@media only screen and (max-width: 768px) {
  #termConditionsCampana {
    margin-top: 5rem;
  }
}
#termConditionsCampana .container-promocion {
  text-align: center;
  padding: 2rem;
}
#termConditionsCampana .container-promocion h2,
#termConditionsCampana .container-promocion p {
  color: white;
}
#termConditionsCampana .container-promocion h2 {
  font-size: 2.8rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  #termConditionsCampana .container-promocion h2 {
    font-size: 2.3rem;
  }
}
#termConditionsCampana .container-promocion p {
  font-size: 1.2rem;
  margin: 0 auto;
  width: 70%;
  font-weight: 300;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #termConditionsCampana .container-promocion p {
    width: 100%;
  }
}
#termConditionsCampana .container-promocion a {
  color: #4bbab5;
  text-decoration: underline;
}
#termConditionsCampana::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #000000;
  z-index: -1;
  width: 100vw;
  max-width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
#termConditionsCampana #openModal {
  background-color: transparent;
  color: red;
  border: none;
}

/* ==================== MOLECULES ==================== */
.title-section {
  text-align: center;
}
.title-section h2 {
  color: #333333;
  font-size: 3.1rem;
  font-weight: bold;
  margin: 2rem 0 0;
}
@media only screen and (max-width: 1440px) {
  .title-section h2 {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .title-section h2 {
    font-size: 2.5rem;
  }
}
.title-section p {
  font-size: 2rem;
  color: #ffffff;
  font-weight: 300;
  margin-top: 1.2rem;
}
.title-section p.legal {
  font-size: 1.1rem;
  line-height: normal;
}
.title-section-white h2 {
  color: #ffffff;
}
.title-section-white p {
  margin-bottom: 7.2rem;
}
@media only screen and (max-width: 768px) {
  .title-section-white p {
    margin-bottom: 2rem;
  }
}
.title-section-gray h2,
.title-section-gray p {
  color: #000000;
}
.title-section-gray p {
  max-width: 48%;
  margin: 2rem auto 4.6rem auto;
}
@media only screen and (max-width: 768px) {
  .title-section-gray p {
    max-width: initial;
  }
}
/*!*********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/owl.carousel/dist/assets/owl.carousel.css ***!
  \*********************************************************************************************************************************************************************************************************/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*# sourceMappingURL=bundle.min.css.map*/

/* Whatsapp */
.whatsapp_button {
  width: 170px;
  max-width: 170px;
  height: 50px;
  position: fixed;
  bottom: 16px;
  right: 16px;
  background-color: #59ce72;
  border-radius: 40px;
  z-index: 20;
}
.whatsapp_button a.whatsapp_link{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
}
a.whatsapp_link svg{
  width: 32px;
  height: 32px;
}
a.whatsapp_link p{
  font-size: 18px;
  color: #ffffff;
}