@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap');

body
{
    background: #ffffff;
}

h1, h2, h3
{
    font-family: 'Poppins', sans-serif;
}

p
{
    font-family: 'Roboto', sans-serif;
}

:root 
{
    --yellow: #04b418;
    --warning: #04b418;
    --white: #ffffff;
}

.container
{
    max-width: 1366px;
}

.ondulacao
{
    background-image: url("../img/background-topo.webp");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 600px;
    width: 100%;
}

#secao-primeira h1
{
    font-weight: 600;
}

#secao-primeira h2
{
    font-weight: 400;
    max-width: 470px;
}

#secao-primeira span
{
    font-weight: 600;
}

#secao-primeira .carro-topo
{
    width: 640px;
    height: auto;
}

.btn-warning 
{
    background-color: #04b418;
    border-color: #04b418;
    color: #ffffff;
}

.btn-warning:hover 
{
    color: #212529;
    background-color: #0d971d;
    border-color: #04b418;
    color: #ffffff;
}

.btn-warning:focus, .btn-warning.focus 
{
color: #212529;
background-color: #04b418;
border-color: #04b418;
box-shadow: 0 0 0 0.2rem rgba(43, 219, 43, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled 
{
color: #212529;
background-color: #04b418;
border-color: #04b418;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle 
{
color: #212529;
background-color: #04b418;
border-color: #04b418;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus 
{
box-shadow: 0 0 0 0.2rem rgba(43, 219, 43, 0.5);
}

#secao-primeira .boto-economia-combustivel
{
    width: 400px;
    font-size: 20px;
    padding: 10px;
}


#secao-segunda
{
    margin-top: 40px;
}

#secao-segunda .grupo-fatores
{
    max-width: 1050px;
    margin: auto;
    margin-top: 30px;
}

#secao-segunda .linha-card
{
    display: flex; 
    justify-content: center;
}

#secao-segunda .coluna-grupo-fatores
{
    display: inline-block;
    width: 45%;
}

#secao-segunda .numero-fatores
{
    background: #fecb01;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 25px;
    padding: 5px 18px;
    color: #ffffff;
}

#secao-segunda .fatores
{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-height: 60px;
    gap: 25px;
    margin-bottom: 30px;
    padding: 10px;
    box-sizing: border-box;
}

#secao-segunda .fatores p
{
    margin-bottom: 0;
    font-size: 18px;
}

#secao-segunda .breve-descricao
{
    max-width: 1000px;
    margin: auto;
    font-size: 18px;
    color: #9a9c9f;
}

#secao-segunda .descricao
{
    font-weight: 600;
    max-width: 1000px;
    margin: auto;
}

#secao-segunda .quero-gnv
{
    width: 400px;
    padding: 10px;
    font-size: 20px;
}



#secao-terceira
{
    background: #f1f2f2;
    width: 100%;
    margin-top: 40px;
}

#secao-terceira h1
{
    padding: 40px 0px 20px 0px;
}

#secao-terceira .titulo
{
    font-weight: 600;
    max-width: 600px;
    margin: auto;
}

#secao-terceira .descricao
{
    max-width: 690px;
    margin: auto;
    font-size: 20px;
    color: #9a9c9f;
    margin-bottom: 10px;
}

#secao-terceira .beneficios
{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    margin-bottom: 50px;
    padding: 10px;
    box-sizing: border-box;
}

#secao-terceira .beneficios img
{
    width: 70px;
    height: auto;
}

#secao-terceira .beneficios p
{
    max-width: 275px;
    font-size: 18px;
    margin-bottom: 0;
}

#secao-terceira .celula-beneficio
{
    display: inline-block;
    width: 33.3%;
}

#secao-terceira #celula-foto-beneficio
{
   text-align: center;
}

#secao-terceira .botao-prcamento-agora
{
    width: 440px;
    padding: 10px;
    font-size: 20px;
}

#secao-quarta h2
{
    font-weight: 600;
    width: 100%;
    max-width: 900px;
    margin: auto;
}

#secao-quarta h3 
{
    font-weight: 600;
}
#secao-quarta h5
{
    font-weight: 700;
}



#secao-quarta .media .celua-imagem
{
    width: 80px;
    background: #fecb01;
    text-align: center;
    margin: auto;
    border-radius: 15px;
}

#secao-quarta .media .media-body
{
    padding: 10px 20px;
    box-sizing: border-box;
}

#secao-quarta .media img
{
    width: 80px;
}

#secao-quarta .media p
{
    color: #9a9c9f;
    margin-bottom: 0;
}

#secao-quarta .media
{
    align-items: center;
}

#secao-quarta .botao-orcamento
{
    
    width: 400px;
    padding: 10px;
    font-size: 20px;
}

#secao-quinta 
{
    background: #f1f2f2;
}

#secao-quinta h1
{
    font-weight: 600;
    max-width: 930px;
    margin: auto;
    padding-top: 35px;
}

#secao-quinta .descricao
{
    max-width: 600px;
    font-size: 20px;
    margin: auto;
    margin-top: 30px;
    color: #acaeb0;
}

#secao-quinta .card img
{
    width: 100px;
    margin: auto;
}

#secao-quinta .card p
{
    font-size: 18px;
    color: #acaeb0;
}

#secao-quinta .card .card-body
{
    padding-top: 0;
}

#secao-quinta .card
{
    width: 18rem;
    min-height: 335px;
    box-shadow: 5px 5px 20px #e3e4e4;
    margin: auto;
}

#secao-quinta .grupo-cards-garantia
{
    max-width: 1000px;
    margin: auto;
}

#secao-quinta .botao-quero-gnv
{
    width: 380px;
    padding: 10px;
    font-size: 20px;
    margin-bottom: 35px;
}

#secao-sexta h2
{
    font-weight: 600;
    max-width: 700px;
    margin: auto;
}

#secao-sexta p
{
    font-size: 20px;
    margin-bottom: 50px;
    color: #acaeb0;
}

#secao-sexta .video
{
    width: 100%;
    max-width: 700px;
    margin: auto;
    margin-bottom: 20px;
}

#secao-sexta #secao-video
{
    text-align: center;
}

#secao-sexta .botao-orcamento
{
    width: 400px;
    padding: 10px;
    font-size: 20px;
    margin-bottom: 80px;
    margin-top: 20px;
}

footer
{
    background: #313131;
    padding: 15px;
}

footer p
{
    color: #ffff;
    font-size: 16px;
    margin-bottom: 0;
    padding-top: 5px;
}

#celula-texto-rodape
{
    padding: 10px;
    text-align: left;
}

#celula-imagem-rodape
{
    padding: 10px;
    text-align: right;
}

#secao-quarta #grupo-card-abastecendo
{
    justify-content: center;
    align-items: center;
    margin: auto;
}

#depoimento
{
    width: 40%;
}




/* Media querys */
@media screen and (max-width: 1600px) 
{
    #secao-primeira .carro-topo {
        width: 540px;
        height: auto;
    }

    .ondulacao 
    {
        background-size: cover;
        min-height: 660px;
    }
}
@media screen and (max-width: 1280px) 
{
    #secao-primeira .carro-topo {
        width: 490px;
        height: auto;
    }

    #secao-primeira h1 
    {
        font-size: 2.2rem;
    }

    #secao-primeira h2 {
        font-size: 1.6rem;
    }

    #secao-primeira .boto-economia-combustivel 
    {
        width: 360px;
        font-size: 18px;
    }

    #secao-terceira .beneficios 
    {
        margin-bottom: 25px;
    }

    #secao-terceira .beneficios p 
    {
        max-width: 100%;
        font-size: 17px;
    }

    #secao-terceira .foto-beneficio
    {
        width: 100%;
    }

    #secao-terceira h1 
    {
        font-size: 2.2rem;
    }

    #secao-quarta h2 {
        font-size: 1.6rem;
    }

    #secao-quinta h1
    {
        font-size: 2.2rem;
    }

    #secao-sexta h2 {
        font-size: 1.6rem;
    }
}
@media screen and (max-width: 1152px) 
{
    #secao-primeira .carro-topo {
        width: 450px;
    }

    #secao-primeira h1 {
        font-size: 2rem;
    }

    #secao-primeira h2 {
        font-size: 1.2rem;
    }

    #secao-segunda .fatores p 
    {
        font-size: 17px;
    }

    #secao-segunda h3 
    {
        font-size: 1.4rem;
    }

    .breve-descricao 
    {
        font-size: 17px;
    }

    #secao-terceira h1 
    {
        font-size: 2rem;
    }

    #secao-terceira .descricao
    {
        font-size: 17px;
    }

    #secao-quarta h2 
    {
        font-size: 1.2rem;
    }

    #secao-quarta h3 
    {
        font-size: 1.4rem;
    }

    #secao-quinta h1
    {
        font-size: 2rem;
    }

    #secao-quinta .descricao 
    {
        font-size: 17px;
    }

    #secao-sexta h2 {
        font-size: 1.2rem;
    }

    #secao-quarta .media .media-body 
    {
        padding: 10px  10px;
    }

    #secao-quarta .media .media-body h5
    {
        font-size: 1.20rem;
    }

    #depoimento
    {
        width: 60%;
    }

}
@media screen and (max-width: 1024px) 
{
    #secao-primeira .carro-topo {
        width: 420px;
    }

    .ondulacao 
    {
        min-height: 600px;
    }

}
@media screen and (max-width: 992px) 
{
    #secao-primeira 
    {
        margin-top: 35px;
    }
    #secao-primeira .carro-topo 
    {
        width: 100%;
    }

    #secao-primeira .boto-economia-combustivel 
    {
        font-size: 16px;
        width: 300px;
    }

    header img 
    {
        width: 160px;
    }

    #secao-terceira .celula-beneficio 
    {
        display: block;
        width: 500px;
        margin: auto;
    }

    #secao-terceira .beneficios 
    {
        margin-bottom: 20px;
        margin-top: 20px;
        justify-content: flex-start;
    }

    #secao-terceira #linha-beneficio
    {
       flex-direction: column;
    }

    #secao-terceira #celula-foto-beneficio
    {
       order: 1;
    }

    #secao-terceira #primeira-coluna-beneficios
    {
       order: 2;
    }

    #secao-terceira #segunda-coluna-beneficios
    {
       order: 3;
    }

    #secao-quinta .grupo-cards-garantia
    {
        max-width: 700px;
    }

    #secao-quinta .card 
    {
        width: 13rem;
        min-height: 390px;
    }

    #depoimento
    {
        width: 80%;
    }
}
@media screen and (max-width: 768px) 
{
    #secao-primeira h2
    {
        max-width: 100%;
    }

    #secao-primeira .carro-topo 
    {
        width: 80%;
        margin-top: 80px;
    }

    #secao-primeira #celua-economia-combustivel
    {
        justify-content: center;
    }
    
    #secao-primeira .boto-economia-combustivel 
    {
        font-size: 20px;
        width: 400px;
        padding: 15px;
    }
    
    #secao-primeira #celula-carro-topo
    {
        justify-content: center;
    }

    #secao-segunda .linha-card 
    {
        display: flex;
        justify-content: space-between;
    }

    #secao-segunda .coluna-grupo-fatores 
    {
        width: 50%;
    }

    #secao-terceira .beneficios p 
    {
        font-size: 16px;
    }

    #secao-terceira .celula-beneficio 
    {
        width: 370px;
    }

    #secao-terceira .foto-beneficio 
    {
        width: 100%;
    }

    #secao-terceira .beneficios 
    {
        margin-bottom: 0px;
        margin-top: 10px;
        gap: 10px;
    }

    #secao-quarta #grupo-card-abastecendo
    {
        max-width: 316px;
    }

    #secao-quarta .media 
    {
        margin-bottom: 30px;
    }

    #secao-quarta .celula-voce-roda img
    {
        width: 60%;
    }

    #secao-quinta .grupo-cards-garantia
    {
        max-width: 100%;
    }

    #secao-quinta .card 
    {
        width: 18rem;
        margin-bottom: 20px;
        min-height: 320px;
    }

    #secao-quinta .descricao 
    {
        font-size: 16px;
    }

    #secao-sexta p
    {
        font-size: 18px;
    }

    #celula-texto-rodape
    {
        text-align: center;
    }

    #celula-imagem-rodape
    {
        text-align: center;
    }

}
@media screen and (max-width: 600px)
{
    #secao-primeira h1, h2
    {
        text-align: center;
    }

    #celua-economia-combustivel
    {
        justify-content: center;
    }

    #celula-carro-topo
    {
        width: 90%;
        justify-content: center;
    }


    #secao-segunda h3 
    {
        font-size: 1.2rem;
    }

    .breve-descricao 
    {
        font-size: 16px;
    }

    #secao-segunda .linha-card 
    {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    #secao-segunda .coluna-grupo-fatores 
    {
        width: 100%;
    }

    #secao-segunda .grupo-fatores 
    {
        max-width: 400px;
    }

    #secao-terceira .celula-beneficio 
    {
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
    }

    #secao-terceira .descricao
    {
        font-size: 16px;
    }

    #secao-terceira .foto-beneficio 
    {
        width: 90%;
    }

    #secao-terceira .botao-prcamento-agora 
    {
        width: 340px;
        font-size: 18px;
    }

    #secao-quarta h3 
    {
        font-size: 1.2rem;
    }

    #secao-quarta h5 
    {
        font-size: 1rem;
    }

    #secao-quarta .media p 
    {
        font-size: 0.9rem;
    }

    #secao-quarta .botao-orcamento 
    {
        width: 340px;
        font-size: 18px;
    }

    #secao-quarta .celula-voce-roda img
    {
        width: 80%;
    }

    #secao-quinta .card h5 
    {
        font-size: 1.2rem;
    }

    #secao-quinta .card p 
    {
        font-size: 17px;
    }

    #secao-quinta .botao-quero-gnv 
    {
        width: 320px;
        font-size: 18px;
    }

    #secao-sexta .botao-orcamento 
    {
        width: 300px;
        font-size: 18px;
    }

    #secao-sexta p
    {
        font-size: 17px;
    }

    #depoimento
    {
        width: 100%;
    }

}
@media screen and (max-width:540px) {}
@media screen and (max-width:475px) 
{
    #secao-primeira .boto-economia-combustivel 
    {
        font-size: 18px;
        width: 350px;
        padding: 10px;
    }

    #secao-segunda .numero-fatores 
    {
        width: 40px;
        height: 40px;
        padding: 0px 13px;
    }

    #secao-segunda .quero-gnv 
    {
        width: 300px;
        font-size: 19px;
    }

}
@media screen and (max-width: 414px) 
{
    header img 
    {
        width: 130px;
    }

    #secao-primeira 
    {
        margin-top: 20px;
    }

    #secao-primeira .boto-economia-combustivel 
    {
        font-size: 16px;
        width: 310px;
    }

    #secao-segunda .fatores p 
    {
        font-size: 16px;
    }

    #secao-segunda .fatores 
    {
        gap: 20px;
    }

    #secao-terceira .botao-prcamento-agora 
    {
        width: 260px;
        font-size: 17px;
    }

    #secao-quarta .botao-orcamento 
    {
        width: 290px;
        font-size: 17px;
    }

    #secao-sexta .botao-orcamento 
    {
        width: 290px;
        font-size: 17px;
    }
}
@media screen and (max-width: 375px) {}
@media screen and (max-width: 360px) 
{
    #secao-primeira h1 
    {
        font-size: 1.8rem;
    }

    #secao-primeira h2 
    {
        font-size: 1rem;
    }

    #secao-primeira .boto-economia-combustivel 
    {
        width: 280px;
    }

    #secao-segunda .quero-gnv 
    {
        width: 260px;
        font-size: 18px;
    }

    #secao-terceira h1 
    {
        font-size: 1.8rem;
    }

    #secao-terceira .beneficios 
    {
        flex-direction: column;
        text-align: center;
    }

    #secao-quarta h2 
    {
        font-size: 1rem;
    }

    #secao-quarta .botao-orcamento 
    {
        width: 250px;
        font-size: 15px;
    }

    #secao-quinta .card 
    {
        width: 100%;
    }

    #secao-quinta h1
    {
        font-size: 1.8rem;
    }

    #secao-quinta .card h5 
    {
        font-size: 1.1rem;
    }

    #secao-quinta .card p 
    {
        font-size: 16px;
    }

    #secao-quinta .botao-quero-gnv 
    {
        width: 245px;
        font-size: 17px;
    }

    #secao-sexta .botao-orcamento 
    {
        width: 260px;
        font-size: 15px;
    }

    #secao-sexta h2 
    {
        font-size: 1rem;
    }

    #secao-sexta p
    {
        font-size: 16px;
    }
}
@media screen and (max-width: 320px) 
{
    #secao-primeira h1 
    {
        font-size: 1.3rem;
    }

    #secao-primeira .boto-economia-combustivel 
    {
        font-size: 15px;
        width: 264px;
    }

    #secao-segunda .quero-gnv 
    {
        width: 250px;
        font-size: 17px;
    }

    #secao-terceira h1 
    {
        font-size: 1.3rem;
    }

    #secao-terceira .botao-prcamento-agora 
    {
        width: 250px;
        font-size: 16px;
    }

    #secao-quinta h1
    {
        font-size: 1.3rem;
    }

    #secao-quinta .botao-quero-gnv 
    {
        font-size: 16px;
    }

    #secao-sexta .botao-orcamento 
    {
        width: 250px;
    }
    
}
@media screen and (max-width: 280px) {}

