body {
  font-family: 'Poppins', sans-serif;
}

.titulo-principal {
  color: #3c3a8c;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.cursor-pointer {
  cursor: pointer;
}

#btn-vote {
  position: absolute;
  bottom: 7.5rem;
  left: 71%;
}

.relative {
  position: relative;
}

#header-carousel .carousel-item img {
  height: 85vh;
}

@media (max-width: 576px) {
  #btn-vote {
    width: 20%;
    left: 67%;
    bottom: 2.5rem;
  }

  #header-carousel .carousel-item img {
    height: 35vh;
  }
}
