div.form-1 .field {
  margin-bottom: 25px;
}

div.form-1 .field {
  position: relative;
  display: block;
  margin: 0 0 20px;
  text-align: left;
  font-size: 10px;
  width: 100%;
  width: calc(100%);
}

div.form-1 label {
  display: block;
  font-size: 14px;
  color: #555;
}

div.form-1 .small label {
  font-size: 12px
}

div.form-1 .small label input {
  position: relative;
  margin-right: 3px;
  top: -2px
}

.close-item {
  display: none !important;
}

.open-item {
  display: block !important;
}

blockquote#observacoes {
  font-size: 16px !important;
  padding: 5px 20px;
}

p.description {
  height: 45px;
  overflow: hidden
}

:checked+p.description {
  height: auto
}

:checked+p.description+label {
  ...
}

p.description:empty+label {
  display: none
}

.single-prices-0308bt {
  margin-top: 0px;
}

#vehicle_a_vista {
  font-size: 1.65em;
}

.price-formatted sup {
  top: 0 !important;
}

.btn-enviar-disabled {
  opacity: 0.4;
}

p.description {
  height: 45px;
  overflow: hidden
}

:checked+p.description {
  height: auto
}

:checked+p.description+label {
  ...
}

p.description:empty+label {
  display: none
}

.single-prices-0308bt {
  margin-top: 0px;
}

#vehicle_a_vista {
  font-size: 1.65em;
}

.price-formatted sup {
  top: 0 !important;
}

@keyframes shake {

  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }

  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}

div.shake {
  display: inline-block;
  animation: shake 1s;
}

div.shake:hover {
  animation: none;
}

.selo-interno {
  position: absolute;
  top: 25px;
  z-index: 999;
  left: 25px;
  width: 100px;
}

.selo-toyota {
  position: absolute;
  top: 25px;
  z-index: 999;
  right: 25px;
  width: 70px;
}

.selo-interno .img-selo {
  width: 100%;
  object-fit: contain;
}

.button-doc-download {
  border: 1px solid #ddd;
  border-radius: 3px;
  box-sizing: border-box;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, .1);
  display: block;
  margin: 10px 5px;
  padding: 5px 5px 5px 30px;
  position: relative;
  text-align: center;
  transition: all .35s ease-in-out;
}

.button-doc-download:hover {
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, .1);
}

.button-doc-download>i {
  color: #e60817;
  left: 10px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.alert-simulador:empty {
  display: none;
}

.alert-simulador {
  margin: 15px auto 0 !important;
}

.tooltipBox {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, .2);
  color: #505050;
  font-size: 12px;
  left: 50%;
  max-height: 90%;
  max-width: 90%;
  overflow: auto;
  padding: 15px;
  position: absolute;
  text-align: left;
  top: 50%;
  transform: translate(-50%, -50%);
}

.tooltipBoxTitle {
  background: #fff;
  box-shadow: 0px 20px 20px 0px rgb(0 0 0 / 10%);
  font-weight: bold;
  margin-bottom: 15px;
  padding: 15px 0;
  position: sticky;
  text-align: center;
  top: -15px;
}

.tooltipBoxButton {
  background: #fff;
  border: 0;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
}

.fs-big {
  font-size: 16px;
}

.fs-medium {
  font-size: 14px;
}

.fs-small {
  font-size: 11px;
}

.fs-smaller {
  font-size: 10px;
}

.fc-red {
  color: #e60817;
}

.fw-bold {
  font-weight: bold;
}

.m-0 {
  margin: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.tt-upper {
  text-transform: uppercase;
}

.validate-error label,
.validate-success label {
  position: relative;
}

.validate-error label:after,
.validate-success label:after {
  border: 1px solid #fff;
  border-radius: 100px;
  box-sizing: border-box;
  color: #fff;
  font: normal normal normal 10px/1 FontAwesome;
  height: 15px;
  line-height: 15px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transform: translate(14px, -1px);
  width: 15px;
}

.validate-error label:after {
  background: #721c24;
  content: "\f12a";
}

.validate-success label:after {
  background: #155724;
  content: "\f00c";
}

.validate-error,
.validate-error input {
  border-color: #f5c6cb;
  color: #721c24;
}

.validate-success,
.validate-success input {
  border-color: #c3e6cb;
  color: #155724;
}

.financingEntryInfo,
.financingEntryInfo * {
  box-sizing: border-box;
}

.financingEntryInfo {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.financingEntryInfo__item {
  flex: 1 0 0;
  padding: 10px;
  position: relative;
  text-align: center;
}

.financingEntryInfo__item+.financingEntryInfo__item:before {
  content: '+';
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(-5px, -50%);
}

.financingEntryInfo__item>span {
  display: block
}

.finnacialStepNumber {
  background: #f00;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 20px;
  /* position: absolute; */
  font-family: sans-serif;
  font-size: 29px;
}

.modal-title {
  font-family: sans-serif;
  font-weight: 600;
  letter-spacing: -.5px;
  padding-left: 65px;
}

.border-right-modal-column {
  border-right: solid 1px #ddd;
}

@media screen and (max-width:991px){
  .border-right-modal-column {
    border-right: none !important;
  }
}

@media screen and (max-width:430px){

	.modal-title {
		padding-left: 0px;
	 }
  #subtitle-contato-em-breve{
     padding-left: 0px;
	  }
	}

.btn-personalize {
  background: #f00;
  color: #fff;
  padding: 10px 15px;
  width: 100%;
  display: block;
  text-align: center;
  border-radius: 4px;
  margin: 10px 0;
}

.btn-personalize:hover {
  background: #f00;
  color: #fff;
}

.btn-personalize::before {
  content: "ou";
  background: #fff;
  border-radius: 20px;
  color: #f00;
  font-weight: bold;
  font-size: 12px;
  padding: 3px 4px;
  margin: 0px 4px;
}

.modal-tela {
  display: none;
}

.modal-ativo {
  display: block;
}

.irs-bar-edge {
  height: 10px;
  top: 33px;
  width: 14px;
  border: 1px solid #ac080b;
  border-right: 0;
  background: #ac080b;
  background: linear-gradient(to top, rgb(172, 8, 11) 0%, rgb(172, 8, 11) 100%);
  /* W3C */
  border-radius: 16px 0 0 16px;
  -moz-border-radius: 16px 0 0 16px;
}

.irs-min,
.irs-max {
  background: rgb(0 0 0 / 25%);
}

.modal-footer {
  background: #eaeaea;
  padding: 25px 20px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.modal-footer--new {
  display: flex;
  padding: 15px 20px;
}

.modal-footer--new .row {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;

}

.btn-texto-legal {
  color: #222;
  display: block;
  margin: 15px auto;
  padding: 7.5px 5px
}

.btn-texto-legal i {
  border: 2px solid #222;
  border-radius: 100px;
  color: #222;
  height: 25px;
  margin-right: 5px;
  line-height: 25px;
  text-align: center;
  width: 25px;
}

.simuladorUserData__label {
  background: #fff;
  font-size: 11px;
  margin-bottom: -9px;
  margin-left: 11px;
  padding: 0px 5px;
  text-transform: uppercase;
}
