@font-face {
  font-family: "altone_variableregular";
  src: url("../fonts/altone-vf-webfont.woff2") format("woff2"), url("../fonts/altone-vf-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "altone_trialbold";
  src: url("../fonts/altone_trial-bold-webfont.woff2") format("woff2"), url("../fonts/altone_trial-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "helotyporegular";
  src: url("../fonts/helotypo-webfont.woff2") format("woff2"), url("../fonts/helotypo-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
:root {
  --cor-marrom-esverdeado: #4b3a12;
  --cor-marrom-escuro: #171103;
  --cor-marrom-musgo: #7f6321;
  --cor-amarelo-esverdeado: #b38c30;
  --cor-amarelo-pastel: #e7b43f;
  --cor-amarelo-bege: #ecc569;
  --cor-amarelo-claro: #f1d693;
  --cor-amarelo-palido: #f6e7bd;
  --cor-branco-creme: #fcf6e8;
  --cor-preto: #061312;
  --cor-verde-marinho: #284543;
  --cor-verde-pavao: #4a7774;
  --cor-verde-agua: #6ca9a5;
  --cor-verde-piscina: #8ed9d5;
  --cor-azul-pastel: #a6e1de;
  --cor-azul-escuro-d: #537bab;
  --cor-azul-ceu: #bee9e7;
  --cor-azul-claro: #6ca0dc;
  --cor-azul-gelo: #d6f1f0;
  --cor-azul-palido: #ecf9f8;
  --cor-azul-escuro: #395679;
  --cor-preto-escuro: #1a0100;
  --cor-vermelho-vinho: #531b18;
  --cor-vermelho-escuro: #8c3530;
  --cor-vermelho-terra: #c54f48;
  --cor-vermelho-pastel: #ff6961;
  --cor-vermelho-claro: #ff8982;
  --cor-vermelho-palido: #ffa9a3;
  --cor-rosa-palido: #ffc9c4;
  --cor-rosa-bebe: #ffe7e5;
  --cor-preto-esverdeado: #051405;
  --cor-verde-oliva: #224622;
  --cor-verde-grama: #3f783f;
  --cor-verde-limao: #5caa5c;
  --cor-verde-vivo: #77dd77;
  --cor-branco: #ffffff;
  --primary-color: #3f403e;
  --primary-font: "altone_variableregular";
  --secondary-font: "helotyporegular";
  --bold-font: "altone_trialbold";
}

h1,
h2,
h3,
h4 {
  font-family: var(--secondary-font);
}

strong {
  font-family: var(--bold-font);
}

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

*:focus {
  outline: none;
}

ul li {
  list-style: none;
}

.slick-dots li button:before {
  display: none;
}
.slick-prev:before, .slick-next:before {
  display: none;
}
.slick-disabled {
  opacity: 0.4;
}

h2 {
  margin: 0.75rem 0;
}

html {
  padding: 0;
  margin-top: 0 !important;
}

body {
  font-family: var(--primary-font);
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 400;
  color: var(--primary-color);
  padding: 0;
}

a {
  text-decoration: none;
}
a.ab {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 8;
}

.tags .flex {
  gap: 1rem;
  flex-wrap: wrap;
}
.tags li a {
  display: inline-block;
  border: 1px solid white;
  font-size: 14px;
  font-weight: 800;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 14px;
  border-radius: 40px;
  color: white;
  transition: all 0.4s ease;
}
.tags li a:hover {
  background-color: white;
  color: var(--cor-azul-claro);
}

.hist {
  background: url(../imgs/bg_cor.svg) no-repeat center/cover;
  min-height: 636px;
  padding-top: 3rem;
}
@media (max-width: 440px) {
  .hist {
    min-height: 560px;
  }
}
.hist .coracao {
  animation: coracao 0.9s infinite alternate;
  transform-origin: center;
}
@media (max-width: 440px) {
  .hist .coracao img {
    width: 100px;
  }
}
.hist.blog h2 {
  color: var(--cor-amarelo-esverdeado);
}
.hist.blog_int {
  background-color: var(--cor-branco-creme);
}
.hist .text {
  text-align: center;
  font-size: 24px;
}
@media (max-width: 440px) {
  .hist .text {
    font-size: 20px;
  }
}
.hist .text h2 {
  font-size: 48px;
  margin-bottom: 3rem;
}
@media (max-width: 440px) {
  .hist .text h2 {
    font-size: 32px;
  }
}
.hist .text .btn {
  border-radius: 40px;
  width: 370px;
  font-size: 16px;
  font-weight: 800;
  transition: all 0.4s ease;
  margin-inline: auto;
  margin-top: 2rem;
}
.hist .text .btn:hover {
  transform: scale(1.02);
}

p {
  margin: 0.75rem 0;
  line-height: 28px;
}

.container {
  max-width: 1190px;
  width: 100%;
  margin: 0 auto;
  padding-inline: 1rem;
  position: relative;
}
@media (max-width: 1190px) {
  .container {
    max-width: 990px;
  }
}
.container-space {
  max-width: 1240px;
}
.container-small {
  max-width: 988px;
}
.container-litle {
  max-width: 770px;
}

.grid {
  display: grid;
}

.flex {
  display: flex;
}

@media (min-width: 780px) {
  .desk {
    display: block;
  }
}
@media (max-width: 779px) {
  .desk {
    display: none;
  }
}

@media (min-width: 780px) {
  .mob {
    display: none !important;
  }
}
@media (max-width: 779px) {
  .mob {
    display: block;
  }
}

.rounded {
  border-radius: 40px !important;
}

.hamburger {
  position: absolute;
  right: 1rem;
  z-index: 99;
}

@media (min-width: 1100px) {
  .hamburger {
    display: none;
  }
}
.hamburger .line {
  width: 25px;
  height: 3px;
  border-radius: 0;
  background-color: white;
  display: block;
  margin: 5px auto;
  transition: all 0.3s ease-in-out;
}

.hamburger.is-active .line {
  background-color: white;
}

.hamburger:hover {
  cursor: pointer;
}

.hamburger#hamburger-1.is-active .line:nth-child(2) {
  opacity: 0;
}

.hamburger#hamburger-1.is-active .line:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}

.hamburger#hamburger-1.is-active .line:nth-child(3) {
  transform: translateY(-6px) rotate(-49deg);
}

.end {
  text-align: end;
}

header {
  position: absolute;
  top: 2rem;
  width: 100%;
  z-index: 7;
}
header .space {
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid hsla(42, 58%, 45%, 0.3);
  padding-bottom: 1rem;
}
@media (max-width: 1100px) {
  header .menu {
    display: none;
  }
}
header .menu ul {
  display: flex;
  justify-content: space-between;
}
header .menu ul li {
  margin-right: 2rem;
  position: relative;
}
header .menu ul li a {
  color: white;
  font-size: 1rem;
  text-decoration: none;
  padding: 5px 10px;
  transition: 0.5s;
  position: relative;
  margin: 10px;
}
header .menu ul li a:before, header .menu ul li a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: white;
  transition: 0.5s;
  opacity: 0;
}
header .menu ul li a:before {
  top: 0;
  left: 0;
}
header .menu ul li a:after {
  bottom: 0;
  right: 0;
}
header .menu ul li a:hover:before, header .menu ul li a:hover:after {
  opacity: 1;
  width: 100%;
  transition: 0.5s;
}
header .menu ul li.current_page_item a:before, header .menu ul li.current_page_item a:after {
  opacity: 1;
  width: 100%;
  transition: 0.5s;
}
@media (max-width: 1100px) {
  header .orcamento {
    display: none;
  }
}
header .orcamento a {
  background-color: var(--cor-marrom-musgo);
  color: white;
  border-radius: 40px;
  width: 200px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav_mobile {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 87px;
  left: -100%;
  height: 100vh;
  width: 100%;
  background-color: white;
  transition: all 0.4s ease;
  z-index: 9;
}
.nav_mobile ul {
  padding-left: 3rem;
  padding-top: 6rem;
}
.nav_mobile ul li {
  margin-bottom: 2rem;
}
.nav_mobile ul li a {
  color: #333;
  font-size: 18px;
}
@media (max-width: 990px) {
  .nav_mobile.active {
    left: 0;
    opacity: 1;
    visibility: visible;
  }
}

.center {
  text-align: center;
}

a.btn {
  color: black;
  border-radius: 13px;
  width: 204px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: all 0.4s ease;
}
a.btn_green {
  background-color: #2cd5c4;
  border: 1px solid #2cd5c4;
}
a.btn_green:hover {
  background-color: white;
}
a.btn_red {
  background-color: var(--cor-vermelho-pastel);
  border: 1px solid var(--cor-vermelho-pastel);
}
a.btn_red:hover {
  background-color: transparent;
  color: white;
}
a.btn_dark {
  background-color: var(--cor-marrom-musgo);
  border: 1px solid var(--cor-marrom-musgo);
  color: white;
}
a.btn_dark:hover {
  background-color: transparent;
  color: var(--cor-marrom-escuro);
}

.form {
  width: 80%;
  margin: 5rem auto 0;
}
@media (max-width: 770px) {
  .form {
    width: 95%;
  }
}
.form .cont .flex {
  gap: 2rem;
}
@media (max-width: 550px) {
  .form .cont .flex {
    flex-wrap: wrap;
    gap: 0;
  }
}
.form label {
  display: block;
  width: 100%;
  color: white;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 1rem;
}
.form label input,
.form label select {
  height: 48px;
  padding-inline: 1rem;
  border-radius: 12px;
  margin-top: 10px;
}
.form label textarea {
  border-radius: 12px;
  height: 100px;
  margin-top: 10px;
  padding: 1rem;
}
.form label input,
.form label textarea,
.form label select {
  display: block;
  width: 100%;
  border: 0;
}
.form .enviar {
  text-align: center;
  padding-block: 1.775rem;
}
.form .enviar input {
  background-color: var(--cor-marrom-musgo);
  border-radius: 40px;
  color: white;
  font-size: 16px;
  font-weight: 800;
  width: 370px;
  height: 56px;
  border: 1px solid var(--cor-marrom-musgo);
  cursor: pointer;
  transition: all 0.4s ease;
}
@media (max-width: 550px) {
  .form .enviar input {
    width: 100%;
  }
}
.form .enviar input:hover {
  background-color: var(--cor-marrom-esverdeado);
}
.form .wpcf7-list-item {
  position: relative;
  padding-left: 30px;
  margin-left: 0;
  cursor: pointer;
}
.form .wpcf7-list-item input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.form .wpcf7-list-item span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -5px;
  width: 20px;
  height: 20px;
  border: 2px solid white;
  transition: all 0.4s ease;
  border-radius: 4px;
}
.form .wpcf7-list-item input[type=checkbox]:checked + span:before {
  background: white url(../imgs/check-icon.svg) no-repeat;
  background-size: 60%;
  background-position: center;
  border: 2px solid #bba553;
}
.form .wpcf7-not-valid {
  border-bottom: 1px solid #d93535 !important;
  transition: all 0.4s ease !important;
}
.form .wpcf7-not-valid::-moz-placeholder {
  color: var(--cor-vermelho-terra);
}
.form .wpcf7-not-valid::placeholder {
  color: var(--cor-vermelho-terra);
}
.form .acceptance-checkbox {
  border: 1px solid red !important;
}
.form .wpcf7 .wpcf7-submit:disabled {
  opacity: 0.4;
}
.form .wpcf7-acceptance a {
  color: white !important;
  text-decoration: underline;
}

#banner {
  background: var(--cor-amarelo-pastel);
  min-height: 910px;
  color: white;
  position: relative;
  padding-top: 10rem;
}
@media (max-width: 990px) {
  #banner {
    padding-bottom: 8rem;
  }
}
#banner .curve_1, #banner .curve_2 {
  position: absolute;
  pointer-events: none;
}
#banner .curve_1 {
  background: url(../imgs/curve1.svg) -15rem no-repeat;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 420px;
}
@media (max-width: 1100px) {
  #banner .curve_1 {
    background: url(../imgs/curve1_mob.svg) 0 no-repeat;
    width: 215px;
    height: 287px;
  }
}
#banner .curve_2 {
  background: url(../imgs/curve2.svg) 6rem no-repeat;
  right: 0;
  top: 0;
  width: 697px;
  height: 910px;
}
@media (max-width: 1100px) {
  #banner .curve_2 {
    background: url(../imgs/curve2_mob.svg) 0 no-repeat;
    width: 168px;
    height: 223px;
  }
}
#banner .flex {
  justify-content: space-between;
  gap: 3rem;
  align-items: center;
}
@media (max-width: 1100px) {
  #banner .flex {
    flex-wrap: wrap;
    justify-content: center;
  }
}
#banner h2 {
  font-size: 56px;
  color: var(--cor-vermelho-pastel);
}
@media (max-width: 440px) {
  #banner h2 {
    font-size: 36px;
  }
}
#banner h2,
#banner h3 {
  width: 90%;
}
#banner h3 {
  color: #fff;
  font-size: 24px;
  line-height: 33px;
  margin: 1rem 0;
  transition: all 0.4s ease;
  opacity: 0;
}
#banner p {
  transition: all 0.4s ease;
  opacity: 0;
}
#banner .img {
  position: relative;
}
#banner .img .imgB {
  position: relative;
  border-radius: 40px;
  z-index: 2;
  box-shadow: 0px 0px 22px -3px rgba(0, 0, 0, 0.6);
}
@media (max-width: 990px) {
  #banner .img .imgB {
    width: 100%;
  }
}
#banner .img .selo1 {
  position: absolute;
  top: 20px;
  left: -90px;
  z-index: 3;
}
@media (max-width: 990px) {
  #banner .img .selo1 {
    top: -38px;
    left: -1px;
    width: 150px;
  }
}
#banner .img .olh {
  position: absolute;
  bottom: -41px;
}
#banner .img .olh .selo2 {
  position: absolute;
  bottom: -77px;
  left: -70px;
  z-index: 0;
  width: 161px;
  transform: rotate(-16deg) !important;
}
@media (max-width: 990px) {
  #banner .img .olh .selo2 {
    bottom: -31px;
    left: 6px;
    width: 125px;
  }
}
#banner .img .olh .selo2.off_s {
  opacity: 0;
  bottom: -77px;
  width: 161px;
  left: -70px;
  transform: rotate(-16deg) !important;
}
@media (max-width: 990px) {
  #banner .img .olh .selo2.off_s {
    display: none;
  }
}
#banner .img .olh .selo2.off_s.active {
  opacity: 1;
}
#banner .img .selo3 {
  position: absolute;
  bottom: -40px;
  right: 0;
  z-index: 2;
}
@media (max-width: 990px) {
  #banner .img .selo3 {
    bottom: -44px;
    width: 150px;
  }
}
#banner .text {
  transition: all 0.4s ease;
}
#banner .text.teste h3,
#banner .text.teste p {
  transition: all 0.4s ease;
  opacity: 1;
}
#bannerBlog {
  background: var(--cor-amarelo-pastel);
  min-height: 770px;
  height: auto;
  display: flex;
  align-items: center;
  position: relative;
  color: white;
}
#bannerBlog .slick-dots {
  bottom: -2rem;
}
#bannerBlog .slick-dots li {
  width: 16px;
  height: 16px;
}
#bannerBlog .slick-dots li button {
  background-color: white;
  border-radius: 2rem;
  width: 16px;
  height: 16px;
  transition: all 0.4s ease;
}
#bannerBlog .slick-dots li.slick-active button {
  background-color: var(--cor-vermelho-pastel);
}
#bannerBlog .curve_1, #bannerBlog .curve_2 {
  position: absolute;
  pointer-events: none;
}
#bannerBlog .curve_1 {
  background: url(../imgs/curve_blog.svg) 5rem no-repeat;
  right: 0;
  top: 0;
  width: 483px;
  height: 770px;
}
@media (max-width: 1100px) {
  #bannerBlog .curve_1 {
    background: url(../imgs/curve2_mob.svg) 0 no-repeat;
    width: 168px;
    height: 223px;
  }
}
#bannerBlog .curve_2 {
  background: url(../imgs/curve_q_2.svg) 0 no-repeat;
  left: -14rem;
  bottom: 0;
  width: 100%;
  height: 220px;
}
@media (max-width: 1100px) {
  #bannerBlog .curve_2 {
    background: url(../imgs/curve_int.svg) 0 no-repeat;
    width: 215px;
    height: 167px;
    left: 0;
    bottom: 0;
    display: none;
  }
}
#bannerBlog .box {
  grid-template-columns: 42% 1fr;
  gap: 2rem;
  display: grid !important;
  padding-block: 2rem;
  padding-inline: 2rem;
}
@media (max-width: 990px) {
  #bannerBlog .box {
    grid-template-columns: 1fr;
    padding-inline: 0;
    padding-top: 9rem;
  }
}
@media (max-width: 990px) {
  #bannerBlog .box .img {
    display: none;
  }
}
#bannerBlog .box .img img {
  border-radius: 40px;
  width: 100%;
  height: 440px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0px 0px 22px -3px rgba(0, 0, 0, 0.6);
}
#bannerBlog .box .cat {
  margin-bottom: 1rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
#bannerBlog .box .cat a {
  background-color: var(--cor-branco-creme);
  width: -moz-max-content;
  width: max-content;
  border-radius: 2rem;
  color: var(--cor-marrom-musgo);
  font-size: 14px;
  padding-block: 4px;
  padding-inline: 10px;
}
#bannerBlog .infos {
  position: relative;
}
#bannerBlog .infos .img {
  display: none;
}
@media (max-width: 990px) {
  #bannerBlog .infos .img {
    display: block;
  }
  #bannerBlog .infos .img img {
    box-shadow: inherit;
    height: 240px;
  }
}
#bannerBlog .infos:hover .mais .link {
  text-decoration: none;
}
#bannerBlog .infos:hover .mais .link:after {
  width: 100%;
}
#bannerBlog .data,
#bannerBlog h2 {
  color: var(--cor-vermelho-pastel);
  margin: 2rem 0;
}
#bannerBlog .mais {
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#bannerBlog .mais .link {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-family: var(--secondary-font);
  text-decoration: underline;
  font-size: 16px;
  gap: 10px;
  position: relative;
}
#bannerBlog .mais .link span {
  position: relative;
  z-index: 2;
}
#bannerBlog .mais .link span:first-child {
  padding-inline-start: 1rem;
}
#bannerBlog .mais .link:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-color: var(--cor-vermelho-pastel);
  border-radius: 2rem;
  transition: all 0.4s ease;
}
#bannerBlog .data {
  font-weight: 800;
  font-family: var(--secondary-font);
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
#bannerBlog h2 {
  font-size: 32px;
}

@keyframes star1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes star2 {
  0% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes coracao {
  to {
    transform: scale(1.07);
  }
}
#transforma {
  padding-top: 200px;
  padding-bottom: 15rem;
  position: relative;
}
@media (max-width: 990px) {
  #transforma {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
#transforma .curve_3, #transforma .curve_4 {
  pointer-events: none;
  position: absolute;
  z-index: -1;
}
#transforma .curve_3 {
  background: url(../imgs/curve3.svg) -15rem no-repeat;
  left: 0;
  top: -11px;
  width: 100%;
  height: 100%;
}
@media (max-width: 990px) {
  #transforma .curve_3 {
    background: url(../imgs/curve3_mob.svg) 0 no-repeat;
    width: 390px;
    height: 200px;
  }
}
#transforma .curve_4 {
  background: url(../imgs/curve4.svg) 0 no-repeat;
  right: 0;
  top: 0;
  width: 602px;
  height: 66px;
}
@media (max-width: 990px) {
  #transforma .curve_4 {
    display: none;
  }
}
#transforma .flex {
  justify-content: space-between;
  gap: 70px;
  align-items: center;
}
@media (max-width: 1100px) {
  #transforma .flex {
    flex-wrap: wrap;
    justify-content: center;
  }
}
#transforma .img {
  position: relative;
}
@media (max-width: 1100px) {
  #transforma .img {
    order: 2;
  }
}
@media (max-width: 990px) {
  #transforma .img .rounded {
    width: 100%;
  }
}
#transforma .img .star_1, #transforma .img .star_2 {
  position: absolute;
  left: -73px;
  top: -43px;
}
@media (min-width: 1150px) and (max-width: 1260px) {
  #transforma .img .star_1, #transforma .img .star_2 {
    left: 0;
  }
}
@media (max-width: 990px) {
  #transforma .img .star_1, #transforma .img .star_2 {
    left: 0;
  }
  #transforma .img .star_1 img, #transforma .img .star_2 img {
    width: 90px;
  }
}
#transforma .img .star_1 {
  animation: star1 8s linear infinite;
  transition: all 0.4s ease;
}
#transforma .img .star_2 {
  animation: star2 10s linear infinite;
  transition: all 0.4s ease;
  transform: rotate(180deg);
}
#transforma .img .coracao {
  animation: coracao 0.9s infinite alternate;
  transform-origin: center;
  position: absolute;
  right: 0;
  bottom: -4rem;
}
@media (max-width: 990px) {
  #transforma .img .coracao img {
    width: 90px;
  }
}
#transforma h3 {
  font-size: 56px;
  color: var(--cor-verde-piscina);
  text-transform: lowercase;
  margin-top: 2rem;
}
@media (max-width: 990px) {
  #transforma h3 {
    font-size: 40px;
  }
}

#servicos .boca {
  position: absolute;
  right: 0;
  top: -15rem;
}
@media (max-width: 990px) {
  #servicos .boca {
    display: none;
  }
}
#servicos .slick-track {
  display: flex;
}
#servicos .slick-slide {
  margin: 0 12px;
  height: auto;
  flex: 1 0 auto;
  align-items: center;
  justify-content: center;
  background-color: var(--cor-amarelo-pastel);
  border-radius: 40px;
}
#servicos .slick-list {
  margin: 0 -12px;
  padding-top: 6rem;
}
@media (max-width: 550px) {
  #servicos .slick-list {
    padding-top: 5rem !important;
  }
}
#servicos .servicos_intro {
  background-color: var(--cor-azul-claro);
  padding-top: 4rem;
}
#servicos .servicos_intro::after {
  content: "";
  background: url(../imgs/curve1_b.svg) no-repeat center/cover;
  display: block;
  width: 100%;
  height: 311px;
}
#servicos .servicos_intro h2 {
  color: white;
  font-size: 48px;
  margin-left: 2rem;
  margin-bottom: 4rem;
}
@media (max-width: 770px) {
  #servicos .servicos_intro h2 {
    font-size: 36px;
  }
}
#servicos .servicos_itens {
  margin-top: 4rem;
  padding-bottom: 3rem;
}
#servicos .servicos_itens.flex {
  gap: 2rem;
  flex-wrap: nowrap;
  flex-direction: row;
}
#servicos .servicos_itens .box {
  color: var(--cor-azul-escuro);
  font-size: 20px;
  text-align: center;
  position: relative;
}
#servicos .servicos_itens .box .numero {
  color: white;
  font-size: 74px;
  font-family: var(--secondary-font);
  background: url(../imgs/bg_numbersvg.svg) no-repeat center;
  width: 100px;
  height: 130px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: -73px;
  transform: translate(-50%);
}
#servicos .servicos_itens .box .text {
  padding-top: 4rem;
  padding-inline: 1rem;
  padding-bottom: 2rem;
}
#servicos .servicos_infos {
  background: var(--cor-azul-escuro-d);
  position: relative;
}
#servicos .servicos_infos:before, #servicos .servicos_infos::after {
  position: absolute;
  content: "";
  width: 100%;
}
#servicos .servicos_infos:before {
  background: url(../imgs/curve5.svg) bottom no-repeat;
  height: 100%;
  bottom: -8rem;
  right: 0;
  z-index: 2;
}
#servicos .servicos_infos::after {
  background: url(../imgs/curve2_b.svg) no-repeat center/cover;
  height: 208px;
  z-index: 1;
}
@media (max-width: 770px) {
  #servicos .servicos_infos::after {
    background: url(../imgs/curve2_b.svg) no-repeat -7rem/cover;
  }
}
#servicos .servicos_infos .intro {
  color: white;
  font-size: 42px;
  font-family: var(--secondary-font);
  width: 63%;
  text-align: center;
  display: flex;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 750px) {
  #servicos .servicos_infos .intro {
    width: 100%;
    font-size: 36px;
  }
}
#servicos .servicos_infos .intro img {
  position: absolute;
  left: -2rem;
}
@media (max-width: 1200px) {
  #servicos .servicos_infos .intro img {
    position: absolute;
    left: 50%;
    top: -50%;
    transform: translate(-50%);
  }
}
#servicos .servicos_infos .intro p {
  line-height: 70px;
}
@media (max-width: 750px) {
  #servicos .servicos_infos .intro p {
    line-height: 46px;
  }
}
#servicos .servicos_infos .accordion {
  margin-top: 8rem;
  position: relative;
  z-index: 2;
}
#servicos .servicos_infos .accordion .acc {
  margin: 1.75rem auto;
}
#servicos .servicos_infos .accordion .acc__card {
  position: relative;
  background-color: var(--cor-azul-escuro);
  padding-left: 270px;
  border-radius: 40px;
  margin-bottom: 2rem;
  cursor: pointer;
  overflow: hidden;
}
@media (max-width: 770px) {
  #servicos .servicos_infos .accordion .acc__card {
    padding-left: 0;
  }
}
#servicos .servicos_infos .accordion .acc_bg {
  height: 100%;
  width: 270px;
  position: absolute;
  left: 0;
  transition: all 0.2s ease;
  border-radius: 40px 0 0 40px;
}
@media (max-width: 770px) {
  #servicos .servicos_infos .accordion .acc_bg {
    width: 100%;
    height: 100px;
    position: initial;
    background-size: cover;
    background-position: center;
    border-radius: 0 0 40px 40px;
  }
}
#servicos .servicos_infos .accordion .acc_bg.active {
  height: 100%;
}
@media (max-width: 770px) {
  #servicos .servicos_infos .accordion .acc_bg.active {
    height: 100px;
  }
}
#servicos .servicos_infos .accordion .acc__title {
  color: white;
  font-size: 32px;
  font-family: var(--secondary-font);
  height: 88px;
  margin-inline: 2rem;
  display: flex;
  align-items: center;
}
@media (max-width: 770px) {
  #servicos .servicos_infos .accordion .acc__title {
    font-size: 24px;
    padding-right: 3rem;
  }
}
#servicos .servicos_infos .accordion .acc__title::after {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 3rem;
  content: "";
  background: url(../imgs/plus.svg);
  top: 33px;
  transition: all 0.2s ease-in-out;
}
#servicos .servicos_infos .accordion .acc__title.active::after {
  content: "";
  background: url(../imgs/less.svg) no-repeat center;
  height: 4px;
  top: 44px;
}
#servicos .servicos_infos .accordion .acc__title.active {
  border-bottom: 1px solid white;
}
#servicos .servicos_infos .accordion .acc__panel {
  color: white;
  display: none;
  margin: 0;
  padding: 1rem;
  padding-left: 2rem;
  text-align: left;
}
#servicos .servicos_infos .accordion .acc__panel .saiba {
  display: flex;
  justify-content: end;
  width: 100%;
}
#servicos .servicos_infos .accordion .acc__panel .saiba a {
  display: flex;
  background-color: var(--cor-vermelho-pastel);
  color: white;
  border-radius: 40px;
  width: -moz-fit-content;
  width: fit-content;
  height: 48px;
  font-weight: 800;
  align-items: center;
  justify-content: space-between;
  padding-inline: 40px;
  font-size: 16px;
  transition: all 300ms ease;
}
#servicos .servicos_infos .accordion .acc__panel .saiba a:after {
  content: "";
  background: url(../imgs/more.svg) no-repeat;
  width: 0;
  height: 16px;
  display: block;
  transition: all 300ms ease;
  margin-left: 0;
}
#servicos .servicos_infos .accordion .acc__panel .saiba a:hover:after {
  width: 18px;
  margin-left: 1.75rem;
}
#servicos .servicos_infos .mais {
  padding-block: 3rem;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}
#servicos .servicos_infos .mais a {
  border-radius: 40px;
  color: white;
  width: 370px;
}

#port_clientes {
  background-color: #6ca0dc;
  min-height: 500px;
  padding-top: 18rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 770px) {
  #port_clientes {
    padding-top: 12rem;
  }
}
#port_clientes:after {
  content: "";
  background: url(../imgs/curve_dark.svg) no-repeat center/cover;
  width: 100%;
  height: 290px;
  display: block;
}
#port_clientes h2 {
  color: white;
  font-size: 48px;
  margin-left: 4rem;
}
@media (max-width: 770px) {
  #port_clientes h2 {
    font-size: 36px;
    margin-left: 0;
    margin-bottom: 4rem;
  }
}
#port_clientes .grid {
  max-width: 100%;
  width: 1190px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  #port_clientes .grid {
    padding-inline: 2rem;
  }
}
#port_clientes .box {
  color: white;
  position: relative;
  margin-bottom: 10rem;
}
@media (max-width: 1140px) {
  #port_clientes .box {
    flex-wrap: wrap;
    justify-content: end;
    margin-bottom: 5rem;
  }
  #port_clientes .box:last-child {
    margin-bottom: 1rem;
  }
}
#port_clientes .box .img {
  position: absolute;
  right: -26rem;
  pointer-events: none;
}
@media (max-width: 1140px) {
  #port_clientes .box .img {
    position: initial;
    margin-right: -2rem;
    order: 1;
  }
}
#port_clientes .box .img img {
  border-radius: 30px 0 0 30px;
  width: 1000px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1140px) {
  #port_clientes .box .img img {
    width: 100%;
    height: 374px;
  }
}
#port_clientes .box.order-2 {
  justify-content: end;
}
#port_clientes .box.order-2 .img {
  left: -26rem;
}
@media (max-width: 1140px) {
  #port_clientes .box.order-2 .img {
    margin-left: -2rem;
    margin-right: auto;
  }
}
#port_clientes .box.order-2 .img img {
  border-radius: 0 30px 30px 0px;
}
#port_clientes .box .infos {
  width: 490px;
  padding-top: 4rem;
}
@media (max-width: 1140px) {
  #port_clientes .box .infos {
    order: 2;
    width: 100%;
  }
}
#port_clientes .box .infos h3 {
  font-size: 32px;
  font-weight: 400;
  margin: 2rem 0;
}
#port_clientes .box .infos h4 {
  font-family: var(--primary-font);
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 1.775rem;
}
#port_clientes .box .infos .saiba {
  display: flex;
  justify-content: start;
  width: 100%;
  margin-top: 4rem;
}
#port_clientes .box .infos .saiba a {
  display: flex;
  background-color: var(--cor-vermelho-pastel);
  color: white;
  border-radius: 40px;
  width: -moz-fit-content;
  width: fit-content;
  height: 48px;
  font-weight: 800;
  align-items: center;
  justify-content: space-between;
  padding-inline: 40px;
  font-size: 16px;
  transition: all 300ms ease;
}
#port_clientes .box .infos .saiba a:after {
  content: "";
  background: url(../imgs/more.svg) no-repeat;
  width: 0;
  height: 16px;
  display: block;
  transition: all 300ms ease;
  margin-left: 0;
}
#port_clientes .box .infos .saiba a:hover:after {
  width: 18px;
  margin-left: 1.75rem;
}
#port_clientes .mit {
  position: relative;
}
#port_clientes .mit span {
  display: block;
  position: absolute;
  bottom: -14rem;
}
#port_clientes .mit span:nth-child(1) {
  z-index: 3;
}
@media (max-width: 440px) {
  #port_clientes .mit span:nth-child(1) {
    bottom: -10rem;
  }
  #port_clientes .mit span:nth-child(1) img {
    width: 132px;
  }
}
#port_clientes .mit span:nth-child(2) {
  bottom: -10rem;
  z-index: 2;
  left: 20px;
}
@media (max-width: 440px) {
  #port_clientes .mit span:nth-child(2) {
    bottom: -8rem;
    left: 10px;
  }
  #port_clientes .mit span:nth-child(2) img {
    width: 114px;
  }
}
#port_clientes .mit span:nth-child(3) {
  bottom: -5.725rem;
  z-index: 1;
  left: 50px;
}
@media (max-width: 440px) {
  #port_clientes .mit span:nth-child(3) {
    left: 26px;
  }
  #port_clientes .mit span:nth-child(3) img {
    width: 84px;
  }
}

.mit {
  position: relative;
}
.mit span {
  display: block;
  position: absolute;
  bottom: -14rem;
}
.mit span:nth-child(1) {
  z-index: 3;
}
@media (max-width: 440px) {
  .mit span:nth-child(1) {
    bottom: -10rem;
  }
  .mit span:nth-child(1) img {
    width: 132px;
  }
}
.mit span:nth-child(2) {
  bottom: -10rem;
  z-index: 2;
  left: 20px;
}
@media (max-width: 440px) {
  .mit span:nth-child(2) {
    bottom: -8rem;
    left: 10px;
  }
  .mit span:nth-child(2) img {
    width: 114px;
  }
}
.mit span:nth-child(3) {
  bottom: -5.725rem;
  z-index: 1;
  left: 50px;
}
@media (max-width: 440px) {
  .mit span:nth-child(3) {
    left: 26px;
  }
  .mit span:nth-child(3) img {
    width: 84px;
  }
}

#logos {
  background: #8199a5;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}
#logos:after {
  content: "";
  background: url(../imgs/eye.svg);
  position: absolute;
  bottom: 6%;
  right: -18%;
  width: 428px;
  height: 274px;
}
@media (max-width: 1100px) {
  #logos:after {
    display: none;
  }
}
#logos h2 {
  text-align: center;
  color: #fdcd97;
  font-size: 48px;
  margin: 0;
}
#logos .items {
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 11px;
  margin-top: 4rem;
  -moz-column-gap: 7px;
       column-gap: 7px;
}
#logos .items .box {
  background: #657681 url(../imgs/mask_logo.svg) no-repeat center/cover;
  height: 200px;
  width: 187px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease;
}
@media (max-width: 440px) {
  #logos .items .box {
    width: 170px;
  }
}
#logos .items .box img {
  filter: brightness(100);
}
#logos .items .box img.s {
  display: none;
}
#logos .items .box:hover {
  background: white;
}
#logos .items .box:hover img {
  filter: initial;
}
#logos .items .box:hover img.f {
  display: none;
}
#logos .items .box:hover img.s {
  display: block;
}
#logos .slider_depoimento {
  border-radius: 10px;
  padding: 0 0 7rem;
  width: 90%;
  margin: 7rem auto 0;
  position: relative;
}
@media (max-width: 440px) {
  #logos .slider_depoimento {
    margin-top: 11rem;
  }
}
@media (max-width: 440px) {
  #logos .slider_depoimento:after {
    content: "";
    background: url(../imgs/eye_mobile.svg) no-repeat;
    position: absolute;
    top: 18%;
    right: -18%;
    width: 177px;
    height: 99px;
  }
}
#logos .slider_depoimento:before {
  content: "";
  background: url(../imgs/hand.svg);
  position: absolute;
  bottom: 0;
  left: -27%;
  width: 496px;
  height: 393px;
}
@media (max-width: 1100px) {
  #logos .slider_depoimento:before {
    display: none;
  }
}
@media (max-width: 440px) {
  #logos .slider_depoimento:before {
    background: url(../imgs/hand_mobile.svg) no-repeat;
    display: block;
    width: 336px;
    height: 393px;
    left: -4rem;
    top: -7rem;
  }
}
#logos .slider_depoimento .flex {
  display: flex !important;
  gap: 2rem;
  align-items: center;
}
@media (max-width: 1100px) {
  #logos .slider_depoimento .flex {
    flex-wrap: wrap;
    justify-content: center;
  }
}
#logos .slider_depoimento .foto img {
  border-radius: 100px;
  width: 234px;
  height: 234px;
  -o-object-fit: cover;
     object-fit: cover;
}
#logos .slider_depoimento .text {
  color: white;
  font-size: 16px;
  padding-right: 6rem;
}
@media (max-width: 1100px) {
  #logos .slider_depoimento .text {
    padding-right: 0;
  }
}
#logos .slider_depoimento .text h3,
#logos .slider_depoimento .text h4 {
  color: #fdcd97;
  font-weight: 400;
}
#logos .slider_depoimento .text h3 {
  font-size: 32px;
  margin-bottom: 10px;
}
#logos .slider_depoimento .text h4 {
  font-size: 16px;
}
#logos .slick-dots {
  bottom: 3rem;
}
#logos .slick-dots li {
  width: 10px;
  height: 10px;
}
#logos .slick-dots li button {
  background-color: #edf0f7;
  border-radius: 2rem;
  width: 10px;
  height: 10px;
  transition: all 0.4s ease;
}
#logos .slick-dots li.slick-active button {
  background-color: #fdcd97;
}
#logos .slick-next {
  background: url(../imgs/right_off.svg) no-repeat;
  width: 40px;
  height: 40px;
  transition: all 300ms ease;
  right: 0;
  top: initial;
  bottom: 0;
}
#logos .slick-next:hover {
  background: url(../imgs/right_on.svg) no-repeat;
}
#logos .slick-prev {
  background: url(../imgs/left_off.svg) no-repeat;
  width: 40px;
  height: 40px;
  left: initial;
  right: 3rem;
  top: initial;
  bottom: 0;
}
#logos .slick-prev:hover {
  background: url(../imgs/left_on.svg) no-repeat;
}

#orcamento {
  background-color: var(--cor-amarelo-pastel);
  padding-top: 5rem;
  position: relative;
  overflow: hidden;
}
#orcamento .curve_1, #orcamento .curve_2 {
  position: absolute;
  pointer-events: none;
}
#orcamento .curve_1 {
  background: url(../imgs/curve8.svg) 0 no-repeat;
  left: -27%;
  bottom: 0;
  width: 100%;
  height: 100%;
}
#orcamento .curve_2 {
  background: url(../imgs/curve7.svg) 0 no-repeat;
  right: -13rem;
  top: -112%;
  width: 69%;
  height: 1240px;
}
#orcamento h2 {
  color: white;
  font-size: 48px;
  margin: 0;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  display: none !important;
}

.xica_1, .xica_2 {
  width: 210px;
  height: 210px;
  position: absolute;
}
@media (max-width: 770px) {
  .xica_1, .xica_2 {
    width: 106px;
    height: 106px;
    background-size: contain !important;
  }
}
.xica_1 {
  background: url(../imgs/xicara1.svg) no-repeat;
  bottom: -8rem;
  left: -2rem;
}
@media (max-width: 770px) {
  .xica_1 {
    bottom: -3rem;
    left: 40%;
    transform: translate(-50%) !important;
  }
}
.xica_2 {
  background: url(../imgs/xicara2.svg) no-repeat;
  bottom: -10rem;
  left: 8.275rem;
}
@media (max-width: 770px) {
  .xica_2 {
    bottom: -4rem;
    left: 46%;
    transform: translate(-50%);
  }
}

#banner-interno {
  color: white;
  font-size: 24px;
  background: var(--cor-amarelo-pastel);
  min-height: 480px;
  height: auto;
  display: flex;
  align-items: start;
  overflow: hidden;
  position: relative;
  padding-top: 8rem;
}
@media (max-width: 770px) {
  #banner-interno {
    font-size: 20px;
    padding-bottom: 5rem;
  }
}
#banner-interno.search {
  align-items: center;
}
#banner-interno.search h2 {
  font-size: 44px;
}
#banner-interno.blog {
  height: 480px;
  overflow: initial;
}
@media (max-width: 550px) {
  #banner-interno.blog {
    min-height: initial;
    height: 240px;
  }
}
#banner-interno.blog .img img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
@media (max-width: 550px) {
  #banner-interno.blog .img img {
    height: 240px;
  }
}
#banner-interno .social {
  display: flex;
  gap: 10px;
  margin-top: 1rem;
  flex-wrap: wrap;
}
#banner-interno .social a {
  width: 64px;
  height: 64px;
  background: var(--cor-marrom-musgo);
  display: inline-block;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}
#banner-interno .social a:hover {
  background: var(--cor-marrom-esverdeado);
}
#banner-interno .text {
  width: 90%;
}
@media (max-width: 770px) {
  #banner-interno .text {
    width: 100%;
  }
}
#banner-interno .text p {
  line-height: 33px;
}
#banner-interno .curve_1, #banner-interno .curve_2 {
  position: absolute;
  pointer-events: none;
}
#banner-interno .curve_1 {
  background: url(../imgs/curve_q_1.svg) 23rem no-repeat;
  right: 0;
  top: 0;
  width: 483px;
  height: 770px;
}
@media (max-width: 1100px) {
  #banner-interno .curve_1 {
    background: url(../imgs/curve2_mob.svg) 0 no-repeat;
    width: 168px;
    height: 223px;
  }
}
#banner-interno .curve_2 {
  background: url(../imgs/curve_q_2.svg) 0 no-repeat;
  left: -14rem;
  bottom: 0;
  width: 100%;
  height: 220px;
}
@media (max-width: 1100px) {
  #banner-interno .curve_2 {
    background: url(../imgs/curve_int.svg) 0 no-repeat;
    width: 215px;
    height: 167px;
    left: 0;
    bottom: 0;
  }
}
#banner-interno h2,
#banner-interno h1 {
  color: var(--cor-vermelho-pastel);
  font-size: 56px;
  margin-bottom: 2rem;
}
@media (max-width: 770px) {
  #banner-interno h2,
  #banner-interno h1 {
    font-size: 36px;
  }
}

#banner-somos {
  color: white;
  font-size: 24px;
  background: var(--cor-amarelo-pastel);
  min-height: 770px;
  height: auto;
  display: flex;
  align-items: start;
  overflow: hidden;
  position: relative;
  padding-top: 8rem;
}
#banner-somos .text {
  width: 90%;
}
#banner-somos .text p {
  line-height: 33px;
}
#banner-somos .curve_1, #banner-somos .curve_2 {
  position: absolute;
  pointer-events: none;
}
#banner-somos .curve_1 {
  background: url(../imgs/curve_q_1.svg) 23rem no-repeat;
  right: 0;
  top: 0;
  width: 483px;
  height: 770px;
}
#banner-somos .curve_2 {
  background: url(../imgs/curve_q_2.svg) 0 no-repeat;
  left: -21rem;
  bottom: 0;
  width: 100%;
  height: 220px;
}
#banner-somos h2,
#banner-somos h1 {
  color: var(--cor-vermelho-pastel);
  font-size: 56px;
  margin-bottom: 2rem;
}

#quem {
  position: relative;
  padding-bottom: 70px;
}
#quem .curve_3 {
  background: url(../imgs/curve_q_3.svg) no-repeat;
  left: -21rem;
  top: 9rem;
  width: 100%;
  height: 987px;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}
#quem .img {
  margin-top: -9rem;
  margin-bottom: 1rem;
  position: relative;
}
#quem .img .flor {
  position: absolute;
  bottom: -10rem;
}
#quem .img .flor img {
  width: auto;
  border-radius: initial;
}
#quem .img img {
  width: 100%;
  border-radius: 40px;
}
#quem .flex {
  justify-content: end;
}
#quem .text {
  width: 490px;
}
#quem .text h3 {
  color: var(--cor-verde-piscina);
  font-size: 56px;
  margin-top: 2.75rem;
}

#valores {
  background: var(--cor-branco-creme);
  padding-top: 4rem;
}
#valores h2 {
  font-size: 48px;
  color: var(--cor-amarelo-esverdeado);
}
#valores .items {
  width: 90%;
  margin-top: 2rem;
}
#valores .items li {
  display: flex;
  gap: 10px;
  font-size: 20px;
  align-items: center;
}
#valores .items li:before {
  content: "";
  background: url(../imgs/seta.svg) no-repeat;
  width: 38px;
  height: 46px;
  display: block;
}
#valores .hist {
  background: url(../imgs/bg_cor.svg) no-repeat center/cover;
  min-height: 636px;
  padding-top: 3rem;
}
#valores .hist .coracao {
  animation: coracao 0.9s infinite alternate;
  transform-origin: center;
}
#valores .hist .text {
  text-align: center;
  font-size: 24px;
}
#valores .hist .text h2 {
  font-size: 48px;
  margin-bottom: 3rem;
}
#valores .hist .text .btn {
  border-radius: 40px;
  width: 370px;
  font-size: 16px;
  font-weight: 800;
  transition: all 0.4s ease;
  margin-inline: auto;
  margin-top: 2rem;
}
#valores .hist .text .btn:hover {
  transform: scale(1.02);
}

#design {
  padding-block-start: 8rem;
}
#design .text_intro {
  width: 80%;
  margin-inline: auto;
}
@media (max-width: 770px) {
  #design .text_intro {
    width: 100%;
  }
}
#design .text_intro h2 {
  color: var(--cor-verde-piscina);
  text-align: center;
  font-size: 48px;
}
@media (max-width: 770px) {
  #design .text_intro h2 {
    font-size: 36px;
    margin-bottom: 2rem;
  }
}
#design .text_intro strong {
  font-weight: 800;
}
#design .slick-track {
  display: flex;
}
#design .slick-slide {
  margin: 0 12px;
  height: auto;
  flex: 1 0 auto;
  align-items: center;
  justify-content: center;
  background-color: var(--cor-amarelo-pastel);
  border-radius: 40px;
}
#design .slick-list {
  margin: 0 -12px;
  padding-top: 6rem;
}
@media (max-width: 550px) {
  #design .slick-list {
    padding-top: 5rem !important;
  }
}
#design .slick-dots {
  bottom: -2rem;
}
#design .slick-dots li {
  width: 16px;
  height: 16px;
}
#design .slick-dots li button {
  background-color: #8cb5e4;
  border-radius: 2rem;
  width: 16px;
  height: 16px;
  transition: all 0.4s ease;
}
#design .slick-dots li.slick-active button {
  background-color: #395679;
}
#design .itens {
  margin-top: 4rem;
  padding-bottom: 3rem;
}
#design .itens.flex {
  gap: 2rem;
  flex-wrap: nowrap;
  flex-direction: row;
}
#design .itens .box {
  flex: 1 1 0px;
  background-color: var(--cor-amarelo-pastel);
  color: var(--cor-azul-escuro);
  font-size: 20px;
  text-align: center;
  border-radius: 40px;
  position: relative;
}
#design .itens .box .numero {
  color: white;
  font-size: 74px;
  font-family: var(--secondary-font);
  background: url(../imgs/bg_numbersvg.svg) no-repeat center;
  width: 100px;
  height: 130px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: -30%;
  transform: translate(-50%);
}
#design .itens .box .text {
  padding-top: 4rem;
  padding-inline: 1rem;
  padding-bottom: 2rem;
}

#servicos {
  background-color: var(--cor-azul-escuro-d);
  color: white;
  margin-top: 3rem;
  position: relative;
}
#servicos .slick-dots {
  bottom: -2rem;
}
#servicos .slick-dots li {
  width: 16px;
  height: 16px;
}
#servicos .slick-dots li button {
  background-color: #8cb5e4;
  border-radius: 2rem;
  width: 16px;
  height: 16px;
  transition: all 0.4s ease;
}
#servicos .slick-dots li.slick-active button {
  background-color: #395679;
}
#servicos.interno {
  padding-top: 6rem;
}
#servicos.interno:after, #servicos.interno:before {
  position: absolute;
  content: "";
  pointer-events: none;
}
#servicos.interno:after {
  background: url(../imgs/curve_serv1.svg) no-repeat;
  top: 0;
  width: 100%;
  height: 100%;
}
#servicos.interno:before {
  background: url(../imgs/curve_serv2.svg) no-repeat;
  bottom: 0;
  width: 100%;
  height: 1341px;
  left: 0;
}
#servicos .brain {
  position: absolute;
  top: -9rem;
  right: 10rem;
}
@media (max-width: 990px) {
  #servicos .brain {
    right: 0;
  }
}
#servicos .brain img {
  width: 145px;
}
@media (max-width: 990px) {
  #servicos .brain img {
    width: 133px;
  }
}
#servicos .flex {
  flex-wrap: wrap;
}
#servicos .flex .box {
  display: flex;
  margin-bottom: 8rem;
  gap: 2rem;
  align-items: center;
}
@media (max-width: 990px) {
  #servicos .flex .box {
    flex-wrap: wrap;
    margin-bottom: 4rem;
  }
}
#servicos .flex .box h2 {
  font-size: 36px;
  margin-bottom: 2rem;
}
#servicos .flex .box h2 a {
  color: white;
}
#servicos .flex .box .text .saiba {
  display: flex;
  justify-content: start;
  width: 100%;
  margin-top: 3rem;
}
#servicos .flex .box .text .saiba a {
  display: flex;
  background-color: var(--cor-vermelho-pastel);
  color: white;
  border-radius: 40px;
  width: -moz-fit-content;
  width: fit-content;
  height: 48px;
  font-weight: 800;
  align-items: center;
  justify-content: space-between;
  padding-inline: 40px;
  font-size: 16px;
  transition: all 300ms ease;
}
#servicos .flex .box .text .saiba a:after {
  content: "";
  background: url(../imgs/more.svg) no-repeat;
  width: 0;
  height: 16px;
  display: block;
  transition: all 300ms ease;
  margin-left: 0;
}
#servicos .flex .box .text .saiba a:hover:after {
  width: 18px;
  margin-left: 1.75rem;
}
#servicos .flex .box .img .border {
  margin-top: -10px;
}
#servicos .flex .box .img .border img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 60px;
  -o-object-position: center;
     object-position: center;
  border-radius: 0 0 0 40px;
}
@media (max-width: 990px) {
  #servicos .flex .box .img .border img {
    border-radius: 0 0 40px 40px;
  }
}
#servicos .flex .box .img img {
  border-radius: 40px 0 0 0;
  box-shadow: 0px 0px 22px -3px rgba(0, 0, 0, 0.4);
}
@media (max-width: 990px) {
  #servicos .flex .box .img img {
    width: 100%;
    border-radius: 40px 40px 0 0;
  }
}
#servicos .flex .box:nth-child(2n) .img {
  order: 2;
}
@media (max-width: 990px) {
  #servicos .flex .box:nth-child(2n) .img {
    order: initial;
  }
}
#servicos .flex .box:nth-child(2n) .img .border img {
  border-radius: 0 0 40px;
}
@media (max-width: 990px) {
  #servicos .flex .box:nth-child(2n) .img .border img {
    border-radius: 0 0 40px 40px;
  }
}
#servicos .flex .box:nth-child(2n) .img img {
  border-radius: 0 40px 0 0;
}

.hist.serv {
  background: var(--cor-azul-escuro-d) url(../imgs/bg_cor.svg) no-repeat center/cover;
}
.hist.serv h2 {
  color: var(--cor-amarelo-esverdeado);
}

#items_servicos .menu {
  justify-content: start;
  gap: 1rem;
  margin-top: 12rem;
  margin-bottom: 4rem;
  border-bottom: 1px solid hsla(200, 17%, 58%, 0.2);
  padding-bottom: 2rem;
  width: 100%;
  overflow-x: scroll;
  white-space: nowrap;
}
#items_servicos .menu a {
  background-color: #f0f3f4;
  color: #8199a5;
  font-size: 14px;
  width: -moz-max-content;
  width: max-content;
  border-radius: 50px;
  height: 30px;
  padding-inline: 1rem;
  display: flex;
  align-items: center;
  transition: all 0.4s ease;
}
#items_servicos .menu a.active, #items_servicos .menu a:hover {
  background-color: #657681;
  color: white;
}

.posts-container .grid {
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  gap: 1rem;
}
@media (max-width: 1190px) {
  .posts-container .grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.posts-container .grid img {
  width: 100%;
}
.posts-container .post {
  margin-bottom: 4rem;
}
.posts-container .post h3 {
  font-size: 32px;
  margin-top: 1rem;
}
.posts-container .post h3 a {
  color: #8ed9d5;
}
.posts-container .post .taxonomies {
  margin-top: 2rem;
}
.posts-container .post .taxonomies ul {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.posts-container .post .taxonomies ul li a {
  font-size: 14px;
  border-radius: 50px;
  padding-inline: 1rem;
  transition: all 0.4s ease;
  width: -moz-max-content;
  width: max-content;
  height: 30px;
  display: flex;
  align-items: center;
  color: #8199a5;
  background-color: #f0f3f4;
}
.posts-container .post .taxonomies ul li a:hover {
  background-color: #657681;
  color: white;
}
.posts-container .post .thumbnail .border {
  margin-top: -10px;
}
.posts-container .post .thumbnail .border img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 60px;
  -o-object-position: center;
     object-position: center;
  border-radius: 0 0 40px 40px;
}
.posts-container .post .thumbnail img {
  border-radius: 40px 40px 0 0;
  width: 570px;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1190px) {
  .posts-container .post .thumbnail img {
    width: 100%;
  }
}

.tax_serv {
  background: transparent !important;
}
.tax_serv .logos_itens {
  background: #8199a5;
}
.tax_serv:before {
  content: "";
  background: url(../imgs/curve_dark.svg) no-repeat center/cover;
  width: 100%;
  height: 290px;
  display: block;
}

.img-vid.mt-neg {
  margin-top: -9rem;
}
.img-vid.mt-top {
  margin-top: 5rem;
}
.img-vid .img img {
  width: 100%;
  border-radius: 40px;
}
@media (max-width: 770px) {
  .img-vid .img img {
    height: 362px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.img-vid .box .text {
  width: 50%;
  text-align: left;
}
@media (max-width: 770px) {
  .img-vid .box .text {
    width: 100%;
  }
}
.img-vid .box .text h2,
.img-vid .box .text h3 {
  color: var(--cor-verde-piscina);
  font-size: 36px;
  margin-block-start: 4rem;
  margin-block-end: 2rem;
}
@media (max-width: 770px) {
  .img-vid .box .text h2,
  .img-vid .box .text h3 {
    font-size: 30px;
  }
}
.img-vid .box .video {
  position: relative;
}
.img-vid .box .video img {
  width: 100%;
  border-radius: 40px;
}
@media (max-width: 770px) {
  .img-vid .box .video img {
    height: 362px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.img-vid .box .video img.play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: -moz-max-content;
  width: max-content;
  height: initial;
}
.img-vid .end {
  justify-content: end;
}

.grid-imgs {
  margin-block: 3rem;
}
.grid-imgs .flex {
  justify-content: center;
  gap: 1rem;
}
@media (max-width: 1100px) {
  .grid-imgs .flex {
    flex-wrap: wrap;
  }
}
.grid-imgs .flex img {
  width: 100%;
}
@media (max-width: 1100px) {
  .grid-imgs .flex img {
    width: 50%;
  }
}
@media (max-width: 770px) {
  .grid-imgs .flex img {
    width: 100%;
  }
}

.colors-content {
  padding-block: 5rem;
}
.colors-content .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 770px) {
  .colors-content .items {
    grid-template-columns: 1fr;
  }
}
.colors-content .items .text {
  font-size: 32px;
  text-transform: uppercase;
  text-align: center;
  height: 275px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-content: space-between;
  border-radius: 30px;
}
.colors-content .items .text span {
  display: block;
  width: 60%;
  text-align: center;
}
@media (max-width: 550px) {
  .colors-content .items .text span {
    width: 100%;
  }
}
.colors-content .items .text.cc_1:before {
  border-radius: 30px 0 0 0;
}
.colors-content .items .text.cc_1:after {
  border-radius: 0 0 0 30px;
}
@media (max-width: 770px) {
  .colors-content .items .text.cc_1:after {
    border-radius: 0;
  }
}
.colors-content .items .text:after, .colors-content .items .text:before {
  content: "";
  display: block;
  width: 100%;
}
.colors-content .items .text:before {
  height: 120px;
  margin-bottom: 1rem;
}
.colors-content .items .text:after {
  height: 50px;
  margin-top: 1rem;
}
.colors-content .items .text:last-child:before {
  border-radius: 0 30px 0 0;
}
@media (max-width: 770px) {
  .colors-content .items .text:last-child:before {
    border-radius: 0;
  }
}
.colors-content .items .text:last-child:after {
  border-radius: 0 0 30px 0;
}
@media (max-width: 770px) {
  .colors-content .items .text:last-child:after {
    border-radius: 0 0 30px 30px;
  }
}
.colors-content .lista-imagens {
  padding-top: 2rem;
  display: flex;
  justify-content: space-around;
  gap: 1rem;
  flex-wrap: wrap;
}
.colors-content .lista-imagens img {
  width: 32%;
}
@media (max-width: 770px) {
  .colors-content .lista-imagens img {
    width: 100%;
  }
}
.colors-content .flex_clr {
  display: flex;
  justify-content: end;
  padding-block: 3rem;
}
.colors-content .flex_clr .text_fi {
  width: 50%;
}
@media (max-width: 770px) {
  .colors-content .flex_clr .text_fi {
    width: 100%;
  }
}

#relacionados .container {
  border-top: 1px solid hsla(200, 17%, 58%, 0.2);
  padding-block: 3rem;
}
#relacionados h2 {
  color: var(--cor-verde-piscina);
  font-size: 48px;
}
@media (max-width: 550px) {
  #relacionados h2 {
    font-size: 36px;
    margin-bottom: 2rem;
  }
}
#relacionados h3 {
  font-size: 32px;
  margin-top: 1rem;
}
#relacionados h3 a {
  color: var(--cor-verde-piscina);
}
#relacionados .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  margin-bottom: 2rem;
}
@media (max-width: 750px) {
  #relacionados .grid {
    grid-template-columns: 1fr;
    justify-content: center;
  }
}
#relacionados .links {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: end;
}
@media (max-width: 750px) {
  #relacionados .links {
    justify-content: center;
  }
}
@media (max-width: 410px) {
  #relacionados .links {
    display: block;
    margin-inline: auto;
  }
}
#relacionados .links .arrows {
  gap: 10px;
}
@media (max-width: 410px) {
  #relacionados .links .arrows {
    justify-content: center;
    margin-top: 1.75rem;
  }
}
#relacionados .links .arrows > div {
  cursor: pointer;
}
#relacionados .links a {
  display: flex;
  background-color: #657681;
  color: white;
  border-radius: 40px;
  width: -moz-fit-content;
  width: fit-content;
  height: 48px;
  font-weight: 800;
  align-items: center;
  justify-content: space-between;
  padding-inline: 20px;
  font-size: 16px;
  transition: all 300ms ease;
}
#relacionados .links a:after {
  content: "";
  background: url(../imgs/more.svg) no-repeat;
  width: 0;
  height: 16px;
  display: block;
  transition: all 300ms ease;
  margin-left: 0;
}
#relacionados .links a:hover:after {
  width: 18px;
  margin-left: 1.75rem;
}
#relacionados .img img {
  width: 100%;
  height: 350px;
  border-radius: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
#relacionados .slick-slide {
  margin: 0 12px;
}
#relacionados .slick-list {
  margin: 0 -12px;
}
#relacionados .tags {
  margin-top: 1rem;
}
#relacionados .tags .flex {
  gap: 10px;
  flex-wrap: wrap;
}
#relacionados .tags a {
  background-color: #f0f3f4;
  color: #8199a5;
}

#contato {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
#contato .container {
  width: 90%;
}
@media (max-width: 550px) {
  #contato .container {
    width: 100%;
  }
}
#contato .boca {
  position: absolute;
  top: -6rem;
  left: -7rem;
}
@media (max-width: 550px) {
  #contato .boca {
    display: none;
  }
}
#contato.info .flex {
  justify-content: end;
}
#contato.info .flex .text {
  width: 60%;
}
@media (max-width: 550px) {
  #contato.info .flex .text {
    width: 90%;
    text-align: end;
  }
}
#contato.info .flex .text h2 {
  font-size: 36px;
  color: var(--cor-verde-piscina);
  margin-bottom: 1rem;
}
#contato.info .flex .text a {
  color: var(--primary-color);
}
#contato.info .flex .text a:hover {
  text-decoration: underline;
}
#contato.info .form {
  background: var(--cor-amarelo-pastel) url(../imgs/bg_form.png) center no-repeat;
  border-radius: 40px;
  padding: 4rem 5rem;
  position: relative;
  box-shadow: 0px 0px 22px -3px rgba(0, 0, 0, 0.4);
}
@media (max-width: 550px) {
  #contato.info .form {
    padding: 2rem;
    width: 100%;
    border-radius: 20px;
  }
}
#contato.info .form .aceite {
  margin-top: 2rem;
}
#contato.info .form .wpcf7-list-item span:before {
  top: 0;
}
#contato.info .form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: white url(../imgs/s_arrow.svg) no-repeat 95%;
}
#contato.info .form .enviar {
  padding-block-end: 0;
}
#contato.orc .form img {
  position: absolute;
  right: -8rem;
  bottom: -4rem;
}
@media (max-width: 770px) {
  #contato.orc .form img {
    display: none;
  }
}

#politica {
  padding-block: 12rem;
}

.servicos_infos .roller-coaster-box {
  display: none;
}
.servicos_infos.active .circle {
  position: absolute;
}
.servicos_infos.active .roller-coaster-box {
  position: absolute;
  right: 4rem;
  bottom: 30px;
  display: block;
}
.servicos_infos.active .roller-coaster-box svg {
  transform: rotate(190deg);
}
.servicos_infos.active .roller-coaster {
  offset-path: path("M486.5 38.5C445 60 341.5 90.1 259.5 38.5C177.5 -13.1 53 -0.333341 1 12.5");
  animation: roller-coaster 3s alternate ease-in-out;
  offset-distance: 100%;
}

@keyframes roller-coaster {
  0% {
    offset-distance: 0%;
  }
  100% {
    offset-distance: 100%;
  }
}
#postList,
.post_content,
.mais_posts {
  padding-block: 4rem;
}
#postList .grid,
.post_content .grid,
.mais_posts .grid {
  grid-template-columns: 65% 1fr;
  gap: 2rem;
}
@media (max-width: 990px) {
  #postList .grid,
  .post_content .grid,
  .mais_posts .grid {
    grid-template-columns: 1fr;
  }
}
#postList .box,
.post_content .box,
.mais_posts .box {
  margin-bottom: 4rem;
}
#postList .box:hover .img img,
.post_content .box:hover .img img,
.mais_posts .box:hover .img img {
  filter: grayscale(100);
}
#postList .box:hover .mais .link,
.post_content .box:hover .mais .link,
.mais_posts .box:hover .mais .link {
  text-decoration: none;
  color: white;
}
#postList .box:hover .mais .link:after,
.post_content .box:hover .mais .link:after,
.mais_posts .box:hover .mais .link:after {
  width: 100%;
}
#postList .box.flex,
.post_content .box.flex,
.mais_posts .box.flex {
  gap: 2rem;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 1200px) {
  #postList .box.flex,
  .post_content .box.flex,
  .mais_posts .box.flex {
    display: block;
  }
}
#postList .box .content-side,
.post_content .box .content-side,
.mais_posts .box .content-side {
  width: 42%;
  font-size: 16px;
}
@media (max-width: 1200px) {
  #postList .box .content-side,
  .post_content .box .content-side,
  .mais_posts .box .content-side {
    width: 100%;
  }
}
#postList .box .cat,
.post_content .box .cat,
.mais_posts .box .cat {
  margin-bottom: 1rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
#postList .box .cat a,
.post_content .box .cat a,
.mais_posts .box .cat a {
  background-color: var(--cor-rosa-bebe);
  width: -moz-max-content;
  width: max-content;
  border-radius: 2rem;
  color: var(--cor-vermelho-escuro);
  font-size: 14px;
  padding-block: 6px;
  padding-inline: 14px;
}
#postList .box .infos,
.post_content .box .infos,
.mais_posts .box .infos {
  position: relative;
}
#postList .box .infos h2,
.post_content .box .infos h2,
.mais_posts .box .infos h2 {
  font-size: 22px;
  font-weight: 500;
}
#postList .box .infos p,
.post_content .box .infos p,
.mais_posts .box .infos p {
  line-height: initial;
}
#postList .box .img img,
.post_content .box .img img,
.mais_posts .box .img img {
  width: 350px;
  height: 330px;
  border-radius: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s ease;
}
@media (max-width: 1200px) {
  #postList .box .img img,
  .post_content .box .img img,
  .mais_posts .box .img img {
    width: 100%;
    margin-bottom: 1rem;
  }
}
#postList .box .mais,
.post_content .box .mais,
.mais_posts .box .mais {
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--cor-vermelho-pastel);
}
#postList .box .mais .link,
.post_content .box .mais .link,
.mais_posts .box .mais .link {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-family: var(--secondary-font);
  text-decoration: underline;
  font-size: 16px;
  color: var(--primary-color);
  gap: 10px;
  position: relative;
  transition: all 0.4s ease;
}
#postList .box .mais .link span,
.post_content .box .mais .link span,
.mais_posts .box .mais .link span {
  position: relative;
  z-index: 2;
}
#postList .box .mais .link span:first-child,
.post_content .box .mais .link span:first-child,
.mais_posts .box .mais .link span:first-child {
  padding-inline-start: 1rem;
}
#postList .box .mais .link:after,
.post_content .box .mais .link:after,
.mais_posts .box .mais .link:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-color: var(--cor-vermelho-pastel);
  border-radius: 2rem;
  transition: all 0.4s ease;
}
#postList .box .data,
.post_content .box .data,
.mais_posts .box .data {
  font-weight: 800;
  font-family: var(--secondary-font);
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
#postList .bar .busca,
.post_content .bar .busca,
.mais_posts .bar .busca {
  margin-bottom: 4rem;
  position: relative;
}
#postList .bar .busca input,
#postList .bar .busca button,
.post_content .bar .busca input,
.post_content .bar .busca button,
.mais_posts .bar .busca input,
.mais_posts .bar .busca button {
  border: 0;
}
#postList .bar .busca input,
.post_content .bar .busca input,
.mais_posts .bar .busca input {
  position: relative;
  width: 100%;
  height: 56px;
  border-radius: 8px;
  background-color: #f1f1f1;
  padding-inline: 1rem;
}
#postList .bar .busca input::-moz-placeholder, .post_content .bar .busca input::-moz-placeholder, .mais_posts .bar .busca input::-moz-placeholder {
  color: #ccc;
}
#postList .bar .busca input::placeholder,
.post_content .bar .busca input::placeholder,
.mais_posts .bar .busca input::placeholder {
  color: #ccc;
}
#postList .bar .busca button,
.post_content .bar .busca button,
.mais_posts .bar .busca button {
  position: absolute;
  right: 2rem;
  top: 1.225rem;
}
#postList .bar .cat h3,
.post_content .bar .cat h3,
.mais_posts .bar .cat h3 {
  font-size: 24px;
  font-weight: 400;
  font-family: var(--primary-font);
  border-bottom: 1px solid hsla(200, 17%, 58%, 0.2);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
#postList .bar .cat ul li,
.post_content .bar .cat ul li,
.mais_posts .bar .cat ul li {
  margin-top: 1.75rem;
  transition: all 0.4s ease;
}
#postList .bar .cat ul li a,
.post_content .bar .cat ul li a,
.mais_posts .bar .cat ul li a {
  background-color: var(--cor-rosa-bebe);
  width: -moz-max-content;
  width: max-content;
  border-radius: 2rem;
  color: var(--cor-vermelho-escuro);
  font-size: 14px;
  padding-block: 6px;
  padding-inline: 14px;
}
#postList .bar .cat ul li:hover,
.post_content .bar .cat ul li:hover,
.mais_posts .bar .cat ul li:hover {
  transform: scale(1.02);
}
#postList .bar .popular-posts,
.post_content .bar .popular-posts,
.mais_posts .bar .popular-posts {
  background-color: hsla(200, 17%, 58%, 0.2);
  border-radius: 16px;
  padding: 1rem 2rem;
  margin-top: 3rem;
}
#postList .bar .popular-posts h3,
.post_content .bar .popular-posts h3,
.mais_posts .bar .popular-posts h3 {
  text-align: center;
  font-size: 24px;
  color: var(--primary-color);
  font-family: var(--primary-font);
  font-weight: 900;
  margin-bottom: 1rem;
}
#postList .bar .popular-posts ul li,
.post_content .bar .popular-posts ul li,
.mais_posts .bar .popular-posts ul li {
  display: flex;
  gap: 18px;
  align-items: center;
}
#postList .bar .popular-posts ul li .counter,
.post_content .bar .popular-posts ul li .counter,
.mais_posts .bar .popular-posts ul li .counter {
  color: var(--cor-vermelho-pastel);
  font-size: 32px;
  font-weight: 600;
}
#postList .bar .popular-posts ul li a,
.post_content .bar .popular-posts ul li a,
.mais_posts .bar .popular-posts ul li a {
  color: var(--primary-color);
  font-weight: 600;
  transition: all 0.4s ease;
}
#postList .bar .popular-posts ul li a:hover,
.post_content .bar .popular-posts ul li a:hover,
.mais_posts .bar .popular-posts ul li a:hover {
  color: var(--cor-vermelho-pastel);
}
#postList .bar .popular-posts ul li .data,
.post_content .bar .popular-posts ul li .data,
.mais_posts .bar .popular-posts ul li .data {
  color: #8199a5;
  font-size: 14px;
  font-weight: 600;
  margin-top: 0.45rem;
}

.post_content {
  margin-top: 20rem;
}
@media (max-width: 550px) {
  .post_content {
    margin-top: 7rem;
  }
}
.post_content .grid {
  gap: 3rem;
}
.post_content .text a {
  text-decoration: underline;
  color: var(--cor-vermelho-terra);
}
.post_content .text ul li {
  margin-bottom: 1rem;
  list-style: disc;
  line-height: initial;
}
.post_content .text .cat {
  margin-bottom: 2rem;
}
.post_content .text .cat a {
  background-color: #e5e5e5;
  width: -moz-max-content;
  width: max-content;
  border-radius: 2rem;
  color: #8199a5;
  font-size: 14px;
  padding-block: 6px;
  padding-inline: 16px;
  text-decoration: none;
}
.post_content .text .data {
  display: flex;
  gap: 16px;
  color: #8199a5;
  font-size: 14px;
  align-items: center;
  font-weight: 800;
  font-family: var(--secondary-font);
  border-bottom: 1px solid hsla(200, 17%, 58%, 0.2);
  margin-top: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 3rem;
}
.post_content .text img {
  border-radius: 30px;
  width: 100%;
}
.post_content .text figure {
  margin-block: 4rem;
}
.post_content .text figcaption {
  font-size: 14px;
  color: #8199a5;
}
.post_content .title h2 {
  font-size: 32px;
}

.mais_posts {
  background-color: var(--cor-branco-creme);
}
.mais_posts h2 {
  font-size: 48px;
  color: var(--cor-amarelo-esverdeado);
  margin-bottom: 3rem;
}
.mais_posts .maisPost {
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 990px) {
  .mais_posts .maisPost {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 550px) {
  .mais_posts .maisPost {
    grid-template-columns: 1fr;
  }
}
.mais_posts .box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 550px) {
  .mais_posts .box {
    display: block;
  }
}
.mais_posts .box .mais {
  margin-top: 2rem;
}
.mais_posts .box h2 {
  color: var(--primary-color);
  margin-bottom: 0;
}
.mais_posts .box .data {
  color: #8199a5;
}
.mais_posts .box .img {
  margin-bottom: 1.75rem;
}
.mais_posts .box .img img {
  width: 100%;
}
@media (max-width: 550px) {
  .mais_posts .box .img img {
    height: 240px;
  }
}

.pagination {
  font-family: var(--secondary-font);
  display: flex;
  align-items: center;
  gap: 1rem;
}
.pagination a {
  color: var(--primary-color);
}
.pagination .current {
  background-color: var(--cor-vermelho-pastel);
  color: white;
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2rem;
}

footer {
  min-height: 334px;
  background-color: var(--cor-amarelo-esverdeado);
  padding-block-start: 4rem;
}
footer .grid {
  grid-template-columns: 45% 1fr;
}
@media (max-width: 550px) {
  footer .grid {
    grid-template-columns: 1fr;
  }
}
footer .content {
  display: flex;
  justify-content: space-between;
  color: white;
  font-size: 14px;
  align-items: start;
  gap: 2rem;
}
@media (max-width: 550px) {
  footer .content {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 1rem;
  }
}
footer .content p {
  margin: 0 0 0.75rem;
}
footer .content a {
  color: white;
}
footer .content a:hover {
  color: var(--cor-vermelho-claro);
}
footer .menu {
  font-size: 1rem;
}
@media (max-width: 550px) {
  footer .menu {
    order: 1;
    margin-top: 2rem;
  }
}
footer .menu ul li {
  margin-bottom: 0.75rem;
}
footer .menu ul li a {
  color: white;
}
footer .social {
  font-size: 1rem;
}
@media (max-width: 550px) {
  footer .social {
    order: 2;
    margin-bottom: 1rem;
  }
}
footer .social h3 {
  font-family: "altone_trialbold";
}
@media (max-width: 550px) {
  footer .social h3 {
    display: none;
  }
}
footer .social div {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
  flex-wrap: wrap;
}
footer .social div a {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.4s ease;
}
@media (max-width: 550px) {
  footer .endereco {
    order: 3;
  }
}

.wpcf7-not-valid {
  border: 1px solid #ff0000 !important;
  animation: shake 150ms 2 linear;
  -moz-animation: shake 150ms 2 linear;
  -webkit-animation: shake 150ms 2 linear;
  -o-animation: shake 150ms 2 linear;
}

@keyframes shake {
  0% {
    transform: translate(3px, 0);
  }
  50% {
    transform: translate(-3px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  background: white;
  text-align: center;
  padding: 1rem;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  border: 0;
  border-radius: 2rem;
  margin-top: 0;
}

.wpcf7-spinner {
  position: absolute;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  display: none;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border: 0 !important;
  color: white !important;
}/*# sourceMappingURL=main.css.map */