.formulario{
    width: 100%;
}
.formulario .texto{
    width: 100%;
    padding: 50px 5% 0 5%;
    background-color: var(--cor-1);
}
.formulario .texto .container{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}
.formulario .texto .container h2{
	max-width: 555px;
	width: 100%;
	color: #fff;
}
.formulario .texto .container p{
	max-width: 577px;
    width: 100%;
    font-size: 28px;
    font-weight: 100;
    color: #fff;
}
.formulario .form-div{
    width: 100%;
    display: flex;
    position: relative;
}
.formulario .form-div .div{
    display: flex;
    width: 100%;
    height: 52px;
    background-color: var(--cor-1);
    position: absolute;
    top: 0;
}
.formulario .form{
    width: 50%;
    padding: 100px 50px 50px calc((100vw - 1690px) / 2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
}
.formulario .form h2{
    font-family: konn-b;
}
.formulario .form h2 span{
    color: var(--cor-2);
    font-family: konn-b;
}
.formulario .form .div{
    width: 100%;
    height: 1px;
    background-color: #00000080;
}
.formulario .form form{
    width: 100%;
    gap: 10px;
    margin-top: 20px;
}
.formulario .form form .inputs{
    width: 100%;
    display: flex;
    gap: 20px;
}
.formulario .form form .inputs input{
    width: 100%;
    height: 60px;
    border: 1px solid #00000080;
    border-radius: 5px;
    padding: 0 20px;
    font-size: 21px;
    color: #21212180;
}
.formulario .form form .inputs input::placeholder,
.formulario .form form .inputs textarea::placeholder{
    font-size: 21px;
    color: #21212180;
}
.formulario .form form textarea{
    width: 100%;
    height: 147px;
    border: 1px solid #00000080;
    border-radius: 5px;
    padding: 20px;
    font-size: 21px;
    color: #21212180;
}
.formulario .form form .botoes{
    width: 100%;
    display: flex;
    gap: 30px;
    margin-top: 20px;
}
.formulario .form form .botoes button{
    max-width: 245px;
    width: 100%;
    height: 60px;
    border-radius: 50px;
    background-color: var(--cor-2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 25px;
    line-height: 1;
}
.formulario .form form .botoes p{
    display: flex;
    align-items: center;
    gap: 10px;
    color: #21212180;
}
.formulario .img{
    width: 50%;
    min-height: 557px;
    position: relative;
}
.formulario .img img{
    max-width: 977px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.servicos{
    width: 100%;
    padding: 100px 0;
    background-color: var(--bg3);
}
.servicos .container{
    gap: 40px;
}
.servicos .titulo{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #0003;
    padding-bottom: 30px;
    gap: 20px;
}
.servicos .titulo p{
    max-width: 577px;
    width: 100%;
    font-size: 28px;
    font-weight: 300;
    color: var(--primaria);
    margin-left: auto;
}
.servicos .arrow{
    display: flex;
    gap: 20px;
}
.servicos .arrow button i{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border: 2px solid var(--cor-2);
    border-radius: 50%;
    color: var(--cor-2);
    font-size: 35px;
}
.servicos .servicos-div{
    width: 100%;
    align-items: center;
    position: relative;
    gap: 30px;
}
.servicos .servicos-div .arrow{
    display: none;
}
.servicos .servicos-div .servico-slide{
    width: 100%;
}
.servicos .servicos-div .servico-slide .slick-track{
    padding-top: 11px;
}
.servicos .servicos-div .servico-slide .slick-slide:hover .box{
    margin-top: -10px;
    transition: ease .3s; 
}
.servicos .servicos-div .servico-slide .box{
    max-width: 400px;
    width: 95%;
    margin: 0 auto;
    position: relative;
    transition: ease .3s;
}
.servicos .servicos-div .servico-slide .box .img{
    width: 100%;
    height: auto;
    object-fit: contain;
    position: relative;
    border-radius: 10px;
}
.servicos .servicos-div .servico-slide .box .img span{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 20px;
}
.servicos .servicos-div .servico-slide .box .img img{
    width: 100%;
    height: auto;
    border-radius: 20px;
}
.servicos .servicos-div .servico-slide .box .texto{
    width: 100%;
    gap: 10px;
    position: absolute;
    z-index: 2;
    padding: 25px 30px;
}
.servicos .servicos-div .servico-slide .box .texto span{
    display: flex;
    width: fit-content;
    padding: 2px 10px;
    background-color: #fff;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    color: var(--primaria);
}
.servicos .servicos-div .servico-slide .box .texto img{
    max-width: 200px;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.jornada.mobile{
    display: none!important;
    flex-wrap: wrap;
}
.jornada.desktop{
    display: flex;
    flex-wrap: wrap;
}
.jornada{
    width: 100%;
    padding: 150px 5% 100px;
    background-color: var(--bg3);
}
.jornada .container{
    gap: 40px;
}
.jornada .titulo{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #0003;
    padding-bottom: 30px;
    gap: 20px;
}
.jornada .titulo p{
    max-width: 577px;
    width: 100%;
    font-size: 28px;
    font-weight: 300;
    color: var(--cor-3);
}
.jornada .jornada-div{
    width: 100%;
    padding: 20px 0;
    overflow: hidden;
}
.jornada .jornada-div .desktop{
    width: 100%;
    display: flex;
    gap: 30px;
}
.jornada .jornada-div .desktop .box{
    width: 820px;
    display: flex;
    justify-content: space-between;
}
.jornada .jornada-div .desktop .box .img{
    max-width: fit-content;
    height: fit-content;
    justify-content: center;
    margin: 0 auto;
}
.jornada .jornada-div .desktop .box .img img{
    max-width: 90%;
    height: fit-content;
    object-fit: contain;
}
.jornada .jornada-div .desktop .box .texto{
    width: 440px;
    height: fit-content;
    padding: 40px 30px;
    border-radius: 30px;
    border: 1px solid #00000030;
    gap: 20px;
    background-color: #fff;
}
.jornada .jornada-div .desktop .box .texto .txt1{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
}
.jornada .jornada-div .desktop .box .texto .txt1 span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background-color: var(--bg1);
    color: #fff;
    font-size: 50px;
    font-weight: 700;
}
.jornada .jornada-div .desktop .box .texto .txt1 h4{
    max-width: calc(100% - 106px);
    font-size: 30px;
    font-weight: 700;
}
.jornada .jornada-div .desktop .box .texto .txt2{
    width: 100%;
    gap: 25px;
}
.jornada .jornada-div .desktop .box .texto .txt2 li{
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 24px;
    font-weight: 500;
}
.jornada .jornada-div .desktop .box .texto .txt2 li i{
    font-size: 18px;
    color: var(--bg1);
}
.jornada .jornada-div .desktop .box .texto .div{
    display: flex;
    width: 100%;
    height: 1px;
    background-color: #00000030;
}
.jornada .jornada-div .bg{
    width: 100%;
    padding: 50px 0;
}
.animar {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease-out;
}
.fade-left {
  transform: translateX(-100px);
}
.fade-left.ativo {
  opacity: 1;
  transform: translateX(0);
}
.fade-right {
    transform: translateX(100px);
}
.fade-right.ativo {
  opacity: 1;
  transform: translateX(0);
}
.zoom-in {
    transform: scale(0.8);
}
.zoom-in.ativo {
  opacity: 1;
  transform: scale(1);
}


.detalhes{
    width: 100%;
    padding: 100px 0;
    background-color: var(--bg3);
    background-image: url('../imagens/sobre/bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.detalhes .container{
    gap: 40px;
}
.detalhes .titulo{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #0003;
    padding-bottom: 30px;
    gap: 20px;
}
.detalhes .titulo p{
    max-width: 577px;
    width: 100%;
    font-size: 28px;
    font-weight: 300;
    color: var(--cor-3);
}
.detalhes .detalhes-div{
    max-width: 1442px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    padding: 50px 0 0;
}
.detalhes .detalhes-div .texto{
    max-width: 594px;
    width: 100%;
    background-color: #fff;
    border-radius: 25px;
    border: 1px solid #00000030;
    padding: 35px;
    align-items: end;
    text-align: end;
}
.detalhes .detalhes-div .texto h3{
    font-size: 36px;
    font-weight: 700;
    color: var(--cor-1);
    letter-spacing: -1px;
    line-height: 1;
}
.detalhes .detalhes-div .texto span{
    font-size: 14px;
    color: var(--cor-1);
}
.detalhes .detalhes-div .texto .div{
    display: flex;
    max-width: 442px;
    width: 100%;
    height: 1px;
    border: 1px solid #00000030;
    margin-top: 10px;
}
.detalhes .detalhes-div .texto p{
    margin-top: 30px;
    font-size: 26px;
}
.detalhes .detalhes-div .txt{
    color: var(--cor-1);
    font-size: 55px;
}
.detalhes .detalhes-div .img{
    max-width: 500px;
    width: 100%;
}
.detalhes .detalhes-div .img img{
    width: 100%;
    object-fit: contain;
}



/* PAGINAÇÃO */
.paginacao{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.paginacao .lista-paginacao{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

.paginacao .lista-paginacao span, 
.paginacao .lista-paginacao li a{
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primaria);
    transition: ease .3s;
}

.paginacao .lista-paginacao span:hover, 
.paginacao .lista-paginacao li a:hover,
.paginacao .lista-paginacao li a.active{
    color: var(--cor-6);
    scale: 1.4;
    transition: ease .3s;
}


/* MEDIA DESKTOP */
@media screen and (max-width: 1900px){
    .formulario .form-div .div{
        height: 2.65vw;
    }
}

@media screen and (max-width: 1700px){
    .formulario .form-div .div{
        height: 2.8vw;
    }
}

@media screen and (max-width: 1600px){
    .detalhes .detalhes-div{
        max-width: 85%;
        margin: 0 auto;
    }

    .jornada .jornada-div .desktop .box .texto{
        width: 48%;
    }
    .jornada .jornada-div .desktop .box .texto .txt1 span{
        width: 5vw;
        height: 5vw;
        font-size: 2.5vw;
    }
    .jornada .jornada-div .desktop .box .texto .txt1 h4{
        max-width: calc(100% - 20px - 5vw);
        font-size: 1.9vw;
    }
    .jornada .jornada-div .desktop .box .texto .txt2 li i{
        font-size: 1vw;
    }
    .jornada .jornada-div .desktop .box .texto .txt2 li{
        font-size: 1.3vw;
    }

    .formulario .form{
        padding: 100px 5% 50px 5%;
    }
    .formulario .form-div .div{
        height: 2.9vw;
    }
    
}

@media screen and (max-width: 1500px){
    .formulario .form-div .div{
        height: 3.3vw;
    }
}

@media screen and (max-width: 1366px){
    .formulario .form-div .div{
        height: 3.5vw;
    }
}

@media screen and (max-width: 1280px){
    .detalhes .detalhes-div{
        max-width: 100%;
        margin: 0 auto;
    }

    .formulario .form-div .div{
        height: 3.6vw;
    }
}

@media screen and (max-width: 1270px){
    .container{
        width: 100%;
    }
    
    .formulario .form form .inputs input,
    .formulario .form form .inputs textarea,
    .formulario .form form .inputs input::placeholder,
    .formulario .form form .inputs textarea::placeholder{
        font-size: 18px;
    }
}

@media screen and (max-width: 1200px){
    .formulario .form-div .div{
        height: 4vw;
    }
}

@media screen and (max-width: 1100px){
    .jornada .jornada-div .desktop .box .texto{
        padding: 20px;
        border-radius: 20px;
    }
    .jornada .jornada-div .desktop .box .texto .txt1{
        gap: 10px;
    }
    .jornada .jornada-div .desktop .box .texto .txt1 h4{
        max-width: calc(100% - 10px - 5vw);
    }

    .formulario .texto{
		padding: 50px 5%;
	}
	.formulario .texto .container{
		flex-wrap: wrap;
        justify-content: center;
        text-align: center;
	}
	.formulario .texto .container h2,
	.formulario .texto .container p{
		max-width: 555px;
	}
    .formulario .form-div{
        flex-wrap: wrap;
    }
    .formulario .form-div .div{
        display: none;
    }
    .formulario .img{
        width: 100%;
        min-height: unset;
    }
    .formulario .form{
        max-width: 500px;
        margin: 0 auto;
        width: 100%;
        padding: 50px 5%;
    }
    .formulario .form form .inputs{
        flex-wrap: wrap;
        gap: 10px;
    }
    .formulario .form form .botoes{
        flex-direction: column;
        align-items: center;
    }
    .formulario .form form .botoes button{
        max-width: 100%;
    }
}

/* MOBILE */
@media screen and (max-width: 1000px){
    

    .servicos .titulo{
    	flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .servicos .titulo p{
    	margin-left: 0;
    }
    .servicos .arrow{
        display: none;
    }
    .servicos .servicos-div .arrow{
        display: flex;
        margin: 0 auto;
    }

    .jornada .titulo,
    .detalhes .titulo,
    .detalhes .detalhes-div{
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .detalhes .detalhes-div .txt {
        transform: rotate(90deg);
    }
}

@media screen and (max-width: 800px){
    .jornada .jornada-div{
        gap: 30px;
    }
    .jornada .jornada-div .desktop .box .texto{
       width: 100%;
    }
    .jornada .jornada-div .desktop .box .img{
        display: none;
    }
    .jornada .jornada-div .bg{
        display: none;
    }
    .jornada .jornada-div .desktop .box .texto .txt1 span {
        width: 60px;
        height: 60px;
        font-size: 35px;
    }
    .jornada .jornada-div .desktop .box .texto .txt1 h4{
        font-size: 20px;
        max-width: calc(100% - 15px - 60px);
    }
    .jornada .jornada-div .desktop .box .texto .txt2 li i{
        font-size: 16px;
    }
    .jornada .jornada-div .desktop .box .texto .txt2 li{
        font-size: 22px;
    }
}

@media screen and (max-width: 600px){
    .jornada.desktop{
        display: none!important;
    }
    .jornada.mobile{
        display: flex!important;
        padding: 100px 5%;
    }
    .jornada .jornada-div .desktop{
        flex-wrap: wrap;
    }
    .jornada .jornada-div .desktop .box .texto{
        gap: 15px;
    }
    
}

@media screen and (max-width: 480px){
    
}

@media screen and (max-width: 400px){

}

@media screen and (max-width: 375px){

}
