* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: inter;
    text-decoration: none;

}





html {
    scroll-behavior: smooth;
    scroll-padding-top: 96px;
    width: 100%;
    text-decoration: none;

}


.todo-menu {
    background-color: #002c00;

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    z-index: 1000;
    display: flex;
    align-items: center;
    padding: 0 20px;
    border-bottom: #fff;


}


.nav-list {
    width: 100%;
    display: flex;
    justify-content: space-between;

    align-items: center;
}

.logo {
    width: 100px;

}

.mais-3 {
    background-color: #096e09;
    border: none;
    height: 25px;
    width: 100px;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;

    box-shadow: 0 0 20px rgba(4, 113, 2, 0.719);
    transition: all 0.5s ease;
}

.mais-3:hover {
    transform: scale(1.04);
}



.btn-mobile {
    background: none;
    border: none;
    cursor: pointer;
    display: block;
}

.btn-mobile i {
    font-size: 1.5rem;
    color: white;
}

.nav-list ul {
    display: none;
    list-style: none;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0;
    padding: 10px 0;

    background-color: #002c00;
}

.nav-list .show {
    display: flex;
}

.nav-list ul li {
    text-align: center;
    margin-bottom: 5px;
}

.nav-list ul li a {
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    color: white;
    transition: all 0.5s ease;
}

.nav-list ul li a:hover {
    color: rgb(12, 187, 0);
    
}

.content {
    min-height: 100dvh;
    background: radial-gradient(circle at 30% 40%,
            #008000 0%,
            #1a1a1a 40%,
            #000000 70%);

    display: flex;
    justify-content: center;
    align-items: center;
}

.left {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 30px;
}

.frase-1 {
    width: clamp(250px, 50%, 320px);
    padding: 6px 12px;
    margin-top: 100px;
    height: auto;
    border: 1px solid rgb(67, 124, 67);
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.frase-1 span {
    font-size: clamp(17px, 2.5vw, 18px);
}

.left h1 {
    color: white;
    max-width: 80%;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-style: normal;
}

.left span {
    max-width: 80%;
    color: white;
    text-align: center;
}

.segurança {
    width: clamp(260px, 80%, 420px);
    height: auto;
    border: 2px solid #008000;
    border-radius: 20px;
    display: flex;
    padding: 15px;
    flex-direction: column;


}

.segurança h2 {
    color: #fff;
    font-size: 20px;
    text-align: left;
    margin-bottom: 5px;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-style: normal;
}

.confere {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.verif {
    width: 90%;
    display: flex;
    gap: 8px;
}

.verif img {
    width: 10px;
    height: 10px;
}

.verif span {
    font-size: clamp(10px, 2.5vw, 18px);
}

.right {
    display: none;
}


.mais-1 {
    margin-top: 30px;
    margin-bottom: 40px;
    height: 40px;
    width: 250px;
    border-radius: 50px;
    border: 2px solid #008000;
    background-color: transparent;
    color: #fff;
    font-weight: bold;
    transition: all 0.8s ease;
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}

.mais-1:hover {
    transform: scale(1.08);
    background-color: #077207;
}

/* estado inicial */
.slide-fade {
  opacity: 0;
  transform: translateX(-40px); /* começa da esquerda, fora */
  transition: opacity 3s ease, transform 2s ease;
}

/* quando ativado */
.slide-fade.visible {
  opacity: 1;
  transform: translateX(0);
}



.service {
    width: 100%;
    min-height: auto;
    height: auto;
    background-color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}


.title {
    
    height: auto;
    margin-top: 40px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 40px;
}


.frase-2 {

    width: 130px;
    height: 30px;
    padding: 6px 12px;
    
    border: 1px solid rgb(20, 82, 5);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.frase-2 span {
    font-size: clamp(14px, 2.5vw, 18px);
    color: #055702;
}

.service h2 {

    font-size: clamp(20px, 2.5vw, 18px);

    color: #085f00;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-style: normal;
}

.traco{
    width: 90px;
    height: 2px;
    background-color: #000000;



}

.title p{
    text-align: center;
    font-size: clamp(15px, 2.5vw, 18px);
    max-width: 80%;
}

.all-service {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 40px;
}


.card-service {
    width: 70%;
    height: auto;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
    border: none;
    border-radius: 15px;
    margin-bottom: 30px;
    transition: 0.6s ease;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transform: translateY(50px);
    /* ou scale(0.9), etc. */
    visibility: hidden;
    /* importante para não interferir no layout */
    transition: opacity 0.8s ease, transform 0.8s ease, visibility 0.8s ease;
}



.card-service:hover {
    transform: scale(1.3) translateY(50px);
    /* mantém o translateY inicial + hover */

}

.card-service.show {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.card-service img {
    width: 40px;
    height: 30px;
    margin-bottom: 10px;
}

.card-service h3 {
    font-size: clamp(20px, 2.5vw, 18px);
    font-weight: bold;
    color: #004200;
    border-bottom: 1px solid rgb(0, 235, 0);
    margin-bottom: 15px;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-style: normal;
}

.card-service p {
    font-size: clamp(15px, 2.5vw, 18px);
    max-width: 100%;
    
    text-align: justify;
    margin-bottom: 20px;
    

}

.info {
    width: 90%;
    display: flex;
    gap: 8px;
    align-items: center;
}

.info img {
    width: 10px;
    height: 10px;
}

.info span {
    font-size: clamp(12px, 2.5vw, 18px);
}



.mais {
    margin-top: 30px;
    margin-bottom: 35px;
    height: 40px;
    width: 150px;
    border-radius: 50px;
    border: none;
    background-color: #148b14;
    color: #fff;
    font-weight: bold;
    transition: all 0.8s ease;
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}

.mais:hover {
    transform: scale(1.08);
    background-color: #077207;
}




 .title-2 {
    
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}

.title-2 img{
    width: 80px;
    height: auto;
}


.frase-3 {

    width: 110px;
    height: 30px;
    padding: 6px 12px;

    border: 1px solid rgb(20, 82, 5);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.frase-3 span {
    font-size: clamp(17px, 2.5vw, 18px);
    color: #055702;
}

.title-2 .movi{
    font-family:;
}




.beneficios-content{
    width: 100%;
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    
     background-image: url(assets/PESSOAS.jpg);
      background-size: cover;          /* cobre toda a área */
  background-position: center;     /* centraliza a imagem */
  background-repeat: no-repeat;    /* não repete */
  margin-bottom: 40px;
    opacity: 0;
    transform: translateY(50px);
    /* ou scale(0.9), etc. */
    visibility: hidden;
    /* importante para não interferir no layout */
    transition: opacity 0.8s ease, transform 0.8s ease, visibility 0.8s ease;
}



.beneficios-content:hover {
    transform: scale(1.3) translateY(50px);
    /* mantém o translateY inicial + hover */

}

.beneficios-content.show {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.beneficios-content img{
    width: 80%;
    height: auto;
    border-radius: 12px;
}

.topic{
    width: 80%;
    height: auto;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
    border: none;
    border-radius: 15px;
    
    transition: 0.6s ease;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);

}

.topic:hover{
    transform: scale(1.06);
}

.topic img{
    width: 80px;
    height: 60px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.topic h2{
    
     font-size: clamp(20px, 2.5vw, 18px);
    font-weight: bold;
    color: #004200;
    border-bottom: 1px solid rgb(0, 235, 0);
    
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-style: normal;
}

.topic p{
    font-size: clamp(15px, 2.5vw, 18px);
    max-width: 100%;
    margin-bottom: 20px;
    
    text-align: justify;
}


.info img {
    width: 10px;
    height: 10px;
}

.info span {
    font-size: clamp(12px, 2.5vw, 18px);
}


.title-2 h2 {
    text-align: center;
    font-size: clamp(20px, 2.5vw, 18px);
    max-width: 80%;
    color: #085f00;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-style: normal;
}


.sobre {
    width: 100%;
    min-height: 100dvh;
    background-color: #ffffff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

.title-2 {
    
    height: 120px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
    margin-bottom: 60px;
}

.sobre p{
    text-align: center;
    font-size: clamp(15px, 2.5vw, 18px);
    max-width: 80%;
}

.images-contain {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
}

.images {
    width: 80%;
    height: 300px;
    border-radius: 8px;
    transition: 1s;
    object-fit: cover;

}

.images:hover {
    transform: scale(1.03);
}


.footer {
  background: #001800;
  color: #fff;
  font-family: "Poppins", sans-serif;
  padding: 40px 20px 20px;
  margin-top: 60px;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  max-width: 1100px;
  margin: auto;
}

.footer-col h3 {
  font-size: 24px;
  color: #00eb00;
  margin-bottom: 10px;
}

.footer-col h4 {
  font-size: 18px;
  margin-bottom: 12px;
  border-bottom: 2px solid #00eb00;
  display: inline-block;
  padding-bottom: 4px;
}

.footer-col p {
  font-size: 14px;
  opacity: 0.8;
  line-height: 1.5;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  font-size: 14px;
  margin-bottom: 8px;
  opacity: 0.7;
  transition: 0.3s;
  cursor: default;
}

.footer-col ul li:hover {
  opacity: 1;
  color: #00ff00;
  transform: translateX(4px);
}

.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  margin-bottom: 10px;
  opacity: 0.8;
}

.footer-contact-item i {
  color: #00ff00;
}

.footer-contact-item i span{
    text-decoration: none;
}

.footer-socials {
  display: flex;
  gap: 15px;
  font-size: 20px;
}

.footer-socials a {
  color: #00eb00;
  transition: 0.3s;
}

.footer-socials a:hover {
  color: #fff;
  transform: translateY(-5px);
}

.footer-bottom {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
  font-size: 13px;
  opacity: 0.6;
  padding-top: 15px;
  border-top: 1px solid rgba(0,255,0,0.2);
}

@media (min-width:600px) and (max-width: 1024px){
   .todo-menu {
        background-color: #002c00;
        /* suporte iOS/Safari */
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 70px;
        /* um pouco menor, mais parecido com o modelo */
        z-index: 1000;
        display: flex;
        align-items: center;
        padding: 0 40px;
        border-bottom: #fff;

    }

    .logo {
        width: 120px;
        margin-right: auto;

    }

    .mais-3 {
        background-color: #096e09;
        border: none;
        height: 25px;
        width: 100px;
        color: #fff;
        font-weight: bold;
        border-radius: 4px;
        margin-right: 40px;
        box-shadow: 0 0 20px rgba(4, 113, 2, 0.719);
        transition: all 0.5s ease;
    }

    .mais-3:hover {
        transform: scale(1.04);
    }

    .btn-mobile {
        display: none;
        /* esconde o ícone hambúrguer */
    }

    .nav-list ul {
        display: flex;
        /* mostra o menu normal */
        flex-direction: row;
        /* itens lado a lado */
        position: static;
        /* remove o absolute do mobile */
        background: none;
        /* tira o fundo preto */
        padding: 0;
        gap: 40px;
        /* espaçamento entre links */
        width: auto;
    }

      .content {
        min-height: 100dvh;
        background: radial-gradient(circle at 30% 40%,
                #008000 0%,
                #1a1a1a 40%,
                #000000 70%);

        display: flex;
        justify-content: center;
        align-items: center;
    }

    .left {
        flex: 1;
        width: 100%;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        gap: 30px;
        padding-left: 100px;
        align-items: flex-start;
    }

    .frase-1 {
        width: clamp(250px, 50%, 320px);
        padding: 6px 12px;
        margin-top: 100px;
        height: auto;
        border: 1px solid rgb(67, 124, 67);
        border-radius: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .frase-1 span {
        font-size: clamp(17px, 2.5vw, 18px);
    }

    .left h1 {
        color: white;
        max-width: 100%;
        text-align: left;
        font-family: "Poppins", sans-serif;
        font-weight: bold;
        font-style: normal;
    }

    .left span {
        max-width: 500px;
        color: white;
        text-align: left;

    }

    .segurança {
        width: clamp(260px, 80%, 420px);
        height: auto;
        border: 2px solid #008000;
        border-radius: 20px;
        display: flex;
        padding: 15px;
        flex-direction: column;


    }

    .segurança h2 {
        color: #fff;
        font-size: 20px;
        text-align: left;
        margin-bottom: 5px;
        font-family: "Poppins", sans-serif;
        font-weight: bold;
        font-style: normal;
    }

    .right {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .right img {
        width: 50%;
        border-radius: 18px;
        height: auto;
    }

   
   
   .frase-2 {

    width: 150px;
    height: 30px;
    padding: 6px 12px;
    margin-top: 100px;
    border: 1px solid rgb(20, 82, 5);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.frase-2 span {
    font-size: clamp(14px, 2.5vw, 18px);
    color: #055702;
}
   
    .all-service {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 30px;
}


.card-service {
    width: 70%;
    height: auto;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
    border: none;
    border-radius: 15px;
    margin-bottom: 30px;
    transition: 0.6s ease;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transform: translateY(50px);
    /* ou scale(0.9), etc. */
    visibility: hidden;
    /* importante para não interferir no layout */
    transition: opacity 0.8s ease, transform 0.8s ease, visibility 0.8s ease;
}



.card-service:hover {
    transform: scale(1.3) translateY(50px);
    /* mantém o translateY inicial + hover */

}

.card-service.show {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.card-service img {
    width: 40px;
    height: 30px;
    margin-bottom: 10px;
}

.card-service h3 {
    font-size: clamp(20px, 2.5vw, 18px);
    font-weight: bold;
    color: #004200;
    border-bottom: 1px solid rgb(0, 235, 0);
    margin-bottom: 15px;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-style: normal;
}

.card-service p {
    font-size: clamp(15px, 2.5vw, 18px);
    max-width: 100%;
    
    text-align: justify;
    margin-bottom: 20px;
    

}

.info {
    width: 90%;
    display: flex;
    gap: 8px;
    align-items: center;
}

.info img {
    width: 10px;
    height: 10px;
}

.info span {
    font-size: clamp(12px, 2.5vw, 18px);
}



.mais {
    margin-top: 30px;
    margin-bottom: 35px;
    height: 40px;
    width: 150px;
    border-radius: 50px;
    border: none;
    background-color: #148b14;
    color: #fff;
    font-weight: bold;
    transition: all 0.8s ease;
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}

.mais:hover {
    transform: scale(1.08);
    background-color: #077207;
}




 .title-2 {
    
    height: 120px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}

.title-2 img{
    width: 80px;
    height: auto;
}


.frase-3 {

    width: 110px;
    height: 30px;
    padding: 6px 12px;

    border: 1px solid rgb(20, 82, 5);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.frase-3 span {
    font-size: clamp(17px, 2.5vw, 18px);
    color: #055702;
}

.title-2 .movi{
    font-family:;
}




.beneficios-content{
    width: 100%;
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
     background-image: url(assets/PESSOAS.jpg);
      background-size: cover;          /* cobre toda a área */
  background-position: center;     /* centraliza a imagem */
  background-repeat: no-repeat;    /* não repete */
  
    opacity: 0;
    transform: translateY(50px);
    /* ou scale(0.9), etc. */
    visibility: hidden;
    /* importante para não interferir no layout */
    transition: opacity 0.8s ease, transform 0.8s ease, visibility 0.8s ease;
}



.beneficios-content:hover {
    transform: scale(1.3) translateY(50px);
    /* mantém o translateY inicial + hover */

}

.beneficios-content.show {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.beneficios-content img{
    width: 80%;
    height: auto;
    border-radius: 12px;
}

.topic{
    width: 80%;
    height: auto;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
    border: none;
    border-radius: 15px;
    
    transition: 0.6s ease;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);

}

.topic:hover{
    transform: scale(1.06);
}

.topic img{
    width: 80px;
    height: 60px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.topic h2{
    
     font-size: clamp(20px, 2.5vw, 18px);
    font-weight: bold;
    color: #004200;
    border-bottom: 1px solid rgb(0, 235, 0);
    
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-style: normal;
}

.topic p{
    font-size: clamp(15px, 2.5vw, 18px);
    max-width: 100%;
    margin-bottom: 20px;
    
    text-align: justify;
}


.info img {
    width: 10px;
    height: 10px;
}

.info span {
    font-size: clamp(12px, 2.5vw, 18px);
}


.title-2 {
    
    height: 120px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 120px;
}


.title-2 h2 {
    text-align: center;
    font-size: clamp(20px, 2.5vw, 18px);
    max-width: 80%;
    color: #085f00;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-style: normal;
}


 .sobre {
        width: 100%;
         min-height: auto; /* deixa crescer só o necessário */
    height: auto;
        background-color:#ffffff;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        margin-bottom: 0;
    }

    .sobre p{
    text-align: center;
    font-size: clamp(15px, 2.5vw, 18px);
    max-width: 80%;
}




    .images-contain {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        margin-bottom: 40px;

    }

    .images {
        width: 40%;
        height: 350px;
        border-radius: 8px;
        transition: 1s;
        object-fit: cover;

    }

    .images:hover {
        transform: scale(1.03);
    }


.footer {
  background: #001800;
  color: #fff;
  font-family: "Poppins", sans-serif;
  padding: 40px 20px 20px;
  margin-top: 60px;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  max-width: 1100px;
  margin: auto;
}

.footer-col h3 {
  font-size: 24px;
  color: #00eb00;
  margin-bottom: 10px;
}

.footer-col h4 {
  font-size: 18px;
  margin-bottom: 12px;
  border-bottom: 2px solid #00eb00;
  display: inline-block;
  padding-bottom: 4px;
}

.footer-col p {
  font-size: 14px;
  opacity: 0.8;
  line-height: 1.5;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  font-size: 14px;
  margin-bottom: 8px;
  opacity: 0.7;
  transition: 0.3s;
  cursor: default;
}

.footer-col ul li:hover {
  opacity: 1;
  color: #00ff00;
  transform: translateX(4px);
}

.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  margin-bottom: 10px;
  opacity: 0.8;
}

.footer-contact-item i {
  color: #00ff00;
}

.footer-socials {
  display: flex;
  gap: 15px;
  font-size: 20px;
}

.footer-socials a {
  color: #00eb00;
  transition: 0.3s;
}

.footer-socials a:hover {
  color: #fff;
  transform: translateY(-5px);
}

.footer-bottom {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
  font-size: 13px;
  opacity: 0.6;
  padding-top: 15px;
  border-top: 1px solid rgba(0,255,0,0.2);
}
}


@media (min-width:1025px) {
    .todo-menu {
        background-color: #002c00;
        /* suporte iOS/Safari */
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 70px;
        /* um pouco menor, mais parecido com o modelo */
        z-index: 1000;
        display: flex;
        align-items: center;
        padding: 0 40px;
        border-bottom: #fff;

    }

    .logo {
        width: 120px;
        margin-right: auto;

    }

    .mais-3 {
        background-color: #096e09;
        border: none;
        height: 25px;
        width: 100px;
        color: #fff;
        font-weight: bold;
        border-radius: 4px;
        margin-right: 40px;
        box-shadow: 0 0 20px rgba(4, 113, 2, 0.719);
        transition: all 0.5s ease;
    }

    .mais-3:hover {
        transform: scale(1.04);
    }

    .btn-mobile {
        display: none;
        /* esconde o ícone hambúrguer */
    }

    .nav-list ul {
        display: flex;
        /* mostra o menu normal */
        flex-direction: row;
        /* itens lado a lado */
        position: static;
        /* remove o absolute do mobile */
        background: none;
        /* tira o fundo preto */
        padding: 0;
        gap: 40px;
        /* espaçamento entre links */
        width: auto;
    }


    .content {
        min-height: 100dvh;
        background: radial-gradient(circle at 30% 40%,
                #008000 0%,
                #1a1a1a 40%,
                #000000 70%);

        display: flex;
        justify-content: center;
        align-items: center;
    }

    .left {
        flex: 1;
        width: 100%;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        gap: 30px;
        padding-left: 100px;
        align-items: flex-start;
    }

    .frase-1 {
        width: clamp(250px, 50%, 320px);
        padding: 6px 12px;
        margin-top: 100px;
        height: auto;
        border: 1px solid rgb(67, 124, 67);
        border-radius: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .frase-1 span {
        font-size: clamp(17px, 2.5vw, 18px);
    }

    .left h1 {
        color: white;
        max-width: 100%;
        text-align: left;
        font-family: "Poppins", sans-serif;
        font-weight: bold;
        font-style: normal;
    }

    .left span {
        max-width: 500px;
        color: white;
        text-align: left;

    }

    .segurança {
        width: clamp(260px, 80%, 420px);
        height: auto;
        border: 2px solid #008000;
        border-radius: 20px;
        display: flex;
        padding: 15px;
        flex-direction: column;


    }

    .segurança h2 {
        color: #fff;
        font-size: 20px;
        text-align: left;
        margin-bottom: 5px;
        font-family: "Poppins", sans-serif;
        font-weight: bold;
        font-style: normal;
    }

    .right {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .right img {
        width: 50%;
        border-radius: 18px;
        height: auto;
    }




    .service {
        width: 100%;
        min-height: 100dvh;
        background-color: #fff;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;

    }


    .title {
        margin-top: 40px;
        height: auto;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 20px;
        margin-bottom: 40px;
    }


    .frase-2 {

        width: 150px;
        height: 30px;
        padding: 6px 12px;
        margin-top: 100px;
        border: 1px solid rgb(20, 82, 5);
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .frase-2 span {
        font-size: clamp(14px, 2.5vw, 18px);
        color: #055702;
    }

    .service h2 {

        font-size: 28px;

        color: #085f00;
        font-family: "Poppins", sans-serif;
        font-weight: bold;
        font-style: normal;
    }

    

    .all-service {
        width: 100%;
        height: 400px;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        margin-bottom: 160px;


    }


    .card-service {
        width: 30%;
        min-height: auto;
        padding: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background-color: #fff;
        border: none;
        border-radius: 15px;
        margin-bottom: 30px;
        transition: 0.6s ease;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
        opacity: 0;
        transform: translateY(50px);
        /* ou scale(0.9), etc. */
        visibility: hidden;
        /* importante para não interferir no layout */
        transition: opacity 0.8s ease, transform 0.8s ease, visibility 0.8s ease;
    }



    .card-service:hover {
        transform: scale(1.3) translateY(50px);
        /* mantém o translateY inicial + hover */

    }

    .card-service.show {
        opacity: 1;
        transform: translateY(0);
        visibility: visible;
    }

    .card-service img {
        width: 40px;
        height: 30px;
        margin-bottom: 10px;
    }

    .card-service h3 {
        font-size: clamp(20px, 2.5vw, 18px);
        font-weight: bold;
        color: #004200;
        border-bottom: 1px solid rgb(0, 235, 0);
        margin-bottom: 15px;
        text-align: center;
        font-family: "Poppins", sans-serif;
        font-weight: bold;
        font-style: normal;
    }

    .card-service p {
        font-size: clamp(10px, 2.5vw, 18px);
        margin-bottom: 20px;


    }

    .info {
        width: 90%;
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 10px;
    }

    .info img {
        width: 15px;
        height: 15px;
    }

    .info span {
        font-size: clamp(12px, 2.5vw, 18px);
    }



    .mais {
        margin-top: 30px;
        margin-bottom: 35px;
        height: 40px;
        width: 150px;
        border-radius: 50px;
        border: none;
        background-color: #148b14;
        color: #fff;
        font-weight: bold;
        transition: all 0.8s ease;
        font-family: "Work Sans", sans-serif;
        font-optical-sizing: auto;
        font-weight: <weight>;
        font-style: normal;
    }

    .mais:hover {
        transform: scale(1.08);
        background-color: #077207;
    }


    .title-2 {
    margin-top: 40px;
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}


.frase-3 {

    width: 130px;
    height: 30px;
    padding: 6px 12px;
    margin-top: 100px;
    border: 1px solid rgb(20, 82, 5);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.frase-3 span {
    font-size: clamp(14px, 2.5vw, 18px);
    color: #055702;
}

.beneficios-content{
    width: 100%;
   min-height:600px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-image: url(assets/PESSOAS.jpg);
      background-size: cover;          /* cobre toda a área */
  background-position: center;     /* centraliza a imagem */
  background-repeat: no-repeat;    /* não repete */
    align-items: center;
    flex-wrap: nowrap;
}

.beneficios-content .img-benef{
    width: 550px;
    height: 500px;
    border-radius: 50%;
}

.topic{
    width: 30%;
    margin: 0;
}


    .sobre {
        width: 100%;
          min-height: auto; /* deixa crescer só o necessário */
    height: auto;
        background-color:#ffffff;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
    }




    .images-contain {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        margin-bottom: 40px;

    }

    .images {
        width: 20%;
        height: 350px;
        border-radius: 8px;
        transition: 1s;
        object-fit: cover;

    }

    .images:hover {
        transform: scale(1.03);
    }

}