.container-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding: 60px 0 50px 0;
    background: linear-gradient(to top, #1a003d, #0a0018,#000000);
  }

.footer-logo {
    width: 110px;
    height: 110px;
}

.footer-text-empresa {
    margin: 0 0 0 20px;
    color: white;
}

.footer-input {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 40px;
    background-color: black;
    color: #fff;
    border: 0.5px solid #fff;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 400;
    padding: 0 0 0 10px;
    margin: 0 0 16px 0;
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-self: center;
    width: 100px;
    height: 30px;
    background-color: rgb(0, 0, 0);
    color: #fff;
    border: 0.5px solid #fff;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 400;
}

.btn:hover {
    background-color: #6319CD;
    border: 0.5px solid #fff;
}

.footer-icons-rs {
    display: flex;
    gap: 20px;
}

.footer-icons-rs i{
    color: #fff;
    font-size: 22px;
}

.footer-title-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
}