.main-footer {
    min-height: 50vh;
    background-color: #000;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}
.goals {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 50px 0;
}
.goals img {
    transition: all ease 0.3s;
    height: 54px;
    width: auto;
    margin: 10px;
    filter: grayscale(1);
}
.goals img:hover {
    filter: none;
}
.bottom-fotter a {
    color: #838383;
}
@media (max-width: 767px) {
    .footer-logo {
        margin-bottom: 20px;
    }
    .main-footer {
        height: auto;
        flex-direction: column;
        flex-wrap: wrap;
    }
    .goals img {
        height: 56px;
        margin: 10px;
    }
}

h4.title-column-ftr, .title-column-ftr {
    color: white;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 3px;
}

h5, .h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 0.938rem;
    line-height: 22px;
    letter-spacing: 2px;
    color: #000000;
}

.page-template-template-homerediseno-php .above-footer {
    background: #dcfe6f !important;
    color: #000;
    font-weight: bold;
}

.above-footer .container {
    display: flex;
    justify-content: center;
}

.above-footer .btn {
    line-height: 25px;
    background-color: #3d3d3d;
    color: #ffffff;
    border: none;
    display: inline-block;
    width: fit-content;
    border-radius: 30px;
    padding: 10px 20px;
}

@media only screen and (max-width: 600px) {
    .above-footer .container {
        display: flex !important;
        justify-content: center;
        flex-wrap: wrap;
    }
}