.footer-content {
    background-color: #fafaea;
    color: #2d3a5d;
    padding: 30px 0;
}
.footer-left .footer-logo-img {
    width: 150px;
    height: auto;
    margin-bottom: 15px;
}
.footer-left .footer-message {
    color: #4a4a4a;
    line-height: 1.5;
    margin-top: 10px;
    font-size: 14px;
}
.footer-center {
    padding: 20px;
    border-radius: 5px;
}
.footer-center h4 {
    color: #2d3a5d;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.footer-right h4 {
    color: #2d3a5d;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.footer-sitemap {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-sitemap li {
    margin-bottom: 8px;
}
.footer-sitemap a {
    color: #2d3a5d;
    text-decoration: none;
    transition: color 0.3s;
    font-size: 14px;
}
.footer-sitemap a:hover {
    color: #1a2332;
    text-decoration: underline;
}
.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.contact-location {
    margin-bottom: 15px;
}
.contact-location strong {
    color: #2d3a5d;
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
}
.contact-location p {
    color: #4a4a4a;
    margin: 5px 0;
    font-size: 14px;
}
.maps-link {
    color: #4a90e2;
    text-decoration: none;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: color 0.3s;
}
.maps-link:hover {
    color: #6ba3f0;
    text-decoration: underline;
}
.maps-icon-colored {
    width: 20px;
    height: auto;
    vertical-align: middle;
    flex-shrink: 0;
    object-fit: contain;
}
.contact-whatsapp {
    margin-top: 10px;
}
.contactanos-title {
    color: #2d3a5d;
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
}
.whatsapp-link {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.whatsapp-link i {
    color: #25d366;
    font-size: 24px;
}
.whatsapp-link .whatsapp-number {
    color: #000000;
    font-weight: 700;
    font-size: 16px;
}
.whatsapp-link:hover .whatsapp-number {
    text-decoration: underline;
}
.site-footer {
    background-color: #1a2332;
    color: #ffffff;
    padding: 15px 0;
    text-align: center;
}
.site-footer .footer-logo {
    display: flex;
    align-items: center;
}
.site-footer .footer-logo h2 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    letter-spacing: 2px;
    line-height: 1.2;
}
.footer-copyright {
    display: flex;
    align-items: center;
    margin: 0;
}
.footer-copyright p {
    color: #b0b0b0;
    font-size: 12px;
    margin: 0;
    line-height: 1.2;
}
.site-footer .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.footer-separator {
    color: #b0b0b0;
    margin: 0 10px;
    display: flex;
    align-items: center;
    line-height: 1;
}
