#div-footer-pt1 {
    background-color: #F6F6F6;
}

#div-footer-pt2 {
    color: var(--color-white);
    background-color: var(--color-red);
    font-size: 12px;
    text-align: center;
}

#div-contact #div-phone,
#div-contact #div-email,
#div-contact #div-address,
#div-contact #div-hour {
    font-size: 14px;
    color: #707070;
}

.icon-footer {
    width: 14px !important;
}

#div-phone   > div:nth-child(1),
#div-email   > div:nth-child(1),
#div-address > div:nth-child(1),
#div-hour    > div:nth-child(1) {
    float: left;
    height: 100%;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.cm-title-footer-pt1 {
    font-size: 19px;
}

.cm-title-footer-pt2 {
    position: absolute;
    width: 45px;
    border-bottom: 4px solid var(--color-black);
}

#div-support {
    text-align: center;
    background-color: var(--color-blue);
    color: var(--color-white);
    font-size: 14px;

    width: 100%;
    max-width: 300px;

    padding-top: 10px;
    padding-bottom: 10px;
}

#link-support {
    text-decoration: none;
}

.link-footer {
    text-decoration: none;
    color: var(--color-black);
}

.link-footer svg {
    width: 18px;
}

.div-footer-social-media {
    position: absolute;
}

#footer-iframe-maps {
    width: 100%;
    height: 300px;
    
    /* background-image: url(/modules/press/view/img/loading.svg);
    background-repeat: no-repeat;
    background-position: center; */
}

#loading {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background-image: url(/img/loading.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(255, 255, 255, 0.5);
}

.div-btn-donate {
    margin: 0;
    position: fixed;
    transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    width: 130px;
    height: 60px;
    background-color: var(--color-green);
    top: 93vh;
    right: 0;
    border-radius: 10px 0px 0px 10px;
}

.div-btn-donate > a {
    text-decoration: none;
}

.div-btn-donate > a > div {
    height: 100%;
    text-align: center;
    line-height: 60px;
    color: var(--color-white);
}