@import url('https://fonts.googleapis.com/css?family=Vidaloka');

@import url('https://fonts.googleapis.com/css?family=Lora&display=swap');

@font-face {
  font-family: 'Futura Bk BT';
  src: url('../fonts/FuturaBT-Book/FuturaBT-Book.woff2') format('woff2'),
  url('../fonts/FuturaBT-Book/FuturaBT-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

html, body {
  font-family: 'Futura Bk BT';
  font-size: 14px;
  color: #333333;
  overflow-x: hidden;
}

hr {
  margin-top: 15px;
}

p {
  font-size: 18px;
}

h1, .h1, h3, .h3 {
  font-family: 'Vidaloka', serif;
}

a {
  text-decoration: none !important;
}

button {
  outline: none !important;
}

.navbar-brand {
  padding: 20px 15px;
}

.navbar {
  border-radius: 0px;
  border-bottom: 0px;
}

.navbar-default {
  background-color: #f7f2ea;
}

.navbar-brand {
  height: auto;
}

.navbar-default .navbar-nav > li > a {
  text-transform: uppercase;
  color: #958357;
  font-size: 13px;
  transition: .5s all;
  padding: 32px 15px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  opacity: .8;
  transition: .5s all;
}

.caminho {
  padding: 5px 15px;
  background-color: #f7f2ea;
  border-top: 1px solid rgba(207,179,111,.2);
  margin-bottom: 2.5%;
}

.caminho a {
  color: #333333;
  transition: .5s all;
}

.caminho a:hover {
  color: #968457;
  transition: .5s all;
}

.caminho-empresa {
  margin-bottom: 0;
}

/*Home Banners*/

.banners {
  margin: 0;
}

.banners .col-md-12 {
  min-height: 100vh;
  max-height: auto;
}

.pelicula {
  position: absolute;
  background-color: rgba(0,0,0,.8);
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

/*Institucional*/

.institucional {
  padding-top: 94px;
  min-height: 100vh;
  max-height: auto;
}

.citacao {
  position: absolute;
  width: 100%;
  top: 10%;
}

.institucional p a {
  color: #333333;
}

.institucional input, .institucional textarea {
  border-radius: 0px;
  box-shadow: none;
  border: 1px solid #eeeeee;
  resize: none;
  text-transform: uppercase;
  font-size: 13px;
}

.show {
  display: block;
}

.hidden {
  display: none;
}

.btn-contato {
  width: 180px;
}

/*Vitrine*/

.vitrine {
  padding: 0;
  margin-bottom: 5%;
}

.vitrine .col-md-4, .vitrine .col-md-8 {
  padding: 4px 4px;
}

.vitrine span {
  width: 80% !important;
  margin-left: 10%;
  margin-top: 15%;
  background-color: transparent;
  width: auto;
  height: auto;
}

.carousel-indicators .active {
  height: 10px;
  width: 10px;
  margin: 2px;
  background-color: #333333;
  border: 0px;
}

.carousel-indicators li {
  height: 10px;
  width: 10px;
  margin: 2px;
  background-color: #777777;
  border: 1px solid #777777;
}

.grid {
  position: relative;
  clear: both;
  margin: 0 auto;
  padding: 0;
  max-width: auto;
  list-style: none;
  text-align: center;
}

/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0;
  width: 100%;
  height: auto;
  background: #ffffff;
  text-align: center;
  cursor: pointer;
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}

.grid figure h2 span {
  font-weight: 800;
}

.grid figure h2,
.grid figure p {
  margin: 0;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

/*---------------*/
/***** Ming *****/
/*---------------*/

figure.effect-ming {
  background: #ffffff;
  margin-bottom: 30px;
}

figure.effect-ming img {
  opacity: 1;
  border: 1px solid #eeeeee;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-ming figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 0px solid #fff;
  box-shadow: 0 0 0 0px rgba(255,255,255,0.2);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(1.4,1.4,1);
  transform: scale3d(1.4,1.4,1);
}

figure.effect-ming p {
  margin-top: 15%;
  padding: 1em;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

figure.effect-ming:hover figcaption::before,
figure.effect-ming:hover p {
  opacity: 1;
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
}

figure.effect-ming:hover figcaption {
  background-color: rgba(58,52,42,0);
}

figure.effect-ming:hover img {
  opacity: 0.4;
}

figure.effect-ming figcaption img {
  height: 58px;
}

.nav-tabs > li {
  float:none;
  display:inline-block;
  zoom:1;
}

.nav-tabs {
  text-align:center;
  border-bottom: 0px;
}

.nav-tabs > li a {
  background-color: #f7f2ea;
  color: #958357;
  text-transform: uppercase;
  font-size: 13px;
  border-radius: 0px;
  margin-bottom: 10px;
  transition: .5s all;
  cursor: pointer;
}

.nav-tabs > li a:hover, .nav-tabs > li a:focus {
  color: #fff !important;
  background-color: #ceb26f !important;
  border: 1px solid #ceb26f !important;
  transition: .5s all;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  color: #fff;
  background-color: #ceb26f;
  border: 1px solid #ceb26f;
}

/*Revenda*/

.revenda-separador {
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #000000;
  top: 0;
  left: 50%;
}

.revenda p {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.revenda p img {
  display: block;
  height: 56px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
}

.revenda .itens {
  margin-bottom: 25px;
}

/*.revenda-bloco1, .revenda-bloco2 {
height: auto;
min-height: 100vh;
padding-bottom: 2.5%;
}

.revenda-bloco1 h4, .panel-title {
font-family: 'Vidaloka', serif;
}*/


.revenda-bloco1 {
  padding: 2.5% 15px;
}

.revenda-bloco2 {
  padding: 2.5% 15px;
  background-color: #f7f2ea;
}

.revenda-bloco3 {
  padding: 2.5% 15px;
  margin-top: 2.5%;
  margin-bottom: 2.5%;
  background-color: #BCA770;
}

.revenda-bloco3 h1, .revenda-bloco3 h4 {
  color: #ffffff;
}

.revenda-bloco3 h4 {
  width: 80%;
  margin: 0 auto;
}

.btn-revenda {
  display: block;
  width: 300px;
  margin: 0 auto;
  color: #BCA770;
  font-size: 18px;
  padding: 6px 12px;
  border-radius: 0px;
  background-color: #f7f2ea;
  border: 1px solid #f7f2ea;
  height: 47px;
  line-height: 35px;
  transition: .5s all;
}

.btn-revenda:hover, .btn-revenda:focus {
  color: #BCA770 !important;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  transition: .5s all;
}

/*.panel-title {
font-size: 20px;
}

.panel-heading {
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}

.panel-default>.panel-heading {
background-color: #F8F2EB;
border-color: #EEE0D0;
}

.panel-group .panel {
border-radius: 0px;
}

.panel-body a {
color: #333333;
transition: .5s all;
}

.panel-body a:hover, .panel-body a:focus {
color: #968458;
transition: .5s all;
}*/

/*Rodapé*/

.copyright {
  background-color: #F7F1E9;
  padding: 35px 0px;
  margin: 0;
}

.copyright h6 {
  line-height: 20px;
}

.copyright h6 a {
  color: #333333;
}

.copyright h6 a:hover, copyright h6 a:focus {
  color: #333333;
  text-decoration: none;
}

.copyright h6 {
  text-transform: uppercase;
  padding-top: 10px;
}

.copyright a i {
  color: #333333;
  margin: 10px 0px;
  transition: .5s all;
}

.copyright a i:hover, .copyright a i:focus {
  color: #CEB26F;
  text-decoration: none !important;
  transition: .5s all;
}

.form-control:focus {
  border-color: #ceb26f;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none
}

.newsletter {
  padding: 5% 0px;
}

.newsletter h4 {
  text-transform: uppercase
}

.newsletter input {
  border-radius: 0px;
  background-color: #FFFBFB;
  color: #333333;
  box-shadow: none;
  border: 0px;
  height: 47px;
}

.newsletter input {
  color: #333333;
}

.newsletter input::-moz-placeholder {
  color: #333333;
  opacity: 1;
}

.newsletter input:-ms-input-placeholder {
  color: #333333;
}

.newsletter input::-webkit-input-placeholder {
  color: #333333;
}

.close {
  background-color: transparent !important;
  border: 0px !important;
}

.close:hover,
.close:focus {
  background-color: #ffffff !important;
  border: 0px !important;
}

.newsletter .btn-ok, .institucional .btn-contato {
  width: 100%;
  border-radius: 0px;
  background-color: #CEB26F;
  border: 1px solid #CEB26F;
  height: 47px;
  transition: .5s all;
}

.newsletter .btn-ok:hover, .newsletter .btn-ok:focus,
.institucional .btn-contato:hover, .institucional .btn-contato:focus {
  background-color: #BEB08F !important;
  border: 1px solid #BEB08F !important;
  transition: .5s all;
}

.form-inline .form-control {
  width: 100%;
}

.catalogo_button {
  width: 100%;
  border-radius: 0px;
  background-color: #CEB26F;
  border: 1px solid #CEB26F;
  height: 35px;
  transition: .5s all;
  font-size: 16px;
}

.catalogo_button:hover, .catalogo_button:focus {
  background-color: #BEB08F !important;
  border: 1px solid #BEB08F !important;
  transition: .5s all;
}

@media (min-width: 992px) {

  .col-sm-height {
    display: table-cell;
    float: none !important;
    vertical-align: middle;
  }

  .row-same-height {
    display: table;
    width: auto;
    /* fix overflow */
    table-layout: fixed;
    position: relative;
  }

}


@media all and (max-width : 1366px) {
  p {
    font-size: 15px;
  }

  .imagem-empresa img {
    max-height: 450px;
  }

}

@media all and (max-width : 992px) {

  .navbar-fixed-top {
    position: relative;
  }

  .navbar-default .navbar-toggle {
    border: 0px;
  }

  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #978558;
  }

  .navbar-default .navbar-nav > li > a {
    padding: 15px 15px;
  }

  .navbar-toggle {
    margin-top: 30px;
  }

  .navbar {
    margin-bottom: 0px;
  }

  .institucional {
    padding-top: 0px;
  }

  .informacoes {
    text-align: center;
  }

  .revenda-separador {
    position: relative;
    height: 1px;
    width: 100%;
    left: 0;
    margin-top: 20px;
  }

  .revenda p {
    width: 100%;
  }

}

@media all and (max-width : 767px) {

  .container {
    width: 90%;
  }

  .h4, h4 {
    font-size: 16px;
  }

  .btn-contato {
    width: 100%;
  }

  .vitrine {
    padding: 0px 15px;
  }

  .vitrine .col-md-4, .vitrine .col-md-8 {
    padding: 7.5px 15px;
  }

  .institucional  .row,
  .newsletter {
    margin: 0;
  }

  .carousel-indicators li, .carousel-indicators .active {
    height: 13px;
    width: 13px;
  }

  .carousel-indicators-home li, .carousel-indicators-home .active {
    margin: 4px;
  }

  .panel-title {
    font-size: 15px;
  }

  .revenda {
    margin: 0 -15px;
  }

  .revenda p img {
    margin-top: 25px;
    margin-bottom: 15px;
  }

  .revenda-bloco3 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .caminho-empresa {
    margin-bottom: 2.5%;
  }

  figure.effect-ming p {
    margin-top: 35.5%;
  }

}

@media all and (max-width : 640px) {

  .col-100 {
    width: 100%;
    display: block;
    position: relative;
  }

  .navbar-brand > img {
    height: 40px;
  }

  .navbar-toggle {
    margin-top: 22.5px;
  }

}



.section-transition {
  -webkit-transition: opacity, .5s .3s;
  -moz-transition: opacity, .5s .3s;
  transition: opacity, .5s .3s;
}


.banner {
  margin-top: 94px;
}

.banner .carousel-inner>.item {
  display: block;
}

.consultora {
  background-image: url(../img/consultora.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

h2 {
  text-transform: uppercase;
  font-family: 'Lora', serif;
  color: #e85757;
  font-size: 40px;
}

h1 {
  font-family: 'Lora', serif;
  color: #e85757;
  font-size: 55px;
}

h1 span {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 68px;
}

.detail {
  background-color: #e2cc9f;
  height: 3px;
  width: 145px;
  display: inline-block;
  margin-bottom: 20px;
}

.pre-cadastro {
  padding: 90px 0;
}

.consultora p,
.pre-cadastro p,
.depoimentos p {
  font-size: 20px;
  color: #666;
  width: 100%;
}

.consultora .btn,
.pre-cadastro .btn,
.depoimentos .btn {
  border-radius: 0;
  background-color: #baa27c;
  border: 0;
  padding: 10px 25px;
  font-size: 20px;
  margin-top: 25px;
  transition: all .3s;
}

.consultora .btn:hover,
.consultora .btn:focus,
.pre-cadastro .btn:hover,
.pre-cadastro .btn:focus,
.depoimentos .btn:hover,
.depoimentos .btn:focus {
  background-color: #a98f65;
  border: 0;
  transition: all .3s;
}

.numeros {
  background-image: url(../img/numeros.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 45%;
}

.numeros .container {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 20px 0px rgba(0, 0, 0, 0.31);
  padding: 50px 0 35px;
}

.numeros i {
  color: #baa27c;
  font-size: 50px;
}

.numeros h3 {
  font-family: 'Lora', serif;
  color: #e85757;
  font-size: 60px;
  font-style: italic;
}

.numeros p {
  font-family: 'Lora', serif;
  font-size: 18px;
  color: #666;
}

.depoimentos {
  padding: 90px 0;
}

.depoimentos img {
  margin-top: 25px;
  margin-bottom: 25px;
}

.depoimentos p.texto {
  font-size: 14px;
  color: #666;
}

.depoimentos h4 {
  font-family: 'Lora', serif;
  color: #333;
  font-size: 22px;
  margin-top: 20px;
}

.depoimentos h5 {
  font-family: 'Lora', serif;
  color: #dbbe81;
  font-size: 12px;
}

.newsletter {
  background-color: #f7f2ea;
}

.newsletter .detail {
  margin-bottom: 45px;
}

.black {
  background-color: #000;
  padding: 20px 0;
}

.copyright {
  background-color: #121115;
  background-image: url(../img/footer.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 440px;
  padding-top: 70px;
}

.copyright h3 {
  color: #fff;
  text-transform: uppercase;
  font-family: 'Lora', serif;
}

.copyright p {
  color: #fff;
}

.copyright a i {
  font-size: 30px;
  width: 65px;
  height: 65px;
  border-radius: 65px;
  padding-top: 18px;
  color: #fff;
}

.copyright .fa-facebook,
header .fa-facebook {
  background-color: #3f5c9a;
}

.copyright .fa-instagram,
header .fa-instagram {
  background: #f09433;
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
  transition: all .3s;
}

.copyright a:hover i {
  color: #fff;
  opacity: .8;
  transition: all .3s;
}

.copyright {
  display: flex;
  align-items: center;
}

.copyright h6 {
  text-transform: none;
  color: #fff;
  margin-top: 45px;
  font-size: 14px;
  margin-bottom: 0;
}

.copyright h6 a,
.copyright h6 a:hover,
.copyright h6 a:focus {
  color: inherit;
}

.botao-whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #0aba69;
  height: 65px;
  width: 65px;
  border-radius: 8px;
  font-size: 40px;
  text-align: center;
  padding-top: 5px;
  padding-left: 2px;
  box-shadow: 2px 4px 10px 0 rgba(0, 0, 0, 0.31);
}

.botao-whatsapp a i {
  color: #fff;
}

header .fa-whatsapp {
  background-color: #0aba69;
}

header a i {
  color: #fff;
  height: 30px;
  width: 30px;
  border-radius: 30px;
  text-align: center;
  padding-top: 6px;
  font-size: 17px !important;
  margin-top: -10px;
}

.revenda .consultora {
  background-image: url(../img/chamada.jpg);
}

.revenda .numeros {
  background-image: url(../img/vantagens.jpg);
  padding-bottom: 120px;
  background-color: #f8f8f8;
}

.revenda h2 {
  text-transform: none;
}

.revenda .numeros .detail {
  margin-bottom: 35px;
}

.revenda .numeros p {
  font-family: 'Futura Bk BT';
  width: 80%;
}

.numeros p img {
  width: 110px;
  height: 110px;
}

.passos {
  background-color: #c99f78;
  color: #fff;
}

.passos h2 {
  color: #fff;
}

.passos .texto {
  padding: 60px 60px 0;
}

.passos .texto p {
  width: 100%;
  text-align: center;
}

.passos .detail {
  background-color: #e4cfbc;
}

.texto img {
  margin-bottom: 20px;
  margin-top: 40px;
}

.m-5 {
  margin: 0 20px;
}

.lucro label {
  font-weight: normal;
  font-size: 18px;
  color: #666;
}

.lucro .form-control {
  text-transform: none;
  height: 45px;
  font-size: 18px;
}

.lucro .btn {
  height: 45px;
  font-size: 18px;
  width: 100%;
  background-color: #eb7575;
  border: 0;
  border-radius: 0;
  margin-top: 30px;
  transition: all .3s;
}

.lucro .btn:hover,
.lucro .btn:focus {
  background-color: #de6565;
  transition: all .3s;
}

.lucro .resultado label {
  color: #333;
}

.lucro .resultado .form-control {
  background-color: #eee;
  color: #333;
}

.lucro .resultado .form-control::placeholder {
  color: #333;
}

.revenda .numeros.lucro {
  background-image: url(../img/lucro.jpg);
  background-color: #f7f2ea;
  padding-bottom: 60px;
}

.revenda .pagamento {
  padding-bottom: 60px;
  background-color: #f7f2ea;
}

.cadastro.consultora {
  background-image: none;
  background-color: #ededed;
}

.cadastro .texto {
  padding-right: 110px;
  padding-left: 25px;
}

#carousel img,
.imagem img {
  width: 100%;
}

@media (max-width: 992px) {
  .banner {
    margin-top: 0;
  }

  .consultora.banner {
    min-height: auto;
    background-size: 150%;
    padding-top: 75%;
  }

  .navbar-default .navbar-nav > li > a {
    padding-left: 13px;
    padding-right: 13px;
  }

}

@media (max-width: 767px) {
  .passos .texto {
    text-align: center;
  }

  .chamada {
    background-size: contain;
    padding-top: 48%;
  }

  .chamada .container {
    padding-bottom: 25px;
  }

  .lucro .form-control {
    margin-bottom: 25px;
  }

  .newsletter {
    margin-left: -15px;
    margin-right: -15px;
  }

  .nav >li.redes-sociais {
    display: inline-block;
  }

  .navbar-default .navbar-nav > li > a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

@media (max-width: 576px) {
  .consultora {
    display: block;
  }
  h2 {
    font-size: 30px;
  }

  .numeros h3 {
    font-size: 35px;
  }

  .social .col-xs-12:not(:last-child) {
    margin-bottom: 25px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
  }

  .consultora p, .pre-cadastro p, .depoimentos p {
    font-size: 17px;
  }

  .chamada h1 {
    padding: 0;
    font-size: 35px;
  }

  h1 span {
    font-size: 35px;
  }

  .consultora {
    min-height: auto;
    background-size: 200%;
    padding-top: 100%;
  }

  .pre-cadastro {
    padding-top: 5px;
    padding-bottom: 25px;
  }

  .cadastro.consultora {
    padding: 0 0 25px;
  }
}

@media all and (max-width : 480px) {

  .h1, h1 {
    font-size: 25px;
    padding: 0px 25px;
  }

  .revenda .numeros {
    padding-bottom: 25px;
    background-color: #c99f78;
  }

  .revenda .numeros.lucro {
    background-image: none;
    padding-top: 0;
  }

  .numeros.lucro .container {
    width: 85%;
    margin-top: -25px;
    z-index: 2;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
  }

  .consultora h1 {
    padding: 0;
    margin-top: -180px;
    font-size: 31px;
  }

  .consultora .titulo-banner {
    float: right;
    width: 180px;
  }

  .consultora.banner {
    padding-left: 15px;
    padding-right: 15px;
    background-position-x: -24px;
  }

  .consultora .texto-banner {
    text-align: left;
  }

  .consultora .texto-banner.col-xs-7 {
    padding-right: 0;
  }

  .consultora .texto-banner p:first-child {
    margin-top: 15px;
  }

  .consultora .texto-banner p:last-child {
    margin-bottom: 15px;
  }

  .numeros .social p {
    font-size: 15px;
    float: right;
    width: 60%;
    text-align: left;
    margin-bottom: 0;
  }

  .numeros h3 {
    font-size: 30px;
    float: right;
    width: 60%;
    text-align: left;
    margin-top: 0;
    margin-bottom: 5px;
  }

  .numeros i {
    font-size: 35px;
    float: left;
    width: 40%;
    text-align: right;
    padding-right: 22px;
    margin-top: 10px;
  }

  .container {
    width: 95%;
  }

  .texto-empresa {
    background-color: #f7f2ea;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
  }

  .revenda .numeros .container {
    padding-top: 0;
    margin-top: -17px;
  }

  .cadastro .texto {
    padding: 15px;
    text-align: center;
  }

  .passos .texto {
    padding: 30px 15px;
  }

  .btn-revenda {
    width: 200px;
    font-size: 14px;
  }

  .depoimentos {
    padding: 40px 0;
  }

  figure.effect-ming p {
    margin-top: 20%;
  }

  .botao-whatsapp {
    bottom: 10px;
    right: 10px;
    height: 50px;
    width: 50px;
    font-size: 37px;
    padding-top: 0;
  }

  .numeros {
    padding-top: 62%;
  }

  .texto-empresa img {
    background-color: #fff;
    margin-bottom: 15px;
  }

}

@media (max-width: 390px) {

  .consultora h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 25px;
  }
}

.saiba-mais {
  color: #555;
  transition: all .5s;
}

.saiba-mais:hover, .saiba-mais:focus {
  color: #baa27c;
  transition: all .5s;
}

@media (min-width: 350px) and (max-width: 480px) {

  .consultora h1 {
    margin-top: -200px;
  }

}

@media (min-width: 480px) and (max-width: 768px) {

  .col-xs-7.texto-banner {
    width: 100%;
    margin: 0;
  }

}
