section.solucoes {
  width: 100%;
  height: auto;
  display: inline-block;
  /* margin-top: 60px; */
  overflow: hidden;
}

section.solucoes #banner_principal, 
section.solucoes #banner_principal .owl-stage-outer {
    position: relative;
    width: 100%;
    overflow: hidden;
    max-height: 700px;
    float: left;
}
section.solucoes #banner_principal .bannerList {
    display: inline-block;
    width: 100%!important;
    height: 100%;
    margin-bottom: -5px;
}
section.solucoes #banner_principal .banner_item {
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: url('../images/assets/banner.jpg') center center no-repeat; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

section.solucoes #banner_principal .owl-loaded .owl-nav {
  width: calc(90% - 0px);
  margin: 0 calc(40% - 302px);
  max-width: calc(980px - 40px);
}
section.solucoes #banner_principal .owl-loaded .owl-dots{
  position: absolute;
  width: 20px;
  height: auto;
  right: 20px;
  top: calc(50% - 50px);
  display: block;
}
section.solucoes #banner_principal .owl-loaded .owl-dot span{
  background: #464646;
  width: 10px;
  height: 10px;
  margin: 5px;
  display: block;
  border-radius: 10px;
}
section.solucoes #banner_principal .owl-loaded .owl-dot:hover span,
section.solucoes #banner_principal .owl-loaded .owl-dot.active span{
  background: #8417c0;
}
section.solucoes #banner_principal .owl-loaded .owl-dot{
  width: auto;
  height: auto;
  /* margin: 5px; */
  display: block;
  cursor: pointer;
  float: left;
}
section.solucoes #banner_principal .owl-loaded .owl-nav .owl-prev{
  width: 40px;
  height: 72px;
  background-position: -46px -110px;
}
section.solucoes #banner_principal .owl-loaded .owl-nav .owl-prev:hover{
  background-position: 0px -180px;
}
section.solucoes #banner_principal .owl-loaded .owl-nav .owl-next{
  width: 40px;
  height: 72px;
  background-position: -85px -110px;
}
section.solucoes #banner_principal .owl-loaded .owl-nav .owl-next:hover{
  background-position: -38px -180px;
}
section.solucoes #banner_principal .banner_item a {
    width: 100%;
    display: inline-block;
    position: relative;
}
section.solucoes #banner_principal .banner_item .bannertxts {
  width: calc(980px - 40px);
  display: inline-block;
  background: transparent;
  position: absolute;
  top: 0px;
  max-width: calc(980px - 40px);
  margin: 0 calc(50% - 470px);
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;


  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

section.solucoes #banner_principal .banner_item .bannertxts span.txtT {
    font-family: 'Source Code Pro SemiBold';
    width: 50%;
    min-width: 350px;
    display: inline-block;
    color: #fff;
    line-height: 44px;
    font-size: 44px;
    float: left;
    text-align: left;
    margin-left: 0%;
    text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.46);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: translate3d(0px,-300px,0px);
    -moz-transform: translate3d(0px,-300px,0px);
    -ms-transform: translate3d(0px,-300px,0px);
    -o-transform: translate3d(0px,-300px,0px);
    transform: translate3d(0px,-300px,0px);
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
    opacity: 0;
}

section.solucoes #banner_principal .banner_item .bannertxts span.txtB {
    font-family: 'Source Code Pro Medium';
    width: auto;
    display: inline-block;
    color: #fff;
    line-height: 20px;
    font-size: 14px;
    letter-spacing: 2px;
    float: left;
    border-radius: 30px;
    text-align: left;
    text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.46);
    cursor: pointer;
    padding: 10px 30px;
    background: #730eaa;
    border: 1px solid transparent;
    margin-top: 20px;
    position: relative;
    z-index: 1;
    margin-left: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: translate3d(0px,-300px,0px);
    -moz-transform: translate3d(0px,-300px,0px);
    -ms-transform: translate3d(0px,-300px,0px);
    -o-transform: translate3d(0px,-300px,0px);
    transform: translate3d(0px,-300px,0px);
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
    opacity: 0;
}
section.solucoes #banner_principal .banner_item .bannertxts:hover span.txtB {
  background: #fff;
  color: #730eaa;
  border: 1px solid #730eaa;

  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
section.solucoes #banner_principal .banner_item .bannertxts span.txtS {
    font-family: 'robotoitalic';
    width: 100%;
    min-width: 350px;
    display: block;
    color: #fff;
    line-height: 23px;
    font-size: 23px;
    float: left;
    text-align: left;
    text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.46);
    padding-top: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: translate3d(0px,-300px,0px);
    -moz-transform: translate3d(0px,-300px,0px);
    -ms-transform: translate3d(0px,-300px,0px);
    -o-transform: translate3d(0px,-300px,0px);
    transform: translate3d(0px,-300px,0px);

    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
    opacity: 0;
}

section.solucoes #banner_principal .owl-item.active .banner_item .bannertxts span.txtS,
section.solucoes #banner_principal .owl-item.active .banner_item .bannertxts .txtB,
section.solucoes #banner_principal .owl-item.active .banner_item .bannertxts span.txtT{
    -webkit-transform: translate3d(0px,0px,0px);
    -moz-transform: translate3d(0px,0px,0px);
    -ms-transform: translate3d(0px,0px,0px);
    -o-transform: translate3d(0px,0px,0px);
    transform: translate3d(0px,0px,0px);
    opacity: 1;
}
section.solucoes #banner_principal .banner_item img {
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    max-height: 700px;
    opacity: 0;
}
section.solucoes .conteudo {
  width: calc(980px - 40px);
  display: block;
  margin: 0 auto;
  min-height: 200px;
  /* background: #fff; */
  position: relative;
  padding-top: 0px;
  padding-left: 20px;
  padding-right: 20px;
}



/* PROCURA */
section.solucoes .conteudo .procura.ani {
  opacity: 1;
}
section.solucoes .conteudo .procura {
  width: 100%;
  height: auto;
  display: inline-block;
  margin-bottom: -4px;
  opacity: 0;
  -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;
  padding-bottom: 40px;
}
section.solucoes .conteudo .procura .inter {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: -4px;
  margin-bottom: 20px;

  -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;
}

section.solucoes .conteudo span.titulo {
  width: calc(100% - 0px);
  display: block;
  padding: 12px 0px;
  font-size: 40px;
  line-height: 40px;
  font-family: 'Source Code Pro Bold';
  color: #730ea9;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 2;
  text-align: center;
  margin: 20px 0px;


  opacity: 0;
  -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;



  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;

  -webkit-transform: translate3d(0px,-100px,0px);
  -moz-transform: translate3d(0px,-100px,0px);
  -ms-transform: translate3d(0px,-100px,0px);
  -o-transform: translate3d(0px,-100px,0px);
  transform: translate3d(0px,-100px,0px);
}
section.solucoes .conteudo .procura span.sub {
  width: calc(100% - 0px);
  display: block;
  font-size: 12px;
  line-height: 20px;
  font-family: 'Source Code Pro Light';
  margin: 50px 0px;
  color: #707070;
  font-weight: 900;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 2;
  text-align: justify;


   opacity: 0;
  -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;


   -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;

  -webkit-transform: translate3d(0px,-100px,0px);
  -moz-transform: translate3d(0px,-100px,0px);
  -ms-transform: translate3d(0px,-100px,0px);
  -o-transform: translate3d(0px,-100px,0px);
  transform: translate3d(0px,-100px,0px);
}


section.solucoes .conteudo span.sub.co {
    width: calc(100% - 0px);
    display: block;
    font-size: 12px;
    line-height: 20px;
    font-family: 'Source Code Pro Light';
    margin: 0px 0px 60px;
    color: #707070;
    font-weight: 900;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: relative;
    z-index: 2;
    text-align: justify;
    
    
}

section.solucoes .conteudo span.sub.cc {
    text-align: center;
}
section.solucoes .conteudo .procura.ani span.titulo,
section.solucoes .conteudo .recurso.ani span.titulo,
section.solucoes .conteudo .recurso.ani span.sub,
section.solucoes .saberMais.ani span.titulo,
section.solucoes .saberMais.ani span.sub,
section.solucoes .parceiro.ani span.titulo,
section.solucoes .parceiro.ani span.sub,
section.solucoes .blog.ani span.titulo,
section.solucoes .blog.ani span.sub ,
section.solucoes .liga.ani span.titulo,
section.solucoes .liga.ani span.sub {
  opacity: 1;
  -webkit-transform: translate3d(0px,0px,0px);
  -moz-transform: translate3d(0px,0px,0px);
  -ms-transform: translate3d(0px,0px,0px);
  -o-transform: translate3d(0px,0px,0px);
  transform: translate3d(0px,0px,0px);
}


section.solucoes .conteudo .procura .box:nth-child(4n):before{
  content: none;
}
section.solucoes .conteudo .procura .box{
  width: 25%;
  height: auto;
  display: inline-block;
  margin-bottom: 35px;
  float: left;
  opacity: 0;
  position: relative;
  padding-bottom: 50px;
  -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;
  
}

section.solucoes .conteudo .procura .inter.seis .box{
  width: 33.3%;
} 
section.solucoes .conteudo .procura .inter.cinco .box{
  width: 20%;
} 


section.solucoes .conteudo .procura .box .img {
    width: 100%;
    background-position: center;
    z-index: 3;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 50%;
    height: 130px;
    max-width: 130px;
    text-align: center;
    margin: 0 auto;
}
section.solucoes .conteudo .procura .box:nth-child(1){
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;

  -webkit-transform: translate3d(0px,-100px,0px);
  -moz-transform: translate3d(0px,-100px,0px);
  -ms-transform: translate3d(0px,-100px,0px);
  -o-transform: translate3d(0px,-100px,0px);
  transform: translate3d(0px,-100px,0px);
}
section.solucoes .conteudo .procura .box:nth-child(2){
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;

  -webkit-transform: translate3d(0px,-100px,0px);
  -moz-transform: translate3d(0px,-100px,0px);
  -ms-transform: translate3d(0px,-100px,0px);
  -o-transform: translate3d(0px,-100px,0px);
  transform: translate3d(0px,-100px,0px);
}
section.solucoes .conteudo .procura .box:nth-child(3){
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;

  -webkit-transform: translate3d(0px,-100px,0px);
  -moz-transform: translate3d(0px,-100px,0px);
  -ms-transform: translate3d(0px,-100px,0px);
  -o-transform: translate3d(0px,-100px,0px);
  transform: translate3d(0px,-100px,0px);
}
section.solucoes .conteudo .procura .box:nth-child(4){
  -webkit-transition-delay: 1.0s;
  -o-transition-delay: 1.0s;
  transition-delay: 1.0s;

  -webkit-transform: translate3d(0px,-100px,0px);
  -moz-transform: translate3d(0px,-100px,0px);
  -ms-transform: translate3d(0px,-100px,0px);
  -o-transform: translate3d(0px,-100px,0px);
  transform: translate3d(0px,-100px,0px);
}

section.solucoes .conteudo .procura .box:nth-child(5){
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;

  -webkit-transform: translate3d(0px,-100px,0px);
  -moz-transform: translate3d(0px,-100px,0px);
  -ms-transform: translate3d(0px,-100px,0px);
  -o-transform: translate3d(0px,-100px,0px);
  transform: translate3d(0px,-100px,0px);
}
section.solucoes .conteudo .procura .box:nth-child(6){
  -webkit-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s;

  -webkit-transform: translate3d(0px,-100px,0px);
  -moz-transform: translate3d(0px,-100px,0px);
  -ms-transform: translate3d(0px,-100px,0px);
  -o-transform: translate3d(0px,-100px,0px);
  transform: translate3d(0px,-100px,0px);
}
section.solucoes .conteudo .procura .box:nth-child(7){
  -webkit-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  transition-delay: 1.6s;

  -webkit-transform: translate3d(0px,-100px,0px);
  -moz-transform: translate3d(0px,-100px,0px);
  -ms-transform: translate3d(0px,-100px,0px);
  -o-transform: translate3d(0px,-100px,0px);
  transform: translate3d(0px,-100px,0px);
}
section.solucoes .conteudo .procura .box:nth-child(8){
  -webkit-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  transition-delay: 1.8s;

  -webkit-transform: translate3d(0px,-100px,0px);
  -moz-transform: translate3d(0px,-100px,0px);
  -ms-transform: translate3d(0px,-100px,0px);
  -o-transform: translate3d(0px,-100px,0px);
  transform: translate3d(0px,-100px,0px);
}

section.solucoes .conteudo .procura.ani .box,
section.solucoes .conteudo .procura.ani span.sub {
  opacity: 1;
  -webkit-transform: translate3d(0px,0px,0px);
  -moz-transform: translate3d(0px,0px,0px);
  -ms-transform: translate3d(0px,0px,0px);
  -o-transform: translate3d(0px,0px,0px);
  transform: translate3d(0px,0px,0px);
}

section.solucoes .conteudo .procura .box span.num {
  width: calc(100% - 20px);
  display: block;
  font-size: 20px;
  line-height: 20px;
  min-height: 40px;
  font-family: 'Source Code Pro Medium';
  color: #8417c0;
  font-weight: 800;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 2;
  text-align: center;
  margin-left: 10px;
  margin-bottom: 30px;
  /*overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;*/
}
section.solucoes .conteudo .procura .box span.info {
  width: calc(100% - 0px);
  display: block;
  font-size: 12px;
  line-height: 17px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 2;
  text-align: center;
  font-family: 'Source Code Pro Regular';
  margin: 20px 0px;
  color: #707070;
  font-weight: 900;
}

section.solucoes .conteudo .procura .box:hover .saiba {
  border: 1px solid #730eaa;
  background: #730eaa;
  color: #fff;
}
section.solucoes .conteudo .procura .box .saiba {
  background: #fff;
  color: #4c4c4c;
  border: 1px solid #dbdbdb;
  text-align: center;
  font-family: 'Source Code Pro Medium';
  margin: 0px auto;
  font-size: 12px;
  font-weight: 900;
  width: 100px;
  display: block;
  padding: 10px;
  border-radius: 20px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

section.solucoes .conteudo a.bt_c {
  font-family: 'Source Code Pro Medium';
  width: 550px;
  text-align: center;
  display: inline-block;
  color: #fff;
  line-height: 16px;
  font-size: 16px;
  text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.46);
  cursor: pointer;
  padding: 15px 30px;
  background: #8417c0;
  border-radius: 40px;
  border: 1px solid transparent;
  margin: 40px calc(50% - 305px);
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

section.solucoes .conteudo a.bt_c.pe {
    width: auto;
    min-width: 270px;
    display: table;
    margin: 0 auto;
}
section.solucoes .conteudo a.bt_c:before {
    content: "";
    width: 100px;
    height: 1px;
    position: absolute;
    top: calc(50%);
    right: -150px;
    background: #dbdbdb;
}

section.solucoes .conteudo a.bt_c:after {
    content: "";
    width: 100px;
    height: 1px;
    position: absolute;
    top: calc(50%);
    left: -150px;
    background: #dbdbdb;
}

section.solucoes .conteudo a.bt_c:hover {
  background: #4a096d;
  color: #fff;
  border: 1px solid #4a096d;
}

section.solucoes .conteudo a.bt_c.outras {
  width: 400px;
  margin: 40px calc(50% - 230px);
  /* background: #122c4c; */
}
section.solucoes .conteudo a.bt_c.mais {
  background: #122c4c;
}
section.solucoes .conteudo a.bt_c.mais:hover {
  background: #efba59;
  border: 1px solid #efba59;
}
/* FIM PROCURA */



/* RECURSO */
section.solucoes .conteudo .recurso.ani {
  opacity: 1;
}
section.solucoes .conteudo .recurso:after {
  content: "";
  width: 100%;
  display: block;
  height: 100%;
  background: #f6f6f6;
  position: absolute;
  left: 100%;
  top: 0px;
}
section.solucoes .conteudo .recurso:before {
  content: "";
  width: 100%;
  display: block;
  height: 100%;
  background: #f6f6f6;
  position: absolute;
  right: 100%;
  top: 0px;
}
section.solucoes .conteudo .recurso {
  width: 100%;
  height: auto;
  display: inline-block;
  margin-bottom: -4px;
  opacity: 0;
  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;
  background: #f6f6f6;
  padding-bottom: 50px;
}
section.solucoes .conteudo .recurso span.sub {
  width: calc(100% - 0px);
  display: block;
  font-size: 12px;
  line-height: 20px;
  font-family: 'Source Code Pro Light';
  margin: 20px 0px 40px;
  color: #707070;
  font-weight: 900;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 2;
  text-align: center;
  opacity: 0;
  -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;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: translate3d(0px,-100px,0px);
  -moz-transform: translate3d(0px,-100px,0px);
  -ms-transform: translate3d(0px,-100px,0px);
  -o-transform: translate3d(0px,-100px,0px);
  transform: translate3d(0px,-100px,0px);
}
section.solucoes .conteudo .recurso span.titulo {
    margin-bottom: 10px;
    margin-top: 60px;
}


section.solucoes .conteudo .recurso .inter {
  width: 100%;
  height: auto;
  
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow:  row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;

  margin-bottom: -4px;
  margin-bottom: 20px;

  -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;
}


section.solucoes .conteudo .recurso .box:nth-child(4n):before{
  content: none;
}
section.solucoes .conteudo .recurso .box:hover{
  /* background: #fff; */
}
section.solucoes .conteudo .recurso .box:hover:after{
  opacity: 1;
  
}
section.solucoes .conteudo .recurso .box:after{
    content: "";
  width: 100%;
  height: 100%;
  display: block;
  left: 0px;
  top: 0px;
  position: absolute;
  background: #fff;
  border-radius: 10px;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
section.solucoes .conteudo .recurso .box{
width: calc(25% - 22px);
  height: auto;
  display: inline-block;
  margin: 5px 10px;
  margin-bottom: 10px;
  padding-bottom: 50px;
  float: left;
  opacity: 0;
  position: relative;
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  
  -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;
  
}
section.solucoes .conteudo .recurso .box .img {
   width: 100%;
    background-position: center;
    z-index: 3;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 50%;
    height: 90px;
    max-width: 130px;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
}
section.solucoes .conteudo .recurso .box:nth-child(1){
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;

  -webkit-transform: translate3d(0px,-100px,0px);
  -moz-transform: translate3d(0px,-100px,0px);
  -ms-transform: translate3d(0px,-100px,0px);
  -o-transform: translate3d(0px,-100px,0px);
  transform: translate3d(0px,-100px,0px);
}
section.solucoes .conteudo .recurso .box:nth-child(2){
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;

  -webkit-transform: translate3d(0px,-100px,0px);
  -moz-transform: translate3d(0px,-100px,0px);
  -ms-transform: translate3d(0px,-100px,0px);
  -o-transform: translate3d(0px,-100px,0px);
  transform: translate3d(0px,-100px,0px);
}
section.solucoes .conteudo .recurso .box:nth-child(3){
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;

  -webkit-transform: translate3d(0px,-100px,0px);
  -moz-transform: translate3d(0px,-100px,0px);
  -ms-transform: translate3d(0px,-100px,0px);
  -o-transform: translate3d(0px,-100px,0px);
  transform: translate3d(0px,-100px,0px);
}
section.solucoes .conteudo .recurso .box:nth-child(4){
  -webkit-transition-delay: 1.0s;
  -o-transition-delay: 1.0s;
  transition-delay: 1.0s;

  -webkit-transform: translate3d(0px,-100px,0px);
  -moz-transform: translate3d(0px,-100px,0px);
  -ms-transform: translate3d(0px,-100px,0px);
  -o-transform: translate3d(0px,-100px,0px);
  transform: translate3d(0px,-100px,0px);
}

section.solucoes .conteudo .recurso .box:nth-child(5){
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;

  -webkit-transform: translate3d(0px,-100px,0px);
  -moz-transform: translate3d(0px,-100px,0px);
  -ms-transform: translate3d(0px,-100px,0px);
  -o-transform: translate3d(0px,-100px,0px);
  transform: translate3d(0px,-100px,0px);
}
section.solucoes .conteudo .recurso .box:nth-child(6){
  -webkit-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s;

  -webkit-transform: translate3d(0px,-100px,0px);
  -moz-transform: translate3d(0px,-100px,0px);
  -ms-transform: translate3d(0px,-100px,0px);
  -o-transform: translate3d(0px,-100px,0px);
  transform: translate3d(0px,-100px,0px);
}
section.solucoes .conteudo .recurso .box:nth-child(7){
  -webkit-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  transition-delay: 1.6s;

  -webkit-transform: translate3d(0px,-100px,0px);
  -moz-transform: translate3d(0px,-100px,0px);
  -ms-transform: translate3d(0px,-100px,0px);
  -o-transform: translate3d(0px,-100px,0px);
  transform: translate3d(0px,-100px,0px);
}
section.solucoes .conteudo .recurso .box:nth-child(8){
  -webkit-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  transition-delay: 1.8s;

  -webkit-transform: translate3d(0px,-100px,0px);
  -moz-transform: translate3d(0px,-100px,0px);
  -ms-transform: translate3d(0px,-100px,0px);
  -o-transform: translate3d(0px,-100px,0px);
  transform: translate3d(0px,-100px,0px);
}
section.solucoes .conteudo .recurso .box:nth-child(9){
  -webkit-transition-delay: 2.0s;
  -o-transition-delay: 2.0s;
  transition-delay: 2.0s;

  -webkit-transform: translate3d(0px,-100px,0px);
  -moz-transform: translate3d(0px,-100px,0px);
  -ms-transform: translate3d(0px,-100px,0px);
  -o-transform: translate3d(0px,-100px,0px);
  transform: translate3d(0px,-100px,0px);
}
section.solucoes .conteudo .recurso .box:nth-child(10){
  -webkit-transition-delay: 2.2s;
  -o-transition-delay: 2.2s;
  transition-delay: 2.2s;

  -webkit-transform: translate3d(0px,-100px,0px);
  -moz-transform: translate3d(0px,-100px,0px);
  -ms-transform: translate3d(0px,-100px,0px);
  -o-transform: translate3d(0px,-100px,0px);
  transform: translate3d(0px,-100px,0px);
}
section.solucoes .conteudo .recurso .box:nth-child(11){
  -webkit-transition-delay: 2.4s;
  -o-transition-delay: 2.4s;
  transition-delay: 2.4s;

  -webkit-transform: translate3d(0px,-100px,0px);
  -moz-transform: translate3d(0px,-100px,0px);
  -ms-transform: translate3d(0px,-100px,0px);
  -o-transform: translate3d(0px,-100px,0px);
  transform: translate3d(0px,-100px,0px);
}
section.solucoes .conteudo .recurso .box:nth-child(12){
  -webkit-transition-delay: 2.6s;
  -o-transition-delay: 2.6s;
  transition-delay: 2.6s;

  -webkit-transform: translate3d(0px,-100px,0px);
  -moz-transform: translate3d(0px,-100px,0px);
  -ms-transform: translate3d(0px,-100px,0px);
  -o-transform: translate3d(0px,-100px,0px);
  transform: translate3d(0px,-100px,0px);
}
section.solucoes .conteudo .recurso .box:nth-child(13){
  -webkit-transition-delay: 2.8s;
  -o-transition-delay: 2.8s;
  transition-delay: 2.8s;

  -webkit-transform: translate3d(0px,-100px,0px);
  -moz-transform: translate3d(0px,-100px,0px);
  -ms-transform: translate3d(0px,-100px,0px);
  -o-transform: translate3d(0px,-100px,0px);
  transform: translate3d(0px,-100px,0px);
}
section.solucoes .conteudo .recurso .box:nth-child(14){
  -webkit-transition-delay: 3.0s;
  -o-transition-delay: 3.0s;
  transition-delay: 3.0s;

  -webkit-transform: translate3d(0px,-100px,0px);
  -moz-transform: translate3d(0px,-100px,0px);
  -ms-transform: translate3d(0px,-100px,0px);
  -o-transform: translate3d(0px,-100px,0px);
  transform: translate3d(0px,-100px,0px);
}
section.solucoes .conteudo .recurso .box:nth-child(15){
  -webkit-transition-delay: 3.2s;
  -o-transition-delay: 3.2s;
  transition-delay: 3.2s;

  -webkit-transform: translate3d(0px,-100px,0px);
  -moz-transform: translate3d(0px,-100px,0px);
  -ms-transform: translate3d(0px,-100px,0px);
  -o-transform: translate3d(0px,-100px,0px);
  transform: translate3d(0px,-100px,0px);
}

section.solucoes .conteudo .recurso.ani .box,
section.solucoes .conteudo .recurso.ani span.sub {
  opacity: 1;
  -webkit-transform: translate3d(0px,0px,0px);
  -moz-transform: translate3d(0px,0px,0px);
  -ms-transform: translate3d(0px,0px,0px);
  -o-transform: translate3d(0px,0px,0px);
  transform: translate3d(0px,0px,0px);
}

section.solucoes .conteudo .recurso .box span.num {
  width: calc(100% - 0px);
  min-height: 35px;
  display: block;
  font-size: 15px;
  line-height: 15px;
  font-family: 'Source Code Pro Medium';
  color: #8417c0;
  font-weight: 800;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 2;
  text-align: center;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
section.solucoes .conteudo .recurso .box span.info {
    width: calc(100% - 20px);
    display: block;
    font-size: 12px;
    line-height: 17px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: relative;
    z-index: 2;
    text-align: center;
    font-family: 'Source Code Pro Regular';
    margin: 20px 10px;
    color: #707070;
    font-weight: 900;
    height: auto;
}

section.solucoes .conteudo .recurso .box:hover .saiba {
  border: 1px solid #730eaa;
  background: #fff!important;
  color: #730eaa;
}
section.solucoes .conteudo .recurso .box .saiba {
  background: #fff;
  color: #4c4c4c;
  border: 1px solid #dbdbdb;
  text-align: center;
  font-family: 'Source Code Pro Medium';
  margin: 0px calc(50% - 61px);
  font-size: 12px;
  font-weight: 900;
  width: 100px;
  display: block;
  padding: 10px;
  border-radius: 20px;
  cursor: pointer;
  position: absolute;
  bottom: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* FIM RECURSO */





/* COMENTARIOS */
section.solucoes .conteudo .demonstracao {
    background: #730eaa;
    display: inline-block;
    width: 100%;
    height: auto;
    margin-bottom: -4px;
    position: relative;
    padding: 50px 0px;
}
section.solucoes .conteudo .demonstracao:before {
    content: "";
    position: absolute;
    /*background: #730eaa;*/
    top: 0px;
    left: 100%;
    width: 300%;
    height: 100%;
}
section.solucoes .conteudo .demonstracao:after {
    content: "";
    position: absolute;
    background: #730eaa;
    top: 0px;
    left: -100%;
    width: 300%;
    height: 100%;
}
section.solucoes .conteudo .demonstracao span.til {
    font-family: 'Source Code Pro Bold';
    width: 100%;
    min-width: 350px;
    display: inline-block;
    color: #fff;
    line-height: 36px;
    font-size: 36px;
    position: relative;
    z-index: 1;
}
section.solucoes .conteudo .demonstracao span.til sub{
    font-family: 'Source Code Pro Regular';
    width: 100%;
    min-width: 350px;
    display: inline-block;
    color: #fff;
    line-height: 20px;
    font-size: 18px;
    margin-top: 0px;
    float: left;
}
section.solucoes .conteudo .demonstracao a.solicite {
    background: #f0bf66;
    color: #730eaa;
    border: 1px solid #f0bf66;
    text-align: center;
    font-family: 'Source Code Pro Medium';
    margin: 0px auto;
    font-size: 14px;
    font-weight: 900;
    width: auto;
    float: right;
    display: block;
    padding: 10px 20px;
    border-radius: 20px;
    cursor: pointer;
    top: calc(50% - 20px);
    right: 30px;
    position: absolute;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}
section.solucoes .conteudo .demonstracao a.solicite:hover {
    border: 1px solid #730eaa;
    background: #fff;
    color: #730eaa;
}
/* COMENTARIOS */



/* CONHEÇA SISTEMA */

section.solucoes .conteudo .opc:after {
  content: "";
  position: absolute;
  background: #8417c0;
  top: 0px;
  left: -100%;
  width: 300%;
  height: 70%;
}
section.solucoes .conteudo .opc.ani {
  opacity: 1;
  -webkit-transform: translate3d(0px,0px,0px);
  -moz-transform: translate3d(0px,0px,0px);
  -ms-transform: translate3d(0px,0px,0px);
  -o-transform: translate3d(0px,0px,0px);
  transform: translate3d(0px,0px,0px);
}
section.solucoes .conteudo .opc {
  width: 100%;
  padding-top: 40px;
  height: auto;
  display: inline-block;
  margin-bottom: -4px;
  /*background: #8417c0;*/
  position: relative;

  margin-bottom: 60px;

  opacity: 0;
  -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;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transform: translate3d(0px,-100px,0px);
  -moz-transform: translate3d(0px,-100px,0px);
  -ms-transform: translate3d(0px,-100px,0px);
  -o-transform: translate3d(0px,-100px,0px);
  transform: translate3d(0px,-100px,0px);
}
section.solucoes .conteudo .opc span.sub {
    width: calc(100% - 0px);
    display: block;
    font-size: 15px;
    line-height: 20px;
    font-family: 'robotoregular';
    color: #7a7a7a;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: relative;
    z-index: 2;
    text-align: center;
}
section.solucoes .conteudo .opc span.titulo {
    margin-bottom: 10px;
    padding-bottom: 30px;
}
section.solucoes .conteudo .opc #banner_opc{
  margin-top: 15px;
}
section.solucoes .conteudo .opc #banner_opc, 
section.solucoes .conteudo .opc #banner_opc .owl-stage-outer {
    position: relative;
    width: 100%;
    overflow: hidden;
    /* max-height: 320px; */
    float: left;
}


section.solucoes .conteudo .opc #banner_opc .bannerList {
    display: inline-block;
    width: 100%!important;
    height: 100%;
    margin-bottom: 30px;
}
section.solucoes .conteudo .opc #banner_opc .banner_item {
    display: inline-block;
    position: relative;
    min-height: 700px;
    width: 755px;
    margin: 0 calc(50% - 377px);
    background: url(../images/assets/fundoOS.png) center center no-repeat;
    margin-top: 30px;
}

section.solucoes .conteudo .opc #banner_opc .owl-loaded .owl-nav {
    width: calc(100% + 100px);
    margin: 0 -50px;
}
section.solucoes .conteudo .opc #banner_opc .owl-loaded .owl-nav .owl-prev{
    width: 40px;
    height: 72px;
    background-position: -46px -110px;
}
section.solucoes .conteudo .opc #banner_opc .owl-loaded .owl-nav .owl-prev:hover{
  /* background-position: 0px -180px; */
}
section.solucoes .conteudo .opc #banner_opc .owl-loaded .owl-nav .owl-next{
    width: 40px;
    height: 72px;
    background-position: -85px -110px;
}

section.solucoes #banner_opc .owl-loaded .owl-dots {
  z-index: 3;
  position: absolute;
  width: 100%;
  height: auto;
  bottom: -30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px;
}
section.solucoes #banner_opc .owl-loaded .owl-dot {
    width: auto;
    height: auto;
    /* margin: 5px; */
    display: block;
    cursor: pointer;
    float: left;
}
section.solucoes #banner_opc .owl-loaded .owl-dot span {
    background: #464646;
    width: 10px;
    height: 10px;
    margin: 5px;
    display: block;
    border-radius: 10px;
}

section.solucoes #banner_opc .owl-loaded .owl-dot:hover span, 
section.solucoes #banner_opc .owl-loaded .owl-dot.active span {
    background: #8417c0;
}

section.solucoes .conteudo .opc #banner_opc .banner_item a {
    width: 100%;
    display: inline-block;
    position: relative;
}
section.solucoes .conteudo .opc #banner_opc .banner_item .bannertxts {
    width: 693px;
    height: 387px;
    display: inline-block;
    position: absolute;
    top: 52px;
    left: 31px;
    margin: 0px;
    z-index: 3;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    /*background: red;*/
}
section.solucoes .conteudo .opc #banner_opc .banner_item .bannertxts span.txtT {
     font-family: 'Source Code Pro Bold';
    width: 100%;
    min-width: 350px;
    display: inline-block;
    color: #fff;
    line-height: 40px;
    font-size: 40px;
    float: left;
    text-align: center;
    top: -100px;
    position: absolute;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: translate3d(0px,-300px,0px);
    -moz-transform: translate3d(0px,-300px,0px);
    -ms-transform: translate3d(0px,-300px,0px);
    -o-transform: translate3d(0px,-300px,0px);
    transform: translate3d(0px,-300px,0px);
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
    opacity: 0;
}


section.solucoes .conteudo .opc #banner_opc .owl-item.active .banner_item .bannertxts span.txtS,
section.solucoes .conteudo .opc #banner_opc .owl-item.active .banner_item .bannertxts .txtB,
section.solucoes .conteudo .opc #banner_opc .owl-item.active .banner_item .bannertxts span.txtT,
section.solucoes .conteudo .opc #banner_opc .owl-item.active .banner_item .bannertxts span.txtSub,
section.solucoes .conteudo .opc #banner_opc .owl-item.active .banner_item img,
section.solucoes .conteudo .opc #banner_opc .owl-item.active .banner_item .spot{
    -webkit-transform: translate3d(0px,0px,0px);
    -moz-transform: translate3d(0px,0px,0px);
    -ms-transform: translate3d(0px,0px,0px);
    -o-transform: translate3d(0px,0px,0px);
    transform: translate3d(0px,0px,0px);
    opacity: 1;
}


section.solucoes .conteudo .opc #banner_opc .banner_item img {
  position: absolute;
  left: 0px;
  width: 100%;
  top: 0px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translate3d(-300px,0px,0px);
  -moz-transform: translate3d(-300px,0px,0px);
  -ms-transform: translate3d(-300px,0px,0px);
  -o-transform: translate3d(-300px,0px,0px);
  transform: translate3d(-300px,0px,0px);
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  opacity: 0;
}


section.solucoes .conteudo .opc #banner_opc .banner_item .spot {
    position: absolute;
    background: #8418c4;
    width: 35px!important;
    height: 35px!important;
    display: block;
    border-radius: 30px;
    transition-delay: 0.6s;
    opacity: 0;

}
section.solucoes .conteudo .opc #banner_opc .banner_item .spot:after {
    content: "";
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
    background: url(../images/assets/sprite.png) -36px -23px no-repeat;
    border-radius: 20px;
    cursor: pointer;
}
section.solucoes .conteudo .opc #banner_opc .banner_item .spot:hover:after {
    background: url(../images/assets/sprite.png) -66px -22px no-repeat;
}
section.solucoes .conteudo .opc #banner_opc .banner_item .spot div.in {
    display: none;
}
section.solucoes .conteudo .opc #banner_opc .banner_item .spot div.in:after {
    /* opacity: 0; */
    content: "";
    width: 40px;
    height: 38px;
    display: block;
    left: 0px;
    bottom: -28px;
    position: absolute;
    background: url(../images/assets/sprite.png) -124px 8px no-repeat;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
section.solucoes .conteudo .opc #banner_opc .banner_item .spot:hover div.in {
    width: 210px;
    height: auto;
    position: absolute;
    left: calc(100% - 15px);
    bottom: 50px;
    z-index: 101;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-family: 'Source Code Pro Medium';
    text-align: left;
    display: inline-block;
    color: #730eaa;
    line-height: 14px;
    font-size: 14px;
    text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.46);
    cursor: pointer;
    padding: 30px;
    background: #efba5a;
    border-radius: 10px;
    text-transform: none;
    border-bottom-left-radius: 0px;
}

/* FIM CONHEÇA SISTEMA */




/* SABER MAIS */
section.solucoes .saberMais {
    width: calc(125% - 300px);
    height: auto;
    display: inline-block;
    padding: 30px 0px;
    padding-right: 300px;
    margin-bottom: -4px;
    background: #e7e5e6;
    position: relative;
    background: url(../images/assets/fundoQM.jpg) right no-repeat #e7e5e6;
    background-size: auto 100%;
    opacity: 0;
    -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;

    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transform: translate3d(0px,-100px,0px);
    -moz-transform: translate3d(0px,-100px,0px);
    -ms-transform: translate3d(0px,-100px,0px);
    -o-transform: translate3d(0px,-100px,0px);
    transform: translate3d(0px,-100px,0px);
}
section.solucoes .saberMais:before {
    content: "";
    position: absolute;
    background: #e7e5e6;
    top: 0px;
    left: 100%;
    width: 300%;
    height: 100%;
}
section.solucoes .saberMais:after {
    content: "";
    position: absolute;
    background: #e7e5e6;
    top: 0px;
    left: -100%;
    width: 100%;
    height: 100%;
}

section.solucoes .saberMais span.sub{
  width: calc(70% + 20px);
  display: block;
  font-size: 12px;
  line-height: 20px;
  font-family: 'Source Code Pro Light';
  margin: 20px 15% -10px;
  color: #707070;
  font-weight: 900;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 2;
  text-align: center;
  opacity: 0;
  -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;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: translate3d(0px,-100px,0px);
  -moz-transform: translate3d(0px,-100px,0px);
  -ms-transform: translate3d(0px,-100px,0px);
  -o-transform: translate3d(0px,-100px,0px);
  transform: translate3d(0px,-100px,0px);
}


section.solucoes .saberMais.ani {
  opacity: 1;
  -webkit-transform: translate3d(0px,0px,0px);
  -moz-transform: translate3d(0px,0px,0px);
  -ms-transform: translate3d(0px,0px,0px);
  -o-transform: translate3d(0px,0px,0px);
  transform: translate3d(0px,0px,0px);
}
section.solucoes .saberMais a.bt_c.mm {
    width: 70%;
    margin: 40px 15%;
    font-size: 13px;
    line-height: 13px;
    left: initial;
    float: none;
    font-size: 16px;
    padding: 20px;
    display: inline-block;
}
/* FIM SABER MAIS */



/* PARCEIRO */
section.solucoes .parceiro {
    width: calc(100% - 300px);
    height: auto;
    max-height: 250px;
    display: inline-block;
    /* padding: 30px 0px; */
    padding-left: 300px;
    margin-bottom: -4px;
    background: #e7e5e6;
    position: relative;
    background: url(../images/assets/fundoPM.jpg) left no-repeat #efba5a;
    background-size: auto;
    opacity: 0;

    -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;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;

    -webkit-transform: translate3d(0px,-100px,0px);
    -moz-transform: translate3d(0px,-100px,0px);
    -ms-transform: translate3d(0px,-100px,0px);
    -o-transform: translate3d(0px,-100px,0px);
    transform: translate3d(0px,-100px,0px);
}
section.solucoes .parceiro:before {
    content: "";
    position: absolute;
    background: #efba5a;
    top: 0px;
    left: 100%;
    width: 300%;
    height: 100%;
}
section.solucoes .parceiro span.titulo {
    text-align: left;
    color: #fff;
    padding-left: 80px;
    width: calc(100% - 80px);
    margin-bottom: 0px;
    margin-top: 20px;
    font-family: 'Source Code Pro Regular';
}
section.solucoes .parceiro span.sub {

}
section.solucoes .parceiro:after {
    content: "";
    position: absolute;
    background: #efba5a;
    top: 0px;
    left: -100%;
    width: 100%;
    height: 100%;
}

section.solucoes .parceiro span.sub{
    text-align: left;
    color: #fff;
    /* padding-left: 80px; */
    width: calc(100% - 80px);
    display: block;
    font-size: 12px;
    line-height: 20px;
    font-family: 'Source Code Pro Light';
    margin: 0px 0px 0px;
    padding-left: 80px;
    font-weight: 900;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: relative;
    z-index: 2;
    opacity: 0;
    -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;
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
    -webkit-transform: translate3d(0px,-100px,0px);
    -moz-transform: translate3d(0px,-100px,0px);
    -ms-transform: translate3d(0px,-100px,0px);
    -o-transform: translate3d(0px,-100px,0px);
    transform: translate3d(0px,-100px,0px);
}


section.solucoes .parceiro.ani {
  opacity: 1;
  -webkit-transform: translate3d(0px,0px,0px);
  -moz-transform: translate3d(0px,0px,0px);
  -ms-transform: translate3d(0px,0px,0px);
  -o-transform: translate3d(0px,0px,0px);
  transform: translate3d(0px,0px,0px);
}
section.solucoes .parceiro a.bt_c.mm {
    width: auto;
    margin: 20px;
    /* background: #122c4c; */
    font-size: 12px;
    line-height: 13px;
    margin-left: 78px;
    padding: 8px 15px;
}

section.solucoes .parceiro a.bt_c.mm:before,
section.solucoes .parceiro a.bt_c.mm:after{
  content: none;
}
/* FIM PARCEIRO */

/* BLOG */
section.solucoes .blog {
  width: calc(100% - 0px);
  height: auto;
  display: inline-block;
  padding: 30px 0px;
  /* padding-right: 300px; */
  min-height: 220px;
  margin-bottom: -4px;
  background: #e7e5e6;
  position: relative;
  /* background: url(../images/assets/fundoQM.jpg) right no-repeat #e7e5e6; */
  background-size: auto 100%;
  opacity: 0;
  -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;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transform: translate3d(0px,-100px,0px);
  -moz-transform: translate3d(0px,-100px,0px);
  -ms-transform: translate3d(0px,-100px,0px);
  -o-transform: translate3d(0px,-100px,0px);
  transform: translate3d(0px,-100px,0px);
}
section.solucoes .blog .boxBlog {
    display: inline-block;
    width: calc(100% - 2px);
    height: 330px;
    overflow: hidden;
    margin: 40px 0px 0px;
    margin-bottom: -4px;
    border: 1px solid #d7d7d7;
}
section.solucoes .blog .boxBlog .img,
section.solucoes .blog .boxBlog .dir{
    display: inline-block;
    width: 50%;
    float: left;
}

section.solucoes .blog .boxBlog .img{
  overflow: hidden;
}
section.solucoes .blog .boxBlog .img:hover img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
section.solucoes .blog .boxBlog .img img{
  width: 100%;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

section.solucoes .blog .boxBlog .dir .bt_c {
  font-family: 'Source Code Pro Medium';
  width: auto;
  text-align: center;
  display: inline-block;
  color: #fff;
  line-height: 16px;
  font-size: 12px;
  text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.46);
  cursor: pointer;
  padding: 6px 20px;
  background: #8417c0;
  border-radius: 40px;
  border: 1px solid transparent;
  margin: 40px 0px 0px;
  margin-left: 10%;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}



section.solucoes .blog .boxBlog:hover .dir .bt_c {
    background: #4a096d;
    color: #fff;
    border: 1px solid #4a096d;
}

section.solucoes .blog:before {
    content: "";
    position: absolute;
    background: #e7e5e6;
    top: 0px;
    left: 100%;
    width: 300%;
    height: 100%;
}
section.solucoes .blog:after {
    content: "";
    position: absolute;
    background: #e7e5e6;
    top: 0px;
    left: -100%;
    width: 100%;
    height: 100%;
}

section.solucoes .blog span.sub{
  width: calc(70% + 20px);
  display: block;
  font-size: 12px;
  line-height: 20px;
  font-family: 'Source Code Pro Light';
  margin: 20px 15% -10px;
  color: #707070;
  font-weight: 900;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 2;
  text-align: center;
  opacity: 0;
  -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;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: translate3d(0px,-100px,0px);
  -moz-transform: translate3d(0px,-100px,0px);
  -ms-transform: translate3d(0px,-100px,0px);
  -o-transform: translate3d(0px,-100px,0px);
  transform: translate3d(0px,-100px,0px);
}
section.solucoes .blog .boxBlog .dir span.titulo,
section.solucoes .blog .boxBlog .dir span.sub{
  width: calc(100% - 80px);
  padding-left: 10%;
  text-align: left;
}
section.solucoes .blog .boxBlog .dir span.sub{
  margin: 0px;
}

section.solucoes .blog.ani {
  opacity: 1;
  -webkit-transform: translate3d(0px,0px,0px);
  -moz-transform: translate3d(0px,0px,0px);
  -ms-transform: translate3d(0px,0px,0px);
  -o-transform: translate3d(0px,0px,0px);
  transform: translate3d(0px,0px,0px);
}
section.solucoes .blog a.bt_c.mm {
    width: auto;
    margin: 40px auto;
    /* background: #122c4c; */
    font-size: 13px;
    line-height: 13px;
    margin-left: 150px;
}
/* FIM BLOG */



/*LIGA */
section.solucoes form#formLigaT {
  width: calc(100% - 0px);
  display: block;
  float: left;
  margin: 50px 0px;
}

section.solucoes form#formLigaT span.titulo {
  width: calc(100% - 0px);
  display: block;
  padding: 12px 0px;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  font-family: 'Source Code Pro Bold';
  color: #730ea9;
}
section.solucoes form#formLigaT button.enviar:hover {
    background: #4a096d;
    border: 1px solid #4a096d;
}
section.solucoes form#formLigaT button.enviar {
    color: #fff;
    width: auto;
    display: block;
    padding: 12px 50px;
    font-size: 12px;
    line-height: 12px;
    background: #8417c0;
    text-transform: uppercase;
    cursor: pointer;
    border: 1px solid #8417c0;
    margin-left: 10px;
    float: left;
    outline: none;
    border-radius: 20px;
    font-family: 'Source Code Pro Regular';
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
section.solucoes form#formLigaT input {
  color: #4c4a4a;
  width: calc(33% - 110px);
  float: left;
  display: block;
  padding: 12px 20px;
  font-size: 12px;
  line-height: 12px;
  background: none;
  border: 1px solid #d7d7d7;
  margin-bottom: 10px;
  margin-right: 10px;
  outline: none;
  border-radius: 7px;
  font-family: 'Source Code Pro Regular';
}
section.solucoes form#formLigaT input::-webkit-input-placeholder {
  color: #4c4a4a;
}
section.solucoes form#formLigaT input::-moz-placeholder { 
  color: #4c4a4a;
}
section.solucoes form#formLigaT input:-ms-input-placeholder { 
  color: #4c4a4a;
}
section.solucoes form#formLigaT input:-moz-placeholder { 
  color: #4c4a4a;
}
/* FIM LIGA */

section.solucoes .facebook {
    width: 50%;
    display: block;
    float: right;
    margin-top: 50px;
    margin-bottom: 40px;
}


/*RESPONSIVO*/

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-width : 0px) 
and (max-width : 414px) {
  section.solucoes .conteudo .opc #banner_opc .owl-loaded .owl-nav {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }
  section.solucoes .conteudo .opc #banner_opc .banner_item{
    min-height: 400px;
    width: 90%;
    margin: 0 5%;
    background-size: 100%;
  }
  section.solucoes #banner_principal .banner_item .bannertxts span.txtT{
    line-height: 35px;
    font-size: 35px;    
  }
  section.solucoes form#formLigaT input {
    color: #4c4a4a;
    width: calc(100% - 40px);
    margin-right: 0px;
  }
  section.solucoes form#formLigaT button.enviar{
    margin-left: 0px;
    float: right;
  }
  section.solucoes .blog .boxBlog .img, 
  section.solucoes .blog .boxBlog .dir {
    display: inline-block;
    width: 100%;
    float: left;
  }
  section.solucoes .blog .boxBlog {
    display: inline-block;
    width: calc(100% - 2px);
    height: auto;
    overflow: initial;
    margin: 40px 0px 0px;
    padding-bottom: 40px;
    margin-bottom: -4px;
    border: 1px solid #d7d7d7;
  }
  footer form#formLiga {
    width: calc(100% - 60px);
    display: block;
    float: right;
    margin: 20px 30px 0px;
  }
  section.solucoes form#formLigaT{
    width: 100%;
    padding-right: 0px;
  }
  section.solucoes .facebook{
    width: 100%;
  }
  section.solucoes .saberMais {
    padding: 0px 0px;
    width: calc(100% - 0px);
    background: #e7e5e6;
  }
  section.solucoes .parceiro {
    padding: 0px 0px;
    width: calc(100% - 0px);
    background: #efba5a;
    height: auto;
    max-height: 450px;
  }
  section.solucoes .parceiro:before {
    left: calc(-100% + 1px);
  }
  section.solucoes .saberMais:before{
    left: calc(-100% + 1px);
  }
  section.solucoes .saberMais:after{
    left: calc(-100% + 1px);
  }
  section.solucoes .saberMais a.bt_c.mm {
    margin: 30px 10%;
  }
  section.solucoes .parceiro span.titulo {
    text-align: center;
    color: #fff;
    padding-left: 0px;
    width: calc(100% - 0px);
    margin-bottom: 0px;
    margin-top: 20px;
    font-size: 25px;
    line-height: 25px;
}
section.solucoes .parceiro span.sub{
      font-size: 15px;
    line-height: 15px;
}

  section.solucoes #banner_principal .banner_item img,
  section.solucoes #banner_opc .banner_item img{
    /* width: 100%; */
  }
  section.solucoes #banner_opc .banner_item img{
    width: 100%;
    height: auto;
    position: relative;
    opacity: 1!important;
  }
  section.solucoes #banner_principal .banner_item .bannertxts,
  section.solucoes #banner_opc .banner_item .bannertxts{
    /* display: none; */
  }
  section.solucoes #banner_principal .owl-loaded .owl-nav{
   display: none!important; 
  }

  section.solucoes #banner_principal .banner_item .bannertxts {
    width: 90%;
    max-width: 100vw;
    margin: 0 5%;
  }
  section.solucoes .conteudo .recurso #banner_opc .banner_item{
    background-image: none!important;
  }

  section.solucoes .conteudo .recurso #banner_opc .owl-stage-outer,
  section.solucoes .conteudo .recurso #banner_opc{
    max-height: 820px;
  }
  section.solucoes .conteudo .recurso #banner_opc .banner_item .bannertxts{
    width: 100%;
    position: relative;
    margin: 0px;
    height: auto;
    background: rgb(31, 71, 115)!important;
  }

  section.solucoes .conteudo .recurso #banner_opc .banner_item .bannertxts span.txtS{
    width: 100%;
    font-size: 50px;
  }


  section.solucoes .conteudo .opc #banner_opc .banner_item .bannertxts{
    width: calc(100% - 45px);
    height: auto;
    position: relative;
    left: 23px;
    text-align: center;
    top: 68px;
    display: table;
    justify-content: center;
  }

  section.solucoes .opc .conteudo{
    left: 0px;
    width: 100vw;
    margin: 0px;
    padding: 0px;
    display: inline-block;
  }

  section.solucoes .conteudo .opc{
    left: -20px;
    width: 100vw;
  }

  section.solucoes .conteudo .opc:before,
  section.solucoes .conteudo .opc:after{
    /* content: none; */
  }

  
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-width : 415px) 
and (max-width : 768px) {
  #banner_opc .owl-item.active {
    width: 100%!important;
  }
  section.solucoes .conteudo .opc #banner_opc .banner_item{
    min-height: 400px;
    margin: 0 auto;
    width: 100%;

  }
  section.solucoes .conteudo .opc #banner_opc .banner_item .bannertxts{

  }
  section.solucoes .conteudo .opc #banner_opc .owl-stage-outer {
    max-height: 400px;
  }
  #banner_opc .banner_item .bannertxts {
    width: calc(100% - 45px);
    height: auto;
    position: relative;
    left: 23px;
    text-align: center;
    top: 68px;
    display: table;
    justify-content: center;
  }
  section.solucoes .conteudo .opc #banner_opc .banner_item .bannertxts span.txtT {
    margin-bottom: 0px;
    width: 100%;
    font-size: 25px;
    line-height: 25px;
    top: -55px;
  }
  section.solucoes form#formLigaT {
    width: calc(50% - 30px);
    display: block;
    float: left;
    padding-right: 30px;
  }
  section.solucoes #banner_principal .banner_item .bannertxts {
    width: calc(100% - 40%);
    /*top: 60px;*/
    margin: 0 20%;
  }
  section.solucoes .conteudo span.titulo{
    font-size: 25px;
    line-height: 25px;
    padding-left: 0px;
  }
  section.solucoes .saberMais{
    background: url(../images/assets/fundoQM.jpg) calc(100% + 200px) center no-repeat #e7e5e6;
    background-size: auto 100%;
    width: calc(100% - 250px);
    margin-left: -20px;
  }
  section.solucoes .saberMais a.bt_c.mm {
    font-size: 13px;
    line-height: 13px;
    margin: 30px 15%;
    width: 250px;
  }
}

@media only screen 
and (min-width : 0px) 
and (max-width : 768px) {
  section.solucoes .conteudo .opc #banner_opc .banner_item .spot{
    display: none!important;
  }

  section.solucoes .conteudo .demonstracao span.til sub{
    margin-top: 20px;
  }
  section.solucoes .conteudo .demonstracao a.solicite{
    position: relative;
    margin: 30px calc(50% - 135px) 0px!important;
    float: left;
    display: block;
    top: initial;
    right: initial;
    max-width: 250px;
  }
  section.solucoes .conteudo .procura .inter{
    overflow: hidden;
  }
  section.solucoes .conteudo{
    width: calc(100% - 40px);
  }


  section.solucoes .conteudo .procura .box:before{
    content: none;
  }
  
  section.solucoes .conteudo a.bt_c:before,
  section.solucoes .conteudo a.bt_c:after{
    content: none;
  }
  section.solucoes .conteudo a.bt_c{
    height: auto;
    width: calc(90% - 60px);
    margin: 0px 5%;
  }


  section.solucoes .conteudo .procura .inter .owl-nav .owl-next,
  section.solucoes .conteudo .recurso .owl-nav .owl-next{
    background-position: -40px -180px;
    width: 40px;
    height: 75px;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
  }
  section.solucoes .conteudo .procura .inter .owl-nav .owl-prev,
  section.solucoes .conteudo .recurso .owl-nav .owl-prev{
    background-position: 0px -180px;
    width: 40px;
    height: 75px;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
  }
  

  section.solucoes .conteudo .opc #banner_opc .owl-item.cloned,
  section.solucoes .conteudo .opc #banner_opc .owl-item{
    opacity: 0;
  }
  section.solucoes .conteudo .opc #banner_opc .owl-item.active{
    opacity:1;
  }

  section.solucoes .conteudo .procura .box{
    width: 60%!important;
    margin: 0 20%;
  }
  section.solucoes .conteudo .recurso .box {
    width: 60%;
    margin: 0 20%;
  }

  section.solucoes .conteudo a.bt_c.outras {
    width: calc(100% - 60px);
    margin: 40px auto;
    /* background: #122c4c; */
  }


  section.solucoes .conteudo .opc #banner_opc .banner_item .bannertxts span.txtS,
  section.solucoes .conteudo .opc #banner_opc .banner_item .bannertxts span.txtSub{
    width: calc(100% - 40%);
    margin: 30px 20% 4px 20%;
  }
  section.solucoes .conteudo .opc #banner_opc .banner_item .bannertxts span.txtT{
    margin-bottom: 0px;
    width: 100%;
    font-size: 25px;
    line-height: 25px;
    top: -55px;
  }
  section.solucoes .conteudo .opc #banner_opc .owl-item.active .banner_item img{
    position: relative;
    width: 100%;
    height: auto!important;
    display: inline-block;
  }
  section.solucoes .conteudo .opc #banner_opc .banner_item img {
    /*position: relative;
    width: 100%;
    height: auto!important;
    display: inline-block;*/
    -webkit-transform: translate3d(-800px,0px,0px);
    -moz-transform: translate3d(-800px,0px,0px);
    -ms-transform: translate3d(-800px,0px,0px);
    -o-transform: translate3d(-800px,0px,0px);
    transform: translate3d(-800px,0px,0px);
  }
}

@media only screen 
and (min-width : 0px) 
and (max-width : 1000px) {


}
