html, body {
	height: 100%;
	margin: 0px;
	border: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}
.clear {
	float:none;
	clear:both;
}

.clearfix:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}
.clearfix { 
	display: inline-block;  
}
* html .clearfix {  
	height: 1%;  
} /* Hides from IE-mac \*/
.clearfix {  
	display: block;  
}

/*--IE FIX--*/
img{
    border:none;
    outline:none
}
select::-ms-expand {
    display: none;
}
/*--IE FIX FIM--*/
body {
	width: 100%;
    vertical-align: middle;
    font-family: 'Roboto', sans-serif;
	position: relative;
}

#right-menu {
    float: right;
    margin-right: 10px;
    margin-top: 65px;
}

.block > *{
	-webkit-transition: all 1.0s;
    -moz-transition: all 1.0s;
    -ms-transition: all 1.0s;
    -o-transition: all 1.0s;
    transition: all 1.0s;
}

a{
    cursor: pointer;
}

#logo {
    box-sizing: border-box;
    display: block;
    float: left;
    height: 100px;
    margin-top: 35px;
    transition: all 0.3s ease 0s;
    width: 230px;
    z-index: 100;
}


#menu-b a{
	height: 16px;
	text-decoration: none;
}

#menu-b span{
	text-align:center;
	vertical-align: auto;
	text-decoration: none;
    font-weight: 400; 
    font-size: 14px;
    color: #FFF;
}

.fixed-header > #menu-b > #right-menu > span{
	color: #333;
}


#logo img{
	height: 85px;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}



#header{
    position: relative;
	width: 100%;
	max-height: 685px;
}

#menu-big{
	position: absolute;
    z-index: 1000;
	box-sizing: border-box;
	width: 100%;
	max-width: 1920px;
	left:0;
    right:0;
	height: 0px;
	background-color: #FFF;
    margin-left:auto;
    margin-right:auto;
	-webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.4);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.4);
	box-shadow: 0px 0px 10px rgba(0,0,0,.4);
}


#header > .fixed-header,
#normal-header > .fixed-header {
	position: fixed;
	top:0; left:0;
	height: 80px;
	width: 100%;
	background-color: #FFF;
	opacity: 0.9;

}

#normal-header > .fixed-header > #menu-b >#logo, 
#header > .fixed-header > #menu-b >#logo {
	margin-top: 10px;
}

#normal-header > .fixed-header > #menu-b > #logo img, 
#header > .fixed-header > #menu-b > #logo img{
	height: 60px;
}

#normal-header > .fixed-header > #menu-b > #right-menu, 
#header > .fixed-header > #menu-b > #right-menu {
	margin-top: 30px;
}

#normal-header > .fixed-header > #menu-b > #right-menu span
#header > .fixed-header > #menu-b > #right-menu span{
	color: #333;
}

#menu-top{
    position: absolute;
    top:0px;
    left: 0px;
    width: 100%;
    height: 300px;
    background-image:linear-gradient(180deg, rgba(0,0,0,0.50) 0%,rgba(0,0,0,0) 100%);
}

.block{
	margin-top: 10px;
	height: 400px;
	overflow: hidden;
}



.copyright{
	font-weight: 400; 
	font-size: 12px;
	color: #333;
	margin: auto;
	margin-top: 30px;
	max-width: 1280px;
}


.copyright .seara {
	float: right;
	right: 0px;
    background: rgba(0, 0, 0, 0) url('../images/logoSeara.png');
    height: 8px;
    width: 53px;
}

.copyright span {
	float: left;
	margin-right: 20px;
}

.copyright a{
	margin-left: 30px;
}


.field-main legend{
	position:relative;
	border-style: solid;
    border-width: 1px;
	border-color: #FFF;
	margin-left: -10px;
	height: 40px;
	top:-20px;
	line-height: 40px;
	font-weight: 400; 
	font-size: 13px;
	padding-left: 20px;
	width: 200px;
}
.content-type1{
	float: left;
	margin-left: 20px;
}
content-type2{
	display: block;
	float: left;
}
.content-type1 img{
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 0px;
}


.field-main .right-img{
	margin-top: 20px;
	float: right;
}

.content-and{
	margin-top: 150px;
	margin-right: 20px;
	height: 170px;
}



.white{
	color: #FFF;
}

.dark{
	color: #333;
}

.black{
	color: #000;
}

.panel4{
	position: absolute;
	float: left;
	margin-left: 30px;
	margin-top: 50px;
}

.content-type2{
	float: left;

}

.field-main{
	margin-top: 80px;
	margin-right: 20px;
	border-style: solid;
    border-width: 1px;
	border-color: #FFF;
	height: 170px;
	vertical-align: auto;
}

.field-list .legend,
.field-main .legend {
	position:relative;
	border: 1px solid #FFF;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	margin:0;
	border-bottom-width: 0;
    margin-left: -1px;
    top: -41px;
	width:auto !important;
	display:block;
	float:left;
}

.m50{
	margin-left: 50px;
}

.m5{
	margin-left: 5px;
}
/*------------------------ FONTS ------------*/
.bold{
	font-weight: 700; 
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.rb{
	font-weight: 900; 
	display:block;
}

.rl{
	font-weight: 300; 
	display:block;
}

.rr{
	font-weight: 400; 
	display:block;
}

.p60{ 
	font-size: 60px;
}

.p34{ 
	font-size: 34px;
}

.p27{
	font-size: 27px;
}

.p19{
	font-size: 19px;
}

.p16{ 
	font-size: 16px;
}

.p14{
	font-size: 14px;
}

.p13{
	font-size: 13px;
}

.p12{
	font-size: 12px;
}

/*------------------------ Highlights ---------------*/

#highlights-news-blocks{
	margin: auto;
	width: 95%;
	max-width: 1280px;
	margin-bottom: 20px;
}

#highlights-news-blocks .title { 
	font-weight: 500; 
	font-size: 16px;
	color: #333;
	display:block;
	padding: 10px;
}

#highlights-news-blocks .text { 
	font-weight: 400; 
	font-size: 13px;
	color: #666;
	display:block;
	padding: 10px;
	padding-top: 0px;
}

.highlights-custom-item {
	display: inline-block;
	list-style-type: none;
	width: 32.3%;
	margin-top: 10px;
	margin-right: 7px;
	vertical-align: top;
}
.highlights-custom-item a{
	text-decoration: none;
}

.highlight-img{
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
}




.highlight-img img{
	-webkit-transition: all 1s ease; /* Safari and Chrome */
	-moz-transition: all 1s ease; /* Firefox */
	-o-transition: all 1s ease; /* IE 9 */
	-ms-transition: all 1s ease; /* Opera */
	transition: all 1s ease;
	transition-delay: 0.1s;
	width: 100%;
	height: inherit;
}

.highlight-img:hover img {
    -webkit-transform:scale(1.08); /* Safari and Chrome */
    -moz-transform:scale(1.08); /* Firefox */
    -ms-transform:scale(1.08); /* IE 9 */
    -o-transform:scale(1.08); /* Opera */
     transform:scale(1.08);
}



#footerbar{
	margin:auto;
	width: 100%;
	max-width: 1280px;
	height: 6px;
	background-color: #EB2D37;
    background: linear-gradient(135deg, #EB2D37 160px, #F5D713 160px);
}

/*---------------------- carousel --------*/
#foo2{
	z-index: -10;
	overflow: hidden;
}
#foo2 .slideshow-img{
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	width: auto;
	height: 100%;
	max-height: 685px;
	margin: auto 0 auto calc(50% - 960px);
}
#foo2:after {
	content: " ";
	display: block;
	position: absolute;
	height: 298px;
	width: 100%;
	top:0;
	left: 0;
	z-index: 200;
	background-image: url("../images/shadow_destaqueBig.png");
	background-position:center;
	background-repeat: repeat-x;
}

.slideshow-img2{
	z-index: -10;
}

a.prev, a.next {
    bottom: 0;
    display: block;
    height: 50px;
    margin: auto;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 30px;
    z-index: 1000;
    transition: all ease-in-out 0.3s;
}

@media screen and (max-width: 600px){
	a.prev, a.next {
		display: none !important;
	}
}


a.prev {
	background: url('../images/setaLeft_destaqueBig.png') no-repeat ;
	left: 18px;
	padding-left: 0;	
}
a.prev:hover {
	opacity: 1;
	left: 23px;	
}

a.next {
	background: url('../images/setaRight_destaqueBig.png') no-repeat ;
	right: 18px;
	padding-right: 0;	
}
a.next:hover {
	opacity: 1;
	right: 23px;
}
a.prev.disabled, a.next.disabled {
	cursor: default;
}

a.prev span, a.next span {
	display: none;
}


.cycle-pager { 
    text-align: center; 
	width: 100%; 
	position: absolute; 
	margin-top: -40px; 
	overflow: hidden;
}
.cycle-pager span { 
	background: url('../images/navegacao_destqueBig-off.jpg') no-repeat;
	width: 10px;
	height: 10px;
	margin: 0 5px 0 0;
    display: inline-block; 
	cursor: pointer;
	cursor: pointer;
	opacity: 0.5;
}



.cycle-pager span.cycle-pager-active {
	background: url('../images/navegacao_destqueBig-on.jpg') no-repeat;
	cursor:default;
	opacity: 1;
}


.cycle-overlay { 
	box-sizing: border-box;
    position: absolute;
	margin: auto;
	bottom: 0;
	left:0;
    right:0;
	top:0;
    margin-left:auto;
    margin-right:auto;
	width: 500px;
	height: 290px;
	z-index: 600;
	color: #FFF;
	background: rgba(0, 0, 0, 0.3);
	padding: 5px;
	padding-left: 70px;
	padding-right: 70px;
	text-align: center;
	-webkit-transition: all 1.0s;
    -moz-transition: all 1.0s;
    -ms-transition: all 1.0s;
    -o-transition: all 1.0s;
    transition: all 1.0s;
}

.next-prev{
	left: 0;
    margin: auto;
    max-width: 1280px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
}

.cycle-overlay a {
	text-decoration:none;
}

.cycle-overlay img{ 
	z-index: 600;
	margin-bottom: 20px;
	margin-top: 20px;
}

.cycle-overlay .ov-cat{ 
	color: #FFF;
	font-size: 14px;
	font-weight: 400;
	z-index: 600;
	margin-bottom: 5px;
	display: block;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.cycle-overlay .ov-title{ 
	color: #FFF;
	font-size: 34px;
	font-weight: 100;
	margin-bottom: 15px;
	display: block;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.cycle-overlay .ov-desc{ 
	color: #FFF;
	font-size: 15px;
	font-weight: 300;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
}



/*------------------------ Menu --------------------------------------*/

.menu{
    box-sizing: border-box;
    position: fixed;
    background: #FFF;
    width: 100%;
    z-index: 9001;
    display: none;
    right:0;
    top:0;
    max-width: 1920px;
    padding-left: 2.5%;
    padding-right: 2.5%;

}


	

.menu > .menu-in{
	left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
	max-width: 1280px;
	padding-top: 35px;
	padding-bottom: 10px;
}

.menu > .menu-in  > .m-logo{
	display: block;
	float: left;
	padding-right: 40px;
	margin-top: 0px;
	margin-left: 0px;

	
}

.menu > .menu-in > .m-logo > span{
	display: block;
	float: right;
	color: #666;
	font-size: 12px;
	font-weight: 300;
	padding-top: 20px;
	margin-bottom: 20px;
}

.menu > .menu-in > .m-m {
    display: flex;
    float: left;
    justify-content: space-between;
    width: 60%;
    width: calc(100% - 480px);
    padding-left: 30px;
    box-sizing: border-box;
}
#footer-menu .menu > .menu-in > .m-m {
    width: 60%;
    width: calc(100% - 350px);
    padding-left: 80px;
}
.menu > .menu-in > .m-m > div{
	display: block;
	float: left;
	margin: 35px 15px 20px 0;
	color: #EB2D37;
	font-size: 11pt;
	font-weight: 400;
}


.menu > .menu-in > .m-m > div > ul{
	list-style-type: none;
	padding: 0;	
	font-weight: 300;
}

.menu > .menu-in > .m-m > div > ul > li{
	margin-top: 8px;
	-webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.menu > .menu-in > .m-m > div > ul > li > ul{
	display: none;
	padding-left: 15px;
	list-style-type: none;
}

.menu > .menu-in > .m-m > div > ul > li > ul > li {
  background: transparent url("../images/bullet_submneu.png") no-repeat scroll left 4px;
  list-style-type: none;
  margin: 8px 0 0 0;
  max-width: 145px;
  padding: 0 0 0 18px;
}

.menu > .menu-in > .m-m > div > ul > li > ul > li > a{
    text-decoration: none;
    color: #333;
    font-size: 9pt;
    font-weight: 300;
    display: inline-block;
}

.menu > .menu-in > .m-m > div > ul > li > a{
	text-decoration: none;
	color: #333;
	font-size: 10pt;
}

.menu > .menu-in > .m-m > div > ul > li > ul > li > a:hover,
.menu > .menu-in > .m-m > div > ul > li > a:hover{
    color: #EB2D37;
}

.menu > .menu-in >  .m-right{
	display: block;
	position: relative;
	float: right;
	margin-top: 0;
}

.menu > .menu-in >  .m-right > .m-close{
	display: block;
	float: right;
	color: #999;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	vertical-align:central;
	margin-top: 20px;
}

.menu > .menu-in > .m-right >  .m-close > span > img{
	margin-right: 15px;
	margin-bottom: -3px;
}

.menu > .menu-in > .m-right > .m-icons{
	display: block;
	margin-top: 40px;
	display:table;
}

.menu > .menu-in > .m-right > .m-redes{
	display: block;
	float: right;
	margin-top: 10px;
	display:table;
	margin-right: 10px;
}

.menu > .menu-in > .m-right > .m-icons > a{
	display:table-cell;
	vertical-align:middle;	
}

.menu > .menu-in > .m-right > .m-redes > a > img{
	margin-left: 15px;
}
#footer .copyright > a {
	margin-left: 10px;
	margin-right: 5px;
}

.menu > .menu-in > .m-right > .m-icons > .m-lang > img{
	margin-right: 5px;
}

.menu > .menu-in > .m-right > .m-icons > .m-lang > img:hover{
	
}

.menu > .menu-in > .m-right > .m-search{
	display: block;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	position: absolute;
	right:70px;
}

#search{
	top:0px;
	height: 35px;
    width: 35px;
    position: absolute;
}

#search:hover{
	cursor:pointer;
}

input {
	outline: none;
}
input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-size: 100%;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
	display: none; 
}


input[type=search] {
	background: #fff url('../images/icon_search.png') no-repeat 9px center;
	border: solid 1px #ccc;
	padding: 8px 10px 7px 32px;
	width: 60px;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
input[type=search]:focus {
	width: 200px;
	background-color: #fff;
	border-color: #66CC75;
	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);
}


input:-moz-placeholder {
	color: #999;
}
input::-webkit-input-placeholder {
	color: #999;
}


/*------------------------ Apresentacao --------------------------------------*/

#normal-header{
	box-sizing: border-box;
    margin-left:auto;
    margin-right:auto;
	height: 100%;
    max-height: 280px;
    position: relative;
    width: 100%;
	max-width: 1920px;
	overflow: hidden;
	margin-bottom: 0px;
}

#banner-pos {
    max-height: 280px;
    max-width: 1920px;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.2);
	box-shadow: 0px 0px 10px rgba(0,0,0,.2);
}

#banner-pos > img{
    height: 100%;
}


#breadcrumbs{
	display: block;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 0px;
	max-width: 1080px;
	width: 92%;
}

#breadcrumbs  li {
	display: inline-block;
	margin-right: 5px;
	color: #BBBBBB;
	font-size: 10px;
	font-weight: 400;
}

#breadcrumbs  li a{
	text-decoration: none;
	color: #BBBBBB;
	font-size: 10px;
	font-weight: 400;
}

.c-main > .content-normal .voltar{
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
    color: #333;
    text-decoration: underline;
}

.voltar:before{
    content: " ";
    background: url("../images/seta-e.png") no-repeat left top 5px;
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 20px;
}

.top > .content-main > .titulo{
	display: block;
	color: #EB2D37;
	font-size: 26px;
	font-weight: 900;
	margin-bottom: 20px;
}

.top > .content-main > .sub-titulo{
	display: block;
	color: #333;
	font-size: 22px;
	font-weight: 300;
	margin-bottom: 20px;
}

.top{
	padding: 20px;
	padding-bottom: 40px;
}

.big-block{
	box-sizing: border-box;
	display: block;
	min-height: 380px;
}

.b40-left{
	box-sizing: border-box;
	display: block;
	width: 40%;
	background: #F5D713;
	height: 378px;
	float: left;
}

.b40-left:before {
	background-color: inherit;
	content: " ";
	display: block;
	height: inherit;
	float: left;
	position: absolute;
	left: 0px;
	width: 40%;
	z-index: -1;
}

.big-block > .content-main > .text{
	box-sizing: border-box;
	display: block;
	float: left;
	width: 60%;
	padding: 30px;
	height: 380px;
	padding-left: 50px;
    padding-right: 50px;
	color: #333;
	font-size: 15px;
	font-weight: 300;
	
}

.b50{
	box-sizing: border-box;
	display: block;
	float: left;
	width: 50%;
	height: 380px;
}

.b-text{
	box-sizing: border-box;
	padding: 30px;
	padding-left: 10px;
    padding-right: 50px;
	color: #333;
	font-size: 15px;
	font-weight: 300;
}

.red-link{
	color: #EB2D37;
}

.bc-grey{
	background: #F3F3F3;
	height: 379px;
}

.bc-yellow{
	background: #F5D713;
}

.b50-img{
	padding-left: 20px;

}

.b50-img img{
	float: left;
}

.b50-img:before {
	background-color: inherit;
	content: " ";
	display: block;
	height: inherit;
	float: right;
	position: absolute;
	right:  0px;
	width: 30%;
	z-index: -1;
	
}

.b50-local{
	display: block;
	float: left;
	padding-top: 8px;
	padding-left: 10px;
	color: #333;
	font-size: 15px;
	font-weight: 300;
}

.b-mid{
	box-sizing: border-box;
	margin: auto;
    width: 100%;
    padding: 10px;	
	text-align: center;
	margin-bottom: 70px;
}

.b-mid > .titulo{
	text-align: center;
	display: block;
	color: #333;
	font-size: 22px;
	font-weight: 900;
	margin-top: 50px;
	margin-bottom: 60px;
}

.b-mid > span {
	text-align: center;
	display: block;
	color: #333;
	font-size: 22px;
	font-weight: 900;
	margin-top: 80px;
}
.b-mid > span > a {
	background: #EB2D37;
	-webkit-border-radius: 1;
	-moz-border-radius: 1;
	border-radius: 1px;
	font-weight: 900;
	color: #fff !important;
	font-size: 16px;
	padding: 20px 40px 20px 40px !important;
	border: solid #CCC 1px !important;
	text-decoration: none;
	margin: 5px;
}
.b-mid > span a:hover {
  text-decoration: none;
}


.spacer{
	display: block;
	width: 100%;
	height: 40px;
}

.big-auto{
	height: auto;
	min-height: auto;
	width: 100%;
}
.c-main > .content-normal .btn {
  background: #F3F3F3;
  -webkit-border-radius: 1;
  -moz-border-radius: 1;
  border-radius: 1px;
  font-weight: 900;
  color: #333;
  font-size: 15px;
  padding: 10px 20px 10px 20px;
  border: solid #CCC 1px;
  text-decoration: none;
  margin: 5px;
}

.c-main > .content-normal .btn:hover {
  text-decoration: none;
  cursor:pointer;
}

.block-small-div{
	display: inline-block;
	margin-right: 7%;
}

.block-small-div img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.content-main > .b-mid > .block-small-div a{
    color: #333;
    display: block;
    font-size: 15px;
    font-weight: 300;
    margin: auto;
    max-width: 300px;
    padding: 0;
}

.last{
	margin-right: 0px;
}

.border-bottom{
	border-bottom: 1px solid #CCC;
}

.border-top{
	border-top: 1px solid #CCC;
}

.border-top-full:before {
	content: " ";
	display: block;
	position: absolute;
	height: 1px;
	width: 100%;
	left: 0;
	right: 0;
	background-color: #CCC;
	z-index: 1;
	
}



.big-block > .content-main > .b-mid > .field-main{
	float:none;
	display: inline-block;
	height: auto;
	width: 500px;
	margin-top: 80px;
	margin-bottom: 40px;
	max-width: 550px;
}

.big-block > .content-main > .b-mid > .field-main > span{
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 20px;
	text-align: left;
}

.big-block > .content-main > .b-mid > .all-img {
	display: inline-block;
    max-width: 440px;
}


.big-block > .content-main > .b-mid > .all-img > img{
	width: 100%;
	
}

.w100{
	width: 100%;
}

/*------------------------ Apresentacao FIM ----------------------------------*/
/*------------------------ Conteudo ----------------------------------*/

.search_box{
	margin-bottom: 20px;
}

/* -------------- gca_content_main -------------- */
.gca_content_main {
	display:block;
	width:100%;
	margin:0;
	padding:0;
}
.gca_titulo {
	display:block;
	font-size:14pt;
	font-weight:bold;
	color:#000;
	margin-bottom:10px;
}
.gca_content {
	display:block;
	width:100%;
	margin:0;
	padding:0;
	clear:both;
}
.gca_content_left,
.gca_content_left2 {
	float: left;
}
.gca_content_left2 {
	margin-left:4%;
}
.gca_content_right {
	float: right;
}
.gca_content_pad_top {
	padding-top:30px !important;
}
.gca_content_pad_bot {
	padding-bottom:30px !important;
}
.gca_content_servico {
	display:block;
	padding:20px 0;
	width:250px !important;
	margin:0 auto;
}
.gca_content_servico > a {
	color:#333 !important;
	font-size:15pt;
}
.gca_content_servico > a:hover {
	color:#333 !important;
}
.gca_content_servico.padd-extra-right {
	padding-right: 60px;
}
.gca_content_servico.padd-extra-left {
	padding-left: 60px;
}
.gca_content_image {
	display:block;
	text-align:center;
	margin-bottom:20px;
}
.gca_content_titulo {
	display:block;
	text-align:center;
	font-size:14pt;
	font-weight:bold;
}



/* -------------- field-list -------------- */
.field-list-v-center{
	padding-bottom: 30px;
    padding-top: 30px;
	width: 60%;
}

.field-list{
	border: 1px solid #fff;
	height: 100%;
	box-sizing: border-box;
	padding: 0px 15% 20px 20px;
}

.field-list ul{
	margin-top: -15px;
}

.field-list li{
	margin-top: 15px;
}

.field-list .legend {
	margin-left: -21px;
	width: 40%;
	font-size:14pt;
	font-weight:bold;
}

/* -------------- gca-list -------------- */
.gca-list-relative-block{
	position: relative;
	height: 100%;
	padding-top: 40px;
	padding-bottom: 30px;
	min-height: 260px;
}
.gca-list-block{
	height: 100%;
	position: relative;
    background-repeat: no-repeat;
	background-size: 45% auto;
    background-position: right center;
}
.gca-list-block:before{
	background-color: inherit;
    content: " ";
    display: inline-block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% + 1000px);
    z-index: -1;
}
.gca-list-block:after{
	background-color: inherit;
    content: " ";
    display: inline-block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% + 1000px);
    z-index: -1;
}
.gca-list-block,
.gca-list-block:before,
.gca-list-block:after{
	/*border-bottom: 1px solid #ccc;*/
}
.gca-list-relative-block > .all-img {
	float: right;
	display: none;    
}
.gca-list-relative-block > .all-img img {
	width: auto;
	height: 600px;
}

/* -------------- gca-extra-block -------------- */
.gca-extra-block {
	position:realtive;
}
.gca-extra-block a {
	z-index: 100;
}
.gca-extra-block > .gca-bloco-content {
	box-sizing: border-box;
    display: block;
    height: inherit;
	overflow: hidden;
	position:relative;
}
.gca-extra-block > .gca-bloco-content.padd-extra-right {
	padding-right: 30px;
	float: left;
}
.gca-extra-block > .gca-bloco-content.padd-extra-left {
	padding-left: 30px;
	float: right;
}
.gca-extra-block > .gca-bloco-image {
	box-sizing: border-box;
	height: 400px;
	margin: auto;
	position: relative;
}
.gca-extra-block > .gca-bloco-image.float-extra-left {
	float: left;
	padding-right:30px;
}
.gca-extra-block > .gca-bloco-image.float-extra-right {
	float: right;
	padding-left:30px;
}
.gca-extra-block > .gca-bloco-image .center-img,
.gca-bloco-image .center-img {
	box-sizing: border-box;
	height: inherit;
	margin: auto;
	position: relative;
}
.gca-extra-block > .gca-bloco-image img,
.gca-bloco-image img {
    position:absolute;
    top:0;
    bottom:0;
    left: 0;
    right: 0;
    margin:auto;
    max-width: 100%;
    height: auto;
}
.gca-extra-block > .gca-bloco-image.float-extra-right::before,
.gca-extra-block > .gca-bloco-image.float-extra-left::before {
    background-color: inherit;
    content: " ";
    display: block;
    height: inherit;
    position: absolute;
    width: 100vw;
    z-index: -1;
}
.gca-extra-block > .gca-bloco-image.float-extra-left:before {	
	right: 100%;
}
.gca-extra-block > .gca-bloco-image.float-extra-right:before {
	left: 100%;
}
/* -------------- gca-flex-list -------------- */
.gca-flex-list{
    width: 100%;
    position: relative;
    box-sizing: border-box;
}

.gca-flex-list *{
    box-sizing: border-box;
}

.gca-flex-list > div{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}

.gca-flex-list:before{
    width: 300vw;
    left: -100vw;
    right: -100vw;
    content: " ";
    position: absolute;
    background: inherit;
    z-index: -1;
    height: 100%;
}

.gca-flex-list > div > a,
.gca-flex-list > div > span{
    text-align: center;
    width: 33%;
}

@media screen and (max-width: 768px) {
    .gca-flex-list > div > a,
	.gca-flex-list > div > span{
		width: 50%;
    }
}

@media screen and (max-width: 480px) {
    .gca-flex-list > div > a,
	.gca-flex-list > div > span{
		width: 100%;
    }
}


.gca-flex-list > div > a > div,
.gca-flex-list > div > span > div{
    padding: 25px 15px 40px;
}

.gca-flex-list > div > a > div > .image,
.gca-flex-list > div > span > div > .image{
    margin-bottom: 10px;
}
.imgs3 > .gca-flex-list > div > a > div > .image img,
.imgs3 > .gca-flex-list > div > span > div > .image img{
	width:120px;
	height:120px;
	border-radius: 120px;
	-webkit-border-radius: 120px;
	-moz-border-radius: 120px;
}

.gca-flex-list > div > a > div > .titulo,
.gca-flex-list > div > span > div > .titulo{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.gca-flex-list > div > a > div > .texto,
.gca-flex-list > div > span > div > .texto{
    font-size: 15px;
    font-weight: 300;
    text-align: left;
}

#title,
h1{
    color: #eb2d37;
    font-size: 26px;
    font-weight: 900;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.c-main > .content-normal{
	box-sizing: border-box;
    color: #333;
    display: block;
    font-size: 15px;
    font-weight: 300;
	margin: auto;
	width: 92%;
	max-width: 1080px;
}



.c-main > .content-normal h2{
    color: #333;
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 20px;
}

.c-main > .content-normal p{
   color: #333;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 20px;
}

.c-main > .content-normal a{
    color: #EB2D37;
	padding: 2px;
    font-weight: 400;
	text-decoration: none;
	transition: color ease-in-out 0.1s;
}

.c-main > .content-normal a:hover{
     color: #d1141e;
             
}

.c-main > .content-normal hr{
	border: 0;
	height: 0;
	border-bottom: 1px solid #ccc;
}
	
.font-700,
.font-bold {
	font-weight:700;
}

.image-link-wrapper {
	max-width:100%;
}

.padding-top {
	padding-top:15px;
}
.padding-bottom {
	padding-bottom:15px;
}
.padding-left {
	padding-left:15px;
}
.padding-right {
	padding-right:15px;
}

.valign-top {
	vertical-align:top;
}

.float-left {
	float:left;
}
.float-right {
	float:right;
}

.table-cell {
	display:table-cell;
}

/*------------------------ Conteudo FIM ----------------------------------*/

/*------------------------ Form  ----------------------------------*/
.bolsa-op{
	margin-bottom: 5px;
}

.bolsa-deseja{
	margin-top: 40px;
}

.fb3-msg-erro{
	color: #EB2D37;
	padding: 10px;
	border: 1px solid #ff0000 !important;
	background: #ffeeee !important;
	margin-top: 20px;
	display: block;
}
.fb3area input{
	width:500px;
	display:block;
	height: 51px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
	min-width: 220px;
}
.fb3area .newbtnsubmit:hover,
#fileupload-label:hover,
.fb3area select:focus,
.fb3area textarea:focus,
.fb3area input:focus{
	border: 1px solid #66CC75;
	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);
	outline: none; 
}
.fb3area  .fb3select .fb3field,
.fb3area select,
.fb3area textarea,
.fb3area input{
	border: 1px solid #ccc;
	background: #F3F3F3;
}
.fb3area textarea{
	width: 100%;
	display:block;
	height: 100%;
	padding-left: 10px;
	padding-top: 10px;
	font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 300;
	resize: none !important;
	min-width: 220px;
	min-height: 120px !important;
}
.fb3area select{
	box-sizing: border-box;
	width: 100%;
	display:block;
	height: 49px;
	border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
	background: #F3F3F3 url("../images/seta_openSubMenu.png") no-repeat 0 0;
	background-position: right 20px center;
	color: dimgray;
    font-size: 15px;
    font-weight: 400;
	padding-left: 10px;
}
.fb3area select option{
	color: dimgray;
    font-size: 15px;
    font-weight: 400;
	padding-left: 10px;
}
.fb3area  .fb3select .fb3field{
	color: #333;
    font-size: 15px;
    font-weight: 400;
}
.fb3area .newbtnsubmit{
	float: right;
	padding-left: 30px !important;
    padding-right: 30px !important;
    width: auto !important;
	color: #333;
    font-size: 15px;
    font-weight: 600;
}
.fb3row{
	position: relative;
}
.fb3area > .fb3col{
	width: 100%;
}
.fb3area  .fb3row.fb3left .fb3label{
	width: 100%;
	vertical-align:middle;
	color: #333;
    font-size: 15px;
    font-weight: 300;
}
.fb3area  .fb3html.fb3left .fb3label{
	width: 100%;
	vertical-align:middle;
	color: #333;
    font-size: 15px;
    font-weight: 400;
    padding-left: 0px;
	margin-top: 50px;
}
.fb3area  .fb3html.fb3left{
	height: 10px;
}
.fb3area .fb3sep{
	display: table;
}
.fb3file .fb3field{
	border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}
.fb3area > .fb3col > .fb3file > .fb3label {
	box-sizing: border-box;
	color: #333;
    font-size: 15px;
    font-weight: 400;
}
.fb3area > .fb3col > .fb3file > .fb3field {
	box-sizing: border-box;
	border: none;
	padding-top: 20px;
	padding-left: 0px;
	height: 50px !important;
	cursor: initial;
}
.fb3area > .fb3col > .fb3codpostal  .fb3field{
	display: inline-block;
}
.fb3area > .fb3col > .fb3codpostal  .fb3field .fb3codpostal2,
.fb3area > .fb3col > .fb3codpostal  .fb3field .fb3codpostal1{
	box-sizing: border-box;
	display: inline-block;
	height: 47px;
	min-width: 100px;
}
.fb3area .fb3row.fb3codpostal .fb3codpostal2, .fb3area .fb3row.fb3codpostal .fb3codpostal1 {
    letter-spacing: 0px;
    text-align:initial;
}
.fb3error #fileupload-label{
	background-color: #ffeeee !important;
    border: 1px solid #ff0000 !important;
}
.fb3miss input{
    border: 1px solid #CCA866 !important;
	box-shadow: none !important;
}
.fb3miss input:focus{
	-webkit-box-shadow: 0 0 5px rgba(245,215,106,.5) !important;
	-moz-box-shadow: 0 0 5px rgba(245,215,106,.5) !important;
	box-shadow: 0 0 5px rgba(245,215,106,.5) !important;
}
.fb3error.fb3miss input:focus{
	border: 1px solid #CCA866 !important;
	background-color: #f3f3f3 !important;
}
/* ------------- */
.fb3area .fb3row.fb3checkbox label,
.fb3area .fb3row.fb3radio label {
	float:left;
	margin:5px 10px 0 0;
}
.fb3area .fb3row.fb3checkbox .fb3field input,
.fb3area .fb3row.fb3radio .fb3field input {
	float:left;
	width:auto !important;
	margin:0;
	padding:0;
	height:17px;
	min-width:25px;
	margin:5px 10px 5px 0;
	
}
/* ------------- */
#fileupload {
	height: 0;
	width: 0;
	display: none;
}

#fileupload-label {
    border: 1px solid #cccccc;
    padding: 10px;
	font-family: 'Roboto', sans-serif;
	background: #F3F3F3 url("../images/seta_right.png") no-repeat 0 0;
	background-position: right 10px center;
	padding-right: 30px;
	cursor: pointer;
}



#fileupload-label lable{
	cursor: pointer;
}

#fileupload-desc{
    font-size: 13px;
    font-weight: 300;
	display: block;
}

/*------------------------ Contactos ---------------------------------*/

.gca_content_main .c-block{
    float: left;
    width: 100%;
    display: flex;
}
.gca_content_main .c-block > .right,
.gca_content_main .c-block > .left{
    display: inline-block;
    width: 50%;
    position: relative;
    margin-bottom: 10px;
}
.gca_content_main .c-block > .left{
    margin-right: 5px;
}
.gca_content_main .c-block > .right{
    margin-left: 5px;
}
.gca_content_main .c-block > .left:before{
    background: inherit;
    content: " ";
    display: block;
    height: 100%;
    position: absolute;
    right: 100%;
    width: 100vw;
    z-index: -1;
}
.gca_content_main .c-block > .right:before{
    background: inherit;
    content: " ";
    display: block;
    height: 100%;
    position: absolute;
    left: 100%;
    width: 100vw;
    z-index: -1;
}
.gca_content_main .c-block.tipo_1 > .left{
    width: 35%;
}
.gca_content_main .c-block.tipo_1 > .right{
    width: 65%;
}
.gca_content_main .c-block.tipo_2 > .left{
    width: 60%;
}
.gca_content_main .c-block.tipo_2 > .right{
    width: 40%;
}
.gca_content_main .c-block.tipo_3 > .left{
    width: 50%;
}
.gca_content_main .c-block.tipo_3 > .right{
    width: 50%;
}
.gca_content_main .c-block > .amarelo{
    background: #F5D713;
    color: #333333;
}
.gca_content_main .c-block > .cinza{
    background: #F3F3F3;
    color: #333333;
}
.gca_content_main .c-block > .vermelho{
    background: #EB2D37;
    color: #FFFFFF;
}
.gca_content_main .c-block > div > .wraper{
    float: left;
    display: block;
    vertical-align: top;
    width: 100%;
    padding: 40px 0 50px;
}
.gca_content_main .c-block > .left > .wraper{
    padding-left: 0;
    padding-right: 90px;
}
.gca_content_main .c-block > .right > .wraper{
    padding-left: 130px;
    padding-right: 0;
}
.gca_content_main .c-block > div > .wraper > .titulo{
    float: left;
    display: block;
    vertical-align: top;
    width: 100%;
    min-height: 28px;
    font-size: 23px;
    font-weight: 900;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.gca_content_main .c-block > div > .wraper > .image{
    position: absolute;
    top: 10%;
    z-index: 2;
}
.gca_content_main .c-block > .left > .wraper > .image{
    right: -60px;
    top: 75px;
}
.gca_content_main .c-block > .right > .wraper > .image{
    left: -60px;
    top: 160px;
}
.gca_content_main .c-block.tipo_3 > .left > .wraper > .image,
.gca_content_main .c-block.tipo_2 > .left > .wraper > .image{
    right: -30px;
    top: 162px;
}
.gca_content_main .c-block.tipo_3 > .right > .wraper > .image,
.gca_content_main .c-block.tipo_2 > .right > .wraper > .image{
    left: -35px;
    top: 60px;
}
.gca_content_main .c-block > div > .wraper > .multi-wrap{
    display: flex;
    justify-content: space-between;
    width: 100%;
    float: left;
}
.gca_content_main .c-block > div > .wraper > .multi-wrap > div:last-child{
    margin-right: 0;
}
.gca_content_main .c-block .contact-wrap{
    float: left;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    padding-left: 25px;
    background: url("../images/icon01.png") no-repeat left top;
}
.gca_content_main .c-block .contact-wrap.icon_1{
    background: url("../images/icon01.png") no-repeat left top;
}
.gca_content_main .c-block .contact-wrap.icon_2{
    background: url("../images/icon02.png") no-repeat left top;
}
.gca_content_main .c-block .contact-wrap.icon_3{
    background: url("../images/icon03.png") no-repeat left top;
}
.gca_content_main .c-block .contact-wrap.icon_4{
    background: url("../images/icon04.png") no-repeat left top;
}
.gca_content_main .c-block .contact-wrap.icon_5{
    background: url("../images/icon05.png") no-repeat left top;
}
.gca_content_main .c-block .contact-wrap.icon_6{
    background: url("../images/icon06.png") no-repeat left top;
}
.gca_content_main .c-block .contact-wrap.icon_7{
    background: url("../images/icon07.png") no-repeat left top;
}
.gca_content_main .c-block .contact-wrap.icon_0{
	background:none !important;
}
.gca_content_main .c-block .contact-wrap > .titulo{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
}

@media screen and (max-width: 768px){
    .gca_content_main .c-block{
	    flex-direction:column;
    }
    
    .gca_content_main .c-block > .left,
    .gca_content_main .c-block > .right{
		width: 100% !important;
		margin: 0 0 20px 0;
    }
    
    .gca_content_main .c-block > .right:before,
    .gca_content_main .c-block > .left:before{
		left: -100vw;
		right: -100vw;
		width: 300vw;
    }
    
    .gca_content_main .c-block > .left > .wraper,
    .gca_content_main .c-block > .right > .wraper{
		width: 100%;
		padding: 40px 0 60px 0;
    }
    
    .gca_content_main .c-block.tipo_3 > .left > .wraper,
    .gca_content_main .c-block.tipo_2 > .left > .wraper{
		padding-bottom: 120px;
    }
    .gca_content_main .c-block.tipo_3 > .right > .wraper,
    .gca_content_main .c-block.tipo_2 > .right > .wraper{
		padding-top: 120px;
    }
    
    .gca_content_main .c-block > .left > .wraper > .image{
		bottom: -70px;
		left: 38%;
		left: calc(50% - 54px);
		right: 0;
		top: auto;
    }
    
    .gca_content_main .c-block.tipo_3 > .left > .wraper > .image,
    .gca_content_main .c-block.tipo_2 > .left > .wraper > .image{
		bottom: -20px;
		left: 46%;
		left: calc(50% - 30px);
		right: 0;
		top: auto;
    }
    
    .gca_content_main .c-block.tipo_3 > .right > .wraper > .image,
    .gca_content_main .c-block.tipo_2 > .right > .wraper > .image{
		bottom: auto;
		left: 36%;
		left: calc(50% - 85px);
		right: 0;
		top: -20px;
    }
    
}

@media screen and (max-width: 480px){
    .gca_content_main .c-block > div > .wraper > .multi-wrap {
		display: flex;
		float: left;
		justify-content: space-between;
		width: 100%;
		flex-direction:column;
    }
    
    .gca_content_main .c-block .contact-wrap{
		margin-right: 0;
		margin-bottom: 30px;
    }
    
    .gca_content_main .c-block .contact-wrap:last-child{
		margin-bottom: 0;
    }
}

/*------------------------ Contactos FIM -----------------------------*/
/*------------------------ Noticias ----------------------------------*/

#noticias{
    
}

#noticias *{
    box-sizing: border-box;
}

#noticias .noticia-wrap{
    padding: 30px 0 30px;
    position: relative;
}

#noticias .noticia-wrap:before{
	border-top: 1px solid #CCCCCC;
	top: 0;
	left: -100vw;
	width: 300vw;
	height: 100%;
	content: " ";
	position: absolute;
	z-index: -1;
}
#noticias .noticia-wrap:last-child:before{
    border-bottom: 1px solid #CCCCCC;
}

#noticias .noticia-wrap.image{
    padding-bottom: 40px;
}

#noticias .noticia-wrap.image .image{
    width: 480px;
    max-width: 35%;
    display: inline-block;
    padding: 0;
}

#noticias .noticia-wrap.image .image img{
    width: 100%;
    height: auto;
}

#noticias .noticia-wrap.image > .right{
    display: inline-block;
    width: 64%;
    padding-left: 40px;
    vertical-align: top;
}

#noticias .noticia-wrap > .right .ler-mais-wrap a:hover,
#noticias .noticia-wrap > .right .resumo a:hover,
#noticias .noticia-wrap > .titulo a:hover{
    color: #EB2D37;
}

#noticias .noticia-wrap > .titulo{
}

#noticias .noticia-wrap > .titulo a,
#noticias .noticia-wrap > .titulo span {
    color: #333333;
    font-size: 32px;
    font-weight: 500;
	margin:0;
	padding:0;
}

#noticias .noticia-wrap > .right{
    display: inline-block;
}

#noticias .noticia-wrap > .right .resumo{
    margin-bottom: 40px;
}

#noticias .noticia-wrap > .right .resumo a{
    color: #333333;
    font-weight: 300;
}

#noticias .noticia-wrap > .right .ler-mais-wrap{
    
}

#noticias .noticia-wrap > .right .ler-mais-wrap a{
    color: #333333;
    text-decoration: underline;
    font-size: 15px;
    font-weight: 600;
}

.bolsaemprego .noticia-wrap > .titulo a,
.bolsaemprego .noticia-wrap > .titulo span {
    font-size: 18px !important;
}

.bolsaemprego .noticia-wrap > .data,
.bolsaemprego .noticia-wrap > .data2 {
    color: #333333;
    margin-bottom: 10px;
    font-size: 15px !important;
}
.bolsaemprego .noticia-wrap > .right .ler-mais-wrap a{
    font-size: 13px !important;
}

.bolsaemprego .noticia-wrap:first-child:before{
	border-top: 0px none !important;
}
.bolsaemprego .noticia-wrap:last-child:before{
    border-bottom: 0px none !important;
}
.bolsaemprego .noticia-wrap .right {
	display:block;
	float:right;
	position:relative;
}
.bolsaemprego .noticia-wrap .right a.btn {
	display:block;
	float:right;
	text-decoration:none !important;
	margin-top:5px;
}

.navbar{
    
}

.navbar > ul{
    list-style: none;
    text-align: right;
}

.c-main{
    overflow: hidden;
}

.c-main .navbar > ul > li{
    display: inline-block;
    color: #333;
    position: relative;
    padding: 5px;
}

.c-main .navbar > ul > li:not(:last-child):before{
    content: " ";
    position: absolute;
    height: 15px;
    right: 0 ;
    top: 8px;
    width: 1px;
    background: #333;
}


.c-main .navbar > ul > li.active{
    color: #000;
    font-size: 18px;
    font-weight: 400;
}

.c-main .navbar > ul > li > a{
    color: #333;
    font-size: 18px;
    font-weight: 300;
}

.c-main .navbar > ul > li > a:hover{
    color: #eb2d37;
}

.c-main .navbar .setas{
    display: none !important;
}

#cat-select{
    padding: 10px 0;
}

#cat-select > .titulo{
    display: inline-block;
    color: #333333;
    font-size: 18px;
    font-weight: 300;
}

#cat-select .dropdown{
    width: 250px;
    position: relative;
    display: inline-block;
}

#cat-select > .dropdown > .select-menu{
    padding-left: 15px;
    padding-right: 25px;
    color: #333333;
    font-size: 18px;
    font-weight: 300;
    background: url("../images/seta-b2.png") no-repeat top 6px right;
}

#cat-select > .dropdown > .select-menu.down{
    background: url("../images/seta-b.png") no-repeat top 6px right;
}

#cat-select > .dropdown > .select-menu:hover{
    color: #EB2D37;
}

#cat-select .dropdown .submenu{
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 8px 11px -3px rgba(0, 0, 0, 0.3);
    display: none;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 80;
}

#cat-select .dropdown .submenu .root{
    text-align: left;
    padding: 0 0 0 15px;
}

#cat-select .dropdown .submenu .root li{
    cursor: pointer;
    display: block;
    margin: 0;
}

#cat-select .dropdown .submenu .root li a{
    color: #333333;
}



#cat-select .dropdown .submenu .root li a:hover{
    color: #EB2D37;
}

.noticia-detalhe-wrap{
    margin-top: 60px;
    box-sizing: border-box;
}

.noticia-detalhe-wrap *{
    box-sizing: border-box;
}

.noticia-detalhe-wrap .titulo{
    color: #333333;
    font-size: 32px;
    font-weight: 500;
}

.noticia-detalhe-wrap .data{
    color: #333333;
    margin-bottom: 10px;
    font-size: 13px;
}

.img-wrap.center {
    display: flex;
    justify-content: center;
    overflow: hidden;
    width: 100%;
}

.noticia-detalhe-wrap .img-wrap{
    max-width: 92vw;
    margin-bottom: 20px;
}

.img-wrap.center > span > picture > img,
.img-wrap.center > span > img {
    height: 100%;
    width: auto;
}

@media screen and (max-width: 480px){
    #noticias .noticia-wrap.image .image {
		max-width: 100%;
		padding: 0;
		width: 480px;
		margin-bottom: 10px;
    }
    
    #noticias .noticia-wrap.image > .right {
		padding-left: 0px;
		vertical-align: top;
		width: 100%;
    }
    #cat-select > .titulo{
		width: 100%;
		margin-bottom: 10px;
    }
    
    #cat-select .dropdown {
		display: inline-block;
		position: relative;
		width: 250px;
    }
      
    #cat-select > .dropdown > .select-menu {
		padding-left: 0px;
    }
}

/*------------------------ Noticias FIM ------------------------------*/
/*------------------------ Form FIM ----------------------------------*/
@media screen and (max-width: 1520px){
	#banner-pos > .banner {
		margin-left: calc( -350px);
	}
}

@media screen and (min-width: 1120px) {
	.menu > .menu-in > .m-m > div > a{ cursor: default;}
	.menu > .menu-in > .m-m > div > ul{ display: block !important;}
	.menu{
		-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
		-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
		box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	}
}

@media screen and (max-width: 1120px) {
    
    #footer-menu{
		display: none;   
    }

	.pushRight{
		right: 335px;
		position: relative;
	}
	
	.pushRight .fixed-header{
		left: -670px !important;
	}
	
	input[type=search] {
		width: 200px;

	}
	
	.bold{
		font-weight: 300; 
	}
	
	.menu{
	    box-sizing: border-box;
	    position: fixed;
	    background: #FFF;
	    width: 100%;
	    height: 100%;
	    z-index: 9001;
	    display: none;
	    left:initial;
	    right:0;
	    top:0;
	    bottom: 0;
	    max-width: 335px;
	    overflow: hidden;
	    padding: 0;
	    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
	}
	
	.menu *{
	    box-sizing: border-box;
	}
	
	.menu > .menu-in {
	    height: 100vh;
	    overflow-y: auto;
	    padding-right: 40px; 
	    padding-left: 20px;
	}

	.menu > .menu-in > .m-logo{
		display: none;
	}

	span.clear { clear: right; display: block; }

	.menu > .menu-in > .m-m {
	    display: block;
	    float: left;
	    margin-top: 150px;
	    width: 100%;
	    padding: 0;
	}

	.menu > .menu-in > .m-m > div{
		clear: both;
		display: block;
		float: left;
		margin-left: 10px;
		color: #EB2D37;
		font-size: 16px;
		font-weight: 300;
		margin-top: 0px;
		margin-bottom: 40px;
		width: 100%;
	}

	.menu > .menu-in > .m-m > div > a{
		display: block;
		float: left;
		color: #EB2D37;
		font-size: 16px;
		font-weight: 300;
		width: 100%;
		background-image: url("../images/seta_closeMenu.png");
		background-repeat: no-repeat;
		background-position: right center;
	}
	
	.menu > .menu-in > .m-m > div > a.toggled{
		background-image: url("../images/seta_openMenu.png");
	}
	
	.menu > .menu-in > .m-m > div > ul{
		display: none;
		list-style-type: none;
		padding: 0;	
		float: left;
		margin-left: 15px;
		width: 100%;
	}
	
	.menu > .menu-in > .m-m > div > ul > li{
		display:block;
		margin-top: 15px;
		width: calc(90% - 17px);
		-webkit-transition: all 0.6s;
		-moz-transition: all 0.6s;
		-ms-transition: all 0.6s;
		-o-transition: all 0.6s;
		transition: all 0.6s;
	}
	
	.menu > .menu-in > .m-m > div > ul > li > a{
		display:block;
		width: 100%;
		background-image: url("../images/seta_openSubMenu.png");
		background-repeat: no-repeat; /*Prevent showing multiple background images*/
		background-position: right center;
	}
	
	.menu > .menu-in > .m-m > div > ul > li > a.toggled{
		background-image: url("../images/seta_closeSubMenu.png");
	
	}
	
	.menu > .menu-in > .m-right {
		display: block;
		float: left;
		position: absolute;
		right: 30px;
		top: 10px;
		width: 100%;
		height: 165px;
		overflow: hidden;
		background: #FFFFFF;
	}
	
	.menu > .menu-in > .m-right > .m-close{
		float: none;
		display: table;
		font-size: 14px;
		font-weight: 400;
		text-decoration: none;
		vertical-align:central;
		margin-top: 10px;
		position: absolute;
		right: 20px;
	}
	
	.menu > .menu-in > .m-right > .m-icons{
		display: block;
		margin-top: 50px;
		display:table;
		position: absolute;
		right: 10px;
	}
	
	.menu > .menu-in > .m-right > .m-redes{
		display: block;
		margin-top: 20px;
		display:table;
		position: absolute;
		right: 10px;
	}
	
	.menu > .menu-in > .m-right > .m-redes > a,
	.menu > .menu-in > .m-right > .m-icons > a{
		display:table-cell;
		vertical-align:middle;	
	}
	
	.menu > .menu-in > .m-right > .m-search{
		box-sizing: border-box;
		clear: both;
		display: block;
		position: absolute;
		right:0;
		margin-top: 125px;
	}

}


@media screen and (max-width: 768px) {
	
	.fb3area .newbtnsubmit {
		 margin: auto;
		 float: none;
	}
	
	.fb3col{
		width: 100% !important;
	}
	
	.fb3area .fb3col + .fb3col {
		padding-left: 0;
		padding-top: 10px;
	}
	
	.fb3area .fb3row.fb3left .fb3label {
		width: 50%;
	}
	
	.fb3area .fb3row.fb3left .fb3label {
		width: 100%;
	}
	
	.gca-list-block{
		background-image: none !important;
	}
	
	.field-list-v-center{
		width: 100%;
	}
	
	.gca-list-relative-block {
		min-height: initial;
		width: 100% !important;
	}
	.gca-list-relative-block > .all-img {
		display:block;
		float:none;
		width: 100% !important;
		padding-right: 0px !important;
		padding-left: 0px !important;
		height: auto;
	}
	.gca-list-relative-block > .all-img img{
		position:relative;
		width:inherit;
		height:auto !important;
		margin-bottom:40px;
	}

}

.gca-owl{
    overflow: hidden;
    max-width: 1080px;
    padding: 40px 0;
    width: 92vw;
}
.gca-owl *{
    box-sizing: border-box;
}
.gca-owl > .titulo{
    font-size: 27px;
    color: #333333;
    font-weight: 700;
    text-transform: uppercase;
}
.gca-owl .owl{
    
}
.gca-owl .owl-carousel .owl-stage {
    align-items: center;
    display: flex;
    height: 1000px;
    position: relative;
}
.gca-owl .owl .slide{
    text-align: center;
}
.gca-owl .owl .slide .ano{
    font-size: 27px;
    color: #333333;
    font-weight: 700;
    position: relative;
    height: 90px;
    padding-top: 30px;
    overflow: hidden;
}
.gca-owl .owl .owl-item .slide .ano:before{
   position: absolute;
   height: 6px;
   width: 500px;
   content: " ";
   background: #CCCCCC;
   left: 62%;
   left: calc(50% + 40px);
   top: 44px;
}
.gca-owl .owl .owl-item .slide .ano:after{
   position: absolute;
   height: 6px;
   width: 500px;
   content: " ";
   background: #CCCCCC;
   right: 62%;
   right: calc(50% + 40px);
   top: 44px;
}
.gca-owl .owl .owl-item:nth-child(3n+1) .slide .ano{
    color: #CCCCCC;
    background: url("../images/border_grey.png") no-repeat center center;
}
.gca-owl .owl .owl-item:nth-child(3n+1) .slide .ano:after,
.gca-owl .owl .owl-item:nth-child(3n+1) .slide .ano:before{
    background: #CCCCCC;
}
.gca-owl .owl .owl-item:nth-child(3n+2) .slide .ano{
    color: #F5D713;
    background: url("../images/border_yellow.png") no-repeat center center;
}
.gca-owl .owl .owl-item:nth-child(3n+2) .slide .ano:after,
.gca-owl .owl .owl-item:nth-child(3n+2) .slide .ano:before{
    background: #F5D713;
}
.gca-owl .owl .owl-item:nth-child(3n+3) .slide .ano{
    color: #EB2D37;
    background: url("../images/border_red.png") no-repeat center center;
}
.gca-owl .owl .owl-item:nth-child(3n+3) .slide .ano:after,
.gca-owl .owl .owl-item:nth-child(3n+3) .slide .ano:before{
    background: #EB2D37;
}
.gca-owl .owl .slide .wraper{
    position: absolute;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px 0;
}
.gca-owl .owl .owl-item:nth-child(odd) .slide .wraper{
    bottom: 110px;
}
.gca-owl .owl .owl-item:nth-child(even) .slide .wraper{
    top: 110px;
}
.gca-owl .owl .slide .titulo{
    font-size: 15px;
    color: #333333;
    font-weight: 700;
}
.gca-owl .owl .slide .texto{
    font-size: 15px;
    color: #333333;
    font-weight: 300;
}
.gca-owl .owl .slide .image{
    width: 100%;
    max-width: 240px;
    margin: 15px auto;
}
.gca-owl .owl .slide .image img{
    width: 100%;
    height: auto;
}
.gca-owl .owl .owl-item:nth-child(odd) .slide .image{
    order: 1;
}
.gca-owl .owl .owl-item:nth-child(odd) .slide .titulo{
    order: 2;
}
.gca-owl .owl .owl-item:nth-child(odd) .slide .texto{
    order: 3;
}
.gca-owl .owl-controls{
    position: absolute;
    top: 50%;
    top: calc(50% - 8px);
    width: 100%;
}
.gca-owl .owl-prev{
    display: inline-block;
    content: " ";
    background: #FFFFFF url("../images/arrow_01.png") no-repeat left center;
    width: 25px;
    float: left;
    color: transparent;
}
.gca-owl .owl-next{
    display: inline-block;
    content: " ";
    background: #FFFFFF url("../images/arrow_02.png") no-repeat right center;
    width: 25px;
    float: right;
    color: transparent;
}

@media screen and (max-width: 1024px){
    .gca-owl .owl .owl-item:nth-child(even) .slide .wraper{
		bottom: 110px;
		top: auto;
    }
    .gca-owl .owl .owl-item .slide .image{
		order: 1;
    }
    .gca-owl .owl .owl-item .slide .titulo{
		order: 2;
    }
    .gca-owl .owl .owl-item .slide .texto{
		order: 3;
    }
	.gca-owl .owl-carousel .owl-stage {
		align-items: flex-end;
		display: flex;
		height: 500px;
		position: relative;
	}
}

/* popup */
#ipopup {
	display:block;
	margin:0;
	padding:0;
	overflow:hidden;
}
.contentPopup {
	display:block;
	margin:0;
	padding:20px;
	overflow:hidden;
}
.contentPopup > img,
.contentPopup > a > img {
	display:block;
	margin-bottom:20px;
}

/* newsletter */
.divNewsletter {
	left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
	max-width: 1280px;
	padding-top: 0px;
	padding-bottom: 0px;
	position:relative;
	height:50px;
}
.divNewsletter .m-newsletter{
	display: block;
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	position: absolute;
	right:0px;
}
#divNewsletter{
	top:0px;
	height: 35px;
    width: 35px;
    position: absolute;
}
#divNewsletter:hover{
	cursor:pointer;
}
input[type=newsletter] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-size: 12px;
}
input::-webkit-newsletter-decoration,
input::-webkit-newsletter-cancel-button {
	display: none; 
}
input[type=newsletter] {
	background: #fff url('../images/icon_envelope.png') no-repeat 9px center;
	border: solid 1px #ccc;
	padding: 8px 10px 7px 32px;
	width: 60px;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
input[type=newsletter]:focus {
	width: 200px;
	background-color: #fff;
	border-color: #66CC75;
	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);
}

a#btnNewsletter {
	background: #fff;
	-webkit-border-radius: 1;
	-moz-border-radius: 1;
	border-radius: 1px;
	font-weight: 600;
	color: #666 !important;
	font-size: 13px;
	padding: 5px 10px !important;
	border: solid #CCC 1px !important;
	text-decoration: none;
	position:absolute;
	margin:-5px 0 0 50px !important;
	display:inline-block;
}
a#btnNewsletter:hover {
  text-decoration: none;
}