#g-top {
    position: absolute;
    top: -1000px;
}

body::-webkit-scrollbar{
    width: 8px;
    background:#fff;
}

body::-webkit-scrollbar-track{
	-webkit-box-shadow: none;
}

body::-webkit-scrollbar-thumb{
	background-color: #272727;
    outline: 1px solid white;
    width: 8px;
}

.itemid-311 #g-container-main, .itemid-312 #g-container-main{
    display:none;
}

html body #g-page-surround{
    margin: 0;
    padding:0;
}

#g-navigation{
    position: fixed;
    top: 0;
    left:0;
    z-index:99;
    width:100%;
    background: #f4f4f4;
    height:auto;
    padding: 10px 0;
}

#g-navigation .g-grid {
    width: 1350px;
    margin: 0 auto;
}

#g-navigation .g-content{
    padding:0;
}

#g-navigation .g-logo{
    width:110px;
}

#g-navigation .g-social{
    margin:0 20% 0 0;
}

#g-navigation a{
    color:#fbad19;
}

#g-navigation #menu-8431-particle.g-content {
    margin: 0 0 0 auto;
}

#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
    font-family: 'Raleway-Medium', sans-serif;
    font-size: 10px;
    color: #272727;
    letter-spacing: 5px;
}

.g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content {
    font-weight: normal;
}

#g-navigation .g-main-nav .g-toplevel > li:hover > .g-menu-item-container, #g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container {
    color: #272727;
    border-bottom: 1px solid;
}

.g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content {
    border-bottom: 1px solid transparent;
}

.g-main-nav .g-dropdown {
    background: #ffffff;
}

.g-main-nav .g-sublevel > li > .g-menu-item-container {
    color: #272727 !important;
}

#barraTopo{
    background:#000;
}

#barraTopo .platform-content{
    margin:0;
    padding:0;
}

#barraTopo .mobile, #barraTopo .menu .turnOff{
    display:none;
}

#barraTopo .menu svg path {
    fill: #fff;
}

#barraTopo .g-content{
    margin:0;
    padding:0 4%;
}

#barraTopo .links, #barraTopo .interior{
    width:auto;
    display:inline-block;
    vertical-align:middle;
}

#barraTopo .links a{
    display:inline-block;
    vertical-align:middle;
    padding:0 5px;
    margin:5px 0;
    border-right:1px solid #fff;
    color:#fff;
    font-size:12px;
    font-family:'Raleway-SemiBold',sans-serif;
}

#barraTopo .links a:hover ,#barraTopo .links a.active{
    color:#fbad19;
}

#barraTopo .interior{
    float:right;
}

#barraTopo .interior a{
    color:#fff;
    font-size:14px;
    font-family:'Raleway-SemiBold',sans-serif;
}

#barraTopo .menu{
    position: absolute;
    right: 4%;
    bottom: 21px;
    z-index:9;
    cursor:pointer;
}

#barraTopo .menu .icon svg{
    width: 25px;
    height: auto;
}

#barraTopo .interior a:hover{
    color:#00adf1;
}

#barraTopo .hideTranslate {
    display: none;
}

.skiptranslate {
    display: none !important;
}

#barraTopo .idiomaSelect {
    position: absolute;
    right: 15%;
    width: auto;
    height: 40px;
    z-index: 9;
    text-transform: uppercase;
    text-align: left;
    font-size: 12px;
    color: #fff;
    letter-spacing: 2px;
    font-family: 'Raleway-Regular', sans-serif;
}

#barraTopo .idiomaSelect a{
    background: #272727;
    color: #fff;
    padding: 10px;
    border: 1px solid #fff;
    display: none;
}

#barraTopo .idiomaSelect a.active{
    display: block;
}

#barraTopo .idiomas {
    position: absolute;
    right: 15%;
    width: auto;
    height: 40px;
    z-index: 9;
    text-transform: uppercase;
    text-align: left;
    font-size: 12px;
    color: #fff;
    letter-spacing: 2px;
    font-family: 'Raleway-Regular', sans-serif;
    padding-top: 40px;
}

#barraTopo .idiomas a{
    background: #272727;
    color: #fff;
    padding: 10px;
    border: 1px solid #fff;
    display: block;
    visibility: hidden;
}

#barraTopo .idiomas a.active{
    display: none;
}


@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

/*#barraTopo .idiomas a:not(:first-child){
    position: relative;
    visibility: hidden;
}*/

#barraTopo .idiomas:hover a{
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

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

.loader .logo {
    width: 300px;
    margin: 0 auto 25px;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 5px;
  border: 5px solid #272727;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #272727 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#g-slideshow{
    clip-path:none;
}

#menuMobile{
    background: #fff;
    height: 100%;
    overflow-y: scroll;
    position: fixed;
    padding-bottom: 330px;
    text-align: center;
    left: 0;
    z-index: 99;
    display: none;
}

#menuMobile .g-content {
    width: auto;
    padding: 0;
}

#menuMobile .sm-menu .sm-levels{
    background:#fff;
}

#menuMobile dl .parent:after{
    background-position: right center;
	background-size: 34px;
}

#menuMobile .sm-menu dl dt {
    border-bottom: 1px solid #272727;
}

#menuMobile .sm-menu dl a{
    color:#272727;
}

#menuMobile dl.level2{
    background:#e4e4e4;
}

#menuMobile dl.level2 dt{
    padding-left:25px;
}

#menuMobile .logo {
    position: relative;
    top: 105px;
    margin: 0 auto;
}

#menuMobile .logo img {
    width: 325px;
}

.g-content{
    padding: 0;
    margin: 0 auto;
    width: 1350px;
}

#g-utility{
    position:relative;
}

/* Partilha */

#partilha{
    position: absolute;
    right: 4%;
    top:10px;
    width: auto;
    z-index:9;
}

#partilha .g-content {
    width: auto;
}

#partilha .partilha{
    position: fixed;
    right: -100px;
    z-index: 10;
    width: 100px;
    text-align: right;
    transition: all .2s ease;
}

#partilha .partilha:hover{
    right: 0;
}

#partilha .partilha .texto{
    background: #272727;
    width: 200px;
    position: absolute;
    top: 0;
    left: -150px;
    margin-bottom: 1px;
    font-weight: 400;
    text-transform: uppercase;
    height: 50px;
    text-align: left;
    font-size: 12px;
    color: #fff;
    letter-spacing: 2px;
    font-family: 'Raleway-Regular', sans-serif;
    padding: 10px 25px;
}

#partilha .texto .fa{
    margin-left: 10px;
}

#partilha .addtoany_list.a2a_kit_size_32 a > span{
    background: #272727 !important;
    border: 1px solid #272727;
    display: block;
    height: 50px;
    width: 50px;
    margin-bottom: 5px;
    transition: all .2s ease;
    padding-top: 10px;
    border-radius: 0;
}

#partilha .a2a_button_facebook > span{
    margin-top: 53px;
}

#partilha .a2a_svg svg{
    width: 26px;
    height: 26px;
    top: 3px;
}

#partilha .addtoany_list a:hover span {
    opacity: 1;
    background: #fff !important;
}

#partilha .addtoany_list a:hover svg path {
    fill: #272727;
}

/* Notícias */

#news .g-content{
    padding:0;
    margin:50px auto;
}

#news .header{
    display:none;
}

#news .header h3{
    font-family: 'Butler-Bold',sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 100px;
    margin-bottom: 50px;
    text-align: center;
    border-bottom: 1px solid #f4f4f4;
}

#news .sideFilter {
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
    vertical-align: top;
    padding-left: 0;
    padding-top: 30px;
    position: relative;
}

#news .sideFilter .form-group {
    width: 24%;
    display: inline-block;
    margin-bottom: 20px;
    padding-right: 1%;
    vertical-align: middle;
}

#news .sideFilter h4{
    font-family:'Raleway-Medium',sans-serif;
    font-size:16px;
    margin:10px 0 0;
    font-weight: normal;
}

#news .sideFilter input[type="text"]{
    font-family: 'Raleway-Regular', sans-serif;
    font-size: 12px;
    box-shadow:none;
    border: 1px solid #272727;
    border-radius: 0;
}

#news .sideFilter .form-group:nth-child(3), #news .sideFilter .form-group:nth-child(4) {
    display: none;
}

#news .sideFilter #cleanfilter{
    font-family: 'Raleway-Regular', sans-serif;
    font-size: 14px;
    color: #1d1d1b;
    margin-top: 0;
    line-height: 1;
    font-weight: 100;
    margin-bottom: 5px;
    width: 130px;
    text-align: right;
    cursor: pointer;
    display: block;
    margin-left: auto;
    position: relative;
    right: 70px;
}

#news #find{
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-top: -40px;
    margin-right: 5px;
    cursor: pointer;
}

#news #find svg{
    width: 22px;
    height: auto;
}

#news #find svg path{
    fill:#272727;
}

#news .select2-container--bootstrap .select2-selection--single {
    box-shadow:none;
    border: 1px solid #272727;
    border-radius: 0;
}

#news .select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    padding: 0;
    font-family: 'Raleway-Regular',sans-serif;
    font-size: 14px;
    color: #1d1d1b;
}

.select2-results {
    font-family: 'Raleway-Regular',sans-serif;
    font-size: 14px;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color: #272727 !important;
    color: #fff !important;
}

#news .filtro .item {
    width: auto;
    font-size: 13px;
    padding: 15px 25px;
    color: #272727;
    display: inline-block;
    text-align: center;
    margin: 20px 10px 20px auto;
    border: 1px solid #272727;
    font-family: 'Raleway-SemiBold',sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
}

#news .filtro .item.active, #news .filtro .item:hover {
    background: #272727;
    color: #fff;
}

#news .noresults{
    font-family: 'Raleway-Bold',sans-serif;
    font-size: 20px;
    min-height:400px;
}

#news .pagecontent, #news .header{
    padding: 0;
}

#news .item{
    width: 30%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    margin: 0 1.5% 3%;
    text-align: left;
    position: relative;
}

#news .itemImage{
    height: 310px;
    overflow: hidden;
    text-align: center;
}

#news .itemImage img{
    width: 100%;
    height: auto;
}

#news .iconFixa {
    position: absolute;
    top: 0;
    left: 20px;
}

#news .iconFixa svg {
    width: auto;
    height: 40px;
}

#news .iconFixa svg rect {
    fill: #272727;
}

#news .itemContent{
    padding: 20px 0;
}

#news .itemInfo {
    display: none;
}

#news .date{
    color:#9f9f9f;
    float:right;
    display:inline-block;
}

#news .item .cat, #news .item .subcat{
    padding:5px;
    background:#4a9e9a;
    color:#fff;
    display:inline-block;
    font-size:15px;
    margin:0 5px 0  0;
}

#news .item .subcat{
    background: transparent;
    color: #3c3c3c;
    border: 1px solid #3c3c3c8a;
}

#news .item h4{    
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-family: 'Butler-Bold',sans-serif;
    color: #272727;
    margin: 10px 0 0;
    font-size: 22px;
    line-height: 1.2;
}

#news .item h4:hover{
    text-decoration:underline;
}

#news .itemDescription{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: none;
    line-height:1.2;
}

#news .itemContent .botao {
    display: none;
}

#news .mobile, #news .closeSearch{
    display:none;
}

#news .mobile .searchButton{
    display: inline-block;
    background:transparent;
    border:1px solid #000;
    padding:5px;
    color:#3c3c3c;
    border-radius: 2px;
    margin: 0 0 15px;
    font-family: 'Raleway-Regular', sans-serif;
}

#news .closeSearch{
    float: left;
    margin: 15px 0;
    padding: 3px 7px;
    border:1px solid #3c3c3c8a;
    border-radius: 3px;
    font-family: 'Raleway-Regular', sans-serif;
}

#news #submit{
    display:none;
}

/* Detalhe Noticias */
    
#g-mainbar .page-header h2{
    margin:40px 0;
    padding: 0;
    font-family:'Raleway-Medium',sans-serif;
    font-size: 16px;
    color:#272727;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: normal;
}

#g-mainbar .pull-none.item-image {
    margin-bottom: 80px;
}

#g-mainbar .pull-none.item-image img {
    width: 100%;
}

#g-mainbar .descricao {
    display: inline-block;
    vertical-align: top;
}

#g-mainbar .item {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 0 0 100px;
}

#g-mainbar .item.video {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    float: none;
}

#g-mainbar .item video {
    width: 100%;
    height: 100%;
}

#g-mainbar .item .pressRelease, #g-mainbar .item .item-image {
    display: inline-block;
    vertical-align: top;
    padding-right: 1%;
    width: auto;
    max-width:49%;
}

#g-mainbar .item .pressRelease iframe {
    width: 500px !important;
}

#g-mainbar .pressRelease .itens {
    margin-top: 40px;
    text-align: center;
}

#g-mainbar .pressRelease .itens .item {
    display: inline-block;
    vertical-align: top;
    padding-right: 1%;
    max-width: 520px;
}

#g-mainbar .pressRelease .itens .item iframe {
    width: 500px !important;
}

#g-mainbar .galeria{
    margin: 0;
}

#g-mainbar .multipleImages50, #g-mainbar .multipleImages{
    text-align:center;
    margin:0 0 45px;
}

#g-mainbar .multipleImages50 .item-image, #g-mainbar .multipleImages .item-image{
    float:none;
    margin:0 .5% 2%;
    width:24%;
    display:inline-block;
    vertical-align:top;
}

#g-mainbar .multipleImages .item-image{
    width:32%;
}

#g-mainbar .multipleImages50 .item-image img, #g-mainbar .multipleImages .item-image img{
    width: 100%;
}


#g-mainbar .modalGaleriaGaleria {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 9999;
    display: none;
    height: 100%;
    width: 100%;
}

#g-mainbar .modalGaleriaGaleria .modalContentGaleria {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
    height: 100%;
    width: 100%;
}

#g-mainbar .modalGaleriaGaleria .closeModalGaleria {
    position: fixed;
    top: 55px;
    right: 35px;
    z-index: 999999999999;
    cursor: pointer;
}

#g-mainbar .closeModalGaleria svg {
    width: 50px;
    height: auto;
}

#g-mainbar .modalGaleriaGaleria ul li {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 50px 100px;
    justify-content: center;
    align-items: center;
}

#g-mainbar .modalGaleriaGaleria ul li .imageItem {
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#g-mainbar .modalGaleriaGaleria ul li img {
    max-height: 800px;
}

#g-mainbar .modalGaleriaGaleria .arrow.prev {
    float: left;
    position: fixed;
    left: 25px;
    z-index: 9999;
}

#g-mainbar .modalGaleriaGaleria .arrow.next {
    float: right;
    position: fixed;
    right: 25px;
    z-index: 9999;
}

#g-mainbar .modalGaleriaGaleria .arrow img {
    width: 60px;
}


#g-mainbar .links100 .buttonLink, #g-mainbar .links33 .buttonLink, #g-mainbar .links25 .buttonLink{
    display: inline-block;
    text-decoration: none;
    width: auto;
    font-size: 13px;
    padding: 15px 25px;
    background :#272727;
    color: #fff;
    text-align: center;
    margin: 20px 10px 60px;
    border: 1px solid #272727;
    font-family: 'Raleway-SemiBold',sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#g-mainbar .buttonLink:hover{
    background: #fff;
    color: #272727;
}

#g-mainbar .video{
    margin: 50px auto;
    text-align: center;
}

#g-mainbar .video .item {
    margin: 0 10px 20px;
    display: inline-block;
    vertical-align: top;
}

#g-mainbar .video iframe {
    width: 500px;
    height: 340px;
}

.pager.pagenav a {
    background: #fff;
    color: #272727 !important;
    font-family: 'Raleway-Regular', sans-serif;
    border: 1px solid #272727;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 0;
    padding: 15px 25px;
}

.pager.pagenav a:active, .pager.pagenav a:focus {
    background: #fff;
    color: #272727 !important;
    border: 1px solid #272727;
    cursor: pointer;
}

.pager.pagenav a:hover {
    background: #272727;
    color: #fff !important;
    border: 1px solid #272727;
}

.pager.pagenav a .icon-chevron-right:before, .pager.pagenav a .icon-chevron-left:before {
    font-size: 10px;
}


/* Artigo Modelo */

#g-mainbar .category-list {
    display: none;
}

#g-mainbar h2{
    margin: 40px 0;
    padding: 0;
    font-family: 'Raleway-Medium',sans-serif;
    font-size: 16px;
    color: #272727;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: normal;
}

#g-mainbar h3{
    font-family:'Raleway-SemiBold',sans-serif;
    margin: 10px 0 20px;
    color: #272727;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#g-mainbar h4{
    font-family:'Raleway-Medium',sans-serif;
    margin:10px 0 20px;
    color:#272727;
    font-size: 14px;
}

#g-mainbar p, #g-mainbar ul li,#g-maindar ol li{
    font-family: 'Raleway-Regular',sans-serif;
    font-size: 16px;
    color: #272727;
}

#g-mainbar .corpo .w50 , #g-mainbar .corpo .w33 , #g-mainbar .corpo .w25, #g-mainbar .corpo .center {
    text-align:center;
    margin:50px;
}

#g-mainbar .corpo .w50 img, #g-mainbar .corpo .w33 img, #g-mainbar .corpo .w25 img{
    display:inline-block;
    margin:0 0.5% 1%;
    vertical-align:top;
    width:48%;
}

#g-mainbar .corpo .w33 img{
    width:30%;
}

#g-mainbar .corpo .w25 img{
    width:23%;
}

#g-mainbar .osgalery-cat-tabs {
    display: none;
}

.item-page .botao {
    text-align: center;
    margin: 20px;
    width: 170px;
    display: inline-block;
}

.item-page .botao.l {
    text-align: left;
    display: block;
}

.item-page .botao h2 {
    font-size: 20px !important;
    color: #000 !important;
    background: #fbad1947;
    border: 1px solid #fbad1947;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
    margin: 0;
}
.item-page .botao:hover h2 {
    color: #333 !important;
    background: #fff;
}

/* Multimédia */

#videos{
    margin:50px 0;
    padding:0 4%;
}

#videos .header{
    display:none;
}

#videos .header h3{
    font-size:40px;
    color: #00adf1;
    font-family:'Raleway-Bold',sans-serif;
    margin:0 0 30px;
    line-height: 1.2;
}

#videos .multimediaContainer{
    width:auto;
    margin:0;
}

#videos .searchBar {
    position: fixed;
    width: 30%;
    height: 100%;
    top: 150px;
    left: 0;
    padding: 30px 2% 0 4%;
    background: #fff;
    border-right:1px solid #00adf147;
}

#videos .searchBar h3{
    font-size:19px;
    font-family:'Raleway-Medium',sans-serif;
    margin:10px 0 0;
    text-transform:none;
}

#videos .searchBar input[type="text"]{
    box-shadow:none;
    background:transparent;
    border: 1px solid #00000033;
}

#videos .select2-container--bootstrap .select2-selection{
    box-shadow:none;
    background: #fff !important;
    border: 1px solid #00000033 !important;
}

.itemid-291 .select2-container--bootstrap .select2-results__option[aria-selected=true], .itemid-291 .select2-container--bootstrap .select2-results__option:hover,.itemid-291  .select2-container--bootstrap .select2-results__option--highlighted[aria-selected]{
    background:#00adf159 !important;
}

#videos .searchBar #cleanfilter{
    display: inline-block;
    margin: 20px 0 0;
    text-underline-position: under;
    text-decoration: underline;
    cursor: pointer;
    background: transparent;
    border: 0;
    color: #1d1d1b;
    float: none;
    padding: 0;
    font-size: 15px;
}

#videos #find{
    position:absolute;
    top:75px;
    right:7%;
    margin:0;
}

#videos #find svg{
    width: 22px;
    height: auto;
}

#videos #find svg path{
    fill:#3c3c3c;
}

#videos .noresults{
    min-height:400px;
}

#videos .resultsContent, #videos .header{
    padding: 0 0 0 30%;
}

#videos .closeSearch, #videos .mobile{
    display:none;
}

#videos .resultsContent{
    margin:0;
}

#videos .resultsContent .videoItem{
    width: 385px;
    display: inline-block;
    padding: 0;
    margin: 0 10px 40px;
}

#videos .resultsContent .videoItem .imageVideo.iframe{
    height:auto;
}

#videos .resultsContent .videoItem .imageVideo.iframe iframe {
    width: 385px;
    height: 245px;
}

#videos .resultsContent .contentVideo .cat{
    display:none;
}

#videos .resultsContent .contentVideo h3.videoTitle{
    text-transform:none;
}

#videos .resultsContent .popUp{
    background:linear-gradient(45deg, #00adf1 0%, #fdbb2d 100%);
}

#videos .resultsContent .popUp .closePopUp{
    background:transparent;
}

#videos .resultsContent .popUp .closePopUp svg path{
    fill:#fff;
}

/* Contactos*/

 #g-mainbar{
	position: relative;
	padding:0;
	margin: 100px 0;
}

#g-mainbar .g-content{
    margin:0 auto;
}

.contact .page-header h2{
	display:none;
}

.com-contact h1{
	display:none;
}

.com-contact__container h3{
	display:none;
}

.contact-form{
	width:49%;
	display:inline-block;
	margin-bottom: 25px;
}

#contact-form legend{
	font-size:30px;
	font-family:'Raleway-SemiBold', sans-serif;
	color:#000;
	padding-top:10px;
}

#contact-form form{
	background: #fff;
    box-shadow: none;
    border-radius: 20px;
	font-family:'Raleway-Regular', sans-serif;
    color: #000;
}

#contact-form .controls{
	margin-top:20px;
}

#contact-form .controls input, #contact-form .controls textarea {
    color: #000;
    background: #ffffff;
    border-radius: 0px;
    border-bottom: 1px solid #000 !important;
	min-height: 50px;
    border: none;
    font-family: 'Raleway-Regular', sans-serif;
	font-size:16px;
}

#contact-form .controls input:focus{
	box-shadow:none;
	border-color:#059572;
	color:#000;
}

#contact-form .controls input:hover{
	border-color:#059572;
}


#contact-form .controls textarea:focus{
	box-shadow:none;
	border-color:#059572;
	color:#000;
}

#contact-form .controls textarea:hover{
	border-color:#059572;
}

.contact-form label{
	color:#000;
	font-size:22px;
    font-family: 'Raleway-Medium', sans-serif;
}

.contact-form .form-horizontal .control-group.field-spacer .control-label{
	display:none;
}

.contact-form .controls .btn-primary{
    font-family: 'Raleway-Medium', sans-serif;
    font-size: 14px;
    color: #272727;
    background: transparent;
    border: 1px solid #272727;
    text-align: center;
    padding: 15px 25px;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    font-weight: normal;
    border-radius: 0;
    outline: none;
}

.contact-form .controls .btn-primary:hover{
	color: #fff;
	background:#272727;
}

.contact-form .control-label .form-control-feedback{
	display:none;
}

.contact-miscinfo{
	width:48%;
	display:inline-block;	
    vertical-align: top;
	color:#000;
}

.contact-miscinfo .jicons-icons{
	display:none;
}

.contact-miscinfo .dl-horizontal{
	margin-top:0;
}

.contact-miscinfo .dl-horizontal dd {
    margin-left: 100px;
}

.contact-miscinfo span{
	font-size:16px;
	font-family: 'Raleway-SemiBold',sans-serif;
}

.contact-miscinfo span h3{
	font-family:'Raleway-SemiBold', sans-serif;
	margin-top: 20px;
}

.contact-miscinfo a{
	color:#272727 !important;
	text-decoration:underline;
	font-family: 'Raleway-Regular',sans-serif;
	font-weight: 100;
}

.contact-miscinfo .logo{
	width: auto;
	padding-top:50px;
}

.contact-miscinfo .logo img {
    width: 350px;
}


#g-totop {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    margin: 0;
    width: auto;
    font-family: 'Raleway-Regular', sans-serif;
    font-size: 14px;
    color: #272727;
    text-align: center;
}

#g-totop .fa {
    display: block;
    font-size: 25px;
    margin-bottom: 10px;
}



#g-copyright{
    position:relative;
    background: #e9e9e9;
    color: #272727;
    padding: 0;
    font-family: 'Raleway-Regular',sans-serif;
    bottom:0;
    width:100%;
    clip-path: polygon(0% 10%,55% 0%,100% 10%,100% 100%,0% 100%);
    margin-top: -45px;
    text-transform: uppercase;
}

#g-copyright [id^=copyright-][id$=-particle] {
    font-size: 10px;
}

#MenuInferior {
    margin-top: 150px;
    margin-bottom: 60px;
}

#MenuInferior .w33 {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    margin-right: 135px;
}

#MenuInferior .w33 .image {
    width: 250px;
    margin-bottom: 20px;
}

#MenuInferior .w33 .image svg {
    height: 40px;
}

#MenuInferior .titulo {
    font-family: 'Raleway-SemiBold', sans-serif;
    font-size: 14px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 1px solid #272727;
    margin-bottom: 20px;
    width: 69%;
}

#MenuInferior .w33 .texto {
    font-family: 'Raleway-Medium',sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: left;
}

#MenuInferior .w33 .texto p {
    margin: 0;
}

#MenuInferior .w15 {
    width: auto;
    display: inline-block;
    vertical-align: top;
    padding-right: 70px;
}

#MenuInferior .w15.last{
    padding-right: 0;
}

#MenuInferior .w15 .texto {
    font-family: 'Raleway-Medium',sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
}

#MenuInferior .w15 .texto a {
    color: #272727;
}

#MenuInferior .w15 .icon{
    text-align: center;
    margin-bottom: 20px;
    height: 47px;
}

#MenuInferior .w15 .icon svg{
    width: 30px;
    height: 30px;
}

#MenuInferior .w100 {
    width: 57%;
    text-align: left;
    margin: 0 0 0 auto;
}

#BarraCopyright {
    position: relative;
    padding: 10px;
    border-top: 1px solid #272727;
}

#BarraCopyright .w30.mymodal {
    text-align: left;
}

#BarraCopyright .w30 {
    width: 35%;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Raleway-Regular', sans-serif;
    font-size: 10px;
}

#BarraCopyright .w30 img {
    width: 30px;
    cursor: pointer;
} 

#BarraCopyright .w30 svg {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

#BarraCopyright .w40 {
    width: 29%;
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
    text-align: center;
    font-family: 'Raleway-Regular',sans-serif;
    color: #272727;
}

#BarraCopyright a {
    font-family: 'Raleway-Bold', sans-serif;
    color: #272727;
}


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

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

#popUp caption {
    display: none;
}
#popUp {
    display: none;
    z-index: 9999999999999999;
    /*position: fixed;
    top: 0;
    height: 100%;
    max-height: 100%;
    width: 100%;
    background: #242323b3;*/
}
#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: #fff;
	margin: 0px auto;
	left:35%;
}
#popUp .modal th {
    background: transparent;
}
#popUp .modal-header table {
    width: 530px;
    border: 0;
    padding: 0;
    margin: 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 {
    text-align: right;
}
#popUp .modal-header td img {
    margin-top: 0;
    top: 0;
    width: auto;
    background: transparent;
}
#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: #000;
    background: transparent;
    border: 1px solid #dedede;
    text-align: left;
}
#popUp p {
    color: #000;
    padding: 10px;
    font-size: 13px;
	margin:0px;
    font-family: 'Raleway-Regular', sans-serif;
}
#popUp a {
    color: #000;
}
#popUp a:hover {
    border-bottom: 1px solid #e74c3c;
}
#popUp .modal-footer {
    background: #fff
}
#popUp .modal-footer button {
    outline: none;
    background: #272727;
    border: 1px solid #272727;
    font-family: 'Raleway-Regular', sans-serif;
    font-size: 14px;
}
#popUp .modal-footer button:hover {
    background: #fff;
    color: #272727;
}


@media (max-width: 361px){
	
	#g-navigation .g-block{
        flex-basis:auto;
    }
    
    #g-navigation .g-social .g-social-items{
        text-align: right;
    }
    
    #g-navigation .g-grid {
        width: auto;
    }
    
    #g-navigation .g-content {
        padding: 0 15px;
    }
    
    #g-navigation .g-logo {
        width: 150px;
        margin: 0;
    }
    
    #menu-8431-particle{
        display:none;
    }
    
    #barraTopo .mobile{
        display:block;
    }
    
    #g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
        font-size: 9px;
    }
    
	#barraTopo .g-content{
	    padding:0 2%;
	}
	
	#barraTopo .links a {
        padding: 0 2px;
        margin: 2px 0;
        font-size: 11px;
    }
    
    #barraTopo .interior a {
        font-size: 12px;
    }
    
    #barraTopo .idiomaSelect, #barraTopo .idiomas {
        right: 14%;
        font-size: 10px;
    }
    
    #barraTopo .idiomas {
        padding-top: 37px;
    }
    
    .g-content {
        width: auto;
        padding: 0 25px;
    }
    
    #g-navigation .g-social{
        margin: 0 20% 0 auto;
        width: 18%;
    }
    
    #g-navigation .g-social .g-social-items{
        text-align: center;
    }
    
    #g-mainbar {
        margin: 25px 0;
    }
    
	#g-mainbar .g-content{
		margin:0;
	}
	
    #g-mainbar .corpo .w50, #g-mainbar .corpo .w33, #g-mainbar .corpo .w25, #g-mainbar .corpo .center {
        margin: 50px 0;
    }
    
    #g-mainbar .corpo .w33 img, #g-mainbar .corpo .w25 img {
        width: 48%;
    }
    
    .addtoany_list.a2a_kit_size_32 > a {
        padding: 0;
    }
    
    #partilha .partilha {
        right: -50px;
        width: 50px;
    }
    
    #partilha .partilha .texto {
        width: 155px;
        left: -125px;
        font-size: 10px;
        padding: 5px 10px;
        height: 40px;
    }
    
    #partilha .a2a_button_facebook > span {
        margin-top: 45px;
    }
    
    #partilha .addtoany_list.a2a_kit_size_32 a > span {
        height: 30px;
        width: 30px;
        padding-top: 3px;
    }
    
    #partilha .a2a_svg svg {
        width: 18px;
        height: 18px;
    }
    
    #g-mainbar .page-header h2 {
        font-size: 14px;
    }
    
    #g-mainbar h3 {
        font-size: 20px;
    }
    
    #g-mainbar p, #g-mainbar ul li, #g-maindar ol li {
        font-size: 12px;
    }
    
    /* Noticias */
	
	 #news .g-content{
        padding:0 25px;
    }
    
    #news .sideFilter{
        position: fixed;
        width: 100%;
        height: 100%;
        left: -100%;
        padding: 30px 4% 0;
        border-right:0;
        transition:all ease-in .5s;
        top: 90px;
        z-index: 9;
        background: #fff;
    }
    
    #news .sideFilter .form-group {
        width: 100%;
    }
    
    #news .sideFilter h4 {
        font-size: 14px;
    }
    
    #news .sideFilter #cleanfilter {
        right: 0;
    }
    
    #news #find {
        top: 70px;
        right: 6%;
    }
    
    #news .mobile .searchButton, #news .sideFilter #cleanfilter, #news .closeSearch {
        font-size: 12px;
    }
    
    #news .mobile, #news .closeSearch{
        display:block;
    }
	
	#news .pagecontent, #news .header{
	    padding:0;
	}
	
    #news .filtro .item {
        font-size: 9px;
        height: auto;
        margin: 10px 10px 10px auto;
        padding: 5px;
    }
	
	#news .item{
	    width:100%;
	    margin:0 0 20px;
	    height:auto;
	}
	
	#news .itemImage{
	    height:auto;
	}
	
	#news .iconFixa svg {
	    height: 30px;
	}
	
	#news .item h4{
	    font-size: 16px;
	}
	
	/* Detalhe Notícias */
	
	#g-mainbar .pull-none.item-image{
	    float:none;
	    margin-left:0;
	}
	
	#g-mainbar .pull-none.item-image img {
        max-width: 100%;
    }
    
    #g-mainbar .descricao {
        width: 100%;
        margin-bottom: 35px;
    }
    
    #g-mainbar h2 {
        font-size: 14px;
    }
    	
	#g-mainbar .item {
	    width: 100%;
        margin: 0;
	}
    
	#g-mainbar .item .pressRelease {
	    padding-right: 0;
	}
	
	#g-mainbar .item .pressRelease iframe {
	    width: 100% !important;
	}
	
	#g-mainbar .pressRelease .itens .item {
	    padding-right: 0;
	}
	
	#g-mainbar .pressRelease .itens .item iframe {
	    width: 100% !important;
	}
	
	#g-mainbar .links100 .buttonLink, #g-mainbar .links33 .buttonLink, #g-mainbar .links25 .buttonLink {
	    font-size: 9px;
        padding: 5px;
	}
	
	#g-mainbar .multipleImages50, #g-mainbar .multipleImages {
        margin: 30px 0;
    }
    
    #g-mainbar .multipleImages50 .item-image, #g-mainbar .multipleImages .item-image{
        width:100%;
        margin:0 0 20px;
    }
    
    #g-mainbar .modalGaleriaGaleria ul li {
        padding: 50px 30px;
    }
    
    #g-mainbar .closeModalGaleria svg {
        width: 40px;
    }
    
    #g-mainbar .modalGaleriaGaleria .arrow.prev {
        left: 0;
    }
    
    #g-mainbar .modalGaleriaGaleria .arrow.next {
        right: 0;
    }
    
    #g-mainbar .modalGaleriaGaleria .arrow img {
        width: 40px;
    }
	
    #g-mainbar .video iframe {
        width: 300px;
        height: 200px;
    }
    
    .pager.pagenav a {
        font-size: 9px;
        padding: 5px;
    }
    
    
    /* Multimédia */
    
    #videos .searchBar{
        width:0;
        top: 130px;
        padding: 30px 4% 0;
        border-right:0;
        transition:all ease-in .5s;
    }
    
    #videos .mobile, #videos .closeSearch{
        display:block;
    }
	
	#videos .resultsContent, #videos .header{
	    padding:0;
	}
	
	#videos .header h3{
	    font-size:30px;
        margin:50px 0 10px;
	}
	
	#videos .resultsContent .videoItem{
        width: 300px;
	    margin:0 0 20px;
	    height:auto;
	}
	
    #videos .resultsContent .videoItem .imageVideo.iframe iframe{
        width: 300px;
        height: 200px;
    }
	
	/*Formulário*/
	
	#contact-form, .contact-form{
		margin-top:0px;
		width:100%;
	}
	
	#contact-form .controls{
		margin-top:15px;
	}
	
	#contact-form .controls input, #contact-form .controls textarea{
		font-size:20px;
	}
	
	.contact-miscinfo{
		width:100%;
	}
	
	.contact-miscinfo span{
		font-size:18px;
	}
	
	.contact-miscinfo .dl-horizontal dd {
		margin-left: 0px;
	}
	
	.contact-miscinfo .logo {
		margin-left:0px; 
	}
	
	.contact-form .controls .btn-primary {
		margin-left: 0;
		float: left;
	}
	
	#g-totop {
	    right: 10px;
	    font-size: 10px;
	}
	
	
	#g-copyright {
	    margin-top: -30px;
	}
	
	#MenuInferior {
	    text-align: center;
	}
	
	#MenuInferior .w33 {
        width: 100%;
        margin-right: 0;
        display: block;
        margin-bottom: 50px;
	}
	
	#MenuInferior .w33 .image {
        width: 150px;
	}
	
	#MenuInferior .titulo {
	    width: 87%;
	    font-size: 10px;
	}
	
	#MenuInferior .w33 .texto {
	    font-size: 9px;
	}
	
	#MenuInferior .w15 {
        width: 49%;
        padding-right: 0;
	}
	
	#MenuInferior .w15.last {
	    width: 100%;
	}
	
	#MenuInferior .w15 .texto {
	    font-size: 9px;
	}
	
	#MenuInferior .w100 {
        width: 100%;
        text-align: center;
        margin: 20px 0 0 auto;
    }
	
	#BarraCopyright .w30.mymodal {
	    width: 100%;
	    text-align: center;
	    display: none;
	}
	
	#BarraCopyright .w30, #BarraCopyright .w40 {
        width: 100%;
        font-size: 9px;
        margin: 5px 0;
        text-align: center;
	}
	
	#popUp .modal{
		left:10px;
	}
	
	#popUp table tbody td {
		font-size: 14px;
	}
	
}

@media (min-width: 362px) and (max-width: 469px) {
	
	#g-navigation .g-block{
        flex-basis:auto;
    }
    
    #g-navigation .g-social .g-social-items{
        text-align: right;
    }
    
    #g-navigation .g-grid {
        width: auto;
    }
    
    #g-navigation .g-content {
        padding: 0 15px;
    }
    
    #g-navigation .g-logo {
        width: 200px;
        margin: 0;
    }
    
    #menu-8431-particle{
        display:none;
    }
    
    #barraTopo .mobile{
        display:block;
    }
    
    #g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
        font-size: 9px;
    }
    
	#barraTopo .g-content{
	    padding:0 2%;
	}
	
	#barraTopo .links a {
        padding: 0 2px;
        margin: 2px 0;
        font-size: 11px;
    }
    
    #barraTopo .interior a {
        font-size: 12px;
    }
    
    #barraTopo .idiomaSelect, #barraTopo .idiomas {
        right: 14%;
        font-size: 10px;
    }
    
    #barraTopo .idiomas {
        padding-top: 37px;
    }
    
    .g-content {
        width: auto;
        padding: 0 25px;
    }
    
    #g-navigation .g-social{
        margin: 0 20% 0 auto;
        width: 18%;
    }
    
    #g-navigation .g-social .g-social-items{
        text-align: center;
    }
    
    #g-mainbar {
        margin: 25px 0;
    }
	
    #g-mainbar .corpo .w50, #g-mainbar .corpo .w33, #g-mainbar .corpo .w25, #g-mainbar .corpo .center {
        margin: 50px 0;
    }
    
    #g-mainbar .corpo .w33 img, #g-mainbar .corpo .w25 img {
        width: 48%;
    }
    
    .addtoany_list.a2a_kit_size_32 > a {
        padding: 0;
    }
    
    #partilha .partilha {
        right: -50px;
        width: 50px;
    }
    
    #partilha .partilha .texto {
        width: 160px;
        left: -125px;
        font-size: 10px;
        padding: 10px 20px;
    }
    
    #partilha .addtoany_list.a2a_kit_size_32 a > span {
        height: 35px;
        width: 35px;
        padding-top: 5px;
    }
    
    #partilha .a2a_svg svg {
        width: 20px;
        height: 20px;
    }
    
    #g-mainbar h3 {
        font-size: 22px;
    }
    
    /* Noticias */
	
	 #news .g-content{
        padding:0 25px;
    }
    
    #news .sideFilter{
        position: fixed;
        width: 100%;
        height: 100%;
        left: -100%;
        padding: 30px 4% 0;
        border-right:0;
        transition:all ease-in .5s;
        top: 90px;
        z-index: 9;
        background: #fff;
    }
    
    #news .sideFilter .form-group {
        width: 100%;
    }
    
    #news .sideFilter h4 {
        font-size: 14px;
    }
    
    #news .sideFilter #cleanfilter {
        right: 0;
    }
    
    #news #find {
        top: 70px;
        right: 6%;
    }
    
    #news .mobile .searchButton, #news .sideFilter #cleanfilter, #news .closeSearch {
        font-size: 12px;
    }
    
    #news .mobile, #news .closeSearch{
        display:block;
    }
	
	#news .pagecontent, #news .header{
	    padding:0;
	}
	
    #news .filtro .item {
        font-size: 10px;
        height: auto;
        margin: 10px 10px 10px auto;
        padding: 10px;
    }
	
	#news .item{
	    width:100%;
	    margin:0 0 20px;
	    height:auto;
	}
	
	#news .itemImage{
	    height:auto;
	}
	
	#news .iconFixa svg {
	    height: 30px;
	}
	
	#news .item h4 {
	    font-size: 18px;
	}
	
	/* Detalhe Notícias */
	
	#g-mainbar .pull-none.item-image{
	    float:none;
	    margin-left:0;
	}
	
	#g-mainbar .pull-none.item-image img {
        max-width: 100%;
    }
    
    #g-mainbar .descricao {
        width: 100%;
        margin-bottom: 35px;
    }
    
    #g-mainbar h2 {
        font-size: 14px;
    }
    
    #g-mainbar p, #g-mainbar ul li, #g-maindar ol li {
        font-size: 12px;
    }
    	
	#g-mainbar .item {
	    width: 100%;
        margin: 15px 0;
	}
	
	#g-mainbar .item .pressRelease {
	    padding-right: 0;
	}
	
	#g-mainbar .item .pressRelease iframe {
	    width: 100% !important;
	}
	
	#g-mainbar .pressRelease .itens .item {
	    padding-right: 0;
	}
	
	#g-mainbar .pressRelease .itens .item iframe {
	    width: 100% !important;
	}
	
	#g-mainbar .links100 .buttonLink, #g-mainbar .links33 .buttonLink, #g-mainbar .links25 .buttonLink {
	    font-size: 10px;
        padding: 10px;
	}
	
	#g-mainbar .multipleImages50, #g-mainbar .multipleImages {
        margin: 30px 0;
    }
    
    #g-mainbar .multipleImages50 .item-image, #g-mainbar .multipleImages .item-image{
        width:100%;
        margin:0 0 20px;
    }
    
    #g-mainbar .modalGaleriaGaleria ul li {
        padding: 50px 40px;
    }
    
    #g-mainbar .closeModalGaleria svg {
        width: 40px;
    }
    
    #g-mainbar .modalGaleriaGaleria .arrow.prev {
        left: 0;
    }
    
    #g-mainbar .modalGaleriaGaleria .arrow.next {
        right: 0;
    }
    
    #g-mainbar .modalGaleriaGaleria .arrow img {
        width: 40px;
    }

	
    #g-mainbar .video iframe {
        width: 350px;
        height: 200px;
    }
    
    .pager.pagenav a {
        font-size: 10px;
        padding: 10px;
    }
    
    
    /* Multimédia */
    
    #videos .searchBar{
        width:0;
        top: 105px;
        padding: 30px 4% 0;
        border-right:0;
        transition:all ease-in .5s;
    }
    
    #videos .searchBar .searchBarContent {
        width:100%;
        position: relative;
        
    }
    #videos #find {
        top:63px;
        right: 4%;
    }
    
    #videos .mobile, #videos .closeSearch{
        display:block;
    }
	
	#videos .resultsContent, #videos .header{
	    padding:0;
	}
	
	#videos .header h3{
	    font-size:30px;
        margin:50px 0 10px;
	}
	
	#videos .resultsContent .videoItem{
        width: 100%;
	    margin:0 0 20px;
	    height:auto;
	}
	
    #videos .resultsContent .videoItem .imageVideo.iframe iframe{
        width: 100%;
        height: 200px;
    }
	
	/*Formulário*/
	
	#contact-form, .contact-form{
		margin-top:0px;
		width:100%;
	}
	
	#contact-form .controls{
		margin-top:15px;
	}
	
	#contact-form .controls input, #contact-form .controls textarea{
		font-size:20px;
	}
	
	.contact-miscinfo{
		width:100%;
	}
	
	.contact-miscinfo .logo {
		margin-left:0px; 
	}
	
	.contact-miscinfo .dl-horizontal dd {
		margin-left: 0px;
	}
	
	.contact-form .controls .btn-primary {
		margin-left: 0;
		float: left;
	}
	
	#g-totop {
	    right: 20px;
	    font-size: 12px;
	}
	
	
	#g-copyright {
	    margin-top: -80px;
	}
	
	#MenuInferior {
	    text-align: center;
	}
	
	#MenuInferior .w33 {
        width: 100%;
        margin-right: 0;
        display: block;
        margin-bottom: 50px;
	}
	
	#MenuInferior .w33 .image {
        width: 200px;
	}
	
	#MenuInferior .titulo {
	    width: 87%;
	    font-size: 12px;
	}
	
	#MenuInferior .w33 .texto {
	    font-size: 11px;
	}
	
	#MenuInferior .w15 {
        width: 49%;
        padding-right: 0;
	}
	
	#MenuInferior .w15.last {
	    width: 100%;
	}
	
	#MenuInferior .w15 .texto {
	    font-size: 11px;
	}
	
	#MenuInferior .w100 {
        width: 100%;
        text-align: center;
        margin: 20px 0 0 auto;
    }
	
	#BarraCopyright .w30.mymodal {
	    width: 100%;
	    text-align: center;
	    display: none;
	}
	
	#BarraCopyright .w30, #BarraCopyright .w40 {
        width: 100%;
        font-size: 9px;
        margin: 5px 0;
        text-align: center;
	}
	#popUp .modal{
		left:10px;
	}
	
	#popUp table tbody td {
		font-size: 14px;
	}
	
}

@media (min-width: 470px) and (max-width:591px) {
    #g-navigation .g-block{
        flex-basis:auto;
    }
    
    #g-navigation .g-social .g-social-items{
        text-align: right;
    }
    
    #g-navigation .g-grid {
        width: auto;
    }
    
    #g-navigation .g-content {
        padding: 0 15px;
    }
    
    #g-navigation .g-logo {
        width: 200px;
    }
    
    #menu-8431-particle{
        display:none;
    }
    
    #barraTopo .mobile{
        display:block;
    }
    
    #g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
        font-size: 9px;
    }
    
	#barraTopo .g-content{
	    padding:0 2%;
	}
	
	#barraTopo .links a {
        padding: 0 2px;
        margin: 2px 0;
        font-size: 11px;
    }
    
    #barraTopo .interior a {
        font-size: 12px;
    }
    
    #barraTopo .idiomaSelect, #barraTopo .idiomas {
        right: 12%;
        font-size: 10px;
    }
    
    #barraTopo .idiomas {
        padding-top: 37px;
    }
    
    .g-content {
        width: auto;
        padding: 0 25px;
    }
    
    #g-navigation .g-social{
        margin: 0 20% 0 auto;
        width: 18%;
    }
    
    #g-navigation .g-social .g-social-items{
        text-align: center;
    }
    
    #g-mainbar {
        margin: 50px 0;
    }
	
    #g-mainbar .corpo .w50, #g-mainbar .corpo .w33, #g-mainbar .corpo .w25, #g-mainbar .corpo .center {
        margin: 50px 0;
    }
    
    #g-mainbar .corpo .w25 img {
        width: 48%;
    }
    
    
    #partilha .partilha {
        right: -70px;
        width: 70px;
    }
    
    #partilha .partilha .texto {
        width: 165px;
        left: -125px;
        font-size: 10px;
        padding: 10px 20px;
    }
    
    #partilha .addtoany_list.a2a_kit_size_32 a > span {
        height: 40px;
        width: 40px;
        padding-top: 5px;
    }
    
    #partilha .a2a_svg svg {
        width: 22px;
        height: 22px;
    }
    
    .addtoany_list.a2a_kit_size_32 > a {
        padding: 0;
    }
    
    #g-mainbar .page-header h2 {
        padding: 0 110px 0 0;
    }
    
    #g-mainbar h3 {
        font-size: 24px;
    }
    
    /* Noticias */
	
	#news .g-content{
        padding:0 25px;
    }
    
    #news .sideFilter{
        position: fixed;
        width: 100%;
        height: 100%;
        left: -100%;
        padding: 30px 4% 0;
        border-right:0;
        transition:all ease-in .5s;
        top: 90px;
        z-index: 9;
        background: #fff;
    }
    
    #news .sideFilter .form-group {
        width: 100%;
    }
    
    #news .sideFilter #cleanfilter {
        right: 0;
    }
    
    #news #find {
        top: 73px;
        right: 6%;
    }
    
    #news .mobile .searchButton, #news .sideFilter #cleanfilter, #news .closeSearch {
        font-size: 14px;
    }
    
    #news .mobile, #news .closeSearch{
        display:block;
    }
	
	#news .pagecontent, #news .header{
	    padding:0;
	}
	
    #news .filtro .item {
        font-size: 10px;
        height: auto;
        margin: 10px 10px 10px auto;
        padding: 10px;
    }
	
	#news .item{
        width: 47%;
        margin: 0 5px 20px;
	    height:auto;
	}
	
	#news .itemImage{
	    height:auto;
	}
	
	#news .iconFixa svg {
	    height: 30px;
	}
	
	#news .item h4 {
	    font-size: 18px;
	}
	
	/* Detalhe Notícias */
	
	#g-mainbar .pull-none.item-image{
	    float:none;
	    margin-left:0;
	}
	
	#g-mainbar .pull-none.item-image img {
        max-width: 100%;
    }
    
    #g-mainbar .descricao {
        width: 100%;
        margin-bottom: 50px;
    }
    
    #g-mainbar p, #g-mainbar ul li, #g-maindar ol li {
        font-size: 14px;
    }
    	
	#g-mainbar .item {
	    width: 100%;
        margin: 25px 0;
	}
	
	#g-mainbar .item .pressRelease {
	    padding-right: 0;
	}
	
	#g-mainbar .item .pressRelease iframe {
	    width: 100% !important;
	}
	
	#g-mainbar .pressRelease .itens .item {
	    padding-right: 0;
	}
	
	#g-mainbar .pressRelease .itens .item iframe {
	    width: 100% !important;
	}
	
	#g-mainbar .links100 .buttonLink, #g-mainbar .links33 .buttonLink, #g-mainbar .links25 .buttonLink {
	    font-size: 10px;
        padding: 15px;
	}
	
	#g-mainbar .multipleImages50, #g-mainbar .multipleImages {
        margin: 30px 0;
    }
    
    #g-mainbar .multipleImages50 .item-image, #g-mainbar .multipleImages .item-image{
        width:100%;
        margin:0 0 20px;
    }
    
    #g-mainbar .modalGaleriaGaleria ul li {
        padding: 50px 40px;
    }
    
    #g-mainbar .closeModalGaleria svg {
        width: 40px;
    }
    
    #g-mainbar .modalGaleriaGaleria .arrow.prev {
        left: 0;
    }
    
    #g-mainbar .modalGaleriaGaleria .arrow.next {
        right: 0;
    }
    
    #g-mainbar .modalGaleriaGaleria .arrow img {
        width: 40px;
    }
	
    #g-mainbar .video iframe {
        width: 470px;
        height: 260px;
    }
    
    .pager.pagenav a {
        font-size: 10px;
        padding: 15px;
    }
    
    
    /* Multimédia */
    
    #videos .searchBar{
        width:0;
        top: 105px;
        padding: 30px 4% 0;
        border-right:0;
        transition:all ease-in .5s;
    }
    
    #videos .searchBar .searchBarContent {
        width:100%;
        position: relative;
        
    }
    #videos #find {
        top:63px;
        right: 4%;
    }
    
    #videos .mobile, #videos .closeSearch{
        display:block;
    }
	
	#videos .resultsContent, #videos .header{
	    padding:0;
	}
	
	#videos .header h3{
	    font-size:30px;
        margin:50px 0 10px;
	}
	
	#videos .resultsContent .videoItem{
        width:100%;
	    margin:0 0 20px;
	    height:auto;
	}
	
    #videos .resultsContent .videoItem .imageVideo.iframe iframe{
        width:100%;
        height:260px;
    }
    
    
	/*Formulário*/
	
	#contact-form, .contact-form{
		margin-top:20px;
		width:100%;
	}
	
	.contact-miscinfo{
		width:100%;
	}
	
	.contact-miscinfo .dl-horizontal dd {
		margin-left: 0px;
	}
	
	.contact-miscinfo .logo {
		margin-left:0px; 
	}
	
	
	#g-copyright {
	    margin-top: -75px;
	}
	
	#MenuInferior {
	    text-align: center;
	}
	
	#MenuInferior .w33 {
        width: 100%;
        margin-right: 0;
        display: block;
        margin-bottom: 50px;
	}
	
	#MenuInferior .titulo {
	    width: 65%;
	    font-size: 12px;
	}
	
	#MenuInferior .w15 {
        width: 49%;
        padding-right: 0;
	}
	
	#MenuInferior .w15.last{
	    width: 100%;
	}
	
	#MenuInferior .w15 .texto {
	    font-size: 11px;
	}
	
	#MenuInferior .w100 {
        width: 100%;
        text-align: center;
        margin: 20px 0 0 auto;
    }
	
	#BarraCopyright .w30.mymodal {
	    width: 100%;
	    display: none;
	}
	
	#BarraCopyright .w30, #BarraCopyright .w40 {
        width: 49%;
        font-size: 9px;
	}
	
	#popUp table tbody td {
		font-size: 14px;
	}
	
	#popUp .modal{
		left:10px;
	}
    
}

@media (min-width: 592px) and (max-width: 767px) {
    
    #g-navigation .g-block{
        flex-basis:auto;
    }
    
    #g-navigation .g-social .g-social-items{
        text-align: right;
    }
    
    #g-navigation .g-grid {
        width: auto;
    }
    
    #g-navigation .g-content {
        padding: 0 15px;
    }
    
    #g-navigation .g-logo {
        width: 200px;
    }
    
    #menu-8431-particle{
        display:none;
    }
    
    #barraTopo .mobile{
        display:block;
    }
    
    #g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
        font-size: 9px;
    }
    
	#barraTopo .g-content{
	    padding:0 2%;
	}
	
	#barraTopo .links a {
        padding: 0 2px;
        margin: 2px 0;
        font-size: 11px;
    }
    
    #barraTopo .interior a {
        font-size: 12px;
    }
    
    #barraTopo .idiomaSelect, #barraTopo .idiomas {
        right: 10%;
        font-size: 10px;
    }
    
    #barraTopo .idiomas {
        padding-top: 37px;
    }
    
    .g-content {
        width: auto;
        padding: 0 25px;
    }
    
    #g-navigation .g-social{
        margin: 0 20% 0 auto;
        width: 18%;
    }
    
    #g-navigation .g-social .g-social-items{
        text-align: center;
    }
    
    #g-mainbar {
        margin: 50px 0;
    }
    
    #g-mainbar .corpo .w50, #g-mainbar .corpo .w33, #g-mainbar .corpo .w25, #g-mainbar .corpo .center {
        margin: 50px 0;
    }
    
    #partilha .partilha .texto {
        width: 170px;
        left: -125px;
        font-size: 10px;
    }
    
    #partilha .addtoany_list.a2a_kit_size_32 a > span {
        height: 45px;
        width: 45px;
        padding-top: 7px;
    }
    
    #partilha .a2a_svg svg {
        width: 24px;
        height: 24px;
    }
	
    /* Noticias */
    
    #news {
        padding: 0 25px;
    }
    
    #news .sideFilter{
        position: fixed;
        width: 100%;
        height: 100%;
        left: -100%;
        padding: 30px 4% 0;
        border-right:0;
        transition:all ease-in .5s;
        top: 90px;
        z-index: 9;
        background: #fff;
    }
    
    #news .sideFilter .form-group {
        width: 100%;
    }
    
    #news .sideFilter #cleanfilter {
        right: 0;
    }
    
    #news .mobile, #news .closeSearch{
        display:block;
    }
	
	#news .pagecontent, #news .header{
	    padding:0;
	}
	
    #news .filtro .item {
        font-size: 12px;
        height: auto;
        margin: 10px 10px 10px auto;
    }
	
	#news .item{
	    width:48%;
	    margin:0 .5% 30px;
	}
	
	#news .itemImage{
	    height:170px;
	}
	
	#news .iconFixa svg {
	    height: 30px;
	}
	
	#news .cat{
	    padding:3px;
	    font-size:13px;
	}
	
	#news .item .subcat{
	    display:none;
	}
	
	#news .item h4 {
	    font-size: 20px;
	}
	
	/* Detalhe Notícias */
	
	#g-mainbar .descricao {
	    width: 100%;
	}
    
    #g-mainbar p, #g-mainbar ul li, #g-maindar ol li {
        font-size: 14px;
    }
	
	#g-mainbar .item {
	    width: 100%;
        margin: 25px 0;
	}
	
	#g-mainbar .item .pressRelease iframe {
	    width: 100% !important;
	}
	
	#g-mainbar .pressRelease .itens .item iframe {
	    width: 100% !important;
	}
	
	#g-mainbar .multipleImages50 .item-image, #g-mainbar .multipleImages .item-image {
        width: 49%;
    }
	
    #g-mainbar .video iframe {
        width:592px;
        height:330px;
    }
    
    .pager.pagenav a {
        font-size: 10px;
        padding: 15px;
    }
    
    /* Multimédia */
    
    #videos .searchBar{
        width:0;
        top: 105px;
        padding: 30px 4% 0;
        border-right:0;
        transition:all ease-in .5s;
    }
    
    #videos .searchBar .searchBarContent {
        width:100%;
        position: relative;
        
    }
    #videos #find {
        top:63px;
        right: 4%;
    }
    
    
    #videos .mobile, #videos .closeSearch{
        display:block;
    }
	
	#videos .resultsContent, #videos .header{
	    padding:0;
	}
	
	#videos .header h3{
	    font-size:30px;
        margin: 0 0 10px;
	}
	
	#videos .resultsContent .videoItem{
        width:100%;
	    margin:0 0 20px;
	    height:auto;
	}
	
    #videos .resultsContent .videoItem .imageVideo.iframe iframe{
        width:100%;
        height:330px;
    }
    
	/*Formulário*/
	
	#contact-form, .contact-form{
		margin-top:20px;
		width:100%;
	}
	
	.contact-miscinfo{
		width:100%;
	}
	
	.contact-miscinfo .dl-horizontal dd {
		margin-left: 0px;
	}
	
	.contact-miscinfo .logo {
		margin-left:0px; 
	}
	
	#g-copyright {
	    margin-top: -75px;
	}
	
	#MenuInferior {
	    text-align: center;
	}
	
	#MenuInferior .w33 {
        width: 100%;
        margin-right: 0;
        display: block;
        margin-bottom: 50px;
	}
	
	#MenuInferior .titulo {
	    width: 50%;
	    font-size: 12px;
	}
	
	#MenuInferior .w15 {
        width: 49%;
        padding-right: 63px;
	}
	
	#MenuInferior .w15 .texto {
	    font-size: 11px;
	}
	
	#MenuInferior .w100 {
        width: 100%;
        text-align: center;
        margin: 20px 0 0 auto;
    }
	
	#BarraCopyright .w30.mymodal {
	    width: 20%;
	}
	
	#BarraCopyright .w30, #BarraCopyright .w40 {
        width: 39%;
	}
	
	
	#popUp table tbody td {
		font-size: 14px;
	}
	
	#popUp .modal{
		left:10px;
	}
	
}

@media (max-width: 767px){
	
	#contact-form .controls{
		margin-top:15px;
	}
	
	.contact-form .controls .btn-primary {
		margin-left: 0;
		float: left;
	}
	
	.contact-miscinfo .logo{
		display:none;
	}
    
}

@media (min-width: 768px) and (max-width: 958px){
    
    #g-navigation .g-block{
        flex-basis:auto;
    }
    
    #g-navigation .g-social .g-social-items{
        text-align: right;
    }
    
    #g-navigation .g-grid {
        width: 750px;
    }
    
    #g-navigation .g-logo {
        width: 200px;
    }
    
    #menu-8431-particle{
        display:none;
    }
    
    #barraTopo .mobile{
        display:block;
    }
    
    #g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
        font-size: 9px;
    }
    
    #barraTopo .idiomaSelect, #barraTopo .idiomas {
        right: 10%;
        font-size: 10px;
    }
    
    #barraTopo .idiomas {
        padding-top: 37px;
    }
    
    .g-content {
        width: 750px;
    }
    
    
    #g-mainbar {
        margin: 50px 0;
    }
    
    #g-mainbar .corpo .w50, #g-mainbar .corpo .w33, #g-mainbar .corpo .w25, #g-mainbar .corpo .center {
        margin: 50px 0;
    }
    
    #g-mainbar p, #g-mainbar ul li, #g-maindar ol li {
        font-size: 14px;
    }
    
    /* Noticias */
    
    #news .sideFilter{
        position: fixed;
        width: 100%;
        height: 100%;
        left: -100%;
        padding: 30px 4% 0;
        border-right:0;
        transition:all ease-in .5s;
        top: 90px;
        z-index: 9;
        background: #fff;
    }
    
    #news .sideFilter .form-group {
        width: 100%;
    }
    
    #news .sideFilter #cleanfilter {
        right: 0;
    }
    
    #news .mobile, #news .closeSearch{
        display:block;
    }
	
	#news .pagecontent, #news .header{
	    padding:0;
	}
	
    #news .filtro .item {
        height: auto;
        margin: 10px 10px 10px auto;
    }
	
	#news .item{
	    width:48%;
	    margin:0 .5% 30px;
	}
	
	#news .itemImage{
	    height:200px;
	}
	
	#news .cat{
	    padding:3px;
	    font-size:13px;
	}
	
	#news .item .subcat{
	    display:none;
	}
	
	/* Detalhe Notícias */
	
	#g-navigation .g-content{
		margin: 0 0.625rem;
		padding: 0 1.5rem;
	}
	
	#g-maibnbar .g-content{
		margin: 0;
		padding: 0px;
	}
	
	#g-mainbar .item .pressRelease, #g-mainbar .item .item-image {
	    padding-right: 0;
	}
	
	#g-mainbar .pressRelease .itens .item {
	    padding-right: 0;
	}
	
    #g-mainbar .video iframe {
        width: 320px;
        height: 185px;
    }
    
    .pager.pagenav a {
        font-size: 10px;
        padding: 15px;
    }
	
    
    /* Multimédia */
    
    #videos .searchBar{
        width:0;
        top: 105px;
        padding: 30px 4% 0;
        border-right:0;
        transition:all ease-in .5s;
    }
    
    #videos .searchBar .searchBarContent {
        width:100%;
        position: relative;
        
    }
    #videos #find {
        top:63px;
        right: 4%;
    }
    
    #videos .mobile, #videos .closeSearch{
        display:block;
    }
	
	#videos .resultsContent, #videos .header{
	    padding:0;
	}
	
	#videos .header h3{
	    font-size:30px;
        margin: 0 0 10px;
	}
	
	#videos .resultsContent .videoItem{
        width:310px;
	    margin:0 5px 20px;
	    height:auto;
	}
	
    #videos .resultsContent .videoItem .imageVideo.iframe iframe{
        width:310px;
        height:185px;
    }
	
	/*Formulário*/
	
	#contact-form, .contact-form{
		margin-top:0px;
	}
	
	.contact-miscinfo{
		margin-top:0px;
	}
	
	.contact-miscinfo .dl-horizontal {
		margin-top: 0px;
	}
	
	.contact-miscinfo span h3{
		margin-top:15px;
	}
	
	.contact-miscinfo .dl-horizontal dd{
		margin-left:50px;
	}
	
	.contact-form .controls .btn-primary {
		margin-left: 0;
		float: left;
	}
	
	#g-copyright {
	    margin-top: -65px;
	}
	
	#MenuInferior .w33 {
        width: 100%;
        margin-right: 0;
        display: block;
        margin-bottom: 50px;
	}
	
	#MenuInferior .titulo {
	    width: 41%;
	}
	
	#MenuInferior .w15 {
        width: 31%;
        padding-right: 10px;
	}
	
	#MenuInferior .w15 .texto {
	    font-size: 11px;
	}
	
	#MenuInferior .w100 {
        width: 100%;
        text-align: center;
        margin: 20px 0 0 auto;
    }
	
	#BarraCopyright .w30.mymodal {
	    width: 34%;
	}
	
	#popUp table tbody td {
		font-size: 14px;
	}
	
	#popUp .modal{
		left:19%;
	}
	
}

@media (min-width: 959px) and (max-width: 1199px){
    #g-navigation .g-grid {
        width: 750px;
    }
    
    #g-navigation .g-logo {
        width: 230px;
    }
    
    #g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
        font-size: 9px;
    }
    
    #barraTopo .idiomaSelect, #barraTopo .idiomas {
        right: 5%;
        font-size: 10px;
    }
    
    #barraTopo .idiomas {
        padding-top: 37px;
    }
    
    .g-content {
        width: 750px;
    }
    
	#g-navigation .g-block.size-30 .g-content{
		padding: 0;
		padding-left: 1.5rem;
		margin: 0;
		margin-left: 0.625rem;
	}
	
	/* Noticias */
	
    #news, .itemid-284 #g-mainbar{
        min-height:600px;
    }
    
    #news .filtro .item {
        height: auto;
    }
	
	#news .item{
	    width:48%;
        height: 375px;
	    margin:0 .5% 2%;
	}
	
	#news .itemImage{
	    height:250px;
	}
	
	#news .item .cat, #news .item .subcat{
	    font-size:12px;
	}
	
	#g-mainbar .video iframe {
        width: 420px;
        height: 280px;
    }
    
    /* Multimédia */
	
	#videos .resultsContent .videoItem{
        width:285px;
	}
	
    #videos .resultsContent .videoItem .imageVideo.iframe iframe{
        width: 285px;
        height: 170px;
    }
	
	
	#MenuInferior .w33 {
        width: 36%;
        margin-right: 35px;
	}
	
	#MenuInferior .titulo {
	    font-size: 12px;
	    width: 100%;
	}
	
	#MenuInferior .w33 .texto {
	    font-size: 11px;
	}
	
	#MenuInferior .w15 {
        width: 19%;
        padding-right: 10px;
	}
	
	#MenuInferior .w15 .texto {
	    font-size: 11px;
	}
	
	#MenuInferior .w100 {
	    margin: 20px 0 0 auto;
	}
	
	#BarraCopyright .w30.mymodal {
	    width: 34%;
	}
	
	#popUp .modal{
		left:29%;
	}
	
}

@media (min-width: 1200px) and (max-width: 1439px){
    #g-navigation .g-grid {
        width: 950px;
    }
    
    #barraTopo .idiomaSelect, #barraTopo .idiomas {
        right: 8%;
    }
    
    .g-content {
        width: 950px;
    }
    
	/* Noticias */
    #news, .itemid-284 #g-mainbar{
        min-height:600px;
    }
    
    #news .filtro .item {
        height: auto;
    }
	
	#news .item{
	    width:32%;
	    margin:0 .5% 2%;
	}
	
	#news .itemImage{
	    height:200px;
	}
	
	#news .item .cat, #news .item .subcat{
	    font-size:12px;
	}
	
	#news .item h4 {
	    font-size: 20px;
	}
    
    /* Multimédia */
	
	#videos .resultsContent .videoItem{
        width:364px;
	}
	
    #videos .resultsContent .videoItem .imageVideo.iframe iframe{
        width: 365px;
        height: 215px;
    }
    
	
	#MenuInferior .w33 {
        width: 32%;
        margin-right: 65px;
	}
	
	#MenuInferior .titulo {
	    width: 100%;
	}
	
	#MenuInferior .w15 {
        width: 19%;
        padding-right: 20px;
	}
	
	#MenuInferior .w100 {
        width: 60%;
	}
	
	#popUp .modal{
		left:30%;
	}
    
}

@media (min-width: 1440px) and (max-width: 1599px){
    
    #g-navigation .g-grid {
        width: 1150px;
    }
    
    #barraTopo .idiomaSelect, #barraTopo .idiomas {
        right: 10%;
    }
    
    .g-content {
        width: 1150px;
    }
    
    
    #news{
        min-height:600px;
    }
    
    #news .itemImage {
        height: 230px;
    }
    
    /* Multimédia */
	
	#videos .resultsContent .videoItem{
        width:294px;
        margin: 0 5px 40px;
	}
	
    #videos .resultsContent .videoItem .imageVideo.iframe iframe{
        width: 294px;
        height: 210px;
    }
    
	#MenuInferior .titulo {
	    width: 80%;
	}
	
	#MenuInferior .w15 {
	    padding-right: 30px;
	}
	
	#popUp .modal{
		left:31%;
	}
}

@media (min-width: 1600px) and (max-width: 1799px){
    
    #barraTopo .idiomaSelect, #barraTopo .idiomas {
        right: 10%;
    }
    
    #news, .itemid-284 #g-mainbar{
        min-height:700px;
    }
}

@media (min-width: 1800px){
    #news, .itemid-284 #g-mainbar{
        min-height:750px;
    }
}