body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #0B0A29;
  background: #fff;
  margin: 0;
}
a {
  text-decoration: underline;
  font-size: 16px;
  color: #4251C8;
}
a:hover {
  color: #4251C8;
}
/** Definicoes de layout */
@font-face {
  font-family: 'Aller';
  src: url('Aller.ttf') format('truetype');
}
#tplTopoFaixa {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: white;
  background-color: rgba(11, 10, 41, 0.9);
  line-height: 40px;
}
#tplBanner {
  background: transparent url("../images/bgs/bg-topo.jpg") no-repeat;
  background-size: cover;
  padding: 64px 0;
}
#tplBanner a.login {
  display: inline-block;
  margin-top: 24px;
  color: white;
  text-decoration: none;
  font-size: 18px;
  padding: 0 48px;
  line-height: 60px;
  border: 2px solid #FFF;
}
#tplBanner a.login:hover {
  background-color: #FAFFB3;
  color: #07071F;
}
#tplBanner .slogan {
  font-family: "Aller", sans-serif;
  margin: 180px 0 60px;
  text-align: center;
  color: white;
  font-size: 50px;
  font-weight: bold;
}
#tplBanner .slogan span {
  color: #FAFFB3;
}
#tplGlobal {
  padding: 160px 0;
  background: transparent url("../images/bgs/bg_a-empresa.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}
#tplGlobal .texto {
  font-size: 18px;
}
#tplServicos {
  background: transparent url("../images/bgs/bg-servicos.jpg") no-repeat;
  background-size: cover;
  padding: 100px 0;
}
#tplServicos h2 {
  color: white;
  text-align: center;
}
#tplServicos .panel {
  background: none;
}
#tplServicos .servico {
  margin-bottom: 30px;
}
#tplServicos .servico a.title {
  display: block;
  text-decoration: none;
  line-height: 60px;
  border: 1px solid #738CF1;
  background-color: #07071F;
  color: #738CF1;
  border-radius: 32px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
#tplServicos .servico a.title:hover {
  border: 1px solid #738CF1;
  background-color: #07071F;
  color: #738CF1;
}
#tplServicos .servico a.title.collapsed {
  color: #312AAE;
  border: 1px solid #E3E6ED;
  background-color: #E3E6ED;
}
#tplServicos .servico a.title.collapsed:hover {
  border: 1px solid #738CF1;
  background-color: #07071F;
  color: #738CF1;
}
#tplServicos .servico .servico-texto {
  font-size: 18px;
  padding: 30px 30px 10px;
  color: white;
}
#tplContatos .wraper {
  max-width: 480px;
  margin-left: auto;
  text-align: left;
}
#tplContatos h2 {
  margin-bottom: 40px;
}
#tplContatos .ct {
  padding: 120px 0 60px;
}
#tplContatos p {
  margin-top: 10px;
  margin-bottom: 50px;
  font-size: 16px;
}
#tplContatos .mapa {
  background-color: #ccc;
}
#tplContatos .mapa iframe {
  width: 100%;
  height: 480px;
}
#tplForm {
  background-color: #0B0A29;
  padding: 80px 0;
}
#tplForm .form-control {
  font-size: 18px;
  color: #4251C8;
  background-color: #0B0A29;
  box-shadow: none;
  outline: none;
  margin-bottom: 30px;
  border: 0;
  border-bottom: 1px solid #FFF;
}
#tplForm .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #4251C8;
  opacity: 1;
  /* Firefox */
}
#tplForm .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #4251C8;
}
#tplForm .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #4251C8;
}
#tplForm .rec {
  display: inline-block;
}
#tplForm .botao {
  background-color: #4054C5;
  line-height: 60px;
  color: white;
  padding: 0 48px;
  transition: all 0.3s;
}
#tplForm .botao:hover {
  background-color: #FAFFB3;
  color: #4054C5;
  transition: all 0.3s;
}
footer {
  background-color: #fff;
}
footer p.logo {
  margin-bottom: 8px;
}
footer a {
  display: block;
  text-align: center;
}
footer a img.img-responsive {
  margin: 0 auto;
}
/** Fim do layout */
@media screen and (max-width: 768px) {
  #tplTopoFaixa {
    font-size: 14px;
  }
  #tplBanner {
    background: transparent url("../images/bgs/banner-mobile.jpg") no-repeat;
    background-size: cover;
  }
  #tplBanner .logob {
    text-align: center;
  }
  #tplBanner .logob img {
    margin: 0 auto;
  }
  #tplBanner .text-right {
    text-align: center;
  }
  #tplBanner .slogan {
    font-size: 36px;
    margin-top: 80px;
  }
  #tplBanner a.login {
    line-height: 40px;
    margin-top: 14px;
  }
  #tplGlobal {
    background-position: center left;
    padding: 80px 0;
  }
  #tplGlobal h1 {
    text-align: center;
  }
  #tplServicos .servico .servico-texto {
    padding: 15px 15px 0;
    font-size: 17px;
  }
  #tplServicos .servico a.title {
    font-size: 18px;
    line-height: 52px;
  }
  #tplContatos .ct {
    padding: 60px 0;
  }
  #tplContatos .wraper {
    padding: 0 30px;
  }
  #tplContatos .mapa iframe {
    height: 360px;
  }
  #tplContatos p {
    margin-top: 15px;
    margin-bottom: 30px;
  }
  #tplContatos .ico {
    padding: 0;
  }
  #tplForm .ctt.text-right {
    text-align: center;
  }
  #tplForm .brec.text-right {
    text-align: center;
  }
}
/** Definicoes gerais */
.boxInfo {
  background-color: #F5F5F5;
  margin-bottom: 30px;
  padding: 15px;
}
hr.line {
  border-top: 1px solid #999;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Roboto', sans-serif;
  margin: 0 0 40px;
  font-weight: 700;
}
h1,
.h1 {
  font-size: 36px;
  color: #0B0A29;
}
h2,
.h2 {
  font-size: 36px;
  color: #0B0A29;
}
h3,
.h3 {
  font-size: 36px;
  color: #0B0A29;
}
h4,
.h4 {
  font-size: 14px;
  color: #656565;
}
.botao {
  color: #fff;
  background: #4251C8;
  padding: 0 15px 0;
  line-height: 34px;
  border: none;
  outline: none;
  font-size: 16px;
  border-radius: 0px;
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
}
.botao:hover {
  background-color: #000;
  color: #fff;
}
/** Outros */
#btSobe {
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  color: #FFF;
  background-color: #4251C8;
  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-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: #4251C8;
}
/** Galerias */
ul#galeria {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
ul#galeria li {
  list-style: none;
  margin-bottom: 30px;
}
ul#galeria li img {
  cursor: pointer;
}
/** Fim dos gerais */
