footer{
    width: 100%;
    position: absolute;
    bottom: 0;
  
}

.footer-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 0 0 20px 0;
}

.footer-container h3{
    color: rgba(231, 14, 92, 0.84);
    font-size: 1.5rem;
    font-weight: 700;
}

.footer-container a{
    cursor: pointer;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: #180270;
    font-size: 1.2rem;
    font-weight: 700;
    gap: 1rem;
    flex-wrap: wrap;
    text-align: center;
}

.footer-container a .icono-whatsapp{
    font-size: 3.5rem;

   
}

.footer-container a:hover{
    scale: 1.1;
    opacity: 0.8;
}