.carousel{width:100%;position:relative;overflow:hidden}.wrapper-carousel{overflow:hidden;margin:0 auto;display:flex}.inner-carousel{display:flex}.btn-carousel{transform:translateY(-50%);top:50%;width:30px;height:30px;z-index:1;cursor:pointer;width:35px;height:35px;position:absolute;top:50%}.btn-carousel.previous{position:absolute;left:10%;display:none}.btn-carousel.next{position:absolute;right:10%}.slide-pagination{display:flex !important;width:100%;height:20px;display:block;align-items:center;justify-content:center;gap:10px}.slide-pagination .bullet-pagination{height:7px;width:25px;border-radius:5px;background-color:white}.slide-pagination .bullet-pagination:hover{cursor:pointer}.bullet-pagination.active{background-color:#2fd3f9}#items .carousel{flex-direction:column}#items .slide-pagination{display:none !important}#o-que-preciso .wrapper-carousel{width:100%}#o-que-preciso .inner-carousel{width:100%;overflow:visible}#o-que-preciso .item-carousel{max-width:50%}#o-que-preciso .item-carousel{flex:0 0 50%;width:50%;box-sizing:border-box}#o-que-preciso .btn-carousel{background-repeat:no-repeat;background-position:center;background-color:white;border-radius:100%}#o-que-preciso .btn-carousel.previous{background-image:url("./assets/img/previous-arrow_blue.svg");position:absolute;left:0}#o-que-preciso .btn-carousel.next{background-image:url("./assets/img/next-arrow_blue.svg");position:absolute;right:0}#depoimentos .wrapper-carousel{padding:0 0 10px 10px}#depoimentos .inner-carousel{gap:40px;transition:transform .5s ease-in-out}#depoimentos .item-carousel{width:332px;max-width:381px}#depoimentos .slide-pagination{margin-top:10px}#depoimentos .bullet-pagination,#items .bullet-pagination{display:block !important;background-color:#a1a1a1}#depoimentos .bullet-pagination.active{background-color:#2fd3f9}@media screen and (max-width:980px){#o-que-preciso .item-carousel{flex:1;min-width:100%}}@media screen and (max-width:992px){#items .wrapper-carousel{width:50%;height:100%}#items .inner-carousel{transition:transform .4s ease-in-out;height:100%}#items .item-carousel{min-width:100%}#items .item-carousel img{width:100%;height:100%;object-fit:cover}#items .btn-carousel.next{background:url("./assets/img/next-arrow_black.svg") no-repeat;display:block}#items .btn-carousel.previous{background:url("./assets/img/previous-arrow_black.svg") no-repeat}#items .slide-pagination{display:flex !important}#items .bullet-pagination.active{background-color:#2fd3f9}#o-que-preciso .wrapper-carousel{margin-top:3rem}#o-que-preciso .imagem img:last-child{display:block !important}}@media screen and (max-width:860px){#depoimentos .inner-carousel{width:100%;gap:0}#depoimentos .item-carousel{min-width:100%;padding:15px}}