.img {
    border-radius: 1rem 0 0 1rem;
    height: cover;
}

.img2 {
    border-radius: 10px;
    border-radius: 0 1rem 1rem 0;
}

.fondo {
    width: auto;
    height: auto;
    background-image: url(fondo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.info {
    border-radius: 25px;
    border: 4px solid blue;
    background-color: white;
    box-shadow: 5px 5px 8px #CCC;
    margin-top: 50px;
    margin-bottom: 50px;
}

.titulo {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.imagen {
    max-width: 1000px;
    max-height: 1000px;
    min-width: auto;
    min-height: auto;
}

.titulos {
    color: green;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: bold;
}

.titulob {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.tamCarrurcel {
    max-height: 1000px;
}