.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;
}

.modal-promo-body img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}
.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;
}


.foto-pagina-building {
    background-image: url(/img/banner.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
    color: white;
    font-family: "Julius Sans One", sans-serif;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    gap: 10px; /* controle da distância texto ↔ imagem */
}

.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;
}

/* IMAGEM */
.foto-building {
    width: 40%;
    height: auto;
    display: block;
    margin: 0;
}

.marca img {
    border-radius: 5px;
    height: 50px;
    width: auto;
}


.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%;
}



.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;
}



/* INPUT GROUP */

.input-group{

    display:flex;

    flex-direction:column;

    margin-bottom:18px;

}



/* LABEL */

.input-group label{

    font-weight:600;

    margin-bottom:6px;

}



/* INPUTS */

input, textarea{

    padding:12px;

    border-radius:6px;

    border:1px solid #ccc;

    font-size:15px;

    font-family:"Poppins",sans-serif;

}



.file-upload input{

    display:none;

}


/* ===== HERO PRINCIPAL ===== */
.h1 {
    font-family: "Julius Sans One", sans-serif;
}



/* TEXTO */
.conteudo-principal-building {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;

    font-size: 48px;
    font-weight: bold;

    margin: 0;
    padding: 0;
}




.h1 {
    font-family: Julius Sans One;
}


/* ===== 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;
}



.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;
}


.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;
}
/*INSCRIÇÃO ACCS*/

.inscricao {
    display: flex;
    justify-content: center;
    padding: 60px 20px;
    font-family: "Julius Sans One", sans-serif;
}

.inscricao-box {
    width: 90%;            /* Ocupa 90% da largura em telas pequenas */
    max-width: 700px;      /* Não passa de 700px em telas grandes */
    margin: 20px auto;     /* Centraliza o box horizontalmente */
    padding: 30px;
    border: 2px solid #ddd;
    border-radius: 10px;
    background-color: #f9f9f9;
    text-align: center;
    box-sizing: border-box; /* Fundamental: inclui padding e border na largura total */
}




.inscricao-box h2 {
    margin-bottom: 20px;
    font-size: 28px;
}



.inscricao-box p {
    margin-bottom: 15px;
    line-height: 1.6;
    font-size: 16px;
}

    

.botao-inscricao {
    display: inline-block;
    margin-top: 15px;
    padding: 12px 25px;
    background-color: rgb(4, 149, 137);
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
    transition: 0.3s;
}



.botao-inscricao:hover {
    background-color:rgb(4, 149, 137);
}



/* 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;
}






.texto-sobre {
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    text-align: justify;
    line-height: 1.7;
}



*h3 {
    font-family: "Poppins", sans-serif;
    color: black;
}



/* ===== FORMULÁRIO ===== */
.formulario {
    flex: 1;
    min-width: 320px;
    justify-content: center;
}



.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 {
    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;
}



.faixa {
    display: flex;
    animation: mover 80s linear infinite;
}



@keyframes mover {
    0% {
        transform: translateX(0);
    }


    100% {
        transform: translateX(-50%); /* move metade do total duplicado */
    }


}



    button {
        align-self: center;
    }






.diretoria h1 {
    text-align: center;
    color: #333;
    margin-bottom: 25px;
}



.diretoria p {
    font-size: 1rem;
    color: #444;
}



.diretoria strong {
    color: #000;
}


.secao-conteudo esquerda {
    text-align: justify;
    flex-direction: column;
    text-align: center;
}


/*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;
}


:root {
    --accent: #0f7c7c;
    --accent-dark: #136363;
    --bg: #eef6f7;
    --white: #fff;
    --text: #203637;

    --radius: 14px;
    --shadow: 0 8px 25px rgba(0,0,0,0.08);
}



/* 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;
}



.name {
    font-size: 26px;
    margin-top: 15px;
    font-family: "Lora", serif;
}



.role {
    color: #4c5d5e;
    font-size: 14px;
    margin-bottom: 20px;
}



/* MAIN CONTENT */
.main {
    display: flex;
    flex-direction: column;
    gap: 25px;
    height: 80vh;
}



.job {
    margin-bottom: 20px;
}



.job h4 {
    font-size: 18px;
}



.job-meta {
    color: #6d8587;
    font-size: 14px;
    margin-bottom: 8px;
}



@media (max-width: 900px) {

    .container {
        grid-template-columns: 1fr;
        padding: 20px;
    }



    .sidebar {
        width: 100%;
        margin-bottom: 20px;
    }



    .photo-wrap {
        width: 150px;
        height: 150px;
    }


}



@media (max-width: 500px) {
    .name {
        font-size: 22px;
    }


}



.fa {
    font-size: 32px !important;
    margin-top: 23%;
}



.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); }


.slides {
    width: 400%;
    height: 400px;
    display: flex;
}


.slides input {
    display: none;
}


.slide {
    width: 25%;
    position: relative;
}


.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%;
}


/*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;
}


body{
    background-color: #eee;
}



.descricao {
    background: #fff;
    text-align: center;
    padding: 0px;
    font-family: "Poppins", sans-serif;
    font-size: 12px;    
    color: #000;
}


html, body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}


body {
    height: 100%;
    display: flex;
    flex-direction: column;
}



#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;
}






.topo {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
}



/* carrossel pega tudo */
.carrossel {
    width: 100%;
    height: 250px; /* você ajusta */
}


#status {
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #136363; /* cor padrão */
}


.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 */
}



/* 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; }


}



/* Parágrafo principal */
.paragrafo-coral1 {
    padding: 20px;
}


.paragrafo-coral1 h1 {
    font-size: 28px;
    text-align: center;
    line-height: 1.2;
}


/* --- 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;
    }


}