@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Epilogue:wght@300;400;500;600;700;800&family=MonteCarlo&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant:wght@400;700&family=Public+Sans:wght@400;500;700&display=swap");
:root {
  --Typography-Font-Family-Epilogue: 'Epilogue', sans-serif;
  --Typography-Font-Family-MonteCarlo: 'MonteCarlo', cursive;
}

h1, h2, h3, h4 {
  font-family: var(--Typography-Font-Family-MonteCarlo, "MonteCarlo", cursive);
  color: #94125A;
}

.has-error {
  border-color: red !important;
}

@media (min-width: 991px) {
  .hide-desktop {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hide-mobile {
    display: none !important;
  }
}

/* Validação   */
.ng-invalid-required.ng-touched,
.campo-invalido {
  border-color: #dc3545 !important;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none !important;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-family: "Public Sans", sans-serif;
}

ul {
  margin-left: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  padding-left: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none !important;
  transition: 0.4s;
}

button {
  cursor: pointer;
  transition: 0.4s;
}

.owl-item {
  float: left;
}

.owl-stage-outer {
  overflow: hidden;
}

body {
  overflow-x: hidden;
}

body.overflow {
  overflow: hidden;
}

section,
header,
footer {
  float: left;
  width: 100%;
}

.form-group {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.wrap-all-page {
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 5;
  min-height: 100vh;
}

.hide-h1 {
  position: absolute;
  left: -9999em;
  text-indent: -9999em;
}

.row {
  clear: both;
}

.container {
  max-width: 1350px;
}

.google-icon {
  font-family: "Material Symbols Outlined";
}

p {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 28px;
}

h1,
h2 {
  font-family: "Cormorant", serif;
  color: #000;
  font-size: 43px;
  line-height: 53px;
  font-weight: 400;
  margin-bottom: -20px;
}

h1 strong,
h2 strong {
  font-family: "Cormorant", serif;
  font-weight: 700;
}

strong {
  font-weight: 700;
}

.owl-carousel div.disabled {
  display: none !important;
}

.container {
  max-width: 1330px;
}

.subtitle {
  display: table;
  color: #559589;
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 20px;
}

div.disabled {
  display: none;
}

.link-phone {
  display: flex;
  align-items: center;
}

.link-phone span {
  color: #575f5d;
  font-size: 18px;
  font-weight: 400;
  transition: 0.5s;
  padding-left: 10px;
}

.link-phone:hover span {
  color: #5e988b;
}

.btn-orange {
  display: flex;
  border-radius: 10px;
  background: #f4a204;
  align-items: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

.btn-orange:before {
  content: "";
  height: 50px;
  width: 57px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../image/detail-btn-orange.svg) left center no-repeat;
  border-radius: 10px 0 0 10px;
}

.btn-orange span {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px 0 10px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  transition: 0.5s;
}

.btn-orange:hover span {
  color: #dd6712;
}

.btn-orange div {
  width: 57px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  padding-right: 10px;
  flex-shrink: 0;
}

.btn-orange div span {
  font-size: 24px;
  color: #fff !important;
  height: auto;
  padding: 0;
  font-size: 30px;
  font-weight: initial !important;
}

.btn-orange:after {
  content: "";
  border: 2px solid #f4a204;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transition: 0.5s;
  opacity: 0;
}

.btn-orange:hover:after {
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  opacity: 1;
  border-radius: 14px;
}

.btn-default {
  display: flex;
  border-radius: 10px;
  background: #559589;
  align-items: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

.btn-default:before {
  content: "";
  height: 50px;
  width: 57px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../image/detail-btn-default.svg) left center no-repeat;
  border-radius: 10px 0 0 10px;
}

.btn-default div {
  width: 57px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  padding-right: 10px;
  flex-shrink: 0;
}

.btn-default div span {
  font-size: 30px;
  color: #fff;
}

.btn-default .text {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px 0 10px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  transition: 0.5s;
  min-width: 180px;
}

.btn-default:after {
  content: "";
  border: 2px solid #559589;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transition: 0.5s;
  opacity: 0;
}

.btn-default:hover:after {
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  opacity: 1;
  border-radius: 14px;
}

.owl-dots {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 30px;
}

.owl-dots button {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 50%;
  border: 1px solid #e7cee5;
  background: #e7cee5;
}

.owl-dots button.active {
  transform: scale(1.7);
  background: none;
  border-color: #fff;
}

.separator {
  float: left;
  width: 100%;
  height: 32px;
  margin-bottom: 30px;
  background: url(../image/separator.svg) center center no-repeat;
}

.banner-pages {
  height: 435px;
  padding-top: 80px;
}

.banner-pages .breadcrumbs {
  display: flex;
  margin-bottom: 50px;
}

.banner-pages .breadcrumbs a,
.banner-pages .breadcrumbs span {
  color: #575f5d;
  font-size: 15px;
  font-weight: 400;
  display: table;
}

.banner-pages .breadcrumbs a:hover {
  text-decoration: underline !important;
}

.banner-pages .breadcrumbs .space {
  padding: 0 5px;
}

.banner-pages h1 {
  position: relative;
  padding-left: 65px;
  margin-bottom: 0;
}

.banner-pages h1:before {
  content: "";
  position: absolute;
  width: 46px;
  height: 46px;
  left: 0;
  top: -15px;
  background-size: 100%;
}

.banner-pages p {
  margin-bottom: 0;
}

.banner-single {
  height: auto;
  padding-bottom: 40px;
}

.pagination {
  float: left;
  width: 100%;
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination span,
.pagination a {
  color: #949494;
  font-size: 28px;
  font-weight: 400;
  margin: 0 15px;
}

.pagination span,
.pagination a:hover {
  color: #742e79;
}

.box-categories {
  border-radius: 20px;
  border: 1px solid #dcdcdc;
  background: #fff;
  width: 100%;
  padding: 45px 0 0;
  margin-bottom: 30px;
}

.box-categories h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.box-categories ul,
.box-categories ul li,
.box-categories ul li a {
  width: 100%;
  display: table;
}

.box-categories ul li {
  margin-bottom: 40px;
}

.box-categories ul li a {
  padding-left: 20px;
  border-left: 5px solid transparent;
  color: #575f5d;
  font-size: 18px;
  font-weight: 400;
}

.box-categories ul li a:hover,
.box-categories ul li a.active {
  border-color: #985b9d;
  color: #985b9d;
}

.card-service {
  float: left;
  width: 100%;
  background: #fff;
  border-radius: 21px;
  padding: 0 35px 35px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.card-service .top,
.card-service .bottom {
  width: 100%;
}

.card-service .icon-box {
  width: 92px;
  height: 92px;
  margin: -30px auto 5px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.card-service a span {
  width: 216px;
  justify-content: center;
  text-align: center;
}

.card-service a {
  margin: 0 auto 10px;
}

.card-service a:last-of-type {
  margin-bottom: 0;
}

.card-service .title {
  width: 100%;
  text-align: center;
  display: table;
  color: #985b9d;
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 15px;
}

.card-service p {
  width: 100%;
  text-align: center;
}

.box-form {
  width: 100%;
  background: #fff;
  padding: 30px 50px;
  border-radius: 20px;
  box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.25);
}

.box-form .title {
  display: table;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  color: #559589;
  font-size: 23px;
  font-weight: 700;
}

.box-form p {
  width: 100%;
  text-align: center;
}

.box-form .form-group {
  margin-bottom: 20px;
}

.box-form .field-title {
  display: table;
  color: #559589;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 5px;
}

.box-form input,
.box-form select,
.box-form textarea {
  width: 100%;
  height: 40px;
  border: none;
  background: none;
  border-bottom: 1px solid #bebebe;
  font-size: 16px;
}

.box-form textarea {
  height: 80px;
  resize: none;
}

.box-form button {
  margin: 0 auto;
  border: none;
}

.box-form .group-check {
  display: table;
  cursor: pointer;
}

.box-form .group-check input {
  display: none;
}

.box-form .group-check span {
  display: table;
  position: relative;
  color: #7f7f7f;
  font-size: 15px;
  font-weight: 400;
  padding-left: 28px;
}

.box-form .group-check span:before {
  content: "\f00c";
  font-family: fontAwesome;
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  line-height: 16px;
  height: 18px;
  text-align: center;
  font-size: 0;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #000;
  color: #fff;
  transition: 0.5s;
}

.box-form .group-check input:checked ~ span:before {
  font-size: 11px;
  background: #559589;
  border-color: #559589;
}

.wrap-contact:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 1920px;
  height: 123px;
  background: url(../image/divisor-3.png) center top no-repeat;
  bottom: -1px;
}

.item-accordion {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 25px;
  background: #ffffff;
  overflow: hidden;
}

.item-accordion .open-accordion {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  border: none;
  background: none;
  color: #434a48;
  font-size: 18px;
  font-weight: 700;
  padding: 20px 30px;
}

.item-accordion .open-accordion span {
  padding-left: 20px;
  font-size: 38px;
  color: #cb34d8;
  transition: 0.5s;
}

.item-accordion .open-accordion.active {
  background: #559589;
  color: #fff;
}

.item-accordion .open-accordion.active span {
  color: #fff;
}

.item-accordion .content-accordion {
  float: left;
  width: 100%;
  display: none;
  padding: 30px;
}

.item-accordion .content-accordion p:last-of-type {
  margin-bottom: 0;
}

.card-blog {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  float: left;
  border-radius: 25px;
}

.card-blog img {
  float: left;
  width: 100%;
  height: 412px;
}

.card-blog .box-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 30px;
  background: linear-gradient(90deg, rgba(54, 113, 102, 0.6) 0%, rgba(114, 44, 120, 0.6) 100%);
  box-shadow: 0px 14px 9px 0px rgba(0, 0, 0, 0.44) inset;
  backdrop-filter: blur(5px);
}

.card-blog .box-text .title {
  display: table;
  margin-bottom: 15px;
  color: #fff;
  font-size: 23px;
  font-weight: 400;
  line-height: 30px;
}

.card-blog .box-text .more {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
}

.card-blog .box-text .more span {
  margin-right: 10px;
}

.wrap-map iframe {
  float: left;
  width: 100%;
  height: 350px;
}

.list-duvidas {
  padding: 60px 0;
  background: #f5f5f5;
}

.list-duvidas h2 {
  margin-bottom: 10px;
}

.list-duvidas .box-form {
  background: url(../image/bg-contact.png) center center no-repeat;
  background-size: cover;
  padding: 30px 40px;
}

.list-duvidas .box-form .title {
  margin-bottom: 0;
}

.list-duvidas .box-form p {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.list-duvidas .box-form form .field-title,
.list-duvidas .box-form .title {
  color: #742e79;
}

@media only screen and (max-width: 1300px) {
  h1,
  h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: -10px;
  }
  .subtitle {
    font-size: 20px;
  }
  .card-service {
    padding: 0 25px 35px;
  }
  .box-form {
    padding: 30px;
  }
  .list-duvidas .box-form {
    padding: 30px;
  }
  .card-blog .box-text .title {
    font-size: 20px;
  }
  .box-categories {
    margin-top: 50px;
  }
  .banner-pages {
    height: auto;
    padding: 60px 0;
  }
}
.wrap-footer {
  width: 100%;
  float: left;
  padding: 120px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.wrap-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}
.wrap-footer .text-col {
  text-align: center;
}
.wrap-footer .text-col .titulo-rodape, .wrap-footer .text-col .titulo-rodape * {
  color: #FFF !important;
  font-family: "Cormorant", serif !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  margin-bottom: 25px !important;
}
.wrap-footer .text-col .descricao-rodape {
  margin-bottom: 30px;
}
.wrap-footer .text-col .descricao-rodape h2 {
  color: #DAD2C2 !important;
  font-family: "Public Sans", sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  line-height: 1.6 !important;
  margin-bottom: 15px !important;
}
.wrap-footer .text-col .descricao-rodape p, .wrap-footer .text-col .descricao-rodape span {
  color: #FFF !important;
  font-family: "Public Sans", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
}
.wrap-footer .text-col .linha-separadora {
  width: 80%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 auto 30px auto;
}
.wrap-footer .text-col .frase-rodape, .wrap-footer .text-col .frase-rodape * {
  color: #FFF !important;
  font-family: "Cormorant", serif !important;
  font-size: 34px !important;
  font-style: italic !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
}
.wrap-footer .text-col .frase-rodape p {
  margin: 0 !important;
}
.wrap-footer .text-col .frase-rodape span, .wrap-footer .text-col .frase-rodape small {
  display: block;
  font-family: "Public Sans", sans-serif !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 300 !important;
  margin-top: 10px !important;
  color: #FFF !important;
}
.wrap-footer {
  /* === COLUNA DO FORMULÁRIO === */
}
.wrap-footer .form-col .box-form {
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(30px);
  padding: 50px 40px;
  border-radius: 4px;
}
.wrap-footer .form-col .box-form .form-group {
  margin-bottom: 15px;
}
.wrap-footer .form-col .box-form .form-group .form-control {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.06); /* Fundo levemente mais claro que a caixa */
  border: none;
  padding: 16px 20px;
  color: #ffffff;
  font-family: "Public Sans", sans-serif;
  font-size: 14px;
  border-radius: 2px;
  transition: 0.3s ease;
}
.wrap-footer .form-col .box-form .form-group .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.wrap-footer .form-col .box-form .form-group .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.wrap-footer .form-col .box-form .form-group .form-control:focus {
  outline: none;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}
.wrap-footer .form-col .box-form .form-group textarea.form-control {
  resize: none; /* Impede que o usuário distorça o layout puxando o campo */
}
.wrap-footer .form-col .box-form .btn-submit {
  display: block;
  width: 100%;
  margin-top: 25px;
  padding: 16px 30px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  font-family: "Public Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.wrap-footer .form-col .box-form .btn-submit:hover {
  background-color: #ffffff;
  color: #381b18;
}
.wrap-footer {
  /* === RESPONSIVO === */
}
@media only screen and (max-width: 991px) {
  .wrap-footer {
    padding: 80px 0;
  }
  .wrap-footer .text-col {
    margin-bottom: 50px;
  }
  .wrap-footer .text-col .titulo-rodape, .wrap-footer .text-col .titulo-rodape * {
    font-size: 34px !important;
  }
  .wrap-footer .text-col .frase-rodape, .wrap-footer .text-col .frase-rodape * {
    font-size: 28px !important;
  }
  .wrap-footer .form-col .box-form {
    padding: 30px 20px;
  }
}

@media (max-width: 991px) {
  .divisor,
  .divisor-amarelo,
  .divisor-branco,
  .divisor-verde,
  .divisor-vermelho,
  .divisor-top,
  .divisor-topo-trajetoria {
    display: flex;
    justify-content: center;
  }
  .divisor img,
  .divisor-amarelo img,
  .divisor-branco img,
  .divisor-verde img,
  .divisor-vermelho img,
  .divisor-top img,
  .divisor-topo-trajetoria img {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
.container.big {
  max-width: 1500px;
}

body {
  max-width: 1920px;
  font-family: var(--Typography-Font-Family-Epilogue, "Epilogue", sans-serif);
}
body div#lightbox {
  position: fixed !important;
  top: 10px !important;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body section.barra-lgpd {
  padding: 0 15px;
  background: gainsboro;
  font-size: 12px;
  width: 100%;
  z-index: 502;
  color: dimgray;
  display: none;
  position: relative;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  body section.barra-lgpd {
    border: none;
    padding: 10px;
    bottom: 54px;
    position: fixed;
    top: auto;
  }
  body section.barra-lgpd .container {
    padding: 0;
  }
}
body section.barra-lgpd.exibir {
  display: block;
}
@media (min-width: 992px) {
  body section.barra-lgpd.exibir {
    position: fixed;
    font-size: 11px;
    bottom: 0;
    line-height: 0;
    height: 33px;
  }
}
@media (min-width: 992px) {
  body section.barra-lgpd.scroll {
    bottom: 75px !important;
  }
}
body section.barra-lgpd .row,
body section.barra-lgpd .container {
  max-width: 1280px !important;
  margin: auto;
  justify-content: center;
}
body section.barra-lgpd .row .conteudo-lgpd-in,
body section.barra-lgpd .container .conteudo-lgpd-in {
  display: flex;
  align-items: center;
}
body section.barra-lgpd .row .conteudo-lgpd-in .txt-in,
body section.barra-lgpd .container .conteudo-lgpd-in .txt-in {
  width: 100%;
}
body section.barra-lgpd .row .conteudo-lgpd-in .txt-in a,
body section.barra-lgpd .container .conteudo-lgpd-in .txt-in a {
  color: dimgray;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px dotted dimgray;
}
body section.barra-lgpd .row .conteudo-lgpd-in .button-in button,
body section.barra-lgpd .container .conteudo-lgpd-in .button-in button {
  cursor: pointer;
  background-color: transparent;
  font-size: 12px;
  font-weight: 500;
  margin-left: 20px;
  padding: 5px 10px;
  margin: 5px 0 5px 15px;
  color: dimgray;
  border: 1px solid dimgray;
  outline: none;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1;
  transition: all 0.3s;
}
@media screen and (max-width: 991px) {
  body section.barra-lgpd .row .conteudo-lgpd-in,
  body section.barra-lgpd .container .conteudo-lgpd-in {
    flex-direction: column;
  }
  body section.barra-lgpd .row .conteudo-lgpd-in .button-in,
  body section.barra-lgpd .container .conteudo-lgpd-in .button-in {
    text-align: center;
  }
  body section.barra-lgpd .row .conteudo-lgpd-in .button-in button,
  body section.barra-lgpd .container .conteudo-lgpd-in .button-in button {
    margin-top: 10px;
    margin-left: auto;
  }
}
body section.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: white;
}
body section.preloader .loader {
  border: 6px solid #e5e5e5;
  border-top-color: #9E8D6B;
  animation: loader-rotate 1s infinite;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
@keyframes loader-rotate {
  to {
    transform: rotate(1turn);
  }
}
body {
  /* MODAL */
}
body .modal-backdrop.show {
  opacity: 0.8;
  width: 100% !important;
  height: 100% !important;
  z-index: 10000;
}
body .modal {
  z-index: 10001;
}
body .modal-lg {
  max-width: 650px;
}
body .modal .close-modal {
  position: absolute;
  width: 100%;
  height: 100%;
}
body .modal-content {
  border-radius: 0 !important;
  background-color: white;
}
body .modal-content .closebtn {
  outline: none;
  color: white;
  background-color: transparent;
  position: absolute;
  right: 0;
  top: -40px;
  border: none;
  cursor: pointer;
  z-index: 2;
  text-shadow: none;
  font-weight: 500;
  opacity: 1;
  font-size: 15px;
}
body .modal-content .closebtn:hover {
  color: white !important;
}
@media (max-width: 991px) {
  body .modal-content .closebtn {
    position: static;
    font-size: 14px;
    margin-top: 20px;
    padding-right: 20px;
    text-align: right;
    color: #23494a !important;
  }
}
body .modal-body {
  padding: 40px;
  border-radius: 15px;
}
body .modal-body h1 {
  font-size: 34px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 0;
  color: #9E8D6B;
  line-height: 1.1;
}
body .modal-body h3 {
  text-align: center;
  font-weight: 400;
  font-size: 24px;
}
body .modal-body form {
  margin-top: 20px;
}
body .modal-body form label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
body .modal-body form button {
  outline: none;
  background-color: #9E8D6B;
  border: none;
  font-weight: 600;
  font-size: 16px;
  color: white;
  border-radius: 5px;
  padding: 9px 30px;
}
body .modal-body form button i {
  color: white;
  margin-right: 5px;
}
body .modal-body form input,
body .modal-body form select,
body .modal-body form textarea {
  font-size: 15px;
  padding: 10px 20px;
  border: 1px solid gray;
  width: 100%;
  margin-bottom: 15px;
  outline: none;
}
body .modal-body form textarea {
  height: 100px;
  outline: none;
}
body .modal-body.video {
  border-radius: 0;
  min-height: 650px;
}
@media (max-width: 991px) {
  body .modal-body.video {
    min-height: 360px;
  }
}
body .modal-body.video {
  padding: 0;
}
body .modal-body iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}
@media screen and (max-width: 991px) {
  body .modal-body {
    padding: 15px 0;
  }
  body .modal-body h1 {
    margin-bottom: 5px;
    font-size: 22px;
  }
  body .modal-body h3 {
    text-align: center;
    font-size: 14px;
  }
  body .modal-body form {
    margin-top: 20px;
  }
  body .modal-body form button {
    font-size: 14px;
  }
  body .modal-body form label {
    font-size: 13px;
  }
  body .modal-body form input,
  body .modal-body form select,
  body .modal-body form textarea {
    font-size: 13px;
    padding: 7px 15px;
  }
}
body section.formulario-enviado {
  padding: 200px 0;
  color: #9E8D6B;
  border-bottom: 5px solid #9E8D6B;
  background: #fafafa;
}
body section.formulario-enviado .box-in {
  text-align: center;
}
body section.formulario-enviado .box-in h5 {
  font-size: 20px;
  font-weight: 400;
  margin-top: 20px;
}
body section.formulario-enviado .box-in a {
  color: #9E8D6B;
  font-weight: 500;
  border-bottom: 1px dotted #9E8D6B;
}
body section.formulario-enviado .box-in .btn-voltar {
  color: #9E8D6B;
  padding: 10px 30px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 30px;
  font-weight: 600;
  background-color: transparent;
  outline: none;
  border: 2px solid #9E8D6B;
  transition: 0.3s all;
}
body section.formulario-enviado .box-in .btn-voltar:hover {
  background-color: #9E8D6B;
  color: white;
}
body section.formulario-enviado .box-in .btn-voltar i {
  vertical-align: middle;
  font-size: 20px;
  margin-right: 15px;
}
body section.formulario-enviado .box-in h3 {
  font-size: 24px;
  font-weight: 400;
  color: #9E8D6B;
}
body section.formulario-enviado .box-in h1 {
  font-size: 75px;
  font-weight: 500;
  color: #9E8D6B;
  line-height: 1.5;
}
@media (max-width: 991px) {
  body section.formulario-enviado {
    padding: 90px 0;
    text-align: center;
  }
  body section.formulario-enviado .container {
    position: relative;
    z-index: 2;
  }
  body section.formulario-enviado .box-in .btn-voltar {
    font-size: 13px;
    margin: 10px 0;
  }
  body section.formulario-enviado .box-in h3 {
    font-size: 16px;
  }
  body section.formulario-enviado .box-in h5 {
    font-size: 15px;
  }
  body section.formulario-enviado .box-in h1 {
    font-size: 28px;
  }
}
body .site-header {
  font-family: var(--Typography-Font-Family-Epilogue, "Epilogue", sans-serif);
  background-color: #ffffff;
  position: fixed;
  z-index: 9999;
}
body .site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--bg-header);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  pointer-events: none;
}
body .site-header > * {
  position: relative;
  z-index: 1;
}
body .site-header a {
  text-decoration: none;
  color: inherit;
}
body .site-header .top-bar {
  background-color: #0A1833;
  color: #F8D89D;
  font-size: 1.1rem;
  padding-top: 14px;
  padding-bottom: 14px;
}
body .site-header .top-bar .contact-item {
  display: flex;
  align-items: center;
  gap: 9px;
}
body .site-header .top-bar .contact-item .ico {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}
body .site-header .top-bar .social-icons {
  gap: 15px;
}
body .site-header .top-bar .social-icons a {
  background-color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.25);
  transition: transform 0.25s ease, opacity 0.25s ease;
}
body .site-header .top-bar .social-icons a img {
  max-width: 60%;
  max-height: 62%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
body .site-header .top-bar .social-icons a:hover {
  transform: translateY(-1px);
  opacity: 0.9;
}
body .site-header .logo-area .logo img {
  max-height: 90px;
  width: auto;
}
body .site-header .nav-area {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 12px 0;
}
body .site-header .nav-area .main-nav ul li a {
  font-size: 0.9rem;
  font-weight: 500;
  color: #555;
  position: relative;
  text-transform: uppercase;
  transition: color 0.3s;
  padding-bottom: 14px;
}
body .site-header .nav-area .main-nav ul li a.active, body .site-header .nav-area .main-nav ul li a:hover {
  color: #b0527a;
}
body .site-header .nav-area .main-nav ul li a:hover::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #b0527a;
}
body .site-header .nav-area .search-form input {
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 8px 40px 8px 15px;
  font-size: 0.85rem;
  box-shadow: none;
}
body .site-header .nav-area .search-form input:focus {
  border-color: #b0527a;
  outline: none;
}
body .site-header .nav-area .search-form input::-moz-placeholder {
  color: #aaa;
}
body .site-header .nav-area .search-form input::placeholder {
  color: #aaa;
}
body .site-header .nav-area .search-form button {
  background: none;
  border: none;
  color: #aaa;
  padding-right: 15px;
}
body .site-header .nav-area .search-form button:hover {
  color: #b0527a;
}
body .site-header .features-area {
  font-size: 0.85rem;
  color: #666;
}
body .site-header .features-area .feature-item img {
  width: 16px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
body .site-header .features-area .feature-item span {
  font-weight: 400;
}
body .site-header .features-area .feature-item span strong {
  font-weight: 600;
  color: #333;
}
body .site-header .features-area .divider {
  color: #ddd;
  font-weight: 300;
  margin: 0 5px;
}
@media (max-width: 991px) {
  body .site-header {
    position: relative;
  }
  body .top-bar {
    padding: 8px 0 !important;
  }
  body .top-bar .col-8 {
    gap: 4px !important;
  }
  body .top-bar .contact-item {
    font-size: 0.7rem;
    margin-bottom: 0 !important;
    gap: 6px;
    white-space: nowrap;
  }
  body .top-bar .contact-item .ico {
    width: 16px;
    height: 16px;
  }
  body .top-bar .social-icons {
    margin-top: 0;
    gap: 10px;
  }
  body .top-bar .social-icons a {
    width: 28px;
    height: 28px;
  }
  body .logo-area {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  body .logo-area .logo img {
    max-height: 55px;
  }
  body .logo-area .btn-acessar-menu {
    background-color: #0A1833 !important;
    color: #F8D89D !important;
    width: 100%;
    max-width: 320px;
    padding: 10px 15px;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08);
  }
  body .logo-area .btn-acessar-menu i {
    font-size: 1.1rem;
  }
  body .nav-area {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    border-top: 1px solid #f0f0f0;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
    z-index: 1000;
    padding: 0 !important;
  }
  body .nav-area .main-nav ul {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 0 !important;
    margin-bottom: 15px !important;
    padding-left: 0;
  }
  body .nav-area .main-nav ul li {
    width: 100%;
    border-bottom: 1px solid #f9f9f9;
  }
  body .nav-area .main-nav ul li a {
    display: block;
    padding: 12px 20px;
    font-size: 0.95rem;
  }
  body .nav-area .main-nav ul li a:hover::after, body .nav-area .main-nav ul li a.active::after {
    display: none;
  }
  body .nav-area .search-form {
    width: 100%;
    margin-top: 5px;
    padding-bottom: 15px;
  }
  body .features-area {
    background-color: #fcfcfc;
    border-top: 1px solid #f5f5f5;
    padding: 12px 0 !important;
    margin-bottom: 0 !important;
  }
  body .features-area .container > .d-flex {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 12px 5px !important;
  }
  body .features-area .feature-item {
    width: 100% !important;
    justify-content: flex-start !important;
    padding-left: 5px;
  }
  body .features-area .feature-item img {
    width: 14px;
    flex-shrink: 0;
  }
  body .features-area .feature-item span {
    font-size: 0.75rem;
    line-height: 1.2;
    text-align: left;
  }
}
body {
  /* SEÇÃO BANNER */
}
body .bg-video video::-webkit-media-controls, body .bg-video video::-webkit-media-controls-panel, body .bg-video video::-webkit-media-controls-play-button, body .bg-video video::-webkit-media-controls-start-playback-button,
body .bg-video-mobile video::-webkit-media-controls,
body .bg-video-mobile video::-webkit-media-controls-panel,
body .bg-video-mobile video::-webkit-media-controls-play-button,
body .bg-video-mobile video::-webkit-media-controls-start-playback-button,
body .bg-media-mobile video::-webkit-media-controls,
body .bg-media-mobile video::-webkit-media-controls-panel,
body .bg-media-mobile video::-webkit-media-controls-play-button,
body .bg-media-mobile video::-webkit-media-controls-start-playback-button,
body .video-background::-webkit-media-controls,
body .video-background::-webkit-media-controls-panel,
body .video-background::-webkit-media-controls-play-button,
body .video-background::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none !important;
  opacity: 0 !important;
}
body .sec-descricao-joias {
  position: relative;
  min-height: 550px;
  overflow: hidden;
  background-color: #FFF;
  display: flex;
  align-items: center;
}
body .sec-descricao-joias .bg-video {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0 !important;
  left: auto !important;
  width: 55% !important;
  z-index: 0;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 30%);
  mask-image: linear-gradient(to right, transparent 0%, black 30%);
}
body .sec-descricao-joias .bg-video video {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: center !important;
     object-position: center !important;
  transform: scale(1.05) !important;
  display: block !important;
}
body .sec-descricao-joias .bg-video .overlay-gradiente {
  display: none !important;
}
body .sec-descricao-joias .bg-video-mobile {
  z-index: 0;
}
body .sec-descricao-joias .bg-video-mobile video,
body .sec-descricao-joias .bg-video-mobile img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
body .sec-descricao-joias .texto-descricao {
  position: relative;
  z-index: 2;
  width: 100%;
}
body .sec-descricao-joias .texto-descricao h1 {
  font-family: var(--Typography-Font-Family-MonteCarlo, "MonteCarlo", cursive);
  color: #8E0661;
  font-size: 3.8rem;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 20px;
  display: block;
}
body .sec-descricao-joias .texto-descricao h1 * {
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
  white-space: normal !important;
}
body .sec-descricao-joias .texto-descricao h1 br {
  display: none !important;
}
body .sec-descricao-joias .texto-descricao h1 strong {
  color: #3C3C3C;
  font-family: var(--Typography-Font-Family-MonteCarlo, "MonteCarlo", cursive);
  font-weight: 400;
  display: inline !important;
}
body .sec-descricao-joias .texto-descricao p {
  color: #555;
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 15px;
  display: block;
}
@media (max-width: 991px) {
  body .sec-descricao-joias {
    min-height: 650px;
    align-items: flex-start !important;
  }
  body .sec-descricao-joias .bg-video {
    width: 100% !important;
    left: 0 !important;
  }
  body .sec-descricao-joias .bg-video video {
    -o-object-position: center top !important;
       object-position: center top !important;
  }
  body .sec-descricao-joias .bg-video .overlay-gradiente {
    display: none !important;
  }
  body .sec-descricao-joias .breadcrumb-banner {
    text-align: center !important;
  }
  body .sec-descricao-joias .texto-descricao {
    text-align: center;
    margin-top: 0;
  }
  body .sec-descricao-joias .texto-descricao h1 {
    font-size: 2.8rem;
  }
  body .sec-descricao-joias.home-banner .container {
    padding-top: 0 !important;
  }
}
body {
  /* SEÇÃO SONHO */
}
body .sec-sonho {
  background-color: rgba(140, 4, 100, 0.05);
  padding: 30px 0;
}
body .sec-sonho .joias-divisor {
  bottom: 0;
  transform: translateY(50%);
  z-index: 2;
  width: 250px;
}
body .sec-sonho .joias-divisor img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
body .sec-sonho .img-wrapper {
  overflow: hidden;
}
body .sec-sonho .img-wrapper img {
  max-width: 100%;
  height: auto;
  transform: scale(1.1);
}
body .sec-sonho .text-box {
  padding-left: 50px;
}
body .sec-sonho .text-box .conteudo-dinamico h1, body .sec-sonho .text-box .conteudo-dinamico h2, body .sec-sonho .text-box .conteudo-dinamico h3, body .sec-sonho .text-box .conteudo-dinamico h4 {
  font-family: var(--Typography-Font-Family-MonteCarlo, "MonteCarlo", cursive);
  color: #94125A;
  font-size: 3.5rem;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 1.1;
}
body .sec-sonho .text-box .conteudo-dinamico p {
  color: #555;
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 0;
  max-width: 500px;
}
@media (max-width: 991px) {
  body .sec-sonho {
    padding: 50px 0;
  }
  body .sec-sonho .joias-divisor {
    width: 100px;
  }
  body .sec-sonho .text-box {
    padding-left: 0;
    text-align: center;
    margin-top: 40px;
  }
  body .sec-sonho .text-box .conteudo-dinamico h1, body .sec-sonho .text-box .conteudo-dinamico h2, body .sec-sonho .text-box .conteudo-dinamico h3, body .sec-sonho .text-box .conteudo-dinamico h4 {
    font-size: 2.8rem;
  }
  body .sec-sonho .text-box .conteudo-dinamico p {
    margin: 0 auto;
  }
}
body {
  /* SEÇÃO RARIDADES */
}
body .sec-raridades {
  background-color: #ffffff;
  padding: 90px 0;
}
body .sec-raridades .divisor img {
  max-width: 450px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
body .sec-raridades .texto-raridades h1, body .sec-raridades .texto-raridades h2, body .sec-raridades .texto-raridades h3, body .sec-raridades .texto-raridades h4 {
  font-family: var(--Typography-Font-Family-MonteCarlo, "MonteCarlo", cursive);
  color: #a0285a;
  font-size: 3.5rem;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 1.2;
}
body .sec-raridades .texto-raridades p {
  color: #666;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 0;
}
body .sec-raridades .galeria-row .img-wrapper-galeria {
  height: 100%;
  overflow: hidden;
  position: relative;
}
body .sec-raridades .galeria-row .img-wrapper-galeria img {
  width: 100%;
  height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease, filter 0.5s ease;
  display: block;
}
body .sec-raridades .galeria-row .img-wrapper-galeria:hover img {
  transform: scale(1.05);
  filter: brightness(0.6);
}
body .sec-raridades .galeria-row .img-wrapper-galeria .galeria-hover-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 18px 18px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  pointer-events: none;
}
body .sec-raridades .galeria-row .img-wrapper-galeria:hover .galeria-hover-info {
  opacity: 1;
  transform: translateY(0);
}
body .sec-raridades .galeria-row .img-wrapper-galeria .galeria-titulo {
  display: block;
  color: #f8d89d;
  font-family: var(--Typography-Font-Family-Epilogue, "Epilogue", sans-serif);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 5px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
body .sec-raridades .galeria-row .img-wrapper-galeria .galeria-descricao {
  display: block;
  color: rgba(255, 255, 255, 0.85);
  font-family: var(--Typography-Font-Family-Epilogue, "Epilogue", sans-serif);
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.4;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
@media (max-width: 991px) {
  body .sec-raridades {
    padding: 50px 0;
  }
  body .sec-raridades .texto-raridades h1, body .sec-raridades .texto-raridades h2, body .sec-raridades .texto-raridades h3, body .sec-raridades .texto-raridades h4 {
    font-size: 2.8rem;
  }
  body .sec-raridades .texto-raridades p {
    font-size: 0.8rem;
  }
  body .sec-raridades .galeria-row .img-wrapper-galeria img {
    height: 300px;
    filter: brightness(0.6);
  }
  body .sec-raridades .galeria-row .img-wrapper-galeria .galeria-hover-info {
    opacity: 1;
    transform: translateY(0);
  }
}
body {
  /* SEÇÃO UPGRADE */
}
body .sec-upgrade {
  min-height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
body .sec-upgrade .joias-divisor-2 {
  z-index: 10;
  width: 220px;
  transform: translateY(-115px);
}
body .sec-upgrade .joias-divisor-2 img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
body .sec-upgrade .text-box-upgrade .texto-upgrade h1, body .sec-upgrade .text-box-upgrade .texto-upgrade h2, body .sec-upgrade .text-box-upgrade .texto-upgrade h3 {
  font-family: var(--Typography-Font-Family-MonteCarlo, "MonteCarlo", cursive);
  color: #8E0661;
  font-size: 3.5rem;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.1;
  display: block;
}
body .sec-upgrade .text-box-upgrade .texto-upgrade p {
  color: #555;
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 15px;
}
body .sec-upgrade .text-box-upgrade .texto-upgrade p strong, body .sec-upgrade .text-box-upgrade .texto-upgrade p b {
  color: #8E0661 !important;
  font-weight: 700;
}
body .sec-upgrade .text-box-upgrade .bloco-especialista .icone-wrapper {
  width: 40px;
  flex-shrink: 0;
}
body .sec-upgrade .text-box-upgrade .bloco-especialista p {
  color: #8E0661;
  font-size: 0.95rem;
  line-height: 1.3;
}
body .sec-upgrade .comparacao-wrapper {
  max-width: 450px;
}
body .sec-upgrade .comparacao-wrapper .img-depois {
  display: block;
}
body .sec-upgrade .comparacao-wrapper .img-antes-container {
  width: 50%;
  z-index: 1;
}
body .sec-upgrade .comparacao-wrapper .img-antes-container .img-antes {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none !important;
  -o-object-fit: fill;
     object-fit: fill;
}
body .sec-upgrade .comparacao-wrapper .slider-comparacao {
  opacity: 0;
  z-index: 10;
  cursor: ew-resize;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
body .sec-upgrade .comparacao-wrapper .slider-handle {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  pointer-events: none;
  width: 45px;
}
body .sec-upgrade .comparacao-wrapper .slider-handle img {
  display: block;
}
@media (max-width: 991px) {
  body .sec-upgrade {
    margin-bottom: 30px;
  }
  body .sec-upgrade .joias-divisor-2 {
    width: 80px;
  }
  body .sec-upgrade .text-box-upgrade {
    text-align: center;
    margin-top: 40px;
  }
  body .sec-upgrade .text-box-upgrade .bloco-especialista {
    justify-content: center;
  }
}
body {
  /* SEÇÃO ACERVO */
}
body .sec-acervo {
  position: relative;
  z-index: 3;
  margin-top: -55px;
  min-height: 550px;
  padding-top: 100px;
  padding-bottom: 50px;
  overflow: hidden;
}
body .sec-acervo .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #000;
}
body .sec-acervo .bg-video video {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: center !important;
     object-position: center !important;
  display: block !important;
  max-width: none !important;
  filter: brightness(0.5);
}
body .sec-acervo .divisor {
  position: relative;
  z-index: 2;
}
body .sec-acervo .divisor img {
  width: 700px;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
body .sec-acervo .texto-acervo {
  position: relative;
  z-index: 2;
}
body .sec-acervo .texto-acervo h1, body .sec-acervo .texto-acervo h2, body .sec-acervo .texto-acervo h3, body .sec-acervo .texto-acervo h4, body .sec-acervo .texto-acervo p {
  font-family: var(--Typography-Font-Family-MonteCarlo, "MonteCarlo", cursive);
  color: #f8d89d;
  font-size: 3.2rem;
  font-weight: 400;
  margin: 0;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}
@media (max-width: 991px) {
  body .sec-acervo {
    aspect-ratio: auto;
    min-height: 200px;
  }
  body .sec-acervo .texto-acervo h1, body .sec-acervo .texto-acervo h2, body .sec-acervo .texto-acervo h3, body .sec-acervo .texto-acervo h4, body .sec-acervo .texto-acervo p {
    font-size: 2.2rem;
  }
}
body {
  /* SEÇÃO CATEGORIAS */
}
body .sec-categorias {
  padding: 80px 0;
}
body .sec-categorias .divisor img {
  max-width: 700px;
  -o-object-fit: contain;
     object-fit: contain;
}
body .sec-categorias .texto-categorias h1, body .sec-categorias .texto-categorias h2, body .sec-categorias .texto-categorias h3, body .sec-categorias .texto-categorias h4 {
  font-family: var(--Typography-Font-Family-MonteCarlo, "MonteCarlo", cursive);
  color: #a0285a;
  font-size: 56px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.2;
}
body .sec-categorias .item-categoria {
  background: #F2F2F3;
  padding-bottom: 40px;
  padding-top: 40px;
}
body .sec-categorias .item-categoria .img-wrapper {
  height: 280px;
}
body .sec-categorias .item-categoria .img-wrapper img {
  max-height: 100%;
  width: auto !important;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.4s ease;
}
body .sec-categorias .item-categoria:hover .img-wrapper img {
  transform: scale(1.05);
}
body .sec-categorias .item-categoria .info-categoria .linha-curta {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #333;
  margin-bottom: 10px;
}
body .sec-categorias .item-categoria .info-categoria h1 {
  font-family: var(--Typography-Font-Family-MonteCarlo, "MonteCarlo", cursive);
  color: #a0285a;
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 5px;
}
body .sec-categorias .item-categoria .info-categoria .link-saiba-mais {
  color: #a0285a;
  font-size: 0.85rem;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: opacity 0.3s;
}
body .sec-categorias .item-categoria .info-categoria .link-saiba-mais i {
  margin-left: 5px;
}
body .sec-categorias .item-categoria .info-categoria .link-saiba-mais:hover {
  opacity: 0.7;
}
body .sec-categorias .custom-nav-categorias button {
  background-color: transparent;
  border: 1px solid #333;
  color: #333;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
body .sec-categorias .custom-nav-categorias button:hover {
  background-color: #a0285a;
  border-color: #a0285a;
  color: #fff;
}
@media (max-width: 991px) {
  body .sec-categorias {
    padding: 50px 0;
  }
  body .sec-categorias .texto-categorias h1, body .sec-categorias .texto-categorias h2 {
    font-size: 2.8rem;
  }
  body .sec-categorias .item-categoria .info-categoria h3 {
    font-size: 2rem;
  }
}
body {
  /* SEÇÃO MOISAICO */
}
body .sec-mosaico {
  min-height: 550px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 80px 0;
}
body .sec-mosaico .bg-mosaico-rodape {
  height: 25px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}
body .sec-mosaico .img-mosaico-wrapper img {
  max-width: 80%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 10;
  transform: scale(1.05);
}
body .sec-mosaico .text-box-mosaico .texto-mosaico h1, body .sec-mosaico .text-box-mosaico .texto-mosaico h2, body .sec-mosaico .text-box-mosaico .texto-mosaico h3 {
  font-family: var(--Typography-Font-Family-MonteCarlo, "MonteCarlo", cursive);
  color: #8E0661;
  font-size: 3.8rem;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.1;
  display: block;
}
body .sec-mosaico .text-box-mosaico .texto-mosaico h1 *, body .sec-mosaico .text-box-mosaico .texto-mosaico h2 *, body .sec-mosaico .text-box-mosaico .texto-mosaico h3 * {
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
  white-space: normal !important;
}
body .sec-mosaico .text-box-mosaico .texto-mosaico h1 br, body .sec-mosaico .text-box-mosaico .texto-mosaico h2 br, body .sec-mosaico .text-box-mosaico .texto-mosaico h3 br {
  display: none !important;
}
body .sec-mosaico .text-box-mosaico .texto-mosaico h1 strong, body .sec-mosaico .text-box-mosaico .texto-mosaico h1 b, body .sec-mosaico .text-box-mosaico .texto-mosaico h2 strong, body .sec-mosaico .text-box-mosaico .texto-mosaico h2 b, body .sec-mosaico .text-box-mosaico .texto-mosaico h3 strong, body .sec-mosaico .text-box-mosaico .texto-mosaico h3 b {
  color: #8E0661;
  font-weight: 400;
}
body .sec-mosaico .text-box-mosaico .texto-mosaico p {
  color: #555;
  font-size: 1.05rem;
  line-height: 1.6;
  font-family: var(--Typography-Font-Family-Epilogue, Epilogue);
  margin-bottom: 15px;
}
body .sec-mosaico .text-box-mosaico .texto-mosaico p strong, body .sec-mosaico .text-box-mosaico .texto-mosaico p b {
  color: #3C3C3C;
  font-weight: 700;
}
@media (max-width: 991px) {
  body .sec-mosaico {
    padding: 50px 0 70px;
  }
  body .sec-mosaico .img-mosaico-wrapper img {
    transform: scale(1);
  }
  body .sec-mosaico .text-box-mosaico {
    text-align: center;
    margin-top: 40px;
  }
  body .sec-mosaico .text-box-mosaico .texto-mosaico h1, body .sec-mosaico .text-box-mosaico .texto-mosaico h2, body .sec-mosaico .text-box-mosaico .texto-mosaico h3 {
    font-size: 2.8rem;
  }
}
body {
  /* SEÇÃO: UNIDADES */
}
body .sec-unidades {
  background-color: #fff;
  overflow: hidden;
  padding: 80px 0;
}
body .sec-unidades .logo-unidades {
  max-width: 260px;
}
body .sec-unidades .texto-unidades h1, body .sec-unidades .texto-unidades h2, body .sec-unidades .texto-unidades h3, body .sec-unidades .texto-unidades p, body .sec-unidades .texto-unidades strong, body .sec-unidades .texto-unidades b {
  font-family: var(--Typography-Font-Family-Epilogue, "Epilogue", sans-serif);
}
body .sec-unidades .texto-unidades h1, body .sec-unidades .texto-unidades h2, body .sec-unidades .texto-unidades h3 {
  color: #94125A;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}
body .sec-unidades .texto-unidades p {
  color: #555;
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 15px;
}
body .sec-unidades .texto-unidades p strong, body .sec-unidades .texto-unidades p b {
  color: #94125A !important;
  font-weight: 700;
}
body .sec-unidades .carousel-unidades .item-galeria {
  transition: all 0.5s ease;
  opacity: 0.6;
  transform: scale(0.85);
}
body .sec-unidades .carousel-unidades .item-galeria .img-carousel {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
body .sec-unidades .carousel-unidades .item-galeria .legenda-galeria {
  color: #94125A !important;
  font-size: 1.1rem;
  opacity: 0;
  transition: opacity 0.5s ease;
}
body .sec-unidades .carousel-unidades .item-galeria .legenda-galeria * {
  color: #94125A !important;
  font-size: 1.1rem !important;
  font-family: var(--Typography-Font-Family-Epilogue, "Epilogue", sans-serif) !important;
  margin: 0 !important;
  padding: 0 !important;
}
body .sec-unidades .carousel-unidades .owl-item.center .item-galeria {
  opacity: 1;
  transform: scale(1);
}
body .sec-unidades .carousel-unidades .owl-item.center .item-galeria .legenda-galeria {
  opacity: 1;
}
body .sec-unidades .custom-nav-unidades {
  gap: 15px;
}
body .sec-unidades .custom-nav-unidades button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #3C3C3C;
  background-color: transparent;
  color: #3C3C3C;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
body .sec-unidades .custom-nav-unidades button:hover {
  background-color: #94125A;
  border-color: #94125A;
  color: #FFF;
}
@media (max-width: 991px) {
  body .sec-unidades {
    padding: 50px 0;
  }
  body .sec-unidades .logo-unidades {
    max-width: 200px;
  }
  body .sec-unidades .texto-unidades h1,
  body .sec-unidades .texto-unidades h2 {
    font-size: 1.8rem;
  }
  body .sec-unidades .custom-nav-unidades {
    margin-top: 30px;
  }
}
body {
  /* SEÇÃO AVALIAÇÕES */
}
body .sec-avaliacoes {
  background: var(--Background, #F5F1E8);
  overflow: hidden;
  padding: 80px 0;
}
body .sec-avaliacoes .joias-divisor-3 {
  z-index: 2;
  width: 150px;
  transform: translate(20px, 20px);
}
body .sec-avaliacoes .joias-divisor-3 img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
body .sec-avaliacoes .cabecalho-avaliacoes .divisor-amarelo img {
  width: 800px;
  height: auto;
}
body .sec-avaliacoes .cabecalho-avaliacoes .titulo-avaliacao h1, body .sec-avaliacoes .cabecalho-avaliacoes .titulo-avaliacao h2, body .sec-avaliacoes .cabecalho-avaliacoes .titulo-avaliacao h3 {
  font-family: var(--Typography-Font-Family-MonteCarlo, "MonteCarlo", cursive);
  color: #94125A;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.1;
}
body .sec-avaliacoes .cabecalho-avaliacoes .titulo-avaliacao h1 *, body .sec-avaliacoes .cabecalho-avaliacoes .titulo-avaliacao h2 *, body .sec-avaliacoes .cabecalho-avaliacoes .titulo-avaliacao h3 * {
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
}
body .sec-avaliacoes .cabecalho-avaliacoes .titulo-avaliacao h1 br, body .sec-avaliacoes .cabecalho-avaliacoes .titulo-avaliacao h2 br, body .sec-avaliacoes .cabecalho-avaliacoes .titulo-avaliacao h3 br {
  display: none !important;
}
body .sec-avaliacoes .item-avaliacao {
  border: 1px solid rgba(148, 18, 90, 0.5);
  background-color: transparent;
  min-height: 220px;
  transition: all 0.3s ease;
}
body .sec-avaliacoes .item-avaliacao .stars img {
  width: auto;
  max-width: 120px;
  margin: 0 auto;
}
body .sec-avaliacoes .item-avaliacao .texto-avaliacao h1, body .sec-avaliacoes .item-avaliacao .texto-avaliacao h2, body .sec-avaliacoes .item-avaliacao .texto-avaliacao h3, body .sec-avaliacoes .item-avaliacao .texto-avaliacao p, body .sec-avaliacoes .item-avaliacao .texto-avaliacao span {
  font-family: var(--Typography-Font-Family-Epilogue, "Epilogue", sans-serif) !important;
  color: #555 !important;
  font-size: 0.95rem !important;
  line-height: 1.5 !important;
  margin: 0 !important;
}
body .sec-avaliacoes .item-avaliacao .nome-avaliacao h1, body .sec-avaliacoes .item-avaliacao .nome-avaliacao h2, body .sec-avaliacoes .item-avaliacao .nome-avaliacao h3, body .sec-avaliacoes .item-avaliacao .nome-avaliacao p, body .sec-avaliacoes .item-avaliacao .nome-avaliacao span, body .sec-avaliacoes .item-avaliacao .nome-avaliacao strong, body .sec-avaliacoes .item-avaliacao .nome-avaliacao b {
  font-family: var(--Typography-Font-Family-Epilogue, "Epilogue", sans-serif) !important;
  color: #3C3C3C !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  margin: 0 !important;
  text-transform: uppercase;
}
body .sec-avaliacoes .wrapper-carousel-avaliacoes .nav-prev-aval, body .sec-avaliacoes .wrapper-carousel-avaliacoes .nav-next-aval {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #3C3C3C;
  background-color: transparent;
  color: #3C3C3C;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 10;
}
body .sec-avaliacoes .wrapper-carousel-avaliacoes .nav-prev-aval:hover, body .sec-avaliacoes .wrapper-carousel-avaliacoes .nav-next-aval:hover {
  background-color: #94125A;
  border-color: #94125A;
  color: #FFF;
}
body .sec-avaliacoes .wrapper-carousel-avaliacoes .nav-prev-aval {
  left: 0;
}
body .sec-avaliacoes .wrapper-carousel-avaliacoes .nav-next-aval {
  right: 0;
}
body .sec-avaliacoes .btn-google-avaliacao {
  background: var(--Background, #F5F1E8);
  border: 1px solid #94125A;
  color: #3C3C3C;
  font-family: var(--Typography-Font-Family-Epilogue, "Epilogue", sans-serif);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 25px;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
}
body .sec-avaliacoes .btn-google-avaliacao:hover {
  background-color: #FFF;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  body .sec-avaliacoes .joias-divisor-3 {
    width: 80px;
  }
  body .sec-avaliacoes .cabecalho-avaliacoes .titulo-avaliacao h1 {
    font-size: 2.8rem;
  }
  body .sec-avaliacoes .wrapper-carousel-avaliacoes {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body .sec-avaliacoes .wrapper-carousel-avaliacoes .nav-prev-aval, body .sec-avaliacoes .wrapper-carousel-avaliacoes .nav-next-aval {
    display: none;
  }
}
body {
  /* SEÇÃO NEWSLETTER  */
}
body .sec-newsletter {
  background-color: #F8F9FA;
  overflow: hidden;
}
body .sec-newsletter .texto-newsletter h2 {
  font-family: var(--Typography-Font-Family-Epilogue, "Epilogue", sans-serif);
  color: #94125A;
  font-size: 1.8rem;
}
body .sec-newsletter .texto-newsletter h2 i {
  font-size: 1.3rem;
}
body .sec-newsletter .texto-newsletter p {
  font-family: var(--Typography-Font-Family-Epilogue, "Epilogue", sans-serif);
  color: #94125A;
  font-size: 1.1rem;
  opacity: 0.9;
}
body .sec-newsletter .form-newsletter {
  width: 100%;
}
body .sec-newsletter .form-newsletter .input-wrapper {
  max-width: 350px;
}
body .sec-newsletter .form-newsletter .input-wrapper .form-control {
  background-color: transparent;
  border: 1px solid #D3C4CB;
  border-radius: 0;
  padding: 12px 15px;
  color: #555;
  font-family: var(--Typography-Font-Family-Epilogue, "Epilogue", sans-serif);
  box-shadow: none;
  width: 100%;
}
body .sec-newsletter .form-newsletter .input-wrapper .form-control:focus {
  border-color: #94125A;
  outline: none;
}
body .sec-newsletter .form-newsletter .input-wrapper .form-control::-moz-placeholder {
  color: #A4939B;
}
body .sec-newsletter .form-newsletter .input-wrapper .form-control::placeholder {
  color: #A4939B;
}
body .sec-newsletter .form-newsletter .btn-submit-news {
  background: transparent;
  border: none;
  border-bottom: 1px solid #94125A;
  color: #94125A;
  font-family: var(--Typography-Font-Family-Epilogue, "Epilogue", sans-serif);
  font-size: 1rem;
  font-weight: 700;
  padding: 0 0 5px 0;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
}
body .sec-newsletter .form-newsletter .btn-submit-news i {
  font-size: 0.8rem;
  transition: transform 0.3s ease;
}
body .sec-newsletter .form-newsletter .btn-submit-news:hover {
  color: #5A0835;
  border-color: #5A0835;
}
body .sec-newsletter .form-newsletter .btn-submit-news:hover i {
  transform: translateX(4px);
}
@media (max-width: 991px) {
  body .sec-newsletter .form-newsletter .input-wrapper {
    max-width: 100%;
  }
  body .sec-newsletter .texto-newsletter h2 {
    font-size: 1.5rem;
  }
  body .sec-newsletter .texto-newsletter .fa-solid {
    display: none;
  }
}
body {
  /* SEÇÃO BLOG */
}
body .sec-blog {
  background-color: transparent;
  padding: 80px 0;
}
body .sec-blog .cabecalho-blog .divisor-branco img {
  width: 35px;
  height: auto;
}
body .sec-blog .cabecalho-blog .texto-blog h1, body .sec-blog .cabecalho-blog .texto-blog h2, body .sec-blog .cabecalho-blog .texto-blog h3 {
  font-family: var(--Typography-Font-Family-MonteCarlo, "MonteCarlo", cursive);
  color: #94125A;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 15px;
}
body .sec-blog .cabecalho-blog .texto-blog h1 *, body .sec-blog .cabecalho-blog .texto-blog h2 *, body .sec-blog .cabecalho-blog .texto-blog h3 * {
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
}
body .sec-blog .cabecalho-blog .texto-blog h1 br, body .sec-blog .cabecalho-blog .texto-blog h2 br, body .sec-blog .cabecalho-blog .texto-blog h3 br {
  display: none !important;
}
body .sec-blog .cabecalho-blog .texto-blog p {
  font-family: var(--Typography-Font-Family-Epilogue, "Epilogue", sans-serif);
  color: #555;
  font-size: 1rem;
  margin: 0;
}
body .sec-blog .card-blog {
  border-radius: 20px;
  overflow: hidden;
}
body .sec-blog .card-blog .img-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
body .sec-blog .card-blog .img-wrapper .img-post {
  width: 100% !important;
  height: auto !important;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.5s ease;
}
body .sec-blog .card-blog .img-wrapper:hover .img-post {
  transform: scale(1.05);
}
body .sec-blog .card-blog .content-blog {
  padding: 0 10px 10px 10px;
}
body .sec-blog .card-blog .content-blog .titulo-post {
  font-family: var(--Typography-Font-Family-Epilogue, "Epilogue", sans-serif);
  color: #94125A;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.4;
  transition: color 0.3s ease;
}
body .sec-blog .card-blog .content-blog .titulo-post:hover {
  color: #5A0835;
}
body .sec-blog .card-blog .content-blog .resumo-post * {
  font-family: var(--Typography-Font-Family-Epilogue, "Epilogue", sans-serif) !important;
  color: #555 !important;
  font-size: 0.95rem !important;
  line-height: 1.5 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}
body .sec-blog .card-blog .content-blog .ler-materia {
  font-family: var(--Typography-Font-Family-Epilogue, "Epilogue", sans-serif);
  color: #94125A;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}
body .sec-blog .card-blog .content-blog .ler-materia i {
  font-size: 0.85rem;
  transition: transform 0.3s ease;
}
body .sec-blog .card-blog .content-blog .ler-materia:hover {
  color: #5A0835;
}
body .sec-blog .card-blog .content-blog .ler-materia:hover i {
  transform: translateX(4px);
}
@media (max-width: 991px) {
  body .sec-blog {
    padding: 50px 0;
  }
  body .sec-blog .cabecalho-blog .texto-blog h1 {
    font-size: 2.8rem;
  }
  body .sec-blog .card-blog {
    margin-bottom: 40px !important;
  }
}
body {
  /* SEÇÃO REDES */
}
body .sec-instagram {
  background: linear-gradient(0deg, rgba(148, 18, 90, 0.05) 0%, rgba(148, 18, 90, 0.05) 100%), #F9F9F9;
  padding: 80px 0;
}
body .sec-instagram .icon-insta-flutuante {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
body .sec-instagram .icon-insta-flutuante svg {
  width: 25px;
  height: auto;
}
body .sec-instagram .joias-divisor-insta {
  z-index: 2;
  width: 200px;
  transform: translate(-30px, -70px);
}
body .sec-instagram .joias-divisor-insta img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
body .sec-instagram .cabecalho-insta .titulo-redes h1, body .sec-instagram .cabecalho-insta .titulo-redes h2, body .sec-instagram .cabecalho-insta .titulo-redes h3 {
  font-family: var(--Typography-Font-Family-MonteCarlo, "MonteCarlo", cursive);
  color: #94125A;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 10px;
}
body .sec-instagram .cabecalho-insta .titulo-redes h1 *, body .sec-instagram .cabecalho-insta .titulo-redes h2 *, body .sec-instagram .cabecalho-insta .titulo-redes h3 * {
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
}
body .sec-instagram .cabecalho-insta .titulo-redes h1 br, body .sec-instagram .cabecalho-insta .titulo-redes h2 br, body .sec-instagram .cabecalho-insta .titulo-redes h3 br {
  display: none !important;
}
body .sec-instagram .cabecalho-insta .titulo-redes p {
  font-family: var(--Typography-Font-Family-Epilogue, "Epilogue", sans-serif);
  color: #555;
  font-size: 1rem;
  margin: 0;
}
body .sec-instagram .item-insta {
  border-radius: 12px;
  overflow: hidden;
}
body .sec-instagram .item-insta .img-insta {
  aspect-ratio: 4/5;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  transition: transform 0.5s ease;
}
body .sec-instagram .item-insta:hover .img-insta {
  transform: scale(1.05);
}
@media (max-width: 991px) {
  body .sec-instagram {
    padding: 50px 0;
  }
  body .sec-instagram .joias-divisor-insta {
    width: 80px;
    transform: translate(-10px, -20px);
  }
  body .sec-instagram .cabecalho-insta .titulo-redes h1 {
    font-size: 2.8rem;
  }
}
body {
  /* SEÇÃO DUVIDAS */
}
body .sec-duvidas {
  background-color: transparent;
}
body .sec-duvidas .line-height-0 {
  line-height: 0;
}
body .sec-duvidas .line-height-0 img {
  display: block;
}
body .sec-duvidas .cabecalho-duvidas .titulo-duvidas * {
  font-family: var(--Typography-Font-Family-Epilogue, "Epilogue", sans-serif) !important;
  background: transparent !important;
  margin: 0;
  padding: 0;
}
body .sec-duvidas .cabecalho-duvidas .titulo-duvidas p {
  color: #666 !important;
  font-size: 1.05rem !important;
  line-height: 1.5 !important;
  margin-bottom: 15px !important;
}
body .sec-duvidas .cabecalho-duvidas .titulo-duvidas p strong {
  display: block;
  color: #94125A !important;
  font-size: 2.2rem !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  margin-bottom: 15px !important;
}
body .sec-duvidas .custom-accordion-item {
  background: #FFF;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 15px;
  overflow: hidden;
}
body .sec-duvidas .custom-accordion-item .custom-accordion-button {
  background-color: transparent;
  color: #94125A;
  font-family: var(--Typography-Font-Family-Epilogue, "Epilogue", sans-serif);
  font-size: 1rem;
  font-weight: 700;
  padding: 15px 20px;
  box-shadow: none;
  border: none;
}
body .sec-duvidas .custom-accordion-item .custom-accordion-button * {
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
  color: inherit !important;
  font-weight: inherit !important;
}
body .sec-duvidas .custom-accordion-item .custom-accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2394125A'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
body .sec-duvidas .custom-accordion-item .custom-accordion-body {
  padding: 0 20px 20px 20px;
}
body .sec-duvidas .custom-accordion-item .custom-accordion-body * {
  font-family: var(--Typography-Font-Family-Epilogue, "Epilogue", sans-serif) !important;
  color: #555 !important;
  font-size: 0.95rem !important;
  line-height: 1.5 !important;
  margin: 0 !important;
  background: transparent !important;
}
body .sec-duvidas .box-formulario-contato {
  border: 1px solid rgba(148, 18, 90, 0.2);
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
body .sec-duvidas .box-formulario-contato .titulo-form {
  font-family: var(--Typography-Font-Family-Epilogue, "Epilogue", sans-serif);
  color: #94125A;
  font-size: 1.3rem;
  font-weight: 400;
}
body .sec-duvidas .box-formulario-contato .input-wrapper .form-label-custom {
  font-family: var(--Typography-Font-Family-Epilogue, "Epilogue", sans-serif);
  color: #555;
  font-size: 0.85rem;
  margin-bottom: 5px;
  display: block;
}
body .sec-duvidas .box-formulario-contato .input-wrapper .form-control-custom {
  background: #F2F2F3;
  border: none;
  border-radius: 0px;
  padding: 12px 15px;
  font-family: var(--Typography-Font-Family-Epilogue, "Epilogue", sans-serif);
  color: #333;
  width: 100%;
  transition: all 0.3s ease;
}
body .sec-duvidas .box-formulario-contato .input-wrapper .form-control-custom::-moz-placeholder {
  color: #888;
  font-size: 0.85rem;
}
body .sec-duvidas .box-formulario-contato .input-wrapper .form-control-custom::placeholder {
  color: #888;
  font-size: 0.85rem;
}
body .sec-duvidas .box-formulario-contato .input-wrapper .form-control-custom:focus {
  outline: none;
  background-color: #EADCE5;
  box-shadow: none;
}
body .sec-duvidas .box-formulario-contato .input-wrapper .textarea-custom {
  resize: none;
}
body .sec-duvidas .btn-submit-cta {
  background: transparent;
  border: 1px solid #94125A;
  padding: 0;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  body .sec-duvidas .cabecalho-duvidas .titulo-duvidas p strong {
    font-size: 1.8rem !important;
  }
  body .sec-duvidas .box-formulario-contato {
    padding: 30px 20px !important;
  }
}
body {
  /* BANNER */
}
body .banner-apresentacao-section {
  height: 450px;
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
body .banner-apresentacao-section .overlay-branco-banner {
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 35%, rgba(255, 255, 255, 0.7) 55%, rgba(255, 255, 255, 0) 80%);
  z-index: 0;
}
body .banner-apresentacao-section .bg-media-mobile {
  z-index: 0;
}
body .banner-apresentacao-section .bg-media-mobile video,
body .banner-apresentacao-section .bg-media-mobile img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
body .banner-apresentacao-section .conteudo-banner {
  padding: 40px 0;
}
body .banner-apresentacao-section .conteudo-banner .breadcrumb-banner {
  font-family: var(--Typography-Font-Family-Epilogue, "Epilogue", sans-serif);
  font-size: 0.8rem;
  color: #555;
  letter-spacing: 1px;
}
body .banner-apresentacao-section .conteudo-banner .breadcrumb-banner a {
  color: #555;
  text-decoration: none;
  transition: color 0.3s ease;
}
body .banner-apresentacao-section .conteudo-banner .breadcrumb-banner a:hover {
  color: #94125A;
}
body .banner-apresentacao-section .conteudo-banner .texto-banner-wrapper h1, body .banner-apresentacao-section .conteudo-banner .texto-banner-wrapper h2, body .banner-apresentacao-section .conteudo-banner .texto-banner-wrapper h3 {
  font-family: var(--Typography-Font-Family-MonteCarlo, "MonteCarlo", cursive) !important;
  color: #94125A !important;
  font-size: 4.5rem !important;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  margin-bottom: 10px !important;
}
body .banner-apresentacao-section .conteudo-banner .texto-banner-wrapper h1 *, body .banner-apresentacao-section .conteudo-banner .texto-banner-wrapper h2 *, body .banner-apresentacao-section .conteudo-banner .texto-banner-wrapper h3 * {
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
  font-family: inherit !important;
}
body .banner-apresentacao-section .conteudo-banner .texto-banner-wrapper h1 br, body .banner-apresentacao-section .conteudo-banner .texto-banner-wrapper h2 br, body .banner-apresentacao-section .conteudo-banner .texto-banner-wrapper h3 br {
  display: none !important;
}
body .banner-apresentacao-section .conteudo-banner .texto-banner-wrapper p {
  font-family: var(--Typography-Font-Family-Epilogue, "Epilogue", sans-serif) !important;
  color: #555 !important;
  font-size: 1.1rem !important;
  font-weight: 300 !important;
  line-height: 1.5 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  body .banner-apresentacao-section {
    height: auto;
    min-height: 350px;
    background-position: center;
  }
  body .banner-apresentacao-section .overlay-branco-banner {
    display: none !important;
  }
  body .banner-apresentacao-section .row {
    align-items: flex-start !important;
  }
  body .banner-apresentacao-section .conteudo-banner {
    padding-top: 30px;
    padding-bottom: 60px;
    text-align: center;
  }
  body .banner-apresentacao-section .conteudo-banner .texto-banner-wrapper h1, body .banner-apresentacao-section .conteudo-banner .texto-banner-wrapper h2, body .banner-apresentacao-section .conteudo-banner .texto-banner-wrapper h3 {
    font-size: 3.5rem !important;
  }
  body .banner-apresentacao-section.tem-banner-mobile {
    min-height: 0;
    background-image: none !important;
  }
  body .banner-apresentacao-section.tem-banner-mobile .bg-media-mobile {
    position: relative !important;
    height: auto !important;
  }
  body .banner-apresentacao-section.tem-banner-mobile .bg-media-mobile video,
  body .banner-apresentacao-section.tem-banner-mobile .bg-media-mobile img {
    height: auto;
  }
  body .banner-apresentacao-section.tem-banner-mobile .container.big {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    height: auto !important;
    z-index: 2;
  }
}
body {
  /* SEÇÃO UNIDADES */
}
body .sec-sobre-unidades {
  background: #F8F8F8;
}
body .sec-sobre-unidades .carrossel-unidades-wrapper .item-galeria {
  transition: all 0.4s ease;
  opacity: 0.5;
  transform: scale(0.85);
}
body .sec-sobre-unidades .carrossel-unidades-wrapper .item-galeria .img-wrapper {
  border-radius: 8px;
  overflow: hidden;
}
body .sec-sobre-unidades .carrossel-unidades-wrapper .item-galeria .img-wrapper .img-carousel {
  aspect-ratio: 4/5;
  -o-object-fit: cover;
     object-fit: cover;
}
body .sec-sobre-unidades .carrossel-unidades-wrapper .item-galeria .legenda-galeria {
  opacity: 0;
  transition: opacity 0.4s ease;
}
body .sec-sobre-unidades .carrossel-unidades-wrapper .item-galeria .legenda-galeria * {
  font-family: var(--Typography-Font-Family-Epilogue, "Epilogue", sans-serif) !important;
  color: #94125A !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  margin: 0 !important;
  background: transparent !important;
}
body .sec-sobre-unidades .carrossel-unidades-wrapper .owl-item.center .item-galeria {
  opacity: 1;
  transform: scale(1);
}
body .sec-sobre-unidades .carrossel-unidades-wrapper .owl-item.center .item-galeria .legenda-galeria {
  opacity: 1;
}
body .sec-sobre-unidades .carrossel-unidades-wrapper .nav-unidades-custom .btn-nav-unidade {
  background: transparent;
  border: 1px solid #555;
  color: #555;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
body .sec-sobre-unidades .carrossel-unidades-wrapper .nav-unidades-custom .btn-nav-unidade:hover {
  background-color: #94125A;
  border-color: #94125A;
  color: #FFF;
}
body .sec-sobre-unidades {
  /* --- TEXTO DIREITA --- */
}
body .sec-sobre-unidades .conteudo-texto-unidades .selo-topo .icone-selo {
  width: 550px;
  height: auto;
}
body .sec-sobre-unidades .conteudo-texto-unidades .texto-unidades-wrapper h1, body .sec-sobre-unidades .conteudo-texto-unidades .texto-unidades-wrapper h2, body .sec-sobre-unidades .conteudo-texto-unidades .texto-unidades-wrapper h3 {
  font-family: var(--Typography-Font-Family-MonteCarlo, "MonteCarlo", cursive) !important;
  color: #94125A !important;
  font-size: 3.5rem !important;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  margin-bottom: 20px !important;
}
body .sec-sobre-unidades .conteudo-texto-unidades .texto-unidades-wrapper h1 *, body .sec-sobre-unidades .conteudo-texto-unidades .texto-unidades-wrapper h2 *, body .sec-sobre-unidades .conteudo-texto-unidades .texto-unidades-wrapper h3 * {
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
  font-family: inherit !important;
}
body .sec-sobre-unidades .conteudo-texto-unidades .texto-unidades-wrapper p {
  font-family: var(--Typography-Font-Family-Epilogue, "Epilogue", sans-serif) !important;
  color: #555 !important;
  font-size: 0.95rem !important;
  line-height: 1.6 !important;
  margin-bottom: 15px !important;
  text-align: justify;
}
body .sec-sobre-unidades .conteudo-texto-unidades .texto-unidades-wrapper p strong {
  font-weight: 700 !important;
  color: #333 !important;
}
body .sec-sobre-unidades .conteudo-texto-unidades .btn-audio-historia {
  background-color: #94125A;
  color: #FFF;
  text-decoration: none;
  padding: 0;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  transition: all 0.3s ease;
}
body .sec-sobre-unidades .conteudo-texto-unidades .btn-audio-historia .icon-audio {
  background-color: #7A0D49;
  width: 45px;
  height: 45px;
  font-size: 1rem;
}
body .sec-sobre-unidades .conteudo-texto-unidades .btn-audio-historia .text-audio {
  font-family: var(--Typography-Font-Family-Epilogue, "Epilogue", sans-serif);
  font-size: 0.85rem;
  font-weight: 700;
  padding: 0 20px;
  letter-spacing: 0.5px;
}
body .sec-sobre-unidades .conteudo-texto-unidades .btn-audio-historia:hover {
  background-color: #7A0D49;
}
body .sec-sobre-unidades .conteudo-texto-unidades .btn-audio-historia:hover .icon-audio {
  background-color: #5A0835;
}
body .sec-sobre-unidades .conteudo-texto-unidades .btn-audio-historia.playing {
  background-color: #5A0835;
}
body .sec-sobre-unidades .conteudo-texto-unidades .btn-audio-historia.playing .icon-audio {
  background-color: #3E0626;
}
body .sec-sobre-unidades .conteudo-texto-unidades .btn-audio-historia.playing .text-audio::before {
  content: "⏸ ";
}
@media (max-width: 991px) {
  body .sec-sobre-unidades .conteudo-texto-unidades {
    margin-top: 40px;
  }
  body .sec-sobre-unidades .conteudo-texto-unidades .selo-topo .linha-selo {
    max-width: 80px;
  }
}
body {
  /* SEÇÃO: MISSÃO, VISÃO E VALORES */
}
body .sec-missao-valores {
  background-color: transparent;
}
body .sec-missao-valores .card-missao {
  border: 1px solid #94125A;
  background-color: transparent;
  padding: 40px 20px 20px 20px;
  margin-top: 45px;
}
body .sec-missao-valores .card-missao .icone-missao-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-color: #FFF;
  border: 1px solid #94125A;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px img;
  padding-width: 100px;
  padding-height: auto;
  padding-object-fit: contain;
}
body .sec-missao-valores .card-missao .texto-missao-wrapper * {
  font-family: var(--Typography-Font-Family-Epilogue, "Epilogue", sans-serif) !important;
  background: transparent !important;
  margin: 0;
  padding: 0;
}
body .sec-missao-valores .card-missao .texto-missao-wrapper p {
  color: #555 !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
  margin-bottom: 15px !important;
}
body .sec-missao-valores .card-missao .texto-missao-wrapper p strong {
  display: block;
  color: #94125A !important;
  font-size: 1.4rem !important;
  font-weight: 700 !important;
  margin-bottom: 15px !important;
}
body .sec-missao-valores .card-missao .texto-missao-wrapper strong, body .sec-missao-valores .card-missao .texto-missao-wrapper h1, body .sec-missao-valores .card-missao .texto-missao-wrapper h2, body .sec-missao-valores .card-missao .texto-missao-wrapper h3 {
  display: block !important;
  font-family: var(--Typography-Font-Family-Noto-Serif, "Noto Serif");
  color: #94125A !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  margin-bottom: 15px !important;
}
body .sec-missao-valores .card-missao .texto-missao-wrapper strong *, body .sec-missao-valores .card-missao .texto-missao-wrapper h1 *, body .sec-missao-valores .card-missao .texto-missao-wrapper h2 *, body .sec-missao-valores .card-missao .texto-missao-wrapper h3 * {
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  color: inherit !important;
}
body .sec-missao-valores .card-missao .texto-missao-wrapper strong br, body .sec-missao-valores .card-missao .texto-missao-wrapper h1 br, body .sec-missao-valores .card-missao .texto-missao-wrapper h2 br, body .sec-missao-valores .card-missao .texto-missao-wrapper h3 br {
  display: none !important;
}
@media (max-width: 991px) {
  body .sec-missao-valores .card-missao {
    padding: 60px 20px 30px 20px;
    text-align: center !important;
  }
  body .sec-missao-valores .card-missao .texto-missao-wrapper p strong {
    font-size: 1.3rem !important;
  }
}
body {
  /* SEÇÃO: VÍDEO */
}
body .sec-video-separador {
  width: 100%;
  height: 500px;
}
body .sec-video-separador .video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
@media (max-width: 991px) {
  body .sec-video-separador {
    height: 250px;
  }
}
body {
  /* SEÇÃO TRAJETÓRIA */
}
body .sec-trajetoria {
  overflow: hidden;
  z-index: 10;
}
body .sec-trajetoria .divisor-topo-trajetoria {
  line-height: 0;
}
body .sec-trajetoria .divisor-topo-trajetoria img {
  display: inline-block;
}
body .sec-trajetoria .cabecalho-trajetoria .titulo-trajetoria h1, body .sec-trajetoria .cabecalho-trajetoria .titulo-trajetoria h2, body .sec-trajetoria .cabecalho-trajetoria .titulo-trajetoria h3 {
  font-family: var(--Typography-Font-Family-MonteCarlo, "MonteCarlo", cursive) !important;
  color: #94125A !important;
  font-size: 3.5rem !important;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  margin: 0 !important;
}
body .sec-trajetoria .cabecalho-trajetoria .titulo-trajetoria h1 *, body .sec-trajetoria .cabecalho-trajetoria .titulo-trajetoria h2 *, body .sec-trajetoria .cabecalho-trajetoria .titulo-trajetoria h3 * {
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
  font-family: inherit !important;
}
body .sec-trajetoria .cabecalho-trajetoria .titulo-trajetoria h1 br, body .sec-trajetoria .cabecalho-trajetoria .titulo-trajetoria h2 br, body .sec-trajetoria .cabecalho-trajetoria .titulo-trajetoria h3 br {
  display: none !important;
}
body .sec-trajetoria .timeline-navigation {
  padding-left: 5px;
}
body .sec-trajetoria .timeline-navigation .timeline-line {
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 9px;
  width: 1px;
  background-color: #94125A;
  opacity: 0.2;
  z-index: 0;
}
body .sec-trajetoria .timeline-navigation .timeline-node {
  display: flex;
  align-items: center;
  gap: 15px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}
body .sec-trajetoria .timeline-navigation .timeline-node .timeline-dot {
  width: 9px;
  height: 9px;
  background-color: transparent;
  border: 1px solid #94125A;
  border-radius: 50%;
  z-index: 2;
  transition: all 0.3s ease;
}
body .sec-trajetoria .timeline-navigation .timeline-node .timeline-year {
  font-family: var(--Typography-Font-Family-Epilogue, "Epilogue", sans-serif);
  font-size: 1.15rem;
  font-weight: 700;
  color: #94125A;
  opacity: 0.4;
  transition: all 0.3s ease;
}
body .sec-trajetoria .timeline-navigation .timeline-node.active .timeline-dot {
  background-color: #94125A;
  box-shadow: 0 0 0 3px rgba(148, 18, 90, 0.15);
}
body .sec-trajetoria .timeline-navigation .timeline-node.active .timeline-year {
  opacity: 1;
  font-size: 1.3rem;
}
body .sec-trajetoria .timeline-content-wrapper .timeline-text-item {
  display: none;
  animation: fadeTimelineContent 0.4s ease forwards;
}
body .sec-trajetoria .timeline-content-wrapper .timeline-text-item.active {
  display: block;
}
body .sec-trajetoria .timeline-content-wrapper .timeline-text-item .ano-destaque {
  font-family: var(--Typography-Font-Family-MonteCarlo, "MonteCarlo", cursive);
  font-size: 2.2rem;
  color: #94125A;
  opacity: 0.7;
}
body .sec-trajetoria .timeline-content-wrapper .timeline-text-item .texto-trajetoria-render h1, body .sec-trajetoria .timeline-content-wrapper .timeline-text-item .texto-trajetoria-render h2, body .sec-trajetoria .timeline-content-wrapper .timeline-text-item .texto-trajetoria-render h3, body .sec-trajetoria .timeline-content-wrapper .timeline-text-item .texto-trajetoria-render h4 {
  font-family: var(--Typography-Font-Family-MonteCarlo, "MonteCarlo", cursive) !important;
  color: #94125A !important;
  font-size: 3rem !important;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  margin-bottom: 15px !important;
}
body .sec-trajetoria .timeline-content-wrapper .timeline-text-item .texto-trajetoria-render h1 *, body .sec-trajetoria .timeline-content-wrapper .timeline-text-item .texto-trajetoria-render h2 *, body .sec-trajetoria .timeline-content-wrapper .timeline-text-item .texto-trajetoria-render h3 *, body .sec-trajetoria .timeline-content-wrapper .timeline-text-item .texto-trajetoria-render h4 * {
  font-family: inherit !important;
  color: inherit !important;
}
body .sec-trajetoria .timeline-content-wrapper .timeline-text-item .texto-trajetoria-render p {
  font-family: var(--Typography-Font-Family-Epilogue, "Epilogue", sans-serif) !important;
  color: #555 !important;
  font-size: 1rem !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}
body .sec-trajetoria .timeline-content-wrapper .timeline-text-item .texto-trajetoria-render p strong {
  font-weight: 700 !important;
  color: #333 !important;
}
body .sec-trajetoria .imagem-trajetoria-box img {
  max-width: 100%;
  height: auto;
}
body .sec-trajetoria .joias-divisor-inferior {
  width: 200px;
  position: absolute;
  bottom: -80px;
  left: 0;
  z-index: 99;
  pointer-events: none;
}
@keyframes fadeTimelineContent {
  from {
    opacity: 0;
    transform: translateX(10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@media (max-width: 991px) {
  body .sec-trajetoria .joias-divisor-inferior {
    width: 80px;
  }
  body .sec-trajetoria .cabecalho-trajetoria .titulo-trajetoria h1 {
    font-size: 2.5rem !important;
  }
  body .sec-trajetoria .timeline-text-item .texto-trajetoria-render h1 {
    font-size: 2.3rem !important;
  }
}
body {
  /* SEÇÃO HISTÓRIA*/
}
body .sec-eternize {
  min-height: 450px;
  position: relative;
  z-index: 1;
  background-color: #FDF4F8;
  background-size: cover;
  background-position: -230px center;
  background-repeat: no-repeat;
  overflow: hidden;
}
body .sec-eternize .conteudo-eternize .texto-historia-render h1, body .sec-eternize .conteudo-eternize .texto-historia-render h2, body .sec-eternize .conteudo-eternize .texto-historia-render h3 {
  font-family: var(--Typography-Font-Family-MonteCarlo, "MonteCarlo", cursive) !important;
  color: #94125A !important;
  font-size: 3.5rem !important;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  margin-bottom: 15px !important;
}
body .sec-eternize .conteudo-eternize .texto-historia-render h1 *, body .sec-eternize .conteudo-eternize .texto-historia-render h2 *, body .sec-eternize .conteudo-eternize .texto-historia-render h3 * {
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
  font-family: inherit !important;
  color: inherit !important;
}
body .sec-eternize .conteudo-eternize .texto-historia-render h1 br, body .sec-eternize .conteudo-eternize .texto-historia-render h2 br, body .sec-eternize .conteudo-eternize .texto-historia-render h3 br {
  display: none !important;
}
body .sec-eternize .conteudo-eternize .texto-historia-render p {
  font-family: var(--Typography-Font-Family-Epilogue, "Epilogue", sans-serif) !important;
  color: #555 !important;
  font-size: 1.05rem !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}
body .sec-eternize .conteudo-eternize .texto-historia-render p strong {
  font-weight: 700 !important;
  color: #333 !important;
}
@media (max-width: 991px) {
  body .sec-eternize {
    background-position: center;
    padding: 60px 0 !important;
  }
  body .sec-eternize .conteudo-eternize {
    background-color: rgba(255, 255, 255, 0.85);
    padding: 30px 20px;
    border-radius: 0;
    box-shadow: 0 4px 15px rgba(148, 18, 90, 0.05);
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  body .sec-eternize .conteudo-eternize .texto-historia-render h1, body .sec-eternize .conteudo-eternize .texto-historia-render h2, body .sec-eternize .conteudo-eternize .texto-historia-render h3 {
    font-size: 2.8rem !important;
  }
}
body {
  /* SEÇÃO BANNER */
}
body .sec-descricao-joias {
  position: relative;
  min-height: 550px;
  overflow: hidden;
  background-color: #FFF;
  display: flex;
  align-items: center;
}
body .sec-descricao-joias .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
body .sec-descricao-joias .bg-video video {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: right center !important;
     object-position: right center !important;
  transform: scale(1.15) translateX(5%);
  display: block !important;
  max-width: none !important;
}
body .sec-descricao-joias .bg-video .overlay-gradiente {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #FFF 30%, rgba(255, 255, 255, 0) 55%);
  z-index: 1;
}
body .sec-descricao-joias .texto-descricao {
  position: relative;
  z-index: 2;
  width: 100%;
}
body .sec-descricao-joias .texto-descricao h1 {
  font-family: var(--Typography-Font-Family-MonteCarlo, "MonteCarlo", cursive);
  color: #8E0661;
  font-size: 3.8rem;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 20px;
  display: block;
}
body .sec-descricao-joias .texto-descricao h1 * {
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
  white-space: normal !important;
}
body .sec-descricao-joias .texto-descricao h1 br {
  display: none !important;
}
body .sec-descricao-joias .texto-descricao h1 strong {
  color: #3C3C3C;
  font-family: var(--Typography-Font-Family-MonteCarlo, "MonteCarlo", cursive);
  font-weight: 400;
  display: inline !important;
}
body .sec-descricao-joias .texto-descricao p {
  color: #555;
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 15px;
  display: block;
}
body .sec-descricao-joias .breadcrumb-banner {
  font-family: var(--Typography-Font-Family-Epilogue, "Epilogue", sans-serif);
  font-size: 0.8rem;
  color: #555;
  letter-spacing: 1px;
}
body .sec-descricao-joias .breadcrumb-banner a {
  color: #555;
  text-decoration: none;
  transition: color 0.3s ease;
}
body .sec-descricao-joias .breadcrumb-banner a:hover {
  color: #94125A;
}
@media (max-width: 991px) {
  body .sec-descricao-joias {
    min-height: 650px;
    align-items: flex-start !important;
  }
  body .sec-descricao-joias .bg-video video {
    -o-object-position: center top !important;
       object-position: center top !important;
    transform: scale(1.15) translateY(-5%);
  }
  body .sec-descricao-joias .bg-video .overlay-gradiente {
    display: none !important;
  }
  body .sec-descricao-joias .texto-descricao {
    text-align: center;
    margin-top: 0;
  }
  body .sec-descricao-joias .texto-descricao h1 {
    font-size: 2.8rem;
  }
}
body {
  /* SEÇÃO CARROSSEL */
}
body .sec-categorias {
  padding: 80px 0;
}
body .sec-categorias .divisor img {
  max-width: 700px;
  -o-object-fit: contain;
     object-fit: contain;
}
body .sec-categorias .texto-categorias h1, body .sec-categorias .texto-categorias h2, body .sec-categorias .texto-categorias h3, body .sec-categorias .texto-categorias h4 {
  font-family: var(--Typography-Font-Family-MonteCarlo, "MonteCarlo", cursive);
  color: #a0285a;
  font-size: 56px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.2;
}
body .sec-categorias .texto-categorias p {
  font-family: var(--Typography-Font-Family-Epilogue, "Epilogue", sans-serif);
  color: #555;
  font-size: 0.95rem;
  font-weight: 400;
  margin-bottom: 5px;
}
body .sec-categorias .item-categoria {
  background: #F2F2F3;
  padding-bottom: 40px;
  padding-top: 40px;
}
body .sec-categorias .item-categoria .img-wrapper {
  height: 280px;
}
body .sec-categorias .item-categoria .img-wrapper img {
  max-height: 100%;
  width: auto !important;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.4s ease;
}
body .sec-categorias .item-categoria:hover .img-wrapper img {
  transform: scale(1.05);
}
body .sec-categorias .item-categoria .info-categoria .linha-curta {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #333;
  margin-bottom: 10px;
}
body .sec-categorias .item-categoria .info-categoria h1 {
  font-family: var(--Typography-Font-Family-MonteCarlo, "MonteCarlo", cursive);
  color: #a0285a;
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 5px;
}
body .sec-categorias .item-categoria .info-categoria .link-saiba-mais {
  color: #a0285a;
  font-size: 0.85rem;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: opacity 0.3s;
}
body .sec-categorias .item-categoria .info-categoria .link-saiba-mais i {
  margin-left: 5px;
}
body .sec-categorias .item-categoria .info-categoria .link-saiba-mais:hover {
  opacity: 0.7;
}
body .sec-categorias .custom-nav-categorias button {
  background-color: transparent;
  border: 1px solid #333;
  color: #333;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
body .sec-categorias .custom-nav-categorias button:hover {
  background-color: #a0285a;
  border-color: #a0285a;
  color: #fff;
}
@media (max-width: 991px) {
  body .sec-categorias {
    padding: 50px 0;
  }
  body .sec-categorias .texto-categorias h1, body .sec-categorias .texto-categorias h2 {
    font-size: 2.8rem;
  }
  body .sec-categorias .item-categoria .info-categoria h3 {
    font-size: 2rem;
  }
}
body {
  /* SEÇÃO GALERIA */
}
body .sec-raridades {
  background-color: #ffffff;
  padding: 90px 0;
}
body .sec-raridades .divisor img {
  max-width: 500px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
body .sec-raridades .texto-raridades h1, body .sec-raridades .texto-raridades h2, body .sec-raridades .texto-raridades h3, body .sec-raridades .texto-raridades h4 {
  font-family: var(--Typography-Font-Family-MonteCarlo, "MonteCarlo", cursive);
  color: #a0285a;
  font-size: 3.5rem;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 1.2;
}
body .sec-raridades .texto-raridades p {
  color: #666;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 0;
}
body .sec-raridades .galeria-row .img-wrapper-galeria {
  height: 100%;
  overflow: hidden;
}
body .sec-raridades .galeria-row .img-wrapper-galeria img {
  width: 100%;
  height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
body .sec-raridades .galeria-row .img-wrapper-galeria img:hover {
  transform: scale(1.05);
}
@media (max-width: 991px) {
  body .sec-raridades {
    padding: 50px 0;
  }
  body .sec-raridades .texto-raridades h1, body .sec-raridades .texto-raridades h2, body .sec-raridades .texto-raridades h3, body .sec-raridades .texto-raridades h4 {
    font-size: 2.8rem;
  }
  body .sec-raridades .texto-raridades p {
    font-size: 0.8rem;
  }
  body .sec-raridades .galeria-row .img-wrapper-galeria img {
    height: 300px;
  }
}
body {
  /* SEÇÃO MATÉRIA PRIMA */
}
body .sec-materia-prima {
  min-height: 550px;
  background-color: #FDF4F8;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
body .sec-materia-prima .conteudo-materia-prima .texto-materia-prima-render h1, body .sec-materia-prima .conteudo-materia-prima .texto-materia-prima-render h2, body .sec-materia-prima .conteudo-materia-prima .texto-materia-prima-render h3 {
  font-family: var(--Typography-Font-Family-MonteCarlo, "MonteCarlo", cursive) !important;
  color: #94125A !important;
  font-size: 3.5rem !important;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  margin-bottom: 20px !important;
}
body .sec-materia-prima .conteudo-materia-prima .texto-materia-prima-render h1 *, body .sec-materia-prima .conteudo-materia-prima .texto-materia-prima-render h2 *, body .sec-materia-prima .conteudo-materia-prima .texto-materia-prima-render h3 * {
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
  font-family: inherit !important;
  color: inherit !important;
}
body .sec-materia-prima .conteudo-materia-prima .texto-materia-prima-render h1 br, body .sec-materia-prima .conteudo-materia-prima .texto-materia-prima-render h2 br, body .sec-materia-prima .conteudo-materia-prima .texto-materia-prima-render h3 br {
  display: none !important;
}
body .sec-materia-prima .conteudo-materia-prima .texto-materia-prima-render p {
  font-family: var(--Typography-Font-Family-Epilogue, "Epilogue", sans-serif) !important;
  color: #1A1A1A !important;
  font-size: 1.15rem !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}
body .sec-materia-prima .conteudo-materia-prima .texto-materia-prima-render p strong {
  font-weight: 700 !important;
  color: #333 !important;
}
@media (max-width: 991px) {
  body .sec-materia-prima {
    min-height: 400px;
    padding: 60px 15px !important;
  }
  body .sec-materia-prima .conteudo-materia-prima {
    padding: 40px 20px;
    border-radius: 12px;
  }
  body .sec-materia-prima .conteudo-materia-prima .texto-materia-prima-render h1, body .sec-materia-prima .conteudo-materia-prima .texto-materia-prima-render h2, body .sec-materia-prima .conteudo-materia-prima .texto-materia-prima-render h3 {
    font-size: 2.8rem !important;
  }
  body .sec-materia-prima .conteudo-materia-prima .texto-materia-prima-render p {
    font-size: 1rem !important;
  }
}
body {
  /* =========================================
     SEÇÃO: CATEGORIA DE PRODUTOS (Zigue-Zague)
     ========================================= */
}
body .sec-categoria-produtos {
  background-color: #FFF;
}
body .sec-categoria-produtos .linha-produto-zigzag {
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 40px;
}
body .sec-categoria-produtos .linha-produto-zigzag:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
body .sec-categoria-produtos .linha-produto-zigzag {
  /* Container da Galeria */
}
body .sec-categoria-produtos .linha-produto-zigzag .galeria-produto-wrapper {
  position: relative;
}
body .sec-categoria-produtos .linha-produto-zigzag .galeria-produto-wrapper .imagem-destaque {
  overflow: hidden;
}
body .sec-categoria-produtos .linha-produto-zigzag .galeria-produto-wrapper .imagem-destaque img {
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  transition: opacity 0.2s ease;
}
body .sec-categoria-produtos .linha-produto-zigzag .galeria-produto-wrapper {
  /* Carrossel de Miniaturas */
}
body .sec-categoria-produtos .linha-produto-zigzag .galeria-produto-wrapper .miniaturas-wrapper {
  position: relative;
  padding: 0 45px;
}
body .sec-categoria-produtos .linha-produto-zigzag .galeria-produto-wrapper .miniaturas-wrapper .item-miniatura {
  opacity: 0.5;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
body .sec-categoria-produtos .linha-produto-zigzag .galeria-produto-wrapper .miniaturas-wrapper .item-miniatura img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
body .sec-categoria-produtos .linha-produto-zigzag .galeria-produto-wrapper .miniaturas-wrapper .item-miniatura:hover, body .sec-categoria-produtos .linha-produto-zigzag .galeria-produto-wrapper .miniaturas-wrapper .item-miniatura.ativo {
  opacity: 1;
  border-color: #94125A;
}
body .sec-categoria-produtos .linha-produto-zigzag .galeria-produto-wrapper .miniaturas-wrapper {
  /* Botões de Navegação das Miniaturas */
}
body .sec-categoria-produtos .linha-produto-zigzag .galeria-produto-wrapper .miniaturas-wrapper .btn-nav-mini {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  border: 1px solid #777;
  color: #777;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  z-index: 10;
  transition: all 0.3s ease;
}
body .sec-categoria-produtos .linha-produto-zigzag .galeria-produto-wrapper .miniaturas-wrapper .btn-nav-mini.prev-mini {
  left: 0;
}
body .sec-categoria-produtos .linha-produto-zigzag .galeria-produto-wrapper .miniaturas-wrapper .btn-nav-mini.next-mini {
  right: 0;
}
body .sec-categoria-produtos .linha-produto-zigzag .galeria-produto-wrapper .miniaturas-wrapper .btn-nav-mini:hover {
  background-color: #94125A;
  border-color: #94125A;
  color: #FFF;
}
body .sec-categoria-produtos .linha-produto-zigzag .conteudo-produto-texto .titulo-produto-item {
  font-family: var(--Typography-Font-Family-MonteCarlo, "MonteCarlo", cursive) !important;
  color: #94125A !important;
  font-size: 4.5rem !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  margin: 0 !important;
}
body .sec-categoria-produtos .linha-produto-zigzag .conteudo-produto-texto .descricao-produto-item * {
  font-family: var(--Typography-Font-Family-Epilogue, "Epilogue", sans-serif) !important;
  background: transparent !important;
  margin: 0;
  padding: 0;
}
body .sec-categoria-produtos .linha-produto-zigzag .conteudo-produto-texto .descricao-produto-item p {
  color: #555 !important;
  font-size: 1.05rem !important;
  line-height: 1.6 !important;
}
body .sec-categoria-produtos .paginacao-customizada .pagination {
  gap: 6px;
  align-items: center;
}
body .sec-categoria-produtos .paginacao-customizada .pagination .page-item .page-link {
  border: none;
  background-color: #94125A;
  color: #FFF;
  font-family: var(--Typography-Font-Family-Epilogue, "Epilogue", sans-serif);
  font-weight: 700;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  transition: all 0.3s ease;
  font-size: 1.1rem;
}
body .sec-categoria-produtos .paginacao-customizada .pagination .page-item.active .page-link {
  background-color: transparent;
  border: 2px solid #94125A;
  color: #94125A;
}
body .sec-categoria-produtos .paginacao-customizada .pagination .page-item:first-child .page-link, body .sec-categoria-produtos .paginacao-customizada .pagination .page-item:last-child .page-link {
  background-color: transparent;
  color: #94125A;
  font-size: 1.1rem;
}
body .sec-categoria-produtos .paginacao-customizada .pagination .page-item:not(.active) .page-link:hover {
  opacity: 0.85;
}
body .breadcrumb-banner {
  font-family: var(--Typography-Font-Family-Epilogue, "Epilogue", sans-serif);
  font-size: 0.8rem;
  color: #555;
  letter-spacing: 1px;
}
body .breadcrumb-banner a {
  color: #555;
  text-decoration: none;
  transition: color 0.3s ease;
}
body .breadcrumb-banner a:hover {
  color: #94125A;
}
body {
  /* SEÇÃO GEMAS */
}
body .gemas-container,
body .carousel-gemas-wrapper {
  width: 100%;
}
body .gemas-container .gema-item-box,
body .carousel-gemas-wrapper .gema-item-box {
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body .gemas-container .gema-item-box .gema-img-holder,
body .carousel-gemas-wrapper .gema-item-box .gema-img-holder {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .gemas-container .gema-item-box .gema-img-holder img,
body .carousel-gemas-wrapper .gema-item-box .gema-img-holder img {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body .gemas-container .gema-item-box .gema-texto-titulo h1,
body .carousel-gemas-wrapper .gema-item-box .gema-texto-titulo h1 {
  color: #94125A;
  font-family: var(--Typography-Font-Family-MonteCarlo, "MonteCarlo", cursive);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0;
}
body .carousel-gemas-wrapper .carousel-gemas:not(.owl-loaded) {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body .carousel-gemas-wrapper .carousel-gemas:not(.owl-loaded) .gema-item-box {
  flex: 0 0 auto;
  width: 200px;
}
body .carousel-gemas-wrapper .custom-nav-gemas button {
  background-color: transparent;
  border: 1px solid #333;
  color: #333;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
body .carousel-gemas-wrapper .custom-nav-gemas button:hover {
  background-color: #94125A;
  border-color: #94125A;
  color: #fff;
}
@media (max-width: 991px) {
  body .gemas-container,
  body .carousel-gemas-wrapper {
    padding: 40px 0;
  }
  body .gemas-container .gema-item-box .gema-texto-titulo h1,
  body .carousel-gemas-wrapper .gema-item-box .gema-texto-titulo h1 {
    font-size: 26px;
  }
}
body {
  /* SEÇÃO CARROSSEL */
}
body section.separador-carrossel {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0;
  min-height: 400px;
  display: flex;
  align-items: center;
}
body section.separador-carrossel .texto-esquerdo h1 {
  color: #94125A;
  font-family: var(--Typography-Font-Family-Epilogue, Epilogue);
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0;
}
body section.separador-carrossel .texto-esquerdo h1 strong {
  font-family: var(--Typography-Font-Family-Epilogue, Epilogue);
  font-weight: 700;
}
body section.separador-carrossel .texto-esquerdo p {
  color: #3C3C3C;
  font-family: var(--Typography-Font-Family-Epilogue, Epilogue);
  font-size: var(--Typography-Font-Size-18, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body section.separador-carrossel .card-pedra {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: transparent;
  border: none;
  box-shadow: none;
  border: 1px solid #F2B84B;
}
body section.separador-carrossel .card-pedra .img-pedra {
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin-bottom: 10px;
}
body section.separador-carrossel .card-pedra .img-pedra img {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(0px 10px 15px rgba(0, 0, 0, 0.15)); /* Sombrinha na própria pedra */
}
body section.separador-carrossel .card-pedra .efeito {
  display: flex;
  padding: 25px 20px;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  align-self: stretch;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.2);
  border-radius: 4px;
}
body section.separador-carrossel .card-pedra .efeito .titulo-pedra {
  color: #94125A;
  font-family: var(--Typography-Font-Family-MonteCarlo, "MonteCarlo", cursive);
  font-size: 38px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0;
  line-height: 1;
}
body section.separador-carrossel .card-pedra .efeito .descricao-pedra p {
  color: #444;
  font-family: var(--Typography-Font-Family-Epilogue, Epilogue, sans-serif);
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  line-height: normal;
}
body section.separador-carrossel .card-pedra .efeito .btn-faça-pedido {
  display: inline-flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  background: #94125A;
  color: #fff;
  font-family: var(--Typography-Font-Family-Epilogue, Epilogue, sans-serif);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  transition: background 0.3s ease;
}
body section.separador-carrossel .card-pedra .efeito .btn-faça-pedido i {
  font-size: 13px;
}
body section.separador-carrossel .card-pedra .efeito .btn-faça-pedido span {
  display: block;
}
body section.separador-carrossel .card-pedra .efeito .btn-faça-pedido:hover {
  background: rgb(102.5301204819, 12.4698795181, 62.3493975904);
}
@media (max-width: 991px) {
  body section.separador-carrossel {
    padding: 50px 0;
  }
  body section.separador-carrossel .texto-esquerdo {
    text-align: center;
    margin-bottom: 40px;
  }
  body section.separador-carrossel .texto-esquerdo h1 {
    font-size: 32px;
  }
  body section.separador-carrossel .card-pedra .img-pedra {
    height: 200px;
  }
  body section.separador-carrossel .card-pedra .efeito .titulo-pedra {
    font-size: 32px;
  }
}
body {
  /* SEÇÃO ANATOMIA */
}
body section.separador-anatomia {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
  min-height: 550px;
  display: flex;
  align-items: center;
}
@keyframes flutuar {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-25px);
  }
  100% {
    transform: translateY(0px);
  }
}
body section.separador-anatomia .img-flutuante {
  animation: flutuar 4s ease-in-out infinite;
}
body section.separador-anatomia .img-flutuante img {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0px 20px 25px rgba(0, 0, 0, 0.4));
}
body section.separador-anatomia .titulo-anatomia h1, body section.separador-anatomia .titulo-anatomia h2, body section.separador-anatomia .titulo-anatomia h3, body section.separador-anatomia .titulo-anatomia p, body section.separador-anatomia .titulo-anatomia div {
  color: #FFDF9D;
  text-align: center;
  font-family: var(--Typography-Font-Family-MonteCarlo, "MonteCarlo", cursive);
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  margin: 0;
}
body section.separador-anatomia .texto-anatomia h1, body section.separador-anatomia .texto-anatomia h2, body section.separador-anatomia .texto-anatomia h3, body section.separador-anatomia .texto-anatomia div {
  color: #ffffff;
  text-align: center;
  font-family: var(--Typography-Font-Family-Epilogue, "Epilogue", sans-serif);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}
body section.separador-anatomia .texto-anatomia p {
  color: #ffffff;
  text-align: center;
  font-family: var(--Typography-Font-Family-Epilogue, "Epilogue", sans-serif);
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}
body section.separador-anatomia .img-anatomia img {
  max-height: 220px;
  width: auto;
}
body section.separador-anatomia .owl-dots {
  margin-top: 20px;
}
body section.separador-anatomia .owl-dots button {
  background: rgba(255, 223, 157, 0.3) !important;
  border: none !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  margin: 0 4px !important;
  transform: none !important;
  transition: all 0.3s ease !important;
}
body section.separador-anatomia .owl-dots button.active {
  background: #FFDF9D !important;
  transform: scale(1.3) !important;
}
@media (max-width: 991px) {
  body section.separador-anatomia {
    padding: 60px 0;
  }
  body section.separador-anatomia .img-flutuante {
    margin-bottom: 20px;
  }
  body section.separador-anatomia .img-flutuante img {
    max-height: 280px;
  }
  body section.separador-anatomia .titulo-anatomia h1, body section.separador-anatomia .titulo-anatomia h2, body section.separador-anatomia .titulo-anatomia h3, body section.separador-anatomia .titulo-anatomia p, body section.separador-anatomia .titulo-anatomia div {
    font-size: 42px;
    line-height: 1.1;
  }
  body section.separador-anatomia .texto-anatomia h1, body section.separador-anatomia .texto-anatomia h2, body section.separador-anatomia .texto-anatomia h3, body section.separador-anatomia .texto-anatomia p, body section.separador-anatomia .texto-anatomia div {
    font-size: 16px;
    line-height: 1.5;
  }
}
body {
  /* SEÇÃO PROJETO */
}
body section.separador-projeto {
  background-color: #0c0608 !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 120px 0;
  min-height: 500px;
  display: flex;
  align-items: center;
  position: relative;
}
body section.separador-projeto .container {
  position: relative;
  z-index: 2;
}
body section.separador-projeto .texto-projeto h1, body section.separador-projeto .texto-projeto h2, body section.separador-projeto .texto-projeto h3 {
  color: #94125A;
  text-align: center;
  font-family: var(--Typography-Font-Family-MonteCarlo, "MonteCarlo", cursive);
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 96%;
  margin-bottom: 25px;
}
body section.separador-projeto .texto-projeto p {
  color: #3C3C3C;
  text-align: center;
  font-family: var(--Typography-Font-Family-Epilogue, "Epilogue", sans-serif);
  font-size: var(--Typography-Font-Size-18, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body section.separador-projeto {
    padding: 80px 0;
  }
  body section.separador-projeto::after {
    height: 40px;
  }
  body section.separador-projeto .texto-projeto h1, body section.separador-projeto .texto-projeto h2, body section.separador-projeto .texto-projeto h3 {
    font-size: 46px;
  }
  body section.separador-projeto .texto-projeto p {
    font-size: 16px;
  }
}
body {
  /* === SEÇÃO SIGNOS === */
}
body section.secao-signos {
  background-color: #0c0608;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-bottom: 80px;
  min-height: 1050px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
body section.secao-signos .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
body section.secao-signos .titulo-superior-signo {
  text-align: center;
  margin-bottom: 0;
}
body section.secao-signos .titulo-superior-signo h1, body section.secao-signos .titulo-superior-signo h2, body section.secao-signos .titulo-superior-signo h3 {
  color: #FFDF9D;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: var(--Typography-Font-Family-MonteCarlo, "MonteCarlo", cursive);
  font-size: var(--Typography-Font-Size-56, 56px);
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
  margin-bottom: 25px;
}
body section.secao-signos .titulo-superior-signo p {
  color: #FFF;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: var(--Typography-Font-Family-Noto-Serif, "Noto Serif", serif);
  font-size: var(--Typography-Font-Size-18, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
body section.secao-signos .roda-zodiaco-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  width: 700px;
  height: 700px;
  margin-top: 120px;
  --raio: 330px;
}
body section.secao-signos .roda-zodiaco-wrapper .conteudo-centro-roda {
  text-align: center;
  width: 340px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body section.secao-signos .roda-zodiaco-wrapper .conteudo-centro-roda .imagem-pedra-centro {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
body section.secao-signos .roda-zodiaco-wrapper .conteudo-centro-roda .imagem-pedra-centro img {
  max-height: 100%;
  transition: all 0.3s ease;
  filter: drop-shadow(0px 10px 15px rgba(0, 0, 0, 0.5));
}
body section.secao-signos .roda-zodiaco-wrapper .conteudo-centro-roda .texto-central-dinamico h1, body section.secao-signos .roda-zodiaco-wrapper .conteudo-centro-roda .texto-central-dinamico h2, body section.secao-signos .roda-zodiaco-wrapper .conteudo-centro-roda .texto-central-dinamico h3 {
  color: #FFDF9D;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: var(--Typography-Font-Family-Noto-Serif, "Noto Serif", serif);
  font-size: var(--Typography-Font-Size-40, 40px);
  font-weight: 700;
  line-height: 31px;
  margin-bottom: 15px;
}
body section.secao-signos .roda-zodiaco-wrapper .conteudo-centro-roda .texto-central-dinamico p {
  color: #FFF;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: var(--Typography-Font-Family-Noto-Serif, "Noto Serif", serif);
  font-size: var(--Typography-Font-Size-18, 18px);
  font-weight: 400;
  line-height: normal;
  margin-bottom: 15px;
}
body section.secao-signos .roda-zodiaco-wrapper .conteudo-centro-roda .btn-signo {
  background: #FFDF9D;
  color: #1A1A1A;
  padding: 10px 24px;
  border-radius: 4px;
  font-family: var(--Typography-Font-Family-Epilogue, Epilogue, sans-serif);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: 10px;
}
body section.secao-signos .roda-zodiaco-wrapper .conteudo-centro-roda .btn-signo i {
  font-size: 12px;
}
body section.secao-signos .roda-zodiaco-wrapper .conteudo-centro-roda .btn-signo span {
  display: block;
}
body section.secao-signos .roda-zodiaco-wrapper .conteudo-centro-roda .btn-signo:hover {
  background: rgb(255, 198.0204081633, 80.5);
}
body section.secao-signos .roda-zodiaco-wrapper .circulo-icones {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
body section.secao-signos .roda-zodiaco-wrapper .circulo-icones .item-icone-signo {
  position: absolute;
  top: 50%;
  left: 50%;
  pointer-events: auto;
  transition: all 0.3s ease;
  cursor: pointer;
  width: 130px;
  height: 130px;
  margin-top: -65px;
  margin-left: -65px;
  transform: rotate(var(--angulo)) translateY(calc(var(--raio) * -1)) rotate(calc(var(--angulo) * -1));
}
body section.secao-signos .roda-zodiaco-wrapper .circulo-icones .item-icone-signo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
  transition: transform 0.3s ease, filter 0.3s ease;
}
body section.secao-signos .roda-zodiaco-wrapper .circulo-icones .item-icone-signo:hover img, body section.secao-signos .roda-zodiaco-wrapper .circulo-icones .item-icone-signo.ativo img {
  transform: scale(1.15);
  filter: drop-shadow(0px 0px 10px rgba(255, 223, 157, 0.6));
}
body {
  /* === SEÇÃO SIGNOS MOBILE === */
}
body .secao-signos-mobile {
  background-color: #0c0608;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
body .secao-signos-mobile .arco-decorativo {
  position: absolute;
  top: 210px;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 300px;
  border-top: 3px solid #FFDF9D;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(10, 24, 51, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 0;
  pointer-events: none;
}
body .secao-signos-mobile .titulo-superior-signo {
  text-align: center;
}
body .secao-signos-mobile .titulo-superior-signo h1, body .secao-signos-mobile .titulo-superior-signo h2, body .secao-signos-mobile .titulo-superior-signo h3 {
  color: #FFDF9D;
  font-family: var(--Typography-Font-Family-MonteCarlo, "MonteCarlo", cursive);
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 10px;
}
body .secao-signos-mobile .titulo-superior-signo p {
  color: #FFF;
  font-family: var(--Typography-Font-Family-Noto-Serif, "Noto Serif", serif);
  font-size: 1rem;
  margin: 0;
}
body .secao-signos-mobile .carousel-signos-mobile {
  padding: 15px 0 65px 0;
}
body .secao-signos-mobile .carousel-signos-mobile .owl-stage-outer {
  overflow: visible !important;
}
body .secao-signos-mobile .carousel-signos-mobile .owl-item {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0.8;
  transform: scale(0.7) translateY(45px);
}
body .secao-signos-mobile .carousel-signos-mobile .owl-item.center {
  opacity: 1;
  transform: scale(1.15) translateY(-5px);
}
body .secao-signos-mobile .carousel-signos-mobile .item-signo-mobile .icone-signo {
  width: 115px;
  height: 115px;
  border-radius: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
body .secao-signos-mobile .nav-custom-signos {
  position: relative;
  z-index: 2;
}
body .secao-signos-mobile .nav-custom-signos .btn-nav-signo {
  background: transparent;
  border: 1px solid #FFDF9D;
  color: #FFDF9D;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  transition: all 0.3s ease;
}
body .secao-signos-mobile .nav-custom-signos .btn-nav-signo:hover {
  background: #FFDF9D;
  color: #0c0608;
}
body .secao-signos-mobile .conteudo-dinamico-mobile {
  position: relative;
  z-index: 2;
}
body .secao-signos-mobile .conteudo-dinamico-mobile .imagem-pedra-mobile img {
  height: 170px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s ease;
  filter: drop-shadow(0px 10px 15px rgba(0, 0, 0, 0.5));
}
body .secao-signos-mobile .conteudo-dinamico-mobile .texto-central-dinamico {
  transition: all 0.3s ease;
}
body .secao-signos-mobile .conteudo-dinamico-mobile .texto-central-dinamico h1, body .secao-signos-mobile .conteudo-dinamico-mobile .texto-central-dinamico h2, body .secao-signos-mobile .conteudo-dinamico-mobile .texto-central-dinamico h3 {
  color: #FFDF9D;
  font-family: var(--Typography-Font-Family-Noto-Serif, "Noto Serif", serif);
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 5px;
}
body .secao-signos-mobile .conteudo-dinamico-mobile .texto-central-dinamico p strong, body .secao-signos-mobile .conteudo-dinamico-mobile .texto-central-dinamico h4 {
  color: #FFDF9D;
  font-family: var(--Typography-Font-Family-Noto-Serif, "Noto Serif", serif);
  font-size: 1.2rem;
  display: block;
  margin-bottom: 5px;
}
body .secao-signos-mobile .conteudo-dinamico-mobile .texto-central-dinamico p {
  color: #FFF;
  font-family: var(--Typography-Font-Family-Noto-Serif, "Noto Serif", serif);
  font-size: 0.95rem;
  line-height: 1.4;
  margin-bottom: 0 !important;
}
body .secao-signos-mobile .conteudo-dinamico-mobile .btn-signo {
  background: #FFDF9D;
  color: #1A1A1A;
  padding: 10px 24px;
  border-radius: 4px;
  font-family: var(--Typography-Font-Family-Epilogue, "Epilogue", sans-serif);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 15px !important;
}
body .secao-signos-mobile .conteudo-dinamico-mobile .btn-signo i {
  font-size: 0.8rem;
}
body .sec-descricao-joias {
  position: relative;
  min-height: 550px;
  overflow: hidden;
  background-color: #FFF;
  display: flex;
  align-items: center;
}
body .sec-descricao-joias .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
body .sec-descricao-joias .bg-video video {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: right center !important;
     object-position: right center !important;
  transform: scale(1.15) translateX(20%);
  display: block !important;
  max-width: none !important;
}
body .sec-descricao-joias .bg-video .overlay-gradiente {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #FFF 40%, rgba(255, 255, 255, 0) 75%);
  z-index: 1;
}
body .sec-descricao-joias .texto-descricao {
  position: relative;
  z-index: 2;
  width: 100%;
}
body .sec-descricao-joias .texto-descricao h1 {
  font-family: var(--Typography-Font-Family-MonteCarlo, "MonteCarlo", cursive);
  color: #8E0661;
  font-size: 3.8rem;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 20px;
  display: block;
}
body .sec-descricao-joias .texto-descricao h1 * {
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
  white-space: normal !important;
}
body .sec-descricao-joias .texto-descricao h1 br {
  display: none !important;
}
body .sec-descricao-joias .texto-descricao h1 strong {
  color: #3C3C3C;
  font-family: var(--Typography-Font-Family-MonteCarlo, "MonteCarlo", cursive);
  font-weight: 400;
  display: inline !important;
}
body .sec-descricao-joias .texto-descricao p {
  color: #555;
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 15px;
  display: block;
}
body .sec-descricao-joias .breadcrumb-banner {
  font-family: var(--Typography-Font-Family-Epilogue, "Epilogue", sans-serif);
  font-size: 0.8rem;
  color: #555;
  letter-spacing: 1px;
}
body .sec-descricao-joias .breadcrumb-banner a {
  color: #555;
  text-decoration: none;
  transition: color 0.3s ease;
}
body .sec-descricao-joias .breadcrumb-banner a:hover {
  color: #94125A;
}
@media (max-width: 991px) {
  body .sec-descricao-joias {
    min-height: 650px;
    align-items: flex-start !important;
  }
  body .sec-descricao-joias .bg-video video {
    -o-object-position: center top !important;
       object-position: center top !important;
    transform: scale(1.15) translateY(-5%);
  }
  body .sec-descricao-joias .bg-video .overlay-gradiente {
    display: none !important;
  }
  body .sec-descricao-joias .texto-descricao {
    text-align: center;
    margin-top: 0;
  }
  body .sec-descricao-joias .texto-descricao h1 {
    font-size: 2.8rem;
  }
}
body .blog-listing {
  background-color: #fcfcfc;
}
body .blog-listing .img-wrapper {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
}
body .blog-listing .img-wrapper img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  background-color: #fdf5f7;
  transition: transform 0.4s ease;
}
body .blog-listing .img-wrapper:hover img {
  transform: scale(1.03);
}
@media (max-width: 991px) {
  body .blog-listing .feature-post {
    text-align: center;
  }
}
body .blog-listing .feature-post .img-wrapper {
  aspect-ratio: 21/9;
}
@media (max-width: 991px) {
  body .blog-listing .feature-post .img-wrapper {
    aspect-ratio: 16/9;
  }
}
body .blog-listing .feature-post .img-wrapper img {
  height: 100% !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
body .blog-listing .post-title {
  color: #94125A;
  font-weight: 300;
  margin-bottom: 10px;
  line-height: 1.4;
}
body .blog-listing .post-title a:hover {
  color: rgb(216.2048192771, 26.2951807229, 131.4759036145);
}
body .blog-listing .feature-post .post-title {
  font-size: 1.8rem;
}
@media (max-width: 991px) {
  body .blog-listing .feature-post .post-title {
    font-size: 1.1rem;
  }
}
body .blog-listing .grid-post .post-title {
  font-size: 1.1rem;
}
body .blog-listing .sidebar-post .post-title {
  font-size: 1rem;
}
body .blog-listing .saiba-mais {
  color: #94125A;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.3s;
}
body .blog-listing .saiba-mais i {
  font-size: 0.8em;
  margin-left: 3px;
}
body .blog-listing .saiba-mais:hover {
  color: #94125A;
}
body .blog-listing .content-blog {
  padding: 15px 0 0 0; /* Removido padding lateral para colar na esquerda */
  text-align: left; /* Garante texto na esquerda */
}
body .blog-listing .content-blog .post-title {
  font-family: var(--Typography-Font-Family-Epilogue, "Epilogue", sans-serif);
  color: #94125A;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.4;
  transition: color 0.3s ease;
}
body .blog-listing .content-blog .post-title:hover {
  color: #5A0835;
}
body .blog-listing .content-blog .resumo-post * {
  font-family: var(--Typography-Font-Family-Epilogue, "Epilogue", sans-serif) !important;
  color: #555 !important;
  font-size: 0.95rem !important;
  line-height: 1.5 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  text-align: left !important; /* Força left no editor rico */
}
body .blog-listing .content-blog .saiba-mais {
  font-family: var(--Typography-Font-Family-Epilogue, "Epilogue", sans-serif);
  color: #94125A;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}
body .blog-listing .content-blog .saiba-mais i {
  font-size: 0.85rem;
  transition: transform 0.3s ease;
}
body .blog-listing .content-blog .saiba-mais:hover {
  color: #5A0835;
}
body .blog-listing .content-blog .saiba-mais:hover i {
  transform: translateX(4px);
}
body .blog-listing .sidebar .sidebar-box {
  border: 1px solid rgba(148, 18, 90, 0.3);
  padding: 30px;
  background-color: transparent;
}
body .blog-listing .sidebar .widget-title {
  color: #94125A;
  font-family: var(--Typography-Font-Family-MonteCarlo, "MonteCarlo", cursive);
  font-size: 36px;
  font-weight: 400;
  line-height: 1.1;
  border-bottom: 1px solid rgba(148, 18, 90, 0.3);
  padding-bottom: 15px;
  margin-bottom: 20px;
  text-transform: none;
}
body .blog-listing .sidebar .categories-widget ul li, body .blog-listing .sidebar .social-widget ul li {
  margin-bottom: 12px;
}
body .blog-listing .sidebar .categories-widget ul li a, body .blog-listing .sidebar .social-widget ul li a {
  color: #555;
  font-family: var(--Typography-Font-Family-Epilogue, "Epilogue", sans-serif) !important; /* Força Epilogue */
  text-decoration: none;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  transition: color 0.3s;
}
body .blog-listing .sidebar .categories-widget ul li a:hover, body .blog-listing .sidebar .categories-widget ul li a.active, body .blog-listing .sidebar .social-widget ul li a:hover, body .blog-listing .sidebar .social-widget ul li a.active {
  color: #94125A;
}
body .blog-listing .sidebar .categories-widget ul li a::before {
  content: "•";
  color: #555;
  margin-right: 10px;
  font-size: 1.2rem;
}
body .blog-listing .sidebar .social-widget ul li a i {
  color: #94125A;
  margin-right: 12px;
  font-size: 1.1rem;
  width: 20px;
  text-align: center;
}
body .blog-listing .custom-pagination a {
  text-decoration: none;
  color: #94125A !important;
}
body .blog-listing .custom-pagination .page-num {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1px solid transparent;
  color: #666;
  transition: 0.3s;
  border-radius: 4px;
}
body .blog-listing .custom-pagination .page-num.active, body .blog-listing .custom-pagination .page-num:hover {
  background-color: #94125A;
  color: #fff !important;
}
body {
  /* === PÁGINA INTERNA DO BLOG === */
}
body .blog-interna .sidebar .sidebar-box {
  border: 1px solid rgba(148, 18, 90, 0.3);
  padding: 30px;
  background-color: transparent;
}
body .blog-interna .sidebar .widget-title {
  color: #94125A;
  font-family: var(--Typography-Font-Family-MonteCarlo, "MonteCarlo", cursive);
  font-size: 36px;
  font-weight: 400;
  line-height: 1.1;
  border-bottom: 1px solid rgba(148, 18, 90, 0.3);
  padding-bottom: 15px;
  margin-bottom: 20px;
  text-transform: none;
}
body .blog-interna .sidebar .categories-widget ul li, body .blog-interna .sidebar .social-widget ul li {
  margin-bottom: 12px;
}
body .blog-interna .sidebar .categories-widget ul li a, body .blog-interna .sidebar .social-widget ul li a {
  color: #555;
  font-family: var(--Typography-Font-Family-Epilogue, "Epilogue", sans-serif) !important; /* Força Epilogue */
  text-decoration: none;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  transition: color 0.3s;
}
body .blog-interna .sidebar .categories-widget ul li a:hover, body .blog-interna .sidebar .categories-widget ul li a.active, body .blog-interna .sidebar .social-widget ul li a:hover, body .blog-interna .sidebar .social-widget ul li a.active {
  color: #94125A;
}
body .blog-interna .sidebar .categories-widget ul li a::before {
  content: "•";
  color: #555;
  margin-right: 10px;
  font-size: 1.2rem;
}
body .blog-interna .sidebar .social-widget ul li a i {
  color: #94125A;
  margin-right: 12px;
  font-size: 1.1rem;
  width: 20px;
  text-align: center;
}
body .blog-interna .post-title-main {
  color: #94125A;
  font-family: var(--Typography-Font-Family-Epilogue, "Epilogue", sans-serif);
  font-size: 34px;
  font-weight: 400;
  line-height: 1.2;
}
body .blog-interna .post-image-wrapper {
  border-radius: 4px;
  overflow: hidden;
}
body .blog-interna .post-image-wrapper img {
  width: 100%;
  height: auto;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
body .blog-interna .post-image-wrapper {
  /* Etiqueta roxa sobre a imagem */
}
body .blog-interna .post-image-wrapper .category-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #5A0835; /* Fundo vinho escuro */
  color: #FFF;
  padding: 6px 14px;
  font-size: 11px;
  font-family: var(--Typography-Font-Family-Epilogue, "Epilogue", sans-serif);
  font-weight: 700;
  border-radius: 4px;
  z-index: 2;
}
body .blog-interna .texto-blog p, body .blog-interna .texto-blog li, body .blog-interna .texto-blog span {
  color: #3C3C3C;
  leading-trim: both;
  text-edge: cap;
  font-family: var(--Typography-Font-Family-Epilogue, "Epilogue", sans-serif) !important;
  font-size: var(--Typography-Font-Size-18, 18px) !important;
  font-style: normal;
  font-weight: 400;
  line-height: 22px !important;
  letter-spacing: 0.4px;
  margin-bottom: 20px;
}
body .blog-interna .texto-blog strong {
  color: #94125A !important;
  font-family: var(--Typography-Font-Family-Epilogue, "Epilogue", sans-serif) !important;
  font-size: var(--Typography-Font-Size-24, 24px) !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 34px !important; /* 141.667% */
  margin-top: 35px;
  margin-bottom: 15px;
  display: block;
}
body .blog-interna .texto-blog ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
body .blog-interna .texto-blog ul li {
  margin-bottom: 8px;
}
body .blog-interna .share-section {
  border-top: 1px solid rgba(148, 18, 90, 0.2);
  padding-top: 25px;
}
body .blog-interna .share-section .share-text {
  color: #94125A;
  font-family: var(--Typography-Font-Family-Epilogue, "Epilogue", sans-serif);
  font-size: 22px;
  font-weight: 700;
}
body .blog-interna .share-section .share-icon {
  color: #94125A;
  font-size: 24px;
  text-decoration: none;
  transition: transform 0.3s ease, color 0.3s ease;
}
body .blog-interna .share-section .share-icon:hover {
  transform: scale(1.1);
  color: #5A0835;
}
body {
  /* BANNER */
}
body .banner-apresentacao-section {
  height: 450px;
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
body .banner-apresentacao-section .overlay-branco-banner {
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 35%, rgba(255, 255, 255, 0.7) 55%, rgba(255, 255, 255, 0) 80%);
  z-index: 0;
}
body .banner-apresentacao-section .conteudo-banner {
  padding: 40px 0;
}
body .banner-apresentacao-section .conteudo-banner .breadcrumb-banner {
  font-family: var(--Typography-Font-Family-Epilogue, "Epilogue", sans-serif);
  font-size: 0.8rem;
  color: #555;
  letter-spacing: 1px;
}
body .banner-apresentacao-section .conteudo-banner .breadcrumb-banner a {
  color: #555;
  text-decoration: none;
  transition: color 0.3s ease;
}
body .banner-apresentacao-section .conteudo-banner .breadcrumb-banner a:hover {
  color: #94125A;
}
body .banner-apresentacao-section .conteudo-banner .texto-banner-wrapper h1, body .banner-apresentacao-section .conteudo-banner .texto-banner-wrapper h2, body .banner-apresentacao-section .conteudo-banner .texto-banner-wrapper h3 {
  font-family: var(--Typography-Font-Family-MonteCarlo, "MonteCarlo", cursive) !important;
  color: #94125A !important;
  font-size: 4.5rem !important;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  margin-bottom: 10px !important;
}
body .banner-apresentacao-section .conteudo-banner .texto-banner-wrapper h1 *, body .banner-apresentacao-section .conteudo-banner .texto-banner-wrapper h2 *, body .banner-apresentacao-section .conteudo-banner .texto-banner-wrapper h3 * {
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
  font-family: inherit !important;
}
body .banner-apresentacao-section .conteudo-banner .texto-banner-wrapper h1 br, body .banner-apresentacao-section .conteudo-banner .texto-banner-wrapper h2 br, body .banner-apresentacao-section .conteudo-banner .texto-banner-wrapper h3 br {
  display: none !important;
}
body .banner-apresentacao-section .conteudo-banner .texto-banner-wrapper p {
  font-family: var(--Typography-Font-Family-Epilogue, "Epilogue", sans-serif) !important;
  color: #555 !important;
  font-size: 1.1rem !important;
  font-weight: 300 !important;
  line-height: 1.5 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  body .banner-apresentacao-section {
    height: auto;
    min-height: 350px;
    background-position: center;
  }
  body .banner-apresentacao-section .overlay-branco-banner {
    display: none !important;
  }
  body .banner-apresentacao-section .row {
    align-items: flex-start !important;
  }
  body .banner-apresentacao-section .conteudo-banner {
    padding-top: 30px;
    padding-bottom: 60px;
    text-align: center;
  }
  body .banner-apresentacao-section .conteudo-banner .texto-banner-wrapper h1, body .banner-apresentacao-section .conteudo-banner .texto-banner-wrapper h2, body .banner-apresentacao-section .conteudo-banner .texto-banner-wrapper h3 {
    font-size: 3.5rem !important;
  }
  body .banner-apresentacao-section.tem-banner-mobile {
    min-height: 0;
    background-image: none !important;
  }
  body .banner-apresentacao-section.tem-banner-mobile .bg-media-mobile {
    position: relative !important;
    height: auto !important;
  }
  body .banner-apresentacao-section.tem-banner-mobile .bg-media-mobile video,
  body .banner-apresentacao-section.tem-banner-mobile .bg-media-mobile img {
    height: auto;
  }
  body .banner-apresentacao-section.tem-banner-mobile .container.big {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    height: auto !important;
    z-index: 2;
  }
}
body {
  /* === SEÇÃO DE ATENDIMENTO / CONTATO === */
}
body .sec-atendimento .video-container {
  border-radius: 4px;
  overflow: hidden;
  background-color: #000;
}
body .sec-atendimento .texto-video * {
  color: #3C3C3C !important;
  font-family: var(--Typography-Font-Family-Noto-Serif, "Noto Serif", serif) !important;
  font-size: 18px !important;
  line-height: normal !important;
  margin: 0 !important;
  text-align: justify;
}
body .sec-atendimento .texto-formulario * {
  color: #94125A !important;
  font-family: var(--Typography-Font-Family-Epilogue, "Epilogue", sans-serif) !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  margin: 0 !important;
}
body .sec-atendimento .form-contato .form-label-custom {
  color: #3C3C3C;
  font-family: var(--Typography-Font-Family-Epilogue, "Epilogue", sans-serif);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
}
body .sec-atendimento .form-contato .form-control-custom {
  background-color: transparent;
  border: 1px solid rgba(148, 18, 90, 0.3);
  border-radius: 0px;
  color: #3C3C3C;
  font-family: var(--Typography-Font-Family-Epilogue, "Epilogue", sans-serif);
  font-size: 14px;
  padding: 12px 15px;
  width: 100%;
}
body .sec-atendimento .form-contato .form-control-custom::-moz-placeholder {
  color: #888;
  font-size: 13px;
}
body .sec-atendimento .form-contato .form-control-custom::placeholder {
  color: #888;
  font-size: 13px;
}
body .sec-atendimento .form-contato .form-control-custom:focus {
  box-shadow: none;
  border-color: #94125A;
  background-color: rgba(255, 255, 255, 0.5);
  outline: none;
}
body .sec-atendimento .form-contato .textarea-custom {
  resize: vertical;
  min-height: 100px;
}
body .sec-atendimento .form-contato select.form-control-custom {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2394125A' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 16px 12px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
body {
  /* SEÇÃO DE UNIDADES */
}
body .sec-nossas-unidades {
  background: #F5F1E8;
}
body .sec-nossas-unidades .divisor-top img {
  max-width: 700px;
  height: auto;
}
body .sec-nossas-unidades .titulo-script {
  color: #94125A;
  font-family: var(--Typography-Font-Family-MonteCarlo, "MonteCarlo", cursive);
  font-size: 46px;
  font-weight: 400;
  margin-bottom: 0;
  text-transform: none;
}
body .sec-nossas-unidades .card-unidade {
  text-align: left;
  padding: 10px 15px;
}
body .sec-nossas-unidades .card-unidade .img-wrapper {
  height: 220px;
  overflow: hidden;
}
body .sec-nossas-unidades .card-unidade .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body .sec-nossas-unidades .card-unidade .nome-unidade {
  color: #94125A;
  font-family: var(--Typography-Font-Family-Epilogue, "Epilogue", sans-serif);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
}
body .sec-nossas-unidades .card-unidade .info-unidade li {
  align-items: flex-start;
}
body .sec-nossas-unidades .card-unidade .info-unidade li .icone-circulo {
  width: 28px;
  height: 28px;
  min-width: 28px;
  background-color: #94125A;
  color: #FFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  margin-top: 2px;
}
body .sec-nossas-unidades .card-unidade .info-unidade li strong {
  color: #94125A;
  font-family: var(--Typography-Font-Family-Epilogue, "Epilogue", sans-serif);
  font-size: 14px;
  font-weight: 700;
}
body .sec-nossas-unidades .card-unidade .info-unidade li .texto-dado {
  color: #555;
  font-family: var(--Typography-Font-Family-Epilogue, "Epilogue", sans-serif);
  font-size: 13px;
  line-height: 1.4;
  display: block;
  margin-top: 2px;
}
body .sec-nossas-unidades .card-unidade .btn-submit-custom {
  display: flex;
  align-items: center;
  background: transparent;
  border: 1px solid #3B031E;
  padding: 0;
  transition: all 0.3s ease;
}
body .sec-nossas-unidades .card-unidade .btn-submit-custom .icon-wrap {
  background-color: #3C3C3C;
  color: #FFF;
  padding: 8px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
body .sec-nossas-unidades .card-unidade .btn-submit-custom .text-wrap {
  background-color: #F5F1E8;
  color: #3C3C3C;
  font-family: var(--Typography-Font-Family-Epilogue, "Epilogue", sans-serif);
  font-size: 12px;
  font-weight: 600;
  padding: 8px 18px;
  transition: all 0.3s ease;
}
body .sec-nossas-unidades .card-unidade .btn-submit-custom:hover {
  border-color: #94125A;
}
body .sec-nossas-unidades .card-unidade .btn-submit-custom:hover .icon-wrap {
  background-color: #94125A;
}
body .sec-nossas-unidades .card-unidade .btn-submit-custom:hover .text-wrap {
  background-color: #F1D4DF;
  color: #94125A;
}
body .sec-nossas-unidades .btn-nav-custom {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #3C3C3C;
  background: transparent;
  color: #3C3C3C;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: all 0.3s;
  cursor: pointer;
}
body .sec-nossas-unidades .btn-nav-custom:hover {
  border-color: #94125A;
  color: #94125A;
}
body .sec-nossas-unidades .btn-nav-custom:focus {
  outline: none;
}
body {
  /* SEÇÃO: MAPA DO FOOTER */
}
body .sec-mapa-footer {
  width: 100%;
}
body .sec-mapa-footer .map-container {
  width: 100%;
  height: 350px;
  line-height: 0;
}
body .sec-mapa-footer .map-container iframe {
  width: 100% !important;
  height: 100% !important;
  border: none !important;
  display: block;
}
body {
  /* SEÇÃO: FOOTER */
}
body .sec-footer {
  background-color: transparent;
}
body .sec-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--bg-footer);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  pointer-events: none;
}
body .sec-footer > * {
  position: relative;
  z-index: 1;
}
body .sec-footer .logo-footer-box {
  max-width: 180px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  body .sec-footer .logo-footer-box {
    margin: 0;
  }
}
body .sec-footer .slogan-footer {
  font-family: var(--Typography-Font-Family-MonteCarlo, "MonteCarlo", cursive);
  color: #94125A;
  font-size: 1.8rem;
  line-height: 1.2;
  margin-top: 15px;
}
body .sec-footer .redes-sociais-footer a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: #333;
  color: #FFF;
  border-radius: 50%;
  text-decoration: none;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}
body .sec-footer .redes-sociais-footer a:hover {
  background-color: #94125A;
  transform: translateY(-3px);
}
body .sec-footer .titulo-coluna-footer {
  font-family: var(--Typography-Font-Family-Epilogue, "Epilogue", sans-serif);
  color: #94125A;
  font-size: 1.1rem;
  font-weight: 500;
}
body .sec-footer .subtitulo-coluna-footer {
  font-family: var(--Typography-Font-Family-Epilogue, "Epilogue", sans-serif);
  color: #333;
  font-size: 1rem;
  font-weight: 700;
}
body .sec-footer .menu-footer li {
  margin-bottom: 12px;
}
body .sec-footer .menu-footer li a {
  font-family: var(--Typography-Font-Family-Epilogue, "Epilogue", sans-serif);
  color: #555;
  font-size: 0.95rem;
  text-decoration: none;
  transition: color 0.3s ease;
}
body .sec-footer .menu-footer li a:hover {
  color: #94125A;
  padding-left: 4px;
}
body .sec-footer .lista-contato li {
  margin-bottom: 15px;
}
body .sec-footer .lista-contato li a {
  font-family: var(--Typography-Font-Family-Epilogue, "Epilogue", sans-serif);
  color: #555;
  font-size: 0.95rem;
  text-decoration: none;
  font-weight: 600;
  display: flex;
  align-items: flex-start;
  transition: color 0.3s ease;
}
body .sec-footer .lista-contato li a i {
  color: #94125A;
  font-size: 1rem;
  margin-top: 3px;
  margin-right: 10px;
  width: 15px;
  text-align: center;
}
body .sec-footer .lista-contato li a:hover {
  color: #94125A;
}
body .sec-footer .rodape-inferior {
  border-top: 1px solid #EADCE5;
}
body .sec-footer .rodape-inferior .copy-text {
  font-family: var(--Typography-Font-Family-Epilogue, "Epilogue", sans-serif);
  color: #777;
  font-size: 0.85rem;
}
body .sec-footer .rodape-inferior .raddar-assinatura .texto-raddar {
  font-family: var(--Typography-Font-Family-Epilogue, "Epilogue", sans-serif);
  color: #333;
  font-size: 0.55rem;
  line-height: 1.2;
  letter-spacing: 0.5px;
}
body .sec-footer .rodape-inferior .raddar-assinatura .texto-raddar strong {
  font-size: 0.65rem;
  font-weight: 800;
}
body .sec-footer .rodape-inferior .raddar-assinatura .logo-raddar-box {
  width: 80px;
}
body .sec-footer .rodape-inferior .raddar-assinatura .logo-raddar-box img {
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  body .sec-footer .titulo-coluna-footer {
    margin-top: 30px;
  }
  body .sec-footer .raddar-assinatura {
    margin-top: 20px;
  }
}
body section.barra-fixa {
  position: fixed;
  bottom: -1px;
  background-color: white;
  border-top: 2px solid #9E8D6B;
  width: 100%;
  padding: 10px 0;
  z-index: 600;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  body section.barra-fixa {
    display: none;
  }
}
body section.barra-fixa .contact {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
body section.barra-fixa .contact a {
  display: flex;
  align-items: center;
  float: left;
}
body section.barra-fixa .contact a img {
  position: relative;
  bottom: -3px;
}
body section.barra-fixa .contact a .text {
  padding-left: 15px;
}
body section.barra-fixa .contact a .text .title {
  display: table;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: black;
}
body section.barra-fixa .contact a .text .info {
  display: table;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
body section.barra-fixa .contact a.whatsapp {
  margin-right: 40px;
}
body section.barra-fixa .contact a.whatsapp .text .info {
  color: #077b44;
}
body section.barra-fixa .contact a.phone .text .info {
  color: #ff002e;
}
body section.barra-fixa.oculta {
  bottom: -100px;
}
body section.barra-fixa-mobile {
  background-color: #9E8D6B;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 100;
  padding: 5px 0;
  border-top: 2px solid #764334;
  transition: 0.3s all;
}
body section.barra-fixa-mobile .btn-orcamento {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  font-size: 15px;
  border-radius: 7px;
  font-weight: 700;
  color: #9E8D6B !important;
  background-color: white;
}
body section.barra-fixa-mobile .list-itens {
  display: flex;
  justify-content: space-around;
  font-size: 30px;
  align-items: center;
}
body section.barra-fixa-mobile .list-itens a {
  color: white;
}
body section.barra-fixa-mobile .list-itens a i {
  color: white;
}
@media screen and (min-width: 992px) {
  body section.barra-fixa-mobile {
    display: none;
  }
}
body section.botao_whatsapp,
body div.botao_whatsapp {
  cursor: pointer;
  background-color: #25d366;
  width: 70px;
  height: 70px;
  position: fixed;
  z-index: 610;
  bottom: 40px;
  padding: 5px;
  align-items: center;
  justify-content: center;
  display: flex;
  text-align: center;
  right: 30px;
  border-radius: 75px;
  transition: all 0.5s;
}
body section.botao_whatsapp i.fab.fa-whatsapp,
body div.botao_whatsapp i.fab.fa-whatsapp {
  color: white;
  font-size: 46px;
  vertical-align: middle;
}
@media (min-width: 992px) {
  body section.botao_whatsapp.scroll,
  body div.botao_whatsapp.scroll {
    bottom: 120px;
  }
}
body section.botao_whatsapp:hover,
body div.botao_whatsapp:hover {
  background-color: #1f9249;
}
@media screen and (max-width: 991px) {
  body section.botao_whatsapp,
  body div.botao_whatsapp {
    bottom: 75px;
    right: 10px;
  }
}
body .btn-custom-outline {
  display: inline-flex;
  align-items: stretch;
  border: 2px solid #94125A;
  color: #333;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.85rem;
  background-color: transparent;
  transition: all 0.3s ease;
}
body .btn-custom-outline .icon {
  background-color: #94125A;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  transition: all 0.3s ease;
}
body .btn-custom-outline .text {
  padding: 10px 24px;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
}
body .btn-custom-outline:hover {
  background-color: #94125A;
  color: #ffffff;
}
body .btn-custom-outline:hover .icon {
  background-color: rgb(102.5301204819, 12.4698795181, 62.3493975904);
}
body .btn-dark-custom {
  background-color: #3C3C3C;
  color: #F8D89D;
  font-size: 0.8rem;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  padding: 12px 25px;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  border: 1px solid #433336;
}
body .btn-dark-custom i {
  font-size: 0.7rem;
  transition: transform 0.3s ease;
}
body .btn-dark-custom:hover {
  background-color: #8E0661;
  border-color: #8E0661;
  color: #FFF;
}
body .btn-dark-custom:hover i {
  transform: translateX(3px);
}
body .wrap-ticker {
  width: 100%;
  overflow: hidden;
  padding: 15px 0;
  background: transparent;
}
body .wrap-ticker .ticker-content {
  display: flex;
  white-space: nowrap;
}
body .wrap-ticker .ticker-content:hover .ticker-item {
  animation-play-state: paused;
}
body .wrap-ticker .ticker-item {
  flex-shrink: 0;
  padding-right: 20px;
  color: #8c6356;
  font-family: "Public Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  animation: tickerLoop 25s linear infinite;
}
@keyframes tickerLoop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

main {
  padding-top: 200px;
}
@media (max-width: 992px) {
  main {
    padding-top: 250px;
  }
}/*# sourceMappingURL=custom.css.map */