.footer-cont{
    background-color: var(--azul);
    min-height: 30vh;
    background-image: url(../img/Recurso19.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:30px 0;
    padding: 3rem 0;
    justify-content: center;
}
.footer-text{
    color: white;
}
.footer-link{
    color: white;
    text-decoration: none;
}
.footer-cont img{
    width: 80px;
}
.footer-cont hr{
    color: white;
    width: 95%;
}