.elementor-14558 .elementor-element.elementor-element-f99e8b8{--display:flex;--overlay-opacity:1;--margin-top:-57px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-14558 .elementor-element.elementor-element-f99e8b8::before, .elementor-14558 .elementor-element.elementor-element-f99e8b8 > .elementor-background-video-container::before, .elementor-14558 .elementor-element.elementor-element-f99e8b8 > .e-con-inner > .elementor-background-video-container::before, .elementor-14558 .elementor-element.elementor-element-f99e8b8 > .elementor-background-slideshow::before, .elementor-14558 .elementor-element.elementor-element-f99e8b8 > .e-con-inner > .elementor-background-slideshow::before, .elementor-14558 .elementor-element.elementor-element-f99e8b8 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';}.elementor-14558 .elementor-element.elementor-element-6c13f36 > .elementor-widget-container{margin:35px 0px 0px 0px;}@media(max-width:1024px){.elementor-14558 .elementor-element.elementor-element-f99e8b8{--margin-top:-57px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}@media(max-width:767px){.elementor-14558 .elementor-element.elementor-element-f99e8b8{--margin-top:-57px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for container, class: .elementor-element-f99e8b8 *//* === ZERA ESPAÇAMENTO EM POSTS === */
.single-post .site-content,
.single-post .entry-header,
.single-post .post,
.single-post .content-area,
.single-post .container,
.single-post .wrap,
.single-post main,
body.single-post {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* === BLOCO PADRÃO DO POST === */
.blog-post-modelo {
  background-color: #111;
  color: #fff;
  padding: 40px 20px;
  border-radius: 10px;
  font-family: 'Segoe UI', sans-serif;
  border-top: 3px solid #c77dff;
  border-bottom: 3px solid #c77dff;
}

.blog-post-modelo h1,
.blog-post-modelo h2 {
  color: #c77dff;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #333;
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog-post-modelo h1 {
  font-size: 28px;
}

.blog-post-modelo h2 {
  font-size: 16px;
}

.blog-post-modelo h1 i {
  color: #fff;
  background: #c77dff;
  padding: 10px;
  border-radius: 50%;
  font-size: 22px;
}

.blog-post-modelo p {
  line-height: 1.6;
  margin-bottom: 15px;
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
}

/* === GALERIA DE IMAGENS === */
.galeria-imagens {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  margin-top: 20px;
  padding: 0 5px;
  box-sizing: border-box;
}

.galeria-imagens a {
  width: calc(50% - 5px);
  flex: 0 0 calc(50% - 5px);
  display: block;
  overflow: hidden;
  border-radius: 8px;
  border: 2px solid #c77dff;
  box-shadow: 0 0 10px rgba(200, 132, 252, 0.2);
  text-decoration: none;
}

.galeria-imagens img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 8px;
  filter: brightness(1);
  display: block;
}

.galeria-imagens img:hover {
  transform: scale(1.05);
  box-shadow: 0 0 15px rgba(192, 132, 252, 0.6), 0 0 25px rgba(192, 132, 252, 0.4);
  filter: brightness(1.1);
}

/* === LISTA DE EQUIPAMENTOS === */
.lista-equipamentos {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  max-width: 100vw;
  padding: 20px;
  background-color: #111;
  box-sizing: border-box;
  z-index: 1;
}

.lista-equipamentos ul {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}

.lista-equipamentos ul li {
  margin-bottom: 10px;
  background: #222;
  padding: 10px 15px;
  border-left: 4px solid #c77dff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
}

.lista-equipamentos ul li i {
  color: #c77dff;
  font-size: 16px;
}

/* === SEÇÃO ADICIONAIS === */
.adicionais {
  margin-top: 30px;
  border-top: 1px solid #444;
  padding-top: 20px;
}

.adicionais p {
  margin-bottom: 10px;
}

.adicionais a {
  color: #c77dff;
  text-decoration: none;
  font-weight: bold;
}

.adicionais a:hover {
  text-decoration: underline;
}/* End custom CSS */