html, body, .main-header, header {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Segoe UI', Arial, sans-serif;
  background: #fff;
  min-height: 100vh;
  overflow-x: hidden;
}
.main-header {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.logo {
  margin-top: 0 !important;
  margin-bottom: 10px;
  width: 64px;
  height: 64px;
  object-fit: contain;
  border-radius: 50%;
  box-shadow: 0 2px 24px #bbdefb88, 0 0 8px #90caf9cc;
  background: #fff;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#bubbles-bg, #crosses-bg {
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  pointer-events: none;
  margin: 0 !important;
  padding: 0 !important;
  display: block;
}
/* Cruces azules */
.health-cross::before, .health-cross::after {
  background: #1976d2 !important;
}
/* Cuadros azul translúcido */
.highlight, .about-section, .contact-section, .results-section {
  background: rgba(120,180,255,0.22); /* azul translúcido */
  color: #111 !important;
  border-radius: 1.2rem;
  box-shadow: 0 4px 24px #90caf933, 0 1.5px 0 #fff2;
  padding: 2rem 2.2rem 1.5rem 2.2rem;
  backdrop-filter: blur(2px);
  transition: box-shadow 0.2s;
}
.highlight:hover, .about-section:hover, .contact-section:hover, .results-section:hover {
  box-shadow: 0 8px 32px #90caf955, 0 2px 0 #fff3;
}
.gallery-section {
  background: rgba(120,180,255,0.22);
  color: #111 !important;
  border-radius: 18px;
  box-shadow: 0 4px 24px #90caf933;
  margin: 32px auto 24px auto;
  max-width: 1100px;
  padding: 32px 24px 18px 24px;
  position: relative;
}
.gallery-slider {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 32px;
  padding: 18px 0 18px 0;
  margin-bottom: 18px;
}
.gallery-item {
  min-width: 340px;
  max-width: 340px;
  height: 260px;
  background: rgba(120,180,255,0.22);
  color: #111 !important;
  border-radius: 14px;
  box-shadow: 0 2px 12px #00e67622;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: transform 0.3s, box-shadow 0.3s;
  flex-shrink: 0;
  overflow: hidden;
  animation: popIn 1.2s cubic-bezier(.77,0,.18,1) both;
}
.gallery-item img, .gallery-item iframe {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
  background: rgba(120,180,255,0.22);
  margin-bottom: 8px;
  box-shadow: 0 2px 8px #00e67622;
}
.gallery-item iframe {
  border: none;
}
.gallery-caption {
  text-align: center;
  font-size: 1rem;
  color: #00bfae;
  font-weight: 600;
  margin-top: 2px;
}
.gallery-link {
  color: #1976d2;
  text-decoration: underline;
  font-weight: 700;
  transition: color 0.2s;
}
.gallery-link:hover {
  color: #1565c0;
}
.gallery-controls {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-bottom: 8px;
}
.gallery-controls button {
  background: linear-gradient(90deg, #00e676 0%, #1976d2 100%);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 1.3rem;
  cursor: pointer;
  box-shadow: 0 2px 8px #00e67633;
  transition: background 0.2s, transform 0.2s;
}
.gallery-controls button:hover {
  background: linear-gradient(90deg, #1976d2 0%, #00e676 100%);
  transform: scale(1.15);
}
.contact-section {
  background: rgba(120,180,255,0.22);
  color: #111 !important;
  border-radius: 18px;
  box-shadow: 0 4px 24px #00e67622;
  margin: 32px auto 24px auto;
  max-width: 600px;
  padding: 32px 24px 18px 24px;
  text-align: center;
}
.contacts {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-top: 18px;
}
.contact-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: 1.1rem;
  color: #00bfae;
}
.contact-item img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  border-radius: 50%;
  background: rgba(120,180,255,0.22);
  box-shadow: 0 2px 8px #00e67622;
}
.results-section {
  background: rgba(120,180,255,0.22);
  color: #111 !important;
  border-radius: 18px;
  box-shadow: 0 4px 24px #00e67622;
  margin: 32px auto 24px auto;
  max-width: 900px;
  padding: 32px 24px 18px 24px;
  text-align: center;
}
.results-preview iframe {
  width: 100%;
  min-width: 320px;
  max-width: 700px;
  height: 260px;
  border: none;
  border-radius: 10px;
  background: rgba(120,180,255,0.22);
  box-shadow: 0 2px 8px #00e67622;
  margin-bottom: 10px;
}
footer {
  text-align: center;
  color: #fff;
  background: transparent;
  padding: 32px 0 18px 0;
  font-size: 1.1rem;
  letter-spacing: 1px;
  z-index: 10;
  position: relative;
}
@media (max-width: 900px) {
  .gallery-slider {
    gap: 12px;
  }
  .gallery-item {
    min-width: 220px;
    max-width: 220px;
    height: 180px;
  }
  .about-section, .gallery-section, .results-section, .contact-section {
    padding: 12px 4px 8px 4px;
  }
}

