h1 {
  color: #10b2f5;
  text-align: center;
}

.rounded-1 {
  border-radius: 30px !important;
}

.rounded-2 {
  border-radius: 30% !important;
}

body {
  background-color: #191919 !important;
  color: white !important;
  overflow-x: hidden !important;
  width: 100%;
}

.nav-item .active {
  color: #10b2f5 !important;
  font-weight: bold;
}

.nav-item a {
  font-weight: bold;
}

.carousel-indicators button {
  width: 10px !important;
  height: 10px !important;
  border-radius: 100% !important;
  background-color: #eef3ee !important;
}

.carousel-indicators .active {
  border-radius: 100% !important;
  background-color: #10b2f5 !important;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 200 !important;
}

a {
  text-decoration: none !important;
}

.form-news input {
  background-color: #514744;
  border-radius: 15px 0px 0px 15px;
  padding: 10px;
  border: 1px solid #514744;
  color: #eef3ee;
}

.form-news button {
  background-color: #514744;
  border: 1px solid #10b2f5;
  border-radius: 0px 15px 15px 0px;
  padding: 10px;
}

.text-blue {
  color: #10b2f5 !important;
}

.card-item {
  transition: 0.4s;
}

.card-item:hover {
  opacity: 0.7;
  filter: grayscale(0.5);
}

.bg-blue {
  background-color: #10b2f5;
}

.pagination li a {
  background-color: #3d3d3d !important;
  border: none;
}

.pagination li a:hover {
  background-color: #e7e7e7 !important;
  border: none;
}

.pc::-moz-placeholder {
  color: white !important;
}

.pc::placeholder {
  color: white !important;
}

.genero {
  list-style: none;
  padding: 0px;
}

.genero li {
  list-style: none;
  text-decoration: none;
  text-align: center;
  background-color: #514744;
  padding: 8px;
  color: #e7e7e7 !important;
  margin-bottom: 5px;
  border-radius: 10px;
}

.genero .active {
  background-color: #10b2f5 !important;
}

.form input {
  background-color: #0a0a0a;
  border-color: #313131;
  border-radius: 10px;
  padding: 10px;
}


/* Estilos para as barras */
.ou-line {
  flex-grow: 1;
  height: 1px;
  background-color: #ccc;
}

/* Estilos para o texto "OU" */
.ou-text {
  margin: 0 10px;
  color: #999;
  font-weight: bold;
}/*# sourceMappingURL=style.css.map */