@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@200;

300;400;500;600;700;800&display=swap);@font-face {
  font-family: bw vivant black;
  src: url("/fonts/Bw Vivant/bw-vivant-black.ttf") format("truetype");
}

:root {
  font-size: 16px;
  --color1: #96A97E;
  --color2: #F5B199;
  --color2Op: rgba(245, 177, 153, .7);
  --color3: #5E6C4C;
  --color4: #F47C50;
  --color5: #76554A;
}

body {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
  padding-top: 156px;
}

@media (min-width: 768px) {
  body {
    padding-top: 174px;
  }
}

.default-button {
  text-decoration: none;
  color: currentColor;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 22px;
  border-radius: 28px;
  padding: 6px 6px;
  transition: all 0.5s ease;
}

@media (min-width: 375px) {
  .default-button {
    padding: 10px 10px;
  }
}

@media (min-width: 425px) {
  .default-button {
    font-size: 15px;
    padding: 10px 15px;
  }
}

.default-button:hover {
  color: currentColor;
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.4);
}

@media (min-width: 768px) {
  .default-button {
    padding: 10px 30px;
  }
}

.button-whatsapp {
  width: 25%;
  text-decoration: none;
  color: currentColor;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.5em;
  line-height: 22px;
  border-radius: 28px;
  padding: 6px 10px;
  transition: all 0.5s ease;
}

@media (min-width: 425px) {
  .button-whatsapp {
    padding: 6px 0px;
  }
}

@media (min-width: 768px) {
  .button-whatsapp {
    padding: 10px 30px;
    width: 100%;
  }
}

.button-whatsapp:hover {
  color: currentColor;
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.4);
}

.btn-bg-1 {
  background-color: var(--color1);
}

.btn-bg-2 {
  background-color: var(--color2);
}

.btn-bg-3 {
  background-color: #fff;
}

.btn-bg-4 {
  background-color: var(--color4);
}

.btn-bg-5 {
  background-color: var(--color3);
}

.floating-triangulo {
  position: absolute;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  width: 70px;
  z-index: 2;
  text-align: center;
}

.floating-triangulo img {
  height: 30px;
}

.float-top {
  top: -1px;
}

.float-top img {
  margin-top: -1px;
}

.float-bottom {
  bottom: -1px;
  transform: rotate(180deg);
}

.float-bottom img {
  margin-bottom: 0px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  background-color: #fff;
  z-index: 10;
  width: 100%;
}

header .container-top {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
}

@media (min-width: 576px) {
  header .container-top {
    flex-direction: row;
  }
}

@media (min-width: 1200px) {
  header .container-top {
    position: relative;
    justify-content: center;
  }
}

header .container-top .logo-center {
  width: 100%;
  display: flex;
  justify-content: center;
}

header .container-top .logo-center a {
  display: flex;
  justify-content: center;
  align-items: center;
}

header .container-top .logo-center a img {
  width: 208px;
}

@media (min-width: 576px) {
  header .container-top .logo-center a img {
    max-width: 400px;
    max-height: 120px;
    width: 240px;
  }
}

header .container-top .btn-header-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #fff;
  margin-bottom: 20px;
}

@media (min-width: 576px) {
  header .container-top .btn-header-top {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  header .container-top .btn-header-top {
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    right: 20px;
    margin-bottom: 0;
  }
}

header .container-top .btn-header-top button {
  outline: none;
  border: none;
  color: var(--color1);
  font-size: 30px;
}

header .container-top .btn-header-top button:focus {
  box-shadow: none;
}

header .container-top .btn-header-flex {
  width: 80%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

@media (min-width: 768px) {
  header .container-top .btn-header-flex {
    flex-direction: column;
    width: auto;
  }
}

header .navbar {
  font-family: bw vivant black;
  padding: 0;
}

header .navbar .container-fluid {
  justify-content: center;
}

@media (min-width: 576px) {
  header .navbar .container-fluid {
    padding-inline: 0;
  }
}

header .navbar .container-fluid .navbar-collapse {
  background-color: var(--color2);
  padding: 15px;
  justify-content: center;
}

header .navbar .container-fluid .navbar-collapse .nav-link {
  color: #fff;
  padding-inline: 15px;
  font-size: 17px;
}

@media (min-width: 576px) {
  header .navbar .container-fluid .navbar-collapse .nav-link {
    font-size: 22px;
  }
}

header .navbar .container-fluid .navbar-collapse .active {
  border-bottom: 1px solid #fff;
}

footer {
  width: 100vw;
  border-top: 10px solid var(--color1);
  background-color: var(--color3);
  color: #fff;
}

footer .footer-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  padding: 30px 0;
}

@media (min-width: 992px) {
  footer .footer-content {
    flex-direction: row;
  }
}

footer .footer-content .logo {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

@media (min-width: 992px) {
  footer .footer-content .logo {
    width: 35%;
  }
}

footer .footer-content .infos {
  width: 100%;
  margin: 20px 0;
  text-align: center;
}

@media (min-width: 992px) {
  footer .footer-content .infos {
    width: 50%;
    position: relative;
  }
}

footer .footer-content .infos .links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
  width: 100%;
}

@media (min-width: 992px) {
  footer .footer-content .infos .links {
    justify-content: flex-end;
    margin-bottom: 20px;
    margin-top: 75px;
  }
}

footer .footer-content .infos .links .link {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  padding-inline: 15px;
  margin-bottom: 10px;
}

footer .footer-content .infos .links .link a {
  color: #fff;
  text-decoration: none;
}

@media (min-width: 992px) {
  footer .footer-content .infos .links .link {
    padding-inline: 0;
    padding-left: 25px;
    font-size: 20px;
    line-height: 24px;
  }
}

footer .footer-content .infos p {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  footer .footer-content .infos p {
    text-align: end;
  }
}

footer .footer-content .infos p a {
  color: var(--color2);
  text-decoration: none;
}

footer .footer-content .infos .footer-content-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

@media (min-width: 992px) {
  footer .footer-content .infos .footer-content-icons {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
  }
}

footer .footer-content .infos .footer-content-icons a {
  width: 44px;
  height: 44px;
  background-color: var(--color2);
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-inline: 10px;
}

footer #btn-accept-cookies {
  background-color: var(--color2);
}

.home {
  margin-top: 12px;
}

.home .home-banner {
  width: 100vw;
  height: 80vh;
  position: relative;
}

.home .home-banner .carousel {
  width: 100%;
  height: 100%;
}

.home .home-banner .carousel .carousel-inner {
  width: 100%;
  height: 100%;
}

.home .home-banner .carousel .carousel-inner .carousel-item {
  width: 100%;
  height: 100%;
}

.home .home-banner .carousel .carousel-inner .carousel-item .content {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home .home-banner .carousel .carousel-inner .carousel-item .content img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  z-index: 0;
}

.home .home-banner .carousel .carousel-inner .carousel-item .content .text-box {
  position: relative;
  width: 90%;
  max-width: 340px;
  margin: 0 auto;
  background-color: var(--color2Op);
  padding: 25px 40px 15px 40px;
  border-top-right-radius: 90px;
  border-bottom-left-radius: 90px;
  color: #fff;
}

@media (min-width: 769px) {
  .home .home-banner .carousel .carousel-inner .carousel-item .content .text-box {
    margin: 0 0 0 15%;
    max-width: 470px;
    padding: 45px 60px 35px 60px;
  }
}

.home .home-banner .carousel .carousel-inner .carousel-item .content .text-box .text {
  font-family: bw vivant black;
  font-size: 24px;
}

@media (min-width: 769px) {
  .home .home-banner .carousel .carousel-inner .carousel-item .content .text-box .text {
    font-size: 32px;
  }
}

.home .home-banner .carousel .carousel-inner .carousel-item .content .text-box .author {
  margin-top: 20px;
  display: block;
  text-align: end;
  font-size: 14px;
}

.home .home-banner .carousel .carousel-inner .carousel-item .content .btn-banner {
  margin-top: 30px;
  color: #fff;
  text-align: center;
}

@media (min-width: 769px) {
  .home .home-banner .carousel .carousel-inner .carousel-item .content .btn-banner {
    text-align: start;
    margin-left: 25%;
  }
}

.home .home-quote {
  width: 100vw;
  border-top: 15px solid var(--color2);
  border-bottom: 15px solid var(--color3);
  padding: 80px 0;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  background: transparent linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, #FFFEFE 1%, #FCE4DC 100%, #F5B199 100%) 0% 0% no-repeat padding-box;
  color: var(--color2);
  font-family: "Montserrat", sans-serif;
}

.home .home-quote span {
  display: block;
  text-align: center;
}

@media (min-width: 769px) {
  .home .home-quote span {
    width: 70%;
    margin: 0 auto;
  }
}

.home .home-quote .quote {
  font-family: bw vivant black;
  font-size: 22px;
  margin-bottom: 25px;
  position: relative;
}

@media (min-width: 769px) {
  .home .home-quote .quote {
    font-size: 30px;
    margin-bottom: 5px;
  }
}

.home .home-quote .quote img {
  position: absolute;
  z-index: 1;
  width: 40px;
  height: 40px;
}

.home .home-quote .quote .aspas-l {
  top: -40px;
  left: 0px;
}

.home .home-quote .quote .aspas-r {
  top: unset;
  left: unset;
  bottom: -20px;
  right: 0px;
  transform: rotate(180deg);
}

@media (min-width: 769px) {
  .home .home-quote .author {
    font-size: 24px;
  }
}

.home .home-blog-links {
  background-color: var(--color1);
  width: 100vw;
  padding: 50px 0;
}

@media (min-width: 992px) {
  .home .home-blog-links {
    padding: 0;
  }

  .home .home-blog-links .col-lg-4 {
    padding: 0;
  }
}

.home .home-blog-links .blog-card {
  height: 550px;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .home .home-blog-links .blog-card {
    margin-bottom: 0;
    height: 600px;
  }
}

.home .home-blog-links .blog-card .main-img-card {
  width: 100%;
  height: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-width: 400px;
  margin: 30px 0;
}

@media (min-width: 992px) {
  .home .home-blog-links .blog-card .main-img-card {
    margin: 0 0 30px 0;
  }
}

.home .home-blog-links .blog-card .content {
  text-align: center;
  color: #fff;
}

.home .home-blog-links .blog-card .content .title {
  display: block;
  margin: 20px 0 0px 0;
  font-family: bw vivant black;
  font-size: 28px;
}

.home .home-blog-links .blog-card .content p {
  padding-inline: 5%;
  margin-bottom: 20px;
}

.home .home-blog-links .blog-card .content .btn-saiba-mais {
  color: var(--color1);
  margin: 30px 0;
}

@media (min-width: 992px) {
  .home .home-blog-links .reverse {
    display: flex;
    flex-direction: column-reverse;
  }

  .home .home-blog-links .reverse .main-img-card {
    margin: 0;
  }
}

.home .home-boas-vindas {
  border-top: 15px solid var(--color3);
  position: relative;
}

.home .home-boas-vindas .second-row {
  flex-direction: column-reverse;
  padding-bottom: 50px;
}

@media (min-width: 767px) {
  .home .home-boas-vindas .second-row {
    flex-direction: row;
  }
}

.home .home-boas-vindas .floating-triangulo img {
  height: 49px;
}

.home .home-boas-vindas .float-top img {
  margin-top: -2px;
}

.home .home-boas-vindas .content-view {
  padding-top: 50px;
  padding-bottom: 50px;
}

.home .home-boas-vindas .content-view img {
  margin-bottom: 20px;
}

.home .home-boas-vindas .content-view .title {
  display: block;
  font-family: bw vivant black;
  color: var(--color2);
  font-size: 24px;
  margin-bottom: 25px;
}

.home .home-boas-vindas .content-view p {
  color: #A5A5A5;
}

.home .home-boas-vindas .content-view .btn-agendar {
  margin-top: 30px;
}

.home .home-boas-vindas .content-view .btn-agendar a {
  color: #fff;
}

@media (min-width: 992px) {
  .home .home-boas-vindas .second-content-view {
    padding: 8% 10% 0 5%;
  }
}

.home .home-boas-vindas .second-content-view .title {
  font-size: 32px;
  color: var(--color1);
}

@media (min-width: 992px) {
  .home .home-boas-vindas .second-content-view .title {
    font-size: 44px;
  }
}

.home .home-boas-vindas .images-view {
  text-align: center;
}

.home .home-boas-vindas .images-view img {
  max-width: 100%;
  cursor: pointer;
}

.home .home-boas-vindas .images-view .main-img {
  border-radius: 50px 0;
  margin-bottom: 40px;
  width: 100%;
  max-height: 330px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 769px) {
  .home .home-boas-vindas .images-view .main-img {
    max-height: 430px;
  }
}

.home .home-boas-vindas .images-view .imgs {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}

@media (min-width: 1300px) {
  .home .home-boas-vindas .images-view .imgs {
    flex-wrap: nowrap;
  }
}

.home .home-boas-vindas .images-view .imgs img {
  margin-bottom: 20px;
  margin-inline: 10px;
  width: 200px;
  height: 136px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px 0;
}

.home .home-boas-vindas .images-view .imgs-mobile img {
  height: 250px;
}

.home .home-boas-vindas .images-view .imgs-mobile .slick-prev {
  position: absolute;
  top: 50%;
  left: -10px;
  z-index: 5;
  width: 40px;
  height: 40px;
  opacity: 1;
  background-color: transparent;
  color: transparent;
  border: none;
  outline: none;
  background-image: url(/img/arrow-left.svg);
  background-size: 45%;
  background-repeat: no-repeat;
  background-position: center;
}

.home .home-boas-vindas .images-view .imgs-mobile .slick-next {
  position: absolute;
  top: 50%;
  right: -10px;
  z-index: 5;
  width: 40px;
  height: 40px;
  opacity: 1;
  background-color: transparent;
  color: transparent;
  border: none;
  outline: none;
  background-image: url(/img/arrow-right.svg);
  background-size: 45%;
  background-repeat: no-repeat;
  background-position: center;
}

.home .home-boas-vindas .separator {
  width: 100%;
  height: 34.28px;
  margin: 30px 0 85px 0;
  border-bottom: 1px solid var(--color2);
  display: flex;
  justify-content: center;
  position: relative;
}

.home .home-boas-vindas .separator img {
  position: absolute;
  height: 34.28px;
  bottom: -17.14px;
}

.home .home-blog {
  background-color: var(--color2);
  padding: 30px 0;
}

.home .home-blog .section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  margin: 20px 0;
  border-bottom: 1px solid var(--color4);
}

.home .home-blog .section-header span {
  color: var(--color4);
  font-size: 30px;
  font-family: bw vivant black;
}

.home .home-blog .section-header .search-box {
  display: flex;
  align-items: center;
  position: relative;
}

.home .home-blog .section-header .search-box input {
  width: 200px;
  height: 35px;
  padding-left: 15px;
  background: transparent;
  border: 2px solid var(--color4);
  border-radius: 20px;
}

@media (min-width: 992px) {
  .home .home-blog .section-header .search-box input {
    width: 250px;
  }
}

.home .home-blog .section-header .search-box input:focus-visible {
  outline: none;
}

.home .home-blog .section-header .search-box button {
  background: none;
  border: none;
  width: -moz-fit-content;
  width: fit-content;
  outline: none;
  position: absolute;
  right: -5px;
  top: 0;
}

.home .home-blog .section-header .search-box button img {
  height: 35px;
}

.home .home-blog .title {
  color: #fff;
  font-family: bw vivant black;
  font-size: 30px;
  display: block;
  margin: 20px 0;
}

@media (min-width: 992px) {
  .home .home-blog .col-lg-8 {
    padding-right: 5%;
  }
}

.home .home-blog .image {
  width: 100%;
}

.home .home-blog .image img {
  width: 100%;
  min-height: 150px;
  max-height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px 0 40px 0;
  margin-bottom: 40px;
}

.home .home-blog .image .this-tags {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

@media (min-width: 767px) {
  .home .home-blog .image .this-tags {
    justify-content: flex-start;
  }
}

.home .home-blog .image .this-tags a {
  margin-inline: 10px;
  margin-bottom: 15px;
  color: #fff;
  font-weight: 500;
}

.home .home-blog .text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  height: 8.6rem;
}

.home .home-blog .text p {
  color: var(--color5);
  font-weight: 500;
}

.home .home-blog .text img {
  display: none;
}

.home .home-blog .btn-saiba-mais {
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px 0 40px auto;
}

.home .home-blog .btn-saiba-mais a {
  font-weight: 500;
}

.home .home-blog .blog-list a {
  display: block;
  border-bottom: 1px solid var(--color4);
  padding: 5px 0;
  color: var(--color4);
  text-decoration: none;
  margin-bottom: 20px;
  transition: all 0.8s ease;
  font-weight: 700;
}

.home .home-blog .blog-list a:hover {
  color: #fff;
  border-color: #fff;
}

.home .home-blog .blog-categorias {
  margin: 40px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
}

.home .home-blog .blog-categorias a {
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px;
  margin-right: 10px;
}

.home .home-perguntas {
  position: relative;
  padding: 40px 0;
  background: transparent linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, #FFFEFE 1%, #FCE4DC 100%, #F5B199 100%) 0% 0% no-repeat padding-box;
  border-top: 15px solid var(--color4);
}

.home .home-perguntas .container {
  max-width: 800px;
}

.home .home-perguntas .title {
  color: var(--color2);
  font-family: bw vivant black;
  font-size: 26px;
  display: block;
  margin: 20px 0;
}

.home .home-perguntas .pergunta-collapse {
  padding: 20px 0;
  border-bottom: 1px solid var(--color2);
}

.home .home-perguntas .pergunta-collapse button {
  background: none;
  outline: none;
  border: none;
  font-weight: 700;
  color: var(--color2);
  font-size: 22px;
  line-height: 30px;
  text-align: start;
}

.home .home-perguntas .pergunta-collapse .content {
  padding: 40px 0;
}

@media (min-width: 800px) {
  .home .home-perguntas .pergunta-collapse .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
  }
}

.home .home-perguntas .pergunta-collapse .content p {
  color: var(--color5);
  position: relative;
  font-weight: 500;
}

@media (min-width: 800px) {
  .home .home-perguntas .pergunta-collapse .content p {
    padding-right: 10%;
    margin-bottom: 0;
  }
}

.home .home-perguntas .pergunta-collapse .content .side-img {
  width: 100%;
  border-radius: 40px 0 40px 0;
  margin-top: 30px;
}

@media (min-width: 576px) {
  .home .home-perguntas .pergunta-collapse .content .side-img {
    width: 360px;
    margin-left: auto;
    display: block;
  }
}

.home .home-perguntas .pergunta-collapse .content .float {
  position: absolute;
  left: 0;
  top: 0px;
}

@media (min-width: 576px) {
  .home .home-perguntas .pergunta-collapse .content .float {
    left: unset;
    right: 370px;
  }
}

@media (min-width: 769px) {
  .home .home-perguntas .pergunta-collapse .content .float {
    right: unset;
    left: -30px;
    top: 30px;
  }
}

.contato {
  position: relative;
  overflow-x: hidden;
}

.contato .contato-topo {
  width: 100vw;
  height: 450px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contato .contato-topo .bg-img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}

.contato .contato-topo div {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.contato .contato-topo div img {
  margin-bottom: 30px;
}

.contato .contato-topo div span {
  display: block;
  font-family: bw vivant black;
  font-size: 35px;
  color: #fff;
  margin-bottom: 80px;
}

@media (min-width: 768px) {
  .contato .contato-topo div span {
    font-size: 50px;
  }
}

.contato .contato-agendar {
  padding-top: 20px;
  background: transparent linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, #FFFEFE 1%, #FCE4DC 100%, #F5B199 100%) 0% 0% no-repeat padding-box;
  position: relative;
}

.contato .contato-agendar .separator {
  width: 100%;
  height: 34.28px;
  border-bottom: 1px solid var(--color4);
  display: flex;
  justify-content: center;
  position: relative;
}

.contato .contato-agendar .separator img {
  position: absolute;
  height: 34.28px;
  bottom: -17.14px;
}

.contato .contato-agendar .title {
  display: block;
  margin: 40px 0;
  text-align: center;
  font-size: 34px;
  color: var(--color4);
  font-family: bw vivant black;
}

.contato .contato-agendar .api-agendamento {
  padding-bottom: 50px;
}

.contato .contato-form {
  background-color: var(--color1);
  padding: 30px 0;
}

.contato .contato-form .title {
  font-size: 34px;
  color: #fff;
  margin-bottom: 30px;
  margin-top: 10px;
  display: block;
  font-family: bw vivant black;
}

@media (min-width: 768px) {
  .contato .contato-form .title {
    padding-left: 5%;
  }
}

@media (min-width: 768px) {
  .contato .contato-form .img-star {
    padding-left: 5%;
  }
}

@media (min-width: 768px) {
  .contato .contato-form .row {
    padding-inline: 5%;
  }
}

.contato .contato-form .row .form input,
.contato .contato-form .row .form textarea {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 28px;
  margin-bottom: 15px;
  height: 50px;
  width: 100%;
  background: transparent;
  padding-left: 20px;
}

.contato .contato-form .row .form input::-moz-placeholder, .contato .contato-form .row .form textarea::-moz-placeholder {
  color: #fff;
  font-weight: 600;
}

.contato .contato-form .row .form input::placeholder,
.contato .contato-form .row .form textarea::placeholder {
  color: #fff;
  font-weight: 600;
}

.contato .contato-form .row .form input:focus-visible,
.contato .contato-form .row .form textarea:focus-visible {
  outline: none;
}

.contato .contato-form .row .form textarea {
  height: 150px;
  padding-top: 20px;
}

.contato .contato-form .row .form .btn-submit {
  display: flex;
  justify-content: end;
}

@media (min-width: 768px) {
  .contato .contato-form .row .form .btn-submit {
    padding-right: 5%;
  }
}

.contato .contato-form .row .form .btn-submit button {
  border: none;
  outline: none;
  color: #fff;
}

.contato .contato-form .row .col-embed {
  margin-top: 20px;
  display: flex;
  align-items: flex-end;
}

.contato .contato-form .row .col-embed .embed {
  width: 100%;
  height: 400px;
}

@media (min-width: 768px) {
  .contato .contato-form .row .col-embed .embed {
    height: 440px;
  }
}

.contato .contato-form .row .col-embed .embed iframe {
  border-radius: 40px 0 40px 0;
}

@media (min-width: 768px) {
  .contato .contato-form .row .col-embed .embed iframe {
    border-radius: 80px 0 80px 0;
  }
}

.blog-template {
  position: relative;
}

.blog-template .blog-template-topo {
  width: 100vw;
  height: 450px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog-template .blog-template-topo .bg-img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 31%;
     object-position: 31%;
}

.blog-template .blog-template-topo div {
  position: relative;
  text-align: start;
  padding-left: 10%;
}

.blog-template .blog-template-topo div img {
  margin-bottom: 30px;
}

.blog-template .blog-template-topo div span {
  display: block;
  font-family: bw vivant black;
  font-size: 35px;
  color: var(--color4);
  margin-bottom: 80px;
}

@media (min-width: 768px) {
  .blog-template .blog-template-topo div span {
    font-size: 50px;
  }
}

.blog-template .blog-content {
  background: transparent linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, #FFFEFE 1%, #FCE4DC 100%, #F5B199 100%) 0% 0% no-repeat padding-box;
  padding: 30px 0;
}

.blog-template .blog-content .separator {
  width: 100%;
  height: 34.28px;
  margin: 50px 0;
  border-bottom: 1px solid var(--color4);
  display: flex;
  justify-content: center;
  position: relative;
}

.blog-template .blog-content .separator img {
  position: absolute;
  height: 34.28px;
  bottom: -17.14px;
}

.blog-template .blog-content .section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  margin: 20px 0;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}

@media (min-width: 576px) {
  .blog-template .blog-content .section-header {
    flex-direction: row;
  }
}

@media (min-width: 992px) {
  .blog-template .blog-content .section-header {
    margin: 0;
  }
}

.blog-template .blog-content .section-header span {
  color: var(--color4);
  font-size: 30px;
  font-family: bw vivant black;
}

@media (min-width: 992px) {
  .blog-template .blog-content .section-header span {
    padding-right: 30%;
  }
}

.blog-template .blog-content .section-header .search-box {
  display: flex;
  align-items: center;
  position: relative;
}

.blog-template .blog-content .section-header .search-box input {
  width: 200px;
  height: 35px;
  padding-left: 15px;
  background: transparent;
  border: 2px solid var(--color4);
  border-radius: 20px;
}

@media (min-width: 992px) {
  .blog-template .blog-content .section-header .search-box input {
    width: 250px;
  }
}

.blog-template .blog-content .section-header .search-box input:focus-visible {
  outline: none;
}

.blog-template .blog-content .section-header .search-box button {
  background: none;
  border: none;
  width: -moz-fit-content;
  width: fit-content;
  outline: none;
  position: absolute;
  right: -5px;
  top: 0;
}

.blog-template .blog-content .section-header .search-box button img {
  height: 35px;
}

.blog-template .blog-content .title {
  color: var(--color1);
  font-family: bw vivant black;
  font-size: 30px;
  display: block;
  margin: 50px 0 0 0;
}

@media (min-width: 768px) {
  .blog-template .blog-content .title {
    margin: 20px 0;
  }
}

@media (min-width: 992px) {
  .blog-template .blog-content .col-lg-8 {
    padding-right: 8%;
  }
}

@media (min-width: 992px) {
  .blog-template .blog-content .col-lg-4 {
    margin-top: -40px;
  }
}

.blog-template .blog-content .image {
  width: 100%;
}

.blog-template .blog-content .image img {
  width: 100%;
  min-height: 330px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px 0 40px 0;
  margin-bottom: 40px;
}

@media (min-width: 767px) {
  .blog-template .blog-content .image img {
    width: 92%;
  }
}

.blog-template .blog-content .image .this-tags {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

@media (min-width: 767px) {
  .blog-template .blog-content .image .this-tags {
    justify-content: flex-start;
  }
}

.blog-template .blog-content .image .this-tags a {
  margin-inline: 10px;
  margin-bottom: 15px;
  color: #fff;
  font-weight: 500;
}

.blog-template .blog-content .text p {
  color: var(--color5);
  font-weight: 500;
}

.blog-template .blog-content .blog-list a {
  display: block;
  border-bottom: 1px solid var(--color4);
  padding: 5px 0;
  color: var(--color4);
  text-decoration: none;
  margin-bottom: 20px;
}

@media (min-width: 767px) {
  .blog-template .blog-content .blog-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.blog-template .blog-content .blog-list a img {
  width: 100%;
  height: 115px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 30px;
  border-radius: 0 40px 0 40px;
  transition: all 1s ease;
}

@media (min-width: 767px) {
  .blog-template .blog-content .blog-list a img {
    width: 45%;
  }
}

.blog-template .blog-content .blog-list a span {
  display: block;
  margin-bottom: 20px;
}

@media (min-width: 767px) {
  .blog-template .blog-content .blog-list a span {
    width: 50%;
  }
}

.blog-template .blog-content .blog-list a:hover img {
  border-radius: 40px 0 40px 0;
}

.blog-template .blog-content .blog-categorias {
  margin: 40px 0 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

@media (min-width: 767px) {
  .blog-template .blog-content .blog-categorias {
    justify-content: flex-start;
  }
}

.blog-template .blog-content .blog-categorias a {
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px;
  margin-right: 10px;
}

.blog-template .blog-content .blog-socials {
  display: flex;
  justify-content: center;
}

.blog-template .blog-content .blog-socials .a2a_default_style a span {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog-template .blog-content .blog-socials .a2a_default_style a span svg {
  max-width: 25px;
}

.blog-template .blog-content .blog-socials img {
  margin-inline: 15px;
}

@media (min-width: 767px) {
  .blog-template .blog-content .blog-socials {
    justify-content: flex-start;
  }
}

.blog-template .blog-cards .col-12 {
  display: flex;
  justify-content: center;
}

@media (min-width: 1200px) {
  .blog-template .blog-cards .col-12 a {
    margin-left: 15px;
    margin-right: 15px;
    width: 100%;
  }
}

.blog-template .blog-cards a {
  text-decoration: none;
}

.blog-template .blog-cards .blog-card {
  width: 100%;
  height: auto;
  margin-bottom: 60px;
}

@media (min-width: 769px) {
  .blog-template .blog-cards .blog-card {
    width: 380px;
  }
}

@media (min-width: 1200px) {
  .blog-template .blog-cards .blog-card {
    width: 100%;
  }
}

.blog-template .blog-cards .blog-card .img {
  width: 100%;
  height: 250px;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 80px 0 80px 0;
}

.blog-template .blog-cards .blog-card .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 2.5s ease;
}

.blog-template .blog-cards .blog-card span {
  display: block;
  color: var(--color4);
  font-weight: 600;
}

.blog-template .blog-cards .blog-card .title {
  font-weight: 800;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 15px;
}

.blog-template .blog-cards .blog-card .resumo {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 4.3rem;
}

.blog-template .blog-cards .blog-card .resumo h1,
.blog-template .blog-cards .blog-card .resumo h2,
.blog-template .blog-cards .blog-card .resumo h3 {
  font-size: 16px;
  font-weight: 600;
}

.blog-template .blog-cards .blog-card .resumo img {
  display: none;
}

.blog-template .blog-cards .blog-card:hover img {
  transform: scale(1.2);
}

.blog-template .blog-cards .pagination {
  justify-content: center;
  color: var(--color4);
}

.blog-template .blog-cards .pagination li {
  display: none;
}

.blog-template .blog-cards .pagination li:first-child {
  display: flex;
  color: transparent;
}

.blog-template .blog-cards .pagination li:first-child a {
  background-image: url(/img/arrow-left.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 80px;
  color: transparent !important;
}

.blog-template .blog-cards .pagination li:last-child {
  display: flex;
  color: transparent;
}

.blog-template .blog-cards .pagination li:last-child a {
  background-image: url(/img/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 80px;
  color: transparent !important;
}

.blog-template .blog-cards .pagination .active {
  color: var(--color4);
  display: block;
}

.text-content iframe {
  max-width: 100%;
}

.text-content img {
  max-width: 100%;
}

