    /*RESET NORMALIZE*/

    * {
        font-family: 'Open Sans', sans-serif;
        overflow-x: hidden !important;
        overflow-y: hidden !important;
    }

    html,
    body {
        background-image: url("./../../assets/images/login-wallpaper.webp");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        overflow-y: hidden !important;
    }

    p {
        margin: 0;
    }

    b {
        font-weight: bold;
    }

    h3,
    .h3 {
        font-family: 'Open Sans', sans-serif;
        font-size: 32px !important;
        line-height: 34px;
        font-weight: 500;

        margin-bottom: 10px;
    }

    h1,
    h2,
    h3 {
        color: #FFF;
        font-family: "SoleilW01-ExtraBold";
    }

    .header {
        color: #FFF;
        font-size: 2.2em;
        font-family: "SoleilW01-ExtraBold";
    }

    .bolinha {
        width: 20px !important;
        height: 20px !important;
        border-radius: 50% !important;
    }

    /*LOGIN*/

    span,
    .sidebar-news-date {
        display: block;
        font-size: 13px;
        line-height: 20px;

        color: hsla(0, 0%, 100%, 0.56);
        font-weight: 600;
    }

    .sidebar-news-desc,
    .sidebar-news-desc>p {
        font-size: 16px;
        font-weight: 300;
        line-height: 28px;

        color: hsla(0, 0%, 100%, 0.8);
        margin-top: 10px;
    }


    .login {
        color: var(--color-default);
        padding: 30px 0;
        overflow-x: scroll;
    }

    .login_alt {
        padding: 48px !important;
        background: linear-gradient(0deg, #181818 0%, #000000 100%) !important;
    }

    .box-shadow {
        -webkit-box-shadow: 1px 0px 22px 5px rgba(0, 0, 0, 0.52);
        box-shadow: 1px 0px 22px 5px rgba(0, 0, 0, 0.52);
    }

    .login_box {
        width: 380px;
        padding: 60px 35px 0 35px !important;
        background: #ffffff;
    }

    .login_box form {
        display: block;
    }

    .login_box .hl {
        text-align: center;
        font-size: var(--font-max);
    }

    .login_box label {
        display: block;
        margin-bottom: 20px;
    }

    .login_box label .field {
        display: block;
        font-size: var(--font-small);
        font-weight: bold;
    }

    .login_box label input {
        /* border: none; */
        border: 1px solid #CCC;
        outline: none;
        display: block;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: var(--font-small);
        border-radius: 6px;
    }

    .login_box button {
        display: block;
        cursor: pointer;
        width: 100%;
        padding: 10px;
        border: none;
        color: #ffffff;
        font-size: var(--font-normal);
        font-weight: bold;
        text-transform: uppercase;
        text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
    }

    .login_box footer {
        border-top: 1px solid #CCC;
        text-align: center;
        font-size: var(--font-min);
        font-weight: 300;
        position: relative;
        /* margin-top: -40px; */
        padding-top: 20px;
    }

    .login_box footer a {
        display: block;
        font-size: var(--font-normal);
        color: var(--color-inf);
        text-decoration: none;
        font-weight: bold;
        margin-top: 5px;
    }

    .login_box footer a:hover {
        color: var(--color-blue);
    }

    /*MESSAGES*/

    .message {
        color: var(--color-default);
        font-size: var(--font-normal);
        font-weight: var(--weight-strong);
        text-align: center;
        display: block;
        width: 100%;
        padding: 10px;
        border: 2px solid #cccccc;
        -webkit-border-radius: var(--radius-normal);
        -moz-border-radius: var(--radius-normal);
        border-radius: var(--radius-normal);
    }

    .ajax_response {
        margin: 25px 0;
    }

    .message.success {
        --color: var(--color-green);
        color: var(--color);
        border-color: var(--color);
    }

    .message.info {
        --color: var(--color-blue);
        color: var(--color);
        border-color: var(--color);
    }

    .message.warning {
        --color: var(--color-yellow);
        color: var(--color);
        border-color: var(--color);
    }

    .message.error {
        --color: var(--color-red);
        color: var(--color);
        border-color: var(--color);
    }

    #container {
        height: 500px;
    }

    .highcharts-figure,
    .highcharts-data-table table {
        min-width: 320px;
        max-width: 700px;
        margin: 1em auto;
    }

    .highcharts-data-table table {
        font-family: Verdana, sans-serif;
        border-collapse: collapse;
        border: 1px solid #EBEBEB;
        margin: 10px auto;
        text-align: center;
        width: 100%;
        max-width: 500px;
    }

    .highcharts-data-table caption {
        padding: 1em 0;
        font-size: 1.2em;
        color: #555;
    }

    .highcharts-data-table th {
        font-weight: 600;
        padding: 0.5em;
    }

    .highcharts-data-table td,
    .highcharts-data-table th,
    .highcharts-data-table caption {
        padding: 0.5em;
    }

    .highcharts-data-table thead tr,
    .highcharts-data-table tr:nth-child(even) {
        background: #f8f8f8;
    }

    .highcharts-data-table tr:hover {
        background: #f1f7ff;
    }

    .iconInputClass {
        background: none !important;
        color: black !important;
        text-shadow: none !important;
        border: none !important;
    }

    .iconInputClass:focus {
        outline: thin dotted;
        outline: 0px auto -webkit-focus-ring-color;
        outline-offset: 0px;
    }

    .pop {
        background: #1A1A1A;
        color: var(--color-default);
        display: flex;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        padding: 30px 0;
        overflow-x: scroll;
    }

    .pop_box {
        width: 400px;
        max-width: 90%;
        margin: auto;
        padding: 35px;
        background: #ffffff;
    }

    .pop_box form {
        display: block;
        margin: 0 0 20px 0;
    }

    .pop_box .hl {
        text-align: center;
        font-size: var(--font-max);
    }

    .pop_box label {
        display: block;
        margin-bottom: 20px;
    }

    .pop_box label .field {
        display: block;
        font-size: var(--font-small);
        font-weight: bold;
    }

    .pop_box label input {
        border: none;
        border-bottom: 1px solid #1D2025;
        outline: none;
        display: block;
        width: 100%;
        padding: 10px 0;
        font-size: var(--font-normal);
    }

    .pop_box button {
        display: block;
        cursor: pointer;
        width: 100%;
        padding: 10px;
        border: none;
        color: #ffffff;
        font-size: var(--font-normal);
        font-weight: bold;
        text-transform: uppercase;
        text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
    }

    .pop_box footer {
        text-align: center;
        font-size: var(--font-min);
        font-weight: 300;
    }

    .pop_box footer a {
        display: block;
        font-size: var(--font-normal);
        color: var(--color-blue);
        text-decoration: none;
        font-weight: bold;
        margin-top: 5px;
    }

    .pop_box footer a:hover {
        color: var(--hover-color-blue);
    }

    .popUpTransform {
        z-index: 999 !important;
        background: rgba(0, 0, 0, 0.85) !important;
    }

    .popUpTransform .pop_box {
        width: 500px;
        padding: 0 !important;
        border-radius: 25px;
        animation: fadein 2s alternate;
        -webkit-animation: fadein 0.5s alternate;
    }

    .buttonAlertLeft {
        border-top: 1px solid #e3e3e3 !important;
    }

    .buttonAlertRight {
        border-top: 1px solid #e3e3e3 !important;
        border-right: 1px solid #e3e3e3 !important;
    }

    .buttonAlertRight,
    .buttonAlertLeft {
        background: none !important;
        color: black !important;
        text-shadow: none !important;
        margin: 0 !important;
        transition-duration: 0.3s;
    }

    .buttonAlertRight:hover,
    .buttonAlertLeft:hover {
        background: rgb(255, 46, 46) !important;
        border-color: rgb(255, 46, 46) !important;
        color: white !important;
    }

    .buttonAlertRight:focus,
    .buttonAlertLeft:focus {
        outline: thin dotted;
        outline: 0px auto -webkit-focus-ring-color;
        outline-offset: 0px;
    }

    @keyframes fadein {
        0% {
            -webkit-transform: perspective(0.5px) translateZ(0);
            transform: perspective(0.5px) translateZ(0);
        }

        50% {
            -webkit-transform: scale(1.2);
            transform: scale(1.2);
        }

        75% {
            -webkit-transform: scale(0.5);
            transform: scale(0.5);
        }

        100% {
            -webkit-transform: scale(1);
            transform: scale(1);
        }
    }

    .swal2-icon {
        margin-right: 10px !important;
    }

    @media (max-width:600px) {
        .login_alt {
            display: none;
        }

        .login,
        .login_box {
            width: 100%;
        }
    }


    .container {
        width: 100vw;
        height: 100vh;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    body {
        margin: 0px;
    }

    .whatsapp-button {
        outline: none !important;
        visibility: visible !important;
        resize: none !important;
        box-shadow: none !important;
        overflow: visible !important;
        background: none transparent !important;
        opacity: 1 !important;
        position: fixed !important;
        border: 0px !important;
        padding: 0px !important;
        transition-property: none !important;
        z-index: 1000001 !important;
        cursor: auto !important;
        float: none !important;
        height: 40px !important;
        min-height: 40px !important;
        max-height: 40px !important;
        width: 350px !important;
        min-width: 350px !important;
        max-width: 350px !important;
        transform: rotate(0deg) translateZ(0px) !important;
        transform-origin: 0px center 0px !important;
        margin: 0px !important;
        top: auto !important;
        bottom: 13px !important;
        right: -180px !important;
        left: auto !important;
        display: block !important;
    }

    .newsCarrouselDiv {
        margin-top: 250px;
    }

    @media (max-width: 1440px) {
        .box-shadow {
            box-shadow: none;
            -webkit-box-shadow: none;
        }

        #loginFormArticle {
            margin-left: 50vw;
        }

        .container {
            position: fixed;
        }

        .carousel-indicators {
            top: 42vh !important;
        }

        .newsCarrouselDiv {
            margin-top: 160px;
        }
    }

    @media (max-width: 1680px) {
        .box-shadow {
            box-shadow: none;
            -webkit-box-shadow: none;
        }

        #loginFormArticle {
            margin-left: 44vw;
        }

        .container {
            position: fixed;
        }

        .carousel-indicators {
            top: 42vh !important;
        }

        .newsCarrouselDiv {
            margin-top: 160px;
        }
    }

    @media (max-width: 1000px) {
        .login_alt {
            display: none
        }

        #loginFormArticle {
            margin-left: 0vw !important;
        }

        .container {
            position: unset;
        }
    }