footer a {
    text-decoration: none !important;
}

.bg-dark {
    background-color: #191919 !important;
    color: #ffffff;
}

footer hr.footer-default {
    background-color: #7f7f7f;
}

.d-block {
  display: block !important;
}

footer section.section {
    padding: 3rem 0;
    background-color: transparent;
}

.textImageComponent {
    padding-left: 0;
    padding-right: 0;
}

main .textImageComponent a {
    color: #127B96;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

main .textImageComponent a:hover {
    color: #ffd102;
}

main .textImageComponent a:visited {
    color: #9d9fa2;
}

h5,
.h5,
footer .titleFooter p.title {
    font-size: 1.25rem;
}

footer h5, footer .titleFooter p.title {
    margin-bottom: 3rem !important;
}

h5, .h5, footer .titleFooter p.title {
    font-size: 1.25rem;
}

.mb-component {
    margin-bottom: 40px;
}

footer hr.footer-default {
    background-color: #7f7f7f;
}

footer.footer-default .footer-links ul li a {
    border-left-color: #ffffff;
}

footer.footer-default .footer-rrss ul li a span {
    color: #ffffff;
}

footer.footer-default .footer-links ul li a,
footer.footer-default h2 a,
footer.footer-default h5 a,
footer.footer-default .titleFooter .title a,
footer.footer-default a.footer-toggle {
    color: #ffffff !important;
}

footer.footer-text-custom *:not([style*="color:"]) {
    color: inherit !important;
}

footer section.section {
    padding: 3rem 0;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
footer .titleFooter .title {
    letter-spacing: 0.044375rem;
}

footer a.footer-toggle {
    font-size: 1.2rem;
    font-weight: bold;
    position: absolute;
    top: 2px;
    right: 0px;
}

footer hr {
    margin: 0;
}

footer ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

footer ul li {
    margin-bottom: 0.8rem;
}

footer ul li:last-child {
    margin-bottom: 0;
}

footer .footer-links ul {
    margin: 0 15px;
}

footer .footer-links ul li,
footer .footer-links ul li:not(:last-child) {
    margin: 0;
    display: inline-block;
}

footer .footer-links ul li a {
    border-left: 0.03125rem solid;
    padding: 0 0.5rem;
}

footer .footer-links ul li:first-child a {
    border-left: 0;
}

footer .footer-rrss ul li {
    margin: 0 !important;
}

footer .footer-rrss ul li a:hover {
    text-decoration: none;
}

footer .footer-rrss ul li a span {
    font-size: 1.3125rem;
    letter-spacing: 0.035625rem;
    margin: 0 0.2rem;
}

.bg-dark a {
    color: #9B9B9B;
}

.align-items-start {
    -ms-flex-align: start!important;
    align-items: flex-start !important;
}

.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between !important;
}

@media (max-width: 767.98px) {
    .column:not(.hero-content) {
        margin:0 !important;
        margin-top:20px !important;
        padding: 0px !important;
        padding-right:15px!important;
        padding-left:15px!important;
    }

    footer .footer-links ul {
        margin: 1rem 15px;
        text-align: center;
    }

    footer .titleFooter {
        position: relative;
    }

    footer .titleFooter p.title,
    footer .titleFooter h1,
    footer .titleFooter h2,
    footer .titleFooter h3,
    footer .titleFooter h4,
    footer .titleFooter h5,
    footer .titleFooter h6 {
        margin-right: 35px;
        margin-bottom: 30px !important;
    }

    footer .titleFooter a.footer-toggle:hover {
        text-decoration: none;
    }

    footer .titleFooter a.footer-toggle:hover {
        text-decoration: none;
    }

    footer .titleFooter a.footer-toggle[aria-expanded="false"] .icon-open,
    footer .titleFooter a.footer-toggle[aria-expanded="true"] .icon-close {
        display: inline;
    }

    footer .titleFooter a.footer-toggle[aria-expanded="true"] .icon-open,
    footer .titleFooter a.footer-toggle[aria-expanded="false"] .icon-close {
        display: none;
    }

    footer .textImageComponent.textImageComponentFooter .collapse {
        margin-bottom: 30px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1176px;
    }
}