/* CHAT */

section#chat {
  position: fixed;
  bottom: 14px;
  right: 15px;
  display: flex;
  width: 3.5rem;
  height: 3.5rem !important;
  border-radius: 7rem;
  padding: 0;
  z-index: 9999;
  cursor: pointer;
}

div.container-chat {
  display: flex;
  background: #26cb64;
  border-radius: 2rem;
  height: 100%;
  width: 100%;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  font-size: 2rem;
  color: #fff;
  border: 2px solid #ffffff24;
  /* box-shadow: 2px 3px 5px #0000004d; */
}

/* CHAT */

p {
  color: #525252;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 20px;
}

div.box-kit ul {
  color: #959595;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7;
}

div.box-kit ul li {
    float: left;
    padding: 0.1rem 0.6rem;
    /* padding-left: 0.6rem; */
    margin-bottom: 0.4rem;
    margin-right: 0.7rem;
    gap: 1rem;
    /* flex-direction: row; */
    border: 1px solid #cfcfcf;
    border-radius: 0.4rem;
    list-style: none;
    font-size: 0.8rem;
    background-color: #fafafa;
}

div.box-mvv ul {
  
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 20px;
}

div.box-mvv ul li {
    list-style: inside;
    font-size: 0.875rem !important;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 20px;
    color: #fff;
}

.wrap-numbers .numbers .item-number .into { 
  height: 25rem;
}

[link] {
  cursor:pointer;
  color: #ffffff !important;
}

[fixed] {
  position: fixed;
  top: 0;
  z-index: 999;
  transition: all ease-in-out 300ms;
  box-shadow: 0px 0px 11px 0px #0000001c;
}

.contact-infos .box-contact [link=telefone] {
      font-weight: 500;
      color: var(--azul) !important;
}

.contact-infos .box-contact [link=email] {
      font-weight: 500;
      color: #575757 !important;
}

/* FORMULARIO */

/* form span.toggle {cursor: pointer; margin: 0;}
form span.toggle input {display: none;}
form span.toggle {display: table; position: relative; padding-left: 64px; color: #000; font-size: 16px; font-weight: 400; line-height: 26px; position: relative;}
form span.toggle a {color: var(--azul)}
form span.toggle a:hover {text-decoration: underline !important}
form span.toggle:before {content:""; width: 52px; height: 26px; position: absolute; top: 50%; transform: translate(0, -50%); left: 0; background: #CCC; border-radius: 50px; transition: .5s;}
form span.toggle:after {content:""; background: #FFF; transition: .5s; border-radius: 50%; width: 20px; height: 20px; box-shadow: 0px 5.219px 7.828px 1.305px rgba(20, 20, 20, 0.12), 0px 2.609px 5.219px 1.305px rgba(20, 20, 20, 0.07); position: absolute; top: 50%; transform: translate(0, -50%); left: 3px;}
form input:checked ~ span.toggle:before {background: var(--azul)}
form input:checked ~ span.toggle:after {left: 29px;}

input[name=aceite]{
    position: absolute;
    bottom: 0;
    z-index: 99;
    width: 4rem;
    opacity: 0;
    padding: 0;
    cursor: pointer;
} */



/* 
.contact-form {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  display: table;
  width: 100%;
  padding: 0 20px;
  border-radius: 50px;
  border: 1px solid #CFD0D3;
  background: #FFF;
  font-size: 14px;
  color: #6B6C6D;
  height: 50px;
} */


/* FORMULARIO */

div.box-text-single-article div.into ul, section.wrap-content-default ul {
  margin-bottom: 1rem;
}




div.box-text-single-article div.into ul li, section.wrap-content-default ul li {
  list-style: inside;
  font-size: 0.875rem;
  color: #959595;
}


.wrap-content-11 .carousel-testimonials .item-testimonial .box-left .infos span a {
  color: #33303E;
}

.wrap-content-11 .carousel-testimonials .item-testimonial .box-left .infos span a:hover {
  text-decoration: underline !important;
}

label {
  width: 100%;

}

span.label {
  display: table;
  color: #656565;
  font-size: 14px;
  font-weight: 700;
  height: 20px;
  margin-bottom: 5px;
  text-align: left;
}

button[data-button] {
  display: flex;
  margin-left: auto;
}


/* LIGHTBOX */


div.center-full {
  position: fixed;
  z-index: 999999;
  top: 0;
  width: 100%;
  height: 100% !important;
  /* background: #fff; */
}

div.loader {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1ch;
  transition: opacity ease-in-out 800ms;
  display: none;
}

div.circulo {
  width: 40px;
  height: 40px;
  border: 3px solid var(--background-container);
  border-right-color: rgb(244 244 244);
  border-bottom-color: rgb(244 244 244);
  border-radius: 32px;
  transform: rotate(2deg);
  animation: loading infinite cubic-bezier(0.5, 0.25, 0.64, 0.83) 600ms;
}

div.loading {
  font-size: 12px;
  text-align: center;
}

@keyframes loading {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }

}

div.container-resultados {
  padding: 0.5rem;
  min-width: 12rem;
  background-color: #fff;
  border-radius: 8px;
  position: relative;
}


[close] {
  position: absolute;
  background-color: #F1F4EE;
  color: #000;
  height: 28px;
  min-width: 8.8px;
  font-size: 1.25rem;
  border-radius: 6px;
  border: 1px solid #dbdbdb;
}

div.lightbox {
  background-color: #00000094;
  z-index: 99999;
  width: 100.1%;
  height: 100%;
  position: fixed;

}

[prev],
[next],
[close] {
  height: 3rem;
  max-width: 9rem;
  min-width: 3rem;
  padding: 0 1.1rem 0 1.1rem;
  z-index: 8;
  background: rgb(0 0 0 / 22%);
  border: rgb(0 0 0 / 22%);
  border-radius: 42px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: #fff;
  opacity: 0;
  transition: opacity ease-in-out 500ms;
  gap: 1rem;
}

[prev],
[next],
[close] {
  z-index: 9;
  opacity: 1;
}



[prev] {
  transform: translate(0, -50%);
  top: 50%;
  left: 0.5rem;
}

[content] {
  /* height: min(calc(100% - 1rem), 900px); */
  /* height: 801px; */
  /* background: white; */
}

[center] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center !important;
  transform: translate(-50%, -50%);
  z-index: 1000000001 !important;
}

[content] video {

  object-fit: cover;
  width: 100%;
  height: 100%;

}

[next] {
  transform: translate(0, -50%);
  top: 50%;
  right: 0.5rem;
}


[close] {
  top: 0.5rem;
  right: 0.5rem;
}

[prev] {
  left: 0.5rem;

}



div.pop {
  background-color: #fff;
  border: 1px solid #d4d6df !important;
  border-bottom: 5px solid #89c28c !important;
  height: 226px;
  width: min(325px, 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  border-radius: 0.5rem;
  gap: 1.5rem;
  z-index: 7;
  box-shadow: 4px 3px 9px 0px #5555551a;
  transition: all ease-in-out 500ms;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 552px);
  z-index: 1000;
  opacity: 0;
}


div.pop button {
    text-transform: uppercase;
    border: none;
    border-radius: 0.3rem;
    color: #ffffff;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    padding: 0.7rem 1.4rem;
    border-radius: 10px;
    background: #90bc93;
}


div.pop i {
  color: #9bc85f;
  font-size: 3rem;
}
  
  div.pop i.fa-ban {
  color: #f2a4a4 !important;
  } 

div.pop-content {
  color: #4d4d4d;
  font-size: 0.9rem;
}

div.pop[central] {
  opacity: 1;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

div.resultado {
  display: flex;
  flex-direction: column;
  /* max-width: 350px; */
  align-items: center;
  justify-content: center;
  gap: 5ch;
  color: #666;
  border-radius: 15px;
  margin-top: 20px;
  border: none;
  height: 100vh;
}

div.retorno {
  background-color: #fffdfd;
  color: #e95656;
  border: 1px solid #ffd8d8;
  padding: 13px;
  border-radius: 12px;
  font-size: 14px;
  width: 100%;
  display: none;
}


/* LIGHTBOX */



/* SITE */
  
  body {
  
  font-family: "Space Grotesk", sans-serif;
  }


  .logo img {
  width: 15rem;
  }
  
  header.fundo-azul {
  background-color: #014665a6 !important;
    backdrop-filter: blur(20px);
  }
   header.fundo-verde {
  background: linear-gradient(90deg, rgb(83, 154, 98) 0%, rgb(71, 96, 74) 100%);
  }
  
  
  ul.submenu {
    position: absolute;
    top:0;
    left:0;
    align-items: baseline;
    display:none;
}
  
  header .right-header .box-nav nav ul ul{
    display:none;
  }
  
  
header {
    transition: all ease-in-out 300ms;
}

header.header-pages {
    position:fixed;
    background-color: #fff;
}

header.header-pages a.link-contact svg path, header.header-pages a.btn-results svg path {
   stroke: #A5CF4C;
}

  .wrap-depoimentos {
  background-color: #E5E7EB;

}
  
    .wrap-depoimentos .subtitle {
      width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

div.carousel-depoimentos {
  display: flex;
  margin-top: -1rem;
  /* text-align: center; */
  align-items: center;
  position: relative;
  overflow-x: auto;
  scrollbar-width: none;
  gap: 2rem;
}

div.carousel-itens {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-wrap: nowrap;
  width: 177rem;
  gap: 2rem;
  user-select: none;
  cursor: grab;
  scrollbar-width: none;
}

div.item-depoimentos {
  width: 21rem;
  padding: 2rem;
  background-color: #fff;
  border-radius: 1rem;
  text-align: center;
  scroll-behavior: smooth;

  scroll-snap-align: center;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.05);
}


section.wrap-depoimentos {

  background: #F4F6F7;

}

section.wrap-depoimentos div.container {
  padding-bottom: 4rem;
  padding-top: 4rem;
}




section.wrap-depoimentos h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 2.1rem;
  font-weight:800;
  margin-bottom: 1rem;
  text-align: center;
    color: #014665;
}

section.wrap-depoimentos div.box {
  margin-bottom: 7rem;
  position: relative;
  margin-top: 6rem;
}

div.item-depoimentos div.into p {

  text-align: left;
}



div.depoimentos-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 2rem;
}

div.depoimentos-imagem {}

div.depoimentos-imagem img {}

div.depoimentos-dados {}

div.depoimentos-dados-nome {
  text-align: left;
  font-size: 1.1rem;
  font-weight: 700;
  color:#529460;
}

div.depoimentos-dados-local {
  color: #6B7280;
  text-align: left;
}

div.depoimentos-dados-pos {
  display: flex;
  margin-top: 1rem;
  gap: 0.5rem;
}

div.depoimentos-dados-pos i {
  color: #FACC15;
}
  
  
 .wrap-numeros {
    padding:4rem 0;
   padding-bottom: 10rem;
    background: linear-gradient(90deg, #539A62 0%, #47604A 100%);
  }

      .wrap-numeros .subtitle {
      width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
        color:#fff;
  }
  
 .wrap-numeros h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 2.1rem;
  font-weight:800;
  margin-bottom: 1rem;
  text-align: center;
    color: #fff;
}
  
  
  
  div.btns {
    margin-top: 2rem;
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: start;
  }

  .verde-escuro {
      background-color: #3C7944 !important;
  }
  
  .atendimento h2 {
  font-size: 1.7rem;
    font-weight: 600;
  }
  
  
  .wrap-transformar {
  padding-bottom: 6rem;
  } 
  
    .wrap-sobre-inicio {
  padding: 6rem 0;
  } 
  
  
  
.wrap-contact-form form span.label {
    display: table;
    color: #163E55;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.8px;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.wrap-sample-page ul {
    justify-content: center;
}

.wrap-sample-page ul li {
    max-width: 17rem;
}


div.politicas ul {
    flex-direction: column;
    gap: 0;
    margin-bottom:1.2rem;
}

div.politicas ul li {
    max-width: unset;
    color: #959595;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.7;
    margin-bottom: 0;
}

div.politicas h2, div.politicas h3, div.politicas h4 {
    font-size: 1.35rem;
    font-weight: 400;
    color: #315569;
}


input[type=radio] {

}

span.radio-button {
display: flex;
}

span.radio-button label {position:relative;}

span.radio-button label > span {
  margin-left: 1.2rem;
    font-size: 0.8rem;
    color: #495057;
}

.group-option span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #D9D9D9;
}

.group-option input:checked ~ span:after {
    transform: translate(0, -50%) scale(1);
}

.group-option span:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translate(0, -50%) scale(0);
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #163E55;
    transition: .5s;
}

/* blog */
.content-single-blog .box-text-single-blog .box-text p{
  line-height: 1.6;
  margin-bottom: 0.625rem;
}

div.box-text-article-search p {
    line-height: 1;
    margin-bottom: 0.725rem;
}

div.box-text-article-search p a, .box-text p a, span.title a, div.politicas a{
color: #163E55;
}

div.box-text-article-search p a:hover, .box-text p a:hover, span.title a:hover {
  color: #9CC95E;
}

.content-single-blog .box-text-single-blog .box-text h2 {
 font-size: 1.5rem;
} 

.content-single-blog .box-text-single-blog .box-text h3{
font-size: 1.15rem;
}

.content-single-blog .box-text-single-blog .box-text h2, .content-single-blog .box-text-single-blog .box-text h3{
 line-height: 1.3; 
}

.content-single-blog .box-text-single-blog .box-text ul, .content-single-blog .box-text-single-blog .box-text ol{
margin-bottom: 0.625rem;
}

.content-single-blog .box-text-single-blog .box-text ul li, .content-single-blog .box-text-single-blog .box-text ol li{
 color: #787878;
    font-size: 12px;
}

div.box-text-article-search {
  background:#fff;
  padding: 35px;
  height: 100%;
  border-radius: 8px;
}

div.mensagem-resultado {
  color: #163E55;
  margin-bottom: 1.4rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #b1c7d469;
}

/* blog */

div.card-work a {
 position: absolute;
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 3rem;
   width: 15rem;

}
  
div.card-work a span.google-icon{  
  
  font-size: 1.6rem !important;
    font-weight: 800;
  }
  

.card-work .box-text {min-height: 14rem;}
  
  
   img.imagem-res{
      display:none;
      width:100% !important;
  }
  
  
  .wrap-newsletter .box {
    padding: 2rem !important;
    margin: 6rem 0 0 0 !important;
    display: flex;
    flex-direction: column;
    position:relative;
  }
  
  
  .wrap-newsletter .box:after {
    border-radius: 14px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-image: linear-gradient(90deg, #539861 11%, #53986100 100%);
    width: 26%;
    z-index: 1;
    
  }
  
    .wrap-newsletter .box:before {
    border-radius: 14px;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-image: linear-gradient(-90deg, #539861 11%, #53986100 100%);
    width: 26%;
    z-index: 1;
    
  }
  
  .wrap-newsletter {
  position: relative;
  }

  
  .wrap-newsletter div.bt-icons{
    display: flex;
    margin-top: 2.5rem;
    gap: 1rem;
  }
  
  .wrap-newsletter div.bt-icons > div{
    display: flex;
    gap: 1rem;
    padding: 0.5rem 1.1rem;
    border: 1px solid #fff;
    border-radius: 2rem;
    color: #fff;
    font-size: 0.8rem;
  }
  
    .wrap-boxes-single-solution.coleta .row {
    justify-content: center;
      text-align:center;
  } 
  
  .wrap-boxes-single-solution.inovacao {
    background-image: url(../imagens/fundo-simbolo.webp);
    background-size: 140px;
    /* top: 10rem; */
    background-position: center 20rem;
    box-shadow: inset 0px 230px 0px 0px #fff, inset 1px -230px 0px 0px #fff;
  }
  
  div.item-banner a.btn-gradient {
   width:17rem;
  }

  span.verde-claro {
    color:#ABD8AE;
    font-weight: 500;
  }

  section.wrap-team p {
    color: #fff !important;
    text-align: center;
    width: 100%;
    max-width: 40rem;
    margin: auto;
    margin-bottom: 1.5rem;
  }

section.wrap-team div.container p:first-of-type {
  font-size:1.3rem !important;
  font-weight: 500;
}  

div.bt-icons img {
  width:0.7rem;
}

  .wrap-list-services.atendimento p {
  text-align:left;
}

div.vazio {
    margin: auto;
    color: #fff;
    font-weight: 600;
}
  

  @media only screen and (min-width: 1200px) {
    
  [h-100] {
   height:463px !important;
  }
    
  }
/* SITE */


@media only screen and (max-width: 768px) {

.wrap-numeros {
    padding: 4rem 0;
  }

  .wrap-numeros span.simbolo-maior {
    bottom: -50px;
  }

  .wrap-numeros span.simbolo-maior img {
    width: 660px;
  }

      .wrap-numeros .box {
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        width: 100% !important;
        height: 12rem !important;
        position: relative;
        z-index: 1;
        gap: 1rem !important;
        margin-top: 1rem !important;
}
  
  
    .wrap-numeros .box .box-into {
    font-size: 2rem !important;
  }
  
}

@media only screen and (max-width: 1200px) {

  
div.carousel-depoimentos {
  scroll-snap-type:x mandatory;
}

   .wrap-numeros .box .box-into span.texto {
    font-size: 1rem !important;
    font-weight: 500 !important;
  }
  
    .wrap-numeros .box .box-into span.img {

    width: 5rem !important;
    height: 5rem !important;

  
  }
  
  .wrap-numeros .box .box-into span.img img {
  width: 3rem !important;
  height: 3rem !important;
  }
  

  
  .wrap-sobre-inicio .row .col-xl-5 {
  
    margin-bottom: 3rem;

  }
  
  
  /* menu pra você */
  
  div.menu-perfil {
    display: none;
    position: fixed !important;
    z-index: 99999;
    transform:unset !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    background-image: unset !important;
    height: 100% !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 1.6rem 0 0.9rem;
    color: #fff !important;
    text-align: center;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.2;
    filter: drop-shadow(rgb(1, 70, 101) 32px 14px 99px);
}
  
      .item-accordion .open-accordion {
        padding: 0 1rem !important;
    }
  
  
  div.menu-perfil:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-image: linear-gradient(90deg, #539A62 0%, #47604A 100%) !important;
    width: 100%;
    z-index: 0;
  }
  
    div.menu-perfil:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-image: url(../imagens/simbolo-perfil-vertical.svg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    width: 100%;
    z-index: 1;
  }
  
  
  
  div.menu-perfil div {
    color: #529460;
    background: #ffff;
    border-radius: 12rem;
        padding: 1.5rem;
    aspect-ratio: 1;
    z-index: 2;
  }
  
    div.menu-perfil > div:nth-child(1) {
  position: relative;
    left: 3.6rem;
      z-index: 3;
      padding: 1.2rem  !important;
      padding-top: 2.6rem !important;
  }
  
      div.menu-perfil > div:nth-child(3) {
  position: relative;
  left: -2.9rem;
        z-index: 3;
        padding: 1.2rem !important;
        padding-top: 2.6rem !important;
  }
  
  div.menu-perfil > div > span {
    padding: 2.2rem !important;
     }
      
  div.menu-perfil div button {
    border: none !important;
    color: #529460 !important;
    background-color: transparent !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 2rem !important;
    padding: 0.5rem !important;
    position: absolute !important;
    bottom: 0.8rem !important;
    left: 50% !important;
    transform: translate(-50%, 10px) !important;
  }
  
  div.menu-perfil div button:hover {
    background-color: #4C7754 !important;
    color: #fff !important;
}
  
  div.menu-perfil div button a span {
        font-size: 3rem !important;
  }
  
  
  div.menu-perfil div img {
    width: 5rem !important;
}
   /* menu pra você */
  
  .wrap-list-services .especialidades-grid {
    padding: 0 1rem;

    grid-template-columns: 1fr !important;

}


  
  .wrap-transformar.argumentos .row, .wrap-transformar.plataforma .row, .wrap-transformar.resultados .row, .wrap-transformar.cuidar .row{
  
    flex-direction: column-reverse !important;
  
  }
  
  .wrap-transformar.cuidar .col-xl-5, .wrap-transformar.resutlados .col-xl-5{
  margin-top: 2rem;
  }
  
  .wrap-transformar.argumentos h2, .wrap-transformar.argumentos p,.wrap-transformar.resultados h2, .wrap-transformar.plataforma h2, .wrap-transformar.resultados p,  .wrap-list-services .box-title h2 {
   text-align:center;
  }
  
  .wrap-transformar.argumentos p {
   
    margin: 0 2rem;
  }
  
  
  .argumentos {
    padding-top: 3rem !important;
}
  
.wrap-transformar {
    padding-bottom: 3rem !important;
}
  
  .wrap-transformar .subtitle {
    margin-top: 2rem;
    text-align: center;
    width:100%;
  }
  
  .wrap-transformar .row .col-xl-6, .wrap-transformar .row .col-xl-7 {
    padding: 0 !important;
  }
  
  .wrap-transformar .row .col-xl-6 .texto-direita,  .wrap-proposito div .texto-direita, .wrap-transformar .row .col-xl-4 .texto-direita, .wrap-transformar.resultados .row .col-xl-5 h2 {
    text-align: center !important;
    margin: 2rem !important;
    margin-bottom: 2rem !important;
  }
  
  .wrap-transformar .row img, .wrap-transformar.plataforma .row img {
   width:100%;
  } 
  
  .wrap-boxes-single-solution.coleta .box2 {
    padding: 3rem 3rem;
    padding-bottom: 3rem;
    outline: none !important;
    width:100%;
    /* height: 40rem; */
    border-radius: 0.7rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-image: unset;
    background: #fff;
    position: relative;
    z-index: 2;
    box-shadow: unset;
    margin: 1rem;
  }
  
  .wrap-boxes-single-solution.coleta .box2 span.circle-number {

    top: -2.5rem;
  }
  
  .wrap-boxes-single-solution.coleta {
    padding: 70px 0;
  }
  

  
  
  .wrap-newsletter .box form button {
    position: relative;
    right: 0;
    top: 0;
    background-color: #3C7944;
    }
  .wrap-newsletter .box form {
    padding: 0;
  }
  
  .wrap-newsletter .box h2 {
    font-size: 1.6rem;
  }
  
  img.imagem-res{
   display:block !important;
  }
  
  .wrap-social {
   background: #014665;
  }
  
  .wrap-proposito {
    
    background:unset !important;
  }
  
  .wrap-social:after,   .wrap-social, .wrap-social:before,  .wrap-proposito:after, .wrap-proposito:before {
    background-image:unset !important;
  }
  
.wrap-social  {
    background:unset;
    background-color: #014665 !important;
  }

  .wrap-list-services.atendimento a {
    width:100%;
  }
  
  .wrap-list-services.atendimento .container {
  padding:0 !important;
  }
  
  .wrap-list-services.atendimento .container h2 {
  line-height: 1.2;
        text-align: center;
  }
  
   .wrap-list-services.atendimento .container  .subtitle {
        margin-bottom: 1.2rem;
        text-align: center;
        font-weight: 400;
  }
  
  .wrap-list-services.atendimento .container div.btns {
    gap:1rem;
    
  }
  
  
  .wrap-list-services .box-cta .into {
 margin-top: 11rem;
}
  
span.radio-button, .btns {
    flex-direction:column;
}

.box-title {
  grid-template-columns: 1fr !important;
}
  
 .wrap-list-services .box-cta {
    margin: 0 1rem !important;
    background-size: 100%;
    background-position: top;
  }
  
  
  .wrap-list-services .box-cta:before {

    background: linear-gradient(359deg, #47614B 62.5%, rgba(22, 62, 85, 0.00) 100%) !important;
}
  
  
  
  [h-100] {
    height:100% !important;
    border-radius: 0 !important;
  }


    
  .wrap-mvv {
    padding-bottom: 8rem !important;
    background-image: unset !important;
  
  }
  
    
  .wrap-mvv .circles {
    flex-direction: column !important;
    align-items: center !important;
  }

 .box-text-single-article .share-fix {
    position: relative;
    width: 100%;
    display: flex;
    order: 12;
    top: auto;
  }
  

  .wrap-caracteristicas div.box {
    padding: 2rem !important;
  }
  
  div.verde-escuro {
    margin-top: 2rem !important;
  }
  
.form-grid input[type=checkbox] {
   bottom: 5rem;
}
  .box-text-single-article {
    padding: 30px 20px;
  }

  .box-text-single-article {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .box-text-single-article .into {
    width: 100%;
  }
  
  

  header .logo {
    display: table;
    margin: 0;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .wrap-related-blog .card-academy {
    margin-bottom: 30px;
    height: auto;
  }

  .form-filter {
    flex-direction: column;
  }


}