/* ==========================================================
   RESET
========================================================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ==========================================================
   BODY
========================================================== */

body{

    background:
    radial-gradient(circle at top,#233d2f 0%,#0d0d0d 45%,#050505 100%);

    color:white;

    font-family:Arial, Helvetica, sans-serif;

    overflow-x:hidden;

}

/* ==========================================================
   NAVBAR
========================================================== */

.verde-reggae {
    color: #2e8b57 !important;
}

/* ==========================================================
   HERO
========================================================== */

.hero{

    min-height:100vh;

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    text-align:center;

    padding:140px 20px 80px;

}

.logo-principal{

    width:360px;

    max-width:90%;

    animation:entradaLogo 2s ease;

}

.hero h1 {
    font-size: 70px;
    letter-spacing: 4px;
}

.hero p {
    margin-top: 10px;
    font-size: 24px;
    color: #cccccc;
}

/* ==========================================================
   BOTÕES
========================================================== */

.botoes {
    margin-top: 40px;
}

.btn {
    display: inline-block;
    padding: 16px 35px;
    margin: 10px;
    border-radius: 50px;
    text-decoration: none;
    color: white;
    font-weight: bold;
    transition: 0.3s;
}

.btn:hover {
    transform: scale(1.05);
}

.btn-verde {
    background: #2e8b57;
}

.btn-dourado {
    background: #b8860b;
}

/* ==========================================================
   FOTO DA BANDA
========================================================== */

.secao-banda {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 40px;
    padding: 0 15px;
}

.foto-banda {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

/* ==========================================================
   BARRA SUPERIOR (PÁGINAS INTERNAS)
========================================================== */

.barra-top {
    margin-top: 10px;
    background-color: rgb(43, 43, 110);
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.h1-titulo {
    color: rgb(180, 70, 153);
    font-size: 24px;
    font-weight: bold;
}

/* ==========================================================
   BARRA LATERAL
========================================================== */

.barra-lateral {
    position: fixed;
    top: 60px;
    left: 0;
    width: 220px;
    height: 100%;
    background: #1a1a1a;
    padding: 20px;
}

.barra-lateral h2 {
    color: aqua;
    font-size: 16px;
    margin-bottom: 15px;
}

.musica-link {
    display: block;
    margin-bottom: 10px;
    padding: 8px 12px;
    background: #333;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: 0.3s;
}

.musica-link:hover {
    background: #555;
}

/* ==========================================================
   BOTÃO VOLTAR
========================================================== */

.voltar-container{
    margin-top:50px;
    margin-bottom:30px;
    text-align:center;
}

.btn-voltar{
    display:inline-flex;
    align-items:center;
    gap:12px;

    padding:12px 24px;

    background:#2e8b57;
    color:white;

    border-radius:40px;

    text-decoration:none;

    font-size:18px;
    font-weight:bold;

    transition:.3s;
}

.btn-voltar:hover{
    background:#38a169;
    transform:translateY(-2px);
}

.btn-voltar i{
    font-size:24px;
}
/* ==========================================================
   PÁGINA SOBRE
========================================================== */

.conteudo-texto{
    max-width:850px;
    margin:40px auto;
    padding:20px;
}

.conteudo-texto h1{
    color:aqua;
    font-family:'Trebuchet MS', Arial, sans-serif;
    font-size:42px;
    margin-bottom:25px;
}

.conteudo-texto h3{
    color:aqua;
    font-family:'Trebuchet MS', Arial, sans-serif;
    font-size:30px;
    margin-top:40px;
    margin-bottom:20px;
}

.conteudo-texto p{
    font-family:'Times New Roman', Times, serif;
    font-size:22px;
    line-height:1.8;
    margin-bottom:28px;
    text-align:justify;
}

.conteudo-texto img{
    display:block;
    margin:30px auto;
    max-width:100%;
    border-radius:8px;
}
/* ==========================================================
   AGENDA HOME
========================================================== */

.agenda-home{

    margin-top:60px;

    display:flex;

    flex-direction:column;

    align-items:center;

}

.texto-evento{

    color:#d8d8d8;

    font-size:22px;

    margin-bottom:20px;

}

.card-evento{

    display:flex;

    align-items:center;

    gap:25px;

    background:#171717;

    border:2px solid #2e8b57;

    border-radius:20px;

    padding:20px 30px;

    box-shadow:0 0 25px rgba(46,139,87,.3);

}

.data-evento{

    width:95px;

    height:95px;

    border-radius:15px;

    background:#2e8b57;

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    animation:pulsar 2s infinite;

}

.mes{

    font-size:16px;

    font-weight:bold;

}

.dia{

    font-size:42px;

    font-weight:bold;

}

.info-evento h3{

    margin:0;

    color:white;

}

.info-evento p{

    color:#cccccc;

    margin-top:5px;

}

.btn-evento{

    display:inline-block;

    margin-top:12px;

    background:#b8860b;

    color:white;

    padding:10px 20px;

    border-radius:30px;

    text-decoration:none;

    transition:.3s;

}

.btn-evento:hover{

    background:#d4a017;

}

@keyframes pulsar{

    0%{

        transform:scale(1);

    }

    50%{

        transform:scale(1.08);

    }

    100%{

        transform:scale(1);

    }

}
/* ==========================================================
   PÁGINA CONTRATE
========================================================== */

.pagina-contrate{

    min-height:100vh;

    display:flex;

    justify-content:center;

    align-items:center;

    padding:50px 20px;

}

.container-contrate{

    width:100%;

    max-width:750px;

    background:#1b1b1b;

    border-radius:20px;

    padding:40px;

    box-shadow:0 0 30px rgba(0,0,0,.5);

}

.container-contrate h1{

    text-align:center;

    color:#2e8b57;

    margin-bottom:15px;

    font-size:38px;

}

.descricao{

    text-align:center;

    color:#cccccc;

    margin-bottom:35px;

}

.formulario{

    display:flex;

    flex-direction:column;

    gap:18px;

}

.formulario input,
.formulario textarea{

    width:100%;

    padding:15px;

    border:none;

    border-radius:10px;

    background:#2b2b2b;

    color:white;

    font-size:16px;

}

.formulario textarea{

    min-height:150px;

    resize:vertical;

}

.formulario input:focus,
.formulario textarea:focus{

    outline:2px solid #2e8b57;

}

.botoes-contato{

    margin-top:10px;

    display:flex;

    justify-content:center;

    gap:20px;

    flex-wrap:wrap;

}

.btn-whatsapp{

    background:#25D366;

    color:white;

    border:none;

    padding:15px 30px;

    border-radius:40px;

    cursor:pointer;

    font-weight:bold;

    transition:.3s;

}

.btn-email{

    background:#b8860b;

    color:white;

    text-decoration:none;

    padding:15px 30px;

    border-radius:40px;

    font-weight:bold;

    transition:.3s;

}

.btn-whatsapp:hover,
.btn-email:hover{

    transform:scale(1.05);

}

.info-contato{

    margin-top:45px;

    text-align:center;

}

.info-contato h3{

    color:#2e8b57;

    margin-bottom:20px;

}

.info-contato p{

    color:#cccccc;

    font-size:18px;

    margin-bottom:10px;

}
/*================ NAVBAR =================*/

.navbar-custom{

    background:rgba(0,0,0,.35);

    backdrop-filter:blur(15px);

    transition:.4s;

    border-bottom:1px solid rgba(255,255,255,.05);

}
.slogan{

    margin-top:15px;

    font-size:22px;

    letter-spacing:2px;

    color:#d6d6d6;

}
@keyframes entradaLogo{

0%{

opacity:0;

transform:scale(.5);

}

70%{

transform:scale(1.08);

opacity:1;

}

100%{

transform:scale(1);

}

}
/* ==========================
   VÍDEOS
========================== */

.video-player{

    max-width:850px;

    width:100%;

    border-radius:18px;

    overflow:hidden;

    box-shadow:0 15px 40px rgba(0,0,0,.45);

}

.video-player iframe{

    border:none;

}

.foto-integrante {
    width: 100%;
    max-width: 220px;
    height: auto;
    object-fit: contain; /* NÃO corta a imagem */
    display: block;
    margin: 0 auto;
    border-radius: 10px;
}