.btn-opti-red {
    background: linear-gradient(90deg, #a0333ccf, #A0333C);
    border-radius: 10px;
    padding: 5px;
    margin-right: auto;
    margin-left: auto;
    width: 150px;
    text-justify: auto;
    color: #F7EDE4;
}

.btn-opti-red:hover {
    background: linear-gradient(90deg, #195E95, #0D2F4B);
}

.texto-empresa {
    font-family: 'Quicksand', sans-serif;
    color: #195E95;
    font-size: 1rem;
    text-align: justify;
}

.texto-empresa:hover {
    cursor: pointer;
    border: solid 1px #195E95;
    border-radius: 5px;
    text-align: center;
}

.vineta {
    font-family: 'Quicksand', sans-serif;
    color: #195E95;
    font-size: 1rem;
    text-align: justify;
    font-weight: bold;
}