.elementor-8089 .elementor-element.elementor-element-fdd9469{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for global, class: .elementor-global-8083 */.topo-site {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  font-family: Arial, sans-serif;
  position: relative;
  flex-wrap: wrap;
}

.logo img {
  height: 40px;
  width: auto;
}

.menu-site {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}

.menu-site a {
  text-decoration: none;
  color: #0a0a23;
  font-weight: bold;
  position: relative;
}

.menu-site a:hover::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: #880e4f;
}

.botao-agendar {
  background-color: #880e4f;
  color: #fff;
  padding: 10px 20px;
  border-radius: 20px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
  border: none;
}

.botao-agendar:hover {
  background-color: #aa295f;
  color: #fff;
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 26px;
  cursor: pointer;
}

/* Dropdown */
.dropdown {
  position: relative;
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #f9f9f9;
  border: 1px solid #ddd;
  min-width: 220px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  z-index: 1000;
}

.dropdown-content a {
  padding: 10px 15px;
  display: block;
  color: #0a0a23;
  text-decoration: none;
  white-space: nowrap;
}

.dropdown-content a:hover {
  background: #f0f0f0;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* Responsivo */
@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }

  .menu-site,
  .botao-agendar {
    display: none;
    width: 100%;
  }

  body.menu-ativo .menu-site,
  body.menu-ativo .botao-agendar {
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 10px 20px;
    gap: 10px;
  }

  .dropdown-content {
    position: static;
    box-shadow: none;
    border: none;
  }

  .dropdown:hover .dropdown-content {
    display: none;
  }

  .dropdown-content {
    display: none;
  }

  .dropdown > a::after {
    content: ' ▾';
  }

  .dropdown > a:focus + .dropdown-content,
  .dropdown > a:active + .dropdown-content {
    display: block;
  }
}
.botao-agendar {
  background-color: #880e4f;
  color: #fff !important;
  padding: 10px 20px;
  border-radius: 20px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
  border: none;
}

.botao-agendar:hover {
  background-color: #aa295f;
  color: #fff !important;
}/* End custom CSS */