@font-face {
  font-family: "NouvelR, sans-serif";
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/NouvelR-Regular-AH-ccaf692b1b16c36d8281.woff2) format("woff2");
  unicode-range: u+000-20cf;
}
@font-face {
  font-family: "NouvelR, sans-serif";
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/NouvelR-Bold-AH-65d562f03190b5292326.woff2) format("woff2");
  unicode-range: u+000-20cf;
}
@font-face {
  font-family: "Dacia Block";
  src: url("../fonts/DaciaBlock-Light.woff2") format("woff2"), url("../fonts/DaciaBlock-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Dacia Block";
  src: url("../fonts/DaciaBlock-Regular.woff2") format("woff2"), url("../fonts/DaciaBlock-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Dacia Block";
  src: url("../fonts/DaciaBlock-Bold.woff2") format("woff2"), url("../fonts/DaciaBlock-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Dacia Read";
  src: url("../fonts/Read-Bold_V3000.woff2") format("woff2"), url("../fonts/Read-Bold_V3000.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Dacia Read";
  src: url("../fonts/Read-Medium_V3000.woff2") format("woff2"), url("../fonts/Read-Medium_V3000.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Dacia Read";
  src: url("../fonts/Read-Regular_V3000.woff2") format("woff2"), url("../fonts/Read-Regular_V3000.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Dacia Read";
  src: url("../fonts/Read-Light_V3000.woff2") format("woff2"), url("../fonts/Read-Light_V3000.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol, ul {
  list-style: none;
}

*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

u {
  text-decoration: underline;
}

strong {
  font-weight: bold;
}

body {
  font-size: 100%;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  list-style-type: none;
}

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

.container {
  width: 100%;
  max-width: 1190px;
  margin: 0 auto;
  padding: 0 30px;
}

.containerfull {
  width: 100%;
  max-width: 1730px;
  margin: 0 auto;
  padding: 0 30px;
}

/***HEADER***/
.header {
  background-color: black;
  padding: 18px 30px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.header__link {
  max-width: 45px;
  display: inline-block;
}
.header__logo {
  display: block;
  fill: #fff;
  width: 45px;
}

/**HERO**/
.hero__desktop {
  display: block;
}
.hero__desktop img {
  margin: 0 auto;
}
.hero img {
  margin: 0 auto;
}
.hero__mobile {
  display: none;
}
.hero__left .title {
  color: #fff;
  font-size: 34px;
  line-height: 34px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 0 25px 0;
}
.hero__left .text {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
}
.hero.two {
  padding: 0;
}
.hero.two .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0;
  margin: 0 auto;
  align-content: center;
  grid-gap: 30px;
}
.hero.two .hero__left {
  height: 263px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero.two .hero__right {
  position: relative;
  height: 263px;
}
.hero.two .hero__right .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  height: 263px;
}

/***CONTENT TEXT***/
.contentinfo {
  text-align: center;
  padding: 40px 0;
  margin: 0 15%;
}
.contentinfo .title {
  font-size: 38px;
  line-height: 42px;
  font-weight: 600;
  margin: 0 0 20px 0;
}
.contentinfo .text {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  margin: 0 0 30px 0;
}
.contentinfo .text .price {
  font-size: 30px;
}
.contentinfo .subtitle {
  font-size: 38px;
  line-height: 42px;
  font-weight: 600;
  margin: 0 0 20px 0;
}

/***FORM SECTION***/
.form__grid {
  display: grid;
  grid-gap: 20px;
}
.form__grid.one {
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 10px;
}
.form__grid.two {
  grid-template-columns: repeat(2, 1fr);
}
.form__grid.three {
  grid-template-columns: repeat(3, 1fr);
}
.form__grid.four {
  grid-template-columns: repeat(3, 1fr);
}
.form__privacy {
  margin-top: 15px;
}
.form__privacy .title {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #000;
}
.form__privacy .text {
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
  padding: 15px;
  border: 1px solid #000;
  margin-bottom: 15px;
  color: #000;
}
.form__privacy .text a {
  color: #0091da;
  text-decoration: underline;
}
.form__send {
  display: flex;
  justify-content: end;
  margin-bottom: 10px;
}
.form__send .btn {
  display: inline-block;
  width: auto;
  padding: 20px 35px;
}
.form__name {
  margin-bottom: 25px;
}
.form__info {
  margin: 25px 0 20px 0;
}
.form .group {
  position: relative;
  padding-bottom: 15px;
}
.form .group span.error {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 12px;
  line-height: 12px;
  font-weight: normal;
  color: red;
}

/***SHARE***/
.share {
  padding: 30px 0 55px 0;
}
.share__text {
  text-align: center;
  max-width: 40%;
  margin: 0 auto;
}
.share__links {
  display: flex;
  padding: 20px 0 0 0;
  justify-content: center;
  align-items: center;
}
.share__links .btn {
  margin: 0 15px;
}

/***RATING***/
.rating {
  padding: 0 0 30px 0;
}
.rating .container {
  display: grid;
  grid-template-columns: 0.4fr 1fr 0.6fr;
  grid-gap: 30px;
  padding: 0 50px;
}

/***LEGALS***/
.legals .text {
  font-size: 13px;
  line-height: 19px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #333;
}

/***FOOTER***/
.footer .container {
  border-top: 1px solid #f2f2f2;
  padding: 20px 100px;
  display: flex;
  justify-content: space-between;
}
.footer__links {
  display: flex;
}
.footer__links .item {
  padding: 0 10px;
  border-right: 1px solid #3e3f40;
}
.footer__links .item:last-child {
  border-right: 0;
}
.footer__links .item a {
  color: #3e3f40;
  position: relative;
  font-size: 14px;
}
.footer__links .item a:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.2s;
  background-color: #3e3f40;
  content: "";
}
.footer__links .item a:hover:after {
  width: 100%;
}
.footer__copyright {
  font-size: 14px;
}

/**
 * Box model adjustments
 * `border-box`... ALL THE THINGS - http://cbrac.co/RQrDL5
 */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.modal-wrapper {
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  width: 350px;
  max-width: 90%;
  background-color: #fff;
  box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
  transform: translate(-50%, -50%);
}

.modal-transition {
  transition: all 0.3s 0.12s;
  opacity: 0;
}

.modal.is-visible .modal-transition {
  opacity: 1;
}

.modal-header,
.modal-content {
  padding: 20px;
}
.modal-header input,
.modal-content input {
  margin-bottom: 15px;
}

.modal-header {
  position: relative;
  background-color: #fff;
  text-align: center;
  padding-bottom: 0;
}

.modal-close {
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 0;
  width: 20px;
  height: 20px;
  border: 0;
  background: none;
  cursor: pointer;
}

.modal-close:hover {
  color: #777;
}

.modal-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 30px;
}

.modal-content > *:first-child {
  margin-top: 0;
}

.modal-content > *:last-child {
  margin-bottom: 0;
}

.dealer-list {
  max-height: 50vh;
  overflow-y: auto;
}

.unsubscribe .hero {
  padding: 50px 0 100px 0;
  background-color: #000;
}
.unsubscribe .hero .title {
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
.unsubscribe .form_unsub {
  padding: 50px 0;
}
.unsubscribe .form_unsub .container {
  max-width: 750px;
  margin: 0 auto;
}
.unsubscribe .form_unsub .title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  padding: 0 0 30px 0;
  text-align: center;
}

.dealer-list {
  margin-top: 10px;
}
.dealer-list .item {
  border: 1px solid #000;
  padding: 5px;
  margin-bottom: 5px;
  cursor: pointer;
}
.dealer-list .item:last-child {
  margin-bottom: 0;
}

.step2 {
  display: none;
}
.step2 p {
  padding: 20px;
  text-align: center;
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  border: 1px solid #000;
  max-width: 60%;
  margin: 0 auto 40px auto;
}

.offer {
  padding: 40px 0;
}
.offer .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.offer__line {
  border: 4px solid #ccc;
  padding: 30px 60px;
}
.offer__line .price {
  font-family: "Dacia Block";
  color: #646b52;
  font-size: 75px;
  line-height: 80px;
  font-weight: 600;
  position: relative;
  text-align: center;
}
.offer__line .price sup {
  font-size: 16px;
  position: absolute;
  top: -20px;
}
.offer__line .description {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  font-family: "Dacia Block";
}
.offer__solid {
  border: 4px solid #646b52;
  background-color: #646b52;
  padding: 20px 40px 30px 20px;
  max-width: 280px;
  margin-left: 15px;
}
.offer__solid .price {
  font-family: "Dacia Block";
  color: #fff;
  font-size: 54px;
  line-height: 54px;
  font-weight: 600;
  position: relative;
  text-align: left;
}
.offer__solid .price sup {
  font-size: 14px;
  position: absolute;
  top: -20px;
}
.offer__solid .description {
  text-align: left;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  font-family: "Dacia Block";
  color: #fff;
  padding: 14px 0 0 0;
}

.concesionario-modal {
  display: none;
}

.dealer-selected {
  margin-top: 15px;
}

#btnGeolocalizar {
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}

input {
  border: 1px solid #ccc;
  padding: 10px 10px;
  border-radius: 0;
  background-color: #eee;
  opacity: 1;
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 16px;
  box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px 0px inset;
}
input:invalid + .btn, input:placeholder-shown + .btn {
  pointer-events: none;
  background-color: #777;
}
input[type=radio] {
  display: inline-block;
  width: auto;
}

.btn {
  display: inline-block;
  width: auto;
  border: none;
  color: #fff;
  padding: 12px 10px;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  cursor: pointer;
}
.btn-primary {
  background-color: #000;
}
.btn-primary:hover {
  transition: all 0.4s;
}
.btn-line {
  border: 2px solid #000;
  color: #000;
}
.btn-line:hover {
  transition: all 0.4s;
  background-color: #000;
  color: #fff;
}

.optin {
  margin-top: 10px;
}

.radio input {
  margin-right: 6px;
}
.radio + .radio {
  margin-left: 20px;
}

body.renault {
  font-family: "NouvelR, sans-serif";
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
}

.renault .hero {
  margin-top: 97px;
}
.renault .btn, .renault input {
  font-family: "NouvelR, sans-serif";
}
.renault .btn-primary {
  background-color: #000000;
}
.renault .btn-primary:hover {
  background-color: #efdf00;
  color: #000000;
}
.renault .form .btn {
  display: block;
  width: 100%;
}
.renault .form__send .btn {
  width: auto;
}

body.dacia {
  font-family: "Dacia Read";
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  color: #333;
}

.dacia h1, .dacia h2, .dacia h3, .dacia h4, .dacia h5 {
  font-family: "Dacia Block";
}
.dacia .btn, .dacia input {
  font-family: "Dacia Read";
}
.dacia .btn {
  font-family: "Dacia Block";
}
.dacia .btn-primary {
  background-color: #646b52;
}
.dacia .btn-primary:hover {
  background-color: #cccccc;
  color: #646b52;
}
.dacia .btn-line {
  border-color: #646b52;
  color: #646b52;
}
.dacia .btn-line:hover {
  color: #fff;
  background-color: #646b52;
}
.dacia .container {
  max-width: 1280px;
}
.dacia.unsubscribe .hero {
  background-color: #646b52;
  margin-top: 62px;
}
.dacia .header {
  background-color: #fff;
}
.dacia .header .logo {
  width: 200px;
  fill: #000;
}
.dacia input {
  border: 1px solid #646b52;
  background: #fff;
  border-radius: 0;
}
.dacia .hero {
  margin-top: 63px;
  background-color: #646b52;
}
.dacia .form__grid {
  grid-template-columns: 1fr 1fr 1fr;
}
.dacia .form__privacy .text {
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
  color: #333;
}
.dacia .form__privacy .text p {
  display: grid;
  grid-template-columns: 0.5fr 1.5fr;
  grid-gap: 20px;
  margin-bottom: 5px;
}
.dacia .form__privacy .text p span:first-child {
  font-weight: bold;
}
.dacia .form__privacy .text p:last-child {
  margin-bottom: 0;
}
.dacia .form__send .btn {
  float: none;
  font-family: "Dacia Block";
}
.dacia .form label {
  font-weight: bold;
}
.dacia .legals {
  padding: 30px 0;
}
.dacia .share__links .btn {
  padding: 20px 50px;
}

/*# sourceMappingURL=styles.css.map */


/* SLICK */
.wrap-slick {position: relative;margin: 0 auto;width: 100%;max-width: 1280px;margin-inline: auto;display: block;}
.wrap-slick .slick-slide .content-slide {display: grid;grid-template-columns:1fr;align-items: center;justify-content: center;width: 100%;height: 100%}
.wrap-slick .slick-slide h2 {font-family: "Dacia Block";text-align: center;text-transform: uppercase;font-weight: 900;font-size: 2.7vw;line-height: 100%;width: 78%;margin:0 auto 50px;}
.wrap-slick .slick-slide img{width:100%;height:auto;}
.custom-arrows {display: grid;grid-template-columns: min-content 1fr min-content;gap: 12px;align-items: center;}
.custom-arrows .custom-dots{position:static;}
.custom-arrows ul.slick-dots{position:static;}
.custom-arrows button.slick-arrow {text-indent: -9999px;width: 36px;height: 36px;border: 0;border-radius: 40px;background: #8ca5ad url(../images/arrow.svg) no-repeat center;cursor: pointer;}
.custom-arrows button.custom-prev.slick-arrow {transform: rotate(180deg);}
.custom-arrows .slick-dots li button:before{font-size: 40px;color:#8ca5b5!important;}
.custom-arrows .slick-dots li button {font-size:inherit;line-height: inherit;padding:0}
.slick-dots li.slick-active button:before, .slick-dots li:not(.slick-active) button:focus{opacity: .75;color: #8ca5ad!important;}
/* END SLICK */

@media only screen and (min-width:1291px) {
  .custom-arrows{bottom: 24%!important;}
  .wrap-slick .slick-slide h2{font-size: 200%;}
}

@media only screen and (min-width:768px) {
  .wrap-slick .slick-slide .content-slide {grid-template-columns: 1fr 1fr}
  .custom-arrows {position: absolute;transform: translateX(-50%);bottom:0;left: 25%;}
}

@media only screen and (max-width:767px) {
  .wrap-slick .slick-slide .content-slide{display: flex;flex-direction: column-reverse;}
  .custom-arrows {width: max-content;margin: 0 auto;}
  .wrap-slick .slick-slide h2 {margin:6vw 0 0;font-size:4.7vw;}
}