/*
	CSS INDEX
	=================== 
	01. common
	02. header
	03. sidebar
	04. banner
	05. breadcrumb
	06. about
	07. button
	08. service
	09. service-details
	10. choose
	11. counter
	12. project
	13. project-details
	14. team
	15. team-details
	16. testimonial
	17. blog
	18. blog-details
	19. brand
	20. cta
	21. feature
	22. work
	23. contact
	24. price
	25. skill
	26. 404
	27. faq
	28. footer
*/

/*
************
*************************
01. common
******************************************************* 
*************************************************************** */

body {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: var(--clr-body-text);
	font-size: 16px;
	line-height: 26px;
}

.img, img {
	max-width: 100%;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.main-menu ul .menu-item {
	margin-right: 0px;
}

.video-background-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 0;
}

.video-background-wrapper video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.single-banner .container {
	position: relative;
	z-index: 1;
}

.single-banner::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.1);
	z-index: -1;
}

.single-banner-no-bg .container {
	position: relative;
	z-index: 1;
}

.single-banner-no-bg::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(30, 58, 80, 0.089);
	z-index: -1;
}

.single-banner2::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(30, 58, 80, 68%);
	z-index: -1;
}

.container-gerenciadora-emp .col-lg-5 {
	position: relative;  
}

.container-gerenciadora-emp .col-lg-5 .banner-play-btn {
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.inner_feature-btn h5{
	color: #f4c400;

}
.inner_feature-btn:hover h5{
	color: #8a8a89b6;

}
.inner_feature-btn h2{
	color: #f4c400;
	font-size: 20px;

}
.inner_feature-btn:hover h2{
	color: #8a8a89b6;

}
/* clientes contrutora */
.container-clientes {
	display: flex;
	flex-wrap: wrap;
	padding: 40px;
	gap: 40px;
}

.left-section {
	flex: 1;
	position: relative;
	max-width: 500px;
}

.image-stack {
	position: relative;
	width: 710px;
	height: 600px;
}

.image-stack-construct {
	position: relative;
	width: 350px;
	height: 600px;
	margin-left: 5%;
	margin-top: 45px;
}

.image-stack > img:first-child {
	position: relative;
	z-index: 0;
	width: 382px;
	height: 450px;
	border-radius: 2px;
	object-fit: cover;
}

/* Imagem de fundo template */
.image-back {
	position: absolute;
	top: -32px;
	left: -85px;
	width: 790px;
	height: 600px;
	z-index: -1;
}

.image-back-construct {
	position: absolute;
	top: -80px;
	left: 77px;
	width: 500px;
	height: 600px;
	z-index: -1;
}

/* Imagem 2 (sobreposta) */
.image-stack2 {
	position: absolute;
	top: 300px;
	left: 190px;
	z-index: 1;
}

.image-stack2 img {
	width: 340px;
	height: 250px;
	border-radius: 2px;
	object-fit: cover;
}

.experience-box {
	position: absolute;
	bottom: 20%;
	left: 45px;
	background: #ffcc00;
	padding: 10px 20px;
	border-radius: 12px;
	font-weight: bold;
	text-align: center;
	z-index: 2;
	box-shadow: 0 6px 0px rgb(128, 128, 128);
	color: #202020;
}

.experience-box .highlight {
	font-size: 24px;
	display: block;
	line-height: 1.5;
}

.experience-box p {
	top: 10px;
	color: #3b3b3b;
}

.right-section {
	flex: 1;
	max-width: 680px;
	padding-left: 50px;
	color: #414141;
}

.container-clientes .tag {
	background: #ffcc00;
	padding: 5px 10px;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 10px;
	border: none;
	width: 170px;
	color: #202020;
	height: 9%;
}

.container-gerenciadora .tag_ger {
	background: #ffcc00;
	padding: 5px 10px;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 10px;
	border: none;
	width: 170px;
	color: #202020;
	height: 55px;
}

.container-gerenciadora .tag_saiba {
	background: #ffcc00;
	padding: 5px 10px;
	display: inline-block;
	margin-bottom: 10px;
	border: none;
	width: 135px;
	color: #202020;
	height: 55px;
}

.h2_section-text {
	padding-top: 2px;
	padding-bottom: 45px;
}

.obra-conteudo .tag_ger {
	background: #ffcc00;
	padding: 5px 10px;
	display: inline-block;
	margin-bottom: 10px;
	font-weight: bold;
	border: none;
	width: 120px;
	color: #202020;
	height: 55px;
}

.container-clientes h1 {
	font-size: 32px;
	margin: 10px 0;
}

.description {
	font-size: 16px;
	margin-bottom: 20px;
}

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

.features img {
	width: 55px;
	height: 55px;
}

.feature {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 15px;
	max-width: 400px;
	gap: 10px;
	padding-left: 15px;
}

.feature img {
	width: 50px;     /* ajuste conforme necessário */
	height: auto;
}

.feature h3 {
	font-size: 20px;
	font-weight: 600;
	margin: 0;
	color: #202020;
}

.feature p {
	font-size: 16px;
	color: #666;
	margin: 5px 0 0;
	line-height: 1.4;
}

.feature div {
	display: flex;
	flex-direction: column;
}

.container-clientes .footer-clientes {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
}

.container-clientes .footer-clientes img {
	height: 105px;
	width: 103px;
	display: block;
	position: relative;
	z-index: 2;     /* Imagem na frente */
}

.footer-clientes {
	position: relative;
}

.rdoweb {
	position: relative;
	display: flex;
}

.footer-clientes .rdoweb .tag {
	position: absolute;
	background-color: #ffcc00;
	top: 70px;
	left: 69px;
	width: 40px;
	height: 40px;
	border: none;
	z-index: 1;
}

.footer-clientes .feature-footer p {
	padding-left: 15px;
}

.footer-clientes .feature-footer h4 {
	padding-left: 15px;
}

.footer-clientes .feature-footer .signature {
	padding-left: 15px;
}

.footer-clientes .feature-footer {
	display: flex;
	flex-direction: column;
}

.linha {
	width: 0.9px;
	height: 95px;
	background-color: #ccc;
	margin: 15px auto 5px 14px;
}

.signature {
	width: 250px;
	height: auto;
	padding-left: 15px;
}

/* fim cliente-construtora */

/* clientes gerenciadora */
.container-gerenciadora {
	margin-top: 5%;
	display: flex;
	flex-direction: row;
	margin-top: 100px;
}

.card-flex1 {
	display: flex;
	width: 300px;
	flex-direction: column;
}

.card-flex2 {
	display: flex;
	width: 265px;
	flex-direction: column;
}

.card-flex1 .card1 {
	margin-top: 55px;
}

.card-flex2 .card3 {
	margin-top: 28px;
	width: 276px;
}

.service-overlay-cli .card1 .card3 {
	margin-top: 25px;
}

.card {
	background-color: #1a1a1a;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 18px;
	flex: 0 0 calc(50% - 20px);
	height: 200px;
}

.card2 {
	margin-bottom: 25px;
	width: 276px;
}

.card4 {
	width: 276px;
}

.container-text {
	margin-right: 50px;
}

.numero {
	font-family: "Dubai";
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 60px;
	font-weight: bold;
	color: transparent;
	-webkit-text-stroke: 2px #b1b1b1;
	text-stroke: 2px #b1b1b1;
	z-index: 0;
}

/* fim cliente gerenciador */
.container-construtora-apont {
	display: flex;
	background-color: #F8F8F8;
	flex-direction: row;
	padding: 50px 0;
}

.container-gerenciadora-emp {
	display: flex;
	flex-direction: row;
	padding: 50px 0;
}

.container-construtora-apont img {
	margin: 10px;
}

.container-construtora-apont h4 {
	margin-right: 10px;
}

.container-construtora-apont .apontamentos-text {

	/* margin-left: 100px; */
	text-align: left;
	align-content: center;
}
.apontamentos-text h2{
	font-size: 22px;
	margin-left: 0;
}
.apontamentos-text h1{
	font-size: 30px;
	margin-left: 0;
}

.container-gerenciadora-emp .apontamentos-text {
	align-content: center;
}

/* pagina clienetes-construtora */
.diferenciais {
	max-width: 1200px;
	margin-left: 120px;
	display: flex;
	margin-top: 50px;
}

.subtitulo-dif {
	position: relative;
	z-index: 1;
	margin-bottom: 15px;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	color: #fec200;
	font-family: "Roboto", sans-serif;
	padding-left: 26px;
}

.subtitulo-dif::before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	width: 16px;
	height: 1px;
	background-color: #fec200;
}

.subtitulo-dif2 {
	color: #FFBB17;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 30px;
	font-weight: 700;
}

.titulo-dif {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 30px;
}

.diferenciais-desc {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-between;
}

.item-dif {
	flex: 1 1 calc(50% - 20px);
	box-sizing: border-box;
	padding-right: 30px;
}

.item-dif img {
	width: 50px;
	margin-bottom: 30px;
}

.item-dif h2 {
	margin-left: 0px;
}

.item-dif p {
	margin-left: 0px;
	color: #8b8b8b;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.7px;
}

.item-dif h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.link-servicos a {
	color: #f39c12;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	margin-top: 25px;
}

.link-servicos a:hover {
	text-decoration: underline;
}

.container-plataforma {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: 75vh;
	gap: 50px;
}

.container-plataforma-text {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: 100vh;
}

.container-plataforma .container-plat-content {
	display: flex;
	flex-direction: row;
	justify-content: center;
	text-align: left;
}

.container-plataforma-text .container-plat-content-text {
	display: flex;
	flex-direction: row;
	justify-content: center;
	text-align: left;
}

.container-plataforma img {
	width: clamp(280px, 80vw, 840px);
	height: auto;
}

.plataforma-text {
	max-width: 627px;
	text-align: left;
	padding-bottom: 50px;
	text-align: justify;
}

.plataforma-text h4 {
	text-transform: uppercase;
	font-weight: 100;
	color: #2A79B7;
}

.plataforma-text .plat-buttom {
	padding-top: 25px;
}

.container-plat-area {
	display: flex;
	flex-direction: column;
}

.container-plat-area img {
	max-width: 200px;
}

.section-obras {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8%;
	margin-top: 10%;
	background-color: #f8f8f8;
	font-family: Arial, sans-serif;
	min-height: 80vh;
}

.text p {
	margin: 5px 0 0;
	font-size: 14px;
	color: #555;
}

.left-column1 {
	margin-left: 50%;
}

.right-column1 {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-right: 28%;
	padding-bottom: 40px;
}

.right-column1 img {
	width: 570px;
}

.right-column1 h2 {
	font-size: 28px;
	margin: 0;
	padding-bottom: 15px;
}

.right-column1 p {
	font-size: 14px;
	color: #c0bdbd;
}

.obra-img {
	max-width: 100%;
	border-radius: 8px;
	margin-top: 10px;
}

.banner3 {
	position: relative;
	background-size: cover;
	background-position: center;     /* height: 200px; */
}

.container-indicadores {
	padding: 50px 10px;
	position: relative;
	z-index: 1;
}

.indicador {
	padding: 15px 0;
	text-align: center;
	align-items: center;
	color: #FFF;
}

.indicador h4 {
	color: #FFF;
	margin: 5px 0 2px;
}
.indicador h1 {
	color: #FFF;
	margin: 5px 0 2px;
	font-size: 24px;
}

.indicador p {
	color: #FFF;
	padding: 0 !important;
	margin: 0 !important;
}

.indicador img {
	width: 50px;
}

/* cliente final */
.obra-section {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 40px;
	max-width: 1200px;
	margin: 100px auto;
	padding: 40px;
}

.obra-imagem img {
	width: 100%;
	max-width: 515px;
	border-radius: 2px;
}

.obra-conteudo {
	flex: 1;
}

.tag {
	background-color: #f4c400;
	color: #000;
	font-weight: bold;
	padding: 6px 12px;
	display: inline-block;
	margin-bottom: 16px;
}

.obra-conteudo .cliente-final-title {
	font-size: 2rem;
	margin-bottom: 12px;
	margin-left: 0px;
}

.obra-conteudo p {
	color: #9f9f9f;
	margin-bottom: 24px;
	line-height: 1.5;
	margin-bottom: 61px;
	text-align: left;
}

.container-gerenciadora h4 {
	text-align: left;
}

.acompanhamento h3 {
	margin-bottom: 12px;
}

.acompanhamento ul {
	list-style: none;
	padding: 0;
}

.acompanhamento .progress-text {
	text-align: right;
	padding-bottom: 20px;
}

.progress {
	width: 100%;
	height: 7px;
	background: #ddd;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}

.progress-bar {
	width: 80%;
	height: 100%;
	background: #f4c400;
	position: relative;
	margin-bottom: 10px;
}

/* ponta verlha do progress   */
.progress-bar::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 10px;
	height: 100%;
	background: red;
	padding-bottom: 10px;
}

.acompanhamento li {
	padding-bottom: 15px;
}


ul li b {
    white-space: nowrap;
}


ul {
    padding-left: 0;
}

ul li {
    list-style-position: inside;
}
.h2_testimonial-item-icon svg {
	 width: 50px; height: auto;

}

@keyframes float-animation {
	0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(-15px);
	}

	100% {
		transform: translateY(0px);
	}

}

.banner-overlay-popup {
	position: absolute;
	bottom: 35%;
	right: 20%;
	z-index: 20;
	cursor: pointer;
	max-width: 100%;
	animation: 3s ease-in-out infinite;
}

.banner-overlay-popup img {
	width: 100%;
	height: auto;
	display: block;
}

a, .button, button {
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

a:focus, .button:focus {
	text-decoration: none;
	outline: none;
}

a:focus, a:hover {
	color: inherit;
	text-decoration: none;
}

a, button {
	color: inherit;
	outline: medium none;
	text-decoration: none;
}

button:focus, input:focus, input:focus, textarea, textarea:focus {
	outline: 0;
}



.uppercase {
	text-transform: uppercase;
}

.capitalize {
	text-transform: capitalize;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Roboto", sans-serif;
	color: var(--clr-body-heading);
	margin-top: 0px;
	line-height: 1.2;
	font-weight: 700;     /* text-transform: capitalize; */
	margin-bottom: 15px;
}

@media (max-width:767px) {
	h1, h2, h3, h4, h5, h6 {
		line-height: 1.3;
	}

}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}

h1 {
	font-size: 60px;
}

h2 {
	font-size: 48px;
}

h3 {
	font-size: 34px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 16px;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

p {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: var(--clr-body-text);
}

hr {
	border-bottom: 1px solid var(--clr-bg-gray-3);
	border-top: 0 none;
	padding: 0;
	opacity: 1;
}

label {
	color: var(--clr-common-black);
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}

*::-moz-selection {
	background-color: #fec200;
	color: var(--clr-common-white);
	text-shadow: none;
}

::-moz-selection {
	background-color: #fec200;
	color: var(--clr-common-white);
	text-shadow: none;
}

::selection {
	background-color: #fec200;
	color: var(--clr-common-white);
	text-shadow: none;
}

input::-webkit-input-placeholder {
	color: var(--clr-body-text);
	font-size: 16px;
	opacity: 1;
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
}

input:-moz-placeholder {
	color: var(--clr-body-text);
	font-size: 16px;
	opacity: 1;
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
}

input::-moz-placeholder {
	color: var(--clr-body-text);
	font-size: 16px;
	opacity: 1;
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
}

input:-ms-input-placeholder {
	color: var(--clr-body-text);
	font-size: 16px;
	opacity: 1;
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
}

textarea::-webkit-input-placeholder {
	color: var(--clr-body-text);
	font-size: 16px;
	opacity: 1;
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
}
.form-fale-conosco ::-webkit-input-placeholder {
	color: var(--clr-body-text);
	font-size: 16px;
	opacity: 1;
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
}

textarea:-moz-placeholder {
	color: var(--clr-body-text);
	font-size: 16px;
	opacity: 1;
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
}

textarea::-moz-placeholder {
	color: var(--clr-body-text);
	font-size: 16px;
	opacity: 1;
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
}

textarea:-ms-input-placeholder {
	color: var(--clr-body-text);
	font-size: 16px;
	opacity: 1;
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
}

input:focus::placeholder, textarea:focus::placeholder {
	opacity: 0;
}

.w_img img {
	width: 90%;
}

.w_img_rdc img {
	width: 102%;
}

p .mapa-coluna {
	font-size: 14px;
}

.h2_work-img .w_img-mapa {
	width: 120%;
}

[data-overlay] {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
}

[data-overlay]::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
}

.mt-5 {
	margin-top: 5px;
}

.mt-10 {
	margin-top: 10px;
}

.mt-15 {
	margin-top: 15px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-25 {
	margin-top: 25px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-35 {
	margin-top: 35px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-45 {
	margin-top: 45px;
}

.mt-50 {
	margin-top: 50px;
}

.mt-55 {
	margin-top: 55px;
}

.mt-60 {
	margin-top: 60px;
}

.mt-65 {
	margin-top: 65px;
}

.mt-70 {
	margin-top: 70px;
}

.mt-75 {
	margin-top: 75px;
}

.mt-80 {
	margin-top: 80px;
}

.mt-85 {
	margin-top: 85px;
}

.mt-90 {
	margin-top: 90px;
}

.mt-95 {
	margin-top: 95px;
}

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

.mt-105 {
	margin-top: 105px;
}

.mt-110 {
	margin-top: 110px;
}

.mt-115 {
	margin-top: 115px;
}

.mt-120 {
	margin-top: 120px;
}

.mt-125 {
	margin-top: 125px;
}

.mt-130 {
	margin-top: 130px;
}

.mt-135 {
	margin-top: 135px;
}

.mt-140 {
	margin-top: 140px;
}

.mt-145 {
	margin-top: 145px;
}

.mt-150 {
	margin-top: 150px;
}

.mt-155 {
	margin-top: 155px;
}

.mt-160 {
	margin-top: 160px;
}

.mt-165 {
	margin-top: 165px;
}

.mt-170 {
	margin-top: 170px;
}

.mt-175 {
	margin-top: 175px;
}

.mt-180 {
	margin-top: 180px;
}

.mt-185 {
	margin-top: 185px;
}

.mt-190 {
	margin-top: 190px;
}

.mt-195 {
	margin-top: 195px;
}

.mt-200 {
	margin-top: 200px;
}

.mb-5 {
	margin-bottom: 5px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-25 {
	margin-bottom: 25px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-35 {
	margin-bottom: 35px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-45 {
	margin-bottom: 45px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mb-55 {
	margin-bottom: 55px;
}

.mb-60 {
	margin-bottom: 60px;
}

.mb-65 {
	margin-bottom: 65px;
}

.mb-70 {
	margin-bottom: 70px;
}

.mb-75 {
	margin-bottom: 75px;
}

.mb-80 {
	margin-bottom: 80px;
}

.mb-85 {
	margin-bottom: 85px;
}

.mb-90 {
	margin-bottom: 90px;
}

.mb-95 {
	margin-bottom: 95px;
}

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

.mb-105 {
	margin-bottom: 105px;
}

.mb-110 {
	margin-bottom: 110px;
}

.mb-115 {
	margin-bottom: 115px;
}

.mb-120 {
	margin-bottom: 120px;
}

.mb-125 {
	margin-bottom: 125px;
}

.mb-130 {
	margin-bottom: 130px;
}

.mb-135 {
	margin-bottom: 135px;
}

.mb-140 {
	margin-bottom: 140px;
}

.mb-145 {
	margin-bottom: 145px;
}

.mb-150 {
	margin-bottom: 150px;
}

.mb-155 {
	margin-bottom: 155px;
}

.mb-160 {
	margin-bottom: 160px;
}

.mb-165 {
	margin-bottom: 165px;
}

.mb-170 {
	margin-bottom: 170px;
}

.mb-175 {
	margin-bottom: 175px;
}

.mb-180 {
	margin-bottom: 180px;
}

.mb-185 {
	margin-bottom: 185px;
}

.mb-190 {
	margin-bottom: 190px;
}

.mb-195 {
	margin-bottom: 195px;
}

.mb-200 {
	margin-bottom: 200px;
}

.ml-0 {
	margin-left: 0 !important;
}

.ml-5 {
	margin-left: 5px;
}

.ml-10 {
	margin-left: 10px;
}

.ml-15 {
	margin-left: 15px;
}

.ml-20 {
	margin-left: 20px;
}

.ml-20-2 {
	margin-left: 20px;
	margin-right: 32px;
}

.ml-20-2 h5 {
	margin-left: 3px;
	margin-right: 90px;
}

.ml-25 {
	margin-left: 25px;
}

.ml-30 {
	margin-left: 30px;
}

.ml-35 {
	margin-left: 35px;
}

.ml-40 {
	margin-left: 40px;
}

.ml-45 {
	margin-left: 45px;
}

.ml-50 {
	margin-left: 50px;
}

.ml-55 {
	margin-left: 55px;
}

.ml-60 {
	margin-left: 60px;
}

.ml-65 {
	margin-left: 65px;
}

.ml-70 {
	margin-left: 70px;
}

.ml-75 {
	margin-left: 75px;
}

.ml-80 {
	margin-left: 80px;
}

.ml-85 {
	margin-left: 85px;
}

.ml-90 {
	margin-left: 90px;
}

.ml-95 {
	margin-left: 95px;
}

.ml-100 {
	margin-left: 100px;
}

.ml-105 {
	margin-left: 105px;
}

.ml-110 {
	margin-left: 110px;
}

.ml-115 {
	margin-left: 115px;
}

.ml-120 {
	margin-left: 120px;
}

.ml-125 {
	margin-left: 125px;
}

.ml-130 {
	margin-left: 130px;
}

.ml-135 {
	margin-left: 135px;
}

.ml-140 {
	margin-left: 140px;
}

.ml-145 {
	margin-left: 145px;
}

.ml-150 {
	margin-left: 150px;
}

.ml-155 {
	margin-left: 155px;
}

.ml-160 {
	margin-left: 160px;
}

.ml-165 {
	margin-left: 165px;
}

.ml-170 {
	margin-left: 170px;
}

.ml-175 {
	margin-left: 175px;
}

.ml-180 {
	margin-left: 180px;
}

.ml-185 {
	margin-left: 185px;
}

.ml-190 {
	margin-left: 190px;
}

.ml-195 {
	margin-left: 195px;
}

.ml-200 {
	margin-left: 200px;
}

.mr-5 {
	margin-right: 5px;
}

.mr-10 {
	margin-right: 10px;
}

.mr-15 {
	margin-right: 15px;
}

.mr-20 {
	margin-right: 20px;
}

.mr-25 {
	margin-right: 25px;
}

.mr-30 {
	margin-right: 30px;
}

.mr-35 {
	margin-right: 35px;
}

.mr-40 {
	margin-right: 40px;
}

.mr-45 {
	margin-right: 45px;
}

.mr-50 {
	margin-right: 50px;
}

.mr-55 {
	margin-right: 55px;
}

.mr-60 {
	margin-right: 60px;
}

.mr-65 {
	margin-right: 65px;
}

.mr-70 {
	margin-right: 70px;
}

.mr-75 {
	margin-right: 75px;
}

.mr-80 {
	margin-right: 80px;
}

.mr-85 {
	margin-right: 85px;
}

.mr-90 {
	margin-right: 90px;
}

.mr-95 {
	margin-right: 95px;
}

.mr-100 {
	margin-right: 100px;
}

.mr-105 {
	margin-right: 105px;
}

.mr-110 {
	margin-right: 110px;
}

.mr-115 {
	margin-right: 115px;
}

.mr-120 {
	margin-right: 120px;
}

.mr-125 {
	margin-right: 125px;
}

.mr-130 {
	margin-right: 130px;
}

.mr-135 {
	margin-right: 135px;
}

.mr-140 {
	margin-right: 140px;
}

.mr-145 {
	margin-right: 145px;
}

.mr-150 {
	margin-right: 150px;
}

.mr-155 {
	margin-right: 155px;
}

.mr-160 {
	margin-right: 160px;
}

.mr-165 {
	margin-right: 165px;
}

.mr-170 {
	margin-right: 170px;
}

.mr-175 {
	margin-right: 175px;
}

.mr-180 {
	margin-right: 180px;
}

.mr-185 {
	margin-right: 185px;
}

.mr-190 {
	margin-right: 190px;
}

.mr-195 {
	margin-right: 195px;
}

.mr-200 {
	margin-right: 200px;
}

.pr-0 {
	padding-right: 0 !important;
}

.pl-0 {
	padding-left: 0 !important;
}

.pt-5 {
	padding-top: 5px;
}

.pt-10 {
	padding-top: 10px;
}

.pt-15 {
	padding-top: 15px;
}

.pt-20 {
	padding-top: 20px;
}

.pt-25 {
	padding-top: 25px;
}

.pt-30 {
	padding-top: 30px;
}

.pt-35 {
	padding-top: 35px;
}

.pt-40 {
	padding-top: 40px;
}

.pt-45 {
	padding-top: 45px;
}

.pt-50 {
	padding-top: 50px;
}

.pt-55 {
	padding-top: 55px;
}

.pt-60 {
	padding-top: 60px;
}

.pt-65 {
	padding-top: 65px;
}

.pt-70 {
	padding-top: 70px;
}

.pt-75 {
	padding-top: 75px;
}

.pt-80 {
	padding-top: 80px;
}

.pt-85 {
	padding-top: 85px;
}

.pt-90 {
	padding-top: 90px;
}

.pt-95 {
	padding-top: 95px;
}

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

.pt-105 {
	padding-top: 30px;
}

.pt-110 {
	padding-top: 110px;
}

.pt-115 {
	padding-top: 115px;
}

.pt-120 {
	padding-top: 120px;
}

.pt-125 {
	padding-top: 125px;
}

.pt-130 {
	padding-top: 130px;
}

.pt-135 {
	padding-top: 135px;
}

.pt-140 {
	padding-top: 140px;
}

.pt-145 {
	padding-top: 145px;
}

.pt-150 {
	padding-top: 150px;
}

.pt-155 {
	padding-top: 155px;
}

.pt-160 {
	padding-top: 160px;
}

.pt-165 {
	padding-top: 165px;
}

.pt-170 {
	padding-top: 170px;
}

.pt-175 {
	padding-top: 175px;
}

.pt-180 {
	padding-top: 180px;
}

.pt-185 {
	padding-top: 185px;
}

.pt-190 {
	padding-top: 190px;
}

.pt-195 {
	padding-top: 195px;
}

.pt-200 {
	padding-top: 200px;
}

.pb-5 {
	padding-bottom: 5px;
}

.pb-10 {
	padding-bottom: 10px;
}

.pb-15 {
	padding-bottom: 15px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pb-25 {
	padding-bottom: 25px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pb-35 {
	padding-bottom: 35px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pb-45 {
	padding-bottom: 45px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pb-55 {
	padding-bottom: 55px;
}

.pb-60 {
	padding-bottom: 60px;
}

.pb-65 {
	padding-bottom: 65px;
}

.pb-70 {
	padding-bottom: 70px;
}

.pb-75 {
	padding-bottom: 75px;
}

.pb-80 {
	padding-bottom: 80px;
}

.pb-85 {
	padding-bottom: 85px;
}

.pb-90 {
	padding-bottom: 90px;
}

.pb-95 {
	padding-bottom: 95px;
}

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

.pb-105 {
	padding-bottom: 105px;
}

.pb-110 {
	padding-bottom: 110px;
}

.pb-115 {
	padding-bottom: 115px;
}

.pb-120 {
	padding-bottom: 120px;
}

.pb-125 {
	padding-bottom: 125px;
}

.pb-130 {
	padding-bottom: 130px;
}

.pb-135 {
	padding-bottom: 135px;
}

.pb-140 {
	padding-bottom: 140px;
}

.pb-145 {
	padding-bottom: 145px;
}

.pb-150 {
	padding-bottom: 150px;
}

.pb-155 {
	padding-bottom: 155px;
}

.pb-160 {
	padding-bottom: 160px;
}

.pb-165 {
	padding-bottom: 165px;
}

.pb-170 {
	padding-bottom: 170px;
}

.pb-175 {
	padding-bottom: 175px;
}

.pb-180 {
	padding-bottom: 180px;
}

.pb-185 {
	padding-bottom: 185px;
}

.pb-190 {
	padding-bottom: 190px;
}

.pb-195 {
	padding-bottom: 195px;
}

.pb-200 {
	padding-bottom: 200px;
}

.pb-205 {
	padding-bottom: 205px;
}

.pb-210 {
	padding-bottom: 210px;
}

.pb-215 {
	padding-bottom: 215px;
}

.pb-220 {
	padding-bottom: 220px;
}

.pb-225 {
	padding-bottom: 225px;
}

.pb-230 {
	padding-bottom: 230px;
}

.pb-235 {
	padding-bottom: 235px;
}

.pb-240 {
	padding-bottom: 240px;
}

.pb-245 {
	padding-bottom: 245px;
}

.pb-250 {
	padding-bottom: 250px;
}

.pb-255 {
	padding-bottom: 255px;
}

.pb-260 {
	padding-bottom: 260px;
}

.pb-265 {
	padding-bottom: 265px;
}

.pb-270 {
	padding-bottom: 270px;
}

.pb-275 {
	padding-bottom: 275px;
}

.pb-280 {
	padding-bottom: 280px;
}

.pb-285 {
	padding-bottom: 285px;
}

.pb-290 {
	padding-bottom: 290px;
}

.pb-295 {
	padding-bottom: 295px;
}

.pb-300 {
	padding-bottom: 300px;
}

.pl-5 {
	padding-left: 5px;
}

.pl-10 {
	padding-left: 10px;
}

.pl-15 {
	padding-left: 15px;
}

.pl-20 {
	padding-left: 20px;
}

.pl-25 {
	padding-left: 25px;
}

.pl-30 {
	padding-left: 30px;
}

.pl-35 {
	padding-left: 35px;
}

.pl-40 {
	padding-left: 40px;
}

.pl-45 {
	padding-left: 45px;
}

.pl-50 {
	padding-left: 50px;
}

.pl-55 {
	padding-left: 55px;
}

.pl-60 {
	padding-left: 60px;
}

.pl-65 {
	padding-left: 65px;
}

.pl-70 {
	padding-left: 70px;
}

.pl-75 {
	padding-left: 75px;
}

.pl-80 {
	padding-left: 80px;
}

.pl-85 {
	padding-left: 85px;
}

.pl-90 {
	padding-left: 90px;
}

.pl-95 {
	padding-left: 95px;
}

.pl-100 {
	padding-left: 100px;
}

.pl-105 {
	padding-left: 105px;
}

.pl-110 {
	padding-left: 110px;
}

.pl-115 {
	padding-left: 115px;
}

.pl-120 {
	padding-left: 120px;
}

.pl-125 {
	padding-left: 125px;
}

.pl-130 {
	padding-left: 130px;
}

.pl-135 {
	padding-left: 135px;
}

.pl-140 {
	padding-left: 140px;
}

.pl-145 {
	padding-left: 145px;
}

.pl-150 {
	padding-left: 150px;
}

.pl-155 {
	padding-left: 155px;
}

.pl-160 {
	padding-left: 160px;
}

.pl-165 {
	padding-left: 165px;
}

.pl-170 {
	padding-left: 170px;
}

.pl-175 {
	padding-left: 175px;
}

.pl-180 {
	padding-left: 180px;
}

.pl-185 {
	padding-left: 185px;
}

.pl-190 {
	padding-left: 190px;
}

.pl-195 {
	padding-left: 195px;
}

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

.pr-5 {
	padding-right: 35px;
}

.pr-10 {
	padding-right: 10px;
}

.pr-15 {
	padding-right: 15px;
}

.pr-20 {
	padding-right: 20px;
}

.pr-25 {
	padding-right: 25px;
}

.pr-30 {
	padding-right: 30px;
}

.pr-35 {
	padding-right: 35px;
}

.pr-40 {
	padding-right: 40px;
}

.pr-45 {
	padding-right: 45px;
}

.pr-50 {
	padding-right: 50px;
}

.pr-55 {
	padding-right: 55px;
}

.pr-60 {
	padding-right: 60px;
}

.pr-65 {
	padding-right: 65px;
}

.pr-70 {
	padding-right: 70px;
}

.pr-75 {
	padding-right: 75px;
}

.pr-80 {
	padding-right: 80px;
}

.pr-85 {
	padding-right: 85px;
}

.pr-90 {
	padding-right: 90px;
}

.pr-95 {
	padding-right: 95px;
}

.pr-100 {
	padding-right: 100px;
}

.pr-105 {
	padding-right: 105px;
}

.pr-110 {
	padding-right: 110px;
}

.pr-115 {
	padding-right: 115px;
}

.pr-120 {
	padding-right: 120px;
}

.pr-125 {
	padding-right: 125px;
}

.pr-130 {
	padding-right: 130px;
}

.pr-135 {
	padding-right: 135px;
}

.pr-140 {
	padding-right: 140px;
}

.pr-145 {
	padding-right: 145px;
}

.pr-150 {
	padding-right: 150px;
}

.pr-155 {
	padding-right: 155px;
}

.pr-160 {
	padding-right: 160px;
}

.pr-165 {
	padding-right: 165px;
}

.pr-170 {
	padding-right: 170px;
}

.pr-175 {
	padding-right: 175px;
}

.pr-180 {
	padding-right: 180px;
}

.pr-185 {
	padding-right: 185px;
}

.pr-190 {
	padding-right: 190px;
}

.pr-195 {
	padding-right: 195px;
}

.pr-200 {
	padding-right: 200px;
}

.grey_bkg {
	background-color: #F8F8F8;
}

.container-sobre {
	margin-top: 130px;
	margin-left: 15%;
	display: flex;
	flex-direction: column;
}

.container-sobre .breadcrumb-content-title1 {
	margin-left: 0%
}

.container-sobre .breadcrumb-content-title2 {
	margin-left: 0%;
	color: #fff;
}

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

.container-empresa p {
	width: 45%;
	text-align: justify;
}

.breadcrumb-content .h2_testimonial-area-service .container-difenciais {
	margin-top: 10%;
	width: 100%;
	background-color: #222;
	position: relative;
	z-index: 1;
}

.container-difenciais {
	margin-left: 2%;
	width: 65%;
	min-height: 80vh;     /* margin-left: calc(-50vw + 50%); */
}

.container-difenciais h4 {
	color: #f5bb00;
}

.container-difenciais p {
	color: #ffffff;
}

#servico {
	margin-top: 15%;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl, .container-plat, .container-obras {
	--bs-gutter-x: 30px;
}

.row {
	--bs-gutter-x: 13px;
}

.row.g-0 {
	--bs-gutter-x: 0;
}

@media (min-width:1600px) {
	.container.container-custom-1 {
		max-width: 1750px;
	}

	.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl, .container-plat, .container-obras {
		--bs-gutter-x: -90px;
	}

}

/* <<<<<<<    Declaration   >>>>>>>>> */
:root {

	/**
		  @color declaration
		  */
	--clr-common-white: #fff;
	--clr-common-black: #222222;
	--clr-common-black-soft: #38383a;
	--clr-common-black-deep: #000000;
	--clr-body-heading: #222222;
	--clr-body-text: #7a7a7a;
	--clr-color-blue: #000a30;
	--clr-color-orange: #fcaa04;
	--clr-color-orange-2:#ffd139;
	--clr-color-orange-3:#ffcd00;
	--clr-theme-primary: #fec200;
	--clr-theme-primary-dark: #a85855;
	--clr-theme-primary-soft: #fff5f5;
	--clr-bg-gray: #f6f6f6;
	--clr-bg-gray-2:#f1f1f1;
	--clr-bg-gray-3:#ececec;
	--clr-bg-gray-4:#b2b2b2;
	--clr-bg-gray-5:#bcbcbc;
	--clr-bg-gray-6:#828282;
	--clr-bg-gray-7:#eeeeee;
	--clr-bg-gray-8:#d5d5d5;
	--clr-bg-gray-9:#b8b8b8;
	--clr-bg-gray-10:#a2a2a2;
	--clr-bg-gray-11:#c1c1c1;
	--clr-bg-gray-12:#f5f5f5;
	--clr-bg-gray-13:#dbdbdb;
	--clr-bg-gray-14:#cecece;
	--clr-bg-gray-15:#f8f2f2;
	--clr-bg-gray-16:#f8f8f8;
}

.bg-default {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.light-bg {
	background-color: #FFFFFF;
}

.no-after::after {
	display: none;
}

.p-relative {
	position: relative;
}

.w-60 {
	width: 60%;
}

.w-80 {
	width: 80%;
}

.w-85 {
	width: 85%;
}

.w-90 {
	width: 90%;
}

.w-94 {
	width: 94%;
}

.gap-30 {
	gap: 30px;
}

.ms-4 {
	margin-left: 34px;
}

.content-center {
	align-content: center;
}

.item-center {
	place-items: center;
}

/*---------------------------------------------------*/

/*  mouse cursor animation
/*---------------------------------------------------*/
.mouseCursor {
	position: fixed;
	left: 0;
	top: 0;
	pointer-events: none;
	border-radius: 50%;
	transform: translateZ(0);
	visibility: hidden;
}

.cursor-inner {
	margin-left: -3px;
	margin-top: -3px;
	width: 6px;
	height: 6px;
	z-index: 10000001;
	background-color: #ff3900;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.cursor-inner.cursor-hover {
	margin-left: -30px;
	margin-top: -30px;
	width: 60px;
	height: 60px;
	background-color: #ff3900;
	opacity: 0.5;
}

.cursor-outer {
	margin-left: -15px;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	border: 2px solid #ff3900;
	box-sizing: border-box;
	z-index: 10000000;
	opacity: 0.5;
	-webkit-transition: all 0.08s linear 0s;
	-moz-transition: all 0.08s linear 0s;
	-ms-transition: all 0.08s linear 0s;
	-o-transition: all 0.08s linear 0s;
	transition: all 0.08s linear 0s;
}

.cursor-outer.cursor-hover {
	opacity: 0;
}

.mim_tm_all_wrap[data-magic-cursor="hide"] .mouseCursor {
	display: none;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	z-index: -1111;
}

.admin-cursor-button-list-1 .admin-cursor-default {
	line-height: 40px;
	display: inline-block;
	border: 0;
	background: orangered;
	color: #fff;
	padding: 0 20px;
	height: 40px;
	font-size: 20px;
	margin-right: 8px;
}

.admin-cursor-button-list-1 .admin-cursor-magic {
	border: 0;
	background: orangered;
	line-height: 40px;
	color: #fff;
	display: inline-block;
	padding: 0 20px;
	height: 40px;
	font-size: 20px;
}

.mouse-cursor-invisible {
	display: none;
}

.mouse-cursor-invisible.visible {
	display: block;
}

.theme-bg {
	background-color: #fec200;
}

/*
************
*************************
02. header
******************************************************* 
*************************************************************** */
.header-area {
	position: absolute;
	z-index: 100;
	left: 0;
	top: 0;
	right: 0;
	background-color: rgba(34, 34, 34, 0.25);     /* Fundo escuro semi-transparente */
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.header-logo {
	max-width: 180px;
	padding-left: 15px;
}

.single-banner-bg, .single-banner-img2 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	transform: scale(1);
	-webkit-transition: all 8s linear 0s;
	-moz-transition: all 8s linear 0s;
	-ms-transition: all 8s linear 0s;
	-o-transition: all 8s linear 0s;
	transition: all 15s linear 0s;
}

.swiper-slide-active .single-banner-bg, .swiper-slide-active .single-banner-img2 {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);     /* animation: scroll 60s linear infinite; */
}

.menu-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media only screen and (min-width:1200px) and (max-width:1399px), only screen and (min-width:992px) and (max-width:1199px), only screen and (min-width:768px) and (max-width:991px), (max-width:767px) {
	.menu-wrap {
		padding-top: 25px;
		padding-bottom: 25px;
	}

}

.main-menu {
	text-align: center;
	width: auto;
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.main-menu {
		margin-right: 59px;
	}

}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.main-menu {
		margin-right: 65px;
	}

}

.main-menu ul {
	display: flex;
	align-items: center;
}

.main-menu ul .menu-has-child {
	position: relative;
	z-index: 5;
	text-align: start;
}

.main-menu ul .menu-item {
	margin-right: 40px;
}

.main-menu ul .menu-item:last-child {
	margin-right: 0;
}

.main-menu ul .menu-item a {
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	padding: 38px 0;
	display: block;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.main-menu ul .menu-item a {
		padding: 25px 5px;
	}

}

.main-menu ul .menu-item:is(.menu-has-child) > a::after {
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	content: "\f0d7";
	font-size: 14px;
	font-weight: 700;
	margin-left: 5px;
}

.main-menu ul .menu-item .submenu {
	position: absolute;
	left: 0;
	top: 100%;
	background: #fff;
	width: 340px;
	opacity: 0;
	visibility: hidden;
	display: block;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	box-shadow: 0 9px 19px rgba(0, 0, 0, 0.1);
}

.main-menu ul .menu-item .submenu li {
	display: block;
	margin-right: 0;
	position: relative;
	z-index: 5;
}

.main-menu ul .menu-item .submenu li a {
	padding: 15px 25px;
	color: var(--clr-body-heading);
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	-ms-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}

.main-menu ul .menu-item .submenu li .submenu {
	left: 100%;
	top: 0;
}

.main-menu ul .menu-item .submenu li:hover > a {
	background-color: #fec200;
	color: #fff;
}

.main-menu ul .menu-item .submenu li:not(:last-child) {
	border-bottom: 1px solid #f2f2f2;
}

.main-menu ul .menu-item:hover > .submenu {
	opacity: 1;
	visibility: visible;
}

.main-menu ul .menu-item:hover > a {
	color: #fec200;
}

.header-button {
	gap: 20px;
}

.language-switcher {

	/* margin-right: 20px;  */
	border-right: 1px solid #ffffff4d;
	padding-right: 20px;
}

.header-action-search {
	position: relative;
	z-index: 1;
	margin-right: 40px;
	padding-right: 41px;
	line-height: 1;
}

.header-action-search::before {
	position: absolute;
	z-index: 1;
	content: "";
	top: 0;
	right: 0;
	width: 2px;
	height: 100%;
	background-color: #fff;
}

.header-action-search-btn {
	font-size: 20px;
	color: #fff;
}

.header-action-search-btn:hover {
	color: #fec200;
}

.header-action-menu-btn {
	font-size: 20px;
	color: #fff;
}

.side-toggle {
	cursor: pointer;
	-webkit-transition: all 0.6s linear 0s;
	-moz-transition: all 0.6s linear 0s;
	-ms-transition: all 0.6s linear 0s;
	-o-transition: all 0.6s linear 0s;
	transition: all 0.6s linear 0s;
	display: inline-block;
}

.side-toggle:hover {
	color: #fec200;
}

.h2_header-area {
	display: flex;
}

.h2_header-logo {
	background: #fec200;
	width: 50px;
	height: 50px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media only screen and (min-width:1400px) and (max-width:1599px), only screen and (min-width:1200px) and (max-width:1399px) {
	.h2_header-logo {
		width: 50px;
		height: 50px;
	}

}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.h2_header-logo {
		width: 240px;
	}

}

@media only screen and (min-width:768px) and (max-width:991px) {
	.h2_header-logo {
		width: 250px;
		height: 80px;
	}

}

@media (max-width:767px) {
	.h2_header-logo {
		width: 45%;
		height: 70px;
		text-align: center;
	}

	.h2_header-logo img {
		width: 80%;
	}

}

/*responsividade da pagina de clientes*/
@media (max-width:768px) {
	.container-clientes {
		flex-direction: column;
		text-align: center;
	}

	.right-section h1 {
		font-size: 1.5rem;
	}

	.features {
		flex-direction: column;
		align-items: center;
	}

}

@media (max-width:480px) {
	.right-section h1 {
		font-size: 1.2rem;
	}

	.description {
		font-size: 0.9rem;
	}

}

@media (max-width:768px) {
	.image-stack img {
		width: 90%;
		margin: 0 auto;
	}

	.image-back {
		display: none;
	}

}

@media (max-width:768px) {
	.container-construtora-apont {
		flex-direction: column;
		text-align: center;
	}

	.apontamentos-text h3 {
		font-size: 1.5rem;
	}
	.apontamentos-text h1 {
		font-size: 1.5rem;
	}

	.apontamentos-text p {
		font-size: 0.95rem;
	}

	.container-construtora-apont img {
		width: 80%;
		margin: 0 auto;
	}

}

@media (max-width:480px) {
	.apontamentos-text h3 {
		font-size: 1.2rem;
	}

	.apontamentos-text p {
		font-size: 0.9rem;
	}

	.container-construtora-apont img {
		width: 100%;         /* Ocupa toda largura */
	}

}

@media (max-width:768px) {
	.diferenciais {
		flex-direction: column;         /* Empilha tudo */
		text-align: center;
	}

	.titulo-dif {
		font-size: 1.5rem;
	}

	.item-dif {
		flex: 1 1 100%;         /* Um por linha */
	}

	.image-stack-construct img {
		width: 80%;
		margin: 0 auto;
	}

}

@media (max-width:480px) {
	.titulo-dif {
		font-size: 1.3rem;
	}

	.item-dif h2 {
		font-size: 1rem;
	}

	.item-dif p {
		font-size: 0.9rem;
	}

	.image-stack-construct img {
		width: 100%;
	}

}

@media only screen and (min-width:576px) and (max-width:767px) {
	.h2_header-logo {
		width: 45%;
		height: 80px;
		text-align: center;
	}

	.h2_header-logo img {
		width: 80%;
	}

}

.h2_header-top {
	display: flex;
	justify-content: space-between;
	background: #ecbb1c;
	padding: 0 50px;
	align-items: center;
	height: 50px;
}

.h2_header-right {
	width: 100%;
	height: 130px;
}

@media (max-width:767px) {
	.h2_header-right {
		height: 70px;
	}

}

@media only screen and (min-width:768px) and (max-width:991px), only screen and (min-width:576px) and (max-width:767px) {
	.h2_header-right {
		height: 80px;
	}

}

.h2_header-top-contact ul {
	display: flex;
	gap: 30px;
	align-items: center;
}

.h2_header-top-social ul {
	display: flex;
	gap: 20px;
	align-items: center;
}

.h2_header-top-social ul li a {
	font-size: 16px;
	color: #222222;
	display: block;
}

.h2_header-top-contact ul li a, .h2_header-top-contact ul li span {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #222222;
	font-size: 14px;
}

.h2_header-bottom {
	display: flex;
	align-items: center;
	background: #222222;
	width: 100%;
	height: calc(100% - 50px);
}

@media only screen and (min-width:768px) and (max-width:991px), (max-width:767px) {
	.h2_header-bottom {
		height: 100%;
	}

	.recurso-info-diferenciais a {
		padding: 8px;
		gap: 6px;
		font-size: 0.95rem;
		line-height: 1.3;
	}

	.project-wrapper {
		grid-template-columns: repeat(2, 1fr);
		column-gap: 10px;
		row-gap: 18px;
	}

}

.h2_header-action {
	display: flex;
	align-items: center;
}

@media only screen and (min-width:1200px) and (max-width:1399px), only screen and (min-width:992px) and (max-width:1199px), only screen and (min-width:768px) and (max-width:991px), (max-width:767px) {
	.h2_header-action {
		justify-content: end;
	}

}

.h2_header-action-contact {
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: center;
	width: 100%;
}

.h2_header-menu ul .menu-item {
	display: flex;
	justify-content: center;
	width: 100%;
	border-right: 1px solid #373737;
	margin: 0;
}

.h2_header-menu ul .menu-item a {
	padding: 27px 0;
}

.h2_header-top ul li {
	line-height: 1;
}

.h2_header-action-info h6 {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 5px;
}

.h2_header-action-info h5 {
	color: #fff;
	font-size: 18px;
	margin-bottom: 0;
}

.h2_header-action-info h5 a:hover {
	color: #fec200;
}

.h2_header-action-icon svg {
	color: #fff;
}

.h2_header-menu {
	width: 71%;
	flex-shrink: 0;
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
	.h2_header-menu {
		width: 65%;
	}

}

@media only screen and (min-width:1200px) and (max-width:1399px), only screen and (min-width:992px) and (max-width:1199px) {
	.h2_header-menu {
		width: 87%;
	}

}

.h2_header-action {
	width: 29%;
	flex-shrink: 0;
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
	.h2_header-action {
		width: 35%;
	}

}

@media only screen and (min-width:1200px) and (max-width:1399px), only screen and (min-width:992px) and (max-width:1199px) {
	.h2_header-action {
		width: 13%;
	}

}

.h2_header-action-search-btn {
	display: block;
	color: #fff;
	font-size: 20px;
	padding: 0 30px;
}

.h2_header-action-search-btn:hover {
	color: #fec200;
}

.h2_header-action-menu-btn {
	font-size: 28px;
	display: block;
	color: #fff;
	padding: 0 25px;
}

.h2_border-right {
	border-right: 1px solid #373737;
}

.side-info {
	width: 100%;
	max-width: 400px;
	background-color: #0c1308;
	box-shadow: 0 13px 29px rgba(4, 0, 23, 0.1);
	height: 100%;
	position: fixed;
	z-index: 999;
	top: 0;
	right: -400px;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	-ms-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
	padding: 40px;
}

.side-info:is(.info-open) {
	right: 0;
	overflow-y: scroll;
	scrollbar-width: thin;
}

.offcanvas-overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: rgba(4, 0, 23, 0.5);
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	-ms-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
	cursor: url(../../assets/img/bg/close.png), auto;
}

.offcanvas-overlay:is(.overlay-open) {
	left: 0;
	opacity: 1;
	visibility: visible;
}

.mean-container .mean-nav {
	background: transparent;
}

.mean-container .mean-nav ul li a {
	border-color: #2c2a2a;
	font-size: 15px;
	color: #cacaca;
}

.pl-sidebar-close.side-info-close {
	background: transparent;
	border: none;
	font-size: 25px;
	color: #fff;
}

.mean-container .mean-nav ul li a.mean-expand {
	padding: 9px 12px;
	border-color: #2c2a2a;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
	background: rgba(255, 255, 255, 0.2);
}

/* sidebar contact info */
.sidebar-contact-title {
	font-size: 24px;
	color: var(--clr-common-white);
	margin-bottom: 20px;
}

.sidebar-contact > a {
	display: block;
	margin-bottom: 12px;
	color: #cacaca;
}

.sidebar-contact > a:hover {
	color: #fff;
}

.sidebar-contact > a:hover i {
	background-color: rgba(255, 255, 255, 0.2);
}

.sidebar-contact > a i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #2c2c2c;
	display: inline-block;
	margin-right: 15px;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.sidebar-address {
	display: flex;
	margin-bottom: 5px;
	color: #cacaca;
}

.sidebar-address i {
	max-width: 40px;
	height: 40px;
	background-color: #2c2c2c;
	line-height: 40px;
	text-align: center;
	margin-right: 15px;
	flex: 0 0 40px;
}

.sidebar-social a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #2c2c2c;
	text-align: center;
	color: #cacaca;
}

.sidebar-social a:not(:last-child) {
	margin-right: 7px;
}

.sidebar-social a:hover {
	color: #fff;
	background-color: #fec200;
}

/* Search */
.body-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	display: block;
	background: #253a1a;
	z-index: 999;
	content: "";
	left: 0;
	top: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	-ms-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
	cursor: url(../../assets/img/bg/close.png), auto;
}

.body-overlay.active {
	visibility: visible;
	opacity: 0.97;
}

.td-search-popup .search-form {
	width: 35%;
	position: absolute;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	-ms-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
	visibility: hidden;
	opacity: 0;
	transform: translate(-50%, -50%);
	z-index: 999;
}

.td-search-popup.active .search-form {
	visibility: visible;
	opacity: 1;
	width: 40%;
}

@media (max-width:767px) {
	.td-search-popup.active .search-form {
		width: calc(100% - 50px);
	}

}

@media only screen and (min-width:576px) and (max-width:767px) {
	.td-search-popup.active .search-form {
		width: 70%;
	}

}

@media (max-width:768px) {
	.container-plataforma {
		flex-direction: column;
		text-align: center;
		gap: 20px;
		padding: 8% 6%;
	}

	.plataforma-text {
		max-width: 100%;
		padding: 15px 10px;
	}

	.plataforma-text h4 {
		font-size: 24px;
	}

	.plataforma-text p, li {
		font-size: 14px;
		padding-bottom: 10px;
	}

	.plat-button a {
		font-size: 14px;         /* padding: 10px 20px; */
		text-align: center;
	}

}

@media (max-width:480px) {
	.plataforma-text h4 {
		font-size: 20px;
	}

	.plat-button a {
		width: 100%;
		text-align: center;
	}
	.ged_details-info-content{
		margin-top: -35px;
	}
	.team_details-info-img {
        margin-top: -40px;
    }

}


.td-search-popup.active .search-form {
	visibility: visible;
}

.td-search-popup .search-form .form-group .form-control {
	border: none;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	height: 60px;
	padding: 0 75px 0 25px;
	background: #f7f9fb;
	line-height: 60px;
}

.td-search-popup .search-form .submit-btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	height: 60px;
	border: 0;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	color: #ffffff;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	-ms-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
	padding: 0;
	text-align: center;
	cursor: pointer;
	background: #ff9400;
}

.sidebar-close {
	border: 0;
	background-color: transparent;
	font-size: 25px;
}

.sidebar-close:hover {
	color: #fff;
}

.blue-bg {
	background-color: rgba(0, 0, 0, 0.95);
}

.sg-popup-search-box {
	position: fixed;
	display: flex;
	left: 0;
	top: -100px;
	width: 100%;
	z-index: 9999;
	height: 100vh;
	align-items: center;
	transform: scaleY(0);
	transition: all 0.3s;
	transform-origin: top;
	opacity: 0;
	visibility: hidden;
}

.sg-popup-search-box .title {
	color: var(--clr-common-white);
	font-weight: 600;
	margin-bottom: 25px;
}

@media (max-width:767px) {
	.sg-popup-search-box .title {
		font-size: 30px;
	}

}

@media only screen and (min-width:576px) and (max-width:767px) {
	.sg-popup-search-box .title {
		font-size: 36px;
	}

}

.sg-popup-search-box-form {
	display: flex;
}

@media (max-width:767px) {
	.sg-popup-search-box-form {
		flex-wrap: wrap;
	}

}

@media only screen and (min-width:576px) and (max-width:767px) {
	.sg-popup-search-box-form {
		flex-wrap: nowrap;
	}

}

.sg-popup-search-box-form .sg-popup-search-box-close-action-btn {
	height: 60px;
	width: 60px;
	font-size: 30px;
	border: none;
	outline: none;
	border-radius: 5px;
	margin-left: 25px;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: var(--clr-common-white);
	flex: 0 0 auto;
}

@media (max-width:767px) {
	.sg-popup-search-box-form .sg-popup-search-box-close-action-btn {
		margin: auto;
	}

}

@media only screen and (min-width:576px) and (max-width:767px) {
	.sg-popup-search-box-form .sg-popup-search-box-close-action-btn {
		margin-left: 25px;
		margin-right: 0;
		margin-top: 0;
		margin-bottom: 0;
	}

}

.sg-popup-search-box-form .sg-popup-search-box-close-action-btn:hover {
	background-color: rgba(255, 255, 255, 0.2);
	border-color: transparent;
}

@media (max-width:767px) {
	.sg-popup-search-box {
		height: 100%;
		overflow-y: auto;
	}

}

.sg-popup-search-box.active {
	top: 0;
	opacity: 1;
	visibility: visible;
	transform: scaleY(1);
}

.sg-popup-search-box .form-fale-conosco {
	position: relative;
	width: 100%;
}
.sg-popup-search-box .form-contact {
	position: relative;
	width: 100%;
}

@media (max-width:767px) {
	.sg-popup-search-box .form-fale-conosco {
		margin-bottom: 50px;
	}
	.sg-popup-search-box .form-contact {
		margin-bottom: 50px;
	}

}

@media only screen and (min-width:576px) and (max-width:767px) {
	.sg-popup-search-box .form-fale-conosco {
		margin-bottom: 0px;
	}
	.sg-popup-search-box .form-contact {
		margin-bottom: 0px;
	}

	.h2_price-item {
		padding: 45px 55px 50px;
	}

}

.sg-popup-search-box-input input {
	width: 100%;
	height: 60px;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 5px;
	font-size: 14px;
	color: var(--clr-common-white);
	padding: 0 30px;
	padding-right: 115px;
}

.sg-popup-search-box-input input::placeholder {
	color: var(--clr-common-white);
	font-size: 14px;
}

@media (max-width:767px) {
	.sg-popup-search-box-input input {
		width: 100%;
		background-color: transparent;
		opacity: 0.7;
	}

}

.sg-popup-search-box button[type="submit"] {
	position: absolute;
	right: 0;
	top: 0px;
	bottom: 0;
	padding: 0 30px;
	background: transparent;
	color: white;
	font-size: 24px;
	border-radius: 0;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	border-right: none;
	border-top: none;
	border-bottom: none;
}

.sg-popup-search-box button[type="submit"]:hover {
	color: var(--clr-common-white);
	background-color: rgba(255, 255, 255, 0.2);
}

.sg-popup-search-box .nice-select {
	width: 350px;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: var(--clr-common-black);
	border: 1px solid var(--clr-bg-gray-14);
	background: var(--clr-bg-gray-16);
	position: relative;
	z-index: 9;
	padding-left: 25px;
	padding-right: 25px;
}

.sg-popup-search-box .nice-select::after {
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-bottom-color: var(--clr-body-text);
	border-right-color: var(--clr-body-text);
	right: 25px;
	width: 7px;
	height: 7px;
}

@media (max-width:767px) {
	.sg-popup-search-box .nice-select {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}

}

.sg-popup-search-box .nice-select .list {
	width: 100%;
}

.padding-box input.contact-form-2-checkbox {
	transform: translateY(1px);
	margin-right: 6px;
}

.contact-form-2-policy > a {
	margin-left: 5px;
}

.single-banner {
	min-height: 960px;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
}

.single-banner2 {
	min-height: 240px;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
}

.single-banner3 {
	min-height: 200px;
	align-items: center;
	position: relative;
	z-index: 1;
}

.single-banner-no-bg {
	min-height: 960px;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
}

@media (max-width:767px) {
	.single-banner {
		min-height: 860px;
	}

	.single-banner-no-bg {
		min-height: 860px;
	}

}

.single-banner::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	display: none;
}

.single-banner-no-bg::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	display: none;
}

.single-banner::after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #152850;
	opacity: 0.4;
	z-index: 0;
}

.banner3::after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #041033;
	opacity: 0.8;
	z-index: 0;
}

.main-menu ul .menu-item {
	margin-right: 40px;
}

.video-background-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -2;
}

.video-background-wrapper video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner-wrapper {
	padding-top: 0;
}

@media only screen and (min-width:1400px) and (max-width:1599px), only screen and (min-width:1200px) and (max-width:1399px), only screen and (min-width:992px) and (max-width:1199px) {
	.banner-wrapper {
		position: relative;
		z-index: 1;
	}

}

.banner-content-action {
	gap: 45px;
	align-items: center;
	padding-bottom: 15px;
}

@media (max-width:767px) {
	.banner-content-action {
		flex-direction: column;
		align-items: flex-start;
	}

}

.banner-content-title {
	font-size: 72px;
	font-weight: 900;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
	text-transform: uppercase;
	line-height: 1.22;
	margin-bottom: 15px;
	opacity: 0;
	visibility: hidden;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.banner-content-title {
		font-size: 60px;
	}

}

@media only screen and (min-width:768px) and (max-width:991px) {
	.banner-content-title {
		font-size: 52px;
	}

}

@media (max-width:767px) {
	.banner-content-title {
		font-size: 36px;
	}

}

.banner-content p {
	font-size: 20px;
	color: #fff;
	line-height: 36px;
	margin-bottom: 50px;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.banner-content p {
		font-size: 18px;
	}

}

@media only screen and (min-width:768px) and (max-width:991px) {
	.banner-content p {
		font-size: 18px;
	}

}

@media (max-width:767px) {
	.banner-content p {
		font-size: 16px;
	}

}

.banner-img {
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 70px;
	z-index: 1;
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.banner-img {
		right: 0;
		width: 55%;
	}

}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.banner-img {
		right: 0;
		width: 55%;
	}

}

.swiper-slide-active .banner-content-title {
	opacity: 1;
	visibility: visible;
}

.banner-social {
	gap: 60px;
	position: absolute;
	left: -35px;
	top: 0;
	transform: translateY(-50%) rotate(-90deg);
	z-index: 9;
	top: 50%;
}

@media only screen and (min-width:1600px) and (max-width:1799px) {
	.banner-social {
		left: -50px;
	}

}

@media only screen and (min-width:1400px) and (max-width:1599px), only screen and (min-width:1200px) and (max-width:1399px), only screen and (min-width:992px) and (max-width:1199px) {
	.banner-social {
		top: auto;
		bottom: -60px;
		transform: none;
		left: 0;
		gap: 30px;
	}

}

@media only screen and (min-width:768px) and (max-width:991px), (max-width:767px) {
	.banner-social {
		display: none !important;
	}

}

.banner-social-title {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 0;
	position: relative;
	z-index: 1;
}

.banner-social-title::before {
	position: absolute;
	right: -40px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
	content: "";
	width: 20px;
	height: 1px;
	color: #fff;
}

.banner-social-list {
	position: relative;
	z-index: 1;
}

.banner-social-list a {
	font-size: 16px;
	color: #fff;
	margin-right: 15px;
}

.banner-social-list a:hover {
	color: #fec200;
}

.banner-social-list a:last-child {
	margin-right: 0;
}

.banner-swiper-pagination.swiper-pagination-bullets {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 105px;
	text-align: center;
	line-height: 1;
	z-index: 1;
}

.banner-swiper-pagination .swiper-pagination-bullet {
	width: 30px;
	height: 30px;
	display: inline-block;
	border-radius: 50%;
	background: transparent;
	opacity: 1;
	border: 1px solid rgba(255, 255, 255, 0);
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.banner-swiper-pagination .swiper-pagination-bullet::before {
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	content: "";
	background-color: #fff;
	width: 10px;
	height: 10px;
	border-radius: 50%;
}

.banner-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0;
	margin-right: 10px;
}

.banner-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:last-child {
	margin-right: 0;
}

.banner-swiper-pagination .swiper-pagination-bullet-active {
	opacity: 1;
	border-color: #fff;
}

.h2_single-banner {
	min-height: 855px;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
}

@media (max-width:767px) {
	.h2_single-banner {
		min-height: 655px;
	}

}

@media (max-width:767px) {
	.h2_single-banner {
		min-height: 755px;
	}

}

.h2_single-banner::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #222222;
	opacity: 0.8;
	z-index: -1;
	display: none;
}

.h2_single-banner:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: rgba(0, 0, 0, 0.3);
	z-index: -1;
}

.h2_banner-content p {
	font-size: 24px;
	color: #fff;
	margin-bottom: 35px;
	text-transform: uppercase;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.h2_banner-content p {
		font-size: 20px;
	}

}

@media only screen and (min-width:768px) and (max-width:991px) {
	.h2_banner-content p {
		font-size: 18px;
	}

}

@media (max-width:767px) {
	.h2_banner-content p {
		font-size: 15px;
		margin-bottom: 25px;
	}

}

@media only screen and (min-width:576px) and (max-width:767px) {
	.h2_banner-content p {
		font-size: 16px;
	}

}

.h2_banner-content-title {
	font-size: 72px;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 30px;
	opacity: 0;
	visibility: hidden;
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.h2_banner-content-title {
		font-size: 72px;
	}

}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.h2_banner-content-title {
		font-size: 60px;
	}

}

@media only screen and (min-width:768px) and (max-width:991px) {
	.h2_banner-content-title {
		font-size: 52px;
	}

}

@media (max-width:767px) {
	.h2_banner-content-title {
		font-size: 32px;
	}

}

@media only screen and (min-width:576px) and (max-width:767px) {
	.h2_banner-content-title {
		font-size: 48px;
	}

}

.swiper-slide-active .h2_banner-content-title {
	opacity: 1;
	visibility: visible;
}

.h2_banner-swiper-pagination.swiper-pagination-bullets {
	position: absolute;
	left: 60px;
	bottom: auto;
	top: 50%;
	transform: translateY(-50%);
	line-height: 1;
	z-index: 1;
}

.h2_banner-swiper-pagination .swiper-pagination-bullet {
	width: 30px;
	height: 30px;
	display: block;
	border-radius: 50%;
	background: transparent;
	opacity: 1;
	border: 1px solid rgba(255, 255, 255, 0);
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.h2_banner-swiper-pagination .swiper-pagination-bullet::before {
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	content: "";
	background-color: #fff;
	width: 10px;
	height: 10px;
	border-radius: 50%;
}

.h2_banner-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0;
	margin-right: 10px;
}

.h2_banner-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:last-child {
	margin-right: 0;
}

.h2_banner-swiper-pagination .swiper-pagination-bullet-active {
	opacity: 1;
	border-color: #fff;
}

.banner-content {
	position: relative;
	z-index: 3;
}

/*
************
*************************
05. breadcrumb
******************************************************* 
*************************************************************** */
.breadcrumb-area {
	min-height: 420px;
	display: flex;
	align-items: center;
	padding-top: 35px;
}
.breadcrumb-area-conteudo {
	min-height: 240px;
	display: flex;
	align-items: center;
	padding-top: 35px;
}

.breadcrumb-area-plat {
	min-height: 240px;
	display: flex;
	align-items: center;
	padding-top: 115px;
}

.breadcrumb-area::before {
	background-color: rgba(0, 0, 0, 0.8);
}

.breadcrumb-area-plat::before {
	background-color: rgb(30, 58, 80, 68%);
}
.breadcrumb-area-conteudo::before {
	background-color: rgb(30, 58, 80, 68%);
}

@media (max-width:991px) {
	.left-column1, .right-column1 {
		width: 100%;
	}

	.section-obras {
		flex-direction: column;
		align-items: center;
	}

	.h2_work-content-item-icon img, .valores-icon img {
		width: 50px;
		height: auto;
	}

	.container-diferenciais-icon img {
		width: 50px;
		height: auto;
	}

	.h2_work-content-item-info, .valores-info {
		margin-left: 15px;
	}

}

@media (max-width:576px) {
	.h2_work-content-item-info, .valores-info {
		margin-left: 0;
		margin-top: 10px;
	}

	.h2_section-subtitle2 {
		font-size: 1.2rem;
	}

	.right-column1 img {
		width: 100%;
		height: auto;
	}

}

@media (max-width:767px) {
	.breadcrumb-area {
		min-height: 420px;
		padding-top: 100px;
	}

}

.breadcrumb-content-title {
	font-size: 48px;
	color: #030303;
	font-weight: 900;
	margin-bottom: 0;
	text-transform: uppercase;
}

.breadcrumb-content-title2 {
	font-size: 48px;
	color: #fcfafa;
	font-weight: 900;
	margin-bottom: 0;
	text-transform: uppercase;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.breadcrumb-content-title {
		font-size: 48px;
	}

}

@media (max-width:767px) {
	.breadcrumb-content-title {
		font-size: 38px;
	}

}

.breadcrumb-content-list {
	display: flex;
	align-items: center;
	gap: 30px;
	margin-bottom: 20px;
}

@media (max-width:767px) {
	.breadcrumb-content-list {
		margin-bottom: 15px;
	}

}

.breadcrumb-content-list a {
	color: #f7f7f7;
	position: relative;
	z-index: 1;
	font-size: 20px;
	text-transform: capitalize;
}

/* .breadcrumb-content-list2 a {
  color: #ffffff;
  position: relative;
  z-index: 1;
  font-size: 20px;
  text-transform: capitalize;
} */
@media only screen and (min-width:768px) and (max-width:991px) {
	.breadcrumb-content-list a {
		font-size: 20px;
	}

}

@media (max-width:767px) {
	.breadcrumb-content-list a {
		font-size: 16px;
	}

}

.breadcrumb-content-list a::after {
	position: absolute;
	right: -15px;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	background: #000000;
	width: 1px;
	height: 18px;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.breadcrumb-content-list a::after {
		height: 16px;
	}

}

@media (max-width:767px) {
	.breadcrumb-content-list a::after {
		height: 14px;
	}

}

.breadcrumb-content-list a:hover {
	color: #fec200;
}

.breadcrumb-content-list span {
	color: #fec200;
	font-size: 20px;
	text-transform: capitalize;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.breadcrumb-content-list span {
		font-size: 20px;
	}

}

@media (max-width:767px) {
	.breadcrumb-content-list span {
		font-size: 18px;
	}

}

/*
************
*************************
06. about
******************************************************* 
*************************************************************** */
.section-title {
	font-size: 34px;
	text-transform: uppercase;
	margin-bottom: 25px;
	margin-left: 0;
}

.section-title.section-title-white {
	color: #fff;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.section-title {
		font-size: 34px;
	}

}

@media only screen and (min-width:768px) and (max-width:991px) {
	.section-title {
		font-size: 32px;
	}

}

@media (max-width:767px) {
	.section-title {
		font-size: 29px;
	}

	.section-title br {
		display: none;
	}

}

@media only screen and (min-width:576px) and (max-width:767px) {
	.section-title {
		font-size: 26px;
	}

}

.section-subtitle {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 75px;
	padding-top: 40px;
}

.section-subtitle2 span {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
	color: #fec922
}

.section-subtitle span {
	font-size: 20px;
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	text-transform: capitalize;
	color: #fec200;
}

@media (max-width:767px) {
	.section-subtitle span {
		font-size: 20px;
	}

}

.section-text.section-text-white {
	color: #fff;
}

@media (max-width:767px) {
	.section-text br {
		display: none;
	}

}

.h2_section-subtitle {
	position: relative;
	z-index: 1;
	margin-bottom: 15px;
	display: inline-block;
	font-size: 22px;
	font-weight: 500;
	color: #fec200;
	font-family: "Roboto", sans-serif;
	padding-left: 40px;
}

.h2_section-subtitle2 {
	position: relative;
	z-index: 1;
	margin-bottom: 40px;
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	color: #fec200;
	font-family: "Roboto", sans-serif;
	padding-left: 40px;
}

@media (max-width:767px) {
	.h2_section-subtitle {
		font-size: 16px;
	}

	.h2_section-subtitle br {
		display: none;
	}

}

.h2_section-subtitle::before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	width: 30px;
	height: 1px;
	background-color: #fec200;
}

.h2_section-subtitle2::before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	width: 30px;
	height: 1px;
	background-color: #fec200;
}

.h2_section-title {
	font-size: 48px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 25px;
	top: auto;
}

.h2_section-title2 {
	font-size: 48px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 25px;
	top: auto;
}

.h2_section-title.section-title-white {
	color: #fff;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.h2_section-title {
		font-size: 42px;
	}

}

@media only screen and (min-width:768px) and (max-width:991px) {
	.h2_section-title {
		font-size: 36px;
	}

}

@media (max-width:767px) {
	.h2_section-title {
		font-size: 28px;
	}

	.h2_section-title br {
		display: none;
	}

}

@media only screen and (min-width:576px) and (max-width:767px) {
	.h2_section-title {
		font-size: 32px;
	}

}

.h2_section-text.section-text-white {
	color: #fff;
}

.about-img {
	display: flex;
	height: 100%;
	overflow: hidden;
	position: relative;
}

@media only screen and (min-width:1200px) and (max-width:1399px), only screen and (min-width:992px) and (max-width:1199px), only screen and (min-width:768px) and (max-width:991px), (max-width:767px) {
	.about-img {
		margin-right: 0;
	}

}

@media (max-width:767px) {
	.about-img {
		flex-direction: column;
		gap: 20px;
	}

}

.about-img-left {
	flex-shrink: 0;
	width: 52%;
	height: auto;
	padding-top: 45px;
	position: relative;
	z-index: 1;
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.about-img-left {
		width: 55%;
	}

}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.about-img-left {
		width: 50%;
	}

}

@media (max-width:767px) {
	.about-img-left {
		width: 100%;
	}

}

.about-img-left::before {
	position: absolute;
	z-index: -1;
	content: "";
	left: 0;
	top: 0;
	background-color: #fec200;
	width: 100%;
	height: 20px;
}

.about-img-left img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.about-img-right {
	flex-shrink: 0;
	width: 48%;
	position: relative;
	z-index: 1;
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.about-img-right {
		width: 45%;
	}

}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.about-img-right {
		width: 50%;
	}

}

@media (max-width:767px) {
	.about-img-right {
		width: 100%;
		height: 97px;
	}

}

.about-img-right::before {
	position: absolute;
	z-index: -1;
	content: "";
	right: 0;
	bottom: 0;
	background-color: #fec200;
	width: 20px;
	height: 100%;
}

.about-img-2 {
	position: absolute;
	right: 0;
	width: 410px;
	top: 0;
	border-left: 20px solid #fff;
	border-bottom: 20px solid #fff;
	height: 515px;
	object-fit: cover;
	z-index: 10;
	height: calc(100% - 148px);
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.about-img-2 {
		width: 310px;
		height: calc(100% - 147px);
	}

}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.about-img-2 {
		width: 350px;
		height: calc(100% - 147px);
	}

}

.about-img-count {
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 45px;
	gap: 15px;
	align-items: center;
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.about-img-count {
		padding-left: 15px;
	}

}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.about-img-count {
		padding-left: 0;
		justify-content: center;
		width: 100%;
		padding-right: 20px;
	}

}

@media (max-width:767px) {
	.about-img-count {
		padding-left: 0;
	}

}

.about-img-count-number {
	font-size: 34px;
	font-weight: 700;
	display: flex;
	align-items: center;
	gap: 3px;
	margin-bottom: 1px;
}

.about-img-count-number span {
	line-height: 1;
	display: inline-block;
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.about-wrapper {
		margin-left: 30px;
	}

}

.about-content {
	margin-bottom: 42px;
}

.about-content-item {
	display: flex;
	gap: 10px;
	margin-bottom: 23px;
}

.about-content-item-box {
	flex-shrink: 0;
	width: 30px;
	position: relative;
	z-index: 1;
}

.about-content-item-box::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 25px;
	height: 25px;
	border: 3px solid #fec200;
}

.about-content-item-box::after {
	position: absolute;
	right: 4px;
	top: 0;
	content: "";
	background: #fff;
	width: 10px;
	height: 15px;
	transform: rotate(45deg);
	z-index: 1;
}

.about-content-item-box i {
	font-size: 25px;
	position: relative;
	left: 5px;
	top: -4px;
	font-weight: 500;
	color: #fec200;
	z-index: 99;
}

.about-content-item-info h4 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 1;
}

@media (max-width:767px) {
	.about-content-item-info h4 {
		font-size: 22px;
	}

}

.about-content-item-info p {
	margin-bottom: 0;
}

@media only screen and (min-width:1200px) and (max-width:1399px), only screen and (min-width:992px) and (max-width:1199px), only screen and (min-width:768px) and (max-width:991px), (max-width:767px) {
	.h2_about-wrapper {
		margin-left: 0;
	}

}

@media only screen and (min-width:768px) and (max-width:991px), (max-width:767px) {
	.h2_about-img {
		margin-right: 0;
	}

	.h2_about-img img {
		width: 100%;
	}

}

.h2_about-content {
	display: flex;
	gap: 25px;
}

@media (max-width:767px) {
	.h2_about-content {
		flex-direction: column;
	}

}

.h2_about-content-item {
	display: flex;
	gap: 20px;
	flex-shrink: 0;
	width: 50%;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.h2_about-content-item {
		flex-direction: column;
	}

}

@media (max-width:767px) {
	.h2_about-content-item {
		width: 100%;
	}

}

.h2_about-content-item-icon svg {
	color: #fec200;
}

.h2_about-content-item-info h4 {
	margin-bottom: 10px;
}

@media (max-width:767px) {
	.h2_about-content-item-info h4 {
		font-size: 20px;
	}

}

@media only screen and (min-width:576px) and (max-width:767px) {
	.h2_about-content-item-info h4 {
		font-size: 22px;
	}

}

.h2_about-content-item-info p {
	margin-bottom: 0;
}

.h2_about-button {
	display: flex;
	gap: 25px;
}

.h2_about-button h6 {
	color: #7a7a7a;
	font-size: 16px;
	font-weight: 400;
	margin-top: 5px;
}

.h2_about-line {
	position: relative;
	z-index: 1;
	width: 100%;
}

.h2_about-line::after {
	position: absolute;
	top: 50%;
	right: 0;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #cecece;
}

.h2_about-signature {
	flex-shrink: 0;
	text-align: center;
}

.h2_about-img {
	position: relative;
	z-index: 1;
}

.h2_about-img::after {
	position: absolute;
	left: calc(50% + 3px);
	top: calc(50% + 3px);
	transform: translate(-50%, -50%);
	width: 195px;
	height: 195px;
	background-color: #fff;
	content: "";
	z-index: 1;
	border-radius: 50%;
}

.h2_about-img-count {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #fec200;
	width: 190px;
	height: 190px;
	display: grid;
	place-content: center;
	border-radius: 50%;
	z-index: 2;
}

.h2_about-img-count-number {
	font-size: 48px;
	margin-bottom: 0;
	display: flex;
}

.h2_about-img-count-text {
	display: block;
	line-height: 1;
	color: #222;
}

@media (max-width:767px) {
	.h2_about-img::after {
		width: 125px;
		height: 125px;
	}

	.h2_about-img-count {
		width: 120px;
		height: 120px;
		text-align: center;
	}

	.h2_about-img-count-number {
		font-size: 18px;
		justify-content: center;
	}

}

.inner_about-bottom {
	display: flex;
	align-items: center;
}

@media (max-width:767px) {
	.inner_about-bottom {
		flex-direction: column;
		align-items: flex-start;
		gap: 30px;
	}

}

@media only screen and (min-width:576px) and (max-width:767px) {
	.inner_about-bottom {
		flex-direction: row;
		align-items: center;
		gap: 0;
	}

}

.inner_about-admin {
	display: flex;
	align-items: center;
	gap: 30px;
	position: relative;
	z-index: 1;
	padding-right: 40px;
	margin-right: 30px;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.inner_about-admin {
		gap: 20px;
		padding-right: 20px;
		margin-right: 20px;
	}

}

@media (max-width:767px) {
	.inner_about-admin {
		margin-right: 0;
		padding-right: 0;
	}

	.inner_about-admin::after {
		display: none;
	}

}

@media only screen and (min-width:576px) and (max-width:767px) {
	.inner_about-admin {
		padding-right: 40px;
		margin-right: 30px;
	}

	.inner_about-admin::after {
		display: block;
	}

	.banner-content-title {
		font-size: 48px;
	}

}

.inner_about-admin::after {
	position: absolute;
	top: 50%;
	right: 0;
	content: "";
	transform: translateY(-50%);
	width: 1px;
	background: #cecece;
	height: 80px;
}

.inner_about-admin-img {
	width: 80px;
	height: 80px;
	flex-shrink: 0;
	position: relative;
	z-index: 1;
}

.inner_about-admin-img::before {
	position: absolute;
	bottom: -5px;
	right: -5px;
	width: 40px;
	height: 40px;
	background: #fec200;
	content: "";
	z-index: -1;
}

.inner_about-admin-info h4 {
	margin-bottom: 10px;
}

.inner_about-admin-info span {
	display: block;
	color: #7a7a7a;
}

.inner_about-img {
	position: relative;
	z-index: 1;
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.inner_about-img {
		margin-right: 30px;
	}

}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.inner_about-img {
		margin-right: 10px;
	}

}

@media only screen and (min-width:768px) and (max-width:991px), (max-width:767px) {
	.inner_about-img {
		margin-right: 0;
	}

}

.inner_about-img-count {
	position: absolute;
	left: 105px;
	bottom: 65px;
	background: #fec200;
	text-align: center;
	padding: 11px 15px 13px;
	border-radius: 15px;
	border-bottom: 10px solid #7a7a7a;
}

.inner_about-img-count-number {
	font-size: 34px;
	margin-bottom: 0;
}

.inner_about-img-count-text {
	font-size: 16px;
	color: #222;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.inner_about-img-count {
		left: 60px;
		bottom: 30px;
	}

}

@media (max-width:767px) {
	.inner_about-img-count {
		left: 25px;
		bottom: 20px;
	}

	.inner_about-img-count-number {
		font-size: 24px;
	}

	.inner_about-img-count-text {
		font-size: 14px;
	}

}

.inner_about-content {
	display: flex;
	gap: 25px;
}

@media only screen and (min-width:992px) and (max-width:1199px), (max-width:767px) {
	.inner_about-content {
		flex-direction: column;
	}

}

.inner_about-content-item {
	display: flex;
	gap: 20px;
	flex-shrink: 0;
	width: 50%;
}

@media only screen and (min-width:992px) and (max-width:1199px), (max-width:767px) {
	.inner_about-content-item {
		width: 100%;
	}

}

.inner_about-content-item-icon svg {
	color: #fec200;
}

/* .inner_about-content-item-info h4 {
	margin-bottom: 10px;
} */
.inner_about-content-item-info h2 {
	margin-bottom: 10px;
	font-size: 22px;
}

.inner_about-content-item-info p {
	margin-bottom: 0;
}

.steps-section {
	max-width: 1100px;
	margin: 0 auto;
	padding: 8px 16px 24px;
	font-family: 'Roboto', sans-serif;
	color: #356c95;
}

/* Área dos itens (1, 2, 3) */
.steps {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: clamp(24px, 6vw, 80px);
}

.step {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	white-space: nowrap;     /* Mantém o texto em duas linhas controladas */
}

.step-number {
	font-size: clamp(36px, 7vw, 84px);
	line-height: 1;
	font-weight: 700;
	color: #2A79B7;
	text-shadow: 1px 2px 2px rgb(83 83 83 / 42%);
}

.step-text {
	font-size: clamp(16px, 2.2vw, 26px);
	line-height: 1.15;
	color: #2A79B7;
	padding-top: 14px;
}

/* Linha base com marcadores e seta no final */
.timeline {
	position: relative;
	margin-top: 12px;
	height: 20px;     /* área para ticks e seta */
}

/* linha horizontal */
.timeline::before {
	content: "";
	position: absolute;
	left: 6%;
	right: 4%;
	top: 50%;
	transform: translateY(-50%);
	height: 2px;
	background: #2A79B7;
}

/* seta à direita */
.timeline::after {
	content: "";
	position: absolute;
	right: 4%;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 10px;
	height: 10px;
	border-right: 2px solid #2A79B7;
	border-top: 2px solid #2A79B7;
}

/* pequenos marcadores verticais abaixo das etapas 1 e 2 */
.tick {
	position: absolute;
	top: -5%;
	transform: translateY(-50%);
	width: 0;
	height: 20px;
	border-left: 2px solid #2A79B7;
	opacity: 0.9;
}

/* Ajuste das posições dos marcadores (aproximado à imagem) */
.tick-1 {
	left: 6%;
}

.tick-2 {
	left: 50%;
}

/* ===== Responsivo ===== */
@media (max-width:980px) {
	.steps {
		gap: clamp(20px, 4vw, 40px);
	}

	.tick-1 {
		left: 6%;
	}

	.tick-2 {
		left: 50%;
	}
	.container-plataforma {
		margin-top:  20px;
		padding-top: 30px;
	}
	.container-plataforma img{
		height: 80%;
	}

}

@media (max-width:720px) {
	.steps {
		justify-content: space-around;
		gap: 18px;
	}

	.step-text {
		font-size: clamp(15px, 2.8vw, 20px);
	}

	.timeline::before {
		left: 8%;
		right: 6%;
	}

	.tick-1 {
		left: 34%;
	}

	.tick-2 {
		left: 70%;
	}

}

@media (max-width:520px) {

	/* Em telas muito pequenas, mantém 3 itens, mas reduz */
	.step {
		gap: 8px;
	}

	.step-number {
		font-size: clamp(30px, 10vw, 52px);
	}

	.step-text {
		font-size: clamp(14px, 3.2vw, 18px);
	}

	.timeline {
		height: 18px;
	}

	.tick {
		height: 12px;
	}

	.tick-1 {
		left: 8%;
		padding-top: 19px;
	}

	.tick-2 {
		left: 50%;
		padding-top: 19px;
	}

}

/*
************
*************************
07. button
******************************************************* 
*************************************************************** */
.theme-btn {
	background: #fec200;
	color: var(--clr-common-black);
	padding: 0 50px;
	line-height: 60px;
	height: 60px;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	cursor: pointer;
	margin-bottom: 0;
	text-align: center;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	white-space: nowrap;
	border: none;
}

.theme-btn a {
	color: var(--clr-common-black);     /* padding: 0 50px; */
	height: 60px;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	cursor: pointer;
	margin-bottom: 0;
	text-align: center;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	white-space: nowrap;
	border: none;
	padding: 12px 25px;
}

.theme-btn:hover {
	background-color: var(--clr-common-black);
	color: #fff;
}

.btn-black {
	background-color: var(--clr-common-black);
	color: var(--clr-common-white);
}

.btn-black:hover {
	background-color: #fec200;
	color: var(--clr-common-white);
}

.btn-black:is(.border-white):hover {
	background-color: var(--clr-common-white);
	color: var(--clr-common-black);
}

.theme-btn.service_details-btn:hover {
	background-color: #fff;
	color: var(--clr-common-black);
}

.banner-play-btn .pl-icon {
	width: 60px;
	height: 60px;
	background: var(--clr-common-white);
	text-align: center;
	border-radius: 50%;
	margin-right: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	transition: all 0.3s ease;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.banner-play-btn .pl-icon {
		margin-right: 20px;
	}

}

.banner-play-btn .pl-icon::after, .banner-play-btn .pl-icon::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	border-radius: 50%;
	width: 100%;
	height: 100%;
	border: 1px solid #cccccc;
	animation-name: popupBtn;
	animation-duration: 1.8s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

.banner-play-btn .pl-icon:before {
	animation-delay: 0.8s;
}

.banner-play-btn .pl-icon i {
	color: #fec200;
	font-size: 16px;
	transition: all 0.3s ease;
	display: inline-block;
}

.banner-play-btn:hover .pl-icon {
	background-color: #fec200;
}

.banner-play-btn:hover .pl-icon::after {
	border-color: #fec200;
}

.banner-play-btn:hover .pl-icon i {
	color: var(--clr-common-white);
}

.banner-play-btn span {
	color: var(--clr-common-white);
	transition: all 0.3s ease;
}

.banner-play-btn:hover > span {
	color: #fec200;
}

@keyframes popupBtn {
	0% {
		transform: scale(1);
		opacity: 0;
	}

	50% {
		transform: scale(1.6);
		opacity: 0.3;
	}

	100% {
		transform: scale(2);
		opacity: 0;
	}

}

/*
************
*************************
08. service
******************************************************* 
*************************************************************** */
.service-item {
	position: relative;
	z-index: 1;
	padding: 60px 50px 55px;
}

.service-item-plat {
	position: relative;
	z-index: 1;
	padding: 19px 25px 10px;
	margin-left: 5%;
}

.service-item-cli {
	position: relative;
	z-index: 1;
	width: 265px;
	padding: 22px;
	margin: 10px;
}

.container-recursos {
	margin-left: 25%;
	margin-right: 25%;
	text-align: left;
}

.service-recursos {
	margin-bottom: 40px;
	padding-bottom: 50px;
}

.service-recursos p {
	color: #fff;
}

.service-content-plat {
	color: #fff;
}

.service-content-plat a {
	color: #fff;
}

.service-content-plat h5 {
	margin: 0px 0px 15px;
}

@media only screen and (min-width:768px) and (max-width:991px), only screen and (min-width:1200px) and (max-width:1399px) {
	.service-item {
		padding: 40px 30px 45px;
	}

}

@media (max-width:767px) {
	.service-item {
		padding: 40px 30px 45px;
	}

}

@media only screen and (min-width:576px) and (max-width:767px) {
	.service-item {
		padding: 50px 30px 45px;
	}

}

.service-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.service-overlay-plat {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.service-overlay-cli {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.service-overlay::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: var(--clr-common-black);
	opacity: 1;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.service-overlay-cli::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #2d2b2bc9;
	opacity: 1;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.service-overlay-plat::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #313030c9;
	opacity: 1;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.service-item-plat:hover {
	opacity: 0.9;
	transition: opacity 0.5s ease-in-out;
}

.service-overlay img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.service-overlay-plat img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.service-overlay-cli img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.service-icon {
	width: 60px;
	height: auto;
	margin-bottom: 30px;
}

.service-icon-cli {
	width: 60px;
	height: auto;
	margin-top: 45px;
}

.service-icon img:hover {
	filter: brightness(0) invert(1);
}

.service-content-plat img:hover {
	filter: brightness(0) invert(1);
}

.service-icon-cli img:hover {
	filter: brightness(0) invert(1);
}

.service-icon svg {
	color: #fec200;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

/* formatação dos icones */

/* relatorio fotografico */
.service-icon svg {
	color: #fec922;
	fill: currentColor;
	transition: color 0.3s, fill 0.3s;
}

.service-icon img {
	color: #fec922;
	fill: currentColor;
	transition: color 0.3s, fill 0.3s;
}

.service-item:hover .service-icon svg {
	color: #fff;
	fill: #fff;
}

/* Planejamento */

/* tamanhoo da imagens - modulos */
.service-overlay img {
	transform-origin: center center;
	transition: transform 0.3s;
}

.service-overlay-plat img {
	transform-origin: center center;
	transition: transform 0.3s;
}

.service-overlay-cli img {
	transform-origin: center center;
	transition: transform 0.3s;
}

.service-content-title {
	font-size: 24px;
	color: #fff;
	margin-bottom: 15px;
}

service-content1 p {
	color: #fff;
	margin-bottom: 15px;
	font-weight: 600;
}

.service-content-cli {
	font-size: 24px;
	color: #fff;
}

@media (max-width:767px) {
	.service-content-title {
		font-size: 22px;
	}

}

.service-content p {
	margin-bottom: 25px;
	color: #fff;
}

/* paragrafo dos cards conforme tamanho o texto  */
.service-content .p_short {
	margin-bottom: 51px;
	color: #fff;
}

.service-content .p_short1 {
	margin-bottom: 71px;
	color: #fff;
}

.service-content .p_short2 {
	margin-bottom: 79px;
	color: #fff;
}

.service-content .p_short4 {
	margin-bottom: 60px;
	color: #fff;
}

.service-content .service-btn {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}

.service-content-cli .service-btn {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}

.service-content .service-btn:hover {
	color: #fec200;
}

.service-item:hover .service-overlay::before {
	opacity: 0.7;
}

.service-item-plat:hover .service-overlay-plat::before {
	opacity: 1;
}

.service-item-cli:hover .service-overlay-cli::before {
	opacity: 0.7;
}

.service-item:hover .service-icon svg {
	color: #fff;
}

.service-item-plat:hover .service-recursos img {
	color: #fff;
}

.service-overlay-plat img:hover {
	opacity: 0.8;
}

.service-item.service-active .service-overlay::before {
	opacity: 0.7;
}

.service-item-plat.service-active .service-overlay-plat::before {
	opacity: 1;
}

.service_details-title-inner {
	font-size: 36px;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.service_details-title-inner {
		font-size: 32px;
	}

}

@media (max-width:767px) {
	.service_details-title-inner {
		font-size: 24px;
	}

}

@media only screen and (min-width:576px) and (max-width:767px) {
	.service_details-title-inner {
		font-size: 28px;
	}

}

.h2_service-item {
	position: relative;
	z-index: 1;
	padding: 50px 45px 45px;
	display: flex;
	gap: 20px;
}

.h2_service-item-api {
	position: relative;
	z-index: 1;
	padding: 0 85px;
	display: flex;
	gap: 20px;
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.h2_service-item {
		padding: 5px 36px;
	}

	.h2_service-item-api {
		padding: 5px 36px;
	}

}

@media only screen and (min-width:768px) and (max-width:991px) {
	.h2_service-item {
		padding: 5px 30px;
		gap: 20px;
	}

	.h2_service-item-api {
		padding: 5px 30px;
		gap: 15px;
	}

}

@media (max-width:767px) {
	.h2_service-item {
		flex-direction: column;
		padding: 5px 26px;
	}

	.h2_service-item-api {
		flex-direction: column;
		padding: 5px 10px;
	}
	.h2_service-item-api .h2_service-item-api p{
		font-size: 16px;
	}

}

@media only screen and (min-width:576px) and (max-width:767px) {
	.h2_service-item {
		flex-direction: row;
		padding: 5px 26px;
	}

	.h2_service-item-api {
		flex-direction: row;
		padding: 5px 26px;
	}

}

.h2_service-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.h2_service-overlay::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: var(--clr-common-black);
	opacity: 1;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.h2_service-overlay img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.h2_service-icon {
	width: 60px;
	height: auto;
	flex-shrink: 0;
}

.h2_service-icon svg {
	color: #fec200;
}

.h2_service-content-title {
	font-size: 24px;
	color: #fff;
	margin-bottom: 20px;
}

.h2_service-content-title:hover a {
	color: #fec200;
}

@media (max-width:767px) {
	.h2_service-content-title {
		font-size: 22px;
	}

}

.h2_service-content p {
	margin-bottom: 0;
	color: #fff;
}

.h2_service-item:hover .h2_service-overlay::before {
	opacity: 0.7;
}

.h2_service-item.service-active .h2_service-overlay::before {
	opacity: 0.7;
}

/*
************
*************************
09. service-details
******************************************************* 
*************************************************************** */
.service_details-right {
	position: sticky;
	top: 50px;
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.service_details-right {
		margin-left: 30px;
	}

}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.service_details-right {
		margin-left: 10px;
	}

}

@media only screen and (min-width:768px) and (max-width:991px), (max-width:767px) {
	.service_details-right {
		margin-left: 0;
	}

}

.service_details-title {
	position: relative;
	z-index: 1;
	padding-bottom: 12px;
	margin-bottom: 35px;
	font-size: 22px;
}

.service_details-title::before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 100px;
	height: 2px;
	background: #fec200;
}

.service_details-list ul li a {
	display: flex;
	justify-content: space-between;
	border: 1px solid #e7e7e7;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	margin-bottom: 20px;
	align-items: center;
	color: #7a7a7a;
}

.service_details-list ul li a:hover {
	border-color: #fec200;
	color: #222;
}

.service_details-cta {
	padding: 45px 50px 50px;
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.service_details-cta {
		padding: 45px 40px 50px;
	}

}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.service_details-cta {
		padding: 45px 40px 50px;
	}

}

@media (max-width:767px) {
	.service_details-cta {
		padding: 45px 30px 50px;
	}

}

.service_details-cta::before {
	background-color: rgba(34, 34, 34, 0.7);
}

.service_details-cta p {
	color: #cecece;
	margin-bottom: 42px;
}

.service_details-top {
	margin-bottom: 27px;
}

.service_details-top span {
	color: #fec200;
	font-size: 14px;
	display: block;
}

.service_details-top h5 {
	color: #fff;
	margin-bottom: 0;
}

.service_details-btn {
	padding: 0 35px;
	height: 50px;
	line-height: 50px;
}

.service_details-download ul li a {
	display: flex;
	border: 1px solid #dfdfdf;
	min-height: 50px;
	line-height: 50px;
	padding: 0 20px;
	margin-bottom: 20px;
	align-items: center;
	gap: 10px;
	color: #494949;
}

.service_details-download ul li a i {
	color: #fec200;
}

.service_details-download ul li a:hover {
	border-color: #fec200;
	color: #222;
}

.inner-item {
	background: #f8f8f8;
	padding: 35px 30px;
	display: flex;
	gap: 20px;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.inner-item {
		padding: 30px 30px;
	}

}

@media (max-width:767px) {
	.inner-item {
		flex-direction: column;
		padding: 30px 30px;
	}

}

@media only screen and (min-width:576px) and (max-width:767px) {
	.inner-item {
		flex-direction: row;
	}

}

.inner-item-icon {
	width: 60px;
	flex-shrink: 0;
}

.inner-item-icon svg {
	color: #fec200;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.inner-item-content h4 {
	color: #222;
	margin-bottom: 13px;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.inner-item-content p {
	color: #7a7a7a;
	margin-bottom: 0;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.service_details-inner-content {
	display: flex;
	gap: 30px;
}

@media only screen and (min-width:992px) and (max-width:1199px), only screen and (min-width:768px) and (max-width:991px), (max-width:767px) {
	.service_details-inner-content {
		flex-direction: column;
	}

}

.inner-content-img {
	width: 520px;
	flex-shrink: 0;
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.inner-content-img {
		width: 50%;
	}

}

@media only screen and (min-width:992px) and (max-width:1199px), only screen and (min-width:768px) and (max-width:991px), (max-width:767px) {
	.inner-content-img {
		width: 100%;
	}

}

.inner-content-list ul li {
	font-size: 15px;
	color: #7a7a7a;
	display: flex;
	gap: 10px;
	margin-bottom: 15px;
}

.inner-content-list ul li:last-child {
	margin-bottom: 0;
}

.inner-content-list ul li i {
	font-size: 14px;
	margin-top: 6px;
}

/*
************
*************************
10. choose
******************************************************* 
*************************************************************** */
.choose-wrapper {
	position: relative;
	z-index: 1;     /* padding-top: 100px; */
	padding-bottom: 100px;
}

.choose-wrapper::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #222222;
	opacity: 0.9;
	z-index: -1;
	display: none;
}

.choose-item {
	display: flex;
	align-items: center;
	border: 1px solid #414141;
	padding: 35px 41px 35px;
	gap: 20px;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	height: 100%;
}

@media only screen and (min-width:992px) and (max-width:1399px) {
	.choose-item {
		flex-direction: column;
		align-items: flex-start;
		gap: 35px;
	}

}

@media only screen and (min-width:768px) and (max-width:991px), (max-width:767px) {
	.choose-item {
		flex-direction: column;
		align-items: flex-start;
	}

}

@media only screen and (min-width:576px) and (max-width:767px) {
	.choose-item {
		flex-direction: row;
		align-items: center;
	}

}

@media (max-width:767px) {
	.choose-item {
		padding: 35px 30px;
	}

}

.choose-item-icon {
	min-width: 60px;
	flex-shrink: 0;
}

.choose-item-icon svg {
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.choose-item-icon svg path {
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.choose-content h4 {
	font-size: 24px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 10px;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
.choose-content h2 {
	font-size: 24px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 10px;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

@media (max-width:767px) {
	.choose-content h4 {
		font-size: 22px;
	}

}

.choose-content p {
	margin-bottom: 0;
	color: #fff;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.choose-img {
	position: absolute;
	z-index: 1;
	top: 35%;
	right: 120;
	height: 150px;
	left: 60%;
}

.choose-img img {
	width: 600px;
	padding-left: 30px;
}

@media only screen and (min-width:1400px) and (max-width:1599px), only screen and (min-width:1200px) and (max-width:1399px) {
	.choose-img {
		right: -15px;
	}

}

.choose-shape-1 {
	position: absolute;
	right: 0;
	top: 145px;
	z-index: -1;
}

.choose-item:hover {
	background-color: #fec200;
	border-color: transparent;
}

.choose-item:hover .choose-item-icon {
	transform: scale(1.1);
	transition: transform 0.1s;
	color: rgb(39, 39, 39);
	background-size: contain;
	filter: grayscale(80%) brightness(0) invert(0);
	transition: filter 0.1s ease, transform 0.1s ease;
}

.choose-item:hover .choose-content h4 {
	color: var(--clr-common-black);
}
.choose-item:hover .choose-content h2 {
	color: var(--clr-common-black);
}

.choose-item:hover .choose-content p {
	color: var(--clr-common-black);
}

.choose-item.choose-item-active {
	background-color: #fec200;
	border-color: transparent;
}

/* .choose-item.choose-item-active .choose-item-icon svg {
  color: var(--clr-common-black);
  fill: var(--clr-common-black);
} */

/* .choose-item.choose-item-active .choose-item-icon svg path {
  fill: var(--clr-common-black);
} */
.choose-item.choose-item-active .choose-content h4 {
	color: var(--clr-common-black);
}

.choose-item.choose-item-active .choose-content p {
	color: var(--clr-common-black);
}

/*
************
*************************
11. counter
******************************************************* 
*************************************************************** */
.counter-area {
	position: relative;
	z-index: 1;
	margin-top: -165px;
}

.counter-wrap {
	background-color: #fec200;
	padding: 80px 10px 25px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.counter-wrap::before {
	position: absolute;
	left: 50%;
	bottom: -230px;
	transform: translateX(-50%);
	content: "";
	background: #f5bb00;
	width: 520px;
	height: 460px;
	border-radius: 100%;
	z-index: -1;
}

.counter-item {
	text-align: center;
}

.content-file:hover h4 {
	color: #f4c400;
	transition: all 0.3s ease-in-out;
}
.content-file:hover h2 {
	color: #f4c400;
	transition: all 0.3s ease-in-out;
}

.content-file h4 {
	color: #2A79B7;
}
.content-file h2 {
	color: #2A79B7;
}
.content-file {
	align-items: center;
	text-align: center;
}

.counter-item-icon {
	margin-bottom: 30px;
}

.counter-item-icon svg {
	color: var(--clr-common-black);
}

.counter-item-content-title {
	font-size: 34px;
	font-weight: 700;
	margin-bottom: 3px;
}

.counter-item-content p {
	margin-bottom: 0;
	color: var(--clr-common-black);
}

.h2_counter-area::before {
	background-color: rgba(34, 34, 34, 0.8);
}

.h2_counter-wrap {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.h2_counter-item {
	text-align: center;
}

.h2_counter-item-icon {
	margin-bottom: 30px;
}

.h2_counter-item-icon svg {
	color: #fec200;
}

.h2_counter-item-content-title {
	font-size: 34px;
	font-weight: 700;
	margin-bottom: 3px;
	color: #fff;
}

.h2_counter-item-content p {
	margin-bottom: 0;
	color: #cecece;
}
.counter-item-content .counter-item-content-title:hover{
	color: #FFF;
	transition: all 0.3s ease-in-out;
}
.counter-item-content:hover p{
	color: #FFF;
	transition: all 0.3s ease-in-out;
}
.counter-item-icon:hover img {
	filter: brightness(0) invert(1);
}

/*
************Project
*************************************************************** */
.project-item {
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
}

.project-item::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(34, 34, 34, 0.8);
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	opacity: 0;
}

.project-item-img img {
	width: 100%;
}

.project-item-content {
	position: absolute;
	left: 50px;
	right: 50px;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
	.project-item-content {
		left: 30px;
		right: 30px;
	}

}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.project-item-content {
		left: 30px;
		right: 30px;
	}

}

.project-item-content-title {
	font-size: 24px;
	color: #fff;
	line-height: 1.2;
	margin-bottom: 0;
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.project-item-content-title {
		font-size: 20px;
	}

}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.project-item-content-title {
		font-size: 20px;
	}

}

@media only screen and (min-width:768px) and (max-width:991px) {
	.project-item-content-title {
		font-size: 20px;
	}

}

@media (max-width:767px) {
	.project-item-content-title {
		font-size: 18px;
	}

}

@media only screen and (min-width:576px) and (max-width:767px) {
	.project-item-content-title {
		font-size: 16px;
	}

}

.project-item-content-title:hover a {
	color: #fec200;
}

.project-item-content span {
	color: #fff;
	display: inline-block;
	margin-bottom: 5px;
	font-size: 14px;
}

@media only screen and (min-width:992px) and (max-width:1199px), only screen and (min-width:768px) and (max-width:991px) {
	.project-item-content {
		left: 25px;
		right: 25px;
	}

}

@media (max-width:767px) {
	.project-item-content {
		left: 20px;
		right: 20px;
	}

	.project-item-content-title {
		font-size: 18px;
	}

}

@media only screen and (min-width:576px) and (max-width:767px) {
	.project-item-content {
		left: 25px;
		right: 25px;
	}

}

.project-item-content-btn a {
	display: grid;
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	place-items: center;
	color: #fff;
	font-size: 12px;
	border-radius: 50%;
}

.project-item-content-btn a:hover {
	background: #fec200;
	border-color: #fec200;
	color: #222;
}

.project-menu {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.project-menu button {
	background: transparent;
	border: none;
	padding: 0;
	color: #7a7a7a;
	margin-bottom: 20px;
	height: 40px;
	line-height: 40px;
	background-color: transparent;
	border: none;
	color: #222;
	font-weight: 500;
	padding: 0 25px;
}

.project-menu button.active {
	background: #fec200;
}

.project-item:hover::before {
	opacity: 1;
}

.project-item:hover .project-item-content {
	opacity: 1;
	visibility: visible;
	bottom: 45px;
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
	.project-item:hover .project-item-content {
		bottom: 30px;
	}

}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.project-item:hover .project-item-content {
		bottom: 30px;
	}

}

@media only screen and (min-width:992px) and (max-width:1199px), only screen and (min-width:768px) and (max-width:991px) {
	.project-item:hover .project-item-content {
		bottom: 25px;
	}

}

@media (max-width:767px) {
	.project-item:hover .project-item-content {
		bottom: 25px;
	}

}

@media (max-width:767px) {
	.project-item:hover .project-item-content {
		bottom: 25px;
	}

}

.h2_project-active.has-space.swiper {
	transform: translateX(calc((100% - 1290px) / 2));
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.h2_project-active.has-space.swiper {
		transform: translateX(calc((100% - 1110px) / 2));
		opacity: 0.1px;
		background-color: #6b6b6b77;
	}

}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.h2_project-active.has-space.swiper {
		transform: translateX(calc((100% - 930px) / 2));
	}

}

@media only screen and (min-width:768px) and (max-width:991px) {
	.h2_project-active.has-space.swiper {
		transform: translateX(0);
		padding-left: 15px;
		padding-right: 15px;
	}

}

@media (max-width:767px) {
	.h2_project-active.has-space.swiper {
		transform: translateX(0);
		padding-left: 15px;
		padding-right: 15px;
	}

}

.h2_project-carousel-wrap-space {
	width: 100%;
	overflow: hidden;
	margin-left: auto;
}

@media (min-width:768px) {
	.portfolio-area .tab-content.container {
		max-width: 100%;
		padding: 0;
	}

}

.nav .nav-link {
	background: transparent;
	border: none;
	padding: 0;
	color: #7a7a7a;
	margin-bottom: 20px;
	height: 40px;
	line-height: 40px;
	background-color: transparent;
	border: none;
	color: #222;
	font-weight: 500;
	padding: 0 25px;
}

@media only screen and (min-width:768px) and (max-width:991px), only screen and (min-width:576px) and (max-width:767px), (max-width:767px) {
	.nav .nav-link {
		padding: 0 18px;
	}

}

.nav .nav-link.active {
	background: #fec200;
}

.h2_project-navigation {
	display: flex;
	gap: 20px;
	justify-content: end;
}

@media (max-width:767px) {
	.h2_project-navigation {
		justify-content: start;
	}

}

.h2_project-navigation div {
	width: 40px;
	height: 40px;
	cursor: pointer;
	background: transparent;
	display: grid;
	place-items: center;
	font-size: 15px;
	color: #7a7a7a;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	border: 1px solid #7a7a7a;
}

.h2_project-navigation div:hover {
	background-color: #fec200;
	color: #222222;
	border-color: #fec200;
}

.container-plat, .container-obras {
	margin: 0px 25%;
}

@media (max-width:768px) {
	.container-plat, .container-obras {
		margin: 0px 8%;
	}

}

@media (max-width:991px) {
	.container-plat {
		margin: 0px 10%;
	}

}

@media (max-width:1200px) {
	.container-obras {
		margin: 0px 20%;
	}

}

.h2_project-item-content {
	font-family: 'Gil Sans MT Condensed';
}

.h2_project-item-content-title {
	font-size: 24px;
	color: #aaaaaa;
	line-height: 1;
	margin-bottom: 0;
}

.h2_project-item-content h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	text-align: center;
	align-items: center;
	font-size: 24px;
	color: #475967;
}

@media (min-width:991px) {
	.h2_project-item-content h3 {
		font-size: 22px;
	}

}

.h2_project-item-content .difDescricao, .card-item-content .difDescricao {
	color: #475967;
	display: block;
	font-family: 'Oswald', 'Gil Sans MT Ext Condensed', sans-serif;
	text-align: center;
	font-size: 1.2rem;
	margin-top: 8px;
	line-height: 1;
	font-weight: 300;
}

.h2_project-item-img {
	width: 100%;     /* Largura do card */

	/* height: 370px;     Altura do card */
	overflow: hidden;
}

.h2_project-item-img img {
	display: block;
	width: 100%;
	height: auto;
	background-color: #F8F8F8
}

.h2_project-item-content-title:hover a {
	color: #fec200;
}

.h2_project-item {
	margin-right: 102px;
	padding-left: 15px;
	padding-right: 15px;     /* Espaço horizontal entre os cards */
	margin: 0;
	background: #f8f8f8;
	border: 1px solid #eee;
	border-radius: 4px;
	padding: 20px;
	padding: clamp(16px, 14px + 1vw, 24px);
	min-height: 430px;
}

.project-wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 8px;
	row-gap: 16px;
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
	.h2_project-item-content {
		left: 30px;
		right: 30px;
	}

}

.h2_project-item-content span {
	color: #727171;
	display: block;
	text-align: center;
	font-size: 0.98rem;
	margin-top: 8px;
	line-height: 1;
}

.h2_project-item-btn {
	position: absolute;
	right: 40px;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
	.h2_project-item-btn {
		right: 30px;
	}

}

@media only screen and (min-width:1200px) and (max-width:1399px), only screen and (min-width:992px) and (max-width:1199px) {
	.h2_project-item-btn {
		right: 30px;
	}

}

@media only screen and (min-width:768px) and (max-width:991px) {
	.h2_project-item-btn {
		right: 30px;
	}

	.project-wrapper {
		grid-template-columns: repeat(2, 1fr);
		column-gap: 14px;
		row-gap: 18px;
	}

	.h2_project-item {
		min-height: 485px;
	}

}

@media (max-width:767px) {
	.h2_project-item-btn {
		right: 20px;
	}

}

@media only screen and (min-width:576px) and (max-width:767px) {
	.h2_project-item-btn {
		right: 30px;
	}

}

.h2_project-item-btn a {
	display: grid;
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	place-items: center;
	color: #fff;
	font-size: 12px;
	border-radius: 50%;
}

.h2_project-item-btn a:hover {
	background: #fec200;
	border-color: #fec200;
	color: #222;
}

.h2_project-item:hover::before {
	opacity: 1;
}

.h2_project-item .h2_project-item-content {
	justify-content: center;
}

.h2_project-item .h2_project-item-btn {
	opacity: 1;
	visibility: visible;
	bottom: 40px;
	color: red;
}

@media only screen and (min-width:1200px) and (max-width:1399px), only screen and (min-width:992px) and (max-width:1199px) {
	.h2_project-item:hover .h2_project-item-btn {
		bottom: 30px;
	}

}

@media only screen and (min-width:768px) and (max-width:991px) {
	.h2_project-item:hover .h2_project-item-btn {
		bottom: 30px;
	}

}

@media (max-width:767px) {
	.h2_project-item:hover .h2_project-item-btn {
		bottom: 30px;
	}

}

@media only screen and (min-width:576px) and (max-width:767px) {
	.h2_project-item:hover .h2_project-item-btn {
		bottom: 30px;
	}

}

.card-item-content {
	font-family: 'Roboto';
	display: contents;
}

.card-item-content-title {
	font-size: 24px;
	color: #aaaaaa;
	line-height: 1;
	margin-bottom: 0;
}

.card-item-content h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	text-align: center;
	align-items: center;
	font-size: 24px;
	color: #475967;
}
.card-item-content h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	text-align: center;
	align-items: center;
	font-size: 24px;
	color: #475967;
}

.card-item-content p {
	margin: 0 !important;
}

@media (min-width:991px) {
	.card-item-content h3 {
		font-size: 22px;
	}

}

.card-item-img {
	width: 100%;
	overflow: hidden;
}

.card-item-img img {
	display: block;
	width: 100%;
	height: auto;
	background-color: #F8F8F8
}

.card-item-obras-img {
	width: 100%;
	overflow: hidden;
	padding: 15px;
	text-align: -webkit-center;
}

.card-item-obras-img img {
	display: block;
	width: 60%;
	height: auto;
	background-color: #F8F8F8
}

.obra-title {
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	text-align: center;
	align-items: center;
	font-size: 18px;
	color: #475967;
	margin: 0 !important;
}

.card-item-obras {
	margin: 0;
	background: #f8f8f8;
	border: 1px solid #eee;
	border-radius: 4px;
	padding: 5px;
	text-align: center;
}

.card-item-descr {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: var(--clr-body-text);
}

.card-item-content-title:hover a {
	color: #fec200;
}

.card-item {
	margin-right: 102px;
	padding-left: 15px;
	padding-right: 15px;     /* Espaço horizontal entre os cards */
	margin: 0;
	background: #f8f8f8;
	border: 1px solid #eee;
	border-radius: 4px;
	padding: 20px;
}

.project-wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 8px;
	row-gap: 16px;
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
	.card-item-content {
		left: 30px;
		right: 30px;
	}

}

.card-item-content span {
	color: #727171;
	display: block;
	text-align: center;
	font-size: 0.98rem;
	margin-top: 8px;
	line-height: 1;
}

.card-item-btn {
	position: absolute;
	right: 40px;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
	.card-item-btn {
		right: 30px;
	}

}

@media only screen and (min-width:1200px) and (max-width:1399px), only screen and (min-width:992px) and (max-width:1199px) {
	.card-item-btn {
		right: 30px;
	}

}

@media only screen and (min-width:768px) and (max-width:991px) {
	.card-item-btn {
		right: 30px;
	}

}

@media (max-width:767px) {
	.card-item-btn {
		right: 20px;
	}

}

@media only screen and (min-width:576px) and (max-width:767px) {
	.card-item-btn {
		right: 30px;
	}

}

.card-item-btn a {
	display: grid;
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	place-items: center;
	color: #fff;
	font-size: 12px;
	border-radius: 50%;
}

.card-item-btn a:hover {
	background: #fec200;
	border-color: #fec200;
	color: #222;
}

.card-item:hover::before {
	opacity: 1;
}

.card-item .card-item-content {
	justify-content: center;
}

.card-item .card-item-btn {
	opacity: 1;
	visibility: visible;
	bottom: 40px;
	color: red;
}

@media only screen and (min-width:1200px) and (max-width:1399px), only screen and (min-width:992px) and (max-width:1199px) {
	.card-item:hover {
		bottom: 30px;
	}

}

@media only screen and (min-width:768px) and (max-width:991px) {
	.card-item:hover {
		bottom: 30px;
	}

}

@media (max-width:767px) {
	.card-item:hover {
		bottom: 30px;
	}

}

@media only screen and (min-width:576px) and (max-width:767px) {
	.card-item:hover {
		bottom: 30px;
	}

}

/*
************
*************************
13. project-details
******************************************************* 
*************************************************************** */
@media only screen and (min-width:768px) and (max-width:991px) {
	.project_details-title {
		font-size: 30px;
	}

}

@media (max-width:767px) {
	.project_details-title {
		font-size: 26px;
	}

}

.project_details-list ul li {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
	font-family: "Roboto", sans-serif;
}

.project_details-list ul li:last-child {
	margin-bottom: 0;
}

.project_details-right {
	background: #f8f8f8;
	position: sticky;
	top: 50px;
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.project_details-right {
		margin-left: 30px;
	}

}

@media only screen and (min-width:768px) and (max-width:991px), (max-width:767px) {
	.project_details-right {
		margin-left: 0;
	}

}

.project_details-right h5 {
	background: #fec200;
	padding: 0 50px;
	height: 50px;
	line-height: 50px;
	font-weight: 500;
	margin-bottom: 0;
}

.project_details-right-content {
	padding: 45px 50px 45px;
}

.project_details-right-item span {
	font-size: 14px;
	display: block;
	margin-bottom: 9px;
	line-height: 22px;
}

.project_details-right-item p {
	margin-bottom: 0;
	font-weight: 500;
	color: #222;
}

/*
************
*************************
14. team
******************************************************* 
*************************************************************** */
.team-img {
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
}

.team-img::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(55, 55, 55, 0.4);
	opacity: 0;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.mark-rdo {
	list-style: none;     /* remove marcador padrão */
	padding-left: 0;     /* remove recuo padrão */
}

.mark-rdo li {
	position: relative;
	padding-left: 20px;     /* espaço para o marcador */
	margin-bottom: 8px;
}

.mark-rdo li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 5px;
	height: 5px;
	background-color: #4b4b4b;     /* cor do marcador */
	border-radius: 50%;     /* deixa redondo */
}

.recursos-section_2 {
	position: relative;
	padding: 40px 0px 0px;
	background: none;     /* color: #ffffff; */
	text-align: center;
}

.key-feature {
	position: relative;     /* margin-bottom: 50px; */
}

.key-feature .row {
	margin-right: -15px;
	margin-left: -15px;
}

.key-features-section {
	position: relative;
	padding: 100px 0px 50px;
}

.list-obras-section {
	position: relative;
	padding: 30px 0px 15px;
}

.inner-obra {
	padding: 0;
	align-content: center;
}

.key-feature .text-column .inner {
	position: relative;
	display: block;
	padding-top: 170px;
}

.key-feature .text-column .inner_rdo {
	position: relative;
	display: block;
	padding: 10px 20px;     /* padding-top: 100px; */
}

.key-feature .text-column .text, .h2_service-content-api p, .ged_details-info-content p {
	font-size: 16px;
	color: var(--clr-body-text);
	line-height: 26px;
	font-weight: 400;
	margin-bottom: 30px;
	font-family: "Roboto", sans-serif;
}

.key-feature .obra-descr {
	font-size: 16px;
	color: var(--clr-body-text);
	line-height: 26px;
	font-weight: 400;
	margin-bottom: 30px;
	font-family: "Roboto", sans-serif;
	align-content: center;
}

.key-feature .text-column .text_rdc {
	font-size: 20px;
	color: #6f8ba4;
	font-weight: 300;
	margin-bottom: 30px;
	font-family: "Oswald", "Gil Sans MT Condensed", sans-serif;
}

.key-feature.image-right .text-column .inner {
	padding-right: 146px;
}

.key-feature.image-right .text-column .inner_rdc2 {
	padding-top: 100px;
	padding-right: 100px;
}

.key-feature .image-column, .key-feature .text-column {
	position: relative;
	margin-bottom: 30px;
}

.key-feature .image-column .inner {
	position: relative;
	display: block;
	text-align: center;
	min-height: 520px;
	max-width: 520px;
	margin: 0 auto;     /* padding-top: 60px; */

	/* background: url(../images/background/rigns-bg.png) center center no-repeat; */
	background-size: 100% auto;
}

.text-column {
	position: relative;
	margin-bottom: 30px;
}

.key-feature.image-right .text-column {
	float: left;
}

.key-feature.image-left .text-column .inner {
	padding-left: 175px;
}

.key-feature.image-left .text-column .inner_rdc {
	padding-top: 82px;
	padding-left: 100px;
}

.auto-container {
	position: static;
	max-width: 1200px;
	padding: 0px 15px;
	margin: 0 auto;
}

.sec-title-three.centered {
	margin-bottom: 0px;
}

.sec-title-three {
	position: relative;
	margin-bottom: 0px;
}

.centered {
	text-align: center;
}

.sec-title-three h2 {
	position: relative;
	font-size: 30px;
	color: #337ab7;
	font-weight: 300;
	line-height: 1.4em;
}

.sec-title-three h4 {
	position: relative;
	color: #337ab7;
	font-weight: 500;
}

.sec-title-three_rdc h3 {
	font-family: 'Barlow', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	position: relative;
	color: #337ab7;
	font-weight: 500;
}

.team-img img {
	width: 100%;
}

.team-info {
	text-align: center;
}

.team-info-title {
	margin-bottom: 8px;
}

.team-info-title:hover a {
	color: #fec200;
}

@media (max-width:767px) {
	.team-info-title {
		font-size: 22px;
	}

}

.team-info span {
	display: block;
}

.team-social {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.team-social ul {
	display: flex;
	gap: 10px;
	justify-content: center;
}

.team-social ul li a {
	display: grid;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #cecece;
	place-items: center;
	font-size: 14px;
	color: #373737;
}

.team-social ul li a:hover {
	background: #fec200;
}

.team-item:hover .team-social {
	bottom: 40px;
	opacity: 1;
	visibility: visible;
}

.team-item:hover .team-img::before {
	opacity: 1;
}

.h2_team-img {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	margin-bottom: 20px;
	height: 250px;
}

.h2_team-img img {
	height: 100%;
	width: auto;
	max-width: 100%;
	object-fit: contain;
}

.h2_team-item:hover {

	/* background-color: #7c7c7c4d; */
	transform: translateY(0);
	transition: all 0.3s linear 0s;
	opacity: 0.5;
	z-index: 9;
}

.h2_team-item {
	font-family: 'Arial Narrow', Arial, sans-serif;
	background-color: #f7f7f7;
	border: 1px solid #ffffff;
	margin: 0px 20px 0px 20px;
}

.h2_team-info {
	position: relative;
	bottom: auto;
	left: auto;
	z-index: 99;
	right: auto;
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
	padding: 23px 80px;
	transform: translateY(0);
	text-align: center

	/* Garante que a caixa não se mova */
}

@media (max-width:767px) {
	.h2_team-info {
		padding: 25px 30px 25px;
		left: 35px;
		right: 35px;
	}

}

@media only screen and (min-width:576px) and (max-width:767px) {
	.h2_team-info {
		padding: 25px 40px 25px;
		left: 45px;
		right: 45px;
	}

}

.h2_team-info-title {
	margin-bottom: 12px;
}

@media (max-width:767px) {
	.h2_team-info-title {
		font-size: 22px;
	}

}

.h2_team-info span {
	color: #7a7a7a;
	display: block;
	line-height: 1;
}

.h2_team-social {
	position: absolute;
	right: 0px;
	top: 30px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.h2_team-social ul {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.h2_team-social ul li a {
	display: grid;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #cecece;
	place-items: center;
	font-size: 14px;
	color: #373737;
}

.h2_team-social ul li a:hover {
	background: #fec200;
}

.h2_team-item:hover .h2_team-img::before {
	opacity: 1;
}

.h2_team-item:hover .h2_team-info {

	/* background-color: #fec200; */
}

.h2_team-item:hover .h2_team-info span {
	color: #222;
}

/*
************
*************************
15. team-details
******************************************************* 
*************************************************************** */
@media only screen and (min-width:1200px) and (max-width:1399px) {
	.team_details-info-content.ml-50, .team_details-experience-content.ml-50 {
		margin-left: 30px;
	}

}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.team_details-info-content.ml-50, .team_details-experience-content.ml-50 {
		margin-left: 10px;
	}
}

@media only screen and (min-width:768px) and (max-width:991px), (max-width:767px) {
	.team_details-info-content.ml-50, .team_details-experience-content.ml-50 {
		margin-left: 0;
		margin-bottom: -15px;
	}
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.team_details-education-content.mr-50 {
		margin-right: 30px;
	}

}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.team_details-education-content.mr-50 {
		margin-right: 10px;
	}

}

@media only screen and (min-width:768px) and (max-width:991px), (max-width:767px) {
	.team_details-education-content.mr-50 {
		margin-right: 0;
	}

}

.team_details-info-title {

	/* text-transform: uppercase; */
	margin-bottom: 10px;
	line-height: 1.1;
}

.team_details-info-subtitle {
	display: block;
	margin-bottom: 26px;
}

.team_details-info-text {
	margin-bottom: 35px;
}

.team_details-info-contact {
	margin-bottom: 35px;
}

.team_details-info-contact h4 {
	margin-bottom: 25px;
}

.team_details-info-contact-item {
	display: flex;
	align-items: center;
	gap: 20px;
}

.team_details-info-contact-item i {
	font-size: 20px;
	color: #fec200;
}

.team_details-info-contact-item p {
	text-transform: uppercase;
	margin-bottom: 0;
}

.team_details-info-social {
	display: flex;
	gap: 20px;
	padding-bottom: 50px;
}

.team_details-info-img {
	text-align: center;
}
.team_details-info-img img {
	align-items: center;
	/* padding-left: 30%; */
}

.foto_details-area {
	background-color: #f8f8f8;
}

.app_details-area img {
	width: 80%;
	padding-top: 3%;
}

.app_details-area h2 {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 400;
	line-height: 1.5;
	margin-left: auto;
	color: #2A79B7;
	font-size: 44px;
}

.ged_details-area {
	font-family: "Barlow", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	font-weight: 300;
	line-height: 1.5;
	color: #3d3d3d;
	font-size: 20px;
}

.foto_details-area h2 {
	font-family: "Oswald", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	font-weight: 400;
	line-height: 1.5;
	margin-left: auto;
	color: #2A79B7
}

.foto_details-area p {
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	line-height: 1.5;
	color: #3d3d3d;
	font-size: 20px;
}

.app_details-area p {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	line-height: 1.5;
	color: #7a7a7a;
	font-size: 16px;
}

.breadcrumb-area_app .auto-container h2 {
	font-family: "Barlow", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	font-weight: 400;
	line-height: 1.5;
	color: #2A79B7;
	font-size: 42px;
}

.breadcrumb-area_app .desc-text {
	font-family: "Barlow", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	font-weight: 300;
	line-height: 1.5;
	color: #3d3d3d;
	font-size: 24px;
}

.api_details-area img {
	width: 80%;
}

.api_details-area p {
	font-family: "Barlow", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	font-weight: 300;
	line-height: 1.5;
	color: #3d3d3d;
	font-size: 20px;
}

.api_details-area h2 {
	font-family: "Barlow", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	font-weight: 500;
	line-height: 1.5;
	color: #3d3d3d;
	margin: auto;
	font-size: 42px;
}

.team_details-info-social li a {
	display: grid;
	width: 30px;
	height: 30px;
	background: #cecece;
	font-size: 14px;
	place-items: center;
	border-radius: 50%;
	color: #222;
}

.team_details-info-social li a:hover {
	background: #fec200;
}


.team_details-skill-title {
	text-transform: uppercase;
	margin-bottom: 30px;
	line-height: 1.3;
}

.team_details-experience-title {
	text-transform: uppercase;
	margin-bottom: 40px;
}

.team_details-experience-list {
	position: relative;
	z-index: 1;
}

.team_details-experience-list::before {
	position: absolute;
	left: 222px;
	top: 0;
	content: "";
	width: 2px;
	height: 100%;
	background: #cecece;
}

@media (max-width:767px) {
	.team_details-experience-list::before {
		display: none;
	}

}

@media only screen and (min-width:576px) and (max-width:767px) {
	.team_details-experience-list::before {
		display: block;
	}

}

.team_details-experience-list li {
	display: flex;
	gap: 64px;
	margin-bottom: 45px;
}

@media (max-width:767px) {
	.team_details-experience-list li {
		flex-direction: column;
		gap: 20px;
	}

}

.team_details-experience-date {
	background: #fec200;
	height: 50px;
	line-height: 50px;
	width: 190px;
	display: flex;
	justify-content: center;
	color: #222;
	font-weight: 500;
	position: relative;
	z-index: 1;
	flex-shrink: 0;
}

.team_details-experience-date::before {
	position: absolute;
	right: -36px;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	background: #fec200;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	z-index: 1;
}

@media (max-width:767px) {
	.team_details-experience-date::before {
		display: none;
	}

}

@media only screen and (min-width:576px) and (max-width:767px) {
}

.team_details-experience-info-title {
	display: block;
	font-weight: 600;
	color: #222;
}

.team_details-experience-info-subtitle {
	display: block;
	color: #222;
	margin-bottom: 15px;
	line-height: 1;
}

.team_details-experience-info p {
	margin-bottom: 0;
}

.team_details-education-title {
	text-transform: uppercase;
	margin-bottom: 40px;
}

.team_details-education-subtitle {
	display: block;
	color: #222;
	line-height: 1;
}

.team_details-education-list {
	position: relative;
	z-index: 1;
}

.team_details-education-list::before {
	position: absolute;
	left: 222px;
	top: 0;
	content: "";
	width: 2px;
	height: 100%;
	background: #cecece;
}

@media (max-width:767px) {
	.team_details-education-list::before {
		display: none;
	}

}

@media only screen and (min-width:576px) and (max-width:767px) {
	.team_details-education-list::before {
		display: block;
	}

}

.team_details-education-list li {
	display: flex;
	gap: 64px;
	margin-bottom: 50px;
}

@media (max-width:767px) {
	.team_details-education-list li {
		flex-direction: column;
		gap: 20px;
	}

}

@media only screen and (min-width:576px) and (max-width:767px) {
	.team_details-education-list li {
		flex-direction: row;
		gap: 64px;
	}

}

.team_details-education-date {
	background: #fec200;
	height: 50px;
	line-height: 50px;
	width: 190px;
	display: flex;
	justify-content: center;
	color: #222;
	font-weight: 500;
	position: relative;
	z-index: 1;
	flex-shrink: 0;
}

.team_details-education-date::before {
	position: absolute;
	right: -36px;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	background: #fec200;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	z-index: 1;
}

@media (max-width:767px) {
	.team_details-education-date::before {
		display: none;
	}

}

@media only screen and (min-width:576px) and (max-width:767px) {
	.team_details-education-date::before {
		display: block;
	}

}

.team_details-education-info-title {
	display: block;
	font-weight: 600;
	color: #222;
	margin-bottom: 7px;
}

.inner_skill-wrap p {
	margin-bottom: 26px;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.team_details-info-title, .team_details-skill-title, .team_details-experience-title, .team_details-education-title {
		font-size: 45px;
	}

}

@media only screen and (min-width:768px) and (max-width:991px) {
	.team_details-info-title, .team_details-skill-title, .team_details-experience-title, .team_details-education-title {
		font-size: 40px;
	}

}

@media (max-width:767px) {
	.team_details-info-title, .team_details-skill-title, .team_details-experience-title, .team_details-education-title {
		font-size: 35px;
	}

}

.team_details-contact-item a > i {
	margin-right: 7px;
	display: inline-block;
}

.team_details-contact-item a:hover {
	color: #fec200;
}

.team_details-contact-item span > i {
	margin-right: 7px;
	display: inline-block;
}

/* Container e grid básico */
.bmm {
	background: #f5f7fa;     /* tom claro igual ao exemplo */
	padding: 40px 24px;
}

.bmm-container {
	max-width: 1100px;
	margin: 0 auto;
}

.bmm-grid {
	display: grid;
	grid-template-columns: 1.2fr 2fr;     /* esquerda > direita levemente maior */
	grid-template-areas: "text stage";
	column-gap: 120px;
	align-items: center;
}

/* Coluna de texto */
.bmm-text {
	grid-area: text;
}

/* Palco de imagem */
.bmm-stage {
	grid-area: stage;
	text-align: center;
}

.bmm-img {
	width: min(115%, 680px);
	height: auto;
	border-radius: 6px;
	display: inline-block;
}

/* Dots centralizados abaixo da imagem */
.bmm-dots {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 16px;
}

.bmm-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: none;
	background: #cbd5e1;     /* cinza claro */
	cursor: pointer;
	transition: background-color 0.25s ease, transform 0.2s ease;
}

.bmm-dot:hover {
	transform: scale(1.08);
}

.bmm-dot.active {
	background: #3399cc;
}

/* Responsivo: empilha no mobile */
@media (max-width:900px) {
	.bmm-grid {
		grid-template-columns: 1fr;
		grid-template-areas: "text"
		"stage";
		row-gap: 20px;
		column-gap: 0;
	}

	.bmm-text {
		text-align: left;
	}

	.bmm-stage {
		text-align: center;
	}

}

/*
************
*************************
16. testimonial
******************************************************* 
*************************************************************** */
.testimonial-area::before {
	background-color: rgba(34, 34, 34, 0.95);
}

.testimonial-item {
	padding: 50px;
	padding-right: 100px;
	background: rgba(55, 55, 55, 0.5);
}

@media (max-width:767px) {
	.testimonial-item {
		padding: 50px 20px 50px;
	}

}

.testimonial-item-icon {
	max-width: 65px;
	margin-bottom: 42px;
}

.testimonial-item-icon svg {
	color: #fec200;
}

.testimonial-item-content p {
	font-size: 18px;
	font-weight: 500;
	color: #cecece;
	margin-bottom: 43px;
}

.testimonial-item-admin {
	display: flex;
	gap: 20px;
	align-items: center;
}

.testimonial-item-admin-img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
	flex-shrink: 0;
}

.testimonial-item-admin-img img {
	width: 100%;
}

.testimonial-item-admin-info h4 {
	font-size: 22px;
	margin-bottom: 8px;
	color: #fec200;
	font-weight: 500;
}

@media (max-width:767px) {
	.testimonial-item-admin-info h4 {
		font-size: 18px;
	}

}

.testimonial-item-admin-info span {
	display: block;
	color: #cecece;
}

@media (max-width:767px) {
	.testimonial-item-admin-info span {
		font-size: 15px;
	}

}
.recursos-detalhes{
	margin-top: -100px;
}
.recursos-detalhes p{
	text-align: justify;
}
.table_recursos{
	width:100%; 
	border-collapse: collapse;
	 border-top: 3px solid #cfcfcf;
	  font-family: Arial, sans-serif; 
	  font-size: 15px;


}
.table_recursos2{
	width:100%; 
	border-collapse: collapse;
	font-family: Arial, sans-serif; 
	font-size: 15px;
}

.table_recursos_det_title {
padding: 10px 12px; 
font-weight: bold;
 width: 160px;
 color: #222;

}
.table-artigo{
	border-bottom: 3px solid #cfcfcf;
	text-align: center;
}
.table_recursos_det {
	padding: 10px 12px;
	border-left: 3px solid #cfcfcf;

}
.table_recursos_det2 {
	padding: 10px 12px 0px 45px;
	/* border-left: 3px solid #cfcfcf; */

}
.table_recursos_det2 li{
	margin-left: 15px;
	/* border-left: 3px solid #cfcfcf; */

}
.testimonial-pagination.swiper-pagination-bullets {
	right: 0;
	left: auto;
	text-align: center;
	line-height: 1;
}

.testimonial-pagination .swiper-pagination-bullet {
	width: 20px;
	height: 3px;
	cursor: pointer;
	display: inline-block;
	border-radius: 0%;
	background: #373737;
	opacity: 1;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.testimonial-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0;
	margin-right: 10px;
}

.testimonial-pagination.swiper-pagination-bullets .swiper-pagination-bullet:last-child {
	margin-right: 0;
}

.testimonial-pagination .swiper-pagination-bullet-active {
	opacity: 1;
	width: 30px;
	background: #fec200;
}

.testimonial-navigation div {
	width: 40px;
	height: 40px;
	background: #373737;
	display: grid;
	place-items: center;
	font-size: 15px;
	color: #cecece;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	position: absolute;
	cursor: pointer;
	left: -100px;
	top: calc(50% - 40px);
	transform: translateY(-50%);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
}

.testimonial-navigation div.testimonial-next {
	left: auto;
	right: -100px;
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
	.testimonial-navigation div {
		left: -45px;
	}

	.testimonial-navigation div.testimonial-next {
		right: -45px;
	}

}

@media only screen and (min-width:1200px) and (max-width:1399px), only screen and (min-width:992px) and (max-width:1199px), only screen and (min-width:768px) and (max-width:991px) {
	.testimonial-navigation div {
		left: -20px;
	}

	.testimonial-navigation div.testimonial-next {
		right: -20px;
	}

}

@media (max-width:767px) {
	.testimonial-navigation div {
		display: none;
	}

}

.testimonial-navigation div:hover {
	background-color: #fec200;
	color: #222222;
}

.testimonial-area:hover .testimonial-navigation div {
	opacity: 1;
	visibility: visible;
}

.h2_testimonial-area {
	background-color: #222;
	position: relative;
	z-index: 1;
}

.h2_testimonial-map {
	position: absolute;
	left: 50%;
	top: 55%;
	transform: translate(-50%, -50%);
	z-index: -1;
	max-width: 100%;
}

.h2_testimonial-item {
	padding: 0 30px;
}

@media (max-width:767px) {
	.h2_testimonial-item {
		padding: 35;
	}

}

@media (min-width:768px) and (max-width:1024px) {

	/* Seus estilos CSS */
}

@media (max-width:820px) {
	.feature-area .row {
		display: flex;
		flex-wrap: nowrap;         /* impede quebra de linha */
		justify-content: space-between;         /* distribui as colunas */
	}

	.feature-area .row .col-lg-4, .feature-area .row .col-md-6 {
		flex: 0 0 33.33%;         /* cada coluna ocupa 1/3 da largura */
		max-width: 33.33%;
	}

	.feature-area .feature-item {
		padding: 15px 18px;
	}
	.team_details-info-img{
		margin-top: 25px;
	}


}

@media (max-width:912px) {
	.feature-area .row {
		display: flex;
		flex-wrap: nowrap;         /* impede quebra de linha */
		justify-content: space-between;         /* distribui as colunas */
	}

	.feature-area .row .col-lg-4, .feature-area .row .col-md-6 {
		flex: 0 0 33.33%;         /* cada coluna ocupa 1/3 da largura */
		max-width: 33.33%;
	}

	.feature-area .feature-item {
		padding: 15px 18px;
	}

	.feature-area .container {
		max-width: 780px;
	}
	.team_details-info-img{
		margin-top: 25px;
	}


}
@media (max-width:412px) {
	.feature-area .row {
		display: block;         /* remove flex/grid */
	}

	.feature-area .row .col-lg-4, .feature-area .row .col-md-6 {
		width: 100%;         /* ocupa toda a largura */
		max-width: 100%;
		margin-bottom: 20px;         /* espaço entre os blocos */
	}

	.team_details-info-img {
		margin-top: 25px;
	}

	.estacoes_details-area .team_details-info-content {
		margin-right: -5px;
	}

	.estacoes_details-area .team_details-info-img {
		margin-right: -8px;
	}
}

/* @media (max-width: 1024px) {
  .project-area .container-plat{
	padding: 10 15%;
  }
} */
@media (max-width:1024px) {
	.project-area .container-plat {
		max-width: 920px;         /* margin: 0px 10%; */
	}

	.container-plat .project-wrapper {
		margin: 0px -10%;
	}

	.api_steps .col-md-6 {
    
        width: 33%;
     

		/* margin: 0px 18%; */
	}
	.team_details-info-img{
		margin-top: 25px;
	}

	.service_details-download ul li a {
    
    line-height: 20px;
	}

}

.h2_testimonial-item-icon {
	max-width: 65px;
	margin-bottom: 45px;
	margin-left: auto;
	margin-right: auto;
}

.h2_testimonial-item-icon svg {
	color: #fec200;
}

.h2_testimonial-item-content p {
	font-size: 18px;
	font-weight: 500;
	color: #cecece;
	margin-bottom: 40px;
	text-align: center;
	line-height: 28px;
}

.h2_testimonial-item-admin {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: center;
}

.h2_testimonial-item-admin-img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
	flex-shrink: 0;
}

.h2_testimonial-item-admin-img img {
	width: 100%;
}

.h2_testimonial-item-admin-info h4 {
	font-size: 22px;
	margin-bottom: 8px;
	color: #fec200;
	font-weight: 500;
}

.h2_testimonial-item-admin-info span {
	display: block;
	color: #cecece;
}

.h2_testimonial-pagination.swiper-pagination-bullets {
	right: 0;
	left: auto;
	text-align: center;
	line-height: 1;
}

.h2_testimonial-pagination .swiper-pagination-bullet {
	width: 20px;
	height: 3px;
	display: inline-block;
	border-radius: 0%;
	background: #373737;
	cursor: pointer;
	opacity: 1;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.h2_testimonial-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0;
	margin-right: 10px;
}

.h2_testimonial-pagination.swiper-pagination-bullets .swiper-pagination-bullet:last-child {
	margin-right: 0;
}

.h2_testimonial-pagination .swiper-pagination-bullet-active {
	opacity: 1;
	width: 30px;
	background: #fec200;
}

.h2_testimonial-navigation div {
	width: 40px;
	height: 40px;
	cursor: pointer;
	background: #373737;
	display: grid;
	place-items: center;
	font-size: 15px;
	color: #cecece;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	position: absolute;
	left: 70px;
	top: calc(50% - 40px);
	transform: translateY(-50%);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
}

.h2_testimonial-navigation div.h2_testimonial-next {
	left: auto;
	right: 70px;
}

.h2_testimonial-navigation div:hover {
	background-color: #fec200;
	color: #222222;
}

@media only screen and (min-width:992px) and (max-width:1199px), only screen and (min-width:768px) and (max-width:991px), (max-width:767px) {
	.h2_testimonial-navigation div {
		left: 0;
	}

	.h2_testimonial-navigation div.h2_testimonial-next {
		left: auto;
		right: 0;
	}

}

.h2_testimonial-area:hover .h2_testimonial-navigation div {
	opacity: 1;
	visibility: visible;
}

.quote {
	background-color: #ffffff;
	border-radius: 12px;
	padding: 30px 25px;
	text-align: center;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.testimonial-logo {
	max-width: 120px;
	height: auto;
	margin-bottom: 25px;
}

.testimonial-comment {
	border: none;
	padding: 0;
	margin: 0;
}

.testimonial-comment p {
	font-size: 16px;
	color: #555;
	line-height: 1.6;
	font-style: italic;
}

@media (max-width:560px) {
	.fc-item {
		width: 100%;
		padding: 12px 14px;
	}

	.fc-item-title {
		font-size: 16px;
	}

}

@media (min-width: 1920px) {
    .swiper-slide .brand-item img {
        width: 80%;     /* diminui a imagem */
        max-width: 300px; /* opcional, limite máximo */
        height: auto;
    }
}


@media (max-width:414px) {
	.swiper-slide .brand-item img {
		max-width: 70%;
		max-height: 50%;
		object-fit: contain;
	}

	.app_details-area {
		padding: 0px 15px;
	}

}

@media (max-width:360px) {
	.brand-active .swiper-slide {
		margin-right: 10px;
	}

	.brand-active .swiper-slide .brand-item img {
		padding: -2px;
	}

	.brand-active .swiper-slide .brand-item {
		width: 67px;
		height: 40px;
	}
	.project-area {
		 margin: 0px 20px;

	}

	/* .key-features-section.has-center-line::before {
	content: "";

	border-radius: 2px;
	left: 10%;
	top: 6%;
	transform: translateX(-20%);
	width: 5px;
	height: 68.7%;
	background: #2A79B7;
	z-index: 0;
	pointer-events: none; */
}

@media (max-width:414px) {
	.auto-container {
		max-width: 926px;
		padding: 0px 15px;
		margin: 0 auto;
	}

	.key-feature.image-left .text-column .inner_rdc {
		padding-top: 72px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.key-feature.image-right .text-column .inner_rdc2 {
		padding-top: 72px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.key-features-section {
		padding-top:40px;
	}

	.key-feature.image-right .text-column .inner_rdc2::after {
		display: none;
		background: #2a7ab700;
	}
	.key-feature .text-column .inner_rdo h3{
		font-size: 40px;

	}
	.key-feature .text-column .inner_rdo {
		padding: 2px 10px;
	}
	.project-area {
		 margin: 0px 20px;

	}

}

@media (max-width:820px) {
	.key-feature.image-left .text-column .inner_rdc::after {
		background: #2a7ab700;
		display: none;
	}

	.key-feature.image-left .text-column .inner_rdc::after {
		background: #2a7ab700;
		display: none;
	}

	.key-feature .text-column .inner_rdc2::after {
		background: #2a7ab700;
		display: none;
	}

	.brand-area {
		background-color: transparent !important;
		padding-top: 130px;
	}

	.auto-container {
		padding: 0px 10px;
	}

	.key-features-section.has-center-line::before {
		display: none;
	}

	.h2_work-area_rdc .container {
		width: 80%;
	}

	.h2_work-area_rdc .container .col-md-4 {
		width: 80%;
	}

	.h2_work-content-item, .valores-item {
		width: 100%;
	}

}

@media (max-width:1024px) {
	.key-features-section .key-feature {
		margin-right: 37px;
		margin-left: 41px;
	}

	.key-features-section.has-center-line {
		z-index: 0;
		pointer-events: none;
		height: 185rem
	}

	.key-feature.image-left .text-column .inner_rdc {
		top: - 100px;
	}

}

/* Ajustes para telas pequenas (até 360px) */
@media (max-width:360px) {

	/* Remove padding excessivo do título */
	.sec-title-three.centered.pb-65 {
		padding-bottom: 30px;
	}

	/* Ajusta layout das colunas */
	.key-feature .row.clearfix {
		display: flex;
		flex-direction: column;         /* empilha imagem e texto */
		align-items: center;
	}

	/* Ajusta imagem */
	.key-feature .image-column {
		width: 100%;
		text-align: center;
		margin-bottom: 15px;         /* espaço entre imagem e texto */
	}

	.key-feature .image-column img {
		max-width: 90%;         /* imagem não ocupa toda a tela */
		height: auto;
	}

	/* Ajusta texto */
	.key-feature .text-column {
		width: 100%;
		text-align: center;
		padding: 0 10px;         /* respiro lateral */
	}

	.key-feature .text-column h3 {
		font-size: 18px;         /* título menor */
		margin-bottom: 10px;
	}

	.key-feature .text-column .text_rdc p {
		font-size: 14px;         /* texto menor */
		line-height: 1.4;
	}

	/* Espaçamento entre blocos */
	.key-feature {
		margin-bottom: 25px;
	}

}

@media (max-width:414px) {
	.brand-active .swiper-slide {
		margin-right: 10px;
	}

	.brand-active .swiper-slide .brand-item img {
		padding: -2px;
	}

	.brand-active .swiper-slide .brand-item {
		width: 67px;
		height: 40px;
	}

}

@media (min-width:768px) {
	.brand-active .swiper-slide {
		margin-right: 16px;
	}

}

@media (max-width:430px) {
	.feature-area .row {
		display: block;         /* remove flex/grid */
	}

	.feature-area .row .col-lg-4, .feature-area .row .col-md-6 {
		width: 100%;         /* ocupa toda a largura */
		max-width: 100%;
		margin-bottom: 20px;         /* espaço entre os blocos */
	}

}

/* carroussel */
.features-carousel, .features-carousel-2 {
	background: #f5f7fa;     /* tom claro igual ao exemplo */
	padding: 40px 24px;
}

.fc-title {
	color: #3399cc;
	font-weight: 600;
	font-size: clamp(20px, 2.6vw, 30px);
	text-align: center;
	margin: 0 0 clamp(10px, 2vw, 18px);
	padding-bottom: 80px;
}

.fc-grid {
	display: grid;
	grid-template-columns: 450px 1fr;
	gap: 95px;
	align-items: center;
}

/* Lista de itens (coluna esquerda) */
.fc-list {
	display: flex;
	flex-direction: column;
	gap: clamp(10px, 1.6vw, 14px);
}

/* #slide-left .fc-item{
  margin-left: 150px;
  padding-left: 100px;
} */
.fc-item {
	display: grid;
	grid-template-columns: 1fr;
	gap: 6px;
	text-align: left;
	padding: clamp(12px, 1.8vw, 16px);
	border-radius: 12px;
	margin-left: 90px;
	padding-left: 60px;
	border: 1px solid transparent;
	background: transparent;
	cursor: pointer;
	transition: box-shadow .2s ease, background .2s ease, border-color .2s ease, transform .12s ease;
}

.fc-item-no-bd {
	display: grid;
	grid-template-columns: 1fr;
	gap: 6px;
	text-align: left;
	padding: clamp(12px, 1.8vw, 16px);
	border-radius: 12px;
	border: 1px solid transparent;
	background: transparent;     /* padding-left: 50px; */
	cursor: pointer;
	transition: box-shadow .2s ease, background .2s ease, border-color .2s ease, transform .12s ease;
}

.fc-item-no-card {
	display: grid;
	grid-template-columns: 1fr;
	gap: 6px;
	text-align: left;
	padding: 10px 0;
	margin-left: 90px;
	border: 1px solid transparent;
	background: transparent;
	cursor: pointer;
	transition: box-shadow .2s ease, background .2s ease, border-color .2s ease, transform .12s ease;
}

.fc-item:hover {
	border-color: rgba(51, 153, 204, .25);
	background: #fff;
}

.fc-item.active {
	background: #ffffff;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.fc-item-title {
	color: #3399cc;
	font-weight: 600;
	font-size: clamp(16px, 2.4vw, 18px);
}

.fc-item-desc {
	color: #6b7a88;
	font-size: clamp(14px, 2.1vw, 16px);
	line-height: 1.5;
}

/* Palco central */
.fc-stage {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 106%;
	padding-top: 13px;
}

.fc-stage img {
	transition: opacity .18s ease-in-out;
	display: block;
	max-width: 95%;
	height: auto;
}

/* Evita que algo sobreponha a lista e bloqueie o clique */
.fc-list, .fc-item, .fc-dots, .dot {
	position: relative;
	z-index: 1;
}

/* Se tiver algum frame/overlay na área da imagem: */
.fc-stage .overlay, .fc-stage .frame {
	pointer-events: none;     /* não bloqueia cliques na lista */
}

/* Modifier para imagem à esquerda, lista à direita */
.fc-grid.layout-left {
	grid-template-columns: 1fr minmax(280px, 380px);
	grid-template-areas: "stage list";
}

/* Modifier para imagem à esquerda */
.fc-grid-left.layout-left .fc-stage {
	order: 1;
}

.fc-grid-left.layout-left .fc-list {
	order: 2;
}

@media (max-width:768px) {
	.fc-grid, .fc-grid.layout-left {
		grid-template-columns: 1fr;
		grid-template-areas: "stage"
		"list";
	}

}

.slide-image {
	width: clamp(280px, 60vw, 720px);
	height: auto;
	border-radius: 10px;     /* box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12); */
	transition: opacity .18s ease-in-out, transform .18s ease-in-out;
	opacity: 1;
}

/* Dots */
.fc-dots {
	display: flex;
	gap: 12px;
	margin-top: 18px;
}

.dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #c9d9e5;
	border: none;
	cursor: pointer;
	transition: transform .18s ease, background .18s ease;
}

.dot:hover {
	transform: scale(1.15);
}

.dot.active {
	background: #3399cc;
}

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

	.fc-list {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 10px;
	}

	.fc-item {
		width: clamp(240px, 44vw, 340px);
	}

	.fc-stage .slide-image {
		width: clamp(320px, 78vw, 700px);
	}

}

/* >= 1440px (desktop grande): aumenta palco sem quebrar lista */
@media (min-width:1440px) {
	.fc-grid {
		grid-template-columns: 513px 1fr;
	}

	.slide-image {
		width: clamp(640px, 52vw, 860px);
	}

}

/* <= 992px (tablet landscape / notebooks menores): duas colunas mais estreitas */
@media (max-width:992px) {
	.fc-grid {
		grid-template-columns: minmax(260px, 320px) 1fr;
		gap: clamp(16px, 2.6vw, 24px);
	}

	.fc-item {
		padding: clamp(10px, 1.6vw, 14px);
	}

	.slide-image {
		width: clamp(360px, 70vw, 720px);
	}

}

/* <= 768px (tablet portrait): empilha lista acima do palco */
@media (max-width:768px) {
	.fc-grid {
		grid-template-columns: 1fr;
		gap: clamp(16px, 2.8vw, 22px);
	}

	.fc-list {
		flex-direction: row;
		flex-wrap: wrap;
		gap: clamp(10px, 2.6vw, 14px);
	}

	.fc-item {
		width: clamp(240px, 46vw, 360px);         /* dois por linha, quando possível */
	}

	.fc-item-title {
		font-size: 16px;
	}

	.slide-image {
		width: clamp(320px, 86vw, 680px);
	}

}

/* <= 560px (mobile): lista em coluna e palco centralizado */
@media (max-width:560px) {
	.fc-list {
		flex-direction: column;
		gap: 10px;
	}

	.fc-item {
		width: 100%;
		padding: 12px 14px;
	}

	.fc-title {
		font-size: clamp(18px, 5.2vw, 22px);
	}

	.slide-image {
		width: clamp(280px, 92vw, 480px);
		border-radius: 8px;
	}

}

/* <= 380px (mobile estreito): tipografia segura */
@media (max-width:380px) {
	.fc-item-title {
		font-size: 15px;
	}

	.fc-item-desc {
		font-size: 14px;
	}

	.fc-dots {
		gap: 10px;
	}

}

.ml-100 {
	margin-left: 100px;
}

@media (max-width:1200px) {
	.ml-100 {
		margin-left: 60px;
	}

}

@media (max-width:992px) {
	.ml-100 {
		margin-left: 24px;
	}

}

@media (max-width:768px) {
	.ml-100 {
		margin-left: 0;
	}

}

/* carroussel esquerdo */

/* Título */
.fc2-title {
	color: var(--fc2-primary);
	font-weight: 600;
	font-size: clamp(20px, 2.6vw, 30px);
	text-align: center;
	margin: 0 0 clamp(10px, 2vw, 18px);
}

/* Grid com imagem à esquerda e lista à direita */
.fc2-grid {
	display: grid;
	grid-template-columns: 1fr minmax(280px, 380px);     /* esquerda maior para imagem */
	gap: clamp(18px, 3vw, 36px);
	align-items: start;
}

.fc2-stage {
	grid-column: 1;
}

.fc2-list {
	grid-column: 2;
}

/* Palco e imagem */
.fc2-stage {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-width: 0;
}

.fc2-image {
	width: clamp(280px, 58vw, 760px);
	height: auto;
	border-radius: 10px;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
	transition: opacity .18s ease-in-out, transform .18s ease-in-out;
	display: block;
}

/* Dots */
.fc2-dots {
	display: flex;
	gap: 12px;
	margin-top: clamp(12px, 1.8vw, 18px);
}

.fc2-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #c9d9e5;
	border: none;
	cursor: pointer;
	transition: transform .18s ease, background .18s ease;
}

.fc2-dot:hover {
	transform: scale(1.15);
}

.fc2-dot.active {
	background: var(--fc2-primary);
}

/* Lista à direita */
.fc2-list {
	display: flex;
	flex-direction: column;
	gap: clamp(10px, 1.6vw, 14px);
	position: relative;
	z-index: 1;     /* garante que nada sobreponha a área de clique */
}

.fc2-item {
	display: grid;
	gap: 6px;
	text-align: left;
	padding: clamp(12px, 1.8vw, 16px);
	border-radius: var(--fc2-radius);
	border: 1px solid transparent;
	background: transparent;
	cursor: pointer;
	transition: box-shadow .2s ease, background .2s ease, border-color .2s ease, transform .12s ease;
}

.fc2-item:hover {
	border-color: rgba(51, 153, 204, .25);
	background: #fff;
	transform: translateY(-1px);
}

.fc2-item.active {
	background: var(--fc2-card);
	box-shadow: var(--fc2-shadow);
	border-color: rgba(51, 153, 204, .35);
}

.fc2-item-title {
	color: var(--fc2-primary);
	font-weight: 600;
	font-size: clamp(16px, 2.1vw, 18px);
	line-height: 1.25;
}

.fc2-item-desc {
	color: var(--fc2-muted);
	font-size: clamp(14px, 1.9vw, 16px);
	line-height: 1.55;
}

/* Responsivo: empilha em mobile (imagem acima) */
@media (max-width:768px) {
	.fc2-grid {
		grid-template-columns: 1fr;
		gap: clamp(16px, 2.8vw, 22px);
	}

	.fc2-stage {
		grid-column: 1;
	}

	.fc2-list {
		grid-column: 1;
	}

	.fc2-list {
		flex-direction: row;
		flex-wrap: wrap;
		gap: clamp(10px, 2.6vw, 14px);
	}

	.fc2-item {
		width: clamp(240px, 46vw, 360px);
	}

	.fc2-image {
		width: clamp(320px, 86vw, 680px);
	}

}

/* Mobile estreito */
@media (max-width:560px) {
	.fc2-list {
		flex-direction: column;
		gap: 10px;
	}

	.fc2-item {
		width: 100%;
		padding: 12px 14px;
	}

	.fc2-title {
		font-size: clamp(18px, 5.2vw, 22px);
	}

	.fc2-image {
		width: clamp(280px, 92vw, 480px);
		border-radius: 8px;
	}

}

/* Acessibilidade: reduz animações se preferido */
@media (prefers-reduced-motion:reduce) {
	.fc2-image, .fc2-item, .fc2-dot {
		transition: none !important;
	}

}

/*
************
*************************
17. blog
******************************************************* 
*************************************************************** */
.blog-item {
	position: relative;
	z-index: 1;
}

.blog-item::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(34, 34, 34, 0.8);
	z-index: 1;
}

.blog-img img {
	width: 100%;
}

.blog-content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	padding: 40px 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.blog-content {
		padding: 30px 35px;
	}

}

@media (max-width:767px) {
	.blog-content {
		padding: 20px 20px;
	}

}

@media only screen and (min-width:576px) and (max-width:767px) {
}

.blog-content-title {
	color: #fff;
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 20px;
}

.blog-content-title:hover a {
	color: #fec200;
}

@media (max-width:767px) {
	.blog-content-title {
		font-size: 20px;
		margin-bottom: 15px;
	}

}

@media only screen and (min-width:576px) and (max-width:767px) {
	.blog-content-title {
		font-size: 22px;
		margin-bottom: 15px;
	}

}

.blog-content-top span {
	color: #f8f8f8;
	display: block;
	font-size: 14px;
}

.blog-content-top span a {
	font-weight: 500;
	font-size: 16px;
}

.blog-content-meta {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

@media (max-width:767px) {
	.blog-content-meta {
		margin-bottom: 5px;
	}

}

.blog-content-meta span {
	display: block;
	color: #f8f8f8;
	font-size: 14px;
	font-weight: 500;
	position: relative;
}

.blog-content-meta span:first-child {
	margin-right: 10px;
	padding-right: 14px;
}

.blog-content-meta span:first-child::before {
	position: absolute;
	right: 0;
	top: calc(50% + 1px);
	transform: translateY(-50%);
	background: #f8f8f8;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	content: "";
}

.blog-btn {
	color: #fff;
	display: flex;
	align-items: center;
	gap: 15px;
	font-weight: 500;
}

.blog-btn:hover {
	color: #fec200;
}

.blog-item:hover .blog-content-meta span::before {
	background-color: #fec200;
}

.h2_blog-img {
	position: relative;
	z-index: 1;
}

.h2_blog-img::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(34, 34, 34, 0.8);
	z-index: 1;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	opacity: 0;
}

.h2_blog-img img {
	width: 100%;
}

.h2_blog-img-info {
	position: absolute;
	right: 40px;
	bottom: 35px;
	z-index: 2;
}

.h2_blog-img-info div {
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	opacity: 0;
	visibility: hidden;
	color: #F8F8F8;
	display: block;
	font-size: 14px;
}

.h2_blog-open {
	background-color: #fec200;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #222222 !important;
	padding: 10px 20px;
}

.h2_blog-item:hover .h2_blog-img-info div {
	opacity: 1;
	visibility: visible;
}

.h2_blog-item:hover .h2_blog-img::before {
	opacity: 1;
}

.brand-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 15px;
	padding-top: 35px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ececec;     /* Linha cinza */
}

.brand-header .section-title {
	margin-bottom: 0;
	font-size: 24px;
}

/* Container setas */
.brand-navigation {
	display: flex;
	gap: 8px;
}

.brand-area {
	background-color: transparent !important;
}

.brand-active.swiper {
	background-color: #ffffff;
}

.brand-active.swiper {
	transition-timing-function: linear !important;
}

/* Estilo para cada seta */
.brand-arrow {
	width: 40px;
	height: 40px;
	background-color: #ffffff;
	border: 1px solid #3333339c;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

/* Caixa que envolve cada logo (sua classe .brand-item) */
.brand-item {
	background-color: #ffffff !important;
	border: 1px solid #e7e7e7;     /* padding: 20px; */
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: box-shadow 0.3s ease;
}

.brand-item:hover {
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

/* Imagem do logo dentro da caixa */
.brand-item img {
	max-height: 68px;
	object-fit: contain;
	opacity: 10;
	transition: all 0.3s ease;
}

/* Efeito ao passar o mouse no logo
.brand-item:hover img {
  filter: grayscale(80%); /* Remove a escala de cinza 
  opacity: 10;
} */
.h2_blog-content {
	background-color: #f8f8f8;
	padding: 40px 35px;
}

@media (max-width:767px) {
	.h2_blog-content {
		padding: 40px 30px;
	}

}

.h2_blog-content-title {
	color: #222;
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 25px;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.h2_blog-content-title {
		font-size: 22px;
	}

}

.h2_blog-content-title:hover a {
	color: #fec200;
}

@media (max-width:767px) {
	.h2_blog-content-title {
		font-size: 20px;
	}

}

.h2_blog-content-meta, .h2_blog-content-descr {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.h2_blog-content-meta span, .h2_blog-content-descr span {
	display: block;
	color: #222;
	font-size: 14px;
	font-weight: 500;
	position: relative;
}

.h2_blog-content-meta span:first-child {
	margin-right: 10px;
	padding-right: 14px;
}

.h2_blog-content-meta span:first-child::before {
	position: absolute;
	right: 0;
	top: calc(50% + 1px);
	transform: translateY(-50%);
	background: #fec200;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	content: "";
}

/* .h2_blog-content-meta span:first-child {
	margin-right: 10px;
	padding-right: 14px;
	margin-left: 18px;
}

.h2_blog-content-meta span:first-child::before {
	position: absolute;
	left: -15px;
	top: calc(50% );
	transform: translateY(-66%);
	background: #fec200;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	content: "";
} */
.h2_blog-btn {
	color: #222;
	display: flex;
	align-items: center;
	gap: 15px;
	font-weight: 500;
}

.h2_blog-btn:hover {
	color: #fec200;
}

.inner_blog-right {
	position: sticky;
	top: 50px;
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.inner_blog-right {
		margin-left: 30px;
	}

}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.inner_blog-right {
		margin-left: 10px;
	}

}

@media only screen and (min-width:768px) and (max-width:991px), (max-width:767px) {
	.inner_blog-right {
		margin-left: 0;
	}

}

.inner_blog-item {
	position: relative;
	z-index: 1;
}

.inner_blog-item::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(34, 34, 34, 0.5);
	z-index: 1;
}

.inner_blog-img img {
	width: 100%;
}

@media (max-width:575px) {
	.inner_blog-img {
		height: 360px;
	}

	.inner_blog-img img {
		height: 100%;
		object-fit: cover;
	}

}

.inner_blog-content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	padding: 45px 50px 45px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media (max-width:767px) {
	.inner_blog-content {
		padding: 40px 20px;
	}

}

@media only screen and (min-width:576px) and (max-width:767px) {
	.inner_blog-content {
		padding: 40px 30px;
	}

	.blog-content {
		padding: 30px 40px;
	}

}

.inner_blog-content-title {
	color: #fff;
	line-height: 1.4;
	margin-bottom: 25px;
	text-transform: initial;
}

.inner_blog-content-title:hover a {
	color: #fec200;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.inner_blog-content-title {
		font-size: 26px;
	}

}

@media only screen and (min-width:768px) and (max-width:991px) {
	.inner_blog-content-title {
		font-size: 30px;
	}

}

@media (max-width:767px) {
	.inner_blog-content-title {
		font-size: 22px;
		margin-bottom: 15px;
	}

}

.inner_blog-content-top span {
	color: #f8f8f8;
	display: block;
	font-size: 14px;
}

.inner_blog-content-top span a {
	font-weight: 500;
	font-size: 16px;
}

.inner_blog-content-meta {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

@media (max-width:767px) {
	.inner_blog-content-meta {
		margin-bottom: 5px;
	}

}

@media (max-width:380px) {
	.inner_blog-content-meta {
		display: none;
	}

}

.inner_blog-content-meta span {
	display: block;
	color: #f8f8f8;
	font-size: 14px;
	font-weight: 500;
	position: relative;
}

.inner_blog-content-meta span:first-child {
	margin-right: 10px;
	padding-right: 14px;
}

.inner_blog-content-meta span:first-child::before {
	position: absolute;
	right: 0;
	top: calc(50% + 1px);
	transform: translateY(-50%);
	background: #f8f8f8;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	content: "";
}

.inner_blog-content-meta span.inner_blog-comment {
	margin-left: 20px;
	padding-left: 21px;
}

.inner_blog-content-meta span.inner_blog-comment::before {
	position: absolute;
	left: 0;
	top: calc(50% + 1px);
	transform: translateY(-50%);
	background: #f8f8f8;
	width: 1px;
	height: 10px;
	border-radius: 50%;
	content: "";
}

@media (max-width:767px) {
	.inner_blog-content-meta span.inner_blog-comment {
		margin-left: 15px;
		padding-left: 15px;
	}

}

.inner_blog-btn {
	color: #fff;
	display: flex;
	align-items: center;
	gap: 15px;
	font-weight: 500;
}

.inner_blog-btn:hover {
	color: #fec200;
}

.inner_blog-item:hover .inner_blog-content-meta span:first-child:before {
	background-color: #fec200;
}

.pagination-area ul {
	display: flex;
	align-items: center;
	gap: 20px;
}

.pagination-area ul li a {
	width: 50px;
	height: 50px;
	display: grid;
	place-items: center;
	font-weight: 500;
	background-color: #f8f8f8;
	color: #222;
}

.pagination-area ul li a:hover {
	background-color: #fec200;
}

.pagination-area ul li a i {
	font-size: 15px;
}

/*
************
*************************
18. blog-details
******************************************************* 
*************************************************************** */
.blog_details-content-meta {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

@media (max-width:767px) {
	.blog_details-content-meta {
		flex-wrap: wrap;
	}

}

.blog_details-content-meta .blog_details-content-date {
	display: block;
	font-size: 14px;
	position: relative;
	margin-right: 20px;
	padding-right: 21px;
}

.blog_details-content-meta .blog_details-content-date::before {
	position: absolute;
	right: 0;
	top: calc(50% + 1px);
	transform: translateY(-50%);
	background: #cecece;
	width: 1px;
	height: 10px;
	border-radius: 50%;
	content: "";
}

@media (max-width:767px) {
	.blog_details-content-meta .blog_details-content-date {
		margin-right: 0;
	}

	.blog_details-content-meta .blog_details-content-date::before {
		display: none;
	}

}

.blog_details-content-meta .blog_details-content-comment {
	display: block;
	font-size: 14px;
	position: relative;
	margin-left: 20px;
	padding-left: 21px;
}

.blog_details-content-meta .blog_details-content-comment::before {
	position: absolute;
	left: 0;
	top: calc(50% + 1px);
	transform: translateY(-50%);
	background: #cecece;
	width: 1px;
	height: 10px;
	border-radius: 50%;
	content: "";
}

@media (max-width:767px) {
	.blog_details-content-meta .blog_details-content-comment {
		padding-left: 0;
		margin-left: 0;
	}

	.blog_details-content-meta .blog_details-content-comment::before {
		display: none;
	}

}

@media only screen and (min-width:576px) and (max-width:767px) {
	.blog_details-content-meta .blog_details-content-comment {
		padding-left: 21px;
		margin-left: 20px;
	}

	.blog_details-content-meta .blog_details-content-comment::before {
		display: block;
	}

	.blog_details-content-meta .blog_details-content-date {
		margin-right: 20px;
	}

	.blog_details-content-meta .blog_details-content-date::before {
		display: block;
	}

}
.blog_details-title{
	 font-size: 30px;

}

.blog_details-content-category {
	display: flex;
	align-items: center;
}

.blog_details-content-category span {
	display: block;
	font-size: 14px;
	font-weight: 500;
	position: relative;
	z-index: 1;
}

.blog_details-content-category span:first-child {
	margin-right: 10px;
	padding-right: 14px;
	font-weight: 500;
}

.blog_details-content-category span:first-child::before {
	position: absolute;
	right: 0;
	top: calc(50% + 1px);
	transform: translateY(-50%);
	background: #fec200;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	content: "";
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.blog_details-right {
		margin-left: 30px;
	}

}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.blog_details-right {
		margin-left: 10px;
	}

}

@media only screen and (min-width:768px) and (max-width:991px), (max-width:767px) {
	.blog_details-right {
		margin-left: 0;
	}

}

.blog_details-title {
	margin-bottom: 25px;
	text-transform: initial;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.blog_details-title {
		font-size: 30px;
	}

}

@media only screen and (min-width:768px) and (max-width:991px) {
	.blog_details-title {
		font-size: 28px;
	}

}

@media (max-width:767px) {
	.blog_details-title {
		font-size: 22px;
	}

}

@media only screen and (min-width:576px) and (max-width:767px) {
	.blog_details-title {
		font-size: 26px;
	}

}

.blog_details-quote {
	background: #f8f8f8;
	padding: 35px 35px 30px;
	margin-bottom: 43px;
	margin-top: 43px;
}

@media (max-width:767px) {
	.blog_details-quote {
		padding: 35px 30px 30px;
	}

}

.blog_details-quote-icon {
	margin-bottom: 25px;
}

.blog_details-quote-icon svg {
	color: #fec200;
}

.blog_details-quote p {
	margin-bottom: 15px;
}

.blog_details-quote h6 {
	font-weight: 500;
	position: relative;
	z-index: 1;
	padding-left: 75px;
}

.blog_details-quote h6::before {
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
	transform: translateY(-50%);
	background: #222;
	width: 60px;
	height: 1px;
}

.blog_details-post-info span {
	display: block;
	font-size: 14px;
}

.blog_details-post-info span:first-child {
	margin-bottom: 5px;
}

.blog_details-post-info span a {
	font-size: 16px;
	font-weight: 500;
	color: #222222;
}

.blog_details-tag {
	display: flex;
	align-items: center;
	gap: 20px;
}

.blog_details-tag span {
	color: #222222;
	font-size: 18px;
	display: block;
}

.blog_details-tag ul {
	display: flex;
	gap: 10px;
}

.blog_details-tag ul li a {
	border: 1px solid #e7e7e7;
	padding: 5px 10px;
	font-size: 15px;
}

.blog_details-tag ul li a:hover {
	background-color: var(--clr-common-black);
	color: var(--clr-common-white);
	border-color: var(--clr-common-black);
}

@media (max-width:767px) {
	.blog_details-tag {
		flex-direction: column;
		align-items: start;
	}

	.blog_details-tag ul {
		flex-wrap: wrap;
	}

}

@media only screen and (min-width:576px) and (max-width:767px) {
	.blog_details-tag {
		flex-direction: row;
		align-items: center;
	}

	.blog_details-tag ul {
		flex-wrap: wrap;
	}

}

.blog_details-bottom-title {
	font-size: 20px;
	font-weight: 600;
	color: #222;
	display: block;
	margin-bottom: 35px;
}

.blog_details-comment-item {
	display: flex;
	gap: 20px;
}

@media (max-width:767px) {
	.blog_details-comment-item {
		flex-direction: column;
	}

	.blog_details-comment-item.ml-70 {
		margin-left: 0;
	}

}

@media only screen and (min-width:576px) and (max-width:767px) {
	.blog_details-comment-item {
		flex-direction: row;
	}

	.blog_details-comment-item.ml-70 {
		margin-left: 50px;
	}

}

.blog_details-comment-img {
	width: 50px;
	height: 50px;
	flex-shrink: 0;
}

.blog_details-comment-content h6 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
}

.blog_details-comment-content span {
	display: block;
	margin-bottom: 6px;
}

.blog_details-comment-content p {
	color: #222;
	margin-bottom: 0;
}

.blog_details-reply-form form input, .blog_details-reply-form form textarea {
	width: 100%;
	height: 60px;
	border: 1px solid #e7e7e7;
	background: transparent;
	margin-bottom: 20px;
	padding: 0 30px;
	color: #222;
	font-size: 14px;
	line-height: 60px;
}
.form-contact input{
	width: 100%;
	height: 60px;
	border: 1px solid #e7e7e7;
	background-color: transparent;
	margin-bottom: 20px;
	padding: 0 30px;
	color: #FFF;
	font-size: 14px;
	line-height: 60px;
}

.form-contact .sec-input::placeholder {
  color: #fff;
}

.form-contact input:-internal-autofill-selected {
	background-color: transparent;


}
.form-fale-conosco select {
	width: 100%;   
    height: 60px;
    border: 1px solid #e7e7e7;
    background: transparent;
    margin-bottom: 20px;
    padding: 0 30px;
    color: #667;
    font-size: 15px;
    line-height: 60px;
}
.form-contact select{
	width: 100%;
	height: 60px;
	border: 1px solid #e7e7e7;
	background: transparent;
	margin-bottom: 20px;
	padding: 0 30px;
	color: #777777;
	font-size: 16px;
	line-height: 60px;
}
.form-contact option{
	width: 100%;
	height: 60px;
	border: 1px solid #e7e7e7;
	background: transparent;
	margin-bottom: 20px;
	padding: 0 30px;
	color: #3d3d3d;
	font-size: 14px;
	line-height: 60px;
}

.blog_details-reply-form .form-fale-conosco input::-webkit-input-placeholder, .blog_details-reply-form .form-fale-conosco textarea::-webkit-input-placeholder {
	color: #7a7a7a;
	font-size: 14px;
	opacity: 1;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.blog_details-reply-form .form-fale-conosco input:-moz-placeholder, .blog_details-reply-form .form-fale-conosco textarea:-moz-placeholder {
	color: #7a7a7a;
	font-size: 14px;
	opacity: 1;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.blog_details-reply-form form input::-moz-placeholder, .blog_details-reply-form form textarea::-moz-placeholder {
	color: #7a7a7a;
	font-size: 14px;
	opacity: 1;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.blog_details-reply-form form input:-ms-input-placeholder, .blog_details-reply-form form textarea:-ms-input-placeholder {
	color: #7a7a7a;
	font-size: 14px;
	opacity: 1;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.blog_details-reply-form .form-fale-conosco input:focus, .blog_details-reply-form .form-fale-conosco textarea:focus {
	border-color: #fec200;
	color: #222;
}

.blog_details-reply-form form input:focus::-webkit-input-placeholder, .blog_details-reply-form form textarea:focus::-webkit-input-placeholder {
	color: #222;
}

.blog_details-reply-form form input:focus:-moz-placeholder, .blog_details-reply-form form textarea:focus:-moz-placeholder {
	color: #222;
}

.blog_details-reply-form form input:focus::-moz-placeholder, .blog_details-reply-form form textarea:focus::-moz-placeholder {
	color: #222;
}

.blog_details-reply-form form input:focus:-ms-input-placeholder, .blog_details-reply-form form textarea:focus:-ms-input-placeholder {
	color: #222;
}

.blog_details-reply-form form textarea {
	height: 120px;
}

.blog_details-inner-list li {
	font-size: 16px;
	color: #7a7a7a;
	display: flex;
	gap: 10px;
	margin-bottom: 15px;
	position: relative;
	z-index: 1;
	padding-left: 15px;
}

.blog_details-inner-list li::before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	background-color: #cecece;
	width: 5px;
	height: 5px;
	border-radius: 50%;
}

.blog_details-inner-list li:last-child {
	margin-bottom: 0;
}

.blog-widget-title {
	position: relative;
	z-index: 1;
	padding-bottom: 12px;
	font-weight: 500;
	font-size: 22px;
}

.blog-widget-title::before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 50px;
	height: 2px;
	background: #fec200;
}

.blog-widget-search form {
	position: relative;
	z-index: 1;
}

.blog-widget-search form input {
	width: 100%;
	height: 60px;
	padding-right: 45px;
	padding-left: 30px;
	border: 1px solid #e7e7e7;
	border-radius: 0;
	font-size: 14px;
	color: #bfbfbf;
	transition: 0.3s linear 0s;
}

.blog-widget-search form input::-webkit-input-placeholder {
	color: #bfbfbf;
	font-size: 14px;
	opacity: 1;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.blog-widget-search form input:-moz-placeholder {
	color: #bfbfbf;
	font-size: 14px;
	opacity: 1;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.blog-widget-search form input::-moz-placeholder {
	color: #bfbfbf;
	font-size: 14px;
	opacity: 1;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.blog-widget-search form input:-ms-input-placeholder {
	color: #bfbfbf;
	font-size: 14px;
	opacity: 1;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.blog-widget-search form input:focus {
	outline: 1px solid #fec200;
}

.blog-widget-search form button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: transparent;
	border: none;
	font-size: 14px;
	right: 30px;
	padding: 0;
}

.blog-widget-post {
	background: #f8f8f8;
	border: 1px solid #eee;
	border-radius: 4px;
	padding: 20px;
}
.blog-widget-post-content {
	border: 1px solid #f4c400;
	border-radius: 4px;
	padding: 10px 15px 0px 15px;
}

.blog-widget-post span {
	display: block;
	margin-bottom: 8px;
	line-height: 25px;
}

.blog-widget-post h5 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0;
	line-height: 1.4;
	font-family: 'Roboto', sans-serif;
}

.blog-widget-post h5:hover a {
	color: #fec200;
}
.blog-widget-post-content h5:hover a {
	color: #fec200;
}
.blog-widget-post-content h2:hover a {
	color: #fec200;
	
}

.blog-widget-category li {
	margin-bottom: 10px;
}

.blog-widget-category li:last-child {
	margin-bottom: 0;
}

.blog-widget-category li a {
	display: block;
	line-height: 24px;
	color: #7a7a7a;
}

.blog-widget-category li a:hover {
	color: #fec200;
}

.blog-widget-tag {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.blog-widget-tag a {
	border: 1px solid #e7e7e7;
	padding: 3px 10px;
	font-size: 15px;
}

.blog-widget-tag a:hover {
	border-color: var(--clr-common-black);
	background-color: var(--clr-common-black);
	color: var(--clr-common-white);
}

.blog_details-right {
	position: sticky;
	top: 50px;
}

.brand-item {
	text-align: center;
}

.cta-area {
	background: #fec200;
	padding: 50px 0 20px;
}

.cta-content-title {
	font-size: 42px;
}

/* .popup-message{
		width: 90%;
} */

@media (max-width: 412px) {
    body {
        /* Evita que elementos mal dimensionados criem barra de rolagem lateral */
        overflow-x: hidden; 
        width: 100%;
        
        /* Ajuste de tipografia base para telas pequenas */
        font-size: 14px; 
        line-height: 1.5;
        
        /* Remove paddings excessivos que "esmagam" o conteúdo */
        margin: 0;
        padding: 0;
    }
	.header-area{
		    /* Evita que elementos mal dimensionados criem barra de rolagem lateral */
        overflow-x: hidden; 
        width: 100%;
        
        font-size: 14px; 
        line-height: 1.5;
        
        margin: 0;
        padding: 0;

	}

    /* Ajuste geral para containers de conteúdo */
    .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
        width: 95% !important;
        max-width: 100% !important;
    }

    /* Se houver títulos muito grandes no corpo da página, eles devem quebrar ou diminuir */
    h1 {
        font-size: 28px !important;
        line-height: 1.2;
    }

    h2 {
        font-size: 24px !important;
    }

    /* Ajuste para imagens no corpo da página não estourarem a tela */
    img {
        max-width: 100%;
        height: auto;
    }
}
/* responsividade para os artigos */
@media (max-width: 412px) {
    /* 1. Foto do integrante da equipe */
    .team_details-info-img {
        margin-bottom: 25px; /* Espaço para o texto não colar na foto */
        text-align: center;   /* Centraliza a imagem no mobile */
    }

    .team_details-info-img img {
        width: 300px;
        max-width: 320px;     /* Evita que a foto ocupe a tela toda lateralmente */
        height: auto;
		margin-left: -58%;
        margin-right: 50%;
		margin-top: 100px;
		margin-bottom: -50%;
    }
	.team_details-info .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
        width: 100% !important;
    }
	.team_details-info .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
	.team_details-info {
		 padding-top: 15px !important; 
		width: 95%;

	}
	.blog_details-text {
        font-size: 12px !important;
        line-height: 1.5 !important; 
        color: #555; 
		margin-top: 5%;
    }

    /* Ajuste específico para os itens de lista dentro do texto */
    .blog_details-text li {
        font-size: 14px !important;
        margin-bottom: 8px; 
        line-height: 1.4;
    }

    .blog_details-text li i {
        font-size: 12px; 
        margin-right: 5px;
    }

    /* Garante que links dentro do texto também sigam o tamanho */
    .blog_details-text a {
        font-size: 12px !important;
    }
    .mr-190  {
		margin-right: 50px;
    }
	.mr-170 {
		margin-right: 50px;
	}

    .blog_details-content {
        padding: 0 5px; 
		width: 90%;
    }
    .blog_details-text  p {
       font-size: 16px !important;
        line-height: 1.6;
        margin-bottom: 15px;
		text-align: justify;
    }
	.recursos-detalhes p{
		  font-size: 16px !important;
        line-height: 1.6;
        margin-bottom: 15px;
		text-align: justify;

	}
	.col-lg-8 {
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 100% !important;
    }

    .blog_details-content p {
        font-size: 16px !important; 
        line-height: 1.6;           
        margin-bottom: 15px;
    }
	.team_details-info .recursos-detalhes {
        padding-top: 15px !important; 
        margin-top: 10px !important;  
    }

    .blog_details-content h2, 
    .blog_details-content h3 {
        font-size: 22px !important; 
        line-height: 1.3;
        margin-top: 20px;
    }

    /* Área geral da página de blog (Container externo) */
    .inner_blog-area {
        padding-top: 40px !important;  
        padding-bottom: 40px !important; 
		overflow: hidden; 
        padding-top: 20px !important; 
		padding-left: 22px;
		width: 90%;
    }

    /* Ajuste para imagens dentro do conteúdo do blog */
    .blog_details-content img {
        margin: 15px 0;
        width: 100% !important;
        height: auto !important;
    }
    .blog_details-content blockquote {
        padding: 20px !important;
        margin: 20px 0 !important;
        font-size: 15px !important;
    }
	 /* para tabela dos artigos */
	.table-responsive-custom {
        width: 100%;
        overflow-x: auto; 
        -webkit-overflow-scrolling: touch; 
        margin-bottom: 20px;
        border: 1px solid #ddd; 
    }

    .table-responsive-custom table {
        min-width: 600px; 
    }

    /* Diminuindo as fontes e ícones para caberem melhor */
    .table-responsive-custom th {
        font-size: 11px !important;
        padding: 10px 5px !important;
    }

    .table-responsive-custom td {
        font-size: 11px !important;
        padding: 8px 5px !important;
        line-height: 1.3;
    }

    
    .table-responsive-custom i.fa-2x {
        font-size: 1.2em !important; 
        margin-left: 5px !important;
    }
	
	.blog_details-quote {
        margin: 20px 0 !important;
        padding: 20px 15px !important; 
        background-color: #f9f9f9;    
       
    }
	.blog_details-quote p{
        width: 85%;   /* Garante um fundo suave para destaque */
       
    }
	.container, .row {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 15px !important; 
        /* padding-right: 15px !important; */
        overflow-x: hidden; 
    }

	/* mensagem de popup  */
	/* .popup-message{
		width: 50%;
		    right: 20px;
			font-size: 10px;

	} */
}

/* responsividade para os artigos */
@media (max-width: 430px) {
    /* 1. Foto do integrante da equipe */
    .team_details-info-img {
        margin-bottom: 25px; 
        text-align: center;   /* Centraliza a imagem no mobile */
    }

    .team_details-info-img img {
        /* width: 100% ; */
        max-width: 320px;    
        border-radius: 10px;  
        height: auto;
		margin-top: 100px;
    }
	.team_details-info .container {
        padding-left: 5px !important;
        padding-right: 15px !important;
        width: 100% !important;
    }
	.team_details-info .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
		width: 100%;
    }
	.team_details-info {
		 /* padding-top: 15px !important; 
		width: 100%; */

	}
	.blog_details-text {
        font-size: 12px !important;
        line-height: 1.5 !important; 
        color: #555; 
		margin-top: 5%;
    }

    /* Ajuste específico para os itens de lista dentro do texto */
    .blog_details-text li {
        font-size: 14px !important;
        margin-bottom: 8px; 
        line-height: 1.4;
    }

    .blog_details-text li i {
        font-size: 12px; 
        margin-right: 5px;
    }
	.inner_blog-area .row{
		width: 110%;

	}

    /* Garante que links dentro do texto também sigam o tamanho */
    .blog_details-text a {
        font-size: 12px !important;
    }
    .mr-190  {
		margin-right: 50px;
    }
	.mr-170 {
		margin-right: 100px;
	}

    .blog_details-content {
        padding: 0 5px; 
		width: 100%;
		margin-top: 25px;
    }
    .blog_details-text  p {
       font-size: 16px !important;
        line-height: 1.6;
        margin-bottom: 15px;
		text-align: justify;
    }
	.recursos-detalhes p{
		  font-size: 16px !important;
        line-height: 1.6;
        margin-bottom: 15px;
		text-align: justify;

	}
	.col-lg-8 {
        padding-left: 0 !important;
        padding-right: 0 !important;
        /* width: 90% !important; */
    }

    .blog_details-content p {
        font-size: 16px !important; 
        line-height: 1.6;           
        margin-bottom: 15px;
    }
	.team_details-info. .recursos-detalhes {
        padding-top: 15px !important; 
        margin-top: 10px !important;  
    }

    .blog_details-content h2, 
    .blog_details-content h3 {
        font-size: 22px !important; 
        line-height: 1.3;
        margin-top: 20px;
    }

    /* Área geral da página de blog (Container externo) */
    .inner_blog-area {
        padding-top: 40px !important;  
        padding-bottom: 40px !important; 
		overflow: hidden; 
        padding-top: 20px !important; 
		padding-left: 22px;
		width: 90%;
    }

    /* Ajuste para imagens dentro do conteúdo do blog */
    .blog_details-content img {
        margin: 15px 0;
        width: 100% !important;
        height: auto !important;
    }
    .blog_details-content blockquote {
        padding: 20px !important;
        margin: 20px 0 !important;
        font-size: 15px !important;
    }
	 /* para tabela dos artigos */
	.table-responsive-custom {
        width: 100%;
        overflow-x: auto; 
        -webkit-overflow-scrolling: touch; 
        margin-bottom: 20px;
        border: 1px solid #ddd; 
    }

    .table-responsive-custom table {
        min-width: 600px; 
    }

    /* Diminuindo as fontes e ícones para caberem melhor */
    .table-responsive-custom th {
        font-size: 11px !important;
        padding: 10px 5px !important;
    }

    .table-responsive-custom td {
        font-size: 11px !important;
        padding: 8px 5px !important;
        line-height: 1.3;
    }

    
    .table-responsive-custom i.fa-2x {
        font-size: 1.2em !important; 
        margin-left: 5px !important;
    }
	
	.blog_details-quote {
        margin: 20px 0 !important;
        padding: 20px 15px !important; 
        background-color: #f9f9f9;    
       
    }
	.blog_details-quote p{
        width: 85%;   /* Garante um fundo suave para destaque */
       
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.cta-content-title {
		font-size: 38px;
	}

}

@media only screen and (min-width:768px) and (max-width:991px) {
	.cta-content-title {
		font-size: 36px;
	}

}

@media (max-width:767px) {
	.cta-content-title {
		font-size: 32px;
	}

}

.inner_cta-area::before {
	background-color: rgba(34, 34, 34, 0.85);
}

.inner_cta-content-subtitle {
	position: relative;
	z-index: 1;
	margin-bottom: 15px;
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	font-family: "Roboto", sans-serif;
	padding-left: 40px;
}

.inner_cta-content-subtitle::before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	width: 30px;
	height: 1px;
	background-color: #fec200;
}

.inner_cta-content-title {
	font-size: 60px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 45px;
	color: #fff;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.inner_cta-content-title {
		font-size: 50px;
	}

}

@media only screen and (min-width:768px) and (max-width:991px) {
	.inner_cta-content-title {
		font-size: 45px;
	}

}

@media (max-width:767px) {
	.inner_cta-content-title {
		font-size: 35px;
	}

}

/*
************
*************************
21. feature
******************************************************* 
*************************************************************** */
.feature-area {
	position: relative;
	z-index: 1;
	margin-top: -87px;
}

.feature-item {
	background: #222222;
	padding: 45px 35px;
	display: flex;
	gap: 20px;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	cursor: pointer;
}
.feature-item-ger {
	background: #222222;
	padding: 45px 35px;
	display: flex;
	gap: 20px;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	cursor: pointer;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.feature-item {
		flex-direction: column;
	}

}

@media (max-width:767px) {
	.feature-item {
		padding: 35px 25px;
	}

}

.feature-item-icon {
	width: 60px;
	flex-shrink: 0;
}

@media (max-width:767px) {
	.feature-item-icon {
		width: 50px;
	}

}

.feature-item-icon svg {
	color: var(--clr-theme-primary);
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.feature-item-content h4 {
	color: #fff;
	margin-bottom: 13px;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
.feature-item-content h1 {
	color: #fff;
	margin-bottom: 13px;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
.feature-item-content  a {
	color: #fff;
}


@media (max-width:767px) {
	.feature-item-content h4 {
		font-size: 22px;
	}

}

.feature-item-content p {
	color: #CECECE;
	margin-bottom: 0;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.feature-item:hover {
	background-color: var(--clr-theme-primary);
}

.feature-item:hover .feature-item-icon svg {
	color: #222;
}

.feature-item:hover .feature-item-content h1, .feature-item:hover .feature-item-content p {
	color: #222;
}

.feature-item-ger:hover h4{
	color: #fff;
}
.feature-item-ger:hover h1{
	color: #fff;
}

.feature-item.feature-item-active {
	background-color: var(--clr-theme-primary);
}
.feature-item-ger.feature-item-active {
	background-color: var(--clr-theme-primary);
}
.feature-item-ger:hover{
	background-color: #222;
}

.feature-item.feature-item-active .feature-item-icon svg {
	color: #222;
}

.feature-item.feature-item-active .feature-item-content h4, .feature-item.feature-item-active .feature-item-content p {
	color: #222;
}
.feature-item-ger.feature-item-active  .feature-item-ger.feature-item-active .feature-item-ger p {
	color: #222;
}
.feature-item-ger h4{
color: #222;
}
.feature-item-ger h1{
color: #222;
}


@media (max-width:767px) {
	.h2_section-area.mr-50 {
		margin-right: 0;
	}

}

.inner_feature-area {
	background-color: #F8F8F8;
}

.inner_feature-item {
	position: relative;
	z-index: 1;     /* cursor: pointer; */
}

.inner_feature-item::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	background-color: #222;
}

.inner_feature-content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.inner_feature-content-inner {
	padding: 30px 30px 25px;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: end;
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.inner_feature-content-inner {
		padding: 25px 25px 20px;
	}

}

.inner_feature-content-icon {
	margin-bottom: 20px;
}

.inner_feature-content-icon svg {
	color: var(--clr-theme-primary);
}

.inner_feature-content h4 {
	color: #fff;
	margin-bottom: 0;
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.inner_feature-content h4 {
		font-size: 22px;
	}
	.inner_feature-content h1 {
		font-size: 22px;
	}


}

@media (max-width:767px) {
	.inner_feature-content h4 {
		font-size: 20px;
	}

}

.inner_feature-number {
	position: absolute;
	right: 30px;
	top: 25px;
	font-size: 60px;
	font-weight: 700;
	line-height: 1;
	display: block;
	color: transparent;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #7A7A7A;
	font-family: "Dubai";
	-webkit-text-stroke: 2px #b1b1b1;
}

.inner_feature-item:hover::before {
	opacity: 0.4;
}

.feature-item-active::before {
	opacity: 0.7;
}

.h2_work-area::before {
	background-color: rgba(34, 34, 34, 0.95);
}

.h2_work-content {
	margin-right: 20px;
	position: relative;
}

.valores-content {
	padding: 0 45px;
	position: relative;
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.h2_work-content, .valores-content {
		margin-right: 10px;
	}

}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.h2_work-content, .valores-content {
		margin-right: 10px;
	}

}

@media only screen and (min-width:768px) and (max-width:991px), (max-width:767px) {
	.h2_work-content, .valores-content {
		margin-right: 10px;
	}

}

@media only screen and (min-width:768px) and (max-width:991px) {
	.h2_work-content, .valores-content {

		/* display: flex; */

		/* flex-wrap: wrap; */
		gap: 2%;
	}

}

.h2_work-content::after, .valores-content::after {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	background: #d3d3d3;
	height: 100%;
	width: 1px;
}

#content-no-line::after {
	background: none;
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.h2_work-content::after, .valores-content::after {
		right: 0;
	}

}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.h2_work-content::after, .valores-content::after {
		right: 0;
	}

}

@media only screen and (min-width:768px) and (max-width:991px), (max-width:767px) {
	.h2_work-content::after, .valores-content::after {
		display: none;
	}

}

.h2_work-content-item, .valores-item {
	display: flex;
	gap: 0;
	align-items: center;
	margin-bottom: 80px;
	position: relative;
	z-index: 1;
}

.h2_work-content-item-fc {
	display: flex;
	gap: 0;
	align-items: center;
	margin-bottom: 50px;
	position: relative;
	z-index: 1;
}

.h2_work-content-item:not(:last-child)::before {
	position: absolute;
	left: 0;
	bottom: -60px;
	width: 100%;
	content: "";
	background: #d3d3d3;
	height: 1px;
}

.h2_work-content-item:last-child, .valores-item:last-child {
	margin-bottom: 0;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.h2_work-content-item, .valores-item {

		/* width: 49%; */
	}

}

@media (max-width:767px) {
	.h2_work-content-item, .valores-item {
		flex-direction: column;
		align-items: flex-start;
	}

}

@media only screen and (min-width:576px) and (max-width:767px) {
	.h2_work-content-item, .valores-item {
		flex-direction: row;
		align-items: center;
	}

}

.h2_work-content-item-icon, .valores-icon {
	width: 80px;
	height: 80px;
	flex-shrink: 0;
	background: #fec200;
	border-radius: 50%;
	display: grid;
	place-items: center;
	margin-right: 20px;
}

.h2_work-content-item-icon svg, .valores-icon svg {
	color: #222;
}

#icon-no-pd {
	padding: 0;
}

.h2_work-content-item-info h4, .valores-info h4 {
	color: #252525;
	margin-bottom: 3;
}

.h2_work-content-item-info-blue h4 {
	color: #2A79B7;
	margin-bottom: 3;
}
.h2_work-content-item-info h1{
  font-size: 20px;
}

@media (max-width:1267px) {
	.h2_work-content-item-info h4, .valores-info h4 {
		font-size: 15px;
	}

	.h2_work-content-item-info-blue h4 {
		font-size: 15px;
	}

}

.h2_work-content-item-info p, .valores-info p {
	color: #a5a4a4;
	margin-bottom: -80;
	font-size: 14px
}

.inner_work-area {
	background-color: #f8f8f8;
}

.inner_work-area2 {
	margin-top: 4%;
}

.inner_work-area2 .container {
	width: 100%;
	margin-top: -87px;     /* height: 660px;     margin-bottom: 28px; */
}

.h2_work-right2 {
	width: 81%;
	padding-left: 40px;
	padding-bottom: 65px;
}

.inner_work-area2 .container .col-xl-4 img {
	left: 120px;
}

.inner_work-area .h2_work-content-item-info h4 {
	color: #222;
}

.inner_work-area .h2_work-content-item-info p {
	color: #a1a0a0;
	font-size: 16px;
}

.inner_work-area .h2_work-content-item-info .mapa_coluna p {
	color: #BEB9B4;
	font-size: 9px;
	text-align: left;
	line-height: 1.5;
}

.mapa_coluna {
	line-height: 1.5;
}

.inner_work-area .h2_work-content::after {
	background: #e5e5e5;
}

.inner_work-area .h2_work-content-item:not(:last-child)::before {
	background-color: #e5e5e5;
}

.h2_contact-area {
	padding-bottom: 0;
}

.h2_contact-left {
	margin-right: 200px;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.h2_contact-left {
		margin-right: 100px;
	}

}

@media (max-width:767px) {
	.h2_contact-left {
		margin-right: 0px;
	}

}

@media (max-width:768px) {
	.features-carousel .fc-stage {
		width: 100%;
	}

}

@media only screen and (min-width:768px) and (max-width:991px), (max-width:767px) {
	.h2_contact-left {
		margin-right: 50px;
	}

}

.h2_contact-content {
	margin-bottom: 45px;
}

.h2_contact-content-item {
	margin-top: 10px;
	display: flex;
	gap: 10px;
	align-items: center;
}

.h2_contact-content-icon {
	width: 60px;
	height: 60px;
	flex-shrink: 0;
	background: rgba(34, 34, 34, 0.2);
	display: grid;
	place-items: center;
}

.h2_contact-content-icon i {
	font-size: 24px;
	color: #fec200;
}

.h2_contact-content-info a {
	display: block;
	color: #fff;
}

.h2_contact-content-info a:hover {
	color: #fec200;
}

.h2_contact-content-info p {
	color: #fff;
	margin-bottom: 0;
}

.h2_contact-social h4 {
	color: #fff;
	margin-bottom: 20px;
}

@media (max-width:767px) {
	.h2_contact-social h4 {
		font-size: 20px;
	}

}

.h2_contact-social-list {
	display: flex;
	align-items: center;
	gap: 20px;
}

.h2_contact-social-list li a {
	color: #cecece;
	font-size: 18px;
}

.h2_contact-social-list li a:hover {
	color: #fec200;
}

.h2_contact-form {
	background: rgba(34, 34, 34, 0.3);
	padding: 30px 70px;
}
.form-contact .h2_contact-form {
	background: rgba(34, 34, 34, 0.3);
	padding: 30px 70px;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.h2_contact-form {
		padding: 80px 60px 90px;
	}

	.form-contact.h2_contact-form {
		padding: 80px 60px 90px;
	}

}

@media (max-width:767px) {
	.h2_contact-form {
		padding: 50px 30px 60px;
	}
	.form-contact .h2_contact-form {
		padding: 50px 30px 60px;
	}

}

@media only screen and (min-width:768px) and (max-width:991px), only screen and (min-width:576px) and (max-width:767px) {
	.h2_contact-form {
		padding: 80px 60px 90px;
	}
	.form-contact .h2_contact-form {
		padding: 80px 60px 90px;
	}
	.form-fale-conosco .h2_contact-form {
		padding: 80px 60px 90px;
	}

}

.h2_contact-form h3 {
	font-size: 34px;
	color: #fff;
	margin-bottom: 40px;
	text-transform: uppercase;
}
.form-contact .h2_contact-form h3 {
	font-size: 34px;
	color: #fff;
	margin-bottom: 40px;
	text-transform: uppercase;
}
.form-fale-conosco .h2_contact-form h3 {
	font-size: 34px;
	color: #fff;
	margin-bottom: 40px;
	text-transform: uppercase;
}

@media (max-width:767px) {
	.h2_contact-form h3 {
		font-size: 25px;
	}
	.form-contact .h2_contact-form h3 {
		font-size: 25px;
	}
	.form-fale-conosco .h2_contact-form h3 {
		font-size: 25px;
	}

}

.h2_contact-form form input, .h2_contact-form form textarea {
	width: 100%;
	height: 60px;
	border: 1px solid #e7e7e7;
	background: transparent;
	margin-bottom: 20px;
	padding: 0 15px;
	color: #cecece;
	font-size: 14px;
	line-height: 60px;
}
.h2_contact-form .form-fale-conosco input, .h2_contact-form .form-fale-conosco textarea {
	width: 100%;
	height: 60px;
	border: 1px solid #e7e7e7;
	background: transparent;
	margin-bottom: 20px;
	padding: 0 15px;
	color: #cecece;
	font-size: 14px;
	line-height: 60px;
}
.form-contact .h2_contact-form form input {
	width: 100%;
	height: 60px;
	border: 1px solid #e7e7e7;
	background: transparent;
	margin-bottom: 20px;
	padding: 0 15px;
	color: #cecece;
	font-size: 14px;
	line-height: 60px;
}
.form-contact .h2_contact-form .form-fale-conosco input {
	width: 100%;
	height: 60px;
	border: 1px solid #e7e7e7;
	background: transparent;
	margin-bottom: 20px;
	padding: 0 15px;
	color: #cecece;
	font-size: 14px;
	line-height: 60px;
}
.h2_contact-form form select, .h2_contact-form form textarea {
	width: 100%;
	height: 60px;
	border: 1px solid #e7e7e7;
	background: transparent;
	margin-bottom: 20px;
	padding: 0 15px;
	color: #cecece;
	font-size: 14px;
	line-height: 60px;
}
.h2_contact-form .form-fale-conosco select, .h2_contact-form .form-fale-conosco textarea {
	width: 100%;
	height: 60px;
	border: 1px solid #e7e7e7;
	background: transparent;
	margin-bottom: 20px;
	padding: 0 15px;
	color: #cecece;
	font-size: 14px;
	line-height: 60px;
}
.h2_contact-form .form-contact select{
	width: 100%;
	height: 60px;
	border: 1px solid #e7e7e7;
	background: transparent;
	margin-bottom: 20px;
	padding: 0 15px;
	color: #cecece;
	font-size: 14px;
	line-height: 60px;
}

.h2_contact-form form option {
	width: 100%;
	height: 60px;
	line-break: 1.5;
	background: transparent;
	margin-bottom: 20px;
	padding: 0 15px;
	color: #888;
	font-size: 14px;
	line-height: 60px;
}
.form-contact.h2_contact-form option {
	width: 100%;
	height: 60px;
	line-break: 1.5;
	background: transparent;
	margin-bottom: 20px;
	padding: 0 15px;
	color: #888;
	font-size: 14px;
	line-height: 60px;
}


input.sec-input, select.sec-select {
  padding: 15px 20px !important;
}

input.sec-input, option {
  padding: 15px 20px !important;
}
.form-contact .sec-input, select.sec-select {
  padding: 15px 20px !important;
}
.form-fale-conosco .sec-input, select.sec-select {
  padding: 15px 20px !important;
}
.form-contact .sec-input, select.sec-select {
  padding: 15px 20px !important;
}

.h2_contact-form form input::-webkit-input-placeholder, .h2_contact-form form textarea::-webkit-input-placeholder {
	color: #cecece;
	font-size: 14px;
	opacity: 1;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
.h2_contact-form .form-fale-conosco input::-webkit-input-placeholder, .h2_contact-form .form-fale-conosco textarea::-webkit-input-placeholder {
	color: #cecece;
	font-size: 14px;
	opacity: 1;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
.h2_contact-form .form-contact input::-webkit-input-placeholder {
	color: #cecece;
	font-size: 14px;
	opacity: 1;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.sec-select {
  color: #cecece;       
  font-size: 14px;      
  transition: color .2s ease;
}


.sec-select:has(option:checked:not([value=""])) {
  color: #FFF;        
 }

.sec-select:has(option:checked:not([value=""])) {
  font-weight: 400;       
}

.h2_contact-form .form-contact input:-moz-placeholder {
	color: #cecece;
	font-size: 14px;
	opacity: 1;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.form-contact.h2_contact-form form input::-moz-placeholder, .h2_contact-form form textarea::-moz-placeholder {
	color: #cecece;
	font-size: 14px;
	opacity: 1;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
.form-fale-conosco .h2_contact-form form input::-moz-placeholder, .h2_contact-form .form-fale-conosco textarea::-moz-placeholder {
	color: #cecece;
	font-size: 14px;
	opacity: 1;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
.h2_contact-form form input::-moz-placeholder, .h2_contact-form form textarea::-moz-placeholder {
	color: #cecece;
	font-size: 14px;
	opacity: 1;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.h2_contact-form form input:-ms-input-placeholder, .h2_contact-form form textarea:-ms-input-placeholder {
	color: #cecece;
	font-size: 14px;
	opacity: 1;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.h2_contact-form form textarea {
	height: 120px;
	line-height: inherit;
	padding: 10px 15px;
}

 .form-fale-conosco textarea {
	height: 120px;
	line-height: inherit;
	padding: 10px 15px;
}


.h2_contact-form .nice-select.has-nice-select {
	width: 100%;
	height: 60px;
	line-height: 60px;
	padding: 0 15px;
	background: top;
	border: 1px solid #e7e7e7;
	margin-bottom: 20px;
	border-radius: 0;
}
.form-contact .h2_contact-form .nice-select.has-nice-select {
	width: 100%;
	height: 60px;
	line-height: 60px;
	padding: 0 15px;
	background: top;
	border: 1px solid #e7e7e7;
	margin-bottom: 20px;
	border-radius: 0;
}

.h2_contact-form .nice-select.has-nice-select::after {
	right: 20px;
	border-width: 1px;
	border-color: #cecece;
	width: 6px;
	height: 6px;
}
.form-contact .h2_contact-form .nice-select.has-nice-select::after {
	right: 20px;
	border-width: 1px;
	border-color: #cecece;
	width: 6px;
	height: 6px;
}

.h2_contact-form .nice-select.has-nice-select.open {
	border-color: #fec200;
}
.form-contact .h2_contact-form .nice-select.has-nice-select.open {
	border-color: #fec200;
}

.h2_contact-form .nice-select.has-nice-select .current {
	color: #cecece;
	font-size: 14px;
}
.form-contact .h2_contact-form .nice-select.has-nice-select .current {
	color: #cecece;
	font-size: 14px;
}

.h2_contact-form .nice-select.has-nice-select .list {
	width: 100%;
	background: #fff;
	border-radius: 0;
	margin-top: 5px;
}
.form-contact .h2_contact-form .nice-select.has-nice-select .list {
	width: 100%;
	background: #fff;
	border-radius: 0;
	margin-top: 5px;
}

.h2_contact-form .nice-select.has-nice-select .list .option {
	font-size: 14px;
	color: #222;
	padding: 0 30px;
	height: 45px;
	line-height: 45px;
}
.form-contact .h2_contact-form .nice-select.has-nice-select .list .option {
	font-size: 14px;
	color: #222;
	padding: 0 30px;
	height: 45px;
	line-height: 45px;
}

.h2_contact-form .nice-select.has-nice-select .list .option.selected {
	font-weight: 400;
}
.form-contact.h2_contact-form .nice-select.has-nice-select .list .option.selected {
	font-weight: 400;
}

.h2_contact-form .h2_contact:focus {
	border-color: #fec200;
	color: #fec200;
}
.form-contact .h2_contact-form .h2_contact:focus::-webkit-input-placeholder {
	color: #fec200;
}

.h2_contact-form .h2_contact:focus:-moz-placeholder {
	color: #fec200;
}
.form-contact.h2_contact-form .h2_contact:focus:-moz-placeholder {
	color: #fec200;
	/* color: red; */
}

.h2_contact-form .h2_contact:focus::-moz-placeholder {
	color: #fec200;
}
.form-contact.h2_contact-form .h2_contact:focus::-moz-placeholder {
	color: #fec200;
}

.h2_contact-form .h2_contact:focus:-ms-input-placeholder {
	color: #fec200;
}
.form-contact.h2_contact-form .h2_contact:focus:-ms-input-placeholder {
	color: #fec200;
}

.h2_contact-btn {
	border: 1px solid #e7e7e7;
	display: block;
	padding: 0 60px;
	height: 60px;
	width: 180px;
	background: transparent;
	color: #cecece;
	font-size: 16px;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
.form-contact .h2_contact-btn button {
	border: 1px solid #e7e7e7;
	display: block;
	padding: 0 60px;
	height: 60px;
	width: 250px;
	background: transparent;
	color: #cecece;
	font-size: 16px;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.h2_contact-btn:hover {
	background-color: #fec200;
	color: #222;
	border-color: #fec200;
}

.h2_contact-map {
	position: relative;
	z-index: 1;
	margin-top: -245px;
}

.h2_contact-map iframe {
	width: 100%;
	min-height: 490px;
}

.inner_contact-left {
	padding: 40px 40px 35px;
	border: 1px solid #e7e7e7;
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.inner_contact-left {
		margin-left: 30px;
		padding: 40px 40px 35px;
	}

}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.inner_contact-left {
		margin-left: 10px;
		padding: 40px 30px 35px;
	}

}

@media only screen and (min-width:768px) and (max-width:991px), (max-width:767px) {
	.inner_contact-left {
		margin-left: 0;
	}

}

@media (max-width:767px) {
	.inner_contact-left {
		padding: 40px 30px 35px;
	}

}

.inner_contact-content {
	margin-bottom: 45px;
}

.inner_contact-content-item {
	display: flex;
	gap: 15px;
	align-items: center;
}

@media only screen and (min-width:992px) and (max-width:1199px), (max-width:767px) {
	.inner_contact-content-item {
		gap: 15px;
	}

}

.inner_contact-content-icon {
	width: 60px;
	height: 60px;
	flex-shrink: 0;
	background: #f8f8f8;
	display: grid;
	place-items: center;
}

.inner_contact-content-icon i {
	font-size: 24px;
	color: #222222;
}

.inner_contact-content-info a {
	display: block;
	color: #7a7a7a;
}

.inner_contact-content-info a:hover {
	color: #fec200;
}

.inner_contact-content-info p {
	color: #7a7a7a;
	margin-bottom: 0;
}

@media only screen and (min-width:1200px) and (max-width:1399px), only screen and (min-width:992px) and (max-width:1199px), (max-width:767px) {
	.inner_contact-content-info p br {
		display: none;
	}

}

@media only screen and (min-width:576px) and (max-width:767px) {
	.inner_contact-content-info p br {
		display: none;
	}

}

.inner_contact-social h4 {
	color: #222;
	margin-bottom: 20px;
}

.inner_contact-social-list {
	display: flex;
	align-items: center;
	gap: 20px;
}

.inner_contact-social-list li a {
	color: #cecece;
	font-size: 18px;
}

.inner_contact-social-list li a:hover {
	color: #fec200;
}

.inner_contact-form .form-fale-conosco input, .inner_contact-form .form-fale-conosco textarea {
	width: 100%;
	height: 60px;
	border: 1px solid #e7e7e7;
	background: transparent;
	margin-bottom: 20px;
	padding: 0 30px;
	color: #222;
	font-size: 14px;
	line-height: 60px;
}
.form-contact.inner_contact-form form input, .inner_contact-form form textarea {
	width: 100%;
	height: 60px;
	border: 1px solid #e7e7e7;
	background: transparent;
	margin-bottom: 20px;
	padding: 0 30px;
	color: #222;
	font-size: 14px;
	line-height: 60px;
}

.inner_contact-form form input::-webkit-input-placeholder, .inner_contact-form form textarea::-webkit-input-placeholder {
	color: #7a7a7a;
	font-size: 14px;
	opacity: 1;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

/* .inner_contact-form form input:-moz-placeholder, .inner_contact-form form textarea:-moz-placeholder {
	color: #7a7a7a;
	font-size: 14px;
	opacity: 1;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
} */

.inner_contact-form form input::-moz-placeholder, .inner_contact-form .form-fale-conosco textarea::-moz-placeholder {
	color: #7a7a7a;
	font-size: 14px;
	opacity: 1;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.inner_contact-form form input:-ms-input-placeholder, .inner_contact-form form textarea:-ms-input-placeholder {
	color: #7a7a7a;
	font-size: 14px;
	opacity: 1;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.inner_contact-form form input:focus, .inner_contact-form form textarea:focus {
	border-color: #fec200;
	color: #222;
}

.inner_contact-form form input:focus::-webkit-input-placeholder, .inner_contact-form form textarea:focus::-webkit-input-placeholder {
	color: #222;
}

.inner_contact-form form input:focus:-moz-placeholder, .inner_contact-form form textarea:focus:-moz-placeholder {
	color: #222;
}

.inner_contact-form form input:focus::-moz-placeholder, .inner_contact-form form textarea:focus::-moz-placeholder {
	color: #222;
}

.inner_contact-form form input:focus:-ms-input-placeholder, .inner_contact-form form textarea:focus:-ms-input-placeholder {
	color: #222;
}

.inner_contact-form form textarea {
	height: 120px;
}
.inner_contact-form .form-fale-conosco textarea {
	height: 120px;
}

.inner_contact-form .nice-select.has-nice-select {
	width: 100%;
	height: 60px;
	line-height: 60px;
	padding: 0 30px;
	background: top;
	border: 1px solid #e7e7e7;
	margin-bottom: 20px;
	border-radius: 0;
}

.inner_contact-form .nice-select.has-nice-select::after {
	right: 32px;
	border-width: 1px;
	border-color: #e7e7e7;
	width: 6px;
	height: 6px;
}

.inner_contact-form .nice-select.has-nice-select.open {
	border-color: #fec200;
}

.inner_contact-form .nice-select.has-nice-select .list {
	width: 100%;
	background: #fff;
	border-radius: 0;
	margin-top: 5px;
}

.inner_contact-form .nice-select.has-nice-select .list .option {
	font-size: 14px;
	color: #222;
	padding: 0 30px;
	height: 45px;
	line-height: 45px;
}

.inner_contact-form .nice-select.has-nice-select .list .option.selected {
	font-weight: 400;
}

.inner_contact-form .nice-select.has-nice-select .current {
	color: #7a7a7a;
	font-size: 14px;
}

.inner_contact-map {
	position: relative;
	z-index: 1;
}

.inner_contact-map iframe {
	width: 100%;
	min-height: 490px;
}

.h2_price-item {
	background: #f8f8f8;
	padding: 45px 55px 50px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	justify-items: center;
}

@media (max-width:767px) {
	.h2_price-item {
		padding: 45px 40px 50px;
	}

}

.h2_price-title {
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
}

.h2_price-top {
	text-align: center;
	border-bottom: 1px solid #ddd;
	margin-bottom: 45px;
	padding-bottom: 35px;
}

.h2_price-amount {
	font-size: 48px;
	margin-bottom: 0;
	line-height: 1.3;
}

@media (max-width:767px) {
	.h2_price-amount {
		font-size: 40px;
	}

}

@media only screen and (min-width:576px) and (max-width:767px) {
	.h2_price-amount {
		font-size: 45px;
	}

}

.h2_price-amount span {
	font-size: 16px;
	font-weight: 400;
}

.h2_price-list {
	display: flex;
	justify-content: center;
}

.h2_price-list ul li {
	font-size: 16px;
	margin-bottom: 11px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.h2_price-list ul li:last-child {
	margin-bottom: 0;
}

.h2_price-list ul li i {
	font-size: 14px;
}

.h2_price-btn {
	text-align: center;
}

.h2_price-tag {
	position: absolute;
	top: 25px;
	right: -77px;
	display: block;
	background: #fec200;
	height: 50px;
	width: 255px;
	text-align: center;
	line-height: 50px;
	color: #222;
	transform: rotate(45deg);
	z-index: 1000000000000000000000;
}

.h2_price-item.active {
	box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.16);
	z-index: 99;
	margin-top: -38px;
}

@media only screen and (min-width:768px) and (max-width:991px), (max-width:767px) {
	.h2_price-item.active {
		margin-top: 0;
	}

}

.mt-38 {
	margin-top: 38px;
}

@media only screen and (min-width:768px) and (max-width:991px), (max-width:767px) {
	.mt-38 {
		margin-top: 0;
	}

}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.inner_skill-wrap {
		margin-right: 10px;
	}

}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.inner_skill-wrap.ml-50 {
		margin-left: 30px;
	}

}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.inner_skill-wrap.ml-50 {
		margin-left: 10px;
		margin-right: 0;
	}

}

@media only screen and (min-width:768px) and (max-width:991px), (max-width:767px) {
	.inner_skill-wrap.ml-50 {
		margin-left: 0;
	}

}

.inner_skill-progress .progress-heading {
	display: flex;
	justify-content: space-between;
	margin-bottom: 12px;
}

.inner_skill-progress .progress-heading-title {
	margin-bottom: 0;
	font-family: "Roboto", sans-serif;
	color: #222;
	font-size: 16px;
	font-weight: 500;
}

.inner_skill-progress .progress-heading span {
	color: #222;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
}

.inner_skill-progress .progress-item .progress {
	height: 4px;
	border-radius: 0;
	background-color: #cfcfcf;
}

.inner_skill-progress .progress-item .progress-bar {
	background: #fec200;
	height: 4px;
	position: relative;
	z-index: 1;
}

.inner_skill-progress .progress-item .progress-bar:after {
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 16px;
	background-color: #fec200;
	background-color: red;
}

@media only screen and (min-width:1200px) and (max-width:1399px), only screen and (min-width:992px) and (max-width:1199px), only screen and (min-width:768px) and (max-width:991px), (max-width:767px) {
	.h2_section-area.mr-50 {
		margin-right: 0;
	}

}

.error-content h1 {
	font-size: 80px;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.error-content h1 {
		font-size: 70px;
	}

}

@media only screen and (min-width:768px) and (max-width:991px) {
	.error-content h1 {
		font-size: 65px;
	}

}

@media (max-width:767px) {
	.error-content h1 {
		font-size: 50px;
	}

}

@media only screen and (min-width:576px) and (max-width:767px) {
	.error-content h1 {
		font-size: 60px;
	}

}

.error-content p {
	margin-bottom: 0;
	font-size: 24px;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.error-content p {
		font-size: 22px;
	}

}

@media (max-width:767px) {
	.error-content p {
		font-size: 18px;
	}

}

@media only screen and (min-width:576px) and (max-width:767px) {
	.error-content p {
		font-size: 20px;
	}

}

.error-wrap img {
	margin-bottom: 40px;
}

.faq-content .accordion .accordion-item {
	border: 1px solid #e7e7e7;
	margin-bottom: 30px;
	border-radius: 0;
}

.accordion-button:not(.collapsed) {
	color: #222;
}

.faq-content .accordion .accordion-header .accordion-button {
	border: 0;
	background: transparent;
	padding-left: 30px;
	padding-right: 50px;
	height: 70px;
	font-size: 20px;
	font-weight: 500;
	cursor: pointer;
	border: none;
	border-radius: 0;
	box-shadow: none;
}

@media (max-width:767px) {
	.faq-content .accordion .accordion-header .accordion-button {
		font-size: 16px;
	}

}

@media only screen and (min-width:576px) and (max-width:767px) {
	.faq-content .accordion .accordion-header .accordion-button {
		font-size: 18px;
	}

}

.faq-content .accordion .accordion-body {
	padding: 0 30px 30px 30px;
	line-height: 1.5;
	margin-top: -5px;
}

.accordion-button::after {
	display: none;
}

.accordion-button {
	position: relative;
}

.accordion-button::before {
	position: absolute;
	right: 0;
	top: 0;
	content: "\f067";
	font-family: "Font Awesome 5 Pro";
	padding: 0 30px;
	font-size: 16px;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	font-weight: 300;
	height: 70px;
	line-height: 70px;
}

.accordion-button:not(.collapsed)::before {
	content: "\f068";
	transform: rotate(-180deg);
}

.talk-form .form-fale-conosco input, .talk-form .form-fale-conosco textarea {
	width: 100%;
	height: 60px;
	border: 1px solid #e7e7e7;
	background: transparent;
	margin-bottom: 30px;
	padding: 0 30px;
	color: #222;
	font-size: 14px;
	line-height: 60px;
}
.talk-form .form-fale-conosco input, .talk-form .form-fale-conosco textarea {
	width: 100%;
	height: 60px;
	border: 1px solid #e7e7e7;
	background: transparent;
	margin-bottom: 30px;
	padding: 0 30px;
	color: #222;
	font-size: 14px;
	line-height: 60px;
}

.talk-form .form-fale-conosco input::-webkit-input-placeholder, .talk-form .form-fale-conosco textarea::-webkit-input-placeholder {
	color: #7a7a7a;
	font-size: 14px;
	opacity: 1;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.talk-form .form-fale-conosco input:-moz-placeholder, .talk-form .form-fale-conosco textarea:-moz-placeholder {
	color: #7a7a7a;
	font-size: 14px;
	opacity: 1;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.talk-form .form-fale-conosco input::-moz-placeholder, .talk-form .form-fale-conosco textarea::-moz-placeholder {
	color: #7a7a7a;
	font-size: 14px;
	opacity: 1;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.talk-form .form-fale-conosco input:-ms-input-placeholder, .talk-form .form-fale-conosco textarea:-ms-input-placeholder {
	color: #7a7a7a;
	font-size: 14px;
	opacity: 1;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.talk-form .form-fale-conosco input:focus, .talk-form .form-fale-conosco textarea:focus {
	border-color: #fec200;
	color: #222;
}

.talk-form .form-fale-conosco input:focus::-webkit-input-placeholder, .talk-form .form-fale-conosco textarea:focus::-webkit-input-placeholder {
	color: #222;
}

.talk-form .form-fale-conosco input:focus:-moz-placeholder, .talk-form .form-fale-conosco textarea:focus:-moz-placeholder {
	color: #222;
}

.talk-form .form-fale-conosco input:focus::-moz-placeholder, .talk-form .form-fale-conosco textarea:focus::-moz-placeholder {
	color: #222;
}

.talk-form .form-fale-conosco input:focus:-ms-input-placeholder, .talk-form .form-fale-conosco textarea:focus:-ms-input-placeholder {
	color: #222;
}
.talk-form .form-fale-conosco input:focus:-ms-input-placeholder, .talk-form .form-fale-conosco textarea:focus:-ms-input-placeholder {
	color: #222;
}

.talk-form .form-fale-conosco textarea {
	height: 140px;
}

.footer-top {
	position: relative;
	z-index: 1;
	background: #222;
	padding-left: 3%;
	padding-right: 3%;
}

.footer-top .footer-pattern-1 {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	z-index: -1;
	max-width: 100%;
}

.footer-top .footer-pattern-2 {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	z-index: -1;
	max-width: 100%;
}

.footer-logo {
	margin-bottom: 45px;
	max-width: 66%;
}

.footer-text {
	color: #cecece;
	margin-bottom: 43px;
}

.footer-social ul {
	display: flex;
	gap: 20px;
}

.footer-social ul li a {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	background: #373737;
	color: #f8f8f8;
	font-size: 17px;
}

.footer-social ul li a:hover {
	background: #fec200;
	color: #222222;
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.footer-widget.mr-80 {
		margin-right: 30px;
	}

}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.footer-widget.mr-80 {
		margin-right: 0;
	}

}

@media only screen and (min-width:768px) and (max-width:991px) {
	.footer-widget.mr-80 {
		margin-right: 0;
	}

}

@media (max-width:767px) {
	.footer-widget.mr-80 {
		margin-right: 0;
	}

}

.footer-widget-title {
	font-size: 20px;
	color: #fec200;
	font-weight: 500;
	margin-bottom: 40px;
}

.footer-widget-list li {
	margin-bottom: 12px;
}

.footer-widget-list li:last-child {
	margin-bottom: 0;
}

.footer-widget-list li a {
	color: #cecece;
	display: block;
}

.footer-widget-list li a:hover {
	color: #fec200;
}

.footer-contact-item {
	display: flex;
	gap: 15px;
	align-items: center;
}

.footer-contact-icon {
	width: 40px;
	height: 40px;
	background: #373737;
	display: grid;
	place-items: center;
	color: #ffffff;
	flex-shrink: 0;
	margin-bottom: 10px;
}

.footer-contact-info p {
	margin-bottom: 0;
	color: #cecece;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.footer-contact-info p br {
		display: none;
	}

}

.footer-contact-info a {
	color: #cecece;
	display: block;
}

.footer-contact-info a:hover {
	color: #fec200;
}

.footer-bottom {
	border-top: 1px solid #373737;
	background-color: #222;
	padding: 30px 0 15px;
}

.footer-copyright p {
	color: #cecece;
	margin-bottom: 0;
}

@media only screen and (min-width:768px) and (max-width:991px), (max-width:767px) {
	.footer-copyright p {
		text-align: center;
	}

}

.footer-copyright-list {
	display: flex;
	justify-content: end;
	flex-wrap: wrap;
}

@media only screen and (min-width:768px) and (max-width:991px), (max-width:767px) {
	.footer-copyright-list {
		justify-content: center;
	}

}

.footer-copyright-list li {
	position: relative;
	z-index: 1;
	margin-right: 15px;
	padding-right: 15px;
	margin-bottom: 5px;
}

.footer-copyright-list li a {
	color: #cecece;
	display: block;
}

.footer-copyright-list li a:hover {
	color: #fec200;
}

.footer-copyright-list li::before {
	position: absolute;
	left: -15px;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	background: #444444;
	width: 1px;
	height: 15px;
}

@media (max-width:767px) {
	.footer-copyright-list li::before {
		display: none;
	}

}

@media only screen and (min-width:576px) and (max-width:767px) {
	.footer-copyright-list li::before {
		display: block;
	}

}

.footer-copyright-list li:first-child::before {
	display: none;
}

.footer-copyright-list li:last-child {
	margin-right: 0;
	padding-right: 0;
}

@media (max-width:767px) {
	.footer-copyright-list li {
		padding-right: 0;
	}

}

@media only screen and (min-width:576px) and (max-width:767px) {
	.footer-copyright-list li {
		padding-right: 15px;
	}

}

.main-menu ul .menu-item > a {
	color: #ffffff !important;
}

.main-menu ul .menu-item:hover > a {
	color: var(--clr-theme-primary) !important;
}

.header-action-menu-btn {
	color: #ffffff !important;
}

.brand-active.swiper {
	background-color: #ffffff;
}

.brand-item {
	background-color: #ffffff !important;
	border: 1px solid #e7e7e7;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: box-shadow 0.3s ease;
}

.brand-item:hover {
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

/* .brand-item img {
filter: grayscale(100%);
opacity: 0.8;
transition: all 0.3s ease;
} */

/* .brand-item:hover img {
	filter: grayscale(50%);
	opacity: 100;
} */

.types-area .nav-tabs {
	border-bottom: 1px solid #e0e0e0;
	justify-content: center;
	margin-bottom: 60px;
}

.types-area .nav-tabs .nav-link {
	border: none;
	background-color: transparent;
	color: #7a7a7a;
	font-weight: 500;
	padding: 10px 20px;
	border-bottom: 3px solid transparent;
	transition: all 0.3s ease;
}

.types-area .nav-tabs .nav-link.active, .types-area .nav-tabs .nav-link:hover {
	color: var(--clr-theme-primary);
	border-bottom-color: var(--clr-theme-primary);
}

.types-area .tab-content h3 {
	font-size: 24px;
	font-weight: 700;
}

.types-area .tab-content .tab-image {
	max-width: 80%;
	margin: 0 auto;
}

.service-area .service-item .service-icon i {
	color: #222222 !important;
}

.service-area .service-item .service-content h4, .service-area .service-item .service-content h4 a {
	color: #fff5f5 !important;
}

.service-area .service-item .service-content p {
	color: #f1f1f1 !important;
}

.circle-yellow, .circle-yellow-no-pd {

	/* tamanho do círculo */
	width: 94px;     /* ajuste conforme desejar */
	height: 94px;
	background: #FFC215;     /* amarelo do círculo */
	border-radius: 50%;     /* deixa redondo */

	/* centraliza o ícone */
	display: grid;
	place-items: center;     /* atalho para alinhamento */

	/* estética opcional */
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.circle-yellow img {
	width: 60px;     /* garante que o ícone fique menor que o círculo */
	height: 60px;
	object-fit: contain;     /* preserva proporção */
	padding-left: 7px;
}

.circle-yellow-no-pd img {
	width: 60px;     /* garante que o ícone fique menor que o círculo */
	height: 60px;
	object-fit: contain;     /* preserva proporção */
}

/* --- rdc com linha central --- */
.key-features-section.has-center-line {
	position: relative;     /* permite posicionar a linha central no section */
}

/* Linha vertical azul no centro do <section> inteiro */
.key-features-section.has-center-line::before {
	content: "";
	position: absolute;
	border-radius: 2px;
	left: 50%;
	top: 6%;
	transform: translateX(-50%);
	width: 5px;     /* espessura da linha */
	height: 68.7%;
	background: #2A79B7;     /* cor da linha */
	z-index: 0;     /* atrás do conteúdo */
	pointer-events: none;
}

/* --- Cada bloco "key-feature" --- */
.key-feature {
	position: relative;     /* base para os pseudo-elementos dos ticks */
	padding: 24px 0;     /* respira para a linha passar por trás */
	z-index: 1;     /* acima da linha central */
}

/* --- Caixa de texto (onde o tick vai se ancorar) --- */
.key-feature .text-column .inner {
	position: relative;     /* para posicionar ::after/::before */
}

/* --- Caixa de texto (onde o tick vai se ancorar) --- */
.key-feature .text-column .inner_rdc {
	position: relative;     /* para posicionar ::after/::before */
}

/* Traço horizontal (tick) que aponta para a linha central */
.key-feature .text-column .inner::after {
	content: "";
	position: absolute;
	top: 0.9rem;     /* altura do traço (alinhado ao título) */
	height: 4px;
	background: #2A79B7;
	border-radius: 3px;
}

/* Traço horizontal (tick) que aponta para a linha central */
.key-feature .text-column .inner_rdc::after {
	content: "";
	position: absolute;
	top: 0.9rem;     /* altura do traço (alinhado ao título) */
	height: 6px;
	background: #2A79B7;
	border-radius: 3px;
}

/* Traço horizontal (tick) que aponta para a linha central */
.key-feature .text-column .inner_rdc2::after {
	content: "";
	position: absolute;
	top: 0.9rem;     /* altura do traço (alinhado ao título) */
	height: 5px;
	background: #2A79B7;
	border-radius: 3px;
}

/* image-right: texto à ESQUERDA, imagem à DIREITA.
   Tick sai da borda direita do texto em direção ao centro. */
.key-feature.image-right .text-column .inner::after {
	right: -4px;     /* começa 16px fora do card */
	width: calc(13% - 12px);     /* vai até o centro do section */
	top: 120px;
}

.key-feature.image-right .text-column .inner_rdc::after {
	right: -4px;     /* começa 16px fora do card */
	width: calc(13% - 12px);     /* vai até o centro do section */
	top: 120px;
}

.key-feature.image-right .text-column .inner_rdc2::after {
	right: -2px;     /* começa 16px fora do card */
	width: calc(13% - 12px);     /* vai até o centro do section */
	top: 120px;
}

.key-feature.image-right .text-column .inner::before {
	right: calc(-9px + (20% - 16px));     /* posiciona marquinha no fim */
	transform: translateX(-100%);     /* ajusta para encostar no traço */
}

.key-feature.image-right .text-column .inner_rdc2::before {
	right: calc(-9px + (20% - 16px));     /* posiciona marquinha no fim */
	transform: translateX(-100%);     /* ajusta para encostar no traço */
}

/* image-left: texto à DIREITA, imagem à ESQUERDA.
   Tick sai da borda esquerda do texto em direção ao centro. */
.key-feature.image-left .text-column .inner::after {
	left: -8px;
	width: calc(13% - 9px);
}

.key-feature.image-left .text-column .inner_rdc2::after {
	left: -8px;
	width: calc(13% - 9px);
}

.key-feature.image-left .text-column .inner::before {
	left: calc(-16px + (50% - 16px));
}

.key-feature.image-left .text-column .inner_rdc::before {
	left: calc(-16px + (50% - 16px));
}

.key-feature.image-right .text-column .inner_rdc::before {
	right: calc(-9px + (20% - 16px));     /* posiciona marquinha no fim */
	transform: translateX(-100%);     /* ajusta para encostar no traço */
}

.key-feature.image-right .text-column .inner_rdc2::before {
	right: calc(-9px + (20% - 16px));     /* posiciona marquinha no fim */
	transform: translateX(-100%);     /* ajusta para encostar no traço */
}

.key-feature.image-right .text-column .inner_rdc::after {
	left: -8px;
	width: calc(13% - 9px);
}

.key-feature.image-left .text-column .inner_rdc::before {
	left: calc(-16px + (50% - 16px));
}

.key-feature.image-left .text-column .inner_rdc::after {
	top: 116px;
	left: -8px;
	width: calc(13% - 9px);
}

.key-feature.image-right .text-column .inner_rdc::after {
	top: 105px;
	left: -8px;
	width: calc(15% - 9px);
}

.key-feature.image-left .text-column .inner_rdc::before {
	left: calc(-16px + (50% - 16px));
}

/* --- Título e tipografia (opcional, estilo como na referência) --- */
.key-feature .text-column h3, .qrcode-content h3, .team_details-info-content h3, .bmm-title, .estacoes_details-area h3, .ged_details-info-content h3, .obra-descr h3 {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 400;
	margin-left: auto;
	color: #2A79B7;
	font-size: 44px;
}

/* Conteúdo de texto */
.key-feature .text-column .text {

	/* color: #475967;
		  line-height: 1.6; */
}

/* Imagem responsiva */
.key-feature .image-column .image img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 6px;
}



/* Imagem responsiva */
.key-feature .image-column .image_rdc img {
	display: block;
	width: 90%;
	height: auto;
	border-radius: 6px;
}

/* --- Responsividade: em mobile, oculta a linha central e os ticks --- */
@media (max-width:768px) {
	.key-features-section.has-center-line::before {
		display: none;
	}

	.key-feature .text-column .inner::after, .key-feature .text-column .inner::before {
		display: none;
	}

	.key-feature .text-column .inner_rdc::after, .key-feature .text-column .inner_rdc::before {
		display: none;
	}

}

/* ================================================== */

/*"COMO TRABALHAMOS"     */

/* ================================================== */


.quick-links-list ul {
	list-style: none;
	padding-left: 0;
}

.quick-links-list ul li {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 12px;
}

.quick-links-list ul li i {
	color: var(--clr-theme-primary);
}

.quick-links-list ul li a {
	color: var(--clr-body-text);
	font-weight: 500;
}

.quick-links-list ul li a:hover {
	color: var(--clr-theme-primary);
}

/* --- Seção de Valores --- */
.values-area .section-title {
	color: #222;
}

.value-item {
	background-color: #ffffff;
	padding: 25 px;
	text-align: center;
	border-radius: 8px;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.07);
	transition: all 0.3s ease-in-out;
	height: 100%;
}

.value-item:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.value-icon {
	width: 70px;
	height: 70px;
	margin: 0 auto 25px;
	background-color: var(--clr-theme-primary);
	border-radius: 50%;
	display: grid;
	place-items: center;
	font-size: 28px;
	color: #222222;
}

.value-item h4 {
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: 600;
}

/* --- Seção CTA Final --- */
.cta-area {
	background: #222;
	color: #fff;
	padding: 80px 0;
}

.cta-area .cta-content-title {
	color: #fff;
	font-size: 36px;
}

.cta-area .theme-btn {
	background-color: var(--clr-theme-primary);
	color: #222;
}

.cta-area .theme-btn:hover {
	background-color: #fff;
}

/* --- Seção da Plataforma --- */
.recursos-area {
	background-color: #ffffff;
}

.recurso-link {
	color: #515151;
	font-weight: 600;
	text-decoration: none;
}

.recurso-link:hover {

	/* border-radius: 0;
		background-color: #E8E8E8; */
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	height: 100%;
	display: flex;
	color: #030303;
}

.recurso-img {
	height: 400px;
	width: 100%;
	border-radius: 0;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #F8F8F8;     /* background-color: #f8f8f8; */
}

.recurso-img img {
	width: 80%;
	height: 80%;
	object-fit: contain;
}

.recurso-info {
	padding: 25px;
	text-align: left;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-color: #F8F8F8;     /* column-gap: 55px; */
}

.recurso-info-diferenciais a {
	padding: 10px;
	text-align: left;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	color: #475967;
}

.recurso-info-title {
	font-size: 22px;
	font-weight: 700;
	color: #222222;
	margin-bottom: 10px;
}

.recurso-info p {
	color: #7a7a7a;
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 20px;
	flex-grow: 1;
}

.h2_testimonial-item-admin-info {
	text-align: left;
}

.sq-card-list-item {
	margin: 0;
	background: #f8f8f8;
	border: 1px solid #eee;
	border-radius: 4px;
	padding: clamp(16px, 14px + 1vw, 24px);
	height: 200px;
	align-content: center;     /* width: 200px; */
}

.sq-card-list-item-img {
	width: 100%;
	overflow: hidden;
}

.sq-card-list-item-img img {
	display: block;
	width: auto;
	height: auto;
	background-color: #F8F8F8;
	max-height: 147px;
	justify-self: anchor-center;
}

.container-plat h4, .container-diferenciais h4, .container-obras h4 {
	text-transform: uppercase;
	font-weight: 100;
	color: #2A79B7;
	text-align: center;
}

.section-title-list {
	font-weight: 100;
	color: #2A79B7;
	text-align: center;
	font-size: 40px;
}

.container-diferenciais-icon {
	width: 80px;
	height: 80px;
	flex-shrink: 0;
	background: #fec200;
	border-radius: 50%;
	display: grid;
	place-items: center;
}
