@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

* {
    box-sizing: border-box;
  }
  


body {
    font-family: Arial, sans-serif;
    margin: 0;
   
    background-size: cover;
    padding: 0;
}
.header { background-color: rgb(255, 255, 255); 
    color: rgb(0, 0, 0);
    padding: 40px; 
    text-align: left;
    opacity: 0.8;
    
 }

 header{
    align-items: center;
    padding: 0.7rem 1rem;
    display: flex;
    
}
 .logo img{
    height: 100px;
 }



 .conta{
    display: block;
    color:  #000000;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    float: left;
   
   
 }
 .conta a{
    display: block;
    color:  #000000;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    float: left;
    background-color: #b9e7f8;
    margin: 0 2px;
    border-radius: 3px;
 }

 .menuTopo {
  overflow: hidden;
    background-color: #4B7238;
    top: 0px;
    position: sticky;
    display: flex;
    justify-content: space-around;
  
}

.menuTopo ul li {
     float: left;
  border: none;
  border-left: solid 2px;
    border-right: solid 2px;
    color:#ffffff;
}

.menuTopo ul {
  
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;  
}

.menuTopo a {
   display: flex;
    color: #ffffff;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    float: right;
    background-color: #4B7238;
    justify-content: space-around;

}

.menuTopo a:hover {
    background-color: #4B7238;
    opacity: 0.5;
    color: #e8f1f2;

}
.container {
    max-width: 400px;
    margin: 80px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    text-align: justify;
   
}

.buttons {
    position: absolute;
    /*top: 20px;*/
    right: 20px;
   
    
   
}

.btn {
    background-color: #ffffff;
    color: #000000;
    font-size: 16px;
    padding: 10px 20px;
    border: solid 2px;
    border-color: #FDCD08;
    border-radius: 50px;
    cursor: pointer;
    transition: background-color 0.3s;

    
}

.btn1{
   
    font-size: 40px;
    border: none;
    cursor: pointer;
    background-color: #ffffff;
    
}
header img{
    width: 100px ;
}
main{
    flex:1;
    display: flex;
}
.menu{
    flex-basis: 250px;
    background-color: var(--cor-principal);
    display: flex;
    flex-direction: column;
    /*Organiza os itens em um coluna */
    margin: 0;
    padding: 0;
}
.menu a{
    text-decoration: none;
    color: #fff;
    padding: 15px;
    display: block;
}

.menu ul{
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 1;
}
.menu li{
    margin-bottom: 10px;
    border-bottom: #ddd solid;
}
.menu a:hover{
   background-color: #ddd;
   color: black;
}

.conteudo{
    padding: 10px;
    color: #000;
}

.btn:hover {
    background-color: #ffffff;
}

.slider{
    margin: 0 auto;
    width: 700px;
    height: 700px;
    overflow: hidden;
    margin-top: 40px;
    border-radius: 10%;
   
}
.slides{
    width: 400%;
    height: 200px;
    display: flex;
    border-radius: 5px;
}
.slides input {
    display: none;
}
.slide{
    width: 25%;
    position: relative;
    transition: 2s;
}
.slide img{
    width: 700px;
}
.manual-navigation{
    position: absolute;
    width: 200px;
    margin-top: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 250px
}
.manual-btn{
    border: 2px solid #4B7238;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
    transition: 1s;
    align-items: center;
    justify-content: center;
}
.manual-btn:not(:last-child){
    margin-right: 40px;
}
.manual-btn:hover{
    background-color: #fff;
}

#radio1:checked ~ .first{
    margin-left: 0;
}
#radio2:checked ~ .first{
    margin-left: -25%;
}
#radio3:checked ~ .first{
    margin-left: -50%;
}
#radio4:checked ~ .first{
    margin-left: -75%;
}
.navigation-auto div{

    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
    transition: 1s;
}
.navigation-auto{
    position: absolute;
    width: 200px;
    margin-top: 750px;
    display: flex;
    justify-content: center;
}
.navigation-auto div:not(:last-child){
    margin-right: 40px;
}
#radio1:checked ~ .navigation-auto .auto-btn1{
    background-color: #fff;
}
#radio2:checked ~ .navigation-auto .auto-btn2{
    background-color: #fff;
}
#radio3:checked ~ .navigation-auto .auto-btn3{
    background-color: #fff;
}
#radio4:checked ~ .navigation-auto .auto-btn4{
    background-color: #fff;
}

.bem-vindo{
background: linear-gradient(#ffde59,#ff914d);
height: 400px;
color:#4B7238;
display: flex;
align-items: center;
justify-content: center;
font-size: 22px;
    


}
.information{
    height: 400px;
    color:#4B7238;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;


}

.information2{
    height: 400px;
    background: linear-gradient(#ffde59,#ff914d);
    color:#4B7238;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;


}
.conteiner-information{
    height: 400px;
    background: rgb(255, 255, 255);


}

.information3{
    height: 300px;
    background: rgb(255, 255, 255);
    color:#4B7238;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    text-align: center;
    border-radius: 50px;
    border-color: #ff914d;
    border: 2px solid #4B7238 ;
    margin-top: 90px;

}
.information4{
    height: 400px;
    background: linear-gradient(#ffde59,#ff914d);
    color:#4B7238;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    text-align: center;
}

.foto{
    width: 100%; /* Largura total */
    height: 150px; /* Altura fixa (ajuste conforme necessário) */
    overflow: hidden; /* Garante que a imagem não transborde */
    position: relative;
}
.imagem{
height: 100%;
width: 100%;
align-items: left;
object-fit: cover; /* Faz a imagem cobrir o contêiner */
object-position: center; /* Centraliza a imagem no contêiner */
}

.container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
    background:linear-gradient(#ffde59,#ff914d); 
    color:#415c33;
}

.map {
    flex: 1;
    min-width: 300px;
}

.map iframe {
    width: 100%;
    height: 300px;
    border: 0;
}

.text {
    flex: 1;
    min-width: 300px;
}
.social-midia{
    background-color: #4d754e;
    color: white;
    font-weight: bold;
    cursor: pointer;
    width: 50px;
    align-items: baseline;
    justify-content: center;
}
button:hover {
    background-color: #3e8e41;
}

footer {
    background-color:#4B7238
    ; /* Verde escuro */
    color: #fff; /* Branco */
    padding: 20px 0;
    
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
   
}

.footer-section {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex: 1 1 200px;
    margin: 10px;
}

.footer-section h4 {
    color: #ffcc00; /* Amarelo */
    margin-bottom: 15px;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin-bottom: 10px;
}

.footer-section ul li a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-section ul li a:hover {
    color: #ffcc00; /* Amarelo */
}

.social-icons {
    display: flex; /* Ativa o layout flexbox */
    flex-direction: row; /* Alinha os ícones horizontalmente */
    justify-content: center; /* Centraliza os ícones no contêiner */
    gap: 15px; /* Adiciona espaçamento entre os ícones */
    margin-top: 20px;
  
}

.social-icons a {
    color: #ffcc00 ;
    font-size: 20px;
    text-decoration: none;
}

.social-icons a:hover {
    color: #ffcc00; /* Amarelo */
}

.footer-bottom {
    text-align: center;
    margin-top: 20px;
    border-top: 1px solid #ffcc00; /* Linha amarela */
    padding-top: 10px;
}
.images{
    display: flex; /* Usa o flexbox para alinhar os itens lado a lado */
    align-items: center; /* Alinha verticalmente no centro */
    gap: 20px; /* Espaçamento entre a imagem e o texto */

}
@media screen and (max-width:1920px) {


    header img{
        width: 100px;
        height: auto;
    }

    .menu{
        position: absolute;
        top:0;
        right:0;
        height: 100%;
        background-color: #207a3b;
        padding-top: 50px;
        color: black;
        z-index: 90;
    }

    .menu button{
        display: block;
        width: 30px;
        position: absolute;
        background-color: #207a3b;
        top: 10px;
        right: 20px;
        color: #fff;
    
        font-size: 30px;
        border: none;
        cursor: pointer;
    }

    .mostrar{
        display: none;
    }
    main{
        padding: 10px;
    }
}
@media screen and (max-width:1028px) {

    .esquerda,
    .direita {
        width: 100%;
        padding: 10px;
    }

    .corpo {
        width: 100%;
        padding: 5px;
        margin: 0;
    }
}

@media screen and (max-width: 400px) {

    .menuTopo ul li,
    .menuTopo a {
        float: none;
        width: 100%;
    }

  }
