.container_itv {
    display: flex;
    width: auto;
    align-items: center;
    flex-direction: column;
    margin-top: 20px;
    text-align: center;
}

.imagen_itv {
    max-width: 400px;
    max-height: 300px;
    object-fit: cover;
    border-radius: 20px;
}

.container_itv a{
    text-decoration: none;
}
.container_itv p {
    top: 25%;
    left: 50%;
    color: white;
    font-size: 24px;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.3);
    /* Fondo semitransparente para el texto */
    padding: 10px;
    border-radius: 5px;
}


.texto-link {
    font-size: 24px;
    color: rgb(38, 0, 255);
    text-align: center;
    margin-top: 20px;
}