*{margin:0;padding:0;box-sizing:border-box}

body{
  font-family:'Poppins',sans-serif;
  background:linear-gradient(135deg,#5a0f0f,#7a1a1a,#a83232);
  color:#fff;
}


.topo{ text-align:center; padding:80px 20px 40px; }
.topo h1{ font-family:'Bebas Neue',sans-serif; font-size:110px; letter-spacing:6px; text-shadow:0 10px 30px rgba(0,0,0,0.4); }
.topo p{ margin-top:20px; font-size:20px; opacity:.9; max-width:900px; margin-left:auto; margin-right:auto; line-height:1.6; }

.botao{ display:inline-block; margin:10px; padding:12px 22px; background:#fff; color:#5a0f0f; border-radius:30px; text-decoration:none; font-weight:bold; transition:.3s; }
.botao:hover{ transform:scale(1.08); }
footer{ text-align:center; padding:30px; margin-top:60px; background:#00000033; }


.timeline { position: relative; max-width: 1000px; margin: 60px auto; padding-bottom: 40px; }
.timeline::after { content: ''; position: absolute; width: 2px; background: rgba(255, 255, 255, 0.2); top: 0; bottom: 0; left: 50%; margin-left: -1px; }
.bloco { padding: 20px 40px; position: relative; width: 50%; }
.esquerda { left: 0; }
.direita { left: 50%; }

.conteudo { background: rgba(80, 10, 15, 0.2); color: #fff; padding: 30px; border-radius: 12px; backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); border: 1px solid rgba(255, 255, 255, 0.1); box-shadow: 0 15px 30px rgba(0,0,0,0.3); }
.conteudo h2 { font-family: 'Playfair Display', serif; font-size: 35px; color: #fff; }

.foto.polaroid { width: 100%; height: 220px; object-fit: cover; margin: 15px 0; cursor: pointer; transition: 0.4s; background: #e9e9e9; padding: 10px 10px 35px 10px; border-radius: 4px; border: 1px solid rgba(255,255,255,0.4); box-shadow: 0 10px 25px rgba(0,0,0,0.5); }
.foto.polaroid:hover { transform: scale(1.05) rotate(-2deg); background: #fff; }


.popup { display: none; position: fixed; z-index: 999; background: rgba(0,0,0,0.85); width: 100%; height: 100%; top: 0; left: 0; }
.popup-conteudo { background: #fff; color: #333; width: 90%; max-width: 600px; margin: 10% auto; padding: 30px; border-radius: 12px; text-align: center; position: relative; font-family: 'Poppins', sans-serif; }
.popup-conteudo img { width: 100%; max-height: 250px; object-fit: cover; border-radius: 8px; margin-bottom: 20px; border: 4px solid #5a0f0f; }
.popup-conteudo h2 { font-family: 'Bebas Neue', sans-serif; font-size: 35px; letter-spacing: 2px; margin-bottom: 10px; color: #5a0f0f; }
.fechar { position: absolute; top: 15px; right: 25px; font-size: 35px; font-weight: bold; color: #888; cursor: pointer; transition: 0.3s; }
.fechar:hover { color: #5a0f0f; }


.grid-videos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 25px;
  margin-top: 20px;
}

.video-card {
  background: rgba(80, 10, 15, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 14px;
  padding: 12px;
  box-shadow: 0 15px 30px rgba(0,0,0,0.3);
  transition: 0.3s;
}

.video-card:hover {
  transform: translateY(-5px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(120, 15, 20, 0.3);
}

.grid-videos iframe {
  width: 100%;
  height: 180px;
  border-radius: 10px;
  border: none;
  box-shadow: none;
}


.integrantes { display: flex; flex-wrap: wrap; gap: 30px; justify-content: center; margin: 40px auto; max-width: 1200px; padding: 0 20px; }

.membro { cursor: pointer; text-align: center; background: rgba(80, 10, 15, 0.2); border: 1px solid rgba(255, 255, 255, 0.1); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); padding: 30px 20px; border-radius: 12px; color: #fff; width: 220px; transition: all 0.3s ease; box-shadow: 0 15px 30px rgba(0,0,0,0.2); display: flex; flex-direction: column; align-items: center; }
.membro:hover { transform: translateY(-10px) scale(1.02); background: rgba(120, 15, 20, 0.3); border: 1px solid rgba(255, 255, 255, 0.2); }
.membro img { width: 120px; height: 120px; object-fit: cover; border-radius: 50%; margin-bottom: 15px; border: 3px solid #d4a373; box-shadow: 0 5px 15px rgba(0,0,0,0.3); }
.membro h3 { font-family: 'Playfair Display', serif; font-size: 22px; margin-bottom: 5px; letter-spacing: 1px; color: #fff; }
.membro p { font-size: 13px; color: #ccc; text-transform: uppercase; letter-spacing: 2px; }

.modal { display: none; position: fixed; z-index: 1000; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.85); align-items: center; justify-content: center; }

.modal-content { 
    background-color: #f7e6e6; 
    padding: 40px 30px; 
    border-radius: 12px; 
    max-width: 650px; 
    width: 90%; 
    text-align: center; 
    position: relative; 
    font-family: 'Poppins', sans-serif; 
    

    color: #a33131ff; 
}
 
.modal-content img { width: 200px; height: 200px; border-radius: 50%; object-fit: cover; margin-bottom: 25px; border: 5px solid #5a0f0f; box-shadow: 0 10px 20px rgba(0,0,0,0.2); }

.modal-content h2 { font-family: 'Playfair Display', serif; letter-spacing: 2px; margin-bottom: 15px; font-size: 35px; color: #5a0f0f; }

.close { position: absolute; top: 15px; right: 25px; color: #888; font-size: 35px; font-weight: bold; cursor: pointer; transition: 0.3s; }
.close:hover { color: #5a0f0f; }


table{ background:white; color:#5a0f0f; border-radius:10px; overflow:hidden; margin: 0 auto; }
th, td{ padding:10px; text-align:center; }


.home-body { 
    font-family: 'Montserrat', sans-serif; 
    background: linear-gradient(rgba(45, 0, 5, 0.85), rgba(45, 0, 5, 0.9)), url('imagens/fundo.jpeg') no-repeat center center fixed; 
    background-size: cover; 
    min-height: 100vh; 
}

.home-body h1, .home-body h2, .logo { font-family: 'Playfair Display', serif; }

.navbar { display: flex; justify-content: space-between; align-items: center; padding: 20px 50px; border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
.logo { font-size: 28px; color: #d4a373; }
.nav-links { list-style: none; display: flex; gap: 40px; margin: 0; padding: 0; }
.nav-links a { color: #bbb; text-decoration: none; font-size: 12px; letter-spacing: 2px; transition: 0.3s; }
.nav-links a:hover, .nav-links a.active { color: #fff; border-bottom: 1px solid #fff; padding-bottom: 4px; }
.nav-icons a { color: #bbb; margin-left: 25px; text-decoration: none; font-size: 16px; transition: 0.3s; }
.nav-icons a:hover { color: #fff; }

.hero { text-align: center; margin-top: 60px; }
.hero h1 { font-size: 80px; letter-spacing: 4px; margin-bottom: 15px; font-weight: normal; }
.hero p { font-size: 15px; color: #ccc; line-height: 1.6; max-width: 600px; margin: 0 auto; }

.cards-container { display: flex; justify-content: center; gap: 30px; margin: 60px auto; padding: 0 20px; flex-wrap: wrap; }
.card { background: rgba(80, 10, 15, 0.2); border: 1px solid rgba(255, 255, 255, 0.1); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); border-radius: 12px; padding: 40px 20px; width: 240px; text-align: center; color: #fff; text-decoration: none; transition: all 0.3s ease; display: flex; flex-direction: column; align-items: center; gap: 15px; box-shadow: 0 20px 40px rgba(0,0,0,0.25); }
.card:hover { background: rgba(120, 15, 20, 0.3); transform: translateY(-12px) scale(1.03); border: 1px solid rgba(255, 255, 255, 0.2); }
.card .icon-large { font-size: 35px; color: #e6b3a3; }
.card h3 { font-size: 16px; font-weight: 400; }
.card .seta { font-size: 14px; margin-top: 10px; }

.feedback-section { text-align: center; max-width: 450px; margin: 0 auto; }
.feedback-section h2 { font-size: 28px; font-weight: normal; margin-bottom: 25px; }
.input-group { position: relative; margin-bottom: 15px; }
.input-group i { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); color: #999; }
.input-group textarea + i { top: 20px; transform: none; }
.input-group input, .input-group textarea { width: 100%; background: rgba(60, 5, 10, 0.4); border: 1px solid rgba(255, 255, 255, 0.15); border-radius: 8px; padding: 15px 15px 15px 45px; color: #fff; font-family: 'Montserrat', sans-serif; font-size: 14px; outline: none; transition: 0.3s; }
.input-group input:focus, .input-group textarea:focus { border-color: rgba(255, 255, 255, 0.4); background: rgba(60, 5, 10, 0.6); }
.input-group textarea { height: 100px; resize: none; }
.btn-enviar { background: linear-gradient(90deg, #7a1a1a, #5a0f0f); border: 1px solid rgba(255, 255, 255, 0.1); color: #fff; padding: 12px 35px; border-radius: 25px; font-size: 14px; cursor: pointer; display: inline-flex; align-items: center; gap: 10px; margin-top: 10px; transition: 0.3s; }
.btn-enviar:hover { background: #801515; }


.lista-feedbacks-section { text-align: center; margin-top: 50px; padding-bottom: 60px; }
.feedbacks-title { font-size: 12px; letter-spacing: 2px; color: #aaa; text-transform: uppercase; margin-bottom: 20px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); display: inline-block; padding-bottom: 10px; cursor: pointer; transition: 0.3s; }
.feedbacks-title:hover { color: #fff; border-bottom: 1px solid #fff; }
.feedback-item { background: rgba(80, 10, 15, 0.2); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 10px; padding: 15px 20px; margin-bottom: 15px; text-align: left; backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); max-width: 450px; margin-left: auto; margin-right: auto; }
.feedback-item .feed-nome { color: #d4a373; font-size: 14px; margin-bottom: 8px; }
.feedback-item .feed-msg { color: #eee; font-size: 14px; font-style: italic; line-height: 1.5; }