@import url('https://fonts.googleapis.com/css?family=Muli:200,300,400,600,700,800,900');
/*@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond:300,400,500,600,700');*/
@import url('https://fonts.googleapis.com/css?family=EB+Garamond:400,500,600,700,800');
/* =WordPress Core
 -------------------------------------------------------------- */
.clear {
	clear: both;
}
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.entry-content img, .entry-content iframe, .entry-content object, .entry-content embed {
	max-width: 100%;
}
iframe, audio, video {
	max-width: 100%;
}
/*-------------------Geral----------------------*/
html {
}
/*
 html::-webkit-scrollbar {
 width: 12px;
 }
 html::-webkit-scrollbar-track {
 border-radius: 0;
 }
 html::-webkit-scrollbar-thumb {
 border-radius: 10px;
 background: #fbd005;
 }*/
body {
	max-width: 100%;
	margin: 0 auto;
	font-family: 'Muli', sans-serif;
}
::-moz-selection {
	background: black;
	color: #fff;
}
::selection {
	background: black;
	color: #fff;
}
#loader {
	background: #FFF;
	width: 100%;
	margin: 0 auto;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999999;
}
.loader-container {
	width: 100%;
	height: 122px;
	display: block;
	text-align: center;
	overflow: hidden;
	z-index: 99999999999;
	background: white;
	margin: 0 auto;
	top: 40%;
	position: relative;
}
p, a, span, input, textarea, button {
	font-family: 'Muli', sans-serif !important;
}
span {
	font-size: 14px !important;
}
.error {
	border: 1px solid red;
}
img {
	max-width: 100%;
}
img.alignright {
	float: right;
	margin: 0 0 1em 1em;
}
img.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img[src="null"] {
	display: none;
}
.alignright {
	float: right;
	clear: both;
}
.alignleft {
	float: left;
	clear: both;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
h1, h2, h3, h4, h5, h6 {
	color: #fbd005;
	font-family: 'EB Garamond', serif;
	font-weight: 700;
	letter-spacing: 0.7px;
}
h1 {
	font-size: 27px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 13px;
}
a {
	color: #000;
	font-weight: 800;
}
a:hover {
	color: #fbd005;
}
a:hover, a:focus {
	text-decoration: none;
	outline: none !important;
}
.col-sm-20 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
}
.page-content {
	position: relative;
	width: 100%;
	float: left;
	margin: 0 auto;
}
.c-yellow {
	color: #fbd005;
}
.c-green {
	color: #000000;
}
.c-white {
	color: #ffffff;
}
.flex {
	display: flex;
}
/*--------------------------------------------------
 * ---------------------HEADER-------------------
 * ------------------------------------------------*/
header {
	height: inherit;
	width: 100%;
	float: left;
	padding: 20px 0px 20px 0;
	position: relative;
	z-index: 10;
	background: #fbd005;
}
header .container {
	padding: 0;
}
header > nav {
	width: 50%;
	float: right;
}
.header-dinamico {
	background: rgba(255,255,255,0.95);
	padding: 15px 0px 15px 0;
}
#menu-menu-top {
	height: 100%;
	position: relative;
	display: block;
	padding-left: 15px;
	padding-top: 9px;
}
.navbar-default {
	background-color: transparent;
	border-color: transparent;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: transparent;
	border-color: transparent;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #fddf55;
	margin-top: 15px;
}
.navbar-default .navbar-toggle {
	background-color: transparent;
	border-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #000;
}

.navbar {
	position: relative;
	margin-bottom: 0;
	border: 0px solid transparent;
	border-radius: 0px;
	min-height: 10px;
}

.navbar-brand {
	float: left;
	height: inherit;
	padding: 0;
	font-size: 18px;
	line-height: 20px;
	width: 80%;
}

#menu-top .icone-search {
	font-size: 14px;
	margin-left: 8px;
}
#menu-top a {
	color: black;
	font-weight: 800;
	font-size: 13px;
	padding: 7px 10px 7px 10px;
	text-transform: uppercase;
}
.header-dinamico  #menu-top a {
	color: #001d2d;
}
.header-dinamico  #menu-top.icone-carrinho {
	font-size: 14px;
	border: 2px solid #001d2d;
	border-radius: 50%;
	margin-left: 8px;
}

.logo-dinamico {
	width: 100px;
	padding-top: 6px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background-color: transparent;
	color: #000000 !important;
}
.header-dinamico #menu-top .active a {
	color: 000000;
}
.navbar-nav > li > .dropdown-menu {
	margin-top: 15px;
	*/
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background: #fbd005;
	border: none;
	padding: 40px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	color: #262626;
	text-decoration: none;
	color: #ffffff !important;
	background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #555;
	background-color: transparent;
}
.dropdown:before {
	content: '>';
	float: right;
	transform: rotate(90deg);
	color: white;
	font-weight: bold;
	font-family: 'Muli', sans-serif;
	top: 5px;
	position: relative;
	display: none;
}
.open.dropdown:before {
	content: '>';
	float: right;
	transform: rotate(270deg);
	color: white;
	font-weight: bold;
	font-family: 'Muli', sans-serif;
	top: 5px;
	position: relative;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: inherit;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	color: #fff;
	text-decoration: none;
	background-color: transparent;
	outline: 0;
}
#menu-top > ul > li.current-menu-item > a:before {
	content: '';
	display: block;
	width: calc(100% - 20px);
	height: 5px;
	background: black;
	top: -29px;
	position: absolute;
}
#menu-top > ul > li > a:hover:before {
	content: '';
	display: block;
	width: calc(100% - 20px);
	height: 5px;
	background: black;
	top: -29px;
	position: absolute;
}

a#btn-search-form {
	cursor: pointer;
}
body.page-template-template-search .search-form-header {
	position: relative;
	z-index: 2;
	width: 100%;
	margin-top: 0;
	display: block;
	float: left;
}
.search-form-header {
	position: absolute;
	z-index: 2;
	width: 100%;
	margin-top: 106px;
	display: none;
}
.search-form-header .radio-search label {
	margin-right: 20px;
}
.search-form-header {
	background: #ffffff;
	padding-top: 57.5px;
	padding-bottom: 57.5px;
	padding-left: 140px;
	padding-right: 140px;
	z-index: 100;
}
.search-form-header input[type="text"] {
	background: transparent;
	width: 100%;
	border: none;
	border-bottom: 1px solid #cccccc;
	color: #999;
	margin-bottom: 30px;
	font-size: 22px;
	padding-bottom: 3px;
}
.search-form-header input[type="text"]:focus {
	outline: none;
}

.radio-search input[type="radio"] {
	display: none;
}
.radio-search input[type="radio"] + label {
	font-size: 11px;
	text-transform: uppercase;
	cursor: pointer;
	font-weight: 300;
	color: #999999;
}
.radio-search input[type="radio"] + label span {
	display: inline-block;
	width: 13px;
	height: 13px;
	margin: -1px 4px 0 0;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid #cccccc;
}
.radio-search input[type="radio"] + label span {
	background-color: transparent;
	border: 1px solid #cccccc;
}
.radio-search input[type="radio"]:checked + label span {
	background-color: #fbd005;
	border: 0 solid #cccccc;
}
.search-filter-line li {
	display: inline-block;
}
.search-filter-line {
	padding: 0;
}
.search-results-list {
	list-style: none;
	padding: 0;
}
.search-results-list h2 {
	padding-bottom: 20px;
	color: #000;
	font-size: 28px;
}
.search-results-list li {
	list-style: none;
	margin-bottom: 15px;
}
/*------------------------------------------------------
 * --------------------HOME--------------------------
 * -----------------------------------------------------
 */
#home-feed-news {
	width: 100%;
	float: left;
	margin-bottom: 10px;
	height: 125px;
}
#home-feed-news .container {
	padding-left: 30px;
	padding-right: 30px;
}

.marquee-feed-news {
	width: 100%;
	float: left;
	overflow-x: hidden;
	/*position: absolute;*/
	left: 0;
}
.marquee-feed-news-::before {
	content: '';
	width: 100px;
	height: 70px;
	position: absolute;
	display: block;
	background: linear-gradient(to right, rgba(255, 255, 255,1), rgba(255, 255, 255,0));
	z-index: 1;
}

.marquee-container {
	width: 100%;
	animation: marquee 30s linear infinite;
	display: table;
	width: 100%;
	table-layout: fixed;
}
.feed-news-line {
	display: table-cell;
	border-right: 1px solid #fbd005;
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
	width: 350px;
}
.feed-news-line p {
	margin-bottom: 5px;
}
.feed-news-title {
	font-weight: 300;
	color: #999999;
}
.feed-news-date {
	font-weight: bold;
	font-size: 11px;
}
@keyframes marquee {
0%   { transform: translate(100%, 0); }
100% { transform: translate(-100%, 0%); }
}
#arquivos-home {
	float: left;
	width: 100%;
	min-height: calc(100vh - 160px);
	padding-bottom: 80px;
	padding-top: 0;
	background: white;
}
.box-shortcut {
	float: left;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	margin: 15px;
	opacity: 1;
	transition: all 0.8s ease;
	background-color: #f4f4f4;
}
.box-shortcut:hover {
	background-color: #fbd005;
}
.box-shortcut:hover img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}
.box-shortcut img {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.box-shortcut a {
	position: relative;
	display: block;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}
.grid {
	width: 100%;
	margin: 0 auto;
	height: 100vh;
	/*    height: calc(100vh - 188px);*/
}
.col-grid {
	height: 100%;
	padding: 0;
}

#projetos-shortcut {
	width: calc(100% - 30px);
	height: calc(33.3333333% - 30px);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #fbd005;
}
#projetos-shortcut:hover {
	background-color: #f4f4f4;
}

#mediascope-shortcut {
	width: calc(50% - 30px);
	height: calc(66.66666667% - 30px)
}
#estudos-shortcut {
	width: calc(50% - 30px);
	height: calc(33.3333333% - 30px);
}
#documentos-shortcut {
	width: calc(50% - 30px);
	height: calc(33.3333333% - 30px);
}
#basesdados-shortcut {
	width: calc(100% - 30px);
	height: calc(66.66666667% - 30px)
}
#politicas-shortcut {
	width: calc(100% - 30px);
	height: calc(33.3333333% - 30px);
	background-color: #fbd005;
}
.box-shortcut h2 {
	font-size: 31.9px;
	color: #000000;
}

#home-news {
	float: left;
	width: 100%;
	position: relative;
	background-color: #f4f4f4;
	padding-top: 80px;
	padding-bottom: 80px;
}
#home-news .row .image-box-new-home {
	padding: 0;
	background: #fbd005;
}
#home-news .row .image-box-new-home img {
	height: 100%;
	object-fit: cover;
	width: 100%;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.85;
}
#home-news .row  .content-box-new-home {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	background-color: #ffffff;
	margin-top: 70px;
	padding: 0;
	transition: all 0.8s;
}
#home-news .row  .content-box-new-home:hover {
	background-color: #fbd005;
}
#home-news .row:nth-child(2) .image-box-new-home {
	padding: 0;
	background: #fbd005;
}
#home-news .row:nth-child(2) .content-box-new-home {
	background-color: #fbd005;
	margin-top: 0px;
	margin-bottom: 70px;
}
#home-news .row:nth-child(2) .content-box-new-home:hover {
	background-color: #ffffff;
}
.content-box-new-home h3 {
	font-family: 'Muli', sans-serif;
	color: #000000;
	font-size: 28px;
	font-weight: 900;
	line-height: 38px;
	margin-bottom: 25px;
}
#home-news .excerpt-box-new-home {
	color: #000000;
	font-weight: normal;
	font-size: 16px;
}
#home-news .readmore {
	color: #000;
	font-size: 13px;
	text-transform: uppercase;
	margin-top: 25px;
	font-weight: 600;
	letter-spacing: 1px;
}

#home-news .content-box-new-home > a {
	position: relative;
	display: block;
	padding: 75px;
}

#home-agenda {
	width: 100%;
	float: left;
	position: relative;
	padding-top: 80px;
	padding-bottom: 80px;
}
#home-agenda .container {
	flex-wrap: wrap;
	display: flex;
}
.box-agenda-home {
	padding: 0 30px;
	margin-bottom: 30px;
}
.box-agenda-home h5 {
	font-size: 22px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 30px;
}
.box-agenda-home h6 {
	color: #000;
	font-size: 13px;
	margin-bottom: 30px;
	font-family: Muli;
	line-height: 23px;
	font-weight: 400;
}
.box-agenda-home .readmore {
	color: #fbd005;
	font-size: 15px;
	letter-spacing: 0.8px;
	font-weight: 500;
}
.box-agenda-home {
	border-right: 2px solid #fbd005;
}
.box-agenda-home:nth-child(3) {
	/*border-right: 0px solid #fbd005;*/
}
.box-agenda-home a:hover h5 {
	color: #000;
}
.box-agenda-home a:hover h6 {
	color: #000;
}
.box-agenda-home a:hover .readmore {
	color: #000;
}

/*------------------------------------------------------
 * --------------------PAGE DEFAULT--------------------
 * -----------------------------------------------------
 */
article {
	width: 100%;
	float: left;
	position: relative;
}
.banner-pag {
	background: #fbd005;
	padding: 60px 0;
}
.banner-pag .container {
	padding: 0;
}
.banner-pag h1 {
	font-size: 42px;
	font-weight: bold;
	color: #000000;
	margin: 0;
}
.normal-pag {
	width: 100%;
	float: left;
	min-height: calc(100vh - 318px);
	padding-top: 60px;
	padding-bottom: 60px;
}
.content-normal-pag {
	max-width: 830px;
	width: 100%;
}
.content-pag {
	padding-top: 80px;
	min-height: calc(100vh - 318px);
}
.text-area {
	font-size: 13.99px;
	color: #4d5159;
	line-height: 25px;
}
.banner-normal-page {
	padding-top: 40px;
}
.banner-normal-page img {
	max-width: 100%;
}
.default-page-title {
	padding-bottom: 20px;
}
.text-area ul {
	margin-left: 0 !important;
	padding-left: 0 !important;
}

.text-area ul li {
	list-style: none;
	padding-top: 7px;
	padding-bottom: 7px;
	font-weight: 600;
	color: #000;
}
.text-area strong {
	color: #000;
}
strong {
	color: #000;
}
/*------------------------------------------------------
 * --------------------SINGLE PAGE--------------------
 * -----------------------------------------------------
 */
article {
	width: 100%;
	float: left;
	position: relative;
	padding: 110px 0px;
}
.single-column-custom-fields {
	padding-left: 0;
}
.single-column-content {
	padding-right: 0;
}
.single-column-content-only {
	margin: 0 auto;
	float: none;
}
.single-title {
	margin-top: 0;
	font-size: 36px;
	color: #000000;
	font-size: 32px;
	padding-left: 20px;
	line-height: 40px;
	margin-bottom: 25px;
}
blockquote {
	padding-left: 0 !important;
	margin: 0 0 20px;
	font-size: 14px;
	border-left: none !important;
}
.single-text {
	font-size: 14px;
	color: #000000;
	line-height: 25px;
	padding-left: 20px;
}
.single-text h6 {

	text-align: left !important;
	margin-top: 20px;
}

body.single-basedados .single-text p {
	padding-left: 0 !important;
}
.single-image {
	float: left;
	width: 100%;
	margin-top: 25px;
}
.featured-image {
	margin: 0 auto;
	max-width: 100%;
	display: block;
	text-align: center;
	margin-bottom: 15px;
}
.single-thumbnail {
	margin: 7.5px;
}
.single-full-thumbnail img {
	width: 100%;
	height: auto;
}
.single-thumbnail img {
	height: 125px;
	width: 125px;
	position: relative;
	object-fit: cover;
}
.custom-field-tag {
	color: #000000;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 800;
	margin-bottom: 20px;
	display: block;
	border-bottom: 1px solid #fbd005;
	padding-bottom: 15px;
}
#single-map-area {
	width: 100%;
	float: left;
	height: 400px;
	margin-left: 20px;
	margin-right: 20px;
}

.post-navigation {
	background: #e0e0e0;
	width: 100%;
	float: left;
	margin-top: -110px;
	display: block;
	text-align: center;
}
.post-navigation .left-post {
	height: 100%;
	text-align: left;
	padding: 0;
}
.post-navigation .all-post {
	height: 100%;
}
.post-navigation .right-post {
	height: 100%;
	text-align: right;
	padding: 0;
}
.post-navigation p {
	position: relative;
	display: block;
	height: 100%;
	margin: 0;
	padding: 15px 0;
}
.post-navigation a {
	color: #8a8a8a;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 20px;
	font-weight: 600;
	padding: 15px 0;
}
.post-navigation a:hover {
	color: #ffffff;
}
/*------------------------------------------------------
 * --------------------ARCHIVE PAGE--------------------
 * -----------------------------------------------------
 */
.archive-header {
	background: #fbd005;
	width: 100%;
	float: left;
	padding-top: 25px;
	padding-bottom: 25px;
	margin: 0;
}
.archive-header .container {
	background-position: center right;
	background-position-x: right;
	background-position-y: center;
	background-size: contain;
	background-repeat: no-repeat;
	min-height: 60px;
	position: relative;
}
.archive-header .mediascopio-header {
	background-image: url(../images/arquivo/mediascopio_preto.png);
	background-size: 40px;
	padding-right: 0;
	padding-left: 0;
	min-height: 40px !important;
}
.archive-header .projeto-header {
	background-image: url(../images/arquivo/projetos_preto.png);
	background-size: 50px;
	min-height: 30px !important;
	padding-right: 0;
	padding-left: 0;
}
.archive-header .politica-header {
	background-image: url(../images/arquivo/politicas_preto.png);
}
.archive-header .estudo-header {
	background-image: url(../images/arquivo/estudos_preto.png);
	background-size: 60px;
	padding-right: 0;
	padding-left: 0;
}
.archive-header .basedados-header {
	background-image: url(../images/arquivo/basesdados_preto.png);
	background-size: 30px;
	padding-right: 0;
	padding-left: 0;
	min-height: 40px !important;
}
.template-header .basedados-header {
	background-image: url(../images/arquivo/basesdados_preto.png);
	padding-right: 0;
	padding-left: 0;
}
.archive-header .documento-header {
	background-image: url(../images/arquivo/documentos_preto.png);
	background-size: 40px;
	padding-right: 0;
	padding-left: 0;
	min-height: 40px !important;
}
.archive-header h1 {
	color: black;
	display: inline-block;
	margin: 0;
	position: absolute;
	bottom: 0;
	font-size: 32px;
}
.archive-header .form-politicas {
	right: 7%;
}
.archive-header .form-politicas {
	right: 7%;
}
.archive-header form {
	color: black;
	display: inline-block;
	margin: 0 auto;
	position: relative;
	right: 3%;
	width: 48%;
	position: absolute;
	bottom: 0;
}
.no-results-title b {
	color: black;
}
.no-results-title {
	margin-bottom: 20px;
	display: block;
}
.archive-header form input[type="text"] {
	color: black;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	background: transparent;
	border: none;
	border-bottom: 0.5px solid black;
	width: calc(100% - 50px);
	letter-spacing: 0.3px;
}
.archive-header form input[type="text"]:focus {
	outline: none;
}
.archive-header form input[type="text"]::placeholder {
	color: black;
	opacity: 1;
}

.archive-header form input[type="text"]:-ms-input-placeholder {
	color: black;
}

.archive-header form input[type="text"]::-ms-input-placeholder {
	color: black;
}
.archive-content {
	width: 100%;
	float: left;
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
}

.btn-open-accordion {
	height: 70px;
}
.archive-accordion-line {
	width: 100%;
	float: left;
	position: relative;
	border-bottom: 1px solid #fbd005;
}
.archive-accordion-line h2 {
	font-family: 'Muli', sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: 800;
	color: black;
	text-transform: uppercase;
	outline: 0 !important;
	cursor: pointer;
	margin-top: 25px;
	margin-bottom: 25px;
	padding-left: 0;
}
.archive-accordion-line i {
	padding: 0;
	margin: 0;
}

.archive-accordion-line h2:hover .btn-open-accordion i {
	color: black;
}

.archive-accordion-line .btn-open-accordion i {
	color: #fbd005;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	float: right;
	margin-top: 22px;
}
.archive-accordion-line .btn-open-accordion i:before {
	content: "\f055";
	font-size: 25px;
}
.archive-accordion-line-content {
	padding-top: 25px;
	padding-bottom: 25px;
	width: 100%;
	height: 100%;
	float: left;
	position: relative;
}

.archive-accordion-line-cotent-text {
	padding-left: 0;
	line-height: 28px;
	font-size: 14px;
}
.archive-accordion-line-cotent-text ul {
	list-style-type: none;
}
.archive-accordion-line-content-image {
	max-width: 100%;
}

.accordion-open .btn-open-accordion i:before {
	content: "\f056";
}

.accordion .archive-accordion-line .archive-accordion-line-content {
	display: none;
}
.accordion .btn-open-accordion {
	user-select: none;
}

.btn-open-accordion.active i:before {
	content: "\f056";
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.lightbox-images-area {
	width: 100%;
	float: left;
}
.gallery-thumbnail {
	width: 25%;
}
.gallery-thumbnail {
	width: 25%;
	float: left;
	height: 75px;
	position: relative;
	display: block;
	background-color: #fbd005 !important;
}
.gallery-thumbnail img {
	height: 100% !important;
	object-fit: cover;
	transition: all 1s;
}
.gallery-thumbnail:hover img {
	opacity: 0.7;
}
.label-resource {
	color: #4d5159;
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 3px;
	margin-top: 30px;
}
.external-link-single {
	color: #000000;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 800;
	margin-bottom: 5px;
	display: block;
}
.external-link-single:last-of-type {

	margin-bottom: 20px;
}
.external-link-single i {
	padding-left: 10px;
	font-size: 16px;
	vertical-align: middle;
}
.info-panel-documents {
	padding: 0;
}
.info-panel-audio {
	padding: 0;
	list-style: none;
	margin-bottom: 20px;
}
.info-panel-audio  span {
	color: #000000;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 800;
	margin-bottom: 5px;
	display: block;
}
.info-panel-audio:last-of-type {

	margin-bottom: 20px;
}
.info-panel-video {
	padding: 0;
	list-style: none;
}
.info-panel-video p {
	color: #000000;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 800;
	margin-bottom: 5px;
	display: block;
}

/*------BoXs------------*/
.archive-feed-boxs {
	flex-wrap: wrap;
	display: flex;
	padding-right: 0;
	padding-left: 45px;
}

.box-archive {
	width: 33.333333%;
	position: relative;
	display: block;
	float: left;
	padding: 0% 1.6% 0% 1.6%;
	margin-bottom: 40px;
}
.box-archive:first-child {
	margin-left: 0;
}
.box-archive .frame-image {
	background: #fbd005;
	transition: 1s all;
	position: relative;
	display: block;
}

.box-archive .frame-image i {
	z-index: 0;
	text-align: center;
	margin: 0 auto;
	font-size: 30px;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	transform: translateY(-50%);
	top: 90%;
	height: 100%;
}
.box-archive img {
	height: 200px;
	object-fit: cover;
	opacity: 0.85;
	transition: 1s all;
	z-index: 1;
	position: relative;
	width: 100%;
	/*-webkit-filter: grayscale(100%);
	filter: grayscale(100%);*/
}
.box-archive img:hover {
	opacity: 1;
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}
.post-type-archive-documento .box-archive img {
	height: 330px;
	object-fit: cover;
}
.tax-categoria-documento  .box-archive img {
	height: 330px;
	object-fit: cover;
}
.box-archive h2 {
	font-size: 20px;
	color: #000000;
	margin-top: 0;
}
.box-archive p {
	font-size: 13px;
	color: #4d5159;
	margin-top: 0px;
	margin-bottom: 10px;
}
.btn-more {
	font-size: 13px;
	color: #fbd005;
	transition: 1s all;
	font-weight: 700;
}
.btn-more:hover {
	font-size: 13px;
	color: #fbd005;
}
.archive-column-filters {
	background: #f2f2f2;
	padding: 45px 30px;
}
.list-categories {
	padding: 0;
	list-style: none;
}
.list-categories li {
	padding: 0;
	list-style: none;
	border-bottom: 2px solid #fbd005;
	padding-bottom: 18px;
	padding-top: 18px;
}

.list-categories a {
	font-size: 12px;
	text-transform: uppercase;
	color: #4d5159;
	transition: 0.3s all;
	width: 100%;
	display: block;
	letter-spacing: 0.3px;
	font-weight: 600;
}
.list-categories .current-cat > a {
	font-weight: bold;
}
.list-categories a:hover {
	font-weight: bold;
}

.list-sub-categories {
	padding-left: 0px;
	display: none;
	padding-top: 8px;
}
.list-sub-categories li {
	padding: 0;
	list-style: none;
	border-bottom: 0px solid #fbd005;
	padding-bottom: 9px;
	padding-top: 9px;
}

.list-sub-categories a {
	text-transform: uppercase;
	color: #4d5159;
	transition: 0.3s all;
	width: 100%;
	display: block;
	font-size: 11px;
}
.list-categories > .current-cat > .list-sub-categories {
	display: block;
}
.open-subcatmenu.list-sub-categories {
	display: block;
}
/*------Simple Lines-------------*/
.archive-simple-line {
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 20px;
}
.archive-simple-line h2 {
	font-family: 'Muli', sans-serif;
	font-size: 18px;
	border-bottom: 2px solid #fbd005;
	padding-bottom: 20px;
	margin: 0;
	color: black;
	text-transform: uppercase;
	outline: 0 !important;
	cursor: pointer
}

.archive-simple-line h2:hover .btn-archive-link i {
	color: black;
}

.archive-simple-line .btn-archive-link i {
	color: #fbd005;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	float: right;
}
.archive-simple-line .btn-archive-link i:before {
	content: "\f14c";
	font-size: 25px;
}
.date-archive-simple-line {
	font-weight: 200;
	font-size: 16px;
}
.post-type-archive-mediascopio .archive-column-filters {
	position: absolute;
	z-index: 8;
	width: 250px;
	top: 0;
}
.tax-categoria-mediascopio .archive-column-filters {
	position: absolute;
	z-index: 8;
	width: 250px;
	top: 0;
}
.mediascopio-filtros-container {
	float: right;
	position: relative;
	z-index: 1;
	background: #fbd005;
	min-width: 350px;
}
.mediascopio-categorias {
	position: absolute;
	background: #fbd005;
	width: 100%;
	margin-top: -50px;
	z-index: -1111;
}
.mediascopio-titulo-filtro {
	font-size: 14px;
	font-weight: 700;
	color: black;
	text-transform: uppercase;
	padding: 20px;
	margin: 0;
	cursor: pointer;
	border-bottom: 2px solid #383838;
	font-family: 'Muli', sans-serif;
}
.mediascopio-lista-filtro {
	list-style: none;
	padding: 0;
	display: none;
	overflow: auto;
	padding: 20px;
}
.mediascopio-lista-filtro li {
	font-size: 14px;
	list-style: none;
	padding: 8px 0 8px 0;
	cursor: pointer;
	color: black;
	text-transform: uppercase;
	font-weight: 700;
}
.mediascopio-lista-filtro li a:hover {
	color: white;
}
.mediascopio-lista-filtro > .current-cat > a {
	color: white;
}
.btn-mediascopio-filtros span {
	float: right;
}
.mediascopio-lista-filtro > li > a {
	font-size: 14px;
	list-style: none;
	padding: 8px 0 8px 0;
	cursor: pointer;
	color: black;
	text-transform: uppercase;
	font-weight: 700;
}
.mediascopio-lista-filtro .current-cat ul.list-sub-categories {
	display: block;
}
.mediascopio-lista-filtro  ul.list-sub-categories a {
	font-size: 12.5px;
	list-style: none;
	padding: 8px 0 8px 0;
	cursor: pointer;
	color: black;
	text-transform: uppercase;
	font-weight: 700;
}
.mediascopio-lista-filtro  ul.list-sub-categories .current-cat a {

	color: #ffffff;
}
.mediascopio-lista-filtro ul.list-sub-categories  li {
	font-size: 14px;
	list-style: none;
	padding: 5px 0 5px 0;
}
/*------------------------------------------------------
 * --------------------MAPA VIRTUAL--------------------------
 * -----------------------------------------------------
 */
.template-header {
	background: #fbd005;
	width: 100%;
	float: left;
	padding-top: 25px;
	padding-bottom: 25px;
	margin: 0;
}
.template-header .container {
	background-position: center right;
	background-position-x: right;
	background-position-y: center;
	background-size: 30px;
	background-repeat: no-repeat;
	min-height: 50px;
	position: relative;
}
.template-header .projeto-header {
	background-image: url(../images/arquivo/projetos_preto.png);
}
.template-header .politica-header {
	background-image: url(../images/arquivo/politicas_preto.png);
}
.template-header .estudo-header {
	background-image: url(../images/arquivo/estudos_preto.png);
}
.template-header h1 {
	color: black;
	display: inline-block;
	margin: 0;
	position: absolute;
	bottom: 0;
}
.template-header form {
	color: black;
	display: inline-block;
	margin: 0 auto;
	position: relative;
	right: 7%;
	width: 48%;
	position: absolute;
	bottom: 0;
}

.template-header form input[type="text"] {
	color: black;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	background: transparent;
	border: none;
	border-bottom: 0.5px solid black;
	width: calc(100% - 50px);
}
.template-header form input[type="text"]:focus {
	outline: none;
}
.template-header form input[type="text"]::placeholder {
	color: black;
	opacity: 1;
}

.template-header form input[type="text"]:-ms-input-placeholder {
	color: black;
}

.template-header form input[type="text"]::-ms-input-placeholder {
	color: black;
}
.mapa-filtros-container {
	float: right;
	position: relative;
	z-index: 1;
	background: #fbd005;
	min-width: 350px;
}
.mapa-categorias {
	position: absolute;
	background: #fbd005;
	width: 100%;
	z-index: -1111;
}
.arrow-recursos {
	float: right;
	font-weight: 800;
}
.mapa-titulo-filtro {
	font-size: 14px;
	font-weight: 700;
	color: black;
	text-transform: uppercase;
	padding: 20px;
	margin: 0;
	cursor: pointer;
	border-bottom: 2px solid #383838;
	font-family: 'Muli', sans-serif;
}
.mapa-lista-filtro {
	list-style: none;
	padding: 0;
	display: none;
	overflow: auto;
	padding: 20px;
}
.mapa-lista-filtro li {
	list-style: none;
	padding: 5px 0 5px 5px;
}
.mapa-lista-filtro li > span {
	font-size: 12px;
	list-style: none;
	cursor: pointer;
	color: black;
	text-transform: uppercase;
	font-weight: 800;
}
.list-mapa-sub-categories {
	display: block;
	padding-left: 0 !important;
}
.list-mapa-sub-categories li span {
	color: #000 !important;
	font-size: 11px !important;
	font-weight: 700;
}
.btn-mapa-filtros span {
	float: right;
	font-size: 12px !important;
}
#pagina-full-mapa {
	min-height: calc(100vh - 206px);
	width: 100%;
	float: left;
}
.page-template-template-mapavirtual .pre-footer {
	margin-top: 0;
}
#map-box-dialog {
	width: 300px;
	padding: 20px;
}
.map-box-dialog-img {
	width: 100%;
	/*display: none;*/
}
.map-box-dialog-title {
	font-size: 12px;
	font-family: 'Muli', sans-serif;
	font-weight: 800;
	color: black;
	text-transform: uppercase;
	border-bottom: 2px solid #fcdc44;
	padding-bottom: 10px;
	line-height: 20px;
}
.map-box-dialog-meta {
	font-size: 12px;
	font-family: 'Muli', sans-serif;
	font-weight: 800;
	color: black;
	text-transform: uppercase;
	border-bottom: 2px solid #fcdc44;
	padding-bottom: 10px;
}
.map-box-dialog-text {
	border-bottom: 2px solid #fcdc44;
	padding-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
}
.map-box-dialog-button {
	width: 100%;
	display: block;
	position: relative;
	padding: 15px;
	text-align: center;
	border: 2px solid black;
	color: black;
	text-transform: uppercase;
	font-weight: 600;
	transition: 0.8s all;
}
.map-box-dialog-button:hover {
	background: black;
	color: #fbd005;
}
/*------------------------------------------------------
 * --------------------NOTICIAS--------------------------
 * -----------------------------------------------------
 */
.news-page {
	background: #f4f4f4;
}
.archive-news {
	flex-wrap: wrap;
	display: flex;
	padding-right: 0;
	padding-left: 0;
}
.box-news-archive {
	position: relative;
	display: block;
	float: left;
	padding: 0;
	margin-bottom: 0;
	height: 275px;
	background-color: #fbd005;
}
.box-news-archive .image-box-new-archive {
	padding: 0;
	height: 100%;
	opacity: 0.4;
}
.box-news-archive:nth-child(4n+3) .image-box-new-archive {
	float: right;
}
.box-news-archive:nth-child(4n+4) .image-box-new-archive {
	float: right;
}
.box-news-archive  .image-box-new-archive img {
	height: 100%;
	object-fit: cover;
	width: 100%;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.box-news-archive  .content-box-new-archive {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	background-color: #ffffff;
	padding: 40px;
	transition: all 0.8s;
	height: 100%;
}

/*
 .box-news-archive:nth-last-child(1) .content-box-new-archive {
 height: calc(100% - 70px);
 margin-bottom: 70px;
 }
 .box-news-archive:nth-last-child(2) .content-box-new-archive {
 height: calc(100% - 70px);
 margin-bottom: 70px;
 }*/
.box-news-archive .content-box-new-archive h3 {
	font-family: 'Muli', sans-serif;
	color: #000000;
	font-size: 15px;
	font-weight: 900;
	line-height: 20px;
	margin-bottom: 15px;
}
.box-news-archive .excerpt-box-new-archive {
	color: #000000;
	font-weight: normal;
	font-size: 13px;
}
.box-news-archive .readmore {
	color: #000000;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 25px;
}
.box-news-archive .content-box-new-home > a {
	position: relative;
	display: block;
	padding: 75px;
}

/*------------------------------------------------------
 * --------------------TIMELINE--------------------------
 * -----------------------------------------------------
 */
.timeline-container {
	white-space: nowrap;
	overflow-y: hidden;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: transparent;
	float: left;
	width: 100%;
	height: 675px;
	margin-top: 50px;
}
.timeline-container  .timeline-box {
	display: inline-block;
	float: none;
	overflow: hidden;
	width: 289px;
	height: 289px;
	padding: 0;
	position: relative;
}
.time-line-bg {
	background: #fbd005;
	border-radius: 50%;
	height: 100%;
	width: 100%;
	position: absolute;
}
.timeline-container  .timeline-box:nth-child(even) {
	top: 350px;
}

.timeline-info {
	padding-top: 60px;
	left: 30px;
	padding-bottom: 0;
	word-wrap: break-word;
	white-space: normal;
	position: relative;
	z-index: 2;
}
.timeline-info:nth-child(odd) {
	padding-top: 0;
	padding-bottom: 25px;
	word-wrap: break-word;
	white-space: normal;
}
.timeline-info h4 {
	font-size: 16px;
	font-weight: 300;
	color: #000000;
	width: 240px;
}
.timeline-info h4 a {
	font-size: 11.5px;
	font-weight: 400;
	color: #000000;
	line-height: 20px;
	position: relative;
	margin-left: 65px;
	display: block;
	line-height: 15px;
}
.timeline-info a:hover {
	color: #ffffff;
}
.timeline-box:hover .time-line-bg {
	background: #000000;
}
.timeline-box:hover * {
	color: #ffffff;
}
.timeline-box:hover .day-medioscopio:after {
	background: #ffffff;
}
.timeline-date {
	font-size: 12px;
	color: #000000;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 0;
}
.day-medioscopio {
	font-family: 'EB Garamond', serif !important;
	font-size: 54px !important;
	font-weight: 700;
	display: block;
}
.day-medioscopio:after {
	content: '';
	width: 108px;
	height: 2.5px;
	background: #000000;
	position: relative;
	transform: skewY(125deg);
	display: block;
	right: -15px;
}
.month-year-medioscopio {
	font-family: 'EB Garamond', serif !important;
	top: -20px !important;
	font-weight: 600;
	letter-spacing: 0.8;
	position: relative;
}
.slider-range-container {
	width: 100%;
	float: left;
	position: relative;
	display: block;
	top: -355px;
	padding: 0;
}
.slider-timeline {
	-webkit-appearance: none;
	width: 100%;
	z-index: 9999999;
	position: relative;
}
.slider-timeline:focus {
	outline: none;
}
.slider-timeline::-webkit-slider-runnable-track {
	width: 100%;
	height: 1px;
	cursor: pointer;
	animate: 0.2s;
	box-shadow: 0 0 0 #000000, 0px 0px 0px #0d0d0d;
	background: #000000;
	border-radius: 0;
	border: none;
}
.slider-timeline::-webkit-slider-thumb {
	box-shadow: 0 0 0 #000000, 0px 0px 0 #0d0d0d;
	border: 0 solid #000000;
	height: 26px;
	width: 26px;
	border-radius: 0;
	background: #000000;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -12px;
}
.slider-timeline:focus::-webkit-slider-runnable-track {
	background: #000000;
}

.slider-timeline::-moz-range-track {
	width: 100%;
	height: 1px;
	cursor: pointer;
	box-shadow: 0 0 0 #000000, 0px 0px 0 #0d0d0d;
	background: #000000;
	border-radius: 0;
	border: none;
}
.slider-timeline::-moz-range-thumb {
	box-shadow: 0 0 0 #000000, 0px 0px 0 #0d0d0d;
	border: 0px solid #000000;
	height: 26px;
	width: 26px;
	border-radius: 0;
	background: #000000;
	cursor: pointer;
}
.slider-timeline::-moz-range-progress {
	background-color: #cd5a2e;
	height: 1px;
}

.slider-timeline::-ms-track {
	width: 100%;
	height: 1px;
	cursor: pointer;
	animate: 0.2s;
	background: transparent;
	border-color: transparent;
	border-width: 16px 0;
	color: transparent;
}

.slider-timeline::-ms-fill-lower {
	background: #cd5a2e;
	border: 0.5px solid #cd5a2e;
	box-shadow: 0 0 0 #000000, 0px 0px 0 #0d0d0d;
}
.slider-timeline::-ms-fill-upper {
	background: #000000;
	border: 0px solid #010101;
	border-radius: 0;
	box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}
.slider-timeline::-ms-thumb {
	box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
	border: 0px solid #000000;
	height: 26px;
	width: 26px;
	border-radius: 0;
	background: #000000;
	cursor: pointer;
}
.slider-timeline:focus::-ms-fill-lower {
	background: #000000;
}
.slider-timeline:focus::-ms-fill-upper {
	background: #000000;
}
/*------------------------------------------------------
 * --------------------FOOTER--------------------------
 * -----------------------------------------------------
 */
footer {
	background: #000000;
	padding-top: 24px;
	padding-bottom: 24px;
	float: left;
	width: 100%;
	position: relative;
	clear: both;
}
.copyright {
	color: white;
	font-size: 11px;
	font-weight: 100;
	display: block;
	margin-bottom: 0;
	margin-top: 10px;
	float: left;
	width: 100%;
}
.pre-footer {
	background: #fbd005;
	padding-top: 45px;
	padding-bottom: 45px;
	float: left;
	width: 100%;
	position: relative;
	margin-top: 0;
	text-align: center;
}
.pre-footer a {
	color: black;
	font-size: 25px;
	padding: 0 10px;
}
.pre-footer h3 {
	font-size: 36px;
	color: #000000;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.logo-cecs {
	padding-right: 20px;
}
.logo-apoio {
	padding-right: 20px;
}
.logo_polobs {
	width: 200px;
}
.logo_cecs {
	width: 130px;
}
.logo_apoios_comunitarios {
	width: 90px;
}
.logo-um-footer {
	padding-right: 20px;
}

.col-pre-footer {

}
.col-pre-footer p {
	/*font-weight: 400;*/
	font-size: 9.5px;
	color: #666666;
	text-transform: uppercase;
}
.col-pre-footer a {
	/*font-weight: 400;*/
	font-size: 9.5px;
	color: #666666;
	text-decoration: none;
	text-transform: uppercase;
}
.col-pre-footer span {
	font-weight: 600;
	font-size: 9.5px;
}
.col-pre-footer .nome-instituicao {
	font-weight: 600;
	color: #1a1a1a;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 16px;
	margin-bottom: 20px;
}
a.pull-right.logo-blisq {
	margin-top: 14px;
}

#menu-bottom a {
	color: white;
}
#menu-bottom .icone-search {
	display: none;
}
#menu-bottom li {
	color: white;
	list-style: none;
}
#menu-menu-bottom > li {
	display: inline-block;
	vertical-align: text-top;
	padding-left: 15px;
	padding-right: 15px;
}
#menu-menu-bottom > li > a {
	font-weight: bold;
}
.dropdown-menu-bottom {
	padding-left: 0;
}
.dropdown-menu-bottom a {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 100;
}
.social-menu li {
	font-size: 15px;
	text-align: center;
}
.social-menu ul > li > a {
	font-size: 18px;
	opacity: 0.75;
}
/*--------------------------------------------------
 * ---------------------CONTACTOS-------------------
 * ------------------------------------------------*/
.contacts {
	width: 100%;
	float: left;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 0;
}
.contacts-area {
	padding-left: 0;
}
.box-contacts {
	padding-left: 0;
}
.box-contacts h3 {
	font-size: 13.33px;
	font-family: 'Muli', sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	color: #000000;
}
.box-contacts p {
	color: #4d5159;
	font-size: 11.33px;
	font-family: 'Muli', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
}
.box-contacts a {
	color: #4d5159;
	font-size: 11.33px;
	font-family: 'Muli', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
}
.box-contacts span {
	color: #000000;
	font-size: 11.33px;
	font-family: 'Muli', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
}

/*--------------------------------------------------
 * ---------------------PAGINAÇÃO-------------------
 * ------------------------------------------------*/
.paginacao {
	padding: 60px;
	text-align: center;
}
.paginacao .prev-desativo {
	display: none;
}
.paginacao .prev {
	display: none;
}
.paginacao .next-desativo {
	display: none;
}
.paginacao .next {
	display: none;
}

.paginacao .current {
	color: #fbd005;
	font-weight: bold;
	font-size: 15.28px;
}
.paginacao .desativos {
	padding: 4px;
	color: #838383;
	font-size: 15.28px;
	font-weight: 200;
}
.paginacao .desativos:hover {
	color: #fbd005;
}
.paginacao a {
	padding: 4px;
	color: #838383;
	font-size: 15.28px;
	font-weight: 200;
}
/*--------------------------------------------------
 * ---------------------COOKIES-------------------
 * ------------------------------------------------*/
.cc-window {
	opacity: 1;
	transition: opacity 1s ease;
}

.cc-window.cc-invisible {
	opacity: 0
}

.cc-animate.cc-revoke {
	transition: transform 1s ease
}

.cc-animate.cc-revoke.cc-top {
	transform: translateY(-2em)
}

.cc-animate.cc-revoke.cc-bottom {
	transform: translateY(2em)
}

.cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top, .cc-revoke:hover {
	transform: translateY(0)
}

.cc-grower {
	max-height: 0;
	overflow: hidden;
	transition: max-height 1s
}

.cc-link, .cc-revoke:hover {
	text-decoration: underline
}

.cc-revoke, .cc-window {
	position: fixed;
	overflow: hidden;
	box-sizing: border-box;
	font-size: 11px;
	line-height: 17px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	z-index: 9999;
}

.cc-window.cc-static {
	position: static
}

.cc-window.cc-floating {
	z-index: 100;
	max-width: 24em;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 25px;
}

.cc-window.cc-banner {
	padding: 1em 1.8em;
	width: 100%;
	-ms-flex-direction: row;
	flex-direction: row
}

.cc-revoke {
	padding: .5em
}

.cc-header {
	font-size: 18px;
	font-weight: 700
}

.cc-btn, .cc-close, .cc-link, .cc-revoke {
	cursor: pointer
}

.cc-link {
	opacity: .8;
	display: inline-block;
	padding: .2em
}

.cc-link:hover {
	opacity: 1
}

.cc-link:active, .cc-link:visited {
	color: initial
}

.cc-btn {
	display: block;
	padding: .4em .8em;
	font-size: .9em;
	font-weight: 700;
	border-width: 2px;
	border-style: solid;
	text-align: center;
	white-space: nowrap;
	font-size: 13px;
	text-transform: uppercase;
}

.cc-banner .cc-btn:last-child {
	min-width: 140px
}

.cc-highlight .cc-btn:first-child {
	background-color: transparent;
	border-color: transparent
}

.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
	background-color: transparent;
	text-decoration: underline
}

.cc-close {
	display: block;
	position: absolute;
	top: .5em;
	right: .5em;
	font-size: 1.6em;
	opacity: .9;
	line-height: .75
}

.cc-close:focus, .cc-close:hover {
	opacity: 1
}

.cc-revoke.cc-top {
	top: 0;
	left: 3em;
	border-bottom-left-radius: .5em;
	border-bottom-right-radius: .5em
}

.cc-revoke.cc-bottom {
	bottom: 0;
	left: 3em;
	border-top-left-radius: .5em;
	border-top-right-radius: .5em
}

.cc-revoke.cc-left {
	left: 3em;
	right: unset
}

.cc-revoke.cc-right {
	right: 3em;
	left: unset
}

.cc-top {
	top: 1em
}

.cc-left {
	left: 1em
}

.cc-right {
	right: 1em
}

.cc-bottom {
	bottom: 1em
}

.cc-floating > .cc-link {
	margin-bottom: 1em
}

.cc-floating .cc-message {
	display: block;
	margin-bottom: 1em;
	font-size: 12px;
}

.cc-window.cc-floating .cc-compliance {
	-ms-flex: 1;
	flex: 1
}

.cc-window.cc-banner {
	-ms-flex-align: center;
	align-items: center
}

.cc-banner.cc-top {
	left: 0;
	right: 0;
	top: 0
}

.cc-banner.cc-bottom {
	left: 0;
	right: 0;
	bottom: 0
}

.cc-banner .cc-message {
	-ms-flex: 1;
	flex: 1
}

.cc-compliance {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: justify;
	align-content: space-between
}

.cc-compliance > .cc-btn {
	-ms-flex: 1;
	flex: 1
}

.cc-btn+ .cc-btn {
	margin-left: .5em
}

@media print {
	.cc-revoke, .cc-window {
		display: none
	}
}

@media screen and (max-width: 900px) {
	.cc-btn {
		white-space: normal
	}
}

@media screen and (max-width: 414px) and (orientation: portrait) , screen and (max-width: 736px) and (orientation: landscape) {
	.cc-window.cc-top {
		top: 0
	}
	.cc-window.cc-bottom {
		bottom: 0
	}
	.cc-window.cc-banner, .cc-window.cc-left, .cc-window.cc-right {
		left: 0;
		right: 0
	}
	.cc-window.cc-banner {
		-ms-flex-direction: column;
		flex-direction: column
	}
	.cc-window.cc-banner .cc-compliance {
		-ms-flex: 1;
		flex: 1
	}
	.cc-window.cc-floating {
		max-width: none
	}
	.cc-window .cc-message {
		margin-bottom: 1em
	}
	.cc-window.cc-banner {
		-ms-flex-align: unset;
		align-items: unset
	}
}

.cc-floating.cc-theme-classic {
	padding: 1.2em;
	border-radius: 5px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
	text-align: center;
	display: inline;
	-ms-flex: none;
	flex: none
}

.cc-theme-classic .cc-btn {
	border-radius: 5px
}

.cc-theme-classic .cc-btn:last-child {
	min-width: 140px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
	display: inline-block
}

.cc-theme-edgeless.cc-window {
	padding: 0
}

.cc-floating.cc-theme-edgeless .cc-message {
	margin: 2em 2em 1.5em
}

.cc-banner.cc-theme-edgeless .cc-btn {
	margin: 0;
	padding: .8em 1.8em;
	height: 100%
}

.cc-banner.cc-theme-edgeless .cc-message {
	margin-left: 1em
}

.cc-floating.cc-theme-edgeless .cc-btn+ .cc-btn {
	margin-left: 0
}

/*
 * Keyframes
 * */
@-webkit-keyframes swinging{
0%{-webkit-transform: rotate(10deg);}
50%{-webkit-transform: rotate(-5deg)}
100%{-webkit-transform: rotate(10deg);}
}

@keyframes swinging{
0%{transform: rotate(10deg);}
50%{transform: rotate(-5deg)}
100%{transform: rotate(10deg);}
}
