/*flexslider.css*/
@font-face {
  font-family: flexslider-icon;
  src: url(fonts/flexslider-icon.eot);
  src: url(fonts/flexslider-icon.eot?#iefix) format('embedded-opentype'),
  url(fonts/flexslider-icon.woff) format('woff'),
  url(fonts/flexslider-icon.ttf) format('truetype'),
  url(fonts/flexslider-icon.svg#flexslider-icon) format('svg');
  font-weight: 400;
  font-style: normal
}
.flex-container a:focus,
.flex-container a:hover,
.flex-slider a:focus,
.flex-slider a:hover {
  outline: 0
}
.flex-control-nav,
.flex-direction-nav,
.slides,
.slides>li {
  margin: 0;
  padding: 0;
  list-style: none
}
.flex-pauseplay span {
  text-transform: capitalize
}
.flexslider {
  padding: 0
}
.flexslider .slides>li {
  display: none;
  -webkit-backface-visibility: hidden
}
.flexslider .slides img {
  width: 100%;
  display: block
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}
html[xmlns] .flexslider .slides {
  display: block
}
* html .flexslider .slides {
  height: 1%
}
.no-js .flexslider .slides>li:first-child {
  display: block
}
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, .2);
     -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, .2);
       -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, .2);
          box-shadow: '' 0 1px 4px rgba(0, 0, 0, .2)
}
.flexslider .slides {
  zoom: 1
}
.flexslider .slides img {
  height: auto
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
      -ms-transition: all 1s ease;
       -o-transition: all 1s ease;
          transition: all 1s ease
}
.loading .flex-viewport {
  max-height: 300px
}
.carousel li {
  margin-right: 5px
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, .8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, .3);
  -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out
}
.flex-direction-nav a:before {
  font-family: flexslider-icon;
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, .8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, .3)
}
.flex-direction-nav a.flex-next:before {
  content: '\f002'
}
.flex-direction-nav .flex-prev {
  left: -50px
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: .7;
  left: 10px
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: .7;
  right: 10px
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: .8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000
}
.flex-pauseplay a:before {
  font-family: flexslider-icon;
  font-size: 20px;
  display: inline-block;
  content: '\f004'
}
.flex-pauseplay a:hover {
  opacity: 1
}
.flex-pauseplay a.flex-play:before {
  content: '\f003'
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, .5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
     -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
       -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
          box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, .7)
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, .9);
  cursor: default
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
      -ms-transition: all 1s ease;
       -o-transition: all 1s ease;
          transition: all 1s ease
}
.flex-control-thumbs img:hover {
  opacity: 1
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default
}
@media screen and (max-width:860px) {
  .flex-direction-nav .flex-prev {
      opacity: 1;
      left: 10px
  }
  .flex-direction-nav .flex-next {
      opacity: 1;
      right: 10px
  }
}
/*reset*/
html{
  font-size: 125%;
}
html,
body{
  margin: 0;
  padding:0;
  height:100%;
  text-decoration: none;
  background-color: #fff;
}
a{
  color:#4c75d1;
}
a:visited{
  color: #774cd1;
}
body{
  font-family: 'open' !important;
  color: #000;
}
p{
  color: #000;
  font-size: 13px;
}
span{
  color:inherit;
  font-size: 13px;
  font-family: 'open' !important;
}
/*ajustes*/
.content.clearfix {
  position: relative;
  margin-bottom: 20px;
}
.rtejustify{
  text-align: left !important;
}
#block-system-main .field-name-field-reference a{
  text-decoration: none;
  text-transform: capitalize;
  color: grey;
  font-size: 12px;
  line-height: 0px;
}
#block-system-main p {
  margin-bottom: 10px;
}
#block-system-main{
  font-size: 13px;
  line-height: 18px;
}
strong{
  font-weight: bold;
}
address,
i,em{
  font-style: italic;
  color: #000;
  font-size: 13px;
}
/*menu*/
.navMenu{
  height: 28px;
  width: 100%;
  position: static;
  margin: 0 auto;
  font-family: 'open';
  font-size: 14px;
  color:#fff;
  z-index: 9;

}/*presets*/
.navMenu h2{
  display:none;
}/*ocultar titulo*/
.navMenu ul{
  margin: 0;
  padding: 0;
  width: 100%;
  display: table;
  position: static;
}/*ul menu*/
.navMenu li{
  list-style: none !important;
  display: table-cell;
  line-height: 28px;
  text-align: center;
  position: static;
  margin: 0;
  background-color:#0f0f0f;
  padding: 0;
}/*li menu*/
.navMenu li:hover{
  background-color: #222;
  color:orange;
}
.navMenu .expanded:hover .menu{
  display:table-column;
}
.navMenu a{
  display:block;
  text-decoration: none;
  color: #fff;
}/*link menu*/
.navMenu .active{
  color:#fff;
}
.navMenu .active:hover{
  color:orange;
}
.navMenu li>.menu li .menu{
  background-color: inherit;
  margin-left: 0px !important;
  font-size: 10px;
  height: 150px;
  width: 249px;
  padding: 12px 0px 6px 6px;
}/*terceiro nivel*/
.navMenu li>.menu li .menu a{
  font-size: 12px;
  width: 193px;
  color: #fff !important;
}
.navMenu li>.menu li .menu li{
  width: 205px;
}
.navMenu li>.menu{
  margin:0;
  width: auto !important;
  height: auto !important;
  background-color:rgba(0, 0, 0, 0.80);
  position:absolute;
  float: left;
  display: none;
  z-index: 9;
  padding: 3px;
}/*ul sub itens*/
.navMenu li>.menu li .menu{
  background-color: inherit;
  margin-left: 0px !important;
  font-size: 10px;
  height: 150px;
  width: 249px;
  padding: 12px 0px 6px 6px;
}/*terceiro nivel*/
.navMenu li>.menu li .menu a{
  font-size: 12px;
  width: 193px;
  color: #fff !important;
}
.navMenu li>.menu li .menu li{
  width: 205px;
}
.navMenu li>.menu li{
  margin: 0 !important;
  padding: 0;
  width: 244px !important;
  height: auto;
  text-align: left;
  font-size: 14px;
  float: left;
  clear:both;
  position: relative;
  background-color:rgba(0, 0, 0, 0);
}/*li sub itens*/
.navMenu .menu .expanded> ul li .menu{
  display:none;
}
.navMenu .menu .expanded> ul .expanded:hover .menu{
  display:none;
}
.navMenu li>.menu li:hover{
  background-color: darkorange;
}
.navMenu li>.menu li:hover a{
  color: #000;
}
.navMenu li>.menu li a{
  font-size: 13px;
}
.navMenu li>.menu a{
  display: block;
  padding-left: 10px;
  margin-left: 3px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 18px;
  color:#fff;
}/*link sub itens*/
.navMenu li>.menu a:hover{
  background-color: #000;
  color:orange !important;
}/*hover links*/
.navMenu .menu li{
  width: 10% !important;
}/*barra brasil correção*/
#barra-brasil{
  min-width: 1000px;
}
#barra-brasil #wrapper-barra-brasil {
  max-width: 1000px;
  min-width: 1000px;
  margin: 0 auto;
}/* Barra do governo - Combate ao Aedes aegypti */
.aegypti {
  display: none !important;
}/*barra redes sociais*/
#redesoc ul{
  height: 0;
  padding: 0;
  margin: 0 20px 0 0;
}
#redesoc ul li{
  display: inline;
  float: right;
  margin: 13px 0  9px 10px;
}
/*correção*/
#block-block-1 p{
  margin:0 !important;
}
.flexslider{
  margin: 0 !important;
  border: 0 !important;
  z-index: 0;
}/*Container Style*/
.ufrjContainer{
  width: 1000px;
  margin: 0 auto;
  background: white;
  height: 100%;
}
#root{
  min-height:100%;
  position:relative;
}
/*Banner*/
.header > .banner{
  height: 97px;
  width: 100%;
  background: url("../images/header.png") repeat #2d67b1;
  background-size: auto;
  margin: 4px 0 4px 0;
}/* Styling for logo as link above banner*/
.bannerInfoWrapper{
  float: left;
}
.logo{
  height: 90px;
  width: 331px;
  display: block;
  margin-top: 4px;
  margin-left: 16px;
  background: url("../images/logo.png");
  background-size: cover;
}
/*new Search Form*/
#block-search-form {
	float: right;
	clear: right;
	margin-right: 20px;
  margin-top: 5px;
}
#block-search-form .form-actions input{
  border: 1px solid #3182c4;
  background-color: #acadb1;
  color: #2d67b1;
  font-size: 14px;
  font-family: "open";
  height: 23px;
  box-sizing: border-box;
  float: right;
  cursor: pointer;
}
#block-search-form .form-actions input:hover{
  background-color: #9b9c9f;
}
#block-search-form .form-text {
	border: 1px solid #3182c4;
	font-size: 14px;
  font-family: "open";
	border-right: none;
	width: 162px;
	background-color: #fff;
	height: 23px;
	box-sizing: border-box;
	float: left;
	clear: none;
  color: #000;
  padding: 0px 7px;
}
#block-search-form .form-text:focus{
  background-color: #deecff;
}
/*Site Body*/
.body {
  background: #FFF;
  margin-bottom: 80px;
  display: inline-block;
  width: 100%;
  min-height: 325px !important;
}/*Sidebar*/
.sidebar{
  width: 199px;
  float: left;
  background: #ecedef;
  margin: 0;
  height: 300px;
  border-right: 1px solid #fff;
}
.sidebar ul {
  margin: 0;
  padding: 0;
  position: absolute;
}
.sidebar ul li:first-child{
  margin:0;
}
.sidebar .expanded .menu {
  display: none;
  position: absolute;
  float: left;
  left: 199px;
  z-index: 10;
  width: 174px;
  background-color: #d6d6d8;
  margin-top: -25px;
}
.sidebar .expanded .menu li{
  border: none;
  width: 174px;
}
.sidebar .expanded .menu a{
  padding:3px 0px 3px 10px;
  line-height: 19px;
  font-size: 13px;
}
.sidebar .expanded:hover .menu{
  display: block;
}
.sidebar h2{
  display: none;
}
.sidebar ul li{
  list-style: none;
  border-left: 5px solid #2d67b1;
  margin: 1px 0 0 0;
  font-size: 14px;
  padding: 0;
  color: #2d67b1;
  width: 194px;
}
.sidebar ul li:hover {
  border-left: 5px solid #ecedef;
  background-color: #2d67b1;
  color: #fff;
}
.sidebar ul li a {
  color: inherit;
  display: block;
  line-height: 25px;
  padding-left: 5px;
  text-decoration: none;
}
.sidebar ul li a:hover{
  color: inherit;
  background-color: #2d67b1;
}
.sidebar .expanded .menu > .expanded .menu{
  left: 174px;
  background-color: #c6c4c5;
  display: none;
}
.sidebar .expanded .menu > .expanded .menu li{
  width: 174px;
}
.sidebar .expanded .menu > .expanded:hover .menu{
  display: block;
}
/*Content*/
.contentWrapper,
.slideshowWrapper{
  /*Second class applied only in front page, where the same div holds the
  highlights slideshow*/
  float: left;
  width: calc(100% - 200px);
}
.submitted {
  font-size: 10px;
  font-weight: 600;
}
.node-pagina{
  margin: 25px 0 25px 25px;
}
.nodeTitle{
  margin: 0;
  margin-bottom: 12px;
}
.nodeTitle a {
  font-size: 24px;
  text-decoration: none;
  color: #2d67b1;
}
.latestNews .nodeTitle{
  margin: 0;
  height: 50px
}
#block-system-main p{
  font-size: 13px;
  line-height: 18px;

}
#block-system-main .node-noticia p{
  margin-bottom: 10px;
  text-align: left;
}
#block-system-main .node-noticia img {
    margin: 5px 10px 5px 0 !important;
    max-width: 100%;
    height: auto !important;
}
.latestNews .nodeTitle a{
  font-size: 14px;
  display: inline-block;
  max-width: 100%;
  max-height: 38px;
  padding-bottom: 10px;
  overflow: hidden;
  margin: 0;
}
.latestNews .node-noticia{
  margin: 0;
}
/*Latest news front page area*/
.latestNews{
  float: left;
  width: 100%;
  background: transparent;
  margin: 10px 0;
}
/*Hide pager from front page*/
.latestNews .item-list {
  display: none;
}
.latestNews .region.region-content{
  padding: 0;
  width: 100%;
  height: 115px;
  margin-bottom: 5px;
  overflow: hidden;
}
.latestNews .region.region-content > .block-front{
  /*height: 100%;
  overflow: hidden;*/
}
.region-content .block-front>.content{/*REALLY IMPORTANT CAROUSEL STUFF*/
  position: relative;
  /*height: 100px;/*or 100%?*/
  /*width: 300%;*/
  right: 0;
}
/*.latestNews .region.region-content .node{*/
.latestNews .view-content .views-row{
  margin: 0;
  height: 115px !important;
  width:  186.6pt !important;
  float: left;
  border-left: 1px solid #2d67b1 !important;
  overflow: hidden;
}
/*.latestNews .region.region-content .node.node-front-leftmost{*/
.latestNews .view-content .views-row.node-front-leftmost{
  border: none;
}
.latestNews .region.region-content .node .nodeCarouselWrapper{
  padding: 0 15px 5px 15px;
  height: 110px;
  overflow: hidden;
  clear: right;
  float: left;
}
.views-row-4, .views-row-8, .views-row-12{
  border-right: 1px solid #2d67b1 !important;
}
.latestNews .content .field {
  height: 100%;
}
.latestNews .content .field-items {
  height: 100%;
}
.latestNews .content .field-item {
  height: 100%;
  overflow: hidden;
}
.latestNews .content p{
  margin: 0;
  font-size: 13px;
  max-height: 58px;
  padding-bottom: 3px;
  overflow: hidden;
  line-height: 15px;
}
.latestNews .content span{
  font-family: "open" !important;
  font-size: 13px !important;
  line-height: 15px !important;
}
.latestNews .view .view-content {
  width: 3420px;
}
.latestNews .view .view-content .views-row {
  display: inline-block;
}
.latestNews .moreNewsBar{
  height: 20px;
  background-color: #2d67b1;
}
.latestNews .moreNewsBar .moreNewsBarButtons{
  font-weight: bold;
  font-size: 13px;
  height: 100%;
  width: 145px;
  margin: 0 auto;
}
.latestNews .moreNewsBar .moreNewsBarButtons .moreNewsBarText{
  margin: 0;
  padding: 0;
  display: inline-block;
  text-align: center;
  vertical-align: super;
  color: #ffffff;
  cursor: default;
}
.latestNews .moreNewsBar .moreNewsBarButtons .moreNewsBarButton{
  width: 20px;
  height: 20px;
  background-size: cover;
  display: inline-block;
}
.latestNews .moreNewsBar .moreNewsBarButtons .moreNewsBarButton.buttonBack{
  background: url("../images/arrowLeft.jpg") 0 1px no-repeat;
  visibility: hidden;
  opacity: 0.7;
  cursor: pointer;
}
.latestNews .moreNewsBar .moreNewsBarButtons .moreNewsBarButton.buttonForth{
  background: url("../images/arrowRight.jpg") 0 1px no-repeat;
  opacity: 0.7;
  cursor: pointer;
}
/*Fix for trailing unneded nodes on frontpage*/
.latestNews>.region>.node {
  display: none;
}
/*SLIDES*/
#frontpage-slider{
  width: 800px;
  height: 300px;
}
#frontpage-slider ul.slides{
  margin: 0;
  padding: 0;
  width: 450px;
  float: left;
}
#frontpage-slider ul.slides img{
  width: 450px;
  height: 300px;
}
/*slide label*/
#frontpage-slider div.slide-label{
  margin: 0;
  position: absolute;
  bottom: 0;
  display: inline-block;
  vertical-align: baseline;
  width: 450px;
  background: rgba(255, 255, 255,0.8);
  left: 0;
}

.slide-label-title{
  margin: 0;
  padding: 10px 10px 0 10px;
  color: rgb(45, 103, 177);
  font-size: 14px;
  height: 19px;
  overflow: hidden;
}
.slide-label-content {
  margin: 0 0 10px 0;
  padding: 5px 10px 0 10px;
  font-size: 13px;
  height: 35px;
  overflow: hidden;
}
.slide-label-tagline{
  margin: 0;
  padding: 2px 0 2px 4px;
}
/*THUMBNAILS*/
.slide-control-thumbs {
  float: left;
  margin: 0;
  padding: 0;
  width: 350px;
  list-style: none;
  height: 300px;
}
.slide-control-thumbs li{
  border-left: 1px solid #ffffff;
  height: calc(20% - 1px);
  margin-top: 1px;
}
.slide-control-thumbs li:first-child{
  margin-top: 0px !important;
}
.slide-control-thumbs li:first-child div{
  margin-top: 0px !important;
  padding-top: 1px;
  padding-bottom: 8px !important;
}
.slide-control-thumbs li:nth-child(5) div{
  padding-bottom: 10px !important;
}
.slide-control-thumbs a {
  display: block;
}
.slide-control-thumbs div{
  background: #c4d5f2 none repeat scroll 0 0;
  cursor: default;
  position: relative;
  height: 50px;
  padding-bottom: 9px;
}
.slide-control-thumbs div.slide-active{
  background: #2d67b1;
}
.slide-control-thumbs div.slide-active h4{
  color: #fff;
}
.slide-control-thumbs div.slide-active::after{
  right: 100%;
  top: 59%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-right-color: #2d67b1;
  border-width: 27px;
  margin-top: -32px;
  z-index: 2;
  display: none;
}
.slide-control-thumbs  img{
  float: left;
  height: 40px;
  padding: 9px 0 0 7px;
  width: 60px;
}
.slide-control-thumbs h4{
  color: #2e67b2;
  display: block;
  font-family: open-bold;
  font-size: 12px;
  font-weight: lighter;
  margin: 0;
  overflow: hidden;
  padding-left: 19px;
  padding-top: 13px;
  text-align: start;
  width: 250px;
  height: 34px
}
.slide-control-thumbs p{
  color: #ffffff;
  margin: 0;
  font-size: 14px;
  display: none;
}
.slide-control-thumbs .clearfix{
  clear: both;
  height: 0;
  width: 0;
}
/*Midpage Areas*/
.midPageAreaWrapper{
  height: 300px;
  width: 99%;
  margin: 15px .5%;
  float: left;
}
.midPageAreaWrapper .midPageArea{
  border: 1px solid #2d67b1;
  width: 33%;
  height: 99.3%;
  float: left;
}
.midPageAreaWrapper .midPageAreaLeft{
  margin-right: .2%;
}
.midPageAreaWrapper .midPageAreaRight{
  margin-left: .2%;
}
.midPageAreaWrapper .midPageAreaRight .midPageAreaRightInner{
  height: 50%;
}
.midPageAreaWrapper .midPageAreaRight .midPageAreaRightTop{
  border-bottom: 1px solid #2d67b1;
}
/*Icon Bar*/
.iconBar{
  list-style: none;
  padding: 0;
  height: 70px;
  width: 100%;
  margin: 0 0 10px 0;
  background: #2d67b1;
  float: left;
  border-radius: 10px;
  display: table;
}
.iconBar img{
  height: 51px;
  margin-top:15px;
  margin-left: 29px;
  padding-bottom: 15px;
}
.iconBar a{
  display:block;
}
.iconBar li{
  display: table-cell;
  width: 10%;
  align-content: center;
}
.iconBar li:first-child{
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.iconBar li:nth-child(5){
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.iconBar li:hover{
  -webkit-filter: brightness(0.9);
     -moz-filter: brightness(0.9);
      -ms-filter: brightness(0.9);
       -o-filter: brightness(0.9);
          filter: brightness(0.9);
  background-color: #2a6aba;
}
/*Mapa do Site*/
#footer-sitemap {
  margin: 0px;
  padding-top: 35px;
  padding-left: 20px;
}
#footer-sitemap a.fs-root-link{
  font-size: 12px !important;
  line-height: 30px !important;
}
#footer-sitemap a {
  font-size: 11px !important;
}
#footer-sitemap ul li li{
  line-height: 16px;
}
.main-menu ul li,
.main-menu ul li a,
.menu-menu-secundario ul li,
.menu-menu-secundario ul li a {
  color: white;
  padding-left: 15px;
}
/*Footer*/
.fs-root-link {
  text-transform: uppercase;
}
.siteMap .block-menu{
  display: block;
  float: left;
  margin: 0 0 0 20px;
}
.siteMap .block-menu h2{
  margin: 2px 0 8px;
  font-size: 14px;
  color: #FFF;
}
.siteMap .block-menu ul{
  margin: 0;
  padding: 0;
}
.siteMap .block-menu ul li{
  list-style: none;
  margin: 0;
  padding: 0;
}
.siteMap .block-menu ul li a{
  text-decoration: none;
  font-size: 11px;
  font-weight: 600;
  color: #FFF;
}
.main-menu, .menu-menu-secundario {
  float: left;
  clear: right;
  padding-bottom: 15px;
}
.infoAndLogo{
  background-color: #fff;
  padding-bottom: 10px;
  position: absolute;
  bottom: 0px;
  width: 1000px;
}
.infoAndLogo .info {
  float: left;
  margin-top: 6px;
  margin-left: 2px;
  color: #333;
}
.infoAndLogo .info p{
  margin: 5px 0 0 0;
  font-family: open;
  font-size: 10px;
}
.infoAndLogo .info p:nth-child(2) {
  margin: 1px 0 0 0;
  line-height: 15px;
}
.infoAndLogo .info p:nth-child(3) {
  margin: 1px 0 0 0;
}
.infoAndLogo .bottomLogo {
  float: right;
  margin-top: 16px;
  margin-right: 30px;
}
.infoAndLogo .bottomLogo .tic{
  height: 35px;
  margin-right: 30px;
}
.node-noticia{
  margin: 25px 0 25px 25px;
}
.node-noticia p:first-of-type{
  margin-top: 50px;
}
.region.region-content{
  position: relative;
}
.nodeCarouselWrapper p {
  margin-top: 0px !important;
}

/*ajuste ul*/

.field-items ul{
  list-style: inside disc;
}
