#bloco_rodape {
  display: none;
}

body{
  padding: 0;
  margin: 0;
}

.menu5-pequeno + #main  #owl-demo{
  margin-left:-200px;
}

.MenuEsquerda{
  /*display: none;*/
  z-index: 50 !important;
}

.menu {
  display: none;
}

.navigation-header {
  display: none !important; 
}

.home7 {
  z-index: 97;
}

.home_logo_central{
  top: 50%;
  z-index: 1000;
  text-align: center;
  left: 0 !important;
  width: 100% !important;
  outline: none !important;
  margin-left: 0px !important;
  transform: translate(0, -50%);
  position: absolute;
}

#owl-demo{
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 500;
  background: #fff;
}

.items{
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 20;
  visibility: inherit;
  opacity: 1;
}

#owl-demo .item img{
  display: block;
  width: 100%;
  height: 100%; 
}

div.owl-prev,div.owl-next{
  position: absolute;
  top:30%;
}

div.owl-prev{left: 0;}
div.owl-next{right: 0;}

.owl-controls.clickable .owl-buttons div{
  width: 20px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  background: rgba(0,0,0, 0.7);
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.owl-pagination{
  position: absolute;
  bottom: 20px;
  left: 50%;
}

.owl-controls .owl-page span{  
  cursor: pointer;
  position: relative !important;
  background: rgba(0, 0, 0, 0.5) !important;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid rgba(0, 0, 0, 0) !important;
  display: inline-block;
  margin-right: 2px !important;
  margin-bottom: 0px !important;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  -moz-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
  float:none !important;
  box-sizing:content-box;
  -moz-box-sizing:content-box;
  -webkit-box-sizing:content-box;
}

.owl-controls .owl-page.active span{
  background: rgba(255, 255, 255, 1) !important;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid rgba(0, 0, 0, 1) !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.descricao_home { 
  position:absolute;
  height:50px;
  bottom:0px; 
  z-index: 1001;
  width: 100% !important;
  padding-left: 0px !important;
  text-align:center !important;
  left:0;
  display: none;
}

.descricao_home h1 {
  font-size:12px !important; 
}

/*
#linkHome7 {
  position: absolute;
  width: 400px;
  left: 50%;
  z-index: 9999;
  text-align: center;
  margin-left: -200px; 
}
*/

.entrar_home{margin-top:0;}

#linkHome7 img{
  height: 90px
}

.home7.style_full_width{
  top: 0;
  height: 100vh;
  width: 100%;
  position: fixed;
}
.home7 .lazyOwl {
  height: 100vh;
  background-size: cover;
}

.menu5, .menu6{
  display: none;
}

.imagens_home{
  display: inline-block;
}

.imagens_home a{
  width: 60%;
  padding: 15px;
  max-width: 300px;
  display: inline-block;
  vertical-align: middle;
}

.imagens_home img{
  float: left;
  max-width: 100%;
  margin-bottom: 15px;
  box-shadow: 0px 9px 30px #00000033;
}

#home-slider2:after{
  content: " ";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  position: absolute;
  *background-color: #00000020;
}

#main,
.vitrine2 .item, 
#slideshow,
#home-slider2,
#home-slider2 .owl-wrapper-outer,
#epics_slider_6_1_wrapper{
  min-height: 100vh;
}

@media screen and (max-width: 991px){
  .vitrine2 .item img {
    visibility: hidden !important;
  }
}

@media only screen and (max-width: 767px){

  #main{
    position: relative;
  }

  .descricao_home{
    position: relative;
    float: left;
    z-index: 1001;
  }

  .home_logo_central{
    top: 30px;
    float: left;
    position: relative;
    transform: none;
  }

  .descricao_home h1{
    margin-top: 45px;
  }
}






