.img-home {
    min-height: 25vh;
    background-image: url('./../../img/sanvicenteciudad.png');
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
}

.divider {
    height: 3px!important;
}

#navbar-svc {
    height: 100px;
    box-shadow: 0 4px 12px 0 rgb(0 0 0 / 7%), 0 2px 4px rgb(0 0 0 / 5%);
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 2;
}

#navbar-svc a {
    padding: 0;
}

#navbar-svc {
    margin-bottom: 1rem;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    #navbar-svc {
        margin-bottom: 2rem;
    }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { 
    #navbar-svc {
        margin-bottom: 3rem;
    }
}