@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');


.bg-primary_bs {
    background-color: #fcde00;
}

* {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
}

.bebas-neue-regular {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
}


.fw-100 {
    font-weight: 100;
}

.fw-200 {
    font-weight: 200;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}

.text-primary_bs {
    color: #fcde00;
}

.img-tapume {

    position: absolute;

    bottom: -5rem;

    width: 100%;

    display: flex;

    align-items: center;

    justify-content: center;

    left: 0;
}

.bg-terciary_bs {
    background: #023f80;
}

.bg-yellow {
    background-color: #fdde00;
}

.bg-secundary {
    background: #8E0000;
}

.bg-menu_header {
    background-color: #EB1C24;
}

.text-ranger {
    color: #eb1b23;
}


.text-secundary {
    color: #074f80;
}

.text-terciary {
    color: #8e0000;
}

.border-primary_bs {
    border-color: #074f80 !important;
}

.border-terciary_bs {
    border-color: #fdde00 !important;
}

.box-shandow {
    box-shadow: -1px 3px 16px 8px #00000026;
}

.top-10 {
    top: 1.5rem;
    left: 0;
}

.ps-left {
    padding-left: 5rem;
}

.h-2 {
    line-height: 13rem;
    margin: 0;
    padding: 0;
    font-size: 15rem;
    padding-left: 4.1rem;
}

.f-1 {
    font-size: 3rem;
    font-weight: 300;
}

.f-2 {
    font-size: 4rem;
    line-height: 28px;
    padding-top: 0.6rem;
}

.f-3 {
    font-size: 4.4rem;
}

.f-4 {
    font-size: 3.5rem;
}


/* Estilo do scrollbar */
::-webkit-scrollbar {
    width: 6px;
    /* Largura do scrollbar */
}

::-webkit-scrollbar-thumb {
    background-color: #fdde00;
    /* Cor de fundo da thumb */
    border-radius: 6px;
    /* Raio da borda da thumb */
}

/* Estilo da "track" (a trilha na qual a thumb se move) */
::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    /* Cor de fundo da trilha */
}

.home {
    height: 47.6rem;
}

/* font size rem */
html,
body {
    width: 100%;
    overflow-x: hidden;
}

html,
body {
    overflow-x: hidden;
    width: 100%;
    font-size: 13.4px;
}

body {
    padding-top: 5rem;
}

.modal-set-flash {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    background: #000000d1;
    padding-top: 0 !important;
    z-index: 999999999;
}

.fs-7 {
    font-size: 0.8rem;
}

.text-yellow {
    color: #fdde00;
}

.text-redFlag {
    color: #ffd420;
}

.bg-EC1C2E {
    background-color: #EC1C2E;
}

.text-redFlag-whiteBorder {
    color: #ec1c2e;
    text-shadow:
        4px 4px 0 #fff,
        -4px 4px 0 #fff,
        -4px -4px 0 #fff,
        4px -4px 0 #fff;
}

.h-list {
    display: table;
    margin: 0 auto;
    height: 2px;
    width: 200px;
    background-color: #fdde00;
    border: 0;
    opacity: 1;
}

.h-1 {
    height: 23rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}


.bg-ganhadores {
    background-color: #FED02B;
}

.text-ganhadores {
    color: #003580;
}

@media screen and (max-width: 2000px) {

    html,
    body {
        font-size: 15px;
    }
}


@media screen and (max-width: 1536px) {

    html,
    body {
        font-size: 15px;
    }
}

@media screen and (max-width: 1440px) {

    html,
    body {
        font-size: 13.8px;
    }
}

@media screen and (max-width: 1360px) {

    html,
    body {
        font-size: 13.1px;
    }
}

@media screen and (max-width: 1250px) {

    html,
    body {
        font-size: 10.5px;
    }
}

@media screen and (max-width: 768px) {

    html,
    body {
        font-size: 8.2px;
    }
}

@media screen and (max-width: 480px) {

    html,
    body {
        font-size: 14px;
    }
}

.margin-auto {
    margin: 0 auto 0;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #4d4f53;
    position: relative;
    line-height: normal;
}

* {
    outline: none;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    font-style: normal;
}

ul,
li {
    padding: 0;
    margin: 0;
}

p {
    margin: 0;
}


input,
input:focus,
input::placeholder {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #023F80 !important;
}

input::placeholder {
    text-transform: uppercase;
    color: #023F80 !important;
}

input::-webkit-input-placeholder {
    color: #023F80 !important;
    text-transform: uppercase;
}

/* Chrome/Safari/Opera */
input:-ms-input-placeholder {
    color: #023F80 !important;
    text-transform: uppercase;
}

/* IE 10+ */
input::-ms-input-placeholder {
    color: #023F80 !important;
    text-transform: uppercase;
}

/* Edge */
input::-moz-placeholder {
    color: #023F80 !important;
    text-transform: uppercase;
}

/* Firefox 19+ */
input:-moz-placeholder {
    color: #023F80 !important;
    text-transform: uppercase;
}

/* Firefox 4-18 */

.transition,
a,
header,
header nav>ul>li>a:before,
input[type="submit"],
button,
a img,
header .dropmenu {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.container {
    margin: 0 auto 0;
}

/* Ajustes de proporÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£o do hero em notebooks grandes e mÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©dios */
@media screen and (min-width: 1367px) and (max-width: 1920px) {
    .bg-red-vignette .container {
        /* max-width: 1320px; */
    }
}

@media screen and (max-width: 1366px) {
    .bg-red-vignette .container {
        max-width: 1200px;
    }
}

/* Em resoluÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Âµes menores, reduz levemente o tamanho dos tÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â­tulos internos do hero */
@media screen and (max-width: 1024px) {
    .bg-red-vignette .fs-0 {
        font-size: 3.2rem;
    }

    .bg-red-vignette .fs-4 {
        font-size: 1.6rem;
    }
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus,
a:focus,
button:focus,
input:focus {
    outline: none;
}

ol,
ul {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: #000000;
}

a:hover,
a:focus,
a:active {
    color: #ffffff;
    text-decoration: none;
}

a:hover,
button:hover,
input[type="submit"]:hover,
a,
button,
input[type="submit"] {
    cursor: pointer !important;
}

img {
    max-width: 100%;
}

.img-logo-Stanley_home {

    position: absolute;

    top: -1.5rem;

    right: 1rem;

    display: flex;

    align-items: center;

    justify-content: center;
}

.min-height {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}


.col-0 {
    width: 2.5rem;
    background: #fff;
    border-radius: 100rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
}

.col-0 img {
    width: 100%;
}

.h-height-29 {
    height: 29rem;
    margin-left: 16rem;
}

div::-webkit-scrollbar {
    width: 5px;
}

div::-webkit-scrollbar-track {
    background: #000;
}

div::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 25px;
    padding-top: 1rem;
    margin-top: 1rem;
}

figure {
    max-width: 100%;
    margin: 0;
}

.premios {
    background: url("../images/bg-como-participar.webp") center top no-repeat;
    width: 100%;
    height: 73.5rem;
    background-size: cover;
}

.full-height {
    height: 100vh;
}

.box-home {
    top: 14rem;
    right: 0;
    width: 55rem;
    height: 25rem;
    background: #fcde00;
    border-radius: 15rem 0 0 15rem;
}

.box-home h1 {
    background: #074f80;
    padding: 1rem 5rem;
    border-radius: 1.5rem;
    top: -4rem;
    left: -6rem;
    font-size: 2.2rem;
}

.box-text_a {
    position: absolute;
    top: 5rem;
    left: 5rem;
}

.box-text_a .ts-p {
    font-size: 2rem;
    padding-top: 0.7rem;
}

.box-text_a .ts-1 {
    font-size: 4.5rem;
}

.box-text_a .ts-3 {
    position: relative;
    top: -0.75rem;
    font-size: 2.3rem;
}

.box-text_a .ts-4 {
    position: relative;
    top: -1.5rem;
}

.box-a {
    position: relative;
    top: -1rem;
}

.box-b {
    left: 5rem;
    position: relative;
    top: 1rem;
}

.bt-participar {
    position: absolute;
    bottom: -1rem;
    left: 15rem;
}

.Gold-Bar_B {
    position: absolute;
    width: 13rem;
    bottom: -4rem;
}

.Gold-Bar_C {
    position: absolute;
    width: 19rem;
    right: 9rem;
    top: -4rem;
}

.form-label,
.control-label {
    color: #fcd305;
    font-size: 1rem;
    font-weight: 800;
    padding: 0 2rem 0;
    margin-bottom: 0.5rem;
}



.kv-strength-container td {
    width: 100%;
}

.form-group .mb-3 {
    margin-bottom: 0.3rem !important;
}


.navbar-nav .perfil-usuario ul,
.navbar-nav .regulamentos ul {
    position: absolute;
    left: 0;
    top: 1.3rem;
    width: 100%;
}



.navbar-nav .perfil-usuario ul li,
.navbar-nav .regulamentos ul li {
    opacity: 0;
    overflow: hidden;
    height: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navbar-nav .perfil-usuario ul li a,
.navbar-nav .regulamentos ul li a {
    background: #690606;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 100%;
    padding-top: 2.4rem;
    text-align: center;
    border-bottom: 1px solid #ffffff12;
}

.bg-690606 {
    background-color: #690608;
}

.navbar-nav .regulamentos ul li a {
    padding-top: 0;
    color: #fff;
}

.navbar-nav .regulamentos ul li:first-child a {
    padding-top: 2.3rem;
    border-bottom: 1px solid #cccccc12;
}

.navbar-nav .perfil-usuario ul li button {
    border-radius: 0 0 1rem 1rem;
}

.navbar-nav .regulamentos ul li:last-child a {
    border-radius: 0 0 1rem 1rem;
    padding-top: 0.6rem;
}

.navbar-nav .perfil-usuario:hover ul li {
    opacity: 1;
    overflow: visible;
    height: 4rem;
}

.navbar-nav .regulamentos:hover ul li {
    opacity: 1;
    overflow: visible;
    height: 6rem;
}

.navbar-nav .regulamentos:hover ul li:last-child {
    height: 4rem;
}

.regulamentos>a {
    position: relative;
    z-index: 9;
    color: #fff;
}

.regulamentos:hover>a {
    background: #8e0000;
    padding: 0.5rem 2rem 0.4rem;
    border-radius: 100rem;
}

.bt-fechar {
    position: absolute;
    right: -1rem;
    top: -1rem;
    width: 3rem;
    height: 3rem;
    border: 0;
    background: var(--stanley-yellow, #fcd305);
    border-radius: 100rem;
    color: #000;
}

.bt-fechar::after {
    content: "X";
    position: absolute;
    color: #000;
    font-size: 1.5rem;
    top: 0.6rem;
    left: 1.1rem;
    font-weight: 900;
}


.upload-container {
    /* background-color: #ffea00; */
    /* padding: 20px; */
    /* border-radius: 10px; */
    /* max-width: 600px; */
    /* margin: 0 auto; */
    /* text-align: center; */
    /* font-family: Arial, sans-serif; */
    margin: 0 auto;
    border-color: #023f80 !important;
}

.upload-box {
    text-align: center;
    position: relative;
}

.upload-label {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 2rem;
    position: relative;
}


.upload-text {
    font-weight: bold;
    color: #0056b3;
}

.upload-input {
    display: none;
}

.remove-btn,
.submit-btn {
    background-color: #ff0000;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    font-weight: bold;
    margin: 10px 5px;
    cursor: pointer;
}

.remove-btn {
    background-color: #eb1b23;
}

#page-cadastro-cupom .menu-active li:first-child a,
#page-update .menu-active li:last-child a,
#page-numeros-sorte .menu-active li:nth-child(2) a {
    background: #023f80;
    color: #fdde00;
    border-color: #023f80 !important;
}

.col-20 {
    width: 15.2rem;
}

.bg-cookies {
    background: #000000c4;
}

/* Fix iOS Safari: 100vh do .modal-backdrop empurra a faixa abaixo da viewport */
.modal-backdrop.cookies {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    max-height: 100dvh;
    padding-bottom: env(safe-area-inset-bottom);
}

.hidden {
    display: none !important;
}

.d-flex-bs {
    display: flex;
}

a.hover {
    padding-bottom: 0.2rem !important;
    border-bottom: 3px solid transparent;
}

a.hover:hover,
.active a,
.menu-item.active {
    border-color: #eb1b23;
    color: #fff100 !important;
}

.fs-90 {
    font-size: 2.5rem;
}

.text-concorra {
    position: absolute;
    top: -1.8rem;
    font-weight: 300;
    font-size: 2rem;
    left: 0;
    font-family: 'Helvetica Neue LT Std';
    font-weight: 400;
}

.invalid-feedback,
.help-block:not(:empty),
.invalid-feedback-date {
    width: 100%;
    margin-top: 0.5rem;
    padding: 0 1.5rem 0.7rem;
    color: #f0232d !important;
    font-family: "Montserrat", sans-serif;
    font-size: 0.75rem;
    font-style: italic;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    background: transparent !important;
    border: 0;
    border-radius: 0;
}


.table-dark {
    --bs-table-bg: #074f80;
}

.recaptcha-container>div {
    margin-bottom: 0 !important;
}


.icon-cadastre-se::after {
    content: "";
    background: url("../images/icon-cadastre-se.png") no-repeat center center;
    position: absolute;
    width: 13rem;
    height: 7rem;
    top: -4.3rem;
    right: -3rem;
    background-size: cover;
}



.was-validated .form-control:invalid,
.form-control.is-invalid {
    border: 0 !important;
    box-shadow: none !important;
    color: inherit;
    background-image: none !important;
}

.was-validated .form-control:valid,
.form-control.is-valid {
    border: 1px solid #198754 !important;
    border-left: 4px solid #198754 !important;
    color: #198754;
}

.h-25 {
    height: 25rem !important;
}

.form-label.checkbox-label,
.field-aceito-promocoes label {
    color: #fff;
    font-weight: 400;
    padding: 0;
    margin: 0;
    padding-left: 1rem;
    font-size: 1rem;
    padding-bottom: 0.5rem;
}

.kv-form-bs4 .hint-block {
    font-size: 0.85rem;
    margin-top: 0.375rem;
    color: #fff;
    font-weight: 500;
    padding-left: 2rem;
}

.bs4.checkbox {
    align-items: center;
    display: flex;
}



.fs-0 {
    font-size: 4rem;
}

.fs-9 {
    font-size: 3.45rem;
}

.lh-0 {
    line-height: 1.8rem;
}

.col-start {
    position: absolute;
    right: 0;
    width: 48rem;
}

.bottom_0 {
    position: absolute;
    right: 0;
    width: 100%;
    bottom: 0;
}

.bg-internas_img {
    background-image: url("../images/stanley-internas-hand.png");
    background-repeat: no-repeat;
    background-position: 0 bottom;
    background-color:#fed406;
    /* min-height: 48rem; */
    /* display: flex; */
    /* align-items: center; */
    background-size: 28%;
}

#page-ganhadores {
    background: url("../images/internas.png") 0 0 no-repeat;
    background-size: cover;
}

.bg-internas_bs {
    background: #FFD420;
}

.text-internas {
    color: #023F80;
}

.img-bottom {
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -3.5rem;
    left: -3rem;
}

.img-bottom img {

    width: 9rem;
}

.position-margin {
    margin: -5rem auto 0;
}

.fs-11 {
    font-size: 0.65rem;
}

.bg-internas_color {
    background-color: #FFD200;
}

.modal-fullscreen-sm-down .modal-content {
    height: auto;
    border-radius: 1rem;
}

.bg-white {
    background-color: #fff !important;
}


.placeholder-center,
.placeholder-center:focus,
.placeholder-center::placeholder {
    text-align: center !important;
}

.max-content {
    width: max-content;
    margin: 0 auto;
}

.btn-add-prod:disabled,
#cadnf-button:disabled {
    background-color: #cccccc !important;
    color: #666666 !important;
    cursor: not-allowed !important;
    opacity: 0.7 !important;
}

.img-wp-fluta {
    /* display: flex; */
    position: fixed;
    right: 2rem;
    bottom: 4rem;
    z-index: 9;
    /* height: 7rem; */
}

.img-wp-fluta span {
    position: absolute;
    text-align: center;
    width: 100%;
    /* top: 2.5rem; */
    padding-right: 2rem;
    font-weight: 900;
    text-transform: uppercase;
    color: #074f80;
    font-size: 1rem;
    height: 2rem;
    display: flex;
    align-items: center;
    height: 100%;
    padding-top: 1rem;
    justify-content: center;
}

.lh-100 {
    line-height: 0.3rem;
}


.bg-red {
    background: radial-gradient(circle at 55% 45%,
            #d11616 0%,
            #bf1010 50%,
            #9d0e0e 75%,
            #650808 100%);
    background-color: #b11210;
}

.bg-red-vignette {
    background:
        radial-gradient(1100px circle at 55% 45%,
            #d11616 0%,
            #bf1010 48%,
            #9d0e0e 72%,
            #6a0909 100%),
        radial-gradient(1400px circle at 50% 50%,
            rgba(0, 0, 0, 0) 58%,
            rgba(0, 0, 0, 0.28) 100%);
    background-color: #b11210;
    background-repeat: no-repeat;
    background-attachment: fixed;
    border-radius: 0 0 5rem 5rem;
    box-shadow: -2px 5px 20px 20px #00000024;
    margin-bottom: 3rem;
    /* Hero ocupa a viewport descontando a navbar fixa (5rem) */
    min-height: calc(100vh - 5rem);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Evita corte do conteÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Âºdo do hero em telas com pouca altura (ex.: notebooks 768px) */
.bg-red-vignette .container {
    transition: transform 0.2s ease;
}

@media (max-height: 900px) and (min-width: 1200px) {
    .bg-red-vignette .container {
        /* transform: scale(0.95); */
        /* transform-origin: top center; */
    }
}

@media (max-height: 800px) and (min-width: 1200px) {
    .bg-red-vignette .container {
        /* transform: scale(0.90); */
        /* transform-origin: top center; */
    }
}

@media (max-height: 700px) and (min-width: 1200px) {
    .bg-red-vignette .container {
        /* transform: scale(0.85); */
        /* transform-origin: top center; */
    }
}

.margin-auto {
    margin: 0 auto 0;
}

.page-template {
    background-color: #fdde00;
}

.faq {
    position: relative;
    overflow: hidden;
}

.py-50 {
    padding: 15rem 0 8rem;
}

.img-qrcode {
    position: absolute;
    left: 37rem;
    top: 8rem;
}


.hover-cursor:hover {
    background: #8e0000;
    color: #fff;
}

.hover-cursor-branco:hover {
    background-color: #fff;
    color: #8E0000;
}

body .mb-3.field-loginform-rememberme {
    margin-bottom: 0 !important;
}

.text-justify {
    text-align: justify;
}

.menu_hover-header ul li a:hover {
    color: #fdde00;
}

@media screen and (max-width: 764px) {

    .form-label.checkbox-label {
        width: 90%;
        text-align: center;
        font-size: 1rem;
        /* padding: 0; */
        text-align: left;
    }

    .form-group .mb-3 {
        margin-bottom: 1rem !important;
    }

    .modal-dialog {
        width: 100%;
        display: flex;
        align-items: center;
        padding: 1rem;
    }

    .fs-mobile {
        font-size: 1.3rem !important;
    }

    .navbar-collapse {
        border-top: 1px solid #ffffff0a;
        padding-top: 1rem;
        margin-top: 1rem;
    }

    .h-1 {
        height: auto;
    }

    .bg-red-vignette {
        border-radius: 0 0 2rem 3rem;
        min-height: calc(100vh - 5rem);
        /* full height no mobile compensando a navbar */
    }


    .fs-0 {
        font-size: 3rem;
    }

    .fs-6 {
        font-size: 0.8rem !important;
    }

    .fs-10 {
        font-size: 1rem !important;
    }

    .img-wp-fluta {
        width: 100%;
        left: 0;
        padding: 2rem;
        top: -8.5rem;
        display: none;
    }

    .lh-100 {
        line-height: normal;
    }

    .py-50 {
        padding: 7rem 0 0;
    }
}

@media screen and (max-width: 430px) {
    .fs-0 {
        font-size: 2rem;
    }
}

.MsoNormal {
    color: #fff !important;
    margin-left: 0 !important;
    text-align: justify;
    font-family: "Montserrat", sans-serif;
    line-height: 115% !important;
}

.MsoNormal * {
    color: #fff !important;
    font-family: "Montserrat", sans-serif !important;
}

.faq .MsoNormal {
    color: #000 !important;
}


.faq .MsoNormal * {
    color: #000 !important;
}

/* Shine sweep effect: subtle light passing over element */

/* ===== ANIMAÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ES DE ESTRELINHAS NATALINAS ===== */
@keyframes twinkle {

    0%,
    100% {
        opacity: 0.3;
        transform: scale(0.8) rotate(0deg);
    }

    50% {
        opacity: 1;
        transform: scale(1.2) rotate(180deg);
    }
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
    }

    33% {
        transform: translateY(-20px) rotate(120deg);
    }

    66% {
        transform: translateY(-10px) rotate(240deg);
    }
}

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

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        transform: translateX(100vw) translateY(-50px);
        opacity: 0;
    }
}

@keyframes sparkle {

    0%,
    100% {
        opacity: 0;
        transform: scale(0) rotate(0deg);
    }

    50% {
        opacity: 1;
        transform: scale(1) rotate(360deg);
    }
}

/* Estrelinhas flutuantes */
.star-animation {
    position: fixed;
    pointer-events: none;
    z-index: 1000;
    font-size: 12px;
    color: #FFD700;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.8);
    animation: drift 15s linear infinite;
}

.star-animation:nth-child(1) {
    top: 10%;
    animation-delay: 0s;
    animation-duration: 18s;
    font-size: 14px;
}

.star-animation:nth-child(2) {
    top: 25%;
    animation-delay: 3s;
    animation-duration: 20s;
    font-size: 10px;
}

.star-animation:nth-child(3) {
    top: 40%;
    animation-delay: 6s;
    animation-duration: 16s;
    font-size: 16px;
}

.star-animation:nth-child(4) {
    top: 55%;
    animation-delay: 9s;
    animation-duration: 22s;
    font-size: 12px;
}

.star-animation:nth-child(5) {
    top: 70%;
    animation-delay: 12s;
    animation-duration: 19s;
    font-size: 13px;
}

.star-animation:nth-child(6) {
    top: 85%;
    animation-delay: 15s;
    animation-duration: 17s;
    font-size: 11px;
}

/* Estrelinhas piscantes fixas */
.twinkle-star {
    position: fixed;
    pointer-events: none;
    z-index: 999;
    font-size: 8px;
    color: #FFD700;
    text-shadow: 0 0 5px rgba(255, 215, 0, 0.6);
    animation: twinkle 3s ease-in-out infinite;
}

.twinkle-star:nth-child(1) {
    top: 15%;
    left: 10%;
    animation-delay: 0s;
}

.twinkle-star:nth-child(2) {
    top: 30%;
    left: 85%;
    animation-delay: 1s;
}

.twinkle-star:nth-child(3) {
    top: 60%;
    left: 15%;
    animation-delay: 2s;
}

.twinkle-star:nth-child(4) {
    top: 75%;
    left: 80%;
    animation-delay: 0.5s;
}

.twinkle-star:nth-child(5) {
    top: 45%;
    left: 50%;
    animation-delay: 1.5s;
}

/* Sparkles rÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡pidos */
.sparkle {
    position: fixed;
    pointer-events: none;
    z-index: 1001;
    width: 4px;
    height: 4px;
    background: #FFD700;
    border-radius: 50%;
    box-shadow: 0 0 6px #FFD700;
    animation: sparkle 2s ease-in-out infinite;
}

.sparkle:nth-child(1) {
    top: 20%;
    left: 20%;
    animation-delay: 0s;
}

.sparkle:nth-child(2) {
    top: 35%;
    left: 70%;
    animation-delay: 0.7s;
}

.sparkle:nth-child(3) {
    top: 65%;
    left: 30%;
    animation-delay: 1.4s;
}

.sparkle:nth-child(4) {
    top: 80%;
    left: 75%;
    animation-delay: 2.1s;
}

/* ===== CONSTELAÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢O ROTATIVA ===== */
@keyframes rotate-constellation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulse-dot {

    0%,
    100% {
        opacity: 0.4;
        transform: scale(0.6);
        box-shadow: 0 0 4px #FFD700, 0 0 8px rgba(255, 215, 0, 0.3);
    }

    50% {
        opacity: 1;
        transform: scale(1.4);
        box-shadow: 0 0 12px #FFD700, 0 0 24px rgba(255, 215, 0, 0.8), 0 0 36px rgba(255, 215, 0, 0.4);
    }
}

@keyframes twinkle-dot {

    0%,
    100% {
        opacity: 0.3;
        transform: scale(0.5);
        box-shadow: 0 0 3px #FFD700, 0 0 6px rgba(255, 215, 0, 0.2);
    }

    50% {
        opacity: 1;
        transform: scale(1.6);
        box-shadow: 0 0 15px #FFD700, 0 0 30px rgba(255, 215, 0, 0.9), 0 0 45px rgba(255, 215, 0, 0.5);
    }
}

@keyframes sparkle-bright {

    0%,
    100% {
        opacity: 0.2;
        transform: scale(0.4);
        box-shadow: 0 0 2px #FFD700;
    }

    25% {
        opacity: 0.6;
        transform: scale(1);
        box-shadow: 0 0 8px #FFD700, 0 0 16px rgba(255, 215, 0, 0.6);
    }

    50% {
        opacity: 1;
        transform: scale(1.8);
        box-shadow: 0 0 18px #FFD700, 0 0 36px rgba(255, 215, 0, 1), 0 0 54px rgba(255, 215, 0, 0.6);
    }

    75% {
        opacity: 0.6;
        transform: scale(1);
        box-shadow: 0 0 8px #FFD700, 0 0 16px rgba(255, 215, 0, 0.6);
    }
}

.constellation {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 400px;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 998;
    animation: rotate-constellation 20s linear infinite;
}

.constellation-dot {
    position: absolute;
    width: 4px;
    height: 4px;
    background: radial-gradient(circle, #FFD700 0%, #FFA500 50%, #FF8C00 100%);
    border-radius: 50%;
    box-shadow: 0 0 8px #FFD700, 0 0 16px rgba(255, 215, 0, 0.5);
    animation: pulse-dot 3s ease-in-out infinite;
}

/* Pontos da constelaÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£o em posiÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Âµes especÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â­ficas */
.constellation-dot:nth-child(1) {
    top: 10%;
    left: 50%;
    animation-delay: 0s;
    width: 6px;
    height: 6px;
}

.constellation-dot:nth-child(2) {
    top: 25%;
    left: 25%;
    animation-delay: 0.3s;
}

.constellation-dot:nth-child(3) {
    top: 25%;
    left: 75%;
    animation-delay: 0.6s;
}

.constellation-dot:nth-child(4) {
    top: 40%;
    left: 15%;
    animation-delay: 0.9s;
    width: 5px;
    height: 5px;
}

.constellation-dot:nth-child(5) {
    top: 40%;
    left: 85%;
    animation-delay: 1.2s;
    width: 5px;
    height: 5px;
}

.constellation-dot:nth-child(6) {
    top: 50%;
    left: 10%;
    animation-delay: 1.5s;
}

.constellation-dot:nth-child(7) {
    top: 50%;
    left: 90%;
    animation-delay: 1.8s;
}

.constellation-dot:nth-child(8) {
    top: 60%;
    left: 20%;
    animation-delay: 2.1s;
    width: 3px;
    height: 3px;
}

.constellation-dot:nth-child(9) {
    top: 60%;
    left: 80%;
    animation-delay: 2.4s;
    width: 3px;
    height: 3px;
}

.constellation-dot:nth-child(10) {
    top: 75%;
    left: 35%;
    animation-delay: 2.7s;
    width: 4px;
    height: 4px;
}

.constellation-dot:nth-child(11) {
    top: 75%;
    left: 65%;
    animation-delay: 3s;
    width: 4px;
    height: 4px;
}

.constellation-dot:nth-child(12) {
    top: 90%;
    left: 50%;
    animation-delay: 3.3s;
    width: 5px;
    height: 5px;
}

/* ConstelaÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£o secundÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ria (menor e mais rÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡pida) */
.constellation-secondary {
    position: fixed;
    top: 30%;
    left: 80%;
    width: 200px;
    height: 200px;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 997;
    animation: rotate-constellation 15s linear infinite reverse;
}

.constellation-secondary .constellation-dot {
    animation: twinkle-dot 2s ease-in-out infinite;
}

.constellation-secondary .constellation-dot:nth-child(1) {
    top: 20%;
    left: 50%;
    animation-delay: 0s;
    width: 3px;
    height: 3px;
}

.constellation-secondary .constellation-dot:nth-child(2) {
    top: 40%;
    left: 25%;
    animation-delay: 0.5s;
    width: 2px;
    height: 2px;
}

.constellation-secondary .constellation-dot:nth-child(3) {
    top: 40%;
    left: 75%;
    animation-delay: 1s;
    width: 2px;
    height: 2px;
}

.constellation-secondary .constellation-dot:nth-child(4) {
    top: 60%;
    left: 50%;
    animation-delay: 1.5s;
    width: 3px;
    height: 3px;
}

.constellation-secondary .constellation-dot:nth-child(5) {
    top: 80%;
    left: 35%;
    animation-delay: 2s;
    width: 2px;
    height: 2px;
}

.constellation-secondary .constellation-dot:nth-child(6) {
    top: 80%;
    left: 65%;
    animation-delay: 2.5s;
    width: 2px;
    height: 2px;
}

/* ConstelaÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£o terciÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ria (ainda menor) */
.constellation-tertiary {
    position: fixed;
    top: 70%;
    left: 20%;
    width: 150px;
    height: 150px;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 996;
    animation: rotate-constellation 25s linear infinite;
}

.constellation-tertiary .constellation-dot {
    animation: pulse-dot 4s ease-in-out infinite;
    width: 2px;
    height: 2px;
}

.constellation-tertiary .constellation-dot:nth-child(1) {
    top: 30%;
    left: 50%;
    animation-delay: 0s;
}

.constellation-tertiary .constellation-dot:nth-child(2) {
    top: 50%;
    left: 25%;
    animation-delay: 1s;
}

.constellation-tertiary .constellation-dot:nth-child(3) {
    top: 50%;
    left: 75%;
    animation-delay: 2s;
}

.constellation-tertiary .constellation-dot:nth-child(4) {
    top: 70%;
    left: 50%;
    animation-delay: 3s;
}

/* ===== CONSTELAÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ES AO REDOR DA SEÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢O ===== */
.constellation-around-section {
    position: absolute;
    top: -2rem;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translate(-0, -0%);
    pointer-events: none;
    z-index: 998;
    /* Removida a rotaÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£o - apenas brilho piscando */
}

.constellation-around-secondary {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 997;
    /* Removida a rotaÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£o - apenas brilho piscando */
}

.constellation-around-tertiary {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translate(-0%, -0%);
    pointer-events: none;
    z-index: 996;
    /* Removida a rotaÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£o - apenas brilho piscando */
}

/* Pontos da constelaÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£o ao redor da seÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£o */
.constellation-around-section .constellation-dot:nth-child(1) {
    top: 5%;
    left: 50%;
    animation-delay: 0s;
    width: 5px;
    height: 5px;
}

.constellation-around-section .constellation-dot:nth-child(2) {
    top: 15%;
    left: 25%;
    animation-delay: 0.5s;
    width: 3px;
    height: 3px;
}

.constellation-around-section .constellation-dot:nth-child(3) {
    top: 15%;
    left: 75%;
    animation-delay: 1s;
    width: 3px;
    height: 3px;
}

.constellation-around-section .constellation-dot:nth-child(4) {
    top: 30%;
    left: 10%;
    animation-delay: 1.5s;
    width: 4px;
    height: 4px;
}

.constellation-around-section .constellation-dot:nth-child(5) {
    top: 30%;
    left: 90%;
    animation-delay: 2s;
    width: 4px;
    height: 4px;
}

.constellation-around-section .constellation-dot:nth-child(6) {
    top: 50%;
    left: 5%;
    animation-delay: 2.5s;
    width: 3px;
    height: 3px;
}

.constellation-around-section .constellation-dot:nth-child(7) {
    top: 50%;
    left: 95%;
    animation-delay: 3s;
    width: 3px;
    height: 3px;
}

.constellation-around-section .constellation-dot:nth-child(8) {
    top: 70%;
    left: 10%;
    animation-delay: 3.5s;
    width: 4px;
    height: 4px;
}

.constellation-around-section .constellation-dot:nth-child(9) {
    top: 70%;
    left: 90%;
    animation-delay: 4s;
    width: 4px;
    height: 4px;
}

.constellation-around-section .constellation-dot:nth-child(10) {
    top: 85%;
    left: 25%;
    animation-delay: 4.5s;
    width: 3px;
    height: 3px;
}

.constellation-around-section .constellation-dot:nth-child(11) {
    top: 85%;
    left: 75%;
    animation-delay: 5s;
    width: 3px;
    height: 3px;
}

.constellation-around-section .constellation-dot:nth-child(12) {
    top: 95%;
    left: 50%;
    animation-delay: 5.5s;
    width: 5px;
    height: 5px;
}

.constellation-around-section .constellation-dot:nth-child(13) {
    top: 20%;
    left: 15%;
    animation-delay: 0.2s;
    width: 3px;
    height: 3px;
}

.constellation-around-section .constellation-dot:nth-child(14) {
    top: 20%;
    left: 85%;
    animation-delay: 0.7s;
    width: 3px;
    height: 3px;
}

.constellation-around-section .constellation-dot:nth-child(15) {
    top: 35%;
    left: 30%;
    animation-delay: 1.2s;
    width: 4px;
    height: 4px;
}

.constellation-around-section .constellation-dot:nth-child(16) {
    top: 35%;
    left: 70%;
    animation-delay: 1.7s;
    width: 4px;
    height: 4px;
}

.constellation-around-section .constellation-dot:nth-child(17) {
    top: 50%;
    left: 20%;
    animation-delay: 2.2s;
    width: 3px;
    height: 3px;
}

.constellation-around-section .constellation-dot:nth-child(18) {
    top: 50%;
    left: 80%;
    animation-delay: 2.7s;
    width: 3px;
    height: 3px;
}

.constellation-around-section .constellation-dot:nth-child(19) {
    top: 65%;
    left: 15%;
    animation-delay: 3.2s;
    width: 4px;
    height: 4px;
}

.constellation-around-section .constellation-dot:nth-child(20) {
    top: 65%;
    left: 85%;
    animation-delay: 3.7s;
    width: 4px;
    height: 4px;
}

.constellation-around-section .constellation-dot:nth-child(21) {
    top: 80%;
    left: 30%;
    animation-delay: 4.2s;
    width: 3px;
    height: 3px;
}

.constellation-around-section .constellation-dot:nth-child(22) {
    top: 80%;
    left: 70%;
    animation-delay: 4.7s;
    width: 3px;
    height: 3px;
}

.constellation-around-section .constellation-dot:nth-child(23) {
    top: 10%;
    left: 35%;
    animation-delay: 5.2s;
    width: 2px;
    height: 2px;
}

.constellation-around-section .constellation-dot:nth-child(24) {
    top: 10%;
    left: 65%;
    animation-delay: 5.7s;
    width: 2px;
    height: 2px;
}

/* Pontos da constelaÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£o secundÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ria (mais externa) */
.constellation-around-secondary .constellation-dot {
    animation: sparkle-bright 2s ease-in-out infinite;
    width: 3px;
    height: 3px;
}

.constellation-around-secondary .constellation-dot:nth-child(1) {
    top: 10%;
    left: 50%;
    animation-delay: 0s;
}

.constellation-around-secondary .constellation-dot:nth-child(2) {
    top: 25%;
    left: 20%;
    animation-delay: 1s;
}

.constellation-around-secondary .constellation-dot:nth-child(3) {
    top: 25%;
    left: 80%;
    animation-delay: 2s;
}

.constellation-around-secondary .constellation-dot:nth-child(4) {
    top: 75%;
    left: 20%;
    animation-delay: 3s;
}

.constellation-around-secondary .constellation-dot:nth-child(5) {
    top: 75%;
    left: 80%;
    animation-delay: 4s;
}

.constellation-around-secondary .constellation-dot:nth-child(6) {
    top: 90%;
    left: 50%;
    animation-delay: 5s;
}

.constellation-around-secondary .constellation-dot:nth-child(7) {
    top: 15%;
    left: 35%;
    animation-delay: 0.3s;
}

.constellation-around-secondary .constellation-dot:nth-child(8) {
    top: 15%;
    left: 65%;
    animation-delay: 0.8s;
}

.constellation-around-secondary .constellation-dot:nth-child(9) {
    top: 35%;
    left: 15%;
    animation-delay: 1.3s;
}

.constellation-around-secondary .constellation-dot:nth-child(10) {
    top: 35%;
    left: 85%;
    animation-delay: 1.8s;
}

.constellation-around-secondary .constellation-dot:nth-child(11) {
    top: 50%;
    left: 30%;
    animation-delay: 2.3s;
}

.constellation-around-secondary .constellation-dot:nth-child(12) {
    top: 50%;
    left: 70%;
    animation-delay: 2.8s;
}

.constellation-around-secondary .constellation-dot:nth-child(13) {
    top: 65%;
    left: 25%;
    animation-delay: 3.3s;
}

.constellation-around-secondary .constellation-dot:nth-child(14) {
    top: 65%;
    left: 75%;
    animation-delay: 3.8s;
}

.constellation-around-secondary .constellation-dot:nth-child(15) {
    top: 85%;
    left: 35%;
    animation-delay: 4.3s;
}

.constellation-around-secondary .constellation-dot:nth-child(16) {
    top: 85%;
    left: 65%;
    animation-delay: 4.8s;
}

/* Pontos da constelaÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£o terciÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ria (mais externa ainda) */
.constellation-around-tertiary .constellation-dot {
    animation: twinkle-dot 3s ease-in-out infinite;
    width: 3px;
    height: 3px;
}

.constellation-around-tertiary .constellation-dot:nth-child(1) {
    top: 20%;
    left: 30%;
    animation-delay: 0s;
}

.constellation-around-tertiary .constellation-dot:nth-child(2) {
    top: 20%;
    left: 70%;
    animation-delay: 2s;
}

.constellation-around-tertiary .constellation-dot:nth-child(3) {
    top: 80%;
    left: 30%;
    animation-delay: 4s;
}

.constellation-around-tertiary .constellation-dot:nth-child(4) {
    top: 80%;
    left: 70%;
    animation-delay: 6s;
}

.constellation-around-tertiary .constellation-dot:nth-child(5) {
    top: 30%;
    left: 40%;
    animation-delay: 1s;
}

.constellation-around-tertiary .constellation-dot:nth-child(6) {
    top: 30%;
    left: 60%;
    animation-delay: 2s;
}

.constellation-around-tertiary .constellation-dot:nth-child(7) {
    top: 50%;
    left: 35%;
    animation-delay: 3s;
}

.constellation-around-tertiary .constellation-dot:nth-child(8) {
    top: 50%;
    left: 65%;
    animation-delay: 4s;
}

.constellation-around-tertiary .constellation-dot:nth-child(9) {
    top: 70%;
    left: 40%;
    animation-delay: 5s;
}

.constellation-around-tertiary .constellation-dot:nth-child(10) {
    top: 70%;
    left: 60%;
    animation-delay: 6s;
}

.constellation-around-tertiary .constellation-dot:nth-child(11) {
    top: 40%;
    left: 25%;
    animation-delay: 1.5s;
}

.constellation-around-tertiary .constellation-dot:nth-child(12) {
    top: 40%;
    left: 75%;
    animation-delay: 2.5s;
}

.constellation-around-tertiary .constellation-dot:nth-child(13) {
    top: 60%;
    left: 25%;
    animation-delay: 3.5s;
}

.constellation-around-tertiary .constellation-dot:nth-child(14) {
    top: 60%;
    left: 75%;
    animation-delay: 4.5s;
}

.pass-show-hide {
    position: absolute;
    right: 1.25rem;
    width: 1.5rem;
    height: 1.5rem;
    background: url("../images/view.png") 0 0 no-repeat;
    top: 2.75rem;
    background-size: contain;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* Login e campos sem label: alinha o olho ao centro do input */
.position-relative.pass-toggle-no-label .pass-show-hide {
    top: 1rem;
}

.position-relative .form-control.pass-toggle-input {
    padding-right: 3rem;
}

/* Check de validação à esquerda do olhinho nos campos de senha */
.position-relative .form-control.pass-toggle-input.is-valid,
.was-validated .position-relative .form-control.pass-toggle-input:valid {
    padding-right: 4.75rem;
    background-position: right 3rem center;
}

.pass-show-hide.active {
    background: url("../images/hide.png") 0 0 no-repeat;
    background-size: contain;
}