*,:after,:before{box-sizing:border-box;margin:0;padding:0}body{font-family:Open sans,sans-serif;height:100vh;background:#f1f1f1;overflow:hidden}.container-slider{max-width:700px;height:500px;margin:100px auto 0;position:relative;overflow:hidden;box-shadow:0 10px 20px rgba(0,0,0,.2)}@media screen and (max-width:700px){.container-slider{margin:100px 10px 0}}.slide{position:absolute;opacity:0;transition:opacity .4s ease-in-out}.slide,.slide img{width:100%;height:100%}.slide img{object-fit:cover}.active-anim{opacity:1}.btn-slide{width:60px;height:60px;border-radius:50%;background:#f1f1f1;border:1px solid rgba(34,34,34,.287);position:absolute;display:flex;justify-content:center;align-items:center;cursor:pointer}.btn-slide img{width:20px;height:20px;pointer-events:none}.prev{left:20px}.next,.prev{top:50%;transform:translateY(-60%)}.next{right:20px}.container-dots{position:absolute;bottom:10px;left:50%;transform:translateX(-50%);display:flex}.dot{width:20px;height:20px;border-radius:50%;border:3px solid #f1f1f1;margin:0 5px;background:#f1f1f1}.dot.active{background:#202020}
/*# sourceMappingURL=main.40ce49cf.chunk.css.map */