/*------------------------------------*\
    #SETTINGS
\*------------------------------------*/
/*****************************************************
* Nome do Projeto: Cebraspe - Portal WP
* Cliente: Educa.se
* Agencia Responsavel: Bold SP
* Agencia Produtora: Bold SP
* Programador Responsavel: João Mario Cardoso de Melo
* Programador auxiliar: Paulo Henrique Gonçalves de Araujo
* e-mail: joao.cardoso@boldtech.com.br
*****************************************************/
/*------------------------------------*\
    #FONTS SIZES
\*------------------------------------*/
/*------------------------------------*\
    #COLORS
\*------------------------------------*/
/*------------------------------------*\
    #TOOLS
\*------------------------------------*/
/*------------------------------------*\
    #MIXINS BUTTONS
\*------------------------------------*/
/*------------------------------------*\
    #GENERIC
\*------------------------------------*/
/*------------------------------------*\
    #FONT FAMILY
\*------------------------------------*/
/*------------------------------------*\
    #NORMALIZE
\*------------------------------------*/
* {
	font-family: 'Proxima Nova Cn Rg';
	font-weight: 500;
	font-style: normal;
}

p,
ul li {
	color: #000000;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.25), screen and (min-resolution: 120dpi) {

	/*body {transform: scale(0.8);width: 125%;height: 125%;margin-left: -12.5%;}*/
	body {
		-ms-transform: scale(0.8);
		transform: scale(0.8);
		-ms-transform-origin: top left;
		transform-origin: top left;
		width: 125%;
		height: 125%;
	}
}

p a:hover {
	color: #d89300;
}

li:hover a {
	color: #d89300;
}

a:hover {
	color: #d89300;
}

strong,
b {
	font-weight: 600;
}

i,
cite,
em,
var,
address,
dfn {
	font-style: italic;
}

::selection {
	background: #d89300;
	color: #ffffff;
}

html {
	height: 100% !important;
}

.title_outer.animate_title_area.with_image {
	float: left;
	overflow: hidden !important;
	height: 0px !important;
	margin-bottom: 50px;
	border-bottom: solid 1px #eeeeee;
	position: relative;
	z-index: 2000;
	width: 100%;
}

.post_info .dots,
.post_info .social_share_holder {
	display: none;
}

/*------------------------------------*\
    #ELEMENTS
\*------------------------------------*/
/*------------------------------------*\
    #HEADER
\*------------------------------------*/
header {
	float: left;
	background: #ffffff;
}

/*------------------------------------*\
    #FOOTER
\*------------------------------------*/
/*------------------------------------*\
    #OBJECTS
\*------------------------------------*/
/*------------------------------------*\
    #CONTAINER
\*------------------------------------*/
/*------------------------------------*\
    #CONTAINER
\*------------------------------------*/
/*------------------------------------*\
    #BUTTONS
\*------------------------------------*/
.btn-style {
	background: #d89300;
	border: 0;
	display: inline-block;
	padding: 10px 30px;
	border-radius: 0;
	color: #ffffff;
	transition: background 0.3s ease-out 0s;
	line-height: 100%;
	font-family: 'Proxima Nova Rg';
	font-weight: 300;
	font-style: normal;
	font-size: 16px;
	height: auto;
}

.btn-style:hover {
	color: #ffffff;
	background: #a16c02;
}

/*------------------------------------*\
    #COMPONENTS
\*------------------------------------*/
/*------------------------------------*\
    #HEADER
\*------------------------------------*/
.header__action-follow-button {
	display: inline-block;
	padding: 8px 14px;
	color: #d89300;
	border: solid 1px #d89300;
	transition: all 0.3s ease-out 0s;
	font-family: 'Proxima Nova Rg';
	text-transform: uppercase;
	font-weight: 300;
	font-size: 14px;
	font-style: normal;
}

.header__action-follow-button:hover {
	color: #a16c02;
	border: solid 1px #a16c02;
}

.header__action-follow-button img {
	display: inline-block;
	margin-left: 5px;
	position: relative;
	top: 1px;
}

nav.mobile_menu ul li a:hover,
nav.mobile_menu ul li.active>a {
	color: #a16c02;
}

nav.mobile_menu ul li a {
	color: #00385e;
}

.logo_wrapper .q_logo a {
	height: 52px !important;
}

.header-search {
	float: left;
	background: #f6f6f6;
	border-bottom: solid 1px #eeeeee;
	padding: 10px 0;
	width: 100%;
}

.header-search form {
	float: right;
	margin-right: 16px;
	width: 260px;
}

.header-search form label {
	display: none;
}

.header-search form input {
	float: left;
	padding: 10px;
	border-radius: 3px;
	border: solid 1px #eeeeee;
	outline: 0;
	font-weight: 400;
	font-size: 14px;
	width: 78%;
}

.header-search form button {
	float: left;
	background: #d89300;
	border: 0;
	border-radius: 3px;
	margin-left: 2px;
	position: relative;
	top: 1px;
	height: 34px;
	outline: 0;
	text-align: center;
	width: 12%;
}

.header-search form button i {
	color: #ffffff;
}

.page-template-default.page .title_holder {
	display: none;
}

.search.search-results .header_top_bottom_holder {
	border-bottom: solid 1px #eeeeee;
}

.search.search-results .content,
.search.search-results .content .container {
	background: #ffffff;
}

.search.search-results .content .qode-no-space.qode-disable-bottom-space,
.search.search-results .content .container .qode-no-space.qode-disable-bottom-space {
	margin-top: 70px;
}

.search.search-results .content .title_subtitle_holder,
.search.search-results .content .container .title_subtitle_holder {
	text-align: center;
	margin-top: 94px;
}

.search.search-results .content .title_subtitle_holder .separator.small.left,
.search.search-results .content .container .title_subtitle_holder .separator.small.left {
	margin-left: auto;
	margin-right: auto;
}

.search.search-results .content .title_subtitle_holder span,
.search.search-results .content .container .title_subtitle_holder span {
	font-weight: 600;
	font-size: 24px;
}

.search.search-results .content h2 span,
.search.search-results .content .container h2 span,
.search.search-results .content .post_info,
.search.search-results .content .container .post_info {
	display: none;
}

.search.search-results .content .post_more a,
.search.search-results .content .container .post_more a {
	border: 0;
	background: #d89300;
	display: inline-block;
	padding: 10px 30px;
	color: #fff;
	transition: background 0.3s ease-out 0s;
	line-height: 100%;
	font-family: 'Proxima Nova Rg';
	font-weight: 300;
	font-style: normal;
	height: auto;
	font-size: 16px;
}

.search.search-results .content .post_more a:hover,
.search.search-results .content .container .post_more a:hover {
	color: #ffffff;
	background: #a16c02;
}

.search.search-results .content .blog_holder article .post_more,
.search.search-results .content .container .blog_holder article .post_more {
	margin: 10px 0 0;
}

/*------------------------------------*\
    #HOME HERO
\*------------------------------------*/
body.home .carousel-inner .active .slider_content .text,
body.home .carousel-inner .active .slider_content .text.one_by_one.no_subtitle.no_separator p,
body.home .carousel-inner .active .slider_content .thumb {
	animation: none;
}

.carousel-inner .slider_content_outer {
	opacity: 1 !important;
}

.home-hero-banner div {
	margin-bottom: 5px !important;
	width: 100%;
}

.home-hero-banner p,
.home-hero-banner a {
	font-family: 'Fira Sans', sans-serif;
	font-weight: 400;
	line-height: 100%;
	text-transform: uppercase;
	display: inline-block;
	padding: 7px 9px;
	background: #00385e;
	color: #ffffff;
	font-size: 45px;
}

.home-hero-banner p b,
.home-hero-banner a b {
	font-family: 'Fira Sans', sans-serif;
	font-weight: bold;
}

.home-hero-banner .home-hero-banner__action {
	margin-top: 30px;
}

.home-hero-banner .home-hero-banner__action p,
.home-hero-banner .home-hero-banner__action a {
	color: #ffffff;
	background: rgba(0, 0, 0, 0.6);
	text-transform: none;
	font-size: 30px;
}

.qode_slider_preloader {
	background-color: #f6f6f6;
}

.q_slider .q_slide_title div {
	margin-bottom: 5px !important;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 400;
	line-height: 100%;
	text-transform: uppercase;
	display: inline-block;
	padding: 7px 9px;
	background: #00385e;
	color: #ffffff;
	font-size: 45px;
}

.q_slider .q_slide_title div b {
	font-family: 'Fira Sans', sans-serif;
	font-weight: bold;
}

.q_slider .home-hero-banner__action {
	margin-top: 30px;
}

.q_slider .home-hero-banner__action p,
.q_slider .home-hero-banner__action a {
	display: inline-block;
	font-family: 'Fira Sans', sans-serif;
	padding: 7px 9px;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.6);
	margin: 0 0 10px;
	text-transform: none;
	font-size: 30px;
	width: auto;
}

.q_slider .home-hero-banner__action p b,
.q_slider .home-hero-banner__action a b {
	padding: 7px 9px;
	display: inline-block;
	font-family: 'Fira Sans', sans-serif;
	font-weight: bold;
}

.rev_slider_wrapper.fullwidthbanner-container {
	width: 100% !important;
}

@media only screen and (max-width: 800px) {
	.carousel:not(.advanced_responsiveness) .carousel-inner .slider_content_outer {
		display: inline-block;
		padding: 0 5px;
		text-align: center;
		box-sizing: border-box;
		width: 100%;
	}

	.carousel:not(.advanced_responsiveness) .carousel-inner .slider_content {
		display: inline-block;
	}
}

/*------------------------------------*\
    #HOME HIGHLIGHTS
\*------------------------------------*/
.home-highlights {
	padding: 0 35px;
}

.home-highlights:nth-child(1),
.home-highlights:nth-child(2) {
	border-right: solid 1px rgba(145, 145, 145, 0.21);
}

.home-highlights .icon_text_holder h3 {
	font-family: 'Fira Sans', sans-serif;
	font-size: 22px;
	margin: 0 0 5px;
}

.home-highlights .icon_text_holder p {
	font-size: 18px;
	line-height: 125%;
	margin-bottom: 20px;
}

.home-highlights .icon_text_holder a {
	background: #d89300;
	border: 0;
	display: inline-block;
	padding: 10px 30px;
	border-radius: 0;
	color: #ffffff;
	transition: background 0.3s ease-out 0s;
	line-height: 100%;
	font-family: 'Proxima Nova Rg';
	font-weight: 300;
	font-style: normal;
	font-size: 16px;
	height: auto;
}

.home-highlights .icon_text_holder a:hover {
	color: #ffffff;
	background: #a16c02;
}

.home-highlights .icon_holder img {
	margin: 8px 0 20px;
}

@media only screen and (max-width: 767px) {
	.home-highlights {
		padding: 0;
	}

	.home-highlights:nth-child(1),
	.home-highlights:nth-child(2) {
		border-right: 0;
	}

	.home-highlights .icon_text_holder a {
		margin-bottom: 30px;
	}
}

/*------------------------------------*\
    #HOME VIDEO
\*------------------------------------*/
.home-video {
	position: relative;
}

.home-video .qode_video_box .qode_video_image .qode_video_box_button_holder {
	left: 83%;
}

.home-video .qode_video_box .qode_video_image:hover .qode_video_box_button {
	background-color: #d89300;
	transition: all 0.3s ease-out 0s;
}

.home-video .home-video__content-box {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
	padding: 35px 45px;
	width: 50%;
}

.home-video .home-video__content-box .home-video__content-box__title p {
	color: #ffffff;
	font-size: 22px;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 600;
}

.home-video .home-video__content-box .home-video__content-box__detail hr {
	border: 0;
	border-top: solid 2px #d89300;
	margin: 30px 0 40px 0;
	width: 130px;
}

.home-video .home-video__content-box .home-video__content-box__text p {
	color: #ffffff;
	font-size: 18px;
}

div.pp_overlay {
	width: 100% !important;
}

@media only screen and (max-width: 1000px) {
	.home-video .home-video__content-box {
		position: initial;
		padding: 35px 0;
		width: 100%;
	}

	.home-video .home-video__content-box .home-video__content-box__title p {
		color: #00385e;
	}

	.home-video .home-video__content-box .home-video__content-box__text p {
		color: #3a3a3a;
	}

	.home-video .qode_video_box .qode_video_image .qode_video_box_button_holder {
		left: 50%;
	}
}

/*------------------------------------*\
    #PAGE MENU
\*------------------------------------*/
nav.main_menu.right {
	border-top: solid 1px rgba(145, 145, 145, 0.21);
	text-align: center;
	width: 100%;
}

nav.main_menu ul li {
	float: none;
}

nav.main_menu ul li a {
	color: #00385e !important;
	font-size: 14px;
	transition: all 0.3s ease-out 0s;
	padding: 0px 25px;
}

nav.main_menu ul li a span {
	font-family: 'Proxima Nova Rg';
	font-weight: 400;
	font-style: normal;
}

nav.main_menu ul li a.current,
nav.main_menu ul li a:hover {
	color: #a16c02 !important;
}

nav.main_menu ul li a.current span {
	font-weight: normal;
}

#menu-top_menu_production {
	letter-spacing: -.31em;
}

nav.drop_down .second {
	left: 37px;
}

nav.drop_down .second .inner ul {
	background: #ffffff;
	border-top: solid 2px #d89300;
	box-shadow: 0 0 2px #ccc;
}

nav.drop_down .second .inner ul li a {
	font-size: 14px;
	text-align: left;
}

nav.drop_down .second .inner ul ul ul {
	display: none !important;
}

nav.drop_down .second .inner ul ul ul.show-sub-menu {
	display: block !important;
}

@media only screen and (max-width: 1140px) {
	nav.main_menu ul li a {
		padding: 0px 15px;
	}
}

@media only screen and (max-width: 1000px) {
	.header_inner_right {
		width: 100%;
	}

	.header_bottom_right_widget_holder {
		display: table-cell;
	}

	.side_menu_button_wrapper.right {
		margin-bottom: 20px;
		text-align: center;
		width: 100%;
	}

	.side_menu_button_wrapper.right .side_menu_button {
		height: 0 !important;
	}
}

/*------------------------------------*\
    #PAGE CONTACT
\*------------------------------------*/
.page-contact.page-contact--buttons a {
	background: #d89300;
	border: 0;
	display: inline-block;
	padding: 10px 30px;
	border-radius: 0;
	color: #ffffff;
	transition: background 0.3s ease-out 0s;
	line-height: 100%;
	font-family: 'Proxima Nova Rg';
	font-weight: 300;
	font-style: normal;
	font-size: 16px;
	height: auto;
}

.page-contact.page-contact--buttons a:hover {
	color: #ffffff;
	background: #a16c02;
}

.page-contact legend {
	font-size: 18px;
	font-weight: bold;
}

.page-contact textarea.wpcf7-form-control,
.page-contact input.wpcf7-form-control {
	border: solid 1px #cccccc;
}

.page-contact textarea.wpcf7-form-control.wpcf7-submit,
.page-contact input.wpcf7-form-control.wpcf7-submit {
	background: #d89300;
	border: 0;
	display: inline-block;
	padding: 10px 30px;
	border-radius: 0;
	color: #ffffff;
	transition: background 0.3s ease-out 0s;
	line-height: 100%;
	font-family: 'Proxima Nova Rg';
	font-weight: 300;
	font-style: normal;
	font-size: 16px;
	height: auto;
}

.page-contact textarea.wpcf7-form-control.wpcf7-submit:hover,
.page-contact input.wpcf7-form-control.wpcf7-submit:hover {
	color: #ffffff;
	background: #a16c02;
}

.page-contact ul {
	list-style: none;
	margin-bottom: 25px;
	width: 100%;
}

.page-contact ul li {
	display: inline-block;
	margin-right: 20px;
}

.page-contact ul li a {
	color: #a16c02;
}

.page-contact ul li a:hover {
	text-decoration: underline;
}

.page-contact span.wpcf7-form-control-wrap.wpcf7-form-control.wpcf7-checkbox input[type=checkbox] {
	top: -1px;
}

/*------------------------------------*\
    #PAGE CONCURSOS
\*------------------------------------*/
.q_circle_text_holder a {
	background: #d89300;
	display: inline-block;
	padding: 10px 30px;
	color: #fff;
	transition: background 0.3s ease-out 0s;
	line-height: 100%;
	font-family: 'Proxima Nova Rg';
	font-weight: 300;
	font-style: normal;
	font-size: 16px;
}

.q_circle_text_holder a:hover {
	color: #ffffff;
	background: #a16c02;
}

.q_circle_text_holder h3.q_circle_title {
	float: left;
	width: 100%;
}

.q_circle_text_holder .q_circle_text {
	font-size: 18px;
	color: #000000;
	margin-bottom: 10px !important;
}

.q_circle_text_holder .q_circle_text span {
	display: inline-block;
	width: 100%;
}

.q_circle_text_holder .q_circle_text a {
	margin-top: 13px;
}

.q_circles_holder.five_columns .q_circle_outer:hover a {
	color: #ffffff;
}

.q_circles_holder.five_columns .q_circle_inner {
	height: auto;
}

.q_circles_holder .q_circle_inner2:hover {
	background: transparent !important;
}

.q_circles_holder .q_circle_inner2:hover i {
	color: #b9b9b9 !important;
}

.page-concursos__list {
	float: left;
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.page-concursos__list li {
	display: inline-block;
	text-align: center;
	list-style: none;
	box-sizing: border-box;
	padding: 0 65px;
	height: 240px;
	width: 33.333333%;
}

.page-concursos__list li:nth-child(2),
.page-concursos__list li:nth-child(3) {
	border-left: solid 1px rgba(145, 145, 145, 0.21);
}

.page-concursos__list li h2 {
	height: 66px;
}

.page-concursos__list li i {
	display: inline-block;
	color: #d89300;
	font-size: 30px;
	margin-bottom: 15px;
}

.page-concursos__list li p {
	font-size: 18px;
	margin-bottom: 10px;
}

.page-concursos__list li a {
	background: #d89300;
	display: inline-block;
	padding: 10px 30px;
	color: #ffffff;
	transition: background 0.3s ease-out 0s;
	line-height: 100%;
	font-family: 'Proxima Nova Rg';
	font-weight: 300;
	font-style: normal;
	font-size: 16px;
}

.page-concursos__list li a:hover {
	color: #ffffff;
	background: #a16c02;
}

.page-concursos__cargos-list {
	float: left;
	width: 100%;
}

.page-concursos__cargos-list li {
	float: left;
	padding: 0 10px;
	margin-bottom: 20px;
	box-shadow: 0 5px 10px -6px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	border-radius: 3px;
	list-style: none;
	width: 50%;
}

.page-concursos__cargos-list li div {
	float: left;
	background: #ffffff;
	padding: 20px;
	box-sizing: border-box;
	width: 100%;
}

.page-concursos__cargos-list li div h2 {
	font-size: 14px;
	display: inline-block;
}

.page-concursos__cargos-list li div hr {
	border: none;
	border-top: solid 1px #333333;
	margin: 0 0 10px;
	width: 100px;
}

.page-concursos__cargos-list li div p {
	display: inline-block;
	font-size: 25px;
}

.page-concursos__cargos-list.page-concursos__cargos-list--full-list-width li {
	height: auto;
	width: 100%;
}

@media only screen and (max-width: 1000px) {
	.page-concursos__list {
		display: inline-block;
	}

	.page-concursos__list li {
		margin-bottom: 30px;
		height: auto;
		width: 100%;
	}

	.page-concursos__list li:nth-child(2),
	.page-concursos__list li:nth-child(3) {
		border-left: 0;
	}

	.page-concursos__list li h2 {
		height: auto;
	}

	.page-concursos__cargos-list li {
		width: 100%;
	}
}

/*------------------------------------*\
    #PAGE CONTENT
\*------------------------------------*/
.hide-tmp .q_circle_inner {
	display: none;
}

.wpb_text_column p,
.wpb_text_column ul li {
	font-size: 18px;
}

.wpb_text_column p {
	margin-bottom: 15px;
}

.anchor--orange-hover a:hover {
	color: #d89300 !important;
}

.content,
.content .container,
.full_width {
	background-color: #ffffff;
}

/*------------------------------------*\
    #PAGE OUVIDORIA
\*------------------------------------*/
.page-ouvidoria .image_with_text {
	text-align: center;
}

.page-ouvidoria .image_with_text img {
	display: inline-block;
}

/*------------------------------------*\
    #PAGE CONTENT
\*------------------------------------*/
.page-pas h2 {
	font-size: 20px;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 400;
}

.page-pas .icon_text_inner p {
	font-size: 18px;
	color: #000000;
	margin-bottom: 10px !important;
}

.page-pas .icon_text_inner p span {
	display: inline-block;
	width: 100%;
}

.page-pas .icon_text_inner a {
	background: #d89300;
	border: 0;
	display: inline-block;
	padding: 10px 30px;
	border-radius: 0;
	color: #ffffff;
	transition: background 0.3s ease-out 0s;
	line-height: 100%;
	font-family: 'Proxima Nova Rg';
	font-weight: 300;
	font-style: normal;
	font-size: 16px;
	height: auto;
}

.page-pas .icon_text_inner a:hover {
	color: #ffffff;
	background: #a16c02;
}

/*------------------------------------*\
    #PAGE BLOG
\*------------------------------------*/
.single-post .title_holder {
	display: none;
}

.single-post .title.title_size_small.position_left {
	height: 130px;
}

.sidebar .widget.widget_categories.posts_holder {
	display: none;
}

.blog_single a {
	color: #00385e;
	text-decoration: underline;
	font-style: italic;
}

.blog_single a b,
.blog_single a strong {
	font-style: italic;
}

.page-template-blog-large-image .title_outer .title_holder {
	float: left;
	padding-top: 0 !important;
	width: 100%;
}

.page-template-blog-large-image .title_outer .title_subtitle_holder {
	text-align: center;
	border-top: solid 1px #eeeeee;
	padding-top: 55px;
}

.page-template-blog-large-image .title_outer .title_subtitle_holder h1 span {
	font-weight: 600;
	font-size: 24px;
}

.page-template-blog-large-image .title_outer .separator.small.left {
	margin: 7px auto 55px;
}

.blog_holder .post_author {
	display: none;
}

.blog_holder article .post_text .post_text_inner {
	padding: 0 23px 35px;
}

.blog_holder .qbutton.small {
	background: #d89300;
	border: 0;
	display: inline-block;
	padding: 10px 30px;
	border-radius: 0;
	color: #ffffff;
	transition: background 0.3s ease-out 0s;
	line-height: 100%;
	font-family: 'Proxima Nova Rg';
	font-weight: 300;
	font-style: normal;
	font-size: 16px;
	height: auto;
}

.blog_holder .qbutton.small:hover {
	color: #ffffff;
	background: #a16c02;
}

.blog_holder p,
.blog_holder li,
.blog_holder a,
.blog_holder span {
	font-size: 18px;
}

.blog_holder article .post_info a:hover {
	color: #d89300;
}

.blog_holder .blog_like a:hover span {
	color: #d89300;
}

.blog_holder .social_share_dropdown ul li:hover i {
	color: #d89300;
}

.post_content_holder a:hover {
	color: #d89300;
}

aside .widget a {
	font-size: 18px;
}

aside .widget a:hover {
	color: #d89300;
}

aside .widget.posts_holder li a:hover,
aside .widget.posts_holder li:hover {
	color: #d89300;
}

/*------------------------------------*\
    #PAGE CONTENT
\*------------------------------------*/
.error404 p {
	font-size: 18px;
}

.error404 .qbutton.with-shadow {
	background: #d89300;
	border: 0;
	display: inline-block;
	padding: 10px 30px;
	border-radius: 0;
	color: #ffffff;
	transition: background 0.3s ease-out 0s;
	line-height: 100%;
	font-family: 'Proxima Nova Rg';
	font-weight: 300;
	font-style: normal;
	font-size: 16px;
	height: auto;
}

.error404 .qbutton.with-shadow:hover {
	color: #ffffff;
	background: #a16c02;
}

/*------------------------------------*\
    #PAGE FAQ
\*------------------------------------*/
.q_accordion_holder.accordion .ui-accordion-header {
	color: #000000;
}

.q_accordion_holder.accordion .ui-accordion-header:hover {
	color: #d89300;
}

/*------------------------------------*\
    #FOOTER
\*------------------------------------*/
.footer_inner h2 {
	font-size: 15px;
	width: 100%;
}

.footer_inner h2 a:hover {
	color: #d89300;
}

.footer_inner .footer_top_holder h2 {
	display: inline-block;
}

.footer_inner .footer_top_holder h2 a {
	color: #ffffff;
	font-weight: 600;
}

.footer_inner hr {
	float: left;
	border: 0;
	border-top: solid 1px #919191;
	width: 100px;
}

.footer_inner .four_columns>.column2,
.footer_inner .four_columns>.column3,
.footer_inner .four_columns>.column4 {
	padding-right: 10px;
	box-sizing: border-box;
}

.footer_inner #menu-footer_menu_servicos,
.footer_inner #menu-footer_menu_institucional {
	width: 100%;
}

.footer_inner p {
	font-family: 'Proxima Nova Cn Rg';
	font-weight: 300;
	font-style: normal;
}

.footer_inner ul,
.footer_inner #menu-footer_menu_informacoes {
	float: left;
	margin: 20px 0;
	width: 100%;
}

.footer_inner ul li,
.footer_inner #menu-footer_menu_informacoes li {
	float: left;
	margin-bottom: 10px !important;
	padding: 0 !important;
	width: 100%;
	font-family: 'Proxima Nova Cn Rg';
	font-weight: 300;
	font-style: normal;
}

.footer_inner ul li a,
.footer_inner #menu-footer_menu_informacoes li a {
	color: #ffffff;
	font-size: 13px;
	font-family: 'Proxima Nova Cn Rg';
	font-weight: 300;
	font-style: normal;
}

.footer_inner ul li a::after,
.footer_inner #menu-footer_menu_informacoes li a::after {
	content: '>';
	position: absolute;
	right: 0;
}

.footer_inner ul li div,
.footer_inner #menu-footer_menu_informacoes li div,
.footer_inner ul li img,
.footer_inner #menu-footer_menu_informacoes li img {
	float: left;
}

.footer_inner ul li img,
.footer_inner #menu-footer_menu_informacoes li img {
	margin-top: 6px;
	margin-right: 20px;
}

.footer_inner ul li div,
.footer_inner #menu-footer_menu_informacoes li div {
	width: 87%;
}

.footer_inner ul li span,
.footer_inner #menu-footer_menu_informacoes li span {
	color: #ffffff;
	font-family: 'Proxima Nova Cn Rg';
	font-weight: 300;
	font-style: normal;
}

.footer_inner ul ul,
.footer_inner #menu-footer_menu_informacoes ul {
	margin: 10px 0 0;
	border-top: solid 1px rgba(145, 145, 145, 0.21);
	padding-top: 10px !important;
	box-sizing: border-box;
	width: 100%;
}

.footer_inner ul ul li,
.footer_inner #menu-footer_menu_informacoes ul li {
	padding: 0 !important;
	margin: 0 !important;
}

.footer_inner ul.footer__first-column-list,
.footer_inner #menu-footer_menu_informacoes.footer__first-column-list {
	display: inline-block;
	margin: 50px 0;
}

.footer_top_holder {
	background: #00385e;
}

.footer_top_holder .footer_top div h2,
.footer_top_holder .footer_top div p,
.footer_top_holder .footer_top div span {
	color: #ffffff;
}

.footer_top_holder .footer_top div ul li,
.footer_top_holder .footer_top div ul div {
	color: #ffffff;
}

footer .column1 {
	top: 0;
}

/*------------------------------------*\
    #TRUMPS
\*------------------------------------*/
@media only screen and (max-width: 600px) {
	.carousel-inner .item .image {
		position: absolute;
		top: 0;
		left: 0;
		background-position: center 0;
		background-repeat: no-repeat;
		background-size: cover;
		width: 100%;
		height: 65% !important;
	}

	.q_slider .q_slide_title div {
		margin-bottom: 5px !important;
		font-family: 'Fira Sans', sans-serif;
		font-weight: 400;
		line-height: 100%;
		text-transform: uppercase;
		display: inline-block;
		padding: 7px 9px;
		background: #00385e;
		color: #ffffff;
		font-size: 35px;
	}

	.q_slider .home-hero-banner__action p, .q_slider .home-hero-banner__action a {
		display: inline-block;
		font-family: 'Fira Sans', sans-serif;
		padding: 7px 9px;
		color: #ffffff;
		background: rgba(0, 0, 0, 0.6);
		margin: 0 0 10px;
		text-transform: none;
		font-size: 20px;
		width: auto;
	}

	.q_slider {
		width: 100%;
		overflow: hidden;
		position: relative;
		z-index: 10;
		height: 430px;
	}
}
