@import url('https://fonts.googleapis.com/css?family=Chau+Philomene+One');
@import url('https://fonts.googleapis.com/css?family=Ubuntu&display=swap');

/* GERAIS */

*{
	margin:0;
	padding:0;
	/*-webkit-appearance:none;*/
	letter-spacing: 1px;
}

html,body{


	overflow:hidden;
	font-size: 16px;
	width: 100%;
	height: 100%;
	position: relative;

}

input{

	outline:none;
	border:none;
}

textarea{

	resize:none;
	outline:none;
}

.util{

	margin:0 auto;
	max-width:1500px;
}

ul{

	list-style:none;
}

a{

	text-decoration:none;
}

.btn{

	font-family: 'Raleway', sans-serif;
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: 900 !important;
	color: #FFF;
	background: #002343;
	border: 0px;
	outline: none;
	padding: 12px 20px;
	cursor: pointer;
	-webkit-transition:all 300ms;
	-moz-transition:all 300ms;
	-o-transition:all 300ms;
	transition:all 300ms;

}

.btn:hover{

	/*color: #FFF;*/
	background: #314672;

}
.header-section{
	box-shadow: 0px 10px 29px -1px rgba(0,0,0,0.29);
	background-color: #fff;
	height:90px;
}
.btnb{

	font-family: 'Raleway', sans-serif;
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: 900 !important;
	color: #314672;
	background: #FFF;
	border: 0px;
	outline: none;
	padding: 12px 20px;
	cursor: pointer !important;

}

h1{

	color: #2179c0;

}

h1 div{

	clear: both;
	border-bottom: 4px solid #2179c0;
	width: 50px;

}

/* FIM GERAIS */

/* ESTRUTURA */

#estrutura{
	display: table;
    flex-direction: column;
	width: 100%;
	height:100%;
	padding: 0px;
	top: 120px !important;
	/* max-height: 716px; */
	position: relative;
	z-index: 3;
	/* align-items: center;
	justify-content: center; */
}


#estrutura > li{
	height: 100%;
	/*background: #F00;*/

}

#estrutura > li:first-child{

	width: 160px;

}

#estrutura > .tempo{

	width: 1100px;
	margin: 0px auto;
	max-width:100%;
}

#estrutura > .news{

	width: 1100px;
	margin: 0px auto;
	display: flex;
	justify-content: space-between;
	margin-top:60px;
	margin-bottom:40px;
	max-width:100%;
	box-sizing: border-box;

}
#estrutura > .news > div{
	width: 45%;
}

.container-conteudo{
	display:table-cell; 
	vertical-align:top;
}
.new-img{
	width:100%;
}

.new-title{
	color: #4e338f;
    margin-bottom: 5%;
	font-weight: 500;
	font-size: 56px;
    font-family: 'Baloo Da 2', cursive;
	text-align: center;
}
.news-g1{
	font-size: 14px;
	font-family: 'Baloo Da 2', cursive;
	color: #4e338f;
}

.news-g1 > .news-item{
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-weight: 500;
	font-size: 38px;
}

.new-desc{
	font-size: 40px;
	font-family: 'Baloo Da 2', cursive;
	color: #6b6b6b;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 30px;
	height: 140px;
}


/* FEED */

#estrutura > li > ul#notlat{

	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	position: relative;

}

#estrutura > li > ul#notlat > li{

	box-sizing: border-box;
	margin: 0px;
	padding: 15px;
	width: 100%;
	height: 22.8%;
	margin-bottom: 8%;
	position: relative;

	font-family: 'Chau Philomene One', sans-serif;
	color: #434343;
	text-align: justify;

	text-transform: uppercase;
	border-radius: 10px 0px 0px 10px;
	border: 1px solid #f5f9fb;
	background: #FFF;

}

#estrutura > li > ul#notlat > li span{

	position: absolute;
	right: 15px;
	bottom: 15px;

}

#estrutura > li > ul#notlat > li:last-child{

	margin-bottom: 0px;

}

/* FIM FEED */

.ftg{

	font-size: 2.6em;
	font-family: 'Chau Philomene One', sans-serif;
	color: #8ebf4f;
	float: right;

}

#topo{

	margin-bottom: 40px;

}

.quit-btn{
	width: 100px;
    font-size: 15px;
    color: #fff;
    background: #4e2e91;
    font-weight: 500;
	height: 90px;
	text-align: center;
    line-height: 90px;
	font-family: 'Baloo Da 2', cursive;
}
.quit-btn > span{
	height: 100%;
    line-height: 90px;
}
.quit-link {
    position: absolute;
    top: 0;
    right: 0;
    height: 80px;
    padding: 0 !important;
	margin: 0 !important;
}
.content-tv{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
/* CONTEÚDO */
.new-img {
	max-width: 500px;
	min-width: 500px;
	width:100%;
	margin: 0 20px 20px 0;
	
}
.news{
	display: flex;
	padding: 0 20px;
}
.tempo{
	padding: 0 20px;
	margin-top:60px !important;
	box-sizing: border-box;
}

@media screen and (max-width:1130px){
	html,body{
		overflow: hidden;
	}
	.news {
		margin-top: -30px;
		display: block;
	}
	
	#estrutura > .news > div {
		width:100%;
	}
	.new-img {
		max-width: 750px;
		width: 100%;
		margin: 0px auto 20px auto;
	}

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

.imgnotdi{

	max-height: 470px !important;
	min-height: 470px !important;
	max-width: 900px !important;
	min-width: 900px !important;
	border-radius: 10px;

}

#conteudo{

	/*padding: 40px 0px;*/
	font-family: 'Chau Philomene One', sans-serif;

}

#conteudo > #fundcont{

	display: table;
	width: 100%;
	/*background: #FFF;*/
	height: 200px;
	border-radius: 10px;
	/*padding: 35px;*/

}

#conteudo > #fundcont > ul#dv{

	margin: 0px;
	padding: 0px;

}

#conteudo > #fundcont > ul#dv > li{

	float: left;
	max-width: 385px;
					/*background: #F00;
					border: 2px solid #000;*/

				}

				

				#conteudo > #fundcont > ul#dv > li:first-child{

					max-width: 1100px;
					height: 740px;
					background: url('parts/bg_noticia.png') no-repeat;
					padding-top: 20px;
					padding-left: 15px;

				}

				#conteudo > #fundcont > ul#dv > li:first-child{

					max-width: 1100px;

				}

				/* FIM CONTEÚDO */

				.cd-top {
					display: inline-block;
					height: 80px;
					width: 80px;
					position: fixed;
					bottom: 20px;
					right: 20px;
					box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
					/* image replacement properties */
					overflow: hidden;
					text-indent: 100%;
					white-space: nowrap;
					background: url(parts/setatop.png) no-repeat center 50%;
					visibility: hidden;
					opacity: 0;
					z-index: 10;
					-webkit-transition: opacity .3s 0s, visibility 0s .3s;
					-moz-transition: opacity .3s 0s, visibility 0s .3s;
					transition: opacity .3s 0s, visibility 0s .3s;
				}
				.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
					-webkit-transition: opacity .3s 0s, visibility 0s 0s;
					-moz-transition: opacity .3s 0s, visibility 0s 0s;
					transition: opacity .3s 0s, visibility 0s 0s;
				}
				.cd-top.cd-is-visible {
					/* the button becomes visible */
					visibility: visible;
					opacity: 1;
				}
				.cd-top.cd-fade-out {
					/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
					opacity: .8;
				}
				.no-touch .cd-top:hover {
					opacity: 1;
				}

				/* MEDIA SCREEN */

				@media screen and (max-height: 720px) {

					.liimg{

						max-height: 290px;

					}

					#topo > li:first-child {

						padding: 40px 0px 20px 0px;

					}


					#topo > li > div.util{

						width: 95%;

					}

					#topo > li > div.util #logo {

						width: 200px;

					}

					#topo > li > div.util #icontv {

						/*width: 60px;*/
						margin-top: 10px !important;

					}

					#conteudo > #fundcont {

						width: 100%;

					}

					#conteudo > #fundcont > ul#dv > li:first-child {

						max-width: 1100px;
						height: 740px;
						background: url('parts/bg_noticia.png') no-repeat;
						padding-top: 20px;
						padding-left: 15px;

					}

					.imgnotdi{

						max-height: 580px !important;
						min-height: 580px !important;
						max-width: 1065px !important;
						min-width: 1065px !important;
						border-radius: 10px;

					}

					#conteudo > #fundcont > ul#dv > li > ul#notlat{

					}

					#conteudo > #fundcont > ul#dv > li > ul#notlat > li{

						padding: 20px;
						margin-bottom: 30px;
						border-right: 17px solid #F00;
						text-transform: uppercase;
						color: #1f595f;
						font-weight: 100;
						font-size: 1.4em;

					}

				}