
@media (min-width: 1000px) and (max-width: 1080px){
	header h1{
		margin-left: 30px !important;
	}
	header nav{
		width: 62% !important;
		display: none;
	}
	header nav li{
		margin-right: 12px !important;
	}
	header nav a{
		font-size: 13px !important;
	}
	header .idiomas{
		right: 30px !important;
	}
	.submenu a{
		height: 350px;
		padding:120px 3.45% 0;
	}
	.submenu h3{
		min-height: 23px;
		font-size: 15px;
		padding: 10px 0 3px 32px;
	}
	#content .boxs{
		height: 550px !important;
	}
	#content .scroll{
		height: 390px;
	}
	#content .scroll img{
		height: 365px;
		width: auto;
	}
	.box-noticias, .texto-sobre{
		padding: 5% 0;
		width: 90%;
	}
	.box-noticias li .text h3, .single .leia-tambem .center li .text h3{
		font-size: 18px;
	}
	.pg-noticias{
		width: 75%;
	}
	.pg-noticias h2.title-news{
		margin-bottom: 25px;
	}
	.single .leia-tambem .center{
		width: 75%;
	}
	.single-noticias li{
		width: 80%;
	}
	
}
@media (min-width: 320px) and (max-width: 1080px){
	header nav{
		display: none;
	}
}
