@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);
  }
}
#tj {
  background: #f3f3f3;
  position: relative;
  float: left;
  padding: 0 10px 20px 10px;
  width: calc(100% - 20px);
}
#tj h4 {
  font-size: 10pt;
  text-transform: normal;
  letter-spacing: 0;
  font-weight: bold;
  color: #000000;
  padding: 0 0 5px 0;
}
#tj p {
  font-size: 10pt;
  text-transform: normal;
  letter-spacing: 0;
  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);
  }
}
#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, #mask #offer-not-found .form #formContent form .previous-step, #formContent #mask #offer-not-found .form form .previous-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, #mask #offer-not-found .form #formContent form .previous-step, #formContent #mask #offer-not-found .form form .previous-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, #mask #offer-not-found .form #formContent form .previous-step, #formContent #mask #offer-not-found .form form .previous-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, #mask #offer-not-found .form #formContent form .previous-step:hover, #formContent #mask #offer-not-found .form form .previous-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;
}

/**
 * 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);
  }
}
.back-to-offer {
  font-family: nouvelR_bold, sans-serif;
  font-size: 10pt;
  text-transform: lowercase;
  font-weight: 400;
  color: #000000;
  text-decoration: underline;
  margin-bottom: 15px;
  display: block;
  line-height: 20px;
  position: relative;
  margin-left: 14px;
}
.back-to-offer.inForm {
  margin-left: 0px;
}
.back-to-offer svg {
  position: absolute;
  left: 0;
  top: 0;
}

body.interna,
body.interna-troca-facil {
  background: #fff;
}
body.interna #wrapper #container,
body.interna-troca-facil #wrapper #container {
  width: 100%;
  padding: 0px;
  margin: 80px 0 0 0;
}
@media (min-width: 768px) {
  body.interna #wrapper #container,
  body.interna-troca-facil #wrapper #container {
    margin: 0 0 0 0px;
  }
}
@media (min-width: 992px) {
  body.interna #wrapper #container,
  body.interna-troca-facil #wrapper #container {
    width: calc(100% - 30px);
    margin: 15px 0 0 0px;
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  body.interna #wrapper #container,
  body.interna-troca-facil #wrapper #container {
    margin: 15px 0 0 15px;
  }
}
@media screen and (max-width: 480px) {
  body.interna #wrapper #container,
  body.interna-troca-facil #wrapper #container {
    padding-top: 21px;
  }
}
body.interna.oficina #mapMask.not-found,
body.interna-troca-facil.oficina #mapMask.not-found {
  background: rgba(0, 0, 0, 0.8) !important;
}
body.interna.oficina #mapMask #birNotFound,
body.interna-troca-facil.oficina #mapMask #birNotFound {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  margin: auto;
  display: inline-block;
  width: 100%;
  padding: 50px 0;
  color: #fff;
  text-align: center;
}
body.interna.oficina #mapMask #birNotFound h3,
body.interna-troca-facil.oficina #mapMask #birNotFound h3 {
  font-size: 52px;
  color: #EFDF00;
  font-family: nouvelR_bold, sans-serif;
  line-height: 62px;
}
body.interna.oficina #mapMask #birNotFound strong,
body.interna-troca-facil.oficina #mapMask #birNotFound strong {
  font-weight: bold;
}
body.interna.oficina #mapMask #birNotFound p,
body.interna-troca-facil.oficina #mapMask #birNotFound p {
  color: #fff;
}
body.interna.oficina #mapMask #birNotFound .goHome,
body.interna-troca-facil.oficina #mapMask #birNotFound .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: #000000;
  font-family: nouvelR_bold, 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.interna.oficina #mapMask #birNotFound .goHome:hover,
body.interna-troca-facil.oficina #mapMask #birNotFound .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.interna.oficina #prodNotFound,
  body.interna-troca-facil.oficina #prodNotFound {
    font-size: 16px;
    line-height: 22px;
  }
  body.interna.oficina #prodNotFound h3,
  body.interna-troca-facil.oficina #prodNotFound h3 {
    margin: 15px 0;
  }
}
body.interna .buttonsContainer,
body.interna-troca-facil .buttonsContainer {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (max-width: 499px) {
  body.interna .buttonsContainer,
  body.interna-troca-facil .buttonsContainer {
    justify-content: space-evenly;
    padding-top: 16px;
  }
}
body.interna .buttonsContainer.hml .send-offer,
body.interna-troca-facil .buttonsContainer.hml .send-offer {
  margin: 15px;
}
body.interna .buttonsContainer.hml .contact,
body.interna-troca-facil .buttonsContainer.hml .contact {
  background: transparent;
  border: 1px solid #000000;
}
body.interna .buttonsContainer.hml .whatsapp,
body.interna-troca-facil .buttonsContainer.hml .whatsapp {
  background: url(../images/whatsapp.png) 95% center no-repeat, linear-gradient(#fecb36, #feb434);
  background-size: 28px;
}
@media screen and (max-width: 480px) {
  body.interna .buttonsContainer.hml,
  body.interna-troca-facil .buttonsContainer.hml {
    flex-direction: column;
  }
  body.interna .buttonsContainer.hml .send-offer,
  body.interna-troca-facil .buttonsContainer.hml .send-offer {
    width: 100%;
    margin: 15px 0;
  }
}

@media (min-width: 768px) {
  body.interna.oficina #wrapper #container {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  body.interna.oficina #wrapper #container {
    padding-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);
  }
}
#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 .templateZeroTaxOrEntry .templateZeroTaxOrEntryText {
  font-size: 1.5rem;
}
#view-infos-car .offerConditions .templateZeroTaxOrEntry .priceWithZeroTax {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
#view-infos-car .offerConditions .templateZeroTaxOrEntry .priceWithZeroTax p.priceTo {
  font-size: 12px;
  font-family: nouvelR_regular, sans-serif;
  margin-top: 0;
}
#view-infos-car .offerConditions .templateZeroTaxOrEntry .priceWithZeroTax p.priceTo span {
  font-size: 21px;
}
#view-infos-car .offerConditions .templateZeroTaxOrEntry .priceWithZeroTax p.priceTo span.newPrice {
  font-family: nouvelR_bold, sans-serif;
  font-size: 20px;
}
#view-infos-car .offerConditions .templateZeroTaxOrEntry .priceWithZeroTax p span.highlightText {
  font-family: nouvelR_bold, sans-serif;
  font-size: 20px;
  padding: 8px 0;
}
#view-infos-car .offerConditions .templateZeroTaxOrEntry .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);
  }
}
.interna.oficina #view-infos-car .header {
  margin-left: 0;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}
@media (min-width: 992px) {
  .interna.oficina #view-infos-car .header {
    padding: 0;
  }
}
.interna.oficina .maps-title {
  font-family: "nouvelR_bold", sans-serif;
  font-size: 14pt;
  text-transform: uppercase;
  letter-spacing: 2pt;
  font-weight: normal;
  color: #000000;
  padding-bottom: 16px;
}
@media (min-width: 992px) {
  .interna.oficina .maps-title {
    font-size: 18pt;
    text-transform: uppercase;
    letter-spacing: 2pt;
    font-weight: normal;
    color: #000000;
  }
}
.interna.oficina .maps-title:after {
  content: "";
  margin-left: 5px;
  width: 22px;
  height: 4px;
  background: #EFDF00;
  display: inline-block;
}
@media (min-width: 992px) {
  .interna.oficina .maps-title {
    font-size: 20pt;
    text-transform: uppercase;
    letter-spacing: 0.5pt;
    font-weight: normal;
    color: #000000;
  }
}
@media (min-width: 1200px) {
  .interna.oficina .maps-title {
    font-size: 27pt;
    text-transform: uppercase;
    letter-spacing: 1pt;
    font-weight: normal;
    color: #000000;
  }
}
.interna.oficina #request-contact {
  position: relative;
  margin: 20px auto 40px;
  padding: 7px 70px;
  font-size: 20px;
  text-transform: uppercase;
  font-family: renault_lifebold, sans-serif;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  background: #EFDF00;
  color: #000;
  border: 0;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.interna.oficina #request-contact:hover {
  background: #848484;
  color: #fc0;
}
.interna.oficina .maps {
  width: 100%;
  display: flex;
  justify-content: space-between;
  float: none;
  padding: 20px 30px;
  box-sizing: border-box;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .interna.oficina .maps {
    flex-wrap: nowrap;
  }
}
.interna.oficina #maps-form {
  width: 100%;
}
@media (min-width: 992px) {
  .interna.oficina #maps-form {
    width: 45%;
  }
}
.interna.oficina #maps-form .maps-form--search {
  position: relative;
  display: flex;
  align-items: center;
}
.interna.oficina #maps-form #see-maps {
  width: 170px;
  text-transform: uppercase;
  font-family: renault_lifebold, sans-serif;
  font-size: 15px;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
}
@media (min-width: 992px) {
  .interna.oficina #maps-form #see-maps {
    display: none;
  }
}
.interna.oficina #maps-form label {
  font-size: 14px;
  float: left;
  z-index: 0;
}
.interna.oficina #maps-form #search-maps {
  border: 1px solid #b5b5b5;
  background-color: #f3f3f3;
  padding: 10px 15px;
  transition: all 0.3s ease-in-out;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  outline: none;
}
.interna.oficina #maps-form #search-maps.error {
  border-color: red;
  box-shadow: 0 0 0 rgba(205, 0, 0, 0.4);
  animation: pulse 2s infinite;
}
.interna.oficina #maps-form #search-maps {
  font-size: 10pt;
  text-transform: uppercase;
  letter-spacing: 0.5pt;
  font-weight: normal;
  color: #000000;
}
.interna.oficina #maps-form #search-maps::-webkit-input-placeholder {
  color: #b5b5b5;
  opacity: 1;
}
.interna.oficina #maps-form #search-maps:-moz-placeholder {
  color: #b5b5b5;
  opacity: 1;
}
.interna.oficina #maps-form #search-maps::-moz-placeholder {
  color: #b5b5b5;
  opacity: 1;
}
.interna.oficina #maps-form #search-maps:-ms-input-placeholder {
  color: #b5b5b5;
  opacity: 1;
}
.interna.oficina #maps-form #search-button {
  width: 70px;
  height: 38px;
  background-color: #b5b5b5;
  background-image: url(../images/search-oficina-form.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px;
  outline: none;
}
.interna.oficina #maps-form .mapDisclaimer {
  text-transform: uppercase;
  color: #b5b5b5;
  font-size: 12px;
  margin-top: 5px;
}
.interna.oficina #maps-form #birList {
  margin-top: 30px;
  position: relative;
}
.interna.oficina #maps-form #birList .list-effect {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  top: 140px;
  position: absolute;
  height: calc(100% - 140px);
  width: 100%;
}
.interna.oficina #maps-form #birList.error {
  border: 1px solid red;
  box-shadow: 0 0 0 rgba(205, 0, 0, 0.4);
  animation: pulse 2s infinite;
}
.interna.oficina #maps-form #birList ul {
  height: 315px;
  overflow: auto;
  background-color: #f2f2f2;
}
.interna.oficina #maps-form #birList ul::-webkit-scrollbar {
  display: none;
}
.interna.oficina #maps-form #birList ul li {
  background-color: #eaeced;
  margin-bottom: 5px;
  border-bottom: 2px solid #c9e5ec;
  font-size: 14px;
  padding-right: 25px;
  text-transform: uppercase;
  font-family: renault_lifelight, sans-serif;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: #b5b5b5;
  cursor: pointer;
}
.interna.oficina #maps-form #birList ul li div {
  padding: 30px 0 20px 25px;
  border-left: 5px solid #dadada;
}
.interna.oficina #maps-form #birList ul li img {
  opacity: 0.3;
}
.interna.oficina #maps-form #birList ul li.is--active {
  background-color: #dae1e3;
  color: #393939;
  border-bottom: 2px solid #616161;
}
.interna.oficina #maps-form #birList ul li.is--active div {
  border-left: 5px solid #ffb114;
}
.interna.oficina #maps-form #birList ul li.is--active img {
  opacity: 1;
}
.interna.oficina #maps-form #birList li img {
  margin-top: 30px;
  width: 20px;
}
.interna.oficina #maps-form #birList li p {
  margin-bottom: 3px;
  position: relative;
}
.interna.oficina #maps-form #birList p.phone span {
  text-transform: uppercase;
  font-family: renault_lifebold, sans-serif;
  margin-left: 5px;
  border-bottom: 2px solid;
  cursor: pointer;
  transition: opacity 1s ease-in-out;
  display: inline-block;
}
.interna.oficina #maps-form #birList p.phone span.disabled {
  opacity: 0;
  visibility: hidden;
}
.interna.oficina #maps-form #birList p.phone a {
  transition: opacity 1s ease-in-out;
  opacity: 0;
  visibility: hidden;
  color: #393939;
  position: relative;
  outline: none;
  text-decoration: none;
  position: absolute;
  left: 80px;
  font-size: 15px;
  font-family: renault_lifebold, sans-serif;
  margin-top: -2px;
}
.interna.oficina #maps-form #birList p.phone a.enabled {
  opacity: 1;
  visibility: visible;
}
.interna.oficina #maps-container {
  display: none;
}
@media (min-width: 992px) {
  .interna.oficina #maps-container {
    width: 50% !important;
    margin-top: 0;
    display: block !important;
  }
}
@media (max-width: 991px) {
  .interna.oficina #maps-container {
    margin-top: -740px;
  }
}
.interna.oficina #popup-form {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease-in-out;
}
.interna.oficina #popup-form.is--active {
  opacity: 1;
  visibility: visible;
}
.interna.oficina #popup-form #form {
  width: 93%;
  max-width: 920px;
  height: 90%;
  top: 6.5%;
  margin: auto;
  float: none;
  overflow: auto;
  box-sizing: border-box;
  background: white;
  text-align: center;
  position: relative;
}
@media (min-width: 992px) {
  .interna.oficina #popup-form #form {
    height: 88%;
    top: 8%;
    width: 80%;
  }
}
.interna.oficina #popup-form #form input.send-offer-oficina {
  width: 80%;
  padding: 10px;
}
.interna.oficina #popup-form #form h2 {
  margin-top: 10px;
}
.interna.oficina #popup-form #form > p {
  padding-top: 20px;
  width: 86%;
  margin: auto;
  font-size: 16px;
}
.interna.oficina #popup-form #form .form-close {
  position: absolute;
  top: 25px;
  right: 30px;
  width: 20px;
  height: 20px;
  font-size: 25px;
  cursor: pointer;
}
.interna.oficina #popup-form #formContent form {
  width: 90%;
  margin: auto;
  left: 5%;
  box-sizing: border-box;
}
.interna.oficina #popup-form #formContent form .labelError {
  padding-left: 5.5%;
}
.interna.oficina #popup-form #formContent form div {
  margin: 10px 0;
}
.interna.oficina #popup-form #formContent form div.check {
  left: 5%;
}
.interna.oficina #popup-form #formContent form div.check .labelError {
  padding-left: 0;
  width: 100%;
  display: block;
  text-align: left;
  padding: 5px;
}
.interna.oficina #popup-form #formContent form div.alert {
  text-align: left;
  left: 5%;
}
.interna.oficina #popup-form #formContent form div.infosContato {
  width: 90%;
  left: 5%;
}
.interna.oficina #popup-form #formContent form fieldset {
  margin-left: 0;
}
.interna.oficina #popup-form #formContent form div.infosContato label {
  font-size: 11pt;
  text-transform: none;
  letter-spacing: 0;
  font-weight: normal;
  color: #000000;
  font-weight: 400;
  color: #1c1c1c;
  line-height: 12pt;
}
.interna.oficina #popup-form #formContent form #renaultCustomer {
  text-align: left;
  padding-bottom: 5px;
}

/**
 * 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);
  }
}
form {
  position: relative;
  float: left;
  width: 100%;
  padding-top: 10px;
}
form.not-found fieldset label {
  font-size: 15px;
  float: left;
  z-index: 0;
  font-family: nouvelR_regular;
  text-transform: none;
}
form.not-found fieldset select,
form.not-found fieldset input {
  border-bottom: 1px solid #000000;
  font-family: nouvelR_regular;
  padding: 15px 0px;
  background: transparent;
  transition: all 0.3s ease-in-out;
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  position: relative;
  z-index: 1;
}
form.not-found fieldset select.error,
form.not-found fieldset input.error {
  border-color: red;
  box-shadow: 0 0 0 rgba(205, 0, 0, 0.4);
  animation: pulse 2s infinite;
}
form.not-found fieldset select,
form.not-found fieldset input {
  font-size: 15px;
  text-transform: none;
  letter-spacing: 0pt;
  font-weight: normal;
  color: #000000;
}
form.not-found fieldset select::-webkit-input-placeholder,
form.not-found fieldset input::-webkit-input-placeholder {
  color: #b8b8b8;
  opacity: 1;
}
form.not-found fieldset select:-moz-placeholder,
form.not-found fieldset input:-moz-placeholder {
  color: #b8b8b8;
  opacity: 1;
}
form.not-found fieldset select::-moz-placeholder,
form.not-found fieldset input::-moz-placeholder {
  color: #b8b8b8;
  opacity: 1;
}
form.not-found fieldset select:-ms-input-placeholder,
form.not-found fieldset input:-ms-input-placeholder {
  color: #b8b8b8;
  opacity: 1;
}
form.not-found fieldset div {
  text-transform: initial;
  margin: 10px;
}
form.not-found fieldset div.half {
  width: 98%;
}
@media (min-width: 768px) {
  form.not-found fieldset div.half {
    width: calc(50% - 20px);
  }
}
form.not-found fieldset div.full {
  width: 98%;
}
form.not-found fieldset div .labelError {
  top: -10px;
  position: absolute;
}
form.not-found fieldset div strong {
  display: block;
  font-size: 16px;
  color: #000000;
  margin-bottom: 10px;
  font-family: nouvelR_semibold, sans-serif;
}
form.not-found fieldset div label:not(.labelCheck):not(.labelCheck2) {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  transition: all 0.3s ease-in-out;
  left: 0px;
  color: #000000;
}
form.not-found fieldset div input:not(:-ms-input-placeholder) {
  padding: 14px 0px;
  z-index: 1;
}
form.not-found fieldset div input:not(:-ms-input-placeholder) + label:not(.labelCheck):not(.labelCheck2) {
  transform: translate3d(0, -125%, 0);
  font-size: 13px;
  background: #fff;
  padding: 0px;
  color: #000000;
  z-index: 1;
}
form.not-found fieldset div input:not(:placeholder-shown) {
  padding: 14px 0px;
  z-index: 1;
}
form.not-found fieldset div input:not(:placeholder-shown) + label:not(.labelCheck):not(.labelCheck2) {
  transform: translate3d(0, -125%, 0);
  font-size: 13px;
  background: #FFF;
  padding: 0px;
  color: #000000;
  z-index: 1;
}
form.not-found fieldset div input:focus, form.not-found fieldset div input:active {
  outline: none;
  padding: 14px;
  z-index: 0;
}
form.not-found fieldset div input:focus + label:not(.labelCheck):not(.labelCheck2), form.not-found fieldset div input:active + label:not(.labelCheck):not(.labelCheck2) {
  transform: translate3d(0, -125%, 0);
  font-size: 13px;
  background: #FFF;
  padding: 0px;
  color: #000000;
  z-index: 1;
}
form.not-found fieldset div.check .labelCheck {
  font-size: 11pt;
  text-transform: uppercase;
  letter-spacing: 0pt;
  font-weight: normal;
  color: #000000;
  text-transform: initial;
  min-height: 27px;
  align-items: center;
  display: flex;
  padding-right: 10px;
}
form.not-found fieldset div.check .labelCheck input {
  position: relative;
}
form.not-found fieldset div.infosContato .labelCheck2 {
  font-size: 12pt;
  text-transform: none;
  letter-spacing: 0pt;
  font-weight: normal;
  color: #000000;
  font-family: nouvelR_light;
  line-height: 1.2;
}
form.not-found fieldset div.infosContato .labelCheck2:last-child {
  margin-top: 20px;
}
form.not-found fieldset div.infosContato .labelCheck2 a {
  color: #EFDF00;
}
form fieldset input {
  border-bottom: 1px solid #000000;
  padding: 15px 0px;
  width: calc(90% - 2px);
  font-size: 8pt;
  text-transform: uppercase;
  letter-spacing: 0pt;
  font-weight: normal;
  color: #000000;
}
form fieldset input::-webkit-input-placeholder {
  color: #000000;
  opacity: 1;
}
form fieldset input:-moz-placeholder {
  color: #000000;
  opacity: 1;
}
form fieldset input::-moz-placeholder {
  color: #000000;
  opacity: 1;
}
form fieldset input:-ms-input-placeholder {
  color: #000000;
  opacity: 1;
}
form fieldset select {
  outline: none;
  cursor: pointer;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #000000;
  -webkit-appearance: none;
  font-family: nouvelR_regular;
  padding: 9px 0px;
  width: 100%;
  font-size: 15px;
  text-transform: none;
  letter-spacing: 0pt;
  font-weight: normal;
  color: #000000;
  margin-bottom: 10px;
}
form fieldset div {
  position: relative;
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  form fieldset div {
    font-size: 10pt;
    text-transform: uppercase;
    letter-spacing: 0pt;
    font-weight: normal;
    color: #000000;
    margin: 10px 0 10px 0;
  }
}
form fieldset div .labelError {
  position: relative;
  top: -10px;
  left: 0px;
  font-size: 10pt;
  text-transform: none;
  letter-spacing: 0pt;
  font-weight: normal;
  color: #f00;
  margin: 0;
  line-height: 0;
}
@media (min-width: 768px) {
  form fieldset div .labelError {
    position: absolute;
    top: 0px;
    left: 0px;
  }
}
form .next-step, #formContent form .previous-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;
  text-decoration: none;
  padding: 10px 40px 10px 20px;
  margin-top: 30px;
  display: inline-block;
  float: right;
  cursor: pointer;
  clear: both;
}
@media (min-width: 768px) {
  form .next-step, #formContent form .previous-step {
    font-size: 12pt;
    text-transform: uppercase;
    letter-spacing: 0pt;
    font-weight: normal;
    color: #000000;
    padding: 14px 40px 14px 20px;
  }
}
@media (min-width: 992px) {
  form .next-step, #formContent form .previous-step {
    font-size: 10pt;
    text-transform: uppercase;
    letter-spacing: 0pt;
    font-weight: normal;
    color: #000000;
    padding: 12px 40px 12px 20px;
  }
}
form .next-step:hover, #formContent form .previous-step:hover {
  background: url("../images/arrow.png") no-repeat;
  background-size: 20px;
  background-position: calc(100% - 10px) 60%;
  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);
  }
}
#form {
  width: 100%;
  float: left;
  padding: 1rem;
  margin-top: 15px;
  position: relative;
  margin-bottom: 15px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  #form {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  #form {
    padding: 2rem 4rem;
    margin-top: 50px;
  }
}
#form .back-to-offer {
  position: absolute;
  top: 20px;
}
#form .form-header {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-bottom: 16px;
}
@media (max-width: 499px) {
  #form .form-header {
    flex-direction: column;
  }
}
#form .form-header--text {
  width: 50%;
}
@media (max-width: 499px) {
  #form .form-header--text {
    width: 100%;
    padding-bottom: 16px;
  }
}
#form .form-header--text h2 {
  position: relative;
  font-family: "nouvelR_extrabold", sans-serif;
  font-size: 18pt;
  text-transform: uppercase;
  letter-spacing: normal;
  font-weight: normal;
  color: #000000;
}
@media (max-width: 499px) {
  #form .form-header--text h2 {
    font-size: 20pt;
  }
}
@media (min-width: 768px) {
  #form .form-header--text h2 {
    font-size: 17pt;
    text-transform: uppercase;
    letter-spacing: normal;
    font-weight: normal;
    color: #000000;
  }
}
@media (min-width: 992px) {
  #form .form-header--text h2 {
    font-size: 19pt;
    text-transform: uppercase;
    letter-spacing: normal;
    font-weight: normal;
    color: #000000;
  }
}
@media (min-width: 1600px) {
  #form .form-header--text h2 {
    font-size: 22pt;
    text-transform: uppercase;
    letter-spacing: normal;
    font-weight: normal;
    color: #000000;
  }
}
#form .form-header--text p {
  font-size: 8pt;
  text-transform: none;
  letter-spacing: normal;
  font-weight: normal;
  color: #000000;
  margin-top: 10px;
  line-height: 16px;
  font-family: nouvelR_regular, sans-serif;
}
@media (max-width: 499px) {
  #form .form-header--text p {
    font-size: 11pt;
  }
}
@media (min-width: 768px) {
  #form .form-header--text p {
    font-size: 12pt;
    text-transform: none;
    letter-spacing: normal;
    font-weight: normal;
    color: #000000;
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  #form .form-header--text p {
    font-size: 12pt;
    text-transform: none;
    letter-spacing: 0pt;
    font-weight: normal;
    color: #000000;
  }
}
@media (min-width: 1600px) {
  #form .form-header--text p {
    font-size: 13pt;
    text-transform: none;
    letter-spacing: 0pt;
    font-weight: normal;
    color: #000000;
  }
}
#form .form-header--steps {
  width: 40%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: relative;
  overflow: initial;
}
@media (max-width: 499px) {
  #form .form-header--steps {
    width: 100%;
  }
}
#form .form-header--steps .step-1, #form .form-header--steps .step-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  cursor: pointer;
  opacity: 0.6;
  font-family: "nouvelR_regular";
  margin-right: 32px;
  z-index: 1;
}
#form .form-header--steps .step-1.active, #form .form-header--steps .step-2.active {
  opacity: 1;
}
#form .form-header--steps .step-1.active span, #form .form-header--steps .step-2.active span {
  background-color: #000;
}
#form .form-header--steps .step-1.active p, #form .form-header--steps .step-2.active p {
  opacity: 1;
}
#form .form-header--steps .step-1.disabled, #form .form-header--steps .step-2.disabled {
  pointer-events: none;
}
#form .form-header--steps .step-1:after, #form .form-header--steps .step-2:after {
  content: "";
  position: absolute;
  top: 46px;
  left: calc(50% - 5px);
  height: 1px;
  width: calc(100% + 32px);
  background-color: #BBBCBC;
  z-index: -1;
}
@media (max-width: 499px) {
  #form .form-header--steps .step-1:after, #form .form-header--steps .step-2:after {
    width: calc(100% + 27px);
  }
}
#form .form-header--steps .step-1:hover, #form .form-header--steps .step-2:hover {
  opacity: 1;
}
#form .form-header--steps .step-1:hover span, #form .form-header--steps .step-2:hover span {
  background-color: #000;
}
#form .form-header--steps .step-1:hover p, #form .form-header--steps .step-2:hover p {
  opacity: 1;
}
#form .form-header--steps .step-1 span, #form .form-header--steps .step-2 span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #BBBCBC;
  margin: 12px 0 10px;
}
#form .form-header--steps .step-1 p, #form .form-header--steps .step-2 p {
  text-transform: uppercase;
  font-size: 12px;
  opacity: 0.6;
}
#form .form-header--steps .step-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  opacity: 0.6;
  font-family: "nouvelR_regular";
  z-index: 1;
}
#form .form-header--steps .step-3.active {
  opacity: 1;
}
#form .form-header--steps .step-3.active span {
  background-color: #000;
}
#form .form-header--steps .step-3.active p {
  opacity: 1;
}
#form .form-header--steps .step-3 span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #BBBCBC;
  margin: 12px 0 10px;
}
#form .form-header--steps .step-3 p {
  text-transform: uppercase;
  font-size: 12px;
  opacity: 0.6;
}
#form .form-header--steps .step-1, #form .form-header--steps .step-2, #form .form-header--steps .step-3 {
  width: 105px;
}
@media (max-width: 499px) {
  #form .form-header--steps .step-1, #form .form-header--steps .step-2, #form .form-header--steps .step-3 {
    margin-right: 16px;
  }
  #form .form-header--steps .step-1 p, #form .form-header--steps .step-2 p, #form .form-header--steps .step-3 p {
    text-align: center;
  }
}
#form .form-header--steps .step-1 span, #form .form-header--steps .step-2 span, #form .form-header--steps .step-3 span {
  border: 2px solid #ffffff;
  width: 10px;
  height: 10px;
}
#form .form-header--steps .step-1 svg, #form .form-header--steps .step-2 svg, #form .form-header--steps .step-3 svg {
  width: auto;
  height: 28px;
}
#form .form-header::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -6px;
  left: 0;
  background-color: #000;
}

#formContent {
  padding-top: 16px;
  overflow: hidden;
}
#formContent:after {
  content: "";
  clear: both;
  display: table;
}
#formContent h2 {
  padding-top: 8px;
  width: 100%;
  font-family: "nouvelR_bold", sans-serif;
  font-size: 14pt;
  text-transform: uppercase;
  letter-spacing: 0.5pt;
  font-weight: normal;
  color: #000000;
}
@media (min-width: 768px) {
  #formContent h2 {
    font-size: 13pt;
    text-transform: uppercase;
    letter-spacing: 0.5pt;
    font-weight: normal;
    color: #000000;
  }
}
@media (min-width: 992px) {
  #formContent h2 {
    font-size: 15pt;
    text-transform: uppercase;
    letter-spacing: 0.5pt;
    font-weight: normal;
    color: #000000;
  }
}
@media (min-width: 1600px) {
  #formContent h2 {
    font-size: 18pt;
    text-transform: uppercase;
    letter-spacing: 0.5pt;
    font-weight: normal;
    color: #000000;
  }
}
#formContent h2.instructions {
  padding: 16px 0;
  font-size: 9pt;
  text-transform: uppercase;
  letter-spacing: 0.5pt;
  font-weight: normal;
  color: #000000;
}
@media (min-width: 768px) {
  #formContent h2.instructions {
    font-size: 9pt;
    text-transform: uppercase;
    letter-spacing: 0.5pt;
    font-weight: normal;
    color: #000000;
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  #formContent h2.instructions {
    font-size: 11pt;
    text-transform: uppercase;
    letter-spacing: 0pt;
    font-weight: normal;
    color: #000000;
  }
}
@media (min-width: 1600px) {
  #formContent h2.instructions {
    font-size: 14pt;
    text-transform: uppercase;
    letter-spacing: 0pt;
    font-weight: normal;
    color: #000000;
  }
}
#formContent h2.instructions.error {
  color: red;
}
#formContent h2.instructions-mobile.error {
  color: red;
}
#formContent form {
  position: relative;
  float: left;
  width: 100%;
  padding-top: 10px;
  display: flex;
  flex-flow: row nowrap;
  transition: transform 1s ease-in-out;
  align-items: flex-start;
}
#formContent form.condicao-especial {
  flex-direction: column;
}
#formContent form.step-1 .step-1 {
  opacity: 1;
  height: auto;
}
#formContent form.step-2 {
  transform: translate3d(-100%, 0, 0);
}
#formContent form.step-2 .step-2 {
  opacity: 1;
  height: auto;
}
#formContent form.step-2 .step-2 #rnt_googleMaps h2 {
  order: 1;
}
#formContent form.step-2 .step-2 #rnt_googleMaps h2.instructions {
  order: 2;
}
#formContent form.step-2 .step-2 #rnt_googleMaps div.search-address-container {
  order: 4;
}
#formContent form.step-2 .step-2 #rnt_googleMaps div.search-address-container.active {
  order: 3;
}
#formContent form.step-2 .step-2 #rnt_googleMaps div.search-address-container.active label {
  opacity: 1;
}
@media (max-width: 499px) {
  #formContent form.step-2 .step-2 #rnt_googleMaps div.search-address-container {
    order: 3;
  }
  #formContent form.step-2 .step-2 #rnt_googleMaps div.search-address-container.active {
    order: 2;
  }
}
#formContent form.step-2 .step-2 #rnt_googleMaps div.mapToggleContainer {
  order: 5;
  opacity: 0;
}
#formContent form.step-2 .step-2 #rnt_googleMaps div.mapToggleContainer.active {
  order: 4;
  opacity: 1;
}
@media (max-width: 499px) {
  #formContent form.step-2 .step-2 #rnt_googleMaps div.mapToggleContainer {
    order: 4;
    display: flex;
  }
  #formContent form.step-2 .step-2 #rnt_googleMaps div.mapToggleContainer.active {
    opacity: 1;
  }
  #formContent form.step-2 .step-2 #rnt_googleMaps div.mapToggleContainer a {
    align-self: flex-end;
  }
}
#formContent form.step-2 .step-2 #rnt_googleMaps div#mapMaskContainer {
  order: 3;
}
#formContent form.step-2 .step-2 #rnt_googleMaps div#mapMaskContainer.active {
  display: block;
  order: 5;
}
@media (max-width: 499px) {
  #formContent form.step-2 .step-2 #rnt_googleMaps div#mapMaskContainer {
    order: 5;
  }
}
@media (max-width: 499px) {
  #formContent form.step-2 .step-2 #rnt_googleMaps div#birList {
    order: 2;
  }
  #formContent form.step-2 .step-2 #rnt_googleMaps div#birList.active {
    order: 3;
  }
}
#formContent form.step-3 {
  transform: translate3d(-200%, 0, 0);
}
#formContent form.step-3 .step-3 {
  opacity: 1;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 64px 0;
}
#formContent form.step-3 .step-3.oficina {
  display: flex;
  flex-direction: column;
}
#formContent form.step-3 .step-3.oficina h3 {
  font-family: "nouvelR_bold";
  text-transform: uppercase;
  font-family: "nouvelR_bold", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5pt;
  font-weight: normal;
  color: #000000;
}
@media (min-width: 768px) {
  #formContent form.step-3 .step-3.oficina h3 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5pt;
    font-weight: normal;
    color: #000000;
  }
}
@media (min-width: 992px) {
  #formContent form.step-3 .step-3.oficina h3 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5pt;
    font-weight: normal;
    color: #000000;
  }
}
@media (min-width: 1600px) {
  #formContent form.step-3 .step-3.oficina h3 {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5pt;
    font-weight: normal;
    color: #000000;
  }
}
#formContent form.step-3 .step-3.oficina .backHome {
  background: 90% center no-repeat, #EFDF00;
  background-repeat: no-repeat;
  border: none;
  border-radius: 5px;
  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;
  text-decoration: none;
  padding: 10px 40px 10px 20px;
  margin-top: 30px;
  display: inline-block;
  cursor: pointer;
  clear: both;
}
@media (min-width: 768px) {
  #formContent form.step-3 .step-3.oficina .backHome {
    font-size: 12pt;
    text-transform: uppercase;
    letter-spacing: 0.5pt;
    font-weight: normal;
    color: #000000;
    padding: 14px 40px 14px 20px;
  }
}
@media (min-width: 992px) {
  #formContent form.step-3 .step-3.oficina .backHome {
    font-size: 10pt;
    text-transform: uppercase;
    letter-spacing: 0.5pt;
    font-weight: normal;
    color: #000000;
    padding: 12px 40px 12px 20px;
  }
}
#formContent form.step-3 .step-3.oficina .backHome:hover {
  background: url("../images/arrow-buttom-slider-over.png") no-repeat 95% center;
  background-size: 20px;
  opacity: 0.7;
}
@media (max-width: 499px) {
  #formContent form.step-3 .step-3 {
    flex-direction: row;
  }
}
#formContent form.step-3 .step-3 p {
  padding-top: 10px;
}
#formContent form.step-3 .step-3 p#feedbackText {
  padding-top: 0;
  font-family: "nouvelR_bold";
  text-transform: uppercase;
}
#formContent form.step-3 .step-3 p.oficina-feedbackText {
  font-family: "nouvelR_bold";
  text-transform: uppercase;
}
@media (min-width: 768px) {
  #formContent form.step-3 .step-3 p.oficina-feedbackText {
    font-size: 9pt;
    text-transform: uppercase;
    letter-spacing: 0.5pt;
    font-weight: normal;
    color: #000000;
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  #formContent form.step-3 .step-3 p.oficina-feedbackText {
    font-size: 11pt;
    text-transform: none;
    letter-spacing: 0pt;
    font-weight: normal;
    color: #000000;
  }
}
@media (min-width: 1600px) {
  #formContent form.step-3 .step-3 p.oficina-feedbackText {
    font-size: 20px;
    text-transform: none;
    letter-spacing: 0pt;
    font-weight: normal;
    color: #000000;
  }
}
#formContent form.step-3 .step-3 #container-infos-client {
  padding-top: 20px;
}
#formContent form.step-3 .step-3 #container-infos-client h4 {
  font-family: "nouvelR_bold", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5pt;
  font-weight: normal;
  color: #000000;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #formContent form.step-3 .step-3 #container-infos-client h4 {
    font-size: 10pt;
    text-transform: uppercase;
    letter-spacing: 0.5pt;
    font-weight: normal;
    color: #000000;
  }
}
@media (min-width: 992px) {
  #formContent form.step-3 .step-3 #container-infos-client h4 {
    font-size: 11pt;
    text-transform: uppercase;
    letter-spacing: 0.5pt;
    font-weight: normal;
    color: #000000;
  }
}
@media (min-width: 1600px) {
  #formContent form.step-3 .step-3 #container-infos-client h4 {
    font-size: 14pt;
    text-transform: uppercase;
    letter-spacing: 0.5pt;
    font-weight: normal;
    color: #000000;
  }
}
#formContent form.step-3 .step-3 #container-infos-client p {
  font-family: "nouvelR_bold", sans-serif;
  font-size: 9pt;
  text-transform: none;
  letter-spacing: 0.5pt;
  font-weight: normal;
  color: #000000;
  line-height: 16px;
}
@media (min-width: 768px) {
  #formContent form.step-3 .step-3 #container-infos-client p {
    font-size: 9pt;
    text-transform: uppercase;
    letter-spacing: 0.5pt;
    font-weight: normal;
    color: #000000;
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  #formContent form.step-3 .step-3 #container-infos-client p {
    font-size: 11pt;
    text-transform: none;
    letter-spacing: 0pt;
    font-weight: normal;
    color: #000000;
  }
}
@media (min-width: 1600px) {
  #formContent form.step-3 .step-3 #container-infos-client p {
    font-size: 14pt;
    text-transform: none;
    letter-spacing: 0pt;
    font-weight: normal;
    color: #000000;
  }
}
#formContent form.step-3 .step-3 svg {
  padding-left: 8px;
}
#formContent form .step-1 {
  display: flex;
  width: 100%;
  flex: none;
  transition: opacity 0.2s ease-in-out, height 1s ease-in-out;
  flex-wrap: wrap;
  height: 0;
}
#formContent form .step-1 fieldset {
  width: 50%;
}
@media (max-width: 499px) {
  #formContent form .step-1 fieldset {
    width: 100%;
    padding-top: 8px;
  }
}
#formContent form .step-1 fieldset input {
  border: 0;
  border-bottom: 1px solid #888B8D;
  border-radius: 0;
  padding: 15px 15px 3px;
  background: transparent;
  transition: all 0.3s ease-in-out;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
#formContent form .step-1 fieldset input.error {
  border-color: red;
  box-shadow: 0 0 0 rgba(205, 0, 0, 0.4);
  animation: pulse 2s infinite;
}
#formContent form .step-1 fieldset input {
  font-size: 10pt;
  text-transform: none;
  letter-spacing: normal;
  font-weight: normal;
  color: #000000;
}
#formContent form .step-1 fieldset input::-webkit-input-placeholder {
  color: #BBBCBC;
  opacity: 1;
}
#formContent form .step-1 fieldset input:-moz-placeholder {
  color: #BBBCBC;
  opacity: 1;
}
#formContent form .step-1 fieldset input::-moz-placeholder {
  color: #BBBCBC;
  opacity: 1;
}
#formContent form .step-1 fieldset input:-ms-input-placeholder {
  color: #BBBCBC;
  opacity: 1;
}
#formContent form .step-1 fieldset input:not(:-ms-input-placeholder) {
  padding: 14px;
  z-index: 0;
}
#formContent form .step-1 fieldset input:not(:-ms-input-placeholder) + label:not(.labelCheck):not(.labelCheck2) {
  transform: translate3d(0, -125%, 0);
  font-size: 12px;
  background: #ffffff;
  font-weight: bold;
  padding: 0 5px;
  color: #000000;
  z-index: 0;
}
#formContent form .step-1 fieldset input:not(:placeholder-shown) {
  padding: 14px;
  z-index: 0;
}
#formContent form .step-1 fieldset input:not(:placeholder-shown) + label:not(.labelCheck):not(.labelCheck2) {
  transform: translate3d(0, -125%, 0);
  font-size: 12px;
  background: #ffffff;
  font-weight: bold;
  padding: 0 5px;
  color: #000000;
  z-index: 0;
}
@media screen and (max-width: 480px) {
  #formContent form .step-1 fieldset input {
    font-size: 10pt;
    text-transform: uppercase;
    letter-spacing: 0.5pt;
    font-weight: normal;
    color: #000000;
    padding: 12px;
  }
}
#formContent form .step-1 fieldset select {
  border: 1px solid #888B8D;
  padding: 9px 5%;
  width: 100%;
  height: 35px;
  font-size: 8pt;
  text-transform: uppercase;
  letter-spacing: 0.5pt;
  font-weight: normal;
  color: #000000;
}
#formContent form .step-1 fieldset strong {
  font-size: 11pt;
  text-transform: uppercase;
  letter-spacing: normal;
  font-weight: normal;
  color: #000000;
  font-family: "nouvelR_extrabold", sans-serif;
  padding-bottom: 10px;
  float: left;
  width: 100%;
}
#formContent form .step-1 fieldset div {
  font-size: 11pt;
  position: relative;
  letter-spacing: 0pt;
  font-family: nouvelR_regular, sans-serif;
  text-transform: lowercase;
}
#formContent form .step-1 fieldset div label:not(.labelCheck):not(.labelCheck2) {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  transition: all 0.3s ease-in-out;
  left: 0;
  color: #000000;
  z-index: 0;
}
#formContent form .step-1 fieldset div input:focus + label:not(.labelCheck):not(.labelCheck2), #formContent form .step-1 fieldset div input:active + label:not(.labelCheck):not(.labelCheck2) {
  transform: translate3d(0, -125%, 0);
  font-size: 12px;
  background: #ffffff;
  font-weight: bold;
  padding: 0 5px;
  color: #000000;
  z-index: 1;
}
#formContent form .step-1 fieldset div input:focus-visible {
  outline: none;
}
@media (max-width: 499px) {
  #formContent form .step-1 fieldset div input:not(:placeholder-shown) {
    padding: 13px 14px 8px 14px;
  }
}
#formContent form .step-1 fieldset div .labelError {
  position: relative;
  top: 40px;
  left: 0px;
  font-size: 8pt;
  text-transform: none;
  letter-spacing: 0.5pt;
  font-weight: normal;
  color: #f00;
  margin: 0;
  line-height: 0;
  float: left;
  clear: both;
}
@media (max-width: 499px) {
  #formContent form .step-1 fieldset div .labelError {
    top: 49px;
  }
}
#formContent form .step-1 fieldset div.alert {
  width: 100%;
  margin-top: 0;
}
#formContent form .step-1 fieldset div.alert small {
  font-size: 8pt;
  text-transform: none;
  letter-spacing: 0pt;
  font-weight: normal;
  color: #000000;
}
@media (max-width: 499px) {
  #formContent form .step-1 fieldset div.alert small {
    font-size: 12px;
  }
}
#formContent form .step-1 .checkbox-section {
  width: 50%;
  position: relative;
  padding-left: 24px;
  box-sizing: border-box;
}
@media (max-width: 499px) {
  #formContent form .step-1 .checkbox-section {
    width: 100%;
    padding: 8px 0 0 0;
  }
}
@media screen and (min-width: 481px) {
  #formContent form .step-1 .checkbox-section::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 90%;
    width: 1px;
    left: 0;
    background-color: #000;
  }
}
#formContent form .step-1 .checkbox-section .check {
  clear: both;
  width: 100%;
  position: relative;
  float: left;
}
#formContent form .step-1 .checkbox-section .check strong {
  font-size: 11pt;
  text-transform: uppercase;
  letter-spacing: normal;
  font-weight: normal;
  color: #000000;
  font-family: "nouvelR_extrabold", sans-serif;
  float: left;
  width: 100%;
}
#formContent form .step-1 .checkbox-section .check label {
  font-size: 9pt;
  text-transform: none;
  letter-spacing: 0.5pt;
  font-weight: normal;
  color: #000000;
  margin-top: 15px;
  line-height: 16px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  #formContent form .step-1 .checkbox-section .check label {
    font-size: 9pt;
    text-transform: uppercase;
    letter-spacing: 0.5pt;
    font-weight: normal;
    color: #000000;
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  #formContent form .step-1 .checkbox-section .check label {
    font-size: 11pt;
    text-transform: none;
    letter-spacing: 0pt;
    font-weight: normal;
    color: #000000;
  }
}
@media (min-width: 1600px) {
  #formContent form .step-1 .checkbox-section .check label {
    font-size: 12pt;
    text-transform: none;
    letter-spacing: 0pt;
    font-weight: normal;
    color: #000000;
  }
}
#formContent form .step-1 .checkbox-section .check .radio-buttons {
  margin-top: 16px;
  display: inline-flex;
  align-items: center;
}
#formContent form .step-1 .checkbox-section .check .radio-buttons .labelCheck {
  margin-right: 32px;
}
#formContent form .step-1 .checkbox-section .check .radio-buttons .labelCheck .checkmark {
  top: 0px;
  height: 20px;
  width: 20px;
}
#formContent form .step-1 .checkbox-section .check .radio-buttons .labelCheck .checkmark::after {
  top: 6px;
  left: 6px;
}
#formContent form .step-1 .checkbox-section .check .labelError {
  float: none;
  position: relative;
  top: 46px;
  left: 0px;
  font-size: 8pt;
  text-transform: none;
  letter-spacing: 0.5pt;
  font-weight: normal;
  color: #f00;
  margin: 0;
  line-height: 0;
  float: left;
  clear: both;
}
@media screen and (max-width: 480px) {
  #formContent form .step-1 .checkbox-section .check {
    margin: 5px 0 10px;
  }
  #formContent form .step-1 .checkbox-section .check strong {
    float: none;
    display: block;
  }
  #formContent form .step-1 .checkbox-section .check .labelCheck {
    max-height: 25px;
    margin-top: 5px;
    margin-bottom: 15px;
  }
}
#formContent form .step-1 .checkbox-section .infosContato {
  width: 100%;
}
@media screen and (max-width: 480px) {
  #formContent form .step-1 .checkbox-section .infosContato .labelCheck2 {
    margin-top: 10px;
  }
}
#formContent form .step-1 .checkbox-section .infosContato strong {
  font-size: 11pt;
  text-transform: uppercase;
  letter-spacing: normal;
  font-weight: normal;
  color: #000000;
  font-family: "nouvelR_extrabold", sans-serif;
  float: left;
  width: 100%;
  padding-top: 32px;
}
@media (max-width: 499px) {
  #formContent form .step-1 .checkbox-section .infosContato strong {
    padding-top: 8px;
  }
}
#formContent form .step-1 .checkbox-section .infosContato a {
  color: #EFDF00;
}
#formContent form .step-1 .checkbox-section .infosContato label {
  font-size: 9pt;
  text-transform: none;
  letter-spacing: 0.5pt;
  font-weight: normal;
  color: #000000;
  margin-top: 8px;
  line-height: 16px;
  float: left;
  margin-right: 10px;
}
@media (min-width: 768px) {
  #formContent form .step-1 .checkbox-section .infosContato label {
    font-size: 9pt;
    text-transform: uppercase;
    letter-spacing: 0.5pt;
    font-weight: normal;
    color: #000000;
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  #formContent form .step-1 .checkbox-section .infosContato label {
    font-size: 11pt;
    text-transform: none;
    letter-spacing: 0pt;
    font-weight: normal;
    color: #000000;
  }
}
@media (min-width: 1600px) {
  #formContent form .step-1 .checkbox-section .infosContato label {
    font-size: 12pt;
    text-transform: none;
    letter-spacing: 0pt;
    font-weight: normal;
    color: #000000;
  }
}
#formContent form .step-1 .checkbox-section .infosContato label div {
  position: relative;
  font-family: nouvelR_regular, sans-serif;
}
#formContent form .step-1 .checkbox-section .infosContato label div label:not(.labelCheck):not(.labelCheck2) {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  transition: all 0.3s ease-in-out;
  left: 15px;
  color: #BBBCBC;
  z-index: 0;
}
#formContent form .step-1 .checkbox-section .infosContato label div input:hover {
  border: 1px solid #000000;
}
#formContent form .step-1 .checkbox-section .infosContato label div input:focus, #formContent form .step-1 .checkbox-section .infosContato label div input:active {
  outline: none;
  border: 2px solid #EFDF00;
  padding: 14px;
  z-index: 0;
}
#formContent form .step-1 .checkbox-section .infosContato label div input:focus + label:not(.labelCheck):not(.labelCheck2), #formContent form .step-1 .checkbox-section .infosContato label div input:active + label:not(.labelCheck):not(.labelCheck2) {
  transform: translate3d(0, -125%, 0);
  font-size: 12px;
  background: #ffffff;
  font-weight: bold;
  padding: 0 5px;
  color: #000000;
  z-index: 1;
}
#formContent form .step-1 .checkbox-section .infosContato label div.check {
  clear: both;
  width: 100%;
}
#formContent form .step-1 .checkbox-section .infosContato label div.check strong {
  font-size: 11pt;
  text-transform: uppercase;
  letter-spacing: normal;
  font-weight: normal;
  color: #000000;
  font-family: "nouvelR_extrabold", sans-serif;
  float: left;
  width: 100%;
}
#formContent form .step-1 .checkbox-section .infosContato label div.check label {
  font-size: 9pt;
  text-transform: none;
  letter-spacing: 0.5pt;
  font-weight: normal;
  color: #000000;
  margin-top: 15px;
  line-height: 16px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  #formContent form .step-1 .checkbox-section .infosContato label div.check label {
    font-size: 9pt;
    text-transform: uppercase;
    letter-spacing: 0.5pt;
    font-weight: normal;
    color: #000000;
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  #formContent form .step-1 .checkbox-section .infosContato label div.check label {
    font-size: 11pt;
    text-transform: none;
    letter-spacing: 0pt;
    font-weight: normal;
    color: #000000;
  }
}
@media (min-width: 1600px) {
  #formContent form .step-1 .checkbox-section .infosContato label div.check label {
    font-size: 12pt;
    text-transform: none;
    letter-spacing: 0pt;
    font-weight: normal;
    color: #000000;
  }
}
#formContent form .step-1 .checkbox-section .infosContato label div.check .labelError {
  top: 0;
  float: none;
}
@media screen and (max-width: 480px) {
  #formContent form .step-1 .checkbox-section .infosContato label div.check {
    margin: 5px 0 10px;
  }
  #formContent form .step-1 .checkbox-section .infosContato label div.check strong {
    float: none;
    display: block;
  }
  #formContent form .step-1 .checkbox-section .infosContato label div.check .labelCheck {
    max-height: 25px;
    margin-top: 5px;
    margin-bottom: 15px;
  }
}
#formContent form .step-1 .checkbox-section .infosContato label div.infosContato {
  width: 100%;
}
@media screen and (max-width: 480px) {
  #formContent form .step-1 .checkbox-section .infosContato label div.infosContato .labelCheck2 {
    margin-top: 10px;
  }
}
#formContent form .step-1 .checkbox-section .infosContato label div.infosContato strong {
  font-size: 11pt;
  text-transform: uppercase;
  letter-spacing: normal;
  font-weight: normal;
  color: #000000;
  font-family: "nouvelR_extrabold", sans-serif;
  float: left;
  width: 100%;
}
#formContent form .step-1 .checkbox-section .infosContato label div.infosContato a {
  color: #EFDF00;
}
#formContent form .step-1 .checkbox-section .infosContato label div.infosContato label {
  font-size: 9pt;
  text-transform: none;
  letter-spacing: 0.5pt;
  font-weight: normal;
  color: #000000;
  margin-top: 25px;
  line-height: 16px;
  float: left;
  margin-right: 10px;
  text-align: left;
}
@media (min-width: 768px) {
  #formContent form .step-1 .checkbox-section .infosContato label div.infosContato label {
    font-size: 9pt;
    text-transform: uppercase;
    letter-spacing: 0.5pt;
    font-weight: normal;
    color: #000000;
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  #formContent form .step-1 .checkbox-section .infosContato label div.infosContato label {
    font-size: 11pt;
    text-transform: none;
    letter-spacing: 0pt;
    font-weight: normal;
    color: #000000;
  }
}
@media (min-width: 1600px) {
  #formContent form .step-1 .checkbox-section .infosContato label div.infosContato label {
    font-size: 12pt;
    text-transform: none;
    letter-spacing: 0pt;
    font-weight: normal;
    color: #000000;
  }
}
#formContent form .step-1 .checkbox-section .infosContato label div.infosContato .labelCheck2.not-found {
  font-size: 10pt;
}
#formContent form .step-1 .checkbox-section .infosContato label div.infosContato .labelCheck2 .labelError {
  width: auto;
  top: -10px;
}
@media (min-width: 768px) {
  #formContent form .step-1 .checkbox-section .infosContato label div.infosContato .labelCheck2 .labelError {
    top: -25px;
  }
}
#formContent form .step-1 .checkbox-section .infosContato label div .labelError {
  position: relative;
  top: -10px;
  left: 0px;
  font-size: 8pt;
  text-transform: none;
  letter-spacing: 0.5pt;
  font-weight: normal;
  color: #f00;
  margin: 0;
  line-height: 0;
  float: left;
  clear: both;
}
#formContent form .step-1 .checkbox-section .infosContato label div.alert {
  width: 100%;
  margin-top: 0;
}
#formContent form .step-1 .checkbox-section .infosContato label div.alert small {
  font-size: 8pt;
  text-transform: none;
  letter-spacing: 0pt;
  font-weight: normal;
  color: #000000;
}
#formContent form .step-1 .checkbox-section .infosContato label.labelCheck2 .checkmark2 {
  top: 16px;
  height: 20px;
  width: 20px;
}
#formContent form .step-1 .checkbox-section .infosContato label .labelError {
  width: auto;
  top: -10px;
}
@media (min-width: 768px) {
  #formContent form .step-1 .checkbox-section .infosContato label .labelError {
    top: -25px;
  }
}
#formContent form .step-2, #formContent form .step-3 {
  width: 100%;
  flex: none;
  transition: opacity 0.2s ease-in-out, height 1s ease-in-out;
  opacity: 0;
  height: 0;
}
@media (max-width: 499px) {
  #formContent form .step-2, #formContent form .step-3 {
    flex-direction: column;
  }
}
#formContent form .next-step, #formContent form .previous-step {
  background: #EFDF00;
  font-size: 11pt;
  text-transform: lowercase;
  letter-spacing: normal;
  font-weight: normal;
  color: #000000;
  font-family: "nouvelR_bold", sans-serif;
  -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;
  text-decoration: none;
  padding: 13px 90px;
  margin-top: 30px;
  display: block;
  margin: 15px auto;
  cursor: pointer;
  clear: both;
}
@media (min-width: 768px) {
  #formContent form .next-step, #formContent form .previous-step {
    padding: 13px 90px;
  }
}
#formContent form .next-step:hover, #formContent form .previous-step:hover {
  background: #F8EB4C;
}
#formContent form .next-step#step-dealer-choice-notFound.disabled, #formContent form #step-dealer-choice-notFound.disabled.previous-step, #formContent form .next-step#step-dealer-choice.disabled, #formContent form #step-dealer-choice.disabled.previous-step {
  pointer-events: none;
  opacity: 0.4;
  cursor: no-drop;
}
#formContent form .next-step#step-dealer-choice-notFound.disabled:hover, #formContent form #step-dealer-choice-notFound.disabled.previous-step:hover, #formContent form .next-step#step-dealer-choice.disabled:hover, #formContent form #step-dealer-choice.disabled.previous-step:hover {
  background: #EFDF00 url("../images/arrow-white.png");
  background-size: 20px;
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  border: 1px solid #EFDF00;
  text-decoration: none;
  padding: 10px 40px 10px 20px;
  margin-top: 30px;
}
#formContent form .previous-step {
  background: #ffffff;
  border: 1px solid #000;
  margin: 15px 10px 15px 10px;
  width: 236px;
}
@media (max-width: 499px) {
  #formContent form .previous-step {
    width: 190px;
    margin: 0 2px 0 0;
  }
}
#formContent form .previous-step:hover {
  background: #000000;
  color: #ffffff;
}
@media screen and (max-width: 480px) {
  #formContent form {
    width: 100%;
    padding-top: 0;
  }
  #formContent form fieldset div input {
    margin-bottom: 20px;
    width: 100%;
  }
  #formContent form fieldset div label:not(.labelCheck):not(.labelCheck2) {
    bottom: 65%;
  }
  #formContent .maps {
    width: 100%;
    min-height: 145px;
  }
}

#internal-form .form {
  padding: 30px 11px;
  font-family: "nouvelR_regular", sans-serif;
}
@media (min-width: 400px) {
  #internal-form .form {
    padding: 30px 25px;
  }
}
@media (min-width: 992px) {
  #internal-form .form {
    padding: 30px;
  }
}
#internal-form .form.car-content-is-hidden {
  padding-top: 70px;
}
@media (min-width: 1200px) {
  #internal-form .form.car-content-is-hidden {
    padding-top: 30px;
  }
}
#internal-form .form-header-title {
  display: inline-flex;
  padding-bottom: 16px;
  align-items: flex-end;
}
@media (min-width: 400px) {
  #internal-form .form-header-title {
    padding-bottom: 25px;
  }
}
#internal-form .form-header-title h2 {
  font-size: 18px;
  padding-right: 30px;
  font-family: "nouvelR_extrabold", sans-serif;
}
@media (min-width: 400px) {
  #internal-form .form-header-title h2 {
    font-size: 23px;
  }
}
@media (min-width: 1200px) {
  #internal-form .form-header-title h2 {
    font-size: 31px;
  }
}
@media (min-width: 1400px) {
  #internal-form .form-header-title h2 {
    font-size: 35px;
  }
}
#internal-form .form-header-title h2 span {
  text-transform: capitalize;
}
#internal-form .form-header-title p.steps {
  font-size: 14px;
  padding-bottom: 6px;
  color: #C5C5C5;
  font-family: "nouvelR_bold", sans-serif;
}
@media (min-width: 400px) {
  #internal-form .form-header-title p.steps {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  #internal-form .form-header-title p.steps {
    font-size: 16px;
  }
}
@media (min-width: 1400px) {
  #internal-form .form-header-title p.steps {
    font-size: 18px;
  }
}
#internal-form .form-header-title p.steps span {
  letter-spacing: 3px;
}
#internal-form .form-header-title p.steps span.total-steps {
  color: #000000;
}
#internal-form .form-header-subtitle {
  font-size: 14px;
  font-family: "nouvelR_regular", sans-serif;
  padding-right: 30px;
}
@media (min-width: 400px) {
  #internal-form .form-header-subtitle {
    font-size: 16px;
    padding-right: 25px;
  }
}
@media (min-width: 1200px) {
  #internal-form .form-header-subtitle {
    font-size: 15px;
  }
}
@media (min-width: 1400px) {
  #internal-form .form-header-subtitle {
    font-size: 16px;
  }
}
#internal-form .form-header-subtitle.hidden {
  visibility: hidden;
}
#internal-form .form-content h3 {
  font-size: 16px;
  padding: 0px 0px 20px;
  font-family: "nouvelR_extrabold", sans-serif;
}
@media (min-width: 400px) {
  #internal-form .form-content h3 {
    font-size: 21px;
  }
}
@media (min-width: 1200px) {
  #internal-form .form-content h3 {
    font-size: 21px;
  }
}
@media (min-width: 1400px) {
  #internal-form .form-content h3 {
    font-size: 24px;
  }
}
#internal-form .form-content .step-2, #internal-form .form-content .step-3 {
  display: none;
}
#internal-form .form-content .dealerships h3 {
  padding: 25px 0px 20px;
}
#internal-form .form-content .dealerships-card {
  height: 100%;
  border: 1px solid #D9D9D6;
}
#internal-form .form-content .dealerships-card-header {
  display: flex;
  padding: 16px 10px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #000000;
}
@media (min-width: 768px) {
  #internal-form .form-content .dealerships-card-header {
    padding: 10px;
    flex-direction: row;
  }
}
#internal-form .form-content .dealerships-card-header .choose-close button {
  gap: 15px;
  display: inline-flex;
  align-items: center;
}
#internal-form .form-content .dealerships-card-header .choose-close button p {
  padding-bottom: 3px;
}
#internal-form .form-content .dealerships-card-header .choose-or {
  font-size: 20px;
  padding: 4px 0px;
  color: #FFFFFF;
  font-family: "nouvelR_bold", sans-serif;
}
@media (min-width: 768px) {
  #internal-form .form-content .dealerships-card-header .choose-or {
    padding: 0px 17px;
  }
}
#internal-form .form-content .dealerships-card-header .choose-input {
  position: relative;
}
#internal-form .form-content .dealerships-card-header .choose-input input {
  width: 265px;
  height: 43px;
  font-size: 15px;
  position: relative;
  border-radius: 2px;
  padding: 10px 30px 10px 7px;
  font-family: "nouvelR_regular", sans-serif;
}
@media (min-width: 400px) {
  #internal-form .form-content .dealerships-card-header .choose-input input {
    width: 320px;
  }
}
@media (min-width: 1200px) {
  #internal-form .form-content .dealerships-card-header .choose-input input {
    height: 41px;
  }
}
@media (min-width: 1400px) {
  #internal-form .form-content .dealerships-card-header .choose-input input {
    height: 43px;
  }
}
#internal-form .form-content .dealerships-card-header .choose-input div {
  position: absolute;
  top: 7px;
  right: 8px;
  font-size: 20px;
  color: #000000;
  font-family: "nouvelR_light", sans-serif;
}
#internal-form .form-content .dealerships-card-header .choose-input div.clear {
  top: 5px;
  right: 10px;
}
#internal-form .form-content .dealerships-card-header .choose-input div.hidden {
  display: none;
}
#internal-form .form-content .dealerships-card-map {
  width: 100%;
  height: 70px;
  position: relative;
  background-size: cover;
  background: url("https://d3b0urqz8xpl80.cloudfront.net/ofertas/placeholders/map_placeholder.png");
}
#internal-form .form-content .dealerships-card-map button {
  position: absolute;
  top: 15px;
  z-index: 9;
  right: 12px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
}
#internal-form .form-content .dealerships-card-map button.gm-fullscreen-control img {
  margin: 0;
}
#internal-form .form-content .dealerships-card-map button img {
  width: 18px;
  height: 18px;
  margin-top: 4px;
}
#internal-form .form-content .dealerships-card-map button:hover img {
  filter: brightness(0);
}
#internal-form .form-content .dealerships-card-map .custom-marker-label {
  font-size: 1.8rem !important;
  margin-top: -10px !important;
  text-align: center !important;
  font-family: "nouvelR_bold", sans-serif !important;
}
#internal-form .form-content .dealerships-card-map #map-contact {
  height: 70px;
}
#internal-form .form-content .dealerships-card-map #map-contact.fullscreen {
  height: 100vh;
}
#internal-form .form-content .dealerships-card-content {
  max-height: 430px;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  scroll-behavior: smooth;
  overscroll-behavior-y: contain;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
}
#internal-form .form-content .dealerships-card-content::-webkit-scrollbar {
  width: 5px;
  background: #D4D5D1;
}
#internal-form .form-content .dealerships-card-content {
  /* Track */
}
#internal-form .form-content .dealerships-card-content::-webkit-scrollbar-track {
  background: #D4D5D1;
}
#internal-form .form-content .dealerships-card-content {
  /* Handle */
}
#internal-form .form-content .dealerships-card-content::-webkit-scrollbar-thumb {
  background: #808080;
}
#internal-form .form-content .dealerships-card-content {
  /* Handle on hover */
}
#internal-form .form-content .dealerships-card-content::-webkit-scrollbar-thumb:hover {
  background: #808080;
}
@media (min-width: 400px) {
  #internal-form .form-content .dealerships-card-content {
    max-height: 420px;
  }
}
@media (min-width: 500px) {
  #internal-form .form-content .dealerships-card-content {
    max-height: 403px;
  }
}
@media screen and (min-width: 540px) {
  #internal-form .form-content .dealerships-card-content {
    max-height: 385px;
  }
}
@media (min-width: 1200px) {
  #internal-form .form-content .dealerships-card-content {
    max-height: 625px;
  }
}
#internal-form .form-content .dealerships-card-content div ul li {
  padding: 10px 5px;
  scroll-snap-align: start;
}
#internal-form .form-content .dealerships-card-content div ul li.chosen {
  background-color: #F2F2F2;
}
#internal-form .form-content .dealerships-card-content div ul li .dealer {
  display: grid;
  padding: 15px 5px 50px 1px;
  grid-template-columns: 18% 52% 30%;
}
@media (min-width: 400px) {
  #internal-form .form-content .dealerships-card-content div ul li .dealer {
    padding: 15px 5px 34px;
    grid-template-columns: 17% 53% 30%;
  }
}
@media (min-width: 768px) {
  #internal-form .form-content .dealerships-card-content div ul li .dealer {
    grid-template-columns: 10% 74% 16%;
  }
}
@media (min-width: 1200px) {
  #internal-form .form-content .dealerships-card-content div ul li .dealer {
    padding: 15px 5px 50px;
    grid-template-columns: 10% 75% 15%;
  }
}
@media (min-width: 1400px) {
  #internal-form .form-content .dealerships-card-content div ul li .dealer {
    grid-template-columns: 10% 77% 13%;
  }
}
@media (min-width: 1600px) {
  #internal-form .form-content .dealerships-card-content div ul li .dealer {
    grid-template-columns: 10% 80% 10%;
  }
}
#internal-form .form-content .dealerships-card-content div ul li .dealer-distance {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
#internal-form .form-content .dealerships-card-content div ul li .dealer-distance-icon {
  z-index: 2;
  width: 32px;
  height: 32px;
  display: flex;
  border: 0 solid;
  font-weight: 700;
  font-size: 1.4rem;
  position: relative;
  border-radius: 50%;
  align-items: center;
  margin-bottom: 16px;
  justify-content: center;
  background-color: #EFDF00;
}
#internal-form .form-content .dealerships-card-content div ul li .dealer-distance-icon span {
  font-size: 16px;
  padding-top: 4px;
  text-align: center;
  font-family: "nouvelR_regular", sans-serif;
}
#internal-form .form-content .dealerships-card-content div ul li .dealer-distance-icon::after {
  content: "";
  position: absolute;
  transform: translate3d(-50%, 0, 0);
  z-index: 1;
  bottom: -10px;
  left: 50%;
  width: 0;
  height: 0;
  transition: border-color 0.5s ease;
  border-style: solid;
  border-width: 18px 14px 0;
  border-color: #efdf00 transparent transparent;
}
#internal-form .form-content .dealerships-card-content div ul li .dealer-distance p {
  font-size: 13px;
  padding-top: 5px;
  text-transform: lowercase;
  font-family: "nouvelR_regular", sans-serif;
}
#internal-form .form-content .dealerships-card-content div ul li .dealer-distance p strong {
  font-family: "nouvelR_bold", sans-serif;
}
#internal-form .form-content .dealerships-card-content div ul li .dealer-content {
  padding-left: 7px;
}
@media (min-width: 768px) {
  #internal-form .form-content .dealerships-card-content div ul li .dealer-content {
    padding-left: 14px;
  }
}
#internal-form .form-content .dealerships-card-content div ul li .dealer-content-address {
  font-size: 10px;
  line-height: 14px;
  padding-right: 7px;
  padding-bottom: 10px;
  font-family: "nouvelR_regular", sans-serif;
}
#internal-form .form-content .dealerships-card-content div ul li .dealer-content-address strong {
  font-size: 14px;
  font-family: "nouvelR_bold", sans-serif;
}
@media (min-width: 340px) {
  #internal-form .form-content .dealerships-card-content div ul li .dealer-content-address {
    font-size: 11px;
    line-height: 15px;
  }
}
@media (min-width: 375px) {
  #internal-form .form-content .dealerships-card-content div ul li .dealer-content-address {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (min-width: 400px) {
  #internal-form .form-content .dealerships-card-content div ul li .dealer-content-address {
    font-size: 14px;
    line-height: 18px;
  }
  #internal-form .form-content .dealerships-card-content div ul li .dealer-content-address strong {
    font-size: 15px;
  }
}
#internal-form .form-content .dealerships-card-content div ul li .dealer-content-address-icon {
  gap: 8px;
  display: grid;
  align-items: center;
  padding-bottom: 5px;
  grid-template-columns: 15px 1fr;
}
@media (min-width: 768px) {
  #internal-form .form-content .dealerships-card-content div ul li .dealer-content-address-icon {
    gap: 140x;
  }
}
#internal-form .form-content .dealerships-card-content div ul li .dealer-content-address-icon a {
  font-size: 12px;
  cursor: pointer;
  color: #000000;
  text-decoration: underline;
}
@media (min-width: 400px) {
  #internal-form .form-content .dealerships-card-content div ul li .dealer-content-address-icon a {
    font-size: 16px;
  }
}
#internal-form .form-content .dealerships-card-content div ul li .dealer-content-address-icon a.location {
  padding-bottom: 6px;
}
#internal-form .form-content .dealerships-card-content div ul li .dealer-choose {
  padding-top: 7px;
}
#internal-form .form-content .dealerships-card-content div ul li.no-content-placeholder {
  font-size: 17px;
  text-align: center;
  padding: 100px 10px;
  color: #8C8C8B;
  background-color: #F2F2F2;
  font-family: "nouvelR_semibold", sans-serif;
}
#internal-form .form-content .personal-data {
  width: 100%;
}
@media (min-width: 992px) {
  #internal-form .form-content .personal-data {
    width: 54%;
  }
}
#internal-form .form-content .personal-data form {
  padding-bottom: 30px;
}
#internal-form .form-content .personal-data form a {
  color: #EFDF00;
}
#internal-form .form-content .personal-data-input {
  display: flex;
  padding-bottom: 40px;
  flex-direction: column;
}
#internal-form .form-content .personal-data label {
  font-size: 15px;
  color: #8C8C8B;
  padding-bottom: 3px;
  font-family: "nouvelR_regular", sans-serif;
}
@media (min-width: 1200px) {
  #internal-form .form-content .personal-data label {
    font-size: 11px;
  }
}
@media (min-width: 1400px) {
  #internal-form .form-content .personal-data label {
    font-size: 15px;
  }
}
#internal-form .form-content .personal-data label.labelCheck2 {
  color: #000000;
}
#internal-form .form-content .personal-data .labelError {
  float: none;
  position: relative;
  top: 46px;
  left: 0px;
  font-size: 8pt;
  text-transform: none;
  letter-spacing: 0.5pt;
  font-weight: normal;
  color: #f00;
  margin: 0;
  line-height: 0;
  float: left;
  clear: both;
}
#internal-form .form-content .personal-data input {
  width: 100%;
  border: none;
  outline: none;
  font-size: 15px;
  color: #000000;
  padding: 10px 0px 5px;
  border-bottom: 1px solid #8C8C8B;
  font-family: "nouvelR_regular", sans-serif;
}
#internal-form .form-content .personal-data div.alert {
  width: 100%;
  margin-top: 0;
}
#internal-form .form-content .personal-data div.alert small {
  width: 100%;
  display: block;
  font-size: 8pt;
  text-transform: none;
  letter-spacing: 0pt;
  font-weight: normal;
  color: #000000;
}
@media (max-width: 499px) {
  #internal-form .form-content .personal-data div.alert small {
    font-size: 12px;
  }
}
#internal-form .form-content .personal-data div strong {
  font-size: 16px;
  line-height: 36px;
  color: #8C8C8B;
  padding-bottom: 7px;
  font-family: "nouvelR_semibold", sans-serif;
}
@media (min-width: 1200px) {
  #internal-form .form-content .personal-data div strong {
    font-size: 14px;
  }
}
@media (min-width: 1400px) {
  #internal-form .form-content .personal-data div strong {
    font-size: 16px;
  }
}
#internal-form .form-content .personal-data div.buttons {
  gap: 30px;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  #internal-form .form-content .personal-data div.buttons {
    gap: 50px;
  }
}
#internal-form .form-content .personal-data div.buttons button {
  width: 50%;
}
#internal-form .form-content .personal-data .buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#internal-form .form-content .personal-data .pcd-special-conditions {
  display: flex;
  align-items: center;
  padding-top: 40px;
  font-size: 15px;
  font-family: "nouvelR_regular", sans-serif;
}
@media (min-width: 1200px) {
  #internal-form .form-content .personal-data .pcd-special-conditions {
    font-size: 11px;
  }
}
@media (min-width: 1400px) {
  #internal-form .form-content .personal-data .pcd-special-conditions {
    font-size: 15px;
  }
}
#internal-form .form-content .personal-data .pcd-special-conditions svg {
  padding-right: 10px;
}
#internal-form .form-content .personal-data .pcd-special-conditions-text {
  display: block;
}
@media (min-width: 768px) {
  #internal-form .form-content .personal-data .pcd-special-conditions-text {
    gap: 10px;
    display: flex;
    align-items: center;
  }
}
#internal-form .form-content .personal-data .pcd-special-conditions-text p {
  font-family: "nouvelR_semibold", sans-serif;
}
#internal-form .form-content .personal-data .pcd-special-conditions-text a {
  color: #50CEF5;
  font-family: "nouvelR_semibold", sans-serif;
}
#internal-form .form-content .success-message p {
  font-size: 14px;
  padding-bottom: 20px;
  font-family: "nouvelR_regular", sans-serif;
}
@media (min-width: 400px) {
  #internal-form .form-content .success-message p {
    font-size: 16px;
  }
}
#internal-form.first-access .form {
  padding-top: 25px;
}

.send-offer {
  background: #EFDF00;
  font-size: 11pt;
  text-transform: lowercase;
  letter-spacing: normal;
  font-weight: normal;
  color: #000000;
  font-family: "nouvelR_bold", sans-serif;
  -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;
  text-decoration: none;
  padding: 13px 90px;
  margin-top: 30px;
  display: block;
  margin: 15px 10px;
  cursor: pointer;
  clear: both;
  width: 236px;
  border: 0;
  opacity: 0.5;
}
.send-offer:after {
  content: "Enviar";
  font-size: 11pt;
  text-transform: lowercase;
  letter-spacing: normal;
  font-weight: normal;
  color: #000000;
}
@media (max-width: 499px) {
  .send-offer {
    width: 190px;
    margin: 0;
    margin-left: 2px;
  }
}
.send-offer.active {
  opacity: 1;
}
.send-offer:hover {
  background: #F8EB4C;
  opacity: 0.9;
}
.send-offer.whatsapp {
  background: #EFDF00;
  background-size: 32px;
  margin: 15px 10px 15px 10px;
  padding: 0;
  border: 0;
  display: flex;
  align-items: center;
  width: 236px;
  justify-content: center;
}
@media screen and (min-width: 480px) {
  .send-offer.whatsapp:after {
    content: "Conversar Agora";
  }
  .send-offer.whatsapp:before {
    content: "";
    background-image: url(../images/whatsapp-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    width: 32px;
    height: 32px;
    margin-right: 16px;
    display: block;
  }
}
@media (max-width: 499px) {
  .send-offer.whatsapp {
    width: 190px;
    margin: 0;
    padding: 5px;
    margin-left: 2px;
  }
  .send-offer.whatsapp:before {
    content: "";
    background-image: url(../images/whatsapp-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    width: 32px;
    height: 32px;
    margin-right: 16px;
    display: block;
    background-size: 80% auto;
  }
  .send-offer.whatsapp:after {
    content: "Conversar";
    font-size: 12pt;
    text-transform: uppercase;
    letter-spacing: 0.5pt;
    font-weight: normal;
    color: #000000;
  }
}
.send-offer.whatsapp:hover {
  opacity: 0.9;
}
.send-offer.oficina {
  background: #EFDF00;
}
@media (max-width: 499px) {
  .send-offer.oficina:after {
    font-size: 12pt;
    text-transform: uppercase;
    letter-spacing: 0.5pt;
    font-weight: normal;
    color: #000000;
  }
}
.send-offer.condicao-especial:after {
  content: "";
}

.send-offer-turbodrive {
  background: #EFDF00;
  font-size: 11pt;
  text-transform: lowercase;
  letter-spacing: normal;
  font-weight: normal;
  color: #000000;
  font-family: "nouvelR_bold", sans-serif;
  -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;
  text-decoration: none;
  padding: 13px 120px 13px 100px;
  margin-top: 30px;
  display: block;
  margin: 15px 10px;
  cursor: pointer;
  clear: both;
  width: 236px;
  border: 0;
}
.send-offer-turbodrive:after {
  content: "Enviar";
  font-size: 11pt;
  text-transform: lowercase;
  letter-spacing: normal;
  font-weight: normal;
  color: #000000;
}
@media (max-width: 499px) {
  .send-offer-turbodrive {
    width: 190px;
    margin: 0;
    margin-left: 2px;
  }
}
.send-offer-turbodrive.active {
  opacity: 1;
}
.send-offer-turbodrive:hover {
  background: #F8EB4C;
  opacity: 0.9;
}

/* Create a custom radio button */
.labelCheck {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.labelCheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  border: 1px solid #888B8D;
}

/* On mouse-over, add a grey background color */
.labelCheck:hover input ~ .checkmark {
  background-color: #D9D9D6;
}

/* When the radio button is checked, add a blue background */
.labelCheck input:checked ~ .checkmark {
  background-color: #000000;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.labelCheck input:checked ~ .checkmark:after {
  display: block;
}

/* =================== Create a custom checkbox*/
.labelCheck2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.labelCheck2 .labelError {
  top: -10px;
}

/* Hide the browser's default radio button */
.labelCheck2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: auto;
  display: none;
}

.checkmark2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 1px solid #888B8D;
}
@media (min-width: 1200px) {
  .checkmark2 {
    height: 20px;
    width: 20px;
  }
}
@media (min-width: 1400px) {
  .checkmark2 {
    height: 25px;
    width: 25px;
  }
}
.checkmark2.policyCheck.error {
  border-color: red;
  box-shadow: 0 0 0 rgba(205, 0, 0, 0.4);
  animation: pulse 2s infinite;
}

/* On mouse-over, add a grey background color */
.labelCheck2:hover input ~ .checkmark2 {
  background-color: #D9D9D6;
}

/* When the radio button is checked, add a blue background */
.labelCheck2 input:checked ~ .checkmark2 {
  background: #000000 url("../images/ico-check-white.png") no-repeat center center;
  background-size: 80%;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.labelCheck2 input:checked ~ .checkmark2:after {
  display: block;
}

.maps {
  position: relative;
  width: 100%;
  float: right;
  transition: all 1s ease-in-out;
  min-height: 250px;
}
.maps.active {
  max-height: 2000px;
}
.maps #rnt_googleMaps {
  display: flex;
}
.maps #rnt_googleMaps.notFound {
  flex-direction: column;
}
.maps #rnt_googleMaps #map-contact {
  height: 350px;
  border-radius: 4px;
  width: 100%;
}
@media (min-width: 992px) {
  .maps #rnt_googleMaps #map-contact {
    height: 400px;
  }
}
@media (min-width: 1200px) {
  .maps #rnt_googleMaps #map-contact {
    height: 450px;
  }
}
.maps .send-offer-oficina,
.maps .send-offer {
  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: 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;
  clear: both;
}
@media (min-width: 768px) {
  .maps .send-offer-oficina,
  .maps .send-offer {
    font-size: 12pt;
    text-transform: uppercase;
    letter-spacing: 0.5pt;
    font-weight: normal;
    color: #000000;
    padding: 14px 40px 14px 20px;
  }
}
@media (min-width: 992px) {
  .maps .send-offer-oficina,
  .maps .send-offer {
    font-size: 10pt;
    text-transform: uppercase;
    letter-spacing: 0.5pt;
    font-weight: normal;
    color: #000000;
    padding: 12px 40px 12px 20px;
  }
}
.maps .send-offer-oficina:hover,
.maps .send-offer:hover {
  background: url("../images/arrow-buttom-slider-over.png") no-repeat 95% center;
  background-size: 20px;
  border: 1px solid #EFDF00;
  color: #EFDF00;
}
.maps .send-offer-turbodrive {
  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: 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;
  clear: both;
}
@media (min-width: 768px) {
  .maps .send-offer-turbodrive {
    font-size: 12pt;
    text-transform: uppercase;
    letter-spacing: 0.5pt;
    font-weight: normal;
    color: #000000;
    padding: 14px 40px 14px 20px;
  }
}
@media (min-width: 992px) {
  .maps .send-offer-turbodrive {
    font-size: 10pt;
    text-transform: uppercase;
    letter-spacing: 0.5pt;
    font-weight: normal;
    color: #000000;
    padding: 12px 40px 12px 20px;
  }
}
.maps .send-offer-turbodrive:hover {
  background: url("../images/arrow-buttom-slider-over.png") no-repeat 95% center;
  background-size: 20px;
  border: 1px solid #EFDF00;
  color: #EFDF00;
}

/* OptIn fields */
.hide.terms {
  display: none;
}

.read-more {
  text-decoration: underline;
  display: block;
  color: #888B8D !important;
  position: relative;
}
.read-more:hover {
  opacity: 0.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);
  }
}
#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);
  }
}
@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%;
  }
}