/* LIMPAR CONFIGURAÇÃO PADRÃO DO BROWSER*/

* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* FONTE PADRÃO */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

* {
    font-family: 'Noto Sans', sans-serif, 'Arial';
}

h1 {
    font-optical-sizing: auto;
    font-weight: 500;
    font-size: 40px;
    font-style: normal;
    line-height: 1.2;
    font-variation-settings: "wdth" 500;
}

h1 b {
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: bold;
}

h2 {
    font-weight: 500;
    font-size: 36px;
    line-height: 1.2;
}

h2 b {
    font-weight: 800;
}

p {
    line-height: 1.2;
}

/* MENU DE NAVEGAÇÃO */

nav {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    position: relative;
}


.logo {
    position: absolute;
    left: 70px;
    top: 24px;
}

nav ul.menu-central {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    position: absolute;
    top: 33px;
    gap: 15px;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
}

nav ul.menu-direita {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    position: absolute;
    justify-content: flex-end;
    width: 100%;
    top: 33px;
    gap: 15px;
    right: 70px;
    font-weight: 600;
    font-size: 14px;
}

#menu-selecionado a {
    color: black;
    background-color: white;
    text-align: center;
    margin-right: 5px;
    border-radius: 5px;
}

#login,
#cadastrar,
#dashboard {
    color: white;
    background-color: #789959;
    border-radius: 5px;
    padding: 10px 15px;
    margin-right: 15px;
}

.menu-central li a {
    color: white;
    text-decoration: none;
    transition: background-color 0.3s;
    padding: 8px 12px;
    display: block;
    position: relative;
    z-index: 10;
}

.menu-central li a:hover {
    background-color: white;
    opacity: 0.7;
    color: black;
    border-radius: 5px;
}

.menu-direita li a {
    color: white;
    text-decoration: none;
    transition: background-color 0.3s;
    padding: 1px 3px;
    display: block;
}

.menu-direita li a:hover {
    background-color: #789959;
    opacity: 0.7;
    color: white;
    border-radius: 5px;
}

/* MENU MOBILE */

.mobile-menu {
    display: none;
    cursor: pointer;
}

.mobile-menu div {
    width: 5px;
    height: 2px;
    background-color: white;
    transition: 0.2s;
    padding-right: 20px;
}

@media (max-width: 1024px) {
    body {
        overflow-x: hidden;
    }

    .nav-list.active {
        transform: translateX(0%);
    }

    .nav-list {
        position: fixed;
        top: 0;
        right: 0;
        background-color: black;
        transform: translateX(100%);
        transition: transform 0.1s ease-in;
        z-index: 10;
        display: flex;
        flex-direction: column;
    }

    .nav-list li {
        display: flex;
        justify-content: flex-end;
        padding-right: 40px;
    }

    .nav-list li:first-child {
        padding-top: 100px;
    }

    nav ul.menu-direita {
        position: sticky;
        width: auto;
        right: auto;
        margin-left: auto;
        margin-top: 395px;
        flex-direction: column;
        align-items: flex-end;
        padding: 10px 40px 10px 20px;
        align-items: center;
    }

    .mobile-menu {
        display: block;
        position: absolute;
        top: 30px;
        right: 40px;
        z-index: 20;
    }

    .mobile-menu div {
        position: static;
        width: 25px;
        height: 3px;
        margin: 10px 0;
    }

    .menu-direita {
        margin-top: 10px;
    }
}


.mobile-menu.active .line1 {
    transform: rotate(-45deg) translate(-11px, 8px);
}

.mobile-menu.active .line2 {
    opacity: 0;
}

.mobile-menu.active .line3 {
    transform: rotate(45deg) translate(-10px, -8px);
}

.mobile-menu div {
    transform-origin: center;
}

/* HERO */

header {
    background: url("imgs/Hero.jpg") no-repeat 60% center;
    background-size: cover;
    height: 100vh;
}

header div.texto-hero {
    position: sticky;
    margin-top: 25%;
    margin-left: 60%;
}

header h1 {
    color: white;
    flex-direction: column;
    margin-bottom: 20px;
}

.button {
    background-color: none;
    border: white;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    margin-right: 10px;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;

}

a.button:hover {
    background-color: rgba(255, 255, 255, 0.3);
    color: white;
    border: 1px solid white;
    border-radius: 5px;
}

/* ESTILO PADRÀO */

main {
    background-color: white;
    color: #38326b;
}

section {
    padding: 90px 120px;
}

img {
    display: block;
    max-width: 100%;
}

/* SOBRE */

.home-sobre {
    background-color: #38326b;
    color: white;
    text-align: center;
    justify-content: center;
    font-size: 18px;
    font-optical-sizing: auto;
    font-weight: 300;
    font-variation-settings: "wdth" 300;
    font-style: light;
}

.seta-baixo {
    border: solid #38326b;
    border-width: 0 5px 5px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg) scaleX(50);
    -webkit-transform: rotate(45deg);
    margin: auto;
    position: absolute;
    left: 50%;
    scale: 10;
    margin-top: -50px;
}

/* PASSO A PASSO */

.passo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.passo li {
    display: flex;
    justify-content: center;
    margin-left: -30px;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.passo li img {
    display: block;
    margin: 0 auto;
}

.circulo {
    background-color: #38326b;
    color: white;
    font-weight: 800;
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -20px;
    z-index: 2;
}

.passo-transparente {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: solid #789959;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.passo-verde {
    width: 200px;
    height: 200px;
    background-color: #789959;
    border-radius: 50%;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

/* OPORTUNIDADES */

.oportunidades-destaque {
    background-color: #fcf5ef;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.oportunidades-lista {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    row-gap: 50px;
    align-items: center;

}

.oportunidades-lista li img:first-of-type {
    height: 250px;
    object-fit: cover;
    border-radius: 8px;
}

h3 {
    font-weight: 800;
    font-size: 18px;
    color: #789959;
    margin-top: 15px;
    margin-bottom: 10px;
}

.oportunidades-destaque h3 {
    max-width: 250px;
    min-height: 3em;
}

.oportunidades-lista li p {
    font-size: 14px;
}

.mesma-linha {
    display: inline-flex;
    gap: 5px;
}

.mesma-linha img {
    max-width: 15px;
    max-height: 15px;
}

.botao-detalhes {
    background-color: none;
    border: #38326b;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    margin-right: auto;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 75px;
}

.botao-oportunidades {
    background-color: #789959;
    color: white;
    border-radius: 5px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    padding: 10px;
    margin-top: 20px;
}

/* ÁREAS DE INTERESSE */

.area-de-interesse {
    background-color: #fcf5ef;
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: -90px;
}

.area-de-interesse ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
}

.area-de-interesse ul li {
    background-color: white;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 160px;
    height: 160px;
    border-radius: 5px;
    color: #789959;
    font-size: 18px;
    text-align: center;

}

.area-de-interesse ul li p {
    margin-top: -10px;
    align-self: stretch;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* SEÇÃO DE VALIDAÇÃO */

.numeros ul {
    list-style: none;
    display: flex;
    justify-content: space-around;
    text-align: center;
    margin: auto 50px auto 50px;
}

.numeros ul p {
    color: #789959;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
}

/* DEPOIMENTOS */

.depoimentos {
    margin-top: -90px;
}

.depoimentos h2 {
    text-align: center;
    margin-bottom: 10px;
}

#depoimentos-subtitulo {
    text-align: center;
    color: #789959;
    font-size: 16px;
    font-weight: 500;
}

.depoimentos ul {
    list-style: none;
    display: flex;
    justify-content: space-around;
    margin: 40px 50px auto 50px;
    column-gap: 20px;
}

.depoimentos ul li {
    border-style: solid;
    border-color: #38326b;
    border-width: 1px;
    border-radius: 5px;
    padding: 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 400px;
}

.depoimentos ul li p {
    font-size: 14px;
    color: #38326b;
    line-height: 1.7;
}

.depoimentos ul li h3:first-of-type {
    color: #38326b;
}

.depoimentos ul li h4 {
    font-size: 14px;
    margin-top: -10px;
}

/* RODAPÉ */

footer {
    background-color: #38326b;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 120px;
}

footer p {
    display: flex;
    position: relative;
    justify-content: flex-end;
    align-items: center;
    text-align: right;
    font-size: 16px;
}

/* RESPONSIVIDADE */

@media only screen and (max-width: 1024px) {
    header {
        height: 150vh;
    }

    header div.texto-hero {
        position: sticky;
        margin-top: -300px;
        margin-left: 50%;
        padding-right: 5%;
    }

    .button {
        display: block;
        position: static;
        margin-bottom: 10px;
        text-align: center;
    }

    .passo {
        margin-left: 20px;
        scale: 0.80;
    }

    .oportunidades-lista,
    .area-de-interesse ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: flex-start;
        position: relative;
        gap: 40px 20px;
        align-items: center;
    }


    .numeros,
    .depoimentos {
        padding: 80px 30px;
        text-align: center;
    }

    .depoimentos ul {
        gap: 20px;
    }
}

@media only screen and (max-width: 750px) {
    .logo {
        left: 30px;
    }

    header {
        height: 650px;
    }

    header div.texto-hero {
        position: sticky;
        margin-top: -300px;
        margin-left: 40%;
        padding-right: 10%;
    }

    h1 {
        font-size: 32px;
    }

    .texto-hero br {
        display: none;
    }

    section {
        padding: 80px 50px;
        text-align: center;
    }

    .passo,
    .oportunidades-lista,
    .area-de-interesse ul {
        grid-template-columns: 1fr;
        justify-content: center;
        align-self: center;
        align-items: center;

    }

    body {
        overflow-x: hidden;
    }

    ul,
    ol {
        display: flex;
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }

    .passo {
        margin-left: 35px;
    }

    .depoimentos ul li {
        width: 100%;
    }

    footer {
        display: flex;
        justify-content: space-between;
        padding: 80px 50px;
        gap: 50px;
    }
}