
.produtos_destaque{
  margin-top: 10px;
}

.container_promo{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+25,5e99b2+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(left,  #ffffff 25%, #5e99b2 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #ffffff 25%,#5e99b2 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #ffffff 25%,#5e99b2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	color: black;
	box-shadow: 10px 10px 10px #ccc;
}

div.promo {
   margin-right: 25px;
   margin-right: 25px;
   padding: 20px;
}

div.promo div.promo_desc {
  margin-top: 4%;
  margin-left: -5%;
  margin-bottom: 3%;
}

div.promo_desc h1{
  font-family: inherit;
  font-weight:500 !important;
  font-size: 48px;
  color: #000;
}

div.promo_desc h2{
    font-size: 30px;
    color: #fff;
}
div.promo div.promo_img{
  position: relative;
      margin-bottom: 24px;
}

.img_promo{
  /*position: absolute;*/
  right: 75px;

}

div.produtos {
  margin-top: 25px;
  margin-bottom: 25px;

}

div.produtos h4 {
  font-family: 'Raleway', sans-serif;
}
div.produtos h3{
  font-weight: 300;
}

div.pr_mais_comp {
  padding: .5%;
  overflow:auto;
}
div.pr_mais_comp h4{
  font-family: 'Vidaloka', serif;
  font-weight:500 !important;
  font-size: 24px;
}

div.pr_mais_comp h3{
  font-size: 18px;
}
div.pr_mais_comp img{
  text-align: center;
}
div#title {
  padding-top: 15px;
}
div#title h3{
  font-family: 'Vidaloka', serif;
  font-size: 40px;

}
div.painel{
  width:300px;
  height:170px;
  overflow-y:scroll;
}
