@font-face {
  font-family: "Gabrito";
  src: url("../assets/Gabarito-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "Onest";
  src: url("../assets/Onest-VariableFont_wght.ttf") format("truetype");
}
.content-body {
  padding-top: 133px;
}

.has-pink-color {
  color: #ff00ff;
}

.has-gold-color {
  color: #86793e;
}

.has-dark-color {
  color: #231f20;
}

.has-light-color {
  color: #f4f4f4;
}

.wp-block-button .wp-block-button__link {
  background: #ff00ff;
  color: #fff;
  transition: 0.4s all;
  font-weight: 600;
}
.wp-block-button .wp-block-button__link:hover {
  background: #fff;
  color: #ff00ff;
}

mark, .mark {
  padding: 0px;
}

body {
  font-family: "Onest", sans-serif;
  background: #231f20;
  color: #f4f4f4;
  position: relative;
  font-weight: 200;
  /* Style the scrollbar */
}
body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-track {
  background-color: #231f20;
}
body::-webkit-scrollbar-thumb {
  background-color: #ff00ff;
  border-radius: 10px;
}

h1 {
  font-weight: 800;
}

h2, h3 {
  color: #86793e;
}
h2 > a, h3 > a {
  color: #86793e;
  text-decoration: none;
}
h2 > a:hover, h3 > a:hover {
  text-decoration: underline;
}

h2 {
  font-size: 26px;
}

b, strong {
  font-weight: 600;
}

.page {
  width: 90%;
  overflow-x: hidden;
  max-width: 1320px;
  margin: 0 auto;
  position: relative;
}

ul li::marker, ol li::marker {
  color: #86793e;
}

.full-width {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.social-links {
  background-color: #ff00ff;
  padding: 10px;
}
.social-links .container {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: space-around;
}
.social-links .container .social-icons {
  displaY: flex;
  position: relative;
  flex: 1;
  gap: 5px;
}
.social-links .container .social-icons > a {
  background: #fff;
  color: #ff00ff;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  displaY: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-weight: 200;
}
.social-links .container .social-icons > a > i {
  color: #ff00ff;
  width: 25px;
  height: 25px;
  font-size: 25px;
}
.social-links .container .contact-info {
  displaY: flex;
  position: relative;
  flex: 1;
  gap: 5px;
  justify-content: right;
}
.social-links .container .contact-info > a {
  background: #fff;
  color: #ff00ff;
  border-radius: 5px;
  padding: 5px;
  height: 30px;
  displaY: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}
.social-links .container .contact-info > a > i {
  color: #ff00ff;
  width: 25px;
  height: 25px;
  font-size: 25px;
  margin-right: 5px;
}

.navbar {
  top: auto;
  flex-direction: column;
  padding: 0px;
  background-color: #231f20;
  font-weight: 600;
  border-bottom: solid 3px #86793e;
  box-shadow: 0 20px 30px -30px #86793e;
}
.navbar.full-width {
  position: fixed;
  transform: none;
  -webkit-transform: none;
  -ms-transform: none;
  left: 0px;
}
.navbar > .container {
  padding: 10px 0px;
}
.navbar .navbar-nav {
  flex: 1;
  justify-content: flex-end;
  gap: 5px;
}
.navbar .nav-link {
  color: #fff;
}
.navbar .nav-link:hover {
  background-color: #fff;
  color: #ff00ff;
  border-radius: 5px;
}
.navbar .nav-link.show {
  background: #fff;
  color: #ff00ff;
  border-radius: 5px;
}
.navbar .current-menu-item {
  background: #ff00ff;
  border-radius: 5px;
}
.navbar .current-menu-item .nav-link {
  color: #fff;
}
.navbar .navbar-brand {
  max-width: 280px;
  max-height: 149px;
  margin-bottom: -70px;
  margin-top: -10px;
  width: 70%;
}
.navbar .navbar-brand > img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.navbar .dropdown-menu.depth-0 {
  position: fixed;
  width: 100vw;
  top: 133px;
  right: 0px;
  background: #231f20;
  margin: 0px;
  border-radius: 0px;
  z-index: -1;
  padding-top: 60px;
  border-bottom: solid 3px #86793e;
  box-shadow: inset 0 20px 30px -30px #86793e;
}
.navbar .dropdown-menu.depth-0.show {
  display: block;
}
.navbar .dropdown-menu.depth-0 > .inner {
  display: flex;
  flex-direction: row;
  max-width: 1320px;
  margin: 0 auto;
  padding: 30px 0px 30px 230px;
  gap: 30px;
  justify-content: space-between;
}
.navbar .dropdown-menu.depth-0 .nav-link {
  font-weight: 400;
}
.navbar .dropdown-menu.depth-1 {
  display: flex;
  position: relative;
  flex-direction: column;
}
.navbar .nav-link-title {
  color: #86793e;
  font-weight: 800;
}

.hamburger .hamburger-inner {
  background-color: #fff;
}
.hamburger .hamburger-inner::before, .hamburger .hamburger-inner::after {
  background-color: #fff;
}
.hamburger.is-active .hamburger-inner {
  background-color: #fff;
}
.hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}

button.navbar-toggler.hamburger.hamburger--slider:focus {
  border: 0;
  outline: none;
  box-shadow: none;
}

h1.overlap {
  color: #fff;
  margin-top: -70px;
  position: relative;
  display: inline-block;
  padding: 10px 30px;
  margin-left: -30px;
  z-index: 1;
}
h1.overlap:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100vw;
  height: 100%;
  background: #ff00ff;
  z-index: -1;
  transform: skewX(-15deg);
}

.whatsapp-button-container {
  display: flex;
  position: fixed;
  top: 150px;
  right: 20px;
  flex-direction: column-reverse;
  align-items: flex-end;
  z-index: 1;
}
.whatsapp-button-container .whatsapp-button {
  display: flex;
  background: #25d366;
  color: #fff;
  border-radius: 40px;
  padding: 10px;
  font-size: 1.2rem;
  box-shadow: 0 0 5px 1px #fff, 0 0px 10px 5px #25d366;
  transition: all 0.3s ease;
  animation: glow-green 2s infinite alternate;
  border: 0;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  text-decoration: none;
}
.whatsapp-button-container .whatsapp-button > i {
  animation: giggle 4s infinite;
  animation-delay: 2s;
  width: 35px;
  height: 35px;
  font-size: 35px;
}

.call-now-button {
  display: flex;
  position: fixed;
  bottom: 20px;
  right: 20px;
  flex-direction: column-reverse;
  align-items: flex-end;
  z-index: 99;
}
.call-now-button .call-button {
  display: flex;
  background: #ff00ff;
  color: #fff;
  border-radius: 40px;
  padding: 10px 20px;
  font-size: 1.2rem;
  box-shadow: 0 0 5px 1px #fff, 0 0px 10px 5px #ff00ff;
  transition: all 0.3s ease;
  animation: glow 1s infinite alternate;
  border: 0;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  text-decoration: none;
}
.call-now-button .call-button > i {
  animation: giggle 4s infinite;
  width: 25px;
  height: 25px;
  font-size: 25px;
}

@keyframes giggle {
  0% {
    transform: rotate(0deg) scale(1);
  }
  3% {
    transform: rotate(10deg) scale(1.4);
  }
  6% {
    transform: rotate(-10deg) scale(1.4);
  }
  9% {
    transform: rotate(10deg) scale(1.4);
  }
  12% {
    transform: rotate(-10deg) scale(1.4);
  }
  15% {
    transform: rotate(10deg) scale(1.4);
  }
  18% {
    transform: rotate(0deg) scale(1);
  }
  100% {
    transform: rotate(0deg) scale(1);
  }
}
@keyframes glow-green {
  0% {
    box-shadow: 0 0 5px 1px #fff, 0 0px 10px 5px #25d366;
  }
  100% {
    box-shadow: 0 0 10px 3px #fff, 0 0px 20px 10px #25d366;
  }
}
@keyframes glow {
  0% {
    box-shadow: 0 0 5px 1px #fff, 0 0px 10px 5px #ff00ff;
  }
  100% {
    box-shadow: 0 0 10px 3px #fff, 0 0px 20px 10px #ff00ff;
  }
}
@keyframes animateIcons {
  0% {
    transform: translateY(0);
  }
  33% {
    transform: translateY(-100%);
  }
  66% {
    transform: translateY(-200%);
  }
  100% {
    transform: translateY(-300%);
  }
}
.contact-us-button {
  display: flex;
  position: fixed;
  bottom: 0px;
  left: 0px;
  flex-direction: column-reverse;
  align-items: flex-start;
  z-index: 99;
  padding: 20px;
}
.contact-us-button::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  max-width: 0px;
  max-height: 0px;
  background: rgb(0, 0, 0);
  background: linear-gradient(198deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  z-index: -1;
  opacity: 0;
  transition: height 0.4s, width 0.4s, opacity 0.4s;
}
.contact-us-button:has(.expand-button.active)::before {
  opacity: 1;
  max-width: 100vw;
  max-height: 100vh;
  transition: height 0s, width 0s, opacity 0.4s;
}
.contact-us-button .expand-button {
  display: flex;
  background: #ff00ff;
  color: #fff;
  border-radius: 40px;
  padding: 10px 20px;
  font-size: 1.2rem;
  box-shadow: 0 0 5px 1px #fff, 0 0px 10px 5px #ff00ff;
  transition: all 0.3s ease;
  animation: glow 1s infinite alternate;
  border: 0;
  flex-direction: row;
  gap: 5px;
  align-items: center;
}
.contact-us-button .expand-button:hover, .contact-us-button .expand-button.active {
  background: #fff;
  color: #ff00ff;
}
.contact-us-button .expand-button .line-awesome-icons {
  display: block;
  position: relative;
  width: 25px;
  height: 25px;
  overflow: hidden;
}
.contact-us-button .expand-button .line-awesome-icons .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.contact-us-button .expand-button .line-awesome-icons .inner > i {
  animation: animateIcons 4s infinite;
  animation-delay: calc(2s * (n - 1));
  width: 25px;
  height: 25px;
  font-size: 25px;
}
.contact-us-button .options {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  max-height: 0px;
  transition: 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.85);
  overflow: hidden;
}
.contact-us-button .options.show {
  max-height: 500px;
  padding-bottom: 20px;
}
.contact-us-button .options a {
  display: flex;
  background-color: #E52B50;
  color: #fff;
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  text-decoration: none;
  flex-direction: row;
  gap: 5px;
  font-weight: 600;
  justify-content: flex-end;
  align-items: center;
  line-height: 1.1rem;
}
.contact-us-button .options a:hover, .contact-us-button .options a:focus {
  background-color: #fff !important;
  color: #ff00ff !important;
}
.contact-us-button .options a > span {
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
}
.contact-us-button .options a > span > img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.contact-us-button .options a > span > i {
  width: 1.1rem;
  height: 1.1rem;
  font-size: 1.5rem;
  line-height: 1.1rem;
  margin-left: -0.5rem;
  padding-right: 0.5rem;
}
.contact-us-button .options a > p {
  font-size: 1.1rem;
  line-height: 20px;
  margin-bottom: 0px;
}

footer {
  background-color: #231f20;
}
footer .address a {
  color: #86793e;
  text-decoration: none;
}
footer .address a:hover {
  text-decoration: underline;
}
footer .footer-logo {
  display: block;
  position: relative;
  width: 100%;
}
footer .footer-logo .footer-brand {
  display: block;
  position: relative;
  width: 100%;
}
footer .footer-logo .footer-brand > img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
footer h5 {
  color: #86793e;
  margin-top: 10px;
}
footer > .container > .row > .item > h5 {
  margin-top: 0px;
}
footer ul {
  padding-left: 1rem;
}
footer ul .menu-item:not(.menu-sub-title) {
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
}
footer ul .menu-item:not(.menu-sub-title) > a {
  text-decoration: none;
  color: #fff;
}
footer ul .menu-item:not(.menu-sub-title):hover {
  background: #86793e;
}
footer ul .menu-item:not(.menu-sub-title):hover > a {
  color: #fff;
}
footer .list-inline-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}
footer .list-inline-item a {
  width: 24px;
  height: 24px;
  color: #86793e;
}
footer .list-inline-item a i {
  width: 24px;
  height: 24px;
  font-size: 24px;
}
footer .list-inline-item:hover {
  background: #86793e;
  border-radius: 5px;
}
footer .list-inline-item:hover a {
  color: #f4f4f4;
}

@media only screen and (max-width: 991px) {
  .navbar {
    align-items: flex-start;
    justify-content: flex-start;
  }
  .navbar .dropdown-menu.depth-0 {
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    top: 0px;
    width: 100%;
    border-radius: 0px 0px 5px 5px;
    padding-top: 20px;
    margin-top: -5px;
    z-index: 0;
    border: 0;
    box-shadow: none;
  }
  .navbar .dropdown-menu.depth-0 > .inner {
    padding: 0px 0px 0px 10px;
    flex-direction: column;
    gap: 10px;
  }
  .navbar:has(.navbar-collapse.show) {
    height: 100vh;
    overflow-y: auto;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
  }
  .navbar:has(.navbar-collapse.show) > .container > .navbar-collapse {
    padding-top: 120px;
  }
  .navbar:has(.navbar-collapse.show) > .container > .navbar-collapse .nav-link {
    padding-left: 0.75rem;
  }
  .navbar:has(.navbar-collapse.show) > .container > .navbar-collapse .nav-link-title {
    font-size: 1rem;
  }
  .social-links .container .contact-info > a {
    width: 30px;
  }
  .social-links .container .contact-info > a > i {
    margin-right: 0px;
  }
  .social-links .container .contact-info > a > span {
    display: none;
  }
  .call-now-button .call-button {
    padding: 10px;
    width: 48px;
    height: 48px;
  }
  .call-now-button .call-button > span {
    display: none;
  }
}/*# sourceMappingURL=main.css.map */