/* Ordered lists */
ol.ordered li.heading {
    margin-top: 0.7em;
}
ol.ordered li.heading:before {
    font-weight: 700;
}
ol.ordered li {
    list-style-type: none;
    margin-bottom: 0.3em;
}
ol.ordered {
    counter-reset: list1;
    padding-right: 0;
    padding-left: 1em;
}
@media (max-width: 767px) {
    ol.ordered {
        padding-left: 0;
    }
}
ol.ordered > li::before {
    content: counter(list1) ". ";
    counter-increment: list1;
    margin-left: -0.7em;
}
@media (max-width: 767px) {
    ol.ordered > li::before {
        margin-left: 0;
    }
}
ol.ordered ol {
    counter-reset: list2;
    padding-left: 2.5em;
}
@media (max-width: 767px) {
    ol.ordered ol {
        padding-left: 0;
    }
}
ol.ordered ol > li::before {
    content: counter(list1) "." counter(list2) ". ";
    counter-increment: list2;
    margin-left: -2em;
}
@media (max-width: 767px) {
    ol.ordered ol > li::before {
        margin-left: 0;
    }
}
ol.ordered ol ol {
    counter-reset: list3;
    padding-left: 3.3em;
}
@media (max-width: 767px) {
    ol.ordered ol ol {
        padding-left: 3em;
    }
}
ol.ordered ol ol > li::before {
    content: counter(list1) "." counter(list2) "." counter(list3) ". ";
    counter-increment: list3;
    margin-left: -3.3em;
}
@media (max-width: 767px) {
    ol.ordered ol ol > li::before {
        margin-left: -3em;
    }
}
ol.ordered ol ol ol {
    counter-reset: list4;
    padding-left: 4.5em;
}
@media (max-width: 767px) {
    ol.ordered ol ol ol {
        counter-reset: list4;
        padding-left: 3.5em;
    }
}
ol.ordered ol ol ol > li::before {
    content: counter(list1) "." counter(list2) "." counter(list3) "." counter(list4) ". ";
    counter-increment: list4;
    margin-left: -3em;
}
@media (max-width: 767px) {
    ol.ordered ol ol ol > li::before {
        margin-left: -3.5em;
    }
}
/* --- */

p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 {
    margin-top: 2.25rem;
}
.bg_full_center {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.border-secondary {
    border-color: #831444 !important;
}
.brand_ribbon {
    height: 1em;
}
.icon_wrap {
    min-width: 150px;
}
@media (min-width: 576px) {
    .m-n50vw {
        margin-right: -50vw;
        margin-left: -50vw;
    }
}
@media (max-width: 991.98px) {
    .nav-breakpoint-lg .t4-offcanvas-toggle {
        right: 15px !important;
        top: -7px;
    }
}
.navbar_primary .navbar-collapse {
    width: 100%;
}
.navbar_primary .navbar-nav {
    justify-content: space-between;
    text-transform: uppercase;
    width: 100%;
}
.paper_pin {
    position: relative;
}
.paper_pin .pin {
    align-content: center;
    background-color: #831444;
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    font-size: 26px;
    height: 45px;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    top: -36px;
    right: 0;
    left: 0;
    width: 45px;
}
.rounded_15px {
    border-radius: 15px;
}
.t4-footer {
    font-size: inherit;
}

@media (max-width: 991.98px) {
    .t4-footer {
        display: none;
    }
}
.t4-footer .container {
    padding-top: 0;
    padding-bottom: 0;
}
.t4-footer.fixed-bottom {
    position: fixed;
}
.t4-footer .nav > li:before {
    content: "";
    display: none;
}
.t4-offcanvas-toggle i {
    font-size: 16px;
}
.t4-offcanvas-toggle > span {
    background-color: var(--color-light);
    border: 1px solid var(--color-secondary);
    color: var(--color-secondary);
    padding: 10px;
}

#home_01 {
    background-image: url("/images/image_01.jpg");
    min-height: 500px;
    padding-top: 10%;
    padding-right: 6%;
    padding-bottom: 10%;
    padding-left: 6%;
}
/* #section_consumer > div {
    background: rgb(248, 249, 250);
    background: -moz-linear-gradient(0deg, rgba(248, 249, 250, 1) 11%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(248, 249, 250, 1) 11%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, rgba(248, 249, 250, 1) 11%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8f9fa",endColorstr="#000000",GradientType=1);
} */
