@media (max-width: 767px) 
   {
html, * html {margin: 0 !important; -webkit-text-size-adjust: 100%; width: 100%; height: 100%;}
p, a, body, td, tr, div, section, article, aside, footer, iframe, img, input, h1, h2, h3, h4, h5, h6 {text-rendering: optimizeLegibility; box-sizing: border-box;}
input {-webkit-appearance: none; -webkit-border-radius: 0;}

body { margin: 0; -webkit-font-smoothing: subpixel-antialiased; overflow-x: hidden; text-rendering: optimizelegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; height: 100%; background-image: none;}

/* HEADER */
.site-header {}

.site-header .container {}

.header-top {}

.logo {
    background: #f5f5f5 url(images/logotipo.png) center no-repeat;
    width: 100%;
    height: 500px;
    float: left;
    background-size: contain;
}

.logo img {}

.welcome-text {
    margin-top: -100px;
}

.welcome-text b {}

.main-menu {
    margin-bottom: 0px;
}

.main-menu ul {
    width: 100%;
    float: left;
    /* justify-content: center; */
    justify-content: unset;
    display: block;
}

.main-menu li {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
}

.main-menu a {}



/* HOME */
.home {}



/* DESTAQUES */
.destaques {}

.destaques .thumb {}

.destaques .thumb img {}

.destaques .categoria {}

.destaques .info {}

.destaques h2 {width: 70%;}

.destaques .data {}

.destaques .container {}



/* SLIDER */
.destaque-slider {}

.destaque-slider .swiper-wrapper {}

.slide-item {}



/* PAGINAÇÃO */
.slider-pagination {}

.slider-pagination .swiper-pagination-bullet {}

.slider-pagination .swiper-pagination-bullet-active {}



/* NOTICIAS */
.noticias {}

.section-title {}

.grid-noticias {}

.noticia-item {
    width: 100%;
}

.noticia-item .thumb {
    height: 300px;
}

.noticia-item .thumb img {}

.noticia-item .info {}

.noticia-item h3 {}

.noticia-item .data {}

span.data {}

.noticia-item:nth-child(3n+0) {}



/* ENREDOS */
.enredos {}

.titulo-enredo {}

.enredos .slider {}

.enredo-item {height: 300px;}

.enredo-item .thumb {}

.enredo-item .thumb img {}

.enredo-item:after {}

.enredo-item .categoria {}

.enredo-item .info {width: 100%}

.enredo-item h2 {}



/* PAGINAÇÃO */
.enredos-pagination {}

.enredos-pagination .swiper-pagination-bullet {}

.enredos-pagination .swiper-pagination-bullet-active {}



/* SUBTITULO */
.subtitulo {}



/* EVENTOS */
.eventos {}

.grid-eventos {}

.evento-item {
    width: 50%;
}

.evento-item .thumb {}

.evento-item:nth-child(2n) {margin-right: 0px;}

.evento-item .thumb img {}

.evento-item .thumb:after {}

.evento-item .info {}

.evento-item .data {}

.evento-item h3 {}
/*MENU*/
#menum {display: block;margin: 0px auto;width: 100%;/* margin-bottom: 20px; */}
/*Make dropdown links appear inline*/
	#menum ul {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
	#menum li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
	#menum ul li, li a {
		width: 100%;
	}
	/*Display 'show menu' link*/
	#menum .show-menu {
		display:block;
	}


}





@media (min-width: 1024px) and (max-width: 1049px) {
}

@media (min-width: 1050px) and (max-width: 1365px) {

}