#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: var(--co-primary-gob);
}

.img-fondo-1 {
    background-image: url("../../img/leyes-transparent-10.png");
    background-size: cover;
    border-radius: 20px;
}

.img-fondo-2 {
    background-image: url("../../img/leyes-2-transparent-10.png");
    background-size: cover;
    border-radius: 20px;
}

.container-image {
    width: 100%;
    justify-content: center;
    display: flex;
    padding-top: 1rem;
}

.img-fondo-circulo-1 {
    background-image: url("../../img/leyes-e-1.jpg");
    background-size: cover;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    width: 150px;
    height: 150px;
}

.img-fondo-circulo-2 {
    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;
}