#divAuto {
    height: 26vh;
    width: 100%;
}

.container {
    background-image: none;    
}

.card-custom {
    transition: transform .3s;
    background-color: rgba(255, 255, 255, 0.7);
}

.card-custom:hover {
    transform: scale(1.01);
}

a {
    color: black;
}

a:hover {
    color: #710101;
}

.img-fondo {
    background-image: url("../../../img/reglamento-transparent-15.png");
    background-size: contain;
    border-radius: 20px;
}

.container-image {
    width: 100%;
    justify-content: center;
    display: flex;
    padding-top: 1rem;
}

.img-fondo-circulo-book {
    background-image: url("../../../img/book.png");
    background-size: contain;
    width: 150px;
    height: 150px;
}

.img-fondo-circulo {
    background-image: url("../../../img/leyes-2.jpg");
    background-size: cover;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    width: 150px;
    height: 150px;
}