@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');

body,
html {
	margin: 0;
	padding: 0;
	font-family: 'Lato';
	height: 100%;
}

.page-user .form-item {
	margin: 0px;
	padding-bottom: 30px;
}

.page-user .form-item label {
	color: #ededed;
}

.page-user .region.region-footer {
	display: none;
	padding-bottom: 3px;
}

.page-user .region-content {
	height: 100%;
	display: table;
	vertical-align: middle;
	width: 100%;
	background-color: #285169;
}

.page-user .description {
	display: none;
}

.page-user #block-system-main {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	text-align: center;
}

/* Classes Gerais */

.center {
	width: 1180px;
	position: relative;
	margin: auto;
}

/* Cores */

.over {
	color: #39c4b9;
}

.normal {
	color: #285169;
}

.color-texto-1 {
	color: #333333;
}

.color-texto-2 {
	color: #666666;
}

.white {
	color: white;
}

/* Fontes */

.menu-font {
	font-weight: 700;
	font-size: 13px;
}

.title-1 {
	font-size: 50px;
	font-weight: 700;
	line-height: 60px;
}

.title-2 {
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
}

.title-3 {
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
}

.title-4 {
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
}

.text-1 {
	font-weight: 300;
	font-size: 30px;
	line-height: 40px;
}

.text-2 {
	font-weight: 300;
	font-size: 20px;
	line-height: 30px;
}

.text-3 {
	font-weight: 300;
	font-size: 15px;
	line-height: 25px;
}

/* Custom */

#wrapper {
	width: 100%;
	margin: auto;
	position: relative;
}

#banner {
	width: 100%;
	position: relative;
}

.scroll-more {
	position: absolute;
	z-index: 2;
	width: 200px;
	height: 50px;
	text-transform: uppercase;
	left: 0;
	text-align: center;
	right: 0;
	color: white;
	font-size: 12px;
	bottom: 150px;
	margin: auto;
}

.scroll-more-logo {
	width: 24px;
	height: 30px;
	background: transparent url(../assets/spt.png) no-repeat scroll 0 -879px;
	margin: auto;
}

.menu-eureka {
	height: 100px;
	width: 100%;
	background-color: white;
	position: fixed;
	transition-property: height;
	transition-duration: 0.5s;
	z-index: 102;
}

#logo {
	background: transparent url("../assets/spt.png") no-repeat scroll 0 0;
	height: 55px;
	margin-left: 40px;
	margin-top: 25px;
	transition-property: margin-top;
	transition-duration: 0.5s;
	float: left;
	width: 225px;
}

#logo:hover {
	cursor: pointer;
}

#languages {
	font-size: 13px;
	float: left;
	margin-top: 40px;
	transition-property: margin-top;
	transition-duration: 0.5s;
}

.language-switcher-locale-url {
	display: inline-block;
	margin: auto;
}

#languages li {
	list-style: outside none none;
	color: #285169;
	float: left;
	text-transform: uppercase;
	margin-right: 18px;
}

#languages li a {
	color: #285169;
	font-weight: 700;
	text-decoration: none;
}

#languages li a.active {
	color: #39c4b9;
}

.menu-links {
	float: right;
	margin-top: 40px;
	transition-property: margin-top;
	transition-duration: 0.5s;
}

.menu-links>ul {
	display: inline-block;
	margin: auto;
	padding: 0;
}

.menu-links li {
	color: #285169;
	font-weight: 700;
	list-style: outside none none;
	float: left;
	text-transform: uppercase;
	margin-right: 40px;
	transition-property: color;
	transition-duration: 0.4s;
	font-size: 13px;
}

.slider {
	width: 100%;
}

.menu-links li.active {
	cursor: pointer;
	color: #39c4b9;
}


.menu-links li:hover {
	cursor: pointer;
	color: #39c4b9;
	transition-property: color;
	transition-duration: 0.4s;
}

.slider-row {
	background-color: black;
	display: table;
	height: 100%;
	left: 0;
	position: absolute;
	opacity: 0;
	right: 0;
	width: 100%;
	z-index: 0;
	opacity: 0;
	transition-property: opacity;
	transition-duration: 1s;
}

.slider-row.active {
	z-index: 1;
	opacity: 1;
	transition-property: opacity;
	transition-duration: 1s;
}

.slide-title {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	z-index: 1;
	position: relative;
}

.line {
	width: 60px;
	height: 1px;
	margin: auto;
	margin-top: 50px;
	background-color: #39c4b9;
	z-index: 1;
}

.layer {
	background-color: black;
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 0;
	opacity: 0.3;
}

.pager {
	top: 150px;
	display: table;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 12;
	width: 100%;
}

.pager-row {
	background-color: transparent;
	border: 1px solid #39c4b9;
	border-radius: 14px;
	float: left;
	display: inline-block;
	float: none;
	height: 10px;
	margin: 0 10px;
	width: 10px;
}

.pager-row:hover {
	cursor: pointer;
}

.pager-row.active {
	background-color: #39c4b9;
}

.info {
	width: 100%;
	height: 100px;
	position: absolute;
	bottom: 0;
	z-index: 2;
}

.layer-quotes {
	background-color: #285169;
	bottom: 0;
	height: 100px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 0;
	opacity: 0.7;
}

.info-inner {
	color: white;
	position: relative;
	height: 100px;
	z-index: 3;
}

.info-inner-logo {
	background: transparent url("../assets/spt.png") no-repeat scroll 0 -158px;
	bottom: 0;
	float: left;
	height: 44px;
	margin: auto;
	position: absolute;
	top: 0;
	width: 44px;
}

.info-inner-text {
	bottom: 0;
	float: left;
	left: 70px;
	margin: auto;
	max-height: 55px;
	position: absolute;
	top: 0;
}

.quote {
	opacity: 0;
	display: none;
}

.quote.active {
	opacity: 1;
	display: block;
}

/* EUREKA */

.eureka {
	width: 100%;
	float: left;
	padding-top: 180px;
	padding-bottom: 150px;
	opacity: 0;
	transition-property: opacity;
	transition-duration: 1s;
}

.eureka-left {
	float: left;
	width: 35%;
}

.eureka-right {
	float: left;
	width: 65%;
}

.line-title {
	width: 60px;
	height: 1px;
	margin-top: 25px;
	background-color: #39c4b9;
	z-index: 1;
}

.eureka-subtitle {
	margin-top: 40px;
	margin-bottom: 40px;
}

.eureka-text {
	margin-left: 10px;
	text-align: justify;
}

/* hist��ria */

.historia {
	width: 100%;
	float: left;
	padding: 120px 0;
	background-color: #F0F4F6;

}

.historia .title-2,
.objectivos .title-2,
.unknown .title-2,
.parceiros .title-2 {
	text-align: center;
	text-transform: uppercase;
}

.historia .line-title,
.objectivos .line-title,
.unknown .line-title,
.parceiros .line-title {
	margin: auto;
	margin-top: 25px;
}

.historia-text,
.objectivos-text,
.parceiros-text {
	margin-top: 40px;
	text-align: center;
}

/* objectivos */

.objectivos {
	background: transparent url("../assets/objectivos.jpg") no-repeat fixed center top / cover;
	float: left;
	padding-bottom: 120px;
	padding-top: 300px;
	width: 100%;
}

.badge {
	width: 302px;
	margin: auto;
	margin-top: 80px;
	height: 112px;
	background: transparent url(../assets/badge.png) no-repeat center center;
}

.eureka-left .badge {
	float: left;
	margin-top: 0px;
	margin-bottom: 40px;
}

/* servicos */

.servicos {
	background: transparent;
	float: left;
	padding: 120px 0;
	width: 100%;
}

.servicos-text {
	margin-top: 40px;
	text-align: left;
}

.servicos-disponiveis {
	margin-top: 40px;
	width: 100%;
}

.servico-block {
	width: 33%;
	float: left;
}

.servico-block-logo {
	width: 100px;
	height: 100px;
	margin-right: 30px;
}

#servico-1 .servico-block-logo {
	background: transparent url("../assets/spt.png") no-repeat scroll 0px -230px;

}

#servico-2 .servico-block-logo {
	background: transparent url("../assets/spt.png") no-repeat scroll 0px -360px;
}

#servico-3 .servico-block-logo {
	background: transparent url("../assets/spt.png") no-repeat scroll 0px -490px;
}

.servico-block-title {
	margin: 40px 0;
	text-transform: uppercase;
	margin-right: 30px;
}

.servico-block-text {
	margin-right: 30px;
}

/* espelho */

.espelho {
	float: left;
	width: 100%;
	text-align: center;

}

.espelho-block {
	display: table;
}

.title-espelho {
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
}

.espelho .line-title {
	margin: auto;
	margin-top: 25px;
}

.espelho-left {
	width: 50%;
	height: 100%;
	float: left;
	background-color: #FFFFFF;
}

.espelho-right {
	width: 50%;
	height: 100%;
	float: right;
}

.espelho-block-short {
	float: left;
	width: 50%;
	height: 50%;
	background-color: #285169;
}

/* Unknown */

.unknown {
	background: transparent url("../assets/separador_mapa.jpg") no-repeat fixed center top / cover;
	float: left;
	padding-bottom: 270px;
	padding-top: 270px;
	width: 100%;
	position: relative;
}

/* Parceiros */

.parceiros {
	background-color: #285169;
	float: left;
	height: 830px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.parceiros-inner {
	background: #285169 url("../assets/mapa.png") no-repeat scroll center center;
	float: left;
	width: 1500px;
	height: 740px;
	position: absolute;
	top: 90px;
}

.parceiros .title-2 {
	margin-top: 100px;
}

/* Contactos */

.contactos {
	background: transparent;
	float: left;
	padding: 120px 0;
	width: 100%;
}

.contactos-inner {
	width: 100%;
	margin-top: 40px;
}

.contactos-left {
	float: left;
	width: 50%;
}

.contactos-right {
	float: left;
	width: 25%;
	margin-bottom: 80px;
}

.right-padding {
	padding-right: 30px;
}

.social {
	float: left;
	margin-top: 30px;
}

.social-title {
	float: left;
	margin-right: 20px;
	margin-top: 10px;
}

.network {
	margin-right: 6px;
	float: left;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	border: 1px solid #39C4B9;
}

.contacts-first-line {
	width: 100%;
	float: left;
}

.network.f {
	background: transparent url("../assets/spt.png") no-repeat scroll 16px -627px;

}

.network.f:hover {
	background-color: #39c4b9;
	background-position: -54px -627px;
}

.network.i {
	background: transparent url("../assets/spt.png") no-repeat scroll 12px -694px;

}

.network.i:hover {
	background-color: #39c4b9;
	background-position: -58px -694px;
}

.network.m {
	background: transparent url("../assets/spt.png") no-repeat scroll 8px -758px;

}

.network.m:hover {
	background-color: #39c4b9;
	background-position: -62px -758px;
}

.network:hover {
	cursor: pointer;
}


.cidade {
	margin-bottom: 20px;
	text-transform: uppercase;
}

.telephone {
	margin: 35px 0 0;
}

.telephone-cell {
	display: inline-block;
	margin-bottom: 10px;
	width: 100%;
}

.telephone .title-4,
.telephone .text-3,
.email .title-4,
.email .text-3 {
	float: left;
	line-height: 15px;
	margin-right: 3px;
}

/* Produtos */

.produtos {
	background: transparent url("../assets/circulos_produtos.png") no-repeat scroll center center;
	float: left;
	height: 620px;
	padding: 175px 0;
	width: 100%;
}

.produtos-left {
	width: 33%;
	float: left;
	background-color: transparent;
	margin-top: 60px;
	position: relative;
}

.produtos-center {
	float: left;
	height: 400px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 112px;
	width: 400px;
	z-index: 0;
}

.produtos-center-inner {
	position: relative;
	height: 100%;
	width: 100%;
}

.small-ball {
	border-radius: 160px;
	height: 160px;
	position: absolute;
	right: -40px;
	top: -60px;
	width: 160px;
	z-index: 1;
}

.big-ball {
	position: absolute;
	width: 400px;
	height: 400px;
	border-radius: 400px;
	top: 0px;
	right: 0px;
}

.produtos-right {
	background-color: transparent;
	float: right;
	padding-left: 40px;
	position: relative;
	top: 50px;
	width: 26%;
}

.materia {
	text-transform: uppercase;
	margin-bottom: 20px;
	transition-property: color;
	transition-duration: 0.4s;
}

.materia:hover {
	cursor: pointer;
	color: #39c4b9;
	transition-property: color;
	transition-duration: 0.4s;
}

.submateria {
	transition-property: color;
	transition-duration: 0.4s;
	font-weight: 700;
}

.submateria:hover {
	cursor: pointer;
	color: #39c4b9;
	transition-property: color;
	transition-duration: 0.4s;
}

.materia.active {
	color: #39c4b9;
}

.materia-description {
	margin: 20px 0;
}

.produtos-right .materia-detail {
	display: none;
	opacity: 0;
}

.produtos-right .materia-detail.active {
	display: block;
	opacity: 1;
	transition-property: opacity;
	transition-duration: 2s;
}

.materia-detail .materia-description.text-3.normal {
	font-size: 16px;
}

.produtos-right .materia-detail.materia-2.active .materia-description.text-3.normal {
	line-height: 23px;
}

.materia-image {
	width: 100%;
	height: 100%;
	border-radius: 160px;
	opacity: 0;
	position: absolute;
	transform: translateY(20%);
	transition-property: opacity, transform;
	transition-duration: 0.5s;
}

.materia-image.big {
	border-radius: 400px;
}

.materia-image.active {
	opacity: 1;
	transform: translateY(0);
	transition-property: opacity, transform;
	transition-duration: 0.5s;
}

.sub.materia-image {
	opacity: 0;
	position: absolute;
	transform: translateY(20%);
	transition-property: opacity, transform;
	transition-duration: 0.5s;
}

.sub.materia-image.active {
	opacity: 1;
	transform: translateY(0);
	transition-property: opacity, transform;
	transition-duration: 0.5s;
}

.submateria.active {
	color: #39c4b9;
}

/* CONTACTOS BOTTOM */

.contactos-bottom {
	height: 800px;
	width: 100%;
	float: left;
}

.bottom-left {
	height: 100%;
	width: 50%;
	float: left;
	background-color: rgb(240, 244, 247);
}

.formulario {
	width: 590px;
	float: right;
	height: 200px;
	margin-top: 80px;
	background-color: transparent;
}

.bottom-right {
	height: 100%;
	width: 50%;
	background-color: rgb(240, 244, 247);
	float: left;
	position: relative;
}

#map {
	height: 100%;
	width: 100%;
}

.contactos-bottom .form-text {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: transparent;
	border-color: -moz-use-text-color -moz-use-text-color #285169;
	border-image: none;
	border-style: none none solid;
	border-width: 0 0 1px;
	color: #285169;
	font-weight: 700;
	padding: 10px 5px 15px;
	width: 70%;
	font-family: "Lato";
	font-size: 15px;
}

.contactos-bottom .form-textarea {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: transparent;
	border-color: #285169;
	border-image: none;
	border-style: none none solid;
	border-width: 0 0 1px;
	box-sizing: unset;
	color: #285169;
	font-family: "Lato";
	font-size: 15px;
	font-weight: 700;
	padding: 10px 5px 15px;
	width: 70%;
}

.grippie {
	display: none !important;
}

.contactos-bottom .webform-submit.button-primary.form-submit {
	background-color: transparent;
	border: 1px solid #285169;
	border-radius: 25px;
	margin: 20px auto auto 80px;
	padding: 10px 70px;
	text-align: center;
	font-size: 15px;
	color: #285169;
	font-weight: 700;
	transition-property: background-color;
	transition-duration: 0.4s;
}

.contactos-bottom .webform-submit.button-primary.form-submit:hover {
	background-color: #285169;
	color: white;
	cursor: pointer;
	transition-property: background-color;
	transition-duration: 0.4s;
}


.webform-client-form {
	margin-top: 30px;
}

.map-locations {
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 100;
	display: table;
	table-layout: fixed;
}

.pointer-map {
	background-color: #39c4b9;
	color: white;
	display: table-cell;
	margin: 0;
	padding: 10px;
	text-align: center;
	transition-duration: 0.4s;
	transition-property: background-color;
	font-size: 12px;
	vertical-align: middle;
	
}
.map-locations-inner{
	display: table-row;
}

.pointer-map:hover {
	cursor: pointer;
	color: white;
	transition-property: background-color;
	transition-duration: 0.4s;
}

.sede.active {
	background-color: #183241;
	color: white;
}

.leiria.active {
	background-color: #3b7aa0;
	color: white;
}

.leca.active {
	background-color: #227670;
	color: white;
}

.maia.active {
	background-color: #2f9c93;
	color: white;
}

.porto.active {
	background-color: #285169;
	color: white;
}

.lisboa.active {
	background-color: rgb(181, 199, 210);
	color: white;
}

.sede:hover {
	background-color: #183241;
	color: white;
}

.leiria:hover {
	background-color: #3b7aa0;
	color: white;
}

.leca:hover {
	background-color: #227670;
	color: white;
}

.maia:hover {
	background-color: #2f9c93;
	color: white;
}

.porto:hover {
	background-color: #285169;
	color: white;
}

.lisboa:hover {
	background-color: rgb(181, 199, 210);
	color: white;
}

.copy {
	height: 30px;
	margin-top: 50px;
	width: 70%;
}

.copyright {
	float: left;
	height: 100%;
	width: 60%;
	color: rgb(39, 81, 104);
	font-size: 14px;
}

.atom {

	background: transparent url("../assets/spt.png") no-repeat scroll 20px -834px;
	float: left;
	height: 100%;
	width: 40%;

}

/*RESPONSIVE*/
.parceiros-title-mobile {
	display: none;
}

.mobile-menu-icon {
	display: none;
	position: relative;
	width: 45px;
	height: 16px;
}

.mobile-menu-icon:hover {
	cursor: pointer;
}

.mobile-menu-icon span {
	background: #285169;
	width: 30px;
	height: 2px;
	margin-bottom: 5px;
	display: block;
	position: absolute;
	right: 0px;
}

.mobile-menu-icon span:nth-child(2) {
	width: 45px;
	top: 7px;
}

.mobile-menu-icon span:nth-child(3) {
	top: 14px;
}

.mobile-menu-icon:hover span {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
	width: 35px;
	background: #39c4b9;
}

.produtos-left-outer-mobile,
.materia-mobile-icon-outer,
.materia-mobile-icon span {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.materia-mobile-icon {
	margin: 42px 0px 42px 60px;
	width: 25px;
	height: 16px;
	position: relative;
}

.materia-mobile-icon span {
	height: 2px;
	width: 25px;
	background-color: #fff;
	display: block;
	margin-bottom: 5px;
}

.bottom-right .copy {
	display: none;
	margin-top: 0px;
	margin-right: 0px;
	width: 100%;
	position: relative;
	height: 0px;
}

.bottom-right .copy div {
	position: absolute;
	width: 165px;
	height: 30px;
	bottom: 25px;
}

.bottom-right .copy .atom {
	right: 20px;
}

.bottom-right .copy .copyright {
	background: none;
	color: #285169;
	width: 210px;
	left: 2.5%;
}

.mobile-menu-icon span.span1-mobile {
	transform: rotate(45deg);
	-webkit-transition-duration: 0.2s;
	/* Safari */
	transition-duration: 0.2s;
	top: 7px;
	background: #39c4b9;
	width: 35px;
}

.mobile-menu-icon span:nth-child(3).span2-mobile {
	transform: rotate(-45deg);
	-webkit-transition-duration: 0.2s;
	/* Safari */
	transition-duration: 0.2s;
	top: 7px;
	background: #39c4b9;
	width: 35px;
}

.parceiros-mova-mobile {
	position: relative;
	height: 0px;
	width: 100%;
	float: left;
	display: none;
}

.parceiros-mova-mobile-inner {
	position: absolute;
	bottom: 40px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	font-size: 13px;

}

.materia-mobile-icon,
.materia-mobile-icon-outer {
	display: none;
}

.materia-mobile-icon-outer {
	background-color: #285169;
	width: 100px;
	height: 100px;
	position: absolute;
	border-radius: 50px;
	top: 300px;
	left: -50px;
	z-index: 12;
}

#espelho-1 {
	max-height: calc(50% - 1px);
}

.espelho-left {
	background-color: #285169;
}

.objectivos .title-2,
.historia .title-2 {
	width: 80%;
	margin: 0px 10%;
}

.materia-mobile-icon:hover {
	cursor: pointer;
}

.materia-mobile-icon:hover span {
	background-color: #39c4b9 !important;
}

.materia-mobile-icon span:nth-child(1).opened {
	transform: rotate(45deg);
	position: relative;
	top: 7px;
}

.materia-mobile-icon span:nth-child(2).opened {
	display: none;
}

.materia-mobile-icon span:nth-child(3).opened {
	transform: rotate(-45deg);
}

/*MENU MOBILE*/
@media screen and (max-width: 1200px) {
	.menu-eureka .menu-links {
		position: fixed;
		background-color: #285169;
		width: 100%;
		top: 100px;
		margin-top: 0px;
		height: 100%;
		box-shadow: none;
		left: 100%;
	}

	.mobile-menu-icon {
		z-index: 999999;
	}

	.menu-eureka .menu-links li {
		width: 95%;
		margin: 14px 0px 14px 5%;
		color: #FFFFFF;
		transition-property: color;
		transition-duration: 0.4s;
	}

	.menu-eureka .menu-links li.active {
		color: #39c4b9;
	}

	.menu-eureka .menu-links li:first-child {
		margin-top: 24px;
	}

	#logo {
		margin-left: 2.5%;
	}

	.mobile-menu-icon {
		display: block;
		background-color: #FFFFFF;
		position: absolute;
		right: 2.5%;
	}

	.menu-links.expanded {
		box-shadow: 3px 7px 10px 4px #000000;
	}

	.mobile-menu-icon {
		top: 42.5px
	}

	.center {
		width: 100%;
	}

	

	.formulario {
		width: 100%;
	}

	.map-locations>div:nth-child(4) {
		width: 32%;
	}
}

@media all and (max-width: 940px) {
	.center {
		width: 100%;
	}

	.title-1 {}

	.small-ball {
		right: 0px;
	}

	.map-locations {
		width: 100%;
	}

	.produtos-center {
		width: 405px;
		margin-left: 15px;
		top: 150px;
	}

	.produtos-right {
		width: auto;
		position: relative;
		right: 125px;
	}

	.info-inner-logo {
		background-size: 187.5px 750px;
		background-position: 10px -113px;
	}

	.quote {
		width: 80%;
		line-height: 25px;
	}

	.info-inner-text {
		overflow: hidden;
	}

	.info-inner {
		overflow: hidden;
	}

	.bottom-left {
		width: 49%;
	}

	.pager {
		width: 100%;
		text-align: center;
		bottom: 120px;
	}

	.pager-row {
		display: inline-block;
		float: none;
	}

	.eureka-left {
		width: 95%;
		padding: 0px 2.5%;
	}

	.eureka-subtitle {
		margin-bottom: 35px;
	}

	.eureka-right {
		width: 100%;
	}

	.eureka-text {
		margin: 0px 2.5%;
	}

	.historia-text {
		margin-left: 2.5%;
		margin-right: 2.5%;
	}

	.contactos-inner>.contactos-right:last-child {
		width: 55%;
	}

	.objectivos-text {
		margin: 0px 2.5%;
	}

	.slider .title-1 {
		width: 90%;
		padding-left: 10%;
	}

	.espelho-right,
	.espelho-left {
		width: 100%;
		height: 50%;
	}

	.title-espelho {
		padding: 25px;
	}

	.contactos .title-2.normal {
		margin: 0px 2.5%;
	}

	.contactos-left {
		width: 95%;
		margin: 0px 2.5%;
	}

	.objectivos-text {
		padding-top: 30px;
	}

	.eureka,
	.objectivos {
		padding: 120px 0px;
	}

	.servicos>.center>div {
		margin-left: 2.5%;
		margin-right: 2.5%;
		width: 95%;
	}

	.parceiros {
		overflow-x: auto;
	}

	.parceiros-title-mobile {
		display: block;
		float: left;
		height: 0px;
		width: 100%;
	}

	.parceiros-title-mobile .line-title {
		margin: auto;
		margin-top: 30px;
	}

	.parceiros-title-mobile-inner {
		position: absolute;
		z-index: 1;
		width: 80%;
		margin-left: 10%;
		text-align: center;
		text-transform: uppercase;
		margin-top: 60px;
	}

	.parceiros-text.text-1.white {
		text-transform: none;
		font-size: 26px;
	}

	.parceiros .title-2.over,
	.parceiros .parceiros-text.text-1.white {
		display: none;
	}

	.parceiros-title-mobile .title-2.over {
		word-wrap: break-word;
	}

	.social {
		margin-top: 40px;
	}

	.contactos-left {
		margin-bottom: 70px;
	}

	.contactos-right {
		margin-left: 2.5%;
		margin-right: 2.5%;
		width: 45%;
	}

	.bottom-left,
	.bottom-right {
		width: 100%;
	}

	.formulario {
		width: 100%;
		float: left;
	}

	.formulario .title-3 {
		text-align: center;
	}

	.map-locations {
		text-align: center;
		bottom: 0px;
	}

	

	.bottom-left .copy {
		display: none;
	}

	.bottom-right .copy {
		display: block;
	}

	.parceiros-mova-mobile {
		display: block;
	}

	.produtos {
		padding: 120px 0px;
	}

	.produtos .title-2 {
		margin: 0px 2.5%;
	}

	.webform-client-form {
		max-width: 475px;
		margin: auto;
	}

	.contactos-bottom .form-text,
	.contactos-bottom .form-textarea {
		width: 95%;
		padding: 10px 2.5% 15px;
	}

	.form-actions {
		text-align: center;
	}

	.contactos-bottom .webform-submit.button-primary.form-submit {
		margin-left: 0px;
		display: inline-block;
	}

	.contactos-bottom .webform-submit.button-primary.form-submit:hover {}

	.formulario .title-3 {
		max-width: 475px;
		margin: auto;
		text-align: left;
	}

	.contactos-bottom {
		height: 700px;
	}

	.materia-mobile-icon,
	.materia-mobile-icon-outer {
		display: block;
	}

	.produtos-left {
		display: inline-block;
		width: 100%;
		margin-top: 0px;
	}

	.produtos-left-outer-content-mobile {
		position: relative;
		width: 100%;
		height: 1020px;
		display: table-cell;
		vertical-align: middle;
	}

	.produtos-left-outer-mobile {
		height: 1024px;
		right: 50%;
		background-color: #285169;
		position: fixed;
		z-index: 12;
		top: 0px;
		margin-top: 50px;
		right: 100%;
		width: 50%;
		display: table-cell;
		vertical-align: middle;
	}

	.materia {
		color: #FFFFFF;
		margin-left: 25px;
	}

	.produtos {
		background-position: -505px -255px;
	}

	.produtos-right {
		position: absolute;
		right: 0px;
		margin-left: 408px;
		padding-right: 15px;
		margin-top: 25px;
	}
}

@media screen and (max-width: 767px) {
	.menu-eureka {
		height: 80px;
	}

	#logo {
		margin-top: 17.5px;
	}

	#languages {
		margin-top: 35px;
	}

	.menu-eureka .menu-links {
		top: 80px;
	}

	.mobile-menu-icon {
		top: 30px;
	}

	.line {
		margin-top: 20px;
	}

	.eureka-subtitle {
		margin-top: 30px;
	}

	.historia-text,
	.parceiros-text {
		margin-top: 30px;
	}

	.produtos-center {
		width: 405px;
		margin-left: 2.5%;
		position: relative;
		float: none;
		top: 80px;
	}

	.produtos-right {
		margin-left: 2.5%;
		margin-right: 2.5%;
		width: 95%;
		right: 0px;
		margin-top: 100px;
	}

	.produtos-left-outer-mobile {
		margin-top: 40px;
	}

	.produtos {
		height: auto;
		position: relative;
	}

	.produtos-right {
		position: relative;
		padding-right: 0px;
	}

	.map-locations>div {
		margin-top: 10px;
	}

	.pointer-map {
		width: 17%;
	}

	.map-locations>div:nth-child(4) {
		width: 32%;
	}
}

@media screen and (max-width: 480px) {
	body {}

	.title-1 {
		font-size: 35px;
	}

	#banner .text-2 {
		font-size: 15px;
		line-height: 15px;
	}

	.info-inner-text {
		left: 50px;
		display: table;
	}

	.info-inner-logo {
		background-size: 187.5px 750px;
		background-position: 10px -113px;
	}

	.quote {
		width: 80%;
	}

	.pager {
		display: none;
	}

	#logo {
		width: 50px;
	}

	.servicos {
		display: none;
	}

	.porto,
	.leiria {}

	.map-locations>div {
		margin: 10px 10px 0px 10px;
	}

	.contactos-right {
		margin-left: 2.5%;
		margin-right: 2.5%;
		width: 95%;
		padding-top: 0px;
		margin-bottom: 40px;
	}

	.cidade {
		margin-bottom: 5px;
	}

	.telephone {
		margin-bottom: 20px;
	}

	.bottom-right .copy {
		display: none;
	}

	.title-1 {
		font-size: 9vw;
	}

	.formulario .title-3 {
		width: 95%;
		margin: 0px 2.5%;
		text-align: left;
	}

	.webform-client-form {
		max-width: 95%;
		margin: 0px 2.5%;
	}

	.contactos-bottom .form-text,
	.contactos-bottom .form-textarea {
		width: 95%;
		padding: 10px 2.5% 15px;
	}

	.form-actions {
		text-align: center;
	}

	.contactos-bottom .webform-submit.button-primary.form-submit {
		margin-left: 0px;
		display: inline-block;
	}

	.produtos-left-outer-mobile {
		width: 270px;
	}

	.produtos-center {
		width: 95%;
		margin-right: 2.5%;
		top: 120px;
	}

	.big-ball {
		width: 285px;
		height: 285px;
		left: 10px;
	}

	.small-ball {
		left: 140px;
	}

	.produtos-right {
		margin-top: 40px;
	}

	.li-menu-servicos {
		display: none;
	}

	.produtos {
		background-size: 1008px auto;
		background-position: -340px -55px;
	}

	.pointer-map {
		width: 15%;
	}

	.map-locations>div:nth-child(4) {
		width: 40%;
	}
}

@media screen and (max-width: 600px) {
	.espelho {
		height: auto !important;
	}

	.espelho-right {
		display: none;
	}

	#espelho-1,
	#espelho-3 {
		width: 100%;
		max-height: none;
	}

	#espelho-4 {
		display: none;
	}

	.espelho-block-short {
		width: 100%;
	}

	.espelho-left>div {
		height: 380px;
	}

	.parceiros {
		height: 600px;
	}
}

@media screen and (min-width: 941px) {
	.parceiros-inner {
		width: 100%;
	}
}

.mobile-menu-icon span.closed {
	background: #285169;
}

.mobile-menu-icon span:nth-child(1).closed,
.mobile-menu-icon span:nth-child(3).closed {
	width: 30px;
}

.mobile-menu-icon span:nth-child(3).closed {
	width: 45px;
}



.historia .center,
.objectivos .center,
.produtos-center,
.unknown .center,
.parceiros .center {
	opacity: 0;
	transform: scale(0.8);
	transition-property: opacity, transform;
	transition-duration: 0.9s;
}

.eureka,
.servicos,
.espelho {
	opacity: 0;
	transition-duration: 0.9s;
	transform: scale(1);
	transition-property: opacity, transform;
}

.loader {
	background-color: white;
	display: table;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 22222;
}

.gif {
	background: transparent url("../assets/loading.gif") no-repeat scroll 0 0;
	bottom: 0;
	display: table-cell;
	height: 150px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	vertical-align: middle;
	width: 150px;
}

.page-node-11.page-node-done .region-footer,
.page-node-11.page-node-done .region-sidebar-first {
	display: none;
}

.page-node-11.page-node-done .region-content {
	height: 100%;
	background-color: #285169;
	text-align: center;
	padding-top: 40%;
	color: #fff;
}

.page-node-11.page-node-done .content a {
	color: #fff;
}

@media screen and (min-width: 940px) and (max-width: 1025px) {
	.materia-detail {
		width: 230px;

		position: absolute;
		right: 0px;
	}
}