/*!
Home Style
--------------------------------------------------------------*/



/* Ordem dos blocos */
#home-slideshow  {
    order: 5;
}
#home-slogan {
    order: 10;
}
#home-jeito-tech {
    order: 15;
}
#home-business-expertises {
    order: 20;
}
#home-case {
    order: 25;
}
#home-clientes {
    order: 30;
}
#home-news {
    order: 35;
}

/* Slideshow - Bloco 1 */

#home-slideshow {
    height: 50.35vw;
    overflow: hidden;
    position: relative;
}

#home-slideshow .ct-block {
    margin: auto;
    width: 1220px;
    position: relative;
    margin-top: 10.2vw;
}

    /*Slide 1*/
    #home-slideshow #slide-1 .ct-block{
        z-index: 2;
    }
    #home-slideshow #slide-1 {
        background-image: url('../../marketing-de-performance/home/slideshow/exent-banner-home-marketing-imobiliario.jpg');
        background-color: #303030;
        color: #FFF;
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: cover;
        position: relative;
    }
    #home-slideshow #slide-1 .bottom {
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
        display: -webkit-flex;
        -webkit-flex-direction: row-reverse;
        -webkit-justify-content: flex-end;
    }
    #home-slideshow #slide-1 .top {
        margin-left: 25vh;
    }
    #home-slideshow #slide-1 .box_client_logo {
        width: 25vh;
        margin-top: -14vh;
    }
    #home-slideshow #slide-1 .client_icon {
        width: 150px;
        -webkit-animation: fade-in-left 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
        animation: fade-in-left 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
        margin: 0 0 1vw 0;
    }

    #home-slideshow #slide-1 #client_1 {
        animation-delay: 0s;
    }
    #home-slideshow #slide-1 #client_2 {
        animation-delay: 0.2s;
    }
    #home-slideshow #slide-1 #client_3 {
        animation-delay: 0.4s;
    }
    #home-slideshow #slide-1 #client_4 {
        animation-delay: 0.6s;
        margin: 0 0 1.3vw 0;
    }
    #home-slideshow #slide-1 #client_5 {
        animation-delay: 0.8s;
    }
    #home-slideshow #slide-1 .client_icon img {
        display: block;
        margin: 0 auto;
        filter: grayscale(100%) brightness(100);
        opacity: .7;
        width: 120px;
    }
    #home-slideshow #slide-1 #client_5 img,
    #home-slideshow #slide-1 #client_4 img {
        width: 100px;
    }
    #home-slideshow #slide-1 .text-wrapper {
        width: 600px;
        -webkit-animation: fade-in-left 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
        animation: fade-in-left 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
        animation-delay: 0.8s !important;
    }

        #home-slideshow #slide-1 .t1 {
            font-size: .7vw;
            font-weight: 300;
            letter-spacing: 0.1em;
            line-height: 1.2vw;
            color: #dadada;
            padding: 0 26% 0 0;
            margin: 0;
        }

        #home-slideshow #slide-1 .t2 {
            font-size: 2.8vw;
            font-weight: bold;
            line-height: 3.2vw;
            margin: 1vw 0;
        }

        #home-slideshow #slide-1 .t3 {
            font-size: .73vw;
            font-weight: 500;
            line-height: 1.2vw;
            margin: 0.7vw 0 0 0;
        }

        #home-slideshow #slide-1 .top .t3 {
            margin: 0.7vw 0 0.4vw 0;
        }

        #home-slideshow #slide-1 .t4 {
            font-size: 1.2vw;
            line-height: 1.5vw;
            margin: 0px;
            font-weight: bold;
        }

        #home-slideshow #slide-1 .t4 span {
            color:#ffd633;
            text-transform: uppercase;
        }

        #home-slideshow #slide-1 .t5 {
            font-size: 12px;
            color: #b4b4b4;
        }

        #home-slideshow #slide-1 .t6 {
            font-size: 1.2vw;
            line-height: 20px;
            text-transform: uppercase;
            font-weight: bold;
        } 
        #home-slideshow #slide-1 .t6 .low {
            font-size: 0.7vw;
        } 
        #home-slideshow #slide-1 .t6 .destaque {
            color:#ffd633;
        }
        #home-slideshow .swiper-button-next, #home-slideshow .swiper-button-prev {
            color: #d3d3d3;
        }
        #home-slideshow #slide-1 ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }
        #home-slideshow #slide-1 .button {
            position: relative;
            float: left;
            font-size: 12px;
            text-transform: uppercase;
            font-weight: 600;
            color: #212b44;
            background-color: #e7e7e7;
            padding: 10px 45px;
            margin-top: 1.4vw !important;
            cursor: pointer;
            transition: .3s;
            text-decoration: none;
        }
        #home-slideshow #slide-1 .button:hover {
            transition: .3s;
            background-color: #fff;
        }
        #home-slideshow #slide-1 .filter {
            background: rgb(51,51,51);
            background: -webkit-gradient(linear, left top, right top, color-stop(39%, rgba(51,51,51,1)), color-stop(50%, rgba(51,51,51,0.6)), to(rgba(51,51,51,0)));
            background: -o-linear-gradient(left, rgba(51,51,51,1) 39%, rgba(51,51,51,0.6) 50%, rgba(51,51,51,0) 100%);
            background: linear-gradient(90deg, rgba(51,51,51,1) 39%, rgba(51,51,51,0.6) 50%, rgba(51,51,51,0) 100%);
            width: 100%;
            height: 100%;
            position: absolute;
            z-index: 1;
        }
        #home-slideshow #slide-1 #client_1 img {
            width: 105px;
        }

    /*Slide 2*/
    #home-slideshow #slide-2 {
        background-image: url('../../marketing-de-performance/home/slideshow/banner-home-marketing-b2b.jpg');
        background-color: #303030;
        color: #FFF;
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: cover;
        position: relative;
    }
    #home-slideshow #slide-2 .bottom {
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
        display: -webkit-flex;
        -webkit-flex-direction: row-reverse;
        -webkit-justify-content: flex-end;
    }
    #home-slideshow #slide-2 .top {
        margin-left: 12.5vw;
    }
    #home-slideshow #slide-2 .box_client_logo {
        width: 12.5vw;
        margin-top: -15%;
    }
    #home-slideshow #slide-2 .client_icon {
        width: 150px;
        -webkit-animation: fade-in-left 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
        animation: fade-in-left 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
        margin: 0;
    }

    #home-slideshow #slide-2 #client_1 {
        animation-delay: 0s;
    }
    #home-slideshow #slide-2 #client_2 {
        animation-delay: 0.2s;
    }
    #home-slideshow #slide-2 #client_3 {
        animation-delay: 0.3s;
    }
    #home-slideshow #slide-2 #client_4 {
        animation-delay: 0.4s;
    }
    #home-slideshow #slide-2 #client_5 {
        animation-delay: 0.5s;
    }
    #home-slideshow #slide-2 #client_6 {
        animation-delay: 0.6s;
    }
    #home-slideshow #slide-2 .client_icon.mb {
        margin-bottom: 25px;
    }
    #home-slideshow #slide-2 .client_icon img {
        display: block;
        margin: 0 auto;
        filter: grayscale(100%) brightness(10);
        opacity: .7;
        width: 120px;
    }
    #home-slideshow #slide-2 #client_2.client_icon img {
        padding: 0 6%;
        box-sizing: border-box;
    }
    #home-slideshow #slide-2 ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    #home-slideshow #slide-2 .text-wrapper {
        width: 35vw;
        -webkit-animation: fade-in-left 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
        animation: fade-in-left 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
        animation-delay: 0.8s !important;
    }
        #home-slideshow #slide-2 .t1 {
            font-size: .7vw;
            font-weight: 300;
            letter-spacing: 0.1em;
            line-height: 1.2vw;
            color: #dadada;
            padding: 0;
            margin: 0;
        }

        #home-slideshow #slide-2 .t2 {
            font-size: 3vw;
            font-weight: bold;
            line-height: 4vw;
            margin: 0.7vw 0;
        }

        #home-slideshow #slide-2 .t3 {
            font-size: .73vw;
            font-weight: 500;
            line-height: 1.2vw;
            margin: 0.7vw 0px 1.2vw 0px;
        }

        #home-slideshow #slide-2 .t4 {
            font-size: 1.45vw;
            line-height: 1.5vw;
            margin: 0px;
            font-weight: bold;
        }

        #home-slideshow #slide-2 .t4 span {
            color:#ffd633;
            text-transform: uppercase;
        }

        #home-slideshow #slide-2 .t5 {
            font-size: 12px;
            color: #fff;
            margin-bottom: .8vw;
        }

        #home-slideshow #slide-2 .button {
            position: relative;
            float: left;
            font-size: 12px;
            text-transform: uppercase;
            font-weight: 600;
            color: #212b44;
            background-color: #e7e7e7;
            padding: 10px 45px;
            margin-top: .5vw !important;
            cursor: pointer;
            transition: .3s;
            text-decoration: none;
        }
        #home-slideshow #slide-2 .button:hover {
            transition: .3s;
            background-color: #fff;
        }
 
#home-slideshow .swiper-button-next, #home-slideshow .swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}

/* Slogan - Bloco 2 */
#home-slogan {
    height: 32.5vw;
    width: 100%;
    color: #000;
    font-weight: 600;
    position: relative;
    display: flex;
    align-content: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-align-content: center;
    -webkit-align-items: center;
    overflow: hidden;
}
    #home-slogan .arrows {
        display: none;
    }

    #home-slogan canvas {
        position: absolute;
        bottom: -15px;
    }
    #home-slogan .conteudo{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-between;
        align-items: center;
        display: -webkit-flex;
        -webkit-flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -webkit-align-content: center;
        -webkit-justify-content: space-between;
        -webkit-align-items: center;
        margin: 0 auto;
        width: 1200px;
        height: 100%;
    }
    #home-slogan .left {
        width: 71%;
        z-index: 10;
        font-size: 50px;
        text-align: right;
        padding-right: 5%;
        border-right: 2px solid #b4b4b4;
    }
        #home-slogan .left p{
            margin: 0;
            line-height: 86px;
        }
        #home-slogan .left span {
            color: #e16843 !important;
        }

    #home-slogan .right {
        width: 28%;
        z-index: 10;
        text-align: left;
        padding: 30px 0 0 4%;
    }
        #home-slogan .right p {
            line-height: 92px;
            letter-spacing: 0.02em;
            font-size: 72px;
        }
        #home-slogan .right span {
            color: #0095d2 !important;
        }
    #home-slogan hr {
        display: none;
    }

/* O Jeito tech - Bloco 3 */
#home-jeito-tech {
    height: 43.1vw;
    background: url('../../marketing-de-performance/home/jeito-tech/exent-background-home-jeito-tech-de-crescer.webp') bottom center no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -webkit-align-items: center;
}

#home-jeito-tech .block {
    width: 20%;
    height: 100%;
}   
#home-jeito-tech .block:hover {
    filter: saturate(1.5);
}

    #home-jeito-tech .bg-orange {
        background-color: rgba(237, 133, 101, 0.9) !important;
    }

    #home-jeito-tech .bg-black {
        background-color: rgba(0, 0, 0, 0.95) !important;
        color: #FFF;
    }

    #home-jeito-tech .bg-white {
        background-color: rgba(255, 255, 255, 0.95) !important;
        color: #000;
    }
    #home-jeito-tech #loop_tech {
        height: 100%;
        position: relative;
    }   

        #home-jeito-tech .block .main-title {
            font-size: 2.9vw;
            color: #FFF;
            font-weight: 700;
            text-transform: uppercase;
            line-height: 3.8vw;
            width: 90%;
            margin: 3.7vw 0 0 2vw;
            letter-spacing: 0.05em;
        }

        #home-jeito-tech .block .main-desc {
            font-size: 1.7vw;
            line-height: 2.8vw;
            color: #FFF;
            font-weight: 500;
            text-transform: uppercase;
            width: 90%;
            margin: 0 0 0 2vw;
            letter-spacing: 0.04em;
        }

        #home-jeito-tech .block .number {
            position: relative;
            width: 100%;
            font-size: 24vw;
            line-height: 19.7vw;
            font-weight: 600;
            text-align: center;
            margin-top: 3vw;
            opacity: 0.2;
            cursor: default;
        }

        #home-jeito-tech .block .title {
            font-size: 1.87vw;
            color: #ed8565;
            margin: 1.9vw 1.4vw 0;
            font-weight: 400;
        }
        #home-jeito-tech .block .title .sub {
            display: block;
            font-size: 1.2vw;
        }
        #home-jeito-tech .block .desc {
            margin: 1.2vw 1.4vw 0;
            line-height: 1.45vw;
            font-size: .85vw;
        }

        #home-jeito-tech .slide_mobile,
        #home-jeito-tech .swiper-button-prev,
        #home-jeito-tech .swiper-button-next {
            display: none;
        } 

/* Business Expertises - Bloco 4 */
#home-business-expertises {
    height: 43.15vw;
    position: relative;
    background-color: #e7e7e7;
}
#home-business-expertises .conteudo {
    height: 100%;
    z-index: 1;
    overflow: hidden;
    position: relative;
    padding: 4% 0 4% 20%;
}
#home-business-expertises canvas{
    position: absolute;
    bottom: 0;
}
#home-business-expertises .conteudo .box-content {
    background-color: #fff;
    width: 100%;
    height: 100%;
}
#home-business-expertises .conteudo .box-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 80%;
    height: 100%;
    padding: 5% 5% 5% 7%;
}
#home-business-expertises .conteudo .box-container .box {
    width: 33%;
    height: auto;
}
#home-business-expertises .conteudo .box-container .titulo {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 2.2vw;
    letter-spacing: 0.02em;
    line-height: 2.7vw;
}
#home-business-expertises .conteudo .box-container .titulo .destaque {
    color: var(--vermelho);
    font-size: 2.5vw;
}
#home-business-expertises .conteudo .box-container .box ul{
    margin: 0;
    padding: 0 0 0 1vw;
    list-style: none;
}
#home-business-expertises .conteudo .box-container .box li{
    font-weight: 300;
    line-height: 1.2vw;
    transition: .3s;
    margin: 0;
}
#home-business-expertises .conteudo .box-container .box .submenu li:before {
    background-image: url(../../marketing-de-performance/home/business-expertises/exent-lista-icone-home.png);
    background-size: 0.4vw;
    background-repeat: no-repeat;
    width: 0.8vw;
    height: 0.65vw;
    content: '';
    display: inline-block;
    margin-left: -0.8vw;
    transition: .3s;
}
#home-business-expertises .conteudo .box-container .box a {
    text-decoration: none;
    font-size: 0.73vw;
    color: #000;
    font-weight: 400;
    transition: .3s;
}
#home-business-expertises .conteudo .box-container .box svg {
    width: 2.65vw;
    height: 3vw;
}
#home-business-expertises .conteudo .box-container .box a:hover {
    color: var(--vermelho);
    transition: .3s;
}
#home-business-expertises .conteudo .box-container .box .titulo-box {
    position: relative;
    padding: 0 20% 0 0;
    margin: 0.6vw 0;
    line-height: 1.3vw;
}
#home-business-expertises .conteudo .box-container .box .titulo-box a{
    color: var(--vermelho);
    font-size: 0.95vw;
    font-weight: 700;
    text-decoration: none;
    transition: .3s;
}
#home-business-expertises .conteudo .box-container .box .titulo-box a:hover{
    color: #ff5a62;
    transition: .3s;
}
#home-business-expertises .conteudo .box-container .box .titulo-box:before {
    background-image: url(../../marketing-de-performance/home/business-expertises/exent-titulo-icone-home.png);
    background-size: 0.5vw;
    background-repeat: no-repeat;
    width: 1vw;
    height: 1vw;
    content: '';
    display: inline-block;
    margin-left: -1.3vw;
    position: absolute;
    top: 0.2vw;
}
#home-business-expertises .conteudo .box-container .box-2 .titulo-box:before,
#home-business-expertises .conteudo .box-container .box-3 .titulo-box:before,
#home-business-expertises .conteudo .box-container .box-4 .titulo-box:before,
#home-business-expertises .conteudo .box-container .box-6 .titulo-box:before {
    top: 0.8vw;
}
#home-business-expertises .conteudo .box-container .box.topicos {
    padding: 0 7% 0 5%;
}
/* Cases - Bloco 5 */
#home-case .top {
    padding: 43px 0;
    color: #000;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
#home-case .top .t1 {
    font-size: 32px;
    letter-spacing: 0.02em;
    line-height: 40px;
    font-weight: 700;
    margin: 20px 0;
}
#home-case .top .t2 {
    font-size: 16px;
    font-weight: 500;
}
#home-case .top .btn-acesse {
    color: #474747;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .02em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-decoration: none;
    margin: 20px 0 0 0;
}
#home-case .top .btn-acesse img{
    margin: 0 0 0 10px;
}
#home-case .top .btn-acesse:hover{
    color:#e16843;
    transition:.3s;
}
#home-case .bottom {
    position: relative;
    background-color: #000;
}
#home-case .bottom ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#home-case .bottom ul .titulo_b2b {
    position: absolute;
    font-size: 1.7vw;
    letter-spacing: 0.02em;
    line-height: 2.2vw;
}
#home-case .bottom ul .titulo_b2b .destaque {
    font-size: 1.9vw;
    font-weight: 700;
    color: var(--azul);
}
#home-case .bottom ul .titulo_b2b {
    left: 50%;
    top: 10%;
    transform: translateX(-50%);
    text-align: left;
    color: #fff;
}
#home-case .bottom ul .titulo_b2b .destaque {
    color: var(--azul);
}
#home-case .bottom .container-cases {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#home-case .bottom .dir {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 36.5vw;
    width: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    padding-top: 4%;
}
#home-case .bottom .dir .btn {
    padding: 0.4vw 0;
    text-transform: uppercase;
    width: 100%;
    letter-spacing: 0.03em;
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: .64vw;
    font-weight: 400;
    color: #fff;
    transition: .3s;
    position: absolute;
    bottom: 0;
}
#home-case .bottom .dir .btn:hover {
    opacity: 0.8;
    transition: .3s;
}
#home-case .bottom .dir .btn {
    background-color: var(--azul);
}
#home-case .bottom .dir img {
    width: 100%;
}
#home-case .bottom .dir {
    background-image: url('../../marketing-de-performance/home/cases/background-cases-home.webp');
    background-color: #000000;
}
#home-case .bottom .box {
    background-color: #fff;
    width: 21.3vw;
    height: 20.8vw;
    position: relative;
}
#home-case .bottom .dir .vl {
    border-left: 1px solid #fff;
    height: 20.8vw;
    margin: 0 1.8vw;
}
#home-case .bottom .box .conteudo-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.9vw 1.3vw;
    min-height: 7.5vw;
}
#home-case .bottom .box .conteudo-top .titulo,
#home-case .bottom .box .conteudo-top .imagem {
    width: 50%;
}
#home-case .bottom .box .conteudo-top .titulo {
    font-size: 1.45vw;
    font-weight: 700;
    color: #000;
}
#home-case .bottom .box .conteudo-top .titulo .destaque {
    display: block;
    line-height: 25px;
}
#home-case .bottom .esq .box .conteudo-top .titulo .destaque {
    color: var(--amarelo);
}
#home-case .bottom .dir .box .conteudo-top .titulo .destaque {
    color: var(--azul);
}
#home-case .bottom .box .conteudo-bottom {
    padding: 0 1.3vw;
}
#home-case .bottom .box .conteudo_box_1 {
    background-color: #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
    height: 4.3vw;
    margin-bottom: .4vw;
    color: #000;
}
#home-case .bottom .box .conteudo_box_1 .conteudo_esq,
#home-case .bottom .box .conteudo_box_2 .conteudo_esq {
    font-weight: 700;
    font-size: 2.1vw;
}
#home-case .bottom .box-1 .conteudo_box_1 .conteudo_esq {
    font-weight: 600;
    font-size: .72vw;
}
#home-case .bottom .box-1 .conteudo_box_2 .conteudo_esq {
    font-weight: 600;
    font-size: 1.2vw;
}
#home-case .bottom .box .conteudo_box_1 .conteudo_dir,
#home-case .bottom .box .conteudo_box_2 .conteudo_dir {
    font-size: .72vw;
    font-weight: 600;
}
#home-case .bottom .box .conteudo_box_1 .conteudo_esq .low,
#home-case .bottom .box .conteudo_box_2 .conteudo_esq .low{
    font-size: 1.5vw;
    font-weight: 400;
}
#home-case .bottom .box .conteudo_box_2 {
    background-color: #5c5c5c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
    height: 4.3vw;
    color: #fff;
}
#home-case .box-1 .conteudo-bottom .conteudo_box_1 .conteudo_esq, 
#home-case .box-1 .conteudo-bottom .conteudo_box_2 .conteudo_esq {
    padding: 0 0 0 1.3vw;
}
#home-case .box-1 .conteudo-bottom img {
    width: 42%;
}
#home-case .box-2 .conteudo-bottom .conteudo_box_1 .conteudo_esq,
#home-case .box-2 .conteudo-bottom .conteudo_box_2 .conteudo_esq,
#home-case .box-3 .conteudo-bottom .conteudo_box_1 .conteudo_esq,
#home-case .box-3 .conteudo-bottom .conteudo_box_2 .conteudo_esq,
#home-case .box-4 .conteudo-bottom .conteudo_box_1 .conteudo_esq,
#home-case .box-4 .conteudo-bottom .conteudo_box_2 .conteudo_esq {
    width: 10vw;
    text-align: center;
}
#home-case .box-2 .conteudo-bottom .conteudo_box_1 .conteudo_dir,
#home-case .box-2 .conteudo-bottom .conteudo_box_2 .conteudo_dir,
#home-case .box-3 .conteudo-bottom .conteudo_box_1 .conteudo_dir,
#home-case .box-3 .conteudo-bottom .conteudo_box_2 .conteudo_dir,
#home-case .box-4 .conteudo-bottom .conteudo_box_1 .conteudo_dir,
#home-case .box-4 .conteudo-bottom .conteudo_box_2 .conteudo_dir {
    width: 13vw;
    text-align: left;
    padding: 0 .6vw 0 0;
}
/* Clientes - Bloco 6 */
#home-clientes {
    height: auto;
    background-color: #fff;
    padding: 55px 0 85px;
}
    #home-clientes .top{
        text-align: center;
        font-size: 2vw;
        color: #000;
        margin: 0 0 30px 0;
        letter-spacing: 0.05em;
        font-weight: 600;
    }
        #home-clientes .top .titulo-bloco {
            margin: 0;
            font-size: 42px;
            font-weight: 600;
        }

        #home-clientes .bottom span{
            cursor: pointer;
        }
        #home-clientes .bottom .swiper-container{
            width: 100%;
            height: auto;
            overflow: hidden;
        }
    
        #home-clientes .bottom .swiper-slide{
            text-align: center;
            font-size: .9vw;
            height: auto;
            background: #fff;
            border: 1px solid #e1e1e1;
            transition: 0.3s ease all;
        }
        #home-clientes .bottom .non-swiper-slide{
            display: none;
        }

            #home-clientes .bottom .swiper-slide img,
            #home-clientes .bottom .non-swiper-slide img {
                display: block;
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        #home-clientes .bottom .filter_clients {
            text-align: center;
            margin: 1.8vw 0 2.6vw;
        }
            #home-clientes .bottom .filter_clients svg {
                width: 10px;
                color: #a9a9a9;
            }
            #home-clientes .bottom .filter_clients .topico{
                text-decoration: none;
                color: #a9a9a9;
                font-size: 17px;
                font-weight: 500;
                margin: 0 30px;
                transition: .3s;
                display: inline-block;
                cursor: pointer;
            }
            #home-clientes .bottom .filter_clients .topico:hover,
            #home-clientes .bottom .filter_clients .topico:hover svg{
                color: #000;
                transition: .3s;
            }
            #home-clientes .bottom .filter_clients .active,
            #home-clientes .bottom .filter_clients .active svg{
                color: #000;
            }
            #home-clientes .bottom .filter_clients .topico svg{
                margin-right: .5vw;
            }
        #home-clientes .bottom .swiper-slide,
        #home-clientes .bottom .non-swiper-slide {
            width: 14%!important;
        }
        #home-clientes .bottom .swiper-wrapper {
            width: 102.2%;
            height: auto!important;
        }

        #home-clientes .bottom .swiper3 .swiper-slide img,
        #home-clientes .bottom .non-swiper-slide img{
            width: auto;
            height: auto;
            filter: grayscale(100%);
            opacity: 0.4;
            transition: 0.3s ease all;
            cursor: pointer;
        }
        #home-clientes .bottom .swiper3 .swiper-slide .swiper-slide-duplicate-active {
            filter: grayscale(0%);
            transition: 0.3s;
        }
        #home-clientes .bottom .swiper3 .swiper-slide img:hover {
            filter: grayscale(0%);
            opacity: 1;
            transition: 0.3s ease all;
        }
        #home-clientes .bottom .swiper3 .swiper-slide:hover{
            border: 1px solid #000;
            transition: 0.3s ease all;
        }

/* News - Bloco 7 */
#home-news {
    height: auto;
    background-color: #e3e3e3;
    padding: 4vw 0;
    position: relative;
    overflow: hidden;
}
#home-news canvas{
    position: absolute;
    bottom: 0;
    z-index: 0; 
    opacity: .1;
}
#home-news .top {
    display: block;
    position: relative;
    width: 1100px;
    margin: 0 auto;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 35px;
}
    #home-news .titulo-top {
        color: #474747;
        font-size: 42px;
        font-weight: 700;
        letter-spacing: .05em;
        text-align: center;
        margin: 0 0 20px;
    }
    #home-news .btn-acesse {
        color: #474747;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: .02em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-flex;
        -webkit-align-items: center;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        text-decoration: none;
        padding: 0 0px 6px 0;
    }
        #home-news .btn-acesse img{
            margin: 0 0 0 10px;
        }
    #home-news .btn-acesse:hover{
        color:#e16843;
        transition:.3s;
    }

    #home-news .bottom{
        display: block;
        width: 1200px;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
        z-index: 2;
    }
        #home-news .bottom .box{
            position: relative;
            width: 558px;
            margin-right: 30px;
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            align-content: center;
            justify-content: center;
            align-items: center;
            display: -webkit-flex;
            -webkit-flex-direction: row;
            -webkit-flex-wrap: nowrap;
            -webkit-align-content: center;
            -webkit-justify-content: center;
            -webkit-align-items: center;
        }
            #home-news .bottom .box .imagem {
                position: relative;
                max-width: 279px;
                overflow: hidden;
                line-height: 0;
            }
                #home-news .bottom .box .imagem img{
                    transition:all .5s;
                }
                #home-news .bottom .box:hover .imagem img{
                    transform:scale(1.1);
                    transition:all .5s;
                }
            #home-news .bottom .box .conteudo{
                position: absolute;
                background-color: #f5f5f5;
                padding: 0 30px;
                width: 292px;
                height: 220px;
                display: flex;
                justify-content: center;
                flex-direction: column;
                display: -webkit-flex;
                -webkit-justify-content: center;
                -webkit-flex-direction: column;
                left: -50px;
                position: relative;
            }
                #home-news .bottom .box .conteudo a {
                    text-decoration: none;
                }
                #home-news .bottom .box .conteudo .titulo {
                    font-size: 14px;
                    margin-bottom: 15px;
                    color: var(--vermelho);
                }
                #home-news .bottom .box  .conteudo .texto {
                    color: #000;
                    font-size: 12px;
                }
                #home-news .bottom .box  .conteudo .btn-leia {
                    color: var(--vermelho);
                    font-size: 10px;
                }

            #home-news .bottom .news_pagnavi hr{
                background-color: #474747;
                border: 0;
                height: 2px;
                margin-bottom: 1.5em;
            }
            #home-news .bottom .news_pagnavi .swiper-pagination-bullet-active hr {
                background-color: #fc764a;
            }
            #home-news .bottom .news_pagnavi .swiper-pagination-bullet {
                background: transparent;
                opacity: initial;
                width: 135px;
                height: 20px;
                margin: 43px 7px;
            }
            #home-news .bottom .news_pagnavi .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
                text-align: center;
            }



/* ----------------------------------------------
    * Generated by Animista on 2022-8-9 15:9:39
    * Licensed under FreeBSD License.
    * See http://animista.net/license for more info. 
    * w: http://animista.net, t: @cssanimista
    * ---------------------------------------------- */

/**
    * ----------------------------------------
    * animation fade-in-left
    * ----------------------------------------
    */
@-webkit-keyframes fade-in-left {
    0% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-in-left {
    0% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

/* The typing effect */
@keyframes typing {
    from { width: 0 }
    to { width: 100% }
  }
  
  /* The typewriter cursor effect */
  @keyframes blink-caret {
    from, to { border-color: transparent }
    50% { border-color: orange; }
  }