.carousel{position:relative;display:none;width:100%;height:640px;max-width:1100px;margin:0 auto;overflow:hidden}.columnados .carousel {height: 300px}.carousel .item{position:absolute;top:0;left:0;width:100%;height:100%}.carousel img{display:block;width:100%;height:100%;object-fit:cover}.carousel-arrow{position:absolute;top:50%;z-index:2;width:48px;height:48px;border:0;border-radius:50%;background:rgba(0,0,0,0.45);color:#fff;font-size:32px;line-height:1;cursor:pointer;transform:translateY(-50%);transition:background .2s ease}.carousel-arrow:hover{background:rgba(0,0,0,0.7)}.carousel-prev{left:20px}.carousel-next{right:20px}@media(max-width:768px){.carousel{height:360px}.carousel-arrow{width:40px;height:40px;font-size:26px}.carousel-prev{left:10px}.carousel-next{right:10px}}