* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}


body {
    background: linear-gradient(135deg, #e8f5e9, #81c784); /* Verde claro para fundo natural */
    color: #2e7d32; /* Verde escuro para texto */
    overflow-x: hidden;
    font-size: 16px;
}



p {
    text-align: center;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    font-size: 1.4em;
    margin-top: 20px;
    color: #1b5e20; /* Verde mais escuro */
    line-height: 1.6;
}


.textoinicial {
    padding: 20px;
    background-color: #f1f8e9; /* Verde muito claro */
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 50px auto;
    transition: all 0.3s ease-in-out;
}

.textoinicial p {
    font-size: 36px;
    line-height: 1.6;
    color: #2e7d32; /* Verde floresta */
    text-align: center;
    padding: 20px;
}


.container {
    width: 100%;
    text-align: center;
}


.ftmari {
    width: 40%;
    float: left;
    text-align: left;
    border: 5px solid #ffffff;
    border-radius: 10px;
    box-shadow: 10px 10px 15px #c3c5c9;
    display: block;
    margin: 0 auto;
    margin: 20px;
    padding: 10px;
}


.ftfamilia {
    width: 40%;
    float: left;
    text-align: left;
    border: 5px solid #ffffff;
    border-radius: 10px;
    box-shadow: 10px 10px 15px #c78c06;
    display: block;
    margin: 0 auto;
    margin: 20px;
    padding: 10px;
}


.ftfamilia3{
    width: 40%;
    text-align: left;
    border: 5px solid #ffffff;
    border-radius: 10px;
    box-shadow: 10px 10px 15px #c3c5c9;
    margin: 0 auto;
    margin: 20px;
    padding: 10px;
}


.familia {
    font-size: 16px;
    line-height: 1.6;
    word-wrap: break-word;
    white-space: normal;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    padding: 100px;
    gap: 50px;
    background-color: #e8f5e9; /* Verde claro */
}


.texto2 {
    font-size: 16px;
    line-height: 1.6;
    word-wrap: break-word;
    white-space: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    padding: 100px;
    gap: 50px;
    background-color: #f1f8e9; /* Verde muito claro */
}


header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    background: #2e7d32; /* Verde escuro */
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: background-color 0.3s ease, transform 0.3s ease;
    width: 100%;
}


header img {
    max-width: 50px; 
    height: auto;
    margin-right: 20px;
}


nav ul {
    list-style: none;
    display: flex;
    gap: 20px;
    padding: 0px 30px;
}


nav ul li {
    margin: 0;
}


nav ul li a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    transition: color 0.3s ease-in-out;
}


nav ul li a:hover {
    color: rgba(255,255,255,0.8); /* Branco levemente transparente */
    text-decoration: underline; /* Opcional: adiciona sublinhado no hover */
    transform: scale(0.01);
}


.section {
    text-align: center;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.1);
    gap: 20px;
}


.instagram-h2 {
    color: #1b5e20; /* Verde mais escuro */
    padding: 20px;
    text-shadow: none;
    font-size: 16px;
    line-height: 1.6;
    word-wrap: break-word;
    white-space: normal;
    margin: 0;
}


h2 {
    padding: 30px 0;
    font-size: 2rem;
    color: #815b05;
    margin-top: 100px;
}


.servicos-container {
    text-align: center;
    width: 100%;
    margin-top: 100px;
    display: flex;
    justify-content: center;
    gap: 20px;
}


.servico {
    background-color: #e8f5e9; /* Verde claro */
    border: 2px solid #4caf50; /* Verde vibrante */
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    width: 90%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 50px;
    padding-bottom: 60px;
    padding-top: 10px;
    cursor: pointer;
}


.servico:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(76, 175, 80, 0.3); /* Sombra verde */
}


.servico h2 {
    font-size: 1.5rem;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-top: 0px !important;
    cursor: pointer;
}


.servico p {
    text-align: center;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); /* Leve sombreamento */
    font-size: 1.5em;
    margin-top: 20px;
    color: #000;
    line-height: 1.6;
}


.about {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}


.about img {
    width: 100vw;
    height: 100%;
    object-fit: cover;
}


.services,
.contacts,
.parcerias-container {
    margin: 20px auto;
    max-width: 800px;
    text-align: left;
}


.parcerias-highlight {
    background: linear-gradient(135deg, #388e3c, #1b5e20); /* Gradiente verde */
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); /* Sombra leve no texto */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Sombra suave */
    padding: 40px 20px; /* Espaçamento interno */
    width: 100%; /* Largura total */
    margin: 0; /
    border-radius: 0;
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
    word-wrap: break-word;
    white-space: normal;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    padding: 100px;
    gap: 50px;
}


.parcerias-highlight h2 {
    font-size: 2em;
    margin-bottom: 20px;
    color: #F1C40F;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}


.parcerias-highlight p {
    font-size: 1.2em;
    line-height: 1.8;
    margin-bottom: 30px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); /* Sombra no texto */
    color: #a5d6a7; /* Verde claro para contraste */
}


.parcerias-highlight .contact-btn {
    background-color: #9E6B05;
    color: #fff;
    font-size: 1.2em;
    padding: 12px 30px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s;
    font-weight: bold;
    text-transform: uppercase;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}


.parcerias-highlight .contact-btn:hover {
    background-color: #C78C06; /* Fundo preto translúcido no hover */
    transform: translateY(-3px); /* Efeito de elevação */
}


.content-container {

    justify-content: center;
    background-color: #ebe8e0;
}


.instagram-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}


.instagram {
    display: flex;
    justify-content: center;
    align-items: center;
}


.instagram-container {
    padding: 20px;
    border-radius: 10px;
    border: 2px solid #C78C06;
    max-width: 450px;
    margin: 30px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}


.instagram-iframe {
    margin: 20px 0;
    width: 100%;
    max-width: 400px;
    height: 500px;
}


.parcerias-container {
    background: linear-gradient(135deg, #C78C06, #000); /* Fundo com gradiente */
    color: #fff;
    text-align: center;
    padding: 40px 20px;
    border-radius: 15px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3); /* Sombra para destacar o bloco */
    max-width: 800px;
    margin: 40px auto;
    font-family: 'Clavo', sans-serif;
}


.parcerias-container h2 {
    font-size: 2em;
    margin-bottom: 20px;
    color: #F1C40F;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); /* Sombra no título */
}


.parcerias-container p {
    font-size: 1.2em;
    line-height: 1.8;
    margin-bottom: 30px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); /* Leve sombreamento no texto */
}




.texto-parceria {
    font-family: 'Poppins', sans-serif;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #efebe1;
    text-align: center;
    line-height: 1.6;
    max-width: 600px;
    margin: 50px auto;
    padding: 20px;
    border-left: 5px solid #efebe1;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.footer {
    background-color: #e8f5e9; /* Verde claro */
    border-top: 1
    color: #000;
    padding: 10px 0;
    text-align: center;
    border-top: 1px solid #DEE2E6;
    font-size: 12px;
}


.footer-content {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    color: #000;
}


.footer-logo img {
    width: 50px;
    margin-bottom: 5px;
}


.footer-content p {
    margin: 2px 0;
    font-size: 12px;
    color: #000;
}


.footer-link {
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    transition: color 0.3s ease;
    font-size: 12px;
    color: #000;
}


.footer-link:hover {
    color: #C78C06;
    text-decoration: underline;
}


a {
    text-decoration: none; /* Remove o sublinhado padrão, opcional */
    color: #C78C06; /* Cor padrão para o link */
}


a:visited {
    color: #fff; /* Mantém a mesma cor do link padrão */
}

a:hover {
    color: #9E6B05;
}

a:active {
    color: #9E6B05;
}

footer a:visited {
    color: #fff; /* Mantém a cor original ou herda do elemento pai */
    text-decoration: none; /* Remove qualquer sublinhado, se necessário */
}


 #btnWhatsapp {
    position: fixed;
    right: 40px;
    bottom: 100px;
    z-index: 100000;
}


#btnWhatsapp .icon-whatsapp-ps svg {
    display: block;
    margin: 0;
}


#btnWhatsapp .icon-whatsapp-ps {
    background: #24C15A;
    border-radius: 50px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}


#btnWhatsapp .texto-whatsapp {
    position: absolute;
    top: 0;
    margin: 0;
    right: 28px;
    padding: 15px 20px;
    background: #24C15A;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    opacity: 0;
    z-index: -1;
    transition: all .4s;
    width: 140px;
    text-align: center;
}


#btnWhatsapp:hover .texto-whatsapp {
    right: 58px;
    opacity: 1;
    z-index: 100;
}


#btnWhatsapp .texto-whatsapp:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 9px solid #24C15A;
    border-bottom: 10px solid transparent;
    right: -9px;
}


/* Tela de dispositivos menores (até 768px) */
@media (max-width: 768px) {
    /* Ajustar o logo */
    header img {
       display: none;
    }


    /* Ajustar o menu de navegação */
    nav ul {
        display: flex;
        align-items: center;
        font-size: 14px;
    }


    nav ul li {
        margin-bottom: 10px;
    }


    /* Ajustar a imagem do banner */
    .about img {
        width: 100%; /* Ajusta a imagem do banner para a largura da tela */
        height: auto;
    }


    /* Ajustar o texto na seção inicial */
    .textoinicial p {
        font-size: 28px; /* Reduz o tamanho da fonte para telas pequenas */
        padding: 15px;
    }


.familia{
    display: flex;
    flex-direction: column-reverse; /* Inverte a ordem dos elementos */
    align-items: center; /* Mantém centralizado */
    text-align: center;
}


    /* Ajuste para a seção de serviços */
    .servicos-container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }


    .servico {
        width: 90%; /* Faz os serviços ocuparem mais espaço */
        margin-bottom: 20px;
    }


    /* Ajustar as imagens nas seções */
    .ftmari, .ftfamilia {
        width: 80%; /* Ajusta as imagens para a largura da tela */
        margin: 10px auto;
    }


    /* Ajuste para o footer */
    .footer-content {
        text-align: center;
    }


    /* Ajustar o iframe do Instagram */
    .instagram-iframe iframe {
        width: 100%; /* Faz o iframe ocupar a largura inteira */
    }

    /* Ajuste do botão do WhatsApp */
    #btnWhatsapp a {
        width: 60px;
        height: 60px;
    }
}

/* Tela de dispositivos muito pequenos (até 480px) */
/* Tela de dispositivos menores que 768px */
@media (max-width: 768px) {
    .container{
        display: block;
    }


    .ftmari {
        width: 100%;
    }


    .ftfamilia3{
        width: 90%;
    }


    .familia{
        display: block;
        padding: 20px;
        text-shadow: none;
        font-size: 16px;
        line-height: 1.6;
        word-wrap: break-word;
        white-space: normal;
        margin: 0;
    }


    .ftfamilia {
        width: 50vw;
    }


    .texto2{
        margin: 0;
        text-align: center;
    }


    h2 {
        font-size: 1.4em
    }


    .texto2{
        display: flex;
        padding: 20px;
        text-shadow: none;
        font-size: 16px;
        line-height: 1.6;
        word-wrap: break-word;
        white-space: normal;
        margin: 0;
        align-items: center;
        flex-direction: column;
    }


    .familia .p{
        display: block;
        padding: 20px;
        text-shadow: none;
        font-size: 16px;
        line-height: 1.6;
        word-wrap: break-word;
        white-space: normal;
        margin: 0;
        text-align: center;  
    }


    .parcerias-highlight {
        display: flex;
        padding: 20px;
        text-shadow: none;
        font-size: 16px;
        line-height: 1.6;
        word-wrap: break-word;
        white-space: normal;
        margin: 0;
        align-items: center;
        flex-direction: column;
    }


    .texto-parceria{
    border-left: none;
    display: block;
    padding: 20px;
    text-shadow: none;
    font-size: 16px;
    line-height: 1.6;
    word-wrap: break-word;
    white-space: normal;
    margin: 0;
}


header {
    align-items: center;
    padding: 10px 10px;
    background: #c78c06;
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: background-color 0.3s ease, transform 0.3s ease;
    width: 100%;
}


    li{
    margin: 0;
    padding: 0;
    }


    ul{
        display: flex;
        padding: 0;
        margin: 0;
        list-style: none;
    }


    li:last-child {
        margin-right: 0;
    }


    nav {
        display: flex;
        justify-content: center; /* ou space-between */
        width: fit-content;
    }


    nav {
        white-space: nowrap;
    }


    li {
        flex-grow: 0;
    }


    nav {
        overflow: hidden;
    }


    .header img{
        max-width: 150px; /* Reduz tamanho no mobile */
        margin-bottom: 10px;
        display: none;
    }

    
    .parcerias-highlight .contact-btn {
        font-size: 1em;
        padding: 10px 25px;
        width: 100%; /* Ocupa toda a largura no mobile */
        max-width: 300px; /* Mantém um limite */
        margin: 0 auto; /* Centraliza */
        display: block;
    }


 }





