/*-------------------------Geral----------------------*/
::-webkit-scrollbar {
	width: 16px;
}
::-webkit-scrollbar-track {
	border-radius: 0;
}
::-webkit-scrollbar-thumb {
	border-radius: 0;
	background: #262626;
}
::-moz-selection {
	background: #262626;
	color: #fff;
}
::selection {
	background: #262626;
	color: #fff;
}
@font-face {
	font-family: RobotoRegular;
	src: url(../fonts/Roboto-Regular.ttf);
}
@font-face {
	font-family: RobotoThin;
	src: url(../fonts/Roboto-Thin.ttf);
}
@font-face {
	font-family: RobotoBold;
	src: url(../fonts/Roboto-Bold.ttf);
}
@font-face {
	font-family: RobotoLight;
	src: url(../fonts/Roboto-Light.ttf);
}
* {

}
body {
	background: url(../images/background.png) no-repeat;
	background-color: white;
	background-position-x: 13.54%;
	background-position-y: bottom;
	background-attachment: fixed;
	background-size: contain;
	font-family: RobotoRegular;
}
a {
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a:focus {
	outline: none;
	outline: 0 auto -webkit-focus-ring-color;
	outline-offset: 0;
	text-decoration: none;
}
img.alignright {
	float: right;
	margin: 0 0 1em 1em;
}
img.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignright {
	float: right;
	clear: both;
}
.alignleft {
	float: left;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
.container {
	padding: 0;
	float: left;
	padding-right: 15.666%;
}
.content {
	margin-left: 13.54%;
	width: 86.46%;
	position: relative;
	float: left;
}

li {
	list-style: none;
}
strong {
	font-family: RobotoBold !important;
}

/*
 This defines the workspace where i place the demo.
 */
#loader {
	background: #FFF;
	width: 100%;
	margin: 0 auto;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999999;
}

.loader-container {
	width: 100%;
	height: 89px;
	display: block;
	text-align: center;
	overflow: hidden;
	z-index: 99999999999;
	background: white;
	margin: 0 auto;
	top: 50%;
	position: relative;
}
/*----------------------Cookies----------------------*/
#cookieChoiceInfo {
	min-height: 65px !important;
	background-color: rgb(38, 38, 38) !important;
	color: white;
	position: fixed !important;
	width: 350px !important;
	height: 90px;
	padding: 10px !important;
	padding-top: 6px !important;
	right: 0 !important;
	bottom: 0 !important;
	left: inherit !important;
	top: inherit !important;
	font-family: RobotoThin !important;
	z-index: 9999 !important;
}
#cookieChoiceInfo * {
	font-family: RobotoThin !important;
}
#cookieChoiceInfo span {
	font-size: 0.9em;
	margin-top: 15px;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: -webkit-inline-box;
}
#cookieChoiceInfo a {
	color: black;
	padding: 2px;
	padding-top: 5px;
	display: inline-block;
	text-decoration: none;
	font-weight: 900;
	height: 30px;
	width: 30px;
	position: absolute;
	margin-top: -26px;
	left: -44px;
	background: #d1d2d4;
	font-family: RobotoThin !important;
}
/*-------------------Aside---------------- */
.lateral {
	height: 100%;
	width: 13.54%;
	background-color: #d1d2d4;
	position: fixed;
	float: left;
	z-index: 100;
}
.frase-vertical {
	color: black;
	font-size: 14px;
	font-family: RobotoThin;
	transform: rotate(90deg);
	transform-origin: center;
	margin-top: 267px;
	letter-spacing: 3px;
	font-weight: 700;
}
.etiqueta {
	padding: 5px;
	background: #262626;
	color: white;
}
.linha {
	background: #262626;
	width: 280px;
	height: 1px;
	transform: rotate(90deg);
	margin-top: 256px;
	margin-left: -1px;
}
.muda-frase {
	text-transform: uppercase;
}
/*------------------Header------------------*/
header {
	margin-left: 13.54%;
	height: 142px;
	background-color: #f1f1f2;
	width: 86.46%;
	float: left;
	z-index: 1000;
	position: fixed;
	top: 0;
	transition: top 0.2s ease-in-out;
}

.nav-up {
	top: -142px;
}
header div {
	display: table;
}
.btn-menu {
	width: 142px;
	height: 142px;
	background-color: white;
	padding: 60px 35px 60px 35px;
	text-align: center;
	font-family: RobotoBold;
	cursor: pointer;
	color: #262626;
	float: left;
	z-index: 2;
	position: relative;
}
.btn-menu .fa {
	margin-left: 7px;
}
.btn-menu:hover {
	background-color: #262626;
	color: white;
}
.btn-menu-ativo {
	background-color: #262626 !important;
	color: white !important;
}
.logo {
	margin: 0 auto;
	height: 100%;
	padding-top: 38.5px;
	padding-bottom: 38.5px;
	position: absolute;
	width: 100%;
	padding-right: 13.54%;
	text-align: center;
	z-index: 1;
}
.social {
	float: right;
	height: 100%;
	z-index: 2;
	position: relative;
	padding-top: 42.5px;
}
.social a {
	color: #262626;
	padding-left: 8px;
	padding-right: 8px;
	vertical-align: super;
}
.social a:hover {
	color: white;
	text-decoration: none;
}
.separador {
	font-size: 35px;
	color: #262626;
}
#btn-lingua {
	font-size: 20px;
}
.scroll-header {
	background-color: rgba(38, 38, 38,0.65);
	height: 71px;
}
.scroll-header .logo {
	margin: 0 auto;
	height: 100%;
	padding-top: 9px;
	padding-bottom: 0;
	position: absolute;
	width: 100%;
	padding-right: 13.54%;
	text-align: center;
	z-index: 1;
}
.scroll-header .social {
	padding-top: 7px;
}
.scroll-header .social a {
	color: white;
	padding-left: 8px;
	padding-right: 8px;
	vertical-align: super;
}
.scroll-header .social a:hover {
	color: gray;
	text-decoration: none;
}
.scroll-header .btn-menu {
	padding: 25px 0 0px 0px;
	width: 71px;
	height: 71px;
	background: transparent;
	color: white;
}
.scroll-header .hover {
	color: 262626;
}
/*----------------Menu-----------------------*/
.menu {
	display: none;
	position: fixed;
	width: 86.46%;
	background: rgba(209, 210, 212,0.85);
	height: 100%;
	margin-left: 13.54%;
	z-index: 999;
	top: 0;
}
.menu ul {
	padding-left: 20px;
	padding-top: 10%;
}
.menu a {
	font-size: 52px;
	font-family: RobotoThin;
	color: #262626;
	z-index: 150;
	position: relative;
}
.menu .fundo-a {
	position: absolute;
	left: 0;
	height: 74px;
	width: 0px;
	background: transparent;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 1;
}
.menu a:hover {
	text-decoration: none;
	color: white;
}
.menu li:hover  .fundo-a {
	width: 100%;
	background: #262626;
	color: white;
}
.menu li:hover  a {
	color: white;
}
/*-------------------Slide-------------*/
.aux-slide .bx-wrapper {
	width: 90%;
}
.slide {
	margin-bottom: 90px;
	margin-top: 141px;
}
.aux-slide li {
	left: 0px;
}
.slide-info {
	float: right;
	z-index: 9;
	margin-top: -36%;
	position: relative;
	width: 50%;
}
.slide-titulo > .titulo {
	font-size: 16px;
	font-family: RobotoBold;
	text-transform: uppercase;
}
.slide-texto * {
	font-family: RobotoThin;
	font-size: 53px;
	margin-bottom: 19px;
	line-height: 54px;
}
span.text-select {
	background: rgba(209, 210, 212,0.75);
	padding-left: 10px;
	padding-right: 10px;
}
.btn-ver-mais a {
	color: white;
}
.btn-ver-mais {
	height: 35px;
	background: #262626;
	border: none;
	width: 40%;
	color: white;
	text-transform: uppercase;
	font-family: RobotoBold;
	margin-top: 25px;
	letter-spacing: 3px;
	-webkit-transition-property: background;
	transition-property: background;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.btn-ver-mais:hover {
	background: white;
	color: #262626;
}
.btn-ver-mais:hover * {
	color: #262626;
}
.controls-slide {
	float: right;
	width: 120px;
	margin-top: -120px;
}
.controls-slide div {
	height: 60px;
	padding: 0;
}
#pager-prev {
	border: 1px solid #262626;
	margin-top: -1px;
	margin-left: -1px;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
#pager-prev  a:focus {
	color: black !important;
	text-decoration: none !important;
	border-bottom: 0px solid black !important;
}
#pager-next   a:focus {
	color: black !important;
	text-decoration: none !important;
	border-bottom: 0px solid black !important;
}
#pager-next {
	border: 1px solid #262626;
	margin-top: -2px;
	margin-left: -2px;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
a.bx-prev {
	position: absolute;
	text-align: center;
	width: 100%;
	height: 100%;
	padding-top: 20px;
}
a.bx-next {
	position: absolute;
	text-align: center;
	width: 100%;
	height: 100%;
	padding-top: 20px;
}

.hvr-sweep-to-right:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #262626;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.hvr-sweep-to-left:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #262626;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-sweep-to-left:hover:before, .hvr-sweep-to-left:focus:before, .hvr-sweep-to-left:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

#next-number {
	position: absolute;
	text-align: center;
	width: 100%;
	height: 100%;
	padding-top: 20px;
	color: #262626;
	font-size: 19px;
	padding-right: 14px;
	font-family: RobotoBold;
	margin-top: -5px;
}
#prev-number {
	position: absolute;
	text-align: center;
	width: 100%;
	height: 100%;
	padding-top: 20px;
	color: #262626;
	font-size: 19px;
	padding-right: 14px;
	font-family: RobotoBold;
	margin-top: -5px;
}
span.total {
	position: absolute;
	text-align: center;
	width: 100%;
	height: 100%;
	padding-top: 20px;
	padding-left: 14px;
	color: #262626;
}

/*-----------------Missao-------------*/
.missao {
	background-color: #262626;
	min-height: 413px;
	padding-top: 80px;
	padding-bottom: 80px;
	z-index: 200;
	position: relative;
	float: left;
	width: 100%;
}
.missao .missao-titulo {
	font-size: 16px;
	font-family: RobotoBold;
	text-transform: uppercase;
	color: white;
}
.missao .missao-texto * {
	font-family: RobotoThin;
	font-size: 43px;
	color: white;
	margin-bottom: 0;
}
.missao-content {
	max-width: 1400px;
	margin: 0 auto;
	padding-left: 80px;
	padding-right: 80px;
}

/*-------------Sobre----------------*/
.sobre {
	z-index: 2;
}
.sobre .under-layer {
	background: url(../images/betao.jpg);
	background-size: cover;
	opacity: 0.5;
	position: absolute;
	width: 100%;
	height: 100%;
}
.sobre-content {
	max-width: 684px;
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
	display: table;
}
.sobre .sobre-texto {
	padding: 0;
	padding-top: 40px;
	padding-bottom: 40px;
	line-height: 27px;
	font-size: 14px;
	font-family: RobotoThin;
	letter-spacing: 0.5px;
	font-weight: 700;
}
.sobre p {
	margin-bottom: 20px;
}
.sobre .imagem-sobre {
	margin-left: -65px;
	padding: 0;
	z-index: -1;
	opacity: 1;
}
.sobre .btn-ver-mais {
	height: 35px;
	background: #262626;
	border: none;
	width: 64%;
	color: white;
	text-transform: uppercase;
	font-family: RobotoBold;
	position: absolute;
	left: 0;
	bottom: 64px;
}
/*-------------------------Servicos----------------*/
.servicos {
}
.servicos .under-layer {
	background: #f1f1f2;
	background-size: cover;
	opacity: 0.65;
	position: absolute;
	width: 100%;
	height: 100%;
}
.servicos .container {
	padding-top: 80px;
	padding-bottom: 80px;
}
.servicos-botoes {
	position: absolute;
	background: white;
	top: 0;
	left: 16%;
	height: 475px;
	width: 84%;
	padding-top: 180px;
	padding-right: 0;
	padding-left: 150px;
}
.servicos-botoes button {
	font-family: RobotoBold;
	font-weight: 500;
	font-size: 10px;
	background: transparent;
	border: 1px solid #262626;
	color: #262626;
	padding: 10px 10px 10px 10px;
	letter-spacing: 3px;
	width: 153px;
	height: 51px;
	vertical-align: text-bottom;
	z-index: 18;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.servicos-botoes button:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #262626;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.servicos-botoes button:hover:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	color: white;
}
.servicos-botoes button:hover {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	color: white;
}
.servicos-botoes .active {
	background: #262626;
	color: white;
}
.imagem-servico {
	float: left;
	z-index: 10;
	position: relative;
	max-width: 50%;
}
.imagem-servico img {
	max-width: 100%;
}
.info-servico {
	float: left;
	padding-top: 180px;
	padding-left: 25px;
	color: #262626;
	z-index: 15;
	position: relative;
	font-size: 18px;
	font-family: RobotoLight;
}
.info-servico * {
	font-size: 18px;
	font-family: RobotoLight;
	line-height: 32px;
}
.active {
	display: block;
}
.controls-servicos {
	float: left;
	width: 100%;
	margin-top: -120px;
}
.controls-servicos .inside {
	width: 120px;
	float: right;
}
.controls-servicos div {
	height: 60px;
	width: 60px;
	padding: 0;
}
/*----------------------------------*/
.contactos-section {
	padding-top: 80px;
	padding-bottom: 80px;
}
.contactos-section .under-layer {
	background: #f1f1f2;
	background-size: cover;
	opacity: 0.65;
	position: absolute;
	width: 100%;
	height: 100%;
}
.email {
	padding: 0;
}
.contactos {
}
.email a {
	font-size: 75px;
	font-family: RobotoThin;
	color: #262626;
	z-index: 2;
	position: relative;
}
.email .fundo-a {
	position: absolute;
	left: 0;
	height: 100%;
	width: 0px;
	background: transparent;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 1;
}
.email a:hover {
	text-decoration: none;
	color: white;
}
.email a:hover + .fundo-a {
	width: 100%;
	background: #262626;
	color: white;
}
.morada {
	float: right;
}
.morada p {
	font-size: 18px;
	line-height: 11px;
	font-family: RobotoLight;
}
.morada p > span {
	font-family: RobotoRegular;
}
.morada .espacamento {
	height: 25px;
}

/*-----------------------Noticias----------------*/
.noticias-section {

}
.lista-noticias {
	padding-top: 225px;
	padding-bottom: 225px;
	padding-left: 80px;
	z-index: 10;
	position: relative;
}
.noticias-section  .under-layer-2 {
	background-size: cover;
	opacity: 0.65;
	position: absolute;
	width: 100%;
	height: 100%;
}
#pai-popup {
	position: fixed;
	width: 100%;
	background: #262626;
	z-index: 999999;
	height: calc(100%);
	margin-left: 13.54%;
	width: 86.46%;
	float: left;
	padding-top: 40px;
	overflow: auto;
}
.link-noticia {
	font-family: RobotoThin;
	cursor: pointer;
	transition: all .6s ease;
}
h1.link-noticia:before {
	content: '';
	background: #262626;
	width: 30px;
	height: 10px;
	position: absolute;
	margin-left: -36px;
	margin-top: 16px;
}
h1.link-noticia:hover {
	text-decoration: underline;
}
.foto-noticia {
	max-width: 100%;
	width: 100%;
}
.titulo-noticia {
	color: white;
	padding-left: 15px;
	margin-bottom: 25px;
}
.content-noticia {
	padding-right: 13.6%;
}
.conteudo-noticia {
	text-align: justify;
}
.conteudo-noticia {
	color: white;
	font-size: 13px;
}
.conteudo-noticia a:hover, a:focus {
	color: #d1d2d4 !important;
	text-decoration: none !important;
	border-bottom: 2px solid #d1d2d4 !important;
}
.close-popup {
	font-size: 20px;
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #d1d2d4;
	border: 2px solid #d1d2d4;
	float: right;
	margin-bottom: 20px;
	z-index: 999999999;
	position: relative;
	    right: -22px;
}
.close-popup:hover {
	background: white;
	color: black;
}

.share-noticia {
	margin-top: 30px;
	float: left;
	padding-left: 15px;
}
.share-noticia li {
	display: inline-block;
}
.share-noticia i.fa.fa-facebook-official {
	color: white;
	font-size: 20px;
}
.share i.fa.fa-facebook-official:hover {
	color: #d1d2d4;
}
span.share-title {
	font-family: RobotoBold;
	color: white;
	padding-right: 10px;
}

/*-----------------------Serviços----------------*/
.sub-info-servico {
	margin-top: -12px;
}
.sub-info-servico li {
	font-size: 15px;
	line-height: 22px;
	list-style-type: square;
}

/*-----------------------Projetos----------------*/
.em-curso {
	font-size: 13px;
	display: block;
	background: #262626;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: right;
	margin-top: 15px;
}
.projetos-lista {
	width: 100%;
	margin: 0 auto;
	padding-top: 0;
	padding-bottom: 80px;
	position: relative;
	float: left;
	flex-wrap: wrap;
	display: flex;
}
.projeto-box {
	width: 25%;
	float: left;
	cursor: pointer;
	position: relative;
}

.projeto-box .capa-projeto {
	width: 100%;
	transition: .5s ease;
	cursor: pointer;
	-webkit-filter: grayscale(75%);
	filter: grayscale(75%);
}

.overlay-capa {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #262626;
	overflow: hidden;
	width: 0;
	height: 100%;
	transition: .3s ease;
}
.projeto-box:hover .overlay-capa {
	width: 100%;
}
.text-capa {
	white-space: nowrap;
	color: white;
	position: absolute;
	overflow: hidden;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: RobotoThin;
	-ms-transform: translate(-50%, -50%);
	text-transform: lowercase;
	font-size: 31px;
}
.sub-text-capa {
	color: white;
	text-transform: uppercase;
	font-size: 13px;
	text-align: center;
}
img#foto-individual-album {
	width: 80%;
	float: left;
	position: relative;
}
ul.fotos-album-rodape {
	padding: 0;
	float: left;
	width: 20%;
	overflow-y: auto;
	max-height: 629px;
}
.fotos-album-rodape img {
	width: 100%;
}
ul.fotos-album-rodape::-webkit-scrollbar {
	width: 5px;
}
ul.fotos-album-rodape::-webkit-scrollbar-track {
	border-radius: 0;
}
ul.fotos-album-rodape::-webkit-scrollbar-thumb {
	border-radius: 0;
	background: #ffffff;
}
.fotos-album-rodape img:hover {
	opacity: 0.4;
}
.fotos-album-rodape a:focus {
	color: #d1d2d4 !important;
	text-decoration: none !important;
	border-bottom: 0px solid #d1d2d4 !important;
	right: 0;
}
.blank_div img {
	width: 100%;
}
.projeto-box.blank_div {
	pointer-events: none;
}
#portefolio {
	margin-bottom: 220px;
	margin-top: 150px;
}
.album-popup .conteudo-noticia {
	background: rgba(209, 210, 212,0.75);
	padding-top: 40px;
	padding-left: 26px;
	padding-right: 26px;
	padding-bottom: 22px;
	position: absolute;
	z-index: 9999;
	font-size: 18px;
	font-family: RobotoThin;
	bottom: -92px;
	left: 42px;
	color: white;
}

.titulo-album {
	font-family: RobotoThin;
	color: white;
	padding-left: 0;
	margin-bottom: 25px;
	font-size: 40px;
	margin-bottom: 7px;
}
/*-----------------------Footer------------------*/
footer {
	height: 43px;
	background: #262626;
	text-align: center;
	float: left;
	width: 100%;
	position: relative;
	z-index: 100;
	bottom: 0;
}

/*---------------------Queries------------------*/
@media (max-width: 1680px) {
	.slide-texto * {
		font-family: RobotoThin;
		font-size: 40px;
		margin-bottom: 5px;
		line-height: 52px;
	}

}
@media (max-width: 1600px) {
	.aux-slide .bx-wrapper {
		width: 80%;
	}
	.missao .missao-texto * {
		font-size: 40px;
	}
	.email a {
		font-size: 62px;
	}
}
@media (max-width: 1500px) {
	.slide-texto * {
		font-family: RobotoThin;
		font-size: 35px;
		margin-bottom: 5px;
		line-height: 44px;
	}
	.frase-vertical {
		margin-top: 378px;
	}
	.muda-frase {
		text-transform: uppercase;
		position: absolute;
		left: -150px;
	}
}
@media (max-width: 1450px) {
	.servicos-botoes button {
		padding: 5px 5px 5px 5px;
		width: 130px;
	}
}
@media (max-width: 1250px) {
	.slide-texto * {
		font-family: RobotoThin;
		font-size: 30px;
		margin-bottom: 5px;
		line-height: 35px;
	}
}
@media (max-width: 1150px) {
	.slide-texto * {
		font-family: RobotoThin;
		font-size: 30px;
		margin-bottom: 5px;
		line-height: 35px;
	}
	.container {
		padding: 0;
		float: left;
		padding-right: 15px;
	}
	.lateral {
		height: 100%;
		width: 50px;
		background-color: #d1d2d4;
		position: fixed;
		float: left;
		z-index: 100;
	}
	.lateral #wrapper {
		display: none;
	}
	.container {
		padding: 0;
		float: left;
		padding-right: 15px;
	}
	.content {
		margin-left: 50px;
		width: calc(100% - 50px);
		position: relative;
		float: left;
	}
	#pai-popup {
		margin-left: 50px;
		width: calc(100% - 50px);
	}
	.content-noticia {
		padding-right: 50px;
	}
	header {
		margin-left: 50px;
		width: calc(100% - 50px);
		height: 95px;
		position: relative;
		float: left;
	}
	.logo {
		margin: 0 auto;
		height: 100%;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.social {
		padding-top: 16.5px;
	}
	.btn-menu {
		width: 95px;
		height: 95px;
		padding: 38px 10px 25px 10px;
	}
	.menu {
		position: absolute;
		width: calc(100% - 50px);
		background: rgba(209, 210, 212,0.85);
		height: calc(100% - 138px);
		margin-left: 50px;
		z-index: 99;
		margin-top: 95px;
	}
}
@media (max-width: 1050px) {
	.servicos-botoes {
		position: relative;
		background: transparent;
		top: 0;
		left: 0;
		height: inherit;
		width: 100%;
		padding-top: 0;
		padding-right: 0;
		padding-left: 0;
		margin-top: 0;
		margin-bottom: 30px;
		float: left;
	}
	.missao {
		min-height: inherit;
	}
	.missao .missao-texto * {
		font-size: 26px;
	}
	.missao-content {
		margin: 0 auto;
		padding-left: 40px;
		padding-right: 40px;
	}
	.email a {
		font-size: 50px;
	}

}
@media (max-width: 850px) {
	.controls-slide {
		display: none;
	}
	.aux-slide .bx-wrapper {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.container {
		width: 100%;
	}
	.info-servico {
		float: left;
		padding-top: 25px;
		padding-left: 25px;
	}
	.sobre-content {
		max-width: 100%;
		margin: 0 auto;
		padding-top: 40px;
		padding-bottom: 40px;
		position: relative;
		display: table;
	}
	.sobre .imagem-sobre {
		margin-left: 0;
		padding: 0;
		z-index: -1;
		opacity: 1;
		position: absolute;
		top: 0;
		right: 0;
	}
	.imagem-sobre img {
		width: 100%;
	}
	.sobre .sobre-texto {
		padding: 0;
		padding-top: 25px;
		padding-bottom: 25px;
		line-height: 27px;
		font-size: 14px;
		font-family: RobotoThin;
		letter-spacing: 0.5px;
		padding-left: 25px;
		width: 75%;
	}
	.aux-slide .btn-ver-mais {
		display: none;
	}
	.content-slide .container {
		padding-right: 0;
	}
	.email a {
		font-size: 35px;
	}
	#servicos .container {
		padding-right: 0;
	}
	.missao {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.slide .container {
		padding-right: 0;
	}

	img#foto-individual-album {
		width: 100%;
		float: left;
		position: relative;
	}
	ul.fotos-album-rodape {
		padding: 0;
		float: left;
		width: 100%;
		max-width: 100%;
		max-height: inherit;
		white-space: nowrap;
		display: inline-block;
		overflow: auto;
		overflow-y: hidden;
	}
	ul.fotos-album-rodape li {
		width: 20%;
		display: inline-block;
		vertical-align: top;
	}
	ul.fotos-album-rodape::-webkit-scrollbar {
		width: 5px;
		height: 5px;
	}
	ul.fotos-album-rodape::-webkit-scrollbar-track {
		border-radius: 0;
	}
	ul.fotos-album-rodape::-webkit-scrollbar-thumb {
		border-radius: 0;
		background: #ffffff;
	}
	.projeto-box.blank_div {
		pointer-events: none;
		display: none;
	}
	.projeto-box {
		width: 50%;
		float: left;
		cursor: pointer;
		position: relative;
	}
	.album-popup .content {
		margin-left: 0 !important;
		width: calc(100%) !important;
		position: relative;
		float: left;
	}
}
@media (max-width: 750px) {
	.servicos-botoes button {
		width: 115px;
	}
	.controls-servicos {
		display: none;
	}
}
@media (max-width: 675px) {
	.servicos-botoes {
		position: absolute;
	}
	.servicos-botoes button {
		display: inherit;
	}
	.imagem-servico {
		float: left;
		z-index: 10;
		position: relative;
		max-width: 100%;
		margin-top: 36px;
	}
	.info-servico {
		float: left;
		padding-top: 25px;
		padding-left: 25px;
		width: 100%;
	}
	.btn-menu {
		/*display: none;*/
	}
}
@media (max-width: 650px) {
	.slide-info {
		width: 100%;
		float: right;
		z-index: 9;
		margin-top: inherit;
		position: absolute;
		bottom: 0;
	}
	.slide-texto {
		margin-bottom: 50px;
	}
	.logo {
		float: left;
		width: calc(100% - 184px);
		height: 95px;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		padding-left: 15px;
		padding-right: 15px;
	}
	.logo img {
		max-width: 100%;
	}
}
@media (max-width: 600px) {
}
@media (max-width: 560px) {
	.slide-texto * {
		font-family: RobotoThin;
		font-size: 22px;
		margin-bottom: 0px;
		line-height: 31px;
	}
	.servicos .container {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.email {
		padding: 0;
		width: 100%;
		text-align: left;
	}
	.contactos {
		width: 100%;
		padding-top: 25px;
	}
	.sobre-texto {
		padding: 0;
		padding-top: 25px;
		padding-bottom: 25px;
		line-height: 27px;
		font-size: 14px;
		font-family: RobotoThin;
		letter-spacing: 0.5px;
		padding-left: 25px;
		width: 100%;
		padding-right: 15px;
	}
	.content-noticia {
		padding-right: 20px;
	}

	.conteudo-noticia * {
		color: white;
		font-size: 12px;
	}
	.titulo-album {
		font-family: RobotoThin;
		color: white;
		padding-left: 0;
		margin-bottom: 25px;
		font-size: 40px;
		margin-bottom: 7px;
		FONT-SIZE: 23px !important;
	}
	.titulo-noticia {
		color: white;
		font-size: 16px;
	}
	.link-noticia {
		font-size: 20px;
	}
	.album-popup .conteudo-noticia {
		background: transparent;
		padding-top: 1px;
		padding-left: 24px;
		padding-right: 24px;
		padding-bottom: 15px;
		position: relative;
		z-index: 9999;
		font-size: 18px;
		font-family: RobotoThin;
		bottom: 0;
		left: 0;
		color: white;
	}
	.menu a {
		font-size: 33px;
	}
}
@media (max-width: 400px) {
	.sobre-texto {
		padding: 0;
		padding-top: 25px;
		padding-bottom: 25px;
		line-height: 27px;
		font-size: 14px;
		font-family: RobotoThin;
		letter-spacing: 0.5px;
		padding-left: 25px;
		width: 100%;
		padding-right: 15px;
	}
	.sobre .imagem-sobre {
		display: none;
	}

	.social a i {
		margin-top: 17px;
	}

	.separador {
		display: none;
	}
	.btn-menu {
		width: 60px;
	}
	.logo {
		width: calc(100% - 140px);
		padding-left: 0;
		padding-right: 0;
	}
	.btn-menu .fa-bars {
		display: none;
	}
	.btn-menu .fa-times {
		display: none !important;
	}

	.social {
		float: right;
		height: 100%;
		z-index: 2;
		position: relative;
		padding-top: 23.5px;
		right: -14px;
	}
	.social a {
		color: #262626;
		padding-left: 5px;
		padding-right: 5px;
		vertical-align: super;
	}
	.projeto-box {
		width: 100%;
	}
}
@media (max-width: 350px) {
	.slide-info {
		display: none;
	}
	.email {
		padding-left: 15px;
	}
	.email .fundo-a {
		display: none;
	}
	.email a {
		font-size: 15px;
	}
	.morada {
		float: none;
	}
	.morada p {
		font-size: 15px;
	}
}
#wrapper {
	display: table;
	width: 100%;
	height: 100%;
}

#wrapper-inner {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

#scroll-down {
	display: block;
	position: relative;
	padding-top: 690px;
	text-align: center;
	margin-left: 0;
}

#scroll-title {
	display: block;
	text-transform: uppercase;
	color: #262626;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: .1em;
}
#scroll-down::before {
	-webkit-animation: elasticus 3.2s cubic-bezier(1, 0, 0, 1) infinite;
	-moz-animation: elasticus 3.2s cubic-bezier(1, 0, 0, 1) infinite;
	-o-animation: elasticus 3.2s cubic-bezier(1, 0, 0, 1) infinite;
	animation: elasticus 3.2s cubic-bezier(1, 0, 0, 1) infinite;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: 0px;
	width: 1px;
	height: 280px;
	background: #262626;
	content: ' ';
}
@-webkit-keyframes elasticus {
0% {
-webkit-transform-origin: 0% 0%;
-ms-transform-origin: 0% 0%;
-moz-transform-origin: 0% 0%;
-o-transform-origin: 0% 0%;
transform-origin: 0% 0%;
-webkit-transform: scale(1, 0);
-ms-transform: scale(1, 0);
-moz-transform: scale(1, 0);
-o-transform: scale(1, 0);
transform: scale(1, 0);
}
50% {
-webkit-transform-origin: 0% 0%;
-ms-transform-origin: 0% 0%;
-moz-transform-origin: 0% 0%;
-o-transform-origin: 0% 0%;
transform-origin: 0% 0%;
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
-moz-transform: scale(1, 1);
-o-transform: scale(1, 1);
transform: scale(1, 1);
}
50.1% {
-webkit-transform-origin: 0% 100%;
-ms-transform-origin: 0% 100%;
-moz-transform-origin: 0% 100%;
-o-transform-origin: 0% 100%;
transform-origin: 0% 100%;
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
-moz-transform: scale(1, 1);
-o-transform: scale(1, 1);
transform: scale(1, 1);
}
100% {
-webkit-transform-origin: 0% 100%;
-ms-transform-origin: 0% 100%;
-moz-transform-origin: 0% 100%;
-o-transform-origin: 0% 100%;
transform-origin: 0% 100%;
-webkit-transform: scale(1, 0);
-ms-transform: scale(1, 0);
-moz-transform: scale(1, 0);
-o-transform: scale(1, 0);
transform: scale(1, 0);
}
}
@-moz-keyframes elasticus {
0% {
-webkit-transform-origin: 0% 0%;
-ms-transform-origin: 0% 0%;
-moz-transform-origin: 0% 0%;
-o-transform-origin: 0% 0%;
transform-origin: 0% 0%;
-webkit-transform: scale(1, 0);
-ms-transform: scale(1, 0);
-moz-transform: scale(1, 0);
-o-transform: scale(1, 0);
transform: scale(1, 0);
}
50% {
-webkit-transform-origin: 0% 0%;
-ms-transform-origin: 0% 0%;
-moz-transform-origin: 0% 0%;
-o-transform-origin: 0% 0%;
transform-origin: 0% 0%;
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
-moz-transform: scale(1, 1);
-o-transform: scale(1, 1);
transform: scale(1, 1);
}
50.1% {
-webkit-transform-origin: 0% 100%;
-ms-transform-origin: 0% 100%;
-moz-transform-origin: 0% 100%;
-o-transform-origin: 0% 100%;
transform-origin: 0% 100%;
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
-moz-transform: scale(1, 1);
-o-transform: scale(1, 1);
transform: scale(1, 1);
}
100% {
-webkit-transform-origin: 0% 100%;
-ms-transform-origin: 0% 100%;
-moz-transform-origin: 0% 100%;
-o-transform-origin: 0% 100%;
transform-origin: 0% 100%;
-webkit-transform: scale(1, 0);
-ms-transform: scale(1, 0);
-moz-transform: scale(1, 0);
-o-transform: scale(1, 0);
transform: scale(1, 0);
}
}
@-o-keyframes elasticus {
0% {
-webkit-transform-origin: 0% 0%;
-ms-transform-origin: 0% 0%;
-moz-transform-origin: 0% 0%;
-o-transform-origin: 0% 0%;
transform-origin: 0% 0%;
-webkit-transform: scale(1, 0);
-ms-transform: scale(1, 0);
-moz-transform: scale(1, 0);
-o-transform: scale(1, 0);
transform: scale(1, 0);
}
50% {
-webkit-transform-origin: 0% 0%;
-ms-transform-origin: 0% 0%;
-moz-transform-origin: 0% 0%;
-o-transform-origin: 0% 0%;
transform-origin: 0% 0%;
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
-moz-transform: scale(1, 1);
-o-transform: scale(1, 1);
transform: scale(1, 1);
}
50.1% {
-webkit-transform-origin: 0% 100%;
-ms-transform-origin: 0% 100%;
-moz-transform-origin: 0% 100%;
-o-transform-origin: 0% 100%;
transform-origin: 0% 100%;
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
-moz-transform: scale(1, 1);
-o-transform: scale(1, 1);
transform: scale(1, 1);
}
100% {
-webkit-transform-origin: 0% 100%;
-ms-transform-origin: 0% 100%;
-moz-transform-origin: 0% 100%;
-o-transform-origin: 0% 100%;
transform-origin: 0% 100%;
-webkit-transform: scale(1, 0);
-ms-transform: scale(1, 0);
-moz-transform: scale(1, 0);
-o-transform: scale(1, 0);
transform: scale(1, 0);
}
}
@keyframes elasticus {
0% {
-webkit-transform-origin: 0% 0%;
-ms-transform-origin: 0% 0%;
-moz-transform-origin: 0% 0%;
-o-transform-origin: 0% 0%;
transform-origin: 0% 0%;
-webkit-transform: scale(1, 0);
-ms-transform: scale(1, 0);
-moz-transform: scale(1, 0);
-o-transform: scale(1, 0);
transform: scale(1, 0);
}
50% {
-webkit-transform-origin: 0% 0%;
-ms-transform-origin: 0% 0%;
-moz-transform-origin: 0% 0%;
-o-transform-origin: 0% 0%;
transform-origin: 0% 0%;
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
-moz-transform: scale(1, 1);
-o-transform: scale(1, 1);
transform: scale(1, 1);
}
50.1% {
-webkit-transform-origin: 0% 100%;
-ms-transform-origin: 0% 100%;
-moz-transform-origin: 0% 100%;
-o-transform-origin: 0% 100%;
transform-origin: 0% 100%;
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
-moz-transform: scale(1, 1);
-o-transform: scale(1, 1);
transform: scale(1, 1);
}
100% {
-webkit-transform-origin: 0% 100%;
-ms-transform-origin: 0% 100%;
-moz-transform-origin: 0% 100%;
-o-transform-origin: 0% 100%;
transform-origin: 0% 100%;
-webkit-transform: scale(1, 0);
-ms-transform: scale(1, 0);
-moz-transform: scale(1, 0);
-o-transform: scale(1, 0);
transform: scale(1, 0);
}
}

#paschka {
	display: block;
	color: white;
	font-family: helvetica neue, helvetica, arial;
	font-size: 32px;
	text-decoration: none;
	position: fixed;
	bottom: 0px;
	right: 0px;
	padding: 0px;
	transition: all .1s ease;
	background: #000;
	height: 40px;
	line-height: 30px;
	vertical-align: middle;
	width: 40px;
	text-align: center;
	border-radius: 5%;
	bottom: 20px;
	right: 20px;&:hover {
	background: #232323;
	transition: all .1s ease;
	color: #f0f0f0;
}
}