:root{
    --gradient: transparent linear-gradient(91deg, #FF4810 0%, #FF8243 100%) 0% 0% no-repeat padding-box;
    --primary: #EF6200;
    --track-color: #f1f1f1;
}
* {
scrollbar-color: rgb(223, 227, 232) rgb(249, 250, 251);
scrollbar-width: thin;
margin: 0px;
padding: 0px;
box-sizing: border-box;
}
html, body{
margin:0;
padding:0;
font-family: "Poppins", sans-serif;
background: #FFF;
font-size: 15px;
line-height:20px;
}
body{
display: flex;
flex-direction: column;
min-height: 100vh;
}
main{
flex:1;
overflow: hidden;
}
ul{
margin:0;
padding:0;
}
ul li{
padding:0;
margin:0;
list-style: none;
}
img{
max-width: 100%;
height:auto;
border:0;
outline: 0;
}
a{
text-decoration:none;
color: inherit;
}
button {
cursor: pointer;
transition: all 0.3s linear;
}
.sr-only, .hidden{
display: none !important;
}
.loading__bar {
position: fixed;
top: 0;
left: 0;
height: 3px;
width: 0%;
opacity: 0;
background: var(--primary);
transition: width 0.25s ease-in-out, opacity 0.2s ease-in-out;
z-index: 99999;
pointer-events: none;
}
.loading__bar.is-active {
opacity: 1;
}
.loading__circle {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.7);
display: none;
justify-content: center;
align-items: center;
z-index: 9999;
}
.loading__circle-spinner {
border: 4px solid #f3f3f3;
border-top: 4px solid var(--primary);
border-radius: 50%;
width: 50px;
height: 50px;
animation: loading__circle-spin 0.6s linear infinite;
}
@keyframes loading__circle-spin {
  to {
    transform: rotate(360deg);
  }
}
.container{
width:100%;
padding:0 20px;
margin:0 auto;
max-width: 1280px;
}
h2.title{
text-align: center;
font: normal normal normal 44px/54px Lato;
letter-spacing: 0px;
color: #393939;
margin: 0 auto 20px;
}
h3.subtitle{
text-align: center;
font: normal normal normal 20px/28px Poppins;
letter-spacing: 0px;
color: #535353;
margin: 0 auto 50px;
}
h3.subtitle strong{
font-weight: 600;
}
h2.title span{
color:var(--primary);
}
header{
position: absolute;
left:0;
top:0;
z-index: 10;
width:100%;
}
header .logo{
display: flex;
align-items: center;
justify-content: flex-end;
padding: 25px 0;
}
header .logo img{
max-width: 230px;
}
header.header-pp .logo{
justify-content: flex-start;
}
section#topo{
background-color: #F3F5F7;
position: relative;
padding:60px 0 50px;
max-height: 740px;
height:100vh;
display: flex;
align-items: center;
}
section#topo .text-topo{
margin: 0 0 50px;
}
section#topo .text-topo h1{
text-align: left;
font: normal normal normal 75px/90px Lato;
letter-spacing: 0px;
color: #EF6200;
margin: 0 0 10px;
}
section#topo.proximos-passos .content-topo .texto h1{
text-align: left;
font: normal normal 500 54px/62px Lato;
letter-spacing: 0px;
color: var(--primary);
max-width: 375px;
}
section#topo .text-topo .text, section#topo.proximos-passos .content-topo .texto .text{
display: flex;
align-items: flex-end;
gap: 0 23px;
}
section#topo .text-topo .text .button, section#topo.proximos-passos .content-topo .texto .button{
display: flex;
align-items: center;
justify-content: center;
background-color: #393939;
border-radius: 50px;
height: 48px;
width: 300px;
text-align: center;
font: normal normal bold 16px/26px Poppins;
letter-spacing: 0px;
color: #FFF;
}
section#topo .text-topo .text .icone, section#topo.proximos-passos .content-topo .texto .icone{
width: 56px;
height: 48px;
display: flex;
align-items: center;
justify-content: center;
background-color: #FFF;
border-radius: 22px;
padding: 15px;
}
section#topo .text-topo .text h2{
font: normal normal normal 74px/74px Lato;
letter-spacing: 0px;
color: #393939;
}
section#topo .content-topo{
display: flex;
align-items: center;
gap: 0 70px;
}
section#topo .content-topo .hero{
width:100%;
flex:1;
position: relative;
height: 300px;
}
section#topo .content-topo .hero img{
width:auto;
height:100%;
}
section#topo.proximos-passos .content-topo .hero{
height: 480px;
}
section#topo .content-topo .hero:after,
.content-topo .hero:before {
content:"";
width:56px;
height:56px;
background-image: url(../images/bullet.png);
background-size: 100%;
background-repeat: no-repeat;
background-position: center;
position: absolute;
}
section#topo .content-topo .hero:after{
right:88px;
bottom:0;
animation: esquerdaDireitaAfter 5s ease-in-out infinite;
}
section#topo .content-topo .hero:before{
left:0;
top:0;
animation: esquerdaDireitaBefore 5s ease-in-out infinite;
}
@keyframes esquerdaDireitaAfter {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes esquerdaDireitaBefore {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateX(-25px);
    }
    100% {
        transform: translateY(0);
    }
}
section#topo.proximos-passos .content-topo .hero:after{
right: 0;
bottom: 20px;
animation: subirDescerAfter 4s ease-in-out infinite;
}
section#topo.proximos-passos .content-topo .hero:before{
left: 0;
bottom: 30px;
top: auto;
animation: subirDescerBefore 4s ease-in-out 2s infinite;
}
@keyframes subirDescerAfter {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes subirDescerBefore {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-50px);
    }
    100% {
        transform: translateY(0);
    }
}
section#topo.proximos-passos .content-topo .texto {
height: 440px;
}
section#topo .content-topo .texto{
display:flex;
justify-content:space-between;
flex-direction:column;
height:270px;
}
section#topo .content-topo .texto p{
text-align: left;
font: normal normal normal 20px/30px Poppins;
letter-spacing: 0px;
color: #535353;
max-width: 355px;
}
section#topo .content-topo .texto p strong{
font-weight: 600;
}
section#topo .content-topo .peoples{
display: flex;
align-items: center;
gap: 0 10px;
}
section#topo .content-topo .peoples .imgs{
display: flex;
list-style-type: none;
margin: 0px;
padding-right: 20px;
}
section#topo .content-topo .peoples .imgs .people{
position: relative;
width: 36px;
}
section#topo .content-topo .peoples .imgs .people img{
width:56px;
max-width: 56px;
}
section#topo .content-topo .peoples .imgs .people span{
font-size: 20px;
line-height: 1;
color: #FFFFFF;
position: absolute;
top: 18px;
left: 21px;
}
section#topo .content-topo .peoples .text span{
text-align: left;
font: normal normal normal 16px/22px Poppins;
letter-spacing: 0px;
color: #535353;
display: block;
}
section#topo .content-topo .peoples .text span strong{
display: block;
font-weight: 600;
}
section#onde-aplicar{
background-color: #FFFFFF;
padding:55px 0 75px;
}
section#onde-aplicar h2.title{
text-align: left;
margin-bottom: 40px;
}
section#onde-aplicar .nav-slides{
display: none;
}
section#onde-aplicar .slides-aplicar{
width:calc(100% + 20px);
margin:0 -10px;
}
section#onde-aplicar .slides-aplicar .swiper-slide{
padding:0 10px;
}
section#onde-aplicar .card-aplicar{
width:100%;
flex:1;
background-color: #FFFFFF;
border: 2px solid #F3F5F7;
border-radius: 20px;
position: relative;
padding: 20px 20px 20px 30px;
}
section#onde-aplicar .card-aplicar:after{
content: "";
width: 120px;
height: 6px;
background-color: var(--primary);
position: absolute;
left: 30px;
bottom: 0;
z-index: 4;
}
section#onde-aplicar .card-aplicar .icone{
width:100%;
display: flex;
align-items: center;
justify-content: flex-end;
height:46px;
margin:0 0 5px;
}
section#onde-aplicar .card-aplicar .icone img{
width:auto;
height:100%;
}
section#onde-aplicar .card-aplicar .text {
height:210px;
}
section#onde-aplicar .card-aplicar .text strong{
display: block;
color:var(--primary);
text-align: left;
font: normal normal 600 20px/30px Poppins;
letter-spacing: 0px;
}
section#onde-aplicar .card-aplicar .text span{
display: block;
text-align: left;
font: normal normal normal 20px/30px Poppins;
letter-spacing: 0px;
color: #535353;
}

section#como-funciona{
padding:55px 0 60px;
background-color: #F3F5F7;
}
section#como-funciona h2.title{
text-align: left;
margin-bottom: 40px;
}
.processos .processo{
display: flex;
gap: 26px;
align-items: center;
margin-bottom: 30px;
}
.processos .processo .card-processo{
width: 100%;
flex: 1;
background-color: #FFF;
border-radius: 20px;
height: 136px;
position: relative;
padding: 22px 22px 20px;
display: flex;
gap: 15px;
}
.processos .processo .card-processo:after{
content: "";
width: 120px;
height: 6px;
background-color: var(--primary);
position: absolute;
left: 86px;
bottom: 0;
z-index: 4;
}
.processos .processo .card-processo .number{
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
background-color: var(--primary);
font: normal normal 600 26px/30px Poppins;
letter-spacing: 0px;
color: #FFF;
margin-top: 10px;
}
.processos .processo .card-processo .text{
flex:1;
width:100%;
}
.processos .processo .card-processo .text strong{
display: block;
text-align: left;
font: normal normal 600 20px/30px Poppins;
letter-spacing: 0px;
color: var(--primary);
}
.processos .processo .card-processo .text span{
display: block;
text-align: left;
font: normal normal 400 20px/30px Poppins;
letter-spacing: 0px;
color: #535353;
}
.processos .processo .alert-processo{
background-color: #F0FFF4;
border: 2px solid #4FA84F;
border-radius: 20px;
display: flex;
flex-direction: column;
align-items: center;
width: 210px;
padding: 10px 0 20px;
}
.processos .processo .alert-processo.medium{
background-color:#FFF8DD;
border-color:#FFC505;
}
.processos .processo .alert-processo.hard{
background-color: #FFF0F1;
border-color:#F73B3B;
}
.processos .processo .alert-processo .bullet{
width: 14px;
height: 14px;
background-color: #4FA84F;
border-radius: 50%;
margin: 0 0 10px;
}
.processos .processo .alert-processo.medium .bullet{
background-color:#FFC505;
}
.processos .processo .alert-processo.hard .bullet{
background-color: #F73B3B;
}
.processos .processo .alert-processo strong.nivel{
text-align: center;
font: normal normal 600 18px/26px Poppins;
letter-spacing: 0px;
color: #4FA84F;
display: block;
}
.processos .processo .alert-processo.medium strong.nivel{
color:#FFC505;
}
.processos .processo .alert-processo.hard strong.nivel{
color:#F73B3B;
}
.processos .processo .alert-processo span{
text-align: center;
font: normal normal normal 18px/26px Poppins;
letter-spacing: 0px;
color: #535353;
}
.processos .processo .alert-processo strong{
text-align: center;
font: normal normal 600 18px/26px Poppins;
letter-spacing: 0px;
color: #535353;
}
.actionLP{
display: flex;
align-items: center;
justify-content: center;
padding: 0;
position: relative;
max-width: 400px;
margin: 15px auto 20px;
}
.actionLP a.btnAction{
width: 100%;
height: 50px;
border-radius: 10px;
border: 0;
background: var(--gradient);
text-align: center;
font: normal normal 600 16px/22px Poppins;
letter-spacing: -0.06px;
color: #FFF;
transition: all .2s linear;
position: relative;
padding-right: 10px;
display: flex;
align-items: center;
justify-content: center;
z-index:1;
}
.actionLP a.btnAction i{
position: absolute;
right: 15px;
top: 50%;
font-size: 14px;
transform: translatey(-50%);
}
.actionLP:after{
content: "";
position: absolute;
width: 100%;
height: 90%;
top: 20px;
left: 0;
background: transparent linear-gradient(90deg, #FF5927 0%, #FFA06E 100%) 0% 0% no-repeat padding-box;
border-radius: 10px;
opacity: 0.78;
filter: blur(26px);
z-index: 0;
}
.actionLP a.btnAction:hover{
transform:scale(1.03);
box-shadow:0 0 6px rgba(239, 98, 0, 0.25), 0 0 18px rgba(239, 98, 0, 0.15);
}
.blue{
color:#5D9BFF !important;
}
.green{
color:#4FA84F !important;
}
.gray{
color:#535353 !important;
}
section#calculadora .calculadora{
border: 2px solid #F3F5F7;
border-radius: 20px;
padding: 30px;
}
section#calculadora .calculadora .separador{
border-top: 2px solid #F3F5F7;
margin:30px 0;
}
section#calculadora .calculadora .seletor-stage{
background: #F3F5F7 0% 0% no-repeat padding-box;
border-radius: 15px;
display: flex;
align-items: center;
position: relative;
max-width: 480px;
}
section#calculadora .calculadora .seletor-stage .seletor-btn{
height: 48px;
background-color: transparent;
border: 0;
width: 50%;
text-align: center;
font: normal normal normal 18px/26px Poppins;
letter-spacing: 0px;
color: #535353;
transition: all .2s linear;
position: relative;
}
section#calculadora .calculadora .seletor-stage .seletor-btn.active{
color:#FFFFFF;
}
section#calculadora .calculadora .seletor-stage .seletor-bg{
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 50%;
background: var(--primary);
border-radius: 15px;
transition: transform 0.3s ease;
z-index: 0;
}
section#calculadora .calculadora .box_collections {
display: grid;
grid-template-columns: 100%;
margin-bottom: 30px;
}
section#calculadora .calculadora .do-collection__item {
opacity: 0;
transform: translateY(25px);
z-index: 0;
transition: all .3s linear;
grid-area: 1/1/2/2;
}
section#calculadora .calculadora .do-collection__item.active {
transition-delay: .3s;
opacity: 1;
z-index: 1;
transform: translateY(0px);
}
section#calculadora .calculadora .controlls{
display: flex;
align-items: center;
gap:0 40px;
flex-wrap: wrap;
margin:0 0 10px;
}
section#calculadora .calculadora .controlls .control-group {
flex: 1;
min-width: 200px;
width:25%;
}
section#calculadora .calculadora .controlls .control-group label{
display: flex;
align-items: center;
justify-content: space-between;
font: normal normal normal 18px/30px Poppins;
letter-spacing: 0px;
color: #535353;
margin: 0 0 7px;
position: relative;
}
section#calculadora .calculadora .controlls .control-group label .details{
display: none;
position:absolute;
right: -15px;
bottom: calc(100% + 5px);
z-index: 5;
padding: 12px;
font-size: 11px;
text-transform: uppercase;
color: #535353;
background-color: #F3F5F7;
border: 1px solid #BFBFBF;
border-radius: 5px;
line-height: 20px;
}
section#calculadora .calculadora .controlls .control-group label .details strong{
font-weight: 500;
color:var(--primary);
}
section#calculadora .calculadora .controlls .control-group label .details.active{
display: block;
}
section#calculadora .calculadora .controlls .control-group label .details::after {
content: '';
position: absolute;
top: 100%;
right: 16px;
border: 6px solid transparent;
border-top-color: #F3F5F7;
z-index: 2;
}
section#calculadora .calculadora .controlls .control-group label .details::before {
content: '';
position: absolute;
top: 100%;
right: 15px;
border: 7px solid transparent;
border-top-color: #BFBFBF;
transform: translateY(1px);
z-index: 1;
}
section#calculadora .calculadora .controlls .control-group label .info{
cursor: pointer;
color: #D1D1D1;
transition: all .2s linear;
}
section#calculadora .calculadora .controlls .control-group label .info:hover{
color:var(--primary);
}
section#calculadora .calculadora .controlls .control-group .display{
text-align: left;
font: normal normal 600 28px/38px Poppins;
letter-spacing: 0px;
color: #535353;
margin:7px 0 15px;
}
section#calculadora .calculadora .controlls .control-group .custom-slider {
-webkit-appearance: none;
width: 100%;
height: 10px;
border-radius: 50px;
cursor: pointer;
}
section#calculadora .calculadora .controlls .control-group .custom-slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 12px;
height: 12px;
background: #BFBFBF;
border: 5px solid white;
border-radius: 50%;
cursor: pointer;
box-shadow: 0px 3px 6px #00000029;
}
section#calculadora .calculadora .controlls .control-group .custom-slider::-moz-range-thumb {
width: 12px;
height: 12px;
background: #BFBFBF;
border: 5px solid white;
border-radius: 50%;
cursor: pointer;
box-shadow: 0px 3px 6px #00000029;
}
section#calculadora .calculadora .cards{
display: flex;
align-items: center;
gap:0 40px;
flex-wrap: wrap;
}
section#calculadora .calculadora .cards .card{
width:25%;
background: #F3F5F7 0% 0% no-repeat padding-box;
border-radius: 15px;
padding: 36px 10px;
margin:8px 0 12px;
flex: 1;
}
section#calculadora .calculadora .cards .card.destaque{
border:1px solid var(--primary);
background-color: #EF62000A;
}
section#calculadora .calculadora .cards .card span{
display: block;
text-align: center;
font: normal normal normal 16px/18px Poppins;
letter-spacing: 0px;
color: #535353;
}
section#calculadora .calculadora .cards .card strong{
display: block;
text-align: center;
font: normal normal 600 34px/36px Poppins;
letter-spacing: 0px;
color: #EF6200;
margin:12px 0;
}
section#calculadora h3.meio{
text-align: left;
font: normal normal 500 18px/24px Poppins;
letter-spacing: 0px;
color: #535353;
margin: 0 0 20px;
}
section#calculadora h3.meio span{
color:var(--primary);
}
section#calculadora #text-base, section#calculadora #text-triagem{
display: none;
}
section#calculadora #text-base.active, section#calculadora #text-triagem.active{
display: block;
}
section#calculadora .calculadora .aviso-pp{
display: flex;
align-items: center;
gap: 8px;
margin: -10px 0 20px;
justify-content: center;
color: var(--primary);
font-size: 15px;
}
section#calculadora .calculadora .aviso-pp i{
font-size: 18px;
}
section#calculadora{
background-color: #FFFFFF;
padding:65px 0 70px;
}
section#calculadora h2.title, section#calculadora h3.subtitle{
text-align: left;
}
section#calculadora h3.subtitle{
max-width: 1140px;
margin: 0 0 35px;
}
section#calculadora .caso-real h3.subtitle{
margin:0 0 30px;
}
section#calculadora .caso-real h3.subtitle strong{
display: block;
}
section#calculadora .caso-real h3.subtitle span{
color:var(--primary);
font-weight: 600;
}
section#calculadora .caso-real{
border-top: 2px solid #F3F5F7;
margin:50px 0 0;
padding: 30px 0 0;
}
section#calculadora .caso-real .cards-real{
border: 2px solid #F3F5F7;
border-radius: 20px;
display: flex;
align-items: center;
justify-content: space-between;
padding: 30px 40px;
}
section#calculadora .cards-real .card-real{
background: #F3F5F7 0% 0% no-repeat padding-box;
border-radius: 15px;
padding: 36px 10px;
width: 205px;
}
section#calculadora .cards-real .card-real span{
display: block;
text-align: center;
font: normal normal normal 16px/18px Poppins;
letter-spacing: 0px;
color: #535353;
margin-bottom: 20px;
}
section#calculadora .cards-real .card-real strong{
display: block;
text-align: center;
font: normal normal 600 26px/28px Poppins;
letter-spacing: 0px;
color: #EF6200;
}

section#recrutamento{
padding:65px 0;
background-color: #F3F5F7;
}
section#recrutamento h2.title span{
display: block;
}
section#recrutamento .slides-recrutamento{
overflow: hidden;
}
section#recrutamento .slides-recrutamento .slides{
width:calc(100% + 14px);
margin:0 -7px;
}
section#recrutamento .slides-recrutamento .slides .swiper-slide{
padding:7px;
}
.content-card-slide, .card-fluxo{
background: #FFF 0% 0% no-repeat padding-box;
border-radius: 20px;
padding: 16px 25px;
position: relative;
}
.content-card-slide:after, .card-fluxo:after{
content: "";
width: 120px;
height: 6px;
background-color: var(--primary);
position: absolute;
left: 30px;
bottom: 0;
z-index: 4;
}
.content-card-slide .number, .card-fluxo .number{
width: 38px;
height: 38px;
display: flex;
align-items: center;
justify-content: center;
background-color: var(--primary);
color: #fff;
border-radius: 50%;
font: normal normal 600 22px/22px Poppins;
letter-spacing: 0px;
margin-bottom: 15px;
}
.content-card-slide .hour{
background: #F3F5F7 0% 0% no-repeat padding-box;
border-radius: 0px 0px 5px 5px;
position: absolute;
right: 25px;
top: 0;
padding: 14px 14px;
font: normal normal 600 18px/20px Poppins;
letter-spacing: 0px;
color: var(--primary);
}
.content-card-slide .text{
text-align: left;
font: normal normal normal 18px/30px Poppins;
letter-spacing: -0.4px;
color: #535353;
min-height: 284px;
}
.content-card-slide .text strong{
font-weight: 600;
color:var(--primary);
display: block;
}
.nav-slides{
display: flex;
align-items: center;
justify-content: flex-end;
padding: 20px 10px 30px;
gap: 10px;
}
.nav-slides .arrow{
width: 38px;
height: 38px;
background: #FFF 0% 0% no-repeat padding-box;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
color: var(--primary);
font-size: 20px;
cursor: pointer;
transition: all .2s linear;
}
.nav-slides .arrow:hover{
background-color: var(--primary);
color:#FFFFFF;
}
.fluxo-whatsapp h3{
text-align: center;
font: normal normal 600 20px/30px Poppins;
letter-spacing: 0px;
color: #535353;
margin: 0 auto 30px;
}
.fluxo .card-fluxo{
padding:25px 30px 20px;
}
.fluxo .card-fluxo .text{
text-align: left;
font: normal normal normal 18px/30px Poppins;
letter-spacing: -0.4px;
color: #535353;
padding-bottom: 20px;
}
.fluxo .card-fluxo .text strong{
color:var(--primary);
font-weight: 600;
display: block;
}
.fluxo{
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 17px 20px;
margin:0 auto 40px;
}
.fluxo .card-fluxo:nth-of-type(1) {
grid-column: span 1;
}
.fluxo .card-fluxo:nth-of-type(2) {
grid-column: span 1;
}
.fluxo .card-fluxo:nth-of-type(3) {
grid-column: 1 / -1;
}
.fluxo .card-fluxo:nth-of-type(4) {
grid-column: 1 / -1;
}
section#recrutamento h4{
text-align: center;
font: normal normal 600 20px/30px Poppins;
letter-spacing: 0px;
color: #535353;
}
section#recrutamento h4 span{
display: block;
color:var(--primary);
}
section#contato{
padding:80px 0 70px;
position:relative;
background-color:#FFFFFF;
}
.form-card{
background: #F3F5F7 0% 0% no-repeat padding-box;
box-shadow: 22px 40px 40px #00000029;
border-radius: 10px;
width: 100%;
max-width: 440px;
margin: 0 auto;
padding: 20px 20px 25px;
}
.form-card .input-group{
margin: 0 0 15px;
position: relative;
}
.form-card .input-group input{
width: 100%;
height: 48px;
border: 0;
background-color:#ffffff;
padding: 5px 15px;
outline: none;
box-shadow: none;
font: normal normal normal 15px/22px Poppins;
letter-spacing: 0px;
color: #262F2E;
transition: all .2s linear;
}
.form-card .input-group input:focus{
border-color:var(--primary);
}
.form-card .input-group select{
width: 100%;
height: 48px;
border: 0;
background-color:#ffffff;
padding: 5px 15px;
outline: none;
box-shadow: none;
font: normal normal normal 15px/22px Poppins;
letter-spacing: 0px;
color: #262F2E;
transition: all .2s linear;
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
-ms-progress-appearance: none;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='rgba(83,83,83,1)'%3E%3Cpath d='M11.9999 13.1714L16.9497 8.22168L18.3639 9.63589L11.9999 15.9999L5.63599 9.63589L7.0502 8.22168L11.9999 13.1714Z'%3E%3C/path%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: center right 10px;
background-size: 20px;
cursor: pointer;
}
.s-hidden {
visibility:hidden;
padding-right:10px;
}
.select {
cursor: pointer;
display: inline-block;
position: relative;
appearance: none;
width: 100%;
padding: 0;
margin-bottom: 0px;
border: 0;
transition: box-shadow 150ms ease 0s, border-color 150ms ease 0s, padding 150ms ease 0s !important;
background-color: transparent !important;
}
.styledSelect {
position: absolute;
top: 50%;
right: 0;
bottom: 0;
left: 0;
background-color: transparent;
padding: 0;
transform: translateY(-50%);
height: 100%;
opacity: 0;
color: #4A4A4A;
z-index: 5;
}
.styledSelect:active, .styledSelect.active {
background-color:transparent;
}
.options {
display:none;
position:absolute;
top:calc(100% + 3px);
width: 100%;
left: 0;
z-index:999;
padding:0 0;
list-style:none;
background-color: #ffffff;
border-radius:0px;
max-height: 220px;
overflow-y: auto;
color: #4A4A4A;
font-size:15px;
}
.options li {
padding:0 6px;
margin:0 0;
padding:0 10px;
height:34px;
font-size:14px;
display:flex;
align-items:center;
color: #4A4A4A;
}
.options li:hover{
background:var(--primary);
color:#fff;
}
.form-card button.btn-enviar{
width: 100%;
height: 50px;
border-radius: 10px;
border: 0;
background:var(--gradient);
text-align: center;
font: normal normal 600 16px/22px Poppins;
letter-spacing: -0.06px;
color: #FFF;
margin-top: 15px;
margin-bottom:10px;
transition: all .2s linear;
position: relative;
padding-right:10px;
}
.form-card button.btn-enviar i{
position:absolute;
right:15px;
top:50%;
font-size: 14px;;
transform:translatey(-50%);
}
.form-card button.btn-enviar:after{
content: "";
position: absolute;
width: 100%;
height: 90%;
top: 20px;
left: 0;
background: transparent linear-gradient(90deg, #FF5927 0%, #FFA06E 100%) 0% 0% no-repeat padding-box;
border-radius: 10px;
opacity: 0.78;
filter: blur(26px);
z-index: -1;
}
.form-card button.btn-enviar:hover{
transform:scale(1.03);
box-shadow:0 0 6px rgba(239, 98, 0, 0.25), 0 0 18px rgba(239, 98, 0, 0.15);
}
section#contato .faq .title-faq{
border-top: 2px solid #F3F5F7;
border-bottom: 2px solid #F3F5F7;
margin:80px 0 50px;
padding: 25px 0;
}
section#contato .faq .title-faq h2.title{
text-align: left;
margin:0;
}
section#contato .faq .faqs .question{
background: #F3F5F7 0% 0% no-repeat padding-box;
border-radius: 0px 15px 15px 0px;
margin: 0 0 30px;
border-left: 6px solid var(--primary);
padding: 20px 45px 20px 45px;
}
section#contato .faq .faqs .question h3{
text-align: left;
font: normal normal 600 20px/30px Poppins;
letter-spacing: 0px;
color: var(--primary);
}
section#contato .faq .faqs .question h4{
text-align: left;
font: normal normal normal 20px/30px Poppins;
letter-spacing: 0px;
color: #535353;
max-width: 1090px;
}
section#contato .faq .faqs .question h4 strong{
font-weight: 600;
}
footer.footer-iu{
background: var(--gradient);
position:relative;
}
footer.footer-iu .container-footer{
width:100%;
padding:0 20px;
max-width:1040px;
margin:0 auto;
}
footer.footer-iu .container-footer .content-footer{
width:100%;
display: flex;
align-items: flex-start;
justify-content: space-between;
padding:40px 0 60px;
}
footer.footer-iu .container-footer .content-footer .logos{
display: flex;
align-items: center;
padding: 7px 0 0;
gap: 0 35px;
}
footer.footer-iu .container-footer .content-footer .logos .logo-iu{
max-width: 90px;
}
footer.footer-iu .container-footer .content-footer .logos .logo-cative{
max-width: 150px;
}
footer.footer-iu .container-footer .content-footer .text-footer{
display: flex;
flex-direction: column;
color:rgb(255,255,255);
font-size: 14px;
line-height: 24px;
}
footer.footer-iu .container-footer .content-footer .sociais-footer{
display: flex;
flex-direction: column;
gap: 8px;
padding-top: 3px;
}
footer.footer-iu .container-footer .content-footer .sociais-footer a{
width: 28px;
height: 28px;
display: flex;
justify-content: center;
align-items: center;
color: var(--primary);
background-color: #fff;
border-radius: 50%;
font-size: 14px;
transition: all .2s linear;
cursor: pointer;
}
footer.footer-iu .container-footer .content-footer .sociais-footer a:hover{
transform:scale(1.04);
box-shadow:0 0 6px rgba(239, 98, 0, 0.25), 0 0 18px rgba(239, 98, 0, 0.15);
}
footer.footer-iu .container-footer .content-footer .sociais-footer a:nth-child(2){
font-size: 16px;
}
footer.footer-iu .container-footer .content-footer .lgpd-footer{
display: flex;
flex-direction: column;
}
footer.footer-iu .container-footer .content-footer .lgpd-footer a{
color: rgb(255,255,255);
font-size: 14px;
font-weight: 400;
line-height: 24px;
transition: all .2s linear;
}
footer.footer-iu .container-footer .content-footer .lgpd-footer a:hover{
cursor: pointer;
color:rgb(255,255,255,.7);
}
footer.footer-iu .container-footer .copyright{
display: flex;
flex-direction: column;
align-items: center;
padding-bottom: 30px;
color: rgb(255,255,255);
font-size: 12px;
}
footer.footer-iu .container-footer .copyright a.to-up{
width: 28px;
height: 28px;
display: flex;
justify-content: center;
align-items: center;
color: var(--primary);
background-color: #FFFFFF;
border-radius: 50%;
font-size: 14px;
transition: all .2s linear;
cursor: pointer;
margin-top: 15px;
}
footer.footer-iu .container-footer .copyright a.to-up:hover{
transform:scale(1.04);
box-shadow:0 0 6px rgba(239, 98, 0, 0.25), 0 0 18px rgba(239, 98, 0, 0.15);
}
.modal {
position: fixed;
top: 0;
left: 0;
z-index: 1060;
display: none;
width: 100%;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
outline: 0;
}
.modal-open {
display: flex !important;
align-items: center;
justify-content: center;
background-color: rgba(50, 50, 50, 0.3);
-webkit-backdrop-filter: blur(50px);
backdrop-filter: blur(50px);
animation-name: fadeInOpacity;
animation-iteration-count: 1;
animation-timing-function: ease-in;
animation-duration: 0.3s;
}
@keyframes fadeInOpacity {
    0% {
    opacity: 0;
    }
    100% {
    opacity: 1;
    }
}
.fora-modal {
width: 100%;
height: 100%;
position: absolute;
z-index: 2;
left: 0;
top: 0;
cursor: pointer;
}
.content-modal {
background: #FFFFFF 0% 0% no-repeat padding-box;
border-radius: 10px;
max-width: 96%;
width: 980px;
height: 86vh;
padding: 30px;
position: relative;
overflow: hidden;
z-index: 5;
}
.content-modal .close-modal {
position: absolute;
top: 0;
right: 0;
background: var(--primary);
width: 30px;
height: 30px;
border-radius: 0 0 0 10px;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-size: 20px;
cursor: pointer;
transition: all 0.3s ease-in-out;
}
.content-modal .close-modal:hover{
background:#262F2E;
color:#fff;
}
.content-modal .area-texto{
height: 100%;
overflow: auto;
padding: 0 20px 20px 0;
}
.content-modal .area-texto h3{
text-align: left;
font: normal normal bold 20px/26px Poppins;
letter-spacing: 0px;
color: var(--primary);
margin-bottom: 20px;
}
.content-modal .area-texto p{
text-align: left;
font: normal normal normal 15px/24px Poppins;
letter-spacing: 0px;
color: #797979;
margin-bottom: 25px;
}
.content-modal .area-texto h4{
text-align: left;
font: normal normal bold 16px/25px Poppins;
letter-spacing: 0px;
color: #797979;
margin-bottom: 25px;
}
.header-mobile, .mobile{
display: none !important;
}

@media(max-width:1400px){
.container{
transform:scale(0.9);
}
section#topo{
padding:60px 0 40px;
}
section#onde-aplicar {
padding: 35px 0 50px;
}
section#como-funciona{
padding:35px 0 30px;
}
section#calculadora, section#recrutamento, section#contato{
padding:0;
}

}

@media (max-width: 860px){
.container{
transform:scale(1);
}
header {
position: relative;
background-color: #F3F5F7;
}
header .logo {
justify-content: center;
padding: 20px 0;
}
header .logo img {
max-width: 210px;
margin-left: 10px;
}
section#topo {
padding: 15px 0 0px;
height: auto;
max-height: auto;
}
section#topo .text-topo {
margin: 0 0 30px;
}
section#topo .text-topo h1 {
text-align: center;
font: normal normal 500 40px/50px Lato;
margin: 0 auto 5px;
}
section#topo .text-topo .text, section#topo.proximos-passos .content-topo .texto .text {
gap: 0 10px;
flex-wrap: wrap;
justify-content: center;
}
section#topo .text-topo .text .button, section#topo.proximos-passos .content-topo .texto .button {
width: 280px;
font: normal normal bold 15px/20px Poppins;
order: 2;
}
section#topo .text-topo .text .icone, section#topo.proximos-passos .content-topo .texto .icone {
width: 52px;
padding: 15px;
order: 3;
}
section#topo .text-topo .text h2 {
font: normal normal 500 36px/40px Lato;
order: 1;
max-width: 340px;
text-align: center;
margin: 0 auto 24px;
}
section#topo .content-topo {
gap: 30px 0;
flex-direction: column;
padding-bottom: 50px;
}
section#topo .content-topo .texto{
height: auto;
}
section#topo .content-topo .texto p {
text-align: center;
font: normal normal normal 18px/29px Poppins;
max-width: 320px;
margin: 0 auto 30px;
}
section#topo .content-topo .peoples .imgs .people {
position: relative;
width: 30px;
}
section#topo .content-topo .peoples .imgs .people img {
width: 46px;
max-width: 46px;
}
section#topo .content-topo .peoples .imgs .people span {
font-size: 18px;
top: 14px;
left: 17px;
}
section#topo .content-topo .peoples .text span {
text-align: left;
font: normal normal normal 15px/19px Poppins;
}
section#topo .content-topo .peoples {
justify-content: center;
}
section#topo .content-topo .hero{
max-width: 360px;
}
section#topo .content-topo .hero::after, .content-topo .hero::before {
width: 34px;
height: 34px;
}
section#topo .content-topo .hero:after{
right: 0;
bottom: 20px;
animation: subirDescerAfter 4s ease-in-out infinite;
}
section#topo .content-topo .hero::before {
left: -7px;
bottom: auto;
top: -5px;
animation: subirDescerBefore 4s ease-in-out 2s infinite;
}
section#topo .content-topo .hero::after {
right: 34px;
bottom: 0;
animation: subirDescerAfter 4s ease-in-out infinite;
}
@keyframes subirDescerAfter {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(15px);
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes subirDescerBefore {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0);
    }
}
section#onde-aplicar {
padding: 50px 0;
}
h2.title {
text-align: center;
font: normal normal normal 32px/40px Lato;
}
section#onde-aplicar h2.title {
text-align: center;
margin-bottom: 30px;
}
section#onde-aplicar .card-aplicar .text {
height: 190px;
padding-bottom: 20px;
}
section#onde-aplicar .card-aplicar .text strong {
font: normal normal 600 18px/28px Poppins;
}
section#onde-aplicar .card-aplicar .text span {
font: normal normal normal 18px/28px Poppins;
}
section#onde-aplicar .card-aplicar .icone{
height:42px;
}
section#onde-aplicar .nav-slides {
display: flex;
justify-content: center;
padding: 30px 0 0;
}
section#onde-aplicar .nav-slides .arrow{
border:2px solid #F3F5F7;
font-size: 16px;
}
section#como-funciona{
padding:50px 0;
}
section#como-funciona h2.title {
text-align: center;
margin-bottom: 30px;
}
.processos .processo {
gap: 20px 0;
flex-direction: column;
}
.processos .processo .alert-processo{
width: 100%;
}
.processos .processo .card-processo .number {
width: 40px;
height: 40px;
font: normal normal 600 20px/30px Poppins;
}
.processos .processo .card-processo {
height: auto;
padding: 20px 15px 30px;
}
.processos .processo .card-processo .text span {
font: normal normal 400 16px/24px Poppins;
}
.processos .processo .card-processo .text strong {
font: normal normal 600 18px/26px Poppins;
}
.processos .processo .alert-processo .bullet{
width: 12px;
height: 12px;
}
.processos .processo .alert-processo strong.nivel{
font: normal normal 600 16px/24px Poppins;
}
.processos .processo .alert-processo span{
font: normal normal normal 16px/24px Poppins;
}
.processos .processo .alert-processo strong{
font: normal normal 600 16px/24px Poppins;
}
section#calculadora{
padding:50px 0 60px;
}
section#calculadora h2.title, section#calculadora h3.subtitle {
text-align: center;
}
h3.subtitle {
text-align: center;
font: normal normal normal 16px/26px Poppins;
}
section#calculadora .calculadora {
border: 2px solid #F3F5F7;
border-radius: 14px;
padding: 20px 15px;
}
section#calculadora .calculadora .seletor-stage .seletor-btn {
height: 42px;
font: normal normal normal 14px/22px Poppins;
}
section#calculadora .calculadora .controlls .control-group label {
font: normal normal normal 16px/26px Poppins;
}
section#calculadora .calculadora .controlls .control-group .display {
text-align: left;
font: normal normal 600 22px/32px Poppins;
margin: 7px 0 20px;
}
section#calculadora .calculadora .cards .card {
width: 100%;
background: #F3F5F7 0% 0% no-repeat padding-box;
border-radius: 15px;
padding: 20px 10px;
margin: 8px 0 12px;
flex: auto;
}
section#calculadora .calculadora .cards .card span {
font: normal normal normal 15px/16px Poppins;
}
section#calculadora .calculadora .cards .card strong {
font: normal normal 600 26px/26px Poppins;
}
section#calculadora .calculadora .separador {
border-top: 2px solid #F3F5F7;
margin: 20px 0;
}
.actionLP a.btnAction {
font: normal normal 600 15px/22px Poppins;
}
section#calculadora .caso-real .cards-real {
border-radius: 15px;
padding: 20px 20px 0;
flex-wrap: wrap;
}
section#calculadora .cards-real .card-real {
border-radius: 15px;
padding: 22px 10px;
width: 100%;
margin: 0 0 20px;
}
section#calculadora .cards-real .card-real span {
font: normal normal normal 15px/16px Poppins;
margin-bottom: 15px;
}
section#calculadora .cards-real .card-real strong {
font: normal normal 600 22px/24px Poppins;
}
section#recrutamento{
padding:50px 0 60px;
}
section#recrutamento .slides-recrutamento {
overflow: visible;
}
.content-card-slide .text {
font: normal normal normal 16px/28px Poppins;
min-height: 260px;
}
.content-card-slide .number, .card-fluxo .number {
width: 36px;
height: 36px;
font: normal normal 600 18px/20px Poppins;
}
.content-card-slide .hour {
padding: 12px 14px;
font: normal normal 600 16px/18px Poppins;
}
.nav-slides{
justify-content: center;
}
.fluxo-whatsapp h3 {
text-align: center;
font: normal normal 600 18px/28px Poppins;
margin: 0 auto 30px;
}
.fluxo {
display: grid;
grid-template-columns: repeat(1, 1fr);
margin: 0 auto 40px;
}
.fluxo .card-fluxo {
padding: 20px 20px 10px;
}
.fluxo .card-fluxo .text {
text-align: left;
font: normal normal normal 16px/24px Poppins;
}
section#recrutamento h4 {
text-align: center;
font: normal normal 600 18px/30px Poppins;
}
section#contato {
padding: 50px 0 60px;
}
section#contato h2.title {
font: normal normal 400 30px/38px lato;
}
section#contato h3.subtitle {
max-width: 330px;
margin: 0 auto 40px;
font: normal normal normal 16px/24px Poppins;
}
.form-card {
border-radius: 20px;
padding: 20px;
}
.form-card button.btn-enviar{
font: normal normal 600 15px/20px Poppins;
}
section#contato .faq .title-faq {
margin: 60px 0 40px;
}
section#contato .faq .title-faq h2.title {
text-align: center;
margin: 0;
}
section#contato .faq .faqs .question {
border-left: 4px solid var(--primary);
padding: 20px 15px 20px 20px;
}
section#contato .faq .faqs .question h3 {
text-align: left;
font: normal normal 600 16px/26px Poppins;
}
section#contato .faq .faqs .question h4 {
text-align: left;
font: normal normal normal 16px/26px Poppins;
}
footer.footer-iu .container-footer .content-footer {
align-items: center;
justify-content: center;
padding: 40px 0 50px;
flex-direction: column;
}
footer.footer-iu .container-footer .content-footer .logos{
margin:0 0 35px;
}
footer.footer-iu .container-footer .content-footer .logos .logo-cative {
max-width: 120px;
}
footer.footer-iu .container-footer .content-footer .logos .logo-iu {
max-width: 80px;
padding: 0;
}
footer.footer-iu .container-footer .content-footer .text-footer {
text-align: center;
margin: 0 auto 20px;
}
footer.footer-iu .container-footer .content-footer .sociais-footer {
flex-direction: row;
padding-top: 0;
margin: 0 auto 20px;
}
footer.footer-iu .container-footer .content-footer .lgpd-footer {
text-align: center;
}
footer.footer-iu .container-footer .copyright {
font-size: 11px;
opacity: 0.8;
}
section#topo.proximos-passos .content-topo .texto {
height: auto;
}
section#topo.proximos-passos .content-topo .texto h1 {
text-align: center;
font: normal normal 500 40px/44px Lato;
max-width: 280px;
margin: 30px auto 30px;
}
header.header-pp .logo {
justify-content: center;
}
section#calculadora .calculadora .aviso-pp {
font-size: 12px;
line-height: 20px;
}
section#calculadora .calculadora .aviso-pp i {
font-size: 14px;
}


}


