body {
  font-family: 'Quicksand', sans-serif;
  font-size: 18px;
  color: #545454;
  background: #fff;
  margin: 0;
}
/*a {
  text-decoration: underline;
  font-size: 18px;
  color: #FF9900;
}
a:hover {
  color: #FF9900;
}*/

a:link {
  text-decoration: none;
  color: #FFFFFF;
}

/* visited link */
a:visited {
  color: #FFFFFF;
}

/* mouse over link */
a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

/* selected link */
a:active {
  color: #FF9900;
}

/** Definicoes de layout */
#tplTopoFaixa {
  background-color: #000;
  color: white;
  line-height: 34px;
}
#tplTopoFaixa a {
  color: white;
  text-decoration: none;
  font-size: 18px;
}
#tplTopoFaixa .menuHorizontal li {
  font-size: 16px;
}
#tplTopoFaixa .menuHorizontal li a {
  color: #fff;
  text-decoration: none;
  padding: 0 10px;
  font-weight: 400;
  line-height: 30px;
}
#tplTopoFaixa .menuHorizontal li a:hover,
#tplTopoFaixa .menuHorizontal li a.selected {
  color: #FF9900;
  transition: all 0.8s;
}
#tplTopoFaixa .menuHorizontal.aDireita li {
  margin-left: 15px;
}
#tplTopo {
  background-color: white;
  padding: 15px 0;
}
#tplRodapeFaixa {
  background: linear-gradient(to right, #401A00 50%, #000 50%);
  color: white;
  font-size: 13px;
}
#tplRodapeFaixa .logo {
  padding-top: 60px;
}
#tplRodapeFaixa .coluna {
  background-color: #000;
  padding: 30px 15px;
}
#tplRodapeFaixa .coluna .menuVertical {
  margin-bottom: 0;
}
#tplRodapeFaixa .coluna .menuVertical a {
  line-height: 30px;
  text-decoration: none;
  color: white;
  font-size: 13px;
}
#tplRodapeFaixa .coluna h4 {
  color: white;
  font-size: 18px;
  font-weight: 400;
}
#tplRodapeCreditos {
  background-color: #fff;
  color: #666;
  line-height: 30px;
  padding: 10px 0;
  font-size: 14px;
}
#tplRodapeCreditos a {
  color: #666;
  text-decoration: none;
  font-size: 14px;
}
/** Fim do layout */
/** Home */
#homeBanner {
  padding: 45px 0;
  color: white;
  background-color: #0099CC;
}
#homeBanner .banner {
  background: transparent url("../images/imgs/ico-banner.jpg") no-repeat right center;
}
#homeBanner .banner.obrigado {
  text-align: center;
  background: none;
}
.homettl {
  background-color: #401A00;
  padding: 50px 0;
}
.homettl h1,
.homettl .h1 {
  color: white;
  font-size: 40px;
  text-align: center;
  margin: 0;
  font-weight: 400;
  line-height: 45px;
}
#homeSobre .texto {
  padding: 30px 15px;
  color: #333;
  font-size: 18px;
}
::placeholder,
::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
  /* Firefox */
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000;
}
#homeAssine {
  padding: 45px 0;
  background: #fff url("../images/bgs/bg-baixo.jpg") center no-repeat;
  background-size: cover;
  color: white;
}
#homeAssine .bg-form {
  padding: 30px;
  background-color: rgba(69, 53, 93, 0.79);
}
#homeAssine .bg-form h3 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 40px;
  text-transform: none;
  position: relative;
}
#homeAssine .bg-form h3:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 180px;
  height: 2px;
  background-color: #FF9900;
}
#homeAssine .bg-form .form-control {
  border: 0;
  color: #000;
  border-radius: 3px;
  outline: none;
  box-shadow: none;
  font-weight: 500;
  font-size: 18px;
}
#homeAssine .bg-form .form-control::placeholder,
#homeAssine .bg-form .form-control::-webkit-input-placeholder {
  color: #000;
  font-size: 16px;
  opacity: 1;
  /* Firefox */
}
#homeAssine .bg-form .botao.grande {
  margin: 30px 0;
  line-height: 60px;
  font-size: 30px;
  padding: 0 30px;
}
.homeBack {
  padding: 45px 0;
}
.homeBack .botao {
  margin: 30px 0;
  line-height: 60px;
  font-size: 30px;
  padding: 0 30px;
}
/** Slider */
#homeIndice {
  background: linear-gradient(to bottom, #0099CC 50%, #FFF 50%);
}
a.indice {
  display: block;
  position: relative;
  margin-bottom: 30px;
  text-decoration: none;
  text-align: center;
  transition: transform 0.2s;
}
a.indice img {
  width: 100%;
}
a.indice span {
  display: block;
  color: #000;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 35px;
  border-top: 1px solid #fff;
}
a.indice:hover {
  cursor: pointer;
  transform: scale(1.25);
  z-index: 5;
}
a.indice:hover:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 35px;
  width: 100%;
  background-color: rgba(204, 0, 255, 0.7);
}
a.indice:hover span {
  color: white;
  background-color: black;
}
.srv {
  padding: 40px 15px;
}
.srv .srv-imagem {
  width: 100%;
}
.srv .srv-ttl {
  margin-bottom: 15px;
}
.srv .srv-ttl span {
  color: white;
  padding: 0 15px;
  line-height: 60px;
  background-color: #330033;
}
.srv .srv-texto {
  font-size: 22px;
  color: #000;
}
@media screen and (max-width: 768px) {
  #homeBanner .banner {
    background-size: 15%;
  }
  #tplRodape {
    text-align: center;
  }
  #tplRodapeCreditos {
    padding: 30px 0 60px;
    line-height: normal;
    text-align: center;
  }
  #tplRodapeCreditos .text-right {
    text-align: center;
  }
  #homeAssine .bg-form .botao.grande {
    padding: 0 15px;
    line-height: 40px;
    font-size: 20px;
  }
  #tplRodapeFaixa {
    background-image: none;
    background-color: #000;
    font-size: 16px;
    text-align: center;
  }
  #tplRodapeFaixa .logo {
    padding-top: 15px;
    margin: 0 auto;
  }
  #tplRodapeFaixa .coluna .menuVertical a {
    font-size: 16px;
  }
  #homeIndice {
    padding-top: 30px;
    background: #fff;
  }
}
/** 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: 'Quicksand', sans-serif;
  margin: 0 0 20px;
  font-weight: 400;
  text-transform: none;
}
h1,
.h1 {
  font-size: 40px;
  color: #FFF;
  margin-bottom: 60px;
}
h1 span,
.h1 span {
  color: #FF9900;
  font-size: 18px;
  font-weight: 400;
  display: block;
}
h2,
.h2 {
  font-size: 30px;
  color: #FFF;
}
h3,
.h3 {
  font-size: 30px;
  color: #FFF;
}
h4,
.h4 {
  font-size: 20px;
  color: #656565;
}
.botao {
  color: #fff;
  background: #FF9900;
  padding: 0 25px 0;
  line-height: 40px;
  border: none;
  outline: none;
  font-size: 18px;
  border-radius: 0px;
  font-family: 'Quicksand', 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: #FF9900;
  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: #FF9900;
}
/** 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 */
