@import url('https://fonts.googleapis.com/css2?family=Julius+Sans+One&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* ===== HERO PRINCIPAL ===== */
.h1 {
    font-family: "Julius Sans One", sans-serif;
}
.foto-pagina-inicial {
      background-image: url(img/banner.png);
      background-size: cover;
      background-position: center;
      width: 100%;
      height: 60vh;
      color: white;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    font-family: "Julius Sans One", sans-serif;
}
.foto-home-inicial {
    background-image: url(img/fotoblur.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 80vh;
    color: white;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-family: "Julius Sans One", sans-serif;
}


.h1 {
    font-family: Julius Sans One;
}
/* ===== TOPO ===== */
.barra-topo {
    font-family: "Julius Sans One", sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7) ;/*Define a cor como preto/transparente */
    padding: 10px 50px;
    box-sizing: border-box; /*Difine que o limite da borda não ultrapasse 100% ou seja a borda*/
    z-index: 10; /*Define que ficara sobre qualquer objeto */
}

/* ===== LOGO ===== */
.marca {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.8em;
    font-weight: bold;
}

.marca img {
    border-radius: 5px;
    height: 50px;
    width: auto;
}

/* ===== NAV ===== */
.barra-topo nav{
    display: flex;
    gap: 30px;
}

.barra-topo nav a{
    color: white;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
    transition: 0.3s;
}

.barra-topo nav a:hover{
    color: #00a69c;
    transform: scale(1.05);
    text-shadow: 0px 0px 16px rgba(255, 255, 255, 0.31);
}

/* ===== ESTILO DO MENU MOBILE ===== */

.btn-abrir-menu {
    display: none;
}

.btn-abrir-menu i{
    color: #00a69c;
    font-size: 40px;
    float:right;
}

.navega-mobile{
    background-color: black;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99999;
    width: 0%;
    overflow: hidden;
    transition: .4s;
}

.navega-mobile.abrir-menu{
    width: 70%;
}

.navega-mobile.abrir-menu ~ .overlay-menu{
    display: block;
}

.navega-mobile .btn-fechar{
    padding: 20px 5%;
}

.navega-mobile .btn-fechar i{
    color: #00a69c;
    font-size: 30px;
}

.navega-mobile nav ul{
    text-align: right;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.navega-mobile nav ul li a{
    color: white;
    font-size: 20px;
    font-size: 300;
    padding: 20px 8%;
    display: block;
}

.navega-mobile nav ul li a:hover{
    background-color: #00a69c;
    color: black;
}

.overlay-menu {
    background-color: rgba(0, 0, 0, 0.72);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 88888;
    display: none;
}
/* ===== TEXTO CENTRAL ===== */
.conteudo-principal {
    margin: auto;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
}
@media (max-width: 830px) {
    .btn-abrir-menu {
        display: block;
    }

    .barra-topo nav {
        display: none;
    }
}
.conteudo-principal h1 {
    font-family: "Julius Sans One", sans-serif;
    margin-bottom: 10px; /* diminua para aproximar */
}

.conteudo-principal p {
    font-family: "Julius Sans One", sans-serif;
    margin-top: 0;
    line-height: 1.2; /* compacta o texto */
}
/*========== Divisão de body ==============*/
body {
    margin: 0;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    background-color: #fafafa;
    color: #333;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* Container geral da seção */
.secao-container {
    display: flex;
    align-items: center;
    background-color: #66cfcf;
    width: 100%;
    justify-content: space-between;
    /*padding: 60px 10%;*/
    gap: 40px;
    max-width: 1200px; /* essa variavel faz com que o site abra formatação*/
    text-align: justify;
}
html, body {
    margin: 0;
    padding: 0;
}

h1 {
    text-align: center;
}
.paragrafo-coral1 {
    text-align: justify;
    font-family: "Poppins", sans-serif;
}
/* Parte do conteúdo textual */
.secao-conteudo {
    flex: 1;
}

.secao-conteudo h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}

.secao-conteudo p {
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Botão opcional */
a{
    text-decoration: none;
    color: #00a69c;
}
section div button a{
    text-decoration: none;
    color: white;
}
.botao {
    width: 120px;
    font-size: 20px;
    background-color: #121F28;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.5s;
    font-family: "Julius Sans One", sans-serif;
}
.botaocontact {}

.botao:hover {
    background-color: #00a69c;
    transform: scale(1.05);
    box-shadow: 0px 0px 16px 0px black;
}
.botaomaestro img {
    background-color: #00a69c;
    transform: scale(1.05);
    box-shadow: 0px 0px 16px 0px black;
}

/* Parte da imagem */
.secao-img {
    flex: 1.2;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    border-radius: 10px;
}

.secao-img img {
    max-width: 50%;
}
.secao-container-accs {
    margin: auto;
    padding: 50px;
}
.secao-container-accs, h1 {
    font-family: Arial, Helvetica, sans-serif
}
.secao-container-accs, p {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
}
/* Responsividade */
@media (max-width: 768px) {
    .secao-container {
        flex-direction: column;
        text-align: center;
    }
}

.secao-conteudo-central {
    justify-content: center;
}

section {
    padding: 40px;
    max-width: 1000px;
    margin: auto;
}

#atividades .paragrafo-coral1 {
    font-size: 20px;
    text-align: justify;
    line-height: 1.7;
}

.grade-fotos {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
}

.grade-fotos img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
@media (max-width: 600px) {
    .grade-fotos {
        grid-template-columns: 1fr; /* Apenas 1 coluna no celular */
    }
}

.grade-fotos .foto-grande {
    grid-column: span 2;
    width: 100%;
    height: 350px;
}

.texto-sobre {
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    text-align: justify;
    line-height: 1.7;
}

/* ==== ESTATISTICA ==== */

.estatistica .secao-img{
    width: 280%;
    margin-left: -870px;
}

/* ===== PÁGINA CONTATO ===== */
.cabecalho-contato {
    background-image: url(img/banner.png);
    background-size: cover;
    background-position: center -150px;
    width: 100%;
    height: 50vh;
    color: white;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.texto-contato {
    margin: auto;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}
.icone-contato {
    display: flex;
    justify-content: left;
    width: 60%;
    height: auto;
}
/* ===== SEÇÃO CONTATO ===== */
.secao-contato {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 70px 10%;
    gap: 60px;
    flex-wrap: wrap;
}

/* ===== INFORMAÇÕES DA ACCS ===== */
.informacoes-contato {
    background-color: #c0c0c0;
    padding: 40px;
    border-radius: 5px;
    flex: 1;
    min-width: 320px;
    text-decoration: underline;
    text-decoration-color: #c0c0c0;
}

*h3 {
    font-family: "Poppins", sans-serif;
    color: black;
}
.informacoes-contato h2,
.informacoes-contato h3 {
    font-family: "Poppins", sans-serif;
    color: #121F28;
}

.informacoes-contato p {
    font-size: 18px;
    color: #000000;
    line-height: 1.6;
    text-decoration: underline;
    text-decoration-color: #00a69c;
}

.direitos {
    margin-top: 30px;
    font-size: 14px;
    color: #777;
}

/* ===== FORMULÁRIO ===== */
.formulario {
    flex: 1;
    min-width: 320px;
}

.formulario h2 {
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px;
    color: #121F28;
}

form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

label {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

input, textarea {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-family: "Poppins", sans-serif;
}
.input-group, textarea {
    width: 100%;
}

/*#input-group form {
    text-align: center;
}
#input-group button {
    text-align: center;
    justify-content: center;
    margin-top: 10px
}
button:hover {
    transform: scale(1.05);
    background-color: #00a69c;
    box-shadow: 0px 0px 16px 0px black;
}*/
#input-group {
    display: flex;
    justify-content: center; /* centraliza horizontalmente */
}

#input-group form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center; /* centraliza TUDO */
}
#input-group textarea {
    width: 100%;
    max-width: 400px; /* opcional */
}

#input-group button {
    display: block;      /* transforma em bloco */
    margin: 10px auto;
    width: 100px;
    height: 150px;
}
#input-group button:hover {
    transform: scale(1.05);
    background-color: #00a69c;
    box-shadow: 0px 0px 16px 0px black;
}*/
.banner-contato {
    display: flex;
    justify-content: flex-start; /* mantém o texto à esquerda */
    align-items: center;
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    margin-top: 90px;
    height: 100%;
    padding-left: 60px;
}

/*====== GALERIA======*/
.galeria {
    display: flex;
    overflow: hidden;
    width: 100vw;
    padding: 10px;
}

.galeria img {
    object-fit: cover; /* mantém proporção das imagens */
    width: 800px;
}

.faixa {
    display: flex;
    animation: mover 80s linear infinite;
}

.faixa img {
    width: 800px;
    height: auto;
    object-fit: cover;
}

@keyframes mover {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%); /* move metade do total duplicado */
    }
}
/*@keyframes mover {
    from { transform: translateX(100%); }
    to { transform: translateX(-100%); }
}*/




/* ===== RESPONSIVIDADE ===== */
@media (max-width: 768px) {
    .secao-contato {
        flex-direction: column;
        text-align: center;
        align-items: center;
        justify-content: center;
    }

    .formulario, .informacoes-contato {
        width: 100%;
    }

    button {
        align-self: center;
    }
}
.diretoria {
    background-color: #f9f9f9;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    margin: 40px 0;
    line-height: 1.8;
}

.diretoria h1 {
    text-align: center;
    color: #333;
    margin-bottom: 25px;
}

.diretoria p {
    font-size: 1rem;
    color: #444;
}

.diretoria strong {
    color: #000;
}
.grade-fotos2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 colunas iguais */
    grid-template-rows: repeat(2, 1fr);    /* 2 linhas */
    gap: 15px;
    width: 75%;
    margin: 0 auto;                        /* centraliza a grade */
}

.grade-fotos2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;                     /* mantém proporção */
    border-radius: 10px;
}

@media screen and (max-width: 768px){

    .btn-abrir-menu {
        display: block;
        position: absolute;
        top: 15px;
        right: 20px;
        z-index: 100;
    }
    .secao-conteudo esquerda {
        text-align: justify;
        flex-direction: column;
        text-align: center;
    }
    .barra-topo{
        display: none;
    }
    .botao{
        display: block;
    }
    .secao-img{
        margin-left: 0;
        margin-right: 0;
        margin-top: 20px;
        margin-bottom: 20px;
        position: relative;
        width: 100%;
        height: 100%;
    }
    .estatistica .secao-img{
        width: 220%;
        margin-left: -180px;
    }

    .secao-contato {
        padding: 60px 4%;
        gap: 60px;
        flex-wrap: wrap;
    }

    .secao-contato a{
        font-size: 14px;
    }
    .informacoes-contato {
        width: 100%;
        padding: 25px;
        box-sizing: border-box;
    }

    .formulario {
        width: 100%;
        padding: 25px;
        box-sizing: border-box;
    }
}/*Faz o site se ajustar ao tamanho da tela sem deixar cortar o conteudo*/
.layout {
  display: grid;
  gap: 20px;
  max-width: 800px; 
  margin: 40px auto; /* centraliza a área inteira */
}

.layout div img {
  width: 80%;
  border-radius: 12px;
  object-fit: cover;
}

/* A imagem maior embaixo ocupa as 2 colunas */
.layout .img-grande {
  grid-column: span 2;
}

.layout .img-grande img {
  height: 350px; /* deixa ela maior */
}
.secao-imagem {
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* ou center se quiser centralizar */
    gap: 10px;
}

.botaomaestro {
    width: 100%;
    height: 100%;
    background-color: #081c24;
    color: white;
    padding: 12px 25px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    align-items: center;
}
.botaomaestro:hover {
    transform: scale(1.05);
    background-color: #00a69c;
    box-shadow: 0px 0px 16px 0px black;
}
:root {
    --accent: #0f7c7c;
    --accent-dark: #136363;
    --bg: #eef6f7;
    --white: #fff;
    --text: #203637;

    --radius: 14px;
    --shadow: 0 8px 25px rgba(0,0,0,0.08);
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/*body {
    background: var(--bg);
    font-family: "Inter", sans-serif;
    color: var(--text);
    padding: 30px;
}*/

/* GRID PRINCIPAL */
section h1 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin: 40px 0 20px 0;
    color: #1d1d1d; /* ajuste se quiser ficar mais escuro ou mais claro */
    font-family: "Julius Sans One", sans-serif
}
.container {
    max-width: 1250px;
    margin: auto;
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 30px;
}

/* SIDEBAR */
.sidebar {
    background: var(--white);
    padding: 25px;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    text-align: center;
}

.photo-wrap {
    width: 190px;
    height: 190px;
    margin: auto;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
}

.photo-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.name {
    font-size: 26px;
    margin-top: 15px;
    font-family: "Lora", serif;
}

.role {
    color: #4c5d5e;
    font-size: 14px;
    margin-bottom: 20px;
}

.box {
    text-align: left;
    margin-top: 25px;
}

.box h3 {
    font-size: 15px;
    text-transform: uppercase;
    color: var(--accent-dark);
    margin-bottom: 10px;
}

.box ul {
    list-style: none;
}

.box li {
    font-size: 14px;
    padding: 5px 0;
    border-bottom: 1px dashed #e0eded;
}

/* MAIN CONTENT */
.main {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.card {
    background: var(--white);
    padding: 28px;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.card h3 {
    font-family: "Lora", serif;
    color: var(--accent-dark);
    margin-bottom: 12px;
    font-size: 22px;
}

.card p,
.card li {
    font-size: 16px;
    margin-bottom: 8px;
}

.job {
    margin-bottom: 20px;
}

.job h4 {
    font-size: 18px;
}

.job-meta {
    color: #6d8587;
    font-size: 14px;
    margin-bottom: 8px;
}

footer {
    position: relative !important;
    margin-top: 40px; /* dá espaço antes do footer */
    clear: both;
}

main, .container {
    padding-bottom: 60px; /* espaço para evitar que o footer cubra algo */
}

@media (max-width: 900px) {

    .container {
        grid-template-columns: 1fr;
        padding: 20px;
    }

    .sidebar {
        width: 100%;
        margin-bottom: 20px;
    }

    .photo-wrap {
        width: 150px;
        height: 150px;
    }

    .card {
        padding: 20px;
    }
}

@media (max-width: 500px) {
    .name {
        font-size: 22px;
    }

    .card h3 {
        font-size: 18px;
    }

    .card p,
    .card li {
        font-size: 14px;
    }
}
}
*/
.container-contactus {
    display: flex;
    flex-direction: column;  /* imagem em cima, botão embaixo */
    align-items: center;     /* centraliza horizontal */
    justify-content: center;
    text-align: center;
    width: 100%;             /* deixa responsivo */
    height: auto;
    position: relative;
    display: inline-block;   /* Faz o container ter o tamanho da imagem */

}

.container-contactus img {
    max-width: 100%;
    height: auto;
}

.botaocontact {
        font-size: 20px;
        background-color: #136363;
        color: #ffffff;
        border: none;
        padding: 12px 24px;
        border-radius: 5px;
        cursor: pointer;
        transition: 0.5s;
        font-family: "Julius Sans One", sans-serif;
        font-weight: bold;
    }

.botaocontact:hover {
    background-color: #66cfcf;
}
.box-social    {

    margin: auto;
    display: table;

}

.box-social li {

    float:left;
    text-align:center;
    margin: 5px;

}

.fa {
    font-size: 32px !important;
    margin-top: 23%;
}

.icone-box-facebook {
    width: 53px;
    height: 53px;
    background-color:#3b5998;
    color: #fff;
}

.icone-box-instagram {
    width: 53px;
    height: 53px;
    background:hsl(0 0% 10%);
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    color:#fff;
}

/* SOMBRA BASE */

.sombra-base {

    display: inline-block;
    position: relative;
    transition-duration: 0.3s;
    transition-property: transform;
    -webkit-tap-highlight-color: transparent;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    border-radius: 50px;

}

.sombra-base:before {

    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    transition-duration: 0.3s;
    transition-property: transform opacity;

}

.sombra-base:hover        { transform: translateY(-6px); }
.sombra-base:hover:before { opacity: 1; transform: translateY(6px); }

/* FIM SOMBRA BASE */

.slider {
    margin: 0 auto;
    width: 800px;
    height: 400px;
    overflow: hidden;
}
.slides {
    width: 400%;
    height: 400px;
    display: flex;
}
.slides input {
    display: none;
}
.slide {
    width: 25%;
    position: relative;
}
.slide img {
    width: 800px;
}
.manual-navegacao {
    position: absolute;
    width: 800px;
    margin-top: -40px;
    display: flex;
    justify-content: center;
}
.manual-bnt {
    border: 2px solid var(--accent-dark);
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
    transition: 1s;
}
.manual-bnt:not(:last-child) {
    margin-right: 40px;
}
.manual-bnt:hover {
    background-color: var(--accent-dark);
}
#radio1:checked ~ .first{
    margin-left: 0;
}
#radio2:checked ~ .first{
    margin-left: -25%;
}
#radio3:checked ~ .first{
    margin-left: -50%;
}
#radio4:checked ~ .first{
    margin-left: -75%;
}
.navegacao-auto div {
    border: 2px solid blue;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
    transition: 1s;
}
.navegacao-auto {
    position: absolute;
    width: 800px;
    margin-top: 360px;
    display: flex; /*coloca um ao lado do outro*/
    justify-content: center;
}
.navegacao-auto div: not(:last-child) {
    margin-right: 40px;
}
#radio1:checked ~ .navegacao-auto .auto-bnt1 {
    background-color: var(--accent-dark);
}
#radio2:checked ~ .navegacao-auto .auto-bnt2 {
    background-color: var(--accent-dark);
}
#radio3:checked ~ .navegacao-auto .auto-bnt3 {
    background-color: var(--accent-dark);
}
#radio4:checked ~ .navegacao-auto .auto-bnt4 {
    background-color: var(--accent-dark);
}
/*Foter 1*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600&display=swap');

:root {
    --color-neutral-0: #0e0c0c;
    --color-neutral-10: #171717;
    --color-neutral-30: #a8a29e;
    --color-neutral-40: #f5f5f5;

}


main {
    height: 80vh;
    flex: 1;
}

.secao-parceria {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    /*padding: 60px 10%;*/
    gap: 40px;
    max-width: 1200px; /* essa variavel faz com que o site abra formatação*/
    flex-direction: row;
    text-align: center;
}
.container-lado {
    display: flex;
    flex-direction: row;   /* FICAM LADO A LADO */
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    width: 100%;
    max-width: 1200px;
    margin: 60px auto;     /* centraliza tudo na página */
}

.texto {
    width: 40%;   /* Ajuste como quiser */
    text-align: justify;
}

.imagem img {
    max-width: 300px; /* Evita imagem gigante */
    width: 100%;
}
.img-bombalina {
    width: 50%;
    height: auto;
}

/*GALERIATESTE*/
.galery2{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    background-color: #eee;
}
header{
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gallery-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 2vw;
    padding: 0 2vw;
}
.gallery-items {
    width: 340px;
    border: 10px solid #FFF;
    box-shadow: 5px 5px 5px #0006;
    flex-grow: 1;
    transition: transform .5s linear;
    display: flex;
    flex-direction: column;
}

.gallery-items img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.descricao {
    background: #fff;
    text-align: center;
    padding: 8px;
    font-family: Arial;
    font-size: 1rem;
    color: #000;
    height: auto;
    font-family: "Poppins", sans-serif;
}

.gallery-items:hover{
    transform: scale(1.3);
}
max-width: 200px;
}
html, body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.galery2 {
    flex: 1; /* empurra o footer para baixo */
    margin-bottom: 60px;
}
body {
    height: 100%;
    display: flex;
    flex-direction: column;
}
footer {
    background: #122e2e;
    color: #fff;
    padding: 40px 20px;
    width: 100%;
    margin-top: auto;
}

#footer-content {
    max-width: 1100px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; /* permite quebrar no celular */
    gap: 40px;
}

/* --- BLOCO 1 (logo + texto) --- */
#footer-contacts {
    flex: 1 1 250px;
    text-align: center;
}

.logoaccs {
    display: block;
    margin: 0 auto;
    width: 50%;
    height: auto;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

#footer-contacts p a {
    color: #fff;
    text-decoration: none;
}

/* --- BLOCO 2 (lista do site) --- */
.footer-list {
    text-align: center;
    list-style: none;
    padding: 0;
    flex: 1 1 200px;
}

.footer-list li {
    margin-bottom: 8px;
}

.footer-list h3 {
    margin-bottom: 10px;
}

.footer-link {
    color: #fff;
    text-decoration: none;
}

/* --- BLOCO 3 (formulário) --- */
#footer-subcribe {
    flex: 1 1 250px;
    text-align: center;
}

#footer-subcribe h3 {
    margin-bottom: 10px;
}
.footer-list .footer-link:hover {
    color: #66cfcf;
}

#input-group {
    display: flex;
    align-items: center;
    background-color: var(--accent-dark);
    border-radius: 4px;
    color: black;
    text-decoration: center;
}

#input-group input {
    all: unset;
    padding: 0.75rem;
}

#input-group button {
    background-color: #136363;
    border: none;
    color: #ffffff;
    font-size: 1.125rem;
    height: 100%;
    border-radius: 0px 4px 4px 0px;
    cursor: pointer;
    transition: 1s;
    text-align: center;
    justify-content: center;
}

#input-group button:hover {
    opacity: 0.8;
}

/* --- COPYRIGHT --- */
#footer-copyright {
    text-align: center;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #444;
    font-size: 14px;
}

/* --- RESPONSIVIDADE --- */
@media (max-width: 768px) {
    #footer-content {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .footer-list,
    #footer-contacts,
    #footer-subcribe {
        max-width: 350px;
        width: 100%;
    }
    #footer-contacts {
        text-align: center;
        justify-content: center;
    }
    #footer-contacts p {
        justify-content: center;
        text-align: center;
        align-items: center;
    }
}
.btn-download {
    background: #1a73e8;
    padding: 12px 20px;
    color: white;
    border-radius: 8px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}

.btn-download:hover {
    background: #0f5acf;
}.galeria-layout {
     width: 100%;
     max-width: 1200px;
     margin: 0 auto;
     padding: 40px 20px;
 }

.topo {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
}
.box, logo {
    background: white;
    padding: 40px;
    border-radius: 8px;
    text-align: center;
    font-size: 28px;
    color: #093a44;
    font-weight: 600;
}

.box {
    background: white;
    padding: 40px;
    border-radius: 8px;
    text-align: center;
    font-size: 28px;
    color: #093a44;
    font-weight: 600;
}
.logobombalina {
    display: block;
    width: 50%;
    height: auto;
    flex-direction: column;
    text-align: center;
    align-items: center;
}
.box, texto {
    font-size: 20px;
    text-align: justify;
    align-items: center;
}

/* cada um pega metade */
.logo, .texto {
    flex: 1;
}

/* carrossel pega tudo */
.carrossel {
    width: 100%;
    height: 250px; /* você ajusta */
}
.logolyra {
    display: block;
    margin: 0 auto;
    width: 70%;
    height: auto;
    flex-direction: column;
    text-align: center;
    align-items: center;
}
.graficoaccs, img{
    display: block;
    margin: 0 auto;
}
#status {
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #136363; /* cor padrão */
}
ul.box-redes-sociais {

    display: flex;
    background: transparent;
    width: 305px;
    float: none;
    margin: auto;

}

ul.box-redes-sociais li {
    list-style: none;
    margin: auto;
}


ul.box-redes-sociais li a {

    width: 50px;
    height: 50px;
    background-color: #fff;
    text-align: center;
    line-height: 45px;
    font-size: 22px;
    margin: 0 5px;
    display: block;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 2px solid #eaeaea;
    z-index: 1;

}

ul.box-redes-sociais li a .icon {
    position: relative;
    color: #262626;
    transition: .3s;
    z-index: 3;
}

ul.box-redes-sociais li a:hover .icon {
    color: #fff;
    scale: 1.2;
}

ul.box-redes-sociais li a:before {
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    height: 100%;
    background: #f00;
    transition: .6s;
    z-index: 2;
}

ul.box-redes-sociais li a:hover:before {
    top: 0;
}

ul.box-redes-sociais li.facebook a:before{
    background: #3b5999;
}

ul.box-redes-sociais li.instagram a:before{
    background:hsl(0 0% 10%);
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.slideshow {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
}

/* Cada slide é um bloco */
.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    animation: fade 12s infinite; /* 3 imagens × 4s cada */
}

/* Imagem */
.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Descrição */
.descricaocar {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    color: white;
    background: rgba(0,0,0,0.5);
    padding: 8px 0;
    font-size: 18px;
    font-family: "Julius Sans One", sans-serif;
}

/* Delay para cada slide */
.slide:nth-child(1) { animation-delay: 0s; }
.slide:nth-child(2) { animation-delay: 4s; }
.slide:nth-child(3) { animation-delay: 8s; }

/* Keyframes do fade */
@keyframes fade {
    0%   { opacity: 0; }
    10%  { opacity: 1; }
    33%  { opacity: 1; }
    43%  { opacity: 0; }
    100% { opacity: 0; }
}
/* --- RESPONSIVIDADE GERAL --- */
img {
    max-width: 100%;
    height: auto;
}

/* Parágrafo principal */
.paragrafo-coral1 {
    padding: 20px;
}
.paragrafo-coral1 h1 {
    font-size: 28px;
    text-align: center;
    line-height: 1.2;
}

/* --- GRADE DE FOTOS --- */
.grade-fotos {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 15px;
    padding: 20px;
}

.grade-fotos img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/* --- ÍCONES DE REDES SOCIAIS --- */
.box-redes-sociais {
    display: flex;
    justify-content: center;
    gap: 25px;
    list-style: none;
    padding: 0;
}
.box-redes-sociais li {
    font-size: 26px;
}
/* --- MEDIA QUERIES --- */
@media (max-width: 900px) {
    .paragrafo-coral1 h1 {
        font-size: 22px;
    }
}

@media (max-width: 600px) {
    .paragrafo-coral1 {
        padding: 10px;
        text-align: left;
    }

    .paragrafo-coral1 p {
        font-size: 15px;
    }
}


