* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: 0;
}

header {
  width: 100%;
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: center; /* Centraliza a imagem horizontalmente */
}

i {
  color: #FFF;
}

@keyframes translateY {
  from {
    transform: translateY(0) scale(1);
  }
  to {
    transform: translateY(-8px) scale(1.1);
  }
}

/*.header-button {
  border: 1px solid #FFF;
  padding: 8px 24px;
  border-radius: 4px;
  color: #FFF;
  background-color: transparent;
  transition: background-color 0.8s;
}

.header-button a {
  color: #FFF;
}

BOTAO VOTE AGORA
*/

.header-button:hover {
  border: 1px solid #d34040;
  background-color: #d34040;
}

.header-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
}




@media screen and (max-width: 768px) {
  .header-content {
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .header-content i {
    margin-top: 16px;
    font-size: 34px;
  }
  .header-logo img {
    width: 15em;
    margin-top: 46px;
  }
  .header-button {
    display: none;
  }
  .header-logo {
    padding-right: 0em;
  }
  
}
.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 8px;
}

.bg-home {
  position: relative;
  overflow: hidden;
}
.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  opacity: 0.9; /* você pode ajustar isso para escurecer ou clarear o vídeo */
}

.bg-home::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(6, 18, 30, 0.1), #000000);
  z-index: -1;
}

.bg-participantes::before {
  content: "";
  display: block;
  position: absolute;
  background-image: linear-gradient(to bottom, rgba(6, 18, 30, 0.1), #000000), url("./assets/concursorainha.jpg");
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
  opacity: 0.9;
}


.herorainhadafaicc{
  color: #FFF;
  min-height: 30vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 14px;
}

.herorainhadafaicc h1 {
  text-align: center;
  line-height: 150%;
  max-width: 940px;
  font-size: 35px;
}
.herorainhadafaicc p {
  text-align: center;
  margin: 14px 0;
}

.hero {
  color: #FFF;
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 14px;
}
.hero h1 {
  text-align: center;
  line-height: 150%;
  max-width: 940px;
  font-size: 46px;
}
.hero p {
  text-align: center;
  margin: 14px 0;
}


.button-contact {
  padding: 14px 28px;
  color: #FFF;
  background-color: #d94140;
  border: 0;
  font-size: 17px;
  font-weight: 600;
  margin: 14px 0;
  text-align: center;
  min-width: 305px;
  opacity: 90%;
}

.button-contact:hover {
  animation: scaleButton 0.8s alternate infinite;
  opacity: 100%;
}


.button-redirect {
  padding: 5px 20px;
  color: #FFF;
  background-color: #dd1919;
  border: 0;
  font-size: 12px;
  font-weight: 600;
  margin: 14px 0;
  text-align: center;
  min-width: 200px;
  opacity: 90%;
}

.button-redirect:hover {
  animation: scaleButton 0.8s alternate infinite;
  opacity: 100%;
}


@keyframes scaleButton {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.07);
  }
}
@media screen and (max-width: 768px) {
  .hero {
    min-height: 60vh;
  }
  .hero h1 {
    font-size: 34px;
    padding: 0 14px;
    width: 100%;
  }
  .hero p {
    font-size: 14px;
  }
}

.about {
  background-color: #000000;
  overflow: hidden;
  color: #FFF;
}

.about-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 34px 14px 64px 14px;
}
.about-content img {
  max-width: 570px;
}

.about-content div {
  flex: 1;
}

.about-description h2 {
  font-size: 38px;
  margin-bottom: 24px;
}
.about-description p {
  margin-bottom: 14px;
  line-height: 150%;
}

@media screen and (max-width: 768px) {
  .about-content {
    flex-direction: column;
  }
}
.services {
  background-color: #000000;
  color: #cccccc;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 54px 14px;
}

.services-content h2 {
  text-transform: uppercase;
  text-align: center;
  font-size: 38px;
  margin-bottom: 14px;
}

.services-content p {
  line-height: 150%;
  margin-bottom: 14px;
  text-align: center;
}

.campeas {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 0 44px 34px 44px;
}

.campea {
  flex: 1;
  display: flex;
  flex-direction: column;
  background-color: #FFF;
  border-radius: 8px;
  box-shadow: 0px -1px 17px -4px rgba(0, 0, 0, 0.45);
  overflow: hidden;
}
.campea img {
  width: 100%;
  max-width: 400px;
  transition: transform 0.25s;
  -o-object-fit: cover;
     object-fit: cover;
}

.campea img:hover {
  transform: scale(1.2);
  z-index: 1;
}

.campea-info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 14px;
  background-color: #FFF;
  z-index: 99;
}

.campea-info button {
  color: #FFF;
  background-color: #d94140;
  padding: 4px 8px;
  border-radius: 4px;
  border: 0;
  cursor: default;
}


.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 54px 0;
  gap: 24px;
  color: #FFF;
  margin: 0 auto;
}


@media screen and (max-width: 768px) {
  .footer img{
    width: 32.7%;
  }
}



.logorodape {
  display: flex;
  flex-wrap: nowrap; /* Impede que as imagens pulem para a linha seguinte */
}

.logorodape img {
  margin-right: 10px; /* Espaço entre as imagens */
  height: auto; /* Ajusta a altura automaticamente para manter a proporção */
  max-height: 200px;
  width: 200px;
}


@media screen and (max-width: 768px) {
  .logorodape {
    align-items: center;
    justify-content: center;
  }

  .logorodape img {
    width: 31.3%; /* Ajusta a largura das imagens para que se ajustem de forma proporcional */
    margin-right: 5px; /* Ajusta o espaçamento entre as imagens */
  }

  .logorodape img:nth-child(2) {
    width: 25%; /* Ajusta a segunda imagem para que ela não sobrecarregue */
  }
}




.rainha24 {
  padding: 14px 28px;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #232224;
  border: 0;
  font-size: 18px;
  font-weight: 600;
  margin: 14px 0;
}

.rainha24 a {
  color: #FFF;
}

.rainha24:hover {
  animation: scaleButton 0.8s alternate infinite;
  background-color: #d94140;
  transition: 0.5s;
}

@keyframes scaleButton {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.07);
  }
}
.participantes {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 0 44px 34px 44px;
}

.participante {
  flex: 1;
  display: flex;
  flex-direction: column;
  background-color: #FFF;
  border-radius: 8px;
  box-shadow: 0px -1px 17px -4px rgba(0, 0, 0, 0.45);
  overflow: hidden;
}
.participante img {
  width: 100%;
  max-width: 354px;
  transition: transform 0.25s;
  -o-object-fit: cover;
     object-fit: cover;
}

.participante img:hover {
  transform: scale(1.2);
  z-index: 1;
}

.participantes-info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 14px;
  background-color: #FFF;
  z-index: 99;
}

.participantes-info button {
  color: #FFF;
  background-color: #d94140;
  padding: 4px 8px;
  border-radius: 4px;
  border: 0;
  cursor: default;
}

@media screen and (max-width: 768px) {
  .participantes {
    flex-direction: column;
  }
  .participante img {
    max-width: 740px;
  }
}
body {
  font-family: "Sora", sans-serif;
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #000000;
}

button {
  font-family: "Sora", sans-serif;
  cursor: pointer;
}

svg {
  width: 100%;
}

img {
  width: 100%;
}

a {
  cursor: pointer;
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */

/*#página participantes */

.secaofotos {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 87%;

}

.participant {
  width: 18.77%;
  height: 430px;
  margin: 0.61%;
  text-align: center;
  background-color: #fff;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}

.participant:hover {
  transform: scale(1.05);
}

.participant img {
  width: 100%;
  margin-bottom: 10px;
  object-fit: cover;
  height: 22em;
}

@media (max-width: 1129px) {
  .participant {
      width: 100%; /* Uma coluna em telas menores */
      height: auto;
      margin: 5%;
  }
}



.carousel{
  margin: 0 auto;
  width: 500px;
}

@media (max-width: 600px) {
  .carousel{
    padding: 10px;
    width: 90%;
  }
}


.BotaoVotar {
  background: #016ABC;
  color: #fff;
  border: 1px solid #eee;
  border-radius: 20px;
  box-shadow: 5px 5px 5px #eee;
  text-shadow: none;
  width: 65%;
  height: 2.4em;
  margin-top: 0.4em;
  }
  .BotaoVotar:hover {
  background: #B9DFFF;
  color: #fff;
  border: 1px solid #eee;
  border-radius: 20px;
  box-shadow: 5px 5px 5px #eee;
  text-shadow: none;
  }

  .participantVotos {
    width: 18.77%;
    height: 450px;
    margin: 0.61%;
    text-align: center;
    background-color: #fff;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
  }
  
  .participantVotos:hover {
    transform: scale(1.05);
  }
  
  .participantVotos img {
    width: 100%;
    margin-bottom: 10px;
    object-fit: cover;
    height: 22em;
  }

  #carregando {
    text-align: center;
    font-size: 20px;
    padding: 20px;
    background-color: white;
  }

  @media (max-width: 1129px) {
    .participantVotos {
      width: 100%; /* Uma coluna em telas menores */
      height: auto;
      margin: 5%;
  }
  .BotaoVotar {
    height: 2.6em;
    width: 60%;
    margin-top: 0.6em;
  }
  }

  .dia{
    font-size: 12px;
  }


  @media screen and (max-width: 768px) {
    .about-container {
      flex-direction: column-reverse;
  }
  
  .about-image {
      order: 2; /* Traz a imagem antes do texto no celular */
  }

  .about-description {
      order: 1;
  }

  .rainha {
    order: -1;
}

  }


.formulario{
  align-items: center;
  text-align: center;
}