@charset "UTF-8";
@font-face {
  font-family: "blue";
  src: url("/fonte/blue-mirage.otf");
  font-weight: 500;
}
p {
  margin-bottom: 0;
}

body {
  font-family: "Poppins", sans-serif;
}

.menu {
  background: #722C15;
  padding: 0 0%;
  height: 10vh;
  transition: 0.5s;
}
.menu.change {
  height: 7vh;
}
.menu.change .container ul {
  height: 7vh;
}
.menu.change .container .collapse .nav-item .nav-link {
  font-size: 16px;
}
.menu.change .container .navbar-brand {
  margin-bottom: 0;
  width: 6%;
  margin-top: 5%;
}
.menu .container {
  max-width: 90%;
}
.menu .container .navbar-brand {
  padding: 0%;
  width: 12%;
  transition: 0.5s;
  margin-bottom: -8%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1% 0%;
  border-radius: 6px;
}
.menu .container .navbar-brand svg {
  height: auto;
  width: 65%;
}
.menu .container ul {
  transition: 0.5s;
  height: 10vh;
  background: #6B6C2D;
}
.menu .container .collapse {
  justify-content: flex-end;
  align-items: center;
}
.menu .container .collapse .nav-item {
  display: flex;
  align-items: center;
}
.menu .container .collapse .nav-item .nav-link {
  transition: 0.5s;
  color: white;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  font-size: 18px;
  font-weight: 400;
}
.menu .container .collapse .nav-item.wpp .nav-link {
  background: #00FF55;
  margin-left: 4vh;
  color: white;
  border-radius: 50px;
}
.menu .container .collapse .nav-item.wpp .nav-link .linha {
  display: flex;
  align-items: center;
}
.menu .container .collapse .nav-item.wpp .nav-link .linha .text {
  font-weight: 700;
  font-size: 14px;
}
.menu .container .collapse .nav-item.wpp .linha {
  display: flex;
  align-items: center;
}
.menu .container .collapse .nav-item.wpp .linha .icon {
  font-size: 25px;
  margin-right: 1vh;
}

.title, h2 {
  font-family: "blue";
}

.sect1 {
  padding: 0vh 0;
  background: rgba(227, 212, 174, 0.3294117647);
}
.sect1 .container {
  max-width: 88%;
}
.sect1 .container .row {
  align-items: center;
}
.sect1 .container .conteudo {
  padding-right: 5%;
}
.sect1 .container .conteudo .title {
  font-size: 90px;
  color: #6B6C2D;
}
.sect1 .container .conteudo .texto {
  font-size: 22px;
  font-weight: 400;
}
.sect1 .container .conteudo .botao {
  margin-top: 6%;
}
.sect1 .container .conteudo .botao button {
  background: #A7202C;
  border: 1px solid #A7202C;
  color: white;
  padding: 2vh 6vh;
  font-size: 20px;
  border-radius: 50px;
}

a:hover {
  text-decoration: none;
}

.servicos {
  min-height: 90vh;
  position: relative;
  background: linear-gradient(270deg, #722C15 0%, #A7202C 100%);
  display: flex;
  align-items: center;
}
.servicos #linha1, .servicos #linha2 {
  width: 1px;
  margin: 0;
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
}
.servicos #linha1 {
  top: 0;
  left: 5%;
}
.servicos #linha2 {
  top: 0;
  left: 30%;
}
.servicos .massas-service {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.servicos .massas-service .service {
  padding: 1.5%;
  width: 33.333%;
}
.servicos .massas-service .service .img {
  height: 33vh;
  border-radius: 10px;
  background-size: cover !important;
  background-position: center !important;
}
.servicos .servicos-left {
  padding: 8vh 6vw;
  color: #fff;
}
.servicos .servicos-left h2 {
  font-size: 80px;
  font-weight: 400;
  margin-bottom: 30px;
}
.servicos .servicos-left .btn-servicos {
  width: fit-content;
  font-weight: 600;
  padding: 2vh 6vh;
  font-size: 20px;
  border-radius: 50px;
}
.servicos .servicos-right {
  display: flex;
  flex-direction: column;
}
.servicos .servico-item {
  transition: 0.5s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.servicos .servico-item:hover {
  background: #722C15;
}
.servicos .servico-item .centro {
  min-height: 25%;
  display: flex;
  width: 100%;
}
.servicos .servico-item .servico-img {
  width: 40%;
  overflow: hidden;
}
.servicos .servico-item .servico-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.servicos .servico-item .servico-info {
  width: 60%;
  padding: 30px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.servicos .servico-item .servico-info h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 5px;
  text-align: center;
}
.servicos .servico-item .servico-info span {
  font-size: 0.9rem;
  opacity: 0.85;
}
.servicos .servico-item .servico-info a {
  margin-top: 10px;
  font-size: 0.9rem;
  text-align: center;
  color: #fff;
  text-decoration: underline;
  opacity: 0.8;
}
.servicos .servico-item .servico-info a:hover {
  opacity: 1;
}

/* RESPONSIVO */
@media (max-width: 991px) {
  .servicos .servicos-left {
    min-height: auto;
    text-align: center;
    align-items: center;
  }
  .servicos .servico-item {
    flex-direction: column;
  }
  .servicos .servico-item .servico-img,
  .servicos .servico-item .servico-info {
    width: 100%;
  }
  .servicos .servico-item .servico-img {
    height: 200px;
  }
}
.sect3 {
  background: #6B6C2D;
  padding: 8% 0;
  color: white;
  position: relative;
  overflow: hidden;
}
.sect3 .forma1 {
  position: absolute;
  right: 9%;
  width: 9%;
  height: auto;
  top: 0;
}
.sect3 .forma2 {
  position: absolute;
  right: 0%;
  top: 0;
  width: 9%;
  height: auto;
}
.sect3 .container {
  max-width: 88%;
}
.sect3 .container .row {
  width: 80%;
}
.sect3 .container .row .texto {
  font-size: 20px;
  font-weight: 300;
	border-right: 1px solid white;
	padding-right: 5%;
}

.sect-comment {
  padding: 10vh 0 10vh 0;
  background: #E6E7E8;
}
.sect-comment .row {
  align-items: center;
}
.sect-comment .botoes {
  margin-top: 7%;
}
.sect-comment .botoes .slick-arrow {
  position: relative;
  left: inherit;
  right: inherit;
  top: inherit;
  bottom: inherit;
  width: 8vh;
  height: 8vh;
  border-radius: 50%;
  border: 1px solid var(--grey, #545456);
  background: rgba(84, 84, 86, 0.03);
  backdrop-filter: blur(10px);
  transition: 0.5s;
}
.sect-comment .botoes .slick-arrow:hover {
  background: #A7202C;
}
.sect-comment .content-text {
  padding-left: 18vh;
  padding-right: 10vh;
}
.sect-comment .content-text .title {
  color: #6B6C2D;
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 3%;
}
.sect-comment .content-text .sub {
  color: black;
  font-size: 20px;
}
.sect-comment .content-text .dots-carousel2 {
  transform: translate(0, 50%);
  padding: 0;
  margin-top: 3vh;
}
.sect-comment .content-text .dots-carousel2 button {
  font-size: 0;
  padding: 0;
  width: 1.2vh;
  height: 1.2vh;
  background: gray;
  border: none;
  border-radius: 100px;
  margin: 1vh;
  transition: 0.5s;
}
.sect-comment .content-text .dots-carousel2 button.active {
  background: #000;
  transform: scale(1.5);
}
.sect-comment .carousel-comments .content {
  background: #722C15;
  border-radius: 4px;
  padding: 6vh 4vh;
  color: white;
}
.sect-comment .carousel-comments .content .nota {
  display: flex;
  align-items: center;
  margin-bottom: 4vh;
}
.sect-comment .carousel-comments .content .nota img {
  margin: 0.2vh;
  width: 3.5vh;
}
.sect-comment .carousel-comments .content .nota p {
  margin-left: 2vh;
  font-weight: bold;
  color: white;
  font-size: 14px;
}
.sect-comment .carousel-comments .content .autor {
  display: flex;
  margin-bottom: 4vh;
}
.sect-comment .carousel-comments .content .autor .img-autor {
  width: 10vh;
  height: 10vh;
  border-radius: 10px;
  margin-right: 3vh;
  background: #E6E7E8;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sect-comment .carousel-comments .content .autor .img-autor p {
  font-size: 30px;
  color: black;
  font-weight: 700;
}
.sect-comment .carousel-comments .content .autor .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sect-comment .carousel-comments .content .autor .text .title-autor {
  font-weight: bold;
  font-size: 16px;
  color: white;
}
.sect-comment .carousel-comments .content .autor .text p {
  font-size: 13px;
  color: white;
}
.sect-comment .carousel-comments .content .text-autor {
  color: white;
}

.sect5 {
  background: #C0BDA5;
  padding: 18vh 0;
}
.sect5 .container {
  max-width: 88%;
}
.sect5 .container .title {
  color: black;
  font-size: 80px;
  font-weight: 500;
  margin-bottom: 3%;
}
.sect5 .container .row {
  align-items: center;
}
.sect5 .container .botao {
  margin-top: 6%;
}
.sect5 .container .botao button {
  background: #A7202C;
  border: 1px solid #A7202C;
  color: white;
  padding: 2vh 6vh;
  font-size: 20px;
  border-radius: 50px;
}
.sect5 .container .linha {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sect5 .container .linha img {
  width: 47%;
  margin: 1%;
}

a {
  color: inherit;
}

footer {
  padding: 10vh 0;
  background: white;
  color: black;
}
footer .container {
  max-width: 90%;
}
footer .container .row {
  align-items: center;
}
footer .container .content {
  width: 70%;
}
footer .container .endereco {
  padding: 3vh 0;
  font-size: 14px;
}
footer .container .title-form {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 2%;
}
footer .container .texto-form {
  font-weight: 400;
}
footer .container .logo {
  width: 80%;
  margin-bottom: 5%;
}
footer .container .logo .titulo {
  margin-top: 10%;
  font-size: 25px;
  font-family: "blue";
}
footer .container .logo svg {
  width: 100%;
  height: auto;
}
footer .container .redes {
  display: flex;
  align-items: center;
  margin-top: 5%;
}
footer .container .redes .rede {
  margin: 0 0.5vh;
}
footer .container .redes .rede button {
  width: 5vh;
  font-size: 20px;
  height: 5vh;
  background: #A7202C;
  border: 1px solid white;
  border-radius: 50%;
  color: white;
}

/* MOBILE */
@media (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
  .menu {
    height: auto;
    padding: 1.5vh 0;
  }
  .menu.change {
    height: auto;
  }
  .menu.change .container ul {
    height: auto;
  }
  .menu.change .container .navbar-brand {
    width: 28%;
    margin-top: 0;
  }
  .menu.change .container .collapse .nav-item .nav-link {
    font-size: 15px;
  }
  .menu .container {
    max-width: 92%;
  }
  .menu .container .navbar-brand {
    width: 15%;
    margin-bottom: -12%;
    margin-top: 0;
    padding: 0;
  }
  .menu .container .navbar-brand svg {
    width: 100%;
  }
  .menu .container ul {
    height: auto;
    width: 100%;
    background: #6B6C2D;
    padding: 2vh 0;
    margin-top: 2vh;
    border-radius: 10px;
  }
  .menu .container .navbar-toggler {
    background: white;
  }
  .menu .container .collapse {
    justify-content: center;
  }
  .menu .container .collapse .nav-item {
    justify-content: center;
    width: 100%;
  }
  .menu .container .collapse .nav-item .nav-link {
    padding: 1.5vh 0;
    font-size: 16px;
    text-align: center;
  }
  .menu .container .collapse .nav-item.wpp .nav-link {
    margin-left: 0;
    margin-top: 1vh;
    padding: 1.5vh 3vh;
  }
  .menu .container .collapse .nav-item.wpp .nav-link .linha {
    justify-content: center;
  }
  .menu .container .collapse .nav-item.wpp .nav-link .linha .text {
    font-size: 13px;
  }
  .menu .container .collapse .nav-item.wpp .nav-link .linha .icon {
    font-size: 22px;
  }
  .sect1 {
    padding: 8vh 0 5vh;
  }
  .sect1 .container {
    max-width: 90%;
  }
  .sect1 .container .row {
    flex-direction: column-reverse;
  }
  .sect1 .container .conteudo {
    padding-right: 0;
    text-align: center;
    margin-top: 4vh;
  }
  .sect1 .container .conteudo .title {
    font-size: 46px;
    line-height: 1;
  }
  .sect1 .container .conteudo .texto {
    font-size: 17px;
    line-height: 1.5;
  }
  .sect1 .container .conteudo .botao {
    margin-top: 8%;
  }
  .sect1 .container .conteudo .botao button {
    width: 100%;
    padding: 1.8vh 3vh;
    font-size: 17px;
  }
  .servicos {
    min-height: auto;
    padding: 7vh 0;
    display: block;
  }
  .servicos #linha1,
  .servicos #linha2 {
    display: none;
  }
  .servicos .massas-service {
    flex-direction: column;
  }
  .servicos .massas-service .service {
    width: 100%;
    padding: 3% 0;
  }
  .servicos .massas-service .service .img {
    height: 28vh;
  }
  .servicos .servicos-left {
    padding: 0 6vw 5vh;
    text-align: center;
  }
  .servicos .servicos-left h2 {
    font-size: 44px;
    line-height: 1;
    margin-bottom: 20px;
  }
  .servicos .servicos-left .btn-servicos {
    margin: 0 auto;
    padding: 12px 24px;
  }
  .servicos .servicos-right {
    width: 100%;
  }
  .servicos .servico-item .centro {
    flex-direction: column;
    min-height: auto;
  }
  .servicos .servico-item .servico-img {
    width: 100%;
    height: 220px;
  }
  .servicos .servico-item .servico-info {
    width: 100%;
    padding: 25px 20px;
    text-align: center;
  }
  .servicos .servico-item .servico-info h3 {
    font-size: 24px;
  }
  .servicos .servico-item .servico-info span {
    font-size: 14px;
  }
  .servicos .servico-item .servico-info a {
    font-size: 14px;
  }
  .sect3 {
    padding: 4vh 0;
  }
  .sect3 .forma1,
  .sect3 .forma2 {
    width: 22%;
    opacity: 0.35;
  }
  .sect3 .forma1 {
    right: 20%;
  }
  .sect3 .container {
    max-width: 90%;
  }
  .sect3 .container .row {
    width: 100%;
  }
  .sect3 .container .row .texto {
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
  }
  .sect-comment {
    padding: 8vh 0;
  }
  .sect-comment .content-text {
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
    margin-bottom: 5vh;
  }
  .sect-comment .content-text .title {
    font-size: 34px;
    line-height: 1.1;
  }
  .sect-comment .content-text .sub {
    font-size: 17px;
  }
  .sect-comment .content-text .dots-carousel2 {
    transform: none;
    margin-top: 3vh;
  }
  .sect-comment .botoes {
    margin-top: 5%;
    display: flex;
    justify-content: center;
    gap: 2vh;
  }
  .sect-comment .botoes .slick-arrow {
    width: 6vh;
    height: 6vh;
  }
  .sect-comment .carousel-comments {
    padding: 0 5%;
  }
  .sect-comment .carousel-comments .content {
    padding: 4vh 3vh;
  }
  .sect-comment .carousel-comments .content .nota {
    margin-bottom: 3vh;
  }
  .sect-comment .carousel-comments .content .nota img {
    width: 2.8vh;
  }
  .sect-comment .carousel-comments .content .nota p {
    font-size: 13px;
  }
  .sect-comment .carousel-comments .content .autor {
    align-items: center;
  }
  .sect-comment .carousel-comments .content .autor .img-autor {
    width: 8vh;
    height: 8vh;
  }
  .sect-comment .carousel-comments .content .autor .img-autor p {
    font-size: 24px;
  }
  .sect-comment .carousel-comments .content .autor .text .title-autor {
    font-size: 15px;
  }
  .sect-comment .carousel-comments .content .autor .text p {
    font-size: 12px;
  }
  .sect-comment .carousel-comments .content .text-autor {
    font-size: 15px;
    line-height: 1.6;
  }
  .sect5 {
    padding: 10vh 0;
  }
  .sect5 .container {
    max-width: 90%;
    text-align: center;
  }
  .sect5 .container .title {
    font-size: 34px;
    line-height: 1.1;
  }
  .sect5 .container .botao {
    margin-top: 8%;
  }
  .sect5 .container .botao button {
    width: 100%;
    padding: 1.8vh 3vh;
    font-size: 17px;
  }
  .sect5 .container .linha {
    flex-direction: column;
  }
  .sect5 .container .linha img {
    width: 100%;
    margin: 2% 0;
  }
  .banner {
    margin-top: 10%;
  }
  footer {
    padding: 8vh 0;
    text-align: center;
  }
  footer .container {
    max-width: 90%;
  }
  footer .container .content {
    width: 100%;
    margin-bottom: 5vh;
  }
  footer .container .logo {
    width: 30%;
    margin: 0 auto 5%;
  }
  footer .container .logo .titulo {
    font-size: 22px;
  }
  footer .container .endereco {
    font-size: 13px;
    line-height: 1.5;
  }
  footer .container .title-form {
    font-size: 20px;
  }
  footer .container .texto-form {
    font-size: 15px;
  }
  footer .container .redes {
    justify-content: center;
  }
  footer .container .redes .rede button {
    width: 5.5vh;
    height: 5.5vh;
    font-size: 18px;
  }
}
.ape-blog {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  background: radial-gradient(circle at top right, rgba(253, 204, 3, 0.12), transparent 32%), radial-gradient(circle at bottom left, rgba(167, 32, 44, 0.08), transparent 36%), #f7f4ef;
}
.ape-blog .container {
  position: relative;
  z-index: 2;
  max-width: 90%;
}
.ape-blog__subtitle {
  display: inline-block;
  margin-bottom: 14px;
  color: #A7202C;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.ape-blog__title {
  margin: 0 0 18px;
  color: #111;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 600;
  line-height: 1.08;
}
.ape-blog__text {
  max-width: 700px;
  margin: auto;
  color: rgba(17, 17, 17, 0.65);
  font-size: 1.05rem;
  line-height: 1.8;
}
.ape-blog .ape-blog-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border-radius: 30px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  text-decoration: none;
  transition: 0.45s ease;
}
.ape-blog .ape-blog-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.12);
}
.ape-blog .ape-blog-card:hover .ape-blog-card__image {
  transform: scale(1.03);
}
.ape-blog .ape-blog-card:hover .ape-blog-card__image:before {
  opacity: 0.75;
}
.ape-blog .ape-blog-card:hover .ape-blog-card__link i {
  transform: translateX(6px);
}
.ape-blog .ape-blog-card__image {
  position: relative;
  height: 260px;
  background-size: cover;
  background-position: center;
  transition: 0.7s ease;
}
.ape-blog .ape-blog-card__image:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.65));
  transition: 0.35s;
}
.ape-blog .ape-blog-card__category {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 2;
  padding: 8px 16px;
  border-radius: 30px;
  background: #fdcc03;
  color: #111;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.ape-blog .ape-blog-card__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 30px;
}
.ape-blog .ape-blog-card__meta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.ape-blog .ape-blog-card__meta span {
  display: flex;
  align-items: center;
  gap: 7px;
  color: rgba(17, 17, 17, 0.55);
  font-size: 0.85rem;
}
.ape-blog .ape-blog-card__meta span i {
  color: #A7202C;
}
.ape-blog .ape-blog-card h3 {
  margin: 0 0 18px;
  color: #111;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25;
  transition: 0.3s;
}
.ape-blog .ape-blog-card p {
  flex: 1;
  margin: 0 0 24px;
  color: rgba(17, 17, 17, 0.65);
  line-height: 1.75;
}
.ape-blog .ape-blog-card__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  color: #A7202C;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.ape-blog .ape-blog-card__link i {
  transition: 0.3s;
}
.ape-blog__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 58px;
  padding: 0 34px;
  border-radius: 40px;
  background: linear-gradient(90deg, #fdcc03, #fdcc03);
  color: #111;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: 0.35s;
}
.ape-blog__button i {
  transition: 0.3s;
}
.ape-blog__button:hover {
  color: #111;
  transform: translateY(-4px);
  box-shadow: 0 20px 45px rgba(253, 204, 3, 0.3);
}
.ape-blog__button:hover i {
  transform: translateX(6px);
}
@media (max-width: 991px) {
  .ape-blog {
    padding: 90px 0;
  }
  .ape-blog .ape-blog-card__image {
    height: 230px;
  }
}
@media (max-width: 767px) {
  .ape-blog {
    padding: 70px 0;
  }
  .ape-blog .ape-blog-card {
    border-radius: 24px;
  }
  .ape-blog .ape-blog-card__image {
    height: 220px;
  }
  .ape-blog .ape-blog-card__content {
    padding: 24px;
  }
  .ape-blog .ape-blog-card h3 {
    font-size: 1.35rem;
  }
}

.single-post-page {
  background: #f7f4ef;
}

.single-post-hero {
  position: relative;
  padding: 110px 0 60px;
  background: radial-gradient(circle at top right, rgba(253, 204, 3, 0.12), transparent 34%), radial-gradient(circle at bottom left, rgba(167, 32, 44, 0.08), transparent 36%), #f7f4ef;
}
.single-post-hero__category {
  display: inline-flex;
  margin-bottom: 22px;
  padding: 8px 18px;
  border-radius: 40px;
  background: #fdcc03;
  color: #111;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.single-post-hero__title {
  margin: 0 auto 24px;
  color: #111;
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -1.5px;
}
.single-post-hero__meta {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
}
.single-post-hero__meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(17, 17, 17, 0.58);
  font-size: 0.95rem;
}
.single-post-hero__meta span i {
  color: #A7202C;
}

.single-post-content {
  padding: 0 0 110px;
}
.single-post-content__image {
  width: 100%;
  height: 520px;
  margin-bottom: 70px;
  border-radius: 34px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.14);
}
.single-post-content__article {
  color: rgba(17, 17, 17, 0.78);
  font-size: 1.08rem;
  line-height: 1.9;
}
.single-post-content__article h2,
.single-post-content__article h3,
.single-post-content__article h4 {
  color: #111;
  font-weight: 600;
  line-height: 1.2;
  margin: 46px 0 18px;
}
.single-post-content__article h2 {
  font-size: 2.1rem;
}
.single-post-content__article h3 {
  font-size: 1.65rem;
}
.single-post-content__article p {
  margin: 0 0 24px;
}
.single-post-content__article a {
  color: #A7202C;
  font-weight: 600;
  text-decoration: none;
}
.single-post-content__article a:hover {
  color: #fdcc03;
}
.single-post-content__article img {
  max-width: 100%;
  height: auto;
  margin: 34px 0;
  border-radius: 24px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.12);
}
.single-post-content__article blockquote {
  margin: 40px 0;
  padding: 28px 32px;
  border-left: 4px solid #fdcc03;
  border-radius: 20px;
  background: #fff;
  color: #111;
  font-size: 1.25rem;
  line-height: 1.6;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.08);
}
.single-post-content__article ul,
.single-post-content__article ol {
  margin: 0 0 28px;
  padding-left: 24px;
}
.single-post-content__article ul li,
.single-post-content__article ol li {
  margin-bottom: 10px;
}
.single-post-content__footer {
  margin-top: 60px;
  padding-top: 34px;
  border-top: 1px solid rgba(17, 17, 17, 0.1);
}
.single-post-content__back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 40px;
  background: linear-gradient(90deg, #fdcc03);
  color: #111;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: 0.35s ease;
}
.single-post-content__back:hover {
  color: #111;
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(253, 204, 3, 0.28);
}
@media (max-width: 991px) {
  .single-post-content {
    padding-bottom: 90px;
  }
  .single-post-content__image {
    height: 420px;
    margin-bottom: 55px;
  }
}
@media (max-width: 767px) {
  .single-post-content {
    padding-bottom: 70px;
  }
  .single-post-content__image {
    height: 280px;
    margin-bottom: 40px;
    border-radius: 24px;
  }
  .single-post-content__article {
    font-size: 1rem;
  }
  .single-post-content__article h2 {
    font-size: 1.7rem;
  }
  .single-post-content__article h3 {
    font-size: 1.4rem;
  }
}

.blog-index {
  background: #f7f4ef;
}
.blog-index .container {
  max-width: 90%;
}
.blog-index__hero {
  padding: 110px 0 80px;
  background: radial-gradient(circle at top right, rgba(253, 204, 3, 0.12), transparent 34%), radial-gradient(circle at bottom left, rgba(167, 32, 44, 0.08), transparent 36%), #f7f4ef;
}
.blog-index__subtitle {
  display: inline-block;
  margin-bottom: 14px;
  color: #A7202C;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.blog-index__title {
  margin: 0 0 18px;
  font-family: "blue";
  color: #111;
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  font-weight: 600;
  line-height: 1.05;
}
.blog-index__text {
  max-width: 720px;
  margin: 0 auto;
  color: rgba(17, 17, 17, 0.65);
  font-size: 1.08rem;
  line-height: 1.75;
}
.blog-index__posts {
  padding: 40px 0 110px;
}
.blog-index .blog-index-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border-radius: 30px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  text-decoration: none;
  transition: 0.45s ease;
}
.blog-index .blog-index-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.12);
}
.blog-index .blog-index-card:hover .blog-index-card__image {
  transform: scale(1.03);
}
.blog-index .blog-index-card:hover .blog-index-card__image::before {
  opacity: 0.75;
}
.blog-index .blog-index-card:hover .blog-index-card__link i {
  transform: translateX(6px);
}
.blog-index .blog-index-card__image {
  position: relative;
  height: 260px;
  background-size: cover;
  background-position: center;
  transition: 0.7s ease;
}
.blog-index .blog-index-card__image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.65));
  transition: 0.35s;
}
.blog-index .blog-index-card__category {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 2;
  padding: 8px 16px;
  border-radius: 30px;
  background: #fdcc03;
  color: #111;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.blog-index .blog-index-card__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 30px;
}
.blog-index .blog-index-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 18px;
}
.blog-index .blog-index-card__meta span {
  display: flex;
  align-items: center;
  gap: 7px;
  color: rgba(17, 17, 17, 0.55);
  font-size: 0.85rem;
}
.blog-index .blog-index-card__meta span i {
  color: #A7202C;
}
.blog-index .blog-index-card h2 {
  margin: 0 0 18px;
  color: #111;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25;
}
.blog-index .blog-index-card p {
  flex: 1;
  margin: 0 0 24px;
  color: rgba(17, 17, 17, 0.65);
  line-height: 1.75;
}
.blog-index .blog-index-card__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  color: #A7202C;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.blog-index .blog-index-card__link i {
  transition: 0.3s;
}
.blog-index__pagination {
  margin-top: 60px;
  text-align: center;
}
.blog-index__pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.blog-index__pagination .page-numbers {
  min-width: 46px;
  height: 46px;
  padding: 0 16px;
  border-radius: 50px;
  background: #fff;
  color: #111;
  border: 1px solid rgba(0, 0, 0, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}
.blog-index__pagination .page-numbers:hover, .blog-index__pagination .page-numbers.current {
  background: linear-gradient(90deg, #A7202C, #fdcc03);
  color: #111;
  border-color: transparent;
  box-shadow: 0 14px 30px rgba(253, 204, 3, 0.22);
}
@media (max-width: 991px) {
  .blog-index__hero {
    padding: 90px 0 60px;
  }
  .blog-index__posts {
    padding: 30px 0 90px;
  }
}
@media (max-width: 767px) {
  .blog-index__hero {
    padding: 70px 0 50px;
  }
  .blog-index__posts {
    padding: 20px 0 70px;
  }
  .blog-index .blog-index-card {
    border-radius: 24px;
  }
  .blog-index .blog-index-card__image {
    height: 220px;
  }
  .blog-index .blog-index-card__content {
    padding: 24px;
  }
  .blog-index .blog-index-card h2 {
    font-size: 1.35rem;
  }
}

/* ============================
   Modal Orçamento
============================ */
#modalOrcamento .modal-content {
  border: 0;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}
#modalOrcamento .modal-header {
  padding: 2rem 2rem 1rem;
  border-bottom: 1px solid #ececec;
}
#modalOrcamento .modal-header .modal-title {
  color: #A7202C;
  font-weight: 700;
}
#modalOrcamento .modal-header p {
  color: #777;
  margin-top: 0.5rem;
}
#modalOrcamento .modal-header .btn-close {
  opacity: 1;
}
#modalOrcamento .modal-header .btn-close:focus {
  box-shadow: none;
}
#modalOrcamento .modal-body {
  padding: 2rem;
  background: #fff;
}

/* ============================
   Contact Form 7
============================ */
.wpcf7 form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.wpcf7 label {
  display: block;
  width: 100%;
  font-size: 0.95rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5rem;
}
.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea,
.wpcf7 .wpcf7-form-control {
  width: 100%;
  padding: 14px 18px;
  border: 2px solid #e6e6e6;
  border-radius: 12px;
  background: #fff;
  font-size: 1rem;
  transition: 0.25s ease;
}
.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus,
.wpcf7 .wpcf7-form-control:focus {
  outline: none;
  border-color: #fdcc03;
  box-shadow: 0 0 0 4px rgba(253, 204, 3, 0.15);
}
.wpcf7 textarea {
  min-height: 150px;
  resize: vertical;
}
.wpcf7 select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='%23999' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 5.5L8 12l6.5-6.5' stroke='%23999' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  padding-right: 50px;
}
.wpcf7 input[type=number] {
  appearance: textfield;
}
.wpcf7 .wpcf7-not-valid {
  border-color: #A7202C;
}
.wpcf7 .wpcf7-not-valid-tip {
  margin-top: 0.4rem;
  color: #A7202C;
  font-size: 0.85rem;
}
.wpcf7 .wpcf7-response-output {
  margin: 1.5rem 0 0;
  border-radius: 12px;
  padding: 1rem;
  font-size: 0.95rem;
}
.wpcf7 .wpcf7-spinner {
  margin-left: 12px;
}
.wpcf7 input[type=submit] {
  width: 100%;
  border: 0;
  border-radius: 12px;
  padding: 16px;
  background: #A7202C;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  transition: 0.3s ease;
  cursor: pointer;
}
.wpcf7 input[type=submit]:hover {
  background: #851923;
  transform: translateY(-2px);
}
.wpcf7 input[type=submit]:active {
  transform: translateY(0);
}

/* ============================
   Conditional Fields
============================ */
.wpcf7cf-group {
  margin-top: 1rem;
  padding: 1.5rem;
  background: rgba(253, 204, 3, 0.08);
  border: 1px solid rgba(253, 204, 3, 0.25);
  border-radius: 14px;
}

/* ============================
   Mobile
============================ */
@media (max-width: 767px) {
  #modalOrcamento .modal-header,
  #modalOrcamento .modal-body {
    padding: 1.5rem;
  }
  .wpcf7 input,
  .wpcf7 select,
  .wpcf7 textarea {
    padding: 12px 15px;
  }
  .wpcf7 input[type=submit] {
    padding: 14px;
  }
}
.contact-section {
  padding: 100px 0;
  background: #faf7f3;
}
.contact-section .container {
  max-width: 70%;
}
@media (max-width: 980px) {
  .contact-section .container {
    max-width: 95%;
  }
}
.contact-section .subtitle {
  display: inline-block;
  color: #fdcc03;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 12px;
}
.contact-section h2 {
  color: #A7202C;
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.contact-section > .container > .row:first-child p {
  color: #666;
  font-size: 1.05rem;
  line-height: 1.8;
}

.contact-info {
  background: #A7202C;
  color: #fff;
  padding: 50px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 35px;
}
.contact-info .item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.contact-info .item .icon {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact-info .item .icon i {
  color: #fdcc03;
  font-size: 24px;
}
.contact-info .item h5 {
  font-weight: 700;
  margin-bottom: 6px;
}
.contact-info .item p {
  margin: 0;
  opacity: 0.9;
  line-height: 1.7;
}

.contact-form {
  background: #fff;
  padding: 50px;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}
.contact-form .wpcf7 form {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.contact-form .wpcf7 label {
  width: 100%;
  font-weight: 600;
  color: #444;
  margin-bottom: 8px;
}
.contact-form .wpcf7 input,
.contact-form .wpcf7 select,
.contact-form .wpcf7 textarea {
  width: 100%;
  border: 2px solid #ececec;
  border-radius: 12px;
  padding: 15px 18px;
  transition: 0.3s;
}
.contact-form .wpcf7 input:focus,
.contact-form .wpcf7 select:focus,
.contact-form .wpcf7 textarea:focus {
  outline: none;
  border-color: #fdcc03;
  box-shadow: 0 0 0 4px rgba(253, 204, 3, 0.15);
}
.contact-form .wpcf7 textarea {
  min-height: 50px;
  resize: vertical;
  height: 100px;
}
.contact-form .wpcf7 input[type=submit] {
  background: #fdcc03;
  color: #000;
  border: none;
  border-radius: 12px;
  padding: 16px;
  font-weight: 700;
  transition: 0.3s;
}
.contact-form .wpcf7 input[type=submit]:hover {
  background: #851923;
  transform: translateY(-2px);
}
.contact-form .wpcf7 .wpcf7-list-item {
  margin-left: 0;
}
.contact-form .wpcf7 .wpcf7-not-valid-tip {
  color: #A7202C;
  margin-top: 5px;
  font-size: 0.85rem;
}
.contact-form .wpcf7 .wpcf7-response-output {
  margin-top: 20px;
  border-radius: 10px;
}

@media (max-width: 991px) {
  .contact-section {
    padding: 70px 0;
  }
  .contact-section h2 {
    font-size: 2.2rem;
  }
  .contact-info,
  .contact-form {
    padding: 35px;
  }
}
@media (max-width: 767px) {
  .contact-section h2 {
    font-size: 1.8rem;
  }
  .contact-section .subtitle {
    font-size: 0.8rem;
  }
  .contact-info,
  .contact-form {
    padding: 25px;
    border-radius: 18px;
  }
}
.whats {
  position: fixed;
  bottom: 3vh;
  right: 3vh;
  background: #0bb13e;
  padding: 2vh;
  border-radius: 100px;
  z-index: 1020;
}

.whats svg {
  fill: white;
  width: 4vh;
}

@media (max-width: 767px) {
  .contact-section {
    padding: 60px 0;
    overflow: hidden;
  }
  .contact-section .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .contact-section .row {
    --bs-gutter-y: 24px;
  }
  .contact-section .subtitle {
    font-size: 0.75rem;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
  }
  .contact-section h2 {
    font-size: 1.8rem;
    line-height: 1.2;
    margin-bottom: 14px;
  }
  .contact-section > .container > .row:first-child {
    margin-bottom: 35px !important;
  }
  .contact-section > .container > .row:first-child p {
    font-size: 0.95rem;
    line-height: 1.6;
  }
  .contact-info {
    padding: 28px 22px;
    border-radius: 18px;
    gap: 24px;
  }
  .contact-info .item {
    gap: 14px;
  }
  .contact-info .item .icon {
    width: 46px;
    height: 46px;
  }
  .contact-info .item .icon i {
    font-size: 20px;
  }
  .contact-info .item h5 {
    font-size: 1rem;
    margin-bottom: 4px;
  }
  .contact-info .item p {
    font-size: 0.9rem;
    line-height: 1.5;
  }
  .contact-form {
    padding: 28px 22px;
    border-radius: 18px;
  }
  .contact-form .wpcf7 form {
    gap: 18px;
  }
  .contact-form .wpcf7 label {
    font-size: 0.9rem;
    margin-bottom: 6px;
  }
  .contact-form .wpcf7 input,
  .contact-form .wpcf7 select,
  .contact-form .wpcf7 textarea {
    padding: 13px 15px;
    font-size: 0.95rem;
    border-radius: 10px;
  }
  .contact-form .wpcf7 textarea {
    min-height: 140px;
  }
  .contact-form .wpcf7 input[type=submit] {
    padding: 14px;
    font-size: 0.95rem;
  }
}
@media (max-width: 575px) {
  .contact-section {
    padding: 50px 0;
  }
  .contact-section h2 {
    font-size: 1.6rem;
  }
  .contact-info,
  .contact-form {
    padding: 24px 18px;
  }
}

/*# sourceMappingURL=style.css.map */
