*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.whatsApp{
    background-color: #25D366;
    color: #ffffff;
    border: transparent;
    border-radius: 100%;
    font-size: 1.5em;
    height: 50px;
    width: 50px;
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 10000;
}

.whatsApp:hover{
    transition: 500ms;
    transform: rotate(360deg);
    border: 2px solid #25D366;
    border-radius: 12px;
    color: #25D366;
    background-color: #ffffff;
}

.whatsApp-link{
    text-decoration: none;
    color: #ffffff;
}

.whatsApp:hover .whatsApp-link{
    color: #25D366;
}

.voltarTopo{
    background-color: transparent;
    color: #ED5B00;
    border: 3px solid;
    border-radius: 100%;
    font-size: 2em;
    height: 50px;
    width: 50px;
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10000;
}

.voltarTopo:hover{
    transition: 500ms;
    transform: rotate(360deg);
    border-radius: 12px;
    background-color: #ED5B00;
    border: transparent;
}

.voltarTopo:hover .voltarTopo-link{
    color: #ffffff;
}

.voltarTopo-link{
    text-decoration: none;
    color: #ED5B00;
}

.voltarTopo.scrolled {
    display: block;
}

.btn__consulta{
    background-color: #ED5B00;
    border: none;
    border-radius: 12px;
    padding: 1em;
    width: 500px;
    height: 80px;
}

.btn__consulta:hover{
    transition: 700ms;
    transform: translateY(-4px);
    background-color: transparent;
    border: 1px solid #ED5B00;
    cursor: pointer;
}

.btn__consulta a{
    text-decoration: none;
    color: #ffffff;
    font-size: 2em;
    font-weight: bolder;
}

.btn__consulta:hover a{
    transition: 700ms;
    color: #ED5B00;
}

html {
    scroll-behavior: smooth;
}

body{
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    min-height: 100vh;
    color: #ffffff;
}

section {
    min-height: 100vh;
    padding: 2em;
    display: flex;
    flex-direction: column;
}

h1, h2{
    font-family: "Poppins", sans-serif;
    font-size: 3em;
    font-weight: 900;
    text-shadow: 1px 4px 5.8px #ED5B00;
}

p{
    margin: 0;
}

/* HOME */
/* HOME */
/* HOME */

.home{
    background: linear-gradient(to left, #052A60, #051B3D, #010813);
    align-items: center;
    justify-content: center;
    gap: 2em;
}

.home__titulo{
    font-size: 4em;
    text-align: center;
    width: 80%;
}

.home__subtitulo{
    border: 5px solid #ED5B00;
    border-radius: 12px;
    padding: 0.5em;
    box-shadow: 2px 2px 19.5px #ED5B00;
    width: 70%;
    margin-bottom: 4em;
}

.home__subtitulo p{
    font-size: 2em;
    flex-wrap: wrap;
    text-align: center;
}

/* QUEMSOMOS */
/* QUEMSOMOS */
/* QUEMSOMOS */

.quem__somos{
    background: linear-gradient(to left, #052A60, #051B3D, #000000);
}

.quem__somos-subcontainer{
    display: flex;
    align-items: baseline;
    gap: 2em;
    margin-top: 4em;
}

.quem__somos-texto{
    border: 4px solid #ED5B00;
    border-radius: 12px;
    padding: 0.5em;
    box-shadow: 2px 2px 19.5px #ED5B00;
    width: 50%;
}

.quem__somos-texto p{
    font-size: 1.5em;
}

.quem__somos-direita{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 570px;
}

.quem__somos-cards{
    display: flex;
    align-items: center;
}

.quem__somos-card{
    display: flex;
    flex-direction: column;
    margin-bottom: 1em;
    align-items: center;
}

.quem__somos-card img{
    width: 80%;
    border: 4px solid #ED5B00;
}


.quem__somos-card h3{
    background-color: #ED5B00;
    width: 80%;
    text-align: center;
}


/* SERVICOS */
/* SERVICOS */
/* SERVICOS */

.servicos{
    background: linear-gradient(to top, #052A60, #051B3D, #000000);
}

.servicos__subcontainer{
    display: flex;
    align-items: baseline;
    gap: 2em;
    margin-top: 4em;
}

.servicos__texto{
    border: 4px solid #ED5B00;
    border-radius: 12px;
    padding: 0.5em;
    box-shadow: 2px 2px 19.5px #ED5B00;
    width: 80%;
}

.servicos__texto p{
    font-size: 1.5em;
}

.servicos__etapas{
    display: flex;
    padding-top: 2em;
    gap: 0.8em;
}

.servicos__etapas-numeros{
    gap: 2em;
    border: 3px solid #ED5B00;
    border-radius: 12px;
    padding: 0.5em;
    box-shadow: 2px 2px 19.5px #ED5B00;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.servicos__etapas-topicos{
    gap: 3.5em;
    padding: 0.5em;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.servicos__etapas-item{
    font-family: "Poppins", sans-serif;
    font-size: 3em;
    font-weight: 900;
    text-shadow: 1px 4px 5.8px #ED5B00;
}

.servicos__etapas-item-p{
    font-family: "Poppins", sans-serif;
    font-size: 2em;
    font-weight: 400;
}

.servicos__direita{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 700px;
}

.servicos__accordion {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1em;
    margin-bottom: 1em;
}

.servicos__accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background-color: #ED5B00;
    border-radius: 12px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.servicos__accordion-header:hover {
    background-color: #ce5103;
}

.servicos__accordion-header i{
    font-size: 1.5em;
}

.servicos__accordion-header-titulo {
    margin: 0;
    font-size: 18px;
    font-weight: bold;

}

.servicos__accordion-body {
    display: none;
    padding: 15px;
    background-color: transparent;
    border-radius: 0 0 12px 12px;
    border: 2px solid #ED5B00;
    max-width: 620px;
}

.servicos__accordion-body p {
    margin: 0;
    font-weight: 400;
}

/* CONTATO */
/* CONTATO */
/* CONTATO */

.contato{
    background: linear-gradient(to left, #052A60, #051B3D, #000000);
    align-items: center;
    justify-content: space-between;
    padding: 2em 0;
}

.contato__titulo{
    text-align: center;
}

.contato__subcontainer{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contato__subcontainer h3{
    font-family: "Road Rage", sans-serif;
    font-size: 3em;
    font-weight: 600;
    color: #ED5B00;
    margin-bottom: 0.3em;
}

.contato__links{
    border: 4px solid #ED5B00;
    border-radius: 12px;
    padding: 1em 1.5em;
    box-shadow: 2px 2px 19.5px #ED5B00;
}

.contato__links h4{
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 0.5em;
}

.contato__item{
    display: flex;
    align-items: center;
    gap: 0.5em;
}

.contato__item i{
    font-size: 1.52em;
    color: #ED5B00;
}

/* FOOTER */
/* FOOTER */
/* FOOTER */

footer {
    width: 100%;
    background-color: #000000;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4em;
    padding: 8px;
    margin-top: auto;
}

footer p {
    margin: 0;
    font-weight: 400;
}

@media (max-width: 920px) {
    .btn__consulta{
        width: auto;
    }

    /* HOME */
    /* HOME */
    /* HOME */

    .home__titulo{
        font-size: 2.5em;
        width: 70%;
    }

    .home__subtitulo{
        width: 80%;
    }

    .home__subtitulo p{
        font-size: 1.5em;
    }

    /* QUEMSOMOS */
    /* QUEMSOMOS */
    /* QUEMSOMOS */
    .quem__somos-texto{
        width: 100%;
    }

    .quem__somos-direita{
        height: 600px;
    }

    .quem__somos-cards{
        flex-direction: column;
    }

    /* SERVICOS */
    /* SERVICOS */
    /* SERVICOS */
    .servicos__subcontainer{
        flex-direction: column;
        align-items: center;
    }

    .servicos__esquerda{
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    .servicos__direita{
        justify-content: space-around;
    }

    /* CONTATO */
    /* CONTATO */
    /* CONTATO */
}

@media (max-width: 480px) {
    h2{
        font-size: 2.5em;
    }
    
    .btn__consulta a{
        font-size: 1.5em;
        height: 40px;
    }

    .home__titulo{
        width: 100%;
    }

    .quem__somos-subcontainer{
        flex-direction: column;
        margin-bottom: 4em;
    }

    .servicos__texto{
        width: 100%;
    }

    .servicos__etapas-topicos{
        font-size: 0.8em;
        gap: 4em;
    }
}