@font-face {
    font-family: 'Bebas Neue';
    src: url('.././fonts/BebasNeue-Regular.woff2') format('woff2'),
         url('.././fonts/BebasNeue-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BigShoulders';
    src: url('.././fonts/BigShoulders.woff2') format('woff2'),
         url('.././fonts/BigShoulders.ttf') format('truetype');
}

* {
    font-family: "Bebas Neue", serif !important;
    font-weight: 400;
    font-style: normal;
}
  
input {
    font-family: "BigShoulders", sans-serif !important;
    font-size: 16px;
}

input::placeholder {
    text-transform: capitalize;
}

::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

::-webkit-scrollbar-track {
    background: #001e35;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #56ffff;
    border-radius: 10px;
    border: 3px solid #001e35;
}

::-webkit-scrollbar-thumb:hover {
    background: #00cccc;
}

* {
    scrollbar-width: thin;
    scrollbar-color: #56ffff #001e35;
}

body, ul {
    margin: 0px;
    padding: 0px;
}

h1, h2, h3, h4, h5, h6, p, figure {
    margin: 0px;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

body, html {
    height: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    background-color: #001321;
    color: #fff;
}

main.home {
    min-width: 100vw;
    min-height: 100dvh;
}

main.home .bg-top {
    width: 100%;
    height: 60dvh;
    min-height: 450px;
    position: relative;
    background-image: url('../../images/bg-default.gif');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

main.home .bg-bottom {
    width: 100%;
    height: 40dvh;
    background-image: url('../../images/bg-floor.gif');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

section.principal {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    z-index: 1;
}

section.principal img.logo {
    width: 350px;
    display: flex;
    margin: 0 auto;
}

section.principal .links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    min-width: calc(240px + 1rem);
    gap: 1rem;
}

section.principal .links.left {
    justify-content: flex-end;
}

section.principal .links.right {
    justify-content: flex-start;
}

a.btn-default {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #00ffff;
    text-shadow: -1px -1px 10px rgb(0 0 0);
    background-image: url('../../images/bg-button.webp');
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

a.btn-default:hover {
    transition: .3s;
    color: #00ffff;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(86, 255, 255, 1);
    -moz-box-shadow: 0px 0px 5px 2px rgba(86, 255, 255, 1);
    box-shadow: 0px 0px 5px 2px rgba(86, 255, 255, 1);
}

a.btn-default:hover span,
a.btn-default:hover i {
    transition: .3s;
    color: #00ffff;
}

a {
    color: #fff;
}

a.btn-default span {
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 1.25rem;
    text-transform: uppercase;
}

.bg-bottom {
    position: relative;
}

.bg-bottom .telao {
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: calc(100% - 25px);
    width: 200px;
    height: 400px;
    overflow: hidden !important;
}

.bg-bottom .telao.left {
    background-image: url('../../images/bg-telao-left.webp');
    background-position: top right;
    left: 0px;
}

.bg-bottom .telao.right {
    background-image: url('../../images/bg-telao-right.webp');
    background-position: top left;
    right: 0px;
}

.bg-bottom .bg-brilho {
    background-image: url('../../images/bg-brilho.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 350px;
    position: absolute;
    top: calc(0px - 180px);
}

.area-menu-mobile {
    display: none;
}

#offcanvasMenu button.btn-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    opacity: 1;
}

#offcanvasMenu {
    max-width: 70%;
    padding-top: calc(2rem + 30px);
    background-color: #001628;
    overflow-x: auto;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0,255,255,1);
    -moz-box-shadow: 0px 0px 10px 5px rgba(0,255,255,1);
    box-shadow: 0px 0px 10px 5px rgba(0,255,255,1);
    transition: transform .5s ease-in-out;
}

nav.menu-mob {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.modal-content {
    padding: 2.5rem 2rem 2rem;
    gap: 1rem;
    background-color: #000000 !important;
    border: 5px solid #56ffff;
    border-radius: 0px;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0,255,255,1);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0,255,255,1);
    box-shadow: 0px 0px 40px 0px rgba(0,255,255,1);
}

.modal-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../../images/bg-default.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.4;
    z-index: -1;
}

.modal-content button.btn-close {
    font-size: 16px;
    opacity: .9;
    position: absolute;
    top: 1rem;
    right: 1rem;
}

.modal-content form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    font-size: 18px;
}

.box-input label {
    display: block;
}

.box-input input,
.box-input select {
    width: 100%;
    height: 40px;
    padding: 10px;
    border-radius: 3px;
    color: #001f36;
    border: none;
    outline: none !important;
    line-height: normal;
}

.box-input input:hover,
.box-input input:focus-visible,
button.btn-default-form:hover,
.box-input select:hover,
.box-input select:focus-visible {
    -webkit-box-shadow: 0px 0px 5px 5px rgba(86,255,255,1);
    -moz-box-shadow: 0px 0px 5px 5px rgba(86,255,255,1);
    box-shadow: 0px 0px 5px 5px rgba(86,255,255,1);
}

.box-input select {
    cursor: pointer;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
}

button.btn-default-form {
    background-color: #56ffff;
    color: #001f36;
    border: none;
    border-radius: 3px;
    padding: 5px;
}

button.btn-default-form:hover {
    transition: .3s;
    background-color: #47d3d3;
}

.footer-login {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
}

.footer-login a.link-footer {
    font-size: 18px;
}

.footer-login a.link-footer:hover,
.footer-login p a {
    transition: .3s;
    color: #56ffff;
}

.footer-login p {
    width: 100%;
    text-align: center;
}

.box-input input[disabled]:hover {
    box-shadow: none;
}

#modal-profile .footer-login {
    justify-content: flex-end;
}

.fa-classic, 
.fa-regular, 
.fa-solid, 
.far, 
.fas {
    font-family: "Font Awesome 6 Free" !important;
    color: #001f36;
}

.show-password i.fa-solid {
    transition: .3s;
}

i.fa-solid.hidden {
    opacity: 0;
}

.box-input.password {
    position: relative;
}

.box-input.password input {
    padding-right: 50px;
}

.show-password {
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 40px;
    width: 40px;
    z-index: 1;
}

.show-password button.btnShow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border: none;
    padding: 5px;
    border-radius: 3px;
    background-color: #e2e2e2;
}

.show-password button.btnShow:hover {
    transition: .3s;
    opacity: .7;
}

button.btnShow i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
}

header {
    padding: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    background-color: #000000;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(86,255,255,1);
    -moz-box-shadow: 0px 0px 5px 2px rgba(86,255,255,1);
    box-shadow: 0px 0px 5px 2px rgba(86,255,255,1);
}

header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../../images/bg-default.gif');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.4;
    z-index: -1;
}

header a.logo img {
    width: auto;
    height: 40px;
}

nav.menu-header a.btn-default {
    width: 75px;
    height: 75px;
}

nav.menu-header a.btn-default span {
    display: flex;
    flex-direction: column;
    position: relative;
    top: 3px;
}

nav.menu-header i {
    color: #fff;
    font-size: 1.5rem;
}

main.offer-book,
main.back-office,
main.the-code,
main.buy {
    padding: 1.5rem;
    min-height: calc(100vh - 135px);
}

main.offer-book h1 {
    margin-bottom: 1rem;
}

.area-table-book {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1rem;
}

.area-table-book table {
    width: 100%;
    border-collapse: collapse;
}

.area-table-book th {
    background-color: #3df3fd;
    color: #001f36;
}

.area-table-book th,
.area-table-book td {
    padding: 8px;
    text-align: left;
    border: 1px solid #003f6f;
    white-space: nowrap;
}

.area-table-book td {
    color: #fff;
}

.area-table-book tr {
    background-color: #001e35;
}

.area-table-book tr:hover {
    transition: .2s;
    background-color: #002b4b;
}

.area-table-book .total-value {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.area-table-book .total-value p {
    font-size: 1.5rem;
    line-height: normal;
}

button.btnBook {
    background-color: #56ffff;
    color: #001f36;
    border: none;
    border-radius: 3px;
    padding: 5px;
    min-width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

button.btnBook:hover {
    transition: .3s;
    background-color: #4ee9e9;
    -webkit-box-shadow: 0px 0px 5px 5px rgba(86, 255, 255, 1);
    -moz-box-shadow: 0px 0px 5px 5px rgba(86, 255, 255, 1);
    box-shadow: 0px 0px 5px 5px rgba(86, 255, 255, 1);
}

.modal-backdrop {
    opacity: 0.9 !important;
}

.area-table-book label,
.area-table-book input {
    cursor: pointer;
    box-shadow: none !important;
}

.area-table-book .form-check {
    margin: 0px;
}

.area-table-book .form-check-input:checked {
    background-color: #ff933f !important;
    border-color: #ff7000 !important;
}

.area-table-book .table-responsive {
    max-height: 50vh;
}

main.back-office {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

main.back-office h1 {
    margin-bottom: 0;
}

.title-bo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.title-bo .referal-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    line-height: normal;
}

.title-bo .referal-link i.fa-qrcode {
    color: #fff;
}

.title-bo .referal-link span {
    text-decoration: underline;
}

.referal-link p {
    display: flex;
    align-items: center;
    gap: 5px;
}

.title-bo .referal-link button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border: none;
    border-radius: 0px;
    padding: 5px;
    font-size: 1rem;
    background-color: #3df3fd;
}

.title-bo .referal-link button i {
    color: #000000;
}

main.back-office .area-table-book {
    gap: 0px;
    margin: 0px;
}

main.back-office .area-table-book table {
    margin-bottom: 0px;
}

main.back-office .area-table-book .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.auto-renew, .garanteed {
    background-color: #003f6f;
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1.5rem;
}

.auto-renew i.fa-bolt,
.garanteed i.fa-bag-shopping {
    font-size: 5rem;
    color: #ff933f;
}

.auto-renew .form-check-input,
.auto-renew .form-check-label {
    box-shadow: none !important;
    cursor: pointer;
}

.auto-renew .form-check-input:checked {
    background-color: #ff933f !important;
    border-color: #ff7000 !important;
}

.auto-renew .left {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
}

main.the-code {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

main.the-code section {
    background-color: #002b4b;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

#accordionTheCode .accordion-item,
#accordionTheCode h1.accordion-header {
    border-radius: 0px;
    border-color: #003f6f;
}

#accordionTheCode button.accordion-button {
    background-color: #002b4b;
    color: #fff;
    padding: 1.5rem;
    border-radius: 0px !important;
    box-shadow: none !important;
    font-size: 2rem;
    gap: 0.5rem;
}

#accordionTheCode .accordion-body {
    padding: 1.5rem;
    background-color: #001321;
    color: #fff;
}

#accordionTheCode .accordion-button::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

#collapseThree .accordion-body {
    padding: 1rem;
}

#accordionFlush,
#accordionFlush .accordion-item {
    border: 1px solid #003f6f;
}

#accordionFlush button.accordion-button {
    font-size: 1rem;
}

.accordion-item,
.accordion {
    background-color: #001321 !important;
}

.area-team {
    background-color: #003f6f;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
}

.area-team .title-team {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
    margin-top: 1rem;
}

.genealogy-scroll::-webkit-scrollbar {
    width: 5px;
    height: 8px;
}

.genealogy-scroll::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #e4e4e4;
}

.genealogy-scroll::-webkit-scrollbar-thumb {
    background: #212121;
    border-radius: 10px;
    transition: 0.5s;
}

.genealogy-scroll::-webkit-scrollbar-thumb:hover {
    background: #d5b14c;
    transition: 0.5s;
}

.genealogy-scroll {
    scroll-behavior: smooth;
}

.genealogy-body {
    background: #001321;
    margin-top: 1rem;
    padding: 1.5rem;
    text-align: center;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    min-height: 400px;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.genealogy-tree ul {
    padding-top: 20px;
    position: relative;
    padding-left: 0px;
    display: flex;
    justify-content: center;
    min-width: max-content;
    flex-wrap: nowrap;
}

.genealogy-tree li::before,
.genealogy-tree li::after {
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    border-top: 2px solid #ccc;
    width: 50%;
    height: 18px;
}

.genealogy-tree li::after {
    right: auto;
    left: 50%;
    border-left: 2px solid #ccc;
}

.genealogy-tree li:only-child::after,
.genealogy-tree li:only-child::before {
    display: none;
}

.genealogy-tree li:only-child {
    padding-top: 0;
}

.genealogy-tree li:first-child::before,
.genealogy-tree li:last-child::after {
    border: 0 none;
}

.genealogy-tree li:last-child::before {
    border-right: 2px solid #ccc;
    border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
}

.genealogy-tree li:first-child::after {
    border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
}

.genealogy-tree ul ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 2px solid #ccc;
    width: 0;
    height: 20px;
}

.genealogy-tree li a {
    text-decoration: none;
    color: #666;
    font-family: arial, verdana, tahoma;
    font-size: 11px;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.genealogy-tree li a:hover+ul li::after,
.genealogy-tree li a:hover+ul li::before,
.genealogy-tree li a:hover+ul::before,
.genealogy-tree li a:hover+ul ul::before {
    border-color: #fbba00;
}

.member-view-box {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    background-color: #f9f9f9;
    text-align: center;
    position: relative;
}

.genealogy-tree h3 {
    font-size: 1rem;
}

@keyframes seta {
    from {
        top: 0px;
    }

    to {
        top: 7px;
    }
}

.member-image {
    width: 60px;
    height: 60px;
    position: relative;
}

.member-image img {
    width: 60px !important;
    height: 60px !important;
    object-fit: contain;
    max-width: none;
    border-radius: 50%;
    background: #0d98c7;
    z-index: 1;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #191e3a00;
    border-radius: 0.25rem;
}

.breadcrumb-item.active {
    color: #b7b7b7;
}

.area-title-rede {
    position: relative;
    top: -10px;
    color: #fff;
}

span.title-rede {
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid #1b1c3a;
}

.tag-rede {
    display: flex;
    align-items: center;
    justify-content: left;
    margin: 15px 0px 15px;
}

.item-rede {
    background: #0e1726;
    padding: 1rem 1.2rem;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    width: 25%;
    margin: 0px 10px;
}

.item-rede:nth-child(1) {
    margin-left: 0px;
}

.item-rede:nth-child(4) {
    margin-right: 0px;
}

.item-rede span.quantidade {
    font-size: 1.5rem;
    font-weight: 700;
}

span.area-ativo-rede {
    background: #0e1726;
    padding: 10px 10px 10px 1rem;
    display: block;
    border-radius: 25px;
}

.area-title-rede .card.component-card_9 {
    min-height: 580px;
    max-height: 580px;
}

.area-title-rede .area-img-produto .bg-produto img {
    filter: blur(1.5px);
}

.setinha::after {
    content: '🡓';
    color: #e0e6ed;
    position: absolute;
    top: 0px;
    right: 5px;
    animation: seta .5s ease-in 0s infinite alternate;
}

.genealogy-tree {
    display: flex;
    justify-content: center;
    transition: transform 0.2s ease;
    min-width: max-content;
    width: max-content;
}

.genealogy-tree li {
    list-style-type: none;
    float: left;
    text-align: center;
    padding: 20px;
    position: relative;
}

.area-title-rede {
    padding: 0px;
}

span.area-ativo-rede, .widget-content.widget-content-area {
    border-radius: 10px;
}

span.area-ativo-rede {
    margin-bottom: 5px;
}

.zoom-genealogy {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.zoom-genealogy button {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    background-color: #001321;
    border: none;
    z-index: 1;
}

.zoom-genealogy button i {
    color: #fff;
}

.zoom-genealogy button:hover {
    transition: .3s;
    opacity: .9;
}

.area-buy {
    background-color: #003f6f;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.area-buy .title, 
.area-buy .row-buy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.footer-buy {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.footer-buy,
.row-buy.amount {
    padding-top: 1.5rem;
    margin-top: 1.5rem;
    border-top: 2px solid #001321;
}

button.btn-default-buy {
    background-color: #56ffff;
    color: #001f36;
    border: none;
    border-radius: 3px;
    padding: 5px;
    min-width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

button.btn-default-buy:hover {
    transition: .3s;
    background-color: #4ee9e9;
    -webkit-box-shadow: 0px 0px 5px 5px rgba(86, 255, 255, 1);
    -moz-box-shadow: 0px 0px 5px 5px rgba(86, 255, 255, 1);
    box-shadow: 0px 0px 5px 5px rgba(86, 255, 255, 1);
}

button.btn-garanteed {
    background-color: transparent;
    border: none;
    padding: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    font-size: 1.1rem;
}

button.btn-garanteed i {
    color: #fff;
}

button.btn-garanteed:hover {
    transition: .3s;
    opacity: .9;
}

.row-buy input,
.item-receiving input[type="text"] {
    background-color: #001321;
    border: none;
    color: #fff;
    padding: 5px;
    outline: none !important;
}

.row-buy input:hover, 
.row-buy input:focus-visible,
.item-receiving input[type="text"]:hover,
.item-receiving input[type="text"]:focus-visible {
    -webkit-box-shadow: 0px 0px 5px 5px rgba(86, 255, 255, 1);
    -moz-box-shadow: 0px 0px 5px 5px rgba(86, 255, 255, 1);
    box-shadow: 0px 0px 5px 5px rgba(86, 255, 255, 1);
}

.row-buy input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.row-buy input[type="number"]::-webkit-inner-spin-button,
.row-buy input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: inner-spin-button;
    opacity: 1;
}

.next-buy {
    background-color: #003f6f;
    padding: 2rem 1.5rem;
    display: none;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.payment-method,
.receiving-method {
    padding: 1rem;
    border: 2px solid #000000;
    position: relative;
}

.next-buy span.title {
    position: absolute;
    top: -15px;
    left: 15px;
    padding: 2px 10px;
    background-color: #003f6f;
    line-height: normal;
}

.next-buy .form-check-input {
    box-shadow: none !important;
    outline: none !important;
}

.next-buy .form-check-input:checked {
    background-color: #ff933f !important;
    border-color: #ff7000 !important;
}

.next-buy .form-check-input,
.next-buy .form-check-label {
    cursor: pointer;
}

.item-receiving {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.item-receiving .form-check {
    min-width: 150px;
}

.item-receiving input[type="text"] {
    width: 100%;
}

.receiving-method {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-next-buy {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.receiving-method input[disabled] {
    opacity: .5;
    border: none !important;
    box-shadow: none !important;
}

#modal_qrcode .modal-content {
    background-image: none !important;
}

#modal_qrcode img.qr-code {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
}

#modal_qrcode textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    resize: none;
    background-color: #f9f9f9;
    box-shadow: none !important;
    outline: none !important;
}

@keyframes slideDown {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
  
.menu-mob > a.btn-default {
    opacity: 0;
    transform: translateY(-20px);
}
  
.menu-mob > a.btn-default.show {
    animation: slideDown 0.5s ease forwards;
}

main.back-office .total-value {
    margin-top: 1rem;
    gap: 1rem;
    align-items: flex-end;
}

main.buy span.label-value {
    display: inline-block;
    min-width: 235px;
}

main.back-office span.label-value {
    display: inline-block;
    min-width: 165px;
}

.area-table-book.offer .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
} 

.area-table-book.offer .form-check input[type="checkbox"] {
    margin: 0px;
}

main.back-office th,
main.back-office td {
    align-content: center;
}

.area-table-book.sell input[type="text"] {
    background-color: #003d69;
    border: none;
    color: #fff;
    padding: 5px;
    outline: none !important;
    width: 100%;
    cursor: text;
}

.garanteed {
    flex-direction: column;
}

.garanteed .title-garanteed {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
}

.garanteed .area-table-book {
    width: 100%;
}

.footer-garanteed {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    gap: 10px;
}

.footer-garanteed p {
    font-size: 1.5rem;
    line-height: 1.5rem;
}

.footer-garanteed p > span.label-value {
    min-width: 60px !important;
}

main.back-office .next-buy {
    margin-top: 0px;
}

main.offer-book .area-table-book .total-value {
    align-items: flex-end;
}

@keyframes flutuar {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

a.btn-default {
    animation: flutuar 2s ease-in-out infinite;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(86, 255, 255, 1);
    -moz-box-shadow: 0px 0px 5px 2px rgba(86, 255, 255, 1);
    box-shadow: 0px 0px 5px 2px rgba(86, 255, 255, 1);
}

@keyframes brilho {
    0%, 100% {
        filter: brightness(100%);
    }
    50% {
        filter: brightness(130%);
    }
}

.area-logo {
    animation: brilho 2.75s ease-in-out infinite;
}

@keyframes brilho2 {
    0%, 100% {
        filter: brightness(100%);
    }
    50% {
        filter: brightness(150%);
    }
}

.bg-bottom .telao {
    animation: brilho2 3s ease-in-out infinite;
}

/* Animaton Text */
.hidden-text { visibility: visible; } /* was: visibility: hidden */

#collapseOne .accordion-body,
#collapseTwo .accordion-body {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

#accordionTheCode h1.accordion-header > button {
    min-height: 108px;
}

#collapseOne .accordion-body {
    min-height: 570px;
}

#collapseTwo .accordion-body {
    min-height: 1100px; 
}

@media (max-width: 1200px) {
    #collapseOne .accordion-body {
        min-height: 660px;
    }
}

@media (max-width: 992px) {
    #collapseTwo .accordion-body {
        min-height: 1280px; 
    }
}

@media (max-width: 720px) {
    #accordionTheCode h1.accordion-header > button {
        min-height: 96px;
    }
}
/* End - Animaton Text */

/* Loading */
.loading-screen {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    background-color: #000000;
    position: fixed;
    top: 0;
    left: 0;
    transition: transform 0.5s ease-out;
    z-index: 999999;
}
 
.blinking-circle {
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    border-radius: 50%;
    animation: blink 1.5s infinite;
    margin: 0 auto;
    margin-bottom: 1rem;
    -webkit-box-shadow: 0px 0px 30px 5px rgba(255,255,255,1);
    -moz-box-shadow: 0px 0px 30px 5px rgba(255,255,255,1);
    box-shadow: 0px 0px 30px 5px rgba(255,255,255,1);
}
 
@keyframes blink {
    0%, 100% { 
        opacity: 1; 
    }
    50% { 
        opacity: 0; 
    }
}
 
button#start-button {
    margin-top: 1rem;
    transition: 1s ease;
    min-width: 0px !important;
    max-width: 175px !important;
    width: 175px !important;
}

.loading-screen.hide {
    transform: translateY(-100%);
}

.settings-header {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    z-index: 2;
}

#settingsAudio {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 5px;
    font-size: 16px;
    border: none;
    border-radius: 0px;
    background-color: #56ffff;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(86, 255, 255, 1);
    -moz-box-shadow: 0px 0px 5px 2px rgba(86, 255, 255, 1);
    box-shadow: 0px 0px 5px 2px rgba(86, 255, 255, 1);
}

#settingsAudio i {
    color: #001e35;
}

.settings-header img.flag {
    width: 20px;
}

.settings-header .dropdown-toggle {
    padding: 7px 10px;
    background-color: #56ffff;
    color: #001e35;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(86, 255, 255, 1);
    -moz-box-shadow: 0px 0px 5px 2px rgba(86, 255, 255, 1);
    box-shadow: 0px 0px 5px 2px rgba(86, 255, 255, 1);
    display: inline-flex;
    height: 40px;
    align-items: center;
    gap: 5px;
}

.settings-header .dropdown-toggle:hover {
    color: #001e35;
}

.settings-header .dropdown-menu {
    background-color: #001e35;
    padding: 0px;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(86, 255, 255, 1);
    -moz-box-shadow: 0px 0px 5px 2px rgba(86, 255, 255, 1);
    box-shadow: 0px 0px 5px 2px rgba(86, 255, 255, 1);
}

.settings-header .dropdown-item {
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}

.settings-header .dropdown-item:hover {
    background-color: #003258;
}

.matrix-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    overflow: hidden;
    width: 100%;
    height: calc(100% - 60px);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.telao.left .matrix-container {
    right: calc(0px + 40px);
}

.telao.right .matrix-container {
    left: calc(0px + 40px);
}

.matrix-column {
    position: relative;
    width: 1.5em;
    height: 100%;
    text-align: center;
    white-space: pre-wrap;
    color: #4effff;
    font-size: 12px;
    -webkit-animation: fall 3s linear infinite;
    -moz-animation: fall 3s linear infinite;
    -ms-animation: fall 3s linear infinite;
    -o-animation: fall 3s linear infinite;
    animation: fall 3s linear infinite;
    font-family: 'Courier New', Courier, monospace !important;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    line-height: 12px;
}  

.matrix-column:nth-child(odd) {
    text-shadow: 0 0 5px #4effff, 0 0 10px #4effff, 0 0 20px #4effff, 0 0 40px #4effff;
}
  
.matrix-column span {
    display: block;
}
  
.matrix-column br {
    display: block;
    content: '';
    margin-bottom: 1.5rem;
}

@-webkit-keyframes fall {
    0% {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
    }
    100% {
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
    }
}
  
@-moz-keyframes fall {
    0% {
      -moz-transform: translateY(-100%);
      transform: translateY(-100%);
    }
    100% {
      -moz-transform: translateY(100%);
      transform: translateY(100%);
    }
}
  
@-ms-keyframes fall {
    0% {
      -ms-transform: translateY(-100%);
      transform: translateY(-100%);
    }
    100% {
      -ms-transform: translateY(100%);
      transform: translateY(100%);
    }
}
  
@-o-keyframes fall {
    0% {
      -o-transform: translateY(-100%);
      transform: translateY(-100%);
    }
    100% {
      -o-transform: translateY(100%);
      transform: translateY(100%);
    }
}
  
@keyframes fall {
    0% {
      -webkit-transform: translateY(-100%);
      -moz-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      -o-transform: translateY(-100%);
      transform: translateY(-100%);
    }
    100% {
      -webkit-transform: translateY(100%);
      -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
      -o-transform: translateY(100%);
      transform: translateY(100%);
    }
}

.tag-telao::before, .tag-telao::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 50px;
}

.tag-telao::before {
    top: 0;
    background: linear-gradient(to bottom, #56ffff, transparent);
}

.tag-telao::after {
    bottom: 0;
    background: linear-gradient(to top, #56ffff, transparent);
}

.telao.left .tag-telao::before {
    top: 25px;
    right: calc(0px + 35px);
    transform: rotate(5deg);
}

.telao.left .tag-telao::after {
    bottom: 25px;
    right: calc(0px + 35px);
    transform: rotate(-5deg);
}

.telao.right .tag-telao::before {
    top: 25px;
    left: calc(0px + 35px);
    transform: rotate(-5deg);
}

.telao.right .tag-telao::after {
    bottom: 25px;
    left: calc(0px + 35px);
    transform: rotate(5deg);
}

@media (min-width: 2045px) {
    section.principal img.logo {
        width: 500px;
    }
    .bg-bottom .telao {
        width: 300px;
        height: 570px;
    }
    main.home .bg-top {
        min-height: 600px;
    }
    section.principal {
        gap: 3rem;
    }
    section.principal .links {
        min-width: calc(400px + 2rem);
        gap: 2rem;
    }
    section.principal a.btn-default {
        width: 200px;
        height: 200px;
    }
    section.principal a.btn-default span {
        font-size: 2rem;
    }
    .matrix-container {
        height: calc(100% - 75px);
        top: 52%;
    }
    .telao.left .matrix-container {
        left: calc(0px - 60px);
    }
    .telao.left .tag-telao::before {
        left: calc(0px - 50px);
    }
    .telao.left .tag-telao::after {
        left: calc(0px - 50px);
        bottom: 8px;
    }
    .telao.right .matrix-container {
        left: calc(0px + 60px);
    }
    .telao.right .tag-telao::before {
        left: calc(0px + 50px);
    }
    .telao.right .tag-telao::after {
        left: calc(0px + 50px);
        bottom: 8px;
    }
}

@media (min-width: 2045px) and (max-height: 990px) {
    main.home .bg-bottom {
        height: calc(100dvh - 600px);
        min-height: 170px;
    }
}

@media (max-width: 1335px) {
    section.principal {
        gap: 1rem;
    }
    section.principal img.logo {
        width: 270px;
    }
    .bg-bottom .telao {
        width: 150px;
        height: 300px;
    }
    section.principal a.btn-default {
        width: 100px;
        height: 100px;
    }
    section.principal a.btn-default span {
        padding: 2px 2px;
        font-size: 1rem;
    }
    .matrix-container {
        height: calc(100% - 50px);
    }
    .telao.left .matrix-container {
        left: calc(0px - 30px);
    }
    .telao.left .tag-telao::before {
        left: calc(0px - 27px);
        top: 18px;
    }
    .telao.left .tag-telao::after {
        left: calc(0px - 27px);
        bottom: 18px;
    }
    .telao.right .matrix-container {
        left: calc(0px + 30px);
    }
    .telao.right .tag-telao::before {
        left: calc(0px + 27px);
        top: 18px;
    }
    .telao.right .tag-telao::after {
        left: calc(0px + 27px);
        bottom: 18px;
    }
}

@media (max-width: 1335px) and (max-height: 990px) {
    main.home .bg-top {
        min-height: 350px;
    }
    main.home .bg-bottom {
        min-height: 120px;
    }
}

@media (max-width: 1060px) {
    .tag-rede {
        flex-wrap: wrap;
        margin: 15 0px 10px;
        gap: 10px;
    }
    .item-rede {
        width: 100%;
        margin: 0px !important;
    }
    span.area-ativo-rede {
        margin-bottom: 0px;
    }
}

@media (max-width: 1030px) {
    section.principal .links {
        display: none;
    }
    section.principal {
        width: 100%;
        height: 100%;
        flex-direction: column;
        justify-content: space-between;
    }
    .area-menu-mobile {
        display: flex;
        width: 100%;
        padding: 2rem 0 0 2rem;
    }
    .settings-header {
        top: 3rem;
        right: 3rem;
    }
    .bg-bottom .bg-brilho {
        height: 150px;
        top: calc(0px - 80px);
    }
    .bg-bottom .telao {
        height: 310px;
        bottom: calc(100% - 20px);
    }
    section.principal a.btn-default {
        min-width: 100px;
        min-height: 100px;
    }
}

@media (max-width: 1030px) and (max-height: 990px) {
    main.home .bg-top {
        min-height: 460px;
    }
}

@media (max-width: 770px) {
    .footer-buy {
        flex-direction: column;
        gap: 1.5rem;
        align-items: flex-start;
    }
    .footer-buy .left {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    button.btn-default-buy {
        width: 100%;
    }
    main.back-office .total-value {
        flex-direction: column;
    }
    main.back-office .total-value .left {
        text-align: end;
    }
    main.back-office button.btnBook {
        width: 100%;
    }
}

@media (max-width: 720px) {
    .auto-renew {
        flex-direction: column-reverse;
    }
    .auto-renew i.fa-bolt, 
    .garanteed i.fa-bag-shopping {
        font-size: 4rem;
        margin: 0 auto;
    }
    #accordionTheCode button.accordion-button {
        font-size: 1.5rem;
    }
    #accordionFlush button.accordion-button {
        font-size: 1rem;
    }
    .title-bo {
        flex-direction: column;
        align-items: flex-start;
        gap: 0px;
    }
    .matrix-container {
        gap: 2px;
    }
    .matrix-column {
        font-size: 8px;
        line-height: 7px;
    }
    .tag-telao::before, 
    .tag-telao::after {
        height: 25px;
    }
}

@media (max-width: 580px) {
    .bg-bottom .telao {
        width: 90px;
    }
    .area-menu-mobile {
        padding: 1.5rem 0 0 1.5rem;
    }
    .settings-header {
        top: 2rem;
        right: 1.5rem;
    }
    section.principal a.btn-default {
        width: 70px;
        height: 70px;
        min-width: 70px;
        min-height: 70px;
    }
    .area-table-book {
        gap: 10px;
        margin-bottom: 2rem;
    }
    .area-table-book .total-value {
        flex-direction: column;
        align-items: flex-end;
        gap: 5px;
    }
    .area-table-book .total-value p {
        font-size: 1.2rem;
        text-align: end;
    }
    button.btnBook {
        width: 100%;
        min-width: 100%;
    }
    main.back-office .area-table-book .title {
        flex-direction: column;
        gap: 0px;
        align-items: flex-start;
    }
    p.invested {
        line-height: normal;
    }
    p.invested span.separator {
        display: none;
    }
    p.invested span.span-invested {
        display: block;
    }
    .footer-buy h3 span {
        display: block;
    }
    .item-receiving {
        flex-direction: column;
        gap: 5px;
        align-items: flex-start;
    }
    .receiving-method {
        gap: 1rem;
    }
    button.btn-default-buy {
        min-width: 100%;
    }
    .row-buy input {
        max-width: 90px;
    }
    main.back-office span.label-value {
        display: inline-block;
        min-width: 130px;
    }
    .footer-garanteed p {
        font-size: 1.2rem;
        line-height: 1.2rem;
        text-align: end;
    }
}

@media (max-width: 450px) {
    .bg-bottom .telao {
        width: 80px;
    }
    header {
        padding: 1rem;
    }
    header a.logo img {
        height: 25px;
    }
    nav.menu-header a.btn-default {
        width: 60px;
        height: 60px;
    }
    nav.menu-header a.btn-default span {
        font-size: 1rem;
    }
    nav.menu-header i {
        font-size: 1rem;
    }
    main.offer-book,
    main.back-office,
    main.the-code,
    main.buy {
        padding: 1.5rem 1rem;
        min-height: calc(100vh - 100px);
    }
    .title-bo .referal-link {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 0px;
        margin-top: 10px;
    }
    .referal-link p {
        width: 100%;
    }
    .title-bo .referal-link button {
        margin-left: 10px;
    }
}

@media (max-width: 410px) {
    .bg-bottom .telao {
        width: 65px;
    }
    .settings-header .dropdown-toggle span {
        display: none;
    }
    .area-menu-mobile {
        padding: 1.5rem 0 0 1rem;
    }
    .settings-header {
        right: 1rem;
        gap: 10px;
    }
}

@media (max-width: 370px) {
    section.principal img.logo {
        width: 220px;
    }
    .bg-bottom .telao {
        height: 253px;
        width: 65px;
    }
    .telao.left .matrix-container {
        left: calc(0px - 25px);
    }
    .telao.right .matrix-container {
        left: calc(0px + 25px);
    }
    .telao.left .tag-telao::before,
    .telao.left .tag-telao::after {
        left: calc(0px - 22px);
    }
    .telao.right .tag-telao::before,
    .telao.right .tag-telao::after {
        left: calc(0px + 22px);
    }
}

@media (max-width: 350px) {
    .item-rede {
        font-size: 12px;
    }

    .item-rede span.quantidade {
        font-size: 1.25rem;
    }
}

@media (max-width: 330px) {
    .bg-bottom .telao {
        width: 45px;
    }
    .zoom-genealogy {
        gap: 5px;
    }
    .zoom-genealogy button {
        width: 25px;
        height: 25px;
        font-size: 12px;
    }
}