
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Doppio+One&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Marcellus+SC&display=swap');

body {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 1rem;
    color: #000;
}

h1, h2, h3 {
    font-family: 'Doppio One', sans-serif;
    font-weight: 100;
}

h4, h5, h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 100;
}

h2 {
    font-size: 1.3rem;
}

h3 {
    font-size: 1.2rem;
}

.navbar {
    font-family: 'Marcellus SC', sans-serif;
}

a, a:hover {
    text-decoration: none;
    color: inherit;
}

a:hover {
    opacity: 0.9;
}

header {
    padding: 20px 0;
}

section {
    padding: 50px 0;
}

footer {
    background-color: #000;
    color: #c2c2c2;
    padding: 25px 0;
    font-size: 1rem;
}

footer .logoRodape {
    max-width: 200px;
}

footer .tituloSecao {
    display: block;
    text-transform: uppercase;
    color: #FFF;
}

footer .telefone {
    display: block;
    line-height: 2rem;
    font-size: 1rem;
}

.icone {
    display: inline-block;
}

.icone img {
    width: 32px;
}

footer .horarios p {
    font-size: 1.1rem;
    font-weight: 500;
}

footer .horarios p small {
    font-size: 1rem;
    margin-bottom: 10px;
    display: block;
    font-weight: 300;
}

footer .explore a {
    display: block;
    margin-bottom: 10px;
}

footer address {
    font-size: 1rem;
}

footer .redeSocial {
    display: block;
    margin-bottom: 15px;
}

footer .redeSocial img {
    width: 30px;
    background-color: #373737;
    border: 1px solid #FFF;
    border-radius: 10px;
    padding: 5px;
    margin-right: 10px;
}

.logo {
    width: 90%;
    max-width: 300px;
}

.destaque img {
    aspect-ratio: 38/15;
    object-fit: cover;
    object-position: center;
}

.cardEstoque {
    background-color: #FFF;
    text-align: left;
    padding-bottom: 10px;
    overflow: hidden;
}

.tagFabricante {
    text-transform: uppercase;
    background: #ee3136;
    position: absolute;
    padding: 5px 15px;
    margin-left: 10px;
    margin-top: 10px;
    
}

.cardEstoque h3 {
    color: #929292;
    padding: 10px 0 0 0;
}

.cardEstoque .fabricante {
    margin: 0;
    color: #666;
    text-transform: uppercase;
}

.cardEstoque .valor {
    color: #666;
    font-size: 1.2rem;
    font-weight: 700;
}

.cardEstoque .valor span {
    
}

.cardEstoque {
    color: #000;
    font-size: 0.85rem;
}

.cardEstoque .bgImg {
    width: 100%;
    background-position: center center;
    background-size: cover;
}

.cardEstoque .bgImg img {
    height: 400px;
    width: 100%;
}



hr {
    width: 40%;
    border: none;
    border-bottom: #730003 3px solid;
    opacity: 1;
    margin: 0 0 15px 0;
}

.textoDetalhes {
    display: inline-block;
    width: 100%;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 60%, rgba(255,255,255,0) 100%);
    padding: 0;
    color: #929292;
}

.textoDetalhes h3 {
    background-color: #FFF;
    font-size: 1rem;
    background-image: url('../img/linhaVermelha.png');
    background-repeat: repeat-x;
    background-position: center;
    padding: 0;
    padding: 5px 0;
}

.textoDetalhes .bg {
    background-color: #FFF;
    padding-right: 6px;
    white-space: nowrap;
}

.botaoVermelho {
    font-family: 'Doppio One', sans-serif;
    padding: 10px 20px;
    color: #FFF;
    background-color: #730003;
    text-transform: uppercase;
}

.historia h2 {
}

.historia p {
    text-align: justify;
}

.historia .boxVermelho {
    background-color: #730003;
    width: 120%;
    height: 150px;
    margin-left: -100px;
    margin-top: 50px;
    opacity: 0.8;
}

.bg-light {
    background-color: #FFF !important;
  }

.fichaVeiculo h1 {
    font-size: 2.3rem;
}

.fichaVeiculo h3 {
    text-transform: uppercase;
    color:#730003;
    
}

.fichaVeiculo .ano {
    font-weight: 500;
    font-family: 1.5rem;
    color: #bbb;
}

.fichaVeiculo .valorDestaque {
    font-size: 2rem;
    color:#666;
    font-weight: 700;
}

.fichaVeiculo .valor span {
    font-size: 1.3rem;
    color:#666;
    font-weight: 300;
}

.fichaVeiculo .infs {
    font-size: 0.9rem;
    color:#666;
    column-count: 2;
    text-align: start;
    line-height: 2rem;
}

.fichaVeiculo .infsAdicionais {
    color:#666;
    text-align: start;
    line-height: 1.5rem;
}

.fichaVeiculo .infs b {
    color:#666;
    column-count: 2;
    text-align: start;
    line-height: 2rem;
}

.fichaVeiculo .valor span {
}

.fichaVeiculo .imgGaleria {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.fichaVeiculo .imgFull {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    object-position: center;
}

.fichaVeiculo .mais h3 {
    font-size: 2rem;
    color: #000;
}

.fichaVeiculo .mais h2 {
    font-size: 2.5rem;
    color: #666;
}

.encontrou .bgEncontrou {
    background-image: url('../img/bg-encontrou.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.bgEncontrou .container {
    background-color: #000000c9;
    padding: 35px 15px;
}

.encontrou label {
    text-align: center;
    color: #FFF;
    width: 100%
}

.encontrou .inputEncontrou {
    border: none;
    border-bottom: 1px solid #FFF;
    padding: 10px;
    width: 100%;
    background: transparent;
    color: #FFF !important;
    text-align: center;
}

.nuvem .verEstoque {
    background-image: url('../img/ver-estoque.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.btnBranco {
    display: block;
    border: none;
    padding: 10px 30px;
    background-color: #FFF;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    margin: auto;
}

.contato .redeSocial img {
    background-color: #000;
    padding: 4px;
    border-radius: 8px;
    width: 35px;
}

.servicos {
    background-image: url('../img/bg-servicos.png');
    background-position: center;
    color: #FFF;
    padding: 130px 0 100px 0;
}

.servicos h1 {
    color: #000;
}

.servicos h2 {
    font-size: 2rem;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #a7a9ac;
    background-image: url('../img/bg-linha-cinza.png');
    background-repeat: repeat-x;
    background-position: center;
}

.servicos h2 span {
    background-color: #FFF;
    padding-right: 10px;
}

.sectionServicos {
    margin-top: -150px;
    position: relative;
    z-index: 99999;
}

form .campos {
    columns: 2;
    margin-top: 15px;
    margin-bottom: 15px;
}

form .campos input {
    width: 100%;
    border: none;
    border-bottom: solid 1px #730003;
    font-size: 0.9rem;
    color: #666;
    font-weight: 300;
}

form .campos label {
    font-size: 0.8rem;
    color: #666;
    font-weight: 300;
    margin-bottom: 5px;
}

form .campos input:focus {
    outline: none;
}

form .campos input::placeholder {
    color: #9A9A9A;
}

form .campos input[type=number] {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield;
}

form .campos input[type=checkbox] {
    float: left;
    width: auto;
    margin-right: 5px;
    margin-bottom: 5px;
}

.btn-primary {
    border-color: #730003;
    background-color: #730003;
}

.btn-primary:hover {
    border-color: #730003;
    background-color: #730003;
    opacity: 0.8;
}

.fecharFiltro {
    position: fixed;
    right: 30px;
    top: 10px;
    color: #FFF;
    font-weight: 700;
    font-size: 1.5rem;
}

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

    .bg-light .container {
        background-color: #E5E5E5;
    }

}

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

    .fichaVeiculo .imgPrincipal img {
        height: auto;
        object-fit: cover;
        object-position: bottom;
    }

    .botaoVermelho {
        font-size: 0.7rem;
    }

    .fichaVeiculo .mais h3 {
        font-size: 1.2rem;
        color: #000;
    }
    
    .fichaVeiculo .mais h2 {
        font-size: 1.4rem;
        color: #666;
    }

    .servicos {
        background-image: none;
        color: #000;
        padding: 130px 0 100px 0;
    }

    .filtrosWrapper {
        display: none;
    }

    .filtrosWrapperMobile {
        display: none;
        position: absolute;
        width: 100%;
        background-color: #FFF5;
        top: 0;
        z-index: 999999;
        bottom: 0;
        overflow-y: scroll;
        width: 100%;
        background-color: #00000094;
    }

    .filtros {
        padding: 30px;
        width: 75%;
        background-color: #FFF;
    }

}

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

}
    
@media only screen and (max-width: 1200px) {

}
    
@media only screen and (min-width: 1201px) and (max-width: 1400px) {

}

#whatsapp-btn {
    position: fixed;
    bottom: 70px;
    right: 100px;
    z-index: 1000;
  }
  
  #whatsapp-btn button:focus {
    outline: none;
  }
  
  #whatsapp-btn button {
    position: absolute;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #25d366;
    color: #ffffff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: 0.2s ease;
    animation: pulse 2s infinite;
    padding: 0;
  }
  
  #whatsapp-btn span {
      position: absolute;
      right: -16px;
      width: 203px;
      margin-top: 10px;
      background-color: #919191;
      height: 30px;
      color: #FFF;
      padding: 10px;
      font-size: 12px;
      text-align: center;
      text-transform: uppercase;
      border-radius: 10px;
      z-index: -1;
  
  }
  
  #whatsapp-btn .fa-whatsapp {
    font-size: 2em;
  }
  
  #wpp-link-btn {
    line-height: 0.5rem;
  }
  
  #whatsapp-btn .box-option {
    display: none;
    background-color: #eee5de;
    width: 220px;
    padding: 5px 10px;
    position: absolute;
    bottom: 5px;
    border-radius: 19px;
    border: 1px solid #d2ccc5;
    font-size: 13px;
  }
  @-webkit-keyframes pulse {
    0% {
      -webkit-box-shadow: 0 0 0 0 #25d366;
    }
    70% {
      -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }
    100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
  }
  @keyframes pulse {
    0% {
      -moz-box-shadow: 0 0 0 0 #25d366;
      box-shadow: 0 0 0 0 #25d366;
    }
    70% {
      -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
      box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }
    100% {
      -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
      box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
  }
  