@charset "utf-8";
*,
:before,
:after {
  box-sizing: border-box;
}
a,
body {
    font-family: 'Montserrat', sans-serif;
	font-weight: normal;
}

body {
    font-size: 13px;
    font-size: 1.3rem;
    background-color: #FFF;
    transition: background-color 2s ease-in;
    color: #000;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    padding: 0;
	overflow-x:hidden;
}
body.gca,
body.seccoes {
	background:#F4F4F4;
}
body.detalhe {
	background:#ECECEC;
}
ul{
    list-style-image: url('../img/arrow-combo-black.svg');
	padding-left:10px;
}

.color-darkgray {
	color:#434343;
}
.color-white {
	color:#FFFFFF;
}
.color-darkblue {
	color:#7aa9c1;
}
.color-lightblue {
	color:#00deFF;
}

.wrapper{
    display: block;
    z-index: 20;
    position: relative;
    margin: 0 auto;
    height: 100%;
    padding: 0;
	max-width: 1240px;
	width:100%;
}

.website {
    display: none;
}

.font-raleway {
	font-family: 'Raleway', sans-serif;
}
.font-montserrat {
	font-family: 'Montserrat', sans-serif;
}
.font-didact {
	font-family: 'Didact Gothic', sans-serif;
}
.font-roboto {
	font-family: 'Roboto', sans-serif;
}
.btn_geral {
	display:flex;
	align-items:center;
	justify-content:center;
    height: 43px;
	background-color:#da1634;
	transition: all 0.5s;
	font-size:14px;
	font-weight:800;
	font-family: 'Montserrat', sans-serif;
	color:#FFF;
	text-transform:uppercase;
	margin:0 auto;
	padding:0 10px;
	border:1px solid #da1634;
	border-radius: 3px;	
}
.btn_geral:hover {
	background-color:#FFF;
	color:#da1634;
	opacity:1;
}
/** INICIO ESCONDER ITENS PARA IE **/
.hide-ie {
	display:none !important;
}
a {
    text-decoration: none;
    color: #00DFFF;
    border: 0;
    outline: 0;
    font-weight: 400
}
a:hover {
    opacity: .8
}
h1, h2, h3, h4{
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
}
footer ul,
header ul,
section ul {
    list-style: none;
    margin: 0;
    padding: 0
}
.animation {
	transition: all 0.5s;
}


/*Navegacao slide*/
.slick-dots {
	display:flex;
	align-items:center;
	justify-content:flex-start;
    z-index: 10;
    width: 100%;
    max-width: 1200px;
    left: 50%;
    left: calc(50% - 600px);
    height: 20px;
    position: absolute;
    bottom: 200px;
	z-index: 99999;
}

.slick-dots li {
	display:flex;
	align-items:center;
	justify-content:center;
	width:20px;
	height:20px;
}

.slick-dots li button[type=button] {
	display:flex;
	align-items:center;
	justify-content:center;
    text-indent: -5000px;
    border: 0;
    box-shadow: 0;
    width:9px;
	height:9px;
    padding: 0;
	background: #93948C;
	border-radius:100%;
    cursor: pointer
}
.slick-dots li.slick-active button[type=button] {
	background: #FFFFFF;
}

header {
    left: 0;
    top: 0;
    position: fixed;
	z-index: 999999;
	width:100%;
}
header .menu-header-responsive {
	display:block;
	position:absolute;
	padding:25px;
	min-width:358px;
	background-color:#ECECEC;
	right:-358px;
	top:54px;
	z-index:99;
	transition:all 0.3s;
}
header .menu-header-responsive.active {
	right:0;
}
header .menu-header-responsive .menu-responsive-list {
	margin-top:20px;
}
header .menu-header-responsive .menu-responsive-link {
	display:block;
	color:#292929;
	font-size:15px;
	font-weight:600;
	text-transform:uppercase;
	padding:14px 0;
}

header .menu-header-responsive .menu-responsive-icon {
	display:inline-block;
	margin-right:10px;
	width:12px;
	height:12px;
	position:relative;
}
header .menu-header-responsive .menu-responsive-icon-inner::before,
header .menu-header-responsive .menu-responsive-icon-inner::after {
	content: "";
    display: block;
	position:absolute;
	width:12px;
	height:2px;
	background:#555555;
	top:6px;
	left:0;
	transition: all 0.5s;
}
header .menu-header-responsive .menu-responsive-icon-inner::before{
	transform:rotate(90deg);	
}
header .menu-header-responsive .menu-responsive-item.active .menu-responsive-link .menu-responsive-icon-inner::before {
	transform:rotate(180deg);
}
header .menu-header-responsive .menu-responsive-item.active .menu-responsive-link .menu-responsive-icon-inner::after {
	transform:rotate(180deg);
}
header .menu-header-responsive .submenu-responsive-list{
	display:none;
	margin-bottom:20px;
	margin-left:25px;
	transition:all 0.3s;
}
header .menu-header-responsive .menu-responsive-item.active .submenu-responsive-list{
	display:block;
}
header .menu-header-responsive .submenu-responsive-link{
	display:block;
	color:#434343;
	font-size:14px;
	font-weight:700;
	padding:10px 0;
}
header .header-top {
	width:100%;
	background-color:#2A2A2A;
	height:54px;
}
header .header-top .wrapper {
	display:flex;
	justify-content:flex-end;
}
header .header-top .registration {
	display:flex;
	align-items:center;
	height:100%;
	padding-left:30px;
	padding-right:70px;
	font-size:13px;
	color:#FFFFFF;
	font-weight:400;
	background:url(../img/icon-registo.png) no-repeat left center;
	transition: all 0.3s;
}
header .header-top .registration.edit {
	background:url(../img/icon-registration.svg) no-repeat left center;
}
header .header-top .registration:hover {
	color:#00DFFF;
	opacity:1;
}
header .header-top .reserved-area {
	display:flex;
	align-items:center;
	height:100%;
	padding-left:25px;
	padding-right:70px;
	font-size:12px;
	color:#FFFFFF;
	font-weight:300;
	background:url(../img/icon-login.png) no-repeat center left;
	transition: all 0.3s;
}
header .header-top .reserved-area:hover {
	color:#00DFFF;
	opacity:1;
}
header .header-top .reserved-area .arrow-blue {
	background:url(../img/arrow-left03.png) no-repeat center right;
	width:14px;
	height:7px;
	padding-left: 21px;
	transition: all 1s;
}
header .header-top .reserved-area:hover .arrow-blue {
	transform: scaleX(-1);
	background-position: center left;
}
header .header-top .talking {
	display:flex;
	align-items:center;
	height:100%;
	padding-left:30px;
	font-size:11px;
	color:#FFFFFF;
	font-weight:300;
	background:url(../img/icon-faleconnosco.png) no-repeat center left;
	transition: all 0.3s;
}
header .header-bottom {
	width:100%;
	height:92px;
	transition:all 0.5s;
}
header:hover .header-bottom,
header .header-bottom.content,
header.scrolled .header-bottom {
	background-color:#FFFFFF;
	border-bottom:1px solid #ECECEC;
}
header .header-bottom .wrapper {
	display:flex;
	justify-content:space-between;
	position:relative;
	align-items:center;
}
header .logo {
	position:absolute;
	left:0;
	bottom:0;
	transition:all 0.5s;
}
header .logo:hover {
	opacity:1;
	bottom:5px;
}
header .gca {
	display:flex;
	align-items:center;
	justify-content:space-around;
	width:850px;
	width:calc(100% - 385px);
	height:100%;
	padding-left:109px;
}
header  .header-bottom .gca .gca-item {
	position:relative;
	height:100%;
	transition: all 2s;
}
header .gca .gca-link{
	display:flex;
	align-items:center;
	height:100%;
	text-transform:uppercase;
	color:#FFFFFF;
	font-weight:500;
	font-size:14px;
	padding:0 10px;
}
header  .header-bottom.content .gca .gca-link,
header:hover  .header-bottom .gca .gca-link,
header.scrolled .gca .gca-link{
	color:#2A2A2A;
}

header  .header-bottom .gca .gca-item:hover .gca-link {
	background:#ECECEC;
	opacity:1;
}
header .gca .gca-submenu{
	display:none;
	position:absolute;
	left:0;
	padding:30px 35px;
	background:#ECECEC;
	width:350px;
}
header  .header-bottom .gca .gca-item:hover .gca-submenu {
	display:block;
}
header .gca .gca-submenu .submenu-item {
	margin-bottom:15px;
	transition:all 0.5s;
}
header .gca .gca-submenu .submenu-item:last-child {
	margin-bottom:0;
}
header .gca .gca-submenu .submenu-link {
	display:block;
	font-weight:700;
	font-size:14px;
	color:#434343;
	padding:10px 5px;
	border-bottom:1px solid #ECECEC;
}
header .gca .gca-submenu .submenu-item:hover .submenu-link {
	border-bottom:1px solid #434343;
	opacity:1;
}
header .menu-header-responsive .pesquisa,
header .header-bottom .pesquisa{
	display:inline-block;
	margin:0;
	z-index:99;
	position:relative;
	height:42px;
	width:276px;
}
header .menu-header-responsive .pesquisa {
	width:250px;
}
header .menu-header-responsive .pesquisa [type="text"],
header .header-bottom .pesquisa [type="text"] {
	display:flex;
	align-items:center;
	height:42px;
	width:276px;
	padding:0 25px;
	width:100%;
	font-size:11px;
	font-weight:300;
	text-transform:uppercase;
	color:#FFFFFF;
	background:none;
	border:1px solid #FFFFFF;
}
header .menu-header-responsive .pesquisa [type="text"] {
	width:250px;
}
header .menu-header-responsive .pesquisa [type="text"],
header  .header-bottom.content .pesquisa [type="text"],
header:hover  .header-bottom .pesquisa [type="text"],
header.scrolled .pesquisa [type="text"]{
	border:1px solid #2A2A2A;
	color:#2A2A2A;
}
header .menu-header-responsive .pesquisa [type="submit"],
header .header-bottom .pesquisa [type="submit"] {
	position:absolute;
	width:17px;
	height:17px;
	background:url(../img/lupa-pesquisa-white.png) no-repeat center;
	border-radius:none;
	border:0;
	cursor:pointer;
	right:25px;
	top:12px;
}
header .menu-header-responsive .pesquisa [type="submit"] {
	right:10px;
}
header .menu-header-responsive .pesquisa [type="submit"],
header.scrolled .pesquisa [type="submit"],
header .header-bottom.content .pesquisa [type="submit"],
header:hover .header-bottom .pesquisa [type="submit"] {
	background:url(../img/lupa-pesquisa-black.svg) no-repeat center;
}

section.slider {
	width: 100%;
	height: 100vh;
	height: calc(100vh - 54px);
	overflow: hidden;
	z-index: 1;
	margin-top:54px;
	position:relative;
}
section.slider .slider-list .slide-item {
    display: flex;
	align-items:flex-end;
	width: 100%;
	height: 100vh;
	height: calc(100vh - 54px);
    background-repeat: no-repeat;
    background-position: center 53px;
    background-size: cover;
    background-attachment: fixed;
	overflow:hidden;
	position: relative;
	overflow: hidden;
}
section.slider .slick-slider .slick-list {
	transform:none;
}
section.slider .slider-list .slide-item .mask {
	display: block;
	position:absolute;
	top:0;
	left:0;
	opacity:0.6;
	background:#000;
	width:100%;
	height:100%;
	z-index:1;
}

section.slider .slider-list .slide-item .slide-wrapper{
	display:block;
	margin: 0 auto;
	width:1200px;
	z-index:2;
	padding-bottom:240px;
}
section.slider .slider-list .slide-item .theme-geral {
	display:block;
	font-weight:400;
	color:#FFFFFF;
	font-size:14px;
	text-transform:uppercase;
	margin-bottom:15px;
}
section.slider .slider-list .slide-item .theme{
	padding-bottom:5px;
	font-size:14px;
	font-weight:400;
	color:#FFFFFF;
	text-transform:uppercase;
}

section.slider .slider-list .slide-item .theme-highlight{
	font-size:14px;
	font-weight:400;
	color:#00DEFF;
	border-bottom:1px solid #00DEFF;
}
section.slider .slider-list .slide-item .title{
	display:block;
	font-size:65px;
	font-weight:800;
	color:#FFFFFF;
	text-transform:uppercase;
	line-height:110%;
}
section.slider .slider-list .slide-item .subtitle{
	display:block;
	font-size:18px;
	font-weight:400;
	color:#FFFFFF;
}
section.slider .slider-list .slide-item .subtitle-link{
	margin-bottom:10px;
	font-size:18px;
	font-weight:800;
	color:#00DFFF;
	text-decoration:underline;
}
section.slider .slider-highlight {
	display:flex;
	justify-content:space-between;
	position:absolute;
	left:calc(50% - 600px);
	bottom:40px;
	max-width:1200px;
	width:100%;
	margin:0 auto;
	height:100px;
	z-index:999999;
}
section.slider .slider-highlight .slider-highlight-item{
	display:block;
	height:100%;
	max-width:370px;
}

section.slider .slider-highlight .slider-highlight-item .slider-highlight-link{
	display:block;
	height:100%;
	border-top:1px solid #FFFFFF;
}
section.slider .slider-highlight .slider-highlight-item:first-child .slider-highlight-link {
	border-top:1px solid #00DFFF;
}
section.slider .slider-highlight .slider-highlight-item .slider-highlight-link .slider-highlight-title{
	display:block;
	font-weight:800;
	font-size:13px;
	color:#FFFFFF;
	text-transform:uppercase;
	padding-top:10px;
}
section.slider .slider-highlight .slider-highlight-item .slider-highlight-link .slider-highlight-subtitle{
	display:block;
	font-size:13px;
	color:#FFFFFF;
}
section.slider .slider-highlight .slider-highlight-item:first-child .slider-highlight-link .slider-highlight-title {
	color:#00DFFF;
}

.alert-list {
	display:block;
	margin-top:70px;
	position:relative;
	width:100%;
	padding:0 20px;
	background-color:#ECECEC;
}
.alert-list.seccoes {
	background-color:#F4F4F4;
}
.alert-list .alert-list-item {
	display:flex;
	align-items:center;
	justify-content:center;
	height:116px;
}
.alert-list .alert-list-item .icon {
	display:block;
	background-repeat:no-repeat;
	background-position:center;
	width:32px;
	height:29px;
	margin-right:20px;
}
.alert-list .alert-list-item .text {
	font-weight:400;
	font-size:18px;
	color:#434343;
}
.alert-list .alert-list-item .text-link {
	font-weight:700;
	font-size:18px;
	color:#434343;
	text-decoration:underline;
}
.alert-list.seccoes .alert-list-item .text-link {
	color:#2de0b4;
}
.alert-list  .slick-dots {
	bottom:20px;
	justify-content:center;
}
.alert-list .slick-dots li button[type="button"] {
	background-color:#A8A8A8;
	opacity:1;
}
.alert-list .slick-dots li.slick-active button[type="button"] {
	background-color:#434343;
	opacity:1;
}

/*PROJECTS TESTEMUNHOS*/
.projects-testimony  {
	margin-top:36px;
}
.projects-testimony .wrapper {
	display:flex;
	justify-content:space-between;
}
.projects-testimony.content .projects {
	width:100%;
}
.projects-testimony .testimony {
	display:flex;
	flex-direction:column;
	width:310px;
	margin-top:9px;
}

.projects-testimony .testimony .testimony-content {
	display:flex;
	flex-direction:column;
	height:223px;
	background-color:#434343;
	text-align:center;
	color:#FFFFFF;
	padding:20px 15px;
	opacity:1;
}
.projects-testimony .testimony.seccao .testimony-content {
	background-color:#AEAEAE;
	text-align:left;
}
.projects-testimony .testimony .testimony-content-title {
	font-size:14px;
	font-weight:800;
	text-transform:uppercase;
}
.projects-testimony .testimony .testimony-content-subtitle {
	font-size:14px;
	font-weight:400;
}
.projects-testimony .testimony .testimony-content-summary {
	font-size:13px;
	font-weight:300;
	font-style: italic;
	padding-top:20px;
	padding-bottom:20px;
	line-height: 150%;
}
.projects-testimony .testimony .testimony-content-link {
	font-size:15px;
	font-weight:500;
	padding-bottom:15px;
	background: url(../img/arrow-left01.png) no-repeat center bottom;
	transition:all 0.5s;
}
.projects-testimony .testimony.seccao .testimony-content-link {
	background-position:left bottom;
}
.projects-testimony .projects-list {
	width:891px;
}
.projects-testimony.content .projects-list {
	width:100%;
} 
.projects-testimony .projects-list .projects-list-item {
	display:flex;
	align-items:flex-start;
	position:relative;
	width:291px;
	height:223px;
	background-position:center;
	background-repeat:no-repeat;
	background-size: cover;
	margin-right:9px;
	margin-top:9px;
}
.projects-testimony.content .projects-list .projects-list-item {
	width:302px;
	height:230px;
}
.projects-testimony .projects-list .projects-mask{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0.4;
	background-color:#000;
	z-index:1;
	transition:all 0.5s; 
}
.projects-testimony .projects-list .projects-list-link {
	display:flex;
	align-items:flex-start;
	flex-direction:column;
	width:100%;
	height:100%;
	padding:15px 25px;
	z-index:2;
	cursor:pointer;
}
.projects-testimony .projects-list .projects-list-item:hover .projects-list-link {
	opacity:1;
}
.projects-testimony .projects-list .projects-list-item:hover .projects-mask {
	opacity:0.6;
}
.projects-testimony .projects-list .projects-list-title {
	font-weight:400;
	font-size:14px;
}
.projects-testimony .projects-list .projects-list-name {
	color:#FFFFFF;
	font-weight:800;
	font-size:16px;
	text-transform:uppercase;
}

.projects-testimony .projects-action {
	display:flex;
	justify-content:space-between;
	margin:13px 0 0;
	width:891px;
}
.projects-testimony.content .projects-action {
	width:100%;
}
.projects-testimony .see-all {
	display: inline-block;
	width:124px;
	font-size:14px;
	color:#616161;
	background:#ececec url(../img/arrow-left02.png) no-repeat 87px center;
	padding:15px 20px;
	transition:all 0.5s;
}
.projects-testimony .projects.seccao .see-all {
	background-color:#FFFFFF;
}
.projects-testimony .see-all:hover {
	opacity:1;
	background-position: 100px center;
}
.projects-testimony .swiper-pagination {
	position: initial;
	display: flex;
	align-items: center;
}
.projects-testimony .swiper-pagination .swiper-pagination-bullet {
	opacity:1;
	background-color:#BFBFBF;
	margin-left:6px;
}
.projects-testimony .swiper-pagination .swiper-pagination-bullet-active {
	opacity:1;
	background-color:#616161;
}
.agenda {
	padding-bottom:55px;
}
.agenda .wrapper {
	display:flex;
	justify-content:space-between;
	margin-top:50px;
}
.agenda .agenda-scheduling {
	width:70%;
	width:calc(100% - 350px);
}
.agenda .agenda-scheduling .agenda-scheduling-form{
	background-color:#434343;
	padding:20px 25px;
}
.agenda .agenda-scheduling.seccao .agenda-scheduling-form{
	background-color:#AEAEAE;
}
.agenda .agenda-scheduling .agenda-scheduling-title{
	display:block;
	text-transform:uppercase;
	font-weight:800;
	font-size:16px;
}
.agenda .agenda-scheduling .agenda-scheduling-selects {
	display:flex;
	justify-content:space-between;
}
.agenda .agenda-scheduling .agenda-scheduling-select {
    display:flex;
	align-items:center;
    background: url(../img/arrow-combo.svg) 95% center no-repeat;
    font-size: 13px;
    box-shadow: none;
    width: 48%;
	border:0;
    height: 48px;
	box-sizing:border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
    cursor: pointer;
	padding:0 18px;
	color:#FFFFFF;
	border:1px solid #BDBDBD;
}
.agenda .agenda-scheduling.seccao .agenda-scheduling-select {
	border:1px solid #FFFFFF;
}
.agenda .agenda-scheduling .agenda-scheduling-select::-ms-expand {
    display: none;
}
.agenda .agenda-scheduling .agenda-scheduling-select.agenda-scheduling-select-100 {
	width:100%;
	background: url(../img/arrow-combo.svg) 98% center no-repeat;
}
.agenda .agenda-scheduling .agenda-scheduling-consult{
	display:inline-block;
	font-weight:300;
	font-size:13px;
	color:#FFFFFF;
	padding-right:27px;
	background: url(../img/arrow-left01.png) right center no-repeat;
	margin-top:5px;
}
.agenda .agenda-banner {
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
	position:relative;
	width:310px;
	height:521px;
	padding:35px 40px;
	color:#FFFFFF;
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
}
.agenda .agenda-banner:hover {
	opacity:1;
}
.agenda .agenda-banner .agenda-banner-picture{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.agenda .agenda-banner .agenda-banner-title {
	text-transform:uppercase;
	font-weight:800;
	font-size:30px;
	text-align:center;
	line-height: 130%;
	z-index:1;
}
.agenda .agenda-banner .agenda-banner-see-more {
	font-weight:500;
	font-size:15px;
	padding-bottom:13px;
	background:url(../img/arrow-left01.png) no-repeat center bottom;
	text-align:center;
	margin-top:15px;
	transition:all 0.5s;
	z-index:1;
}
.agenda .seccao .agenda-scheduling-list {
	display:flex;
	justify-content:space-between;
	margin-top:10px;
}
.agenda .agenda-scheduling-list .agenda-scheduling-item  {
	border-bottom:1px solid #ECECEC;
	height:100px;
}
.agenda .seccao .agenda-scheduling-list .agenda-scheduling-item  {
	height:290px;
	width:290px;
	width:calc((100% / 3) - (16px / 3));
	background-color:#FFF;
	border-bottom:0;
}
.agenda .agenda-scheduling-list .agenda-scheduling-link {
	display:flex;
	align-items:center;
	justify-content:space-around;
	height: 100%;
}
.agenda .seccao .agenda-scheduling-list .agenda-scheduling-link {
	flex-direction:column;
	padding:20px 30px;
	align-items:flex-start;
}
.agenda .agenda-scheduling-list .agenda-scheduling-link .agenda-scheduling-title {
	text-transform:uppercase;
	font-weight:800;
	color:#434343;
	font-size:16px;
	width:340px;
}
.agenda .seccao .agenda-scheduling-list .agenda-scheduling-link .agenda-scheduling-detail,
.agenda .seccao .agenda-scheduling-list .agenda-scheduling-link .agenda-scheduling-title {
	width:100%;
}

.agenda .agenda-scheduling-list .agenda-scheduling-link .agenda-scheduling-local {
	display:block;
	font-weight:300;
	color:#434343;
	font-size:13px;
}
.agenda .agenda-scheduling-list .agenda-scheduling-link .agenda-scheduling-label {
	font-weight:400;
}
.agenda .agenda-scheduling-list .agenda-scheduling-link .agenda-scheduling-more-info {
	display:inline-block;
	font-weight:400;
	color:#616161;
	font-size:13px;
	padding-right:25px;
	background:url(../img/arrow-left02.png) no-repeat right center;
	margin-top:5px;
}
.agenda .agenda-scheduling .agenda-scheduling-action .agenda-scheduling-action-seeall {
	display: inline-block;
	width:237px;
	font-size:14px;
	color:#616161;
	background:#ececec url(../img/arrow-left02.png) no-repeat 202px center;
	padding:15px 20px;
	transition:all 0.5s;
	margin-top:18px;
}
.agenda .agenda-scheduling.seccao .agenda-scheduling-action .agenda-scheduling-action-seeall {
	background-color:#FFFFFF;
}
.agenda .agenda-scheduling .agenda-scheduling-action .agenda-scheduling-action-seeall:hover {
	opacity:1;
	background-position: 210px center;
}

.banner {
	padding:50px 0;
}
.banner .banner-list {
	width:100%;
}
.banner .banner-list .banner-item{
	width:620px;
	margin-right:7px;
}
.banner .banner-list .banner-item .banner-image {
	width:100%;
}
.banner .banner-list .slick-dots {
	bottom:-30px;
	justify-content:center;
}
.banner .banner-list .swiper-pagination {
	position: initial;
	display: flex;
	align-items: center;
	justify-content:center;
	height:40px;
}
.banner .banner-list .swiper-pagination .swiper-pagination-bullet {
	opacity:1;
	background-color:#BFBFBF;
	margin-left:6px;
}
.banner .banner-list .swiper-pagination .swiper-pagination-bullet-active {
	opacity:1;
	background-color:#616161;
}
.banner-big-list .banner-big-item {
	width:100%;
	height:300px;
}
.banner-big-list .banner-big-item .banner-big-link {
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	height:100%;
}
.banner-big-list .banner-big-item .banner-big-wrapper {
	width:460px;
	padding-bottom:40px;
}
.banner-big-list .banner-big-item .banner-big-title {
	display:block;
	font-weight:700;
	font-size:24px;
}
.banner-big-list .banner-big-item .banner-big-subtitle {
	display:block;
	font-weight:700;
	font-size:14px;
	color:#434343;
}
.banner-big-list .banner-big-item .banner-big-description {
	display:block;
	font-size:14px;
	color:#434343;
	margin:20px 0 10px;
}
.banner-big-list .banner-big-item .banner-big-icon {
	display: inline-block;
	font-size:14px;
	color:#434343;
	padding-right:25px;
	background: url(../img/arrow-left02.png) no-repeat right center;
}
.banner-big-list .slick-dots {
	width:100%;
	bottom:-30px;
	justify-content:center;
	height:30px;
	left:0;
}
.banner-big-list .slick-dots li button[type="button"] {
	background-color:#B9B9B9;
}
.banner-big-list .slick-dots li.slick-active button[type="button"] {
	background-color:#616161;
}
.multimedia .multimedia-form {
	background-color: #434343;
	padding: 40px 50px 20px;
}
.multimedia.seccao .multimedia-form {
	background-color: #AEAEAE;
}
.multimedia .multimedia-form .multimedia-title {
	display:block;
	text-transform:uppercase;
	font-size:16px;
	font-weight:800;
	margin:0;
	margin-bottom:5px;
}
.multimedia .multimedia-form .multimedia-subtitle {
	display:block;
	color:#FFFFFF;
	font-size:14px;
	font-weight:400;
	line-height:130%;
	margin-bottom:15px;
}
.multimedia .multimedia-form .multimedia-link {
	display:block;
	color:#FFFFFF;
	font-size:15px;
	font-weight:700;
	padding-bottom:18px;
	background: url(../img/arrow-left01.png) no-repeat left bottom;
}
.multimedia .multimedia-action {
	display: inline-flex;
	background:#434343;
	padding-left:50px;
	width:100%;
}
.multimedia.seccao .multimedia-action {
	background-color: #AEAEAE;
}
.multimedia .multimedia-result-right .multimedia-action {
	padding-left:0;
}
.multimedia .multimedia-action .multimedia-action-item {
	border:1px solid #ececec;
	border-bottom:0;
	color:#ececec;
	font-size:14px;
	font-weight:400;
	transition:all 0.3s;
	width:165px;
	text-align:center;
	padding:14px 0;
}
.multimedia .multimedia-action .multimedia-action-item.active,
.multimedia .multimedia-action .multimedia-action-item.slick-active,
.multimedia .multimedia-action .multimedia-action-item:hover {
	background:#ececec;
	color:#434343;
	opacity:1;
}
.multimedia.seccao .multimedia-action .multimedia-action-item.active,
.multimedia.seccao .multimedia-action .multimedia-action-item.slick-active,
.multimedia.seccao .multimedia-action .multimedia-action-item:hover {
	background:#FFFFFF;
	color:#AEAEAE;
}
.multimedia .multimedia-action .slick-arrow{
	position:absolute;
	top:0;
	right:-48px;
	font-size:0;
	border:1px solid #FFFFFF;

	background: transparent url(../img/arrow-left01.png) no-repeat center;
	height:48px;
	width:48px;
	cursor:pointer;
}
.multimedia .multimedia-action .slick-arrow.slick-prev{
	transform:rotate(180deg);
	left:-48px;
	border-top:0;
}
.multimedia .multimedia-result {
	display:flex;
}
.multimedia .multimedia-result-left {
	width:75%;
	background:#ECECEC;
}
.multimedia.seccao .multimedia-result-left {
	background:#FFFFFF;
}
.multimedia .multimedia-result-right  {
	width:25%;
	background:#ECECEC;
}
.multimedia.seccao .multimedia-result-right {
	background:#FFFFFF;
}
.multimedia .multimedia-list {
	display:flex;
	flex-wrap:wrap;
	padding:23px 23px 0;
}
.multimedia.seccao .multimedia-list {
	flex-direction:column;
	padding-top:0;
	padding-bottom:0;
}
.multimedia .multimedia-list .multimedia-item {
	display:flex;
	justify-content:space-between;
	height:162px;
	width:425px;
	background:#FFFFFF;
	margin-right:28px;
	margin-bottom:35px;
}
.multimedia.seccao .multimedia-list .multimedia-item {
	width:100%;
	margin-right:0;
	margin-bottom:0;
	border-bottom:1px solid #AEAEAE;
	padding:20px 0;
	height:129px;
	justify-content:flex-start;
}
.multimedia.seccao .multimedia-list .multimedia-item:last-child {
	border-bottom:0;
}
.multimedia .multimedia-list .multimedia-item:nth-child(2n) {
	margin-right:0;
}
.multimedia .multimedia-list .multimedia-item:nth-last-child(-n+2) {
	margin-bottom:0;
}
.multimedia .multimedia-list .multimedia-item .multimedia-image {
	display:inline-block;
	width:218px;
	height:100%;
	position:relative;
}
.multimedia.seccao .multimedia-list .multimedia-item .multimedia-image {
	width:124px;
	background-size:contain;
	height:100%;
}
.multimedia .multimedia-list .multimedia-item .multimedia-mask {
	position:absolute;
	background-color:#000000;
	opacity:0.4;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
}
.multimedia .multimedia-list .multimedia-item .multimedia-icon {
	position:absolute;
	background-repeat:no-repeat;
	background-position:13px 108px;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
}
.multimedia.seccao .multimedia-list .multimedia-item .multimedia-icon {
	background-position: 10px 40px;
}
.multimedia .multimedia-list .multimedia-item .multimedia-icon.video-icon {
	background-image:url(../img/btn-play-video.png);
}
.multimedia .multimedia-list .multimedia-item .multimedia-detail {
	display: flex;
	flex-direction: column;
	justify-content:space-between;
	padding:20px 15px;
	height:100%;
	width:208px;
}
.multimedia.seccao .multimedia-list .multimedia-item .multimedia-detail {
	width:auto;
	padding: 5px 15px;
}
.multimedia .multimedia-list .multimedia-item .multimedia-detail-title {
	display:block;
	font-size:15px;
	font-weight:600;
	color:#434343;
}
.multimedia .multimedia-list .multimedia-item .multimedia-detail-region {
	display:block;
	font-size:14px;
	font-weight:400;
	color:#434343;
	flex:1;
}
.multimedia .multimedia-list .multimedia-item .multimedia-detail-see-more {
	display:block;
	font-size:15px;
	font-weight:500;
	color:#434343;
	padding-bottom:13px;
	background:url(../img/arrow-left02.png) no-repeat left bottom;
}
.multimedia .multimedia-result-left .multimedia-action-link-div {
	padding-top:10px;
}
.multimedia .multimedia-result-right .multimedia-action-link-div {
	display:flex;
	justify-content: flex-start;
	padding-bottom:25px;
	padding-top:8px;
}
.multimedia.seccao .multimedia-result-right .multimedia-action-link-div {
	background-color:#F4F4F4;
	width:287px;
	margin-bottom:10px;
}
.multimedia .multimedia-action-link {
	display:block;
	padding: 15px 20px;
	font-size:14px;
	color:#616161;
	background:#FFFFFF url(../img/arrow-left02.png) no-repeat 174px center;
	width:206px;
	transition:all 0.5s;
	margin-left:23px;
}
.multimedia.seccao .multimedia-action-link {
	background-color:#F4F4F4;
	margin-bottom:40px;
}
.multimedia .multimedia-action-link:hover {
	background-position: 184px center;
	opacity:1;
}

.multimedia .multimedia-result-right .multimedia-action-link {
	margin-left:0;
}
.multimedia.seccao .multimedia-result-right .multimedia-action-link {
	margin:35px auto 5px;
}
.multimedia .multimedia-result-right .publications {
	display:flex;
	flex-direction:column;
	justify-content: space-between;
	background:#FFFFFF;
	padding:20px 30px;
	height:359px;
	margin-top:23px;
	width:287px;
}
.multimedia.seccao .multimedia-result-right .publications {
	background:#F4F4F4;
	height:460px;
}
.multimedia .multimedia-result-right .publications .publications-title {
	display:block;
	font-size:16px;
	color:#434343;
	font-weight:500;
	text-align:center;
	text-transform:uppercase;
}
.multimedia .multimedia-result-right .publications .publications-img {
	display:block;
	text-align:center;
}
.multimedia .multimedia-result-right .publications .publications-subtitle {
	display:block;
	font-size:14px;
	color:#434343;
	font-weight:400;
	text-align:center;
}
.multimedia .multimedia-result-right .publications .publications-see-more {
	display:block;
	font-size:15px;
	color:#434343;
	font-weight:600;
	text-align:center;
	padding-bottom:12px;
	background: url(../img/arrow-left02.png) no-repeat center bottom;
	margin-top:20px;
}
.multimedia .multimedia-result-right .multimedia-action-link {
	width:254px;
	background:#FFFFFF url(../img/arrow-left02.png) no-repeat 211px center;
}
.multimedia .multimedia-result-right .multimedia-action-link:hover {
	background-position: 221px center;
	opacity:1;
}
.hamburguer {
    display: none;
	align-items:center;
	justify-content:center;
    position: fixed;
    height: 42px;
	width:42px;
    top: 79px;
    right: 22px;
    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: #8A2B7F;
	border:1px solid #8A2B7F;
    margin: 0;
    overflow: visible;
    z-index: 999999;
}

section.news {
	margin-top:30px;
}
.news .wrapper {
	display:flex;
	justify-content:space-between;
}
.news .stats {
	width:48%;
	background-color:#ECECEC;
	padding:40px 50px;
}
.news.seccao .stats {
	background-color:#FFFFFF;
}
.news .stats .stats-title {
	display:block;
	font-weight:700;
	font-size:16px;
	text-transform:uppercase;
	color:#434343;
	padding-bottom:5px;
}
.news .stats .stats-subtitle {
	display:block;
	font-weight:400;
	font-size:14px;
	color:#434343;
	padding-bottom:5px;
}
.news .stats .stats-see-more {
	font-weight:500;
	font-size:15px;
	color:#434343;
	padding-bottom:12px;
	background:url(../img/arrow-left02.png) no-repeat left bottom;
}
.news .news-area {
	display:flex;
	width:48%;
	background-color:#ECECEC;
}
.news .news-filter {
	display:flex;
	flex-direction:column;
	width:174px;
	height:330px;
}
.news .news-filter .news-filter-title {
	display:flex;
	height:110px;
	align-items:center;
	justify-content:center;
	font-weight:400;
	font-size:16px;
	padding:0 15px;
	border-bottom:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	background:#ECECEC;
	transition:all 0.3s;
}
.news.seccao .news-filter .news-filter-title {
	background:#E6E6E6;
}
.news .news-filter .news-filter-title:last-child {
	border-bottom:1px solid #ECECEC;
}
.news.seccao .news-filter .news-filter-title:last-child {
	border-bottom:1px solid #E6E6E6;
}
.news .news-filter .news-filter-active {
	font-weight:800;
	font-size:16px;
	border-bottom:1px solid #434343;
	border-right:1px solid #434343;
	background:#434343;
	opacity:1;
}
.news.seccao .news-filter .news-filter-active {
	border-bottom:1px solid #AEAEAE;
	border-right:1px solid #AEAEAE;
	background:#AEAEAE;
}
body.homepage .news .news-filter .news-filter-title:hover{
	border-bottom:1px solid #434343;
	border-right:1px solid #434343;
	background:#434343;
	color:#ECECEC;
	opacity:1;
}
.news .news-filter .news-filter-title:hover{
	border-bottom:1px solid #AEAEAE;
	border-right:1px solid #AEAEAE;
	background:#AEAEAE;
	color:#FFFFFF;
	opacity:1;
}
.news .news-content {
	background:#434343;
	width:425px;
	padding:0 35px;
}
.news.seccao .news-content {
	background:#AEAEAE;
}
.news .news-content .news-content-item {
	display:flex;
	flex-direction:column;
	justify-content:center;

	border-bottom:1px solid #FFFFFF;
	height:110px;
	width:100%;
}
.news .news-content .news-content-item:last-child {
	border-bottom:0;
}
.news .news-content .news-content-title {
	display:block;
	font-weight:700;
	font-size:16px;
	color:#FFFFFF;
	text-transform:uppercase;
}
.news .news-content .news-content-date {
	display:block;
	font-weight:400;
	font-size:14px;
}
.news .news-content .news-content-icon {
	display:block;
	width:14px;
	height:7px;
	background:url(../img/arrow-left01.png) no-repeat left center;
	margin-top:11px;
}
.other-highlights {
	margin:30px 0 0;
}
.other-highlights .other-highlights-title-principal {
	margin:10px 0;
	padding:0;
	text-align:center;
	text-transform:uppercase;
	font-weight:900;
	font-size:18px;
	color:#616161;
}
.other-highlights .other-highlights-list {
	display:flex;
	justify-content:space-between;
	padding:0;
	margin:0;
}
.other-highlights .other-highlights-list .other-highlights-item {
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	width:408px;
	margin-right:7px;
}
.other-highlights .other-highlights-list .other-highlights-item .other-highlights-image{
	position:relative;
	height:305px;
}
.other-highlights .other-highlights-list .other-highlights-item .other-highlights-mask{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0.4;
	background-color:#000000;
	z-index:1;
}
.other-highlights .other-highlights-list .other-highlights-item .other-highlights-image:hover {
	opacity:1;
}
.other-highlights .other-highlights-list .other-highlights-item .other-highlights-image:hover .other-highlights-mask{
	display:block;
}
.other-highlights .other-highlights-list .other-highlights-item .other-highlights-detail {
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	padding:50px 25px;
	height:280px;
	background:#ececec;
}
.other-highlights.seccao .other-highlights-list .other-highlights-item .other-highlights-detail {
	background:#FFFFFF;
}
.other-highlights .other-highlights-list .other-highlights-item .other-highlights-title {
	display:block;
	color:#434343;
	font-weight:700;
	font-size:16px;
	padding-bottom:10px;
}
.other-highlights .other-highlights-list .other-highlights-item .other-highlights-subtitle {
	display:flex;
	flex:1;
	color:#434343;
	font-weight:400;
	font-size:14px;
}
.other-highlights .other-highlights-list .other-highlights-item .other-highlights-see-more{
	display:block;
	color:#434343;
	font-weight:700;
	font-size:15px;
	padding-bottom:12px;
	background:url(../img/arrow-left02.png) no-repeat left bottom;
}
.other-highlights .other-highlights-list .slick-dots {
	bottom:-30px;
	justify-content:center;
}
.other-highlights .other-highlights-list .slick-dots li button[type="button"] {
	background-color:#A8A8A8;
	opacity:1;
}
.other-highlights .other-highlights-list .slick-dots li.slick-active button[type="button"] {
	background-color:#434343;
	opacity:1;
}

footer {
	margin-top:200px;
}
body.detalhe footer {
	margin-top:0;
}
footer .top {
	background:#F9F9F9;
	border-bottom: 1px solid #CBCBCB;
}
footer .top .wrapper {
	position:relative;
}
footer .top .back-to-top {
	position:absolute;
	right:0;
	top:-47px;
	padding:15px;
	width:130px;
	background:#F9F9F9 url(../img/arrow-top.png) no-repeat 112px center;
	font-size:15px;
	font-weight:400;
	color:#434343;
	transition:all 0.5s;
}
footer .top .back-to-top:hover {
	opacity:1;
	background-position:112px 10px;
}
footer .top .contacts-address-title{
	display:block;
	font-weight:400;
	font-size:14px;
	color:#434343;
	text-transform:uppercase;
	padding-top:65px;
}
footer .top .contacts-address-bold{
	font-weight:800;
}

footer .top .contacts {
	display:flex;
	justify-content:space-between;
	align-items:center;
	height:30px;
	margin-bottom:45px;
}
footer .top .contacts .contacts-address-content{
	display:block;
	font-weight:400;
	font-size:14px;
	color:#434343;
}
footer .top .contacts .contacts-address-see-more{
	display:block;
	font-weight:500;
	font-size:15px;
	color:#434343;
	padding-bottom:12px;
	background:url(../img/arrow-left02.png) no-repeat left bottom;
	margin-right:50px;
}
footer .gca-footer {
	background:#F9F9F9;
	padding:25px 0;
}
footer .gca-footer .gca-footer-list {
	display:flex;
	justify-content:space-between;
	padding-top:25px;
}
footer .gca-footer .gca-footer-list .gca-footer-item {
	max-width:210px;
}
footer .gca-footer .gca-footer-list .gca-footer-item .gca-footer-link{
	display:block;
	font-size:14px;
	font-weight:700;
	color:#434343;
	text-transform:uppercase;
	padding-bottom:15px;
}
footer .gca-footer .gca-footer-list .gca-footer-item .gca-footer-submenu-link{
	display:block;
	font-size:14px;
	font-weight:400;
	color:#434343;
	width:100%;
	padding:4px 0;
}
footer .gca-footer .gca-footer-line {
	display:flex;
	flex-direction:column;
	width:100%;
	margin-top:50px;
}
footer .gca-footer .gca-footer-line .gca-footer-line-item {
	display:flex;
	align-items:center;
}
footer .gca-footer .gca-footer-line .gca-footer-line-link{
	display:inline-block;
	font-size:14px;
	font-weight:700;
	color:#434343;
	text-transform:uppercase;
	padding:10px 20px 9px 0;
}
footer .gca-footer .gca-footer-line  .gca-footer-line-submenu {
	display:flex;
}
footer .gca-footer .gca-footer-line .gca-footer-line-submenu-link{
	display:inline-block;
	font-size:14px;
	font-weight:400;
	color:#434343;
	padding-right:35px;
	padding-left:15px;
}
footer .footer-social {
	background:#616161;
}
footer .footer-social-gca {
	border-bottom:1px solid #8F8F8F;
}
footer .footer-social-gca-list {
	display:flex;
	justify-content:space-between;
	align-items:center;
	height:67px;
}
footer .footer-social-gca-list .footer-social-gca-link {
	display:block;
	font-weight:400;
	font-size:14px;
	color:#FFFFFF;
}
footer .footer-social-content .wrapper {
	display:flex;
	flex-direction:column;
}
footer .footer-social-content .footer-social-align {
	display:flex;
	justify-content:space-between;
	padding:60px 0 25px;
}
footer .footer-social-content  .footer-social-block {
	font-size:0;
}
footer .footer-social-content  .footer-social-block .footer-social-block-margin {
	margin-right:25px;
}
footer .footer-social-content  .footer-social-block-title {
	display:block;
	font-weight:700;
	font-size:14px;
	color:#FFFFFF;
	text-transform:uppercase;
	padding-bottom:10px;
}
footer .footer-social-content .footer-social-block-link {
	display:inline-block;
	border:1px solid #FFFFFF;
	color:#FFFFFF;
	font-weight:400;
	font-size:14px;
	padding:15px 20px;
	height:48px;
	width:223px;
	background: url(../img/arrow-left01.png) no-repeat 195px center;
	transition: all 0.3s;
}
footer .footer-social-content .footer-social-block-link:hover {
	background-position: 200px center;
	opacity:1;
}
footer .footer-social-newletter {
	display:flex;
}

footer .footer-social-newletter [type="text"] {
	display:flex;
	align-items:center;
	height:48px;
	width:284px;
	padding:0 25px;
	font-size:13px;
	font-weight:300;
	background:none;
	border:1px solid #FFFFFF;
	color:#FFFFFF;
	margin-right:10px;
}
footer .footer-social-newletter [type="submit"] {
	display:flex;
	align-items:center;
	text-align:left;
	width:130px;
	height:48px;
	background: #F9F9F9 url(../img/arrow-left02.png) no-repeat 100px 23px;
	border-radius:none;
	border:0;
	cursor:pointer;
	padding:0 20px;
	font-weight:400;
	font-size:14px;
	color:#616161;
	transition:all 0.3s;
}
footer .footer-social-newletter [type="submit"]:hover {
	background-position: 105px 23px;
}

footer .footer-social-align .st_sharethis_custom{
	display: flex;
	align-items:center;
	cursor: pointer;
	height:20px;
	background: url(../img/icon-share.png) no-repeat right center;
	border-radius:0;
	margin: 0;
	font-weight:300;
	font-size:12px;
	color:#FFFFFF;
	padding-right:25px;
	transition:all 0.5s;
}
footer .footer-social-align .st_sharethis_custom:hover{
	background-position:right top;
}
footer .footer-social-align .socialmedia {
	display:flex;
	flex:1;
	margin-left:25px;
}
footer .footer-social-align .socialmedia .socialmedia-list {
	display:flex;
}
footer .footer-social-align .socialmedia .socialmedia-title {
	display: flex;
	align-items:center;
	height: 20px;
	font-weight:300;
	font-size:12px;
	color:#FFFFFF;
}

footer .footer-social-align .socialmedia .socialmedia-link {
	display:block;
	background-repeat:no-repeat;
	background-position:center;
	width:25px;
	height:20px;
	transition: all 0.5s;
}
footer .footer-social-align .socialmedia .socialmedia-link:hover {
	background-position:center top;
}
footer .footer-social-align .talking {
	display: flex;
	align-items: center;
	height: 20px;
	padding-left: 30px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: 300;
	background: url(../img/icon-faleconnosco.png) no-repeat center left;
	transition: all 0.3s;
}
footer .bottom {
	padding:25px 0;
	background:#FFFFFF;
}
footer .bottom .wrapper {
	display:flex;
	justify-content:space-between;
}
footer .bottom .copyright {
	font-weight:400;
	font-size:13px;
	color:#616161;
}
footer .bottom .logo_seara {
	display:inline-block;
	background:url(../img/logo-seara.png) no-repeat center;
	width:52px;
	height:16px;
}
section.areas {
	display:flex;
	position:relative;
}
section.areas .areas-detail {
	display:flex;
	justify-content:flex-end;
	width:50%;
	padding-bottom:40px;
}
section.areas .areas-detail .mask {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:50%;
	height:100%;
	background-color:#F3F3F3;
	opacity:0.8;
}
section.areas .areas-detail .areas-detail-wrapper {
	max-width:620px;
	width:100%;
	padding-right: 170px;
	z-index:2;
}
section.areas .areas-detail .areas-detail-title {
	display:block;
	font-size:40px;
	font-weight:800;
	text-transform:uppercase;
	line-height:125%;
	margin:55px 0 0;
}
section.areas .testimony-highlight {
	display:block;
	clear:both;
	padding-top:35px;
}
section.areas .testimony-highlight .testimony-highlight-description {
	display:block;
	font-style: italic;
	font-weight:300;
	color:#727272;
	font-size:20px;
	padding-bottom:15px;
	max-width:390px;
}
section.areas .testimony-highlight .testimony-highlight-name {
	display:block;
	font-style: italic;
	font-weight:300;
	color:#727272;
	font-size:14px;
	padding-bottom:40px;
}
section.areas .testimony-highlight .testimony-highlight-link {
	display:block;
	font-weight:400;
	color:#727272;
	font-size:14px;
	padding-bottom:12px;
	background:url(../img/arrow-left02.png) no-repeat left bottom;
	margin-bottom:65px;
}
section.areas .areas-detail .areas-detail-link {
	display:flex;
	align-items:center;
	justify-content:center;
	font-weight:300;
	color:#7aa9c1;
	font-size:12px;
	border:1px solid #7aa9c1;
	width:182px;
	height:42px;
	transition:all 0.3s;
}
section.areas .areas-detail .areas-detail-link:hover {
	color:#F3F3F3;
	background-color:#7aa9c1;
}
section.areas .areas-slider-list {
	display:flex;
	justify-content:flex-start;
	align-items: stretch;
	width:50%;
	position:relative;
}

section.areas .areas-slider-list .slick-dots {
	left:45px;
	bottom:40px;
	width:auto;
}
section.areas .areas-slider-list .areas-slide-item {
	display:flex;
	align-items:flex-end;
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:45px;
	padding-bottom:90px;
	width: 100%;
	height:100vh;	
	height:calc(100vh - 146px);	
}

section.areas .areas-slider-list .areas-slide-item .areas-slide-wrapper {
	max-width:500px;
	opacity:1;
	transition:all 3s;
	padding-right: 20px;
}
section.areas .areas-slider-list .areas-slide-item.slick-slide .areas-slide-wrapper{
	opacity:0;
}
section.areas .areas-slider-list .areas-slide-item.slick-slide.slick-active .areas-slide-wrapper {
	opacity:1;
}
section.areas .areas-slider-list .areas-slide-item .areas-slide-title {
	display:block;
	font-size:20px;
	font-weight:600;
	margin-bottom:15px;
}

section.areas .areas-slider-list .areas-slide-item .areas-slide-link {
	display:block;
	font-size:15px;
	font-weight:500;
	padding-bottom:12px;
	background:url(../img/arrow-left01.png) no-repeat left bottom;
}
section.seccoes .seccoes-slider-list .seccoes-slide-item .seccoes-slide-detail {
	display:flex;
	justify-content:flex-start;
	background:#434343;
	width:28.25%;
}
section.seccoes .seccoes-slider-list .seccoes-slide-item .seccoes-slide-detail .seccoes-slide-detail-wrapper {
	background: url(../img/arrow-left-slide.svg) no-repeat left 50%;
	padding-left: 28px;
	margin-left: -12px;
	padding-bottom: 30px;
	width: 270px;
	transition: all 1s;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;

}
/*seccoes-slide-item  slick-current */
section.seccoes .seccoes-slider-list .seccoes-slide-item.slick-slide .seccoes-slide-detail .seccoes-slide-detail-wrapper {
	margin-left:100px;
}
section.seccoes .seccoes-slider-list .seccoes-slide-item.slick-slide.slick-active .seccoes-slide-detail .seccoes-slide-detail-wrapper {
	margin-left:-12px;
}
section.seccoes .seccoes-slider-list .seccoes-slide-item .theme-geral {
	display:flex;
	font-size:12px;
	text-transform:uppercase;
	color:#FFFFFF;
	padding-bottom:50px;
} 
section.seccoes .seccoes-slider-list .seccoes-slide-item .theme-geral .theme {
	font-size:12px;
	text-transform:uppercase;
	color:#FFFFFF;
	padding:0 6px;
} 
section.seccoes .seccoes-slider-list .seccoes-slide-item .theme-geral .theme-highlight {
	font-size:12px;
	text-transform:uppercase;
	color:#2de0b4;
	text-decoration:underline;
	padding:0 6px;
}
section.seccoes .seccoes-slider-list .seccoes-slide-item .seccoes-slide-detail-title {
	display:block;
	padding-bottom:15px;
	font-size:25px;
	color:#FFFFFF;
	text-transform:uppercase;
	font-weight:800;
}
section.seccoes .seccoes-slider-list .seccoes-slide-item .seccoes-slide-detail-subtitle {
	font-size:15px;
	color:#FFFFFF;
	font-weight:400;
}
section.seccoes .seccoes-slider-list .seccoes-slide-item .seccoes-slide-detail-subtitle-link{
	display:block;
	font-size:15px;
	color:#2de0b4;
	font-weight:700;
	text-decoration:underline;
}

section.seccoes .seccoes-slider-list .seccoes-slide-item .slider-highlight {
	display:flex;
	flex-direction:column;	
	width:100%;
	padding-top:90px;
}
section.seccoes .seccoes-slider-list .seccoes-slide-item .slider-highlight .slider-highlight-item{
	display:block;
	/* height:100%; */
	padding-bottom:20px;
}
section.seccoes .seccoes-slider-list .seccoes-slide-item .slider-highlight .slider-highlight-item .slider-highlight-link{
	display:block;
	height:100%;
	border-top:1px solid #FFFFFF;
}
section.seccoes .seccoes-slider-list .seccoes-slide-item .slider-highlight .slider-highlight-item .slider-highlight-link .slider-highlight-title{
	display:block;
	font-size:11px;
	font-weight:700;
	color:#FFFFFF;
	text-transform:uppercase;
	padding-top:5px;
}
section.seccoes .seccoes-slider-list .seccoes-slide-item .slider-highlight .slider-highlight-item .slider-highlight-link .slider-highlight-subtitle{
	display:block;
	font-size:14px;
	color:#FFFFFF;
}
section.seccoes .seccoes-slider-list .seccoes-slide-item .slider-highlight .slider-highlight-item:first-child .slider-highlight-link {
	border-top:1px solid #2de0b4;
}
section.seccoes .seccoes-slider-list .seccoes-slide-item .slider-highlight .slider-highlight-item:first-child .slider-highlight-link .slider-highlight-title {
	color:#2de0b4;
}
section.seccoes .seccoes-slider-list .seccoes-slide-item .seccoes-slide-geral {
	display:flex;
	justify-content:flex-end;
	width:71.75%;
	background-position:right center;
	background-repeat:no-repeat;
}
section.seccoes .seccoes-slider-list .seccoes-slide-item .seccoes-slide-geral-wrapper {
	display:flex;
	justify-content:flex-start;
	align-items:flex-start;
	width:930px;
	padding-top:55px;
}
section.seccoes .seccoes-slider-list .seccoes-slide-item .seccoes-slide-title {
	display:block;
	text-transform:uppercase;
	font-size:35px;
	font-weight:800;
	max-width:490px;
	transition:all 1s;
}
section.seccoes .seccoes-slider-list .seccoes-slide-item .seccoes-slide-title:hover {
	opacity:1;
}
section.seccoes .seccoes-slider-list .seccoes-slide-item.slick-slide .seccoes-slide-title{
	margin-top:200px;
}
section.seccoes .seccoes-slider-list .seccoes-slide-item.slick-slide.slick-active .seccoes-slide-title{
	margin-top:0;
}
section.seccoes .seccoes-slider-list .slick-dots {
	left:auto;
	right:0;
	width: 30%;
	bottom:20px;
	padding-left:17px;
}
.projects-seccao-list {
	margin-top:9px;
	width:891px;
}
.projects-seccao-list .projects-seccao-list-item {
	display:flex;
	flex-direction:column;
	align-items: center;
	margin-right:10px;
}
.projects-seccao-list .projects-seccao-list-item .projects-seccao-wrapper {
	display: flex;
	flex-direction: column;
	width: 290px;
}
.projects-seccao-list .projects-seccao-list-item .projects-seccao-list-link {
	display: block;
	background:#FFFFFF;
	padding:35px 25px;
	color:#434343;
	cursor:pointer;
	min-height:232px;
}
.projects-seccao-list .projects-seccao-list-item .projects-seccao-list-link .projects-seccao-list-title {
	display:block;
	font-size:13px;
	color:#2de0b4;
}
.projects-seccao-list .projects-seccao-list-item .projects-seccao-list-link .projects-seccao-list-name {
	display:block;
	font-size:15px;
	font-weight:800;
	text-transform:uppercase;
	margin-bottom:18px;
}
.projects-seccao-list .projects-seccao-list-item .projects-seccao-list-link .projects-seccao-list-icon {
	display:block;
	background:url(../img/arrow-left02.png) no-repeat center center;
	width:14px;
	height:7px;
	margin-top:15px;
}
.projects-seccao-list .projects-seccao-list-item .projects-seccao-list-link .projects-seccao-list-description {
	display:block;
	font-size:13px;
}

.imagens-ambiente {
	display:flex;
	width:100%;
	background-position:center;
	background-repeat:no-repeat;
	height:338px;
	align-items:flex-end;
	justify-content:center;
	background-size: cover;
}
.imagens-ambiente  .imagens-ambiente-content {
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
}
.imagens-ambiente  .imagens-ambiente-content .wrapper {
	display:flex;
	flex-direction:column;
	justify-content:center;
}
.imagens-ambiente .imagens-ambiente-title {
	font-size:35px;
	font-weight:700;
	text-transform:uppercase;
}
.content-gca .imagens-ambiente {
	background-position:left center;
	height:300px;
	justify-content:flex-start;
	align-items:center;
}
.content-gca .imagens-ambiente .imagens-ambiente-detail {
	display:flex;
	justify-content:flex-start;
	margin-top:30px;
}
.content-gca .imagens-ambiente .imagens-ambiente-detail-wrapper:first-of-type {
	margin-right:40px
}
.content-gca .imagens-ambiente  .imagens-ambiente-content {
	max-width:620px;
	margin-left:135px;
}
.content-gca .imagens-ambiente .imagens-ambiente-title {
	font-size:30px;
	font-weight:800;
	text-transform:initial;
}
.content-gca .imagens-ambiente .imagens-ambiente-detail-label {
	display:block;
	font-size:14px;
}
.content-gca .imagens-ambiente .imagens-ambiente-detail-highlight{
	display:block;
	font-size:17px;
}
.services-projects-events-list {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
	margin-top:95px;
}
.services-projects-events-list .services-projects-events-item {
	display:flex;
	width:302px;
	flex-direction:column;
	margin-bottom:35px;
}
.services-projects-events-list .services-projects-events-item:last-child,
.services-projects-events-list .services-projects-events-item:nth-child(4n) {
	margin-right:0;
}
.services-projects-events-list .services-projects-events-image {
	height:231px;
	padding:20px 15px;
	background-repeat:no-repeat;
	background-size:cover;
}
.services-projects-events-list .services-projects-events-title {
	display:block;
	font-size:14px;
	color:#00deFF;
}
.services-projects-events-list .services-projects-events-subtitle {
	display:block;
	font-size:16px;
	color:#FFFFFF;
	font-weight:800;
	text-transform:uppercase;
}
.services-projects-events-list .services-projects-events-link {
	display:block;
	padding:15px 0 20px;
	background: url(../img/arrow-left02.png) no-repeat left bottom;
	font-size:14px;
	color:#434343;
}
.gca-title-main {
	font-weight:800;
	text-transform:uppercase;
	font-size:14px;
	color:#434343;
	margin:15px 0;
}
.gca-title-main.no-margin {
	margin-bottom:0;
}
.news-highlights-list {
	display:flex;
	justify-content:space-between;
	padding:0;
	margin:0 0 50px 0;
}
.news-highlights-list .news-highlights-item {
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	width:322px;
}
.news-highlights-list .news-highlights-item:last-child {
	margin-right:0;
}
.news-highlights-list .news-highlights-item .news-highlights-image{
	position:relative;
	height:240px;
}
.news-highlights-list .news-highlights-item .news-highlights-mask{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0.4;
	background-color:#000000;
	z-index:1;
}
.news-highlights-list .news-highlights-item .news-highlights-image:hover {
	opacity:1;
}
.news-highlights-list .news-highlights-item .news-highlights-image:hover .news-highlights-mask{
	display:block;
}
.news-highlights-list .news-highlights-item .news-highlights-detail {
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	padding:25px;
	height:280px;
	background:#ececec;
}
.news-highlights-list .news-highlights-item .news-highlights-title {
	display:block;
	color:#434343;
	font-weight:700;
	font-size:16px;
	padding-bottom:10px;
}
.news-highlights-list .news-highlights-item .news-highlights-subtitle {
	display:flex;
	flex:1;
	color:#434343;
	font-weight:400;
	font-size:14px;
}
.news-highlights-list .news-highlights-item .news-highlights-see-more{
	display:block;
	color:#434343;
	font-weight:700;
	font-size:15px;
	padding-bottom:12px;
	background:url(../img/arrow-left02.png) no-repeat left bottom;
}
.photos-highlights-list,
.posters-highlights-list {
	display:flex;
	margin:0 0 50px 0;
	padding:0;
	list-style:none;
	justify-content:space-between;
}

.hamburguer-box {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
}
.hamburguer-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}
.hamburguer-inner,
.hamburguer-inner::before,
.hamburguer-inner::after {
    width: 20px;
    height: 2px;
    background-color: #FFFFFF;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburguer-inner::before,
.hamburguer-inner::after {
    content: "";
    display: block;
}

.hamburguer .hamburguer-inner {
    top: 3px;
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburguer .hamburguer-inner::before {
    top: 8px;
    transition: opacity 0.15s 0.4s ease;
}

.hamburguer .hamburguer-inner::after {
    top: 16px;
    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);
}

.hamburguer.is-active .hamburguer-inner,
.hamburguer.is-active .hamburguer-inner::before,
.hamburguer.is-active .hamburguer-inner::after {
    background-color: #FFFFFF;
}

.hamburguer.is-active .hamburguer-inner::after {
    top: 20px;
}

.hamburguer.is-active .hamburguer-inner {
    -webkit-transform: translate3d(0, 10px, 0) rotate(135deg);
    transform: translate3d(0, 10px, 0) rotate(135deg);
    transition-delay: 0.1s;
	top:0;
}

.hamburguer.is-active .hamburguer-inner::before {
    transition-delay: 0s;
    opacity: 0;
}

.hamburguer.is-active .hamburguer-inner::after {
    -webkit-transform: translate3d(0, -20px, 0) rotate(-270deg);
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay: 0.1s;
}
#breadcrumbs {
	display:flex;
	background:none;
	padding:0;
	margin-bottom:0;
}

#breadcrumbs > li {
	padding: 5px 0;
}
#breadcrumbs .sep {
	color:#FFFFFF;
	padding:5px 10px;
}
#breadcrumbs > li span {
	color:#FFFFFF;
	font-size:12px;
	font-family: 'Didact Gothic', sans-serif;
	text-decoration:underline;
}
#breadcrumbs > li a {
	color:#FFFFFF;
	font-size:12px;
	font-family: 'Didact Gothic', sans-serif;
}
body.analises #breadcrumbs .sep,
body.analises #breadcrumbs > li a,
body.analises #breadcrumbs > li span {
	color:#949494;
}
.btn-back {
	width:110px;
	margin-top:30px;
}
.btn-back .btn.btn-small {
	padding-left:22px;
	background:url(../img/arrow-left02-back.png) no-repeat left center;
	font-size:14px;
	font-family: 'Didact Gothic', sans-serif;
	color:#434343;
}

#content.gca > .wrapper {
	display:flex;
	padding-top:50px;
}

.content-gca {
	display:flex;
	flex-direction:column;
	width: 100%;
}
.content-gca .content-gca-wrapper {
	background:#FFFFFF;
	padding:40px 180px 90px;
	max-width:1020px;
	font-size:14px;
	color:#434343;
	line-height:24px;
	margin-bottom:35px;
}
body.detalhe .content-gca .content-gca-wrapper {
	padding:25px 135px 90px;
	max-width: 930px;
}
.content-gca img {
	max-width:100%;
}
.gca-style {
	font-weight:500;
	font-size:14px;
	color:#434343;
	line-height:24px;
	padding-bottom:30px;
}
.gca-quote {
	color:#616161;
	margin-top:70px;
	margin-bottom:50px;
}
.gca-quote .gca-quote-text {
	display:block;
	font-weight:600;
	font-style: italic;
	color:#00DEFF;
	font-size:20px;
	line-height:30px;
}
.content-gca .gca-title {
	display:block;
	max-width:658px;
	width:98%;
	font-size:24px;
	color:#434343;
	padding:0 15px 30px;
}
.gca-social {
	display:flex;
	justify-content:space-between;
	margin:10px 0 30px;
	width: 100%;
}
.menu-lateral .gca-social{
	flex-direction:column;
}
.menu-lateral .gca-social-wrapper {
	display:flex;
	flex-direction:column;
	align-items:flex-start;
}
.gca-social .gca-social-link {
	display:inline-block;
	font-size:14px;
	padding-right:20px;
	margin-right:35px;
	background:url(../img/arrow-left02.png) no-repeat right center;
	color:#434343;
	margin-top: 11px;
	transition:all 0.3s;
}
.gca-social .gca-social-print{
	flex:1;
}
.gca-sharethis {
	display:flex;
	align-items:center;
}
.menu-lateral .gca-sharethis {
	flex-wrap:wrap;
	margin-top:30px;
}
.gca-social .gca-sharethis-title {
	font-size:14px;
	color:#434343;
	padding-right:15px;
}
.menu-lateral .gca-social .gca-sharethis-title  {
	display:block;
	width:100%;
	margin-right:0;
}
.gca-sharethis .gca-sharethis-custom {
	display:inline-block;
	cursor: pointer;
	width:26px;
	height:36px;
	border-radius:0;
	margin: 0;
	background-repeat:no-repeat;
	background-position:center;
	transition:all 0.5s;
	margin-right:8px;
}
.gca-sharethis .gca-sharethis-custom:hover {
	background-position:center top;
}
.gca-sharethis .st_facebook_custom{
	background-image: url(../img/fb.svg);
}
.gca-sharethis .st_linkedin_custom{
	background-image: url(../img/link.svg);
}
.gca-sharethis .st_twitter_custom{
	background-image: url(../img/tw.svg);
	margin-right:0;
}
.gca-block-highlight {
	display:block;
	padding-top:55px;
	max-width:1020px;
	width:100%;
}
.gca-block-highlight .gca-block-highlight-title {
	display:block;
	text-transform:uppercase;
	font-size:16px;
	color:#00DEFF;
	font-weight:800;
}
.gca-block-highlight .gca-block-highlight-list {
	display:block;
	width:100%;
	margin:15px 0 0 0;
	padding:0;
	border-top:1px solid #434343;
	border-bottom:1px solid #434343;
}
.gca-block-highlight .gca-block-highlight-list .gca-block-highlight-item {
	display:flex;
	border-top:1px solid #434343;
}
.gca-block-highlight .gca-block-highlight-list .gca-block-highlight-link {
	display:flex;
	justify-content:space-between;
	align-items:center;
	width:100%;
	height:62px;
}
.gca-block-highlight .gca-block-highlight-list .gca-block-highlight-item:first-child {
	border-top:0;
}
.gca-block-highlight .gca-block-highlight-list .gca-block-highlight-item:last-child {
	border-bottom:0;
}
.gca-block-highlight .gca-block-highlight-list .gca-block-highlight-title {
	font-weight:500;
	text-transform:uppercase;
	font-size:14px;
	color:#434343;
	padding-right:30px;
}
.gca-block-highlight .gca-block-highlight-list .gca-block-highlight-subtitle {
	font-size:14px;
	color:#434343;
	flex:1;
}
.gca-block-highlight .gca-block-highlight-list .gca-block-highlight-button {
	font-size:12px;
	color:#434343;
	padding-right:25px;
	background:url(../img/arrow-left02.png) no-repeat right center;
}
/*AREA de DETALHE*/
#content.detalhe {
	display:flex;
	width:100%;
}
.wrapper-gca {
	display:flex;
}
.wrapper-gca:first-of-type{
	justify-content:flex-end;
	width:calc(50% - 310px);
}
.wrapper-gca:last-of-type{
	justify-content:flex-start;
	width:calc(50% + 310px);
	background:#FFFFFF;
}
.menu-lateral {
	display:block;
	width:310px;
}
.menu-lateral-gca-list {
	display:block;
	width:100%;
	margin:30px 0 0;
	padding:0;
	list-style:none;
}
.menu-lateral-gca-list .menu-lateral-gca-link {
	display:flex;
	align-items:center;
	border-bottom:1px solid #FFF;
	height:35px;
	font-weight:500;
	font-size:14px;
	color:#434343;
	text-transform:uppercase;
	padding-left:30px;
	background:url(../img/arrow-left02.png) no-repeat 2px center;
	transition:all 0.3s;
}
.menu-lateral-gca-list .menu-lateral-gca-item {
	position:relative;
}
.menu-lateral-gca-list .menu-lateral-gca-item .menu-lateral-gca-icon {
	position:absolute;
	right:-11px;
	top:0;
	width:12px;
	height:30px;
	transform:rotate(180deg);
	background:url(../img/arrow-right-slide.svg) no-repeat center;
}
.menu-lateral-gca-list .menu-lateral-gca-item:last-child .menu-lateral-gca-link {
	border-bottom:0;
}
.menu-lateral-gca-list .menu-lateral-gca-link:hover {
	padding-left:35px;
	opacity:1;
	font-weight:800;
}
.menu-lateral-gca-list .menu-lateral-gca-link.menu-lateral-gca-active {
	font-weight:800;
}

.menu-lateral-gca-button {
	display:inline-block;
	font-weight:500;
	font-size:14px;
	color:#FFFFFF;
	text-transform:uppercase;
	background:#24B7C7 url(../img/arrow-left01.png) no-repeat 160px center;
	padding:15px 50px 15px 25px;
	transition:all 0.3s;
	margin-top:25px;
}
.menu-lateral-gca-button:hover {
	background-position: 170px center;
	opacity:1;
}

.menu-lateral-responsive {
	display:none;
	position:relative;
	width:100%;
	width: calc(100% - 65px);
	margin:0 40px 0 25px;
}
.menu-lateral-wrapper {
	display:block;
}

.menu-lateral-responsive .menu-lateral-responsive-icon {
	position:absolute;
	bottom:-20px;
	left:30px;
	width:12px;
	height:30px;
	transform:rotate(270deg);
	background:url(../img/arrow-right-slide.svg) no-repeat center;
}
.menu-lateral-responsive .menu-lateral-responsive-action {
	display:flex;
	align-items:center;
	margin:0 auto;
	width:100%;
	max-width:720px;
	height:60px;
	background:url(../img/icon-gca.png) no-repeat right center;
	font-weight:800;
	text-transform:uppercase;
	font-size:14px;
	color:#434343;
}
.documents-list {
	list-style:none;
	width:100%;
	margin:0;
	padding:0;
}
.documents-list .documents-link {
	display:flex;
	justify-content:space-between;
	width:100%;
	height:64px;
	border-bottom:1px solid #D9D9D9;
}
.documents-list .documents-link .documents-wrapper {
	display:flex;
	justify-content:center;
	flex-direction:column;	
}
.documents-list .documents-title {
	display:block;
	font-weight:500;
	text-transform:uppercase;
	color:#434343;
	font-size:14px;
	line-height: 14px;
	margin-bottom:3px;
}
.documents-list .documents-subtitle {
	display:block;
	color:#434343;
	font-size:14px;
	line-height: 14px;
}
.documents-list .documents-button {
	display:flex;
	align-items:center;
	height:100%;
	color:#434343;
	font-size:12px;
}

