*{
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
}

/* Works on Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: rgb(0, 119, 36) rgba(255, 166, 0, 0);
  }
  
  /* Works on Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    position: absolute;
    width: 1px;
  }
  
  *::-webkit-scrollbar-track {
    background: rgba(255, 166, 0, 0);
  }
  
  *::-webkit-scrollbar-thumb {
    background-color: rgb(86, 32, 1);
    border-radius: 20px;
    border: 1px solid rgba(255, 166, 0, 0);
  }

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    transition: margin-top 0.5s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    overflow-x: hidden;
}

header {
    background-color: #0b9b01fe;
    color: #fff;
    padding: 10px;
    text-align: center;
    box-shadow: 0 8px 16px #000000;
}

.center{
    display: flex;
    max-width: 1500px;
    margin: 0 auto;
    padding-left:0;
    align-items: center;
}

.social-contact-desktop {
    flex: 0 0 25%;
    font-size: 0.9em;
    margin-left: 0;
    padding-right: 20%;
}

.social-contact-desktop1 {
    display: flex;   
    flex: 0 0 20%;
    padding-left: 25%;
}

.social-contact-desktop a {
    margin-left: 10px; /* Ajuste conforme necessário */
}

.social-contact-desktop1 a {
    margin-left: 10px; /* Ajuste conforme necessário */
}

.quadrado{
    background-color: #0e512d62;
    border-radius: 10px;
    padding-top: 1px;
    padding-bottom: 3px;
  }

.Btn {
    width: 65px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: transparent;
    position: relative;
    border-radius: 7px;
    cursor: pointer;
    transition: all 0.3s;
  }
  
  .svgContainer {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    backdrop-filter: blur(0px);
    letter-spacing: 0.8px;
    border-radius: 10px;
    transition: all 0.3s;
    z-index: 66;
    border: 1px solid rgba(156, 156, 156, 0.466);
  }
  
  .BG {
    position: absolute;
    content: "";
    width: 87.5%;
    height: 100%;
    background: #0e512d62;
    z-index: 1;
    border-radius: 10px;
    pointer-events: none;
    transition: all 0.3s;
  }
  
  .Btn:hover .BG {
    transform: rotate(35deg);
    transform-origin: bottom;
  }
  
  .Btn:hover .svgContainer {
    background-color: rgba(156, 156, 156, 0.466);
    backdrop-filter: blur(4px);
  }
  

/* Adicione essas regras de estilo para a versão mobile */

@media (max-width: 900px) {
    .social-contact-desktop, .social-contact-desktop1{
        display: none;
    }
    .center{
        justify-content: center;
    }
}

nav {
    display: flex;
    justify-content: center;
    background-color: #087900cc;
    position: sticky;
    top: 0;
    z-index: 1000;
}

nav a {
    color: #ffffff;
    text-decoration: none;
    padding: 14px 20px;
    display: inline-block;
    border-radius: 10px;
}

nav a:hover {
    background-color: #076700;
}/* Adicione isso ao final do seu arquivo CSS */

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #076700e5;
    box-shadow: 0 8px 8px rgba (0, 0, 0, 0.2);  
    z-index: 1;
    min-width: 190px; /* Largura mínima do dropdown */
    border-radius: 10px;
}

.dropdown-content a {
    color: #fff;
    padding: 12px 16px;
    display: block;
    text-decoration: none;
    border-bottom: 1px solid #173300; /* Linha de separação entre os itens */
}

.dropdown-content a:last-child {
    border-bottom: none; /* Remove a linha de separação do último item */
}

.dropdown-content a:hover {
    background-color: #0ed40098;
}

/* Adicione uma animação de fade-in ao dropdown */
.dropdown:hover .dropdown-content {
    display: block;
    animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.logo {
    margin-top: 0;
    transition: margin-top 0.5s;
    width: 160px;
}


.slider-container {
    position: relative;
    max-width: 60rem;
    text-align: center;
    overflow: hidden;
}

/* .header{
    padding: 10px;
    background-repeat: no-repeat, repeat;
    background-position: center;
    background-size: cover;
} */

.slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
    
}

.slider img {
    width: 100%;
    flex: 0 0 auto;
    border-radius: 20px;
}

.botao, .botao1 {
    position:absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2; /* Garante que os botões apareçam acima da imagem */
}

.botao{
    width: 15%;
    height: 100%;
    border: 0px;
    transition: all 0.3s;
    cursor: pointer;
    border-radius: 0px 20px 20px 0px;
    background: rgba(99, 218, 1, 0.099);
    font-size: 1.2em;
    font-weight: 550;
    font-family: 'Montserrat', sans-serif;
    right: 0;
}

.botao1{
    width: 15%;
    height: 100%;
    border: 0;
    color: white;
    font-size: 500px;
    border-radius: 20px 0px 0px 20px;
    transition: all 0.3s;
    cursor: pointer;
    background: rgba(99, 218, 1, 0.099);
    font-size: 1.2em;
    font-weight: 550;
    font-family: 'Montserrat', sans-serif;
    left: 0;
}

.botao:hover ,.botao1:hover{
    background: #0b9b017f;
    color: white;
    font-size: 1.5em;
    
}

page{
    margin-top: 15px;
}

p{
    text-align: justify;
    margin: 10px;
}

.hidden{
    background-color: #2e8801e0;
    color: rgb(255, 255, 255);
    padding: 20px;
    margin: 10px;
    border-radius: 20px;
    box-shadow: 0 8px 16px #000000;
    opacity: 0;
    filter: blur(10px);
    transition: all 2s;
    transform: translateX(-100%);
    color: #000000;
}

.show{
    opacity: 1;
    transition: all 1s;
    filter: blur(0px);
    transform: translateX(0%);
    color: white;
}

.descricao2{
    margin-top: 15px;
}

.container{
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.setaEsquerda{
    transform: scaleX(-1);
    max-width: 20px;
}

.setaDireita{
    max-width: 20px;
}

.rodape {
    color: white;
    height: auto;
    width:100%;
    font-size: 14px;
    font-family: helvetica;
    margin-top: 50px; /* Adicione um espaçamento superior, se necessário */
    padding: 0px; /* Adicione algum espaço interno ao rodapé, se necessário */
    background-color: #048500;
    bottom: 0;
    left: 0;
    text-align: center;
    z-index: 999; /* Adicione este z-index */
    position: relative;
}
.rodape a{
    text-decoration: none;
    color: white;
}
.rodape p{
    margin-bottom: 5px;
}
.rodape-div{
    display: flex;
    flex-wrap: wrap;
    width:100%;
    background-color: #048500;
    margin: auto;
    justify-content: center;
}
.rodape-div-1, .rodape-div-2, .rodape-div-3, .rodape-div-4{
    display: flex;
    width: calc(100% / 4 - 20px);
    padding-top: 30px;
    justify-content: center;
}
.rodape span{
    font-size: 20px;
    color: white;
}
.rodape-direitos{
    width: calc(100% - 20px);
    background-color: black;
    padding: 10px;
    margin: 0px;
    text-align: center;
}
/*mobile*/
@media (max-width: 768px) {
    .rodape-div-2, .rodape-div-3{
        width: 40%;
        padding: 0px;
    }
    .rodape-div{
        padding: 10px 0px 10px 0px;
        width:90%;
        flex-wrap: nowrap;
    }
    .rodape{
        top: 410%;
    }

    .rodape-div-3{
        padding-left: 0px;
        margin: 0;
    }
    .logo2{
        opacity: 0;
    }
    .rodape-div-1{
        width: 0px;
    }
}

.logo2{
    max-width: 30%;

}

.background-video {
    z-index: -1; /* Coloca o vídeo por trás do conteúdo */
    opacity: 1;
    position: fixed;
    top: -60px;
}