

html {
    background-color: #383838;
    color: #383838;
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    overflow-x: hidden;
    /* scroll-behavior: smooth; */
    scrollbar-width: none;
    width: 100%;
}

body {
    max-width: 1920px;
    width: 100%;
}

main {
    background-color: #F5F5F5;
    border-radius: 100px 100px 0 0;
    position: relative;
    width: 100%;
    z-index: 9;
}

section, footer {
    height: 100vh;
    width: 100%;
}

img {
    align-self: center;
	height: auto;
	/* max-width: 100%; */
}

p {
    line-height: 1.3;
}

strong {
    font-weight: 700;
}





/* ======================================== ANIMATIONS ======================================== */





/* ======================================== NAVIGATION ======================================== */

nav {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    padding: 0 60px;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

nav ul {
    display: flex;
    gap: 30px;
    margin-left: 50px;
    width: fit-content;
}

nav ul li a {
    color: #ffffff;
    cursor: pointer;
    font-size: 1rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: .4s ease;
}

nav ul li:not(:last-child) a::after {
    background-color: #81DF57;
    content: '';
    display: block;
    height: 2px;
    margin: 5px auto 0;
    transition: .4s ease;
    width: 0%;
}

nav ul li:not(:last-child) a:hover::after {
    /* color: #5CD028; */
    width: 100%;
}

nav ul li a.cta-button {
    background-color: #5CD028;
    border-radius: 30px;
    box-sizing: border-box;
    color: #ffffff;
    /* font-weight: 600; */
    padding: 4px 30px;
    transition: .4s ease;
}

nav ul li a.cta-button:hover {
    background-color: #ffffff;
    color: #383838;
}

nav .burger, nav.minimized #menu {
    display: none;
}

nav.minimized #menu {
    align-items: center;
    background-color: #0EAEC4;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: 0;
    margin: 0;
    position: fixed;
    top: 0;
    width: 100%;
}

nav.minimized #menu.open {
    display: flex;
}

nav.minimized #menu.open li a {
    font-size: 1.5rem;
}

nav.minimized .burger {
    cursor: pointer;
    display: block;
}

.burger .burger-lines, .burger .burger-lines:after, .burger .burger-lines:before {
    background-color: #81DF57;
}

.burger .burger-lines.colorChange, .burger .burger-lines.colorChange:after, .burger .burger-lines.colorChange:before {
    background-color: #ffffff;
}





/* ======================================== HEADER ======================================== */

header {
    align-items: center;
    display: flex;
    height: 100vh;
    width: 100%;
}

header h1 {
    color: #ffffff;
    font-size: 6.25rem;
    font-weight: 900;
    margin-left: 60px;
    max-width: 680px;
    position: relative;
    text-transform: uppercase;
    top: 150px;
    width: 100%;
    z-index: 9;
}

header h1 strong {
    color: #81DF57;
    font-weight: 900;
}

header div {
    height: 120vh;
    max-width: 100vw;
    overflow-x: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}

header video {
    position: absolute;
    top: 0;
    width: 2050px;
}

#header-bg-color {
    background-color: #0EAEC4;
    display: block;
    height: 1200px;
    left: 0;
    mix-blend-mode: color;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

#header-bg-shadow {
    background-color: #000000;
    display: block;
    height: 1200px;
    left: 0;
    mix-blend-mode: soft-light;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}





/* ======================================== TRAIL ======================================== */

.trail {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
}

.trail span {
    background-color: #0EAEC4;
    display: block;
    width: 1px
}

.trail span:nth-child(1) {
    height: 20px;
}

.trail span:nth-child(2) {
    height: 40px;
    margin: 10px 0;
}

.trail span:nth-child(3) {
    height: 80px;
}

.trail span.circle {
    background-color: transparent;
    border: 1px solid #0EAEC4;
    border-radius: 50%;
    bottom: -20px;
    height: 40px;
    position: absolute;
    width: 40px;
}





/* ======================================== SCREENS ======================================== */

.screen h2 {
    color: #383838;
    font-size: 6.25rem;
    font-weight: 100;
    text-transform: uppercase;
    z-index: 1;
}

.screen h2 strong {
    color: #0EAEC4;
}

.service-container {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    z-index: 1;
}

.cards-container {
    display: flex;
    width: 100%;
}

#treinamento-mentoria .cards-container {
    justify-content: flex-end;
}

.card {
    align-items: flex-end;
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    height: 300px;
    overflow: hidden;
    position: relative;
    max-width: 120px;
    width: 100%;

}

.card:not(:last-child) {
    margin-right: 20px;
}

.card img {
    left: -70px;
    position: absolute;
    top: 0;
}

.card h4 {
    color: #ffffff;
    font-size: 2rem;
    font-weight: 600;
    left: -40px;
    margin-bottom: 50px;
    margin-left: 40px;
    margin-right: 40px;
    /* max-width: 320px; */
    opacity: 0;
    position: relative;
    width: 100%;
    z-index: 3;
}

.card-color {
    background-color: #0EAEC4;
    display: block;
    height: 100%;
    left: 0;
    mix-blend-mode: color;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.card-shadow {
    background-color: #000000;
    display: block;
    height: 100%;
    left: 0;
    mix-blend-mode: color;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.service-info {
    margin-left: 50px;
    max-width: 550px;
    width: 100%;
}

.service-info p {
    font-size: 1.5rem;
    margin-bottom: 50px;
    text-align: justify;
}

.service-info a {
    border: 1px solid #5CD028;
    border-radius: 30px;
    box-sizing: border-box;
    color: #5CD028;
    cursor: pointer;
    display: block;
    font-size: 1.5rem;
    max-width: fit-content;
    padding: 4px 30px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.service-info a:hover {
    background-color: #5CD028;
    border: 1px solid #5CD028;
    color: #ffffff;
}

.circles-bg , .circles-bg div, .circles-bg div span {
    border: 1px solid rgb(14, 174, 196, .2);
    border-radius: 50%;
}

.circles-bg {
    align-items: center;
    align-self: center;
    display: flex;
    justify-content: center;
    height: 1000px;
    position: absolute;
    width: 1000px;
}

.circles-bg div {
    display: flex;
    height: 400px;
    justify-content: center;
    position: absolute;
    transform: rotate(45deg);
    width: 400px;
}

.circles-bg div>span {
    background-color: #f5f5f5;
    display: block;
    height: 40px;
    position: absolute;
    top: -20px;
    width: 40px;
}





/* ======================================== PHRASES ======================================== */

.screen.phrases {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 100px 0;
}

.screen.phrases h3 {
    color: #383838;
    font-size: 3rem;
    font-weight: 100;
    line-height: 1.3;
    padding: 0 6%;
    text-align: center;
    text-transform: uppercase;
}

.screen.phrases h3 span {
    display: inline-block;
}

.screen.phrases h3 strong {
    color: #5CD028;
}





/* ======================================== SECTIONS ======================================== */

#sobre, #gestao-de-eventos, #treinamento-mentoria, #comunicacao-marketing, #complement, #qualidades, #contact, footer {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 100px 9%;
}





/* ======================================== SOBRE ======================================== */

#sobre {
    align-items: center;
    padding: 150px 100px 100px;
    position: relative;
    top: -50px;
}

#sobre p {
    font-size: 2rem;
    max-width: 900px;
    text-align: center;
    width: 100%;
}

#sobre p strong {
    color: #0EAEC4;
}





/* ======================================== TREINAMENTO-MENTORIA ======================================== */

#treinamento-mentoria.screen h2 {
    align-self: flex-end;
}

#treinamento-mentoria .service-info {
    margin-left: 0;
    margin-right: 50px;
}





/* ======================================== COMPLEMENTO ======================================== */

#complement {
    align-items: center;
}

#complement p {
    font-size: 2rem;
    max-width: 1200px;
    text-align: center;
    width: 100%;
}

#complement p strong {
    color: #0EAEC4;
}





/* ======================================== QUALIDADES ======================================== */

#qualidades {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 0;
}

#feature-video {
    border-radius: 0 50px 50px 0;
    height: 500px;
    max-width: 1000px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

#feature-video video {
    left: 0;
    position: absolute;
    top: 0;
    width: 1100px;
}

#qualidades ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-left: 50px;
    max-width: fit-content;
    width: 100%;
}

#qualidades ul li {
    align-items: center;
    display: flex;
    gap: 20px;
}

#qualidades ul li div {
    align-items: center;
    border: 1px solid #383838;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    height: 60px;
    justify-content: center;
    min-width: 60px;
    width: 60px;
}

#qualidades ul li p {
    font-size: 1.5rem;
}





/* ======================================== CONTACT ======================================== */

#contact {
    align-items: center;
    background-color: #0EAEC4;
    justify-content: space-between;
    overflow: hidden;
    padding: 200px 9% 100px;
    position: relative;
}

#contact h3 {
    color: #ffffff;
    font-size: 3rem;
    font-weight: 100;
    text-align: center;
    text-transform: uppercase;
}

#contact h3 span {
    display: inline-block;
}

.divider {
    background-color: #ffffff;
    display: block;
    height: 1px;
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
}

#contact p {
    color: #ffffff;
    font-size: 1.25rem;
    max-width: 940px;
    text-align: center;
    width: 100%;
}

form {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 940px;
    width: 100%;
}

.input-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}

form div {
    align-items: center;
    display: flex;
    position: relative;
    width: 100%;
}

input, textarea {
    background-color: #0EAEC4;
    border: 1px solid #ffffff;
    border-radius: 30px;
    box-sizing: border-box;
    color: #ffffff;
    font-family: 'Poppins';
    font-size: 1.25rem;
    font-weight: 300;
    padding: 10px 30px;
    position: relative;
    width: 100%;
}

input::placeholder, textarea::placeholder {
    color: #ffffff;
    font-family: 'Poppins';
    font-size: 1.25rem;
    font-weight: 300;
}

input:focus, textarea:focus {
    border: 1px solid #81DF57;
    outline: none;
}

.textarea-container label {
    top: 15px;
}

textarea {
    height: 100px;
}

input[type=submit] {
    background-color: #ffffff;
    border: none;
    color: #383838;
    cursor: pointer;
    max-width: 300px;
    padding: 12px 30px;
}

.half-circle {
    border: 1px solid #ffffff;
    border-top-left-radius: 410px;
    border-top-right-radius: 410px;
    border-bottom: 0;
    bottom: 0;
    height: 390px;
    left: -400px;
    position: absolute;
    transform: rotate(90deg);
    width: 780px;
}





/* ======================================== CONTACT ======================================== */

footer {
    align-items: center;
    background-color: #f5f5f5;
    flex-direction: column;
    gap: 100px;
    justify-content: center;
    padding: 200px 9% 100px;
}

footer ul {
    display: flex;
    gap: 50px;
    justify-content: center;
}

footer ul li a {
    color: #383838;
    font-size: 1.5rem;
    text-decoration: none;
}

footer p {
    font-size: 1rem;
    text-align: center;
    text-transform: uppercase;
}

footer p strong {
    color: #0EAEC4;
}




/* ======================================== MEDIA QUERIES ======================================== */

@media only screen and (max-width: 1700px) {

    #sobre, #gestao-de-eventos, #treinamento-mentoria, #comunicacao-marketing, #complement, #contact, footer {
        padding-left: 6%;
        padding-right: 6%;
    }

}

@media only screen and (max-width: 1700px) {

    #sobre p, #complement p {
        font-size: 1.75rem;
    }

    .screen h2 {
        font-size: 5rem;
    }

    .card h4 {
        font-size: 1.75rem;
    }

    .service-info {
        max-width: 450px;
    }

    .service-info p {
        font-size: 1.25rem;
    }

}

@media only screen and (max-width: 1500px) {

    #feature-video video {
        left: -40%;
    }

}

@media only screen and (max-width: 1400px) {

    nav ul li a {
        font-size: 0.9rem;
    }

    header video {
        left: -40%;
    }

}

@media only screen and (max-width: 1300px) {

    nav ul li a {
        font-size: 0.8rem;
    }

    .service-info, #treinamento-mentoria .service-info {
        margin: 0;
        max-width: 100%;
        order: 2;
    }

    .cards-container {
        margin-bottom: 50px;
    }

    #feature-video video {
        left: -70%;
    }

}

@media only screen and (max-width: 1000px) {

    nav.minimized img {
        width: 100px;
    }

    header video {
        left: -70%;
    }

    .screen h2 {
        font-size: 4rem;
    }

    .card {
        border-radius: 20px;
        height: 150px;
        max-width: 80px;
    }

    .card:not(:last-child) {
        margin-right: 10px;
    }

    .card h4 {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }

    .service-container {
        flex-direction: column;
    }

    #qualidades {
        flex-direction: column;
    }

    #feature-video video {
        left: 0;
    }

    #qualidades ul {
        margin-left: 6%;
        margin-top: 50px;
    }

    footer ul {
        align-items: center;
        flex-direction: column;
    }

}

@media only screen and (max-width: 800px) {

    header video {
        left: -100%;
    }

    header h1 {
        font-size: 5rem;
    }

    #sobre p, #complement p {
        font-size: 1.5rem;
    }

    .screen.phrases h3 {
        font-size: 2.5rem;
    }

}

@media only screen and (max-width: 600px) {

    nav {
        background-color: #0EAEC4;
        margin-top: 0;
        padding: 10px 6%;
    }

    header {
        overflow: hidden;
        max-width: 600px;
    }

    header h1 {
        font-size: 3rem;
        margin-left: 6%;
    }

    header video {
        left: -100%;
        width: 1700px;
    }

    #sobre p, #complement p {
        font-size: 1.25rem;
    }

    .screen h2 {
        font-size: 3rem;
        margin-bottom: 50px;
    }

    .card {
        height: 100px;
        max-width: 30px;
    }

    .card h4 {
        font-size: 1rem;
    }

    .service-info p {
        font-size: 1rem;
    }

    .service-info a {
        font-size: 1.25rem;
    }

    #feature-video {
        height: 200px;
    }

    #feature-video video {
        width: 600px;
    }

    #contact {
        padding: 150px 9% 100px;
    }

    #contact h3 {
        font-size: 2rem;
        line-height: 1.3;
    }

    #contact p {
        font-size: 1rem;
        margin: 50px 0;
    }

    .input-container {
        flex-direction: column;
    }

    input, textarea {
        font-size: 1rem;
    }

    input[type=submit] {
        max-width: 50%;
        padding: 8px 30px;
    }

}

@media only screen and (max-width: 500px) {

    header video {
        left: -150%;
    }

    #feature-video video {
        width: 500px;
    }

    nav.minimized #menu.open li a, #qualidades ul li p, footer ul li a {
        font-size: 1.25rem;
    }

}

@media only screen and (max-width: 450px) {

    header video {
        left: -170%;
    }

    #contact p {
        font-size: 0.8rem;
    }

}

@media only screen and (max-width: 400px) {

    #sobre p, #complement p, #qualidades ul li p {
        font-size: 1rem;
    }

    #feature-video video {
        width: 400px;
    }

}

@media only screen and (max-width: 350px) {

    header h1 {
        font-size: 2.75rem;
    }

}