.whatsapp_link {
  position: fixed;
  bottom: 3rem;
  right: 1rem;
  z-index: 1000;
}
.whatsapp_link a {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #25D366;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 24px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s ease;
}
.whatsapp_link a:hover {
  background-color: rgb(29.3911290323, 167.6088709677, 81.0241935484);
}
.whatsapp_link a img {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}

.site-header {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.site-header .site-header-inner {
  padding: 1rem;
}
.site-header .site-header-inner a {
  color: #fff;
}
@media (max-width: 992px) {
  .site-header .site-header-inner .menu-items a {
    font-size: calc(4vw + 1rem);
  }
}

.hero_section {
  display: grid;
}
.hero_section video {
  grid-area: 1/1;
  width: 100vw;
  height: 100%;
  object-fit: cover;
}
.hero_section .content_hero {
  grid-area: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2rem;
  background-color: rgba(0, 0, 0, 0.2);
}
.hero_section .content_hero * {
  color: #fff;
}
@media (max-width: 992px) {
  .hero_section .content_hero {
    padding: 40% 2rem 3rem 2rem;
  }
}
.hero_section .content_hero h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
}
.hero_section .content_hero p {
  font-size: 1.5rem;
  margin-block: 0 3rem;
  max-width: 800px;
  margin-inline: auto;
}
.hero_section .content_hero .btn {
  background-color: red;
  color: #fff;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  text-decoration: none;
}
.hero_section .content_hero .btn:hover {
  background-color: #cc0000;
}

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