/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-1wv24893vv] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-1wv24893vv] {
    flex: 1;
}

.sidebar[b-1wv24893vv] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.container-header[b-1wv24893vv] {
    display: flex; /* Enables flexbox layout */
    gap: 10px; /* Space between divs */
}

.top-row[b-1wv24893vv] {
    /*background-color: #f7f7f7;*/
    background-color: rgb(5, 39, 103);
    color: white;
    border-bottom: 1px solid #d6d5d5;
    justify-content: space-between;
    height: auto;
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
    gap: 0.5rem;
}

.top-row-text[b-1wv24893vv] {
    flex: 1 1 auto;
    min-width: 220px;
}

    .top-row-text h6[b-1wv24893vv] {
        margin: 0;
        font-weight: 400;
    }

    .top-row-text .separator[b-1wv24893vv] {
        margin: 0 0.75rem;
        opacity: 0.6;
    }

.top-row-icons[b-1wv24893vv] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.social-icon[b-1wv24893vv] {
    width: 36px;
    height: 36px;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

    .social-icon:hover[b-1wv24893vv] {
        transform: scale(1.1);
        opacity: 0.8;
    }

.top-row[b-1wv24893vv]  a, .top-row[b-1wv24893vv]  .btn-link {
    white-space: nowrap;
    margin-left: 1rem;
    text-decoration: none;
}

    .top-row[b-1wv24893vv]  a:hover, .top-row[b-1wv24893vv]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-1wv24893vv]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.top-row2[b-1wv24893vv] {
    /*background-color: #f7f7f7;*/
    background-color: white;
    color: black;
    /*justify-content: flex-end;*/
    height: 3.5rem;
    display: flex;
    align-items: center;
}

@media (max-width: 640.98px) {
    .top-row[b-1wv24893vv] {
        flex-wrap: wrap;
        padding: 0.75rem 1rem;
        gap: 0.75rem;
    }

    .top-row-text h6[b-1wv24893vv] {
        font-size: 0.85rem;
        line-height: 1.4;
    }

    .top-row-text .separator[b-1wv24893vv] {
        display: block;
        margin: 0.25rem 0;
        opacity: 0;
    }

    .top-row[b-1wv24893vv]  a, .top-row[b-1wv24893vv]  .btn-link {
        margin-left: 0.5rem;
    }

    .social-icon[b-1wv24893vv] {
        width: 28px;
        height: 28px;
    }

    .top-row-icons[b-1wv24893vv] {
        gap: 0.5rem;
    }
}

.rodape[b-1wv24893vv] {
    background-color: white;
    color: black;
    border-top: 1px solid #1e3449;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.5rem 1rem;
    height: auto;
    flex-wrap: wrap;
}

.rodape-left[b-1wv24893vv] {
    display: flex;
    align-items: center;
}

.rodape-logo[b-1wv24893vv] {
    max-width: 120px;
    height: auto;
}

.rodape-center[b-1wv24893vv] {
    flex: 1 1 240px;
    text-align: center;
}

    .rodape-center address[b-1wv24893vv] {
        font-style: normal;
        margin: 0;
        line-height: 1.6;
        font-size: 0.95rem;
    }

.rodape-icons[b-1wv24893vv] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

@media (min-width: 641px) {
    .page[b-1wv24893vv] {
        flex-direction: row;
    }

    .sidebar[b-1wv24893vv] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-1wv24893vv] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-1wv24893vv]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-1wv24893vv], article[b-1wv24893vv] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

@media (max-width: 768px) {
    .rodape[b-1wv24893vv] {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        padding: 1.5rem 1rem;
        gap: 1.25rem;
    }

    .rodape-left[b-1wv24893vv] {
        justify-content: center;
    }

    .rodape-logo[b-1wv24893vv] {
        max-width: 100px;
    }

    .rodape-center[b-1wv24893vv] {
        flex: 1 1 auto;
    }

        .rodape-center address[b-1wv24893vv] {
            font-size: 0.85rem;
            line-height: 1.5;
        }

    .rodape-icons .social-icon[b-1wv24893vv] {
        width: 28px;
        height: 28px;
    }
}

#blazor-error-ui[b-1wv24893vv] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-1wv24893vv] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

#atendimento-zap[b-1wv24893vv] {
    background: #25d366;
    bottom: 20px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 8px 55px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 8px 55px -10px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 8px 55px -10px rgba(0, 0, 0, 0.75);
    color: #fff;
    right: 20px;
    padding: 17px 20px;
    position: fixed;
}

    #atendimento-zap:hover[b-1wv24893vv] {
        background: #18a24c;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-mupwgcl5ma] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-mupwgcl5ma] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-mupwgcl5ma] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-mupwgcl5ma] {
    font-size: 1.1rem;
}

.bi[b-mupwgcl5ma] {
    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-mupwgcl5ma] {
    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-mupwgcl5ma] {
    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-mupwgcl5ma] {
    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-mupwgcl5ma] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-mupwgcl5ma] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-mupwgcl5ma] {
        padding-bottom: 1rem;
    }

    .nav-item[b-mupwgcl5ma]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-mupwgcl5ma]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-mupwgcl5ma]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-mupwgcl5ma] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-mupwgcl5ma] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-mupwgcl5ma] {
        display: none;
    }

    .nav-scrollable[b-mupwgcl5ma] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-77a2vt3eop],
.components-reconnect-repeated-attempt-visible[b-77a2vt3eop],
.components-reconnect-failed-visible[b-77a2vt3eop],
.components-pause-visible[b-77a2vt3eop],
.components-resume-failed-visible[b-77a2vt3eop],
.components-rejoining-animation[b-77a2vt3eop] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-77a2vt3eop],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-77a2vt3eop],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-77a2vt3eop],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-77a2vt3eop],
#components-reconnect-modal.components-reconnect-retrying[b-77a2vt3eop],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-77a2vt3eop],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-77a2vt3eop],
#components-reconnect-modal.components-reconnect-failed[b-77a2vt3eop],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-77a2vt3eop] {
    display: block;
}


#components-reconnect-modal[b-77a2vt3eop] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-77a2vt3eop 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-77a2vt3eop 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-77a2vt3eop 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-77a2vt3eop]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-77a2vt3eop 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-77a2vt3eop {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-77a2vt3eop {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-77a2vt3eop {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-77a2vt3eop] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-77a2vt3eop] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-77a2vt3eop] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-77a2vt3eop] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-77a2vt3eop] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-77a2vt3eop] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-77a2vt3eop] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-77a2vt3eop 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-77a2vt3eop] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-77a2vt3eop {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/FaleConosco.razor.rz.scp.css */
.fale-conosco-container[b-vv4n76uo8b] {
    max-width: 1200px;
    margin: 2rem auto;
    padding: 0 1rem;
}

.header-section[b-vv4n76uo8b] {
    text-align: center;
    margin-bottom: 3rem;
    padding: 2rem 1rem;
}

.header-section h2[b-vv4n76uo8b] {
    color: #2D4A6E;
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.header-section .subtitle[b-vv4n76uo8b] {
    color: #3284B6;
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
}

.content-wrapper[b-vv4n76uo8b] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin-bottom: 2rem;
}

.form-container[b-vv4n76uo8b] {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.form-group[b-vv4n76uo8b] {
    margin-bottom: 1.5rem;
}

.form-group label[b-vv4n76uo8b] {
    display: block;
    font-weight: 600;
    color: #2D4A6E;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.form-control[b-vv4n76uo8b] {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
    font-family: inherit;
}

.form-control:focus[b-vv4n76uo8b] {
    outline: none;
    border-color: #3284B6;
    box-shadow: 0 0 0 3px rgba(50, 132, 182, 0.1);
}

.form-control[b-vv4n76uo8b]::placeholder {
    color: #999;
}

textarea.form-control[b-vv4n76uo8b] {
    resize: vertical;
    min-height: 150px;
}

.form-row[b-vv4n76uo8b] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.validation-message[b-vv4n76uo8b] {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    display: block;
}

.alert[b-vv4n76uo8b] {
    color:red;
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.95rem;
}

.alert svg[b-vv4n76uo8b] {
    flex-shrink: 0;
}

.alert-success[b-vv4n76uo8b] {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.alert-danger[b-vv4n76uo8b] {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.captcha-info[b-vv4n76uo8b] {
    margin: 1.5rem 0;
    padding: 1rem;
    background-color: #f8f9fa;
    border-radius: 8px;
    text-align: center;
}

.captcha-info small[b-vv4n76uo8b] {
    color: #6c757d;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    line-height: 1.5;
}

.captcha-info svg[b-vv4n76uo8b] {
    flex-shrink: 0;
}

.captcha-info a[b-vv4n76uo8b] {
    color: #3284B6;
    text-decoration: none;
}

.captcha-info a:hover[b-vv4n76uo8b] {
    text-decoration: underline;
}

.form-actions[b-vv4n76uo8b] {
    margin-top: 2rem;
}

.btn-submit[b-vv4n76uo8b] {
    width: 100%;
    padding: 1rem 2rem;
    background-color: #F6893A;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.btn-submit:hover:not(:disabled)[b-vv4n76uo8b] {
    background-color: #e67829;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(246, 137, 58, 0.3);
}

.btn-submit:disabled[b-vv4n76uo8b] {
    opacity: 0.6;
    cursor: not-allowed;
}

.spinner[b-vv4n76uo8b] {
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin-b-vv4n76uo8b 0.8s linear infinite;
}

@keyframes spin-b-vv4n76uo8b {
    to { transform: rotate(360deg); }
}

.contact-info[b-vv4n76uo8b] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.info-card[b-vv4n76uo8b] {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.info-card:hover[b-vv4n76uo8b] {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.info-icon[b-vv4n76uo8b] {
    width: 60px;
    height: 60px;
    margin: 0 auto 1rem;
    background: linear-gradient(135deg, #3284B6, #2D4A6E);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-icon svg[b-vv4n76uo8b] {
    stroke: white;
}

.info-card h4[b-vv4n76uo8b] {
    color: #2D4A6E;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.info-card p[b-vv4n76uo8b] {
    color: #666;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}

/* Responsividade Mobile */
@media (max-width: 768px) {
    .header-section h2[b-vv4n76uo8b] {
        font-size: 2rem;
    }

    .header-section .subtitle[b-vv4n76uo8b] {
        font-size: 1rem;
    }

    .content-wrapper[b-vv4n76uo8b] {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .form-container[b-vv4n76uo8b] {
        padding: 1.5rem;
    }

    .form-row[b-vv4n76uo8b] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .captcha-info small[b-vv4n76uo8b] {
        flex-direction: column;
        text-align: center;
    }

    .info-card[b-vv4n76uo8b] {
        padding: 1.5rem;
    }
}

@media (max-width: 480px) {
    .fale-conosco-container[b-vv4n76uo8b] {
        margin: 1rem auto;
    }

    .header-section[b-vv4n76uo8b] {
        margin-bottom: 2rem;
        padding: 1rem;
    }

    .header-section h2[b-vv4n76uo8b] {
        font-size: 1.75rem;
    }

    .form-container[b-vv4n76uo8b] {
        padding: 1rem;
    }

    .form-control[b-vv4n76uo8b] {
        padding: 0.65rem 0.85rem;
        font-size: 0.95rem;
    }

    .btn-submit[b-vv4n76uo8b] {
        padding: 0.85rem 1.5rem;
        font-size: 1rem;
    }

    .info-icon[b-vv4n76uo8b] {
        width: 50px;
        height: 50px;
    }

    .info-icon svg[b-vv4n76uo8b] {
        width: 24px;
        height: 24px;
    }

    .info-card h4[b-vv4n76uo8b] {
        font-size: 1.1rem;
    }

    .info-card p[b-vv4n76uo8b] {
        font-size: 0.9rem;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.container[b-dmznxlx68u] {
    display: flex; /* Enables flexbox layout */
    gap: 10px; /* Space between divs */
}

.box[b-dmznxlx68u] {
    flex: 1; /* Equal width for both boxes */
    padding: 20px;
    background-color: lightblue;
    text-align: center;
    border: 1px solid #333;
}

.fundo_1_Home[b-dmznxlx68u] {
    background-image: url("/img/Group-446.png");
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    padding-top: 270px;
    padding-bottom: 300px;
    padding-left: 200px;
    padding-right: 900px;
    font-family: 'Arial Rounded MT';
    font-weight: 700;
    line-height: 53px;
    color: #FFFFFF;
}

.fundo_Home_Johann[b-dmznxlx68u] {
    background-image: url("/img/Group-446.png");
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    color: #FFFFFF;
    padding-left: 200px;
    padding-top: 70px;
}

.textoHome[b-dmznxlx68u] {
    margin-left:200px;
    margin-top:100px;
    font-size:25pt;
}

.produtos_Home[b-dmznxlx68u] {
    position: relative;
    top: -90px;
    /*left: -60px;*/
    width: 70%;
    margin: auto;
    background: #2D4A6E;
    color: #FFFFFF;
}

.quem_Somos_Home[b-dmznxlx68u] {
    /*color: #3284B6;*/
    color: #2D4A6E;
    font-size: 15px;
    font-family: sans-serif;
    padding-top: 150px;
    padding-left: 200px;
}

.depoimentos_Home[b-dmznxlx68u] {
    /*background-color: #F5F5F5;*/
    padding-top: 50px;
    padding-bottom: 50px;
    margin: auto;
    text-align: center;
    color: #3284B6;
}

.banner_Home[b-dmznxlx68u] {
    padding-top: 50px;
    padding-bottom: 50px;
    /*margin: auto;*/
    margin-left:-44px;
    color: white;
    text-align: center;
    background-color: #2D4A6E;
    justify-content: flex-end;
    width:105%;
}

.center[b-dmznxlx68u] {
    margin: auto;
    width: 50%;
    padding: 10px;
}

#flex-container[b-dmznxlx68u] {
    /*border: 1px solid black;*/
    /*background-color: rgb(255, 230, 251);*/
    display: flex;
    flex-wrap: wrap;
    column-gap: 50px;
}

    #flex-container > div[b-dmznxlx68u] {
        /*border: 1px solid black;*/
        width: 10%;
        aspect-ratio: 2;
        padding: 10px;
        /*background-color: lightgreen;*/
    }

.newspaper[b-dmznxlx68u] {
    border: solid black 1px;
    background-color: lightgoldenrodyellow;
    column-count: 3;
    column-gap: 10px;
}

.table_Produtos_Home[b-dmznxlx68u] {
    margin-left: -200px;
    width: 10%;
    color: burlywood;
}

.default-carousel-section .carousel-sample[b-dmznxlx68u] {
    margin: 0 auto 2em;
    max-width: 500px;
    height: 300px;
}

.default-carousel .e-carousel-items .e-carousel-item .img-container[b-dmznxlx68u] {
    height: 100%;
}

.default-carousel .e-carousel-items .e-carousel-item .img-caption[b-dmznxlx68u] {
    bottom: 5em;
    color: #fff;
    font-size: 12pt;
    height: 2em;
    position: relative;
    padding: 0.3em 1em;
    text-align: center;
    width: 100%;
}

#BasicCard[b-dmznxlx68u], #NewIconCard[b-dmznxlx68u] {
    height: 180px;
    margin: 16px;
}

#SideCard[b-dmznxlx68u] {
    height: 376px;
    margin: 16px;
}

    #SideCard .e-card-image[b-dmznxlx68u] {
        height: 100%;
    }

.e-card > .e-card-image[b-dmznxlx68u] {
    background-repeat: no-repeat;
    min-height: 205px;
}

.newIcon[b-dmznxlx68u] {
    background: #2CC000;
    border-radius: 12px;
    font-family: HelveticaNeue-Medium, 'Segoe UI';
    font-weight: 500;
    color: #ffffff;
    margin-left: 16px;
    font-size: 14px;
    width: 58px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.4px;
}

.row[b-dmznxlx68u] {
    width: 80%;
    margin: auto;
}

.e-btn[b-dmznxlx68u] {
    margin-left: 4px;
}

.e-card .e-card-content[b-dmznxlx68u] {
    padding-top: 0px;
}

.material3-dark .e-card .e-card-header[b-dmznxlx68u],
.material-dark .e-card .e-card-header[b-dmznxlx68u] {
    padding: 10px;
}

.rows[b-dmznxlx68u] {
    overflow: auto;
}

.material3 div.rows:focus[b-dmznxlx68u] {
    border: 1px solid #8b8991;
}

.material3-dark div.rows:focus[b-dmznxlx68u] {
    border: 1px solid #8a8886;
}

.fluent div.rows:focus[b-dmznxlx68u],
.fluent-dark div.rows:focus[b-dmznxlx68u] {
    border: 1px solid #0078d4;
}

.bootstrap5 div.rows:focus[b-dmznxlx68u] {
    border: 1px solid #0d6efd;
}

.bootstrap5-dark div.rows:focus[b-dmznxlx68u] {
    border: 1px solid #408cfd;
}

.tailwind div.rows:focus[b-dmznxlx68u],
.tailwind3 div.rows:focus[b-dmznxlx68u] {
    border: 1px solid #4f46ef;
}

.tailwind-dark div.rows:focus[b-dmznxlx68u],
.tailwind3-dark div.rows:focus[b-dmznxlx68u] {
    border: 1px solid #22d3ee;
}

.material div.rows:focus[b-dmznxlx68u] {
    border: 1px solid #e31656;
}

.material-dark div.rows:focus[b-dmznxlx68u] {
    border: 1px solid #00b0ff;
}

.bootstrap4 div.rows:focus[b-dmznxlx68u] {
    border: 1px solid #007bff;
}

.bootstrap div.rows:focus[b-dmznxlx68u] {
    border: 1px solid #317ab9;
}

.bootstrap-dark div.rows:focus[b-dmznxlx68u] {
    border: 1px solid #3e98ff;
}

.fabric div.rows:focus[b-dmznxlx68u] {
    border: 1px solid #0078d6;
}

.fabric-dark div.rows:focus[b-dmznxlx68u] {
    border: 1px solid #38a9ff;
}

.highcontrast div.rows:focus[b-dmznxlx68u] {
    border: 1px solid #ffd939
}

.appbar-control-section .regular[b-dmznxlx68u],
.appbar-control-section .prominent[b-dmznxlx68u],
.appbar-control-section .dense[b-dmznxlx68u] {
    margin: 0 5px;
}

.appbar-control-section .prominent[b-dmznxlx68u] {
    align-self: center;
    white-space: break-spaces;
    text-align: inherit;
    font-size: 35px;
    line-height: 50px;
}

.appbar-control-section .e-appbar.prominent-appbar[b-dmznxlx68u] {
    background-size: 100% 400px;
    color: #ffffff;
    background-repeat: no-repeat;
    height: 400px;
}

.appbar-control-section .prominent-appbar .e-inherit.e-btn[b-dmznxlx68u] {
    background: transparent;
}

    .appbar-control-section .prominent-appbar .e-inherit.e-btn:hover[b-dmznxlx68u],
    .appbar-control-section .prominent-appbar .e-inherit.e-btn:focus[b-dmznxlx68u],
    .appbar-control-section .prominent-appbar .e-inherit.e-btn:active[b-dmznxlx68u],
    .appbar-control-section .prominent-appbar .e-inherit.e-btn.e-active[b-dmznxlx68u],
    .appbar-control-section .prominent-appbar .e-inherit.e-css.e-btn:hover[b-dmznxlx68u],
    .appbar-control-section .prominent-appbar .e-inherit.e-css.e-btn:focus
    .appbar-control-section .prominent-appbar .e-inherit.e-css.e-btn:active
    .appbar-control-section .prominent-appbar .e-inherit.e-css.e-btn.e-active[b-dmznxlx68u] {
        background: rgba(255, 255, 255, .08);
    }

@media only screen and (max-width: 480px) {
    .appbar-control-section .prominent[b-dmznxlx68u] {
        font-size: 20px;
        line-height: 28px;
    }

    .appbar-control-section .e-appbar.prominent-appbar[b-dmznxlx68u] {
        background-size: 100% 250px;
        height: 250px;
    }

    .fundo_Home_Johann[b-dmznxlx68u] {
        height: auto;
        padding: 1rem;
        background-position: center;
    }

    .produtos_Home[b-dmznxlx68u] {
        top: 0;
        width: 95%;
        margin: 1rem auto;
        padding: 1rem 0.5rem;
    }

    .row[b-dmznxlx68u] {
        width: 100%;
        margin: 0;
    }

    .quem_Somos_Home[b-dmznxlx68u] {
        padding-top: 1rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .banner_Home[b-dmznxlx68u] {
        margin-left: 0;
        width: 100%;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .default-carousel-section .carousel-sample[b-dmznxlx68u] {
        max-width: 100%;
        height: auto;
    }
}
/* /Components/Pages/QuemSomos.razor.rz.scp.css */
/*.cabecalho_QuemSomos {
    background-image: url("/img/Hero-Image-with-Content.png");
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    padding-top: 100px;
    padding-bottom: 300px;
    padding-left: 300px;*/
    /*text-align:center;*/
    /*font-family: 'Arial Rounded MT';
    font-size: 15pt;
    color: #FFFFFF;
}*/

.h3[b-yjg0d4cbi7], .p[b-yjg0d4cbi7] {
    text-align: left;
    margin-left: 680px;
    left: 680px;
}

.p1[b-yjg0d4cbi7] {
    text-align: left;
    margin-left: 380px;
    left: 380px;
}

.jornalQuemSomos[b-yjg0d4cbi7] {
    column-count: 3; /* Specifies the number of columns */
    column-gap: 20px; /* Specifies the gap between columns */
    margin: auto;
    width: 60%;
    padding: 50px;
    color: #3284B6;
    font-size: 15px;
}

jornalQuemSomos[b-yjg0d4cbi7], p[b-yjg0d4cbi7] {
    text-align: justify;
}

.fotoSocios[b-yjg0d4cbi7] {
    column-count: 2; /* Specifies the number of columns */
    column-gap: 20px; /* Specifies the gap between columns */
    margin-left:180px;
    width: 100%;
    color: #3284B6;
    font-size: 15px;
}

.valores[b-yjg0d4cbi7] {
    margin: auto;
    width: 60%;
    padding: 50px;
    color: #3284B6;    
}

.mensagem[b-yjg0d4cbi7] {
    //position: relative;
    //top: -90px;
    /*left: -60px;*/
    //width: 70%;
    margin: auto;
    text-align: center;
    background: #2D4A6E;
    color: #FFFFFF;
    padding-top: 100px;
    padding-bottom: 100px;
}

@media only screen and (max-width: 480px) {
    .cabecalho_QuemSomos[b-yjg0d4cbi7] {
        height: auto;
        padding: 1rem;
        background-position: center;
        font-size: 14pt;
    }

    .h3[b-yjg0d4cbi7], .p1[b-yjg0d4cbi7] {
        margin-left: 0;
        left: auto;
        text-align: left;
        padding: 0 1rem;
    }
}
