.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  white-space: nowrap;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

html {
  scroll-behavior: smooth;
}

.anchor {
  display: block;
  height: 69px; /*same height as header*/
  margin-top: -69px; /*same height as header*/
  visibility: hidden;
}

.home-bg .arrow-button {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .container {
    padding-inline: 100px !important;
  }
}

@media screen and (max-width: 576px) {
  .home-bg .arrow-button img {
    width: 75%;
  }
  .custom-home-h {
    height: 100%;
  }
  .custom-home-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  .home-btn-container {
    margin: 0 !important;
    margin-bottom: 100px !important;
  }
  .container {
    padding-inline: 48px !important;
  }
}
a.local {
  width: 40px;
  padding: 0;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#sobre.section {
  background-color: #000;
  padding-block: 35px 73px;
  color: #fff;
}
#sobre .sobre-h2 {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 6.72px;
  text-transform: uppercase;
}
#sobre .sobre-images {
  display: flex;
  align-items: center;
  gap: 50px;
}
#sobre .sobre-images div {
  flex: 1;
  width: 100%;
}
#sobre img {
  width: 100%;
  max-height: 350px;
  object-fit: cover;
  border-radius: 10px;
}
#sobre .sobre-description {
  text-align: right;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 122.022%; /* 17.083px */
  letter-spacing: 1.12px;
  text-transform: uppercase;
  margin-top: 17px;
}
#sobre .sobre-blue {
  color: #74abdf;
  font-family: Lexend;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  #sobre.section {
    background-color: #000;
    padding-block: 50px;
  }
  #sobre .sobre-h2 {
    display: none;
  }
  #sobre .sobre-images {
    flex-direction: column-reverse;
    gap: 38px;
  }
  #sobre img {
    max-height: 212px;
  }
  #sobre .sobre-description {
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.96px;
    margin-top: 38px;
  }
  #sobre .sobre-blue {
    font-size: 24px;
  }
}

.service2-bg {
  padding-block: 64px 190px;
  color: #fff;
  position: relative;
}
.service2-bg .service2-background {
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../assets/event.webp);
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../assets/event.webp);
  background-size: cover;
  background-position: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.service2-bg h2 {
  text-align: center;
  font-family: Lexend;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 97px;
}
.service2-grid {
  display: flex;
  flex-direction: column;
  gap: 54px;
}
.service2-grid-item {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
}
.service2-space {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  align-items: flex-end;
}
.service2-bg h3 {
  font-family: Lexend;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.service2-bg p {
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.service2-price {
  font-family: Lexend;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .service2-grid {
    gap: 45px;
  }
  .service2-bg h3 {
    font-size: 19px;
  }
  .service2-bg p {
    font-size: 11px;
  }
  .service2-price {
    font-size: 19px;
  }
  .service2-space {
    flex-direction: column;
    align-items: flex-start;
    border-bottom: 0;
  }
  .service2-space > div:first-child {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
}

.home-logo {
  width: 400px;
}

.secondary-btn {
  color: #fff;
  padding: 16px 64px;
  font-size: 14px;
  border: 2px solid #fff;
  opacity: 0.75;
}

.secondary-btn:hover {
  color: #fff;
  opacity: 1;
  box-shadow: 0px 0px 25px rgba(255, 255, 255, 0.2);
}

.custom-home {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
}

.custom-home .subtext {
  text-align: end;
}

#home .container {
  height: auto !important;
  min-height: 100vh;
}

.home-btn-container {
  display: flex;
  gap: 16px;
  margin-top: 32px;
}
.eapps-instagram-feed-title-container {
  display: none;
}

.insta-feed {
  background-color: white;
}

.insta-feed > .container {
  display: flex;
  justify-content: center;
  padding-top: 64px;
  margin-bottom: 10px;
  flex-direction: column;
  text-align: center;
  position: relative;
}

.insta-feed h2,
.contactos h2 {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  text-transform: uppercase;
}

.insta-feed > .container > a {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  background: linear-gradient(90deg, #7a49bc 6.4%, #ce2e84 39.4%, #dc4660 62.4%, #f48c45 83.9%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 48px;
}

.insta-feed > .container > .white-line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 112px;
  background-color: white;
  z-index: 99999;
}

.calendly-overlay {
  z-index: 999999 !important;
}

.map-container > a {
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .home-logo {
    width: 300px;
  }
}

@media screen and (max-width: 576px) {
  .home-logo {
    width: 200px;
  }

  .custom-home,
  .custom-home .subtext {
    text-align: center;
    margin-left: initial !important;
    max-width: none !important;
  }

  .home-btn-container {
    flex-direction: column;
  }
}

.event-content {
  display: flex;
  justify-content: center;
  gap: 50px;
  align-items: center;
}
.event-content p {
  color: #fff;
  text-align: left;
  font-family: Lexend;
  font-size: 24px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 3.931px;
  margin: 0;
  text-transform: uppercase;
}
.event-content a {
  color: #000;
  text-align: center;
  font-family: Lexend;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 3.931px;
  border-radius: 100px;
  background: #f5b60e;
  box-shadow: 0px 0px 3.6px 0px #fff;
  padding: 16px 32px;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .event-content {
    flex-direction: column;
  }
  .event-content p {
    font-size: 20px;
  }
  .event-content a {
    font-size: 16px;
    padding: 12px 24px;
  }
}

.contact-bg {
  padding-block: 86px;
  color: #fff;
}
.contact-grid {
  display: flex;
  gap: 32px;
  justify-content: space-between;
}
.contact-item {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex: 1;
  align-items: center;
}
.contact-item img {
  width: 90px;
  height: 90px;
}
.contact-item a {
  color: #fff;
  text-align: center;
  font-family: Lexend;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .contact-grid {
    flex-direction: column;
    gap: 96px;
  }
}
