html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Barlow', sans-serif;
    background: linear-gradient(to right, #000000 40%, #3e0d28);
    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-size: 17px;
    font-weight: 200;
    line-height: 100%;
    text-transform: uppercase;
    max-width: 340px;
    margin-bottom: 15px;
}

.home .info-home h2 span {
    font-weight: 600;
}

.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 {
    max-height: 200px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #000000, #00000000 40%);
}

.paola-farneze {
    display: flex;
    justify-content: center;
    align-items: center;
}

.paola-farneze .info-paola {
    color: #000000;
    width: 900px;
    height: 483px;
    background: url(../images/paola_f.png) no-repeat;
    background-size: cover;
    padding: 130px 60px;
}

.paola-farneze .info-paola h2 {
    font-family: 'Playfair Display';
    font-size: 45px;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
    max-width: 400px;
    margin-bottom: 20px;
}

.paola-farneze .info-paola p {
    font-size: 18px;
    font-weight: 400;
    line-height: 110%;
    max-width: 370px;
}

.paola-farneze .info-paola p span {
    font-style: italic;
    font-weight: 700;
}

/* .hidden {
    opacity: 0;
    transform: translateY(-30px);
    transition: all 1s;
}

.show {
    opacity: 1;
    transform: translateY(0px);
    transition: all 1s;
} */