@font-face {
  font-family: "Galano Grotesque";
  src: url("https://db.onlinewebfonts.com/t/0007c768c0c6149485a44a0409d9433c.eot");
  src: url("https://db.onlinewebfonts.com/t/0007c768c0c6149485a44a0409d9433c.eot?#iefix")format("embedded-opentype"),
  url("https://db.onlinewebfonts.com/t/0007c768c0c6149485a44a0409d9433c.woff2")format("woff2"),
  url("https://db.onlinewebfonts.com/t/0007c768c0c6149485a44a0409d9433c.woff")format("woff"),
  url("https://db.onlinewebfonts.com/t/0007c768c0c6149485a44a0409d9433c.ttf")format("truetype"),
  url("https://db.onlinewebfonts.com/t/0007c768c0c6149485a44a0409d9433c.svg#Galano Grotesque")format("svg");
}
@font-face {
  font-family: "Bebas Neue";
  src: url("https://db.onlinewebfonts.com/t/5d6b2c040ee072582e95ad70593a8d87.eot");
  src: url("https://db.onlinewebfonts.com/t/5d6b2c040ee072582e95ad70593a8d87.eot?#iefix")format("embedded-opentype"),
  url("https://db.onlinewebfonts.com/t/5d6b2c040ee072582e95ad70593a8d87.woff2")format("woff2"),
  url("https://db.onlinewebfonts.com/t/5d6b2c040ee072582e95ad70593a8d87.woff")format("woff"),
  url("https://db.onlinewebfonts.com/t/5d6b2c040ee072582e95ad70593a8d87.ttf")format("truetype"),
  url("https://db.onlinewebfonts.com/t/5d6b2c040ee072582e95ad70593a8d87.svg#Bebas Neue")format("svg");
}
*{
  font-family: "Galano Grotesque";
}
p{
  color: #343434;
}

a{
  transition: all .6s;
}

img{
  max-width: 100%;
}

.font-bebas {    font-family: "Bebas Neue";}

@media (min-width: 1000px) {

  /* Animations */
  .anime-scroll [data-animate] {
    opacity: 0;
    transition: .5s;
  }

  .anime-scroll [data-animate="left"] {
    transform: translate3d(-50px, 0, 0);
  }

  .anime-scroll [data-animate="right"] {
    transform: translate3d(50px, 0, 0);
  }

  .anime-scroll [data-animate="top"] {
    transform: translate3d(0, -50px, 0);
  }

  .anime-scroll [data-animate="bottom"] {
    transform: translate3d(0, 50px, 0);
  }

  .anime-scroll [data-animate="fade"] {
    opacity: 0;
  }

  .anime-scroll [data-animate="zoom"] {
    transform: scale(.6);
  }

  .anime-scroll [data-animate="zoomIn"] {
    transform: scale(1.3);
    opacity: 0;
    transform-origin: top;
    transition: .7s;
  }

  .anime-scroll [data-animate].animate {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px) scale(1);
  }

  .anime-scroll [data-delay="1"] {
    transition-delay: .1s;
  }

  .anime-scroll [data-delay="2"] {
    transition-delay: .2s;
  }

  .anime-scroll [data-delay="3"] {
    transition-delay: .3s;
  }

  .anime-scroll [data-delay="4"] {
    transition-delay: .4s;
  }

  .anime-scroll [data-delay="5"] {
    transition-delay: .5s;
  }

}

.topo{
  background: #8a744c;
  color: #fff;
  font-size: 12px;
  padding: 5px 0;
}
#header{
  background: linear-gradient(to bottom, rgba(0,0,0,0.85) 0%,rgba(0,0,0,0) 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
}

.logo{
  margin: 15px 0;
  float: left;
}

/********************** Inicio Menu *******************************/
#menu-toggle {cursor: pointer; display: none; }

#menu{
  display: block;
  border-bottom: 1px solid rgba(225, 225, 225, 0.35);
}
#menu ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  text-align: center;
}

#menu ul li{
  display: inline-block;
  height: auto;
  position: relative;
}

#menu ul li a{
  font-family: "Galano Grotesque";
  font-size: 14px;
  font-weight: 500;
  display: block;
  height: auto;
  text-transform: uppercase;
  padding: 0px 8px;
  line-height: 40px;
  color: #fff;
  text-decoration: none;
}

#menu ul li a:hover{
  color: #fff;
}

/* Submenu */
#menu li ul {position: absolute; z-index:99999; top: 99%; left:0px; display: none; width: 265px; margin-left:0px; padding-top: 1px;}
#menu li ul li { height:auto; width:100%; display: block; background:#027f01; text-align: left;}
#menu ul li:hover > ul {display: block; }
#menu li ul li a{height:auto; line-height:20px; font-weight: 500; padding: 8px 10px; font-size: 14px; background: #0d0e23; border-bottom:1px dotted #414576;}
#menu li ul li a:hover{background: #1c1e37;}
#menu li ul li:last-child a{border-bottom: none;}
#menu li.menu-off > ul{
  display: none !important;
}
@media only screen and (min-width: 1200px) {
  #menu.nav-fixed {position: fixed; left: 0; top:0; z-index: 199; background: #7a643d; width: 100%; padding: 5px 0; }
  #menu.nav-fixed ul{ display: block; margin: 0 auto; float: none; text-align: center; }
  #menu.nav-fixed ul li{display: inline-block; vertical-align: top; float: none;}
  #menu.nav-fixed ul a{line-height: 40px; color: #fff; }
  #menu.nav-fixed li ul{text-align: left; display: none; top: 34px;}
  #menu.nav-fixed li ul a{ line-height:20px; }
  #menu li a{
    position: relative;
  }
  #menu li a:hover:before{
    width: 100%;
    left: 0%;
  }
  #menu li a:before{
    content: '';
    transition: all .3s;
    background: #a3854e;
    height: 3px;
    bottom: -2px;
    left: 50%;
    width: 0;
    position: absolute;
  }
}
.pull {display: none; background: url(../img/icones/pull.png) no-repeat right top; width: 36px; height: 36px; cursor: pointer;}

@media only screen and (max-width: 1200px) {
  .pull {cursor: pointer; display: block; float: right; padding: 0 40px 0 0; }
  .bgplb{ background-position: right bottom; }
  #menu {background: #fff; position: fixed; left: -100%; top: 0; z-index: 99999; width: 55%; height:100vh; overflow-x: hidden;transition-property: left; transition-duration: 0.5s; transition-timing-function:  ease-in-out; margin: 0;}
  #menu ul{float: none !important; margin: 0 0; }
  #menu ul li {width: 90%; margin: 0 auto; display: block; float: none; height: auto; border-bottom:1px solid #ddd;}
  #menu ul li a {text-align: left; color: #171717; font-size: 1.1em; height: auto; line-height: 45px; padding: 0 10px; }

  #menu ul li:hover > ul {display: block; }
  #menu ul li ul{position:relative; top:0px; margin:0px; width: 100% ; padding: 0 3%; }
  #menu ul li li {
    width: 100%;
    border-bottom: 1px solid #ccc;
    background: none;
  }
  #menu ul li a:hover{
    color: #0d0e23;
  }
  #menu ul li li a{
    background: none;
    border-bottom: none;
    color: #171717;
  }
  #menu ul li li a:hover{
    border-bottom: none;
  }
  .arrow-menu:before{
    content: "›";
    position: absolute;
    top: -3px;
    right: 10px;
    font-size: 40px;
    color: #171717;
  }
  #menu ul li li a:before{
    content: "»";
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-weight: bold;
  }
  #menu-toggle:checked + #menu { left: 0 !important; }


  #header{
    position: sticky;
    top: 0;
    z-index: 111;
    background: #7a643d;
  }

  .logo{
    margin: 0px 0;
  }
}

.rounded-3 {border-radius: 20px;}

.titulo-painel {font-size: 2.1rem;}
.lh-1 {line-height: 1.2;}
@media (max-width: 768px) { .titulo-painel {font-size: 1.8rem;}}

#painel-home ul{
  padding-left: 0;
  list-style: none;
}
#painel-home img{
  width: 100%;
}
.slick-next {
  background-position: -38px 0 !important;
  right: 20px !important;
}
.slick-prev {
  background-position: 0 0;
  left: 20px !important;
}
.carousel .slick-next {
  right: -10px !important;
  background-position: -28px -40px !important;
}
.carousel .slick-prev {
  left: -10px !important;
  background-position: -2px -40px !important;
}

.carousel .slick-slide {
  padding:0 10px;
}
.slick-next, .slick-prev{
  height: 35px !important;
  width: 35px !important;
  background-image: url(../img/icones/arrow.png) !important;
}
.slick-next:before, .slick-prev:before{
  display: none !important;
}
.carousel .slick-next, .carousel .slick-prev{
  height: 35px !important;
  width: 21px !important;
}

@media (max-width: 1024px) {
  .painel .slick-prev, 
  .painel .slick-next {
    top: auto;
    bottom: 30px;
  }
}


.boxe{
  background: #8a744c;
  border-radius: 10px;
  display: block;
  padding: 10px;
  margin-bottom: 15px;
  min-height: 140px;
}
.boxe h3{
  color: #fff;
  font-size: 30px;
  margin-top: 35px;
  font-family: "Bebas Neue";
}

@media(max-width:768px){
  .boxe h3{
    font-size: 26px;
  }
}

.ico{
  margin-top: -35px;
  border-radius: 50%;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.35);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.35);
  box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.35);
}

.icone img{vertical-align: middle;position: relative; top: 50%;transform: translateY(-50%);}

#card-ortho .card{
  border: none;
}
#card-ortho .card-header{
  padding: 0;
  background: none;
  border: none;
  margin-bottom: 0;
}
#card-ortho .card-link{
  display: block;
  border-radius: 5px;
  padding:  15px;
  color: #fff;
  text-transform: uppercase;
  background: #887043 /*#151628*/;
}
#card-ortho .collapsed.card-link{
  margin-bottom: 15px;
}
#card-ortho .card-body{
  padding: 10px;
  background: #f1f1f1;
}

.bg-1{
  background: #151628 url(../img/bg-1.jpg) no-repeat center bottom;
  background-size: cover;
}

.bg-2{
  background: #e8e8e7;
  /*  background: linear-gradient(to bottom,  rgba(232,232,231,1) 0%,rgba(232,232,231,1) 60%,rgba(254,255,255,1) 60%,rgba(255,255,255,1) 100%); */
}
.bg-3{
  background: url(../img/bg-3.jpg) no-repeat center top;
}
.bg-4{
  background: linear-gradient(to bottom,  rgba(232,232,231,0) 0%,rgba(232,232,231,0.65) 100%);
}

.zoom{display: block; text-align: center; width: 100%; overflow: hidden; position: relative;}
.zoom img {transition: all .5s; vertical-align: middle; width: 100%;}
.zoom:hover img {transform: scale(1.3); transition: all .5s;}
.lupa:before{
  position: absolute;
  height: 100%;
  content: "";
  width: 100%;
  background: rgba(0, 0, 0, .4) url(../img/icones/zoom.png) no-repeat center;
  opacity: 0;
  transition: all .5s;
  z-index: 1;
  left: 0;
}
.lupa:hover:before{
  opacity: 1;
}

.bnr {
  height: 420px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
}
@media(max-width:992px){
  .bnr {
    height: 350px;
  }
}
@media(max-width:768px){
  .bnr {
    height: 150px;
  }
}
.bnr-quemsomos{
  background-image: url(../img/topo/quemsomos.jpg);
}
.bnr-equipe{
  background-image: url(../img/topo/equipe.jpg);
}
.bnr-cursos{
  background-image: url(../img/topo/cursos.jpg);
}
.bnr-videos{
  background-image: url(../img/topo/videos.jpg);
}
.bnr-blog{
  background-image: url(../img/topo/blog.jpg);
}
.bnr-depoimentos{
  background-image: url(../img/topo/depoimentos.jpg);
}
.bnr-contato{
  background-image: url(../img/topo/contato.jpg);
}

.page-header{
  padding: 30px 0 0 0;
  margin-bottom: 40px;
}

.page-header h1{
  color: #887043;
  font-size: 40px;
  font-family: "Bebas Neue";
  text-transform: uppercase;
  padding: 0 0 5px 0;
  margin: 0 0;
  position: relative;
  border-bottom: 3px solid #887043;
}
.page-header h1:before{
  border-bottom: 1px solid #151628;
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
}

.topic span,
.topic{
  color: #887043;
  font-size: 40px;
  font-family: "Bebas Neue";
}

@media(max-width:768px){
  .topic span,
  .topic{
    font-size: 30px;
  }
}

.tit{
  color: #151628;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 25px;
}

.color-1{
  color: #14121f !important;
}

.color-2{
  color: #887043 !important;
}

.btn-1{
  background: #14121f;
  color: #fff;
}
.btn-1:hover{
  background: #151628;
  color: #fff;
}
.btn-2{
  background: #8a744c;
  color: #fff;
}

.btn-2:hover{
  background: #b0935c;
  color: #fff;
}

.video{
  display: block;
  width: 100%;
  position: relative;
}
.video:before{
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../img/icones/play-button.png) no-repeat center;
}

.list{
  padding: 0;
  list-style: none;
}

.list li{
  padding-left: 15px;
  margin-bottom: 5px;
}

.list li:before{
  content: "";
  width: 7px;
  height: 7px;
  float: left;
  margin-top: 8px;
  background: #e3191c;
  margin-left: -15px;
  border-radius:50%;
}

.marcas {
  border-radius: 10px;
  border: 1px solid #c9c9c9;
  height: 200px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 25px;
}

.marcas img{
  display: block;
  margin: 0 auto;
  max-width: 80%;
}

.noticia{
  border-bottom: 1px dotted #a5a5a5;
  margin-bottom: 30px;
}

.noticia h3{
  color: #d34e03;
  font-size: 22px;
}

.noticia time{
  color: #999;
}

.pagination .active a.page-link{
  background: #14121f;
  border-color: #14121f;
}

.pagination a.page-link{
  color: #14121f;
}


@media(max-width:768px){
  .pagination{
    display: block !important;
  }
  .pagination li{
    display: inline-block;
  }
}
.btn-volta{
  background: #14121f;
  color: #fff;
}

.btn-volta:hover{
  background: #14121f;
  color: #fff;
}

.cabecalho h2{
  color: #151628;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.cabecalho time{
  color: #737373;
}

#form .form-control{
  min-height: 45px;
  border:1px solid #ccc;
}

#form .btn{
  background: #151628;
  color: #fff;
  margin-top: 20px;
  /* height: 45px; */
  padding: 10px 25px;
  border: none;
  cursor: pointer;
}

#form .btn:hover{
  background: #887043;
  color: #fff;
}

.captcha{
  float: left;
  border:1px solid #ccc;
  margin-right: 10px;
  background: #fff;
  padding: 9px 5px 9px 10px;
}

#captcha{
  width: 180px;
  float: left !important;
}

input#termos-privacidade{
  margin: 0 10px 0 0; width: 15px; height: 15px;
}

#footer{
  padding: 30px 0 0 0;
  background: #8a744c;
  color: #fff;
}

#footer address,
#footer p{
  color: #fff;
}

.btn_s{
  background: #7a643d;
  border-radius: 5px;
  width: 37px;
  height: 37px;
  padding: 8px 0 0 0;
}
.btn_s:hover{
  background: #151628;
}

#footer svg{
  fill: #fff;
  width: 20px;
  height: 20px;
}

.rodape{
  margin-top: 15px;
  background: #7a643d;
  padding: 5px 0;
  font-size: 14px;
}

.fancybox-type-iframe .fancybox-inner {
  height: 450px !important;
}

.barratopo{display:none}


@media(max-height: 295px){
  #menu{
    overflow-y: scroll;
  }
}

.wa img { max-width: 30px; margin-top: 4px; vertical-align: middle;}
.wa {color: #fff; display: block;}
.wa:hover {background: #41a79d;}

.wa {position: fixed; right: 40px; width: 50px; height: 50px; bottom: 30px; padding: 5px; vertical-align: middle; text-align: center;
  border-radius: 50%; background: #0ba360; z-index: 1000; z-index: 2000;}
.wa::after,
.wa::before{content: ''; position: absolute; opacity: 0; border: 4px solid #0ba360; left: -10px; top: -10px; right: -10px; bottom: -10px; -webkit-border-radius: 50%; animation: WaveWhatsApp 1.5s ease infinite;}
.wa::after{animation-delay: .5s;}
@keyframes WaveWhatsApp {0%{ transform: scale(0.5); } 50%{ opacity: 1; } 100%{ transform: scale(1.2); opacity: 0; }}


.codephix_blog_post_video {
  width: 700px;
  max-width: 90%;
  margin: 25px auto 0 auto;
}
.codephix_embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.codephix_embed-container iframe, .codephix_embed-container object, .codephix_embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.codephix_embed-container embed, .codephix_embed-container video, .codephix_embed-container iframe, .codephix_embed-container iframe[style] {
  max-width: 100%;
}

#privacy-policy {
  width: 85%;
  max-width: 808px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  background-color: #fff !important;
  border-radius: 5px;
  position: fixed;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  transform: translate(-50%,0);
  z-index: 9999999999;
  padding: 20px 20px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-animation: fadeIn 1.3s 5s forwards;
  -moz-animation: fadeIn 1.3s 5s forwards;
  animation: fadeIn 1.3s 5s forwards;
  font-size: 13px;
}

#privacy-policy h5 {
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
}

#privacy-policy article {
  width: -webkit-calc(100% - 130px);
  width: -moz-calc(100% - 130px);
  width: calc(100% - 130px);
}

#privacy-policy button {
  width: 112px;
  height: 44px;
  border-radius: 5px;
  background-color: #14121f;
  color: #fff;
  border: none;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  cursor: pointer;
}

#privacy-policy a {
  text-decoration: underline;
}

@media  (max-width: 767px) {
  #privacy-policy {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #privacy-policy article {
    width: 100%;
  }

  #privacy-policy button {
    width: 100%;
  }
}

.alertRetorno{
  position: fixed;
  top: 0;
  z-index: 9999999999;
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
}

.fundoRetorno{
  margin: auto;
  top: 40%;
  position: relative;
  text-align: center;
  background: #fff;
  max-width: 308px;
  padding: 45px;
  border-radius: 7px;
}

.fechaalerta{
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}


.cor1 {color: #151628;}
/* #form .btn {display: inline-flex; align-items: center; justify-content: center;} */