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

body::-webkit-scrollbar, .select2-container--bootstrap .select2-results>.select2-results__options::-webkit-scrollbar{
    width: 8px;
    background:#ddd;
}

body::-webkit-scrollbar-track, .select2-container--bootstrap .select2-results>.select2-results__options::-webkit-scrollbar-track{
	-webkit-box-shadow: none;
}

body::-webkit-scrollbar-thumb, .select2-container--bootstrap .select2-results>.select2-results__options::-webkit-scrollbar-thumb{
	background-color: #5fc3e2;
    outline: 1px solid white;
    width: 8px;
}

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

#g-navigation{
    position: fixed;
    top: 0;
    left:0;
    z-index:99;
    width:100%;
    background: #fff;
    box-shadow: 0px 5px 10px rgba(128, 128, 128, 0.34);
    height:130px;
}

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

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

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

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

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

#g-navigation .g-main-nav .g-toplevel {
    justify-content: right;
}

.g-main-nav .g-sublevel > li:hover > .g-menu-item-container, .g-main-nav .g-sublevel > li.active > .g-menu-item-container {
    background: transparent;
    color: #5fc3e2 !important;
}

#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
    font-family: 'Vox-Bold', sans-serif;
    color: #000;
    font-size: 16px;
    padding: 10px 15px;
    text-transform: capitalize;
}

.g-main-nav .g-standard .g-fade.g-dropdown {
    background: #374254;
}

.g-main-nav .g-standard .g-fade.g-dropdown .g-grid {
    width: auto !important;
}

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

.g-main-nav .g-sublevel > li > .g-menu-item-container > .g-menu-item-content > .g-menu-item-title {
    text-transform: none;
    font-family: 'FSALbert-Regular', sans-serif;
}

#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: #333;
}

.g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content > .g-menu-item-title:after {
    content: "";
    display: block;
    width: 0;
    height: 5px;
    position: absolute;
    bottom: 0px;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: -1;
}

.g-main-nav .g-toplevel > li:hover > .g-menu-item-container > .g-menu-item-content > .g-menu-item-title:after {
    width: 100%;
    z-index: -1;
    background-color: #5fc3e2;
}

.g-main-nav .g-dropdown {
    background: #000000b3;
    text-transform: capitalize;
}


#barraTopo{
    background:transparent;
}

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

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

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

#barraTopo .logo {
    position: absolute;
    top: -35px;
    width: auto;
    z-index: 9;
}

#barraTopo .logo svg {
    width: 200px;
}

#barraTopo .logo img {
    width: 190px;
}

#barraTopo .w100.icons {
    text-align: right;
    margin: 8px 0 20px;
    position: relative;
}

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

#barraTopo .w100.icons div {
    /* width: 35px; */
    height: 35px;
    display: inline-flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
}

#barraTopo .w100.icons a div {
    background: transparent;
}

#barraTopo .w100.icons div svg {
    width: 23px;
    height: 23px;
}

#barraTopo .w100.icons div svg path {
    fill: #333;
}

#barraTopo .w100.icons div.separator {
    width: 1px;
    margin: 0 10px;
}


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

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


#google_translate_element2, .skiptranslate {
    display: none !important;
}


#barraTopo .traducao {
    position: relative;
    background: transparent !important;
    display: inline-block !important;
    margin-left: 20px;
}

#barraTopo .idiomas {
    position: relative;
    z-index: 9;
    text-align: left;
    font-family: 'Vox-Bold', sans-serif;
    display: inline-block !important;
}

#barraTopo .idiomas ul {
    margin: 0;
    list-style: none;
}

#barraTopo .idiomas li {
    display: inline-block; 
    margin: 0 5px;
}

#barraTopo .idiomas a{
    background: transparent;
    color: #333;
    display: inline-block;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0;
    position: relative;
    text-align: center;
}




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

.loader svg path {
    stroke: #60c3e2;
    fill: transparent;
    stroke-dasharray: 1000;
    animation: animate 5s forwards infinite;
}

@keyframes animate {
  from { stroke-dashoffset: 1000; fill: transparent;}
  to   { stroke-dashoffset: 0px; fill: #60c3e2;}
}


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

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

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

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

#menuMobile ul#accordeonck710, #menuMobile ul#accordeonck711{
    background: #fff;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    border: 0;
}

#menuMobile ul#accordeonck710 li.level1, #menuMobile ul#accordeonck710 li.level2, #menuMobile ul#accordeonck710 li.level3, #menuMobile ul#accordeonck710 li.level4, #menuMobile ul#accordeonck711 li.level1, #menuMobile ul#accordeonck711 li.level2, #menuMobile ul#accordeonck711 li.level3, #menuMobile ul#accordeonck711 li.level4{
    border-bottom: 1px solid #1d1d1d;
}

#menuMobile #accordeonck710 li.accordeonck > span, #menuMobile #accordeonck711 li.accordeonck > span{
    text-align:left;
}

#menuMobile #accordeonck710 li.level1 > span a, #menuMobile #accordeonck710 li.level2 > span a, #menuMobile #accordeonck710 li.level3 > span a, #menuMobile #accordeonck710 li.level4 > span a, #menuMobile #accordeonck711 li.level1 > span a, #menuMobile #accordeonck711 li.level2 > span a, #menuMobile #accordeonck711 li.level3 > span a, #menuMobile #accordeonck711 li.level4 > span a{
    color: #333;
    font-weight: normal;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    text-shadow: none;
    line-height: normal;
}

#menuMobile #accordeonck710 li.level1 > span a, #menuMobile #accordeonck711 li.level1 > span a{
   font-family: 'Vox-Bold', sans-serif; 
}

#menuMobile #accordeonck710 li.level2 > span a, #menuMobile #accordeonck710 li.level3 > span a, #menuMobile #accordeonck710 li.level4 > span a, #menuMobile #accordeonck711 li.level2 > span a, #menuMobile #accordeonck711 li.level3 > span a, #menuMobile #accordeonck711 li.level4 > span a{
    font-family: 'FSALbert-Regular', sans-serif;
}

#menuMobile #accordeonck710 li.level1 > span span.accordeonckdesc, #menuMobile #accordeonck711 li.level1 > span span.accordeonckdesc{
    display:none;
}

#menuMobile #accordeonck710 ul[class^="content"], #menuMobile #accordeonck711 ul[class^="content"]{
    background: #e4e4e4;
}

#menuMobile #accordeonck710 li.level1 > span a, #menuMobile #accordeonck710 li.level2 > span a, #menuMobile #accordeonck710 li.level3 > span a, #menuMobile #accordeonck711 li.level1 > span a, #menuMobile #accordeonck711 li.level2 > span a, #menuMobile #accordeonck711 li.level3 > span a{
    padding-top:8px;
    padding-bottom:8px;
}

#menuMobile #accordeonck710 li.level1 > span a, #menuMobile #accordeonck711 li.level1 > span a{
    padding-left:10px;
}

#menuMobile #accordeonck710 li.level2 > span a, #menuMobile #accordeonck711 li.level2 > span a{
    padding-left:25px;
}

#menuMobile #accordeonck710 li.parent.open > span span.toggler_icon, #menuMobile #accordeonck711 li.parent.open > span span.toggler_icon{
    background: url(/templates/wnpc/css/imagens/nav_arrow_down_icon.png) center center no-repeat !important;
}

#menuMobile #accordeonck710 li.parent > span span.toggler_icon, #menuMobile #accordeonck711 li.parent > span span.toggler_icon{
    background: url(/templates/wnpc/css/imagens/nav_arrow_right_icon.png) center center no-repeat !important;
}

#menuMobile #accordeonck710 li.accordeonck.parent > span, #menuMobile #accordeonck711 li.accordeonck.parent > span{
    padding-right: 0;
}

#menuMobile #accordeonck710 li.parent > span span.toggler_icon, #menuMobile #accordeonck711 li.parent > span span.toggler_icon{
    right: 10px;
}

#menuMobile #accordeonck710 li.level1 > span a.isactive, #menuMobile #accordeonck711 li.level1 > span a.isactive{
    background-color: #009fcb;
    color:#fff;
}

#menuMobile #accordeonck710 li.level2 > span a.isactive, #menuMobile #accordeonck711 li.level2 > span a.isactive{
    background-color: #00a0ccb3;
    color:#fff;
}

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

#g-utility{
    position:relative;
}


#etiqueta .etiquetaItem {
    right: -10px;
    bottom: 65%;
    display: flex;
    z-index: 9;
    position: fixed;
    transition: all 250ms ease-in-out 0s;
    visibility: visible;
    flex-direction: column-reverse;
    background: #fe543f;
    padding: 10px 30px;
    -moz-transform: skew(-20deg);
    -webkit-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
    animation: fadeInEtiq 2s;
    -webkit-animation: fadeInEtiq 2s;
    -moz-animation: fadeInEtiq 2s;
    -o-animation: fadeInEtiq 2s;
    -ms-animation: fadeInEtiq 2s;
}

#etiqueta .etiquetaItem.boletim {
    bottom: 59%;
    background: #76b2c2;
}

#etiqueta .etiquetaItem .texto {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Vox-Bold', sans-serif;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -moz-transform: skew(20deg);
    -webkit-transform: skew(20deg);
    -o-transform: skew(20deg);
    -ms-transform: skew(20deg);
    transform: skew(20deg);
}

@keyframes fadeInEtiq {
  0% { 
    opacity: 0;
    -moz-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    }
  100% { opacity: 1; }
}
@-moz-keyframes fadeInEtiq {
  0% { 
    opacity: 0;
    -moz-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    }
  100% { opacity: 1; }
}

@-webkit-keyframes fadeInEtiq {
  0% { 
    opacity: 0;
    -moz-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    }
  100% { opacity: 1; }
}

@-o-keyframes fadeInEtiq {
  0% { 
    opacity: 0;
    -moz-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    }
  100% { opacity: 1; }
}

@-ms-keyframes fadeInEtiq {
  0% { 
    opacity: 0;
    -moz-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    }
  100% { opacity: 1; }
}

/* Partilha */

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

#partilha .addtoany_list.a2a_kit_size_32 a > span{
    border-radius:50%;
    background: #5fc3e2 !important;
}

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

/* Notícias */

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

#news .header{
    display:none;
}

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

#news .titulo {
    position: relative;
    z-index: 0;
}

#news .titulo .texto {
    font-family: 'Vox-Bold', sans-serif;
    font-size: 45px;
    color: #333;
    margin-bottom: 70px;
}

#news .titulo svg {
    width: 165px;
    height: auto;
    display: block;
    position: absolute;
    z-index: -1;
    top: -80px;
    left: 4%;
}


#news .sideFilter {
    -webkit-flex: 0 17%;
    -moz-flex: 0 17%;
    -ms-flex: 0 17%;
    flex: 0 17%;
    width: 17%;
    display: inline-block;
    vertical-align: top;
    padding-left: 0;
    padding-right: 20px;
    position: fixed;
}

#news .sideFilter h4{
    font-size:21px;
    font-family:'Vox-Bold', sans-serif;
    margin:10px 0 0;
    font-weight: normal;
}

#news .sideFilter input[type="text"]{
    box-shadow:none;
    border: 1px solid #009fcb;
    border-radius: 0;
}

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

#news .sideFilter #cleanfilter{
    font-family:'Vox-Bold', sans-serif;
    display:inline-block;
    margin:20px 0 0;
    text-underline-position:under;
    text-decoration:underline;
    cursor:pointer;
}

#news #find{
    position:absolute;
    top:45px;
    right:10%;
}

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

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

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

#news .pagecontent {
    position: relative;
    -webkit-flex: 0 75%;
    -moz-flex: 0 75%;
    -ms-flex: 0 75%;
    flex: 0 75%;
    width: 75%;
    left: 25%;
    padding-left: 1%;
    border-left: 1px solid #009fcb;
}

#news .item{
    width: 31%;
    display: inline-block;
    vertical-align: top;
    margin: 0 0.8% 40px 0.8%;
    height: 570px;
    overflow: hidden;
    text-align: left;
    position: relative;
    box-shadow: 0 5px 5px #ddd;
}

#news .item:hover{
    box-shadow: 0 0 11px rgb(33 33 33 / 67%);
}

#news .itemImage{
    height: 300px;
    overflow: hidden;
}

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

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

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

#news .iconFixa svg rect {
    fill: #5fc3e2;
}

#news .itemContent{
    width:100%;
    padding:20px;
}

#news .date{
    color:#9f9f9f;
    float:right;
    display:none;
}

#news .item .cat, #news .item .subcat{
    padding:5px;
    background:#24839b;
    color:#fff;
    display:inline-block;
    font-family: 'FSAlbert-Bold', sans-serif;
    font-size:15px;
    margin:0 5px 0  0;
}

#news .item .cat {
    display: none;
}

#news .item .subcat{
    background: #24839b;
    color: #fff;
}

#news .item h4{    
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-family: 'Vox-Bold', sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #333;
    line-height: 1.2;
    margin: 15px 0 0;
}

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

#news .observacao {
    font-family: 'FSAlbert-Regular', sans-serif;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

#news .itemDescription{
    font-family: 'FSAlbert-Regular', sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

#news .item .botao a {
    width: 110px;
    font-size: 14px;
    padding: 12px 0;
    background: #91c1cd;
    color: #fff;
    display: block;
    text-align: center;
    margin: 20px 0;
    border: 1px solid #91c1cd;
    font-family: 'FSAlbert-Regular', sans-serif;
    text-transform: lowercase;
}


#news .item .botao a:hover {
    background:#fff;
    color:#000;
}

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

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

#news .mobile .searchButton:hover {
    background: #009fcb;
    color: #fff;
}

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

#news #submit{
    display:none;
}


.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    font-family: 'FSAlbert-Regular', sans-serif;
    font-size: 15px;
    color: #1d1d1b;
}

.select2-container--bootstrap .select2-dropdown {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #1d1d1b;
    overflow-x: hidden;
    margin-top: -1px;
    font-family: 'FSAlbert-Regular', sans-serif;
    font-size: 15px;
    color: #1d1d1b;
}

.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection, .select2-container--bootstrap .select2-selection, .select2-container--bootstrap .select2-selection--single .select2-selection__rendered{
	border-color: #1d1d1b;
	border-radius: 0;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field, .select2-container--bootstrap .select2-selection, .select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection,.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    border: 1px solid #009fcb !important;
    font-family: 'FSAlbert-Regular', sans-serif !important;
    border-radius: 0 !important;
}

.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
    border-radius: 0 !important;
}


/* Detalhe Noticias */
    
#g-mainbar .page-header h2{
    margin:40px 0 20px;
    padding: 0 170px 0 0;
    font-family:'Vox-Bold', sans-serif;
    color:#000;
    line-height: 1.2;
}

#g-mainbar .pull-none.item-image {
    float: right;
    margin-left: 35px;
    margin-bottom: 25px;
}

#g-mainbar .pull-none.item-image img {
    max-width: 500px;
}

#g-mainbar a {
    color: #24839b;
}

#g-mainbar .item {
    text-align: center;
    margin: 50px 0;
}

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

#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 .multipleImages50, #g-mainbar .multipleImages{
    text-align:center;
    margin:75px 0 45px;
}

#g-mainbar .multipleImages50 .item-image, #g-mainbar .multipleImages .item-image{
    float:none;
    margin:0 .5% 2%;
    width:49%;
    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{
    font-family: 'FSAlbert-Regular', sans-serif;
    display:inline-block;
    color:#fff;
    padding:5px 10px;
    font-weight:100;
    border-radius: 0;
    background:#fe543f;
    border:1px solid #fe543f;
    text-decoration:none;
    margin:0 10px 10px 0;
}

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

#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 {
    width: 1350px;
}

.pager.pagenav a, .pagenavigation a {
    background: #009fcb;
    color: #fff !important;
    font-family: 'FSAlbert-Regular', sans-serif;
    border: 1px solid #009fcb;
    border-radius: 50px;
    font-size: 12px;
    font-weight: normal;
}

.pager.pagenav a:hover, .pager.pagenav a:active, .pager.pagenav a:focus, .pagenavigation a:hover, .pagenavigation a:active, .pagenavigation a:focus {
    background: #fff;
    color: #000 !important;
    border: 1px solid #009fcb;
}


/* Artigo Modelo */

#g-mainbar h2{
    font-family:'Vox-Bold', sans-serif;
    margin:10px 0 20px;
    color:#000;
    font-weight: normal;
}

#g-mainbar h3{
    font-family:'FSAlbert-ExtraBold',sans-serif;
    margin:10px 0 20px;
    color:#000;
    font-weight: normal;
}

#g-mainbar h4{
    font-family:'FSAlbert-Bold',sans-serif;
    margin:10px 0 20px;
    color:#000;
    font-weight: normal;
}

#g-mainbar p, #g-mainbar ul li,#g-maindar ol li{
    font-size:17px;
    font-family:'FSAlbert-Regular', sans-serif;
    color:#1d1d1b;
    text-align:justify;
}


table tbody td{
	color: #1d1d1b;
    font-family: 'FSAlbert-Regular',sans-serif;
}


#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 .g-content{
    width: 1350px;
    margin:50px auto;
    padding:0;
}

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

#videos .titulo {
    font-family: 'Vox-Bold', sans-serif;
    font-size: 45px;
    color: #333;
    margin-bottom: 20px;
}

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

#videos .searchBar {
    -webkit-flex: 0 17%;
    -moz-flex: 0 17%;
    -ms-flex: 0 17%;
    flex: 0 17%;
    width: 17%;
    display: inline-block;
    vertical-align: top;
    padding-left: 0;
    padding-right: 20px;
    position: fixed;
}

#videos .searchBar h3{
    font-size: 21px;
    font-family: 'Vox-Bold', sans-serif;
    margin: 10px 0 0;
    font-weight: normal;
}

#videos .searchBar input[type="text"]{
    box-shadow: none;
    border: 1px solid #009fcb;
    border-radius: 0;
}


#videos .searchBar #cleanfilter{
    font-family: 'Vox-Bold', sans-serif;
    display: inline-block;
    margin: 20px 0 0;
    text-underline-position: under;
    text-decoration: underline;
    cursor: pointer;
}

#videos #find{
    position:absolute;
    top:45px;
    right:8%;
    margin:0;
}

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

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

#videos .noResults{
    font-family: 'Vox-Bold', sans-serif;
    font-weight: normal;
    min-height:400px;
}

#videos .resultsContent {
    -webkit-flex: 0 75%;
    -moz-flex: 0 75%;
    -ms-flex: 0 75%;
    flex: 0 75%;
    width: 75%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    left: 25%;
    padding-left: 1%;
    border-left:1px solid #009fcb;
}

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

#videos .mobile .searchButton {
    font-family: 'FSAlbert-Regular', sans-serif;
    display: inline-block;
    background: transparent;
    border: 1px solid #009fcb;
    padding: 5px 15px;
    color: #333;
    border-radius: 0;
    margin: 0 0 15px;
}

#videos .mobile .searchButton:hover {
    background: #009fcb;
    color: #fff;
}

#videos .closeSearch {
    font-family: 'FSAlbert-Regular', sans-serif;
    float: right;
    margin: 15px 0;
    padding: 5px 10px;
    border: 1px solid #3c3c3c8a;
    border-radius: 0;
}

#videos .resultsContent .videoItem{
    width: 49%;
    display: inline-block;
    vertical-align: top;
    padding-right: 0.5%;
    padding-left: 0.5%;
    margin-top: 12px;
    margin-bottom: 50px;
}

#videos .videoItem .overlay {
    position: relative;
    /* margin-bottom: -315px; */
    background: rgb(0 0 0 / 0.3);
    z-index: 9999;
    display: flex;
    cursor: pointer;
    text-align: center;
    justify-content: center;
    align-items: center;
}

#videos .videoItem .video {
    overflow: hidden;
}

#videos .videoItem .video, #videos .videoItem .overlay {
    width: 100%;
    /* height: 315px !important; */
}

#videos .videoItem iframe {
    width: 100%;
    height: 250px !important;
}

#videos .videoItem h5 {
    display: none;
    font-family: 'FSAlbert-Bold', sans-serif;
    font-size: 22px;
    color: #000;
    margin-top: 0;
    line-height: 1;
    font-weight: 100;
    margin-bottom: 0px;
    padding: 20px 0.5%;
    text-align: left;
}

#videos .seeVideo {
    position: fixed;
    z-index: 9999999;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 0.8);
    top: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
}

#videos .seeVideo #closeVideo {
    position: fixed;
    top: 148px;
    right: 90px;
    width: 50px;
    height: 50px;
    line-height: 1;
    background: #000;
}

#videos .seeVideo .video {
    margin-top: 90px;
}

#videos .seeVideo .video iframe {
    width: 1000px !important;
    height: 600px !important;
}

#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;
}

#g-mainbar .g-content{
    width: 1350px;
    margin: 50px 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-weight:bold;
	font-family:'Vox-Bold', sans-serif;
	color:#000;
	padding-top:10px;
	font-weight: normal;
}

#contact-form form{
	background: #fff;
    box-shadow: none;
    border-radius: 20px;
	font-family:'Vox-Bold', 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-size:20px;
}

#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:#333;
	font-size:24px;
	font-family: 'FSAlbert-Regular', sans-serif;
}

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

.contact-form .controls .btn-primary{
    outline: none;
    box-shadow: none;
    font-weight: normal;
    width: 150px;
    font-size: 18px;
    padding: 10px 0;
    background: #5fc3e2;
    color: #fff;
    display: block;
    text-align: center;
    margin: 20px 1.75% 20px auto;
    border-radius: 0;
    border: 1px solid #5fc3e2;
    font-family: 'FSAlbert-Regular',sans-serif;
}

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

.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 h3{
	font-family: 'Vox-Bold', sans-serif;
	margin-top: 20px;
}

.contact-miscinfo .texto {
    margin-bottom: 20px;
}

.contact-miscinfo p {
    margin: 0;
}

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

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

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



#g-bottom {
    padding: 0;
}

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

#g-totop {
    position: fixed;
    bottom: 40px;
    right: 0;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    margin: 0;
    width: 40px;
    height: 40px;
    color: #fff;
    background: #5fc3e2;
    border-radius: 50px 0 0 50px;
}

#g-totop .fa {
    display: block;
    font-size: 25px;
    margin: 0;
    width: 40px;
    height: 40px;
}

#g-totop .fa:before {
    width: 20px;
    height: 20px;
    display: block;
    margin: 5px auto;
}



#g-copyright{
    padding: 0;
    z-index: 9;
    position: relative;
}


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

#MenuInferior .custom {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#MenuInferior .bloco {
    width: 1350px;
    margin: 0 auto;
    padding: 50px 0 100px 0;
}

#MenuInferior .w100.first {
    width: 39%;
}

#MenuInferior .w100 {
    width: 60%;
    margin-left: 0;
    margin-right: 0;
    border-left: 0px;
    padding: 40px 0 0 0;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}

#MenuInferior .w100 .boxMenu {
    padding: 0 25px 0 0;
    color: #fff;
    margin-bottom: 30px;
    margin-top: 20px;
}

#MenuInferior .w25 {
    width: 100%;
    display: inline-block;
    vertical-align: bottom;
    color: #fff;
    margin: 0;
    margin-right: 10px;
}

#MenuInferior .w25 img {
    width: 350px;
    padding: 0 40px 0 0;
    margin: 0px 0 20px 0px;
    display: inline-block;
}

#MenuInferior .w25 .icons {
    width: 60%;
    text-align: center;
}

#MenuInferior .w25 .icons div {
    width: 30px;
    height: 30px;
    display: inline-flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
}

#MenuInferior .w25 .icons svg path {
    fill: #fff;
}

#MenuInferior .w50 {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    padding: 10px 10px 0 10px;
}

#MenuInferior .titulo {
    font-size: 30px;
    color: #fff;
    font-family: 'Vox-Bold', sans-serif;
}

#MenuInferior .titulo a {
    color: #fff;
}

#MenuInferior .titulo a:hover {
    border-bottom: 1px solid #fff;
}


#BarraCopyright {
    background: #374254;
    border-top: 1px solid #374254;
    padding-top: 0;
}

#BarraCopyright .g-content {
    padding: 10px 50px !important;
    margin: 0 auto;
    width: 1350px;
}

#BarraCopyright .w30 {
    width: 30%;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

#BarraCopyright .w30 img {
    width: auto;
    max-width: 100px;
    height: auto;
    opacity: 1;
}

#BarraCopyright .company {
    text-align: right;
}

#BarraCopyright .company .text {
    width: 195px;
    display: inline-block;
    vertical-align: middle;
    visibility: hidden;
    -webkit-transition: width 1s, visibility 2000ms ease-in-out;
    -moz-transition: width 1s, visibility 2000ms ease-in-out;
    -o-transition: width 1s, visibility 2000ms ease-in-out;
    transition: width 1s, visibility 2000ms ease-in-out;
}

#BarraCopyright .company:hover .text {
    visibility: visible;
}

#BarraCopyright .company .text p {
    margin: 0;
    font-size: 12px;
    text-align: center;
    font-family: 'FSAlbert-Regular',sans-serif;
    font-weight: normal;
    color: #fff;
}

#BarraCopyright .company img {
    height: 30px;
    margin: 0px 5px;
    display: inline-block;
    vertical-align: middle;
    opacity: 0.4;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

#BarraCopyright .company:hover img {
    opacity: 1;
}

#BarraCopyright .w40 {
    width: 39%;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    text-align: center;
    font-family: 'FSAlbert-Regular',sans-serif;
    color: #fff;
}

#BarraCopyright .w40 a, #BarraCopyright .w40 a:hover {
    color: #fff;
    text-decoration: none;
}


#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: 50%;
    transform: translate(-50%, 0);
}
#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 {
    font-family: 'FSAlbert-Regular',sans-serif;
    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 {
    font-family: 'FSAlbert-Regular',sans-serif;
    color: #000;
    background: transparent;
    border: 1px solid #dedede;
    text-align: left;
}
#popUp p {
    font-family: 'Guatami', sans-serif;
    color: #000;
    padding: 10px;
	font-size: 13px;
	margin:0px;
}
#popUp a {
    color: #000;
}
#popUp a:hover {
    border-bottom: 1px solid #e74c3c;
}
#popUp .modal-footer {
    background: #fff
}
#popUp .modal-footer button {
    outline: none;
    font-family: 'FSAlbert-Bold',sans-serif;
    font-size: 18px;
    background: #fff;
    color: #000;
    border: 1px solid #000;
    font-weight: normal;
}
#popUp .modal-footer button:hover, #popUp .modal-footer button:active, #popUp .modal-footer button:focus {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}


@media (max-width: 361px){
    
    #partilha {
        position: relative;
        right: auto;
        top: 0;
        text-align: center;
    }

    #g-navigation{
        height:105px;
    }

	#g-navigation .g-grid {
        width: auto;
    }

	#barraTopo .g-content{
	    padding:0 2%;
	}
	
	#barraTopo .logo svg {
        width: 125px;
    }

    #barraTopo .logo img {
        width: 125px;
    }
    
    #barraTopo .w100.icons div svg {
        width: 20px;
        height: 20px;
    }
    
    #barraTopo .traducao {
        margin-left: 10px;
    }
    
    #barraTopo .idiomas a {
        font-size:14px;
    }
	
	#barraTopo .links a {
        padding: 0 2px;
        margin: 2px 0;
        font-size: 11px;
    }
    
    #barraTopo .interior a {
        font-size: 12px;
    }
    
    #g-navigation .g-block{
        flex-basis:auto;
    }
	
    #menu-8431-particle{
        display:none;
    }
    
    #g-navigation .g-social{
        margin: 0 20% 0 auto;
        width: 18%;
    }
    
    #g-navigation .g-social .g-social-items{
        text-align: center;
    }
    
    #barraTopo .mobile{
        display:block;
    }
    
    #barraTopo .menu {
        bottom: 10px;
    }
    
    #menuMobile {
        top: 105px;
    }
    
    #menuMobile .logo img {
        width: 225px;
    }
    
    #etiqueta .etiquetaItem {
        padding: 10px 15px;
    }
    
    #etiqueta .etiquetaItem .texto {
        font-size: 12px;
    }
    
    
	#g-mainbar .g-content{
		margin:0;
		padding:10px;
	}
	
    #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 .addtoany_list.a2a_kit_size_32 a > span {
        width: 25px;
        height: 25px;
        line-height: 25px;
    }
    
    #partilha .a2a_svg svg {
        width: 20px;
        height: 20px;
    }
    
    #g-mainbar .page-header h2 {
        font-size: 24px;
        padding: 0 110px 0 0;
    }
    
    #g-mainbar h3 {
        font-size: 20px;
    }
    
    #g-mainbar p, #g-mainbar ul li, #g-maindar ol li {
        font-size: 15px;
    }
    
    /* Noticias */
	
	#news .titulo svg {
	    width: 125px;
	    top: -70px;
	}
	
	 #news .titulo .texto {
        font-size: 28px;
        margin-bottom: 30px;
    }
    
    #news .g-content {
        width: auto;
        padding: 0 2%;
    }
    
    #news .sideFilter{
        width: 100%;
        left: -100%;
        padding: 30px 4% 0;
        border-right:0;
        transition:all ease-in .5s;
        top: 105px;
        z-index: 9;
        background: #fff;
        height: 100%;
    }
    
    #news .sideFilter h4 {
        font-size: 16px;
    }
    
    #news #find {
        top: 70px;
        right: 6%;
    }
    
    #news .sideFilter #cleanfilter, #news .mobile .searchButton, #news .closeSearch {
        font-size: 14px;
    }
    
    #news .mobile, #news .closeSearch{
        display:block;
    }
	
	#news .pagecontent {
	    padding: 0;
        border: 0;
        left: 0;
	    -webkit-flex: 0 100%;
        -moz-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        width: 100%;
	}
	
	#news .header h3{
	    font-size:30px;
        margin:50px 0 10px;
	}
	
	#news .item{
	    width:100%;
	    margin:0 0 20px;
	    height:auto;
	}
	
	#news .itemImage{
	    height:auto;
	}
	
	#news .iconFixa svg {
	    height: 40px;
	}
	
	#news .item .cat, #news .item .subcat {
	    font-size: 12px;
	}
	
	#news .itemDescription {
	    font-size: 14px;
	}
	
	#news .item .botao a {
        width: 100px;
        font-size: 12px;
        padding: 15px 0;
    }
	
	/* Detalhe Notícias */
	
	#g-mainbar .g-content {
	    width: auto;
	    margin: 0 auto;
	    padding: 0 2%;
	}
	
	#g-mainbar h2 {
	    font-size: 24px;
	}
	
	#g-mainbar .pull-none.item-image{
	    float:none;
	    margin-left:0;
	}
	
	#g-mainbar .pull-none.item-image img {
        max-width: 100%;
    }
    
    #g-mainbar .item {
        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 .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 {
        width: auto;
        position: relative;
    }
    
    /* Multimédia */
    
    
    #videos .g-content {
        width: auto;
        padding: 0 2%;
    }
    
    #videos .titulo {
        font-size: 28px;
    }
    
    #videos .searchBar h3 {
        font-size: 16px;
    }
    
    #videos .searchBar{
        width: 100%;
        left: -100%;
        padding: 30px 4% 0;
        border-right:0;
        transition:all ease-in .5s;
        top: 105px;
        z-index: 9;
        background: #fff;
        height: 100%;
    }
    
    #videos .searchBar .searchBarContent {
        width:100%;
        position: relative;
        
    }
    #videos #find {
        top: 30px;
        right: 2%;
    }
    
    #videos .mobile, #videos .closeSearch{
        display:block;
    }
    
    #videos .searchBar #cleanfilter, #videos .mobile, #videos .closeSearch {
        font-size:14px;
    }
	
	#videos .resultsContent{
	    -webkit-flex: 0 100%;
        -moz-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        width: 100%;
	    left:0;
        border: 0;
	    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: 300px;
        height: 200px;
    }
	
	/*Formulário*/
	
	#contact-form, .contact-form{
		margin-top:0px;
		width:100%;
	}
	
	#contact-form .controls{
		margin-top:15px;
	}
	
	.contact-form label {
	    font-size: 18px;
	}
	
	#contact-form .controls input, #contact-form .controls textarea {
        min-height: 35px;
        font-size: 16px;
	}
	
	.contact-form .controls .btn-primary {
	    width: 120px;
        font-size: 16px;
	}
	
	.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;
	}
	
	
	#MenuInferior .bloco {
	    width: auto;
        padding: 50px 2% 100px;
	}
	
	#MenuInferior .w100, #MenuInferior .w100.first {
	    width: 100%;
	}
	
	#MenuInferior .w25 img {
        width: 260px;
	}
    
    #MenuInferior .w25 .icons div {
        width: 30px;
        height: 30px;
    }
    
    #MenuInferior .w50 {
        width: 48%;
    }
	
	#MenuInferior .titulo {
        font-size: 20px;
	}
	
	#BarraCopyright .g-content {
	    width: auto;
	    padding: 10px 2% !important;
	}
	
	#BarraCopyright .w30.mymodal {
	    display: none;
	}

    #BarraCopyright .w30 {
        width: 24%;
    }
    
    #BarraCopyright .w40 {
        width: 74%;
        font-size: 12px;
    }
    
    #BarraCopyright .company .text {
	    display: none;
        width: 135px;
    }
	
	#popUp table tbody td {
		font-size: 14px;
	}
	
	#popUp .modal{
		right: auto;
	}
	
	#popUp .modal-footer button {
	    font-size: 14px;
	}
	
}

@media (min-width: 362px) and (max-width: 469px) {
    
    #partilha {
        position: relative;
        right: auto;
        top: 0;
        text-align: center;
    }
    
   #g-navigation{
        height:105px;
    }

	#g-navigation .g-grid {
        width: auto;
    }

	#barraTopo .g-content{
	    padding:0 2%;
	}
	
	#barraTopo .logo svg {
        width: 125px;
    }

    #barraTopo .logo img {
        width: 125px;
    }
    
    #barraTopo .w100.icons div svg {
        width: 20px;
        height: 20px;
    }
    
    #barraTopo .idiomas a {
        font-size:14px;
    }
	
	#barraTopo .links a {
        padding: 0 2px;
        margin: 2px 0;
        font-size: 11px;
    }
    
    #barraTopo .interior a {
        font-size: 12px;
    }
    
    #g-navigation .g-block{
        flex-basis:auto;
    }
	
    #menu-8431-particle{
        display:none;
    }
    
    #g-navigation .g-social{
        margin: 0 20% 0 auto;
        width: 18%;
    }
    
    #g-navigation .g-social .g-social-items{
        text-align: center;
    }
    
    #barraTopo .mobile{
        display:block;
    }
    
    #barraTopo .menu {
        bottom: 10px;
    }
    
    #menuMobile {
        top: 105px;
    }
    
    #menuMobile .logo img {
        width: 225px;
    }
    
    #etiqueta .etiquetaItem {
        padding: 10px 15px;
    }
    
    #etiqueta .etiquetaItem .texto {
        font-size: 12px;
    }
	
    #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 .addtoany_list.a2a_kit_size_32 a > span {
        width: 25px;
        height: 25px;
        line-height: 25px;
    }
    
    #partilha .a2a_svg svg {
        width: 20px;
        height: 20px;
    }
    
    #g-mainbar .page-header h2 {
        padding: 0 110px 0 0;
    }
    
    #g-mainbar h3 {
        font-size: 22px;
    }
    
    #g-mainbar p, #g-mainbar ul li, #g-maindar ol li {
        font-size: 15px;
    }
    
    /* Noticias */
	
	#news .titulo svg {
	    width: 125px;
	    top: -70px;
	}
	
	 #news .titulo .texto {
        font-size: 30px;
        margin-bottom: 30px;
    }
    
    #news .g-content {
        width: auto;
        padding: 0 2%;
    }
    
    #news .sideFilter{
        width: 100%;
        left: -100%;
        padding: 30px 4% 0;
        border-right:0;
        transition:all ease-in .5s;
        top: 105px;
        z-index: 9;
        background: #fff;
        height: 100%;
    }
    
    #news .sideFilter h4 {
        font-size: 16px;
    }
    
    #news #find {
        top: 70px;
        right: 6%;
    }
    
    #news .sideFilter #cleanfilter, #news .mobile .searchButton, #news .closeSearch {
        font-size: 14px;
    }
    
    #news .mobile, #news .closeSearch{
        display:block;
    }
	
	#news .pagecontent {
	    -webkit-flex: 0 100%;
        -moz-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        width: 100%;
	    left:0;
        border: 0;
	    padding: 0;
	}
	
	#news .header h3{
	    font-size:30px;
        margin:50px 0 10px;
	}
	
	#news .item{
	    width:100%;
	    margin:0 0 20px;
	    height:auto;
	}
	
	#news .itemImage{
	    height:auto;
	}
	
	#news .iconFixa svg {
	    height: 40px;
	}
	
	#news .item .cat, #news .item .subcat {
	    font-size: 12px;
	}
	
	#news .itemDescription {
	    font-size: 14px;
	}
	
	#news .item .botao a {
        width: 100px;
        font-size: 12px;
        padding: 15px 0;
    }
	
	/* Detalhe Notícias */
	
	#g-mainbar .g-content {
	    width: auto;
	    margin: 0 auto;
	    padding: 0 2%;
	}
	
	#g-mainbar h2 {
	    font-size: 24px;
	}
	
	#g-mainbar .pull-none.item-image{
	    float:none;
	    margin-left:0;
	}
	
	#g-mainbar .pull-none.item-image img {
        max-width: 100%;
    }
    
    #g-mainbar .item {
        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 .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 {
        width: auto;
        position: relative;
    }
    
    /* Multimédia */
    
    #videos .g-content {
        width: auto;
        padding: 0 2%;
    }
    
    #videos .titulo {
        font-size: 30px;
    }
    
    #videos .searchBar h3 {
        font-size: 16px;
    }
    
    #videos .searchBar{
        width: 100%;
        left: -100%;
        padding: 30px 4% 0;
        border-right:0;
        transition:all ease-in .5s;
        top: 105px;
        z-index: 9;
        background: #fff;
        height: 100%;
    }
    
    #videos .searchBar .searchBarContent {
        width:100%;
        position: relative;
        
    }
    #videos #find {
        top: 30px;
        right: 2%;
    }
    
    #videos .mobile, #videos .closeSearch{
        display:block;
    }
    
    #videos .searchBar #cleanfilter, #videos .mobile, #videos .closeSearch {
        font-size:14px;
    }
	
	#videos .resultsContent {
	    -webkit-flex: 0 100%;
        -moz-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        width: 100%;
	    left:0;
        border: 0;
	    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 label {
	    font-size: 20px;
	}
	
	#contact-form .controls input, #contact-form .controls textarea {
        min-height: 35px;
        font-size: 16px;
	}
	
	.contact-form .controls .btn-primary {
	    width: 120px;
        font-size: 16px;
	}
	
	.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;
	}
	
	
	#MenuInferior .bloco {
	    width: auto;
        padding: 50px 2% 100px;
	}
	
	#MenuInferior .w100, #MenuInferior .w100.first {
	    width: 100%;
	}
	
	#MenuInferior .w25 img {
        width: 260px;
	}
    
    #MenuInferior .w25 .icons div {
        width: 30px;
        height: 30px;
    }
    
    #MenuInferior .w50 {
        width: 48%;
    }
	
	#MenuInferior .titulo {
        font-size: 22px;
	}
	
	#BarraCopyright .g-content {
	    width: auto;
	    padding: 10px 2% !important;
	}
	
	#BarraCopyright .w30.mymodal {
	    display: none;
	}

    #BarraCopyright .w30 {
        width: 24%;
    }
    
    #BarraCopyright .w40 {
        width: 74%;
        font-size: 12px;
    }
    
    #BarraCopyright .company .text {
	    display: none;
        width: 135px;
    }
	
	#popUp table tbody td {
		font-size: 14px;
	}
	
	#popUp .modal{
		right: auto;
	}
	
	#popUp .modal-footer button {
	    font-size: 14px;
	}
	
}

@media (min-width: 470px) and (max-width:591px) {
    
    #partilha {
        position: relative;
        right: auto;
        top: 0;
        text-align: center;
    }
    
    #g-navigation{
        height:105px;
    }

	#g-navigation .g-grid {
        width: auto;
    }

	#barraTopo .g-content{
	    padding:0 2%;
	}
	
	#barraTopo .logo svg {
        width: 125px;
    }

    #barraTopo .logo img {
        width: 125px;
    }
    
    #barraTopo .w100.icons div svg {
        width: 20px;
        height: 20px;
    }
    
    #barraTopo .idiomas a {
        font-size:16px;
    }
	
	#barraTopo .links a {
        padding: 0 2px;
        margin: 2px 0;
        font-size: 11px;
    }
    
    #barraTopo .interior a {
        font-size: 12px;
    }
    
    #g-navigation .g-block{
        flex-basis:auto;
    }
	
    #menu-8431-particle{
        display:none;
    }
    
    #g-navigation .g-social{
        margin: 0 20% 0 auto;
        width: 18%;
    }
    
    #g-navigation .g-social .g-social-items{
        text-align: center;
    }
    
    #barraTopo .mobile{
        display:block;
    }
    
    #menuMobile {
        top: 105px;
    }
    
    #etiqueta .etiquetaItem {
        padding: 10px 15px;
    }
    
    #etiqueta .etiquetaItem .texto {
        font-size: 14px;
    }
    
    #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%;
    }
    
    .addtoany_list.a2a_kit_size_32 > a {
        padding: 0;
    }
    
    #partilha .addtoany_list.a2a_kit_size_32 a > span {
        width: 25px;
        height: 25px;
        line-height: 25px;
    }
    
    #partilha .a2a_svg svg {
        width: 20px;
        height: 20px;
    }
    
    #g-mainbar .page-header h2 {
        padding: 0 110px 0 0;
    }
    
    #g-mainbar h3 {
        font-size: 24px;
    }
    
    /* Noticias */
	
	#news .titulo svg {
	    width: 125px;
	    top: -70px;
	}
	
	 #news .titulo .texto {
        font-size: 30px;
        margin-bottom: 30px;
    }
    
    #news .g-content {
        width: auto;
        padding: 0 2%;
    }
    
    #news .sideFilter{
        width: 100%;
        left: -100%;
        padding: 30px 4% 0;
        border-right:0;
        transition:all ease-in .5s;
        top: 105px;
        z-index: 9;
        background: #fff;
        height: 100%;
    }
    
    #news .sideFilter h4 {
        font-size: 18px;
    }
    
    #news #find {
        top: 73px;
        right: 6%;
    }
    
    #news .sideFilter #cleanfilter, #news .closeSearch {
        font-size: 16px;
    }
    
    #news .mobile, #news .closeSearch{
        display:block;
    }
	
	#news .pagecontent {
	    -webkit-flex: 0 100%;
        -moz-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        width: 100%;
	    left:0;
        border: 0;
	    padding: 0;
	}
	
	#news .header h3{
	    font-size:30px;
        margin:50px 0 10px;
	}
	
	#news .item{
	    width:100%;
	    margin:0 0 20px;
	    height:auto;
	}
	
	#news .iconFixa svg {
	    height: 40px;
	}
	
	#news .item .cat, #news .item .subcat {
	    font-size: 14px;
	}
	
	#news .itemDescription {
	    font-size: 14px;
	}
	
	#news .item .botao a {
        width: 100px;
        font-size: 14px;
    }
	
	/* Detalhe Notícias */
	
	#g-mainbar .g-content {
	    width: auto;
	    margin: 0 auto;
	    padding: 0 2%;
	}
	
	#g-mainbar h2 {
	    font-size: 24px;
	}
	
	
	#g-mainbar .pull-none.item-image{
	    float:none;
	    margin-left:0;
	}
	
	#g-mainbar .pull-none.item-image img {
        max-width: 100%;
    }
    	
	#g-mainbar .item {
        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 .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 {
        width: auto;
        position: relative;
    }
    
    /* Multimédia */
    
    #videos .g-content {
        width: auto;
        padding: 0 2%;
    }
    
    #videos .titulo {
        font-size: 30px;
    }
    
    #videos .searchBar h3 {
        font-size: 18px;
    }
    
    #videos .searchBar{
        width: 100%;
        left: -100%;
        padding: 30px 4% 0;
        border-right:0;
        transition:all ease-in .5s;
        top: 105px;
        z-index: 9;
        background: #fff;
        height: 100%;
    }
    
    #videos .searchBar .searchBarContent {
        width:100%;
        position: relative;
        
    }
    #videos #find {
        top: 35px;
        right: 2%;
    }
    
    #videos .mobile, #videos .closeSearch{
        display:block;
    }
    
    #videos .searchBar #cleanfilter, #videos .closeSearch {
        font-size: 16px;
    }
	
	#videos .resultsContent, #videos .header{
	    -webkit-flex: 0 100%;
        -moz-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        width: 100%;
	    left:0;
        border: 0;
	    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-form label {
	    font-size: 20px;
	}
	
	#contact-form .controls input, #contact-form .controls textarea {
        min-height: 45px;
        font-size: 18px;
	}
	
	.contact-miscinfo{
		width:100%;
	}
	
	.contact-miscinfo .dl-horizontal dd {
		margin-left: 0px;
	}
	
	.contact-miscinfo .logo {
		margin-left:0px; 
	}
	
	
	#MenuInferior .bloco {
	    width: auto;
        padding: 50px 2% 100px;
	}
	
	#MenuInferior .w100, #MenuInferior .w100.first {
	    width: 100%;
	}
	
	#MenuInferior .w25 img {
        width: 260px;
	}
	
	#MenuInferior .w25 .icons {
        width: 45%;
	}
    
    #MenuInferior .w25 .icons div {
        width: 30px;
        height: 30px;
    }
    
    #MenuInferior .w50 {
        width: 32%;
    }
	
	#MenuInferior .titulo {
        font-size: 22px;
	}
	
	#BarraCopyright .g-content {
	    width: auto;
	    padding: 10px 2% !important;
	}
	
	#BarraCopyright .w30.mymodal {
	    display: none;
	}

    #BarraCopyright .w30 {
        width: 28%;
    }
    
    #BarraCopyright .w40 {
        width: 71%;
        font-size: 14px;
    }
    
    #BarraCopyright .company .text {
	    display: none;
        width: 135px;
    }
	
	#popUp table tbody td {
		font-size: 14px;
	}
	
	#popUp .modal{
		right: auto;
	}
	
	#popUp .modal-footer button {
	    font-size: 14px;
	}
	
}

@media (min-width: 592px) and (max-width: 767px) {
    #g-navigation{
        height:105px;
    }
    
    #g-navigation .g-grid {
        width: auto;
    }

	#barraTopo .g-content{
	    padding:0 2%;
	}
	
	#barraTopo .logo svg {
        width: 125px;
    }

    #barraTopo .logo img {
        width: 125px;
    }
    
    #barraTopo .w100.icons div svg {
        width: 20px;
        height: 20px;
    }
    
    #barraTopo .idiomas a {
        font-size:16px;
    }
	
	#barraTopo .links a {
        padding: 0 2px;
        margin: 2px 0;
        font-size: 11px;
    }
    
    #barraTopo .interior a {
        font-size: 12px;
    }
    
    #g-navigation .g-block{
        flex-basis:auto;
    }
	
    #menu-8431-particle{
        display:none;
    }
    
    #g-navigation .g-social{
        margin: 0 20% 0 auto;
        width: 18%;
    }
    
    #g-navigation .g-social .g-social-items{
        text-align: center;
    }
    
    #barraTopo .mobile{
        display:block;
    }
    
    #menuMobile {
        top: 105px;
    }
    
    #etiqueta .etiquetaItem .texto {
        font-size: 14px;
    }
    
    #g-mainbar .corpo .w50, #g-mainbar .corpo .w33, #g-mainbar .corpo .w25, #g-mainbar .corpo .center {
        margin: 50px 0;
    }
	
    /* Noticias */
	
	#news .titulo svg {
	    width: 150px;
	}
	
	 #news .titulo .texto {
        font-size: 40px;
        margin-bottom: 30px;
    }
    
    #news .g-content {
        width: auto;
        padding: 0 2%;
    }
    
    #news .sideFilter{
        width: 100%;
        left: -100%;
        padding: 30px 4% 0;
        border-right:0;
        transition:all ease-in .5s;
        top: 105px;
        z-index: 9;
        background: #fff;
        height: 100%;
    }
    
    #news #find {
        top: 78px;
        right: 6%;
    }
    
    #news .mobile, #news .closeSearch{
        display:block;
    }
	
	#news .pagecontent {
	    -webkit-flex: 0 100%;
        -moz-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        width: 100%;
	    left:0;
        border: 0;
	    padding: 0;
	}
	
	#news .header h3{
	    font-size:30px;
        margin: 0 0 10px;
	}
	
	#news .item{
	    width:48%;
        height: 370px;
	    margin:0 .5% 30px;
	}
	
	#news .itemImage{
	    height:150px;
	}
	
	#news .iconFixa svg {
	    height: 40px;
	}
	
	#news .cat{
	    padding:3px;
	    font-size:13px;
	}
	
	#news .item .subcat{
	    display:none;
	}
	
	/* Detalhe Notícias */
	
	#g-mainbar .g-content {
	    width: auto;
	    padding: 0 2%;
	}
	
	#g-mainbar h2 {
	    font-size: 26px;
	}
	
	#g-mainbar .pull-none.item-image img {
        max-width: 250px;
    }
	
	#g-mainbar .item {
        margin: 25px 0;
	}
	
	#g-mainbar .item .pressRelease iframe {
	    width: 100% !important;
	}
	
	#g-mainbar .pressRelease .itens .item iframe {
	    width: 100% !important;
	}
	
	#g-mainbar .multipleImages .item-image {
        width: 49%;
    }
	
    #g-mainbar .video iframe {
        width:592px;
        height:330px;
    }
    
    
    .pager.pagenav {
        width: auto;
    }
    
    /* Multimédia */
    
    #videos .g-content {
        width: auto;
        padding: 0 2%;
    }
    
    #videos .titulo {
        font-size: 40px;
    }
    
    #videos .searchBar h3 {
        font-size: 20px;
    }
    
    #videos .searchBar{
        width: 100%;
        left: -100%;
        padding: 30px 4% 0;
        border-right:0;
        transition:all ease-in .5s;
        top: 105px;
        z-index: 9;
        background: #fff;
        height: 100%;
    }
    
    #videos .searchBar .searchBarContent {
        width:100%;
        position: relative;
        
    }
    #videos #find {
        top: 37px;
        right: 2%;
    }
    
    #videos .mobile, #videos .closeSearch{
        display:block;
    }
	
	#videos .resultsContent {
	    -webkit-flex: 0 100%;
        -moz-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        width: 100%;
	    left:0;
        border: 0;
	    padding: 0;
	}
	
	#videos .header h3{
	    font-size:30px;
        margin: 0 0 10px;
	}
	
	#videos .videoItem iframe {
	    height: 185px !important;
	}
	
    #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; 
	}
	
	#MenuInferior .bloco {
	    width: auto;
        padding: 50px 2% 100px;
	}
	
	#MenuInferior .w25 .icons {
        width: 85%;
    }
    
    #MenuInferior .w25 .icons div {
        width: 30px;
        height: 30px;
    }
    
    #MenuInferior .w50 {
        width: 32%;
    }
	
	#MenuInferior .titulo {
        font-size: 18px;
	}
	
	#BarraCopyright .g-content {
	    width: auto;
	    padding: 10px 2% !important;
	}

    #BarraCopyright .w30 {
        width: 28%;
    }
    
    #BarraCopyright .w40 {
        width: 42%;
        font-size: 14px;
    }
    
    #BarraCopyright .company .text {
        width: 135px;
    }
	
	#popUp table tbody td {
		font-size: 14px;
	}
	
	#popUp .modal{
		right: auto;
	}
	
	#popUp .modal-footer button {
	    font-size: 14px;
	}
	
	
}

@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-grid {
        width: 750px;
    }
    
    #g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
        padding: 10px 5px;
        font-size: 12px;
    }
    
    #barraTopo .logo svg {
        width: 125px;
    }

    #barraTopo .logo img {
        width: 125px;
    }
    
    #barraTopo .w100.icons div svg {
        width: 22px;
        height: 22px;
    }
    
    #barraTopo .idiomas a {
        font-size:16px;
    }
    
    
    #etiqueta .etiquetaItem .texto {
        font-size: 14px;
    }
    
    #g-navigation .g-social .g-social-items{
        text-align: right;
    }
    
    
    #g-mainbar .corpo .w50, #g-mainbar .corpo .w33, #g-mainbar .corpo .w25, #g-mainbar .corpo .center {
        margin: 50px 0;
    }
    
    /* Noticias */
	
	#news .titulo svg {
	    width: 155px;
	}
	
	 #news .titulo .texto {
        font-size: 40px;
        margin-bottom: 30px;
    }
    
    #news .g-content {
        width: 750px;
    }
    
    #news .sideFilter{
        width: 100%;
        left: -100%;
        padding: 30px 4% 0;
        border-right:0;
        transition:all ease-in .5s;
        top: 130px;
        z-index: 9;
        background: #fff;
        height: 100%;
    }
    
    #news #find {
        top: 78px;
        right: 6%;
    }
    
    #news .mobile, #news .closeSearch{
        display:block;
    }
	
	#news .pagecontent {
	    -webkit-flex: 0 100%;
        -moz-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        width: 100%;
	    left:0;
        border: 0;
	    padding: 0;
	}
	
	#news .header h3{
	    font-size:30px;
        margin: 0 0 10px;
	}
	
	#news .item{
        height: 415px;
	    margin:0 .5% 30px;
	}
	
	#news .itemImage{
	    height:195px;
	}
	
	#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-mainbar .g-content{
        width: 750px;
		padding: 0px;
	}
	
	#g-mainbar h2 {
	    font-size: 28px;
	}
	
	#g-mainbar .pull-none.item-image img {
	    max-width: 300px;
	}
	
	#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 {
        width: 750px;
    }
    
	
    
    /* Multimédia */
    #videos .g-content {
        width: 750px;
    }
    
    #videos .titulo {
        font-size: 40px;
    }
    
    #videos .searchBar h3 {
        font-size: 20px;
    }
    
    #videos .searchBar{
        width: 100%;
        left: -100%;
        padding: 30px 4% 0;
        border-right:0;
        transition:all ease-in .5s;
        top: 130px;
        z-index: 9;
        background: #fff;
        height: 100%;
    }
    
    #videos .searchBar .searchBarContent {
        width:100%;
        position: relative;
        
    }
    #videos #find {
        top: 37px;
        right: 2%;
    }
    
    #videos .mobile, #videos .closeSearch{
        display:block;
    }
	
	#videos .resultsContent {
	    -webkit-flex: 0 100%;
        -moz-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        width: 100%;
	    left:0;
        border: 0;
	    padding: 0;
	}
	
	#videos .header h3{
	    font-size:30px;
        margin: 0 0 10px;
	}
	
    #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;
	}
	
	
	#MenuInferior .bloco {
        width: 750px;
	}
	
	#MenuInferior .w25 .icons {
        width: 92%;
	}
	
	#MenuInferior .w50 {
        width: 32%;
	}
	
	#MenuInferior .titulo {
	    font-size: 22px;
	}
	
	#BarraCopyright .g-content {
	    width: 750px;
	    padding: 10px 25px !important;
	}
	
	#BarraCopyright .w30 {
        width: 28%;
	}
	
	#BarraCopyright .w40 {
        width: 42%;
        font-size: 14px;
	}
	
	#BarraCopyright .company .text {
	    width: 135px;
	}
	
	#popUp table tbody td {
		font-size: 14px;
	}
	
	#popUp .modal{
		right: auto;
	}
	
	#popUp .modal-footer button {
	    font-size: 14px;
	}
	
}

@media (min-width: 959px) and (max-width: 1199px){
    #g-navigation .g-grid {
        width: 750px;
    }
    
    #g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
        padding: 10px 7px;
        font-size: 12px;
    }
    
    #barraTopo .logo svg {
        width: 125px;
    }

    #barraTopo .logo img {
        width: 125px;
    }
    
	#g-navigation .g-block.size-30 .g-content{
		padding: 0;
		padding-left: 1.5rem;
		margin: 0;
		margin-left: 0.625rem;
	}
	
    #g-mainbar .g-content {
        width: 750px;
    }
    
	
	/* Noticias */
	
    #news, .itemid-284 #g-mainbar{
        min-height:600px;
    }
    
    #news .g-content {
        width: 750px;
    }
    
    #news .titulo .texto {
        font-size: 40px;
    }
    
    #news .sideFilter {
        -webkit-flex: 0 20%;
        -moz-flex: 0 20%;
        -ms-flex: 0 20%;
        flex: 0 20%;
        width: 20%;
    }
    
    #news #find {
        right: 14%;
    }
    
    #news .pagecontent {
        -webkit-flex: 0 70%;
        -moz-flex: 0 70%;
        -ms-flex: 0 70%;
        flex: 0 70%;
        width: 70%;
        left: 30%;
    }
    
	#news .item{
	    width:48%;
        height: 415px;
	    margin:0 .5% 2%;
	}
	
	#news .itemImage{
	    height:165px;
	}
	
	#news .item .cat, #news .item .subcat{
	    font-size:12px;
	}
	
	
	#g-mainbar .pull-none.item-image img {
	    max-width: 350px;
	}
	
	#g-mainbar .video iframe {
        width: 420px;
        height: 280px;
    }
    
    
    .pager.pagenav {
        width: 750px;
    }
    
    /* Multimédia */
	#videos .g-content {
        width: 750px;
    }
    
    #videos .titulo {
        font-size: 40px;
    }
    
    #videos #find {
        right: 14%;
    }
    
    #videos .searchBar h3 {
        font-size: 20px;
    }
	
    #videos .resultsContent .videoItem .imageVideo.iframe iframe{
        width: 285px;
        height: 170px;
    }
	
	
	#MenuInferior .bloco {
        width: 750px;
	}
	
	#MenuInferior .w50 {
        width: 32%;
	}
	
	#MenuInferior .titulo {
	    font-size: 24px;
	}
	
	#MenuInferior .w25 .icons {
        width: 90%;
	}
	
	#BarraCopyright .g-content {
	    width: 750px;
	    padding: 10px 25px !important;
	}
	
	#BarraCopyright .w30 {
        width: 28%;
	}
	
	#BarraCopyright .w40 {
        width: 42%;
        font-size: 14px;
	}
	
	#BarraCopyright .company .text {
	    width: 135px;
	}
    
}

@media (min-width: 1200px) and (max-width: 1439px){
    
    #g-navigation .g-grid {
        width: 950px;
    }
    
    #g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
        padding: 10px 7px;
    }
    
    #g-mainbar .g-content {
        width: 950px;
    }
    
    
	/* Noticias */
    #news, .itemid-284 #g-mainbar{
        min-height:600px;
    }
    
    #news .g-content {
        width: 950px;
    }
    
    #news #find {
        right: 14%;
    }
    
	#news .item{
        height: 460px;
	}
	
	#news .itemImage{
	    height:200px;
	}
	
	#news .item .cat, #news .item .subcat{
	    font-size:12px;
	}
	
	#g-mainbar .pull-none.item-image img {
	    max-width: 400px;
	}
	
    
    .pager.pagenav {
        width: 950px;
    }
    
    /* Multimédia */
    #videos .g-content {
        width: 950px;
    }
    
    #videos #find {
        right: 14%;
    }
    
    #videos .searchBar h3 {
        font-size: 20px;
    }
    
    #videos .resultsContent .videoItem .imageVideo.iframe iframe{
        width: 365px;
        height: 215px;
    }
    
	#MenuInferior .bloco {
        width: 950px;
	}
	
	#MenuInferior .w25 .icons {
        width: 88%;
	}
	
	#MenuInferior .w50 {
        width: 32%;
	}
	
	#MenuInferior .titulo {
	    font-size: 28px;
	}
	
	#BarraCopyright .g-content {
	    width: 950px;
	}
    
}

@media (min-width: 1440px) and (max-width: 1599px){
    #g-navigation .g-grid {
        width: 1150px;
    }
    
    #g-mainbar .g-content {
        width: 1150px;
    }
    
    #news{
        min-height:600px;
    }
    
    #news .g-content {
        width: 1150px;
    }
    
    
    .pager.pagenav {
        width: 1150px;
    }
    
    /* Multimédia */
    #videos .g-content {
        width: 1150px;
    }
    
    #videos #find {
        right: 11%;
    }
	
    #videos .resultsContent .videoItem .imageVideo.iframe iframe{
        width: 294px;
        height: 210px;
    }
    
    
	
	#MenuInferior .bloco {
        width: 1150px;
	}
	
	#MenuInferior .w25 .icons {
        width: 75%;
	}
	
	#MenuInferior .w50 {
        width: 32%;
	}
	
	#BarraCopyright .g-content {
	    width: 1150px;
	}
	
    
}

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

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