body{
    color: white;
    background-image: url('../../assets/img/gradient.png');
    background-size: cover;
    background-attachment: fixed;
}

.div-secao-principal{
    background-image: url('../../assets/img/secao-principal/fundo.png');
    background-color: #e5e5e5;
    min-height: 600px;
    background-size: cover;
    background-position: center;
    color: white;
}

.img-gorr{
    width: 100%;
    max-width: 530px;
    min-width: 470px;
    height: 600px;
}

.img-jane{
    width: 100%;
    height: 600px;
    max-width: 580px;
    min-width: 500px; 
}

.div-meio{
    top: 80px;
    width: 100%;
    height: 600px;
    z-index: 1;
}

.img-trovao{
    width: 100%;
    max-height: 600px;
    mix-blend-mode: screen;
}

.img-thor{
    width: 100%;
    max-width: 680px;
}

.img-machado{
    width: 100%;
    max-width: 680px;
}

.div-img-machado{
    top: 0px;
    left: 0px;
}

.conteudo{
    height: 1500px;
    color: white;
}

.backdrop-baixo-secao-principal{
    bottom: 0px;
    height: 100px;
    width: 100%;
    background-image: linear-gradient(to top, black, transparent);
}

.backdrop-cima-secao-conteudo{
    top: 0px;
    height: 150px;
    width: 100%;
    background-image: linear-gradient(to bottom, black, transparent);
}

.div-ingresso{
    margin-top: 230px;
}

.max-width{
    max-width: 600px;
}

.titulo-conteudo{
    font-size: 150%;
}

.img-titulo-filme{
    max-width: 600px;
    width: 100%;
    mix-blend-mode: screen;
}

.btn.btn-theme{
    background: linear-gradient(345deg, rgb(73, 12, 176) 0%, rgb(155, 52, 239) 33%, rgba(255, 255, 255, 0) 66%, rgba(255, 255, 255, 0) 100%) 99% 50% / 400% 400%;
    border: 2px solid transparent;
    color: rgb(255, 255, 255);
    padding: 5px 30px;
    transition: all 0.5s ease 0s !important;
    font-weight: 600;
    border-radius: 30px;
    text-transform: uppercase;
}


