/*DESKTOP*/
/*BANNER*/
.banner-info {
  background: rgba(23, 35, 16, 0.75);
  padding: 35px 50px;
  max-width: 100%;
  position: absolute;
  bottom: 30px;
}

.bg-home{
  background: #e4e9da;
}

.banner-info p {
  color: #FFFFFF;
  font-size: 18px;
}

#owl-carousel img {
  position: relative;
}

ul#owl-navigation {
  padding: 0;
}

ul#owl-navigation li {
  list-style: none;
  display: inline-block;
  color: #6EAB6B;
}

ul#owl-navigation li a {
  color: #3a8136;
}

ul#owl-navigation li i {
  font-size: 25px;
}

.input-group {
  padding: 5px;
}

.btn-chamada {
  padding: 20px 30px;
}

.submodule-produto  {
  padding-bottom: 65px;
}

.submodule-youtube {
  padding: 65px 0 10px 0;
}


.module-banner {
    background: #E5E9DA;
}



.btn-busca {
  background: none;
  font-size: 20px;
}

.input-group {
  background: #FFFFFF;
}

.youtube-link i {
  font-size: 20px;
  color: #9a3640;
}

.input-busca,.input-mapa{
  padding: 12px 20px;
  width: 100%;
  display: inline-block;
  border: none;
}

.input-mapa,.input-busca{
    box-shadow: 0px 1px 5px #cccccc inset;
}

@media(min-width: 1200px){
  .info-prod {
    margin-top: 18%;
  }
  .bg-home{
    background: url('../img/bg-full-home.jpg') no-repeat scroll center top #e4e9da;
    width: 100%;
    height: auto;
    min-height: 1580px; 
  }
}

@media(min-width: 768px) and (max-width: 991px){
  .bg-home{
    background: #e4e9da;
  }

  .banner-info{
    background: rgba(23, 35, 16, 0.75);
    max-width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 12px 30px
  }
  .banner-info .big{font-size: 32px;}
  .banner-info p{font-size: 15px;}
}

@media(max-width: 991px){
  .video-home{
    margin-top: 30px;
  }
  .info-prod{
    text-align: center;
  }
  .submodule-youtube{
    text-align: center;
  }
}

@media(max-width: 1200px) and (min-width: 768px){
  .submodule-youtube{
    background: url('../img/bg-home-mobile.jpg') no-repeat scroll center top #E9ECE3;
    height: auto;
    width: 100%;
    padding-bottom: 50px;
  }
}

@media(max-width: 767px){
  .submodule-youtube{
    background: #F2FDDC;
  }
  .banner-info{
    position: relative;
    bottom: 0;
    padding: 20px 20px;
    background-color: #172310;
    clear: both;
    text-align: center;
  }
  .banner-info h1{font-size: 25px}
  .banner-info p{font-size: 15px}
}