* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  background-color: #000;
  color: #fff;
  line-height: 1.5;

}

header {
  position: fixed;
  width: 100%;
  background-color: #0f0d18;
  padding: 2px 2px 2px 2px;
  z-index: 999;
  box-shadow: 1px 25px 25px rgba(0, 0, 0, 0.342);
}
.navbar {
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 1%;
  padding-bottom: 1%;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;

}
.bar {
  display: flex;
  justify-content: center; /* Centraliza os itens horizontalmente */
  align-items: center; /* Centraliza os itens verticalmente, se necessário */
  
}

.bar ul {
  list-style-type: none; /* Remove os marcadores de lista */
  display: flex;
  justify-content: center; /* Centraliza os itens da lista */
  align-items: center;
  padding: 0;
  margin: 0;
}

.bar ul li a {
  display: flex;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}

.bar ul li a img {
  width: 15px; /* Ajuste o tamanho dos ícones */
  height: auto;
  transition: all 0.5s ease-in-out;
}
.bar ul li a img:hover {
  width: 18px; /* Ajuste o tamanho dos ícones */
  height: auto;
}

/* Estilos para o logo */
.navbar .logo img {
  height: 40px;
  width: auto;
}

/* Estilos para o menu padrão */
.navbar ul {
  list-style-type: none;
  display: flex;
  transition: all 0.5s ease-in-out;
}

.navbar ul li {
  margin: 0 15px;
}

.navbar ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  transition: all 0.2s ease-in-out;
}
.navbar ul li img {
width: 50px;
text-decoration: none;
font-size: 12px;
transition: all 0.2s ease-in-out;
}
.navbar ul li a:hover {
  color: #deb818;
  text-decoration: none;
  font-size: 13px;
}

/* Ocultar o menu em telas menores e exibir o ícone hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  z-index: 1000; /* Certifique-se de que o botão hamburger esteja acima do conteúdo */
}

.hamburger span {
  height: 3px;
  width: 25px;
  background: #fff;
  margin: 4px 0;
  transition: 0.4s;
}

.hero {
  position: relative;
  background-image: url('../img/bg_hero.png');
  height: 100vh;
  background-size: cover;
  background-position: center;
}

.hero .overlay {
  z-index: 1;
  position: absolute;
  text-align: center;
  align-items: baseline;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.hero .content {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  display: grid;
}
.hero .content .top{
  top: 50%;
  left: 50%;
  margin-bottom: -60px;
  width: auto;
  height: 80vh;
}
.content .social{
  position: static;
  z-index: 999;
}

.content .social .teste{
  position: static;
  z-index: 999;
  margin: 10px 10px;
  width: auto;
  height: 20px;
  transition: ease-in-out height 2s, height 0.5s;
}


.content .social .teste:hover{
  height: 25px;
}
.hero h1 {
  z-index: 90;
  font-size: 25px;
  text-transform: uppercase;
}

.hero p {
  font-size: 16px;
}

.agenda {
  padding: 50px 20px;
  background-color: #111;
  text-align: center;
}

.agenda h2 {
  font-size: 60px;
}

.dates {
  display: flex;
  justify-content: space-around;
}

.date p {
  font-size: 40px;
}

.play {
  background-size: cover;
  background-position: center;
  background-color: #0f0d18;
  padding: 50px 10%;
  text-align: center;
  background-image: url('../img/cor.png');
  height: 500px;

}

.play h2 {
  font-size: 60px;
}

.videoclipe{
  background-size: cover;
  background-position: center;
  background-color: #0f0d18;
  padding: 50px 10%;
  text-align: center;
  background-image: url('../img/bg_video.png');

  & h2{

    font-size: 60px;
  }
  
}

.fale {
  background-color: #222;
  padding: 50px 20px;
  text-align: center;
}

.redes-sociais{
  padding-left: 25%;
  padding-right: 25%;
  height: 200px;
  align-items: center;
  display: flex;
  justify-content: center;
  color: #deb818;
}

.redes-sociais img{
  width: auto;
    height: 50px;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    transition: all 0.5s ease-in-out;
}
.redes-sociais a img:hover{

    height: 60px;

}


footer {
  background-color: #111;
  text-align: center;
  padding: 20px 0;

  & p img{
    height: 15px;
    width: auto;
  }
  & .social a img{
    width: auto;
    height: 50px;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
  }
}


.responsive-iframe {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* Proporção de 16:9 */
  overflow: hidden;
  border-radius: 12px;
}

.responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;

  border: 0;
}


.contact-section {
  background-size: cover;
  background-position: center;
  background-color: #0f0d18;
  text-align: center;
  background-image: url('../img/faleconcos.png');
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.content-container {
  display: flex;
  max-width: 1200px;
  width: 100%;
  color: white;
}

.image-container {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-container img {
  max-width: 100%;
  border-radius: 12px;
}

.contact-details {
  flex: 1;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
}

.contact-details h1 {
  font-size: 48px;
  color: #deb81d; /* Cor laranja vibrante */
  margin-bottom: 20px;
}

.contact-info {
  text-align: center;

  margin-bottom: 20px;
}

.contact-info h2 {
  font-size: 24px;
  color: #deb81d;
}

.contact-info p {
  font-size: 18px;
  color: #fff;
  margin-top: 5px;
}
.contact-info .contact {
  display: flex;
  justify-content: center; /* Centraliza horizontalmente */
  align-items: center; /* Centraliza verticalmente */

  text-align: center;

}
.contact-info .contact .whatsapp-icon {
  text-align: center;
  margin-left: 8px; /* Espaço entre o número e o ícone */
  cursor: pointer; /* Mostra que é clicável */
  color: #25D366; /* Cor do ícone do WhatsApp */
  font-size: 1.5rem; /* Tamanho do ícone */
}


.agenda-container {
  display: flex;
  align-items: center;
  position: relative;
  padding: 10px; /* Espaçamento interno */
  width: 100%;

}

.agenda-carousel {
  display: flex; /* Usar flexbox para o layout */
  overflow: hidden; /* Ocultar partes do conteúdo que saem do contêiner */
  justify-content: center; /* Centralizar os itens horizontalmente */
  align-items: center; /* Centralizar os itens verticalmente */
  width: 100%;
}

.agenda-item {
  display: flex; /* Usar flexbox para o layout do item */
  align-items: center; /* Alinhar verticalmente */
  width: 300px; /* Largura dos cards */
  margin: 15px; /* Margem entre os cards */
  color: white; /* Cor do texto */
  transition: opacity 0.5s ease; /* Efeito de fade */
  
}

.date-column {
  margin-right: 20px;
  display: flex;
  flex-direction: column; /* Colocar os elementos em coluna */
  align-items: center; /* Centralizar os itens */
}

.day {
  font-size: 48px; /* Tamanho da fonte do dia */
  font-weight: bold; /* Negrito para o dia */
  color: #f1c40f; /* Cor do dia */
  margin-bottom: -15px;
}

.month {
  font-size: 12px; /* Tamanho da fonte do mês */
  color: #f1c40f; /* Cor do mês */
}

.info-column {
  display: flex;
  flex-direction: column; /* Colocar os elementos em coluna */
  text-align: left; /* Alinhar texto à direita */
}

.city {
  font-size: 20px; /* Tamanho da fonte da cidade */
  font-weight: bold; /* Negrito para a cidade */
}

.local {
  font-size: 16px; /* Tamanho da fonte do local */
  font-weight: normal; /* Fonte normal para o local */
}

.prev, .next {
  background-color: transparent; /* Fundo transparente para os botões */
  color: #fff; /* Cor do texto dos botões */
  border: none; /* Remove a borda */
  font-size: 24px; /* Tamanho dos botões */
  cursor: pointer; /* Cursor em forma de mão ao passar o mouse */
  margin: 0 10px; /* Margem entre os botões e os cards */
  position: absolute; /* Posicionar os botões */
  top: 50%; /* Centralizar verticalmente */
  transform: translateY(-50%); /* Ajustar posição */
}

.prev {
  left: 10px; /* Distância da borda esquerda */
}

.next {
  right: 10px; /* Distância da borda direita */
}

.video-container {
  position: relative;
  width: 100%;
  max-width: 800px; /* Ajuste o tamanho máximo desejado */
  margin: auto;
}

#video-thumbnail {
  cursor: pointer;
  width: 100%; /* Ajusta a largura da imagem ao tamanho do contêiner */
  height: auto;
}

#video-frame {
  display: none; /* Esconde o iframe inicialmente */
  width: 100%;
  height: 352px; /* Ajuste a altura conforme necessário */
  border: none; /* Remover a borda do iframe */
}

.download-button {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #fff;
  background-color: #222; /* Cor do botão */
  border: none;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  text-decoration: none; /* Remove underline */
  transition: all 0.3s ease;
  overflow: hidden; /* Para o efeito de brilho */
}

.download-button:hover {
  transform: scale(1.05); /* Aumenta levemente o tamanho do botão */
  box-shadow: 1px 25px 25px rgba(0, 0, 0, 0.342);
}

.download-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.3); /* Cor do brilho */
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 5px;
}

.download-button:hover::before {
  opacity: 1; /* Torna o brilho visível ao passar o mouse */
}

.icon {
  margin-right: 8px; /* Espaço entre o ícone e o texto */
}

.areacontratante{
  align-items: center;
  background-color: #f1c40f;
  height: 500px;
  display: flex;
  justify-items: center;
  padding-left: 25%;
  padding-right: 25%;
  width: 100%;
  color: white;
  gap: 20px; 
}