@charset "UTF-8";
@keyframes pulse-down {
  0%, 100% {
    /* Original position and size */
    transform: translateY(0) scale(1);
  }
  50% {
    /* Move up 10px and grow slightly */
    transform: translateY(-7px) scale(1.05);
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* <loader */
#overlay {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #A18D7B 0%, #b3a08f 40%, #8e7a69 100%);
}
#overlay .cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 70px;
}
#overlay .cv-spinner img {
  width: 250px;
  margin-top: -120px;
}
#overlay .spinner {
  width: 40px;
  height: 40px;
  border: 4px rgba(255, 255, 255, 0.4) solid;
  border-top: 4px #fff solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}
#overlay.is-hide {
  display: none;
}

/* /> preloader */
#block {
  display: none;
}
@media (max-width: 991px) {
  #block {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    background: linear-gradient(45deg, #111, #222);
    padding: 30px;
    font-size: 14px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    color: white;
  }
}

/* EXTRA LIGHT */
@font-face {
  font-family: "Grift";
  src: url("../fonts/grift/Grift-ExtraLight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
/* LIGHT */
@font-face {
  font-family: "Grift";
  src: url("../fonts/grift/Grift-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* LIGHT */
@font-face {
  font-family: "Grift";
  src: url("../fonts/grift/Grift-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* LIGHT Italic */
@font-face {
  font-family: "Grift";
  src: url("../fonts/grift/Grift-LightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
/* REGULAR */
@font-face {
  font-family: "Grift";
  src: url("../fonts/grift/Grift-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* MEDIUM */
@font-face {
  font-family: "Grift";
  src: url("../fonts/grift/Grift-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* SEMIBOLD */
@font-face {
  font-family: "Grift";
  src: url("../fonts/grift/Grift-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* BOLD */
@font-face {
  font-family: "Grift";
  src: url("../fonts/grift/Grift-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* EXTRABOLD */
@font-face {
  font-family: "Grift";
  src: url("../fonts/grift/Grift-ExtraBold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
body {
  background-color: #F7F7F2;
  font-family: "Grift", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  overflow-x: hidden;
}
body h1, body h2, body h3, body h4 {
  letter-spacing: 1px;
  font-weight: 400;
  font-family: "Grift", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body p, body strong, body span, body li, body em, body ul {
  font-family: "Grift", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body b, body strong {
  font-weight: 700;
}
body section {
  overflow-x: hidden;
}

.container {
  padding-left: 2.7vw;
  padding-right: 2.7vw;
}
@media (max-width: 991px) {
  .container {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}
.container.big {
  min-width: 1600px;
  padding-left: 2vw;
  padding-right: 2vw;
}
@media (max-width: 991px) {
  .container.big {
    padding-left: 6vw;
    padding-right: 6vw;
    min-width: initial;
  }
}

a {
  color: #000;
  font-size: 16px;
  text-decoration: unset;
  outline: 0;
}

.text-uppercase {
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .hide-mobile {
    display: none;
  }
}
@media (min-width: 992px) {
  .hide-desktop {
    display: none;
  }
}
/*Reflete em toda LP*/
nav.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
  background-color: transparent;
  transition: 0.6s;
  padding-top: 60px;
  padding-left: 135px;
  padding-right: 120px;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid transparent;
  transition: 0.6s;
  overflow: hidden;
}
@media (max-width: 991px) {
  nav.navbar {
    padding: 0 25px;
    padding-top: 45px;
    overflow: unset;
    min-height: 40px;
  }
}
nav.navbar:before {
  display: block;
}
nav.navbar::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(152, 130, 110, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  transform: translateY(-100%);
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: -1;
}
nav.navbar.active {
  padding-top: 10px;
}
@media (max-width: 991px) {
  nav.navbar.active {
    padding-top: 15px;
    padding-bottom: 10px;
  }
}
nav.navbar.active::before {
  transform: translateY(0);
}
nav.navbar.active .logo img {
  transform: scale(0.8);
}
@media (max-width: 991px) {
  nav.navbar.active .logo img {
    transform: scale(0.9);
  }
}
nav.navbar.active .flex-group .menu ul li a {
  color: rgba(255, 255, 255, 0.85);
}
nav.navbar.active .flex-group .menu ul li a:hover {
  color: rgb(255, 255, 255);
}
nav.navbar .flex-group {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-direction: row;
}
nav.navbar .flex-group .center {
  display: flex;
  justify-content: end;
  align-items: center;
  width: 100%;
}
@media (max-width: 991px) {
  nav.navbar .flex-group .menu {
    display: none;
  }
}
nav.navbar .flex-group .menu ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
nav.navbar .flex-group .menu ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: 19px;
  padding-left: 19px;
  letter-spacing: 0.2em;
}
nav.navbar .flex-group .menu ul li:first-child {
  padding: 0;
  margin-right: 0.9vw;
}
nav.navbar .flex-group .menu ul li a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-transform: unset;
  text-decoration: unset;
  padding-bottom: 8px;
  /*effect menu animation*/
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0% 2px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s ease;
  outline: 0;
}
nav.navbar .flex-group .menu ul li a:hover {
  background-size: 100% 2px;
}
nav.navbar .flex-group .left {
  width: unset;
  display: flex;
}
@media (max-width: 991px) {
  nav.navbar .flex-group .left {
    align-items: center;
  }
}
nav.navbar .flex-group .left .logo {
  margin-right: 0;
  display: block;
  max-width: 245px;
  height: 70px;
  filter: grayscale(1);
}
@media (max-width: 991px) {
  nav.navbar .flex-group .left .logo {
    margin-right: 0;
    line-height: 0;
    height: 40px;
    max-width: unset;
    left: 0;
  }
}
nav.navbar .flex-group .left .logo a {
  font-size: unset;
}
nav.navbar .flex-group .left .logo img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 70px;
  width: 245px;
  transition: 0.6s;
  position: absolute;
}
@media (max-width: 991px) {
  nav.navbar .flex-group .left .logo img {
    height: 100%;
    width: unset;
  }
}

.menu-mobile-icon {
  width: 28px;
  height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
  z-index: 20;
  position: absolute;
  right: 20px;
  opacity: 0.85;
  transition: opacity 0.3s ease;
}
@media (min-width: 992px) {
  .menu-mobile-icon {
    display: none;
  }
}
.menu-mobile-icon:hover {
  opacity: 1;
}
.menu-mobile-icon span {
  display: block;
  height: 2px;
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 999px;
  transform: scaleY(0.65);
  transform-origin: center;
  transform-origin: center;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s ease, width 0.3s ease, background 0.25s ease;
}
.menu-mobile-icon span:nth-child(2) {
  width: 70%;
  margin-left: auto;
}
.menu-mobile-icon.open span {
  background: #fff;
}
.menu-mobile-icon.open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg) scaleY(0.65);
}
.menu-mobile-icon.open span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0.5) scaleY(0.65);
}
.menu-mobile-icon.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg) scaleY(0.65);
}

@media (max-width: 991px) {
  .menu-mobile {
    position: fixed;
    left: 0;
    width: 100%;
    background: linear-gradient(45deg, #f7f7f7, #eee);
    height: 100%;
    padding-left: 25px;
    align-items: center;
    justify-content: start;
    top: 0;
    padding-top: 20px;
    z-index: 3;
    margin-left: 100%;
    transition: ease 0.75s;
    display: flex;
  }
  .menu-mobile.open {
    margin-left: 0;
  }
  .menu-mobile .logos {
    position: fixed;
    top: 40px;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
  }
  .menu-mobile .logos img {
    width: 180px;
  }
  .menu-mobile ul li {
    margin-bottom: 35px;
    list-style-type: none;
  }
  .menu-mobile ul li a {
    color: #8b7765;
    font-size: 19px;
    transition: 0.6s;
    font-weight: 400;
    opacity: 0.9;
  }
  .menu-mobile ul li a:hover {
    opacity: 1;
  }
}
header.header-home {
  min-height: var(--altura-real);
  min-height: var(--altura-real);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
}
header.header-home .hero-swiper {
  width: 100%;
  height: var(--altura-real);
}
header.header-home .hero-swiper .swiper-slide {
  overflow: hidden;
  position: relative;
}
header.header-home .hero-swiper .swiper-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5); /* ajuste aqui */
  z-index: 1;
}
header.header-home .hero-swiper .swiper-slide .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  filter: contrast(1.07) saturate(1.07);
  transform: scale(1.15); /* estado inicial */
  transition: transform 5s cubic-bezier(0.22, 1, 0.36, 1);
}
header.header-home .hero-swiper .swiper-slide.swiper-slide-active .bg {
  transform: scale(1);
}
header.header-home .hero-swiper .swiper-slide.swiper-slide-active .container .logo {
  opacity: 1;
  transform: translateY(0);
}
header.header-home .hero-swiper .swiper-slide.swiper-slide-active .hero-title {
  opacity: 1;
  transform: translateY(0);
}
header.header-home .hero-swiper .swiper-slide .container {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 2;
  margin-top: 50px;
}
@media (max-width: 991px) {
  header.header-home .hero-swiper .swiper-slide .container {
    margin-top: 80px;
  }
}
header.header-home .hero-swiper .swiper-slide .container .logo {
  opacity: 0;
  transform: translateY(30px);
  transition: all 1.2s ease;
  width: 333px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  header.header-home .hero-swiper .swiper-slide .container .logo {
    width: 250px;
  }
}
header.header-home .hero-swiper .swiper-slide .container .hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
header.header-home .hero-swiper .swiper-slide .container .hero-content .hero-title {
  color: white;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 0.08em;
  text-align: center;
  max-width: 600px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 1.2s ease;
  text-transform: unset;
  margin-top: 65px;
}
@media (max-width: 991px) {
  header.header-home .hero-swiper .swiper-slide .container .hero-content .hero-title {
    font-size: 22px;
  }
}
header.header-home .hero-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 0.6);
}

section.home-empresa {
  padding: 120px 0;
  background: #fff;
}
@media (max-width: 991px) {
  section.home-empresa {
    padding: 60px 0;
  }
}
section.home-empresa span.tag {
  font-size: 17px;
  font-weight: 800;
  margin-bottom: 20px;
  display: block;
  color: #5E5E5E;
}
@media (max-width: 991px) {
  section.home-empresa span.tag {
    font-size: 15px;
  }
}
section.home-empresa span.tag img {
  width: 22px;
  height: 22px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  section.home-empresa span.tag img {
    width: 18px;
    height: 18px;
  }
}
section.home-empresa h1, section.home-empresa h2, section.home-empresa p, section.home-empresa span {
  letter-spacing: 1px;
}
section.home-empresa h1, section.home-empresa h2 {
  color: #A98F78;
  letter-spacing: unset;
}
section.home-empresa h1 {
  font-size: 54px;
  margin-bottom: 0;
  line-height: 120%;
  font-weight: 700;
  text-transform: unset;
}
@media (max-width: 991px) {
  section.home-empresa h1 {
    font-size: 36px;
  }
}
section.home-empresa h2 {
  font-size: 31px;
  margin-bottom: 30px;
  line-height: 120%;
  font-weight: 700;
  text-transform: unset;
}
@media (max-width: 991px) {
  section.home-empresa h2 {
    font-size: 22px;
  }
}
section.home-empresa p {
  font-size: 18px;
  margin-bottom: 35px;
  line-height: 150%;
  font-weight: 400;
  color: #AC937D;
}
@media (max-width: 991px) {
  section.home-empresa p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
section.home-empresa p.bold {
  font-weight: 700;
}
@media (max-width: 991px) {
  section.home-empresa .item-left, section.home-empresa .item-right {
    width: 45%;
    height: 45dvh;
    min-width: 150px;
  }
}
section.home-empresa .item-left img, section.home-empresa .item-right img {
  width: 285px;
  height: 555px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
@media (max-width: 991px) {
  section.home-empresa .item-left img, section.home-empresa .item-right img {
    width: 100%;
    height: 100%;
  }
}
section.home-empresa .item-left img, section.home-empresa .item-right img {
  filter: brightness(0.95) contrast(1.05) grayscale(0.1);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
section.home-empresa .item-left img:hover, section.home-empresa .item-right img:hover {
  filter: brightness(1) contrast(1);
}
section.home-empresa .item-left img {
  -o-object-position: center;
     object-position: center;
  filter: brightness(0.75) contrast(1.05) grayscale(0.3);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
section.home-empresa .item-left img:hover {
  filter: brightness(1) contrast(1);
}
section.home-empresa .item-right img {
  -o-object-position: center;
     object-position: center;
}
section.home-empresa .outer {
  display: flex;
  justify-content: space-between;
  max-width: 635px;
  margin: auto;
  margin-top: 60px;
}
@media (max-width: 991px) {
  section.home-empresa .outer {
    max-width: 500px;
    margin-top: 40px;
  }
}
section.home-empresa .outer .item-left {
  margin-top: 90px;
}
@media (max-width: 991px) {
  section.home-empresa .outer .item-left {
    margin-top: 60px;
  }
}

section.home-citacao {
  padding-top: 90px;
  padding-bottom: 80px;
  background: #DDD3CA;
}
@media (max-width: 991px) {
  section.home-citacao {
    padding: 60px 0;
  }
}
section.home-citacao p {
  font-size: 22px;
  max-width: 1000px;
  font-weight: 300;
  line-height: 150%;
  font-style: italic;
  color: #5e5e5e;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  section.home-citacao p {
    font-size: 18px;
  }
}
section.home-citacao h4 {
  font-size: 23px;
  font-weight: 700;
  color: #5e5e5e;
}
@media (max-width: 991px) {
  section.home-citacao h4 {
    font-size: 20px;
  }
}

section.home-midia {
  padding: 110px 0;
  background: #fff;
}
@media (max-width: 991px) {
  section.home-midia {
    padding: 60px 0;
  }
}
section.home-midia h2 {
  color: #A98F78;
  font-size: 54px;
  margin-bottom: 0;
  line-height: 120%;
  font-weight: 700;
  text-transform: unset;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  section.home-midia h2 {
    font-size: 36px;
    margin-bottom: 30px;
  }
}
section.home-midia .midia-swiper {
  padding-bottom: 65px;
}
section.home-midia .swiper-content {
  text-decoration: none;
}
section.home-midia .swiper-content:hover h4 {
  color: #A98F78;
}
section.home-midia .swiper-content h4, section.home-midia .swiper-content p {
  max-width: 410px;
}
section.home-midia .swiper-content:hover {
  text-decoration: none;
  color: #5e5e5e;
}
section.home-midia .swiper-content:hover img {
  transform: translateY(-4px);
}
section.home-midia .swiper-content img {
  width: 200px;
  height: 79px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 10px;
  transition: 1s;
}
@media (max-width: 991px) {
  section.home-midia .swiper-content img {
    width: 130px;
    height: 60px;
    margin-bottom: 25px;
  }
}
section.home-midia .swiper-content img.invert {
  filter: invert(1);
}
section.home-midia .swiper-content img.rz {
  width: 150px;
}
@media (max-width: 991px) {
  section.home-midia .swiper-content img.rz {
    width: 130px;
  }
}
section.home-midia .swiper-content h4 {
  color: #5e5e5e;
  font-size: 26px;
  margin-bottom: 10px;
  line-height: 150%;
  font-weight: 800;
  transition: 0.6s;
}
@media (max-width: 991px) {
  section.home-midia .swiper-content h4 {
    font-size: 20px;
  }
}
section.home-midia .swiper-content h4 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
section.home-midia .swiper-content p {
  font-size: 20px;
  color: #5e5e5e;
  font-weight: 300;
  line-height: 135%;
}
@media (max-width: 991px) {
  section.home-midia .swiper-content p {
    font-size: 16px;
  }
}
section.home-midia .swiper-content p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
section.home-midia .swiper-pagination {
  margin-top: 0px;
}
section.home-midia .swiper-pagination .swiper-pagination-bullet-active {
  background: rgba(0, 0, 0, 0.6);
}

section.home-contato {
  padding-top: 150px;
  padding-bottom: 100px;
  background-color: #DDD3CA;
}
@media (max-width: 991px) {
  section.home-contato {
    padding: 60px 0;
  }
}
section.home-contato h2 {
  color: #A98F78;
  font-size: 54px;
  margin-bottom: 0;
  line-height: 120%;
  font-weight: 800;
  text-transform: unset;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  section.home-contato h2 {
    font-size: 36px;
    margin-bottom: 30px;
  }
}
section.home-contato label {
  font-size: 19px;
  margin-bottom: 5px;
  min-width: 85px;
  text-align: end;
}
@media (max-width: 991px) {
  section.home-contato label {
    font-size: 17px;
    text-align: start;
  }
}
section.home-contato p {
  font-weight: 400;
  line-height: 150%;
  font-size: 18px;
  max-width: 315px;
  color: #5e5e5e;
}
@media (max-width: 991px) {
  section.home-contato p {
    font-size: 17px;
  }
}
section.home-contato .concordo {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 991px) {
  section.home-contato .concordo {
    gap: 10px;
  }
  section.home-contato .concordo span, section.home-contato .concordo a {
    font-size: 14px;
  }
}
section.home-contato input[type=checkbox] {
  width: 18px;
  height: 18px;
}
@media (max-width: 991px) {
  section.home-contato input[type=checkbox] {
    width: 17px;
    height: 17px;
  }
}
section.home-contato input, section.home-contato textarea {
  min-height: 34px;
  max-width: 440px;
  background: transparent;
  border: 1px solid black;
}
section.home-contato input::-moz-placeholder, section.home-contato textarea::-moz-placeholder {
  font-size: 12px;
  text-transform: uppercase;
}
section.home-contato input::placeholder, section.home-contato textarea::placeholder {
  font-size: 12px;
  text-transform: uppercase;
}
section.home-contato textarea {
  padding-top: 10px;
}
section.home-contato .btn-premium {
  position: relative;
  display: inline-block;
  padding: 8px 28px;
  color: #fff;
  background: #A98F78;
  border-radius: 3px;
  overflow: hidden;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 0;
  cursor: pointer;
  margin-top: 5px;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 991px) {
  section.home-contato .btn-premium {
    font-size: 16px;
  }
}
section.home-contato .btn-premium::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: all 0.6s ease;
}
section.home-contato .btn-premium:hover::before {
  left: 100%;
}
section.home-contato .btn-premium:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}
section.home-contato .form-group {
  display: flex;
  gap: 13px;
  align-items: center;
}
@media (max-width: 991px) {
  section.home-contato .form-group {
    display: block;
  }
}

footer {
  background: #011412;
  padding-top: 135px;
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  footer {
    padding: 60px 0;
    padding-top: 90px;
  }
}
footer .logo {
  width: 225px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  footer .logo {
    width: 180px;
    margin-bottom: 25px;
  }
}
footer p {
  color: #f7f7f7;
  font-weight: 500;
  font-size: 19px;
  line-height: 140%;
}
@media (max-width: 991px) {
  footer p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
footer span.copy {
  font-size: 16px;
  color: #f7f7f7;
  font-weight: 400;
}
@media (max-width: 991px) {
  footer span.copy {
    font-size: 15px;
  }
}
footer .border {
  display: block;
  height: 3px;
  margin-top: 20px;
  margin-bottom: 42px;
  width: 100%;
  background: #f7f7f7;
}
@media (max-width: 991px) {
  footer .border {
    height: 2px;
    margin-top: 15px;
    margin-bottom: 30px;
  }
}
footer .social-icons {
  display: flex;
  gap: 8px;
  justify-content: end;
}
footer .social-btn {
  width: 42px;
  height: 42px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* sombra mais sutil */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}
@media (max-width: 991px) {
  footer .social-btn {
    width: 36px;
    height: 36px;
    border-radius: 4px;
  }
}
footer .social-btn {
  transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.9s ease;
}
footer .social-btn svg {
  width: 18px;
  height: 18px;
  fill: #222;
}
@media (max-width: 991px) {
  footer .social-btn svg {
    width: 16px;
    height: 16px;
  }
}
footer .social-btn svg {
  transition: opacity 0.25s ease;
}
footer {
  /* 👇 movimento mínimo */
}
footer .social-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}
footer {
  /* 👇 micro fade (quase invisível, mas elegante) */
}
footer .social-btn:hover svg {
  opacity: 0.85;
}

section.politica {
  padding: 80px 20px;
  background: #fff;
  padding-top: 180px;
}
@media (max-width: 991px) {
  section.politica {
    padding-top: 200px;
  }
}

section.politica .container {
  max-width: 760px;
  margin: 0 auto;
}

/* título principal */
section.politica h1 {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 400;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}

/* subtítulo (nome empresa) */
section.politica > .container > p:first-of-type {
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 30px;
}

/* seções */
section.politica h2 {
  font-size: 20px;
  font-weight: 400;
  margin-top: 40px;
  margin-bottom: 10px;
  letter-spacing: 0.03em;
}

/* parágrafos */
section.politica p {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.75);
  margin-bottom: 16px;
}

/* listas */
section.politica ul {
  margin: 10px 0 20px 20px;
  padding: 0;
}

section.politica li {
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.75);
  line-height: 1.6;
}

/* remove estilos inline feios */
section.politica span {
  font-weight: inherit !important;
}

/* separação sutil entre blocos */
section.politica h2 + p {
  margin-top: 10px;
}

/* destaque leve */
section.politica strong {
  font-weight: 500;
  color: #000;
}

@media (max-width: 768px) {
  section.politica {
    padding: 120px 16px;
  }
  section.politica h1 {
    font-size: 26px;
  }
  section.politica h2 {
    font-size: 18px;
  }
  section.politica p,
  section.politica li {
    font-size: 15px;
  }
}/*# sourceMappingURL=custom.css.map */