html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', sans-serif;
}

.lazyloaded {
    opacity: 1;
    transition: opacity 400ms;
    transition-delay: 0ms;
}

img {
    height: auto;
    max-width: 100%;
}

.w-image-h[href] {
    position: relative;
}

.l-header .w-image-h {
    height: inherit;
}

.w-image-h {
    display: block;
    border-radius: inherit;
    border-color: inherit!important;
    color: inherit!important;
}

.l-header .w-image img {
    display: block;
    height: inherit;
    width: auto;
}

.w-image img {
    vertical-align: top;
    border-radius: inherit;
}

.l-header .w-image {
    flex-shrink: 0;
    transition: height 0.3s;
    z-index: 999;
}

#rodape {
    background-color: rgb(202,248,128, 0.5);
}

#rodape .nav-item {
    list-style: none;
    font-size: 12px;
    font-weight: bold;
}

#rodape .nav-item a {
    text-transform: uppercase;
}

#rodape .nav-item a:hover {
    color: #fcb900;
}

#rodape .container a {
    color: #696969;
    text-decoration: none;
}

#rodape .social-icon a, #rodape .social-icon a:visited, #rodape .social-icon a:hover {
    text-decoration: none;
}

#rodape .social-icon .facebook-icon:hover {
    color: #0d6efd;
}

#rodape .social-icon .instagram-icon:hover {
    color: #bc2a8d;
}


#rodape .divider {
    border-top: 1px solid #696969;
}

#rodape .copyright {
    font-size: 12px;
}

@media (max-width: 600px) {
    .navbar .container {
        flex-direction: column;
    }

    .navbar .container .nav-item {
        margin: 0.3rem 0;
    }
}