.footer {
    justify-content: space-between;
    margin-top: 50px;
    display: none;
}
@media (min-width: 992px) {
    .footer {
        display: flex;
    }
}
.footer__titles {
    color: #03274f;
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 1rem;
}
.footer__brand {
    margin-bottom: 8px;
    width: 85px;
}
.footer__images {
    height: 28px;
    width: 94px;
    margin-bottom: 20px;
}
.footer__line {
    border: 1px solid #1c3254;
    opacity: 0.2;
    margin: 1.8rem 0;
}
.footer__copyrights {
    color: #68778d;
    font-family: Fira Sans;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
}
@media (min-width: 992px) {
    .footer__copyrights {
        text-align: left;
    }
}
.footer__socialContainer {
    display: none
}
.footer__socialContainer__imagesContainer {
    width: 40px;
    height: 40px;
    text-align: center;
}
.footer_icon {
    width:40px;
    height:40px;
    display: block;
    background-repeat: no-repeat;
    background-position: center 6px;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 40px;
}
.facebook_icon { background-image: url("../../images/icons/socialmedia/facebook.svg");}
.facebook_icon:hover { background-image: url("../../images/icons/socialmedia/facebook_hover.svg");}
.instagram_icon { background-image: url("../../images/icons/socialmedia/instagram.svg");}
.instagram_icon:hover { background-image: url("../../images/icons/socialmedia/instagram_hover.svg");}
.linkedin_icon { background-image: url("../../images/icons/socialmedia/linkedin.svg");}
.linkedin_icon:hover { background-image: url("../../images/icons/socialmedia/linkedin_hover.svg");}
.twitter_icon { background-image: url("../../images/icons/socialmedia/twitter.svg");}
.twitter_icon:hover { background-image: url("../../images/icons/socialmedia/twitter_hover.svg");}
.youtube_icon { background-image: url("../../images/icons/socialmedia/youtube.svg");}
.youtube_icon:hover { background-image: url("../../images/icons/socialmedia/youtube_hover.svg");}
.whatsapp_icon { background-image: url("../../images/icons/socialmedia/whatsapp_outlined.svg"); background-position-y: 4px;}
.whatsapp_icon:hover { background-image: url("../../images/icons/socialmedia/whatsapp_outlined_hover.svg");}
.footer__cookiesContainer {
    display: flex;
    justify-content: center;
}
.footer-container {
    display: none;
}
@media (min-width: 992px) {
    .footer__copyrights {}
    .footer-container {
        display: block;
    }
    .footer__socialContainer {
        display: flex;
        justify-content: space-between;
    }
    .footer__cookiesContainer {
        justify-content: flex-start;
    }
}

.footer__text {
    padding-left: 15px;
}
.footer-col > div > div > ul {
    display: block;
}
.footer__items, .footer-col > div > div > ul > li {
    list-style-type: none;
    color: #68778d;
    font-family: Fira Sans;
    font-size: 16px;
    letter-spacing: 0;
}
.footer__items > p,
.footer-col > div > div > ul > li > a,
.footer-col > div > div > ul > li > div {
    padding: 0 !important;
    line-height: 2.4rem;
    margin-bottom: 0;
}
.footer-col > div > div > ul > li > a:hover,
.footer-col > div > div > ul > li > div:hover {
    cursor: pointer;
    color: #03274f;
}
.footer-img {
    width: 80%;
    margin-bottom: 1rem;
}
.footer__cookiesContainer > div > ul > li > div,
.footer__cookiesContainer > div > ul > li > a {
    padding: 0 !important;
    margin-right: 10px;
    color: #68778d;
    font-family: Fira Sans;
    font-size: 14px;
    letter-spacing: 0;
}
.footer-bottom {
    margin-bottom: 1rem;
}

/*---------- Mobile Footer ----------*/
.mobile-footer {
    /* margin-top: 50px; */
    background-color: #f8f8f8;
    padding: 1.5rem;
}
@media (min-width: 992px) {
    .mobile-footer {
        display: none;
    }
}
.mobile-footer__titles-container {
    background: none;
    border: none;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0;
}
.mobile-footer__titles-container:focus {
    outline: none;
}
.mobile-footer__titles {
    color: #03274f;
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    margin: 0;
}
.mobile-footer__initiative-title {
    color: #03274f;
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 20px;
    padding-top: 30px;
}
.mobile-footer__images {
    height: auto;
    width: 120px;
}
.mobile-footer__text {
    color: #68778d;
    font-family: Fira Sans;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 30px;
}
.mobile-footer__logos-container {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    width: 84%;
    margin: 1.5rem 8% 0 8%;
}
.mobile-footer__line {
    border: 1px solid #1c3254;
    opacity: 0.2;
    margin-top: 22px;
}
.mobile-footer__copyrightsContainer {
    text-align: center;
    margin-top: 30px;
}
.mobile-footer__copyrights {
    color: #68778d;
    font-family: Fira Sans;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
}
.mobile-footer__cookiesContainer {
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
}
.mobile-footer__cookiesContainer__items {
    color: #68778d;
    font-family: Fira Sans;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
}
.mobile-footer__socialContainer {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
}
.mobile-footer__socialContainer__imagesContainer {
    height: 45px;
    width: 45px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 8px 16px 0 rgba(28, 50, 84, 0.07);
    padding: 9px 0px 9px 0px;
    text-align: center;
}
.mobile-footer__socialContainer__images {
    height: 24px;
    width: 24px;
}
.mobile-card {
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 8px 16px 0 rgba(28, 50, 84, 0.07);
    padding: 0px;
    margin-bottom: 10px !important;
}
.mobile-card__header {
    padding-bottom: 0;
    background: white;
    border: none;
    padding: 1.17rem 1.5rem;
}
.mobile-card__body {
    padding: 5px 0 15px 15px;
    list-style-type: none;
    color: #68778d;
    font-family: Fira Sans;
    font-size: 16px;
    letter-spacing: 0;
}
.mobile-card__body > div > ul {
    display: block;
}
.mobile-card__body > div > ul > li > div,
.mobile-card__body > div > ul > li > a {
    padding: 10px 0 !important;
}
.mobile-card__arrowdown {
    margin-top: 8px;
}
.toggleArrow {
    transition: 500ms;
}
.toggleArrowActive {
    transform: rotate(180deg);
}
.toggleArrowActive .arrow-g {
    fill: #9ade19;
}

