
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');




h2#parceiros{
   scroll-margin:70px;
}

body{
    background-color: #91B05D;
}

.text-justify{
    text-align: justify;
}

.nav, .div-form-mobile{
    background-color: #d9e4c7;
}

.nav-size{
    height: 10rem;
}

.navbar-brand{
    align-items: center;
    display: flex;
}

.icon{
    width: 45%;
}

a{

}

ul{
    margin-right: 0;
}

.nav-btns{
    width: 0px;
}

.form-pesquisa{
    border-radius: 10px;
    border-width: 0px;
    padding: 5px 10px 5px 10px;
}

.pesquisa{
    width: 50%;
    background-color: #548404;
    color: white;
}

.pesquisa::placeholder{
    color: white;
}

.pesquisa:focus{

    background-color: #548404;
    color: white;

}

.offcanvas{
    --bs-offcanvas-width: 300px;
}



.icon-nav{
    width: 20px;
}

.icon-navb{
    width: 20px;
    height: 20px;
}

.icon-navf{
    width: 60px;
}

.form {
    display: flex;
}

.navbar-links{
    background-color: #548404;
}

.nav-item, .nav-link{
    color: #F4F4DC;
}

.home-page .home-topbar{
    box-shadow: 0 12px 30px rgba(8, 64, 5, 0.08);
}

.home-page .home-header-inner{
    min-height: 10rem;
    height: auto;
    padding: 1.5rem 2.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.home-page .home-brand{
    margin-left: 0 !important;
    flex: 0 1 320px;
}

.home-page .home-brand .icon:first-child{
    max-width: 74px;
}

.home-page .home-brand .icon:last-child{
    max-width: 220px;
}

.home-page .home-search{
    flex: 1 1 320px;
    max-width: 520px;
    margin: 0;
}

.home-page .home-search .pesquisa,
.home-page .home-search-mobile .pesquisa{
    width: 100%;
    min-height: 48px;
    border: 1px solid rgba(8, 64, 5, 0.1);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15);
}

.home-page .home-search .btn,
.home-page .home-search-mobile .btn{
    min-height: 48px;
    border-radius: 10px;
    border-color: #548404;
    color: #084005;
    font-weight: 600;
    background-color: rgba(255, 255, 255, 0.5);
}

.home-page .home-search .btn:hover,
.home-page .home-search-mobile .btn:hover{
    background-color: #548404;
    border-color: #548404;
    color: #F4F4DC;
}

.home-page .home-utility-area{
    width: auto;
    gap: 1rem;
}

.home-page .home-auth-links{
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.home-page .home-auth-btn{
    min-width: 138px;
    min-height: 46px;
    border-radius: 999px;
    font-weight: 600;
    border: 1px solid transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.home-page .home-auth-btn-secondary{
    background-color: transparent;
    color: #084005;
    border-color: rgba(8, 64, 5, 0.28);
}

.home-page .home-auth-btn-secondary:hover{
    background-color: rgba(84, 132, 4, 0.12);
    color: #084005;
}

.home-page .home-auth-btn-primary{
    background-color: #084005;
    color: #F4F4DC;
    box-shadow: 0 12px 24px rgba(8, 64, 5, 0.16);
}

.home-page .home-auth-btn-primary:hover{
    background-color: #0f5a08;
    color: #F4F4DC;
}

.home-page .nav-cta-link{
    padding: 0.6rem 1rem;
    border-radius: 999px;
    font-weight: 600;
    line-height: 1;
}

.home-page .nav-cta-secondary{
    border: 1px solid rgba(244, 244, 220, 0.35);
}

.home-page .nav-cta-primary{
    background-color: #F4F4DC;
    color: #084005 !important;
}

.home-page .nav-cta-primary:hover{
    color: #084005 !important;
    background-color: #d9e4c7;
}

.home-page .home-mobile-access{
    padding: 0 1rem;
}

.home-page .home-auth-links-mobile{
    margin-top: 0.9rem;
    justify-content: center;
    flex-wrap: wrap;
}







/*!!!! ESTILIZAÇÃO MENU MOBILE!!!!!*/

.menu-mobile{
    background-color: rgba(84, 132, 4, 1);
}

.btn-menu{
    background-color: rgba(217, 228, 199, 1);

}

.menu-mobile-opened{
    background-color: rgba(84, 132, 4, 1);
}

















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

.praca-img{
    width: 80%;
}




@media (min-width: 1199px){
    .icon{
        width: 25%;
    }
    .mais-info{
        max-width: 1300px;
        margin: 0 auto;
    }

    .praca{
        display: flex;
        justify-content: center; 
        align-items: center;
    }
    
    .praca-img{
        width: 100%;
    }
    .faq-container{
        width: 900px;
        height: auto;
        padding: 20px 40px;
        background-color: #D9E4C7;
    }

    .local-img{
        object-fit: cover;
    }   

    .navbar-brand{
        display: flex;
        justify-content: center;
    }
}


@media (max-width: 991px) {
    .navbar-links{
        display: none;
    }
    .botao{
        margin-right: 20px;
    }
    .nav-size{
        height: 7rem;
    }
    .espaco{
        width: 160px;
        height: 200px;
        border-radius: 0;
        background-color: rgba(9, 255, 0, 0);
        margin: 10px;
    
        h3{
            font-size: 1.4em;
        }
    }
    .icon{
        width: 35%;
    }

    .home-page .home-header-inner{
        min-height: auto;
        padding: 1rem 1rem 0.75rem;
        gap: 0.75rem;
    }

    .home-page .home-brand-mobile{
        margin: 0;
        width: auto;
        max-width: calc(100% - 84px);
    }

    .home-page .home-brand-mobile .icon:first-child{
        width: 58px;
    }

    .home-page .home-brand-mobile .icon:last-child{
        width: 150px;
    }

    .home-page .home-mobile-tools{
        margin-right: 0 !important;
    }

    .home-page .home-mobile-tools .icon-navf{
        width: 50px;
    }

    .form{
        display: none;
    }

    .home-page .div-form-mobile{
        padding-top: 0.25rem;
    }

    .home-page .home-search-mobile{
        width: 100%;
    }

    .home-page .home-search-mobile .pesquisa{
        flex: 1 1 auto;
    }

    .home-page .home-auth-links-mobile{
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .praca{
        display: flex;
        justify-content: center; 
        align-items: center;
    }
    
    .praca-img{
        width: 80%;
    }


    .local-img{
        object-fit: cover;
        display: block;
    }



}

@media (max-width: 575px) {
    .home-page .home-search-mobile{
        flex-direction: column;
        gap: 0.75rem;
    }

    .home-page .home-search-mobile .form-pesquisa,
    .home-page .home-search-mobile .btn{
        width: 100%;
        margin-right: 0 !important;
    }

    .home-page .home-auth-links-mobile{
        grid-template-columns: 1fr;
    }

    .home-page .home-auth-btn{
        width: 100%;
    }
}

.pt1{
    img{
        border-radius: 20px;
        box-shadow: 12px 15px 19px -12px #084005
    }
}

h2{
        font-family: Poppins;
        font-weight: 700;
        color: #084005;
    }

.pt2{
    background-color: rgba(0, 0, 255, 0);
    
    p{
        font-size: 1.3rem;
        text-align: justify;
    }
}

.horario{
    p{
        color: #084005;
        margin-bottom: 2px;
        font-size: 1.1rem;
    }
}

.espaco{
    width: 200px;
    height: 240px;
    background-color: rgba(9, 255, 0, 0);
    margin: 25px 10px 10px 10px;
    border-radius: 20px 0p 20px 0px;

    h3{
        font-size: 1.4em;
    }
}

.img-espaco{
    object-fit: cover;
    width: 180px;
    height: 180px;
    border-radius: 15px ;
    margin-bottom: 10px;
    border-radius: 40px 10px 40px 10px;
}

@media (max-width: 991px) {

    .espaco{
        width: 160px;
        height: 200px;
        background-color: rgba(9, 255, 0, 0);
        margin: 25px 10px 10px 10px;
        border-radius: 20px 0p 20px 0px;
    
        h3{
            font-size: 1.4em;
        }
    }
    
    
    .img-espaco{
        object-fit: cover;
        width: 140px;
        height: 140px;
        border-radius: 15px ;
        margin-bottom: 10px;
        border-radius: 40px 10px 40px 10px;
    }
}

.mais-info{
    background-color: #ACC27C;

}

.mais-info-content{
    margin: 0;

}

.icones-acesso-rapido{
    display: flex;
    justify-content: center; 
    align-items: center;
}

.icones-acesso-rapido-img{
    width: 70%;
}

.text-succsess{
    color: #084005;
}

.faq{
    
}

.faq-title{
    font-family: Poppins;
    font-weight: 700;
    text-align: center;
    font-size: 5em;

    color: #084005;
}
.subtitle{
    text-align: center;
    font-weight: 600;
    font-size: 1.6em;

}

.faq-container{
    width: 100%;
    max-width: 900px;
    height: auto;
    padding: 20px 40px;
    background-color: #D9E4C7;
    box-sizing: border-box;
}
.faq-questions-div{
    width: 100%;
    height: auto;
}

.faq-question{
    background-color: white;
    width: 100%;
    height: auto;
    min-height: 60px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding: 10px;
    font-size: 1.3em;
    justify-content: space-between;
    margin: 20px 0px;
    box-sizing: border-box;
    p{
        margin-bottom: 0px;
        margin-left: 5px;
        flex: 1;
    }
}

.faq-question-circle{
    background-color: rgb(255, 255, 255);
    padding: 8px 10px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    box-shadow: 0px 4px 16px 0px rgba(8, 15, 53, 0.16);
    margin: 5px;
    img{
        width: 1em;
    }
}

/* .faq-planta{
    position: relative;
    width: 200px;
    height: 400px;
    top: 200px;
    left: -200px;
} */

.como-chegar{
    background-color: rgba(84, 132, 4, 1);
    margin: 2rem 0;
    padding: 2em;
}

.como-chegar-title{
    p{
        color: white;
        text-align: center;
        height: 100%;
    }
}

.local-img-div{
    width: 100%;
}

.local-img{
    width: 100em;
    height: 30em;
    object-fit: contain;
}

.parceiro-img{
    margin: 10px;

    img{
        object-fit: cover;
        width: 150px;
        height: 150px;
    }
}

.voltar-text{
    color: rgba(8, 64, 5, 1);
    font-size: 1.5em;
}





.newsletter-container {
    background-color: #6b9c36; /* Cor verde */
    width: 80%;
    color: white;
    padding: 30px;
    border-radius: 20px 20px 0 0; /* Bordas arredondadas no topo */
}
.btn-custom {
    background-color: #333333; /* Cor do botão */
    color: white;
    border-radius: 0 20px 20px 0; /* Bordas arredondadas do botão */
}
.btn-custom:hover {
    background-color: #555555;
}
.form-control {
    border-radius: 20px 0 0 20px; /* Bordas arredondadas do campo */
}

@media (max-width: 991px) {

    .newsletter-container{
        width: 100%;
    }

    .voltar-text{
        font-size: 1.3em;
    }
}


.footer-container {
    background-color: rgba(217, 228, 199, 1); /* Cor do fundo */
    padding: 30px 20px;
    font-size: 14px;
    color: #2a3d23; /* Cor do texto */
}
.footer-logo {
    background-color: rgba(255, 0, 0, 0); /* Cor de fundo temporária para a logo */
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.footer-links a {
    text-decoration: none;
    color: #2a3d23;
}
.footer-links a:hover {
    text-decoration: underline;
}
.social-icons a {
    font-size: 24px;
    color: #2a3d23;
    margin: 0 10px;
}
.social-icons a:hover {
    color: #6b9c36;
}
.copyright {
    font-size: 12px;
    text-align: center;
    color: #666;
    
}
.img-footer{
    width: 150px;
}
