@font-face {
    font-family: Poppins-Bold;
    src: url('../fonts/Poppins-Bold.ttf');
}

@font-face {
    font-family: Poppins-Light;
    src: url('../fonts/Poppins-Light.ttf');
}

@font-face {
    font-family: Poppins-SemiBold;
    src: url('../fonts/Poppins-SemiBold.ttf');
}



a {
    text-decoration: none;
    color: black;
}

h1, h2 {
    font-weight: bold;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family: Poppins-Light;
}


serv-real {
    background: #e9e9e9;
    margin-left: 20px;
}


.fundo-login {
    background: #0b0f10;
}

    .fundo-login input {
        color: #00ed3b ;
    }

    .fundo-login h3 {
        color: #e2e7e3 !important;
    }

    .fundo-login .btn-google {
        background-color: #0b0f10 !important;
        color: #00ed3b !important;
        border-color: #00ed3b !important;
    }

    .fundo-login p {
        color: #e2e7e3 !important;
    }

    .fundo-login a {
        color: #e2e7e3 !important;
    }


    .fundo-login label {
        color: #e2e7e3 !important;
    }


    .main {
        background-color: ghostwhite;
    }

.text-aqua {
    color: #00c592 !important;
}

.text-aqua-high {
    color: #00fa9a !important;
}

.bg-ghostwhite {
    background-color: ghostwhite;
}

.bt-footer {
}

    .bt-footer:hover {
        cursor: pointer;
        font-weight: bold;
        border: none;
        border-bottom: 2px solid transparent;
        background-image: linear-gradient( to right, #00ed3b, #00ed3b88, #00ed3b77, #00ed3b66, #00ed3b55, #00ed3b44, #00ed3b33, transparent );
        background-size: 100% 2px;
        background-position: 0 100%;
        background-repeat: no-repeat;
        outline: none;
        transition: box-shadow 0.3s ease-in-out;
    }

.payment-footer {
}

    .payment-footer img {
        max-height: 27px;
        margin: 5px;
        padding: 0;
        width: 33.75px;
    }


.footer-redes {
}

    .footer-redes .icon-rede {
        width: 50px;
        height: 50px;
    }


.lbl-foo {
    font-size: 20px;
    color: #0b0f10 !important;
}

.content-opcao {
    box-shadow: 1px 1px 50px 1px #00000066;
    padding: 1rem;
    display: none;
}

    .content-opcao li {
        padding: 0.5rem;
    }

        .content-opcao li:hover {
            cursor: pointer;
            background-color: #00000011 !important
        }


.white-theme .ag-field-input {
    background-color: transparent !important;
    border-color: #00000055;
    color: #00000099;
}

    .white-theme .ag-field-input:focus {
        border-color: #FF0080 !important;
        color: black;
    }

.white-theme .ag-field-label {
    color: black;
}

.white-theme .container-ghost span {
    color: black;
}


.news-full {
    border-color: #000;
    background-color: #e9e9e9 ;
}

.news-content {
}


    .news-content img {
        width: 35px;
        height: 35px;
        position: absolute;
    }

.foo-content {
    background-color: #fff;
    padding: 70px 0;
}

    .foo-content ul {
        padding: 0;
    }

        .foo-content ul li {
            line-height: 32px;
        }

            .foo-content ul li a {
                margin: 0;
                padding: 0;
                border: 0;
                outline: 0;
                text-decoration: none;
                color: black !important;
            }


.pnl-servic-realiz {
}

    .pnl-servic-realiz .pnl-realiz {
        border-radius: 20px;
        box-shadow: 1px 1px 20px 1px #00000066;
    }


        .pnl-servic-realiz .pnl-realiz:hover {
            transition: 0.5s;
            transform: scale(1.02);
            cursor: pointer;
        }

.link-custom {
    text-decoration: none;
    color: #039C14;
    font-weight: bold;
}

    .link-custom:hover {
        cursor: pointer;
        transition: 0.5s;
        transform: scale(1.02);
    }

.btn-comprar {
    background-color: #039C14;
    color: white;
    border-radius: 10px;
    border: 1px solid #039C14;
    min-width: 130px;
    display: inline-block;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -moz-user-select: none;
    user-select: none;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    align-content: center;
    max-height: 50px;
}

    .btn-comprar:hover {
        transition: 0.5s;
        transform: scale(1.02);
        transform: scale(1.02);
        cursor: pointer;
        color: white;
        font-weight: bold !important;
    }


.btn-google {
    background-color: #FFFFFF;
    color: #353635;
    border-radius: 10px;
    border: 1px solid #039C14;
    min-width: 130px;
    display: inline-block;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -moz-user-select: none;
    user-select: none;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    align-content: center;
    max-height: 50px;
}

    .btn-google:hover {
        transition: 0.5s;
        transform: scale(1.02);
        transform: scale(1.02);
        cursor: pointer;
        color: #039f03 !important;
        font-weight: 600 !important;
    }

.btn-comprar-light {
    background-color: white;
    color: #039C14;
    border-radius: 10px;
    border: 1px solid #039C14;
    min-width: 130px;
    display: inline-block;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -moz-user-select: none;
    user-select: none;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    align-content: center;
    max-height: 50px;
    width: 100%;
}

    .btn-comprar-light:hover {
        transition: 0.5s;
        transform: scale(1.02);
        transform: scale(1.02);
        cursor: pointer;
    }



.btn-simp-b {
    font-weight: bold;
    border-bottom: 2px solid #000000;
    padding: .375rem .75rem;
}

    .btn-simp-b:hover {
        border: none;
        border-bottom: 2px solid transparent;
        background-image: linear-gradient( to right, #00ed3b, #00ed3b88, #00ed3b77, #00ed3b66, #00ed3b55, #00ed3b44, #00ed3b33, transparent );
        background-size: 100% 2px;
        background-position: 0 100%;
        background-repeat: no-repeat;
        color: #00ed3b;
        outline: none;
        transition: box-shadow 0.3s ease-in-out;
    }

    .btn-simp-b:focus {
        box-shadow: 0 2px 6px #00ed3b66;
    }


.pnl-realiz .realiz-body p {
    word-break: break-word;
}

.img-serv-reali {
    width: 30px;
    height: 30px;
    margin-top: 30px
}

.img-servico {
    width: 30px;
    height: 30px;
}

.bg-blue {
    background-color: #039C14;
}

.table-dark {
}

    .table-dark td {
        /*background-color: #039C14 !important;*/
    }

.input-icon-right input {
    padding-right: 8.5%;
}

.input-icon-right img {
    max-height: 27px;
    margin: 5px;
    padding: 0;
    width: 33.75px;
    position: absolute;
    display: flex;
    justify-content: end;
    margin-left: 92%;
}

.acesse-conta {
    display: flex !important;
    width: 100%;
    justify-content: start;
}

.ag-field-input {
    color: #000000;
    font-family: Poppins-Light;
    font-size: 1.0rem;
    letter-spacing: .5px;
    line-height: 1.5rem;
    border: 0;
    outline: 0;
    border-bottom: 1px solid;
    padding-bottom: .5rem;
    width: 100%;
    border-radius: 0px;
    background: transparent;
}

    .ag-field-input:disabled ~ .ag-field-label {
        font-family: Poppins;
        font-size: 1.0rem;
        letter-spacing: .1rem;
        line-height: calc(18px + 2 * ((100vw - 320px) / 447));
        transform: translate3d(0,-120%,0);
    }

    .ag-field-input:focus {
        color: #6B728E;
        box-shadow: none;
    }

    .ag-field-input:focus {
        border-color: #00ed3b;
    }

        .ag-field-input:focus ~ .ag-field-label {
            font-family: Poppins;
            font-size: 1.1rem;
            letter-spacing: .1rem;
            line-height: calc(18px + 2 * ((100vw - 320px) / 447));
            transform: translate3d(0,-120%,0);
        }

    .ag-field-input:valid ~ .ag-field-label {
        font-family: Poppins;
        font-size: 1.1rem;
        letter-spacing: .1rem;
        line-height: calc(18px + 2 * ((100vw - 320px) / 447));
        transform: translate3d(0,-120%,0)
    }

.ag-field-select select {
}

.ag-field-select option {
    background-color: black;
    color: white;
}

    .ag-field-select option:hover,
    .ag-field-select option:focus,
    .ag-field-select option:active {
        background-color: black !important;
        transition: 0s;
    }

.ag-field {
    position: relative
}

.ag-input-color-cinze-full {
    background-color: #302F32;
    color: ghostwhite;
}

.ag-field-label {
    font-family: Poppins-Light !important;
    font-size: 1.0rem;
    letter-spacing: .5px;
    line-height: 3rem;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    transition: all .3s ease;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 10px;
    color: #000000;
}


.text-normal {
    color: #353635 !important;
}


.ag-field-content {
    position: relative;
    margin-top: 2.2rem;
    padding-bottom: 7px;
}


.btn-teal {
    /*background-color: #18191A;*/
    background-color: black;
    color: black !important;
    border-radius: 50px;
    min-width: 130px;
    cursor: pointer;
    display: inline-block;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
}

    .btn-teal:hover {
        background-color: #302F3255 !important;
        color: ghostwhite !important;
        font-weight: bold;
        transition: 0.5s;
        transform: scale(1.05);
        border: 1px solid ghostwhite;
    }


.btn-custom {
    background-color: transparent;
    color: #039f03 !important;
    border-radius: 50px;
    border: 1px solid #039f03;
    min-width: 130px;
    cursor: pointer;
    font-weight: bold;
    display: inline-block;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -moz-user-select: none;
    user-select: none;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    align-content: center;
    max-height: 50px;
}

    .btn-custom:hover {
        background-color: #039f03 !important;
        color: ghostwhite !important;
        font-weight: bold;
        transition: 0.35s;
        transform: scale(1.05);
        border: 1px solid ghostwhite;
    }




.btn-custom-danger {
    background-color: transparent;
    color: #d71d46 !important;
    border-radius: 50px;
    border: 1px solid #d71d46;
    min-width: 130px;
    cursor: pointer;
    font-weight: bold;
    display: inline-block;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -moz-user-select: none;
    user-select: none;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    align-content: center;
    max-height: 50px;
}

    .btn-custom-danger:hover {
        background-color: #d71d46 !important;
        color: ghostwhite !important;
        font-weight: bold;
        transition: 0.35s;
        transform: scale(1.05);
        border: 1px solid ghostwhite;
    }

.img-hover {
}

    .img-hover img:hover {
        transition: 0.35s;
        transform: scale(1.05);
    }

.btn-small {
    background-color: transparent;
    color: #d71d46;
    border-radius: 50px;
    border: 1px solid #d71d46;
    min-width: 100px;
    cursor: pointer;
    font-weight: bold;
    display: inline-block;
    line-height: 1.1rem;
    text-align: center;
    text-decoration: none;
    font-size: 0.85rem;
    align-content: center;
    max-height: 25px;
}

    .btn-small:hover {
        background-color: #d71d46 !important;
        color: ghostwhite !important;
        font-weight: bold;
        transition: 0.35s;
        transform: scale(1.05);
        border: 1px solid ghostwhite;
    }

.btn-custom-light {
    background-color: #039f03;
    color: #FFFFFF !important;
    border-radius: 50px;
    min-width: 130px;
    border: unset;
    cursor: pointer;
    font-weight: bold;
    display: inline-block;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -moz-user-select: none;
    user-select: none;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    align-content: center;
    max-height: 50px;
}

    .btn-custom-light:hover {
        background-color: transparent !important;
        border: 1px solid #039f03 !important;
        color: #039f03 !important;
        font-weight: bold;
        transition: 0.35s;
        transform: scale(1.05);
        border: 1px solid ghostwhite;
    }



.btn-pink {
    border-radius: 0px !important;
    background-color: black !important;
    color: ghostwhite !important;
    font-weight: bold;
    transition: 0.5s;
    transform: scale(1.05);
    border: 1px solid ghostwhite;
    align-content: center;
}



    .btn-pink:hover {
        background-color: #00ed3b55 !important;
        cursor: pointer !important;
    }

.btn-black {
    background-color: black !important;
    color: white !important;
    border-radius: 0px !important;
    font-weight: bold;
    transition: 0.5s;
    transform: scale(1.05);
    border: 1px solid ghostwhite;
    align-content: center;
}

    .btn-black:hover {
        background-color: #00000055 !important;
        cursor: pointer !important;
    }

.btn-voltar {
    background-color: transparent;
    color: black;
    border: 0;
    border-radius: 50px;
    min-width: 130px;
}

    .btn-voltar:hover {
        /*background-color: #302F3255 !important;*/
        color: black !important;
        font-weight: bold;
        transition: 0.35s;
        transform: scale(1.05);
        border: 0;
        border-bottom: 1px solid #000000 !important;
    }


.form-control:focus {
    background-color: #FFFFFF;
    border-color: #039C14;
    outline: 0;
    box-shadow: none !important;
}

.card-elevation {
    box-shadow: 0px 0px 10px 0px #00000020;
}

.ag-field-input:valid ~ .ag-field-label {
    font-family: Poppins;
    font-size: 1rem;
    letter-spacing: .1rem;
    line-height: calc(18px + 2 * ((100vw - 320px) / 447));
    transform: translate3d(0,-120%,0)
}

.ag-field-input:read-only ~ .ag-field-label {
    font-family: Poppins;
    font-size: 1rem;
    letter-spacing: .1rem;
    line-height: calc(18px + 2 * ((100vw - 320px) / 447));
    transform: translate3d(0,-120%,0)
}



.lbl-information {
    font-size: .75rem;
}



.img-small {
    width: 30px;
    height: 30px;
}

.img-big-small {
    width: 20px;
    height: 20px;
}


.img-medium {
    width: 60px;
    height: 60px;
}

.img-strong {
    width: 150px;
}

.img-strong-radius {
    width: 80px;
    height: 80px;
    border-radius: 50px;
}


.img-large {
    width: 15rem;
    height: 15rem;
    margin-top: 2rem;
    margin-left: 2rem;
}

.radius {
    border-radius: 50px;
}


.icon-button {
}

    .icon-button:hover {
        transition: 0.5s;
        transform: scale(1.05);
        cursor: pointer;
    }




.theme-light {
}

    .theme-light nav a {
        color: #336791;
    }

        .theme-light nav a:hover {
            transition: 0.5s;
            transform: scale(1.05);
            cursor: pointer;
            /*color: #039C14 !important;*/
        }







    .theme-light .topo-fundo {
        width: 100%;
        height: 200px;
        background-color: #039C1499;
    }



.uppercase-input {
    text-transform: uppercase;
}


.topo-fundo .btn-item {
    padding: 2rem;
    /*    border-radius: 100%;
    background-color: #FFFFFF55;*/
    text-align: center;
    display: inline-grid;
    justify-items: center;
    width: 125px;
}

.btn-item:hover {
    transition: 0.5s;
    transform: scale(1.05);
    cursor: pointer;
    background-color: #101618 !important;
    color: #e2e7e3!important;
    border-radius: 50px;
    box-shadow: 1px 1px 10px 0px #e2e7e355;
}

.btn-item .fa-solid {
    width: 30px;
    height: 30px;
    /*color: white;*/
    font-size: 20px;
    align-content: center;
}

.topo-fundo .btn-item span {
    color: #FFFFFF;
    font-size: 0.75rem;
}

.topo-fundo .btn-item .radius-item {
    padding: 0.5rem;
    border-radius: 100%;
    background-color: #FFFFFF55;
}

.text-destaque {
    color: #039C14 !important;
    font-weight: bold;
}

.form-check-input:checked {
    background-color: #039C14 !important;
    border-color: #039C14 !important;
}


a:hover {
    color: #039C14;
}

.link-redirection-simple {
    color: #039C14;
}

    .link-redirection-simple b {
        color: #0b0f10;
    }

    .link-redirection-simple:hover {
        /*color: #039C1499 !important;*/

        border-bottom: 3px solid #00ed3b !important;
        cursor: pointer;
        color: #00ed3b !important;
        font-weight: bold;
    }

    .link-redirection-simple b:hover {
        color: #039C1499 !important;
    }

.text-pnl-custom {
    color: white !important;
}

    .text-pnl-custom:hover {
        color: #FFFFFF99 !important;
    }

.lbl-error {
    color: red !important;
    font-size: 0.85rem !important;
}

.c-loader-overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    align-content: center;
    z-index: 9999;
    left: 0;
    background: url(/imgs/loader.svg) 50% 50% no-repeat;
}

.lbl-sucesso {
    color: green !important;
    font-size: 0.85rem !important;
}

.eye-order {
    transition: transform 0.25s ease-in-out; /* Transição suave para a rotação */
}
/* Classe que adiciona a rotação */
.rotate {
    transform: rotate(360deg); /* Rotaciona 360 graus */
}





/*DETALHES PLANO CSS*/

.pnl-detalhes-plano {
}

    .pnl-detalhes-plano d-item {
    }

    .pnl-detalhes-plano .d-item span {
        font-size: .8rem;
    }

.top-plano {
    border: 2px solid #039C14;
    transform: scale(1.02);
}

    .top-plano:hover {
        transform: scale(1.04) !important;
    }


.img-icon-nav {
    width: 35px;
    height: 35px;
    border-radius: 50px;
}
/*FIM DETALHES PLANO CSS*/





.v-mobile {
    display: none;
}

.v-desktop {
    /*display: block;*/
}


.texto-sobre-imagem {
    position: absolute;
    top: 0;
    color: white;
    margin-top: 30vh;
}


.cards-index {
    text-align: -webkit-center !important;
}

.card-i {
    border-radius: 50px;
    box-shadow: 7px 7px 13px 10px rgba(50, 50, 50, 0.22);
    padding: 30px;
    margin: 20px;
    max-width: 400px;
    transition: all 0.3s ease-out;
    background-color: white;
}

    .card-i:hover {
        transform: translateY(-5px);
        cursor: pointer;
    }

    .card-i .icon-home {
        font-size: 40px;
        color: #039C14;
        position: absolute;
        margin-top: -15px;
        margin-left: 120px;
    }




.image-i {
    float: right;
    max-width: 64px;
    max-height: 64px;
}


.card .card-description .card-img-i {
    width: 150px;
    height: 100px;
}


.bt-tooltip {
    background-color: #039C14;
    color: #FFFFFF;
    padding: 2px;
    border-radius: 20px;
    width: 25px;
    height: 25px;
    text-align: center;
}

    .bt-tooltip:hover {
        transition: 0.5s;
        transform: scale(1.05);
        cursor: pointer;
        color: #FFFFFF;
    }

.bt-simples {
}

    .bt-simples:hover {
        transition: 0.5s;
        transform: scale(1.01);
        cursor: pointer;
        color: #039f03 !important;
    }




.pnl-rendimentos-gastos {
}

    .pnl-rendimentos-gastos .collapse {
        font-size: .75rem;
    }




















.user-area {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    /*margin-left: 20px;*/
}

.user-dropdown {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    position: relative;
    padding: 2px 2px;
    border-radius: 50px;
    transition: all 0.3s ease;
}

    .user-dropdown:hover {
        box-shadow: 0 0 20px #00ed3bcc;
    }

.user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #039f03;
}

.user-name {
    font-weight: 500;
    font-size: 14px;
    color: #333;
}

.user-menu {
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    min-width: 200px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-radius: 8px;
    padding: 10px 0;
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

.user-dropdown:hover .user-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.user-menu-item {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    color: #555;
    text-decoration: none;
    transition: all 0.2s ease;
}

    .user-menu-item:hover {
        background: #f8f8f8;
        color: #0066ff;
        padding-left: 25px;
    }

    .user-menu-item .icon {
        margin-right: 10px;
        font-size: 18px;
    }

.logout-btn {
    color: #e74c3c !important;
    border-top: 1px solid #f0f0f0;
    margin-top: 5px;
    padding-top: 15px;
}

    .logout-btn:hover {
        color: #c0392b !important;
    }






.avatar-letra {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: white;
    font-size: 1rem;
    flex-shrink: 0;
    background-color: #ccc; /* Fallback */
}




.img-post {
    max-height: 500px;
    object-fit: scale-down;
}


.message-warning {
    background-color: #ff212122;
    padding: .75rem !important;
}


.curtiu {
    font-size: 1.75rem !important;
    color: red !important;
}

.nao-curtiu {
    font-size: 1.75rem !important;
    color: #353635 !important;
}


.card-hover:hover {
    background-color: #00808022 !important;
    cursor: pointer;
    transition: 0.25s;
    transform: scale(1.01);
    border: 1px solid #00ed3b;
}

.desktop-ms-auto {
    margin-left: auto !important;
}

.padding-bottom-d {
    padding: 0px 0px 30px 0px !important;
}




/* WhatsApp Float */
.whatsapp-float {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 1000;
    background: linear-gradient(135deg, #25D366, #20C05C);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(37, 211, 102, 0.4);
    cursor: pointer;
    transition: all 0.3s ease;
    animation: float-bounce 3s ease-in-out infinite;
}

    .whatsapp-float:hover {
        transform: scale(1.1);
        box-shadow: 0 15px 40px rgba(37, 211, 102, 0.6);
    }

@keyframes float-bounce {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}



.alert-warning {
    color: #fff;
    background-color: #000;
    border-color: #ffecb5;
}

    .alert-warning .btn-reenviar-email {
        color: #00ed3b;
        background-color: #000;
        text-decoration: none;
        border: 0;
        box-shadow: 0px 1px 5px 0px #00ed3b;
        padding: .5rem !important;
    }

        .alert-warning .btn-reenviar-email:hover {
            color: #00fa9a !important;
            transform: scale(1.02);
            transition: 0.5s;
        }



/*TELAS GRANDE*/
@media only screen and (min-width: 766px) {
    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
}

/*MOBILE*/
@media only screen and (max-width: 765px) {
    .theme-light .topo-fundo {
        width: 100%;
        height: 35rem;
        /*background: linear-gradient(#039C14, #039C14, #039C14,#039C14,#039C14,#039C1499,#039C1499,#039C1499,#039C1499,#039C1499,#039C1499,#039C1499, #039C1499, #039C1499,#039C1499,#039C1499,#039C1499,#039C1499,#039C1499,#039C1499,#039C1499,#039C1499,#039C1499,#039C1499,#039C1499,#039C1499,#039C1499,#039C1499, #039C1488, #039C1477, #039C1466, #039C1455, #039C1499, #039C1499, #039C1499, #039C14);*/

        background-color: #039C1499;
    }

    .user-menu {
        right: unset !important;
    }


    .geral-visible {
        margin-bottom: 10px;
    }

    .mobile-ms-auto {
        margin-left: auto !important;
    }

    .desktop-ms-auto {
        margin-left: unset !important;
    }


    .padding-bottom-d {
        padding: unset !important;
    }
}
#newsOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 100%;*/
    background: #fff;
    z-index: 1000;
}

#newsOverlay .news-overlay-content {
    background: #ffffff;
    color: #000000;
    padding: 2rem;
    border-radius: 4px;
}

.fade-in {
    animation: fadeIn 0.3s forwards;
}

.fade-out {
    animation: fadeOut 0.3s forwards;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fadeOut {
    from { opacity: 1; }
    to { opacity: 0; }
}

.message-error,
.message-sucesso {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.message-error.show,
.message-sucesso.show {
    opacity: 1;
}
