body {
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  color: #545454;
  background: #fff;
  margin: 0;
  font-weight: 300;
}
a {
  text-decoration: underline;
  font-size: 16px;
  color: #FEAC00;
}
a:hover {
  color: #FEAC00;
}
#tplTopo {
  z-index: 2;
  width: 100%;
  padding: 30px 0;
  transition: all 0.3s;
  background: #ffffff url("../images/banners/conceito.png") no-repeat center top;
  background-size: cover;
  margin-bottom: 30px;
}
body.index #tplTopo {
  position: absolute;
  background: none;
  transition: all 0.3s;
  top: 0;
}
#tplTopo .menuHorizontal li a {
  font-size: 0.9em;
  padding: 0 8px;
  line-height: 70px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}
#tplTopo .menuHorizontal li:last-child a {
  padding-right: 0;
}
#tplTopo a:hover {
  text-decoration: none;
}
#tplBanner {
  background: #ffffff url("../images/banners/mount-sua-escola.png") no-repeat center top;
  height: 562px;
  background-size: cover;
}
#tplPaginas {
  background: #ffffff url("../images/banners/conceito.png") no-repeat center top;
  height: 200px;
  background-size: cover;
}
#tplBanner h1 {
  font-size: 24px;
  font-weight: 500;
  color: white;
  text-transform: uppercase;
  margin-top: 230px;
}
#tplBanner p {
  color: white;
  font-size: 18px;
}
#tplRodape {
  background-color: #232323;
  padding: 60px 0;
  color: #fff;
  border-bottom: 1px solid #333333;
}
#tplRodape h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
  text-transform: none;
}
#tplRodape .menuVertical li a {
  color: #fff;
  text-decoration: none;
}
#tplRodape .menuVertical li a i.fa {
  margin-right: 7px;
}
#tplRodapeCreditos {
  background-color: #232323;
  color: #fff;
  font-size: 14px;
  padding: 30px 0;
}
#tplRodapeCreditos p a {
  color: #fff;
  text-decoration: none;
  line-height: 40px;
}
#tplConteudo {
  margin-bottom: 30px;
  z-index: 1;
}
/*Conte?do*/
.texto {
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: 300;
}
.decorado {
  color: #000;
  font-size: 18px;
  position: relative;
  text-transform: none;
  margin-bottom: 45px;
  padding-left: 15px;
  margin-top: 20px;
}
.decorado:before {
  content: '';
  display: block;
  border-bottom: 22px solid #ffab01;
  width: 5px;
  height: 22px;
  position: absolute;
  left: 0;
  bottom: 0;
}
#homeBanner {
  margin-top: -200px;
}
#homeBanner img,
#homeBanner img.img-responsive {
  width: 100%;
}
#homeBanner ul {
  margin: 0;
  padding: 0;
}
#homeBanner ul li a {
  display: block;
}
#homeSobre {
  background-color: #f2f4f3;
  padding: 40px 0;
}
#homeProdutos {
  padding: 40px 0;
}
#homeEquipe {
  background: #ffffff url("../images/bgs/bg-equipe.jpg") no-repeat center top;
  padding: 60px 0;
  background-size: cover;
}
#homeEquipe h2.decorado {
  color: white;
}
#homeNoticias {
  padding: 40px 0;
  background-color: #f2f4f3;
}
#homeApoiadores {
  padding: 40px 0;
}
#homePagamento {
  padding: 30px 0;
}
.produto h2 {
  height: 39px;
  overflow: hidden;
}
/** Blog */
aside.blog .box {
  padding: 15px;
  margin-bottom: 30px;
  background-color: #F7F8FA;
  border-radius: 5px;
}
aside.blog .box h3 {
  font-size: 18px;
  margin-bottom: 20px;
  position: relative;
  color: #839299;
}
aside.blog .box a {
  color: #666;
}
aside.blog .box li {
  border-bottom: 1px solid #ddd;
}
aside.blog .box li:last-child {
  border: 0;
}
aside.blog .box li a {
  text-decoration: none;
  display: block;
  line-height: 35px;
}
.etiquetas a {
  display: inline-block;
  margin: 0 3px 3px 0;
  color: #FFF;
  text-decoration: none;
  font-weight: normal;
  font-size: 0.8em;
  background-color: #FEAC00;
  padding: 0 4px;
  line-height: 22px;
}
#boxBlogBusca .botao {
  padding: 0;
  width: 15%;
}
#boxBlogBusca .botao i {
  margin: 0;
  border-radius: 0;
}
h2.fichaResumo {
  font-size: 20px;
  font-weight: 300;
}
.blogTags {
  margin-bottom: 30px;
}
.blogTags .tag {
  display: inline-block;
  margin: 0 3px 3px 0;
}
.blogTags .tag a {
  display: block;
  text-decoration: none;
  background-color: #839299;
  padding: 0 5px;
  line-height: 24px;
  color: white;
  font-size: 12px;
}
.fichaData {
  color: #839299;
}
/** Cases */
.box-cases,
.box-equipe {
  margin-bottom: 30px;
}
.box-cases a,
.box-equipe a {
  text-decoration: none;
}
.box-cases img.img-responsive,
.box-equipe img.img-responsive {
  width: 100%;
}
.box-cases p,
.box-equipe p {
  margin-bottom: 3px;
}
.box-cases p.imagem,
.box-equipe p.imagem {
  margin-bottom: 20px;
}
.box-cases .subtitulo a,
.box-equipe .subtitulo a {
  color: #000;
  font-weight: 500;
  font-size: 21px;
}
.box-cases .titulo,
.box-equipe .titulo {
  margin-bottom: 15px;
  height: 44px;
  overflow: hidden;
}
.box-cases .titulo a,
.box-equipe .titulo a {
  color: #000;
}
.box-cases .cargo,
.box-equipe .cargo {
  height: 22px;
  overflow: hidden;
}
.home-midias a {
  display: block;
  position: relative;
  margin-bottom: 30px;
  height: 200px;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.home-midias a img.img-responsive {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}
#slideEquipe li a {
  display: block;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s;
}
#slideEquipe li a span {
  display: block;
}
#slideEquipe li a span.imagem {
  margin-bottom: 20px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #FEAC00;
}
#slideEquipe li a span.titulo {
  color: white;
  font-size: 1.2em;
  font-weight: 400;
}
#slideEquipe li a span.cargo {
  color: white;
  font-size: 0.9em;
}
#slideEquipe li a:hover span.imagem img {
  opacity: 0.5;
  transition: all 0.3s;
}
#homeBanner {
  margin: 0;
}
#homeBanner ul,
#homeBanner li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#homeBanner img.img-responsive,
#homeBanner img {
  width: 100%;
}
/** Blog */
.boxblog {
  background-color: #F5F5F5;
  padding: 15px;
  margin-bottom: 30px;
}
#boxBlogCategorias li,
#boxBlogRecentes li {
  border-bottom: 1px solid #CCC;
}
#boxBlogCategorias li a,
.recentes li a {
  text-decoration: none;
  display: block;
  line-height: 40px;
}
.etiquetas a {
  display: inline-block;
  margin: 0 3px 3px 0;
  color: white;
  text-decoration: none;
  font-weight: normal;
  font-size: 0.8em;
  background-color: #FEAC00;
  padding: 0 4px;
  line-height: 22px;
  border-radius: 2px;
}
#boxBlogBusca .botao {
  padding: 0;
  width: 15%;
}
#boxBlogBusca .botao i {
  margin: 0;
  border-radius: 0;
}
.blogTags {
  margin-bottom: 30px;
}
.blogTags .tag {
  display: inline-block;
  margin: 0 3px 3px 0;
}
.blogTags .tag a {
  display: inline-block;
  color: white;
  text-decoration: none;
  font-weight: normal;
  font-size: 0.8em;
  background-color: #FEAC00;
  padding: 0 4px;
  line-height: 22px;
  border-radius: 2px;
}
.postagem {
  margin-bottom: 30px;
  background-color: #FFF;
  border-radius: 0 0 5px 5px;
}
.postagem img {
  margin-bottom: 10px;
  border-radius: 5px 5px 0 0;
}
.postagem .data {
  color: #666;
  font-size: 14px;
  margin: 15px;
}
.postagem .titulo,
.postagem .resumo {
  margin: 15px;
}
.postagem .titulo a {
  text-decoration: none;
  color: #000;
  font-weight: 400;
  display: block;
  height: 64px;
  overflow: hidden;
}
.postagem .resumo a {
  text-decoration: none;
  color: #000;
  height: 130px;
  overflow: hidden;
  display: block;
}
.postagem2 {
  margin-bottom: 30px;
  background-color: #F7F7F7;
  border-radius: 5px 5px 5px 5px;
}
.postagem2 img {
  margin-bottom: 10px;
  border-radius: 5px 5px 0 0;
}
.postagem2 .data {
  color: #666;
  font-size: 14px;
  margin: 15px;
}
.postagem2 .titulo,
.postagem2 .resumo {
  margin: 15px;
}
.postagem2 .titulo a {
  text-decoration: none;
  color: #000;
  font-weight: 400;
  display: block;
  height: 64px;
  overflow: hidden;
}
.postagem2 .resumo a {
  text-decoration: none;
  color: #000;
  height: 130px;
  overflow: hidden;
  display: block;
}
h2.fichaResumo {
  text-transform: none;
  font-weight: normal;
}
/** Clientes */
.listaClientes {
  margin-bottom: 30px;
}
#cmsVideos .video {
  margin-bottom: 30px;
}
#cmsVideos .video iframe {
  width: 100%;
}
#cmsAnexo .anexo {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #DDD;
}
.servico {
  margin-bottom: 30px;
}
.servico h3 {
  margin-bottom: 5px;
  text-transform: none;
}
.servico .links {
  padding: 20px 20px 30px;
  border: 2px solid #e6e6e6;
  border-top: none;
}
.servico .saibamais a {
  text-decoration: none;
  color: #FEAC00;
  font-weight: 500;
}
.servico .saibamais a i {
  margin-left: 7px;
}
/** Responsivo */
#tplMenuResponsivo {
  background: #FEAC00;
}
#tplMenuResponsivo ul {
  margin: 0;
  padding: 0 0 0 10px;
}
#tplMenuResponsivo li {
  list-style: none;
  line-height: 30px;
  border-bottom: 1px solid #fff;
}
#tplMenuResponsivo a {
  color: white;
  text-decoration: none;
  font-size: 1em;
}
.sidr {
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 200px;
  overflow-y: auto;
  font-size: 15px;
  padding: 15px;
}
.sidr .sidr-inner {
  padding: 0 0 15px;
}
.sidr.left {
  left: -260px;
  right: auto;
}
a#menuResp {
  line-height: 80px;
  font-size: 35px;
  display: block;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #body-index header {
    position: relative;
  }
  .decorado {
    text-align: center;
    margin-bottom: 30px;
  }
  .decorado::after {
    left: 50%;
    margin-left: -15px;
  }
  footer,
  footer .text-right {
    text-align: center;
  }
  footer .formContato .assunto,
  footer .text-right .formContato .assunto {
    margin-bottom: 20px;
  }
  #tplRodape .p30 {
    padding-top: 30px;
  }
  #tplRodapeCreditos {
    line-height: normal;
    padding: 30px 0 90px;
  }
  #fContato {
    margin-bottom: 30px;
  }
  #homeBV .no-margin {
    text-align: center;
  }
  #homeServicos img {
    width: 100%;
  }
  #homeBlog {
    padding: 60px 0 30px;
  }
  #homeBlog .postagem {
    margin-bottom: 30px;
  }
  #body-contato #tplRodape img {
    margin: auto;
  }
}
/** Fim do Responsivo */
/** Definicoes gerais */
h2.fichaResumo {
  text-transform: none;
  font-weight: 300;
  font-size: 20px;
}
p.fichaData {
  color: #666;
}
.boxInfo {
  background-color: #F5F5F5;
  margin-bottom: 30px;
  padding: 15px;
}
.texto {
  margin-bottom: 30px;
}
hr.line {
  border-top: 1px solid #999;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Rubik', sans-serif;
  margin: 0 0 20px;
}
h1,
.h1 {
  font-size: 24px;
  color: #FEAC00;
}
h2,
.h2 {
  font-size: 18px;
  color: #FEAC00;
}
h3,
.h3 {
  font-size: 16px;
  color: #FEAC00;
}
h4,
.h4 {
  font-size: 14px;
  color: #FEAC00;
}
.botao {
  color: #fff;
  background: #FEAC00;
  padding: 0 15px;
  line-height: 38px;
  border: none;
  outline: none;
  font-size: 14px;
  border-radius: 4px;
  font-family: 'Rubik', sans-serif;
  text-decoration: none;
  font-weight: 500;
}
.botao:hover {
  background-color: #FEAC00;
  color: #fff;
}
/** Outros */
#btSobe {
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  color: #fff;
  background-color: #FEAC00;
  border: 0;
}
#btSobe:hover {
  background-color: #000;
}
.aDireita {
  float: right;
}
.menuHorizontal {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menuHorizontal li {
  padding: 0;
  float: left;
  position: relative;
}
.menuHorizontal li a {
  display: block;
}
.menuHorizontal li ul {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}
.menuHorizontal li li {
  float: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
.menuVertical {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menuVertical li {
  margin: 0;
  padding: 0;
}
.menuVertical li a {
  display: block;
}
.no-padding {
  padding: 0;
}
.no-padding-right {
  padding-right: 0;
}
.no-padding-left {
  padding-left: 0;
}
.no-margin {
  margin: 0;
}
.imageFloatLeft {
  float: left;
  padding: 0 15px 15px 0;
}
.alert-container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
.img-responsive.imgMarginAuto,
.imgMarginAuto {
  margin: 0 auto;
}
.paginacao .pagination > li > a {
  color: #000;
}
.paginacao .pagination > .active > a {
  background-color: #000;
  border-color: #000;
  color: #FEAC00;
}
.colunaPainel ul li {
  border-bottom: 1px solid #F1F1F1;
}
.colunaPainel ul li a {
  display: block;
  text-decoration: none;
  line-height: 40px;
}
.colunaPainel ul li a:hover {
  background-color: #f5f5f5;
  padding-left: 5px;
}
.listaArquivo,
.listaAvisos {
  padding: 15px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #CCC;
}
#painel h3 {
  font-weight: normal;
  color: #666;
}
/** Fim dos gerais */
