/*!***********************************************************************************************************************************************************************!*\
  !*** 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: "CorporateCondense";
  src: url("./assets/font/CorporateACondensedW07Rg.ttf") format("truetype");
}
@font-face {
  font-family: "CorposRegular";
  src: url("./assets/font/corpos.ttf") format("truetype");
}
@font-face {
  font-family: "CorposBold";
  src: url("./assets/font/CorpoSBold.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;
}
body.modal-open {
  overflow: hidden;
}

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: "CorposBold", Arial, sans-serif;
}

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

span {
  font-family: "CorporateCondense", Arial, sans-serif;
}

main {
  width: 100%;
  margin-top: 7.5rem;
}
@media (min-width: 768px) {
  main {
    margin: 0 auto 0;
  }
}
main section {
  margin-top: 12rem;
  padding: 2rem 0;
}

.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;
}
@media only screen and (max-width: 576px) {
  p {
    font-size: 1rem;
    line-height: 2rem;
  }
}
p.legal {
  width: 80%;
  color: #fff;
  font-size: 1.1rem;
  line-height: normal;
  margin: 3rem auto 0;
}
@media only screen and (max-width: 768px) {
  p.legal {
    width: 100%;
    box-sizing: border-box;
  }
}

/* ==================== 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%;
  z-index: 998;
  height: 8rem;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  background: black;
  background: -moz-linear-gradient(180deg, black 71%, #3b3b3b 98%);
  background: -webkit-linear-gradient(180deg, black 71%, #3b3b3b 98%);
  background: linear-gradient(180deg, black 71%, #3b3b3b 98%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#3b3b3b", GradientType=1);
}
@media only screen and (max-width: 768px) {
  header {
    height: 7.5rem;
    background-color: white;
  }
}
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: flex;
  width: 41rem;
  height: 4rem;
}
@media only screen and (max-width: 768px) {
  header nav > a {
    width: 16rem;
  }
}
header nav ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 30px;
  padding: 0;
  list-style: none;
  gap: 2.8rem;
  width: 85%;
}
header nav ul::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #4BBAB5;
  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: #4BBAB5;
    left: 0;
    top: 99%;
    padding: 2rem 0;
    width: 100%;
    margin: 0;
  }
  header nav ul.active::before {
    content: "";
  }
}
header nav ul li a {
  color: white;
  text-decoration: none !important;
  font-family: "CorposRegular", 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 #4BBAB5;
}
@media only screen and (max-width: 768px) {
  header nav ul li a:hover, header nav ul li a:focus, header nav ul li a.active {
    border-bottom: 1px solid white;
  }
}
@media only screen and (max-width: 768px) {
  header nav ul li {
    padding-top: 1.6rem;
  }
}
header nav .search-section {
  display: flex;
  align-items: center;
  min-width: 132px;
  width: 95%;
}
header nav .search-section .img-euro6-container {
  text-align: right;
}
header nav .search-section .img-euro6-container img {
  width: 43%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  header nav .search-section .img-euro6-container img {
    width: 45%;
  }
}
header nav .search-section .btn-search-container {
  position: relative;
  --size-button: 40px;
  color: white;
}
header nav .search-section .btn-search-container .input {
  padding-left: var(--size-button);
  height: var(--size-button);
  font-size: 15px;
  border: none;
  color: #fff;
  outline: none;
  width: var(--size-button);
  transition: all ease 0.3s;
  background-color: #191A1E;
  box-shadow: 1.5px 1.5px 3px #0e0e0e, -1.5px -1.5px 3px rgba(95, 94, 94, 0.25), inset 0px 0px 0px #0e0e0e, inset 0px 0px 0px #5f5e5e;
  border-radius: 50px;
  cursor: pointer;
  width: 0px;
}
header nav .search-section .btn-search-container .input:focus, header nav .search-section .btn-search-container .input:not(:invalid) {
  width: 200px;
  cursor: text;
  box-shadow: 0px 0px 0px #0e0e0e, 0px 0px 0px rgba(95, 94, 94, 0.25), inset 1.5px 1.5px 3px #0e0e0e, inset -1.5px -1.5px 3px #5f5e5e;
}
header nav .search-section .btn-search-container .input:focus + .icon, header nav .search-section .btn-search-container .input:not(:invalid) + .icon {
  pointer-events: all;
  cursor: pointer;
}
header nav .search-section .btn-search-container .icon {
  position: absolute;
  width: var(--size-button);
  height: var(--size-button);
  top: 0;
  left: 0;
  padding: 8px;
  pointer-events: none;
}
header nav .search-section .btn-search-container .icon svg {
  width: 100%;
  height: 100%;
}
header nav .navbar-burger {
  display: none;
}
header nav .navbar-burger span {
  display: block;
  width: 30px;
  height: 4px;
  background-color: #4BBAB5;
  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;
  min-height: 340px;
}
@media only screen and (max-width: 1200px) {
  .card-container-carousel .card {
    min-height: 310px;
  }
}
@media (min-width: 1300px) and (max-width: 1400px) {
  .card-container-carousel .card {
    min-height: 372px;
  }
}
.card-container-carousel .card img {
  display: block;
  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: 1.8rem;
}
.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: "CorposRegular", 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.svg");
}
.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.svg");
}

#dejanos-tus-datos {
  margin-top: 0;
  padding: 0;
}
@media only screen and (max-width: 1440px) {
  #dejanos-tus-datos {
    margin-top: 0;
  }
}
#dejanos-tus-datos .banner {
  width: 100vw;
  max-width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
#dejanos-tus-datos .banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background: transparent linear-gradient(180deg, #00000083 0%, #00000000 100%) 0% 0% no-repeat padding-box;
}
@media only screen and (max-width: 768px) {
  #dejanos-tus-datos .banner picture {
    width: 100%;
    display: block;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  #dejanos-tus-datos .banner picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
#dejanos-tus-datos .banner-text {
  position: absolute;
  top: 22%;
  left: 15%;
  transform: translate(-15%, -22%);
  z-index: 2;
}
@media only screen and (max-width: 1440px) {
  #dejanos-tus-datos .banner-text {
    top: 20%;
    left: 10%;
  }
}
@media only screen and (max-width: 768px) {
  #dejanos-tus-datos .banner-text {
    top: 5%;
    left: 22%;
    transform: translate(-22%, -5%);
  }
}
@media only screen and (max-width: 576px) {
  #dejanos-tus-datos .banner-text {
    top: 3%;
  }
}
#dejanos-tus-datos .banner-text h1 {
  font-size: 4.5rem;
  color: #000;
  max-width: 60rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-family: "CorposBold";
  margin: 0;
}
@media only screen and (max-width: 1440px) {
  #dejanos-tus-datos .banner-text h1 {
    font-size: 3.8rem;
    max-width: 45rem;
  }
}
@media only screen and (max-width: 576px) {
  #dejanos-tus-datos .banner-text h1 {
    font-size: 4.1rem;
    margin: 0;
  }
}
#dejanos-tus-datos .banner-text h2 {
  font-size: 2rem;
  color: black;
  max-width: 60rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-family: "CorporateCondense";
  margin: 0;
}
@media only screen and (max-width: 1440px) {
  #dejanos-tus-datos .banner-text h2 {
    font-size: 2rem;
    max-width: 45rem;
  }
}
@media only screen and (max-width: 576px) {
  #dejanos-tus-datos .banner-text h2 {
    font-size: 2.3rem;
    margin: 0;
  }
}
#dejanos-tus-datos .banner-text h3 {
  font-size: 1.8rem;
  color: black;
  max-width: 60rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
#dejanos-tus-datos .banner-text h3::after {
  content: "";
  width: 57px;
  height: 3px;
  display: block;
  margin: 16px 0;
  background-color: black;
}
@media only screen and (max-width: 1440px) {
  #dejanos-tus-datos .banner-text h3 {
    font-size: 1.8rem;
    max-width: 45rem;
  }
}
@media only screen and (max-width: 576px) {
  #dejanos-tus-datos .banner-text h3 {
    font-size: 2.4rem;
    margin: 0;
  }
}
#dejanos-tus-datos .banner .hubspot-form {
  position: absolute;
  background-color: #ffffff;
  right: 5%;
  top: 100px;
  transform: translate(-8%, 0%);
  box-shadow: 0px 3px 20px #00000033;
  background: black;
  background: -moz-linear-gradient(180deg, black 4%, #3b3b3b 59%);
  background: -webkit-linear-gradient(180deg, black 4%, #3b3b3b 59%);
  background: linear-gradient(180deg, black 4%, #3b3b3b 59%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#3b3b3b", GradientType=1);
  height: auto;
  width: 40rem;
  padding: 2rem 3.5rem;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #dejanos-tus-datos .banner .hubspot-form {
    position: relative;
    top: initial;
    right: initial;
    width: 75%;
    margin: 0 auto;
    transform: translateY(-1rem);
  }
}
#dejanos-tus-datos .banner .hubspot-form h3 {
  font-size: 3.3rem;
  margin-bottom: 2rem;
  color: #ffffff;
  font-family: "CorposBold", Arial, sans-serif;
  text-transform: uppercase;
}
#dejanos-tus-datos .banner .hubspot-form #hubspot-form form .legal-consent-container {
  display: none;
}
#dejanos-tus-datos .banner .hubspot-form #hubspot-form form .hs-form-field {
  margin-top: 1rem;
  position: relative;
}
@media only screen and (max-width: 1440px) {
  #dejanos-tus-datos .banner .hubspot-form #hubspot-form form .hs-form-field {
    margin: -1rem 0 1.6rem;
  }
}
#dejanos-tus-datos .banner .hubspot-form #hubspot-form form .hs-form-field label {
  color: #ffffff;
  font-size: 1.5rem;
}
@media only screen and (max-width: 1440px) {
  #dejanos-tus-datos .banner .hubspot-form #hubspot-form form .hs-form-field label {
    font-size: 1.5rem;
  }
}
#dejanos-tus-datos .banner .hubspot-form #hubspot-form form .hs-form-field input,
#dejanos-tus-datos .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 #ADADAD;
}
#dejanos-tus-datos .banner .hubspot-form #hubspot-form form .hs-form-field input.error,
#dejanos-tus-datos .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) {
  #dejanos-tus-datos .banner .hubspot-form #hubspot-form form .hs-form-field input,
#dejanos-tus-datos .banner .hubspot-form #hubspot-form form .hs-form-field select {
    height: 2.7rem;
  }
}
#dejanos-tus-datos .banner .hubspot-form #hubspot-form form .hs-form-field select {
  width: 100% !important;
}
#dejanos-tus-datos .banner .hubspot-form #hubspot-form form .hs-form-field ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#dejanos-tus-datos .banner .hubspot-form #hubspot-form form .hs-form-field ul li label {
  color: red;
  font-size: 1rem;
}
#dejanos-tus-datos .banner .hubspot-form #hubspot-form form .hs-fieldtype-booleancheckbox ul {
  position: relative;
}
#dejanos-tus-datos .banner .hubspot-form #hubspot-form form .hs-fieldtype-booleancheckbox ul li label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.4rem;
}
#dejanos-tus-datos .banner .hubspot-form #hubspot-form form .hs-fieldtype-booleancheckbox ul li label input {
  width: initial;
}
#dejanos-tus-datos .banner .hubspot-form #hubspot-form form .hs-fieldtype-booleancheckbox ul li label span {
  color: #ffffff;
  font-size: 1.5rem;
}
#dejanos-tus-datos .banner .hubspot-form #hubspot-form form .hs_submit {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
#dejanos-tus-datos .banner .hubspot-form #hubspot-form form .hs_submit .actions {
  text-align: center;
}
#dejanos-tus-datos .banner .hubspot-form #hubspot-form form .hs_submit .actions input {
  background-color: #0177D7;
  border: none;
  padding: 1rem 5rem;
  color: white;
  font-weight: 600;
  cursor: pointer;
}
#dejanos-tus-datos .banner .complements {
  position: absolute;
  bottom: -19.4%;
  left: 0;
  background-color: #4778b2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 13.2rem;
  padding-left: 18rem;
  transform: translate(0, 19.4%);
  column-gap: 2rem;
}
@media only screen and (max-width: 768px) {
  #dejanos-tus-datos .banner .complements {
    height: initial;
    flex-direction: column;
    padding-left: 0;
    bottom: -18%;
    transform: translate(0, 18%);
  }
}
#dejanos-tus-datos .banner .complements .complement {
  width: 16%;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1.6rem;
}
@media only screen and (max-width: 768px) {
  #dejanos-tus-datos .banner .complements .complement {
    flex-direction: column;
  }
}
#dejanos-tus-datos .banner .complements .complement picture {
  width: 4.4rem;
  height: 4.5rem;
}
#dejanos-tus-datos .banner .complements .complement picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#dejanos-tus-datos .banner .complements .complement p {
  color: white;
  font-weight: 300;
  width: 10.4rem;
}

#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%;
    height: 814px;
  }
}
@media (max-width: 576px) {
  #financiacion {
    padding: 0 0 55rem;
  }
}
#financiacion::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  background-image: url("./assets/images/DESKTOP_MBC_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_MBC_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;
  }
}

#promocion {
  position: relative;
  margin: 4rem 0;
  padding: 5rem 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #promocion {
    margin: 4rem 0;
    padding: 5rem 15px;
  }
}
#promocion::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  background: #000000;
  z-index: -1;
  width: 100vw;
  max-width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
#promocion .container-promocion h2 {
  text-align: center;
  width: 100%;
  color: white;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 1.2rem;
  font-size: 2.8rem;
  text-transform: uppercase;
  font-family: "CorporateCondense", Arial, sans-serif;
}
@media only screen and (max-width: 768px) {
  #promocion .container-promocion h2 {
    width: initial;
    font-size: 2.3rem;
    margin-bottom: 3rem;
  }
}
#promocion .container-promocion .container_highlight {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 6.8rem;
}
@media only screen and (max-width: 768px) {
  #promocion .container-promocion .container_highlight {
    column-gap: 10px;
  }
}
@media only screen and (max-width: 576px) {
  #promocion .container-promocion .container_highlight {
    column-gap: 10px;
  }
}
@media only screen and (max-width: 480px) {
  #promocion .container-promocion .container_highlight {
    flex-direction: column;
  }
}
#promocion .container-promocion .container_highlight picture {
  width: 24rem;
}
@media only screen and (max-width: 768px) {
  #promocion .container-promocion .container_highlight picture {
    width: 20rem;
  }
}
#promocion .container-promocion .container_highlight picture img {
  width: 100%;
  height: auto;
}
#promocion .container-promocion button {
  margin-top: 2.3rem;
  border: none;
  background-color: transparent;
  text-decoration: underline;
  color: white;
  cursor: pointer;
}

#nuestros-modelos {
  position: relative;
  padding: 10rem 0;
  text-align: center;
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  #nuestros-modelos {
    margin: 0;
    padding: 5rem 16px;
  }
}
#nuestros-modelos::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  background: #000000;
  z-index: -1;
  width: 100vw;
  max-width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
#nuestros-modelos .nuestros-modelos-text-container .container-carousel {
  max-width: 85%;
  margin: 0 auto;
}
#nuestros-modelos .nuestros-modelos-text-container .container-carousel .nuestros-modelos-text-information {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 41px;
}
@media only screen and (max-width: 768px) {
  #nuestros-modelos .nuestros-modelos-text-container .container-carousel .nuestros-modelos-text-information {
    grid-template-columns: repeat(1, 1fr);
  }
}
#nuestros-modelos .nuestros-modelos-text-container .container-carousel .nuestros-modelos-text-information .text-info-our-trucks {
  margin: auto;
}
#nuestros-modelos .nuestros-modelos-text-container .container-carousel .nuestros-modelos-text-information .text-info-our-trucks h3 {
  text-align: center;
  color: white;
  margin: 0 auto;
  margin-bottom: 1.2rem;
  font-size: 3.2rem;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
}
#nuestros-modelos .nuestros-modelos-text-container .container-carousel .nuestros-modelos-text-information .text-info-our-trucks h3::before {
  content: "";
  display: block;
  width: 2px;
  height: 55px;
  margin-right: 20px;
  background-color: white;
}
@media only screen and (max-width: 1440px) {
  #nuestros-modelos .nuestros-modelos-text-container .container-carousel .nuestros-modelos-text-information .text-info-our-trucks h3 {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 768px) {
  #nuestros-modelos .nuestros-modelos-text-container .container-carousel .nuestros-modelos-text-information .text-info-our-trucks h3 {
    font-size: 2.1rem;
  }
}
@media only screen and (max-width: 576px) {
  #nuestros-modelos .nuestros-modelos-text-container .container-carousel .nuestros-modelos-text-information .text-info-our-trucks h3 {
    font-size: 1.8rem;
    margin: 30px 0;
  }
}
#nuestros-modelos .nuestros-modelos-text-container .container-carousel .nuestros-modelos-text-information .text-info-our-trucks p {
  color: white;
  font-weight: 300;
  text-align: left;
  font-size: 1.6rem;
}
#nuestros-modelos .nuestros-modelos-text-container h2 {
  width: 100%;
  color: white;
  margin-bottom: 1.2rem;
  font-size: 5.7rem;
  text-transform: uppercase;
  margin-bottom: 67px !important;
  text-align: left;
}
#nuestros-modelos .nuestros-modelos-text-container .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}
@media only screen and (max-width: 576px) {
  #nuestros-modelos .nuestros-modelos-text-container .owl-nav {
    top: 40%;
  }
}
#nuestros-modelos .nuestros-modelos-text-container .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) {
  #nuestros-modelos .nuestros-modelos-text-container .owl-nav button {
    width: 25px;
    height: 25px;
  }
}
#nuestros-modelos .nuestros-modelos-text-container .owl-nav button:hover {
  scale: 1.1;
}
#nuestros-modelos .nuestros-modelos-text-container .owl-nav button span {
  display: none;
  content: "";
}
#nuestros-modelos .nuestros-modelos-text-container .owl-nav button.owl-prev {
  left: -5rem;
  background-image: url("./assets/icons/arrow_left.svg");
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(254deg) brightness(103%) contrast(102%);
}
@media only screen and (max-width: 576px) {
  #nuestros-modelos .nuestros-modelos-text-container .owl-nav button.owl-prev {
    left: -3rem;
  }
}
#nuestros-modelos .nuestros-modelos-text-container .owl-nav button.owl-next {
  right: -5rem;
  background-image: url("./assets/icons/arrow_right.svg");
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(254deg) brightness(103%) contrast(102%);
}
@media only screen and (max-width: 576px) {
  #nuestros-modelos .nuestros-modelos-text-container .owl-nav button.owl-next {
    right: -3rem;
  }
}
#nuestros-modelos .nuestros-modelos-text-container .owl-nav button:hover {
  transform: scale(1.1);
  transition: 0.4s all ease-in;
}
#nuestros-modelos .nuestros-modelos-text-container .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 1.2rem;
  margin-top: 3rem;
}
#nuestros-modelos .nuestros-modelos-text-container .owl-dots button {
  width: 1.8rem;
  height: 0.1rem;
  background-color: #cccccc;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.4rem;
  transition: 0.4s all ease-in;
}
#nuestros-modelos .nuestros-modelos-text-container .owl-dots button.active, #nuestros-modelos .nuestros-modelos-text-container .owl-dots button:hover {
  width: 5rem;
  background-color: #4bbab5;
  transition: 0.4s all ease-in;
  height: 0.2rem;
}
#nuestros-modelos .nuestros-modelos-text-container .owl-dots button span {
  display: none;
}
.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: 2rem;
}
@media only screen and (max-width: 768px) {
  #nuestro-concensionario {
    padding: 2rem 15px;
  }
}
#nuestro-concensionario .title-section h2 {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  #nuestro-concensionario .title-section h2 {
    margin-bottom: 3.5rem;
  }
}
#nuestro-concensionario .container-carousel {
  max-width: 76%;
  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 {
  width: 1.8rem;
  height: 0.1rem;
  background-color: #cccccc;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.4rem;
  transition: 0.4s all ease-in;
}
#nuestro-concensionario .container-carousel .card-container-carousel .owl-dots button.active, #nuestro-concensionario .container-carousel .card-container-carousel .owl-dots button:hover {
  width: 5rem;
  background-color: #000000;
  transition: 0.4s all ease-in;
}
#nuestro-concensionario .container-carousel .card-container-carousel .owl-dots button span {
  display: none;
}
#faq {
  margin: 3rem 0;
  position: relative;
  padding: 3rem 0 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 .title-section.title-section-gray {
  display: inline-block;
  width: 100%;
  background-color: white;
  text-align: center;
}
#faq .title-section.title-section-gray h2::before {
  content: "";
  position: absolute;
  top: 12%;
  height: 0.1rem;
  z-index: 0;
  width: 35vw;
  max-width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  background-color: black;
}
@media (min-width: 360px) {
  #faq .title-section.title-section-gray h2::before {
    width: 9vw;
  }
}
@media (min-width: 375px) {
  #faq .title-section.title-section-gray h2::before {
    width: 17vw;
  }
}
@media (min-width: 576px) {
  #faq .title-section.title-section-gray h2::before {
    width: 17vw;
    top: 13%;
  }
}
@media (min-width: 768px) {
  #faq .title-section.title-section-gray h2::before {
    width: 17vw;
  }
}
@media (min-width: 992px) {
  #faq .title-section.title-section-gray h2::before {
    width: 30vw;
  }
}
@media (min-width: 1200px) {
  #faq .title-section.title-section-gray h2::before {
    width: 33vw;
  }
}
#faq .title-section.title-section-gray h2::after {
  content: "";
  position: absolute;
  top: 12%;
  height: 0.1rem;
  z-index: 0;
  width: 35vw;
  max-width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: 32vw;
  background-color: black;
}
@media (min-width: 360px) {
  #faq .title-section.title-section-gray h2::after {
    width: 9vw;
  }
}
@media (min-width: 480px) {
  #faq .title-section.title-section-gray h2::after {
    width: 17vw;
  }
}
@media (min-width: 576px) {
  #faq .title-section.title-section-gray h2::after {
    top: 13%;
    margin-left: 28vw;
    width: 21vw;
  }
}
@media (min-width: 768px) {
  #faq .title-section.title-section-gray h2::after {
    margin-left: 23vw;
    width: 27vw;
  }
}
@media (min-width: 992px) {
  #faq .title-section.title-section-gray h2::after {
    margin-left: 20vw;
    width: 30vw;
  }
}
@media (min-width: 1200px) {
  #faq .title-section.title-section-gray h2::after {
    margin-left: 17vw;
    width: 33vw;
  }
}
#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: white;
  color: #4BBAB5;
  padding: 1.2rem;
  margin: 0;
  font-weight: 300;
  cursor: pointer;
  position: relative;
  font-family: "CorposRegular", Arial, sans-serif !important;
  padding-left: 3rem;
  font-size: 1.6rem;
  font-weight: 500;
  border: 1px solid rgba(115, 134, 162, 0.27);
  border-radius: 0.1rem;
}
@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.svg");
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
#faq .faq p {
  padding: 0;
}
#faq .faq.active {
  border: 1px solid rgba(115, 134, 162, 0.27);
  padding: 2rem;
  height: auto;
}
#faq .faq.active h3 {
  background-color: transparent;
  padding-left: 0;
  border: 0;
}
#faq .faq.active h3::before {
  content: url("./assets/images/minus.svg");
  top: 0;
  right: 0;
}
#faq .answer {
  display: none;
}
#faq .answer p {
  font-weight: 500;
  color: #707070;
  font-size: 1.6rem;
}

footer {
  position: relative;
}
@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;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  footer .terms-container h2 {
    font-size: 2.3rem;
  }
}
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: #4bbab5;
  text-decoration: underline;
}
footer::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;
}

.modal {
  display: none;
  position: fixed;
  z-index: 999;
  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 only screen and (max-width: 576px) {
  .modal .modal-dialog.modal-md {
    max-width: 90%;
  }
}
@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;
}
@media only screen and (max-width: 576px) {
  .modal .modal-dialog .modal-content .modal-body {
    padding: 20px 10px 0 0;
  }
}
.modal .modal-dialog .modal-content .modal-body ul {
  color: #777;
  font-size: 1.4rem;
}
.modal .modal-dialog .modal-content .modal-body ul li {
  margin-bottom: 8px;
}

.tool-tip {
  position: relative;
  padding: 20px;
  text-align: center;
  margin-top: 10rem;
}
@media only screen and (max-width: 768px) {
  .tool-tip {
    margin-top: 5rem;
  }
}
.tool-tip .container-tooltip {
  display: inline-block;
  width: 32rem;
  background-color: white;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .tool-tip .container-tooltip {
    width: 28rem;
  }
}
.tool-tip .container-tooltip button {
  display: block;
  margin: 0 auto;
  padding: 1rem 2rem;
  font-size: 1.8rem;
  background-color: #4bbab5;
  color: white;
  border: none;
  border-radius: 4px;
  z-index: 2;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .tool-tip .container-tooltip button {
    font-size: 1.5rem;
  }
}
.tool-tip .container-tooltip::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 0.1rem;
  z-index: -1;
  width: 100vw;
  max-width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: black;
}

/* ==================== MOLECULES ==================== */
.title-section {
  text-align: center;
}
.title-section h2 {
  color: #4BBAB5;
  font-size: 3.1rem;
  font-weight: 500;
  margin: 2rem 0 0;
  text-transform: uppercase;
}
@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.3rem;
  }
}
.title-section p {
  font-size: 1.3rem;
  color: #ffffff;
  font-weight: 300;
  margin-top: 1.2rem;
}
.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 {
  color: #4BBAB5;
}
.title-section-gray p {
  color: #707070;
  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;
}