html {
	scroll-behavior: smooth;
    scroll-padding-top: 250px; /* Ajuste conforme a altura do menu */
	overflow-x: hidden;
}

body {
	 font-family: "Raleway", sans-serif !important;
	 background-color: #171717;
}


.hero-lp {
    background-color: #171717;
    background-blend-mode: overlay;
    background-size: cover;
    background-position: center;
    padding-bottom: 120px;
    padding-top: 250px;
}

.titulo-1 {
    font-family: 'Afacad';
    font-style: normal;
    font-weight: 700;
    font-size: 90px;
    line-height: 80px;
    color: #FFFFFF;
}

.titulo-1 span, .texto-1 span, .texto-1 a, .texto-1b span, .texto-1b a {
		color: #1AFFAF !important;
}

.texto-1 {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #909090;
}


.texto-1b {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
    color: #909090;
}

.texto-1 b {
    color: #fff;
}
.texto-1.small {
    font-size: 16px;
    line-height: 24px;
}

.hero-destaque {
	position: absolute;
    z-index: 1;
    right: 0px;
    bottom: 0px;
    height: 480px;
    width: 750px;
    max-width: 750px;
    object-fit: cover;
}

.hero-estrela {
    width: 80px;
    position: absolute;
    z-index: 2;
    bottom: 20px;
    right: 20px;
}

.hero-linha {
    position: absolute;
    z-index: 4;
    right: 10px;
    top: 70px;
}

.btn-1 {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #1AFFAF;
    padding: 16px 24px 16px 16px;
    background: #000000;
    border: 1px solid #585757;
    border-radius: 12px;
    display: inline-block;
	min-width: 270px;
}
.btn-1 i {
    color: #fff;
}
.btn-1:hover {
    color: #fff;
    background: #4D4A4A;
    border: 1px solid #1AFFAF;
}


.btn-2 {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    padding: 16px 24px 16px 16px;
    background: transparent;
    border: 1px solid #585757;
    border-radius: 12px;
    display: inline-block;
	min-width: 270px;
}
.btn-2 i {
    color: #fff;
}
.btn-2:hover {
    color: #fff;
    background: #4D4A4A;
}


.btn-3 {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    padding: 16px 24px 16px 16px;
    background: transparent;
    border: none;
    border-radius: 12px;
    display: inline-block;
}
.btn-3 i {
    color: #585757;
}
.btn-3:hover {
    color: #fff;
}

.sobre_h {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: end;	
    padding: 50px;
    margin-top: 150px;
	margin-bottom: 40px;
	height: 615px;
	overflow: hidden;
}

.sobre_h_v {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    top: 0;
}

.sobre_visao h3 {
    font-family: 'Afacad';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 24px;
    letter-spacing: 0.8em;
    color: #1AFFAF;
	margin-bottom: 30px;
}

.sobre_visao p {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #909090;
}

.porque {
    background: linear-gradient(180deg, #000000 0%, #171717 56.73%);
    padding-top: 180px;
    padding-bottom: 180px;
}

.titulo-2 {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: #909090;
}

.accordion {
    --bs-accordion-bg: transparent;
}

.accordion-button {
	padding-left: 0px;
	padding-right: 0px;
}

.accordion-item {
    border: none;
}


.accordion-button::after {
    display: none;
}


.accordion-button.collapsed::before {
    display: none;
}

.accordion-button:not(.collapsed)::before {
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='12' viewBox='0 0 11 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='5.5' cy='6' r='5.5' fill='%231AFFAF'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
	content: "";
    flex-shrink: 0;
    height: 11px;
	width: 11px;
	margin-right: 5px;
}

.accordion-button:focus {
    box-shadow: none;
    outline: 0;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    font-family: 'Afacad';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 20px;
    color: #FFFFFF;
	box-shadow: none;
}

.accordion-body {
    padding: 0;
    padding-right: 30px;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #909090;
}

.accordion-button {
	font-family: 'Afacad';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 20px;
	color: #6F6F6F;
}

.texto-cita {
    font-family: 'Afacad';
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 54px;
    text-align: center;
    color: #1AFFAF;
	position: relative;
	z-index: 3;
}

.aspas {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.citacao {
	padding-bottom: 180px;
}

.jornada-box {
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
	padding-top: 90px;
}

.jornada-box span {
    display: block;
    font-family: 'Poiret One';
    font-style: normal;
    font-weight: 400;
    font-size: 146px;
    line-height: 160px;
    color: #1AFFAF;
}

.jornada-box h3 {
    font-family: 'Afacad';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
    color: #FFFFFF;
}

.jornada-box p {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #909090;
}

.linha-jornada {
	position: absolute;
	right: 30px;
	top: 40px;
	max-width: 780px;
}

.cases {
	padding-bottom: 180px;
	padding-top: 180px;
}
.case-box {
    padding: 24px;
    border: 1px solid #4D4A4A;
}

.case-header span {
    width: 85px;
    height: 85px;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 27px;
    text-transform: uppercase;
    color: #171717;
    background-color: #1AFFAF;
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.case-header h3 {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    color: #1AFFAF;
}

.case-header p {
    font-family: 'Afacad';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 0;
}

.case-footer p {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #909090;
}

.case-footer span {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: #1AFFAF;
}

.case-header {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 20px;
}

.resultado_box {
    height: 470px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 30px;
}

.clientes {
	padding-bottom: 180px;
}

.logos-grid{
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
}

.newsletter {
    background-position: 100% 100px;
    background-repeat: no-repeat;
    background-size: cover;
	padding-bottom: 175px;
}

input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid #1AFFAF;
  background-color: #313131 !important;
  outline-offset: 0; 
}

.formu input[type="text"],  .formu input[type="email"]{
    padding: 10px 16px;
	padding-right: 50px;
    height: 52px;
    border: 1px solid #7E7E7E;
    display: block;
    width: 100%;
    background-color: transparent;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 32px;
    color: #FFFFFF;
}

.formu select {
    padding: 10px 16px;
	padding-right: 50px;
    height: 52px;
    border: 1px solid #7E7E7E;
    display: block;
    width: 100%;
    background-color: transparent;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 32px;
    color: #FFFFFF;
	appearance: none; /* remove o dropdown padrão */
  -webkit-appearance: none;
  -moz-appearance: none;
}

.formu .inputico {
    position: absolute;
    color: #1AFFAF;
    font-size: 22px;
    right: 15px;
    top: 15px;
}

.select-icon {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #1AFFAF;
  font-size: 14px;
}

.erro input,
.erro select {
  border: 1px solid #fff !important;
  background-color: #EF7015 !important;
  color: #fff !important;
}

.erro input::placeholder,
.erro select::placeholder {
  color: #fff;
  opacity: 1;
}

.erro .inputico {
  color: #fff !important;
}

.faq_contato {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #171717;
    background-blend-mode: overlay;
	padding-bottom: 60px;
}

.box-faq {
    padding: 36px 16px;
    border: 1px solid #585757;
    height: 330px;
}

.box-faq h3 {
    font-family: 'Afacad';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
}

.box-faq p {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #909090;
    margin-bottom: 0;
}

.owl-banner.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    background: #d9d9d9;
    border-radius: 100%;
}

.owl-banner.owl-theme .owl-dots .owl-dot.active span, .owl-banner.owl-theme .owl-dots .owl-dot:hover span {
	background: #d9d9d9;
	box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.15);
}

.owl-banner.owl-theme .owl-nav [class*=owl-] {
    font-size: 35px;
    background: transparent;
    opacity: 0.5;
}
.owl-banner.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #fff;
}
.owl-banner .owl-dots {
    bottom: -50px;
}

.owl-banner.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: visible;
}

.owl-banner.owl-carousel .owl-stage {
    padding-left: 0 !important;
}

.redes {
    display: flex;
    flex-direction: row;
}
	
.redes a {
    background-color: #909090;
    width: 32px;
    height: 32px;
    display: block;
    text-align: center;
    border-radius: 3px;
    color: #171717;
    font-size: 22px;
    margin-right: 10px;
}

#footer {
    background-color: #171717;
    padding-bottom: 20px;
    padding-top: 40px;
}

.texto-f {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #7E7E7E;
    margin-bottom: 0;
}

.principal {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: flex;
	flex-direction: row;
	gap: 15px;
}

.principal li a {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    color: #FFFFFF;
	border-bottom: 5px solid #2e2e2e;
    padding: 5px 5px 20px 5px;
}

.principal li a:hover {
    color: #FFFFFF;
	border-bottom: 5px solid #1AFFAF;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #FFFFFF;
	border-bottom: 5px solid #1AFFAF;
}

.navbar-brand img {
    height: 26px;
}

.texto-top {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 100%;
    color: #FFFFFF;
    margin-bottom: 0;
}

header {
    background-color: #2E2E2E;
    position: fixed;
	z-index: 9999;
    width: 100%;
    border-bottom: 1px solid #4D4A4A;
}

.header_mob {
	display: none;
}

.canva_g {
  background-color: #1a1a1a;
  padding: 20px;
  border-radius: 12px;
}
#icf_2 {
  height: 400px !important;
}

.titulo-g {
    font-family: 'Afacad';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: #FFFFFF;
}

.titulo-g span {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #585757;
}

.par-int-t {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.par-int-c {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #909090;
}

@media (max-width: 767px) {
	
.faq_contato {
    background-image: none !important;
}
	
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-right: 16px;
    padding-left: 16px;
}
	
.texto-1.small {
    font-size: 12px;
    line-height: 16px;
}
	
.resultado_box {
    height: 470px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    margin-top: 30px;
}
	
#icf_2 {
    height: 600px !important;
}
	
.rede-interna {
  position: absolute;
  bottom: 20%;
  width: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}
	
.principal_mob li a {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #1AFFAF;
}
	
.principal_mob {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
	
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #FFFFFF;
    border-bottom: none;
}
	
body {
	overflow-x: hidden;
}
	
.hero-lp {
    padding-top: 100px;
}
	
header {
	display: none;
}
	
#header_mob {
	display: block;
	background-color: transparent;
    border: none;
    position: fixed;
	z-index: 99999;
    top: 20px;
	left: 0px;
}

#menu_mob {
	position: fixed;
	top: 0;
	left: 0;
    height: 120vh;
    z-index: 99999;
    background-color: #171717;
    width: 100%;
    padding: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	overflow: hidden;
	transform: translateX(-100%);
    transition: transform 0.4s ease-in-out;
}
#menu_mob.aberto {
  transform: translateX(0%);
}
	
#fechar_mob {
    background-color: transparent;
    border: none;
    margin: auto;
}
	
.titulo-1 {
    font-size: 60px;
    line-height: 54px;
}

.texto-1, .texto-1b {
    font-size: 16px;
    line-height: 24px;
}	
	
.hero-destaque {
   position: absolute;
   z-index: 1;
   left: 20px;
   bottom: 90px;
   height: 480px;
   width: 100%;
   max-width: 360px;
   object-fit: cover;
}	
	
.hero-linha {
    display: none;
}
	
.hero-estrela {
    width: 50px;
    position: absolute;
    z-index: 2;
    bottom: 260px;
    right: 20px;
}
	
.btn-1, .btn-2, .btn-3 {
    display: block;
    text-align: center;
	min-width: 100% !important;
}
	
.sobre_h {
    padding: 16px;
    margin-top: 150px;
    margin-bottom: 90px;
    padding-bottom: 0px;
    height: 330px;
}
	
.sobre_h p{
  // margin-bottom: -50px;
}
	
.sobre_visao h3 {
    font-size: 24px;
    line-height: 24px;
}
	
.hero-lp {
    padding-bottom: 0;
}	
	
	
.texto-cita {
    font-family: 'Afacad';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 46px;
    text-align: left;
    color: #1AFFAF;
    position: relative;
    z-index: 3;
}	
	
.aspas {
    top: 0;
}
	
.linha-jornada {
	display: none;
}
	
.jornada-box {
    padding-top: 130px;
}
	
.cases {
    padding-top: 100px;
}	
	
.resultado_box a {
    margin-bottom: -100px !important;
    display: block;
}	
	
.logos-grid {
    flex-direction: column;
    gap: 10px;
}	
	
.logos-grid img {
   height: 120px;
}	
	
.newsletter {
    padding-bottom: 200px;
}
	
.box-faq {
    height: 380px;
}	
	
.owl-theme .owl-dots .owl-dot {
    padding: 5px;
}
	
.faq_contato {
    padding-bottom: 0;
}
	
.newsletter {
    background-size: contain;
}
	
	
}


