body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: #000; 
}
 
::-webkit-scrollbar-thumb {
    background: #fe7e00;
}

::-webkit-scrollbar-thumb:hover {
    background: #d2d3d5; 
}

::-moz-selection {
	background: #fff;
	opacity: 0.8;
}

::selection {
	background: #fe7e00;
}

a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: underline;
	color: #000;
}

.stroke {
	opacity:0;
}

.estrela {
	width: 18px;
}

.imagem {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	-o-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	transition:1s ease-in-out;
	opacity: 0;
	cursor: pointer;
}

.imagem3 {
	width: 100%;
	padding-bottom: 15px;
}

#celula, #celula2 {
	padding-top: 0;
	padding-bottom: 0;
}

#celula2 {
	padding-bottom: 5px;
}

#celula3 {
	padding-bottom: 35px;
}

.texto-corrido2 {
	font-size: 24px;
}

#menu1, #menu2 #menu3 {
	padding-top: 25px;
}

.botao-menu {
	position: fixed;
	z-index: 102;
	top: 25px;
	right: 20px;
	cursor: pointer;
	width: 50px;
}

.imagem2 {
	width: 70%;
	-o-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	transition:1s ease-in-out;
}

.imagem-data {
	width: 100%;
	position: absolute;
	z-index: 2;
	padding-top: 35px;
	padding-right: 25px;
	-o-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	transition:1s ease-in-out;
	display: none;
}

.imagem-noticia {
	width: 100%;
	padding-top: 15px;
}

.imagem-evento {
	width: 100%;
}

.imagem-edant {
	width: 100%;
	border: 2px solid #000;
}

#cabecalho {
	position: fixed;
	z-index: 99;
	top: 22px;
	left: 0;
}

#cabecalho-escondido {
	z-index: -100;
	top: 22px;
	left: 0;
	opacity: 0;
}

#cabecalho-parte1 {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	background-color:#fe7e00
}

#menu {
	position: fixed;
	z-index: 100;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 35px;
	padding-bottom: 35px;
	background-color:#fe7e00;
	border-bottom: 2px solid #000;
	top: -100%;
	-o-transition:1s;
	-ms-transition:1s;
	-moz-transition:1s;
	-webkit-transition:1s;
	transition:1s ease-in-out;
}

#cabecalho-parte2 {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 0px;
}

#cabecalho-parte2-index {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.menu {
	font-family: 'Roboto Mono', monospace;
	font-weight: 700;
	font-size: 16px;
	line-height: 100%;
	color: #000;
}
	

#conteudo {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#conteudo-dia2 {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}

#conteudo-dia {
	position: relative;
	top: -5px;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #d2d3d5;
}

#conteudo-index {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.thumbnail-evento {
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
	transition: .5s;
	-o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
	padding-bottom: 20px;
}

.thumbnail-evento:hover {
	-webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

#conteudo-mosaico {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 25px;
}

#conteudo2 {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color:#d2d3d5;
}
	

.linha-horizontal-preta {
	width: 100%;
	height: 2px;
	position: relative;
	background-color: #000;
}

.linha-horizontal-preta2 {
	width: 100%;
	height: 1px;
	position: relative;
	background-color: #000;
}

.direita {
	text-align: right;
}

.fundo-branco {
	position: relative;
	background-color: #fff;
	width: 100%;
}

.titulo-noticia {
	font-family: Oswald, sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 115%;
	color: #000;
	letter-spacing: 0px;
}

.callfor {
	font-family: Oswald, sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 200%;
	color: #fe7e00;
	letter-spacing: 0px;
}

.centrado {
	text-align: center;
}

.adireita {
	text-align: right;
}

.fundinho {
	height: 30px;
}

#calling {
	position: relative;
	top: -5px;
	width: 100%;
	background-color: #000;
	background-image:url('elementos/fundo.jpg') cover cover;
}

.titulo-dia {
	font-family: Oswald, sans-serif;
	font-weight: 900;
	font-size: 20px;
	color: #000;
	letter-spacing: 0px;
	padding-top: 5px;
}

.titulo-programa {
	font-family: Oswald, sans-serif;
	font-weight: 900;
	font-size: 30px;
	color: #000;
	letter-spacing: 0px;
	line-height:100%;
}

.titulo-noticia2 {
	font-size: 30px;
	padding: 20px;
	border: 2px solid #000;
	box-shadow: 5px 5px 0px #000;
	background-color: #fe7e00;
	margin-bottom: 20px;
}

.titulo-noticia2:hover {
	background-color: #fff;
}

.padding-bottom {
	margin-bottom: 10px;
}

.padding-top {
	margin-top: 10px;
}

.titulo-noticia-data {
	font-family: 'Roboto Mono', monospace;
	color: #000;
	font-size: 18px;
	line-height: 120%;
	padding-bottom: 10px;
	text-transform: lowercase;
}

.titulo-noticia-data2 {
	font-family: 'Roboto Mono', monospace;
	color: #000;
	font-size: 18px;
	line-height: 120%;
	padding-bottom: 10px;
	text-decoration: underline;
}

.titulo-noticia-cabecalho {
	font-family: Oswald, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 100%;
	padding-top: 5px;
	color: #000;
	opacity: 0;
	padding-left: 15px;
	-o-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	transition:1s ease-in-out;
}

.dias-cabecalho {
	font-family: Oswald, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 100%;
	padding-top: 5px;
	color: #000;
	padding-left: 15px;
	-o-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	transition:1s ease-in-out;
}

.legenda {
	font-family: 'Roboto Mono', monospace;
	color: #000;
	font-size: 12px;
	line-height: 130%;
	padding-top: 12px;
	padding-bottom: 10px;
}

.legenda2 {
	font-family: 'Roboto Mono', monospace;
	color: #000;
	font-size: 14px;
	line-height: 130%;
	padding-top: 0;
	padding-bottom: 35px;
}

.legenda3 {
	font-family: 'Roboto Mono', monospace;
	color: #000;
	font-size: 14px;
	line-height: 130%;
	padding-top: 14px;
	padding-bottom: 0px;
}

a.legenda3:link {
	text-decoration: none;
	color: #000;
}

a.legenda3:visited {
	text-decoration: none;
	color: #000;
}

a.legenda3:active {
	text-decoration: underline;
	color: #000;
}

a.legenda3:hover {
	text-decoration: underline;
	color: #000;
}

#titulo-noticia-cabecalho {
	height: 120%;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0;
	opacity: 1;
	padding-left: 0;
}

.datamobile {
	bottom: 20px;
	position: fixed;
	z-index: 100;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}

.texto-corrido {
	font-family: "freight-text-pro",serif;
	font-size: 18px;
	line-height: 140%;
	color: #000;
}

#texto {
	padding-top: 10px;
	padding-bottom: 35px;
}

.imagens {
	width: 100%;
}

.imagens2 {
	width: 100%;
}

.imagens3 {
	width: 100%;
}

.texto-intro {
	font-family: Roboto Mono, monospace;
	font-size: 14px;
	color: #000;
}

.indisponivel {
	text-decoration: line-through;
}

.categoria {
	color:#fe7e00;
	background-color:#000;
	padding: 3px;
}

#intro {
	position: fixed;
	z-index: -900;
	width: 100%;
	height: 100%;
	background-color: #fe7e00;
	background-image:url(elementos/intro/fundo-mobile.jpg);
	background-size:cover;
	-o-transition:1s;
	-ms-transition:1s;
	-moz-transition:1s;
	-webkit-transition:1s;
	transition:1s ease-in-out;
	opacity: 0;
}

#intro-conteudo {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 35px;
	padding-bottom: 35px;
}

.intro-fechar {
	position: absolute;
	z-index: 104;
	width: 20px;
	right: 20px;
	top: 20px;
	cursor: pointer;
}

#menu1 {
	-o-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	transition:1s ease-in-out;
}
#barra-cimeira {
	position: fixed;
	z-index: 105;
	top: 0;
	left: 0;
	width: 100%;
	height: 24px;
	background-color: #000;
}

.esquerda {
	position: absolute;
	top: 6px;
	left: 40px;
}

.direita {
	position: absolute;
	top: 6px;
	right: 10px;
}

.cineclube {
	position: absolute;
	top: 4px;
	left: 10px;
	height: 16px;
}

.letra-cimeira {
	font-family: 'Roboto Mono', monospace;
	font-size: 11px;
	font-weight: 700;
	line-height: 100%;
	color: #FE7E00;
}
a.cimeira:link {
	text-decoration: none;
	color: #fe7e00;
}

a.cimeira:visited {
	text-decoration: none;
	color: #fe7e00;
}

a.cimeira:hover {
	text-decoration: none;
	color: #fff;
}

a.cimeira:active {
	text-decoration: none;
	color: #fff;
}

.call {
	text-align: center;
	font-family: 'Roboto Mono', monospace;
	color: #fe7e00;
	font-size: 18px;
}

a.call:link {
	text-decoration: none;
	font-family: 'Roboto Mono', monospace;
	color: #fe7e00;
}

a.call:visited {
	text-decoration: none;
	font-family: 'Roboto Mono', monospace;
	color: #fe7e00;
}

a.call:hover {
	text-decoration: none;
	color: #fff;
}

a.call:active {
	text-decoration: none;
	font-family: 'Roboto Mono', monospace;
	color: #fff;
}

.espacamento {
	width: 10px;
}

@media screen and (max-width: 768px) {
	#barra-cimeira {
		display: none!important;
	}
	#conteudo {
		padding-top: 10px;
	}
	#cabecalho, #cabecalho-escondido {
		top: 0px;
	}
}

@media screen and (min-width: 768px) {
	.botao-menu {
	position: fixed;
	z-index: 102;
	top: 25px;
	right: 20px;
	cursor: pointer;
	width: 75px;
}
	.intro-fechar {
	width: 36px;
	right: 35px;
	top: 35px;
}
	.stroke {
	position: fixed;
	z-index: 104;
	right: 0;
	height: 100%;
	background-color: #000;
	width: 2px;
	opacity: 1;
}
#mobile2 {
	display: none!important;
}
.imagem {
	opacity: 1;
}
#cabecalho-parte {
	padding-top: 0;
	padding-bottom: 0;
}
#conteudo {
	width: 100%;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 10px;
	padding-bottom: 35px;
}
}

@media screen and (max-width: 1200px) {
.imagem3 {
	padding-bottom: 0;
}
#menu1 {
	display: none!important;
}
#logotiposdesktop {
	display: none!important;
}
.imagem-evento {
	width: 80%;
}
}

@media screen and (min-width: 1200px) {
.imagem3 {
	padding-bottom: 5px;
}
	.categoria {
	padding-left: 2px;
	padding-right: 2px;
}
	.thumbnail-evento {
		padding-bottom: 0;
	}
	#celula 2{
		padding-bottom: 20px;
	}
	#mobile {
	display: none!important;
	}
	.legenda {
	font-family: 'Roboto Mono', monospace;
	color: #000;
	font-size: 12px;
	line-height: 130%;
	padding-top: 12px;
	padding-bottom: 10px;
}
.legenda3 {
	font-family: 'Roboto Mono', monospace;
	color: #000;
	font-size: 16px;
	line-height: 130%;
	padding-top: 12px;
	padding-bottom: 12px;
}
	.titulo-noticia-cabecalho {
		padding-top: 0;
		font-size: 18px;
}
.dias-cabecalho {
		padding-top: 0;
		font-size: 20px;
		line-height: 100%;
}
	#intro-conteudo {
	padding-right: 35px;
	padding-left: 35px;
}
	.titulo-noticia-data {
	font-family: 'Roboto Mono', monospace;
	color: #000;
	font-size: 18px;
	line-height: 120%;
	padding-bottom: 0;
}
	.titulo-noticia-data2 {
	font-family: 'Roboto Mono', monospace;
	color: #000;
	font-size: 18px;
	line-height: 120%;
	padding-bottom: 0;
}
	.imagem {
	width: 70%;
	padding-top: 20px;
	padding-bottom: 20px;
	}
	.imagem-data {
		display: block;
	}
	.datamobile {
		display: none!important;
	}
	#cabecalho-parte1 {
	width: 100%;
	padding-left: 50px;
	padding-right: 50px;
	background-color:#fe7e00
}
	#cabecalho-parte2 {
	width: 100%;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 10px;
	padding-bottom: 5px;
}
#cabecalho-parte2-index {
	width: 100%;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
}
	.menu {
	font-family: 'Roboto Mono', monospace;
	font-size: 15px;
	line-height: 100%;
	color: #000;
}
.titulo-noticia {
	font-family: Oswald, sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 48px;
	line-height: 115%;
	color: #000;
	letter-spacing: 0px;
}
.titulo-dia {
	font-family: Oswald, sans-serif;
	font-weight: 900;
	font-size: 24px;
	line-height: 115%;
	color: #000;
	letter-spacing: 0px;
}
.titulo-programa {
	font-family: Oswald, sans-serif;
	font-weight: 900;
	font-size: 36px;
	line-height: 100%;
	color: #000;
	letter-spacing: 0px;
	padding-top: 12px;
}
.titulo-noticia2 {
	font-size: 36px;
	padding: 20px;
	border: 2px solid #000;
	box-shadow: 5px 5px 0px #000;
}
.callfor {
	font-size: 36px;
	padding: 20px;
}
#conteudo {
	width: 100%;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 10px;
	padding-bottom: 35px;
}
#conteudo-dia2 {
	width: 100%;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#conteudo-dia {
	width: 100%;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 32px;
	padding-bottom: 0px;
}
#conteudo-index {
	width: 100%;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 20px;
	padding-bottom: 35px;
}
#conteudo-mosaico {
	width: 100%;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 35px;
}

#conteudo2 {
	width: 100%;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 35px;
	padding-bottom: 35px;
	background-color:#d2d3d5;
}
.imagem {
	opacity: 1;
}
#mobile {
	opacity: 0;
}
.texto-corrido {
	font-family: "freight-text-pro",serif;
	font-size: 18px;
	line-height: 140%;
	color: #000;
}


.imagens2 {
	width: 65%;
}

.imagens3 {
	width: 80%;
}
#intro {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #fe7e00;
	background-image:url(elementos/intro/fundo.jpg);
}
#mobile {
	display: none!important;
}
}

@media screen and (min-width: 1600px) {
#menu1, #menu2 #menu3 {
	padding-top: 35px;
}
	.titulo-noticia-cabecalho {
		font-size: 24px;
	}
.dias-cabecalho {
		font-size: 28px;
		padding-top: 7px;
	}
		.menu {
	font-family: 'Roboto Mono', monospace;
	font-size: 18px;
	line-height: 100%;
	color: #000;
}
.titulo-noticia {
	font-family: Oswald, sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 72px;
	color: #000;
	letter-spacing: 0px;
}
.titulo-dia {
	font-family: Oswald, sans-serif;
	font-weight: 900;
	font-size: 30px;
	color: #000;
	letter-spacing: 0px;
}
.titulo-programa {
	font-family: Oswald, sans-serif;
	font-weight: 900;
	font-size: 48px;
	color: #000;
	letter-spacing: 0px;
	padding-top: 15px;
}
.legenda {
	font-family: 'Roboto Mono', monospace;
	color: #000;
	font-size: 14px;
	line-height: 130%;
	padding-top: 15px;
	padding-bottom: 10px;
}
.legenda3 {
	font-family: 'Roboto Mono', monospace;
	color: #000;
	font-size: 18px;
	line-height: 130%;
	padding-top: 15px;
	padding-bottom: 15px;
}
.titulo-noticia-data {
	font-family: 'Roboto Mono', monospace;
	color: #000;
	font-size: 24px;
	line-height: 120%;
	padding-bottom: 0;
}
.titulo-noticia-data2 {
	font-family: 'Roboto Mono', monospace;
	color: #000;
	font-size: 24px;
	line-height: 120%;
	padding-bottom: 0;
}
.titulo-noticia2 {
	font-size: 48px;
	padding: 20px;
	border: 2px solid #000;
	box-shadow: 5px 5px 0px #000;
}
.callfor {
	font-size: 48px;
	padding: 20px;
}
.texto-intro {
	font-size: 20px;
}
	#cabecalho-parte2, #cabecalho-parte2-index {
	width: 100%;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#conteudo-dia2 {
	padding-top: 0px;
}
#conteudo-index {
	padding-top: 20px;
}
.imagem-evento {
	width: 80%;
}
.texto-corrido {
	font-size: 20px;
}
}