.footer-wrap {
    min-height: 180px;
    padding: 20px;
    font-size: 16px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: stretch;
    justify-content: space-between;
}

footer.footer {
    background: #d5dd66;
    color: #302c17;
}

.footer-legal {
    padding: 20px;
    height: auto;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.footer-legal-sep {
    border: 1px solid var(--separation-color);
    border-width: 1px 0 0 0;
}

span.footer-legal-links-sep {
    display: inline-block;
    border: 1px solid var(--separation-color);
    height: 14px;
    width: 0px;
    margin: 0 10px;
    transform: translate(0px, 2px);
    border-width: 0 0 0 1px;
}

img.footer-image {
    width: 150px;
}

.footer-item.footer-empresa {
    max-width: 350px;
}

.footer-image-wrap {
    text-align: center;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

.footer-description {
    text-align: justify;
}

.footer-item {
    padding: 20px;
    /* flex-basis: calc(33% - 20px); */
}

.footer-item.footer-contacto {}

.footer-item-title {
    font-weight: bold;
    margin-bottom: 10px;
}

.footer-item.footer-links {
    min-width: 200px;
}

.item-links {
    cursor: pointer;
    padding: 3px 3px 3px 0;
    text-decoration: none !important;
}

span.footer-legal-links-item {
    cursor: pointer;
}

span.footer-legal-links-item:hover {
    text-decoration: underline;
}

.item-links:hover {
    text-decoration: underline;
}

img.footer-image-cv {
    width: 140px;
}

.footer-item i.fa {
    width: 26px;
    color: #4d4b25;
    font-size: 12px;
    transform: translateY(-1px);
    text-align: left;
    display: none;
}

.footer-legal-info {
    white-space: nowrap;
}

.footer-legal-links {
    text-align: right;
}

.app-version {
    cursor: default !important;
    font-size: smaller;
}

.app-version:hover {
    text-decoration: none !important;
}

.div-ue {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: 20px;
}

.imgFooter {
    height: 150px;
}

img.imgFooter.ue {
    height: 90px;
}