@charset "UTF-8";

/*
Theme Name: Persona Filmes
Author: Lucas Junqueira <lucas@ciclope.art.br>
Author URI: https://var.art.br/
*/

/** CSS RESET **/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

/** FONTES **/

@font-face {
    font-family: 'Cambria';
    src: url('font/Cambria.woff2') format('woff2'),
        url('font/Cambria.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cambria';
    src: url('font/Cambria-Bold.woff2') format('woff2'),
        url('font/Cambria-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cambria';
    src: url('font/Cambria-Italic.woff2') format('woff2'),
        url('font/Cambria-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cambria';
    src: url('font/Cambria-BoldItalic.woff2') format('woff2'),
        url('font/Cambria-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

/** PERSONA FILMES **/

body, html {
    font-family: "Cambria", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    background-color: #000000;
}

a:link, a:visited {
    text-decoration: underline;
    color: #ffffff;
}

a:hover, a:active {
    text-decoration: none;
    color: #999999;
}

#pagina {
    max-width: 1280px;
    margin: 0 auto;
}

#headerdesk {
    width: 100%;
    background-color: #000000;
    padding: 10px 10px 15px 10px;
}

#imglogo {
    border: none;
    height: 50px;
    width: auto;
    display: inline-block;
    margin: 10px 10px 10px 0;
    vertical-align: middle;
}

#menudesk {
    display: inline-block;
    vertical-align: middle;
    margin-top: 15px;
    margin-left: 31px;
}

#menudesk a {
    text-decoration: none;
    color: #ffffff;
    font-weight: normal;
    letter-spacing: 5px;
    font-size: 17px;
}

#menudesk a:hover {
    text-decoration: none;
    color: #999999;
}

.menusel a {
    color: #999999 !important;
}

#ulmenudesk ul {
    display: inline-block;
    list-style: none;
}

#ulmenudesk li {
    display: inline-block;
    list-style: none;
    margin-right: 12px;
}

.menubarra {
    display: inline-block;
    margin-right: 12px;
    font-size: 17px;
}

#headerdir {
    display: inline-block;
    float: right;
    text-align: right;
    margin-top: 30px;
    font-size: 23px;
}

#headerdir a {
    color: #ffffff;
    text-decoration: none;;
}

#headermenumov {
    display: none;
    float: right;
    text-align: right;
    margin-top: 15px;
    font-size: 38px;
    cursor: pointer;
}

#headermenumov a {
    color: #ffffff;
    text-decoration: none;;
}

#menuhover {

}

#menuhover a {
    color: #ffffff;
    text-decoration: none;
}

#menuhover a:hover {
    color: #999999;
}

.submenudesk {
    font-size: 17px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    padding: 15px;
    left: 0;
    top: 70px;
    display: none;
    z-index: 10000000;
    line-height: 1.8;
}

.submenudesk a {
    text-decoration: none;
    color: #ffffff;
    font-weight: normal;
    display: inline-block;
}

.submenudesk a:hover {
    text-decoration: none;
    color: #999999;
}

#areafilme {
    padding: 40px 20px;
    gap: 40px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.colunafilme {
    align-self: flex-start;
    flex: 1;
}

.colunamedia {
    display: block;
    width: 100%;
    border: none;
    padding: 0;
    margin-bottom: 20px;
}

.colunaimg {
    width: 100%;
    height: auto;
    border: none;
}

#areafilme h1 {
    text-transform: uppercase;
    font-size: 33px;
    font-weight: normal;
    letter-spacing: 1px;
}

#filmeinfo {
    margin-top: 5px;
    font-size: 15px;
    letter-spacing: 1px;
}

#areafilme hr {
    color: #ffffff;
    background-color: #ffffff;
    margin: 30px 0;
}

.filmetexto {
    font-size: 15px;
}

.filmetexto p {
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.filmetexotit {
    text-transform: uppercase;
    letter-spacing: 4px;
}

.filmetexocont {
    margin-top: 20px;
    width: 100%;
    font-size: 17px;
    line-height: 1.4;
    overflow: hidden;
    transition-duration: 1s;
}

.filmetxbt {
    float: right;
    cursor: pointer;
    transition-duration: 0.5s;
    transform: rotate(180deg);
}

#redesdesk {
    float: right;
    display: inline-block;
}


#redesdesk p {
    margin: 0;
    padding: 0;
}

#redesdesk img {
    height: 25px;
    width: auto;
    margin-left: 10px;
}

#menumob {
    display: block;
    text-align: right;
    padding: 10px 20px;
    max-height: 0px;
    overflow: hidden;
    transition-duration: 1.5s;
    background-color: #000000;
}

#menubt {
    border: none;
    width: 50px;
    height: auto;
}

#menumob a {
    text-decoration: none;
    color: #ffffff;
    font-weight: normal;
}

#redesmov {
    font-size: 28px;
}

#menumovcont {
    display: none;
    line-height: 1.6;
    font-size: 18px;
}

#ulmenumov ul {
    display: block;
    list-style: none;
}

#ulmenumov li {
    display: block;
    list-style: none;
}

#menumob hr {
    color: #ffffff;
    margin: 10px 0;
}

.limenumov {
    margin-top: 10px;
}

.menumovsub {
    font-size: 17px;
}

#areafilmemov {
    display: none;
}

.filmebanner {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
}

.filmebannerimg {
    width: 100%;
    height: auto;
    border: none;
}

.filmehomeinfo {
    position: absolute;
    height: 50%;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
}

.filmehomeinfotx {
    position: absolute;
    left: 50px;
    bottom: 50px;
    font-size: 17px;
}

.filmehomeinfotx h1 {
    text-transform: uppercase;
    font-size: 28px;
}

.filmedescholder {
    width: 100%;
    display: flex;
    gap: 20px;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.filmedescitem {
    align-self: flex-start;
    flex: 1;
    position: relative;
}

.filmedesc {
    width: 100%;
    position: relative;
    cursor: pointer;
}

.filmehomeinfotxdesc {
    position: absolute;
    margin-left: 50px;
    margin-top: 60%;
    font-size: 17px;
}

.filmehomeinfotxdesc h1 {
    text-transform: uppercase;
    font-size: 28px;
}

.filmehomeinfotxdescfundo {
    width: 100%;
    height: 100px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
    position: absolute;
}

#rodape {
    padding: 15px;
    text-align: center;
    width: 100%;
    background-color: #000000;
}

#rodapeimg {
    border: none;
    height: 45px;
    cursor: pointer;
}

#blocopagina {
    padding: 40px;
}

.colunaspagina {
    width: 100%;
    display: flex;
    gap: 40px;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.colunapg {
    align-self: flex-start;
    flex: 1;
    position: relative;
}

.titulopg {
    text-transform: uppercase;
    padding-bottom: 20px;
    border-bottom: 1px solid #ffffff;
    font-size: 28px;
}

.textopg {
    font-size: 15px;
    line-height: 1.2;
    padding-top: 20px;
}

.textopg p {
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.imgpg {
    width: 100%;
    height: auto;
    border: none;
}

.wpcf7-text, .wpcf7-textarea {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    font-size: 15px;
    padding: 5px;
    border: none;
}

.wpcf7-submit {
    padding: 10px;
    background-color: #000000;
    color: #FFFFFF;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 15px;
    border: none;
    margin-top: 5px;
}

.instagram-gallery__actions, .instagram-gallery__button {
    display: none !important;
}

.divclear {
    clear: both;
}

@media (max-width: 800px) {
    .escondemov {
        display: none;
    }
    #menudesk {
        display: none;
    }
    #areafilme {
        display: block;
    }
    #areafilmeesq {
        display: none;
    }
    #areafilmedir {
        width: 100%;
    }
    #areafilmemov {
        display: block;
    }
    #areafilme h1 {
        font-size: 28px;
    }
    #headerdir {
        display: none;
    }
    #headermenumov {
        display: inline-block;
    }
    .filmedescholder {
        display: none;
    }
    .filmehomeinfotx {
        left: 15px;
        bottom: 15px;
    }
    .filmehomeinfotx h1 {
        font-size: 18px;
    }
    .colunaspagina {
        display: block;
    }
    .colunapg {
        width: 100%;
    }
    .imgpg {
        margin-top: 20px;
    }
    #blocopagina {
        padding: 20px;
    }
    #filmeinfo {
        font-size: 14px;
    }
}


/*
#redesmov img {
    height: 35px;
    width: auto;
    margin-left: 10px;
}

.imgbannerhome {
    width: 100%;
    height: auto;
    border: none;
}

#paginashome, #eventoshome {
    margin: 25px auto;
    width: 100%;
}

.paginashomearea, .eventoshomearea {
    display: inline-block;
    width: 49%;
}

#paginashomedir, #eventoshomedir {
    float: right;
}

.paginashomeimg, .eventoshomeimg {
    width: 100%;
    height: auto;
}

.intertitulo {
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: -10px;
    display: block;
    font-size: 14px;
}

#rodape {
    margin: 50px auto 0 auto;
    width: 100%;
    font-size: 14px;
    line-height: 1.2;
}

.arearodape {
    display: inline-block;
    width: 49%;
    padding: 0 30px;
}

#rodapedir {
    float: right;
}

#rodape img {
    border: none;
    margin-left: 15px;
    max-height: 65px;
    width: auto;
}

#fimpagina {
    height: 50px;
    clear: both;
}

#caixasuperior {
    width: 100%;
    padding: 20px 30px;
    font-size: 14px;
    vertical-align: top;
    margin-bottom: 25px;
    line-height: 1.4;
}

#caixasuperior p {
    margin-bottom: 10px;
}

#caixaesquerda {
    display: inline-block;
    vertical-align: top;
    padding-right: 30px;
}

#caixaimagem {
    width: 140px;
    height: auto;
    margin-left: -15px;
}

#caixadireita {
    display: inline-block;
    vertical-align: top;
    max-width: 82%;
}

#caixaesquerdapost {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.caixaesquerdapostdupla {
    padding: 10px;
}

#caixaimagempost {
    width: 100%;
    height: auto;
}

#caixadireitapost {
    display: inline-block;
    vertical-align: top;
    padding-left: 30px;
    width: 49%;
}

#titcaixasuperior {
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.fancyboxhide {
    display: none;
}

#galeriapagina {
    margin-top: 25px;
    width: 100%;
    padding: 0;
}

#listapagina {
    margin-top: 25px;
    width: 100%;
    padding: 0;
    font-size: 16px;
}

.divgaleria {
    display: inline-block;
    background-position:  center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 25px;
    cursor: pointer;
    font-size: 16px;
}

.divpostitem {
    vertical-align: top;
    margin: 0 0 55px 0;
    padding: 0;
}

.divlistaimg {
    background-position:  center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}

.divgaleria2 {
    width: 49%;
}

.espacoantes2 {
    margin-left: 2%;
}

.divgaleria3 {
    width: 32%;
}

.espacoantes3 {
    margin-left: 2%;
}

.divgaleria4 {
    width: 23.5%;
}

.espacoantes4 {
    margin-left: 2%;
}

.divevento {
    line-height: 1.2;
    height: auto;
}

#conteudopagina {
    margin: 30px 0;
    font-size: 14px;
    line-height: 1.2;
}

#conteudopagina p {
    margin-bottom: 10px;
    line-height: 1.5;
}

#conteudopagina a {
    text-decoration: underline;
}

#conteudopagina h1 {
    font-weight: bold;
    margin: 20px 0;
    font-size: 24px;
}

#conteudopagina h2 {
    font-weight: bold;
    margin: 15px 0;
    font-size: 22px;
}

#conteudopagina h3 {
    font-weight: bold;
    margin: 10px 0;
    font-size: 22px;
}

@media (max-width: 1250px) {
    #menudesk {
        font-size: 16px;
    }
    .submenudesk {
        font-size: 16px;
    }
    #ulmenudesk li {
        margin-right: 15px;
    }
    #redesdesk img {
        height: 21px;
        margin-left: 7px;
    }
    #rodape {
        font-size: 12px;
    }
    .divlistaimg {
    }
    .divgaleria2 {
    }
    .divgaleria3 {
    }
    .divgaleria4 {
    }
    #conteudopagina {
        font-size: 19px;
    }
    #conteudopagina h1 {
        font-size: 25px;
    }
    #conteudopagina h2 {
        font-size: 23px;
    }
    #conteudopagina h3 {
        font-size: 21px;
    }
}

@media (max-width: 1023px) {
    #menudesk {
        display: none;
    }
    .arearodape {
        display: block;
        width: 100%;
        text-align: center;
        vertical-align: middle;
        padding: 0 10px;
    }
    #rodapedir {
        float: none;
        margin-top: 30px;
    }
    #rodape img {
        max-height: 50px;
    }
    #paginashome, #eventoshome {
        
    }
    .paginashomearea, .eventoshomearea {
        display: block;
        width: 100%;
    }
    #paginashomedir, #eventoshomedir {
        float: none;
        margin-top: 25px;
    }
    .paginashomeimg, .eventoshomeimg {
        width: 100%;
        height: auto;
    }
    #menumob {
        display: block;
    }
    .divlistaimg {
        
    }
    .divgaleria {
        display: block;
    }
    .divgaleria2 {
        width: 100%;
    }
    .espacoantes2 {
        margin-left: 0;
    }
    .divgaleria3 {
        width: 100%;
    }
    .espacoantes3 {
        margin-left: 0;
    }
    .divgaleria4 {
        width: 100%;
    }
    .espacoantes4 {
        margin-left: 0;
    }
    #conteudopagina {
        font-size: 18px;
    }
    #conteudopagina h1 {
        font-size: 24px;
    }
    #conteudopagina h2 {
        font-size: 22px;
    }
    #conteudopagina h3 {
        font-size: 20px;
    }
    #caixaesquerda {
        display: block;
        padding-right: 0;
        text-align: center;
    }
    #caixaimagem {
        width: 80px;
        height: auto;
        margin-left: 0;
    }
    #caixadireita {
        display: block;
        max-width: 100%;
    }
    #caixasuperior {
        width: 100%;
        padding: 10px 10px 20px 10px;
        font-size: 16px;
    }
    #caixaesquerdapost {
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }
    #caixaimagempost {
        width: 100%;
    }
    #caixadireitapost {
        display: block;
        padding-left: 0;
        width: 100%;
    }
    .divevento {
        height: auto;
    }
}
    */