@charset "UTF-8";
/* Footer escalado a proporción 1000 x 100 */

.site-footer {
    width: 1000px;
    height: 100px;
    margin: 0 auto;
    background: #03424D;
    color: white;
    padding: 4px 18px 2px;
    font-family: Verdana, Arial, sans-serif;
    box-sizing: border-box;
    overflow: hidden;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    height: 74px;
    margin: 0 auto;
    gap: 14px;
}

.footer-section {
    margin: 0 4px;
    padding: 0;
    box-sizing: border-box;
}

.footer-logo {
    flex: 3.1;
    display: grid;
    grid-template-columns: 72px auto;
    align-items: center;
    column-gap: 8px;
    text-align: left;
}

.footer-logo img {
    width: 72px;
    height: 72px;
    display: block;
}

.footer-logo-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 235px;
}

.footer-logo-text h3 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.05;
    margin: 0;
}

.footer-logo-text p {
    font-size: 10px;
    line-height: 1.05;
    margin: 1px 0;
}

.footer-contact {
    flex: 1.4;
    margin-left: -250px;
}

.footer-contact h4,
.footer-social h4 {
    font-size: 11px;
    margin-bottom: 3px;
}

.footer-contact p {
    display: flex;
    align-items: flex-start;
    gap: 4px;
    font-size: 9px;
    line-height: 1.15;
    margin: 2px 0;
}

.footer-contact img {
    width: 11px;
    height: 11px;
    flex-shrink: 0;
    margin-top: 1px;
}

.footer-social {
    flex: 0.8;
    margin-top: -20px;
}

.footer-social-links {
    display: flex;
    gap: 6px;
    align-items: center;
    margin-top: 2px;
}

.footer-social-links img {
    width: 30px;
    height: 30px;
    display: block;
	position: relative;
    top: 5px;
}

.footer-brand {
    flex: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-brand img {
    max-width: 300px;
    width: 100%;
    height: auto;
}

.footer-section h4 {
    font-family: Verdana, Arial, sans-serif;
    font-weight: bold;
    letter-spacing: 0.1px;
}

.footer-section p,
.footer-section a {
    font-family: Verdana, Arial, sans-serif;
    color: rgba(255,255,255,0.92);
    text-decoration: none;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.22);
    height: 18px;
    margin-top: 2px;
    padding-top: 3px;
    text-align: center;
    font-size: 8px;
    opacity: 0.9;
}

.footer-bottom p {
    font-size: 8px;
    line-height: 1.1;
    margin: 0;
}