.sec-noticias{
  	/*border:solid 1px red;*/
}
.sec-shop{
  margin-bottom:40px;
  margin-top:15px;
}

.produto-shop{
  border-bottom:solid 6px #005ba2;
  text-align:center;
}
.produto-shop p{
  height:84px;
  /*border:solid 1px red;*/
  overflow:hidden;
}
.box-foto-shop{
  width:100%;
  height:auto;
  overflow:hidden;
  float:left;
  margin-bottom:0px;
}
.box-foto-shop img{
  width:100%;
  /*border:solid 1px red;*/
}
.produto-shop h4{
  padding-bottom:40px;
}
.produto-shop .preco-de{
  color:#657592;
  text-decoration:line-through;
  width:100%;
  float:left;
  height:24px;
  font-size:1.0rem;
  /*border:solid 1px red;*/
}
.produto-shop .preco-parcela{
  width:100%;
  float:left;
  font-size:1.0rem;
}
/*.noticia-index h4{
  color:#005ba2;
  text-transform:uppercase;
  font-size:1.3rem;
  line-height:140% !important;
}
.noticia-index h4 a{
  color:#305492;
}
.noticia-index:hover img{
 	transition:all 0.4s;
  opacity:0.8;
  width:110% !important;
  border:solid 1px transparent;
}
.noticia-index:hover h4 a{
 	transition:all 0.2s;
  color:#6a9ec6;
}*/

@media only screen and (min-width: 993px) {
  
}

@media only screen and (max-width: 992px) {
  .box-foto-noticia {
    width: 100%;
    height: 100px;
    overflow: hidden;
    float: left;
    margin-bottom: 20px;
}
.produto-shop p{
  height:130px;
  overflow:hidden;
}
}
