/*Variaveis*/
:root {
  --cor-preto: #000;
  --cor-vermelha: #e62626;
  --cor-cinza-claro: #f1f1f1;
  --cor-branco: #ffffff;
}
.pg__veiculo--flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.pg__veiculo--slide {
  width: 50%;
  height: 540px;
}

.pg__veiculo--form {
  width: 50%;
  padding-left: 20px;
}

.pg__veiculo--info-1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 5px solid var(--cor-vermelha);
  margin-bottom: 20px;
}
.pg__veiculo--info-1 section h3 {
  text-transform: uppercase;
}
.pg__veiculo--info-2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 25px;
}
.pg__veiculo--info-direita {
  text-align: right;
  font-weight: 600;
}
.pg__veiculo--info-2 article {
  width: calc(100% / 2);
  line-height: 35px;
  border-bottom: 1px solid #e4e4e4;
}
.btn__whatsapp {
  width: 100%;
  text-align: center;
  padding: 15px 0;
  color: var(--cor-branco);
  background-color: #00a13e;
  cursor: pointer;
}
.pg__veiculo--form-formulario {
  margin-top: 25px;
  border-top: 5px solid var(--cor-vermelha);
  margin-bottom: 10px;
}
.pg__veiculo--form-formulario form input {
  width: 100%;
  height: 40px;
  padding: 5px;
  border: 1px solid #e4e4e4;
  margin-bottom: 10px;
  border-radius: 0 !important;
}
.pg__veiculo--form-formulario form textarea {
  width: 100%;
  height: 80px;
  padding: 5px;
  border: 1px solid #e4e4e4;
  margin-bottom: 10px;
}
.botao__enviar--proposta {
  text-align: center;
  background: var(--cor-preto);
  padding: 5px 0;
}
.enviar_proposta {
  background: var(--cor-preto);
  border: 0;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--cor-branco);
  text-decoration: none;
}
.enviar_proposta:hover,
.enviar_proposta:focus,
.enviar_proposta:active {
  color: var(--cor-branco);
  text-decoration: none;
  background: var(--cor-preto);
  border: 0;
}
.btn__opcionais {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 20px;
}
.btn__opcionais div {
  width: calc(100% / 2);
  text-align: center;
  color: #fff;
  background: var(--cor-preto);
  padding: 5px 0;
}
.btn__opcionais div a {
  text-decoration: none;
  color: #fff;
  display: block;
}
.btn__opcionais div a:hover,
.btn__opcionais div a:focus,
.btn__opcionais div a:active {
  text-decoration: none;
  color: #fff;
}
.pg__veiculo--opcionais {
  margin-top: 15px;
  margin-bottom: 20px;
}
.grid__op {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.div-d-op {
  width: calc(100% / 2);
  line-height: 30px;
}
.pg-veiculo .glyphicon-ok {
  color: #00a13e;
}
.pg__veiculo--share {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  background-color: var(--cor-cinza-claro);
  text-align: center;
  margin-top: 20px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.pg__veiculo--share a {
  text-decoration: none;
  color: var(--cor-branco);
}
.pg__veiculo--share a:hover,
.pg__veiculo--share a:focus,
.pg__veiculo--share a:active {
  text-decoration: none;
  color: var(--cor-branco);
}
.pg__veiculo--box {
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 15px;
  width: calc(100% / 4);
}
.pg__veiculo--box:nth-child(2) {
  background-color: #3b5998;
  position: relative;
}
#share__facebook::before {
  border: 10px solid transparent;
  border-right-color: #3b5998;
  content: "";
  left: -20px;
  position: absolute;
}
.pg__veiculo--box:nth-child(3) {
  background-color: #00aced;
}
.pg__veiculo--box:nth-child(4) {
  background-color: #34af23;
}
#txt__share {
  font-size: 10px;
}
.pg__veiculo--txt-compartilha {
  margin-top: 20px;
}

.slide-confira div {
  padding: 0 10px;
}
/*CONFIRA OUTRAS OPÇÕES*/

.slick-center {
  transform: translateY(-40px);
  transition: 0.3s;
}
.slick-track {
  padding: 60px 0 !important;
}
/*PROPRIEDADES SLIDE*/
.pg__veiculo--slide {
  width: 100%;
}
.swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.info__confira {
  text-align: center;
  text-transform: uppercase;
}
.info__confira p:nth-child(1) {
  font-size: 16px;
  padding-top: 15px;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.swiper-slide {
  background-size: cover;
  background-position: center;
}

.gallery-top {
  height: 80%;
  width: 100%;
}
.example-image-link {
  width: 100%;
}
.gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

@media screen and (min-width: 1200px) {
  .pg__veiculo--form {
    width: 50%;
  }
  .pg__veiculo--grid {
    width: 50%;
  }
  .pg__veiculo--slide {
    height: 525px;
  }
}
@media screen and (min-width: 768px) {
  .pg__veiculo--grid-style {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 80px;
    margin-bottom: 50px;
    text-align: center;
  }
  .pg__veiculo--grid-style section {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: calc(100% / 3);
    font-size: 20px;
  }
  .pg__veiculo--grid-style section div {
    height: 5px;
    background: var(--cor-preto);
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .pg__veiculo--info-1 section h3 {
    text-transform: uppercase;
    font-size: 20px;
  }
  .pg__veiculo--form {
    padding: 0;
  }

  .pg__veiculo--grid-style section {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    margin-top: 40px;
  }
}

/*SCREEN SLIDE*/
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .pg__veiculo--form {
    width: 40%;
  }
  .pg__veiculo--grid:nth-child(1) {
    width: 60%;
  }
  .pg__veiculo--slide {
    height: 525px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
  .pg__veiculo--form {
    width: 40%;
  }
  .pg__veiculo--grid:nth-child(1) {
    width: 60%;
  }
  .pg__veiculo--slide {
    height: 525px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .pg__veiculo--form {
    width: 40%;
  }
  .pg__veiculo--grid:nth-child(1) {
    width: 60%;
  }
  .pg__veiculo--slide {
    height: 400px;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  .pg__veiculo--form {
    width: 100%;
  }
  .pg__veiculo--grid:nth-child(1) {
    width: 100%;
  }
  .pg__veiculo--slide {
    height: 620px;
  }
}
@media screen and (max-width: 639px) and (min-width: 500px) {
  .pg__veiculo--form {
    width: 100%;
  }
  .pg__veiculo--grid:nth-child(1) {
    width: 100%;
  }
  .pg__veiculo--slide {
    height: 460px;
  }
}
@media screen and (max-width: 479px) {
  .slick-center {
    transform: translateY(0px);
    transition: 0.3s;
  }
}
@media screen and (max-width: 499px) and (min-width: 426px) {
  .div-d-op {
    width: 100%;
    line-height: 30px;
  }
  .pg__veiculo--form {
    width: 100%;
  }
  .pg__veiculo--grid:nth-child(1) {
    width: 100%;
  }
  .pg__veiculo--slide {
    height: 400px;
  }
}
@media screen and (min-width: 376px) and (max-width: 425px) {
  .div-d-op {
    width: 100%;
    line-height: 30px;
  }
  .pg__veiculo--form {
    width: 100%;
  }
  .pg__veiculo--grid:nth-child(1) {
    width: 100%;
  }
  .pg__veiculo--slide {
    height: 315px;
  }
}
@media screen and (min-width: 321px) and (max-width: 375px) {
  .div-d-op {
    width: 100%;
    line-height: 30px;
  }
  .pg__veiculo--form {
    width: 100%;
  }
  .pg__veiculo--grid:nth-child(1) {
    width: 100%;
  }
  .pg__veiculo--slide {
    height: 275px;
  }
}

@media screen and (max-width: 320px) {
  .div-d-op {
    width: 100%;
    line-height: 30px;
  }
  .pg__veiculo--form {
    width: 100%;
  }
  .pg__veiculo--grid:nth-child(1) {
    width: 100%;
  }
  .pg__veiculo--slide {
    height: 250px;
  }
}
