<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.planos-card{
    margin-top: 20px;
}

.planos-nav{
    margin: 10px 0px 0px 0px;

}

.planos-item{
    border: 0.1rem solid #ccc;
    margin-bottom: 5px;
}

.carrinho-section{
    margin-top: 20px;
    border: 0.1rem solid;
}

.planos-section{
    margin-top: 20px;
    border: 0.1rem solid;
}

.planos-title{
    margin-top: 10px;
}

.carrinho-title{
    margin-top: 10px;
}

.carrinho-content{
    margin-top: 10px;
}

.carrinho-plano{
    display: block;
}

.planos-btn{
    width: 100%;
    background-color: #ccc;
    border-radius: 0.1rem;
    padding: 5px;
}

.planos-btn.active{
    background-image: linear-gradient(to right, #020024 1%, #041938 24%, #042b4c 67%, #015174 100%);
    background-color: #015174;
    transition: 0.4s;
    border-left: 5px solid #ccc;
    color: white !important;
}

.planos-btn:hover{
    background-image: linear-gradient(to right, #020024 1%, #041938 24%, #042b4c 67%, #015174 100%);
    background-color: #015174;
    transition: 0.4s;
    border-left: 5px solid #ccc;
    color: white !important;
}

.carrinho-trash{
    cursor: pointer;
}

.price-menu ul{
    height: 100% !important;
}

.modal-backdrop{
    z-index: 0 !important;
}

.price-cart ul{
    height: 100% !important;
}

.price {
    background-color: #5e5e5e;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.price span {
    font-weight: 500;
    font-size: 16px;
}

.long-info ul {
    height: 620px !important;
}

.short-info ul {
    height: 30px !important;
}
</pre></body></html>