/* Geral */
.tag_title,
.tag_title_2 {
    text-align: center;
    margin-bottom: 12px;
    display: flex;
    justify-content: center;
}

.title_1,
.title_2 {
    padding-top: 80px;
    margin-bottom: 60px;
}

.title_1 h2,
.title_2 h2 {
    text-align: center;
    text-transform: uppercase;
    font: 700 2.5rem/1.25 'Poppins', sans-serif;
    font-style: normal;
}

.title_1 h2 {
    color: #2F48E3;
}

.title_2 h2 {
    color: #FFD015;
}

.tag_title span,
.tag_title_2 span {
    padding: 12px 20px;
    text-transform: uppercase;
    color: #9C9C9C;
    border: 2px solid #9C9C9C;
    border-radius: 8px;
    display: inline-block;
    font: 600 1.125rem/1.125 'Montserrat', sans-serif;
    font-style: normal;
}

.tag_title_2 span {
    color: #CCC;
    border: 2px solid #CCC;
}

#servicos,
#como-funciona,
#beneficios,
#depoimentos,
#contato {
    scroll-margin-top: 100px;
}



/* Banner */
.banner {
    margin-top: 100px;
    padding-top: 120px;
    height: 760px;
    position: relative;
    overflow: hidden;
}

/* a imagem vira o "background" */
.banner__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    z-index: 0;
}

/* garante que o conteúdo fica por cima */
.banner .container {
    position: relative;
    z-index: 1;
}

.grid_banner {
    display: flex;
    justify-content: right;
    flex-direction: column;
    align-items: flex-end;
    height: 400px;

}

.content_banner {
    width: 350px;
    display: flex;
    flex-direction: column;
}

.content_banner h2 {
    color: #2F48E3;
    font: 700 3rem/1.25 'Poppins', sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.content_banner p {
    color: #2E2E2E;
    font: 300 1.5rem/1.25 'Montserrat', sans-serif;
    margin-bottom: 40px;
}
