@charset "UTF-8";
/* ====== Seção Geral ====== */
.header-section {
  display: flex;
  flex-direction: column;
  gap: 2rem !important;
  margin: 0 0 4rem 0 !important;
}
.header-section h2, .header-section .header-section-title {
  margin: 0 !important;
}
.header-section h3, .header-section p, .header-section .header-section-description {
  margin: 0 !important;
}

/* ====== Pagina Index ====== */
/* ====== Seção: Como Participar - 3º Estilo ====== */
/* ------ Steps Container ------ */
/* ----------------------------- */
/* ------ Step ------ */
/* ------------------ */
/* ------ Step Number ------ */
/* ------------------------- */
/* ------ Step Title ------ */
/* ------------------------ */
/* ------ Step Icon ------ */
/* ----------------------- */
/* ------ Step Description ------ */
/* ------------------------------ */
/* ========================================= */
.steps-boxes {
  position: relative;
  width: 100%;
  max-width: none;
  margin: auto;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
}
@media screen and (max-width: 991px) {
  .steps-boxes {
    padding: 0;
    max-width: none;
  }
}
.steps-boxes .steps-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  .steps-boxes .steps-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.steps-boxes .step-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 328px;
}
@media screen and (max-width: 991px) {
  .steps-boxes .step-container {
    max-width: 600px;
    padding: 0 !important;
  }
}
.steps-boxes .step-container .step-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 100%;
  max-width: 350px;
  /* max-width: 328px; */
  min-height: 420px;
  /* min-height: 380px; */
  max-height: unset;
  padding: 4.5rem 4rem;
  margin: 0;
  border: none;
  border-radius: 2.4rem;
  background: #022f61;
  transition: all 1s ease-in-out;
}
.steps-boxes .step-container .step-content .step-number {
  display: flex;
  flex-direction: column;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 14rem;
  line-height: 14rem;
  font-weight: bold;
  font-style: normal;
  text-align: start;
  color: transparent;
  -webkit-text-stroke: 1px #000;
  margin: 0 auto 4rem auto;
  transition: all 0.3s ease;
}
@media screen and (max-width: 991px) {
  .steps-boxes .step-container .step-content .step-number {
    margin: 0 auto 1rem auto;
  }
}
.steps-boxes .step-container .step-content .step-icon {
  position: relative;
  width: 100%;
  max-width: 64px;
  margin: 0 0 3.2rem 0;
  padding: 0;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
}
.steps-boxes .step-container .step-content .step-icon img {
  width: 100%;
  max-width: 64px;
  transition: all 0.3s ease-in-out;
}
.steps-boxes .step-container .step-content .step-icon svg {
  width: 24px;
  height: 24px;
}
.steps-boxes .step-container .step-content .step-title {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 24px;
  line-height: 110%;
  font-style: normal;
  font-weight: 700;
  color: #c9f6ff;
  background: transparent;
  border-radius: 0;
  padding: 0;
  margin: 0 0 1rem 0;
  text-transform: uppercase;
  text-align: start;
  position: relative;
  transition: all 0.3s ease-in-out;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .steps-boxes .step-container .step-content .step-title {
    border-radius: 0;
    margin: 0 0 1rem 0;
  }
}
.steps-boxes .step-container .step-content .step-description {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 17px;
  line-height: 140%;
  font-style: normal;
  font-weight: 400;
  color: white;
  text-align: start;
  transition: all 0.3s ease-in-out;
  text-align: center;
}
.steps-boxes .step-container .step-content:hover, .steps-boxes .step-container .step-content:focus {
  border: none;
}
.steps-boxes .step-container .step-content:hover .step-number, .steps-boxes .step-container .step-content:focus .step-number {
  color: #000 !important;
  -webkit-text-stroke: 1px #000 !important;
}
.steps-boxes .step-container .step-content:hover .step-description, .steps-boxes .step-container .step-content:focus .step-description {
  color: white !important;
}
@media screen and (max-width: 991px) {
  .steps-boxes .step-container .step-content {
    max-width: 600px;
    min-height: 215px;
    max-height: fit-content;
    /*padding: 2rem;*/
    margin: 0 0 2rem;
  }
}
.steps-boxes .step-container:nth-child(1) .step-icon {
  background: transparent;
}
.steps-boxes .step-container:nth-child(1) .step-icon svg path {
  stroke: rgba(0, 0, 0, 0.7);
  transition: all 0.3s ease-in-out;
}
.steps-boxes .step-container:nth-child(1):hover .step-icon {
  background: transparent;
}
.steps-boxes .step-container:nth-child(1):hover .step-icon svg path {
  stroke: rgb(0, 0, 0) !important;
}
.steps-boxes .step-container:nth-child(1).active .step-icon {
  background: transparent;
}
.steps-boxes .step-container:nth-child(1).active .step-icon svg path {
  stroke: rgb(0, 0, 0);
}
.steps-boxes .step-container:nth-child(2) .step-icon {
  background: transparent;
}
.steps-boxes .step-container:nth-child(2) .step-icon svg path {
  fill: rgba(0, 0, 0, 0.7);
  transition: all 0.3s ease-in-out;
}
.steps-boxes .step-container:nth-child(2):hover .step-icon {
  background: transparent;
}
.steps-boxes .step-container:nth-child(2):hover .step-icon svg path {
  fill: rgb(0, 0, 0) !important;
}
.steps-boxes .step-container:nth-child(2).active .step-icon {
  background: transparent;
}
.steps-boxes .step-container:nth-child(2).active .step-icon svg path {
  fill: rgb(0, 0, 0);
}
.steps-boxes .step-container:nth-child(3) .step-icon {
  background: transparent;
}
.steps-boxes .step-container:nth-child(3) .step-icon svg path {
  stroke: rgba(0, 0, 0, 0.7);
  transition: all 0.3s ease-in-out;
}
.steps-boxes .step-container:nth-child(3):hover .step-icon {
  background: transparent;
}
.steps-boxes .step-container:nth-child(3):hover .step-icon svg path {
  stroke: rgb(0, 0, 0) !important;
}
.steps-boxes .step-container:nth-child(3).active .step-icon {
  background: transparent;
}
.steps-boxes .step-container:nth-child(3).active .step-icon svg path {
  stroke: rgb(0, 0, 0);
}
.steps-boxes .step-container.active .step-content {
  border: none;
  border-radius: 2.4rem;
  background: #022f61;
}
.steps-boxes .step-container.active .step-content .step-number {
  color: #000;
  -webkit-text-stroke: 1px #000;
}
.steps-boxes .step-container.active .step-content .step-title {
  color: #c9f6ff;
  background: transparent;
}
.steps-boxes .step-container.active .step-content .step-description {
  color: white;
}
.steps-boxes .header-section {
  display: flex;
  flex-direction: column;
  gap: 0 !important;
}

/* ============================================== */
/* ============================================== */
/* OVERLOAD | Seção: Como Participar - 3º Estilo | OVERLOAD */
.steps-boxes .steps-container {
  width: 100%;
  gap: 2.4rem;
  flex-wrap: nowrap;
  /*justify-content: space-between;*/
}
.steps-boxes .steps-container > .step-container {
  flex: 1 1 calc((100% - 7.2rem) / 4);
  max-width: 350px;
  /*max-width: 328px;*/
  box-sizing: border-box;
  min-width: 0;
}
.steps-boxes .step-container .step-content {
  height: 100%;
}

.section.comoparticipar .content-section {
  background: rgba(2, 47, 97, 0.1);
  backdrop-filter: blur(3px);
  border-radius: 2.4rem;
}
.section.comoparticipar .mao-apontando {
  position: absolute;
  left: -7%;
  bottom: 5%;
  transform: rotate(16deg);
}
.section.comoparticipar .mao-caixa {
  position: absolute;
  top: -1%;
  right: -1%;
}

/* ====== Pagina Login ====== */
/* ====== Pagina Duvidas ====== */
/* ====== Pagina Cadastro Pessoal ====== */
/* ====== Pagina Cadastro Cupom ====== */
/* Menu - 2º Estilo */
/* ====== Menu ====== */
/* ================== */
/* ====== Nav Link ====== */
/* ====================== */
/* ====== Logo ====== */
/* ================== */
/* ====== Hamburger Btn ====== */
/* =========================== */
#menu {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  transition: all 0.5s ease;
}
@media screen and (max-width: 991px) {
  #menu {
    position: relative;
  }
}
#menu .navbar-brand {
  position: relative;
  padding: 0;
  margin: 0;
  z-index: 999;
}
@media screen and (max-width: 991px) {
  #menu .navbar-brand {
    position: absolute;
    margin: 0;
  }
}
#menu .navbar-brand img {
  position: relative;
  width: 100%;
  max-width: 117px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
  #menu .navbar-brand img {
    width: 100%;
    transition: all 0.5s ease-in-out;
    padding: 0px 0px 0px 0px;
    background: transparent !important;
    position: relative;
    z-index: 9;
  }
}
#menu .navbar-brand a {
  padding: 0.1rem;
}
@media screen and (max-width: 991px) {
  #menu .navbar-brand a {
    padding: 0 !important;
    margin-left: 15px !important;
  }
}
#menu .navbar-brand a:hover, #menu .navbar-brand a:focus {
  background: transparent !important;
}
#menu nav {
  text-transform: uppercase;
  width: 100%;
  height: 75px;
  padding: 1.6rem 3.2rem;
  margin: auto;
  border-radius: 0;
  transition: all 0.7s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #033b79;
  top: 0;
}
@media screen and (max-width: 1280px) {
  #menu nav {
    padding: 1.6rem 2rem;
  }
}
@media screen and (max-width: 991px) {
  #menu nav {
    text-transform: uppercase;
    width: 100%;
    height: 75px;
    padding: 0;
    margin: auto;
    border-radius: 0;
    transition: all 0.7s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    top: 0;
    left: initial;
    overflow: unset;
  }
}
@media screen and (max-width: 991px) {
  #menu nav .navbar-collapse {
    margin-top: -1px;
    background: #033b79;
  }
  #menu nav .navbar-collapse:not(.show) {
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  #menu nav .navbar-collapse.show {
    height: auto;
    transition: all 0.6s ease;
  }
}
#menu nav .navbar-collapse .navbar-nav {
  margin: auto;
  font-family: "DrukText", Arial, sans-serif;
  font-weight: 500;
  text-transform: none;
}
#menu nav .navbar-collapse .navbar-nav .nav-item {
  position: relative;
  cursor: pointer;
  margin: auto;
}
#menu nav .navbar-collapse .navbar-nav .nav-item a.nav-link,
#menu nav .navbar-collapse .navbar-nav .nav-item button.nav-link {
  font-family: "DrukText", Arial, sans-serif;
  font-size: 2rem;
  line-height: 1;
  color: #c9f6ff;
  padding: 0 1.6rem;
  transition: all 0.3s ease;
  text-transform: uppercase;
}
#menu nav .navbar-collapse .navbar-nav .nav-item a.nav-link:hover, #menu nav .navbar-collapse .navbar-nav .nav-item a.nav-link:focus,
#menu nav .navbar-collapse .navbar-nav .nav-item button.nav-link:hover,
#menu nav .navbar-collapse .navbar-nav .nav-item button.nav-link:focus {
  color: #c9f6ff;
  background: transparent;
  text-decoration: none;
}
@media screen and (max-width: 1536px) {
  #menu nav .navbar-collapse .navbar-nav .nav-item a.nav-link,
  #menu nav .navbar-collapse .navbar-nav .nav-item button.nav-link {
    /*font-size: 1.8rem;*/
  }
}
@media screen and (max-width: 1280px) {
  #menu nav .navbar-collapse .navbar-nav .nav-item a.nav-link,
  #menu nav .navbar-collapse .navbar-nav .nav-item button.nav-link {
    padding: 0 1.2rem;
    /*font-size: 1.6rem;*/
  }
}
@media screen and (max-width: 991px) {
  #menu nav .navbar-collapse .navbar-nav .nav-item a.nav-link,
  #menu nav .navbar-collapse .navbar-nav .nav-item button.nav-link {
    font-family: "DrukText", Arial, sans-serif;
    font-size: 1.8rem;
    padding: 2rem !important;
    line-height: 1 !important;
  }
}
#menu nav .navbar-collapse .navbar-nav .nav-item a.nav-link.active,
#menu nav .navbar-collapse .navbar-nav .nav-item button.nav-link.active {
  color: #c9f6ff;
  background: transparent;
  text-decoration: none;
  font-weight: 500;
}
#menu nav .navbar-collapse .navbar-nav .nav-item a.nav-link.active:hover, #menu nav .navbar-collapse .navbar-nav .nav-item a.nav-link.active:focus,
#menu nav .navbar-collapse .navbar-nav .nav-item button.nav-link.active:hover,
#menu nav .navbar-collapse .navbar-nav .nav-item button.nav-link.active:focus {
  color: #c9f6ff;
  background: transparent;
  text-decoration: none;
}
#menu .navbar-toggler {
  border-color: transparent;
  color: #022f61;
  font-size: 25px;
  padding: 22px 25px;
  transition: all 0.3s ease;
  border: none;
  outline: 0;
}
#menu .navbar-toggler:hover, #menu .navbar-toggler:focus {
  color: #022f61;
}
#menu .user {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1280px) {
  #menu .user {
    gap: 12px;
  }
  #menu .user .btn {
    font-size: 1.6rem !important;
  }
}
@media screen and (max-width: 991px) {
  #menu .user {
    position: relative;
    display: flex;
    text-align: right;
    padding: 10px 1.5rem 10px 1.5rem;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
  #menu .user .btn {
    font-size: 1.8rem !important;
  }
}

/* ============================================== */
/* ============================================== */
/* OVERLOAD | Menu - 2º Estilo | OVERLOAD */
#menu .barra-superior {
  display: none;
  /**/
  position: fixed;
  display: flex;
  gap: 2.4rem;
  align-items: center;
  justify-content: flex-end;
  background: #001935;
  width: 100%;
  height: 4rem;
  padding: 0 4rem;
  z-index: 1030;
}
#menu .barra-superior .barra-superior-link {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  color: #c9f6ff;
}
#menu .barra-superior .barra-superior-link:hover, #menu .barra-superior .barra-superior-link:focus {
  text-decoration: underline;
}
@media screen and (max-width: 991px) {
  #menu .barra-superior {
    display: none;
  }
}
#menu .barra-superior-mobile {
  display: none;
}
@media screen and (max-width: 991px) {
  #menu .barra-superior-mobile {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    align-items: center;
    justify-content: flex-end;
    background: #001935;
    padding: 2.4rem;
  }
  #menu .barra-superior-mobile .barra-superior-link {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    color: #c9f6ff;
    width: 100%;
    height: 44px;
    text-decoration: underline;
    text-transform: none;
  }
  #menu .barra-superior-mobile .barra-superior-link:hover, #menu .barra-superior-mobile .barra-superior-link:focus {
    text-decoration: none;
  }
}
/*#menu nav {
  top: 40px;
}
@media screen and (max-width: 991px) {
  #menu nav {
    top: 0;
  }
}*/
#menu .navbar-collapse {
  justify-content: space-between;
}
#menu .navbar-collapse .navbar-nav {
  margin: 0 !important;
}
#menu .navbar-collapse .navbar-nav .item-menu:hover, #menu .navbar-collapse .navbar-nav .item-menu:focus, #menu .navbar-collapse .navbar-nav .item-menu.active {
  text-decoration: underline !important;
}
@media screen and (max-width: 991px) {
  #menu .navbar-collapse {
    margin-top: 75px !important;
  }
}
#menu .navbar-toggler {
  width: 44px;
  height: 44px;
  padding: 0;
  border-radius: 50%;
  background: #ffffe8;
  margin-right: 2.4rem;
  position: absolute;
  right: 0;
}
#menu .navbar-toggler::after {
  content: "";
  /*background: url("../../../../img/icons/hamburger-menu-icon.svg") center center no-repeat;*/
  background: url("../img/icons/hamburger-menu-icon.svg") center center no-repeat;
  background-size: contain;
  width: 20px;
  height: 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
#menu .navbar-toggler[aria-expanded=true]::after {
  /*background: url("../../../../img/icons/hamburger-menu-close-icon.svg") center center no-repeat;*/
  background: url("../img/icons/hamburger-menu-close-icon.svg") center center no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
}
#menu .navbar-toggler:hover, #menu .navbar-toggler:focus {
  transform: scale(1.05);
}
#menu .user-info {
  display: none;
}
@media screen and (max-width: 991px) {
  #menu .user-info {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 1rem;
    /*padding-bottom: 3.6rem;*/
    border-bottom: 1px solid #c9f6ff;
    width: 90%;
    margin: auto;
    margin-bottom: 1.6rem;
  }
  #menu .user-info p {
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 142%;
    font-family: "DrukText", Arial, Helvetica, sans-serif;
    color: #c9f6ff;
    text-align: center;
    text-transform: uppercase;
  }
}
#menu .user .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--c-yellow1);
}
#menu .user .btn svg {
  margin-right: 0.5rem;
}
@media screen and (max-width: 991px) {
  #menu .user .user_logado {
    display: none !important;
  }
}
#menu #collapsibleUserNavbar {
  display: block;
  position: fixed;
  top: 75px;
  right: 0;
}
@media screen and (max-width: 991px) {
  #menu #collapsibleUserNavbar {
    display: none;
  }
}
#menu #collapsibleUserNavbar:not(.show) {
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
#menu #collapsibleUserNavbar.show {
  height: auto;
  transition: all 0.6s ease;
}
#menu #collapsibleUserNavbar .navbar-nav {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  width: 332px;
  background: #033b79;
  padding: 2.4rem 4.8rem;
  margin: auto;
  font-family: "DrukText", Arial, sans-serif;
  font-weight: 500;
  text-transform: none;
}
#menu #collapsibleUserNavbar .navbar-nav .item-menu {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #fffbf5;
  padding: 1.6rem 0;
  transition: all 0.3s ease;
}
#menu #collapsibleUserNavbar .navbar-nav .item-menu:hover, #menu #collapsibleUserNavbar .navbar-nav .item-menu:focus {
  color: #c9f6ff;
}

/* Footer - 8º Estilo */
/* ==================== */
/* ====== Logo ====== */
/* ================== */
/* ====== Link ====== */
/* ================== */
/* ====== Redes ====== */
/* =================== */
/* ====== Texto Legal ====== */
/* ========================= */
.footer {
  position: relative;
  padding: 0;
  background: #022f61;
  font-family: "Montserrat", Arial, sans-serif;
}
.footer .padding {
  position: relative;
  max-width: 1366px;
  padding: 48px 32px;
  margin: 0 auto;
  /* ====== Logo ====== */
  /* ====== Link ====== */
  /* ====== Redes ====== */
  /* ====== Texto Legal ====== */
}
.footer .padding .logos {
  position: relative;
  text-align: left;
  margin-bottom: 20px;
}
.footer .padding .logos img {
  width: 100%;
  max-width: 140px;
}
.footer .padding .links {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .footer .padding .links {
    display: inline-grid;
    gap: 2.4rem;
    width: 100%;
    margin: auto;
    text-align: center;
    margin-top: 4.8rem;
  }
}
.footer .padding .links a,
.footer .padding .links button {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  color: #fff;
  margin: 0 !important;
  margin-right: 15px !important;
  text-decoration: none;
  transition: all 0.3s ease;
  text-transform: uppercase;
}
.footer .padding .links a:hover, .footer .padding .links a:focus,
.footer .padding .links button:hover,
.footer .padding .links button:focus {
  color: var(--c-yellow1);
}
@media screen and (max-width: 991px) {
  .footer .padding .links a,
  .footer .padding .links button {
    font-size: 16px;
  }
}
.footer .padding .titulo {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 110%;
  margin-bottom: 10px;
  color: #fff;
}
.footer .padding .redes {
  display: flex;
  flex-direction: row;
  gap: 1.2rem;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 991px) {
  .footer .padding .redes {
    margin-bottom: 0;
    text-align: center;
  }
}
.footer .padding .redes a.icone-redes {
  font-size: 20px;
  font-weight: 800;
  line-height: 100%;
  background: transparent;
  padding-right: 10px;
  border-radius: 100px;
  margin: 1px;
  display: flex;
  gap: 8px;
  align-items: center;
  transition: all 0.3s ease;
  color: white;
}
.footer .padding .redes a.icone-redes svg {
  height: 30px;
  width: 30px;
  top: 3px;
  position: relative;
  vertical-align: unset;
  fill: white;
}
.footer .padding .redes a.icone-redes i {
  color: white;
  font-size: 30px;
  line-height: 100%;
  transition: all 0.3s ease-in-out;
}
.footer .padding .redes a.icone-redes i:hover, .footer .padding .redes a.icone-redes i:focus {
  color: white;
  transform: scale(1.2);
  transition: all 0.3s ease-in-out;
}
.footer .padding .redes a.icone-redes:hover, .footer .padding .redes a.icone-redes:focus {
  transform: scale(1.1);
}
.footer .padding .redes a.icone-redes img.icone-tiktok {
  display: block;
  max-width: 30px;
  position: absolute;
  top: 2px;
}
.footer .padding .texto-legal {
  margin: 0;
  font-size: 15px;
  line-height: 140%;
  color: white;
  font-weight: 400;
  text-align: center;
  margin-top: 4.8rem;
}
@media screen and (max-width: 991px) {
  .footer .padding .texto-legal {
    font-size: white;
  }
}
.footer .padding .texto-legal a {
  font-family: "Montserrat", Arial, sans-serif;
  text-transform: none;
  text-decoration: underline;
  color: white;
}
.footer .padding .texto-legal a:hover, .footer .padding .texto-legal a:focus {
  text-decoration: none;
  color: white;
}
@media screen and (max-width: 991px) {
  .footer .padding .texto-legal a {
    font-size: 15px;
    line-height: 1.4;
    margin: 0;
    width: 100%;
    text-align: center;
  }
}

/* Footer Tarja - 2º Estilo */
.footer.tarja {
  position: relative;
  z-index: 9;
  width: 100%;
  padding: 0;
  background: #001935;
}

/* ============================================== */
/* ============================================== */
/* OVERLOAD | Footer - 8º Estilo | OVERLOAD */
.footer {
  padding-top: 6rem;
}
.footer .logo {
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 9;
  text-align: center;
}
.footer .logo img {
  max-width: 140px;
}
@media screen and (max-width: 991px) {
  .footer .logo {
    top: -12%;
  }
}
@media screen and (max-width: 400px) {
  .footer .logo {
    top: -8%;
  }
}

.footer.tarja .padding {
  max-width: none !important;
  padding: 4rem 10rem !important;
}
.footer.tarja .footer-tarja-container {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}
.footer.tarja .footer-tarja-container p {
  display: inline-flex;
  gap: 0.4rem;
}
.footer.tarja .footer-tarja-container p, .footer.tarja .footer-tarja-container span {
  color: white;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  height: fit-content;
  margin: auto 0;
}
@media screen and (max-width: 991px) {
  .footer.tarja .footer-tarja-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer.tarja .footer-tarja-container p {
    display: block;
    text-align: center;
    line-height: 140%;
  }
}

/*# sourceMappingURL=overload.css.map */

body.loading:before {
    content: "";
    background-color: rgba(255,255,255,0.1);
    cursor: wait;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
}