section.top {
    height: 840px;
}
section.top .banner-top span.icoP:nth-child(3) {
    top: 160px;
}

section.top .conteudo .top .txt div.dir {
    width: calc(50% - 50px);
    padding: 10px 0px 0 80px;
}


section.top .conteudo .top .txt {
    height: 430px;
}


section.top div.imgB{
    top: 70px;
    height: 450px;
}

section.top:before{
    display: none;
}


section.top .conteudo{
    height: 250px;
}
section.top .conteudo .top .txt h2 {
    text-align: right;
    font-size: 56px;
    line-height: 56px;
    padding-left: 0px;
    /* padding-right: 50px; */
}




section.top .conteudo .top .txt.t_baixo h2 {
    text-align: right;
    font-size: 56px;
    line-height: 56px;
    padding-left: 0px;
    left: 0px;
    width: 40%!important;
    float: left;
}

section.top .conteudo .top .txt.t_baixo span.esq:after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    right: -70px;
    width: 5px;
    height: 100%;
    background: #c40808;
}
section.top .conteudo .top .txt.t_baixo div.dir span.more{
    opacity: 1;
    text-align: left;
}

section.top .conteudo .top .txt.t_baixo div.dir span.more h1{
    font-size: initial;
    line-height: inherit;
    text-align: left;
    width: inherit!important;
    
}

section.top .conteudo .top .txt.t_baixo span.esq{
    text-align: right;
    font-size: 56px;
    line-height: 56px;
    padding-left: 0px;
    left: 0px;
    width: 40%!important;
    float: left;
    position: relative;
    font-family: 'exolight';
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    padding-top: 10px;
    text-transform: uppercase;
}
/*section.diferenciais {
    width: 100%;
    max-height: 940px;
}

section.diferenciais .conteudo {
    max-height: 940px;
    height: 940px;
}*/
section.portfolio{
    margin-bottom: 20px;
}
section.portfolio div.info{
    background: #fff;
}
section.portfolio div.info h2,
section.portfolio div.info span{
  color: #1f1f1f;
  line-height: unset;
}
section.portfolio div.info span {
    font-family: 'exolight';
}
section.portfolio div.info h2 strong {
  color: #c00019;
  line-height: unset;
}

section.portfolio .bt-o-que-fazemos{
  display: none;
}

section.diferenciais .conteudo .bottom .last.active .bt-diferencial {
    top: 290px;
    
}
section.diferenciais .conteudo .bottom .last .bt-diferencial {
    background: url(../images/assets/bt-diferenciais-last.png) no-repeat left -6px;
    background-size: 32px;
    width: 27px;
    height: 77px;
    left: -26px;
    top: 287px;
}
section.diferenciais .conteudo .bottom .last {
    height: 660px;
}
section.diferenciais .conteudo .bottom .last.active {
    background: url(../images/assets/bg-diferenciais-last.jpg) no-repeat left top;
    width: 830px;
    height: 660px;
    position: absolute;
    background-size: cover;
}



section.top .bt-sistemas {
    background: url(../images/assets/sistemas/bg-top-mais.png) center 10px no-repeat;
    background-size: 80px;
    height: 150px;
}

section.top .bt-sistemas .list .cont{
    width: 980px;
    height: auto;
    display: block;
    margin: 0 auto;
    padding-top: 20px;
}
section.top .bt-sistemas .list .cont h2{
    color: #282828;
    display: inline-block;
    height: 30px;
    font-family: 'exoregular';
    font-size: 13px;
    text-transform: uppercase;
    float: left;
    padding-left: 15px;
    text-align: left;
    width: 100%;
    background: url(../images/assets/sistemas/bg-sft-proprio.png) left 3px no-repeat;
    background-size: 6px;

}

section.top.anima .bt-sistemas .list .cont div.box-tech:nth-child(1) {
    -webkit-transition-delay: 0.5s!important;
    -o-transition-delay: 0.5s!important;
    transition-delay: 0.5s!important;
}
section.top.anima .bt-sistemas .list .cont div.box-tech:nth-child(2) {
    -webkit-transition-delay: 0.7s!important;
    -o-transition-delay: 0.7s!important;
    transition-delay: 0.7s!important;
}
section.top.anima .bt-sistemas .list .cont div.box-tech:nth-child(3) {
    -webkit-transition-delay: 0.9s!important;
    -o-transition-delay: 0.9s!important;
    transition-delay: 0.9s!important;
}
section.top.anima .bt-sistemas .list .cont div.box-tech:nth-child(4) {
    -webkit-transition-delay: 1.1s!important;
    -o-transition-delay: 1.1s!important;
    transition-delay: 1.1s!important;
}
section.top.anima .bt-sistemas .list .cont div.box-tech:nth-child(5) {
    -webkit-transition-delay: 1.3s!important;
    -o-transition-delay: 1.3s!important;
    transition-delay: 1.3s!important;
}
section.top.anima .bt-sistemas .list .cont div.box-tech:nth-child(6) {
    -webkit-transition-delay: 1.5s!important;
    -o-transition-delay: 1.5s!important;
    transition-delay: 1.5s!important;
}
section.top.anima .bt-sistemas .list .cont div.box-tech{
        opacity: 1;
    -webkit-transform: translate3d(0px,0px,0px);
    -ms-transform: translate3d(0px,0px,0px);
    -o-transform: translate3d(0px,0px,0px);
    transform: translate3d(0px,0px,0px);
}
section.top .bt-sistemas .list .cont div.box-tech{
    width: 185px;
    height: 90px;
    display: block;
    float: left;
    margin-right: 10px;
    position: relative;
        -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    opacity: 0;
}
section.top .bt-sistemas .list .cont div.box-tech img{
    width: auto;
    height: 35px;
    display: block;
    margin: 0 auto;
}

section.top .bt-sistemas .list .cont div.box-tech span{
    width: 100%;
    height: 40px;
    display: block;
    margin: 0 auto;
    margin-right: 10px;
    font-family: 'exobold';
    font-size: 23px;
    color: #E20613;
}

section.sft-proprio div.box-sft-proprio:last-child:after{
    display: none;
}
section.sft-proprio div.box-sft-proprio:after{
    content: "+";
    font-family: 'exothin';
    font-size: 50px;
    background: #c00019;
    color: #fff;
    border-radius: 30px;
    text-transform: uppercase;
    line-height: 22px;
    height: 30px;
    display: block;
    width: 40px;
    padding-top: 10px;
    position: absolute;
    top: 50px;
    right: -24px;
}
section.sft-proprio.anima div.box-sft-proprio:nth-child(1) {
    -webkit-transition-delay: 0.5s!important;
    -o-transition-delay: 0.5s!important;
    transition-delay: 0.5s!important;
}
section.sft-proprio.anima div.box-sft-proprio:nth-child(2) {
    -webkit-transition-delay: 0.7s!important;
    -o-transition-delay: 0.7s!important;
    transition-delay: 0.7s!important;
}
section.sft-proprio.anima div.box-sft-proprio:nth-child(3) {
    -webkit-transition-delay: 0.9s!important;
    -o-transition-delay: 0.9s!important;
    transition-delay: 0.9s!important;
}
section.sft-proprio.anima div.box-sft-proprio:nth-child(4) {
    -webkit-transition-delay: 1.1s!important;
    -o-transition-delay: 1.1s!important;
    transition-delay: 1.1s!important;
}
section.sft-proprio.anima div.box-sft-proprio:nth-child(5) {
    -webkit-transition-delay: 1.3s!important;
    -o-transition-delay: 1.3s!important;
    transition-delay: 1.3s!important;
}
section.sft-proprio.anima div.box-sft-proprio{
    opacity: 1;
    -webkit-transform: translate3d(0px,0px,0px);
    -ms-transform: translate3d(0px,0px,0px);
    -o-transform: translate3d(0px,0px,0px);
    transform: translate3d(0px,0px,0px);
}
section.sft-proprio div.box-sft-proprio{
    width: 180px;
    height: 125px;
    display: block;
    float: left;
    margin-right: 10px;
    position: relative;
        -webkit-transform: translate3d(0px,-100px,0px);
    -ms-transform: translate3d(0px,-100px,0px);
    -o-transform: translate3d(0px,-100px,0px);
    transform: translate3d(0px,-100px,0px);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    opacity: 0;
}

section.sft-proprio .cont {
    width: 980px;
    height: auto;
    display: block;
    margin: 0 auto;
}



section.sft-proprio div.box-sft-proprio img{
    width: auto;
    height: 80px;
    display: block;
    margin: 0 auto;
}
section.sft-proprio div.box-sft-proprio span{
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto;
    font-family: 'exobold';
    font-size: 14px;
    text-align: center;
    line-height: 14px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 15px;
}

section.como-fazemos-sft .cont {
    width: 980px;
    height: auto;
    display: block;
    margin: 0 auto;
    position: relative;
}
section.como-fazemos-sft.anima .box-como-fazemos{
    opacity: 1;
    -webkit-transform: translate3d(0px,0px,0px);
    -ms-transform: translate3d(0px,0px,0px);
    -o-transform: translate3d(0px,0px,0px);
    transform: translate3d(0px,0px,0px);
}
section.como-fazemos-sft .box-como-fazemos{
        -webkit-transform: translate3d(0px,-100px,0px);
    -ms-transform: translate3d(0px,-100px,0px);
    -o-transform: translate3d(0px,-100px,0px);
    transform: translate3d(0px,-100px,0px);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    opacity: 0;
}
section.como-fazemos-sft .box-como-fazemos:nth-child(1) {
    width: 160px;
    height: 170px;
    display: block;
    border: 3px solid #ff0000;
    position: absolute;
    top: 60px;
    left: 70px;
    border-radius: 30px;
        -webkit-transition-delay: 0.5s!important;
    -o-transition-delay: 0.5s!important;
    transition-delay: 0.5s!important;

}

section.como-fazemos-sft .box-como-fazemos:nth-child(2) {
    width: 160px;
    height: 170px;
    display: block;
    border: 3px solid #ff0000;
    position: absolute;
    top: 20px;
    left: 410px;
    border-radius: 30px;
    -webkit-transition-delay: 0.7s!important;
    -o-transition-delay: 0.7s!important;
    transition-delay: 0.7s!important;
}

section.como-fazemos-sft .box-como-fazemos:nth-child(3) {
    width: 160px;
    height: 170px;
    display: block;
    border: 3px solid #ff0000;
    position: absolute;
    top: 20px;
    left: 680px;
    border-radius: 30px;
    -webkit-transition-delay: 0.9s!important;
    -o-transition-delay: 0.9s!important;
    transition-delay: 0.9s!important;
}

section.como-fazemos-sft .box-como-fazemos:nth-child(4) {
    width: 270px;
    height: 170px;
    display: block;
    border: 3px solid #ff0000;
    position: absolute;
    top: 260px;
    left: 480px;
    border-radius: 30px;
        -webkit-transition-delay: 1.1s!important;
    -o-transition-delay: 1.1s!important;
    transition-delay: 1.1s!important;

}
section.como-fazemos-sft .box-como-fazemos:nth-child(5) {
    width: 240px;
    height: 150px;
    display: block;
    border: 3px solid #ff0000;
    position: absolute;
    top: 278px;
    left: 140px;
    border-radius: 30px;

    -webkit-transition-delay: 1.3s!important;
    -o-transition-delay: 1.3s!important;
    transition-delay: 1.3s!important;
}

section.como-fazemos-sft .box-como-fazemos:nth-child(1):after{
    content: "";
    display: block;
    width: 600px;
    height: 70px;
    background: url(../images/assets/sistemas/bg-linha-1.png) left top no-repeat;
    position: absolute;
    top: -80px;
    right: -510px;
    background-size: 58%;
}
section.como-fazemos-sft .box-como-fazemos:nth-child(2):after{
    content: "";
    display: block;
    width: 600px;
    height: 40px;
    background: url(../images/assets/sistemas/bg-linha-2.png) left bottom no-repeat;
    position: absolute;
    top: 175px;
    right: -510px;
    background-size: 50%;
}
section.como-fazemos-sft .box-como-fazemos:nth-child(3):after{
    content: "";
    display: block;
    width: 230px;
    height: 270px;
    background: url(../images/assets/sistemas/bg-linha-3.png) left bottom no-repeat;
    position: absolute;
    top: 63px;
    right: -146px;
    background-size: 70%;
}
section.como-fazemos-sft .box-como-fazemos:nth-child(4):after{
    content: "";
    display: block;
    width: 500px;
    height: 50px;
    background: url(../images/assets/sistemas/bg-linha-4.png) left bottom no-repeat;
    position: absolute;
    top: 176px;
    right: 24px;
    background-size: 80%;
}
section.como-fazemos-sft .box-como-fazemos:nth-child(5):after{
    content: "";
    display: block;
    width: 260px;
    height: 150px;
    background: url(../images/assets/sistemas/bg-linha-5.png) left bottom no-repeat;
    position: absolute;
    top: -74px;
    right: 40px;
    background-size: 30%;
}

section.como-fazemos-sft .box-como-fazemos h2{
    width: 100%;
    display: block;
    height: 30px;
    font-size: 20px;
    text-align: center;
    margin: -10px auto 2px;
    padding: 0px;
}

section.como-fazemos-sft .box-como-fazemos img{
    width: 40px;
    height: auto;
    display: block;
    margin: 15px auto;
}
section.como-fazemos-sft .box-como-fazemos span{
    font-family: 'exolight';
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
    width: 100%;
    display: block;
    text-align: center;
    margin: 0px;
    padding: 0px;
}
section.top .bt-sistemas .list{
    height: 155px;
    margin-top: 3px;
    opacity: 1;
}
section.top .bt-sistemas .list{
    width: 100%;
    display: block;
    background: #fff;
    z-index: -100;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 155px;
    margin-top: 3px;
    opacity: 1;
}
section.top .bt-sistemas {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    bottom: 0px;
    text-align: center;
    position: absolute;
    float: left;
    z-index: 10;
}


section.top .bt-sistemas span {
    font-weight: bold;
}
section.top .bt-sistemas span {
    height: 30px;
    padding-top: 10px;
    width: 40px;
    cursor: default;
    font-family: 'exothin';
    font-size: 50px;
    line-height: 22px;
    color: #c00019;
    text-transform: uppercase;
    background: #fff;
    border-radius: 30px;
    margin: 0 auto;
    display: block;
    margin-top: -11px;
}

@media only screen 
and (min-width : 0px) 
and (max-width : 415px) {
    section.top .conteudo .top .txt.t_baixo{
        display: none;
    }
    section.como-fazemos-sft h2{
        font-size: 30px;
        line-height: 30px;
        width: 100%;
    }
    section.sft-proprio h2{
        padding: 30px 20px;
        width: calc(100% - 50px);
        font-size: 25px;
        line-height: 35px;
    }
    section.top .bt-sistemas .list .cont div.box-tech{
        width: 50%;
        margin-right: 0px;
    }
    section.top .banner-top span.icoP:nth-child(2) {
        width: 55px;
        height: 55px;
        top: 310px;
        right: 30px;
    }
    section.top {
        padding-top: 50px;
        height: 700px!important;
        background-size: cover;
        padding-bottom: 0px!important;
    }
    section.top.anima .bt-sistemas .list .cont div.box-tech:nth-child(5){
        margin: 0 auto;
        width: 200px;
        float: none;
        height: 90px;
        display: inline-block;

    }
    section.top .bt-sistemas .list{
        height: auto;
    }
    section.sft-proprio .owl-carousel .owl-wrapper-outer,
    section.como-fazemos-sft .owl-carousel .owl-wrapper-outer{
        height: 180px;
    }
    section.sft-proprio h1{
        width: calc(100% - 20px)!important;
        
    }
    section.sft-proprio .cont,
    section.como-fazemos-sft .cont{
        width: calc(100% - 20px)!important;
    }
    section.como-fazemos-sft .box-como-fazemos{
        position: relative!important;
        padding: 0px;
        width: 70%!important;
        margin: 0px;
        left: 0px!important;
        top: 0px!important;

    }
    section.como-fazemos-sft{
        height: 450px!important;
    }
}


@media only screen 
and (min-width : 415px) 
and (max-width : 768px) {
    section.top .conteudo .top .txt.t_baixo{
        display: none;
    }
    section.top {
        height: 750px;
    }
    section.top .conteudo .top .txt h2 {
        width: calc(100% - 0px)!important;
    }
    section.top.anima .bt-sistemas .list .cont div.box-tech{
        width: 18%;

    }
    section.sft-proprio .owl-carousel .owl-wrapper-outer,
    section.como-fazemos-sft .owl-carousel .owl-wrapper-outer{
        height: 180px;
    }
    section.sft-proprio h1{
        width: calc(100% - 20px)!important;
        
    }
    section.sft-proprio .cont,
    section.como-fazemos-sft .cont{
        width: calc(100% - 20px)!important;
    }
    section.como-fazemos-sft .box-como-fazemos{
        position: relative!important;
        padding: 0px;
        width: 70%!important;
        margin: 0px;
        left: 0px!important;
        top: 0px!important;
        
    }
    section.como-fazemos-sft{
        height: 450px!important;
    }
}


@media only screen 
and (min-width : 769px) 
and (max-width : 900px) {
    section.top .conteudo .top .txt.t_baixo{
        display: none;
    }
    section.top {
        height: 490px;
    }
}







