html {
    font-size: 10px;
}
a, a:not([href]):not([tabindex]):not(.btn_site) {
    cursor: pointer;
    color: #009881;
}
a:hover, a:not([href]):not([tabindex]):not(.btn_site):hover {
    color: #009881;
    text-decoration: underline;
}
@media screen and (max-width: 992px){
    html{
        font-size: 8px;
    }
}
p {
    margin-bottom: 0.5rem;
}
@font-face {
    font-family: "LevenimMT";
    src: url(../fonts/LevenimMT/lvnm.ttf);
}
@font-face {
    font-family: "LevenimMT-Bold";
    src: url(../fonts/LevenimMT/lvnmbd.ttf);
}
.LevenimMT {
    font-family: "LevenimMT", Arial, Helvetica, sans-serif;
}
.LevenimMT-Bold {
    font-family: "LevenimMT-Bold", Arial, Helvetica, sans-serif;
}
.CenturyGothic {
    font-family: "Century Gothic", LevenimMT, Arial, sans-serif;
}
.Helvetica {
    font-family: Helvetica, sans-serif;
}

@media screen and (min-width: 1400px){
    .container {
        max-width: 1250px;
    }
}
@media screen and (min-width: 1601px){
    .container {
        max-width: 1500px;
    }
}


.shadow-lg-hover:hover {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.29) !important;
}

.divider-white {
    border-top: 1px solid white;
}


.collapse-arrow{
    transition-duration: 0.3s;
}
.collapsed .collapse-arrow {
    transform: scale(1, -1);
}


.ribbon {
    position: absolute;
    left: -5px; top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px; height: 75px;
    text-align: right;
}
.ribbon span {
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#FF0000 0%, #7A0000 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px; left: -21px;
}
.ribbon span::before {
    content: "";
    position: absolute; left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #7A0000;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #7A0000;
}
.ribbon span::after {
    content: "";
    position: absolute; right: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #7A0000;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #7A0000;
}
