.hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../img/inicio/ciudad-inicio.png');
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    text-align: center;
    padding: 80px 20px;
}

.hero-section .overlay {
    max-width: 800px;
    margin: 0 auto;
}

.slogan {
    font-size: 46px;
    font-weight: normal;
    margin-bottom: 15px;
}

.card-index{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 10px;
}
