body.active {
    overflow: hidden;
}

body {
    /* --primary-color: #DA2128; */
    --primary-color: #212c56;
    /* --second-color: #e3788a; */
    --second-color: #20bcf6;
}

html,
body {
    background-color: var(--primary-color);
    overflow-x: hidden;
    font-family: "HelveticaNeueLT Com 45 Lt";
    font-weight: 700;
    color: #343233;
}

#body-conten {
    width: 100%;
    background: #fff;
    min-height: 100vh;
    display: block;
    max-width: 1920px;
    margin: 0 auto;
}

.container {
    max-width: 1440px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    height: 100%;
    width: calc(100% - 40px);
}

.owl-stage-outer,
.owl-stage {
    display: flex;
}

.owl-nav {
    display: none;
}

.owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-dots .owl-dot {
    border: 1px solid #fff;
    width: 12px;
    height: 14px;
    display: block;
    background: unset;
    border-radius: 50%;
    outline: none;
    margin-left: 6px;
}

.owl-dots .owl-dot.active {
    background: #fff;
}

.table-content {
    width: 100%;
    font-size: 25px;
    font-family: "Gotham";
}

.table-content .title-table {
    padding: 60px 0;
    background: #F1F1F1;
}

.table-content .line-table td {
    padding: 5px;
}

.table-content .line-table td .mobile-legend {
    display: none;
}

.table-content .line-table:nth-child(odd) {
    position: relative;
    background: #fff;
}

.table-content .line-table:nth-child(odd)::after {
    /* content: "";
display: block;
width: 100%;
height: 100%;
top: 0;
left: -100%;
background: #fff;
position: absolute; */
}

/* Classe de bot�es */

.link-button {
    display: inline-flex;
    align-items: center;
    background: #2cb9a7;
    margin-top: 60px;
    padding: 10px 15px;
    /* border-radius: 20px; */
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-family: "Helvetica Neue";
    transition: all 0.8s ease;
    cursor: pointer;
    border-radius: 10px;
}

.link-button svg path {
    transition: all 0.5s ease;
}

.link-button img {
    margin-left: 10px;
}

.link-button:hover {
    background: var(--second-color) !important;
    color: #fff;
    text-decoration: none
}

.link-button:hover svg path {
    fill: #fff;
}

.color-2 {
    color: #FFFFFF !important;
}

.bg-color-2 {
    background-color: var(--primary-color) !important;
}

/* header */

#header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    width: 100%;
    max-width: 1920px;
    transform: translateX(-50%);
    left: 50%;
    background: var(--primary-color);
    padding: 25px 0 20px;
}

#header .content .logo {
    flex: 1;
}

#header .content .logo img {
    width: 100%;
    max-width: 323px;
}

#header .content {
    display: flex;
    align-items: center;
}

#header .content .menu {
    display: flex;
    align-items: center;
    width: 80%;
    list-style: none outside none;
    padding: 0;
    margin: 0;
    justify-content: end;
}

#header .content .menu .item {
    margin-right: 30px;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.5s ease;
    position: relative;
    color: #FFF;
}

#header .content .menu .item:hover {
    color: var(--second-color);
}

#header .content .menu .item::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -5px;
    height: 2px;
    display: block;
    width: 0;
    background: var(--primary-color);
    transform: translateX(-50%);
    transition: all 0.5s ease;
}

#header .content .menu .item:hover:after {
    width: 50%;
}

#header .content .menu .item.button:nth-last-child(1) {
    margin-right: 0px !important;
}

#header .content .menu .item.button::after {
    display: none;
}

#header .content .menu .item.button {
    background: var(--primary-color);
    display: inline-block;
    padding: 6px 10px;
    border-radius: 10px;
    margin-right: 17px;
    color: #fff;
    transition: all 0.5s ease;
    background: var(--second-color);
}

#header .content .menu .item.button:hover {
    background: var(--second-color);
}

#header .content .hamburguer-mobile,
#header .content .menu .close {
    display: none;
}

/* footer */

#footer {
    position: relative;
    background: var(--second-color);
    width: 100%;
    padding: 30px 0 80px;
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-family: "Gotham";
    margin-top: 30px;
}

#footer .content .logo svg {
    display: block;
    width: 100%;
    max-width: 145px;
    margin: 0 auto;
}

#footer .content .logo svg path {
    transition: all 0.5s ease;
}

#footer .content .logo:hover svg path {
    fill: var(--primary-color);
}

#footer .content .text {
    display: block;
    margin-top: 35px;
}

#footer .content .text a {
    transition: all 0.5s ease;
    color: #fff;
    text-decoration: none;
}

#footer .content .text a:hover {
    color: var(--primary-color);
}

/* inicio do conteudo do site */

#body-content {
    position: relative;
    min-height: 100vh;
}

/* banner */

#body-content .main-banner {
    background-color: #F1F1F1;
    width: 100%;
    position: relative;
    margin-top: 125px;
}

#body-content .main-banner .imagem {
    display: block;
    margin: auto;
    object-fit: contain;
    width: 100% !important;
}

.img-banner-1,
.img-banner-2 {
    width: 100%;
}

#body-content .main-banner .imagem.mobile {
    display: none;
}

#body-content .main-banner .text {
    position: absolute;
    left: 0;
    bottom: 70px;
    width: 100%;
    z-index: 0;
}

#body-content .main-banner .subtitle {
    position: absolute;
    right: 5%;
    bottom: 15px;
    font-size: 13px;
    color: #fff;
}

#body-content .main-banner .text .container {
    justify-content: end;
    display: flex;
}

#body-content .main-banner .text .button-form {
    background: #2cb9a7;
    color: #fff;
    padding: 10px 40px;
    font-size: 36px;
    font-family: "Helvetica Neue";
    /* border-radius: 30px; */
    margin-right: 9%;
    transition: all 0.8s ease;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 10px;
}

#body-content .main-banner .text .button-form:hover {
    background: var(--second-color);
    color: #fff;
}

/* Passos pra participar */

#body-content .steps {
    background: #F1F1F1;
    padding: 50px 0 80px;
}

#body-content .steps .title {
    text-align: center;
    color: var(--second-color);
    font-size: 40px;
    font-family: "Gotham";
    font-weight: 900;
    text-transform: uppercase;
}

#body-content .steps .step-list {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

#body-content .steps .step-list .arrow {
    display: flex;
    align-items: center;
}

#body-content .steps .step-list .arrow svg {
    width: 23px;
    height: 39px;
    margin: 0 25px;
}

#body-content .steps .step-list .arrow svg path {
    fill: var(--primary-color);
}

#body-content .steps .step-list .step {
    width: 33%;
    max-width: 230px;
}

#body-content .steps .step-list .step .text {
    color: var(--primary-color);
    font-size: 25px;
    font-family: "Gotham";
    text-align: center;
}

#body-content .steps .step-list .step .icon {
    width: 100%;
}

#body-content .steps .step-list .step .icon svg {
    width: 100%;
}

/* link para cadastrar compra */

#body-content .link-registry {
    background: var(--primary-color);
    padding: 70px 0 85px;
}

#body-content .link-registry .container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#body-content .link-registry .title {
    color: #fff;
    text-align: center;
    font-size: 30px;
    display: block;
    width: 100%;
}

/* links de regulamentos e downloads do pdf */

#body-content .regulation-link {
    background: var(--second-color);
    padding: 90px 0;
}

#body-content .regulation-link .title {
    color: #fff;
    font-family: "Gotham";
    font-weight: 800;
    font-size: 40px
}

#body-content .regulation-link .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#body-content .regulation-link .link-button {
    color: var(--second-color);
    margin-top: 0;
}

#body-content .regulation-link .link-button img {
    margin-left: 10px;
}

#body-content .regulation-link .link-button:nth-child(1) {
    margin-right: 20px;
}

#body-content .regulation-link .link-button:hover {
    background: var(--primary-color);
    color: #fff;
}

/* banner do meio da pagina */

#body-content .banner {
    position: relative;
}

#body-content .banner .controls {
    position: absolute;
    right: 50px;
    bottom: 50px;
    /* display: flex; */
    display: none;
    z-index: 4;
}

#body-content .banner .controls .item {
    display: block;
    width: 14px;
    margin-right: 7px;
    cursor: pointer;
}

#body-content .banner .controls .item svg {
    display: block;
    width: 100%;
}

#body-content .banner .controls .item svg path {
    transition: all 0.5s ease;
}

#body-content .banner .controls .item:hover svg path {
    fill: var(--second-color);
}

#body-content .banner .banners-itens {
    position: relative;
    overflow: hidden;
}

#body-content .banner .banners-itens .owl-dots {
    position: absolute;
    right: 115px;
    bottom: 50px;
}

#body-content .banner .banners-itens .banner-item .imagem {
    display: block;
    margin: 0 auto;
}

#body-content .banner .banners-itens .banner-item .imagem.mobile {
    display: none;
}

/* sessao de divulga��o de premios */

#body-content .awards {
    background: var(--primary-color);
    padding: 50px 0 40px;
}

#body-content .awards .container {
    display: flex;
    align-items: center;
}

#body-content .awards .text-space {
    color: #fff;
    width: 60%;
}

#body-content .awards .text-space .title {
    font-size: 40px;
    font-weight: 700;
    font-family: "Gotham";
    margin: 0;
}

#body-content .awards .text-space .text {
    font-size: 20px;
    font-weight: 700;
    margin-top: 30px;
}

#body-content .awards .carrossel {
    position: relative;
    width: 40%;
}

#body-content .awards .carrossel .controls {
    position: absolute;
    left: 0px;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    justify-content: space-between;
    display: flex;
    /* display: none; */
    z-index: 4;
}

#body-content .awards .carrossel .controls .item {
    display: block;
    width: 14px;
    margin-right: 7px;
    cursor: pointer;
}

#body-content .awards .carrossel .controls .item svg {
    display: block;
    width: 100%;
}

#body-content .awards .carrossel .controls .item svg path {
    transition: all 0.5s ease;
}

#body-content .awards .carrossel .controls .item:hover svg path {
    fill: var(--second-color);
}

#body-content .awards .carrossel-awards {
    width: 100%;
    overflow: hidden;
    position: relative;
}

#body-content .awards .carrossel-awards .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 90px;
    left: 0;
}

#body-content .awards .carrossel-awards .item {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    transition: all 1.5s ease;
    opacity: 0;
}

#body-content .awards .carrossel-awards .owl-item.active .item {
    opacity: 1;
}

#body-content .awards .carrossel-awards .item .imagem {
    width: 100%;
    max-width: 700px;
}

#body-content .awards .carrossel-awards .item .imagem img {
    width: 100%;
}

#body-content .awards .carrossel-awards .item .text {
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: "Gotham";
    font-weight: 400;
    font-size: 20px;
    margin: 10px 0;
    text-transform: uppercase;
}

#body-content .awards .carrossel-awards .item .text .date {
    font-weight: 700;
}

/* sessao de divulga��o de numeros da sorte e modais */

#body-content .modais-space .title {
    text-align: center;
    font-family: "Gotham";
    font-weight: 800;
    font-size: 40px;
    color: var(--primary-color);
    margin: 35px 0;
    display: block;
    width: 100%;
    margin: 0;
    padding-top: 25px;
}

#body-content .modais-space .intro {
    display: block;
    width: 100%;
    text-align: center;
    background-color: #F1F1F1;
}

#numbers-seciton {
    background-color: #F1F1F1;
}

#body-content .modais-space .intro .button {
    background: var(--primary-color);
    color: #fff;
    margin-top: 5px;
    font-weight: 700;
    display: inline-block;
    padding: 16px 36px;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.5s ease;
    margin-bottom: 60px;
    font-size: 22px;
}

#body-content .modais-space .intro .button:hover {
    background: var(--second-color);
    color: #fff;
}

#body-content .modais-space .container {
    display: flex;
    align-items: center;
}

#body-content .modais-space .table-numbers {
    width: 100%;
    background: #F1F1F1;
    overflow: hidden;
    padding-bottom: 60px;
}

#body-content .modais-space .table-content {
    /* width: 50%; */
    font-size: 22px;
    font-family: "Gotham";
}

#body-content .modais-space .buttons {
    width: calc(50% - 90px);
    margin-left: 90px;
    padding-top: 150px;
}

#body-content .modais-space .buttons .button {
    width: 100%;
    padding: 18px 50px;
    background: #fff;
    border-radius: 18px;
    color: #fff;
    background: var(--primary-color);
    font-size: 25px;
    font-weight: 800;
    font-family: "Gotham";
    text-align: center;
    margin-top: 40px;
    transition: all 0.5s ease;
}

#body-content .modais-space .buttons .button:hover {
    background: #fff;
    color: var(--primary-color);
}

#body-content .modais-space .buttons .button:nth-child(1) {
    margin-top: 0px;
}

#body-content .modais-space .new-numbers .container {
    display: block;
}

#body-content .modais-space .new-numbers {
    background: var(--primary-color);
    padding: 60px 0;
}

#body-content .modais-space .new-numbers .title {
    font-size: 35px;
    text-align: center;
    color: #fff;
}

#body-content .modais-space .new-numbers .first-form {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
    margin-top: 20px
}

#body-content .modais-space .new-numbers .first-form label {
    width: calc(33% - 30px);
    margin-right: 30px;
    color: #fff;
    font-size: 25px;
    font-weight: 300;
    font-family: "Gotham";
}

#body-content .modais-space .new-numbers .first-form label input {
    width: 100%;
    padding: 15px;
    color: var(--primary-color);
    margin-top: 12px;
    border-radius: 18px;
    background: #F1F1F1;
    border: none;
    outline: none;
}

#body-content .modais-space .new-numbers .first-form .term {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}

#body-content .modais-space .new-numbers .first-form .term label {
    display: flex;
    width: unset;
}

#body-content .modais-space .new-numbers .first-form .term label input {
    padding: 0;
    width: 25px;
    margin: 0 10px 0 0;
}

#body-content .modais-space .new-numbers .first-form .term .link-button {
    margin: 0 0 0 80px;
    border: none;
    outline: none;
    padding: 20px 100px;
    font-family: "Gotham";
    font-size: 25px;
}

#body-content .modais-space .personal-data {
    padding: 75px 0;
}

#body-content .modais-space .personal-data .container {
    display: block;
}

#body-content .modais-space .personal-data .title-date {
    font-size: 35px;
    color: #B5A6A6;
    font-family: "Gotham";
    font-weight: 700;
}

#body-content .modais-space .personal-data .second-form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    /* justify-content: end; */
}

#body-content .modais-space .personal-data .second-form label {
    display: block;
    margin-right: 15px;
    margin-top: 50px;
}

#body-content .modais-space .personal-data .second-form label:nth-child(1) {
    width: calc(20% - 15px);
}

#body-content .modais-space .personal-data .second-form label:nth-child(2) {
    width: calc(50% - 15px);
}

#body-content .modais-space .personal-data .second-form label:nth-child(3) {
    width: calc(30% - 15px);
}

#body-content .modais-space .personal-data .second-form label:nth-child(4) {
    width: calc(25% - 15px);
}

#body-content .modais-space .personal-data .second-form label:nth-child(5) {
    width: calc(25% - 15px);
}

#body-content .modais-space .personal-data .second-form label:nth-child(6) {
    width: calc(25% - 15px);
}

#body-content .modais-space .personal-data .second-form label:nth-child(7) {
    width: calc(25% - 15px);
}

#body-content .modais-space .personal-data .second-form label:nth-child(8) {
    width: calc(20% - 15px);
}

#body-content .modais-space .personal-data .second-form label:nth-child(9) {
    width: calc(20% - 15px);
}

#body-content .modais-space .personal-data .second-form label:nth-child(10) {
    width: calc(20% - 15px);
}

#body-content .modais-space .personal-data .second-form label:nth-child(11) {
    width: calc(20% - 15px);
    /* flex : 1; */
}

#body-content .modais-space .personal-data .second-form label:nth-child(12) {
    width: calc(20% - 15px);
}

#body-content .modais-space .personal-data .second-form label span {
    display: block;
    width: 100%;
    font-size: 18px;
    font-family: "Gotham";
    color: #B5A6A6;
}

#body-content .modais-space .personal-data .second-form label input,
#body-content .modais-space .personal-data .second-form label select {
    width: 100%;
    padding: 15px;
    border: none;
    margin-top: 10px;
    background: #F1F1F1;
    box-shadow: 0px 3px 6px #00000029;
    outline: none;
    border-radius: 18px;
}

#body-content .modais-space .personal-data .second-form label::last-child() {
    width: 100%;
    margin-bottom: 30px;
}

#body-content .modais-space .personal-data .second-form .button-submit {
    width: 100%;
    max-width: 400px;
    margin: 60px 15px 0 0;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 18px;
    border: none;
    outline: none;
    background: var(--primary-color);
    padding: 18px;
    color: #fff;
    font-size: 25px;
    font-family: "Gotham";
    font-weight: 700;
    transition: all 0.8s ease;
}

#body-content .modais-space .personal-data .second-form .button-submit:hover {
    background: var(--second-color);
    color: #fff;
    text-decoration: none
}

#body-content .modais-space .personal-data .second-form .term {
    display: flex;
    align-items: center;
    width: 100%;
}

#body-content .modais-space .personal-data .second-form .term label {
    margin: 0;
    font-size: 20px;
    padding-left: 15px;
    color: #B5A6A6;
    font-family: "Gotham";
    font-weight: 700;
    width: 100%;
}

#body-content .modais-space .personal-data .second-form .button-submit:hover {
    color: var(--primary-color);
}

#body-content .modais-space .new-numbers .container {
    display: block;
}

#body-content .modais-space .new-numbers {
    background: var(--primary-color);
    padding: 60px 0;
}

#body-content .modais-space .new-numbers .title {
    font-size: 35px;
    text-align: center;
    color: #fff;
}

/* #body-content .modais-space .new-numbers .first-form {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-top: 20px
} */

#body-content .modais-space .new-numbers .first-form label {
    width: calc(33% - 30px);
    margin-right: 30px;
    color: #fff;
    font-size: 25px;
    font-weight: 300;
    font-family: "Gotham";
}

#body-content .modais-space .new-numbers .first-form label input {
    width: 100%;
    padding: 15px;
    color: var(--primary-color);
    margin-top: 12px;
    border-radius: 18px;
    background: #F1F1F1;
    border: none;
    outline: none;
}

#body-content .modais-space .new-numbers .first-form .term {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}

#body-content .modais-space .new-numbers .first-form .term label {
    display: flex;
    width: unset;
}

#body-content .modais-space .new-numbers .first-form .term label input {
    padding: 0;
    width: 25px;
    margin: 0 10px 0 0;
}

#body-content .modais-space .new-numbers .first-form .term .link-button {
    margin: 0 0 0 80px;
    border: none;
    outline: none;
    padding: 20px 100px;
    font-family: "Gotham";
    font-size: 25px;
}

#body-content .modais-space .personal-data {
    padding: 75px 0;
}

#body-content .modais-space .personal-data .container {
    display: block;
}

#body-content .modais-space .personal-data .title-date {
    font-size: 35px;
    color: #B5A6A6;
    font-family: "Gotham";
    font-weight: 700;
}

#body-content .modais-space .personal-data .third-form {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#body-content .modais-space .personal-data .third-form label {
    display: block;
    margin-right: 0px;
    margin: 0 auto;
    margin-top: 50px;
    width: 100%;
    max-width: 900px;
}

#body-content .modais-space .personal-data .third-form label span {
    display: block;
    width: 100%;
    font-size: 25px;
    font-family: "Gotham";
    color: #B5A6A6;
}

#body-content .modais-space .personal-data .third-form label input,
#body-content .modais-space .personal-data .third-form label select {
    width: 100%;
    padding: 15px;
    border: none;
    margin-top: 10px;
    background: #F1F1F1;
    box-shadow: 0px 3px 6px #00000029;
    outline: none;
    border-radius: 18px;
}

#body-content .modais-space .personal-data .third-form .button-submit {
    width: 100%;
    max-width: 480px;
    margin: 60px 15px 0 0;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 18px;
    border: none;
    outline: none;
    background: #FFFFFF;
    padding: 18px;
    color: #B5A6A6;
    font-size: 25px;
    font-family: "Gotham";
    font-weight: 700;
    transition: all 0.8s ease;
}

#body-content .modais-space .personal-data .third-form .button-submit:hover {
    color: var(--primary-color);
}

/* divulgacao de datas de sorteis */

#body-content .sortitions {
    background: var(--primary-color);
    color: #fff;
    padding: 80px 0;
}

#body-content .sortitions .container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#body-content .sortitions .content {
    width: 70%;
}

#body-content .sortitions .title {
    font-weight: 800;
    font-family: "Gotham";
    font-size: 40px;
    width: 100%;
}

#body-content .sortitions .dates {
    padding: 0;
    list-style: none;
    margin: 0;
    width: 100%;
}

#body-content .sortitions .dates .date {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 60px;
}

#body-content .sortitions .dates .date .month {
    padding: 15px;
    font-size: 25px;
    border-radius: 8px;
    border: 1px solid #fff;
    margin-right: 15px;
}

#body-content .sortitions .dates .date .day {
    padding: 15px;
    font-size: 25px;
    border-radius: 8px;
    border: 1px solid #fff;
    margin-right: 15px;
}

#body-content .sortitions .dates .date .day.active {
    color: var(--primary-color);
    background: #fff !important;
    font-weight: 800;
}

#body-content .sortitions .dates .date .day.active2 {
    color: var(--primary-color);
    background: #B22222;
    font-weight: 800;
}

#body-content .sortitions .next-date {
    width: 30%;
    text-align: center;
}

#body-content .sortitions .next-date .icon {
    font-size: 60px;
    padding: 80px 60px;
    border-radius: 22px;
    border: 5px solid #fff;
    display: inline-flex;
    align-items: center;
    font-weight: 800;
    font-family: "Gotham";
}

#body-content .sortitions .next-date .title {
    margin-top: 20px;
}

/* vencedores */

#body-content .winners {
    background: #f1f1f1;
}

#body-content .winners .title {
    text-align: center;
    font-family: "Gotham";
    font-weight: 800;
    font-size: 40px;
    color: var(--primary-color);
    padding: 35px 0;
    display: block;
    width: 100%;
    background: #fff;
}

#body-content .winners .table-content .line-table:nth-child(odd) {
    position: relative;
    background: #fff;
}

#body-content .winners .table-content .line-table:nth-child(odd)::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: -100%;
    background: #fff;
    position: absolute;
}

#body-content .winners .table-content .line-table:nth-child(even) {
    position: relative;
    background: #f1f1f1;
}

#body-content .winners .table-content .line-table:nth-child(even)::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: -100%;
    background: #f1f1f1;
    position: absolute;
}

#modal-login-js {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 9;
    display: none;
}

#modal-login-js .bg {
    background: #0000006b;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#modal-login-js .bg .modal-login {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    width: 60%;
    border-radius: 35px;
    position: relative;
}

#modal-login-js .bg .modal-login .bar-top {
    background: var(--primary-color);
    padding: 25px 15px;
    display: flex;
    justify-content: center;
}

#modal-login-js .bg .modal-login .bar-top span {
    color: var(--primary-color);
    background: #fff;
    border-radius: 15px;
    margin: 0 auto;
    display: inline-block;
    padding: 8px 45px;
    font-size: 25px;
    font-weight: 800;
}

#modal-login-js .bg .modal-login .form {
    padding: 50px;
    position: relative;
}

#modal-login-js .bg .modal-login .form .close {
    position: absolute;
    right: 30px;
    top: 30px;
}

#modal-login-js .bg .modal-login .form form {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

#modal-login-js .bg .modal-login .form form label {
    width: 100%;
    font-size: 35px;
    color: #B5A6A6;
    font-family: "Gotham";
    font-weight: 700;
}

#modal-login-js .bg .modal-login .form form input {
    width: 100%;
    padding: 15px;
    border: none;
    margin: 10px 0;
    background: #F1F1F1;
    box-shadow: 0px 3px 6px #00000029;
    outline: none;
    border-radius: 18px;
}

#modal-login-js .bg .modal-login .form form .link {
    text-align: center;
    display: block;
    width: 100%;
    font-size: 25px;
    font-weight: 700;
    margin-top: 10px;
    color: #343233;
    cursor: pointer;
}

#modal-login-js .bg .modal-login .form form .link.red {
    color: var(--primary-color);
}

#modal-login-js .bg .modal-login .form form button {
    width: 100%;
    max-width: 500px;
    padding: 18px 50px;
    background: #fff;
    border-radius: 18px;
    color: #fff;
    background: var(--primary-color);
    font-size: 25px;
    font-weight: 800;
    font-family: "Gotham";
    text-align: center;
    margin-top: 25px;
    transition: all 0.5s ease;
    border: none;
    outline: none;
}

#body-content .form-email {
    margin: 0 auto;
    display: block;
    max-width: 960px;
    padding-top: 100px;
    width: 100%;
}

#body-content .form-email .container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#body-content .form-email .logo {
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
}

#body-content .form-email input {
    width: 100%;
    padding: 15px;
    border: none;
    margin-top: 10px;
    background: #F1F1F1;
    box-shadow: 0px 3px 6px #00000029;
    outline: none;
    border-radius: 18px;
    margin-bottom: 25px;
}

#body-content .form-email .title {
    font-size: 30px;
    color: #B5A6A6;
    font-family: "Gotham";
    font-weight: 700;
}

#body-content .form-email .title.small {
    font-size: 25px;
    color: #B5A6A6;
    font-family: "Gotham";
    font-weight: 700;
    display: block;
    text-align: center;
}

#body-content .form-email .button {
    width: 100%;
    max-width: 500px;
    padding: 18px 50px;
    background: #fff;
    border-radius: 18px;
    color: #fff;
    background: var(--primary-color);
    font-size: 25px;
    font-weight: 800;
    font-family: "Gotham";
    text-align: center;
    margin-top: 25px;
    transition: all 0.5s ease;
    border: none;
    outline: none;
}

.loader-cadastro-novo-participante {
    width: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 2000;
    color: #FF0000;
    top: 50%;
    right: 50%;
}

.loader-cadastro-nota-fiscal {
    width: 45px;
    opacity: 0;
    visibility: hidden;
    position: relative;
    z-index: 2000;
    color: #FFFFFF;
    right: -561px;
}

.loader-esqueci-senha {
    width: 45px;
    opacity: 0;
    visibility: hidden;
    position: relative;
    z-index: 2000;
    color: var(--primary-color);
    right: 0;
    top: 36px;
    left: 8px;
}

.loader-redefinir-senha {
    width: 45px;
    opacity: 0;
    visibility: hidden;
    position: relative;
    z-index: 2000;
    color: var(--primary-color);
    right: 0;
    top: 10px;
    left: 165px;
}

.loader.on {
    opacity: 1;
    visibility: visible;
}

.last-phone {
    width: 100%;
    /* margin-bottom: 30px; */
    /* margin-top   : 0px !important; */
}

.passowrd-space {
    position: relative;
    flex: 1;
}

.passowrd-space .icon {
    position: absolute;
    right: 15px;
    top: 52%;
    transform: translateY(-50%);
    cursor: pointer;
}

.passowrd-space .icon img {
    width: 100%;
    display: block;
}

.btn-desconectar {
    border: none;
}

.user-logged {
    color: var(--second-color) !important;
}

#map {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
}

#map h3 {
    text-align: center;
    font-family: "Gotham";
    font-weight: 800;
    font-size: 40px;
    color: var(--primary-color);
    margin: 35px 0;
    display: block;
    width: 100%;
}

#map>select {
    width: 89%;
    margin-bottom: 25px;
    outline: none;
    padding: 11px;
    font-size: 18px;
    border-radius: 18px;
}

#map iframe {
    width: 1000px !important;
    height: 400px !important;
    border-radius: 18px !important;
}

#saldo .titulo-saldo {
    font-size: 25px;
    font-family: "Gotham";
    padding-top: 60px;
}

#saldo #ajax-saldo {
    font-weight: normal;
}

.obs-saldo {
    margin-top: 57px;
    margin-left: 25px;
}

.form-ajax-cadastro-nota-fiscal .label-loja {
    width: 100% !important;
}

.form-ajax-cadastro-nota-fiscal select {
    width: 100%;
    height: 67.5px;
    border-radius: 18px;
    margin-top: 12px;
}

.tbody-numeros {
    text-align: center;
}

/* Perguntas */

#c-perguntas-frequentes h2 {
    margin: 30px;
    text-align: center;
    color: var(--primary-color);
    font-size: 40px;
    font-family: "Gotham";
    font-weight: 900;
    text-transform: uppercase;
}

#c-perguntas-frequentes .button-open-question {
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
    border-radius: 15px;
    outline: none;
    background-color: var(--primary-color);
    color: #fff;
    margin-bottom: 10px;
    padding-left: 30px;
}

#c-perguntas-frequentes .icon-chevron-down {
    width: 20px;
    height: 20px;
}

#c-perguntas-frequentes .response-question {
    margin-left: 30px;
}

#c-perguntas-frequentes .accordion .button-open-question i {
    transition: transform 0.4s ease;
}

#c-perguntas-frequentes .accordion .button-open-question:not(.collapsed) i {
    transform: rotate(180deg);
}

.logo-rodape,
.logo-redefinir-senha {
    width: 100%;
    max-width: 600px;
}

.logo_rodape_interativa {
    width: 100%;
    max-width: 100px;
}



@media (max-width: 480px) {
    #c-perguntas-frequentes .button-open-question {
        height: 145px !important;
    }

    #map>select {
        margin-bottom: 0px !important;
    }

    .link-button {
        margin-bottom: 25px !important;
    }

    .box-select-type-invoice {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }

    #type-invoice {
        width: 89% !important;
    }
}

@media (max-width: 480px) {
    #body-content .main-banner .subtitle {
        position: initial !important;
    }
}

@media (max-width: 480px) {
    .tbody-numeros td {
        width: 100% !important;
    }
}

#wrap-buttons {
    width: 100%;
    /* background-color: #B22222; */
}

#wrap-button {
    width: 100%;
}

#register-qrcode,
#register-manual {
    width: 300px;
}

.button-register {
    background: #fff;
    margin-top: 20px;
    padding: 10px 15px;
    border-radius: 20px;
    font-size: 18px;
    text-transform: uppercase;
    color: var(--primary-color);
    font-weight: bold;
    font-family: "Helvetica Neue";
    transition: all 0.8s ease;
    cursor: pointer;
}

.button-register:hover {
    background: #f1b380 !important;
    color: #ce0652;
    text-decoration: none
}

/* video {
    width: -webkit-fill-available;
    margin-top: 25px;
} */

.footer-2-desktop {
    font-family: "Gotham" !important;
    font-weight: normal !important;
}

.footer-2-desktop .logo-rodape {
    padding-top: 20px !important;
}

.footer-2-desktop .separate {
    display: flex;
    align-self: center;
    width: 3px;
    height: 120px;
    background-color: #fff;
}

.footer-2-desktop .footer-address p {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    color: #fff !important;
}

.footer-2-desktop .footer-address a {
    color: #fff !important;
}

#video-container {
    width: 200px !important;
    margin: 20px auto !important;
}

video {
    width: 200px !important;
}

.nf-cnpj {
    width: 100% !important;
}

/* #load-data-invoice {
    height: 50px;
    margin-top: 10px;
    margin-left: 10px;
    background-color: #2cb9a7;
    outline: none;
    border: none;
    color: #FFFFFF;
    font-weight: bold;
} */

#load-data-invoice,
#verify-nfs {
    height: 50px;
    margin-top: 10px;
    margin-left: 10px;
    background-color: #2cb9a7;
    outline: none;
    border: none;
    color: #FFFFFF;
    font-weight: bold;
    border-radius: 10px;
}

#load-data-invoice:hover {
    color: #000000;
    background-color: #c47b75;
}

#type-invoice {
    width: 50%;
    margin-top: 25px;
    margin-bottom: 25px;
    outline: none;
    padding: 11px;
    font-size: 18px;
    border-radius: 18px;
    padding-left: 20px;
    padding-right: 20px;
}

.box-select-type-invoice {
    background-color: var(--primary-color);
    /* display: none !important; */
}

.button-login {
    display: none;
}

.item.button {
    background: var(--primary-color);
    display: inline-block;
    padding: 6px 10px;
    border-radius: 10px;
    margin-right: 17px;
    color: #fff;
    transition: all 0.5s ease;
    background: var(--second-color);
    font-family: "Helvetica Neue";
    outline: none;
    border: none;
}

@media (max-width: 767px) {
    .button-login {
        display: block;
    }
}