html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: #1A0303 ;
    max-width: 1440px;
    margin: 0 auto;
    color: #ffffff;
    box-sizing: border-box;
}

.home {
    background: url(../images/9316dc1921b8555be4da8273c2f22b9a5fec50b8.png) no-repeat;
    background-size: 1440px;
    height: 700px;
}

.header {
    display: flex;
    align-items: center;
    padding: 20px 60px;
    font-family: 'Heebo';
}

.home .principal {
    display: inline;
}

.home .principal h1 {
    font-size: 35px;
    font-weight: 800;
    line-height: 34px;
    text-transform: uppercase;
    max-width: 700px;
    padding-top: 120px;
    padding-left: 120px;
    margin-bottom: 10px;
}

.home .principal p {
    font-size: 17px;
    font-weight: 300;
    line-height: 17px;
    text-transform: uppercase;
    max-width: 520px;
    padding-left: 120px;
    margin-bottom: 20px;
}

.home .principal a {
    color: #ffffff;
    background-color: #009951;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 45px;
    border-radius: 6px;
    margin-left: 120px;
    transition: 0.4s;
}

.home .principal a:hover {
    color: #009951;
    background-color: #ffffff;
}

.desafios-jornada .faixa-desafios {
    background-color: #C14B74;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 140px;
}

.desafios-jornada .faixa-desafios p {
    font-size: 30px;
    font-weight: 800;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
    max-width: 700px;
}

.desafios-jornada .desafios {
    background: url(../images/7dabfaae4caf128861cb5c714829c44091e1fe3e.png) no-repeat;
    background-color: #1a0303c4;
    background-blend-mode: multiply;
    background-position: 1090px;
    background-size: 380px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 60px 0;
}

.desafios-jornada .desafios li {
    background-color: #EA8BB6;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    width: 720px;
    height: 76px;
}

.desafios-jornada .desafios li p {
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    max-width: 486px;
}

.transfomar-realidade .faixa-transformacao {
    background-color: #C14B74;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 140px;
}

.transfomar-realidade .faixa-transformacao p {
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
    max-width: 800px;
}

.transfomar-realidade .faixa-transformacao p span {
    font-weight: 800;
}

.transfomar-realidade .transformacoes {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 60px 0;
}

.transfomar-realidade .transformacoes li {
    background-color: #EA8BB6;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    width: 720px;
    height: 76px;
}

.transfomar-realidade .transformacoes li p {
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    max-width: 486px;
}

.anuncio-evento {
    background: url(../images/7dabfaae4caf128861cb5c714829c44091e1fe3e.png) no-repeat;
    background-color: #1a0303c4;
    background-blend-mode: multiply;
    background-position: -70px;
    background-size: 330px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
    padding: 0 180px 80px;
}

.anuncio-evento div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.anuncio-evento h2 {
    color: #F08DC7;
    font-size: 44px;
    font-size: 800;
    line-height: 42px;
    letter-spacing: -2px;
    text-transform: uppercase;
    max-width: 490px;
}

.anuncio-evento h3 {
    font-family: 'Inter';
    font-size: 22px;
    font-weight: 400;
    line-height: 25px;
    text-transform: uppercase;
    max-width: 366px;
}

.anuncio-evento p {
    font-family: 'Inter';
    font-size: 22px;
    line-height: 25px;
    max-width: 340px;
}

.anuncio-evento p span {
    font-weight: 700;
}

.dra-paola {
    background: url(../images/ACB04245.jpg) no-repeat;
    background-size: 1440px;
    background-position: 0px -340px;
    height: 760px;
}

.dra-paola .info-dra {
    padding: 200px 0 0 120px;
}

.dra-paola .info-dra h2 {
    font-size: 35px;
    font-weight: 800;
    line-height: 34px;
    text-transform: uppercase;
    max-width: 600px;
    margin-bottom: 15px;
}

.dra-paola .info-dra ul li {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 10px;
    width: 546px;
}

.dra-paola .info-dra ul li::marker {
    font-size: 10px;
}

.dra-paola .info-dra ul li p {
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
}

.dra-paola .info-dra ul li p span {
    font-weight: 700;
}

.inscricao-1 {
    height: 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.inscricao-1 p {
    font-size: 36px;
    font-weight: 800;
    line-height: 35px;
    letter-spacing: -2px;
    text-transform: uppercase;
    text-align: center;
    max-width: 800px;
    color: #B66996;
    margin-bottom: 15px;
}

.inscricao-1 a {
    font-size: 25px;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: -1px;
    padding: 15px 60px;
    border-radius: 8px;
    background-color: #994F7A;
    color: #ffffff;
    transition: 0.4s;
}

.inscricao-1 a:hover {
    background-color: #ffffff;
    color: #994F7A;
}

.arsenal {
    background: url(../images/7dabfaae4caf128861cb5c714829c44091e1fe3e.png) no-repeat;
    background-color: #1a0303c4;
    background-blend-mode: multiply;
    background-size: 700px;
    background-position: 1050px -10px;
}

.arsenal .faixa-arsenal {
    background-color: #C14B74;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 140px;
}

.arsenal .faixa-arsenal p {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: -1px;
    text-align: center;
    text-transform: uppercase;
    max-width: 700px;
}

.arsenal .faixa-arsenal p span {
    font-weight: 800;
    font-style: italic;
}

.arsenal .itens-arsenal {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    padding: 80px 0;
}

.arsenal .itens-arsenal .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.arsenal .itens-arsenal .item .info-item {
    display: flex;
    align-items: center;
    gap: 80px;
}

.arsenal .itens-arsenal .item .info-item h2 {
    font-size: 44px;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: -1px;
    text-transform: uppercase;
    max-width: 460px;
}

.arsenal .itens-arsenal .item .info-item .fa-long-arrow-alt-right {
    font-size: 26px;
}

.arsenal .itens-arsenal .item .info-item p {
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: -1px;
    max-width: 310px;
}

.arsenal .itens-arsenal .item .linha {
    border: solid 1px #ffffff;
    width: 730px;
}

.evento {
    background: url(../images/7dabfaae4caf128861cb5c714829c44091e1fe3e.png) no-repeat;
    background-color: #1a0303c4;
    background-blend-mode: multiply;
    background-position: -240px 180px;
}

.evento .faixa-evento {
    background-color: #C14B74;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 140px;
}

.evento .faixa-evento p {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -1px;
    text-align: center;
    text-transform: uppercase;
    max-width: 500px;
}

.evento .info-evento {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 50px 0;
}

.evento .info-evento li {
    background-color: #EA8BB6;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    width: 720px;
    height: 76px;
}

.evento .info-evento li p {
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    max-width: 500px;
}

.evento .inscricao-evento {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding-bottom: 40px;
}

.evento .inscricao-evento p {
    font-size: 36px;
    font-weight: 800;
    line-height: 35px;
    letter-spacing: -1px;
    text-align: center;
    text-transform: uppercase;
    color: #B66996;
    max-width: 800px;
}

.evento .inscricao-evento a {
    color: #ffffff;
    background-color: #994F7A;
    font-size: 25px;
    font-weight: 800;
    line-height: 24px;
    text-transform: uppercase;
    padding: 15px 90px;
    border-radius: 8px;
    transition: 0.4s;
}

.evento .inscricao-evento a:hover {
    color: #994F7A;
    background-color: #ffffff; 
}

.palestras .faixa-palestras {
    background-color: #C14B74;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 140px;
}

.palestras .faixa-palestras p {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -1px;
    text-align: center;
    text-transform: uppercase;
    max-width: 600px;
}

.palestras .palestrantes {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    margin: 80px auto 80px;
    background: url(../images/7dabfaae4caf128861cb5c714829c44091e1fe3e.png) no-repeat;
    background-color: #1a0303c4;
    background-blend-mode: multiply;
    background-position: -340px 380px;
    background-size: 900px;
}

.palestras .palestrantes .palestrante {
    display: flex;
    align-items: center;
    gap: 30px;
}

.palestras .palestrantes .palestrante .foto-palestrante {
    width: 314px;
    height: 335px;
    border-radius: 26px;
}

.palestras .palestrantes .palestrante .foto-palestrante.foto-paola {
    background: url(../images/274973dfcabd3ba47aceb49a8c3ba75d9fad68a7.png) no-repeat;
    background-position: center;
    background-size: 580px;
}

.palestras .palestrantes .palestrante .foto-palestrante.foto-elaine {
    background: url(../images/f2252d48b55a52685e719143bc38807a033e944c.jpg) no-repeat;
    background-position: center;
    background-size: 320px;
}

.palestras .palestrantes .palestrante .foto-palestrante.foto-fernanda{
    background: url(../images/2e7ab20e3a14633779f75b5f313d64a2698f10b9.jpg) no-repeat;
    background-position: center;
    background-size: 320px;
}

.palestras .palestrantes .palestrante .foto-palestrante.foto-bruno {
    background: url(../images/ced0d5adfc644601ddf37e5b4d1a8248f8eb5e83.jpg) no-repeat;
    background-position: center right;
    background-size: 370px;
}

.palestras .palestrantes .palestrante .foto-palestrante.foto-marlon {
    background: url(../images/46ddcfa4183b8a20787e86150ed1355b3e58e6d6.jpg) no-repeat;
    background-position: center -10px;
    background-size: 320px;
}

.palestras .palestrantes .palestrante .foto-palestrante.foto-anita {
    background: url(../images/4455ad31cf37eb88eb2649085322e1f73bbc759b.jpg) no-repeat;
    background-position: center -40px;
    background-size: 320px;
}

.palestras .palestrantes .palestrante .info-palestrante h2 {
    font-size: 35px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: -2px;
    text-transform: uppercase;
    width: 460px;
    margin-bottom: 15px;
}

.palestras .palestrantes .palestrante .info-palestrante h2 span {
    font-weight: 700;
}

.palestras .palestrantes .palestrante .info-palestrante p {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -1px;
    text-transform: uppercase;
    max-width: 260px;
    border-top: solid 1px #ffffff;
    padding-top: 15px;
}

.palestras .palestrantes a {
    font-family: 'Inter';
    font-size: 31px;
    font-weight: 700;
    color: #ffffff;
    background-color: #EC221F;
    padding: 15px 60px;
    border-radius: 8px;
    margin-top: 20px;
    transition: 0.4s;
}

.palestras .palestrantes a:hover {
    background-color: #ffffff;
    color: #EC221F
}

.bandeira-harmonize {
    width: auto;
    height: 600px;
    background: url(../images/Free_Flag_Mockup_2.jpg) no-repeat;
    background-size: 1550px;
    background-position: -80px -250px;
    border-radius: 35px;
}

.rodape {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 100px;
}

.rodape p {
    font-size: 16px;
    line-height: 15px;
    text-transform: uppercase;
}

.rodape img {
    width: 40px;
}

.hidden {
    opacity: 0;
    transform: translateY(-30px);
    transition: all 1s;
}

.show {
    opacity: 1;
    transform: translateY(0px);
    transition: all 1s;
}