@font-face {
  font-family: 'ChineseRockRg';
  src: url('fonts/ChineseRockRg.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'Lato', Arial, sans-serif;
  background: #000;
  color: #fff;
  margin: 0;
  padding: 0;
}
h1, h2, h3, .chinese-rock {
  font-family: 'ChineseRockRg', 'Lato', Arial, sans-serif;
  letter-spacing: 1px;
}
.header-topo {
  width: 100%;
  background: transparent;
  top: 0;
  left: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(255,255,255,0.5);
  backdrop-filter: blur(2px);
}

.nav-menu {
  gap: 18px;
  align-items: center;
}
.nav-link {
    color: #fff;
    font-family: 'Lato', Arial, sans-serif;
    font-size: 15px;
    letter-spacing: 0px;
    text-decoration: none;
    transition: color 0.2s;
    font-weight: 700;
}
.nav-link:hover, .nav-link:focus {
  color: #1a1f27;
}
.main-bg {
  background: url('images/fundo-topo.jpg') no-repeat center -35px;
  background-color: #000;
  position: relative;
  padding-top: 20px;
}
.logo {
  width: 180px;
  margin-top: 30px;
}
.animated-move {
  animation: move 0.5s infinite alternate;
}
.animated-rotate {
  animation: rotate 0.5s infinite alternate;
}
.animated-scale {
  animation: scale 0.5s infinite alternate;
}
@keyframes move {
  0% { transform: translateY(0); }
  100% { transform: translateY(10px); }
}
@keyframes rotate {
  0% { transform: rotate(-8deg);}
  100% { transform: rotate(8deg);}
}
@keyframes scale {
  0% { transform: scale(1);}
  100% { transform: scale(1.05);}
}
.arrow-bounce {
  animation: bounce 0.5s infinite alternate;
}
@keyframes bounce {
  0% { transform: translateY(0);}
  100% { transform: translateY(20px);}
}
.section {
    padding: 40px 12px;
}
#como-participar-itens div{
  padding: 0px 20px;
}
.como-participar {
  background: #00bcd4;
  color: #fff;
  border-radius: 20px;
  padding: 20px 0;
  margin: 40px 0 20px 0;
  font-size: 1.5rem;
  font-family: 'ChineseRockRg', 'Lato', Arial, sans-serif;
}
#participar {
    margin-top: 120px;
}
.duvidas-bg {
  background: url('images/footer.png') no-repeat;
  background-size: cover;
  color: #fff;
  padding: 100px 12px;
}
.duvidas-icone {
  position: absolute;
  left: 277px;
  top: -32px;
}
.calendario-icone {
  margin-bottom: 10px;
}
.button-default {
    font-size: 15px !important;
    font-weight: 400 !important;
    background: #03839f;
    border-radius: 30px;
    padding: 6px 17px!important;
    border: none;
}
.button-default:hover{
  color:#fff!important
}
.btn-assine-oferta {
    text-decoration: none;
    background: #8d0300;
    color: #fff;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: bold;
    border-radius: 50px;
    padding: 20px;
    font-size: 2.3rem;
    border: none;
    transition: background 0.2s, color 0.2s;
    display: block;
    width: 310px;
    margin: 0 auto;
}


.bt-txt {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    font-size: 26px;
}

.btn-assine-oferta:hover, .btn-assine-oferta:focus {
  background: #000;
  color: #fff;
  text-decoration: none;
}
.btn-assine {
  background: #b71c1c;
  color: #fff;
  font-weight: bold;
  border-radius: 30px;
  padding: 12px 40px;
  font-size: 1.2rem;
  margin-top: 20px;
  border: none;
}
.oferta-box {
  background: #0097a7;
  border-radius: 50%;
  width: 350px;
  height: 220px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0 0 30px #0008;
}
.img-the-town {
  max-width: 600px;
  width: 100%;
}
.img-30-pares {
  max-width: 500px;
  width: 100%;
}
.img-como-participar {
  max-width: 340px;
  width: 100%;
}
.circle-num {
  background: #00bcd4;
  color: #fff;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
}
.passo-texto {
    font-size: 1.3rem;
    line-height: 1.6rem;
}
.passo-titulo {
  color: #00bcd4;
  font-weight: bold;
}
.img-calendario{
  width: 100%;
  max-width: 600px;
}
.Ximg-fundo-como-participar {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 800px;
}


.valor {
    max-width: 100%;
}

#oferta {
    background: url('images/oferta-bg.png') no-repeat center center;
    background-size: contain;
}

.duvidas-desc {
    color: #fff;
    font-size: 1.2rem;
    opacity: 0.85;
}
.duvidas-lista {
  list-style: none;
  padding: 0;
  margin: 0;
}
.duvidas-lista li {
  font-size: 1.1rem;
  margin-bottom: 12px;
  border-bottom: 1px solid #fff;
  padding-bottom: 8px;
}
.duvidas-lista li:last-child {
  border-bottom: none;
}
.duvidas-lista a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  transition: color 0.2s;
}
.duvidas-lista span {
  color: #000
}
.duvidas-lista a:hover {
  color: #1a1f27;
}

/* Accordion Styles */
.accordion-item {
  border-bottom: 1px solid #fff;
  margin-bottom: 12px;
  padding-bottom: 8px;
}

.accordion-item:last-child {
  border-bottom: none;
}

.accordion-trigger {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  transition: color 0.2s;
  cursor: pointer;
  padding: 8px 0;
  text-align: left;
}

.accordion-text {
  flex: 1;
  text-align: left;
}

.accordion-text > span:first-child {
  margin-right: 8px;
}

.accordion-trigger .accordion-icon {
  margin-left: auto;
  flex-shrink: 0;
}

.accordion-trigger:hover {
  color: #1a1f27;
}

.accordion-icon {
  font-size: 1.5rem;
  font-weight: bold;
  transition: transform 0.3s ease;
  color: #fff;
}

.accordion-item.active .accordion-icon {
  transform: rotate(45deg);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 0 0 0;
}

.accordion-item.active .accordion-content {
  max-height: 200px;
  padding: 12px 0 8px 0;
}

.accordion-content p {
  color: #fff;
  font-size: 0.95rem;
  line-height: 1.4;
  margin: 0;
  opacity: 0.9;
}

#legal p {
    font-size: 14px;
    line-height: 18px;
}

section#legal a {
    color: #ffffff;
}

@media (max-width: 600px) {
    
    
.arrow-bounce {
    animation: bounce 0.5s infinite alternate;
    margin-top: -10px;
} 
    
.btn-assine-oferta {
    width: 266px;
}  
    
#oferta {
    background: url('images/oferta-bg-mobile.png') no-repeat center center;
    background-size: contain;
    padding: 12px;
}   
    
.main-bg {
    background: url('images/fundo-topo-mobile.jpg') no-repeat center -90px;
    background-color: #000;
    position: relative;
    padding-top: 20px;
    background-size: contain;
} 
  .oferta-box { width: 95vw; height: 180px; }
  .logo { width: 120px; }
} 

#como-participar {
    margin-top: 0;
}  


.img-participar {
  width: 56px;
  height: 56px;
  object-fit: contain;
  display: block;
} 
.img-raio-calendario {
  width: 38px;
  height: 38px;
}
.calendario-titulo {
  font-family: 'ChineseRockRg', 'Lato', Arial, sans-serif;
  font-size: 2.5rem;
  color: #fff;
  letter-spacing: 2px;
  margin: 0 12px;
}
.calendario-subtitulo {
  font-family: 'ChineseRockRg', 'Lato', Arial, sans-serif;
  font-size: 1.25rem;
  color: #fff;
  letter-spacing: 1px;
}
#itens-calendario {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
#itens-calendario .col-6, #itens-calendario .col-md-3 {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 0;
}
#itens-calendario .calendario-icone {
  margin-bottom: 2px;
}
.calendario-data {
  font-family: 'ChineseRockRg', 'Lato', Arial, sans-serif;
  font-size: 2.2rem;
  color: #fff;
  margin-bottom: 0.1em;
}
.calendario-legenda {
  font-size: 1.1rem;
  color: #00bcd4;
  font-weight: 500;
  margin-bottom: 0.2em;
  line-height: 1.15;
}
.azul {
  color: #00bcd4 !important;
}
.calendario-nota {
  font-size: 1rem;
  color: #fff;
  margin-top: 10px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 1.25;
}

@media (max-width: 492px) {
.btn-assine-oferta {
    padding: 12px 36px 15px;
}
}

@media (max-width: 768px) {
  .img-raio-calendario {
    width: 24px;
    height: 24px;
  }
  .calendario-titulo {
    font-size: 1.5rem;
  }

  .calendario-data {
    font-size: 1.3rem;
  }
  .logo-topo{
    width: 240px;
  }
.btn-assine-oferta {
    font-size: 28px;
}
} 
.menu-hamburger {
  background: none;
  border: none;
  display: flex;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  z-index: 1201;
  width: 36px;
  height: 36px;
  justify-content: center;
  align-items: center;
}
.menu-hamburger span {
  display: block;
  width: 28px;
  height: 4px;
  background: #fff;
  border-radius: 2px;
  transition: all 0.3s;
}
.menu-offcanvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 320px;
    max-width: 90vw;
    height: 100vh;
    background: #0584a0;
    z-index: 1202;
    transform: translateX(-100%);
    transition: transform 0.3s;
    display: flex;
    flex-direction: column;
    padding: 0;
}
.menu-offcanvas.open {
  transform: translateX(0);
}
.menu-offcanvas-header {
  padding: 24px 24px 12px 24px;
  border-bottom: 1px solid #ffffff52;
}
.logo-offcanvas {
  height: 20px;
}
.close-menu {
  background: none;
  border: none;
  color: #fff;
  font-size: 2.2rem;
  cursor: pointer;
  line-height: 1;
  margin-left: 12px;
}
.menu-overlay-bg {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.6);
  z-index: 1201;
  display: none;
}
.menu-overlay-bg.open {
  display: block;
}
.offcanvas-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.offcanvas-menu-list li {
    border-bottom: 1px solid #ffffff52;
}
.offcanvas-menu-list li:last-child {
  border-bottom: none;
}
.offcanvas-link {
    display: block;
    color: #fff;
    font-size: 1.05rem;
    font-family: 'Lato', Arial, sans-serif;
    text-decoration: none;
    padding: 18px 28px;
    font-weight: 700;
    transition: background 0.2s, color 0.2s;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.offcanvas-link:hover {
  background: #1a1f27;
  color: #00bcd4;
}
@media (min-width: 768px) {

  .menu-hamburger, .menu-offcanvas, .menu-overlay-bg { display: none !important; }

  .logo-topo{
    width: 265px;
  }

}

@media (min-width: 769px) and (max-width: 990px) {
  .container{
      max-width: 855px;
  
    }
  }

@media (min-width: 769px) and (max-width: 1199px) {
  .header-topo {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
  
  .header-topo .logo-topo {
    margin: 0 auto;
  }
  
  .header-topo nav {
    display: block !important;
  }
  
  .header-topo .nav-menu {
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
  }
} 
.pulse-animation {
  animation: pulse 1.2s infinite;
}
@keyframes pulse {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.18); opacity: 1; }
  100% { transform: scale(1); opacity: 1; }
} 


/* ----------------------------------------------------------------
FOOTER
-----------------------------------------------------------------*/

#footer {border-top: none;}

#copyrights {
    padding: 50px 12px;
    background-color: #000000;
    font-size: 0.875rem;
    line-height: 1.8;
}

#footer a {
    color: #000000;
}

footer p {
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
}

p.fone {margin: 0 0 6px; font-size: 20px;}

footer h3 {
	color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 40px;
	line-height: 22px;
}

.icon-social {margin-right: 15px;}

p.legal-footer {
    font-size: 13px;
    line-height: 16px !important;	
    margin-top: 35px !important;
    width: 70%;
}

@media (max-width: 600px) {
  .participar-oferta-wrapper {
    display: flex;
    flex-direction: column;
  }
  #participar {
    order: 2;
    margin-top: 50px;
  }
  #oferta {
    order: 1;
    margin-top: 0px;
  }
}