#reve,
#rodas,
#cham,
#promo,
#exp,
#conheca,
#inteligente,
#pneus,
#pneu-remold,
#cronometro,
#chamada,
#depoimentos,
#sobre-nos,
#servicos {
    padding: 40px 0;
}


/* HEADER */

header {
    color: #fff;
    position: relative;
}

header .area-form {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    z-index: 10;
}

header form {
    width: 300px;
    margin-right: 10px;
    text-align: center;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 10px;
    color: #000;
}

header h2 {
    font-size: .9rem;
}

#carouselHeader img {
    width: 100%;
    object-fit: cover;
}

header form input,
header form textarea {
    padding: 10px;
}

header form button {
    background-color: var(--primary);
    border-radius: 50px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 10px;
    font-size: 1rem;
    text-transform: uppercase;
    border: none;
}

@media (max-width: 992px) {
    header form {
        width: 100%;
        padding: 30px;
    }

    header .area-form {
        position: initial;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        display: flex;
        background-color: var(--terc);
        justify-content: flex-end;
        align-items: center;
        z-index: 10;
    }

    header form {
        background-color: #f7f7f7;
        box-shadow: none;
    }
}

#barra-promo .cta a {
    display: inline-block;
    background-color: #25d366;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 20px 30px;
    font-size: 1.3rem;
    transition: all .3s;
    border-radius: 50px;
    border: 4px solid #fff;
}

#barra-promo .cta a:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transform: scale(1.03);
}



/* SOBRE */
#sobre-nos .g-negocio {
    width: 250px;
    margin-bottom: 20px;
}

#sobre-nos img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* EXP */
#exp {
    background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(/assets/images/chamada.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 500px;
    text-align: center;
    color: #fff;
}

#exp .card-mvv {
    text-align: center;
}

#exp h2 {
    color: #fff;
}

#exp .card-mvv i {
    font-size: 2.3rem;
    color: var(--primary);
    background-color: #fff;
    width: 70px;
    height: 70px;
    display: flex;
    margin: 0 auto;
    margin-bottom: 10px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}


#exp .card-mvv h3 {
    font-size: 1.3rem;
    font-weight: bold;
}

#exp .card-mvv p {
    font-size: .9rem;
}

/* PROMO */
#promo ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
}

#promo ul li {
    width: 25%;
    margin: 10px;
}

#promo .card-promo img {
    width: 100%;
}

#promo .card-promo {
    border: 1px solid var(--primary);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    text-align-last: center;
}

#promo .card-promo .content {
    background-color: var(--primary);
    color: #fff;
    text-align-last: center;
    padding: 10px;
}

#promo .card-promo .content h3 {
    font-size: 1.2rem;
}

#promo .card-promo .content h4 {
    font-size: .9rem;
}

@media (max-width: 992px) {
    #promo ul {
        flex-wrap: wrap;
    }

    #promo ul li {
        width: 45%;
    }
}

@media (max-width: 768px) {
    #promo ul li {
        width: 100%;
    }
}



/* PNEU */
#pneus {
    background-color: var(--cinza);
}

#pneus p {
    color: #000;
}

#pneus .card-pneu {
    padding: 20px;
    text-align-last: center;
}

#pneus .card-pneu .header {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

#pneus .card-pneu .header h3 {
    font-weight: bold;
    text-transform: uppercase;
    color: var(--primary);
}

#pneus .card-pneu .header h4 {
    font-size: 1.1rem;
    font-weight: bold;
}

#pneus .card-pneu .content h3 {
    font-weight: bold;
}

#pneus .card-pneu .content h5 {
    font-weight: bold;
    color: var(--primary);
}

#pneus .cta a {
    border: none;
    background-color: #25d366;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.3rem;
    text-align: center;
    border-radius: 50px;
    border: 4px solid #fff;
    padding: 10px 20px;
    transition: all .3s;
    display: inline-block;
}

#pneus .card-pneu img {
    width: 200px;
    display: inline-block;
    margin-bottom: 15px;
    border-radius: 50%;
}

/* INTELIGENTE */
#inteligente {
    background-image: url(/assets/images/complementares/2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 480px;
}

#inteligente .col-lg-8 {
    background-color: #fff;
    padding: 20px;
    margin-left: auto;
    color: #000;
}


/* SERVIÇOS */
#servicos .area-card-servico {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

#servicos .area-card-servico .card-servico {
    width: 30%;
    margin: 10px;
    position: relative;
}

#servicos .area-card-servico .card-servico.start,
#servicos .area-card-servico .card-servico.end {
    background-color: #fff;
}

#servicos .area-card-servico .card-servico.start .content,
#servicos .area-card-servico .card-servico.end .content {
    background-color: unset;
    color: #000;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#servicos .area-card-servico .card-servico.start .content i {
    font-size: 3.5rem;
    margin-bottom: 10px;
    color: var(--primary);
    text-shadow: 4px 0 0 #000;
}

#servicos .area-card-servico .card-servico.end .content i {
    font-size: 3.5rem;
    margin-bottom: 10px;
    color: var(--primary);
    text-shadow: 0px 4px 0 #000;
}

#servicos .area-card-servico .card-servico.end .content a {
    display: block;
}

#servicos .area-card-servico .card-servico .imagem {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#servicos .area-card-servico .card-servico .imagem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#servicos .area-card-servico .card-servico .content {
    background-color: rgba(0, 0, 0, .6);
    position: relative;
    z-index: 10;
    color: #fff;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
}

#servicos .area-card-servico .card-servico .content h3 {
    font-weight: bold;
}

#servicos .area-card-servico .card-servico .content p {
    font-weight: 500;
    font-size: 1rem;
}

#servicos .area-card-servico .card-servico .content a {
    background-color: #61677A;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px;
    border-radius: 5px;
    border: 3px solid #fff;
    display: none;
    margin-top: 20px;
    transition: all .3s;
}

#servicos .area-card-servico .card-servico p {
    display: none;
}

#servicos .area-card-servico .card-servico:hover>.content a {
    display: inline-block;
}

#servicos .area-card-servico .card-servico:hover>.content p {
    display: block;
}

#servicos .area-card-servico .card-servico.end:hover>.content a {
    display: block;
}

#servicos .area-card-servico .card-servico .content a:hover {
    transform: scale(1.03);
}

@media (max-width: 992px) {
    #servicos .area-card-servico .card-servico {
        width: 45%;
    }
}

@media (max-width: 576px) {
    #servicos .area-card-servico .card-servico {
        width: 100%;
    }
}

#servicos {
    padding-bottom: 0;
}


/* CONHECA */
#conheca {
    background-color: var(--cinza);
}


#conheca .card-aval {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 5px;
    padding: 20px;
}

#conheca .card-aval .header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#conheca .card-aval .header img {
    width: 32px;
    display: inline-block;
    margin-right: 10px;
}

#conheca .card-aval .header h3 {
    font-size: 1rem;
}

#conheca .card-aval .header i {
    font-size: .9rem;
    color: #ffde00;
    filter: drop-shadow(1px 0px 0px #F57328);
}

#conheca .card-aval .content p {
    font-size: .9rem;
}

/* MAPA */
#mapa {
    position: relative;
}

#mapa iframe {
    width: 100%;
    height: 400px;
    background-color: transparent;
}

#mapa::after {
    content: "";
    background-color: rgba(49, 49, 49, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

#galeria img {
    width: 70%;
}

/* CHAM */
#cham {
    background-color: var(--primary);
    color: #fff;
}

#cham h2 {
    color: #fff;
}

#cham .cta a {
    display: inline-block;
    background: #fff;
    color: #000;
    padding: 10px 20px;
    border-radius: 5px;
    text-align: center;
    font-size: 1.4rem;
    border: 2px solid #fff;
    transition: all .3s;
}

#cham .cta a:hover {
    scale: 1.03;
}

/* RODAS */
#rodas {
    background-color: #f7f7f7;
}

#rodas .card-jogo-rodas {
    border: 2px solid var(--primary);
    cursor: pointer;
}

#rodas .card-jogo-rodas .head {
    background-color: #fff;
}

#rodas .card-jogo-rodas .head img {
    width: 100%;
    height: 200px;
    object-fit: contain;
}

#rodas .card-jogo-rodas .content {
    background-color: var(--primary);
    color: #fff;
    padding: 10px;
    text-align: center;
}

#rodas .card-jogo-rodas .content h3 {
    font-size: 1.3rem;

}

#rodas .card-jogo-rodas .content h4 {
    display: inline-block;
    background-color: #fff;
    color: var(--primary);
    padding: 5px;
    font-weight: bold;
}

#rodas .card-jogo-rodas .content h5 {
    font-size: 1rem;
    font-weight: 100;
}

/* REVE */
#reve .area-card-reve {
    display: flex;
    justify-content: center;
    align-items: center;
}

#reve .area-card-reve .card-reve {
    width: 50%;
    position: relative;
}

#reve .area-card-reve .card-reve img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

#reve h3 {
    font-size: 1rem;
}

#reve .area-card-reve .card-reve .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

#reve .area-card-reve .card-reve .content h4 {
    color: #fff;
    font-weight: bold;
}

#reve .logo-cont {
    width: 200px;
}

#barra-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

#barra-top img {
    width: 200px;
}

#barra-top a {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.3rem;
    padding: 10px 50px;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    margin: 0 5px;
    transition: all .3s;
}

#barra-top a:hover {
    scale: 1.03;
}

#barra-top a:nth-child(1) {
    background-color: #00bb2d;
}

#barra-top a:nth-child(2) {
    background-color: #ffb522;
}

@media (max-width: 768px) {
    #barra-top img {
        width: 100px;
    }

    #barra-top a {
        font-size: 1rem;
        padding: 5px 10px;
        margin: 0 5px;
    }
}

@media (max-width: 450px) {
    #barra-top a {
        font-size: .8rem;
    }
}

@media (max-width: 375px) {
    #barra-top a {
        font-size: .7rem;
        margin: 0 2px;
    }
}

/* RELAMPAGO */
#relampago {
    padding: 40px 0;
}

#relampago h2 {
    margin-bottom: 40px;
}

#relampago .area-promos {
    display: flex;
    justify-content: center;
    align-items: center;
}

#relampago .area-promos .card-promo {
    width: 30%;
    margin: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

#relampago .area-promos .card-promo img {
    width: 100%;
    max-height: 200px;
    object-fit: contain;
    border: 2px solid var(--primary);
}

#relampago .area-promos .card-promo .content {
    background-color: var(--primary);
    color: #ffff;
    padding: 10px;
    text-align: center;
}

#relampago .area-promos .card-promo .content h3 {
    font-size: 1.1rem;
}

#relampago .area-promos .card-promo .content h4 {
    font-size: 1.1rem;
    display: inline-block;
    background-color: #ffff;
    color: #000;
    padding: 5px;
}

@media (max-width: 992px) {
    #relampago .area-promos {
        flex-wrap: wrap;
    }
}
@media (max-width: 768px) {
    #relampago .area-promos .card-promo {
        width: 100%;
    }
}