#cebMariaMazzarello{
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-block: 40px;
    padding-block: 20px;
}

#containerMariaMazzarello{
    width: 95%;
    height: 90%;
    display: flex;
    flex-direction: row;
    padding: 20px;
    align-items: center;
    gap: 5%;
    box-shadow: 0px 0px 8px 1px var(--color-sombra);
    border-radius: 10px;
}

#contenedorImagenMariaMazzarello{
    width: 100%;
    aspect-ratio: 1/1;
}


#imagenMariaMazzarello{
    height: 100%;
    width: 100%;
    filter: drop-shadow(10px 10px 7px var(--color-sombra));
    /* shadow de imagen que no tiene fondo */
}

#contenedorLogoMariaMazzarello{
    width: 100%;
    height: 20%;
}


#contenidoMariaMazzarello{
    
}

#logoMariaMazzarello{
    width: 70%;
}

#tituloMariaMazzarello{
}

#parrafoMariaMazzarello{
}

#btnSaberMasMm{
    width: 160px;
    height: 52px;
    background-color: var(--color-rojo);
    color: var(--color-blanco);
    margin-top: 20px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 600;
    font-size: 1rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    text-align: center;
    display: grid;
    place-items: center;
    text-decoration: none;
}

