@charset "UTF-8";
/**
 * New Guide Colors
 */
/* ========== Break points responsive ============ */
/* ============ Styles for texts =============== */
/* ================== transitions animation ================== */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(205, 0, 0, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 5px rgba(205, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(205, 0, 0, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(205, 0, 0, 0.4);
    box-shadow: 0 0 0 0 rgba(205, 0, 0, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 5px rgba(205, 0, 0, 0);
    box-shadow: 0 0 0 5px rgba(205, 0, 0, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(205, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(205, 0, 0, 0);
  }
}
@keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
body.oficina #prodNotFound {
  width: 85%;
  display: block;
  margin: 10% auto;
  text-align: center;
  font-size: 24px;
  line-height: 34px;
}
body.oficina #prodNotFound h3 {
  font-size: 52px;
  color: #EFDF00;
  font-family: renault_lifebold, sans-serif;
  line-height: 62px;
}
body.oficina #prodNotFound strong {
  font-weight: bold;
}
body.oficina #prodNotFound .goHome {
  background: url(../images/arrow-buttom-slider.png) 90% center no-repeat #EFDF00;
  background-size: 20px;
  background-position: calc(100% - 10px) center;
  font-size: 9pt;
  text-transform: uppercase;
  letter-spacing: 0.5pt;
  font-weight: 400;
  color: #1c1c1c;
  font-family: renault_lifebold, sans-serif;
  transition: background 0.2s 0.2s ease-in-out, color 0.5s;
  border: 1px solid #EFDF00;
  text-decoration: none;
  padding: 10px 40px 10px 20px;
  display: inline-block;
  cursor: pointer;
  margin-top: 15px;
}
body.oficina #prodNotFound .goHome:hover {
  background: url(../images/arrow-buttom-slider-over.png) 95% center no-repeat;
  background-size: 20px;
  border: 1px solid #EFDF00;
  color: #EFDF00;
  margin: 15px 0;
}
@media (max-width: 499px) {
  body.oficina #prodNotFound {
    font-size: 16px;
    line-height: 22px;
  }
  body.oficina #prodNotFound h3 {
    margin: 15px 0;
  }
}

/**
 * New Guide Colors
 */
/* ========== Break points responsive ============ */
/* ============ Styles for texts =============== */
/* ================== transitions animation ================== */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(205, 0, 0, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 5px rgba(205, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(205, 0, 0, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(205, 0, 0, 0.4);
    box-shadow: 0 0 0 0 rgba(205, 0, 0, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 5px rgba(205, 0, 0, 0);
    box-shadow: 0 0 0 5px rgba(205, 0, 0, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(205, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(205, 0, 0, 0);
  }
}
@keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 480px) {
  body.oficina #filters ul #filter-location {
    width: 100%;
  }
  body.oficina #wrapper #container {
    margin: 192px 0 0 7px;
  }
}
@media (min-width: 768px) {
  body.oficina #wrapper #container {
    padding-top: 150px;
  }
}
@media (min-width: 992px) {
  body.oficina #wrapper #container {
    padding-top: 0px;
  }
}
#filters {
  background: #fff;
  position: fixed;
  float: left;
  z-index: 21;
  width: 100%;
  top: 57px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.12);
  clear: both;
  border-radius: 0px 0px 4px 4px;
}
@media (min-width: 768px) {
  #filters {
    top: 79px;
  }
}
@media (min-width: 992px) {
  #filters {
    background: none;
    position: relative;
    width: calc(100% - 120px);
    border-bottom: none;
    margin-left: 30px;
    margin-top: 0;
    z-index: 40;
    box-shadow: none;
    top: 0;
  }
}
@media (min-width: 1200px) {
  #filters {
    width: calc(100% - 120px);
    border-bottom: none;
    margin-left: 45px;
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  #filters {
    top: 75px;
  }
}
#filters.oficina #search-box {
  display: flex;
  margin-top: 42px;
  align-items: stretch;
}
@media (min-width: 500px) {
  #filters.oficina #search-box {
    margin-top: 0px;
  }
}
#filters.oficina #search-box input {
  width: 100%;
  outline: none;
  padding: 11.5px 10px;
  border: 1px solid #888b8d;
  border-right: none;
  border-top: none;
}
@media (min-width: 992px) {
  #filters.oficina #search-box input {
    width: 30%;
  }
}
#filters.oficina #search-box button {
  color: #fff;
  cursor: pointer;
  padding: 2px 12px;
  background-color: #000;
  border: 1px solid #888b8d;
  border-left: none;
  border-top: none;
}
#filters.oficina #search-box button:hover {
  color: #000;
  background-color: #EFDF00;
}
#filters > ul {
  width: 100%;
  float: left;
}
@media (min-width: 992px) {
  #filters > ul {
    border: none;
  }
}
#filters #filter-location {
  background: #fff url("/images/pin.svg") no-repeat 10px center;
  display: block;
  text-align: center;
  position: relative;
  float: left;
  width: 49%;
  border: 1px solid #888B8D;
  border-top: none;
}
@media (min-width: 992px) {
  #filters #filter-location {
    margin-right: 15px;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  #filters #filter-location {
    background: #fff url("/images/pin.svg") no-repeat 10px center;
    background-size: initial;
    width: calc(50% - 3px);
  }
}
@media (min-width: 992px) {
  #filters #filter-location {
    background: #fff url("/images/pin.svg") no-repeat 10px center;
    width: 255px;
  }
}
#filters #filter-location .chevDown {
  position: absolute;
  right: 5%;
  top: 30%;
  width: 18px;
  height: 15px;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#filters #filter-location .closeChevron {
  position: absolute;
  right: 5%;
  top: 30%;
  width: 18px;
  height: 15px;
  opacity: 0;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#filters #filter-location:hover .closeChevron,
#filters #filter-location:hover .chevDown {
  fill: #EFDF00;
}
#filters #filter-location.open .chevDown {
  opacity: 0;
  top: 23%;
}
#filters #filter-location.open .closeChevron {
  opacity: 1;
  fill: #EFDF00;
}
#filters #filter-location a {
  font-family: nouvelR_semibold, sans-serif;
  font-size: 8pt;
  text-transform: lowercase;
  letter-spacing: 0pt;
  font-weight: normal;
  color: #000000;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  text-decoration: none;
  display: block;
  padding: 15px 30px;
  position: relative;
  z-index: 10;
  text-align: left;
  padding-left: 50px;
}
@media (min-width: 768px) {
  #filters #filter-location a {
    font-size: 10pt;
    text-transform: lowercase;
    letter-spacing: 0pt;
    font-weight: normal;
    color: #000000;
  }
}
@media (min-width: 992px) {
  #filters #filter-location a {
    font-size: 10pt;
    text-transform: lowercase;
    letter-spacing: 0pt;
    font-weight: normal;
    color: #000000;
  }
}
@media (min-width: 1600px) {
  #filters #filter-location a {
    font-size: 9pt;
    text-transform: lowercase;
    letter-spacing: 0pt;
    font-weight: normal;
    color: #000000;
  }
}
#filters #filter-location a:hover {
  color: #EFDF00;
}
#filters #filter-offers {
  background: #fff url("/images/car.svg") no-repeat 5px center;
  display: block;
  width: calc(50% + 1px);
  text-align: center;
  position: relative;
  float: left;
  border-bottom: 1px solid #888B8D;
  border-top: none;
  border-left: none;
  border-right: none;
}
@media (min-width: 768px) {
  #filters #filter-offers {
    background: #fff url("/images/car.svg") no-repeat 15px center;
  }
}
@media (min-width: 992px) {
  #filters #filter-offers {
    background: #fff url("/images/car.svg") no-repeat 10px center;
    width: 200px;
    border: 1px solid #888B8D;
    border-top: none;
  }
}
@media (min-width: 1200px) {
  #filters #filter-offers {
    background: #fff url("/images/car.svg") no-repeat 15px center;
    width: 250px;
    border: 1px solid #888B8D;
    border-top: none;
  }
}
@media (min-width: 1600px) {
  #filters #filter-offers {
    width: 280px;
    border: 1px solid #888B8D;
    border-top: none;
  }
}
#filters #filter-offers a.main-filter {
  font-family: nouvelR_semibold, sans-serif;
  font-size: 8pt;
  text-transform: lowercase;
  letter-spacing: 0pt;
  font-weight: normal;
  color: #000000;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  text-decoration: none;
  display: block;
  padding: 15px 0px 15px 15px;
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  #filters #filter-offers a.main-filter {
    font-size: 10pt;
    text-transform: lowercase;
    letter-spacing: 0pt;
    font-weight: normal;
    color: #000000;
  }
}
@media (min-width: 992px) {
  #filters #filter-offers a.main-filter {
    font-size: 10pt;
    text-transform: lowercase;
    letter-spacing: 0pt;
    font-weight: normal;
    color: #000000;
  }
}
@media (min-width: 1600px) {
  #filters #filter-offers a.main-filter {
    font-size: 9pt;
    text-transform: lowercase;
    letter-spacing: 0pt;
    font-weight: normal;
    color: #000000;
  }
}
#filters #filter-offers a.main-filter:hover {
  color: #EFDF00;
}
#filters #filter-offers .chevDown {
  position: absolute;
  right: 5%;
  top: 30%;
  width: 18px;
  height: 15px;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#filters #filter-offers .closeChevron {
  position: absolute;
  right: 5%;
  top: 30%;
  width: 18px;
  height: 15px;
  opacity: 0;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#filters #filter-offers:hover .closeChevron,
#filters #filter-offers:hover .chevDown {
  fill: #EFDF00;
}
#filters #filter-offers .tab {
  max-height: 0;
  height: 0;
  transition: all 0.3s ease-in-out;
  float: left;
  position: absolute;
  left: -1px;
  z-index: 10;
  top: 60px;
  overflow: hidden;
  width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 768px) {
  #filters #filter-offers .tab {
    width: 150%;
    left: -75%;
  }
}
#filters #filter-offers .tab ul li {
  display: inline-block;
  width: auto;
}
#filters #filter-offers .tab ul li a {
  font-family: "nouvelR_bold", sans-serif;
  font-size: 6pt;
  text-transform: lowercase;
  letter-spacing: normal bold;
  font-weight: normal;
  color: #000000;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  font-size: 10pt;
  font-family: nouvelR_bold, sans-serif;
  text-transform: lowercase;
  font-weight: 700;
  color: #000000;
  transition: color 0.5s;
  display: block;
  padding: 10px 15px;
  position: relative;
  box-sizing: border-box;
  z-index: 10;
  text-decoration: none;
  margin-top: 2px;
}
#filters #filter-offers.open a.main-filter {
  color: #000000;
}
#filters #filter-offers.open .close-tab {
  display: block;
  position: absolute;
  cursor: pointer;
  z-index: 10;
  width: 17px;
  height: 17px;
  right: 5%;
  top: 50%;
  transform: translate(0, -50%);
  color: #EFDF00;
}
#filters #filter-offers.open .tab {
  width: 100%;
  height: 40px;
  opacity: 1;
  max-height: 100%;
}
@media screen and (max-width: 768px) {
  #filters #filter-offers.open .tab {
    width: 150%;
    left: -75%;
  }
}
#filters #filter-offers.open .tab ul li {
  display: inline-block;
  width: auto;
}
#filters #filter-offers.open .tab ul li:first-child {
  margin-right: 15px;
}
#filters #filter-offers.open .tab ul li a {
  font-family: "nouvelR_bold", sans-serif;
  font-size: 6pt;
  text-transform: lowercase;
  letter-spacing: 0.5pt;
  font-weight: bold;
  color: #000000;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  text-decoration: none;
  font-size: 10pt;
  font-family: nouvelR_bold, sans-serif;
  text-transform: lowercase;
  letter-spacing: 0.5pt;
  font-weight: 700;
  color: #000000;
  transition: color 0.5s;
  display: block;
  padding: 10px 15px;
  position: relative;
  box-sizing: border-box;
  background-color: transparent;
  z-index: 10;
  text-decoration: none;
}
@media (min-width: 768px) {
  #filters #filter-offers.open .tab ul li a {
    font-size: 10pt;
    text-transform: lowercase;
    letter-spacing: 1pt;
    font-weight: bold;
    color: #000000;
  }
}
@media (min-width: 992px) {
  #filters #filter-offers.open .tab ul li a {
    font-size: 10pt;
    text-transform: lowercase;
    letter-spacing: 0.5pt;
    font-weight: bold;
    color: #000000;
  }
}
@media (min-width: 1600px) {
  #filters #filter-offers.open .tab ul li a {
    font-size: 10pt;
    text-transform: lowercase;
    letter-spacing: 0.5pt;
    font-weight: bold;
    color: #000000;
  }
}
#filters #filter-offers.open .tab ul li a.active {
  color: #000000;
  border-bottom: 2px solid #EFDF00;
}
#filters #filter-offers.open .chevDown {
  opacity: 0;
  top: 23%;
}
#filters #filter-offers.open .closeChevron {
  opacity: 1;
  fill: #EFDF00;
}
#filters #filter-location-box {
  background: #fff;
  position: relative;
  width: 80%;
  float: left;
  clear: both;
  padding: 10%;
  display: none;
  overflow: auto;
  border: 1px solid #888B8D;
}
@media (max-width: 768px) and (orientation: landscape) {
  #filters #filter-location-box {
    height: 145px;
  }
}
@media (min-width: 768px) {
  #filters #filter-location-box {
    width: 80%;
    padding: 30px 10%;
  }
}
@media (min-width: 992px) {
  #filters #filter-location-box {
    padding: 30px 50px;
    max-width: 400px;
    margin-top: 15px;
  }
}
@media (min-width: 1200px) {
  #filters #filter-location-box {
    max-width: 475px;
  }
}
@media (min-width: 1600px) {
  #filters #filter-location-box {
    max-width: 620px;
  }
}
#filters #filter-location-box p {
  font-size: 9pt;
  text-transform: none;
  letter-spacing: 0.5pt;
  font-weight: normal;
  color: #000000;
  line-height: 12pt;
}
@media (min-width: 768px) {
  #filters #filter-location-box p {
    font-size: 15pt;
    text-transform: none;
    letter-spacing: 1pt;
    font-weight: normal;
    color: #000000;
    line-height: 21pt;
  }
}
@media (min-width: 992px) {
  #filters #filter-location-box p {
    font-size: 11pt;
    text-transform: none;
    letter-spacing: 0.5pt;
    font-weight: normal;
    color: #000000;
    line-height: 15pt;
  }
}
@media (min-width: 1200px) {
  #filters #filter-location-box p {
    font-size: 12pt;
    text-transform: none;
    letter-spacing: 0.5pt;
    font-weight: normal;
    color: #000000;
    line-height: 16pt;
  }
}
@media (min-width: 1600px) {
  #filters #filter-location-box p {
    font-size: 14pt;
    text-transform: none;
    letter-spacing: 0.5pt;
    font-weight: normal;
    color: #000000;
    line-height: 18pt;
  }
}
#filters #filter-location-box form {
  padding-top: 30px;
}
@media (min-width: 992px) {
  #filters #filter-location-box form {
    padding-top: 15px;
  }
}
#filters #filter-location-box form .form-control {
  width: 99%;
  border: 2px solid #1c1c1c;
  height: 30px;
  margin-bottom: 20px;
  padding: 0;
}
#filters #filter-location-box form .form-control.select {
  font-size: 9pt;
  text-transform: none;
  letter-spacing: 0.5pt;
  font-weight: normal;
  color: #000000;
  background: #FFF;
  width: 100%;
  height: auto;
  padding: 10px;
  font-size: 1.2em;
  text-transform: lowercase;
  letter-spacing: 0;
  font-weight: 400;
  color: #545454;
  font-family: nouvelR_light, sans-serif;
  -webkit-appearance: none;
  border: 1px solid #888B8D;
  transition: all 0.3s ease-in-out;
  outline: none;
}
@media (min-width: 768px) {
  #filters #filter-location-box form .form-control.select {
    font-size: 12pt;
    text-transform: lowercase;
    letter-spacing: 0.5pt;
    font-weight: normal;
    color: #000000;
    height: 40px;
    font-weight: 400;
    color: #545454;
  }
}
@media (min-width: 992px) {
  #filters #filter-location-box form .form-control.select {
    font-size: 12pt;
    text-transform: lowercase;
    letter-spacing: 0.5pt;
    font-weight: normal;
    color: #000000;
    height: 40px;
    font-weight: 400;
    color: #545454;
  }
}
#filters #filter-location-box form .view-offers {
  background: #000000;
  background-size: 30px;
  font-family: "nouvelR_bold", sans-serif;
  font-size: 10pt;
  text-transform: lowercase;
  letter-spacing: normal;
  font-weight: normal;
  color: #ffffff;
  font-family: nouvelR_bold, sans-serif;
  text-align: center;
  width: 90%;
  max-width: 200px;
  cursor: pointer;
  padding: 15px 0;
  display: block;
  border: 1px solid transparent;
  outline: none;
  transition: 0.3s ease-out;
  transition-property: background-color, color, border-color;
  float: right;
}
@media (min-width: 768px) {
  #filters #filter-location-box form .view-offers {
    font-size: 12pt;
    text-transform: lowercase;
    letter-spacing: normal;
    font-weight: normal;
    color: #ffffff;
    padding: 14px 20px;
  }
}
@media (min-width: 992px) {
  #filters #filter-location-box form .view-offers {
    font-size: 11pt;
    text-transform: lowercase;
    letter-spacing: normal;
    font-weight: normal;
    color: #ffffff;
    padding: 12px 20px;
  }
}
#filters #filter-location-box form .view-offers:hover {
  background: #EFDF00;
  color: #000000;
}
#filters #filter-location-box form fieldset {
  position: relative;
}
#filters #filter-location-box form .error-gate {
  position: absolute;
  font-size: 8pt;
  text-transform: initial;
  letter-spacing: 0.5pt;
  font-weight: normal;
  color: #f00;
  top: -12px;
  left: 0;
}
#filters #filter-offers-box {
  background: #fff;
  position: relative;
  width: auto;
  float: left;
  clear: both;
  display: none;
  overflow: auto;
  padding: 35px 15px 15px 15px;
  border: 1px solid #888B8D;
}
@media (max-width: 768px) and (orientation: landscape) {
  #filters #filter-offers-box {
    height: 245px;
  }
}
@media (min-width: 992px) {
  #filters #filter-offers-box {
    width: auto;
    height: auto;
    overflow: initial;
    margin-top: 15px;
    padding: 0;
  }
}
#filters #filter-offers-box ul.cars,
#filters #filter-offers-box ul.utilities {
  width: 100%;
  float: left;
  padding: 3% 0;
}
@media only screen and (min-width: 100px) and (max-width: 1023px) {
  #filters #filter-offers-box ul.cars,
  #filters #filter-offers-box ul.utilities {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
  }
}
@media (min-width: 992px) {
  #filters #filter-offers-box ul.cars,
  #filters #filter-offers-box ul.utilities {
    width: auto;
    border-right: 1px solid #d9d9d9;
    border-top: none;
    border-bottom: none;
    padding: 45px 0px 0px;
  }
}
#filters #filter-offers-box ul.cars li,
#filters #filter-offers-box ul.utilities li {
  width: calc(33% - 10px);
  display: inline-block;
  cursor: pointer;
  border: 1px solid #BBBCBC;
  margin: 5px;
  padding: 2%;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  #filters #filter-offers-box ul.cars li,
  #filters #filter-offers-box ul.utilities li {
    width: calc(25% - 10px);
    padding: 1% 3%;
    margin: 0px;
    margin-right: 10px;
  }
}
@media (min-width: 992px) {
  #filters #filter-offers-box ul.cars li,
  #filters #filter-offers-box ul.utilities li {
    padding: 0 0 13px 0;
    margin: 13px;
    background: none;
    box-sizing: border-box;
    position: relative;
    vertical-align: middle;
    width: 165px;
    text-align: center;
    opacity: 0.6;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 0px 10px rgba(253, 204, 52, 0);
  }
  #filters #filter-offers-box ul.cars li::before, #filters #filter-offers-box ul.cars li::after,
  #filters #filter-offers-box ul.utilities li::before,
  #filters #filter-offers-box ul.utilities li::after {
    box-sizing: inherit;
    content: "";
    position: absolute;
    border: 1px solid transparent;
    width: 0;
    height: 0;
  }
  #filters #filter-offers-box ul.cars li::before,
  #filters #filter-offers-box ul.utilities li::before {
    top: -1px;
    left: 0;
  }
  #filters #filter-offers-box ul.cars li::after,
  #filters #filter-offers-box ul.utilities li::after {
    bottom: -1px;
    right: 0;
  }
  #filters #filter-offers-box ul.cars li:hover::before, #filters #filter-offers-box ul.cars li:hover::after,
  #filters #filter-offers-box ul.utilities li:hover::before,
  #filters #filter-offers-box ul.utilities li:hover::after {
    width: 101%;
    height: 101%;
  }
}
@media (min-width: 1200px) {
  #filters #filter-offers-box ul.cars li,
  #filters #filter-offers-box ul.utilities li {
    width: 136px;
  }
}
@media (min-width: 1600px) {
  #filters #filter-offers-box ul.cars li,
  #filters #filter-offers-box ul.utilities li {
    width: 165px;
  }
}
#filters #filter-offers-box ul.cars li span,
#filters #filter-offers-box ul.utilities li span {
  display: block;
  width: 100%;
  height: 100%;
}
#filters #filter-offers-box ul.cars li img,
#filters #filter-offers-box ul.utilities li img {
  width: 100%;
}
#filters #filter-offers-box ul.cars li h3,
#filters #filter-offers-box ul.utilities li h3 {
  font-family: "nouvelR_bold", sans-serif;
  font-size: 9pt;
  text-transform: uppercase;
  letter-spacing: 0.5pt;
  font-weight: normal;
  color: #000000;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
@media (min-width: 500px) {
  #filters #filter-offers-box ul.cars li h3,
  #filters #filter-offers-box ul.utilities li h3 {
    font-size: 9pt;
    text-transform: uppercase;
    letter-spacing: 1pt;
    font-weight: normal;
    color: #000000;
  }
}
@media (min-width: 768px) {
  #filters #filter-offers-box ul.cars li h3,
  #filters #filter-offers-box ul.utilities li h3 {
    font-size: 8pt;
    text-transform: uppercase;
    letter-spacing: 1pt;
    font-weight: normal;
    color: #000000;
  }
}
@media (min-width: 1200px) {
  #filters #filter-offers-box ul.cars li h3,
  #filters #filter-offers-box ul.utilities li h3 {
    font-size: 10pt;
    text-transform: uppercase;
    letter-spacing: 1pt;
    font-weight: normal;
    color: #000000;
  }
}
#filters #filter-offers-box ul.cars li h3 span,
#filters #filter-offers-box ul.utilities li h3 span {
  position: relative;
  height: 24px;
}
@media only screen and (min-width: 1024px) {
  #filters #filter-offers-box ul.cars li h3 span,
  #filters #filter-offers-box ul.utilities li h3 span {
    height: 26px;
  }
}
#filters #filter-offers-box ul.cars li h3 span:after,
#filters #filter-offers-box ul.utilities li h3 span:after {
  color: #EFDF00;
  padding-left: 5px;
}
#filters #filter-offers-box ul.cars li:hover,
#filters #filter-offers-box ul.utilities li:hover {
  border: 1px solid #EFDF00;
  opacity: 1;
}
#filters #filter-offers-box ul.cars li:hover h3,
#filters #filter-offers-box ul.utilities li:hover h3 {
  color: #EFDF00;
}
#filters #filter-offers-box ul.cars li.active,
#filters #filter-offers-box ul.utilities li.active {
  border: 2px solid #EFDF00;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 0px;
  opacity: 1;
}
#filters #filter-offers-box ul.cars li.active h3,
#filters #filter-offers-box ul.utilities li.active h3 {
  color: #EFDF00;
}
#filters #filter-offers-box ul.utilities {
  display: none;
}
@media (min-width: 992px) {
  #filters #filter-offers-box ul.utilities li {
    width: 180px;
  }
}
#filters #filter-offers-box {
  /* ============= Price range component ============= */
}
#filters #filter-offers-box .price-range {
  position: relative;
  float: left;
  width: 76%;
  padding: 30px 12%;
}
@media (min-width: 992px) {
  #filters #filter-offers-box .price-range {
    width: 29%;
    padding: 30px 3% 30px;
  }
}
@media (min-width: 1200px) {
  #filters #filter-offers-box .price-range {
    width: 29%;
    padding: 60px 3% 30px;
  }
}
#filters #filter-offers-box .price-range p {
  font-size: 9pt;
  text-transform: uppercase;
  letter-spacing: 0.5pt;
  font-weight: normal;
  color: #000000;
  font-family: "nouvelR_bold", sans-serif;
}
@media (min-width: 768px) {
  #filters #filter-offers-box .price-range p {
    font-size: 10pt;
    text-transform: uppercase;
    letter-spacing: 0.5pt;
    font-weight: normal;
    color: #000000;
  }
}
#filters #filter-offers-box .ui-slider-handle,
#filters #filter-offers-box .ui-state-default {
  background: url("../images/handle-price-range.png");
  border: none;
  width: 28px;
  height: 29px;
  top: -0.7em;
  outline: none;
}
#filters #filter-offers-box .ui-widget-content {
  background: #efefef;
  border-top: 1px solid #b8b8b8;
  border-bottom: none;
  height: 0.4em;
  margin: 30px 0;
}
#filters #filter-offers-box .ui-widget-header {
  background: #EFDF00;
}
#filters #filter-offers-box .box-input {
  position: relative;
  float: left;
  border: 1px solid #d9d9d9;
  margin-right: 10px;
  padding-left: 10px;
  font-size: 10pt;
  text-transform: initial;
  letter-spacing: 0.5pt;
  font-weight: normal;
  color: #000000;
  font-family: "nouvelR_bold", sans-serif;
  width: 110px;
}
@media (min-width: 768px) {
  #filters #filter-offers-box .box-input {
    width: 110px;
    font-size: 13pt;
    text-transform: initial;
    letter-spacing: 0.5pt;
    font-weight: normal;
    color: #000000;
  }
}
@media (min-width: 992px) {
  #filters #filter-offers-box .box-input {
    margin-bottom: 10px;
  }
}
#filters #filter-offers-box .box-input p {
  font-size: 8pt;
  text-transform: initial;
  letter-spacing: 0.5pt;
  font-weight: normal;
  color: #000000;
  display: inline-block;
}
@media (min-width: 768px) {
  #filters #filter-offers-box .box-input p {
    font-size: 9pt;
    text-transform: initial;
    letter-spacing: 0.5pt;
    font-weight: normal;
    color: #000000;
  }
}
#filters #filter-offers-box .input-range {
  /* float: left; */
  width: 60px;
  font-size: 11pt;
  text-transform: initial;
  letter-spacing: 0.5pt;
  font-weight: normal;
  color: #000000;
}
#filters #filter-offers-box .btn-filter-offers {
  background: #EFDF00;
  background-size: 20px;
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  font-size: 9pt;
  text-transform: uppercase;
  letter-spacing: 0.5pt;
  font-weight: normal;
  color: #000000;
  font-family: "nouvelR_bold", sans-serif;
  -moz-transition: background 0.2s 0.2s ease-in-out, color 0.5s;
  -o-transition: background 0.2s 0.2s ease-in-out, color 0.5s;
  -webkit-transition: background 0.2s 0.2s ease-in-out, color 0.5s;
  transition: background 0.2s 0.2s ease-in-out, color 0.5s;
  border: 1px solid #EFDF00;
  text-decoration: none;
  padding: 10px 40px 10px 20px;
  margin-top: 30px;
  display: inline-block;
  float: right;
  cursor: pointer;
  color: #000000;
}
@media (min-width: 768px) {
  #filters #filter-offers-box .btn-filter-offers {
    font-size: 12pt;
    text-transform: uppercase;
    letter-spacing: 0.5pt;
    font-weight: normal;
    color: #000000;
    padding: 14px 40px 14px 20px;
  }
}
@media (min-width: 992px) {
  #filters #filter-offers-box .btn-filter-offers {
    font-size: 10pt;
    text-transform: uppercase;
    letter-spacing: 0.5pt;
    font-weight: normal;
    color: #000000;
    padding: 12px 40px 12px 20px;
  }
}
#filters #filter-offers-box .btn-filter-offers:hover {
  background: #F8EB4C;
  background-size: 20px;
}
#filters #filter-offers-box a.clear-filter {
  color: #EFDF00;
  text-decoration: none;
  float: left;
  margin-top: 40px;
}

#selectedFilters {
  background: #fff;
  width: 100%;
  margin-top: 55px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.12);
  font-family: nouvelR_regular, sans-serif;
  float: left;
  clear: both;
  position: fixed;
  z-index: 18;
  margin-top: 98px;
  padding: 10px;
  box-sizing: border-box;
}
@media (min-width: 992px) {
  #selectedFilters {
    background: none;
    position: relative;
    width: calc(100% - 120px);
    border-bottom: none;
    margin-left: 100px;
    position: relative;
    margin-top: 0;
    z-index: 40;
    box-shadow: none;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  #selectedFilters {
    width: calc(100% - 120px);
    border-bottom: none;
    margin-left: 115px;
  }
}
#selectedFilters p {
  display: inline-block;
  margin-right: 5px;
}
@media screen and (max-width: 992px) {
  #selectedFilters {
    margin-top: 0;
    position: fixed;
    top: 0px;
    padding: 5px;
    z-index: 20;
    width: 100%;
    right: 0;
    border-radius: 4px 0px 0px 4px;
    text-align: left;
  }
  #selectedFilters p {
    font-size: 0px;
    display: inline-block;
    margin-right: 0;
    text-align: center;
    position: absolute;
    margin-right: 10px;
    padding-top: 5px;
    position: absolute;
  }
  #selectedFilters p span {
    position: absolute;
    top: -2px;
    right: -6px;
    font-size: 12px;
    color: #121212;
    background: #FFF;
    border-radius: 50%;
    display: block;
    width: 12px;
    height: 12px;
    text-align: center;
    border: 1px solid #ffaf00;
    line-height: 12px;
  }
  #selectedFilters p:before {
    content: "";
    display: inline-block;
    background: url(/images/filter-icon.png);
    width: 25px;
    height: 25px;
    background-size: cover;
    margin: 0;
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  #selectedFilters {
    width: 100%;
    padding: 5px 15px 5px 40px;
    box-sizing: border-box;
  }
  #selectedFilters p {
    left: 5px;
    padding-top: 7px;
  }
  #selectedFilters p span {
    top: 0px;
  }
  #selectedFilters #activeFilters ul li {
    margin-right: 5px;
  }
}
#selectedFilters #activeFilters {
  display: inline-block;
  width: auto;
}
#selectedFilters #activeFilters .slick-arrow {
  background: none;
  border: 0;
  font-size: 0;
  width: 21px;
  height: 13px;
  background: url(../images/arrow.png);
  background-size: 100%;
  position: absolute;
  top: 35%;
  bottom: 0;
  z-index: 10;
  transform: translateY(-50%);
  cursor: pointer;
}
#selectedFilters #activeFilters .slick-arrow.slick-disabled {
  opacity: 0.3;
}
#selectedFilters #activeFilters .slick-arrow.slick-prev {
  left: -25px;
  transform: rotate(90deg);
}
#selectedFilters #activeFilters .slick-arrow.slick-next {
  right: -20px;
  transform: rotate(270deg);
}
#selectedFilters #activeFilters ul {
  width: 100%;
}
#selectedFilters #activeFilters ul li {
  display: inline-block;
  background: #000000;
  padding: 10px 25px 10px 10px;
  border-radius: 0px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  position: relative;
  margin: 10px;
  box-sizing: border-box;
  text-align: center;
  color: #ffffff;
  font-size: 11pt;
  font-family: nouvelR_bold;
}
#selectedFilters #activeFilters ul li:after {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  background: #FFF;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
#selectedFilters #activeFilters ul li:before {
  content: "x";
  font-family: nouvelR_semibold, sans-serif;
  color: #000000;
  z-index: 1;
  top: 48%;
  transform: translateY(-50%);
  right: 9.5px;
  font-size: 12px;
  position: absolute;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
#selectedFilters #activeFilters ul li:hover {
  opacity: 0.7;
}
#selectedFilters #activeFilters ul li:hover:before, #selectedFilters #activeFilters ul li:hover:after {
  opacity: 1;
}
@media screen and (max-width: 780px) {
  #selectedFilters #activeFilters {
    transition: all 0.3s ease-in-out;
  }
  #selectedFilters #activeFilters ul li {
    width: auto;
    display: inline-block;
    margin: 0;
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  #selectedFilters #activeFilters ul li {
    margin-right: 5px;
  }
}
@media screen and (max-width: 480px) {
  #selectedFilters #activeFilters {
    width: 100%;
    padding: 0 15px 0 12%;
    box-sizing: border-box;
  }
  #selectedFilters #activeFilters > div {
    box-sizing: border-box;
    width: 100% !important;
  }
  #selectedFilters #activeFilters > div div {
    box-sizing: border-box;
  }
  #selectedFilters #activeFilters ul li {
    font-size: 12px;
    margin-right: 10px;
  }
  #selectedFilters #activeFilters ul li:last-child {
    margin-right: 0;
  }
  #selectedFilters #activeFilters ul li:first-child {
    margin-left: 0px;
  }
}

@media screen and (max-width: 480px) {
  #filters {
    top: 79px;
  }
}
/**
 * New Guide Colors
 */
/* ========== Break points responsive ============ */
/* ============ Styles for texts =============== */
/* ================== transitions animation ================== */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(205, 0, 0, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 5px rgba(205, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(205, 0, 0, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(205, 0, 0, 0.4);
    box-shadow: 0 0 0 0 rgba(205, 0, 0, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 5px rgba(205, 0, 0, 0);
    box-shadow: 0 0 0 5px rgba(205, 0, 0, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(205, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(205, 0, 0, 0);
  }
}
@keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#mask.notOffers {
  opacity: 1;
  display: block;
  width: 100%;
}
#mask.notOffers #offer-not-found {
  display: block;
}
#mask .align {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
#mask #offer-not-found {
  background-color: #fff;
  position: absolute;
  width: 95%;
  max-width: 85%;
  left: 7%;
  top: 3%;
  text-align: left;
  padding: 40px 0;
  max-height: 85%;
  overflow-y: auto;
  display: none;
  border-radius: 4px;
  -webkit-appearance: none;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.95);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.95);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.95);
}
@media (max-width: 499px) {
  #mask #offer-not-found {
    left: 3%;
    top: 2%;
    max-width: 95%;
  }
}
#mask #offer-not-found .maps {
  width: 100%;
  padding: 0;
  max-height: 100%;
}
#mask #offer-not-found .align {
  position: relative;
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
#mask #offer-not-found .close {
  position: absolute;
  right: 2%;
  top: 2%;
  font-family: "nouvelR_bold", sans-serif;
  font-size: 25pt;
  text-transform: uppercase;
  letter-spacing: 0pt;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
}
#mask #offer-not-found .form h3 {
  font-family: "nouvelR_bold", sans-serif;
  font-size: 13pt;
  text-transform: uppercase;
  letter-spacing: 0pt;
  font-weight: normal;
  color: #000000;
  display: inline-block;
  padding: 10px 50px 10px 0;
}
#mask #offer-not-found .form h3.tit-offer {
  background: url("../images/ico-offer-not-found.gif") no-repeat right center;
}
#mask #offer-not-found .form > p {
  font-size: 12pt;
  text-transform: none;
  letter-spacing: 0pt;
  font-weight: normal;
  color: #000000;
  padding-top: 20px;
  line-height: 20px;
}
#mask #offer-not-found .form > p strong {
  font-family: "nouvelR_bold", sans-serif;
  display: block;
}
#mask #offer-not-found .form > p.mapDisclaimer {
  padding-top: 0px;
}
#mask #offer-not-found .form form .next-step {
  background: #EFDF00 url("../images/arrow-white.png");
  background-size: 20px;
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  font-size: 9pt;
  text-transform: uppercase;
  letter-spacing: 0pt;
  font-weight: normal;
  color: #000000;
  font-family: "nouvelR_bold", sans-serif;
  -moz-transition: background 0.2s 0.2s ease-in-out, color 0.5s;
  -o-transition: background 0.2s 0.2s ease-in-out, color 0.5s;
  -webkit-transition: background 0.2s 0.2s ease-in-out, color 0.5s;
  transition: background 0.2s 0.2s ease-in-out, color 0.5s;
  border: 1px solid #EFDF00;
  text-decoration: none;
  padding: 10px 40px 10px 20px;
  margin-top: 30px;
  display: inline-block;
  float: right;
  cursor: pointer;
  clear: both;
}
@media (min-width: 768px) {
  #mask #offer-not-found .form form .next-step {
    font-size: 9pt;
    text-transform: uppercase;
    letter-spacing: 0pt;
    font-weight: normal;
    color: #000000;
    padding: 14px 40px 14px 20px;
  }
}
@media (min-width: 992px) {
  #mask #offer-not-found .form form .next-step {
    font-size: 10pt;
    text-transform: uppercase;
    letter-spacing: 0pt;
    font-weight: normal;
    color: #000000;
    padding: 12px 40px 12px 20px;
  }
}
#mask #offer-not-found .form form .next-step:hover {
  background: url("../images/arrow.png") no-repeat;
  background-size: 20px;
  background-position: calc(100% - 10px) 60%;
  border: 1px solid #EFDF00;
  color: #EFDF00;
}
#mask #offer-not-found .form .send-offer-not-found {
  background: #EFDF00;
  font-family: "nouvelR_bold", sans-serif;
  font-size: 10pt;
  text-transform: lowercase;
  letter-spacing: 0pt;
  font-weight: normal;
  color: #000000;
  color: #000000;
  font-family: nouvelR_bold, sans-serif;
  text-align: center;
  width: 90%;
  max-width: 200px;
  cursor: pointer;
  padding: 15px 0;
  display: block;
  border: none;
  outline: none;
  transition: all 0.3s ease-in-out;
  float: right;
  text-decoration: none;
}
@media (min-width: 768px) {
  #mask #offer-not-found .form .send-offer-not-found {
    font-size: 12pt;
    text-transform: lowercase;
    letter-spacing: 0pt;
    font-weight: normal;
    color: #000000;
    padding: 14px 0px;
  }
}
@media (min-width: 992px) {
  #mask #offer-not-found .form .send-offer-not-found {
    font-size: 11pt;
    text-transform: lowercase;
    letter-spacing: 0pt;
    font-weight: normal;
    color: #000000;
    padding: 12px 0px;
  }
}
#mask #offer-not-found .form .send-offer-not-found:hover {
  background: #F8EB4C;
}
@media screen and (max-width: 480px) {
  #mask #offer-not-found .form .send-offer-not-found {
    width: 100%;
  }
}
#mask #offer-not-found .success {
  text-align: center;
  display: none;
}
#mask #offer-not-found .success h3 {
  font-family: "nouvelR_bold", sans-serif;
  font-size: 19px;
  color: #000000;
  text-transform: uppercase;
  display: inline-block;
  line-height: 25px;
  margin-bottom: 20px;
}
#mask #offer-not-found .success p {
  font-family: "nouvelR_regular", sans-serif;
  font-size: 14px;
  padding-top: 20px;
  line-height: 20px;
  color: #000000;
}
#mask #offer-not-found .success img {
  display: block;
  margin: 0 auto;
}
#mask #offer-not-found .success .ok {
  background: #EFDF00 url("../images/arrow-buttom-slider.png");
  background-size: 20px;
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  font-size: 9pt;
  text-transform: uppercase;
  letter-spacing: 0pt;
  font-weight: normal;
  color: #000000;
  font-family: "nouvelR_bold", sans-serif;
  -moz-transition: background 0.2s 0.2s ease-in-out, color 0.5s;
  -o-transition: background 0.2s 0.2s ease-in-out, color 0.5s;
  -webkit-transition: background 0.2s 0.2s ease-in-out, color 0.5s;
  transition: background 0.2s 0.2s ease-in-out, color 0.5s;
  border: 1px solid #EFDF00;
  text-decoration: none;
  padding: 10px 40px 10px 20px;
  margin-top: 30px;
  display: inline-block;
  float: right;
  cursor: pointer;
  clear: both;
}
@media (min-width: 768px) {
  #mask #offer-not-found .success .ok {
    font-size: 12pt;
    text-transform: uppercase;
    letter-spacing: 0pt;
    font-weight: normal;
    color: #000000;
    padding: 14px 40px 14px 20px;
  }
}
@media (min-width: 992px) {
  #mask #offer-not-found .success .ok {
    font-size: 10pt;
    text-transform: uppercase;
    letter-spacing: 0pt;
    font-weight: normal;
    color: #000000;
    padding: 12px 40px 12px 20px;
  }
}
#mask #offer-not-found .success .ok:hover {
  background: url("../images/arrow-buttom-slider-over.png") no-repeat 95% center;
  background-size: 20px;
  border: 1px solid #EFDF00;
  color: #EFDF00;
}

/**
 * New Guide Colors
 */
/* ========== Break points responsive ============ */
/* ============ Styles for texts =============== */
/* ================== transitions animation ================== */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(205, 0, 0, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 5px rgba(205, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(205, 0, 0, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(205, 0, 0, 0.4);
    box-shadow: 0 0 0 0 rgba(205, 0, 0, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 5px rgba(205, 0, 0, 0);
    box-shadow: 0 0 0 5px rgba(205, 0, 0, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(205, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(205, 0, 0, 0);
  }
}
@keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
html.notFoundHeight {
  width: 100%;
  height: 100%;
}
html.notFoundHeight body.indexNotFound {
  height: 100%;
}
html.notFoundHeight body.indexNotFound .send-offer-not-found {
  background: #EFDF00;
  font-family: "nouvelR_bold", sans-serif;
  font-size: 11pt;
  text-transform: lowercase;
  letter-spacing: 0pt;
  font-weight: normal;
  color: #000000;
  letter-spacing: 0;
  color: #000000;
  font-family: nouvelR_bold, sans-serif;
  text-align: center;
  width: 90%;
  max-width: 200px;
  cursor: pointer;
  padding: 14px 0;
  display: block;
  border: none;
  outline: none;
  transition: all 0.3s ease-in-out;
  float: right;
  align-self: center;
  margin-top: 16px;
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  html.notFoundHeight body.indexNotFound .send-offer-not-found {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 0;
    text-align: center;
  }
}
html.notFoundHeight body.indexNotFound .send-offer-not-found:hover {
  background: #F8EB4C;
}
html.notFoundHeight body.indexNotFound #wrapper {
  height: 100%;
}
html.notFoundHeight body.indexNotFound #wrapper #mask {
  opacity: 1;
  width: 100%;
}
html.notFoundHeight body.indexNotFound #wrapper #mask #offer-not-found {
  display: block;
}
@media screen and (max-width: 663px) {
  html.notFoundHeight body.indexNotFound #wrapper #mask .infosContato .labelError {
    top: -45px;
  }
}
html.notFoundHeight body.indexNotFound #wrapper #footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}
html body.index .send-offer-not-found {
  background: #EFDF00;
  font-family: "nouvelR_bold", sans-serif;
  font-size: 10pt;
  text-transform: lowercase;
  letter-spacing: 0pt;
  font-weight: normal;
  color: #000000;
  color: #000000;
  font-family: nouvelR_bold, sans-serif;
  text-align: center;
  width: 90%;
  max-width: 200px;
  cursor: pointer;
  padding: 15px 0;
  display: block;
  align-self: center;
  border: none;
  outline: none;
  transition: all 0.3s ease-in-out;
  float: right;
  text-decoration: none;
}
@media (min-width: 768px) {
  html body.index .send-offer-not-found {
    font-size: 12pt;
    text-transform: lowercase;
    letter-spacing: 0pt;
    font-weight: normal;
    color: #000000;
    padding: 14px 0px;
  }
}
@media (min-width: 992px) {
  html body.index .send-offer-not-found {
    font-size: 11pt;
    text-transform: lowercase;
    letter-spacing: 0pt;
    font-weight: normal;
    color: #000000;
    padding: 12px 0px;
  }
}
html body.index .send-offer-not-found:hover {
  background: #F8EB4C;
}
@media screen and (max-width: 480px) {
  html body.index .send-offer-not-found {
    width: 100%;
  }
}

/**
 * New Guide Colors
 */
/* ========== Break points responsive ============ */
/* ============ Styles for texts =============== */
/* ================== transitions animation ================== */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(205, 0, 0, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 5px rgba(205, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(205, 0, 0, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(205, 0, 0, 0.4);
    box-shadow: 0 0 0 0 rgba(205, 0, 0, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 5px rgba(205, 0, 0, 0);
    box-shadow: 0 0 0 5px rgba(205, 0, 0, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(205, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(205, 0, 0, 0);
  }
}
@keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#mask {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 19;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  overflow-y: auto;
  overflow-x: hidden;
  text-align: center;
  opacity: 0;
  transition: opacity 1s;
  z-index: 999;
}
#mask .align {
  position: relative;
  width: 80%;
  margin: 0 auto;
}
#mask .close {
  position: absolute;
  right: 2%;
  top: 2%;
  font-family: "nouvelR_bold", sans-serif;
  font-size: 25pt;
  text-transform: uppercase;
  letter-spacing: 0.5pt;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
}

/**
 * New Guide Colors
 */
/* ========== Break points responsive ============ */
/* ============ Styles for texts =============== */
/* ================== transitions animation ================== */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(205, 0, 0, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 5px rgba(205, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(205, 0, 0, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(205, 0, 0, 0.4);
    box-shadow: 0 0 0 0 rgba(205, 0, 0, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 5px rgba(205, 0, 0, 0);
    box-shadow: 0 0 0 5px rgba(205, 0, 0, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(205, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(205, 0, 0, 0);
  }
}
@keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#rnt_googleMaps {
  clear: both;
  margin-top: 10px;
  width: 100%;
}
#rnt_googleMaps.notFound label {
  font-size: 15px;
  font-family: nouvelR_regular;
  float: left;
  z-index: 0;
}
#rnt_googleMaps.notFound input {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #000000;
  padding: 15px;
  background: transparent;
  transition: all 0.3s ease-in-out;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
#rnt_googleMaps.notFound input.error {
  border-color: red;
  box-shadow: 0 0 0 rgba(205, 0, 0, 0.4);
  animation: pulse 2s infinite;
}
#rnt_googleMaps.notFound input {
  font-size: 10pt;
  text-transform: uppercase;
  letter-spacing: 0pt;
  font-weight: normal;
  color: #000000;
}
#rnt_googleMaps.notFound input::-webkit-input-placeholder {
  color: #b8b8b8;
  opacity: 1;
}
#rnt_googleMaps.notFound input:-moz-placeholder {
  color: #b8b8b8;
  opacity: 1;
}
#rnt_googleMaps.notFound input::-moz-placeholder {
  color: #b8b8b8;
  opacity: 1;
}
#rnt_googleMaps.notFound input:-ms-input-placeholder {
  color: #b8b8b8;
  opacity: 1;
}
#rnt_googleMaps.notFound div {
  position: relative;
  margin: 0;
  padding: 0;
}
#rnt_googleMaps.notFound div.full {
  width: 98%;
}
#rnt_googleMaps.notFound div#birList .birInfoTitle {
  font-family: nouvelR_bold, sans-serif;
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
#rnt_googleMaps.notFound div label {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  transition: all 0.3s ease-in-out;
  left: 0px;
  color: #000000;
}
#rnt_googleMaps.notFound div input:not(:-ms-input-placeholder) {
  padding: 14px;
  z-index: 1;
}
#rnt_googleMaps.notFound div input:not(:-ms-input-placeholder) + label:not(.labelCheck):not(.labelCheck2) {
  transform: translate3d(0, -125%, 0);
  font-size: 15px;
  background: #fff;
  padding: 0 5px;
  color: #1c1c1c;
  z-index: 1;
}
#rnt_googleMaps.notFound div input:not(:placeholder-shown) {
  padding: 14px;
  z-index: 1;
}
#rnt_googleMaps.notFound div input:not(:placeholder-shown) + label:not(.labelCheck):not(.labelCheck2) {
  transform: translate3d(0, -125%, 0);
  font-size: 15px;
  background: #fff;
  padding: 0 5px;
  color: #1c1c1c;
  z-index: 1;
}
#rnt_googleMaps.notFound div input:focus, #rnt_googleMaps.notFound div input:active {
  outline: none;
  padding: 14px;
  z-index: 0;
}
#rnt_googleMaps.notFound div input:focus + label:not(.labelCheck):not(.labelCheck2), #rnt_googleMaps.notFound div input:active + label:not(.labelCheck):not(.labelCheck2) {
  transform: translate3d(0, -125%, 0);
  font-size: 15px;
  background: #fff;
  padding: 0 5px;
  color: #1c1c1c;
  z-index: 1;
}
#rnt_googleMaps.notFound div.check {
  clear: both;
  width: 100%;
}
@media (min-width: 768px) {
  #rnt_googleMaps.notFound div.check {
    width: 48%;
  }
}
#rnt_googleMaps.notFound div.check strong {
  font-size: 9pt;
  text-transform: uppercase;
  letter-spacing: normal;
  font-weight: normal;
  color: #000000;
  font-family: "nouvelR_bold", sans-serif;
  float: left;
  width: 100%;
}
#rnt_googleMaps.notFound div.check label {
  font-size: 9pt;
  text-transform: none;
  letter-spacing: 0pt;
  font-weight: normal;
  color: #000000;
  margin-top: 25px;
  line-height: 16px;
  float: left;
  margin-right: 10px;
}
@media (min-width: 768px) {
  #rnt_googleMaps.notFound div.check label {
    font-size: 9pt;
    text-transform: uppercase;
    letter-spacing: 0pt;
    font-weight: normal;
    color: #000000;
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  #rnt_googleMaps.notFound div.check label {
    font-size: 11pt;
    text-transform: none;
    letter-spacing: 0pt;
    font-weight: normal;
    color: #000000;
  }
}
@media (min-width: 1600px) {
  #rnt_googleMaps.notFound div.check label {
    font-size: 14pt;
    text-transform: none;
    letter-spacing: 0pt;
    font-weight: normal;
    color: #000000;
  }
}
#rnt_googleMaps.notFound .mapDisclaimer {
  font-size: 12px;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  color: #1c1c1c;
  margin-top: 0px;
  line-height: 16px;
}
#rnt_googleMaps.notFound .labelError {
  position: relative;
  top: 0px;
  left: 0px;
  font-size: 8pt;
  text-transform: none;
  letter-spacing: 0pt;
  font-weight: normal;
  color: #f00;
  margin: 0;
  line-height: 8pt;
  float: left;
  clear: both;
}
@media (min-width: 768px) {
  #rnt_googleMaps.notFound .labelError {
    position: absolute;
    top: 0px;
  }
}
#rnt_googleMaps.notFound .tabs-navigation {
  display: block;
}
@media (min-width: 768px) {
  #rnt_googleMaps.notFound .tabs-navigation {
    display: none;
  }
}
#rnt_googleMaps.notFound .tabs-navigation ul {
  display: table;
  padding: 15px 0 0;
  margin: 0;
  width: 100%;
}
#rnt_googleMaps.notFound .tabs-navigation ul li {
  cursor: pointer;
  display: table-cell;
  list-style: none;
  padding: 1.125em 20px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 50%;
  border: 1px solid #ececec;
  text-transform: uppercase;
  box-sizing: border-box;
}
#rnt_googleMaps.notFound .tabs-navigation ul li.active {
  background: #fff;
  border-bottom: 0;
  z-index: 1;
}
#rnt_googleMaps.notFound .tabs-navigation ul li.active:before {
  content: "";
  bottom: 0.5em;
  position: absolute;
  left: 35px;
  right: 35px;
  border-bottom: 5px solid #fc3;
}
#rnt_googleMaps.notFound .tabs-navigation ul li:first-child {
  border-right: 0;
}
#rnt_googleMaps.notFound .mapToggleContainer {
  display: block;
  text-align: right;
  margin-bottom: 5px;
}
#rnt_googleMaps.notFound .mapToggleContainer a {
  color: #1c1c1c;
  text-decoration: none;
  font-size: 12px;
}
#rnt_googleMaps.notFound #mapMaskContainer {
  position: relative;
  width: 100%;
  float: right;
  box-sizing: border-box;
}
#rnt_googleMaps.notFound #mapMaskContainer.active {
  margin-top: 0px;
}
#rnt_googleMaps.notFound #mapMaskContainer #mapMask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
#rnt_googleMaps.notFound #mapMaskContainer #mapMask img {
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
#rnt_googleMaps.notFound #mapMaskContainer #mapMask .errorMsg {
  position: absolute;
  width: 80%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  height: 120px;
  background: #FFF;
  padding: 15px;
  text-align: center;
}
#rnt_googleMaps.notFound #mapMaskContainer #mapMask .errorMsg p {
  text-transform: none;
  font-weight: 400;
  margin-top: 25px;
  line-height: 16px;
  font-size: 14px;
  margin-top: 0;
}
#rnt_googleMaps.notFound #mapMaskContainer #mapMask .errorMsg p span {
  display: block;
  font-family: nouvelR_bold, sans-serif;
  font-size: 22px;
  margin-bottom: 10px;
}
#rnt_googleMaps.notFound #mapMaskContainer #mapMask .errorMsg a {
  display: block;
  margin-top: 10px;
  color: #1c1c1c;
  font-family: nouvelR_bold;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  background: #EFDF00;
  padding: 10px;
}
#rnt_googleMaps.notFound #mapSidebar {
  max-width: 235px;
}
@media (min-width: 375px) {
  #rnt_googleMaps.notFound #mapSidebar {
    max-width: 304px;
  }
}
@media (min-width: 768px) {
  #rnt_googleMaps.notFound #mapSidebar {
    max-width: 550px;
  }
}
@media (min-width: 992px) {
  #rnt_googleMaps.notFound #mapSidebar {
    max-width: 720px;
  }
}
@media (min-width: 1200px) {
  #rnt_googleMaps.notFound #mapSidebar {
    max-width: 990px;
  }
}
@media (min-width: 1600px) {
  #rnt_googleMaps.notFound #mapSidebar {
    max-width: 1400px;
  }
}
@media (min-width: 768px) {
  #rnt_googleMaps.notFound #mapSearchHeader,
  #rnt_googleMaps.notFound #mapSidebar,
  #rnt_googleMaps.notFound #mapMaskContainer {
    width: 100%;
  }
  #rnt_googleMaps.notFound #mapMaskContainer {
    margin: 0px;
  }
  #rnt_googleMaps.notFound .tabs-navigation ul {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  #rnt_googleMaps.notFound #mapSidebar,
  #rnt_googleMaps.notFound #mapSearchHeader {
    width: 100%;
  }
}

.section.checkbox {
  max-width: 100%;
}

#map-contact {
  height: 100%;
  width: 100%;
}

#mapCont h3 {
  font-size: 13px;
}

#mapCont p {
  font-size: 13px;
}

#mapCont a {
  font-size: 13px;
  width: auto;
  max-width: 200px;
  margin: 0 auto;
  display: block;
  color: #000000;
  text-align: center;
  text-decoration: none;
  background-color: #f9c800;
  background-image: -webkit-linear-gradient(#f9c800, #f7b100);
  background-image: linear-gradient(#f9c800, #f7b100);
  text-decoration: none;
  padding: 20px auto;
  line-height: 2.3em;
}

#list-dealers,
#list-dealers-premium {
  margin: 0;
  position: relative;
  padding: 0;
}

#list-dealers-premium li {
  width: 97%;
  background-color: #fcd84e;
  border: 1px solid #b0afaf;
  list-style: none;
  padding: 1%;
  box-sizing: border-box;
}

#list-dealers li {
  width: 97%;
  background-color: #f9f9f9;
  border: 1px solid #b0afaf;
  list-style: none;
  padding: 1%;
  box-sizing: border-box;
}

#selectedBir {
  padding: 10px 0;
  font-family: "nouvelR_regular", sans-serif;
  margin-bottom: 10px;
  background: #FFF;
}

#selectedBir .selectedTemplate {
  width: 97%;
  background-color: #f9f9f9;
  border-bottom: 1px dotted #000;
  list-style: none;
  padding: 5px;
  margin: 5px 0;
  color: #000;
  line-height: 25px;
  box-sizing: border-box;
}

#selectedBir .selectedTemplate .title {
  font-size: 14px;
}

#selectedBir .selectedTemplate .content-internal {
  font-size: 12px;
}

#selectedBir p {
  font-size: 17px;
}
#selectedBir p.selectedTitle {
  font-size: 22px;
  text-align: center;
  margin: 5px 0 25px;
  font-family: nouvelR_bold, sans-serif;
}
@media screen and (max-width: 768px) {
  #selectedBir p.selectedTitle {
    margin: 0 0 15px;
    font-size: 16px;
  }
  #selectedBir .selectedTemplate a,
  #selectedBir .selectedTemplate div {
    font-size: 14px;
    line-height: 18px;
  }
}

#list-dealers li.active,
#list-dealers-premium li.active {
  border: 2px solid #000;
}

#list-dealers li a,
#list-dealers-premium li a {
  color: #000;
  font-family: "nouvelR_regular", sans-serif;
  text-decoration: none;
  line-height: 20px;
}

#list-dealers li a:hover,
#list-dealers-premium li a:hover {
  text-decoration: none;
}

#list-dealers li a .title,
#list-dealers-premium li a .title {
  font-size: 14px;
}

#list-dealers li a .content-internal,
#list-dealers-premium li a .content-internal {
  font-size: 12px;
}

/**
 * New Guide Colors
 */
/* ========== Break points responsive ============ */
/* ============ Styles for texts =============== */
/* ================== transitions animation ================== */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(205, 0, 0, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 5px rgba(205, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(205, 0, 0, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(205, 0, 0, 0.4);
    box-shadow: 0 0 0 0 rgba(205, 0, 0, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 5px rgba(205, 0, 0, 0);
    box-shadow: 0 0 0 5px rgba(205, 0, 0, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(205, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(205, 0, 0, 0);
  }
}
@keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#mask .align {
  position: relative;
  width: 80%;
  margin: 0 auto;
}
#mask #page-form-error,
#mask #page-success {
  background: #fff;
  width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 5%;
  display: none;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
@media (min-width: 992px) {
  #mask #page-form-error,
  #mask #page-success {
    height: 35%;
  }
}
#mask #page-form-error h3,
#mask #page-success h3 {
  font-family: "nouvelR_bold", sans-serif;
  font-size: 8pt;
  text-transform: inherit;
  letter-spacing: 0pt;
  font-weight: normal;
  color: #000000;
}
@media (min-width: 768px) {
  #mask #page-form-error h3,
  #mask #page-success h3 {
    font-size: 10pt;
    text-transform: inherit;
    letter-spacing: 0pt;
    font-weight: normal;
    color: #000000;
  }
}
@media (min-width: 992px) {
  #mask #page-form-error h3,
  #mask #page-success h3 {
    font-size: 12pt;
    text-transform: inherit;
    letter-spacing: 0pt;
    font-weight: normal;
    color: #000000;
  }
}
@media (min-width: 1600px) {
  #mask #page-form-error h3,
  #mask #page-success h3 {
    font-size: 15pt;
    text-transform: inherit;
    letter-spacing: 0pt;
    font-weight: normal;
    color: #000000;
  }
}
#mask #page-form-error h3,
#mask #page-success h3 {
  font-family: nouvelR_light, sans-serif;
}
#mask #page-form-error h3 span,
#mask #page-success h3 span {
  display: block;
  font-size: 28pt;
  text-transform: uppercase;
  font-family: nouvelR_bold, sans-serif;
}
#mask #page-form-error p,
#mask #page-success p {
  font-family: "nouvelR_bold", sans-serif;
  font-size: 9pt;
  text-transform: none;
  letter-spacing: 0pt;
  font-weight: normal;
  color: #000000;
  margin-top: 10px;
  line-height: 16px;
}
@media (min-width: 768px) {
  #mask #page-form-error p,
  #mask #page-success p {
    font-size: 9pt;
    text-transform: uppercase;
    letter-spacing: 0pt;
    font-weight: normal;
    color: #000000;
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  #mask #page-form-error p,
  #mask #page-success p {
    font-size: 11pt;
    text-transform: none;
    letter-spacing: 0pt;
    font-weight: normal;
    color: #000000;
  }
}
@media (min-width: 1600px) {
  #mask #page-form-error p,
  #mask #page-success p {
    font-size: 18pt;
    text-transform: none;
    letter-spacing: 0pt;
    font-weight: normal;
    color: #000000;
  }
}
#mask #page-form-error #container-infos-client,
#mask #page-success #container-infos-client {
  padding-top: 20px;
}
#mask #page-form-error #container-infos-client h4,
#mask #page-success #container-infos-client h4 {
  font-family: "nouvelR_bold", sans-serif;
  font-size: 8pt;
  text-transform: uppercase;
  letter-spacing: 0pt;
  font-weight: normal;
  color: #000000;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #mask #page-form-error #container-infos-client h4,
  #mask #page-success #container-infos-client h4 {
    font-size: 10pt;
    text-transform: uppercase;
    letter-spacing: 0pt;
    font-weight: normal;
    color: #000000;
  }
}
@media (min-width: 992px) {
  #mask #page-form-error #container-infos-client h4,
  #mask #page-success #container-infos-client h4 {
    font-size: 11pt;
    text-transform: uppercase;
    letter-spacing: 0pt;
    font-weight: normal;
    color: #000000;
  }
}
@media (min-width: 1600px) {
  #mask #page-form-error #container-infos-client h4,
  #mask #page-success #container-infos-client h4 {
    font-size: 14pt;
    text-transform: uppercase;
    letter-spacing: 0pt;
    font-weight: normal;
    color: #000000;
  }
}
#mask #page-form-error #container-infos-client p,
#mask #page-success #container-infos-client p {
  font-size: 9pt;
  text-transform: none;
  letter-spacing: 0pt;
  font-weight: normal;
  color: #000000;
  margin-top: 10px;
  line-height: 16px;
}
@media (min-width: 768px) {
  #mask #page-form-error #container-infos-client p,
  #mask #page-success #container-infos-client p {
    font-size: 9pt;
    text-transform: uppercase;
    letter-spacing: 0pt;
    font-weight: normal;
    color: #000000;
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  #mask #page-form-error #container-infos-client p,
  #mask #page-success #container-infos-client p {
    font-size: 11pt;
    text-transform: none;
    letter-spacing: 0pt;
    font-weight: normal;
    color: #000000;
  }
}
@media (min-width: 1600px) {
  #mask #page-form-error #container-infos-client p,
  #mask #page-success #container-infos-client p {
    font-size: 14pt;
    text-transform: none;
    letter-spacing: 0pt;
    font-weight: normal;
    color: #000000;
  }
}
#mask #page-form-error .backHome,
#mask #page-success .backHome {
  background: #EFDF00;
  border: none;
  font-size: 9pt;
  text-transform: uppercase;
  letter-spacing: 0pt;
  font-weight: normal;
  color: #000000;
  font-family: "nouvelR_bold", sans-serif;
  -moz-transition: background 0.2s 0.2s ease-in-out, color 0.5s;
  -o-transition: background 0.2s 0.2s ease-in-out, color 0.5s;
  -webkit-transition: background 0.2s 0.2s ease-in-out, color 0.5s;
  transition: background 0.2s 0.2s ease-in-out, color 0.5s;
  text-decoration: none;
  padding: 10px 30px;
  margin-top: 30px;
  display: inline-block;
  cursor: pointer;
  clear: both;
  bottom: 50px;
  right: 50px;
}
@media (min-width: 768px) {
  #mask #page-form-error .backHome,
  #mask #page-success .backHome {
    font-size: 12pt;
    text-transform: uppercase;
    letter-spacing: 0pt;
    font-weight: normal;
    color: #000000;
    padding: 14px 30px;
  }
}
@media (min-width: 992px) {
  #mask #page-form-error .backHome,
  #mask #page-success .backHome {
    font-size: 10pt;
    text-transform: uppercase;
    letter-spacing: 0pt;
    font-weight: normal;
    color: #000000;
    padding: 12px 30px;
    position: absolute;
  }
}
#mask #page-form-error .backHome:hover,
#mask #page-success .backHome:hover {
  background: #F8EB4C;
}
#mask #page-form-error {
  height: auto;
}

#popup-body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease-in-out;
}
#popup-body a {
  color: #EFDF00;
}
#popup-body.is--active {
  opacity: 1;
  visibility: visible;
}
#popup-body #popup-lead {
  position: absolute;
  background: #fff;
  width: 90%;
  max-width: 580px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 60px 15px;
  box-sizing: border-box;
}
#popup-body #popup-lead > p {
  font-size: 14px;
  text-align: center;
  font-family: nouvelR_regular, sans-serif;
  padding: 0 20px 20px;
  line-height: 16px;
}
#popup-body #popup-lead > p:after {
  content: "";
  width: 80%;
  height: 1px;
  background: #ccc;
  display: block;
  position: relative;
  left: 10%;
  margin-top: 15px;
}
#popup-body .email-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 19px;
  cursor: pointer;
}
#popup-body h3 {
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
  font-family: nouvelR_extrabold, sans-serif;
}
#popup-body #email-form {
  width: 80%;
  margin: auto;
  float: none;
  transition: opacity 1s ease-in-out;
}
#popup-body #email-form label {
  text-transform: lowercase;
}
#popup-body #email-form.is--hide {
  opacity: 0;
  visibility: hidden;
}
#popup-body #email-form #email-lead {
  width: 100%;
  background: #ededed;
  outline: none;
  padding: 5px 10px;
  margin: 3px 0 15px;
  box-sizing: border-box;
  border: 1px solid #000000;
}
#popup-body #email-form #email-send {
  background: #EFDF00;
  padding: 8px 53px;
  color: #000;
  font-size: 14px;
  text-transform: lowercase;
  font-family: nouvelR_bold, sans-serif;
  float: right;
  cursor: pointer;
}
#popup-body #email-form #email-send:hover {
  background: #F8EB4C;
}
#popup-body #message-form.is--active {
  display: block;
}
#popup-body #message-form.is--active p {
  opacity: 1;
  visibility: visible;
}
#popup-body #message-form {
  width: 80%;
  margin: auto;
  display: none;
}
#popup-body #message-form p {
  border-bottom: 0;
  color: #000;
  text-align: center;
  float: left;
  padding-top: 15px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease-in-out;
  width: 100%;
}
#popup-body #message-form p.is--error {
  color: red;
}

/**
 * New Guide Colors
 */
/* ========== Break points responsive ============ */
/* ============ Styles for texts =============== */
/* ================== transitions animation ================== */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(205, 0, 0, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 5px rgba(205, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(205, 0, 0, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(205, 0, 0, 0.4);
    box-shadow: 0 0 0 0 rgba(205, 0, 0, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 5px rgba(205, 0, 0, 0);
    box-shadow: 0 0 0 5px rgba(205, 0, 0, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(205, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(205, 0, 0, 0);
  }
}
@keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media (min-width: 992px) {
  body.eletricos #wrapper #container {
    width: calc(100% - 100px);
    margin: 30px 0 0 80px;
  }
}

/**
 * New Guide Colors
 */
/* ========== Break points responsive ============ */
/* ============ Styles for texts =============== */
/* ================== transitions animation ================== */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(205, 0, 0, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 5px rgba(205, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(205, 0, 0, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(205, 0, 0, 0.4);
    box-shadow: 0 0 0 0 rgba(205, 0, 0, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 5px rgba(205, 0, 0, 0);
    box-shadow: 0 0 0 5px rgba(205, 0, 0, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(205, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(205, 0, 0, 0);
  }
}
@keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#view-infos-car {
  position: relative;
}
#view-infos-car .header {
  margin-left: 14px;
}
#view-infos-car .header h1 {
  font-family: "nouvelR_extrabold", sans-serif;
  font-size: 20pt;
  text-transform: uppercase;
  letter-spacing: normal;
  font-weight: normal;
  color: #000000;
}
@media (min-width: 992px) {
  #view-infos-car .header h1 {
    font-size: 20pt;
    text-transform: uppercase;
    letter-spacing: normal;
    font-weight: normal;
    color: #000000;
  }
}
@media (min-width: 1200px) {
  #view-infos-car .header h1 {
    font-size: 27pt;
    text-transform: uppercase;
    letter-spacing: normal;
    font-weight: normal;
    color: #000000;
  }
}
#view-infos-car .header p {
  font-family: "nouvelR_bold", sans-serif;
  font-size: 8pt;
  text-transform: lowercase;
  letter-spacing: normal;
  font-weight: normal;
  color: #000000;
  margin-top: 2px;
}
@media (min-width: 992px) {
  #view-infos-car .header p {
    font-size: 10pt;
    text-transform: lowercase;
    letter-spacing: normal;
    font-weight: normal;
    color: #000000;
  }
}
@media (min-width: 1200px) {
  #view-infos-car .header p {
    font-size: 11pt;
    text-transform: lowercase;
    letter-spacing: normal;
    font-weight: normal;
    color: #000000;
  }
}
#view-infos-car .offerConditions {
  position: relative;
  display: flex;
  width: 100%;
  padding: 0px 0 10px;
  text-transform: lowercase;
}
@media (min-width: 992px) {
  #view-infos-car .offerConditions {
    padding: 10px 0px;
  }
}
#view-infos-car .offerConditions .templateZeroEntry p {
  font-size: 1.8rem;
  font-family: "nouvelR_bold", sans-serif;
}
#view-infos-car .offerConditions .templateZeroTax .priceWithZeroTaxAndPrice {
  display: flex;
  width: 100%;
  justify-content: space-around;
  text-transform: lowercase;
}
#view-infos-car .offerConditions .templateZeroTax .priceWithZeroTaxAndPrice p.taxAndInstallments {
  font-family: nouvelR_bold, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 13pt;
  text-transform: lowercase;
}
#view-infos-car .offerConditions .templateZeroTax .priceWithZeroTaxAndPrice p.taxAndInstallments span.highlightText {
  font-size: 22px;
}
#view-infos-car .offerConditions .templateZeroTax .priceWithZeroTaxAndPrice p.taxAndInstallments span.subText {
  color: #b4b4b4;
  font-size: 11px;
}
#view-infos-car .offerConditions .templateZeroTax .priceWithZeroTaxAndPrice p.priceTo {
  font-size: 12px;
  font-family: nouvelR_regular, sans-serif;
  margin-top: 0;
}
#view-infos-car .offerConditions .templateZeroTax .priceWithZeroTaxAndPrice p.priceTo span {
  font-size: 21px;
}
#view-infos-car .offerConditions .templateZeroTax .priceWithZeroTaxAndPrice p.priceTo span.newPrice {
  font-family: nouvelR_bold, sans-serif;
  font-size: 20px;
}
#view-infos-car .offerConditions .templateZeroTax .priceWithZeroTax {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
#view-infos-car .offerConditions .templateZeroTax .priceWithZeroTax p.priceTo {
  font-size: 12px;
  font-family: nouvelR_regular, sans-serif;
  margin-top: 0;
}
#view-infos-car .offerConditions .templateZeroTax .priceWithZeroTax p.priceTo span {
  font-size: 21px;
}
#view-infos-car .offerConditions .templateZeroTax .priceWithZeroTax p.priceTo span.newPrice {
  font-family: nouvelR_bold, sans-serif;
  font-size: 20px;
}
#view-infos-car .offerConditions .templateZeroTax .priceWithZeroTax p span.highlightText {
  font-family: nouvelR_bold, sans-serif;
  font-size: 20px;
  padding: 8px 0;
}
#view-infos-car .offerConditions .templateZeroTax .priceWithZeroTax p span.subText {
  color: #b4b4b4;
  font-size: 14px;
}
#view-infos-car .offerConditions .templateZeroTax p:not(.taxAndInstallments):not(.sightAndInstallments):not(.priceAndInstallments) {
  font-family: "nouvelR_bold", sans-serif;
  font-size: 8pt;
  text-transform: lowercase;
  letter-spacing: normal;
  font-weight: normal;
  color: #000000;
  line-height: 13pt;
}
#view-infos-car .offerConditions .templateZeroTax p:not(.taxAndInstallments):not(.sightAndInstallments):not(.priceAndInstallments):only-child {
  width: 100%;
  justify-content: inherit;
}
@media (min-width: 992px) {
  #view-infos-car .offerConditions .templateZeroTax p:not(.taxAndInstallments):not(.sightAndInstallments):not(.priceAndInstallments) {
    font-size: 7pt;
    text-transform: lowercase;
    letter-spacing: normal;
    font-weight: normal;
    color: #000000;
    line-height: 11pt;
  }
}
@media (min-width: 1200px) {
  #view-infos-car .offerConditions .templateZeroTax p:not(.taxAndInstallments):not(.sightAndInstallments):not(.priceAndInstallments) {
    font-size: 8pt;
    text-transform: lowercase;
    letter-spacing: normal;
    font-weight: normal;
    color: #000000;
    line-height: 13pt;
  }
}
#view-infos-car .offerConditions .templateZeroTax p:not(.taxAndInstallments):not(.sightAndInstallments):not(.priceAndInstallments) span {
  /* display: block; */
  position: relative;
}
#view-infos-car .offerConditions .templateZeroTax p:not(.taxAndInstallments):not(.sightAndInstallments):not(.priceAndInstallments) span.newPriceLight {
  font-family: nouvelR_regular, sans-serif;
}
#view-infos-car .offerConditions .templateZeroTax p:not(.taxAndInstallments):not(.sightAndInstallments):not(.priceAndInstallments) span.newPriceBold {
  font-family: nouvelR_bold, sans-serif;
}
#view-infos-car .offerConditions .templateZeroTax .price {
  float: left;
  width: 65%;
}
#view-infos-car .offerConditions .templateZeroTax .price.offerCustom {
  width: 100%;
  text-align: left;
}
#view-infos-car .offerConditions .templateZeroTax .price.offerCustom .newPrice {
  font-size: 22px;
}
#view-infos-car .offerConditions .templateZeroTax .price.offerCustom .onlyText {
  font-size: 16px;
}
#view-infos-car .offerConditions .templateZeroTax .price.offerCustom .noPrice {
  text-align: center;
}
#view-infos-car .offerConditions .templateZeroTax .price .featured {
  font-size: 12pt;
  text-transform: lowercase;
  letter-spacing: normal;
  font-weight: normal;
  color: #000000;
}
@media (min-width: 992px) {
  #view-infos-car .offerConditions .templateZeroTax .price .featured {
    font-size: 9pt;
    text-transform: lowercase;
    letter-spacing: normal;
    font-weight: normal;
    color: #000000;
  }
}
@media (min-width: 1200px) {
  #view-infos-car .offerConditions .templateZeroTax .price .featured {
    font-size: 12pt;
    text-transform: lowercase;
    letter-spacing: normal;
    font-weight: normal;
    color: #000000;
  }
}
#view-infos-car .offerConditions .templateZeroTax .price .priceFrom span {
  text-decoration: line-through;
  text-decoration-color: #EFDF00;
}
#view-infos-car .offerConditions .templateZeroTax .price .priceTo {
  margin-top: 0;
}
#view-infos-car .offerConditions .templateZeroTax .price .priceTo span {
  font-size: 21px;
}
#view-infos-car .offerConditions .templateZeroTax .price .priceTo span.newPriceLight {
  font-family: nouvelR_regular, sans-serif;
}
#view-infos-car .offerConditions .templateZeroTax .price .priceTo span.priceCondition {
  font-size: 14px;
  padding-left: 6px;
}
#view-infos-car .offerConditions .templateZeroTax .price .priceTo span.actualPrice {
  font-size: 30px;
}
@media (min-width: 1200px) {
  #view-infos-car .offerConditions .templateZeroTax .price .priceTo span.actualPrice {
    font-size: 40px;
  }
}
#view-infos-car .offerConditions .templateZeroTax .price .priceTo .highlightInstallment {
  font-family: nouvelR_bold, sans-serif;
  font-size: 26px;
  padding: 10px;
}
#view-infos-car .offerConditions .templateZeroTax .priceAndInstallments {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-around;
}
#view-infos-car .offerConditions .templateZeroTax .priceAndInstallments .priceFrom span {
  text-decoration: line-through;
  text-decoration-color: #EFDF00;
}
#view-infos-car .offerConditions .templateZeroTax .priceAndInstallments .priceTo {
  margin-top: 0;
}
#view-infos-car .offerConditions .templateZeroTax .priceAndInstallments .priceTo span {
  font-size: 21px;
}
#view-infos-car .offerConditions .templateZeroTax .priceAndInstallments .priceTo span.newPriceLight {
  font-family: nouvelR_regular, sans-serif;
}
#view-infos-car .offerConditions .templateZeroTax .priceAndInstallments .priceTo span.priceCondition {
  font-size: 14px;
  padding-left: 6px;
}
#view-infos-car .offerConditions .templateZeroTax .priceAndInstallments .priceTo .highlightInstallment {
  font-family: nouvelR_bold, sans-serif;
  font-size: 26px;
  padding: 10px;
}
#view-infos-car .offerConditions .templateTaxPlusBonus p {
  font-size: 1.5rem;
  font-family: "nouvelR_bold", sans-serif;
}
#view-infos-car .offerConditions .templateTaxPlusBonus .priceWithZeroTax {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
#view-infos-car .offerConditions .templateTaxPlusBonus .priceWithZeroTax p.priceTo {
  font-size: 12px;
  font-family: nouvelR_regular, sans-serif;
  margin-top: 0;
}
#view-infos-car .offerConditions .templateTaxPlusBonus .priceWithZeroTax p.priceTo span {
  font-size: 21px;
}
#view-infos-car .offerConditions .templateTaxPlusBonus .priceWithZeroTax p.priceTo span.newPrice {
  font-family: nouvelR_bold, sans-serif;
  font-size: 20px;
}
#view-infos-car .offerConditions .templateTaxPlusBonus .priceWithZeroTax p span.highlightText {
  font-family: nouvelR_bold, sans-serif;
  font-size: 20px;
  padding: 8px 0;
}
#view-infos-car .offerConditions .templateTaxPlusBonus .priceWithZeroTax p span.subText {
  color: #b4b4b4;
  font-size: 14px;
}
#view-infos-car .offerConditions .onlyInstallments {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
#view-infos-car .offerConditions .onlyInstallments.trocaFacilParcela {
  align-items: center;
}
#view-infos-car .offerConditions .onlyInstallments.trocaFacilParcela .installmentContainer {
  flex-direction: column;
  display: flex;
}
#view-infos-car .offerConditions .onlyInstallments.trocaFacilParcela .installmentContainer .finalInstallment {
  font-size: 9px;
  line-height: 9px;
  font-family: nouvelR_regular;
}
#view-infos-car .offerConditions .onlyInstallments.trocaFacilParcela .highlightInstallment {
  font-size: 20px;
  display: flex;
  flex-direction: row;
}
#view-infos-car .offerConditions .onlyInstallments span.highlightInstallment {
  font-family: nouvelR_bold, sans-serif;
  font-size: 26px;
  padding: 10px;
}
#view-infos-car .offerConditions .conditions {
  float: right;
  width: 56%;
}
#view-infos-car .offerConditions .conditions span.highlightPrice {
  font-size: 18px;
  font-family: nouvelR_bold, sans-serif;
}
#view-infos-car .offerConditions .conditions .featured {
  font-size: 12pt;
  text-transform: lowercase;
  letter-spacing: normal;
  font-weight: normal;
  color: #000000;
}
@media (min-width: 992px) {
  #view-infos-car .offerConditions .conditions .featured {
    font-size: 9pt;
    text-transform: lowercase;
    letter-spacing: normal;
    font-weight: normal;
    color: #000000;
  }
}
@media (min-width: 1200px) {
  #view-infos-car .offerConditions .conditions .featured {
    font-size: 12pt;
    text-transform: lowercase;
    letter-spacing: normal;
    font-weight: normal;
    color: #000000;
  }
}
#view-infos-car .offerConditions .sightAndConditions {
  float: right;
  width: 80%;
}
#view-infos-car .offerConditions .sightAndConditions span.highlightPrice {
  font-size: 20px;
  font-family: nouvelR_bold, sans-serif;
}
#view-infos-car .offerConditions .starts-at {
  padding-left: 100px;
}
#view-infos-car .offerConditions .starts-at p {
  font-size: 9pt;
  text-transform: lowercase;
  letter-spacing: normal;
  font-weight: normal;
  color: #000000;
  line-height: 15px;
}
@media (min-width: 768px) {
  #view-infos-car .offerConditions .starts-at p {
    font-size: 10pt;
    text-transform: lowercase;
    letter-spacing: normal;
    font-weight: normal;
    color: #000000;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  #view-infos-car .offerConditions .starts-at p {
    font-size: 11pt;
    text-transform: lowercase;
    letter-spacing: normal;
    font-weight: normal;
    color: #000000;
  }
}
@media (min-width: 1600px) {
  #view-infos-car .offerConditions .starts-at p {
    font-size: 15pt;
    text-transform: lowercase;
    letter-spacing: normal;
    font-weight: normal;
    color: #000000;
  }
}
#view-infos-car .offerConditions .starts-at p span {
  font-family: "nouvelR_bold", sans-serif;
  font-size: 10pt;
  text-transform: lowercase;
  letter-spacing: normal;
  font-weight: normal;
  color: #000000;
  display: block;
}
@media (min-width: 768px) {
  #view-infos-car .offerConditions .starts-at p span {
    font-size: 13pt;
    text-transform: lowercase;
    letter-spacing: normal;
    font-weight: normal;
    color: #000000;
  }
}
@media (min-width: 992px) {
  #view-infos-car .offerConditions .starts-at p span {
    display: inline;
    padding-left: 5px;
  }
}
@media (min-width: 1200px) {
  #view-infos-car .offerConditions .starts-at p span {
    font-size: 16pt;
    text-transform: lowercase;
    letter-spacing: normal;
    font-weight: normal;
    color: #000000;
  }
}
@media screen and (max-width: 480px) {
  #view-infos-car .offerConditions .starts-at {
    padding: 0 15px;
  }
  #view-infos-car .offerConditions .starts-at p {
    font-size: 14pt;
    text-transform: lowercase;
    letter-spacing: normal;
    font-weight: normal;
    color: #000000;
    line-height: 18px;
  }
  #view-infos-car .offerConditions .starts-at p span {
    font-size: 14pt;
    text-transform: lowercase;
    letter-spacing: normal;
    font-weight: normal;
    color: #000000;
  }
}
#view-infos-car .offerConditions ul {
  padding: 0;
}
@media (min-width: 992px) {
  #view-infos-car .offerConditions ul {
    width: 80%;
    margin: 0 auto;
  }
}
@media (min-width: 1600px) {
  #view-infos-car .offerConditions ul {
    width: 80%;
    margin: 0 auto;
  }
}
#view-infos-car .offerConditions ul li {
  float: left;
  width: 27%;
  text-align: right;
}
#view-infos-car .offerConditions ul li p {
  font-size: 9pt;
  text-transform: lowercase;
  letter-spacing: normal;
  font-weight: normal;
  color: #000000;
  line-height: 15px;
}
@media (min-width: 768px) {
  #view-infos-car .offerConditions ul li p {
    font-size: 10pt;
    text-transform: lowercase;
    letter-spacing: normal;
    font-weight: normal;
    color: #000000;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  #view-infos-car .offerConditions ul li p {
    font-size: 11pt;
    text-transform: lowercase;
    letter-spacing: normal;
    font-weight: normal;
    color: #000000;
  }
}
@media (min-width: 1600px) {
  #view-infos-car .offerConditions ul li p {
    font-size: 15pt;
    text-transform: lowercase;
    letter-spacing: normal;
    font-weight: normal;
    color: #000000;
  }
}
#view-infos-car .offerConditions ul li p span {
  font-family: "nouvelR_bold", sans-serif;
  font-size: 9pt;
  text-transform: lowercase;
  letter-spacing: normal;
  font-weight: normal;
  color: #000000;
  display: inline-block;
}
@media (min-width: 768px) {
  #view-infos-car .offerConditions ul li p span {
    font-size: 13pt;
    text-transform: lowercase;
    letter-spacing: normal;
    font-weight: normal;
    color: #000000;
  }
}
@media (min-width: 992px) {
  #view-infos-car .offerConditions ul li p span {
    display: inline;
    padding-left: 5px;
  }
}
@media (min-width: 1200px) {
  #view-infos-car .offerConditions ul li p span {
    font-size: 16pt;
    text-transform: lowercase;
    letter-spacing: normal;
    font-weight: normal;
    color: #000000;
  }
}
#view-infos-car .offerConditions ul li:first-child {
  width: 15%;
}
#view-infos-car .offerConditions ul li:last-child {
  width: 23%;
  text-align: left;
}
#view-infos-car .offerConditions ul li.aux {
  width: 7%;
  text-align: center;
}
@media (min-width: 992px) {
  #view-infos-car .offerConditions ul li.aux {
    width: 5%;
  }
}
#view-infos-car .offerConditions ul li.aux p span {
  padding-top: 15px;
}
#view-infos-car .offerImage {
  position: relative;
  width: 100%;
  float: left;
  padding: 20px 0;
  text-align: center;
}
#view-infos-car .offerImage img {
  max-width: 665px;
  width: 100%;
}
#view-infos-car .spotlight {
  position: relative;
  width: auto;
  float: left;
  padding: 0 0 15px 10px;
}
@media (min-width: 992px) {
  #view-infos-car .spotlight {
    padding: 0 0 15px 0;
  }
}
#view-infos-car .spotlight p {
  font-size: 12pt;
  text-transform: lowercase;
  letter-spacing: normal;
  font-weight: normal;
  color: #000000;
}
@media (min-width: 992px) {
  #view-infos-car .spotlight p {
    font-size: 15pt;
    text-transform: lowercase;
    letter-spacing: normal;
    font-weight: normal;
    color: #000000;
  }
}
#view-infos-car .features {
  background: transparent;
  position: relative;
  width: 100%;
  float: left;
}
#view-infos-car .features ul.primario {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  padding: 25px 0;
  box-sizing: border-box;
}
#view-infos-car .features ul.primario li {
  padding: 3px 10px;
  margin-bottom: 0px;
  text-align: left;
  position: relative;
  align-items: center;
}
#view-infos-car .features ul.primario li span {
  width: 100%;
  height: 45px;
  position: relative;
  display: block;
}
#view-infos-car .features ul.primario li span img {
  width: 45%;
  max-width: 30px;
  margin-bottom: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  #view-infos-car .features ul.primario li span img {
    width: auto;
  }
}
#view-infos-car .features ul.primario li span a {
  background: url("../images/arrow-features-interna.gif") no-repeat center center;
  display: block;
  width: 100%;
  height: 100%;
  -moz-transition: transform 0.2s 0.2s ease-in-out;
  -o-transition: transform 0.2s 0.2s ease-in-out;
  -webkit-transition: transform 0.2s 0.2s ease-in-out;
  transition: transform 0.2s 0.2s ease-in-out;
}
#view-infos-car .features ul.primario li span a.active {
  transform: rotate(-180deg);
}
#view-infos-car .features ul.primario li p {
  font-family: nouvelR_regular;
  font-size: 11pt;
  line-height: 14pt;
}
@media screen and (max-width: 480px) {
  #view-infos-car .features ul.primario {
    flex-direction: column;
    padding: 20px 25px 20px 30px;
  }
  #view-infos-car .features ul.primario li {
    list-style-type: disc;
    padding: 0;
  }
  #view-infos-car .features ul.primario li:before {
    display: none;
  }
  #view-infos-car .features ul.primario li p {
    line-height: 16pt;
  }
}
#view-infos-car .features ul.secundario {
  background: #fff;
  width: 100%;
  float: left;
  padding-top: 30px;
  display: none;
}
@media (min-width: 992px) {
  #view-infos-car .features ul.secundario {
    display: block;
  }
}
#view-infos-car .features ul.secundario li {
  float: left;
  position: relative;
  width: 41%;
  padding: 15px 0 0 4%;
  margin-left: 4%;
}
@media (min-width: 992px) {
  #view-infos-car .features ul.secundario li {
    width: 19%;
    padding: 15px 0 0 15px;
  }
}
@media (min-width: 1600px) {
  #view-infos-car .features ul.secundario li {
    width: 20%;
  }
}
#view-infos-car .features ul.secundario li:before {
  content: "• ";
  color: #EFDF00;
  position: absolute;
  left: 0;
}
#view-infos-car .features ul.secundario li p {
  font-family: "nouvelR_bold", sans-serif;
  font-size: 7pt;
  text-transform: uppercase;
  letter-spacing: normal;
  font-weight: normal;
  color: #000000;
  line-height: 12pt;
}
@media (min-width: 768px) {
  #view-infos-car .features ul.secundario li p {
    font-size: 9pt;
    text-transform: uppercase;
    letter-spacing: normal;
    font-weight: normal;
    color: #000000;
  }
}
@media (min-width: 1600px) {
  #view-infos-car .features ul.secundario li p {
    font-size: 10pt;
    text-transform: uppercase;
    letter-spacing: normal;
    font-weight: normal;
    color: #000000;
  }
}
#view-infos-car .btn-imprimir {
  display: none;
}
@media (min-width: 992px) {
  #view-infos-car .btn-imprimir {
    display: block;
  }
}
#view-infos-car .btn-ficha-tecnica {
  font-family: "nouvelR_bold", sans-serif;
  text-decoration: none;
  float: right;
  background: #f6f6f6 url("../images/ico-ficha-tecnica.png") no-repeat 90% center;
  font-size: 7pt;
  text-transform: uppercase;
  letter-spacing: normal;
  font-weight: normal;
  color: #000000;
  -moz-transition: background 0.2s 0.2s ease-in-out, color 0.5s;
  -o-transition: background 0.2s 0.2s ease-in-out, color 0.5s;
  -webkit-transition: background 0.2s 0.2s ease-in-out, color 0.5s;
  transition: background 0.2s 0.2s ease-in-out, color 0.5s;
  padding: 15px 30px 15px 20px;
  margin: 25px 5px 0 0;
}
#view-infos-car .btn-ficha-tecnica:hover {
  background: #EFDF00 url("../images/ico-ficha-tecnica-hover.png") no-repeat 90% center;
  color: #fff;
}
#view-infos-car .btn-imprimir {
  font-family: "nouvelR_bold", sans-serif;
  text-decoration: none;
  float: right;
  background: #f6f6f6 url("../images/ico-print.png") no-repeat 90% center;
  font-size: 9pt;
  text-transform: uppercase;
  letter-spacing: normal;
  font-weight: normal;
  color: #000000;
  -moz-transition: all 0.2s 0.2s ease-in-out, color 0.5s;
  -o-transition: all 0.2s 0.2s ease-in-out, color 0.5s;
  -webkit-transition: all 0.2s 0.2s ease-in-out, color 0.5s;
  transition: all 0.2s 0.2s ease-in-out, color 0.5s;
  padding: 15px 30px 15px 20px;
  margin: 10px 5px 0 0;
  border-radius: 4px;
}
#view-infos-car .btn-imprimir:hover {
  background: #EFDF00 url("../images/ico-print-hover.png") no-repeat 90% center;
  color: #fff;
}
#view-infos-car .btn-frotas {
  font-family: "nouvelR_bold", sans-serif;
  text-decoration: none;
  float: right;
  background: url("../images/ico-btn-frotas.png") no-repeat 90% center, linear-gradient(#feb434, #fecb36);
  font-size: 9pt;
  text-transform: uppercase;
  letter-spacing: normal;
  font-weight: normal;
  color: #000000;
  -moz-transition: all 0.2s 0.2s ease-in-out, color 0.5s;
  -o-transition: all 0.2s 0.2s ease-in-out, color 0.5s;
  -webkit-transition: all 0.2s 0.2s ease-in-out, color 0.5s;
  transition: all 0.2s 0.2s ease-in-out, color 0.5s;
  padding: 15px 55px 15px 20px;
  margin: 10px 5px 0 0;
  color: #000000;
  border-radius: 4px;
}
#view-infos-car .btn-frotas:hover {
  background: url("../images/ico-btn-frotas.png") no-repeat 90% center, #f6f6f6;
  color: #000000;
}

.with-seal {
  margin-bottom: 0px;
  align-items: flex-start !important;
  padding-bottom: 290px !important;
}
@media (min-width: 992px) {
  .with-seal {
    padding-bottom: 140px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .with-seal {
    margin-bottom: -50px;
    padding-bottom: 40px !important;
  }
}
.with-seal .header {
  margin-top: 47px;
}
.with-seal .rightContent {
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .with-seal .rightContent {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1024px) {
  .with-seal .rightContent {
    flex-direction: column;
  }
}
.with-seal .rightContent .offerConditions {
  margin-top: 33px !important;
}
.with-seal .rightContent .seal {
  margin-right: 0px;
  text-align: center;
}
@media (min-width: 992px) {
  .with-seal .rightContent .seal {
    text-align: end;
  }
}
@media only screen and (min-width: 1024px) {
  .with-seal .rightContent .seal {
    margin-right: -25px;
  }
}

.real-symbol {
  z-index: 1;
  position: relative;
  font-size: inherit;
  text-transform: uppercase;
  font-family: "nouvelR_bold";
}

.interna.oficina #view-infos-car {
  padding: 1rem 2rem;
}
.interna.oficina #view-infos-car #form {
  padding: 3rem 0rem !important;
}
.interna.oficina #view-infos-car .real-symbol {
  z-index: 1;
  position: relative;
  font-size: inherit;
  text-transform: uppercase !important;
  font-family: "nouvelR_bold";
}
.interna.oficina #view-infos-car .header {
  display: flex;
  flex-direction: column;
  padding: 0px !important;
  justify-content: space-evenly;
}
@media (min-width: 992px) {
  .interna.oficina #view-infos-car .header {
    align-items: center;
    flex-direction: row;
  }
}
.interna.oficina #view-infos-car .header h1 {
  font-size: 20pt;
  text-transform: uppercase;
  letter-spacing: normal;
  font-weight: normal;
  color: #000000;
}
.interna.oficina #view-infos-car .header .headline {
  width: 100%;
  padding-top: 20px;
}
@media (min-width: 992px) {
  .interna.oficina #view-infos-car .header .headline {
    width: 33.3%;
    padding-top: 0px;
  }
}
.interna.oficina #view-infos-car .header .productImg {
  width: 100%;
  text-align: center;
}
@media (min-width: 992px) {
  .interna.oficina #view-infos-car .header .productImg {
    width: 33.3%;
  }
}
.interna.oficina #view-infos-car .header-price {
  display: flex;
  padding-top: 15px;
}
@media (min-width: 992px) {
  .interna.oficina #view-infos-car .header-price {
    justify-content: flex-end;
  }
}
.interna.oficina #view-infos-car .header-price .price {
  width: 60%;
}
.interna.oficina #view-infos-car .header-price span {
  font-family: nouvelR_semibold;
  text-transform: lowercase;
  font-size: 12pt;
}
.interna.oficina #view-infos-car .header-price p {
  padding: 5px 0px;
  color: #000000;
  font-size: 15pt;
  margin-top: 0px;
}
@media (min-width: 992px) {
  .interna.oficina #view-infos-car .header-price p {
    font-size: 17pt;
  }
}
.interna.oficina #view-infos-car .header-price p span {
  font-size: 20pt;
  font-family: nouvelR_bold;
}
.interna.oficina #view-infos-car .header-price p span.installment-number {
  color: #EFDF00;
}
.interna.oficina #view-infos-car .header-price p span.installment-prefix {
  color: #EFDF00;
}
.interna.oficina #view-infos-car .header-container {
  width: 100%;
  display: flex;
  padding-top: 20px;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .interna.oficina #view-infos-car .header-container {
    width: 33.3%;
    padding-top: 0px;
  }
}
.interna.oficina #view-infos-car .header-description {
  padding-top: 15px;
}
.interna.oficina #view-infos-car .header-description h3 {
  font-family: "nouvelR_extrabold", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: normal;
  font-weight: normal;
  color: #000000;
}
.interna.oficina #view-infos-car .header-description p {
  line-height: 20px;
  font-family: nouvelR_regular;
  font-size: 16px;
  text-transform: none;
  letter-spacing: normal;
  font-weight: normal;
  color: #000000;
}

.interna.oficina #view-infos-car .header h1 {
  font-size: 20pt;
  text-transform: uppercase;
  letter-spacing: normal;
  font-weight: normal;
  color: #000000;
}
.interna.oficina #view-infos-car .header-price {
  display: flex;
}
@media (min-width: 992px) {
  .interna.oficina #view-infos-car .header-price {
    justify-content: flex-end;
  }
}
.interna.oficina #view-infos-car .header-price .price {
  width: 60%;
}
.interna.oficina #view-infos-car .header-price p {
  padding: 5px 0px;
  color: #000000;
  font-size: 15pt;
  margin-top: 0px;
}
@media (min-width: 992px) {
  .interna.oficina #view-infos-car .header-price p {
    font-size: 17pt;
  }
}
.interna.oficina #view-infos-car .header-container {
  display: flex;
  align-items: flex-start;
}
.interna.oficina #view-infos-car .header-description {
  padding-top: 15px;
}
.interna.oficina #view-infos-car .header-description h3 {
  font-family: "nouvelR_extrabold", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: normal;
  font-weight: normal;
  color: #000000;
}
.interna.oficina #view-infos-car .header-description p {
  line-height: 20px;
  font-family: nouvelR_regular;
  font-size: 16px;
  text-transform: none;
  letter-spacing: normal;
  font-weight: normal;
  color: #000000;
}

/**
 * New Guide Colors
 */
/* ========== Break points responsive ============ */
/* ============ Styles for texts =============== */
/* ================== transitions animation ================== */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(205, 0, 0, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 5px rgba(205, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(205, 0, 0, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(205, 0, 0, 0.4);
    box-shadow: 0 0 0 0 rgba(205, 0, 0, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 5px rgba(205, 0, 0, 0);
    box-shadow: 0 0 0 5px rgba(205, 0, 0, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(205, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(205, 0, 0, 0);
  }
}
@keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#selectionRegion {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 19;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.95);
  overflow-y: auto;
  overflow-x: hidden;
  text-align: center;
  opacity: 1;
  transition: opacity 1s;
  z-index: 999;
}
#selectionRegion.outlet .boxSelection {
  max-width: 1160px;
  width: 100%;
}
#selectionRegion.outlet .boxSelection .selectContainer {
  overflow: hidden;
}
#selectionRegion.outlet .boxSelection .selectContainer .region-disclaimer {
  max-width: 80%;
  display: block;
  margin: 0 auto 25px;
  text-align: center;
}
#selectionRegion.outlet .boxSelection .selectContainer .region-disclaimer p {
  display: inline-block;
}
#selectionRegion.outlet .boxSelection .selectContainer .boxSelection-wrapper {
  max-width: 60%;
  display: block;
  margin: 0 auto;
}
#selectionRegion.outlet .showDealers {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  height: auto;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
#selectionRegion.outlet .showDealers .dealers,
#selectionRegion.outlet .showDealers .loading {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
#selectionRegion.outlet .showDealers .dealers p,
#selectionRegion.outlet .showDealers .loading p {
  text-align: center;
  text-transform: initial;
}
#selectionRegion.outlet .showDealers .dealers img,
#selectionRegion.outlet .showDealers .loading img {
  margin-bottom: 25px;
  width: 90%;
}
#selectionRegion.outlet .showDealers .dealers #outletDealersList {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 25px;
}
#selectionRegion.outlet .showDealers .dealers #outletDealersList h3 {
  font-size: 18px;
  font-family: nouvelR_bold;
}
#selectionRegion.outlet .showDealers .dealers #outletDealersList li {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 140px;
  height: 140px;
  margin-right: 20px;
  border: 1px solid #EFDF00;
  cursor: pointer;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}
#selectionRegion.outlet .showDealers .dealers #outletDealersList li.unavailable {
  opacity: 0.7;
}
#selectionRegion.outlet .showDealers .dealers #outletDealersList li:hover {
  opacity: 0.7;
}
#selectionRegion.outlet .showDealers .dealers #outletDealersList li.selected {
  background: #EFDF00;
  border-color: #ffe66f;
  border-width: 2px;
}
#selectionRegion.outlet .showDealers .dealers .checkAllOffers,
#selectionRegion.outlet .showDealers .dealers .checkOffers {
  background: url(../images/arrow-buttom-slider.png) 90% center no-repeat, linear-gradient(#feb434, #fecb36);
  background-repeat: no-repeat;
  font-size: 9pt;
  transition: all 0.2s 0.2s ease-in-out, color 0.5s;
  margin: 15px auto;
  cursor: pointer;
  font-size: 10pt;
  text-transform: uppercase;
  letter-spacing: 0pt;
  color: #1c1c1c;
  padding: 0;
  text-decoration: none;
  font-family: nouvelR_bold, sans-serif;
  display: inline-block;
  max-width: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in;
}
#selectionRegion.outlet .showDealers .dealers .checkAllOffers.visible,
#selectionRegion.outlet .showDealers .dealers .checkOffers.visible {
  opacity: 1;
  visibility: visible;
  max-width: 500px;
  padding: 15px 70px 15px 50px;
}
#selectionRegion.outlet .showDealers .dealers .checkAllOffers {
  max-width: 500px;
  padding: 15px 70px 15px 50px;
  opacity: 1;
  visibility: visible;
}
#selectionRegion.outlet .showDealers.active {
  border-top: 1px solid #ffc350;
  padding: 10% 0;
  max-height: 1000px;
  opacity: 1;
  visibility: visible;
}
#selectionRegion.outlet .showDealers.active.hideLoading {
  padding: 15px 0;
}
#selectionRegion.outlet .showDealers.active.hideLoading .loading {
  opacity: 0;
  max-height: 0;
  visibility: hidden;
}
#selectionRegion.outlet .showDealers.active.hideLoading .dealers {
  visibility: visible;
  opacity: 1;
  height: auto;
  max-height: 1000px;
}
#selectionRegion.outlet .showDealers.active .loading {
  visibility: visible;
  opacity: 1;
  height: auto;
  max-height: 1000px;
}
#selectionRegion .loadContainer {
  text-align: center;
  padding: 40px 0px 0px;
}
#selectionRegion .loadContainer img {
  width: 100%;
}
#selectionRegion .loadContainer .lds-eclipse {
  position: relative;
}
#selectionRegion .loadContainer .lds-eclipse div {
  -webkit-animation: lds-eclipse 1.5s linear infinite;
  animation: lds-eclipse 1.5s linear infinite;
  width: 120px;
  height: 120px;
  top: 20px;
  left: 20px;
  box-shadow: 0 6px 0 0 #EFDF00;
  -webkit-transform-origin: 60px 66px;
  transform-origin: 60px 66px;
}
#selectionRegion .loadContainer .lds-eclipse {
  display: inline-block;
  margin: 15px 0;
  -webkit-transform: translate(-100px, -100px) translate(100px, 100px);
  transform: translate(-100px, -100px) translate(100px, 100px);
}
#selectionRegion .boxSelection {
  background: #fff;
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2% 3%;
}
#selectionRegion .boxSelection.embeded {
  top: 200px;
  left: 50%;
}
@media (min-width: 768px) {
  #selectionRegion .boxSelection.embeded {
    top: 200px;
    left: 50%;
  }
}
@media (min-width: 768px) {
  #selectionRegion .boxSelection {
    width: 300px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 1200px) {
  #selectionRegion .boxSelection {
    width: 390px;
  }
}
@media screen and (max-width: 480px) {
  #selectionRegion .boxSelection {
    width: 90%;
  }
  #selectionRegion .boxSelection .selectContainer .boxSelection-wrapper form fieldset select {
    width: 100%;
  }
}
#selectionRegion .boxSelection p {
  text-align: left;
  font-size: 12pt;
  text-transform: uppercase;
  letter-spacing: 0pt;
  font-weight: normal;
  color: #000;
  line-height: 20pt;
}
#selectionRegion .boxSelection p strong {
  font-size: 18pt;
  text-transform: uppercase;
  letter-spacing: 0pt;
  font-weight: normal;
  color: #000;
  font-family: "nouvelR_bold", sans-serif;
  display: block;
  padding-top: 5px;
}
#selectionRegion .boxSelection-wrapper {
  position: relative;
}
#selectionRegion .boxSelection-wrapper form {
  padding-top: 15px;
  width: 100%;
}
@media (min-width: 992px) {
  #selectionRegion .boxSelection-wrapper form {
    padding-top: 15px;
  }
}
#selectionRegion .boxSelection-wrapper form.active {
  right: 0;
}
#selectionRegion .boxSelection-wrapper form .form-control {
  width: 99%;
  border: 1px solid #fff;
  height: 30px;
  margin-bottom: 20px;
  padding: 0;
}
#selectionRegion .boxSelection-wrapper form .form-control.select {
  background: none;
  width: 100%;
  height: 41px;
  float: right;
  font-family: nouvelR_light, sans-serif;
  -webkit-appearance: none;
  border: 1px solid #888B8D;
  transition: all 0.3s ease-in-out;
  outline: 0;
  font-size: 12pt;
  text-transform: none;
  letter-spacing: 0pt;
  height: 40px;
  font-weight: 400;
  color: #b8b8b8;
  padding-left: 10px;
  font-size: 9pt;
  text-transform: none;
  letter-spacing: 0pt;
  font-weight: normal;
  color: #000000;
}
@media (min-width: 768px) {
  #selectionRegion .boxSelection-wrapper form .form-control.select {
    font-size: 12pt;
    text-transform: none;
    letter-spacing: 0pt;
    font-weight: normal;
    color: #000000;
    height: 40px;
    color: #b8b8b8;
  }
}
@media (min-width: 992px) {
  #selectionRegion .boxSelection-wrapper form .form-control.select {
    font-size: 12pt;
    text-transform: none;
    letter-spacing: 0pt;
    font-weight: normal;
    color: #000000;
    height: 41px;
    color: #b8b8b8;
  }
}
#selectionRegion .boxSelection-wrapper form .form-control.select.optionSelected {
  color: #000;
}
#selectionRegion .boxSelection-wrapper form .view-offers {
  background: #EFDF00;
  background-size: 30px;
  font-family: "nouvelR_bold", sans-serif;
  font-size: 9pt;
  text-transform: lowercase;
  letter-spacing: 0pt;
  font-weight: normal;
  color: #000000;
  color: #000000;
  font-family: nouvelR_bold, sans-serif;
  text-align: center;
  width: 100%;
  max-width: 100%;
  cursor: pointer;
  padding: 15px 0;
  display: block;
  border: none;
  outline: none;
  transition: all 0.3s ease-in-out;
  float: right;
}
@media (min-width: 768px) {
  #selectionRegion .boxSelection-wrapper form .view-offers {
    font-size: 12pt;
    text-transform: lowercase;
    letter-spacing: 0pt;
    font-weight: normal;
    color: #000000;
    padding: 14px;
  }
}
@media (min-width: 992px) {
  #selectionRegion .boxSelection-wrapper form .view-offers {
    font-size: 11pt;
    text-transform: lowercase;
    letter-spacing: 0pt;
    font-weight: normal;
    color: #000000;
    padding: 12px;
  }
}
#selectionRegion .boxSelection-wrapper form .view-offers:hover {
  background: #F8EB4C;
}
#selectionRegion .boxSelection-wrapper form fieldset {
  position: relative;
  margin-left: 0px;
}
#selectionRegion .boxSelection-wrapper form fieldset select {
  width: 100%;
}
#selectionRegion .boxSelection-wrapper form .error-gate {
  position: absolute;
  font-size: 8pt;
  text-transform: initial;
  letter-spacing: 0pt;
  font-weight: normal;
  color: #f00;
  top: -12px;
  left: 0;
}
#selectionRegion .region-disclaimer p {
  text-transform: initial;
  margin-top: 20px;
  line-height: 14pt;
  padding-bottom: 20px;
}
#selectionRegion .region-disclaimer p span {
  font-family: nouvelR_bold, sans-serif;
}
#selectionRegion .boxSelection-wrapper button {
  width: 100%;
  font-family: "nouvelR_bold", sans-serif;
  font-size: 16px;
  line-height: 16px;
  padding: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  background-color: #EFDF00;
  color: #000000;
  border: 1px solid #EFDF00;
}
#selectionRegion .boxSelection-wrapper button svg {
  margin: 0 10px 0 0;
}
#selectionRegion .boxSelection-wrapper button:hover {
  background-color: #F8EB4C;
  color: #000000;
  border-color: #F8EB4C;
}
#selectionRegion .boxSelection-wrapper form .error-msg {
  color: red;
  height: auto;
  display: block;
  font-size: 14px;
  min-height: 25px;
  padding-top: 2px;
  font-weight: bold;
}
#selectionRegion .boxSelection-wrapper form input.form-control {
  background-image: url("/images/novo-ofertas/icon-search.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  background-size: 17px auto;
}
#selectionRegion .boxSelection-wrapper form {
  float: initial;
  padding-top: 30px;
}
@media (min-width: 992px) {
  #selectionRegion .boxSelection-wrapper form {
    padding-top: 15px;
  }
}
#selectionRegion .boxSelection-wrapper form .form-control {
  background: #FFF;
  width: 100%;
  height: auto;
  padding: 10px 35px 10px 10px;
  font-size: 14px;
  line-height: 14px;
  text-transform: initial !important;
  letter-spacing: 0;
  font-weight: 400;
  font-family: "nouvelR_light", sans-serif;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #888B8D;
  transition: all 0.3s ease-in-out;
  outline: none;
  box-sizing: border-box;
  color: #000;
}
@media only screen and (min-width: 1700px) {
  #selectionRegion .boxSelection-wrapper form .form-control {
    font-size: 16px;
    line-height: 16px;
  }
}
#selectionRegion .boxSelection-wrapper form .form-control::placeholder {
  color: #808080;
}
#selectionRegion .boxSelection-wrapper form .form-control.select {
  background-image: url("/images/novo-ofertas/icon-arrow.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  background-size: 17px auto;
}
#selectionRegion .boxSelection-wrapper form .form-control.select:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
#selectionRegion .boxSelection-wrapper form .form-control:disabled {
  opacity: 0.3;
}
#selectionRegion .boxSelection-wrapper form label:has(~ .form-control:disabled) {
  opacity: 0.3;
}
#selectionRegion .boxSelection-wrapper form .view-offers {
  background: #000000;
  background-size: 30px;
  font-family: "nouvelR_bold", sans-serif;
  font-size: 10pt;
  text-transform: lowercase;
  letter-spacing: normal;
  font-weight: normal;
  color: #ffffff;
  font-family: "nouvelR_bold", sans-serif;
  text-align: center;
  width: 100%;
  max-width: 100%;
  cursor: pointer;
  padding: 15px 0;
  display: block;
  border: 1px solid transparent;
  outline: none;
  transition: 0.3s ease-out;
  transition-property: background-color, color, border-color;
  float: right;
}
@media (min-width: 768px) {
  #selectionRegion .boxSelection-wrapper form .view-offers {
    font-size: 12pt;
    text-transform: lowercase;
    letter-spacing: normal;
    font-weight: normal;
    color: #ffffff;
    padding: 14px 20px;
  }
}
@media (min-width: 992px) {
  #selectionRegion .boxSelection-wrapper form .view-offers {
    font-size: 11pt;
    text-transform: lowercase;
    letter-spacing: normal;
    font-weight: normal;
    color: #ffffff;
    padding: 12px 20px;
  }
}
#selectionRegion .boxSelection-wrapper form .view-offers:hover {
  background: #EFDF00;
  color: #000000;
}
#selectionRegion .boxSelection-wrapper form fieldset {
  position: relative;
}
#selectionRegion .boxSelection-wrapper form .error-gate {
  position: absolute;
  font-size: 8pt;
  text-transform: initial;
  letter-spacing: 0.5pt;
  font-weight: normal;
  color: #f00;
  top: -12px;
  left: 0;
}

/**
 * New Guide Colors
 */
/* ========== Break points responsive ============ */
/* ============ Styles for texts =============== */
/* ================== transitions animation ================== */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(205, 0, 0, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 5px rgba(205, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(205, 0, 0, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(205, 0, 0, 0.4);
    box-shadow: 0 0 0 0 rgba(205, 0, 0, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 5px rgba(205, 0, 0, 0);
    box-shadow: 0 0 0 5px rgba(205, 0, 0, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(205, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(205, 0, 0, 0);
  }
}
@keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#load {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 19;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  overflow-y: auto;
  overflow-x: hidden;
  text-align: center;
  opacity: 1;
  transition: opacity 1s;
  z-index: 9999;
  display: none;
}
#load.show {
  display: block !important;
}
#load .align {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
  text-align: center;
}
#load .align img {
  width: 100%;
}
@media (min-width: 768px) {
  #load .align img {
    width: auto;
  }
}

#cardLoad {
  position: fixed;
  top: 150px;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 19;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  max-height: 0px;
  opacity: 0;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  #cardLoad {
    top: 230px;
  }
}
#cardLoad.maskmode {
  max-height: 10000px;
}
#cardLoad div {
  display: none;
}
#cardLoad.show {
  max-height: 300px;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  #cardLoad.show div {
    display: block;
  }
}

/**
 * New Guide Colors
 */
/* ========== Break points responsive ============ */
/* ============ Styles for texts =============== */
/* ================== transitions animation ================== */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(205, 0, 0, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 5px rgba(205, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(205, 0, 0, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(205, 0, 0, 0.4);
    box-shadow: 0 0 0 0 rgba(205, 0, 0, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 5px rgba(205, 0, 0, 0);
    box-shadow: 0 0 0 5px rgba(205, 0, 0, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(205, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(205, 0, 0, 0);
  }
}
@keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#cardContainer {
  gap: 30px;
  display: grid;
  padding: 0px 5px 34px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 768px) {
  #cardContainer {
    row-gap: 20px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    padding: 0px 0px 34px;
  }
}
@media (min-width: 992px) {
  #cardContainer {
    row-gap: 20px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  #cardContainer {
    row-gap: 25px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1600px) {
  #cardContainer {
    -moz-column-gap: 15px;
    column-gap: 15px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1900px) {
  #cardContainer {
    -moz-column-gap: 15px;
    column-gap: 15px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 2230px) {
  #cardContainer {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

#cardOficinaContainer {
  gap: 30px;
  display: grid;
  padding: 35px 5px 34px 5px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 500px) {
  #cardOficinaContainer {
    row-gap: 25px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    padding: 35px 5px 34px 0px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  #cardOficinaContainer {
    padding: 35px 5px 34px 70px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  #cardOficinaContainer {
    row-gap: 30px;
    -moz-column-gap: 45px;
    column-gap: 45px;
  }
}
@media (min-width: 1600px) {
  #cardOficinaContainer {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.card {
  width: 100%;
  display: grid;
  position: relative;
  background: #fff;
  border: 1px solid black;
  -moz-transition: all 0.1s 0.1s ease-in;
  -o-transition: all 0.1s 0.1s ease-in;
  -webkit-transition: all 0.1s 0.1s ease-in;
  transition: all 0.1s 0.1s ease-in;
  grid-template-rows: 22px 200px auto 1fr 96px auto 78px 43px;
}
@media (min-width: 500px) {
  .card {
    grid-template-rows: 33px 200px auto 1fr 108px 200px 103px 43px;
  }
}
@media (min-width: 992px) {
  .card {
    grid-template-rows: 33px 225px auto 1fr 108px 200px 103px 43px;
  }
}
@media (min-width: 1200px) {
  .card {
    grid-template-rows: 33px 200px auto 1fr 105px 200px 103px 43px;
  }
}
@media (min-width: 1600px) {
  .card {
    grid-template-rows: 33px 285px auto 1fr 129px 200px 103px 43px;
  }
}
.card:hover {
  transform: scale(1.02);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
}
.card:after {
  clear: both;
  content: " ";
  display: block;
}
@media (min-width: 768px) {
  .card:after {
    display: none;
  }
}
.card .model-stamp {
  background: #fff;
}
.card .model-stamp.present {
  color: #fff;
  max-width: 100%;
  overflow: hidden;
  background-color: #000;
}
@keyframes scrollText {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
.card .model-stamp.present .move {
  padding-top: 1px;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  transition: all 0.25s ease;
  animation: scrollText 23s linear infinite;
}
@media (min-width: 768px) {
  .card .model-stamp.present .move {
    padding-top: 6px;
  }
}
.card .model-stamp.present .move p {
  padding: 0px;
  font-size: 15px;
  white-space: pre;
  display: inline-block;
  text-transform: uppercase;
  font-family: "nouvelR_semibold", sans-serif;
}
.card .model-stamp.present .move p .tiny-square {
  padding: 0px 10px;
}
.card .model-stamp.present .move p .tiny-square .square {
  width: 5px;
  height: 5px;
  margin-bottom: 2px;
  display: inline-block;
  background-color: #fff;
}
.card .model-image {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #000;
  height: 200px;
}
@media (min-width: 992px) {
  .card .model-image {
    height: 225px;
  }
}
@media (min-width: 1200px) {
  .card .model-image {
    height: 200px;
  }
}
@media (min-width: 1600px) {
  .card .model-image {
    height: 285px;
  }
}
.card .model-image a {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
}
.card .model-image a img {
  width: auto;
  max-width: 100%;
  height: 95%;
}
.card .model-info {
  padding: 25px 10px 20px;
}
@media (min-width: 768px) {
  .card .model-info {
    padding: 25px 20px 20px;
  }
}
.card .model-info .details {
  width: 100%;
}
.card .model-info .details h2 {
  font-size: 23px;
  padding-bottom: 4px;
  font-family: "nouvelR_extrabold", sans-serif;
}
@media (min-width: 500px) {
  .card .model-info .details h2 {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .card .model-info .details h2 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .card .model-info .details h2 {
    font-size: 26px;
  }
}
.card .model-info .details p {
  font-size: 14px;
  font-family: "nouvelR_book", sans-serif;
}
@media (min-width: 500px) {
  .card .model-info .details p {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .card .model-info .details p {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .card .model-info .details p {
    font-size: 14px;
  }
}
.card .model-dealership {
  gap: 7px;
  display: flex;
  position: relative;
  align-items: center;
  padding: 0px 10px 20px;
}
@media (min-width: 768px) {
  .card .model-dealership {
    padding: 0px 20px 20px;
  }
}
.card .model-dealership p {
  font-size: 14px;
  font-family: "nouvelR_regular", sans-serif;
}
@media (min-width: 768px) {
  .card .model-dealership p {
    font-size: 16px;
  }
}
.card .model-dealership .tooltip {
  height: 16px;
  position: relative;
}
.card .model-dealership .tooltip svg {
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.card .model-dealership .tooltip .info {
  z-index: 13;
  display: none;
  width: 109px;
  padding: 10px;
  font-size: 12px;
  line-height: 17px;
  position: absolute;
  left: 26px;
  bottom: 4px;
  background-color: #fff;
  transition: all 0.3s ease-in;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 10px 2px;
}
@media (min-width: 400px) {
  .card .model-dealership .tooltip .info {
    width: 190px;
    font-size: 13px;
    line-height: 18px;
  }
}
@media (min-width: 500px) {
  .card .model-dealership .tooltip .info {
    width: 126px;
  }
}
@media (min-width: 992px) {
  .card .model-dealership .tooltip .info {
    width: 190px;
  }
}
@media (min-width: 1200px) {
  .card .model-dealership .tooltip .info {
    width: 126px;
  }
}
@media (min-width: 1600px) {
  .card .model-dealership .tooltip .info {
    width: 190px;
  }
}
.card .model-dealership .tooltip .info::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 1px;
  width: 11px;
  height: 11px;
  background-color: #fff;
  transform: translate(-50%, -50%) rotate(-135deg);
  box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 10px 2px;
  clip-path: polygon(-2px -2px, calc(100% + 2px) -2px, calc(100% + 2px) calc(100% + 2px));
}
.card .model-dealership .tooltip .info p {
  font-size: 13px;
  font-family: "nouvelR_semibold", sans-serif;
}
@media (min-width: 400px) {
  .card .model-dealership .tooltip .info p {
    font-size: 14px;
  }
}
.card .model-dealership .tooltip:hover .info {
  display: block;
}
.card .model-price {
  font-size: 16px;
  padding: 0px 10px;
  font-family: "nouvelR_regular", sans-serif;
}
@media (min-width: 768px) {
  .card .model-price {
    padding: 0px 20px;
  }
}
.card .model-price .extra-bold {
  font-size: 23px !important;
  font-family: "nouvelR_bold", sans-serif !important;
}
@media (min-width: 500px) {
  .card .model-price .extra-bold {
    font-size: 23px !important;
  }
}
@media (min-width: 992px) {
  .card .model-price .extra-bold {
    font-size: 31px !important;
  }
}
@media (min-width: 1200px) {
  .card .model-price .extra-bold {
    font-size: 28px !important;
  }
}
@media (min-width: 1600px) {
  .card .model-price .extra-bold {
    font-size: 38px !important;
  }
}
.card .model-price .bold {
  font-size: 16px !important;
  font-family: "nouvelR_bold", sans-serif !important;
}
@media (min-width: 992px) {
  .card .model-price .bold {
    font-size: 18px !important;
  }
}
.card .model-price .starts-at-bold {
  font-size: 18px !important;
  font-family: "nouvelR_bold", sans-serif !important;
}
@media (min-width: 992px) {
  .card .model-price .starts-at-bold {
    font-size: 21px !important;
  }
}
.card .model-price .bigger-bold {
  font-size: 23px !important;
  font-family: "nouvelR_bold", sans-serif !important;
}
@media (min-width: 992px) {
  .card .model-price .bigger-bold {
    font-size: 25px !important;
  }
}
.card .model-price .normal {
  font-size: 14px !important;
  font-family: "nouvelR_regular", sans-serif !important;
}
@media (min-width: 992px) {
  .card .model-price .normal {
    font-size: 16px !important;
  }
}
.card .model-price .normal.bigger-line-height {
  line-height: 26px;
}
.card .model-price .divider {
  width: 100%;
  height: 1px;
  background-color: #888b8d;
}
.card .model-price p {
  padding: 20px 0px;
  text-transform: lowercase;
}
.card .model-price p .real-symbol {
  text-transform: uppercase !important;
}
.card .model-price p.priceFrom {
  padding: 20px 0px 0px;
}
.card .model-price p.priceTo {
  padding: 5px 0px;
}
.card .model-features {
  display: flex;
  padding: 0 20px;
  align-items: center;
  background: url("../images/features-background.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}
.card .model-features .details {
  width: 80%;
}
.card .model-features .details p {
  font-size: 16px;
  padding-top: 0px;
  padding-bottom: 12px;
  font-family: "nouvelR_semibold", sans-serif;
}
@media (min-width: 992px) {
  .card .model-features .details p {
    font-size: 18px;
    padding-top: 6px;
    padding-bottom: 10px;
  }
}
.card .model-features .details ul {
  padding-left: 20px;
  list-style-image: url(../images/logo-renault-bullet.png);
}
.card .model-features .details ul li p {
  top: -3px;
  line-clamp: 2;
  font-size: 14px;
  overflow: hidden;
  line-height: 16px;
  position: relative;
  margin-bottom: 3px;
  padding: 0px 0px 3px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-transform: none;
  -webkit-box-orient: vertical;
  font-family: "nouvelR_regular", sans-serif;
}
@media (min-width: 992px) {
  .card .model-features .details ul li p {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .card .model-features .details ul li p {
    font-size: 13px;
  }
}
@media (min-width: 1600px) {
  .card .model-features .details ul li p {
    font-size: 16px;
  }
}
.card .model-features .know-more {
  width: 20%;
  display: flex;
  justify-content: flex-end;
}
.card .model-features .know-more-btn {
  padding: 9px 10px;
  border-radius: 100%;
  border: 2px solid #fff;
  background-color: #efdf00;
}
.card .model-features .know-more-btn svg {
  width: 18px;
  fill: #fff;
  height: 18px;
}
@media (min-width: 768px) {
  .card .model-features .know-more-btn svg {
    width: 24px;
    height: 24px;
  }
}
.card .model-offer-conditions {
  background: #fff;
  position: absolute;
  -moz-transition: height 0.2s 0.2s ease-in-out;
  -o-transition: height 0.2s 0.2s ease-in-out;
  -webkit-transition: height 0.2s 0.2s ease-in-out;
  transition: height 0.2s 0.2s ease-in-out;
  width: 100%;
  height: 35px;
  bottom: 0;
  left: 0;
  z-index: 11;
  overflow: hidden;
  border-radius: 0px 0px 4px 4px;
}
.card .model-offer-conditions a {
  font-family: "nouvelR_bold", sans-serif;
  font-size: 9.5pt;
  text-transform: lowercase;
  letter-spacing: 0pt;
  font-weight: normal;
  color: #000000;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  text-align: center;
  display: block;
  text-decoration: underline;
  padding: 13px 0;
  position: relative;
  color: #000000;
  font-family: nouvelR_semibold, sans-serif;
}
.card .model-offer-conditions a:after {
  content: "";
  background: url(../images/arrow-conditions.gif);
  width: 15px;
  height: 9px;
  -moz-transition: transform 0.2s 0.2s ease-in-out, background 0.2s 0.2s ease-in-out;
  -o-transition: transform 0.2s 0.2s ease-in-out, background 0.2s 0.2s ease-in-out;
  -webkit-transition: transform 0.2s 0.2s ease-in-out, background 0.2s 0.2s ease-in-out;
  transition: transform 0.2s 0.2s ease-in-out, background 0.2s 0.2s ease-in-out;
  position: absolute;
  margin-left: 10px;
  margin-top: 2px;
}
.card .model-offer-conditions a:hover {
  color: #EFDF00;
}
.card .model-offer-conditions a:hover:after {
  content: "";
  background: url(../images/arrow-conditions-hover.png);
  transform: rotate(-180deg);
}
.card .model-offer-conditions.active {
  height: 100%;
  border-radius: 4px;
}
.card .model-offer-conditions.active a {
  color: #EFDF00;
}
.card .model-offer-conditions.active a:after {
  content: "";
  background: url(../images/arrow-conditions-hover.png);
  transform: rotate(-180deg);
}
.card .model-offer-conditions .alignConditions {
  position: relative;
  width: 90%;
  max-height: 85%;
  padding: 20px 5%;
  border-top: 1px solid #d9d9d9;
  overflow: auto;
}
.card .model-offer-conditions .alignConditions p {
  font-size: 12px;
  text-transform: none;
  letter-spacing: 0px;
  font-weight: normal;
  color: #000000;
  line-height: 17px;
  text-align: justify;
}
.card .call-to-action {
  padding: 25px 10px 0px;
}
@media (min-width: 500px) {
  .card .call-to-action {
    padding: 28px 20px 0px;
  }
}
.card .call-to-action .buttons {
  gap: 13px;
  display: flex;
  padding: 0px 0px 20px;
  justify-content: space-between;
}
@media (min-width: 500px) {
  .card .call-to-action .buttons {
    gap: 15px;
    padding: 0px 0px 30px;
  }
}
@media (min-width: 992px) {
  .card .call-to-action .buttons {
    gap: 20px;
  }
}
.card .call-to-action .buttons .button {
  width: 100%;
}
.card .call-to-action .buttons .button a {
  height: 32px;
  text-decoration: none;
  font-family: "nouvelR_bold", sans-serif;
}
@media (min-width: 768px) {
  .card .call-to-action .buttons .button a {
    height: 42px;
  }
}
.card .call-to-action .buttons .button a.interested {
  color: #fff;
  display: flex;
  font-size: 14.5px;
  background: #000;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.card .call-to-action .buttons .button a.interested:hover {
  background: #EFDF00;
  color: #000000;
}
.card .call-to-action .buttons .button a.button-ondemand {
  display: flex;
  font-size: 14px;
  color: #ffffff;
  padding: 0px 6px;
  line-height: 12px;
  align-items: center;
  flex-direction: row;
  text-decoration: none;
  justify-content: center;
  text-transform: uppercase;
  transition: background-image 0.5s linear;
  background-image: linear-gradient(to right, rgb(222, 75, 70), rgb(251, 169, 53));
}
.card .call-to-action .buttons .button a.button-ondemand .content_left {
  font-size: 14.5px;
  text-transform: lowercase;
}
.card .call-to-action .buttons .button a.button-ondemand .content_left, .card .call-to-action .buttons .button a.button-ondemand .content_right {
  width: 50%;
  display: flex;
  padding: 1px 0;
  justify-content: center;
}
@media (min-width: 768px) {
  .card .call-to-action .buttons .button a.button-ondemand .content_left, .card .call-to-action .buttons .button a.button-ondemand .content_right {
    padding: 3px 0;
  }
}
.card .call-to-action .buttons .button a.button-ondemand .content_right {
  border-left: 1px solid #fff;
}
.card .call-to-action .buttons .button a.button-ondemand .content_right p {
  font-size: 10px;
  text-align: left;
}
@media (min-width: 340px) {
  .card .call-to-action .buttons .button a.button-ondemand .content_right p {
    font-size: 11px;
  }
}
.card .call-to-action .buttons .button a.button-ondemand:hover {
  background-size: 300% 100%;
  animation: animateBg 1.5s linear infinite;
  background-image: linear-gradient(90deg, #de4b46, #fba935, #de4b46, #fba935);
}
@keyframes animateBg {
  0% {
    background-position: 100% 0%;
  }
  100% {
    background-position: 0% 0%;
  }
}
@-webkit-keyframes animateBg {
  0% {
    background-position: 100% 0%;
  }
  100% {
    background-position: 0% 0%;
  }
}
@-moz-keyframes animateBg {
  0% {
    background-position: 100% 0%;
  }
  100% {
    background-position: 0% 0%;
  }
}
@-o-keyframes animateBg {
  0% {
    background-position: 100% 0%;
  }
  100% {
    background-position: 0% 0%;
  }
}
.card .call-to-action .divider {
  width: 100%;
  height: 1px;
  background-color: #888b8d;
}
.card.oficina {
  box-shadow: none;
  overflow: hidden;
  float: none;
  display: inline-block;
  padding-bottom: 50px;
  background: #fff;
  position: relative;
  max-width: 100%;
  width: 95%;
  max-height: 652px;
  padding-bottom: 30px;
  border: 1px solid black;
  -moz-transition: all 0.1s 0.1s ease-in;
  -o-transition: all 0.1s 0.1s ease-in;
  -webkit-transition: all 0.1s 0.1s ease-in;
  transition: all 0.1s 0.1s ease-in;
  grid-template-rows: 123px 57px 176px 16px 224px 56px 0px;
}
@media (min-width: 1900px) {
  .card.oficina {
    max-height: 642px;
    grid-template-rows: 113px 57px 176px 16px 224px 56px 0px;
  }
}
.card.oficina:hover {
  transform: scale(1.02);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
}
.card.oficina:after {
  clear: both;
  content: " ";
  display: block;
}
@media (min-width: 768px) {
  .card.oficina {
    width: 100%;
    float: left;
  }
  .card.oficina:after {
    display: none;
  }
}
@media (min-width: 992px) {
  .card.oficina {
    width: 100%;
    max-width: 286px;
  }
}
@media (min-width: 1200px) {
  .card.oficina {
    width: 100%;
    max-width: 377px;
  }
}
@media (min-width: 1900px) {
  .card.oficina {
    width: 100%;
    max-width: initial;
  }
}
.card.oficina .offerHeader {
  position: relative;
  width: 85%;
  float: left;
  padding: 12px 12px 5px;
  height: 45px;
}
.card.oficina .offerHeader h2 {
  padding-right: 40px;
  font-family: "nouvelR_extrabold", sans-serif;
  font-size: 20pt;
  text-transform: uppercase;
  letter-spacing: normal;
  font-weight: normal;
  color: #000000;
  height: 53pt;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (min-width: 375px) {
  .card.oficina .offerHeader h2 {
    font-size: 16pt;
    text-transform: uppercase;
    letter-spacing: normal;
    font-weight: normal;
    color: #000000;
    height: 45pt;
  }
}
@media (min-width: 992px) {
  .card.oficina .offerHeader h2 {
    padding-right: 48px;
    font-size: 13pt;
    text-transform: uppercase;
    letter-spacing: normal;
    font-weight: normal;
    color: #000000;
    height: 36pt;
  }
}
@media (min-width: 1200px) {
  .card.oficina .offerHeader h2 {
    font-size: 21px;
    text-transform: uppercase;
    letter-spacing: normal;
    font-weight: normal;
    color: #000000;
    height: 42pt;
  }
}
@media (min-width: 1900px) {
  .card.oficina .offerHeader h2 {
    height: 18pt;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
}
.card.oficina .offerHeader p {
  font-family: nouvelR_semibold, sans-serif;
  font-size: 10pt;
  text-transform: none;
  letter-spacing: normal;
  font-weight: normal;
  color: #000000;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .card.oficina .offerHeader p {
    font-size: 7pt;
    text-transform: uppercase;
    letter-spacing: normal;
    font-weight: normal;
    color: #000000;
  }
}
@media (min-width: 1200px) {
  .card.oficina .offerHeader p {
    font-size: 10pt;
    text-transform: uppercase;
    letter-spacing: normal;
    font-weight: normal;
    color: #000000;
  }
}
.card.oficina .offerHeader p.year {
  margin-left: 8px;
}
.card.oficina .imgCar {
  position: relative;
  width: 100%;
  float: left;
  padding: 45px 0px 25px;
  text-align: center;
}
.card.oficina .imgCar img {
  max-height: 143px;
}
@media (min-width: 992px) {
  .card.oficina .imgCar img {
    max-height: 118px;
  }
}
@media (min-width: 1200px) {
  .card.oficina .imgCar img {
    max-height: 143px;
  }
}
.card.oficina .imgCar a img {
  max-height: 160px;
  min-height: 160px;
  margin: 25px 0;
}
.card.oficina .imgCar span.ref-code {
  position: absolute;
  bottom: 5px;
  left: 12px;
  font-size: 17px;
}
.card.oficina .imgCar span.ref-code strong {
  font-family: nouvelR_bold, sans-serif;
}
.card.oficina .callToAction {
  width: 100%;
  opacity: 1;
  display: flex;
  justify-content: center;
  flex-direction: row;
  height: auto;
  bottom: 37px;
}
@media screen and (max-width: 480px) {
  .card.oficina .callToAction {
    height: auto;
    bottom: 45px;
  }
}
.card.oficina .callToAction a {
  display: block;
  width: 100%;
  float: left;
  text-align: center;
  text-decoration: none;
  -moz-transition: background-color 0.2s 0.2s ease-in-out, color 0.5s;
  -o-transition: background-color 0.2s 0.2s ease-in-out, color 0.5s;
  -webkit-transition: background-color 0.2s 0.2s ease-in-out, color 0.5s;
  transition: background-color 0.2s 0.2s ease-in-out, color 0.5s;
  margin-bottom: 10px;
  font-size: 9pt;
  text-transform: lowercase;
  letter-spacing: normal;
  font-weight: normal;
  color: #000000;
  font-family: nouvelR_bold, sans-serif;
  padding: 15px 5px;
  box-sizing: border-box;
}
@media (max-width: 320px) {
  .card.oficina .callToAction a {
    font-size: 10pt;
    text-transform: lowercase;
    letter-spacing: normal;
    font-weight: normal;
    color: #000000;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .card.oficina .callToAction a {
    font-size: 10pt;
    text-transform: lowercase;
    letter-spacing: normal;
    font-weight: normal;
    color: #000000;
  }
}
@media (min-width: 1200px) {
  .card.oficina .callToAction a {
    font-size: 11pt;
    text-transform: lowercase;
    letter-spacing: normal;
    font-weight: normal;
    color: #000000;
  }
}
.card.oficina .callToAction a.more {
  background-color: #EFDF00;
  padding: 15.09px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  margin: 0;
  color: #000000;
}
@media (min-width: 992px) {
  .card.oficina .callToAction a.more {
    padding: 10px 5px;
  }
}
@media (min-width: 1100px) {
  .card.oficina .callToAction a.more {
    padding: 9px 5px;
  }
}
@media (min-width: 1350px) {
  .card.oficina .callToAction a.more {
    padding: 11px 5px;
  }
}
@media (min-width: 1600px) {
  .card.oficina .callToAction a.more {
    padding: 6px 5px;
  }
}
@media (min-width: 1900px) {
  .card.oficina .callToAction a.more {
    padding: 11px 5px;
  }
}
.card.oficina .callToAction a.more.full {
  width: 100%;
}
.card.oficina .callToAction a.more:hover {
  background: #F8EB4C;
  color: #000000;
}
.card.oficina .callToAction a.yellow {
  background: #EFDF00;
  color: #000000;
}
.card.oficina .callToAction a.yellow.full {
  width: 100%;
}
.card.oficina .callToAction a.yellow:hover {
  background: #848484 !important;
  color: #000000 !important;
}
.card.oficina .callToAction a.more:before {
  content: "";
  display: block;
  width: 24px;
  height: 14px;
  background-image: url(../images/more-info.png);
  background-repeat: no-repeat;
  background-position: left center;
}
.card.oficina .callToAction button {
  display: block;
  box-sizing: border-box;
  width: 50%;
  float: left;
  color: #ffffff !important;
  background-color: #000000;
  font-family: nouvelR_bold, sans-serif;
  font-size: 9pt;
  text-transform: lowercase;
  letter-spacing: normal;
  font-weight: normal;
  color: #000000;
  text-align: center;
  text-decoration: none;
  padding: 15px 5px;
  transition: 0.3s ease-out;
  transition-property: background-color, color, border-color;
  border: 0;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}
@media (max-width: 320px) {
  .card.oficina .callToAction button {
    font-size: 7pt;
    text-transform: uppercase;
    letter-spacing: normal;
    font-weight: normal;
    color: #000000;
    width: 100%;
  }
}
@media (min-width: 1600px) {
  .card.oficina .callToAction button {
    font-size: 8pt;
    text-transform: uppercase;
    letter-spacing: normal;
    font-weight: normal;
    color: #000000;
  }
}
.card.oficina .callToAction button.more-email {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.card.oficina .callToAction button.more-email:before {
  content: "";
  display: block;
  width: 24px;
  height: 14px;
  background-image: url(../images/more-email-white.png);
  background-repeat: no-repeat;
  background-position: left center;
}
.card.oficina .callToAction button.more-email:hover {
  background: #EFDF00;
  color: #000000 !important;
  border-right: 1px solid #000000;
}
.card.oficina .callToAction button.more-email:hover:before {
  background-image: url(../images/more-email-black.png);
}
.card.oficina .offerPricesContainer {
  position: relative;
  height: 60px;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding: 0 12px 10px;
}
.card.oficina .offerPricesContainer > div {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
}
@media (max-width: 499px) {
  .card.oficina .offerPricesContainer {
    height: auto;
  }
}
@media (min-width: 1200px) {
  .card.oficina .offerPricesContainer {
    height: 50px;
  }
}
.card.oficina .offerPricesContainer .price {
  width: 100%;
}
.card.oficina .offerPricesContainer .price .smallText {
  text-transform: lowercase;
  font-size: 16px;
  margin-right: 5px;
}
.card.oficina .offerPricesContainer .price .smallText.price-from {
  margin-right: 5px;
}
.card.oficina .offerPricesContainer .price .margin-value {
  margin-right: 5px;
}
.card.oficina .offerPricesContainer p {
  font-size: 20px;
  font-family: nouvelR_light, sans-serif;
  font-weight: 400;
  margin: 0;
  line-height: 20px;
  display: inline-block;
}
.card.oficina .offerPricesContainer p.priceTo span.newPriceLight {
  font-family: nouvelR_regular, sans-serif;
}
.card.oficina .offerPricesContainer p.priceFrom {
  position: relative;
  margin-right: 5px;
}
.card.oficina .offerPricesContainer p.priceFrom:before {
  position: absolute;
  background: #ffb300;
  content: "";
  width: 100%;
  height: 2px;
  top: 50%;
  z-index: 1;
}
.card.oficina .offerPricesContainer p.priceFrom span {
  text-decoration: none;
}
.card.oficina .offerPricesContainer p.priceFrom span:before {
  content: "";
  border: none;
}
.card.oficina .offerPricesContainer p .oldPrice {
  font-family: nouvelR_bold, sans-serif;
  font-size: 20px;
}
.card.oficina .offerPricesContainer p .newPrice {
  font-family: nouvelR_bold, sans-serif;
  font-size: 20px;
}
.card.oficina .offerPricesContainer p .smallText {
  text-transform: lowercase;
  font-size: 16px;
  margin-right: 5px;
}
.card.oficina .offerPricesContainer p .smallText.price-from {
  margin-right: 5px;
}
.card.oficina .offerPricesContainer p .installment-number {
  font-size: 20px;
  color: #EFDF00;
  font-family: nouvelR_bold, sans-serif;
}
.card.oficina .offerPricesContainer p .installment-prefix {
  font-size: 16px;
  color: #EFDF00;
  font-family: nouvelR_bold, sans-serif;
}
.card.oficina .installment {
  width: 100%;
}
.card.oficina .conditionsOffer {
  background: #fff;
  position: absolute;
  -moz-transition: height 0.2s 0.2s ease-in-out;
  -o-transition: height 0.2s 0.2s ease-in-out;
  -webkit-transition: height 0.2s 0.2s ease-in-out;
  transition: height 0.2s 0.2s ease-in-out;
  width: 100%;
  height: 35px;
  bottom: 0;
  left: 0;
  z-index: 11;
  overflow: hidden;
  border-radius: 0px 0px 4px 4px;
}
.card.oficina .conditionsOffer a {
  font-family: "nouvelR_bold", sans-serif;
  font-size: 9.5pt;
  text-transform: lowercase;
  letter-spacing: 0pt;
  font-weight: normal;
  color: #000000;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  text-align: center;
  display: block;
  text-decoration: underline;
  padding: 13px 0;
  position: relative;
  color: #000000;
  font-family: nouvelR_semibold, sans-serif;
}
.card.oficina .conditionsOffer a:after {
  content: "";
  background: url(../images/arrow-conditions.gif);
  width: 15px;
  height: 9px;
  -moz-transition: transform 0.2s 0.2s ease-in-out, background 0.2s 0.2s ease-in-out;
  -o-transition: transform 0.2s 0.2s ease-in-out, background 0.2s 0.2s ease-in-out;
  -webkit-transition: transform 0.2s 0.2s ease-in-out, background 0.2s 0.2s ease-in-out;
  transition: transform 0.2s 0.2s ease-in-out, background 0.2s 0.2s ease-in-out;
  position: absolute;
  margin-left: 10px;
  margin-top: 2px;
}
.card.oficina .conditionsOffer a:hover {
  color: #EFDF00;
}
.card.oficina .conditionsOffer a:hover:after {
  content: "";
  background: url(../images/arrow-conditions-hover.png);
  transform: rotate(-180deg);
}
.card.oficina .conditionsOffer.active {
  height: 100%;
  border-radius: 4px;
}
.card.oficina .conditionsOffer.active a {
  color: #EFDF00;
}
.card.oficina .conditionsOffer.active a:after {
  content: "";
  background: url(../images/arrow-conditions-hover.png);
  transform: rotate(-180deg);
}
.card.oficina .alignConditions {
  position: relative;
  width: 90%;
  max-height: 85%;
  padding: 20px 5%;
  border-top: 1px solid #d9d9d9;
  overflow: auto;
}
.card.oficina .alignConditions p {
  font-size: 16px;
  text-transform: none;
  letter-spacing: 0pt;
  font-weight: normal;
  color: #000000;
  line-height: 17px;
  text-align: justify;
}
@media (max-width: 499px) {
  .card.oficina.oficina {
    display: block;
    max-width: 100%;
    width: 95%;
  }
}
.card.videocard-meganeetech {
  overflow: hidden;
  position: relative;
  grid-template-rows: auto;
  border: 1px solid hsl(0, 0%, 100%);
}
.card.videocard-meganeetech video {
  width: 100% !important;
  height: auto !important;
  display: block;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
  max-height: none;
  min-height: auto !important;
  min-width: 100% !important;
}
@media (min-width: 992px) {
  .card.videocard-meganeetech video {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
  }
}
@media (min-width: 1200px) {
  .card.videocard-meganeetech {
    grid-template-rows: 548px 202px 52px 37px;
  }
}
@media (min-width: 1600px) {
  .card.videocard-meganeetech {
    grid-template-rows: 606px 227px 56px 38px;
  }
}
.card.videocard-meganeetech .offerHeader {
  width: auto;
  padding: 30px 20px 0px;
}
.card.videocard-meganeetech .offerHeader .kwidetech__top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.card.videocard-meganeetech .offerHeader .kwidetech__top div {
  padding-top: 25px;
}
.card.videocard-meganeetech .offerHeader .kwidetech__top h3 {
  font-family: "nouvelR_bold";
  text-transform: uppercase;
  font-size: 24px;
  line-height: 22px;
  color: #fff;
}
@media (min-width: 500px) {
  .card.videocard-meganeetech .offerHeader .kwidetech__top h3 {
    font-size: 28px;
    line-height: 25px;
  }
}
@media (min-width: 992px) {
  .card.videocard-meganeetech .offerHeader .kwidetech__top h3 {
    font-size: 33px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .card.videocard-meganeetech .offerHeader .kwidetech__top h3 {
    font-size: 29px;
    line-height: 30px;
  }
}
@media (min-width: 1600px) {
  .card.videocard-meganeetech .offerHeader .kwidetech__top h3 {
    font-size: 42px;
    line-height: 38px;
  }
}
.card.videocard-meganeetech .offerHeader .kwidetech__top h4 {
  text-transform: lowercase;
  font-family: "nouvelR_semibold";
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  margin: 3px 0 0 0;
}
@media (min-width: 992px) {
  .card.videocard-meganeetech .offerHeader .kwidetech__top h4 {
    font-size: 17px;
    line-height: 17px;
  }
}
@media (min-width: 1600px) {
  .card.videocard-meganeetech .offerHeader .kwidetech__top h4 {
    font-size: 24px;
    line-height: 24px;
  }
}
.card.videocard-meganeetech .offerHeader .kwidetech__top h5 {
  font-family: "nouvelR_bold";
  text-transform: uppercase;
  font-size: 24px;
  line-height: 22px;
  color: #fff;
}
@media (min-width: 500px) {
  .card.videocard-meganeetech .offerHeader .kwidetech__top h5 {
    font-size: 28px;
    line-height: 25px;
  }
}
@media (min-width: 992px) {
  .card.videocard-meganeetech .offerHeader .kwidetech__top h5 {
    font-size: 33px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .card.videocard-meganeetech .offerHeader .kwidetech__top h5 {
    font-size: 29px;
    line-height: 30px;
  }
}
@media (min-width: 1600px) {
  .card.videocard-meganeetech .offerHeader .kwidetech__top h5 {
    font-size: 42px;
    line-height: 38px;
  }
}
.card.videocard-meganeetech .offerHeader .kwidetech__top-right {
  width: auto;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.card.videocard-meganeetech .offerHeader .kwidetech__top-right span {
  font-family: "nouvelR_regular";
  font-size: 11px;
  line-height: 10px;
  color: #fff;
}
@media (min-width: 500px) {
  .card.videocard-meganeetech .offerHeader .kwidetech__top-right span {
    font-size: 12px;
    line-height: 12px;
  }
}
@media (min-width: 992px) {
  .card.videocard-meganeetech .offerHeader .kwidetech__top-right span {
    font-size: 14px;
    line-height: 14px;
  }
}
@media (min-width: 1200px) {
  .card.videocard-meganeetech .offerHeader .kwidetech__top-right span {
    font-size: 12px;
    line-height: 12px;
  }
}
@media (min-width: 1600px) {
  .card.videocard-meganeetech .offerHeader .kwidetech__top-right span {
    font-size: 17px;
    line-height: 17px;
  }
}
.card.videocard-meganeetech .offerHeader .kwidetech__top-right h3 {
  font-family: "nouvelR_regular";
  font-size: 18px;
  line-height: 16px;
  color: #fff;
}
@media (min-width: 1200px) {
  .card.videocard-meganeetech .offerHeader .kwidetech__top-right h3 {
    font-size: 16px;
    line-height: 14px;
  }
}
.card.videocard-meganeetech .offerHeader .kwidetech__top-right h3.installment-value {
  font-family: "nouvelR_semibold";
  font-size: 22px;
  line-height: 10px;
  text-align: right;
  display: block;
}
@media (min-width: 500px) {
  .card.videocard-meganeetech .offerHeader .kwidetech__top-right h3.installment-value {
    font-size: 25px;
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  .card.videocard-meganeetech .offerHeader .kwidetech__top-right h3.installment-value {
    font-size: 29px;
    line-height: 17px;
  }
}
@media (min-width: 1200px) {
  .card.videocard-meganeetech .offerHeader .kwidetech__top-right h3.installment-value {
    font-size: 24px;
    line-height: 15px;
  }
}
@media (min-width: 1600px) {
  .card.videocard-meganeetech .offerHeader .kwidetech__top-right h3.installment-value {
    font-size: 35px;
    line-height: 35px;
  }
}
.card.videocard-meganeetech .offerHeader .kwidetech__top-right .line {
  width: 100%;
  border-bottom: 1px solid #fff;
  margin: 9px auto;
}
.card.videocard-meganeetech .model-features {
  padding: 0px 6px;
  margin-bottom: 30px;
  background: transparent;
}
@media (min-width: 768px) {
  .card.videocard-meganeetech .model-features {
    margin-bottom: 0px;
  }
}
.card.videocard-meganeetech .model-features ul {
  list-style: none;
  padding: 15px 15px 5px 15px;
}
.card.videocard-meganeetech .model-features .kwidetech__benefits {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-left: 10px;
  padding-bottom: 20px;
  list-style: none;
}
@media (min-width: 1200px) {
  .card.videocard-meganeetech .model-features .kwidetech__benefits {
    padding-left: 20px;
  }
}
.card.videocard-meganeetech .model-features .kwidetech__benefits-top {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.card.videocard-meganeetech .model-features .kwidetech__benefits-top li {
  color: #FFF;
  margin-bottom: 2px;
  font-family: "nouvelR_semibold";
  font-size: 14px;
  line-height: 14px;
  padding: 0 0 0 18px;
  position: relative;
}
@media (min-width: 768px) {
  .card.videocard-meganeetech .model-features .kwidetech__benefits-top li {
    font-size: 14px;
    margin-bottom: 0px;
  }
}
@media (min-width: 1600px) {
  .card.videocard-meganeetech .model-features .kwidetech__benefits-top li {
    font-size: 19px;
    line-height: 19px;
  }
}
@media (min-width: 992px) {
  .card.videocard-meganeetech .model-features .kwidetech__benefits-top li:last-child {
    padding-bottom: 14px;
  }
}
.card.videocard-meganeetech .model-features .kwidetech__benefits-top li:after {
  content: "";
  background-color: #FFF;
  position: absolute;
  width: 5px;
  height: 5px;
  top: 8px;
  transform: translateY(-50%);
  left: 0;
  border-radius: 100%;
}
.card.videocard-meganeetech .model-features .kwidetech__benefits-top li:not(:last-child) {
  padding-bottom: 14px;
}
.card.videocard-meganeetech .model-features .kwidetech__benefits-top li br.hideThis {
  display: none;
}
@media (min-width: 1200px) {
  .card.videocard-meganeetech .model-features .kwidetech__benefits-top li br.hideThis {
    display: inline;
  }
}
.card.videocard-meganeetech .model-features .kwidetech__benefits-top li.destaque-garantia {
  display: flex;
  justify-content: left;
  align-items: center;
}
.card.videocard-meganeetech .model-features .kwidetech__benefits-top li.destaque-garantia h2 {
  font-size: 46px;
  line-height: 42px;
  font-family: "nouvelR_extrabold";
}
.card.videocard-meganeetech .model-features .kwidetech__benefits-top li.destaque-garantia p {
  font-family: "nouvelR_bold";
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  padding-left: 5px;
}
.card.videocard-meganeetech .model-features .kwidetech__benefits-top li.destaque-garantia::after {
  display: none;
}
.card.videocard-meganeetech .model-features .kwidetech__benefits-top li p span {
  white-space: nowrap;
}
.card.videocard-meganeetech .model-rules {
  color: #fff;
  font-size: 12px;
  padding: 10px 20px;
  text-align: center;
  font-family: "nouvelR_regular";
}
.card.videocard-meganeetech .call-to-action {
  padding: 3px 20px 0px;
}
.card.videocard-meganeetech .call-to-action .buttons .button .kwidetech__button {
  width: 100%;
  color: #fff;
  font-size: 18.5px;
  line-height: 18.5px;
  text-align: center;
  background: #000000;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "nouvelR_bold";
  border: 1px solid #fff;
}
.card.videocard-meganeetech .model-offer-conditions {
  transition: none;
  background: transparent;
}
.card.videocard-meganeetech .model-offer-conditions.active {
  background: #fff;
  border-radius: 0px;
  border: 1px solid #000;
}
.card.card-kwidetech {
  background-image: url(https://d3b0urqz8xpl80.cloudfront.net/ofertas/special-cards/kwid-etech/kwid-background.webp);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  grid-template-rows: 440px 195px 56px 32px;
  border: 1px solid #fff;
}
@media (min-width: 500px) {
  .card.card-kwidetech {
    grid-template-rows: 561px 194px 56px 50px;
  }
}
@media (min-width: 992px) {
  .card.card-kwidetech {
    grid-template-rows: 568px 225px 56px 50px;
  }
}
@media (min-width: 1200px) {
  .card.card-kwidetech {
    grid-template-rows: 548px 202px 52px 37px;
  }
}
@media (min-width: 1600px) {
  .card.card-kwidetech {
    grid-template-rows: 606px 227px 56px 38px;
  }
}
.card.card-kwidetech .offerHeader {
  width: auto;
  padding: 30px 20px 0px;
}
.card.card-kwidetech .offerHeader .kwidetech__top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.card.card-kwidetech .offerHeader .kwidetech__top div {
  padding-top: 25px;
}
.card.card-kwidetech .offerHeader .kwidetech__top h3 {
  font-family: "nouvelR_bold";
  text-transform: uppercase;
  font-size: 24px;
  line-height: 22px;
  color: #fff;
}
@media (min-width: 500px) {
  .card.card-kwidetech .offerHeader .kwidetech__top h3 {
    font-size: 28px;
    line-height: 25px;
  }
}
@media (min-width: 992px) {
  .card.card-kwidetech .offerHeader .kwidetech__top h3 {
    font-size: 33px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .card.card-kwidetech .offerHeader .kwidetech__top h3 {
    font-size: 29px;
    line-height: 30px;
  }
}
@media (min-width: 1600px) {
  .card.card-kwidetech .offerHeader .kwidetech__top h3 {
    font-size: 42px;
    line-height: 38px;
  }
}
.card.card-kwidetech .offerHeader .kwidetech__top h4 {
  text-transform: lowercase;
  font-family: "nouvelR_semibold";
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  margin: 3px 0 0 0;
}
@media (min-width: 992px) {
  .card.card-kwidetech .offerHeader .kwidetech__top h4 {
    font-size: 17px;
    line-height: 17px;
  }
}
@media (min-width: 1600px) {
  .card.card-kwidetech .offerHeader .kwidetech__top h4 {
    font-size: 24px;
    line-height: 24px;
  }
}
.card.card-kwidetech .offerHeader .kwidetech__top h5 {
  font-family: "nouvelR_bold";
  font-size: 27px;
  line-height: 27px;
  color: #fff;
}
@media (min-width: 500px) {
  .card.card-kwidetech .offerHeader .kwidetech__top h5 {
    font-size: 28px;
    line-height: 25px;
  }
}
@media (min-width: 992px) {
  .card.card-kwidetech .offerHeader .kwidetech__top h5 {
    font-size: 33px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .card.card-kwidetech .offerHeader .kwidetech__top h5 {
    font-size: 29px;
    line-height: 30px;
  }
}
@media (min-width: 1600px) {
  .card.card-kwidetech .offerHeader .kwidetech__top h5 {
    font-size: 42px;
    line-height: 38px;
  }
}
.card.card-kwidetech .offerHeader .kwidetech__top h5.tax {
  padding-top: 7px;
}
.card.card-kwidetech .offerHeader .kwidetech__top h5:first-child {
  padding-top: 12px;
}
.card.card-kwidetech .offerHeader .kwidetech__top h5.from, .card.card-kwidetech .offerHeader .kwidetech__top h5 span {
  font-size: 20px;
  line-height: 20px;
}
@media (min-width: 500px) {
  .card.card-kwidetech .offerHeader .kwidetech__top h5.from, .card.card-kwidetech .offerHeader .kwidetech__top h5 span {
    font-size: 23px;
    line-height: 23px;
  }
}
@media (min-width: 992px) {
  .card.card-kwidetech .offerHeader .kwidetech__top h5.from, .card.card-kwidetech .offerHeader .kwidetech__top h5 span {
    font-size: 26px;
    line-height: 26px;
  }
}
@media (min-width: 1200px) {
  .card.card-kwidetech .offerHeader .kwidetech__top h5.from, .card.card-kwidetech .offerHeader .kwidetech__top h5 span {
    font-size: 23px;
    line-height: 23px;
  }
}
@media (min-width: 1600px) {
  .card.card-kwidetech .offerHeader .kwidetech__top h5.from, .card.card-kwidetech .offerHeader .kwidetech__top h5 span {
    font-size: 31px;
    line-height: 31px;
  }
}
.card.card-kwidetech .offerHeader .kwidetech__top-right {
  width: auto;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.card.card-kwidetech .offerHeader .kwidetech__top-right span {
  font-family: "nouvelR_regular";
  font-size: 11px;
  line-height: 10px;
  color: #fff;
}
@media (min-width: 500px) {
  .card.card-kwidetech .offerHeader .kwidetech__top-right span {
    font-size: 12px;
    line-height: 12px;
  }
}
@media (min-width: 992px) {
  .card.card-kwidetech .offerHeader .kwidetech__top-right span {
    font-size: 14px;
    line-height: 14px;
  }
}
@media (min-width: 1200px) {
  .card.card-kwidetech .offerHeader .kwidetech__top-right span {
    font-size: 12px;
    line-height: 12px;
  }
}
@media (min-width: 1600px) {
  .card.card-kwidetech .offerHeader .kwidetech__top-right span {
    font-size: 17px;
    line-height: 17px;
  }
}
.card.card-kwidetech .offerHeader .kwidetech__top-right h3 {
  font-family: "nouvelR_regular";
  font-size: 18px;
  line-height: 16px;
  color: #fff;
}
@media (min-width: 1200px) {
  .card.card-kwidetech .offerHeader .kwidetech__top-right h3 {
    font-size: 16px;
    line-height: 14px;
  }
}
.card.card-kwidetech .offerHeader .kwidetech__top-right h3.installment-value {
  font-family: "nouvelR_semibold";
  font-size: 22px;
  line-height: 10px;
  text-align: right;
  display: block;
}
@media (min-width: 500px) {
  .card.card-kwidetech .offerHeader .kwidetech__top-right h3.installment-value {
    font-size: 25px;
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  .card.card-kwidetech .offerHeader .kwidetech__top-right h3.installment-value {
    font-size: 29px;
    line-height: 17px;
  }
}
@media (min-width: 1200px) {
  .card.card-kwidetech .offerHeader .kwidetech__top-right h3.installment-value {
    font-size: 24px;
    line-height: 15px;
  }
}
@media (min-width: 1600px) {
  .card.card-kwidetech .offerHeader .kwidetech__top-right h3.installment-value {
    font-size: 35px;
    line-height: 35px;
  }
}
.card.card-kwidetech .offerHeader .kwidetech__top-right .line {
  width: 100%;
  border-bottom: 1px solid #fff;
  margin: 9px auto;
}
.card.card-kwidetech .model-features {
  padding: 0px 6px;
  margin-bottom: 30px;
  background: transparent;
}
@media (min-width: 768px) {
  .card.card-kwidetech .model-features {
    margin-bottom: 0px;
  }
}
.card.card-kwidetech .model-features ul {
  list-style: none;
  padding: 15px 15px 5px 15px;
}
.card.card-kwidetech .model-features .kwidetech__benefits {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-left: 10px;
  padding-bottom: 20px;
  list-style: none;
}
@media (min-width: 1200px) {
  .card.card-kwidetech .model-features .kwidetech__benefits {
    padding-left: 20px;
  }
}
.card.card-kwidetech .model-features .kwidetech__benefits-top {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.card.card-kwidetech .model-features .kwidetech__benefits-top li {
  color: #FFF;
  margin-bottom: 2px;
  font-family: "nouvelR_semibold";
  font-size: 14px;
  line-height: 14px;
  padding: 0 0 0 18px;
  position: relative;
}
@media (min-width: 768px) {
  .card.card-kwidetech .model-features .kwidetech__benefits-top li {
    font-size: 14px;
    margin-bottom: 0px;
  }
}
@media (min-width: 1600px) {
  .card.card-kwidetech .model-features .kwidetech__benefits-top li {
    font-size: 19px;
    line-height: 19px;
  }
}
@media (min-width: 992px) {
  .card.card-kwidetech .model-features .kwidetech__benefits-top li:last-child {
    padding-bottom: 14px;
  }
}
.card.card-kwidetech .model-features .kwidetech__benefits-top li:after {
  content: "";
  background-color: #FFF;
  position: absolute;
  width: 5px;
  height: 5px;
  top: 8px;
  transform: translateY(-50%);
  left: 0;
  border-radius: 100%;
}
.card.card-kwidetech .model-features .kwidetech__benefits-top li:not(:last-child) {
  padding-bottom: 14px;
}
.card.card-kwidetech .model-features .kwidetech__benefits-top li br.hideThis {
  display: none;
}
@media (min-width: 1200px) {
  .card.card-kwidetech .model-features .kwidetech__benefits-top li br.hideThis {
    display: inline;
  }
}
.card.card-kwidetech .model-features .kwidetech__benefits-top li.destaque-garantia {
  display: flex;
  justify-content: left;
  align-items: center;
}
.card.card-kwidetech .model-features .kwidetech__benefits-top li.destaque-garantia h2 {
  font-size: 46px;
  line-height: 42px;
  font-family: "nouvelR_extrabold";
}
.card.card-kwidetech .model-features .kwidetech__benefits-top li.destaque-garantia p {
  font-family: "nouvelR_bold";
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  padding-left: 5px;
}
.card.card-kwidetech .model-features .kwidetech__benefits-top li.destaque-garantia::after {
  display: none;
}
.card.card-kwidetech .model-features .kwidetech__benefits-top li p span {
  white-space: nowrap;
}
.card.card-kwidetech .model-rules {
  color: #fff;
  font-size: 12px;
  padding: 10px 20px;
  text-align: center;
  font-family: "nouvelR_regular";
}
.card.card-kwidetech .call-to-action {
  padding: 3px 20px 0px;
}
.card.card-kwidetech .call-to-action .buttons .button .kwidetech__button {
  width: 100%;
  color: #000;
  font-size: 18.5px;
  line-height: 18.5px;
  text-align: center;
  background: #fff;
  text-decoration: none;
  font-family: "nouvelR_bold";
  border: 1px solid #fff;
}
.card.card-kwidetech .call-to-action .buttons .button .kwidetech__button.interested:hover {
  background: #000;
  color: #fff;
}
.card.card-kwidetech .model-offer-conditions {
  transition: none;
  background: transparent;
}
.card.card-kwidetech .model-offer-conditions.active {
  background: #fff;
  border-radius: 0px;
  border: 1px solid #000;
}
.card.card-kangooetech {
  background-image: url(https://d3b0urqz8xpl80.cloudfront.net/ofertas/special-cards/kangoo-e-tech/kangoo-e-tech_background.webp);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  grid-template-rows: 440px 195px 56px 32px;
  border: 1px solid #fff;
}
@media (min-width: 500px) {
  .card.card-kangooetech {
    grid-template-rows: 561px 194px 56px 50px;
  }
}
@media (min-width: 992px) {
  .card.card-kangooetech {
    grid-template-rows: 568px 225px 56px 50px;
  }
}
@media (min-width: 1200px) {
  .card.card-kangooetech {
    grid-template-rows: 548px 202px 52px 37px;
  }
}
@media (min-width: 1600px) {
  .card.card-kangooetech {
    grid-template-rows: 606px 227px 56px 38px;
  }
}
.card.card-kangooetech .offerHeader {
  width: auto;
  padding: 30px 20px 0px;
}
.card.card-kangooetech .offerHeader .kangooetech__top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.card.card-kangooetech .offerHeader .kangooetech__top div {
  padding-top: 25px;
}
.card.card-kangooetech .offerHeader .kangooetech__top h3 {
  font-family: "nouvelR_bold";
  text-transform: uppercase;
  font-size: 24px;
  line-height: 22px;
  color: #fff;
}
@media (min-width: 500px) {
  .card.card-kangooetech .offerHeader .kangooetech__top h3 {
    font-size: 28px;
    line-height: 25px;
  }
}
@media (min-width: 992px) {
  .card.card-kangooetech .offerHeader .kangooetech__top h3 {
    font-size: 33px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .card.card-kangooetech .offerHeader .kangooetech__top h3 {
    font-size: 29px;
    line-height: 30px;
  }
}
@media (min-width: 1600px) {
  .card.card-kangooetech .offerHeader .kangooetech__top h3 {
    font-size: 42px;
    line-height: 38px;
  }
}
.card.card-kangooetech .offerHeader .kangooetech__top h4 {
  text-transform: lowercase;
  font-family: "nouvelR_semibold";
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  margin: 3px 0 0 0;
}
@media (min-width: 992px) {
  .card.card-kangooetech .offerHeader .kangooetech__top h4 {
    font-size: 17px;
    line-height: 17px;
  }
}
@media (min-width: 1600px) {
  .card.card-kangooetech .offerHeader .kangooetech__top h4 {
    font-size: 24px;
    line-height: 24px;
  }
}
.card.card-kangooetech .offerHeader .kangooetech__top h5 {
  font-family: "nouvelR_bold";
  text-transform: uppercase;
  font-size: 24px;
  line-height: 22px;
  color: #fff;
}
@media (min-width: 500px) {
  .card.card-kangooetech .offerHeader .kangooetech__top h5 {
    font-size: 28px;
    line-height: 25px;
  }
}
@media (min-width: 992px) {
  .card.card-kangooetech .offerHeader .kangooetech__top h5 {
    font-size: 33px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .card.card-kangooetech .offerHeader .kangooetech__top h5 {
    font-size: 29px;
    line-height: 30px;
  }
}
@media (min-width: 1600px) {
  .card.card-kangooetech .offerHeader .kangooetech__top h5 {
    font-size: 42px;
    line-height: 38px;
  }
}
.card.card-kangooetech .offerHeader .kangooetech__top-right {
  width: auto;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.card.card-kangooetech .offerHeader .kangooetech__top-right span {
  font-family: "nouvelR_regular";
  font-size: 11px;
  line-height: 10px;
  color: #fff;
}
@media (min-width: 500px) {
  .card.card-kangooetech .offerHeader .kangooetech__top-right span {
    font-size: 12px;
    line-height: 12px;
  }
}
@media (min-width: 992px) {
  .card.card-kangooetech .offerHeader .kangooetech__top-right span {
    font-size: 14px;
    line-height: 14px;
  }
}
@media (min-width: 1200px) {
  .card.card-kangooetech .offerHeader .kangooetech__top-right span {
    font-size: 12px;
    line-height: 12px;
  }
}
@media (min-width: 1600px) {
  .card.card-kangooetech .offerHeader .kangooetech__top-right span {
    font-size: 17px;
    line-height: 17px;
  }
}
.card.card-kangooetech .offerHeader .kangooetech__top-right h3 {
  font-family: "nouvelR_regular";
  font-size: 18px;
  line-height: 16px;
  color: #fff;
}
@media (min-width: 1200px) {
  .card.card-kangooetech .offerHeader .kangooetech__top-right h3 {
    font-size: 16px;
    line-height: 14px;
  }
}
.card.card-kangooetech .offerHeader .kangooetech__top-right h3.installment-value {
  font-family: "nouvelR_semibold";
  font-size: 22px;
  line-height: 10px;
  text-align: right;
  display: block;
}
@media (min-width: 500px) {
  .card.card-kangooetech .offerHeader .kangooetech__top-right h3.installment-value {
    font-size: 25px;
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  .card.card-kangooetech .offerHeader .kangooetech__top-right h3.installment-value {
    font-size: 29px;
    line-height: 17px;
  }
}
@media (min-width: 1200px) {
  .card.card-kangooetech .offerHeader .kangooetech__top-right h3.installment-value {
    font-size: 24px;
    line-height: 15px;
  }
}
@media (min-width: 1600px) {
  .card.card-kangooetech .offerHeader .kangooetech__top-right h3.installment-value {
    font-size: 35px;
    line-height: 35px;
  }
}
.card.card-kangooetech .offerHeader .kangooetech__top-right .line {
  width: 100%;
  border-bottom: 1px solid #fff;
  margin: 9px auto;
}
.card.card-kangooetech .model-features {
  padding: 0px 6px;
  margin-bottom: 30px;
  background: transparent;
}
@media (min-width: 768px) {
  .card.card-kangooetech .model-features {
    margin-bottom: 0px;
  }
}
.card.card-kangooetech .model-features ul {
  list-style: none;
  padding: 15px 15px 5px 15px;
}
.card.card-kangooetech .model-features .kangooetech__benefits {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-left: 10px;
  padding-bottom: 20px;
  list-style: none;
}
@media (min-width: 1200px) {
  .card.card-kangooetech .model-features .kangooetech__benefits {
    padding-left: 20px;
  }
}
.card.card-kangooetech .model-features .kangooetech__benefits-top {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.card.card-kangooetech .model-features .kangooetech__benefits-top li {
  color: #FFF;
  margin-bottom: 2px;
  font-family: "nouvelR_semibold";
  font-size: 14px;
  line-height: 14px;
  padding: 0 0 0 18px;
  position: relative;
}
@media (min-width: 768px) {
  .card.card-kangooetech .model-features .kangooetech__benefits-top li {
    font-size: 14px;
    margin-bottom: 0px;
  }
}
@media (min-width: 1600px) {
  .card.card-kangooetech .model-features .kangooetech__benefits-top li {
    font-size: 19px;
    line-height: 19px;
  }
}
@media (min-width: 992px) {
  .card.card-kangooetech .model-features .kangooetech__benefits-top li:last-child {
    padding-bottom: 14px;
  }
}
.card.card-kangooetech .model-features .kangooetech__benefits-top li:after {
  content: "";
  background-color: #FFF;
  position: absolute;
  width: 5px;
  height: 5px;
  top: 8px;
  transform: translateY(-50%);
  left: 0;
  border-radius: 100%;
}
.card.card-kangooetech .model-features .kangooetech__benefits-top li:not(:last-child) {
  padding-bottom: 14px;
}
.card.card-kangooetech .model-features .kangooetech__benefits-top li br.hideThis {
  display: none;
}
@media (min-width: 1200px) {
  .card.card-kangooetech .model-features .kangooetech__benefits-top li br.hideThis {
    display: inline;
  }
}
.card.card-kangooetech .model-features .kangooetech__benefits-top li.destaque-garantia {
  display: flex;
  justify-content: left;
  align-items: center;
}
.card.card-kangooetech .model-features .kangooetech__benefits-top li.destaque-garantia h2 {
  font-size: 46px;
  line-height: 42px;
  font-family: "nouvelR_extrabold";
}
.card.card-kangooetech .model-features .kangooetech__benefits-top li.destaque-garantia p {
  font-family: "nouvelR_bold";
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  padding-left: 5px;
}
.card.card-kangooetech .model-features .kangooetech__benefits-top li.destaque-garantia::after {
  display: none;
}
.card.card-kangooetech .model-features .kangooetech__benefits-top li p span {
  white-space: nowrap;
}
.card.card-kangooetech .model-rules {
  color: #fff;
  font-size: 12px;
  padding: 10px 20px;
  text-align: center;
  font-family: "nouvelR_regular";
}
.card.card-kangooetech .call-to-action {
  padding: 3px 20px 0px;
}
.card.card-kangooetech .call-to-action .buttons .button .kangooetech__button {
  width: 100%;
  color: #000;
  font-size: 18.5px;
  line-height: 18.5px;
  text-align: center;
  background: #fff;
  text-decoration: none;
  font-family: "nouvelR_bold";
  border: 1px solid #fff;
}
.card.card-kangooetech .call-to-action .buttons .button .kangooetech__button.interested:hover {
  background: #000;
  color: #fff;
}
.card.card-kangooetech .model-offer-conditions {
  transition: none;
  background: transparent;
}
.card.card-kangooetech .model-offer-conditions.active {
  background: #fff;
  border-radius: 0px;
  border: 1px solid #000;
}
.card.card-special-new-duster {
  width: 100%;
  position: relative;
  background-size: cover;
  border: 1px solid #fff;
  background-repeat: no-repeat;
  background-position: top center;
  -moz-transition: all 0.1s 0.1s ease-in;
  -o-transition: all 0.1s 0.1s ease-in;
  -webkit-transition: all 0.1s 0.1s ease-in;
  transition: all 0.1s 0.1s ease-in;
  background-image: url(https://d3b0urqz8xpl80.cloudfront.net/ofertas/special-cards/duster/duster_special_card_banner.webp);
  grid-template-rows: 398px 193px 69px 35px;
}
@media (min-width: 500px) {
  .card.card-special-new-duster {
    grid-template-rows: 507px 140px 68px 50px;
  }
}
@media (min-width: 992px) {
  .card.card-special-new-duster {
    grid-template-rows: 543px 224px 75px 54px;
  }
}
@media (min-width: 1200px) {
  .card.card-special-new-duster {
    grid-template-rows: 539px 187px 74px 33px;
  }
}
@media (min-width: 1600px) {
  .card.card-special-new-duster {
    grid-template-rows: 601px 206px 85px 50px;
  }
}
.card.card-special-new-duster .offerHeader {
  width: auto;
  padding: 30px 20px 0px;
}
@media (min-width: 992px) {
  .card.card-special-new-duster .offerHeader {
    padding: 30px 20px 0px;
  }
}
@media (min-width: 1200px) {
  .card.card-special-new-duster .offerHeader {
    padding: 30px 20px 0px;
  }
}
@media (min-width: 1600px) {
  .card.card-special-new-duster .offerHeader {
    padding: 30px 20px 0px;
  }
}
.card.card-special-new-duster .offerHeader .special-new-duster__top {
  display: flex;
  align-items: flex-start;
}
.card.card-special-new-duster .offerHeader .special-new-duster__top-title h2 {
  font-family: "nouvelR_bold";
  text-transform: uppercase;
  font-size: 32px;
  line-height: 29px;
  color: #fff;
}
@media (min-width: 500px) {
  .card.card-special-new-duster .offerHeader .special-new-duster__top-title h2 {
    font-size: 37px;
    line-height: 32px;
  }
}
@media (min-width: 992px) {
  .card.card-special-new-duster .offerHeader .special-new-duster__top-title h2 {
    font-size: 33px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .card.card-special-new-duster .offerHeader .special-new-duster__top-title h2 {
    font-size: 29px;
    line-height: 30px;
  }
}
@media (min-width: 1600px) {
  .card.card-special-new-duster .offerHeader .special-new-duster__top-title h2 {
    font-size: 42px;
    line-height: 38px;
  }
}
.card.card-special-new-duster .offerHeader .special-new-duster__top-title h3 {
  font-family: "nouvelR_semibold";
  font-size: 13px;
  color: #fff;
  margin: 3px 0 0 0;
}
@media (min-width: 400px) {
  .card.card-special-new-duster .offerHeader .special-new-duster__top-title h3 {
    font-size: 17px;
  }
}
@media (min-width: 500px) {
  .card.card-special-new-duster .offerHeader .special-new-duster__top-title h3 {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1024px) {
  .card.card-special-new-duster .offerHeader .special-new-duster__top-title h3 {
    font-size: 17px;
  }
}
@media (min-width: 1600px) {
  .card.card-special-new-duster .offerHeader .special-new-duster__top-title h3 {
    font-size: 25px;
  }
}
.card.card-special-new-duster .offerHeader .special-new-duster__top-title .after-title .offer-details img {
  left: 100%;
}
.card.card-special-new-duster .model-features {
  padding: 0px 6px;
  position: relative;
  margin-bottom: 30px;
  background: transparent;
}
@media (min-width: 768px) {
  .card.card-special-new-duster .model-features {
    margin-bottom: 0px;
  }
}
.card.card-special-new-duster .model-features ul {
  list-style: none;
  padding: 15px 15px 5px 15px;
}
.card.card-special-new-duster .model-features .new-duster__benefits {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-left: 10px;
  padding-bottom: 20px;
  list-style: none;
}
@media (min-width: 1200px) {
  .card.card-special-new-duster .model-features .new-duster__benefits {
    padding-left: 20px;
  }
}
.card.card-special-new-duster .model-features .new-duster__benefits-top {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.card.card-special-new-duster .model-features .new-duster__benefits-top li {
  color: #FFF;
  margin-bottom: 2px;
  font-family: "nouvelR_semibold";
  font-size: 14px;
  line-height: 14px;
  padding: 0 0 0 18px;
  position: relative;
}
@media (min-width: 768px) {
  .card.card-special-new-duster .model-features .new-duster__benefits-top li {
    font-size: 14px;
    margin-bottom: 0px;
  }
}
@media (min-width: 1600px) {
  .card.card-special-new-duster .model-features .new-duster__benefits-top li {
    font-size: 19px;
    line-height: 19px;
  }
}
@media (min-width: 992px) {
  .card.card-special-new-duster .model-features .new-duster__benefits-top li:last-child {
    padding-bottom: 14px;
  }
}
.card.card-special-new-duster .model-features .new-duster__benefits-top li:after {
  content: "";
  background-color: #FFF;
  position: absolute;
  width: 5px;
  height: 5px;
  top: 8px;
  transform: translateY(-50%);
  left: 0;
  border-radius: 100%;
}
.card.card-special-new-duster .model-features .new-duster__benefits-top li:not(:last-child) {
  padding-bottom: 14px;
}
.card.card-special-new-duster .model-features .new-duster__benefits-top li br.hideThis {
  display: none;
}
@media (min-width: 1200px) {
  .card.card-special-new-duster .model-features .new-duster__benefits-top li br.hideThis {
    display: inline;
  }
}
.card.card-special-new-duster .model-features .new-duster__benefits-top li p span {
  white-space: nowrap;
}
.card.card-special-new-duster .model-features .disclaimer {
  font-family: "nouvelR_regular", sans-serif;
  position: absolute;
  font-size: 12px;
  color: #fff;
  top: 0;
  right: 20px;
}
.card.card-special-new-duster .call-to-action .buttons .button a {
  width: 100%;
  color: #000;
  font-size: 18.5px;
  line-height: 18.5px;
  text-align: center;
  background: #fff;
  text-decoration: none;
  font-family: "nouvelR_bold";
  border: 1px solid #fff;
}
.card.card-special-new-duster .call-to-action .buttons .button a.interested:hover {
  background: #000;
  color: #fff;
}
.card.card-special-new-duster .spotlight-phrase p {
  color: #fff;
}
.card.card-special-new-duster .model-offer-conditions {
  transition: none;
  border-radius: 0;
  -webkit-transition: none;
  background-color: transparent;
}
.card.card-special-new-duster .model-offer-conditions a {
  color: white;
}
.card.card-special-new-duster .model-offer-conditions a:after {
  content: "";
  width: 15px;
  height: 9px;
  margin-top: 2px;
  margin-left: 10px;
  position: absolute;
  background: url(../images/arrow-conditions.gif);
  -moz-transition: transform 0.2s 0.2s ease-in-out, background 0.2s 0.2s ease-in-out;
  -o-transition: transform 0.2s 0.2s ease-in-out, background 0.2s 0.2s ease-in-out;
  -webkit-transition: transform 0.2s 0.2s ease-in-out, background 0.2s 0.2s ease-in-out;
  transition: transform 0.2s 0.2s ease-in-out, background 0.2s 0.2s ease-in-out;
}
.card.card-special-new-duster .model-offer-conditions.active {
  border: 1px solid;
  background-color: white;
}
.card.card-special-new-duster .model-offer-conditions.active a {
  color: #000;
}
.card.card-special-new-duster .model-offer-conditions.active a:after {
  background: url(../images/arrow-conditions.gif);
}

.search-not-found {
  text-align: center;
  padding-bottom: 70px;
}
.search-not-found h2 {
  font-size: 20px;
  font-family: "nouvelR_semibold", sans-serif;
}

/**
 * New Guide Colors
 */
/* ========== Break points responsive ============ */
/* ============ Styles for texts =============== */
/* ================== transitions animation ================== */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(205, 0, 0, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 5px rgba(205, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(205, 0, 0, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(205, 0, 0, 0.4);
    box-shadow: 0 0 0 0 rgba(205, 0, 0, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 5px rgba(205, 0, 0, 0);
    box-shadow: 0 0 0 5px rgba(205, 0, 0, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(205, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(205, 0, 0, 0);
  }
}
@keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media (max-width: 499px) {
  body.errorNotFound #wrapper #side-bar {
    position: relative;
  }
  body.errorNotFound #wrapper #filters {
    position: relative;
    float: none;
    margin-top: 0;
  }
  body.errorNotFound #wrapper .errorContainer h1 {
    font-size: 7em;
  }
  body.errorNotFound #wrapper .errorContainer h2 {
    font-size: 1.3rem;
  }
  body.errorNotFound #wrapper .errorContainer p {
    color: #1c1c1c;
    margin-top: 1%;
    width: 70%;
    display: block;
    margin: 7% auto;
  }
  body.errorNotFound #wrapper .errorContainer a {
    margin: 3% auto;
  }
}
@media (min-width: 500px) {
  body.errorNotFound #wrapper #side-bar {
    position: relative;
  }
  body.errorNotFound #wrapper #filters {
    position: relative;
    float: none;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  body.errorNotFound #wrapper #side-bar {
    position: fixed;
  }
  body.errorNotFound #wrapper #filters {
    float: left;
    position: fixed;
  }
  body.errorNotFound #wrapper .errorContainer {
    position: relative;
    float: none;
  }
}
body.errorNotFound #wrapper .errorContainer {
  float: left;
  width: 100%;
}
body.errorNotFound #wrapper .errorContainer--header {
  text-align: center;
}
@media (min-width: 768px) {
  body.errorNotFound #wrapper .errorContainer--header {
    width: calc(100% - 120px);
    margin: 5% 0 5% 100px;
  }
}
body.errorNotFound #wrapper .errorContainer--header h1 {
  font-weight: 400;
  font-size: 10em;
  line-height: 1em;
  color: #ffa900;
  font-family: renault_lifebold, sans-serif;
}
body.errorNotFound #wrapper .errorContainer--header h2 {
  font-family: renault_lifebold, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
}
body.errorNotFound #wrapper .errorContainer--header p {
  color: #1c1c1c;
  margin-top: 1%;
}
body.errorNotFound #wrapper .errorContainer--header p span {
  font-weight: bold;
  font-size: 1.2rem;
}
body.errorNotFound #wrapper .errorContainer--header .goHome {
  background-size: 20px;
  background-position: calc(100% - 10px) 60%;
  border: 1px solid #EFDF00;
  background: #EFDF00;
  font-size: 10pt;
  text-transform: uppercase;
  letter-spacing: 0.5pt;
  font-weight: 400;
  color: #1c1c1c;
  padding: 12px 40px 12px 20px;
  display: inline-block;
  text-decoration: none;
  margin-top: 1%;
  font-family: renault_lifebold, sans-serif;
}

/**
 * New Guide Colors
 */
/* ========== Break points responsive ============ */
/* ============ Styles for texts =============== */
/* ================== transitions animation ================== */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(205, 0, 0, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 5px rgba(205, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(205, 0, 0, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(205, 0, 0, 0.4);
    box-shadow: 0 0 0 0 rgba(205, 0, 0, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 5px rgba(205, 0, 0, 0);
    box-shadow: 0 0 0 5px rgba(205, 0, 0, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(205, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(205, 0, 0, 0);
  }
}
@keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#side-bar {
  background-color: #000;
  width: auto;
  position: fixed;
  z-index: 22;
  float: left;
  width: 97%;
  padding: 16px;
  top: 0;
  height: 47px;
}
@media (max-width: 499px) {
  #side-bar {
    height: auto;
    box-sizing: border-box;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #side-bar {
    width: 100%;
    float: none;
    position: relative;
    border-bottom: none;
    padding: 5px 0 31px 0;
    box-shadow: 2px 0px 5px 0 rgba(0, 0, 0, 0.2);
    height: auto;
  }
}
#side-bar h2 a {
  font-size: 12pt;
  text-transform: uppercase;
  letter-spacing: 0pt;
  font-weight: normal;
  color: #000000;
  text-align: center;
  padding: 10pt 0 0 0;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
  font-family: "nouvelR_bold";
}
#side-bar .icons {
  display: none;
}
@media (min-width: 992px) {
  #side-bar .icons {
    display: block;
    width: 100%;
    margin-top: 60px;
  }
}
@media (min-width: 1600px) {
  #side-bar .icons {
    margin-top: 72px;
  }
}
#side-bar .icons img {
  display: block;
  margin: 0 auto 45px auto;
}
#side-bar .logo-mobile {
  float: left;
  display: flex;
  align-items: flex-start;
}
@media (min-width: 992px) {
  #side-bar .logo-mobile {
    display: none !important;
  }
}
#side-bar .logo-mobile svg {
  fill: #fff;
  width: 36px;
  margin-right: 20px;
}
#side-bar .menu-top-right {
  display: none;
  margin-right: 16px;
  background-color: #000;
}
@media (min-width: 992px) {
  #side-bar .menu-top-right {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
}
#side-bar .menu-top-right ul {
  display: flex;
  flex-direction: row;
}
#side-bar .menu-top-right ul li {
  list-style: none;
  padding: 8px 0px;
}
#side-bar .menu-top-right ul li:first-child a::before {
  height: 0;
}
#side-bar .menu-top-right ul li a {
  padding: 0px 16px;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-family: "nouvelR_regular";
  position: relative;
}
#side-bar .menu-top-right ul li a::before {
  border-left: 1px solid #f2f2f2;
  content: "";
  height: 12px;
  left: 0;
  bottom: 0;
  position: absolute;
}
#side-bar .menu-top-right ul li a:hover {
  opacity: 0.7;
}
#side-bar .menu-item {
  float: right;
  margin-right: 12px;
}
@media (min-width: 992px) {
  #side-bar .menu-item {
    float: none;
    margin: 30px 0 0 10px;
    display: none;
  }
}
#side-bar .menu-item a {
  text-decoration: none;
  padding: 10pt 0;
  fill: #fff;
  width: 20px;
  display: block;
}
#side-bar .menu-item a .menu-item__close {
  display: none;
}
#side-bar .menu-item a.active {
  padding: 0;
}
#side-bar .menu-item a.active .menu-item__burger {
  display: none;
}
#side-bar .menu-item a.active .menu-item__close {
  display: block;
}

.side-menu-wrapper {
  overflow: hidden;
  background: #000;
  position: fixed;
  top: 0;
  z-index: 32;
  right: -100%;
  height: 100%;
  transition: 0.5s;
  width: calc(100% - 54px);
  margin-top: 0pt;
  border-right: 1px solid #808080;
  border-top: 1px solid #808080;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .side-menu-wrapper {
    display: flex;
    align-items: flex-start;
  }
}
@media (max-width: 768px) and (orientation: landscape) {
  .side-menu-wrapper {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .side-menu-wrapper {
    position: relative;
    width: calc(100% - 30px);
    right: 0 !important;
    padding: 0 0 0 0;
    margin: 0 0 0 15px;
    border: none;
  }
}
.side-menu-wrapper .logo-desktop {
  display: none;
}
@media screen and (min-width: 991px) {
  .side-menu-wrapper .logo-desktop {
    display: block;
  }
}
.side-menu-wrapper ul {
  list-style: none;
  overflow: hidden;
  padding: 0 0 40pt 0;
}
@media (min-width: 768px) {
  .side-menu-wrapper ul {
    float: left;
  }
}
@media (min-width: 992px) {
  .side-menu-wrapper ul {
    padding: 0 0 0 15pt;
    overflow-y: auto;
  }
}
.side-menu-wrapper ul li {
  padding: 12px 8px;
  float: left;
  width: 100%;
}
.side-menu-wrapper ul li:first-child {
  border-bottom: 1px solid #d9d9d9;
}
@media screen and (max-width: 991px) {
  .side-menu-wrapper ul li:first-child a {
    font-family: nouvelR_regular;
    text-transform: capitalize;
  }
  .side-menu-wrapper ul li:first-child a::before {
    border-style: solid;
    border-width: 1px 1px 0 0;
    content: "";
    height: 8px;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%) rotate(135deg);
    width: 8px;
  }
}
@media (min-width: 992px) {
  .side-menu-wrapper ul li {
    width: auto;
    padding: 5pt 0;
  }
  .side-menu-wrapper ul li:first-child {
    border-bottom: none;
  }
}
.side-menu-wrapper ul li a {
  font-size: 10pt;
  text-transform: uppercase;
  letter-spacing: normal;
  font-weight: normal;
  color: #000000;
  display: block;
  transition: 0.3s;
  text-decoration: none;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  position: relative;
  color: #fff;
  padding: 6px 8px;
  font-family: "nouvelR_bold";
  font-weight: 700;
}
@media (min-width: 768px) {
  .side-menu-wrapper ul li a {
    font-size: 10pt;
    text-transform: uppercase;
    letter-spacing: normal;
    font-weight: normal;
    color: #000000;
    color: #fff;
    font-weight: 700;
  }
}
@media screen and (max-width: 992px) {
  .side-menu-wrapper ul li a::before {
    border-style: solid;
    border-width: 1px 1px 0 0;
    content: "";
    height: 8px;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
  }
}
@media screen and (min-width: 1448px) {
  .side-menu-wrapper ul li a {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: normal;
    font-weight: normal;
    color: #000000;
    color: #fff;
    font-weight: 700;
  }
}
.side-menu-wrapper ul li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1140px) {
  .side-menu-wrapper img {
    display: none;
  }
}

.side-menu-overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 19;
  top: 0;
  left: 0;
  background-color: #808080;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: center;
  opacity: 0;
  transition: opacity 0.5s;
  margin-top: 35pt;
}

/* Menu na página interna */
body.interna #side-bar {
  box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.2);
}
body.interna .side-menu-wrapper,
body.interna .side-menu-overlay {
  margin-top: 60px;
}
@media (min-width: 768px) {
  body.interna .side-menu-wrapper,
  body.interna .side-menu-overlay {
    margin-top: 0;
  }
}

/**
 * New Guide Colors
 */
/* ========== Break points responsive ============ */
/* ============ Styles for texts =============== */
/* ================== transitions animation ================== */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(205, 0, 0, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 5px rgba(205, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(205, 0, 0, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(205, 0, 0, 0.4);
    box-shadow: 0 0 0 0 rgba(205, 0, 0, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 5px rgba(205, 0, 0, 0);
    box-shadow: 0 0 0 5px rgba(205, 0, 0, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(205, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(205, 0, 0, 0);
  }
}
@keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes letterMoveLeft {
  0% {
    left: -100%;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes letterMoveRight {
  0% {
    right: -100%;
    opacity: 0;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}
@keyframes fadeToBottom {
  0% {
    bottom: -100%;
    opacity: 0;
  }
  100% {
    bottom: 15px;
    opacity: 1;
  }
}
#bannerMobile {
  background-color: #dfbe03;
  position: fixed;
  z-index: 20;
  float: left;
  border-bottom: 1px solid #d9d9d9;
  padding: 10pt 2%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
  width: 100%;
  top: 79px;
  overflow: hidden;
  text-align: center;
  min-height: 60px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  display: none;
}
#bannerMobile .crossStrip {
  background-image: url(/images/cruzinha.svg);
  width: 100%;
  display: block;
  min-height: 80%;
  height: 100%;
  position: absolute;
  top: 39%;
  left: 0;
  transition: all 0.3s ease-in-out;
}
#bannerMobile a {
  text-align: center;
  color: #ffffff;
  font-size: 17px;
  background: #000;
  text-decoration: none;
  text-transform: lowercase;
  position: relative;
  z-index: 100;
  padding: 5px 15px;
  font-family: nouvelR_regular;
  display: flex;
  align-items: center;
  bottom: -100%;
  transition: all 0.3s ease-in-out;
}
#bannerMobile a.buyOnline {
  opacity: 0;
  bottom: -100%;
}
#bannerMobile a i {
  background-image: url(/images/chevron-banner-mobile.png);
  width: 15px;
  height: 11px;
  margin-left: 10px;
}
#bannerMobile .openContent {
  display: none;
}
#bannerMobile .openContent h2 {
  left: -100%;
  box-sizing: border-box;
  position: relative;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  animation-delay: 0.3s;
}
#bannerMobile .openContent h3 {
  right: -100%;
  opacity: 0;
  box-sizing: border-box;
  position: relative;
  transition: all 0.3s ease-in-out;
  animation-delay: 0.3s;
}
#bannerMobile.open {
  min-height: 250px;
  z-index: 10000;
  background-image: url(/images/mobile-banner-compreonline.jpg);
  flex-direction: column;
}
#bannerMobile.open .crossStrip {
  top: initial;
  bottom: -100%;
}
#bannerMobile.open a {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0;
  background: transparent;
}
#bannerMobile.open .openContent {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  text-align: left;
  padding: 50px 30px;
  box-sizing: border-box;
}
#bannerMobile.open .openContent h2,
#bannerMobile.open .openContent h3 {
  color: #ffffff;
  font-size: 16px;
  background: #000;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 3px;
}
#bannerMobile.open .openContent h2 {
  animation: letterMoveLeft 0.4s 0.4s forwards;
}
#bannerMobile.open .openContent h3 {
  font-weight: 600;
  animation: letterMoveRight 0.4s 0.4s forwards;
}
#bannerMobile.open .openContent a:not(#closeBanner) {
  display: flex;
  max-height: 100%;
  opacity: 1;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 60%;
  padding: 5px 0;
  color: #ffcc33;
  font-size: 14px;
  border: 1px solid #FFF;
  justify-content: center;
  background: #000;
  animation: fadeToBottom 0.4s 0.4s forwards;
}
#bannerMobile.open .openContent a:not(#closeBanner) i {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #ffcc33;
  background-image: none;
  display: block;
  width: auto;
  height: auto;
}
#bannerMobile.open .openContent a#closeBanner {
  max-height: 100%;
  opacity: 1;
  bottom: 20px;
  right: 15px;
  position: absolute;
  background: none;
}
#bannerMobile.open .openContent a#closeBanner i {
  transform: rotate(180deg);
  width: auto;
  height: auto;
}

/**
 * New Guide Colors
 */
/* ========== Break points responsive ============ */
/* ============ Styles for texts =============== */
/* ================== transitions animation ================== */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(205, 0, 0, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 5px rgba(205, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(205, 0, 0, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(205, 0, 0, 0.4);
    box-shadow: 0 0 0 0 rgba(205, 0, 0, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 5px rgba(205, 0, 0, 0);
    box-shadow: 0 0 0 5px rgba(205, 0, 0, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(205, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(205, 0, 0, 0);
  }
}
@keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/**
 * New Guide Colors
 */
.footer {
  width: 100%;
  position: relative;
  float: left;
  text-decoration: none;
  padding-bottom: 10px;
}
.footer__backtop {
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 100px) and (max-width: 1023px) {
  .footer__backtop {
    border-top: 1px solid #F2F2F2;
  }
}
.footer__backtop button {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  padding: 5px 0;
  font-size: 14px;
  padding: 16px 0;
  position: relative;
  font-family: "nouvelR_regular";
  cursor: pointer;
  text-decoration: none;
}
.footer__backtop button:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 17px;
  width: 100%;
  height: 1px;
  background-color: #000000;
  transition: all 0.2s ease-in-out;
}
.footer__backtop button:hover:after {
  background-color: #EFDF00;
}
.footer__backtop span {
  position: absolute;
  bottom: 24px;
}
.footer__backtop span:before, .footer__backtop span:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  height: 1px;
  background-color: #000000;
  transition: all 0.2s ease-in-out;
}
.footer__backtop span:before {
  right: -16px;
  transform: rotate(-45deg);
}
.footer__backtop span:after {
  right: -22px;
  transform: rotate(45deg);
}
.footer__top {
  background-color: #000000;
  padding-bottom: 8px;
}
.footer__top ul {
  display: flex;
  padding: 24px 32px;
  align-items: flex-start;
  justify-content: space-around;
  flex-wrap: wrap;
}
@media only screen and (min-width: 100px) and (max-width: 1023px) {
  .footer__top ul {
    padding: 24px 0px;
  }
}
@media only screen and (min-width: 1024px) {
  .footer__top ul {
    flex-wrap: nowrap;
  }
}
.footer__top li {
  padding: 16px;
  width: 25%;
}
@media only screen and (min-width: 100px) and (max-width: 1023px) {
  .footer__top li {
    justify-content: space-between;
    width: calc(50% - 32px);
    margin-bottom: 14px;
  }
}
.footer__top li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: opacity 0.2s ease-in-out;
  text-decoration: none;
}
.footer__top li a p {
  text-align: center;
}
.footer__top li a p span {
  color: #fff;
  font-size: 14px;
  font-family: "nouvelR_bold";
  max-width: 215px;
  text-align: center;
  text-transform: uppercase;
}
.footer__bottom {
  position: relative;
  color: #FFFFFF;
  background-color: #000000;
}
@media only screen and (min-width: 1024px) {
  .footer__bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 100px) and (max-width: 1023px) {
  .footer__bottom-list {
    padding: 16px 16px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .footer__bottom-list {
    display: flex;
    padding-left: 16px;
    width: 75%;
  }
}
.footer__bottom-list h3 {
  font-size: 14px;
  font-family: "nouvelR_bold";
  padding: 16px 0 8px;
  position: relative;
  display: block;
}
.footer__bottom-list h3 .line {
  border-bottom: 1px solid #fff;
  padding-top: 10px;
  height: 1px;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .footer__bottom-list h3 {
    padding: 0 0 16px;
  }
}
@media only screen and (min-width: 100px) and (max-width: 1023px) {
  .footer__bottom-list h3.is--active + ul {
    max-height: 130px;
  }
  .footer__bottom-list h3.is--active svg {
    transform: rotate(180deg);
  }
  .footer__bottom-list h3.is--active .line {
    display: none;
  }
  .footer__bottom-list h3 .line {
    display: block;
  }
}
.footer__bottom-list h3 svg {
  position: absolute;
  right: 0;
  width: 18px;
  fill: #FFFFFF;
  top: 9px;
  transition: transform 0.4s ease-in-out;
}
@media only screen and (min-width: 1024px) {
  .footer__bottom-list h3 svg {
    opacity: 0;
    visibility: hidden;
  }
}
@media only screen and (min-width: 1024px) {
  .footer__bottom-list div {
    padding: 40px 16px 32px;
    width: 25%;
  }
}
@media only screen and (min-width: 100px) and (max-width: 1023px) {
  .footer__bottom-list ul {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out, opacity 0.2s ease-in-out;
  }
}
.footer__bottom-list ul li a {
  color: #FFFFFF;
  line-height: 14px;
  font-size: 12px;
  position: relative;
  outline: none;
  font-family: "nouvelR_regular";
  text-decoration: none;
}
.footer__bottom-list ul li a:before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  bottom: -3px;
  transition: width 0.4s ease-in-out;
}
@media only screen and (min-width: 1024px) {
  .footer__bottom-list ul li a:hover::before {
    width: 100%;
  }
}
.footer__bottom-list ul li:not(:last-child) {
  padding-bottom: 8px;
}
@media only screen and (min-width: 100px) and (max-width: 1023px) {
  .footer__bottom-social {
    padding: 16px 16px;
  }
  .footer__bottom-social img {
    position: absolute;
    right: 16px;
    bottom: 40px;
    width: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .footer__bottom-social {
    align-self: flex-start;
    padding: 40px 16px 16px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 20%;
  }
  .footer__bottom-social img {
    height: auto;
    max-width: 100%;
    position: relative;
    width: 130px;
    align-self: flex-end;
    margin-top: 16px;
  }
}
.footer__bottom-social h3 {
  font-size: 14px;
  padding-bottom: 16px;
  font-family: "nouvelR_bold";
}
.footer__bottom-social ul {
  display: flex;
  padding: 20px 0px;
  align-items: center;
}
@media only screen and (min-width: 100px) and (max-width: 1023px) {
  .footer__bottom-social ul {
    padding: 20px 0px 1px;
  }
}
.footer__bottom-social ul li:not(:last-of-type) {
  margin-right: 20px;
}
.footer__bottom-social ul a {
  cursor: pointer;
  display: block;
  width: 30px;
  height: 30px;
  transition: all 0.2s ease-in-out;
  outline: none;
  text-decoration: none;
}
.footer__bottom-social ul a svg {
  width: 30px;
  height: 30px;
}
@media only screen and (min-width: 1024px) {
  .footer__bottom-social ul a:hover {
    transform: scale(1.2);
  }
}
.footer__bottom-links-default {
  background-color: #FFFFFF;
}
@media only screen and (min-width: 100px) and (max-width: 1023px) {
  .footer__bottom-links-default {
    padding: 40px 16px 8px;
  }
}
@media only screen and (min-width: 1024px) {
  .footer__bottom-links-default {
    padding: 78px 32px 8px;
  }
  .footer__bottom-links-default--inner > ul {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: baseline;
  }
  .footer__bottom-links-default--inner > ul ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.footer__bottom-links-default--inner {
  border-top: 1px solid #F2F2F2;
}
.footer__bottom-links-default--inner > ul {
  padding-top: 10px;
}
.footer__bottom-links-default--inner > ul ul li {
  position: relative;
  line-height: 1;
}
@media only screen and (min-width: 100px) and (max-width: 1023px) {
  .footer__bottom-links-default--inner > ul ul li {
    padding: 0 0 8px;
  }
}
@media only screen and (min-width: 1024px) {
  .footer__bottom-links-default--inner > ul ul li {
    padding-right: 16px;
  }
  .footer__bottom-links-default--inner > ul ul li:after {
    content: "";
    height: 13px;
    width: 1px;
    background-color: #000000;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
  }
  .footer__bottom-links-default--inner > ul ul li:last-child:after {
    display: none;
  }
}
.footer__bottom-links-default--inner > ul > li {
  position: relative;
  line-height: 1;
}
@media only screen and (min-width: 100px) and (max-width: 1023px) {
  .footer__bottom-links-default--inner > ul > li {
    padding: 0 0 8px;
  }
}
.footer__bottom-links-default--inner > ul > li:last-child p {
  font-family: "nouvelR_bold";
  color: #000000;
  font-size: 10px;
  min-width: 100px !important;
}
@media only screen and (min-width: 100px) and (max-width: 1023px) {
  .footer__bottom-links-default--inner > ul > li:last-child {
    padding-top: 8px;
  }
}
@media only screen and (min-width: 1024px) {
  .footer__bottom-links-default--inner > ul > li:last-child {
    margin-left: auto;
  }
}
.footer__bottom-links-default--inner a {
  color: #3E3F40;
  line-height: 40px;
  font-size: 14px;
  position: relative;
  outline: none;
  font-family: "nouvelR_regular";
  text-decoration: none;
}
.footer__bottom-links-default--inner a:before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #000000;
  position: absolute;
  left: 0;
  bottom: -3px;
  transition: width 0.4s ease-in-out;
}
@media only screen and (min-width: 1024px) {
  .footer__bottom-links-default--inner a {
    line-height: 14px;
    font-size: 12px;
  }
  .footer__bottom-links-default--inner a:hover::before {
    width: 100%;
  }
}
.footer__bottom-social img.lazy-image {
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .footer__bottom-social img.lazy-image {
    padding: 18% 40%;
  }
}