#syrus-theme-footer {
    padding: 2em 0;
    font-size: 19px;
    font-family: Montserrat;
    margin-top: 2em;
}

.footer-info-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: .2em;
    text-align: center;
  }

.footer-info-container .footer-info {
    flex: 1;
}

.footer-info a{
    color: #bde7ff;
    text-decoration: none;  
}

.footer-info p{
    margin: 0;
}

.up-container{
    position: fixed;
    bottom: 1em;
    right: 1em;
    z-index: 9999;
}

.up-container .button-up{
    background-color: #e0e0e0;
    width: 3em;
    height: 3em;
    border-radius: 50%;
    border: none;
}

.button-up .img-up{
    position: relative;
    width: 70%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

section.firma-footer {
    position: relative;
    width: 100%;
    background-color: #1e1e1e;
    text-align: center;
    padding-bottom: 1%;
    color: white;
}

.firma-footer .firma a{
    color: white !important;
}

.firma-footer .firma {
    margin: 0;
}