.compare {
  display: flex;
  justify-content: space-between;
}

.veiculo-compare {
  flex: 0 0 48%;
  max-width: 33.3%;
  margin: 0px 7px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  overflow: hidden;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  position: relative;
  transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
}

.veiculo-compare .veiculo-img {
  width: 100%;
  height: 153px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.veiculo-compare .titulo {
  font-size: 14px;
  color: #9f2429;
  margin: 0;
  line-height: 20px;
  font-family: "FuturaMedium";
}

.veiculo-compare :not(button) + span {
  font-size: 12px;
  font-family: "FuturaBTLight";
  color: #979595;
  line-height: 20px;
}

.veiculo-compare .veiculo-caract {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}

.veiculo-compare .btn-primario span {
  position: relative;
}

.veiculo-compare .btn-primario::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 50px;
  background-color: #3fbf00;
  overflow: hidden;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.veiculo-compare div:last-child::after {
  content: "";
  position: absolute;
  height: 8px;
  background-color: #c82034;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.veiculo-info {
  border-top: 2px solid rgba(219, 219, 219, 0.5);
  padding: 15px 30px 25px 35px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.info {
  flex: 0 0 30%;
  max-width: 30%;
  margin-top: 15px;
}

.info span {
  font-size: 12px;
  display: block;
  line-height: 15px;
}

.info span:first-child {
  color: #979595;
}

.info span:last-child {
  font-family: "FuturaMedium";
  color: #212121;
}

.veiculo-itens {
  border-top: 2px solid rgba(219, 219, 219, 0.5);
  padding: 15px 30px 25px 35px;
  height: 270px;
  overflow-y: auto;
}

.itens {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.itens span {
  flex: 0 0 30%;
  max-width: 30%;
  margin-top: 15px;
  font-size: 12px;
  color: #979595;
  display: block;
}

.veiculo-compare input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 68px;
  z-index: 2;
  cursor: pointer;
}
.btn-primario {
  font-family: "Open Sans", sans-serif;
  background-color: #c82034;
}
:checked ~ div .fav-select {
  display: block;
}
.form-control:focus,
.btn:focus {
  box-shadow: none;
  /* border-color: transparent; */
  border-color: #c82034;
}
:checked ~ div .btn-primario::after {
  bottom: 0;
}
.titulo-form {
  color: #565656;
  line-height: 5px;
}
.titulo-form span {
  font-size: 14px;
  font-family: "FuturaBTBold";
}
.titulo-form h3 {
  font-size: 24px;
  font-family: "FuturaBTBold";
}
:checked ~ div:last-child::after {
  background-color: #3fbf00;
}

.py-18 {
  border-top: 2px solid rgba(219, 219, 219, 0.5);
  padding: 18px 0;
  line-height: 0px;
}

@media screen and (max-width: 1199px) {
  .comparacao .accordion.position-relative {
    right: 20px;
  }
}
