@font-face { font-family: 'DINNBold'; src: url('../../assets/fonts/DINNextLTPro-Bold.ttf'); }
@font-face { font-family: 'StolzlBold'; src: url('../../assets/fonts/stolzl_bold.otf'); }
@font-face { font-family: 'StolzlBook'; src: url('../../assets/fonts/stolzl_book.otf'); }
.btn-padrao-1 {
	background-color: #00aa82;
	color: #fff;
	border-radius: 0;
	padding: 1em 2.5em !important;
	font-size: 1.2em;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 1);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,1);
	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 1);
}
.btn-mais {
	color: #07a87c !important;
	font-weight: 900;
	font-size: 3rem;
	background: #E9ECED;
	background: radial-gradient(circle, rgba(233, 236, 237, 1) 0%, rgba(211, 214, 214, 1) 100%);
	padding: 10px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.navbar-custom {
	padding: .25em;
	.logoSite {
		width: 160px;
	}
}
/*banner video*/
.div-video-banner {
	position: relative;
	z-index: 1;
	background-color: transparent;
	margin-top: -10px;
	video {
		width: 100%;
	}
}
.video-banner-bg {
	z-index: 2;
	opacity: .5;
	flex-flow: column;
	width: 100%;
	height: 100%;
}
.filtro-bg {
	background-color: transparent;
	mix-blend-mode: hue;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}
.video-banner-gradient {
	z-index: 3;
	background-image: linear-gradient(270deg, transparent, rgba(0,104,110,1));
	width: 100%;
	height: 100%;
	position: absolute;
	inset: -0.65%;
}
.video-banner-caixa-texto {
	z-index: 4;
	text-align: start;
	flex-flow: column;
	justify-content: center;
	align-items: flex-start;
	max-width: 80rem;
	margin: auto;
	display: flex;
	position: absolute;
	inset: 0%;
}
.titulo-video-banner {
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 900;
	line-height: 1;
	color: #fff;
}
.titulo-video-banner-highlight {
	z-index: 3;
	-webkit-text-fill-color: transparent;
	background-image: linear-gradient(0deg, #fff, #fff);
	-webkit-background-clip: text;
	background-clip: text;
}
.quem-somos {
	background-image: url('../../assets/img/home2025/icon-bg.png');
	background-size: 600px;
	background-position: -50px -390px;
	background-repeat: no-repeat;
}
.flip-card {
	background-color: transparent;
	width: 90%;
	height: 400px;
	perspective: 1000px;
	border: 2px solid #064562;
	border-radius: 30px;
	padding: 15px 20px;
	h3 {
		font-weight: 900;
		color: #064562;
	}
}
.flip-card-inner {
	position: relative;
	width: 100%;
	height: 95%;
	text-align: center;
	transition: transform 0.8s;
	transform-style: preserve-3d;
}
.flip-card:hover .flip-card-inner {
	transform: rotateY(180deg);
}
.flip-card-front,
.flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
.flip-card-front {
	background-color: #fff;
	background-size: cover;
	background-position: center;
	color: #064562;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	border-radius: 20px;
}
.flip-card-front-1 {
	background-image: url('../../assets/img/home2025/flipcard1.jpg');
}
.flip-card-front-2 {
	background-image: url('../../assets/img/home2025/flipcard2.jpg');
	background-position: left center;
}
.flip-card-front-3 {
	background-image: url('../../assets/img/home2025/flipcard3.jpg');
}
.flip-card-front-4 {
	background-image: url('../../assets/img/home2025/flipcard4.jpg');
}
.flip-card-back {
	background-color: #0fb48f;
	color: #fff;
	font-size: 1rem;
	transform: rotateY(180deg);
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 20px;
}
.flip-card-back h2 {
	margin-bottom: 10px;
	color: #2c3e50;
}
.flip-card-back p {
	line-height: 1.6;
}
.pilares {
	background-image: url('../../assets/img/home2025/img-side-home.png'), url('../../assets/img/home2025/icon-bg2.png');
	background-size: 20%, 600px;
	background-repeat: no-repeat;
	background-position: left center, top right;
}
.pilares-p-1 {
	position:absolute;
	top:-1%;
	left:-7%;
	font-family:'StolzlBold', sans-serif;
	color:#616667;
	line-height:1;
}
.pilares-p-2 {
	position: absolute;
	bottom:-7%;
	left:-9%;
	font-family:'StolzlBold', sans-serif;
	color:#616667;
	line-height:1;
}
.pilares-p-3 {
	position: absolute;
	top:-4%;
	right:-7%;
	font-family:'StolzlBold', sans-serif;
	color:#616667;
	line-height:1;
}
.pilares-p-4 {
	position: absolute;
	bottom:-7%;
	right:-5%;
	font-family:'StolzlBold', sans-serif;
	color:#616667;
	line-height:1;
}
.card-pilares {
	background-color: #fff;
	border-radius: 30px;
	padding: 30px 10px;
	max-width: 500px;
	z-index: 3;
	p {
		font-size: 1rem;
		text-align: center;
	}
	h3 {
		color: #fff;
		border-radius: 20px;
		text-align: center;
		width: 70%;
		margin-top: -60px;
		padding: 20px;
		font-size: 1.25rem;
	}
}
.card-pilares-1 {
	border: 4px solid #0f8e6d;
	left: 7%;
	h3 {
		background-color: #0f8e6d;
	}
}
.card-pilares-2 {
	border: 4px solid #09538b;
	left: 7%;
	h3 {
		background-color: #09538b;
	}
}
.card-pilares-3 {
	border: 4px solid #65c5b0;
	right: 7%;
	h3 {
		background-color: #65c5b0;
	}
}
.card-pilares-4 {
	border: 4px solid #32749b;
	right: 7%;
	h3 {
		background-color: #32749b;
	}
}
.card-segmentos {
	border-radius: 20px;
	background: linear-gradient(to top right, #65c5b0, #09538b);
	padding: 3px;
	background-clip: padding-box;
}
.card-segmentos-inner {
	background-color: #fff;
	border-radius: 18px;
	padding: 15px;
	/*height: 400px;*/
}
.card-segmentos-content {
	position: relative;
	background-color: #fff;
	border-radius: 20px;
	margin-top: -50px;
	box-shadow: 4px 4px 7px rgba(0,0,0,.25);
	img {
		border-radius: 20px;
	}
}
.faq {
	background-color: #0f4f74;
	color: #fff;
	.accordion-buttom,
	.accordion-header,
	.accordion-collapse,
	.accordion-body {
		border-radius: 30px !important;
	}
	.accordion-item {
		border-radius: 30px;
		margin: 15px 0;
	}
	.accordion-button:not(.collapsed) {
		color: #0f4f74;
		border: 1px solid #fff;
		background-color: #fff;
		box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
	}
	.accordion-button:focus {
		border: 1px solid #fff;
		box-shadow: none;
	}
}
.accordionCustom {
	border-radius: 30px;
}
.accordionBtnCustom {
	background-color: #0f4f74;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 30px !important;
}
.titulo-segmento {
	min-height: 85px;
}
.texto-segmento {
	min-height: 155px;
}
@media (min-width: 1586px) and (max-width: 1763px) {
	.texto-segmento {
		min-height: 180px;
	}
}
@media (min-width: 1366px) and (max-width: 1585px) {
	.texto-segmento {
		min-height: 255px;
	}
}
@media (min-width: 990px) and (max-width: 1365px) {
	.titulo-segmento {
		min-height: 110px;
	}
	.texto-segmento {
		min-height: 320px;
	}
}
@media (min-width: 320px) and (max-width: 991px) {
	.flip-card {
		margin-bottom: 50px;
	}
	.pilares {
		background-image: none;
		p {
			font-size: .9rem;
		}
	}
	.pilares-p-1,
	.pilares-p-2 {
		left: 0;
	}
	.pilares-p-3,
	.pilares-p-4 {
		right: 0;
	}
}