/*============== FONTS ==============*/
@font-face {
	font-family: 'Merriweather-Regular';
	src: url('../fonts/Merriweather-Regular.ttf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Merriweather-Black';
	src: url('../fonts/Merriweather-Black.ttf');
	font-weight: normal;
	font-style: normal;
}

html {
    scroll-behavior: smooth;
}

/*============== SUPER BANNER ==============*/
.super-banner {
    width: 728px;
    height: 90px;
    margin: 0 auto;
    position: absolute;
    overflow: hidden;
}
.content-super-banner {
    margin: 0 auto;
    position: relative;
    width: 728px;
    min-height: 90px;
    margin-top: 50px;
    margin-bottom: 50px;
}
/*============== LOGOS ==============*/
.logo-mobile {
	display: none;
}

/*============== PRESTAÇÃO DE CONTAS ==============*/
.prest-contas {
    text-align: center;
    margin-top: 30px;
}
/*============== ARTICLES ==============*/
article {
	padding: 0 0 90px;
}
/*============== BACKGROUNDS ==============*/
body {
	position: relative;
	padding-bottom: 0!important;
}
body.home {
    background-color: #FFFFFF;
	padding-bottom: 0;
}
body.internas {
    background-color: #FFFFFF;
}
body.b404 {
	background-color: #2D2A6D;
	background-image: url("../imgs/404/bg_404.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow-x: hidden;
}
/*============== CADERNOS ==============*/
.cadernos p {
	font-size: 30px;
	color: #FFFFFF;
	text-align: center;
	margin-top: -19px;
	font-family: 'Rikon-Regular';
}
.list_cadernos {
    display: flex;
    justify-content: center;
}
.item_caderno {
    padding: 12px;
}
.item_caderno a img{
	width: 180px;
	height: 205px;
}

/*============== TITULOS E TEXTO ==============*/
.mt-100 {
	margin-top: 100px!important;
}
h1,h2,h3,h4,h5,h6 {font-family: 'Merriweather-Regular';}
.title-bold {
	font-size: 55px;
	text-align: center;
	margin: 0;
}
.title-bold, .welcome-title span {
	font-family: 'Merriweather-Black';
	font-size: 50px;
	color: #ED4B23;
}
.title-conteudo {
	margin-top:100px;
}
p.txt-apresentacao {
    font-size: 22px;
    font-family: 'Rikon-Regular';
}

.welcome-title {position: relative}
.welcome-title small {
	font-size: 16px;
	letter-spacing: 4px;
	font-family: 'Rikon-Regular';
	display: block;
}
.welcome-title span {
	display: block;
	line-height: 1em
}
.welcome-title span:nth-of-type(1) {font-size: 55px}
.welcome-title span:nth-of-type(2) {font-size: 42px}
.title-tiny {
	font-family: 'Rikon-Regular';
	font-size: 18px;
	text-align: center;
	font-weight: 100;
	margin-bottom: 40px
}
.title-tiny-black {
	font-family: 'Rikon-Regular';
	color: #00003a;
	font-size: 35px;
	text-transform: uppercase;
	margin: 0 auto;
	max-width: 884px;
	text-align: center
}
.title-caderno {
	line-height: 1.8em;
	text-align: right
}
.title-caderno span:nth-of-type(1) {
	font-family: 'Rikon-Regular';
	font-size: 55px;
	display: block;
	font-weight: 100
}
.title-caderno span:nth-of-type(2) {
	font-family: 'SourceSansPro-Black';
	font-size: 55px;
	display: block
}
.title-caderno small {
	font-family: 'SourceSansPro-Regular';
	font-size: 18px;
	display: block;
	line-height: 24px;
}
.left-content h2,
.right-content h3 {font-size: 22px; text-transform: uppercase}
.left-content h2 {margin-top: 0}
.right-content p {font-size: 20px}

/*============== BARRA DE MENU ==============*/
.nav-wrap {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	background-color: #7F2063;
}
.animation-fast {
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.animation-medium {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.animation-slowest {
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-ms-transition: all 2s ease;
	-o-transition: all 2s ease;
	transition: all 2s ease;
}

.float-nav {
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	max-width: 1140px;
}
.menu-wrap ul {
	list-style: none;
	margin: 0;
	display: inline-block
}
.menu-wrap ul li {
	display: inline-block
}
.logo-bar {
	width: auto;
	height: auto;
	overflow: hidden;
	position: absolute;
	left: 15px;
	visibility: visible;
}
.logo-bar img {
	width: 125px;
}
.menu-wrap a {
	padding: 0 7px;
	font-size: 16px;
	font-family: 'Merriweather-Black';
}
/* .menu-wrap a:hover {
	color: #A1C7E1;
} */
.prest-contas a:hover {
    color: #1A75B1;
}
.btn-expedient{font-family: 'Rikon-Regular';}
.social-btns {margin-left: 30px; display: inline-block}
.social-btns a {
	padding: 5px;
	width: 35px;
	height: 35px;
	display: inline-block
}
.social-btns a img {
	width: 100%;
	height: 100%
}
.social-btns h5 {
	margin: 10px;
	font-weight: 100;
	font-family: 'SourceSansPro-Regular', sans-serif;
	font-size: 18px;
	display: none
}
/*============== HEADER DA PAGINA ==============*/
.header-page {
	align-items: center;
	justify-content: center;
	flex-direction: column;
	display: flex;
}
.logo-fva {
	width: 100%;
	max-width: 416px;
	height: auto;
	margin-top:-15px;
	text-align: center;
}
.logo-fva img {width: 100%;height: auto}

/*============== BOTAO HAMBURGUER DO MENU ==============*/
.hamburguer {
	width: 35px;
	height: 20px;
	display: none;
	position: relative;
	background: none;
	margin: 0;
}

.hamburguer:after,
.hamburguer:before,
.hamburguer span,
.hamburguer label {
	content: ' ';
	display: block;
	width: 100%;
	height: 3px;
	background: #fff;
	left: 0;
	position: absolute;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.hamburguer:before {
	top: 0;
}

.hamburguer:after {
	bottom: 0;
}

.hamburguer:focus {
	outline: none;
}

.hamburguer label {
	width: 100%;
	height: 100px;
	background: none;
	cursor: pointer;
	z-index: 1000;
}

.hamburguer span {
	top: 8px;
}

#change-hamburguer {
	display: none;
}

#change-hamburguer:checked ~ .hamburguer:before,
#change-hamburguer:checked ~ .hamburguer:after {
	top: 10px;
	margin-top: -10%;
}

#change-hamburguer:checked ~ .hamburguer:before {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#change-hamburguer:checked ~ .hamburguer:after {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#change-hamburguer:checked ~ .hamburguer span {
	opacity: 0;
}
/*============== CONTEUDO [HOME] ==============*/
a.anim-btn img {
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
a.anim-btn:hover img {
	-moz-transform: scale(.9);
	-webkit-transform: scale(.9);
	-o-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9);
	opacity: .85
}
.logos-content {
	display: flex;
	align-content: center;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
	padding-top: 24px;
}
.logos-content figure {
	width: auto;
	height: 70px;
	margin-right: 40px;
	margin-bottom: 30px;
}
.logos-content figure:last-of-type {margin-right: 0}
.logos-content figure img {
	width: auto;
	height: 100%
}
.btnDefault {
	font-family: 'Merriweather-Regular';
	font-size: 16px;
	color: #FFFFFF;
	background: #7F2063;
	width: 135px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
 .btnDefault:hover {
    background: #ED4B23;
} 
.btnDefault.center {margin: auto}
.sobre-imgs {
	position: relative;
}
.figures-wrap figure {
	display: inline-block;
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-ms-transition: all 2s ease;
	-o-transition: all 2s ease;
	transition: all 2s ease;
	position: relative;
	z-index: 1;
	width: 159px;
	height: auto
}
.figures-wrap figure img {width: auto; height: 455px;}
/* a classe .look-at-me eh adicionada quando o objeto esta na parte visivel da tela */
.sobre-imgs.look-at-me figure:nth-of-type(2) {
	-moz-transform: translateY(50px);
	-webkit-transform: translateY(50px);
	-o-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
}
.sobre-imgs.look-at-me figure:nth-of-type(3) {
	-moz-transform: translateY(-50px);
	-webkit-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}
.bg-trailer {
	background-image: url("../imgs/bg_video_um.png"), url("../imgs/bg_video_dois.png");
	background-position: top left, bottom right;
	background-repeat: no-repeat;
	background-size: 430px,contain;
	padding: 12.5vw 0 
}
.video-wrap {
	max-width: 755px;
	max-height: 424px;
	overflow: hidden;
	margin: 0 auto
}
.btn-trailer {display: none}
.wrap-ingressos {
	width: 100%;
	padding: 30px 0;
	text-align: center
}
.btn-special a {
	color: #00B7C6;
	font-weight: 600
}
.btn-ingressos,
.btn-progHome {
	font-family: 'SourceSansPro-SemiBold';
	font-size: 18px;
	display: inline-block;
	margin: 0 10px;
	width: 184px;
	height: 38px;
	border: 1px solid #fff;
	border-radius: 38px;
	letter-spacing: 1px;
	line-height: 35px;
	text-align: center;
	font-weight: 600;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.btn-ingressos:hover,
.btn-progHome:hover {
	background-color: #00B7C6;
	color: #03002c;
	border-color: #00B7C6
}
.wp-block-image {
    width: 740px;
    height: 500px;
    margin-bottom: 70px;
}
.wp-block-image img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-apresentacao {
	margin-top: 30px;
	display: flex;
	align-items: center;
	flex-direction: column;
}
.content-apresentacao p {
	color: #242424;
	font-size: 20px;
	font-family: "Merriweather-Regular";
}

.container-sobre {
	display: flex;
	flex-direction: column;
	gap: 100px;
	width: 100%;
}
.item-sobre {
	max-height: 295px;
	display: flex;
	align-items: flex-end;
	background-color: #F2F2F2;
	border-radius: 150px 20px 20px 150px;
}
.item-sobre.right {
	border-radius: 20px 150px 150px 20px;
}
.item-sobre:first-child {
	margin-top: 40px;
}
.content-sobre {
	padding: 35px 30px 10px 30px;
	align-self: center;
}
.item-sobre figure img {
	width: 295px;
}
.content-sobre h3 {
	color: #7F2063;
	font-family: 'Merriweather-Black';
	font-size: 26px;
	margin-block-start: 0;
}
.content-sobre p {
	color: #242424;
	font-size: 18px;
	font-family: 'Merriweather-Regular';
	margin-top: -12px;
}

.item-colecoes {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 50px;
}
.collection {
	width: 100%;
	display: flex;
	flex-direction: row;
	gap: 20px;
}
.collection:first-child {
	margin-top: 30px;
}
.collection figure img {
	width: 400px;
	height: 100%;
	object-fit: cover;
}
.collection-info {
	min-width: 610px;
	color: #000;
	background-color: #F2F2F2;
	border-radius: 10px;
	padding: 50px 50px 10px 50px;
}
.collection-info h3 {
	color: #7F2063;
	font-family: 'Merriweather-Black';
	font-size: 26px;
	text-transform: uppercase;
	margin-block-start: -1em;
}
.collection-info p {
	color: #242424;
	font-size: 20px;
	font-family: 'Merriweather-Regular';
}

.article-ilustra {
	margin-left: 0;
	margin-right: 0;
}
.container_ilustra {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	gap: 100px;
	background-color: #F2F2F2;
	padding: 25px 50px;
	margin-top: 30px;
	border-radius: 10px;
}
.content-ilustra {
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: flex-start;
}
.content-ilustra figure img {
	width: 314px;
}
.content-ilustra h3 {
	color: #ED4B23;
	font-size: 30px;
	text-align: left;
	margin: 0;
	padding: 0;
	font-family: 'Merriweather-Black';
}
.content-ilustra p {
	color: #242424;
	font-size: 20px;
	text-align: left;
	font-family: 'Merriweather-Regular';
	margin: 0;
	padding: 0;
}
.btnIlustra {
	text-align: left;
}

.item-noticias, .internas figure .wp-post-image {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	/* possivel fix do bug */
	overflow: hidden;
	height: auto
}
.item-noticias a {
	width: 330px;
}
.item-noticias a:hover > figure img {
	filter: brightness(100%);
}
.item-noticias figcaption {
	font-size: 20px;
	font-family: 'Merriweather-Black';
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 30px;
	max-width: 330px;
	max-height: 63px;
	color: #242424;
	height: 60px;
}
.item-noticias figure:hover figcaption {
	color: #ED4B23;
}
.attractions {
	background-image: url("../imgs/arabesco_atracoes.png");
	background-position: top right;
	background-repeat: no-repeat;
	position: relative;
}
.main-attraction {
	width: 100%;
	max-width: 690px;
	height: auto;
	position: relative;
	margin-bottom: 20px
}
.main-attraction img {
	width: 100%;
	height: auto
}
.main-attraction:before {
	content: attr(data-name);
	font-family: 'SourceSansPro-Black';
	font-size: 45px;
	color: #320073;
	position: absolute;
	display: block;
	padding: 10px;
	background-color: #fff;
	left: 70%;
	top: 25px;
	white-space: nowrap;
	width: 100%;
	max-width: 400px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}
.desktop {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: 40px
}
.desktop.artists figure {
	display: inline-block;
	width: 20%;
	margin: 10px;
}
.desktop.artists figure figcaption {
	line-height: 1.2em;
	padding-top: 5px
}
.desktop.artists figure img {
	width: 100%;
	height: auto
}
.owl-carousel.artists {
	margin-top: 25px
}
.owl-carousel.artists figure {
	width: 100%;
	max-width: 217px;
	height: auto;
	max-height: 144px;
}
.owl-carousel.artists figure img {
	width: 100%;
	height: auto
}
.owl-carousel.artists figure figcaption {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 5px
}
.white-arrow {filter: invert(100%)}
.instagram-bg {
	padding-top: 200px;
	background-image: url('../imgs/redes_sociais.png');
	background-position: top right;
	background-repeat: no-repeat;
}
.title-instagram-user {
	margin-bottom: -85px;
	margin-left: 25px;
}
.title-instagram-user img {
	width: 38px;
	height: 38px;
	margin-right: 10px;
	display: inline-block;
}
.title-instagram-user figcaption {
	display: inline-block;
	vertical-align: middle;
}
.title-instagram-user figcaption strong {
	font-family: 'SourceSansPro-Black';
}
.separator {height: 192px}
.instagram-feed a {display: inline-block}

/*================= AO VIVO =========================*/
.ao_vivo {
    margin: auto;
    text-align: center;
}
.ao_vivo p {
    margin: 5px;
}
.ao_vivo p:first-of-type{
	font-size: 30px;
	color: #FFFFFF;
}

.ao_vivo p:nth-child(3){
	font-size: 45px;
	color: #FFFFFF;
	font-family: 'Rikon-Bold';
	margin-bottom: -7px;
}
.ao_vivo span {
	font-size: 25px;
	color: #FFFFFF;
	font-family: 'Rikon-Regular';
}
.button_ao_vivo img {
    width: 50px;
    height: 50px;
    margin: auto;
    margin-right: 25px;
}
.button_ao_vivo a {
    margin: auto;
}
.button_ao_vivo a {
    border: 1px solid #FF0000;
    background: #FF0000;
    margin-top: 20px;
    width: 241px;
    height: 60px;
    display: flex;
    text-transform: uppercase;
    border-radius: 10px;
    line-height: 67px;
}
.button_ao_vivo p {
    font-size: 35px;
    font-family: 'Rikon-Bold';
    margin: auto;
    margin-left: 30px;
}
.button_ao_vivo span {
	font-size: 35px;
	font-family: 'Rikon-Bold';
}
.ao_vivo .linha {
    display: block;
    width: 13%;
    height: 1px;
    left: 0;
    top: 42px;
    margin: auto;
    background: #fff;
}

/*================== VIDEOS ===========================*/
.item-videos {
    position: relative;
    z-index: 2;
    max-width: 1120px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 20px;
    height: 470px;
}
.item-videos.single-vid {
    float: left;
    margin-bottom: 30px;
    max-width: 30%;
    box-sizing: border-box;
}
.item-videos .single-vid iframe {
    width: 100%;
    min-height: 200px;
}
.single-vid img {
    width: 340px;
    height: 360px;
    object-fit: cover;
    margin-bottom: 8px;
}
.list-videos img {
    width: 515px;
    height: 360px;
    object-fit: cover;
    margin-bottom: 8px;
}
.single-vid p {
    font-size: 25px;
    font-family: 'Rikon-Regular';
    margin-top: 5px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 30px;
    max-height: 59px;
    text-align: left;
}
.itenscategorias .item a {
	cursor: pointer;
}
/*============= PODCASTS ==================*/
.internas .podcast figure .wp-post-image {
    width: 202px;
    height: 202px;
    object-fit: cover;
    margin-top: 0;
}
.podcast {
    padding-top: 20px;
}
.podcast a {
	display: flex;
}
.podcast figure img{
    width: 202px;
    height: 202px;
    object-fit: cover;
}
.txt-pod{
	font-family: 'Rikon-Regular';
	padding-left: 30px;
	text-align: left;
}
.txt-pod .desc,.txt-pod .data_hora{ 
	margin: auto;
} 
.txt-pod .desc {
    font-size: 25px;
     -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 125px;
    line-height: 31px;
}
.txt-pod .data_hora {
    font-size: 20px;
    margin-top: 15px;
}

/*============= PATROCINADORES ==================*/
.container-logos {
    margin-top: 70px;
}
.itens-patrocinios, .itens-apoio, .itens-realizacao  {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}
.itens-patrocinios li, .itens-apoio li, .itens-realizacao li  {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
}
.itens-patrocinios figure img, .itens-apoio figure img, .itens-realizacao figure img {
    width: auto;
    height: auto;
    object-fit: fill;
}
/*=================== FOOTER ======================*/
footer {
	height: 60px;
    display: flex;
    align-items: center;
    background-color: #7F2063;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.footer-content {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between
}
.footer-content figure {
	width: auto;
	height: 40px;
	display: inline-block;
	margin-right: 20px;
}
.footer-content figure figcaption {
	font-size: 16px;
	display: inline-block;
	margin-left: 20px
}
.footer-content figure img {
	width: 125px;
}
.btn-expedient,
.btn-contact {
	background-color: transparent;
	border: 0;
	outline: 0;
	font-family: 'Merriweather-Regular';
	font-size: 16px;
}
.overlay {
	position: fixed;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(18, 6, 35, .4);
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
}
.modal {
	width: 100%;
	max-width: 750px;
	height: 100%;
	max-height: 500px;
	background-color: #fff;
	position: relative;
	padding-top: 0;
	color: #120623
}
.btn-close {
	color: #120623;
	background-color: transparent;
	border: 0;
	font-weight: 600;
	font-size: 50px;
	outline: 0;
	position: absolute;
	right: 10px;
	top: 0;
	line-height: 1em
}
.content-wrap {
	width: 100%;
	max-height: 410px;
	overflow-x: hidden;
	overflow-y: auto;
}
.modal-content {
	padding: 0 15px 15px 15px;
	background-color: transparent;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-content: flex-start;
	flex-wrap: nowrap;
	margin-bottom: 15px;
	width: 100%;
	height: 100%;
}
.modal-content:last-of-type {margin-bottom: 0}
.modal-content .left-content,
.modal-content .right-content {
	width: 50%;
}
.left-content h3,
.right-content h3 {
	font-size: 22px;
}
.left-content p,
.right-content p {
	font-size: 20px;
}
.modal-content .left-content {
	padding-right: 20px;
	text-align: right;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-start;
}
.modal-content .right-content {
	padding-left: 20px;
	border-left: 3px solid #120623;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start
}
.modal-content h3,
.modal-content p {
	margin: 0;
}
.btn-close:hover {
	color: #006DAC;
}
.modal[data-id="contact"] {
	width: 100%;
	max-width: 618px;
	height: 100%;
	max-height: 330px;
	background-color: #fff;
	position: relative;
	padding-top: 0;
	color: #120623;
}
.btn-social-mobile {
	display: none
}
.center {text-align: center}
.btn-moreSponsors {
	border: 1px solid #00003A;
	background-color: #fff;
	color: #ec3e5f;
	font-weight: 600;
	font-family: 'SourceSansPro-Black';
	margin: 40px auto 0 auto;
	width: 230px;
	height: 50px;
	line-height: 50px;
	display: block
}
.btn-moreSponsors:hover {
	color: #fff;
	background-color: #ec3e5f;
	border-color: #ec3e5f
}

/*=================== CATEGORIAS DAS LISTAGENS ================*/
.categorias {text-align: center;}
.categorias .itenscategorias {list-style: none;}
.bg_linha{display: block; width: 13%; height: 1px; left: 0; top: 42px;
    margin: auto;
    background: #fff;
    margin-top: 9px;
}
.opcoes {
  list-style: none;
  display: inherit;
  margin-top: 5px;
}
.opcoes a {
    display: inline-block;
    margin-left: -7px;
    border: none;
    outline: none;
    cursor: pointer;
    background: #fff;
    width: 221px;
    height: 40px;
    line-height: 40px;
    color: #2D2A6D;
    font-size: 18px;
    font-family: 'Rikon-Bold';
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 15px;
}
.opcoes a:hover, .opcoes a.active {
  background: #67B5E9;
  color: #2D2A6D;
}
.opcoes a li {
  display: inline-block;
}
.categorias .owl-carousel {
    display: inline-block;
    padding: inherit;
}
/*================= Live video ==================*/
.video-iframe {
    position: relative;
    width: 100%;
    height: 500px;
}
.content-video, .content-video .container {
    width: 80%;
    margin: 0 auto;
}

/*================ LISTAGEM DE VIDEOS ==================*/
.text-internas iframe {
    width: 100%;
    height: 400px;
}
/*============== CONTEUDO [INTERNAS] ==============*/
.has-very-dark-gray-color {
    color: #707070;
    font-family: 'Rikon-Regular';
    font-size: 13px;
    opacity: .7;
}
/* header */
.header-page-internas {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-image: url("../imgs/topo_padrao.png");
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover
}
.header-title-internas {
	font-size: 84px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 20px;
	line-height: 1.30em;
	width: 100%;
	white-space: nowrap;
	margin-top: -100px;
}
.header-subtitle-internas {
	display: block;
	font-size: 20px;
	text-transform: none;
	margin: 0
}
.sep-waves {
	display: none;
	width: 100%;
	height: 80px;
	background-image: url("../imgs/internas/arabesco_topo.png");
	background-repeat: no-repeat;
	background-position: center;
}
p iframe {
	width: 100%;
	height: 30vw
}
.internas figure .wp-post-image {
    width: 740px;
    height: 435px;
    object-fit: cover;

}
.item-noticias figure img {
    width: 100%;
    height: 200px;
	object-fit: cover;
    margin-bottom: 10px;
    filter: brightness(50%);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.text-internas ul li {
    color: #707070;
    font-family: 'Rikon-Regular';
    font-size: 22px;
    line-height: 1.5;
}
/*========= TITLES INTERNAS =========*/
h1.title-internas,
h2.title-internas,
h3.title-internas,
h4.title-internas,
h5.title-internas,
h6.title-internas,
.text-internas p,
p.subtitle-internas,
.text-internas div {
	color: #242424;
	line-height: 1.2em;
}
.internas {
    margin-top: 0;
}
.text-internas figcaption {
    color: #707070;
    font-family: 'Rikon-Regular';
}
.text-internas p {max-width: 740px; font-family: 'Merriweather-Regular'; font-size: 18px; line-height: 1.5;}
h2.title-internas {
	font-family: 'Merriweather-Black';
	font-size: 40px;
	margin: 50px 0 15px 0;
	line-height: 1.2em
}
.title-relacionadas {
    color: #707070;
    font-family: 'Rikon-Bold';
    font-size: 40px;
    margin-top: -50px;
}
.noticias-relacionadas{
	padding: 0px;
}

.noticias-relacionadas a figure {
    width: 240px;
    height: 311px;
}

.noticias-relacionadas a figure img {
    object-fit: cover;
    padding-right: 15px;
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
    filter: brightness(50%);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.noticias-relacionadas a figure img:hover {
    filter: brightness(100%);
}
.noticias-relacionadas a p {
    color: #707070;
    font-size: 22px;
    font-family: 'Rikon-Regular';
    margin-top: 15px;
    padding-right: 10px;
}
h6.title-internas,
p.subtitle-internas {
	font-family: 'Merriweather-Regular';
	font-size: 22px;
	opacity: .7;
}
/* article */
.col-1140-light article.row {
	width: 100%;
	max-width: 740px;
	margin: 0 auto;
	position: relative
}
/*.col-1140-light article:first-of-type {padding-top: 60px}*/
/* .col-1140-light article:last-of-type {padding-bottom: 200px} */
.col-1140-light .article-internas:last-of-type {padding-bottom: 0;}
/* regua */
.ruler {
	color: #242424;
	border-top: 1px solid #d6d6d6;
	font-size: 16px;
	margin: 20px 0;
	position: relative;
	padding-top: 20px;
}
.author, .time, .text-internas a {
	font-family: 'Merriweather-Regular';
	color: #242424;
}
.social-box {
	display: flex;
	flex-direction: row;
	background-color: #fff;
	position: absolute;
	right: 0;
	top: -27px;
	padding: 10px;
}
.social-box a {
	margin: 0 5px;
	width: 32px;
	height: 32px;
	overflow: hidden;
}
.img-post {
	width: 100%;
	max-width: 1000px;
	height: auto;
	position: relative;
	margin-top: 40px;
	margin-bottom: 35px;
	z-index: 1
}
.img-post:before {
	content: attr(data-photografer);
	position: absolute;
	width: 100%;
	left: 0;
	top: -30px;
	text-align: right;
	display: block;
	color: #3d053e;
	z-index: 2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.img-post:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 10px; top: 10px;
	display: block;
	background-color: #3d053e;
	z-index: -1;
	font-size: 15px
}
.img-post img,
.text-internas p img {
	width: 100%;
	height: auto
}
.news-title-internas {
	font-size: 30px;
	color: #ec3e5f;
	font-family: 'SourceSansPro-Black';
	font-weight: 600;
	text-transform: uppercase;
	margin: 0
}
.news-title-internas:after {
	content: "";
	display: inline-block;
	width: 50%;
	height: 73px;
	background-image: url("../imgs/internas/arabesco_quatro.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: middle;
	margin-left: 10px

}
.item-noticias.internas figcaption {
	color: #3d053e
}
/* firulas do layout */
.gallery {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 0
}
.gallery-item {
	margin: 6.5px;
	width: 172px;
	height: auto
}
.gallery-item a {
	display: block;
	overflow: hidden;
	position: relative
}
.gallery-item figure {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative
}
.gallery-item img {
	width: 100%;
	height: 100%;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.gallery-item a:before {
	content: attr(data-title);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: -130px;
	background-color: rgba(236, 62, 95, .6);
	z-index: 1;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 1em;
	text-align: center
}
.gallery-item a:hover:before {bottom: 0}
.gallery-item a:hover img {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
/*============== CONTEUDO [PATROCINADORES] ==============*/
.header-page-sponsors {
	height: 515px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-image: url("../imgs/topo_padrao.png");
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover
}
.minititle-sponsorship {
	font-family: 'SourceSansPro-Black';
	font-size: 26px;
	background-color: #EE3E5F;
	padding: 5px 15px;
	display: inline-block;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	min-width: 202px;
}
.wrap-sponsors {
	max-width: 740px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	padding-top: 40px;
	padding-bottom: 40px;
}
.wrap-sponsors figure {
	margin-left: 42.5px;
	margin-right: 42.5px;
	margin-bottom: 40px;
	width: 160px;
	height: 90px;
}
.wrap-sponsors figure img {
	width: 100%;
	height: auto
}
/*============== COLECAO ===================*/
.container-colecao {
	margin-top: 50px;
	display: flex;
	flex-direction: column;
	gap: 50px;
}
.item-colecao {
	display: flex;
	align-items: flex-start;
	gap: 25px;
}
.item-colecao h3, .item-colecao p {
	color: #242424;
}
.item-colecao h3 {
	font-family: 'Merriweather-Black';
	font-size: 30px;
}
.item-colecao p {
	font-family: 'Merriweather-Regular';
	font-size: 20px;
}
.item-colecao figure  {
	margin-top: 40px;
}
.item-colecao figure img {
	width: 180px;
}

/*============== CONTEUDO [LISTAGEM] ==============*/
.listing li {
    border-bottom: 1px solid #fff;
}
.list-wrap {
	width: 100%;
}
.listing {
	list-style: none;
	padding: 0;
	position: relative
}
.listing li a .wp-post-image {
    width: 100%;
    height: 100%;
}
.listing li  {
	padding: 5px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.listing li:hover h2, .listing li:hover small {
	color: #ED4B23;
}
/* .listing li:hover  {
	-moz-transform: scale(.97);
	-webkit-transform: scale(.97);
	-o-transform: scale(.97);
	-ms-transform: scale(.97);
	transform: scale(.97);
	background-color: rgba(26, 117, 177, .1)
} */
.listing li a {
	display: flex;
	justify-content: flex-end;
	flex-direction: row-reverse;
	flex-wrap: nowrap;
}
.listing li a div {
	padding: 10px;
}
.listing li a div h2 {
	font-size: 30px;
	line-height: 1.3em;
	font-family: 'Merriweather-Black';
	color: #242424;
}
.listing li a div h2 > small {
	font-size: 20px;
	font-family: 'Merriweather-Regular';
	display: block;
	margin-top: 15px;
	line-height: 1.4em;
	color:#242424;
}
.listing li a div figure {
    width: 295px;
    height: 235px;
    position: relative
}
.listing li a div figure img {
	width: 100%;
	height: auto
}
.wrap-btn-normal {padding: 40px 0 0 0}
.wrap-btn-more {
	display: flex;
	justify-content: center;
	padding: 25px 0 50px 0;
}
.wrap-btn-more a {
	position: relative;
}
/*============== CONTEUDO [PAGINA 404] ==============*/
.h404 {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	flex-direction: row
}
.separador-404 {
	width: 100%;
	height: auto
}
.separador-404 img {width: 100%}
.error404 {margin-top: 0!important;}
.text-404 {padding: 0 20px; text-align: center;}
.text-404 h1 {
	font-size: 116px;
	font-weight: 600;
	margin: 0;
	line-height: 1em;
	font-family: 'Merriweather-Black';
	color: #7F2063;
}
.text-404 h3 {
	font-size: 26px;
	font-weight: 100;
	margin: 0;
	margin-top: 10px;
	border-bottom: 2px solid #7F2063;
    line-height: 67px;
    font-family: 'Merriweather-Black';
	color: #242424;
}
.text-404 p{
	max-width: 500px;
	font-family: 'Merriweather-Regular';
	color: #242424;
	font-size: 26px;
}
.text-404 p:first-of-type {
    margin-top: 20px;
}
.text-404 figure figcaption {
	font-weight: 100;
	font-size: 20px;
}
.animation404 {
	position: relative;
	height: calc(100% - 100px);
	width: 100%;
	max-width: 538px;
}
.anim-perso {
	position: relative;
	width: 100%
}
.anim-hand {
	bottom: 238px;
	right: 139px;
	width: 45px;
	position: absolute;
	animation-name: robothand;
	animation-duration: 200ms;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: linear;
}
.warning {
	width: 120px;
	left: 40px;
	bottom: 142px;
	position: absolute;
	animation-name: warning;
	animation-duration: 1000ms;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: linear;
}
/* animacoes */
@keyframes warning {
	0%  {opacity: 1}
	10% {opacity: 0}
	20% {opacity: 1}
	30% {opacity: 0}
	40% {opacity: 1}
	50% {opacity: 0}
	100% {opacity: 0}
}
@keyframes robothand {
	0%   {
		-moz-transform: rotate(-10deg);
		-webkit-transform: rotate(-10deg);
		-o-transform: rotate(-10deg);
		-ms-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	100% {
		-moz-transform: rotate(10deg);
		-webkit-transform: rotate(10deg);
		-o-transform: rotate(10deg);
		-ms-transform: rotate(10deg);
		transform: rotate(10deg);
	}
}

/*============== CAROUSEL DEPOIMENTOS ==============*/
.article-depositions {
	margin-left: 0;
	margin-right: 0;
}

.item-carousel-depositions {
	padding: 0 60px;
}

.box-author-depositions {
	display: flex;
	justify-content: center;
	gap: 20px;
}

.aspas_1 {
	align-self: flex-start;
}
.aspas_2 {
	align-self: flex-end;
}

.box-author-depositions figure {
	width: 80px;
}

.author-depositions {
	color: #242424;
	font-family: 'Merriweather-Regular';
	font-size: 20px;
}

.name-author {
	color: #7F2063;
	font-family: 'Merriweather-Black';
	font-size: 20px;
}

.office-author {
	color: #69B9E7;
	font-family: 'Merriweather-Regular';
	font-size: 16px;
}

.author-depositions {
    max-width: 610px;
	text-align: left;
}

.wrapper-carousel-depositions {
    margin-top: 50px;
}

.wrapper-carousel-depositions .owl-nav button {
    position: absolute;
    z-index: 2;
    background-repeat: no-repeat !important;
    background-color: #7F2063 !important;
    width: 40px;
    height: 40px;
    top: 20%;
    margin: 0 !important;
    border: 0;
}

.wrapper-carousel-depositions .owl-nav button:hover {
	background-color: #ED4B23 !important;
}

.wrapper-carousel-depositions .owl-nav button.owl-prev {
    border-radius: 100% !important;
    background-position: 12px 10px !important;
    background-image: url(../imgs/arrows-slider.png)!important;
}

.wrapper-carousel-depositions .owl-nav button.owl-next{
    border-radius: 100% !important;
    background-position: -30px 10px !important;
    background-image: url(../imgs/arrows-slider.png)!important;
}

.wrapper-carousel-depositions .owl-nav button.owl-next {
    right: 0;
}

.wrapper-carousel-depositions .owl-nav button.owl-prev {
    left: 0;
}
/*============== /CAROUSEL DEPOIMENTOS ==============*/

/*============== CAROUSEL HEADER ==============*/
.item-carousel-top figure {
    height: 600px;
    max-height: 600px;
    width: 100%;
}

.item-carousel-top figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.wrapper-carousel-top .owl-nav button {
    background-repeat: no-repeat !important;
    background-color: #7F2063 !important;
    width: 40px;
    height: 40px;
}

.wrapper-carousel-top .owl-nav button.owl-prev {
    border-radius: 100% !important;
    background-position: 12px 10px !important;
    background-image: url(../imgs/arrows-slider.png)!important;
}

.wrapper-carousel-top .owl-nav button.owl-next{
    border-radius: 100% !important;
    background-position: -30px 10px !important;
    background-image: url(../imgs/arrows-slider.png)!important;
}

.wrapper-carousel-top .owl-nav {
    background: transparent!important;
    width: 1140px;
    margin: 0 auto!important;
    position: absolute;
    bottom: 45%;
    display: flex!important;
    cursor: none!important;
    justify-content: space-between;
    left: 0;
    right: 0;
}
/*============== /CAROUSEL HEADER ==============*/

/*============== CAROUSEL DO TOPO E DEPOIMENTOS ==============*/
.owl-nav span {
    display: none;
}

.owl-dots {
    bottom: 30px;
    left: 0;
    width: 100%;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-carousel .owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    background-color: transparent;
    border: 1px solid #7F2063;
    border-radius: 20px;
    margin-right: 10px;
}

.owl-carousel .owl-dots button.owl-dot.active {
    background-color: #7F2063;
}

.owl-theme .owl-dots .owl-dot span {
    display: none!important;
}
/*============== /CAROUSEL DO TOPO E DEPOIMENTOS ==============*/

/*============== CONTEUDO PROGRAMACAO ==============*/
.header-page-programacao {
	height: 515px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-image: url("../imgs/topo_padrao.png");
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 60px
}
body.archive.post-type-archive {
    margin-bottom: auto;
}
.wrap-btn-days {
	width: 100%;
	border-bottom: 3px solid #3D053E
}
.wrap-btn-days ul {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	padding: 0;
	width: 100%
}
.wrap-btn-days ul li {
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center
}
.wrap-btn-days ul li button {
	border: 0;
	outline: 0;
	padding: 0;
	width: 120px;
	height: 120px;
	background-color: transparent;
	background-image: url("../imgs/programacao/sprite-days.png");
	background-repeat: no-repeat;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.wrap-btn-days ul li:nth-of-type(1) button {background-position:0 0}
.wrap-btn-days ul li:nth-of-type(2) button {background-position:-124px 0}
.wrap-btn-days ul li:nth-of-type(3) button {background-position:-249px 0}
.wrap-btn-days ul li:nth-of-type(4) button {background-position:-368px 0}
/* HOVER */
.wrap-btn-days ul li:nth-of-type(1) button.current {background-position:0 -137px}
.wrap-btn-days ul li:nth-of-type(2) button.current {background-position:-124px -137px}
.wrap-btn-days ul li:nth-of-type(3) button.current {background-position:-249px -137px}
.wrap-btn-days ul li:nth-of-type(4) button.current {background-position:-368px -137px}
.wrap-btn-days ul li button.current {cursor: default}
.owl-nav.disabled {display: none}
.filter-type-event {
	padding: 10px;
	max-width: 710px;
	margin: 0 auto 60px auto;
	overflow: hidden
}
.filter-type-event ul {padding: 0}
.filter-type-event div {
	display: inline-block;
	width: auto;
	margin: 5px 3px
}
.wrap-btn-custom {margin: 25px 0}
.wrap-btn-custom p {
	color: #3D053E
}
.btn-eventCustom {
	background-color: #EC3E5F;
	border: 0;
	font-family: 'SourceSansPro-SemiBold';
	border-radius: 3px;
	outline: none;
	font-size: 18px
}
.btn-eventCustom[disabled] {
	color: #777;
	background-color: #ccc
}

/*============== LISTAGEM CONTEUDO  ===============*/
.container-conteudo {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
	flex-wrap: wrap;
}
.content-item figure {
	width: 350px;
}
.content-item figure img {
	width: 100%;
}

.error404 {
    margin-top: 0!important;
}

/*============== MEDIA QUERIES ==============*/
@media screen and (min-width: 1920px) {
	p iframe {
		width: 100%;
		height: 415px
	}
}
@media screen and (max-width: 1360px) {
	.bg-trailer {padding: 12.5vw 0}
}
@media screen and (max-width: 1199px) {
	.menu-wrap a {font-size: 16px}
	.sobre-imgs {
		justify-content: center;
	}
	.figures-wrap figure {
		width: 130px
	}
	.vertical-centered {
		flex-direction: column-reverse
	}
	.smartphone-wrap {
		align-items:center;
		flex-direction: row;
		justify-content: space-evenly;
	}
	.app-wrap a {display: none}
	.app-wrap p {
		padding: 0 15px;
	}
	.app-wrap {
		text-align: center;
		margin-bottom: 30px
	}
	.btn-social-mobile {
		display: inline-block;
	}
	.btn-social-mobile a {
		display: block;
		margin: 10px 15px;
	}
	p iframe {
		height: 32vw
	}
	.col-1140-light {background-image: unset}
	.instagram-feed.insta-mobile {
		height: auto;
	}
	.instagram-feed.insta-mobile a {
		animation-play-state: paused;
	}
	@keyframes slidein {
		from {
			left: 0;
		}
		to {
			left: 0;
		}
	}
	.h404 {
		flex-direction: column-reverse;
		padding-top: 60px;
	}
	.text-404 {padding-bottom: 30px}
}

@media screen and (max-width: 1023px) {
	.header-page-programacao,
	.header-page-internas {
		height: 50vh 
	}
	body.internas {background-position: 0 0}
	.listing li a {
		flex-direction: column-reverse;
		justify-content: center
	}
	.listing li a div h2 {
		margin-bottom: 0;
		font-size: 30px;
	}
	.listing li a div h2 > small {font-size: 18px}
	.listing li a div {width: 100%}
	.listing li a div figure {max-width: 100%}

	.container-sobre {
		gap: 200px;
	}
	.item-sobre {
		flex-direction: column;
		align-items: center;
		max-height: none;
		border-radius: 150px 150px 20px 20px;
	}
	.item-sobre.right {
		border-radius: 150px 150px 20px 20px;
	}
	.item-sobre:first-child {
		margin-top: 180px;
	}
	.item-sobre figure {
		margin-top: -150px;
	}
	.content-sobre {
		order: 1;
		padding-top:  20px;
	}
	.content-sobre h3 {
		text-align: center;
	}

	.collection {
		flex-direction: column;
		align-items: center;
	}
	.collection figure img {
		width: 100%;
	}
	.collection-info {
		order: 1;
		width: 100%;
		min-width: auto;
	}
	.collection-info h3 {
		text-align: center;
	}

	.box-author-depositions {
		flex-direction: column;
		align-items: center;
		gap: 0px;
	}
	.aspas_1, .aspas_2 {
		align-self: unset;
	}

	.wrapper-carousel-depositions .owl-nav button {
		top: 30%;
	}

	.container_ilustra {
		flex-direction: column;
		align-items: flex-start;
		gap: 30px;
		padding: 30px 20px;
	}
	.container_ilustra figure img {
		width: 295px;
	}
	.content-ilustra h3{
		font-size: 26px;
	}

	.container-colecao {
		gap: 0;
	}
	.item-colecao {
		flex-direction: column;
		align-items: center;
		gap: 0px;
	}
	.item-colecao h3 {
		text-align: center;
	}
	.item-colecao p {
		padding-left: 15px;
		padding-right: 15px;
	}
	.item-colecao figure {
		margin-top: 0;
	}
}
@media screen and (max-width: 1023px) and (orientation: landscape) {
	.header-page-programacao,
	.header-page-internas {
		height: 100vh 
	}
	h1.header-title-internas.prestacao {
    white-space: normal;
	}
}
@media screen and (max-width: 991px) {
	/* FIX */
	.countDown:before,
	.countDown:after {display: none}
	.language {display: none}
	.language-mobile {display: inline-block}
	.footer-content figure img {
    height: auto;
	}
	.welcome-title {
		display: inline-block;
		text-align: center;
	}
	.welcome-title:after {left: calc(50% + 90px);}
	.about {
		display: flex;
		justify-content: center;
		flex-direction: column;
		margin-left: 16.66666667%;
	}
	.about p {
		text-align: center;
		margin-bottom: 40px;
	}
	.logos-content {
		display: flex;
		justify-content: space-around;
		flex-direction: row
	}
	.logos-content figure {margin-right: 0}
	.menu-wrap .social-btns {padding: 15px 10px}
	.logo-bar {visibility: visible}
	.hamburguer {display: block}
	.menu-wrap {
		width: 250px;
		padding: 30px;
		display: none;
		position: absolute;
		right: 0;
		top: 60px;
		z-index: 10;
		background: #88326E;
		border-radius: 0px 0px 0px 20px;
	}
	.menu-wrap ul,
	.menu-wrap ul li {
		display: block;
		padding: 0
	}
	.menu-wrap ul li:not(:last-child) {
		margin-bottom: 30px;
	}
	.menu-wrap > a {
		display: block;
		padding: 5px 15px;
		font-size: 20px;
	}
	.video-wrap,
	.attractions {
		background-size: contain;
		padding: 0 15px;
		margin-bottom: 30px
	}
	.main-attraction:before {
		left: -12px;
		top: unset;
		bottom: 25px;
	}
	.item-noticias figure img {
		filter: brightness(100%);
	}
	p iframe {
		height: 60vw
	}
	.newspaper {
		-moz-transform: rotate(-16deg);
		-webkit-transform: rotate(-16deg);
		-o-transform: rotate(-16deg);
		-ms-transform: rotate(-16deg);
		transform: rotate(-16deg);
	}
	.newspaper:after {display: none}
	.wrap-btn-more a:before,
	.wrap-btn-more a:after {display: none}
	.list_cadernos {
	    display: block;
	    justify-content: center;
	}
	h1.header-title-internas.prestacao {
    font-size: 40px;
    white-space: normal;
	}
}
@media screen and (max-width: 768px) {
	.wrap-title-filter {padding: 0 10px}
}
@media screen and (max-width: 767px) {
	.text-internas .wp-block-image:after{
		display: none;
	}
	.title-caderno {text-align: center}
	.wrap-caderno div:last-of-type {
		display: flex;
		justify-content: center;
	}
	.wrap-caderno {background-size: 180px, 300px}
	/* FIX */
	.filter-type-event .owl-item {padding: 0}
	.filter-type-event .owl-stage {
		display: flex;
		align-items: center;
		flex-wrap: nowrap
	}
	.filter-type-event .owl-item div {
		width: 100%
	}
	.hour-mobile {display: block}
	.hour-mobile:before {
		content: "";
		display: block;
		width: 15px;
		height: 15px;
		border-radius: 50%;
		background-color: #EB3E5F;
		position: absolute;
		left: -44px;
		top: 19px;
	}
	.colum-content div .hour-mobile:before {left: -54px}
	.colum-hour {display: none!important}
	.btn-type-event {
		text-align: left
	}
	.about {margin-left: 0}
	.item-noticias {margin-top: 30px}
	.owl-carousel.artists figure figcaption {font-size: 25px}
	.title-caderno span:nth-of-type(1),
	.title-caderno span:nth-of-type(2) {
		font-size: 35px;
		line-height: 32px;
	}
	.title-caderno small {
		display: block;
		line-height: 26px
	}
	.modal-content {
		flex-direction: column;
		align-items: center;
		height: auto
	}
	.modal-content .left-content {justify-content: center}
	.modal-content .left-content, .modal-content .right-content {width: 100%}
	.modal-content .left-content {
		padding-left: 20px;
		border-left: 3px solid #120623;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
	}
	.bg-trailer {
		background-position: left, bottom;
		background-size: 55%
	}
	.col-1140-light article {
		padding: 60px;
	}
	.header-subtitle-internas {text-align: center}
	h2.title-internas {font-size: 30px}
	p.subtitle-internas, .text-internas p {font-size: 20px}
	.ruler span {display: block}
	.wrap-sponsors figure {
		margin-left: 10px;
		margin-right: 10px;
	}
	.header-title-internas {font-size: 10.951760104302478vw}
	
	.content-apresentacao iframe{
		width: 335px;
		height: 188px;
	}
	
	.collection-info {
		padding-left: 20px;
		padding-right: 20px;
	}

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

	.col-1140-light .article-internas {
		padding: 0;
	}
	.internas figure .wp-post-image {
		width: 100%;
		min-width: 335px;
		height: 267px;
	}
	.item-noticias a {
		width: 100%;
	}
	.item-noticias figure img {
		height: 350px;
	}
}
@media screen and (max-width: 700px) {
	.content-super-banner{display: none;}
	.wrap-btn-days ul li button {
		width: 100px;
		height: 100px;
		background-size: 398px;
	}
	.wrap-btn-days ul li:nth-of-type(1) button {background-position: 5px 0}
	.wrap-btn-days ul li:nth-of-type(2) button {background-position: -98px 0}
	.wrap-btn-days ul li:nth-of-type(3) button {background-position: -197px 0}
	.wrap-btn-days ul li:nth-of-type(4) button {background-position: -300px 0}

	.wrap-btn-days ul li:nth-of-type(1) button.current {background-position: 5px -111px}
	.wrap-btn-days ul li:nth-of-type(2) button.current {background-position: -98px -111px}
	.wrap-btn-days ul li:nth-of-type(3) button.current {background-position: -197px -111px}
	.wrap-btn-days ul li:nth-of-type(4) button.current {background-position: -300px -111px}
	.wrap-caderno {
		background-image: url(''),url('../imgs/espiritualidade-mao.png');
		background-size: 250px;
		background-position: bottom right
	}
	.filter-type-event ul li {
		width: 49.5%
	}
	.title-blog {
		margin-top: 100px;
	}
	.title-local {
		font-size: 5vw
	}
	.title-local:before {
		width: 15px;
		/* float: left; */
	}
	.wp-block-image {
    width: auto;
    height: auto;
    margin-bottom: 0;
	}
	.title-interna {
		margin-top: 50px;
	}
}
@media screen and (max-width: 624px) {
	.instagram-bg {background-size: contain}
	.filter-type-event ul li {
		width: 100%;
		margin: 3px 0
	}
}
@media screen and (max-width: 596px) {
	.animation404 {
		max-width: 300px;
		display: block;
		margin: 0 auto
	}
	.anim-hand {
		bottom: 133px;
		right: 73px;
		width: 32px;
	}
	.warning {
		width: 61px;
		left: 24px;
		bottom: 85px;
	}
}
@media screen and (max-width: 580px) {
	.countDown:before, .countDown:after {display: none}
	.newspaper {width: 150px}
	.col-1140-light article {
		padding: 60px 30px 60px 30px;
	}
	.categorias .owl-carousel {
    display: flex;
    padding: inherit;
	}
}
@media screen and (max-width: 568px){
	.text-404 h3 {
		margin-top: 25px;
		line-height: unset;
		padding-bottom: 20px;
	}
}
@media screen and (max-width: 520px) {
	.wrap-btn-days ul li button {
		width: 70px;
		height: 70px;
		background-size: 277px
	}
	.wrap-btn-days ul li:nth-of-type(2) button {background-position: -67px 0}
	.wrap-btn-days ul li:nth-of-type(3) button {background-position: -136px 0}
	.wrap-btn-days ul li:nth-of-type(4) button {background-position: -209px 0}

	.wrap-btn-days ul li:nth-of-type(1) button.current {background-position: 4px -77px}
	.wrap-btn-days ul li:nth-of-type(2) button.current {background-position: -67px -77px}
	.wrap-btn-days ul li:nth-of-type(3) button.current {background-position: -136px -77px}
	.wrap-btn-days ul li:nth-of-type(4) button.current {background-position: -209px -77px}

	.hour-mobile:before {left: -34px}
	.colum-content div .hour-mobile:before {left: -44px}
	.title-local {font-size: 10vw;}
	.smartphone-frame {
		width: 85px;
		height: 105px;
	}
	.colum-content strong,
	.title-hour {
		font-size: 7vw;
	}
	.location-by-hour {font-size: 6vw;}
	.colum-hour {
		padding-right: 25px;
		font-size: 6.730769230769231vw
	}    
	.colum-content {padding-left: 25px}    
	.smartphone-screen {
		width: 78px;
		top: 20px;
		left: 4px;
	}
	.menu-wrap {
		position: fixed;
		margin-top: 0;
	}
	.menu-wrap ul li {
		font-size: 16px;
		border-left: 0;
		border-right: 0;
	}
	.social-btns a {
		padding: 0;
		overflow: hidden;
		margin: 0 3px

	}
	.social-btns a img {
		width: 35px;
		height: 35px;
	}
	.social-btns {
		margin: 10% auto 0;
		display: block;
		padding: 0;
		width: 300px;
		text-align: center
	}
	.social-btns h5 {display: block}
	.title-instagram-user {margin-bottom: -68px}
	.animation404 {max-width: 300px}
	.anim-hand {
		width: 25px;
	}
	.warning {
		width: 73px;
	}
	.title-bold {
		font-size: 10.576923076923077vw
	}
	.ao_vivo p:first-of-type {
    font-size: 18px;
	}

	.ao_vivo p:nth-child(3){
	font-size: 35px;
	}
	.ao_vivo span {
	font-size: 18px;
	}
}
@media screen and (max-width: 459px) {
	.btn-ingressos,
	.btn-progHome {
		margin-top: 20px
	}
	.gallery-item {
		margin: 0;
		width: 50%;
	}
	.title-tiny-black {
		font-size: 8.235294117647058vw
	}
	.txt-pod .desc {
    margin-top: 15px;
    font-size: 22px;
	}
	.button_ao_vivo a {
	    width: 200px;
	    height: 50px;
	    line-height: 67px;
	}
	.button_ao_vivo p {
	    font-size: 30px;
	    margin-left: 20px;
	    line-height: 50px;
	}
	.button_ao_vivo img {
	    width: 40px;
	    height: 40px;
	    margin-right: 20px;
	}
	.podcast figure img {
    width: 190px;
    height: 180px;
    object-fit: cover;
	}
	.listing li a div {
    margin-bottom: 10px;
	}
	.logo-mobile {
    display: block;
	}
	.logo-desk {
    display: none;
	}
	.cadernos p {
    font-size: 20px;
    margin-top: -10px;
	}

	.content-apresentacao p {
		width: 335px;
	}
}
@media screen and (max-width: 454px) {
	.footer-content figure figcaption {
		display: none
	}
	.logo-fva img {
    width: 90%;
	}
}
@media screen and (max-width: 432px) {
	.col-1140-light article:first-of-type {padding-top: 30px}
	.wrap-caderno {
		background-size: 190px;
	}
	.colum-content p {font-size: 5vw;}
	.countDown span {width: 50px}
	.countDown span:after {display: none}
	.countDown span:before {
		position: absolute;
		top: 55px;
		left: 0;
		font-size: 16px;
		text-align: center;
		width: 50px
	}
	.countDown span#days:before {content: "DIAS"}
	.countDown span#hours:before {content: "HORAS"}
	.countDown span#minutes:before {content: "MIN."}
	.countDown span#seconds:before {content: "SEG."}
	.newspaper {
		width: 84px;
	}
	.newspaper.rotate:after {right: -127px}
	.instagram-feed.insta-mobile a {
		width: 150px;
		height: 150px;
	}
	.wrap-sponsors {
		flex-direction: column;
		justify-content: center;
		margin-left: 0;
		margin-right: 0
	}
	.logo-fva img {
    width: 90%;
	}
	/* .logo-bar a img {
    width: 95%;
	} */

	.col-1140-light .article-internas:first-of-type {
		padding: 0;
	}
	.item-noticias figure img {
		height: 200px;
	}

}
@media screen and (max-width: 399px) {
	.wrap-btn-days ul li button {
		width: 55px;
		height: 55px;
		background-size: 197px
	}
	.wrap-btn-days ul li:nth-of-type(1) button {background-position: 6px 0}
	.wrap-btn-days ul li:nth-of-type(2) button {background-position: -45px 0}
	.wrap-btn-days ul li:nth-of-type(3) button {background-position: -95px 0}
	.wrap-btn-days ul li:nth-of-type(4) button {background-position: -146px 0}

	.wrap-btn-days ul li:nth-of-type(1) button.current {background-position: 6px -54px}
	.wrap-btn-days ul li:nth-of-type(2) button.current {background-position: -45px -54px}
	.wrap-btn-days ul li:nth-of-type(3) button.current {background-position: -95px -54px}
	.wrap-btn-days ul li:nth-of-type(4) button.current {background-position: -146px -54px}
	
	.logo-fva img {
    width: 90%;
	}
	.footer-content figure img {
    height: auto;
	}
}

@media screen and (max-width: 375px) {
	.welcome-title span:nth-of-type(1) {
    font-size: 45px;
	}
	.btn-download {
		margin: 5px 0;
		font-size: 13.5px
	}
	.btn-type-event {font-size: 14px}
	/* FIX */
	.main-attraction:before {font-size: 9.066666666666666vw}
	.footer-content figure figcaption {display: none}
	.title-caderno span:nth-of-type(1), .title-caderno span:nth-of-type(2) {
		font-size: 22px;
		line-height: 25px;
	}
	.wrap-caderno {
		background-size: 150px;
	}
	.logo-bar a {
		display: block;
		width: 250px;
		height: 60px;
		padding-top: 8px;
	}
	
	.owl-carousel.artists figure figcaption {
		font-size: 17px;
		text-align: center
	}
	.item-noticias figcaption {
		font-size: 20px;
	}
	.instagram-feed.insta-mobile a {
		width: 140px;
		height: 140px;
	}
	.col-1140-light article {
		padding: 60px 15px 60px 15px;
	}
	button.actionBtn {font-size: 14px}
	.podcast a {
    display: block;}
    .podcast figure {
    padding-left: 30px;
	}
	.logo-fva img {
    width: 90%;
	}
	.logo-bar a img {
    margin-top: 3px;
	}
	.footer-content figure img {
    height: auto;
	}
}
@media screen and (max-width: 320px) {
	/* FIX */
	.ao_vivo p:nth-child(3) {
    font-size: 35px;
	}
	.logo-fva img {
    width: 90%;
	}
	.footer-content figure img {
    height: auto;
	}

}