* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;

}

@font-face {
	font-family: "Concept Regular";
	src: url("../font/Concept Regular.ttf");
}

@font-face {
	font-family: "Brother 1816";
	src: url("../font/Brother-1816.ttf");
}

body,
html {
	font-family: "Brother 1816";
	background: #f5f5f5;
	padding-top: 56px;
	min-height: 100vh;
	width: 100%;
}

nav {
	background: #FAFAFA;
}

.whatsapp-link {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 90px;
	right: 40px;
	background-color: #25d366;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	box-shadow: 1px 1px 2px #888;
	z-index: 1000;
}

.popup .fa-whatsapp {
	margin-top: 15px;
}

/* Adicione este estilo ao seu arquivo de estilo CSS */
.container-fluid {
	width: 1900px;
}

.navbar-brand {
	margin-left: 20px;
	margin-right: 25px;
	margin-bottom: 20px;
	margin-top: 5px;
}

.navbar-nav {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1000;
	padding: 10px;
}


.nav-item {
	padding-right: 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	margin-left: 5px;
}

#left-link.nav-item {
	margin-top: 10px;
}

.navbar-nav .nav-link {
	color: #107F98;
	margin-left: 10px;
}

.navbar-nav .nav-link:hover {
	background: #FAFAFA;
	color: #000;
}

#nav-principal {
	background: #FAFAFA;
	margin-top: -10px;
	position: relative;
	z-index: 1000;
}

#cont {
	text-transform: uppercase;
	background: #107F98;
	color: #fff;
	font-weight: bold;
}

#cont:hover {
	color: #000;
}

#cont.btn-ativo {
	background: #fff;
	color: #000;
}

.fa-brands {
	margin-top: 5px;
}

#navbar {
	transition: height 2s ease;
}

.navbar-brand img {
	transition: width 0.4s ease, margin 0.4s ease;
}

#navbar.shrink {
	height: 80px;
	background: #FAFAFA;
}

#navbar.shrink .navbar-brand img {
	width: 110px;
	margin-left: 20px;
	margin-top: 5px;

}

#navbar.shrink .nav-item {
	font-size: 10px;
	margin-left: 3px;
}

#navbar.shrink .navbar-nav .nav-link {
	margin-right: 5px;
}

#navbar.shrink #cont {
	padding: 5px;
}

.fa-solid {
	color: #1b2646;
	font-weight: bold;
}

/*home*/

#x-carrossel {
	margin-bottom: 50px;
}

.c-item {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 80vh;
	max-height: 600px;
}

.c-image {
	filter: brightness(0.75);
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center right;
}

.custom-caption {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	color: white;
	padding: 0 15%;
	text-align: right;
}

.custom-caption-b {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: white;
	padding: 0 15%;
	text-align: left;
}

.custom-caption h5,
.custom-caption-b h5 {
	font-size: 60px;
	margin-bottom: 10px;
}

.custom-btn,
.custom-btn-b {
	background: #1b2646;
	color: #fff;
	font-size: 20px;
	border-radius: 50px;
	font-weight: bold;
	padding: 10px;
	margin-left: 10px;
}

.custom-btn:hover,
.custom-btn-b:hover {
	background: #fff;
	color: #1b2646;
	font-size: 20px;
	transition: background 0.3s ease;
	font-weight: bold;
	padding: 15px;
}


#card-1,
#card-2,
#card-3 {
	margin-bottom: 50px;
	padding: 10px;
	border-radius: 5%;
	transition: transform 0.3s ease;
	height: 350px;
	/* Add a transition effect */
}

.card-title {
	color: #1b2646;
	font-weight: bold;
	font-size: 1.5rem;
}

#card-1 .card-text,
#card-1 .card-body,
#card-2 .card-text,
#card-2 .card-body,
#card-3 .card-text,
#card-3 .card-body {
	text-align: center;
	font-size: 1rem;
}

.solucoes {
	background-image: url(../img/prancheta.png);
	background-size: cover;
	width: 100%;
	height: auto;
	padding: 35px;
	border: 1px solid #000;
}

.solucoes a {
    text-decoration: none;
}

.solucoes h2 {
    color:#fafafa; 
    text-align: center; 
    margin:30px 0; 
    font-size: 50px;
}

.solucoes .row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.solucoes .col {
	margin: 0;
}


.solucoes .card {
	width: 90%;
	height: auto;
	background: #fafafa;
	box-sizing: border-box;
	margin: 20px 0 0 20px;
	border-radius: 0;
	position: relative;
	transform-style: preserve-3d;
	transition: transform 0.5s;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.solucoes .card:hover {
	cursor: pointer;
	transform: rotateX(180deg);
}

.solucoes .card-body {
	padding: 0 !important;
}

.solucoes img {
	border-radius: 0;
	height: 150px;
	width: 200px;
}

.solucoes p {
	width: 100px;
	font-size: 20px;
	width: auto;
	text-align: center;
	z-index: 1;
}

.solucoes .card-back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 20px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	flex-direction: column;
	backface-visibility: hidden;
	transform: rotateX(180deg);
	z-index: 0;
	overflow: hidden;
}

.solucoes .card-text {
	font-size: 20px;
	color: #1b2646;
}

.card .btn {
	background: #58ACFA;
	color: #fff;
	padding: 8px 13px;
	width: 60%;
	margin: 0 auto;
	border-radius: 50px;
	font-size: 20px;
}

.card .btn:hover {
	padding: 10px 15px;
	background: #1b2646;
	/* Aumenta em 10% ao passar o mouse */
	transition: transform 1s;
	transform: translateX(2px) scale(1.2);
}

.btn-servico {
	display: flex;
	align-items: center;
	background: #FAFAFA;
	padding: 10px 20px;
	width: auto;
	margin: auto;
	border-radius: 15px;
	color: #107f98;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
}

.btn-servico:hover {
	background: #FAFAFA;
	padding: 10px 20px;
	width: auto;
	margin: 0 auto;
	border-radius: 15px;
	text-transform: uppercase;
	color: #107f98;
	font-weight: bold;
	transition: transform 1s;
	transform: translateX(2px) scale(1.2);
}

.fa-plus {
	color: #107f98;
	margin-right: 5px;
}

.fa-check {
	margin-right: 10px;
	color: #58ACFA;
}

.fa-quote-left {
	color: #58ACFA;
}

.card-image {
	position: relative;
	height: 150px;
	width: 150px;
	border-radius: 50px;
	background: #fff;
	padding: 3px;

}


.card-image .card-img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}


.fundo {
	background-image: url(../img/prancheta.png);
	background-size: cover;
	width: 100%;
	margin-bottom: 20px;
}

#feedback.container h2 {
	color: #fafafa;
	text-align: center;
	margin-bottom: 30px;
	font-size: 50px;
	padding: 30px;
}

#feedback.container {
	height: auto;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-bottom: 50px;
}

.testimonial {
	position: relative;
	max-width: 600px;
	width: 100%;
	height: auto;
	padding: 10px;
	background: #fff;
	overflow: hidden;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.testimonial .image {
	height: 170px;
	width: 170px;
	object-fit: cover;
	border-radius: 50%;
}

.testimonial .slide {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}


.slide p {
	text-align: center;
	padding: 0 40px;
	/* Reduzi o espaçamento lateral */
	font-size: 15px;
	font-weight: 300;
	color: #1b2646;
	max-width: 500px;
	margin: 30px;
}

.slide .quote-icon {
	font-size: 30px;
	color: #4070f4;
}

.slide .details {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.details .name {
	font-size: 14px;
	font-weight: 600;
	color: #1b2646;
}

.details .company {
	font-size: 12px;
	font-weight: 300;
	color: #1b2646;
}


.swiper-button-next::after,
.swiper-button-prev::after {
	font-size: 20px !important;
}


.resultados {
	position: relative;
	background: #fff;
	width: 100%;
	height: auto;
	padding: 40px 40px;
	text-align: left;
	display: flex;
	justify-content: space-around;

}

.resultados strong {
	color: #1b2646;
	font-size: 60px;
	display: inline;
	margin-top: 0;
	font-weight: bolder;
}

.resultados span {
	color: #1b2646;
	font-size: 20px;
}

.resultados .col {
	max-width: 450px;
	height: auto;
	text-align: center;
	margin-left: 0;
}

.resultados .col i {
	color: #1b2646;
	font-size: 60px;
}

.resultados .row {
	margin-bottom: 10px;
}

.resultados .col:nth-child(1) {
	margin-top: 10px;
}

.resultados .col:nth-child(2) {
	margin-top: 10px;
}

.resultados .col:nth-child(3) {
	margin-top: 10px;
}

.resultados .col:nth-child(4) {
	margin-top: 10px;
}

.info-container {
	color: #1b2646;
	width: auto;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right:50px;
    
}

.info-container p {
	font-size: 50px;
	text-align: center;
	font-weight: bold;
	justify-content: center;
}

#faq {
	min-height: auto;
	width: 80%;
	margin: 0 auto;
	color: #1b2646;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 50px;
}

.title {
	font-size: 3rem;
	margin: 2rem 0rem;
	font-weight: bold;
}

.faq {
	width: 100%;
	margin-top: 2rem;
	padding: 1rem 2rem 1rem 2rem;
	/* Ajuste o valor conforme necessário */
	border: 2px solid #a9a9a9;
	background: #fff;
	cursor: pointer;
}

.question {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.question h3 {
	font-size: 1.4rem;
	width: 80%;
}

.answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 1s ease;
}

.faq-active .answer {
	max-height: 500px;
}

.answer p {

	padding-top: 1rem;
	line-height: 1.6;
	font-size: 1.2rem;
}

#rodape {
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 10px;
	background: #1b2646;
	color: #fafafa;
	font-weight: bold;
}

#rodape img {
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 5px;
}

#rodape .nav {
	display: flex;
	align-items: center;
	justify-content: space-around;
	list-style: none;
	padding: 0;
}

#rodape .nav-item {
	margin: 5px 5px 0 5px;
	/* Ajuste a margem conforme necessário */
}

#rodape .nav-link {
	color: #fafafa;
	text-decoration: none;
}

#rodape .nav-link:hover {
	color: #000;
}


.contact-info {
	display: flex;
	align-items: center;
	/* Vertically align icon and text */
	margin-right: 10px;
}

.contact-info i {
	color: #fafafa;
	margin-right: 5px;
	/* Add some space between the icon and text */
}

.contact-column {
	display: flex;
	flex-direction: column;
	align-items: center;
}


@media screen and (max-width: 768px) {

	/* Adaptação da Navegação */
	.navbar-nav .nav-item {
		padding: 0;
		margin: 0 5px;
		font-size: 12px;
	}

	/* Ajustes no Carrossel */
	#x-carrossel {
		margin-bottom: 20px;
	}

	.btn-servico {
		width: auto;
		font-size: 15px;
	}



}

@media (max-width: 1280px) {
	.navbar-nav {
		margin: 0;
		padding: 0;
	}

	#x-carrossel {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	
	#img1 .c-image {
		object-position: right;
		/* Ajusta a posição da imagem para a direita */
	}

	#img2 .c-image {
		object-position: right;
	}

	.custom-caption,
	.custom-caption-b {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		text-align: center;
		box-sizing: border-box;
	}

	.custom-caption {
		right: 0;
	}

	.custom-caption h5,
	.custom-caption-b h5 {
		font-size: 30px;
		margin-bottom: 25px;
	}

	.custom-btn,
	.custom-btn-b {
		font-size: 18px;
		padding: 10px;
		margin-left: 0;
		margin-top: 10px;
	}

	.faq {
		width: 90%;
		margin-top: 1rem;
		padding: 1rem 2rem 1rem 2rem;
		/* Ajuste o valor conforme necessário */
		border: 2px solid #a9a9a9;
		cursor: pointer;
	}

	.faq-active .answer {
		max-height: 800px;
	}
	
	.answer p {
	
		padding-top: 1rem;
		line-height: 1.6;
		font-size: 1.1rem;
	}
	
}

@media screen and (max-width: 1710px) {
	.resultados {
		flex-direction: column-reverse;
		align-items: center;
	}

	.resultados .col {
		text-align: center;
		width: 500px;
		margin: 0 auto;
	}
	
	.resultados .info-container {
	    margin-right: 0;
	}

}

@media screen and (max-width: 1610px) {
	#rodape {
		align-items: center;
		flex-direction: column;
		font-size: 10px;
		padding: 10px;
	}

	#rodape img,
	#rodape .copy {
		margin-bottom: 15px;
		margin-left: 0;
	}

	#rodape .nav-item,
	.contact-column {
		margin-bottom: 15px;
	}

	.contact-column,
	.copy {
		font-size: 15px;
	}

	#horizontal {
		display: none;
	}

}

@media screen and (max-width: 1400px) {
	.solucoes .card {
		width: 100%;
	}

	.solucoes .card-text {
		font-size: 15px;
	}

	.card .btn-expand {
		font-size: 15px;
	}

}


@media (min-width: 992px) and (max-width: 1200px) {
	.solucoes {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.solucoes .card-text {
		font-size: 15px;
	}

	.card .btn-expand {
		font-size: 10px;
	}

	#card-1 .card-text,
	#card-1 .card-body,
	#card-2 .card-text,
	#card-2 .card-body,
	#card-3 .card-text,
	#card-3 .card-body {
		text-align: center;
		font-size: 0.9rem;
	}

}

@media screen and (max-width: 992px) {

	#card-1,
	#card-2,
	#card-3 {
		margin-bottom: 50px;
		padding: 10px;
		border-radius: 5%;
		transition: transform 0.3s ease;
		height: auto;
		/* Add a transition effect */
	}

}


@media screen and (max-width: 576px) {
	main {
		width: 100%;
	}

	.navbar-nav {
		width: 100%;
		background: #fafafa;
		height: auto;
	}

	.navbar-brand {
		margin-left: 10px;
	}

	
	.navbar-brand img {
		width: 120px;
		margin-right: 20px;
		margin-top: 5px;
	}

	.nav-item {
		font-size: 10px;
		margin-left: 3px;
	}

	.navbar-nav .nav-link {
		margin-right: 5px;
	}

	#cont {
		padding: 5px;
	}

	#valores .card {
		margin-bottom: 10px;
	}

	.solucoes .card-text {
		font-size: 15px;
	}

	.card .btn-expand {
		font-size: 15px;
	}

	.btn-servico {
		width: auto;
	}
	
	.solucoes h2 {
        font-size: 40px;
    }


	#resultados .info-container p {
		font-size: 20px;
	}

	#resultados strong {
		font-size: 30px;
	}

	#resultados span {
		font-size: 15px;
		width: 100%;
	}

	.resultados .col i {
		font-size: 30px;
	}

	.fundo {
		width: 100%;
	}

	#feedback.container h2 {
		font-size: 40px;
	}

	#feedback p {
		margin-top: 20px;
	}

	.swiper-button-next::after,
	.swiper-button-prev::after {
		display: none;
	}

	#faq {
		min-height: auto;
		width: 100%;
		margin: 0 auto;
		color: #1b2646;
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: 50px;
	}

	.title {
		font-size: 2rem;
		margin: 2rem 0rem;
		font-weight: bold;
		text-align: center;
	}

	.faq {
		width: 80%;
		margin-top: 1rem;
		padding: 1rem 2rem 1rem 2rem;
		/* Ajuste o valor conforme necessário */
		border: 2px solid #a9a9a9;
		cursor: pointer;
	}

	.question {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.question h3 {
		font-size: 1rem;
	}

	.answer {
		max-height: 0;
		overflow: hidden;
		transition: max-height 1s ease;
	}

	.faq-active .answer {
		max-height: 700px;
	}

	.answer p {

		padding-top: 1rem;
		line-height: 1.6;
		font-size: 0.8rem;
	}

	#rodape img {
		margin-bottom: 15px;
		margin-left: 0;
		margin-top: 0;
	}

	#rodape .nav {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-around;
		list-style: none;
		padding: 0;
	}

	#horizontal {
		display: none;
	}

	#rodape .nav-item {
		margin: 0 5px;
		/* Ajuste a margem conforme necessário */
	}

	#rodape .nav-link {
		color: #fafafa;
		text-decoration: none;
		font-size: 12px;
	}

	#rodape .nav-link:hover {
		color: #000;
	}

	.whatsapp-link {
		bottom: 20px;
		right: 20px;
		height: 50px;
		width: 50px;
	}
	
	.popup .fa-whatsapp {
		margin-top: 10px;
	}

	.modal-content-custom {
		background-color: #fff;
		border-radius: 10px;
	}
	
	.modal-header-custom {
		border-bottom: none;
		padding: 20px;
		background-color: #1C4594;
		color: #fff;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}
	
	.modal-title-custom {
		font-size: 24px;
		font-weight: bold;
	}
	
	.modal-body-custom {
		padding: 20px;
	}
	
	.modal-footer-custom {
		border-top: none;
		padding: 20px;
		background-color: #fafafa;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}

	.modal-dialog {
		width: 100%;
		max-width: 500px;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 10px auto;
	}

	body,
	html {
		width: 100%;
		padding-top: 40px;
	}
}


/*Sobre nós*/

#surgimento {
	height: 400px;
	padding: 2rem;
	color: #fafafa;
	background-image: url(../img/prancheta.png);
	background-size: cover;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-bottom: 50px;
}

#frase {
	width: 600px;
	max-width: 700px;
	text-align: left;
	font-size: 1.2rem;
}

#logo {
	margin-left: 20px;
	margin-bottom: 40px;
}

#frase p {
	height: auto;
	padding:20px 20px;
	margin: 0;
}

#forma-x {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #1b2646;
	margin: 20px;
	padding: 30px;
}

#forma {
	margin-bottom: 50px;
	text-align: center;
	/* Adicionado para centralizar o texto */
}

#forma h2 {
	text-transform: uppercase;
	font-size: 50px;
	font-weight: bolder;
}

#forma p {
	font-size: 25px;
}

#video iframe {
	width: 900px;
	height: 500px;
}

#video span {
	font-size: 40px;
	text-align: left;
	/* Alterado para alinhar o texto à direita */
	width: auto;
}

#video i {
	margin-right: 20px;
	color: #1b2646;
}

#video .col {
	display: flex;
	justify-content: space-around;
}

#video .row {
	margin-bottom: 50px;
}

#frase-efeito {
	margin-left: 50px;
}

#frase-efeito span {
	font-size: 25px;
	padding: 20px;
}

#video {
	width: auto;
	margin: 0 auto;
}

#motivacao {
	margin: auto;
	width: 90%;
	margin: 2rem 8rem;
}

#mvv {
	width: 90% !important;
	margin: 0 4rem;
}

#mvv strong,
#mvv p,
#motivacao strong,
#motivacao p {
	text-align: left;
}

#mvv strong,
#motivacao strong {
	font-size: 35px;
}

#mvv p,
#motivacao p {
	font-size: 20px;
}

#mvv p {
	margin-left: 60px;
}

#mvv li {
	list-style: none;
	margin-bottom: 20px;
}

body ul {
	padding: 0;
}

#valores-empresa {
	display: flex;
	justify-content: space-around;
	align-items: center;
	position: relative;
	width: 100%;
	background: #1b2646;
	text-align: left;
	height: auto;
}


#valores-empresa strong {
	font-size: 35px;
	margin: 2rem 7rem 5rem;
}

#valores-empresa i {
	margin-right: 20px;
}

.valores-swiper {
	width: 60%;
	/* Largura fixa */
	margin: 2rem 9rem 5rem;
	/* Centraliza horizontalmente */
}

.valores-swiper .swiper-slide {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	background: #1b2646;
	height: auto;
}


.valores-swiper .swiper-slide h5 {
	font-size: 25px !important;
	margin: 20px 40px;
	font-weight: bold;
}

.valores-swiper .swiper-slide p {
	font-size: 20px !important;
	margin: 0 40px !important;
	font-weight: 100;
}

#info {
	background: #fafafa;
	padding: 50px;
	color: #1b2646;
}

#info .row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
}

#info .col {
	width: 400px;
	border: 1px solid black;
}

#info strong {
	font-size: 50px;
}

#info span {
	font-size: 25px;
}

#especialistas {
	min-height: auto;
	width: 100%;
	background-image: url(../img/prancheta.png);
	background-size: cover;
	color: #fff;
	margin: 0;
	padding: 1rem;
}

.title-e {
	font-size: 3rem;
	margin: 0.5rem 2rem;
	padding-top: 1rem;
	font-weight: bold;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

#sub {
	font-size: 1rem;
	margin: 0 2rem 1rem;
	display: block;
	font-weight: 200;
}

.especialistas-e {
	width: 90%;
	margin: 0 auto;
	/* Centraliza horizontalmente com margens automáticas */
	padding: 1rem 2rem 1rem 2rem;
	cursor: pointer;
	align-items: center;
}

.especialistas-e i {
	font-size: 40px;
}

.question-e {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #1b2646;
	border: 1px solid #1C4594;
	border-bottom: 0;
	padding: 20px;
}

.question-e div {
	display: flex;
	align-items: center;
	/* Centraliza os elementos verticalmente */
}

.question-e h3 {
	font-size: 2.5rem;
	font-weight: bold;
	margin: 0;
}

.question-e span {
	font-size: 1.5rem;
	margin-left: 1rem;
	/* Adiciona uma margem à esquerda para separar o h3 e a frase */
}

.question-e i {
	color: #fff;
}

.answer-e {
	max-height: 0;
	overflow: hidden;
	transition: max-height 1s ease;
	background: #1b2646;
	border: 1px solid #1C4594;
	border-top: 0;
	padding: 0 20px;
}

.especialistas-e-active .answer-e {
	max-height: 300px;
}

.answer-e p {
	box-sizing: border-box;
	padding-top: 1rem;
	line-height: 1.6;
	font-size: 1.4rem;
	width: 100%;
}

#info .container {
	width: 100%;
}

@media (max-width: 1450px) {
	#video .row {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	#video iframe {
		width: 90%;
		height: 500px;
	}


	#video span {
		font-size: 30px;
		text-align: left;
		/* Alterado para alinhar o texto à direita */
		width: auto;
		margin-top: 20px;
	}

	#frase-efeito {
		margin: 0;
	}

	#frase-efeito span {
		font-size: 20px;
		padding: 20px;
		text-align: center;
	}
}

@media (max-width: 1240px) {
	#surgimento {
		flex-direction: column-reverse;
		text-align: center;
		height: auto;
	}

	#frase {
		width: 500px;
		/* ou qualquer outra largura que você deseje quando em modo coluna */
		max-width: none;
		/* remova a largura máxima quando em modo coluna */
	}

	#frase p {
		margin: 0 auto;
		text-align: center;
		font-size: 1.2rem;
	}

	#logo {
		margin-left: 0;
	}

	#logo img {
		width: 300px;

	}

	#mvv,
	#motivacao {
		width: 90% !important;
		margin: 0 4rem;
	}

	#valores-empresa strong {
		margin: 0 6rem;
	}

	.valores-swiper .swiper-slide h5 {
		font-size: 20px !important;
		margin: 20px 40px;
		font-weight: bold;
	}

	.valores-swiper .swiper-slide p {
		font-size: 15px !important;
		margin: 0 40px !important;
		font-weight: 100;
	}

	#mvv strong,
	#mvv p,
	#motivacao strong,
	#motivacao p {
		text-align: left;
	}

	#mvv strong,
	#motivacao strong {
		font-size: 20px;
	}

	#mvv p,
	#motivacao p {
		font-size: 15px;
	}

	#mvv p {
		margin-left: 50px;
	}

	#mvv li {
		list-style: none;
		margin-bottom: 20px;
	}

	#valores-empresa strong {
		font-size: 25px;
	}
}

@media (max-width: 900px) {
	#video iframe {
		width: 100%;
		height: 300px;
	}


	#forma-x {
		padding: 20px;
		margin-bottom: 25px;
	}

	.title-e {
		font-size: 35px;
	}

	#sub {
		font-size: 16px;
		width: 500px;
	}

	.especialistas-e {
		width: 100%;
	}

	.especialistas-e h3 {
		font-size: 25px;
	}

	.especialistas-e span {
		font-size: 20px;
	}

	.especialistas-e i {
		font-size: 20px;
	}

	.especialistas-e .answer-e p {
		font-size: 20px;
	}

	#mvv,
	#motivacao {
		text-align: center;
		margin: 2rem auto;
		width: 100%;
	}

	#mvv strong,
	#mvv p,
	#motivacao strong,
	#motivacao p {
		text-align: center;
	}

	#mvv strong,
	#motivacao strong {
		font-size: 25px;
	}

	#mvv p,
	#motivacao p {
		margin: 0 auto;
		font-size: 15px;
		width: 100%;
	}

	#mvv li {
		width: 100%;
	}

	#mvv i {
		margin-right: 10px;
	}

	#valores-empresa {
		flex-direction: column;
		text-align: center;
		margin: auto;
		width: 100%;
		padding: 10px;
	}

	#valores-empresa strong {
		text-align: center;
		font-size: 25px;
		margin-top: 1rem;
	}

	#valores-empresa i {
		margin-right: 10px;
	}

	.valores-swiper {
		width: 90%;
		/* Altera a largura para 90% quando a tela for menor que 900px */
		max-width: 800px;
		/* Mantém a largura máxima de 800px */
	}

	.valores-swiper .swiper-slide {
		text-align: center;
		justify-content: center;
	}

	.valores-swiper .swiper-slide h5 {
		width: 100%;
		margin: 0 auto;
		font-size: 20px !important;
		font-weight: bold;
	}

	.valores-swiper .swiper-slide p {
		font-size: 15px !important;
		font-weight: 100;
		width: 90%;
		margin: 0 auto;
	}

	#info {
		padding: 20px 10px;
	}

	#info strong {
		font-size: 30px;
	}

	#info span {
		font-size: 15px;
	}

	.solucoes img {
		width: 150px;
		height: 120px;
	}

	.solucoes .card {
		min-width: 100%;
		margin-left: 0;
	}

}

@media (max-width: 576px) {
	#surgimento {
		flex-direction: column-reverse;
		text-align: center;
		height: auto;
		padding: 0;
	}

	#frase {
		width: 100%;
		/* ou qualquer outra largura que você deseje quando em modo coluna */
		max-width: none;
		/* remova a largura máxima quando em modo coluna */
	}

	#frase p {
		margin: 0 auto 20px;
		text-align: center;
		font-size: 14px;
	}

	#logo {
		margin-left: 0;
	}

	#logo img {
		width: 300px;
		margin: 40px 10px 0;

	}

	#forma-x {
		margin-bottom: 5px;
	}

	#forma {
		margin-bottom: 10px;
	}

	#forma h2 {
		text-transform: uppercase;
		font-size: 35px;
		font-weight: bolder;
	}

	#forma p {
		font-size: 20px;
	}

	#video span {
		font-size: 20px;
		text-align: left;
		/* Alterado para alinhar o texto à direita */
		width: auto;
		margin-top: 10px;
	}

	#valores-empresa strong {
		text-align: center;
		font-size: 25px;
		margin: 10px 0;
	}

	.valores-swiper .swiper-slide h5 {
		width: 100%;
		margin: 0 auto;
		font-size: 20px !important;
		font-weight: bold;
	}

	.valores-swiper .swiper-slide p {
		font-size: 15px;
		margin: 0 auto !important;
	}

	#info {
		flex-direction: column;
		align-items: center;
		padding: 20px;
	}

	#info.col {
		text-align: center;
		width: 100%;
	}

	#info.row {
		margin: 0;
		text-align: center;
	}

	#info strong {
		font-size: 30px;
	}

	#info span {
		font-size: 25px;
	}

	.title-e {
		font-size: 30px;
		text-align: center;
		justify-content: center;
	}

	.title-e i {
		display: none;
	}

	#sub {
		font-size: 13px;
		width: 300px;
	}

	.especialistas-e {
		width: 100%;
		padding: 30px;
	}

	.especialistas-e h3 {
		font-size: 20px;
	}

	.especialistas-e span {
		font-size: 15px;
	}

	.especialistas-e i {
		font-size: 20px;
		margin-left: 10px;
	}

	#sub {
		text-align: center;
		margin: auto;
	}

	.especialistas-e .answer-e p {
		font-size: 1rem;
	}

	#rodape .copy {
		text-align: center;
		font-size: 15px;
	}

	.solucoes {
		padding: 10px;
	}

}

/*Contato*/
#contato {
	background: #fafafa;
}

#ajuda img {
	width: 100%;
	object-fit: cover;
	object-position: center;
	height: 500px;
}

.image-container {
	position: relative;
	display: inline-block;
	/* Torna o container do bloco de imagem responsivo à altura do conteúdo */
	width: 100%;
	margin-bottom: 50px;
}

.image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(rgba(27, 38, 70, 0.8), rgba(28, 69, 148, 0.8));
	/* Cor azul transparente */
	display: flex;
	align-items: flex-end;
	justify-content: left;
	text-align: left;
	color: white;
	padding: 20px;
	/* Espaçamento interno para o texto */
	box-sizing: border-box;
}

.image-overlay h2 {
	margin: 30px 50px;
	font-weight: bold;
	font-size: 100px;
}

.image-overlay img {
	width: 100%;
	height: auto;
}

#fale-conosco {
	width: 100%;
	margin: 0 auto;
	color: #1b2646;
	margin-bottom: 50px;
}

#fale-conosco h3 {
	text-align: left;
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 40px;
}

.form {
	width: 600px;
	height: auto;
	background: #fff;
	padding: 30px;
	box-shadow: 10px 8px 2px 3px rgba(0, 0, 0, 1.2);
	border: 1px solid #1b2646;
	border-radius: 15px;
	display: grid;
	gap: 10px;
}

.form-group {
	padding-bottom: 10px;
	position: relative;
}

.form-group i {
	position: absolute;
	top: 15px;
	right: 15px;
	visibility: hidden;
}

.form-group small {
	position: absolute;
	bottom: 0;
	left: 0;
	visibility: hidden;
}

.form input,
.form textarea {
	display: block;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 10px;
	border: 1px solid #a9a9a9;
}

.form textarea {
	height: 200px;
}

.form input::placeholder,
.form textarea::placeholder {
	color: #a9a9a9;
}

.form .btn {
	display: block;
	margin: 0 auto;
	background-color: #107f98;
	color: #fff;
	padding: 10px 20px;
	font-size: 16px;
	border: none;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	transition: transform 0.3s ease-out, background-color 0.3s ease-out;
	;
}

.form .btn:hover {
	transform: rotate(360deg);
	background-color: #bd1818;
}

.form .btn:before {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 24px;
	opacity: 0;
	transition: opacity 03.s ease-out;
}

.form .btn:hover::before {
	opacity: 1;
}

.error-message {
	color: red;
	font-size: 14px;
}

#fale-conosco .col-4 {
	text-align: left;
	width: 600px;
	height: auto;

}

#fale-conosco .col-4 span {
	display: block;
	margin-bottom: 20px;
}

#fale-conosco hr {
	width: 98%;
	margin-left: auto;
}

#coluna-nossos-canais {
	margin-top: 40px;
}

#redes-sociais i {
	font-size: 40px;
	margin-right: 10px;
}

#redes-sociais a {
	display: inline-block;
	text-decoration: none;
	transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
}

#redes-sociais a:hover {
	transform: scale(1.2);
	color: #FF4081;
}

.fa-square-instagram {
	background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%),
		radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%),
		radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%),
		radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%),
		radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%),
		radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%),
		radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent),
		linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
	background-clip: text;
	color: transparent;
}

#redes-sociais .fa-linkedin {
	background: #0072b1;
	background-clip: text;
	color: transparent;
}

.fa-square-facebook {
	background: #1877f2;
	background-clip: text;
	color: transparent;
}

.fa-square-whatsapp {
	background: #25D366;
	background-clip: text;
	color: transparent;
}

.fa-square-youtube {
	background: #ff0000;
	background-clip: text;
	color: transparent;
}

#fale-conosco img {
	margin-top: 100px;
}

@media screen and (max-width:1285px) {
	.image-overlay {
		align-items: center;
		justify-content: center;
		text-align: center;
		color: white;
		padding: 20px;
		/* Espaçamento interno para o texto */
		box-sizing: border-box;
	}

	.image-overlay h2 {
		margin: 30px 50px;
		font-weight: bold;
		font-size: 80px;
	}
}

@media screen and (max-width:850px) {
	#fale-conosco h3 {
		text-align: center;
	}

	#fale-conosco span,
	#fale-conosco strong {
		text-align: center;
	}

	#redes-sociais {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	#fale-conosco img {
		display: none;
	}

	.image-overlay {
		align-items: center;
		justify-content: center;
		text-align: center;
		color: white;
		padding: 20px;
		/* Espaçamento interno para o texto */
		box-sizing: border-box;
	}

	.image-overlay h2 {
		margin: 30px 50px;
		font-weight: bold;
		font-size: 50px;
	}

	.form {
		width: 100%;
		margin: 0 auto;
		box-shadow: none;
	}


}

/*Serviços*/

#servico-frase {
	padding: 4rem;
	background: url(../img/prancheta.png);
	background-size: cover;
	color: #FFF;
	height: auto;
	margin-bottom: 50px;
}

#servico-frase h1 {
	font-weight: bold;
	margin-top: 100px;
	font-size: 4rem;
}

#servico-frase h2 {
	font-size: 2.5rem;
}

#servicos-card,
#servicos-card-1 {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}


#servicos-card .row,
#servicos-card-1 .row {
	margin-bottom: 24px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 50px;
}

#servicos-card .col,
#servicos-card-1 .col {
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#servicos-card .card,
#servicos-card-1 .card {
	width: 17rem;
	margin: 40px;
	border-radius: 0;
	height: 400px;
	position: relative;
	transform-style: preserve-3d;
	transition: transform 0.5s;
}

#servicos-card .card:hover,
#servicos-card-1 .card:hover {
	cursor: pointer;
	transform: rotateY(180deg);
}


#servicos-card .card-body,
#servicos-card-1 .card-body {
	padding: 20px;
}

#servicos-card img,
#servicos-card-1 img {
	border-radius: 0;
}

#servicos-card p,
#servicos-card-1 p {
	width: 100px;
	font-size: 20px;
	width: auto;
	text-align: center;
	z-index: 1;
}

#servicos-card .card-back,
#servicos-card-1 .card-back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	backface-visibility: hidden;
	transform: rotateY(180deg);
	z-index: 0;
	overflow: hidden;
}

#servicos-card .card-back p,
#servicos-card-1 .card-back p {
	padding: 20px;
	/* Reduz o preenchimento interno para economizar espaço */
	font-size: 14px;
	/* Reduz o tamanho da fonte */
	line-height: 1.4;
	/* Reduz o espaçamento entre linhas */
	width: 100%;
	margin: 0 !important;
	word-wrap: break-word;
	/* Permite que as palavras se quebrem em várias linhas */
}

/* Estilo personalizado para o botão */
.btn-custom {
	background-color: #1b2646;
	color: #fff;
	border: none;
	border-radius: 5px;
	padding: 10px 20px;
	cursor: pointer;
	transition: background-color 0.3s;
}

.btn-custom:hover {
	background-color: #1C4594;
	color: #FFF;
}

/* Estilo personalizado para o modal */
.modal-content-custom {
	background-color: #fff;
	border-radius: 10px;
}

.modal-header-custom {
	border-bottom: none;
	padding: 20px;
	background-color: #1C4594;
	color: #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.modal-title-custom {
	font-size: 24px;
	font-weight: bold;
}

.modal-body-custom {
	padding: 20px;
	font-size: 1.1rem;
}

.modal-footer-custom {
	border-top: none;
	padding: 20px;
	background-color: #fafafa;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.btn-close-custom {
	color: #fff;
}

.btn-secondary-custom {
	background-color: #182446;
	color: #fff;
	border: none;
	border-radius: 5px;
	padding: 10px 20px;
	cursor: pointer;
	transition: background-color 0.3s;
}

.btn-secondary-custom:hover {
	background-color: #1C4594;
}

/* Ajuste de largura para o modal */
.modal-dialog {
	max-width: 800px;
	width: 90%;

}

.margin-text {
	margin-top: 40px;
}

#projetos {
	margin: 50px auto;
	width: 75%;
}

#projetos-div {
	border: 1px solid #a9a9a9;
	background: #fff;
	color: #1b2646;
	padding: 20px;

}

#projetos-div h4 {
	font-weight: 1000;
	margin-bottom: 20px;
	font-size: 35px;
}

#projetos-div ul {
	padding: 0 20px;
	margin: 0 20px 20px;
}

#projetos-div li {
	font-size: 15px;
	margin: 0 0 10px;
	max-width: 100%;
	max-height: 50%;
}

#projetos-div i {
	margin-left: 10px;
	color: #1b2646;
}

@media screen and (max-width:1290px) {

	#servicos-card .col,
	#servicos-card-1 .col {
		flex-basis: 33.33%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	#servicos-card-1 .col-md-12 {
		order: 4;
		/* Coloque o último item como a quarta coluna, movendo-o para a próxima linha */
	}

	#servicos-card {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 960px) {

	#servicos-card .card,
	#servicos-card-1 .card {
		width: 16rem;
	}

	#servicos-card p,
	#servicos-card-1 p {
		font-size: 18px;
	}

	#servicos-card .card-back p,
	#servicos-card-1 .card-back p {
		font-size: 14px;
	}
}

@media screen and (max-width:880px) {

	#servico-frase {
		margin-bottom: 0;
		text-align: center;
	}

	#servico-frase h1 {
		font-size: 3rem;
		margin-top: 50px;
	}

	#servico-frase h2 {
		font-size: 2rem;
	}

	#servicos-card .col,
	#servicos-card-1 .col {
		flex-basis: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	#servicos-card .card,
	#servicos-card-1 .card {
		width: 20rem;
		height: auto;
	}

	#servicos-card img,
	#servicos-card-1 img {
		border-radius: 0;
		height: auto;
		/* Ajuste a altura para ocupar toda a altura do card */
		max-width: 100%;
		/* Garante que a largura não ultrapasse os limites do card */
	}

	#servicos-card p,
	#servicos-card-1 p {
		font-size: 25px;
	}

	#servicos-card .card-back p,
	#servicos-card-1 .card-back p {
		font-size: 15px;
	}

	.margin-text {
		margin: 30px;
	}

	#servicos-card .row,
	#servicos-card-1 .row {
		margin: 20px;
	}
}

@media screen and (max-width: 500px) {

	#servico-frase h1 {
		font-size: 2.5rem;
		margin: 30px 0;
	}

	#servico-frase h2 {
		font-size: 1.5rem;
	}

	#servicos-card .col,
	#servicos-card-1 .col {
		flex-basis: 50%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	#servicos-card {
		margin-bottom: -50px;
	}

	#servicos-card .card,
	#servicos-card-1 .card {
		width: 13rem;
		height: auto;
		margin: 20px;
	}

	#servicos-card img,
	#servicos-card-1 img {
		border-radius: 0;
		height: auto;
		/* Ajuste a altura para ocupar toda a altura do card */
		max-width: 100%;
		/* Garante que a largura não ultrapasse os limites do card */
	}

	#servicos-card p,
	#servicos-card-1 p {
		font-size: 14px;
		width: auto;
	}

	#servicos-card .card-back p,
	#servicos-card-1 .card-back p {
		font-size: 10px;
	}

	.margin-text {
		margin: 25px;
	}

	#projetos-div h4 {
		font-size: 20px;
	}

	#projetos-div li {
		font-size: 13px;
	}
}