.btn.btn-info {
    background-color: #1A638DFF;
    border-color: #1A638DFF;
    color: white;
    font-weight: 500;
}

.footer {
    background-color: #1A638DFF;
    color: white;
    padding: 2rem;
    margin-top: 3rem;
    bottom: -3rem;
}

.bg-main-color {
    background-color: #1A638DFF;
    color: white;
}

.m-align-center {
    text-align: center;
    text-align: -moz-center;
    text-align: -webkit-center;
}

.empresa-card {
    border: solid 2px #cfcfcf;
    border-radius: 0.4rem;
    padding: 1rem;
    margin-top: 15px;
}

.empresa-card span.alt {
    font-family: "Arial Black", Consolas, Tahoma, serif;
    font-weight: bolder;
}

.action-go {
    background-color: #f7f7f7;
    border-radius: 100rem;
    width: 120px;
    height: 120px;
    font-size: 20pt;
    font-weight: 800;
    color: #1a638d;
    border: 10px solid #24638c;
}