.elementor-209 .elementor-element.elementor-element-c727a37{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overlay-opacity:1;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-209 .elementor-element.elementor-element-c727a37::before, .elementor-209 .elementor-element.elementor-element-c727a37 > .elementor-background-video-container::before, .elementor-209 .elementor-element.elementor-element-c727a37 > .e-con-inner > .elementor-background-video-container::before, .elementor-209 .elementor-element.elementor-element-c727a37 > .elementor-background-slideshow::before, .elementor-209 .elementor-element.elementor-element-c727a37 > .e-con-inner > .elementor-background-slideshow::before, .elementor-209 .elementor-element.elementor-element-c727a37 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#050505;--background-overlay:'';}.elementor-209 .elementor-element.elementor-element-3fc63e7{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-209 .elementor-element.elementor-element-b65bf70{--display:flex;}.elementor-209 .elementor-element.elementor-element-83988d3{width:var( --container-widget-width, 91% );max-width:91%;--container-widget-width:91%;--container-widget-flex-grow:0;}.elementor-209 .elementor-element.elementor-element-83988d3.elementor-element{--align-self:center;--flex-grow:0;--flex-shrink:0;}.elementor-209 .elementor-element.elementor-element-049636e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--flex-wrap:nowrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-209 .elementor-element.elementor-element-05ad6e3{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-209 .elementor-element.elementor-element-05ad6e3.elementor-element{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-209 .elementor-element.elementor-element-c727a37{--content-width:100%;}.elementor-209 .elementor-element.elementor-element-049636e{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-3fc63e7 */.aviator-header {
  background-color: #050505;

  padding: 20px 0;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.header-container {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

.logo a {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 900;
  text-decoration: none;
  letter-spacing: -1px;
}

.logo span {
  color: #ff0000; /* Aviator Red */
}

.nav-links a {
  color: #d1d1d1;
  text-decoration: none;
  margin-left: 25px;
  font-weight: 600;
  font-size: 0.9rem;
  transition: color 0.3s;
}

.nav-links a:hover {
  color: #ff0000;
}

.nav-links a.nav-cta {
  background: #ff0000;
  color: #fff;
  padding: 8px 18px;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(255, 0, 0, 0.3);
}

@media (max-width: 768px) {
  .nav-links { display: none; } /* Standard practice: hide menu on mobile or use a hamburger */
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-c727a37 */header {background-color: #050505;}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-05ad6e3 *//* Estilização do Rodapé */
.aviator-footer {
    background-color: #050505; /* Um tom acima do preto puro para dar profundidade */
    color: #888888;
    padding: 10px 20px 40px;
    font-family: 'Inter', sans-serif;

}

.footer-container {
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1.5fr;
    gap: 40px;
}

.footer-column h4 {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-logo {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 900;
    margin-bottom: 15px;
}

.footer-logo span {
    color: #ff0000;
}

.footer-column p {
    font-size: 0.9rem;
    line-height: 1.6;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 10px;
}

.footer-column ul li a {
    color: #888888;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-column ul li a:hover {
    color: #ff0000;
}

/* Ícone 18+ e Jogo Responsável */
.age-limit {
    display: inline-block;
    border: 2px solid #ff0000;
    color: #ff0000;
    font-weight: 900;
    padding: 5px 10px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.footer-bottom {
    max-width: 1000px;
    margin: auto;
    padding-top: 20px;
color:white;
    text-align: center;
    font-size: 1rem;
}

.disclaimer {
    margin-top: 10px;
    color: #555555;
}

/* Responsividade Mobile */
@media (max-width: 768px) {
    .footer-container {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .footer-column {
        margin-bottom: 20px;
    }
    
    .footer-logo {
        justify-content: center;
    }
}/* End custom CSS */