#baterias-page,
#sobre,
#velocidade,
#pecasoriginal,
#need {
    padding: 40px 0;
}

h2 {
    color: var(--vermelho);
}

/* HEADER */

header {
    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(--amarelo);
    border-radius: 50px;
    color: #000;
    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-top {
    display: flex;
    justify-content: flex-end;
    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: var(--amarelo);
    color: #000;
}

@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;
    }
}

/* NEED */
#need h2 {
    margin-bottom: 30px;
}

#need ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#need ul li {
    width: 30%;
}

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

    #need ul li {
        width: 100%;
        margin-bottom: 10px;
    }
}

#need ul li .card-need {
    text-align: center;
    background-color: var(--primary);
    color: #fff;
    padding: 20px;
    height: 230px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}


#need ul li .card-need i {
    font-size: 2rem;
}

#need ul li .card-need img {
    width: 40px;
}

#need ul li .card-need h3 {
    font-size: 1.3rem;
    font-weight: 400;
}

#need ul li .card-need a.btn-phone {
    display: inline-block;
    background-color: #61677A;
    color: #fff;
    padding: 10px 20px;
    font-size: 1rem;
    border: 2px solid #fff;
    border-radius: 5px;
}

#need ul li .card-need a.btn-phone i {
    font-size: 1rem;
}

#need .cta {
    text-align: center;
    margin-top: 30px;
}

.cta a {
    border-radius: 5px;
    padding: 20px 30px;
    font-size: 1.3rem;
    font-weight: bold;
    display: inline-block;
    background-color: var(--amarelo);
    color: #000;
    transition: all .3s;
    text-transform: uppercase;
    animation-name: pulse-yellow;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

.cta a:hover {
    scale: 1.03;
}


@keyframes pulse-yellow {
    0% {
        box-shadow: 0 0 0 0 rgba(172, 175, 22, .8);
    }

    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

@keyframes pulse-blue {
    0% {
        box-shadow: 0 0 0 0 rgba(67, 105, 134, .8);
    }

    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

/* PEÇAS */
#pecasoriginal {
    background-color: #000;
    color: #fff;
}

#pecasoriginal .item {
    background-color: #fff;
    border-radius: 5px;
}

#pecasoriginal img {
    width: 100%;
}

/* VELOCIDADE */
#velocidade ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    list-style: none;
    padding: 0;
}

#velocidade ul li {
    width: 30%;
    margin: 5px;
}

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

    #velocidade ul li {
        width: 100%;
    }
}

#velocidade ul li .card-velo {
    position: relative;
    border-radius: 5px;
    border-radius: 5px;
    height: 300px;
}

#velocidade ul li .card-velo .head img {
    width: 100%;
    height: 300px;
    border-radius: 5px;
    object-fit: cover;
    display: block;
}

#velocidade ul li .card-velo .content {
    border-radius: 5px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    padding: 20px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

#velocidade ul li .card-velo .content h3 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.3rem;
}

/* SOBRE */
#sobre {
    background-color: #000;
    color: #fff;
}

#sobre img {
    height: 100%;
    object-fit: cover;
}

#sobre ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    margin-top: 40px;
}

#sobre ul li {
    width: 30%;
}

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

    #sobre ul li {
        width: 100%;
        margin-bottom: 10px;
    }
}

#sobre .card-sobre {
    text-align: center;
}

#sobre h2 {
    color: var(--vermelho);
}

#sobre .card-sobre i {
    font-size: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    margin: 0 auto;
    margin-bottom: 10px;
    background-color: var(--vermelho);
}

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

/* MAPA */
#mapa iframe {
    width: 100%;
    height: 400px;
}

/* BATERIAS */
#baterias-page .lateral {
    padding: 20px;
    background-color: #f7f7f7;
    margin-bottom: 10px;
}

#baterias-page .lateral .head img {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}

#baterias-page .lateral .content h2 {
    font-size: 2rem;
}

#baterias-page .lateral .content h3 {
    font-size: 1rem;
    font-weight: 400;
}

#baterias-page .lateral .body ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#baterias-page .lateral .body ul li i {
    font-size: 1.3rem;
    color: var(--primary);
}

#baterias-page .main h3 {
    font-size: 1.3rem;
    font-weight: 400;
}

#baterias-page .main form button {
    background-color: var(--primary);
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    color: #fff;
    font-size: 1.5rem;
    padding: 10px 20px;
    display: inline-block;
    outline: none;
    border-radius: 5px;
    animation-name: pulse-blue;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

/* MODAL */
#modalRapidoMS ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#modalRapidoMS ul li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #000;
    transition: all .3s;
    padding: 10px;
    border-radius: 5px;
}

#modalRapidoMS ul li a:hover {
    background-color: #f7f7f7;
}

#modalRapidoMS ul li a img {
    width: 100px;
}

#modalRapidoMS ul li a h3 {
    font-size: 1.2rem;
}

#formulario-contato-bateria button {
    background-color: var(--primary);
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    padding: 10px 20px;
    color: #fff;
    display: inline-block;
    width: 100%;
    border: none;
    font-size: 1rem;
    text-align: center;
    animation-name: pulse-blue;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

/* DEPOIMENTOS */
#depoimentos {
    padding: 40px 0;
    background-color: #f7f7f7;
}

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

#depoimentos .card-depoimento {
    padding: 40px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: #fff;
}

#depoimentos .card-depoimento i {
    color: #ffde00;
    filter: drop-shadow(1px 0px 0px #F57328);
}

/* MEIO AMBIENTE */
#meioambiente {
    padding: 100px 0;
    background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(/assets/images/meioambiente.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

#meioambiente h2 {
    color: #fff;
}