@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
* {
  margin: 0;
  padding: 0;
}

a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  opacity: 0.7;
}

header {
  margin-bottom: -0px;
}


.center{

  text-align: center;
  
}

.logo {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 4px;
}

nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-family: system-ui, -apple-system, Helvetica, Arial, sans-serif;
  background: #23232e;
  height: 8vh;
}

main {
  background: url("/img/") no-repeat center center;
  background-size: cover;
  height: 92vh;
  background-color: #ffffff;
}

.nav-list {
  list-style: none;
  display: flex;
}

.nav-list li {
  letter-spacing: 3px;
  margin-left: 32px;
}

.mobile-menu {
  display: none;
  cursor: pointer;
}

.mobile-menu div {
  width: 32px;
  height: 2px;
  background: #fff;
  margin: 8px;
  transition: 0.3s;
}



@media (max-width: 999px) {
  body {
    overflow-x: hidden;
    color: black;
    background-color: rgb(255, 255, 255);
    font-family: Arial, Helvetica, sans-serif;
  }
  .nav-list {
    position: absolute;
    top: 8vh;
    right: 0;
    width: 50vw;
    height: 40vh;
    background: #23232ecc;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    transform: translateX(100%);
    transition: transform 0.3s ease-in;
  }
  .nav-list li {
    margin-left: 0;
    opacity: 0;
  }
  .mobile-menu {
    display: block;
  }
}

.nav-list.active {
  transform: translateX(0);
}

@keyframes navLinkFade {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.mobile-menu.active .line1 {
  transform: rotate(-45deg) translate(-8px, 8px);
}

.mobile-menu.active .line2 {
  opacity: 0;
}

.mobile-menu.active .line3 {
  transform: rotate(45deg) translate(-5px, -7px);
}



footer {
  background: #00000004;
  color: #000000;
  padding: 10px 10px;
  font-family: 'Arial', sans-serif;
  width: 90%; /* Reduzi a largura para que o border-radius seja visível */
  max-width: 1200px; /* Mantém um limite máximo */
  margin: 0 auto; /* Centraliza o footer na tela */
  border-radius: 20px; /* Deixa os cantos arredondados */
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); /* Adiciona um leve sombreamento */
}

.footer-container {
  width: 90%;
  padding: 0 5%;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-logo img {
  height: 80px;
}

.footer-contact p {
  margin: 0;
  font-size: 16px;
}

.footer-contact a {
  color: #ffcc00;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-contact a:hover {
  color: #d8680d;
}

.footer-bottom {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  opacity: 0.8;
}

/* Responsividade */
@media (max-width: 768px) {
  footer {
    width: 95%; /* Em telas menores, reduzimos menos para manter o design fluido */
    border-radius: 15px;
  }

  .footer-top {
    flex-direction: column;
    text-align: center;
  }

  .footer-logo img {
    margin-bottom: 10px;
  }
}





a[target="_blank"] {
  color: #000000ab;
  font-size: 18px; /* Aumenta o tamanho da fonte */
  font-weight: bold; /* Deixa a fonte mais grossa */
}



.whatsapp-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  background: url("/imagens/Whats.png") center;
  background-size: cover;
  color: #fff;
  border-radius: 35%;
  text-align: center;
  font-size: 25px;
  box-shadow: 2px 2px 3px #999;
  z-index: 1000;
}

.whatsapp-btn i {
  margin-top: 13px;
}

.whatsapp-btn:hover {
  background-color: #010a03;
  cursor: pointer;
}


section {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.category {
  text-align: center;
  margin-bottom: 1px;
}

.category img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0);
}

.category p {
  margin-top: 20px;
  font-size: 0.5rem;
  font-weight: bold;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.category1 {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 50px;
  text-align: center;
}

.category1 img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  border-radius: 20px;
}

.category1 p {
  margin-top: 20px;
  font-size: 1.0rem;
  font-weight: bold;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.category1 h1 {
  margin-top: 5px;
  font-size: 1.0rem;
  font-weight: bold;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.category1 h6 {
  margin-top: 20px;
  font-size: 1.0rem;
  font-weight: bold;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

@media only screen and (max-width: 600px) {
  .category1 {
    /* ajusta o tamanho do contêiner */
    width: 100%;
    height: auto;
  }
  
  .category1 img {
    /* ajusta o tamanho da imagem */
    width: 100%;
    height: auto;
  }
  
  .category1 .category-text {
    /* ajusta a posição do texto */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    /* adiciona um z-index para que o texto apareça acima da imagem */
    z-index: 1;
  }
}


.btn-saiba-mais {
  display: inline-block;
  background-color: #ffffff00;
  color: #030303;
  padding: 5px 5px;
  text-decoration: none;
  border-radius: 10px;
  font-weight: bold;
  transition: background-color 0.2s ease;
}

.btn-saiba-mais:hover {
  background-color: #06032eb9;
}


/* Estilos para o player de áudio */
#audio-player {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  background-color: #f2f2f2;
  border-radius: 10px;
  padding: 10px;
}

/* Estilos para os controles do player de áudio */
#audio-player-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

/* Estilos para os botões de controle do player de áudio */
#audio-player-controls button {
  background-color: #009688;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 8px 15px;
  cursor: pointer;
}

/* Estilos para o tempo de reprodução do player de áudio */
#audio-player-controls span {
  color: #333;
  font-size: 14px;
}


.right-side .button{
  display: inline-block;
  margin-top: 12px;
}
.right-side .button input[type="button"]{
  color: #fff;
  font-size: 18px;
  outline: none;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  background: #90562E;
  cursor: pointer;
  transition: all 0.3s ease;
}
.button input[type="button"]:hover{
  background: #C1AC9C;
}


.styled-button {
  background: linear-gradient(135deg, #90562E, #C1AC9C);
  color: white;
  font-size: 18px;
  font-weight: bold;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.styled-button:hover {
  background: linear-gradient(135deg, #C1AC9C, #90562E);
  transform: scale(1.05);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.styled-button:active {
  transform: scale(0.98);
}


.verse-container {
  max-width: 80%;
  margin: 20px auto;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  font-family: 'Arial', sans-serif;
}

.verse-title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.verse-text {
  font-size: 18px;
  color: #555;
  line-height: 1.6;
}


 /* Estilização da seção da rádio */
 .radio-container {
  max-width: 80%;
  margin: 20px auto;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  font-family: 'Arial', sans-serif;
}

.radio-title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}

.radio-info {
  font-size: 18px;
  color: #555;
  line-height: 1.6;
}

/* Botão estilizado para o chat */
.styled-button {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 12px 20px;
  font-size: 18px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.styled-button:hover {
  background-color: #0056b3;
}

.radio-content {
  text-align: center;
  padding: 30px;
}

.radio-info h1, .radio-info h2 {
  margin: 15px 0;
  font-family: Arial, sans-serif;
}

.radio-logo {
  width: 100%;
  max-width: 300px; /* Aumentei o tamanho da logo */
  margin: 15px 0;
}

.microphone-img {
  width: 90px; /* Aumentei o tamanho do microfone */
  margin-top: 15px;
}

.radio-player {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.radio-player iframe, .radio-player object, .radio-player embed {
  width: 520px !important; /* Aumentei o tamanho do botão do player */
  height: 160px !important;
}


.social-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  text-align: center;
  margin-top: 20px;
}

.category {
  background: #f8f8f8;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
  width: 150px;
}

.category:hover {
  transform: scale(1.1);
}

.social-icon {
  width: 100px;
  height: auto;
}

.btn-saiba-mais {
  display: inline-block;
  background-color: #fcfcfc;
  color: rgb(8, 0, 0);
  padding: 10px 15px;
  font-size: 14px;
  border-radius: 10px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.btn-saiba-mais:hover {
  background-color: #185c8a;
}





#custom-radio-player {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #222;
  color: white;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  max-width: 350px;
  margin: 20px auto;
  text-align: center;
}

#album-cover {
  width: 120px;
  height: 120px;
  border-radius: 10px;
  object-fit: cover;
  margin-bottom: 10px;
}

.music-info {
  font-size: 18px;
  font-weight: bold;
}

.controls {
  margin-top: 10px;
}

#muteButton {
  background: #ff4747;
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

#volume-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
}

#volumeControl {
  width: 200px;
  cursor: pointer;
}




  .button-container {
    display: flex;
    justify-content: center; /* Centraliza os botões */
    gap: 50px; /* Espaço entre os botões */
    margin-top: 20px; /* Espaço superior */
  }

  .styled-button {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    background-color: #007bff; /* Azul */
    border: none;
    border-radius: 8px; /* Cantos arredondados */
    cursor: pointer;
    transition: 0.3s;
  }

  .styled-button:hover {
    background-color: #0056b3; /* Azul escuro ao passar o mouse */
  }


  .player-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #00000007;
    padding: 20px;
    padding-left: 10px; /* Espaço extra na esquerda */
    padding-right: 10px; /* Espaço extra na direita */
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.753);
    transition: box-shadow 0.3s ease-in-out;
    max-width: 500px;
    width: 90%; /* Evita que o container ocupe toda a largura da tela */
    margin: 0 auto; /* Centraliza o container na tela */
    text-align: center;
}

.custom-player {
    border: 2px solid #90562E; /* Cor da borda */
    border-radius: 8px; /* Borda arredondada */
    display: block;
    margin: 10px auto; /* Mantém o player centralizado */
    width: 100%; /* Ajusta a largura automaticamente */
    max-width: 500px; /* Limita a largura máxima */
    aspect-ratio: 16 / 9; /* Mantém a proporção do player */
}


.player-container:hover {
    box-shadow: 0 8px 12px rgba(255, 255, 255, 0.5);
}



.clock {
  background: linear-gradient(135deg, #b62b2b, #c19c9c);
  color: white;
  font-size: 22px;
  font-weight: bold;
  padding: 14px 24px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  display: inline-block;
  text-align: center;
}

.clock:hover {
  background: linear-gradient(135deg, #c19d9c, #90392e);
  transform: scale(1.05);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.clock:active {
  transform: scale(0.98);
}

