html, body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
  background-color: #FFF;
  color: #999;
  font-size: 20px;
}

#wrappertopo {
	width: 100%;
  background-color: #000;
	min-height: 200px;
}

#faixabranca{
  width: 100%;
  height: 10px;
  margin-top: 0px;
  background-color: #FFF;
}

#faixalaranja{
  width: 100%;
  height: 15px;
  margin-top: 0px;
  background-color: #FF6B46;
}

#faixagrossalaranja{
  width: 100%;
  height: 75px;
  margin-top: 0px;
  background-color: #FF6B46;
}

#faixagrossabranca{
  width: 100%;
  height: 75px;
  margin-top: 0px;
  background-color: #FFF;
}

#footer {
  min-height: 130px;
  margin-top:0px;
  padding-top:10px;
  padding-bottom:20px;
  background-color: #000;
  font-size: 16px;
  color: #FFF;
}

#footer h4{
  color: #FFF;
  line-height: 20px;
}

#btnwhats.img{
  align: right;
}

.footertxt{
  color: #FFF;
  font-size: 12px;
}

.row{
  margin-left: 10%;
  margin-right: 10%;
}

/* NAVBAR -------------------------------------------------------------------------------------------------------------------------------------------------- */

#menu {
	padding-top: 0px;
   z-index: 999;
   margin-bottom: 0px;
}

#nav {
  width: 100%;
  height: 55px;
  background-color: #FF6B46;
}

@media (max-width: 1184px) {
  #nav {
    width: 100%;
    height: 50px;
    background-color: #FF6B46;
  }
}


@media (min-width: 764px) {
  .navbar-nav.nav-justified > li{
      float:none;
  }
}

.navbar-nav {
  margin: 1px 10px;
}

.navbar-custom {
  font-size: 10px;
  background-color: #FF6B46;
  border-radius: 0px;
}

.navbar-custom  .navbar-nav>li>a {
  color: #FFF;
  font-size: 16px;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 0px;
}

.navbar-custom  .navbar-nav li>a:hover, .navbar-nav li .open, .navbar-custom .navbar-nav .active a  {
  color: #FFF;
}

.navbar-collapse.in { /*3.0.2 bug workaround*/
  overflow-y: visible;
}

.navbar-custom .navbar-toggle {
  border-color: #FFF;
}

.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #000;
}

.navbar-custom .navbar-toggle .icon-bar {
  background-color: #FFF;
}

/* FUNDO --------------------------------------------------------------------------------------------------------------------------------------------------- */

section {
  color: #999;
  min-height: 0px;
  font-size: 15px;
}

.fundocinza{
  background-color: #999;
  width: 100%;
  height: 60px;
}

.fundogradiente{
  background-image: linear-gradient(#EEE, #FFF);
}

.fundogradientepreto{
  background-image: linear-gradient(#666, #000);
}

/* OUTROS -------------------------------------------------------------------------------------------------------------------------------------------------- */

.espaco1 {
  height: 25px;
  width: 100%;
}

.espaco2 {
  height: 15px;
  width: 100%;
}

.espaco3{
  height: 50px;
  width: 100%;
}

.espaco4{
  height: 75px;
  width: 100%;
}

@media (max-width: 1184px) {
  .espaco4{
    height: 25px;
    width: 100%;
  }
}

ul{
  list-style-type: none;
}

a:hover{
  text-decoration: none;
  color: #CCC;
}

a:active{
  text-decoration: none;
  color: #CCC;
}

a:visited{
  text-decoration: none;
  color: #CCC;
}

a{
  text-decoration: none;
  color: #FFF;
}

h1,h2,h3,h4,h5,h6{
  color: #666;
}

p{
  text-indent: 10px;
  padding-bottom: 8px;
  margin: 0px;
}

.scroll-top {
  position:fixed;
  bottom:0;
  right:2%;
  z-index:100;
  background-color: #FF6B46;
  font-size:24px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
}

.scroll-top a:hover {
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  background-color: #666;
}

/* BANNER -------------------------------------------------------------------------------------------------------------------------------------------------- */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
