html {
  scroll-behavior: smooth;
}

section {
   overflow: hidden;
   overscroll-behavior: none;
}

:root{
    --azulEscuro: #001F34;
    --azul: #5B9BCB;
    --verde: #76DAA6;
    --sombra: 4px 5px 2px #0000001f;
}

.meio {
	margin: auto;
}

.wppvoa {
    display: flex;
    background: #25d366;
    color: #fff;
    text-decoration: none;
    text-align: center;
    width: fit-content;
    padding: 10px;
    border-radius: 5px;
    position: fixed;
    z-index: 999;
    bottom: 20px;
    left: 20px;
    animation: 1.5s ease 0s infinite normal none running pisca;
}

.wppvoa:hover {
    text-decoration: none;
    color: #fff;
}

.wppvoa:hover i {
    transform: rotate(360deg);
}

.wppvoa i {
    font-size: 25px;
    margin: 0 5px;
    transition: .5s;
}

@keyframes pisca{
    0% {
        -webkit-transform:scale(0.9);
        -ms-transform:scale(0.9);
        transform:scale(0.9);
        }
    70% {
        -webkit-transform:scale(1);
        -ms-transform:scale(1);
        transform:scale(1);
        box-shadow:0 0 0 25px #ffff0000;
        }
    100%{
        -webkit-transform:scale(0.9);
        -ms-transform:scale(0.9);
        transform:scale(0.9);
        box-shadow:0 0 0 0 #ffff0000;
    }
}

*{
    font-family: 'Poppins';
}

.header {
    position: absolute;
    top: 20px;
    right: 0;
    left: 0px;
    z-index: 999;
}

.header .caixa {
        padding: 20px 2rem;
    border-radius: 100px;
    background: #001f34a6;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    backdrop-filter: blur(5px);
}

.header .caixa .logo img {
    max-width: 180px;
    width: 100%;
}

.header .caixa nav {
    display: flex;
    gap: 2rem;
}

.header .caixa nav a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
}

.header .caixa nav a.wpp {
    display: flex;
    gap: 6px;
    align-items: center;
    background: #05C90B;
    padding: 3px 10px;
    border-radius: 30px;
}

.infobanner {
    padding: 4rem 0;
    height: 90vh;
    background-image: url("../img/infobanner.webp");
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    display: flex;
    align-items: center;
}

.infobanner h6 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 400;
    margin: 0;
}

.infobanner h1 {
    font-size: 75px;
    font-weight: 700;
}

.infobanner .botoes {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.infobanner .botoes a {
    display: flex;
    gap: 5px;
    width: fit-content;
    background: #fff;
    border-radius: 90px;
    padding: 10px 10px 10px 20px;
    color: var(--azulEscuro);
    transition: .2s;
}

.infobanner .botoes a:hover {
    transform: scale(1.05);
    text-decoration: none;
}

.infobanner .botoes a i {
    display: flex;
    height: 22px;
    width: 22px;
    border-radius: 80px;
    background: var(--verde);
    color: #fff;
    align-items: center;
    justify-content: center;
}

.busca {
    margin: -3.5rem 0 0;
    position: relative;
    z-index: 9;
}

.busca .caixa {
    background-image: linear-gradient(268deg, #5B9BCB, #82bae3);
    color: #fff;
    border-radius: 20px;
    padding: 2rem 4rem;
}

.busca .caixa .barra {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 8px 8px;
    border-radius: 90px;
}

.busca .caixa .barra i {
        display: flex;
    height: 34px;
    width: 34px;
    font-size: 18px;
    border-radius: 80px;
    background: var(--verde);
    color: #fff;
    align-items: center;
    justify-content: center;
}

.busca .caixa .barra .texto {
    flex: 1;
}

.busca .caixa .barra .texto p {
    text-align: center;
    color: var(--azul);
    margin: 0;
}

.locais {
    text-align: center;
    background: #eaf4ff;
    padding: 12rem 0 4rem;
    margin: -5rem 0 0;
}
.locais .nevoa {
    position: relative;
}
.locais .nevoa::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 300px;
    background-image: linear-gradient(
268deg, #E9F1FF, transparent);
    z-index: 9;
}

.locais .nevoa::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 300px;
    background-image: linear-gradient(
90deg, #E9F1FF, transparent);
    z-index: 9;
}

.locais h2 {
    font-size: 28px;
    color: var(--azul);
    font-weight: 600;
}
.locais h2 b {
    color: #000;
}
.locais p {
    color: #333;
    margin-bottom: 40px;
}
.owl-carousel span {
    display: block;
    width: fit-content;
    padding: 12px 26px;
    background: linear-gradient(90deg, #6fc1ff, #007bff);
    border: 1px solid var(--azul);
    color: #fff;
    border-radius: 40px;
    font-weight: 600;
    font-size: 15px;
}
.owl-carousel {
    margin-bottom: 30px;
}
.owl-carousel .owl-item {
    width: auto !important;
}
.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}
.owl-carousel.left .owl-stage {
    animation: moveLeft 85s linear infinite;
}
.owl-carousel.right .owl-stage {
    animation: moveRight 85s linear infinite;
}
@keyframes moveLeft {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
@keyframes moveRight {
    0% { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}

.locais a {
    display: block;
    width: fit-content;
    padding: 10px 30px;
    color: var(--azul);
    font-weight: 500;
    border-radius: 90px;
    margin: 10px auto 0;
    text-decoration: none;
    background: #fff;
    transition: .2s;
}

.locais a:hover {
    transform: scale(1.05);
    text-decoration: none;
}

.sobreHome {
    padding: 4rem 0;
    color: #444;
}

.sobreHome h2 {
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 20px;
}

.sobreHome h2 b{
    font-weight: 700;
}

.sobreHome a {
    display: block;
    width: fit-content;
    background: var(--azul);
    color: #fff;
    font-weight: 600;
    padding: 8px 30px;
    border-radius: 90px;
    text-decoration: none;
    transition: .2s;
}

.sobreHome a:hover {
    transform: scale(1.05);
    text-decoration: none;
    color: #fff;
    background: var(--verde);
}

.sobreHome img {
    width: 100%;
    margin-bottom: 30px;
}

.sobreHome .col-md-6 {
    align-self: center;
}

.escolher {
    padding: 4rem 0;
}

.escolher h2 {
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 30px;
    color: #444;
}

.escolher h2 b{
    font-weight: 700;
}

.escolher .caixa {
    background: #5B9BCB;
    border-radius: 80px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 5px 5px;
    margin-bottom: 20px;
}

.escolher .caixa .titulo {
    display: flex;
    gap: 1rem;
    align-items: center;
    flex: 0 0 47%;
}

.escolher .caixa .titulo h5 {
    font-weight: 700;
    font-size: 22px;
    margin: 0;
}

.escolher .caixa .icone {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    border-radius: 90px;
    background: white;
}

.escolher .caixa p {
        padding: 0 2rem 0rem 1rem;
    margin: 0;
    border-left: 2px solid white;
}

.contratar {
    padding: 4rem 0;
    background: #E9F1FF;
}

.contratar h3 {
    font-size: 42px;
    font-weight: 400;
    color: #5B9BCB;
    margin-bottom: 30px;
}

.contratar h3 b{
    color: #76DAA6;
    font-weight: 700;
    display: block;
}

.contratar .grade {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.contratar .grade .caixa {
    display: block;
    border-radius: 20px;
    background: #D8E6FF;
    padding: 20px;
    flex: 1 0 30%;
    transition: .2s;
}

.contratar .grade .caixa:hover {
    transform: scale(1.05);
    box-shadow: 5px 5px 2px #0000001f; 
}

.contratar .grade .caixa.ultima {
    background: #5B9BCB;
    color: white;
}

.contratar .grade .caixa.ultima a {
    display: block;
    width: fit-content;
    padding: 5px 15px;
    border-radius: 10px;
    font-size: 14px;
    color: #5B9BCB;
    background: white;
    text-decoration: none;
}

.contratar .grade .caixa span {
    color: #48B8D0;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 10px;
    display: block;
}

.contratar .grade .caixa h5 {
    font-size: 18px;
}

.contratar .grade .caixa p {
    line-height: 16px;
    font-size: 14px;
}

.contratar img {
    max-width: 100%;
}

.contratar .col-md-4 {
    align-self: center;
}

.contratar.verde{
    background: white;
}

.contratar.verde h3 {
    color: #76DAA6;
}

.contratar.verde h3 b{
    color: #000;
}

.contratar.verde .grade .caixa {
    background: #D7FCEF;
}

.contratar.verde .grade .caixa.ultima {
    background: #76DAA6;
    color: #000;
}

.contratar.verde .grade .caixa.ultima a {
    color: #76DAA6;
}

.rodape {
    padding: 4rem 0;
    background: #E5E5E5;
}

.rodape .logo img {
    max-width: 100%;
}

.rodape h6 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000;
}

.rodape nav {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.rodape nav a {
    display: block;
    width: fit-content;
    color: #000;
    text-decoration: none;
}

.rodape .contat {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}

.rodape .contat a {
    display: block;
    width: fit-content;
    color: #000;
}

.wecan {
    color: #000;
    background-color: #CCCCCC;
}

.wecan p {
    padding: 10px 0;
    margin: 0;
    font-weight: 500;
    text-align: center;
    font-size: 14px;
}

.wecan a {
    font-family: 'Libre Franklin';
    font-weight: 700;
    color: #000;
    text-decoration: none;
    transition: 1s;
}

.wecan a:hover {
    box-shadow: inset 70px 0 0 black;
    color: #fff;
    text-decoration: none;
}

.wecan a span {
    font-family: 'Poppins';
    color: gold;
    font-size: 20px;
    line-height: 0px;
}

.capaSobre {
    color: #fff;
    background: #5B9BCB;
    padding: 10rem 0 3rem;
    position: relative;
}

.capaSobre .row img {
    max-width: 100%;
}

.capaSobre h1 {
    color: #76DAA6;
    font-weight: 700;
    margin-bottom: 0;
}

.capaSobre h2 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 25px;
}

.capaSobre a {
    display: block;
    width: fit-content;
    padding: 8px 20px;
    background: #000;
    border-radius: 80px;
    color: #fff;
    text-decoration: none;
    transition: .2s;
}

.capaSobre a:hover {
    transform: scale(1.05);
    box-shadow: var(--sombra);
    text-decoration: none;
    color: #fff;
    background: #76DAA6;
}

.capaSobre img.bola {
    position: absolute;
    right: -100px;
    bottom: -125px;
    width: 300px;
}

.missao {
    padding: 6rem 0;
    background-color: #E9F1FF;
    color: #111;
    background-image: url("../img/select.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: -30%;
}

.missao .caixa {
    padding: 4rem 1rem;
    border-radius: 30px;
    text-align: center;
    background: #D8E6FF;
    height: -webkit-fill-available;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px;
}

.missao .caixa h5 {
    font-weight: 700;
    font-size: 30px;
}

.finalSobre {
    display: flex;
    align-items: initial;
    padding: 4rem 0;
    color: #fff;
    background-image: url("../img/finalSobre.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    min-height: 90vh;
}

.finalSobre h5 {
    font-size: 28px;
    font-weight: 400;
}

.finalSobre .botoes {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.finalSobre .botoes a {
    display: flex;
    gap: 5px;
    width: fit-content;
    background: #fff;
    border-radius: 90px;
    padding: 10px 10px 10px 20px;
    color: var(--azulEscuro);
    transition: .2s;
}

.finalSobre .botoes a:hover {
    transform: scale(1.05);
    text-decoration: none;
}

.finalSobre .botoes a i {
    display: flex;
    height: 22px;
    width: 22px;
    border-radius: 80px;
    background: var(--verde);
    color: #fff;
    align-items: center;
    justify-content: center;
}

.capaServicos {
    color: #111;
    background: #E9F1FF;
    padding: 10rem 0 3rem;
    position: relative;
    text-align: center;
}

.capaServicos h1 b {
    display: block;
}

.capaServicos p {
    font-size: 18px;
}

.capaServicos img {
    display: block;
    width: 80px;
    margin: 0 auto 10px;
}

.servicos {
    padding: 4rem 0;
}

.servicos .caixa {
    background: #001F34;
    border-radius: 20px;
    padding: 40px;
    color: #fff;
    margin-bottom: 30px;
}

.servicos .caixa h3 {
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 700;
}

.servicos .caixa .col-md-5 img{
    width: 100%;
}

.servicos .caixa .col-md-7 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.servicos .caixa a {
    display: flex;
    gap: 5px;
    width: fit-content;
    background: #fff;
    border-radius: 90px;
    padding: 10px 10px 10px 20px;
    color: var(--azulEscuro);
    transition: .2s;
}

.servicos .caixa a:hover {
    transform: scale(1.05);
    text-decoration: none;
}

.servicos .caixa a i {
    display: flex;
    height: 22px;
    width: 22px;
    border-radius: 80px;
    background: var(--verde);
    color: #fff;
    align-items: center;
    justify-content: center;
}

.finalServ {
    display: flex;
    align-items: initial;
    padding: 4rem 0;
    color: #000;
    background-image: url("../img/finalServ.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    min-height: 90vh;
}

.finalServ h6 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 30px;
}

.finalServ .botoes {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.finalServ .botoes a {
    display: flex;
    gap: 5px;
    width: fit-content;
    background: #001F34;
    border-radius: 90px;
    padding: 10px 10px 10px 20px;
    color: #fff;
    transition: .2s;
}

.finalServ .botoes a:hover {
    transform: scale(1.05);
    text-decoration: none;
}

.finalServ .botoes a i {
    display: flex;
    height: 22px;
    width: 22px;
    border-radius: 80px;
    background: var(--verde);
    color: #fff;
    align-items: center;
    justify-content: center;
}

.capaVagas {
    padding: 10rem 0 3rem;
    color: #000;
    background: #A0DEC0;
}

.capaVagas h1 {
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 20px;
}

.capaVagas h1 b {
    font-weight: 800;
    display: block;
}

.capaVagas p {
    font-size: 18px;
}

.capaVagas a {
    display: block;
    width: fit-content;
    padding: 12px 20px;
    font-size: 18px;
    text-decoration: none;
    color: #000;
    background: white;
    border-radius: 70px;

    transition: .2s;
}

.capaVagas a:hover {
    transform: scale(1.05);
    box-shadow: var(--sombra);
    color: #000;
    text-decoration: none;
}

.capaVagas .col-md-4 {
    position: relative;
}

.capaVagas .col-md-4 img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
}

.beneficios {
    margin: 4rem 0 0;
    padding: 4rem 0;
    color: #000;
    position: relative;
    background-image: url("../img/beneficios.png");
    background-size: 45%;
    background-position: bottom right;
    background-repeat: no-repeat;
}

.beneficios::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 52%;
    height: 100%;
    border-radius: 0 20px 20px 0;
    background: #D7FCEF;
}

.beneficios h2 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    margin-bottom: 20px;
}

.beneficios ul li {
    font-size: 18px;
    margin-bottom: 10px;
}

.curriculo {
    padding: 4rem 0;
    color: #000;
}

.curriculo .caixa {
    padding: 2rem 0;
    border-radius: 20px;
    background: #E9F1FF;
}

.curriculo .caixa h4 {
    text-align: center;
    font-weight: 800;
    margin-bottom: 30px;
    font-size: 38px;
}

.curriculo .caixa input, .curriculo .caixa textarea {
    display: block;
    width: 100%;
    border-radius: 10px;
    padding: 10px;
    background: white;
    margin-bottom: 15px;
    border: none;
}

.curriculo .caixa input[type="file"]{
    all: unset;
    background: black;
    color: white;
    padding: 10px;
    display: block;
    width: fit-content;
    border-radius: 10px;
}

.curriculo .caixa .arquivo{
    background: black;
    color: #fff;
    width: fit-content;
    position: relative;
    padding: 10px 30px;
    border-radius: 10px;
    cursor: pointer;
    margin-bottom: 30px;
}

.curriculo .caixa .arquivo input {
    position: absolute;
    inset: 0;
    opacity: 0;
}

.curriculo .caixa button {
    display: block;
    width: fit-content;
    padding: 15px 30px;
    border-radius: 80px;
    background: #A0DEC0;
    color: #001F34;
    border: none;
    outline: none;
    font-size: 18px;
    float: right;
    transition: .2s;
}

.curriculo .caixa button:hover {
    transform: scale(1.05);
    box-shadow: var(--sombra);
}

.capaServicos.Contato{
    color: #fff;
    background: #5B9BCB;
}

.capaServicos.Contato img {
    filter: brightness(25.5);
}

.sessaoContato {
    padding: 4rem 0;
    color: black;
}

.sessaoContato .caixa {
    background: #E9F1FF;
    padding: 2rem;
    border-radius: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sessaoContato .caixa h2 {
    font-weight: 700;
    margin-bottom: 30px;
}

.sessaoContato .caixa span {
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
    font-size: 18px;
}

.sessaoContato .caixa .comercial {
    display: flex;
    flex-direction: column;
}

.sessaoContato .caixa .comercial .cada{
    padding: 2rem 0;
    border-bottom: 1px solid black;
}

.sessaoContato .caixa .comercial .cada a{
    display: inline-block;
    font-size: 22px;
    color: #000;
    text-decoration: none;   
}

.sessaoContato .caixa .comercial .cada a i {
    color: #A0DEC0;
}

.sessaoContato .caixa .comercial .cada:last-child {
    border-bottom: none;
}

.sessaoContato .caixa form input, .sessaoContato .caixa form textarea {
    display: block;
    width: 100%;
    border-radius: 10px;
    padding: 10px;
    background: white;
    margin-bottom: 15px;
    border: none;
}

.sessaoContato .caixa form button {
    display: block;
    width: fit-content;
    padding: 15px 30px;
    border-radius: 80px;
    background: #A0DEC0;
    color: #001F34;
    border: none;
    outline: none;
    font-size: 18px;
    float: right;
    transition: .2s;
}

.sessaoContato .caixa form button:hover {
    transform: scale(1.05);
    box-shadow: var(--sombra);
}

.localizados {
    padding: 4rem 0;
    color: #000;
}

.localizados h3 {
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 30px;
}

.localizados a {
    display: block;
    width: fit-content;
    font-size: 20px;
    color: black;
    text-decoration: none;
}

.mapa {
    padding: 0rem 0;
}

.mapa iframe {
    height: 600px;
    width: 100%;
    border: none;
}