@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700;900&display=swap");
@font-face {
  font-family: "GothamLight";
  src: url("../fonts/GothamLight.eot");
  src: url("../fonts/GothamLight.woff") format("woff"), url("../fonts/GothamLight.ttf") format("truetype"), url("../fonts/GothamLight.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GothamBook";
  src: url("../fonts/GothamBook.eot");
  src: url("../fonts/GothamBook.woff") format("woff"), url("../fonts/GothamBook.ttf") format("truetype"), url("../fonts/GothamBook.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GothamBold";
  src: url("../fonts/GothamBold.eot");
  src: url("../fonts/GothamBold.woff") format("woff"), url("../fonts/GothamBold.ttf") format("truetype"), url("../fonts/GothamBold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GothamBlack";
  src: url("../fonts/GothamBlack.eot");
  src: url("../fonts/GothamBlack.woff") format("woff"), url("../fonts/GothamBlack.ttf") format("truetype"), url("../fonts/GothamBlack.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OttawaRegular";
  src: url("../fonts/ottawan-webfont.woff2") format("woff2"), url("../fonts/ottawan-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OttawaBold";
  src: url("../fonts/ottawab-webfont.woff2") format("woff2"), url("../fonts/ottawab-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
:root {
  --FontBlack: "GothamBlack";
  --FontBold: "GothamBold";
  --FontBook: "GothamBook";
  --FontLight: "GothamLight";
  --OttawaRegular: "OttawaRegular";
  --OttawaBold: "OttawaBold";
  --colorGray: #EAEEF3;
  --colorPrimary:#D05D8C;
  --colorPrimaryHover:#993060;
  --colorBlack: #000;
  --colorWhite: #fff;
  --colorYellow: #FFA150;
  --colorPink: #FD6987;
  --colorPurple: #AB26AB;
}

@media (max-width: 1199px) {
  .container {
    max-width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1267px !important;
  }
}

.primary-font {
  font-family: var(--OttawaRegular) !important;
}

.primary-font-bold {
  font-family: var(--OttawaBold) !important;
}

.color-gradient {
  background: rgb(248, 160, 86);
  background: linear-gradient(109deg, rgb(248, 160, 86) 0%, rgb(248, 160, 86) 24%, rgb(251, 128, 121) 34%, rgb(147, 42, 166) 68%, rgb(147, 42, 166) 100%);
}

/*Colors*/
.color-dark {
  color: var(--colorBlack);
}

.color-white {
  color: var(--colorWhite);
}

.color-default {
  color: var(--colorBase);
}

.color-primary {
  color: var(--colorPrimary);
}

.color-primaryHover {
  color: var(--colorPrimaryHover);
}

.bg-gray {
  background-color: var(--colorGray);
}

.bg-white {
  background-color: var(--colorWhite);
}

.bg-yellow {
  background-color: var(--colorYellow);
}

.bg-pink {
  background-color: var(--colorPink);
}

.bg-purple {
  background-color: var(--colorPurple);
}

.cursor-pointer {
  cursor: pointer;
}

.light {
  font-family: var(--FontLight) !important;
}

.bold, b {
  font-family: var(--FontBold) !important;
}

.book {
  font-family: var(--FontBook) !important;
}

.black {
  font-family: var(--FontBlack) !important;
}

.rounded-xxl {
  border-radius: 24px;
}

/*Text*/
.primary-font,
h1, h2, h3, h4, h5, h6 {
  font-family: var(--OttawaRegular);
}

p {
  color: var(--colorBlue);
}
p b {
  line-height: 0;
}

.heading-h1 {
  font-family: var(--OttawaRegular);
  font-size: 74px;
  line-height: 0.8;
  letter-spacing: -1px;
}
@media (max-width: 1199px) {
  .heading-h1 {
    font-size: 56px;
  }
}
@media (max-width: 639px) {
  .heading-h1 {
    font-size: 42px;
    line-height: 1;
  }
}

.heading-h2 {
  font-family: var(--OttawaRegular);
  font-size: 52px;
  line-height: 1;
  letter-spacing: -2px;
}
@media (max-width: 1199px) {
  .heading-h2 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .heading-h2 {
    font-size: 32px;
  }
}

.heading-h3 {
  font-family: var(--OttawaRegular);
  font-size: 42px;
  letter-spacing: -2px;
  line-height: 1;
}
@media (max-width: 1199px) {
  .heading-h3 {
    font-size: 32px;
  }
}
.heading-h3 b {
  font-family: var(--OttawaBold);
}

.text-default {
  font-size: 16px;
}

.text-large {
  font-size: 24px;
  letter-spacing: -1px;
  line-height: 1.2;
}
@media (max-width: 1199px) {
  .text-large {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .text-large {
    font-size: 20px;
  }
}
.text-large b {
  line-height: 0;
}

.text-medium {
  font-family: "GothamBook";
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 1.3;
}
@media (max-width: 1199px) {
  .text-medium {
    font-size: 18px;
  }
}
.text-medium b {
  line-height: 0;
}

.text-small {
  font-size: 14px;
}

.bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  top: 0;
  -o-object-position: top center;
     object-position: top center;
}

/*Button*/
.button {
  border: 1px solid transparent;
  padding: 14px 24px;
  font-size: 16px;
  font-family: var(--OttawaBold);
  transition: 0.2s ease-in-out;
  color: var(--colorWhite);
  line-height: 1;
  border-radius: 0;
  display: inline-block;
  border: 0;
  background: linear-gradient(109deg, rgb(248, 160, 86) 0%, rgb(248, 160, 86) 24%, rgb(251, 128, 121) 34%, rgb(147, 42, 166) 68%, rgb(147, 42, 166) 100%);
  background-size: 400% !important;
  animation: Gradient 10s ease infinite !important;
}
.button:hover {
  background-size: 100%;
  animation: none;
  background: linear-gradient(279deg, rgb(248, 160, 86) 0%, rgb(248, 160, 86) 24%, rgb(251, 128, 121) 34%, rgb(147, 42, 166) 68%, rgb(147, 42, 166) 100%);
}
@keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/*Block elements*/
body {
  font-family: var(--FontBook), "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 26px;
  background-color: var(--colorWhite);
  color: var(--colorBlue);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 24px;
  }
}

/*Animaciones*/
.animate-on-scroll {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.animate-on-scroll.active {
  opacity: 1;
  transform: translateY(0);
}

.animate-on-scroll.show-bg {
  opacity: 0;
  transform: scale(1.1);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.animate-on-scroll.show-bg.active {
  opacity: 1;
  transform: scale(1);
}

.animate-on-scroll.active.show-1 {
  transition-delay: 0.2s;
}

.animate-on-scroll.active.show-2 {
  transition-delay: 0.4s;
}

.animate-on-scroll.active.show-3 {
  transition-delay: 0.6s;
}

.animate-on-scroll.active.show-4 {
  transition-delay: 0.8s;
}

.animate-on-scroll.active.show-5 {
  transition-delay: 1s;
}

.animate-on-scroll.active.show-6 {
  transition-delay: 1.2s;
}

.animate-on-scroll.active.show-7 {
  transition-delay: 1.4s;
}

/*Header*/
.header-desktop {
  position: fixed;
  width: 100%;
  z-index: 9;
  top: 0;
  transition: 0.5s ease-in-out;
  border-bottom: 1px solid transparent;
}
@media (max-width: 767px) {
  .header-desktop {
    width: 0;
  }
}
.header-desktop .brand {
  position: fixed;
  right: 24px;
  top: 24px;
  transition: all 0.5s ease-in-out;
  height: 125px;
  width: 200px;
  text-align: center;
}
@media (max-width: 1023px) {
  .header-desktop .brand {
    height: 82px;
    width: 125px;
  }
}
@media (max-width: 767px) {
  .header-desktop .brand {
    display: none;
  }
}
.header-desktop .brand .brand-iso {
  width: 50px;
  margin-bottom: 5px;
  display: inline-block;
  transition: 0.5s ease-in-out;
}
@media (max-width: 1023px) {
  .header-desktop .brand .brand-iso {
    width: 40px;
  }
}
.header-desktop .brand .brand-text {
  display: block;
  width: 100%;
  transition: 0.5s ease-in-out;
}
.header-desktop .menu-bar {
  position: fixed;
  width: 60px;
  height: 100vh;
  background-color: #fff;
  transition: all 0.5s ease-in-out;
  box-shadow: 1px -5px 2px rgba(0, 0, 0, 0.1);
  left: 0;
}
@media (max-width: 1023px) {
  .header-desktop .menu-bar {
    width: 50px;
  }
}
@media (max-width: 767px) {
  .header-desktop .menu-bar {
    left: -50px;
  }
}
.header-desktop .menu-bar .toggle {
  transition: 0.5s ease-in-out;
  padding: 16px;
  justify-content: center;
  position: relative;
  z-index: 9;
}
@media (max-width: 1023px) {
  .header-desktop .menu-bar .toggle {
    padding: 16px 10px;
  }
}
.header-desktop .menu-bar .toggle .toggle-inner {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 28px;
  height: 20px;
  margin-top: 0;
  position: relative;
  color: inherit;
}
.header-desktop .menu-bar .toggle .toggle-inner span {
  background: transparent;
  display: inline-block;
  width: 28px;
  height: 1px;
  border-radius: 10px;
  background-color: var(--colorBlack);
  transition: all 0.3s ease-out;
  vertical-align: top;
  position: absolute;
  left: 0;
}
.header-desktop .menu-bar .toggle .toggle-inner span:nth-child(2) {
  top: 8px;
  left: 0;
  width: 20px;
}
.header-desktop .menu-bar .toggle .toggle-inner span:nth-child(3) {
  top: 16px;
  left: 0;
  width: 12px;
}
.header-desktop .menu-bar .toggle:hover .toggle-inner span:nth-child(1) {
  width: 12px;
}
.header-desktop .menu-bar .toggle:hover .toggle-inner span:nth-child(3) {
  width: 28px;
}
.header-desktop .menu-bar .brand-bar {
  padding: 8px;
}
.header-desktop .menu-bar .brand-bar .brand-bar-iso {
  opacity: 0;
  transition: 0.5s ease-in-out;
}
.header-desktop .menu-bar .menu-end {
  display: flex;
  height: 100%;
  position: relative;
}
.header-desktop .menu-bar .menu-end .menu-social-bar {
  display: flex;
  align-items: center;
  height: 100%;
  padding-bottom: 164px;
  transition: 0.5s ease-in-out;
}
@media (max-width: 1023px) {
  .header-desktop .menu-bar .menu-end .menu-social-bar {
    padding-bottom: 145px;
  }
}
.header-desktop .menu-bar .menu-end .menu-social-bar a {
  width: 44px;
  height: 44px;
  padding: 12px;
  border: 2px solid var(--colorPrimary);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease-in-out;
  background-color: #fff;
}
@media (max-width: 1023px) {
  .header-desktop .menu-bar .menu-end .menu-social-bar a {
    width: 32px;
    height: 32px;
    padding: 8px;
  }
}
.header-desktop .menu-bar .menu-end .menu-social-bar a:hover {
  background-color: var(--colorPrimary);
}
.header-desktop .menu-bar .menu-end .menu-social-bar a:hover svg path {
  fill: #fff !important;
}
.header-desktop .menu-bar .menu-end .menu-social-bar a svg {
  height: 100%;
}
.header-desktop .menu-bar .menu-end .button {
  position: absolute;
  width: 224px;
  left: -82px;
  bottom: 97px;
  height: 44px;
  position: relative;
  transform: rotate(-90deg);
  transition: 0.5s ease-in-out;
}
@media (max-width: 1023px) {
  .header-desktop .menu-bar .menu-end .button {
    padding: 17px 24px 17px;
    left: -87px;
    bottom: 84px;
    height: 50px;
  }
}
.header-desktop.scroll {
  border-bottom-color: #eee;
  background-color: #fff;
}
@media (max-width: 767px) {
  .header-desktop.scroll {
    border-bottom: 0;
  }
}
.header-desktop.scroll .brand {
  opacity: 0;
}
.header-desktop.scroll .brand-bar .brand-bar-iso {
  opacity: 1;
}
.header-desktop.scroll .toggle {
  padding: 16px 10px;
}
.header-desktop.scroll .menu-bar {
  width: 50px;
}
.header-desktop.scroll .menu-bar .button {
  padding: 17px 24px 17px;
  left: -87px;
  bottom: 84px;
  height: 50px;
}
.header-desktop.scroll .menu-bar .menu-end .menu-social-bar {
  padding-bottom: 145px;
}
.header-desktop.scroll .menu-bar .menu-end .menu-social-bar a {
  width: 32px;
  height: 32px;
  padding: 8px;
}

.header-mobile {
  position: fixed;
  width: 100%;
  z-index: 999;
  top: -50px;
  height: 50px;
  transition: all 0.5s ease-in-out;
  background-color: var(--colorWhite);
  border-bottom: 1px solid #acacac;
}
@media (max-width: 767px) {
  .header-mobile {
    top: 0;
  }
}
.header-mobile .toggle-container .toggle {
  transition: all 0.5s ease-in-out;
  padding: 16px;
  justify-content: center;
  position: relative;
  z-index: 9;
  left: 0;
}
@media (max-width: 1023px) {
  .header-mobile .toggle-container .toggle {
    padding: 16px 10px;
  }
}
.header-mobile .toggle-container .toggle .toggle-inner {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 28px;
  height: 20px;
  margin-top: 0;
  position: relative;
  color: inherit;
}
.header-mobile .toggle-container .toggle .toggle-inner span {
  background: transparent;
  display: inline-block;
  width: 28px;
  height: 1px;
  border-radius: 10px;
  background-color: var(--colorBlack);
  transition: all 0.3s ease-out;
  vertical-align: top;
  position: absolute;
  left: 0;
}
.header-mobile .toggle-container .toggle .toggle-inner span:nth-child(2) {
  top: 8px;
  left: 0;
  width: 20px;
}
.header-mobile .toggle-container .toggle .toggle-inner span:nth-child(3) {
  top: 16px;
  left: 0;
  width: 12px;
}
.header-mobile .toggle-container .toggle:hover .toggle-inner span:nth-child(1) {
  width: 12px;
}
.header-mobile .toggle-container .toggle:hover .toggle-inner span:nth-child(3) {
  width: 28px;
}
.header-mobile .toggle-container .close {
  cursor: pointer;
  display: inline-flex;
  height: 30px;
  justify-content: center;
  position: absolute;
  width: 30px;
  z-index: 1;
  left: -30px;
  top: 10px;
  transition: 0.5s ease-in-out;
  background-color: var(--colorWhite);
}
.header-mobile .toggle-container .close .cross {
  display: grid;
  height: 100%;
  place-items: center;
  position: absolute;
  width: 100%;
}
.header-mobile .toggle-container .close .cross .bar {
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: var(--colorBlack);
  border-radius: 10px;
  transform-origin: center center;
}
.header-mobile .toggle-container .close .cross .bar:first-child {
  transform: rotate(-45deg);
}
.header-mobile .toggle-container .close .cross .bar:last-child {
  transform: rotate(45deg);
}
.header-mobile .toggle-container.toggle-container.active .close {
  left: 8px;
}
.header-mobile .toggle-container.toggle-container.active .toggle {
  left: -48px;
}
.header-mobile .brand-bar {
  padding: 8px;
}
.header-mobile .brand-bar .brand-bar-iso {
  height: 36px;
  transition: 0.5s ease-in-out;
}
.header-mobile .button {
  padding: 18px 20px;
  font-size: 13px;
  background: none;
  border-left: 1px solid #acacac;
  color: var(--colorBlack);
  font-family: var(--OttawaRegular);
  transition: all 0.2s ease-in-out;
}
.header-mobile .button:hover {
  color: #fff;
  border-left-color: #fff;
  background: linear-gradient(279deg, rgb(248, 160, 86) 0%, rgb(248, 160, 86) 24%, rgb(251, 128, 121) 34%, rgb(147, 42, 166) 68%, rgb(147, 42, 166) 100%);
}

/*Custom blocks*/
.section-index {
  background-color: #000;
}
.section-index .hero-logo {
  height: 120px;
  width: auto;
  margin: auto;
  margin-bottom: 32px;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .section-index .bg {
    opacity: 0.7 !important;
  }
}

.section-intro {
  background-color: #fff;
}
.section-intro .area {
  width: 240px;
  height: 200px;
}
@media (max-width: 639px) {
  .section-intro .area {
    width: 50%;
  }
}
@media (max-width: 639px) {
  .section-intro .area.area-2 {
    margin-left: auto;
  }
}
.section-intro .float-iso {
  position: absolute;
  right: 0;
  bottom: -200px;
  width: 300px;
}
@media (max-width: 1380px) {
  .section-intro .float-iso {
    display: none;
  }
}

.section-masterplan .masterplan-plano {
  height: 600px;
  position: relative;
}
.section-masterplan .masterplan-plano .layers {
  display: flex;
  gap: 48px;
  justify-content: center;
  align-items: center;
  z-index: 1;
  position: relative;
  z-index: 1;
}
@media (max-width: 639px) {
  .section-masterplan .masterplan-plano .layers {
    gap: 16px;
  }
}
.section-masterplan .masterplan-plano .layers .layer img {
  width: 100%;
}
.section-masterplan .masterplan-plano .layers .layer.layer-1 {
  width: 200px;
}
.section-masterplan .masterplan-plano .layers .layer.layer-2 {
  width: 150px;
  position: relative;
  top: -24px;
}
.section-masterplan .masterplan-plano .layers .layer.layer-3 {
  width: 150px;
  position: relative;
  top: -24px;
}
.section-masterplan .masterplan-plano .bg {
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  z-index: 0;
}
.section-masterplan .bars-content {
  display: flex;
  align-items: center;
  max-width: 600px;
  bottom: 6px;
}
.section-masterplan .bars-content img {
  width: 100%;
}

.section-services .grid {
  position: relative;
}
.section-services .grid .grid-item {
  position: relative;
}
.section-services .grid .grid-item img {
  margin: auto;
  height: 60px;
  margin-bottom: 16px;
}
@media (max-width: 1023px) {
  .section-services .grid .grid-item p {
    font-size: 14px;
  }
}
.section-services .grid .grid-item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 2px;
}
@media (max-width: 767px) {
  .section-services .grid .grid-item::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
  }
}
.section-services .grid .grid-item:nth-child(1)::after {
  background: linear-gradient(to bottom, #EBA363, #EB9372);
}
@media (max-width: 767px) {
  .section-services .grid .grid-item:nth-child(1)::after {
    background: #F7935A;
  }
}
.section-services .grid .grid-item:nth-child(1)::before {
  background: linear-gradient(to right, #EBA363, #BE608B);
}
.section-services .grid .grid-item:nth-child(2)::after {
  background: linear-gradient(to bottom, #EB8C79, #D37385);
}
@media (max-width: 767px) {
  .section-services .grid .grid-item:nth-child(2)::after {
    background: none;
  }
}
.section-services .grid .grid-item:nth-child(2)::before {
  background: linear-gradient(to right, #BE608B, #8732A0);
}
.section-services .grid .grid-item:nth-child(3)::after {
  background: linear-gradient(to bottom, #C86989, #A94E94);
}
@media (max-width: 767px) {
  .section-services .grid .grid-item:nth-child(3)::after {
    background: #EC7A6A;
  }
}
.section-services .grid .grid-item:nth-child(3)::before {
  background: linear-gradient(to right, #EBA363, #BE608B);
}
.section-services .grid .grid-item:nth-child(4)::after {
  background: linear-gradient(to bottom, #9C4498, #8732A0);
}
@media (max-width: 767px) {
  .section-services .grid .grid-item:nth-child(4)::after {
    background: none;
  }
}
.section-services .grid .grid-item:nth-child(4)::before {
  background: linear-gradient(to right, #BE608B, #8732A0);
}
@media (max-width: 767px) {
  .section-services .grid .grid-item:nth-child(5)::after {
    background: linear-gradient(to bottom, #EBA363, #EB9372);
  }
}
@media (max-width: 767px) {
  .section-services .grid .grid-item:nth-child(5)::after {
    background: #D56080;
  }
}
.section-services .grid .grid-item:nth-child(5)::before {
  background: linear-gradient(to right, #EBA363, #BE608B);
}
.section-services .grid .grid-item:nth-child(6)::after {
  background: linear-gradient(to bottom, #EB9372, #E07D81);
}
@media (max-width: 767px) {
  .section-services .grid .grid-item:nth-child(6)::after {
    background: none;
  }
}
.section-services .grid .grid-item:nth-child(6)::before {
  background: linear-gradient(to right, #BE608B, #8732A0);
}
.section-services .grid .grid-item:nth-child(7)::after {
  background: linear-gradient(to bottom, #EB8C79, #B45890);
}
@media (max-width: 767px) {
  .section-services .grid .grid-item:nth-child(7)::after {
    background: #C14992;
  }
}
.section-services .grid .grid-item:nth-child(7)::before {
  background: linear-gradient(to right, #EBA363, #BE608B);
}
.section-services .grid .grid-item:nth-child(8)::after {
  background: linear-gradient(to bottom, #C86989, #8934A0);
}
@media (max-width: 767px) {
  .section-services .grid .grid-item:nth-child(8)::after {
    background: none;
  }
}
.section-services .grid .grid-item:nth-child(8)::before {
  background: linear-gradient(to right, #BE608B, #8732A0);
}
.section-services .grid .grid-item:nth-child(9)::after {
  background: linear-gradient(to bottom, #9C4498, #8732A0);
}
@media (max-width: 767px) {
  .section-services .grid .grid-item:nth-child(9)::after {
    background: #A130A2;
  }
}
@media (min-width: 768px) {
  .section-services .grid::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    height: 2px;
    width: 100%;
    background: linear-gradient(to right, #EBA363, #8732A0);
  }
}

.section-infraestructure .area {
  width: 240px;
  height: 200px;
}
@media (max-width: 639px) {
  .section-infraestructure .area {
    width: 50%;
  }
}
@media (max-width: 639px) {
  .section-infraestructure .area.area-2 {
    margin-left: auto;
  }
}
.section-infraestructure .float-iso {
  position: absolute;
  left: 50px;
  top: -240px;
  width: 200px;
}
@media (max-width: 1380px) {
  .section-infraestructure .float-iso {
    display: none;
  }
}
.section-infraestructure .bars-content {
  display: flex;
  align-items: center;
  width: 100%;
  bottom: -6px;
  position: absolute;
  left: 0;
}
.section-infraestructure .bars-content img {
  max-width: 725px;
  width: 100%;
  margin: auto;
}

.section-map {
  position: relative;
  overflow: hidden;
  height: 450px;
  border: 0;
}
.section-map .map {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.section-footer .bars-content {
  display: flex;
  align-items: center;
  width: 100%;
  top: -6px;
  position: absolute;
  left: 0;
}
.section-footer .bars-content img {
  max-width: 600px;
  width: 100%;
  margin: auto;
}

.social {
  border: 2px solid #fff;
  transition: 200ms ease-in-out;
}
.social svg path {
  transition: 200ms ease-in-out;
}

.social:hover {
  background-color: #fff;
}
.social:hover svg path {
  fill: black;
}

.whatsapp {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 16px;
  right: 16px;
}
@media (max-width: 767px) {
  .whatsapp {
    width: 36px;
    height: 36px;
  }
}

#menu {
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100vh;
  top: 0;
  left: right;
  position: fixed;
  will-change: right;
  width: 400px;
  left: -520px;
}
@media (max-width: 1023px) {
  #menu {
    width: 240px;
    left: -360px;
  }
}
#menu.menu-active {
  left: 0;
  box-shadow: 1px -5px 2px rgba(0, 0, 0, 0.2);
}
#menu .close {
  cursor: pointer;
  display: inline-flex;
  height: 30px;
  justify-content: center;
  position: absolute;
  left: 1rem;
  top: 1rem;
  width: 30px;
  z-index: 1;
  transition: 0.5s ease-in-out;
}
#menu .cross {
  display: grid;
  height: 100%;
  place-items: center;
  position: absolute;
  width: 100%;
}
#menu .cross .bar {
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: var(--colorBlack);
  border-radius: 10px;
  transform-origin: center center;
}
#menu .cross .bar:first-child {
  transform: rotate(-45deg);
}
#menu .cross .bar:last-child {
  transform: rotate(45deg);
}
#menu.menu-scroll .close {
  top: 1rem;
}

.brand-menu {
  max-width: 200px;
  margin: auto;
}
@media (max-width: 1023px) {
  .brand-menu {
    max-width: 160px;
  }
}

.menu-items {
  display: block;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
}
.menu-items.active {
  opacity: 1;
  transform: translateY(0);
}
.menu-items.show {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.menu-items.show.appear {
  opacity: 1;
  transform: translateY(0);
}
.menu-items.show.appear.appear-1 {
  transition-delay: 0.2s;
}
.menu-items.show.appear.appear-2 {
  transition-delay: 0.4s;
}
.menu-items.show.appear.appear-3 {
  transition-delay: 0.6s;
}
.menu-items.show.appear.appear-4 {
  transition-delay: 0.8s;
}
.menu-items.show.appear.appear-5 {
  transition-delay: 1s;
}
.menu-items.show.appear.appear-6 {
  transition-delay: 1.2s;
}
@media (max-width: 767px) {
  .menu-items .text-large {
    font-size: 20px;
  }
}
.menu-items .nav-link {
  transition: 0.2s ease-in-out;
}
.menu-items .nav-link:hover {
  margin-right: 8px;
  color: var(--colorPrimary) !important;
}

.chevron {
  position: absolute;
  right: 8px;
  height: 12px;
}

.menu-social {
  display: flex;
  align-items: center;
}
.menu-social a {
  width: 44px;
  height: 44px;
  padding: 12px;
  border: 2px solid var(--colorPrimary);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease-in-out;
  background-color: #fff;
}
.menu-social a:hover {
  background-color: var(--colorPrimary);
}
.menu-social a:hover svg path {
  fill: #fff !important;
}
.menu-social a svg {
  height: 100%;
}

.menu-mobile {
  display: flex;
  flex-direction: column;
}/*# sourceMappingURL=style.css.map */