* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', Arial, sans-serif;
  }
  h1{
    font-size: 3.7rem;
    font-weight: bold;
    color: #FFF;
  }

  .bg-img-1{
    background-image: url('../assets/Home IMAGE 1.png');
  }
  .bg-img-2{
    background-image: url('../assets/Home\ IMAGE\ 2.png');
  }
  .bg-img-3{
    background-image: url('../assets/Home\ IMAGE\ 3.png');
  }
.carousel-image{
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}

#about{
    padding-left: 75px; 
}
@media (max-width: 767px) {
    .bg-img-1{
        background-image: url('../assets/Home\ BG\ SM\ 1.png');
    }
    .bg-img-2{
        background-image: url('../assets/Home\ BG\ SM\ 2.png');
    }
    .bg-img-3{
        background-image: url('../assets/Home\ BG\ SM\ 3.png');
    }
    #about{
        padding: 10px;
    }
    .Nuservice {
        width: 100%;
    }
    .imgPub{
        position: relative;
        top: 20px;
    }
    .cardPub{
        min-height: 600px;
        height: auto;
        width: 90vw;
        margin-left: 20px;
    }
    .endereco{
        padding: 0;
    }
    #bgTable {
        background-image: url(../assets/BG\ Papel.png);
        background-size: cover;
        width: 100vw;
        height: 950px;
        padding: 0;
        margin: 0;
    }

.NuComment {
    width: 350px;
    height: 500px;
    flex-shrink: 0;
    border-radius: 30px;
    background: var(--white, #FFF);
    box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.10);
    fill: rgba(20, 93, 76, 0.72);
    margin-left: 10px;
}
}

.endereco{
    padding-left: 100px;
}
.heroa h5{
color: #FFF;
font-weight: normal;
font-size: 1.1rem;
}

.controla{
    background-color: rgba(0, 0, 0, 0.35);
    width: 45px;
    height: 45px;
    padding: 6px;
    border-radius: 50px;
}

@media (max-width: 480px) {
    .sidebar {
        background-color: #145D4C;
    }
}

@media (max-width: 480px) {
    #heroa {
        background-repeat: no-repeat;
        width: 100%;
    }
}

.heroa{
    width: 100%;
}

/*Cards*/

.NuCard {
    border-radius: 25px;
    background: #145D4C;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.10);
    width: 349px;
    height: 300px;
    transform: translateY(-25%);
}

.NuCard img {
    width: 60px;
    height: 60px;
    margin-top: 20px;
}

.NuCard h4 {
    color: #FAF8F0;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    margin-top: 10px;
}

.NuCard p {
    color: #FAF8F0;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-top: 10px;
}

.btn-nu {
    border-radius: 75px;
    background: #FAF8F0;
    width: 150px;
    height: 50px;
    border: none;
    margin-top: 10px;
}

/*Notices*/
.bg-notice {
    height: auto;
    margin-left: 9%;
    margin-right: 9%;
    border-radius: 50px;
    padding: 0 5% 50px 5%;
}
.noteIMG1{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../assets/a-blog-1.png);
}
.noteIMG2 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../assets/a-blog-2.png);
}
.notice p {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding-top: 10%;
    margin-bottom: 10px;
}

.notice h4 {
    color: #FFF;
    font-size: 52px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 10px;
}

.btn-notice {
    width: 150px;
    height: 40px;
    border-radius: 75px;
    background: #FAF8F0;
    margin-left: 60px;
    border: none;
}

.btn-notice-1 {
    width: 150px;
    height: 40px;
    border-radius: 75px;
    background: transparent;
    margin-left: 60px;
    border: 1px solid #FFF;
    margin-top: 20px;
}

@media (max-width: 480px) {
    .btn-notice-1 {
        margin-top: 10px;
        margin-left: 30px;
    }

    .notice h4 {
        font-size: 35px;
        font-weight: 600;
        line-height: 40px;
        margin-left: 30px;
    }

    .btn-notice {
        margin-left: 30px;
        border: none;
        margin-top: 20px;
    }

    .notice p {
        margin-left: 30px;
        padding-top: 10%;
    }
}

@media (max-width: 480px) {
    #about h5 {
        color: #FAF8F0;
        font-size: 30px;
        font-style: normal;
        font-weight: 800;
        line-height: 60px;
        flex-direction: column;
        align-items: center;
    }

    #about {
        background-color: #145D4C;
        height: 100%;
        width: 100%;
    }
}

#about {
    background-color: #145D4C;
    height: 120%;
}

#about h5 {
    color: #FAF8F0;
    font-size: 42px;
    font-style: normal;
    font-weight: 800;
    line-height: 60px;
}

#about span {
    color: #FAF8F0;
    text-align: center;
    font-size: 42px;
    font-style: normal;
    font-weight: 300;
    line-height: 60px;
    /* 142.857% */
}

.Card,
.Card-2,
.Card-3 {
    border-radius: 40px;
    background: #FAF8F0;
    width: 500px;
    flex-shrink: 0;
    height: 170px;
    display: flex;
    margin-top: 20px;
    padding: 10px 30px 10px 30px;
}



.Card img {
    width: 70px;
    height: 70px;
    margin-top: 38px;
}

.Card-2 img {
    width: 70px;
    height: 70px;
    margin-top: 38px;
}

.Card-3 ul li{
    margin: 0;
    padding: 0;
    height: 14px;
}
.Card-3 img {
    width: 70px;
    height: 70px;
    margin-top: 38px;
}

.Card-3 ul li img {
    width: 17px;
    height: 17px;
    flex-shrink: 0;
}

ul {
    list-style-type: none;
    padding: 0;
}

ul li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    /* Espaçamento entre os itens da lista */
}

.Card-3 ul li img {
    margin-right: 10px;
    /* Espaçamento entre a imagem e o texto */
}


.Card-content h4 {
    color: #145D4C;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    display: flex;
    margin-top: 20px;
    margin-left: 10px;
}


.Card-content p {
    color: #737373;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin-left: 10px;
}

.nuAbout {
    display: flex;
}

@media (max-width: 480px) {
    .bar {
        width: 160px;
        height: 3px;
        background: #E9E01F;
        margin-top: 50%;
    }

    .nuBar h6 {
        color: #E9E01F;
        font-size: 20px;
        font-style: normal;
        margin-left: 80px;
    }
}

.bar {
    width: 160px;
    height: 3px;
    background: #E9E01F;
    display: flex;
    margin-top: 40px;
}

.nuBar h6 {
    color: #E9E01F;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    margin-top: -10px;
    margin-left: 170px;
}

.nuContent p {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding: 15px;
}

@media (max-width:480px) {
    .nuContent p {
        color: #FFF;
        font-size: 15px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }
}

.nuContent h3 {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    padding: 15px;
}

.nuBtn {
    width: 305px;
    height: 50px;
    border-radius: 100px;
    background: #E9E01F;
    border: none;
    padding: 15px;
}

@media (max-width: 480px) {
    .nuBtn {
        width: 200px;
        height: 50px;
        border-radius: 70px;
        background: #E9E01F;
        border: none;
        padding: 15px;
        align-items: center;
    }
}

#client {
    background-color: #FFFDF5;
}

.nuClient {
    width: 200px;
    height: 80px;
    flex-shrink: 0;
    border-radius: 100px;
    background: #FEFEFE;
    box-shadow: 10px 30px 50px 0px rgba(0, 0, 0, 0.05);
    display: flex;
}

.nuBranding img {
    background: lightgray 50% / cover no-repeat;
    mix-blend-mode: luminosity;
    background-repeat: no-repeat;
    background: #FFFDF5;
    width: auto;
    height: auto;
    max-width: 30%;
    max-height: 25%;
}

.nuBranding {
    display: flex;
    gap: 15px;
    margin-top: 25px;
    /* Espaço entre as imagens */
}

@media screen and (max-width: 480px) {
    .nuBranding {
        flex-direction: column;
        align-items: center;
    }
}

.nuText h4 {
    color: #808080;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
}

.nuText span {
    color: #808080;
    text-align: center;
    font-size: 42px;
    font-style: normal;
    font-weight: 300;
    line-height: 44px;
}

.Nuservice {
    width: 90%;
    height: auto;
    min-height: 55vh;
    background: #145D4C;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.10);
    padding: 20px 25px 15px 25px;
    margin-top: 50px;
    padding-bottom: 10px;
}

@media screen and (max-width: 480px) {
    .Nuservice {
        flex-direction: column;
        width: 100%;
        height: auto;
        padding-bottom: 20px;
    }

    .contactoscard img{
        width: 90vw;
    }

    .Nuservice h5 {
        color: #FAF8F0;
        text-align: center;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 34px;
        margin-top: 20px;
        flex-direction: column;
    }

    .Nuservice img {
        width: 80px;
        height: 80px;
        flex-direction: column;
    }
}

.Nuservice img {
    width: 80px;
    height: 80px;
}

.Nuservice h5 {
    color: #FAF8F0;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    margin-top: 10px;
}

.Nuservice p {
    color: #FAF8F0;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    margin-top: 20px;
}

.service-Text span {
    color: #145D4C;
    text-align: center;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    /* 142.857% */
}

.service-Text p , .products p {
    color: #ACACAC;
    text-align: center;
    font-size: 0.95rem;
    font-style: normal;
    font-weight: 400;
}

.service-Text h4 {
    color: #145D4C;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
}

/*Programa/*/

#bg-program {
    background-image: url(../assets/2458664\ 1\ \(2\).png);
    height: auto;
    margin-left: 9%;
    margin-right: 9%;
    border-radius: 50px;
    padding: 0 5% 50px 5%;
}


.program p {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-left: 60px;
    padding-top: 10%;
}

.program h4 {
    color: #FFF;
    font-size: 52px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px;
    margin-left: 60px;
}

.btn-program {
    width: 150px;
    height: 40px;
    border-radius: 75px;
    background: #FAF8F0;
    margin-left: 60px;
    border: none;
    margin-top: 20px;
}

.btn-program-1 {
    width: 150px;
    height: 40px;
    border-radius: 75px;
    background: transparent;
    margin-left: 60px;
    border: 1px solid #FFF;
    margin-top: 20px;
}

@media (max-width: 480px) {
    .btn-program-1 {
        margin-top: 10px;
        margin-left: 30px;
    }

    .program h4 {
        font-size: 35px;
        font-weight: 600;
        line-height: 40px;
        margin-left: 30px;
    }

    .btn-program {
        margin-left: 30px;
        border: none;
        margin-top: 20px;
    }

    .program p {
        margin-left: 30px;
        padding-top: 10%;
    }

    #bg-program {
        height: 70vh;
    }
}

.button-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* position: fixed; */
    left: 0;
    top: 80px;
    background-color: #fafafa;
    padding: 35px;
    border-radius: 0 30px 30px 0;
}

.button-container .button-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.button-container .button {
    height: 70px;
    padding: 16px 22px;
    border-radius: 90px;
    background: #F7F6F9;
    color: #145D4C;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.button-container .active{
    background: #145D4C;
    color: #F7F6F9;
}

.button img {
    width: 14.147px;
    height: 30.079px;
    margin-right: 15px;
}

.button-container .button:hover {
    background-color: #145D4C;
    color: #F7F6F9;
}

/* Media query para dispositivos móveis */
@media screen and (max-width: 480px) {

    .button-container .button-group {
        flex-direction: column;
        align-items: center;
    }

    .button-container .button {
        width: 60%;
        margin-top: 20px;
    }
}

.products span {
    color: #145D4C;
    text-align: center;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    align-items: center;
    justify-content: center;
}

.products h4 {
    color: #145D4C;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
}


.contact h5 span {
    color: #27302e;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    align-items: center;
    justify-content: center;
}

.contact h5 {
    color: #145D4C;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
}
.contact span {
    color: #145D4C;
    text-align: center;
    font-size: 3rem;
    font-style: normal;
    font-weight: 800;
    align-items: center;
    justify-content: center;
}

.contact h4 {
    color: #343434;
    text-align: center;
    font-size: 3rem;
    font-style: normal;
    font-weight: 800;
    align-items: center;
    justify-content: center;
}
.contact p{
    color: #263238;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}
.textBox{
    width: 400px;
    border-radius: 90px;
    background: rgba(38, 50, 56, 0.10);
}
.textBox input{
    background: none;
    border: none;
    padding: 20px 25px 20px 25px;
}
.textBox button{
    background-color: #145D4C;
    border: none;
    border-radius: 40px;
    padding: 20px 25px 20px 25px;
    color: #e2e2e2;
}
.products p {
    color: #ACACAC;
    text-align: center;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 123.81% */
}

#nuMercadoria {
    border-radius: 40px;
    background: #145D4C;
    width: auto;
    height: 250px;
    margin-left: 100px;
    margin-right: 100px;

}

.nuMarket img {
    width: 400px;
    height: 400px;
    transform: translateY(-150px);
    margin-left: -80px;
}

.nuMarket h5 {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    margin-top: 30px;
}

.btn-Market {
    border-radius: 100px;
    background: #01AF4C;
    width: 309px;
    height: 82px;
    border: none;
    color: #FFF;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

/* Media query para dispositivos móveis */
@media screen and (max-width: 480px) {
    #nuMercadoria {
        border-radius: 40px;
        background: #145D4C;
        width: 100%;
        height: 550px;
        flex-direction: column;
        align-items: center;

    }

    .nuMarket img {
        width: 400px;
        height: auto;
        flex-direction: column;
        align-items: center;
        transform: translateX(50px);

    }
}


.carouselSection{
    width: 100%;
    min-height: 600px;
}
.teCard{
    background-color: #E7E2E2;
    border-radius: 40px;
    border: none;
    height: 400px;
    width: 100%;
    margin: 50px 0 0 0;
}
.teCard h5{
    font-weight: 600;
}
.teCard button{
    width: 100%;
    background-color: rgba(255,255,255,0.25);
    border: 1px solid rgba(255,255,255,0.35);
    backdrop-filter: blur(10px);
}
.teCard button:hover{
    background-color: rgba(255,255,255,0.4);
    border: 1.2px solid rgba(255,255,255,0.45);
}
.teCard .card-img-top{
    position: absolute;
    left: 30px;
    top: 60px;

}
.teCard .Tag{
    background-color: #FAF8F0;
    border-radius: 25px;
    padding: 8px 12px 8px 12px;
    color: #000000b7;
    font-size: 0.8rem;
}
.teCard button{
    position: absolute;
    left: 10px;
    top: 140px;
    width: 280px;
}
.cardPub{
    border-radius: 50px;
    background: #145D4C;
    flex-shrink: 0;
    height: 320px;
}
.imgPub{
    position: relative;
    width: 90%;
    top: -200px;
}
.imgPub2{
    position: relative;
    width: 90%;
    top: -157px;
}

.rodape{
    background-color: #161616;
}
.rodape p{
    color: #F4EED7;
}

.contactCard{
    background-color: #145D4C;
    width: 150px;
}
.navbar {
    background: #fff !important;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
}
.navbar .active{
    font-weight: 700;
}

.navbar li a{
    text-decoration: none; 
    cursor: pointer; 
    color: #7a7a7a;
}
.brands img{
    cursor: pointer;
    filter: grayscale(100%);
}
.brands img:hover{
    filter: grayscale(0%);
}

#bgTable {
    background-image: url(../assets/BG\ Papel.png);
    background-size: cover;
    width: 100vw;
    height: 950px;
    padding: 100px 20px 75px 20px;
}
iframe {
    width: 100%;
    height: 70vh;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}
.adrres {
    margin-top: -10px;
}
#duvidas {
    margin-top: 70px;
}

.controls {
    border-bottom: 4px solid #fff;
    display: flex;
}

.controls .tabButton {
    border: none;
    width: 100%;
    margin: 0.5rem;
    padding: .5rem 1rem;
    background: #087d62;
    color: #F4EED7;
    font-size: 1rem;
    cursor: pointer;
}

.controls .tabButton.activeb {
    position: relative;
    background-color: #F4EED7;
    color: #105948;
}
.activebtn{
    position: relative;
    background-color: #105948;
    color: #F4EED7;
}
.tab {
    padding: 0;
    display: none;
    width: 100%;
    color: #fff;
    height: auto;
}

.nuColum {
    margin-top: 60px;
}

.bg-Colum h6 {
    color: #145D4C;
    font-size: 19.4px;
    font-style: normal;
    font-weight: 500;
}

.bg-Colum h5 {
    color: #2B2B2B;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
}

.bg-Colum span {
    color: #01AF4C;
    font-size: 50px;
    font-style: normal;
    font-weight: 800;
}
.Nucard-content p {
    color: #737373;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin-left: 10px;
}

.Nucard-content {
    flex: 1;
    padding: 0 20px;
    /* Adicione espaço entre a imagem e o texto */
}

.Nucard-content-1 h4, .Nucard-content h4  {
    color: #145D4C;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    display: flex;
    margin-top: 20px;
    margin-left: 20px;
}


.Nucard-content-1 p {
    color: #737373;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin-left: 10px;
}
.Nucard-content-1 p {
    color: #737373;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin-left: 10px;
}


.Nucard-content-1 {
    flex: 1;
    padding: 0 20px;
    /* Adicione espaço entre a imagem e o texto */
}

.Nucard-1 img, .Nucard-2 img {
    width: 90%;
    max-width: 120px;
    z-index: 1;
}

.Nucard-1 {
    display: flex;
    align-items: center;
    width: 300px;
    height: 110px;
    border-radius: 50px;
    background: #FFF;
    box-shadow: 4px 10px 30px 0px rgba(0, 0, 0, 0.06);
    transform: translateX(100%);
    z-index: 2;
    padding: 10px;
    /* Ajuste o valor do z-index para colocá-lo acima da imagem */
    position: relative;
    /* Adicione esta propriedade para controlar o posicionamento */
}
.Nucard-2 {
    width: 300px;
    height: 110px;
    border-radius: 50px;
    background: #FFF;
    box-shadow: 4px 10px 30px 0px rgba(0, 0, 0, 0.06);
    transform: translateX(100%);
    padding: 10px;
}

.nuDepoimentos {
    background-color: #145D4C;
    width: 100%;
    height: auto;
}

.NuComment {
    width: 450px;
    height: 400px;
    flex-shrink: 0;
    border-radius: 30px;
    background: var(--white, #FFF);
    box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.10);
    fill: rgba(20, 93, 76, 0.72);
    margin-left: 100px;
}

.NuComment svg {
    margin-top: 40px;
    transform: translateX(60px);
}

.NuComment-content p {
    color: #6A6A6A;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    transform: translateX(60px);
    margin-top: 15px;
}

.NuComment-img {
    display: flex;
    align-items: flex-start;
}

.NuComment-img img {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    transform: translateX(60px);
    margin-right: 8px;
    /* Defina a altura da imagem conforme necessário */
}

.NuComment-img .info {
    transform: translateX(60px);
}

.NuComment .info h5 {
    color: var(--text-colour-2, #2B2B2B);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    margin-top: 5px;
}

.NuComment .info p {
    color: var(--text-colour-2, #2B2B2B);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.NuComment-img-1 img {
    margin-right: 10px;
    margin-top: 13px;
}



.blogCard{
    background-color: #f7f7f7;
    width: 100%;
    border-radius: 25px;
    border: none;
    height: auto;
}
.blogCard h5{
    font-weight: 600;
    font-size: 1rem;
}
.blogCard .Tag{
    background-color: #24cd06;
    width: 100pxxs;
    border-radius: 15px;
    padding: 5px 8px 5px 8px;
    color: #000000b7;
    font-size: 0.7rem;
    margin: 0 0 5px 0;
}


.title span {
    color: #343434;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
}

.title h2 {
    color: #343434;
    text-align: center;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    /* 142.857% */
}
.box {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
}
.nu_card {
    padding: 20px 35px;
    margin: 15px;
    position: relative;
    overflow: hidden;
    text-align: center;
    background: #145D4C;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.10);
    width: 224px;
    height: 224px;
    flex-shrink: 0;
}

.nu_card img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}


.nu_card h6 {
    color: white;
    font-size: 20px;
    margin-bottom: 15px;
}

.pra p {
    color: white;
    font-size: 14px;
    margin-bottom: 10px;
}


.icon-boxes .box {
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 5px 10px 29px 0 rgba(68, 88, 144, 0.2);
    transition: all 0.3s ease-in-out;
    border-radius: 50px;
    padding-left: 30px;

}

.boxe {
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 5px 10px 29px 0 rgba(68, 88, 144, 0.2);
    transition: all 0.3s ease-in-out;
    border-radius: 50px;
    padding-left: 30px;

}
.icon-boxes {
    padding-top: 0;
    position: relative;
    z-index: 100;
}

.icon-boxes .icon-box {
    padding: 40px 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 5px 10px 29px 0 rgba(68, 88, 144, 0.2);
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
}
.nuBG {
    padding: 40px;
}

.NUcontact span {
    color: #6D6D6D;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
}

.NUcontact h5 {
    color: #6D6D6D;
    text-align: center;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nu_Form input {
    width: 100%;
    height: 70px;
    flex-shrink: 0;
    border-radius: 100px;
    background: #EDEDED;
    border: none;
    transform: translateX(-60px);
    margin-bottom: 10px;
    margin-left: 50px;
}

.nu_Form-text input {
    width: 100%;
    height: 200px;
    margin-bottom: 10px;
    border-radius: 30px;
}

.nuContact{
    background-color: #145D4C;
}
.btn-nuContact {
    width: 100%;
    margin: 0;
    margin-top: 15px;
    padding: 0;
    flex-shrink: 0;
    border-radius: 100px;
    background: #145D4C;
    border: none;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-nuContact img{
    width: 100%;
}

.popStats{
    margin-top: -50px;
}
.contactoscard img{
    width: 20%;
}


/*
 LOADER
*/

@import url(https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css);

.corpo{
    display: none;
    background: none;
}
.corpoo{
    display: block;
    background: none;
}
.anima {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate3d(0, 0, 0);
}

.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}

.anima {
  background-color: #145D4C;
}

.loader {
  width: 1em;
  height: 1em;
  font-size: 40px;
  position: relative;
}
@media (max-width: 225px), (max-height: 225px) {
  .loader {
    font-size: 75px;
  }
}
.loader:before, .loader:after {
  content: "";
  top: 0;
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  border-width: 0.5em;
  border-style: double;
  border-color: transparent;
  box-sizing: border-box;
  border-radius: 1em;
  -webkit-animation: spin 1s infinite;
          animation: spin 1s infinite;
}
.loader:after {
  left: 0;
  border-left-color: #F4EED7;
}
.loader:before {
  right: 0;
  border-right-color: #F4EED7;
  -webkit-animation-delay: -0.25s;
          animation-delay: -0.25s;
}

@-webkit-keyframes spin {
  from {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(360deg);
  }
}


/* The overlay effect with black background */
.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #145D4C; /* Black with a little bit see-through */
  }
  
  /* The content */
  .overlay-content {
    position: relative;
    top: 43%;
    width: 75%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
  }
  
  /* Close button */
  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 40px;
    cursor: pointer;
    color: white;
  }
 
  .overlay .closebtn:hover {
    color: #ccc;
  }
  
  /* Style the search field */
  .overlay input[type=text] {
    padding: 25px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: #F4EED7;
    border-radius: 75px 0 0 75px;
  }
  
  .overlay input[type=text]:hover {
    background: #f8f6ec;
  }
  
  /* Style the submit button */
  .overlay button {
    float: left;
    width: 20%;
    padding: 25px;
    background: #02c959;
    font-size: 17px;
    border: none;
    cursor: pointer;
    border-radius: 0 75px 75px 0;
  }
  
  .overlay button:hover {
    background: #04e063;
  }




  /* add */

  .chat_intro{
            text-align: center;
        }
        .chat_intro h1{
            color: #145d4c;
            font-size: 3rem;
            margin-bottom: 10px;
        }
        .chat_intro h2{
            color: black;
            font-size: 3rem;
            margin-bottom: 40px;
        }
        .call_cards{
            margin: 2px auto;
            margin-top: 35px;
            display: flex;
            margin-bottom: 30px;
            justify-content:center ;
        }

        .call_styles{
            background: #145d4c;
            padding: 20px;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            margin: 15px;
        }
        .call_styles img{
            width: 50px;
            margin-top: -40px;
        }
        .call_styles h3{
            margin-bottom: 12px;
            margin-top: 12px;
            color: #fff;
            font-size: 17px;
        }
        .call_styles ul{
            margin: 2px auto;
            list-style: none;
        }
        .call_styles ul li{
            color: #fff;
            padding: 2px;
        }

        /* formulario e mapa */
        .campo_form_map{
            display: flex;
            margin: 20px;
            justify-content: center;
        }
        .form_container{
            box-shadow: 10px 10px 5px 0 rgba(0, 0, 0, 0.50);
            padding: 20px;
            background: white;
            border-radius: 30px 0 0 30px;
        }
        .mapa_tecap iframe{
            box-shadow: 10px 10px 5px 0 rgba(0, 0, 0, 0.50);
        }
        .form_container form{
            display: flex;
            flex-direction: column;
            padding: 12px
        }
        .form_container form h2 {
            margin: 25px;
            font-weight: 200;
            color: #145d4c;
        }

        .form_container form input{
            background-color: #ededed;
            max-width: 450px;
            border: none;
            border-width: 1px ;
            border-color: #145d4c;
            margin-bottom: 25px;
            font-size: 18px;
            padding: 20px;
            border-radius: 30px; 
            outline: none;
            
        }
        .mensagem{
            border: none;
            border-width: 1px ;
            border-color: #145d4c;
            margin-bottom: 25px;
            font-size: 18px;
            padding: 20px;
            border-radius: 30px; 
            outline: none;
            background-color: #ededed;
        } 
        .form_container form button{
            cursor: pointer;
            background: #145d4c;
            border: none;
            border-radius: 40px;
            color: #fff;
            font-size: 22px;
            padding: 23px;
        }

        /* mapa */
        .mapa_tecap iframe{
            width: 500px;
            min-height: 479px;
            height: 100%;
            border-radius:0 50px 50px 0;
            fill: blue;
        }
        @media (max-width: 1010px) {
            .campo_form_map{
                display: flex;
                flex-direction: column;
            }
            .form_container{
                border-radius: 30px;
            }
            /* mapa */
            .mapa_tecap iframe{
                margin-top: 50px;
                width: 100%;
                height: 100%;
                border-radius:50px;
                margin-bottom: 50px;
            }

        }

        @media (max-width: 710px) {

            .chat_intro h1{
                color: #145d4c;
                font-size: 2rem;
                margin-bottom: 10px;
            }
            .chat_intro h2{
                color: black;
                font-size: 2rem;
                margin-bottom: 40px;
            }
            .call_cards{
                display: grid;
                grid-template-columns: repeat(2, auto);
            }
            /* mapa */
            .mapa_tecap iframe{
                margin-top: 50px;
                width: 100%;
                height: 600px;
                border-radius:40px;
                margin-bottom: 50px;
            }
            .mapa_tecap iframe{
                margin-top: 50px;
                width: 100%;
                height: 600px;
                border-radius:40px;
                margin-bottom: 50px;
            }
        }
        @media (max-width: 550px){
            .chat_intro h1{
                color: #145d4c;
                font-size: 1.5rem;
                margin-bottom: 10px;
            }
            .chat_intro h2{
                color: black;
                font-size: 1.5rem;
                margin-bottom: 40px;
            }
            .call_cards{
                display: grid;
                grid-template-columns: repeat(1, auto);
            }
            .form_container form h2 {
                font-size: 1.5rem;
                font-weight: 200;
                color: #145d4c;
            }
            .form_container input{
                background-color: #ededed;
                border: none;
                border-width: 1px ;
                border-color: #145d4c;
                margin-bottom: 25px;
                font-size: 15px;
                padding: 20px;
                border-radius: 30px; 
                outline: none;
            }
            .mensagem{
                border: none;
                border-width: 1px ;
                border-color: #145d4c;
                margin-bottom: 25px;
                font-size: 15px;
                padding: 20px;
                border-radius: 30px; 
                outline: none;
                background-color: #ededed;
            }
            .form_container form button{
                cursor: pointer;
                background: #145d4c;
                border: none;
                border-radius: 40px;
                color: #fff;
                font-size: 18px;
                padding: 18px;
            }
            /* mapa */
            .mapa_tecap iframe{
                margin-top: 50px;
                width: 100%;
                height: 500px;
                border-radius:30px;
                margin-bottom: 50px;
            }
            footer{
                justify-content: center;
                align-items: center;
                text-align: center;
            }
            footer ul{
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                text-align: center;
            }

        }
        /*  .card-img-top na limha 911 */
.col-12{
    z-index: 1;
}
@media (max-width: 400px) {
    .form_container{
        max-width: 350px;
    }
}


/* meu carrinho styles */
  #produt_img{
      margin-top: -40px;
      width: 260px;
      margin-left: 60px;
    }
    .text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .w-full {
    width: 100%;
  }
  .bottom-0 {
      bottom: 0px;
  }
  .z-40 {
      z-index: 40;
  }
  .flex {
      display: flex;
  }
  .items-center {
    align-items: center;
}

.containerprod{
        display: flex;
        background-color: rgb(0 0 0 / 0.6);
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0px; left: 0px;
        z-index: 99;
        align-items: center;
        justify-content: center;
    }
    .hidden {
        display: none;
    }
    .container-list{
        --tw-bg-opacity: 1;
        padding: 2rem/* 20px */;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        border-radius: 0.375rem/* 6px */;
        min-width: 70%;
        
    }
    @media (min-width: 768px) {
    .min-w {
        min-width: 600px;
    }
    
}
.container-list h2{
        text-align: center;
        font-weight: 700;
        font-size: 1.5rem/* 24px */;
    line-height: 2rem/* 32px */;
        font-size: 1.5rem/* 24px */;
    line-height: 2rem/* 32px */;
    margin-bottom: 0.5rem/* 8px */;
    margin-bottom: 0.5rem/* 8px */;
    }
    .container-list p {
        font-weight: 700;
    }
    .container-list p :nth-child(2){
        font-weight: 700;
        margin-top: 1rem/* 16px */;
    }
    .cart-btn-styles{
      display: flex;
      margin: 20px;
      justify-content: space-between;
    }
    #close-modal-btn{
      margin: 5px;
      padding: 10px;
      border: none;
      border-radius: 30px;
      background-color: #616161;
      font-weight: 600;
      color: white;
    }
    #checkout-btn{
      margin: 5px;
      padding: 10px;
      border: none;
      border-radius: 30px;
      background-color: #01AF4C;
      color: white;
      font-weight: 600;
    }
    .lista-dos-produtos{
      overflow: auto;
      min-height: 10px;
      max-height: 400px;
      /* height: 450px;  */
      display: flex;
      justify-content: start;
      margin-bottom: 0.5rem;
      flex-direction: column;
    }
    .footer-list-produtos{
      display: flex;
      width: 100%;
      background-color:  #01AF4C;
      padding-top: 1rem/* 12px */;
      padding-bottom: 1rem/* 12px */;
      z-index: 40;
      align-items: center;
      justify-content: center;
    }
    .footer-button-lista{
      background-color: transparent;
      border: none;
      color: white;
      font-weight: 700;
    }
    .produtos-listas{
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 5px;
    }
    .produtos-listas p {
      font-weight: 400;
    }
    .btn-remove{
      border: none;
      font-size: 15px;
      margin-top: 15px;
      padding: 7px;
      background-color: #969696;
      border-radius: 30px;
      font-weight: 400;
    }
th, td {
            border: 1px solid #222020;
            padding: 8px;
            text-align: left;
        }

.table-container {
        max-height: 250mm; /* Ajuste a altura máxima conforme necessário */
        overflow: hidden;
        page-break-inside: auto; /* Evita a quebra de página dentro da tabela */
    }

    /* .activebtn na linha 1016 */




    .tilte_and_descr{
        margin-top: 90px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .tilte_and_descr h1 {
        margin-top: 30px;
        font-weight: 100;
        font-size: 40px;
        color: #145d4c;
    }

    .tilte_and_descr p {
        font-weight: 100;
        font-size: 15px;
        text-align: center;
        color: #979797;
        margin-bottom: 45px;
    }
 
    .all_section{
        gap: 20px;
        display: grid;
        grid-template-columns:  repeat(3, 260px);
        -ms-grid-column-align: center;
        justify-content: space-evenly;
        align-items: center;
    }

    .simple_card{
        background: #145d4c;
        height: 450px;
        justify-content: space-between;
        width: 300px;
        border: none;
        display: flex;
        flex-direction: column;
        padding: 40px;
        margin-top: 20px;
        margin-bottom: 20px;
        justify-content: space-around;
        align-items: center;
    }

    .card_title{
        text-align: center;
        color: #EEEFE1;
        font-size: 20px;
        font-weight: bold;

    }
    .card_text{
        text-align: center;
        font-size: 13px;
        font-weight: normal;
    }

    .logo_styles{
        width: 65px;
        height: auto;
        margin: 15px;
    }

    .btn_text{
        color: #1E2C1D; 
        font-size: 0.9rem;
    }

    .btn_style{
        background-color: #EEEFE1;
        border: none;
        padding: 15px;
        justify-content: space-around;
        border-radius: 30px;
        cursor: pointer;
    }



    .button_icon{
        margin-left: 5px; 
        width: 15px; 
        height: auto; 
        margin-top: 0px;
    }

    /* depois dos cards */
    .services_flex{
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 50px;
    }

    .services_styles{
        width: 50%;
    }

    .services_styles h3{
        color: #145d4c;
        font-size: 25px;
        margin-bottom: 25px;
        margin-left: -20px;
        margin-left: 3px;
    }

    .services_styles h1{
        font-size: 3rem;
        font-weight: bold;
        color: #01af4c;
    }
    .services_styles h2{
        font-size: 3rem;
        font-weight: bold;
    }

    .color_only{
        color: #01af4c;
    }

    .services_styles p{
        color: #000;
        font-size: 1.1rem;
        margin-left: -15px;
        margin-bottom: 20px;
    }

    .services_flex ul li {
        color: #000;
    }

    .services_flex ul li img{
        width: 13px;
        margin-right: 4px;
    }

    .btn_services{
        cursor: pointer;
        margin-top: 40px;
        margin-bottom: 35px;
        padding: 30px;
        background: #01af4c;
        border: none;
        border-radius: 50px;
        text-decoration: none;
    }
    .services_img{
        width: 550px;
        margin: 30px;
    }
    .btn_services span {
        color: #000;
        font-weight: bold;
        font-size: 14px;
    }
    .btn_services img {
        width: 15px;
        margin-right: 6px;
    }
    strong{
        font-weight: 900;
    }

    @media (max-width: 1010px) {
        .services_flex{
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 50px;
        }
        .all_section{
            display: grid;
            grid-template-columns:  repeat(2, 250px);
            -ms-grid-column-align: center;
            justify-content: space-evenly;
            align-items: center;
        }
        .simple_card{
            background: #145d4c;
            height: 450px;
            justify-content: space-between;
            border: none;
            display: flex;
            flex-direction: column;
            padding: 40px;
            margin-top: 20px;
            margin-bottom: 20px;
            justify-content: space-around;
            align-items: center;
        }
        /* styles services */
        .services_styles h3{
            color: #145d4c;
            font-size: 1.1rem;
            margin-bottom: 25px;
            margin-left: -20px;
            margin-left: 3px;
        }

        .services_styles h1{
            font-size: 2rem;
            font-weight: 900;
            color: #01af4c;
        }
        .services_styles h2{
            font-size: 2rem;
            font-weight: 900;
        }
        .services_styles p{
            color: #000;
            font-size: 0.9rem;
            margin-left: -15px;
            margin-bottom: 20px;
        }
        .services_flex ul li {
            color: #000;
            font-size: 0.9rem;
        }

        .services_flex ul li img{
            width: 12px;
            margin-right: 3px;
        }
        .btn_services{
            cursor: pointer;
            margin-top: 15px;
            margin-bottom: 35px;
            padding: 30px;
            background: #01af4c;
            border: none;
            border-radius: 50px;
        }
        .services_img{
            width: 400px;
            margin: 30px;
        }
        .btn_services span {
            color: #000;
            font-weight: 900;
            font-size: 0.9rem;
        }
        .btn_services img {
            width: 14px;
            margin-right: 6px;
        }
    }

    @media (max-width: 810px) {
        .tilte_and_descr h1 {
            margin-top: 30px;
            font-weight: 100;
            font-size: 1.5rem;
            color: #145d4c;
        }

        .tilte_and_descr p {
            font-weight: 100;
            font-size: 0.7rem;
            text-align: center;
            color: #979797;
            margin-bottom: 45px;
        }
        .services_flex{
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin: 50px;
        }
        .services_styles{
        width: 100%;
        }
        .all_section{
            display: flex;
            flex-direction: column;
            -ms-grid-column-align: center;
            align-items: center;
        }
        .simple_card{
            width: 400px;
            background: #145d4c;
            height: 450px;
            justify-content: space-between;
            border: none;
            display: flex;
            flex-direction: column;
            padding: 40px;
            margin-top: 20px;
            margin-bottom: 20px;
            justify-content: space-around;
            align-items: center;
        }
        /* styles services */
        .services_styles h3{
            color: #145d4c;
            font-size: 1.1rem;
            margin-bottom: 25px;
            margin-left: -20px;
            margin-left: 3px;
        }

        .services_styles h1{
            font-size: 2rem;
            font-weight: 900;
            color: #01af4c;
        }
        .services_styles h2{
            font-size: 2rem;
            font-weight: 900;
        }
        .services_styles p{
            color: #000;
            font-size: 0.9rem;
            margin-left: -15px;
            margin-bottom: 20px;
        }
        .services_flex ul li {
            color: #000;
            font-size: 0.9rem;
        }

        .services_flex ul li img{
            width: 12px;
            margin-right: 3px;
        }
        .btn_services{
            cursor: pointer;
            margin-top: 15px;
            margin-bottom: 35px;
            padding: 30px;
            background: #01af4c;
            border: none;
            border-radius: 50px;
        }
        .services_img{
            width: 400px;
            margin: 30px;
        }
        .btn_services span {
            color: #000;
            font-weight: 900;
            font-size: 0.9rem;
        }
        .btn_services img {
            width: 14px;
            margin-right: 6px;
        }
        footer{
            justify-content: center;
            align-items: center;
            text-align: center;
        }
        footer ul{
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
        }
    }
    @media (max-width: 550px){
        .tilte_and_descr h1 {
            margin-top: 30px;
            font-weight: 100;
            font-size: 1.5rem;
            color: #145d4c;
        }

        .tilte_and_descr p {
            font-weight: 100;
            font-size: 0.7rem;
            text-align: center;
            color: #979797;
            margin-bottom: 45px;
        }
        .services_flex{
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin: 50px;
        }
        .services_styles{
        width: 100%;
        }
        .all_section{
            display: flex;
            flex-direction: column;
            -ms-grid-column-align: center;
            align-items: center;
        }
        .simple_card{
            width: auto;
            background: #145d4c;
            height: 400px;
            justify-content: space-between;
            border: none;
            display: flex;
            flex-direction: column;
            padding: 40px;
            margin-top: 20px;
            margin-bottom: 20px;
            justify-content: space-around;
            align-items: center;
            margin: 5px 20px;
        }
        /* styles services */
        .services_styles h3{
            color: #145d4c;
            font-size: 1rem;
            margin-bottom: 25px;
            margin-left: -20px;
            margin-left: 3px;
        }

        .services_styles h1{
            font-size: 1.5rem;
            font-weight: 900;
            color: #01af4c;
        }
        .services_styles h2{
            font-size: 1.5rem;
            font-weight: 900;
        }
        .services_styles p{
            color: #000;
            font-size: 0.9rem;
            margin-left: -15px;
            margin-bottom: 20px;
        }
        .services_flex ul li {
            color: #000;
            font-size: 0.9rem;
        }

        .services_flex ul li img{
            width: 12px;
            margin-right: 3px;
        }
        .btn_services{
            cursor: pointer;
            margin-top: 15px;
            margin-bottom: 35px;
            padding: 30px;
            background: #01af4c;
            border: none;
            border-radius: 50px;
        }
        .services_img{
            width: 400px;
            margin: 30px;
        }
        .btn_services span {
            color: #000;
            font-weight: 900;
            font-size: 0.9rem;
        }
        .btn_services img {
            width: 14px;
            margin-right: 6px;
        }
    } 
