.container-principal-opcion-registro{
    margin-top: 200px;
}
.container-principal-opcion-registro .card{
    margin-bottom: 15px;
    margin: 25px;
    text-align: center;
    height: 273px;
    position: relative;
}
.container-principal-opcion-registro .card-body{
    display: flex;
    padding: 35px 20px;
    justify-content: center;
    align-items: center;
}
.img-container, .img-container-empresa-grass{
    transition: opacity 1s ease-in-out;
}

.container-boton-opcion-registro a{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px 0;
    background-image: linear-gradient(to right, #314755 0%, #26a0da 100%);
    width: 100%;
    color: #fff;

}
@media screen and (min-width:768px){
    .container-principal-opcion-registro{
        display: flex;
        justify-content: center;
        height: 100vh;
        align-items: center;
        margin-top: 0;
    }
}
#container {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}
.ball {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background-size: cover;
    border-radius: 50%;
}
#ball1, #ball3{
    background-image: url('/storage/assets/img/imgOpcionRegistro/jugador/img6.png');
}

#ball2{
    background-image: url('/storage/assets/img/imgOpcionRegistro/jugador/img7.png');
}