.footer {
    color: white;
    font-family: sans-serif;
}

.footer-overlay {
    display: flex;
    justify-content: center;
    background-image: url('../imagenes/Footer/FotoPortadaWebABAJO-parte1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    margin: auto;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 20px;
    width: 64vw;
}

.footer-section {
    flex: 1 1 180px;
    margin: 10px;
}

.footer-section h3 {
    color: #FF6600;
    margin-bottom: 10px;
    font-size: 1rem;
}

.footer-section p {
    margin: 4px 0;
    cursor: pointer;
}

.footer-section.social {
    display: flex;
    align-items: start;
    justify-content: flex-end;
    gap: 10px;
}

.footer-section.social img {
    width: 24px;
    height: 24px;
}

.footer-Logos{
    display: flex;
    justify-content: center;
    background-image: url('../imagenes/Footer/FotoPortadaWebABAJO-parte2-limpio.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.link-style {
    text-decoration: none; 
    color: #ffffff;
    display: block; 
    padding: 8px;
    word-wrap: normal; 
    overflow-wrap: normal; 
    white-space: normal;
}


.link-style:hover{
    filter: brightness(80%);
}

.svgDiv{
    display: flex;
    align-items: center;
    gap: 5px;
}

.contactoDiv{
    max-width: 35%;
}

@media (max-width: 528px){
    .contactoDiv{
        max-width: none;
    }
}

.enlacesDiv{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 12px;
}