#g-top{
    position: absolute;
    margin-top: -1000px;
    visibility:hidden;
    opacity:0;
}

.ui-tooltip{
    background:#1b1e4a !important;
    font-family: 'Barlow-Medium',sans-serif !important;
    padding:10px 8px !important;
    color:#fff !important;
    border:1px solid #1b1e4a !important;
	text-align:center;
}

body::-webkit-scrollbar, #MenuSuperior::-webkit-scrollbar, #MenuMobile::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-track, #MenuSuperior::-webkit-scrollbar-track, #MenuMobile::-webkit-scrollbar-track {
    background: #02509573;
}

body::-webkit-scrollbar-thumb, #MenuSuperior::-webkit-scrollbar-thumb, #MenuMobile::-webkit-scrollbar-thumb {
    background-color:#f9b233 ;
}

body{
	font-family: 'Barlow-Regular',sans-serif ;
}

/* Loader */

.loader{
	text-align:center;
	margin:100px 0;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #50ddf3;
  margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#g-navigation{
    border-top:0;
}

#barraShortcut{
    height: 110px;
    padding: 18px 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    background: #fff;
    border-bottom: 1px solid #f1f1f1;
}

#barraShortcut .g-content{
    padding: 0;
    margin:0;
}

#barraShortcut .content{
    width: 1700px;
    margin: 0 auto;
}

#barraShortcut .content .w20{
    width:20%;
    display:inline-block;
    vertical-align:middle;
}

#barraShortcut .content .w20 img{
    width:200px;
}

#barraShortcut .content .w80{
    width: 80%;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    margin-left: -5px;
}

#barraShortcut .links{
    display: inline-block;
    float: right;
}

#barraShortcut .links a:hover{
    text-decoration:none;
}

#barraShortcut .menuButton{
    display:inline-block;
    vertical-align:middle;
    margin:0 0 0 20px;
    padding:10px 15px;
    color:#1d1d1b;
    border: 1px solid #1d1d1b;
    font-size: 17px;
    font-family:'Barlow-Italic',sans-serif;
    cursor:pointer;
    background:#fff;
    position: relative;
}

#barraShortcut .menuButton button {
    background: transparent;
    border: none;
    padding: 0;
}

#barraShortcut .menuButton .border-line {
	position: absolute;
	height: 100%;
	width: 100%;
	inset: 0;
	pointer-events: none;
}

#barraShortcut .menuButton .border-line rect {
	width: 100%;
	height: 100%;
	fill: transparent;
	stroke: #f9b233;
	stroke-width: 3;
	stroke-dasharray: 0.2 0.8;
	animation: borderLoop 7s linear infinite;
}

@keyframes borderLoop {
	from {
		stroke-dashoffset: 0;
	}
	to {
		stroke-dashoffset: -1;
	}
}

#barraShortcut .menuButton.menu{
    margin-top: 5px;
    border: 0;
    padding: 0;
    color:#025095;
    display:none;
}

#barraShortcut .menuButton.menu svg{
    height: 30px;
    width: 30px;
}

#barraShortcut .menuButton.menu svg path{
    fill:#025095;
}

#barraShortcut .menuButton .offMenu, #barraShortcut .menuButton .offMenuMobile{
    display:none;
}

#barraShortcut .menuButton.destaque{
    background: #f9b233;
    border: 1px solid #f9b233;
    color:#1d1d1b;
}

#barraShortcut .menuButton:hover{
    background: #025095;
    border: 1px solid #025095;
    color:#fff;
}

#barraShortcut .menuButton.menu:hover{
    background:#fff;
    border:0;
    color:#025095;
}

#barraShortcut .menuButton.destaque:hover{
    color:#fff;
    border: 1px solid #025095;
    background:#025095;
}

#g-slideshow{
    background:#fff;
    position: relative;
}

#g-slideshow .g-content {
    margin: 0;
    padding: 0;
}

#g-slideshow img{
    width:100%;
}

#g-slideshow .fotoCapaText{
    width:1700px;
    margin:0 auto;
}

#g-slideshow .fotoCapaText .content{
    position: absolute;
    bottom: 250px;
    width:500px;
}

#g-slideshow .fotoCapaText .content h2{
    color:#fff;
    font-size:60px;
    margin:0;
    line-height:1;
    font-family:'Barlow-Bold',sans-serif;
    font-weight:100;
    text-shadow: 1px 1px rgb(0 0 0 / 10%);
}

#g-slideshow .fotoCapaText .content h3{
    color:#fff;
    font-size:45px;
    margin:0;
    line-height:1;
    font-family:'Barlow-Regular',sans-serif;
    font-weight:100;
    text-shadow: 1px 1px rgb(0 0 0 / 10%);
}

#g-slideshow .fotoCapaText .content .description{
    color: #fff;
    font-size: 25px;
    padding: 40px 0;
    font-family: 'Barlow-Regular',sans-serif;
    line-height: 1;
    text-shadow: 1px 1px rgb(0 0 0 / 10%);
}

#g-slideshow .fotoCapaText .content .fotoCapaButton{
    background: #f9b233;
    border: 1px solid #f9b233;
    color: #1d1d1d;
    padding: 17px 0px;
    font-size: 20px;
    font-family: 'Barlow-Italic',sans-serif;
    cursor: pointer;
    display: block;
    width: 165px;
    text-align: center;
}

#g-slideshow .fotoCapaText .content .fotoCapaButton:hover{
    background:#fff;
    color:#1d1d1b;
    border:1px solid #1d1d1b;
}

#MenuSuperior, #MenuMobile {
    position: fixed;
    left: 0;
    top: 0;
    padding-top: 150px;
    height: 100%;
    width: 100%;
    background: #fbfbfb;
    overflow-x: hidden;
    overflow-y: scroll;
    display: none;
}

#MenuSuperior .g-content, #MenuMobile .g-content{
    padding: 80px 0;
    margin: 0 auto;
    width:1700px;
}

#MenuMobile .w33{
    display: block;
    vertical-align: top;
    margin: auto;
}

#MenuSuperior .w33{
    display:block;
    vertical-align: top;
	margin:auto;
	text-align: center;
}

#MenuMobile .w33 .button{
    outline: none;
    background: #ededed;
    color: #1d1d1b !important;
    font-family: 'Barlow-Regular', sans-serif;
    text-transform: initial;
    font-size: 20px;
    width: 23%;
    float: none;
    margin: 1% 0.9%;
    padding: 25px 0px;
    text-align: center;
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    box-shadow: 0px 0px 7px -1px #1d1d1b70;
    border: 0;
}

#MenuMobile .w33 .button:hover{
    background: #fff;
}


#MenuSuperior .w33 .button{
    list-style: none;
    background: #fff;
    width: 14%;
    min-height: auto;
    float: none;
    margin: 1% 0.8%;
    padding: 0;
    text-align: center;
    position: relative;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: top;
    box-shadow: 0px 0px 7px -1px #1d1d1b70;
    border-radius: 3px;
    border-top: 1px solid #6291ba;
    border-left: 1px solid #6291ba;
    border-right: 1px solid #6291ba;
    border-bottom: 8px solid #61b35b;
    transition: transform .2s ease-out;
}

#MenuSuperior .w33 .button:hover{
	background: #024b8c !important;
    border-color:#024b8c;
    transform: translate(0, -10px);
}

#MenuSuperior .w33 .button a{
    color: #1d1d1b !important;
    font-family: 'Barlow-Bold', sans-serif;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    font-size: 14px;
    width: 100%;
    min-height: 160px;
	padding: 25px;
    float: none;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: top;
}

#MenuSuperior .w33 .button:hover a {
	color:#fff !important;
}

#g-header .g-container {
    width: 100%;
}

.fp-showcase {
    margin-top: 0;
}

#g-container-navigation .g-main-nav .g-toplevel {
    display: block !important;
	text-align: center;
}

#g-container-header {
    background: #fff;
}

#g-container-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container{
	font-size: 1rem !important;
}

#g-page-surround{
    overflow: hidden;
	background:transparent;
    min-height: 0;
}

#g-expanded {
    background: none;
}

#g-showcase {
    background: #f6fafe; 
}

#g-utility:before {
    background: transparent;
}

#g-showcase {
    background: #fff;
}

/* Documentos */

#documentos .g-content {
    padding: 25px 0 100px 0;
    margin: 0 auto;
    width:1700px;
}

#documentos .mobile {
    display: none;
}

#documentos h2 {
    text-align: center;
    font-size: 60px;
    color: #1d1d1b;
    z-index: 1;
    position: relative;
    font-weight: normal;
    font-family: 'Barlow-Bold', sans-serif;
    margin: 0;
}

#documentos .description{
    color: #1d1d1b;
    text-align: center;
    font-size: 23px;
    font-family: 'Barlow-Italic', sans-serif;
    text-decoration: underline;
    padding-bottom: 75px;
}

#documentos .itemCat {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

#documentos .itemCatBlock {
    display: block;
}

#documentos .itemCat .contentItemCat {
    width: 25%;
    height: 315px;
    float: none;
    margin: 0 -2px;
    padding: 30px;
    text-align: center;
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    box-shadow: 0px 0px 7px 1px #1d1d1b70;
}

#documentos .itemCat .contentItemCat:hover {
    background: #025095;
    margin-top:-15px;
}

#documentos .icon {
    width: 150px;
    text-align: center;
    margin: 50px auto 0 auto;
}

#documentos .icon svg{
    width:100px;
    height:auto;
}

#documentos .icon svg path{
    fill:rgb(232,168,38);
}

#documentos .itemCat .contentItemCat:hover .icon path {
    fill: #fff;
}

#documentos h3{
    margin: 20px 0 0 0;
    display: block;
    font-size: 25px;
    color: #1d1d1b;
    text-align: center;
    height: auto;
    overflow: hidden;
    padding: 0;
    font-family: 'Barlow-Bold', sans-serif;
    font-weight: 100;
    font-style: italic;
}

#documentos .itemCat .contentItemCat:hover h3,#documentos .itemCat .contentItemCat.all:hover span{
    color: #fff;
}

#documentos .itemCat .contentItemCat.all span{
    font-size:70px;
}

#g-above {
    border-top: 0;
    background: transparent;
    color: #fff;
    padding:0;
}

.g-container{
    width:auto;
}

#shortcuts{
    background:#fff;
    padding:2% 10%;
    text-align:center;
}

#shortcuts .g-content{
    margin:0;
    padding:0;
}

#shortcuts a{
	text-decoration: none !important;
}

#shortcuts .w33{
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 30%;
    vertical-align: middle;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0 .75%;
    border-radius: 0;
    height: 400px;
    flex-wrap: wrap;
    flex-direction: column;
    position: relative;
    top: -200px;
    z-index: 9;
}

#shortcuts .w33 .icon{
    vertical-align:middle;
}

#shortcuts .w33 .icon svg{
    width:125px;
	height: auto
}

#shortcuts .w33 .icon svg path{
    fill:#fff;
}

#shortcuts .w33 h3{
    color: #fff;
    font-family: 'Barlow-SemiBold',sans-serif;
    font-weight:100;
    font-size: 25px;
    padding: 0px 20px;
    margin: 20px 0;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    line-height: 1.2;
    position: absolute;
    bottom: 5px;
    left: 10px;
}

#shortcuts .w33.registar{
    background:#fff;
    border-bottom-left-radius:0;
}

#shortcuts .w33.registar .icon svg path{
    fill:#1d2753;
}

#shortcuts .w33.registar h3{
    color:#1d2753;
}

#shortcuts .w33.area{
    background:#50ddf3;
}

#shortcuts .w33.pesquisa{
    border:1px solid #50ddf3;
    border-bottom-right-radius:0;
}

#numeros .g-content{
    margin: 0;
    padding: 100px 0;
}

#numeros .content{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 75px 0;
    width: 1700px;
    margin: 0 auto;
}

#numeros .item{
    width: 19.5%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

#numeros .item .itemNumber{
    font-family: 'Barlow-Bold',sans-serif;
    color: #1d1d1b;
    font-size: 50px;
}

#numeros .item .itemText{
    font-family: 'Barlow-Italic',sans-serif;
    color: #1d1d1b;
    font-size: 20px;
    width: 50%;
    margin: 0 auto;
    line-height: 1;
}

#g-utility {
    border-top: 0;
    background: #fff;
	padding: 50px 0 0;
}

#g-feature{
    background:#fff;
    border-top:0;
	padding: 100px 0 0;
}

#materiais .g-content {
    margin: 0;
    padding: 0;
    background: #f1f1f1;
}

#materiais .content{
    width:1700px;
    margin: 0 auto;
    padding: 100px 0;
}

#materiais h2 {
    text-align: center;
    font-size: 60px;
    color: #1d1d1b;
    z-index: 1;
    position: relative;
    font-weight: bold;
    font-family: 'Barlow-Bold', sans-serif;
    margin: 0;
}

#materiais .description {
    color: #1d1d1b;
    text-align: center;
    font-size: 23px;
    font-family: 'Barlow-Italic', sans-serif;
    text-decoration: underline;
    padding-bottom: 75px;
}

#materiais .box{
    width: 23%;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #1d1d1b;
    text-align: center;
    padding: 25px 0;
    color: #1d1d1b;
    font-family: 'Barlow-Bold', sans-serif;
    font-size: 25px;
    margin: 0 0.9%;
}

#materiais .box:hover{
    background:#025095;
    border-color:#025095;
    color:#fff;
}

#Noticias h2{
    text-align: center;
    font-size: 60px;
    color: #1d1d1b;
    z-index: 1;
    position: relative;
    font-weight: normal;
    font-family: 'Barlow-Bold', sans-serif;
    margin: 0;
}

#Noticias .g-content {
    margin: 0 auto;
    padding: 0 0 100px 0;
    width: 1700px;
}

#Noticias .loaderNoticias{
    text-align: center;
    padding: 100px 0;
}

#Noticias .loaderNoticias img{
    width: 150px;
    display: block;
    margin: 0 auto;
}

#Noticias .contentNews{
    margin-top:75px;
}

#Noticias .newsBlocks .item{
    width: 31.3%;
    display: inline-block;
    vertical-align: top;
    margin: 0 0.9%;
    box-shadow:0px 0px 7px 1px #1d1d1b38;
    height:555px;
    overflow: hidden;
}

#Noticias .newsBlocks .itemImage{
    height: 316px;
    overflow: hidden;
}

#Noticias .newsBlocks .itemImage img{
    width:100%;
}

#Noticias .newsBlocks .itemContent{
    padding: 30px;
}

#Noticias .newsBlocks .itemContent .itemInfo .cat{
    font-size: 14px;
    color: #025097;
    font-family: 'Barlow-Medium',sans-serif;
    display: inline-block;
    padding: 5px 10px;
    background: #cddcea;
}

#Noticias .newsBlocks .itemContent .itemInfo .subcat {
    display: none;
}

#Noticias .newsBlocks .itemContent .itemInfo .date{
    color: #1d1d1b;
    font-family: 'Barlow-Bold', sans-serif;
    font-size: 30px;
}

#Noticias .newsBlocks .itemContent h3, #Noticias .newsBlocks .itemContent h4{
    font-family: 'Barlow-Regular', sans-serif;
    color: #1d1d1b;
    font-size: 25px;
    line-height: 1;
    margin-top: 30px;
    font-weight: 100;
}

#Noticias .newsBlocks .itemContent h3:hover, #Noticias .newsBlocks .itemContent h4:hover{
    color:#025095;
}

#Noticias .newsBlocks .itemContent .itemDescription{
    display:none;
}

#Noticias .todasNoticias{
    background: #f9b233;
    border: 1px solid #f9b233;
    color: #1d1d1d;
    padding: 17px 0px;
    font-size: 20px;
    font-family: 'Barlow-Italic',sans-serif;
    cursor: pointer;
    display: block;
    width: 165px;
    text-align: center;
    margin: 75px auto 0 auto;
}

#Noticias .todasNoticias:hover{
    background:#025095;
    border-color:#025095;
    color:#fff;
}

/*Menu inferior*/

#g-copyright .g-container {
    border-top: 0px;
	width: 100%;
}

#g-container-copyright .size-10{
	display: none;
}

#g-container-copyright .size-80 {
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
}

.letraAtividadeMunicipal3{
	margin: 0;
}

/* Menu Inferior*/

#BarraCopyright{
    background:#ededed;
    position:relative;
}

#BarraCopyright .g-content{
    padding: 100px 0;
    margin: 0 auto;
    width: 1700px;
}

#BarraCopyright .logo{
    text-align: left;
    margin: 0 0 30px;
    width: 200px;
}

#BarraCopyright .logo h2{
    font-family:'Barlow-SemiBold',sans-serif;
    font-size:40px;
    color:#fff;
}

#BarraCopyright .logo h2 span{
    color:#50ddf3;
}

#BarraCopyright .logo svg{
    width:250px;
    height:auto;
}

#BarraCopyright .logo svg path{
    fill:#025095;
}

#BarraCopyright .w30{
    width: 25%;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    color: #1d1d1b;
    padding: 0 15px 30px 0;
    border-right: 1px solid #1d1d1b;
}

#BarraCopyright .w30 h3{
    font-family:'Barlow-SemiBold',sans-serif;
    font-size:21px;
    margin: 0 0 10px;
}

#BarraCopyright .w30 .morada{
    font-family:'Barlow-Light',sans-serif;
}

#BarraCopyright .w30 p{
    font-size:17px;
    margin:0 0 5px;
    font-family:'Barlow-Light',sans-serif;
}

#BarraCopyright .w30 .topic{
    font-family:'Barlow-SemiBold',sans-serif;
    font-size:19px;
    margin:10px 0 0;
}

#BarraCopyright .w70{
    display:inline-block;
    width:75%;
    vertical-align:top;
    color: #1d1d1b;
    padding-left:5%;
    margin-left:-4px;
}

#BarraCopyright .w70 .w25{
    display: inline-block;
    width: 23%;
    vertical-align: top;
    color: #1d1d1b;
    margin: 0 .5%;
    text-align: left;
    padding: 0 2% 0 0;
}

#BarraCopyright .w70 .w25 .titulo{
    font-family: 'Barlow-SemiBold',sans-serif;
    font-size: 21px;
    padding-bottom: 20px;
}

#BarraCopyright .w70 .w25 ul{
    list-style:none;
    margin:0;
}

#BarraCopyright .w70 .w25 li{
    margin:0 0 7px;
}

#BarraCopyright .w70 .w25 li a{
    font-family: 'Barlow-Light',sans-serif;
    color: #1d1d1b;
    font-size:16px;
    line-height: 1.2;
}

#BarraCopyright .w70 .w25 li a:hover{
    font-weight:700;
    text-decoration:underline;
    text-underline-position:under;
}

#BarraCopyright .copyright{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:50px;
    background:#025095;
}

#BarraCopyright .selo{
    display: inline-block;
    float: left;
    margin: 10px 10px 5px;
    position: relative;
    z-index: 9;
    cursor:pointer;
}

#BarraCopyright .selo img{
    height: 35px;
    width: auto;
}

#BarraCopyright .logoInterface .prod {
    opacity: 0;
    width: 155px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 12px;
    -webkit-transition: opacity 1500ms ease-in;
    -moz-transition: opacity 1500ms ease-in;
    -o-transition: opacity 1500ms ease-in;
    transition: opacity 1500ms ease-in;
}

#BarraCopyright .logoInterface:hover .prod {
    opacity: 1;
}

#BarraCopyright .logoInterface:hover a{
	text-decoration:none;
}

#BarraCopyright .copy{
    color: #fff;
    margin: 0;
}

#BarraCopyright .w20 .logoInterface{
    width: 210px;
}

#BarraCopyright .logoInterface .logo{
    width: 50px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin: 15px 0 0 0;
}

#BarraCopyright p a{
	color: black;
    font-size: 12px;
}

#BarraCopyright p a:hover{
	text-decoration: underline;
	color: black;
}

#BarraCopyright .govern{
    padding-top: 15px;
    text-align: center;
    color: #fff;
    bottom: 0;
    width: 100%;
    left: 0;
    font-family: 'Barlow-Light',sans-serif;
}

#BarraCopyright .w20{
	width: 210px;
    position: absolute;
    right: 0;
    bottom: 7px;
    text-align: right;
}

/* PopUp*/

table thead td{
	background: #e74c3c;
    padding: 2px 5px;
    font-family: 'Barlow-Medium',sans-serif;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

table tbody td{
	color: #1d1d1b;
    text-align: center;
    font-family: 'Barlow-Regular',sans-serif;
    font-size: 18px;
}

#popUp caption {
    display: none;
}

#popUp {
    display: none;
    z-index: 9999999999999999;
}

#popUp .blocker {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: ' ';
    background: rgba(0,0,0,.5);
}

#popUp .g-content {
    margin: 0;
    padding: 0 !important;
}

#popUp .modal {
    background-color: #1d1d1b;
    left: 50%;
    transform: translateX(-50%);    
    display: block;
    margin: 0;
    height: fit-content;
}

#popUp .modal-content{
    background: #1d1d1b;
}

#popUp .modal-header table {
    width: 530px;
    border: 0;
    padding: 0;
}

#popUp .modal-header td {
    width: 170px;
    height: 55px;
}

#popUp .modal-header td:nth-child(2) {
    width: 360px;
    text-align: right;
}

#popUp .modal-header td, #popUp .modal-header table {
    border: none;
}

#popUp .modal-header td img {
    margin-top: 0;
    top: 0;
    width: auto;
}

#popUp .modal-body table {
    width: 530px;
    border: 0;
    padding: 0;
    margin: 0;
}

#popUp .modal-body td {
    width: 100px;
}

#popUp .modal-body td:nth-child(2) {
    width: 430px;
}

#popUp .modal-body td {
    color: #fff;
    background: transparent;
    border: 1px solid #dedede;
    text-align: left;
    padding:0.5rem;
}

#popUp p {
    color: #fff;
    padding: 10px;
    font-size: 13px;
	margin:0px;
}

#popUp a {
    color: #fff;
    padding:0 0 1px;
    text-decoration: none;
}

#popUp a:hover {
    border-bottom: 1px solid #fff;
}

#popUp .modal-footer {
    background: #1d1d1b
}

#popUp .modal-footer button {
    outline: none;    
    background: #1c2652;
    border-color: #1c2652;
}

#popUp .modal-footer button:hover, #popUp .modal-footer button:active , #popUp .modal-footer button:focus {
    background-color: #1d1d1b;
}

#resultados .g-content {
    margin: 0 auto;
    padding: 0 0 100px 0;
    width: 1700px;
}

#resultados h2 {
    text-align: center;
    font-size: 60px;
    color: #1d1d1b;
    z-index: 1;
    position: relative;
    font-weight: bold;
    font-family: 'Barlow-Bold', sans-serif;
    margin: 0;
}

#resultados .description {
    color: #1d1d1b;
    text-align: center;
    font-size: 23px;
    font-family: 'Barlow-Italic', sans-serif;
    text-decoration: underline;
    padding-bottom: 75px;
}

#resultados .stats{
    text-align:center;
}

#resultados .stats .item{
    height: 400px;
    width: 400px;
    border: 1px solid #025095;
    display: inline-block;
    vertical-align: top;
    background: #025095;
}

#resultados .stats .valor{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    padding-top: 110px;
    font-size: 60px;
    font-family: 'Barlow-Bold',sans-serif;
    color: #f6b539;
}

#resultados .stats .descricao{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    padding: 0 50px 110px 50px;
    text-align: center;
    font-family: 'Barlow-SemiBold',sans-serif;
    font-size: 30px;
    line-height: 1;
    color: #fff;
}

#resultados .docs{
    width: 60%;
    margin: 50px auto 0 auto;
}

#resultados .docs .docItem {
    width: 48%;
    height: auto;
    text-align: left;
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    margin-bottom: 2%;
}

#resultados .docs .docItem .docIcon{
    width: 70px;
    height: 70px;
    padding: 15px;
    background: #f6b539;
    display: inline-block;
    vertical-align: middle;
}

#resultados .docs .docItem .docIcon path{
    fill:#fff;
}

#resultados .docs .docItem:nth-child(odd){
    margin-right:0.8%;
}

#resultados .docs .docItem:nth-child(even){
    margin-left:0.8%;
}

#resultados .docs a {
    color: #1d1d1b;
    font-family: 'Barlow-Regular',sans-serif;
    text-decoration:none;
}

#resultados .docs .docContent{
    width: calc(100% - 80px);
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
}

#resultados .docs .docName {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-family: 'Barlow-SemiBold',sans-serif;
    font-size:25px;
    color: #1d1d1b;
}

#resultados .docs .docName:hover, #resultados .docs a:hover .docName {
    color: #025095;
}

#resultados .docs .docPub {
    font-family: 'Barlow-Regular',sans-serif;
    font-size: 16px;
    margin-top: 5px;
    color: #1d1d1b;
}

#resultados .resultadosAnteriores{
    background: #f9b233;
    border: 1px solid #f9b233;
    color: #fff;
    padding: 17px 0px;
    font-size: 20px;
    font-family: 'Barlow-Italic',sans-serif;
    cursor: pointer;
    display: block;
    width: 210px;
    text-align: center;
    margin: 75px auto 0 auto;
}

#resultados .resultadosAnteriores:hover{
    background:#025095;
    border-color:#025095;
    color:#fff;
}

@media (max-width: 361px){
	
	#barraShortcut{
	    padding:5px 0 0;
    	height: 75px;
	}
	
	#barraShortcut .links{
	    float:none;
	}
	
	#barraShortcut .nomobile{
	    display:none;
	}
	
	#barraShortcut .content .w80 {
        width: 49.5%;
        margin-left: -10px;
    }
    
    #barraShortcut .menuButton{
        font-size: 14px;
        padding: 7px 10px;
        margin: 0;
    }
    
    #barraShortcut .menuButton.menu{
        display:inline-block;
        margin-left:15px;
    }

	#MenuSuperior, #MenuMobile{
	    padding-top:100px;
	}
	
	#MenuSuperior .g-content, #MenuMobile .g-content{
	    padding:10px;
	    margin:0;
	    width:100%;
	}
	
	#MenuMobile .w33 .button{
	    width: 100%;
        padding: 10px 0;
        margin: 10px 0;
        font-size: 14px;
	}
    
    #MenuSuperior .w33 .button {
        width: 100%;
        margin: 0 auto 2%;
    }
    
    #MenuSuperior .w33 .button a {
        padding: 25px;
        min-height: auto;
    }
	
	#g-header .g-container{
	    margin:130px 0 0;
	}
	
	#g-showcase .g-container{
		width: 100%;
	}

	#g-above .g-container, #g-utility .g-container {
	    width: 100%;
	}
	
	#shortcuts .w33 {
    	width: 100%;
        height: 250px;
        margin: 5px 0;
        top: 0;
	}
	#shortcuts .w33 .icon svg {
        width: 65px;
        height: auto;
    }
    
    #shortcuts .w33 h3{
        font-size: 20px;
        padding: 0px 10px;
        margin: 10px 0;
    }
    
    #barraShortcut .content {
        width: 100%;
        margin: 0 auto;
    }
    
    #barraShortcut .content .w20 {
        width: 49.5%;
        padding:10px;
    }
    
    #barraShortcut .content .w20 img {
        width: 130px;
    }
    
    #g-navigation > .g-container {
        margin: 0 auto;
    }
    
    #popUp .modal {
        left: 5%;
        right: 5%;
        transform: none;
        width: 90%;
    }
    
    #popUp .modal-header td{
        text-align:left;
    }
    
    #popUp .modal-header td img{
        width:100%;
    }
    
    #popUp .modal-body {
        position: relative;
        padding: 15px 5px;
    }
    
    #popUp .modal-body td{
        font-size: 14px;
    }
    
    #popUp .modal-body table{
        width:100%;
    }
    
    #popUp .modal-body td, #popUp .modal-body td:nth-child(2){
        width: auto;
    }
    
    #popUp a{
        word-break:break-all;
    }
    
    #popUp .modal-header td:nth-child(2) {
        width: auto;
        font-size: 14px;
        padding-left: 5px;
    }
    
    #g-slideshow{
        margin-top:75px;
    }
    
    #g-slideshow .fotoCapaText {
        width: 100%;
    }
    
    #g-slideshow .fotoCapaText .content .fotoCapaButton {
        padding: 10px 0px;
        font-size: 12px;
        width: 110px;
    }
    
    #g-slideshow .fotoCapaText .content .description {
        font-size: 14px;
        padding: 15px 0;
    }
    
    #g-slideshow .fotoCapaText .content h3 {
        font-size: 20px;
    }
    
    #g-slideshow .fotoCapaText .content h2 {
        font-size: 30px;
    }
    
    #g-slideshow .fotoCapaText .content {
        bottom: 15px;
        width: 90%;
        left: 5%;
    }
    
    #numeros .content{
        width:100%;
    }
    
    #numeros .g-content {
        padding: 50px 0;
    }
    
    #numeros .item {
        width: 49.5%;
        margin: 0 -0.1% 30px -0.1%;
        padding:0 10px;
    }
    
    #numeros .item:nth-child(5){
        width: 100%;
        margin: 0%;
    }
    
    #numeros .item .itemNumber{
        font-size:30px
    }
    
    #numeros .item .itemText {
        font-size: 14px;
        width: 100%;
    }
    
    #documentos .g-content {
        padding: 0px 10px 50px 10px;
        width: 100%;
    }
    
    #documentos h2, #materiais h2, #resultados h2, #Noticias h2{
        font-size: 40px;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    #documentos .description, #materiais .description, #resultados .description, #Noticias .description{
        font-size:18px;
        padding-bottom: 50px;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    #documentos .itemCat .contentItemCat {
        width: 50%;
        height: 200px;
        padding: 15px;
    }
    
    #documentos .icon {
        width: 100px;
        margin: 25px auto 0 auto;
    }
    
    #documentos .icon svg {
        width: 70px;
    }
    
    #documentos h3{
        font-size: 16px;
    }
    
    #materiais .content {
        width: 100%;
        padding: 50px 0;
    }
    
    #materiais .boxes{
        padding: 0 10px;
    }
    
    #materiais .box {
        width: 48%;
        padding: 40px 0;
        font-size: 16px;
        margin: 1.4% 0.7%;
    }
    
    #g-feature {
        padding: 0;
    }
    
    #resultados .g-content{
        padding: 50px 0;
        width: 100%;
        background: #fff;
    }
    
    #g-utility {
        padding: 0px;
    }
    
    #resultados .resultadosContainer{
        padding:0 10px;
    }
    
    #resultados .stats .item{
        margin: 0 20px 20px 20px;
        height: 200px;
        width: 200px;
    }
    
    #resultados .stats .descricao{
        font-size: 16px;
        height: 100px;
        padding-bottom: 40px;
    }
    
    #resultados .stats .valor{
        font-size: 28px;
        height: 100px;
        padding-top: 40px;
    }
    
    #resultados .docs .docItem:nth-child(odd) {
        margin-right: 0;
    }
    
    #resultados .docs .docItem:nth-child(even) {
        margin-left: 0;
    }
    
    #resultados .docs .docItem{
        width: 100%;
        height: auto;
        margin-top:20px;
    }
    
    #resultados .docs .docItem:nth-child(1){
        margin-top:0;
    }
    
    #resultados .docs {
        margin-top: 25px;
        width: 100%;
    }
    
    #resultados .docs .docItem .docIcon {
        width: 60px;
        height: 60px;
        padding: 20px;
    }
    
    #resultados .docs .docName{
        font-size: 16px;
    }
    
    #resultados .docs .docPub{
        font-size: 12px;
    }
    
    #resultados .resultadosAnteriores{
        padding: 10px 0px;
        font-size: 12px;
        width: 145px;
        margin: 40px auto 0 auto;
    }
    
    #Noticias{
        background: #fff;
    }
    
    #Noticias .g-content{
        padding: 25px 10px 0 10px;
        width: 100%;
        background: #fff;
    }
    
    #Noticias .contentNews {
        margin-top: 50px;
    }
    
    #Noticias .newsBlocks .item{
        width: 100%;
        margin: 10px 0;
        height: 285px;
    }
    
    #Noticias .newsBlocks .itemImage {
        height: 150px;
    }
    
    #Noticias .newsBlocks .itemContent {
        padding: 10px;
    }
    
    #Noticias .newsBlocks .itemContent .itemInfo .date {
        font-size: 12px;
    }
    
    #Noticias .newsBlocks .itemContent .itemInfo .cat {
        font-size: 11px;
    }
    
    #Noticias .newsBlocks .itemContent h3, #Noticias .newsBlocks .itemContent h4 {
        font-size: 14px;
        margin-top: 20px;
    }
    
    #Noticias .todasNoticias{
        padding: 10px 0px;
        font-size: 12px;
        width: 145px;
        margin: 40px auto 25px auto;
    }
    
    #BarraCopyright .g-content {
        padding: 50px 0;
        width: 100%;
    }
    
    #BarraCopyright .w30{
        width: 100%;
        padding: 0 0 25px 0;
        text-align:center;
    }
    
    #BarraCopyright .w70{
        display:none;
    }
    
    #BarraCopyright .logo {
        text-align: center;
        margin: 0 auto 30px;
    }
    
    #BarraCopyright .w30 h3, #BarraCopyright .w30 .topic{
        font-size:16px;
    }
    
    #BarraCopyright .w30 p{
        font-size:14px;
    }
    
    #BarraCopyright .logoInterface .prod{
        display:none !important;
    }
    
    #BarraCopyright .govern {
        padding-top: 6px;
        padding-left: 65px;
        padding-right: 65px;
        font-size: 13px;
    }
}

@media (min-width: 362px) and (max-width: 469px){
	
	#barraShortcut{
	    padding:5px 0 0;
    	height: 75px;
	}
	
	#barraShortcut .links{
	    float:none;
	}
	
	#barraShortcut .nomobile{
	    display:none;
	}
	
	#barraShortcut .content .w80 {
        width: 49.5%;
        margin-left: -10px;
    }
    
    #barraShortcut .menuButton{
        font-size: 14px;
        padding: 7px 10px;
        margin: 0;
    }
    
    #barraShortcut .menuButton.menu{
        display:inline-block;
        margin-left:15px;
    }

	#MenuSuperior, #MenuMobile{
	    padding-top:100px;
	}
	
	#MenuSuperior .g-content, #MenuMobile .g-content{
	    padding:10px;
	    margin:0;
	    width:100%;
	}
	
	#MenuMobile .w33 .button{
	    width: 100%;
        padding: 10px 0;
        margin: 10px 0;
        font-size: 14px;
        max-width: 362px;
	}
    
    #MenuSuperior .w33 .button {
        width: 100%;
        margin: 0 auto 2%;
    }
    
    #MenuSuperior .w33 .button a {
        padding: 25px;
        min-height: auto;
    }
	
	#MenuSuperior .w33, #MenuMobile .w33{
	    text-align:center;
	}
	
	#g-header .g-container{
	    margin:130px 0 0;
	}
	
	#g-showcase .g-container{
		width: 100%;
	}

	#g-above .g-container, #g-utility .g-container {
	    width: 100%;
	}
	
	#shortcuts .w33 {
    	width: 100%;
        height: 250px;
        margin: 5px 0;
        top: 0;
	}
	#shortcuts .w33 .icon svg {
        width: 65px;
        height: auto;
    }
    
    #shortcuts .w33 h3{
        font-size: 20px;
        padding: 0px 10px;
        margin: 10px 0;
    }
    
    #barraShortcut .content {
        width: 100%;
        margin: 0 auto;
    }
    
    #barraShortcut .content .w20 {
        width: 49.5%;
        padding:10px;
    }
    
    #barraShortcut .content .w20 img {
        width: 130px;
    }
    
    #g-navigation > .g-container {
        margin: 0 auto;
    }
    
    #popUp .modal {
        left: 5%;
        right: 5%;
        transform: none;
        width: 90%;
    }
    
    #popUp .modal-header td{
        text-align:left;
    }
    
    #popUp .modal-header td img{
        width:100%;
    }
    
    #popUp .modal-body {
        position: relative;
        padding: 15px 5px;
    }
    
    #popUp .modal-body td{
        font-size: 14px;
    }
    
    #popUp .modal-body table{
        width:100%;
    }
    
    #popUp .modal-body td, #popUp .modal-body td:nth-child(2){
        width: auto;
    }
    
    #popUp a{
        word-break:break-all;
    }
    
    #popUp .modal-header td:nth-child(2) {
        width: auto;
        font-size: 14px;
        padding-left: 5px;
    }
    
    #g-slideshow{
        margin-top:75px;
    }
    
    #g-slideshow .fotoCapaText {
        width: 100%;
    }
    
    #g-slideshow .fotoCapaText .content .fotoCapaButton {
        padding: 10px 0px;
        font-size: 12px;
        width: 110px;
    }
    
    #g-slideshow .fotoCapaText .content .description {
        font-size: 14px;
        padding: 15px 0;
    }
    
    #g-slideshow .fotoCapaText .content h3 {
        font-size: 20px;
    }
    
    #g-slideshow .fotoCapaText .content h2 {
        font-size: 30px;
    }
    
    #g-slideshow .fotoCapaText .content {
        bottom: 15px;
        width: 90%;
        left: 5%;
    }
    
    #numeros .content{
        width:100%;
    }
    
    #numeros .g-content {
        padding: 50px 0;
    }
    
    #numeros .item {
        width: 49.5%;
        margin: 0 -0.1% 30px -0.1%;
        padding:0 10px;
    }
    
    #numeros .item:nth-child(5){
        width: 100%;
        margin: 0%;
    }
    
    #numeros .item .itemNumber{
        font-size:30px
    }
    
    #numeros .item .itemText {
        font-size: 14px;
        width: 100%;
    }
    
    #documentos .g-content {
        padding: 0px 10px 50px 10px;
        width: 100%;
    }
    
    #documentos h2, #materiais h2, #resultados h2, #Noticias h2{
        font-size: 40px;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    #documentos .description, #materiais .description, #resultados .description, #Noticias .description{
        font-size:18px;
        padding-bottom: 50px;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    #documentos .itemCat .contentItemCat {
        width: 50%;
        height: 200px;
        padding: 15px;
    }
    
    #documentos .icon {
        width: 100px;
        margin: 25px auto 0 auto;
    }
    
    #documentos .icon svg {
        width: 70px;
    }
    
    #documentos h3{
        font-size: 16px;
    }
    
    #materiais .content {
        width: 100%;
        padding: 50px 0;
    }
    
    #materiais .boxes{
        padding: 0 10px;
    }
    
    #materiais .box {
        width: 48%;
        padding: 40px 0;
        font-size: 16px;
        margin: 1.4% 0.7%;
    }
    
    #g-feature {
        padding: 0;
    }
    
    #resultados .g-content{
        padding: 50px 0;
        width: 100%;
        background: #fff;
    }
    
    #g-utility {
        padding: 0px;
    }
    
    #resultados .resultadosContainer{
        padding:0 10px;
    }
    
    #resultados .stats .item{
        margin: 0 20px 20px 20px;
        height: 200px;
        width: 200px;
    }
    
    #resultados .stats .descricao{
        font-size: 16px;
        height: 100px;
        padding-bottom: 40px;
    }
    
    #resultados .stats .valor{
        font-size: 28px;
        height: 100px;
        padding-top: 40px;
    }
    
    #resultados .docs .docItem:nth-child(odd) {
        margin-right: 0;
    }
    
    #resultados .docs .docItem:nth-child(even) {
        margin-left: 0;
    }
    
    #resultados .docs .docItem{
        width: 100%;
        height: auto;
        margin-top:20px;
    }
    
    #resultados .docs .docItem:nth-child(1){
        margin-top:0;
    }
    
    #resultados .docs {
        margin-top: 25px;
        width: 100%;
    }
    
    #resultados .docs .docItem .docIcon {
        width: 60px;
        height: 60px;
        padding: 20px;
    }
    
    #resultados .docs .docName{
        font-size: 16px;
    }
    
    #resultados .docs .docPub{
        font-size: 12px;
    }
    
    #resultados .resultadosAnteriores{
        padding: 10px 0px;
        font-size: 12px;
        width: 145px;
        margin: 40px auto 0 auto;
    }
    
    #Noticias{
        background: #fff;
    }
    
    #Noticias .g-content{
        padding: 25px 10px 0 10px;
        width: 100%;
        background: #fff;
    }
    
    #Noticias .newsBlocks .item:nth-child(3){
        display:none;
    }
    
    #Noticias .contentNews {
        margin-top: 50px;
    }
    
    #Noticias .newsBlocks .item{
        width: 49%;
        margin: 0 0.2%;
        height:240px;
    }
    
    #Noticias .newsBlocks .itemImage {
        height: 115px;
    }
    
    #Noticias .newsBlocks .itemContent {
        padding: 10px;
    }
    
    #Noticias .newsBlocks .itemContent .itemInfo .date {
        font-size: 12px;
    }
    
    #Noticias .newsBlocks .itemContent .itemInfo .cat {
        font-size: 11px;
    }
    
    #Noticias .newsBlocks .itemContent h3, #Noticias .newsBlocks .itemContent h4 {
        font-size: 14px;
        margin-top: 20px;
    }
    
    #Noticias .todasNoticias{
        padding: 10px 0px;
        font-size: 12px;
        width: 145px;
        margin: 40px auto 25px auto;
    }
    
    #BarraCopyright .g-content {
        padding: 50px 0;
        width: 100%;
    }
    
    #BarraCopyright .w30{
        width: 100%;
        padding: 0 0 25px 0;
        text-align:center;
    }
    
    #BarraCopyright .w70{
        display:none;
    }
    
    #BarraCopyright .logo {
        text-align: center;
        margin: 0 auto 30px;
    }
    
    #BarraCopyright .w30 h3, #BarraCopyright .w30 .topic{
        font-size:16px;
    }
    
    #BarraCopyright .w30 p{
        font-size:14px;
    }
    
    #BarraCopyright .logoInterface .prod{
        display:none !important;
    }
    
    #BarraCopyright .govern {
        padding-top: 6px;
        padding-left: 65px;
        padding-right: 65px;
        font-size: 13px;
    }
}

@media (min-width: 470px) and (max-width: 591px){
	
	#barraShortcut{
	    padding:5px 0 0;
    	height: 75px;
	}
	
	#barraShortcut .links{
	    float:none;
	}
	
	#barraShortcut .nomobile{
	    display:none;
	}
	
	#barraShortcut .content .w80 {
        width: 49.5%;
        margin-left: -10px;
    }
    
    #barraShortcut .menuButton{
        font-size: 14px;
        padding: 7px 10px;
        margin: 0;
    }
    
    #barraShortcut .menuButton.menu{
        display:inline-block;
        margin-left:15px;
    }

	#MenuSuperior, #MenuMobile{
	    padding-top:100px;
	}
	
	#MenuSuperior .g-content, #MenuMobile .g-content{
	    padding:10px;
	    margin:0;
	    width:100%;
	}
	
	#MenuMobile .w33 .button{
	    width: 100%;
        padding: 10px 0;
        margin: 10px 0;
        font-size: 14px;
        max-width: 362px;
	}
    
    #MenuSuperior .w33 .button {
        width: 49%;
        margin: 0 auto 2%;
    }
    
    #MenuSuperior .w33 .button a {
        padding: 35px;
    }
	
	#MenuSuperior .w33, #MenuMobile .w33{
	    text-align:center;
	}
	
	#g-header .g-container{
	    margin:130px 0 0;
	}
	
	#g-showcase .g-container{
		width: 100%;
	}

	#g-above .g-container, #g-utility .g-container {
	    width: 100%;
	}
	
	#shortcuts .w33 {
    	width: 100%;
        height: 250px;
        margin: 5px 0;
        top: 0;
	}
	#shortcuts .w33 .icon svg {
        width: 65px;
        height: auto;
    }
    
    #shortcuts .w33 h3{
        font-size: 20px;
        padding: 0px 10px;
        margin: 10px 0;
    }
    
    #barraShortcut .content {
        width: 100%;
        margin: 0 auto;
    }
    
    #barraShortcut .content .w20 {
        width: 49.5%;
        padding:10px;
    }
    
    #barraShortcut .content .w20 img {
        width: 130px;
    }
    
    #g-navigation > .g-container {
        margin: 0 auto;
    }
    
    #popUp .modal {
        left: 5%;
        right: 5%;
        transform: none;
        width: 90%;
    }
    
    #popUp .modal-header td{
        text-align:left;
    }
    
    #popUp .modal-header td img{
        width:100%;
    }
    
    #popUp .modal-body {
        position: relative;
        padding: 15px 5px;
    }
    
    #popUp .modal-body td{
        font-size: 14px;
    }
    
    #popUp .modal-body table{
        width:100%;
    }
    
    #popUp .modal-body td, #popUp .modal-body td:nth-child(2){
        width: auto;
    }
    
    #popUp a{
        word-break:break-all;
    }
    
    #popUp .modal-header td:nth-child(2) {
        width: auto;
        font-size: 14px;
        padding-left: 5px;
    }
    
    #g-slideshow{
        margin-top:75px;
    }
    
    #g-slideshow .fotoCapaText {
        width: 100%;
    }
    
    #g-slideshow .fotoCapaText .content .fotoCapaButton {
        padding: 10px 0px;
        font-size: 14px;
        width: 120px;
    }
    
    #g-slideshow .fotoCapaText .content .description {
        font-size: 16px;
        padding: 15px 0;
    }
    
    #g-slideshow .fotoCapaText .content h3 {
        font-size: 25px;
    }
    
    #g-slideshow .fotoCapaText .content h2 {
        font-size: 35px;
    }
    
    #g-slideshow .fotoCapaText .content {
        bottom: 30px;
        width: 90%;
        left: 5%;
    }
    
    #numeros .content{
        width:100%;
    }
    
    #numeros .g-content {
        padding: 75px 0;
    }
    
    #numeros .item {
        width: 49.5%;
        margin: 0 -0.1% 30px -0.1%;
        padding:0 10px;
    }
    
    #numeros .item:nth-child(5){
        width: 100%;
        margin: 0%;
    }
    
    #numeros .item .itemNumber{
        font-size:35px
    }
    
    #numeros .item .itemText {
        font-size: 16px;
        width: 100%;
    }
    
    #documentos .g-content {
        padding: 0px 10px 50px 10px;
        width: 100%;
    }
    
    #documentos h2, #materiais h2, #resultados h2, #Noticias h2{
        font-size: 45px;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    #documentos .description, #materiais .description, #resultados .description, #Noticias .description{
        font-size:20px;
        padding-bottom: 50px;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    #documentos .itemCat .contentItemCat {
        width: 50%;
        height: 210px;
        padding: 15px;
    }
    
    #documentos .icon {
        width: 100px;
        margin: 20px auto 0 auto;
    }
    
    #documentos .icon svg {
        width: 80px;
    }
    
    #documentos h3{
        font-size: 20px;
    }
    
    #materiais .content {
        width: 100%;
        padding: 75px 0;
    }
    
    #materiais .boxes{
        padding: 0 10px;
    }
    
    #materiais .box {
        width: 48%;
        padding: 40px 0;
        font-size: 18px;
        margin: 1.4% 0.7%;
    }
    
    #g-feature {
        padding: 0;
    }
    
    #resultados .g-content{
        padding: 75px 0;
        width: 100%;
        background: #fff;
    }
    
    #g-utility {
        padding: 25px 0 0 0;
    }
    
    #resultados .resultadosContainer{
        padding:0 10px;
    }
    
    #resultados .stats .item{
        margin: 0 20px 20px 20px;
        height: 300px;
        width: 300px;
    }
    
    #resultados .stats .descricao{
        font-size:20px;
        height: 150px;
        padding-bottom:65px;
    }
    
    #resultados .stats .valor{
        font-size:40px;
        height: 150px;
        padding-top: 65px;
    }
    
    #resultados .docs .docItem:nth-child(odd) {
        margin-right: 0;
    }
    
    #resultados .docs .docItem:nth-child(even) {
        margin-left: 0;
    }
    
    #resultados .docs .docItem{
        width: 100%;
        height: auto;
        margin-top:20px;
    }
    
    #resultados .docs .docItem:nth-child(1){
        margin-top:0;
    }
    
    #resultados .docs {
        margin-top: 25px;
        width:100%;
    }
    
    #resultados .docs .docName{
        font-size: 18px;
    }
    
    #resultados .resultadosAnteriores{
        padding: 10px 0px;
        font-size: 14px;
        width: 165px;
        margin: 40px auto 0 auto;
    }
    
    #Noticias{
        background: #fff;
    }
    
    #Noticias .g-content{
        padding: 25px 10px 0 10px;
        width: 100%;
        background: #fff;
    }
    
    #Noticias .newsBlocks .item:nth-child(3){
        display:none;
    }
    
    #Noticias .contentNews {
        margin-top: 50px;
    }
    
    #Noticias .newsBlocks .item{
        width: 49%;
        margin: 0 0.2%;
        height:290px;
    }
    
    #Noticias .newsBlocks .itemImage {
        height: 135px;
    }
    
    #Noticias .newsBlocks .itemContent {
        padding: 10px;
    }
    
    #Noticias .newsBlocks .itemContent .itemInfo .date {
        font-size: 14px;
    }
    
    #Noticias .newsBlocks .itemContent .itemInfo .cat {
        font-size: 12px;
    }
    
    #Noticias .newsBlocks .itemContent h3, #Noticias .newsBlocks .itemContent h4 {
        font-size: 16px;
        margin-top: 20px;
    }
    
    #Noticias .todasNoticias{
        padding: 10px 0px;
        font-size: 14px;
        width: 145px;
        margin: 40px auto 25px auto;
    }
    
    #BarraCopyright .g-content {
        padding: 50px 0;
        width: 100%;
    }
    
    #BarraCopyright .w30{
        width: 100%;
        padding: 0 0 25px 0;
        text-align:center;
    }
    
    #BarraCopyright .w70{
        display:none;
    }
    
    #BarraCopyright .logo {
        text-align: center;
        margin: 0 auto 30px;
    }
    
    #BarraCopyright .w30 h3, #BarraCopyright .w30 .topic{
        font-size:18px;
    }
    
    #BarraCopyright .w30 p{
        font-size:16px;
    }
    
    #BarraCopyright .logoInterface .prod{
        display:none !important;
    }
    
    #BarraCopyright .govern {
        padding-top: 6px;
        padding-left: 65px;
        padding-right: 65px;
        font-size: 14px;
    }
}

@media (min-width: 592px) and (max-width: 767px){
	
	#barraShortcut{
	    padding:5px 0 0;
    	height: 75px;
	}
	
	#barraShortcut .links{
	    float:none;
	}
	
	#barraShortcut .nomobile{
	    display:none;
	}
	
	#barraShortcut .content .w80 {
        width: 49.5%;
        margin-left: -10px;
    }
    
    #barraShortcut .menuButton{
        font-size: 14px;
        padding: 7px 10px;
        margin: 0;
    }
    
    #barraShortcut .menuButton.menu{
        display:inline-block;
        margin-left:15px;
    }

	#MenuSuperior, #MenuMobile{
	    padding-top:100px;
	}
	
	#MenuSuperior .g-content, #MenuMobile .g-content{
	    padding:10px;
	    margin:0;
	    width:100%;
	}
	
	#MenuMobile .w33 .button{
	    width: 100%;
        padding: 10px 0;
        margin: 10px 0;
        font-size: 14px;
        max-width: 362px;
	}
    
    #MenuSuperior .w33 .button {
        width: 31%;
    }
    
    #MenuSuperior .w33 .button a {
        padding: 35px;
    }
	
	#MenuSuperior .w33, #MenuMobile .w33{
	    text-align:center;
	}
	
	#g-header .g-container{
	    margin:130px 0 0;
	}
	
	#g-showcase .g-container{
		width: 100%;
	}

	#g-above .g-container, #g-utility .g-container {
	    width: 100%;
	}
	
	#shortcuts .w33 {
    	width: 100%;
        height: 250px;
        margin: 5px 0;
        top: 0;
	}
	#shortcuts .w33 .icon svg {
        width: 65px;
        height: auto;
    }
    
    #shortcuts .w33 h3{
        font-size: 20px;
        padding: 0px 10px;
        margin: 10px 0;
    }
    
    #barraShortcut .content {
        width: 100%;
        margin: 0 auto;
    }
    
    #barraShortcut .content .w20 {
        width: 49.5%;
        padding:10px;
    }
    
    #barraShortcut .content .w20 img {
        width: 130px;
    }
    
    #g-navigation > .g-container {
        margin: 0 auto;
    }
    
    #popUp .modal {
        left: 5%;
        right: 5%;
        transform: none;
        width: 90%;
    }
    
    #popUp .modal-header td{
        text-align:left;
    }
    
    #popUp .modal-header td img{
        width:100%;
    }
    
    #popUp .modal-body {
        position: relative;
        padding: 15px 5px;
    }
    
    #popUp .modal-body td{
        font-size: 14px;
    }
    
    #popUp .modal-body table{
        width:100%;
    }
    
    #popUp .modal-body td, #popUp .modal-body td:nth-child(2){
        width: auto;
    }
    
    #popUp a{
        word-break:break-all;
    }
    
    #popUp .modal-header td:nth-child(2) {
        width: auto;
        font-size: 14px;
        padding-left: 5px;
    }
    
    #g-slideshow{
        margin-top:75px;
    }
    
    #g-slideshow .fotoCapaText {
        width: 100%;
    }
    
    #g-slideshow .fotoCapaText .content .fotoCapaButton {
        padding: 10px 0px;
        font-size: 16px;
        width: 135px;
    }
    
    #g-slideshow .fotoCapaText .content .description {
        font-size: 18px;
        padding: 20px 0;
    }
    
    #g-slideshow .fotoCapaText .content h3 {
        font-size: 30px;
    }
    
    #g-slideshow .fotoCapaText .content h2 {
        font-size: 40px;
    }
    
    #g-slideshow .fotoCapaText .content {
        bottom: 65px;
        width: 90%;
        left: 5%;
    }
    
    #numeros .content{
        width:100%;
    }
    
    #numeros .g-content {
        padding: 75px 0;
    }
    
    #numeros .item {
        width: 49.5%;
        margin: 0 -0.1% 40px -0.1%;
        padding:0 10px;
    }
    
    #numeros .item:nth-child(5){
        width: 100%;
        margin: 0%;
    }
    
    #numeros .item .itemNumber{
        font-size:40px
    }
    
    #numeros .item .itemText {
        font-size: 18px;
        width: 100%;
    }
    
    #documentos .g-content {
        padding: 0px 10px 50px 10px;
        width: 100%;
    }
    
    #documentos h2, #materiais h2, #resultados h2, #Noticias h2{
        font-size: 50px;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    #documentos .description, #materiais .description, #resultados .description, #Noticias .description{
        font-size:22px;
        padding-bottom: 50px;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    #documentos .itemCat .contentItemCat {
        width: 50%;
        height: 210px;
        padding: 15px;
    }
    
    #documentos .icon {
        width: 100px;
        margin: 20px auto 0 auto;
    }
    
    #documentos .icon svg {
        width: 80px;
    }
    
    #documentos h3{
        font-size: 22px;
    }
    
    #materiais .content {
        width: 100%;
        padding: 75px 0;
    }
    
    #materiais .boxes{
        padding: 0 10px;
    }
    
    #materiais .box {
        width: 48%;
        padding: 40px 0;
        font-size: 20px;
        margin: 1.4% 0.7%;
    }
    
    #g-feature {
        padding: 0;
    }
    
    #resultados .g-content{
        padding: 75px 0;
        width: 100%;
        background: #fff;
    }
    
    #g-utility {
        padding: 25px 0 0 0;
    }
    
    #resultados .resultadosContainer{
        padding:0 10px;
    }
    
    #resultados .stats .item{
        margin: 0 10px 20px 10px;
        height: 165px;
        width: 165px;
    }
    
    #resultados .stats .descricao{
        font-size: 16px;
        height: 83px;
        padding: 0 35px 30px 35px;
    }
    
    #resultados .stats .valor{
        font-size:24px;
        height: 83px;
        padding-top: 20px;
    }
    
    #resultados .docs .docItem{
        height: auto;
    }
    
    #resultados .docs {
        margin-top: 25px;
        width: 100%;
    }
    
    #resultados .docs .docItem .docIcon {
        width: 60px;
        height: 60px;
        padding: 20px;
    }
    
    #resultados .docs .docName{
        font-size: 18px;
    }
    
    #resultados .docs .docPub{
        font-size: 14px;
    }
    
    #resultados .resultadosAnteriores{
        padding: 10px 0px;
        font-size: 16px;
        width: 190px;
        margin: 40px auto 0 auto;
    }
    
    #Noticias{
        background: #fff;
    }
    
    #Noticias .g-content{
        padding: 25px 10px 50px 10px;
        width: 100%;
        background: #fff;
    }
    
    #Noticias .newsBlocks .item:nth-child(3){
        display:none;
    }
    
    #Noticias .contentNews {
        margin-top: 50px;
    }
    
    #Noticias .newsBlocks .item{
        width: 49%;
        margin: 0 0.2%;
        height:350px;
    }
    
    #Noticias .newsBlocks .itemImage {
        height: 175px;
    }
    
    #Noticias .newsBlocks .itemContent {
        padding: 10px;
    }
    
    #Noticias .newsBlocks .itemContent .itemInfo .date {
        font-size: 18px;
    }
    
    #Noticias .newsBlocks .itemContent .itemInfo .cat {
        font-size: 12px;
    }
    
    #Noticias .newsBlocks .itemContent h3, #Noticias .newsBlocks .itemContent h4 {
        font-size: 20px;
        margin-top: 20px;
    }
    
    #Noticias .todasNoticias{
        padding: 10px 0px;
        font-size: 16px;
        width: 145px;
        margin: 40px auto 25px auto;
    }
    
    #BarraCopyright .g-content {
        padding: 50px 0;
        width: 100%;
    }
    
    #BarraCopyright .w30{
        width: 100%;
        padding: 0 0 25px 0;
        text-align:center;
    }
    
    #BarraCopyright .w70{
        display:none;
    }
    
    #BarraCopyright .logo {
        text-align: center;
        margin: 0 auto 30px;
    }
    
    #BarraCopyright .logoInterface .prod{
        display:none !important;
    }
    
    #BarraCopyright .govern {
        padding-left: 55px;
        padding-right: 55px;
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 958px){
	
	#MenuMobile{
	    display:none !important;    
	}
	
	#barraShortcut{
	    padding:5px 0 0;
    	height: 75px;
	}
	
	#barraShortcut .links{
	    float:none;
	}
	
	#barraShortcut .content .w80 {
        width: 69.5%;
        margin-left: -10px;
    }
    
    #barraShortcut .menuButton{
        font-size: 16px;
        padding: 7px 10px;
    }

	#MenuSuperior, #MenuMobile{
	    padding-top:100px;
	}
	
	#MenuSuperior .g-content, #MenuMobile .g-content{
	    padding:10px;
	    margin:0;
	    width:100%;
	}
	
	#MenuMobile .w33 .button{
	    width: 22.5%;
        font-size: 14px;
	}
    
    #MenuSuperior .w33 .button {
        width: 31%;
    }
	
	#g-header .g-container{
	    margin:130px 0 0;
	}
	
	#g-showcase .g-container{
		width: 100%;
	}

	#g-above .g-container, #g-utility .g-container {
	    width: 100%;
	}
	
	#shortcuts .w33 {
    	width: 100%;
        height: 250px;
        margin: 5px 0;
        top: 0;
	}
	#shortcuts .w33 .icon svg {
        width: 65px;
        height: auto;
    }
    
    #shortcuts .w33 h3{
        font-size: 20px;
        padding: 0px 10px;
        margin: 10px 0;
    }
    
    #barraShortcut .content {
        width: 100%;
        margin: 0 auto;
    }
    
    #barraShortcut .content .w20 {
        width: 30%;
        padding:10px;
    }
    
    #barraShortcut .content .w20 img {
        width: 130px;
    }
    
    #g-navigation > .g-container {
        margin: 0 auto;
    }
    
    #popUp .modal {
        left: 5%;
        right: 5%;
        transform: none;
        width: 90%;
    }
    
    #popUp .modal-header td{
        text-align:left;
    }
    
    #popUp .modal-header td img{
        width:100%;
    }
    
    #popUp .modal-body {
        position: relative;
        padding: 15px 5px;
    }
    
    #popUp .modal-body td{
        font-size: 14px;
    }
    
    #popUp .modal-body table{
        width:100%;
    }
    
    #popUp .modal-body td, #popUp .modal-body td:nth-child(2){
        width: auto;
    }
    
    #popUp a{
        word-break:break-all;
    }
    
    #popUp .modal-header td:nth-child(2) {
        width: auto;
        font-size: 14px;
        padding-left: 5px;
    }
    
    #g-slideshow{
        margin-top:75px;
    }
    
    #g-slideshow .fotoCapaText {
        width: 100%;
    }
    
    #g-slideshow .fotoCapaText .content .fotoCapaButton {
        padding: 10px 0px;
        font-size: 18px;
        width: 150px;
    }
    
    #g-slideshow .fotoCapaText .content .description {
        font-size: 21px;
        padding: 20px 0;
    }
    
    #g-slideshow .fotoCapaText .content h3 {
        font-size: 35px;
    }
    
    #g-slideshow .fotoCapaText .content h2 {
        font-size: 45px;
    }
    
    #g-slideshow .fotoCapaText .content {
        bottom: 100px;
        width: 60%;
        left: 5%;
    }
    
    #numeros .content{
        width:100%;
    }
    
    #numeros .item {
        width: 49.5%;
        margin: 0 -0.1% 40px -0.1%;
        padding:0 10px;
    }
    
    #numeros .item:nth-child(5){
        width: 100%;
        margin: 0%;
    }
    
    #numeros .item .itemNumber{
        font-size:45px
    }
    
    #numeros .item .itemText {
        width: 100%;
    }
    
    #documentos .g-content {
        padding: 0px 10px 100px 10px;
        width: 100%;
    }
    
    #documentos h2, #materiais h2, #resultados h2, #Noticias h2{
        font-size: 55px;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    #documentos .description, #materiais .description, #resultados .description, #Noticias .description{
        padding-left: 10px;
        padding-right: 10px;
    }
    
    #documentos .itemCat .contentItemCat {
        height: 210px;
        padding: 15px;
    }
    
    #documentos .icon {
        width: 100px;
        margin: 20px auto 0 auto;
    }
    
    #documentos .icon svg {
        width: 80px;
    }
    
    #documentos h3{
        font-size: 20px;
    }
    
    #materiais .content {
        width: 100%;
    }
    
    #materiais .boxes{
        padding: 0 10px;
    }
    
    #materiais .box {
        font-size: 20px;
        margin: 1.4% 0.7%;
    }
    
    #g-feature {
        padding: 0;
    }
    
    #resultados .g-content{
        padding: 100px 0;
        width: 100%;
        background: #fff;
    }
    
    #g-utility {
        padding: 25px 0 0 0;
    }
    
    #resultados .resultadosContainer{
        padding:0 10px;
    }
    
    #resultados .stats .item {
        height: 230px;
        width: 230px;
    }
    
    #resultados .stats .valor {
        height: 115px;
        padding-top: 30px;
        font-size: 30px;
    }
    
    #resultados .stats .descricao{
        height: 115px;
        padding-bottom: 30px;
        font-size: 22px;
    }
    
    #resultados .docs .docItem{
        height: auto;
    }
    
    #resultados .docs .docName{
        font-size: 20px;
    }
    
    #resultados .docs .docItem .docIcon {
        width: 60px;
        height: 60px;
    }
    
    #resultados .resultadosAnteriores{
        padding: 10px 0px;
        font-size: 18px;
        width: 210px;
        margin: 50px auto 0 auto;
    }
    
    #resultados .docs {
        width: 100%;
    }
    
    #Noticias{
        background: #fff;
    }
    
    #Noticias .g-content{
        padding: 25px 10px 100px 10px;
        width: 100%;
        background: #fff;
    }
    
    #Noticias .contentNews {
        margin-top: 50px;
    }
    
    #Noticias .newsBlocks .item{
        width: 32%;
        margin: 0 0.5%;
        height: 380px;
    }
    
    #Noticias .newsBlocks .itemImage {
        height: 155px;
    }
    
    #Noticias .newsBlocks .itemContent {
        padding: 10px;
    }
    
    #Noticias .newsBlocks .itemContent .itemInfo .date {
        font-size: 20px;
    }
    
    #Noticias .newsBlocks .itemContent h3, #Noticias .newsBlocks .itemContent h4 {
        font-size: 20px;
        margin-top: 20px;
    }
    
    #Noticias .todasNoticias{
        padding: 10px 0px;
        font-size: 18px;
        margin: 50px auto 25px auto;
    }
    
    #BarraCopyright .g-content {
        width: 100%;
        padding: 100px 10px;
    }
    
    #BarraCopyright .w30{
        width: 100%;
        padding: 0 0 25px 0;
        text-align:center;
    }
    
    #BarraCopyright .w70{
        display:none;
    }
    
    #BarraCopyright .logo {
        text-align: center;
        margin: 0 auto 30px;
    }
    
    #BarraCopyright .logoInterface .prod{
        display:none !important;
    }
    
    #BarraCopyright .govern {
        padding-left: 55px;
        padding-right: 55px;
        font-size: 14px;
    }

}

@media (min-width: 959px) and (max-width: 1199px){
	
	#MenuMobile{
	    display:none !important;    
	}
    
    #barraShortcut .content, #g-slideshow .fotoCapaText, #numeros .content, #documentos .g-content, #materiais .content, #resultados .g-content, #Noticias .g-content, #BarraCopyright .g-content, #MenuSuperior .g-content, #MenuMobile .g-content{
        width: 859px;
    }
    
    #g-slideshow{
        margin-top:70px;
    }
    
    #g-slideshow .fotoCapaText .content {
        bottom: 135px;
    }
    
    #numeros .item .itemNumber {
        font-size: 35px;
    }
    
    #numeros .item .itemText {
        font-size: 15px;
        width: 75%;
    }
    
    #documentos .icon svg {
        width: 85px;
    }
    
    #documentos .icon {
        margin: 25px auto 0 auto;
    }
    
    #documentos h3{
        font-size:20px;
    }
    
    #documentos .itemCat .contentItemCat{
        height: 270px;
    }
    
    #materiais .box {
        font-size: 20px;
        margin: 0 0.8%;
    }
    
    #Noticias .newsBlocks .itemImage {
        height: 150px;
    }
    
    #Noticias .newsBlocks .itemContent {
        padding: 20px;
    }
    
    #Noticias .newsBlocks .itemContent .itemInfo .date {
        font-size: 20px;
    }
    
    #Noticias .newsBlocks .itemContent h3, #Noticias .newsBlocks .itemContent h4{
        font-size: 22px;
    }
    
    #Noticias .newsBlocks .item {
        margin: 0 0.8%;
        height: 390px;
    }
    
    #BarraCopyright .w70 .w25 li a, #BarraCopyright .w30 p{
        font-size:15px;
    }
    
    #BarraCopyright .w70 .w25 .titulo, #BarraCopyright .w30 h3{
        font-size:19px;
    }
    
    #BarraCopyright .govern {
        padding-left: 55px;
        padding-right: 55px;
        font-size: 14px;
    }
    
    #MenuMobile .w33 .button {
        font-size: 16px;
        margin: 1% 0.8%;
    }
    
    #MenuSuperior .w33 .button {
        width: 23%;
    }
    
    #resultados .stats .item {
        height: 280px;
        width: 280px;
    }
    
    #resultados .stats .valor{
        height: 140px;
        padding-top: 40px;
        font-size: 40px;
    }
    
    #resultados .stats .descricao{
        height: 140px;
        padding-bottom: 40px;
        font-size: 24px;
    }
    
    #resultados .docs{
        width:100%;
    }
    
}

@media (min-width: 1200px) and (max-width: 1439px){
	
	#MenuMobile{
	    display:none !important;    
	}
    
    #barraShortcut .menuButton{
        font-size:14px;
    }
    
    #barraShortcut .content, #MenuSuperior .g-content, #MenuMobile .g-content, #g-slideshow .fotoCapaText, #numeros .content, #documentos .g-content, #BarraCopyright .g-content, #Noticias .g-content, #materiais .content, #resultados .g-content{
        width: 1100px;
    }
    
    #g-slideshow .fotoCapaText .content{
        bottom: 150px;
    }
    
    #g-slideshow .fotoCapaText .content h2{
        font-size:50px;
    }
    
    #g-slideshow .fotoCapaText .content h3{
        font-size:35px;
    }
    
    #g-slideshow .fotoCapaText .content{
        width: 450px;
    }
    
    #g-slideshow .fotoCapaText .content .description{
        font-size:22px;
    }
    
    #g-slideshow .fotoCapaText .content .fotoCapaButton{
        padding: 14px 0px;
        font-size: 18px;
    }
    
    #numeros .item .itemNumber{
        font-size:40px;
    }
    
    #numeros .item .itemText{
        font-size: 18px;
        width: 80%;
    }
    
    #documentos .itemCat .contentItemCat{
        height: 280px;
    }
    
    #documentos .icon{
        margin: 30px auto 0 auto;
    }
    
    #documentos .icon svg {
        width: 85px;
    }
    
    #documentos h3{
        font-size: 22px;
    }
    
    #Noticias .newsBlocks .itemImage {
        height: 200px;
    }
    
    #Noticias .newsBlocks .itemContent .itemInfo .date{
        font-size:20px;
    }
    
    #Noticias .newsBlocks .itemContent h3, #Noticias .newsBlocks .itemContent h4{
        font-size:20px;
    }
    
    #Noticias .newsBlocks .item{
        height:404px;
    }
    
    #materiais .box{
        margin: 0 0.75%;
        font-size: 22px;
    }
    
    #MenuMobile .w33 .button{
        margin: 1% 0.8%;
        font-size: 18px;
    }
    
    #MenuSuperior .w33 .button a {
        padding: 35px;
    }
    
    #resultados .docs .docName{
        font-size:20px;
    }
    
    #resultados .stats .item {
        height: 300px;
        width: 300px;
    }
    
    #resultados .stats .valor {
        height: 150px;
        padding-top: 60px;
        font-size: 40px;
    }
    
    #resultados .stats .descricao{
        height: 150px;
        padding-bottom: 60px;
        font-size: 25px;
    }
    
    #BarraCopyright .govern {
        padding-left: 55px;
        padding-right: 55px;
        font-size: 14px;
    }
    
}

@media (min-width: 1440px) and (max-width: 1599px){
	
	#MenuMobile{
	    display:none !important;    
	}
    
    #barraShortcut .content, #MenuSuperior .g-content, #MenuMobile .g-content, #g-slideshow .fotoCapaText, #numeros .content, #documentos .g-content, #BarraCopyright .g-content, #Noticias .g-content, #materiais .content, #resultados .g-content{
        width: 1340px;
    }
    
    #g-slideshow .fotoCapaText .content{
        bottom: 200px;
    }
    
    #numeros .item .itemText{
        width: 70%
    }
    
    #Noticias .newsBlocks .itemImage {
        height: 244px;
    }
    
    #Noticias .newsBlocks .itemContent .itemInfo .date{
        font-size:25px;
    }
    
    #Noticias .newsBlocks .itemContent h3, #Noticias .newsBlocks .itemContent h4{
        font-size:20px;
    }
    
    #Noticias .newsBlocks .item{
        height:455px;
    }
    
    #materiais .box{
        margin: 0 0.8%;
    }
    
    #resultados .stats .item {
        height: 350px;
        width: 350px;
    }
    
    #resultados .stats .valor {
        height: 175px;
        padding-top: 85px;
        font-size: 50px;
    }
    
    #resultados .stats .descricao{
        height: 175px;
        padding-bottom: 85px;
    }
    
    #BarraCopyright .govern {
        padding-left: 55px;
        padding-right: 55px;
        font-size: 14px;
    }
}

@media (min-width: 1600px) and (max-width: 1799px){
	
	#MenuMobile{
	    display:none !important;    
	}
	
	#barraShortcut .content, #MenuSuperior .g-content, #MenuMobile .g-content, #g-slideshow .fotoCapaText, #numeros .content, #documentos .g-content, #BarraCopyright .g-content, #Noticias .g-content, #materiais .content, #resultados .g-content{
        width: 1500px;
    }
    
    #Noticias .newsBlocks .itemImage {
        height: 272px;
    }
    
    #Noticias .newsBlocks .item{
        height:506px;
    }
    
    #BarraCopyright .govern {
        padding-left: 55px;
        padding-right: 55px;
        font-size: 14px;
    }
}