#divAuto {
    height: 26vh;
    width: 100%;
}

.container-fluid {
    background-image: url("../../img/fondo-ojo-transparent-3.png");
    background-size: 80%;
    background-position: center;
    background-repeat: repeat-y;
}

.card-custom {
    transition: transform .3s;
    background-color: rgba(255, 255, 255, 0.7);
}

.card-custom:hover {
    transform: scale(1.01);
}

.container-image {
    width: 100%;
    justify-content: center;
    display: flex;
    padding-top: 1rem;
}

.img-fondo-pdf {
    background-image: url("../../img/icon-pdf.svg");
    background-size: cover;
    width: 140px;
    height: 140px;
}