/* =WordPress Core
 -------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
.no-js .some-element .screen-reader-text {
	position: static;
	-webkit-clip-path: none;
	clip-path: none;
	width: auto;
	height: auto;
	margin: 0;
}
#loader {
	background: #FFF;
	width: 100%;
	margin: 0 auto;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999999;
}
.loader-container {
	width: 100%;
	height: 24px;
	display: block;
	overflow: hidden;
	z-index: 99999999999;
	text-align: center;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.loader-container > img {
	width: auto;
}
/*-------------------Geral----------------------*/
::-webkit-scrollbar {
	width: 16px;
}
::-webkit-scrollbar-track {
	border-radius: 0;
}
::-webkit-scrollbar-thumb {
	border-radius: 0;
	background: #e4e4e4 !important;
}
::-moz-selection {
	background: #e4e4e4 !important;
	color: #fff;
}
::selection {
	background: #e4e4e4 !important;
	color: #fff;
}
/*--------------------------------------------------
 * ---------------------PAGINACAO-------------------
 * ------------------------------------------------*/
.paginacao {
	margin-top: 75px;
	margin-bottom: 75px;
}
.paginacao .prev-desativo {
	background-image: url('/images/paginacao/esquerda.png');
	background-repeat: no-repeat;
	background-position: left;
	padding: 25px;
	opacity: 0.5;
}
.paginacao .prev {
	background-image: url('/images/paginacao/esquerda.png');
	background-repeat: no-repeat;
	background-position: left;
	padding: 25px;
}
.paginacao .next-desativo {
	background-image: url('/images/paginacao/direita.png');
	background-repeat: no-repeat;
	background-position: left;
	padding: 25px;
	opacity: 0.5;
	margin-left: 8px;
}
.paginacao .next {
	background-image: url('/images/paginacao/direita.png');
	background-repeat: no-repeat;
	background-position: right;
	padding: 25px;
}
.paginacao .current {
	border: 1px solid black;
	padding: 4px;
	color: white;
	background: black;
}
.paginacao .desativos {
	padding: 4px;
	color: white;
}
/*--------------------------------------------------
 * ---------------------COOKIES-------------------
 * ------------------------------------------------*/
.cc-window {
	opacity: 1;
	transition: opacity 1s ease;
}

.cc-window.cc-invisible {
	opacity: 0
}

.cc-animate.cc-revoke {
	transition: transform 1s ease
}

.cc-animate.cc-revoke.cc-top {
	transform: translateY(-2em)
}

.cc-animate.cc-revoke.cc-bottom {
	transform: translateY(2em)
}

.cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top, .cc-revoke:hover {
	transform: translateY(0)
}

.cc-grower {
	max-height: 0;
	overflow: hidden;
	transition: max-height 1s
}

.cc-link, .cc-revoke:hover {
	text-decoration: underline
}

.cc-revoke, .cc-window {
	position: fixed;
	overflow: hidden;
	box-sizing: border-box;
	font-family: Helvetica, Calibri, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	z-index: 9999 opacity : 0.8;
	background-color: #ed7c35 !important;
}

.cc-window.cc-static {
	position: static
}

.cc-window.cc-floating {
	z-index: 100;
	max-width: 24em;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 25px;
}

.cc-window.cc-banner {
	padding: 1em 1.8em;
	width: 100%;
	-ms-flex-direction: row;
	flex-direction: row
}

.cc-revoke {
	padding: .5em
}

.cc-header {
	font-size: 18px;
	font-weight: 700
}

.cc-btn, .cc-close, .cc-link, .cc-revoke {
	cursor: pointer
}

.cc-link {
	opacity: .8;
	display: inline-block;
	padding: .2em
}

.cc-link:hover {
	opacity: 1
}

.cc-link:active, .cc-link:visited {
	color: initial
}

.cc-btn {
	display: block;
	padding: .4em .8em;
	font-size: .9em;
	font-weight: 700;
	border-width: 2px;
	border-style: solid;
	text-align: center;
	white-space: nowrap;
	font-size: 13px;
	text-transform: uppercase;
	background-color: #f5a420 !important;
}

.cc-banner .cc-btn:last-child {
	min-width: 140px
}

.cc-highlight .cc-btn:first-child {
	background-color: transparent;
	border-color: transparent
}

.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
	background-color: transparent;
	text-decoration: underline
}

.cc-close {
	display: block;
	position: absolute;
	top: .5em;
	right: .5em;
	font-size: 1.6em;
	opacity: .9;
	line-height: .75
}

.cc-close:focus, .cc-close:hover {
	opacity: 1
}

.cc-revoke.cc-top {
	top: 0;
	left: 3em;
	border-bottom-left-radius: .5em;
	border-bottom-right-radius: .5em
}

.cc-revoke.cc-bottom {
	bottom: 0;
	left: 3em;
	border-top-left-radius: .5em;
	border-top-right-radius: .5em
}

.cc-revoke.cc-left {
	left: 3em;
	right: unset
}

.cc-revoke.cc-right {
	right: 3em;
	left: unset
}

.cc-top {
	top: 1em
}

.cc-left {
	left: 1em
}

.cc-right {
	right: 1em
}

.cc-bottom {
	bottom: 1em
}

.cc-floating > .cc-link {
	margin-bottom: 1em
}

.cc-floating .cc-message {
	display: block;
	margin-bottom: 1em;
	font-size: 12px;
}

.cc-window.cc-floating .cc-compliance {
	-ms-flex: 1;
	flex: 1
}

.cc-window.cc-banner {
	-ms-flex-align: center;
	align-items: center
}

.cc-banner.cc-top {
	left: 0;
	right: 0;
	top: 0
}

.cc-banner.cc-bottom {
	left: 0;
	right: 0;
	bottom: 0
}

.cc-banner .cc-message {
	-ms-flex: 1;
	flex: 1
}

.cc-compliance {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: justify;
	align-content: space-between
}

.cc-compliance > .cc-btn {
	-ms-flex: 1;
	flex: 1
}

.cc-btn+ .cc-btn {
	margin-left: .5em
}

@media print {
	.cc-revoke, .cc-window {
		display: none
	}
}

@media screen and (max-width: 900px) {
	.cc-btn {
		white-space: normal
	}
}

@media screen and (max-width: 414px) and (orientation: portrait) , screen and (max-width: 736px) and (orientation: landscape) {
	.cc-window.cc-top {
		top: 0
	}
	.cc-window.cc-bottom {
		bottom: 0
	}
	.cc-window.cc-banner, .cc-window.cc-left, .cc-window.cc-right {
		left: 0;
		right: 0
	}
	.cc-window.cc-banner {
		-ms-flex-direction: column;
		flex-direction: column
	}
	.cc-window.cc-banner .cc-compliance {
		-ms-flex: 1;
		flex: 1
	}
	.cc-window.cc-floating {
		max-width: none
	}
	.cc-window .cc-message {
		margin-bottom: 1em
	}
	.cc-window.cc-banner {
		-ms-flex-align: unset;
		align-items: unset
	}
}

.cc-floating.cc-theme-classic {
	padding: 1.2em;
	border-radius: 5px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
	text-align: center;
	display: inline;
	-ms-flex: none;
	flex: none
}

.cc-theme-classic .cc-btn {
	border-radius: 5px
}

.cc-theme-classic .cc-btn:last-child {
	min-width: 140px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
	display: inline-block
}

.cc-theme-edgeless.cc-window {
	padding: 0
}

.cc-floating.cc-theme-edgeless .cc-message {
	margin: 2em 2em 1.5em
}

.cc-banner.cc-theme-edgeless .cc-btn {
	margin: 0;
	padding: .8em 1.8em;
	height: 100%
}

.cc-banner.cc-theme-edgeless .cc-message {
	margin-left: 1em
}

.cc-floating.cc-theme-edgeless .cc-btn+ .cc-btn {
	margin-left: 0
}
/*--------------------------------------------------------
 --------------------BOTAO-NEWSLETTER----------------------
 --------------------------------------------------------*/
.input-email {
	padding: 0 25px;
	width: 300px;
	border: 3px solid #333;
	height: 60px;
	-webkit-transform: skewX(-16deg);
	-moz-transform: skewX(-16deg);
	-o-transform: skewX(-16deg);
	transform: skewX(-16deg);
	display: inline-block;
}
.input-email::placeholder {
	-webkit-transform: skewX(16deg);
	-moz-transform: skewX(16deg);
	-o-transform: skewX(16deg);
	transform: skewX(16deg);
}
.div-input-email {
	background-color: #333;
	width: 15px;
	height: 60px;
	position: relative;
	-webkit-transform: skewX(-16deg);
	-moz-transform: skewX(-16deg);
	-o-transform: skewX(-16deg);
	transform: skewX(-16deg);
	display: inline-block;
	vertical-align: top;
	left: -5px;
}
.botao-enviar {
	height: 60px;
	padding: 20px;
	width: 130px;
	background-color: #333;
	-webkit-transform: skewX(-16deg);
	-moz-transform: skewX(-16deg);
	-o-transform: skewX(-16deg);
	transform: skewX(-16deg);
	color: transparent;
	border: none;
	display: inline-block;
}
.botao-enviar::after {
	height: 10px;
	width: 50px;
	content: 'Enviar';
	position: absolute;
	-webkit-transform: skewX(16deg);
	-moz-transform: skewX(16deg);
	-o-transform: skewX(16deg);
	transform: skewX(16deg);
	color: White;
	left: 37px;
}
.div-botao-enviar {
	background-color: #ea6732;
	width: 25px;
	height: 60px;
	position: relative;
	-webkit-transform: skewX(-16deg);
	-moz-transform: skewX(-16deg);
	-o-transform: skewX(-16deg);
	transform: skewX(-16deg);
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
}

/*--------------------------------------------------------
 ----------------------NAVBAT-TRAINLAB---------------------
 --------------------------------------------------------*/

.trainlab-nav-items li.active a:before {
	width: 102%;
	background-color: #fed20a;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: white;
	background-color: transparent;
}
body.page-template-template-politica > header > nav.navbar, body.single-post > header > nav.navbar, body.page-template-template-contactos > header > nav.navbar, body.page-template-template-quem-somos > header > nav.navbar, body.page-template-template-programas > header > nav.navbar, body.page-template-archive-artigo > header > nav.navbar, body.page-template-archive-servico > header > nav.navbar, body.page-template-archive-faq > header > nav.navbar, body.page-template-template-formacoes > header > nav.navbar, body.post-type-archive-atividade > header > nav.navbar, body.single-atividade > header > nav.navbar {
	background-color: #000 !important;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff!important;
    background-color: transparent;
}
.faqs-descricao h2:nth-child(1) {
	margin-top: 20px;
}
.faqs-descricao h2 {
	margin-top: 40px;
	text-align: left;
}
/*--------------------------------------------------------
 ------------------------FORMAÇÃO-------------------------
 --------------------------------------------------------*/
.titulo-formacao, .calendario {
	text-transform: uppercase;
	font-weight: 700;
}
.titulo-formacao a, .titulo-formacao-single a {
	color: #000;
}
.titulo-formacao a:hover, .titulo-formacao-single a:hover {
	color: #fed20a;
}
.titulo-formacao-single {
	text-transform: uppercase;
	font-size: 50px;
	font-weight: 700;
	margin-right: 80px;
}
.calendario {
	font-weight: 700;
	font-size: 13px;
	margin-top: -5px;
}
.descritivo-formacao {
	font-size: 15px;
}
.box-formacao {
	margin-bottom: 50px;
}
.box-formacao:nth-last-child(1) {
	margin-bottom: 0px;
}
.descritivo-formacao {
	font-size: 16px;
	font-weight: 400;
}
.subtitulo-formacao {
	text-transform: uppercase;
	text-align: left;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
}
.box-info-g ul, .box-info-g-1 ul {
	margin-bottom: 0;
}
.box-info-g-1 ul li {
	font-size: 16px;
	font-weight: 400;
	padding-bottom: 20px;
}
.box-info-g-1 {
	font-size: 16px;
	font-weight: 400;
}
.box-info-g-1 ul li:nth-last-child(1) {
	padding-bottom: 0;
}
.box-info-g ul li, .box-info-g {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
}
.box-info {
	text-transform: uppercase;
}
.info-t {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 0;
}
.info-g {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 0;
}
.info-box {
	margin-bottom: 20px;
}
.info-box:nth-last-child(1) {
	margin-bottom: 0px;
}
.formacao-1 {
	margin-bottom: 60px;
	margin-top: 60px;
}
.formacao-2 {
	margin-bottom: 60px;
	margin-top: 160px;
}
/*--------------------------------------------------------
 -------------------------GERAL----------------------------
 --------------------------------------------------------*/
.wp-video{
	margin:0 auto;
	width:100%!important;
}
.imagem-destaque {
	filter: grayscale(100%);
}
#val-pedro ul li {
	padding-bottom: 10px;
	font-size: 16px;
	font-weight: 500;
	font-family: "Montserrat"
}
#comp-pedro ul li {
	font-size: 18px;
	color: #333;
	font-weight: 700;
	padding-bottom: 5px;
}
#meteo-pedro h3 {
	margin-top: 5px !important;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-family: "Montserrat"
}
#meteo-pedro p {
	padding-bottom: 30px;
}
#forma-pedro ul li:nth-child(1) {
	font-weight: 700;color green;
	font-size: 16px;
	text-transform: uppercase;
	padding-bottom: 5px;
	font-family: "Montserrat"
}
#forma-pedro ul li:nth-child(2) {
	font-size: 16px;
	font-weight: 500;
	padding-bottom: 5px;
	font-family: "Montserrat"
}
#forma-pedro ul li:nth-child(3) {
	font-weight: 500;
	padding-bottom: 20px;
	font-family: "Montserrat"
}
.separador-equip {
	padding-right: 50px;
	padding-left: 50px;
	margin-right: auto;
	margin-left: auto;
}

.navbar-default.scrolled {
	background: rgba(0,0,0,.7) !important;
}
.select2-dropdown {
	background-color: white;
	border: 1px solid #333;
	border-radius: 0;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051;
}
.select2-search__field {
	display: none;
}
.select2-container {
	box-sizing: border-box;
	display: block;
	width: 0;
	color: #333;
	border: 1px solid #333;
	border-radius: 0px;
	height: 45px;
	font-size: 14px;
	line-height: 1.42857143;
	background-color: #fff;
	background-image: none;
	box-shadow: none;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.select2-container--default .select2-selection--single {
	background-color: transparent;
	border: 0px solid #aaa;
	border-radius: 0px;
	outline: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 43px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 8px;
	right: 8px;
	width: 20px;
}
.title-previous {
	visibility: hidden;
}
.formacao {
	background-image: url(../images/formacao.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 100vh;
}
.fmc {
	margin-top: 120px;
}
.fmc_title {
	color: white !important;
}
.conteudo-formacao {
	color: white;
	text-align: justify;
	font-size: 28px;
	font-weight: 500;
}
.title-next {
	display: none;
}
body.page-template-template-formacoes > .separador-footer, body.page-template-archive-exercicio > .separador-footer, body.page-template-archive-artigo > .separador-footer, body.page-template-template-home > .separador-footer, body.page-template-template-contactos > .separador-footer, body.post-template-default > .separador-footer {
	border-top: 0px solid #eee;
}
body.page-template-template-quem-somos > #about-pedro > .separador {
	padding-bottom: 0px;
}
.col-lg-offset-5-5 {
	margin-left: 45.666667%;
}
.redes-sociais {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.row-aligned {
	display: flex;
	flex-flow: row wrap;&::before {
	display: block;
}
}

#equipamentos-row {
	display: table;
}
#equipamentos-row > [class*='col-'] {
	float: none;
	display: inline-block;
	vertical-align: top;
}
body {

	font-family: "Montserrat";
	height: 100%;
	margin: 0;
}

a {
	text-decoration: none !important;
}

img {
	width: 100%;
}
nav {
	height: 80px !important;
}
ul {
	list-style-type: none;
	padding: 0px;
}

ul {
	margin-top: 0;
	margin-bottom: 20px;
}

.bd_bottom {
	border-bottom: 1px solid #e6e6e6;
}

.mg-s {
	margin: 0px !important;
}
.mg_top {
	margin-top: 80px
}
.mg-bottom {
	margin-bottom: 80px;
}
.mg_fixa {
	padding-right: 50px;
	padding-left: 50px;
	margin-right: auto;
	margin-left: auto;
}
.separador-fixo {
	padding-right: 50px;
	padding-left: 50px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 80px;
	padding-bottom: 80px;
}
.mg_top_row {
	margin-top: 80px;
}
.pd {
	padding: 0 !important;
}
.pd-bottom {
	padding-bottom: 15px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.separador {
	padding-top: 80px;
	padding-bottom: 80px;
}
.separador-footer {
	border-top: 1px solid #e6e6e6;
	padding-top: 60px;
	padding-bottom: 60px;
}
.separador-geral {
	padding-bottom: 80px;
}
.separador_top {
	margin-top: 160px;
	margin-bottom: 80px;
}
.navbar_home {
	background-color: rgba(0,0,0,0) !important;
}
.navbar-brand {
	float: left;
	height: 50px;
	padding: 0px 0px;
	font-size: 16px;
	line-height: 20px;
	padding-top: 10px;
	overflow: hidden !important;
}

.navbar-default {
	padding-bottom: 15px;
	padding-top: 15px;
	background-color: transparent;
	border-color: none;
}

.navbar {
	background-color: #1a1a1a;
	min-height: 50px;
	margin-bottom: 0px;
	border: none;
	border-radius: 0px;
	color: white !important;
	font-family: "Roboto";
	font-size: 16px;
	right: 0;
	left: 0;
	font-weight: 500;
}

.navbar-default .navbar-nav > li > a {
	color: #ffffff;
	font-weight: 400;
	letter-spacing: 1px;
}

.nav_barra {
	color: #fdcd05;
	font-size: 35px;
	font-weight: 800;
}
.navbar-nav > li > a:hover {
	color: #fff !important;
	;
}
.navbar-default .navbar-toggle {
	border-color: #000 !important;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}

.trainlab-nav-items li a:before {
	width: 3px;
	height: 25px;
	position: absolute;
	z-index: -1;
	content: "";
	left: -5px;
	top: 12px;
	display: block;
	background-color: #fed20a;
	overflow: hidden;
	-ms-transform: skew(-30deg); /* IE 9 */
	-webkit-transform: skew(-30deg); /* Chrome, Safari, Opera */
	transform: skew(-30deg); /* Standard syntax */
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.trainlab-nav-items li a:hover:before {
	width: 102%;
}
.trainlab-nav-items li a {
	position: relative;
	z-index: 99;
}

/*          Home              */

.destaque {
	height: 100%
}

/* Carousel Styles - home */
.fade-carousel {
	position: relative;
	height: 100vh;
}
.fade-carousel .carousel-inner .item {
	height: 100vh;
}
.fade-carousel .carousel-indicators {
	width: 100%;
	right: 15%;
	left: auto;
	bottom: 65px;
	margin-left: auto;
}
.fade-carousel .carousel-indicators > li {
	margin: 0 2px;
	background-color: transparent;
	border: 2px solid #fff;
	opacity: 1;
	float: right;
}
.fade-carousel .carousel-indicators > li.active {
	width: 10px;
	height: 10px;
	opacity: 1;
	background-color: #fff;
}

/********************************/
/*          Hero Headers        */
/********************************/

.hero-first {
	position: absolute;
	top: 46%;
	right: 5%;
	z-index: 3;
	color: #fff;
	text-align: left;
	-webkit-transform: translate3d(-50%,-50%,0);
	-moz-transform: translate3d(-50%,-50%,0);
	-ms-transform: translate3d(-50%,-50%,0);
	-o-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}

.hero {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	color: #fff;
	text-align: left;
	-webkit-transform: translate3d(-50%,-50%,0);
	-moz-transform: translate3d(-50%,-50%,0);
	-ms-transform: translate3d(-50%,-50%,0);
	-o-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}
.hero-two {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	color: #fff;
	text-align: left;
	-webkit-transform: translate3d(-50%,-50%,0);
	-moz-transform: translate3d(-50%,-50%,0);
	-ms-transform: translate3d(-50%,-50%,0);
	-o-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}

.hero-all h1 {
	font-size: 68px;
	margin: 0;
	padding: 0;
	font-family: "Montserrat";
	font-weight: 500;
	letter-spacing: 1px;
	color: white;
}
.hero-all h3 {
	color: white;
	font-size: 20px;
	padding-top: 25px !important;
	padding-bottom: 15px !important;
	margin: 0;
	padding: 0;
	font-family: "Montserrat";
	font-weight: 500 !important;
	letter-spacing: 2px;
}

.fade-carousel .carousel-inner .item .hero .hero-first .hero-two {
	opacity: 0;
	-webkit-transition: 2s all ease-in-out .1s;
	-moz-transition: 2s all ease-in-out .1s;
	-ms-transition: 2s all ease-in-out .1s;
	-o-transition: 2s all ease-in-out .1s;
	transition: 2s all ease-in-out .1s;
}
.fade-carousel .carousel-inner .item.active .hero .hero-first .hero-two {
	opacity: 1;
	-webkit-transition: 2s all ease-in-out .1s;
	-moz-transition: 2s all ease-in-out .1s;
	-ms-transition: 2s all ease-in-out .1s;
	-o-transition: 2s all ease-in-out .1s;
	transition: 2s all ease-in-out .1s;
}

/********************************/
/*    Overlay Header           */
/********************************/
.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	opacity: .7;
}

/********************************/
/*          Custom Buttons      */
/********************************/

.btn_home {
	background-color: transparent;
	border-color: #ffffff;
	outline: none;
	border-radius: 0 !important;
}

.btn.btn-lg {
	padding: 10px 30px;
}

.btn.btn-hero {
	letter-spacing: 1px;
	color: #fff;
	background-color: transparent;
	border: 2px solid #fdc800 !important;
	outline: none;
	margin: 20px auto;
	border-radius: 0 !important;
}
.btn.btn-hero:hover {
	letter-spacing: 1px;
	color: #fff;
	background-color: #fdc800;
	border-color: #fdc800 !important;
	outline: none;
	margin: 20px auto;
	border-radius: 0 !important;
}
/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, .fade-carousel .slides .slide-2, .fade-carousel .slides .slide-3 {
	height: 100vh;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
	background-image: url(../images/d-01.jpg);
}
.fade-carousel .slides .slide-2 {
	background-image: url(../images/d-02.jpg);
}
.fade-carousel .slides .slide-3 {
	background-image: url(../images/d-03.jpg);
}

/*        slide       */

.multi-item-carousel .carousel-inner > .item {
	-webkit-transition: 500ms ease-in-out left;
	transition: 500ms ease-in-out left;
}
.multi-item-carousel .carousel-inner .active.left {
	left: -33%;
}
.multi-item-carousel .carousel-inner .active.right {
	left: 33%;
}
.multi-item-carousel .carousel-inner .next {
	left: 33%;
}
.multi-item-carousel .carousel-inner .prev {
	left: -33%;
}

#home-ctas {
	margin-top: 80px;
}

.cta-home div .cta-content {
	height: 500px;
	background-color: white;
	background-repeat: no-repeat;
	background-size: cover;
}

.cta-text {
	top: 30%;
	position: absolute;
	left: 10%;
	right: 10%;
}

.cta-text h2 {
	font-size: 32px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
	padding-bottom: 30px;
	line-height: 1.4;
}

.cta-text a {
	letter-spacing: 1px;
	padding: 12px 25px;
	border: 2px solid #fff;
	color: #fff;
	font-weight: 500;
}

.cta-text a:hover {
	letter-spacing: 1px;
	color: #ea6732;
	background-color: #fff;
	font-weight: 500;
}

.owl-dots {
	margin-top: 30px !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #ea6732 !important;
}

.owl-theme .owl-dots .owl-dot span {
	background: transparent !important;
	border: 2px solid #ea6732;
}

/*        Fim Home            */
/********************************/
/*images    */
/********************************/

figure img {
	-webkit-transition: all 0.6s linear;
	-moz-transition: all 0.6s linear;
	transition: all 0.6s linear;
}

figure img:hover {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: all 0.6s linear;
	-moz-transition: all 0.6s linear;
	transition: all 0.6s linear;
}
/*         página_noticia      */
.center {
	text-align: center;
}
.data {
	text-transform: uppercase;
	color: #999;
	padding-bottom: 25px;
	font-size: 16px;
}
.article-content > p {
	font-size: 16px;
	color: #333;
	text-align: justify;
	font-family: "Montserrat";
	line-height: 2;
}
.article-content > ul {
	font-size: 16px;
	color: #333;
	text-align: justify;
	font-family: "Montserrat";
	line-height: 2;
}
.text_new {
	font-size: 16px;
	color: #333;
	text-align: justify;
	font-family: "Montserrat";
	line-height: 2;
}

.align_arrow {
	text-align: right;
}
.icon_seta {
	width: 55px;
}
.left-arrow {
	margin-top: 626px;
	padding-left: 25px;
}
.right-arrow {
	margin-top: 626px;
}
.right-arrow > a, .right-arrow > a:hover, .left-arrow > a, .left-arrow > a:hover {
	color: #9b9b9b;
}
.share-buttons:hover {
	background-color: #fdc800;
}

.share-buttons a:hover {
	text-decoration: none !important;
}

.share-buttons {
	background-color: #e6e6e6;
	padding-bottom: 10px;
	margin-top: 60px;
	margin-bottom: 60px;
	width: 220px;
	border-bottom: 1px solid #e6e6e6;
	margin: auto;
}

.share-buttons a {
	display: -webkit-inline-box;
}

.share-buttons p {
	text-transform: uppercase;
	color: white;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 600;
	padding-top: 19px;
	padding-left: 8px;
}

.icon-ipartilhar {
	width: 25px;
	padding-top: 13px;
}

.share {
	margin-top: 60px;
	margin-bottom: 80px;
}

/*  Noticias    */

/********************************/
/*        Overlay News         */
/********************************/
.new_box {
	position: relative;
	margin-top: 40px;
}
.new_box a {
	display: block;
	overflow: hidden;
}
.image {
	display: block;
	width: 100%;
	height: auto;
}
.overlay-all {
	position: absolute;
	overflow: hidden;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
}
.overlay {
	background-color: #fdc800;
}

.overlay-all:hover {
	opacity: 0.7;
}

.text-all {
	color: white;
	font-size: 36px;
	font-weight: 700;
	font-family: "Montserrat";
	position: absolute;
	top: 10%;
	text-transform: uppercase;
	display: inline-block;
}

.text-all p {
	position: relative;
	padding-left: 20px;
	display: table;
}
.text-all p:before {
	content: "";
	width: calc(100% + 37px);
	height: 100%;
	position: absolute;
	z-index: -9;
	top: 0;
	left: -20px;
	display: block;
	-ms-transform: skew(-30deg);
	-webkit-transform: skew(-30deg);
	transform: skew(-30deg);
}
.text-1 p:before {
	background-color: #ea6732;
}
.texto-noticia p:before {
	background-color: green;
}

/*         página_sobre      */
.perfil {
	height: auto;
}

.titulo_text {
	font-family: "Montserrat";
	font-weight: 800 !important;
	color: #333;
	font-size: 36px;
	padding-bottom: 25px;
	text-transform: uppercase;
}

.descricao {
	font-family: "Montserrat";
	font-size: 16px;
	color: #333;
	font-weight: 400;
	line-height: 2;
	text-align: justify;
}

.text-regular {
	font-weight: 400;
	text-transform: none !important;
	padding-bottom: 5px;
}
.text-center h1 {
	font-family: "Montserrat";
	font-size: 32px;
}
.text-center p {
	font-family: "Montserrat";
	font-size: 14px;
	font-weight: 400;
	padding-bottom: 15px;
	padding-top: 10px;
	color: #666666;
}

.description_strong {
	font-size: 18px;
	color: #333;
	font-weight: 700;
	padding-bottom: 5px;
}

.fm {
	padding-bottom: 10px;
	font-size: 16px;
	font-weight: 500;
	font-family: "Montserrat"
}

.fm_un {
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	padding-bottom: 5px;
	font-family: "Montserrat"
}
.fm_grau {
	font-size: 16px;
	font-weight: 500;
	padding-bottom: 5px;
	font-family: "Montserrat"
}

.fm_ano {
	font-weight: 500;
	padding-bottom: 20px;
	font-family: "Montserrat"
}

.etapa {
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 700;
	padding-bottom: 25px;
	font-family: "Montserrat";
}
h3.mt_un {
	margin-top: 5px !important;
}
.mt_un {
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-family: "Montserrat"
}
.mg_top_etapa {
	padding-top: 30px;
}
.mt_mg_bottom {
	padding-bottom: 30px;
}

.equip-text {
	font-size: 16px;
	font-family: "Montserrat";
	line-height: 1.9;
}
.equip-text li {
	padding-bottom: 15px;
}

.equip h3 {

	font-size: 24px;
	font-weight: 700;
	font-family: "Montserrat";
	line-height: 1.5;
}
.equip {

	padding-left: 60px;
	padding-right: 60px;
}
.pd_bottom_equi {
	padding-bottom: 40px;
}

/*          página serviços       */

.service-description p{
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 2;
	text-align: justify;
}

.service li {
	padding-bottom: 10px;
	font-size: 14px;
	font-weight: 500;
	font-family: "Montserrat"
}

.service-description {
	margin-bottom: 40px;
	padding-left: 60px;
	padding-right: 60px;
	margin-top: 40px;
}

/*          exercicios     */

.wrapper {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: relative;
}
.vid {
	background-size: contain;
	background-position: center center;
	background-color: black;
	position: relative;
	object-fit: cover;
	width: 100%;
	height: 100%;
	height: -webkit-fill-available;
	height: -moz-available;
	display: flex;
}
.vid-btn {
	display: block;
	position: absolute;
	top: 21%;
}
.main-vid-btn {
	display: block;
	position: absolute;
	padding: 29px;
	top: 50%;
}
.box_video_1 {
	margin-top: -1px;
	background-color: #fdcd05;
}
.main-vid-btn > img {
	width: 100%;
	margin: 0 auto;
	display: block;
	-moz-top: 20%;
}
.vid-btn > img {
	width: 36px;
	margin: 0 auto;
	display: block;
}
.vid_exercice {
	position: relative;
	right: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	z-index: -100;
	background-size: cover;
}

.vid_text {
	display: block;
	position: absolute;
	top: 30%;
}

.vid_text h1 {
	left: 30%;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
}
.vid_text p {
	color: #fff;
	text-align: center;
}

.vid_itens {
	display: block;
	position: absolute;
	top: 70%;
	text-align: center;
}
.vid_itens h3 {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
}
.vid_itens p {
	font-size: 12px;
	color: #fff;
}
.box_video:nth-child(1), .box_video:nth-child(12), .box_video:nth-child(13) {
	background-color: #fdcd05;
}
.box_video:nth-child(2), .box_video:nth-child(11), .box_video:nth-child(14) {
	background-color: #fcc304;
}
.box_video:nth-child(3), .box_video:nth-child(10), .box_video:nth-child(15) {
	background-color: #f8b016;
}
.box_video:nth-child(4), .box_video:nth-child(9), .box_video:nth-child(16) {
	background-color: #f49d27;
}
.box_video:nth-child(5), .box_video:nth-child(8), .box_video:nth-child(17) {
	background-color: #f08834;
}
.box_video:nth-child(6), .box_video:nth-child(7), .box_video:nth-child(18) {
	background-color: #e96032;
}

.vid_small {
	background-size: contain;
	background-position: center center;
	opacity: 0.3;
	position: relative;
	object-fit: cover;
	width: 100%;
	display: flex;
	-webkit-transition: all 0.6s linear;
	-moz-transition: all 0.6s linear;
	transition: all 0.6s linear;
}
.vid_small:hover {
	opacity: 1;
	-webkit-transition: all 0.6s linear;
	-moz-transition: all 0.6s linear;
	transition: all 0.6s linear;
}

/*        programas       */

.p-programas {
	font-size: 14px;
	font-family: "Montserrat";
	line-height: 1.9;
	font-weight: 400;
	text-align: left;
}
/*       faqs           */
.faq-1 {
	margin-bottom: 60px;
	margin-top: 160px;
}
.faq {
	margin-bottom: 60px;
}
.mg_faqs {
	margin-top: 50px !important;
}

.icon_ver {
	width: 45px;
}

/*       Contactos      */
#map {
	cursor:pointer
}
.layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, #feef2b , #e3322d);
	z-index: 3;
	opacity: 0.8;
	pointer-events: none;
}
.wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}
.contactos_morada {
	margin-bottom: 30px;
	padding-top: 30px;
	font-weight: 500;
	padding-left: 0 !important;
}

.descricao_contactos {
	font-family: "Montserrat";
	font-size: 18px;
	color: #333;
	font-weight: 400;
	line-height: 2;
}
.mg-contactos {
	margin-bottom: 40px;
}
.programas-itens {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}
.label_contact {

	font-weight: 500;
	padding-top: 25px;
	padding-left: 0;
}

.form-control {
	color: #333;
	border: 1px solid #333;
	border-radius: 0px;
	height: 45px;
}

.form-control:focus {
	border-color: #333 !important;
	box-shadow: none !important;
}

::-webkit-input-placeholder {/* Chrome */
	color: #ccc !important;
	font-family: "Montserrat" !important;
	font-size: 14px !important;
	opacity: 1;
}
:-ms-input-placeholder {/* IE 10+ */
	color: #ccc !important;
	font-family: "Montserrat" !important;
	font-size: 14px !important;
	opacity: 1;
}
::-moz-placeholder {/* Firefox 19+ */
	color: #ccc !important;
	font-family: "Montserrat" !important;
	font-size: 14px !important;
	opacity: 1;
}
:-moz-placeholder {/* Firefox 4 - 18 */
	color: #ccc !important;
	font-family: "Montserrat" !important;
	font-size: 14px !important;
	opacity: 1;
}
select {
	color: #ccc !important;
}
option {
	color: #333 !important;
	font-family: "Montserrat" !important;
	font-size: 14px !important;
	opacity: 1;
}

.form-contact {
	padding: 0 !important;
}
.btn {

	padding: 10px 25px;
	margin-top: 20px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 500 !important;
	letter-spacing: 1px;
	line-height: 1.42857143;
	background-color: #fff;
	color: #fdc800;
	font-family: "Montserrat";
	border-radius: 0px;
	border: 2px solid #fdc800;
}

.btn:hover {
	background-color: #fdc800;
	color: #fff;
	border: 2px solid #fdc800;
}

.horario_time {
	font-family: "Montserrat";
	font-weight: 400;
}
span {
	font-weight: 700;
}

/*          footer       */

.search-text {

	padding-top: 60px;
	padding-bottom: 60px;
	border-top: 1px solid #e6e6e6;
}

.search-text .input-search {
	height: 45px;
	padding-left: 20px;
	color: #333;
	border: 1px solid #333;
}
.search-text .input-search:foccus {
	text-decoration: none;
}
.search-text .btn-search {
	background-color: #333;
	border: 1px solid #333;
	font-family: "Montserrat";
	font-weight: 500;
	color: #FFF;
	padding: 12px 25px 12px 25px;
}

.search-text  .btn-search:hover {
	opacity: 0.5;
	color: white;
}

.icon li {
	padding-right: 25px;
}

.icon a:hover {
	opacity: 0.5;
}

.icon-inst {
	color: #333333;
	width: 20px;
	padding-top: 30px;
}
.icon_fb {
	color: #333333;
	width: 10px;
	padding-top: 30px;
}

footer {
	background-color: black;
}
footer p {
	font-family: "Montserrat";
	padding: 20px 0 10px 50px;
	color: #ffffff;
	font-size: 12px;
}

.logo_blisq {
	padding-top: 20px;
	padding-right: 15px;
	margin-right: 50px;
}

/********************************/
/*   Media Queries Header      */
/********************************/

