@import url("https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900");
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  outline: none;
  list-style: none;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html,
body {
  font-family: 'Lato';
  height: 100%;
  font-weight: normal;
  background: #fff;
  z-index: 0;
  position: relative;
}
.content {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
@media (max-width: 600px) {
  .content {
    width: 90%;
    margin-left: 5%;
  }
}
.clear {
  content: " ";
  clear: both;
}
.banner {
  height: 100%;
  background-image: url("../images/banner-corporativo.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 50% 100%;
  overflow: hidden;
}
@media (max-width: 600px) {
  .banner {
    background-image: none !important;
    height: auto;
    min-height: 100%;
  }
}
@media (max-width: 600px) {
  .banner .cta {
    width: 100%;
  }
}
.banner .cta:hover {
  border-color: #1b1d22;
}
.banner-intro {
  width: 50%;
  padding: 150px 0px 269px 0px;
  position: relative;
}
.banner-intro .logo.parceiro{
  text-align: center;
}
.banner-intro .logo {
  width: 85%;
  margin-bottom: 3rem;
  text-align: left;
}
.banner-intro .logo img {
  width: 50%;
  display: inline-block;
  vertical-align: bottom;
}
.banner-intro .logo img.drywash {
  width: 12rem;
  margin: 1rem;
}
.banner-intro .logo img.parceiro {
  width: 10rem;
  margin: 1rem;
}
@media (max-width: 600px) {
  .banner-intro {
    width: 100%;
    padding: 2rem 0px 16.8rem 0px;
  }
  .banner-intro .logo.parceiro{
    width: 100%;
  }
  .banner-intro .logo.parceiro img {
    width: 8rem !important;
  }
  .banner-intro .logo img {
    width: 70%;
  }
}
.banner-intro h2 {
  font-size: 2.75rem;
  font-weight: 400;
}
.banner-intro h2 strong {
  font-size: 2.875rem;
  font-weight: 900;
  color: #d3bb79;
}
.banner-intro p {
  margin: 35px 0px 65px 0px;
  font-size: 1.5rem;
  font-weight: 300;
}
.banner-intro-arrow-down {
  position: absolute;
  bottom: 0px;
  left: 25%;
  margin-left: -16px;
}
@media (max-width: 600px) {
  .banner-intro-arrow-down {
    left: 50%;
  }
}
.cta {
  background: #d3bb79;
  border: 2px solid #d3bb79;
  color: #000;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  min-width: 287px;
  padding: 18px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
}
.cta span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 18px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.125rem;
}
.cta .arrow {
  fill: #1b1d22;
  height: 32px;
  width: 32px;
  position: absolute;
  right: 30px;
  top: 13px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.cta:hover {
  background: #1b1d22;
  color: #d3bb79;
  border-color: #1b1d22;
  -webkit-box-shadow: 0px 6px 16px -4px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 6px 16px -4px rgba(0,0,0,0.4);
  box-shadow: 0px 6px 16px -4px rgba(0,0,0,0.4);
}
.cta:hover .arrow {
  fill: #d3bb79;
}
.cta:hover .arrow {
  right: 15px;
}
.cta.cta-black {
  background: #1b1d22;
  color: #d3bb79;
  border-color: #1b1d22;
}
.cta.cta-black .arrow {
  fill: #d3bb79;
}
.cta.cta-black:hover {
  border: #000 solid 2px;
  background: #fff;
  color: #1b1d22;
  -webkit-box-shadow: 0px 6px 16px -4px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 6px 16px -4px rgba(0,0,0,0.4);
  box-shadow: 0px 6px 16px -4px rgba(0,0,0,0.4);
}
.cta.cta-black:hover .arrow {
  fill: #1b1d22;
}
.cta.cta-offset {
  background: transparent;
  border-color: #d3bb79;
  color: #d3bb79;
}
.cta.cta-offset.black:hover {
  background: #1b1d22;
  border-color: #1b1d22;
  color: #d3bb79;
}
.cta.cta-offset .arrow {
  fill: #d3bb79;
}
.border {
  width: 114px;
  height: 2px;
  background: #000;
  display: inline-block;
}
.border.gold {
  background: #d3bb79;
}
.border.white {
  background: #fff;
}
.video {
  background-image: url("../images/bg-video.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.video .content {
  text-align: center;
  padding: 160px 0px;
}
.video h2 {
  font-size: 2.375rem;
  font-weight: 300;
  margin-bottom: 42px;
}
.video h2 strong {
  font-weight: 900;
}
.video .border {
  margin-bottom: 26px;
}
.video-play {
  font-size: 1.125rem;
  text-transform: uppercase;
}
.video-play img,
.video-play span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px;
}
@media (max-width: 600px) {
  .video-play img,
  .video-play span {
    width: 100%;
    margin-top: 10px;
  }
}
.about {
  padding: 100px 0px;
  text-align: center;
  background: #f9fafa;
}
.about h2 {
  width: 100%;
  text-align: center;
  font-weight: 300;
  margin-bottom: 32px;
  font-size: 2.375rem;
}
.about h2 span {
  font-weight: 900;
}
.about .border {
  margin-bottom: 68px;
}
.about-item {
  float: left;
  width: 50%;
  text-align: left;
  padding: 0px 39px;
  overflow: hidden;
}
@media (max-width: 600px) {
  .about-item {
    width: 100%;
    margin-bottom: 40px;
    margin-top: 0px;
  }
}
.about-item .video {
  text-align: center;
  padding: 155px 100px;
  min-height: 363px;
}
.about-item-services {
  width: 100%;
  margin: 45px 0px 42px 0px;
  overflow: hidden;
}
.about-item-services:after {
  clear: both;
}
.about-item-services-item {
  float: left;
  font-size: 1.25rem;
}
.about-item-services-item:first-child {
  margin-right: 20px;
}
.about-item h3 {
  font-size: 1.125rem;
  font-weight: 900;
}
.about-item h4 {
  font-size: 1rem;
  font-weight: 300;
  margin: 11px 0px 18px 0px;
}
.about-item-off {
  width: 100%;
  margin: 10px 0px 42px 0px;
}
.about-item-off-price,
.about-item-off-description {
  display: inline-block;
  vertical-align: middle;
}
.about-item-off-price {
  font-size: 3.375rem;
  color: #d3bb79;
  font-weight: 900;
}
.about-item-off-description {
  font-size: 1.5rem;
  font-weight: 300;
  margin-left: 11px;
}
.about-item ul {
  padding: 0px;
  margin: 0;
}
.about-item ul li {
  font-weight: 400;
  margin-bottom: 8px;
  font-size: 1rem;
}
.about-item ul li span {
  display: inline-block;
  width: 80%;
  vertical-align: middle;
}
.about-item ul li img {
  margin-right: 26px;
}
.about-item .vantagens {
  margin-top: 50px;
}
@media (max-width: 600px) {
  .about-item .vantagens {
    margin-top: 0px;
  }
}
.about-item .vantagens li {
  margin-bottom: 30px;
}
.about-item .vantagens li:last-child {
  margin-bottom: 0px;
}
.about-item .vantagens span {
  vertical-align: top;
  display: inline-block;
  width: 20%;
  text-align: center;
}
.about-item .vantagens span:last-child {
  background-image: url("../images/box_wshadow.png");
  background-position: bottom left;
  background-repeat: no-repeat;
  height: 90px;
  width: 80%;
  text-align: left;
  position: relative;
  padding: 0px 20px;
}
@media (max-width: 600px) {
  .about-item .vantagens span:last-child {
    background-image: none;
  }
}
.about-more {
  margin: 73px 0px 94px 0px;
}
.scroll-down {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: center;
  margin: 100px auto 0px auto;
}
.scroll-down .arrow {
  height: 35px;
  width: 50px;
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  transform: scale(2);
}
.location {
  width: 100%;
  padding: 100px 0px;
  background: #fff;
  text-align: center;
  overflow: hidden;
}
.location.gray {
  background: #f9fafa;
}
.location h2 {
  width: 100%;
  text-align: center;
  font-weight: 300;
  font-size: 2.375rem;
}
.location .border {
  margin: 25px 0px 70px 0px;
}
.location-item {
  width: 33%;
  float: left;
  text-align: left;
}
@media (max-width: 600px) {
  .location-item {
    width: 100%;
  }
}
.location-item li {
  margin-top: 3px;
  display: block;
}
.location-item li.top {
  margin-top: 30px;
}
.plans {
  width: 100%;
  padding: 100px 0 63px 0;
  background: #1b1d22;
  text-align: center;
  overflow: hidden;
  color: #fff;
  min-height: 100%;
}
.plans h2 {
  width: 100%;
  text-align: center;
  font-weight: 300;
  font-size: 2.375rem;
}
.plans h2.success {
  color: #d3bb79;
  display: none;
}
.plans .border {
  background: #fff;
  margin: 25px 0px 70px 0px;
}
.plans-list {
  overflow: hidden;
  tex-align: center;
}
.plans-list-plan {
  width: 30%;
  margin: 0px 1.5%;
  display: inline-block;
  vertical-align: middle;
  padding: 50px 50px;
  background: linear-gradient(to bottom, #1b1d22 40%, #222427);
}
.plans-list-plan.corleone {
  background: none;
  padding: 50px 20px;
}
.plans-list-plan.corleone img {
  width: 100%;
}
@media (max-width: 600px) {
  .plans-list-plan {
    width: 100%;
    margin: 0px 0px;
    padding-top: 0px;
  }
}
.plans-list-plan .cta {
  min-width: 100%;
  -webkit-box-shadow: 0px 10px 25px -4px #000;
  -moz-box-shadow: 0px 10px 25px -4px #000;
  box-shadow: 0px 10px 25px -4px #000;
}
.plans-list-plan .cta:hover {
  border-color: #d3bb79;
}
.plans-list-plan-car {
  height: 60px;
}
.plans-list-plan h3 {
  font-size: 1.875rem;
  text-transform: uppercase;
  font-weight: 900;
  margin: 35px 0px;
}
.plans-list-plan h3 span {
  color: #d3bb79;
}
.plans-list-plan p {
  font-size: 1.125rem;
  margin-bottom: 10px;
  margin-top: 10px;
}
.plans-list-plan p .gold {
  color: #d3bb79;
}
.plans-list-plan p.gold {
  color: #d3bb79;
}
.plans-list-plan p.row {
  border-bottom: 1px solid #fff;
}
.plans-list-plan p:first-child {
  font-size: 1.375rem;
}
.plans-list-plan p.price span {
  display: inline-block;
  vertical-align: middle;
}
.plans-list-plan p.price span:first-child {
  font-size: 3.5rem;
}
.plans-list-plan p.price span:first-child small {
  font-size: 1.25rem;
}
.plans .info {
  margin-top: 40px;
  display: block;
  width: 100%;
  text-align: center;
}
.plans-promotional {
  padding: 80px 0px;
  text-align: center;
}
.plans-promotional-code {
  padding: 35px;
  margin-top: 20px;
  border: 1px solid #d3bb79;
  display: inline-block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 1.125rem;
  width: 600px;
  max-width: 100%;
}
.plans-promotional-code.invalid {
  border-color: #f00;
}
.plans-promotional-code.valid {
  background: #8dc63f;
  border-color: #fff;
}
.plans-promotional-code.valid input {
  color: #fff;
}
.plans-promotional-code.valid div {
  color: #d3bb79;
}
.plans-promotional-code.valid div:last-child {
  border-color: #d3bb79;
}
.plans-promotional-code.valid div:last-child .chevron {
  fill: #d3bb79;
}
.plans-promotional-code div {
  display: inline-block;
  vertical-align: middle;
}
.plans-promotional-code div ::-webkit-input-placeholder {
  color: #d3bb79;
  font-weight: 400;
}
.plans-promotional-code div :-moz-placeholder {
  color: #d3bb79;
  font-weight: 400;
}
.plans-promotional-code div ::-moz-placeholder {
  color: #d3bb79;
  font-weight: 400;
}
.plans-promotional-code div :-ms-input-placeholder {
  color: #d3bb79;
  font-weight: 400;
}
.plans-promotional-code div input {
  width: 400px;
  background: transparent;
  border: 0px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #d3bb79;
}
.plans-promotional-code div:last-child {
  border-left: 1px solid #d3bb79;
  height: 30px;
  width: 50px;
  margin-left: 20px;
  padding-left: 10px;
  position: relative;
  float: right;
}
@media (max-width: 600px) {
  .plans-promotional-code div:last-child {
    display: none;
  }
}
.plans-promotional-code div:last-child:hover .chevron {
  -webkit-transform: rotate(630deg);
  -moz-transform: rotate(630deg);
  transform: rotate(630deg);
}
.plans-promotional-code div:last-child .chevron {
  position: absolute;
  top: 0px;
  right: 0px;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  transform: rotate(270deg);
  fill: #d3bb79;
  width: 32px;
  height: 32px;
  -webkit-transition: transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
  cursor: pointer;
}
.credit-card {
  background: #fff;
  text-align: center;
  padding: 101px 0px;
  text-align: center;
}
.credit-card img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 66px;
  height: 100%;
}
@media (max-width: 600px) {
  .credit-card img {
    margin-bottom: 40px;
  }
}
.credit-card span {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.75rem;
  font-weight: 300;
  color: #665d5b;
}
@media (max-width: 600px) {
  .credit-card span {
    text-align: center;
  }
}
.credit-card span strong {
  color: #4fa2ca;
  font-weight: 900;
}
footer {
  background: #000;
  padding: 145px 0px 28px 0px;
  color: #a7a9ac;
}
footer .site-map {
  overflow: hidden;
  padding-bottom: 98px;
  border-bottom: 1px solid #fff;
}
footer .site-map ul {
  width: 25%;
  float: left;
}
@media (max-width: 600px) {
  footer .site-map ul {
    width: 100%;
    margin: 20px 0px;
  }
}
footer .site-map ul li {
  margin-bottom: 8px;
}
footer .site-map ul li.title {
  color: #d3bb79;
  font-weight: 900;
  text-transform: uppercase;
}
footer .site-map ul li a {
  color: #a7a9ac;
}
footer .copyright {
  padding: 31px 0px 0px 0px;
  overflow: hidden;
}
footer .copyright-item {
  display: inline-block;
  vertical-align: middle;
  width: 15%;
}
footer .copyright-item .logo {
  width: 100%;
}
footer .copyright-item .logo img {
  width: 100%;
}
@media (max-width: 600px) {
  footer .copyright-item {
    width: 100%;
    margin: 20px 0px;
    text-align: left;
  }
}
footer .copyright-item.big {
  width: 68%;
  text-align: center;
  font-size: 0.875rem;
}
@media (max-width: 600px) {
  footer .copyright-item.big {
    text-align: left;
  }
}
footer .copyright-item:last-child {
  text-align: right;
}
@media (max-width: 600px) {
  footer .copyright-item:last-child {
    text-align: left;
  }
}
footer .copyright-item a {
  margin-left: 24px;
}
@media (max-width: 600px) {
  footer .copyright-item a {
    margin-left: 0px;
    margin-right: 24px;
  }
}
.plans-options {
  text-align: center;
  background-color: #f9fafa;
  padding: 75px 0 84px 0;
}
.plans-options .cta:nth-child(2) {
  margin: 0 30px;
}
@media (max-width: 600px) {
  .plans-options .cta:nth-child(2) {
    margin: 30px 0px;
  }
}
.clients {
  background-image: url("../images/clients_img.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 100% 360px;
  padding-top: 132px;
  color: #fff;
  text-align: center;
}
.clients h2 {
  font-size: 2.375rem;
  font-weight: 300;
}
.clients .border {
  margin: 15px 0px 0px 0px;
}
.clients-information {
  background: #fff;
  position: relative;
  margin: 120px 0px 166px 0px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding-bottom: 80px;
  -webkit-box-shadow: 0px 6px 16px -4px #a3a3a3;
  -moz-box-shadow: 0px 6px 16px -4px #a3a3a3;
  box-shadow: 0px 6px 16px -4px #a3a3a3;
}
.clients-information-picture {
  width: 128px;
  height: 128px;
  margin: 0 auto;
  top: -64px;
  background: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  padding: 9px;
  overflow: hidden;
  position: relative;
}
.clients-information-picture img {
  width: 100%;
}
.clients-information-text {
  color: #231f20;
  font-style: italic;
  max-width: 713px;
  margin: 0 auto;
}
.clients-information-text strong {
  color: #d3bb79;
  font-weight: bold;
}
.input {
  padding-bottom: 13px;
  padding-right: 13px;
  width: 50%;
  overflow: hidden;
  float: left;
}
@media (max-width: 600px) {
  .input {
    width: 100%;
  }
}
.input.whole {
  width: 100%;
}
.input.small {
  width: 25%;
}
@media (max-width: 600px) {
  .input.small {
    width: 100%;
  }
}
.input.medium {
  width: 75%;
}
@media (max-width: 600px) {
  .input.medium {
    width: 100%;
  }
}
.input input,
.input select {
  font-size: 1rem;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 22px;
  border: 1px solid #a7a9ac;
  color: #a7a9ac;
  float: left;
  width: 100%;
  background: #fff;
}
@media (max-width: 600px) {
  .input input,
  .input select {
    padding: 22px 10px;
  }
}
.success-plan-message {
  background: #fff;
  padding: 100px 0px;
  color: #000;
  font-size: 1.25rem;
  text-align: center;
}
.success-plan-message h2 {
  color: #d3bb79;
  font-size: 2.25rem;
  margin-bottom: 50px;
  font-weight: 400;
}
.success-plan-message p {
  margin-bottom: 30px;
}

.chat{
  position: fixed;
  right: 2rem;
  bottom: 2rem;
}
.chat img{
  max-width: 4rem;
}
