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

@font-face {
  font-family: Effra;
  src: url('../fonts/Effra_Std_Lt.ttf') format("truetype"), url('../fonts/Effra_Std_Rg.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Effra;
  src: url('../fonts/Effra-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Effra;
  src: url('../fonts/Effra-Heavy.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Line Rounded Icons;
  src: url('../fonts/line-rounded-icons.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gala;
  src: url('../fonts/fonnts.com-Gala_Bold.otf') format("opentype"), url('../fonts/fonnts.com-Gala_Condensed_Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gala;
  src: url('../fonts/fonnts.com-Gala_Extra_Condensed_Medium.otf') format("opentype"), url('../fonts/fonnts.com-Gala_Condensed_Medium.otf') format("opentype"), url('../fonts/fonnts.com-Gala_Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gala;
  src: url('../fonts/fonnts.com-Gala_Extra_Condensed.otf') format("opentype"), url('../fonts/fonnts.com-Gala_Condensed.otf') format("opentype"), url('../fonts/fonnts.com-Gala_Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gala;
  src: url('../fonts/fonnts.com-Gala_Condensed_Light.otf') format("opentype"), url('../fonts/fonnts.com-Gala_Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gala;
  src: url('../fonts/fonnts.com-Gala_Extra_Condensed_Bold.otf') format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gala;
  src: url('../fonts/fonnts.com-Gala_Extra_Condensed_Light.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

:root {
  --neutro: #ffecbc;
  --paragraph: Effra, Arial, sans-serif;
  --raiz: #008c44;
  --title: Gala, Arial, sans-serif;
  --alegria: #f99d1c;
  --energia: #e65925;
  --pulsação: #ee3135;
  --frescor: #0068a7;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.hero-image {
  object-fit: cover;
  width: 100%;
  height: 50vh;
}

.hero-logo {
  justify-content: space-between;
}

.button-hero {
  background-color: var(--neutro);
  height: 100%;
  font-family: var(--paragraph);
  color: var(--raiz);
  margin-top: -20px;
  padding: 16px 20px;
  font-weight: 500;
  text-decoration: none;
}

.container {
  max-width: 1400px;
  padding-left: 40px;
  padding-right: 40px;
}

.container.navbar {
  padding-left: 20px;
  padding-right: 40px;
}

.hero-flex {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.logo-image {
  width: 250px;
  margin-top: -99.5px;
}

.body {
  background-image: url('../images/elementos_site-01.png');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
}

.text-block {
  font-size: 20px;
}

.paragraph {
  font-family: var(--paragraph);
  color: var(--neutro);
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.div-flex {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  margin-top: 24px;
  display: flex;
}

.element-image {
  width: 327px;
  margin-top: -110px;
}

.button {
  background-color: var(--neutro);
  font-family: var(--paragraph);
  color: var(--raiz);
  padding: 16px 20px;
  font-weight: 500;
  text-decoration: none;
}

.div-text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.heading {
  font-family: var(--title);
  color: var(--alegria);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
}

.div-flex-vertical {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.code-map {
  width: 100%;
}

.grid-gallery-image {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.gallery {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.gallery-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery-image-small {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section.padding-top {
  margin-top: 64px;
}

.section.footer {
  margin-top: 64px;
  padding-bottom: 32px;
}

.image-event {
  object-fit: cover;
  width: 400px;
  height: 320px;
}

.card-event {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--neutro);
  flex-flow: column;
  width: 355.998px;
  height: 597px;
  display: flex;
  box-shadow: 10px 5px 5px #0003;
}

.heading-event {
  font-family: var(--title);
  color: var(--raiz);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 38px;
}

.card-event-flex {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-top: 2px solid var(--raiz);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 45%;
  padding: 20px;
  display: flex;
}

.div-card-event {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon {
  width: 36px;
  height: 36px;
  color: var(--raiz);
}

.icon.neutro {
  color: var(--neutro);
}

.line-h-32 {
  background-color: var(--energia);
  width: 3px;
  height: 32px;
}

.name-dj {
  font-family: var(--paragraph);
  color: var(--energia);
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.text-hour {
  font-family: var(--title);
  font-size: 38px;
  font-weight: 400;
  line-height: 42px;
}

.bold-text, .bold-text-2 {
  font-weight: 500;
}

.footer-logo-image {
  width: 180px;
}

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

.heading-footer {
  font-family: var(--title);
  color: var(--neutro);
  font-size: 32px;
  line-height: 42px;
}

.footer-links {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.link-footer {
  font-family: var(--paragraph);
  color: var(--neutro);
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: underline;
}

.social-links {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-mask {
  height: 100%;
}

.slider-mask.width-492px {
  max-width: 355px;
  overflow: visible;
}

.overflow-hidden {
  overflow: hidden;
}

.hidden-on-desktop {
  display: none;
}

.slider-wrapper {
  background-color: #0000;
  height: 100%;
  margin-bottom: 48px;
}

.btn-circle-secondary {
  color: #000;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #d2d2d2;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  display: flex;
  box-shadow: 0 2px 12px #14142b14;
}

.btn-circle-secondary:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
  transform: scale3d(.94, .94, 1.01);
}

.btn-circle-secondary.slider-arrow {
  width: 70px;
  min-width: 70px;
  height: 70px;
  min-height: 70px;
  box-shadow: none;
  border-color: #000;
  border-radius: 0%;
  margin-top: 0;
  margin-bottom: 0;
}

.btn-circle-secondary.slider-arrow.left---top-left {
  border-width: 2px;
  border-color: var(--alegria);
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  color: var(--alegria);
  background-color: #0000;
  inset: -80px 60px auto auto;
}

.btn-circle-secondary.slider-arrow.right---top-left {
  border-width: 2px;
  border-color: var(--alegria);
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  color: var(--alegria);
  background-color: #0000;
  top: -80px;
}

.buttons-row {
  align-items: stretch;
  display: flex;
}

.buttons-row.center {
  justify-content: center;
}

.section-slider {
  padding-top: 64px;
}

.section-slider.overflow-hidden {
  padding-top: 60px;
}

.mg-bottom-48px {
  color: #1e1e1e;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
}

.slide-item-mg {
  margin-right: 20px;
}

.line-rounded-icon {
  font-family: Line Rounded Icons, Arial, sans-serif;
}

.div-hour {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.div-block {
  flex-flow: column;
  align-items: center;
  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;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (max-width: 991px) {
  .div-flex {
    flex-flow: column;
  }

  .element-image {
    margin-top: auto;
    display: none;
  }

  .gallery {
    grid-template-columns: 1.75fr;
  }

  .slider-mask {
    position: static;
  }

  .hidden-on-desktop {
    display: none;
  }

  .btn-circle-secondary.slider-arrow.left---top-left, .btn-circle-secondary.slider-arrow.right---top-left {
    top: -110px;
  }

  .section-slider {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .mg-bottom-48px {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .grid-footer {
    grid-template-columns: 1fr;
  }

  .slider-wrapper {
    margin-bottom: 138px;
  }

  .btn-circle-secondary {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .btn-circle-secondary.slider-arrow {
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
  }

  .btn-circle-secondary.slider-arrow.left---top-left {
    inset: auto 64px -82px 0%;
  }

  .btn-circle-secondary.slider-arrow.right---top-left {
    inset: auto 0% -82px 64px;
  }

  .section-slider {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .mg-bottom-48px {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 479px) {
  .button-hero {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 65%;
    display: flex;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.navbar {
    padding-right: 20px;
  }

  .hero-flex {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    align-items: center;
  }

  .text-block, .paragraph {
    text-align: center;
  }

  .button {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-text {
    align-items: center;
  }

  .heading {
    text-align: center;
    font-size: 32px;
  }

  .grid-gallery-image, .gallery {
    flex-flow: column;
    display: flex;
  }

  .footer-links {
    width: 100%;
  }

  .btn-circle-secondary.slider-arrow {
    font-size: 18px;
  }

  .btn-circle-secondary.slider-arrow.left---top-left {
    top: auto;
    bottom: -82px;
    right: 70px;
  }

  .btn-circle-secondary.slider-arrow.right---top-left {
    top: auto;
    bottom: -82px;
    right: 0;
  }

  .buttons-row {
    flex-direction: column;
  }

  .mg-bottom-48px {
    margin-bottom: 32px;
  }
}

#w-node-f43f6711-046c-c798-27cf-d3f8b789afcb-56435067, #w-node-_0c8738db-ab02-4e25-e36c-f983b1ed4baf-56435067, #w-node-_35d885b3-7ee0-a6d4-6c9d-abccab05ce9f-56435067 {
  justify-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-f43f6711-046c-c798-27cf-d3f8b789afcb-56435067 {
    order: 9999;
  }

  #w-node-_0c8738db-ab02-4e25-e36c-f983b1ed4baf-56435067 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_54917a41-f22f-2410-4713-c5228d4527e9-56435067 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Effra';
  src: url('../fonts/Effra-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Effra';
  src: url('../fonts/Effra_Std_Lt.ttf') format('truetype'), url('../fonts/Effra_Std_Rg.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Effra';
  src: url('../fonts/Effra-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Effra';
  src: url('../fonts/Effra-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Rounded Icons';
  src: url('../fonts/line-rounded-icons.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gala';
  src: url('../fonts/fonnts.com-Gala_Bold.otf') format('opentype'), url('../fonts/fonnts.com-Gala_Condensed_Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gala';
  src: url('../fonts/fonnts.com-Gala_Extra_Condensed_Medium.otf') format('opentype'), url('../fonts/fonnts.com-Gala_Condensed_Medium.otf') format('opentype'), url('../fonts/fonnts.com-Gala_Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gala';
  src: url('../fonts/fonnts.com-Gala_Extra_Condensed.otf') format('opentype'), url('../fonts/fonnts.com-Gala_Condensed.otf') format('opentype'), url('../fonts/fonnts.com-Gala_Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gala';
  src: url('../fonts/fonnts.com-Gala_Condensed_Light.otf') format('opentype'), url('../fonts/fonnts.com-Gala_Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gala';
  src: url('../fonts/fonnts.com-Gala_Extra_Condensed_Bold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gala';
  src: url('../fonts/fonnts.com-Gala_Extra_Condensed_Light.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}