body{
    background: #e5e5e5;
    padding-top: 71px;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999;
}

#status {
    width: 200px !important;
    height: 200px !important;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/logotipo.png);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotate;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
}

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

@-webkit-keyframes rotate {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}

@-moz-keyframes rotate {
    from {-moz-transform: rotate(0deg);}
    to {-moz-transform: rotate(360deg);}
}

section{
    padding: 50px 0;
}

header{
}

.ptop-110{
  padding-top: 110px !important;
}

.mbottom-20{
  margin-bottom: 20px !important;
}

.container-logo{
    width: 98px;
    height: 104px;
    display: inline-block;
    margin-left: 39%;
    cursor:  pointer;
}

.container-logo a{
  width: 100%;
  height: 100%;
}

.fundo-branco .container-logo{
  height: 79px;
}

#header-navbar{
    background: transparent;
    height: 110px;
    border-bottom: 0px;
    background-size: auto 85%;
    background-repeat: no-repeat;
    background-position: center center;
    transition: 1s all;
    z-index: 1;
}
#header-navbar a{
    font-family: 'Brandon Grotesque', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 10px;
    display: inline-block;
    margin-left: 10px;
}
#header-navbar a.icones{
  color: #000;
}
#header-navbar a i{
    font-size: 22px;
}
#header-navbar a:hover,
#header-navbar a:active,
#header-navbar a:focus{
    text-decoration: none;
    color: #000000;
}

/* Fundo branco */
#header-navbar.fundo-branco{
  background-color: #fff;
  border-bottom: 1px solid #000;
  height: 80px;
  background-size: auto 60%;
}

#header-navbar.fundo-branco a.menu{
  color: #ff3d00;
}

#header-navbar.fundo-branco a{
  color: #000;
}

main.fundo-branco{
    padding-top: 60px;
}

/* FULL MENU */

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
    font-family: 'Brandon Grotesque', sans-serif;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

#homeCarousel{
  margin-top: 0;
}

#homeCarousel .carousel-caption{
  top: 50%;
  transform: translateY(-50%);
  bottom: initial;
}
#homeCarousel .item{
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  min-height: 630px;
  background-attachment:  fixed;
  background-size:  cover;
  background-position: right;
  position:  relative;
}

.carousel-control{
    background: transparent !important;
}
.carousel-control img{
    margin-top: 100%;
}

.carousel-control:hover,.carousel-control:focus{
    background: transparent;
}

#homeCarousel .item img{
  width: 100%;
}

#homeCarousel .carousel-caption h1{
    text-align: left;
    font-weight: bold;
    font-family: 'Brandon Grotesque', sans-serif;
    font-size: 40px;
    margin: 0;
    text-transform: uppercase;
    text-shadow: none;
    line-height: 60px;
    margin-bottom: 20px;
}
#homeCarousel .carousel-caption p{
    text-align: left;
    width: 60%;
    text-shadow: none;
    font-size: 20px;
}
#homeCarousel .carousel-caption a{
    border-radius: 0;
    box-shadow: none;
    border: 2px solid #fff;
    background: transparent;
    font-family: 'Brandon Grotesque', sans-serif;
    color: #fff;
    display: block;
    text-shadow: none;
    padding: 7px;
    text-align: center;
    width: 180px;
    margin-top: 30px;
}
#homeCarousel .carousel-caption a:hover,
#homeCarousel .carousel-caption a:active,
#homeCarousel .carousel-caption a:focus{
    text-decoration: none;
}

p{
    font-family: 'Brandon Grotesque', sans-serif;
    font-size: 20px;
    font-weight:  300;
}

h1.titulo{
    font-weight: bold;
    font-family: 'Brandon Grotesque', sans-serif;
    font-size: 30px;
    margin: 0;
    color: #616161;
    text-transform: uppercase;
}
h1.titulo:before{
  content: ' ';
  background: url('../images/icone-titulo.png');
  float: left;
  width: 28px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-top: 2px;
  margin-right: 10px;
  display: none;
}

h1.titulo_grande{
    font-size: 40px;
    line-height: 60px;
}

.fundo-cinza{
  background: #dddcdc;
}

.capa-page{width: 100%;margin-top: 20px;}

/*QUEM E O GURU*/
.min-height-guru{
    min-height: 290px;
}

.conteudo-texto{
    margin-top: 19px;
}

.conteudo-texto h1{
    font-weight: 100;
    font-family: 'Brandon Grotesque', sans-serif;
    margin: 0;
}
.conteudo-texto h2{
    font-weight: 100;
    font-family: 'Brandon Grotesque', sans-serif;
    margin: 0;
}
.conteudo-texto h3{
    font-weight: 100;
    font-family: 'Brandon Grotesque', sans-serif;
    margin: 0;
}
.conteudo-texto h4{
    font-weight: 100;
    font-family: 'Brandon Grotesque', sans-serif;
    margin: 0;
    font-size: 20px;
    line-height: 30px;
}
.conteudo-texto h5{
    font-weight: 100;
    font-family: 'Brandon Grotesque', sans-serif;
    margin: 0;
}
.conteudo-texto h6{
    font-weight: 100;
    font-family: 'Brandon Grotesque', sans-serif;
    margin: 0;
}

/* Manuais pagos */
.container-produtos{
    margin-top: 50px;
}
.manuais-thumb .thumbnail{
    padding: 10px;
    border: 0;
    margin-bottom: 30px;
}
.manuais-thumb a{
  text-decoration: none;
  outline: none;
}
.manuais-thumb a:hover .thumbnail{
    background: #dddcdc;
}
.manuais-thumb a img{
    width: 100%;
}
.manuais-thumb a .caption{
    padding: 0;
}
.manuais-thumb a .caption h3{
    font-family: 'Brandon Grotesque', sans-serif;
    font-weight: bold;
    font-size: 17px;
    letter-spacing: 0.5px;
}
.manuais-thumb a .caption p.valor{
    font-family: 'Brandon Grotesque', sans-serif;
    font-weight: bold;
    font-size: 17px;
    letter-spacing: 0.5px;
    color: #ff3d00;
}

/* Dica gratis */
#dica-gratis{
  background-image: url('../images/bg-gratis.png');
  padding-top: 55px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right top;
  background-color: #f7f7f7;
  padding-bottom: 55px;
}
#dica-gratis .container-gratis{
    background: #f7f7f7;
    padding-top: 60px;
    padding-bottom: 60px;
}
#dica-gratis h1.titulo{
    margin-bottom: 25px;
}
#dica-gratis h1.titulo:before{
    display: none;
}
#dica-gratis .label-dark{
    background: #616161;
    border-radius: 0;
    padding: 4px 20px;
}
#dica-gratis h2{
    font-family: 'Brandon Grotesque', sans-serif;
    font-weight: bold;
    padding-right: 70px;
    line-height: 50px;
    font-size: 40px;
    margin: 0;
    color: #616161;
    text-transform:  uppercase;
    margin-top: 20px;
    margin-bottom: 20px;
}
#dica-gratis p{
    padding-right: 70px;
    margin-bottom: 20px;
}
#dica-gratis .form-control{
    border-radius: 0;
    box-shadow: none;
    border: 2px solid #ff3d00;
    background: transparent;
    width: 230px;
    padding: 19px;
    font-family: 'Brandon Grotesque', sans-serif;
    color: #000;
}
#dica-gratis button{
    border-radius: 0;
    box-shadow: none;
    border: 2px solid #ff3d00;
    background: transparent;
    font-family: 'Brandon Grotesque', sans-serif;
    color: #000;
    width: 41px;
    color: #ff3d00;
    font-size: 26px;
    line-height: 7px;
    margin-top: 1px;
}

/* Paginacao */
.pagination li a{
    border: none;
    background: transparent !important;
    font-family: 'Brandon Grotesque', sans-serif;
    color: #828282;
}

.pagination li a:hover{
  color: #ff3d00;
}

.pagination li.active a{
    color: #000;
    font-weight: bold;
}

.pagination li.active a:hover{
  color: #000;
}

/* Instagram */
.container-insta {
    height: 190px;
    background-size: 100% !important;
    background-position: top center !important;
    margin-bottom: 50px;
}

/*Formulario*/
.form-border-bottom .form-group input,
.form-border-bottom .form-group textarea{
    box-shadow: none;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #ccc;
    font-family: 'Brandon Grotesque', sans-serif;
    color: #000;
    background: transparent;
}

.form-border-bottom .form-group textarea{
    height: 130px;
}

.form-border-bottom button{
  box-shadow: none;
  border: 0;
  border-radius: 0;
  font-family: 'Brandon Grotesque', sans-serif;
  background: transparent !important;
  text-align: left;
}

.form-border-bottom button:hover, .form-border-bottom button:focus{
  color: #ff3d00;
}

.form-border-bottom button i{float: right;margin-top: 2px;}

/* Consultoria */
#consultoria-form{
  background-image: url('../images/fundo-consultoria.png');
  padding-top: 80px;
  padding-bottom: 80px;
  background-size: cover;
  background-attachment: fixed;
  background-position:  center center;
}

#consultoria-form .titulo{color: #fff;margin-bottom: 40px;}

#consultoria-form h1, #consultoria-form h2, #consultoria-form h3, #consultoria-form h4, #consultoria-form h5, #consultoria-form h6, #consultoria-form p{color: #fff;}

#consultoria-form .titulo_grade:before{
  display: none;
}

#consultoria-form .titulo_grade{
  text-transform: uppercase;
  font-family: 'Brandon Grotesque', sans-serif;
  font-weight: bold;
  line-height: 56px;
  font-size: 40px;
  margin: 0;
}

.container-consultoria{
  margin-bottom: 20px;
}

.container-consultoria.texto{
    background: #484848;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
}

.container-consultoria.texto .conteudo-texto{
    color: #fff;
    margin-top: 0;
}

.container-consultoria.imagem img{
  width: 100%;
}

#manual h2{
    font-weight: bold;
    font-family: 'Brandon Grotesque', sans-serif;
    font-size: 50px;
    text-transform: uppercase;
}
#manual h3{
    font-family: 'Brandon Grotesque', sans-serif;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.5px;
    color: #ff3d00;
}

#manual form.form-add-carrinho .submit-add-carrinho{
    font-family: 'Brandon Grotesque', sans-serif;
    text-transform: uppercase;
    color: #fff;
    padding: 10px;
    padding-left: 40px;
    padding-right: 40px;
    border: 1px solid #fff;
    background: #ff3d00;
    border-radius: 0;
    box-shadow: none;
}

#manual form.form-add-carrinho .submit-add-carrinho:hover, #manual form.form-add-carrinho .submit-add-carrinho:active, #manual form.form-add-carrinho .submit-add-carrinho:focus{
  background: #fff;
  color: #ff3d00;
  border: 1px solid #ff3d00;
}

a.baixar-add-carrinho{
  font-family: 'Brandon Grotesque', sans-serif;
  text-transform: uppercase;
  color: #fff;
  padding: 10px;
  padding-left: 40px;
  padding-right: 40px;
  border: 1px solid #fff;
  background: #ff3d00;
  border-radius: 0;
  box-shadow: none;
}

a.baixar-add-carrinho:hover, a.baixar-add-carrinho:active, a.baixar-add-carrinho:focus{
  background: #fff;
  color: #ff3d00;
  border: 1px solid #ff3d00;
}

/* Minhas compras*/
.table-meus-pedidos th{
    padding: 10px;
}

.table-meus-pedidos td{
    border: 1px solid #dadada;
    padding: 20px;
}

.table-meus-pedidos td .btn{
    padding: 5px;
    border-radius: 0px;
    width: 160px;
}

.list-group a{
    border-radius: 0 !important;
}

.list-group a:hover, .list-group a:active, .list-group a:focus{
    background: #ff3d02;
    color: #fff;
    border-color:  #ff3d02;
}

/* Carrinho */
.table-carrinho{
    width:  100%;
}
.table-carrinho tr th{
    font-family: 'Brandon Grotesque', sans-serif;
    font-weight:  bold;
    color: #6f6f6f;
}
.table-carrinho tr td img{
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
}
.table-carrinho tr td h2{
    font-family: 'Brandon Grotesque', sans-serif;
    font-weight: bold;
    font-size: 16px;
    padding-left: 20px;
}
.table-carrinho tr td p{
    padding-left: 20px;
}
.table-carrinho tr td p.valor{
    font-family: 'Brandon Grotesque', sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    text-align: left;
    margin:  0;
    padding: 0;
}
.table-carrinho tr td button{
    margin: 0 auto;
    display:  block;
    background:  transparent;
    border: none;
    font-size: 20px;
}

.container-total{
    float:  right;
}
.container-total p{
    float:  left;
    margin-right: 20px;
    padding-top: 6px;
}
.container-total p.preco_total{
    font-family: 'Brandon Grotesque', sans-serif;
    font-weight: bold;
    color: #6f6f6f;
    font-size:  20px;
}
.container-total p.valor{
    font-family: 'Brandon Grotesque', sans-serif;
    font-weight: bold;
    color: #000;
    font-size: 20px;
}
.container-total p.valor small{
    font-size: 11px;
}
.container-total a{
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #fff;
  background: #ff3d00;
  font-family: 'Brandon Grotesque', sans-serif;
  color: #fff;
  text-shadow: none;
  text-decoration:  none;
  padding: 7px;
  text-align: center;
  width: 220px;
  display:  inline-block;
  text-transform:  uppercase;
}
.container-total a:hover, .container-total a:active, .container-total a:focus{
    border: 1px solid #ff3d00;
    background:  #fff;
    color: #ff3d00;
}

/* Checkout */
#checkout h2{
  font-weight: bold;
  font-family: 'Brandon Grotesque', sans-serif;
  font-size: 30px;
  margin: 0;
  text-transform: uppercase;
}

#checkout .btn-info{
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #fff;
    background: #ff3d00;
    font-family: 'Brandon Grotesque', sans-serif;
    color: #fff;
    text-shadow: none;
    text-decoration: none;
    padding: 7px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
}

#checkout .btn-info:hover, #checkout .btn-info:active, #checkout .btn-info:focus{
  border: 1px solid #ff3d00;
  background: #fff;
  color: #ff3d00;
}

#checkout .btn-success{
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #fff;
    background: #ff3d00;
    font-family: 'Brandon Grotesque', sans-serif;
    color: #fff;
    text-shadow: none;
    text-decoration: none;
    padding: 7px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
}

#checkout .btn-success:hover, #checkout .btn-success:active, #checkout .btn-success:focus{
  border: 1px solid #ff3d00;
  background: #fff;
  color: #ff3d00;
}

#checkout .panel{
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #e8e8e8;
}
#checkout .panel .panel-heading{
    border-color: #e8e8e8;
    background: #dddcdc;
}
#checkout .panel .panel-heading h4{
    font-family: 'Brandon Grotesque', sans-serif;
    font-weight: bold;
    font-size: 20px;
    margin: 0;
    line-height:  40px;
    text-align:  center;
}

#checkout .panel .panel-heading h4 a:hover, #checkout .panel .panel-heading h4 a:active, #checkout .panel .panel-heading h4 a:focus{
  color: #ff3d00;
  text-decoration: none;
}

#checkout .table-striped{}
#checkout .table-striped tr{}

#checkout .table-striped tr td{
  border: 0;
}

#checkout .table-striped tr td p{
  border: 0;
}

#checkout .table-striped tr td button{
  background: transparent;
  border: 0;
}

#checkout .table-striped tr td button:hover, #checkout .table-striped tr td button:active, #checkout .table-striped tr td button:focus{
  color: #ff3d00;
}

#checkout h3{
  font-family: 'Brandon Grotesque', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

#checkout b{
    font-family: 'Brandon Grotesque', sans-serif;
    padding-left: 15px;
    display: block;
    margin-bottom: 10px;
}
#checkout label{
    margin-bottom: 0;
    font-family: 'Brandon Grotesque', sans-serif;
    font-size:  15px;
}
#checkout input{
    box-shadow: none;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #ccc;
    font-family: 'Brandon Grotesque', sans-serif;
    color: #000;
    background: transparent;
    margin-bottom: 20px;
}
#checkout select{}

#checkout .logo-pagseguro{
    margin-bottom: 50px;
    margin-right:  auto;
    margin-left: auto;
    display:  block;
}

/* Footer */
footer{
    margin-bottom: 50px;
    border-top: 1px solid #ccc;
    padding-top: 50px;
}

footer h3{
    margin: 0;
    margin-bottom: 10px;
    color: #ff3d00;
    font-family: 'Brandon Grotesque', sans-serif;
    font-size: 16px;
    font-weight: 500;
}

footer .nav li{
    margin-bottom: 7px;
}

footer .nav li a{
  font-family: 'Brandon Grotesque', sans-serif;
  font-size: 18px;
  font-weight: 300;
  padding: 0;
  color: #000;
  background: transparent !important;
}

footer .nav li a:hover, footer .nav li a:focus, footer .nav li a:active{
  color: #ff3d00;
}

footer .btn-group a{
    font-size: 22px;
    border: 0;
    background: transparent !important;
}

footer .btn-group a:hover, footer .btn-group a:focus, footer .btn-group a:active{
  color: #ff3d00;
}

.btn-redes-topo{
    background: #fa4100;
    color: #fff;
    width: 177px;
    float: left;
    font-size: 28px;
    margin: 4px;
    text-align: center;
    border: 1px solid #fa4100;
    padding: 5px;
}
.btn-redes-topo:hover, .btn-redes-topo:focus{
    border: 1px solid #f54500;
    color: #f54500;
    background:  transparent;
}

.depoimento-mobile{
    margin-top: 10px;
    border: 1px solid #f54500;
    width: 140px;
}

#depoimentos{
    background: #f7f7f7;
}
#depoimentos h1{
    margin-bottom: 50px;
}
#depoimentos .media{
    background: #e5e5e5;
}

#depoimentos .media:hover .media-body h4{
    color: #fa4300;
}

#depoimentos .media .media-left{
    border-right: 5px solid #f7f7f7;
    padding-right: 0;
}
#depoimentos .media .media-right{
    border-left: 5px solid #f7f7f7;
    padding-left: 0;
}
#depoimentos .media .media-body{
    padding-top: 10px;
    padding-right: 30px;
    padding-left: 30px;
}
#depoimentos .media .media-body p{
    text-align:  center;
    color: #000;
}
#depoimentos .media .media-body h4{
    text-align:  center;
    color: #000;
    font-weight:  bold;
    text-transform:  uppercase;
    font-family: 'Brandon Grotesque', sans-serif;
}

header #headerMenu{
    background: #e5e5e5;
    min-height:  70px;
}

header #headerMenu .navbar-header .navbar-brand{
    height: 70px;
}

header #headerMenu .navbar-collapse{
    background: #e5e5e5;
}

header #headerMenu .navbar-collapse ul li a{
    line-height:  40px;
    font-family: 'Brandon Grotesque', sans-serif;
    font-size: 18px;
    font-weight:  300;
}
header #headerMenu .navbar-collapse ul li a:hover, header #headerMenu .navbar-collapse ul li a:focus{
    color: #fa4300;
}

header #headerMenu .navbar-brand{
    transition: 1s all;
}

header #headerMenu .navbar-brand img{
    transition: 1s all;
    height: 141px;
    width: 164px;
    z-index: 999;
    transition: all .3s ease-in-out;
}

header #headerMenu.header-fixo .navbar-brand{
    padding-top: 0;
    padding-bottom: 0;
}
header #headerMenu.header-fixo .navbar-brand img{
    height: 71px;
    width: 90px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-servicos-group{
    width:  100%;
    margin-top: 30px;
}
.btn-servicos-group button{
    width: 24%;
    background-color: transparent;
    background-repeat:  no-repeat;
    background-position:  center;
    border: 1px solid #000;
    padding: 10px;
    border-radius: 0;
    margin-right: 7px;
    outline: 0 !important;
}

.btn-servicos-group button.active,
.btn-servicos-group button:hover{
    border: 1px solid #fa4100;
    box-shadow:  none;
}

.btn-servicos-group button img{
    width: 50px;
}

#conteudo-servico-2, #conteudo-servico-3, #conteudo-servico-4, #conteudo-servico-5{
    display: none;
}

.container-servico h2 {
    text-align: center;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Brandon Grotesque', sans-serif;
    font-size: 18px;
    margin-top: 40px;
}

.container-servico p{
    text-align: center;
    color: #000;
}

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

.scroll-top{
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: #f54500;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    line-height: 48px;
    display: none;
}

.scroll-top:hover, .scroll-top:focus{
    color: #fff;
}

@media (max-width: 1199px) {
  .container-logo{
    margin-left: 36.4%;
  }

}

@media (max-width: 1024px) {

  #dica-gratis h2 {
    padding-right: 40px;
  }

  #checkout h3 {
    font-size: 17px;
    line-height: 8px;
  }

  #homeCarousel .carousel-caption{
    position: absolute;
    left: 140px;
    top: 57%;
  }

  #homeCarousel .carousel-caption h1{
    font-size: 35px;
  }

  .min-height-guru {
    min-height: 302px;
  }

  .btn-redes-topo {
    width: 143px;
  }

  #dica-gratis {
    background-size: auto 100%;
  }

    header #headerMenu .navbar-brand img {
        height: 57px !important;
        width: 70px !important;
    }

}

@media (max-width: 992px) {

    footer .nav.menu-left {
      float: right;
      margin-bottom: 20px;
    }

    footer .nav.menu-left li {
      float: right;
      margin-left: 10px;
    }

    footer .nav.menu-right {
      float: left;
    }

    footer .nav.menu-right li {
      float: left;
      margin-right: 10px;
    }

}

@media (max-width: 991px) {
  .container-logo{
    margin-left: 32.4%;
  }

}

@media (max-width: 860px) {

  .container-slide .carousel-caption h1{
    font-size: 20px;
  }

}

@media (width: 840px) {

}

@media (width: 812px) {

    .btn-redes-topo {
        width: 107px;
    }

}

@media (max-width: 768px) {

    .capa-guru-desc{
          height: auto !important;
    min-height: auto !important;
    }
    header #headerMenu.header-fixo .navbar-brand {
        padding-top: 10px;
    }

    #homeCarousel {
        margin-top: 16px;
    }

  #header-navbar{
    background-size: auto 50%;
    background-position: center 10px;
  }

  #homeCarousel .carousel-caption h1 {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 31px;
    text-align: left;
    width:  100%;
  }

  #homeCarousel .carousel-caption p{
      text-align: left;
      width:  100%;
  }

  #homeCarousel .carousel-caption a{
    margin-top: 10px;
  }

  #homeCarousel .carousel-caption {
    top: 77%;
  }

  .baixar-add-carrinho{
    margin-top: 10px;
  }

  #dica-gratis {
    background-size: auto 100%;
    background-position: 400px top;
  }

  .btn-redes-topo {
    width: 31%;
    font-size: 17px;
   }

   .min-height-guru {
        min-height: auto;
    }

    #depoimentos .media {
        background: transparent;
    }

    #depoimentos .media .media-body {
        background: #e5e5e5;
    }

}

@media (max-width: 736px) {



}

@media (max-width: 614px) {
  .container-logo{
    margin-left: 21.4%;
    width: 155px;
    height: 66px;
  }

}

@media (max-width: 540px) {

    .btn-redes-topo {
        width: 100%;
        font-size: 17px;
        margin: 0;
        margin-bottom: 5px;
    }

}

@media (max-width: 425px){

    #homeCarousel .carousel-caption {
        background: #000000c7;
        padding: 18px;
        color: #fff;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 101%;
        min-height: 180px;
    }

    #homeCarousel .item{
        background-size: auto 100% !important;
        background-attachment: initial !important;
    }

    .btn-servicos-group button {
        width: 23%;
        padding: 12px !important;
        height: 79px;
    }

    #consultoria-form {
        background-size: auto 100% !important;
      background-attachment: initial !important;
    }

}

@media (max-width: 414px) {

  #dica-gratis h2 {
    padding-right: 0;
    font-size: 28px;
    line-height: 41px;
  }

  .btn-servicos-group button{
      margin-right: 4px
  }

  .formGratis .form-group{
    float: left;
  }

  #dica-gratis button{
    margin-top: 0px;
  }

  #homeCarousel .carousel-caption {
    background: #000000c7;
    padding: 18px;
    color: #fff;
    position:  absolute;
    left: 0;
    bottom: 0;
    width: 101%;
    min-height: 180px;
  }

  #homeCarousel .carousel-caption a{
    color: #000;
    border-color: #000;
    text-align:  center;
    margin: 0 auto;
  }

  .item{
    background: #dddcdc;
    height: auto;
  }

  #consultoria-form .titulo_grade {
    line-height: 37px;
    font-size: 26px;
    margin-bottom: 20px;
  }

  footer .nav.menu-left {
    float: left;
    margin-bottom: 0;
  }

  footer .nav.menu-left li {
    float: left;
    margin-right: 10px;
    margin-left: 0;
  }

  footer .nav.menu-right {
    float: left;
    margin-bottom: 20px;
  }

  .container-total {
    float: right;
    margin-top: 20px;
  }

  a.baixar-add-carrinho{
    margin-top: 10px;
    display: block;
  }

  #checkout .logo-pagseguro{
    width: 100%;
  }

}

@media (max-width: 375px) {

    .btn-servicos-group button {
        margin-right: 4px;
        padding: 40px;
        margin-bottom: 4px;
    }

    h1.titulo_grande {
        margin-bottom: 30px;
    }

    #homeCarousel .carousel-caption {
        top: 420px;
        bottom: initial;
    }

}

@media (max-width: 360px) {

    .btn-servicos-group button {
        margin-right: 4px;
        padding: 38px;
        margin-bottom: 4px;
    }

}



@media (max-width: 320px) {

    .btn-servicos-group button {
        margin-right: 33px;
        margin-bottom: 10px;
        margin-left: 31px !important;
    }

}
