@font-face {
  font-family: "Graphie";
  src: url("../fonts/Graphie-Bold.woff2") format("woff2"), url("../fonts/Graphie-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphie";
  src: url("../fonts/Graphie-Regular.woff2") format("woff2"), url("../fonts/Graphie-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphie";
  src: url("../fonts/Graphie-SemiBold.woff2") format("woff2"), url("../fonts/Graphie-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Signifier";
  src: url("../fonts/Signifier-Regular.woff2") format("woff2"), url("../fonts/Signifier-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: Graphie, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.25;
  -webkit-font-smoothing: antialiased;
}
body.home {
  padding-top: 100vh;
}

.container {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1440px;
}

a {
  text-decoration: none;
  color: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  color: inherit;
}

b, strong {
  font-weight: bolder;
}

img {
  display: block;
  max-width: 100%;
}

.btn {
  padding: 0.75em 1.5em;
  line-height: inherit;
  border-radius: 0;
  font: inherit;
  font-weight: 600;
}

.content-html {
  line-height: 1.5;
}
.content-html > * {
  margin: auto;
}
.content-html > *:not(:first-child) {
  margin-top: 1em;
}

h1 {
  font-size: 2.5em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.75em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.25em;
}

h6 {
  font-size: 1em;
}

a {
  color: inherit;
}

.img-cover, .img-contain {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.img-cover {
  object-fit: cover;
}

.img-contain {
  object-fit: contain;
}

.projects .card {
  border-radius: 7.5px;
  overflow: hidden;
}
.projects .card .card-body {
  padding: 15px 30px;
}

.heading h1 {
  font-weight: normal;
  font-family: Signifier, Graphie, sans-serif;
}
.heading hr {
  border-width: 2px;
  opacity: 1;
}

.news .card .card-title {
  color: #c40024;
}

.fixed-button {
  position: fixed;
  bottom: 30px;
  right: 20px;
  border-radius: 50%;
  z-index: 10000;
}
.fixed-button a {
  background: #25d366;
  color: #fff;
  width: 1.75em;
  line-height: 1.75;
  text-align: center;
  font-size: 2em;
  border-radius: 50%;
  position: relative;
}
.fixed-button .message {
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  margin: auto 0.5em auto auto;
  white-space: nowrap;
  background: #fff;
  padding: 0.5em;
  border: 2px solid #c40024;
  height: 2.5em;
  line-height: 1.25;
  pointer-events: none;
  visibility: hidden;
  transition: 0.3s;
  opacity: 0;
  transform: translateX(3em);
}
.fixed-button:hover .message {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}
.fixed-button:hover::before {
  opacity: 0;
}
.fixed-button::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #25d366;
  opacity: 0.5;
  border-radius: 50%;
  animation: infiniteScale 3s infinite;
}

.leaflet-popup-content {
  font: inherit;
  font-family: Graphie, sans-serif;
  font-size: 18px;
}
.leaflet-popup-content .btn.btn-primary {
  color: #fff !important;
}

@keyframes infiniteScale {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.25);
  }
}
.text-primary {
  color: #c40024 !important;
}

.ratio-overlay {
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Signifier, Graphie, sans-serif;
  font-size: 1.5em;
}

.btn {
  border-radius: 3em;
  line-height: 1;
  padding: 0.75em 1.5em;
  display: inline-flex;
  align-items: center;
}
.btn.btn-icon {
  padding: 0.5em 1em 0.5em 0.5em;
}
.btn.btn-icon i {
  width: 2em;
  line-height: 2;
  text-align: center;
  border-radius: 50%;
  background: #000;
  margin-right: 0.5em;
}
.btn small {
  font-size: 0.875em;
}
.btn.btn-primary {
  background-color: #c40024 !important;
  border-color: #c40024 !important;
}
.btn.btn-whatsapp {
  background-color: #25d366 !important;
  border-color: #25d366 !important;
  color: #fff;
}

.video {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.hero {
  position: relative;
}

.badge {
  padding: 0.5em;
  font-size: 0.875em;
  font-weight: normal;
  border-radius: 5px;
}
.badge.bg-light {
  color: #000;
}

.header {
  color: #fff;
  background: #9b946d;
  padding: 30px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.header .logo {
  max-height: 90px;
}
.header .nav {
  text-transform: uppercase;
}
.header .nav .dropdown a {
  color: #fff;
  text-decoration: none;
  transition: color 0.25s ease;
}
.header .nav .dropdown a:hover {
  color: #c40024;
}
.header .btn-link {
  text-decoration: none;
  transition: color 0.3s ease;
}
.header .btn-link:hover {
  color: rgba(255, 255, 255, 0.8);
}
.header .btn-link:focus {
  box-shadow: none;
}

.offcanvas {
  background: #9b946d !important;
  color: #fff;
}
.offcanvas .offcanvas-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: #9b946d;
}
.offcanvas .offcanvas-header .offcanvas-title {
  color: #fff;
  font-family: Signifier, Graphie, sans-serif;
  font-weight: 600;
}
.offcanvas .offcanvas-header .btn-close {
  filter: invert(1) grayscale(100%) brightness(200%);
  opacity: 0.75;
  transition: opacity 0.25s ease;
}
.offcanvas .offcanvas-header .btn-close:hover {
  opacity: 1;
}
.offcanvas .offcanvas-body {
  background: #9b946d;
}
.offcanvas .offcanvas-body .nav .nav-link {
  color: #fff;
  font-size: 1.1em;
  padding: 0.75em 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: color 0.25s ease;
  position: relative;
  text-transform: uppercase;
}
.offcanvas .offcanvas-body .nav .nav-link:hover {
  color: #DE3C4B;
}
.offcanvas .offcanvas-body .nav .nav-link.dropdown-toggle::after {
  margin-left: auto;
  border-top-color: #fff;
}
.offcanvas .offcanvas-body .nav .nav-link.dropdown-toggle:hover::after {
  border-top-color: #DE3C4B;
}
.offcanvas .offcanvas-body .nav .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.15);
  border: none;
  border-radius: 0;
  padding: 0;
}
.offcanvas .offcanvas-body .nav .dropdown .dropdown-menu .dropdown-item {
  color: #fff;
  padding: 0.75em 1em;
  font-size: 1em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.offcanvas .offcanvas-body .nav .dropdown .dropdown-menu .dropdown-item:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.offcanvas .offcanvas-body .nav .dropdown .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
}
.offcanvas .offcanvas-body .nav .nav-cta {
  background: transparent !important;
  border: 2px solid transparent;
  background-image: linear-gradient(#9b946d, #9b946d), linear-gradient(90deg, #8b826b, #e9dcbc, #8b826b, #e9dcbc, #8b826b) !important;
  background-origin: border-box !important;
  background-clip: padding-box, border-box !important;
  background-size: 100% 100%, 600% 100% !important;
}
.offcanvas .offcanvas-body .nav .nav-cta:hover {
  background: #DE3C4B !important;
}
.offcanvas .offcanvas-body .nav .btn-whatsapp {
  margin-top: 15px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.offcanvas .offcanvas-body .nav hr {
  opacity: 0.2;
  border-color: #fff;
}

main {
  position: relative;
  background: #fff;
  overflow: hidden;
}

.content {
  margin: 90px auto;
  position: relative;
}

.footer {
  color: #fff;
  background: url(../images/footer.png) center center no-repeat #c40024;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.footer .footer-row-1 {
  padding: 135px 0;
  position: relative;
}
.footer .footer-row-1 .marker {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  top: -30px;
}
.footer .footer-row-2 {
  padding: 60px 0;
}
.footer .footer-nav {
  font-size: 1.5em;
  font-family: Signifier, Graphie, sans-serif;
}
.footer .footer-nav ul li + li {
  margin-top: 22.5px;
}

.cta h1, .cta p {
  font-family: Signifier, Graphie, sans-serif;
}
.cta .inner-container {
  border-radius: 22.5px;
  overflow: hidden;
  background: #000;
  color: #fff;
}
.cta p {
  font-size: 1.25em;
}
.cta h1 {
  font-weight: normal;
  line-height: 1;
}
.cta h1 span {
  font-weight: bold;
  text-transform: uppercase;
  font-family: Graphie, sans-serif;
  font-size: 1.75em;
}
.cta .cta-content {
  padding: 90px;
}

.swiper-button-next, .swiper-button-prev {
  color: #fff !important;
}

.hero-swiper {
  width: 100%;
  overflow: hidden;
}
.hero-swiper .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

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

.btn-x {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.btn-x:hover {
  background-color: #333;
  border-color: #333;
  color: #fff;
}
.btn-x:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 0.5em;
  margin: 2em 0;
}
.pagination .page-link {
  border: none;
  background: transparent;
  color: inherit;
  padding: 0.5em 1em;
  border-radius: 0;
  transition: color 0.2s ease;
}
.pagination .page-link:hover {
  background: transparent;
  color: #c40024;
}
.pagination .page-link:focus {
  box-shadow: none;
}
.pagination .page-item.active .page-link {
  background: transparent;
  border-color: transparent;
  color: #c40024;
  font-weight: 600;
}
.pagination .page-item.disabled .page-link {
  background: transparent;
  border-color: transparent;
  color: #999;
  pointer-events: none;
}

.search {
  background: #c40024;
  padding: 15px 0;
}
.search .container {
  max-width: 768px;
}

@media screen and (max-width: 576px) {
  body {
    font-size: 15px;
  }
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .content {
    margin: 45px auto;
  }
  .footer .footer-row-1 .marker {
    display: none;
  }
}

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