footer {
    background-color: #042E37;
    color: white;
    padding: 40px 0;
    text-align: center;
    margin-top: auto;
    width: 100%;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px; /* Añadir padding lateral para espaciado interno */
}

.footer-left {
    text-align: left;
    flex: 1;
}

.footer-left img {
    max-width: 150px;
    margin-bottom: 10px;
}

.footer-left h2 {
    margin-bottom: 10px;
    font-size: 1.25rem;
}

.footer-left p {
    margin: 0;
}

.footer-left a {
    color: #81e6d9;
    text-decoration: none;
    font-weight: bold;
}

.footer-right {
    text-align: right;
    flex: 1;
}

.social-icons {
    display: flex;
    justify-content: flex-end;
}

.social-icons a {
    color: white;
    margin: 0 10px;
    font-size: 1.5rem;
    text-decoration: none;
}

.footer-bottom {
    margin-top: 20px;
    border-top: 1px solid #81e6d9;
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px; /* Añadir padding lateral para espaciado interno */
    width: 100%;
}

.footer-bottom p {
    margin: 0;
}

.footer-bottom a {
    color: #81e6d9;
    text-decoration: none;
    margin: 0 5px;
}

.copyright {
    flex: 1;
    text-align: left;
}

.legal-terms {
    flex: 1;
    text-align: right;
}
