* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
   
    justify-content: center;
}

.body {
    /*background: #F6F9FF;*/
    background: #f7f7f7d1;
    
   /* height: 100vh;*/
    width: 100%;

   /* display: flex;*/
    justify-content: center;
    align-items: center;

    color: #434343;

   
}
.card{
    width: 250px;
    /*height: 330px;*/
    transition: all 0.3s ease-out;
    margin-right: 15px;
    margin-bottom: 20px;
    margin-left: 15px;
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
}
.card span{
    font-family: Lato-Lighter;
		font-style: normal;
		font-weight: lighter;
}
.clo{
    font-family: Lato-Lighter;
		font-style: normal;
		font-weight: lighter;
        height: 48px;
        margin-top: 10px;
        font-size: 12px;
        flex-basis: content;
        margin-bottom: 20px;
}
.card:hover {
    transform: translateY(-5px);
    cursor: pointer;
  }
.cards a{
    display: contents;
    text-decoration: none!important;
}
main.cards {
    display: flex;
    padding: 32px;
    flex-wrap: wrap;
   
}
.card .icon{
    width: 234px;
    height: 160px;
    border-color: #efe9e9;
    border-width: 0.1px;
    border-style: solid;
    border-radius: 7px;
}

main.cards section.card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: white;
    padding: 0.5rem 0.5rem;
    border-radius: 8px;
    max-height: 468px;
   /* margin-left: 32px;
   width: 270px;*/
   color: #434343;
}

main.cards section.card:first-child {
  /*  margin-left: 0;*/
}

main.cards section.card .icon {
  /*  width: 64px;
    height: 64px;*/
}

main.cards section.card img {
   /* width: 100%;
    width: 255px;*/
    border-radius: 5px;
    height: 160px;
    padding-bottom: 5px;
}

main.cards section.card h3 {
    font-size: 100%;
    margin: 16px 0;
    height: 38px;
}

main.cards section.card span {
    font-weight: 300;
    max-width: 240px;
    font-size: 80%;
    margin-bottom: 16px;
 
}
main.cards section.card span p{
    font-weight: 300;
    max-width: 240px;
    font-size: 80%;
    margin-bottom: 16px;
 
}
main.cards section.card button {
    padding: 0.2rem 0.3rem;
    /*text-transform: uppercase;*/
    border-radius: 5px;
    border: 0;
    cursor: pointer;
   /* font-size: 80%;*/
    font-weight: 500;
    color: #fff;
    margin-bottom: 16px 0;
    font-size: 14px;
}

main.cards section.card.contact button {
   /* background: linear-gradient(to right, #437d50, #77e790);*/
    background-color: #22a153;
}
main.cards section.card.shop button {
   /* background: linear-gradient(to right, #437d50, #77e790);*/
    background-color: #22a153;
}
main.cards section.card.about button {
      /* background: linear-gradient(to right, #437d50, #77e790);*/
    background-color: #22a153;
}

main.cards section.card.contact {
   /* box-shadow: 20px 20px 50px -30px #DBC4FF;*/
    box-shadow: 20px 20px 50px -30px  #8d8a93;
   
}
main.cards section.card.shop {
    /* box-shadow: 20px 20px 50px -30px #DBC4FF;*/
    box-shadow: 20px 20px 50px -30px  #8d8a93;
}
main.cards section.card.about {
     /* box-shadow: 20px 20px 50px -30px #DBC4FF;*/
     box-shadow: 20px 20px 50px -30px  #8d8a93;
}

@media screen and (max-width: 720px) {
    main.cards {
        flex-direction: column;
        gap: 30px;
    }

    main.cards section.card {
       /* margin-left: 0;*/
        margin-bottom: 32px;
    }

    main.cards section.card:last-child {
        margin-bottom: 0;
    }

    main.cards section.card button {
        /*font-size: 70%;*/
    }
    .card {
        margin-right: 0px;
        margin: 0 auto;
    }
    .card  {
        width: 100%;
    }
    .card .icon{
        width: 100%;
    }

    main.cards section.card .icon {
       height: 200px;
      }
      
      main.cards section.card img {
        height: 200px;
      }
    .clo {
    font-size: medium;
    padding: 0px 10px 0 10px;
    }

    .cards section.card h3 {
    font-size: medium!important;
    width: 100%;
    padding: 0px 10px 0 10px;
   /* white-space: pre-line;*/
    }
    button {
        font-size: inherit;
    }
    main.cards section.card {
        gap:15px;
    }
}

/*AQUI TROCAMOS O BOTAO DOS PRODUTOS NA FICHA PARA BOTAO MAIS MODERNO*/
.div4{
    
    all: unset!important ; 
justify-content: normal;
width: 107%!important;
/* bottom: 10px!important; */
position: relative;
margin-top: 34px;
}
main.cards section.card.contact button {
    /* background: linear-gradient(to right, #437d50, #77e790); */
    background-color: #22a153;
    background-color: #4a745a;
}
main.cards section.card button {
     /* padding: 0.2rem 0.3rem; */
    /* text-transform: uppercase; */
    /* border-radius: 5px; */
    border: 0;
    cursor: pointer;
    /* font-size: 80%; */
    font-weight: 500;
    color: #fff;
    /*margin-bottom: 16px;*/
    font-size: 15px;
    width: 50%;
    height: 35px;
    margin-left: 0px!important;
    margin-right: 0px!important;
    padding: 0px;
    border-radius: unset;
    font-family: 'Lato';
    border-radius: 0px 0px 0px 5px;
}

main.cards section.card span {
    /* font-weight: 300; */
    max-width: 240px;
    font-size: 80%;
    /* margin-bottom: 16px; */
    position: absolute;
    margin: 7px 15px 7px -2px;
}


main.cards section.card:first-child {
    /* margin-left: 0; */
}

main.cards section.card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: white;
    padding: 0.5rem 0.5rem 0rem 0.5rem;
    border-radius: 8px;
    max-height: 468px;
    color: #434343;
   /* border-color: #41e76e;
    border-width: 1px;
    border-style: solid;*/
}


.botao22 {
    /* margin-left: 10px; */
    background-color: #E2E21A!important;
    color: #707070!important;
    border-radius: 0px 0px 5px 0px!important;
    background-color: #edede8!important;
}
.div4 span{
    display: none;
}
@media(min-width:0) and (max-width:1050px){
    main.cards section.card button {
        font-size: 18px;
    }
    .div4{
        width: 105%!important;
    }
}
@media(min-width:1400px){
    main.cards {
              zoom: 120%; /*AMPLIA A FICHA DO PRODUTO*/
    }
}
