/* _content/Avistare.Web.Website/Components/Layout/Card.razor.rz.scp.css */
.card[b-srbun7m65i] {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    background-color: white;
    margin: 30px;
    border-radius: 20px;
    padding: 15px;
    box-shadow: 7px 5px 20px 0px rgb(0 0 0 / 0%), 4px 5px 20px 0px rgb(0 0 0 / 15%);
}
/* _content/Avistare.Web.Website/Components/Layout/Footer.razor.rz.scp.css */
a[b-lq9vursov9] {
    width: fit-content;
}

.footer[b-lq9vursov9] {
    background-color: #1a1918;
    min-height: 400px;
    padding: 50px;
    color: white;
    justify-content: space-between;
}

    .footer h5[b-lq9vursov9] {
        margin: 12px 0;
    }

    .footer span[b-lq9vursov9] {
        font-size: 0.9rem;
    }

#footer-main-container[b-lq9vursov9] {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

#footer-logo[b-lq9vursov9] {
    width: 100px;
}

.coluna-footer[b-lq9vursov9] {
    display: flex;
    flex-direction: column;
    margin: 0 18px;
}

    .coluna-footer a[b-lq9vursov9] {
        color: white;
        text-decoration: none;
    }

        .coluna-footer a:hover[b-lq9vursov9] {
            color: #ec921a;
        }

#redes-sociais[b-lq9vursov9] {
    margin-bottom: 20px;
}

    #redes-sociais > a[b-lq9vursov9] {
        color: white;
    }

.icone-link[b-lq9vursov9] {
    fill: #FFF;
}

    .icone-link:hover .icone[b-lq9vursov9] {
        fill: #ec921a;
    }

/* Melhora o display em dispositivos muito pequenos. */
@media (max-width: 375px) {
    #footer-main-container[b-lq9vursov9] {
        flex-direction: column;
    }

    #redes-sociais[b-lq9vursov9] {
        margin-top: 20px;
    }
}
/* _content/Avistare.Web.Website/Components/Layout/Header.razor.rz.scp.css */
#logo-avistare[b-8vwwqsfih6] {
    width: 30%;
    max-width: 400px;
    align-self: center;
}
/* _content/Avistare.Web.Website/Components/Layout/MainLayout.razor.rz.scp.css */
main[b-nr2cqth5wm] {
    background-color: #ededed;
}

#blazor-error-ui[b-nr2cqth5wm] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-nr2cqth5wm] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Avistare.Web.Website/Components/Pages/Home.razor.rz.scp.css */
h1[b-9sv3b4uj9h] {
    font-size: 2.0rem;
    margin-bottom: 20px;
}
