/* Header */
#topo {
    background-color: var(--verde-escuro);
    display: flex;
    align-items: center;
    color: white;
    justify-content: space-between;
    text-align: center;
    width: 100%;
    height: 100vh;
    top: 0;
    z-index: 1;
}

#topo .topo-txt {
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.topo-txt img {
    width: 60%;
}

.topo-txt p {
    text-align: start;
    margin: 1.15rem auto;
    width: 56%;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-family: var(--paragrafo-font);
}

#topo .topo-img {
    width: 49%;
}

.topo-img {
    position: relative;
    display: inline-block;
}

.topo-img img {
    width: 100%;
    height: auto;
}

/* Estilo inicial das frases */
.frase {
    max-width: 205px;
    font-family: var(--paragrafo-font);
    position: absolute;
    font-size: .8rem;
    color: white;
    padding: 5px;
    border-radius: 5px;
    text-transform: uppercase;
    z-index: 10;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.destaque {
    font-weight: bold;
}

.destaque-input {
    color: white;
    margin: 5px 0;
    font-family: var(--titulo-font);
}

/* Definindo as posições para cada frase */
.frase1 {
    top: 1%;
    left: 19%;
    width: 23%;
}


.frase2 {
    top: 3%;
    left: 67%;
    width: 20%;
}

.frase3 {
    top: 53%;
    left: 28%;
    width: 27%;
}

.frase4 {
    top: 58%;
    left: 77.5%;
    width: 15%;
}

.frase5 {
    top: 75%;
    left: 0.25%;
    width: 27%;
}

.frase6 {
    top: 77%;
    left: 68%;
    width: 20%;
}

/* Ao passar o mouse sobre a imagem, as frases se tornam visíveis e sobem */
.topo-img:hover .frase {
    opacity: 1;
    /* Torna as frases visíveis */
    transform: translateY(0);
    /* Move as frases para a posição original (subindo) */
}

/* Para controlar o atraso de cada frase */
.frase1 {
    transition-delay: 0s;
}

.frase2 {
    transition-delay: 0.2s;
}

.frase3 {
    transition-delay: 0.4s;
}

.frase4 {
    transition-delay: 0.6s;
}

.frase5 {
    transition-delay: 0.8s;
}

.frase6 {
    transition-delay: 1s;
}




/* CTA */

.cta-acao {
    width: 100%;
    text-align: center;
    /* background-color: #c7c7c7; */
}

.cta-acao h1 {
    padding: 3rem;
    font-size: 2rem;
    width: 60%;
    margin: 2.5rem auto;
    color: var(--verde-escuro);
    font-family: var(--paragrafo-font);
    font-weight: 700;
}

/* Agricultura */
.agricultura {
    /* background-image: url(./fundo-bkg/banner-1.png);
    background-size: cover;
    background-repeat: no-repeat; */
    background-color: var(--verde-escuro);
    color: white;
    text-align: center;
    width: 100%;
    /* height: 100vh; */
    top: 0;
    z-index: 1;
}

.agricultura-img img {
    width: 100%;
}

.agricultura-txt {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5rem;
}

.agricultura-txt1 {
    width: 40%;
    text-align: start;
}

.agricultura-txt1 h2 {
    font-size: 2rem;
    color: var(--amarelo);
    margin: 3rem 0 1.5rem 0;
    font-family: var(--titulo-font);
    font-weight: bold;
    line-height: 3rem;
    width: 92%;
}

.agricultura-txt1 p {
    width: 70%;
    line-height: 1.85rem;
    margin: 0rem 0 3rem 0;
    font-family: var(--paragrafo-font);
    font-size: 1.5rem;

}

.agricultura-txt2 {
    width: 35%;
    text-align: start;
}

.agricultura-txt2 p {
    line-height: 1.85rem;
    margin: 0rem 0 1rem 0;
    font-family: var(--titulo-font);
    font-size: 1.4rem;
}

.agricultura-txt2 p a {
    text-decoration: none;
    color: var(--verde);
    transition: 0.8s all ease;
}

.agricultura-txt2 p a:hover {
    transition: 0.8s all ease;
    text-decoration: underline;
}


/* Impacto */

.containerAmbiental {
    display: flex;
    flex-wrap: wrap;
}

.containerAmbientalImg {
    width: 50%;
}

.img1jornada {
    position: relative;
    display: inline-block;
}

/* .img1jornada::before,
.img1jornada::after {
    content: '';
    position: absolute;
    z-index: 10;
}

.img1jornada::before {
    top: 22.9rem;
    left: 7rem;
    width: 19rem;
    height: 18rem;
    background-image: url('fundo-bkg/icones-bkg/20.png');
    background-size: cover;
}

.img1jornada::after {
    bottom: 26.1rem;
    left: 43.4rem;
    width: 26rem;
    height: 20rem;
    background-image: url('fundo-bkg/icones-bkg/22.png');
    background-size: cover;
} */


.img2jornada {
    position: relative;
    display: inline-block;
}

/* .img2jornada::before,
.img2jornada::after {
    content: '';
    position: absolute;
    z-index: 10;
}

.img2jornada::before {
    top: 15.6rem;
    right: 476px;
    width: 20rem;
    height: 17rem;
    background-image: url('fundo-bkg/icones-bkg/24.png');
    background-size: cover;
}

.img2jornada::after {
    top: -2.75rem;
    left: 25rem;
    width: 10rem;
    height: 10rem;
    background-image: url('fundo-bkg/icones-bkg/25.png');
    background-size: cover;
} */



.containerAmbientalImg img {
    width: 100%;
    height: 100%;
}

.containerAmbientalTxt {
    text-align: start;
    display: flex;
    width: 50%;
    background-color: var(--verde);
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 1rem;
}

.containerAmbientalTxt p strong {
    font-weight: bolder;
}

.containerAmbientalTxt h2 {
    color: var(--verde-escuro);
    font-size: 1.9rem;
    line-height: 2.25rem;
    width: 74%;
    margin: 2rem auto;
    font-family: var(--titulo-font);
    font-weight: bold;
}

.containerAmbientalTxt p {
    color: white;
    width: 74%;
    margin: 1rem auto;
    line-height: 1.5rem;
    font-family: var(--paragrafo-font);
    font-size: 1.1rem;
}


.containerAmbientalTxt2 {
    text-align: start;
    width: 50%;
    background-color: var(--verde-escuro);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.containerAmbientalTxt2 h2 {
    color: var(--amarelo);
    font-size: 1.9rem;
    width: 75%;
    line-height: 2.25rem;
    font-weight: bolder;
    margin: 2rem auto;
    font-family: var(--titulo-font);

}

.containerAmbientalTxt2 h3 {
    color: var(--amarelo);
    font-size: 1.4rem;
    width: 75%;
    margin: 1.8rem auto;
    font-family: var(--titulo-font);
}

.containerAmbientalTxt2 p {
    color: white;
    width: 75%;
    margin: 1rem auto;
    line-height: 1.5rem;
    font-family: var(--paragrafo-font);
    font-size: 1.1rem;
}

/* Cards */

.cardsContainer {
    text-align: center;
    background-color: var(--rose);
    padding: 2rem 0 4rem 0;
}

.cardsContainer h2 {
    color: var(--verde-escuro);
    font-size: 1.9rem;
    width: 54%;
    line-height: 2.25rem;
    font-weight: bolder;
    margin: 2rem auto;
    font-family: var(--titulo-font);

}

.paragrafo-card {
    color: var(--verde);
    font-size: 1.25rem;
    font-weight: bolder;
    width: 75%;
    margin: .5rem auto;
    font-family: var(--titulo-font);

}

/* Carousel Container */
.carousel {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 90%;
    margin: auto;
}

/* Track Container */
.carousel-track-container {
    overflow: hidden;
    width: 100%;
}

.card {
    flex: 0 0 calc(70% / 3);
    /* Largura dos cards */
    margin: 1rem 3.7rem;
    /* Margem ao redor dos cards */
    background-color: white;
    color: var(--verde-escuro);
    text-align: center;
    border-radius: 10px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
    /* Suaviza a transição do carrossel */
}

.carousel-track {
    display: flex;
    transition: transform 0.5s ease;
    /* Suaviza a transição entre slides */
}

.card img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}

.card h3 {
    margin: 1rem auto;
    width: 80%;
    font-family: var(--titulo-font);
    font-weight: bolder;
    font-size: 1.25rem;
}

.card p {
    font-size: 1rem;
    font-family: var(--paragrafo-font);
    color: var(--verde-escuro);
    margin: 1rem auto;
    width: 75%;
}

/* Buttons */
.carousel button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 2rem;
    position: absolute;
    /* font-size: 1.2rem; */
    top: 50%;
    color: var(--verde-escuro);
    transform: translateY(-50%);
    z-index: 10;
}

.prev {
    left: 0;
}

.next {
    right: 0;
}

/* Responsividade */
@media (max-width: 1024px) {
    .card {
        flex: 0 0 calc(71% / 2);
    }

    /* .carousel-track {
        gap: 1rem; 
    } */
}

@media (max-width: 768px) {
    .card {
        flex: 0 0 calc(70% / 1);
    }

    .carousel-track {
        gap: 10px;
    }
}

/* Reduzir o tamanho do card proporcionalmente ao tamanho da tela */
.card {
    font-size: 1rem;
    /* Fonte base */
    /* padding: 1rem; */
    /* Padding base */
    transition: transform 0.3s ease-in-out, font-size 0.3s ease-in-out;
}

@media (max-width: 1024px) {
    .card {
        font-size: 0.9rem;
        /* Fonte menor em telas médias */
        padding: 0.8rem;
    }
}

@media (max-width: 768px) {
    .card {
        font-size: 0.8rem;
        /* Fonte menor em telas pequenas */
        padding: 0.5rem;
    }
}



/* Noticias */

section.container-noticia {
    background-color: var(--rose);
}


/* .container-noticia{
    padding: 3rem 0;
} */

.container-noticia h2 {
    text-align: center;
    font-size: 1.9rem;
    font-family: var(--titulo-font);
    color: var(--verde-escuro);
    padding: 3rem 0;
    font-weight: bolder;
}

.carousel-noticia {
    position: relative;
    width: 80%;
    margin: auto;
    overflow: hidden;
}

.carousel-track-container {
    overflow: hidden;
    width: calc(33.33% * 3);
    /* Apenas 3 cards visíveis */
    margin: auto;
}

.carousel-track-second {
    display: flex;
    transition: transform 0.3s ease-in-out;
}

.card-second {
    flex: 0 0 calc(31.5%);
    box-sizing: border-box;
    margin: 10px;
    /* background-color: #ddd;
    border: 1px solid #ccc; */
    border-radius: 5px;
    text-align: left;
}

.card-second hr {
    padding: 0.5px;
    background-color: var(--verde-escuro);
}

.card-second img {
    width: 95%;
    margin: 1rem auto;
    border-radius: 25px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}

.card-second h3 {
    width: 85%;
    font-size: 1.4rem;
    font-family: var(--titulo-font);
    color: var(--verde-escuro);
    margin: 2rem auto;
    font-weight: bolder;
}

.card-second p {
    width: 75%;
    font-family: var(--titulo-font);
    margin: 0 auto;
    line-height: 1.2rem;
}

.card-second .btn {
    cursor: pointer;
    font-family: var(--titulo-font);
    text-decoration: none;
    margin: 1rem 3rem;
    color: var(--verde-escuro);
    transition: .8s all ease;
}

.card-second .btn:hover {
    font-weight: bolder;
    transition: .3s all ease;
}

/* .separacao {

} */

.cta-news {
    display: flex;
    align-items: center;
    justify-content: end;
}

.prev-btn,
.next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    /* color: #fff; */
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 1000;
    font-size: 1.7rem;
    color: var(--verde-escuro);
}

.prev-btn {
    left: 10px;
}

.next-btn {
    right: 10px;
}

/* Responsividade */
@media (max-width: 1024px) {
    .card-second {
        flex: 0 0 calc(100% / 2);
        /* Mostra 2 cards por vez */
    }
}

@media (max-width: 768px) {
    .card-second {
        flex: 0 0 calc(96% / 1);
        /* Mostra 1 card por vez */
    }
}




/* Praticas */


.containerPraticas {
    background-image: url(../jpg/1-3.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 2rem;
    padding-bottom: .8rem;
}

.boxCardPratica {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 2rem;
    margin: 4rem 0;
    gap: 1.5rem;
}

.cardPratica {
    display: flex;
    flex-direction: column;
    text-align: start;
    max-width: 250px;
    height: auto;
}

.cardPratica img {
    width: 30%;
}

.cardPratica h3 {
    color: var(--amarelo);
    width: 100%;
    margin: 1.5rem 0 .5rem 0;
    font-size: 1.1rem;
    line-height: 1.5rem;
    font-family: var(--titulo-font);
    font-weight: bolder;
}

.containerPraticas h2 {
    color: var(--amarelo);
    font-size: 1.9rem;
    width: 70%;
    line-height: 2.25rem;
    font-weight: bolder;
    margin: 2rem auto;
    font-family: var(--titulo-font);
    text-align: center;
}

.containerPraticas p {
    width: 100%;
    line-height: 1.5rem;
    font-family: var(--paragrafo-font);
    color: white;
}

/* Iniciativas */

.Iniciativas {
    text-align: center;
    padding-bottom: 3rem;
}

.Iniciativas h2 {
    color: var(--verde-escuro);
    font-size: 1.9rem;
    line-height: 2.25rem;
    font-weight: bolder;
    width: 50%;
    margin: 2rem auto;
    font-family: var(--titulo-font);
}


.boxCardIniciativas {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.cardIniciativa {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 350px;
    margin-bottom: 1rem;
}

.cardIniciativa img {
    width: 50%;
    margin: 0 auto;
}

.cardIniciativa h3 {
    color: var(--verde-escuro);
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: bolder;
    width: 95%;
    font-family: var(--titulo-font);
    margin: 1rem auto;
}

.cardIniciativa p {
    line-height: 1.50rem;
    width: 85%;
    margin: 0 auto;
    font-family: var(--paragrafo-font);

}

.cardIniciativa button {
    background-color: var(--amarelo);
    padding: 1rem;
    width: 45%;
    border-radius: 50px;
    font-size: 1rem;
    border: none;
    margin: 1rem auto;
    color: var(--verde-escuro);
    font-family: var(--titulo-font);
    font-weight: bold;
    transition: 0.25s all ease-in-out;
    cursor: pointer;
}

.cardIniciativa button:hover {
    background-color: var(--verde-escuro);
    color: var(--amarelo);
    transition: 0.25s all ease-in-out;
}

/* Score */

.score {
    text-align: center;
    /* margin: 20px; */
    font-family: Arial, sans-serif;
    background-color: var(--verde-escuro);
    padding-top: 1rem;
    padding-bottom: 10rem;
}

.score h2 {
    color: var(--amarelo);
    font-size: 1.9rem;
    font-weight: bold;
    width: 44%;
    line-height: 2.5rem;
    margin: 2.5rem auto;
    font-family: var(--titulo-font);
}

.score p {
    color: var(--amarelo);
    font-size: 1.25rem;
    width: 50%;
    margin: 0.5rem auto;
    font-family: var(--titulo-font);
}

.boxScore {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin: 3rem 0 4.5rem 0;
}

.option {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.option img {
    width: 150px;
    height: auto;
}

/* .option input {
    margin-top: 10px;
    cursor: pointer;
} */


/* Esconde o checkbox padrão */
.circular-checkbox input[type="checkbox"] {
    display: none;
}

/* Estilo para o círculo */
.circular-checkbox span {
    display: inline-block;
    width: 20px;
    /* Ajuste o tamanho do círculo */
    height: 20px;
    border: 2px solid #fff;
    /* Cor da borda */
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    background-color: var(--rose);
    /* Cor inicial */
}

/* Estado marcado */
.circular-checkbox input[type="checkbox"]:checked+span {
    background-color: #4caf50;
    /* Cor de fundo ao marcar */
    border-color: #4caf50;
    /* Cor da borda ao marcar */
}

/* Efeito de hover */
.circular-checkbox span:hover {
    background-color: var(--verde);
    /* Cor ao passar o mouse */
}


/* .option span {
    color: #fff;
    margin-top: 10px;
    font-family: var(--titulo-font);

} */

.progress-labels img {
    width: 100px;
    height: auto;
}

.progress-bar-container {
    position: relative;
    width: 55%;
    margin: 0 auto;
    border: 2px solid white;
    border-radius: 50px;
    height: 1.65rem;
}

/* Barra de progresso */
.progress-bar {
    height: 100%;
    background-color: var(--amarelo);
    border-radius: 50px;
    width: 0%;
    transition: width 0.5s ease;
}

/* Demarcações visuais */
.progress-bar-container::before {
    content: '2 Práticas';
    position: absolute;
    top: -15px;
    display: flex;
    justify-content: center;
    align-items: baseline;
    transform: translateY(-50%);
    width: 2px;
    height: 2.4rem;
    /* background-color: white; */
    z-index: 1;
    border-bottom: 11px solid white;
    color: white;
    font-family: var(--paragrafo-font);
}


.progress-bar-container::after {
    content: '4 Práticas';
    position: absolute;
    top: -15px;
    display: flex;
    justify-content: center;
    align-items: baseline;
    transform: translateY(-50%);
    width: 2px;
    height: 2.4rem;
    /* background-color: white; */
    z-index: 1;
    border-bottom: 11px solid white;
    color: white;
    font-family: var(--paragrafo-font);
}

.progress-bar-container::before {
    left: 33%;
    /* Posição para 2 Práticas */
}

.progress-bar-container::after {
    left: 66%;
    /* Posição para 4 Práticas */
}

/* Legendas das demarcações */
.progress-legends {
    position: absolute;
    width: 100%;
    top: 2.5rem;
    /* Ajuste para posicionar abaixo da barra */
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    /* Evita interferência com o clique */
}

.legend {
    position: relative;
    text-align: center;
    color: white;
    font-size: 0.85rem;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.legend.revealed {
    opacity: 1;
    /* Torna visível quando revelada */
}

/* Texto e ícones dos selos */
.progress-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    width: 74.8%;
    left: 28.2%;
}

/* Estilo dos selos */
.demarcation {
    position: relative;
    text-align: center;
    color: white;
    font-size: 0.85rem;
}

.selo {
    display: block;
    margin: 0 auto;
    opacity: 0.3;
    transition: opacity 0.3s ease;
}

.nome-selo {
    display: block;
    opacity: 0.3;
    transition: opacity 0.3s ease;
}

.selo.revealed,
.nome-selo.revealed {
    opacity: 1;
}

/* Efeito de surgir de baixo com fade */
@keyframes surgirDeBaixo {
    0% {
      transform: translateY(20px); /* Começa abaixo da posição original */
      opacity: 0; /* Inicia invisível */
    }
    100% {
      transform: translateY(0); /* Termina na posição original */
      opacity: 1; /* Fica visível */
    }
  }
  
  /* Classe para revelar os elementos */
  .revealed {
    animation: surgirDeBaixo 0.5s ease-out; /* Aplica a animação */
  }
  
  



/* .progress-bar-container {
    position: relative;
    width: 55%;
    margin: 0 auto;
}

.progress-bar {
    height: 1rem;
    background-color: var(--amarelo);
    border: 3px solid white;
    width: 0%;
    transition: width 0.5s ease;
    border-radius: 50px;
} */

.progress-labels {
    display: flex;
    justify-content: space-between;
    /* Distribui os selos igualmente */
    margin-top: 15px;
}

.progress-labels div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.progress-labels div .nome-selo {
    color: #fff;
    font-family: var(--paragrafo-font);
}





.selo {
    opacity: 0;
    /* Inicialmente oculto */
    transition: opacity 0.5s ease, transform 0.3s ease;
    /* Suaviza a revelação */
    transform: scale(0.8);
    /* Inicia menor */
}

.selo.revealed {
    opacity: 1;
    /* Visível quando revelado */
    transform: scale(1);
    /* Retorna ao tamanho normal */
}

.selo,
.nome-selo {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.selo.revealed,
.nome-selo.revealed {
    opacity: 1;
}


/* Selo de Pratica */
.selo-pratica {
    background-image: url(../png/teste-bkg.png);
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 3rem 0;
}

.containerSelo img {
    width: 250px;
    height: auto;
    position: relative;
    right: calc(12% - 125px);
    top: calc(50% - 125px);
    transition: 0.8s all;
}


.containerSelo img:hover {
    width: 275px;
    transition: 0.8s all;
}

.containerSeloTxt {
    width: 45%;
    background-color: var(--verde-escuro);
    text-align: center;
    padding-bottom: 1rem;
    border-radius: 25px;
    margin-right: 2rem;
}

.containerSeloTxt h2 {
    font-size: 1.9rem;
    width: 75%;
    text-align: start;
    color: var(--amarelo);
    margin: 2rem auto;
    font-family: var(--titulo-font);
    font-weight: bolder;
}

.containerSeloTxt p {
    font-size: 1.25rem;
    width: 75%;
    text-align: start;
    line-height: 1.85rem;
    margin: 1rem auto;
    color: white;
    font-family: var(--paragrafo-font);

}

.containerSeloTxt button {
    background-color: var(--amarelo);
    padding: 1rem;
    width: 45%;
    border-radius: 50px;
    border: none;
    margin: 1rem auto;
    color: var(--verde-escuro);
    font-family: var(--titulo-font);
    font-size: 1.2rem;
    transition: 0.25s all ease-in-out;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
}

.containerSeloTxt button:hover {
    background-color: var(--verde-escuro);
    border: 1px solid var(--amarelo);
    color: var(--amarelo);
    transition: 0.25s all ease-in-out;
}

/* Footer */
footer {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--verde-escuro);
    color: white;
    padding: 15px;
    /* margin-top: 50px; */
}

footer p {
    text-align: center;
    font-size: 1.25rem;
    margin: 5rem 0;
    font-family: var(--titulo-font);
}

footer span {
    margin: 0 1rem;
}

footer span img {
    width: 150px;
    height: auto;
}
.desenvolvido{
    padding-bottom: 4em;
    font-family: var(--titulo-font);
    font-size: 0.7em;
    color: #fff;
    text-align: center;
    background: #046a38;
}
.desenvolvido a{
    color: #fff;
}