/* /Components/Carrinho.razor.rz.scp.css */
.drawer-content[b-5ef772q8l2] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.drawer-body[b-5ef772q8l2] {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1rem;
}

.bottom-buttons[b-5ef772q8l2] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: auto;
    padding-top: 1rem;
}
/* /Components/Layout/PK-Paralax.razor.rz.scp.css */
.paralax[b-99ba9h70n1] {
    position: relative;
    background-image: url('assets/images/foto-3-min-1536x1025.png');
    min-height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    overflow: hidden;
    border-radius: 5px;
}

.paralax[b-99ba9h70n1]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.paralax h1[b-99ba9h70n1] {
    position: relative;
    z-index: 2;
    font-size: 3rem;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}
/* /Components/Layout/PK-Title.razor.rz.scp.css */
h1[b-0j1yfxe0l1] {
    position: relative;
    padding: 0;
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    font-size: 40px;
    color: #080808;
    transition: all 0.4s ease 0s;
}

h1 span[b-0j1yfxe0l1] {
    display: block;
    font-size: 0.5em;
    line-height: 1.3;
}

h1 em[b-0j1yfxe0l1] {
    font-style: normal;
    font-weight: 600;
}

/* ONE */
h1.one[b-0j1yfxe0l1] {
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 5px;
}

h1.one[b-0j1yfxe0l1]:before {
    width: 28px;
    height: 5px;
    display: block;
    content: "";
    position: absolute;
    bottom: 3px;
    left: 50%;
    margin-left: -14px;
    background-color: var(--secondary-color);
}

h1.one[b-0j1yfxe0l1]:after {
    width: 100px;
    height: 1px;
    display: block;
    content: "";
    position: relative;
    margin-top: 25px;
    left: 50%;
    margin-left: -50px;
    background-color: var(--secondary-color);
}

/* TWO */
h1.two[b-0j1yfxe0l1] {
    text-transform: capitalize;
}

h1.two[b-0j1yfxe0l1]:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 2px;
    content: "";
    background-color: #c50000;
}

h1.two span[b-0j1yfxe0l1] {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 4px;
    line-height: 3em;
    padding-left: 0.25em;
    color: rgba(0, 0, 0, 0.4);
    padding-bottom: 10px;
}

h1.alt-two[b-0j1yfxe0l1] {
    text-align: center;
}

h1.alt-two[b-0j1yfxe0l1]:before {
    left: 50%;
    margin-left: -30px;
}

/* THREE */
h1.three[b-0j1yfxe0l1] {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.5em;
    padding-bottom: 15px;
}

h1.three[b-0j1yfxe0l1]:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 55px;
    background-color: var(--secondary-color);
}

h1.three[b-0j1yfxe0l1]:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: 95%;
    max-width: 255px;
    background-color: var(--secondary-color);
}

/* FOUR */
h1.four[b-0j1yfxe0l1] {
    text-align: center;
    padding-bottom: 0.7em;
}

h1.four span[b-0j1yfxe0l1] {
    font-weight: 300;
    word-spacing: 3px;
    line-height: 2em;
    padding-bottom: 0.35em;
    color: rgba(0, 0, 0, 0.5);
}

h1.four[b-0j1yfxe0l1]:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 60px;
    height: 1px;
    left: 50%;
    margin-left: -30px;
    background-color: #777;
}

/* FIVE */
h1.five[b-0j1yfxe0l1] {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

h1.five span[b-0j1yfxe0l1] {
    margin-top: 40px;
    text-transform: none;
    font-size: 0.75em;
    font-weight: normal;
    font-style: italic;
    font-family: "Playfair Display", serif;
    color: #999;
}

h1.five[b-0j1yfxe0l1]:before {
    content: "";
    position: absolute;
    bottom: 38px;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 4px;
    background-color: #dfdfdf;
}

/* SIX */
h1.six[b-0j1yfxe0l1] {
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #c50000;
}

h1.six span[b-0j1yfxe0l1] {
    line-height: 2em;
    padding-bottom: 15px;
    font-size: 0.7em;
    font-style: italic;
    color: #999;
}

h1.six[b-0j1yfxe0l1]:after,
h1.six[b-0j1yfxe0l1]:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 4px;
    background-color: #ccc;
    left: 0;
    right: 45px;
    margin: auto;
    width: 45px;
}

h1.six[b-0j1yfxe0l1]:before {
    background-color: #d78b8b;
    left: 45px;
    width: 90px;
}

/* SEVEN */
h1.seven[b-0j1yfxe0l1] {
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    align-items: center;
}

h1.seven[b-0j1yfxe0l1]:before,
h1.seven[b-0j1yfxe0l1]:after {
    content: " ";
    display: block;
    height: 5px;
    border-top: 1px solid #c50000;
    border-bottom: 1px solid #c50000;
    background-color: #f8f8f8;
}

/* EIGHT */
h1.eight[b-0j1yfxe0l1] {
    text-align: center;
    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: 1px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-gap: 22px;
}

h1.eight[b-0j1yfxe0l1]:before,
h1.eight[b-0j1yfxe0l1]:after {
    content: " ";
    display: block;
    border-bottom: 2px solid #ccc;
    background-color: #f8f8f8;
}

/* NINE */
h1.nine[b-0j1yfxe0l1] {
    text-align: center;
    font-size: 50px;
    text-transform: uppercase;
    font-family: "Playfair Display", serif;
    font-weight: 400;
}

h1.nine span[b-0j1yfxe0l1] {
    font-size: 15px;
    color: #444;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-gap: 20px;
    align-items: center;
}

h1.nine span[b-0j1yfxe0l1]:before,
h1.nine span[b-0j1yfxe0l1]:after {
    content: " ";
    display: block;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    height: 5px;
    background-color: #f8f8f8;
}

/* TEN */
h1.ten[b-0j1yfxe0l1] {
    font-size: 34px;
    font-weight: 500;
    text-transform: uppercase;
}

h1.ten[b-0j1yfxe0l1]:before {
    background-color: #c50000;
    border-radius: 0.25rem;
    content: '';
    display: block;
    height: 0.25rem;
    width: 42px;
    margin-bottom: 1.25rem;
}

/* ELEVEN */
h1.eleven[b-0j1yfxe0l1] {
    font-size: 30px;
    text-align: center;
    line-height: 1.5em;
    padding-bottom: 45px;
    font-family: "Playfair Display", serif;
    text-transform: uppercase;
}

h1.eleven[b-0j1yfxe0l1]:before {
    position: absolute;
    bottom: 20px;
    width: 60%;
    left: 50%;
    margin-left: -30%;
    height: 1px;
    content: "";
    background-color: #777;
}

h1.eleven[b-0j1yfxe0l1]:after {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    bottom: 0;
    content: '\00a7';
    font-size: 30px;
    line-height: 40px;
    color: #c50000;
    font-weight: 400;
    background-color: #f8f8f8;
}

/* TWELVE */
h1.twelve[b-0j1yfxe0l1] {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 160px;
    text-align: center;
    margin: auto;
    white-space: nowrap;
    padding-bottom: 13px;
}

h1.twelve[b-0j1yfxe0l1]:before,
h1.twelve[b-0j1yfxe0l1]:after {
    background-color: #c50000;
    content: '';
    display: block;
    height: 3px;
    width: 75px;
}

h1.twelve[b-0j1yfxe0l1]:after {
    position: absolute;
    right: 0;
    bottom: 0;
}

/* THIRTEEN */
h1.thirteen[b-0j1yfxe0l1] {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    width: 150px;
    text-align: center;
    margin: auto;
    border: 2px solid #222;
    padding: 5px 11px 3px 11px;
    position: relative;
}

h1.thirteen[b-0j1yfxe0l1]:before,
h1.thirteen[b-0j1yfxe0l1]:after {
    background-color: #c50000;
    content: '';
    position: absolute;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    bottom: 12px;
}

h1.thirteen[b-0j1yfxe0l1]:before {
    left: -20px;
}

h1.thirteen[b-0j1yfxe0l1]:after {
    right: -20px;
}
/* /Layout/AccessDenied.razor.rz.scp.css */
.page-wrap[b-xhi399i0su] {
    font-family: "Nunito", sans-serif;
    transition: all 0.5s ease;
    padding: 30px 15px;
    text-align: center;
    display: flex;
    align-items: center;
    height: 80vh;
}

h1[b-xhi399i0su], h2[b-xhi399i0su], h3[b-xhi399i0su], h4[b-xhi399i0su], h5[b-xhi399i0su], h6[b-xhi399i0su] {
    font-family: "Montserrat", sans-serif;
}

.page-not-found[b-xhi399i0su] {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.page-not-found .img-key[b-xhi399i0su] {
    margin-bottom: 0px;
}

.page-not-found h1.text-xl[b-xhi399i0su] {
    color: #000;
    text-transform: uppercase;
    line-height: 50px;
    font-size: 160px;
    font-weight: 800;
    letter-spacing: -28px;
    text-shadow: -6px 4px 0 #fff;
    margin-left: -20px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.page-not-found h1.text-xl span[b-xhi399i0su] {
    transition: all 1s ease;
    display: inline-block;
    animation: pulse-b-xhi399i0su 5s infinite;
}

.page-not-found h4.text-md[b-xhi399i0su],
.page-not-found h4.text-sm[b-xhi399i0su] {
    letter-spacing: 0.38px;
    font-weight: 300 !important;
    line-height: 20px;
    font-size: 14px;
    text-transform: none;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
    width: 100%;
}

.page-not-found h4.text-md a[b-xhi399i0su],
.page-not-found h4.text-sm a[b-xhi399i0su] {
    color: var(--primary-color);
    text-decoration: underline;
    font-weight: 700;
}

.page-not-found h4.text-md a:hover[b-xhi399i0su],
.page-not-found h4.text-md a:focus[b-xhi399i0su],
.page-not-found h4.text-sm a:hover[b-xhi399i0su],
.page-not-found h4.text-sm a:focus[b-xhi399i0su] {
    text-decoration: none;
}

.page-not-found h4.text-md[b-xhi399i0su] {
    font-size: 50px;
    font-weight: 700;
    color: var(--primary-color);
    text-transform: none;
}

.page-not-found h4.text-sm-btm[b-xhi399i0su] {
    top: auto;
    bottom: 40px;
}

@keyframes pulse-b-xhi399i0su {
    0% {
        color: var(--primary-color);
    }
    50% {
        color: var(--secondary-color);
    }
    100% {
        color: var(--primary-color);
    }
}

@media (max-width: 768px) {
    .page-not-found h1.text-xl[b-xhi399i0su] {
        font-size: 120px;
        letter-spacing: -20px;
        margin-bottom: 30px;
    }
    .page-not-found h4.text-sm[b-xhi399i0su] {
        top: 10px;
    }
    .page-not-found h4.text-sm-btm[b-xhi399i0su] {
        bottom: -60px;
    }
    .page-not-found h4.text-md[b-xhi399i0su] {
        font-size: 30px;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.full-height-layout[b-3ksdbjxyhi] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #f9f9f9;
}

.flex-grow-1[b-3ksdbjxyhi] {
    flex: 1;
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-bx73pxxpck] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-bx73pxxpck] {
    min-height: 3.5rem;
    background-color: rgba(0, 0, 0, 0.4);
}

.navbar-brand[b-bx73pxxpck] {
    font-size: 1.1rem;
}

.bi[b-bx73pxxpck] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-bx73pxxpck] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-bx73pxxpck] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-bx73pxxpck] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-bx73pxxpck] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-bx73pxxpck] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-bx73pxxpck] {
    padding-bottom: 1rem;
}

.nav-item[b-bx73pxxpck]  a {
    color: #d7d7d7;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

.nav-item[b-bx73pxxpck]  a.active {
    background-color: rgba(255, 255, 255, 0.37);
    color: white;
}

.nav-item[b-bx73pxxpck]  a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-bx73pxxpck] {
        display: none;
    }

    .collapse[b-bx73pxxpck] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-bx73pxxpck] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Layout/NotFound.razor.rz.scp.css */
/* /Pages/Administration/WebSite/Index.razor.rz.scp.css */
/* /Pages/Home/Home.razor.rz.scp.css */
.container[b-1ak3stlye3] {
    max-width: 100%;
    margin: 0 auto;
    padding: 0px;
}
/* /Pages/Site/Contact/Contato.razor.rz.scp.css */
