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

footer.footer {
    background: var(--background-header);
    color: var(--text-white);
}

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

.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;
}

.footer .info-title {letter-spacing: 6px;font-size: 17px;min-height: 60px;display: flex;align-items: center;}

.info-text {font-size: 12px;}

input.inpSubs {background: transparent;border: 1px solid #aaa;border-width: 0 0 1px 0;margin: 10px 0;text-align: center;font-size: 18px;color: var(--text-white);outline: none;}

button.btn.btnSubs {width: 100%;}