﻿#toast-container > .toast-success {
    background-image: url(../../assets/images/check-circle.png) !important;
    background-position: 10px 10px;
    padding: 12px 15px 15px 50px !important;
    color: #3e5569 !important;
    font-size: 100% !important;
    border-color: #1b9b45;
    border-width: 1px 1px 1px 8px;
    background-color: #fff !important;
    background-size: 32px !important;
}

    #toast-container > .toast-success::after /*ICONE CLOSE*/ {
        content: "\f00d"; /* aqui coloca o codigo do icone */
        font-family: "Font Awesome 5 Pro";
        font-weight: 700 !important;
        right: 10px;
        position: absolute;
        top: 0;
        font-size: 110% !important;
        margin-top: 2%;
        margin-left: 5%;
        color: #1b9b45;
    }

#toast-container > .toast-error {
    position: relative;
    padding: 12px 15px 15px 50px !important;
    color: #3e5569 !important;
    font-size: 100% !important;
    border-color: #db242a;
    border-width: 1px 1px 1px 8px;
    background-color: #fff !important;
}

    #toast-container > .toast-error::before {
        content: "\f057"; /* aqui coloca o codigo do icone */
        font-family: "Font Awesome 5 Pro";
        font-weight: 700 !important;
        left: -5px;
        position: absolute;
        top: 0;
        font-size: 32px !important;
        margin-top: 2%;
        margin-left: 5%;
        color: #db242a;
    }

    #toast-container > .toast-error::after {
        content: "\f00d"; /* aqui coloca o codigo do icone */
        font-family: "Font Awesome 5 Pro";
        font-weight: 700 !important;
        right: 10px;
        position: absolute;
        top: 0;
        font-size: 110% !important;
        margin-top: 2%;
        margin-left: 5%;
        color: #db242a;
    }

#toast-container > .toast-warning {
    position: relative;
    padding: 12px 15px 15px 50px !important;
    color: #3e5569 !important;
    font-size: 100% !important;
    border-color: #fcd100;
    border-width: 1px 1px 1px 8px;
    background-color: #fff !important;
}

    #toast-container > .toast-warning::before {
        content: "\f071"; /* aqui coloca o codigo do icone */
        font-family: FontAwesome;
        left: -5px;
        position: absolute;
        top: 0;
        font-size: 220% !important;
        margin-top: 2%;
        margin-left: 5%;
        color: #fcd100;
    }

    #toast-container > .toast-warning::after {
        content: "\f00d"; /* aqui coloca o codigo do icone */
        font-family: "Font Awesome 5 Pro";
        font-weight: 700 !important;
        right: 10px;
        position: absolute;
        top: 0;
        font-size: 110% !important;
        margin-top: 2%;
        margin-left: 5%;
        color: #fcd100;
    }


#toast-container > .toast-info {
    position: relative;
    padding: 12px 15px 15px 50px !important;
    color: #3e5569 !important;
    font-size: 100% !important;
    border-color: #007acc;
    border-width: 1px 1px 1px 8px;
    background-color: #fff !important;
}

    #toast-container > .toast-info::before {
        content: "\f05a"; /* aqui coloca o codigo do icone */
        font-family: FontAwesome;
        left: -5px;
        position: absolute;
        top: 0;
        font-size: 220% !important;
        margin-top: 2%;
        margin-left: 5%;
        color: #007acc;
    }

.toast-title {
    font-weight: 700;
    margin-bottom: 3%;
    font-size: 120% !important;
    color: #00274e !important;
}



input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

.fundo-login {
    padding: 20px;
    background: url(../../dist/figma/login/backgroundLogin.svg) no-repeat center center;
    background-size: auto 100%;
}

.fundo-prin {
    background: url(../../dist/figma/login/rocket-login.svg) no-repeat center center;
    background-size: auto 100%;
}

.text-login {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 60px;
    color: #FFFFFF;
}

.text-link {
    font-family: Ubuntu;
    letter-spacing: 1px;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 60px;
    color: #FFFFFF;
    cursor: pointer;
}

.icone {
    display: flex;
    align-items: center;
    padding: .0rem .75rem;
    font-size: 22px;
    line-height: 1.5;
    color: rgba(0, 39, 78, 0.5) !important;
    text-align: center;
    background-color: #fff;
    cursor: pointer;
    margin-bottom: 0px !important;
}

.btn-degrade-orange {
    background: linear-gradient(180deg, #F15500 0%, #E89E77 100%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    color: #fff;
    height: 40px;
}

    .btn-degrade-orange:hover {
        color: #fff;
    }

.text-esqueceu {
    font-family: Montserrat;
    letter-spacing: 1px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    cursor: pointer;
}

    .text-esqueceu:hover {
        opacity: 0.8;
    }

.acesse {
    font-family: Ubuntu;
    letter-spacing: 1px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
}

.login-widht {
    width: 106%
}

.form-control.required.is-invalid #basic-addon1 {
    border-color: red;
}

.text-login1 {
    font-family: Ubuntu;
    letter-spacing: 1px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 31px;
    text-align: center;
    color: #FFFFFF;
}

.back-fundo {
    background: linear-gradient(0.18deg, #0656A9 -36.39%, #22507F -27.17%, #00254A 0); 
}

.line-separation {
    position: relative; /* Defina a posição como relativa para posicionamento absoluto do pseudo-elemento */
}

    .line-separation::before {
        content: "";
        position: absolute;
        top: 15%;
        right: 0;
        bottom: 0;
        width: 1px;
        background: linear-gradient(to bottom, #00274E, #ffffff33, #00274E);
        height: 70%;
    }

.text-principal {
    font-family: Ubuntu;
    letter-spacing: 1px;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    color: #FFFFFF;
    letter-spacing: 2px;
}

.text-principal-mobile {
    font-family: Ubuntu;
    letter-spacing: 1px;
    font-style: normal;
    font-weight: bold;
    font-size: 19px;
    text-align: center;
    color: #FFFFFF;
}

.image {
    -webkit-filter: grayscale(0%);
}

    .image:hover {
        opacity: 0.9;
        transition: 0s;
    }

.fa-eye {
    width: 27.5px;
    margin-right: -2px;
}

.btn-hover {
    height: 52px;
    background-color: #0897CB;
    letter-spacing: 1px;
    color: #fff;
}

    .btn-hover:hover {
        background-color: #00C1EB;
        color: #fff;
    }

@media screen and (min-width: 960px) {
    .fundo-login {
        display: block;
    }

    .div-logo-sup {
        width: 100%;
        height: 35%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }

        .div-logo-sup img {
            width: 60%;
        }

    .form-horizontal {
        margin-top: 0px;
    }

        .form-horizontal label {
            color: #fff;
            font-size: 18px;
            font-weight: 500;
        }

    .lbl-text-recuperar {
        width: 100%;
        margin: 0px;
        text-align: center;
        margin-bottom: 31px;
    }

        .lbl-text-recuperar label {
            font-family: Ubuntu;
            letter-spacing: 1px;
        }

    .row-icon-sucess-email {
        width: 100%;
        margin: 0px;
        margin-bottom: 40px;
    }

    .row-text-sucess-email {
        width: 100%;
        margin: 0px;
        margin-bottom: 30px;
        padding: 0px 10px;
        text-align: center;
    }

        .row-text-sucess-email label {
            color: #fff;
            font-size: 16px;
            text-align: center;
            line-height: 20px;
            font-style: normal;
            font-family: Ubuntu;
            letter-spacing: 1px;
            font-weight: 500;
        }

    .row-text2-sucess-email {
        font-family: Ubuntu;
        letter-spacing: 1px;
        width: 100%;
        margin: 0px;
        margin-bottom: 20px;
        padding: 0px 10px;
        font-weight: 500;
    }

        .row-text2-sucess-email label {
            color: white;
            font-size: 14px;
            text-align: center;
            line-height: 18px;
            font-style: normal;
            font-weight: 500;
        }
}

@media (min-width: 560px) and (max-width: 959px) {
    .fundo-login {
        display: none;
    }

    .btn-comunicado-mobile {
        position: fixed;
        right: 48px;
        bottom: 48px;
        border: none;
        background-color: #fff;
        height: 48px;
        padding: 8px 24px;
        border-radius: 24px !important;
        box-shadow: 3px 7px 10px 0px rgba(0, 0, 0, 0.25);
        color: #00274E;
        font-family: Montserrat;
        font-size: 20px;
        font-weight: 500;
    }

        .btn-comunicado-mobile :hover {
            background: #D7F1FF;
        }    

    .div-logo-sup img {
        height: 60%;
    }

    .form-horizontal {
        margin-top: 0px;
    }

        .form-horizontal label {
            color: #fff;
            font-size: 18px;
            font-weight: bold;
        }

    .lbl-text-recuperar {
        width: 100%;
        margin: 0px;
        text-align: center;
        margin-bottom: 31px;
    }

        .lbl-text-recuperar label {
            font-family: Ubuntu;
            letter-spacing: 1px;
        }

    .row-icon-sucess-email {
        width: 100%;
        margin: 0px;
        margin-bottom: 40px;
    }

    .row-text-sucess-email {
        width: 100%;
        margin: 0px;
        margin-bottom: 30px;
        padding: 0px 10px;
        text-align: center;
    }

        .row-text-sucess-email label {
            color: #fff;
            font-size: 16px;
            text-align: center;
            line-height: 20px;
            font-style: normal;
            font-family: Ubuntu;
            letter-spacing: 1px;
            font-weight: 500;
        }

    .row-text2-sucess-email {
        font-family: Ubuntu;
        letter-spacing: 1px;
        width: 100%;
        margin: 0px;
        margin-bottom: 20px;
        padding: 0px 10px;
        font-weight: 500;
    }

        .row-text2-sucess-email label {
            color: white;
            font-size: 16px;
            text-align: center;
            line-height: 18px;
            font-style: normal;
            font-weight: 500;
        }
}

@media (max-width: 559px) {
    .fundo-login {
        display: none;
    }

    .btn-comunicado-mobile {
        position: fixed;
        right: 30px;
        bottom: 30px;
        border: none;
        background-color: #fff;
        height: 42px;
        padding: 0px 21px;
        border-radius: 24px !important;
        box-shadow: 3px 7px 10px 0px rgba(0, 0, 0, 0.25);
        color: #00274E;
        font-family: Montserrat;
        font-size: 16px;
        font-weight: 500;
    }

        .btn-comunicado-mobile :hover {
            background: #D7F1FF;
        }

    .div-logo-sup {
        width: 100%;
        height: 25%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .div-logo-sup img {
            width: 60%;
        }

    .form-horizontal {
        margin-top: 0px;
    }

        .form-horizontal label {
            color: #fff;
            font-size: 16px;
            font-weight: bold;
        }

    .login-campo {
        height: 54px;
        padding: 11px 3px;
        margin-bottom: 20px;
    }

    .div-cont-lat {
        margin: 0px;
        height: 75%;
    }

    .lbl-text-recuperar {
        width: 100%;
        margin: 0px;
        text-align: center;
        margin-bottom: 31px;
        margin-top: 21px;
    }

        .lbl-text-recuperar label {
            font-family: Ubuntu;
            letter-spacing: 1px;
        }

    .row-icon-sucess-email {
        width: 100%;
        margin: 0px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .row-text-sucess-email {
        font-family: Ubuntu;
        letter-spacing: 1px;
        width: 100%;
        margin: 0px;
        margin-bottom: 30px;
        padding: 0px 0px;
        text-align: center;
        font-weight: 500;
    }

        .row-text-sucess-email label {
            color: #fff;
            font-size: 16px;
            text-align: center;
            line-height: 20px;
            font-style: normal;
            font-family: Ubuntu;
            letter-spacing: 1px;
            font-weight: 500;
        }

    .row-text2-sucess-email {
        font-family: Ubuntu;
        letter-spacing: 1px;
        width: 100%;
        margin: 0px;
        margin-bottom: 20px;
        padding: 0px 0px;
        font-weight: 500;
    }

        .row-text2-sucess-email label {
            color: white;
            font-size: 14px;
            text-align: center;
            line-height: 16px;
            font-style: normal;
            font-weight: 500;
        }
}

.alert__cookie {
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 0;
    right: 0;
    background: #FFFFFF;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    min-height: 82px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 21px 25px;
}

    .alert__cookie p {
        margin: 0px;
        margin-right: 30px;
        font-family: Montserrat;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: left;
    }

    .alert__cookie button {
        min-width: 170px;
        height: 40px;
        background: linear-gradient(0deg, #00274E, #00274E);
        box-shadow: 3px 3px 5px rgba(0, 39, 78, 0.1);
        border: none;
        border-radius: 20px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        color: #FFFFFF;
    }

        .alert__cookie button:hover {
            background: linear-gradient(0deg, #003E7C, #003E7C);
        }

@media (min-width: 991px) {

    .btn-comunicado-mobile {
        display: none;
    }
}

@media (max-width: 991px) {
    body {
        background: linear-gradient(180deg, #001933 0%, #00274E 35.94%) !important;
    }

    .alert__cookie {
        display: inline-grid;
        justify-items: end;
        position: fixed !important;
    }

        .alert__cookie p {
            margin-bottom: 10px;
        }

    .div-logo-sup img {
        width: 70%;
    }

    .div-logo-sup {
        width: 100%;
        height: 38%;
        padding: 40px 0px 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-image: url('../../dist/figma/login/estrelas.svg');
        background-repeat: no-repeat;
        background-size: cover;
    }

    #div-principal {
        padding: 0px 6px !important;
    }

    #frmLogin > label {
        margin-bottom: 3px;
    }

    .div-cont-lat {
        height: 60%;
    }

        .div-cont-lat > div:nth-child(1) {
            height: 100%;
        }

    #frmLogin {
        height: 100%;
    }

    #esqueceuSenha {
        font-size: 14px !important;
        margin-bottom: 16px;
        font-weight: 500;
    }

    .inputsMobile {
        background-color: #00274e;
        border-right: 1px solid #fff;
    }

    #btnEntrar {
        border-radius: 22px !important;
        font-family: Ubuntu;
        font-size: 18px;
        font-weight: 700;
        line-height: 21px;
        letter-spacing: 0em;
        text-align: center;
        margin-top: 0px;
        height: 44px;
        width: 100%;
    }

    #frmLogin > :nth-child(4) {
        margin-bottom: 16px !important;
    }

    .botao-confirmar-mobile {
        width: 100%;
    }

    .btn-hover {
        height: 6%;
    }

    .back-fundo {
        background: linear-gradient(180deg, #001933 0%, #00274E 35.94%) !important;
        position: fixed;
        height: 100vh;
        width: 100%;
        top: 0px;
        left: 0px;
        overflow: auto;
    }

    label {
        font-size: 14px !important;
    }

    .login-campo {
        margin-bottom: 32px !important;
        height: 34px !important;
        padding: 0px !important;
        font-size: 16px !important;
        display: flex;
        border: none !important;
        border-bottom: 1px solid white;
        border-radius: 0px;
        position: relative;
    }

    #frmLoginNovaSenha .login-campo {
        flex-direction: row;
    }

    .login-campo .icone {
        font-size: 16px !important;
        background: transparent !important;
        padding: 0 12px;
        position: absolute;
        z-index: 10;
        right: 0px;
        bottom: 0px;
        height: 100%;
    }

    #frmLogin > :nth-child(4) {
        display: flex;
        flex-direction: row;
    }

    .login-campo > .input-group-prepend {
        background: transparent;
        z-index: 10;
        right: 0px;
        bottom: 0px;
    }

        .login-campo > .input-group-prepend > .group-login {
            background: transparent;
            padding: 0 12px;
            border-radius: 0;
        }

            .login-campo > .input-group-prepend > .group-login > i {
                background: transparent;
                color: #FFFFFF80 !important;
            }

    .login-campo > input {
        background: #00274e !important;
        border: none !important;
        color: #FFFFFF !important;
        padding: 0;
        padding-left: 4px;
        transition: box-shadow 0s !important;
        border-radius: 0px !important;
        caret-color: white;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        padding-left: 12px;
    }

    .input-group-prepend {
        height: 32px;
    }

    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    textarea:-webkit-autofill,
    textarea:-webkit-autofill:hover,
    textarea:-webkit-autofill:focus,
    select:-webkit-autofill,
    select:-webkit-autofill:hover,
    select:-webkit-autofill:focus {
        border: none;
        -webkit-text-fill-color: #FFFFFF;
        -webkit-box-shadow: 0 0 0px 1000px #08335E inset;
        transition: background-color 5000s ease-in-out 0s;
        font-family: Montserrat;
    }

    input:focus {
        outline: none;
    }

    input::placeholder {
        color: white !important;
        opacity: .8 !important;
    }

    #frmLogin > .login-campo > #icone-senha {
        display: none;
        display: flex;
    }

    .group-login {
        background-color: #00274e !important;
        position: relative;
    }

        .group-login::after {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            width: 1px; 
            background: linear-gradient(to bottom, #00274e 20%, rgba(255, 255, 255, 0.5) 0% 75%, #00274e 81%);
        }

    .group-login > i {
        font-size: 16px !important;        
    }

    .login-campo .fa-eye {
        margin-right: -4px;
    }

    .login-campo i {
        color: #FFFFFF80;
    }


    /*Tela Esqueceu a senha */
    #btnConfirmar {
        height: 44px;
        border-radius: 22px !important;
        font-family: Montserrat;
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: center;
        width: 100%;
    }

    #label-recuperar {
        font-size: 18px !important;
        font-family: Ubuntu !important;
        font-style: normal !important;
        font-weight: 700 !important;
        line-height: 28px !important;
        letter-spacing: 0em !important;
        text-align: center !important;
        margin-bottom: 0px;
    }

    .lbl-text-recuperar {
        width: 100%;
        margin: 0px;
        text-align: center;
        padding: 0px 36px 32px;
    }

    #confirmaEmail > .login-campo {
        margin-bottom: 78px !important;
    }

    #frmLoginRecuperar > :nth-child(3) {
        margin-bottom: 16px !important;
    }

    /*Página de sucesso*/
    #IrEmail > .div-logo-sup {
        display: none;
    }

    .row-icon-sucess-email {
        background-image: url('../../dist/figma/login/estrelas.svg');
        background-repeat: no-repeat;
        background-size: cover;
    }

        .row-icon-sucess-email div {
            margin: 16% !important;
            width: 99%;
            height: 38%;
            align-items: center;
            justify-content: center;
        }

        .row-icon-sucess-email img {
            height: 134px !important;
        }

    #IrEmail > div:nth-child(2) {
        padding: 0px 6px !important;
    }

    #btnTrocaSenha {
        border-radius: 22px !important;
        font-family: Montserrat;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: center;
        margin-top: 0px;
        height: 44px;
        position: fixed;
        bottom: 24px;
        width: calc(100% - 32px);
    }

    .row-text-sucess-email > .text-desktop {
        display: none;
    }

    .row-text-sucess-email > .text-mobile {
        display: block !important;
    }

    .row-text2-sucess-email > .text2-desktop {
        display: none;
    }

    .row-text2-sucess-email > .text2-mobile {
        display: block !important;
    }

    .row-text-sucess-email > .text-mobile > label:nth-child(1) {
        font-size: 18px !important;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 600;
        line-height: 22px;
        letter-spacing: 1px;
        text-align: center;
    }

    .row-text-sucess-email > .text-mobile > label:nth-child(2) {
        font-family: Montserrat;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 17px;
        letter-spacing: 0em;
        text-align: center;
        margin-top: 16px;
        margin: 16px 0px 0px;
    }

    .row-text2-sucess-email {
        margin-bottom: 78px;
    }

        .row-text2-sucess-email > .text2-mobile {
            font-family: Montserrat;
            font-size: 14px;
            font-style: normal;
            font-weight: 700;
            line-height: 17px;
            letter-spacing: 0em;
            text-align: center;
            margin-top: 29px;
        }
    /* Tela Nova Senha*/

    #frmLoginNovaSenha #icone-email2 {
        display: none;
    }

    .auth-wrapper {
        min-height: auto !important;
    }

        .auth-wrapper > div:nth-child(1) {
            min-height: auto !important;
        }

    .form-horizontal label {
        margin-bottom: 0px;
    }

    #icone-email2 {
        width: auto !important;
    }

    #frmLoginNovaSenha > :nth-child(4) {
        margin-bottom: 16px !important;
    }

    #btnTrocadeSenha {
        height: 44px;
        border-radius: 22px !important;
        font-family: Ubuntu;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 22px;
        letter-spacing: 1px;
        text-align: center;
        width: 100%;
    }

    #lbl-text-recuperar {
        width: 100%;
        margin: 0px;
        text-align: center;
        margin-bottom: 24px;
        margin-top: 21px;
    }

        #lbl-text-recuperar > #label-recuperar {
            font-size: 18px !important;
            font-family: Ubuntu !important;
            font-style: normal !important;
            font-weight: 700 !important;
            line-height: 24px !important;
            letter-spacing: 0em !important;
            text-align: center !important;
        }

    .form-group {
        margin-top: 0 !important;
    }

    .remove-spacing {
        margin: 0 !important;        
        overflow: hidden !important;
        overflow-y: scroll !important;
        padding-top: 10px;
    }

    .remove-image{
        display: none;
    }

    .imagem-mobile {
        display: block !important;
    }

    .imagem-pc {
        display: none !important;
    }

    .titleModal-novidades{
        margin-top: 6px !important;
    }
}

    @media (min-width: 769px) {
        .botao-confirmar-mobile {
            padding: 0px !important;
            width: 100% !important;
            position: relative !important;
        }
    }


    /*Novo leyout*/

    .new-logo {
        align-items: center;
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .input-login {
        background-color: #ffffff1a;
        border: 1px solid #00274E;
    }

    .email::placeholder, .senha::placeholder {
        color: #ffffff80 !important;
    }

    .login-text {
        color: #FFF;
        font-family: Ubuntu;
        font-size: 28px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
    }

    .btn-comunicado {
        position: fixed;
        right: 48px;
        bottom: 48px;
        border: none;
        background-color: #fff;
        height: 48px;
        padding: 8px 24px;
        border-radius: 24px !important;
        box-shadow: 3px 7px 10px 0px rgba(0, 0, 0, 0.25);
        color: #00274E;
        font-family: Montserrat;
        font-size: 20px;
        font-weight: 500;
    }

        .btn-comunicado:hover {
            background: #D7F1FF;
        }

    .corpoModalTextos p {
        color: #000;
        font-family: Montserrat;
        font-size: 14px;
        font-weight: 400;
        line-height: 22.5px;
    }

    .corpoModalTextos span {
        font-size: 14px !important;
        font-weight: 500 !important;
    }

    .corpoModalTextoNegrito {
        font-size: 16px !important;
        font-weight: 600 !important;
    }

    @keyframes move {
        0% {
            transform: translateX(-100px) translateY(100px);
        }

        20% {
            transform: translateX(-100px) translateY(100px);
        }

        40% {
            transform: translateX(0px) translateY(0px);
        }
    }

    @keyframes contabilize_animation {
        20% {
            opacity: 1;
        }

        40% {
            opacity: 0;
        }

        100% {
            opacity: 0;
        }
    }

    @keyframes empreende_animation {
        20% {
            opacity: 0;
        }

        30% {
            opacity: 0;
        }

        50% {
            opacity: 1;
        }
    }

    @keyframes empreende_animation_total {
        0% {
            opacity: 0;
        }

        50% {
            opacity: 0;
        }
    }

    .absolute-animation {
        position: absolute;
    }

    .foguete-animation {
        position: absolute;
        margin-right: 223px;
        margin-top: 45px;
    }

    /* Cor de fundo do autocomplete */
    #txtEmail:-webkit-autofill, #txtSenha:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 30px #1e3b5d inset;
    }

    /* Cor do texto do autocomplete */
    #txtEmail:-webkit-autofill, #txtSenha:-webkit-autofill {
        -webkit-text-fill-color: #fff !important;
    }

.titleModal-novidades {
    margin-top: 12px;
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    line-height: normal;
    letter-spacing: 0.45px;
}