/* ADMIN EDITOR (DON'T DELETE THIS LINE) */
@import 'admin-editor.css';
/* END ADMIN EDITOR */

/* FRONTEND STYLE */
body{
	position: relative;
}

.navbar-brand {
	padding: 10px 15px;
}
.navbar .navbar-nav .dropdown-menu>li>a {
	padding: 12px 29px 10px 14px;
}
.border-radius-8 {
	border-radius: 12px;
}
.navbar-default .navbar-nav>.active>a:hover {
	color: #fff;
}
.navbar-default .navbar-nav>.active>a {
	color: #1a668f;
}
h2,
.h2 {
	font-size: 40px;
}
.row-flex{
    display: flex;
    flex-wrap: wrap;
}
.h-100{
    height: 100% !important;
}
.formBuild-input{
    position: relative;
}
label.error{
        font-size: 10px;
    color: red;
    position: absolute;
    left: 30px;
    bottom: -14px;
    font-weight: 400;
}
.text-blue{
    color: #2cb2fb !important;
}
.btn-text.text-blue{
    border-color: #2cb2fb !important;
}
.mb-5 {
	margin-bottom: 5rem;
}
.mt-5 {
	margin-top: 5rem;
}
.mt-3 {
	margin-top: 2.5rem;
}

.bg-blue-dark {
	background-color: #121923;
}
.p-3 {
	padding: 24px;
}
.row-flex-inverse {
	flex-direction: row-reverse;
}
.aspect-ratio-16-9 {
	aspect-ratio: 16/9;
	object-fit: cover;
}
/* Secção serviços: alterna branco (#fff) com fundo do tema (.section-empty = #F6F6F6 em skin.css) */
.servicos-section--white .section-empty {
	background-color: #ffffff !important;
}

.service-content h2,
.service-content .h2 {
	font-size: 20px;
	margin: 16px 0px;
}
.destaque-container-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 20px 0;
	padding-bottom: 20px;
}
.destaque-container {
	display: flex;
	flex-direction: column;
	flex: 0 0 calc((100% - 20px) / 3);
	background-color: #ffffff;
	padding: 10px;
	box-shadow: 0px 0px 1px;
}
.d-flex.justify-content-center.align-items-center {
	display: flex;
	justify-content: center;
	align-items: center;
}
.d-flex.justify-content-center.align-items-center label{
	margin-bottom: 0;
}
.destaque {
	font-weight: 800;
		color: #000;
}
.backgroung-color-blue {
	background-color: #1a668f;
	color: #fff;
}
.backgroung-color-blue .content {
	padding-top: 60px;
	padding-bottom: 60px;
}
.backgroung-color-blue .text-s {
	font-size: 16px !important;
	line-height: 18px;
}
.frase {
	font-size: 16px;
	font-weight: 400;
}
.servicos-feature-grid {
	gap: 10px;
}
.servicos-feature-grid .destaque-container {
	position: relative;
	background: #FFFFFF;
	border: 1px solid rgba(70, 200, 255, 0.28);
	border-radius: 8px;
	padding: 18px 16px 24px;
	box-shadow: 0 0 0 1px rgba(70, 200, 255, 0.1) inset, 0 6px 16px rgba(0, 0, 0, 0.35);
	overflow: hidden;
}
.servicos-feature-grid .destaque-container:after {
	content: "";
	position: absolute;
	left: 16px;
	bottom: 10px;
	width: 54px;
	height: 4px;
	border-radius: 8px;
	background: #1a668f;
	box-shadow: 0 0 10px rgba(37, 199, 255, 0.85);
	transition: width .28s ease, box-shadow .28s ease;
}
.servicos-feature-grid .destaque-container i{
	text-align: center;
	color: #1a668f !important;
	font-size: 30px;
width: 66px;
	height: 66px;
	object-fit: contain;
	padding: 12px;
	background: rgba(26, 102, 143, 0.15);
	border: 1px solid rgba(26, 102, 143, 0.35);
	border-radius: 10px;
	margin-bottom: 14px;
	filter: drop-shadow(0 0 8px rgba(37, 199, 255, 0.45));
	transition: background-color .25s ease, border-color .25s ease, box-shadow .25s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}
.servicos-feature-grid .destaque {
	color: #1a668f;
	font-size: 24px;
	line-height: 1.2;
	letter-spacing: 0.2px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.servicos-feature-grid .frase {
	color: #4C4C4C;
	font-size: 15px;
	line-height: 1.65;
}
.servicos-feature-grid .destaque-container:hover {
	transform: translateY(-2px);
	border-color: rgba(70, 200, 255, 0.52);
	box-shadow: 0 0 0 1px rgba(70, 200, 255, 0.25) inset, 0 10px 22px rgba(0, 0, 0, 0.45);
}
.servicos-feature-grid .destaque-container:hover:after {
	width: 86px;
	box-shadow: 0 0 14px rgba(37, 199, 255, 1);
}
.servicos-feature-grid .destaque-container:hover i {
	border-color: #1a668f;
	scale: 1.1;
	box-shadow: 0 0 0 1px rgba(26, 102, 143, 0.55), 0 0 14px rgba(26, 102, 143, 0.9);
	transition: all 0.25s ease;
}
@media (max-width: 992px) {
	.servicos-feature-grid .destaque-container {
		flex: 0 0 calc((100% - 14px) / 2);
	}
}
@media (max-width: 600px) {
	.servicos-feature-grid .destaque-container {
		flex: 0 0 100%;
	}
}
.aspect-ratio-16-9 {
	aspect-ratio: 16/9;
}
.flexslider .slides>li {
	padding-bottom: 10px;
}
.tag {
	background-color: #1a668f;
	padding: 4px 6px;
	color: #ffffff;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
		width: fit-content;
	
}

.border-color {
	border-top: 1px solid #1a668f;
}
.customAccordion .accordion-list .list-group-item > a:before{
    display: inline-block;
    font: normal normal normal 14px / 1 fontawesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    padding-left: 1px;
    text-transform: none;
    content: "\f1c1";
    border: 0px;
    color: #ffffff;
    left: 5px;
    top: 13px;
}
/* CONFIG */

.noScroll{
	overflow: hidden;
}

.critec{
    font-weight: 800;
    font-size: 28px;
    font-family: 'Gilroy';
    text-transform: lowercase;
}


.spacer150 {grid-column: inherit; height: 150px;width: 100%;}
.spacer120 {grid-column: inherit; height: 120px;width: 100%;}
.spacer90 {grid-column: inherit; height: 90px;width: 100%;}
.spacer60 {grid-column: inherit; height: 60px;width: 100%;}
.spacer30 {grid-column: inherit;height: 30px;width: 100%;}
.spacer15 {grid-column: inherit;height: 15px;width: 100%;}

/* LARGE DISPLAY'S */
@media (max-width: 1200px) {
	.lg-spacer150 {height: 150px;}
	.lg-spacer120 {height: 120px;}
	.lg-spacer90 {height: 90px;}
	.lg-spacer60 {height: 60px;}
	.lg-spacer30 {height: 30px;}
	.lg-spacer15 {height: 15px;}

	.lg-block150 {display: inline-block; width: 150px;}
	.lg-block120 {display: inline-block; width: 120px;}
	.lg-block90 {display: inline-block; width: 90px;}
	.lg-block60 {display: inline-block; width: 60px;}
	.lg-block30 {display: inline-block; width: 30px;}
	.lg-block15 {display: inline-block; width: 15px;}

	.lg-taleft {text-align: left;}
	.lg-tacenter {text-align: center;}
	.lg-taright {text-align: right;}
	.lg-tajustify {text-align: justify;}
}

/* DESKTOP */
@media (max-width: 992px) {
	.md-spacer150 {height: 150px;}
	.md-spacer120 {height: 120px;}
	.md-spacer90 {height: 90px;}
	.md-spacer60 {height: 60px;}
	.md-spacer30 {height: 30px;}
	.md-spacer15 {height: 15px;}

	.md-block150 {display: inline-block; width: 150px;}
	.md-block120 {display: inline-block; width: 120px;}
	.md-block90 {display: inline-block; width: 90px;}
	.md-block60 {display: inline-block; width: 60px;}
	.md-block30 {display: inline-block; width: 30px;}
	.md-block15 {display: inline-block; width: 15px;}

	.md-taleft {text-align: left;}
	.md-tacenter {text-align: center;}
	.md-taright {text-align: right;}
	.md-tajustify {text-align: justify;}
}

/* TABLET */
@media (max-width: 768px) {
	.sm-spacer150 {height: 150px;}
	.sm-spacer120 {height: 120px;}
	.sm-spacer90 {height: 90px;}
	.sm-spacer60 {height: 60px;}
	.sm-spacer30 {height: 30px;}
	.sm-spacer15 {height: 15px;}

	.sm-block150 {display: inline-block; width: 150px;}
	.sm-block120 {display: inline-block; width: 120px;}
	.sm-block90 {display: inline-block; width: 90px;}
	.sm-block60 {display: inline-block; width: 60px;}
	.sm-block30 {display: inline-block; width: 30px;}
	.sm-block15 {display: inline-block; width: 15px;}

	.sm-taleft {text-align: left;}
	.sm-tacenter {text-align: center;}
	.sm-taright {text-align: right;}
	.sm-tajustify {text-align: justify;}
}

/* MOBILE */
@media (max-width: 420px) {
	.xs-spacer150 {height: 150px;}
	.xs-spacer120 {height: 120px;}
	.xs-spacer90 {height: 90px;}
	.xs-spacer60 {height: 60px;}
	.xs-spacer30 {height: 30px;}
	.xs-spacer15 {height: 15px;}

	.xs-block150 {display: inline-block; width: 150px;}
	.xs-block120 {display: inline-block; width: 120px;}
	.xs-block90 {display: inline-block; width: 90px;}
	.xs-block60 {display: inline-block; width: 60px;}
	.xs-block30 {display: inline-block; width: 30px;}
	.xs-block15 {display: inline-block; width: 15px;}

	.xs-taleft {text-align: left;}
	.xs-tacenter {text-align: center;}
	.xs-taright {text-align: right;}
	.xs-tajustify {text-align: justify;}
}

img {
	max-width: 100%;
}

.team-img {
	text-align: center;
	color: #FFFFFF;
	font-size: 30px;
width: 120px;
	height: 120px;
	object-fit: contain;
	padding: 12px;
	border-radius: 10px;
	margin-bottom: 14px;
	filter: drop-shadow(0 0 8px rgba(26, 102, 143, 0.45));
	transition: background-color .25s ease, border-color .25s ease, box-shadow .25s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.team-name {
	color: #ffffff;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0.2px;
    margin-bottom: 10px;
    text-transform: uppercase;
	font-weight: 800;
}

h1,h2,h3,h4,h5,h6 {
	color: #121923;
}

.btn {
	background-color: #1a668f !important;
	border-radius: 12px !important;
	border:none !important;
	color: #ffffff !important;
	padding: 10px 20px !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	text-transform: uppercase !important;
	letter-spacing: 1px !important;
	transition: all 0.25s ease !important;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
	
}

.btn:before {
	background-color: #121923 !important;
}

.service-title {
	position: relative;
	margin-bottom: 40px;
}

.service-title:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -10px;
    width: 54px;
    height: 4px;
    border-radius: 8px;
    background: #1a668f;
    box-shadow: 0 0 10px rgba(37, 199, 255, 0.85);
    transition: width .28s ease, box-shadow .28s ease;
}

.footer-base h3 {
	color: #ffffff !important;
	font-weight: 400 !important;
}

.badges-container {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	margin-top: 20px;
}

.badges-container .tag {
	background-color: #1a668f !important;
	padding: 4px 6px;
	color: #ffffff;
	font-size: 11px;
	border-radius: 8px;
}

.team-container {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}

.team-card {
	width: 30%;
	padding: 22px 24px;
	background: rgba(255,255,255,.96) !important;
	border-radius: 16px;
	transition: all 0.25s ease;
	text-align: center;
	transition-timing-function: cubic-bezier(.47, 0, .745, .715);
	border: 1px solid rgba(15, 23, 42, .06);
	box-shadow: 0 10px 30px rgba(15, 23, 42, .10);
	position: relative;
}


.team-card:after {
	content: none !important;
}

.team-card:hover:after {
	content: none !important;
}

.team-card:hover img {
    scale: 1.1;
    transition: all 0.25s ease;
}

.team-content {
	padding: 20px;
	color: #4C4C4C;
}

.team-name{
	color: #4C4C4C;
}

/* Contactos - cards clean (igual ao Sobre Nós) */
.contactos-card{
	background: rgba(255,255,255,.96) !important;
	border-radius: 16px;
	padding: 22px 24px;
	border: 1px solid rgba(15, 23, 42, .06);
	box-shadow: 0 10px 30px rgba(15, 23, 42, .10);
	color: #4C4C4C;
}
.contactos-card h3,
.contactos-card p{
	color: #4C4C4C !important;
}

.advs-box.boxed-inverse:before {
	display: none !important;
}
.footer-apoios{
    margin-top:30px;
    display:flex;
    flex-direction: column;
    justify-content: center;
    gap:20px;
    align-items:center;
    flex-wrap:wrap;
}