@import "config.css";

/* TOPO */
#barra_topo {
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #eee;
	color: #484848;
}
#links_topo {
	float: left;
}
#links_topo a {
	color: inherit;
	margin-right: 10px;
}
#links_topo i {
	margin-right: 5px;
}

#redes_socias_topo {
	float: right;
}
#redes_socias_topo a {
	color: inherit;
	padding: 0 10px;
	font-size: 20px;
}

/* TOPO */

.divisor_andares {
	width: 100%;
	height: auto;
	overflow: auto;
	padding: 70px 0;
}

.titulo {
	display: block;
	margin-bottom: 20px;
}

.titulo h2 {
	display: block;
	font-size: 24px;
	color: var(--corPrincipal);
	font-weight: 700;
	line-height: 34px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.titulo span {
	display: block;
	width: 20px;
	height: 5px;
	background: #000;
}

.btn_mais {
	display: block;
	padding: 10px 0;
	font-size: 18px;
	color: #444;
}
.btn_mais span {
	display: block;
	width: 30px;
	height: 2px;
	background: var(--corPrincipal);
	margin-top: 9px;
	transition: 0.5s;
}
.btn_mais:hover span {
	width: 100%;
}
.btn_mais:hover {
	color: var(--corPrincipal);
}

/* BANNER HOME */
#banner {
	width: 100%;
	height: auto;
	overflow: auto;
	padding: 70px 0 30px 0;
}

#banner_left {
	float: left;
	width: 74%;
	height: auto;
}

#banner_right {
	float: right;
	width: 24.5%;
	height: auto;
}

.box_banner_right {
	width: 100%;
	max-height: 260px;
	margin-bottom: 13px;
	overflow: hidden;
}

/* BANNER HOME */

/* LINKS HOME */

#links_home {
	width: 100%;
	height: auto;
	padding: 50px 0;
	overflow: auto;
}

.box_links_home {
	float: left;
	width: 18%;
	height: auto;
	padding: 15px;
	margin-right: 2.5%;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(000, 000, 000, 0.1);
	-moz-box-shadow: 0px 3px 10px 0px rgba(000, 000, 000, 0.1);
	box-shadow: 0px 3px 10px 0px rgba(000, 000, 000, 0.1);
}

.box_links_home:last-child {
	margin-right: 0;
}

.box_links_home a {
	display: block;
	color: #484848;
}

.box_links_home h4 {
	float: right;
	width: 60%;
	margin-top: 10px;
	text-transform: uppercase;
}

.icone_links_home {
	float: left;
	width: 40%;
	height: auto;
}

/* LINKS HOME */

/*  */

.tab2 {
	float: left;
	position: relative;
	overflow: hidden;
	width: 50%;
	-webkit-font-smoothing: antialiased;
}

.listagem_tab {
	width: 100%;
	display: block;
	list-style: none;
	margin: 0;
	padding: 10px 15px 5px 15px;
	border: 1px solid #eee;
	margin-bottom: 20px;
	/*
	-webkit-transition:all 0.2s ease-in-out; 
	-moz-transition:all 0.2s ease-in-out; 
	transition:all 0.2s ease-in-out; 
	*/
}

.listagem_tab li {
	display: inline-block;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	margin-right: 10px;
	color: #777;
}
.tabs_item2 {
	display: none;
	overflow: auto;
	float: left;
	width: 100%;
	box-sizing: border-box;
}
.tabs_item2:first-child {
	display: block;
}
.current2 {
	color: var(--corPrincipal) !important;
	font-weight: 700;
}

/*
#noticias {
	float: left;
	width: 100%;
	height: auto;
	overflow: auto;
}
*/

#noticia_desq {
	float: left;
	width: 50%;
	height: 400px;
	border: 1px solid #eee;
	overflow: hidden;
	position: relative;
}

#data_noticia_desq {
	width: 100%;
	height: auto;
	padding: 50px 20px 30px 20px;
	left: 0;
	bottom: 0;
	text-align: center;
	position: absolute;
	background: rgb(255, 255, 255);
	background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 4%, rgba(0, 0, 0, 0.87718837535014) 96%);
	background: -o-linear-gradient(rgba(255, 255, 255, 0) 4%, rgba(0, 0, 0, 0.87718837535014) 96%);
	background: linear-gradient(rgba(255, 255, 255, 0) 4%, rgba(0, 0, 0, 0.87718837535014) 96%);
}

#data_noticia_desq h4 {
	color: #ffffff;
	font-size: 20px;
}

#data_noticia_desq span {
	display: block;
	color: #ffffff;
	margin-top: 10px;
	font-size: 16px;
}

#data_noticia_desq b {
	color: #fff;
}

#ultimas_noticias {
	float: right;
	width: 45%;
	height: auto;
}

#ultimas_noticias a {
	display: block;
	margin-bottom: 15px;
}

#ultimas_noticias h4 {
	font-size: 16px;
	color: #484848;
	font-weight: 700;
}

#ultimas_noticias span {
	display: block;
	color: #777;
}

.ultimas_noticias_desq {
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
}

.ultimas_noticias_desq h4 {
	font-size: 30px !important;
	line-height: 35px;
	color: var(--corPrincipal) !important;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

/**/

#list_video_home {
	float: left;
	width: 25%;
	height: auto;
	padding: 20px;
	margin-left: 2.5%;
	border: 1px solid #eee;
}

#video_destaque {
	width: 100%;
	height: 250px;
	border: 1px solid #eee;
	overflow: hidden;
	position: relative;
}

.data_video_desq {
	width: 100%;
	height: auto;
	/*	z-index: 9999999;*/
	padding: 20px;
	left: 0;
	bottom: 0;
	position: absolute;
	background: rgb(255, 255, 255);
	background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 4%, rgba(0, 0, 0, 0.87718837535014) 96%);
	background: -o-linear-gradient(rgba(255, 255, 255, 0) 4%, rgba(0, 0, 0, 0.87718837535014) 96%);
	background: linear-gradient(rgba(255, 255, 255, 0) 4%, rgba(0, 0, 0, 0.87718837535014) 96%);
}

.data_video_desq span {
	float: left;
	display: block;
	background: var(--corPrincipal);
	width: 20%;
	height: auto;
	color: #fff;
	padding: 7px 10px;
	font-weight: 700;
	font-size: 16px;
}

.data_video_desq h4 {
	float: right;
	width: 75%;
	height: auto;
	color: #ffffff;
	line-height: 18px;
}

.ultimos_videos,
.ultimos_videos a {
	width: 100%;
	height: auto;
	overflow: auto;
}

.ultimos_videos a {
	display: block;
	padding: 10px 20px;
}

.ultimos_videos span {
	float: left;
	display: block;
	background: #484848;
	width: 20%;
	height: auto;
	color: #fff;
	padding: 7px 10px;
	font-weight: 700;
	font-size: 16px;
}

.ultimos_videos h4 {
	float: right;
	width: 75%;
	height: auto;
	color: #484848;
	line-height: 18px;
}

/**/

#banners_chamada_home {
	float: right;
	width: 20%;
	height: auto;
}

#banners_chamada_home a {
	display: block;
	margin: 0 0 10px 0;
	height: auto;
}

/*  */

#banner_chamada_home {
	width: 100%;
	height: auto;
	padding: 50px 0;
	overflow: auto;
	text-align: center;
}

.banner_col3 {
	float: right;
	width: 32.333%;
	height: auto;
}

.box_banner_col3 {
	width: 46%;
	float: left;
	margin: 0 2% 2% 2%;
	height: auto;
}

.box_col3 {
	float: left;
	width: 31.333%;
	height: auto;
	border: 1px solid #eee;
	padding: 30px;
	margin-right: 2%;
}

.box_col3:last-child {
	margin-right: 0;
}

.icone_box_col3 {
	float: right;
	width: 45%;
}

.list_links_box_col3 {
	width: 100%;
	/*	float: left;*/
	margin: 0;
	padding: 0 20px 0 0;
	list-style: none;
	display: block;

	height: auto;
	max-height: 225px;
	overflow: auto;
}

.list_links_box_col3::-webkit-scrollbar-track {
	background-color: #fafafa;
}
.list_links_box_col3::-webkit-scrollbar {
	width: 5px;
	background: #fafafa;
}
.list_links_box_col3::-webkit-scrollbar-thumb {
	background: #e3e3e3;
}

.list_links_box_col3 li {
	display: block;
}

.list_links_box_col3 li a {
	padding: 5px 0;
	display: block;
	color: #484848;
	font-size: 16px;
}

.box_redes_sociais {
	width: 31.333%;
	height: auto;
	min-height: 220px;
	border: 1px solid #eee;
	padding: 20px;
	float: left;
	margin-right: 3%;
}

.box_redes_sociais:last-child {
	margin-right: 0;
}

.capa_instagram {
	width: 31.333%;
	height: 98px;
	overflow: hidden;
	position: relative;
	float: left;
	margin: 1%;
	background: #eee;
}

.capa_instagram img {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	margin: auto;
	max-width: 100%;
}

/* FOOTER */
#footer {
	width: 100%;
	height: auto;
	overflow: auto;
	padding: 50px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#sobre_footer {
	float: left;
	width: 15%;
	height: auto;
}
#sobre_footer span {
	display: block;
	margin: 5px 0;
	color: #484848;
}

#ct_box_footer {
	float: right;
	width: 80%;
	height: auto;
}

.boxs_footer {
	float: left;
	width: 20%;
	height: auto;
	color: #505050;
}
.boxs_footer h3 {
	display: block;
	font-size: 16px;
	color: #333;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 15px;
}
.boxs_footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.boxs_footer li {
	display: block;
}
.boxs_footer a {
	display: block;
	color: #484848;
	padding: 5px 0;
}
.boxs_footer a b {
	text-transform: uppercase;
}

#r_sociais_footer {
	width: 100%;
}
#r_sociais_footer a {
	color: #484848;
	font-size: 18px;
	padding: 10px;
	display: inline-block;
}

#by {
	width: 100%;
	height: auto;
	overflow: auto;
	padding: 25px 0;
	color: #484848;
}
#by_left {
	float: left;
}

#by_right {
	float: right;
}

#by_right a {
	font-weight: 700;
	color: #484848;
}
/* FOOTER */

#migalha {
	width: 100%;
	height: auto;
	color: #484848;
	padding: 20px 0;
	background: #fafafa;
}
#migalha h2 {
	font-size: 35px;
	font-weight: 700;
	line-height: 45px;
}
#migalha p {
	font-size: 13px;
}
#migalha a {
	color: #484848;
	text-decoration: underline;
}

.margin_top_bottom {
	width: 100%;
	height: auto;
	overflow: auto;
	padding: 50px 0;
}

/* CONTEÚDO */
.conteudo_left {
	float: left;
	width: 70%;
	height: auto;
}
.conteudo_left h3 {
	font-size: 25px;
	line-height: 35px;
	color: #333;
}
.conteudo_left p {
	font-size: 16px;
	line-height: 26px;
	color: #555;
	font-weight: 300;
}
.conteudo_left a {
	color: #555;
}

.data_post {
	float: left;
	display: inline-block;
	color: var(--corPrincipal);
	font-size: 17px;
}
.data_post b {
	color: #555;
}

.a2a_kit {
	float: right;
}

#lateral {
	float: right;
	width: 25%;
	height: auto;
	overflow: auto;
}
#links_lateral {
	width: 100%;
	height: auto;
	margin: 10px auto;
}
#links_lateral ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#links_lateral ul li {
	display: block;
	border: 1px solid #eee;
	margin: 10px 0;
	text-align: center;
}
#links_lateral ul li a {
	display: block;
	padding: 15px;
	color: #939393;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
}
/* CONTEÚDO */

.conteudo_categ_left {
	float: left;
	width: 70%;
	height: auto;
}
.conteudo_categ_left h3 {
	width: 48%;
	height: auto;
	float: left;
	margin-right: 2%;
	font-size: 25px;
	line-height: 35px;
	color: #333;
}
.conteudo_categ_left p {
	width: 45%;
	height: auto;
	float: left;
	font-size: 16px;
	line-height: 26px;
	color: #555;
	font-weight: 300;
}

.conteudo_categ_left h3,
.conteudo_categ_left p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.btn_mais_categ {
	float: right;
	width: 5%;
	border: 1px solid #ddd;
	text-align: center;
	padding: 25px 0;
	border-radius: 3px;
	color: #484848;
	margin-top: 20px;
}

.conteudo_categ_left a {
	display: block;
	width: 100%;
	height: auto;
	overflow: auto;
	margin-bottom: 40px;
}
.conteudo_categ_left span {
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
	color: var(--corPrincipal);
}
.conteudo_categ_left a:hover > h3 {
	color: var(--corPrincipal);
}
.conteudo_categ_left a:hover > .btn_mais_categ {
	border: 1px solid var(--corPrincipal);
}

/* CONTATO */
#info_contato {
	width: 30%;
	height: auto;
	float: right;
}

.box_info_contato {
	width: 100%;
	height: auto;
	padding: 25px;
	border-radius: 6px;
	margin-bottom: 70px;
	color: #484848;
	box-shadow: 0px 2px 15px 0px rgba(50, 50, 50, 0.1);
	border: 1px solid #eee;
	transition: 0.5s;
}

.box_info_contato h3 {
	text-transform: uppercase;
}
.box_info_contato a {
	font-size: 17px;
	display: block;
	padding: 5px 0;
	color: inherit;
}

#form_ctt {
	width: 65%;
	height: auto;
	float: left;
	padding: 0;
}
#form_ctt h3 {
	font-size: 30px;
	line-height: 40px;
	color: #484848;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#form_ctt h4 {
	font-size: 18px;
	line-height: 30px;
	color: #555;
	font-weight: 400;
	margin-bottom: 30px;
}

#form_ctt input,
#form_ctt textarea {
	border: 1px solid #ddd;
	margin-bottom: 15px;
	background-color: transparent;
	width: 100%;
	padding: 15px;
	font-size: 17px;
	border-radius: 2px;
}

#form_ctt input:focus,
#form_ctt textarea:focus {
	border: 1px solid var(--corPrincipal);
}

#form_ctt input[type="submit"] {
	border: 1px solid #ddd;
	color: #fff;
	max-width: 250px;
	cursor: pointer;
	transition: 0.5s;
	background: var(--corPrincipal);
}
#form_ctt input[type="submit"]:hover {
	filter: saturate(2);
}

#form_ctt input::-webkit-input-placeholder,
#form_ctt textarea::-webkit-input-placeholder {
	color: #555;
}

#form_ctt input:-ms-input-placeholder,
#form_ctt textarea:-ms-input-placeholder {
	color: #555;
}

#form_ctt input::placeholder,
#form_ctt textarea::placeholder {
	color: #555 !important;
}

.input_left,
.input_right {
	width: 49%;
	height: auto;
}

.input_left {
	float: left;
}
.input_right {
	float: right;
}
/* CONTATO */

/* CSS RESPONSIVO */ /* CSS RESPONSIVO */

@media screen and (max-width: 1280px) {
	body,
	html {
		width: 100%;
	}
	.container {
		width: 90%;
	}
}

@media screen and (max-width: 900px) {
	/* TOPO */
	#barra_topo {
		width: 100%;
		height: 50px;
		line-height: 50px;
		border-bottom: 1px solid #eee;
		color: #484848;
	}
	#links_topo {
		display: none;
	}

	#redes_socias_topo {
		float: none;
		text-align: center;
	}
	/* TOPO */

	.divisor_andares {
		padding: 30px 0;
	}

	.scroll_respon {
		width: 100%;
		height: auto;
		float: none;
		background-color: transparent;
		padding: 0;
		overflow-x: scroll;
		overflow-y: hidden;
		height: auto;
		white-space: nowrap;
		border: 0;
	}

	.scroll_respon::-webkit-scrollbar {
		width: 0px;
		height: 0px;
	}

	/* BANNER HOME */
	#banner {
		width: 100%;
		height: auto;
		overflow: auto;
		padding: 70px 0 30px 0;
	}

	#banner_left {
		float: none;
		width: 100%;
	}

	#banner_right {
		float: none;
		width: 100%;
	}

	.box_banner_right {
		width: 48%;
		margin: 20px 4% 20px 0;
		float: left;
		text-align: center;
		margin-bottom: 13px;
		overflow: hidden;
	}

	.box_banner_right:last-child {
		margin: 20px 0 20px 0;
	}

	/* BANNER HOME */

	/* LINKS HOME */

	.box_links_home {
		width: 240px;
		height: auto;
		min-height: auto;
		float: none;
		overflow: hidden;
		position: relative;
		margin: 15px 20px 20px 0;
		display: inline-block;
		*display: inline;
		*zoom: 1;
		vertical-align: top;
		white-space: normal;
	}

	.box_links_home:first-child {
		margin-left: 10px;
	}
	.box_links_home:last-child {
		margin-right: 10px;
	}

	#links_home {
		width: 100%;
		height: auto;
		padding: 0 0 20px 0;
		overflow: auto;
	}

	/* LINKS HOME */

	/*  */

	.tab2 {
		float: none;
		margin-bottom: 30px;
		position: relative;
		overflow: hidden;
		width: 100%;
		-webkit-font-smoothing: antialiased;
	}

	.listagem_tab {
		width: 100%;
		display: block;
		list-style: none;
		margin: 0;
		padding: 10px 15px 5px 15px;
		border: 1px solid #eee;
		margin-bottom: 20px;
		/*
	-webkit-transition:all 0.2s ease-in-out; 
	-moz-transition:all 0.2s ease-in-out; 
	transition:all 0.2s ease-in-out; 
	*/
	}

	.listagem_tab li {
		display: inline-block;
		overflow: hidden;
		position: relative;
		cursor: pointer;
		margin-right: 10px;
		color: #777;
	}
	.tabs_item2 {
		display: none;
		overflow: auto;
		float: left;
		width: 100%;
		box-sizing: border-box;
	}
	.tabs_item2:first-child {
		display: block;
	}
	.current2 {
		color: var(--corPrincipal) !important;
		font-weight: 700;
	}

	/**/

	#list_video_home {
		float: left;
		width: 45%;
		max-width: 400px;
		height: auto;
		padding: 20px;
		margin: 0;
	}

	#banners_chamada_home {
		float: right;
		width: 45%;
		height: auto;
		text-align: center;
	}

	.banner_col3,
	.box_col3 {
		float: none;
		width: 100%;
		max-width: 400px;
		margin: 20px auto;
	}

	.box_col3:last-child {
		margin: 20px auto;
	}

	.box_redes_sociais {
		float: none;
		width: 100%;
		height: auto;
		overflow: auto;
		max-width: 400px;
		margin: 20px auto;
	}

	.box_redes_sociais:last-child {
		margin: 20px auto;
	}

	/* FOOTER */
	#maps iframe {
		height: 300px;
	}
	#footer {
		padding: 30px 0;
	}
	#sobre_footer,
	#ct_box_footer,
	.boxs_footer {
		float: none;
		width: 100%;
		margin: 20px 0;
	}

	#by_left,
	#by_right {
		float: none;
		display: block;
		padding: 5px 0;
	}

	/* FOOTER */

	/* INTERNAS */

	.margin_top_bottom {
		padding: 70px 0;
	}
	/* CONTEÚDO */

	.data_post {
		float: none;
		display: block;
		margin-top: 20px;
	}
	.a2a_kit {
		float: none;
	}

	.conteudo_left {
		float: none;
		width: 100%;
		height: auto;
	}
	#lateral {
		float: none;
		width: 100%;
		max-width: 400px;
		margin: 30px auto 0 auto;
	}

	.conteudo_categ_left {
		float: none;
		width: 100%;
		height: auto;
	}
	.conteudo_categ_left h3 {
		width: 100%;
		float: none;
		margin: 0;
	}
	.conteudo_categ_left p {
		width: 100%;
		float: none;
	}
	.btn_mais_categ {
		float: none;
		width: 100px;
		padding: 10px 0;
		margin: 20px auto;
	}
	/* CONTEÚDO */

	/* CONTATO */
	#info_contato {
		width: 100%;
		float: none;
		max-width: 400px;
		margin: 0 auto;
	}

	#form_ctt {
		width: 100%;
		float: none;
	}
	#form_ctt h3 {
		font-size: 25px;
		line-height: 35px;
	}
	#form_ctt h4 {
		font-size: 18px;
	}

	.input_left,
	.input_right {
		width: 100%;
		float: none;
	}
	/* CONTATO */
}

@media screen and (max-width: 700px) {
	#noticia_desq {
		text-align: center;
	}
	#noticia_desq,
	#ultimas_noticias {
		float: none;
		width: 100%;
		height: auto;
		overflow: auto;
		max-width: 400px;
		margin: 20px auto;
	}

	#list_video_home,
	#banners_chamada_home {
		float: none;
		width: 100%;
		max-width: 400px;
		height: auto;
		margin: 20px auto;
	}
}
