body {
  font-family: "Ubuntu" !important;
}
.btn {
  border-radius: 0;
}

.form-control {
  border-radius: 0;
}

.title-home {
  font-weight: bold;
  text-transform: uppercase;
}

a {
  color: #444;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: none;
}

.navbar {
    position: relative;
    min-height: 90px;
    margin-bottom: 0px;
    border: 0px solid transparent;
    background-color: #000;
}

.navbar-brand img {
  height: 60px;
}

.navbar-nav {
    float: right;
    margin: 20px 0 0 0;
}

.navbar-nav a {
  color: #fff !important;
  font-weight: bold;
  text-transform: uppercase;
}

.navbar-nav a:hover {
  color: #fc0 !important;
  font-weight: bold;
  text-transform: uppercase;
  background-color: rgba(0,0,0,0.4) !important;
  border-radius: 5px;
}

.dropdown-menu {
  background-color: #000;
}

.dropdown-menu>li>a {
  font-weight: bold !important;
}

.barra-topo {
  background-color: #d6d6d6;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #444;
  text-transform: uppercase;
  font-weight: bold;
}

.barra-topo .busca .buscar {
  border: 0;
  background-color: rgba(0,0,0,0.1);
  color: #fff;
  padding: 10px 25px;
  font-size: 16px;
  width: 400px;
}

.barra-topo .busca button {
  border: 0;
  background-color: transparent;
  margin-left: -30px;
}

.barra-topo .tel {
  padding: 10px 0;
}

.banner-container {
  border-bottom: 5px solid #29438A;
}



.banner {
  height: 660px;
  overflow: hidden;
}



.banner .arrow {
  position: absolute;
  top: 210px;
  padding-right: 10px;
  padding-left: 10px;
  cursor: pointer;
  z-index: 1999;
}

.banner .arrow i {
  font-size: 60px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

.banner .left {
  left: 0;
  position: absolute;
}

.banner .right {
  position: absolute;
  right: 0;
}

.home-conteudo {
  background-color: #efefef;
  background-image: url(../images/tecido.png);
  padding-top: 20px;
  padding-bottom: 20px;
}

.noticia-home {

}

.noticia-home h3 {
  background-color: #29438A;
  padding: 10px 20px;
  color: #fff;
  margin: 0; 
  width: 75%;
  float: left;
}

.noticia-home .saiba-mais {
  background-color: #8DA1D8;
  padding: 13px;
  color: #fff;
  margin: 0; 
  width: 25%;
  float: right;
  text-align: center;
}

.noticia {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: #d6d6d6 1px solid;
}

.produtos {
  
}

.produtos h4 {
  background-color: #444;
  color: #fff;
  text-align: center;
  margin: 0;
}
.produtos h4 a {
  display: block;
  color: #fff;
  padding: 10px 0;
}

.produto {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-left: #d6d6d6 0px solid;
}

.produto .row:nth-child(odd) {
  border-left: #d6d6d6 0px solid;
}

.produto h3 {
  text-transform: uppercase;
}

.similares {
  background: #efefef;
  border-top: #d6d6d6 1px solid;
}

.similares h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
}

.titulo-especificacao {
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.footer {
  background-color: #444;
  padding-top: 20px;
  padding-bottom: 20px;
  color:#fff;
}

.newsletter {
  background-color: #29438A;
  color: #fff;
  margin-top: 0px;
}

.newsletter .form-control, .newsletter .btn {
  margin-top: 0px;
}

.cores .cor {
  display: table;
  padding: 2px;
}

.cores .ativo {
  background-color: #000;
}

.categoria {
  margin-bottom: 15px;
}

/* celular */
@media (max-width: 560px) {

.banner {
  height: 170px;
  overflow: hidden;
}



.banner .arrow {
  position: absolute;
  top: 60px;
  padding-right: 10px;
  padding-left: 10px;
  cursor: pointer;
  z-index: 1999;
}
.banner .arrow i {
  font-size: 40px;
}

.title-home {
  font-size: 20px;
}

.navbar {
  min-height: 50px;
}
.navbar-brand {
  margin-top: -5px;
}
.navbar-brand img {
  height: 30px;
}

.newsletter .col-xs-12 {
  margin-bottom: 10px;
}
.noticia-home {
  margin-bottom: 50px;
}

.noticia-home h3 {
  font-size: 16px;
  padding: 11px;
}

.noticia-home .saiba-mais {
  font-size: 12px;
  padding: 11px;
}

.noticia-home .saiba-mais .txt {
  display: none;
}

.footer .text-left, .footer .text-right {
  text-align: center !important;
}


}