 #header.fixed-header{background:none;}
 .background--layer {display: none;}
  .home_banner{display: block;}
  .home_banner-mobile{display: none;}
	.banner_home{width: 100%; height: 100vh; z-index: 999;object-fit: cover;}
	.banner_home-products-button {text-transform:uppercase;padding:9px 20px;border: 1px solid #fff; border-radius: 4px;background-color: transparent;position: absolute;top: 53%;left: calc(50% - 81px);color: #f2f2f2;font-family: Montserrat-Regular;font-size: 12px;font-weight: normal;line-height: 17px;letter-spacing: 1px;text-decoration: none;}
  .banner_home-products-button:hover{text-decoration: none;opacity: 0.7}
	.home_banner .one-image p{text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);font-family: Times;font-size: 42px;text-transform: uppercase;color: #ffffff;letter-spacing: 5px;position: absolute;top: 45%;width: 100%; text-align: center;line-height: 140%}
	.slide-down-button{position: absolute;top:calc(100% - 60px);left: calc(50% - 25px);border:none;}
  .banner-home-img{position: fixed;top: 0px;left: 0;width: 100%;height: 100%;overflow: hidden;display: none;margin-top: -80vh;z-index: 999;}

  .home_banner .one-image{height: 100vh}
  .home_banner .one-image .imagens{position: absolute;top: 0; width: 100%;}
  .home_banner .one-image .imagens div{position: absolute;width: 100%;height: 100vh;z-index: 999;object-fit: cover;} 
  .home_banner .one-image .imagens div:not(:first-child){}
  
  .banner-buttons{position: relative;max-width: 1410px;margin: 0 auto;height: 100%;}
  .banner-buttons .arrow-right, .banner-buttons .arrow-left{position: absolute;margin: 0;cursor: pointer;z-index: 1000;width: 16px;height: 22px;top: 95.4%;}
  .banner-buttons .arrow-right{right: calc(50% - 50px)}
  .banner-buttons .arrow-left{left: calc(50% - 55px);}

@media screen and (max-width: 1366px) and (min-width: 769px){
    .home_banner .one-image p{top:43%;}
}

@media screen and (max-width: 1266px) and (min-width: 769px){
    .banner-home-img{position: absolute;}
}

@media screen and (max-width: 768px){
  #header .headerfixo{background: transparent;}
  .home_banner{display: none;}
  .home_banner-mobile{display: block;}
  .banner_home-mobile{width: 100%; height: 568px; z-index: 999;object-fit: cover;}
  .home_banner-mobile .one-image-mobile p{text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);font-family: Times;font-size: 32px;text-transform: uppercase;color: #ffffff;letter-spacing: 5px;position: absolute;top: 250px;line-height: 30px;width: 100%; text-align: center;padding: 0 15px}
  .banner_home-products-button{top: 321px}
  .banner-home-img-mobile{position: fixed;top: 0px;left: 0;width: 100%;height: 100%;overflow: hidden;display: none;margin-top: -468px;z-index: 999;}
}