@font-face {
  font-family: "toyotatype_black";
  src: url("../../../../fonts/ToyotaType-Black.woff") format("woff"),
    url("../../../../fonts/ToyotaType-Black.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "toyotatype_book";
  src: url("../../../../fonts/ToyotaType-Book.woff") format("woff"),
    url("../../../../fonts/ToyotaType-Book.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "toyotatype_bold";
  src: url("../../../../fonts/ToyotaType-Bold.woff") format("woff"),
    url("../../../../fonts/ToyotaType-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "toyotatype_light";
  src: url("../../../../fonts/ToyotaType-Light.woff") format("woff"),
    url("../../../../fonts/ToyotaType-Light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "toyotatype_semibold";
  src: url("../../../../fonts/ToyotaType-Semibold.woff") format("woff"),
    url("../../../../fonts/ToyotaType-Semibold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
.custom-page-ciclo {
  background: #fff;
}
.custom-page-ciclo * {
  /* font-family: $tRegular; */
  color: #000;
  margin-block-start: 0;
  margin-block-end: 0;
}
.custom-page-ciclo a {
  text-decoration: underline;
}
.custom-page-ciclo h2 {
  font-size: 30px;
  line-height: 42px;
  font-family: 'toyota_displaybold';
  text-transform: uppercase;
  color: #787878;
  margin: 0;
  padding: 0;
}
.custom-page-ciclo p {
  font-size: 15px;
  line-height: 22px;
  color: #787878;
}

/* General - Begin */

:root {
  --default-spacer: 30px;
}

.section-offwhite {
  width: 100vw;
  background-color: #f7f7f7;
  padding: 50px 0;
}
span.title-format {
  font-family: "toyotatype_semibold";
  font-weight: bold;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  color: #787878;
  text-transform: uppercase;
}
.custom-page-ciclo-m {
  background-color: white;
}

/* General - End */
/* Top Banner - Begin */

.custom-page-ciclo-m h2 {
  line-height: 24px;
}
.top-banner {
  height: 500px;
}
@media (max-width: 1000px) {
  .top-banner {
    max-height: 35vh;
  }
}
@media (min-width: 1000px) and (max-width: 1400px) {
  .top-banner {
    max-height: 50vh;
  }
}
.top-banner-image {
  display: block;
  width: 100vw;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
.m-top-banner {
  /* height: 500px; */
}
.m-top-banner-image {
  display: block;
  width: 100vw;
  max-width: 640px;
  object-fit: cover
}

/* Top Banner - End */
/* Intro Description - Begin */

.intro-desciption {
  display: flex;
  flex-direction: row;
  padding: var(--default-spacer);
  align-items: center;
}
.intro-desciption .logo {
  height: 220px;
}
.intro-desciption .description {
  margin-left: var(--default-spacer);
}
.intro-desciption .description h2 {
  max-width: 560px;
  margin-bottom: var(--default-spacer);
}
.dashed-separator {
  margin: var(--default-spacer) auto;
  height: 65px;
  width: 0px;
  border-left: 1px dashed #E5142B;
}
/* Mobile */
.m-dashed-separator {
  margin: var(--default-spacer) auto 60px auto;
  height: 65px;
  width: 0px;
  border-left: 1px dashed #E5142B;
}
.m-intro-desciption {
  display: flex;
  flex-direction: column;
  padding: 0 var(--default-spacer);
  align-items: center;
  max-width: 640px;
  box-sizing: border-box;
}
.m-intro-desciption .m-logo-title {
  display: grid;
  grid-template-columns: 2fr 3fr;
  grid-template-areas: "image title";
  align-items: center;
  gap: var(--default-spacer);
}
.m-intro-desciption .m-logo {
  grid-area: image;
  object-fit: contain;
  width: 100%;
}

/* Intro Description - End */
/* Benefit Cards - Begin */

.benefit-cards {
  display: flex;
  flex-direction: column;
  padding: var(--default-spacer);
  align-items: center;
}
.benefit-cards h2 {
  margin-bottom: var(--default-spacer);
}
.benefit-cards .cards-container {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}
.benefit-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 256px;
  gap: 20px;
}
.benefit-card .icon {
  height: 124px;
  width: 124px;
}
.benefit-card .title {
  font-family: "toyotatype_semibold";
  font-weight: bold;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  color: #787878;
}
.benefit-card .description {
  text-align: center;
}
/* Mobile */
.m-title {
  text-align: center;
}
.m-benefit-card {
  margin: auto;
}
.slick-dots {
  list-style-type: none;
  padding: 0;
  text-align: center;
  margin: 41px 0 0;
}
.slick-dots li {
  margin: 0 10px;
  display: inline-block;
}
.slick-dots li button {
  display: inline-block;
  background: #cbcbcb;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  padding: 0;
  text-indent: -9999px;
  border: none;
}
.slick-dots li button {
  display: inline-block;
  background: #cbcbcb;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  padding: 0;
  text-indent: -9999px;
  border: none;
}
.slick-dots li.slick-active button {
  background: #e81528;
  border: 0;
}

/* Benefit Cards - End */
/* How it Works - Begin */

.how-it-works {
  margin-top: 50px;
  margin-bottom: 50px;
}
.how-it-works .how-it-works-title {
  margin-left: var(--default-spacer);
}
.custom-page-ciclo-m .how-it-works {
  margin-bottom: 0;
}
.how-it-works .slide {
  display: flex;
  flex-direction: column;
}
.how-it-works .topics-title-container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: var(--default-spacer);
  padding-bottom: 10px;
}
.how-it-works .topics-description-container {
  display: flex;
  justify-content: space-evenly;
  padding: var(--default-spacer);
  padding-top: 10px;
}
.how-it-works .topic {
  flex: 1 1 0px;
  max-width: 256px;
  text-align: center;
}
.how-it-works .image-container {
  margin: auto;
  margin-top: var(--default-spacer);
}

.how-it-works .image {
  margin: auto;
  width: 600px;
}
/* Mobile */
.how-it-works .m-topics-container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 10px var(--default-spacer);
}
.how-it-works .m-image-container {
  margin: auto;
}
.how-it-works .m-image {
  width: calc(100% - 60px);
  margin: auto;
}
.how-it-works .slick-dots {
  margin: 0;
}

/* How it Works - End */
.section-offwhite .find-dealership {
  background-color: #f7f7f7;
  padding: 16px 0;
}
/* Legal text - Begin */
.legal-txt .container {
  max-width: 880px;
  padding: 90px 10px 16px;
  margin-bottom: 0;
}

.legal-txt p {
  font-size: 11px;
  line-height: 17px;
}
/* Legal text - End */

.custom-page-ciclo header {
  max-width: 100%;
  position: relative;
}
.custom-page-ciclo header.header-desk {
  margin-bottom: 130px;
  background-color: #f7f7f7;
  padding-bottom: 1%;
}
.custom-page-ciclo header img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  display: block;
}
.custom-page-ciclo header .wrapper_ttls * {
  font: 50px/60px "toyotatype_semibold";
}
@media only screen and (max-width: 640px) {
  .custom-page-ciclo header .wrapper_ttls * {
    font: 30px/35px "toyotatype_semibold";
  }
}
.custom-page-ciclo header .wrapper_ttls .box_ttl1 {
  position: relative;
  z-index: 3;
}
.custom-page-ciclo header .wrapper_ttls .box_ttl1 .wrapper_ttl1 {
  position: absolute;
  bottom: -8px;
  color: #fff;
}
.custom-page-ciclo header .wrapper_ttls .box_ttl1 .wrapper_ttl1 p {
  color: #fff;
}
@media only screen and (max-width: 414px) {
  .custom-page-ciclo header .wrapper_ttls .box_ttl1 .wrapper_ttl1 {
    bottom: -4px;
  }
}
.custom-page-ciclo header .wrapper_ttls .wrapper_ttl2 {
  float: left;
  color: #000;
  max-width: 100%;
}
.custom-page-ciclo header .description {
  font: 20px/22px "toyotatype_book";
  color: #000;
  float: right;
  padding: 2%;
  width: 60%;
  background-color: white;
  margin-top: 3%;
}
.custom-page-ciclo header .logo {
  float: left;
  width: 20%;
  margin-top: 3%;
  margin-left: 10%;
}
.custom-page-ciclo header .description .ttlDescription {
  font-size: 20px;
}
@media only screen and (max-width: 720px) {
  .custom-page-ciclo header .description {
    font: 14px/20px "toyotatype_book";
    width: 60%;
  }
}
.custom-page-ciclo header .wrapper__ttl1 p,
.custom-page-ciclo header .wrapper__ttl2 p {
  margin: 0;
}
.custom-page-ciclo h3.ttl-03 {
  font: 40px/33px "toyotatype_semibold";
  text-align: center;
  text-transform: uppercase;
  padding-top: 3%;
}
@media only screen and (max-width: 720px) {
  .custom-page-ciclo h3.ttl-03 {
    font: 22px/30px "toyotatype_semibold";
  }
}
.custom-page-ciclo .como-funciona {
  background: -webkit-linear-gradient(
    90deg,
    #fff 0%,
    #fff 24%,
    #f4f3f3 24%,
    #f4f3f3 70%,
    #fff 70%
  );
}
@media only screen and (max-width: 720px) {
  .custom-page-ciclo .como-funciona {
    background: -webkit-linear-gradient(
      90deg,
      #fff 0%,
      #fff 21%,
      #f4f3f3 21%,
      #f4f3f3 72%,
      #fff 72%
    );
  }
}
@media only screen and (max-width: 450px) {
  .custom-page-ciclo .como-funciona {
    background: -webkit-linear-gradient(
      90deg,
      #fff 0%,
      #fff 25%,
      #f4f3f3 25%,
      #f4f3f3 75%,
      #fff 75%
    );
  }
}
@media only screen and (max-width: 395px) {
  .custom-page-ciclo .como-funciona {
    background: -webkit-linear-gradient(
      90deg,
      #fff 0%,
      #fff 27%,
      #f4f3f3 27%,
      #f4f3f3 75%,
      #fff 75%
    );
  }
}
@media only screen and (max-width: 395px) {
  .custom-page-ciclo .como-funciona {
    background: -webkit-linear-gradient(
      90deg,
      #fff 0%,
      #fff 26%,
      #f4f3f3 26%,
      #f4f3f3 80%,
      #fff 80%
    );
  }
}
.custom-page-ciclo .como-funciona .lst-como-funciona {
  padding: 0;
  margin: 70px 0 0;
}
@media only screen and (max-width: 720px) {
  .custom-page-ciclo .como-funciona .lst-como-funciona {
    margin: 35px 0 0;
  }
}
.custom-page-ciclo .como-funciona .lst-como-funciona__item {
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  font-size: 14px;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
}
.custom-page-ciclo
  .como-funciona
  .lst-como-funciona__item:nth-child(n + 3)
  img {
  -webkit-transform: translateX(17px);
  -ms-transform: translateX(17px);
  transform: translateX(17px);
  -webkit-transform: translateX(17px);
  -moz-transform: translateX(17px);
  -ms-transform: translateX(17px);
}
.custom-page-ciclo .como-funciona .lst-como-funciona__item:last-child img {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
}
.custom-page-ciclo .como-funciona .lst-como-funciona__item span {
  display: block;
  margin-bottom: 20px;
  font: 15px/22px "toyotatype_book";
  max-width: 379px;
  margin: 0 auto;
}
.custom-page-ciclo .como-funciona .lst-como-funciona__item span strong {
  font: 15px/22px "toyotatype_semibold";
}
@media only screen and (max-width: 720px) {
  .custom-page-ciclo .como-funciona .lst-como-funciona__item span {
    max-width: 358px;
    text-align: left;
  }
}
.custom-page-ciclo .como-funciona .lst-como-funciona__item img {
  width: 90%;
  max-width: 358px;
  margin: 0 auto 24px;
}
@media only screen and (max-width: 375px) {
  .custom-page-ciclo .como-funciona .lst-como-funciona__item img {
    width: 100%;
    margin: 0 auto 37px;
  }
}
.custom-page-ciclo .como-funciona .bar-slider {
  border-color: #e81528;
  width: -webkit-calc(80%);
  width: calc(80%);
  height: 66px;
  margin: auto;
  border-width: 0 10px 10px;
  border-style: solid;
  margin-top: 20px;
}
@media only screen and (max-width: 720px) {
  .custom-page-ciclo .como-funciona .bar-slider {
    margin-top: -10px;
    border-width: 0 8px 8px;
    height: 45px;
    width: -webkit-calc(70%);
    width: calc(70%);
  }
}
@media only screen and (max-width: 375px) {
  .custom-page-ciclo .como-funciona .bar-slider {
    width: 95%;
  }
}
.custom-page-ciclo .como-funciona .leg {
  margin-top: 45px;
  font-family: "toyotatype_book";
  font-size: 15px;
  line-height: 22px;
}
@media only screen and (max-width: 720px) {
  .custom-page-ciclo .como-funciona .leg {
    margin-top: 37px;
    font: 10px/15px "toyotatype_book";
    text-align: center;
  }
}
.custom-page-ciclo .slick-dots {
  list-style-type: none;
  padding: 0;
  text-align: center;
  margin: 41px 0 0;
}
.custom-page-ciclo .slick-dots li {
  margin: 0 10px;
  display: inline-block;
}
.custom-page-ciclo .slick-dots li button {
  display: inline-block;
  background: #cbcbcb;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  padding: 0;
  text-indent: -9999px;
  border: none;
}
.custom-page-ciclo .slick-dots li.slick-active button {
  background: #e81528;
  border: 0;
}
.custom-page-ciclo .beneficios .lst-beneficios {
  padding: 0;
  margin: 110px 0 147px;
  text-align: center;
}
@media only screen and (max-width: 720px) {
  .custom-page-ciclo .beneficios .lst-beneficios {
    margin: 35px 0 0;
  }
}
.custom-page-ciclo .beneficios .lst-beneficios__item {
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px;
  display: table-cell;
}
.custom-page-ciclo .beneficios .lst-beneficios__item p {
  font: 18px/24px "toyotatype_book";
}
.custom-page-ciclo .beneficios .lst-beneficios__item p strong {
  font: 18px/24px "toyotatype_semibold";
}
@media only screen and (max-width: 720px) {
  .custom-page-ciclo .beneficios .lst-beneficios__item p {
    font-size: 14px;
    line-height: 20px;
  }
  .custom-page-ciclo .beneficios .lst-beneficios__item p strong {
    font-size: 14px;
    line-height: 20px;
  }
}
.custom-page-ciclo .beneficios .lst-beneficios__item:nth-child(n + 3) img {
  -webkit-transform: translateX(17px);
  -ms-transform: translateX(17px);
  transform: translateX(17px);
  -webkit-transform: translateX(17px);
  -moz-transform: translateX(17px);
  -ms-transform: translateX(17px);
}
.custom-page-ciclo .beneficios .lst-beneficios__item:last-child img {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
}
.custom-page-ciclo .beneficios .lst-beneficios__item span {
  font: 24px/33px "toyotatype_semibold";
  display: block;
  margin-bottom: 18px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 720px) {
  .custom-page-ciclo .beneficios .lst-beneficios__item span {
    font: 20px/33px "toyotatype_semibold";
  }
}
.custom-page-ciclo .beneficios .lst-beneficios__item img {
  margin: 0 auto 40px;
  width: 30%;
}
@media only screen and (max-width: 720px) {
  .custom-page-ciclo .beneficios .lst-beneficios__item img {
    margin: 0 auto 20px;
  }
}
.custom-page-ciclo .legal-txt .container.contentTxt {
  text-align: justify;
  font: 11px/16px "toyotatype_book";
  padding: 1%
}
@media only screen and (max-width: 768px) {
  .custom-page-ciclo .legal-txt .container.contentTxt {
    font-size: 12px;
  }
}
.sep-section {
  height: 1px;
  position: relative;
}
.sep-section:after {
  content: "";
  width: 0;
  height: 65px;
  left: 50%;
  bottom: 42px;
  position: absolute;
  border-right: dashed 1px #e02020;
}
.form-plate .search-plate {
  margin-bottom: 10px;
}
.form-plate .search-plate input {
  background: #fff;
  padding: 0 30px 0 25px;
  line-height: 48px;
  height: 48px;
  border: 1px solid #d5d5d5;
  font-family: "toyotatype_book";
  border-right: 0;
  outline: 0;
  float: left;
  width: 58%;
  font-size: 12px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
}
.form-plate .search-plate .btn-search {
  background: #e81528 url("../img/lupa.svg") 49% 50% no-repeat;
  border: 0;
  width: 50px;
  height: 50px;
  text-indent: -999999px;
  outline: 0;
  cursor: pointer;
  border: 1px solid #e81528;
  float: left;
  padding: 17.5px 0;
}
.form-plate .search-plate .btn-search:disabled {
  background: #d6cbcc url("../img/lupa.svg") 49% 50% no-repeat;
  border: 1px solid #d6cbcc;
}
.form-plate .call-back * {
  display: none;
}
.form-plate .call-back__false {
  font: 12px/16px "toyotatype_book";
  color: #e81528;
}
.questions {
  background-color: #f7f7f7;
  padding: 120px 0;
}
@media only screen and (max-width: 768px) {
  .questions {
    padding: 50px 0;
  }
}
.questions .container {
  max-width: 790px;
  padding: 0 10px;
  margin-bottom: 0;
}
.questions h2 {
  text-align: center;
  margin: 0;
}
.questions dl {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .questions dl {
    margin-top: 30px;
  }
}
.questions dl dt {
  background: url("../img/icon-plus.svg") 98% 50% no-repeat;
  padding: 20px 30px 20px 0;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  line-height: 24px;
  color: #787878;
  cursor: pointer;
}
.questions dl dt.active {
  border: 0;
  background-image: url("../img/icon-less.svg");
}
@media only screen and (max-width: 768px) {
  .questions dl dt {
    font-size: 15px;
    line-height: 22px;
  }
}
.questions dl dd {
  display: none;
  color: #787878;
  font-size: 14px;
  line-height: 22px;
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0;
}
.form-leads-shields .container {
  max-width: 912px !important;
}
.form-leads-shields .box-form__inner .slc-concessionarias li:nth-child(3) {
  width: 44% !important;
}
.form-leads-shields .lnk-action-cicle {
  color: #fff;
}
.form-leads-shields .optional-infos {
  background-color: #fff;
}

.wrapper-ciclo-toyota .wrapper-como-funciona {
  position: relative;
  margin-top: -14px;
  padding: 30px 0;
  background-color: #f7f7f7;
}
.wrapper-ciclo-toyota .wrapper-como-funciona .page-title {
  font-size: 2.5em;
  font-family: "toyota_displaybold";
  color: #575757;
  margin-bottom: 5px;
  text-align: left;
}
.wrapper-ciclo-toyota .wrapper-como-funciona .wrapper-slider {
  padding: 0 30px;
}
.wrapper-ciclo-toyota .wrapper-como-funciona .wrapper-slider .slide {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wrapper-ciclo-toyota .wrapper-como-funciona .wrapper-slider .slide .title-slide {
  font-size: 4.166666666666667em;
  font-family: "toyota_displaybold";
  text-transform: uppercase;
  line-height: 1;
  color: #575757;
  margin-bottom: 0;
}
.wrapper-ciclo-toyota .wrapper-como-funciona .wrapper-slider .slide p {
  font-size: 1.166666666666667em;
  margin: 12px 0;
}
.wrapper-ciclo-toyota .wrapper-como-funciona .wrapper-slider .slide-01 .wrapper-text {
  width: 472px;
  height: 215px;
  padding: 92px 0 0 238px;
}
.wrapper-ciclo-toyota .wrapper-como-funciona .wrapper-slider .slide-01 .wrapper-text .link-condicoes {
  font-size: 1.166666666666667em;
  text-decoration: underline;
  color: #8a8c8e;
}
.wrapper-ciclo-toyota .wrapper-como-funciona .wrapper-slider .slide-02 .wrapper-text {
  width: 930px;
  height: 307px;
  padding: 90px 0 0 630px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wrapper-ciclo-toyota .wrapper-como-funciona .wrapper-slider .slide-03 .wrapper-image {
  margin-bottom: 20px;
}
.wrapper-ciclo-toyota .wrapper-como-funciona .wrapper-slider .slide-03 .wrapper-image img {
  max-width: 90%;
  margin: 0 auto;
}
.wrapper-ciclo-toyota .wrapper-como-funciona .wrapper-slider .slide-03 .box-texto {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 29.999999999999996%;
  margin-left: 0%;
  margin-right: 5%;
}
.wrapper-ciclo-toyota .wrapper-como-funciona .wrapper-slider .slide-03 .box-texto:before, .wrapper-ciclo-toyota .wrapper-como-funciona .wrapper-slider .slide-03 .box-texto:after {
  content: "";
  display: table;
}
.wrapper-ciclo-toyota .wrapper-como-funciona .wrapper-slider .slide-03 .box-texto:after {
  clear: both;
}
.wrapper-ciclo-toyota .wrapper-como-funciona .wrapper-slider .slide-03 .box-texto:last-child {
  margin-right: 0%;
}
.wrapper-ciclo-toyota .wrapper-como-funciona .wrapper-slider .slide-03 .box-texto .title-slide {
  font-size: 3.333333333333333em;
}
@media only screen and (max-width: 800px) {
  .wrapper-ciclo-toyota .header-ciclo {
      padding-top: 30px;
 }
  .wrapper-ciclo-toyota .como-funciona {
      background: #fff;
      padding: 20px 15px 24px;
 }
  .wrapper-ciclo-toyota .como-funciona h2 {
      position: relative;
      font-size: 0.75em;
      font-family: "toyota_displaybold";
      text-transform: uppercase;
      color: #575757;
      padding-top: 12px;
 }
  .wrapper-ciclo-toyota .como-funciona h2:before {
      content: "";
      width: 46px;
      height: 0;
      position: absolute;
      top: 0;
      left: 0;
      border-top: 2px solid #575757;
 }
  .wrapper-ciclo-toyota .como-funciona .wrapper-slider {
      padding: 18px 26px 0;
 }
  .wrapper-ciclo-toyota .como-funciona .wrapper-slider .slide img {
      width: 100%;
      display: block;
      margin-bottom: 10px;
 }
  .wrapper-ciclo-toyota .como-funciona .wrapper-slider .slide .title-slider {
      font-size: 1.5625em;
      font-family: "toyota_displaybold";
      text-transform: uppercase;
      color: #575757;
      margin-bottom: 6px;
 }
  .wrapper-ciclo-toyota .como-funciona .wrapper-slider .slide p {
      font-size: 0.6875em;
      color: #8a8c8e;
      margin-bottom: 10px;
 }
  .slick-initialized .slick-slide {
      display: block;
 }
  .slick-loading .slick-slide {
      visibility: hidden;
 }
  .wrapper-ciclo-toyota .wrapper-como-funciona {
      position: relative;
      margin-top: -14px;
      padding: 30px 0;
 }
  .wrapper-ciclo-toyota .wrapper-como-funciona .page-title {
      font-size: 2.5em;
      font-family: "toyota_displaybold";
      color: #575757;
      margin-bottom: 5px;
 }
}

.slick-arrow {
  border: 0;
  background-color: transparent;
  color: transparent;
  z-index: 10;
  position: absolute;
  top: 45%
}

.slick-arrow::after {
  display: inline-block;
  content: "";
  background: url("../img/slider-handle.png");
  width: 29px;
  height: 30px
}

.slick-arrow.slick-hidden {
  display: none
}

.slick-arrow.slick-next {
  right: 0
}

.slick-arrow.slick-next::after {
  background-position-x: 29px
}

.custom-page-ciclo .wrapper-video-ciclo .wrapper-video {
  text-align: center;
  margin: 2%;
}

.custom-page-ciclo .wrapper-video-ciclo .wrapper-video iframe {
  border: none;
  height: 450px;
  width: 50%;
}


.find-dealership {
  padding: 66px 0;
  background-color: #fff
}

.find-dealership h2 {
  text-align: center;
  margin-bottom: 30px
}

.find-dealership .select2 .select2-selection__arrow {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  top: 17px !important;
  right: 9px !important
}

.find-dealership .select2 .select2-selection__rendered {
  font-size: 14px;
  color: #000 !important
}

.find-dealership .select2 .select2-selection--single {
  border-radius: 0;
  height: 45px;
  padding: 13px 30px 13px 10px
}

@media only screen and (min-width:470px) {
  .find-dealership .select2 .select2-selection--single {
    height: 45px
  }
}

.find-dealership .container {
  max-width: 700px;
  padding: 20px;
  background-color: #f7f7f7;
}

.find-dealership label {
  text-transform: uppercase;
  color: #000;
  display: block;
  margin-bottom: 10px
}

.find-dealership .btn-search {
  width: 47px;
  height: 47px;
  margin: 26px 0 0;
  text-indent: -9999px;
  border: 0;
  background: #eb0f1d url("../img/lupa.svg") center center no-repeat
}

.find-dealership a.btn-change-search {
  color: #8a8d8e;
  display: block;
  padding-top: 10px
}

.find-dealership .select-wrapper {
  width: 325px;
  margin: 0 auto
}

@media only screen and (min-width:470px) {
  .find-dealership .select-wrapper {
    width: 444px
  }
}

.find-dealership .select-wrapper div.col {
  float: left
}

.find-dealership .select-wrapper div.col .select2 {
  margin: 0
}

.find-dealership .select-wrapper div.col.select-city {
  width: 78px
}

@media only screen and (min-width:470px) {
  .find-dealership .select-wrapper div.col.select-city {
    width: 107px
  }
}

.find-dealership .select-wrapper div.col.select-state {
  width: 158px
}

@media only screen and (min-width:470px) {
  .find-dealership .select-wrapper div.col.select-state {
    width: 248px
  }
}

.find-dealership .select-wrapper div.col:nth-child(n+2) {
  margin-left: 21px
}

.find-dealership .input-wrapper {
  width: 325px;
  margin: 0 auto;
  display: none
}

@media only screen and (min-width:470px) {
  .find-dealership .input-wrapper {
    width: 444px
  }
}

.find-dealership .input-wrapper div.col {
  float: left
}

.find-dealership .input-wrapper div.col:nth-child(n+2) {
  margin-left: 21px
}

.find-dealership .input-wrapper input {
  border: solid 1px #cacaca;
  width: 257px;
  padding: 12px 30px 12px 10px;
  font-family: $tRegular !important;
  font-size: 15px !important
}

@media only screen and (min-width:470px) {
  .find-dealership .input-wrapper input {
    width: 334px
  }
}

.find-dealership .callback-bearch {
  text-align: center;
  font-size: 17px;
  color: #000;
  margin: 25px 0 50px 0;
  display: none
}

@media only screen and (min-width:680px) {
  .find-dealership .callback-bearch {
    margin: 45px 0
  }
}

.find-dealership .link-carregar-mais {
  display: none
}

.find-dealership .link-carregar-mais a {
  font-size: 14px;
  color: #ed1b23;
  font-family: $dBold;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  display: block;
  margin: 23px auto 0;
  width: 134px
}

.find-dealership .link-carregar-mais a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: -1px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 9px;
  height: 9px;
  border-width: 0 2px 2px 0;
  border-color: #ed1b23;
  border-style: solid
}

.find-dealership .lst-dealership {
  list-style: none;
  padding: 0;
  margin: 0 0 0 0;
  width: 100%
}

.find-dealership .lst-dealership li {
  display: block;
  background: #f1f1f1;
  padding: 18px 35px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 100%;
  margin-bottom: 25px
}

@media only screen and (min-width:680px) {
  .find-dealership .lst-dealership li {
    width: 49%
  }
  .find-dealership .lst-dealership li:nth-child(2n+2) {
    float: right
  }
}

.find-dealership .lst-dealership li h4 {
  border-bottom: solid 1px #d8d8d8;
  color: #000;
  margin: 0;
  padding: 13px 0 21px 13px;
  letter-spacing: -.6px
}

@media only screen and (max-width:680px) {
  .find-dealership .lst-dealership li h4 {
    font-family: $tRegular
  }
}

.find-dealership .lst-dealership li .box-address {
  padding: 23px 0 14px 13px;
  font-size: 15px;
  line-height: 26px;
  word-break: break-all
}

.find-dealership .lst-dealership li .link-dealer {
  display: block;
  padding: 0 0 0 13px;
  font-size: 16px;
  color: #e31823;
  font-family: 'toyotatype_bold';
  letter-spacing: .6px;
  text-decoration: none
}

.form-leads-shields {
  background-color: white;
}

.form-leads-shields .container {
  max-width: 912px !important;
  background-color: white;
}

.form-leads-shields .box-form__inner .slc-concessionarias li:nth-child(3) {
  width: 44% !important
}

.form-leads-shields .lnk-action-cicle {
  color: #fff
}

.form-leads-shields .optional-infos {
background-color: #fff
}

.custom-page-ciclo .modelos {
  background-color: white;
}


.barter-benefits-card-title {
  display:inline-block;
  display: grid;
  align-items: center;
  width: 217px;
  height: 64px;
  border: 2px solid rgb(120, 120, 120);
  border-radius: 34px;
}
.barter-benefits-card-title > span {
  text-transform: uppercase;
  text-align: center;
  margin: 0 30px;
  font-weight: bold;
  font-size: 15px;
  line-height: 21px;
  color: #FF0301;
}
.barter-cards-description {
  font-family: 'toyota_displayregular';
  font-size: 15px;
  line-height: 21px;
  text-align: center;
  max-width: 180px;
}

.barter-intro {
  display: flex;
  flex-direction: row;

}

.section-white-bg {
  width: 100vw;
  background-color: #fff;
  padding: 50px 0;
}

.section-white-bg-mob {
  width: 100vw;
  background-color: #fff;
}

.barter-anchor {
  display: grid;
  place-items: center;
  background: #e81528;
  color: white;
  border-radius: 4px;
  width: 180px;
  height: 30px;
  padding: 0;
  border: none;
  font-family: 'toyota_displayregular';
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
}
.barter-anchor:hover {
  text-decoration: none;
  color: white;
}

.section-offwhite-mob {
  width: 100vw;
  background-color: #f7f7f7;
}

.barter-text {
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 40px;
}

.barter-title {
  margin-top: 30px;
  font-weight: bold;
  font-size: 32px;
  line-height: 46px;
}
.barter-head-img {
  margin-right: 20px;
  /* object-fit: cover; */
  max-width: 100%;
}

.barter-desciption {
 display: grid;
 gap: 40px;
  grid-template-columns: 1fr 1fr;
  box-sizing: border-box;
  padding: var(--default-spacer);
  align-items: center;
}

.m-intro-desciption > p { 
  line-height: 1.6;
}

.m-width-conformation {
  max-width: 640px;
  box-sizing: border-box;
}