/*Estilos sugeridos pelo chatGPT*/


/* Estilos personalizados */
    /* Margens superior e inferior */
    /*body {
        margin-top: 50px;
        margin-bottom: 50px;
        margin-left: 50px;
        margin-right: 50px;
      }
    */

/* Estilo para cabeçalhos */
/*
h1 {
  font-size: 2.5vw;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1rem;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

h2 {
  font-size: 2vw;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1rem;
  font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif
}

h3 {
  font-size: 1.75vw;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1rem;
  font-family: Arial, Helvetica, sans-serif;
}

h4 {
  font-size: 1.5vw;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1rem;
  font-family: Arial, Helvetica, sans-serif;
}

h5 {
  font-size: 1.25vw;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1rem;
  font-family: Arial, Helvetica, sans-serif;
}

/* Estilo para texto */
/*
p {
  font-size: 1.25vw;
  line-height: 1.2;
  margin-bottom: 1rem;
  font-family: Arial, Helvetica, sans-serif;
}

*/




      /* Logo */
      #logo {
        height: 50px;
        width: 100px;
        background-color: #333;
      }
      /* Slideshow */
      .slideshow-container {
        max-width: 1000px;
        position: relative;
        margin: auto;
      }
      .mySlides {
        display: none;
        width: auto;
        height: auto;
      }
      /* Navegação */
      .topnav {
        background-color: #333;
        overflow: hidden;
        position: fixed;
        top: 0;
        width: 100%;
        
      }

      .topnav a {
        float: left;
        display: block;
        color: #f2f2f2;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
      }
      .topnav a:hover {
        background-color: #ddd;
        color: black;
      }
      .active {
        background-color: #4CAF50;
        color: white;
      }


/* Estilo para a seção */
.hero {
    height: 100vh; /* Define a altura da seção como 100% da altura da tela */
    background-image: url('./galeria/1503/rn23-a1503-07.jpg'); /* Define a imagem de fundo da seção */
    background-size: cover; /* Faz a imagem ocupar todo o espaço da seção */
    background-position: center; /* Centraliza a imagem no plano de fundo */
  }
  
  /* Estilo para o texto sobre a imagem */
  .hero-text {
    position: absolute; /* Define a posição do elemento como absoluta */
    top: 70%; /* Posiciona o elemento no centro vertical da seção */
    left: 50%; /* Posiciona o elemento no centro horizontal da seção */
    transform: translate(-50%, -50%); /* Move o elemento para a posição correta */
    color: #fff; /* Define a cor do texto */
    text-align: center; /* Centraliza o texto na horizontal */
  }
  
  /* Media queries para tornar a seção responsiva */
  @media screen and (max-width: 768px) {
    .hero {
      height: 100%; /* Altera a altura da seção para 100% da altura do viewport */
    }
    
    .hero-text {
      top: 30%; /* Move o texto para cima na tela */
    }


/* Estilo para cabeçalhos */

h1 {
  font-size: 2.5vw;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1rem;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

h2 {
  font-size: 2vw;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1rem;
  font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif
}

h3 {
  font-size: 1.75vw;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1rem;
  font-family: Arial, Helvetica, sans-serif;
}

h4 {
  font-size: 1.5vw;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1rem;
  font-family: Arial, Helvetica, sans-serif;
}

h5 {
  font-size: 1.25vw;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1rem;
  font-family: Arial, Helvetica, sans-serif;
}

/* Estilo para texto */

p {
  font-size: 1.25vw;
  line-height: 1.2;
  margin-bottom: 1rem;
 font-family: Arial, Helvetica, sans-serif;
}

*/






  }


  /* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 601px) {
  div.example {
    font-size: 80px;
  }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 600px) {
  div.example {
    font-size: 30px;
  }

}

/*
#titulo h2 {
  font-size:3vw;
}

#titulo p {
  font-size:2vw;
}
*/

/* Estilo para a seção quarta */
#quarta {
    background-color: #fff;
    padd\\ing: 50px 0;
    color: #383737;  
  }

  #quinta {
    background-color: #f9f6f6;
    pa\\dding: 50px 0;
    color: #383737;
  }

  #sexta {
    background-color: #d6d4d4;
    pad\\ding: 50px 0;
    color: #383737;
  }

  #sabado {
    background-color: #d7f0f3;
    padd\\ing: 50px 0;
    color: #383737;
  }

  #domingo {
    background-color: #f8f9f1;
    padd\\ing: 50px 0;
    color: #383737;
  }

  #galeria {
    background-color: #c2d8fa;
    padding: 50px 0;
    color: #383737;
  }
/*
  #contato h1 {
    font-size:4vw;
  }

  #contato h3 {
    font-size:2vw;
  }

  #contato p {
    font-size:1.2vw;
  }
*/
  /* Estilo para a grade de imagens */
  .quarta-imgs .quinta-imgs .sexta-imgs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  

 /* .imagem {
    max-width: 100%;
    height: auto;
    object-fit: cover;
  }*/

  .imagem {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 300px; /* ou o tamanho que desejar */
  }


  .quarta-imgs a .quinta-imgs a .sexta-imgs a{
    display: block;
    margin: 10px;
    position: relative;
  }
  
  .quarta-imgs img .quinta-imgs img .sexta-imgs img {
    width: 100%;
    height: auto;
  }
  
  .quarta-imgs a:before .quinta-imgs a:before .sexta-imgs a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.7);
    transition: opacity 0.3s ease;
  }
  
  .quarta-imgs a:hover:before .quinta-imgs a:hover:before .sexta-imgs a:hover:before {
    opacity: 1;
  }
  
  .quarta-imgs a:after .quinta-imgs a:after .sexta-imgs a:after {
    content: "\f00e";
    font-family: "FontAwesome";
    font-size: 30px;
    color: #383737;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  
  .quarta-imgs a:hover:after .quinta-imgs a:hover:after .sexta-imgs a:hover:after {
    opacity: 1;
  }
  
  /* Estilo para a grade de vídeos */
  .quarta-vids .quinta-vids .sexta-vids {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    max-width: 1200px;
  }
  
  .quarta-vids iframe .quinta-vids iframe .sexta-vids iframe {
    margin: 10px;
    width: calc(25% - 20px);
    min-width: 250px;
    height: 200px;
  }
  .quarta-vids h3 .quinta-vids h3 .sexta-vids h3 {
    font-size: 16px;
    margin: 5px;
    text-align: center;
  }

  .video-caption {
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    color: #000;
  }

  .video-quadro {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
  }
  

  .video-container {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* proporção 16:9 */
    position: relative;
  }
  .video-container iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }


  @media only screen and (max-width: 600px) {
    .video-container {
      width: 100%;
      height: 0;
      padding-bottom: 56.25%; /* proporção 16:9 */
      position: relative;
    }
    .video-container iframe {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
    }
  }

  .accordion {
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
  }
  
  .accordion-section {
    bac\\kground-color: #f1f1f1;
    pad\\ding: 10px;
    transition: background-color 0.3s ease;
  }
  
  .accordion-section:hover {
    background-color: #ddd;
  }
  
  .accordion-section.active {
    background-color: #ddd;
  }

  .accordion-title {
    cursor: pointer;
    font-weight: bold;
    padding: 10px;
  }
  
  .accordion-content {
    display: none;
    pad\\ding: 10px;
  }
  
  .active .accordion-title {
    background-color: #ddd;
    }
  
  .active .accordion-content {
    display: block;
  }
  
  /* Estilos para o modal */
.w3-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.9);
}

/* Estilos para o conteúdo do modal */
.w3-modal-content {
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
}

/* Estilos para o botão de fechar */
.w3-closebtn {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 35px;
  font-weight: bold;
  color: #f1f1f1;
  cursor: pointer;
}

/* Estilos para o efeito de hover nas imagens */
.w3-hover-opacity:hover {
  opacity: 0.8;
  cursor: pointer;
}

.w3-button {
  opacity: 0.8;
  cursor: pointer;
  border: 1px solid #ccc;
}

/* Adiciona um estilo para a legenda */
.caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Adiciona um estilo para a legenda */
.figcaption {
  text-align: center;
  font-size: 1vw;
  font-weight: bold;
  margin-top: 10px;
  color: #666;
}