section.conheca {
  width: 100%;
  height: auto;
  display: inline-block;
  /* margin-top: 60px; */
  overflow-x: hidden;
}



section.conheca #banner_principal, 
section.conheca #banner_principal .owl-stage-outer {
    position: relative;
    width: 100%;
    overflow: hidden;
    max-height: 700px;
    float: left;
}
section.conheca #banner_principal .bannerList {
    display: inline-block;
    width: 100%!important;
    height: 100%;
    margin-bottom: -5px;
}
section.conheca #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.conheca #banner_principal .owl-loaded .owl-nav {
    width: calc(90% - 0px);
    margin: 0 5%;
}
section.conheca #banner_principal .owl-loaded .owl-nav .owl-prev{
  width: 40px;
  height: 72px;
  background-position: -46px -110px;
}
section.conheca #banner_principal .owl-loaded .owl-nav .owl-prev:hover{
  background-position: 0px -180px;
}
section.conheca #banner_principal .owl-loaded .owl-nav .owl-next{
  width: 40px;
  height: 72px;
  background-position: -85px -110px;
}
section.conheca #banner_principal .owl-loaded .owl-nav .owl-next:hover{
  background-position: -38px -180px;
}
section.conheca #banner_principal .banner_item a {
    width: 100%;
    display: inline-block;
    position: relative;
}
section.conheca #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;
}
section.conheca #banner_principal .banner_item .bannertxts span.txtT {
    font-family: 'robotobold';
    width: 100%;
    min-width: 350px;
    display: inline-block;
    color: #fff;
    line-height: 82px;
    font-size: 80px;
    float: left;
    text-align: left;
    text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.46);
    padding-top: 20%;
    -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.conheca #banner_principal .banner_item .bannertxts span.txtB {
    font-family: 'robotoregular';
    width: auto;
    display: inline-block;
    color: #fff;
    line-height: 20px;
    font-size: 15px;
    letter-spacing: 2px;
    float: left;
    text-align: left;
    text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.46);
    cursor: pointer;
    padding: 10px 30px;
    background: #122c4c;
    border: 1px solid transparent;
    margin-top: 20px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    -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.conheca #banner_principal .banner_item .bannertxts:hover span.txtB {
  background: #fff;
  color: #122c4c;
  border: 1px solid #122c4c;

  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
section.conheca #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.conheca #banner_principal .owl-item.active .banner_item .bannertxts span.txtS,
section.conheca #banner_principal .owl-item.active .banner_item .bannertxts .txtB,
section.conheca #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.conheca #banner_principal .banner_item img {
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    opacity: 0;
    width: 100%;
}
section.conheca .conteudo {
  width: calc(980px - 40px);
  display: block;
  margin: 0 auto;
  /* min-height: 70vh; */
  /* padding-top: 20px; */
  /* background: #fff; */
  position: relative;
  /* padding-top: 60px; */
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}



/* POR QUE */
section.conheca .conteudo .pq {
  width: 100%;
  height: auto;
  display: inline-block;
  margin-bottom: -4px;
  position: relative;
  z-index: 1;
}
section.conheca .conteudo .pq .inter {
  width: 100%;
  height: auto;
  display: inline-block;
  margin-bottom: -4px;
  margin-bottom: 20px;
}
section.conheca .conteudo span.titulo {
  width: calc(100% - 0px);
  display: block;
  padding: 12px 0px;
  font-size: 44px;
  line-height: 44px;
  font-family: 'robotoblack';
  color: #132b4c;
  -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: left;
  /* margin: 40px 0px; */
}
section.conheca .conteudo .pq span.titulo {
  margin-top: -30px;
}
section.conheca .conteudo .pq 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: justify;
}
section.conheca .conteudo .pq .box{
  width: 33%;
  height: auto;
  display: inline-block;
  margin-bottom: 35px;
  float: left;
  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;
}
section.conheca .conteudo .pq .box:before {
    content: "";
    width: 80px;
    height: 1px;
    position: absolute;
    top: 70px;
    right: -40px;
    background: #dbdbdb;
}
section.conheca .conteudo .pq .box:nth-child(3n):before{
  content: none;
}
section.conheca .conteudo .pq .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.conheca .conteudo .pq .box span.tit {
    width: calc(100% - 0px);
    display: block;
    font-size: 20px;
    line-height: 20px;
    min-height: 30px;
    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: 30px; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
section.conheca .conteudo .pq .box span.info {
    width: calc(100% - 80px);
    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 40px;
    color: #707070;
    font-weight: 900;
    margin-top: 10px;
}

section.conheca .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.conheca .conteudo a.bt_c:before {
    content: "";
    width: 100px;
    height: 1px;
    position: absolute;
    top: calc(50%);
    right: -150px;
    background: #dbdbdb;
}
section.conheca .conteudo a.bt_c:after {
    content: "";
    width: 100px;
    height: 1px;
    position: absolute;
    top: calc(50%);
    left: -150px;
    background: #dbdbdb;
}
section.conheca .conteudo a.bt_c:hover {
    background: #4a096d;
    color: #fff;
    border: 1px solid #4a096d;
}

section.conheca .conteudo a.bt_c.outras {
  width: 400px;
  margin: 40px calc(50% - 230px);
  /* background: #122c4c; */
}
section.conheca .conteudo a.bt_c.mais {
  background: #122c4c;
}
section.conheca .conteudo a.bt_c.mais:hover {
  background: #c6a92e;
  border: 1px solid #c6a92e;
}
/* FIM POR QUE */



/*SOLUCOES */
section.conheca div.solucoes{
    width: calc(100% - 0px);
    display: inline-block;
    
}
section.conheca div.solucoes div.esq {
    width: calc(100% - 330px);
    height: 375px;
    display: inline-block;
    float: left;
    background: url(../images/assets/solucoesBG.jpg) left no-repeat #efba5a;
}
section.conheca div.solucoes div.esq span.titulo{
    text-align: left;
    color: #fff;
    padding-left: 80px;
    width: calc(100% - 80px);
    margin-bottom: 0px;
    margin-top: 70px;
    font-size: 48px;
    font-family: 'Source Code Pro Medium';
}
section.conheca div.solucoes div.esq  a.bt_c {
    width: auto;
    margin: 20px;
    /* background: #122c4c; */
    font-size: 12px;
    line-height: 13px;
    margin-left: 78px;
    padding: 8px 15px;
}
section.conheca .conteudo a.bt_c:before,
section.conheca .conteudo a.bt_c:after{
  content: none;
}


/* FIM SOLUCOES */

section.conheca .facebook {
    width: 300px;
    height: 375px;
    display: block;
    float: right;
    margin-bottom: 40px;
}


/*RESPONSIVO*/

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-width : 0px) 
and (max-width : 414px) {

  section.conheca .facebook {
    width: 100%;
    margin: 20px auto;
    text-align: center;
  }
  section.conheca #banner_principal .banner_item img,
  section.conheca #banner_opc .banner_item img{
    /* width: 100%; */
  }
  section.conheca #banner_principal .banner_item .bannertxts,
  section.conheca #banner_opc .banner_item .bannertxts{
    /* display: none; */
  }
  section.conheca #banner_principal .owl-loaded .owl-nav{
   display: none!important; 
  }

  section.conheca #banner_principal .banner_item .bannertxts {
    width: 90%;
    max-width: 100vw;
    margin: 0 5%;
  }

  section.conheca div.solucoes div.esq{
    width: 100%;
    height: auto;
    padding-right: 0px;
    background-size: cover;
  }
  
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-width : 415px) 
and (max-width : 768px) {
  section.conheca #banner_principal .banner_item .bannertxts {
    width: calc(100% - 40%);
    top: 60px;
    margin: 0 20%;
  }

  section.conheca div.solucoes div.esq {
    width: calc(50% - 30px);
    display: block;
    float: left;
    padding-right: 30px;
  }
}

@media only screen 
and (min-width : 0px) 
and (max-width : 768px) {

  section.conheca .conteudo span.titulo{
    font-size: 38px;
  }

  section.conheca div.solucoes div.esq span.titulo {
    text-align: left;
    color: #fff;
    padding-left: 40px;
    width: calc(100% - 40px);
    margin-bottom: 0px;
    margin-top: 10px;
    font-size: 30px;
    line-height: 33px;
    font-family: 'Source Code Pro Medium';
  }
  section.conheca div.solucoes div.esq a.bt_c{
    margin-left: 44px;
    margin-top: 10px;
  }

  section.conheca .conteudo{
    width: calc(100% - 40px);
  }

  section.conheca .conteudo .pq .inter .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.conheca .conteudo .pq .inter .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.conheca .conteudo .pq .box{
    width: calc(100% - 80px)!important;
    margin: 0px;
    padding-left: 40px;
    height: auto;
  }
  section.conheca .conteudo .pq .box:before{
    content: none;
  }

  section.conheca .conteudo a.bt_c.outras {
    width: calc(100% - 60px);
    margin: 40px auto;
    /* background: #122c4c; */
  }

  section.conheca .conteudo a.bt_c {
    height: auto;
    width: calc(90% - 60px);
    margin: 0px 5%;
    margin-bottom: 30px;
  }
}

@media only screen 
and (min-width : 0px) 
and (max-width : 1000px) {


}
