.navbar {
    background-color: rgba(255, 255, 255, 1) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    transition: all 0.15s ease-in-out;
}

.navbar.scrolled {
    background-color: rgba(255, 255, 255, 0.5) !important;
}

.navbar-brand img {
    height: 100%;
    max-height: 60px;
    transition: all 0.15s ease-in-out;
}

.navbar.scrolled img {
    max-height: 55px;
}

header.masthead h1, header.masthead .h1 {
    font-family: Urbanist, system-ui, sans-serif;
    font-size: 3em;
}

header.masthead h4, header.masthead .h4 {
    font-weight: normal;
}

#servicios {
    padding-top: 7rem;
}

.footer .row > * {
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.footer img {
    height: 70px;
}

.footer ul {
    list-style: none;
}

@media (min-width: 768px) {
    header.masthead h1, header.masthead .h1 {
      font-size: 4em;
    }

    .navbar img {
        max-height: 90px;
    }

    .navbar.scrolled img {
        max-height: 70px;
    }
}

@media (min-width: 992px) {
    .footer .row > * {
        text-align: left;
    }
}