@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Raleway:300');

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:before, .clearfix:after {
    content:"";
    display:table;
}

.clearfix:after {
    clear:both;
}

.skype_pnh_container {display:none !important;}
.skype_pnh_print_container {display:inline !important;}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    *zoom:1;
}

.clear {
    display: block; clear: both; height: 0px;
}
.FFFFFF{ background:#FFFFFF; }
* {
 outline:none !important;
 outline:0 !important;
}

::-moz-selection { background: #333; color:#FFFFFF;}
::selection { background: #333; color:#FFFFFF;}

body {
	font-size: 14px; /* IE8- */
	background-color: #FFFFFF;
	transition: background-color 2s ease-in;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	color: #666;
	box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	margin:0;
	padding:0;
}

a {text-decoration: none; color: #006FFF; border:0; outline:none;}
a:link { }
a:visited {}
a:hover { opacity:0.8; }
a, a:focus, :focus {}
.back_button{ display:block; float:left; width:100%; margin:20px 0;}
.back_button a{ display:block; float:left; background:#333 url('../img/arrow_back.png') no-repeat 20px center; padding:15px 20px 15px 40px; font-size:12px; font-weight:700; color:#FFF; text-transform:uppercase; margin:20px 0;}
.newbtnsubmit{ display:block; float:left; border:none; border-radius:none; box-shadow:none; background:#333333; padding:15px 20px; font-size:12px; font-weight:700; color:#FFF; text-transform:uppercase; cursor:pointer; margin-top:20px;}
.back_button a:hover, .newbtnsubmit:hover{ opacity:0.5;}
img {vertical-align: middle; border:0; outline:none;} /*Remove the gap between images and the bottom of their containers: h5bp.com/i/440 */
.geral_content .text img{ max-width:740px; }
.zindex { z-index:9; }
h1,h2,h3 {margin:0;}

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #333; margin: 0;}
h1{ font-weight:700;  font-size:47px; color:#000; text-align:center; padding:50px 0;}
body.homepage h1{ font-size:75px; color:#FFF; padding:0; }
h2{ font-weight:700; font-size:30px; }

abbr,acronym { border-bottom:1px dotted #000; cursor:help;}
em {font-style: italic;}
strong { font-weight: bold;}
blockquote,ul,ol,dl {}
ol,ul,dl { list-style: none; margin:0; padding:0;}
body.noticias_detalhes .geral_content ul { list-style: inherit; padding-left:40px; }
dl dd {margin-left:1em;}
th,td {border:0; padding:0;}
th {font-weight:bold; text-align:center;}
caption { margin-bottom:.5em; text-align:center;}
p,fieldset,table {margin-bottom:1em;}
textarea { resize: vertical;}/* Allow only vertical resizing of textareas.*/

input[type="text"]{
	display:inline-block;
	float:left;
	border:none;
	box-shadow:0;
	color:#333;
	height:42px;
	margin:10px 0;
	padding:0 15px;
	font-size:15px;
	-webkit-transition: border 1s; -moz-transition: border 1s; -o-transition: border 1s; transition: border 1s;
	background-color:#F8F8F8;
}

/* change checkbox */
input[type="checkbox"] { display:none !important; }

input[type="checkbox"] + label{
	background:url('/temas/proefgroup/img/checkbox_off.png') no-repeat 0 3px;
	height: 20px;
	display:inline-block;
	padding: 0;
	width: 17px;
}
input[type="checkbox"] + label.title{
	padding-left:25px;
	width:auto;
	margin:5px 0;
	color:#999;
	font-size:15px;

}
.areas_pretendidas .checkbox{ width:50%; float:left; }
.areas_pretendidas input[type="checkbox"] + label.title{ width:100%; padding-right:0;}
input[type="checkbox"]:checked + label{
	background:url('/temas/proefgroup/img/checkbox_on.png') no-repeat 0 3px;
}
.checkbox { display: inline-block; }
.checkbox:last-of-type { margin-bottom:10px; }

.areas_pretendidas .radio{ width:50%; float:left; margin:5px 0; }
.areas_pretendidas input[type="radio"] + label.title{ width:100%; padding-right:0;}

input[type="radio"] {
    display:block!important;width:5%!important; float:left!important; margin-left:0px!important; margin-right:6px!important;
}

.radio { display: inline-block; }
.radio:last-of-type { margin-bottom:10px; }

.fb3area { display:block; float:left; width:100%;}
.fb3area .fb3row .fb3field select, .fb3area .fb3row .fb3field .select2-container, .fb3area .fb3row .fb3field textarea, .fb3area .fb3row .fb3field input[type="file"], .fb3area .fb3row .fb3field input[type="text"] {
	font-family: "Roboto",sans-serif;
	margin-bottom:18px;
	border: 1px solid #DDDDDD;
	font-weight:400;
	font-size:14px;
	color: #A5A5A5;
	padding-left: 25px;
}
.fb3area .fb3row .fb3field textarea {
	padding-top: 10px;
	padding-bottom: 10px;
}
.fb3area .fb3sep { display:none; }
.fb3area .fb3row.fb3html .fb3label{
	padding:15px 25px;
	color:#FFF;
	background:#3fae2a;
	margin-bottom:15px;
	font-weight: 400;
}
input[type="text"]:focus { outline: none; }

input[type="submit"]{ display:inline-block; float:left; border:none; box-shadow:0; cursor:pointer; border-radius:0; color:#FFF; height:42px; padding:0; margin:0; width:80px; text-align:center; text-transform:uppercase; background-color:#333333; font-weight:700; font-size:12px; }

.content-gca ul{  list-style: initial; padding-left:40px; margin:14px 0;}
.content-gca td { line-height:200%; }
hr {
	display:inline-block;
	float:left;
	width:100%;
	height: 1px;
	padding: 0;
	margin:0;
	color: #F00;
	background-color: #917948;
	border: 0;
	clear: both;
}

.floatLeft{float:left}
.floatRight{float:right; }
.alignLeft {text-align: left;}
.alignRight {text-align: right;}
.hide { display: none !important; }
.show { display: inline-block !important; }
.mascara { position:absolute; left: 0; top:0; width:100%; height:100%; background:rgba(0, 0, 0, 0.3); }
.btn { display: block; float:left; width:100%; }
.areas_negocio .btn {
	display: flex;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
	-webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
	justify-content: center;
}
.btn a { display:block; font-size:18px; float:left; padding:9px 20px; padding-left:40px; color:#FFF; font-family:'futura-pt'; background:#18DAA5 url('../img/Seta_BotVerMais.png') no-repeat 20px 15px; margin-top:30px; }
.btn a:hover{ background-color:#333; }

.wrapper-1240 { display: block; height:100%; z-index: 20; position: relative; margin: 0 auto; width: 1240px; padding: 0;}
.wrapper-1100 { display: block; height:100%; z-index: 20; position: relative; margin: 0 auto; width: 1100px; padding: 0;}
.wrapper-900 { display: block; height:100%; z-index: 20; position: relative; margin: 0 auto; width: 900px; padding: 0;}
.wrapper-768 { display: block; height:100%; z-index: 20; position: relative; margin: 0 auto; width: 768px; padding: 0;}
/* start: navigation animation */
.menu-news,
header, footer, .main, .geral_content {
	display:block;
	width:100%;
	clear:both;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
/*HEADER*/

header {
	display:block;
	position:fixed;
	z-index:99;
}

header .header_menu {
	display:block;
	float:left;
	width:100%;
	position:fixed;
}

header .header_menu .logo a {
	display:block;
	float:left;
	margin-top:60px;
	margin-left:60px;
	z-index:1;
	width: 220px;
	height: 90px;
	background: url('../img/logoProef.png') left center;
	animation: play 8.11s steps(261) infinite;
}
header .header_menu .logo a:hover { opacity:0.8;}

header .header_menu .language { display:block; float:right; z-index:1;}
header .header_menu .language ul{ display: table-cell; vertical-align:middle; height: 175px; padding-right:140px;}
header .header_menu .language ul li { display:inline-block; float:left; margin-right:10px;}
header .header_menu .language ul li:last-child  { margin-right:0; }
header .header_menu .language ul  li a, header .header_menu .language ul  li span{ font-size:15px; color:#FFF; text-transform:uppercase; }
header .header_menu .language ul  li a { opacity: 0.6;}
header .header_menu .language ul  li a:hover {  opacity: 1; }

header .header_menu.fixed { height:80px; background:#333333; }
header .header_menu.fixed .logo a { margin-top:10px; width: 142px!important; height: 58px!important; background: url('../img/logoProef2.png') left center;animation: play2 8.11s steps(261) infinite!important;}
header .header_menu.fixed .language ul{ height:80px; }

header .header_menu.gca{
	display:block;
	position:absolute;
	top:0;
	width:100%;
	background-color:#FFFFFF;
	z-index:2;
}
header .header_menu.gca .language ul  li a, header .header_menu.gca .language ul  li span{ color:#000000; }
header .header_menu.gca .language ul { height:auto; padding-top:50px; }
ul.menu { display: table; float:right; width:100%; padding: 70px 0; border-bottom: 1px solid #E0E0E0; }
ul.menu > li { display: table-cell; position:relative; padding-right:5px;}
ul.menu > li:first-child{ padding-left:30px; }
ul.menu > li:last-child { padding-right:30px; }
ul.menu  > li > a{ display:block; padding-bottom:12px; transition: all 2s;  font-size:25px; font-weight:700; color:#0187FF; }
ul.menu  > li.active a { opacity:0.5; }
footer ul.menu  > li.active a, .header_menu.gca ul.menu  > li.active a { opacity:1; }
ul.menu > li > ul { display:block; position:relative; width:100%;}
ul.menu > li > ul li{ width:100%; padding:15px 0 0; white-space:nowrap;}

ul.menu > li > ul li a { font-size:15px; color:#666; font-weight:700; padding:0;}
ul.menu > li > ul li a:hover{ opacity:0.8; }

header .header_menu.gca .social {
	display: flex;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
	-webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
	justify-content: center;
	width:100%;
	height:213px;
}
header .header_menu.gca .social a {
	margin-right:20px;
}
header .header_menu.gca .social a:last-child { margin-right:0; }
/* END HEADER*/

/* highlight_big */
.highlight_big_swiper { max-width:1920px; }
.highlight_big {
	background-repeat:no-repeat;
	background-position:center;
	background-size: cover;
	display: block;
	float:right;
	width:100%;
	height:800px;
	position:relative;
	overflow:hidden;
}

.highlight_big .details{
	display: flex;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
	-webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
	justify-content: center;
	width:100%;
	height:100%;
	color:#FFF;
	text-align:center;
	margin-top:-40px;
	-webkit-transition: all 0.3s ease-out; 	transition: all 0.3s ease-out;
}
.highlight_big .details.slide{ margin-top: 0; }
.highlight_big .details > div { display:block; float:left; width:100%;}
.highlight_big .details span, .highlight_big .details .link { display:block; width:100%; margin-left:2%;}
.highlight_big .details .title { font-size:75px; font-weight:700; color:#FFF;}
.highlight_big .details .subtitle { font-size:16px; margin-bottom:40px; }
.visitar_site,
.highlight_big .details .link a {
	color:#FFF;
	font-size:17px;
	padding-bottom:5px;
	border-bottom: 2px solid #FFF;
	-moz-transition: all 0.5s ease; /* Firefox */
	-webkit-transition: all 0.5s ease; /* WebKit */
	-o-transition: all 0.5s ease; /* Opera */
	transition: all 0.5s ease; /* Standard */
}
.visitar_site:hover,
.highlight_big .details .link a:hover { padding-bottom:8px; opacity:0.8; color:#FFF; }
.highlight_big_swiper .swiper-button-next, .highlight_big_swiper .swiper-container-rtl .swiper-button-prev{ background:url(../img/arrow_destaques_next.png) no-repeat center center; width:17px; height:30px; margin:0; right:30px;}
.highlight_big_swiper .swiper-button-prev, .highlight_big_swiper .swiper-container-rtl .swiper-button-next{ background:url(../img/arrow_destaques_prev.png) no-repeat center center; width:17px; height:30px; margin:0; left:30px;}
.highlight_big_swiper video {
	margin: auto;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	visibility: visible;
	opacity: 1;
	width: auto;
}

.company {
	bottom: -14px;
	position: absolute;
	width: 100%;
	z-index: 1000;
	text-align: center;
	padding:0 5%;
	height:25vh;
}
.company ul{
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-box-align: center;
	-webkit-align-items: center;
		-ms-flex-align: center;
			align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	margin: 0;
	padding:0;
}
.company ul li {
    display: block;
    list-style-type: none;
    float: left;
    height: 100%;
	width:25%;
    opacity: 1;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.company ul a {
	display:block;
	background-position:center;
	background-repeat:no-repeat;
	height: 100%;
	background-size: auto 82px;
}
.company ul li:hover{
    opacity: 1;
    background-position: top;
    margin-top: -10px;
}

.company_verde{
	background-color:#17DAA4;
	height:100%;
	color:#FFF;
	font-size:25px;
	font-weight:bold;
	padding-top:15%;
	margin-right:10%;
}

.last_company{
	margin-right:0%!important;
}

.animated_arrow {
    display: block;
    position: absolute;
	width: 100px;
	height: 100px;
    bottom: 15%;
	left:45%;
	left:calc(50% - 50px);
	background:url(../img/setaDownload.svg) center no-repeat;
	animation: bounce 1s infinite alternate;
	-webkit-animation: bounce 1s infinite alternate;
	z-index:1;
}
.animated_arrow:hover {
	-webkit-animation-play-state: paused; /* Chrome, Safari, Opera */
    animation-play-state: paused;
}
/* end highlight_big */

/* highlight_small */
.highlight_small { display: block; float:left; width:100%; padding:110px 0; background:#FFF; }
.highlight_small .information { display: block; float:left; width:100%; color:#333; text-align:center; margin-bottom:50px; }
.highlight_small .information .title { display: block; float:left; width:100%; margin-bottom:10px; }
.highlight_small .information .subtitle { display: block; float:left; width:100%; font-size:17px; font-weight:400; margin-bottom:10px; color:#666; }
.highlight_small .highlight-list { display:block; float:left;  width:100%; padding:0; margin:0; }

.highlight_small .highlight-list .item {
	display: block;
	float:left;
	width:309px;
	border-right:1px solid #EBEBEB;
	padding:0;
	margin:0;
	height:120px;
}
.highlight_small .highlight-list .item:last-child{ border-right:none;}
.highlight_small .highlight-list .item .image{ display:block; float:left; background-repeat:no-repeat; background-position:center; width:100px; height:100px; margin-left:40px; }
.highlight_small .highlight-list .item .detail{ display:block; float:left; width:110px; margin-top: 10px; }
.highlight_small .highlight-list .item .detail .number{ display:block; float:left; width:100%;  color:#0187FF; font-weight:700; font-size:38px; font-family:'futura-pt';  }
.highlight_small .highlight-list .item .detail .info{ display:table-cell; width:100%; color:#333; font-size:15px; font-weight:300; font-family:'Raleway'; vertical-align:middle; height:40px;}
/* end highlight_small */


/*areas negocio*/
.areas_negocio{ display:block; float:left; width:100%; }
.areas_negocio h2  { text-align:center; }
.areas_negocio h2 .separator { display:block; text-align:center; padding-bottom:20px; width:100%; }
.areas_negocio h2 .separator span { display:inline-block; border-top:3px solid #333; width:230px; }
.areas_negocio_tit{
	color:#FFF;
	font-weight:bold;
	font-size:35px;
	padding:80px 0 0 0;
	text-align:center;
	font-family:'Open Sans', sans-serif;
}
.areas_negocio_masc{
	background-color:#000;
	width:100%;
	height:100%;
	opacity:0.2;
	z-index:0;
	position:absolute;
}

.destaques{  display:block; float:left; width:95%; width:calc(100% - 80px); margin: 60px 40px; }
@media only screen and (min-width : 1840px) {
	.destaques{ margin: 60px auto; max-width: 1760px; float:none; }
}
.destaques li{
    display: block;
    width: 25%;
    height: 560px;
    float: left;
    color: #fff;
    position: relative;
    text-align: center;
	background-position:center center;
	background-repeat:no-repeat;
    overflow: hidden;
	background-color:#FAFAFA;
}
.destaques li.doHover:hover .texto{
    display: block;
    width: 100%;
    height: 560px;
    float: left;
    color: #fff;
    position: relative;
}
.destaques li .texto {
    width:100%;
    height:100px;
    position:absolute;
    top:50px;
    left:0;
    margin-top:180px;
    z-index: 9;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-align: center;
}
.destaques li.doHover:hover .texto {
    margin-top:50px;
}
.destaques li .botContent{
	position:absolute;
    width:100%;
    top:0;
    left:0;
    margin-top:200px;
    opacity: 0;
	z-index:2;
}
.destaques li.doHover:hover .botContent {
	margin-top:70px;
	opacity: 1;
}
.destaques li .botContent .bot {
    height:400px;
    position: relative;
    margin: auto;
    margin-top:200px;
    display: block;
	padding:50px 5% 0;
    width:100%;
	background:#FAFAFA;
}
.destaques li .botContent .bot .detalhe { display:inline-block; width:100%; font-size:16px; color:#333; }

.destaques li.doHover:hover {
    background-position: center -100px;
}
.destaques li {
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.destaques li .botContent{
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.area_negocio.detail{
	display:block;
	float:left;
	width:100%;
	padding:50px 0;
}

.area_negocio .descricao{
	display: flex;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
	-webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
	justify-content: center;
	width:100%;
	font-size:16px;
	color:#666;
	padding:30px 0;
}

.area_negocio .descricao span{ width:760px; line-height: 200%; }
.areas_geograficas { padding-bottom: 50px;}
ul.areas_geograficas.horizontal {  display:block; float:left; width:100%; }
ul.areas_geograficas > li { display:block; float:left; }
ul.areas_geograficas.horizontal > li {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-box-align: center;
	-webkit-align-items: center;
		-ms-flex-align: center;
			align-items: center;
	justify-content: center;
	width:100%; margin-top:65px;
}
ul.areas_geograficas.horizontal > li > div { width:100%; }

ul.areas_geograficas ul { display:block; float:left; width:100%;  }
ul.areas_geograficas.horizontal ul  { width:auto;}
ul.areas_geograficas.horizontal ul > li { display:block; float:left; padding: 0; margin-bottom:35px; width: 305px; }
ul.areas_geograficas.horizontal ul > li:nth-child(4n) {  margin-right:0; }
ul.areas_geograficas.horizontal ul > li:last-child  { margin-right:0;}
ul.areas_geograficas ul > li a { display:block; /* float:left; */ }
ul.areas_geograficas ul > li a.logo { padding-bottom:20px; /* width:100%; */ }
ul.areas_geograficas ul > li a.logo img { max-height:45px; }

ul.areas_geograficas.vertical {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: center;
	float:none;
	width:auto;
	margin-top:50px;
}
ul.areas_geograficas.vertical > li:last-child  { margin-right:0; }
ul.areas_geograficas.vertical > li ul { display:block; float:left; padding:0 0 20px; }
ul.areas_geograficas.vertical > li ul > li { display:block; padding-bottom:50px; }
ul.areas_geograficas.vertical > li ul > li:last-child { padding-bottom:0; }

ul.areas_geograficas > li .titulo {
	color: #999;
    display: block;
	float:left;
	width:100%;
    font-size: 13px;
    font-weight: 600;
	margin-bottom:30px;
	text-transform:uppercase;
}
ul.areas_geograficas > li .titulo span {
    padding: 15px 20px 3px;
	border-bottom:1px solid #999;
}
ul.areas_geograficas > li .visitar_site_detalhe {
	color:#999;
	font-size:13px;
	-moz-transition: all 0.5s ease; /* Firefox */
	-webkit-transition: all 0.5s ease; /* WebKit */
	-o-transition: all 0.5s ease; /* Opera */
	transition: all 0.5s ease; /* Standard */
	float:left;


}
ul.areas_geograficas > li .visitar_site_detalhe span {
	display: inline-block;
	padding-left:10px;
	background:url('../img/visita_site.png') no-repeat right center;
	height: 7px;
	width:3px;

}
ul.areas_geograficas > li .visitar_site_detalhe:hover { opacity:0.8; }

.area_negocio.detail .googlemaps{ display:block; float:left; width:100%; height:100%; position:relative; margin-bottom:50px; }
.area_negocio.detail .googlemaps .contacto { display:block; float:left; height:100%; position:absolute; padding:60px; z-index:1; left:0; background:rgba(0,0,0, 0.8); color:#FFF; font-size:15px; }
.area_negocio.detail .googlemaps .contacto .logo {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-box-align: center;
	-webkit-align-items: center;
		-ms-flex-align: center;
			align-items: center;
	justify-content: center;
	margin-bottom:50px;
}
.area_negocio.detail .googlemaps .contacto .logo img{ width: 230px; }
/*areas negocio*/

/*noticias*/
.news_homepage { display:block; float:left; width:100%; margin-bottom:100px;}
.mediakit_categorias .news_homepage.sem_margem { margin-bottom:0; }
.news_homepage  h2  { text-align:center; margin-bottom:30px; }
body.homepage .news_homepage  h2  { margin-bottom:90px; }
.news_homepage  h2 .separator { display:block; text-align:center; padding-bottom:20px; width:100%; }
.news_homepage  h2 .separator span { display:inline-block; border-top:3px solid #333; width:230px; }
body.homepage .news_homepage  h2 .separator { display:block; }

.news-list .item { text-align:left; overflow: hidden; }
.news-list .item .date { color:#0187FF; font-size:15px; font-weight:700;}
.news-list .item .title { color:#333; font-size:20px; font-weight:700; height:90px;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-box-align: center;
	-webkit-align-items: center;
		-ms-flex-align: center;
			align-items: center;
}
.news-list .item .image { text-align:left; color:#333; font-size:20px; font-weight:700; overflow:hidden; }
.news_homepage .swiper-wrapper { margin-bottom:100px; }
.all_news{ display:block; float:left; width:100%; text-align:center; margin-top:60px;}
.all_news a{ display:inline-block; padding:10px 0; width:218px; color:#333333; border:1px solid #333333; font-weight: 600; }
.news-list.swiper-modulo { display:block; float:left; width:100%; }
.filtro_ano{ display:inline-block; float:right; text-align:right; clear:both; margin-bottom:40px; }
.filtro_ano .select2-container, .select2-drop, .select2-search, .select2-search input{ font-family: 'Open Sans', sans-serif; font-size:16px; font-weight:400; color:#000;  }
.filtro_ano .select2-container .select2-choice{ color:#000; background:#F8F8F8; border:none; border-radius:none; width:162px; height:auto; padding:19px 25px 18px; text-align:center; }
.filtro_ano .select2-container .select2-choice .select2-arrow { background:#F8F8F8; border:none; width: 18px; margin-right:25px; }

.select2-search { display:none; }
.filtro_ano .select2-container .select2-choice .select2-arrow b { background:url('../img/icon_Noticias_SetaDropDown.png') no-repeat center center }
.filtro_ano .select2-dropdown-open .select2-choice .select2-arrow b { transform: rotate(180deg); -ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); }
.select2-container .select2-choice > .select2-chosen { margin-right:0; padding-left:10px; width:100%; text-align:left;}
.select2-results .select2-highlighted { background:#333; }

.content.news { display:block; float:left; width:100%; }
.content.news > table {
	display:block;
	float:left;
	width:100%;
	max-width:1240px;
}
.content.news > table tr {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-box-align: center;
	-webkit-align-items: center;
		-ms-flex-align: center;
			align-items: center;
	justify-content: center;
	position:relative;
	width:100%;
	max-width:1240px;
}
/* end noticias  */

/* footer*/

.partners{ display:inline-block; float:left; width:100%; background:#F5F5F5; height:90px; }

.partners .swiper-slide{ padding: 30px 0; text-align:center; width:260px;}
.partners .swiper-slide img{
	max-height: 30px;
}

.partners .swiper-button-next, .partners .swiper-button-prev  { display:none; z-index:999; top:42px; margin-top:0; }
.partners .swiper-container:hover .swiper-button-next, .partners .swiper-container:hover .swiper-button-prev  { display:inline-block; }

.partners .swiper-button-next{ background-size: initial; background-image:url("../img/SetaNav_Menu_gray.png"); height:12px; width:12px; }
.partners .swiper-button-prev{ background-size: initial; background-image:url("../img/SetaNav_Menu_gray-left.png"); height:12px; width:12px;}

footer .top { display:block; float:left; width:100%; padding:52px 0 37px; border-bottom:1px solid #3D3D3D;}
footer ul.menu { padding:0; width:80%; float:left; border:none;}
footer ul.menu > li > a { color:#FFF; font-size:16px; font-weight:400; padding-bottom:9px; }
footer ul.menu > li > ul li a { color:#AFAFAF; font-size:14px; font-weight:400;}
footer ul.menu > li > ul li:hover a { color:#FFF;}
footer ul.menu > li > ul li { padding:7px 0 0; }
footer  .social { display:block; float:right; width:20%; }
footer  .social a { margin-right:20px; }
footer  .social a:last-child { margin-right:0; }
footer .bottom { display:block; float:left; width:100%; padding:35px 0;}
footer .bottom .logo_seara {  display:inline-block; float:right; width:39px; height:11px; background: url('../img/LogoSeara.png') no-repeat center center; }
/* end footer*/



/*	GCA	*/
.imagens_ambiente,
.companies_top{
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-box-align: center;
	-webkit-align-items: center;
		-ms-flex-align: center;
			align-items: center;
	justify-content: center;
	position:relative;
	width:100%;
	background: no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height:550px;
	max-width:1980px;
	text-align:center;
}
.companies_top.noimage{ height:200px; }
.companies_top.noimage.gca{ height:550px; }
.imagens_ambiente .imagens_ambiente_text h3,
.companies_top h3{ display:block; float:left; width:100%; font-size:75px; font-weight:700; color:#FFF; line-height: 100%; margin-bottom:32px; margin-top:-50px; -webkit-transition: all 0.3s ease-out; 	transition: all 0.3s ease-out; }
.imagens_ambiente .imagens_ambiente_text h3.slide,
.companies_top h3.slide{ margin-top:0; }
.imagens_ambiente .imagens_ambiente_text .resume,
.companies_top .resume { display:block; float:left; width:100%; font-size:16px; color: #fff; }

.imagens_ambiente .swiper-button-prev, .imagens_ambiente .swiper-container-rtl .swiper-button-next {
	background:url(../img/arrow_destaques_prev.png) no-repeat center center; width:17px; height:30px; margin:0; left:30px;
}

.imagens_ambiente .swiper-button-next, .imagens_ambiente .swiper-container-rtl .swiper-button-prev{
	background:url(../img/arrow_destaques_next.png) no-repeat center center; width:17px; height:30px; margin:0; right:30px;
}

.imagens_ambiente .imagens_ambiente_text {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-box-align: center;
	-webkit-align-items: center;
		-ms-flex-align: center;
			align-items: center;
	justify-content: center;
	position:relative;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:1;
}

.lateral_menu{
	display: block;
	position:relative;
	padding:50px 0 0;
}
.lateral_menu .swiper-wrapper {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-box-align: center;
	-webkit-align-items: center;
		-ms-flex-align: center;
			align-items: center;
	justify-content: center;
}
.lateral_menu .swiper-slide { text-align:center; }
.lateral_menu.desktop .swiper-slide { width:auto !important; margin-right:50px; }
.lateral_menu.desktop .swiper-slide:last-of-type { margin-right:0; }
.lateral_menu .swiper-slide a { font-size:16px; font-weight:600; color:#333; }
.lateral_menu .swiper-slide a.active,
.lateral_menu .swiper-slide:hover a { color:#0187FF; }

.lateral_menu .swiper-button-next, .lateral_menu .swiper-container-rtl .swiper-button-prev { display:none; right:0; background-image:url("/temas/proefgroup/img/SetaNav_Menu.png"); width:12px; height:12px; background-position:center center; background-size: initial; height:100%; margin:0; top:0;}
.lateral_menu .swiper-button-prev, .lateral_menu .swiper-container-rtl .swiper-button-next {  display:none; left:0; background-image:url("/temas/proefgroup/img/SetaNav_Menu-prev.png"); width:12px; height:12px; background-position:center center; background-size: initial; height:100%; margin:0; top:0;}

.lateral_menu .swiper-button-next.swiper-button-disabled, .lateral_menu .swiper-container-rtl .swiper-button-prev.swiper-button-disabled,
.lateral_menu .swiper-button-prev.swiper-button-disabled, .lateral_menu .swiper-container-rtl .swiper-button-next.swiper-button-disabled { display:none; }

/*galerias*/
.gallery_list{ display:inline-block; float:left; width:100%; margin:50px 0; padding:100px 0 60px; background-color:#F9F9F9; }
.gallery_list .swiper-container { display:block; float:left; width:100%; height:100%; }
.gallery_list.gca{ max-width:1240px; }
.gallery_list .swiper-button-next { margin:0; background:url("../img/seta_galeria_next.png") no-repeat center center; width:18px; height:100%; top:0; right:55px; background-size: initial;}
.gallery_list .swiper-button-prev { margin:0; background:url("../img/seta_galeria_prev.png") no-repeat center center; width:18px; height:100%; top:0; left:55px; background-size: initial;}
.gallery_list .swiper-pagination { display: block; margin-top: 40px; }
.image-source-link { color: #98C3D1; }
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.gallery_list .swiper-slide{ position:relative; text-align:center;}
.gallery_list .lupa-galeria{ display:none; background: url('../img/lupa-galeria.png') repeat-x center center; width:36px; height:36px; position:absolute; right: 235px; top: 15px; }
.mfp-with-zoom.mfp-ready .mfp-container { opacity: 1; }
.mfp-with-zoom.mfp-ready.mfp-bg { opacity: 0.8; }
.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg { opacity: 0; }
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog{ background:none; text-align: center; margin: 0 auto; padding: 0;}
.mfp-close-btn-in .mfp-close{ color:#FFFFFF; }
.wrapper_img{ overflow:hidden;}
.imagem-grande{
	display:inline-block;
	background: no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width:100%;
}
/*Pesquisa*/
.search_results, .search_summary, .search_box{ display:block; float:left; width:100%; margin:20px 0 0; text-align:left;}
.search_results { margin:20px 0; }
.search_results  a { width:auto; color:#000; text-transform:uppercase;}
.search_results span.highlight{ margin-right:10px; font-weight:700; width:auto;}
.search_box input[type="submit"]{ float:right; }
.search_box input[type="text"]{ width:75%;}

/*End Pesquisa*/
/*Paginacao*/
.navbar{ display:block; float:left; width:100%; margin-bottom:20px;}
body.galeria_videos .navbar{ float:right; width:auto; margin-bottom:0; margin-top:10px;}
.navbar ul{ display:inline-block; float:right;}
.navbar ul li{ display:inline-block; float:left; padding:0 5px; border-right:1px solid #666; border-left:1px solid #666;}
.navbar ul li:first-child{ border-left:none;}
.navbar ul li:last-child{ border-right:none;}
.navbar ul li a, .navbar ul li span{ color: #666; font-size: 14px; width: 740px; text-transform:uppercase;}
.navbar ul li span{ font-weight:700;}
/*End Paginacao*/


/****************		FOOTER			*******************/
footer {
	display:block;
	float:left;
	background-color:#333333;
}
/****************		END FOOTER			*******************/

/***************** CONTENT *******************/
/***************** BOLSAEMPREGO *******************/
h2.ofertas_disponiveis { display:block; width:100%; text-align:center; margin-top:50px; font-size:20px; }
ul.empresas{ display:block; width:100%; float:left; margin-top:40px; }
ul.empresas > li {
	display:block;
	float:left;
	padding: 0 30px;
	border-top:1px solid #EEE;
	width:100%;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
ul.empresas > li:last-child{ border-bottom:1px solid #EEE; }
ul.empresas > li.active,
ul.empresas > li:hover{ background-color:#931516;  border-top:1px solid #931516; }
ul.empresas > li > a { display:block; float:left; width:100%; color:#000; text-transform:uppercase; font-size:15px; background:url('../img/icon_Noticias_SetaDropDown.png') no-repeat right center; padding:18px 0 17px; -moz-transition: all 2s ease; -webkit-transition: all 2s ease; 	-o-transition: all 2s ease; transition: all 2s ease; }
ul.empresas > li.active > a,
ul.empresas > li:hover > a { color:#fff; background:url('../img/icon_Noticias_SetaDropDown2.png') no-repeat right center;  }
ul.empresas > li.active > a { background:url('../img/close.png') no-repeat right center; padding-right: 30px;}

ul.departamentos{ display:block; width:100%; float:left; background:#FFF; padding:50px 0 20px; width: calc(100% + 60px); margin-left:-30px; }
ul.departamentos > li { display:block; width:100%; float:left; }
ul.departamentos > li > span{ display:block; width:22%; float:left; color:#000; text-transform:uppercase; font-size:15px; text-align:center; padding:20px 0; }
ul.departamentos > li > ul { display:block; width:78%; float:right; }
ul.departamentos > li > ul > li { display:block; width:100%; float:left; padding:0 33px 0 30px; border-bottom:1px solid #EEE; }
ul.departamentos > li > ul > li:last-child { border-bottom:none; }
ul.departamentos > li > ul > li.active,
ul.departamentos > li > ul > li:hover { background-color:#F9F3F3; }
ul.departamentos > li > ul > li > a { display:block; width:100%; color:#000; font-size:15px; background:url('../img/more.png') no-repeat right center; padding:20px 0; min-height: 62px; }
ul.departamentos > li > ul > li > a span{ color:#666; }
ul.departamentos > li > ul > li.active > a { background:url('../img/less.png') no-repeat right center; padding:20px 0; }

ul.departamentos > li > ul > li > a .subtitulo { color:#999; float:right; margin-right:50px;}
ul.departamentos > li > ul > li.active > a > span{ display:none; }

ul.departamentos .detail { float:left; width:100%; }
ul.departamentos .detail .nome { display:block; float:left; width:100%; font-size:24px; font-weight:700; color:#000; margin-bottom:5px; }
ul.departamentos .detail .subtitulo { display:block; float:left; width:100%; font-weight:15px; color:#999; margin-bottom:50px;}
ul.departamentos .detail .descricao { display:block; float:left; width:100%; font-weight:15px; color:#333; }
ul.departamentos .detail .descricao > ul { list-style: outside; margin:15px; padding:0; }
ul.departamentos .detail .descricao > div > ul { list-style: outside; margin:15px; padding:0; }
ul.departamentos .detail .descricao > ul > ul { list-style: outside; margin:15px; padding:0; }
ul.departamentos .detail .descricao > div > ul > ul { list-style: outside; margin:15px; padding:0; }

.candidatura{display:inline-block; font-size:18px; padding:9px 30px 9px 50px; color:#FFF; font-family:'futura-pt'; background:#18DAA5 url('../img/Seta_BotVerMais.png') no-repeat 20px 15px; margin:30px 0; text-align:center;}
.candidatura:hover{ color:#FFF; }
.candidatura_espontanea {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-box-align: center;
	-webkit-align-items: center;
		-ms-flex-align: center;
			align-items: center;
	justify-content: center;
	width:100%;
}
.bolsaemprego_form {
	display:block;
	margin:0 auto;
	width:769px;
}
.bolsaemprego_form .item { display:block; float:left; width:100%; margin-bottom: 15px; }
.bolsaemprego_form .item.submit {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-box-align: center;
	-webkit-align-items: center;
		-ms-flex-align: center;
			align-items: center;
	justify-content: center;
}
.bolsaemprego_form .item.item50 { width:48%; }
.bolsaemprego_form .item.item33 { width:296px; }
.bolsaemprego_form .item input,
.bolsaemprego_form .item .label { display:block; float:left; width:100%;  }
.bolsaemprego_form .item .label { color:#000; font-size:13px; }
.bolsaemprego_form .item input { color:#999; font-size:15px; margin-top:6px; }
.bolsaemprego_form .item input[type="submit"] {
	display:inline-block; font-size:18px; padding:9px 30px 9px 50px; color:#FFF; font-family:'futura-pt'; background:#18DAA5 url('../img/Seta_BotVerMais.png') no-repeat 20px 15px; margin:30px 0; text-align:center; width:auto; font-weight:400; text-transform:initial;
}
.labelRGPDBolsaEmprego {
	color: #666666;
	font-size: 14px;
	display: block;
	margin-bottom: 40px;
}

#simplemodal-container .labelRGPDBolsaEmprego a {
	color: #666666;
	text-decoration: underline;
}

.title_candidatura { display:block; float:left; margin-left:95px; margin-bottom:30px; }
.title_candidatura .geral { display:block; float:left; font-size:37px; font-weight:700; color:#0187FF; width:100%; }
.title_candidatura .titulo { display:block; float:left; font-size:24px; font-weight:700; color:#000; width:100%;}
.title_candidatura .subtitulo { display:block; float:left; font-size:15px; font-weight:700; color:#999; width:100%;}

.bolsaemprego_form .item input[type="file"] { height:42px;}

.fileUpload { display:inline-block; width:100%; float:left; position:relative;	margin:10px 0; }

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.fileUpload .input_view {
	display:block;
	float:left;
	width:100%;
	position:relative;
	width: 100%;
	background-color: #f8f8f8;
    border: medium none;
    color: #333;
	height: 42px;
}
.fileUpload .input_view .title {
	display:block;
	position:absolute;
	left:0;
	width:97%;
	top:0;
	background-color: #f8f8f8;
	padding:11px 15px;
	height: 32px;
}
.fileUpload .input_view .btn_search {
	display:block;
	position:absolute;
	right:0;
	top:0;
	background-color: #666666;
	padding:11px 40px;
	color:#FFF;
}
.combo .select2-container, .select2-drop, .select2-search, .select2-search input{ font-family: 'Open Sans', sans-serif; font-size:15px; font-weight:400; color:#000; width:100%;  }
.combo .select2-container .select2-choice{ color:#000; background:#F8F8F8; border:none; border-radius:none; height:auto; padding:8px 25px; text-align:center; width:100%; margin:6px 0; font-size:15px; line-height:auto; color:#999; padding-left:15px; }
.combo .select2-container .select2-choice .select2-arrow { background:#F8F8F8; border:none; width: 18px; margin-right:25px; }
.combo .select2-container .select2-choice > .select2-chosen { font-size:15px; line-height:auto; color:#999; height:26px; padding:0;}
.select2-search { display:none; }
.combo .select2-container .select2-choice .select2-arrow b { background:url('../img/icon_Noticias_SetaDropDown.png') no-repeat center center }
.combo .select2-dropdown-open .select2-choice .select2-arrow b { transform: rotate(180deg); -ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); }

.bolsaemprego_form .item.experiencia_internacional .checkbox { width: 25%; }
/**************** END GCA	*******************/

/*************	Media kit 	*********************/
.listagem_media_kit_categorias{ display:block; float:left; width:100%; margin-bottom:90px; }
.listagem_media_kit_categorias li{ display:block; float:left; width:49%; margin-right:2%; margin-bottom:2%; background-color:#F7F7F7; padding:30px; height:400px; }
.listagem_media_kit_categorias li.logotipo { background-repeat:no-repeat; background-position:center center;  }
.listagem_media_kit_categorias li:nth-child(2n) { margin-right:0 }
.listagem_media_kit_categorias li a {
	display: flex;
    align-items: end;
	justify-content: center;
	width:100%; height:100%;
	text-align:center;
	text-decoration:none;
	font-weight:700;
	font-size:20px;
	color:#FFF;
	background:url('../img/setaDownload.svg') no-repeat top right;
}
.listagem_media_kit_categorias li:hover a {
	background:url('../img/setaDownload.svg') no-repeat top right;
}
.listagem_media_kit_categorias li a div { display:block; width:100%; }
.listagem_media_kit_categorias li a span { display:block; width:100%; }

.mediakit_list { display:block; float:left; width:100%; margin:0 0 50px 0; padding:0; }
.mediakit_list li { display:block; float:left; width:100%; padding:0 30px; border-top:1px solid #EEEEEE;}
.mediakit_list li:hover { background:#F3F3F3; border-top:1px solid #F3F3F3;}
.mediakit_list li:last-child { border-bottom:1px solid #EEEEEE;}
.mediakit_list li a { display:block; float:left; width:100%; padding:23px 0 19px; font-size:15px; color:#666;  }
.mediakit_list li:hover a { color:#000; }
.mediakit_list li a span { display:block; float:left; width:12%;  text-align:center; text-transform:uppercase;}
.mediakit_list li a .title { text-transform:initial; text-align:left; width:76%; padding-left:30px; background:url(../img/icon_Download_small.png) no-repeat center left; color:#555;}
.mediakit_list li:hover a .title { background-image:url(../img/icon_Download2_small.png);}
.mediakit_list li a .mobile_ano_tipo {display:none; }
/*************	END Media kit 	*****************/

/*************	Onde Estamos 	*****************/
.onde_estamos_list { display:block; float:left; width:100%; }
.onde_estamos_list li { display:block; float:left; width:100%; position:relative; margin-bottom:50px; overflow:hidden; }
.onde_estamos_list li .imagem { display:block; float:left; width:50%; background-position:center center; }
.onde_estamos_list li .mapa { display:block; float:left; width:50% !important; }
.onde_estamos_list li .contacto { display:block; position:absolute; padding:40px; background:#FFF; z-index:1; font-size:16px; line-height: 170%; color:#333; }
.onde_estamos_list li #mapContact { display:block; float:left; width:50% !important; }
/*************	END Onde Estamos 	*************/






/************************************
**** 		Modal				 ****
************************************/
#modalForm { display:none; float:left; width:100%; padding:0; margin:0;}

#simplemodal-container {
	background-color: #FFF !important;
	border: none !important;
	color: none !important;
	height: 100% !important;
	max-height: 675px !important;
	width:100% !important;
	max-width:968px !important;
	padding:0 !important;
}
#simplemodal-container .simplemodal-data { padding:0 !important; overflow:hidden; }
.simplemodal-wrap{
	overflow-x:hidden !important;
}
#simplemodal-container a.modalCloseImg {
    background: url("../img/iconMenu_Close.png") no-repeat center center;
    cursor: pointer;
    display: block;
    height: 27px;
    position: absolute;
    right: 25px;
	left:auto;
    text-align: center;
    top: 25px;
    width: 29px;
    z-index: 3200;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
#simplemodal-container a.modalCloseImg:hover {
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform:rotate(90deg);
	transform: rotate(90deg);
	z-index: 1000;
}
/*******************	FAQ		**********************/

/*Hamburguer*/
.hamburger {
	display:block;
	position:absolute;
	top:60px;
	right:50px;
	padding: 15px;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, -webkit-filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
	z-index:9;
}
.hamburger.fixed { top: 14px; }
.hamburger.is-active { top: 35px !important; }
.hamburger:hover {
	opacity: 0.7;
}
.hamburger-box {
	width: 27px;
	height: 22px;
	display: inline-block;
	position: relative;
}
.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 27px;
    height: 3px;
    background-color: #FFF;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}
.hamburger .hamburger-inner {
	top: 2px;
	transition-duration: 0.4s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger .hamburger-inner::before {
	top: 10px;
	transition: opacity 0.15s 0.4s ease;
}
.hamburger .hamburger-inner::after {
	top: 20px;
	transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
	background-color:#000;
}
.hamburger.is-active .hamburger-inner {
	-webkit-transform: translate3d(0, 10px, 0) rotate(135deg);
	transform: translate3d(0, 10px, 0) rotate(135deg);
	transition-delay: 0.1s;
}
.hamburger.is-active .hamburger-inner::before {
	transition-delay: 0s;
	opacity: 0;
}
.hamburger.is-active .hamburger-inner::after {
	-webkit-transform: translate3d(0, -20px, 0) rotate(-270deg);
	transform: translate3d(0, -20px, 0) rotate(-270deg);
	transition-delay: 0.1s;
}

/* animacao bounce */
@keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-20px);
  }
}
@-webkit-keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-20px);
  }
}

/*swiper*/
.swiper-pagination { position:relative; display:none; }
.news-list .swiper-pagination { display:block; }
/* .list2 .swiper-modulo .swiper-pagination { display:none; } */
.swiper-container-horizontal > .swiper-pagination { bottom: 0; }

.swiper-pagination-bullet { background-color:#333; width:11px; height:11px; border-radius:100%; }
.swiper-pagination-bullet-active { background-color:#333;}

/***************	ALERT		**********************/
#popupNotification {
    bottom: 5px;
    margin-left: 5px;
    position: fixed;
    right: 5px;
    z-index: 9999;
    text-shadow: none;
}
.alert {
    border: 1px solid #eed3d7;
    border-radius: 4px;
    clear: right;
    float: right;
    margin-top: 10px;
    padding: 15px;
    text-align: right;
}
.alert-red {
    background-color: #FF070F;
    color: white;
}
.alert-green {
    background-color: #37bc9b;
    color: white;
}
.alert-blue {
    background-color: #4a89dc;
    color: white;
}
.alert-yellow {
    background-color: #f6bb42;
    color: white;
}
.alert-orange {
    background-color: #e9573f;
    color: white;
}
.alert-black {
    background-color: #444444;
	border-color:#000000;
    color: white;
}
.alert_geral{
	width:95%;
	width:calc(100% - 30px);
    text-align: left;
}
.scrollable .viewport,
.scrollable .viewport .overview { width: 100% !important; }

/**************** CONTACTOS	*******************/
.contacts_list{ display:inline-block; float:left; width:100%; text-align:left;}
.contacts_list .swiper-wrapper{ display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex; }
.contacts_list .country{ display:inline-block; float:left; width:100%; margin:25px 0;}
.contacts_list .country .country_name{ display:inline-block; float:left; width:100%; font: 600 16px 'Roboto', sans-serif; color:#000; margin-bottom:15px; cursor:pointer;}
.contacts_list .country .detail_country{ display:inline-block; float:left; width:100%; }
.contacts_list .country .city{ display:inline-block; float:left; }
.contacts_list .country .city:nth-of-type(4n){ margin:0 0 20px 0 !important; }
.contacts_list .country .city span, .contacts_list .country .city .contacts, .contacts_list .country .city a{ display:inline-block; float:left; width:100%; font: 400 15px 'Roboto', sans-serif; color:#666666; margin:0;}
.contacts_list .country .city span.address{ min-height:30px;}
.contacts_list .country .city .contacts div{ display:block; float:left; width:100%;}
.contacts_list .country .city .city_detail{ font: 400 15px 'Roboto', sans-serif; color:#0086FF; padding-bottom:5px;}
.contacts_list .country .city .gmaps{ background: url('../img/pin-localizacao.png') no-repeat 0 0; text-decoration:underline; padding-left:25px; height:22px; margin:10px 0 20px;}
.contacts_list .country .city .contacts .contacts_title{ color:#000; width:auto; padding-right:5px; text-decoration:none !important; color:#666666 !important;}
.contacts_list .country .city .contacts .contacts_number{ width:auto; text-decoration:none !important; color:#666666 !important;}
/**************** END CONTACTOS	*******************/

/************************************
**** 		Modal				 ****
************************************/
body.contactos #simplemodal-container {
	background-color: #FFF !important;
	border: none !important;
	color: none !important;
	height: 100% !important;
	width:100% !important;
	padding: 0 !important;
	top: 0 !important;
	
}
body.homepage #simplemodal-container{ 
	background: none !important;
	border: none !important;
	color: none !important;
}
body.homepage .simplemodal-wrap{ 
	overflow:hidden !important;
}
body.contactos #simplemodal-container a.modalCloseImg {
    background: url("../img/close_btn.png") no-repeat center center; 
    cursor: pointer;
    display: block;
    height: 64px;
    position: relative;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 3200;
	-moz-transition: all 1s ease; /* Firefox */
	-webkit-transition: all 1s ease; /* WebKit */
	-o-transition: all 1s ease; /* Opera */
	transition: all 1s ease; /* Standard */
}
body.homepage #simplemodal-container a.modalCloseImg{
	background: url("../img/btn-close.png") no-repeat center right; 
	resize: both;
	position: absolute;
	display: block;
	right: 0;
    top: -30px;
	z-index: 3200;
	-moz-transition: all 1s ease; /* Firefox */
	-webkit-transition: all 1s ease; /* WebKit */
	-o-transition: all 1s ease; /* Opera */
	transition: all 1s ease; /* Standard */
	width:22px;
	height: 22px;
	padding:0 !important;
}
body.contactos #simplemodal-container a.modalCloseImg:hover {
	-moz-transform: rotate(90deg); /* Firefox */
	-webkit-transform: rotate(90deg); /* WebKit */
	-o-transform:rotate(90deg); /* Opera */
	transform: rotate(90deg); /* Standard */
	z-index: 1000;
}
body.contactos .simplemodal-content{ display:none;}
body.contactos .modal-container .thumb{ text-align:center;}

.link_anulacao{ display:block; float:left; width:100%; margin:15px 0 0;}

@keyframes play {
    100% { background-position: -57420px; }
}

@keyframes play2 {
	100% { background-position: -37062px; }
}

/*******************************************
GCA
*******************************************/
#gca-container {
	display: block;
	width: 100%;
}
#gca-container > .gca-block {
	clear: both;
	margin: 0 0 10px 0;
}
/* pos: left */
#gca-container > .gca-block.left > .content > .image {
	float: left;
	padding: 0 10px 10px 0;
}
/* pos: left2 */
#gca-container > .gca-block.left2 > .content > .image {
	display: table-cell;
	float: left;
	vertical-align: top;
	padding: 0 10px 10px 0;
}
#gca-container > .gca-block.left2 > .content > .htmleditor {
	display: table-cell;
	vertical-align: top;
}
/* pos: center | default */
#gca-container > .gca-block.center > .content > .image,
#gca-container > .gca-block.default > .content > .image {
	text-align: center;
	padding-bottom: 10px;
}
/* pos: right */
#gca-container > .gca-block.right > .content > .image {
	float: right;
	padding: 0 0 10px 10px;
}
/* pos: right2 */
#gca-container > .gca-block.right2 > .content > .image {
	display: table-cell;
	float: right;
	vertical-align: top;
	padding: 0 0 10px 10px;
}
#gca-container > .gca-block.right2 > .content > .htmleditor {
	display: table-cell;
	vertical-align: top;
}
/* file | link */
#gca-container > .gca-block > .content > .file,
#gca-container > .gca-block > .content > .link {
	clear: both;
	background-color: #F2F2F2;
	padding: 5px;
	margin: 0 0 10px 0;
}
#gca-container > .gca-block > .content > .file > span,
#gca-container > .gca-block > .content > .link > span {
	font-weight: bold;
	display: block;
}

/*******************************************
GCA
*******************************************/