.owl-carousel {
padding: 0 60px;
}
.item {
padding: 15px;
}
.item .box {
min-height: 110px;
display: flex;
align-items: center;
position: relative;
padding: 0 15px;
background-color: #294284;
color: #FFFFFF;
border-radius: 23px;
filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.25));
}
.item .box:hover, 
.item .box.ativado {    
background-color: #4F9EFF;
transition: 0.3s;    
}
.item a {
color: #FFFFFF;
position: absolute;
top: 0;
bottom: 0;      
left: 0;
right: 0;
z-index: 999;
cursor: pointer;
}
.item span {
display: block;
color: #FFFFFF;
font-size: 14px;
font-weight: 500;
line-height: 1.3em;
text-align: left;
}
.item i::before {            
display: block;        
margin-right: 15px;
}
.filhos i::before {                
content: url(//legalfamily.com.br/wp-content/uploads/2021/12/icone-filhos.svg);
height: 50px;
width: 50px;    
}
.regime-de-bens i::before {                
content: url(//legalfamily.com.br/wp-content/uploads/2021/12/icone-regime-de-bens.svg);
height: 50px;
width: 50px;    
}
.divorcio i::before {                
content: url(//legalfamily.com.br/wp-content/uploads/2021/12/icone-divorcio.svg);
height: 50px;
width: 50px;    
}
.uniao-estavel i::before {                
content: url(//legalfamily.com.br/wp-content/uploads/2021/12/icone-uniao-estavel.svg);
height: 41px;
width: 70px;    
}
.sucessoes i::before {                
content: url(//legalfamily.com.br/wp-content/uploads/2021/12/icone-sucessoes.svg);
height: 50px;
width: 50px;    
}
.casamento i::before {                
content: url(//legalfamily.com.br/wp-content/uploads/2021/12/icone-casamento.svg);
height: 50px;
width: 50px;    
}
.owl-carousel .owl-nav {
overflow: hidden;
height: 0px;
}
.owl-carousel .item {
text-align: center;
}
.owl-carousel .nav-button {
height: 41px;
width: 41px;
padding-top: 6px;
cursor: pointer;
position: absolute;
top: 52px !important;
filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.25));
}
.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
pointer-events: none;
opacity: 0.25;
}
.owl-carousel .owl-prev {
left: 0px;
}
.owl-carousel .owl-next {
right: 0px;
}
.owl-theme .owl-nav [class*=owl-] {
color: #666666;
font-size: 36px;
background: #f2f2f2;
border-radius: 50%;
} 
.owl-carousel .owl-next:hover,
.owl-carousel .owl-prev:hover {
background: #e8e8e8;
}