.border-radius-20px{
border-radius: 20px !important;
}
.card-raze{
 border-bottom: solid 5px var(--quaternary);
 border-top: solid 5px var(--quaternary);
}
.custom-header-top-nav-background:before {
    background: #01b500;
}
.custom-header-top-nav-background:after {
    background: #aef782;
}
/* .header-effect-shrink{
    height: 130px !important;
} */
.logo-banner{
    margin-right: 18%; margin-top: 7%; width: 400px;
}
.cuadros{
    margin-top: 20px;
}
@media (min-width: 992px) {
    .cuadros{
        margin-top: -320px;
    }
    .custom-text-background {
        /* background-repeat: no-repeat; */
        /* background-size: 100%; */
        /* background-position: 20% 30%; */
        /* background-clip: text; */
        /* -webkit-background-clip: text; */
        -webkit-text-fill-color: var(--primary);
    }
}
@media (min-width: 1600px) {
    /* .header-effect-shrink{
        height: 151px !important;
    } */
    .logo-banner{
        margin-right: 26%; margin-top: 5%;
    }
}

.svg-fill-color-warning{
    fill: #ffc107 !important;
}
.card-body {
    padding: 32px;
    padding: 1.5rem !important;
    position: relative;
    z-index: 1;
}
.accordion.accordion-modern-status > .card .card-header a {

    padding: 15px 20px;
    background-color: #24282d !important;
    transition: ease background-color 300ms, ease color 300ms;
}
.section.section-with-shape-divider .shape-divider.shape-divider-bottom {
    bottom: -10px !important;
    border-bottom: #fff solid 10px;
}
