

.header-card-img-head{
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-card-img-car{
    width: 80%;
    height: 500px;
    margin: 2rem 0;
    overflow: hidden;
    padding-top: .5rem;
}
.card_img_model{
    background-image: url(../imgs/yaris_ATIV/6.png);
    height: 80%;
    background-size: cover;
    background-position: center;
    width: 100%;
}

@media (max-width: 640px) {
    .header-card-img-car{
        width: 100%;
        height: 360px;
    }
    .card_img_model{
        width: 100%;
        height: 300px;
    }
    section{
        padding: 0px 0;
    }
}


.colors{
    display: flex;
    justify-content: center;
    align-items: center;
}

.urban_metal{
    background: rgb(62, 62, 62);
    border: #ccc 1px solid;
    display: block;
    overflow: hidden;
    width: 39px;
    height: 39px;
    border-radius: 39px;
    margin-right: 1rem;
    cursor: pointer;
}
.spicy_scarlet{
    background-color: rgb(212, 47, 24);
    border: #ccc 1px solid;
    display: block;
    overflow: hidden;
    width: 39px;
    height: 39px;
    border-radius: 39px;
    margin-right: 1rem;
    cursor: pointer;
}
.platinum{
    background-color: rgb(227, 228, 228);
    border: #ccc 1px solid;
    display: block;
    overflow: hidden;
    width: 39px;
    height: 39px;
    border-radius: 39px;
    margin-right: 1rem;
    cursor: pointer;
}
.attitude_black{
    background-color: rgb(0, 0, 0);
    border: #ccc 1px solid;
    display: block;
    overflow: hidden;
    width: 39px;
    height: 39px;
    border-radius: 39px;
    margin-right: 1rem;
    cursor: pointer;
}
.metal_stream{
    background-color: rgb(162, 170, 173);
    border: #ccc 1px solid;
    display: block;
    overflow: hidden;
    width: 39px;
    height: 39px;
    border-radius: 39px;
    margin-right: 1rem;
    cursor: pointer;
}
.red_mica{
    background-color: rgb(170, 15, 23);
    border: #ccc 1px solid;
    display: block;
    overflow: hidden;
    width: 39px;
    height: 39px;
    border-radius: 39px;
    cursor: pointer;
}

section{
    padding: 0px 0;
}




