

.contenedor-imagen {
    background-color: rgba(34, 89, 207, 0.541); /* Color del contenedor */
    width: 100%;
    max-width: 850px;
    height: 695px;
    margin: 0 auto;

    display: flex;
    justify-content: center;
    align-items: center;

    overflow: hidden;
    border-radius: 10px;
}

.contenedor-imagen img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

 
