body, html{
  height:100%;
  width:100%;
  font-family: Lato;
  -webkit-font-smoothing: antialiased;
}
*{
  padding:0px;
  margin:0px;
  box-sizing: border-box;
}
.clear{
  clear:both;
}
.seta{
  width:60px;
}
.text-banner .seta-part{
  width:100%;
  overflow:hidden;
  position:relative;
  margin-top:60px;
  bottom:0px;
  height:75px;
  padding-top:8px;
  text-align:center;
}
.text-banner .seta{
  position:absolute;
  left:50%;
  margin-left:-30px;
}
.seta-atras {
transform-origin: bottom;
animation-name: pulse_animation;
animation-duration: 1000ms;
transform-origin:50%;
animation-iteration-count: infinite;
animation-timing-function: linear;
}
@keyframes pulse_animation {
0% { transform: scale(1);}
50% { transform: scale(1.3); }
100% { transform: scale(1); }
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.content{
  max-width:1100px;
  width:100%;
  margin:0 auto;
}
   
   #banner{
      height:100%;
      background-repat:no-repeat;
      background-size:cover;
      overflow:hidden;
      background-position:top center;
      position:relative;
      background-image:url('//cdn2.hubspot.net/hubfs/19091/Still_Video_Inbound.png');
    }
    #banner video {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 100%;
        min-width: 100%;
        min-height: 100%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 0;
    }
    h1{
      color: #C8D92B;
      font-size:48px;
      font-weight:bold;
    }
    .text-banner{
      width:100%;
      position:relative;
      margin-top:250px;
      text-align:center;
      height:65%;
    }
    .text-banner h2{
      color:#fff;
      font-weight:400;
      font-size:41px;
      margin-top:20px;
      font-weight:bold;
    }
    .text-banner .btn{
      
      border:1px solid #C8D92B;
      background: #C8D92B;
      color:#0B3150;
      border-radius:30px;
      cursor:pointer;
      padding:10px 25px;
      font-size:22px;
      display:inline-block;
      margin-top:30px;
        -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      transition: all 0.2s linear;
    }
    .text-banner .btn:hover{
      background: transparent;
      color: #C8D92B;
    }
    .imagem-lateral-2{
        display:none;
    }
    @media screen and (max-width: 1100px) {
      #banner video{
        width:160%;
        height:160%;
      }
    }
    .topo{
      position:fixed;
      z-index:9999;
      width:100%;
      padding:0px 20px;
      height:80px;
       -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      transition: all 0.2s linear;
    }
    .topo.white{
      background:#fff;
          -webkit-box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    0px 0px 14px 0px rgba(50, 50, 50, 0.5);
    box-shadow:         0px 0px 14px 0px rgba(50, 50, 50, 0.5);
    }
    .logo-azul{
      display:none;
    }
    .logo-white{
      display:block;
    }
    .topo .logo{
      width:200px !important;
      margin-top:10px;
      position:absolute;
      z-index:999999;
      left:0px;
    }
    .topo .content{
      position:relative;
      height:100%;
    }
    #icon-menu{
      width: 30px;
      height: 30px;
      position: relative;
      float:right;
      margin-top: 30px;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      -o-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
      cursor: pointer;
      z-index: 99999999999;
    }
    #icon-menu span{
      display: block;
      position: absolute;
      height: 5px;
      width: 100%;
      background: #fff;
      border-radius: 9px;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      -moz-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out;
    }
    .topo.white #icon-menu span{
      background:#0C3050;
    }
      #icon-menu span:nth-child(1) {
        top: 0px;
      }

      #icon-menu span:nth-child(2),#icon-menu span:nth-child(3) {
        top: 10px;
      }

      #icon-menu span:nth-child(4) {
        top: 20px;
      }

      #icon-menu.open span:nth-child(1) {
        top: 10px;
        width: 0%;
        left: 50%;
      }

      #icon-menu.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
      }

      #icon-menu.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
      }

      #icon-menu.open span:nth-child(4) {
        top: 10px;
        width: 0%;
        left: 50%;
      }
      .menu{
        position:relative;
        position:99999;
        width:100%;
        height:80px;
      }
      .list-menu{
        text-align:center;
        position:absolute;
        margin-top:13px;
        width:100%;
        padding-left:168px;
        float:left;
      }
      .menu-lista ul{
        display:inline-block;
        list-style:none;
      }
      .menu-lista.show li{
        margin-top:5px;
        opacity:1;
      }
      .menu-lista li{
        float:left;
        text-transform:uppercase;
        opacity:0;
        margin:5px;
        margin-top:-15px;
        transition:all 0.2s linear;
        padding:10px 10px;
        cursor:pointer;
      }
      .menu-lista li a{
        -webkit-transition: all 0s linear;
        -moz-transition: all 0s linear;
        transition: all 0s linear;
        text-decoration:none;
        font-size: 12px;
        font-weight:bold;
        color:#0B3150;
        height: 22px;
    display: inline-block;
      }
      .menu-lista li.hs-menu-depth-1:last-child a{
         -webkit-transition: all 0.4s linear;
        -moz-transition: all 0.4s linear;
        transition: all 0.4s linear; 
      }
      .menu-lista li.hs-menu-depth-1:hover > a{
        border-bottom:2px solid #0B3150;
        
      }
      .menu-lista li.hs-menu-depth-1:last-child{
        color: #0b3150;
        border:1px solid #C8D92B;
        background: #C8D92B;
        border-radius:30px;
        cursor:pointer;
        padding:10px 25px;
        margin-left: 35px;
      }
      .menu-lista li.hs-menu-depth-1:last-child a{
        color: #0b3150;
      }
      .menu-lista li.hs-menu-depth-1.hoverBotao{
          -webkit-transition: all 0.4s linear;
          -moz-transition: all 0.4s linear;
          transition: all 0.4s linear;
         background: transparent;
      }
       .menu-lista li.hs-menu-depth-1.hoverBotao a{
        color:#C8D92B;   
        border:none !important;
       }
      .menu-lista.show li.hs-menu-depth-1:nth-child(1) {
          -webkit-transition-delay: .1s;
          -moz-transition-delay: .1s;
          transition-delay: .1s;
      }
      .menu-lista.show li.hs-menu-depth-1:nth-child(2) {
          -webkit-transition-delay: .2s;
          -moz-transition-delay: .2s;
          transition-delay: .2s;
      }
      .menu-lista.show li.hs-menu-depth-1:nth-child(3) {
          -webkit-transition-delay: .3s;
          -moz-transition-delay: .3s;
          transition-delay: .3s;
      }
      .menu-lista.show li.hs-menu-depth-1:nth-child(4) {
          -webkit-transition-delay: .4s;
          -moz-transition-delay: .4s;
          transition-delay: .4s;
      }
      .menu-lista.show li.hs-menu-depth-1:nth-child(5) {
          -webkit-transition-delay: .5s;
          -moz-transition-delay: .5s;
          transition-delay: .5s;
      }
      .menu-lista.show li.hs-menu-depth-1:nth-child(6) {
          -webkit-transition-delay: .6s;
          -moz-transition-delay: .6s;
          transition-delay: .6s;
      }
      .menu-lista.show li.hs-menu-depth-1:nth-child(7) {
          -webkit-transition-delay: .7s;
          -moz-transition-delay: .7s;
          transition-delay: .7s;
      }
      .menu-lista li.hs-menu-depth-1:nth-child(7) {
          -webkit-transition-delay: .1s;
          -moz-transition-delay: .1s;
          transition-delay: .1s;
      }
      .menu-lista li.hs-menu-depth-1:nth-child(6) {
          -webkit-transition-delay: .2s;
          -moz-transition-delay: .2s;
          transition-delay: .2s;
      }
      .menu-lista li.hs-menu-depth-1:nth-child(5) {
          -webkit-transition-delay: .3s;
          -moz-transition-delay: .3s;
          transition-delay: .3s;
      }
      .menu-lista li.hs-menu-depth-1:nth-child(4) {
          -webkit-transition-delay: .4s;
          -moz-transition-delay: .4s;
          transition-delay: .4s;
      }
      .menu-lista li.hs-menu-depth-1:nth-child(3) {
          -webkit-transition-delay: .5s;
          -moz-transition-delay: .5s;
          transition-delay: .5s;
      }
      .menu-lista li.hs-menu-depth-1:nth-child(2) {
          -webkit-transition-delay: .6s;
          -moz-transition-delay: .6s;
          transition-delay: .6s;
      }
      .menu-lista li.hs-menu-depth-1:nth-child(1) {
          -webkit-transition-delay: .7s;
          -moz-transition-delay: .7s;
          transition-delay: .7s;
      }
.row-fluid [class*="span"]{
    min-height:0px;
    
}
.section{
        position:relative;
      }
      .section-gray{
        background:#F5F5F6;
      }
      .center{
        text-align:center;
      }
      .section p{
        color:#6C7071;
      }
      .section-premium{
        padding:40px 0px;
      }
      .section-premium h3{
        color:#0C3050;
        font-size:36px;
        font-weight:bold;
        margin-bottom:15px;
      }
      .separador{
        text-align:center;
        width:100%;
        margin:20px 0px;
      }
      .separador img{
        width:70px;
      }
      .premios{
        width:100%;
        text-align:center;
        vertical-align: middle;
      }
      .premio{
        margin:0px 10px;
        filter: gray;
        vertical-align: middle;
        -webkit-filter: grayscale(100%); 
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        transition: all 0.2s linear;
      }
      .premio:hover{
        filter: gray;
        -webkit-filter: grayscale(0%); 
      }
.separador{
  text-align:center;
  margin:20px auto;
  width:5px;
  overflow:hidden;
}
.separador.show{
  animation: 1.5s draw forwards;
}
.showSeparador{
  -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    transition: all 1s linear;
    width:130px !important;
}
.separador.showsmall{
  animation: 1s drawsmall forwards;
}
.separador img{
  width:70px;
}
.separador svg {
  display: block;
  margin: auto;
  width:130px;
  height: 60px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@keyframes draw {
  100% {
    width:130px;
  }
}
@keyframes drawsmall {
  100% {
    width:60px;
  }
}

      .section-mais-leads{
        position:relative;
        overflow:hidden;
        width:100%;
      }
      .section-mais-leads .conteudo{
        padding:40px 0px 40px 0px;
        width:50%;
        text-align:center;
        overflow:hidden;
      }
      .section-mais-leads .conteudo-dentro{
          width:100%;
          max-width:500px;
          display:inline-block;
      }
      .section-mais-leads .conteudo p{
        text-align:justify;
      }
      .section-mais-leads h3{
        color:#0C3050;
        font-size:36px;
        font-weight:bold;
        margin-bottom:15px;
      }
      .section-mais-leads .btn{
        color: #C8D92B;
        border:1px solid #C8D92B;
        background: #C8D92B;
        color:#0B3150;
        border-radius:30px;
        cursor:pointer;
        padding:10px 25px;
        font-size:22px;
        display:inline-block;
        margin-top:30px;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        transition: all 0.2s linear;
      }
      .section-mais-leads .btn:hover{
        background: transparent;
        color: #C8D92B;
      }
      .img-site{
        background-image:url('//cdn2.hubspot.net/hubfs/19091/site-2016/site_inbound_home.png');
        height:100%;
        width:50%;
        position:absolute;
        right:0;
        top:0;
        float:right;
        background-position:top center;
        background-size:cover;
      }
      .img-site.porquenos{
          background-image:url('//cdn2.hubspot.net/hubfs/19091/site-2016/subi-5.png');
      }
      .logoParallax{
        position:absolute;
        width:40%;
        left:30%;
        bottom:-240px;
      }
      .mostraCobra{
          position:absolute;
          top:40%;
          left:-350px;
          -webkit-transition: all 1s linear;
        -moz-transition: all 1s linear;
        transition: all 1s linear;
      }
    @media screen and (max-width: 541px) {
      #banner{
        height:auto;
        min-height:100%;
      }
      #banner video{
       display:none;
      }
      .logoParallax{
          width:100%;
          position:relative;
        }
        .section-mais-leads .conteudo{
          width:100%;
          padding:40px 30px;
        }
        .img-site{
          display:none;
        }
         h1{
            font-size:38px;
        }
        .text-banner h2{
            font-size:28px;
        }
    }
.border-do-top{
    width:100%;
    float:left;
    border-top:2px solid #E0E0E0;
}

.bounce {
  -moz-animation: bounce 1.5s infinite;
  -webkit-animation: bounce 1.5s infinite;
  animation: bounce 1.5s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-15px);
  }
}
/* O que fazemos*/

.section-o-que-fazemos{
    background:#344F77;
    padding:40px 0px;
  }
  .section-o-que-fazemos h3{
    color:#FFF;
    font-size:36px;
    font-weight:bold;
    margin-bottom:15px;
  }
  .section-o-que-fazemos .titulo{
    text-align:center;
  }
  .section-o-que-fazemos .separador{
    width:130px;  
  }
  .icon-part{
    width:100%;
    overflow:hidden;
  }
  .icon-fazemos{
    width:15% !important;
    margin:0.82% !important;
    float:left !important;
  }
  
  .icon-fazemos span{
    font-size:14px;
    color:#fff;
  }
  .icon-fazemos span.hover{
      color:#00A4B5;
      -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        transition: all 0.2s linear;
  }
  .icon-fazemos{
    text-align:center;
  }
  .icon-fazemos:hover .separador{
    animation: 1.5s draw forwards;
    
  }
  .icon-fazemos .img{
    display:inline-block;
    background-position:top center;
    background-size:cover;
    background-repeat:no-repeat;
    width:150px;
    height:150px;
  }
.img-consultoria{
    background-image:url('//cdn2.hubspot.net/hubfs/19091/site-2016/icon-1.png');
  }
  .img-consultoria:hover, .img-consultoria.hover{
    background-image:url('//cdn2.hubspot.net/hubfs/19091/site-2016/icon-1-hover.png');
  }
  .img-gdd{
    background-image:url('//cdn2.hubspot.net/hubfs/19091/site-2016/icon-2.png');
  }
  .img-gdd:hover, .img-gdd.hover{
    background-image:url('//cdn2.hubspot.net/hubfs/19091/site-2016/icon-2-hover.png');
  }
  .img-digital-branding{
    background-image:url('//cdn2.hubspot.net/hubfs/19091/site-2016/icon-3.png');
  }
  .img-digital-branding:hover, .img-digital-branding.hover{
    background-image:url('//cdn2.hubspot.net/hubfs/19091/site-2016/icon-3-hover.png');
  }
  .img-geracao-demanda{
    background-image:url('//cdn2.hubspot.net/hubfs/19091/site-2016/icon-4.png'); 
  }
  .img-geracao-demanda:hover, .img-geracao-demanda.hover{
    background-image:url('//cdn2.hubspot.net/hubfs/19091/site-2016/icon-4-hover.png'); 
  }
  .img-otimizacao{
   background-image:url('//cdn2.hubspot.net/hubfs/19091/site-2016/icon-5.png'); 
  }
  .img-otimizacao:hover, .img-otimizacao.hover{
    background-image:url('//cdn2.hubspot.net/hubfs/19091/site-2016/icon-5-hover.png'); 
  }
  .img-video{
    background-image:url('//cdn2.hubspot.net/hubfs/19091/site-2016/icon-6.png'); 
  }
  .img-video:hover, .img-video.hover{
    background-image:url('//cdn2.hubspot.net/hubfs/19091/site-2016/icon-6-hover.png'); 
  }
  @media screen and (max-width: 950px) {
      .icon-fazemos{
        width:32% !important;
        margin-bottom:20px !important;
        margin:0.5% !important;
      }
    }
    @media screen and (max-width: 600px) {
      .icon-fazemos{
        width:48% !important;
        margin-bottom:20px !important;
        min-height:330px;
      }
    }
.row-fluid:before, .row-fluid:after{
    display:none;
}
#map {
  width: 100%;
  height: 300px;
  margin-top:20px;
}

/* Recursos */
.section-inboundeiros{
    padding: 60px 0px;
    text-align: center;
    overflow: hidden;
    width: 100%;
    background-image:url('//cdn2.hubspot.net/hubfs/19091/site-2016/inboundeiros.png');
    background-size:auto 480px;
    background-repeat:no-repeat;
    background-position:top center;
}
.section-inboundeiros h3{
    font-size:40px;
    font-weight:bold;
    margin-bottom:15px;
    color:#fff;
    text-transform:uppercase;
}
.section-inboundeiros p{
    color:#fff;
    font-size: 26px;
}
.section-proximo-passo{
    background: #fff;
    padding: 40px 20px;
    padding-top:10px;
    text-align: center;
    overflow: hidden;
    width: 100%;
  }
  .section-proximo-passo h3{
    color:#0C3050;
    font-size:36px;
    font-weight:bold;
    margin-bottom:15px;
  }
  .section-proximo-passo .titulo, .section-inboundeiros .titulo{
    text-align:center;
    margin-bottom:20px;
  }
  .section-proximo-passo p{
    color: #6C7071;
    margin-top: 15px;
    margin-bottom: -10px;
  }
  .section-recursos{
    background:#fff;
    padding:40px 0px;
    overflow:hidden;
    position:relative;
    width:100%;
  }
  .section-recursos h3{
    color:#0C3050;
    font-size:36px;
    font-weight:bold;
    margin-bottom:15px;
  }
  .section-recursos .titulo{
    text-align:center;
    margin-bottom:20px;
  }
  .section-recursos p{
    color: #6C7071;
  }
  .section-recursos .infoPart{
    width:100%;
    margin-top:45px;
    overflow:hidden;
  }
  .section-recursos .fotoInfo{
    width:25%;
    text-align:center;
    position:relative;
    margin-top:0px;
    float:left;
    overflow:hidden;
    min-height:250px;
    background-position:top center;
    background-size:cover;
    background-repeat:no-repeat;
  }
  
  .section-recursos .fotoInfo.big{
      width:33%;
  }
  .section-recursos .big .text-foto{
      background:rgba(0,164,181,0.8);

  }
  .section-recursos .big .text-foto .cta{
      border-color:#C8D92B;
          position: absolute;
    bottom: 15px;
    margin: auto;
    width: 250px;
    left: 50%;
    margin-left: -125px;
    background:#C8D92B;
    color:#0C3050;
  }
  .section-recursos .big .text-foto .cta:hover{
      background:transparent;
      color:#C8D92B;
  }
  .section-recursos .text-foto .cta{
    border:2px solid #00A4B5;
    background:#00A4B5;
      color:#0C3050;
    border-radius:24px;
    display:inline-block;
    cursor:pointer;
    padding:0px 25px;
    height: 40px;
    line-height: 35px;
    margin-top:35px;
    text-transform:uppercase;
    font-weight:bold;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    text-decoration:none;
  }
  .section-recursos .text-foto .cta:hover{
      background:transparent;
      color:#00A4B5;
  }
  .section-recursos .fotoInfo:hover .cta{
    margin-top:0px;
  }
  .section-recursos .text-foto h4{
    line-height:15px;
    overflow:hidden;
    top:-2px;
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
  }
  .section-recursos .fotoInfo:hover h4{
    line-height:35px;
    overflow:hidden;
    top:0px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  .section-recursos .fotoInfo:hover .text-foto{
    top:0;
    opacity:1;
  }
  .section-recursos .text-foto{
    background:rgba(12,48,80,0.9);
    padding:15px;
    padding-top:27px;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    opacity:0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
   .section-recursos .fotoInfo:hover .separador{
    width:10px;
    animation: 1s drawsmall forwards;
  }
  .section-recursos .text-foto .separador{
    width:5px;
    overflow:hidden;
    margin:10px auto;
    text-align:center;
    -webkit-transition: all .4s ease-out 0.1s;
    -moz-transition: all .4s ease-out 0.1s;
    -o-transition: all .4s ease-out 0.1s;
    transition: all .4s ease-out 0.1s;
  }
  @media screen and (max-width: 600px) {
      .section-recursos .fotoInfo{
        width:50%;
      }
    }
  @media screen and (max-width: 400px) {
      .blog-pagination{
          text-align:left !important;
      }
.next-posts-link{
        float: left !important;
}
      #footer-tk li:first-child{
          width:100%;
      }
      .section-recursos .fotoInfo{
        width:90%;
        margin:5px 5%;
      }
      .half-banner{
          margin-top:180px !important;
          margin-bottom: 180px !important;
      }
      .half-banner.form{
          margin-top:0px !important;
          margin-bottom: 10px !important;
      }
      .half-banner.comForm{
          margin-bottom: 20px !important;
          margin-top: 90px !important;
      }
    }
  .section-recursos .fotoInfo p{
    color:#fff;
    margin-bottom:30px;
  }
  .section-recursos .fotoInfo h4{
    color:#fff;
  }
  .section-recursos .fotoInfo svg{
    width:60px;
    margin:-10px auto;
  }
  .fotoInfo.big.foto1{
    background-image:url('//cdn2.hubspot.net/hubfs/19091/site-2016/case-1.png');
  }
  .fotoInfo.big.foto2{
    background-image:url('//cdn2.hubspot.net/hubfs/19091/site-2016/case-2.png');
  }
  .fotoInfo.big.foto3{
    background-image:url('//cdn2.hubspot.net/hubfs/19091/site-2016/case-3.png');
  }
  .fotoInfo.foto1{
    background-image:url('//cdn2.hubspot.net/hubfs/19091/site-2016/image-1.png');
  }
  .fotoInfo.foto2{
    background-image:url('//cdn2.hubspot.net/hubfs/19091/site-2016/image-2.png');
  }
  .fotoInfo.foto3{
    background-image:url('//cdn2.hubspot.net/hubfs/19091/site-2016/image-3.png');
  }
  .fotoInfo.foto4{
    background-image:url('//cdn2.hubspot.net/hubfs/19091/site-2016/image-4.png');
  }
  .fotoInfo.foto5{
    background-image:url('//cdn2.hubspot.net/hubfs/19091/site-2016/rec-img-2.png');
  }
  .fotoInfo.foto6{
    background-image:url('//cdn2.hubspot.net/hubfs/19091/site-2016/rec-img-3.png');
  }
  .fotoInfo.foto7{
    background-image:url('//cdn2.hubspot.net/hubfs/19091/site-2016/rec-img-4.png');
  }
  .fotoInfo.foto8{
    background-image:url('//cdn2.hubspot.net/hubfs/19091/site-2016/rec-img-5.png');
  }
  .fotoInfo.foto9{
    background-image:url('//cdn2.hubspot.net/hubfs/19091/site-2016/rec-img-6.png');
  }
  .fotoInfo.foto10{
    background-image:url('//cdn2.hubspot.net/hubfs/19091/site-2016/rec-img-10.png');
  }
  .fotoInfo.foto11{
    background-image:url('//cdn2.hubspot.net/hubfs/19091/site-2016/rec-img-11.png');
  }
  .section-proximo-passo .btn{
      background: #C8D92B;
      color:#0B3150;
      border:1px solid #C8D92B;
      border-radius:30px;
      cursor:pointer;
      padding:10px 25px;
      font-size:22px;
      display:inline-block;
      margin-top:30px;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      transition: all 0.2s linear;
    }
    .section-proximo-passo .btn:hover{
      background: transparent;
      color: #C8D92B;
      border:1px solid #C8D92B;
    }
.section-footer{
    -webkit-appearance: none;
  padding-top:60px;
  background: #344F77; /* fallback for old browsers */ /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-linear-gradient(to bottom, #344F77, #0B3150);
  background: -o-linear-gradient(to bottom, #344F77, #0B3150);
  background: linear-gradient(to bottom, #344F77, #0B3150);
  text-decoration:none;

 } 
 .section-footer p{
  text-align:justify;
  color:#fff;
 }
 .section-footer svg{
    width:60px;
    margin:0px auto;
 }
 .section-footer .titulo{
  text-align:center;
 }
 .section-footer .titulo img{
    width:250px;
  }
  .comForm ul{
    color:#fff;
    margin-left: 20px;
    font-size: 18px;
  }
  .section-footer .footer-part{
    position:relative;
    overflow:hidden;
    width:100%;
    margin-top:40px;
    /*margin-bottom:40px;*/
  }
  .section-footer .footer-part .part{
    float:left;
    width:33%;
    padding:22px;
    color:#fff;
  }
  .section-footer .footer-part .part .titulo{
    text-align:center;
    font-weight:bold;
    font-size:22px;
  }
  .section-footer .list-footer{
    width:100%;
    list-style:none;
  }
  .section-footer .list-footer li{
    width:100%;
    margin-bottom:10px;
    position:relative;
    overflow: hidden;
    padding:2px;
    text-decoration:none !important;
  }
  .section-footer .icon{
    background-position: top center;
    background-size:cover;
    background-repeat:no-repeat;
    display:inline-block;
    margin-right:13px;
    float:left;
  }
  .icon-location{
    width: 20px;
    height: 28px;
    background-image:url('//cdn2.hubspot.net/hubfs/19091/site-2016/icon-position.png');
  }
  .icon-user{
    width: 20px;
    height: 26px;
    background-image:url('//cdn2.hubspot.net/hubfs/19091/site-2016/icon-person.png');
  }
  .icon-web{
    width: 22px;
    height: 16px;
    background-image:url('//cdn2.hubspot.net/hubfs/19091/site-2016/icon-web.png');
  }
  .icon-tel{
    width: 23px;
    height: 23px;
    background-image:url('//cdn2.hubspot.net/hubfs/19091/site-2016/icon-tel.png');
  }
  .rede{
    width:15%;
    margin-right:3%;
    text-align:center;
    float:left;
    overflow:hidden;
  }
  .rede:last-child{
    margin-right:0%;
  }
  .section-footer .icon-face{
    display:inline;
    margin-right:0px;
    width: 23px;
    height: 23px;
    background-image:url('//cdn2.hubspot.net/hubfs/19091/site-2016/face.png');
  }
  .section-footer .icon-twitter{
    display:inline;
    margin-right:0px;
    width: 23px;
    height: 23px;
    background-image:url('//cdn2.hubspot.net/hubfs/19091/site-2016/twitter.png');
  }
  .section-footer .icon-linkedin{
    display:inline;
    margin-right:0px;
    width: 23px;
    height: 23px;
    background-image:url('//cdn2.hubspot.net/hubfs/19091/site-2016/linkedin.png');
  }
  .section-footer .icon-insta{
    display:inline;
    margin-right:0px;
    width: 23px;
    height: 23px;
    background-image:url('//cdn2.hubspot.net/hubfs/19091/site-2016/insta.png');
  }
  .section-footer .icon-blog{
    display:inline;
    margin-right:0px;
    width: 23px;
    height: 23px;
    background-image:url('//cdn2.hubspot.net/hubfs/19091/site-2016/icon-blog.png');
  }
   @media screen and (max-width: 700px) {
      .section-footer .footer-part .part{
        width:100%;
        padding:20px;
      }
    }
    
.swiper-container {
    height: 80%;
    min-height:400px;
    padding-bottom: 50px;
    padding-top:0px;
}
.swiper-container{
    margin-top:-220px !important;
}
.parte-branca{
    width: 87%;
    max-width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 250px;
    background: #fff;
    position: relative;
    min-height: 490px;
    z-index: 999;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(50, 50, 50, 0.45);
-moz-box-shadow:    0px 0px 24px 0px rgba(50, 50, 50, 0.45);
box-shadow:         0px 0px 24px 0px rgba(50, 50, 50, 0.45);
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
  text-align: right;
  width: 95% !important;
  max-width: 1200px;
}
.section-slide{
  background:#F5F5F6;
  overflow:hidden;
  padding:40px 0px;
  position:relative;
  text-align:center;
  /*height:100%;*/
  width:100%;
}
.row-fluid [class*="span"]{
    margin-left:0px;
}
.section-slide .titulo{
  color:#fff;
  text-align:center;
  position: relative;
  z-index:99;
  font-size:36px;
  font-weight:bold;
}
.section-slide .titulo.tt h3{
    margin-bottom:15px;
}
.section-slide .titulo h3{
  color:#fff;
}
.section-slide .btn{
  background: #C8D92B;
  color:#0B3150;
  border:1px solid #C8D92B;
  border-radius:30px;
  cursor:pointer;
  padding:10px 25px;
  font-size:22px;
  display:inline-block;
  margin-top:0px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.section-slide .separador{
    margin: -5px auto;
}
.section-slide .btn:hover{
  background: transparent;
  color: #C8D92B;
  border:1px solid #C8D92B;
}
.swiper-slide{
  background:#fff;
  text-align:left;
}
.img-fundo{
  width:100%;
  height:400px;
  z-index:1;
  background-position:top center;
  background-size:cover;
  background-image:url('//cdn2.hubspot.net/hubfs/19091/site-2016/bg-slide.png');
  position:absolute;
  top:0;
}
.img-fundo2{
    background-image:url('//cdn2.hubspot.net/hubfs/19091/site-2016/bg-slide2.png');
}
.img-fundo3{
    background-image:url('//cdn2.hubspot.net/hubfs/19091/site-2016/bg-slide3.png');
}
.conteudo-inteiro{
  width:100%;
  overflow:hidden;
  min-height:490px;
}
.btn{
    text-decoration:none;
}
.conteudo-inteiro .btn{
  color:#fff;
  background:#00A4B5;
  border-color:#00A4B5;
  font-size:14px;
}
.conteudo-inteiro .btn:hover{
  color:#00A4B5;
  background:transparent;
  border-color:#00A4B5;
  font-size:14px;
}
.conteudo-inteiro .half{
  float:left;
  width:50%;
  position:relative;
  padding:30px;
}
.conteudo-inteiro .half .aspa{
  position:absolute;
  top:35px;
  left:30px;
  background-image:url('//cdn2.hubspot.net/hubfs/19091/site-2016/aspas.png');
  background-position: top center;
  background-size:cover;
  background-repeat:no-repeat;
  width:40px;
  height:30px;
}
.aspa.clara{
  position:absolute;
  top:35px;
  left:10%;
  background-image:url('//cdn2.hubspot.net/hubfs/19091/site-2016/aspas-clara.png');
  background-position: top center;
  background-size:cover;
  background-repeat:no-repeat;
  width:40px;
  height:30px;
}
.conteudo-inteiro .half .titulo{
  color:#0C3050;
  font-size:36px;
  text-transform:uppercase;
  text-align:center;
}
.conteudo-inteiro .last .titulo{
     height: 147px;

}
.conteudo-inteiro .half .sub-titulo{
  font-size:16px;
  color:#00A4B5;
  font-weight:normal;
  text-transform:none;
  margin-top: 14px;
  margin-bottom: 12px;
}
.conteudo-inteiro .half p{
  text-align:justify;
  color:#6C7071;
}

.conteudo-inteiro .half p.big{
  font-size:22px;
  color:#0c3050;
}

.conteudo-inteiro{
    color:#6C7071;
}
.conteudo-inteiro .azul{
  color:#0C3050;
}
.bold{
    font-weight:bold;
}
.conteudo-inteiro .azul-grande{
  color:#0C3050;
  font-size:22px;
  font-weight:bold;
}
.conteudo-slide-ul{
  overflow:hidden;
  padding:0px;
  margin:10px auto;
  display:inline-block;
  list-style:none;
}
.conteudo-slide-ul li{
  float:left;
  margin:10px 15px 10px 0px;
  text-align:center;
}
.li-slide{
  overflow:hidden;
  padding:0px;
  margin:10px auto;
  display:inline-block;
  list-style:none;
}
.li-slide li{
    text-align: center;
    display: inline-block;
    max-width: 32%;
    vertical-align: middle;
}
.li-slide.grande li{
    max-width: 47%;
}
.center-conteudo-slide{
  text-align:center;
}
.center-conteudo-slide .btn{
  margin-top:10px;
  font-weight:bold;
}
.didica{
  color:#00A4B5;
  font-weight:bold;
  text-align:left;
}
.didica a{
  text-decoration: none;
  color:#00A4B5;
  font-weight:normal;
}
.swiper-pagination-bullet{
  width:15px !important;
  height:15px !important;
  opacity:1 !important;
  background:#0C3050 !important;
}
.swiper-pagination-bullet-active{
  background:#00A4B5 !important;
}
@media screen and (max-width: 860px) {
  .conteudo-inteiro .half{
    width:100%;
    /*padding:20px;*/
  }
  .conteudo-slide-ul li{
    width:100%;
    margin:0px;
    /*text-align:left;*/
    margin-bottom:20px;
  }
}
.Thingswhite #icon-menu span{
  background:#0C3050;
}

/*menu responsivo*/

.form-newsletter input[type="email"]{
    width: 100%;
    background: transparent;
    padding: 8px 18px;
    border: 1px solid #00A4B5;
    border-radius: 35px;
    outline: none;
    color: #fff;
    padding-right: 80px;
    font-size: 12px;
}
.form-newsletter.blog-form input[type="email"]{
  color:#6C7071;
  -webkit-appearance: none;
}
.form-newsletter input[type="submit"]{
    background: #00A4B5;
    border: none;
    text-transform: uppercase;
    padding: 10px 15px;
    border-radius: 20px;
    outline: none;
    color:#fff;
    font-weight:bold;
    -webkit-appearance: none;
    float: right;
    margin-top: -33px;
    -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index:999;
  position:relative;
  -webkit-appearance: none;
}
.form-newsletter input[type="submit"]:hover{
  background:#027D89;   
}
.form-newsletter .hs-error-msgs.inputs-list{
    position:absolute;
    list-style:none;
        margin-top: 10px;
    font-size: 14px;
}
.form-newsletter .hs_email label span{
    display:none;
}
.swiper-wrapper .row-fluid-wrapper {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-wrapper{
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
}
.form-newsletter ::-webkit-input-placeholder {
   color: #fff;
}

.form-newsletter :-moz-placeholder {
    color: #fff;
}

.form-newsletter ::-moz-placeholder {
    color: #fff;  
}

.form-newsletter :-ms-input-placeholder {  
    color: #fff; 
}
.form-newsletter.blog-form ::-webkit-input-placeholder {
   color: #6C7071;
}

.form-newsletter.blog-form :-moz-placeholder {
    color: #6C7071;
}

.form-newsletter.blog-form ::-moz-placeholder {
    color: #6C7071;  
}

.form-newsletter.blog-form :-ms-input-placeholder {  
    color: #6C7071; 
}
.swiper-pagination{
        position: absolute;
    /*top: 70%;*/
}
.section-slide .row-number-17{
    margin-top:-180px;
}
input{
    -webkit-appearance: none;
}
.swiper-button-next{
    position:absolute !important;
    background-image:url('//cdn2.hubspot.net/hubfs/19091/site-2016/next.png') !important;
    background-position:top center !important;
    background-size:cover !important;
    background-repeat:no-repeat !important;
    top:50% !important;
    right:6px;
    width: 55px !important;
    height: 55px!important;
}
.swiper-button-prev{
    background-image:url('//cdn2.hubspot.net/hubfs/19091/site-2016/prev.png') !important;
    background-position:top center !important;
    background-size:cover !important;
    background-repeat:no-repeat !important;
    position:absolute !important;
    top:50%;
    left:6px !important;
    width: 55px !important;
    height: 55px!important;
}
.premios img{
    max-width:210px;
}
.banner-interno{
    width:100%;
    min-height:60%;
    background-position:top center;
    background-size:cover;
    background-repeat:no-repeat;
    position:relative;
    overflow: hidden;
}
.image-banner{
    display:none !important;
}

.half-banner{
    width:50%;
    float:left;
    margin:180px auto;
}
.half-banner h1{
    font-weight:bold;
    color:#C8D92B;
    font-size:42px;
    text-transform:uppercase;
    margin-bottom:10px;
}
.half-banner h2{
    font-weight:bold;
    color:#FFF;
    font-size:38px;
}
.half-banner p{
    font-weight:normal;
    color:#FFF;
    font-size:24px;
}
.half-banner.form{
    background:#C8D92B;
    margin:0px auto;
    padding:40px 20px;
    margin-top:80px;
    margin-bottom:20px;
    width:45%;
    margin-left:5%;
}
.half-banner .form-banner{
    width:100%;
}
.half-banner .form-banner input{
    padding:12px 15px;
    width:100%;
    border:none;
    border-radius:15px;
    background:#fff;
    color:#0B3150;
    outline:none;
    font-size:16px;
}

.half-banner .form-banner textarea{
    padding:12px 15px;
    width:100%;
    border:none;
    border-radius:15px;
    background:#fff;
    color:#0B3150;
    outline:none;
    font-size:16px;
}

.half-banner .form-banner label{
    font-weight:bold;
    color:#0B3150;
    font-size:14px;
    margin:5px 0px;
}
.half-banner .form-banner .input{
    margin-top:5px;
    margin-bottom:10px;
}
input[type="submit"]{
    -webkit-appearance: none;
}
.half-banner .form-title{
    margin-bottom: 12px;
    color:#0B3150;
    border-bottom: 1px solid #B1B727;
    min-height: 36px;
}
.half-banner .hs_submit input[type="submit"]{
    background:#0B3150;
    color:#00A4B5;
    border: 1px solid #0B3150;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    border-radius:24px;
    width: auto;
    font-size:14px;
    text-align: center;
    margin: 0px auto;
    margin-top:15px;
    padding: 12px 25px;
    cursor:pointer;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.half-banner .hs_submit input[type="submit"]:hover{
    background: transparent;
    color:#0B3150;
}

.half-banner select{
    width: 100%;
    background: #fff;
    border: none;
    /* padding: 12px; */
    border-radius: 15px;
    outline: none;
    color:#0B3150;
     -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size:16px;
    padding: 12px 15px;
}

.chamada-interna{
    text-align:center;
    min-height:200px;
    margin-top:150px;
    margin-bottom:70px;
}
.chamada-interna h1{
    color:#C8D92B;
    font-size:42px;
    font-weight:bold;
    margin-bottom:15px;
}
.chamada-interna h2{
    color:#fff;
    font-size:38px;
    font-weight:normal;
}
.linha-inbound{
    width:100%;
    position:relative;
    padding-bottom:40px;
    overflow:hidden;
}
.inboundeiros{
  width:25%;
  height:350px;
  float:left;
  text-align:center;
  margin-top: 60px;
}
@media screen and (max-width: 1100px) {
    .inboundeiros{
     width:33%   
    }
}
@media screen and (max-width: 850px) {
    .inboundeiros{
     width:50%   
    }
}
@media screen and (max-width: 400px) {
    .banner-tk-page .text-banner{
        margin-top:0px !important;
    }
    .section-recursos .fotoInfo.big{
        width:90%;
    }
    .cinzaMobile, .cinzaMobile .conteudo{
        background:#f5f5f5 !important;
    }
    .section-metricas .item {
    width: 82% !important;
    margin-left: 10% !important;
    margin-bottom: 10px !important;}
    .menu-lista li:last-child{
        padding:0px !important;
    }
    .inboundeiros{
     width:100%   
    }
    .case-seta{
        /*display:none;*/
    }
}
.inboundeiros h3{
    font-weight:bold;
    color:#0C3050;
    font-size:16px;
    margin:0px;
    text-transform: none;
}
.inboundeiros a{
    text-decoration:none;
}
.imagem-card{
    display:none !important;
}
.inboundeiros h4{
    color:#00A4B5;
    font-size:12px;
    text-transform:uppercase;
    margin-bottom:5px;
}
.card{
  width:90%;
  display:inline-block;
  height:350px;
  max-width:300px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.55);
-moz-box-shadow:    0px 0px 20px 0px rgba(50, 50, 50, 0.55);
box-shadow:         0px 0px 20px 0px rgba(50, 50, 50, 0.55);
}
.card-imagem{
  height:72%;
  width:100%;
  background-position:top center;
  background-repeat:no-repeat;
  background-size:cover;
}
.card-bottom{
  background:#fff;
  height:28%;
  width:100%;
  text-align:center;
  overflow:hidden;
  padding:18px 9px;
}
.section-mais-leads .conteudo.right{
  margin-left: 50%;
}
.section-mais-leads .conteudo.right p{
    color:#6C7071;
}
.section-mais-leads .conteudo.right ul{
 list-style:none;   
 color:#6C7071;
 text-align: left;
 margin-top: 12px;
}
.section-mais-leads .conteudo.right ul li:before {
    content: "• ";
    color: #00A4B5;
    margin-right:5px;
}
.img-site.left{
  left:0;
  right:auto;
  background-image:url('//cdn2.hubspot.net/hubfs/19091/site-2016/imagem-scroll-2.png');
}
.section-linhas-frente{
    padding:40px 0px;
    text-align:center;
    overflow:hidden;
    width:100%;
}
.section-linhas-frente h3{
    color: #0c3050;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 15px;
}
.section-mais-leads .conteudo.right{
background:#F5F5F6
}
.linha-de-frente{
  max-width:1100px;
  width:100%;
}
.item-pq{
  float:left;
  width:25%;
  height:300px;
}
.item-pq img{
    width:115%;
    position:relative;
}
.item-pq.numero-1{
    margin-left:-1%;
}
.item-pq{
    opacity:0;
}
.item-pq.numero{
    opacity:1;
}
.item-pq.numero-1.numero img{
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    animation-duration: 1s;
    opacity: 1
}
.item-pq.numero-2.numero img{
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    animation-duration: 1s;
    opacity: 1
}
.item-pq.numero-3.numero img{
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    animation-duration: 1s;
    opacity: 1
}
.item-pq.numero-4.numero img{
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    animation-duration: 1s;
    opacity: 1
}

.item-pq.numero-1 img, .item-pq.numero-3 img{
    z-index:1;
}
.item-pq.numero-2 img,.item-pq.numero-4 img{
    z-index:2;
}

.section-parcerias{
    background-image:url('//cdn2.hubspot.net/hubfs/19091/site-2016/parceria.png');
    background-size:cover;
    background-position:top center;
    background-repeat:no-repeat;
    padding:70px 20px;
}
.section-parcerias{
    text-align:Center;
    color:#fff;
}
.section-parcerias h3{
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 15px;
}
.parceiros-logo{
    background:#0C3050;
    width:100%;
    padding:20px;
    overflow:hidden;
}
.logo-parceiros-item{
    width:33%;
    float:left;
    text-align:center;
}

.footer-lp-guia{
    width:100%;    
    padding:30px 0px;
    text-align:center;
    color:#fff;
    background:#0C3050;
}
.topo-lp-guia{
    width:100%;
    padding:20px 0px;
    text-align:center;
}
.topo-lp-guia img{
    width:200px !important;
}
.imagem-lateral{
    display:none !important;
}
.section-depoimento{
  padding:40px 0px;
  background:#F5F5F6;
  overflow:hidden;
  text-align:center;
  width:100%;
}
.foto-dep{
    display:none !important;
}
.section-depoimento h3{
  color: #0C3050;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 15px;
}
.parte-do-contato{
    text-align:center;
}
.parte-do-contato h3{
  color: #0C3050;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 15px;
}

.depoimento-lp{
  width:100%;
  background:#fff;
  text-align:center;
  padding:30px;
  margin-top:35px;
}
.depoimento-lp p{
    color:#0c3050;
}

.depoimento-lp #foto-dep{
  display:inline-block;
  margin-top:-80px;
  width:120px;
  height:120px;
  border-radius:100%;
  background-position:top center;
  background-repeat:no-repeat;
  border:10px solid #F5F5F6;
  background-size:cover;
}
.depoimento-lp .conteudo{
  text-align:center;
  overflow:hidden;
}
.depoimento-lp p {
    width:80%;
    margin-left:10%;
    margin-top:10px;
}
.depoimento-lp a{
    color:#00A4B5;
    text-decoration:none;
}

.section-metricas{
    background:#F5F5F6;
    padding:60px 0px;
    overflow:hidden;
}

.section-metricas .item{
    width:23%;
    margin-right:2%;
    padding:40px 20px;
    border-radius:20px;
    background:#B4C834;
    color:#fff;
    float:left;
    min-height: 300px;
    cursor:pointer;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.section-metricas .item:hover{
    background:#0C3050;
}
.section-metricas .item .titulo{
    text-transform:uppercase;
    width:100%;
    position:relative;
    text-align:center;
    font-weight:normal;
}
.section-metricas .item .seta-item{
    height:50px;
    border-top:2px solid #fff;
    border-bottom:2px solid #fff;
    width:60%;
    margin:20px 20%;
    text-align:Center;
    line-height:50px;
    font-size:22px;
    font-weight:bold;
    position:relative;
}
.section-metricas .item .seta-item .bola{
    width: 100px;
    height: 100px;
    border-radius: 100%;
    font-size: 13px !important;
    position: absolute;
    left: -120px;
    background: #c8d92b;
    text-align: center;
    line-height: 100px;
    top: -28px;
    font-style:italic;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.section-metricas .item .seta-item .bola.last{
    right: -120px;
    left:auto;
}
.section-metricas.mostra .item-1{
    -webkit-animation-name: pisca;
    animation-name: pisca;
    animation-duration: 0.8s;
    animation-delay: 0s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.section-metricas.mostra .item-1 .bola{
    -webkit-animation-name: piscaBola;
    animation-name: piscaBola;
    animation-duration: 0.8s;
    animation-delay: 0s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.section-metricas.mostra .item-2{
    -webkit-animation-name: pisca;
    animation-name: pisca;
    animation-duration: 0.8s;
    animation-delay: 0.8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.section-metricas.mostra .item-2 .bola{
    -webkit-animation-name: piscaBola;
    animation-name: piscaBola;
    animation-duration:0.8s;
    animation-delay: 0.8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.section-metricas.mostra .item-3{
    -webkit-animation-name: pisca;
    animation-name: pisca;
    animation-duration: 0.8s;
    animation-delay: 1.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.section-metricas.mostra .item-3 .bola{
    -webkit-animation-name: piscaBola;
    animation-name: piscaBola;
    animation-duration: 0.8s;
    animation-delay: 1.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.section-metricas.mostra .item-4{
    -webkit-animation-name: pisca;
    animation-name: pisca;
    animation-duration: 0.8s;
    animation-delay: 2.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.section-metricas.mostra .item-4 .bola{
    -webkit-animation-name: piscaBola;
    animation-name: piscaBola;
    animation-duration: 0.8s;
    animation-delay:  2.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.section-metricas .item:hover .seta-item .bola{
    background:#00A4B5;
}
.section-metricas .item .descricao-item{
    text-align:center;
}
.section-conteudo-inbound{
    color:#fff;
    text-align:center;
    background-position:top center;
    background-repeat:no-repeat;
    background-size:cover;
    background-image:url('//cdn2.hubspot.net/hubfs/19091/site-2016/bg-outra-imagem.png');
    overflow: hidden;
    padding:40px 20px;
}
.section-conteudo-inbound p {
    color:#fff;
}
.section-conteudo-inbound h3{
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 15px;
}
keyframes piscaBola {
    0%, {
         background:#c8d92b;
    }
    100% {
        background:#00A4B5;
    }
}
@keyframes piscaBola {
   0%, {
         background:#c8d92b;
    }
    100% {
        background:#00A4B5;
    }
}
keyframes pisca {
    0% {
         background:#B4C834;
    }
    100% {
        background:#0C3050;
    }
}
@keyframes pisca {
    0% {
         background:#B4C834;
    }
    100% {
        background:#0C3050;
    }
}
keyframes fadeInRight {
    from {
        -webkit-transform-webkit-transform: translate3d(100%,0, 0);
        transform: translate3d(100%, 0, 0);
        opacity: 0
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}
@keyframes fadeInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%,0, 0);
        opacity: 0
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}
keyframes fadeInDown {
    from {
        -webkit-transform-webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        opacity: 0
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}
@keyframes fadeInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0,-100%, 0);
        opacity: 0
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}
keyframes fadeInUp {
    from {
        -webkit-transform-webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        opacity: 0
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}
@keyframes fadeInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        opacity: 0
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}
@-webkit-keyframes fadeInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        opacity: 0
    }
    75% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
@keyframes fadeInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        opacity: 0
    }
    75% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
.hs-menu-depth-1.hs-item-has-children{
    height:62px;
}
.hs-menu-depth-1.hs-item-has-children:hover .hs-menu-children-wrapper{
 display:block !important;
}
.hs-menu-children-wrapper{
    display:none !important;
    position: fixed;
    width: 100%;
    margin-top: 26px;
    min-height: 60px;
    left: 0; 
    background:#0C3050;
    text-align:center;
}
.hs-menu-children-wrapper.show{
    display:block !important;
}
.hs-menu-children-wrapper li{
  margin:0px;
  border-bottom:2px solid transparent;
  margin-top:17px !important;
  -webkit-transition-delay: 0s !important;
  -moz-transition-delay: 0s !important;
  transition-delay: 0s !important;
}
.hs-menu-children-wrapper li:hover{
    border-bottom:2px solid #00A4B5;
}

.hs-menu-children-wrapper li a{
  color:#00A4B5;
}
.hs-item-has-children .hs-menu-children-wrapper li{
    float:none !important;
    display:inline-block !important;
    vertical-align: middle;
    padding:0px;
    margin:5px 8px;
    padding-top:2px;
    padding-bottom:2px;
    text-align:left;
}
.list-menu::-webkit-scrollbar { 
    display: none; 
}
@media screen and (max-width: 600px) {
    .hs-menu-children-wrapper li {
     margin: 0px !important;
    max-width: 200px;
    display:block !important;
    text-align:left !important;
}
.menu-lista li.hs-menu-depth-1:last-child{
    margin-left:5px !important;
}
    .depoimento-lp{
        margin-top:45px;
    }
    .logo-parceiros-item{
        width:100%;
        margin-bottom:25px;
    }
    .section-mais-leads .conteudo.right{
        margin-left:0px;
    }
  .topo.white .list-menu{
    width: 55%;
    min-height: 100%;
    overflow:auto;
  }
  .hs-menu-depth-1.hs-item-has-children{
      height:auto !important;
  }
  .hs-menu-children-wrapper{
     display: block !important;
    position: relative;
    width: 100%;
    margin-top: 0px !important;
    height: auto;
    left: 0;
    background: #fff;
    text-align: left;
  }
  .section-recursos .fotoInfo{
      min-height:260px;
  }
  .topo .list-menu{
     position: fixed;
    height: 0%;
    width: 0%;
    left: 0;
    top: 0;
    margin-top: 0px;
    padding-left: 0px;
    }
    .topo .list-menu{
        width:0px;
        overflow:hidden;
    }
  .parte-branca{
      min-height:1450px;
  }
  .white{
      width:70%;
      height:100%;
      padding:0px 10px;
      -webkit-box-shadow: 4px 1px 15px 0px rgba(50, 50, 50, 0.36);
-moz-box-shadow:    4px 1px 15px 0px rgba(50, 50, 50, 0.36);
box-shadow:         4px 1px 15px 0px rgba(50, 50, 50, 0.36);
  }
  /*
  .topo.white #icon-menu{
    margin-right: -85%;
  }*/
  .menu-lista ul{
    margin-top: 120px;

  }
  .menu-lista ul li{
    width: 100%;
    text-align: left;
  }
  .menu-lista.show li{
 margin-top: -10px; 
}
.menu-lista li:last-child{
  margin-left:5%;
  margin-top:0px;
  padding:10px;
  text-align:center;
}
.topo .logo{
    margin-top: 15px;
    width:150px !important;
}
.topo.white .logo{
    margin-top: 0;
    padding-top: 15px;
    width: 180px !important;
    height: 57px;
    background: #fff;
}
 .text-banner{
  margin-top:100px;   
 }
 .menu-lista li:last-child{
     width:85%;
 }
 .half-banner.form{
    width:100%;
    margin-bottom:20px !important;
    margin-top:0px !important;
    margin-left:0px;
  }
  .half-banner{
   margin-top:80px;
   margin-bottom:20px;
   margin-left:5%;
   width:90%;
   }
   .item-pq{
     width:90%;   
     margin-left:5%;
   }
   .item-pq img{
       width:100%;
   }
   .item-pq.numero-1{
       margin-left:5%;
   }
   .item-pq.numero-4{
       margin-bottom:25px;
   }
}

#footer-tk{
 text-align:center;
 margin-top:60px;
}

#footer-tk ul{
    list-style:none;
    display:inline-block;
    background:#F5F5F6;
    width:100%;
    padding:10px 0px;
}

#footer-tk li{
    vertical-align:middle;
    display:inline-block;
    margin:7px 10px;
    color:#0C3050;
}

#footer-tk .azul{
    background:#0C3050;
    color:#fff;
    font-size:12px;
    padding:15px 0px;
    position:relative;
}

.banner-tk-page{
    background:#F5F5F6;
    width:100%;
    overflow:hidden;
    padding:20px 0px;
    text-align:center;
}
.banner-tk-page .text-banner{
    margin-top:-75px !important;
}

.material-tk{
    margin-top:100px;
}

.material-tk h3{
  color: #0C3050;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 15px;
}
.material-tk p{
    color: #6C7071;
    margin-top: 15px;
  }
  
.material-tk .cta{
    border:2px solid #0C3050;
    background:#0C3050;
      color:#00A4B5;
    border-radius:24px;
    display:inline-block;
    cursor:pointer;
    padding:0px 25px;
    height: 40px;
    line-height: 35px;
    margin-top:35px;
    text-transform:uppercase;
    font-weight:bold;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
.material-tk .cta:hover{
      background:transparent;
      color:#0C3050;
  }
 
 .lista-color{
     color:#6C7071;
     text-align:left;
     margin-top:15px;
     list-style: none;
 }
  .lista-color li { 
    padding-left: 0.5em; 
    text-indent: -.7em;
}

 .lista-color li:before {
    content: "• ";
    color: #00A4B5;
}
.case-seta img{
    width:50px;
}
.case-seta-esquerda{
    position: absolute;
    left: 10px;
    top: 250px;
}

.case-seta-direita{
    position: absolute;
    right: 10px;
    top: 250px;
}
.post-item, .part-post{
    width:94%;
    margin-left:3%;
    margin-top:20px;
    background:#fff;
    padding:20px;
}
.imagem-top-blog{
    width:100%;
}
.imagem-top-blog img{
    max-width: 100%;
    width: 100%;
}
.post-body{
    color:#6C7071;
}
.post-body a{
    color:#00A4B5;
    text-decoration:none;
}
.post-body h2, .part-post h2 a, .post-body h2 a{
    color:#0c3050;
    text-decoration:none;
    margin:15px 0px;
    font-size: 32px;
}
.part-post h3{
    color:#00A4B5;
    font-size:26px;
    text-decoration:none;
    margin:15px 0px;
}
.part-post  h1{
    color:#0C3050;
    text-decoration:none;
    margin:15px 0px;
    font-size:36px;
}
.hubspot-author_data{
 color:#00A4B5;
}
.author-link{
    color:#0c3050; 
    font-weight:bold;
    text-decoration:none;
}
.author_data{
 text-decoration:none;
 color:#0c3050 !important;
 font-weight:bold;
}
.section.post-body img:first-child{
    /*display:none;*/
}

.author-link{
    /*margin-right:20px;*/
}
.hs-author-social-section{
    display:inline-block;
}
.post-item .more-link{
    border:2px solid #C8D92B;
    background:#C8D92B;
    color:#0C3050;
    border-radius:24px;
    display:inline-block;
    cursor:pointer;
    padding:0px 25px;
    height: 40px;
    line-height: 35px;
    margin-top:0px;
    text-transform:uppercase;
    font-weight:bold;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    text-decoration:none;
  }
.post-item .more-link:hover{
      background:transparent;
      color:#C8D92B;
  }
  .cta-blog-banner{
      padding:20px 0px;
      text-align:center;
  }
.cta-blog-banner h3,  .module-lateral h3{
    color: #0C3050;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}
.cta-blog-banner p{
    color: #6C7071;
    margin-top: 15px;
  }
  .blog-form{
      width:60% !important;
      margin-left:20% !important;
  }
  .module-lateral{
      background:#fff;
      padding:20px;
      margin-top:20px;
      overflow:hidden;
  }
  .module-lateral img{
      width:100% !important;
  }
 .module-lateral .center{
     text-align:center;
}
.module-lateral ul{
    text-align:left;
    list-style:none;
}
.module-lateral a{
    text-decoration:none;
    color:#6C7071;
}
.module-lateral li{
    color:#6C7071;
    border-bottom:1px solid #D7DEE0;
    padding:13px 0px;
}
.module-lateral.social ul{
 display:inline-block;
 text-align:center;
 width:100%;
}
.module-lateral.social li{
 border:none;
 display:inline-block;
 vertical-align:middle;
 margin:2px 10px;
}
.module-lateral li:last-child{
    border:none;
}
.blog-pagination {
    width: 96%;
    text-align: center;
    margin: 20px 2%;
    overflow: hidden;
    position: relative;
}

.previous-posts-link,
.all-posts-link,
.next-posts-link{
  border:2px solid #0C3050;
  background:#0C3050;
  color:#00A4B5;
  border-radius:24px;
  display:inline-block;
  cursor:pointer;
  padding:0px 25px;
  height: 40px;
  line-height: 35px;
  margin-top:35px;
  text-transform:uppercase;
  font-weight:bold;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  text-decoration:none;
}
.previous-posts-link{
    float: left;
    margin-left: 0px;
}
.next-posts-link{
        float: right;
}

.previous-posts-link:hover,
.all-posts-link:hover,
.next-posts-link:hover{
      background:transparent;
      color:#0C3050;
}
#comment-form{
    margin:20px;
}
.about-author-sec .span2 img{
  width: 90%;
  border-radius: 100%;
  margin-top:25px;
}

.about-author-sec  .author-link{
  font-size:24px;
}

.about-author-sec {
    overflow: hidden;
    margin: 45px 0px;
}
.imagem-solucao{
    display:none !important;
}
.lista-lp{
  margin-top:20px;
  list-style:none;
}
.lista-lp li{
  text-align:left;
  width:100%;
  position:relative;
  overflow:hidden;
  margin-bottom:10px;
}
.lista-lp .texto{
    float:left;
    display:block;
    color:#6c7071;
    width:85%;
}
.icon-lista-lp{
  width:20px;
  height:20px;
  margin-top:3px;
  background-position:top center;
  background-repeat:no-repeat;
  margin-right:10px;
  display: block;
  float:left;
  background-size:cover;
}

.icon-lp-1{
  background-image:url('//cdn2.hubspot.net/hubfs/19091/site-2016/icon-lp/icon-1.png')
}
.icon-lp-2{
  background-image:url('//cdn2.hubspot.net/hubfs/19091/site-2016/icon-lp/icon-2.png')
}
.icon-lp-3{
  background-image:url('//cdn2.hubspot.net/hubfs/19091/site-2016/icon-lp/icon-3.png')
}
.icon-lp-4{
  background-image:url('//cdn2.hubspot.net/hubfs/19091/site-2016/icon-lp/icon-4.png')
}
.icon-lp-5{
  background-image:url('//cdn2.hubspot.net/hubfs/19091/site-2016/icon-lp/icon-5.png')
}
.icon-lp-6{
  background-image:url('//cdn2.hubspot.net/hubfs/19091/site-2016/icon-lp/icon-6.png')
}
.icon-lp-7{
  background-image:url('//cdn2.hubspot.net/hubfs/19091/site-2016/icon-lp/icon-7.png')
}
.icon-lp-8{
  background-image:url('//cdn2.hubspot.net/hubfs/19091/site-2016/icon-lp/icon-8.png')
}
.icon-lp-9{
  background-image:url('//cdn2.hubspot.net/hubfs/19091/site-2016/icon-lp/icon-9.png')
}
.icon-lp-10{
  background-image:url('//cdn2.hubspot.net/hubfs/19091/site-2016/icon-lp/icon-10.png')
}
.icon-lp-11{
  background-image:url('//cdn2.hubspot.net/hubfs/19091/site-2016/icon-lp/icon-11.png')
}
.icon-lp-12{
  background-image:url('//cdn2.hubspot.net/hubfs/19091/site-2016/icon-lp/icon-12.png')
}
.icon-lp-13{
  background-image:url('//cdn2.hubspot.net/hubfs/19091/site-2016/icon-lp/icon-13.png')
}
.icon-lp-14{
  background-image:url('//cdn2.hubspot.net/hubfs/19091/site-2016/icon-lp/icon-14.png')
}
.icon-lp-20{
  background-image:url('//cdn2.hubspot.net/hubfs/19091/site-2016/icon-lp/icon-20.png')
}
.icon-lp-21{
  background-image:url('//cdn2.hubspot.net/hubfs/19091/site-2016/icon-lp/icon-21.png')
}
.icon-lp-23{
  background-image:url('//cdn2.hubspot.net/hubfs/19091/site-2016/icon-lp/icon-23.png')
}
.icon-lp-25{
  background-image:url('//cdn2.hubspot.net/hubfs/19091/site-2016/icon-lp/icon-25.png')
}
.icon-lp-26{
  background-image:url('//cdn2.hubspot.net/hubfs/19091/site-2016/icon-lp/icon-26.png')
}
.icon-lp-27{
  background-image:url('//cdn2.hubspot.net/hubfs/19091/site-2016/icon-lp/icon-27.png')
}
.icon-lp-28{
  background-image:url('//cdn2.hubspot.net/hubfs/19091/site-2016/icon-lp/icon-28.png')
}
.icon-lp-29{
  background-image:url('//cdn2.hubspot.net/hubfs/19091/site-2016/icon-lp/icon-29.png')
}

#comment-form input[type="text"],
#comment-form input[type="email"]{
  width: 100%;
  height: 30px;
  border: 1px solid #D1D2D4;
  outline: none;
  padding: 10px 15px;
  border-radius: 10px;
  margin-top: 5px;
}

#comment-form label span{
  font-size: 14px;
  font-weight: bold;
  color: #0b3150;
}
#comment-form textarea{
  width: 100%;
  height: 60px;
  border: 1px solid #D1D2D4;
  outline: none;
  padding: 10px 15px;
  border-radius: 10px;
  margin-top: 5px;
}
#comment-form .hs-error-msgs.inputs-list{
  list-style:none;
  font-size: 14px;
  font-weight: bold;
  color: #0b3150;
}
#comment-form input[type="checkbox"]{
  margin-right:5px;
}
#comment-form input[type="submit"] {
    background: #C8D92B;
    color: #0C3050;
    border: 1px solid #C8D92B;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    border-radius: 24px;
    width: auto;
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
    margin-top: 15px;
    padding: 12px 25px;
    cursor: pointer;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

#comment-form input[type="submit"]:hover {
    background: transparent;
    color: #C8D92B;
}
#comment-form  #captcha_wrapper{
  margin:10px auto
}
.p-lp-gib p{
    font-size:32px;
}
.cta{
    text-decoration:none;
    z-index: 98;
    position: relative;
}
.post-listing-simple a{
    color:#0c3050;
    cursor:pointer;
    text-decoration:none;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.post-listing-simple a:hover{
    text-decoration:underline;
}
.section.post-body p{
    margin-bottom:15px;
}
.section.post-body .hs-cta-img {
    display:block !important;
    width:100%;
}
.hs-author-profile{
  width: 93%;
  background: #fff;
  padding: 20px;
  margin: 0 auto;
  margin-top: 25px; 
}

.hs-author-avatar{
  display: block;
  width: 25%;
  float: left;
  margin-top: -30px;
  text-align: center;
}
.hs-author-bio{
  display: block;
  width: 100%;
}

.hs-author-listing-header{
      margin-left: 3%;
    margin-top: 20px;
    color:#0c3050
}
.hs-author-name{
  color:#0c3050;
  margin-bottom:15px;
  margin-left:25%;
}
.about-author-sec p, .hs-author-social-label{
    color:#6c7071;
    text-align:justify;
}

.comment.depth-0{
  width: 90%;
  margin-left: 5%;
}

.comment-from h4 a,
.comment-from h4{
  color: #00a4b5;
  text-decoration: none;
  margin-right:10px;
}

.comment.depth-1 {
    padding-left: 10% !important;
    width: 85%;
}
.comment.depth-1 h4,
.comment.depth-1 h4 a{
  color:#c8d92b
}

.comment .comment-date{
  color:#0c3050;
  font-weight:bold;
}
.comment-body{
  padding:9px 0px;
}
.comment-reply-to{
  color:#0c3050 !important;
  margin-bottom:10px;
}
.form-banner .hs-form fieldset{
    max-width:100%;
}

.video-container {
    position: relative;
	padding-bottom: 55%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.cta-banner {
    width: auto;
    text-align: center;
    padding: 40px 20px;
}
img {
    max-width: 100%;
}
