/*
Theme Name:         Bristol School
Description:        Bristol School Theme
Version:            1.0
Author:             wevolved

Text Domain:        Bristol School
*/

* {
	-webkit-font-smoothing: subpixel-antialiased;
	line-height: 1.6;
}

/* liga ao myfonts */
@import url("//hello.myfonts.net/count/32df6d");

/* carrega type */
@font-face {
	font-family: 'galano-bold';
	src: url('fonts/32DF6D_4_0.eot');
	src: url('fonts/32DF6D_4_0.eot?#iefix') format('embedded-opentype'), url('fonts/32DF6D_4_0.woff2') format('woff2'), url('../fonts/32DF6D_4_0.woff') format('woff'), url('fonts/32DF6D_4_0.ttf') format('truetype');
}

@font-face {
	font-family: 'galano-regular';
	src: url('fonts/32DF6D_11_0.eot');
	src: url('fonts/32DF6D_11_0.eot?#iefix') format('embedded-opentype'), url('fonts/32DF6D_11_0.woff2') format('woff2'), url('fonts/32DF6D_11_0.woff') format('woff'), url('fonts/32DF6D_11_0.ttf') format('truetype');
}

@font-face {
	font-family: 'galano-light';
	src: url('fonts/32DF6D_B_0.eot');
	src: url('fonts/32DF6D_B_0.eot?#iefix') format('embedded-opentype'), url('fonts/32DF6D_B_0.woff2') format('woff2'), url('fonts/32DF6D_B_0.woff') format('woff'), url('fonts/32DF6D_B_0.ttf') format('truetype');
}

.bold {
	letter-spacing: 1px;
	font-family: "galano-bold";
	font-weight: normal;
}

.regular,
* {
	letter-spacing: 1px;
	font-family: "galano-regular";
	font-weight: normal;
}

.light {
	letter-spacing: 1px;
	font-family: "galano-light";
	font-weight: normal;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}


a {
	text-decoration: none;
	color: #6D5760;
	color: #4C7CF9;
	font-size: 16px;

}

p {
	font-size: 14px;
}

.strong,
strong {
	font-family: "galano-bold";
	font-weight: normal;
}

.note {
	color: #8A898A;
}

.clear {
	clear: both
}

.bg-blue {
	background-color: #4C7CF9;
}

.bg-blue-50 {
	background-color: rgba(76, 124, 249, .65);
}

.bg-white {
	background-color: #fff;
}

.bg-gray {
	background-color: #f8f8f8;
}

.blue {
	font-size: 36px;
	color: #4C7CF9;
	line-height: 51px;
}

.padding-50 {
	padding: 50px;
}

.padding-100 {
	padding: 100px;
}

.padding-150 {
	padding: 100px;
}

.padding-200-100 {
	padding: 200px 100px;
}

.padding-left-200 {
	padding-left: 200px;
}

.padding-top-100 {
	padding-top: 100px;
}

.padding-bottom-100 {
	padding-bottom: 100px;
}

.padding-0-60 {
	padding: 0 60px;
}

html,
body {
	max-width: 100%;
	overflow-x: hidden;
}

.margin-top-minus-100 {
	margin-top: -200px;
}

.margin-top-100 {
	margin-top: 100px;
}

.margin-bottom-100 {
	margin-bottom: 100px;
}

.separator-50 {
	height: 50px;
}

.separator-100 {
	height: 100px;
}

.separator-150 {
	height: 150px;
}

.separator-200 {
	height: 200px;
}

.separator-300 {
	height: 260px;
}

.separator-500 {
	height: 500px;
}

#loading {
	background-color: #3C7DFC;
	background-color: #666;
	position: fixed;
	top: 0;
	left: 0;
	width: 0%;
	height: 2px;
	z-index: 2;
	display: none;
}

footer {
	padding: 20px 0;
	color: #fff;
	background-color: #4C7CF9
}

footer a {
	color: #fff !important;
}

nav {
	background-color: #fff;
	padding: 0;
	margin: 0;
	height: 100px;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(202, 202, 202, 0.1);
	-moz-box-shadow: 0px 5px 5px 0px rgba(202, 202, 202, 0.1);
	box-shadow: 0px 5px 5px 0px rgba(202, 202, 202, 0.1);
	z-index: 5;
}

nav [class*='col-'] {
	padding: 0;
	margin: 0;
	line-height: 0
}

nav #logo {
	max-width: 202px;
}

nav a.active {
	color: #4C7CF9;
}


h2 {
	font-family: 'galano-bold';
	font-size: 34px;
	color: #4C7CF9;
	line-height: 39px;
}

ul {
	list-style-type: none;
}


.texto-sec-1 {
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0px;
}

h2.blue {
	font-family: 'galano-bold';
	font-size: 34px;
	color: #4C7CF9;
	line-height: 39px;
}

#menu div a {
	font-family: 'galano-light';
}

/* MENU */

a:focus,
a:hover {
	color: #4C7CF9;
	text-decoration: none;
}

#menu {
	display: none;
}

#mobile-menu {
	display: none;
}

#mobile-menu.open {
	display: block
}

#hamburger {
	width: 30px;
	height: 20px;
	position: relative;
	margin: 0;
	cursor: pointer;
	background-color: transparent;
	z-index: 100;
}

.lado2 {
	display: flex;
	gap: 40px;
	align-items: center;
}

#hamburger span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #4c7cf9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	opacity: 1;
	top: 10px;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .20s ease-in-out;
	-moz-transition: .20s ease-in-out;
	-o-transition: .20s ease-in-out;
	transition: .25s ease-in-out;
}

#hamburger span:nth-child(1) {
	top: 0px;
}

#hamburger span:nth-child(2) {
	top: 10px;
}

#hamburger span:nth-child(3) {
	top: 20px;
}

#hamburger.open span:nth-child(1) {
	top: 8px;
	background-color: #fff;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

#hamburger.open span:nth-child(2) {
	opacity: 0;
	left: -30px;
	background-color: #fff;
	-webkit-transition: .16s ease-in-out;
	-moz-transition: .16s ease-in-out;
	-o-transition: .16s ease-in-out;
	transition: .16s ease-in-out;
}

#hamburger.open span:nth-child(3) {
	top: 8px;
	background-color: #fff;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}




/* Garantir que NÃO tens left:40% !important aqui */
#mobile-menu {
	position: fixed;
	top: 0;
	right: 60%;
	bottom: 0;
	left: auto;
	width: 60vw;
	/* ocupa 60% do ecrã */
	height: 100vh;
	background: #4C7CF9;
	display: none;
	/* escondido até abrir */
	opacity: 0;
	transform: translateX(100%);
	/* começa fora do ecrã à direita */
	z-index: 4;
	overflow: auto;
}

#mobile-menu #logo-mobile {
	padding: 24px 20px;
	width: 182px;
	height: 40px;
}

#mobile-menu .item-menu:first-of-type {
	margin-top: 60px;
}

#mobile-menu a.item-menu {
	position: relative;
	display: block;
	width: 100%;
	height: 40px;
	padding-left: 23px;
	text-align: left;
	font-size: 16px;
	color: #fff;
	opacity: 0;
	-webkit-transition: .15s ease-in-out;
	-moz-transition: .15s ease-in-out;
	-o-transition: .15s ease-in-out;
	transition: .15s ease-in-out;
}

#mobile-menu a.ativo,
#mobile-menu a:hover {
	color: #111;
}

#mobile-menu div a.lang {
	position: fixed;
	bottom: 0px;
}

#logo-mobile,
.mudaLangButton {
	display: none !important;
}

.centraAlturaMenu {
	position: absolute;
	top: 50%;
	left: 50px;
	transform: translateY(-50%);
}

#mobile-menu a.item-menu {
	line-height: 63px;
	padding-left: 95px;
	font-size: 26px;
	display: inline-table;
}


.altura-banners .vc_column-inner {
	min-height: 650px;
	padding: 0px 10% !important;
}

.linkBanner {
	position: absolute;
	bottom: 50px;
}




.vc_custom_1761820131180::after {
	content: "";
	position: absolute;
	top: -10px;
	right: -10px;
	width: 100%;
	height: 100%;
	background: url('/wp-content/uploads/2025/10/pattern-1.png') no-repeat top right;
	background-size: contain;
	pointer-events: none;
	z-index: 2;
	transition: top 0.8s ease, right 0.8s ease;
}

.vc_custom_1761820131180:hover::after {
	top: 0;
	right: 0;
}

img#logo-aberto {
	display: none;
}

.caixasDaHome {
	padding: 0px 5%;
}








/* Área do slider */
.home-slick {
	position: relative;
	margin: 0 auto;
	max-width: 1200px;
	margin-bottom: 200px !important;
}

.home-slick .home-slick-slider {
	width: 100%;
}

/* Altura e imagem do slide (usa cover como no original) */
.home-slick .slide-hero {
	position: relative;
	width: 913px;
	margin: auto;
	max-width: 100%;
	height: 560px;
	/* próximo do mockup; ajusta se precisares */
	background: #ddd center/cover no-repeat;
	border-radius: 6px;
}

a.no-barba {
	height: auto;
	display: block;
}

/* === CARD AZUL EXACTO (igual ao snippet original) === */
.home-slick .slide-card {
	position: absolute;
	bottom: -100px;
	/* igual ao original */
	left: 10%;
	width: 80%;
	height: 320px;
	background: #4C7CF9;
	z-index: 10;
	/* fica acima da imagem */
	display: flex;
	border-radius: 2px;
}

/* colunas internas (meio a meio como o teu HTML original) */
.home-slick .slide-col-left,
.home-slick .slide-col-right {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}


.home-slick .slide-title {
	color: #fff;
	margin: 0;
	padding: 50px;
	text-align: left;
	font-size: 32px;
	line-height: 1.1;
}


/* Texto e botão à direita, com padding 50px e sem em mobile */
.home-slick .slide-content {
	color: #fff;
	padding: 50px 20px;
	font-size: 14px;
	line-height: 1.3;
	text-align: left;
}

.home-slick .slide-cta {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 16px;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
}

.home-slick .slide-cta .mais ellipse,
.home-slick .slide-cta .cruz {
	stroke: #fff;
}

/* Dots “debaixo do título” (dentro da coluna esquerda) */
.home-slick .dots-host {
	padding: 0 50px;
	margin-top: 10px;
}

.home-slick .dots-host .slick-dots {
	position: static;
	/* respeita o flow, fica mesmo debaixo do H2 */
	text-align: left;
}

.slick-dots li button:before {
	color: #fff;
	opacity: .45;
}

.slick-dots li.slick-active button:before {
	opacity: 1;
}

/* Esconde os dots globais se o slick tentar desenhar noutro sítio */
.home-slick>.slick-dots {
	display: none !important;
}

/* Setas por cima da imagem (opcional) */
.home-slick .slick-prev:before,
.home-slick .slick-next:before {
	color: #fff;
	text-shadow: 0 2px 8px rgba(0, 0, 0, .35);
}

.home-slick .slick-prev {
	left: 10px;
	z-index: 20;
}

.home-slick .slick-next {
	right: 10px;
	z-index: 20;
}

/* Responsivo (empilhar em tablet/mobile) */
@media (max-width: 1024px) {
	.home-slick .slide-card {
		left: 5%;
		width: 90%;
		height: auto;
		/* deixa crescer com o conteúdo */
		bottom: -60px;
		flex-direction: column;
	}

	.home-slick .slide-col-left,
	.home-slick .slide-col-right {
		width: 100%;
	}

	.home-slick .slide-title {
		font-size: 36px;
		padding: 32px;
	}

	.home-slick .slide-content {
		padding: 0 32px 32px;
	}

	.home-slick .dots-host {
		padding: 0 32px;
	}

	#hamburger {
		width: 30px;
		height: 10px;
	}



	#logo-aberto {
		display: none;
		opacity: 0;
		max-width: 202PX;
	}

}


.home-slick .slick-list {
	overflow: visible !important;
}

/* ===== TRANSITIONS MODERNAS ===== */

/* 1) Imagem de fundo: zoom-out suave quando o slide fica ativo */
.home-slick .slide-hero {
	transform: scale(1.05);
	transition: transform 900ms cubic-bezier(.22, .61, .36, 1), filter 900ms ease;
	will-change: transform;
}

.home-slick .slick-current .slide-hero {
	transform: scale(1);
	/* ativa: aproxima ligeiramente */
}

/* 2) Card azul: entra com fade + slide-up */
.home-slick .slide-card {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity 500ms ease, transform 600ms cubic-bezier(.22, .61, .36, 1);
	will-change: transform, opacity;
}

.home-slick .slick-current .slide-card {
	opacity: 1;
	transform: translateY(0);
}

/* 3) Stagger suave dentro do card (título, dots, texto, CTA) */
.home-slick .slide-title,
.home-slick .dots-host,
.home-slick .slide-content,
.home-slick .slide-cta {
	opacity: 0;
	transform: translateY(10px);
	transition: opacity 400ms ease, transform 500ms ease;
	will-change: transform, opacity;
}

.home-slick .slick-current .slide-title {
	transition-delay: 120ms;
	opacity: 1;
	transform: none;
}

.home-slick .slick-current .dots-host {
	transition-delay: 220ms;
	opacity: 1;
	transform: none;
}

.home-slick .slick-current .slide-content {
	transition-delay: 320ms;
	opacity: 1;
	transform: none;
}

.home-slick .slick-current .slide-cta {
	transition-delay: 420ms;
	opacity: 1;
	transform: none;
}

/* 4) Suaviza a troca de slides (o Slick mexe no track com transform) */
.home-slick .slick-track {
	transition-timing-function: cubic-bezier(.22, .61, .36, 1) !important;
}

a.no-barba {
	height: auto;
	display: block;
	margin: auto;
}

/* 5) Mantém o teu “reveal” por opacidade, mas sem flicker */
.home-slick .slide.slick-slide {
	opacity: 0;
	transition: opacity 300ms ease;
}

.home-slick .slide.slick-slide.slick-active {
	opacity: 1;
}

/* 6) Respeitar redução de movimento */
@media (prefers-reduced-motion: reduce) {

	.home-slick .slide-hero,
	.home-slick .slide-card,
	.home-slick .slide-title,
	.home-slick .dots-host,
	.home-slick .slide-content,
	.home-slick .slide-cta,
	.home-slick .slick-track {
		transition: none !important;
		transform: none !important;
	}
}

/* dots dentro do card, por baixo do título */
.home-slick .dots-host .slick-dots {
	position: static;
	text-align: left;
}

/* esconde a lista “externa” que o Slick cria por padrão */
.home-slick>.slick-dots {
	display: none !important;
}

.home-slick .slide-content span {
	font-size: 14px;
}

.home-slick-slider .slick-arrow {
	display: none;
}

.slick-dots li button:before {
	font-size: 10px;
}

.home-slick .slick-dots li {
	margin: 0;
}

.conteudo-numeros {
	width: 65%;
	margin: auto !important;
	margin-bottom: 150px !important;
}

.conteudo-numeros .vc_custom_1761834455329 {
	padding-top: 7%;
	padding-bottom: 10%;
}

.wpb_single_image.seta {
	cursor: pointer;
}

.vc_custom_1761834455329::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: url('/wp-content/uploads/2025/10/pattern-full.png') no-repeat top right;
	background-size: cover;
	pointer-events: none;
	z-index: 2;
}

.wpb_single_image.wpb_content_element {
	margin-bottom: 0;
}

.apr-sobre {
	margin: -200px auto 100px auto !important;
	width: 83%;
	z-index: 1;
	background: white;
	position: relative;
}

.title-light {
	max-width: 740px;
	margin: auto;
}

.apr-col-text {
	margin: 0px 17% !important;
}

.apr-col .vc_column-inner {
	padding: 0 !important;
}

.apr-col .vc_column-inner {
	padding: 0 !important;
}

.ime.apr-col .vc_column-inner figure img,
.ime.apr-col .wpb_single_image .vc_figure,
.ime.apr-col .vc_single_image-wrapper {
	width: 100%;
}

.ime.apr-col .vc_column-inner figure img {
	margin-left: auto !important;
	height: 370px;
	object-fit: cover;
	max-width: 100%;
	width: 472px;
	object-fit: cover;
	object-position: center;
}

.apr-col-text h2 {
	font-family: 'galano-bold';
	font-size: 34px;
	color: #4C7CF9;
	line-height: 39px;
	margin-bottom: 30px;
}

.apr-col-text p,
.col-sobre-number p,
.carroussel p {
	font-size: 18px;
	font-family: 'galano-light';
}

.apr.apr-col .vc_column_container {
	align-items: flex-start;
}

.col-sobre-number h1 {
	font-family: "galano-bold";
	color: #4C7CF9;
	font-size: 100px;
	line-height: 51px;
	padding-bottom: 0;
	margin-bottom: 50px;
}

.col-sobre-number h2 {
	font-family: "galano-bold";
	font-size: 34px;
	color: #161516;
	line-height: 39px;
	margin: 30px 0px;
}

.col-sobre-number {
	width: 90%;
	margin: 100px auto !important;
	float: unset !important;
}

.col-sobre-number p {
	padding: 0px 60px;
}

.col-sobre-number .vc_col-sm-2 .vc_column-inner {
	align-items: center;
}

.vc_carousel-slideline-inner .vc_inner {
	text-align: center;
}

.vc_carousel-slideline-inner .vc_inner img {
	width: 460px;
	max-width: 100%;
	height: 350px;
	object-fit: cover;
	object-position: center;
}

#main .vc_images_carousel .vc_carousel-indicators li {
	border: 1px solid #4c7cf9;
	background-color: transparent;
	opacity: 1;
}

#main .vc_images_carousel .vc_carousel-indicators li.vc_active {
	opacity: 1;
	background-color: #4c7cf9;
}

#main .vc_images_carousel .vc_carousel-control .icon-next,
#main .vc_images_carousel .vc_carousel-control .icon-prev {
	width: 27px;
	height: 30px;
	line-height: 50px;
	font-size: 0;
	/* esconde ícone original */
	display: block;
	padding: 0;
	background: url('/wp-content/uploads/2025/10/transferir.svg') no-repeat center center;
	background-size: contain;
	opacity: 0.5;
	transition: opacity 0.3s ease;
}

/* Hover com leve destaque */
#main .vc_images_carousel .vc_carousel-control:hover .icon-next,
#main .vc_images_carousel .vc_carousel-control:hover .icon-prev {
	opacity: 1;
}

/* Seta anterior: roda horizontalmente */
#main .vc_images_carousel .vc_carousel-control .icon-prev {
	transform: rotate(180deg);
}

.carroussel h3 {
	font-size: 22px;
	color: #4C7CF9;
	line-height: 51px;
}

.sobre-carroucel-pe {
	width: 70%;
	margin: auto;
}

.carroussel {
	margin-bottom: 150px;
}

/* a tua row */
.back-cidades.vc_row-has-fill {
	position: relative;
}


/* o teu pattern por cima da cor */
.back-cidades>.wpb_column {
	background: url('/wp-content/uploads/2025/10/pattern-full.png') no-repeat top right;
	background-size: cover;
	/* ajusta: contain / 600px auto / 40% auto */
	padding: 20px 0px 75px;
}

.back-cidades h2,
.back-cidades p,
.back-cidades a {
	color: white;
}

.back-cidades p strong {
	font-size: 20px;
	line-height: 20px;
}

.cidades {
	padding: 0px 10%;
}

.cidades ul {
	padding: 0px !important;
}

.cidades ul a:hover {
	opacity: 0.5;
}

.quote-slide-testemunho.slick-slide {
	opacity: 0;
	text-align: center;
	transition: 0.5s;
}

.quote-slide-testemunho.slick-slide.slick-current {
	opacity: 1;
}

.quote-content-testemunho p {
	font-family: "galano-bold";
	font-size: 35px;
	line-height: 50px;
	color: #4C7CF9;

}

.quote-author-testemunho {
	margin-top: 60px !important;
}

.quote-content-testemunho {
	max-width: 80%;
	margin-top: 50px !important;
	margin: auto;
}

.testemunho-bloco {
	margin: 75px 0px;
}

.quote-author-testemunho {
	width: 100%;
	font-family: "galano-regular";
	font-size: 14px;
	color: #4C7CF9;
	text-align: center;
	line-height: 25px;
}

.slick-dots li.slick-active button:before {
	color: #ffffff;
}

.slick-quotes-testemunho .slick-dots li.slick-active button:before {
	opacity: .75;
	color: #4c7cf9 !important;
}

.slick-quotes-testemunho .slick-dots li button:before {
	color: #4c7cf9 !important;
}

.slick-quotes-testemunho .slick-dots {
	bottom: -50px;
}

.exame-bloco-1 {
	margin-bottom: 100px;
}

.exame-bloco-1 h4 {
	font-size: 24px;
	line-height: 1.4;
	letter-spacing: 1px;
	font-family: "galano-light";
	font-weight: normal;
	width: 396px;
	margin: auto;
}

.section2 h2 {
	font-family: 'galano-bold';
	font-size: 26px;
	margin-top: 0;
	color: black;
	margin-top: 0 !important;
}

.section2 h4 {
	margin-top: 0;
	margin-bottom: 5px;
	color: #4c7cf9;
	font-family: 'galano-bold';
}

.section2 .wpb_text_column>.wpb_wrapper h5,
.section2 .wpb_text_column>.wpb_wrapper h5 a {
	font-family: 'galano-bold' !important;
	color: #4C7CF9 !important;
	font-size: 24px !important;
	margin: 30px 0 0 !important;
	line-height: 1.4 !important;
}

.section2 .wpb_text_column {
	margin-bottom: 0 !important;
}

.section2 .wpb_text_column>.wpb_wrapper p,
.section2 .wpb_text_column>.wpb_wrapper a {
	font-size: 16px;
	margin-top: 0;
	color: black !important;
	margin-bottom: 32px;
	font-family: 'galano-regular';
}

.section2 .wpb_text_column>.wpb_wrapper a {
	text-decoration: underline;
}

.section2 .vc_col-sm-6>.vc_column-inner>.wpb_wrapper {
	vertical-align: top;
	border-right: 2px solid #4c7cf9;
}

.section2 .vc_col-sm-6>.vc_column-inner>.wpb_wrapper::before {
	content: "";
	position: absolute;
	display: block;
	border-top: 2px solid #4c7cf9;
	width: 2%;
	right: 15px;
	margin-bottom: 15px;
}

.section2 .vc_col-sm-6>.vc_column-inner>.wpb_wrapper::after {
	position: absolute;
	content: "";
	display: block;
	border-bottom: 2px solid #4c7cf9;
	width: 2%;
	right: 15px;
	margin-bottom: 15px;
}

.section2 .wpb_text_column.ultimo-exame>.wpb_wrapper p,
.section2 .wpb_text_column.ultimo-exame>.wpb_wrapper a {
	margin-bottom: 0px;
}

.section3.section2 {
	margin: 100px 0px;
}

.section2.section3 .vc_col-sm-6>.vc_column-inner>.wpb_wrapper::before,
.section2.section3 .vc_col-sm-6>.vc_column-inner>.wpb_wrapper::after {
	display: none !important;
}

.section2.section3 .vc_col-sm-6>.vc_column-inner>.wpb_wrapper {
	border-right: none;
}

.section2.section3 .vc_col-sm-6>.vc_column-inner>.wpb_wrapper {
	display: grid !important;
	grid-template-columns: repeat(2, 1fr);
	/* duas colunas iguais */
	gap: 20px;
	/* espaço entre os elementos, ajusta à vontade */
}


.exame-marker.col-sobre-number {
	width: 100%;
	padding: 50px;
}

.exame-marker.col-sobre-number h4 {
	color: white;
	font-size: 26px;
	font-family: 'galano-bold';
	margin-bottom: 25px;
	margin-top: 0;
	margin-left: 20px;
}

.exame-marker.col-sobre-number p {
	padding: unset;
	color: white;
	font-size: 16px;
	font-family: 'galano-light';
	position: relative;
	margin: 0 0 15px;
}

.exame-marker.col-sobre-number .wpb_text_column {
	margin-bottom: 25px;
}

.exame-marker.col-sobre-number .class-align-exame h4 {
	margin-left: 0px;
}

.section5 {
	display: flex;
	justify-content: center;
	margin-bottom: 100px;
	align-items: center;
}

.section5 h3 {
	font-family: 'galano-bold';
	font-size: 26px;
	margin: 0 0 5px;
	color: black;
	line-height: 1.4;
}

.section5 .wpb_button,
.wpb_content_element {
	margin-bottom: 0px;
}

.botao-exame a {
	font-family: 'galano-bold';
	font-size: 24px;
	margin: 0;
	color: #4C7CF9;
}

.botao-exame a:hover {
	text-decoration: underline;
}

.qual-exame {
	padding: 50px 0px;
}


.estilo_cidade figure,
.estilo_cidade figure div,
.estilo_cidade figure img,
.estilo_cidade figure a {
	width: 100%;
}

.estilo_cidade figure {
	padding: 15px;
}

.estilo_cidade figure img {
	scale: 0.9;
	transition: 0.8s;
}

.estilo_cidade .wpb_single_image:hover figure img {
	scale: 1;
}

.cursos-no-estrangeiro .apr-sobre {
	margin: -200px auto 20px auto !important;
}

.estilo_cidade h3,
.estilo_cidade h3 a {
	color: black;
}

.estilo_cidade .wpb_column:hover h3,
.estilo_cidade .wpb_column:hover h3 a {
	color: #4C7CF9
}

.estilo_cidade {
	margin-bottom: 100px !important;
}

#outros h3 {
	color: white;
	margin-bottom: 20px;
}

#outros li::marker {
	unicode-bidi: isolate;
	font-variant-numeric: tabular-nums;
	text-transform: none;
	text-indent: 0px !important;
	text-align: start !important;
	text-align-last: auto !important;
}

.cartaz-banner {
	padding: 75px 0px;
}

.cartaz-banner h1 {
	font-family: "galano-bold";
	font-size: 45px;
	color: #fff;
	line-height: 55px;
	margin-bottom: 30px;
}

.cartaz-banner p {
	text-align: center;
	font-family: "galano-regular";
	font-size: 20px;
	color: #fff;
	line-height: 28px;
	margin-top: 60px;
	max-width: 700px;
	margin: auto;
}

.cartaz-banner h3 {
	text-align: center;
	font-family: "galano-bold";
	font-size: 18px;
	color: #fff;
	line-height: 25px;
	margin-top: 100px;
}

.pecas {
	margin-top: -100px;
}

.pecas .wpb_content_element {
	margin-bottom: 0px;
}

.pecas img {
	scale: 0.9;
	transition: 0.8s;
}

.pecas .wpb_single_image:hover img {
	scale: 1;
}

.pecas .blue {
	font-family: 'galano-light';
	line-height: 1.3;
	padding-top: 15px;
	margin: 0;
	font-size: 16px;
	color: #4c7cf9;
}

.pecas .title {
	font-family: 'galano-light';
	margin: 0;
	font-size: 22px;
	color: #4c7cf9;
}

.para-proj {
	padding: 75px 0px 100px 0px;
}

.para-proj-text {
	width: 1100px;
	max-width: 100%;
	margin: auto !important;
}

.para-proj-text h4 {
	font-family: "galano-bold";
	font-size: 24px;
	color: #4C7CF9;
	line-height: 36px;
	margin: 20px 0;
	padding: 0;
}

.para-proj-text h5 {
	font-family: "galano-bold";
	font-size: 30px;
	color: #161416;
	line-height: 36px;
	margin: 0;
	padding: 0;
	width: 465px;
	max-width: 100%;
}

.para-proj-text p strong {
	margin-top: 75px;
}
.caixaEsquerda figure .vc_single_image-wrapper img, .caixaEsquerda figure .vc_single_image-wrapper, .caixaEsquerda figure{
	width: 100%;
}

.para-proj-text p.booking-text {
	margin-top: 75px;
	font-size: 14px;
	padding-right: 50px;
}

.para-proj-text p.booking-text a {

	font-size: 14px;
}

.para-proj-text p {
	letter-spacing: 1px;
	font-family: "galano-regular";
	font-weight: normal;
	font-size: 16px;
}


.escolas-por-regiao {
	display: grid;
	gap: 28px;
}

.escolas-por-regiao .regiao-row {
	display: grid;
	grid-template-columns: minmax(160px, 1fr) 2fr;
	/* esquerda / direita */
	align-items: start;
	gap: 50px;
}

.escolas-por-regiao .regiao-nome {
    font-weight: 800;
    font-size: 1.5vw;
    line-height: 1.2;
    white-space: normal;
    color: white;
    text-align: right;
}

.escolas-por-regiao .regiao-posts ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.escolas-por-regiao .regiao-posts li a {
	margin: 6px 0;
	font-size: 18px;
	color: white;
}

.escolas-por-regiao .regiao-posts li a:hover {
	opacity: 0.6;
}

@media (max-width: 700px) {
	.section2 .vc_col-sm-3 {
    width: 100%;
}
	.escolas-por-regiao .regiao-nome {
		font-size: 22px;
	}
}



.linha-contactos .caixa-contacto>.vc_column-inner {
	padding: 100px 0px;
}

.linha-contactos .caixa-contacto.caixaDireita>.vc_column-inner {
	padding: 100px 50px;
}

.caixaEsquerda h1 {
	font-size: 45px;
	font-family: 'galano-bold';
	color: rgb(76, 124, 249);
	line-height: 1.2;
}

.caixaEsquerda {
	padding-right: 5% !important;
}

.caixaDireita h3 {
	color: rgb(76, 124, 249);
	font-size: 24px;
	font-family: 'galano-bold';
	line-height: 1.2;
}

.caixaEsquerda h4 {
	font-size: 16px;
	font-family: 'galano-bold';
	color: rgb(76, 124, 249);
	margin: 20px 0px 5px 0px;
}

.caixaEsquerda p {
	font-size: 14px;
	margin: 0px 0 20px;
}

#socialLink {
	color: black;
	font-family: 'galano-bold';
	font-size: 16px;
	margin: 20px 0px;
}

.caixaDireita .no-barba img {
	width: 20px;
	height: auto;
}

.part_bottom h4 {
	font-size: 14px;
	color: rgb(76, 124, 249);
}

.logos img {
	width: 111px;
	height: auto;
}

.logos {
	padding: 0px 0px 75px 0px;
}

.logos .vc_col-sm-6 .wpb_wrapper {
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 20px;
}

.logos .vc_col-sm-6>.vc_column-inner {
	padding: 0 !important;
}

.main-cidade {
	margin: 0px 50px;
}

.linha-1-contactos {
	display: flex;
	align-items: center;
}

.exp {
	width: 100%;
}

.exp figure {
	width: 100%;
}

.exp>figure>.vc_single_image-wrapper {
	width: 100%;
}



.menu-localizacoes li.active {
	position: relative;
}

.menu-localizacoes li a {
	font-weight: normal;
	font-family: "galano-regular";
	font-size: 14px;
	color: #161416;
	font-weight: 600;
	transition: color 0.3s ease;
	position: relative;
	display: inline-block;
}

.menu-localizacoes li.active a:hover,
.menu-localizacoes li.active a {
	color: #4c7cf9;
}

.menu-localizacoes li.active a::before {
	content: "";
	width: 80px;
	position: absolute;
	height: 2px;
	display: block;
	background-color: #4c7cf9;
	top: 15px;
	left: -100px;
}

.main-localizacao .linha-1-contactos h1 {
	font-family: "galano-bold";
	font-size: 45px;
	color: #4C7CF9;
	line-height: 55px;
}

.main-localizacao .linha-2-contactos h3 {
	font-family: "galano-bold";
	font-size: 26px;
	color: #4C7CF9;
	letter-spacing: 0px;
	line-height: 35px;
	margin: 0 !important;
	padding: 0 !important;
}

.main-localizacao .linha-2-contactos h4 {
	font-family: "galano-bold";
	font-size: 14px;
	color: #4C7CF9;
	line-height: 25px;
}

.main-localizacao .linha-2-contactos h6 {
	font-family: "galano-light";
	font-size: 20px;
	color: #4C7CF9;
	letter-spacing: 0px;
	line-height: 28px;
	margin: 0;
	padding: 0;
}



/* wrapper */
.teatro-archive {
	display: grid;
	grid-template-columns: 1fr;
	row-gap: 0px;
	width: 100%;
	margin: 0px auto 100px;
}

.teatro-grid {
	margin-top: -100px;
}

.ti-title a {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 34px;
	font-family: 'galano-bold';
	color: #4C7CF9;
}

/* cada artigo ocupa 50% da largura */
.teatro-archive article {
	width: 45%;
	margin-left: 0;
	margin-right: auto;
}

/* artigos pares (2º, 4º, 6º, etc) alinham à direita */
.teatro-archive article:nth-child(even) {
	margin-left: auto;
	margin-right: 0;
}

/* centraliza o texto dentro */
.teatro-archive .ti-content {
	text-align: center;
}

.ti-basedon span {
	margin: 0;
	font-size: 16px;
	color: #4c7cf9;
}

.ti-basedon {
	font-size: 22px;
	color: #4c7cf9;
	font-family: 'galano-light';
	line-height: 1.3;
}

.teatro-grid .vc_column-inner {
	padding-top: 0 !important;
}

/* imagem circular com efeito de scale inicial e zoom suave */
.ti-media .ti-thumb {
	display: inline-block;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
}

.ti-media .ti-thumb img {
	display: block;
	width: 100%;
	height: auto;
	transform: scale(0.9);
	transition: transform 0.8s ease-in-out;
	transform-origin: center center;
}

.ti-media .ti-thumb:hover img {
	transform: scale(1);
}

/* responsivo */
@media (max-width: 900px) {
	.teatro-archive article {
		width: 100%;
		margin: 0 auto;
	}
}


/* ===== SINGLE TEATRO ===== */

.st-grid {
	display: grid;
	grid-template-columns: 1.1fr 1fr;
	/* imagem | direita */
	align-items: start;
	gap: 48px;
}

.st-group {
	font-family: 'galano-bold';
	font-size: 18px;
	color: #4C7CF9;
	line-height: 25px;
}

.st-head a {
	font-size: 14px;
	color: #4C7CF9;
	font-family: 'galano-light';
}

.st-back {
	color: #0b57d0;
	text-decoration: none;
	font-weight: 600;
}

.st-back:hover {
	text-decoration: underline;
}

.st-title {
	margin: 8px 0 12px;
	font-size: clamp(22px, 3.2vw, 44px);
	color: #4C7CF9;
	font-family: "galano-bold";
	font-weight: normal;
	margin-top: 30px;
}

/* Imagem circular com scale 0.8 -> 1 no hover */
.st-thumb {
	display: block;
	width: 100%;
	max-width: 520px;
	aspect-ratio: 1/1;
	border-radius: 50%;
	overflow: hidden;
	margin: 0;
}

.st-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(0.8);
	transition: transform .6s ease-in-out;
	transform-origin: center;
}

.st-content p {
	line-height: 18px;
	font-size: 14px;
}

/* Responsivo */
@media (max-width:980px) {
	.st-grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.st-media {
		justify-self: center;
	}

	.st-thumb {
		max-width: 400px;
	}
}

.single-teatro-template {
	margin: 100px 0px;
	min-height: 75vh;
}

.st-right {
	display: flex;
	flex-direction: column;
	gap: 18px;
	padding: 10% 0px;
}














/* bloco geral (a tua row já é azul) */
.linha-3-contactos {
	padding: 100px 20px;
	text-align: center;
	margin: 100px 0px;
}

/* título branco centrado, estilo bold */
.linha-3-contactos h3,
.linha-3-contactos .wpb_text_column,
.linha-3-contactos .wpb_text_column p {
	color: #fff;
	margin: 0 0 28px;
	font-weight: 800;
	line-height: 1.25;
}

.linha-3-contactos .wpcf7 form .newsletter-cf {
	max-width: max-content;
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 5px 5px;
	border: 2px solid #fff;
	border-radius: 999px;
	background: transparent;
}

.newsletter-cf>p {
	display: flex;
	align-items: center;
	margin-bottom: 0 !important;
}

#newsletter-email,
.linha-3-contactos input[type="email"] {
	flex: 1;
	border: 0 !important;
	background: transparent;
	color: #fff;
	font-size: 14px;
	padding: 5px 5px;
	outline: none;
}

.linha-3-contactos input[type="email"]::placeholder {
	color: rgba(255, 255, 255, .65);
}

/* separador “/” */
.linha-3-contactos .newsletter-cf .sep {
	color: rgba(255, 255, 255, .6);
	user-select: none;
	font-size: 16px;
	line-height: 1;
	padding: 0 2px;
}

/* Corrigir fundo do autofill no Chrome/Safari */
.linha-3-contactos input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
	-webkit-text-fill-color: #fff !important;
	background: transparent !important;
	transition: background-color 9999s ease-in-out 0s;
}

#newsletter-submit,
.linha-3-contactos .wpcf7-submit {
	background: transparent;
	border: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	padding: 0px 30px;
}

#newsletter-submit:hover {
	opacity: .85;
}

/* remove spinner do CF7 aqui, se quiseres */
.linha-3-contactos .wpcf7-spinner {
	display: none;
}

/* responsivo */
@media (max-width: 600px) {


	.linha-3-contactos .wpcf7 form .newsletter-cf {
		max-width: 90%;
		padding: 12px 14px;
	}

	#newsletter-email {
		font-size: 18px;
	}

	#newsletter-submit {
		font-size: 18px;
	}
}

.linha-3-contactos .wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: 1em;
	font-weight: normal;
	position: absolute;
	display: block;
	bottom: -40px;
}

.linha-3-contactos .vc_column-inner {
	padding: 0 !important;
}

.linha-3-contactos h5 {
	padding: 0 !important;
	font-family: "galano-bold";
	font-size: 26px;
	color: #FFFFFF;
	line-height: 35px;
	max-width: 350px;
	margin: auto;
	margin-bottom: 50px !important;
}

/* Wrapper geral */
.bs-form {
	max-width: 100%;
	margin: 0 auto;
}

/* Cada linha (label à esquerda, campo à direita) */
.bs-field p {
	display: flex;
	grid-template-columns: 240px 1fr;
	align-items: flex-start;
	gap: 24px;
	justify-content: space-between;
	padding: 18px 0;
	border-bottom: 1px solid #e9e9e9;
}

.bs-field .wpcf7-form-control-wrap {
	width: 40%;
	max-width: 100%;
}

.bs-label {
	color: #222;
	font-weight: 600;
	letter-spacing: .2px;
	font-size: 16px;
	font-family: "galano-light";
}

.bs-field input[type="text"],
.bs-field input[type="email"],
.bs-field input[type="tel"],
.bs-field select,
.bs-field textarea {
	width: 100%;
	border: 0;
	background: transparent;
	padding: 12px 0;
	font-size: 16px;
	color: #222;
	outline: none;
	padding-top: 0 !important;
}

.bs-field {
	min-height: 100px;
}

/* Placeholder suave */
.bs-field ::placeholder {
	color: #9a9a9a;
}

/* Select com estilo minimal */
.bs-field select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, #222 50%),
		linear-gradient(135deg, #222 50%, transparent 50%);
	background-position: calc(100% - 18px) calc(50% - 4px),
		calc(100% - 12px) calc(50% - 4px);
	background-size: 6px 6px, 6px 6px;
	background-repeat: no-repeat;
	padding-right: 36px;
	cursor: pointer;
}

.bs-textarea textarea {
	min-height: 160px;
	resize: vertical;
	padding: 0;
}

/* Botão enviar alinhado à direita */
.bs-actions {
	text-align: right;
	padding-top: 24px;
}

.bs-actions .wpcf7-submit:hover {
	opacity: .9;
}

.bs-actions .wpcf7-submit:active {
	transform: translateY(1px);
}

.bs-actions .wpcf7-spinner {
	position: absolute !IMPORTANT;
}

.cf7sr-g-turnstile {
	text-align: right;
}

.bs-actions .wpcf7-submit {
	border-color: black;
	border-radius: 50px;
	color: #4C7CF9;
	padding: 8px 50px;
	background-color: transparent !important;
	margin: 0;
	cursor: pointer;
	-webkit-transition: all .16s ease-out;
	-moz-transition: all .16s ease-out;
	-o-transition: all .16s ease-out;
	transition: all .16s ease-out;
}

.bs-actions .wpcf7-submit:hover {
	border-color: #111;
	color: #4C7CF9;
	padding: 8px 70px;
	margin: 0;
}

/* Autofill Chrome/Safari */
.bs-field input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #fff inset;
	-webkit-text-fill-color: #222;
}

.grid-footer p:last-child {
	text-align: right;
}

/* Responsivo */
@media (max-width: 720px) {
	.bs-field {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.bs-label {
		font-size: 14px;
		color: #555;
	}

	.cidade-content {
		max-width: 100%;
	}

	.bs-field .wpcf7-form-control-wrap {
		width: 60%;
		max-width: 100%;
	}
}

.linha-4-contactos {
	padding: 0px 10%;
}

.linha-4-contactos h6 {
	font-family: "galano-bold";
	font-size: 34px;
	color: #4C7CF9;
	line-height: 39px;
	margin: 0 0 20px 0;
	padding: 0;
}


.grid-footer {
	display: flex;
	justify-content: space-between;
	width: 1400px;
	margin: auto;
	align-items: center;
	max-width: 100%;
	padding: 0px 20px;
}

/* ====== HERO CIDADE ====== */
/* ===== HERO FULL-BLEED (fora do container do tema) ===== */
.cidade-hero {
	position: relative;

	/* força largura total da janela, mesmo dentro de containers */
	width: 100vw;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;

	min-height: clamp(44vh, 62vh, 72vh);
	display: grid;
	place-items: center;
	background-image: var(--hero);
	background-size: cover;
	background-position: center;
	isolation: isolate;
}

.cidade-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35));
	z-index: 0;
}

.cidade-hero__inner {
	position: relative;
	z-index: 1;
	width: min(1100px, 92vw);
	margin-inline: auto;
	text-align: center;
}

.cidade-hero__title {
	margin: 0 0 .35rem;
	font-size: clamp(28px, 6vw, 64px);
	line-height: 1.05;
	color: #fff;
	font-weight: 800;
	text-shadow: 0 2px 12px rgba(0, 0, 0, .35);
}

.cidade-hero__excerpt {
	margin: 0;
	font-size: clamp(14px, 2.2vw, 20px);
	color: #fff;
	font-weight: 500;
	text-shadow: 0 2px 10px rgba(0, 0, 0, .35);
}

/* evita scroll horizontal nalguns temas ao usar 100vw */
html,
body {
	overflow-x: hidden;
}

/* conteúdo normal abaixo */
.cidade-content {
	width: min(1100px, 92vw);
	margin: 48px auto;
}

/* ===== Cidades por categoria ===== */

.cidade-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	/* centra sempre */
	gap: 20px;
	margin: 0 auto;
}

/* cada card */
.cidade-card {
	width: 200px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
	color: inherit;
	gap: 12px;
}

/* imagem circular com efeito de scale inicial */
.cidade-card__thumb {
	display: block;
	width: 200px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	overflow: hidden;
	background: #f2f4f7;
	transform: scale(0.8);
	transition: transform 0.5s ease-in-out;
}

.cidade-card__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease-in-out;
}

/* ao passar o rato */
.cidade-card:hover .cidade-card__thumb {
	transform: scale(1);
}

.cidade-card:hover .cidade-card__thumb img {
	transform: scale(1.06);
}

/* título */
.cidade-card__title {
	font-size: 15px;
	text-align: center;
}

h2.cidade-term__title {
	text-align: center;
	color: black;
	margin-top: 0 !important;
	margin-bottom: 50px;
}

.cidade-term {
	margin: 50px 0px 100px 0px !important;
}

.cidade-term:first-child {
	margin: 50px 0px 200px 0px !important;
}


/* responsivo */
@media (max-width: 768px) {
	.cidade-card {
		width: 130px;
	}

	.cidade-card__thumb {
		width: 130px;
	}
}

@media (max-width: 480px) {
	.cidade-card {
		width: 110px;
	}

	.cidade-card__thumb {
		width: 110px;
	}
}



/* altura fixa do slider */
.wev-slick {
	height: 30vh;
	min-height: 220px;
}

.wev-slick .slick-list {
	height: 100%;
}

.wev-slick .slick-dots {
	bottom: 5px;
}

.wev-slick .slick-dots {
	bottom: 5px;
}

.wev-slick .slick-dots li.slick-active button:before,
.hero-slick .slick-dots li.slick-active button:before {
	color: #4c7cf9;
}


@media (max-width: 768px) {
	.wev-slick {
		min-height: 180px;
	}
}

.wev-slick .slick-list,
.wev-slick .slick-track,
.wev-slick .wev-slide {
	height: 100%;
}

/* o slide ocupa toda a área */
.wev-slick .wev-slide {
	display: flex;
	/* garante que a imagem estica */
}

/* imagem cobre e corta o excedente */
.wev-slick .wev-slide-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* corta para preencher */
	object-position: center;
	/* centra o recorte */
	display: block;
}

.oQueEstaIncluido h2 {
	font-size: 34px;
	color: #161516;
	font-family: 'galano-bold';
}

.oQueEstaIncluido {
	margin: 50px 0px !important;
}

.oQueEstaIncluido h5 {
	font-size: 16px;
	color: #4c7cf9;
	font-family: 'galano-bold';
	margin-bottom: 5px;
}

.oQueEstaIncluido p {
	font-size: 16px;
	color: #161516;
	margin: 0 !important;
}

.programa-bloco {
	padding: 50px 0px 100px 0px;
}

.programa-bloco h3 {
	font-size: 22px;
	color: white;
	font-family: 'galano-bold';
	margin-bottom: 0;
}

.programa-bloco p {
	font-size: 18px;
	color: white;
	margin-top: 0;
}

.campo_sobre_campus h5 {
	font-family: 'galano-bold';
	text-align: center;
	max-width: 500px;
	width: 80%;
	margin: 50px auto 20px;
	color: #4c7cf9;
	font-size: 22px;
}

.campo_sobre_campus p {
	text-align: center;
	max-width: 500px;
	width: 80%;
	margin: 0 auto;
	color: #161416;
	font-size: 18px;
}

.campo_sobre_campus {
	margin-bottom: 100px !important;
}


/* container ocupa 100vw e centra o slider */
.hero-slick-container {
	--gutter: 16px;
	/* margem lateral do site */
	--container-max: 1220px;
	/* largura máxima do teu container */
	width: 100vw;
	margin-left: 50%;
	transform: translateX(-50%);
	margin-top: 35px;
	margin-bottom: 28px;
	overflow: visible;
}

/* cada slide tem a largura do container do site */
.hero-slick__item {
	width: min(var(--container-max), calc(100vw - 2*var(--gutter))) !important;
	padding: 0 10px;
}

.hero-slick__link {
	display: block;
	overflow: hidden;
}

.hero-slick__img {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center;
}

/* setas e dots */
.hero-slick .slick-prev {
	left: -4px;
	z-index: 2;
}

.hero-slick .slick-next {
	right: -4px;
	z-index: 2;
}

.row-filtros-home {
	display: block;
	width: 100%;
}

.hero-slick__link:focus,
.hero-slick__link:focus-visible,
.hero-slick .slick-slide:focus {
	outline: none !important;
}

.hero-slick .slick-dots {
	bottom: 10px;
}

.quadrado {
	padding: 150px 0px;
}

.cidade-hero__categoria {
	color: #fff;
	font-size: 1.2rem;
	margin-top: 8px;
	opacity: 0.9;
}





























/* HAMBURGER */

@media screen and (max-width:1101px) {

	#menu {
		display: none;
	}

	#mobile-menu {
		display: none;
	}

	#mobile-menu.open {
		display: block
	}

	.containerLang {
		display: none;
	}

	#logo-mobile,
	.mudaLangButton {
		display: block;
	}

}


.flex {
	display: flex;
	flex-direction: row;
}

.flex>div {
	margin-right: 20px;
	flex: 1 1 auto;

}

.full-height {
	width: 100%;
	display: flex;
	padding: 0;
}




/* SWIPER */


.swiper-container {
	width: 100%;
	height: 300px;
	margin: 100px 0 20px 0;

}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	flex-direction: column;

}

.swiper-slide img {
	max-width: 100%
}

.swiper2 {
	width: calc(100% - 60px);
	margin-left: 30px;
	height: 400px;
}

.swiper2>.swiper-pagination2 {
	position: absolute;
	bottom: 0px;
	text-align: center;
	z-index: 999;
}

.swiper2 h1 {
	font-family: "galano-bold";
	font-size: 50px;
	color: #4C7CF9;
	line-height: 65px;
}

.bloco-pre-texto h1 {
	font-family: 'galano-light';
	width: 792px;
	margin: auto;
	font-size: 27px;
	max-width: 90%;
	color: #4C7CF9;
	margin-bottom: 40px;
	line-height: 40px;
}

.bloco-pre-texto p {
	padding-bottom: 50px;
	font-family: 'galano-bold';
	font-size: 22px;
	color: #4C7CF9;
}

.blocoHomeDireita {
	display: inline-block !important;
}

.bloco-info-banner {
	padding: 10%;
}



@media screen and (max-width:950px) {
	.swiper2 h1 {
		font-size: 30px;
		line-height: 35px;
		max-width: 80%;
		margin: 0 auto 25px;
	}

}

.swiper2 .name {
	width: 100%;
	font-family: "galano-regular";
	font-size: 14px;
	color: #4C7CF9;
	line-height: 25px;
}

.bg-blue-50 h2 {
	color: #fff;
	font-family: "galano-bold";
	font-size: 26px;
	line-height: 35px;
}

.btn {
	color: #fff;
	padding: 18px 70px;
	border: 2px solid #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
	font-family: "galano-regular";
	font-size: 16px;
	color: #FFFFFF;

	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
		width: fit-content;

}

.btn:hover {
	padding: 18px 100px;
	letter-spacing: .1rem;
	color: #000;
}

/* PAGE — HOMEPAGE */


header {
	position: relative;
	z-index: 1;
	margin-top: -20px;
	width: 100%;
	overflow: auto;
	min-height: 300px;
	background-color: #4C7CF9;
	color: #fff;
	font-size: 16px;
}

header>#home-foto {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 50%;
	overflow-y: scroll;
	background-size: cover;
}

header>#home-content {
	margin-left: 50%;
	width: 50%;
	background-position: initial;

	background: transparent scroll no-repeat 0 0;
	background-position: 130% 130%;

	-webkit-transition: background-position 5s ease;
	-moz-transition: background-position 5s ease;
	-o-transition: background-position 5s ease;
	transition: background-position 5s ease;
}

.grid-full:hover #home-content {
	background-position: 100% 100%;
}

header>#home-content>h1 {
	font-family: 'galano-light';
	font-size: 30px;
	color: #FFFFFF;
	line-height: 51px;
	padding: 120px
}

.marginTopMinus-182 {
	margin-top: -182px
}

@media screen and (min-width:640px) and (max-width:960px) {
	.marginTopMinus-182 {
		margin-top: 0
	}

	.tab-marginTop-100 {
		margin-top: 100px;
	}

	header>#home-content>h1 {
		width: 100%;
		font-size: 22px;
		line-height: 32px;
		padding: 100px 80px
	}
}

@media screen and (max-width:640px) {

	header>#home-foto {
		width: 100%;
		z-index: -1;
		height: 280px;
	}

	header>#home-content {
		width: 100%;
		height: 280px;
		margin-left: 0;
		margin-top: 280px;
		z-index: 3
	}

	header>#home-content>h1 {

		font-size: 16px;
		line-height: 24px;
		padding: 40px 20px 20px 20px
	}
}




.bola {
	border-radius: 50%;
	background-color: #88ce02;
	position: relative;
	margin-top: 50%;
	margin-left: 50%;
	width: 230px;
	height: 230px;
	transform: translate(-50%, -50%);
	cursor: pointer;

	background: transparent url('/wp-content/uploads/2025/10/areas-jovens.png') scroll no-repeat center center;
	background-size: cover;
}

.verde {
	background-color: #88ce02;
	background-image: url('/wp-content/uploads/2025/10/areas-criancas.png');
}

.amarelo {
	background-color: #FCDC5A;
	background-image: url('/wp-content/uploads/2025/10/areas-jovens.png');
}

.vermelho {
	background-color: #FA464D;
	background-image: url('/wp-content/uploads/2025/10/areas-adultos.png');
}

.laranja {
	background-color: #FCA63F;
	background-image: url('/wp-content/uploads/2025/10/areas-empresas.png');
}

.vHR {
	width: 100%;
	text-align: center;
	margin-top: -54px !important;
}

.bola .inner {
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50%;
	height: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
	border-radius: 50%;
	color: #88ce02;
	opacity: 0;
	transition: opacity 0.4s ease, width 0.4s ease, transform 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.bola:hover .inner {
	opacity: 1;
	width: 45%;
	height: 45%;
	transform: translate(-50%, -50%) scale(1.1);
}

.bola span {
	position: absolute;
	text-align: center;
	width: 100%;
	height: 100%;
	top: 23%;
	font-size: 36px;
	font-weight: lighter;
	display: inline-block;
	/* necessário para transform */
	cursor: pointer;
	transition: transform 0.2s;
}

/* Efeito de salto ao hover */
.bola span:hover {
	animation: pular 0.5s ease;
}

@keyframes pular {
	0% {
		transform: translateY(0);
	}

	20% {
		transform: translateY(-20px);
	}

	/* sobe */
	40% {
		transform: translateY(0);
	}

	/* desce */
	60% {
		transform: translateY(-10px);
	}

	/* sobe menos */
	80% {
		transform: translateY(0);
	}

	/* desce */
	100% {
		transform: translateY(0);
	}
}

.verde span {
	color: #88ce02;
	color: #23C17C
}

.amarelo span {
	color: #FCDC5A
}

.vermelho span {
	color: #FA464D
}

.laranja span {
	color: #FCA63F
}

.area>a>h2 {
	font-family: "galano-bold";
	color: #161516;

	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;


}

.area:nth-child(1):hover>a>h2 {
	color: #23C17C;
}

.area:nth-child(2):hover>a>h2 {
	color: #FCDC5A;
}

.area:nth-child(3):hover>a>h2 {
	color: #FA464D;
}

.area:nth-child(4):hover>a>h2 {
	color: #FCA63F;
}

.area:hover>a>.note {
	opacity: 1;
}

.area h3 {
	font-family: "galano-bold";
	font-size: 34px;
	color: #4C7CF9;
	line-height: 39px;
}


#alunos-home p {
	font-family: "galano-regular";
	font-size: 20px;
	line-height: 1;
	text-align: center;
	color: rgba(255, 255, 255, 0.5);
	padding: 0;
	margin: 20px 0px 50px 0px;
}

#alunos-home h1 {
	font-size: 56px;
	line-height: 56px;
	font-family: "galano-bold";
	margin: 0;
	color: white;
	padding: 0;
}

.BSnumeros h2 {
	margin-left: 60px;
	font-family: "galano-bold";
	font-weight: normal;
	font-size: 42px;
	line-height: 1.22;
	color: #4c7cf9;
}

.enjoy {
	font-family: "galano-bold";
	font-weight: normal;
	font-size: 24px;
	letter-spacing: 0;
	text-align: center;
	color: #000;
	margin: 50px;
}



.grid-full.caixasDaHome {
	max-width: 1222px;
	margin: auto;
}

.caixa-linha {
	margin-bottom: 100px;
}

.texto-aling-caixa {
	margin-top: -50px;
}

.caixasDaHome a {
	display: flex;
	align-items: center;
	gap: 15px;
}

.caixasDaHome h3 {
	margin-bottom: 20px !important;
}

.top-stroke {
	width: 180%;
}

.container {
	width: 1400px;
	max-width: 100%;
}

.apr-col-text-2 {
	width: 466px;
	padding-left: 30px;
	max-width: 100%;
}

.curso-bolas {
	margin-top: 100px;
}

.main-localizacao {
	margin: 100px 25px;
}


body.criancas {
	background-image: url('/wp-content/uploads/2025/10/imagem_2025-10-31_154912517.png');
	background-repeat: no-repeat;
	background-position: right 100px;
	background-size: auto;
}

body.criancas .main-localizacao h3,
body.criancas .main-localizacao h1 {
	color: #23c17c;
}

.criancas .mini-menu a.current {
	border-bottom: 3px solid #23c17c;
}

.criancas .div-pai-formativo {
	background-color: #23c17c;
}

body.jovens {
	background-image: url('/wp-content/uploads/2025/10/imagem_2025-10-31_162503060.png');
	background-repeat: no-repeat;
	background-position: right 100px;
	background-size: auto;
}

body.jovens .main-localizacao h3,
body.jovens .main-localizacao h1 {
	color: #fcdc5a;
}

.jovens .mini-menu a.current {
	border-bottom: 3px solid #fcdc5a;
}

.jovens .div-pai-formativo {
	background-color: #fcdc5a;
}

body.adultos {
	background-image: url('/wp-content/uploads/2025/10/imagem_2025-10-31_162902475.png');
	background-repeat: no-repeat;
	background-position: right 100px;
	background-size: auto;
}

body.adultos .main-localizacao h3,
body.adultos .main-localizacao h1 {
	color: #fa464d;
}

.adultos .mini-menu a.current {
	border-bottom: 3px solid #fa464d;
}

.adultos .div-pai-formativo {
	background-color: #fa464d;
}


body.empresas {
	background-image: url('/wp-content/uploads/2025/10/imagem_2025-10-31_163524467.png');
	background-repeat: no-repeat;
	background-position: right 100px;
	background-size: auto;
}

body.empresas .main-localizacao h3,
body.empresas .main-localizacao h1 {
	color: #FCA63F;
}

.empresas .mini-menu a.current {
	border-bottom: 3px solid #FCA63F;
}

.empresas .div-pai-formativo {
	background-color: #FCA63F
}

.bloco-info {
	margin-right: 40px;
	margin-left: 40px;
}

body.empresas .main-localizacao .bloco-info h3 {
	margin-right: 0px;
	margin-left: 0px;
}

body.empresas .main-localizacao .bloco-info h3 {
	font-family: "galano-light";
	font-size: 24px;
	color: #FCA63F;
	line-height: 38px;
}

body.empresas .main-localizacao .bloco-info p {
	font-size: 14px;
	color: #FCA63F;
	line-height: 16px;
}

.titulo-online {
	width: 432px;
	margin: auto;
	max-width: 100%;
}

.titulo-online p {
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0px;
	margin: 30px 0px;
}

.bloco-1-online {
	margin: 100px 0px;
}

.bloco-1-online-text h3 {
	margin-bottom: 30px;
}

.bloco-1-online-text p {
	text-align: center;
	letter-spacing: 0px;
	color: #161516;
	opacity: 1;
	font-size: 18px;
	line-height: 24px;
	font-family: "galano-light";
}

.bloco-2-online {
	padding: 100px 0px;
}

.bloco-2-online h1,
.bloco-2-online h2,
.bloco-2-online h3,
.bloco-2-online h4,
.bloco-2-online h5,
.bloco-2-online h6,
.bloco-2-online p,
.bloco-2-online a {
	color: #fff;
}

.bloco-2-online h2 {
	margin-bottom: 30px;
	font-size: 26px;
	line-height: 30px;
}

.bloco-2-online p {
	font-family: "galano-light";
	font-size: 17px;
	line-height: 25px;
}

.bloco-2-online .vc_row.wpb_row.vc_inner.vc_row-fluid {
	display: flex;
	gap: 50px;
}

.bloco-2-online .vc_row.wpb_row.vc_inner.vc_row-fluid::before,
.bloco-2-online .vc_row.wpb_row.vc_inner.vc_row-fluid::after {
	display: none;
}

.bloco-2-online h3 {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 0 !important;
}

.bloco-2-online p.paragrafo-dentro-azul,
.bloco-2-online .titulo-horarios p,
.bloco-2-online p.paragrafo-dentro-azul a {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 18px;
}

.curso-borda {
	border-right: 1px solid white;
	padding-right: 20px !important;
}









.bloco-2-online>.wpb_column {
	width: 1200px;
	margin: auto;
	max-width: 90%;
}

.col-sobre-number .vc_col-sm-2 .wpb_raw_html {
	margin: auto;
}


.mini-menu a.current {
	border-bottom: 3px solid blue;
	padding-bottom: 5px;
	color: black;
}

.div-pai-formativo {
	position: relative;
	margin-top: -60px;
	background-color: #FCA63F;
	padding: 40px 40px;
	margin-right: 40px;
	margin-left: 40px;
	text-align: center;
}

.main-localizacao h1 {
	font-family: "galano-regular";
	font-size: 26px;
	color: black;
	line-height: 36px;
}

.main-localizacao h1 strong {
	font-size: 60px;
	font-family: "galano-bold";
	line-height: 65px;
}

.div-pai-formativo h2 {
	margin: 0px 0px 30px 0px;
	font-family: "galano-bold";
	font-size: 36px;
	color: #FFFFFF;
}

.main-localizacao h3 {
	width: 100%;
	max-width: 90%;
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 50px;
	font-family: "galano-light";
	font-size: 24px;
	color: black;
	line-height: 38px;
}

.mini-menu>.wpb_wrapper {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #999;
}

.mini-menu p,
.mini-menu a {
	margin-bottom: 0;
	font-family: "galano-regular";
	font-weight: normal;
	font-size: 14px;
	line-height: 1.79;
	color: #999;
}


























/* PAGE — SOBRE */

.title-light,
.title-light h1 {
	font-family: "galano-light";
	font-size: 100px;
	color: #4C7CF9;
	font-size: 36px;
	line-height: 51px;
	padding-bottom: 0
}

.title-bold {
	font-family: "galano-bold";
	font-size: 100px;
	color: #4C7CF9;
	font-size: 100px;
	line-height: 51px;
	padding-bottom: 0
}

.page-sobre h2 {
	font-family: "galano-bold";
	font-size: 34px;
	color: #161516;
	line-height: 39px;
}

.page-sobre #as-nossas-escolas {
	padding: 50px 0 100px 0;
	color: #fff;
	background: #4C7CF9 url('../../assets/img/pattern-full.png') scroll no-repeat center center;
	background-size: cover;

	-webkit-transition: background-position 1s ease-out;
	-moz-transition: background-position 1s ease-out;
	-o-transition: background-position 1s ease-out;
	transition: background-position 1s ease-out;
}

.page-sobre #as-nossas-escolas:hover {
	background-position: top center;
}



.page-sobre .swiper-container {
	width: 100%;
	height: 300px;
	margin: 0;
}

.page-sobre .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	flex-direction: column;

}

.page-sobre .swiper-slide img {
	max-width: 460px;
	height: 100%;
}

.page-sobre .swiper-container {
	width: 100%;
	float: left;
}


.page-sobre .swiper2 {
	width: calc(100% - 60px);
	margin-left: 30px;
}


.page-sobre .separator-100 {
	width: 100%;
	height: 100px;
	float: left;
}

.page-sobre .swiper3>.swiper-pagination {
	position: absolute;
	bottom: 20px;
}

.page-sobre .navigation3 {
	float: left;
	position: relative;
	top: 100px;
	width: 100px;
	height: 30px;

}

@media screen and (min-width:320px) and (max-width:639px) {

	.page-sobre .title-light {
		margin: 0;
		padding: 0;
		font-size: 20px;
		line-height: 30px;
	}

	.page-sobre h2 {

		font-size: 20px;
		line-height: 30px;
	}

	.page-sobre .pad-mobile-left-60 {
		padding-left: 60px;
	}

}


/*  PAGE - CURSOS NO ESTRANGEIRO */

.page-cursos-no-estrangeiro h1.strong {
	margin-bottom: 50px;

	font-size: 26px;
	color: #161516;
	line-height: 36px;
}

.cidade h3 {
	font-family: "galano-regular";
	font-size: 18px;
	color: #161416;
	line-height: 25px;
}

.cidade:hover h3 {
	color: #4C7CF9;
}

.page-cursos-no-estrangeiro #outros * {
	color: #fff;
}

.vert-separator {
	margin-top: 10px;
}

#outros ul {
	list-style-image: url('../../user/img/bullet.png');
	list-style-position: outside;
	margin-left: 0;
	padding-left: 0
}

#outros ul li {
	font-family: "galano-light";
	padding-left: -10px;
	margin-bottom: 20px;

	font-size: 17px;
	color: #FFFFFF;
	line-height: 25px;
}

#outros p {
	font-family: "galano-light";
	font-size: 17px;
	color: #FFFFFF;
	line-height: 25px;
}

@media screen and (min-width:320px) and (max-width:639px) {

	.page-cursos-no-estrangeiro .title-light {
		margin: 0;
		padding: 0;
		font-size: 20px;
		line-height: 30px;
	}

	.page-cursos-no-estrangeiro h2 {

		font-size: 20px;
		line-height: 30px;
	}

	.page-cursos-no-estrangeiro .swiper-slide h1 {
		font-size: 30px !important;
	}
}

.page-exames div.section1 {
	width: 90%;
	max-width: 1320px;
	margin: 120px auto;
}

.page-exames div.section1 .sectionPart1 {
	display: inline-block;
	width: 30%;
	vertical-align: middle;
	margin: 0 10%;
}

.page-exames div.section1 .sectionPart1>h4 {
	font-size: 24px;
	line-height: 1.4;
}

.page-exames div.section1 .sectionPart2 {
	display: inline-block;
	width: 50%;
	vertical-align: middle;
}

.page-exames div.section1 .sectionPart2>img {
	width: 100%;
}

@media screen and (min-width:320px) and (max-width:639px) {
	.page-exames div.section1 {
		margin: 0 auto 50px;
	}

	.page-exames div.section1 .sectionPart1 {
		width: 100%;
		margin: 25px auto;
	}

	.page-exames div.section1 .sectionPart2 {
		width: 100%;
		margin: 25px auto;
	}
}

/*
font-family:'galano-bold';
font-family:'galano-regular';
font-family:'galano-light';
*/

.page-exames div.section2 {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto 100px;
}

.page-exames div.section2>div {
	display: inline-block;
	vertical-align: top;
}

.page-exames div.section2 .sectionPart1 {
	width: 30%;
	margin-right: 5%;
}

.page-exames div.section2 .sectionPart1 h2 {
	font-family: 'galano-bold';
	font-size: 26px;
	margin-top: 0;
	color: black;
}

.page-exames div.section2 .sectionPart2 {
	width: 40%;
	margin-right: 5%;
	position: relative;
}

.page-exames div.section2 .sectionPart2 h4 {
	margin-top: 0;
	margin-bottom: 5px;
	color: #4c7cf9;
	font-family: 'galano-bold';
}

.page-exames div.section2 .sectionPart2 p {
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 32px;
	font-family: 'galano-regular';
}

.page-exames div.section2 .sectionPart2 p:last-child {
	margin-bottom: 0;
}

.page-exames div.section2 .sectionPart2>div {
	vertical-align: top;
	border-right: 2px solid #4c7cf9;
}

.page-exames div.section2 .sectionPart2 .barraPartTop {
	position: absolute;
	height: 2px;
	width: 11px;
	background-color: #4c7cf9;
	top: 0;
	right: 0;
}

.page-exames div.section2 .sectionPart2 .barraPartBottom {
	position: absolute;
	height: 2px;
	width: 11px;
	background-color: #4c7cf9;
	bottom: 0;
	right: 0;
}

.page-exames div.section2 .sectionPart3 {
	width: 20%;
}

.page-exames div.section2 .sectionPart3 h5 {
	font-family: 'galano-bold';
	color: #4c7cf9;
	font-size: 24px;
	text-decoration: underline;
	margin: 30px 0 0;
	line-height: 1.4;
}


@media screen and (min-width:320px) and (max-width:639px) {
	.page-exames div.section2 .sectionPart1 {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.page-exames div.section2 .sectionPart2 {
		width: 65%;
		margin-right: 5%;
	}

	.page-exames div.section2 .sectionPart3 {
		width: 30%;
	}
}




.page-exames div.section3 {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto 120px;
}

.page-exames div.section3>div {
	display: inline-block;
	vertical-align: top;
}

.page-exames div.section3 .sectionPart1 {
	width: 30%;
	margin-right: 5%;
}

.page-exames div.section3 .sectionPart1 h2 {
	font-family: 'galano-bold';
	font-size: 20px;
	margin-top: 0;
	color: black;
}

.page-exames div.section3 .sectionPart2 {
	margin-right: 10%;
}

.page-exames div.section3 .sectionPart2 h4 {
	margin-top: 0;
	margin-bottom: 5px;
	color: #4c7cf9;
	font-family: 'galano-bold';
}

.page-exames div.section3 .sectionPart2 p {
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 32px;
	font-family: 'galano-regular';
}

.page-exames div.section3 .sectionPart2 p:last-child {
	margin-bottom: 0;
}

.page-exames div.section3 .sectionPart3 h4 {
	margin-top: 0;
	margin-bottom: 5px;
	color: #4c7cf9;
	font-family: 'galano-bold';
}

.page-exames div.section3 .sectionPart3 p {
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 32px;
	font-family: 'galano-regular';
}

.page-exames div.section3 .sectionPart3 p:last-child {
	margin-bottom: 0;
}


@media screen and (min-width:320px) and (max-width:639px) {
	.page-exames div.section3 .sectionPart1 {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.page-exames div.section3 .sectionPart2 {
		width: 65%;
		margin-right: 5%;
	}

	.page-exames div.section3 .sectionPart3 {
		width: 30%;
	}
}




.page-exames div.section4 {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto 120px;
	background-color: #4c7cf9;
	padding: 120px 100px;
}

.page-exames div.section4>div {
	display: inline-block;
	vertical-align: middle;
}

.page-exames div.section4>div h4 {
	color: white;
	font-size: 26px;
	font-family: 'galano-bold';
	margin-bottom: 25px;
	margin-top: 0;
}

.page-exames div.section4>div p {
	color: white;
	font-size: 16px;
	font-family: 'galano-light';
	position: relative;
	margin: 0 0 15px;
}

.page-exames div.section4>div p:last-child {
	margin-bottom: 0;
}

.page-exames div.section4>div p span {
	position: absolute;
	left: -30px;
}

.page-exames div.section4>.sectionPart1 {
	width: 45%;
}

.page-exames div.section4>.sectionPart2 {
	width: 20%;
	text-align: center;
}

.page-exames div.section4>.sectionPart3 {
	width: 35%;
}


@media screen and (min-width:320px) and (max-width:639px) {
	.page-exames div.section4 .sectionPart1 {
		width: 100%;
		margin-bottom: 50px;
	}

	.page-exames div.section4 .sectionPart2 {
		display: none;
	}

	.page-exames div.section4 .sectionPart3 {
		width: 100%;
	}
}



.page-exames div.section5 {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto 120px;
}

.page-exames div.section5 .sectionPart1 {
	vertical-align: middle;
	display: inline-block;
	width: 35%;
	margin-right: 5%;
	text-align: center;
}

.page-exames div.section5 .sectionPart1 img {
	max-width: 250px;
}

.page-exames div.section5 .sectionPart2 {
	vertical-align: middle;
	display: inline-block;
	width: 60%;
}

.page-exames div.section5 .sectionPart2 h3 {
	font-family: 'galano-bold';
	font-size: 26px;
	margin: 0 0 5px;
	line-height: 1.4;
}

.page-exames div.section5 .sectionPart2 p {
	font-family: 'galano-regular';
	font-size: 16px;
	margin: 0 0 35px;
}

.page-exames div.section5 .sectionPart2 a {
	font-family: 'galano-bold';
	font-size: 24px;
	margin: 0;
}

.page-exames div.section5 .sectionPart2 a:hover {
	text-decoration: underline;
}


@media screen and (min-width:320px) and (max-width:639px) {
	.page-exames div.section5 .sectionPart1 {
		width: 90%;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 50px;
	}

	.page-exames div.section5 .sectionPart2 {
		width: 90%;
		margin: 0 auto;
		text-align: center;
	}

	.page-exames div.section5 .sectionPart2 h3 {
		margin-bottom: 25px;
	}
}


.page-exames div.section6 {
	text-align: center;
	padding: 80px 0 100px;
	width: 100%;
	background-color: rgba(76, 124, 249, 0.5);
}

.page-exames div.section6 h3 {
	font-family: 'galano-bold';
	font-size: 26px;
	color: white;
	margin: 0 0 28px;
}

.page-exames div.section6 a {
	font-family: 'galano-regular';
	color: white;
}



@media screen and (min-width:320px) and (max-width:639px) {}































/* PAGE - TEATRO */


.page-teatro #banner {
	background: #4C7CF9 url('../../user/img/foto-header-teatro.jpg') no-repeat scroll top left;
	background-size: cover;
	height: 520px;
}

.page-teatro #banner div div h1 {
	font-family: "galano-bold";
	font-size: 45px;
	color: #fff;
	line-height: 55px;
	margin-top: 100px;
}

.page-teatro #banner div div p {
	text-align: center;
	font-family: "galano-regular";
	font-size: 20px;
	color: #fff;
	line-height: 28px;
	margin-top: 60px;
}

.page-teatro #banner div div h2 {
	text-align: center;
	font-family: "galano-bold";
	font-size: 18px;
	color: #fff;
	line-height: 25px;
	margin-top: 100px;
}


.page-teatro h4 {
	font-family: "galano-bold";
	font-size: 30px;
	color: #4C7CF9;
	line-height: 36px;

	margin: 20px 0;
	padding: 0;
}

.page-teatro h5 {
	font-family: "galano-bold";
	font-size: 30px;
	color: #161416;
	line-height: 36px;
	margin: 0;
	padding: 0;
}

.masonry {

	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	column-count: 2;
	column-gap: 1em;
	margin-top: -100px;
}

.item {
	/*border: 1px solid #6246ED;*/
	display: inline-block;
	margin: 0 0 1em 0;
	padding: 20px;
	width: 100%;
}

.masonry .item h3 {
	font-family: "galano-bold";
	font-size: 34px;
	color: #4C7CF9;
	line-height: 39px;
	margin-top: 30px;
}

.masonry .item div p.blue {
	font-family: "galano-regular";
	font-size: 16px;
	color: #4C7CF9;
	line-height: 22px;
}

.masonry .item div p.title {
	font-family: "galano-regular";
	font-size: 22px;
	color: #4C7CF9;
	line-height: 32px;
}



@media screen and (min-width:320px) and (max-width:639px) {
	.page-teatro .col-7-10 {
		width: 60% !important;
		margin-left: 10%;
	}

	.masonry {
		margin-top: 50px;
		column-count: 1;
		column-gap: 0;
	}

	.page-teatro .item {
		width: 100%;
		margin: 0 !important;
		padding: 0 !important;
	}

	.page-teatro .separator-100,
	.page-teatro .separator-200,
	.page-teatro .separator-300,
	.page-teatro .separator-400 {
		display: none !important
	}


}



/* PAGE - TEATRO INTERIOR */

.page-teatro-interior .titulo {
	color: #4C7CF9;
	font-family: 'galano-bold';
	font-size: 18px;
	color: #4C7CF9;
	line-height: 25px;
}

.page-teatro-interior .voltar-btn {
	vertical-align: 1px;
	width: 5px
}


/* PAGE - ESCOLAS */
.page-escolas h2 {
	font-family: "galano-bold";
	font-size: 34px;
	color: #161516;
	line-height: 39px;
}

.page-escolas a {
	color: #fff;
}

.page-escolas a:hover {
	color: #111 !important;
}

.page-escolas #bg-pattern {
	background: #4C7CF9 url('../../assets/img/pattern.png') scroll no-repeat right -50px top -40px;

	-webkit-transition: background-position 2.5s ease-in-out;
	-moz-transition: background-position 2.5s ease-in-out;
	-o-transition: background-position 2.5s ease-in-out;
	transition: background-position 2.5s ease-in-out;
}

.page-escolas #bg-pattern:hover {
	background-position: right 1px top 1px;
}

/* PAGE - CONTACTOS */

#map {
	height: 400px;
}

.page-contactos h1 {
	font-family: "galano-bold";
	font-size: 45px;
	color: #4C7CF9;
	line-height: 55px;
}


.page-contactos li {
	font-weight: normal;
	font-family: "galano-regular";
	font-size: 14px;
	color: #161416;
	letter-spacing: 0px;
	line-height: 25px;
}

.page-contactos li a {
	color: #161416;
}

.page-contactos li a:hover {
	color: #4C7CF9;
}

.page-contactos li.active a {
	font-weight: normal;
	font-family: "galano-bold";
	font-size: 14px;
	color: #4C7CF9;
	letter-spacing: 1px;
	line-height: 25px;
	list-style-image: url('../../user/img/bullet.png');
	list-style-position: outside;
}

.page-contactos .title {
	font-family: "galano-bold";
	font-size: 14px;
	color: #4C7CF9;
	line-height: 25px;
}

.page-contactos h3 {
	font-family: "galano-light";
	font-size: 20px;
	color: #4C7CF9;
	letter-spacing: 0px;
	line-height: 28px;
	margin: 0;
	padding: 0;
}

.page-contactos h4 {
	font-family: "galano-bold";
	font-size: 26px;
	color: #4C7CF9;
	letter-spacing: 0px;
	line-height: 35px;
	margin: 0;
	padding: 0;
}


.page-contactos h5 {
	font-family: "galano-bold";
	font-size: 26px;
	color: #FFFFFF;
	line-height: 35px;
}

.page-contactos #newsletterMail,
#mce-EMAIL {
	color: #fff;
	padding: 8px 20px;
	border: 2px solid #fff;

	-webkit-border-top-left-radius: 50px;
	-webkit-border-bottom-left-radius: 50px;
	-moz-border-radius-top-left: 50px;
	-moz-border-radius-bottom-left: 50px;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;

	font-family: "galano-regular";
	font-size: 16px;
	color: #FFFFFF;
	margin: 0 0 50px 0;
	border-right: 0;
}

.page-contactos #newsletterButton,
#mc-embedded-subscribe {
	-webkit-border-top-right-radius: 50px;
	-webkit-border-bottom-right-radius: 50px;
	-moz-border-radius-top-right: 50px;
	-moz-border-radius-bottom-right: 50px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	padding: 8px 20px;
	border: 2px solid #fff;
	font-family: "galano-regular";
	font-size: 16px;
	color: #FFFFFF;
	margin: 0 0 50px 0;
	padding: 8px 30px;
	border-left: 0;
	cursor: pointer;
	background: transparent url("../../assets/img/submit-ico.png") no-repeat scroll center left;

	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.page-contactos #newsletterButton:hover,
#mc-embedded-subscribe:hover {
	color: #111;
	padding-left: 40px;
	padding-right: 40px;
}

.page-contactos h6 {
	font-family: "galano-bold";
	font-size: 34px;
	color: #4C7CF9;
	line-height: 39px;
	margin: 0 0 20px 0;
	padding: 0;
}

.page-contactos .row {
	border-top: 1px solid #dcdcdc;
	padding-top: 20px;
}

/* form */
.page-contactos form .row {
	overflow: hidden;
	border-top: 1px solid #dcdcdc;
	padding: 20px 0;
	font-family: "galano-light";
}

.page-contactos form label {
	cursor: pointer;
	padding-top: 10px;
	font-family: "galano-light";
}

.page-contactos form input[type=text] {
	width: calc(66% - 60px);
	padding: 10px 16px;
	font-family: "galano-light";
	border: 1px solid transparent;
	background-color: transparent;
	outline: none;
}

.page-contactos form input[type=text]:focus {
	border: 1px solid transparent;
	background-color: #f9f9f9;
}

.page-contactos form textarea {
	width: 58%;
	padding: 10px 16px;
	height: 200px
}

.page-contactos form .btn {
	border-color: #4C7CF9;
	color: #4C7CF9;
	padding: 8px 50px;
	margin: 0;
	cursor: pointer;
	-webkit-transition: all .16s ease-out;
	-moz-transition: all .16s ease-out;
	-o-transition: all .16s ease-out;
	transition: all .16s ease-out;
}

.page-contactos form .btn:hover {
	border-color: #111;
	color: #4C7CF9;
	padding: 8px 70px;
	margin: 0;
}

@media screen and (min-width:320px) and (max-width:639px) {
	.page-contactos form input[type=text] {
		width: 100%;
	}

	.page-contactos form textarea {
		width: 100%;
		height: 200px
	}

	.page-contactos #newsletterMail,
	#mce-EMAIL {
		background-image: none;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px;
		border: 2px solid #fff;
		text-align: center;
	}

	.page-contactos #newsletterButton,
	#mc-embedded-subscribe {
		background-image: none;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px;
		border: 2px solid #fff;

	}
}

/* PAGE - HOMEPAGE */
img {
	width: 100%;
}

.alinha h3 {
	margin-top: -10px;
}

.stroke {
	border-top: 2px solid #4C7CF9;
	width: 30%;
	margin-left: -45%;
	margin-top: 100px;
}

.top-stroke {
	border-top: 2px solid #4C7CF9;
	z-index: 999;
	margin-bottom: 60px;
}

h3 {
	font-family: "galano-bold";
	font-size: 34px;
	color: #4C7CF9;
	line-height: 39px;
	margin-bottom: 0;
}

.z-index-1 {
	z-index: -1;
	position: relative;

}

.cruz {

	-webkit-transition: background-position 1s ease;
	-moz-transition: background-position 1s ease;
	-o-transition: background-position 1s ease;
	transition: background-position 1s ease;

}

.mais:hover .grupo {
	stroke-width: 2;
}

.mais:hover .cruz {
	stroke-width: 4;
}

.alinha span {
	margin-left: 22px;
	padding-top: 50px;
	color: #4C7CF9;
}


.full-height {
	width: 100%;
	display: flex;
	padding: 0;
}

.foto-bg-home {
	width: 100%;
	min-height: 650px;
	background-size: cover;
	display: flex;
	padding: 0;
}

.align-middle {
	width: 100%;
	display: flex;
	padding: 0;
	align-items: center;
}

.width-50 {
	width: 50%;
}






/* ***************
***** MOBILE *****
*************** */
@media screen and (min-width:320px) and (max-width:639px) {

	/*.full-height h1 {
		font-family: "galano-light";
		font-weight: normal;
		padding: 30px;
		font-size: 24px;
		margin-top: 50px;
	}*/
	.full-height {
		display: block;
	}

	.foto-bg-home {
		min-height: 350px;
	}

	.align-middle .center {
		width: 100%;
	}

	.width-50 {
		width: 100%;
	}

	.tituloBanner h1 {
		padding: 0px;
		padding-bottom: 10px;
		font-family: 'galano-bold';
		font-size: 34px;
		line-height: 42px;
		width: 360px;
		max-width: 100%;
		color: white;
	}

	.tituloBanner p {
		padding: 0px;
		padding-bottom: 100px;
		font-family: 'galano-light';
		font-size: 18px;
		text-align: left;
		color: white;
		letter-spacing: 0px;
		color: #FFFFFF;
		opacity: 1;
		line-height: 25px;
		width: 280px;
		max-width: 90%;
	}

	.linkBanner {
		position: absolute;
		bottom: 50px;
	}

}

@media screen and (max-width:319px) {


	.foto-bg-home {
		min-height: 350px;
	}




}


/* ***************
***** TABLET *****
*************** */
@media screen and (min-width:640px) and (max-width:959px) {



	.tituloBanner h1 {
		padding: 0px;
		padding-bottom: 10px;
		font-family: 'galano-bold';
		font-size: 36px;
		line-height: 42px;
		width: 360px;
		max-width: 100%;
		color: white;
	}

	.tituloBanner p {
		padding: 0px;
		padding-bottom: 50px;
		font-family: 'galano-light';
		font-size: 18px;
		text-align: left;
		letter-spacing: 0px;
		color: #FFFFFF;
		opacity: 1;
		line-height: 25px;
		width: 280px;
		max-width: 90%;
		color: white;
	}

	.linkBanner {
		position: absolute;
		bottom: 50px;
	}
}


/* ****************
***** DESKTOP *****
**************** */
@media screen and (min-width:960px) {

	
	.full-height h1 {
		font-family: "galano-light";
		font-weight: normal;

		padding: 100px;
		font-size: 30px;

	}

	.tituloBanner h1 {
		padding: 0px;
		padding-bottom: 10px;
		font-family: 'galano-bold';
		font-size: 34px;
		line-height: 42px;
		width: 360px;
		max-width: 100%;
		color: white;
	}

	.tituloBanner p {
		padding: 0px;
		padding-bottom: 50px;
		font-family: 'galano-light';
		font-size: 18px;
		text-align: left;
		letter-spacing: 0px;
		color: #FFFFFF;
		opacity: 1;
		line-height: 25px;
		width: 280px;
		max-width: 90%;
		color: white;
	}

	.linkBanner {
		position: absolute;
		bottom: 50px;
	}
}

















.page-inscricao {
	background-color: rgba(75, 123, 249, 0.05);
	width: 100%;
}

.page-inscricao>div {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

.page-inscricao form {
	max-width: 1000px;
	margin: 0 auto;
}

.page-inscricao form input,
.page-inscricao form textarea {
	padding: 5px 10px;
	background-color: white;
	border: solid 1px #cbc9c9;
	border-radius: 5px;
}

.page-inscricao form hr {
	border: none;
	height: 1px;
	background-color: #cbc9c9;
	margin: 50px auto;
}

.formLineTitle h1 {
	font-size: 34px;
	color: #4c7cf9;
	font-family: 'galano-bold';
	padding-top: 80px;
	margin-top: 0;
	margin-bottom: 0;
}

.formLineTitle h4 {
	font-size: 34px;
	color: #4c7cf9;
	margin-top: 0;
	margin-top: 0;
	margin-bottom: 50px;
}


.formLine {
	display: block;
	width: 80%;
	margin: 0 auto 10px;
}

.formLine label {
	line-height: 2;
	font-size: 14px;
	color: #161416;
	font-family: 'galano-light';
}

.formLine input[type='text'],
.formLine textarea {
	width: 100%;
}


.formPart1,
.formPart2,
.formPart3 {
	display: inline-block;
	vertical-align: top;
}

.formPart2,
.formPart3 {
	margin-left: 4%;
}







.formLine2 .formPart1,
.formLine3 .formPart1,
.formLine13 .formPart1,
.formLine14 .formPart1,
.formLine16 .formPart1,
.formLine17 .formPart1 {
	width: 60%;
	display: inline-block;
}

.formLine2 .formPart1 input[type='text'],
.formLine3 .formPart1 input[type='text'],
.formLine5 .formPart1 input[type='text'],
.formLine13 .formPart1 input[type='text'],
.formLine14 .formPart1 input[type='text'],
.formLine16 .formPart1 input[type='text'],
.formLine17 .formPart1 input[type='text'] {
	width: 100%;
}

.formLine2 .formPart2,
.formLine3 .formPart2,
.formLine13 .formPart2,
.formLine14 .formPart2,
.formLine16 .formPart2,
.formLine17 .formPart2 {
	width: 35%;
	display: inline-block;
}

.formLine2 .formPart2 input[type='text'],
.formLine3 .formPart2 input[type='text'],
.formLine5 .formPart2 input[type='text'],
.formLine13 .formPart2 input[type='text'],
.formLine14 .formPart2 input[type='text'],
.formLine16 .formPart2 input[type='text'],
.formLine17 .formPart2 input[type='text'] {
	max-width: 100%;
}







.formLine4 .formPart1,
.formLine4 .formPart3 {
	width: 130px;
}

.formLine4 .formPart2 {
	width: 190px;
}




.formLine5 .formPart1 {
	display: inline-block;
	width: 30%
}

.formLine5 .formPart2 {
	display: inline-block;
	width: 30%;
	min-width: 170px;
}

.formLine5 .formPart3 {
	display: inline-block;
	width: 30%;
	min-width: 150px;
}

.formLine6 .formPart1 {
	display: inline-block;
	width: 30%
}

.formLine6 .formPart2 {
	display: inline-block;
	width: 30%;
	min-width: 170px;
}

.formLine6 .formPart3 {
	display: inline-block;
	width: 30%;
	min-width: 150px;
}

/*habilitacoes literarias*/
.formLine7 .formPart1 {
	width: 35%;
	display: inline-block;
}

.formLine7 .formPart2 {
	width: 60%;
	display: inline-block;
}


.formLine8>div>label:first-of-type {
	margin-right: 20px;
}

.formLine8>div>input {
	width: 20px;
}



.formLine9 label {
	margin-right: 50px;
}

.formLine9 select {
	font-size: 13px;
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid #cbc9c9;
	border-radius: 5px;
	outline: none;
	-webkit-appearance: none;
	appearance: none;

	background: white;
}




.formLine11 .formPart1 {
	width: 100%;
}

.formLine11 .formPart1 label {
	width: 45%;
	margin-right: 4%;
	display: inline-block;
}

.formLine11 .formPart1 input {
	width: 50%;
	display: inline-block;
}

.formLine19 .formPart1 {
	width: 100%;
}

.formLine19 .formPart1 textarea {
	width: 60%;
}


.formLine20 .formPart1 {
	width: 100%;
}

.formLine20 .formPart1>div {
	width: 60% !important;
	margin-right: 5%;
	display: inline-block;
	vertical-align: top;
}




.formLine21 {
	margin-bottom: 0;
}

.formLine21 .btn {
	transition: background-color .3s ease-in-out, color .3s ease-in-out;
	cursor: pointer;
	padding: 8px 50px;
	color: #4c7cf9;
	border-color: #4c7cf9;
	margin-top: 0;
	margin-bottom: 120px;
}

.formLine21 .btn:hover {
	background-color: #4c7cf9;
	color: white;
}



#sucesso {
	display: none;
	padding: 150px 0;
}


.testemunho-bloco .wpb_content_element{
	margin-bottom: 0px !important;
}


.breve-desc h3{
	font-size: 2vw;
}

@media screen and (max-width:415px) {

	.formLine2 .formPart1,
	.formLine3 .formPart1,
	.formLine13 .formPart1,
	.formLine14 .formPart1,
	.formLine16 .formPart1,
	.formLine17 .formPart1,
	.formLine2 .formPart2,
	.formLine3 .formPart2,
	.formLine13 .formPart2,
	.formLine14 .formPart2,
	.formLine16 .formPart2,
	.formLine17 .formPart2,
	.formLine5 .formPart1,
	.formLine5 .formPart2,
	.formLine5 .formPart3,
	.formLine11 .formPart1 label,
	.formLine11 .formPart1 input,
	.formLine8>div>label:first-of-type,
	.formLine20 .formPart1>div,
	.formLine18 .formPart1>label:first-of-type {
		width: 100% !important;
		margin-left: 0px;
		display: block;
	}

	.page-inscricao form .formLine18 input {
		display: inline-block;
		width: 10%;
	}

	.page-inscricao form .formLine18 label {
		width: 78%;
		display: inline-block;
	}

}



@media (max-width: 640px) {
	
.breve-desc h3{
	line-height: 20px;
}

    .cidade-card{
		width: 100%;
	}

.cidade-card__thumb{
	width: 80%;
}

	.escolas-por-regiao {
		gap: 20px;
		margin: 50px 0px !important;
	}

	.div-pai-formativo {
		padding: 30px 20px;
	}

	.main-localizacao {
		margin: 50px 0px;
	}

	.linha-1-contactos {
		display: block;
		align-items: center;
	}

	.idades-cursos h1 {
		font-size: 26px;
		line-height: 30px;
	}

	.idades-cursos h3 {
		margin-top: 0 !important;
	}

	.bg-blue.pad-100 .vc_col-sm-5 {
		padding-left: 0% !important;
	}

	.para-proj {
		padding: 30px !important;
	}

	.pecas .vc_col-sm-5 {
		margin-bottom: 100px !important;
	}

	#outros svg {
		display: none !important;
	}

	#outros .pad-100 {
		padding: 75px 40px !important;
		float: none !important;
	}

	#outros.vc_row {
		margin: auto !important;
		background-color: #4c7cf9;
		margin: 0px -30px !important;
	}

	.estilo_cidade figure,
	.estilo_cidade figure div,
	.estilo_cidade figure img,
	.estilo_cidade figure a {
		width: 80%;
	}

	.cursos-no-estrangeiro .apr-sobre {
		margin: -30px auto 20px auto !important;
	}

	.section2 .wpb_text_column>.wpb_wrapper p {
		max-width: 90%;
	}

	.section2 .vc_col-sm-6>.vc_column-inner>.wpb_wrapper::before,
	.section2 .vc_col-sm-6>.vc_column-inner>.wpb_wrapper::after {
		width: 4%;
	}


	.section3.section2 .vc_col-sm-6 {
		width: 100%;
	}

	.exame-marker.col-sobre-number {
		padding: 20px !important;
	}

	.exame-marker.col-sobre-number .class-align-exame h4,
	.exame-marker.col-sobre-number .class-align-exame p {
		margin-left: 20px;
	}

	.section5 {
		display: block;
	}

	.section5 .vc_col-sm-7 .vc_column-inner {
		width: 85%;
		margin: auto;
		text-align: center;
	}

	.section5 h3 {
		margin-bottom: 50px;
	}

	.section2 h2 {
		margin-bottom: 50px !important;
	}

	.bloco-1-online {
		padding: 0px 5px;
		margin: 75px 0px;
	}

	.sectionPart1 {
		padding: 0px 10px;
	}

	.exame-bloco-1 h4 {
		width: 100%;
		max-width: 100%;
	}

	main#main {
		padding: 0px 5px;
	}

	.section3.section2 {
		margin: 100px -15px;
	}

	.curso-borda {
		border-right: none;
		padding-right: 25px !important;
	}

	.quote-content-testemunho {
		margin-top: 30px !important;
	}

	.col-sobre-number p {
		padding: 0px 30px;
	}

	.col-sobre-number {
		width: 100%;
		margin: 20px auto 75px !important;
		padding: 0 !important;
		float: unset !important;
	}

	.titulo-online p,
	.bloco-1-online-text p,
	.bloco-2-online p,
	.cartaz-banner p {
		font-size: 16px;
		line-height: 20px;
		letter-spacing: 0px;
		margin: 20px 0px;
	}

	.div-pai-formativo select {
		max-width: 100%;
	}

	.linha-contactos .caixa-contacto>.vc_column-inner {
		padding: 50px 0px;
	}

	.main-cidade {
		margin: 0px 15px;
	}

	.cartaz-banner p {
		padding: 0 5%;
		line-height: 26px;
	}

	.segundoBloco {
		text-align: left !important;
	}

	.titulo-online h2,
	.bloco-1-online-text h3,
	.bloco-2-online h2,
	.quote-content-testemunho p,
	.exame-bloco-1 h4,
	.cartaz-banner h1,
	.div-pai-formativo h2 {
		font-size: 20px;
		line-height: 24px;
	}

	.caixa-linha-2,
	.caixa-linha-4 {
		display: grid;
	}

	.caixa-linha-2 .vc_col-sm-3,
	.caixa-linha-4 .vc_col-sm-3 {
		order: 2;
	}

	.caixa-linha-2 .vc_col-sm-5,
	.caixa-linha-4 .vc_col-sm-5 {
		order: 1;
	}

	.col-sobre-number {
		width: 100%;
		float: unset !important;
	}

	.bloco-2-online .vc_row.wpb_row.vc_inner.vc_row-fluid {
		display: block;
	}

	.bloco-2-online {
		padding: 50px 0px;
	}

	.col-sobre-number svg {
		display: none !important;
	}

	.sobre-carroucel-pe {
		width: 100%;
		padding: 0px 10px;
	}

	#alunos-home {
		flex-direction: column-reverse;
	}

	.conteudo-numeros {
		width: 100% !important;
		margin: auto !important;
		margin-bottom: 50px !important;
	}

	.BSnumeros h2 {
		margin-left: 0px;
		font-size: 30px;
		text-align: center;
		line-height: 1.2;
	}

	.grid-full.caixasDaHome {
		padding: 0;
	}

	.menu-aberto #logo-aberto {
		display: block;
		opacity: 1;
	}

	.menu-aberto #logo {
		display: none;
	}

	body.menu-aberto {
		height: 100dvh;
		overflow: hidden;
	}

	.lado1 {
		z-index: 15;
	}

	#mobile-menu {
		width: 100vw;
		right: 100%;
	}

	.altura-banners .vc_column-inner {
		min-height: 50vh;
		background-size: contain;
		padding: 0px 30px !important;
	}

	#mobile-menu a.item-menu {
		line-height: 50px;
		padding-left: 35px;
		font-size: 26px;
		display: inline-table;
	}

	.centraAlturaMenu {
		position: absolute;
		top: 40%;
		left: 0px;
		transform: translateY(-50%);
	}

	#mobile-menu .item-menu:first-of-type {
		margin-top: 0px !important;
	}

	.home-slick .slide-hero {
		height: 460px;
	}

	.home-slick .slide-card {
		left: 16px;
		width: calc(100% - 32px);
		bottom: -150px;
	}

	.top-stroke,
	.stroke {
		display: none;
	}

	.texto-aling-caixa {
		margin-top: 50px;
	}

	.title-light,
	.title-light h1 {
		font-size: 20px;
		line-height: 30px;
		padding-bottom: 0;
	}

	.apr-sobre {
		margin: -20px auto 20px auto !important;
		width: 83%;
	}

	.apr-col-text {
		margin: 0px 35px !important;
		margin-bottom: 50px !important;
	}



	.bloco-pre-texto h1 {
		max-width: 100%;
	}

	.aclass-none {
		display: none;
	}

	.caixasDaHome {
		padding: 0px 5px;
	}

	.grid-full-footer {
		padding: 20px 15px !important;
	}

	.grid-footer p {
		max-width: 50%;
	}

	#banner {
		padding: 0 !important;
	}

	.home-slick .slide-title {
		font-size: 28px;
		padding: 22px;
	}

	.home-slick .slide-content {
		padding: 0 22px 22px;
	}

	.home-slick .dots-host {
		padding: 0 22px;
	}
}



/*-------NOVOS ESTILOS-------*/

/*-------HOME-------*/
.area h2 {
	font-size: 26px;
	margin-bottom: 0;
}

.area p {
	font-size: 16px;
	margin-top: 0px;
	opacity: 0;
	transition: opacity 0.4s ease
}


.caixasDaHome p {
	font-family: 'galano-light';
	font-size: 18px;
	margin-bottom: 28px;
}


/*-----SOBRE-----*/
.page-sobre .module h2 {
	margin-top: 0;
}

.page-sobre .padding-0-60 p,
.page-sobre p,
.page-sobre p,
.page-sobre .module p {
	font-size: 18px;
	font-family: 'galano-light';
}

.page-sobre #as-nossas-escolas {
	max-width: 1200px;
}

.page-sobre #as-nossas-escolas h2 {
	margin-bottom: 0;
}

.page-sobre #as-nossas-escolas ul {
	padding-left: 0;
}

.page-sobre #as-nossas-escolas ul a {
	font-family: 'galano-light';
}




#console {
	position: fixed;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
	z-index: 999999999 !important
}

#grid-overflay-area {
	display: none
}

.grid-overlay {
	background-color: rgba(75, 64, 251, .2);
	display: inline-block;
	z-index: 0 !important;
	position: fixed;
	width: 100%;
	height: 100%;
	margin: 0;
}

.grid-overlay .col-1-12 {
	/*border: 10px solid rgba(255,255,255,1);*/
	height: 100vh;
	background-color: rgba(75, 64, 251, .2);
	border-left: 10px solid rgba(255, 255, 255, .5);
	border-right: 10px solid rgba(255, 255, 255, .5);
}

.borderRed {
	border: 1px solid red;
}

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.grid {
	margin: 0 0 20px 0;
	max-width: 1400px;
	margin: 0 auto;
	flex: 1;
}

.grid:after {
	content: "";
	display: table;
	clear: both;
}


.grid-full {
	max-width: 100%;
	display: flex;
	margin: auto;
	
	justify-content: space-between;
	align-items: center;
}

.grid-full p {
	margin-bottom: 0 !important;
}

[class*='col-'] {
	float: left;
	padding-right: 20px;
}

.grid [class*='col-']:last-of-type {
	padding-right: 0;
}

.module {
	overflow: hidden;
	padding: 20px;
	/*background: #eee;*/
	margin-bottom: 20px;
}



.pad-20 {
	padding: 20px;
}

.pad-50 {
	padding: 50px;
}

.pad-75 {
	padding: 75px;
}

.pad-100 {
	padding: 100px;
}

/* FLEX PART */
.row:after {
	clear: both;
	width: 100%;
}

.flex {
	width: 100%;
	display: flex;
}

.flex>div {
	flex: 1;
}

/* UNITS */


.col-1-1,
.col-2-2,
.col-3-3,
.col-4-4,
.col-5-5,
.col-6-6,
.col-7-7,
.col-8-8,
.col-9-9,
.col-10-10,
.col-11-11,
.col-12-12 {
	width: 100%;
}

.col-11-12 {
	width: 91.66667%;
}

.col-10-11 {
	width: 90.90909%;
}

.col-9-10 {
	width: 90%;
}

.col-8-9 {
	width: 88.88889%;
}

.col-7-8 {
	width: 87.5%;
}

.col-6-7 {
	width: 85.71429%;
}

.col-5-6,
.col-10-12 {
	width: 83.33333%;
}

.col-9-11 {
	width: 81.81818%;
}

.col-4-5,
.col-8-10 {
	width: 80%;
}

.col-7-9 {
	width: 77.77778%;
}

.col-3-4,
.col-6-8,
.col-9-12 {
	width: 75%;
}

.col-8-11 {
	width: 72.72727%;
}

.col-5-7 {
	width: 71.42857%;
}

.col-7-10 {
	width: 70%;
}

.col-2-3,
.col-4-6,
.col-6-9,
.col-8-12 {
	width: 66.66667%;
}

.col-7-11 {
	width: 63.63636%;
}

.col-5-8 {
	width: 62.5%;
}

.col-3-5,
.col-6-10 {
	width: 60%;
}

.col-7-12 {
	width: 58.33333%;
}

.col-4-7 {
	width: 57.14286%;
}

.col-5-9 {
	width: 55.55556%;
}

.col-6-11 {
	width: 54.54545%;
}

.col-1-2-w-pad {
	width: calc(50% + 68px);
}

.col-1-2,
.col-2-4,
.col-3-6,
.col-4-8,
.col-5-10,
.col-6-12 {
	width: 50%;
}

.col-5-11 {
	width: 45.45455%;
}

.col-4-9 {
	width: 44.44444%;
}

.col-3-7 {
	width: 42.85714%;
}

.col-5-12 {
	width: 41.66667%;
}

.col-2-5,
.col-4-10 {
	width: 40%;
}

.col-3-8 {
	width: 37.5%;
}

.col-4-11 {
	width: 36.36364%;
}

.col-1-3,
.col-2-6,
.col-3-9,
.col-4-12 {
	width: 33.33333%;
}

.col-3-10 {
	width: 30%;
}

.col-2-7 {
	width: 28.57143%;
}

.col-3-11 {
	width: 27.27273%;
}

.col-1-4,
.col-2-8,
.col-3-12 {
	width: 25%;
}

.col-2-9 {
	width: 22.22222%;
}

.col-1-5,
.col-2-10 {
	width: 20%;
}

.col-2-11 {
	width: 18.18182%;
}

.col-1-6,
.col-2-12 {
	width: 16.66667%;
}

.col-1-7 {
	width: 14.28571%;
}

.col-1-8 {
	width: 12.5%;
}

.col-1-9 {
	width: 11.11111%;
}

.col-1-10 {
	width: 10%;
}

.col-1-11 {
	width: 9.09091%;
}

.col-1-12 {
	width: 8.33333%;
}


.amp, #banner{
	width: 100%;
}

.amp .vc_figure > .vc_single_image-wrapper, #banner > .vc_figure > .vc_single_image-wrapper{
	width: 100%;
}

.amp > .vc_figure, #banner > .vc_figure{
	width: 100%;
}

/* se cada item tiver uma class tipo .ti-item */
.teatro-item:nth-child(4n+2) .ti-media .ti-thumb img {
  max-width: 80%;
  margin: auto;
}



@media screen and (min-width:4000px){
	.breve-desc h3 {
    font-size: 1vw;
    line-height: 60px;
}
}



/* ***************
***** MOBILE *****
*************** */
@media screen and (min-width:320px) and (max-width:639px) {
.breve-desc h3{
	font-size: 3vw;
	line-height: 20px;
}

	.no-flex-mobile {
		display: inline-block;
		/*border: 1px solid red;*/
	}

	.no-desktop {
		display: inherit;
	}

	.no-tablet {
		display: inherit;
	}

	.no-mobile {
		display: none;
	}

	.no-pad-mobile {
		padding: 0 !important;
	}

	.no-margin-mobile {
		margin: 0 !important;
	}


	#console::before {
		content: "mobile";
		background-color: orange;
	}

	.col-mob-1-1,
	.col-mob-2-2,
	.col-mob-3-3,
	.col-mob-4-4,
	.col-mob-5-5,
	.col-mob-6-6,
	.col-mob-7-7,
	.col-mob-8-8,
	.col-mob-9-9,
	.col-mob-10-10,
	.col-mob-11-11,
	.col-mob-12-12 {
		width: 100%;
	}

	.col-mob-11-12 {
		width: 91.66667%;
	}

	.col-mob-10-11 {
		width: 90.90909%;
	}

	.col-mob-9-10 {
		width: 90%;
	}

	.col-mob-8-9 {
		width: 88.88889%;
	}

	.col-mob-7-8 {
		width: 87.5%;
	}

	.col-mob-6-7 {
		width: 85.71429%;
	}

	.col-mob-5-6,
	.col-mob-10-12 {
		width: 83.33333%;
	}

	.col-mob-9-11 {
		width: 81.81818%;
	}

	.col-mob-4-5,
	.col-mob-8-10 {
		width: 80%;
	}

	.col-mob-7-9 {
		width: 77.77778%;
	}

	.col-mob-3-4,
	.col-mob-6-8,
	.col-mob-9-12 {
		width: 75%;
	}

	.col-mob-8-11 {
		width: 72.72727%;
	}

	.col-mob-5-7 {
		width: 71.42857%;
	}

	.col-mob-7-10 {
		width: 70%;
	}

	.col-mob-2-3,
	.col-mob-4-6,
	.col-mob-6-9,
	.col-mob-8-12 {
		width: 66.66667%;
	}

	.col-mob-7-11 {
		width: 63.63636%;
	}

	.col-mob-5-8 {
		width: 62.5%;
	}

	.col-mob-3-5,
	.col-mob-6-10 {
		width: 60%;
	}

	.col-mob-7-12 {
		width: 58.33333%;
	}

	.col-mob-4-7 {
		width: 57.14286%;
	}

	.col-mob-5-9 {
		width: 55.55556%;
	}

	.col-mob-6-11 {
		width: 54.54545%;
	}

	.col-mob-1-2,
	.col-mob-2-4,
	.col-mob-3-6,
	.col-mob-4-8,
	.col-mob-5-10,
	.col-mob-6-12 {
		width: 50%;
	}

	.col-mob-5-11 {
		width: 45.45455%;
	}

	.col-mob-4-9 {
		width: 44.44444%;
	}

	.col-mob-3-7 {
		width: 42.85714%;
	}

	.col-mob-5-12 {
		width: 41.66667%;
	}

	.col-mob-2-5,
	.col-mob-4-10 {
		width: 40%;
	}

	.col-mob-3-8 {
		width: 37.5%;
	}

	.col-mob-4-11 {
		width: 36.36364%;
	}

	.col-mob-1-3,
	.col-mob-2-6,
	.col-mob-3-9,
	.col-mob-4-12 {
		width: 33.33333%;
	}

	.col-mob-3-10 {
		width: 30%;
	}

	.col-mob-2-7 {
		width: 28.57143%;
	}

	.col-mob-3-11 {
		width: 27.27273%;
	}

	.col-mob-1-4,
	.col-mob-2-8,
	.col-mob-3-12 {
		width: 25%;
	}

	.col-mob-2-9 {
		width: 22.22222%;
	}

	.col-mob-1-5,
	.col-mob-2-10 {
		width: 20%;
	}

	.col-mob-2-11 {
		width: 18.18182%;
	}

	.col-mob-1-6,
	.col-mob-2-12 {
		width: 16.66667%;
	}

	.col-mob-1-7 {
		width: 14.28571%;
	}

	.col-mob-1-8 {
		width: 12.5%;
	}

	.col-mob-1-9 {
		width: 11.11111%;
	}

	.col-mob-1-10 {
		width: 10%;
	}

	.col-mob-1-11 {
		width: 9.09091%;
	}

	.col-mob-1-12 {
		width: 8.33333%;
	}
}





/* ***************
***** TABLET *****
*************** */
@media screen and (min-width:640px) and (max-width:959px) {
	.no-desktop {
		display: inherit;
	}

	.no-tablet {
		display: none !important;
	}

	.no-mobile {
		display: inherit;
	}

	#console::before {
		content: "tablet";
		background-color: red;
	}




	.col-tab-1-1,
	.col-tab-2-2,
	.col-tab-3-3,
	.col-tab-4-4,
	.col-tab-5-5,
	.col-tab-6-6,
	.col-tab-7-7,
	.col-tab-8-8,
	.col-tab-9-9,
	.col-tab-10-10,
	.col-tab-11-11,
	.col-tab-12-12 {
		width: 100%;
	}

	.col-tab-11-12 {
		width: 91.66667%;
	}

	.col-tab-10-11 {
		width: 90.90909%;
	}

	.col-tab-9-10 {
		width: 90%;
	}

	.col-tab-8-9 {
		width: 88.88889%;
	}

	.col-tab-7-8 {
		width: 87.5%;
	}

	.col-tab-6-7 {
		width: 85.71429%;
	}

	.col-tab-5-6,
	.col-tab-10-12 {
		width: 83.33333%;
	}

	.col-tab-9-11 {
		width: 81.81818%;
	}

	.col-tab-4-5,
	.col-tab-8-10 {
		width: 80%;
	}

	.col-tab-7-9 {
		width: 77.77778%;
	}

	.col-tab-3-4,
	.col-tab-6-8,
	.col-tab-9-12 {
		width: 75%;
	}

	.col-tab-8-11 {
		width: 72.72727%;
	}

	.col-tab-5-7 {
		width: 71.42857%;
	}

	.col-tab-7-10 {
		width: 70%;
	}

	.col-tab-2-3,
	.col-tab-4-6,
	.col-tab-6-9,
	.col-tab-8-12 {
		width: 66.66667%;
	}

	.col-tab-7-11 {
		width: 63.63636%;
	}

	.col-tab-5-8 {
		width: 62.5%;
	}

	.col-tab-3-5,
	.col-tab-6-10 {
		width: 60%;
	}

	.col-tab-7-12 {
		width: 58.33333%;
	}

	.col-tab-4-7 {
		width: 57.14286%;
	}

	.col-tab-5-9 {
		width: 55.55556%;
	}

	.col-tab-6-11 {
		width: 54.54545%;
	}

	.col-tab-1-2,
	.col-tab-2-4,
	.col-tab-3-6,
	.col-tab-4-8,
	.col-tab-5-10,
	.col-tab-6-12 {
		width: 50%;
	}

	.col-tab-5-11 {
		width: 45.45455%;
	}

	.col-tab-4-9 {
		width: 44.44444%;
	}

	.col-tab-3-7 {
		width: 42.85714%;
	}

	.col-tab-5-12 {
		width: 41.66667%;
	}

	.col-tab-2-5,
	.col-tab-4-10 {
		width: 40%;
	}

	.col-tab-3-8 {
		width: 37.5%;
	}

	.col-tab-4-11 {
		width: 36.36364%;
	}

	.col-tab-1-3,
	.col-tab-2-6,
	.col-tab-3-9,
	.col-tab-4-12 {
		width: 33.33333%;
	}

	.col-tab-3-10 {
		width: 30%;
	}

	.col-tab-2-7 {
		width: 28.57143%;
	}

	.col-tab-3-11 {
		width: 27.27273%;
	}

	.col-tab-1-4,
	.col-tab-2-8,
	.col-tab-3-12 {
		width: 25%;
	}

	.col-tab-2-9 {
		width: 22.22222%;
	}

	.col-tab-1-5,
	.col-tab-2-10 {
		width: 20%;
	}

	.col-tab-2-11 {
		width: 18.18182%;
	}

	.col-tab-1-6,
	.col-tab-2-12 {
		width: 16.66667%;
	}

	.col-tab-1-7 {
		width: 14.28571%;
	}

	.col-tab-1-8 {
		width: 12.5%;
	}

	.col-tab-1-9 {
		width: 11.11111%;
	}

	.col-tab-1-10 {
		width: 10%;
	}

	.col-tab-1-11 {
		width: 9.09091%;
	}

	.col-tab-1-12 {
		width: 8.33333%;
	}
}



.otgs-development-site-front-end{
	display: none;
}

.home-slick .slide-content span:focus-visible{
	outline: none;
	border: none;
}

/* ****************
***** DESKTOP *****
**************** */
@media screen and (min-width:960px) {
	.no-desktop {
		display: none;
	}

	.no-tablet {
		display: inherit;
	}

	.no-mobile {
		display: inherit;
	}

	#console::before {
		content: "desktop";
		background-color: #fff;
	}



	.col-1-1,
	.col-2-2,
	.col-3-3,
	.col-4-4,
	.col-5-5,
	.col-6-6,
	.col-7-7,
	.col-8-8,
	.col-9-9,
	.col-10-10,
	.col-11-11,
	.col-12-12 {
		width: 100%;
	}

	.col-11-12 {
		width: 91.66667%;
	}

	.col-10-11 {
		width: 90.90909%;
	}

	.col-9-10 {
		width: 90%;
	}

	.col-8-9 {
		width: 88.88889%;
	}

	.col-7-8 {
		width: 87.5%;
	}

	.col-6-7 {
		width: 85.71429%;
	}

	.col-5-6,
	.col-10-12 {
		width: 83.33333%;
	}

	.col-9-11 {
		width: 81.81818%;
	}

	.col-4-5,
	.col-8-10 {
		width: 80%;
	}

	.col-7-9 {
		width: 77.77778%;
	}

	.col-3-4,
	.col-6-8,
	.col-9-12 {
		width: 75%;
	}

	.col-8-11 {
		width: 72.72727%;
	}

	.col-5-7 {
		width: 71.42857%;
	}

	.col-7-10 {
		width: 70%;
	}

	.col-2-3,
	.col-4-6,
	.col-6-9,
	.col-8-12 {
		width: 66.66667%;
	}

	.col-7-11 {
		width: 63.63636%;
	}

	.col-5-8 {
		width: 62.5%;
	}

	.col-3-5,
	.col-6-10 {
		width: 60%;
	}

	.col-7-12 {
		width: 58.33333%;
	}

	.col-4-7 {
		width: 57.14286%;
	}

	.col-5-9 {
		width: 55.55556%;
	}

	.col-6-11 {
		width: 54.54545%;
	}

	.col-1-2,
	.col-2-4,
	.col-3-6,
	.col-4-8,
	.col-5-10,
	.col-6-12 {
		width: 50%;
	}

	.col-5-11 {
		width: 45.45455%;
	}

	.col-4-9 {
		width: 44.44444%;
	}

	.col-3-7 {
		width: 42.85714%;
	}

	.col-5-12 {
		width: 41.66667%;
	}

	.col-2-5,
	.col-4-10 {
		width: 40%;
	}

	.col-3-8 {
		width: 37.5%;
	}

	.col-4-11 {
		width: 36.36364%;
	}

	.col-1-3,
	.col-2-6,
	.col-3-9,
	.col-4-12 {
		width: 33.33333%;
	}

	.col-3-10 {
		width: 30%;
	}

	.col-2-7 {
		width: 28.57143%;
	}

	.col-3-11 {
		width: 27.27273%;
	}

	.col-1-4,
	.col-2-8,
	.col-3-12 {
		width: 25%;
	}

	.col-2-9 {
		width: 22.22222%;
	}

	.col-1-5,
	.col-2-10 {
		width: 20%;
	}

	.col-2-11 {
		width: 18.18182%;
	}

	.col-1-6,
	.col-2-12 {
		width: 16.66667%;
	}

	.col-1-7 {
		width: 14.28571%;
	}

	.col-1-8 {
		width: 12.5%;
	}

	.col-1-9 {
		width: 11.11111%;
	}

	.col-1-10 {
		width: 10%;
	}

	.col-1-11 {
		width: 9.09091%;
	}

	.col-1-12 {
		width: 8.33333%;
	}

}

.curso-titulo{
    color: rgb(76, 124, 249);
    font-size: 24px;
    font-family: 'galano-bold';
    line-height: 1.2;
	margin-bottom: 0px;
	margin-top: 0;
}

.curso-descricao{
	margin-bottom: 20px;
}

.curso-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 51px;
}

.curso-col {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.curso-col .label-dur,
.curso-col .label-dest {
  font-size: 14px;
  color: #4c7cf9; /* azul do mockup */
}

.curso-col .value {
  font-size: 14px;
  line-height: 1.6;
  color: #000;
  margin-bottom: 20px;
  white-space: pre-line; 
  margin-bottom: 20px !important;
}


.curso-acoes{
	display: flex;
	justify-content: space-between;
	width: 69%;
	max-width: 100%;
	margin-bottom: 100px !important;
	align-items: center;
}

/* BOTÃO PDF */
.btn-pdf {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 1px;
    font-family: 'galeno-regular', sans-serif;
    font-weight: normal;
    position: relative;
    display: inline-flex;
    align-items: center;
    padding-left: 26px;
    text-decoration: none;
}

.btn-pdf::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url('/wp-content/uploads/2025/10/imagem_2025-10-30_090212769.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.btn-insc{
    padding: 9px 30px;
	background-color:rgb(76, 124, 249) ;
	font-size: 14px;
	transition: background-color 0.3s ease;
	color: white;
	border-radius: 35px;
	
}

.btn-insc:hover{
	background-color:rgba(76, 124, 249, .7) ;
	color:white ;
}


.back-formg3{
    background-color: rgba(75, 123, 249, 0.05);
}

/* ---------- DIVISÓRIAS ---------- */
.form-divider{
  border: 0;
  height: 1px;
  background: #e6e8f0;
  margin: 48px 0;
}

/* ---------- LABELS ---------- */
.wpcf7-form label{
  display: block;
  font-size: 14px;
  line-height: 1.4;
  color: #6b6f8a;
  font-weight: 400;
  margin-bottom: 0px !important;
}

/* ---------- RADIO / CHECKBOX (INLINE, LIMPO) ---------- */
.wpcf7-form .wpcf7-radio,
.wpcf7-form .wpcf7-checkbox{
  display: flex;
  gap: 28px;
  align-items: center;
  margin-bottom: 12px;
}

.wpcf7-form .wpcf7-list-item{
  margin: 0;
}

.wpcf7-form .wpcf7-list-item-label{
  font-size: 14px;
  color: #111;
  margin-left: 6px;
}

/* ---------- INPUTS ---------- */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="date"],
.wpcf7-form textarea,
.wpcf7-form select{
  width: 100%;
  border: 1px solid #e6e8f0;
  border-radius: 6px;
  padding: 12px 14px;
  font-size: 14px;
  color: #111;
  background: #fff;
}

.wpcf7-form textarea{
  min-height: 90px;
  resize: vertical;
}

/* ---------- FIELDSETS ---------- */
.wpcf7-form fieldset{
  border: 0;
  padding: 0;
  margin-bottom: 48px;
}

.wpcf7-form legend{
  font-size: 16px;
  font-weight: 500;
  color: #111;
  margin-bottom: 24px;
}

/* ---------- GRID / ROWS ---------- */
.row{
  display: grid;
  gap: 24px;
  padding-left: 14px;
}

.row-2{ grid-template-columns: 1fr 1fr; }
.row-3{ grid-template-columns: 1fr 1fr 1fr; }

/* ---------- NOTAS ---------- */
.note{
  font-size: 13px;
  color: #6b6f8a;
  margin: 12px 0 24px;
  max-width: 720px;
}

/* ---------- AÇÕES ---------- */
.cf7-actions{
  margin-top: 48px;
}

.btn-enviar {
    background: #4f6cff;
    color: #fff;
    border: 0;
    padding: 12px 28px;
    font-size: 14px;
    cursor: pointer;
    font-family: 'galano-regular';
	width: 100%;
}

.fs-aluno .row-2::before,.fs-aluno .row-3::before,.fs-enc .row-2::before,.fs-enc .row-3::before{
display: none;
}


.form-kicker {
    font-size: 34px;
    color: #4c7cf9;
    font-family: 'galano-bold';
    padding-top: 80px;
    margin-top: 0;
    margin-bottom: 0;
}


.form-title{
    font-size: 34px;
    color: #4c7cf9;
    margin-top: 0;
    margin-top: 0;
    margin-bottom: 50px;

}

.back-formg3 form{
	width: 50%;
	margin: auto;
}

.back-formg3 .cf7sr-g-turnstile{
	text-align: left;
}

.semnada{
	margin-bottom: 100px !important;
}


@media only screen and (max-width: 1650px) {

}

@media print, screen and (max-width: 1250px) {
.curso-acoes {
    width: 71%;
}

.btn-pdf {
    padding-left: 21px;
}

.wpcf7-form .wpcf7-radio, .wpcf7-form .wpcf7-checkbox {
    display: flex;
    gap: 28px;
    margin-bottom: 12px;
    flex-direction: column;
	align-items: start;
}
}

@media print, screen and (max-width: 1200px) {
.curso-acoes {
    width: 73%;
}
}

@media print, screen and (max-width: 1024px) {
.curso-acoes {
    width: 78%;
}
}


@media only screen and (max-width: 991px) {
	.curso-acoes {
    width: 80%;
}

.wpcf7-form label {
    display: block;
    font-size: 13px;
    line-height: 1.4;
    color: #6b6f8a;
    font-weight: 400;
    margin-bottom: 0px !important;
}
}

@media only screen and (max-width: 600px) {
	.curso-acoes {
    width: 77%;
}

.row-2,.row-3  {
    grid-template-columns: 1fr;
}
}

@media only screen and (max-width: 430px) {
	.curso-acoes {
    width: 92%;
}

.curso-col .value {
    font-size: 11px;
   
}

.form-title {
    font-size: 15px;
    color: #4c7cf9;
    margin-top: 0;
    margin-top: 0;
    margin-bottom: 50px;
}

.form-kicker {
    font-size: 21px;
    color: #4c7cf9;
    font-family: 'galano-bold';
    padding-top: 80px;
    margin-top: 0;
    margin-bottom: 0;
}


}

@media only screen and (max-width: 378px) {
	.curso-info {
    display: grid;
    grid-template-columns: 1fr ;
    gap: 0px;
}

.curso-titulo {
    color: rgb(76, 124, 249);
    font-size: 21px;
    font-family: 'galano-bold';
    line-height: 1.2;
    margin-bottom: 10px;
    margin-top: 0;
}

.curso-acoes{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
}

@media only screen and (max-width: 320px) {
	.curso-titulo {
    color: rgb(76, 124, 249);
    font-size: 18px;
    font-family: 'galano-bold';
    line-height: 1.2;
    margin-bottom: 10px;
    margin-top: 0;
}
}

@media only screen and (min-width:1280px) and (max-width:1480px){
	.container{
		max-width: 1200px;
	}
}




.page-kids .wpb_single_image.vc_align_left, .page-kids figure, .page-kids .vc_single_image-wrapper, .page-jovens .wpb_single_image.vc_align_left, .page-jovens figure, .page-jovens .vc_single_image-wrapper, .page-adultos .wpb_single_image.vc_align_left, .page-adultos figure, .page-adultos .vc_single_image-wrapper, .page-empresas .wpb_single_image.vc_align_left, .page-empresas figure, .page-empresas .vc_single_image-wrapper{
	width:100%;
}
