@font-face {
  font-family: Growland;
  src: url('../fonts/Growland-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Growland;
  src: url('../fonts/Growland-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
  --grey: #fff3;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  overscroll-behavior: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  font-family: PT Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  display: flex;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.4;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Growland, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Growland, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

a {
  color: #000;
  cursor: pointer;
  font-weight: 700;
  text-decoration: underline;
}

.hero_section {
  background-color: #000;
  background-image: radial-gradient(circle, #fff3, #0000 62%);
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  display: flex;
  overflow: hidden;
}

.who_section {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding-top: 70px;
  padding-bottom: 40px;
  display: flex;
}

.background-video {
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  height: 100vh;
  min-height: 100vh;
}

.hero_title {
  text-align: center;
  text-transform: uppercase;
  font-size: 12vh;
  font-weight: 700;
  line-height: 1.2;
}

.hero_title.outline_top {
  z-index: 2;
  color: #0000;
  position: absolute;
  inset: 0%;
}

.hero_image {
  z-index: 1;
  height: 60vh;
  position: absolute;
  bottom: 0;
}

.hero_content_div {
  color: var(--white);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-height: 80vh;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 85%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 70px;
  display: block;
}

.who_video_div {
  border-radius: 30px;
  width: 280px;
  height: 495px;
  overflow: hidden;
}

.who_txt_div {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.service_section {
  background-image: linear-gradient(to bottom, var(--white) 30%, #000 67%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  overflow: hidden;
}

.method_section {
  color: var(--white);
  background-image: linear-gradient(#000 6%, #00000080 49%, #000 93%);
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
}

.book_section {
  background-image: linear-gradient(#000 2%, #0000 26%), linear-gradient(#000000b3, #000000b3), url('../images/campo_1campo.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  min-height: 60vh;
  padding-top: 100px;
}

.where_section {
  background-color: var(--white);
  padding-top: 70px;
  padding-bottom: 100px;
}

.who_content_div {
  grid-column-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.box_shadow {
  box-shadow: 0 0 17px 6px #0003;
}

.slider {
  background-color: #0000;
  height: auto;
  padding-bottom: 1.5rem;
}

.slider_mask {
  width: 280px;
  overflow: visible;
}

.slide {
  border-radius: 30px;
  min-width: 280px;
  min-height: 495px;
  margin-right: 30px;
  overflow: hidden;
}

.slider_button {
  border: 2px solid var(--white);
  color: var(--white);
  background-color: #0006;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  inset: auto 0 0 auto;
}

.slider_button.left_button {
  right: 4rem;
}

.slide-nav {
  display: none;
}

.slider_card_front {
  position: absolute;
  inset: 0%;
}

.image_cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slider_card_front_wrapper {
  background-image: linear-gradient(#0000 60%, #000000b3 90%);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 40px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slider_card_front_wrapper.call2action {
  grid-row-gap: 30px;
  background-color: var(--white);
  grid-row-gap: 30px;
  background-color: #fff;
  background-image: none;
  justify-content: center;
}

.slide_card_title {
  color: var(--white);
  text-align: center;
  font-size: 2rem;
}

.method_content_div {
  grid-column-gap: 40px;
  grid-row-gap: 41px;
  grid-template-rows: auto auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  display: grid;
}

.method_card_title {
  text-align: center;
  font-family: Growland, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
}

.method_title {
  text-align: center;
  font-size: 4rem;
  line-height: 1.4;
}

.book_title {
  color: var(--white);
  text-align: center;
  font-size: 4rem;
  line-height: 1;
}

.book_text {
  color: var(--white);
  text-align: left;
  max-width: 80%;
}

.book_content_div {
  grid-column-gap: 0px;
  grid-row-gap: 60px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start center;
  place-items: start center;
  display: grid;
}

.book_text_div {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
}

.book_button {
  grid-column-gap: 8px;
  color: #fff;
  background-color: #2bb741;
  border-radius: 25px;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  font-size: 2rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.book_button.is-card {
  transform: scale(.9);
}

.icon_whats {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
}

.book_button_text {
  font-size: 2rem;
}

.book_image {
  max-width: 450px;
}

.book_image.is-smartphone {
  display: none;
}

.call2action_text {
  text-align: center;
}

.call2action_title {
  text-align: center;
  font-size: 2rem;
}

.navbar_section {
  z-index: 1000;
  background-color: #000;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.navbar_container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  height: 100%;
  padding: 40px 20px 20px;
}

.navbar_container_regular {
  width: 100%;
  height: 100%;
}

.navbar_wrapper {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.navbar_menu {
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  list-style-type: none;
  display: flex;
}

.navbar_linkblock {
  color: #fff;
  border-radius: 10px;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.navbar_linkblock:hover {
  background-color: #fff3;
}

.navbar_link_icon {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.navbar_link_txt_div {
  white-space: nowrap;
  width: 140px;
  font-size: 1.3rem;
  line-height: 1;
  overflow: hidden;
}

.navbar_brand_image {
  width: 50px;
}

.navbar_listitem {
  list-style-type: none;
}

.navbar_listitem.hide {
  display: none;
}

.navbar_link_text {
  padding-left: 10px;
  font-family: Growland, sans-serif;
  font-size: 1.1rem;
}

.bgvideo_section {
  z-index: -1;
  display: block;
  position: fixed;
  inset: 0%;
}

.who_video {
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  display: block;
}

.where_title {
  color: #000;
  text-align: center;
  margin-bottom: 40px;
  font-size: 4rem;
  line-height: 1;
}

.where_card {
  align-items: flex-start;
  display: flex;
}

.where_card_img_div {
  border-radius: 20px;
  width: 120px;
  height: 120px;
  overflow: hidden;
}

.where_card_image {
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.where_card_txt_div {
  max-width: 280px;
  padding-top: 10px;
  padding-left: 20px;
}

.where_card_title {
  margin-top: 0;
  font-size: 1.5rem;
}

.where_grid {
  grid-row-gap: 21px;
}

.footer_brand_image {
  filter: invert();
  width: 48px;
  height: 48px;
}

.footer_social_div {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer_link_div {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer_social_btn {
  color: var(--black);
  border: 1px solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: color .3s;
  display: flex;
}

.footer_brand_copyright {
  margin-bottom: 0;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.2;
}

.footer_brand_divider {
  background-color: #e4e6f1;
  width: 1px;
  height: 24px;
  margin-left: 16px;
  margin-right: 16px;
}

.footer_social_icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
  overflow: hidden;
}

.footer_content_div {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer_brand_div {
  align-items: center;
  display: flex;
}

.footer_section {
  background-color: var(--white);
  padding-top: 20px;
  padding-bottom: 10px;
}

.navbar_menu_button_icon {
  color: #160042;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.hero_relative_box_effect {
  position: relative;
}

.service_title {
  text-align: center;
  font-size: 4rem;
  line-height: 1.4;
}

.slider_button_icon {
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.popup_exit_btn_icon {
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.preload_section {
  z-index: 9999;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.preload_image {
  width: 200px;
  height: 200px;
}

.social_fixed_div {
  z-index: 1000;
  grid-row-gap: 10px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff40;
  border-radius: 1rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 80px;
  padding: 5px 10px;
  display: flex;
  position: fixed;
  bottom: 40px;
  left: 20px;
}

.social_fixed_btn {
  color: var(--black);
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 5px;
  transition: color .3s;
  display: flex;
}

.paragraph {
  text-align: left;
}

.method_intro_text {
  text-align: center;
}

.service_intro_text {
  text-align: center;
  margin-bottom: 40px;
}

.slider_card_back {
  background-color: var(--white);
  opacity: 0;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slider_card_back:hover {
  opacity: 1;
}

.slider_card_back.is-text-left {
  text-align: left;
}

.popup_section {
  z-index: 9999;
  background-color: #000000c4;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup_container {
  background-color: var(--white);
  border-radius: 2rem;
  max-width: 90%;
  max-height: 90vh;
  position: relative;
  overflow: hidden;
}

.popup_exit_btn {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 20px;
  margin-right: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.footer_abd {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.footer_abd_text {
  text-align: center;
  margin-bottom: 0;
}

.footer_abd_link {
  color: #000;
  font-weight: 700;
}

.image {
  object-fit: contain;
  height: 80vh;
}

.who_title {
  font-size: 4rem;
  line-height: 1;
}

.stile-div {
  background-color: #cf1f1f;
}

@media screen and (min-width: 1920px) {
  .who_video_div.box_shadow {
    width: 340px;
    height: 600px;
  }

  .slider_mask {
    width: 340px;
  }

  .slide {
    height: 602px;
  }

  .slider_card_front {
    padding-top: 177%;
  }
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 0;
  }

  .who_video_div.box_shadow {
    width: 260px;
    height: 460px;
  }

  .service_section {
    padding-top: 70px;
  }

  .slider_mask {
    width: 260px;
  }

  .slide_card_title {
    font-size: 1.8rem;
  }

  .method_card_title {
    font-size: 2.2rem;
  }

  .method_title {
    font-size: 3.5rem;
  }

  .book_title {
    font-size: 3.5rem;
    line-height: 1;
  }

  .book_text {
    font-size: .95rem;
  }

  .book_button {
    padding: .8rem 1.8rem;
    font-size: 1.8rem;
  }

  .icon_whats {
    width: 2.2rem;
    height: 2.2rem;
  }

  .book_button_text {
    font-size: 1.6rem;
  }

  .book_image {
    max-width: 350px;
  }

  .navbar_section {
    width: 100%;
    height: auto;
  }

  .navbar_container {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
  }

  .navbar_container_regular {
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .navbar_wrapper {
    grid-row-gap: 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: auto;
  }

  .navar_menu_wrapper {
    background-color: #0000;
  }

  .navbar_menu {
    background-color: var(--black);
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .navbar_menu_button {
    color: var(--white);
    padding: 12px;
  }

  .navbar_menu_button.w--open {
    background-color: var(--grey);
    color: #fff;
  }

  .navbar_linkblock:hover {
    background-color: var(--grey);
  }

  .where_title {
    text-align: left;
    font-size: 3.5rem;
  }

  .where_card_img_div {
    width: 80px;
    height: 80px;
  }

  .where_card_txt_div {
    max-width: 400px;
  }

  .where_card_title {
    font-size: 1.2rem;
    line-height: 1;
  }

  .where_grid {
    grid-template-columns: 1fr;
  }

  .footer_link_div {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .footer_content_div {
    grid-row-gap: 24px;
    flex-direction: column-reverse;
  }

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

  .service_title {
    font-size: 3.5rem;
  }

  .method_card_text, .where_card_text {
    font-size: .8rem;
  }

  .social_fixed_div {
    margin-left: 20px;
  }

  .footer_abd {
    grid-row-gap: 24px;
    flex-direction: column-reverse;
  }

  .who_title {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 767px) {
  .hero_title {
    font-size: 6rem;
  }

  .who_video_div.box_shadow {
    margin-top: 40px;
  }

  .who_txt_div {
    width: 100%;
  }

  .who_content_div {
    flex-direction: column;
  }

  .method_content_div {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .book_text {
    max-width: 100%;
  }

  .book_content_div {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
  }

  .book_text_div {
    padding-top: 0;
  }

  .book_button_text {
    font-size: 1.5rem;
  }

  .book_image {
    display: none;
  }

  .book_image.is-smartphone {
    display: block;
  }

  .navbar_brand {
    padding-left: 0;
  }

  .navbar_menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .method_card_text {
    margin-bottom: 40px;
  }

  .image {
    width: auto;
    height: auto;
    max-height: 80vh;
  }

  .who_title {
    text-align: center;
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .hero_title {
    font-size: 4rem;
  }

  .hero_image {
    height: 50vh;
  }

  .container {
    width: 85%;
  }

  .slider_button {
    width: 2.8rem;
    height: 2.8rem;
  }

  .slide_card_title {
    font-size: 1.5rem;
  }

  .method_card_title {
    font-size: 1.8rem;
  }

  .method_title {
    font-size: 2.5rem;
  }

  .book_title {
    font-size: 2.8rem;
  }

  .book_text {
    font-size: .8rem;
  }

  .book_text_div {
    width: 85%;
  }

  .book_button {
    padding: .6rem 1.4rem;
  }

  .icon_whats {
    width: 1.8rem;
    height: 1.8rem;
  }

  .book_button_text {
    font-size: 1.3rem;
  }

  .navbar_menu {
    flex-direction: column;
  }

  .where_title {
    font-size: 3rem;
  }

  .where_card_txt_div {
    max-width: 200px;
  }

  .service_title {
    font-size: 3rem;
  }

  .slider_button_icon {
    width: 1.8rem;
    height: 1.8px;
  }

  .who_title {
    font-size: 3rem;
  }
}

#w-node-e4c5f1ae-77cf-36cd-92d6-4460ef4d1154-d2381ed4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b6c9c737-4d73-003f-efbf-ab5ef72ecdc2-d2381ed4, #w-node-f6ec2691-9398-bd23-bbd9-3b29c6542b9c-d2381ed4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_84387758-74bf-d73a-9e30-c906b9f63e26-d2381ed4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1b6d9d9-c7e1-9dcf-1665-d213f60f06e4-d2381ed4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_48709ff3-48e8-f568-6ccf-e96f7b4fdccc-d2381ed4, #w-node-_4efb2c88-4eb3-8286-cd84-6e1f732e47b6-d2381ed4, #w-node-_38136ac6-24ee-20e5-bff7-5140e0be9d61-d2381ed4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-c1b6d9d9-c7e1-9dcf-1665-d213f60f06e4-d2381ed4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e4c5f1ae-77cf-36cd-92d6-4460ef4d1154-d2381ed4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b6c9c737-4d73-003f-efbf-ab5ef72ecdc2-d2381ed4, #w-node-f6ec2691-9398-bd23-bbd9-3b29c6542b9c-d2381ed4 {
    grid-area: 3 / 1 / 4 / 2;
    align-self: end;
  }
}


@font-face {
  font-family: 'Growland';
  src: url('../fonts/Growland-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Growland';
  src: url('../fonts/Growland-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}