@font-face{
    font-family:bahnschrift;

  
    src: url("Bahnschrift-Font-Family/BAHNSCHRIFT\ 10.TTF");
}


html {
    scroll-behavior: smooth;
    
}

/* Estilos Gerais */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color:  #FFFAFA;
    color: #006400;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}



/* Cabeçalho */

header {
    position: fixed;
    width: 100%;

    background-color: #173B0B;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    z-index: 1000;
    flex-wrap: wrap;
}
.logo {
    display: flex;
    align-items: center;
}
.logo img {
    height: 50px;
    margin-right: 10px;
}
.logo span {
    color: white;
    font-size: 12px;
    font-weight: bold;
}
nav {
    display: flex;
    gap: 30px;
}
nav a {
    color: white;
    text-decoration: none !important;
    font-size: 17px;
    transition: 0.3s;
}
nav a:hover {
    color: #c0ffb3;
}






.menu-toggle {
    display: none;
    font-size: 24px;
    color: white;
    cursor: pointer;
}


/* Estilos para a área de Banner */
.banner {
    position: relative;
    height: 700px;
   
    background-image: url('imagens/banner.png'); /* Altere para o caminho real da imagem */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    text-decoration-color: #ffffff;
}


.banner-content {
    z-index: 1;
    padding: 20px;
    max-width: 800px;
}

.banner h1 {
    font-size: 36px;
    margin-bottom: 15px;
}

.banner p {
    font-size: 18px;
    margin-bottom: 20px;
}.banner {
    position: relative;
    height: 100vh;
    background-image: url('imagens/banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    padding: 40px;
}
.banner-content {
    max-width: 900px;
}
.banner h1 {
    font-size: 32px;
    margin-bottom: 15px;
}
.banner p {
    font-size: 18px;
    margin-bottom: 20px;
}

.banner-button {
    padding: 12px 25px;
    background-color: #006400;
    color: white;
    text-decoration: none;
    font-size: 18px;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.banner-button:hover {
    background-color: #006400;
    text-decoration: none;
}
h1 {
    color: #006400;
}

/* Estilos para a área de Serviços */
.services {
    padding: 50px 5%;
    background-color: #f4f4f4;
    border-radius: 3%;
}

.services .section-title {
    text-align: center;
    margin-bottom: 40px;
}

.services-list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.service-item {
    width: 40%;
    margin: 30px 0;
    text-align: center;
}



.service-item img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.service-item h3 {
    font-size: 24px;
    margin: 10px 0;
}

.service-item p {
    font-size: 16px;
}

.texto-servico{
    color: #666;
    text-align: left;
}

/* Estilos para Contato */
.contact-section {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 0 10px white(0, 0, 0, 0.1);
    text-align: center;
}
.container h2 {
    margin-bottom: 10px;
    color: #333;
}
.container p {
    color: #666;
    margin-bottom: 20px;
}
.input-group {
    margin-bottom: 15px;
}
input, textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
button {
    background: #006400;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
button:hover {
    background:#006400;
}


nav ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 30px;
}

nav ul li {
    display: inline-block;
    position: relative;
}

nav ul li a {
    color: white;
    text-decoration: none;
    font-size: 20px;
    padding: 10px;
    display: block;
    transition: 0.3s;
}

nav ul li a:hover {
    color: #006400;
    text-decoration: none;
}

/* Dropdown Menu */
nav ul li:hover .dropdown {
    display: block;
}

.dropdown {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 170px;
    box-shadow: 0px 4px 8px #006400(0, 0, 0, 0.2);
    z-index: 1000;
    border-radius: 5px;
    overflow: hidden;
}

.dropdown li a {
    color: #006400;
    padding: 12px;
    display: block;
    text-align: left;
}

.dropdown li a:hover {
    background-color: #006400;
    color: white;
}

/* Ícones Sociais */
.social-icons {
    display: flex;
    gap: 15px;
}

.social-icons a img {
    width: 30px;
}

/* Conteúdo Principal */
main {
    flex: 1;
    padding: 40px 5%;
    text-align: center;
}

h1, h2 {
    color:#006400 ;
     font-style: unset;
     
}

h3{
    color: white;
}

/* Rodapé Ajustado */
footer {
    background-color: #173B0B;
    color: white;
    padding: 40px 5%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    width: 100%;
}

.footer-section {
    flex: 1;
    min-width: 250px;
    margin: 10px;
    text-align: left;
}

.footer-section h3 {
    border-bottom: 2px solid white;
    display: inline-block;
    padding-bottom: 5px;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin: 8px 0;
}

.footer-section ul li a {
    text-decoration: none !important;
    color: white;
    transition: 0.3s;
}

.footer-section ul li a:hover {
    color: #006400;
    text-decoration: none;
}

.footer-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.footer-logo img {
    width: 180px;
}

.footer-social {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
}

.footer-social a img {
    width: 35px;
}

.footer-copy {
    margin-top: 20px;
    font-size: 16px;
}
.whatsapp-btn {
   background-color: #039203;
    position: fixed;
    bottom: 10px;
    right: 20px;
    width: 60px;
    height: 60px;
    border-radius: 80%;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.whatsapp-btn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.quem-somos {
    background-color: #f4f4f4;
    padding: 90px 10%;
    text-align: center;
}

.quem-somos .container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.quem-somos-texto {
    flex: 1;
    text-align: left;
    padding: 20px;
}

.quem-somos-texto h2 {
    font-size: 32px;
    color: #006400;
    margin-bottom: 20px;
}

.quem-somos-texto p {
    font-size: 18px;
    color: #006400;
    line-height: 1.6;
}

.quem-somos-imagem {
    flex: 1;
    text-align: center;
}

.quem-somos-imagem img {
    height: 10px;
    width: 10px;
    border-radius: 20x;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

/* Responsividade */
@media (max-width: 768px) {
    nav {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 70px;
        right: 0;
        background: rgba(34, 139, 34, 0.95);
        width: 100%;
        padding: 20px 0;
        text-align: center;
    }
    nav.active {
        display: flex;
    }
    .menu-toggle {
        display: block;
    }
}

/* Transição para o dropdown */
.dropdown {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.quem-somos .container {
    flex-direction: column;
    text-align: center;
}

.quem-somos-texto {
    text-align: center;
    padding: 10px;
}

nav ul li:hover .dropdown {
    display: block;
    opacity: 1;
}

a {
    text-decoration: none;
}

/* Ajustes para responsividade */
@media (max-width: 1024px) {
    .quem-somos-content {
        flex-direction: column;
        text-align: center;
    }

    .quem-somos-text {
        width: 100%;
        padding: 20px;
    }

    .quem-somos-image img {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 768px) {
   
   
    
    .quem-somos-text p {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .quem-somos-text h1 {
        font-size: 24px;
    }
    
    .quem-somos-text p {
        font-size: 14px;
    }
}
