.elementor-8419 .elementor-element.elementor-element-0c4915a{--display:flex;--margin-top:528px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-8419 .elementor-element.elementor-element-6dac322{color:var( --e-global-color-blocksy_palette_5 );}.elementor-8419 .elementor-element.elementor-element-20e941d.elementor-element{--align-self:center;--flex-grow:1;--flex-shrink:0;}@media(min-width:768px){.elementor-8419 .elementor-element.elementor-element-0c4915a{--width:98.113%;}}@media(max-width:1024px){.elementor-8419 .elementor-element.elementor-element-0c4915a{--margin-top:210px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}@media(max-width:767px){.elementor-8419 .elementor-element.elementor-element-0c4915a{--margin-top:101px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for text-editor, class: .elementor-element-c735860 */.topo-chamativo {
  background-color: #1c1c1c;
  color: #fff;
  padding: 40px 20px;
  text-align: center;
  border-bottom: 3px solid #a64ac9;
}

.topo-chamativo h1 {
  font-size: 32px;
  margin-bottom: 15px;
  color: #a64ac9;
}

.topo-chamativo p {
  font-size: 18px;
  margin: 5px 0;
}

.topo-chamativo i {
  margin-right: 8px;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-6dac322 */.show-dj-caixa, .show-depoimentos {
  padding: 30px 20px;
  background-color: #0f0f0f;
  color: #ffffff;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.caixa-info, .caixa-depo {
  background: #1b1b1b;
  border-left: 5px solid #33FFFF; /* azul-neon */
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 12px rgba(51, 255, 255, 0.2);
  transition: 0.3s;
}

.caixa-info:hover, .caixa-depo:hover {
  box-shadow: 0 0 20px rgba(0, 191, 255, 0.4); /* electric blue hover */
}

.caixa-info h2, .caixa-depo h2 {
  color: #00BFFF; /* electric blue */
  margin-bottom: 10px;
}

.caixa-info p, .caixa-info li, .caixa-depo p {
  font-size: 1rem;
  line-height: 1.6;
}

.caixa-info ul {
  list-style: none;
  padding: 0;
}

.caixa-info li {
  margin: 8px 0;
}

.caixa-info li i {
  margin-right: 10px;
  color: #33FFFF; /* azul-neon */
}

blockquote {
  font-style: italic;
  border-left: 3px solid #33FFFF;
  padding-left: 15px;
  color: #ffffff;
}

cite {
  display: block;
  margin-top: 10px;
  color: #ffffff;
  font-size: 0.9rem;
}

.cta-show {
  text-align: center;
  margin-top: 40px;
}

.botao-show {
  background-color: #00FFB2; /* verde neon */
  color: #0f0f0f;
  padding: 15px 40px;
  font-weight: bold;
  font-size: 1.2rem;
  text-decoration: none;
  border-radius: 8px;
  transition: 0.3s;
  display: inline-block;
}

.botao-show:hover {
  background-color: #00BFFF; /* electric blue hover */
  color: #fff;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-159c2ca */.bloco-destaque-led {
  background-color: #000;
  color: #fff;
  padding: 40px 20px;
  margin-top: 40px;
  border-top: 3px solid #a64ac9;
}

.bloco-destaque-led h2 {
  font-size: 28px;
  color: #a64ac9;
  margin-bottom: 15px;
}

.bloco-destaque-led p {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.6;
}

.info-pista h3 {
  color: #a64ac9;
  margin-top: 20px;
  font-size: 20px;
}

.info-pista ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 30px 0;
}

.info-pista ul li {
  margin: 8px 0;
  padding-left: 25px;
  position: relative;
}

.info-pista ul li::before {
  content: "\f0e7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #a64ac9;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4ac4b37 */.galeria-imagens {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
}

.galeria-imagens img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 5px;
  transition: transform 0.3s ease;
}

.galeria-imagens img:hover {
  transform: scale(1.03);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-20e941d */.grid-instagram {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  justify-content: center;
}

@media (min-width: 768px) {
  .grid-instagram {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (min-width: 1100px) {
  .grid-instagram {
    grid-template-columns: repeat(3, 1fr);
  }
}

.grid-instagram blockquote.instagram-media {
  margin: 0 auto !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-006b02c */.bloco-destaque-led {
  background-color: #000;
  color: #fff;
  padding: 40px 20px;
  border-top: 3px solid #a64ac9;
  text-align: center;
}

.bloco-destaque-led h2 {
  font-size: 20px;
  color: #a64ac9;
  margin-bottom: 10px;
}

.bloco-destaque-led p {
  font-size: 18px;
  margin-bottom: 30px;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-49930b9 */.rodape-equipamento {
  background-color: #1c1c1c;
  padding: 30px 20px;
  text-align: center;
  color: #fff;
  border-top: 3px solid #a64ac9;
  margin-top: 40px;
}

.rodape-equipamento p {
  font-size: 18px;
  margin-bottom: 15px;
  color: #fff;
  line-height: 1.6;
}

.rodape-equipamento .botao-whatsapp {
  display: inline-block;
  padding: 12px 25px;
  background-color: #25d366;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}

.rodape-equipamento .botao-whatsapp:hover {
  background-color: #1ebe57;
}

.rodape-equipamento i {
  margin-right: 8px;
}/* End custom CSS */