/*
Theme Name: Mostra 2023 - Museu da Pessoa
Theme URI: https://mostra.museudapessoa.org/
Author: FVA
Author URI: https://mostra.museudapessoa.org/
Description: Tema desenvolvido para uso exclusivo do Museu da Pessoa
Version: V1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Museu da Pessoa
Text Domain: Museu da Pessoa
*/

/* Font Epilogue */
/*@import url('https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alice&family=Phudu:wght@400;700&display=swap');

:root {
    /* Colors */
    --blue: #4B65B0;
    --yellow: #E5CC39;
    --red: #E55F41;
    --orange: #E88B3F;
    --black: #353333;
    --brown:#a07815;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Alice', sans-serif;
    overflow-x: hidden;
    background-color: var(--brown);
}

h1 {
    font-size: 50px;
    line-height: 90px;
    font-weight: 900;
    text-align: center;
    /* color: var(--yellow); */
}
h1,h2,h3{
    font-family: 'Phudu', sans-serif;
    font-weight: bold;
}

.winners{
    padding: 100px 0;
    background-color: #384247;
}
.winners h2.title{
    color: var(--brown);
    margin: 10px 0 80px 0;
}
.winners .container-title p{
    color: #FFF;
}
.conteudo-complementar{
    background-color: #e0dfdf;
    display: inline-block;
    margin-top: 100px;
    width: 100%;
}
.conteudo-complementar .container-title p {
    color: #000;
}
.conteudo-complementar h2.title{
    color: var(--brown);
}
.conteudo-complementar h3.title{
    margin: 50px 0 40px;
}

h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

h3 {
    font-size: 23px;
    line-height: 24px;
    letter-spacing: 2px;
    font-weight: 700;
}

h4 {
    font-size: 17px;
    line-height: 20px;
    font-weight: 300;
}

p {
    font-weight: 300;
}

hr{
    margin: 55px 0;
    border: 1px solid white;
}
/* Classes de Cores */
.bg-black {
    background-color: var(--black);
}

.white {
    color: white;
}

.yellow {
    color: var(--yellow);
}

/* Ajustes */
ul {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
    text-transform: uppercase;
}

.text-align {
    text-align: center;
}

/* Font Awesome */
.fa-brands {
    color: white;
    transition: all .2s;
}
.fa-brands:hover{
    transform: scale(1.1);
}

/* Header */
body.single header{
    position: absolute;
    background-color: var(--black);
}
header {
    position: fixed;
    padding: 25px 0;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2;
    transition: all 0.3s;
}

header.scroll {
    background-color: var(--black);
}

.nav-menu-top {
    max-width: 1775px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
    position: relative;
}

.menu-nav {
    display: flex;
    align-items: center;
    gap: 25px;
}

.menu-nav li a {
    color: white;
    transition: all .2s;
    cursor: pointer;
    padding: 20px 0;
}
.menu-nav li a:hover{
    color: #687300!important;
}
ul li:nth-child(2){
    position: relative;
}
ul li:nth-child(2):hover .sub-menu{
    height: fit-content;
    padding: 20px;
    visibility: visible;
}
.sub-menu {
    display: block;
    position: absolute;
    top: 35px;
    left: -35px;
    width: 100vw;
    background-color: var(--black);
    padding: 0;
    transition: all .2s;
    height: 0;
    visibility: hidden;
    margin-left: 20px;
}
ul li:nth-child(2):hover .sub-menu li{
    font-size: 14px;
    opacity: 1;
    transition: all .2s;
}
.sub-menu li{
    opacity: 0;
}
.sub-menu li a{
    padding: 0;
}
.sub-menu li:not(:last-child){
    margin-bottom: 15px;
}

.logo img {
    height: 70px;
}

.menu-right {
    display: flex;
    align-items: center;
    gap: 25px;
}

.social-media {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* Container */
.container {
    max-width: 1775px;
    margin: 0 auto;
}

.container-secondary {
    background-color: #e0dfdf;
    max-width: 1350px;
    margin: 0 auto;
}

.container-title {
    max-width: 650px;
    margin: 80px auto;
}

.container-title h1 {
    margin-bottom: 30px;
    text-transform: uppercase;
}

.container-title p {
    font-size: 20px;
    line-height: 35px;
    color: #fff; 
}

.container-title p:not(:last-child) {
    margin-bottom: 20px;
}

.container-testemonial {
    max-width: 970px;
    margin: 90px auto;
}
.container-testemonial button.slick-arrow{
    width: 40px;
}
.container-testemonial button.slick-prev{
    left: 20px;
}
.container-testemonial button.slick-next{
    right: 0px;
    left: auto;
}
.testemonial-box{
    padding: 0 100px;
}
.testemonial-box-info{
    min-height: 250px;
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}
.testemonial-box-info p{
    width: 100%;
}

/* Video */
.video{
    position: relative;
}
.introduction-video {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    margin-top: -32px;
    position: relative;
}

.video::before{
    content: '';
    height: calc(100vh + 50px);
    width: 100%;
    background-color: var(--brown);
    opacity: .4;
    position: absolute;
    top: -50px;
    left: 0;
    z-index: 1;
}


.video-logo{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    animation-name: animation-intro;
    animation-duration: 2s;
    z-index: 1;
}
@keyframes animation-intro {
    0%{
        opacity: 0;
        top: 40%;
    }
    50%{
        opacity: 1;
    }
    100%{
        top: 50%;
        opacity: 1;
    }
}

/* Títulos */
.title {
    text-align: center;
    color: #000;
    
}

h2.title {
    margin: 110px 0 70px 0;
}

/* Seção -> Vencedores */
.winners-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.winners-box {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.winners-image {
    max-width: 105%;
    max-height: 475px;
    transition: all 1s;
    object-fit: cover;
    height: 100%;
}

.winners-title {
    position: absolute;
    bottom: 40px;
    left: 40px;
    height: 45px;
    overflow-y: hidden;
    transition: all .3s ease;
    z-index: 1;
    max-width: 80%;
}
.winners-title h3, .winners-title h4{
    background-color: var(--brown);
    display: inline-table;
    border-left: solid 4px var(--brown);
    border-right: solid 4px var(--brown);
}

.winners-box:hover .winners-title {
    height: 65px;
}

.winners-box:hover .winners-image {
    max-width: 100%;
}

.winners-title-author{
    opacity: 0;
    transition: all .3s;
}

.winners-box:hover .winners-title-author{
    opacity: 1;
}

/* Seção -> Júri*/
.container-grid {
    display: grid;
    grid-template-columns: repeat(3, 450px);
    gap: 35px;
    justify-items: center;
    justify-content: center;
}

.jury-box {
    position: relative;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.jury-btn{
    background-color: #FFF;
    color: var(--brown);
    padding: 3px 5px;
    text-transform: uppercase;
    transition: all 0.3s;
    margin-top: 5px;
    display: inline-block;
}

.jury-btn:hover{
    color: #FFF;
    background-color: var(--black);
}

.jury-name {
    font-size: 35px;
    margin-top: 15px;
}

.jury-info{
    margin-bottom: 10px;
    cursor: pointer;
}

.jury-excerpt {
    margin-top: 10px;
    color: white;
}

.jury-close{
    position: absolute;
    top:5px;
    right: 5px;
    cursor: pointer;
}

.jury-excerpt p {
    font-size: 18px;
}

.jury-image {
    max-width: 100%;
    object-fit: cover;
    height: fit-content;
    transition: all .2s;
}

.jury-description {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .7);
    height: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    opacity: 0;
    transition: opacity 0.6s ease;
    visibility: hidden;
}

.jury-box.active .jury-description {
    opacity: 1;
    visibility: visible;
}
.jury-box.active::after {
    opacity: 0;
    bottom:-10px;
}
.jury-box:hover .jury-image{
    transform: scale(1.07);
}
.jury-box:hover::after{
    bottom: 30px;
}

.jury-description p {
    color: white;
    font-weight: 200;
    line-height: 20px;
    letter-spacing: 1px;
    font-size: 14px;
    text-align: center;
}

.jury-social-media {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.jury-social-media i:hover {
    transform: scale(1.1);
}

/* Slider */

.honor-box {
    margin: 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 50vw;
    overflow: hidden;
}
.honor-box:hover .honor-image {
    transform: scale(1.06);
}
.honor-box:hover .honor-title-author {
    background-color: var(--black);
    border-color: var(--black);
    color: #FFF;
}

.honor-image {
    width: 100%;
    height: fit-content;
    object-fit: cover;
    filter: saturate(.2);
    transition: all 1s;
}
.slick-slide.slick-current .honor-image{
    filter: saturate(1)
}

.honor-title-author {
    margin-top: 20px;
    text-align: center;
    font-size: 20px;
    background-color: white;
    padding: 2px 20px;
    color: var(--brown);
    border: solid #FFF 3px;
    display: inline-block;
    font-weight: 600;
    font-family: 'Phudu', sans-serif;
    opacity: 1;
}

.slick-slider{
    overflow-x: hidden;
}
.slick-slide {
    transform: scale(.95);
    transition: all .2s;
}

.slick-slide.slick-current {
    transform: scale(1);
}

button.slick-arrow {
    height: 100%;
    width: 42px;
    height: 42px;
    background-image: url(assets/images/arrow.svg);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: 10px 7px;
    background-color: #a07815;
    border-radius: 100%;
    display: block;
    position: absolute;
    top: 45%;
    border: none;
    transform: translate(-50%, -50%);
    z-index: 1;
    cursor: pointer;
}

button.slick-next {
    right: 10%;
}

button.slick-next:hover::after {
    left: 5px;
}

button.slick-next::after {
    display: none;
    content: '>';
    font-size: 100px;
    font-weight: 300;
    font-family: 'Phudu', sans-serif;
    color: white;
    position: relative;
    left: 0;
    transition: all .2s;
}

button.slick-prev {
    left: 10%;
    transform: translate(-50%, -50%) rotate(180deg)  !important;
}

button.slick-prev:hover::after {
    left: -5px;
}

button.slick-prev::after {
    display: none;
    content: '<';
    font-size: 100px;
    font-weight: 300;
    font-family: 'Phudu', sans-serif;
    color: white;
    position: relative;
    left: 0;
    transition: all .2s;
}

ul.slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 30px 0;
}

ul.slick-dots button {
    border: none;
    background-color: white;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    cursor: pointer;
}

li.slick-active button {
    background-color: var(--yellow);
    transform: scale(1.2);
}

/* Seção -> Depoimentos */

.testemonial-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;

}
.testemonial-box span{
    display: block;
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    font-style: italic;
}
.testemonial p {
    text-align: center;
    line-height: 42px;
    font-size: 36px;
}

/* Secção -> Empresa */
.companys {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 150px;
    row-gap: 30px;
}

.companys-grid {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
    justify-content: center;
    /* display: grid;
    grid-template-columns: 1fr 1fr 1fr; */
}

.companys-grid-secondary {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
    justify-content: center;
    /* display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr; */
}

.company-box {
    display: flex;
    flex-direction: column;
    width: 33%;
    margin-bottom: 30px;
}
.companys-grid-secondary .company-box{
    width: 25%;
}

.company-logo {
    transition: all .2s ease;
    display: flex;
    justify-content: center;
}

.company-box .company-logo img,
.company-logo img{
    width: 75%;
    height: auto;
    filter: brightness(0);
    object-fit: contain;
    object-position: center;
    height: 120px;
}

.company-logo:hover {
    transform: scale(1.1);
}

/* Seção -> Assista Também */
.watch-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

.watch-video {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
}

.watch-video::before,
.winners-box::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 0%, transparent 55%, rgba(0,0,0,.5) 75%, rgba(0,0,0,.5) 100%);
    border-radius: 10px;
    z-index: 1;
}

.watch-video::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(assets/images/play-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    filter: invert(1);
    width: 50px;
    height: 50px;
    transition: all .2s;
}

.watch-video:hover .watch-image {
    transform: scale(1.1);
}

.watch-video:hover::after {
    left: 51%;
}

.watch-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}

.watch-box {
    position: absolute;
    left: 30px;
    bottom: 10px;
    z-index: 1;
}

.watch-title {
    text-shadow: 3px 3px 10px #000;
    color: white;
}

.modal {
    top: -25%;
    max-width: 745px;
    box-sizing: inherit;
    width: 100%;
    height: fit-content;
    background: transparent;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.modal iframe{
    top: 0;
    position: absolute;
    left: 0;
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
}

/* Single */

h1.single-movie{
    text-align: center;
    font-size: 20px;
    margin-bottom: 0;
}

.single-movie-title {
    text-align: center;
    font-size: 50px;
    line-height: 58px;
    color: var(--yellow);
}

.single-movie-link{
    text-align: center;
    margin: 80px 0 50px 0;
}

.single-movie-link iframe{
    width: 100%;
    height: fit-content;
    aspect-ratio: 16 / 9;
}

.single-movie-description p{
    font-size: 18px;
    line-height: 35px;
    hyphens: auto;
}

.single-movie-author {
    display: grid;
    grid-template-columns: min-content 1fr;
    align-items: baseline;
    column-gap: 15px;
}

.single-movie-author h3{
    font-size: 14px;
}
.single-movie-author p{
    font-size: 16px;
    line-height: 32px;
}
.next-movie{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    gap: 20px;
}
.show-all,
.next-movie a {
    background-color: var(--black);
    padding: 15px 25px;
    transition: all .5s;
    color: var(--black);
    font-size: 12px;
    color: white; 
    border: none;
}
.show-all{
    display: none;
    margin: 20px auto 0;
    cursor: pointer;
}

.next-movie a:hover {
    color: var(--black);
    background-color: white;
}

@media screen and (max-width: 1805px) {
    .nav-menu-top,
    .container{
        padding: 0 15px;
    }
}
@media screen and (max-width: 1680px) {
    .fa-brands,
    .menu-nav li a {
        font-size: 14px;
    }
    .container-grid {
        grid-template-columns: repeat(3, 380px);
    }
    .jury-name {
        font-size: 30px;
    }    

}
@media screen and (max-width: 1450px){
    h3 {
        font-size: 21px;
        line-height: 22px;
    }
    h4 {
        font-size: 15px;
    }    
    /* Filmes Vencedores */
    .winner-grid{
        gap: 10px;
    }
    .winners-image {
        max-height: 375px;
    }
    button.slick-arrow{
        transform: translate(-50%, -55%);
    }
    .watch-grid{
        gap: 10px;
    }
    /* Depoimentos */
    .testemonial p{
        font-size: 35px;
        line-height: 50px;
    }
}
@media screen and (max-width: 1280px){
    h3 {
        font-size: 19px;
        line-height: 20px;
    }
    h4 {
        font-size: 14px;
    }
    .container-title{
        padding: 0 25px;
        margin: 45px auto;
    }
    .container-grid{
        grid-template-columns: repeat(3, 300px);
    }
    .jury-name {
        font-size: 25px;
    }
    .honor-title-author{
        font-size: 20px;
        line-height: 22px;
    }
    .watch-grid{
        grid-template-columns: 1fr 1fr;
    }
    .testemonial p{
        font-size: 22px;
        line-height: 36px;
    }
    ul.slick-dots button {
        height: 10px;
        width: 10px;
    }
}
@media screen and (max-width: 1080px){
    h1{
        font-size: 45px;
    }
    h2{
        font-size: 40px;
    }
    h2.title {
        margin: 130px 0 60px 0;
    }

    .container-title p {
        font-size: 18px;
        line-height: 30px;
    }
    .fa-brands,
    .menu-nav li a {
        font-size: 12px;
    }
    .logo img {
        height: 55px;
    }
    .social-media {
        gap: 10px;
    }
    /* Juri */
    .container-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }
    .jury-excerpt p {
        font-size: 16px;
    }
    
    /* Filmes Vencedores */
    .winners-title{
        bottom: 25px;
        left: 30px;
    }
    .winners-image {
        max-height: 325px;
    }
    /* Menção Honrosa */
    button.slick-next::after,
    button.slick-prev::after{
        font-size: 65px;
    }
    .honor-box {
        width: 65vw;
    }
    /* Depoimentos */
    .testemonial p{
        font-size: 25px;
        line-height: 40px;
    }
    .testemonial-box span{
        font-size: 20px;
    }
    .testemonial{
        padding: 0 25px;
    }
    /* Single */
    .single-movie-title {
        font-size: 42px;
        line-height: 50px;
    }
}
@media screen and (max-width: 900px){
    h3 {
        font-size: 18px;
        line-height: 19px;
    }
    /* Juri */
    .container-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .jury-image-container, .jury-info {
        max-width: 70%;
        margin: 0 auto;
    }
    .jury-name{
        margin-top: 10px;
    }
    .jury-close{
        display: block;
    }
    /* Filmes Vencedores */
    .winners-image {
        max-height: 270px;
    }
    .winners-title {
        bottom: 20px;
        height: fit-content;
    }
    .winners-box:hover .winners-title{
        height: fit-content;
    }
      /* Depoimentos */
    .testemonial p{
        font-size: 20px;
        line-height: 35px;
    }
    .testemonial-box span{
        font-size: 15px;
    }
    /*Empresas */
    .companys-grid-secondary{
        grid-template-columns: 1fr 1fr 1fr;
    }
     /* Single */
    .single-movie-title {
        font-size: 32px;
        line-height: 42px;
    }
}
@media screen and (max-width: 750px){
    h2{
        font-size: 35px;
    }
    h3{
        font-size: 16px;
        line-height: 17px;
    }
    h4{
        font-size: 15px;
    }
    header {
        padding: 15px 0;
    }
    .container-title p {
        font-size: 16px;
        line-height: 30px;
    }
    /* Video */
    .introduction-video {
        margin-top: -45px;
    }
    .video-logo{
        width: 70vw;
        object-fit: contain;
    }

    /* Menção Honrosa */
    .honor-title-author {
        font-size: 14px;
        line-height: 18px;
    }
    /* Depoimentos */
    .testemonial-box{
        padding: 0 45px;
    }

    .testemonial p {
        font-size: 18px;
        line-height: 32px;
    }
    .testemonial-box span{
        font-size: 14px;
    }
    ul.slick-dots button {
        height: 8px;
        width: 8px;
    }
    /* Single */
    h1.single-movie{
        font-size: 18px;
    }
    .single-movie-title {
        font-size: 28px;
        line-height: 38px;
    }
}
@media screen and (max-width: 650px){
    h1{
        font-size: 35px;
    }
    h2.title {
        margin: 90px 0 40px 0;
    }
    h3{
        font-size: 14px;
        line-height: 16px;
    }
    h4{
        font-size: 14px;
    }
    /* Juri */
    .jury-name {
        font-size: 22px;
    }
    .jury-excerpt p {
        font-size: 14px;
    }
    .jury-description{
        gap: 5px;
    }
    .jury-description p{
        font-size: 12px;
    }
    .container-testemonial button.slick-prev{
        left: 40px;
    }
    .honor-slider button.slick-arrow{
        right: 0px;
    }
    
    /* Filmes Vencedores */
    .winners-image {
        max-height: 220px;
    }
    /* Menção Honrosa */
    button.slick-next::after, 
    button.slick-prev::after {
        font-size: 40px;
    }
    button.slick-arrow {
        transform: translate(-50%, -55%);
    }
    .honor-title-author {
        font-size: 12px;
        line-height: 16px;
    }    
    .honor-box {
        width: 100vw;
    }
    /* Depoimentos */
    .testemonial p {
        font-size: 20px;
        line-height: 30px;
    }
    .testemonial-report{
        max-width: 80%;
        margin: 0 auto;
        font-size: 12px;
    }
}
@media screen and (max-width: 600px){
    h2{
        font-size: 30px;
    }
    /* Juri */
    .container-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }   
    /* Filmes Vencedores */
    .watch-grid,
    .winners-grid{
        grid-template-columns: 1fr;
    }
    .show-all{
        display: block;
    }
    .watch-video{
        display: none;
    }
    .watch-video:nth-child(-n+9){
        display: block;
    }

    .winners-image{
        max-height: 205px;
    }
    /* Empresas */
    .companys-grid-secondary,
    .companys-grid {
        grid-template-columns: 1fr 1fr;
    }

    .company-box:last-child {
        grid-column: 1 / 3;
        align-items: center;
        justify-self: center;
        width: 75%;
    }
}
@media screen and (max-width: 500px){
    h1 {
        font-size: 30px;
    }
    .container-title p{
        font-size: 14px;
        line-height: 28px;
    }
    .menu-nav {
        align-items: flex-start;
        gap: 10px;
        flex-direction: column;
    }
    .menu-nav li a {
        padding: 0;
    }
    .honor-title-author {
        margin-top: 10px;
        font-size: 10px;
        line-height: 12px;
    }
    .jury-name {
        font-size: 18px;
    }
    /* Single*/
    h1.single-movie {
        font-size: 14px;
        margin-bottom: 30px;
    }
    .single-movie-title {
        font-size: 20px;
        line-height: 26px;
    }
    .single-movie-link {
        text-align: center;
        margin: 60px 0 50px 0;
    }
}
@media screen and (max-width: 450px){
    h1{
        font-size: 26px;
        line-height: 35px;
    }
    h2{
        font-size: 25px;
    }
    h3{
        font-size: 14px;
        line-height: 15px;
    }
    h4{
        font-size: 12px;
    }
    .menu-nav {
        gap: 5px;
    }
    .container-title p{
        font-size: 12px;
        line-height: 24px;
    }
    .menu-right {
        margin-left: 10px;
    }
    .jury-name {
        font-size: 16px;
    }
    .single-movie-author h3 {
        font-size: 12px;
    }
    .next-movie a {
        font-size: 10px;
    }
    /* Single*/
    h1.single-movie {
        margin-bottom: 30px;
    }
}
body.tapume{
    background-image: url(assets/images/elementos.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: --var(--brown);
    height: 100vh;
    overflow: hidden;
}
body.tapume header{
    padding:5px 0;
}
.tapume-section{
    text-align: center;
    color:#384247;
    max-width: 800px;
    margin: 0 auto;
    position: absolute;
    top: 45%;
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
    left: 50%;
}
.tapume-section .logo{
    max-height: 40vh;
}
.tapume-section h2{
    font-size: 28px;
    line-height: 36px;
}
@media screen and (max-width: 450px){
    body.tapume{
        background-image: none;
    }
    .tapume-section{
        padding: 0 40px;
    }
    .tapume-section .logo{
        max-height: 30vh;
        margin-top:30px;
    }
    .tapume-section h2{
        font-size: 18px;
        line-height: 22px;
    }
    .opcoes{
        display: block!important;
    }
    .opcoes .opcao{
        width: 100%;
    }
}

.btn-padrao{
    margin-top: 40px; 
    background-color: #423740;
    border-color: #000000;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Open Sans, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: bold;
    justify-content: center;
    line-height: 1.42857;
    margin-bottom: 0px;
    margin-top: 15px;
    max-width: 538px;
    text-align: center;
    text-decoration: none;
    padding-right: 30px;
    padding-left: 30px; margin:0 auto!important;
    border:none;
    padding-top: 8px;
    padding-bottom: 8px;
}
#bricks-component-B0UWRRGpHZw6QK8NPAYWBw{
    max-width:600px;
    width:initial!important;
}
#rd-button-m759qpd2.bricks--component-button{
    height: auto!important;
}

.sub-menu{
    padding: 10px;
    height: auto;
    display: none;
    top: 50px;
    left: initial;
    visibility: inherit;
    margin-left: 0px;
}
.sub-menu li {
    opacity: 1;
}