/*!
Theme Name: Dodge Content
Theme URI: https://www.dodgelatam.com
Author: Luis Santander S.
Author URI: https://www.cron.cl
Description: Dodge Latam Theme
Version: 1.1.2
Text Domain: dodge-content
*/
* {
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

@font-face {
  font-family: "Averta PE";
  src: url("fonts/averta_pe_light-webfont.woff2") format("woff2"), url("fonts/averta_pe_light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Averta PE";
  src: url("fonts/averta_pe_bold-webfont.woff2") format("woff2"), url("fonts/averta_pe_bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Averta PE";
  src: url("fonts/averta_pe_semibold-webfont.woff2") format("woff2"), url("fonts/averta_pe_semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Averta PE";
  src: url("fonts/averta_pe_regular-webfont.woff2") format("woff2"), url("fonts/averta_pe_regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Bebas Neue";
  src: url("fonts/BebasNeue-Regular.woff2") format("woff2"), url("fonts/BebasNeue-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  background: #222;
  color: white;
  font-size: 16px;
  font-family: "Averta PE", sans-serif;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

a {
  color: white;
  text-decoration: none;
}

.container {
  width: calc(100% - 2rem);
  max-width: 80rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.container-thin {
  width: calc(100% - 2rem);
  max-width: 80rem;
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 34.375rem;
  z-index: 1;
}

.container-content {
  width: calc(100% - 2rem);
  max-width: 80rem;
  margin: 0 auto;
  position: relative;
  max-width: 68.75rem;
  z-index: 1;
}

.container-wide {
  width: calc(100% - 2rem);
  max-width: 80rem;
  margin: 0 auto;
  position: relative;
  max-width: 90rem;
  z-index: 1;
}

.bebas {
  font-family: "Bebas Neue", sans;
}

.main-logo {
  display: inline-block;
  width: 127px;
  height: 40px;
  background-image: url(img/dodge-logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.main-logo span {
  display: none;
}
@media (min-width: 50rem) {
  .main-logo {
    width: 220px;
    height: 60px;
  }
}

.eyebrow-heading {
  font-family: "Averta PE", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.15px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.paragraph-heading {
  font-family: "Bebas Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 12px;
  text-transform: uppercase;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 40rem) {
  .paragraph-heading.bigger {
    font-size: 64px;
  }
}

.cta-important .wp-block-button__link {
  background: url(img/icons/icon-arrow-forward.svg), -webkit-gradient(linear, left top, right top, from(#AA0B21), to(#D60215));
  background: url(img/icons/icon-arrow-forward.svg), linear-gradient(90deg, #AA0B21 0%, #D60215 100%);
  border-radius: 0;
  padding: 1.5rem 3rem 1.5rem 1.5rem;
  background-repeat: no-repeat;
  background-position: right 0.5rem center, center center;
}

.cta-white-big .wp-block-button__link {
  border-radius: 0;
  background: white;
  background-image: url(img/icons/icon-arrow-down.svg);
  background-repeat: no-repeat;
  background-position: left 1rem center;
  font-style: normal;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.5625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.009375rem;
  text-transform: uppercase;
  color: #A70B21;
  display: inline-block;
  margin: 4rem auto 1rem;
  padding: 2rem 2rem 2rem 4rem;
}

.vehicle-heading {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: normal;
  font-size: 3rem;
  letter-spacing: 0.125rem;
  line-height: 4.8125rem;
  color: #D60215;
  margin: 0;
}
@media (min-width: 40rem) {
  .vehicle-heading {
    font-size: 4rem;
    letter-spacing: 0.75rem;
  }
}

.dark-gradient-background {
  background: -webkit-gradient(linear, left bottom, left top, from(#0E0E0E), to(#2D2D2D));
  background: linear-gradient(360deg, #0E0E0E 0%, #2D2D2D 100%);
  mix-blend-mode: normal;
}

.striped-background {
  position: relative;
}
.striped-background:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(img/decoration-vertical-grid-lines.svg);
  background-repeat: repeat-x;
  background-position: center;
  z-index: 0;
}

.red-gradient-background {
  background: -webkit-gradient(linear, left top, right top, from(#A90B21), to(#D60114));
  background: linear-gradient(90deg, #A90B21 0%, #D60114 100%);
}
.red-gradient-background .vehicle-heading {
  color: white;
}

.text-column {
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - 4rem);
  max-width: 24rem;
  padding: 1rem;
}

.image-disclaimer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.5rem;
  margin: 0;
  font-size: 0.6rem;
  color: white;
  text-shadow: 0.1rem 0.1rem 0.5rem rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.no-margin {
  margin: 0;
}

.no-gap {
  gap: 0;
}

.no-padding {
  padding: 0;
}

.add-padding {
  padding: 1rem;
}

.add-more-padding {
  padding: 4rem;
}

.icon {
  width: 48px;
  height: 48px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 2rem;
}

.site-header {
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 0.9rem;
}

.main-menu {
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main-menu a {
  font-weight: bold;
  padding: 1rem;
  border-radius: 0.5rem;
}
.main-menu a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.main-menu a.header-logo:hover {
  background-color: transparent;
}

.header-logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.menu-items {
  display: none;
  list-style: none;
  margin: 0 2rem;
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.menu-items li {
  display: inline-block;
  margin-right: 2rem;
}
@media (min-width: 80rem) {
  .menu-items {
    display: block;
  }
}

a.expand {
  background-image: url(img/icons/icon-expand.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  padding-right: 2rem;
}

.secondary-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.secondary-menu li {
  display: inline-block;
}

.concesionarios a {
  display: none;
  background-image: url(img/icons/icon-place.svg);
  background-position: left 1rem center;
  background-repeat: no-repeat;
  padding-left: 3rem;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.concesionarios a span {
  display: none;
}
@media (min-width: 80rem) {
  .concesionarios a span {
    display: inline;
  }
}
@media (min-width: 80rem) {
  .concesionarios a {
    display: inline-block;
  }
}

.menu-toggle {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  background-color: transparent;
  border: none;
  background-image: url(img/icons/icon-menu.svg);
  background-size: contain;
  background-position: center center;
}
.menu-toggle span {
  display: none;
}
@media (min-width: 80rem) {
  .menu-toggle {
    display: none;
  }
}

.dropdown-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 25rem;
  min-height: 100vh;
  padding: 2rem;
  background: white;
  color: black;
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  text-transform: uppercase;
}
.dropdown-menu.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media (min-width: 80rem) {
  .dropdown-menu {
    display: none;
  }
}
.dropdown-menu--items {
  list-style: none;
  margin: 3rem 0 0 0;
  padding: 0;
}
@media (min-width: 50rem) {
  .dropdown-menu--items {
    margin-top: 4rem;
  }
}
.dropdown-menu--items li {
  margin-bottom: 0.5rem;
  text-align: right;
}
.dropdown-menu--items li a {
  display: block;
  color: black;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  position: relative;
}
.dropdown-menu--items li a:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1.25rem;
  height: 100%;
  background: #D60215;
  -webkit-clip-path: polygon(40% 0%, 100% 0%, 60% 100%, 0% 100%);
          clip-path: polygon(40% 0%, 100% 0%, 60% 100%, 0% 100%);
}
.dropdown-menu--close {
  position: absolute;
  top: 2rem;
  right: 1rem;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background-color: transparent;
  background-image: url(img/icons/icon-close.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border: none;
}
@media (min-width: 50rem) {
  .dropdown-menu--close {
    top: 3rem;
  }
}
.dropdown-menu--close span {
  display: none;
}

.site-footer {
  background: black;
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
}
.site-footer a {
  padding: 1rem;
  border-radius: 0.5rem;
}

.disclaimer {
  padding-bottom: 70px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.footer-options {
  display: grid;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  padding-top: 2rem;
}
@media (min-width: 40rem) {
  .footer-options {
    grid-template-columns: 20rem auto 12rem;
  }
}
.footer-options p, .footer-options ul {
  margin: 0;
}

.footer-menu {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-menu ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-menu li {
  display: inline;
}
.footer-menu li a {
  padding: 1rem;
  display: inline;
  line-height: 2;
}
.footer-menu li a:hover {
  background: none;
  text-decoration: underline;
}

a.contact-phone {
  background-image: url(img/icons/icon-phone.svg);
  background-size: 24px 24px;
  background-position: left 1rem center;
  background-repeat: no-repeat;
  padding-left: 3rem;
  text-align: right;
}

.footer__logos {
  list-style: none;
  margin: 2rem 1rem;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__logo {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 2rem;
  margin-top: 1rem;
  overflow: hidden;
}
.footer__logolink {
  display: block;
  width: 3rem;
  height: 0.5rem;
  position: relative;
}
.footer__logoimage {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__last_line_holder {
  padding-bottom: 8rem;
}
@media (min-width: 40rem) {
  .footer__last_line_holder {
    padding-bottom: 1rem;
  }
}
.footer__last_line {
  text-align: right;
  font-size: 0.8rem;
  padding-top: 4rem;
}
.footer__last_line li {
  display: inline;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.footer__last_line li:last-child {
  border-right: none;
}
.footer__last_line li.libro-de-reclamaciones-peru {
  background-image: url(../img/icons/icon-libro-de-reclamaciones-peru.png);
  background-size: 2rem;
  background-repeat: no-repeat;
  background-position: left 0.5rem center;
  padding-left: 3rem;
}

.global-form {
  width: calc(100% - 2rem);
  max-width: 37.5rem;
  margin: 0 auto;
  text-align: center;
  border-radius: 1rem;
  padding: 2rem 1rem;
}
.global-form h1 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 3.75rem;
  font-weight: 400;
  letter-spacing: 0.125rem;
}
.global-form h2 {
  text-transform: uppercase;
  margin-top: 3rem;
  border-bottom: 2px solid #D60215;
  text-align: left;
}
.global-form__intro {
  font-size: 1.2rem;
  margin-bottom: 4rem;
}
.global-form input[type=submit] {
  font-family: "Averta PE", sans-serif;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0.5rem 1rem;
  background: #D60215;
  color: white;
  margin: 2rem auto;
  display: inline-block;
  border: 0;
  border-radius: 0.1rem;
}
.global-form__messages {
  text-align: center;
  font-size: 1.5rem;
}
.global-form__messages__error {
  color: #D60215;
}
.global-form .error {
  color: #D60215;
}

.form-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem 0;
  text-align: left;
}
.form-line label {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
.form-line input, .form-line select {
  font-size: 1.2rem;
  color: black;
  padding: 0.5rem;
  font-family: "Averta PE", sans-serif;
}

.call-to-action {
  display: inline-block;
  color: white;
  font-size: 0.875rem;
  border: 2px solid white;
  padding: 1rem 2.5rem 1rem 1rem;
  background-color: rgba(255, 255, 255, 0);
  background-image: url(img/icons/icon-arrow-forward.svg);
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
}
.call-to-action:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.big-banner {
  width: 100%;
  max-width: 90rem;
  height: 21.875rem;
  margin: 0 auto;
  display: block;
  position: relative;
  color: white;
}
@media (min-width: 40rem) {
  .big-banner {
    height: 39.6875rem;
  }
}
.big-banner__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.big-banner__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.big-banner__content {
  position: absolute;
  left: 2rem;
  bottom: 20%;
  width: calc(100% - 4rem);
}
@media (min-width: 40rem) {
  .big-banner__content {
    left: 5rem;
    width: calc(100% - 10rem);
  }
}
.big-banner__content__heading {
  font-family: "Bebas Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 2.5rem;
  line-height: 100%;
  letter-spacing: -0.000625rem;
  margin: 0;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
}
@media (min-width: 40rem) {
  .big-banner__content__heading {
    font-size: 3.75rem;
  }
}
.big-banner__content__text {
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
  font-style: normal;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 100%;
  margin-top: 0;
  margin-bottom: 3rem;
}
.big-banner__icons {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  width: calc(100% - 2rem);
  max-width: 30rem;
  height: 4rem;
}
@media (min-width: 40rem) {
  .big-banner__icons {
    height: 8rem;
    max-width: 40rem;
  }
}
.big-banner__icons img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}

.small-banner {
  display: block;
  width: 100%;
  position: relative;
  height: 25rem;
  padding: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.small-banner__image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 1s ease all;
  transition: 1s ease all;
}
.small-banner:hover .small-banner__image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.small-banner__content {
  position: absolute;
  bottom: 3rem;
  left: 2rem;
  width: calc(100% - 4rem);
}
.small-banner__additional-image {
  display: block;
  width: 100%;
  max-height: 10rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}
.small-banner__heading {
  font-family: "Bebas Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 2.5rem;
  line-height: 1;
  display: block;
  margin: 0;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
}
@media (min-width: 40rem) {
  .small-banner__heading {
    font-size: 4.375rem;
  }
}
.small-banner__text {
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
  margin: 0;
}

.dealers__list {
  width: calc(100% - 2rem);
  max-width: 75rem;
  margin: 0 auto;
  display: grid;
  grid-column-gap: 1rem;
  grid-row-gap: 3rem;
}
@media (min-width: 40rem) {
  .dealers__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.dealer-card {
  background: rgba(255, 255, 255, 0.1);
  padding: 2rem 1rem;
  border-radius: 0.25rem;
}
.dealer-card h3 {
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 1rem;
}
.dealer-card a {
  text-decoration: underline;
}
.dealer-card__type {
  text-transform: uppercase;
  font-size: 0.6rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
}
.dealer-card__type span {
  display: inline-block;
  color: white;
  margin-right: 0.2rem;
  background: rgba(214, 2, 21, 0.6);
  padding: 0.25rem;
  border-radius: 0.1rem;
}
.dealer-card__region {
  text-transform: uppercase;
  font-weight: bold;
}
.dealer-card__phone {
  margin-top: 1rem;
}
.dealer-card__hours {
  margin-top: 15px;
  padding-top: 15px;
}
.dealer-card__hours h4 {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 10px;
}
.dealer-card__hours p {
  margin-bottom: 5px;
  font-size: 0.9em;
}
.dealer-card__hours p strong {
  font-weight: bold;
}

.manuals__models {
  display: grid;
  grid-row-gap: 1rem;
}
.manuals__model {
  display: grid;
  grid-column-gap: 1rem;
}
@media (min-width: 40rem) {
  .manuals__model {
    grid-template-columns: 174px auto;
  }
}
.manuals__modelimage {
  position: relative;
  min-height: 100px;
}
.manuals__modelimage img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.manuals__modelname {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 12px;
}
.manuals__manualslist {
  display: grid;
  grid-row-gap: 0.5rem;
  margin-bottom: 1rem;
}
.manuals__downloadlink {
  display: block;
  color: black;
  line-height: 36px;
  background-image: url(img/icons/icon-download.png);
  background-size: 26px 26px;
  background-repeat: no-repeat;
  background-position: left 5px center;
  padding-left: 36px;
}
.manuals__downloadlink:hover {
  background-color: #eee;
}

.simple-image-layout {
  position: relative;
  min-height: 46.875rem;
  height: 100%;
}
.simple-image-layout--inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.simple-image-layout--inner picture {
  position: absolute;
}
.simple-image-layout--inner img {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.simple-image-layout--inner--image-1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 33%;
  z-index: 3;
  width: 100%;
}
.simple-image-layout--inner--image-1 img {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 80%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 80%);
}
.simple-image-layout--inner--image-2 {
  position: absolute;
  top: 25%;
  left: 0;
  height: 50%;
  width: 100%;
  z-index: 2;
}
.simple-image-layout--inner--image-2 img {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 90%, 0 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 90%, 0 100%);
}
.simple-image-layout--inner--image-3 {
  position: absolute;
  top: 66%;
  left: 0;
  width: 100%;
  height: 34%;
  z-index: 1;
}

.split-images-layout {
  display: grid;
  grid-template-rows: 1fr 1fr;
  position: relative;
}
@media (min-width: 50rem) {
  .split-images-layout {
    display: block;
    height: 24rem;
    width: 100%;
    max-width: 90rem;
    margin: 0 auto;
    position: relative;
  }
}
.split-images-layout figure img {
  display: block;
  width: 100%;
}
@media (min-width: 50rem) {
  .split-images-layout figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 50rem) {
  .split-images-layout figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
  }
}
@media (min-width: 50rem) {
  .split-images-layout figure:nth-child(1) {
    width: 55%;
    z-index: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
  }
}
@media (min-width: 50rem) {
  .split-images-layout figure:nth-child(2) {
    position: absolute;
    top: 0;
    left: 45%;
    width: 55%;
    height: 100%;
    z-index: 0;
  }
}

.hero {
  position: relative;
}
.hero--container {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 2rem);
  max-width: 90rem;
  height: 100%;
}
.hero--container--features {
  position: absolute;
  bottom: 0;
  left: 0;
  display: grid;
  width: 100%;
  max-width: 50rem;
}
@media (min-width: 40rem) {
  .hero--container--features {
    grid-template-columns: 1fr 1fr;
  }
}
.hero--container--features--single-feature {
  display: block;
  background: rgba(78, 71, 71, 0.67);
  -webkit-backdrop-filter: blur(33px);
          backdrop-filter: blur(33px);
  text-align: center;
  padding: 1rem;
}
.hero--container--features--single-feature:nth-child(2) {
  background: rgba(78, 71, 71, 0.33);
}
.hero--container--features--single-feature--header {
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.5rem;
}
.hero--container--features--single-feature--description {
  font-size: 1.125rem;
}

.durango-hero {
  position: relative;
  width: 100%;
  height: 46.875rem;
  overflow: hidden;
  z-index: -1;
}
@media (min-width: 40rem) {
  .durango-hero {
    height: 59.6875rem;
  }
}
.durango-hero img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 40rem) {
  .durango-hero img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.durango-hero:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: radial-gradient(transparent, black);
}
.durango-hero:after {
  display: block;
  content: "";
  width: 6.25rem;
  height: 5rem;
  background-image: url(~/assets/img/durango/hero-decorator.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: -6rem;
}
@media (min-width: 40rem) {
  .durango-hero:after {
    width: 54.625rem;
    height: 40.9375rem;
  }
}

.model-presentation {
  position: absolute;
  top: 6.25rem;
  left: 1rem;
}
@media (min-width: 40rem) {
  .model-presentation {
    left: 4rem;
    top: 18.75rem;
  }
}

.year {
  color: #D60215;
  font-weight: 600;
  font-size: 1.125rem;
  letter-spacing: 0.009375rem;
  margin: 0;
}

.model-name {
  font-family: "Bebas Neue", sans-serif;
  font-size: 3.75rem;
  font-weight: normal;
  line-height: 3.375rem;
  letter-spacing: 0.375rem;
  margin: 0;
}

.model-slogan {
  font-style: normal;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.375rem;
  letter-spacing: 0.009375rem;
  margin: 0;
  text-transform: uppercase;
}

.model-pricing {
  font-family: "Bebas Neue", sans-serif;
  margin-top: 2rem;
  margin-bottom: 0rem;
  color: rgba(255, 255, 255, 0.8);
}
.model-pricing--from {
  font-size: 1.25rem;
}
.model-pricing--price {
  font-size: 2.5rem;
}
.model-pricing__price-details {
  margin-top: 0;
  margin-bottom: 4rem;
  padding-top: 0;
}/*# sourceMappingURL=style.css.map */