div {}

img {
    width: 100%;


}

.grelha {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 24px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

#texto_final {
    grid-column-start: 7;
    grid-column-end: 13;
    margin-left: 50px;
        margin-right: 50px;
    
    margin-bottom: 100px;
}

#img_final {
    grid-column-start: 1;
    grid-column-end: 6;
}

#grupo {
    grid-column-start: 1;
    grid-column-end: 6; 

    margin-bottom: 100px;
}

#grupo_final {
    grid-column-start: 7;
    grid-column-end: 13;
}

#sla {
    text-align: center;
}
#texto_final p{
    max-width: 400px;
   
}

#grupo p{
    max-width: 400px;
   
}

#musica{
grid-column-start:4;
grid-column-end:10;

}

body {
    font-family: Arial, sans-serif;
    text-align: center;
    margin-top: 100px;
}

h1 {
    font-size: 28px;
    margin-bottom: 40px;
    margin-top: 200px;
}

.botoes {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 200px;
    
}

.botao {
    background-color: #2f49ff;
    color: white;
    padding: 12px 25px;
    border-radius: 4px;
    font-weight: bold;
    text-decoration: none;
    transition: 0.3s;
    display: inline-block;
}

.botao:hover {
    background-color: #1d32b5;
}

/* Estilo geral do footer */
.footer {
    background: linear-gradient(135deg, #1e3a8a, #3b82f6);
    color: white;
    padding: 40px 20px;
    font-family: Arial, sans-serif;
}

/* Layout lado a lado */
.footer-content {
    max-width: 1000px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

/* Logo à esquerda */
.footer-logo img {
    width: 140px;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.2));
}

/* Info à direita */
.footer-info {
    text-align: left;
}

.footer-info p {
    margin: 8px 0;
    font-size: 16px;
    line-height: 1.4;
}

/* Link de email com hover elegante */
.email-link {
    color: #fff;
    text-decoration: none;
    transition: 0.3s ease;
    font-weight: bold;
}

.email-link:hover {
    color: #e5e5e5;
    text-decoration: underline;
}

/* Parte inferior do footer */
.footer-bottom {
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 15px;
    font-size: 14px;
    opacity: 0.8;
    text-align: center;
}

/* Responsivo */
@media (max-width: 700px) {
    .footer-content {
        flex-direction: column;
        text-align: center;
    }

    .footer-info {
        text-align: center;
    }
}

/* NAVBAR GERAL */
.navbar {
    background: #2f49ff;
    padding: 15px 30px;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.navbar-content {
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* LOGO */
.navbar-logo img {
    width: 120px;
    transition: transform 0.3s ease;
}

.navbar-logo img:hover {
    transform: scale(1.05);
}

/* BOTÕES MENU */
.navbar-links a {
    text-decoration: none;
}

.btn-menu {
    color: #2f49ff;
    background: white;
    padding: 8px 15px;
    margin-left: 15px;
    border-radius: 10px;
    font-weight: bold;
    transition: 0.3s ease;
}

.btn-menu:hover {
    background: #dbeafe;
    transform: translateY(-2px);
}

/* BOTÃO CONTACTO EM DESTAQUE */
.btn-contacto {
    background: #d1d5db;
}

.btn-contacto:hover {
    background: #f3f4f6;
}

/* RESPONSIVO */
@media (max-width: 750px) {
    .navbar-content {
        flex-direction: column;
        gap: 15px;
    }

    .navbar-links {
        display: flex;
        flex-direction: column;
    }

    .btn-menu {
        margin: 8px 0;
    }
}
body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #f5f5f5;
}

/* Banner */
.banner img {
    width: 100%;
    height: auto;
}

/* Sobre */
.sobre {
    padding: 50px;
    background: white;
}

.sobre-content {
    display: flex;
    gap: 30px;
}

.sobre-content img {
    width: 300px;
    border-radius: 10px;
}

/* Espaços */
.espacos {
    text-align: center;
    padding: 40px;
    background: #e9e9e9;
}

.cards {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 25px;
}

.card {
    background: white;
    padding: 15px;
    border-radius: 10px;
    width: 180px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.card img {
    width: 100%;
    border-radius: 10px;
}

.card button {
    margin-top: 10px;
    background: #1e3a8a;
    border: none;
    padding: 7px 10px;
    border-radius: 5px;
    color: white;
    cursor: pointer;
}

/* Horário + Preços */


.horario {
    background: white;
    text-align: center;
}

.horario-container {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.horario h2,
 {
    margin-bottom: 20px;
    justify-content: center;
    display: flex;
    align-items: center;
    gap: 40px;
}



/* Testemunhos */
.testemunhos {
    background: white;
    padding: 50px;
    text-align: center;
}

.testemunhos-container {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.testemunho {
    width: 200px;
}

.testemunho img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
}

.left {
    text-align: left;
}


