/*----------- Celular ---------------*/

@media (max-width:550px) {



    body {
        margin: 0;
        padding: 0;
        font-family: Constantia, "Constantia", serif;
        background-color: #656662;
        color: #333;
        background-image: url("../../assets/background/Copinho\ Rosa.jpeg");
        background-size: cover;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
    }


    .editIcon {
        width: 10px;
        height: 10px;
        color: cornflowerblue;
        cursor: pointer;
    }

    .dropdown-menu {





        width: 20%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        font-size: 1rem;

        border-radius: 5px;
        padding: 10px;
    }



    .dropdown-toggle {



        width: 20%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        font-size: 1rem;
        background-color: #007bff;
        color: white;
        border-radius: 5px;
        padding: 10px;
    }


    .Fundo {

        align-items: center;




    }

    .mb-3 {

        width: 80%;

        margin-left: 10%;
        margin-right: 10%;
    }


    .h5 {

        font-size: 10px;
        margin-top: 2%;
        margin-bottom: 2%;
        text-align: center;

    }

    .col-10 {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0%;
        padding-right: 0%;
        text-align: center;
    }

    .capTable {
        width: 100%;
        margin-left: 1%;
        margin-right: 1%;
        margin-top: 1rem;
        margin-bottom: 1rem;
        border-collapse: collapse;
        font-size: 0.85rem;
        border-radius: 8px;
        overflow-x: auto;
        display: block;
    }

    .capTable th,
    .capTable td {
        border: 1px solid #ffffff;
        padding: 6px;
        text-align: center;
        border-radius: 4px;
        word-break: break-word;
        font-size: 0.5rem;
    }

    .capTable tr:nth-child(even) {
        background-color: #e6ffe6;
        border-radius: 4px;
    }

    .capTable tr:nth-child(odd) {
        background-color: #41f8c1;
        border-radius: 4px;
    }

    .capTable th {
        height: 20px;
        background-color: deepskyblue;
        color: white;
        border-radius: 4px;
        font-size: 0.5rem;
    }





}


/*----------- Computador ---------------*/
@media (min-width: 550px) {


    body {
        margin: 0;
        padding: 0;
        font-family: Constantia, "Constantia", serif;
        background-color: #656662;
        color: #333;
        background-image: url("../../assets/background/Copinho\ Rosa.jpeg");
        background-size: cover;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
    }

    .col-10 {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-right: 40px;
        padding-left: 40px;

        text-align: center;
    }

    .editIcon {
        width: 20px;
        height: 20px;
        color: cornflowerblue;
        cursor: pointer;
    }



    .dropdown-menu {





        width: 20%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        font-size: 1rem;

        border-radius: 5px;
        padding: 10px;
    }



    .dropdown-toggle {



        width: 20%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        font-size: 1rem;
        background-color: #007bff;
        color: white;
        border-radius: 5px;
        padding: 10px;
    }




    .form-select {

        width: 20%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        font-size: 1rem;
        background-color: #ffffff;
        color: rgb(0, 0, 0);
        border-radius: 5px;
        padding: 10px;
    }






    .mb-3 {

        width: 40%;

        margin-left: auto;
        margin-right: auto;
    }


    .h5 {

        font-size: 1.5rem;
        margin-top: 2%;
        margin-bottom: 2%;
        text-align: center;

    }


    .capTable {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin: 2rem auto;
        border-collapse: collapse;

        font-size: 1rem;
        border-radius: 10px;
    }

    .capTable th,
    .capTable td {
        border: 1px solid #ffffff;
        padding: 8px;
        text-align: center;
        border-radius: 5px;

    }

    .capTable tr:nth-child(even) {
        background-color: #e6ffe6;
        border-radius: 5px;
    }

    .capTable tr:nth-child(odd) {
        background-color: #41f8c1;
        border-radius: 5px;
    }

    .capTable th {
        height: 25px;
        background-color: deepskyblue;
        color: white;
        border-radius: 5px;
    }





}

body.pg-internal.pg-fluxo .fluxo-home {
    background:
        radial-gradient(circle at top right, rgba(216, 176, 123, 0.24), transparent 28%),
        linear-gradient(160deg, rgba(6, 26, 47, 0.96), rgba(8, 37, 66, 0.92));
}

body.pg-internal.pg-fluxo .fluxo-hero,
body.pg-internal.pg-fluxo .fluxo-actions-section,
body.pg-internal.pg-fluxo .fluxo-diagram-section {
    width: 100%;
}

body.pg-internal.pg-fluxo .fluxo-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(280px, 0.95fr);
    gap: 24px;
    align-items: stretch;
    padding-top: 12px;
}

body.pg-internal.pg-fluxo .fluxo-eyebrow,
body.pg-internal.pg-fluxo .fluxo-section-kicker,
body.pg-internal.pg-fluxo .fluxo-diagram-badge,
body.pg-internal.pg-fluxo .fluxo-action-eyebrow,
body.pg-internal.pg-fluxo .fluxo-stat-label {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    border-radius: 999px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.74rem;
    font-weight: 700;
}

body.pg-internal.pg-fluxo .fluxo-eyebrow {
    padding: 8px 14px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffd9b1;
    margin-bottom: 16px;
}

body.pg-internal.pg-fluxo .fluxo-title,
body.pg-internal.pg-fluxo .fluxo-section-title,
body.pg-internal.pg-fluxo .fluxo-diagram-card h3 {
    text-align: left;
    color: #ffffff;
    margin: 0;
}

body.pg-internal.pg-fluxo .fluxo-title {
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.05;
    max-width: 12ch;
}

body.pg-internal.pg-fluxo .fluxo-subtitle,
body.pg-internal.pg-fluxo .fluxo-section-text,
body.pg-internal.pg-fluxo .fluxo-diagram-card p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    line-height: 1.7;
    margin: 0;
}

body.pg-internal.pg-fluxo .fluxo-subtitle {
    max-width: 58ch;
    margin-top: 18px;
}

body.pg-internal.pg-fluxo .fluxo-hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 28px;
}

body.pg-internal.pg-fluxo .fluxo-primary-action,
body.pg-internal.pg-fluxo .fluxo-secondary-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 20px;
    border-radius: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

body.pg-internal.pg-fluxo .fluxo-primary-action {
    background: linear-gradient(135deg, #ffd7a6, #d8b07b);
    color: #2f1d1a;
    box-shadow: 0 14px 28px rgba(216, 176, 123, 0.28);
}

body.pg-internal.pg-fluxo .fluxo-secondary-action {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.14);
}

body.pg-internal.pg-fluxo .fluxo-primary-action:hover,
body.pg-internal.pg-fluxo .fluxo-secondary-action:hover,
body.pg-internal.pg-fluxo .fluxo-action-card:hover {
    transform: translateY(-2px);
}

body.pg-internal.pg-fluxo .fluxo-hero-panel {
    display: grid;
    gap: 14px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.06));
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 28px;
    padding: 20px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

body.pg-internal.pg-fluxo .fluxo-stat-card {
    background: rgba(8, 18, 34, 0.44);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 18px;
}

body.pg-internal.pg-fluxo .fluxo-stat-label {
    padding: 6px 10px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.7);
}

body.pg-internal.pg-fluxo .fluxo-stat-value {
    display: block;
    margin-top: 14px;
    color: #ffffff;
    font-size: 1.6rem;
    line-height: 1.1;
}

body.pg-internal.pg-fluxo .fluxo-actions-section,
body.pg-internal.pg-fluxo .fluxo-diagram-section {
    margin-top: 34px;
}

body.pg-internal.pg-fluxo .fluxo-section-heading {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: end;
    margin-bottom: 20px;
}

body.pg-internal.pg-fluxo .fluxo-section-kicker,
body.pg-internal.pg-fluxo .fluxo-diagram-badge {
    padding: 6px 12px;
    background: rgba(255, 255, 255, 0.08);
    color: #c2d8f0;
    margin-bottom: 12px;
}

body.pg-internal.pg-fluxo .fluxo-actions-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

body.pg-internal.pg-fluxo .fluxo-action-card {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-height: 250px;
    padding: 22px;
    border-radius: 24px;
    color: #132742;
    text-decoration: none;
    box-shadow: 0 20px 32px rgba(0, 0, 0, 0.16);
    transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

body.pg-internal.pg-fluxo .fluxo-action-card::after {
    content: "";
    position: absolute;
    inset: auto -10% -30% auto;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
}

body.pg-internal.pg-fluxo .fluxo-action-card--pink {
    background: linear-gradient(180deg, #ffcbe0 0%, #f6a7c4 100%);
}

body.pg-internal.pg-fluxo .fluxo-action-card--green {
    background: linear-gradient(180deg, #d8f6b6 0%, #9fd871 100%);
}

body.pg-internal.pg-fluxo .fluxo-action-card--gold {
    background: linear-gradient(180deg, #ffe8a8 0%, #f3c769 100%);
}

body.pg-internal.pg-fluxo .fluxo-action-icon {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.42);
    font-size: 1.35rem;
}

body.pg-internal.pg-fluxo .fluxo-action-eyebrow {
    position: relative;
    z-index: 1;
    color: rgba(19, 39, 66, 0.68);
}

body.pg-internal.pg-fluxo .fluxo-action-card h3,
body.pg-internal.pg-fluxo .fluxo-action-card p {
    position: relative;
    z-index: 1;
    margin: 0;
}

body.pg-internal.pg-fluxo .fluxo-action-card h3 {
    font-size: 1.4rem;
    color: #132742;
}

body.pg-internal.pg-fluxo .fluxo-action-card p {
    color: rgba(19, 39, 66, 0.78);
    line-height: 1.6;
}

body.pg-internal.pg-fluxo .fluxo-action-card.is-disabled {
    opacity: 0.78;
    cursor: not-allowed;
}

body.pg-internal.pg-fluxo .fluxo-action-card.is-disabled:hover {
    transform: none;
}

body.pg-internal.pg-fluxo .fluxo-diagram-card {
    display: grid;
    grid-template-columns: minmax(250px, 0.9fr) minmax(0, 1.4fr);
    gap: 18px;
    align-items: center;
    padding: 20px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    border: 1px solid rgba(255, 255, 255, 0.08);
}

body.pg-internal.pg-fluxo .fluxo-diagram-copy {
    padding: 8px;
}

body.pg-internal.pg-fluxo .fluxo-diagram-media {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 24px;
    padding: 12px;
    box-shadow: 0 18px 30px rgba(0, 0, 0, 0.12);
}

body.pg-internal.pg-fluxo .fluxo-diagram-media img {
    display: block;
    width: 100%;
    border-radius: 18px;
}

@media (max-width: 991px) {

    body.pg-internal.pg-fluxo .fluxo-hero,
    body.pg-internal.pg-fluxo .fluxo-diagram-card,
    body.pg-internal.pg-fluxo .fluxo-section-heading {
        grid-template-columns: 1fr;
    }

    body.pg-internal.pg-fluxo .fluxo-section-heading {
        display: grid;
        align-items: start;
    }

    body.pg-internal.pg-fluxo .fluxo-actions-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    body.pg-internal.pg-fluxo .fluxo-home {
        margin: 16px;
        padding: 18px;
    }

    body.pg-internal.pg-fluxo .fluxo-title {
        max-width: none;
    }

    body.pg-internal.pg-fluxo .fluxo-hero-panel {
        grid-template-columns: 1fr;
    }

    body.pg-internal.pg-fluxo .fluxo-actions-grid {
        grid-template-columns: 1fr;
    }

    body.pg-internal.pg-fluxo .fluxo-action-card {
        min-height: 220px;
    }
}