@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
    padding: 0;
    margin: 0;
    text-decoration: none;
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}

:root {
    --cinza: #2B2B2B;
}

button {
    cursor: pointer;
    transition: .3s;
}
button:hover {
    transform: scale(1.05);
    box-shadow: 0 0 10px #ff950098;
}

header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 23px 50px;
    gap: 40px;
    left: 50%;
    translate: -50% 0;
    width: 1200px;
    background: rgba(1, 3, 11, 0.3);
    backdrop-filter: blur(7.5px);
    border-radius: 27px;
    position: fixed;
    z-index: 9;
    top: 30px;
}
header img {
    width: 200px;
    margin-right: 300px;
}
header .links {
    display: flex;
    gap: 20px;
    align-items: center;
}
header .links a {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 33px;
    text-align: center;
    color: #D4D4D4;
}
header .links a:hover {
    color: white;
}
header .links a:nth-child(1) {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 33px;
    text-align: center;
    text-decoration-line: underline;
    color: #FFFFFF;
}
header button {
    width: 133px;
    height: 56px;
    background: linear-gradient(90deg, #EC741F 0.38%, #FF9500 100.38%);
    border-radius: 16px;
    border: none;
    margin-left: 20px;

    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 128.5%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #FFFFFF;
}
header .links-mobile {
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    gap: 20px;
    background: #2B2B2B;
    display: none;
    position: fixed;
    top: 70px;
    padding-top: 2rem;
}
header .links-mobile a {
    display: flex;
    flex-direction: column;
    color: white;
    font-size: 1rem;
    margin-bottom: 30px;
    text-align: center;
}
header .links-mobile button {
    margin: 0 auto;
}
header .burger {
    display: flex;
    flex-direction: column;
    gap: 7px;
    cursor: pointer;
    display: none;
}
header .burger span {
    width: 25px;
    height: 2px;
    background-color: #FF9500;
    display: block;
}

#herosection {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-image: url(./images/bg-hero.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-color: #2B2B2B;
}

#herosection h1 {
    width: 702px;
    height: 176px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    color: #FFFFFF;

    & span {
        background: linear-gradient(90deg, #EC741F 0.38%, #FF9500 100.38%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
    }
}

#herosection .container {
    display: flex;
    flex-direction: column;
    margin-right: 30%;
    gap: 20px;
}
#herosection .container img {
    width: 722px;
}
#herosection .container p {
    width: 638px;
    height: 112px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 28px;
    color: #FFFFFF;
    margin-bottom: 39px;
}
#herosection button {
    width: 406px;
    height: 66px;
    background: linear-gradient(90deg, #EC741F 0.38%, #FF9500 100.38%);
    border-radius: 16px;
    border: none;
    
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #FFFFFF;
}
#herosection .arrow img {
    height: 50px;    
}
#herosection .arrow {
    position: absolute;
    left: 50%;
    bottom: 60px;
    translate: -50% 0;
    animation: floating infinite ease-in-out 4s;
}
@keyframes floating {
    0%, 100% {
        transform: translateY(10px);
    }

    50% {
        transform: translateY(-10px);
    }
}

.elipse {
    width: 145px;
    height: auto;
    flex-shrink: 0;
    fill: #2B2B2B;
    position: absolute;
    bottom: 0;
}
.rightrectangle {
    width: calc(50vw - 64px);
    height: 60px;
    display: block;
    background-color: #2B2B2B;
    position: absolute;
    bottom: 11.7px;
    left: 0;
}
.leftrectangle {
    width: calc(50vw - 64px);
    height: 60px;
    display: block;
    background-color: #2B2B2B;
    position: absolute;
    bottom: 11.7px;
    right: 0;
}
.bottomrectangle {
    width: 100vw;
    height: 30px;
    display: block;
    background-color: #2B2B2B;
    position: absolute;
    bottom: 0;
}

#cursos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--cinza);
    padding: 4rem 2rem 8rem;
}
#cursos h2 {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-right: 30px;

    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 50px;
    line-height: 61px;
    color: #FFFFFF;
}
#cursos h2 img {
    width: 80px;
    height: auto;

}
#cursos .container {
    display: flex;
    gap: 60px;
    max-width: 1200px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 67px;
}
#cursos .curso {
    background: #D9D9D9;
    border-radius: 40px;
    width: 320px;
    /* height: 400px; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 2rem 1rem;
    gap: 20px;
}
#cursos .curso img:nth-child(1) {
    width: 300px;
}
#cursos .curso h3 {
    width: 278px;

    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #2B2B2B;
}
#cursos .curso p {
    width: 278px;

    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #2B2B2B;
}
#cursos .curso button {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 13px 29px;
    gap: 14px;

    width: 178px;
    height: 45px;
    background: linear-gradient(90deg, #EC741F 0.38%, #FF9500 100.38%);
    border-radius: 14px;
    border: none;

}
#cursos .curso button span {
    width: 94px;
    height: 19px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-right: 10px;
}
#cursos .curso button img {
    width: 12px;
    height: 12px;
}

#palestras {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #dedede;
    padding: 4rem 2rem 8rem;
}
#palestras h2 {
    display: flex;
    gap: 25px;
    align-items: center;
    margin-right: 30px;

    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 50px;
    line-height: 61px;
    color: #2B2B2B;
}
#palestras h2 img {
    width: 80px;
    height: auto;

}
#palestras .container {
    display: flex;
    gap: 71px;
    width: 90vw;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 67px;
}
#palestras .palestra {
    background: #3A3A3A;
    border-radius: 40px;
    width: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 2rem 1rem;
    gap: 20px;
}
#palestras .palestra img:nth-child(1) {
    width: 300px;
}
#palestras .palestra h3 {
    width: 270px;

    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #fff;
}
#palestras .palestra p {
    width: 278px;

    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #fff;
}
#palestras .palestra button {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 13px 29px;
    gap: 14px;

    width: 178px;
    height: 45px;
    background: linear-gradient(90deg, #EC741F 0.38%, #FF9500 100.38%);
    border-radius: 14px;
    border: none;

}
#palestras .palestra button span {
    width: 94px;
    height: 19px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-right: 10px;
}
#palestras .palestra button img {
    width: 12px;
    height: 12px;
}

#sobre {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, #EC741F 0.38%, #FF9500 100.38%);
    padding: 4rem 2rem;
    gap: 1rem;
}
#sobre .foto {
    width: 520px;
    margin-bottom: -8rem;
}
#sobre .container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
#sobre h2 {
    font-family: 'Inria Serif';
    font-style: italic;
    font-weight: 700;
    font-size: 45px;
    line-height: 128.5%;
    leading-trim: both;
    text-edge: cap;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #FFFFFF;
}
#sobre h2 span {
    color: #72380F;
}
#sobre .container .separador {
    width: 696px;
}
#sobre .container p {
    width: 638px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    color: #FFFFFF;
}

#entrevistas {
    background-color: #DEDEDE;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 6rem 2rem;
}
#entrevistas .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}
#entrevistas .container span {
    width: 313px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    color: #2B2B2B;
}
#entrevistas .container iframe {
    width: 400px;
    height: 225px;
    border-radius: 40px;
    filter: drop-shadow(5px 16px 30px rgba(0, 0, 0, 0.15));

}

#clientes .header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10rem 2rem;
    background-image: url(./images/bg-clientes.png);
    background-color: #2B2B2B;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#clientes .header h2 {
    width: 455px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 60px;
    line-height: 73px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 7px;
}
#clientes .header h2 span {
    color: #FF9500;
}
#clientes .header p {
    width: 738px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
}
#clientes .clientes {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 26px;
    padding: 4rem 2rem;
    background-color: #dedede;
}
#clientes .clientes .row {
    display: flex;
    gap: 22px;
}
#clientes .clientes .row img {
    width: 260px;
    height: auto;
    background-color: #fff;
    border-radius: 20px;
}

#depoimento {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #1E1E1E;
    padding: 6rem 2rem 8rem;
}
#depoimento h2 {
    width: 711px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 61px;
    text-align: center;
    color: #FFFFFF;
}
#depoimento h2 span {
    color: #FF9500;
}
#depoimento iframe {
    width: 820px;
    height: 461px;
    border-radius: 40px;
    background-color: white;
    margin-top: 74px;
}

#cta {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6rem 2rem;
    gap: 200px;
    background-color: #DEDEDE;

}
#cta h2 {
    width: 507px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 50px;
    line-height: 61px;
    color: #8A8A8A;
}
#cta h2 b {
    color: black;
}
#cta h2 span {
    color: #FF9500;
}
#cta .contatos .contato span {
    width: 65px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #A4A4A4;
}
#cta .contatos .contato p {
    width: 317px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #1A1A1A;
}
#cta .contatos .contato + .contato {
    margin-top: 16px;
}
#cta .contatos button {
    padding: 13px 29px;
    gap: 14px;
    width: 175.69px;
    height: 54px;
    background: linear-gradient(90deg, #EC741F 0.38%, #FF9500 100.38%);
    border-radius: 14px;
    border: none;
    margin-top: 40px;

    
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #FFFFFF;
}

footer {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0D0A07;
    padding: 4rem 2rem;
}
footer h3 {
    font-family: 'Inria Serif';
    font-style: italic;
    font-weight: 700;
    font-size: 60px;
    line-height: 97.5%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-right: 120px;
}
footer .separador {
    height: 201px;
    width: 1px;
    display: block;
    background: #424242;
    margin-right: 200px;
}
footer .links .pages {
    display: flex;
    gap: 78px;
    margin-bottom: 41px;
}
footer .column {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
footer .column a {
    width: 56px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    text-decoration: none;
}
footer .links .socialmedia {
    display: flex;
    gap: 15px;
}
footer .links .socialmedia img {
    width: 47px;
}

#final {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
    background-color: #1A1A1A;
    gap: 120px;
}
#final p, a {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #7B7B7B;
    text-decoration: none;
    transition: .3s;
    border-bottom: 1px solid #1a1a1a00;
    position: relative;
}
#final a:hover {
    border-bottom: 1px solid #7B7B7B;
}

@media (max-width: 1700px) {

.elipse {
    visibility: hidden;
}
.rightrectangle {
    visibility: hidden;
}
.leftrectangle {
    visibility: hidden;
}
.bottomrectangle {
    visibility: hidden;
}

}

@media (max-width: 768px) {

header {
    width: 260px;
    top: 20PX;
}
header img {
    margin-right: 50px;
    width: 150px;
}
header .links {
    display: none;
}
header .links-mobile {
    width: 80%;
    flex-direction: column;
}
header .burger {
    display: flex;
}

#herosection {
    padding: 4rem 0 0 0;
    align-items: center;
    background-image: url(./images/bg-hero-mobile.png);
    background-position: center;
    height: auto;
    /* height: 100vh; */
}
#herosection .container {
    margin-right: 0;
    margin-top: 18rem;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 80%, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.01));
    width: 100vw;
    padding: 8rem 0 0 0;
}
#herosection .container img {
    width: 320px;
}
#herosection h1 {
    font-size: 1.2rem;
    line-height: 1.2;
    width: 320px;
    text-align: center;
    height: auto;
}
#herosection h1 span {
    text-shadow: none;
}
#herosection .container p {
    width: 320px;
    font-size: .75rem;
    text-align: center;
    height: auto;
    line-height: 1.3;
    margin-bottom: 20px;
}
#herosection button {
    width: 300px;
    font-size: 0.85rem;
}
#herosection a {
    margin-left: 10px;
    margin-bottom: 8rem;
}
#herosection .arrow {
    bottom: 35px;
    margin: 0;
    left: 50%;
    translate: -50% 0;
}
#herosection .arrow img {
    height: 35px;
}

.elipse {
    width: 70px;
    height: auto;
    flex-shrink: 0;
    fill: #2B2B2B;
    position: absolute;
    bottom: 0px;
    visibility: visible;
}
.rightrectangle {
    width: 44vw;
    height: 23px;
    display: block;
    background-color: #2B2B2B;
    position: absolute;
    bottom: 11.7px;
    left: 0;
    visibility: visible;
}
.leftrectangle {
    width: 44vw;
    height: 23px;
    display: block;
    background-color: #2B2B2B;
    position: absolute;
    bottom: 11.7px;
    right: 0;
    visibility: visible;
}
.bottomrectangle {
    width: 100vw;
    height: 13px;
    display: block;
    background-color: #2B2B2B;
    position: absolute;
    bottom: 0;
    visibility: visible;
}

#cursos {
    z-index: 9;
}
#cursos h2 {
    font-size: 2.5rem;
    gap: 20px;
    margin-right: 15px;
}
#cursos h2 img {
    width: 60px;
}
#cursos .container {
    gap: 30px;
}
#cursos .curso {
    width: 300px;
    border-radius: 24px;
    padding: 2rem;
    height: auto;
}
#cursos .curso img:nth-child(1) {
    width: 280px;
}
#cursos .curso h3 {
    font-size: 1rem;
}
#cursos .curso p {
    font-size: 0.8rem;
    width: auto;
}
#cursos .curso button span {
    font-size: 0.8rem;
}

#palestras {
    padding: 4rem 1rem 6rem;
}
#palestras .container {
    gap: 30px;
}
#palestras h3 img {
    width: 60px;
}
#palestras .palestra {
    width: 300px;
    border-radius: 24px;
    padding: 2rem;
    height: auto;
}
#palestras .palestra img:nth-child(1) {
    width: 280px;
}
#palestras .palestra h3 {
    font-size: 1.25rem;
}
#palestras .palestra p {
    font-size: 0.8rem;
    width: auto;
}
#palestras .palestra button span {
    font-size: 0.8rem;
}

#sobre {
    flex-direction: column-reverse;
    padding: 4rem 1rem;
    align-items: center;
    gap: 2rem;
}
#sobre h2 {
    width: fit-content;
    font-size: 2rem;
    text-align: center;
}
#sobre .container {
    width: auto;
    gap: 15px;
}
#sobre .container p {
    width: auto;
    font-size: 0.85rem;
    text-align: center;
    line-height: 1.5;
}
#sobre .foto {
    width: 340px;
    margin-bottom: -106px;
}
#sobre .container {
    align-items: center;
}
#sobre .container img {
    width: 320px;
}

#entrevistas {
    flex-direction: column;
    gap: 40px;
    padding: 3rem 0;
}
#entrevistas .container iframe {
    width: 300px;
    height: 200px;
    border-radius: 20px;
}
#entrevistas .container span {
    font-size: 1.3rem;
}
#entrevistas .container {
    gap: 20px;
}

#clientes .header {
    padding: 4rem 2rem;
    background-size: cover;
    background-position: center;
}
#clientes .header h2 {
    font-size: 2.5rem;
    line-height: 1;
    width: auto;
}
#clientes .header p {
    font-size: 0.875rem;
    width: auto;
}
#clientes .clientes {
    padding: 2rem 1rem;
    gap: 10px;
}
#clientes .clientes .row {
    margin-top: 0px;
}
#clientes .clientes .row img {
    width: 70px;
    height: auto;
    border-radius: 10px;
}

#depoimento {
    padding: 4rem 2rem;
}
#depoimento h2 {
    width: auto;
    font-size: 1.5rem;
    line-height: 1.3;
}
#depoimento iframe {
    width: 340px;
    height: 200px;
    margin-top: 30px;
    border-radius: 30px;
}

#cta {
    flex-direction: column;
    gap: 40px;
}
#cta h2 {
    font-size: 2.3rem;
    width: auto;
    line-height: 1.1;
    margin-right: 0;
}
#cta .contatos {
    width: auto;
}
#cta .contatos .contato p {
    font-size: 1rem;
}

footer {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
footer h3 {
    font-size: 2.5rem;
    width: auto;
    margin-right: 0;
    text-align: center;
}
footer .separador {
    height: 1px;
    width: 320px;
    margin-right: 0;
}
footer .links .socialmedia {
    justify-content: center;
}
footer .links a {
    font-size: 1rem;
}

#final {
    flex-direction: column;
    gap: 10px;
}
#final p, a {
    font-size: 0.8rem;
}
#final p:nth-child(1) {
    order: 4;
}
#final p:nth-child(2) {
    order: 3;
}
#final a:nth-child(1) {
    order: 2;
}
#final a:nth-child(2) {
    order: 1;
}
#final a {
    text-decoration: underline;
}

}