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

::-webkit-scrollbar {
    width: 8px;
}

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

::-webkit-scrollbar-thumb {
	background-color: #998675;
}

body::-webkit-scrollbar{
    width: 8px;
}

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

body::-webkit-scrollbar-thumb{
	background-color: #998675;
}

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

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

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

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

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

#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: 'CenturyGothic', sans-serif;
    font-size: 10px;
    color: #fff;
    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: #fff;
}

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

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

.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:'CenturyGothic-Bold',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:'CenturyGothic-Bold',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: 'CenturyGothic',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: 'CenturyGothic',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;
}


a:hover {
    text-decoration: none !important;
}


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


#g-header {
    padding: 0;
}

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

#menu .menu {
    position: fixed;
    width: 100%;
    top: 0;
    right: -100%;
    bottom: 0;
    content: '';
    background: #f1edea;
    z-index: 1;
}

#menu .menu .lista {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    top: 0;
    right: 0;
    width: 350px;
    height: 100%;
    border: none;
    background: #998675;
    z-index: 9;
    text-align: right;
}

#menu .lista ul {
    margin: 0;
}

#menu .lista a:hover {
    text-decoration: none;
}

#menu .lista li {
    display: block;
    margin-bottom: 10px;
}

#menu .lista li a {
    font-family: 'CenturyGothic',sans-serif;
    font-size: 24px;
    color: #fff;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    transition: all 0.6s ease-out 0s;
    text-decoration: none;
}

#menu .lista li:hover a {
    font-family: 'CenturyGothic-Bold',sans-serif;
}

#menu .contentProperties {
    overflow: hidden;
    display: none;
}

#menu .menu-projetos {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 54px 0 84px 48px;
    left: 5%;
    width: auto;
    height: 100vh;
    background: #f1edea;
}

#menu .projetosList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu .projetosItem {
    position: relative;
    margin-right: 30px;
}

#menu .projetosItem a, #menu .projetosItem a:hover {
    text-decoration: none;
}

#menu .projetosItem .itemImage:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #998675e6;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
} 

#menu .projetosItem:hover .itemImage:before {
    opacity: 1;
} 

#menu .projetosItem .itemImage {
    position: relative;
    margin-bottom: 23px;
    width: 280px;
    height: 70vh;
    max-height: 433px;
}

#menu .projetosItem .itemImage img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#menu .projetosItem .titulo {
    font-family: 'CenturyGothic-Bold',sans-serif;
    font-size: 20px;
    color: #998675;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#menu .projetosNav {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    bottom: 24px;
    right: -560px;
}

#menu .projetosNav button {
    padding: 9px 12px;
    opacity: .6;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    cursor: default;
    background: transparent;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#menu .projetosNav button.prev {
    transform: rotate(180deg);
}

#menu .projetosNav button.active {
    opacity: 1;
    cursor: pointer;
}

#menu .projetosNav svg {
    width: 20px;
    height: 20px;
}


#menu .menuLateral{
	position:fixed;
	width:5%;
	top:0;
	right: 0%;
    bottom: 0;
	background: #ffffffb3;
    border-left: 1px solid #998675;
    z-index: 2;
}

#menu .icon, #menu .iconOff {
    position: relative;
    width: 35px;
    right: 25%;
    float: right;
    top: 5%;
    cursor: pointer;
}

#menu .iconOff, #menu .logoIn{
	display:none;
}

#menu .logo, #menu .logoIn {
	position: relative;
    float: right;
    top: 50%;
    width: auto;
    right: -15%;
    overflow-x: hidden;
	transform:none;
	transition:all 0.3s ease-in-out;
}

#menu .logo svg, #menu .logoIn svg{
    width: 45px;
    height: 45px;
}

#menu .icons {
    position: relative;
    width: auto;
    right: 0;
    float: right;
    top: 78%;
    cursor: pointer;
}

#menu .icons svg{
    width: 20px;
    height: 20px;
    display: block;
    margin-bottom: 10px;
}


#menuDesktop {
    position: absolute;
    display: block;
    top: 0;
	right: 0%;
	width:5%;
    height: 100%;
    color: #fff;
	background: #ffffff80;
    border-left: 1px solid #fff;
    overflow: hidden;
    z-index: 450;
    clip: rect(0,auto,auto,0);
}

#menuDesktop .menuLateral{
	position:fixed;
	width:5%;
	top:0;
	right: 0%;
    bottom: 0;
}

#menuDesktop .icon, #menuDesktop .iconOff {
    position: relative;
    width: 35px;
    right: 25%;
    float: right;
    top: 5%;
    cursor: pointer;
}

#menuDesktop .iconOff{
	display:none;
}

#menuDesktop .icon svg path, #menuDesktop .iconOff svg path {
    fill: #fff;
}

#menuDesktop .icons {
    position: relative;
    width: auto;
    right: 0;
    float: right;
    top: 83.5%;
    cursor: pointer;
}

#menuDesktop .icons svg{
    width: 20px;
    height: 20px;
    display: block;
    margin-bottom: 10px;
}

#menuDesktop .icons svg path {
    fill: #fff;
}


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

#g-utility{
    position:relative;
}

/* Partilha */

#partilha{
    width: auto;
    position: fixed;
    left: 60px;
    text-align: left;
    top: 42px;
    z-index: 2;
}

#partilha .g-content {
    margin: 0;
}

#partilha .addtoany_list > a {
    padding: 0 1px;
}

#partilha .addtoany_list.a2a_kit_size_32 a > span{
    border-radius: 50%;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    opacity: 1;
    overflow: hidden;
    width: 28px;
    background: #998675 !important;
    border: 1px solid #998675;
    padding: 3px;
}

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

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


/* Projetos */

#projetos .g-content{
    max-width: 1200px;
    padding:0;
    margin:50px auto;
}

#projetos .header{
    display:none;
}

#projetos .header h3{
    color: #272727;
    font-family: 'CenturyGothic', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    margin:0 0 30px;
    line-height: 1.2;
}

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

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

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

#projetos .sideFilter input[type="text"]{
    font-family: 'CenturyGothic',sans-serif;
    font-size: 14px;
    box-shadow:none;
    border: 1px solid transparent;
    border-bottom: 1px solid #998675;
    border-radius: 0;
    margin: 0;
}

#projetos .sideFilter #cleanfilter{
    font-family: 'CenturyGothic',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;
}

#projetos .select2-container--bootstrap .select2-selection--single, #projetos .select2-container--bootstrap .select2-selection--multiple {
    box-shadow:none;
    border: 1px solid transparent;
    border-bottom: 1px solid #998675;
    border-radius: 0;
}

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

#projetos .select2-container--bootstrap .select2-search__field {
    margin: 0;
}

#projetos .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: 'CenturyGothic',sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
}

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

#projetos .noresults{
    font-family: 'CenturyGothic-Bold',sans-serif;
    font-size: 20px;
    color: #998675;
    min-height:400px;
}

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

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

#projetos .item:first-child {
    margin: 0 1.5% 3% 0;
}

#projetos .itemImage{
    position: relative;
    width: 100%;
    height: 580px;
    margin-bottom: 24px;
}

#projetos .itemImage img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#projetos .item .titulo {
    font-family: 'CenturyGothic-Bold',sans-serif;
    font-size: 20px;
    color: #998675;
    letter-spacing: 2px;
    text-transform: uppercase;
}


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

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

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

#projetos #submit{
    display:none;
}




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

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


/* Notícias */

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

#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:'CenturyGothic',sans-serif;
    font-size:16px;
    margin:10px 0 0;
    font-weight: normal;
}

#news .sideFilter input[type="text"]{
    font-family: 'CenturyGothic',sans-serif;
    font-size: 14px;
    box-shadow: none;
    border: 1px solid transparent;
    border-bottom: 1px solid #998675;
    border-radius: 0;
    margin: 0;
}

#news .sideFilter #cleanfilter{
    font-family: 'CenturyGothic',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: -30px;
    margin-right: 5px;
    cursor: pointer;
}

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

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

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

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

#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: 'CenturyGothic',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: 'CenturyGothic-Bold',sans-serif;
    font-size: 20px;
    color: #998675;
    min-height:400px;
}

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

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

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

#news .itemImage img{
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#news .iconFixa {
    position: absolute;
    top: 5px;
    right: 5px
}

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

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

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

#news .itemInfo {
    text-align: center;
}

#news .date{
    color: #998675;
    display: inline-block;
    font-family: 'CenturyGothic-Bold', sans-serif;
    font-size: 18px;
}

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

#news .item .cat, #news .item .subcat{
    padding:5px;
    background:#4a9e9a;
    color:#fff;
    display:none;
    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: 'CenturyGothic',sans-serif;
    color: #998675;
    margin: 10px 0 0;
    font-size: 22px;
    line-height: 1.2;
    text-align: center;
    font-weight: normal;
}

#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: 'CenturyGothic',sans-serif;
}

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

#news #submit{
    display:none;
}

/* Detalhe Noticias */
    
#g-mainbar .page-header h1, #g-mainbar .page-header h2{
    margin: 40px auto;
    padding: 0;
    font-family: 'CenturyGothic-Bold',sans-serif;
    font-size: 30px;
    color: #272727;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: normal;
    max-width: 1200px;
}

#g-mainbar .principal {
    max-width: 1200px;
    margin: 0 auto;
}

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

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


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

#g-mainbar .descricao.w50 {
    width: 49%;
    padding-right: 10%;
}

#g-mainbar .descricao.w100 {
    width: 100%;
}

#g-mainbar .item {
    width: 49%;
    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;
}

#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{
    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: #f1edea;
    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-family: 'CenturyGothic-Bold', sans-serif;
    font-size: 13px;
    color: #998675;
    background: transparent;
    border: 1px solid #998675;
    text-align: center;
    padding: 15px 25px;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    font-weight: normal;
}

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

#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: 'CenturyGothic',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;
}


/* Detalhe Properties */

#g-mainbar .slide {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #998675;
}

#g-mainbar .slide .image {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#g-mainbar .slide .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000033;
}

#g-mainbar .slide .content {
    position: relative;
    max-width: 1200px;
    text-align: left;
    margin: 0 auto;
    padding: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
}

#g-mainbar .slide .content .titulo {
    font-size: 100px;
    color: #fff;
    margin: 0;
    z-index: 1;
    position: relative;
    font-family: 'CenturyGothic-Bold', sans-serif;
    font-weight: normal;
    line-height: 1;
}

#g-mainbar .slide .content .texto {
    font-size: 60px;
    color: #fff;
    margin: 0;
    z-index: 1;
    position: relative;
    font-family: 'CenturyGothic', sans-serif;
    font-weight: normal;
    line-height: 1;
}

#g-mainbar .slide .content .botao {
    font-family: 'CenturyGothic-Bold', sans-serif;
    font-size: 12px;
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    text-align: center;
    padding: 15px 25px;
    margin: 50px 0 0;
    width: 150px;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
}

#g-mainbar .slide .content .botao a {
    color: #fff;
}

#g-mainbar .slide .content .botao:hover {
    color: #000;
    background: #fff;
}

#g-mainbar .slide .content .botao:hover a {
    color: #000;
}

#g-mainbar .icons {
    position: relative;
    max-width: 1200px;
    margin: 50px auto;
    border-bottom: 1px solid #534741;
}

#g-mainbar .pisos {
    width: 31%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin: 0 1.5% 3% 0;
    text-align: left;
    position: relative;
}

#g-mainbar .apartamentos {
    width: 31%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin: 0 1.5% 3%;
    text-align: left;
    position: relative;
}

#g-mainbar .quartos {
    width: 31%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 3% 1.5%;
    text-align: left;
    position: relative;
}

#g-mainbar .icons .icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

#g-mainbar .icons .icon svg {
    width: 50px;
    height: 50px;
}

#g-mainbar .Vendido .icons .icon svg path {
    fill: #998675;
}

#g-mainbar .icons .texto {
    display: inline-block;
    vertical-align: middle;
    font-family: 'CenturyGothic',sans-serif;
    font-size: 20px;
    color: #534741;
}

#g-mainbar .Vendido .icons .texto {
    color: #998675;
}

#g-mainbar .intro {
    position: relative;
    max-width: 1200px;
    margin: 120px auto;
    padding-left: 600px;
    min-height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#g-mainbar .intro .descricao {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
    padding-left: 10%;
}

#g-mainbar .intro .descricao h2 {
    font-size: 55px;
    color: #534741;
    margin-bottom: 40px;
    z-index: 1;
    position: relative;
    font-family: 'CenturyGothic-Bold', sans-serif;
    font-weight: normal;
    line-height: 1.2;
    text-transform: none;
    letter-spacing: normal;
}

#g-mainbar .intro .descricao p {
    font-size: 20px;
    color: #534741;
}

#g-mainbar .Vendido .intro .descricao h2, #g-mainbar .Vendido .intro .descricao p {
    color: #998675;
}

#g-mainbar .intro .fotos {
    position: absolute;
    top: 0;
    right: 50%;
    width: 50%;
    overflow: hidden;
    clip-path: polygon(0% 0%,100% 1%,100% 100%,0% 100%);
}

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

#g-mainbar .intro #arrows {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: right;
    cursor: pointer;
}

#g-mainbar .intro #arrows .arrow {
    padding: 9px 12px;
    opacity: 1;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    cursor: pointer;
    background: transparent;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#g-mainbar .intro #arrows .arrow.prev {
    transform: rotate(180deg);
}

#g-mainbar .intro #arrows .arrow img {
    width: 20px;
    height: 20px;
}

#g-mainbar .intro .botao {
    position: absolute;
    left: -30%;
    bottom: 0;
    background: #f5f3f1;
    z-index: 1;
    margin: 0;
    padding: 15px;
    width: 49%;
    text-align: right;
}

#g-mainbar .intro .buttonLink {
    position: relative;
    display: inline-block;
    font-family: 'CenturyGothic-Bold', sans-serif;
    font-size: 17px;
    margin: 20px;
    padding: 15px 36px;
    width: 180px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 1px solid #534741;
    color: #534741;
    text-decoration: none;
    overflow: hidden;
}

#g-mainbar .Vendido .intro .buttonLink {
    color: #998675;
    border: 1px solid #998675;
}

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

#g-mainbar .Vendido .intro .buttonLink:hover {
    background: #998675;
    color: #fff;
}

#g-mainbar .carateristicas {
    position: relative;
    margin: 120px auto;
    padding: 50px;
    background: #534741;
    background-image: url(/images/FP/Fundo.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#g-mainbar .Vendido .carateristicas {
    background: #f5f3f1;
    background-image: url(/images/FP/Fundo.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#g-mainbar .carateristicas .content {
    position: relative;
    margin: 120px auto 50px;
    max-width: 1200px;
    padding-right: 700px;
}

#g-mainbar .carateristicas .content .titulo {
    font-size: 55px;
    color: #fff;
    margin-bottom: 40px;
    z-index: 1;
    position: relative;
    font-family: 'CenturyGothic', sans-serif;
    text-decoration-line: underline;
    text-decoration-thickness: 3px;
}

#g-mainbar .Vendido .carateristicas .content .titulo {
    color: #998675;
}

#g-mainbar .carateristicas .content p {
    font-size: 20px;
    color: #fff;
}

#g-mainbar .Vendido .carateristicas .content p {
    color: #998675;
}

#g-mainbar .carateristicas .fotos {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(0, -50%);
    width: calc(50% - 5%);
    z-index: 1;
}

#g-mainbar .fotos .slideImages {
    position: relative;
    overflow: hidden;
    height: 800px;
}

#g-mainbar .fotos .slideImages .item {
    width: 70%;
    height: 800px;
    position: relative;
    margin: 0 10% 0 auto;
    justify-content: center;
    align-items: center;
}

#g-mainbar .slideImages .item .image {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
} 

#g-mainbar .slideImages .item .image .image {
    width: 100%;
    height: 800px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#g-mainbar .carateristicas #arrows {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    bottom: -50px;
    right: 8%;
}

#g-mainbar .carateristicas #arrows .arrow {
    padding: 9px 12px;
    opacity: 1;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    cursor: pointer;
    background: transparent;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#g-mainbar .carateristicas #arrows .arrow.prev {
    transform: rotate(180deg);
}

#g-mainbar .carateristicas #arrows .arrow img {
    width: 20px;
    height: 20px;
}

#g-mainbar .fotos .contentImages {
    position: absolute;
    width: auto;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

#g-mainbar .fotos .contentImages .item {
    position: relative;
    width: auto;
    text-align: center;
    margin-bottom: 5px;
    display: block;
}

#g-mainbar .contentImages .item .image {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 150px;
    height: 150px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #eee;
    cursor: pointer;
}
 


#g-mainbar .carateristicas .itemCarateristica {
    position: relative;
    margin: 0 auto 120px;
    max-width: 1200px;
    overflow: hidden;
    padding-right: 700px;
}

#g-mainbar .carateristicas .itemCarateristica .item{
    position: relative;
    width: auto;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    min-height: 48px;
    font-family: 'CenturyGothic',sans-serif;
    font-size: 18px;
    color: #fff;
}

#g-mainbar .Vendido .carateristicas .itemCarateristica .item {
    color: #998675;
}

#g-mainbar .carateristicas .item .icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

#g-mainbar .carateristicas .item svg {
    width: 50px;
    height: 50px;
}

#g-mainbar .carateristicas .item svg path {
    fill: #fff;
}

#g-mainbar .Vendido .carateristicas .item svg path {
    fill: #998675;
}

#g-mainbar .precos {
    position: relative;
    max-width: 1200px;
    margin: 120px auto;
    text-align: center;
}

#g-mainbar .precos .titulo {
    font-size: 35px;
    color: #534741;
    margin-bottom: 70px;
    z-index: 1;
    position: relative;
    font-family: 'CenturyGothic', sans-serif;
    text-align: center;
    text-decoration-line: underline;
    text-decoration-thickness: 2px;
}

#g-mainbar .precos .dataTables_filter, #g-mainbar .precos .dataTables_length, #g-mainbar .precos .dataTables_info, #g-mainbar .precos .dataTables_paginate {
    display: none;
}

#g-mainbar .precos .dataTables_processing {
    width: 100%;
    left: 0;
    margin: 10px 0;
    font-family: 'CenturyGothic', sans-serif;
    font-size: 16px;
}

#g-mainbar .precos #tabela_precos {
    width: 100% !important;
    border: 0;
    border-radius: 0;
}

#g-mainbar .precos #tabela_precos th {
    font-family: 'CenturyGothic-Bold', sans-serif;
    font-size: 12px;
    font-weight: normal;
    background: #534741;
    color: #fff;
    padding: 15px;
    text-transform: uppercase;
    border: 0;
    border-radius: 0;
    line-height: 40px;
    letter-spacing: 1px;
    text-align: center;
}

#g-mainbar .precos #tabela_precos td {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    font-family: 'CenturyGothic', sans-serif;
    color: #534741;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    height: 65px;
    vertical-align: middle;
    text-align: center;
    padding: 0 5px;
    border: 0;
    border-radius: 0;
}

#g-mainbar .precos #tabela_precos tbody > tr:nth-child(odd) > td {
    background-color: #f5f3f1 !important;
}

#g-mainbar .precos #tabela_precos tbody > tr:nth-child(even) > td {
    background-color: #ffffff !important;
}

#g-mainbar .precos #tabela_precos img {
    width: 35px;
}

#g-mainbar .precos #tabela_precos .botaoPopUp {
    font-family: 'CenturyGothic-Bold', sans-serif;
    text-transform: uppercase;
    cursor: pointer;
}

#g-mainbar .precos #seeAll {
    position: relative;
    display: inline-block;
    font-family: 'CenturyGothic-Bold', sans-serif;
    font-size: 17px;
    margin: 20px;
    padding: 15px 36px;
    width: auto;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 1px solid #534741;
    color: #534741;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
}

#g-mainbar .precos #seeAll:hover {
    background: #534741;
    color: #fff;
}

#g-mainbar .galeria {
    position: relative;
    margin: 120px auto 200px;
}

#g-mainbar .galeria .item {
    display: block;
    width: 100%;
}

#g-mainbar .galeria .image {
    position: relative;
    width: 100vw;
    outline: none;
}

#g-mainbar .galeria .image img {
    width: 100%;
    height: 90vh;
    -o-object-fit: cover;
    object-fit: cover;
    clip-path: polygon(25% 0%,100% 0%,100% 100%,0% 100%,0% 5%,10% 10%);
}

#g-mainbar .galeria .descritivo {
    position: absolute;
    left: 0;
    bottom: -100px;
    background: #f5f3f1;
    z-index: 1;
    margin: 0;
    padding: 30px 30px 30px 18%;
    width: 40%;
    text-align: left;
}

#g-mainbar .galeria .descritivo h2 {
    font-size: 30px;
    color: #534741;
    margin-bottom: 40px;
    z-index: 1;
    position: relative;
    font-family: 'CenturyGothic-Bold', sans-serif;
    font-weight: normal;
    line-height: 1.2;
    text-transform: none;
    letter-spacing: normal;
}

#g-mainbar .galeria .descritivo p {
    font-size: 17px;
    color: #534741;
}

#g-mainbar .Vendido .galeria .descritivo h2, #g-mainbar .Vendido .galeria .descritivo p {
    color: #998675;
}

#g-mainbar .galeria #arrows {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    bottom: -65px;
    right: 8%;
}

#g-mainbar .galeria #arrows .arrow {
    padding: 9px 12px;
    opacity: 1;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    cursor: pointer;
    background: transparent;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #a39283;
}

#g-mainbar .galeria #arrows .arrow.prev {
    transform: rotate(180deg);
    margin-right: 10px;
}

#g-mainbar .galeria #arrows .arrow img {
    width: 15px;
    height: 15px;
}


#g-mainbar .popupForm {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    outline: none;
    z-index: 9;
}

#g-mainbar .popupForm .back {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: ' ';
    background: rgba(0,0,0,.5);
}

#g-mainbar .popupForm .modal {
    position: absolute;
    margin: 0;
    background: #f5f3f1;
    padding: 50px 20px;
    width: 100%;
    max-width: 630px;
    height: 700px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0;
}

#g-mainbar .popupForm #closePopUp {
    position: absolute;
    height: 35px;
    width: 35px;
    top: 10px;
    right: 20px;
    padding: 0;
    outline: none;
    background: transparent;
    border: 0;
}

#g-mainbar .popupForm #closePopUp svg {
    height: 35px;
    width: 35px;
}

#g-mainbar .popupForm .nome, #g-mainbar .popupForm .sobrenome, #g-mainbar .popupForm .email, #g-mainbar .popupForm .telefone{
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

#g-mainbar .popupForm .nome, #g-mainbar .popupForm .email {
    padding-right: 1%;
}

#g-mainbar .popupForm .sobrenome, #g-mainbar .popupForm .telefone {
    padding-left: 1%;
}

#g-mainbar .popupForm .mensagem {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

#g-mainbar .popupForm label {
    font-family: 'CenturyGothic-Bold',sans-serif;
    font-size: 20px;
    color: #998675;
    padding: 0 35px;
    margin-bottom: 15px;
    text-align: left;
    cursor: default;
}

#g-mainbar .popupForm input::placeholder {
    font-family: 'CenturyGothic',sans-serif;
    font-size: 14px;
    color: #998675;
}

#g-mainbar .popupForm input[type="text"] {
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    background-color: #fff;
    font-family: 'CenturyGothic',sans-serif;
    font-size: 14px;
    color: #998675;
    border: 0px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#g-mainbar .popupForm .veracidade {
    width: 100%;
    margin-top: 15px;
    padding-bottom: 10px;
    float: left;
    text-align: left;
}

#g-mainbar .popupForm .veracidade input[type=checkbox] {
    border: 1px solid #998675;
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    padding: 0;
    margin-right: 10px;
    text-align: center;
    font-size: 15px;
    line-height: 18px;
    accent-color: #998675;
}

#g-mainbar .popupForm .veracidade .textCheckbox {
    font-family: 'CenturyGothic',sans-serif;
    font-size: 14px;
    color: #998675;
    vertical-align: middle;
}

#g-mainbar #btPost {
    position: fixed;
    font-family: 'CenturyGothic-Bold', sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 15px 30px;
    width: auto;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: transparent;
    border: 1px solid #998675;
    color: #998675;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    z-index: 9;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -85%);
}

#g-mainbar #btPost:hover {
    background: #998675;
    color: #fff;
}

#g-mainbar .formPopUp .errorBlock {
    z-index: 99;
    position: fixed;
    inset: 0px;
    content: " ";
    background: #00000080;
}

#g-mainbar .formPopUp .errorContent {
    position: absolute;
    text-align: left;
    background: #fff;
    padding: 15px;
    border: 1px solid #998675;
    width: 630px;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#g-mainbar .formPopUp #closeError {
    position: absolute;
    height: 35px;
    width: 35px;
    top: 10px;
    right: 20px;
    padding: 0;
    outline: none;
    background: transparent;
    border: 0;
}

#g-mainbar .formPopUp #closeError svg {
    width: 35px;
    height: 35px;
}

#g-mainbar .formPopUp .iconMessage {
    font-size: 16px;
    vertical-align: middle;
    letter-spacing: normal;
}

#g-mainbar .formPopUp .iconMessage svg {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
}

#g-mainbar .formPopUp .sucesso {
    z-index: 99;
    position: fixed;
    inset: 0px;
    content: " ";
    background: #00000080;
}

#g-mainbar .sucesso .sucessoContent {
    position: absolute;
    text-align: left;
    background: #fff;
    padding: 15px;
    border: 1px solid #998675;
    width: 630px;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#g-mainbar .sucesso #closeSucess {
    position: absolute;
    height: 35px;
    width: 35px;
    top: 10px;
    right: 20px;
    padding: 0;
    outline: none;
    background: transparent;
    border: 0;
}

#g-mainbar .sucesso #closeSucess svg {
    height: 35px;
}

#g-mainbar .sucesso .sucessIcon {
    width: 60px;
    text-align: center;
    margin: 0 auto 20px;
}

#g-mainbar .sucesso .sucessIcon svg path {
    fill: #3cb371;
}

#g-mainbar .loaderPopUp {
    position: fixed;
    top: 50%;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, -50%);
    z-index: 999;
    background: #0000004d;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
}
#g-mainbar .loaderPopUp .logo {
    width: 300px;
    position: absolute;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



#g-mainbar #formulario {
    position: relative;
    padding: 50px;
    margin: 0 auto;
    clip-path: polygon(70% 10%,100% 0%,100% 100%,0% 100%,0% 0%,35% 2%);
    background: #f5f3f1;
    text-align: center;
}

#g-mainbar #formulario .g-content {
    max-width: 1200px;
    margin: 120px auto;
}

#g-mainbar #formulario .titulo {
    font-size: 35px;
    color: #998675;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    font-family: 'CenturyGothic', sans-serif;
    text-align: center;
    text-decoration-line: underline;
    text-decoration-thickness: 2px;
}

#g-mainbar #formulario .texto {
    margin-bottom: 70px;
}

#g-mainbar #formulario .texto p {
    font-family: 'CenturyGothic-Bold',sans-serif;
    font-size: 18px;
    color: #998675;
    text-align: center;
}

#formulario .nome, #formulario .sobrenome, #formulario .email, #formulario .telefone{
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

#formulario .nome, #formulario .email {
    padding-right: 1%;
}

#formulario .sobrenome, #formulario .telefone {
    padding-left: 1%;
}

#formulario .mensagem {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

#formulario label {
    font-family: 'CenturyGothic-Bold',sans-serif;
    font-size: 20px;
    color: #998675;
    padding: 0 35px;
    margin-bottom: 15px;
    text-align: left;
    cursor: default;
}

#formulario input::placeholder {
    font-family: 'CenturyGothic',sans-serif;
    font-size: 14px;
    color: #998675;
}

#formulario input[type="text"] {
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    background-color: #fff;
    font-family: 'CenturyGothic',sans-serif;
    font-size: 14px;
    color: #998675;
    border: 0px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#formulario .veracidade {
    width: 100%;
    margin-top: 15px;
    padding-bottom: 10px;
    text-align: left;
}

#formulario .veracidade input[type=checkbox] {
    border: 1px solid #998675;
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    padding: 0;
    margin-right: 10px;
    text-align: center;
    font-size: 15px;
    line-height: 18px;
    accent-color: #998675;
}

#formulario .veracidade .textCheckbox {
    font-family: 'CenturyGothic',sans-serif;
    font-size: 14px;
    color: #998675;
    vertical-align: middle;
}

#formulario #sendForm {
    position: relative;
    display: inline-block;
    font-family: 'CenturyGothic-Bold', sans-serif;
    font-size: 17px;
    margin: 20px auto;
    padding: 15px 36px;
    width: auto;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: transparent;
    border: 1px solid #998675;
    color: #998675;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
}

#formulario #sendForm:hover {
    background: #998675;
    color: #fff;
}

#formulario .errorBlockForm {
    position: relative;
    text-align: left;
    background: #fff;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #998675;
}

#formulario #closeErrorForm {
    position: absolute;
    height: 35px;
    width: 35px;
    top: 10px;
    right: 20px;
    padding: 0;
    outline: none;
    background: transparent;
    border: 0;
}

#formulario #closeErrorForm svg {
    height: 35px;
}

#formulario .errorBlockForm .iconMessage {
    font-size: 16px;
    vertical-align: middle;
    letter-spacing: normal;
}

#formulario .errorBlockForm .iconMessage svg {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
}

#formulario .sucessoForm {
    position: relative;
    background: #fff;
    padding: 15px;
    border: 1px solid #998675;
    margin-bottom: 0px;
    text-align: center;
}

#formulario .sucessoForm #closeSucessForm {
    position: absolute;
    height: 35px;
    width: 35px;
    top: 10px;
    right: 20px;
    padding: 0;
    outline: none;
    background: transparent;
    border: 0;
}

#formulario #closeSucessForm svg {
    height: 35px;
}

#formulario .sucessoForm .sucessIcon {
    width: 60px;
    text-align: center;
    margin: 0 auto 20px;
}

#formulario .sucessoForm .sucessIcon svg path {
    fill: #3cb371;
}




/* Artigo Modelo */

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

#g-mainbar h2{
    margin: 40px 0;
    padding: 0;
    font-family: 'CenturyGothic-Bold',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:'CenturyGothic-Bold',sans-serif;
    margin: 10px 0 20px;
    color: #272727;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

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

#g-mainbar p, #g-mainbar ul li,#g-maindar ol li{
    font-family: 'CenturyGothic',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:'CenturyGothic-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:'CenturyGothic-Bold',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;
}

#parceiros .g-content {
    width: 1200px;
    margin: 100px auto;
}

#parceiros h3 {
    margin: 40px auto;
    padding: 0;
    font-family: 'CenturyGothic-Bold',sans-serif;
    font-size: 30px;
    color: #272727;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: normal;
    max-width: 1200px;
}

#parceiros .blocoLogos {
    margin-top: 50px;
}

#parceiros .titulo {
    display: none;
}

#parceiros .logo {
    width: 18%;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    vertical-align: top;
    margin: 0 0.8% 40px 0.8%;
    height: 245px;
    overflow: hidden;
    text-align: left;
    position: relative;
}

#parceiros .texto {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: none;
    font-family: 'CenturyGothic',sans-serif;
    color: #998675;
    margin: 10px 0 0;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    font-weight: normal;
}


/* Contactos*/

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

#g-mainbar .contact{
    max-width: 1200px;
    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-family:'CenturyGothic-Bold', sans-serif;
	color:#000;
	padding-top:10px;
}

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

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

.contact-form .controls .btn-primary{
    font-family: 'CenturyGothic', sans-serif;
    font-size: 14px;
    color: #998675;
    background: transparent;
    border: 1px solid #998675;
    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:#998675;
}

.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: 'CenturyGothic-Bold',sans-serif;
}

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

.contact-miscinfo a{
	color:#272727 !important;
	text-decoration:underline;
	font-family: 'CenturyGothic',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: 'CenturyGothic',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: #998675;
    color: #fff;
    padding: 0;
    font-family: 'CenturyGothic',sans-serif;
    bottom:0;
    width:100%;
    clip-path: polygon(70% 10%,100% 0%,100% 100%,0% 100%,0% 0%,35% 2%);
    margin-top: -45px;
    text-transform: uppercase;
}

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

#MenuInferior .g-content {
    max-width: 1200px;
}

#MenuInferior .w50 {
    width: 49%;
    display: inline-block;
    vertical-align: middle;
}

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

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

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

#MenuInferior .w50 .texto {
    font-family: 'CenturyGothic',sans-serif;
    font-size: 16px;
    letter-spacing: 2px;
    text-align: left;
    text-transform: none;
}

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

#MenuInferior .w100 {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 20px;
}

#MenuInferior .w100 .texto {
    font-family: 'CenturyGothic',sans-serif;
    font-size: 16px;
    text-transform: lowercase;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}

#MenuInferior .w100 .texto a {
    color: #fff;
}

#MenuInferior .w100 .icon{
    height: 47px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

#MenuInferior .w100 .icon svg{
    width: 50px;
    height: 50px;
    padding: 10px;
    border: 1px solid #fff;
}

#MenuInferior .w100 .icon svg path {
    fill: #fff;
}

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

#BarraCopyright .g-content {
    max-width: 1200px;
}

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

#BarraCopyright .w30.mymodal svg polygon {
    fill: #fff;
}

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

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

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

#BarraCopyright .w30 svg path {
    fill: #fff;
}

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

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

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

table tbody td{
	color: #1d1d1b;
    text-align: center;
    font-family: 'CenturyGothic',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: 'CenturyGothic',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: #998675;
    border: 1px solid #998675;
    font-family: 'CenturyGothic',sans-serif;
    font-size: 14px;
}
#popUp .modal-footer button:hover {
    background: #fff;
    color: #998675;
}


@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 h1, #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 h1, #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;
    }
}