.btn:hover,
.btn-custom-fiscal:hover {
    background: #dd9312;
    color: #fff;
}

.btn-custom-fiscal {
    position: relative;
    padding: 10px 15px;
    margin: 10px 0 0 0;
    max-width: 210px;
    width: 100%;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background-color: #ffa811;
    box-shadow:  5px 7px #f9ee44;
    box-sizing: border-box;
    z-index: 1;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-size: 15px;
}
.btn-custom-fiscal::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background: url("../images/home/angle-right-solid.png") no-repeat center / contain;
}
.btn-arrow-right::before {
    right: 15px;
}

.btn-arrow-left {
    padding-left: 35px;
    padding-right: 15px;
}

.btn-arrow-left::before {
    left: 15px;
    transform: translateY(-50%) rotate(180deg);
}
.text-fiscal {
    font-size: 24px;
}
.status-pink {
    color: #fff;
    background: #f75984;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
}
.status-blue {
    color: #fff;
    background: #7fc7ff;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
}
.status-grey {
    color: #fff;
    background: #b5b5b5;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
}
.member-text-black {
    color: #000000;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    letter-spacing: 0.03em;
    position: relative;
}
@media (max-width: 991.98px) {
    .btn-custom-fiscal {
        display: block;
        width: 100%;
        margin: 10px 0 0 0;
        padding: 12px 30px;
        font-size: 13px;
        background-position: right 12px center;
        background-size: 12px;
        border-radius: 25px;
        box-shadow: 2px 2px #3b9d57;
    }
}

@media (max-width: 767px) {
    .btn-custom-fiscal {
        padding: 10px 16px;
        font-size: 11px;
        background-position: right 10px center;
        border-radius: 20px;
        box-shadow: none;
    }
    .fiscal-wrap {
        flex-wrap: wrap;
    }

    .fiscal-wrap span {
        width: 100%;
        text-align: center;
        order: -1;
        margin-bottom: 10px;
        margin-top: 10px;
    }
}
@media (max-width: 480px) {
    .fiscal-wrap a {
        width: 48%;
        text-align: center;
        font-size: 10px;
        padding: 8px 6px;
    }
    .text-fiscal {
        font-size: 13px;
    }
}
