
.content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    margin-bottom: 50px;
    margin-left: 40px;
    z-index: 1;
    color: white;
    text-align: left;

    
    & img {
        width: 250px;
    }
}



/* INICIO DO NOVO VISUAL  */

body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: "arial", "verdana", "sans-serif";
    scroll-behavior: smooth;
}

@font-face {
    font-family: 'Tipassim';
    src: url('fonts/TIPASSIM.otf') format('woff2'),
         url('fonts/TIPASSIM.otf') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bahnschrift';
    src: url('fonts/bahnschrift.ttf') format('woff2'),
         url('fonts/bahnschrift.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
}

.container {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  
  .content-container {
    max-width: 1080px;
    width: 100%;
    padding: 0;
  }

h1 {
    font-family: Tipassim, sans-serif;
    font-size: 72px;
    color: #572C21;
    margin-bottom: 0;
}

p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #333;
    font-weight: 100;
    line-height: 20px;
    text-align: justify;
}

/* Header */
.header {
    font-family: Bahnschrift;
    position: fixed;
    top: 0;
    left: 0;
    width: calc(100% - 60px); 
    height: 50px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #BF3F02; /* Fundo branco translúcido */
    border-radius: 30px;
    margin: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); /* Sombra leve */
    z-index: 10;
}

/* Background Blur Effect */
.header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(50px);
    z-index: -1;
    border-radius: 30px; /* Mantém o arredondamento */
}

/* Logo */
.logo {
    font-family: Bahnschrift;
    display: flex;
    align-items: center;
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.logo img {
    width: 150px;
    
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar a {
    font-family: Bahnschrift;
    font-size: 16px;
    color: #fff; /* Texto cinza escuro */
    text-decoration: none;
    font-weight: 500;
    margin: 0 15px; /* Ajuste de espaçamento entre links */
}

.navbar > .cta-button {
    color: #fff;
} 
.icons {
    position: absolute;
    right: 5%;
    font-size: 2.8rem;
    color: #000; /* Verde claro para os ícones */
    cursor: pointer;
    display: none;
}

#check {
    display: none;
}

.cta-button {
    background-color: #F09E00;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 30px;
    font-weight: bold;
}
.cta-button:hover {
    background-color: #D66C00;
}

.capa {
    padding-top: 120px;
    position: relative;
    height: 80vh;
    overflow: hidden;
}

.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.chamada-capa {
    display: flex;
    text-align: center;
    padding-top: 30px;
}

.chamada-capa img {
    width: 450px;
}


.historia {
    display: flex;
}

.historia img {
    width: 400px;
}

.barra-decorada  {
    margin-top: 15px;
}

.barra-decorada img {
    width: 100%;
    height: 50px;
}

.destaque {
    background-image: url('https://firebasestorage.googleapis.com/v0/b/josefa-do-sitio-alto.firebasestorage.app/o/site-josefadositioalto.com.br%2Fforma%20titulo.png?alt=media&token=3267b393-45a1-4379-96e2-24c98cf15d70');
    background-size: 150px;             
    background-position: center; 
    background-repeat: no-repeat;
    
}

.conquistas {
    background-color: #F09E00;
    padding-bottom: 20px;
}

.conquistas h1 {
    text-align: center;
}

.achievement-list {
    list-style-type: none;
    padding: 0;
}

.achievement-item {
    background-color: #f9f9f9;
    margin: 15px 0;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

/* Efeito hover para cada item */
.achievement-item:hover {
    transform: translateY(-5px);
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15);
}

/* Data de cada conquista */
.achievement-date {
    font-size: 1.5em;
    font-weight: bold;
    color: #000;
    margin-bottom: 5px;
    font-family: Bahnschrift, sans-serif;
}

.date {
    color: #000;
}

/* Descrição da conquista */
.achievement-desc {
    line-height: 1.8;
    font-size: 1rem;
    color: #555;
    text-align: justify;
}

.achievement-item span {
    width: 100%;
    font-size: 0.9em;
    line-height: 1.8;
    color: #555;
    
}

cite {
    font-size: 12px;
    color: #555;
}

.sementes h1 {
    text-align: center;
    margin-bottom: 30px;
}

.sementes-imagem {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.sementes-imagem figure {
    margin: 5px;
}

.sementes-imagem figcaption {
    font-size: 10px;
}

.sementes-imagem img {
    width: 300px;
    border-radius: 15px;
}

.sementes-historia {
    
    display: flex;
    justify-content: center;
}

.sementes-historia-conteudo {
    width: 780px;
}

.videos-youtube {
    background-color:  #F09E00;;
    text-align: center;
    padding-bottom: 30px;
    
}

.content-container-videos {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 20px;
}

.videos-youtube iframe {
    border-radius: 20px;
    width: 260px;
}

.videos-youtube a {
    font-family: Tipassim, sans-serif;
    text-decoration: none;
    font-size: 20px;
    color: #333;
}

.danca h1 {
    text-align: center;
    color: #BF3F02;
}

.danca span {
    background-image: url('https://firebasestorage.googleapis.com/v0/b/josefa-do-sitio-alto.firebasestorage.app/o/site-josefadositioalto.com.br%2Fforma-dan%C3%A7a.png?alt=media&token=63824a6f-5ba6-475e-b2a8-51bb409aeac2');
    background-size: 270px;           
    background-position: bottom; 
    background-repeat: no-repeat;
}

.content-container-danca {
    display: flex;
    align-items: center; /* Centraliza os itens verticalmente */
    justify-content: space-around; /* Centraliza os itens horizontalmente */
}

.danca-de-roda-imagem figcaption {
    font-size: 10px;
    margin-top: 5px;
}

.danca-de-roda-imagem img {
    width: 100%;
    border-radius: 20px;
}

.danca-de-roda-historia {
    padding: 10px;
    flex: 1;
}

.danca-de-roda-imagem {
    flex: 1;
}

.titulo-midia {
    display: flex;
    justify-content: center; 
    align-items: center; 
    margin-top: 50px;
    margin-bottom: 0;
}

.titulo-midia-conteudo {
    display: flex;
    justify-content: center; 
    align-items: center; 
    padding: 0;
    margin: 20px;
}

.titulo-midia-conteudo h1 {
    margin-top: 0;
}

.barra-decorada-midia {
    flex: 1;
    display: flex;
    justify-content: center; 
    align-items: center; 
    background-color: #666;
    
}
.barra-decorada-midia img{
    width: 100%;
    height: 20px;
}


.wg1{
    grid-column: span 1;
}
.wg2{
    grid-column: span 2;
}
.hg1{
    grid-row: span 1;
}
.hg2{
    grid-row: span 2;
}

div.galeria {
    width: 90%;
    height: auto;
    margin: 50px auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 45vh;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

div.galeria p{
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

div.galeria h1{
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

div.single-galeria{
    margin: 3px;
    position: relative;
    cursor: pointer;
}

div.img{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
}

div.img img{
    position: relative;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

div.overflow{
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(transparent, black);
    opacity: 0.8;
    transition: all 0.5s ease-in-out;
}

div.conteudo{
    position: absolute;
    color: white;
    border-left: 3px solid white;
    padding: 0 10px;
    bottom: 10px;
    left: 10px;
    transition: all 0.5s ease-in-out;
}

div.conteudo h1{
    font-size: 30px;
}

div.conteudo p{
    font-size: 10px;
    text-transform: uppercase;
}


div.single-galeria:hover div.overflow{
    opacity: 1;
}
div.single-galeria:hover div.conteudo{
    bottom: 20px;
}

.contato {
    text-align: center;
}

#contato {
    background-color: #f9f9f9;
    padding: 40px 20px;
    text-align: center;
    display: block;
}

#contato h1 {
    font-size: 2em;
    color: #333;
    margin-bottom: 20px;
}

#contato h1 span {
    color: #4CAF50; /* Cor de destaque para a palavra "conversar" */
}

/* Container do formulário */
.form-container {
    max-width: 500px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
}

/* Estilos dos campos do formulário */
.form-group input,
textarea {
    width: 100%;
    padding: 12px;
    margin: 10px 0;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 1em;
    box-sizing: border-box;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
textarea:focus {
    border-color: #4CAF50; /* Cor ao focar */
    outline: none;
}

/* Estilo do botão de enviar para WhatsApp */
#whatsapp-button {
    display: inline-block;
    
    padding: 12px;
    margin-top: 15px;
    background-color: #25D366; /* Verde característico do WhatsApp */
    color: white;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
    border-radius: 6px;
    transition: background-color 0.3s ease;
}

#whatsapp-button:hover {
    background-color: #1eb749; /* Cor ao passar o mouse */
}

.patrocinadores-section {
    background-color: #ffffff;
    padding: 50px 0;
    text-align: center;
}

.patrocinadores-section .titulo {
    font-size: 2em;
    margin-bottom: 10px;
    color: #333;
}

.patrocinadores-section .subtitulo {
    font-size: 1.2em;
    color: #666;
    margin-bottom: 30px;
    text-align: center;
}

.patrocinadores-section .logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.patrocinadores-section .logos a img {
    max-width: 150px;
    transition: transform 0.3s;
}

.patrocinadores-section .logos a img:hover {
    transform: scale(1.1);
}

#rodape {
    background-color: #BF3F02;
    color: #fff;
    padding: 40px 20px;
    font-size: 14px;
    text-align: center;
}

.rodape-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 30px;
    border-bottom: 1px solid #444;
}

.rodape-secao {
    flex: 1;
    min-width: 250px;
    margin: 10px;
}

.rodape-secao h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #f4f4f4;
}

.rodape-secao p {
    color: #fff;
    line-height: 1.6;
    text-align: center;
}

.social-icons a {
    display: inline-block;
    margin: 0 8px;
    opacity: 0.8;
    transition: 0.3s ease;
}

.social-icons a:hover {
    opacity: 1;
    transform: scale(1.1);
}

.social-icons img {
    width: 28px;
    height: 28px;
    border-radius: 6px;
}

.rodape-direitos {
    text-align: center;
    margin-top: 25px;
    font-size: 13px;
    color: #aaa;
}

.rodape-direitos p {
    text-align: center;
    color: #fff;
}

.rodape-direitos a {
    color: #fff;
    text-decoration: underline;
}

.creditos-redes-sociais {
    margin-top: 10px;
}

.creditos-redes-sociais a {
    display: inline-block;
    margin: 0 6px;
    opacity: 0.8;
    transition: 0.3s ease;
}

.creditos-redes-sociais a:hover {
    opacity: 1;
    transform: scale(1.1);
}

.creditos-redes-sociais img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}














/* FIM DO VISUAL NOVO*/
/* Estilização geral da seção */




@media ( max-width: 425px) {
    .patrocinadores-section .logos {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 60px;
        text-align: center;
        margin-bottom: 20px;
    }
    

    .wg1{
        grid-column: span 2;
    }
    .hg1{
        grid-row: span 2;
    }
    
    div.galeria {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: calc(45vh / 2);  
    }

    div.conteudo h1{
        font-size: 14px;
    }
    .content {
        margin: 0;
        padding: 0;
        margin-bottom: 30px;
        width: 100%;
        display: flex;
        justify-content:end;
        
       
        & img {
            width: 200px;
            margin-right: 20px;
        }
    }

    /* INICIO DO NOVO VISUAL*/
    p {
        color: #000;
    }
    .content-container {
        padding: 20px;
    }

    .logo img{
        width: 100px;
    }

    .header {
        margin: 10px 20px;
        height: 30px;
    }
    .icons {
        display: inline-flex;
    }

    #check:checked~.icons #menu-icon {
        display: none;
    }

    #close-icon {
        display: none;
    }

    #check:checked~.icons #close-icon {
        display: block;
    }

    .navbar {
        position: absolute;
        top: 90%;
        left: 0;
        width: 100%;
        height: 0;
        display: block;
        background-color: #BF3F02;
        backdrop-filter: blur(50px);
        box-shadow: 0 .5rem 1rem rgba(0, 128, 0, .1);
        overflow: hidden;
        opacity: 0.9;
    }

    #check:checked~.navbar {
        height: 20rem;
        margin-top: 10px;
        border-radius: 20px;
        height: 80vh;
    }

    .navbar a {
        display: block;
        font-size: 1.2rem;
        margin: 1.5rem 0;
        text-align: center;
        transform: translateY(-50px);
        opacity: 0;
        transition: .3s ease;
    }

    #check:checked~.navbar a{
        transform: translateY(0);
        opacity: 1;
        transition-delay: calc(.15s * var(--1));
    }

    .chamada-capa {
         flex-direction: column-reverse;
         margin-bottom: 0;
         margin-top: 0;
    }

    .chamada-capa img {
        width: 90%;
        margin: 0;
        padding: 0;
    }

    .historia {
        flex-direction: column-reverse;
    }

    .historia img {
        width: 80%;
        margin: 0;
        padding: 0;
    }
    
    .historia-img {
        display: flex;
        justify-content: center;
    }

    .destaque {
        background-size: 110px;
    }

    .barra-decorada {
        margin-bottom: 15px;
    }

    .conquistas {
        color: #fff;
    }

    .sementes-historia-conteudo {
        width: 100%;
    }

    .sementes-imagem img {
        width: 100%;
        border-radius: 15px;
        margin: 5px;
    }
   
    .danca-de-roda-imagem figure {
        width: 100%;
        margin: 0;
    }
  
    .videos-youtube iframe {
        margin-bottom: 20px;
    }

    .content-container-danca {
        display: block;
    }

    .rodape-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .rodape-secao {
        margin: 20px 0;
    }

     /* FIM DO NOVO VISUAL*/
    

    

    #contato h1 {
        font-size: 1.8em;
    }
    
    .form-container {
        padding: 15px;
    }
}
