html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Barlow', sans-serif;
    background: linear-gradient(to bottom, #010201, #15000B);
    max-width: 1440px;
    margin: 0 auto;
    color: #ffffff;
    box-sizing: border-box;
}

.home {
    background: url(../images/home.png) no-repeat;
    background-size: cover;
    position: relative;
}

.home .images-faixa {
    display: flex;
    justify-content: center;
    padding: 20px 0 60px;
}

.home .images-faixa span {
    font-size: 26px;
    font-weight: 100;
    margin: 0 15px;
}

.home .images-faixa .image-epe {
    width: 50px;
}

.home .images-faixa .image-gpf {
    width: 180px;
    height: 100%;
}

.home .info-home {
    padding-left: 180px;
    padding-bottom: 160px;
    display: flex;
    flex-direction: column;
    max-width: 600px;
}

.home .info-home .logo-epe {
    width: 120px;
    margin-bottom: 20px;
}

.home .info-home h1 {
    font-family: 'Barlow Condensed';
    font-size: 48px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 110%;
    letter-spacing: -1px;
    max-width: 400px;
    margin-bottom: 10px;
}

.home .info-home h2 {
    font-style: italic;
    font-size: 17px;
    font-weight: 300;
    line-height: 110%;
    max-width: 370px;
    margin-bottom: 15px;
}

.home .info-home h2 span {
    font-family: 'Playfair Display';
    font-weight: 600;
    color: #EA8BB6;
}

.home .info-home p {
    color: #E9E9E9;
    font-family: 'Inter';
    font-size: 10px;
    font-weight: 700;
    margin-bottom: 20px;
}

.home .info-home .btn-home {
    display: flex;
    flex-direction: column;
    width: 300px;
}

.home .info-home .btn-home a {
    font-family: 'Barlow';
    color: #242424;
    background: url(../images/fundo-btn.png) no-repeat;
    background-size: cover;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 13px 20px;
    border: #F2D99F solid 5px;
    border-radius: 40px;
    transition: 0.4s;
}

.home .info-home .btn-home a:hover {
    transform: scale(1.1);
}

.home .info-home .btn-home img {
    width: 180px;
    margin: 10px auto;
}

.home .shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #000000, #00000000 40%);
}

.sobre-elas-por-elas {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sobre-elas-por-elas h2 {
    color: #EA8BB6;
    font-family: 'Playfair Display';
    font-size: 57px;
    font-weight: 500;
    text-align: center;
    line-height: 88%;
    max-width: 800px;
    font-style: italic;
    margin-bottom: 20px;
}

.sobre-elas-por-elas h3 {
    font-family: 'Barlow Condensed';
    font-size: 38px;
    font-weight: 400;
    text-align: center;
    max-width: 520px;
    margin-bottom: 20px;
}

.sobre-elas-por-elas h3 span {
    font-style: italic;
    font-weight: 600;
}

.sobre-elas-por-elas .info-sobre {
    display: flex;
    gap: 100px;
    background-color: #F4508C;
    padding: 20px 30px;
    border-radius: 5px;
    margin-bottom: 10px;
    width: 660px;
}

.sobre-elas-por-elas .info-sobre h4 {
    font-size: 26px;
    font-weight: 400;
    line-height: 100%;
    max-width: 200px;
}

.sobre-elas-por-elas .info-sobre h4 span {
    font-family: 'Playfair Display';
    font-weight: 700;
    font-style: italic;
}

.sobre-elas-por-elas .info-sobre img {
    width: 35px;
}

.sobre-elas-por-elas .info-sobre h5 {
    font-family: 'Playfair Display';
    font-size: 22px;
    font-weight: 700;
    font-style: italic;
    line-height: 120%;
    margin-bottom: 10px;
}

.sobre-elas-por-elas .info-sobre ul {
    margin-bottom: 15px;
}

.sobre-elas-por-elas .info-sobre ul li {
    font-family: 'Barlow Condensed';
    font-size: 14px;
    line-height: 120%;
    max-width: 300px;
    margin-left: 20px;
}

.sobre-elas-por-elas .info-sobre ul li::marker {
    font-size: 10px;
}

.sobre-elas-por-elas .info-sobre p {
    font-family: 'Barlow Condensed';
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
    line-height: 120%;
}


.sobre-elas-por-elas .dois-dias .frase-final {
    color: #000000;
    background: linear-gradient(to left, #F2D99F, #FAF2DE);
    font-size: 30px;
    font-weight: 600;
    font-style: italic;
    line-height: 120%;
    text-transform: uppercase;
    padding: 10px 15px;
    border-radius: 10px;
    margin: 50px 0 0;
}

.encontrar {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url(../images/shadow.png) no-repeat 800px -80px;
    background-size: 760px;
    padding: 100px 0 80px;
}

.encontrar h2 {
    color: #EA8BB6;
    font-family: 'Playfair Display';
    font-size: 57px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 40px;
}

.encontrar .info-encontrar {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.encontrar .blocos-sobre {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    max-width: 700px;
    font-family: 'Barlow Condensed';
}

.encontrar .blocos-sobre .bloco {
    background-color: #611232;
    border-radius: 5px;
    padding: 25px;
    width: 290px;
    height: 200px;
}

.encontrar .blocos-sobre .bloco:nth-child(2),
.encontrar .bloco:nth-child(3) {
    background-color: #F4508C;
    width: 390px;
}

.encontrar .blocos-sobre .bloco img {
    width: 30px;
    height: auto;
    margin-bottom: 5px;
}

.encontrar .blocos-sobre .bloco h3 {
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 100%;
    margin-bottom: 10px;
}

.encontrar .blocos-sobre .bloco:nth-child(2) h3 {
    font-size: 28px;
}

.encontrar .blocos-sobre .bloco:nth-child(3) h3 {
    font-size: 28px;
}

.encontrar .blocos-sobre .bloco p {
    font-size: 19px;
    line-height: 100%;
    max-width: 220px;
}

.encontrar .blocos-sobre .bloco:nth-child(2) p {
    font-size: 17px;
    max-width: 300px;
}

.encontrar .blocos-sobre .bloco:nth-child(3) p {
    font-size: 17px;
    max-width: 300px;
}

.encontrar .blocos-sobre .bloco p span {
    font-weight: 700;
}

.info-evento {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 100px;
}

.info-evento h2 {
    color: #EA8BB6;
    font-family: 'Playfair Display';
    font-size: 57px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 40px;
}

.info-evento .blocos-evento {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    max-width: 600px;
    font-family: 'Barlow Condensed';
    margin-bottom: 20px;
}

.info-evento .blocos-evento .bloco-evento {
    display: flex;
    flex-direction: column;
    background-color: #611232;
    border-radius: 5px;
    padding: 25px;
    width: 290px;
    height: 200px;
}

.info-evento .blocos-evento .bloco-evento:nth-child(2),
.info-evento .bloco-evento:nth-child(3) {
    background-color: #ffffff;
    color: #444444;
}

.info-evento .blocos-evento .bloco-evento img {
    width: 28px;
    height: auto;
    margin-bottom: 10px;
}

.info-evento .blocos-evento .bloco-evento h3 {
    font-size: 19px;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.info-evento .blocos-evento .bloco-evento p {
    font-family: 'Playfair Display';
    font-size: 41px;
    font-weight: 700;
    line-height: 100%;
    max-width: 220px;
}

.info-evento .blocos-evento .bloco-evento p span {
    font-weight: 400;
}

.info-evento .btn-evento {
    display: flex;
    flex-direction: column;
    width: 280px;
}

.info-evento .btn-evento a {
    font-family: 'Barlow';
    color: #A40000;
    background: url(../images/fundo-btn.png) no-repeat;
    background-size: cover;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 13px 20px;
    border: #F2D99F solid 5px;
    border-radius: 40px;
    transition: 0.4s;
}

.info-evento .btn-evento a:hover {
    transform: scale(1.1);
}

.info-evento .btn-evento img {
    width: 180px;
    margin: 10px auto;
}

.palestrante {
    display: flex;
    justify-content: center;
    align-items: center;
}

.palestrante .info-palestrante {
    color: #000000;
    width: 900px;
    height: 483px;
    background: url(../images/paola_f.png) no-repeat;
    background-size: cover;
    padding: 130px 60px;
}

.palestrante .info-palestrante h3 {
    color: #ffffff;
    background-color: #000000;
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    padding: 5px 20px;
    border-radius: 20px;
    max-width: 245px;
    margin-bottom: 20px;
}

.palestrante .info-palestrante h2 {
    font-family: 'Playfair Display';
    font-size: 45px;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
    max-width: 400px;
    margin-bottom: 20px;
}

.palestrante .info-palestrante p {
    color: #545454;
    font-size: 18px;
    font-weight: 400;
    line-height: 110%;
    max-width: 370px;
}

.palestrante .info-palestrante p span {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 700;
}

.para-quem {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url(../images/shadow.png) no-repeat center -280px;
    background-size: 700px;
    padding-top: 60px;
    margin-bottom: 80px;
}

.para-quem h2 {
    color: #EA8BB6;
    font-family: 'Playfair Display';
    font-size: 57px;
    font-weight: 500;
    font-style: italic;
    letter-spacing: -2px;
    margin-bottom: 20px;
}

.para-quem h3 {
    font-family: 'Playfair Display';
    font-size: 37px;
    font-weight: 400;
    font-style: italic;
    line-height: 120%;
    text-align: center;
    max-width: 320px;
    margin-bottom: 20px;
}

.para-quem ul li {
    font-family: 'Barlow Condensed';
    font-size: 21px;
    line-height: 120%;
    max-width: 390px;
    margin-bottom: 5px;
}

.para-quem ul li::marker {
    font-size: 14px;
}

.chamada {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: url(../images/shadow.png) no-repeat 900px 100px;
    background-size: 760px;
}

.chamada h2 {
    font-size: 57px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -2px;
    max-width: 800px;
    margin-bottom: 20px;
}

.chamada h2 span {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 700;
}

.chamada h3 {
    font-family: 'Inter';
    font-size: 29px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 120%;
    text-align: center;
    margin-bottom: 20px;
}

.chamada .btn-chamada {
    display: flex;
    flex-direction: column;
    width: 360px;
    margin-bottom: 120px;
}

.chamada .btn-chamada a {
    background: linear-gradient(to right, #DAD8C7, #F3F3F3, #EA8BB6, #D36AB0);
    border: solid 1px #000000;
    box-shadow: #FFF9BA 2px 1px 4px 2px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 40px;
    border-radius: 40px;
    transition: 0.4s;
}

.chamada .btn-chamada a:hover {
    transform: scale(1.1);
}

.chamada .btn-chamada img {
    width: 140px;
    margin: 10px auto;
}

.chamada p {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.hidden {
    opacity: 0;
    transform: translateY(-30px);
    transition: all 1s;
}

.show {
    opacity: 1;
    transform: translateY(0px);
    transition: all 1s;
}