main{
    background-color: var(--bg1);
}

.banner{
    width: 100%;
    position: relative;
    align-items: center;
}
.banner-div{
    width: 100%;
    position: relative;
    align-items: center;
}
.banner .banner-div:before{
    content: "";
    display: flex;
    width: 147px;
    height: 500px;
    background-image: url('../imagens/home/bg1.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;
    position: absolute;
    bottom: -250px;
    left: 0;
    z-index: 10;
}
.banner-div:after{
    content: "";
    display: flex;
    width: 100%;
    height: 155px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(56%) saturate(264%) hue-rotate(193deg) brightness(118%) contrast(91%);
    background-image: url('../imagens/mask.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;
    position: absolute;
    bottom: 0;
}
.banner-slider{
    width: 100%;
    position: relative;
    background-color: #fff;
    background-image: url('../imagens/home/bn1.png');
    background-size: auto;
    background-position: left -50px;
    background-repeat: no-repeat;
}
.banner-slider .banner-slide{
    width: 100%;
    position: relative;
    align-items: center;
    z-index: 10;
}
.banner-slider .banner-slide picture{
    width: 100%;
    display: flex;
}
.banner-slider .banner-slide picture img{
    max-width: 100%;
    width: 100%;
    object-fit: contain;
    height: fit-content;
    display: flex;
}
.banner-slider .banner-slide .texto{
    width: 45%;
    gap: 10px;
    display: flex;
    position: absolute;
    z-index: 1;
    padding-left: 50px;
}
.banner-slider .banner-slide .texto span{
    background-color: var(--cor-2);
    border-radius: 50px;
    width: 8px;
    display: flex;
}
.banner-slider .banner-slide .texto h2{
    max-width: calc(100% - 18px);
    font-weight: 700;
}

.banner .container-dots-externo .slick-dotted.slick-slider{
    margin-bottom: 0;
}
.banner .container-dots-externo{
    position: absolute;
    bottom: 40px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.banner .container-dots-externo .slick-dots {
    bottom: 0;
}
.banner .container-dots-externo .slick-dots li button:before{
    font-size: 14px;
    color: #555!important;
}
.banner .container-dots-externo .slick-dots li.slick-active button:before{
    color: #000!important;
}


.conteudo1{
    width: 100%;
    padding: 100px 0;
    gap: 100px;
    background-image: url('../imagens/contato/bg.png');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: bottom left;
}
.segmentos{
    width: 100%;
}
.segmentos .container{
    gap: 50px;
}
.segmentos .titulo{
    max-width: 722px;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    text-align: center;
    gap: 5px;
}
.segmentos .titulo p{
    margin-top: 30px;
    color: #00000080;
    font-size: 20px;
}
.segmentos .segmentos-div{
    width: 100%;
    gap: 30px 2%;
}
.segmentos .segmentos-div .box{
    width: 49%;
    margin: 0 auto;
    align-self: flex-end;
    position: relative;
}
.segmentos .segmentos-div .box img{
    max-width: 700px;
    width: 100%;
    object-fit: contain;
}
.segmentos .segmentos-div .box .absolute{
    width: 100%;
    height: 200px;
    position: absolute;
    bottom: 0;
    z-index: 5;
}
.segmentos .segmentos-div .box .absolute .texto{
    width: 100%;
    height: 100%;
    justify-content: space-between;
    padding: 20px;
    gap: 10px;
}
.segmentos .segmentos-div .box .absolute .texto h3{
    font-weight: 700;
    font-size: 35px;
}
.segmentos .segmentos-div .box .absolute .texto a{
    width: fit-content;
    background-color: #fff;
    padding: 10px 30px;
    border-radius: 10px;
}


.div-1{
    width: 100%;
    gap: 100px;
    background-image: url('../imagens/home/bg.png');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center 100px;
}
.diferenciais{
    width: 100%;
    padding: 50px 5% 0 0;
    display: flex;
    justify-content: center;
    gap: 50px;
}
.diferenciais .img{
    max-width: 607px;
    width: 100%;
    align-items: center;
}
.diferenciais .img img{
    width: 100%;
    height: fit-content;
}
.diferenciais .texto{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}
.diferenciais .texto1{
    width: 382px;
}
.diferenciais .texto1{
    gap: 5px;
}
.diferenciais .texto1 p{
    margin-top: 35px;
    width: 100%;
    font-size: 20px;
    color: var(--primaria);
    text-align: justify;
}
.diferenciais .cards-box{
    width: 382px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.diferenciais .texto2{
    width: 100%;
    gap: 20px;
}
.diferenciais .texto2 .box{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
}
.diferenciais .texto2 .box span{
    width: 56px;
}
.diferenciais .texto2 .box span img,
.diferenciais .texto2 .box span i{
    max-width: 56px;
    font-size: 40px;
    filter: brightness(0) saturate(100%) invert(11%) sepia(0%) saturate(1%) hue-rotate(199deg) brightness(101%) contrast(94%);
}
.diferenciais .texto2 .box div{
    max-width: calc(100% - 71px);
    width: 100%;
}
.diferenciais .texto2 .box div h6{
    font-weight: 600;
    font-size: 20px;
}
.diferenciais .texto2 .box div p{
    font-size: 15px;
}
.diferenciais .texto2 .box:hover{
    filter: brightness(0) saturate(100%) invert(38%) sepia(85%) saturate(3226%) hue-rotate(352deg) brightness(104%) contrast(88%);
}


.numeros{
    width: 100%;
    gap: 50px;
    display: flex;
    align-items: center;
    position: relative;
}
.numeros:before{
    content: "";
    display: flex;
    width: 189px;
    height: 571px;
    background-image: url('../imagens/home/bg2.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;
    position: absolute;
    top: -200px;
    right: 0;
    z-index: 10;
}
.numeros .container{
    max-width: 1400px;
    width: 100%;
    gap: 60px;
    margin: 0 auto;
    align-self: center;
    position: relative;
    z-index: 10;
}
.numeros .titulo{
    max-width: 722px;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    text-align: center;
    gap: 5px;
}
.numeros .titulo p{
    margin-top: 30px;
    color: #00000080;
    font-size: 20px;
}
.numeros .container .num-div{
    width: 100%;
    display: flex;
    justify-content: space-around;
    gap: 50px 25px;
}
.numeros .container .num-div .box{
    max-width: 330px;
    width: 100%;
    align-items: center;
    text-align: center;
    gap: 10px;
}
.numeros .container .num-div .box span{
    max-width: 150px;
    width: 100%;
}
.numeros .container .num-div .box span img,
.numeros .container .num-div .box span i{
    max-width: 100%;
    font-size: 70px;
    filter:brightness(0) saturate(100%) invert(62%) sepia(75%) saturate(6066%) hue-rotate(348deg) brightness(96%) contrast(95%);
}
.numeros .container .num-div .box .txt{
    width: 100%;
}
.numeros .container .num-div .box .txt h3{
    font-weight: 700;
}
.numeros .container .num-div .box .txt p{
    font-size: 32px;
}


.clientes{
    display: flex;
    width: 100%;
    gap: 50px 20px;
    justify-content: space-between;
    padding-left: 5%;
}
.clientes .texto{
    max-width: 1024px;
    width: 100%;
    gap: 100px;
    align-self: center;
    margin: 0 auto;
}
.clientes .texto .topo{
    max-width: 722px;
    width: 100%;
    margin: 0 auto 50px;
    align-items: center;
    text-align: center;
    gap: 5px;
}
.clientes .texto .topo p{
    margin-top: 30px;
    color: #00000080;
    font-size: 20px;
}
.clientes .img{
    max-width: 605px;
    width: 100%;
    align-self: center;
}
.clientes .img img{
    width: 100%;
}
.clientes .clientes-div{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.clientes .clientes-div .arrow i{
    font-size: 30px;
    color: var(--cor-2);
}
.clientes .clientes-div .clientes-slider{
    max-width: calc(100% - 100px);
    width: 100%;
}
.clientes .clientes-div .clientes-slider .box{
    width: 93%;
    height: 172px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.clientes .clientes-div .clientes-slider .box img{
    max-width: 90%;
    max-height: 90%;
}


.formulario{
    margin-top: 100px;
    position: relative;
    padding: 0 5%;
}
.formulario:before{
    content: "";
    display: flex;
    width: 126px;
    height: 414px;
    background-image: url('../imagens/home/bg3.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;
    position: absolute;
    top: -100px;
    left: 0;
    z-index: 10;
}




/* MEDIA DESKTOP */
@media screen and (min-width: 2000px){
    .banner{
        position: unset;
    }
    .banner-div:after{
        background-size: cover;
    }
    .banner .container-dots-externo{
        bottom: unset;
        top: 95vh;
    }

    .diferenciais,
    .clientes{
        justify-content: center;
    }
}

@media screen and (min-width: 1920px){
    
}
@media screen and (max-width: 1600px){
    .clientes{
        padding-left: 0;
    }
    .clientes .texto{
        max-width: 950px;
    }
}

@media screen and (max-width: 1440px){
    .clientes .texto{
        max-width: 900px;
    }

    .segmentos .segmentos-div .box .absolute{
        height: 12.5vw;
    }
}

@media screen and (max-width: 1366px){
    .banner:before,
    .numeros:before,
    .formulario:before{
    	display: none;
    }

    .clientes .texto{
        max-width: 850px;
    }
}

@media screen and (max-width: 1280px){
    .diferenciais{
        padding: 50px 5% 0;
        flex-wrap: wrap;
        justify-content: center;
        gap: 50px;
    }
    .diferenciais .texto{
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }
    .diferenciais .texto1,
    .diferenciais .texto1 p,
    .diferenciais .texto2{
        max-width: 400px;
        width: 100%;
    }
    .diferenciais .img{
        order: 1;
    }


    .clientes .texto{
        max-width: 750px;
    }
}

@media screen and (max-width: 1200px){
    .clientes .texto{
        max-width: 700px;
    }

    .segmentos .segmentos-div .box .absolute .texto h3{
        font-size: 30px;
    }
    .segmentos .segmentos-div .box .absolute .texto a{
        padding: 7px 20px;
        font-size: 18px;
    }
}

@media screen and (max-width: 1100px){
    .segmentos .segmentos-div{
        flex-direction: column;
    }
    .segmentos .segmentos-div .box{
        max-width: 699px;
        width: 100%;
    }
    .segmentos .segmentos-div .box .absolute {
        height: 212px;
    }


    .clientes .texto{
        max-width: 600px;
    }
}

/* MOBILE */
@media screen and (max-width: 1000px){
    .banner-slider .banner-slide{
        grid-template-columns: 1fr;
    }
    .banner-slider .banner-slide .texto,
    .banner-slider .banner-slide picture{
        max-width: 750px;
        width: 100%;
        margin: 0 auto;
    }
    .banner-slider .banner-slide picture img{
        max-width: 500px;
        margin: 0 auto;
    }

    


    .numeros .container .num-div{
        flex-wrap: wrap;
    }


    .clientes{
        flex-direction: column;
        gap: 50px;
    }
    .clientes .texto{
        max-width: 100%;
    }


    .banner:before{
        display: none;
    }
}

@media screen and (max-width: 800px){
    .segmentos .segmentos-div .box .absolute {
        height: 26vw;
    }
}

@media screen and (max-width: 600px){
    .banner-slider .banner-slide picture img{
        max-width: 100%;
    }
    .segmentos .segmentos-div .box .absolute .texto{
        padding: 10px 20px;
    }
    .segmentos .segmentos-div .box .absolute .texto h3{
        font-size: 25px;
    }
    .segmentos .segmentos-div .box .absolute .texto a{
        padding: 5px 10px;
        font-size: 14px;
    }

    .formulario{
        margin-top: 0;
    }
}

@media screen and (max-width: 430px){
	.banner-slider .banner-slide h2{
		font-size: 35px;
	}

	.segmentos .segmentos-div .box .absolute {
        height: 27vw;
    }
    .segmentos .segmentos-div .box .absolute .texto h3 {
        font-size: 25px;
    }
    .segmentos .segmentos-div .box .absolute .texto a{
    	font-size: 16px;
    	padding: 4px 20px;
    }
}

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

}

@media screen and (max-width: 375px){
	.banner-slider .banner-slide h2 {
        font-size: 30px;
    }
}