
.pie-pagina {
    background-color: #213a4e; 
    color: #ffffff;
    padding: 50px 20px;
    font-family: "Segoe UI", Arial, sans-serif;
    margin-top: 50px; 
}

.contenedor-pie {
    display: flex;
    flex-direction: column; 
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
    align-items: center;
    text-align: center;
}


@media (min-width: 768px) {
    .contenedor-pie {
        flex-direction: row; 
        justify-content: flex-start; 
        align-items: center; 
        text-align: left; 
        gap: 60px;
    }

    .enlaces-pie {
        text-align: center;
        margin-left: auto;
    }
}


.logo-pie img {
    max-width: 180px; 
    height: auto;
    display: block;
}


.redes-pie h3 {
    font-size: 1.6rem;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: bold;
    color: #ffffff;
}

.redes-pie ul {
    list-style: none; 
    padding: 0;
    margin: 0;
}

.redes-pie li {
    margin-bottom: 8px; 
}


.redes-pie a, 
.enlaces-pie .enlace-boton {
    color: #ffffff;
    text-decoration: none; 
    font-size: 1.15rem;
    font-weight: bold;
    transition: color 0.3s ease; 
}

.redes-pie a:hover, 
.enlaces-pie .enlace-boton:hover {
    color: #df127b; 
}


.enlaces-pie {
    display: flex;
    flex-direction: column; 
    gap: 12px; 
}