@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@font-face {
  font-family: 'toyota_displaybold';
  src: url("/fonts/toyotadisplay_bd.eot");
  src: url("/fonts/toyotadisplay_bd.eot?#iefix") format("embedded-opentype"), url("/fonts/toyotadisplay_bd.svg#toyota_displaybold") format("svg"), url("/fonts/toyotadisplay_bd.woff") format("woff"), url("/fonts/toyotadisplay_bd.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'toyota_displayregular';
  src: url("/fonts/toyotadisplay_rg.eot");
  src: url("/fonts/toyotadisplay_rg.eot?#iefix") format("embedded-opentype"), url("/fonts/toyotadisplay_rg.svg#toyota_displayregular") format("svg"), url("/fonts/toyotadisplay_rg.woff") format("woff"), url("/fonts/toyotadisplay_rg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'toyotatextbolditalic-webfont';
  src: url("/fonts/toyotatextbolditalic-webfont.eot");
  src: url("/fonts/toyotatextbolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/toyotatextbolditalic-webfont.svg#toyota_textbold_italic") format("svg"), url("/fonts/toyotatextbolditalic-webfont.woff") format("woff"), url("/fonts/toyotatextbolditalic-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'toyota_textbold';
  src: url("/fonts/toyotatextbold-webfont.eot");
  src: url("/fonts/toyotatextbold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/toyotatextbold-webfont.svg#toyota_textbold") format("svg"), url("/fonts/toyotatextbold-webfont.woff") format("woff"), url("/fonts/toyotatextbold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'toyota_textregular';
  src: url("/fonts/toyotatextregular-webfont.eot");
  src: url("/fonts/toyotatextregular-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/toyotatextregular-webfont.svg#toyota_textregular") format("svg"), url("/fonts/toyotatextregular-webfont.woff") format("woff"), url("/fonts/toyotatextregular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'toyota_textitalic';
  src: url("/fonts/toyotatextitalic-webfont.eot");
  src: url("/fonts/toyotatextitalic-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/toyotatextitalic-webfont.svg#toyota_textitalic") format("svg"), url("/fonts/toyotatextitalic-webfont.woff") format("woff"), url("/fonts/toyotatextitalic-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'univers_condensed';
  src: url("/fonts/univers-condensed-webfont.eot");
  src: url("/fonts/univers-condensed-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/univers-condensed-webfont.svg#univers_57_condensedregular") format("svg"), url("/fonts/univers-condensed-webfont.woff") format("woff"), url("/fonts/univers-condensed-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'univers_condensed_light';
  src: url("/fonts/univers-condensedlight-webfont.eot");
  src: url("/fonts/univers-condensedlight-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/univers-condensedlight-webfont.svg#univers_47_condensed_lightRg") format("svg"), url("/fonts/univers-condensedlight-webfont.woff") format("woff"), url("/fonts/univers-condensedlight-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'univers_condensedbold';
  src: url("/fonts/univers-condensedbold-webfont.eot");
  src: url("/fonts/univers-condensedbold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/univers-condensedbold-webfont.svg#univers_67_condensedbold") format("svg"), url("/fonts/univers-condensedbold-webfont.woff") format("woff"), url("/fonts/univers-condensedbold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important; }

.border-bottom {
  border-bottom: 1px solid #c5c5c5; }

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus,
button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #c5c5c5 !important;
  border-radius: 3px;
  box-shadow: inset 0 -2px #626262;
  transition: all .3s; }

.customForm-clean {
  height: 31px;
  padding: 0;
  background: #F6F6F6;
  background-position: center right;
  border-width: 1px;
  border-style: solid;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  border-color: #D1D1D1 #F0F0F0 #FFF;
  font: 14px/17px "toyota_displaybold";
  box-shadow: 0px 1px 0px 0px #E2E2E2 inset;
  color: #8A8D8E;
  border-radius: 3px;
  box-sizing: border-box; }

.modal-confirmar h2 {
  line-height: 30px;
  margin-bottom: 30px;
  font-weight: normal; }

.modal-confirmar .modal-header {
  border-bottom: 1px solid #c5c5c5;
  margin-bottom: 30px; }

.modal-confirmar .buttonsModal {
  padding: 0 35px; }
  .modal-confirmar .buttonsModal button {
    padding: 8px 20px 8px 20px;
    font-family: 'toyota_displayregular', Arial;
    width: 240px;
    font-size: 16px; }

.text p {
  margin: 0; }

.space {
  height: 68px;
  width: 100%; }

.lnk-red {
  color: #ee000c;
  font-family: "toyota_displaybold"; }

.alert {
  background: url(/img/alert.png) 15px 15px no-repeat #f0f0f0;
  padding: 25px 30px 20px 60px; }
  .alert p {
    margin: 0; }
  .alert strong {
    font-family: "toyota_displaybold"; }

.two-lines div {
  margin-bottom: 5px; }

.reveal-modal {
  overflow: hidden; }
  .reveal-modal .content-scroll {
    height: 100%; }
  .reveal-modal strong {
    font-family: "toyota_displaybold"; }

.form-quem-comprar {
  margin-top: 20px; }

.modal-questions {
  padding: 1.875rem 0; }
  .modal-questions .modal-header, .modal-questions .modal-footer {
    padding: 0 1.875rem; }
  .modal-questions .modal-footer {
    text-transform: uppercase; }
  .modal-questions .perguntas {
    padding: 1.875rem;
    margin-bottom: 30px;
    background: #f0f0f0; }
  .modal-questions strong {
    font-family: "toyota_displaybold";
    text-transform: uppercase; }
  .modal-questions p {
    margin-top: 0; }

body {
  font-weight: 300;
  font-size: 14px;
  font-family: "toyota_displaybold";
  color: #575757;
  background: #fefefe; }

h1,
h2 {
  font-family: "toyota_displayregular";
  text-transform: uppercase;
  margin: 0 0 30px 0; }

p, i {
  font-family: "toyota_displayregular"; }
  p.texto-header, i.texto-header {
    font-size: 1.286em;
    margin-bottom: 10px;
    float: left; }

h1 {
  font-size: 1.8em; }

@media (min-width: 321px) {
  h1 {
    font-size: 2.143em; } }

h2 {
  font-size: 1.571em; }

header {
  background: url(/img/bg-header.png) 0 0 repeat-x;
  height: 91px;
  position: relative; }
  header div {
    position: absolute;
    top: 30px;
    width: 100%; }
    header div h1 {
      text-align: center;
      margin: 0 auto;
      line-height: 1em; }
    header div span.ttl {
      font-family: "toyota_displaybold"; }
  header .lnk-toyota {
    position: relative;
    z-index: 10;
    float: left; }
  header img {
    float: left;
    margin: 10px 0 0 35px; }
  header .exit {
    position: relative;
    z-index: 10;
    float: right;
    height: 86px;
    width: 86px;
    line-height: 86px;
    text-align: center;
    font-size: 14px;
    font-family: "toyota_displayregular";
    background: #ee000c;
    color: white;
    text-decoration: none; }

footer {
  background: url(/img/bg-footer.png) 0 0 repeat-x;
  height: 86px;
  position: relative; }
  footer div {
    position: absolute;
    top: 40px;
    width: 100%; }
    footer div p {
      text-align: center;
      color: #8a8d8e;
      margin: 0 auto;
      line-height: 1em;
      font-size: 1.143em; }
      footer div p a {
        color: #ee000c; }
  footer .open-modal {
    border-left: 1px solid #c5c5c5;
    height: 36px;
    margin-left: 10px;
    padding-left: 10px; }
  footer .lnk-toyota {
    position: relative;
    z-index: 10;
    float: left; }
  footer img {
    float: left;
    margin: 10px 0 0 35px; }
  footer .exit {
    position: relative;
    z-index: 10;
    float: right;
    height: 86px;
    width: 86px;
    line-height: 86px;
    text-align: center;
    font-size: 14px;
    font-family: "toyota_displayregular";
    background: #ee000c;
    color: white;
    text-decoration: none; }

#login {
  background: url(/img/crossbackground.png) bottom right no-repeat; 
  background-size: 60%;
  color: #000;
}

#aguarde .box-car {
  margin-bottom: 25px; }

.see-more {
  height: 450px;
  background: url(/img/bg-venda.png?v=2) bottom right no-repeat; }
  .see-more p {
    font-size: 1.571em;
    line-height: 1.2em;
    padding-top: 130px;
    text-transform: uppercase; }
    .see-more p a {
      color: #ee000c; }

.site-toyota {
  background: url(/img/bg-finish.png) bottom center no-repeat;
  padding: 30px 0 240px; }
  .site-toyota p {
    font-size: 1.571em;
    margin: 8px 0 0 0;
    text-transform: uppercase;
    float: left; }
    .site-toyota p a {
      font-family: "toyota_displaybold"; }
  .site-toyota .btn-info {
    padding: 12px 45px 13px;
    float: right; }

.box-resumo-pedido {
  background: #f0f0f0;
  margin-top: 30px;
  border-top: 1px solid #c5c5c5;
  border-bottom: 1px solid #c5c5c5; }
  .box-resumo-pedido strong {
    text-transform: uppercase;
    margin-top: 25px;
    display: block; }
  .box-resumo-pedido p {
    margin: 0 0 25px 0;
    color: #8a8c8d; }
  .box-resumo-pedido h2 {
    font-size: 1.571em;
    margin: 30px 0; }
  .box-resumo-pedido.pedido-outro h2 {
    margin-bottom: 0; }

.box-imposto {
  float: right;
  margin-top: 12px; }
  .box-imposto .label-imposto {
    float: left;
    color: #8a8c8d;
    background: url(/img/acessibilidade.png) no-repeat;
    padding-left: 50px; }
  .box-imposto .customForm-class-chk-imposto {
    margin: 12px 10px 0 10px; }

.box-isencao .label-isencao {
  background: url(/img/acessibilidade.png) no-repeat;
  background-size: 20px;
  padding-left: 30px; }

.box-isencao .label-isencao2 {
  background: url(/img/acessibilidade.png) no-repeat;
  background-size: 20px;
  padding-left: 30px; }

.box-isencao p {
  background: #fff;
  padding: 10px;
  border: 1px solid #000;
  border-radius: 3px; }

.btn-info {
  display: block;
  position: relative;
  padding: 12px 0 13px 0;
  background: #eb0a1e;
  font: 18px/20px "toyota_displaybold", sans-serif;
  text-transform: none;
  color: #fff;
  border-radius: 3px;
  box-shadow: inset 0 -2px #9f0c19;
  transition: all .3s; }
  .btn-info span {
    padding-right: 50px;
    background: url(/img/btn-seta.png) right center no-repeat; }
  .btn-info:hover, .btn-info:active, .btn-info:focus, .btn-info:visited {
    background: #af0000;
    text-decoration: none; }

.btn-more {
  color: #ee000c;
  font-family: "toyota_displayregular";
  font-size: 1.143em;
  border: 1px solid #ee000c;
  padding: 5px 33px;
  text-transform: uppercase;
  border-radius: 3px;
  transition: all .3s; }
  .btn-more:hover {
    background: #ee000c;
    color: #fff; }

.content-login {
  padding-top: 50px; }

.form-login label {
  margin-bottom: 5px; }

.form-login input[type='text'],
.form-login input[type='password'] {
  color: #8a8d8e;
  background: none;
  margin-bottom: 20px;
  border-width: 0 0 2px 2px;
  border-color: #8a8d8e;
  box-shadow: none;
  height: 30px;
  padding: 0 10px;
  font-family: "toyota_displayregular"; }
  .form-login input[type='text'].form-erro-login,
  .form-login input[type='password'].form-erro-login {
    border-color: #ee000c; }

.form-login button {
  width: 220px; }
  .form-login button:after {
    top: 15px;
    right: 50px; }

.wrap-aviso{
  text-align: center;
  padding-top: 100px;
}
.wrap-aviso p{
  font-size: 1.571em;
}
.wrap-aviso p a{
  font-size: 1.375em;
}

.colors a {
  width: 30px;
  height: 30px;
  cursor: pointer;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 14px;
  color: #575757;
  text-align: center;
  float: left;
  display: block;
  position: relative; }

.colors:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 1px;
  height: 0px;
  margin-top: -1px;
  overflow: hidden;
  visibility: hidden;
  width: 1px; }

.colors a:before,
.colors a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 50%; }

.colors a:before {
  width: 30px;
  height: 30px;
  background: #fff;
  opacity: 0;
  transition: all 0.3s ease;
  box-shadow: inset 0 0 1px 1px #aeaeae; }

.colors a:after {
  margin-top: 5px;
  width: 20px;
  height: 20px; }

.colors a span {
  position: absolute;
  left: -20px;
  right: 0;
  top: 37px;
  padding: 0 2px;
  opacity: 0;
  transition: all 0.3s ease; }

.colors a.select:before,
.colors a:hover:before {
  opacity: 1; }

.colors a:hover span {
  opacity: 1;
  z-index: 999; }

.colors .ui-tooltip {
  width: 68px;
  background: #a5a8ab;
  padding: 5px 5px;
  color: #666;
  font: 11px/13px 'toyota_displaybold', Arial,sans-serif !important;
  color: #fff !important;
  position: absolute;
  z-index: -20;
  border-radius: 3px;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
  text-align: center; }

.colors .ui-tooltip .arrow {
  width: 10px;
  height: 5px;
  overflow: hidden;
  position: absolute;
  top: -5px;
  left: 50%;
  margin: 0 0 0 -5px;
  background: url(/img/bg-arrow-tooltip.png) no-repeat; }

.colors .color-1F7:after {
  background: #a6acb2; }

.colors .color-070:after {
  background: #d5dade; }

.colors .color-3R3:after {
  background: #932b32; }

.colors .color-8V1:after {
  background: #383a40; }

.colors .color-202:after {
  background: #000000; }

.colors .color-8S6:after {
  background: #1e527c; }

.colors .color-1H2:after {
  background: #041b21; }

.colors .color-5A7:after {
  background: #c6bc9f; }

.colors .color-209:after {
  background: #343736; }

.colors .color-040:after {
  background: #f4f4f2; }

.colors .color-1G3:after {
  background: #63696c; }

.colors .color-1D6:after {
  background: #c5cdcb; }

.colors .color-218:after {
  background: #343736; }

.colors .color-4W9:after {
  background: #472f29; }

.colors .color-1E7:after {
  background: #828385; }

.colors .color-070⁵:after {
  background: #d1d0ce; }

.colors .color-4U5:after {
  background: #372d28; }

.colors .color-8P8:after {
  background: #132d4e; }

.colors .color-1H1:after {
  background: #6f767a; }

.colors .color-3S1:after {
  background: #d41b24; }

.colors .color-785:after {
  background: #395d75; }

.colors .color-070:after {
  background: #e3e6e8; }

.colors .color-1H6:after {
  background: #c3cbd0; }

.colors .color-1J3:after {
  background: #727b7e; }

.colors .color-215:after {
  background: #282e30; }

.colors .color-5A3:after {
  background: #eea624; }

.colors .color-3T6:after {
  background: #D41B24; }

.colors .color-1K1:after {
  background: #c3cbd0; }

.colors .color-1G2:after {
  background: #727b7e; }

.colors .color-3T7:after {
  background: #932b32; }

.colors .color-8W7:after {
  background: #1e527c; }

.colors .color-4w9:after {
  background: #362422; }

.colors .color-4T3:after {
  background: #372d28; }

.colors .color-4X7:after {
  background: #50433d; }

.colors .color-4X1:after {
  background: #c1cacf; }

.colors .color-089:after {
  background: #f4f4f2; }

.colors .color-3P0:after {
  background: #d41b24; }

.colors .color-8V5:after {
  background: #3d4954; }

.box-banner {
  background: url(/img/destaque-escolhacarro.png) bottom center no-repeat;
  background-size: cover;
  height: 300px;
  margin-top: -5px; }

.lst-cars .btn-info {
  font-size: 1.143em;
  padding: 8px 43px;
  background: #c5c5c5;
  box-shadow: inset 0 -2px #979797; }
  .lst-cars .btn-info.active {
    background: #eb0a1e;
    box-shadow: inset 0 -2px #9f0c19; }

.box-car {
  border: 1px solid #c5c5c5;
  position: relative;
  background: #fff; }
  .box-car .car-name {
    position: absolute;
    font-size: 1.429em;
    line-height: 1em;
    text-transform: uppercase;
    width: 180px;
    margin: 0;
    top: 15px;
    left: 20px; }
  .box-car .car-pdd {
    position: absolute;
    width: 41px;
    height: 42px;
    top: 15px;
    right: 20px;
    background: url(/img/acessibilidade.png) no-repeat; }
  .box-car .car-img {
    position: relative;
    height: 230px;
    border-bottom: 1px solid #c5c5c5; }
    .box-car .car-img img {
      position: absolute;
      bottom: 0;
      left: 0; }
    .box-car .car-img:after {
      content: "";
      border-bottom: 3px solid #c5c5c5;
      width: 9px;
      position: absolute;
      bottom: -2px;
      left: 0; }
  .box-car .btn-line {
    height: 85px;
    padding: 25px 20px; }
  .box-car .price {
    color: #8a8c8d;
    font-family: "toyota_displayregular";
    border-bottom: 1px solid #c5c5c5;
    height: 83px; }
    .box-car .price p {
      font-size: 1em;
      margin: 0; }
    .box-car .price p.warning {
      display: none;
      text-align: center;
      color: #ee000c;
      font-size: 2em;
      line-height: 2.9em;
      font-weight: 700; }
    .box-car .price div {
      float: left; }
    .box-car .price .price-left {
      width: 160px;
      height: 83px;
      padding: 15px 0 0 20px;
      border-right: 1px solid #c5c5c5; }
      .box-car .price .price-left span {
        position: relative;
        font-size: 1.229em; }
        .box-car .price .price-left span:after {
          content: "";
          position: absolute;
          top: 50%;
          margin-top: -1px;
          left: 0;
          width: 100%;
          height: 2px;
          background: #959595; }
    .box-car .price .price-right {
      height: 83px;
      padding: 15px 0 0 30px;
      width: 280px; }
      .box-car .price .price-right span {
        font-size: 2.429em;
        color: #575757;
        line-height: 1em;
        position: relative; }
      .box-car .price .price-right .rs {
        font-size: 1em;
        line-height: 2.5em;
        margin-right: 5px;
        color: #ee000c;
        float: left; }
  .box-car .car-model {
    color: #8a8c8d;
    font-family: "toyota_displayregular";
    height: 115px;
    border-bottom: 1px solid #c5c5c5; }
    .box-car .car-model p {
      font-size: 1em;
      margin: 0; }
    .box-car .car-model div {
      float: left; }
    .box-car .car-model .select-cs3 {
      width: 100% !important; }
    .box-car .car-model .model-left {
      width: 265px;
      height: 115px;
      padding: 25px 0 0 20px; }
      .box-car .car-model .model-left p {
        margin-bottom: 5px; }
      .box-car .car-model .model-left span {
        font-size: 1em; }
    .box-car .car-model .model-right {
      width: 175px;
      height: 115px;
      padding: 15px 0 0 15px; }
      .box-car .car-model .model-right p {
        margin-left: 5px; }
      .box-car .car-model .model-right span {
        font-size: 2.429em;
        color: #575757;
        line-height: 1em; }
        .box-car .car-model .model-right span span {
          font-size: 0.588em;
          color: #ee000c; }
  .box-car .car-action {
    display: none;
    padding: 112.5px 50px;
    text-align: center; }
    .box-car .car-action .btn-info {
      display: block;
      text-decoration: none;
      background-color: #eb0a1e;
      box-shadow: inset 0 -2px #9f0c19;
      padding: 19px 43px;
      font-size: 1.600em;
      text-transform: uppercase; }

.box-passos {
  margin-top: 15px;
  margin-bottom: 30px; }
  .box-passos.last {
    margin-top: 30px; }
  .box-passos .content {
    border-top: 4px solid #c5c5c5;
    padding-top: 15px;
    font-size: 1.571em; }
    .box-passos .content.active {
      border-color: #ee000c; }
      .box-passos .content.active p {
        color: #575757; }
      .box-passos .content.active span {
        background-position: 0 0; }
      .box-passos .content.active.last {
        border-color: #3cb878; }
        .box-passos .content.active.last span {
          background-position: -82px 0; }
    .box-passos .content p {
      color: #c5c5c5;
      margin: 0;
      line-height: 1em;
      text-transform: uppercase; }
    .box-passos .content span {
      color: #ffffff;
      font-family: "toyota_displayregular";
      padding: 4px 0 0 14px;
      margin-right: 10px;
      width: 41px;
      height: 42px;
      display: block;
      float: left;
      background: url(/img/bullets.png) -41px 0 no-repeat; }

.box-car-complete .name-info {
  padding: 25px 0 25px 30px;
  border-bottom: 1px solid #c5c5c5;
  position: relative; }
  .box-car-complete .name-info:after {
    content: "";
    border-bottom: 3px solid #c5c5c5;
    width: 9px;
    position: absolute;
    bottom: -2px;
    left: 0; }
  .box-car-complete .name-info h2 {
    font-size: 2.429em;
    font-family: "toyota_displaybold";
    margin: 0;
    line-height: 1.2em; }
  .box-car-complete .name-info h3 {
    font-size: 2.000em;
    font-family: "toyota_displayregular";
    margin: 0;
    line-height: 1.2em; }

.box-car-complete .colors a {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  cursor: default; }

.box-car-complete .colors a:before {
  width: 50px;
  height: 50px; }

.box-car-complete .colors a:after {
  width: 40px;
  height: 40px; }

.box-car-complete .model-info {
  width: 50%;
  float: left;
  border-right: 1px solid #c5c5c5; }

.box-car-complete .image-info {
  width: 50%;
  height: 300px;
  float: right;
  position: relative; }
  .box-car-complete .image-info img {
    position: absolute;
    bottom: 0;
    width: 100%; }

.box-car-complete .color-info {
  padding: 20px 0 20px 20px; }
  .box-car-complete .color-info p {
    color: #8a8c8d;
    font-size: 1.143em;
    float: left; }
    .box-car-complete .color-info p.color-name {
      color: #575757;
      text-transform: uppercase;
      font-family: "toyota_displaybold"; }
  .box-car-complete .color-info .colors {
    float: left;
    margin: 0 10px 0 20px; }

.btn-change-car {
  display: block;
  margin: 10px 0 40px 0;
  background: url(/img/arrow-black.png) left center no-repeat;
  padding-left: 45px;
  font-size: 1em;
  font-family: "toyota_displayregular";
  text-transform: uppercase;
  color: #575757; }

.form-finish h2 {
  margin-bottom: 0; }

.form-finish .form-inline {
  margin-top: 25px; }
  .form-finish .form-inline p, .form-finish .form-inline div {
    float: left; }
  .form-finish .form-inline p {
    margin: 0 10px 0 0;
    text-transform: uppercase;
    font-family: "toyota_displaybold"; }
  .form-finish .form-inline label {
    font-family: "toyota_displayregular";
    margin: 0;
    color: #8a8c8d;
    margin-right: 40px; }

.drop-form-concessionaria span {
  color: #ee000c;
  width: 100%;
  border-bottom: 1px solid #e2e2e2; }

.drop-form-concessionaria .texto_embaixo {
  color: #8a8d8e;
  font-size: .8em; }

.drop-form-concessionaria .item-selected span {
  color: white; }

.drop-form-concessionaria .item-selected .texto_embaixo {
  color: white; }

.form-finish-familiar {
  display: none; }

.form input {
  height: 31px;
  background: #f6f6f6;
  border: 1px solid #d1d1d1;
  padding: 0 0.5em;
  border-color: #d1d1d1 #f0f0f0 #fff;
  font: 14px/17px "toyota_displaybold";
  color: #8a8d8e;
  box-shadow: inset 0 1px 0 0 #e2e2e2;
  border-radius: 3px;
  box-sizing: border-box; }
  .form input.form-erro, .form input.error, .form input.chk-unchecked {
    border: 2px solid #ee000c; }

.form .form-erro-text {
  display: none; }

.form .select-cs3.customForm-class-form-erro,
.form .customForm-class-form-erro {
  border: 2px solid #ee000c; }

.form label {
  text-transform: uppercase;
  margin-bottom: 5px; }
  .form label.no-label {
    margin-top: 20px; }
  .form label.error {
    display: none !important; }

.form .select-area.select-cs3 {
  width: 100% !important; }

.form-login .alert-erro {
  line-height: 20px; }

.alert-erro {
  background: url(/img/form-erro.png) left center no-repeat;
  padding-left: 40px;
  line-height: 31px;
  color: #ee000c; }

.box-abas {
  margin-top: 20px; }
  .box-abas div {
    float: left;
    width: 100%;
    height: 50px;
    cursor: pointer;
    background: #e1e1e1; }
    .box-abas div a {
      width: 100%;
      display: block;
      text-align: center;
      line-height: 50px;
      color: #575757;
      font-size: 1.286em;
      text-decoration: none;
      font-family: "toyota_displayregular"; }
  .box-abas .aba-01 {
    background: #f0f0f0; }

.box-form p {
  font-size: 1em;
  color: #575757;
  text-transform: uppercase;
  font-family: "toyota_displaybold";
  margin-bottom: 0; }

.box-form span {
  font-family: "toyota_displayregular";
  margin-bottom: 5px; }

.box-form .form-inline {
  margin-top: 5px; }
  .box-form .form-inline label {
    text-transform: none;
    display: inline; }

.box-form.border-bottom {
  padding-bottom: 35px;
  margin-bottom: 30px; }

.box-form button {
  padding: 12px 52px 13px;
  margin-left: 20px; }

.reveal-modal {
  box-shadow: 0 0;
  border: none;
  border-radius: 0; }
  .reveal-modal h2 {
    margin-bottom: 20px; }
  .reveal-modal .close-reveal-modal {
    text-indent: -999999px;
    background: url(/img/close.png) 0 0 no-repeat;
    width: 34px;
    height: 34px;
    top: 15px;
    right: 15px; }

.box-termo-submit {
  margin-bottom: 30px; }
  .box-termo-submit .form-inline label {
    margin-right: 0; }

.open-modal {
  color: #575757;
  font-family: "toyota_displaybold"; }

.box-termo {
  margin-top: 10px; }

.box-dados .hidden {
  display: none; }

.box-dados.aba-02 {
  background: #e1e1e1; }

.box-aba {
  padding-top: 30px;
  padding-bottom: 20px; }

.box-dados {
  background: #f0f0f0; }

/* custom forms styles */
.customForm-hidden {
  display: block !important;
  position: absolute !important;
  left: -9999px !important; }

/* custom checkbox styles */
.chk-area {
  cursor: pointer;
  margin: 0 10px 0 0;
  padding: 4px 3px;
  float: left;
  height: 25px;
  width: 25px;
  height: 20px;
  width: 20px;
  background: url(/img/img-select.png) top left no-repeat; }

.chk-area.chk-checked {
  background-position: bottom left; }

.rad-area {
  cursor: pointer;
  margin: 0 10px 0 0;
  padding: 6px;
  padding: 0;
  float: left;
  overflow: hidden;
  height: 20px;
  width: 20px;
  height: 25px;
  width: 25px;
  background: url(/img/img-radio.png) top left no-repeat; }

.rad-area.rad-checked {
  background-position: bottom left; }

.select-area {
  position: relative;
  overflow: hidden;
  height: 16px;
  font-size: 9px;
  line-height: 14px;
  background: #fff;
  color: #8a8d8e;
  border-radius: 2px; }

.select-area .select-opener {
  background: url(/img/ico-26.svg) no-repeat;
  background-size: 9px 8px;
  width: 9px;
  height: 8px;
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 10px; }

.no-svg .select-area .select-opener {
  background: url(/img/icons.png) no-repeat -293px -28px; }

.select-area .left {
  display: none; }

.select-area .center {
  white-space: nowrap;
  padding: 1px 4px;
  margin: 0 19px 0 0;
  position: relative;
  cursor: default;
  display: block;
  z-index: 2;
  overflow: hidden;
  text-transform: uppercase;
  text-overflow: ellipsis; }

.select-area.select-cs2 {
  height: 51px;
  background: #f0f0f0;
  border: 1px solid #c5c5c5;
  border-color: #c5c5c5 #e2e2e2 #f0f0f0;
  font: 16px/19px "toyota_displaybold";
  box-shadow: inset 0 1px 0 0 #e2e2e2;
  border-radius: 3px;
  box-sizing: border-box; }

.select-area.select-cs2 .select-opener,
.select-area.select-cs3 .select-opener {
  width: 19px;
  height: 18px;
  background: url(/img/ico-72.svg) no-repeat;
  background-size: 19px 18px; }

.no-svg .select-area.select-cs2 .select-opener,
.no-svg .select-area.select-cs3 .select-opener {
  background: url(/img/ico-72.png) no-repeat; }

.select-area.select-cs2 .center {
  margin-right: 32px;
  padding: 15px 5px 15px 19px; }

.select-area.select-cs3 {
  height: 31px;
  background: #f6f6f6;
  border: 1px solid #d1d1d1;
  border-color: #d1d1d1 #f0f0f0 #fff;
  font: 14px/17px "toyota_displaybold";
  box-shadow: inset 0 1px 0 0 #e2e2e2;
  border-radius: 3px;
  box-sizing: border-box; }

.select-area.select-cs3 .center {
  margin-right: 32px;
  padding: 6px 5px 6px 9px; }

.options-overflow div.drop-list {
  overflow: auto; }

.options-hidden {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important; }

.select-options {
  z-index: 3000;
  background: #fff;
  position: absolute;
  font-family: 'toyota_textregular';
  overflow: auto;
  max-height: 300px; }

.select-options.drop-cs2 {
  background-color: #f0f0f0; }

.select-options div.drop-list {
  width: 100%; }

.pdd-active .select-options div.drop-list .pdd,
.pdd-active .select-options div.drop-list .pdd0 {
  display: none; }

.select-options ul {
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
  text-transform: uppercase; }

.select-options.drop-cs2 ul,
.select-options.drop-cs3 ul {
  border: 1px solid #e2e2e2;
  border-width: 0 1px; }

.select-options ul li {
  overflow: hidden;
  float: left;
  width: 100%;
  border-top: 1px solid #ccc; }

.select-options.drop-cs2 ul li,
.select-options.drop-cs3 ul li {
  border-top: 0; }

.select-options ul a {
  text-decoration: none;
  cursor: default;
  display: block;
  overflow: hidden;
  padding: 1px 4px;
  font-size: 9px;
  line-height: 12px;
  color: #a4a4a4; }

.select-options.drop-cs2 ul a {
  font: 16px/19px "toyota_displaybold";
  color: #8a8c8e;
  padding: 5px 5px 5px 19px; }

.select-options.drop-cs3 ul a {
  font: 14px/17px "toyota_displaybold";
  color: #8a8c8e;
  padding: 3px 5px 3px 9px; }

.select-options ul a span {
  cursor: default;
  float: left; }

.select-options .item-selected a,
.select-options.drop-cs2 .item-selected a,
.select-options.drop-cs3 .item-selected a {
  text-decoration: none;
  background: #666;
  color: #fff; }

.jspContainer {
  overflow: hidden;
  position: relative; }

.jspPane {
  position: absolute; }

.jspVerticalBar {
  position: absolute;
  top: 30px;
  right: 0;
  width: 10px;
  height: 100%; }

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px; }

.jspCap {
  display: none; }

.jspHorizontalBar .jspCap {
  float: left; }

.jspTrack {
  position: relative; }

.jspDrag {
  background: #000;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer; }

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%; }

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0; }

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d; }

.jspVerticalBar .jspArrow {
  height: 16px; }

.jspHorizontalBar .jspArrow {
  width: 10px;
  float: left;
  height: 100%; }

.jspVerticalBar .jspArrow:focus {
  outline: none; }

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%; }

* html .jspCorner {
  margin: 0 -3px 0 0; }

#modal-perguntas .jspVerticalBar {
  right: 27px; }

/**
 * selectize.default.css (v0.12.1) - Default Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px #ffffff; }

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden; }

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0; }

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important; }

.selectize-dropdown-header-close:hover {
  color: #000000; }

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  box-sizing: border-box; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none; }

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important; }

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #0073bb;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box; }

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05); }

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #00578d; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #aaaaaa; }

.selectize-control {
  position: relative; }

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit; }

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block; }

.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px; }

.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px; }

.selectize-input.full {
  background-color: #ffffff; }

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important; }

.selectize-input.focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15); }

.selectize-input.dropdown-active {
  border-radius: 3px 3px 0 0; }

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #8A8D8E; }

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #1da7ee;
  color: #ffffff;
  border: 1px solid #0073bb; }

.selectize-control.multi .selectize-input > div.active {
  background: #92c836;
  color: #ffffff;
  border: 1px solid #00578d; }

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #ffffff;
  background: #d2d2d2;
  border: 1px solid #aaaaaa; }

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 1px !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  box-shadow: none !important; }

.selectize-input > input::-ms-clear {
  display: none; }

.selectize-input > input:focus {
  outline: none !important; }

.selectize-input::after {
  content: ' ';
  display: block;
  clear: left; }

.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0; }

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px; }

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden; }

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px; }

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px; }

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none; }

.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default; }

.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68; }

.selectize-dropdown .active.create {
  color: #495c68; }

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5); }

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px; }

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer; }

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text; }

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important; }

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa; }

.selectize-control.multi .selectize-input.has-items {
  padding-left: 5px;
  padding-right: 5px; }

.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  box-shadow: none; }

.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6; }

.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none; }

.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  border-radius: 3px;
  background-color: #1b9dec;
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1da7ee', endColorstr='#ff178ee9', GradientType=0);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03); }

.selectize-control.multi .selectize-input [data-value].active {
  background-color: #0085d4;
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff008fd8', endColorstr='#ff0075cf', GradientType=0); }

.selectize-control.single .selectize-input {
  height: 31px;
  background: #F6F6F6 none repeat scroll 0% 0%;
  border-width: 1px;
  border-style: solid;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  border-color: #D1D1D1 #F0F0F0 #FFF;
  font: 14px/17px "toyota_displaybold";
  box-shadow: 0px 1px 0px 0px #E2E2E2 inset;
  border-radius: 3px;
  box-sizing: border-box; }

.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-weight: bold;
  font-size: 0.85em; }

.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0; }

.selectize-dropdown .optgroup:first-child {
  border-top: 0 none; }

/**
 * selectize.css (v0.12.1)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px #ffffff; }

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden; }

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0; }

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important; }

.selectize-dropdown-header-close:hover {
  color: #000000; }

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  box-sizing: border-box; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none; }

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important; }

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box; }

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05); }

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff; }

.selectize-control {
  position: relative; }

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit; }

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block; }

.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 0 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px; }

.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px; }

.selectize-input.full {
  background-color: #ffffff; }

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important; }

.selectize-input.focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15); }

.selectize-input.dropdown-active {
  border-radius: 3px 3px 0 0; }

.selectize-input > * {
  line-height: 30px;
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0; }

.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca; }

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff; }

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  box-shadow: none !important; }

.selectize-input > input::-ms-clear {
  display: none; }

.selectize-input > input:focus {
  outline: none !important; }

.selectize-input::after {
  content: ' ';
  display: block;
  clear: left; }

.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0; }

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px; }

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden; }

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px; }

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px; }

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none; }

.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default; }

.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68; }

.selectize-dropdown .active.create {
  color: #495c68; }

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5); }

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px; }

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer; }

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text; }

.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 4px;
  right: 8px;
  width: 19px;
  height: 21px;
  background: transparent url("/img/ico-72.svg") no-repeat scroll 0% 0%/19px 18px; }

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto; }

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important; }

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa; }

@media (min-width: 1500px) {
  .row {
    max-width: 100em; } 
}
@media (max-width: 1440px) {
  .wrap-aviso{
    padding: 50px;
  }
  #login {
    background-size: 40%;
  }
}
@media (max-width: 1290px) {
  #login {
    background-size: 40%;
  } 
}
@media (max-width: 640px) {
  .box-banner {
    height: 200px; }
  html {
    width: 100%;
    height: 100%; }
  body {
    width: 100%;
    height: 100%;
    background: #f0f0f0; }
  .wrap-aviso{
    padding: 50px;
  }
  #login {
    background: transparent url("/img/crossbackground.png") no-repeat scroll right bottom;
    background-size: 300px auto;
    box-sizing: content-box;}
  #login {
    /* background: none; */}
    #login form {
      background: transparent url("/img/crossbackground.png") no-repeat scroll right bottom;
      padding-bottom: 165px;
      background-size: 300px auto;
      height: 350px;
      box-sizing: content-box; }
  .content-login h2 {
    margin: 0 0 15px 0; }
  h2 {
    font-size: 3.571em; }
  .btn-continue {
    width: 100%;
    font-size: 2.729em;
    padding: 13px 0; }
  header,
  footer {
    height: 55px;
    overflow: hidden; }
    header .exit,
    footer .exit {
      height: 55px;
      width: 60px;
      line-height: 55px; }
    header .lnk-toyota,
    footer .lnk-toyota {
      width: 45px; }
    header div,
    footer div {
      top: 10px; }
      header div h1,
      footer div h1 {
        width: 60%; }
    header img,
    footer img {
      margin-left: 15px; }
  footer img {
    margin-left: 15px; }
  footer .open-modal {
    padding: 0;
    margin: 10px 0 0 0;
    border: none;
    display: block; }
  .form-login button {
    width: 100%;
    height: 45px;
    font-size: 1.8em; }
    .form-login button span {
      background-image: url(/img/btn-seta-big.png);
      padding-right: 100px; }
  .form-login .form-line {
    position: relative; }
    .form-login .form-line label {
      position: absolute;
      top: 6px;
      left: 15px;
      font-size: 1.571em;
      font-family: "toyota_displayregular"; }
    .form-login .form-line input {
      height: 40px;
      font-size: 1.8em; }
      .form-login .form-line input.cpf {
        padding-left: 55px; }
      .form-login .form-line input.birthdate {
        padding-left: 80px; }
  .modal-confirmar .buttonsModal button {
    width: 100%;
    margin-top: 20px; }
  .btn-more {
    width: 100%;
    text-align: center;
    font-size: 2.429em;
    padding: 7px 15px;
    font-family: "toyota_displayregular";
    text-transform: uppercase; }
  .btn-check {
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    text-indent: -999999px;
    width: 35px;
    height: 35px;
    background: url(/img/check.png) -35px 0 no-repeat;
    background-size: 69px 34px; }
    .btn-check.active {
      background-position: 0 0; }
  form {
    margin-bottom: 0; }
  .continue-mobile {
    padding-top: 5px;
    padding-bottom: 20px;
    border-top: 1px solid #c5c5c5;
    background: #fff; }
    .continue-mobile.fixed-mobile {
      position: fixed;
      bottom: 0;
      z-index: 22;
      width: 100%; }
  .lst-cars {
    margin-bottom: 0; }
    .lst-cars .box-car .car-name {
      top: 70px;
      left: 20px;
      font-size: 2.857em;
      width: auto;
      font-family: "toyota_displaybold"; }
    .lst-cars .box-car .car-img {
      height: 235px; }
      .lst-cars .box-car .car-img img {
        position: absolute;
        bottom: 0;
        left: 0; }
      .lst-cars .box-car .car-img:after {
        content: "";
        border-bottom: 3px solid #c5c5c5;
        width: 9px;
        position: absolute;
        bottom: -2px;
        left: 0; }
    .lst-cars .box-car .btn-line {
      height: 70px;
      padding: 15px 15px; }
    .lst-cars .price {
      height: 75px; }
      .lst-cars .price p {
        font-size: 2em;
        margin: 0; }
      .lst-cars .price .price-left {
        height: 75px;
        width: 260px;
        padding: 20 0 0 22px;
        border-right: 1px solid #c5c5c5; }
        .lst-cars .price .price-left span {
          font-size: 1.8em; }
          .lst-cars .price .price-left span:after {
            top: 50%;
            margin-top: -1px; }
      .lst-cars .price .price-right {
        height: 75px;
        padding: 40px 0 0 45px;
        width: 50%; }
        .lst-cars .price .price-right span {
          font-size: 2.429em;
          color: #575757;
          line-height: 1em;
          position: relative; }
        .lst-cars .price .price-right .rs {
          font-size: 1em;
          line-height: 2em;
          margin-right: 5px;
          color: #ee000c;
          float: left; }
  .box-car .car-model {
    height: 180px; }
    .box-car .car-model p {
      font-size: 2em;
      margin: 0; }
    .box-car .car-model div {
      float: none; }
    .box-car .car-model .model-left {
      width: 100%;
      height: 95px;
      padding: 20px 20px 0;
      border-bottom: 1px solid #c5c5c5; }
      .box-car .car-model .model-left p {
        margin-bottom: 5px; }
      .box-car .car-model .model-left span {
        font-size: 1em; }
    .box-car .car-model .model-right {
      width: 100%;
      height: 150px;
      padding: 15px 0 0 15px; }
      .box-car .car-model .model-right p {
        margin-left: 5px; }
      .box-car .car-model .model-right span {
        font-size: 2.429em;
        color: #575757;
        line-height: 1em; }
        .box-car .car-model .model-right span span {
          font-size: 0.588em;
          color: #ee000c; }
  .box-car-complete .name-info {
    padding: 25px 0 25px 30px;
    border-bottom: none;
    position: absolute;
    top: 0; }
    .box-car-complete .name-info:after {
      display: none; }
    .box-car-complete .name-info h2 {
      font-size: 2.429em;
      font-family: "toyota_displaybold";
      margin: 0;
      line-height: 1.2em; }
    .box-car-complete .name-info h3 {
      font-size: 2.000em;
      font-family: "toyota_displayregular";
      margin: 0;
      line-height: 1.2em; }
  .box-car-complete .model-info {
    width: 100%;
    border-right: none; }
  .box-car-complete .price {
    height: 153px; }
    .box-car-complete .price p {
      font-size: 1.571em;
      margin: 0; }
    .box-car-complete .price .price-left {
      height: 153px;
      width: 260px;
      padding: 40px 0 0 45px;
      border-right: 1px solid #c5c5c5; }
      .box-car-complete .price .price-left span {
        font-size: 1.8em; }
        .box-car-complete .price .price-left span:after {
          top: 50%;
          margin-top: -1px; }
    .box-car-complete .price .price-right {
      height: 153px;
      padding: 40px 0 0 45px;
      width: 50%; }
      .box-car-complete .price .price-right span {
        font-size: 2.429em;
        color: #575757;
        line-height: 1em; }
        .box-car-complete .price .price-right span span {
          font-size: 0.588em;
          color: #ee000c; }
  .box-car-complete .image-info {
    width: 100%;
    height: 400px;
    border-bottom: 1px solid #c5c5c5;
    position: relative; }
    .box-car-complete .image-info:after {
      content: "";
      border-bottom: 3px solid #c5c5c5;
      width: 9px;
      position: absolute;
      bottom: -2px;
      left: 0; }
    .box-car-complete .image-info img {
      position: absolute;
      bottom: 0; }
  .box-car-complete .color-info {
    padding: 20px 0 20px 20px; }
    .box-car-complete .color-info .colors {
      margin: 0 10px 0 10px; }
    .box-car-complete .color-info p {
      color: #8a8c8d;
      margin-top: 7px;
      font-size: 1.8em;
      float: left; }
      .box-car-complete .color-info p.color-name {
        color: #575757;
        text-transform: uppercase;
        font-family: "toyota_displaybold"; }
  .box-car-complete .colors a {
    width: 35px;
    height: 35px;
    margin-right: 5px; }
  .box-car-complete .colors a:before {
    width: 35px;
    height: 35px; }
  .box-car-complete .colors a:after {
    width: 25px;
    height: 25px; }
  .sel-hold select {
    width: 90%; }
  .colors a {
    width: 35px;
    height: 35px;
    margin-right: 5px; }
  .colors a:before {
    width: 35px;
    height: 35px; }
  .colors a:after {
    width: 25px;
    height: 25px; }
  .box-passos {
    margin-top: 10px;
    margin-bottom: 20px; }
    .box-passos .content {
      padding-top: 10px;
      font-size: 2.857em; }
      .box-passos .content.active span {
        color: #ee000c; }
      .box-passos .content.active.last span {
        color: #3cb878; }
      .box-passos .content p {
        color: #c5c5c5;
        margin: 0;
        line-height: 1em;
        text-transform: uppercase; }
      .box-passos .content span {
        color: #cccccc;
        font-family: "toyota_displayregular";
        padding: 0;
        line-height: 1em;
        margin-right: 0;
        width: 20px;
        height: 35px;
        display: block;
        float: left;
        background: none; }
  .box-abas .aba-01 {
    background: #fff; }
  .box-dados {
    background: #fff; }
  .form-finish .form-inline div {
    margin-bottom: 13px; }
  .form-finish .form-inline p {
    display: block;
    margin-bottom: 5px;
    width: 100%; }
  .space {
    height: 60px; }
  .form input {
    height: 30px; }
  .form label {
    font-size: 1.571em; }
    .form label.no-label {
      margin-top: 33px; }
  .form .btn {
    width: 100%; }
  .form .box-form.border-bottom {
    padding-bottom: 0;
    margin-bottom: 10px; }
  .form .box-form p,
  .form .form-inline p {
    font-size: 1.714em; }
  .form .open-modal {
    font-size: 1.714em; }
  .form button {
    margin-left: 0;
    width: 100%;
    height: 45px;
    font-size: 1.8em; }
    .form button span {
      background-image: url(/img/btn-seta-big.png);
      padding-right: 100px; }
  .text {
    font-size: 1.571em;
    margin: 30px 0 50px; }
    .text p {
      margin: 0; }
  .box-resumo-pedido {
    border: 0;
    margin-top: 0; }
    .box-resumo-pedido .border-bottom {
      border: 0; }
    .box-resumo-pedido p.ttl-info {
      margin-top: 20px; }
    .box-resumo-pedido h2 {
      font-size: 2.000em;
      position: relative; }
      .box-resumo-pedido h2:after {
        content: "";
        position: absolute;
        width: 55px;
        border-bottom: 1px solid #c5c5c5;
        left: 0;
        bottom: -35px; }
    .box-resumo-pedido strong {
      margin-right: 10px; }
    .box-resumo-pedido strong, .box-resumo-pedido p {
      font-size: 1.714em;
      margin-top: 0; }
  .site-toyota {
    background: #fff;
    padding: 10px 0 0 0; }
    .site-toyota p {
      display: block;
      width: 100%;
      text-align: center;
      font-size: 2.857em; }
    .site-toyota button {
      width: 100%;
      font-size: 2.429em;
      margin: 15px 0 20px 0; }
      .site-toyota button span {
        background-image: url(/img/btn-seta-big.png);
        padding-right: 100px; }
  .alert-box {
    background: #fff; }
    .alert-box .alert {
      background: url(/img/alert-gray.png) 20px 25px no-repeat #fff;
      padding: 50px 30px 45px 110px;
      font-size: 1.571em; }
  body {
    font-size: .4em; }
  header div {
    top: 10px; }
    header div h1 {
      width: 55%; }
  footer div p {
    width: 55%;
    top: 5px;
    word-wrap: break-word;
    font-size: 1.943em; }
  .site-toyota .btn-info {
    padding: 12px 0; }
  .box-resumo-pedido h2 {
    font-size: 3em; }
    .box-resumo-pedido h2:after {
      bottom: -10px; }
  .box-resumo-pedido p,
  .box-resumo-pedido strong {
    font-size: 2.714em; }
  .text {
    font-size: 2.571em; }
  .alert-box .alert {
    font-size: 2.571em; }
  .form .box-form p {
    font-size: 2em; }
  .form .box-form span {
    font-size: 2em; }
    .form .box-form span.center {
      font-size: 1em; }
  .form label {
    font-size: 2em; }
    .form label.no-label {
      margin-top: 20px; }
  .form-login .form-line label {
    font-size: 2.571em; }
  p.texto-header,
  i {
    font-size: 2.286em; }
  .box-car-complete .image-info {
    height: 235px; }
  .box-car-complete .price {
    height: 80px; }
    .box-car-complete .price .price-left {
      padding: 15px 0 0 20px;
      height: 80px;
      width: 140px; }
      .box-car-complete .price .price-left span {
        font-size: 2.229em; }
        .box-car-complete .price .price-left span:after {
          top: 50%;
          margin-top: -1px; }
    .box-car-complete .price .price-right {
      padding: 15px 0 0 15px;
      height: 80px;
      width: 50%; }
      .box-car-complete .price .price-right span {
        font-size: 3.29em; }
      .box-car-complete .price .price-right .rs {
        font-size: .5em;
        line-height: 2.5em; }
  .lst-cars .box-car .car-model {
    height: 180px; }
  .lst-cars .box-car .price .price-left {
    width: 140px; }
    .lst-cars .box-car .price .price-left span {
      font-size: 2.229em; }
      .lst-cars .box-car .price .price-left span:after {
        top: 50%;
        margin-top: -1px; }
  .lst-cars .box-car .price .price-right {
    padding: 15px 0 0 15px;
    width: 50%; }
    .lst-cars .box-car .price .price-right span {
      font-size: 3.29em; }
    .lst-cars .box-car .price .price-right .rs {
      font-size: .8em;
      line-height: 2.5em; }
  .btn-change-car {
    font-size: 2em; } }

@media (min-device-width: 530px) and (max-device-width: 600px) {
  #login {
    background: none; }
    #login .content-login {
      background: url(/img/crossbackground.png) bottom right no-repeat;
      background-size: 50%;
      padding-bottom: 130px; } }

@media (min-device-width: 600px) and (max-device-width: 1200px) {
  .box-banner {
    height: 200px; }
  #login {
    background-size: 40%; }
  .box-car-complete .color-info {
    padding: 20px 0 20px 10px; }
    .box-car-complete .color-info .colors {
      margin: 0 10px 0 10px; }
      .box-car-complete .color-info .colors a {
        margin-right: 0; }
    .box-car-complete .color-info p {
      font-size: 1em; }
  .box-car .car-img img {
    margin-left: -250px;
    left: 50%; }
  .box-car .price .price-left {
    width: 43%; }
  .box-car .price .price-right {
    padding: 15px 0 0 15px;
    width: 57%; }
    .box-car .price .price-right span {
      font-size: 2em; }
  .box-car .car-model .model-left {
    width: 50%;
    padding: 25px 20px 0 20px; }
  .box-car .car-model .model-right {
    width: 50%;
    padding: 25px 0 0 20px; } }

@media (min-width: 768px) and (max-width: 900px) {
  header h1 {
    width: 80%; } }

.mt50 {
  margin-top: 50px; }

.mb0 {
  margin-bottom: 0; }

p.desconto-text {
  font-size: 1.286em; }

.box-desconto-info {
  box-shadow: 0px 0px 10px 0px #b0b0b0;
  box-sizing: border-box;
  padding: 5px 20px;
  margin: 40px 0;
  background-color: #fff; }
  .box-desconto-info ul li {
    margin: 30px 0;
    font-size: 1.286em; }

@media (max-width: 640px) {
  p.desconto-text,
  .box-desconto-info ul li {
    font-size: 2em; }
  .box-desconto-info {
    padding: 5px 25px 5px 0; } }

/*# sourceMappingURL=app.css.map */
