.mainFont{
    font-family: 'Plus Jakarta Sans', sans-serif;
}

header .container{
    height: 100%;
}

.logo-vittrine {
    float: left;
    padding-top: 10px;
}

#topo{
    height: 100vh;
    border-bottom: 15px;
    border-color: #fbb03b;
    border-style: solid;
}

#topo>div{
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.estoque{
   display: flex;
   flex-direction: row;
   justify-content: center;
}

#topo h1{
    color: #fff;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 55px;
    text-transform: uppercase;
}

#topo p{
    color: #fff;
    font-family: 'Plus Jakarta Sans', sans-serif;
    width: 50%;
    font-size: 18px;
    line-height: 28px;
    padding-top: 30px;
}
.linkHome{
    display: block;
    color: black;
    background-color: #fbb03b;
    padding: 10px 10px;
    position: fixed;
    bottom: 35px;
    right: 35px;
    border-radius: 5px;
    font-size: 1.3em;
    font-weight: 600;
    width: 200px;
    text-align: center;
    -webkit-box-shadow: 10px 10px 23px -6px rgba(0,0,0,0.57);
    -moz-box-shadow: 10px 10px 23px -6px rgba(0,0,0,0.57);
    box-shadow: 10px 10px 23px -6px rgba(0,0,0,0.57);
    z-index:1000;
}
.linkHome::before{
    content:url('../img/whatsIcon.png');
    position:absolute;
    z-index:100000; 
    left: 10px;
    top: 7px;
}
.linkHome:hover{
    color: black;
}

header{
    height: 70px;
    width: 100%;
    position: absolute;
    background-color: rgba(0,0,0,0.75);
}



header nav#menu{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

header nav#menu .logo-vittrine img{
    width: auto;
    max-height: 100%;
}

header nav#menu ul {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    height: 100%;
    justify-content: space-between;
    width: 55%;
    margin-bottom: 0;
}

header nav#menu ul li{
    flex-grow: 1;
}

header nav#menu li a{
    color: #fff;
    transition: all 0.5s ease-out;
    text-decoration: none;
}

header nav#menu li a:hover{
    color: #FBB03B;
    
}
/* nav{
    position:fixed;
} */
main{
    width:100vw;
    max-width:100%;
    height:auto;
}
.topo{
    width:100%;
    height:60vh;
}
.destaque{
    width:100%;
    height:60vh;
    background-color: rgb(17, 170, 175);
}
.listaEstoque{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    background-color: #eff2f6;
    background-image: url(../img/carros.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    /* background-size: cover; */
    justify-content: space-between;
}
.listaEstoque::after {
    content: "";
    flex: auto;
  }

.carro {
    background-color: white;
    flex: 1;
    margin: 10px;
    margin-top: 40px;
    border-radius: 8px;
    position: relative;
    padding-bottom: 15px;
    min-width: 275px;
    -webkit-box-shadow: 3px 3px 10px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 10px -3px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 10px -3px rgba(0,0,0,0.75);
}

.carro a{
    color: #000;
}

.carro a:hover{
    text-decoration: none;
}

.carroBarra{
    width:100%;
    height:5px;
    background-color: #FBB03B;
    position: absolute;
    top:0;
    border-radius: 8px 8px 0 0;
}

.tituloCarro{
    width:80%;
    margin:15px auto 0;
    font-weight: 900;
    padding: 10px 0;
}

.imagemCarro{
    width:80%;
    margin:0 auto 10px;
}

.imagemCarro img{
    width:100%;
}

.infoCarro{
    width:80%;
    display: flex;
    margin: 0 auto;
}

.infoCarro .valorCarro{
    width:50%;
    margin-right: 10px;
}

.infoCarro .valorCarro .precoCarro{
    font-weight: 900;
    font-size:1em;
    margin-bottom:5px;
}

.infoCarro .valorCarro p{
    font-size:0.7em;
}


.infoCarro .ctaCarro{
    width:50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.infoCarro .ctaCarro a{
    display: block;
    text-decoration: none;
    font-size:0.75em;
    padding:5px;
    text-align: center;
    border-radius:3px;

}

.infoCarro .ctaCarro a.whats{
    background:#FBB03B;
    color:black;
    margin-bottom: 8px;
}

.infoCarro .ctaCarro a.local{
    background:#000000;
    color:white;
}

.estoque a.mostrarMais{
    margin: 40px auto;
    display: block;
    width: fit-content;
}

footer{
    width:100vw;
    max-width:100%;
    color: #fff;
    background-color: #707070;
}

footer img{
    padding-top: 50px;
    padding-bottom: 100px;
}

footer .linha{
    border-bottom: 2px solid #FBB03B;
}

footer p{
    padding: 30px 0 30px 0;
    font-size: 14px;
}

footer .terms{
    display: flex;
    align-items: flex-end;
    justify-content: end;
}

footer .terms a{
    color: #fff;
    padding-right: 30px;
}



/* Carro  */


/* #carro .infoCarro {
    width: 30%;
    height: 100%;
} */

