.hero-img {
    background: url('https://picsum.photos/1400/500?random=200') center/cover no-repeat;
    height: 380px;
}
.hero-title {
    font-size: 3rem;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 2px #ffffff;
}

.hero-subtitle {
    font-size: 1.5rem;
    font-weight: 400;
    color: transparent;
    -webkit-text-stroke: 1.5px #ffffff;
}

.footer-bottom {
    background: #111;
    color: white;
}

img {
    object-fit: cover;
}
.sombra{
    text-shadow: 1px 1px rgb(255, 253, 253);
    color: #1312120a;
}