.elementor-868 .elementor-element.elementor-element-1097b80{--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;}.elementor-868 .elementor-element.elementor-element-1097b80:not(.elementor-motion-effects-element-type-background), .elementor-868 .elementor-element.elementor-element-1097b80 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-secondary );}.elementor-868 .elementor-element.elementor-element-c2dc0b1 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-c2dc0b1 *//* HEADER FIXO */
.header-pai-pedro {
  background-color: #000;
  padding: 10px 30px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.header-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.logo img {
  height: 160px;
}

/* MENU */
.menu-list {
  list-style: none;
  display: flex;
  gap: 35px;
  padding: 0;
  margin: 0;
}

.menu-list li a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.menu-list li a:hover {
  color: #b91c1c;
}

/* Força o link ativo no Header a ficar vermelho */
header .elementor-nav-menu--main .elementor-item.elementor-item-active {
  color: #b91c1c !important;
}

/* CTA */
.cta-btn {
  background-color: #b91c1c;
  color: #fff;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
}

.cta-btn:hover {
  background-color: #fff;
  color: #b91c1c;
}

/* RESPONSIVO */
@media (max-width: 768px) {
  .header-container {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-btn {
    align-self: auto;
    margin-top: 10px;
  }
}/* End custom CSS */