.bg-image-hero {
    background-image: url("/elementos/amorreal-hero.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.bg-image-hero2 {
    background-image: url("/elementos/amorreal-hero2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 500px;
}

.text-shadow {
    text-shadow: 0 1px 3px black;
}