body {
    overflow-x: hidden;
}

.comparativo-banner {
    display: flex;
    justify-content: center;
    background-repeat: no-repeat;
    background-image: url(car_main.png);
    background-position: center;
    mix-blend-mode: multiply;
    height: 234px;
}

.comparativo-banner .in {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}

.comparativo-banner .in h2 {
    margin-top: 20px;
    font-family: 'toyota_b';
    color: white;
    font-size: 28px;
    line-height: 32px;
    text-align: center
}

.comparativo-banner .in p {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: white;
}

.car-select {
    padding: 47px 23px;
    background: #F7F7F7;
    border-radius: 4px;
    height: 265px;
}

.car-select .car-tittle {
    text-align: start;
    color: #8A8A8A;
    font-size: 22px;
    line-height: 97.44%;
    font-family: 'toyota_b';
    padding: 12px 23px;
}

.car-sl {
    color: #8A8A8A!important;
    font-family: 'Raleway'!important;
    font-size: 16px!important;
    border: 1px solid #707070;
    height: 50px!important;
    margin-bottom: 24px;
}

.car-tittle {
    color: #E2001A;
    font-size: 22px;
    line-height: 97.44%;
    font-family: 'toyota_b';
}

.car-image-main {
    margin-top: 15px;
    display: flex;
    justify-content: center
}

.car-image-main img {
    width: 100%;
    height: 155px!important;
}

.change-vehicle {
    width: 100%;
    margin-top: 15px;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.btn-change-vehicle {
    height: 33px;
    width: 175px;
    background: #E2001A;
    border-radius: 48px;
    color: white;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 33px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-align: center;
}

.btn-change-vehicle:hover {
    color: white;
}

.bg-white1 {
    margin-top: 10px;
    width: 100%;
    height: 50px;
    background-color: white;
    display: flex;
    align-content: center;
    justify-content: center;
}

.bg-white1 p {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    color: #212121;
}

.bg-light1 {
    margin-top: 10px;
    width: 100%;
    height: 50px;
    background-color: #F7F7F7;
    display: flex;
    align-content: center;
    justify-content: center;
}

.bg-light1 p {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #212121;
    margin: 0!important;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.bg-dark1 {
    margin-top: 20px;
    width: 100%;
    height: 50px;
    display: flex;
    align-content: center;
    justify-content: center;
    background-color: rgba(112, 112, 112, 0.83);
}

.bg-dark1 p {
    margin: auto;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 97.44%;
    text-align: center;
    color: #FFFFFF;
}

.other-features {
    margin-top: 20px;
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}

.other-features p {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}

.car-security {
    display: flex;
    flex-direction: row;
    align-items: flex-start
}

.car-equipment {
    display: flex;
    flex-direction: row;
    align-items: flex-start
}

.item-icon {
    margin-left: 15px;
    margin-right: 15px;
}

.btn-group-compara {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.btn-compara-red {
    font-weight: bold;
    background: #E2001A;
    border-radius: 48px;
    color: white;
    width: 175px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    margin-left: 20px;
}

.btn-compara-red:hover {
    color: white;
    border: 1px solid white;
}

.btn-compara-white {
    font-weight: bold;
    margin-left: 75px;
    border: 1px solid #000000;
    background: white;
    border-radius: 48px;
    width: 100px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    color: #000000;
    margin-left: 25px;
}

.btn-compara-white:hover {
    border: 1px solid #E2001A;
    background: white;
    color: #E2001A;
}

.car-none {
    display: none;
}

.car-display {
    display: block!important;
}

#compareCars {
    display: none;
}

#compareCars2 {
    display: none;
}

#compareCars3 {
    display: none;
}

.p-ok {
    padding: 0 15px;
}