main{
    overflow-x: hidden; 
}

.banner{
    width: 100%;
    position: relative;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 84px;
}
.banner img{
    width: 100%;
    /* min-height: 400px; */
    /* object-fit: cover; */
}
.banner .texto{
    position: absolute;
    z-index: 1;
    gap: 20px;
    align-items: center;
}
.banner .texto span{
    width: 70px;
    height: 1px;
    background-color: var(--cor-2);
}
.banner .texto h2{
    width: fit-content;
    font-size: 48px;
}


.missoes{
    width: 100%;
    margin-bottom: 100px;
    padding: 100px 0 0;
}
.missoes .container{
    gap: 50px;
}
.missoes .titulo{
    max-width: 370px;
    width: 100%;
    margin: auto;
    text-align: center;
    gap: 40px;
}
.missoes .titulo h2{
    font-weight: 500;
}
.missoes .titulo span{
    width: 70px;
    height: 1px;
    background-color: var(--cor-2);
    display: flex;
    margin: auto;
}
.missoes .conteudo-div{
    width: 100%;
    height: -webkit-fill-available;
    justify-content: space-between;
    gap: 50px 0;
    text-align: center;
}
.missoes .conteudo-div .box{
    max-width: 384px;
    width: 100%;
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 50px 30px;
    gap: 40px;
    align-items: center;
}
.missoes .conteudo-div .box span{
    width: 64px;
    height: 64px;
    background-color: #fafafa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.missoes .conteudo-div .box span i,
.missoes .conteudo-div .box span img{
    max-width: 70%;
    max-height: 70%;
    font-size: 23px;
    filter: brightness(0) saturate(100%) invert(61%) sepia(76%) saturate(2095%) hue-rotate(357deg) brightness(97%) contrast(101%);
}
.missoes .conteudo-div .box h5{
    font-weight: 500;
    max-width: 260px;
}


.diferenciais{
    width: 100%;
    gap: 100px;
    margin-top: 50px;
}
.diferenciais .container{
    border-top: 1px solid #eee;
    padding-top: 100px;
}
.diferenciais .topo{
    width: 100%;
    justify-content: space-between;
    align-items: center;
    gap: 30px 0;
}
.diferenciais .topo .titulo{
    max-width: 355px;
    width: 100%;
    gap: 30px;
}
.diferenciais .topo .titulo h2{
    font-weight: 500;
}
.diferenciais .topo .titulo span{
    width: 70px;
    height: 1px;
    background-color: var(--cor-2);
    display: flex;
}
.diferenciais .topo .texto{
    max-width: 460px;
    width: 100%;
}
.diferenciais .topo .texto p{
    color: #9E9E9E;
}
.diferenciais .topo .arrow{
    gap: 15px;
}
.diferenciais .topo .arrow i{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 1px solid #bcbcbc;
    border-radius: 50%;
    color: #bcbcbc;
    font-size: 15px;
    cursor: pointer;
}
.diferenciais .conteudo-div{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-left: calc((100% - 1250px) / 2);
}
.diferenciais .conteudo-div .dife-slider{
    width: 100%;
}
.diferenciais .conteudo-div .dife-slider .slick-list{
    padding: 0 15% 0 0!important;
}
.diferenciais .conteudo-div .dife-slider .slick-track{
    margin: 0;
}
.diferenciais .conteudo-div .dife-slider .box{
    width: 97.5%;
    min-height: 400px;
    display: flex;
}
.diferenciais .conteudo-div .dife-slider .box .texto{
    width: 369px;
    min-height: 400px;
    background-image: url('../imagens/segmentos/bg4.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    align-content: center;
    justify-content: center;
    gap: 20px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.diferenciais .conteudo-div .dife-slider .box .texto span{
    width: 64px;
    height: 64px;
    border: 1px solid #eee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.diferenciais .conteudo-div .dife-slider .box .texto span img{
    max-width: 50%;
    max-height: 50%;
}
.diferenciais .conteudo-div .dife-slider .box .texto h4{
    font-weight: 500;
    max-width: 230px;
    width: 100%;
    margin: 0 auto;
}
.diferenciais .conteudo-div .dife-slider .box .texto p{
    color: #5D5D5D;
    max-width: 230px;
    width: 100%;
    margin: 0 auto;
}
.diferenciais .conteudo-div .dife-slider .box img.img{
    width: calc(100% - 369px);
    object-fit: cover;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}


.produtos{
	width: 100%;
	background-color: #fff;
    padding: 125px 0 100px;
}	
.produtos .container{
	gap: 55px;
	justify-content: space-between;
}
.produtos .container .titulo{
    width: 100%;
    align-items: center;
    gap: 30px;
}
.produtos .container .titulo h2{
    font-weight: 500;
    text-align: center;
}
.produtos .container .titulo span{
    width: 70px;
    height: 1px;
    background-color: var(--cor-2);
    display: flex;
}
.produtos .container .conteudo{
    width: 100%;
    align-items: center;
    position: relative;
    gap: 30px;
}
.produtos .container .conteudo .mobile{
    display: none;
    gap: 15px;
    margin: auto;
}
.produtos .container .conteudo .prod-prev{
    left: -50px;
}
.produtos .container .conteudo .prod-next{
    right: -50px;
}
.produtos .container .conteudo .arrow{
    position: absolute;
    z-index: 5;
}
.produtos .container .conteudo .arrow i,
.produtos .container .conteudo .mobile i{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 51px;
    height: 51px;
    border: 1px solid #bcbcbc;
    border-radius: 50%;
    color: #bcbcbc;
    font-size: 25px;
    cursor: pointer;
}
.produtos .container .conteudo .prod-slider{
	width: 100%;
}
.produtos .container .conteudo .prod-slider .slick-track{
    padding: 20px 0;
}
.produtos .container .conteudo .prod-slider .box{
    max-width: 400px;
    width: 92%;
    margin: auto;
}
.produtos .container .conteudo .prod-slider .box .img{
     width: 100%;
    justify-content: center;
}
.produtos .container .conteudo .prod-slider .box .img a{
    max-width: 384px;
    max-height: 384px;
    width: 100%;
    height: 100%;
}
.produtos .container .conteudo .prod-slider .box .img img{
    max-width: 384px;
    max-height: 384px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    object-fit: cover;
    transition: border-radius .3s;
}
.produtos .container .conteudo .prod-slider .box .img:hover img{
    border-radius: 50%;
    transition: border-radius .3s;
}
.produtos .container .conteudo .prod-slider .box .texto{
    width: 100%;
    height: 190px;
    gap: 15px;
    position: relative;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 5px;
}
.produtos .container .conteudo .prod-slider .box .texto p{
    font-size: 18px;
    font-weight: 600;
    overflow: hidden; 
    text-overflow: ellipsis; 
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
}
.produtos .container .conteudo .prod-slider .box .texto span{
    font-size: 14px;
    color: #C7C7C7;
    margin-bottom: 10px;
}
.produtos .container .conteudo .prod-slider .box .texto a{
    width: fit-content;
    font-weight: 500;
    border-bottom: 1px solid var(--cor-2);
    padding-bottom: 10px;
    margin-top: auto;
}
.produtos .container .conteudo .prod-slider .box .texto a:hover{
    color: var(--cor-2);
    transition: ease .3s;
}
.produtos .container .conteudo .prod-slider .box .texto a img{
    max-width: fit-content;
    max-height: fit-content;
    width: 25px;
}



/* MEDIA DESKTOP */
@media screen and (max-width: 1600px){

}

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

}

@media screen and (max-width: 1366px){
    .diferenciais .conteudo-div{
        padding-left: 5%;
    }
}

@media screen and (max-width: 1280px){
    .diferenciais .conteudo-div{
        padding-left: 2.5%;
    }


    .produtos .container  .conteudo .prod-prev{
        left: -10px;
    }
    .produtos .container  .conteudo .prod-next{
        right: -10px;
    }
    .produtos .container  .conteudo .arrow i{
        background-color: #fff;
    }
}

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

/* MOBILE */
@media screen and (max-width: 1000px){
	.diferenciais .topo{
        flex-direction: column;
        text-align: center;
        justify-content: center;
    }
    .diferenciais .topo .titulo{
        align-items: center;
    }

    .diferenciais .conteudo-div{
        padding: 0 2.5%;
    }

    
}

@media screen and (max-width: 850px){
    .produtos .container .conteudo .arrow{
        display: none!important;
    }
    .produtos .container .conteudo .mobile{
        display: flex;
    }

    .missoes .conteudo-div{
        justify-content: center;
    }

    .diferenciais .conteudo-div .dife-slider .slick-list{
        padding: 0!important;
    }
    .diferenciais .conteudo-div .dife-slider .box{
        flex-wrap: wrap;
    }
    .diferenciais .conteudo-div .dife-slider .box .texto{
        width: 100%;
        border-radius: unset;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    .diferenciais .conteudo-div .dife-slider .box img.img{
        width: 100%;
        border-radius: unset;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
}


@media screen and (max-width: 800px){
    .diferenciais .container{
        gap: 50px;
    }
    .diferenciais .topo .arrow i{
        width: 51px;
        height: 51px;
        font-size: 25px;
    }
    .diferenciais .conteudo-div{
        min-height: unset;
    }
    .diferenciais .conteudo-div .absolute{
        position: relative;
    }
    .diferenciais .conteudo-div .dife-slider{
        width: 100%;
    }
    .diferenciais .conteudo-div .dife-slider .box{
        margin: auto;
    }
}

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

}

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

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

}