html, body {
    margin: 0;
    padding: 0;
}

nav
{
    box-shadow: 0px 2px 4px 0 rgba(0,0,0,.2);
}

.navbar
{
    width: 100%;
    margin: 0;
    padding: 0;
}




footer .text-center
{
    font-size: 18px;
    padding: 1.5rem;
    color: white;
}
body
{
    background-color: #F8F7F3;
}
.personal .phone
{
    margin-top: 2rem;
}
.icon-profile
{
    margin-left:1rem;
    margin-top: 1rem;
}

.card
{
    margin-bottom: 2rem;
}
.btn-submit
{
    margin-bottom: 2rem;
}
.side-bar
{
    display: none;
    right: 0;
    margin-top: 2.5rem;
    
}
.information
{
    padding: 1rem;
}


.car-buy h3
{
    margin-left: 1rem;
}

.text-bottom
{
    margin-top: -1rem;
    font-style: italic;
    font-size: 13px;
    font-weight: bold;
    font-family: sans-serif;
}

.loader {
    width: 60px;
    height: 22px;
    border-radius: 20px;
    color: white;
    border: 2px solid;
    position: relative;
    text-align: center;
}
.loader::before {
    content: "";
    position: absolute;
    margin: 2px;
    inset: 0 100% 0 0;
    border-radius: inherit;
    background: currentColor;
    animation: l6 2s infinite;
}
@keyframes l6 {
    100% {inset:0}
}

@media (min-width:501px)
{
    .form-buy
    {
        justify-content: center;
    }
}

@media (max-width:450px)
{
    .data_sales img
    {
        width:20%;
    }
}

@media only screen and (max-device-width:500px)
{
    footer .text-center
    {
        font-size: 15px;
        padding: 0.5rem;
    }
    
    .img-logo-newcomer img
    {
        width: 250px;
    }
}