.slider-home{box-sizing:border-box;margin:0 auto;max-width:100%;overflow:hidden;position:relative;width:100%}.slider-home .slider-home-indicators{bottom:0;height:min-content;left:10px;line-height:0px;margin:0;padding:unset;position:absolute;right:0;text-align:center;top:50%;transform:translateY(-50%);width:30px;z-index:2}.slider-home .slider-home-indicators .slider-home-indicators-item{background-color:#fe7d37;border-radius:50%;cursor:pointer;display:inline-block;height:8px;margin:10px 5px;position:relative;transition:background-color .3s;width:8px}.slider-home .slider-home-indicators .slider-home-indicators-item:before{background:transparent;border:1px solid transparent;border-radius:50%;content:" ";display:inline-block;height:20px;left:50%;opacity:1;position:absolute;top:50%;transform:translateY(-50%) translateX(-50%);transition:.4s;width:20px}.slider-home .slider-home-indicators .slider-home-indicators-item.indicator-active:before{border-color:#fe7d37}.slider-home .slider-home-banner{animation-duration:.6s;animation-name:bannerFade;box-sizing:border-box;display:none;height:auto;padding:0}.slider-home .slider-home-banner.banner-active{display:block}.slider-home .banner-img{height:auto;object-fit:contain;width:100%}@keyframes bannerFade{0%{opacity:0}to{opacity:1}}@media only screen and (max-width:900px){.slider-home .slider-home-banner{padding-left:20px}}@media (max-width:480px){.slider-home h1{font-size:28px}}