body {
    width: 100vw;
    height: 100vh;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: scale(1.01);
    overflow-x: hidden;
}

.wrapper {
    display: flex;
    height: 100%;
    position: relative;
    background-color: rgb(240, 240, 240);
}

.content-op {
    display: flex;
    width: 100%;
    height: 100%;
}



.container-fluid {
    display: flex !important;
    justify-content: center !important;
    align-items: center;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100% !important;
}

.mb-3 {
    background-color: white;
    width: 80%;
    position: absolute;
}

.table {
    cursor: pointer;
}

.cavalo {
    text-align: center !important;
    width: 100%;
}


.titulo {
    background-color: rgb(255, 255, 255);
    color: black;
}

.titulo:hover {
    color: black !important;
}

.texto-center {
    text-align: center;
}

.side-up {
    background-color: rgb(113, 22, 218);
    display: flex;
    align-items: center;
    text-align: center;
    line-height: 50%;
    width: 83%;
    border-radius: 5px;
    padding: 20px;
    left: 0;

}

.titulo-principal {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 800;
    color: white;
}

.titulo-principal i {
    vertical-align: middle;
    line-height: 100%;
}

.fi {
    vertical-align: middle;
}