/* Define o contêiner principal */
body {
  background: #0c0e21;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
}

a,
button {
  cursor: pointer;
}

.custom-logo-link img {
  max-width: 150px !important;
}

.text-shadow-basic {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.single-subaquaticas {
  background: #fff !important;
}

.banner-item {
  position: relative;
  overflow: hidden;
}

/* Define o contêiner de conteúdo sobreposto */
.banner-item .absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  z-index: 1; /* Garante que o conteúdo fique acima do vídeo */
}

/* Estiliza o título */
.banner-item h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

/* Estiliza o subtítulo */
.banner-item p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 1.5rem;
}

.ajax-spinner {
  width: 50px;
  height: 50px;
  margin: 50px auto;
  border-radius: 50%;
  background: conic-gradient(from 0deg, #0074d9 0%, #001f3f 50%, #0074d9 100%);
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.single-drones {
  background: #fff !important;
}
