*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: large;
    font-weight: normal;
    font-family: var(--font_personalizada);
}
:root{
    --bordas: 2px solid black;
    --cor_fundo1: red;
    --cor_fundo2: blue;
    --cor_fundo3: #a19c9c;
    --cor_fundo4: yellow;
    --font_personalizada:  font-family: 'Oswald', sans-serif;
}
html, body{
    height: 100%;
}
div.clear{
    clear: both;
}
header{
    max-width: 1500px;
    height: 26vh;
    width: 100%;
    padding: 5px 2% 25px 2%;
    border-bottom: 3px solid #EB2D2D;
}
header .car_logo{
    width: 200px;
    height: 150px;
    float: left;
    margin: 0.5rem 0 1.5rem 1.5rem;
    background-image: url("../assests_arquivos/logo.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
header nav{
    max-width: 500px;
    width: 100%;
    float: right;
}
header nav div.icone_menu{
    display: none;
    width: 40px;
    height: 40px;
    background-image: url("../assests_arquivos/icon_menu.png");
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: contain;
}
header nav div.icone_close{
    display: none;
    width: 60px;
    height: 60px;
    background-image: url("../assests_arquivos/close_icon.png");
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: cover;
}
header nav ul{
    display: inline-block;
    width: 100%;
    list-style-type: none;
}
header nav ul li{
    float: right;
    margin: 5rem 2%;
    padding: 0 20px;
    font-style: italic;
}
header nav ul li a{
    text-decoration: none;
    color: black;
    font-size: 20px;
    font-weight: bold;
    font-family: var(--font_personalizada);
    padding: .2rem;
    border-radius: 5px;
    transition-delay: 0.5ms;
    transition: 0.5s;
    transition-duration: 1s;
    transition-timing-function: ease-in-out;
}
header nav ul li a:hover{
    background-color: #d5b8b8;
}
header nav ul li a#second_link{
    color: #EB2D2D;
}
section.sessao1_venda{
    width: 100%;
    height: auto;
}
.sessao1_venda .titulo_venda{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 1%;
    padding: 3rem 2%;
}
.sessao1_venda .titulo_venda .venda{
    width: 100%;
    height: 20px;
    border-bottom: 5px solid black;
}
.sessao1_venda .titulo_venda #div_venda{
    border: none;
    max-width: 100px;
    width: 100%;
    height: 55px;
}
.sessao1_venda .titulo_venda #div_venda h1{
    text-align: center;
    font-size: 27px;
    padding: 2% 0;
    font-style: italic;
    font-weight: bold; 
}
.container_side_bar_mosaico_carros{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 2% 2%;
}
.container_side_bar_mosaico_carros > .content_side_bar{
    border: 2px solid white;
    width: 25%;
    height: 300px;
}
.container_side_bar_mosaico_carros > .mosaico_carros{
    width: 75%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}
.container_side_bar_mosaico_carros > .mosaico_carros > .dados_carro{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 350px;
}
div.dados_carro > div.foto_carro{
    height: 100%;
    width: 100%;
    background-image: url("../assests_arquivos/carro1.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 2s;
    transition-duration: 1s;
}
div.dados_carro > div.foto_carro:hover{
    transform: skew(5deg );
}
div.dados_carro > div.informacoes_carro{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
div.dados_carro > div.informacoes_carro h2{
    padding-left: 8px;
    color: black;
    font-style: italic;
    font-size: 25px;
    font-weight: bold;
}
div.dados_carro > div.informacoes_carro p{
    padding-top: 8px;
    padding-left: 8px;
    color: #353535;
    font-size: 20px;
    font-style: italic;
}
div.dados_carro > div.informacoes_carro div.button{
    width: 150px;
    text-align: center;
    line-height: 40px;
    background-color: #EB2D2D;
    border-bottom: 5px solid #B21E1E;
    margin-top: 1rem;
    -webkit-box-shadow: -4px 3px 13px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: -4px 3px 13px -6px rgba(0,0,0,0.75);
    box-shadow: -4px 3px 13px -6px rgba(0,0,0,0.75);
}
.button > a{
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 16px;
    font-style: italic;
}
.side_bar{
    width: 100%;
    float: left;
}
.content_side_bar{
    margin-top: 40px;
}
.search1{
    width: 300px;
}
.search1 > h2{
    font-size: 24px;
    font-weight: normal;
    color: black;
}
.search1 > .barra_preco{
    width: 100%;
    height: 20px;
    border: 1px solid #ccc;
    margin-top: 8px;
    background-color: white;
    border-radius: 20px;
}
.barra_preco .barra_preco_fill{
    background-color: rgb(200, 200, 200);
    border-radius: 20px;
    width: 0%;
    height: 20px;
    position: relative;
    left: 0;
    top: 0;
}
.pointer_barra{
    width: 26px;
    height: 26px;
    position: relative;
    left: 0px;
    top: -23px;
    cursor: pointer;
    border-radius: 8px;
    background-color: rgb(210, 210, 210);
    border: 1px solid black;
}
.valor_pesquisa{
    margin-top: 8px;
}
.valor_pesquisa p{
    color: black;
    font-size: 15px;
}
.valor_pesquisa p:nth-of-type(1){
    float: left;
}
.valor_pesquisa p:nth-of-type(2){
    float: right;
}
.search2{
    margin-top: 10px;
}
.search2 h2{
    font-size: 24px;
    font-weight: normal;
    color: black;
}
.form_venda_wraper{
    margin-top: 10px;
}
.form_venda_wraper input[type=checkbox]{
    display: none;
}
.form_venda_wraper label{
    width: 20px;
    height: 20px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 3px;
    vertical-align: top;
}
.form_venda_wraper span{
    padding: 0 10px;
    display: inline-block;
}
footer{
    width: 100%;
    margin-top: 5rem;
    padding: 40px 2%;
    background: #252525;
}
div.footer{
    display: flex;
    justify-content: space-between;
}
footer menu{
    width: 50%;
    float: left;
}
footer menu ul{
   list-style-position: inside;
   list-style-type: square;
}
footer menu ul li{
    padding: 1.5rem 2%;
    display: inline-block;
    margin: 0 1rem;
}
footer menu ul li a#home{
    color: #EB2D2D;
}
footer menu ul li a{
    text-decoration: none;
    color: white;
    font-style: italic;
    font-size: 20px;
    font-weight: bolder;
    padding: 10%;
    border-radius: 5px;
    transition: 0.5s;
    transition-delay: 0.5ms;
    transition-duration: 1s;
    transition-timing-function: ease-in-out;
}
footer menu ul li a:hover{
    background-color: #181010;
}
footer div.direitos_autorais{
    width: 50%;
}
footer div.direitos_autorais h2{
    text-align: end;
    color: white;
    padding: 1.5rem 2%;
    font-style: italic;
    font-size: 25px;
    font-weight: bolder;
}
