section.home {
  width: 100%;
  height: auto;
  display: inline-block;
  /* margin-top: 60px; */
  overflow: hidden;
  background: #fff;
}
section.home #banner_principal, 
section.home #banner_principal .owl-stage-outer ,
.home #banner_principal2, 
.home #banner_principal2 .owl-stage-outer{
  position: relative;
  width: 100%;
  overflow: hidden;
  max-height: 511px;
  float: left;
}
h2.titulo {
  font-family: "Gotham";
  text-align: center;
  text-transform: capitalize;
  font-size: 43px;
  color: #58a3a9;
}
.box-titulo {
  width: 100%;
  clear: both;
  float: left;
  margin-top: 40px;
}
section.home #banner_principal, #banner_principal2{
  background: transparent;
  position: relative;
}
section.home #banner_principal div.boxes,
section.home #banner_principal2 div.boxes{
  display: inline-block;
  position: absolute;
  bottom: 0px;
  max-width: 1024px;
  z-index: 1;
  margin: 0 calc(100% / 2 - 1024px / 2);
}
section.home #banner_principal div.boxes div.box,
section.home #banner_principal2 div.boxes div.box{
  display: inline-block;
  width: calc(100% / 3 - 40px);
  margin: 0 20px;
  position: relative;
  margin-bottom: 0px;
  background-color: #fff;
  float: left;
  height: 200px;
  text-align: center;
}
section.home #banner_principal div.boxes div.box span.top,
#banner_principal2 div.boxes div.box span.top{
  color: #666666;
  font-size: 16px;
  display: inline-block;
  width: 70%;
  font-family: 'latolight';
}
section.home #banner_principal div.boxes div.box span.top strong,
 #banner_principal2 div.boxes div.box span.top strong
{
  font-size: 16px;
  display: inline-block;
  width: 100%;
  font-family: 'ralewaybold';
  text-transform: uppercase;
}
section.home #banner_principal div.boxes div.box span.top div.img,
 #banner_principal2 div.boxes div.box span.top div.img
{
  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;

  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 100%;
  margin: 35px 0px 20px;
}
section.home #banner_principal div.boxes div.box span.top div.img img,
#banner_principal2 div.boxes div.box span.top div.img img{
  display: inline-block;
}
section.home #banner_principal .bannerList, 
#banner_principal2 .bannerList
{
  display: inline-block;
  width: 100%!important;
  height: 605px;
  margin-bottom: -5px;
}
section.home #banner_principal .banner_item,
#banner_principal2 .banner_item
 {
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
#banner_principal .bannerList .owl-stage-outer, 
#banner_principal2 .bannerList .owl-stage-outer 
{
  background: url(../images/assets/banner.jpg) center center no-repeat;
}
section.home #banner_principal .owl-loaded .owl-nav,
#banner_principal2 .owl-loaded .owl-nav
{
  width: calc(100% - 0px);
  margin: 0px auto;
  float: left;
}
.mini-banner.owl-loaded .owl-nav {
  width: calc(100% - 0px);
  max-width: 1024px;
}
section.home #banner_principal .owl-loaded .owl-dots,
#banner_principal2 .owl-loaded .owl-dots,
.mini-banner.owl-loaded .owl-dots{
  position: absolute;
  width: 546px;
  height: 339px;
  left: 0px;
  top: 35%;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.home #banner_principal .owl-loaded .owl-dot span,
.mini-banner.owl-loaded .owl-dot span{
  background: rgba(238, 238, 238, 0.6);
  width: 10px;
  height: 10px;
  margin: 5px;
  display: block;
  border-radius: 10px;
  box-shadow: 0px 3px 13px 0px #2b2b2b;
}
section.home #banner_principal .owl-loaded .owl-dot:hover span,
.mini-banner.owl-loaded .owl-dot:hover span,
section.home #banner_principal .owl-loaded .owl-dot.active span,
.mini-banner.owl-loaded .owl-dot.active span{
  background: #fff;
}
section.home #banner_principal .owl-loaded .owl-dot,
.mini-banner.owl-loaded .owl-dot{
  width: auto;
  height: auto;
  /* margin: 5px; */
  display: block;
  cursor: pointer;
  float: left;
}
section.home #banner_principal .owl-loaded .owl-nav .owl-prev,
.mini-banner.owl-loaded .owl-nav .owl-prev{
  width: 48px;
  height: 48px;
  background-position: -85px -110px;
  background: transparent;
  border-radius: 50%;
  border: 2px solid #fff;
  -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.home #banner_principal .owl-loaded .owl-nav .owl-prev:before,
.mini-banner.owl-loaded .owl-nav .owl-prev:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: calc(50% - 10px);
  top: calc(50% - 10px);
  background: url(../images/assets/sprite1.png) -33px -58px no-repeat;
  
}
section.home #banner_principal .owl-loaded .owl-nav .owl-prev:hover{
  background-position: 0px -180px;
}
section.home #banner_principal .owl-loaded .owl-nav .owl-next,
.mini-banner.owl-loaded .owl-nav .owl-next{
  width: 48px;
  height: 48px;
  background: transparent;
  background-position: -85px -110px;
  border-radius: 50%;
  border: 2px solid #fff;
  -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;
}
.mini-banner.owl-loaded .owl-stage-outer,
.mini-banner.owl-loaded{
  position: relative;
  width: 100%;
  overflow: hidden;
  max-height: 360px;
  float: left;
}


.setor.quem-somos .banner-inter.noGale .mini-banner{
  display: none!important;
}
section.home #banner_principal .owl-loaded .owl-nav .owl-next:before,
.mini-banner.owl-loaded .owl-nav .owl-next:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: calc(50% - 10px);
  top: calc(50% - 10px);
  background: url(../images/assets/sprite1.png) -33px -58px no-repeat;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
section.home #banner_principal .owl-loaded .owl-nav .owl-next:hover{
  background-position: -38px -180px;
}
section.home #banner_principal .banner_item a {
    width: 100%;
    display: inline-block;
    position: relative;
}
section.home #banner_principal .banner_item a.bt.videoG:hover:before {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
section.home #banner_principal .banner_item a.bt.videoG:before {
  content: "";
  left: 0px;
  top: 0px;
  position: absolute;
  width: 115px;
  height: 115px;
  position: absolute;
  left: calc(100% / 2 - 115px / 2);
  top: calc(100% / 2 - 115px);
  background: url(../images/assets/sprite.png) -60px -1px no-repeat;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
section.home #banner_principal .banner_item a.bt.videoG {
  height: 300px;
  margin-top: 140px;
  text-indent: -9999px;
  position: relative;
}
section.home #banner_principal .banner_item .bannertxts {
  width: calc(1024px - 40px);
  display: inline-block;
  background: transparent;
  position: absolute;
  top: 0px;
  max-width: calc(1024px - 40px);
  margin: 0 auto;
  z-index: 3;
}
section.home #banner_principal .banner_item .bannertxts div.esq, 
section.home #banner_principal .banner_item .bannertxts div.dir {
  display: inline-block;
  width: 50%;
  float: left;
  margin-top: 5%;
  height: 480px;
}

section.home #banner_principal .banner_item .bannertxts span.txtT strong{
  font-family: 'open_sansregular';
  color: #b75b43;

}
section.home #banner_principal .banner_item .bannertxts span.txtT {
  font-family: 'Lato',sans-serif;
  width: 100%;
  text-transform: uppercase;
  min-width: 350px;
  display: inline-block;
  color: #fff;
  line-height: 1.5;
  font-size: 33px;
  float: right;
  text-align: left;
  text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.46);
  text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.46);
  margin-top: 0;
  position: relative;
  -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.home #banner_principal .banner_item .bannertxts div.esq {
  margin: 0;
  display: flex;
  align-items: center;
}
/*section.home #banner_principal .banner_item .bannertxts span.txtT:before {
  content: "";
  width: 5px;
  height: 100px;
  display: block;
  left: -40px;
  top: 0px;
  position: absolute;
  -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;
  border-radius: 50px;
  z-index: -1;
  background: #bb5d60;
}*/

section.home #banner_principal .banner_item .bannertxts span.txtB {
  font-family: 'ralewayblack';
  width: 100%;
  display: inline-block;
  color: #fff;
  line-height: 24px;
  font-size: 24px;
  float: left;
  text-align: left;
  text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.46);
  cursor: pointer;
  border: 1px solid transparent;
  margin-top: 20px;
  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;
  -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.home #banner_principal .banner_item a.bt.video:hover {
  background: rgba(187, 93, 96, 0.6);
}

section.home #banner_principal .banner_item a.bt.video:before {
  content: "";
  left: 0px;
  top: 0px;
  position: absolute;
  width: 115px;
  height: 115px;
  position: absolute;
  left: 0px;
  top: calc(100% / 2 - 115px / 2);
  background: url(../images/assets/sprite.png) -60px -1px no-repeat;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
}
section.home #banner_principal .banner_item a.bt.video {
  background: #bb5d60;
  width: auto;
  display: block;
  float: left;
  width: 100%;
  color: #fff;
  font-family: 'latobold';
  margin-top: 40px;
  border-radius: 40px;
  padding: 16px;
  padding-left: 90px;
  line-height: 18px;
  font-size: 18px;
  max-width: 160px;
  position: relative;
  z-index: 1;
  opacity: 0;
  -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: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.box_dif:nth-child(2n - 2) {
  background: rgb(206, 233, 255);
  border-color: rgb(149, 216, 226);
}
.box_dif:nth-child(2n - 1) {
  background: rgb(225, 246, 249);
  border-color: rgb(149, 216, 226);
}

section.home #banner_principal .banner_item .bannertxts .txtS {
    font-family: 'robotoitalic';
    width: 50%;
    min-width: 350px;
    margin-left: 50%;
    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;
    /* text-shadow: 0px 0px 30px rgba(255, 255, 255, 0.53); */
    -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.home #banner_principal .owl-item.active .banner_item .bannertxts .txtS,
section.home #banner_principal .owl-item.active .banner_item .bannertxts .txtB,
section.home #banner_principal .owl-item.active .banner_item .bannertxts a.bt.video,
section.home #banner_principal .owl-item.active .banner_item .bannertxts .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.home #banner_principal .banner_item img {
    margin-top: 0;
    width: 295px;
    text-align: end;
    margin-left: auto;
    display: block;
}
section.home .conteudo {
  width: calc(1024px - 40px);
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  /* background: #fff; */
  position: relative;
  padding-top: 0px;
  padding-left: 20px;
  padding-right: 20px;
}



/* QUEM */
section.home .ani,
div.contato.ani {
  opacity: 1!important;
}



section.home .quem-somos div.dir iframe{
  width: 100%;
}
section.home .quem-somos div.esq:before{
  content: "";
  width: 1px;
  height: 120%;
  top: -10%;
  right: -35px;
  position: absolute;
  background: #cbcdce;
}
/*.setor.quem-somos .banner-inter .conteudo {
    display: block;
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    float: left;
}*/
section.home .quem-somos div.esq, 
section.home .quem-somos div.dir {
    width: 40%;
    display: block;
    float: left;
    margin: 50px 5% 0px;
    text-align: center;
    height: 150px;
    position: relative;
}
.setor.quem-somos .banner-inter {
    display: inline-block;
    max-height: 360px;
}
section.home .quem-somos div.esq a.links:hover {
  background: #fff;
  color: #267ca5;
  border: 1px solid #267ca5;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
section.home .quem-somos div.esq a.links {
    font-family: 'open_sansbold';
    min-width: 265px;
    display: inline-block;
    color: #fff;
    line-height: 20px;
    font-size: 15px;
    text-align: center;
    text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.46);
    cursor: pointer;
    padding: 10px 30px;
    background: #267ca5;
    border: 1px solid transparent;
    margin-top: 20px;
    position: relative;
    border-radius: 3px;
    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;
}
section.home .quem-somos .inter{
  position: relative;
  padding: 10px 0px;
}
section.home .servicos{
  border-top: 1px solid #cbcdce;
  position: relative;
  /*background-image: url(../images/assets/bg-servicos.png);*/
  background-color: #f9fafb;
  background-position: right center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
/*
section.home .comentarios{
  background: rgb(16,10,22); 
  background: -moz-linear-gradient(left, rgba(16,10,22,1) 0%, rgba(43,37,49,1) 100%);
  background: -webkit-linear-gradient(left, rgba(16,10,22,1) 0%,rgba(43,37,49,1) 100%);  Chrome10-25,Safari5.1-6
  background: linear-gradient(to right, rgba(16,10,22,1) 0%,rgba(43,37,49,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#100a16', endColorstr='#2b2531',GradientType=1 );
}*/


section.home .know-how{
  background-image: url(../images/assets/bg-know-how.png);
  background-color: #fff;
  background-position: right top;
  background-size: cover;
  background-repeat: no-repeat;
}
section.home .setor {
  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: 50px;
  padding-top: 20px;
  position: relative;
  z-index: 1;
}
section.home .setor .inter {
  width: 100%;
  height: auto;
  display: inline-block;
  margin-bottom: -4px;
  /*margin-bottom: 20px;*/
  margin-top: 105px;
  -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;
  
  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;
}
section.home .planos{
  padding-top: 30px; background: url(https://i.imgur.com/AVOqh12.jpg); background-size: 190%; background-repeat: no-repeat; background-attachment: local;
}
section.home .conteudo span.titulo strong{
  /* font-family: 'DINRoundPro-Medi'; */
  font-family: 'ralewayextrabold';
  font-weight: 900;
}
section.home .conteudo span.titulo b.icon{
  color: #c65f45;
  font-size: 40px;
  margin-left: 5px;
}
section.home .conteudo span.titulo img{
  -webkit-transform: translate3d(10px, 5px, 0px);
  -ms-transform: translate3d(10px, 5px, 0px);
  -o-transform: translate3d(10px, 5px, 0px);
  transform: translate3d(10px, 5px, 0px);
}
section.home .conteudo span.titulo {
  width: calc(100% - 0px);
  display: block;
  padding: 0px 0px;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 30px;
  /* letter-spacing: 1px; */
  font-family: 'latolight';
  color: #333740;

  -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: 10px 0px 50px;
  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.home .conteudo span.titulo span.sub{
  width: calc(100% - 0px);
  display: block;
  padding: 0px 0px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
  font-family: 'latolight';
  color: #333740;
  -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;
  text-transform: initial;
  font-weight: 100;
  margin-top: 20px;
}

section.home .setor span.inter_txt {
  width: calc(100% - 0px);
  display: block;
  font-size: 14px;
  line-height: 30px;
  font-family: 'open_sansregular';
  margin: 5px 0px 20px;
  color: #666666;
  /* 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: left;


   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.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;

  -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.home .setor.suporte span.inter_txt{
  width: calc(50% - 30px);
  float: left;
  margin-top: 35px;
  font-family: 'open_sanslight';
  font-size: 16px;
  line-height: 22px;
  color: #75747d;
}
section.home .setor.suporte span.inter_txt ul li{
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
}
section.home .setor.suporte span.inter_txt ul li:before {
    content: "";
    width: 20px;
    height: 18px;
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 0px;
    background: url(../images/assets/sprite.png) 0px -60px no-repeat;
}
section.home .setor.suporte div.listBoxesSupor{
  width: 100%;
  display: inline-block;
  margin-top: 55px;
  margin-bottom: 30px;
}
section.home .setor.suporte div.listBoxesSupor span.sub{
  color: #434343;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  font-family: 'DINRoundPro-Light';
  font-weight: 500;
}



section.home .setor.suporte img.carro{
  width: auto;
  display: inline-block;
  float: right;
  position: absolute;
  right: -50px;
  top: 100px;
  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.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;

  -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.home .setor.suporte.ani img.carro{
  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.home .quem-somos span.inter_txt{
  width: calc(70%);
}
section.home .quem-somos span.inter_txt ul li{
  padding-left: 20px;
  position: relative;
}
section.home .quem-somos span.inter_txt ul li:before{
  content: "+";
  width: 20px;
  top: 0px;
  left: 0px;
  position: absolute;
  color: #1abc9c;
}

section.home .beneficios span.titulo,
section.home .beneficios span.inter_txt{
  color: #fff;
}
section.home .beneficios span.inter_txt{
    line-height: 20px;
}

section.home .setor span.inter_txt p{
  display: inline-block;
  margin-bottom: 25px;
  width: 100%;
  margin-top: 10px;
}
section.home .setor span.sub {
  width: calc(100% - 0px);
  display: block;
  font-size: 12px;
  line-height: 20px;
  font-family: 'open_sansregular';
  margin: 5px 0px 20px;
  color: #717171;
  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: left;


   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.home .setor.suporte span.sub{
  width: 100%;
  display: inline-block;
  float: left;
}


section.home .setor .box{
  width: calc(33% - 40px);
  height: auto;
  display: inline-block;
  margin: 0 30px 0px;
  float: left;
  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;
  
}

section.home .setor .box .img {
    width: 100%;
    background-position: center;
    z-index: 3;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 50%;
    height: 80px;
    max-width: 130px;
    text-align: center;
    margin: 0 auto;
}
section.home .setor .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.home .setor .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.home .setor .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.home .setor .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.home .setor .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.home .setor .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.home .setor .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.home .setor .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.home .setor .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.home .setor .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.home .setor .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.home .setor .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.home .setor .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.home .setor .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.home .setor .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.home .setor.ani .box,
section.home .setor.ani span.sub,
section.home .setor.ani span.inter_txt,
section.home .setor.ani span.inter_txt {
  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.home .setor .box span.num {
  width: calc(100% - 50px);
  display: block;
  font-size: 30px;
  line-height: 30px;
  min-height: 40px;
  font-family: 'open_sansbold';
  color: #fff;
  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: 0px 25px;
  display: block;
}
section.home .setor.quem-somos .box span.info {
  margin: 5px 50px;
}
section.home .setor .box span.info2 {
  width: calc(100% - 40px);
  display: block;
  font-size: 13px;
  line-height: 25px;
  -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: 'open_sansregular';
  margin: 0px 20px 20px;
  color: #fff;
  font-weight: 900;
}
section.home .setor .box span.info {
  width: calc(100% - 100px);
  display: block;
  font-size: 20px;
  line-height: 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;
  position: relative;
  z-index: 2;
  text-align: center;
  font-family: 'open_sansregular';
  margin: 20px 50px;
  color: #717171;
  /*font-weight: 900;*/
}

section.home .setor .box:hover .saiba {
    border: 1px solid #a1c352;
    background: #a1c352;
    color: #fff;
}



section.home .setor.suporte div.listBoxesSupor .box{
  width: calc(100% / 5 - 0px);
  margin: 0 auto;
}
section.home .setor.suporte div.listBoxesSupor .box span.info {
  font-size: 16px;
  color: #717172;
  font-family: 'open_sanslight';
  margin: 0px 0px;
  width: calc(100% - 0px);
  text-align: center;
  margin-top: 16px;
}

section.home .setor.suporte div.listBoxesSupor .box .img{
  position: relative;
  z-index: 1;
  height: 50px;
}
section.home .setor.suporte div.listBoxesSupor .box .img:before{
  content: "";
  width: 60px;
  height: 50px;
  position: absolute;
  left: calc(50% - 30px);
  top: 0px;
  background-image: url(../images/assets/sprite.png);
  background-repeat: no-repeat;
}

section.home .setor.suporte div.listBoxesSupor .box.b1 .img:before{
  background-position: -2px -81px;
}
section.home .setor.suporte div.listBoxesSupor .box.b1:hover .img:before{
  background-position: -2px -129px;
}

section.home .setor.suporte div.listBoxesSupor .box.b2 .img:before{
  background-position: -61px -81px;
  width: 52px;
  left: calc(50% - 26px);
}
section.home .setor.suporte div.listBoxesSupor .box.b2:hover .img:before{
  background-position: -61px -129px;
}

section.home .setor.suporte div.listBoxesSupor .box.b3 .img:before{
  background-position: -112px -81px;
}
section.home .setor.suporte div.listBoxesSupor .box.b3:hover .img:before{
  background-position: -112px -129px;
}

section.home .setor.suporte div.listBoxesSupor .box.b4 .img:before{
  background-position: -170px -81px;
  width: 47px;
  left: calc(50% - 25px);
}
section.home .setor.suporte div.listBoxesSupor .box.b4:hover .img:before{
  background-position: -170px -129px;
}

section.home .setor.suporte div.listBoxesSupor .box.b5 .img:before{
  background-position: -216px -81px;
  width: 64px;
}
section.home .setor.suporte div.listBoxesSupor .box.b5 .img{
  border-top-left-radius: 100%;
  overflow: hidden;
}
section.home .setor.suporte div.listBoxesSupor .box.b5:hover .img:before{
  background-position: -216px -129px;
}
section.home .setor.perguntas{
  padding-top: 55px;
}
section.home .setor.perguntas.curso:before{
  content: "";
  width: 100%;
  left: 0px;
  height: 100%;
  z-index: -1;
  display: inline-block;
  top: 0px;
  position: absolute;
  background: url('../images/assets/bg-curso.jpg');
}
section.home .setor.perguntas.fre:before{
  content: "";
  width: 100%;
  left: 0px;
  height: 100%;
  z-index: -1;
  display: inline-block;
  top: 0px;
  position: absolute;
  background: #fff;
}

section.home .setor.perguntas .inter{
  margin-top: 0px;
}

section.home .setor.perguntas .box .img{
  float: left;
  border-radius: 0px;
  max-width: 200px;
  width: 110px;
  height: 100%;
  font-size: 40px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  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;


  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;

}
section.home .setor.perguntas .box:before{
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  right: 40px;
  top: 20px;
  background: url(../images/assets/sprite.png) -1px -121px no-repeat;
  z-index: 4;
}
section.home .setor.perguntas .box:hover:before,
section.home .setor.perguntas .box.active:before{
  background: url(../images/assets/sprite.png) -28px -121px no-repeat;
}


section.home .setor.perguntas.fre .box:before{
  left: 40px;
  right: initial;
}

section.home .setor.perguntas .box:hover span.num,
section.home .setor.perguntas .box.active span.num{
  color: #000;
}
section.home .setor.perguntas .box span.num{
  margin: 0px;
  font-family: 'latobold';
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  padding: 25px 0px;
  height: auto;
  min-height: 10px;
  width: calc(100% - 115px);
  position: relative;
  text-align: left;
  font-weight: 500;
  padding-left: 115px;
  background: #bb5d60;
  cursor: pointer;
}
section.home .setor.perguntas .box.active span.info_tex{
  height: auto;
  padding: 25px 55px;
  max-height: 400px;
  position: relative;
  box-shadow: 0px 0px 50px -20px #000, 0px 10px 0px -20px #000;
}





section.home .setor.inscricao{
  padding-top: 60px;
}
section.home .setor.inscricao:before {
    content: "";
    width: 100%;
    left: 0px;
    height: 100%;
    z-index: -1;
    display: inline-block;
    top: 0px;
    position: absolute;
    background: url(../images/assets/bg-inscricao.jpg);
}
section.home .setor.inscricao span.titulo,
section.home .setor.inscricao span.titulo span.sub{
  color: #fff;
}

section.home .setor.inscricao div.esqq{
    width: 50%;
    float: left;
    padding-top: 20px;
}
section.home .setor.inscricao div.dirr{
    width: calc(50% - 65px);
    float: left;
    padding-left: 65px;
    padding-top: 10px;
}
section.home .setor.inscricao div.dirr strong{
    color: #fff;
    font-family: 'latobold';
    font-size: 16px;
    text-transform: uppercase;
}
section.home .setor.inscricao div.dirr p{
    color: #fff;
    font-family: 'latoregular';
    font-size: 16px;
    line-height: 20px;
}

section.home .setor.inscricao div.esqq span.valor{
  color: #fff;
  font-family: 'latobold';
  font-size: 22px;
  text-transform: uppercase;
  width: calc(100% - 30px);
  display: inline-block;
  text-align: right;
  position: relative;
  margin-right: 30px;
}

section.home .setor.inscricao div.esqq span.valor:before{
  content: "";
  width: 100px;
  height: 55px;
  position: absolute;
  right: -15px;
  top: -9px;
  background: url(../images/assets/sprite.png) -61px -122px no-repeat;
  z-index: 4;
  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: 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.home .setor.inscricao.ani div.esqq span.valor:before{
  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.home .setor.inscricao div.esqq span.valor sub{
    font-family: 'latomedium';
    font-size: 13px;
}
section.home .setor.inscricao div.esqq span.valorG{
  color: #fff;
  font-family: 'latobold';
  font-size: 22px;
  text-transform: uppercase;
  width: calc(100% - 30px);
  display: inline-block;
  text-align: right;
  position: relative;
  margin-right: 30px;
  margin-top: 40px;
}
section.home .setor.inscricao div.esqq span.valorG:before{
  content: "";
  width: 100%;
  height: 205px;
  position: absolute;
  right: -85px;
  top: -29px;
  background: url(../images/assets/sprite.png) -257px -2px no-repeat;
  z-index: -1;
  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: 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.home .setor.inscricao div.esqq span.valorG sub.top{
  font-family: 'latomedium';
  font-size: 13px;
  width: 100%;
  display: inline-block;
}
section.home .setor.inscricao div.esqq span.valorG strong {
  font-family: 'latoblack';
  font-size: 72px;
  display: inline-block;
  width: auto;
  right: 0px;
  position: relative;
  float: right;
  margin-top: 20px;
  margin-right: 30px;
}
section.home .setor.inscricao div.esqq span.valorG strong sub:first-child{
  width: 20px;
  position: absolute;
  left: -40px;
  bottom: -5px;
  height: 20px;
}
section.home .setor.inscricao div.esqq span.valorG strong sub:last-child{
  width: 20px;
  position: absolute;
  right: -25px;
  top: 5px;
  height: 20px;
}
section.home .setor.inscricao div.esqq span.valorG span.parcela{
  font-family: 'latomedium';
  font-size: 13px;
  width: 100%;
  display: inline-block;
  margin-top: 20px;
  letter-spacing: 2px;
}
section.home .setor.inscricao div.esqq span.valorG strong sub{
  font-size: 22px;
}
section.home .setor.inscricao span.inter_txt{
  color: #fff;
  height: auto;
  display: inline-block;
}
section.home .setor.inscricao span.inter_txt ul.ll{
  display: inline-block;
  width: 100%;
}
section.home .setor.inscricao span.inter_txt ul.ll li{
  color: #fff;
  font-family: 'latomedium';
  font-size: 18px;
  line-height: 20px;
  width: calc(100% - 30px);
  padding: 5px 0px;
  padding-left: 30px;
  position: relative;
  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;
}
section.home .setor.inscricao div.interCont div.box{
  width: calc(100% / 2 - 40px);
  display: inline-block;
  background: #fff;
  margin: 0 20px;
}
section.home .setor.inscricao div.interCont div.box span.top{
  background: #bb5d60;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-family: 'latobold';
  width: 100%;
  display: inline-block;
  padding: 20px 0px;
}
section.home .setor.inscricao ul.lista{
  width: 100%;
  display: inline-block;
  margin: 15px 0px;
}
section.home .setor.inscricao ul.lista li{
  color: #393939;
  font-size: 16px;
  width: calc(100% - 120px);
  display: inline-block;
  font-family: 'latolight';
  padding: 15px 0px;
  padding-left: 120px;
  position: relative;
}
section.home .setor.inscricao ul.lista li:before{
  content: "";
  width: 37px;
  height: 37px;
  display: block;
  position: absolute;
  left: 50px;
  top: calc(100% / 2 - 16px);
  background: url(../images/assets/sprite.png) -181px 0px no-repeat;
}
section.home .setor.inscricao div.box.pl ul.lista li:before{
  content: "";
  width: 37px;
  height: 37px;
  display: block;
  position: absolute;
  left: 50px;
  top: calc(100% / 2 - 13px);
  background: url(../images/assets/sprite.png) -181px 0px no-repeat;
}
section.home .setor.inscricao div.box.pl ul.lista li:nth-child(2):before{
  background: url(../images/assets/sprite.png) -181px -48px no-repeat;
}
section.home .setor.inscricao div.box.pl ul.lista li:nth-child(3):before{
  background: url(../images/assets/sprite.png) -181px -97px no-repeat;
}
section.home .setor.inscricao div.box.pl ul.lista li:nth-child(4):before{
  background: url(../images/assets/sprite.png) -181px -146px no-repeat;
}
section.home .setor.inscricao div.box.pl ul.lista li:nth-child(5):before{
  background: url(../images/assets/sprite.png) -181px -194px no-repeat;
}
section.home .setor.inscricao div.box.pl ul.lista li:nth-child(6):before{
  background: url(../images/assets/sprite.png) -181px -246px no-repeat;
}


section.home .setor.inscricao div.box.pl2 ul.lista li:before{
  content: "";
  width: 37px;
  height: 37px;
  display: block;
  position: absolute;
  left: 50px;
  top: calc(100% / 2 - 13px);
  background: url(../images/assets/sprite.png) -221px 0px no-repeat;
}
section.home .setor.inscricao div.box.pl2 ul.lista li:nth-child(2):before{
  background: url(../images/assets/sprite.png) -221px -48px no-repeat;
}
section.home .setor.inscricao div.box.pl2 ul.lista li:nth-child(3):before{
  background: url(../images/assets/sprite.png) -221px -97px no-repeat;
}
section.home .setor.inscricao div.box.pl2 ul.lista li:nth-child(4):before{
  background: url(../images/assets/sprite.png) -221px -146px no-repeat;
}
section.home .setor.inscricao div.box.pl2 ul.lista li:nth-child(5):before{
  background: url(../images/assets/sprite.png) -221px -194px no-repeat;
}
section.home .setor.inscricao div.box.pl2 ul.lista li:nth-child(6):before{
  background: url(../images/assets/sprite.png) -221px -243px no-repeat;
}
section.home .setor.inscricao div.box.pl2 ul.lista li:nth-child(7):before {
  content: "";
  width: 42px;
  height: 37px;
  display: block;
  position: absolute;
  left: 46px;
  top: calc(100% / 2 - 13px);
  background: url(../images/assets/sprite.png) -221px -290px no-repeat;
}



section.home .setor.fotos .bannerList{

}
section.home .setor.fotos .bannerList .owl-item.rico1,
section.home .setor.fotos .bannerList .owl-item.rico2,
section.home .setor.fotos .bannerList .owl-item.rico3{
  opacity: 1!important;

}
section.home .setor.fotos .bannerList .owl-item.rico1,
section.home .setor.fotos .bannerList .owl-item.rico3{
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
section.home .setor.fotos .bannerList .owl-item.rico2{
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

section.home .setor.fotos span.titulo{
  margin-bottom: 90px;

}
section.home .setor.fotos .bannerList .owl-item{
  opacity: 0;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
section.home .setor.fotos .bannerList .owl-stage-outer{

}

section.home .setor.fotos .bannerList .owl-nav{
    width: calc(100% - 0px);
    margin: 0px auto;
}

section.home .setor.fotos .bannerList .owl-next{
  width: 48px;
  height: 48px;
  top: 140px;
  right: -50px;
  background: transparent;
  background-position: -85px -110px;
  border-radius: 50%;
  border: 2px solid #fff;
  -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-filter: invert(100%) brightness(300%);
  -o-filter: invert(100%) brightness(300%);
  filter: invert(100%) brightness(300%);
}
section.home .setor.fotos .bannerList .owl-next:before{
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: calc(50% - 10px);
  top: calc(50% - 10px);
  background: url(../images/assets/sprite.png) -33px -58px no-repeat;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
section.home .setor.fotos .bannerList .owl-prev{
    width: 48px;
    height: 48px;
    top: 140px;
    left: -70px;
    background-position: -85px -110px;
    background: transparent;
    border-radius: 50%;
    border: 2px solid #fff;
    -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-filter: invert(100%) brightness(300%);
    -o-filter: invert(100%) brightness(300%);
    filter: invert(100%) brightness(300%);
}
section.home .setor.fotos .bannerList .owl-prev:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: calc(50% - 10px);
    top: calc(50% - 10px);
    background: url(../images/assets/sprite.png) -33px -58px no-repeat;
}
section.home .setor.fotos .bannerList .owl-next:before {
  content: "";[
  width: 20px;
  height: 20px;
  position: absolute;
  left: calc(50% - 10px);
  top: calc(50% - 10px);
  background: url(../images/assets/sprite.png) -33px -58px no-repeat;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);]
}

section.home .setor.inscricao div.box.pl ul.lista li:after {
  content: "";
  width: 16px;
  height: 17px;
  position: absolute;
  left: 38px;
  top: calc(100% / 2 + 7px);
  background: url(../images/assets/sprite.png) -24px -150px no-repeat;
}
section.home .setor.inscricao div.box.pl2 ul.lista li:after {
  content: "";
  width: 16px;
  height: 17px;
  position: absolute;
  left: 38px;
  top: calc(100% / 2 + 7px);
  background: url(../images/assets/sprite.png) -42px -150px no-repeat;
}

section.home .setor.inscricao div.box.pl ul.lista li:nth-child(7):before {
  content: "";
  width: 42px;
  height: 37px;
  display: block;
  position: absolute;
  left: 53px;
  top: calc(100% / 2 - 17px);
  background: url(../images/assets/sprite.png) -221px -290px no-repeat;
}
section.home .setor.inscricao span.inter_txt ul.ll li:nth-child(1) {
    -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.home .setor.inscricao span.inter_txt ul.ll li:nth-child(2) {
    -webkit-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s;
    -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.home .setor.inscricao span.inter_txt ul.ll li:nth-child(3) {
    -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.home .setor.inscricao span.inter_txt ul.ll li:nth-child(4) {
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
    -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.home .setor.inscricao span.inter_txt ul.ll li:nth-child(5) {
    -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.home .setor.inscricao span.inter_txt ul.ll li:nth-child(6){
    -webkit-transition-delay: 2.1s;
    -o-transition-delay: 2.1s;
    transition-delay: 2.1s;
    -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.home .setor.inscricao.ani div.esqq span.valorG:before,
section.home .setor.inscricao.ani span.inter_txt ul.ll li{
  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.home .setor.inscricao span.inter_txt ul.ll li:before{
  content: "";
  width: 16px;
  height: 17px;
  position: absolute;
  left: -2px;
  top: calc(100% / 2 - 8px);
  background: url(../images/assets/sprite.png) -7px -150px no-repeat;
  -webkit-filter: invert(100%) brightness(200%);
  -o-filter: invert(100%) brightness(200%);
  filter: invert(100%) brightness(200%);
}

section.home .setor.inscricao a.matricula:hover {
    opacity: 0.8;
}
section.home .setor.fotos{
    padding-top: 70px;
    padding-bottom: 80px;
}


section.home .setor.inscricao div.esqq .listLinks{
  width: 100%;
  display: inline-block;
  margin-top: 40px;
}
section.home .setor.inscricao div.esqq .listLinks span{
  width: 100px;
  height: 20px;
  display: block;
  float: right;
}
section.home .setor.inscricao div.esqq .listLinks span.visa {
    width: 60px;
    height: 20px;
    display: block;
    float: right;
    background: url(../images/assets/sprite.png) 0px -256px no-repeat;
    margin-right: 10px;
}
section.home .setor.inscricao div.esqq .listLinks span.master {
    width: 60px;
    height: 33px;
    display: block;
    float: right;
    background: url(../images/assets/sprite.png) 0px -275px no-repeat;
    margin-top: -6px;
}
section.home .setor.inscricao div.esqq .listLinks span.hotmart {
  width: 80px;
  height: 25px;
  display: block;
  float: right;
  background: url(../images/assets/sprite.png) 0px -308px no-repeat;
  margin-left: 5px;
  margin-top: -3px;
}

section.home .setor.inscricao a.matricula {
    background: #bb5d60;
    display: block;
    width: calc(100% - 120px);
    color: #fff;
    font-family: 'latobold';
    border-radius: 40px;
    padding: 23px 70px;
    line-height: 18px;
    font-size: 18px;
    position: relative;
    z-index: 1;
    opacity: 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;
    float: right;
    margin-top: 10px;
    text-align: center;
    max-width: 250px;
    border: 0px;
    margin-bottom: 40px;
}
section.home .setor.inscricao a.matricula:before {
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  left: 35px;
  top: calc(100% / 2 - 13px);
  background: url(../images/assets/sprite.png) 0px -93px no-repeat;
  z-index: 4;
  opacity: 1;
}

section.home .setor.perguntas.curso .box span.info_tex img.icon{
  float: left;
  max-width: 60px;
}
section.home .setor.perguntas.curso .box span.info_tex span.tt strong{
  color: #333740;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'ralewayextrabold';
  width: 100%;
  display: inline-block;
}
section.home .setor.perguntas .box span.info_tex div.txt {
  color: #333740;
  font-size: 16px;
  font-family: 'latolight';
  hyphens: auto;
  display: inline-block;
  width: 100%;
  margin: 15px 0px;
  margin-bottom: 30px;
}
section.home .setor.perguntas.curso .box span.info_tex ul.lista {
  color: #333740;
  font-size: 16px;
  font-family: 'latoregular';
  hyphens: auto;
  display: inline-block;
  width: calc(100% - 300px);
  margin: 0px;
  position: relative;
}
section.home .setor.perguntas.curso .box span.info_tex ul.lista:before {
  content: "";
  width: 5px;
  height: 100%;
  display: block;
  right: 20px;
  bottom: 0%;
  position: absolute;
  -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;
  border-radius: 50px;
  z-index: -1;
  background: #bb5d60;
}
section.home .setor.perguntas.curso .box span.info_tex ul.lista li{
  position: relative;
  display: inline-block;
  width: calc(100% - 30px);
  padding: 7px 0px;
  padding-left: 30px;
}
section.home .setor.perguntas.curso .box span.info_tex ul.lista li:before{
  content: "";
  width: 16px;
  height: 17px;
  position: absolute;
  left: 5px;
  top: calc(100% / 2 - 8px);
  background: url(../images/assets/sprite.png) -7px -150px no-repeat;
}

section.home .setor.perguntas.curso .box span.info_tex a.inscrever:hover {
  opacity: 0.6;
}
section.home .setor.perguntas.curso .box span.info_tex a.inscrever {
  background: #bb5d60;
  display: block;
  float: left;
  width: calc(200px);
  color: #fff;
  font-family: 'latobold';
  border-radius: 40px;
  padding: 16px;
  padding-left: 60px;
  line-height: 18px;
  font-size: 18px;
  position: relative;
  z-index: 1;
  opacity: 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;
  float: right;
  margin-top: 10px;
}
section.home .setor.perguntas.curso .box span.info_tex a.inscrever:before {
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  left: 20px;
  top: calc(100% / 2 - 13px);
  background: url(../images/assets/sprite.png) 0px -93px no-repeat;
  z-index: 4;
}

section.home .setor.perguntas.curso .box span.info_tex span.tt{
  color: #333740;
  font-size: 16px;
  font-family: 'latolight';
  display: inline-block;
  width: calc(100% - 70px);
  float: right;
  position: relative;
}
section.home .setor.perguntas .box span.info_tex{
  width: calc(100% - 110px);
  display: inline-block;
  height: 0px;
  max-height: 0px;
  overflow: hidden;
  -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;
  padding: 0px 55px;
  font-family: 'open_sanslight_italic';
  color: #717171;
  font-size: 14px;
  line-height: 20px;

  position: absolute;
}
section.home .setor.perguntas .interCont{
  width: 100%;
  display: inline-block;
  height: auto;
}
section.home .setor .btInter{
  width: 100%;
  height: auto;
  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;


  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin-top: 30px;
}
section.home .setor .btInter a{
  display: inline-block;
  color: #fff;
  font-family: 'open_sansregular';
  font-size: 16px;
  line-height: 46px;
  border: 1px solid #fff;
  /* text-transform: uppercase; */
  text-align: center;
  width: 208px;
  border-radius: 60px;
  padding: 0px 0px;
  z-index: 1;
  position: relative;
  overflow: hidden;
  -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.home .setor .btInter a:before {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  z-index: -1;
  background: rgb(241,115,71);
  background: -moz-linear-gradient(left, rgba(241,115,71,1) 0%, rgba(244,186,71,1) 100%);
  background: -webkit-linear-gradient(left, rgba(241,115,71,1) 0%,rgba(244,186,71,1) 100%);
  background: linear-gradient(to right, rgba(241,115,71,1) 0%,rgba(244,186,71,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f17347', endColorstr='#f4ba47',GradientType=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.home .setor .btInter a:hover:before {
  opacity: 1;
}

section.home .setor.perguntas .box{
  width: 100%;
  margin: 10px 0px;
  background-color: #fff;

  margin-bottom: 7px;
}


section.home .setor.perguntas.curso .conteudo span.titulo,
section.home .setor.perguntas.curso .conteudo span.sub,
section.home .setor.perguntas.curso .conteudo span.inter_txt{
  color: #fff;
}


section.home .quem-somos{
  padding-top: 55px;
}
section.home .quem-somos .box{
  border: 2px solid #ebebeb;
  width: calc(100%);
  margin: 7px 0px;
}
section.home .quem-somos .box span.num {
  margin: 0px;
  font-family: 'DINRoundPro';
  font-size: 20px;
  line-height: 20px;
  color: #666666;
  padding: 10px 0px;
  height: auto;
  min-height: 10px;
  width: calc(100% - 60px);
  position: relative;
  text-align: left;
  font-weight: 500;
  padding-left: 60px;
  letter-spacing: 1px;
  padding-top: 24px;
}
section.home .quem-somos .box .img {
  float: left;
  border-radius: 0px;
  max-width: 200px;
  width: 60px!important;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}
section.home .quem-somos .box span.info_tex {
  width: calc(100% - 60px);
  display: inline-block;
  -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;
  font-family: 'open_sanslight';
  color: #717171;
  font-size: 16px;
  line-height: 28px;
  height: auto;
  padding: 25px 30px;
  max-height: 400px;
  position: relative;
  padding-top: 0px;
}
section.home .quem-somos .box .img:before {
  content: "";
  width: 22px;
  height: 24px;
  position: absolute;
  right: 10px;
  top: calc(50% - 2px);
  background: url(../images/assets/sprite.png) -66px -30px no-repeat;
}

section.home .quem-somos .box:nth-child(1) .img:before {
  width: 22px;
  height: 24px;
  background: url(../images/assets/sprite.png) -119px -27px no-repeat;
}
section.home .quem-somos .box:hover:nth-child(1) .img:before {
  width: 22px;
  height: 24px;
  background: url(../images/assets/sprite.png) -142px -27px no-repeat;
}
section.home .quem-somos .box:nth-child(2) .img:before {
  width: 22px;
  height: 24px;
  background: url(../images/assets/sprite.png) -166px -27px no-repeat;
}
section.home .quem-somos .box:hover:nth-child(2) .img:before {
  width: 22px;
  height: 24px;
  background: url(../images/assets/sprite.png) -189px -27px no-repeat;
}
section.home .quem-somos .box:nth-child(3) .img:before {
  width: 22px;
  height: 24px;
  background: url(../images/assets/sprite.png) -213px -27px no-repeat;
}
section.home .quem-somos .box:hover:nth-child(3) .img:before {
  width: 22px;
  height: 24px;
  background: url(../images/assets/sprite.png) -236px -27px no-repeat;
}
section.home .quem-somos .interCont{
  width: 100%;
  display: inline-block;
}
section.home .quem-somos span.inter_txt {
  width: calc(100% - 300px);
  float: left;
  margin-top: 35px;
  font-family: 'open_sanslight';
  font-size: 16px;
  line-height: 30px;
  color: #75747d;
}
section.home .quem-somos img.log{
  width: 295px;
  display: inline-block;
  float: right;
  position: relative;
  right: 0px;
  top: 50px;
  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.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
  -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.home .quem-somos.ani img.log {
  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.home .setor.planos div.b{
  width: 100%;
  display: inline-block;
  /*margin-top: 60px;*/
}
section.home .setor.planos div.b div.inter.prof{
  margin-top: 0px;
}
section.home .setor.planos div.b div.inter.prof .box {
  width: calc(100% / 3 - 1px);
  margin: 0px;
  overflow: hidden;
}
section.home .setor.planos div.b div.inter.prof .box:before{
  content: none;
}
section.home .setor.planos div.b div.inter.prof .box .img {
  width: 100%;
  background-position: center;
  z-index: 3;
  background-repeat: no-repeat;
  position: relative;
  border-radius: initial;
  height: auto;
  max-width: initial;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
section.home .setor.planos div.b div.inter.prof .box:hover .info{
  height: 100%;
}
section.home .setor.planos div.b div.inter.prof .box .info {
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(83, 30, 32, 0.6);
  z-index: 1;
  height: 0%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  overflow: hidden;
}
section.home .setor.planos div.b div.inter.prof .box .info span.nome{
  color: #fff;
  font-size: 14px;
  font-family: 'latolight';
  display: inline-block;
  width: 80%;
  margin: 50px 10% 10px;
  position: relative;
}
section.home .setor.planos div.b div.inter.prof .box .info span.nome strong{
  font-family: 'ralewaybold';
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  font-size: 16px;
  
}
section.home .setor.planos div.b div.inter.prof .box:hover .info span.nome:before {
  width: 40px;
  opacity: 1;
}
section.home .setor.planos div.b div.inter.prof .box .info span.nome:before {
  content: "";
  width: 0px;
  height: 5px;
  display: block;
  left: 0px;
  bottom: -10px;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
  border-radius: 50px;
  z-index: -1;
  background: #bb5d60;
}
section.home .setor.planos div.b div.inter.prof .box .info div.baixo{
  color: #fff;
  font-size: 14px;
  font-family: 'latolight_italic';
  display: inline-block;
  width: 80%;
  margin: 0 10%;
  overflow: hidden;
  line-height: 16px;
  height: 55px;
  overflow-y: auto;
  margin-top: 10px;
}
section.home .setor.planos div.b div.inter.metodo{
  margin-top: 10px;
}
section.home .setor.planos div.b div.inter.metodo .box {
  width: calc(100% / 4 - 0px);
  margin: 0px;
  overflow: hidden;
}
section.home .setor.planos div.b div.inter.metodo .box:before{
  content: none;
}
section.home .setor.planos div.b div.inter.metodo .box .img {
  width: 90px;
  height: 90px;
  background: #bb5d60;
  background-position: center;
  z-index: 3;
  background-repeat: no-repeat;
  position: relative;
  border-radius: initial;
  max-width: initial;
  text-align: center;
  margin: 0px;
  position: relative;
  z-index: 1;
  float: left;
  border-radius: 90px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
section.home .setor.planos div.b div.inter.metodo .box .info {
  width: calc(100% - 100px);
  float: right;
}
section.home .setor.planos div.b div.inter.metodo .box .info span.top{
  color: #333740;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'ralewayextrabold';
}
section.home .setor.planos div.b div.inter.metodo .box .info div.baixo{
  color: #333740;
  font-size: 16px;
  font-family: 'latolight';
  hyphens: auto;
}

section.home .setor.planos div.b span.titulo,
section.home .setor.planos div.b span.titulo span.sub{
  text-align: center;
}


section.home .setor.planos span.titulo,
section.home .setor.planos span.titulo span.sub{
  text-align: left;
}

section.home .setor.planos img.poster{
  float: left;
  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.home .setor.planos div.dirR{
  float: right;
  width: calc(100% - 450px);
  margin-top: -15px;
}

section.home .setor.planos div.ll{
  width: 100%;
  display: inline-block;
}
section.home .setor.planos div.ll div.linha{
  width: 100%;
  display: inline-block;

  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.home .setor.planos div.ll div.linha:nth-child(1){
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
section.home .setor.planos div.ll div.linha:nth-child(2){
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
section.home .setor.planos div.ll div.linha:nth-child(3){
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
section.home .setor.planos div.ll div.linha span.esq{
  font-family: 'latobold';
  font-size: 40px;
  color: #333740;
  width: 100px;
  float: left;
  position: relative;
}
section.home .setor.planos div.ll div.linha span.esq:before{
  content: "";
  width: 5px;
  height: 70%;
  display: block;
  right: 20px;
  bottom: 8%;
  position: absolute;
  -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;
  border-radius: 50px;
  z-index: -1;
  background: #bb5d60;
}
section.home .setor.planos div.ll div.linha span.dir{
  color: #333740;
  font-size: 16px;
  font-family: 'latolight';
  width: calc(100% - 110px);
  float: left;
  padding-top: 8px;
}
section.home .setor.planos div.ll div.linha span.dir strong{
  font-family: 'ralewaybold';
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
}
section.home .setor.planos .box span.top{
  color: #191919;
  font-family: 'DINRoundPro-Light';
  text-transform: uppercase;
  font-weight: 900;
  font-size: 24px;
  line-height: 24px;
}
section.home .setor.planos .box:before{
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: -15px;
  top: 0px;
  background-color: #ebebeb;
}
section.home .setor.planos .box:last-of-type:before{
  content: none;
}
section.home .setor.planos .box:last-of-type{
  margin-right: 0px;
}
section.home .setor.planos .box:first-of-type{
  margin-left: 0px;
}
section.home .setor.planos .box div.barra{
  width: calc(100% - 30px);
  display: inline-block;
  background: #f1f4f5;
  height: 6px;
  margin: 20px 0px 20px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
section.home .setor.planos .box div.barra span{
  display: inline-block;
  width: 10%;
  height: 6px;
  background: rgb(241,115,71);
  background: -moz-linear-gradient(left, rgba(241,115,71,1) 0%, rgba(244,186,71,1) 100%);
  background: -webkit-linear-gradient(left, rgba(241,115,71,1) 0%,rgba(244,186,71,1) 100%);
  background: linear-gradient(to right, rgba(241,115,71,1) 0%,rgba(244,186,71,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f17347', endColorstr='#f4ba47',GradientType=1 );
  margin: 0px;
  position: absolute;
  left: 0px;
  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; */
  border-radius: 10px;
}

section.home .setor.planos .box span.top2{
  font-family: 'open_sansregular';
  font-size: 16px;
  line-height: 20px;
  color: #717171;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

section.home .setor.planos .box a.assine:hover:before{
  opacity: 1;
}
section.home .setor.planos .box a.assine:before{
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  z-index: -1;
  background: rgb(0,158,195);
  background: -moz-linear-gradient(left, rgba(0,158,195,1) 0%, rgba(27,175,169,1) 100%);
  background: -webkit-linear-gradient(left, rgba(0,158,195,1) 0%,rgba(27,175,169,1) 100%);
  background: linear-gradient(to right, rgba(0,158,195,1) 0%,rgba(27,175,169,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009ec3', endColorstr='#1bafa9',GradientType=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.home .setor.planos .box a.assine:hover{
  color: #fff;
  border: 1px solid #019fc3;
}
section.home .setor.planos .box a.assine{
  display: inline-block;
  color: #393939;
  font-family: 'open_sanslight';
  font-size: 16px;
  line-height: 45px;
  border: 1px solid #cccccc;
  text-transform: uppercase;
  text-align: center;
  width: 150px;
  border-radius: 60px;
  padding: 0px 0px;
  z-index: 1;
  position: relative;
  overflow: hidden;
  -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.home .setor.planos .ajuda {
    display: inline-block;
    width: 100%;
    margin: 165px 0px 50px;
}
section.home .setor.planos .boox span.top{
  font-size: 30px;
  text-transform: uppercase;
  line-height: 30px;
  /* letter-spacing: 1px; */
  font-family: 'DINRoundPro-Light';
  color: #666666;
  width: calc(40%);
  display: inline-block;
  margin: 40px 45px 0px;
}
section.home .setor.planos .boox span.bot{
  font-size: 16px;
  line-height: 16px;
  /* letter-spacing: 1px; */
  font-family: 'DINRoundPro-Light';
  color: #666666;
  width: 100%;
  display: inline-block;
  font-weight: 100;
  margin-left: 45px;
  margin-top: 15px;
}
section.home .setor.planos .boox a{
  font-family: 'open_sanslight';
  width: auto;
  height: 30px;
  display: inline-block;
  color: #7b7a7a;
  line-height: 30px;
  float: left;
  padding: 1px 7px 0;
  text-align: center;
  font-size: 15px;
  position: relative;
  padding-left: 40px;
  letter-spacing: 1px;
  -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;
  margin-left: 38px;
  margin-top: 40px;
}
section.home .setor.planos .boox a:before {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    left: 5px;
    top: calc(50% - 8px);
    background: url(../images/assets/sprite.png) 0px 0px no-repeat;
}
section.home .setor.planos .boox{
  width: calc(50% - 24px);
  display: inline-block;
  border: 2px solid #e9e9e9;
  height: 265px;
  margin: 0px 10px;
  background-repeat: no-repeat;
  background-position: right bottom;
  position: relative;
  z-index: 1;
  float: left;
}
section.home .setor.planos .boox:before{
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: -2px;
  border: 2px solid #e9e9e9;
  z-index: -1;
}
section.home .setor.planos .boox:first-child:before{
  right: 100%;
  border-right: 0px;
}
section.home .setor.planos .boox:first-child{
  background-image: url('../images/assets/box-ajuda1.jpg');
  border-left: 0px;
}
section.home .setor.planos .boox:last-child:before{
  left: 100%;
  border-left: 0px;
}
section.home .setor.planos .boox:last-child{
  background-image: url('../images/assets/box-ajuda2.jpg');
  border-right: 0px;
}
section.home .setor.planos .box ul{
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
}
section.home .setor.planos .box ul li:before{
  content: "";
  width: 20px;
  height: 18px;
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 0px;
  background: url('../images/assets/sprite.png') 0px -60px no-repeat ;
}
section.home .setor.planos .box ul li{
  width: 100%;
  display: inline-block;
  font-family: 'open_sansregular';
  font-size: 16px;
  line-height: 20px;
  color: #717171;
  display: inline-block;
  width: 100%;
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
}


section.home .setor.servicos .box span.info {
  color: #666666;
  font-size: 14px;
  width: calc(100% - 50px);
  display: block;
  line-height: 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;
  position: relative;
  z-index: 2;
  text-align: left;
  font-family: 'open_sansregular';
  margin: 25px;
  /* font-weight: 900; */
}
section.home .setor.servicos .box:nth-child(2) {
    margin-right: calc(33.3% - 2px);
}
section.home .setor.servicos .box span.num {
  width: calc(100% - 75px);
  margin: 5px 0px 10px 0px;
  float: left;
  display: block;
  font-size: 16px;
  line-height: 20px;
  min-height: 25px;
  font-family: 'open_sansregular';
  color: #354051;
  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: left;
  display: block;
}
section.home .setor.servicos span.inter_txt {
  color: #4e5765;
}

section.home .setor.servicos.ani .box:hover {
  /*background: #e2e4e6;*/
  -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;
  /*border: 1px solid #c66b54;*/
}

section.home .setor.servicos .box .img{
  margin: 0px;
  float: left;
  max-width: 60px;
  max-height: 90px!important;
  height: 50px;
  -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.home .setor.servicos .box {
  width: calc(33.3% - 2px);
  margin: 0px;
  padding-bottom: 40px;
}

section.home .setor .box .saiba {
  background: transparent;
  color: #a1c352;
  text-align: left;
  font-family: 'open_sansbold';
  border: 1px solid transparent;
  margin: 0px 0px 0px 25px;
  font-size: 13px;
  width: 90px;
  display: block;
  padding: 10px;
  border-radius: 3px;
  cursor: pointer;

  position: absolute;
  bottom: 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;
}

section.home .setor .box .saiba:before{
  content: "";
  width: 15px;
  height: 18px;
  position: absolute;
  right: 10px;
  top: calc(50% - 7px);
  background: url(../images/assets/sprite.png) 0px -60px no-repeat;
}
section.home .setor .box:hover .saiba:before{
  background: url(../images/assets/sprite.png) -15px -60px no-repeat;
}
section.home .setor .box .saiba:before{
  content: "";
  width: 15px;
  height: 18px;
  position: absolute;
  right: 10px;
  top: calc(50% - 7px);
  background: url(../images/assets/sprite.png) 0px -60px no-repeat;
}


section.home .setor.beneficios .box span.num:before{
  content: "";
  width: 100%;
  max-width: 30px;
  display: inline-block;
  height: 1px;
  bottom: -11px;
  left: calc(50% - 10px);
  position: absolute;
  background: #fff;
}
section.home .setor.beneficios .box .img{
  height: 230px;
  margin: 0px;
  border-radius: 0px;
  max-width: initial;
  background-size: cover;
  position: relative;
  z-index: 1;
}
section.home .setor.beneficios a.carregar-mais:hover {
  border: 1px solid #407ca0;
  color: #407ca0;
  background: #fff;
}
section.home .setor.beneficios a.carregar-mais {
    font-family: 'open_sansbold';
    max-width: 150px;
    display: block;
    color: #fff;
    line-height: 20px;
    font-size: 15px;
    text-align: center;
    text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.46);
    cursor: pointer;
    padding: 10px 30px;
    background: #a0c068;
    border: 1px solid transparent;
    margin: 30px auto 0px;
    position: relative;
    border-radius: 3px;
    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;
}
section.home .setor.beneficios .box span.num{
  margin: 10px 25px 0px;
  font-size: 13px;
  line-height: 14px;
  font-weight: initial;
  min-height: initial;
  position: relative;
}
section.home .setor.beneficios p.final strong {
  color: #b96650;
}
section.home .setor.beneficios span.baixo b.icon{
   color: #b96650; 
}
section.home .setor.beneficios span.baixo {
  width: calc(100% - 0px);
  display: block;
  font-size: 14px;
  line-height: 15px;
  font-family: 'open_sansregular';
  margin: 15px 0px 30px;
  color: #fff;
  text-align: center;
}
section.home .setor.beneficios .box{
  width: calc(33% - 0px);
  margin: 0px;
  position: relative;
  cursor: pointer;
}
section.home .setor.beneficios .box .over:before{
  content: "+";
  font-family: 'open_sanslight';
  text-align: center;
  font-size: 68px;
  color: #fff;
  height: 40%;
  top: 0px;
  left: 0px;
  position: absolute;
  width: 100%;
  background: rgba(189, 247, 126, 0.63);
}
section.home .setor.beneficios .box:hover .over{
  height: calc(100% - 100px);
  z-index: 1;
  padding-top: 100px;
  background: rgba(20, 46, 63, 0.84);
}
section.home .setor.beneficios .box .over{
  width: 100%;
  top: 0px;
  left: 0px;
  height: 0px;
  position: absolute;
  overflow: hidden;
  -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.home .setor.beneficios .box span.info{
  margin: 13px 10px 0px;
  width: calc(100% - 40px);
  font-size: 14px;
  height: 80px;
  overflow-y: auto;
  padding: 0px 10px;
  word-break: break-all;
}

section.home .setor.beneficios .box span.info::-webkit-scrollbar {
    -webkit-webkit-appearance: none;
    -moz-webkit-appearance: none;
    -ms-webkit-appearance: none;
    -o-webkit-appearance: none;
    webkit-appearance: none;
    width: 7px;
    height: 7px;
}
section.home .setor.beneficios .box span.info::-moz-scrollbar {
    -webkit-webkit-appearance: none;
    -moz-webkit-appearance: none;
    -ms-webkit-appearance: none;
    -o-webkit-appearance: none;
    webkit-appearance: none;
    width: 7px;
    height: 7px;
}
section.home .setor.beneficios .box span.info::-o-scrollbar {
    -webkit-webkit-appearance: none;
    -moz-webkit-appearance: none;
    -ms-webkit-appearance: none;
    -o-webkit-appearance: none;
    webkit-appearance: none;
    width: 7px;
    height: 7px;
}
section.home .setor.beneficios .box span.info::-ms-scrollbar {
    -webkit-webkit-appearance: none;
    -moz-webkit-appearance: none;
    -ms-webkit-appearance: none;
    -o-webkit-appearance: none;
    webkit-appearance: none;
    width: 7px;
    height: 7px;
}
section.home .setor.beneficios .box span.info::scrollbar {
    -webkit-webkit-appearance: none;
    -moz-webkit-appearance: none;
    -ms-webkit-appearance: none;
    -o-webkit-appearance: none;
    webkit-appearance: none;
    width: 7px;
    height: 7px;
    display: none;
}


section.home .setor.beneficios .box span.info::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(139, 183, 105, 0.8);
}
section.home .setor.beneficios .box span.info::-moz-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(139, 183, 105, 0.8);

}
section.home .setor.beneficios .box span.info::-o-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(139, 183, 105, 0.8);

}
section.home .setor.beneficios .box span.info::-ms-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(139, 183, 105, 0.8);

}

section.home .setor.beneficios .box span.info::scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(139, 183, 105, 0.8);

}


section.home .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.home .conteudo a.bt_c.pe.solucoes {
    display: none;
}

section.home .conteudo a.bt_c:before {
    content: "";
    width: 100px;
    height: 1px;
    position: absolute;
    top: calc(50%);
    right: -150px;
    background: #dbdbdb;
}

section.home .conteudo a.bt_c:after {
    content: "";
    width: 100px;
    height: 1px;
    position: absolute;
    top: calc(50%);
    left: -150px;
    background: #dbdbdb;
}

section.home .conteudo a.bt_c:hover {
  background: #4a096d;
  color: #fff;
  border: 1px solid #4a096d;
}

section.home .conteudo a.bt_c.outras {
  width: 400px;
  margin: 40px calc(50% - 230px);
  /* background: #122c4c; */
}

section.home .conteudo a.bt_c.outras:before, 
section.home .conteudo a.bt_c.outras:after {
    background: #b4baca;
}

section.home .conteudo a.bt_c.mais {
  background: #122c4c;
}
section.home .conteudo a.bt_c.mais:hover {
  background: #efba59;
  border: 1px solid #efba59;
}
/* FIM QUEM */



/* COMENTARIOS */

section.home .conteudo .opc.ani:before {
  content: "";
  width: 200%;
  height: 120%;
  display: block;
  position: absolute;
  left: -50%;
  top: 5px;
  z-index: -1;
  background: url(../images/assets/bg-comentarios.png) no-repeat top center;
}
section.home .setor.ani .conteudo .opc{
  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.home .conteudo .opc {
  width: 100%;
  padding-top: 0px;
  height: auto;
  display: inline-block;
  margin-bottom: 15px;
  position: relative;
  margin-top: 50px;
  padding-top: 40px;


  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.home .comentarios span.titulo span.sub{
  color: #fff; 
}
section.home .comentarios .opc{
  padding-top: 20px;
  margin-top: 0px;
}
section.home .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.home .conteudo .opc span.titulo {
    margin-bottom: 10px;
    text-align: center;
}

section.home .conteudo .opc.noGale{
  padding-top: 0px;
  margin-bottom: 0px;
}
section.home .conteudo .opc.noGale span.titulo{
  display: none;
}
section.home .conteudo .opc #banner_opc{
  margin-top: 15px;
}
section.home .conteudo .opc #banner_opc, 
section.home .conteudo .opc #banner_opc .owl-stage-outer {
  position: relative;
  width: 100%;
  /* max-height: 320px; */
  float: left;
}
section.home .conteudo .opc #banner_opc .owl-stage-outer {
  overflow: hidden;
}






section.home .conteudo .opc #banner_opc .bannerList {
    display: inline-block;
    width: 100%!important;
    height: 100%;
    margin-bottom: -5px;
    float: left;
}
section.home .conteudo .opc.noGale #banner_opc .bannerList{
  display: none!important;
}
section.home .conteudo .opc #banner_opc .marcas {
    display: inline-block;
    width: 30%!important;
    height: 206px;
    margin-bottom: -5px;
    float: right;
    margin-top: 8px;
}
section.home .conteudo .opc.noGale #banner_opc .marcas{
  width: 100%!important;
}
section.home .conteudo .opc #banner_opc .marcas .owl-stage-outer{
    width: 100%!important;
    overflow: hidden;
}
section.home .conteudo .opc #banner_opc .marcas a img{
  width: 100%;
  height: auto;
  max-width: 150px;
}
section.home .conteudo .opc #banner_opc .marcas a{
  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;


  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;

  width: 100%;
  height: 100%;
}
section.home .conteudo .opc #banner_opc .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;
    height: auto;
}

section.home .conteudo .opc #banner_opc .owl-loaded .owl-nav {
  width: calc(120% - 0px);
  margin: 0;
  margin-left: -10%;
}
section.home .conteudo .opc #banner_opc .owl-loaded .owl-nav.disabled{
  display: none!important;
}
section.home .conteudo .opc #banner_opc .owl-loaded .owl-nav .owl-prev{
  width: 48px;
  height: 48px;
  left: 0px;
  background-position: -85px -110px;
  background: transparent;
  border-radius: 50%;
  border: 2px solid #767676;
  -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.home .conteudo .opc #banner_opc .owl-loaded .owl-nav .owl-prev:before{
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: calc(50% - 10px);
  top: calc(50% - 10px);
  background: url(../images/assets/sprite.png) -33px -58px no-repeat;
}
section.home .conteudo .opc #banner_opc .marcas.semMarcas.owl-loaded .owl-nav .owl-prev{
  left: 0px;
}

section.home .conteudo .opc #banner_opc .owl-loaded .owl-nav .owl-prev:hover{
  /* background-position: 0px -180px; */
}
section.home .conteudo .opc #banner_opc .owl-loaded .owl-nav .owl-next{
  width: 48px;
  height: 48px;
  right: 0px;
  background: transparent;
  background-position: -85px -110px;
  border-radius: 50%;
  border: 2px solid #767676;
  -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.home .conteudo .opc #banner_opc .owl-loaded .owl-nav .owl-next:before{
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: calc(50% - 10px);
  top: calc(50% - 10px);
  background: url(../images/assets/sprite.png) -33px -58px no-repeat;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}

section.home .conteudo .opc #banner_opc .marcas.semMarcas.owl-loaded .owl-nav .owl-next{
  right: 0px;
}
section.home .conteudo .opc #banner_opc .banner_item a {
    width: 100%;
    display: inline-block;
    position: relative;
}
section.home .conteudo .opc #banner_opc .banner_item .bannertxts {
    width: calc(100% - 40px);
    display: inline-block;
    position: relative;
    top: 0px;
    margin: 0px 20px;
    z-index: 3;
    border-radius: 3px;
    /*background: #fff;*/
    height: calc(100% - 100px);
    -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;
}
section.home .conteudo .opc #banner_opc .banner_item .bannertxts span.txtT strong{
  font-family: 'ralewaybold';
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  font-size: 16px;
  padding-bottom: 10px;
  margin-bottom: 5px;
  position: relative;
}
section.home .conteudo .opc #banner_opc .banner_item .bannertxts span.txtT {
  font-family: 'Gotham Book';
  margin-right: 230px;
  width: calc(100% - 530px);
  display: inline-block;
  color: #767676;
  line-height: 15px;
  font-size: 16px;
  float: right;
  text-align: left;
  padding-top: 25px;
  padding-left: 110px;
  -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;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
section.home .conteudo .opc #banner_opc .banner_item .bannertxts span.txtT .cargo{
  position: relative;
}
section.home .conteudo .opc #banner_opc .owl-item.active .banner_item .bannertxts span.txtT .cargo:before {
    width: 40px;
    opacity: 1;
}
section.home .conteudo .opc #banner_opc .banner_item .bannertxts span.txtT .cargo:before {
  content: "";
  width: 0px;
  height: 5px;
  display: block;
  left: 0px;
  bottom: -10px;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
  border-radius: 50px;
  z-index: -1;
  background: #bb5d60;
}

section.home .conteudo .opc #banner_opc .banner_item .bannertxts span.txtB {
  font-family: 'robotoregular';
  width: calc(100% - 62px);
  display: inline-block;
  color: #fff;
  line-height: 20px;
  font-size: 15px;
  letter-spacing: 2px;
  float: left;
  text-align: center;
  text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.46);
  cursor: pointer;
  padding: 10px 30px;
  background: #122c4c;
  border: 1px solid transparent;
  margin-top: 25px;
  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.home .conteudo .opc #banner_opc .banner_item .bannertxts:hover .txtB {
  background: #fff;
  color: #122c4c;
  border: 1px solid #122c4c;

  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
section.home .conteudo .opc #banner_opc .banner_item .bannertxts .esq {
  width: auto;
  float: left;
  display: inline-block;
  text-align: center;
  height: 100%;
}
section.home .conteudo .opc #banner_opc .banner_item .bannertxts .txtS {
  width: calc(100% - 280px);
  margin: 10px 0px;
  display: inline-block;
  float: right;
  left: 0px;
  font-size: 16px;
  line-height: 25px;
  height: 120px;
  overflow-y: auto;
  font-family: 'Gotham Book';
  color: #767676;
  position: relative;
  z-index: 2;
  margin-right: -20px;
  text-align: justify;
  -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.home .conteudo .opc #banner_opc .banner_item .bannertxts .txtSub strong{
    color: #c6a92e;
}
section.home .conteudo .opc #banner_opc .banner_item .bannertxts .txtSub {
    width: calc(100% - 50%);
    display: inline-block;
    font-size: 14px;
    line-height: 15px;
    height: 90px;
    overflow-y: auto;
    font-family: 'Source Code Pro Medium';
    color: #efba5a;
    position: relative;
    z-index: 2;
    margin: 20px 15% 0px 33%;
    text-align: justify;

    -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.home .conteudo .opc #banner_opc .owl-item.active .banner_item .bannertxts .txtS,
section.home .conteudo .opc #banner_opc .owl-item.active .banner_item .bannertxts .txtB,
section.home .conteudo .opc #banner_opc .owl-item.active .banner_item .bannertxts .txtT,
section.home .conteudo .opc #banner_opc .owl-item.active .banner_item .bannertxts .txtSub,
section.home .conteudo .opc #banner_opc .owl-item.active .banner_item img{
    -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.home .conteudo .opc #banner_opc .banner_item img.c-logo {
  position: absolute;
  right: 0px;
  bottom: 40%;
  max-width: 150px;
}
section.home .conteudo .opc #banner_opc .banner_item img.img{
  float: left;
  max-width: 400px;
}
section.home .conteudo .opc #banner_opc .banner_item img.avatar {
    position: absolute;
    left: -15px;
    max-width: 200px;
    /* top: calc(50% - 25px); */
    border-radius: 50%;
    background: #bfe4f6;
    -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;
}

/* FIM COMENTARIOS */




section.home .servicos span.inter_txt,
section.home .know-how span.titulo,
section.home .know-how span.inter_txt{
  color: #2b2b2b;
}

section.home .know-how ul.list li{
  width: calc(100% - 0px);
  display: block;
  font-size: 14px;
  line-height: 30px;
  font-family: 'open_sansregular';
  color: #2b2b2b;
}
section.home .know-how ul.list li strong{
  color: #b96650;
  margin-left: 5px;
}
section.home .know-how ul.list li b.icon{
  margin-right: 5px;
  color: #b96650;
  font-size: 25px;
}

/*COMEÇO CONTATO*/
div.contato.ani{
  opacity: 1;
}
div.contato{
    width: 100%;
    background: #f1f4f5;
    display: inline-block;
    max-height: 1120px;
    position: relative;
    z-index: 1;
    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;
}


div.contato h2.titulo_menu,
div.contato ul.breadcrumb a{
  color: #fff!important;
}
div.contato h2.titulo_menu{
  text-align: left;
  padding-left: 60px;
  margin-bottom: 50px; 
}

div.contato div.endereco{
  width: calc(100% - 0px);
  min-height: 200px;
  padding: 0px;
  display: inline-block;
  margin: 0px;
  margin-bottom: 30px;
  margin-top: 40px;
}
div.contato div.endereco div.end{
  width: 300px;
  display: block;
  float: right;
  padding: 0px;
}
div.contato div.endereco form.contato{
  width: 95%;
  display: block;
  float: left;
  padding: 0px 0px;
  margin-bottom: 30px;
}
div.contato div.endereco form.contato .linha{
  width: 50%;
  display: block;
  float: left;
  margin-bottom: 0px;
}
div.contato div.endereco form.contato .linhaF{
  width: 100%;
  display: block;
  float: left;
}
div.contato div.endereco form.contato .linha span.top,
div.contato div.endereco form.contato .linhaF span.top{
  width: 100%;
  color: #2c3e50;
  font-size: 14px;
  line-height: 22px;
  font-family: 'open_sansbold';
  text-transform: uppercase;
  margin-bottom: 3px;
  display: inline-block;
}
div.contato div.endereco div.end h2,
div.contato div.endereco form.contato h2 {
  color: #060505;
  font-size: 18px;
  line-height: 20px;
  font-family: 'latobold';
  margin-bottom: 20px;
  width: 100%;
  display: inline-block;
}
div.contato div.endereco div.end .face h2{
  margin-bottom: 15px;
}
div.contato div.endereco div.end p{
  font-size: 15px;
  line-height: 22px;
  padding: 0px 0px 10px 5px 0px;
  margin: 0px;
  color: #2c3e50;
  margin: 0px;
  font-family: 'open_sansregular';
  position: relative;
}
div.contato div.endereco div.end a.mapa {
    display: inline-block;
    color: #141516;
    width: 100%;
    padding: 5px 0px;
    font-family: 'DINRoundPro Bold';
}
div.contato div.endereco div.end a.mapa:hover {
    text-decoration: underline!important;
}
div.contato div.endereco div.end .menu-social {
    width: 80%;
    height: auto;
    display: block;
    color: #fff;
    line-height: 20px;
    float: left;
    padding-right: 40px;
    margin-bottom: 20px;
}
div.contato div.endereco div.end .menu-social a {
    width: 30px;
    height: 30px;
    display: block;
    font-size: 30px;
    line-height: 30px;
    color: #000;
    float: left;
    text-align: center;
    -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;
    border: 2px solid transparent;
    border-radius: 40px;
    margin: 8px 2px 5px -2px;
}
div.contato div.endereco div.end .menu-social a:hover {
    color: #eb1c23;
    /* border: 2px solid #fff; */
    /* color: #d02237; */
}

div.contato div.endereco div.end p.iconTel:hover:before{
  opacity: 0.7;
}
div.contato div.endereco div.end p.iconTel.tim:before{
  content: "";
  width: 48px;
  height: 18px;
  position: absolute;
  left: 0px;
  top: 0px;
  background: url(../images/assets/sprite.png) -33px 0px no-repeat;
}
div.contato div.endereco div.end p.iconTel.claro:before{
  content: "";
  width: 50px;
  height: 18px;
  position: absolute;
  left: -1px;
  top: 0px;
  background: url(../images/assets/sprite.png) -79px 0px no-repeat;
}
div.contato div.endereco div.end p.iconTel.tim:before{
  content: "";
  width: 45px;
  height: 18px;
  position: absolute;
  left: -3px;
  top: 0px;
  background: url(../images/assets/sprite.png) -129px 0px no-repeat;
}
div.contato div.endereco div.end p.iconTel.vivo:before{
  content: "";
  width: 50px;
  height: 18px;
  position: absolute;
  left: -1px;
  top: 0px;
  background: url(../images/assets/sprite.png) -176px 0px no-repeat;
}
div.contato div.endereco div.end a.whats{
    margin-left: 10px;
}
div.contato div.endereco div.end a.whats:before {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    left: -20px;
    top: calc(50% - 9px);
    background: url(../images/assets/sprite.png) -33px 0px no-repeat;
}
div.contato div.endereco div.end a:first-of-type{
  margin-left: 0px;
  width: calc(100% - 120px);
  height: 205px;
}
div.contato div.endereco div.end a:nth-child(2),
div.contato div.endereco div.end a:nth-child(3){
  width: 100px;
  height: 100px;
}

div.contato div.endereco div.end a:hover{
  color: #21A79E;
}

div.contato div.endereco div.end .face {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-top: 15px;
}

div.contato div.endereco form.contato input{
  color: #27282a;
  font-family: "Gotham Light";
  font-size: 16px;
  background: none;
  line-height: 22px;
  padding: 10px;
  outline: none;
  width: calc(100% - 50px);
  float: left;
  border: 0px;
  border: 1px solid #b3b4b6;
  resize: none;
  max-height: 70px;
  margin-bottom: 10px;
  margin-right: 20px;
  padding-left: 30px;
}
div.contato div.endereco form.contato textarea{
  outline: none;
  font-family: "Gotham Light";
  resize: none;
  max-height: 70px;
  margin-bottom: 10px;
  color: #27282a;
  background: none;
  font-size: 16px;
  line-height: 22px;
  padding: 10px;
  outline: none;
  width: calc(100% - 50px);
  float: left;
  border: 0px;
  border: 1px solid #b3b4b6;
  resize: none;
  max-height: 78px;
  margin-bottom: 10px;
  margin-right: 20px;
  padding-left: 30px;
}

section.home .setor.contato{
  padding-bottom: 0px;
  padding-top: 45px;
}
section.home .setor.contato span.titulo{
  margin: 10px 0px 20px;
}
section.home .setor.contato span.inter_txt{
  line-height: 19px;
  margin-bottom: 10px;
}
div.contato div.endereco form.contato button.btn-enviar:hover{
  opacity: 0.8;
}
div.contato div.endereco form.contato button.btn-enviar{
  background: none;
  display: block;
  float: left;
  border: 1px solid #b3b4b6;
  width: calc(170px);
  color: #27282a;
  padding: 10px;
  font-family: "Gotham";
  text-transform: uppercase;
  line-height: 16px;
  font-size: 12px;
  max-height: 40px;
  letter-spacing: 2px;
  position: relative;
  outline: none;
  z-index: 1;
  opacity: 1;
  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;
  float: right;
  margin-top: 10px;
  margin-right: 10px;
}
/*div.contato div.endereco form.contato button.btn-enviar:before {
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  left: 20px;
  top: calc(100% / 2 - 13px);
  background: url(../images/assets/sprite.png) -28px -93px no-repeat;
  z-index: 4;
}
*/




/*FIM CONTATO*/
div.boxFormulario.solucoes div.cont span.inter_txt {
    color: #000000;
    font-family: 'Latolight';
    font-size: 14px;
    line-height: 18px;
    width: 100%;
    display: inline-block;
    margin: 40px 0px 0px;
    height: 317px;
    overflow-y: auto;
}

div.boxFormulario.solucoes div.cont .baixo span.titulo {
  float: left;
  width: 100%;
  font-family: 'latobold';
  font-size: 25px;
  line-height: 30px;
  color: #2b2b2b;
  position: relative;
  text-transform: uppercase;
  margin-top: 20px;
}
section.home .setor.ani span.titulo,
section.home .contato.ani span.titulo,
section.home .contato.ani span.sub,
section.home .setor.ani img.poster,
section.home .setor.planos.ani div.ll div.linha{
  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);
}
/*RESPONSIVO*/

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-width : 0px) 
and (max-width : 414px) {
  section.home .conteudo .opc #banner_opc .banner_item .bannertxts span.txtT{
    width: calc(100% - 1px) !important;
  }
  .opcs-models {
    width: 86%;
  }
 /* .esquerda, .direita{
    width: 87% !important;
  }*/
  .mini-banner.owl-loaded .owl-nav {
    width: 100%;
  }
  a.quero-agora{
    font-size: 12px;
  }
  header{
    height: 127px;
  }
  section.home #banner_principal .banner_item{
    width: 100vw !important;
  }
  header div.bottom a.logo, footer a.logo {
    width: 145px;
    height: 60px;
  }
  .bannertxts {
    position: relative;
    left: 4%;
  }
  section.home .setor.planos img.poster{
    width: 90%;
  }
  section.home .setor.planos div.dirR {
    float: right;
    width: calc(100% - 0px);
    margin-top: 15px;
    text-align: center;
  }
  section.home .setor.planos span.titulo, section.home .setor.planos span.titulo span.sub {
    text-align: center;
  }
  section.home .setor.planos img.poster{
    width: 100%;
  }
  div.contato div.endereco form.contato button.btn-enviar{
    width: calc(100% - 10px);
  }
  section.home .setor.planos div.b div.inter.prof .box {
    width: calc(100% / 1 - 100px);
    margin: 30px 50px 0px;
    overflow: hidden;
    text-align: center;
  }
  section.home .setor.perguntas .box span.num{
    padding-left: 50px;
    width: calc(100% - 70px);
    padding-right: 20px;
  }
  section.home .setor.perguntas .box .img img{
    width: 30px;
  }
  section.home .setor.perguntas.fre .box:before {
    left: 14px;
    right: initial;
  }
  section.home .setor.perguntas .box .img{
    left: 5px;
    max-width: 50px;
    display: block;
    margin-top: 20px;
  }
  section.home .setor.perguntas .box .img:before{
    right: 5px;
  }
  section.home .setor.inscricao div.dirr {
    width: calc(100% - 50px);
    float: left;
    padding-left: 30px;
    padding-top: 10px;
  }
  section.home .setor.inscricao div.interCont div.box {
    width: calc(100% / 1 - 40px);
    display: inline-block;
    background: #fff;
    margin: 0 20px;
    margin-bottom: 20px;
  }
  section.home .setor.inscricao div.esqq span.valorG:before{
    background: url(../images/assets/sprite.png) -297px -4px no-repeat;
    width: 150%;
  }
  section.home .setor.inscricao div.esqq {
    width: 80%;
    float: left;
    padding-top: 20px;
    padding-right: 50px;
  }
  section.home .setor.planos div.b div.inter.metodo .box .img{
    margin: 10px calc(100% / 2 - 90px / 2);
  }
  section.home .setor.planos div.b div.inter.metodo .box .img img.poster {
      width: auto;
  }
  section.home .setor.planos div.b div.inter.metodo .box .info {
    width: calc(100% - 0px);
    float: right;
    text-align: center;
  }
  section.home .setor.planos div.b div.inter.metodo .box {
    width: calc(100% / 1 - 100px);
    margin: 0px 50px;
    overflow: hidden;
  }
  div.contato div.endereco div.end .face,
  div.contato div.endereco div.end .face iframe{
    width: 100%;
    overflow: hidden;
  }
  section.home .setor span.inter_txt {
    width: calc(100% - 0px)!important;
  }

  section.home .setor.suporte img.carro,
  section.home .quem-somos.ani img.log{
    position: relative;
    width: 80%;
    display: inline-block;
    margin: 0 10%;
    top: 0px;
    left: 0px;
  }
  section.home .setor.suporte div.listBoxesSupor .box {
    width: calc(100% / 1 - 100px);
    margin: 0 50px;
  }
  section.home .setor.planos .boox{
    width: calc(100% - 24px);
    margin: 0px 10px 20px;
    background-size: 65%;
  }
  section.home .setor{
    padding-top: 0px;
  }
  section.home .quem-somos {
    padding-top: 55px;
  }
  section.home .planos {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  section.home .setor.planos .ajuda{
    margin-bottom: 20px;
    margin-top: 60px;
  }
  section.home .conteudo span.titulo{
    margin-bottom: 0px;
  }
  section.home .setor.planos .boox:first-child span.top,
  section.home .setor.planos .boox:first-child a,
  section.home .setor.planos .boox:first-child span.bot{
    margin-left: 0px;
  }
  section.home .setor.planos .boox:last-child span.top{
    width: calc(100% - 5px);
    display: inline-block;
    margin: 40px 5px 0px 20px;
  }
  section.home .setor.planos .boox:last-child span.bot{
    width: calc(100% - 5px);
    display: inline-block;
    margin-left: 20px;
  }
  section.home #banner_principal .owl-stage-outer {
    max-height: 840px;
  }
  section.home #banner_principal .banner_item img{
    /* max-height: 500px; */
  }
  section.home .conteudo .opc #banner_opc .bannerList{
    width: 100%!important;
  }
  section.home #banner_principal div.boxes{
    width: 100vw;
    max-width: initial;
    display: inline-block;
    margin: 0px;
    height: auto;
    padding-bottom: 10px;
  }
  section.home #banner_principal div.boxes div.box span.top div.img{
    margin: 15px 0px 10px;
    width: 50px;
    float: right;
    margin-left: 20px;
  }
  section.home #banner_principal div.boxes div.box span.top strong {
    font-size: 16px;
    display: inline-block;
    width: calc(100% - 80px);
    font-family: 'ralewaybold';
    text-transform: uppercase;
    margin-top: 20px;
  }
  section.home #banner_principal div.boxes div.box {
    display: inline-block;
    width: calc(100% / 1 - 40px);
        height: auto;
    padding-bottom: 10px;
    margin-bottom: 5px;
  }
  section.home .conteudo .opc #banner_opc .marcas,
  section.home .conteudo .opc #banner_opc .marcas .owl-stage-outer{
    width: 100%!important;
    overflow: hidden;
  }
  footer span.copy {
    width: 50%;
    font-size: 13px;
    left: 20px;
    top: 10px;
  }
  .setor.quem-somos .inter:before {
    content: "";
    background: #a0c068;
    width: 120%;
    left: -20%;
    top:0px;
    position: absolute;
  }
  .setor.quem-somos .inter {
    position: relative;
    z-index: 1;
  }
  div.contato div.endereco form.contato {
    width: calc(100% - 0px);
  }
  div.contato div.endereco div.end {
    width: calc(100% - 30px);
    display: block;
    float: right;
    padding: 0px 15px 30px;
  }
  section.home .servicos:before{
    content: none;
  }
  section.home .setor.servicos .box {
    padding-top: 20px;
    background: #fff;
    width: calc(100% - 2px);
    margin: 0px;
    padding-bottom: 30px;
    border: 1px solid #e2e4e6;
  }
  section.home .setor.servicos .box span.num {
    width: calc(100% - 0px);
    text-align: center;
  }
  section.home .setor.beneficios .box {
    width: calc(100% - 0px);
    margin: 0px;
  }
  section.home #banner_principal .banner_item img,
  section.home #banner_opc .banner_item img{
    /* width: 100%; */
  }
  section.home #banner_opc .banner_item img{
    width: 100%;
    height: auto;
    position: relative;
    opacity: 1!important;
  }
  section.home #banner_opc .banner_item img.avatar{
    top: 50px!important;
    left: 20px!important;
  }
  section.home #banner_principal .banner_item .bannertxts,
  section.home #banner_opc .banner_item .bannertxts{
    /* display: none; */
  }
  section.home #banner_principal .owl-loaded .owl-nav{
   display: none!important; 
  }

  section.home #banner_principal .banner_item .bannertxts {
    width: 100%;
    max-width: 100vw;
    margin: 0px;
  }

  
  section.home #banner_principal .banner_item .bannertxts div.esq{
    /* margin-left: -20px; */
    width: calc(100% - 40px) !important;
    padding: 0 0;
  }
  section.home #banner_principal .banner_item .bannertxts span.txtT{
    line-height: 52px;
    font-size: 52px;
  }
  section.home #banner_principal .banner_item .bannertxts div.dir{
    display: none;
  }

  section.home .conteudo .opc #banner_opc .banner_item .bannertxts{
    left: 10px;
    width: 100vw;
    /* margin: 0; */
  }

  section.home .opc .conteudo{
    left: 0px;
    width: 100vw;
    margin: 0px;
    padding: 0px;
    display: inline-block;
  }
  section.home .conteudo .opc #banner_opc{
    position: relative;
    width: 80%;
    /* max-height: 320px; */
    float: left;
    margin-left: 5%;
    padding-top: 0px;
  }
  section.home .conteudo .opc #banner_opc .owl-loaded .owl-nav .owl-prev{
    left: -10px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  section.home .conteudo .opc #banner_opc .owl-loaded .owl-nav .owl-next{
    right: -10px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  section.home .conteudo .opc #banner_opc .owl-loaded .owl-nav {
    margin-left: -4%;
  }
  section.home .setor.perguntas .box.active span.info_tex{
    max-height: initial;
  }
  section.home .setor.perguntas.curso .box span.info_tex ul.lista{
    width: 100%;
  }
  section.home .setor.perguntas.curso .box span.info_tex ul.lista:before{
    content: none;
  }
  section.home .conteudo .opc #banner_opc .banner_item img.avatar{
    position: relative;
    margin-top: -50px;
    margin-left: 0;
    margin-bottom: 30px;
  }
  section.home .conteudo .opc #banner_opc .banner_item .bannertxts span.txtT strong{
      margin-top: 50px;
  }

  section.home .conteudo .opc{
    left: -20px;
    width: 100vw;
    height: auto;
  }
  section.home .conteudo .opc.ani:before{
    background-size: cover;
    height: 120%;
  }

  section.home .conteudo .opc:before,
  section.home .conteudo .opc:after{
    /* content: none; */
  }
  section.home .conteudo .opc #banner_opc .marcas a{
    width: 100vw;
  }

  
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-width : 415px) 
and (max-width : 900px) {
  section.home .setor.suporte div.listBoxesSupor .box span.info{
    width: calc(100% / 1 - 20px);
    margin: 0 10px;
  }
  section.home .conteudo .opc #banner_opc .banner_item .bannertxts span.txtT{
    padding-left: 0 !important;
    text-align: right !important;
  }

  section.home .setor.suporte div.listBoxesSupor .box {
    width: calc(100% / 1 - 30px);
    margin: 20px 15px 0px;
  }
  section.home .setor.perguntas .box span.num {
    width: calc(100% - 230px);
    padding-left: 180px;
    padding-right: 50px;
  }
  section.home .setor.perguntas .box .img{
    left: 120px;
  }
  section.home .setor.planos .boox:first-child{
    background-size: 55%;
  }
  section.home .setor.suporte img.carro{
    right: -150px;
  }
  section.home .conteudo .opc #banner_opc, section.home .conteudo .opc #banner_opc .owl-stage-outer {
    position: relative;
    width: 80%;
    /* max-height: 320px; */
    float: left;
    margin-left: -10px;
    padding-left: 12%;
    /* overflow: initial; */
  }
  section.home .setor.planos .boox:last-child{
    background-size: 70%; 
  }
  section.home .conteudo{
    width: calc(100% - 40px)!important;
  }
header.fixo .mobile.mob-top-menu {
    position: fixed;
    top: 10px;
}
header .mobile.mob-top-menu {
    top: 20px;
}
header.fixo .mobile.mob-top-menu .line,
header .mobile.mob-top-menu .line {
    border: 1px solid #fff;
}
  .topoDestaque div.destaque,
  .topoDestaque span.pag {
    width: calc(50% - 1px);
  }

  section.home .conteudo .opc #banner_opc .marcas a img {
    width: 100%;
    height: auto;
    max-width: 120px;
  }
  section.home .conteudo .opc #banner_opc .marcas {
    height: 302px;
  }
  section.home #banner_principal .banner_item .bannertxts {
    width: calc(100% - 5px);
    top: 60px;
    margin: 0 0;
  }
  section.home #banner_principal .banner_item .bannertxts div.esq, section.home #banner_principal .banner_item .bannertxts div.dir{
    width: 67%;
  }
  section.home #banner_principal .banner_item img{
    display: none !important;
  }
  section.home .conteudo span.titulo{
    /* font-size: 25px; */
    /* line-height: 25px; */
    /* padding-left: 60px; */
  }
  section.home .conteudo .opc #banner_opc .banner_item img.c-logo {
    position: absolute;
    right: 0px;
    bottom: 0px;
    max-width: 150px;
    left: initial;
    top: 80px;
  }
  section.home .conteudo .opc #banner_opc .banner_item .bannertxts .txtS{
    width: calc(100% - 15%) !important;
    /*margin: 35px 8% 4px 8%;*/
  }
  section.home .conteudo .opc #banner_opc .banner_item .bannertxts .txtT {
    padding: 0px;
    width: 100%;
    margin-left: 40px;
    margin-top: 10px;
  }
  section.home .conteudo .opc #banner_opc .banner_item img.avatar{
    top: calc(50% - 80px);
    left: -80px;
  }
}

@media only screen 
and (min-width : 0px) 
and (max-width : 768px) {
  footer .mobile.mob-bottom-menu {
    display: none!important;
  }

  section.home .setor.planos .box,
  section.home .setor.planos .box:first-of-type,
  section.home .setor.planos .box:last-of-type{
    width: 70%;
    margin: 0px 15%;
  }
  section.home .setor.planos .box a.assine{
    width: 100%;
  }
  section.home .setor.planos .inter .owl-nav .owl-next{
    right: 0%;
  }
  section.home .setor.planos .inter .owl-nav .owl-prev{
    left: 0%;
  }
  section.home .setor.servicos .box .img {
    width: 100%!important;
    max-width: initial;
    display: inline-block;
    height: 80px;
    border-radius: 0px;
    background-size: auto 100%;
  }
  section.home .setor.servicos .box span.num {
    width: calc(100% - 0px);
    text-align: center;
  }
  section.home .setor.servicos .owl-nav .owl-prev{
    left: -1%;
  }
  section.home .setor.servicos .owl-nav .owl-next{
    right: -1%;
  }
  section.home .setor.servicos .box .info {
    max-height: 180px;
    overflow: hidden;
    overflow-y: auto;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  section.home .conteudo .opc #banner_opc .banner_item .bannertxts .txtT{
    padding: 100px 10px 0px;
    width: calc(100% - 210px);
  }
  section.home #banner_principal .banner_item .bannertxts .txtS,
  section.home #banner_principal .banner_item .bannertxts .txtB{
    margin-left: 20px;
  }
  section.home .setor.servicos .box {
    padding-top: 20px;
    background: #fff;
    width: calc(100% - 2px);
    margin: 0px;
    padding-bottom: 30px;
    border: 1px solid #e2e4e6;
  }
  
  section.home .setor .inter{
    overflow: hidden;
    margin-top: 60px;
  }
  section.home .quem-somos .inter{
    overflow: initial;
    padding-bottom: 20px;
  }
  section.home .conteudo{
    width: calc(100% - 40px);
  }

  section.home .quem-somos div.esq a.links{
      min-width: 150px;
  }


  section.home .setor .box:before{
    content: none;
  }
  
  section.home .conteudo a.bt_c:before,
  section.home .conteudo a.bt_c:after{
    content: none;
  }
  section.home .conteudo a.bt_c{
    height: auto;
    width: calc(90% - 60px);
    margin: 0px 5%;
  }


  section.home .setor .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.home .setor .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.home .setor .box{
    width: 80%;
    margin: 0 10%;
  }
  section.home .conteudo a.bt_c.outras {
    width: calc(100% - 60px);
    margin: 40px auto;
    /* background: #122c4c; */
  }
  section.home .quem-somos .box{
    width: 100%;
    display: inline-block;
    margin: 10px 0px; 
  }
  section.home .quem-somos .interCont {
    width: 100%;
    display: inline-block;
    margin-top: 30px;
  }
  section.home .conteudo .opc #banner_opc .banner_item .bannertxts .txtS,
  section.home .conteudo .opc #banner_opc .banner_item .bannertxts .txtSub{
    width: 100%;
    margin: 35px 0 0 0;
  }
  section.home .conteudo .opc #banner_opc .banner_item .bannertxts .txtT{
    /* margin-bottom: 20px; */
    padding: 0px;
    width: 100%;
    margin: 20px 0px 0px;
  }
  section.home .conteudo .opc #banner_opc .banner_item img{
  /*position: relative; */
  /* margin: 20px auto; */
  /* display: block; */
  left: 0px;
  top: 20px;
  }
}

@media only screen 
and (min-width : 0px) 
and (max-width : 1000px) {


}

.instagram{
  margin: 0 10%;
  color: #fff;
  font-size: 20px;
}

.title{
  font-family: "Gotham";
  font-size: 15px;
  color: #5a5a5a;
  font-weight: bold;
  letter-spacing: 3px;
  margin-top: 15px;
}

.subtitle{
  font-family: "Gotham";
  font-size: 20px;
  line-height: 1.5;
  color: #000;
  margin-top: 20px;
}

.texto{
  font-family: "Gotham Light";
  font-size: 14px;
  color: #3e3e3e;
  margin-top: 20px;
  margin-bottom: 30px;
  line-height: 30px;
}

.diferenciais{
  width: 100%;
  margin-top: 80px;
  display: inline;
}

.box_dif{
  width: calc(100% / 4 - 2px);
  border: 1px solid #e4e4e4;
  display: inline-grid;
  height: 193px;
}

.box_dif img{
  padding: 30px 88px;
  width: 25%;
  padding-bottom: 40px;
}

.box_dif p{
  color: #293b4f;
  font-family: "Gotham";
  font-size: 15px;
  margin-top: 0;
  line-height: 1.3;
  text-align: center;
  padding-bottom: 25px;
  font-weight: 900;
}
a.fancybox.ampliar {
  display: block;
  width: calc(100% - 68px);
  border: 1px solid white;
  background: transparent;
  color: white;
  font-size: 14px;
  padding: 17px;
  margin: auto;
  cursor: pointer;
  margin-bottom: 20px;
  text-align: center;
  font-family: gotham;
  font-weight: 100;
}
.botao{
  background: #53aab7;
  width: 57%;
  text-align: center;
  height: 50px;
  margin: auto;
  padding: 0px 10px;
  margin-top: 40px;
  margin-bottom: 60px;
}

.botao h3{
  padding: 18px 0px;
  color: #fff;
  font-family: "Gotham Bold";
  font-size: 12px;
  letter-spacing: 2px;
}

.sobre{
  width: 100%;
  background: #f1f4f5;
}

.contentnew{
  width: calc(1024px - 40px);
  display: flex;
  margin: 0 auto;
  min-height: 200px;
  position: relative;
  padding-top: 0px;
  padding-left: 20px;
  padding-right: 20px;
}

.esquerda{
  /*float: left;*/
  width: 40%;
  padding-right: 50px;
}

.direita{
  /*float: right;*/
  /*margin-right: 25px;*/
  width: 55%;
  padding-top: 15px;
}

.cargo{
  font-family: "Gotham Book";
  font-size: 14px;
  padding: 180px 0px;
  /* font-weight: bold; */
  line-height: 30px;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: -230px;
}

.quadrado{
  border: 1px solid #e4e4e4;
  padding: 80px 0px;
}

.banner_inf{
  width: 100%;
  margin-top: 30px;
  height: 50px;
  color: rgb(187, 187, 187);
  padding-top: 35px;
  font-size: 22px;
  text-align: center;
  font-family: Gotham;
  margin-bottom: -50px;
  letter-spacing: 3px;
  background: rgb(230, 230, 230);
}

.modelos{
  width: 100%;
}

.modelo{
  height: 482px;
  overflow: hidden;
  width: 49%;
  float: left;
  margin-left: 5px;
  margin-bottom: 10px;
}

.modelo:hover #box{
    background: red !important;
    display: block !important;
    height: 482px;
    width: 482px;
    z-index: 9999;
}

/*.modelo:hover{

    display: none !important;
 
}*/

.botao_modelo{
  color: #767676;
  border: 1px solid #767676;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 52%;
  font-family: "Gotham Light";
  padding-left: 80px;
  margin-left: 70px;
}
