@font-face {
  font-family: "nexa";
  src: url("../fontes/Nexa-Heavy.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Nexa-ExtraLight";
  src: url("../fontes/Nexa-ExtraLight.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@media (min-width: 1024px) {
  .barra-fixa {
    display: none;
  }
}
@media (max-width: 1023px) {
  .barra-fixa {
    display: block;
  }
}
@media (min-width: 1921px) {
  .banner {
    padding: 8rem;
    min-height: 100vh;
    background: url("../img/banner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    position: relative;
  }
  .banner .logo {
    margin: 0 0 1%;
  }
  .banner .logo img {
    width: 25%;
  }
  .banner .chamada h1 {
    color: #fff;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 2rem;
    font-size: 5rem;
  }
  .banner .chamada p {
    background-color: #fff;
    color: #201c11;
    margin: 0 0 0.5rem;
    padding: 0rem 0.25rem;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 2.8rem;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.5rem;
  }
  .banner .chamada p span {
    color: #335f3c;
  }
  .banner .formulario {
    background-color: #335f3c;
    position: relative;
    padding: 4rem;
    border-radius: 5rem;
    z-index: 9;
    width: 100%;
  }
  .banner .formulario .titulo-form {
    text-align: center;
  }
  .banner .formulario .titulo-form h1 {
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 3rem;
    margin: 0;
    line-height: 1.1;
    font-family: "Nexa-ExtraLight", sans-serif;
  }
  .banner .formulario .titulo-form h1 span {
    font-weight: bold;
  }
  .banner .formulario form .campos {
    margin-top: 2rem;
  }
  .banner .formulario form .campos label {
    font-size: 1.7rem;
    font-family: "Nexa-ExtraLight", sans-serif;
    display: block;
    color: #fff;
    margin-left: 2rem;
    text-transform: uppercase;
  }
  .banner .formulario form .campos input,
  .banner .formulario form .campos select {
    display: block;
    border-radius: 3rem;
    height: 4rem;
    width: 100%;
    border: none;
    background-color: #2c4631;
    font-size: 1rem;
    font-weight: 400;
    margin-top: 0.5rem;
    padding: 0 1rem;
    color: #fff;
  }
  .banner .formulario form .bt-section {
    margin-top: 2.5rem;
    display: flex;
    justify-content: center;
  }
  .banner .formulario form .bt-section button {
    width: 85%;
    border: none;
    background-color: #dfb73e;
    color: #000;
    padding: 0.5rem 0rem;
    border-radius: 3rem;
    font-size: 2rem;
    text-decoration: none;
    cursor: pointer;
    font-family: "Nexa-ExtraLight", sans-serif;
    font-weight: 900;
  }
  .banner .imagem {
    width: 65%;
    height: auto;
    position: absolute;
    left: 9%;
    bottom: -0.75%;
  }
  .banner .imagem img {
    width: 100%;
    height: auto;
  }
  .cta {
    background-color: #335f3c;
    padding: 3rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cta h1 {
    text-align: center;
    color: #fff;
    margin: 0 0 1rem;
    font-size: 4rem;
  }
  .cta a {
    width: -moz-fit-content;
    width: fit-content;
    border: none;
    background: #dfb73e;
    color: #000;
    padding: 0.15rem 1.85rem;
    border-radius: 2rem;
    font-size: 2rem;
    text-decoration: none;
    cursor: pointer;
    font-family: "Nexa-ExtraLight", sans-serif;
    font-weight: 900;
    transition: background-position 0.5s ease, color 0.3s ease;
  }
  .cta a:hover {
    background-image: linear-gradient(to right, #dbb545, #ddbe1d);
  }
  .vantagens {
    padding: 4rem 8rem;
    background-color: #c6c2b6;
    overflow: hidden;
  }
  .vantagens .titulo {
    margin-bottom: 5rem;
  }
  .vantagens .titulo h1 {
    color: #335f3c;
    margin: 0;
    line-height: 1;
    font-size: 5.5rem;
  }
  .vantagens .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.85rem;
    margin-bottom: 5rem;
  }
  .vantagens .item .icon {
    width: 10rem;
    height: 10rem;
    border: 8px solid #335f3c;
    padding: 1.75rem;
    border-radius: 100%;
  }
  .vantagens .item .icon img {
    width: 100%;
    height: auto;
  }
  .vantagens .item .texto {
    min-height: 6rem;
  }
  .vantagens .item .texto p {
    font-size: 1.8rem;
    line-height: 1.1;
    margin: 0;
    font-weight: 900;
    color: #4c4941;
  }
  .diferenciais {
    padding: 6rem 8rem;
    background: url("../img/diferenciais.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
  }
  .diferenciais .titulo h1 {
    color: #fff;
    margin: 0;
    line-height: 1.1;
    font-size: 5.5rem;
  }
  .diferenciais ul li {
    color: #fff;
    font-size: 2rem;
    line-height: 1;
    margin: 0 0 1rem;
    font-family: "Nexa-ExtraLight", sans-serif;
    font-weight: 900;
    background-color: #2c4631;
    border-radius: 3rem;
    width: 70%;
    padding: 1rem 1.15rem;
    list-style-position: inside;
  }
  .planos {
    padding: 8rem;
    background: url("../img/planos.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: top;
  }
  .planos .titulo {
    margin-bottom: 9rem;
  }
  .planos .titulo h1 {
    color: #335f3c;
    margin: 0;
    line-height: 1.1;
    font-size: 5.5rem;
  }
  .planos .itens .item {
    background-image: linear-gradient(to top, #004222 50%, #005f37 50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 3rem;
    min-height: 44rem;
    width: 90%;
  }
  .planos .itens .item h1 {
    color: #fff;
    font-size: 5rem;
    margin: 0;
    line-height: 1;
  }
  .planos .itens .item h1 span {
    font-size: 3rem;
    color: #c6c2b6;
    text-transform: uppercase;
  }
  .planos .itens .item img {
    width: 70%;
    height: auto;
    margin: 1rem 0;
  }
  .planos .itens .item span.gavetas {
    background-color: #fff;
    font-size: 2rem;
    color: #335f3c;
    margin: 0;
    line-height: 1;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.15rem 0.65rem;
    border-radius: 5rem;
    text-transform: uppercase;
  }
  .planos .itens .item p {
    font-size: 2rem;
    color: #fff;
    margin: 0.75rem 0 0;
    line-height: 1;
  }
  .planos .texto {
    display: flex;
    justify-content: center;
    margin-top: 4rem;
  }
  .planos .texto p {
    font-size: 3rem;
    color: #000;
    margin: 0;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #fff;
    line-height: 1;
  }
  .planos .texto p span {
    color: #335f3c;
  }
  .planos .ctaa {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .planos .ctaa h1 {
    text-align: center;
    color: #fff;
    margin: 2rem 0;
    font-size: 4rem;
  }
  .planos .ctaa a {
    width: -moz-fit-content;
    width: fit-content;
    border: none;
    background: #dfb73e;
    color: #000;
    padding: 0.15rem 1.85rem;
    border-radius: 2rem;
    font-size: 2rem;
    text-decoration: none;
    cursor: pointer;
    font-family: "Nexa-ExtraLight", sans-serif;
    font-weight: 900;
    transition: background-position 0.5s ease, color 0.3s ease;
  }
  .planos .ctaa a:hover {
    background-image: linear-gradient(to right, #dbb545, #ddbe1d);
  }
  .depoimentos {
    padding: 4rem 6rem 14rem;
    position: relative;
    background-color: #c6c2b6;
    overflow: hidden;
  }
  .depoimentos .titulo {
    margin-bottom: 5rem;
  }
  .depoimentos .titulo h1 {
    color: #335f3c;
    margin: 0;
    line-height: 1.1;
    font-size: 5.5rem;
  }
  .depoimentos .galeria-depoimentos {
    margin: 0 -25rem;
  }
  .depoimentos .galeria-depoimentos .item {
    background-color: #fff;
    padding: 2rem;
    margin: 0 2rem;
    min-height: 31rem;
    border-radius: 1rem;
    position: relative;
    border: 3px solid #3f9152;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .depoimentos .galeria-depoimentos .item h1 {
    font-size: 3rem;
    color: #335f3c;
    font-weight: 600;
    margin: 0;
    line-height: 1;
    text-align: center;
  }
  .depoimentos .galeria-depoimentos .item img {
    width: 30%;
    margin: 0.5rem 0;
  }
  .depoimentos .galeria-depoimentos .item p {
    margin: 2rem 0;
    font-size: 1.8rem;
    color: #4c4941;
    text-align: center;
    font-family: "Nexa-ExtraLight", sans-serif;
    font-weight: 600;
    min-height: 8rem;
  }
  .depoimentos .galeria-depoimentos .prev-arrow {
    padding: 1rem;
    position: absolute;
    bottom: -15%;
    left: 55%;
    background: #000;
    border: none;
    color: #fff;
    font-size: 1.5rem;
    z-index: 11;
    text-decoration: none;
    display: none !important;
  }
  .depoimentos .galeria-depoimentos .prev-arrow img {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 1.25rem;
  }
  .depoimentos .galeria-depoimentos ul.slick-dots {
    display: block;
    position: absolute;
    bottom: -29%;
    left: 35%;
    text-align: center;
    padding: 0;
    list-style: none;
  }
  .depoimentos .galeria-depoimentos ul.slick-dots li {
    display: inline-block;
    padding: 0 0.3125rem;
  }
  .depoimentos .galeria-depoimentos ul.slick-dots li button {
    display: block;
    width: 11rem;
    height: 2.25rem;
    font-size: 0;
    background: #bab5ad;
    border: none;
    border-radius: 3rem;
  }
  .depoimentos .galeria-depoimentos ul.slick-dots li.slick-active button {
    background: #fff;
    border: 0.1rem solid #fff;
  }
  .historia {
    background: url("../img/quemsomos.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    position: relative;
    padding: 8rem;
  }
  .historia .imagem {
    width: 90%;
    height: auto;
  }
  .historia .imagem img {
    width: 100%;
    height: auto;
  }
  .historia .texto h1 {
    color: #fff;
    margin-bottom: 1rem;
    line-height: 1;
    font-size: 5.5rem;
  }
  .historia .texto p {
    font-size: 2.5rem;
    margin: 0;
    line-height: 1;
    color: #c6c2b6;
  }
  .footer {
    padding: 1rem 3rem;
    font-size: 1.5rem;
  }
  .section-obrigado {
    background-size: cover;
  }
  .section-obrigado .logo img {
    width: 30%;
  }
  .section-obrigado h1 {
    font-size: 3rem;
  }
  .section-obrigado h2 {
    font-size: 1.5rem;
  }
  .section-obrigado .btn-whatsapp {
    font-size: 1.5rem;
    padding: 1.5rem 4rem;
    margin-top: 2rem;
  }
}
@media (min-width: 1441px) and (max-width: 1919px) {
  .banner {
    padding: 8rem;
    min-height: 100vh;
    background: url("../img/banner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    position: relative;
  }
  .banner .logo {
    margin: 0 0 1%;
  }
  .banner .logo img {
    width: 25%;
  }
  .banner .chamada h1 {
    color: #fff;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 2rem;
    font-size: 3rem;
  }
  .banner .chamada p {
    background-color: #fff;
    color: #201c11;
    margin: 0 0 0.5rem;
    padding: 0rem 0.25rem;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.7rem;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.25rem;
  }
  .banner .chamada p span {
    color: #335f3c;
  }
  .banner .formulario {
    padding: 2.5rem 2.5rem 3rem;
    border-radius: 4rem;
  }
  .banner .formulario .titulo-form {
    text-align: center;
  }
  .banner .formulario .titulo-form h1 {
    font-size: 1.85rem;
  }
  .banner .formulario form .campos {
    margin-top: 1.5rem;
  }
  .banner .formulario form .campos label {
    font-size: 1rem;
    font-family: "Nexa-ExtraLight", sans-serif;
    display: block;
    color: #fff;
    margin-left: 2rem;
    text-transform: uppercase;
  }
  .banner .formulario form .campos input,
  .banner .formulario form .campos select {
    display: block;
    border-radius: 3rem;
    height: 3rem;
    width: 100%;
    border: none;
    background-color: #2c4631;
    font-size: 1rem;
    font-weight: 400;
    margin-top: 0.5rem;
    padding: 0 1rem;
    color: #fff;
  }
  .banner .formulario form .bt-section {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
  }
  .banner .formulario form .bt-section button {
    width: 85%;
    border: none;
    background-color: #dfb73e;
    color: #000;
    padding: 0.5rem 0rem;
    border-radius: 3rem;
    font-size: 1.25rem;
    text-decoration: none;
    cursor: pointer;
    font-family: "Nexa-ExtraLight", sans-serif;
    font-weight: 900;
  }
  .banner .imagem {
    width: 83%;
    left: 3%;
  }
  .cta {
    background-color: #335f3c;
    padding: 3rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cta h1 {
    text-align: center;
    color: #fff;
    margin: 0 0 1rem;
    font-size: 2.75rem;
  }
  .cta a {
    width: -moz-fit-content;
    width: fit-content;
    border: none;
    background: #dfb73e;
    color: #000;
    padding: 0.15rem 1.85rem;
    border-radius: 2rem;
    font-size: 1.25rem;
    text-decoration: none;
    cursor: pointer;
    font-family: "Nexa-ExtraLight", sans-serif;
    font-weight: 900;
    transition: background-position 0.5s ease, color 0.3s ease;
  }
  .cta a:hover {
    background-image: linear-gradient(to right, #dbb545, #ddbe1d);
  }
  .vantagens {
    padding: 4rem 8rem;
    background-color: #c6c2b6;
    overflow: hidden;
  }
  .vantagens .titulo {
    margin-bottom: 5rem;
  }
  .vantagens .titulo h1 {
    color: #335f3c;
    margin: 0;
    line-height: 1;
    font-size: 4.5rem;
  }
  .vantagens .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.85rem;
    margin-bottom: 5rem;
  }
  .vantagens .item .icon {
    width: 10rem;
    height: 10rem;
    border: 8px solid #335f3c;
    padding: 1.75rem;
    border-radius: 100%;
  }
  .vantagens .item .icon img {
    width: 100%;
    height: auto;
  }
  .vantagens .item .texto {
    min-height: 6rem;
  }
  .vantagens .item .texto p {
    font-size: 1.35rem;
    line-height: 1.1;
    margin: 0;
    font-weight: 900;
    color: #4c4941;
  }
  .diferenciais {
    padding: 6rem 8rem;
    background: url("../img/diferenciais.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
  }
  .diferenciais .titulo h1 {
    color: #fff;
    margin: 0;
    line-height: 1.1;
    font-size: 4.5rem;
  }
  .diferenciais ul li {
    color: #fff;
    font-size: 1.25rem;
    line-height: 1;
    margin: 0 0 1rem;
    font-family: "Nexa-ExtraLight", sans-serif;
    font-weight: 900;
    background-color: #2c4631;
    border-radius: 3rem;
    width: 80%;
    padding: 1rem 1.15rem;
    list-style-position: inside;
  }
  .planos {
    padding: 6rem 6rem;
    background: url("../img/planos.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: top;
  }
  .planos .titulo {
    margin-bottom: 4rem;
  }
  .planos .titulo h1 {
    color: #335f3c;
    margin: 0;
    line-height: 1.1;
    font-size: 4.5rem;
  }
  .planos .itens .item {
    background-image: linear-gradient(to top, #004222 50%, #005f37 50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 3rem;
    min-height: 32rem;
    width: 95%;
  }
  .planos .itens .item h1 {
    color: #fff;
    font-size: 3.5rem;
    margin: 0;
    line-height: 1;
  }
  .planos .itens .item h1 span {
    font-size: 2.25rem;
    color: #c6c2b6;
    text-transform: uppercase;
  }
  .planos .itens .item img {
    width: 70%;
    height: auto;
    margin: 1rem 0;
  }
  .planos .itens .item span.gavetas {
    background-color: #fff;
    font-size: 1.75rem;
    color: #335f3c;
    margin: 0;
    line-height: 1;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.15rem 0.65rem;
    border-radius: 5rem;
    text-transform: uppercase;
  }
  .planos .itens .item p {
    font-size: 1.15rem;
    color: #fff;
    margin: 0.75rem 0 0;
    line-height: 1;
  }
  .planos .texto {
    display: flex;
    justify-content: center;
    margin-top: 4rem;
  }
  .planos .texto p {
    font-size: 2.25rem;
    color: #000;
    margin: 0;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #fff;
    line-height: 1;
  }
  .planos .texto p span {
    color: #335f3c;
  }
  .planos .ctaa {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .planos .ctaa h1 {
    text-align: center;
    color: #fff;
    margin: 2rem 0;
    font-size: 2.8rem;
  }
  .planos .ctaa a {
    width: -moz-fit-content;
    width: fit-content;
    border: none;
    background: #dfb73e;
    color: #000;
    padding: 0.15rem 1.85rem;
    border-radius: 2rem;
    font-size: 1.25rem;
    text-decoration: none;
    cursor: pointer;
    font-family: "Nexa-ExtraLight", sans-serif;
    font-weight: 900;
    transition: background-position 0.5s ease, color 0.3s ease;
  }
  .planos .ctaa a:hover {
    background-image: linear-gradient(to right, #dbb545, #ddbe1d);
  }
  .depoimentos {
    padding: 3rem 5rem 10rem;
    position: relative;
    background-color: #c6c2b6;
    overflow: hidden;
  }
  .depoimentos .titulo {
    margin-bottom: 5rem;
  }
  .depoimentos .titulo h1 {
    color: #335f3c;
    margin: 0;
    line-height: 1.1;
    font-size: 4.5rem;
  }
  .depoimentos .galeria-depoimentos {
    margin: 0 -25rem;
  }
  .depoimentos .galeria-depoimentos .item {
    background-color: #fff;
    padding: 2rem;
    margin: 0 2rem;
    min-height: 25rem;
    border-radius: 1rem;
    position: relative;
    border: 3px solid #3f9152;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .depoimentos .galeria-depoimentos .item h1 {
    font-size: 1.5rem;
    color: #335f3c;
    font-weight: 600;
    margin: 0;
    line-height: 1;
    text-align: center;
  }
  .depoimentos .galeria-depoimentos .item img {
    width: 30%;
    margin: 0.5rem 0;
  }
  .depoimentos .galeria-depoimentos .item p {
    margin: 2rem 0;
    font-size: 1.15rem;
    color: #4c4941;
    text-align: center;
    font-family: "Nexa-ExtraLight", sans-serif;
    font-weight: 600;
    min-height: 8rem;
  }
  .depoimentos .galeria-depoimentos .prev-arrow {
    padding: 1rem;
    position: absolute;
    bottom: -15%;
    left: 55%;
    background: #000;
    border: none;
    color: #fff;
    font-size: 1.5rem;
    z-index: 11;
    text-decoration: none;
    display: none !important;
  }
  .depoimentos .galeria-depoimentos .prev-arrow img {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 1.25rem;
  }
  .depoimentos .galeria-depoimentos ul.slick-dots {
    display: block;
    position: absolute;
    bottom: -29%;
    left: 31%;
    text-align: center;
    padding: 0;
    list-style: none;
  }
  .depoimentos .galeria-depoimentos ul.slick-dots li {
    display: inline-block;
    padding: 0 0.3125rem;
  }
  .depoimentos .galeria-depoimentos ul.slick-dots li button {
    display: block;
    width: 11rem;
    height: 2.25rem;
    font-size: 0;
    background: #bab5ad;
    border: none;
    border-radius: 3rem;
  }
  .depoimentos .galeria-depoimentos ul.slick-dots li.slick-active button {
    background: #fff;
    border: 0.1rem solid #fff;
  }
  .historia {
    background: url("../img/quemsomos.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    position: relative;
    padding: 5rem;
  }
  .historia .imagem {
    width: 90%;
    height: auto;
  }
  .historia .imagem img {
    width: 100%;
    height: auto;
  }
  .historia .texto h1 {
    color: #fff;
    margin-bottom: 1rem;
    line-height: 1;
    font-size: 4.5rem;
  }
  .historia .texto p {
    font-size: 1.57rem;
    margin: 0;
    line-height: 1;
    color: #c6c2b6;
  }
  .footer {
    font-size: 1rem;
  }
  .footer a {
    font-size: 1rem;
  }
  .section-obrigado {
    background-size: cover;
  }
}
@media (min-width: 1367px) and (max-width: 1440px) {
  .banner {
    padding: 10rem 6rem;
  }
  .banner .logo {
    margin: 0 0 1%;
  }
  .banner .logo img {
    width: 25%;
  }
  .banner .chamada h1 {
    color: #fff;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 2rem;
    font-size: 3rem;
  }
  .banner .chamada p {
    background-color: #fff;
    color: #201c11;
    margin: 0 0 0.5rem;
    padding: 0rem 0.25rem;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.7rem;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.25rem;
  }
  .banner .chamada p span {
    color: #335f3c;
  }
  .banner .formulario {
    padding: 2.5rem 2.5rem 3rem;
    border-radius: 4rem;
  }
  .banner .formulario .titulo-form {
    text-align: center;
  }
  .banner .formulario .titulo-form h1 {
    font-size: 1.5rem;
  }
  .banner .formulario form .campos {
    margin-top: 1.25rem;
  }
  .banner .formulario form .campos label {
    font-size: 1rem;
    font-family: "Nexa-ExtraLight", sans-serif;
    display: block;
    color: #fff;
    margin-left: 1rem;
    text-transform: uppercase;
  }
  .banner .formulario form .campos input,
  .banner .formulario form .campos select {
    display: block;
    border-radius: 3rem;
    height: 2.5rem;
    width: 100%;
    border: none;
    background-color: #2c4631;
    font-size: 1rem;
    font-weight: 400;
    margin-top: 0.5rem;
    padding: 0 1rem;
    color: #fff;
  }
  .banner .formulario form .bt-section {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
  }
  .banner .formulario form .bt-section button {
    width: 85%;
    border: none;
    background-color: #dfb73e;
    color: #000;
    padding: 0.25rem 0rem;
    border-radius: 3rem;
    font-size: 1.2rem;
    text-decoration: none;
    cursor: pointer;
    font-family: "Nexa-ExtraLight", sans-serif;
    font-weight: 900;
  }
  .banner .imagem {
    width: 83%;
    left: 3%;
  }
  .cta {
    background-color: #335f3c;
    padding: 2.5rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cta h1 {
    text-align: center;
    color: #fff;
    margin: 0 0 1rem;
    font-size: 2.5rem;
  }
  .cta a {
    width: -moz-fit-content;
    width: fit-content;
    border: none;
    background: #dfb73e;
    color: #000;
    padding: 0.15rem 1.85rem;
    border-radius: 2rem;
    font-size: 1.25rem;
    text-decoration: none;
    cursor: pointer;
    font-family: "Nexa-ExtraLight", sans-serif;
    font-weight: 900;
    transition: background-position 0.5s ease, color 0.3s ease;
  }
  .cta a:hover {
    background-image: linear-gradient(to right, #dbb545, #ddbe1d);
  }
  .vantagens {
    padding: 3rem 6rem;
    background-color: #c6c2b6;
    overflow: hidden;
  }
  .vantagens .titulo {
    margin-bottom: 5rem;
  }
  .vantagens .titulo h1 {
    color: #335f3c;
    margin: 0;
    line-height: 1;
    font-size: 4rem;
  }
  .vantagens .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.85rem;
    margin-bottom: 5rem;
  }
  .vantagens .item .icon {
    width: 8rem;
    height: 8rem;
  }
  .vantagens .item .icon img {
    width: 100%;
    height: auto;
  }
  .vantagens .item .texto {
    min-height: 4rem;
  }
  .vantagens .item .texto p {
    font-size: 1.15rem;
    line-height: 1.1;
    margin: 0;
    font-weight: 900;
    color: #4c4941;
  }
  .diferenciais {
    padding: 1rem 6rem;
  }
  .diferenciais .titulo h1 {
    color: #fff;
    margin: 0;
    line-height: 1.1;
    font-size: 4rem;
  }
  .diferenciais ul li {
    color: #fff;
    font-size: 1.1rem;
    line-height: 1;
    margin: 0 0 1rem;
    font-family: "Nexa-ExtraLight", sans-serif;
    font-weight: 900;
    background-color: #2c4631;
    border-radius: 3rem;
    width: 80%;
    padding: 1rem 1.15rem;
    list-style-position: inside;
  }
  .planos {
    padding: 4rem 5rem;
    background: url("../img/planos.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: top;
  }
  .planos .titulo {
    margin-bottom: 4rem;
  }
  .planos .titulo h1 {
    color: #335f3c;
    margin: 0;
    line-height: 1.1;
    font-size: 4rem;
  }
  .planos .itens .item {
    border-radius: 3.5rem;
    min-height: 32rem;
    width: 100%;
  }
  .planos .itens .item h1 {
    font-size: 3rem;
  }
  .planos .itens .item h1 span {
    font-size: 2rem;
  }
  .planos .itens .item img {
    width: 70%;
    height: auto;
    margin: 1rem 0;
  }
  .planos .itens .item span.gavetas {
    background-color: #fff;
    font-size: 1.5rem;
    color: #335f3c;
    margin: 0;
    line-height: 1;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.15rem 0.65rem;
    border-radius: 5rem;
    text-transform: uppercase;
  }
  .planos .itens .item p {
    font-size: 1.15rem;
    color: #fff;
    margin: 0.75rem 0 0;
    line-height: 1;
  }
  .planos .texto {
    display: flex;
    justify-content: center;
    margin-top: 4rem;
  }
  .planos .texto p {
    font-size: 2rem;
    color: #000;
    margin: 0;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #fff;
    line-height: 1;
  }
  .planos .texto p span {
    color: #335f3c;
  }
  .planos .ctaa {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .planos .ctaa h1 {
    text-align: center;
    color: #fff;
    margin: 2rem 0;
    font-size: 2.58rem;
  }
  .planos .ctaa a {
    width: -moz-fit-content;
    width: fit-content;
    border: none;
    background: #dfb73e;
    color: #000;
    padding: 0.15rem 1.85rem;
    border-radius: 2rem;
    font-size: 1.25rem;
    text-decoration: none;
    cursor: pointer;
    font-family: "Nexa-ExtraLight", sans-serif;
    font-weight: 900;
    transition: background-position 0.5s ease, color 0.3s ease;
  }
  .planos .ctaa a:hover {
    background-image: linear-gradient(to right, #dbb545, #ddbe1d);
  }
  .depoimentos {
    padding: 3rem 5rem 10rem;
    position: relative;
    background-color: #c6c2b6;
    overflow: hidden;
  }
  .depoimentos .titulo {
    margin-bottom: 5rem;
  }
  .depoimentos .titulo h1 {
    color: #335f3c;
    margin: 0;
    line-height: 1.1;
    font-size: 4rem;
  }
  .depoimentos .galeria-depoimentos {
    margin: 0 -25rem;
  }
  .depoimentos .galeria-depoimentos .item {
    background-color: #fff;
    padding: 2rem;
    margin: 0 2rem;
    min-height: 25rem;
    border-radius: 1rem;
    position: relative;
    border: 3px solid #3f9152;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .depoimentos .galeria-depoimentos .item h1 {
    font-size: 1.5rem;
    color: #335f3c;
    font-weight: 600;
    margin: 0;
    line-height: 1;
    text-align: center;
  }
  .depoimentos .galeria-depoimentos .item img {
    width: 30%;
    margin: 0.5rem 0;
  }
  .depoimentos .galeria-depoimentos .item p {
    margin: 2rem 0;
    font-size: 1.15rem;
    color: #4c4941;
    text-align: center;
    font-family: "Nexa-ExtraLight", sans-serif;
    font-weight: 600;
    min-height: 8rem;
  }
  .depoimentos .galeria-depoimentos .prev-arrow {
    padding: 1rem;
    position: absolute;
    bottom: -15%;
    left: 55%;
    background: #000;
    border: none;
    color: #fff;
    font-size: 1.5rem;
    z-index: 11;
    text-decoration: none;
    display: none !important;
  }
  .depoimentos .galeria-depoimentos .prev-arrow img {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 1.25rem;
  }
  .depoimentos .galeria-depoimentos ul.slick-dots {
    display: block;
    position: absolute;
    bottom: -29%;
    left: 27%;
    text-align: center;
    padding: 0;
    list-style: none;
  }
  .depoimentos .galeria-depoimentos ul.slick-dots li {
    display: inline-block;
    padding: 0 0.3125rem;
  }
  .depoimentos .galeria-depoimentos ul.slick-dots li button {
    display: block;
    width: 11rem;
    height: 2.25rem;
    font-size: 0;
    background: #bab5ad;
    border: none;
    border-radius: 3rem;
  }
  .depoimentos .galeria-depoimentos ul.slick-dots li.slick-active button {
    background: #fff;
    border: 0.1rem solid #fff;
  }
  .historia {
    padding: 5rem;
  }
  .historia .imagem {
    width: 90%;
    height: auto;
  }
  .historia .imagem img {
    width: 100%;
    height: auto;
  }
  .historia .texto h1 {
    color: #fff;
    margin-bottom: 1rem;
    line-height: 1;
    font-size: 4rem;
  }
  .historia .texto p {
    font-size: 1.4rem;
    margin: 0;
    line-height: 1;
    color: #c6c2b6;
  }
  .footer {
    font-size: 1rem;
  }
  .footer a {
    font-size: 1rem;
  }
  .section-obrigado {
    background-position-x: center;
  }
}
@media (min-width: 1280px) and (max-width: 1366px) {
  .banner {
    padding: 10rem 4rem;
  }
  .banner .logo {
    margin: 0 0 1%;
  }
  .banner .logo img {
    width: 25%;
  }
  .banner .chamada h1 {
    color: #fff;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 2rem;
    font-size: 3rem;
  }
  .banner .chamada p {
    background-color: #fff;
    color: #201c11;
    margin: 0 0 0.5rem;
    padding: 0rem 0.25rem;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.7rem;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.25rem;
  }
  .banner .chamada p span {
    color: #335f3c;
  }
  .banner .formulario {
    padding: 2.5rem 2.5rem 3rem;
    border-radius: 4rem;
  }
  .banner .formulario .titulo-form {
    text-align: center;
  }
  .banner .formulario .titulo-form h1 {
    font-size: 1.5rem;
  }
  .banner .formulario form .campos {
    margin-top: 1.25rem;
  }
  .banner .formulario form .campos label {
    font-size: 1rem;
    font-family: "Nexa-ExtraLight", sans-serif;
    display: block;
    color: #fff;
    margin-left: 1rem;
    text-transform: uppercase;
  }
  .banner .formulario form .campos input,
  .banner .formulario form .campos select {
    display: block;
    border-radius: 3rem;
    height: 2.5rem;
    width: 100%;
    border: none;
    background-color: #2c4631;
    font-size: 1rem;
    font-weight: 400;
    margin-top: 0.5rem;
    padding: 0 1rem;
    color: #fff;
  }
  .banner .formulario form .bt-section {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
  }
  .banner .formulario form .bt-section button {
    width: 85%;
    border: none;
    background-color: #dfb73e;
    color: #000;
    padding: 0.25rem 0rem;
    border-radius: 3rem;
    font-size: 1.2rem;
    text-decoration: none;
    cursor: pointer;
    font-family: "Nexa-ExtraLight", sans-serif;
    font-weight: 900;
  }
  .banner .imagem {
    width: 83%;
    left: 3%;
  }
  .cta {
    background-color: #335f3c;
    padding: 2.5rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cta h1 {
    text-align: center;
    color: #fff;
    margin: 0 0 1rem;
    font-size: 2.5rem;
  }
  .cta a {
    width: -moz-fit-content;
    width: fit-content;
    border: none;
    background: #dfb73e;
    color: #000;
    padding: 0.15rem 1.85rem;
    border-radius: 2rem;
    font-size: 1.25rem;
    text-decoration: none;
    cursor: pointer;
    font-family: "Nexa-ExtraLight", sans-serif;
    font-weight: 900;
    transition: background-position 0.5s ease, color 0.3s ease;
  }
  .cta a:hover {
    background-image: linear-gradient(to right, #dbb545, #ddbe1d);
  }
  .vantagens {
    padding: 3rem 4rem;
    background-color: #c6c2b6;
    overflow: hidden;
  }
  .vantagens .titulo {
    margin-bottom: 5rem;
  }
  .vantagens .titulo h1 {
    color: #335f3c;
    margin: 0;
    line-height: 1;
    font-size: 4rem;
  }
  .vantagens .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.85rem;
    margin-bottom: 5rem;
  }
  .vantagens .item .icon {
    width: 8rem;
    height: 8rem;
  }
  .vantagens .item .icon img {
    width: 100%;
    height: auto;
  }
  .vantagens .item .texto {
    min-height: 4rem;
  }
  .vantagens .item .texto p {
    font-size: 1.15rem;
    line-height: 1.1;
    margin: 0;
    font-weight: 900;
    color: #4c4941;
  }
  .diferenciais {
    padding: 1rem 4rem;
  }
  .diferenciais .titulo h1 {
    color: #fff;
    margin: 0;
    line-height: 1.1;
    font-size: 4rem;
  }
  .diferenciais ul li {
    color: #fff;
    font-size: 1.1rem;
    line-height: 1;
    margin: 0 0 1rem;
    font-family: "Nexa-ExtraLight", sans-serif;
    font-weight: 900;
    background-color: #2c4631;
    border-radius: 3rem;
    width: 85%;
    padding: 1rem 1.15rem;
    list-style-position: inside;
  }
  .planos {
    padding: 4rem 4rem;
    background: url("../img/planos.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: top;
  }
  .planos .titulo {
    margin-bottom: 4rem;
  }
  .planos .titulo h1 {
    color: #335f3c;
    margin: 0;
    line-height: 1.1;
    font-size: 4rem;
  }
  .planos .itens .item {
    border-radius: 3.5rem;
    min-height: 32rem;
    width: 100%;
  }
  .planos .itens .item h1 {
    font-size: 3rem;
  }
  .planos .itens .item h1 span {
    font-size: 2rem;
  }
  .planos .itens .item img {
    width: 70%;
    height: auto;
    margin: 1rem 0;
  }
  .planos .itens .item span.gavetas {
    background-color: #fff;
    font-size: 1.5rem;
    color: #335f3c;
    margin: 0;
    line-height: 1;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.15rem 0.65rem;
    border-radius: 5rem;
    text-transform: uppercase;
  }
  .planos .itens .item p {
    font-size: 1.15rem;
    color: #fff;
    margin: 0.75rem 0 0;
    line-height: 1;
  }
  .planos .texto {
    display: flex;
    justify-content: center;
    margin-top: 4rem;
  }
  .planos .texto p {
    font-size: 2rem;
    color: #000;
    margin: 0;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #fff;
    line-height: 1;
  }
  .planos .texto p span {
    color: #335f3c;
  }
  .planos .ctaa {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .planos .ctaa h1 {
    text-align: center;
    color: #fff;
    margin: 2rem 0;
    font-size: 2.58rem;
  }
  .planos .ctaa a {
    width: -moz-fit-content;
    width: fit-content;
    border: none;
    background: #dfb73e;
    color: #000;
    padding: 0.15rem 1.85rem;
    border-radius: 2rem;
    font-size: 1.25rem;
    text-decoration: none;
    cursor: pointer;
    font-family: "Nexa-ExtraLight", sans-serif;
    font-weight: 900;
    transition: background-position 0.5s ease, color 0.3s ease;
  }
  .planos .ctaa a:hover {
    background-image: linear-gradient(to right, #dbb545, #ddbe1d);
  }
  .depoimentos {
    padding: 3rem 5rem 10rem;
    position: relative;
    background-color: #c6c2b6;
    overflow: hidden;
  }
  .depoimentos .titulo {
    margin-bottom: 5rem;
  }
  .depoimentos .titulo h1 {
    color: #335f3c;
    margin: 0;
    line-height: 1.1;
    font-size: 4rem;
  }
  .depoimentos .galeria-depoimentos {
    margin: 0 -25rem;
  }
  .depoimentos .galeria-depoimentos .item {
    background-color: #fff;
    padding: 2rem;
    margin: 0 2rem;
    min-height: 25rem;
    border-radius: 1rem;
    position: relative;
    border: 3px solid #3f9152;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .depoimentos .galeria-depoimentos .item h1 {
    font-size: 1.5rem;
    color: #335f3c;
    font-weight: 600;
    margin: 0;
    line-height: 1;
    text-align: center;
  }
  .depoimentos .galeria-depoimentos .item img {
    width: 30%;
    margin: 0.5rem 0;
  }
  .depoimentos .galeria-depoimentos .item p {
    margin: 2rem 0;
    font-size: 1.15rem;
    color: #4c4941;
    text-align: center;
    font-family: "Nexa-ExtraLight", sans-serif;
    font-weight: 600;
    min-height: 8rem;
  }
  .depoimentos .galeria-depoimentos .prev-arrow {
    padding: 1rem;
    position: absolute;
    bottom: -15%;
    left: 55%;
    background: #000;
    border: none;
    color: #fff;
    font-size: 1.5rem;
    z-index: 11;
    text-decoration: none;
    display: none !important;
  }
  .depoimentos .galeria-depoimentos .prev-arrow img {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 1.25rem;
  }
  .depoimentos .galeria-depoimentos ul.slick-dots {
    display: block;
    position: absolute;
    bottom: -29%;
    left: 26%;
    text-align: center;
    padding: 0;
    list-style: none;
  }
  .depoimentos .galeria-depoimentos ul.slick-dots li {
    display: inline-block;
    padding: 0 0.3125rem;
  }
  .depoimentos .galeria-depoimentos ul.slick-dots li button {
    display: block;
    width: 11rem;
    height: 2.25rem;
    font-size: 0;
    background: #bab5ad;
    border: none;
    border-radius: 3rem;
  }
  .depoimentos .galeria-depoimentos ul.slick-dots li.slick-active button {
    background: #fff;
    border: 0.1rem solid #fff;
  }
  .historia {
    padding: 4rem;
  }
  .historia .imagem {
    width: 90%;
    height: auto;
  }
  .historia .imagem img {
    width: 100%;
    height: auto;
  }
  .historia .texto h1 {
    color: #fff;
    margin-bottom: 1rem;
    line-height: 1;
    font-size: 4rem;
  }
  .historia .texto p {
    font-size: 1.3rem;
    margin: 0;
    line-height: 1;
    color: #c6c2b6;
  }
  .footer {
    font-size: 0.75rem;
  }
  .footer a {
    font-size: 0.75rem;
  }
  .section-obrigado {
    padding: 4rem;
    background-size: cover;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .banner {
    padding: 4rem;
  }
  .banner .logo {
    margin: 0 0 1%;
  }
  .banner .logo img {
    width: 30%;
  }
  .banner .chamada h1 {
    margin: 0 0 2rem;
    font-size: 2.5rem;
  }
  .banner .chamada p {
    margin: 0 0 0.5rem;
    padding: 0rem 0.25rem;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.5rem;
    height: 2rem;
  }
  .banner .formulario {
    padding: 2rem 2rem 2.5rem;
    border-radius: 3rem;
  }
  .banner .formulario .titulo-form {
    text-align: center;
  }
  .banner .formulario .titulo-form h1 {
    font-size: 1.25rem;
  }
  .banner .formulario form .campos {
    margin-top: 1.25rem;
  }
  .banner .formulario form .campos label {
    font-size: 1rem;
    font-family: "Nexa-ExtraLight", sans-serif;
    display: block;
    color: #fff;
    margin-left: 1rem;
    text-transform: uppercase;
  }
  .banner .formulario form .campos input,
  .banner .formulario form .campos select {
    display: block;
    border-radius: 3rem;
    height: 2rem;
    width: 100%;
    border: none;
    background-color: #2c4631;
    font-size: 0.95rem;
    font-weight: 400;
    margin-top: 0.5rem;
    padding: 0 1rem;
    color: #fff;
  }
  .banner .formulario form .bt-section {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
  }
  .banner .formulario form .bt-section button {
    width: 85%;
    border: none;
    background-color: #dfb73e;
    color: #000;
    padding: 0.25rem 0rem;
    border-radius: 3rem;
    font-size: 0.95rem;
    text-decoration: none;
    cursor: pointer;
    font-family: "Nexa-ExtraLight", sans-serif;
    font-weight: 900;
  }
  .banner .imagem {
    width: 83%;
    left: 3%;
  }
  .cta {
    background-color: #335f3c;
    padding: 2rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cta h1 {
    text-align: center;
    color: #fff;
    margin: 0;
    font-size: 2rem;
  }
  .cta a {
    padding: 0.15rem 1.85rem;
    font-size: 1rem;
  }
  .vantagens {
    padding: 3rem 3rem;
    background-color: #c6c2b6;
    overflow: hidden;
  }
  .vantagens .titulo {
    margin-bottom: 4rem;
  }
  .vantagens .titulo h1 {
    color: #335f3c;
    margin: 0;
    line-height: 1;
    font-size: 3rem;
  }
  .vantagens .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.85rem;
    margin-bottom: 5rem;
  }
  .vantagens .item .icon {
    width: 7rem;
    height: 7rem;
    padding: 1.5rem;
  }
  .vantagens .item .icon img {
    width: 100%;
    height: auto;
  }
  .vantagens .item .texto {
    min-height: 3rem;
  }
  .vantagens .item .texto p {
    font-size: 1rem;
    line-height: 1.1;
    margin: 0;
    font-weight: 900;
    color: #4c4941;
  }
  .diferenciais {
    padding: 1rem 3rem;
  }
  .diferenciais .titulo h1 {
    color: #fff;
    margin: 0;
    line-height: 1.1;
    font-size: 3rem;
  }
  .diferenciais ul li {
    color: #fff;
    font-size: 1rem;
    margin: 0 0 1rem;
    border-radius: 3rem;
    width: 100%;
    padding: 1rem 1.15rem;
    list-style-position: inside;
  }
  .planos {
    padding: 3rem;
  }
  .planos .titulo {
    margin-bottom: 3rem;
  }
  .planos .titulo h1 {
    font-size: 3rem;
  }
  .planos .itens .item {
    border-radius: 2.5rem;
    min-height: 21rem;
    width: 100%;
  }
  .planos .itens .item h1 {
    font-size: 2.5rem;
  }
  .planos .itens .item h1 span {
    font-size: 1.5rem;
  }
  .planos .itens .item img {
    width: 70%;
    height: auto;
    margin: 1rem 0;
  }
  .planos .itens .item span.gavetas {
    background-color: #fff;
    font-size: 1rem;
    color: #335f3c;
    margin: 0;
    line-height: 1;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.15rem 0.65rem;
    border-radius: 5rem;
    text-transform: uppercase;
  }
  .planos .itens .item p {
    font-size: 1rem;
    color: #fff;
    margin: 0.75rem 0 0;
    line-height: 1;
  }
  .planos .texto {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
  }
  .planos .texto p {
    font-size: 1.5rem;
  }
  .planos .ctaa {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .planos .ctaa h1 {
    text-align: center;
    color: #fff;
    margin: 1rem 0;
    font-size: 2rem;
  }
  .planos .ctaa a {
    width: -moz-fit-content;
    width: fit-content;
    border: none;
    background: #dfb73e;
    color: #000;
    padding: 0.15rem 1.85rem;
    border-radius: 2rem;
    font-size: 1rem;
    text-decoration: none;
    cursor: pointer;
    font-family: "Nexa-ExtraLight", sans-serif;
    font-weight: 900;
    transition: background-position 0.5s ease, color 0.3s ease;
  }
  .planos .ctaa a:hover {
    background-image: linear-gradient(to right, #dbb545, #ddbe1d);
  }
  .depoimentos {
    padding: 4rem 4rem 8rem;
    position: relative;
    background-color: #c6c2b6;
    overflow: hidden;
  }
  .depoimentos .titulo {
    margin-bottom: 3rem;
  }
  .depoimentos .titulo h1 {
    color: #335f3c;
    margin: 0;
    line-height: 1.1;
    font-size: 3rem;
  }
  .depoimentos .galeria-depoimentos {
    margin: 0 -25rem;
  }
  .depoimentos .galeria-depoimentos .item {
    background-color: #fff;
    padding: 1rem;
    margin: 0 2rem;
    min-height: 20rem;
    border-radius: 1rem;
    position: relative;
    border: 3px solid #3f9152;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .depoimentos .galeria-depoimentos .item h1 {
    font-size: 1.25rem;
  }
  .depoimentos .galeria-depoimentos .item p {
    margin: 1rem 0;
    font-size: 1rem;
    min-height: 8rem;
  }
  .depoimentos .galeria-depoimentos .prev-arrow {
    padding: 1rem;
    position: absolute;
    bottom: -15%;
    left: 55%;
    background: #000;
    border: none;
    color: #fff;
    font-size: 1.5rem;
    z-index: 11;
    text-decoration: none;
    display: none !important;
  }
  .depoimentos .galeria-depoimentos .prev-arrow img {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 1.25rem;
  }
  .depoimentos .galeria-depoimentos ul.slick-dots {
    display: block;
    position: absolute;
    bottom: -29%;
    left: 29%;
    text-align: center;
    padding: 0;
    list-style: none;
  }
  .depoimentos .galeria-depoimentos ul.slick-dots li {
    display: inline-block;
    padding: 0 0.3125rem;
  }
  .depoimentos .galeria-depoimentos ul.slick-dots li button {
    width: 8rem;
    height: 2rem;
  }
  .depoimentos .galeria-depoimentos ul.slick-dots li.slick-active button {
    background: #fff;
    border: 0.1rem solid #fff;
  }
  .historia {
    padding: 2rem;
  }
  .historia .imagem {
    width: 80%;
    height: auto;
  }
  .historia .imagem img {
    width: 100%;
    height: auto;
  }
  .historia .texto h1 {
    color: #fff;
    margin-bottom: 1rem;
    line-height: 1;
    font-size: 3rem;
  }
  .historia .texto p {
    font-size: 1.15rem;
    margin: 0;
    line-height: 1;
    color: #c6c2b6;
  }
  .footer {
    font-size: 0.75rem;
  }
  .footer a {
    font-size: 0.75rem;
  }
  .section-obrigado {
    padding: 4rem;
  }
  .section-obrigado h2 {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .banner {
    padding: 3rem;
    min-height: auto;
  }
  .banner .logo {
    margin: 0 0 1%;
  }
  .banner .logo img {
    width: 30%;
  }
  .banner .chamada h1 {
    margin: 0 0 2rem;
    font-size: 3.5rem;
  }
  .banner .chamada p {
    margin: 0 0 0.5rem;
    padding: 0rem 0.25rem;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 2rem;
    height: 2rem;
  }
  .banner .formulario {
    padding: 2rem 2rem 2.5rem;
    border-radius: 2.5rem;
  }
  .banner .formulario .titulo-form {
    text-align: center;
  }
  .banner .formulario .titulo-form h1 {
    font-size: 1.2rem;
  }
  .banner .formulario form .campos {
    margin-top: 1rem;
  }
  .banner .formulario form .campos label {
    font-size: 0.85rem;
    font-family: "Nexa-ExtraLight", sans-serif;
    display: block;
    color: #fff;
    margin-left: 1rem;
    text-transform: uppercase;
  }
  .banner .formulario form .campos input,
  .banner .formulario form .campos select {
    display: block;
    border-radius: 3rem;
    height: 2rem;
    width: 100%;
    border: none;
    background-color: #2c4631;
    font-size: 0.95rem;
    font-weight: 400;
    margin-top: 0.5rem;
    padding: 0 1rem;
    color: #fff;
  }
  .banner .formulario form .bt-section {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
  }
  .banner .formulario form .bt-section button {
    width: 85%;
    border: none;
    background-color: #dfb73e;
    color: #000;
    padding: 0.25rem 0rem;
    border-radius: 3rem;
    font-size: 0.85rem;
    text-decoration: none;
    cursor: pointer;
    font-family: "Nexa-ExtraLight", sans-serif;
    font-weight: 900;
  }
  .banner .imagem {
    display: none;
  }
  .cta {
    background-color: #335f3c;
    padding: 2rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cta h1 {
    text-align: center;
    color: #fff;
    margin: 0;
    font-size: 2rem;
  }
  .cta a {
    padding: 0.15rem 1.85rem;
    font-size: 0.85rem;
  }
  .vantagens {
    padding: 3rem 3rem;
    background-color: #c6c2b6;
    overflow: hidden;
    min-height: auto;
  }
  .vantagens .titulo {
    margin-bottom: 4rem;
  }
  .vantagens .titulo h1 {
    color: #335f3c;
    margin: 0;
    line-height: 1;
    font-size: 3rem;
  }
  .vantagens .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.85rem;
    margin-bottom: 0rem;
  }
  .vantagens .item .icon {
    width: 7rem;
    height: 7rem;
    padding: 1.5rem;
  }
  .vantagens .item .icon img {
    width: 100%;
    height: auto;
  }
  .vantagens .item .texto {
    min-height: 6rem;
  }
  .vantagens .item .texto p {
    font-size: 0.85rem;
    line-height: 1.1;
    margin: 0;
    font-weight: 900;
    color: #4c4941;
  }
  .diferenciais {
    padding: 3rem;
  }
  .diferenciais .titulo h1 {
    color: #fff;
    margin: 0 0 1rem;
    line-height: 1.1;
    font-size: 3rem;
    text-align: center;
  }
  .diferenciais ul {
    flex-direction: column;
    align-items: center;
    display: flex;
  }
  .diferenciais ul li {
    color: #fff;
    font-size: 1rem;
    margin: 0 0 1rem;
    border-radius: 3rem;
    width: 62%;
    padding: 1rem 1.15rem;
    list-style-position: inside;
  }
  .planos {
    padding: 3rem;
  }
  .planos .titulo {
    margin-bottom: 3rem;
  }
  .planos .titulo h1 {
    font-size: 3rem;
  }
  .planos .itens .item {
    border-radius: 2rem;
    min-height: 18rem;
    width: 100%;
  }
  .planos .itens .item h1 {
    font-size: 2rem;
  }
  .planos .itens .item h1 span {
    font-size: 1.25rem;
  }
  .planos .itens .item img {
    width: 70%;
    height: auto;
    margin: 1rem 0;
  }
  .planos .itens .item span.gavetas {
    background-color: #fff;
    font-size: 1rem;
    color: #335f3c;
    margin: 0;
    line-height: 1;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.15rem 0.65rem;
    border-radius: 5rem;
    text-transform: uppercase;
  }
  .planos .itens .item p {
    font-size: 0.85rem;
    color: #fff;
    margin: 0.75rem 0 0;
    line-height: 1;
  }
  .planos .texto {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
  }
  .planos .texto p {
    font-size: 1.5rem;
  }
  .planos .ctaa {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .planos .ctaa h1 {
    text-align: center;
    color: #fff;
    margin: 1rem 0;
    font-size: 2rem;
  }
  .planos .ctaa a {
    width: -moz-fit-content;
    width: fit-content;
    border: none;
    background: #dfb73e;
    color: #000;
    padding: 0.15rem 1.85rem;
    border-radius: 2rem;
    font-size: 1rem;
    text-decoration: none;
    cursor: pointer;
    font-family: "Nexa-ExtraLight", sans-serif;
    font-weight: 900;
    transition: background-position 0.5s ease, color 0.3s ease;
  }
  .planos .ctaa a:hover {
    background-image: linear-gradient(to right, #dbb545, #ddbe1d);
  }
  .depoimentos {
    padding: 4rem 4rem 8rem;
    position: relative;
    background-color: #c6c2b6;
    overflow: hidden;
  }
  .depoimentos .titulo {
    margin-bottom: 3rem;
  }
  .depoimentos .titulo h1 {
    color: #335f3c;
    margin: 0;
    line-height: 1.1;
    font-size: 3rem;
  }
  .depoimentos .galeria-depoimentos {
    margin: 0 -25rem;
  }
  .depoimentos .galeria-depoimentos .item {
    background-color: #fff;
    padding: 1rem;
    margin: 0 2rem;
    min-height: 20rem;
    border-radius: 1rem;
    position: relative;
    border: 3px solid #3f9152;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .depoimentos .galeria-depoimentos .item h1 {
    font-size: 1.25rem;
  }
  .depoimentos .galeria-depoimentos .item p {
    margin: 1rem 0;
    font-size: 1rem;
    min-height: 8rem;
  }
  .depoimentos .galeria-depoimentos .prev-arrow {
    padding: 1rem;
    position: absolute;
    bottom: -15%;
    left: 55%;
    background: #000;
    border: none;
    color: #fff;
    font-size: 1.5rem;
    z-index: 11;
    text-decoration: none;
    display: none !important;
  }
  .depoimentos .galeria-depoimentos .prev-arrow img {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 1.25rem;
  }
  .depoimentos .galeria-depoimentos ul.slick-dots {
    display: block;
    position: absolute;
    bottom: -29%;
    left: 29%;
    text-align: center;
    padding: 0;
    list-style: none;
  }
  .depoimentos .galeria-depoimentos ul.slick-dots li {
    display: inline-block;
    padding: 0 0.3125rem;
  }
  .depoimentos .galeria-depoimentos ul.slick-dots li button {
    width: 8rem;
    height: 2rem;
  }
  .depoimentos .galeria-depoimentos ul.slick-dots li.slick-active button {
    background: #fff;
    border: 0.1rem solid #fff;
  }
  .historia {
    padding: 3rem;
  }
  .historia .imagem {
    width: 80%;
    height: auto;
  }
  .historia .imagem img {
    width: 100%;
    height: auto;
  }
  .historia .texto h1 {
    color: #fff;
    margin-bottom: 1rem;
    line-height: 1;
    font-size: 3rem;
  }
  .historia .texto p {
    font-size: 1.15rem;
    margin: 0;
    line-height: 1;
    color: #c6c2b6;
    text-align: justify;
  }
  .footer {
    font-size: 0.75rem;
  }
  .footer a {
    font-size: 0.75rem;
  }
  .section-obrigado {
    padding: 4rem;
  }
  .section-obrigado h2 {
    font-size: 1.2rem;
  }
}
@media (min-width: 380px) and (max-width: 767px) {
  .banner {
    padding: 2rem 2rem 3rem;
    min-height: auto;
  }
  .banner .logo {
    margin: 0 0 1%;
    text-align: center;
  }
  .banner .logo img {
    width: 50%;
  }
  .banner .chamada h1 {
    margin: 0 0 2rem;
    font-size: 3.5rem;
  }
  .banner .chamada p {
    margin: 0 0 0.5rem;
    padding: 0rem 0.25rem;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 2.25rem;
    height: 2.35rem;
  }
  .banner .formulario {
    margin: 2rem 0 0;
    padding: 2rem 2rem 2.5rem;
    border-radius: 2.5rem;
  }
  .banner .formulario .titulo-form {
    text-align: center;
  }
  .banner .formulario .titulo-form h1 {
    font-size: 1.5rem;
  }
  .banner .formulario form .campos {
    margin-top: 1rem;
  }
  .banner .formulario form .campos label {
    font-size: 0.85rem;
    font-family: "Nexa-ExtraLight", sans-serif;
    display: block;
    color: #fff;
    margin-left: 1rem;
    text-transform: uppercase;
  }
  .banner .formulario form .campos input,
  .banner .formulario form .campos select {
    display: block;
    border-radius: 3rem;
    height: 2rem;
    width: 100%;
    border: none;
    background-color: #2c4631;
    font-size: 0.95rem;
    font-weight: 400;
    margin-top: 0.5rem;
    padding: 0 1rem;
    color: #fff;
  }
  .banner .formulario form .bt-section {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
  }
  .banner .formulario form .bt-section button {
    width: 85%;
    border: none;
    background-color: #dfb73e;
    color: #000;
    padding: 0.25rem 0rem;
    border-radius: 3rem;
    font-size: 0.95rem;
    text-decoration: none;
    cursor: pointer;
    font-family: "Nexa-ExtraLight", sans-serif;
    font-weight: 900;
  }
  .banner .imagem {
    display: none;
  }
  .cta {
    background-color: #335f3c;
    padding: 2rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cta h1 {
    text-align: center;
    color: #fff;
    margin: 0;
    font-size: 1.5rem;
  }
  .cta a {
    padding: 0.15rem 1.85rem;
    font-size: 0.85rem;
  }
  .vantagens {
    padding: 2rem;
    background-color: #c6c2b6;
    overflow: hidden;
    min-height: auto;
  }
  .vantagens .titulo {
    margin-bottom: 4rem;
  }
  .vantagens .titulo h1 {
    color: #335f3c;
    margin: 0;
    line-height: 1;
    font-size: 2.75rem;
  }
  .vantagens .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.85rem;
    margin-bottom: 0rem;
  }
  .vantagens .item .icon {
    width: 7rem;
    height: 7rem;
    padding: 1.5rem;
  }
  .vantagens .item .icon img {
    width: 100%;
    height: auto;
  }
  .vantagens .item .texto {
    min-height: 8rem;
  }
  .vantagens .item .texto p {
    font-size: 1.2rem;
    line-height: 1.1;
    margin: 0;
    font-weight: 900;
    color: #4c4941;
  }
  .diferenciais {
    padding: 1rem;
  }
  .diferenciais .titulo h1 {
    color: #fff;
    margin: 0 0 1rem;
    line-height: 1.1;
    font-size: 2.75rem;
    text-align: center;
  }
  .diferenciais ul {
    flex-direction: column;
    align-items: center;
    display: flex;
    padding: 0;
  }
  .diferenciais ul li {
    color: #fff;
    font-size: 0.9rem;
    margin: 0 0 1rem;
    border-radius: 3rem;
    width: 100%;
    padding: 1rem 1.15rem;
    list-style-position: inside;
  }
  .planos {
    padding: 2rem;
    background: url("../img/mobile-planos.jpg");
  }
  .planos .titulo {
    margin-bottom: 3rem;
  }
  .planos .titulo h1 {
    font-size: 2.75rem;
  }
  .planos .itens .item {
    border-radius: 2rem;
    min-height: 21rem;
    width: 80%;
    padding: 1rem;
    margin: 1rem 0;
  }
  .planos .itens .item h1 {
    font-size: 2.5rem;
  }
  .planos .itens .item h1 span {
    font-size: 1.5rem;
  }
  .planos .itens .item img {
    width: 60%;
    height: auto;
    margin: 1rem 0;
  }
  .planos .itens .item span.gavetas {
    background-color: #fff;
    font-size: 1.15rem;
    color: #335f3c;
    margin: 0;
    line-height: 1;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.15rem 0.65rem;
    border-radius: 5rem;
    text-transform: uppercase;
  }
  .planos .itens .item p {
    font-size: 1rem;
    color: #fff;
    margin: 0.75rem 0 0;
    line-height: 1;
  }
  .planos .texto {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
  }
  .planos .texto p {
    font-size: 1.25rem;
  }
  .planos .ctaa {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .planos .ctaa h1 {
    text-align: center;
    color: #fff;
    margin: 1rem 0;
    font-size: 1.35rem;
  }
  .planos .ctaa a {
    width: -moz-fit-content;
    width: fit-content;
    border: none;
    background: #dfb73e;
    color: #000;
    padding: 0.15rem 1.85rem;
    border-radius: 2rem;
    font-size: 1rem;
    text-decoration: none;
    cursor: pointer;
    font-family: "Nexa-ExtraLight", sans-serif;
    font-weight: 900;
    transition: background-position 0.5s ease, color 0.3s ease;
  }
  .planos .ctaa a:hover {
    background-image: linear-gradient(to right, #dbb545, #ddbe1d);
  }
  .depoimentos {
    padding: 2rem 2rem 8rem;
    position: relative;
    background-color: #c6c2b6;
    overflow: hidden;
  }
  .depoimentos .titulo {
    margin-bottom: 3rem;
  }
  .depoimentos .titulo h1 {
    color: #335f3c;
    margin: 0;
    line-height: 1.1;
    font-size: 2.75rem;
  }
  .depoimentos .galeria-depoimentos {
    margin: 0;
  }
  .depoimentos .galeria-depoimentos .item {
    background-color: #fff;
    padding: 1rem;
    margin: 0 1rem;
    min-height: 18rem;
    border-radius: 1rem;
    position: relative;
    border: 3px solid #3f9152;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .depoimentos .galeria-depoimentos .item h1 {
    font-size: 1.25rem;
  }
  .depoimentos .galeria-depoimentos .item p {
    margin: 0.5rem 0;
    font-size: 0.85rem;
    min-height: auto;
  }
  .depoimentos .galeria-depoimentos .prev-arrow {
    padding: 1rem;
    position: absolute;
    bottom: -15%;
    left: 55%;
    background: #000;
    border: none;
    color: #fff;
    font-size: 1.5rem;
    z-index: 11;
    text-decoration: none;
    display: none !important;
  }
  .depoimentos .galeria-depoimentos .prev-arrow img {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 1.25rem;
  }
  .depoimentos .galeria-depoimentos ul.slick-dots {
    display: block;
    position: absolute;
    bottom: -35%;
    left: 0%;
    text-align: center;
    padding: 0;
    list-style: none;
  }
  .depoimentos .galeria-depoimentos ul.slick-dots li {
    display: inline-block;
    padding: 0 0.3125rem;
  }
  .depoimentos .galeria-depoimentos ul.slick-dots li button {
    width: 5rem;
    height: 1rem;
  }
  .depoimentos .galeria-depoimentos ul.slick-dots li.slick-active button {
    background: #fff;
    border: 0.1rem solid #fff;
  }
  .historia {
    padding: 2rem;
  }
  .historia .imagem {
    margin-top: 2rem;
    width: 100%;
    height: auto;
  }
  .historia .imagem img {
    width: 100%;
    height: auto;
  }
  .historia .texto h1 {
    color: #fff;
    margin-bottom: 1rem;
    line-height: 1;
    font-size: 2.75rem;
    margin-top: 0;
  }
  .historia .texto p {
    font-size: 1.21rem;
    margin: 0;
    line-height: 1;
    color: #c6c2b6;
    text-align: justify;
  }
  .historia .ordem02 {
    order: 1;
  }
  .historia .ordem01 {
    order: 2;
  }
  .footer {
    font-size: 0.6rem;
  }
  .footer a {
    font-size: 0.6rem;
  }
  .section-obrigado {
    padding: 2rem;
  }
  .section-obrigado .logo img {
    width: 50%;
  }
  .section-obrigado h1 {
    font-size: 1.5rem;
  }
  .section-obrigado h2 {
    font-size: 0.8rem;
  }
  .section-obrigado .btn-whatsapp {
    padding: 0.8rem 1rem;
  }
}
@media (max-width: 379px) {
  .banner {
    padding: 2rem 1rem 3rem;
    min-height: auto;
  }
  .banner .logo {
    margin: 0 0 1%;
    text-align: center;
  }
  .banner .logo img {
    width: 50%;
  }
  .banner .chamada h1 {
    margin: 0 0 2rem;
    font-size: 3.25rem;
  }
  .banner .chamada p {
    margin: 0 0 0.5rem;
    padding: 0rem 0.25rem;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.85rem;
    height: 2.3rem;
  }
  .banner .formulario {
    margin: 2rem 0 0;
    padding: 2rem 2rem 2.5rem;
    border-radius: 2.5rem;
  }
  .banner .formulario .titulo-form {
    text-align: center;
  }
  .banner .formulario .titulo-form h1 {
    font-size: 1.5rem;
  }
  .banner .formulario form .campos {
    margin-top: 1rem;
  }
  .banner .formulario form .campos label {
    font-size: 0.85rem;
    font-family: "Nexa-ExtraLight", sans-serif;
    display: block;
    color: #fff;
    margin-left: 1rem;
    text-transform: uppercase;
  }
  .banner .formulario form .campos input,
  .banner .formulario form .campos select {
    display: block;
    border-radius: 3rem;
    height: 2rem;
    width: 100%;
    border: none;
    background-color: #2c4631;
    font-size: 0.95rem;
    font-weight: 400;
    margin-top: 0.5rem;
    padding: 0 1rem;
    color: #fff;
  }
  .banner .formulario form .bt-section {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
  }
  .banner .formulario form .bt-section button {
    width: 85%;
    border: none;
    background-color: #dfb73e;
    color: #000;
    padding: 0.25rem 0rem;
    border-radius: 3rem;
    font-size: 1.1rem;
    text-decoration: none;
    cursor: pointer;
    font-family: "Nexa-ExtraLight", sans-serif;
    font-weight: 900;
  }
  .banner .imagem {
    display: none;
  }
  .cta {
    background-color: #335f3c;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cta h1 {
    text-align: center;
    color: #fff;
    margin: 0 0 0.5rem;
    font-size: 1.25rem;
  }
  .cta a {
    padding: 0.15rem 1.85rem;
    font-size: 0.85rem;
  }
  .vantagens {
    padding: 2rem;
    background-color: #c6c2b6;
    overflow: hidden;
    min-height: auto;
  }
  .vantagens .titulo {
    margin-bottom: 2rem;
  }
  .vantagens .titulo h1 {
    color: #335f3c;
    margin: 0;
    line-height: 1;
    font-size: 2.5rem;
  }
  .vantagens .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.85rem;
    margin-bottom: 0rem;
  }
  .vantagens .item .icon {
    width: 6rem;
    height: 6rem;
    border: 5px solid #335f3c;
    padding: 1.25rem;
  }
  .vantagens .item .icon img {
    width: 100%;
    height: auto;
  }
  .vantagens .item .texto {
    min-height: 8rem;
  }
  .vantagens .item .texto p {
    font-size: 1.1rem;
    line-height: 1.1;
    margin: 0;
    font-weight: 900;
    color: #4c4941;
  }
  .diferenciais {
    padding: 0rem;
  }
  .diferenciais .titulo h1 {
    color: #fff;
    margin: 0 0 1rem;
    line-height: 1.1;
    font-size: 2.5rem;
    text-align: center;
  }
  .diferenciais ul {
    flex-direction: column;
    align-items: center;
    display: flex;
    padding: 0;
  }
  .diferenciais ul li {
    color: #fff;
    font-size: 0.78rem;
    margin: 0 0 1rem;
    border-radius: 3rem;
    width: 100%;
    padding: 1rem;
    list-style-position: inside;
  }
  .planos {
    padding: 1rem 1rem 2rem;
    background: url("../img/mobile-planos.jpg");
  }
  .planos .titulo {
    margin-bottom: 2rem;
  }
  .planos .titulo h1 {
    font-size: 2.5rem;
  }
  .planos .itens .item {
    border-radius: 2rem;
    min-height: 21rem;
    width: 80%;
    padding: 1rem;
    margin: 1rem 0;
  }
  .planos .itens .item h1 {
    font-size: 2.5rem;
  }
  .planos .itens .item h1 span {
    font-size: 1.5rem;
  }
  .planos .itens .item img {
    width: 60%;
    height: auto;
    margin: 1rem 0;
  }
  .planos .itens .item span.gavetas {
    background-color: #fff;
    font-size: 1.15rem;
    color: #335f3c;
    margin: 0;
    line-height: 1;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.15rem 0.65rem;
    border-radius: 5rem;
    text-transform: uppercase;
  }
  .planos .itens .item p {
    font-size: 1rem;
    color: #fff;
    margin: 0.75rem 0 0;
    line-height: 1;
  }
  .planos .texto {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
  }
  .planos .texto p {
    font-size: 1.15rem;
  }
  .planos .ctaa {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .planos .ctaa h1 {
    text-align: center;
    color: #fff;
    margin: 1rem 0;
    font-size: 1.15rem;
  }
  .planos .ctaa a {
    width: -moz-fit-content;
    width: fit-content;
    border: none;
    background: #dfb73e;
    color: #000;
    padding: 0.15rem 1.85rem;
    border-radius: 2rem;
    font-size: 1rem;
    text-decoration: none;
    cursor: pointer;
    font-family: "Nexa-ExtraLight", sans-serif;
    font-weight: 900;
    transition: background-position 0.5s ease, color 0.3s ease;
  }
  .planos .ctaa a:hover {
    background-image: linear-gradient(to right, #dbb545, #ddbe1d);
  }
  .depoimentos {
    padding: 1rem 1rem 8rem;
    position: relative;
    background-color: #c6c2b6;
    overflow: hidden;
  }
  .depoimentos .titulo {
    margin-bottom: 3rem;
  }
  .depoimentos .titulo h1 {
    color: #335f3c;
    margin: 0;
    line-height: 1.1;
    font-size: 2.75rem;
  }
  .depoimentos .galeria-depoimentos {
    margin: 0;
  }
  .depoimentos .galeria-depoimentos .item {
    background-color: #fff;
    padding: 1rem;
    margin: 0 1rem;
    min-height: 18rem;
    border-radius: 1rem;
    position: relative;
    border: 3px solid #3f9152;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .depoimentos .galeria-depoimentos .item h1 {
    font-size: 1.25rem;
  }
  .depoimentos .galeria-depoimentos .item p {
    margin: 0.5rem 0;
    font-size: 0.85rem;
    min-height: auto;
  }
  .depoimentos .galeria-depoimentos .prev-arrow {
    padding: 1rem;
    position: absolute;
    bottom: -15%;
    left: 55%;
    background: #000;
    border: none;
    color: #fff;
    font-size: 1.5rem;
    z-index: 11;
    text-decoration: none;
    display: none !important;
  }
  .depoimentos .galeria-depoimentos .prev-arrow img {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 1.25rem;
  }
  .depoimentos .galeria-depoimentos ul.slick-dots {
    display: block;
    position: absolute;
    bottom: -35%;
    left: 0%;
    text-align: center;
    padding: 0;
    list-style: none;
  }
  .depoimentos .galeria-depoimentos ul.slick-dots li {
    display: inline-block;
    padding: 0 0.3125rem;
  }
  .depoimentos .galeria-depoimentos ul.slick-dots li button {
    width: 5rem;
    height: 1rem;
  }
  .depoimentos .galeria-depoimentos ul.slick-dots li.slick-active button {
    background: #fff;
    border: 0.1rem solid #fff;
  }
  .historia {
    padding: 2rem;
  }
  .historia .imagem {
    margin-top: 2rem;
    width: 100%;
    height: auto;
  }
  .historia .imagem img {
    width: 100%;
    height: auto;
  }
  .historia .texto h1 {
    color: #fff;
    margin-bottom: 1rem;
    line-height: 1;
    font-size: 2.5rem;
    margin-top: 0;
  }
  .historia .texto p {
    font-size: 1.15rem;
    margin: 0;
    line-height: 1;
    color: #c6c2b6;
    text-align: justify;
  }
  .historia .ordem02 {
    order: 1;
  }
  .historia .ordem01 {
    order: 2;
  }
  .footer {
    font-size: 0.6rem;
  }
  .footer a {
    font-size: 0.6rem;
  }
  .section-obrigado {
    padding: 2rem;
  }
  .section-obrigado .logo img {
    width: 50%;
  }
  .section-obrigado h1 {
    font-size: 1.5rem;
  }
  .section-obrigado h2 {
    font-size: 0.8rem;
  }
  .section-obrigado .btn-whatsapp {
    padding: 0.8rem 1rem;
  }
}/*# sourceMappingURL=mobile.css.map */