.tag-register{
    color:  var(--c1) !important;
}
a.btn.btn-form.w-25.float-start.btn-bold.p-2.my-4 {
    color: var(--c1) !important;
}
a.btn.btn-form.w-25.float-start.btn-bold.p-2.my-4:hover {
    color: white !important;
}
.btn-bold {
    font-weight: bold;
    color:  var(--c1);
    border: 2px solid  var(--c1);
    &:hover {
        background:  var(--c1);
        color: whitesmoke;
        /*box-shadow: 0 5px 12px 0 rgba($color:  var()--c1, $alpha: 0.5);*/
    }
}
.custom-placeholder::placeholder {
    color: #6c757d;
}
.btn-form {
    /*background-color: var()--c1;*/
}
.title-form {
    color: var(--c1);
}

.custom-form {
    /*box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);*/
    padding: 5rem;
    border-radius: 10px;
    background-color: #fff;
}


.custom-form .form-control:hover {
    border-color: var(--c4);
    box-shadow: 0 0 10px rgba(249, 157, 28, 0.5);
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: var(--c4);
    outline: 0;
    box-shadow: 0 0 0 .1rem rgba(249, 157, 28, .25);
}

.custom-form .form-control {
    transition: all 0.3s ease;
}

.custom-box {
    background-color: #fff;
    border-radius: 15px;
    /*box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);*/
    padding: 3.5rem 2.5rem;
    transition: all 0.3s ease;
}
.custom-box-2 {
    background-color: #fff;
    border-radius: 15px;
    padding: 3.5rem 30px;
    transition: all 0.3s ease;
}
.custom-box-3 {
    background-color: #fff;
    border-radius: 15px;
    padding: 1.5rem 25px;
    transition: all 0.3s ease;
}
/*.custom-box:hover {*/
/*    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2); */
/*    transform: translateY(-5px); */
/*}*/

.box-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--c1);
    margin-bottom: 1.5rem;
}

.box-content {
    font-size: 1rem;
    color: #555;
}

.img-card-internal {
    border-radius: 10px;
}
.page-internal div:hover {
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}
li::marker {
    color: var(--c1);
}
.related-content-box {
    background-color: #FFFFFF;
    border: 1px solid #CFCFCF;
    transition: 0.5s;

}
.related-content-box:hover {
    background-color: #f5f5f5;
    transition: 0.5s;
}

/* banner */
.accounting-banner {
    position: relative;
    /*background: url('https://www.freewebheaders.com/wp-content/gallery/office-finance/cache/finances-and-business-graphs-and-charts-web-header.jpg-nggid044167-ngg0dyn-1280x375x100-00f0w010c010r110f110r010t010.jpg') no-repeat center center;*/
    /*background: var(--c1) url("/images/logo-bg.svg") no-repeat;*/
    background: url("/images/banner-green.png") no-repeat center center;
    /*background-size: cover;*/
    background-size: contain;
    background-position: center center;
    /*height: auto; */
    /*min-height: 300px; */
    height: 300px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.accounting-banner-orange {
    position: relative;
    background: var(--c6) url("/images/logo-bg.svg") no-repeat;
    /*background: url("/images/banner-orange.png") no-repeat center center;*/
    background-size: auto 300px;
    background-position: left center;
    height: 300px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}
.accounting-banner-gray {
    position: relative;
    background: url("/images/banner-gray.png") no-repeat center center;
    background-size: contain;
    background-position: center center;
    height: 300px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.banner-title {
    font-size: clamp(1rem, 2.5vw + 1rem, 2rem);
    font-weight: bold;
    color: white;
    line-height: 1.2;
    overflow-wrap: break-word;
    word-break: break-word;
}

.banner-title, .span-title, .banner-title-gray {
    padding: 0 3rem;
}
.banner-title-gray {
    font-size: clamp(1rem, 2.5vw + 1rem, 2rem);
    font-weight: bold;
    color: black;
    line-height: 1.2;
    overflow-wrap: break-word;
    word-break: break-word;
}



.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0, 0, 0, 0.4); !* Overlay to darken the image *!*/
    border-radius: 10px;
}

.banner-content, .banner-content-orange, .banner-content-gray {
    position: relative;
    z-index: 1;
}
.banner-content:before {
    content: " ";
    position: absolute;
    right: 1rem;
    width: 7px;
    height: 100%;
    background: #fcaf17;
    top: 50%;
    transform: translateY(-50%);
}
.banner-content-orange:before {
    content: " ";
    position: absolute;
    right: 1rem;
    width: 7px;
    height: 100%;
    background: white;
    top: 50%;
    transform: translateY(-50%);
}
.banner-content-gray:before {
    content: " ";
    position: absolute;
    right: 1rem;
    width: 7px;
    height: 100%;
    background: var(--c4);
    top: 50%;
    transform: translateY(-50%);
}

.banner-description {
    font-size: 1.25rem;
    line-height: 1.5;
}
.imag-logo-banner {
    margin-right: clamp(10rem, 5vw + 20rem, 36rem);
}
.banner-button {
    margin-top: 20px;
    font-size: 1.1rem;
    padding: 10px 20px;
}

.internal-card {
    margin-top: 2rem;
}




.box-title-2 {
    font-size: 1.2rem;
    font-weight: bold;
    color: var(--c1);
    margin-bottom: 1rem;
}
.ul-sp {
    padding-inline-start: 1rem;
}
/*.breadcrumb {*/
/*    font-size: 0.9rem;*/
/*    color: #6c757d;*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/

.breadcrumb-link {
    text-decoration: none;
    color: white !important;
}

.breadcrumb-link:hover {
    text-decoration: underline !important;
}

/*.breadcrumb-separator {*/
/*    margin: 0 0.5rem;*/
/*    color: #6c757d;*/
/*}*/

.breadcrumb-current {
    display: none;
    font-weight: bold;
    color: #ffffff;
}

@media (max-width: 768px) {
    .custom-box-2 {
        border-radius: 0;
    }
    .custom-box {
        margin-top: -3rem;
    }
    .banner-content:before {
        content: " ";
        width: 3px;
        height: 60%;
    }
    .banner-title {
        font-size: 1rem;
    }
    .accounting-banner {
        height: 185px;
        justify-content: start;
    }
    .custom-box {
        padding: 1.5rem 1rem;
    }
}
