/* --------------------------------------------- 

* Filename:     style.css
* Version:      1.0.0 (2014-10-14)
* Website:      http://www.zymphonies.com
                http://www.freebiezz.com
* Description:  System Style
* Author:       Zymphonies Dev Team
                

-----------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-family: 'Montserrat', sans-serif;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

table {
  /* border-collapse: collapse; */
  /* border-spacing: 0; */
}

/*
  Clear Floated Elements
*/

.clear {
  clear:both;
  display:block;
  overflow:hidden;
  visibility:hidden;
  width:0;
  height:0;
}

.clear:after {
  clear:both;
  content:' ';
  display:block;
  font-size:0;
  line-height:0;
  visibility:hidden;
  width:0;
  height:0;
}

* html .clear {
  height:1%;
}

*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: 'Montserrat', sans-serif;
  /* background: rgba(250, 250, 250, 1); */
  color: #00023D;
  font-size:14px;
  line-height:160%;
}

a {
  color: #23C181;
  text-decoration:none;
  font-weight: bold;
  text-shadow: none;
}

a:hover {
  color: #AACB3C;;
}

h1, h2, h3, h4, h5, h6 {
  color: rgb(34, 46, 54);
  font-weight: normal;
  margin-bottom:6px;
}

h1 {
  font-size:32px;
}

h1.page-title:after {
    content: "";
    display: table;
    clear: both;
}

h1.page-title span{
	float:left;
	margin-right: 0.5em;
	margin-top: 60px;
	margin-bottom: 1em;
}

h1 hr {
    display: none;
    margin: 0px;
    padding: 0px;
    border: 1px solid #00023D;
    border-width: 3px 0 0 0;
    height: 5px;
    position: relative;
    top: 0.4em;
}

div.tabs-wrapper {
	clear: both;
}

h2 {
  font-size:24px;
}

h3 {
  font-size:18px;
}

h4 {
  font-size:16px;
}

h5 {
  font-size:15px;
}

h6 {
  font-size:14px;
}

p {
      font-size: 1.2em;
      line-height: 1.8em;
      margin: 0 0 0 0;
}

table {
  /* border-collapse:collapse; */
  /* border-spacing:0; */
  /* margin-bottom: 15px; */
  width: 100%;
}

th, tr, td {
  vertical-align: top;
}

.sticky-header th, .sticky-table th {
  border-bottom: 3px solid #ccc;
  padding-right: 1em;
  text-align: left;
}

table {
  /* background: #ececec; */
  /* border: 1px solid #bbbbbb; */
}

th {
  background: #dbdbdb;
  padding: 5px 4px;
  text-shadow: 1px 1px #fff;
  border-right: 1px solid #c8c7c7;
  color:#333;
}

td {
  padding: 0px;
  margin: 0px;
}

code {
  background: #d8d8d8;
  text-shadow: 1px 1px #fff;
  border: 1px solid #bbbbbb;
  display: block;
  padding: 7px;
  margin: 5px 0;
  border-radius: 7px;
}

mark {
  background-color:#fdfc9b;
  font-style:italic;
  font-weight:bold;
}

del {
  text-decoration: line-through;
}

hr {
  border:none;
  border-top:#EEE 1px solid;
}

dt {
  font-weight:bold;
  margin-bottom:24px;
}

dd {
  margin-left:30px;
  margin-bottom:24px;
}

ul {
  list-style-type:disc;
  margin-left:15px;
  margin-bottom:12px;
}

ul ul {
  list-style-type:square;
  margin-bottom:0;
}

ul ul ul {
  list-style-type:circle;
}

ol {
  list-style-type:decimal;
  margin-left:30px;
  margin-bottom:24px;
}

ol ol {
  list-style: upper-alpha;
  margin-bottom:0
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: lower-alpha;
}

abbr,
acronym {
  border-bottom:#999 1px dotted;
  cursor:help;
}

big {
  font-size:1.3em;
}

cite,
em {
  font-style:italic;
}

ins {
  background-color:#fdfc9b;
  text-decoration:none;
}

pre {
  background: #d8d8d8;
  text-shadow: 1px 1px #fff;
  border: 1px solid #bbbbbb;
  padding: 7px;
  margin: 5px 0;
  border-radius: 7px;
}

blockquote, q {
  quotes:none;
  border: 1px solid rgb(226, 220, 220);
  background: rgb(250, 247, 247) url(images/quote.png) no-repeat;
  padding: 10px 5px 5px 47px;
  text-shadow: 1px 1px #fff;
  margin: 5px 0;
  border-radius: 7px;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}

strong {
  font-weight:bold;
  color: #23C181;
}

sup,
sub {
  height:0;
  line-height:1;
  vertical-align:baseline;
  position:relative;
  font-size:10px;
}

sup {
  bottom:1ex;
}

sub {
  top:.5ex;
}

img,
video {
  max-width:100%;
  height:auto;
}

video {
  display:block;
}

audio {
  max-width:100%;
}

.content a img {
}

.content a:hover img {
  background:#F0F0F0;
}

/*
  Theme Design, Layout and Typography
*/

#inner_header_wrapper {
  position:relative;
  margin:0 auto;
  position: relative;
}

#header {
  /* max-width: 1200px; */
  margin: 0 auto;
  height: 0;
}

#logo {
  float:left;
  margin: -18px 0px 0px 110px;
}

#site-title a,
#site-description {
  color:#000;
  font-weight: 300;
}

#site-title,
#site-description {
  float:left;
}

#site-title {
  margin: 25px 0;
  font-size:30px;
  font-weight:bold;
}

#site-title a{
  float: left;
  line-height: 100%;
}

#site-description {
  color: rgb(148, 146, 146);
  margin: 0;
  float: left;
  clear: both;
  font-size: 12px;
  line-height: 100%;
}

#main-menu {
	height: 100px;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	text-align: right;
	padding: 40px 0px 0 0px;
	background: none repeat scroll 0 0 #00023D;
}

#main-menu ul {
  float:right;
  padding: 0px;
  margin: 4px 0px 0px 0px;
  list-style:none;
  font-size: 14px;
  text-align: right;
  /* height: auto; */
  /* width: 700px; */
}

#main-menu li {
  position:relative;
  float:left;
  padding:0;
  margin:0;
}

#main-menu ul li:first-child {
  padding-left:0;
}

ul, ol, div.item-list ul{
  padding: 0;
  margin: 0;
}

ul li, ul.menu li, ul.links li, .item-list ul li {
  list-style: none outside none;
  margin: 0 0 0px;
  padding: 0 0 0 0;
}

#main-menu a {
  display: block;
  color: white;
  text-align: center;
  padding: 0 8px;
  text-decoration: none;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 500;
}

#main-menu li.en a.language-link {
	width: 20px;
	height: 18px;
	display: block;
	margin: 0 12px 0 0px;
}

#main-menu li.pt-br a.language-link {
    width: 20px;
    height: 18px;
    display: block;
    margin: 0 12px 0 0px;
}

#main-menu a:hover,
#main-menu li a.active{
  color: #FFF;
  text-decoration: none;
  background: none repeat scroll 0 0 #00023D;
  font-weight: 600;
}
#main-menu li li a.active{
  background: rgb(30, 39, 46);
}

.drop-down-toggle {
  position: absolute;
  top: 5px;
  right: 16px;
  display: none;
  width: 28px;
  height: 28px;
  border-radius:15px;
  background:#333;
  background:-moz-linear-gradient(#333,#444);
  background:-webkit-linear-gradient(#333,#444);
  background:-o-linear-gradient(#333,#444);
  background:-ms-linear-gradient(#333,#444);
  background:linear-gradient(#333,#444);
  border:#aaa 3px solid;
}

.drop-down-arrow {
  display: block;
  width: 0;
  height: 0;
  margin: 8px 0 0 3px;
  border-top: 8px solid #aaa;
  border-left: transparent 8px solid;
  border-right: transparent 8px solid;
}

#main-menu li li {
  float:none;
  min-width:190px;
  padding:0;
  margin:0;
}

#main-menu li li a{
  color: #C5C5C5;
  min-width: 150px;
  margin: 0;
  background: rgb(30, 39, 48);
  border-top: 1px solid rgb(70, 69, 69);
  font-size: 11px;
  text-align: left;
  overflow: hidden;
  padding: 10px;
  font-weight: normal;
}

#main-menu li li:first-child > a {
  border-top:none;
}

#main-menu li li a:hover {
  background: rgb(52, 69, 82);
  color: rgb(138, 138, 138);
}

#main-menu li ul {
  display:none;
  position:absolute;
  z-index:9999;
  min-width:190px;
  height:auto;
  padding:0;
  margin:0;
  box-shadow:0 0 3px #333;
}

#main-menu li ul ul {
  margin:-40px 0 0 190px !important;
}

#main-menu li:hover > ul,
#main-menu li li:hover > ul,
#main-menu li li li:hover > ul {
  display:block;
  overflow: visible !important;
}

#main-menu .nav-toggle {
  display:none;
}

#main-menu ul li.leaf, #main-menu ul li.expanded, #main-menu ul li.collapsed {
  list-style:none;
}

#main-menu ul.menu li {
  margin: 0;
}

#main-menu li.expanded, #main-menu li.collapsed, #main-menu li.leaf {
  margin: 0;
  padding: 0;
}

#container {
  clear: both;
  margin: 0 auto 0 auto;
  max-width: 1200px;
  overflow: hidden;
  background: #fff;
  padding: 0px 0 0 0;
  min-height: 450px;
}


.region-slideshow{
  padding: 0px;
}

.views-slideshow-cycle-main-frame-row-item div.views-field-field-image {
	position: relative;
	width: 100%;
	margin-bottom: 2em;
}


.views-slideshow-cycle-main-frame-row-item div.views-field-title {
	position: absolute;
	top: 45%;
	left: 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	width: 100%;
	/* height: 45px; */
}

.views-slideshow-cycle-main-frame-row-item div.views-field-title div.title-center a {
	margin: 0px;
}

.views-slideshow-cycle-main-frame-row-item div.views-field-title div.title-center a {
	background: white;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 30px 12px 30px;
	font-size: 1.4em;
	vertical-align: bottom;
	color: black;
	border-radius: 1em;
	border-width: 0px;
	border-style: solid;
	border-color: white;
	height: 39px;
	display: inline-block;
	vertical-align: middle;
}

.views-slideshow-cycle-main-frame-row-item div.views-field-title span.saiba-mais {
	position: absolute;
	margin: -10px 0px 0px -83px;
	/* display: block; */
	border: 2px solid #23C181;
	background-color: #23C181;
	border-radius: 1em;
	height: auto;
	line-height: 1em;
}

.views-slideshow-cycle-main-frame-row-item div.views-field-title span.saiba-mais a {
	background: #23C181;
	color: white;
	font-size: 2em;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 10px;
	padding: 1px 5px 0px 5px;
	/* border-width: 4px; */
	vertical-align: top;
	height: 1em;
}

.content-sidebar-wrap {
  float:left;
  width:100%;
  /* overflow: auto; */
  /* white-space: nowrap; */
}
.front .content-sidebar-wrap{
  margin: 0px;
  padding: 0px;
  width: 1200px;
}

.content-sidebar-wrap #content {
  display: inline;
  margin: 0px 0 0 0;
  float:right;
  width:100%;
  /* overflow: scroll; */
}

#sidebar-first {
  color: #888;
  float: left;
}

#sidebar-second {
  color: #888;
  float: right;
}

/* 3 columns */

body.two-sidebars .content-sidebar-wrap {
  width:80%;
}

body.two-sidebars #content {
  width:75%;
}

body.two-sidebars #sidebar-first {
  width: 24%;
}

body.two-sidebars #sidebar-second {
  width: 19%;
}

/* 2 columns: sidebar-first */

body.sidebar-first .content-sidebar-wrap {
  width: 100%;
}

body.sidebar-first #content {
  width: 75%;
}

body.sidebar-first #sidebar-first {
  width: 19%;
  padding: 0px;
  margin: 0 0px 0 0;
  min-width: 5em;
}

/* 2 columns: sidebar-second */

body.sidebar-second .content-sidebar-wrap {
  width: 80%;
}

body.sidebar-second #content {
  width: 100%;
}

body.sidebar-second #sidebar-second {
  width: 19%;
}

div:not(.front)#post-content {
  padding: 0px 0em 0 0em;
  min-height: 430px;
}

.breadcrumb {
  /* margin:0 20px; */
  padding-top:20px;
  margin: 0 0 1em 0em;
  text-transform: uppercase;
  border-bottom:#eee 1px solid;
  font-size: 1.25em;
  display: none;
}

#head, #content, #sidebar-second, #sidebar-first {
  margin-top: 10px;
}

.node {
  margin:20px 0;
}

.node h2.title, .page-title {
  font-size: 3em;
  font-weight: 700;
  color: #00023D;
  /* text-transform: uppercase; */
  line-height: 0.9em;
  /* clear: both; */
}

.node h2.title a{
  color: #000;
}

.block {
  /* margin-top: 2em; */
}

.block-locale {
	margin-top: 0px;
}

.block > h2{
  font-size: 18px;
  font-weight: normal;
  margin: 5px 0px;
  padding: 0px 0px 4px 0px;
}

.theme-default .nivo-directionNav a {
 background: url("images/arrows.png") no-repeat;
}

.theme-default a.nivo-nextNav {
  background-position: -30px 0;
}

#footer-area .block > h2 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  color: ##AACB3C;
}

#footer-area ul.menu li a.active{
  color:#ddd;
}

.region-front-welcome{
  background: url("images/hr.png") top center no-repeat;
  padding-top: 2%;
  margin-top: 3%;
}

.region-front-welcome h2{
  margin-bottom: 10px;
  font-size: 16px;
  text-transform: uppercase;
}

.submitted {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: rgb(247, 247, 247);
  border: 1px solid rgb(236, 236, 236);
  border-radius: 4px;
  clear: both;
  color: rgb(56, 56, 56);
  display: inline-block;
  margin-bottom: 5px;
  padding: 2px 8px;
}

.links {
  color: #000;
  margin-top: 10px;
  font-size: 14px;
}

ul.links {
  margin:0;
}

.links li a {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #696F72;
  border-radius: 4px;
  color: #FFF;
  font-weight: normal;
  padding: 4px 8px;
}

.links li a:hover {
  background: #000;
  color: #DDD;
}

/*-------------------------------------------*
/* Fix CKEditor style
/*-------------------------------------------*/

table.cke_editor {
  background: transparent;
  border: 0;
}
table.cke_editor td {
  background: transparent;
  padding: 0;
  border: 0;
}

/*-------------------------------------------*
/* Poll, Buttons, Form
/*-------------------------------------------*/

.poll .vote-form .choices .title {
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
}

.poll .vote-form .choices {
  margin: 0;
}

.form-submit{
  cursor: pointer;
  margin:5px;
}

input.form-checkbox, input.form-radio {
  vertical-align: baseline;
}

.form-text {
  padding: 6px;
}

/*-------------------------------------------*
/* Menus and item lists 
/*-------------------------------------------*/
.item-list ul {
  margin: 0;
  padding: 0 0 0 0;
}

ul.menu li {
  margin: 0;
  padding: 0;
}

ul.inline {
  clear: both;
}

ul.inline li {
  margin: 0;
  padding: 0;
}

/*-------------------------------------------*
/* Admin Tabs
/*-------------------------------------------*/
.tabs-wrapper {
  /* border-bottom: 1px solid #b7b7b7; */
  margin: 0 0 5px 0;
}

ul.primary {
  border: none;
  margin: 0;
  padding: 0;
}

ul.primary li{
  display: inline-block;
}

ul.primary li a {
  background: none;
  border: none;
  display: block;
  float: left;
  line-height: 1.5385em;
  margin: 0;
  padding: 0 1em;
  border-radius: 4px 4px 0 0;
  margin-right: 5px;
}

ul.primary li a:hover, ul.primary li a.active {
  background: #666;
  border: none;
  color: #fff;
}

ul.primary li a:hover {
  background: #888;
  text-decoration: none;
}

ul.secondary {
  background: #666;
  border-bottom: none;
  clear: both;
  margin: 0;
  padding: 0;
}

ul.secondary li {
  border-right: none;
}

ul.secondary li a, ul.secondary li a:link {
  border: none;
  color: #ccc;
  display: block;
  float: left;
  line-height: 1.5385em;
  padding: 0 1em;
}

ul.secondary li a:hover, ul.secondary li a.active {
  background: #888;
  color: #fff;
  text-decoration: none;
}

ul.secondary a.active {
  border-bottom: none;
}

/*-------------------------------------------*
/* Tabs and Tags
/*-------------------------------------------*/
.field-name-field-tags {
  margin: 10px 0 10px 0;
}

.field-name-field-tags a{
  display: inline-block;
  background: url(images/tag.png) no-repeat;
  padding: 0px 8px 0 16px;
  height: 22px;
  text-shadow: 1px 1px #fff;
  border-radius: 2px;
  font-size: 12px;
}

.field-name-field-tags .field-item {
  margin: 0 1em 0 0;
}

.field-name-field-tags div {
  display: inline;
}

/*-------------------------------------------*
/* Profile
/*-------------------------------------------*/
.profile {
  margin: 1.5385em 0;
}

.profile dd {
  margin-bottom: 1.5385em;
}

.profile h3 {
  border: none;
}

.profile dt {
  margin-bottom: 0;
}

.password-parent {
  width: 36em;
}

/*-------------------------------------------*
/* Navigation
/*-------------------------------------------*/
.item-list .pager li {
  background: #cfcfcf;
  border-radius: 3px;
  margin-right: 4px;
  /* text-shadow: 1px 1px #fff; */
}

/*-------------------------------------------*
/* Forum
/*-------------------------------------------*/
.field-name-taxonomy-forums div {
  display: inline;
  margin-top: 4px;
}

#forum .title {
  font-size: 16px;
}

#forum .submitted {
  font-size: 12px;
  background: transparent;
  padding: 0;
}

#forum .container {
  background: #a1a1a1;
  color: #fff;
}

#forum .container a {
  color: #000;
  font-weight: bold;
}

#forum div.indent {
  margin-left: 2px;
}

.forum-starter-picture {
  float: left;
  padding: 4px;
  border: 1px solid #d9d9d9;
  margin: 5px 7px 5px 0;
}

#forum th {
  background: #434343;
  text-shadow: none;
  color: #fff;
}

#forum th a {
  color: #fff;
}

#forum td.forum .icon, #forum .icon div {
  background: url(images/no-new-posts.png) no-repeat;
  width: 35px;
  height: 35px;
}

#forum .name a{ 
  font-size: 16px;
}

/* Images */

img { outline: 0; }

img.scale-with-grid { max-width: 100%; height: auto; }

/* Comments */

.comment h2.title { 
  margin-bottom: 1em; 
}

.comment div.user-picture img { 
  margin-left: 0; 
}

.comment { 
  margin-bottom: 20px; 
  display: table; 
  vertical-align: top; 
}

.comment .attribution {
  display: table-cell; 
  padding: 0 35px 0 0; 
  vertical-align: top; 
  overflow: hidden; 
}

.comment .attribution img { 
  margin: 0; 
  border: 1px solid #d3d7d9; 
}

.comment .attribution .username { 
  white-space: nowrap; 
}

.comment .comment-submitted p { 
  margin: 4px 0; 
  font-size: 1.071em; 
  line-height: 1.2; 
}

.comment .comment-submitted .comment-time { 
  font-size: 0.786em; 
}

.comment .comment-submitted .comment-permalink { 
  font-size: 0.786em; 
  text-transform: lowercase; 
}

.comment .content { 
  font-size: 0.929em; 
  line-height: 1.6; 
}

.comment .comment-arrow { 
  background: url(images/comment-arrow.gif) no-repeat 0 center transparent;
  border-left: 1px solid; 
  border-right: 1px solid; 
  height: 40px; 
  margin-left: -36px; 
  margin-top: 15px; 
  position: absolute;
  width: 20px; 
}

.comment .comment-text { 
  padding: 0 25px 10px 35px; 
  display: table-cell; 
  vertical-align: top;
  position: relative; 
  width: 100%; 
  border-left: 1px 
  solid #d3d7d9; 
}

.comment .indented { 
  margin-left: 40px; 
}

.comment-unpublished { 
  margin-right: 5px; 
  padding: 5px 2px 5px 5px; 
}

.comment .comment-text .comment-arrow { 
  border-left: 1px solid #ffffff; 
  border-right: 1px solid #ffffff; 
}

/* -------------- Form Elements   ------------- */

fieldset { 
  background: #ffffff; 
  border: 1px solid #cccccc; 
  margin-top: 10px; 
  margin-bottom: 32px;
  padding: 0 0 10px; 
  position: relative; 
  top: 12px; /* Offsets the negative margin of legends */
  -khtml-border-radius: 4px; 
  -moz-border-radius: 4px; 
  -webkit-border-radius: 4px; 
  border-radius: 4px; 
}

.fieldset-wrapper { 
  margin-top: 25px; 
}

.node-form .vertical-tabs .fieldset-wrapper {
  margin-top: 0; 
}

.filter-wrapper { 
  top: 0; padding: 1em 0 0.2em;
  -khtml-border-radius-topright: 0; 
  -khtml-border-radius-topleft: 0; 
  -moz-border-radius-topright: 0; 
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0; 
  -webkit-border-top-right-radius: 0; 
  border-top-left-radius: 0; 
  border-top-right-radius: 0;
}

.filter-help a { 
  font-size: 0.857em; 
  padding: 2px 20px 0; 
}

.filter-wrapper .form-item label { 
  margin-right: 10px; 
}

.filter-wrapper .form-item { 
  padding: 0 0 0.5em 0.5em; 
}

.filter-guidelines { 
  padding: 0 1.5em 0 0.5em;
}

fieldset.collapsed { 
  background: transparent;
  -khtml-border-radius: 0; 
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
   border-radius: 0;
}

fieldset legend { 
  background: #dbdbdb;
  border: 1px solid #ccc;
  border-bottom: none;
  display: block;
  height: 2em;
  left: -1px;
  line-height: 2;
  padding: 0;
  position: absolute;
  text-indent: 10px;
  text-shadow: 0 1px 0 #fff;
  top: -12px; width: 100%;
  -khtml-border-radius-topleft: 4px; 
  -moz-border-radius-topleft: 4px; 
  -webkit-border-top-left-radius: 4px; 
  border-top-left-radius: 4px; 
  -khtml-border-radius-topright: 4px; 
  -moz-border-radius-topright: 4px; 
  -webkit-border-top-right-radius: 4px; 
  border-top-right-radius: 4px; 
}

fieldset.collapsed legend { -khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

fieldset .fieldset-wrapper { padding: 0 10px; }

fieldset .fieldset-description { margin-top: 5px; margin-bottom: 1em; line-height: 1.4; font-style: italic; }

input { margin: 2px 0; padding: 4px; }

textarea { line-height: 1.5; }

textarea.form-textarea, select.form-select {font-family: Montserrat;border-color: #CCCCD8;padding: 4px;border-radius: 2em;background-color: #CCCCD8;}

div.form-item-search-block-form input.form-text {
    position: absolute;
    top: 0px;
    right: 45px;
    height: 25px;
    width: 30px;
    /* padding: 5px; */
    padding-right: 28px;
    margin: 0px;
    background: url(images/search-button.png) no-repeat;
    border: 0px;
    background-color: none;
    background-position: 100% 100%;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.3s ease;
    color: rgba(255, 255, 255, 0);
}

div.form-item-search-block-form input.form-text:hover {
	background-color: white;
}

.password-suggestions ul li { margin-left: 1.2em; }

.form-item {margin-bottom: 1em;margin-top: 2px;}

.form-item label {font-size: 0.8em;text-transform: uppercase;}

.form-type-radio label, .form-type-checkbox label { margin-left: 4px; }

.form-type-radio .description, .form-type-checkbox .description { margin-left: 2px; }

.form-actions { padding-top: 10px; }

/* Form Buttons */

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
  background-image: -moz-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
  background-image: -o-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #E3E3E3));
  background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
  background-image: linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E3E3E3');
  border: 1px solid #dbdbdb;
  -moz-border-radius: 6px; 
  -webkit-border-radius: 6px; 
  -o-border-radius: 6px; 
  -ms-border-radius: 6px; 
  -khtml-border-radius: 6px; 
  border-radius: 6px;
  -moz-box-shadow: inset 0 1px 0 0 white; 
  -webkit-box-shadow: inset 0 1px 0 0 white; 
  -o-box-shadow: inset 0 1px 0 0 white; 
  box-shadow: inset 0 1px 0 0 white;
  color: #333333;
  text-shadow: 0 1px 0 white;
  position: relative; 
  font-weight:bold;
  padding: 8px 1em 9px 1em;
}

button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  background-image: -ms-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
  background-image: -moz-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
  background-image: -o-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #DBDBDB), color-stop(1, #F2F2F2));
  background-image: -webkit-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
  background-image: linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#DBDBDB', endColorstr='#F2F2F2');
  -moz-border-radius: 6px; 
  -webkit-border-radius: 6px; 
  -o-border-radius: 6px; 
  -ms-border-radius: 6px; 
  -khtml-border-radius: 6px; 
  border-radius: 6px;
  -moz-box-shadow: inset 0 1px 0 0 white;
  -webkit-box-shadow: inset 0 1px 0 0 white;
  -o-box-shadow: inset 0 1px 0 0 white;
  box-shadow: inset 0 1px 0 0 white;
  cursor: pointer;
}

#block-search-form {float: right;height: 60px;margin: 0 0px 0 0px;padding: 0 0px 0px 0px;}

#block-search-form .content {right: 0;margin: 0px 0px 0px 0px;width: 35px;z-index: 5;position: absolute;transition: .5s ease;}

#search-block-form input.form-submit,
#search-form input.form-submit {
  margin-left: 0;
  margin-right: 0;
  height: 25px;
  width: 35px;
  padding: 0;
  cursor: pointer;
  text-indent: -9999px;
  border-color: #e4e4e4 #d2d2d2 #b4b4b4;
  background: url(images/search-button.png) no-repeat center top;
  overflow: hidden;
  z-index: 6;
  /* position: relative; */
  display: none;
}

#search-block-form input.form-submit:hover,
#search-block-form input.form-submit:focus,
#search-form input.form-submit:hover,
#search-form input.form-submit:focus { background-position: center bottom; }

#search-block-form .form-actions{padding: 0;width: 60px;overflow: hidden;position: relative;}

#search-block-form .form-actions input {margin: 0px;}

#search-form .form-item-keys label { display: block; }

ol.search-results { padding-left: 0; }

.search-results li { border-bottom: 1px solid #d3d7d9; padding-bottom: 0.4285em; margin-bottom: 0.5em; }

.search-results li:last-child { border-bottom: none; padding-bottom: none; margin-bottom: 1em; }

.search-results .search-snippet-info { padding-left: 0; }

#top-area {
  clear:both;
}

#top-area {
  position:relative;
}

#top-area .block {
  margin: 0;
}

#top-area .block p{
  margin: 0;
}

#top-area .column {
  float: left;
  width: 32%;
  margin: 1.8% 0;
  margin: 0 5px;
  background: rgb(252, 252, 252);
  border: 1px solid rgb(241, 241, 241);
}

#top-area h2{
  padding: 9px 10px 0px 10px;
  color: rgb(34, 46, 54);
  margin-bottom: 0;
  font-size: 18px;
  margin: 0;
  font-weight: bold;
}

#top-area .column .content{
  padding: 10px;
}

#top-area .column:first-child {
  margin-left:0;
}

#top-area .column-title {
  color:#e0e0e0;
}

#top-area li {
  border-bottom:#555 1px dashed;
}

#footer {
  clear:both;
  /* color: #00023D; */
  background: #00023D;
  border-top: 1px solid #CFD7DB;
  max-width: 1200px;
  margin: 0 auto;
  height: 250px;
}

#footer a{
  color: white;
}

#footer_wrapper{
  max-width: 1200px;
  margin: 0 auto;
}

#footer-area {
  position:relative;
  /* color:rgb(128, 128, 128); */
  height: 10em;
  margin: 1em;
  display: table;
  width: 100%;
  /* vertical-align: bottom; */
}

#footer-area .column {
  /* float:left; */
  display: table-cell;
  vertical-align: top;
  padding: 5px;
}

#footer-area .column:first-child {
  /* margin-left: 30px; */
  /* padding: 0 0 0 2em; */
}

#footer-area .column-title {
  color:#e0e0e0;
}

.region-footer-third {
	
	font-size: 0.8em;
	line-height: 1.2em;
	padding-bottom: 1.2em;
}

#copyright {
  clear:both;    
  padding:0 0px;
}

.copyright {
  float:left;
  max-width:728px;
}

.credits {
  float:right;
  max-width:370px;
  margin-right:12px;
  text-align:right;
}

.footer_inner_credit p {
  margin:0;
}

.footer_credit{
  color: #777;
  overflow: auto;
  /* padding: 10px 0px; */
  background: #000;
}

.footer_inner_credit{
  max-width: 1200px;
  margin: 0 auto;
}

.social-icons {
  float: right;
}

.social-icons ul {
  margin: 0;
}

.social-icons li {
  display: inline-block;
  list-style: none;
  background: none;
  padding: 3px 0px;
  margin: 0;
}

.social-icons li img:hover{
  opacity: .6;
}

.social-icons li img {
  display: block;
}

.contextual-links-region {
  position: inherit;
}

/*Admin*/

#toolbar li, .tabs.primary li{
  background: none;
}

div#footer ul.menu li{
  padding: 0.5em 15px 0em 0;
  width: 115px;
}

div.form-item-search-block-form input.form-text:hover {
    width: 250px;
    /* background-color: white; */
    color: black;
    box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.34);
    /* background: #aacb3c; */
    border: 5px;
}

td.col-1.col-first {
    padding: 0 0px 0px 0px;
}

.views-field-title a {
    font-size: 1.1em;
    /* line-height: 0em; */
    text-transform: uppercase;
    font-weight: 600;
    /* height: 100%; */
}

.views-field.views-field-body p {
    font-size: 1.2em;
    line-height: 1em;
    color: rgba(0, 0, 0, 0.8);
    vertical-align: bottom;
    margin: 0px;
}

div.grid-4-col div.overlay div.cell {
    padding: 12px 25px 12px 12px;
    display: table-cell;
    /* vertical-align: bottom; */
    width: 300px;
    /* line-height: 1em; */
    /* transition-delay: 1s; */
    /* transition-duration: 4s; */
    bottom: 0px;
    position: absolute;
}




div.grid-4-col li {display: table-cell;/* text-align: center; */padding-left: 20px;}

div.view.grid-4-col {
    width: 100%;
}

div.grid-4-col div.overlay {
    position: relative;
    padding: 0;
    background: #00023Deb;
    overflow: hidden;
    transition: 0.4s ease;
    bottom: 0px;
    /* max-width: initial; */
    bottom: 67px;
    min-height: 67px;
    height: 67px;
}

div.grid-4-col div.container {width: 285px;height: 285px;margin: 0 0 0px 0px;overflow: hidden;}

div.grid-4-col div.container:hover div.overlay {
    height: 300px;
    bottom: 305px;
}

ul {
    margin: 0;
    padding: 0;
}

div.grid-4-col div.item-list {
    width: 100%;
}

div.grid-4-col div.table {
    display: table;
    /* height: 100%; */
    /* vertical-align: middle; */
}


.views-slideshow-cycle-main-frame-row-item div.views-field-title div.title-center span:not(.saiba-mais) a {
    background: none;
    width: 20px;
    text-indent: -9999px;
    color: rgba(0, 0, 0, 0);
    /* visibility: hidden; */
}

.views-slideshow-cycle-main-frame-row-item div.views-field-title div.title-center span.views-slideshow-controls-text-previous a {
	background: url(images/previous-arrow.png) no-repeat;
	background-position: center;
	background-size: auto;
	/* color: rgb(255, 255, 255); */
	margin: 0 10px 0 0;
	padding: 0px;
	width: 45px;
	height: 45px;
}

.views-slideshow-cycle-main-frame-row-item div.views-field-title div.title-center span.views-slideshow-controls-text-next a {
    background: url("images/next-arrow.png") no-repeat;
    background-position: center;
    background-size: auto;
    /* color: rgb(255, 255, 255); */
    margin: 0 0px 0 10px;
    padding: 0px;
    height: 45px;
    width: 45px;
}


/* Internal Slideshow
 */


/* #block-views-internal-slideshow-block .view-internal-slideshow .views-slideshow-cycle-main-frame-row-item span.views-slideshow-controls-text-previous */
span#views_slideshow_controls_text_previous_internal_slideshow-block_1 a {
	position: absolute;
	z-index: 5;
	top: 44%;
	left: 20px;
	/* background-color: red; */
	background: url(images/previous-arrow.png) no-repeat;
	background-position: center;
	/* color: rgb(255, 255, 255); */
	margin: 0px;
	padding: 0px;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	color: rgba(0, 0, 0, 0);
	/* visibility: hidden; */
}

 /* #block-views-internal-slideshow-block .view-internal-slideshow .views-slideshow-cycle-main-frame-row-item span.views-slideshow-controls-text-next  */
 
span#views_slideshow_controls_text_next_internal_slideshow-block_1 a {
	position: absolute;
	z-index: 6;
	top: 44%;
	right: 20px;
	/* background-color: red; */
	background: url("images/next-arrow.png") no-repeat;
	background-position: center;
	/* color: rgb(255, 255, 255); */
	margin: 0px;
	padding: 0px;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	color: rgba(0, 0, 0, 0);
	/* visibility: hidden; */
	}
	
	
.views-slideshow-controls-text-pause a {
	display: none;
}

div#block-views-internal-slideshow-block {
    position: relative;
}



div.grid-4-col li.views-row-last div.container {
    /* margin: 0px; */
    align-content: center;
    text-align: left;
}

div.region.region-footer-third {display: table;padding: 0px 0 0 0;0:width:;}

div#footer-area p {
    font-size: 0.8em;
    font-weight: bold;
    line-height: 1.5em;
    color: white;
}

div.region-sidebar-first ul.menu a {
    color: white;
    text-transform: uppercase;
    margin: 0 0 0 0;
    font-size: 0.8em;
    font-weight: bold;
    vertical-align: middle;
    line-height: 1em;
    padding: 0px 0 0 0;
}

div.region-sidebar-first ul.menu li {
    background-color: #23C181;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 7px 10px;
    border: 4px solid #23C181;
    border-radius: 2em;
    height: 2.2em;
}

div.region-sidebar-first div.content > ul.menu > li.first.expanded {
    background-color: white;
    margin: 0px 0px 0px 0px;
    padding: 6px 0px 10px 0px;
    font-size: 1em;
    height: 2.3em;
    /* vertical-align: text-top; */
    /* display: none; */
    color: #23C181;
}

div.region-sidebar-first div.block-menu {
    margin: 60px 0px 0 0px;
    padding: 0 0px 0 0;
}

.region.region-footer-third div.block {
    display: table-cell;
    /* width: auto; */
    padding: 100px 0 0 0;
}

div#footer li.expanded > a {
    text-transform: uppercase;
    font-weight: bold;
    /* padding: 0 0 1em 0; */
}

div.editais a, div.transparencia a {
    font-size: 1em;
    color: #00023D;
    font-weight: 800;
}

div.editais div.views-row {
    padding: 0.5em 0 0.5em 0em;
    /* background-image: url("images/icon-document.png"); */
    /* background-repeat: no-repeat; */
    /* background-position: 5px 10px; */
    margin: 0 0 1em 0;
    background-size: initial;
    /* height: 32px; */
}

div.transparencia div.views-row {
    padding: 0.5em 0 0.5em 3em;
    background-image: url("images/pdf.png");
    background-repeat: no-repeat;
    background-position: 5px 0px;
    margin: 0 0 1em 0;
    background-size: initial;
    /* height: 32px; */
}

.view-acontece-no-idg .views-row.views-row-1.views-row-odd.views-row-first {
    padding: 0px;
    width: 285px;
}

.view-idg-news .views-row.views-row-1.views-row-odd.views-row-first {
    padding: 0px;
    width: 285px;
}

div.grid-4-col li:first-of-type div.container {text-align: left;}

div#block-menu-menu-menu-social-media ul.menu li {
    padding: 0 0 0 0;
}

div[id^=block-menu-menu-menu-social-media] ul.menu li a {
    text-indent: -999px;
    display: block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    /* background-size: contain; */
    float: left;
    margin: 5px 5px 0 0;
}

div#block-menu-menu-menu-social-media ul.menu li a {
    text-indent: -9999px;
    display: block;
    width: 27px;
    height: 27px;
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
    margin: 5px 5px 0 0;
}

div.block-menu-menu-menu-social-media-instance ul.menu li a {
    text-indent: -9999px;
    display: block;
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    /* background-size: contain; */
    margin: 0 0 5px 0;
    /* padding: 6px; */
}

a.menu-facebook {
    background-image: url("images/icon-facebook-footer.png");
}

a.menu-twitter {
    background-image: url("images/icon-twitter.png");
}

a.menu-linkedin {
    background-image: url("images/icon-linkedin-footer.png");
}

div.block-menu-menu-menu-social-media-instance {
    background: black;
    position: relative;
    left: 93%;
    z-index: 10;
    bottom: 360px;
    width: 30px;
    padding: 0px;
    margin: 0px;
    height: 0px;
}

#main-menu ul.language-switcher-locale-url {
    margin: 4px 80px 0px 0px;
}

ul.language-switcher-locale-url li.active {
    display: none;
}





div.region-sidebar-first ul.menu li.active {
    background-color: black;
}

div.region-sidebar-first div.content > ul.menu > li.first > a {
    /* display: none; */
    padding-left: 10px;
    padding: 0 0 0 10px;
    position: relative;
    top: -6px;
}

div.region-sidebar-first ul.menu li.leaf.active-trail, div.region-sidebar-first ul.menu li.leaf.active {
    background-color: white;
    color: #23C181;
}

div.acontece-no-idg-home div.content {
    max-width: 1200px;
    overflow: hidden;
}

.region.region-content {
    /* min-height:  300px; */
}

div#block-views-acontece-no-idg-home-block {
    margin: 2em 0 0 0;
}

div#footer li.first.last.expanded {
    padding: 0 0 0 0;
}

div.content.node-page p {
    padding: 0 0 1em 0;
}

div.content.node-page ul
 li {
    list-style-type: disc;
    list-style-position: inside;
}

div.region-sidebar-first ul.menu li.leaf.old {
    background-color: gray;
    border-color: gray;
}

div.content.node-page {
    max-width: 1200px;
}





iframe {
  /*   width: 1200px;
    height: 575px; */
}

div.region-sidebar-first ul.menu a.active-trail {
    color: #23C181;
}

div.region-sidebar-first ul.menu li.first.collapsed.active-trail a {
    /* color: white; */
    /* padding: 0px 0px 0 0; */
}

div.region-sidebar-first ul.menu li.first.collapsed.active-trail {
    padding: 7px 0 0 10px;
    background-color: white;
}

div.grid-4-col ul {
    display: table;
    table-layout: fixed;
    width: 1200px;
}

li.views-row.views-row-4.views-row-even.views-row-last {}

.views-field.views-field-created {
    font-weight: 800;
    color: #00023D;
    padding: 1em 0 1em 0;
}

img.file-icon {
    /* text-indent: -999px; */
    display: none;
}

.views-field-field-arquivo ul li {
    background: url(images/pdf.png) left 1px no-repeat scroll transparent;
    padding: 0.5em 0 1em 3em;
    margin: 0 0 1em 0;
    text-transform: uppercase;
}

#footer h2 {
    color: #23C181;
    font-size: 0.8em;
    font-weight: 800;
    padding: 1em 0 0 0;
    margin: 0px;
}

#footer p {
    padding: 0px;
    margin: 0px;
}

div#block-block-1 {
    margin: 0 0 0 0px;
    padding: 50px 0 0 0;
}

div#block-block-2 {
    text-align: center;
    width: 520px;
    padding: 50px 0 0 100px;
    margin: 0px 50% 0px 0;
}

img {}

#footer div#block-menu-menu-menu-social-media ul.menu li a {
    width: 41px;
    height: 41px;
}

.region.region-footer-third div#block-menu-menu-menu-social-media {
    position: absolute;
    right: 60px;
}

.view-view-view-editais label {
    text-transform: uppercase;
}

.view-view-editais .views-exposed-form label {
    text-transform: uppercase;
    color: #00023D;
    font-size: 0.8em;
}

.front a.menu-facebook {
    background-image: url(images/icon-facebook.png);
}

.front a.menu-linkedin {}

.front a.menu-linkedin {
    background-image: url(images/icon-linkedin.png);
}

.overlay a {
    color: white;
}

.overlay .views-field-view-node a {
    color: #23C181;
    font-size: 0.8em;
    text-transform: uppercase;
}

.front .view .views-field-title a, .view-acontece-no-idg .views-field-title a, .view-idg-news .views-field-title a {
    font-size: 0.8em;
    line-height: 1.2;
    display: inline-block;
    /* vertical-align: bottom; */
}

.front .view .views-field.views-field-view-node, .view-acontece-no-idg .views-field.views-field-view-node, .view-idg-news .views-field.views-field-view-node {
    display: none;
}

 .container:hover .views-field.views-field-view-node, .view-acontece-no-idg .container:hover .views-field.views-field-view-node, .view-idg-news .container:hover .views-field.views-field-view-node {
    display: block;
}

ul.menu ul.menu {
    margin: 0 0 0 1em;
}

div.grid-4-col.view-acontece-no-idg div.container:hover div.overlay, div.grid-4-col.view-idg-news div.container:hover div.overlay {height: 285px;bottom: 290px;}

div.grid-4-col.view-acontece-no-idg div.container div.overlay {
}

.view-acontece-no-idg .views-field.views-field-body, .view-idg-news .views-field.views-field-body {
    /* display: none; */
    font-style: normal;
}

.view-acontece-no-idg td.col-1.col-first, .view-idg-news td.col-1.col-first {
    padding: 0 15px 0px 0;
    margin: 0;
    display: table-cell;
}

.view-acontece-no-idg td.col-4.col-last, .view-idg-news td.col-4.col-last{
    padding: 0px;
    margin: 0px;
}

.view-acontece-no-idg tr.row-1.row-first {
    /* width: 1200px; */
}

.view-acontece-no-idg, .view-idg-news td {
    padding: 0 15px 20px 0px;
}

.view-acontece-no-idg .overlay div.views-field.views-field-title, .view-idg-news .overlay div.views-field.views-field-title {
    height: auto;
    /* overflow: visible; */
    padding: 0px 0 0px 0;
    /* margin: 0px 0 0 0; */
    /* vertical-align: middle; */
}

div.grid-4-col div.container:hover 
 div.overlay div.cell {
    /* vertical-align: bottom; */
    height: auto;
}

.overlay .views-field.views-field-body p {
    color: white;
    font-size: 0.9em;
    padding: 1em 0 0.5em 0;
    display: none;
    line-height: 1.2em;
}

.container:hover .overlay .views-field.views-field-body p {
    display: block;
}

.front .view td.col-2, .view-acontece-no-idg-home td.col-3 {
    padding: 0 0px 0 0;
}

.front .viewtd.col-4.col-last {
    padding: 0px;
}

.overlay .views-field-body a {
    font-weight: normal;
}

.page-contact h1.page-title {
    /* float: left; */
    /* min-height: 400px; */
    color: white;
    /* padding: 0 0 0 2em; */
    display: none;
}

form#contact-site-form {
    margin: -335px 0 0 47%;
    padding: 50px 5% 50px 5%;
    background: white;
}

.page-contact #contact-site-form input {
    width: 100%;
    background-color: #CCCCD8;
    font-family: Montserrat;
    border-radius: 1em;
    border-width: 1px;
    border-style: solid;
    border-color: #CCCCD8;
}

.page-contact .content {
    background-color: #00023D;
}

.page-contact section#post-content div#block-block-7 {
    margin: 0 0 0 0px;
    width: 47%;
    font-size: 0.9em;
    color: white;
    padding: 0 0px 0px 0px;
}

.page-contact section#post-content h1 {
    color: #23C181;
    line-height: 1em;
    padding: 3em 80px 0px 30px;
    float: left;
    border-top: 20px solid;
    width: 100%;
}

.page-contact section#post-content p {
    padding: 2em 0 0 30px;
}

.page-contact div#container {
    background-color: #00023D;
}

label {}

.page-contact #contact-site-form input#edit-submit {
    background-color: #23C181;
    width: auto;
    background-image: none;
    text-shadow: none;
    font-family: Montserrat;
    font-weight: normal;
    text-transform: uppercase;
    border: none;
    color: white;
}

.page-contact #contact-site-form input label.option {
    width: auto;
}

.page-contact #contact-site-form input#edit-copy {
    width: auto;
    vertical-align: middle;
}

.underlined-links a {
    color: #00023D;
    border-bottom: 2px solid #00023D;
}

div.error, table tr.error {
    background-color: red;
    color: white;
}

div.messages {
    text-transform: uppercase;
    font-weight: bold;
}

div.status, table tr.ok {
    background-color: #23C181;
    color: white;
    background-image: url("images/icon-ok.png");
    background-size: auto;
    padding: 40px 1em 40px 5em;
    background-position: 1em center;
    border: none;
}

.page-contact div#footer {
    display: none;
}

.page-node-37 .region.region-content {
    margin: -50px 0 0 480px;
    min-height: 600px;
}

.page-node-37 h1.page-title {
    padding: 0 0 0 320px;
}

.page-node-37 .content-sidebar-wrap div#content {
    background-image: url(images/fundo-apoie.png);
    background-repeat: no-repeat;
    width: 100%;
    padding: 50px;
}

.page-acontece-no-idg h1.page-title, .page-idg-news h1.page-title {
    background-image: url(images/fundo-acontece.png);
    background-repeat: no-repeat;
    background-position: right center;
}

div#footer .region.region-footer-first {
    background-image: url(images/fundo-footer.png);
    background-repeat: no-repeat;
    background-position: right 50px;
}

.page-editais h3 {
    font-size: 2em;
    font-weight: 800;
}

.page-editais .view-filters {
    position: relative;
    top: 75px;
    /* clear: both; */
    /* width: 100%; */
}

.page-editais .views-row.views-row-1.views-row-odd.views-row-first {
    margin: 4em 0 0 0;
}

.front .view.grid-4-col div.overlay {
    width: 300px;
}

.front .view.grid-4-col div.container {
    width: 300px;
    height: 300px;
}

div.region-sidebar-first div.content > ul.menu > li.first.expanded > a {
    color: #23C181;
}

div#block-block-5 {
    display: none;
}

body.sidebar-first.page-acontece-no-idg #content, body.sidebar-first.page-node-page-node-37 #content {
    width: 100%;
}

body.sidebar-first.page-idg-news #content, body.sidebar-first.page-node-page-node-37 #content {
    width: 100%;
}

.page-node-37 h1.page-title span {
    margin: 0;
}

div#block-block-6 {
    /* display: none; */
}

.front .content .content.node-page {
    padding: 2em 5% 5% 5%;
}

.front .content .node h2.title {
    display: none;
    /* background: #23C181; */
    /* font-size: 0.3em; */
    /* color: white; */
    /* border-radius: 1em; */
    /* padding: 0.5em; */
    /* text-transform: uppercase; */
}

h3 strong {
    color: inherit;
}

.front .content .content.node-page h3 {
    font-size: 2em;
    margin: 1em 0 0.4em 0;
}    



.front .content .content.node-page h2, #block-block-6 > div.content > h1 {

background: #23C181;

font-size: 0.8em;

color: white;

border-radius: 1em;

padding: 0.5em 1.5em 0.5em 1.5em;

text-transform: uppercase;

font-weight: 600;

width: auto;

display: inline;
}

#block-block-6 > div.content > h1 {
	margin: 5%;
}


.front .content .content.node-page h1 {
    font-size: 4em;
    color: #00023D;
    line-height: 1em;
    margin: 0.3em 0 0.3em 0;
}

.front .content .content.node-page h1 strong {color: #00023D;}

a.link-facebook {
    background-image: url(images/logo-facebook-azul.png);
}

a.links-social-media {
    text-indent: -9999px;
    display: block;
    width: 50px;
    height: 49px;
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
    margin: 5px 5px 0 0;
}

a.link-linkedin {
    background-image: url(images/logo-linkedin-azul.png);
}


.premios .row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 0px;
}

/* Create four equal columns that sits next to each other */
.premios .column {
  -ms-flex: 20%; /* IE10 */
  flex: 20%;
  max-width: 20%;
  padding: 1%;
}

.premios .column img {
  margin-top: 0px;
  vertical-align: middle;
  width: 100%;
  background-color: white;
}

.premios .column img:hover {
  opacity: 0%
  }

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .premios .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .premios .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}

div.column>div.premio-01 {
	background-image: url("/sites/default/files/01-on.svg");
	background-size: contain;
}

div.column>div.premio-02 {
	background-image: url("/sites/default/files/02-on.svg");
	background-size: contain;
}

div.column>div.premio-03 {
	background-image: url("/sites/default/files/03-on.svg");
	background-size: contain;
}

div.column>div.premio-04 {
	background-image: url("/sites/default/files/04-on.svg");
	background-size: contain;
}

div.column>div.premio-05 {
	background-image: url("/sites/default/files/05-on.svg");
	background-size: contain;
}


div.column>div.premio-11 {
	background-image: url("/sites/default/files/11-on.svg");
	background-size: contain;
}

div.column>div.premio-12 {
	background-image: url("/sites/default/files/12-on.svg");
	background-size: contain;
}

div.column>div.premio-13 {
	background-image: url("/sites/default/files/13-on.svg");
	background-size: contain;
}

div.column>div.premio-14 {
	background-image: url("/sites/default/files/14-on.svg");
	background-size: contain;
}





div.column>div.premio-21 {
	background-image: url("/sites/default/files/21-on.svg");
	background-size: contain;
}

div.column>div.premio-22 {
	background-image: url("/sites/default/files/22-on.svg");
	background-size: contain;
}

div.column>div.premio-23 {
	background-image: url("/sites/default/files/23-on.svg");
	background-size: contain;
}

div.column>div.premio-24 {
	background-image: url("/sites/default/files/24-on.svg");
	background-size: contain;
}

