/* BASES
-------------------------------------------------- */
:root
{
	--laranja:#FF4200;
	--cinza_claro: #EAE9E9;
	--cinza_medio: #555;	
	--cinza_escuro: #333;

	--preto: #000;
	--branco: #fff;
}

html,body{
	font-family: 'Montserrat', sans-serif !important;
}

img.logo{   
    max-width: 30%;
}

.left-info {
    margin-bottom: 40px;    /* Adiciona espaçamento entre as linhas */
}

h1{
	font-weight: 400;
	font-size: 36px;
	color: var(--laranja);
}
h2{
	font-weight: 500 !important;
	font-size: 50px;
	color: var(--preto);
}
h3{
	font-weight: 400;
	font-size: 36px;
	color: var(--preto);
}
h4{
	font-weight: 500;
	font-size: 20px;
	color: var(--preto);
}
p{
	font-weight: 400;
	font-size: 20px;
	color: var(--preto);
}

.btn{
    font-size: 18px;            
    font-weight: 400;           
    background-color: var(--laranja);  
    border-radius: 8px;         
}

a.btn-laranja{
	color: var(--branco);
	background: var(--laranja);
} 
a.btn-laranja:hover{
	color: var(--branco);
	background: var(--preto);
} 

a.btn-preto{
	color: var(--branco);
	background: var(--preto);
} 
a.btn-preto:hover{
	color: var(--branco);
	background: var(--cinza_escuro);
} 

@media (max-width: 768px) {
	h1{
		font-size: 20px;
	}
	h2{
		font-size: 25px;
	}
	.site-heading h2 {
        font-size: 25px;
    }
}

/* MODAL
-------------------------------------------------- */
#formInvestidor .btn-close{
	font-size: 25px;
	color: var(--branco);
	background-color: var(--preto);
}
#formInvestidor .btn-close:hover{
	color: var(--laranja);
}

#formInvestidor h1{
	text-align: center;
}

#formInvestidor .modal-header{
	margin: 50px;
	margin-bottom: 30px;
	border: none;
}

#formInvestidor .modal-custom {
    max-width: 780px;
}

#formInvestidor .modal-content {
	border-radius: 15px;
    background-color: var(--preto);
}

#formInvestidor .modal-body{
	padding: 0 70px;
}

#formInvestidor input{
	height: 70px;
	font-family: Montserrat;
	font-weight: 400;	
	border-radius: 0;
}
#formInvestidor input[type="submit"]{
	width: 100%;
	color: var(--branco);
	font-size: 17px;
	font-weight: 500;
	background-color: var(--preto);
	border: solid 2px var(--branco);
}

#formInvestidor input[type="submit"]:hover{
	background-color: var(--laranja);
}

#formInvestidor .lgpd{
	margin: 20px 0 50px 0;
}
#formInvestidor .lgpd p{
	font-size: 14px;
}

@media (max-width: 768px) {
	#formInvestidor h1{
		font-size: 20px;
	}
	#formInvestidor .modal-header{
		margin: 15px;
		margin-bottom: -20px;;
	}
	#formInvestidor .modal-body{
		padding: 15px;
	}
	#formInvestidor input{
		height: 30px;
	}
	#formInvestidor input[type="submit"] {
		font-size: 15px;
	}
		
}

/* AGRADECIMENTO
-------------------------------------------------- */
#agradecimento .fixed-shape{
	background-position: right top 40%;
}

#agradecimento h1{
	font-weight: 500;
	font-size: 40px;
	color: var(--preto);
	margin-bottom: 50px;
}
#agradecimento h1 span{
	color: var(--laranja);
	font-weight: 700;
}

#agradecimento p{
	font-size: 25px;
	line-height: 36px;
	letter-spacing: 0%;
	margin: 30px 0;
}
#agradecimento p strong{
	font-weight: 600;
	color: var(--laranja);
}

/* TOPO
-------------------------------------------------- */
#topo h1{
	font-weight: 500;
	font-size: 64px;
	line-height: 70px;
}

#topo h1 span{
	font-weight: 500;
	font-size: 64px;
	color: var(--preto);
}

#topo .fixed-shape{	
	right: 0; top: 30%;
	background-position: top right;
	background-repeat: no-repeat;
}

#topo p{
	font-weight: 400;
	font-size: 25px;
	line-height: 35px;
	color: var(--preto);
}

@media (max-width: 768px) {
	#topo h1,
	#topo h1 span{
		font-size: 35px;
		line-height: 40px;
	}
	#topo p{
		font-size: 17px;
		line-height: 25px;		
		margin-top: -25px;
	}
	#topo .row{
        text-align: left;
		margin-left: 5px;
    }
}

/* RESULTADOS
-------------------------------------------------- */

#resultados{
	background-color: var(--cinza_claro);
}

#resultados h4{
	color: var(--preto);
	background: var(--preto);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;

	text-transform: none;
	font-weight: normal;
}

@media (max-width: 768px) {
	#resultados ul.achivement{
		display: inline;
	}
	#resultados ul.achivement li{
		margin-bottom: 5px; 
	}
	#resultados .d-flex{
		display: inline-block !important;
	}
	#resultados .counter{
		color: var(--laranja);
	}
}

/* BENEFICIOS
-------------------------------------------------- */

#beneficios{
	padding: 70px 0;
}

#beneficios .single-item{
	border-left: solid 3px var(--laranja);
}

#beneficios h3,
#beneficios p{
	font-size: 15px;
	line-height: 20px;
}
#beneficios h3{
	font-weight: 500;
}

#beneficios i{
	margin-bottom: 30px;
	font-size: 20px;
	color: var(--laranja);
}

/* JORNADA
-------------------------------------------------- */
#jornada .single-item span,
#jornada h3{	
	font-weight: 500;
	font-size: 20px;
	color: var(--cinza_escuro);
}

#jornada h3{
	font-size: 36px;	
	line-height: 50px; 
}

#jornada p{
	font-size: 20px;	
	line-height: 30px;
	color: var(--cinza_medio);
}

#jornada .btn{
	line-height: 35px;
	font-size: 18px; font-weight: 400;
	width: 200px; height: 70px;
	border-radius: 10px;
}

#jornada .single-item .content{	
	background: url('../img/triangulo_menor.png') no-repeat;
	background-position: left bottom 20%;
}

#jornada .owl-dots{
	padding-top: 20px;
}
#jornada .owl-dot span{
	width: 15px;
    height: 15px;
    margin: 5px 7px;
    background: var(--cinza_claro);
}
#jornada .owl-dot span:hover{
	background: var(--preto);
}

#jornada i.seta{
	font-size: 40px;
	color: var(--preto);
}

@media (max-width: 768px) {
	#jornada h3{
		font-size: 25px;	
		line-height: 35px; 
	}
	#jornada p {
		font-size: 18px;
		line-height: 25px;
		color: var(--cinza_medio);
	}
}


/* SERVIÇOS
-------------------------------------------------- */
#servicos .item{
	height: 270px;
	padding: 30px;
	border-radius: 0;
	background-color: var(--cinza_claro);
	
}
#servicos h3,
#servicos p{
	font-size: 17px;
	color: var(--cinza_escuro);
	font-weight: 400;
	line-height: 30px;
	letter-spacing: -0.09px;

}
#servicos h3{
	font-weight: 500;
	line-height: 25px;
}

/* TESTEMUNHOS
-------------------------------------------------- */

#testemunhos .testemunho-item{
	background: var(--branco);
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
	margin: 20px;
	padding: 15px; padding-bottom: 20px;
	border-radius: 16px;
}

#testemunhos .testemunho-item iframe{
	max-width: 100%;
	width: 100%; height: 780px;
    border-radius: 16px;
}

#testemunhos .owl-carousel .owl-stage-outer {
    overflow: visible !important;
}

#testemunhos .owl-carousel .owl-item {
    opacity: 1 !important;
    transform: scale(1) !important;
}


#testemunhos .owl-carousel .single-item{
	padding: 0 !important;
}

#testemunhos .owl-prev,
#testemunhos .owl-next{
	color: var(--branco);
	background: var(--laranja);
}

@media (max-width: 768px) {
	#testemunhos .testemunho-item iframe{
		height: 500px;
	}
}

/* ACELERADAS
-------------------------------------------------- */
#startups{
	background-color: var(--cinza_claro);
}

#startups .single-item{
	width: 300px; height: 95px;
	background-color: var(--branco);
	border-radius: 15px;
}

#startups .owl-dots{
	padding-top: 20px;
}
#startups .owl-dot span{
	margin: 5px 7px;
    background: var(--branco);
}
#startups .owl-dot span:hover{
	background: var(--cinza_escuro);
}

#startups .single-item {
	width: 210px;
}

@media (max-width: 768px) {
    .owl-carousel .owl-stage {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .owl-carousel .owl-item {
        display: flex;
        justify-content: center;
    }
}

/* ESCRITÓRIOS
-------------------------------------------------- */
#escritorios h1{
	font-weight: 400;
	font-size: 36px;
	color: var(--laranja);
}

/* FAQ
-------------------------------------------------- */
#faq h4{
	font-weight: 400;
}

#faq .card-body{
	font-weight: 400;
	font-size: 17px;
	line-height: 30px;
}

.faq-content-area .accordion .card-header h4.collapsed:after,
.faq-content-area .accordion .card-header h4:after{
	margin-top: 5px;

@media (max-width: 768px) {
	
}
}

/* SEJA
-------------------------------------------------- */
#seja{
	padding: 100px 0;
	background: var(--cinza_claro);
}

/* RODAPÉ
-------------------------------------------------- */

footer#rodape.silver,
footer#rodape.white{
	padding: 30px 0 50px 0;
	text-align: center;
	background: var(--cinza_claro);
}

footer#rodape.white{
	background: var(--branco);
}

#rodape .container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

#rodape .logo img {
	max-width: 150px;
	margin-right: 30px;
}

#rodape .contact-section {
	display: flex;
	gap: 40px;
}

#rodape .contact-item {
	display: flex;
	align-items: center;
	gap: 20px;
	text-align: left;
}

#rodape .contact-icon {
	color: var(--cinza_escuro);
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: center;
	font-size: 25px;
}

#rodape .contact-text {
	display: flex;
	flex-direction: column;
	font-size: 16px;
	line-height: 23px;
}

#rodape .contact-text p {
	margin: 0;
	font-size: 16px;
}

#rodape .contact-text a {
	font-size: 16px;
	font-weight: normal;
	color: var(--preto);
	text-decoration: underline;
}

#rodape .contact-text a:hover {
	color: var(--claranja);
}

#rodape .social-icons {
	display: flex;
	gap: 10px;
	margin-top: 20px;
	justify-content: center;
}

#rodape .social-icons a {
	display: block;
	align-items: center;
	justify-content: center;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: var(--preto);
	color: var(--cinza_claro);
	font-size: 14px;
	text-decoration: none;
}

#rodape.white .social-icons a{
	color: var(--branco);
}

#rodape .social-icons a:hover {
	background: var(--laranja);
}

/* Responsivo */
@media (max-width: 1000px) {
	#rodape .row {
		display: block;
	}
	#rodape .logo {
		margin-bottom: 20px;
	}
}


@media (max-width: 768px) {
	#rodape .container {
		flex-direction: column;
		align-items: center;
	}

	#rodape .contact-section {
		flex-direction: column;
		gap: 20px;
		text-align: center;
	}

	#rodape .contact-item {
		justify-content: center;
	}

	#rodape .row {
		display: block;
	}

	#rodape .logo {
		margin-bottom: 20px;
	}
}