@import url(http://fonts.googleapis.com/css?family=Ek+Mukta:800|Exo+2:300italic|Raleway:500|Alegreya+Sans:500);

.color-divs {
  background: #fff
}

html {
  position: relative;
  min-height: 100%
}

body {
  margin-bottom: 60px;
  background: #fff
}

.page-header {
  margin-top: 0;
  margin-bottom: 0
}

header {
  background: url(images/cover.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover
}

header h1 {
  color: #3c9757;
  font-size: 40px;
  margin-bottom: 0;
  display: inline-block;
  text-shadow: 3px 3px 4px #000
}

header ul {
  margin-top: 30px;
  font-size: 18px
}

header ul li {
  display: inline;
  padding-left: 10px
}

header ul li a:not(.active) {
  color: #000
}

header .topo small {
  text-shadow: 0 0 10px #000;
  color: #f2f2f2;
  font-size: 14px
}

.wrapper {
  padding: 5% 0
}

#hop {
  margin-bottom: 10%;
  padding: 10% 0;
  text-shadow: 0 0 10px #000;
  color: #fff
}

#hop .lead {
  font-family: 'Ek Mukta', sans-serif;
  font-size: 60px
}

#hop .small {
  margin-top: -20px;
  font-size: 30px;
  font-family: 'Source Sans Pro';
  font-style: italic
}

#produtos .owl-carousel {
  margin-top: 60px
}

.owl-theme .owl-controls .owl-buttons div {
  position: absolute
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: -45px;
  top: 55px
}

.owl-theme .owl-controls .owl-buttons .owl-next {
  right: -45px;
  top: 55px
}

.carousel p {
  font-size: 14px
}

.carousel .item img {
  margin-bottom: -16px
}

.produtos-color-1 {
  background: #f3f3f3;
  border-top: 0;
  border-bottom: 10px;
  border-style: solid;
  border-color: #ebebeb
}

.produtos-color-1 h1 {
  color: #272727
}

.produtos-color-2 {
  background: #fff;
  border-top: 0;
  border-bottom: 10px;
  border-style: solid;
  border-color: #f7f7f7
}

.produtos-color-2 h1 {
  color: #333
}

.produtos-color-3 {
  background: #f3f3f3;
  border-top: 0;
  border-bottom: 10px;
  border-style: solid;
  border-color: #ebebeb
}

.produtos-color-3 h1 {
  color: #272727
}

.produtos-color-4 {
  background: #fff;
  border-top: 0;
  border-bottom: 10px;
  border-style: solid;
  border-color: #f7f7f7
}

.produtos-color-4 h1 {
  color: #333
}

.produtos-color-5 {
  background: #f3f3f3;
  border-top: 0;
  border-bottom: 10px;
  border-style: solid;
  border-color: #ebebeb
}

.produtos-color-5 h1 {
  color: #272727
}

.produtos-color-6 {
  background: #fff;
  border-top: 0;
  border-bottom: 10px;
  border-style: solid;
  border-color: #f7f7f7
}

.produtos-color-6 h1 {
  color: #333
}

.produtos-color-7 {
  background: #f3f3f3;
  border-top: 0;
  border-bottom: 10px;
  border-style: solid;
  border-color: #ebebeb
}

.produtos-color-7 h1 {
  color: #272727
}

#produtos h1 {
  font-family: 'Raleway', sans-serif
}

#produtos .icon {
  margin-top: -8px
}

#contato .container:first {
  height: 40px
}

.contact {
  /* position: relative;
  top: -400px */
}

.contact img {
  margin-top: -5px
}

.contact h1 {
  font-family: 'Raleway', sans-serif
}

#email {
  margin-top: 20px;
  font-size: 16px
}

#email .store {
  font-family: 'Alegreya Sans'
}

#email .send-mail {
  font-family: 'Exo 2', sans-serif;
  font-size: 18px;
  padding-top: 3%
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: #f5f5f5
}

.container {
  padding: 0 15px
}

.container .text-muted {
  margin: 20px 0
}

@media only screen and (min-device-width:320px) and (max-device-width:480px) {

  .topo h1,
  .topo ul,
  .topo small {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center
  }

  .topo ul {
    margin-left: -14vw
  }

  .owl-prev,
  .owl-next {
    display: none !important
  }
}