* {
  outline: none; }

body, html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Source Sans Pro", sans-serif; }

ul {
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
  -moz-margin-before: 0px;
  -moz-margin-after: 0px;
  -moz-margin-start: 0px;
  -moz-margin-end: 0px;
  -moz-padding-start: 0px; }

a {
  text-decoration: none; }

::selection {
  background: #bb001b;
  color: #fff; }

::-moz-selection {
  background: #bb001b;
  color: #fff; }

h1, h2, h3, h4 {
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px; }

h1 {
  font-weight: 200;
  font-size: 50px;
  color: #fff; }
  @media (max-width: 768px) {
    h1 {
      font-size: 35px;
      line-height: 45px; } }
  h1 span {
    font-weight: 600; }

h2 {
  width: 100%;
  float: left;
  font-size: 46px;
  font-weight: 600;
  line-height: 51px;
  color: #000;
  position: relative;
  margin: 38px 0; }
  @media (max-width: 768px) {
    h2 {
      font-size: 30px;
      line-height: 35px; } }

h2:before {
  content: "";
  background: #000;
  width: 50px;
  height: 4px;
  position: absolute;
  left: 0;
  top: -20px; }

h3 {
  width: 100%;
  float: left;
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
  color: #000;
  position: relative;
  margin: 38px 0; }
  @media (max-width: 768px) {
    h3 {
      font-size: 25px;
      line-height: 35px; } }

h3:before {
  content: "";
  background: #000;
  width: 50px;
  height: 4px;
  position: absolute;
  left: 0px;
  top: -20px; }

h4 {
  width: 100%;
  float: left;
  font-size: 31px;
  font-weight: 600;
  line-height: 35px;
  color: #000;
  position: relative;
  margin: 38px 0; }
  @media (max-width: 768px) {
    h4 {
      font-size: 20px;
      line-height: 25px; } }

p {
  font-weight: 300;
  font-size: 18px;
  color: #000;
  text-align: justify; }

img {
  max-width: 100%;
  height: auto; }

ol {
  width: 100%;
  float: left; }
  ol li {
    font-weight: 300;
    font-size: 18px;
    color: #000;
    margin-bottom: 20px; }

strong {
  font-weight: 700; }

.centro {
  width: 1144px;
  margin: 0 auto; }
  @media (max-width: 768px) {
    .centro {
      width: 90%;
      margin: 0 5%; } }

.centro-90 {
  width: 90%;
  margin: 0 5%;
  float: left; }
  @media (max-width: 768px) {
    .centro-90 {
      width: 100%;
      margin: 0px; } }

.grid-50 {
  width: 50%;
  float: left; }

#topo {
  width: 100%;
  height: 320px;
  background: url("../../imagens/sombra-topo.png") no-repeat top center;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9999; }
  #topo .logo {
    display: block;
    float: left;
    margin-top: 42px; }
  #topo .ico-menu {
    display: none; }
    @media (max-width: 768px) {
      #topo .ico-menu {
        display: block;
        position: fixed;
        right: 10px;
        top: 35px;
        width: 50px;
        z-index: 99999; } }
  #topo #menu {
    display: block;
    float: right;
    margin-top: 50px; }
    @media (max-width: 768px) {
      #topo #menu {
        display: none;
        width: 100%;
        height: calc(100vh - 50px);
        float: left;
        background: #282828;
        position: fixed;
        left: 0px;
        top: 0px;
        margin-top: 0px;
        padding-top: 50px;
        z-index: 99; } }
    #topo #menu li {
      list-style: none;
      font-weight: 300;
      margin: 0 17px;
      float: left;
      position: relative; }
      @media (max-width: 768px) {
        #topo #menu li {
          width: 100%;
          margin: 10px 0;
          text-align: center; } }
      #topo #menu li a {
        color: #a4a4a4;
        transition: 0.6s;
        -webkit-transition: 0.6s;
        -moz-transition: 0.6s;
        -moz-transition: 0.6s;
        -o-transition: 0.6s; }
      #topo #menu li ul {
        position: absolute;
        width: 150px;
        border: 1px solid #a4a4a4;
        margin-top: 10px;
        display: none; }
        @media (max-width: 768px) {
          #topo #menu li ul {
            position: static;
            border: 0px;
            display: block;
            width: 100%; } }
        #topo #menu li ul li {
          width: 90%;
          padding: 4% 5% 6% 5%;
          float: left;
          border-bottom: 1px solid #a4a4a4;
          margin: 0px; }
          @media (max-width: 768px) {
            #topo #menu li ul li {
              border: 0px;
              padding: 2% 0;
              font-size: 13px;
              text-align: center;
              width: 100%; } }
        #topo #menu li ul li:hover a {
          color: #a4a4a4; }
        #topo #menu li ul li:last-child {
          border: 0px; }
      #topo #menu li ul:before {
        content: "";
        width: 150px;
        height: 20px;
        position: absolute;
        left: 0px;
        top: -20px; }
    #topo #menu li:hover ul {
      display: block; }
    #topo #menu li:hover a {
      color: #fff;
      transition: 0.6s;
      -webkit-transition: 0.6s;
      -moz-transition: 0.6s;
      -moz-transition: 0.6s;
      -o-transition: 0.6s; }

#slide {
  width: 100%;
  height: 100vh;
  position: relative;
  float: left; }
  @media (max-width: 768px) {
    #slide {
      height: 500px; } }
  #slide .item {
    width: 100%;
    height: 100vh;
    float: left;
    position: relative; }
    @media (max-width: 768px) {
      #slide .item {
        height: 500px; } }
    #slide .item .box-text {
      height: 322px;
      position: absolute;
      top: 50%;
      margin-top: -161px; }
      @media (max-width: 768px) {
        #slide .item .box-text {
          margin-top: 150px;
          top: 0px; } }
      #slide .item .box-text .text {
        font-weight: 600;
        color: #fff;
        font-size: 66px;
        line-height: 66px;
        width: 100%;
        margin-bottom: 35px; }
        @media (max-width: 768px) {
          #slide .item .box-text .text {
            font-size: 30px;
            line-height: 35px; } }
      #slide .item .box-text .btn {
        font-weight: 400;
        color: #fff;
        font-size: 20px;
        padding: 28px 26px;
        border: 2px solid #fff;
        float: left;
        transition: 0.4s;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s; }
        @media (max-width: 768px) {
          #slide .item .box-text .btn {
            font-size: 18px;
            padding: 18px; } }
        #slide .item .box-text .btn i {
          padding-right: 20px; }
      #slide .item .box-text .btn:hover {
        background: #282828;
        border: 2px solid #282828;
        transition: 0.4s;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s; }

#beneficios {
  width: 100%;
  float: left;
  position: relative; }
  #beneficios .bloco {
    width: 90%;
    height: 580px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #464646;
    -webkit-clip-path: polygon(0 0, 0 100%, 90% 0);
    clip-path: polygon(0 0, 0 100%, 90% 0); }
    @media (max-width: 768px) {
      #beneficios .bloco {
        display: none; } }
  #beneficios .box {
    width: 100%;
    height: 1200px;
    background: #282828;
    float: left;
    margin-top: -200px;
    position: relative;
    z-index: 9;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 52%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 52%); }
    @media (max-width: 1440px) {
      #beneficios .box {
        margin-top: -120px; } }
    @media (max-width: 768px) {
      #beneficios .box {
        height: auto;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        margin-top: -60px; } }
    #beneficios .box h2 {
      font-size: 39px;
      font-weight: 600;
      color: #fff;
      text-align: center;
      width: 100%;
      float: left;
      margin-top: 50px; }
      @media (max-width: 768px) {
        #beneficios .box h2 {
          font-size: 30px;
          margin-top: 40px; } }
    #beneficios .box h2:before {
      display: none; }
    #beneficios .box ul {
      width: 100%;
      float: left;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: center;
      -webkit-flex-flow: wrap; }
      @media (max-width: 768px) {
        #beneficios .box ul {
          margin-top: 0px; } }
      #beneficios .box ul li {
        list-style: none;
        width: 235px;
        height: 235px;
        border: 1px solid transparent;
        float: left;
        transition: 0.6s;
        -webkit-transition: 0.6s;
        -moz-transition: 0.6s;
        -moz-transition: 0.6s;
        -o-transition: 0.6s; }
        #beneficios .box ul li img {
          display: block;
          margin: 0 auto;
          padding-top: 35px; }
        #beneficios .box ul li .title {
          font-weight: 400;
          color: #fff;
          font-size: 26px;
          line-height: 26px;
          width: 100%;
          float: left;
          text-align: center; }
      #beneficios .box ul li:hover {
        border: 1px solid #464646;
        opacity: 0.6;
        transition: 0.6s;
        -webkit-transition: 0.6s;
        -moz-transition: 0.6s;
        -moz-transition: 0.6s;
        -o-transition: 0.6s; }

#conheca-home {
  width: 100%;
  float: left;
  margin-top: -260px;
  position: relative;
  z-index: 9; }
  @media (max-width: 768px) {
    #conheca-home {
      margin-top: 0px; } }
  #conheca-home .box-img {
    width: 518px;
    height: 660px;
    float: right;
    -webkit-clip-path: polygon(0 26%, 100% 0, 100% 71%, 0 100%);
    clip-path: polygon(0 26%, 100% 0, 100% 71%, 0 100%); }
    @media (max-width: 768px) {
      #conheca-home .box-img {
        width: 100%;
        height: 350px;
        margin-top: 40px;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); } }
  #conheca-home .box-text {
    width: 460px;
    float: left;
    margin-top: 160px; }
    @media (max-width: 768px) {
      #conheca-home .box-text {
        width: 100%;
        margin-top: 40px; } }
    #conheca-home .box-text .title {
      width: 100%;
      float: left;
      font-size: 46px;
      font-weight: 600;
      line-height: 51px;
      color: #282828;
      position: relative; }
      @media (max-width: 768px) {
        #conheca-home .box-text .title {
          font-size: 30px;
          line-height: 35px; } }
    #conheca-home .box-text .title:before {
      content: "";
      background: #282828;
      width: 50px;
      height: 4px;
      position: absolute;
      left: 0px;
      top: -20px; }
    #conheca-home .box-text .text {
      font-weight: 300;
      font-size: 28px;
      color: #585858;
      width: 100%;
      float: left;
      margin-top: 10px; }
      @media (max-width: 768px) {
        #conheca-home .box-text .text {
          font-size: 20px; } }
    #conheca-home .box-text .btn {
      font-weight: 400;
      color: #282828;
      font-size: 20px;
      padding: 28px 56px;
      border: 2px solid #282828;
      float: left;
      margin-top: 30px;
      transition: 0.4s;
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      -moz-transition: 0.4s;
      -o-transition: 0.4s; }
      @media (max-width: 768px) {
        #conheca-home .box-text .btn {
          font-size: 18px;
          padding: 18px 46px; } }
    #conheca-home .box-text .btn:hover {
      background: #282828;
      color: #fff;
      transition: 0.4s;
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      -moz-transition: 0.4s;
      -o-transition: 0.4s; }

#newsletter {
  width: 100%;
  height: 1000px;
  background: #d9d9d9;
  float: left;
  position: relative;
  -webkit-clip-path: polygon(0 0, 100% 28%, 100% 100%, 0 73%);
  clip-path: polygon(0 0, 100% 28%, 100% 100%, 0 73%); }
  @media (max-width: 768px) {
    #newsletter {
      height: auto;
      padding-bottom: 100px;
      -webkit-clip-path: polygon(0 0, 100% 28%, 100% 100%, 0 90%);
      clip-path: polygon(0 0, 100% 28%, 100% 100%, 0 90%); } }
  #newsletter .bloco {
    width: 40%;
    height: 348px;
    background: #464646;
    position: absolute;
    left: 0;
    top: 0px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0% 100%); }
  #newsletter .box-text {
    width: 460px;
    float: left;
    margin-top: 380px; }
    @media (max-width: 768px) {
      #newsletter .box-text {
        width: 100%; } }
    #newsletter .box-text .title {
      width: 100%;
      float: left;
      font-size: 46px;
      font-weight: 600;
      line-height: 51px;
      color: #282828;
      position: relative; }
      @media (max-width: 768px) {
        #newsletter .box-text .title {
          font-size: 30px;
          line-height: 35px; } }
    #newsletter .box-text .title:before {
      content: "";
      background: #282828;
      width: 50px;
      height: 4px;
      position: absolute;
      left: 0px;
      top: -20px; }
    #newsletter .box-text .text {
      font-weight: 300;
      font-size: 28px;
      color: #585858;
      width: 100%;
      float: left;
      margin-top: 10px; }
  #newsletter form {
    width: 518px;
    float: right;
    margin-top: 380px; }
    @media (max-width: 768px) {
      #newsletter form {
        width: 100%;
        margin-top: 50px; } }
    #newsletter form input[type="text"] {
      width: 95%;
      height: 52px;
      padding: 0 2.5%;
      float: left;
      border: 1px solid rgba(0, 0, 0, 0.4);
      margin-bottom: 14px;
      background: transparent; }
    #newsletter form button {
      font-weight: 400;
      color: #fff;
      font-size: 20px;
      padding: 20px 60px;
      border: 2px solid #282828;
      float: right;
      background: #282828;
      transition: 0.4s;
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      -moz-transition: 0.4s;
      -o-transition: 0.4s; }
    #newsletter form button:hover {
      background: transparent;
      color: #282828;
      transition: 0.4s;
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      -moz-transition: 0.4s;
      -o-transition: 0.4s; }

#blog-home {
  width: 100%;
  height: 1300px;
  float: left;
  background: #fff;
  position: relative; }
  @media (max-width: 768px) {
    #blog-home {
      height: auto; } }
  #blog-home .bloco {
    width: 40%;
    height: 348px;
    background: #f2f2f2;
    position: absolute;
    right: 0;
    bottom: 0px;
    -webkit-clip-path: polygon(0 46%, 100% 100%, 100% 0);
    clip-path: polygon(0 46%, 100% 100%, 100% 0); }
    @media (max-width: 768px) {
      #blog-home .bloco {
        display: none; } }
  #blog-home .title {
    width: 100%;
    float: left;
    font-size: 46px;
    font-weight: 600;
    line-height: 51px;
    color: #282828;
    position: relative; }
    @media (max-width: 768px) {
      #blog-home .title {
        font-size: 30px;
        line-height: 35px; } }
  #blog-home .title:before {
    content: "";
    background: #282828;
    width: 50px;
    height: 4px;
    position: absolute;
    left: 0px;
    top: -20px; }
  #blog-home .text {
    font-weight: 300;
    font-size: 28px;
    color: #585858;
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom: 90px; }
    @media (max-width: 768px) {
      #blog-home .text {
        font-size: 18px; } }
  #blog-home .post {
    width: 339px;
    float: left;
    margin-right: 63px; }
    @media (max-width: 768px) {
      #blog-home .post {
        width: 100%;
        margin: 0 0 40px 0; } }
    #blog-home .post .box-img {
      width: 100%;
      height: 222px;
      float: left; }
    #blog-home .post .data {
      font-weight: 300;
      font-size: 14px;
      color: #282828;
      width: 100%;
      float: left;
      margin-top: 20px; }
    #blog-home .post .title-post {
      width: 100%;
      float: left;
      font-weight: 700;
      font-size: 20px;
      color: #282828; }
    #blog-home .post .desc {
      font-weight: 300;
      font-size: 16px;
      color: #282828;
      width: 100%;
      float: left;
      margin-top: 20px; }
    #blog-home .post .btn {
      font-weight: 400;
      color: #282828;
      font-size: 11px;
      padding: 14px 45px;
      border: 1px solid #282828;
      float: left;
      margin-top: 30px;
      transition: 0.4s;
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      -moz-transition: 0.4s;
      -o-transition: 0.4s; }
    #blog-home .post .btn:hover {
      background: #282828;
      color: #fff;
      transition: 0.4s;
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      -moz-transition: 0.4s;
      -o-transition: 0.4s; }
  #blog-home .post:nth-child(3) {
    margin-right: 0;
    float: right; }

#depoimentos {
  width: 100%;
  height: 900px;
  float: left;
  background: #282828;
  -webkit-clip-path: polygon(0 0, 100% 44%, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 44%, 100% 100%, 0 100%);
  margin-top: -506px; }
  @media (max-width: 768px) {
    #depoimentos {
      height: auto;
      margin-top: 0px;
      -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 100%);
      clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 100%); } }
  #depoimentos .title {
    width: 100%;
    float: left;
    font-size: 46px;
    font-weight: 600;
    line-height: 51px;
    color: #fff;
    position: relative;
    margin-top: 300px; }
    @media (max-width: 768px) {
      #depoimentos .title {
        font-size: 30px;
        line-height: 35px;
        margin-top: 100px; } }
  #depoimentos .title:before {
    content: "";
    background: #fff;
    width: 50px;
    height: 4px;
    position: absolute;
    left: 0px;
    top: -20px; }
  #depoimentos ul {
    width: 100%;
    float: left;
    list-style: none;
    margin-top: 120px; }
    @media (max-width: 768px) {
      #depoimentos ul {
        margin-top: 40px; } }
    #depoimentos ul li {
      width: 355px;
      float: left;
      margin-right: 39px; }
      @media (max-width: 768px) {
        #depoimentos ul li {
          width: 100%;
          margin: 0 0 40px 0; } }
      #depoimentos ul li .box-img {
        width: 100%;
        height: 232px;
        float: left;
        position: relative; }
        #depoimentos ul li .box-img .filtro {
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0px;
          top: 0px;
          background: rgba(0, 0, 0, 0.6);
          transition: 0.6s;
          -webkit-transition: 0.6s;
          -moz-transition: 0.6s;
          -moz-transition: 0.6s;
          -o-transition: 0.6s; }
          #depoimentos ul li .box-img .filtro .ico-play {
            width: 69px;
            position: absolute;
            left: 50%;
            margin-left: -34.5px;
            top: 50%;
            margin-top: -34.5px;
            opacity: 0;
            transition: 0.6s;
            -webkit-transition: 0.6s;
            -moz-transition: 0.6s;
            -moz-transition: 0.6s;
            -o-transition: 0.6s; }
      #depoimentos ul li .nome {
        font-weight: 700;
        font-size: 22px;
        color: #fff;
        width: 100%;
        float: left;
        margin-top: 10px; }
    #depoimentos ul li:hover .filtro {
      background: rgba(0, 0, 0, 0.9);
      transition: 0.6s;
      -webkit-transition: 0.6s;
      -moz-transition: 0.6s;
      -moz-transition: 0.6s;
      -o-transition: 0.6s; }
    #depoimentos ul li:hover .filtro .ico-play {
      opacity: 1;
      transition: 0.6s;
      -webkit-transition: 0.6s;
      -moz-transition: 0.6s;
      -moz-transition: 0.6s;
      -o-transition: 0.6s; }
    #depoimentos ul li:nth-child(3) {
      float: right;
      margin-right: 0px; }

#resultados {
  width: 100%;
  height: 700px;
  float: left;
  background: url("../../imagens/img-resultados.jpg") no-repeat top center;
  background-size: cover;
  background-attachment: fixed; }
  @media (max-width: 768px) {
    #resultados {
      height: auto;
      padding-bottom: 40px; } }
  #resultados .box {
    width: 315px;
    height: 319px;
    border: 1px solid #000;
    float: left;
    margin-top: 190px;
    margin-right: 96px; }
    @media (max-width: 768px) {
      #resultados .box {
        width: 99%;
        margin: 40px 0 0 0; } }
    #resultados .box .text {
      font-weight: 400;
      font-size: 21px;
      color: #626262;
      text-align: center;
      width: 100%;
      float: left;
      margin-top: 50px; }
      #resultados .box .text span {
        font-weight: 200;
        font-size: 100px; }
  #resultados .box:nth-child(3) {
    float: right;
    margin-right: 0px; }

footer {
  width: 100%;
  height: auto;
  background: #111111;
  float: left; }
  footer .box-1 {
    width: 360px;
    height: 310px;
    float: left;
    margin-top: 50px;
    padding-right: 90px;
    border-right: 1px solid rgba(98, 98, 98, 0.2); }
    @media (max-width: 768px) {
      footer .box-1 {
        width: 90%;
        height: auto;
        border: 0px;
        padding: 0 5%; } }
    footer .box-1 .logo-footer {
      display: block;
      float: left; }
    footer .box-1 .text {
      font-weight: 300;
      font-size: 15px;
      color: #999999;
      width: 100%;
      float: left;
      margin-top: 35px; }
  footer .box-2 {
    width: 114px;
    height: 310px;
    float: left;
    padding: 0 90px;
    border-right: 1px solid rgba(98, 98, 98, 0.2);
    margin-top: 50px; }
    @media (max-width: 768px) {
      footer .box-2 {
        width: 90%;
        height: auto;
        padding: 0 5%;
        border: 0px; } }
    footer .box-2 .title {
      font-weight: 600;
      color: #fff;
      width: 100%;
      float: left; }
    footer .box-2 ul {
      width: 100%;
      float: left;
      list-style: none;
      margin-top: 14px; }
      footer .box-2 ul li {
        width: 100%;
        float: left;
        font-weight: 600;
        font-size: 12px;
        color: #999999;
        margin: 7.5px 0; }
        footer .box-2 ul li a {
          font-weight: 600;
          font-size: 12px;
          color: #999999; }
        footer .box-2 ul li ul li {
          margin: 2px 0;
          list-style: initial;
          width: calc(100% - 16px);
          margin-left: 16px; }
        footer .box-2 ul li ul a {
          font-weight: 300; }
  footer .box-3 {
    width: 204px;
    height: 310px;
    float: left;
    padding: 0 0 0 90px;
    margin-top: 50px; }
    @media (max-width: 768px) {
      footer .box-3 {
        width: 90%;
        padding: 0 5%;
        height: auto; } }
    footer .box-3 .title {
      font-weight: 600;
      color: #fff;
      width: 100%;
      float: left; }
    footer .box-3 ul {
      width: 100%;
      float: left;
      list-style: none;
      margin-top: 14px; }
      footer .box-3 ul li {
        width: 100%;
        float: left;
        font-weight: 400;
        font-size: 14px;
        color: #999999;
        margin-bottom: 14px; }
        footer .box-3 ul li .box-text {
          width: calc(100% - 20px);
          float: right; }
        footer .box-3 ul li .redes {
          width: 100%;
          float: left; }
          footer .box-3 ul li .redes a {
            font-size: 20px;
            color: #999999;
            margin-right: 10px;
            transition: 0.6s;
            -webkit-transition: 0.6s;
            -moz-transition: 0.6s;
            -moz-transition: 0.6s;
            -o-transition: 0.6s; }
          footer .box-3 ul li .redes a:hover {
            opacity: 0.4;
            transition: 0.6s;
            -webkit-transition: 0.6s;
            -moz-transition: 0.6s;
            -moz-transition: 0.6s;
            -o-transition: 0.6s; }
  footer .barra-footer {
    width: 100%;
    height: 60px;
    float: left;
    background: #333333;
    margin-top: 70px; }
    @media (max-width: 768px) {
      footer .barra-footer {
        height: auto; } }
    footer .barra-footer p {
      font-weight: 400px;
      font-size: 15px;
      color: #999999;
      text-align: center;
      width: 100%;
      float: left;
      margin-top: 22px; }
      footer .barra-footer p a {
        color: #fff; }

/* INTERNAS */
.bg-topo-interna {
  width: 100%;
  height: 380px;
  float: left; }
  @media (max-width: 768px) {
    .bg-topo-interna {
      height: 280px; } }
  .bg-topo-interna h1 {
    width: 100%;
    float: left;
    margin-top: 150px;
    position: relative;
    z-index: 999; }

.content {
  width: 100%;
  float: left;
  padding: 80px 0; }
  @media (max-width: 768px) {
    .content {
      padding: 40px 0; } }

.depoimentos-interna {
  -webkit-clip-path: polygon(0 0, 100% 30%, 100% 100%, 0 100%) !important;
  clip-path: polygon(0 0, 100% 30%, 100% 100%, 0 100%) !important;
  margin-top: -272px !important; }

.depoimentos-v2 {
  width: 100%;
  float: left;
  background: #f0f0f0;
  padding: 115px 0; }
  .depoimentos-v2 .bx-wrapper .bx-viewport {
    background: transparent; }
  .depoimentos-v2 .bx-wrapper .bx-next {
    width: 60px;
    height: 50px;
    background: url("../../imagens/next.png") no-repeat top center;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s; }
  .depoimentos-v2 .bx-wrapper .bx-next:hover {
    opacity: 0.6;
    background-position: top center;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s; }
  .depoimentos-v2 .bx-wrapper .bx-prev {
    width: 60px;
    height: 50px;
    background: url("../../imagens/next.png") no-repeat top center;
    transform: rotate(180deg);
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s; }
  .depoimentos-v2 .bx-wrapper .bx-prev:hover {
    opacity: 0.6;
    background-position: top center;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s; }
  .depoimentos-v2 .item {
    width: 100%;
    float: left; }
    .depoimentos-v2 .item .ico-depoimento {
      display: block;
      margin: 0 auto; }
    .depoimentos-v2 .item .text {
      font-weight: 400i;
      color: #999999;
      font-size: 23px;
      line-height: 30px;
      text-align: center;
      width: 100%;
      float: left;
      margin-top: 15px; }
    .depoimentos-v2 .item .nome {
      font-weight: 600;
      font-size: 18px;
      color: #222222;
      text-align: center;
      width: 100%;
      float: left;
      margin-top: 30px; }
    .depoimentos-v2 .item .cidade {
      font-weight: 400;
      font-size: 15px;
      color: #999999;
      text-align: center;
      width: 100%;
      float: left; }

.equipe {
  width: 100%;
  float: left;
  margin-top: 40px; }
  .equipe li {
    list-style: none;
    margin-bottom: 60px;
    float: left;
    width: 100%; }
    .equipe li .box-img {
      width: 556px;
      height: 531px;
      float: left; }
      @media (max-width: 768px) {
        .equipe li .box-img {
          width: 100%;
          height: 60vw; } }
    .equipe li .box-text {
      width: 544px;
      float: left;
      margin-left: 35px; }
      @media (max-width: 768px) {
        .equipe li .box-text {
          width: 100%;
          margin: 0px; } }
      .equipe li .box-text .nome {
        font-weight: 600;
        font-size: 35px;
        color: #282828;
        width: 100%;
        float: left; }
        @media (max-width: 768px) {
          .equipe li .box-text .nome {
            font-size: 30px;
            text-align: center;
            margin-top: 15px; } }
      .equipe li .box-text .desc {
        font-weight: 300;
        font-size: 18px;
        color: #000;
        width: 100%;
        float: left; }
        @media (max-width: 768px) {
          .equipe li .box-text .desc {
            text-align: center; } }
  .equipe li:nth-child(2n + 0) .box-img {
    float: right; }
  .equipe li:nth-child(2n + 0) .box-text {
    float: left;
    margin-left: 0px; }

#blog {
  width: 100%;
  height: auto;
  float: left;
  background: #fff;
  position: relative;
  margin-top: -100px; }
  #blog .pesquisar {
    width: 100%;
    float: left;
    margin-bottom: 60px; }
    #blog .pesquisar form {
      float: right; }
      #blog .pesquisar form input[type="text"], #blog .pesquisar form input[type="search"] {
        width: 345px;
        height: 38px;
        background: #f3f3f3;
        float: left;
        font-weight: 300;
        font-size: 13px;
        color: #777777;
        text-transform: uppercase;
        border: 0px;
        padding: 0 20px; }
      #blog .pesquisar form button {
        width: 60px;
        height: 38px;
        background: #464646;
        float: left;
        border: 0px; }
        #blog .pesquisar form button i {
          color: #fff;
          font-size: 14px; }
  #blog .post {
    width: 339px;
    height: 470px;
    float: left;
    margin-right: 63px;
    margin-bottom: 60px; }
    #blog .post .box-img {
      width: 100%;
      height: 222px;
      float: left; }
    #blog .post .data {
      font-weight: 300;
      font-size: 14px;
      color: #282828;
      width: 100%;
      float: left;
      margin-top: 20px; }
    #blog .post .title-post {
      width: 100%;
      float: left;
      font-weight: 700;
      font-size: 20px;
      color: #282828; }
    #blog .post .desc {
      font-weight: 300;
      font-size: 16px;
      color: #282828;
      width: 100%;
      float: left;
      margin-top: 20px; }
    #blog .post .btn {
      font-weight: 400;
      color: #282828;
      font-size: 11px;
      padding: 14px 45px;
      border: 1px solid #282828;
      float: left;
      margin-top: 30px;
      transition: 0.4s;
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      -moz-transition: 0.4s;
      -o-transition: 0.4s; }
    #blog .post .btn:hover {
      background: #282828;
      color: #fff;
      transition: 0.4s;
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      -moz-transition: 0.4s;
      -o-transition: 0.4s; }
  #blog .post:nth-child(3n + 1) {
    margin-right: 0;
    float: right; }

#single-blog {
  width: 100%;
  height: auto;
  float: left;
  background: #fff;
  position: relative;
  margin-top: 50px;
  margin-bottom: 100px; }
  #single-blog .pesquisar {
    width: 100%;
    float: left;
    margin-bottom: 60px; }
    #single-blog .pesquisar form {
      float: right; }
      #single-blog .pesquisar form input[type="text"], #single-blog .pesquisar form input[type="search"] {
        width: 345px;
        height: 38px;
        background: #f3f3f3;
        float: left;
        font-weight: 300;
        font-size: 13px;
        color: #777777;
        text-transform: uppercase;
        border: 0px;
        padding: 0 20px; }
      #single-blog .pesquisar form button {
        width: 60px;
        height: 38px;
        background: #464646;
        float: left;
        border: 0px; }
        #single-blog .pesquisar form button i {
          color: #fff;
          font-size: 14px; }
  #single-blog .post {
    width: 80%;
    height: auto;
    float: left;
    margin: 0 10% 0 10%; }
    #single-blog .post .img-post {
      max-width: 100%;
      display: block;
      margin: 0 auto; }
    #single-blog .post .data {
      font-weight: 300;
      font-size: 14px;
      color: #282828;
      width: 100%;
      float: left;
      margin-top: 20px; }
    #single-blog .post .title-post {
      width: 100%;
      float: left;
      font-weight: 700;
      font-size: 20px;
      color: #282828; }
    #single-blog .post .desc {
      font-weight: 300;
      font-size: 16px;
      color: #282828;
      width: 100%;
      float: left;
      margin-top: 20px; }

#accordion {
  width: 100%;
  float: left; }
  #accordion h3 {
    font-weight: 600;
    font-size: 26px;
    color: #282828;
    border-radius: 0px;
    background: transparent;
    width: 95%;
    padding: 10px 2.5%;
    border: 1px solid #464646;
    margin-top: 20px; }
    @media (max-width: 768px) {
      #accordion h3 {
        font-size: 20px;
        line-height: 25px; } }
    #accordion h3 span {
      display: none; }
  #accordion h3:before {
    display: none; }
  #accordion .ui-widget-content {
    width: 95%;
    padding: 2.5%;
    float: left;
    border: 1px solid #464646;
    border-top: 0px; }

.newsletter-como-funciona {
  height: 800px !important;
  -webkit-clip-path: polygon(0 0, 100% 28%, 100% 100%, 0 100%) !important;
  clip-path: polygon(0 0, 100% 28%, 100% 100%, 0 100%) !important; }

.nossos-servicos h2 {
  width: 90%;
  float: right;
  padding-left: 10%;
  font-size: 46px;
  font-weight: 600;
  line-height: 51px;
  color: #000;
  position: relative;
  margin: 38px 0; }
  @media (max-width: 768px) {
    .nossos-servicos h2 {
      font-size: 30px;
      line-height: 35px; } }
  .nossos-servicos h2 img {
    width: 80px;
    position: absolute;
    left: 0px;
    top: -38px; }
.nossos-servicos h2:before {
  content: "";
  background: #000;
  width: 50px;
  height: 4px;
  position: absolute;
  left: 118px;
  top: -20px; }

#contato {
  width: 100%;
  height: 800px;
  background: #d9d9d9;
  float: left;
  position: relative; }
  @media (max-width: 768px) {
    #contato {
      height: auto;
      padding-bottom: 100px; } }
  #contato .bloco {
    width: 40%;
    height: 348px;
    background: #464646;
    position: absolute;
    left: 0;
    top: 0px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0% 100%); }
  #contato .box-text {
    width: 460px;
    float: left;
    margin-top: 300px; }
    @media (max-width: 768px) {
      #contato .box-text {
        width: 100%; } }
    #contato .box-text .title {
      width: 100%;
      float: left;
      font-size: 46px;
      font-weight: 600;
      line-height: 51px;
      color: #282828;
      position: relative; }
      @media (max-width: 768px) {
        #contato .box-text .title {
          font-size: 30px;
          line-height: 35px; } }
    #contato .box-text .title:before {
      content: "";
      background: #282828;
      width: 50px;
      height: 4px;
      position: absolute;
      left: 0px;
      top: -20px; }
    #contato .box-text .text {
      font-weight: 300;
      font-size: 28px;
      color: #585858;
      width: 100%;
      float: left;
      margin-top: 10px; }
  #contato form {
    width: 518px;
    float: right;
    margin-top: 220px; }
    @media (max-width: 768px) {
      #contato form {
        width: 100%;
        margin-top: 50px; } }
    #contato form input[type="text"] {
      width: 95%;
      height: 52px;
      padding: 0 2.5%;
      float: left;
      border: 1px solid rgba(0, 0, 0, 0.4);
      margin-bottom: 14px;
      background: transparent; }
    #contato form textarea {
      width: 95%;
      height: 152px;
      padding: 2.5%;
      float: left;
      border: 1px solid rgba(0, 0, 0, 0.4);
      margin-bottom: 14px;
      background: transparent; }
    #contato form button {
      font-weight: 400;
      color: #fff;
      font-size: 20px;
      padding: 20px 60px;
      border: 2px solid #282828;
      float: right;
      background: #282828;
      transition: 0.4s;
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      -moz-transition: 0.4s;
      -o-transition: 0.4s; }
    #contato form button:hover {
      background: transparent;
      color: #282828;
      transition: 0.4s;
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      -moz-transition: 0.4s;
      -o-transition: 0.4s; }

/*# sourceMappingURL=geral.css.map */
