@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2"), url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

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

@font-face {
  font-family: Tan nimbus;
  src: url('../fonts/TAN-NIMBUS.woff2') format("woff2"), url('../fonts/TAN-NIMBUS.woff') format("woff"), url('../fonts/TAN-NIMBUS.ttf') format("truetype"), url('../fonts/TAN-NIMBUS.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Recoleta;
  src: url('../fonts/Recoleta-Light.eot') format("embedded-opentype"), url('../fonts/Recoleta-Light.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --whity: #f8f7e4;
  --yellow: #fffb00;
  --dark-slate-grey: #035039;
  --new-white: #f8f7e4;
  --teal: #2a755f;
  --dark-slate-grey-2: #2f5f51;
  --mabegreen: #2a755f9e;
  --black: var(--yellow);
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

.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-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }

  .w-layout-blockcontainer {
    max-width: none;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

body {
  color: #333;
  background-image: linear-gradient(#f8f7e4cc, #f8f7e4cc), url('../images/60881688dfade49dd6eff391_texture-1.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex-direction: column;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

a {
  color: var(--whity);
}

.bg-with-background {
  background-image: url('../images/backgroound1.jpg');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 150vh;
  padding: 40px;
  display: flex;
}

.content-box {
  opacity: 0;
  cursor: cell;
  mix-blend-mode: normal;
  background-color: #fff9f9;
  border-radius: 5px;
  align-self: flex-start;
  width: 450px;
  margin-top: 96px;
  padding: 40px;
  transition: all .8s;
  box-shadow: 3px 3px 12px -3px #00000059;
}

.content-box:hover {
  background-color: #fff9f9;
  border-radius: 0;
}

.title {
  color: #01471a;
  margin-top: 9px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 67px;
  display: block;
}

.green-divider {
  background-color: #004b1f;
  width: 65px;
  height: 1px;
  margin-top: 27px;
  margin-bottom: 27px;
}

.button {
  background-color: #004b1f;
  border-radius: 9px;
  margin-top: 25px;
  margin-bottom: 19px;
  font-weight: 700;
  transition: all .25s;
}

.button:hover {
  color: #fff;
  background-color: #004b1fdb;
  font-weight: 700;
  text-decoration: underline;
}

.link {
  color: #004b1f;
}

.text-span {
  color: #b4b4b4;
}

.text-block {
  color: #e43636;
  padding-left: 6px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  display: inline-block;
}

.demo-grid {
  grid-column-gap: 39px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 61px;
  padding-left: 59px;
  padding-right: 58px;
  display: grid;
}

.div-block-2 {
  background-color: #fff;
  border-radius: 20px;
  height: 600px;
  padding: 55px 36px 49px;
}

.plan-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}

.small-text-plan {
  color: #929292;
  margin-top: 15px;
  margin-bottom: 21px;
  font-size: 18px;
}

.list-plan {
  color: #004b1f;
  font-size: 18px;
  line-height: 32px;
}

.d {
  background-color: #fff;
  border-radius: 20px;
  height: 600px;
  padding: 55px 36px 49px;
  position: fixed;
  inset: 1% 1% 0% auto;
}

.grid-2 {
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between flex-end;
  place-items: center;
  width: 600px;
  display: grid;
}

.body {
  padding: 0;
}

.grid-block {
  background-color: #fffcfc;
  border-radius: 17px;
  flex-direction: column;
  padding: 19px 23px 23px;
  display: flex;
  box-shadow: 1px 1px 6px -3px #000000b3;
}

.grid-image {
  opacity: .43;
  text-align: center;
  align-self: center;
  padding: 9px;
}

.grid-image:hover {
  opacity: 1;
}

.div-block-3 {
  background-color: #ff6161;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.grid-text {
  text-align: center;
}

.div-block-4 {
  background-color: #146e3ac4;
  border-radius: 8px;
  flex-direction: row;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: 800px;
  height: 70px;
  margin-top: 64px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
  inset: 80% 0% auto;
}

.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;
}

.search {
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 360px;
  margin-top: 17px;
  margin-left: 14px;
  display: flex;
  position: static;
}

.search-input {
  color: #fff;
  background-color: #d8eadf;
  border: 1px #000;
  border-radius: 9px;
  flex: 0 auto;
  align-self: center;
  width: 280px;
  height: auto;
  margin-bottom: 0;
  margin-left: 18px;
  padding-left: 13px;
  display: block;
}

.search-button {
  color: #004b1f;
  background-color: #f0f0f0;
  border-radius: 11px;
  align-self: center;
  margin-left: 15px;
}

.link-2 {
  color: #004b1f;
  justify-content: flex-end;
  align-self: center;
  padding-left: 33px;
  padding-right: 33px;
  display: flex;
}

.div-block-5 {
  order: 1;
  justify-content: flex-end;
  align-self: center;
  width: 800px;
  display: flex;
}

.link-3 {
  color: #fff;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Recoleta, sans-serif;
  font-weight: 700;
  display: inline-block;
}

.image {
  opacity: 1;
  align-self: flex-start;
}

.div-block-6 {
  grid-column-gap: 40px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: row;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 100%;
  padding: 16px;
  display: flex;
  position: sticky;
  top: 30px;
}

.link-4 {
  display: inline;
}

.div-block-7 {
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 20%;
  display: flex;
}

.link-5 {
  color: #fff;
  background-color: #004b1f;
  border-radius: 9px;
  padding: 9px 28px;
  text-decoration: none;
  display: inline-block;
}

.menu-items {
  color: #004b1f;
  order: 1;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  display: block;
}

.menu {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 60%;
  display: flex;
  position: static;
}

.menuuu-item {
  padding-left: 15px;
  padding-right: 15px;
}

.div-block-8 {
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  width: 20%;
  display: flex;
}

.image-2 {
  align-self: auto;
}

.dropdown-toggle {
  padding-left: 13px;
  padding-right: 13px;
}

.icon {
  margin-right: -5px;
}

.dropdown, .dropdown-2 {
  margin-left: 0;
  margin-right: 0;
}

.image-3 {
  opacity: .55;
  backface-visibility: visible;
  perspective: 451px;
  transition: opacity .1s, opacity .2s;
  position: absolute;
  inset: auto 3% 3% auto;
  transform: perspective(196px);
}

.container {
  float: none;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 942px;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: static;
}

.navbar {
  position: relative;
}

.brand {
  align-items: center;
  display: block;
}

.nav-link {
  text-align: right;
  display: inline-block;
}

.image-4 {
  padding-top: 8px;
  padding-left: 8px;
}

.brand-2 {
  padding-top: 8px;
  padding-left: 5px;
  padding-right: 5px;
}

.columns {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  padding-top: 41px;
  display: grid;
}

.div-block-9 {
  background-color: #ffe1e1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.div-block-11 {
  flex: 0 auto;
  order: 0;
  align-self: auto;
}

.button-2 {
  text-align: center;
}

.div-block-12 {
  justify-content: center;
  padding-top: 47px;
  padding-bottom: 47px;
  display: block;
}

.div-block-13 {
  grid-column-gap: 51px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: flex-start;
  width: 90vw;
  padding: 39px;
  display: flex;
}

.paragraph {
  width: auto;
}

.div-block-14 {
  display: block;
}

.image-5 {
  text-align: right;
}

.div-block-16 {
  grid-column-gap: 55px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: auto;
  max-width: 1024px;
  padding: 18px;
  display: grid;
}

.div-block-17 {
  grid-column-gap: 41px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1024px;
  max-width: 1024px;
  margin-top: 56px;
  padding: 16px;
  display: grid;
}

.image-6 {
  object-fit: cover;
  border-radius: 290px;
  width: 260px;
  height: 210px;
}

.div-block-18 {
  border-radius: 0;
  justify-content: center;
  width: auto;
  height: auto;
  display: flex;
}

.div-block-19 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1024px;
  margin-top: 50px;
  display: grid;
}

.image-7 {
  object-fit: cover;
  border-radius: 100%;
  height: 230px;
}

.text-block-2 {
  text-align: center;
  margin-top: 11px;
  font-size: 16px;
  font-weight: 700;
}

.paragraph-2 {
  color: #757272;
  text-align: center;
  margin-top: 6px;
  font-size: 12px;
  line-height: 19px;
}

.text-span-2 {
  color: #ff9f06;
}

.text-span-3 {
  color: #ffa600;
}

.div-block-20 {
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-8 {
  object-fit: fill;
  border-radius: 0%;
}

.text-block-3 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
}

.text-block-4 {
  color: #1d1d1d;
  margin-top: 2px;
  font-size: 13px;
  line-height: 20px;
}

.div-block-22 {
  margin-bottom: 10px;
  position: relative;
}

.div-block-23 {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 0;
  padding: 47px;
  display: grid;
}

.bold-text {
  font-size: 15px;
  line-height: 25px;
}

.div-block-24 {
  object-fit: fill;
  border-radius: 0;
  display: block;
}

.image-9 {
  background-color: #fff;
  border: 1px #000;
  border-radius: 20px;
  padding: 5px;
  position: absolute;
  inset: auto 2% 2% auto;
}

.hero-section {
  text-align: center;
  background-image: url('../images/trasanfest-festival-gallego.jpg'), linear-gradient(#0003, #0003);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: -86px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  font-family: Recoleta, sans-serif;
  font-size: 27px;
  font-weight: 700;
  display: none;
  position: relative;
}

.heading {
  opacity: 1;
  outline-offset: 0px;
  color: var(--yellow);
  outline: 3px #b9c03f;
  font-size: 100px;
}

.title-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: var(--whity);
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  max-width: none;
  margin-top: 0;
  font-family: Tan nimbus, sans-serif;
  font-size: 70px;
  display: flex;
  position: static;
  inset: 0%;
}

.div-block-25 {
  text-align: center;
  position: static;
  inset: 2% auto auto 50%;
}

.location-hero-text {
  color: var(--whity);
  text-align: left;
  font-size: 23px;
  font-weight: 700;
  line-height: 28px;
}

.text-span-4 {
  font-weight: 300;
}

.date-hero-text {
  color: var(--whity);
  text-align: center;
  margin-top: 13px;
  margin-bottom: 44px;
  font-size: 23px;
  font-weight: 700;
  line-height: 28px;
}

.button-3 {
  background-color: var(--whity);
  color: var(--dark-slate-grey);
  border: 2px #fff;
  border-radius: 11px;
  margin-top: 57px;
  padding: 15px 35px;
  font-size: 25px;
  font-weight: 700;
  transition: all .2s linear;
  display: inline-block;
}

.button-3:hover {
  background-color: var(--dark-slate-grey);
  color: var(--whity);
}

.div-block-26 {
  margin-top: -25px;
}

.conciertos {
  background-color: #deff9d;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.div-block-27 {
  background-color: #fff0;
  border: 0 solid #28522f;
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  padding: 25px 75px 25px 66px;
  display: flex;
}

.artistas {
  color: #28522f;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  height: auto;
  max-height: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 20px 20px 70px;
  font-family: Recoleta, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 66px;
  display: none;
  position: relative;
  overflow: scroll;
}

.conciertes-title {
  color: #28522f;
  font-family: Recoleta, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 50px;
}

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

.div-block-28 {
  display: flex;
}

.section-3 {
  background-color: var(--whity);
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  padding: 110px 21px 68px;
  display: none;
}

.div-block-29 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  max-width: 1200px;
  margin-top: 66px;
  display: grid;
}

.text-block-5 {
  color: var(--whity);
  text-align: center;
  margin-top: 20px;
  font-family: Recoleta, sans-serif;
  font-size: 24px;
  font-weight: 700;
  position: absolute;
  inset: 43% 0% 0%;
}

.image-10 {
  box-shadow: none;
  opacity: 1;
  filter: brightness(69%);
  mix-blend-mode: normal;
  background-color: #000;
  background-image: linear-gradient(#000, #000);
  border: 3px #fffb00;
  border-radius: 0;
}

.body-2 {
  background-color: #f8f7e400;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
}

.text-block-6 {
  color: var(--dark-slate-grey);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 700;
  line-height: 39px;
}

.div-block-30 {
  margin-top: 39px;
  margin-bottom: 44px;
}

.entradas {
  flex-direction: column;
  align-items: center;
  padding-top: 51px;
  padding-bottom: 49px;
  display: flex;
}

.div-block-31 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1000px;
  display: grid;
}

.text-block-7 {
  color: #fff;
  text-align: center;
  font-size: 21px;
  font-weight: 700;
}

.button-4 {
  color: #000;
  text-align: center;
  background-color: #fbff00;
  align-items: flex-end;
  margin-top: 18px;
  font-weight: 700;
  display: flex;
}

.div-block-32 {
  background-color: #28522f;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 370px;
  padding-top: 23px;
  padding-bottom: 24px;
  display: flex;
}

.precio-entrada {
  color: #fff;
  text-align: center;
  margin-top: 15px;
  font-size: 21px;
  font-weight: 300;
}

.info-entrada {
  color: #fff;
  text-align: center;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 300;
}

.text-span-5 {
  color: #ffea00;
  font-size: 14px;
}

.text-span-6 {
  color: var(--whity);
  font-size: 14px;
}

.cudiv-block-33 {
  border: 0 solid #000;
}

.cuadrado-grupo {
  transition: all .1s;
  position: relative;
}

.cuadrado-grupo:hover {
  transform: scale(1.05);
}

.text-block-8 {
  color: var(--whity);
  letter-spacing: 1px;
  margin-top: 35px;
  font-family: Recoleta, sans-serif;
  font-size: 26px;
}

.historia {
  background-color: var(--dark-slate-grey);
  flex-flow: column;
  place-content: center;
  align-items: center;
  padding: 128px 50px;
  display: flex;
  position: relative;
  overflow: visible;
}

.historia-1 {
  flex-flow: wrap;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-end;
  width: auto;
  max-width: 720px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: auto 0% 13% 46%;
  overflow: visible;
}

.heading-2 {
  color: #e0e0ce;
  text-align: left;
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 58px;
}

.paragraph-3 {
  color: #f1e9e9;
  text-align: left;
  justify-content: flex-start;
  max-width: none;
  margin-top: 19px;
  padding-right: 41px;
  font-size: 18px;
  line-height: 28px;
  display: block;
}

.div-block-34 {
  z-index: 10;
  object-fit: fill;
  flex-flow: column wrap;
  flex: 0 auto;
  place-content: stretch flex-start;
  align-self: flex-start;
  align-items: flex-end;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
  display: flex;
  position: static;
  inset: auto 0% 0% auto;
  overflow: auto;
}

.image-11 {
  z-index: 10;
  opacity: .36;
  object-fit: cover;
  width: 460px;
  height: 290px;
  position: absolute;
  inset: auto 220px 67% auto;
  transform: translate(0)translate(0);
}

.historia-2 {
  flex-flow: column wrap;
  place-content: center flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  margin-top: 97px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.el-festival {
  z-index: 10;
  flex-flow: column wrap;
  align-content: stretch;
  align-self: center;
  align-items: flex-start;
  width: auto;
  max-width: 910px;
  display: flex;
  position: relative;
}

.imag-2 {
  z-index: 10;
  opacity: .35;
  object-fit: cover;
  width: 310px;
  height: auto;
  position: absolute;
  inset: -12% 5% 0% auto;
}

.image-12 {
  z-index: 10;
  opacity: .36;
  object-fit: cover;
  width: 460px;
  height: 290px;
  position: absolute;
  inset: auto auto 0% 0%;
  transform: translate(0)translate(0);
}

.div-block-35 {
  z-index: 10;
  flex-flow: column wrap;
  align-content: flex-start;
  align-self: center;
  align-items: stretch;
  width: 50%;
  max-width: 800px;
  margin-top: 0;
  padding: 41px;
  display: flex;
  position: relative;
}

.div-block-36 {
  grid-column-gap: 2px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  place-items: center;
  width: 1000px;
  margin-top: 50px;
  display: grid;
}

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

.paragraph-4 {
  text-align: center;
}

.cultura-emergente {
  background-color: #fff;
  border: 5px solid #000;
  padding: 45px;
}

.entorno-natural, .gastronomia-local {
  background-color: #d0cfa8;
  padding: 45px;
}

.text-block-9 {
  font-size: 15px;
}

.text-block-10 {
  color: #f1e8e8;
  font-size: 22px;
}

.image-13 {
  width: 700px;
  position: absolute;
  inset: auto 0% -42% auto;
}

.image-14 {
  opacity: .38;
  object-fit: cover;
  width: 100%;
  max-width: 800px;
  height: 200px;
  margin-top: 49px;
}

.div-block-37 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  height: 100%;
  display: flex;
}

.image-15 {
  opacity: .62;
  object-fit: cover;
  align-self: center;
  width: 100%;
  height: 500px;
  padding-bottom: 0;
}

.intro-festi {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #4c856500;
  flex-flow: column wrap;
  grid-template-rows: auto;
  grid-template-columns: 47% 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  max-width: 1600px;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  display: flex;
  position: relative;
  overflow: visible;
}

.text-block-11 {
  color: var(--dark-slate-grey);
  font-size: 22px;
}

.heading-2-copy {
  color: #e0e0ce;
  text-align: left;
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 58px;
}

.heading-5 {
  color: var(--whity);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 45px;
  line-height: 38px;
}

.heading-5.heading-home.white {
  color: var(--new-white);
  text-align: left;
  -webkit-text-stroke-color: #696435;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  align-self: flex-start;
  font-size: 45px;
  line-height: 50px;
}

.paragraph-5 {
  color: var(--whity);
  text-align: center;
  letter-spacing: .5px;
  justify-content: flex-start;
  max-width: none;
  margin-top: 19px;
  font-size: 18px;
  line-height: 28px;
  display: block;
}

.paragraph-5.paragraph-home.white {
  color: var(--new-white);
  text-align: left;
  letter-spacing: 0;
  margin-top: 9px;
  font-family: Recoleta, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 31px;
  overflow: visible;
}

.div-block-38 {
  grid-column-gap: 21px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  width: 100%;
  max-width: 1440px;
  margin-top: 51px;
  display: none;
}

.heading-6 {
  line-height: 30px;
}

.heading-7 {
  color: var(--whity);
  text-align: center;
  margin-top: 11px;
  margin-left: 0;
  font-size: 18px;
  line-height: 20px;
  display: block;
}

.paragraph-6 {
  direction: ltr;
  text-align: left;
  letter-spacing: 0;
  text-indent: 0;
  text-transform: none;
  column-count: 1;
  white-space: normal;
  margin-top: 17px;
  font-family: Recoleta, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.div-block-39 {
  flex-direction: column;
  flex: 1;
  align-self: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 12px 0;
  display: block;
}

.div-block-40 {
  background-color: var(--dark-slate-grey);
  width: 100%;
  max-width: 1440px;
  height: 1px;
  margin-top: 30px;
}

.div-block-33 {
  grid-column-gap: 13px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  max-width: 1440px;
  margin-top: 66px;
  display: grid;
}

.icons {
  width: 105px;
  margin-bottom: 0;
  padding: 0;
  font-size: 1px;
}

.div-block-41 {
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button-5 {
  border: 1px none var(--dark-slate-grey);
  background-color: var(--teal);
  color: var(--new-white);
  letter-spacing: .3px;
  border-radius: 8px;
  margin-top: 8px;
  padding: 15px 22px;
  font-family: Recoleta, sans-serif;
  font-size: 19px;
  font-weight: 700;
  transition: all .2s linear;
}

.button-5:hover {
  border: 1px solid var(--dark-slate-grey);
  background-color: var(--dark-slate-grey);
  color: var(--whity);
}

.slider {
  width: 100%;
  height: 460px;
}

.slide-nav {
  background-color: var(--dark-slate-grey);
}

.div-block-42 {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  padding-bottom: 50px;
  padding-left: 70px;
  display: flex;
}

.div-block-43 {
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  padding: 18px 57px 57px 0;
  display: flex;
}

.div-block-44 {
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  width: 100%;
  height: 80vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.image-17 {
  object-fit: cover;
  max-width: none;
  height: auto;
}

.heading-home {
  color: var(--teal);
  letter-spacing: 0;
  text-transform: uppercase;
  mix-blend-mode: normal;
  margin-bottom: 28px;
  padding-top: 10px;
  font-family: Tan nimbus, sans-serif;
  font-size: 40px;
  line-height: 46px;
}

.paragraph-home {
  color: var(--dark-slate-grey);
  letter-spacing: .5px;
  margin-top: 9px;
  margin-bottom: 28px;
  font-family: Recoleta, sans-serif;
  font-size: 22px;
  line-height: 31px;
}

.div-block-45 {
  max-width: none;
}

.image-18, .image-19 {
  object-fit: cover;
}

.text-block-12 {
  padding-top: 21px;
  font-size: 25px;
  font-weight: 700;
  display: block;
}

.brand-3 {
  align-items: center;
  display: flex;
}

.image-20 {
  width: 600px;
}

.image-logo {
  width: 200px;
}

.container-2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px;
  display: flex;
}

.div-block-46 {
  justify-content: space-around;
  align-items: center;
  width: 1024px;
  padding: 23px;
  display: flex;
}

.text-block-13 {
  color: var(--whity);
  display: inline;
}

.image-21 {
  width: 150px;
  display: inline-block;
}

.div-block-47 {
  flex-direction: row;
  display: inline;
}

.div-block-48 {
  font-weight: 700;
}

.div-block-49 {
  background-color: var(--dark-slate-grey);
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-14 {
  color: var(--whity);
  font-weight: 300;
}

.image-social {
  width: 30px;
  padding: 0;
}

.div-block-50 {
  display: flex;
}

.social-icon {
  padding: 9px;
}

.navbar-2 {
  background-color: var(--dark-slate-grey);
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: sticky;
  top: 0;
}

.nav-link-2 {
  color: #fff;
  font-size: 16px;
}

.nav-menu {
  color: #fff;
  flex: 0 auto;
}

.nav-link-3, .nav-link-4 {
  color: #fff;
  font-size: 16px;
}

.navbar-logo-left {
  background-color: var(--dark-slate-grey);
  position: sticky;
  top: 0;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  background-color: var(--dark-slate-grey);
  width: 100%;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  display: block;
}

.nav-menu-two {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-5 {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-5:hover {
  color: #1a1b1fbf;
}

.nav-link-5:focus-visible, .nav-link-5[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.image-22 {
  width: 210px;
}

.list-item {
  color: #fff;
}

.navbar-no-shadow {
  z-index: 9999;
  border-bottom: 2px none var(--whity);
  background-color: #0d7757;
  justify-content: space-around;
  display: block;
  position: sticky;
  top: 0;
  box-shadow: 0 3px 6px #00000030;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  flex-direction: row;
  align-items: center;
  width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: 21px 20px;
  display: flex;
}

.container-regular {
  justify-content: space-between;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 36px;
  padding-right: 36px;
  display: block;
}

.nav-menu-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.menu-item {
  color: var(--whity);
  letter-spacing: .25px;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 21px;
  text-decoration: none;
}

.menu-item:hover {
  color: var(--yellow);
}

.menu-item:focus-visible, .menu-item[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.artist-block {
  align-items: stretch;
  width: auto;
  max-width: 1300px;
  padding: 27px;
  display: flex;
}

.artist-block-text {
  align-self: stretch;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 48px 0 0;
}

.artist-block-image {
  background-image: url('../images/club-del-rio.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 50%;
}

.artist-title {
  color: var(--teal);
  font-family: Recoleta, sans-serif;
  font-size: 30px;
}

.artist-paragraph {
  color: var(--dark-slate-grey);
  margin-top: 0;
  font-family: Recoleta, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
}

.artist-links {
  grid-column-gap: 17px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 150px;
  margin-top: 16px;
  display: grid;
}

.artist-videos {
  margin-top: 23px;
  display: block;
}

.image-23 {
  border-radius: 0;
  height: 100%;
}

.youtube {
  border-radius: 0;
  display: block;
}

.div-block-51 {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-24 {
  width: 26px;
}

.image-25, .image-26 {
  width: 27px;
}

.text-block-15 {
  color: var(--teal);
  margin-top: 1px;
  margin-bottom: 11px;
  font-family: Recoleta, sans-serif;
  font-weight: 700;
}

.body-3 {
  background-color: var(--whity);
}

.text-block-16 {
  color: var(--whity);
}

.top-bar-wrapper {
  background-color: var(--teal);
  justify-content: center;
  align-items: center;
  height: 49px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.text-block-17 {
  color: var(--dark-slate-grey);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

.image-27 {
  width: 20px;
}

.div-block-52 {
  border: 1px none var(--dark-slate-grey);
  color: #1f1e1e;
  background-color: #0000;
  border-radius: 7px;
  padding: 6px 16px;
  display: flex;
}

.div-block-53 {
  background-color: var(--whity);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  display: flex;
}

.footer-light {
  background-color: var(--dark-slate-grey);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  font-family: Recoleta, sans-serif;
  display: none;
  position: relative;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  color: var(--whity);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  color: var(--whity);
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: var(--whity);
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.link-6 {
  color: var(--dark-slate-grey);
  text-decoration: none;
}

.div-block-54 {
  background-color: var(--dark-slate-grey);
  width: 100%;
  max-width: 1250px;
  height: 1px;
  margin: 30px 27px 29px;
  padding-left: 0;
  padding-right: 0;
  line-height: 11px;
}

.html-embed {
  margin-top: 50px;
}

.html-embed-2 {
  flex-direction: column;
  justify-content: flex-end;
  align-self: stretch;
  align-items: center;
  width: 100%;
  margin-top: 55px;
  display: none;
}

.div-block-55 {
  align-self: stretch;
  width: 100%;
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-18 {
  color: var(--dark-slate-grey-2);
  text-align: center;
  font-size: 16px;
  line-height: 44px;
  display: inline;
}

.div-block-56 {
  background-color: var(--whity);
  justify-content: center;
  padding: 50px;
  display: none;
}

.text-span-7 {
  text-align: center;
  font-size: 29px;
}

.div-block-57 {
  height: 100px;
}

.text-span-8 {
  font-family: "Fa solid 900", sans-serif;
  font-size: 21px;
  font-weight: 400;
}

.text-span-9 {
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
}

.text-block-19 {
  color: var(--whity);
  text-align: center;
  object-fit: fill;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: "Fa solid 900", sans-serif;
  font-size: 60px;
  display: block;
}

.text-span-10 {
  color: #799d83;
  font-family: "Fa solid 900", sans-serif;
  font-size: 64px;
  line-height: 20px;
}

.text-block-20 {
  color: #799d83;
  text-align: center;
  margin-top: 25px;
  font-family: Tan nimbus, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 23px;
}

.text-span-11 {
  font-family: "Fa brands 400", sans-serif;
  font-size: 20px;
}

.text-span-12 {
  color: var(--whity);
  font-family: "Fa brands 400", sans-serif;
  font-size: 18px;
}

.text-span-13 {
  color: var(--whity);
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.text-span-14 {
  color: #94704b;
  font-size: 60px;
  line-height: 30px;
}

.text-span-15 {
  font-size: 30px;
}

.bold-text-2 {
  font-family: "Fa solid 900", sans-serif;
  font-size: 30px;
}

.image-28 {
  max-width: 80%;
}

.artistas-layout {
  background-color: #0000;
  flex-direction: column;
  align-items: stretch;
  max-width: 1100px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.artista-1 {
  border-bottom: 2px solid var(--teal);
  flex-direction: column;
  justify-content: center;
  height: auto;
  margin-top: 0;
  padding-top: 130px;
  padding-bottom: 130px;
  display: flex;
}

.artista-info {
  grid-column-gap: 36px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.artista-videos {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 35px;
  display: grid;
}

.artista-foto {
  width: 40%;
}

.artista-bio {
  width: 60%;
}

.image-29 {
  border: 3px solid var(--dark-slate-grey);
  width: auto;
}

.heading-8 {
  color: var(--teal);
  font-family: Recoleta, sans-serif;
  font-size: 30px;
}

.text-block-21 {
  color: var(--teal);
  margin-bottom: 10px;
  font-family: Recoleta, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.paragraph-7 {
  font-family: Recoleta, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.link-7 {
  color: var(--teal);
  margin-right: 13px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 32px;
  text-decoration: none;
}

.link-7:hover {
  transform: translate(0);
}

.div-block-58 {
  margin-top: 30px;
}

.div-icon {
  transition: all .2s;
  display: inline-block;
}

.div-icon:hover {
  transform: translate(0, -4px);
}

.div-block-60 {
  display: inline-block;
}

.text-span-16 {
  font-family: "Fa solid 900", sans-serif;
}

.map-pop-up {
  z-index: 999999;
  opacity: 0;
  background-color: #000c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.map {
  border-radius: 12px;
  width: 100%;
  max-width: 500px;
}

.pop-up-close {
  position: absolute;
  top: 5%;
  right: 5%;
}

.text-span-17 {
  font-family: "Fa solid 900", sans-serif;
}

.artista-dj {
  flex-direction: column;
  justify-content: center;
  height: 70vh;
  margin-top: -70px;
  padding-top: 60px;
  display: flex;
}

.link-8, .link-artist {
  color: var(--whity);
  text-decoration: none;
}

.text-span-18, .bold-text-3 {
  font-size: 16px;
  font-weight: 300;
}

.bold-text-4 {
  font-size: 16px;
}

.bold-text-5 {
  font-size: 24px;
}

.footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--dark-slate-grey);
  text-align: center;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
  position: relative;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: 60px;
  max-height: 60px;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  color: #444;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.bold-text-6 {
  font-size: 16px;
}

.text-block-22 {
  color: var(--whity);
  text-align: center;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 27px;
  display: block;
}

.div-block-61 {
  min-width: 0;
  max-width: 1024px;
}

.div-block-62 {
  justify-content: center;
  margin: 100px auto 0;
  padding-bottom: 100px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.text-block-23 {
  color: var(--new-white);
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 27px;
}

.title-lgpd {
  margin-bottom: 13px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  display: block;
}

.link-9 {
  color: var(--whity);
  text-align: left;
  text-decoration: none;
}

.link-9:hover {
  color: var(--yellow);
}

.div-block-63 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 100px;
  margin-bottom: 0;
  padding-bottom: 100px;
  display: flex;
}

.div-block-64 {
  max-width: 1024px;
}

.text-block-24 {
  color: var(--new-white);
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 25px;
}

.link-10 {
  color: var(--whity);
  text-decoration: none;
}

.link-10:hover {
  color: var(--yellow);
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .625rem;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-banner_button {
  border: 2px none var(--yellow);
  background-color: var(--dark-slate-grey);
  color: #fff;
  text-align: center;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--dark-slate-grey);
  color: var(--dark-slate-grey);
  background-color: #f5f5f5;
}

.fs-cc-banner_close-icon {
  color: var(--dark-slate-grey);
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-banner_text-link {
  border-bottom: 1px solid var(--dark-slate-grey);
  color: var(--dark-slate-grey);
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: var(--whity);
  border-top: 1px solid #4353ff29;
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 1.5rem;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-11 {
  color: var(--dark-slate-grey);
}

.div-block-65 {
  justify-content: center;
  align-items: center;
  height: 40px;
  display: none;
}

.text-block-25 {
  color: var(--whity);
}

.div-block-66 {
  padding-bottom: 0;
  display: block;
  position: absolute;
  inset: auto 2% 14% auto;
}

.link-12 {
  color: var(--yellow);
  font-size: 12px;
}

.bold-text-7 {
  font-size: 12px;
}

.div-block-67 {
  width: 100%;
}

.link-13 {
  color: var(--whity);
  text-align: left;
  padding-top: 20px;
  display: block;
}

.text-span-19 {
  font-family: "Fa solid 900", sans-serif;
}

.text-block-26 {
  color: var(--teal);
  margin-top: 17px;
  margin-bottom: 28px;
  font-family: Recoleta, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.text-block-27 {
  color: var(--dark-slate-grey);
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 23px;
  padding-bottom: 23px;
}

.bold-text-8 {
  font-size: 18px;
}

.footer-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--dark-slate-grey);
  color: #1e1f1e;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 43px 59px;
  display: block;
}

.legal {
  text-align: center;
}

.contact {
  flex-direction: column;
  display: flex;
}

.text-block-28 {
  color: var(--whity);
  text-align: center;
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.text-block-29 {
  color: var(--whity);
  margin-top: 0;
  font-family: "Fa brands 400", sans-serif;
  font-size: 24px;
}

.div-block-68 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.image-30 {
  width: 200px;
}

.link-14 {
  color: var(--whity);
}

.text-span-20 {
  font-weight: 300;
}

.div-block-69 {
  border: 1px solid var(--dark-slate-grey);
  background-color: var(--whity);
  border-radius: 15px;
  max-width: 700px;
  margin: 60px auto 12px;
  padding: 25px;
}

.div-block-70 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: none;
}

.buses-info {
  color: var(--dark-slate-grey);
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.buses-info h2 {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
}

.buses-info h4 {
  font-size: 13px;
  font-weight: 400;
}

.buses-info li {
  font-size: 12px;
  line-height: 24px;
}

.div-block-71 {
  margin-top: 50px;
  display: none;
}

.text-block-30, .text-block-31 {
  font-size: 12px;
  line-height: 16px;
}

.text-block-32 {
  color: #fdf7df;
  font-family: Tan nimbus, sans-serif;
  font-size: 28px;
  line-height: 21px;
  display: inline;
}

.div-block-72 {
  align-self: center;
  width: auto;
  max-width: none;
}

.video-promo {
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: none;
}

.youtube-2 {
  border-radius: 0;
  width: 900px;
  max-width: none;
  height: 50px;
  display: block;
}

.image-32 {
  width: 230px;
}

.div-block-73 {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 12vh;
  padding: 0 30px;
  display: flex;
}

.navbar-3 {
  background-color: var(--teal);
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: sticky;
  top: 0;
}

.text-block-33 {
  color: var(--teal);
  text-align: left;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  font-family: Tan nimbus, sans-serif;
  font-size: 30px;
  display: block;
}

.brand-4 {
  align-self: auto;
}

.nav-menu-3 {
  color: #41aa60;
  font-weight: 600;
  display: none;
}

.navlink {
  color: #2b2c2b;
}

.section-4 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 79px;
  padding: 60px 30px 0;
  display: none;
  position: relative;
}

.image-33 {
  width: 70px;
  padding-top: 0;
  padding-bottom: 0;
}

.container-4 {
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.navbar-4 {
  background-color: var(--new-white);
}

.item-menu {
  color: var(--new-white);
  letter-spacing: 0;
  border-bottom: 0 solid #2a755f00;
  border-radius: 0;
  padding-bottom: 5px;
  font-family: Recoleta, sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: all .2s;
  display: inline-block;
}

.item-menu:hover {
  text-indent: 0;
  border-bottom-width: 0;
  border-bottom-color: #2a755f00;
  font-weight: 800;
  text-decoration: underline;
}

.item-menu:visited {
  color: var(--new-white);
}

.item-menu.w--current {
  color: var(--new-white);
  text-decoration: underline;
}

.item-menu._w-current {
  color: #c02150;
}

.item-menu._w--current {
  color: #db3189;
}

.item-menu.entradas {
  color: var(--new-white);
  -webkit-text-stroke-color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
}

.item-menu.autobuses, .item-menu.mapa {
  padding-top: 5px;
  display: block;
}

.item-menu.merch {
  padding-top: 5px;
  display: none;
}

.item-menu.line-up {
  padding-top: 5px;
  display: block;
}

.item-menu.ediciones, .item-menu.edici-ns {
  color: var(--new-white);
  -webkit-text-stroke-color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
}

.item-menu.bracelit {
  color: var(--new-white);
  -webkit-text-stroke-color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
  display: none;
}

.item-menu.brracelit-g {
  color: var(--new-white);
  -webkit-text-stroke-color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
}

.div-block-74 {
  display: none;
}

.footer-light-2 {
  background-color: #fffae8;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-two-3 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.footer-block-two-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 9px;
  padding-right: 16px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.footer-title-2 {
  color: var(--teal);
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
}

.footer-link-two-2 {
  color: var(--teal);
  margin-top: 20px;
  font-size: 9px;
  text-decoration: none;
}

.footer-link-two-2:hover {
  color: #1a1b1fbf;
}

.footer-form-2 {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block-2 {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field-2 {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field-2:hover, .footer-form-field-2:focus {
  border-color: #76879d;
}

.footer-form-field-2::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit-2 {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit-2:hover {
  background-color: #3a4554;
}

.footer-divider-two-2 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright-2 {
  color: var(--teal);
  font-size: 9px;
}

.footer-social-block-two-2 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link-2 {
  margin-left: 12px;
}

.dropdown-toggle-2 {
  color: var(--new-white);
  font-weight: 700;
  display: none;
}

.dropdown-toggle-2:hover {
  font-weight: 800;
  text-decoration: underline;
}

.arroww-menu {
  transition: all .2s;
}

.arroww-menu:hover {
  font-weight: 900;
  transform: translate(0, 5px);
}

.dropdown-link {
  color: var(--teal);
  background-color: #0000;
  font-weight: 600;
}

.dropdown-link:hover {
  font-weight: 600;
  text-decoration: underline;
}

.dropdown-list {
  background-color: var(--new-white);
  color: var(--dark-slate-grey-2);
}

.dropdown-list.w--open {
  border: 2px #2a755f;
  width: 260px;
  margin-top: 24px;
}

.text-block-34 {
  color: var(--teal);
  font-size: 10px;
  font-weight: 700;
}

.link-15, .link-16 {
  color: #666;
  text-decoration: none;
}

.body-4 {
  background-color: #0000;
  background-image: linear-gradient(#f8f7e4cc, #f8f7e4cc), url('../images/60881688dfade49dd6eff391_texture-1.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.div-block-75 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown-link-standby {
  color: var(--teal);
  background-color: #0000;
  font-weight: 600;
}

.dropdown-link-standby:hover {
  font-weight: 600;
  text-decoration: none;
}

.dropdown-link-standby.w--current {
  color: var(--teal);
  text-decoration: underline;
}

.section-5 {
  background-color: var(--teal);
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 48px 0;
  display: flex;
}

.div-block-76 {
  flex-direction: column;
  align-items: flex-end;
  width: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.div-block-77 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  column-count: 3;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  column-gap: 6px;
  width: auto;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.image-35 {
  width: auto;
  max-width: 500px;
}

.image-recap {
  width: 400px;
  padding-bottom: 6px;
}

.body-5 {
  background-color: var(--new-white);
  background-image: linear-gradient(#2a755fe6, #2a755fe6), url('../images/60881688dfade49dd6eff391_texture-1.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.text-block-35 {
  padding-bottom: 22px;
  font-family: Tan nimbus, sans-serif;
  font-size: 25px;
}

.div-block-78 {
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.youtube-3 {
  margin-top: 0;
  margin-bottom: 8px;
}

.nav-menu-4 {
  background-color: #0000;
  display: flex;
}

.menu-button-2 {
  display: none;
}

.text-block-36 {
  color: var(--new-white);
  letter-spacing: 0;
  font-family: Recoleta, sans-serif;
  font-size: 18px;
}

.item-menu-last {
  color: var(--new-white);
  border-bottom: 0 solid #2a755f00;
  border-radius: 0;
  padding-bottom: 5px;
  font-family: Tan nimbus, sans-serif;
  font-weight: 700;
  transition: all .2s;
  display: inline-block;
}

.item-menu-last:hover {
  text-indent: 0;
  border-bottom-width: 0;
  border-bottom-color: #2a755f00;
  font-weight: 800;
  text-decoration: underline;
}

.item-menu-last:visited {
  color: #575757;
}

.item-menu-last.w--current {
  color: var(--dark-slate-grey-2);
}

.div-block-79 {
  grid-column-gap: 9px;
  grid-row-gap: 8px;
  column-count: 2;
  flex-wrap: wrap;
  grid-template-rows: 340px auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-self: center;
  place-items: flex-start end;
  column-gap: 7px;
  width: 100%;
  height: auto;
  padding-bottom: 0;
  display: flex;
  position: static;
  inset: 7% 0% auto;
}

.image-36 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: none;
}

.image-grid-introo {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  padding-bottom: 7px;
}

.section-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 400px 400px 400px 400px 400px 400px 400px 400px;
  grid-auto-columns: 1fr;
  padding-left: 0;
  display: grid;
  overflow: scroll;
}

.image-38 {
  border-radius: 14px;
}

.div-block-80 {
  background-color: var(--new-white);
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  display: none;
}

.heading-9 {
  margin-top: 0;
  margin-bottom: 35px;
  font-family: Tan nimbus, sans-serif;
}

.image-39, .image-40 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-grid-introo-copy {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  max-height: 400px;
  padding-bottom: 7px;
}

.div-block-81 {
  background-color: #0000;
}

.text-span-21 {
  color: #fffc5c;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.div-block-82 {
  background-color: #2a7556f7;
  background-image: linear-gradient(#2a755f, #2a755f), url('../images/60881688dfade49dd6eff391_texture-1.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex-direction: column;
  height: auto;
  min-height: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.image-41 {
  object-fit: contain;
  width: 100%;
  height: auto;
  transition: all .2s;
}

.image-42, .image-43 {
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: auto;
  transition: all .2s;
}

.image-44 {
  object-fit: contain;
  width: 90%;
  max-width: none;
  transition: opacity .2s;
}

.section-7 {
  background-image: linear-gradient(#f8f7e4cc, #f8f7e4cc), url('../images/60881688dfade49dd6eff391_texture-1.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  height: 100px;
  transform: rotate(3deg);
}

.section-8 {
  background-color: var(--teal);
}

.image-45 {
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.image-46 {
  width: 100%;
  height: 190px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.image-47 {
  opacity: 1;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: normal;
  object-fit: cover;
  background-color: #0000;
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  max-width: none;
  padding-bottom: 40px;
  display: block;
  position: relative;
  top: -3px;
  left: 0;
  right: 0;
  overflow: hidden;
}

.footer-light-2-main {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  object-fit: fill;
  background-color: #fffae8;
  background-image: linear-gradient(#f8f7e4cc, #f8f7e4cc), url('../images/60881688dfade49dd6eff391_texture-1.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, contain;
  border-bottom: 1px solid #e4ebf3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: auto;
  padding: 0 0 10px;
  display: block;
  position: relative;
  overflow: auto;
}

.image-48 {
  -webkit-text-fill-color: transparent;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  padding-top: 0;
  padding-bottom: 40px;
  display: block;
  position: relative;
  inset: auto 0% -1%;
  overflow: hidden;
  transform: rotate(180deg);
}

.section-9 {
  background-color: #0000;
  display: block;
}

.body-6 {
  background-image: none;
}

.gallery-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "."
  / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  padding-top: 20px;
  display: grid;
}

.section-11 {
  flex-direction: column;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-left: 22px;
  padding-right: 22px;
  display: flex;
  position: relative;
}

.lightbox-link {
  height: auto;
}

.image-50 {
  object-fit: cover;
  width: auto;
  height: auto;
}

.galler-image-holder {
  max-height: none;
  overflow: hidden;
}

.image-51 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 230px;
  height: 230px;
  overflow: visible;
}

.lightbox-link-3 {
  overflow: visible;
}

.heading-10 {
  text-align: center;
  align-self: center;
  font-family: Tan nimbus, sans-serif;
}

.button-6 {
  background-color: var(--teal);
  color: var(--new-white);
  text-align: center;
  letter-spacing: .3px;
  border-radius: 8px;
  align-self: auto;
  width: 140px;
  margin-top: 55px;
  padding: 9px 22px;
  font-family: Recoleta, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.heading-11 {
  color: var(--new-white);
  font-family: Tan nimbus, sans-serif;
  font-size: 70px;
}

.text-block-38 {
  color: #fffc59;
  margin-top: 86px;
}

.text-block-39 {
  text-align: center;
  font-family: Recoleta, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}

.text-span-22 {
  font-weight: 300;
}

.body-7 {
  background-image: linear-gradient(#2a755fd1, #2a755fd1), url('../images/60881688dfade49dd6eff391_texture-1.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.div-block-83 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.body-8 {
  background-image: linear-gradient(#2a755f, #2a755f);
}

.body-9 {
  background-image: linear-gradient(#2a755fe0, #2a755fe0), url('../images/60881688dfade49dd6eff391_texture-1.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.div-block-84 {
  background-color: #0000;
  width: 400px;
  height: 240px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.text-block-40 {
  color: var(--whity);
  font-family: Recoleta, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 70px;
}

.artistas-div {
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 319px 319px 319px 319px 319px 319px 319px 319px;
  grid-auto-columns: 1fr;
  max-height: none;
  padding-left: 0;
  display: grid;
}

.text-block-41 {
  color: var(--whity);
  text-align: center;
  font-family: Tan nimbus, sans-serif;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  inset: auto 0% 2%;
}

.div-block-85 {
  position: relative;
}

.image-52 {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.link-block {
  transition: all .2s;
  position: relative;
}

.link-block:hover {
  transform: translate(0, -45px);
}

.heading-12 {
  color: var(--teal);
  text-align: center;
  margin-top: 80px;
  margin-bottom: 0;
  font-family: Tan nimbus, sans-serif;
  font-size: 40px;
  display: none;
}

.image-52-copy {
  filter: brightness(87%);
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.text-block-42 {
  color: var(--teal);
  text-align: right;
  position: sticky;
  inset: auto 6% -18% 0%;
}

.image-53 {
  width: 70vw;
  margin-top: -270px;
  display: none;
  position: static;
  top: -340px;
}

.artista-2, .artista-3, .artista-4, .artista-5, .artista-6, .artista-7, .artista-8 {
  border-bottom: 2px solid var(--teal);
  flex-direction: column;
  justify-content: center;
  height: auto;
  margin-top: 0;
  padding-top: 130px;
  padding-bottom: 130px;
  display: flex;
}

.image-54 {
  width: 600px;
  position: static;
  inset: 200px 0% 0%;
}

.image-55 {
  z-index: 999999;
  width: 600px;
  margin-top: -161px;
  position: relative;
  top: 0;
  left: 50%;
  right: 50%;
}

.section-12 {
  background-color: #027761;
  justify-content: center;
  align-items: center;
  padding-top: 36px;
  padding-bottom: 36px;
  display: none;
}

.image-56 {
  height: 90vh;
  margin-top: 0;
}

.div-block-86 {
  grid-column-gap: 38px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 150px 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: auto;
  grid-auto-flow: row;
  justify-content: center;
  place-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  display: grid;
  overflow: visible;
}

.image-57 {
  text-align: center;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.image-57.big-logo {
  width: 78%;
}

.div-block-87 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-87.big-logo {
  width: 100%;
}

.div-block-88 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  overflow: auto;
}

.text-span-23, .text-span-24 {
  color: var(--teal);
}

.inner-column {
  width: 43%;
}

.inner-column._2 {
  width: 28%;
}

.inner-column._3 {
  width: 27%;
}

.div-block-89 {
  background-color: var(--whity);
  justify-content: center;
  align-items: center;
  height: 45px;
  display: none;
}

.text-block-43 {
  color: var(--dark-slate-grey);
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.text-span-25 {
  font-weight: 800;
  text-decoration: underline;
}

.link-17 {
  color: var(--dark-slate-grey);
}

.section-13 {
  flex-direction: column;
  align-self: auto;
  align-items: center;
  width: 1000px;
  min-height: 90vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
}

.heading-13 {
  color: var(--whity);
  text-align: center;
  margin-bottom: 50px;
  font-family: Recoleta, sans-serif;
}

.div-block-90 {
  flex-direction: column;
  align-self: center;
  margin-bottom: 38px;
  display: flex;
}

.div-block-91 {
  background-color: var(--new-white);
  align-items: stretch;
  padding: 22px 50px;
  display: flex;
  position: relative;
}

.body-10 {
  background-image: linear-gradient(#2f5f51ed, #2f5f51ed), url('../images/60881688dfade49dd6eff391_texture-1.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.text-block-44 {
  background-color: var(--dark-slate-grey);
  color: var(--whity);
  margin-bottom: 5px;
  padding: 2px 10px;
  font-family: Recoleta, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 20px;
  display: inline-block;
  position: absolute;
  inset: 12% auto auto 9%;
}

.text-block-45 {
  color: var(--dark-slate-grey-2);
  font-family: Recoleta, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.text-block-46 {
  color: var(--dark-slate-grey-2);
  font-family: Recoleta, sans-serif;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  inset: auto 0% 8% 8%;
}

.text-block-47 {
  color: var(--dark-slate-grey-2);
  text-align: center;
  padding: 15px;
  font-family: Recoleta, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 16px;
  position: relative;
}

.div-block-92 {
  padding: 30px 15px;
  position: static;
}

.image-58 {
  width: 100px;
  padding: 15px;
}

.div-block-93 {
  background-color: var(--dark-slate-grey-2);
  width: 400px;
  height: 2px;
  padding-left: 0;
  padding-right: 0;
}

.button-7 {
  background-color: var(--whity);
  color: var(--dark-slate-grey-2);
  margin-top: 50px;
  padding: 11px 32px;
  font-family: Recoleta, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: block;
}

.image-59 {
  width: 89px;
  padding: 15px;
}

.text-block-48 {
  color: var(--whity);
  display: block;
}

.text-span-26 {
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
}

.link-18 {
  color: #dfdc31;
}

.div-block-94, .div-block-95, .div-block-96, .div-block-97, .div-block-98, .div-block-99 {
  align-self: center;
}

.text-span-27 {
  font-size: 13px;
  line-height: 3px;
  position: absolute;
  inset: auto 0% 10%;
}

.text-block-49 {
  color: var(--whity);
  margin-top: 0;
  font-size: 21px;
  font-weight: 700;
  position: absolute;
  inset: auto 0% 15%;
}

.text-span-28 {
  text-decoration: underline;
}

.bus-link:hover {
  color: var(--yellow);
}

.iframe-wrapper {
  align-self: center;
  width: 100%;
  height: 0;
  margin-top: 0;
  padding-bottom: 60%;
  position: relative;
  overflow: hidden;
}

.dropdown-4 {
  display: none;
}

.div-block-101 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.section-14 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template: "."
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2px;
  margin-bottom: 2px;
  display: grid;
}

.image-61, .image-62, .image-63, .image-64, .image-65, .image-66 {
  object-fit: cover;
  width: 100%;
  height: 440px;
}

.heading-14 {
  color: #f8f7e4;
  text-align: justify;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Recoleta, sans-serif;
  font-size: 43px;
}

.text-block-50 {
  color: #f8f7e4;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 27px;
  padding-bottom: 0;
  font-family: Recoleta, sans-serif;
  font-size: 32px;
  font-weight: 700;
  display: none;
}

.button-8 {
  background-color: var(--whity);
  color: var(--teal);
  -webkit-text-stroke-color: var(--whity);
  text-transform: uppercase;
  border: 3px #ebe2e2;
  border-radius: 7px;
  margin-top: 40px;
  padding: 24px 74px;
  font-family: Recoleta, sans-serif;
  font-size: 19px;
  font-weight: 700;
  display: none;
  position: absolute;
  bottom: 31px;
}

.container-6 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content;
  grid-auto-columns: 1fr;
  place-items: center;
  max-width: none;
  display: flex;
}

.event-block {
  background-image: url('../images/IMG_4635.jpeg');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 500px;
  display: flex;
}

.heading-15 {
  color: #f8f7e4;
  font-family: Tan nimbus, sans-serif;
  font-size: 34px;
}

.section-15 {
  justify-content: center;
  align-items: center;
  height: 88vh;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.event-block-2 {
  background-image: url('../images/trasanfest-2.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 500px;
  display: flex;
}

.background-video {
  width: 100%;
  height: 100%;
  display: block;
}

.section-16, .background-video-2 {
  width: auto;
  height: auto;
}

.background-video-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.section-17 {
  height: 100%;
  margin-top: -12vh;
}

.text-block-51 {
  color: #f8f7e4;
  text-align: center;
  letter-spacing: 6px;
  width: 100%;
  font-family: Recoleta, sans-serif;
  font-size: 27px;
}

.div-block-102 {
  z-index: 9999999;
  background-color: var(--teal);
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.image-67 {
  width: 160px;
}

.div-block-87-copy {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-87-copy.big-logo {
  width: 70px;
}

.dipu {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dipu.big-logo {
  width: 70px;
}

.section-18 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: grid;
}

.text-block-52 {
  color: var(--dark-slate-grey-2);
  text-align: center;
  width: auto;
  padding-bottom: 31px;
  font-family: Recoleta, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.heading-16 {
  color: var(--teal);
  text-align: center;
  font-family: Recoleta, sans-serif;
}

.div-block-103 {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.div-block-104 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-105 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: center;
  align-self: center;
  place-items: start center;
  max-width: 1440px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 38px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.heading-17 {
  color: var(--teal);
  text-align: center;
  font-family: Recoleta, sans-serif;
}

.text-block-53 {
  color: var(--dark-slate-grey);
  text-align: center;
  font-family: Recoleta, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.text-span-29 {
  font-size: 15px;
}

.html-embed-3 {
  overflow: visible;
}

.location-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: none;
  margin-top: -31px;
  display: flex;
  position: absolute;
  inset: 20% 0% auto;
}

.text-date {
  color: #f8f7e4;
  text-align: center;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-bottom: 27px;
  padding-bottom: 0;
  font-family: Recoleta, sans-serif;
  font-size: 23px;
  font-weight: 700;
  display: flex;
}

.text-span-30 {
  font-family: "Fa solid 900", sans-serif;
}

.div-block-106 {
  background-color: #00514a;
  justify-content: center;
  align-items: center;
  display: none;
}

.image-68 {
  max-width: 40%;
}

.div-block-87-copy-copy {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-87-copy-copy.big-logo {
  width: 70px;
}

.div-block-107 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 84px;
  display: flex;
}

.list {
  color: var(--dark-slate-grey);
  font-family: Recoleta, sans-serif;
  font-size: 22px;
  line-height: 40px;
}

.rich-text-block {
  font-family: Recoleta, sans-serif;
  font-size: 22px;
  line-height: 43px;
}

.rich-text-block-2 {
  color: var(--dark-slate-grey);
  font-family: Recoleta, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.list-2 {
  color: var(--dark-slate-grey);
}

.div-block-108 {
  margin-bottom: 45px;
  display: flex;
}

.heading-18 {
  color: var(--teal);
  margin-bottom: 44px;
  font-family: Recoleta, sans-serif;
  text-decoration: underline;
}

.div-block-109 {
  padding-right: 33px;
}

.div-block-110 {
  padding-left: 33px;
}

.button-9 {
  background-color: var(--teal);
  border-radius: 7px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 37px;
  font-family: Recoleta, sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.div-block-111 {
  flex-flow: column;
  display: flex;
}

.list-item-10 {
  line-height: 29px;
}

.text-span-31 {
  font-size: 16px;
}

.language-tool-g {
  opacity: .6;
  margin-left: 0;
  position: sticky;
  bottom: 0;
  left: 0;
  right: auto;
}

.language-tool-g:hover {
  opacity: 1;
}

.dropdown-5 {
  background-color: var(--new-white);
  border-radius: 14px;
  bottom: 10px;
  left: 10px;
}

.dropdown-toggle-3 {
  color: #070707;
  text-align: center;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 11px 30px;
  display: flex;
}

.dropdown-list-2 {
  top: 203170000000000px;
}

.dropdown-list-2.w--open {
  background-color: var(--new-white);
  color: #694040;
  border-radius: 10px;
  top: -95px;
}

.text-block-54 {
  color: var(--dark-slate-grey-2);
  text-align: center;
  font-family: Recoleta, sans-serif;
  font-weight: 700;
}

.image-69 {
  border-radius: 290px;
  width: 33px;
  height: 26px;
  padding-left: 4px;
}

.dropdown-link-2 {
  outline-offset: 0px;
  border-bottom: 1px solid #6d6c3f30;
  outline: 3px #222;
}

.dropdown-link-2.w--current {
  color: var(--teal);
}

.navbar-g {
  background-color: var(--teal);
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: sticky;
  top: 0;
}

.dropdown-link-2-g {
  outline-offset: 0px;
  border-bottom: 1px solid #6d6c3f30;
  outline: 3px #222;
}

.dropdown-link-2-g.w--current {
  color: var(--teal);
}

.div-block-113 {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: stretch;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 39px;
  display: flex;
  position: relative;
}

.text-block-55 {
  z-index: 999999;
  color: var(--new-white);
  text-align: center;
  padding-top: 37px;
  padding-bottom: 37px;
  font-family: Recoleta, sans-serif;
  font-size: 18px;
  line-height: 32px;
  position: relative;
}

.image-70 {
  width: 500px;
  position: absolute;
  bottom: 0;
  right: 65px;
}

.text-block-56 {
  border-style: none none solid;
  border-width: 1px 1px 1.5px;
  border-color: var(--dark-slate-grey-2);
  color: var(--dark-slate-grey-2);
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-width: none;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Recoleta, sans-serif;
  font-size: 18px;
  line-height: 25px;
  display: flex;
}

.div-block-114 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 50px;
  padding-left: 139px;
  padding-right: 139px;
  display: flex;
}

.image-65-copy, .image-hid {
  object-fit: cover;
  width: 100%;
  height: 440px;
}

.div-block-115 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-71 {
  width: 500px;
}

.artist-grid {
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 390px;
  padding: 0;
  display: flex;
  position: relative;
}

.image-72 {
  box-sizing: border-box;
  aspect-ratio: 920 / 1000;
  text-align: left;
  vertical-align: middle;
  object-fit: cover;
  object-position: 0% 50%;
  background-color: #0000;
  border-radius: 10px;
  align-self: auto;
  height: 100%;
  margin-left: 8px;
  margin-right: 8px;
}

.text-block-57 {
  color: var(--whity);
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Recoleta, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  position: absolute;
  inset: auto 0% 5%;
}

.image-72-pablo {
  aspect-ratio: auto;
  text-align: left;
  vertical-align: middle;
  object-fit: cover;
  object-position: 0% 50%;
  border-radius: 10px;
  align-self: auto;
  max-width: 100%;
  height: 100%;
  margin-left: 0;
  padding-left: 0;
  overflow: clip;
}

.image-72-sofia {
  box-sizing: border-box;
  filter: brightness(82%);
  text-align: left;
  vertical-align: middle;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 10px;
  align-self: center;
  height: 100%;
  margin-left: 8px;
}

.image-72-theia {
  box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 10px;
  order: 0;
  align-self: center;
  height: 100%;
  margin-left: 8px;
  margin-right: 8px;
}

.image-72-rufus {
  box-sizing: border-box;
  filter: brightness(78%);
  text-align: left;
  vertical-align: middle;
  object-fit: cover;
  object-position: 0% 50%;
  background-color: #0000;
  border-radius: 10px;
  align-self: center;
  height: 100%;
  margin-left: 8px;
  margin-right: 8px;
}

.music-years {
  background-color: var(--teal);
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 48px 0;
  display: flex;
}

.image-72-rufus-copy {
  box-sizing: border-box;
  filter: brightness(78%);
  text-align: left;
  vertical-align: middle;
  object-fit: cover;
  object-position: 0% 50%;
  background-color: #0000;
  border-radius: 10px;
  align-self: center;
  height: 100%;
  margin-left: 8px;
  margin-right: 8px;
}

.image-72-stanich {
  box-sizing: border-box;
  filter: brightness(78%);
  text-align: left;
  vertical-align: middle;
  object-fit: cover;
  object-position: 50% 50%;
  background-color: #0000;
  border-radius: 10px;
  align-self: center;
  height: 100%;
  margin-left: 8px;
  margin-right: 8px;
}

.image-72-teles {
  aspect-ratio: auto;
  text-align: left;
  vertical-align: middle;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 10px;
  align-self: auto;
  max-width: 100%;
  height: 100%;
  margin-left: 0;
  padding-left: 0;
  overflow: clip;
}

.image-72-bernara {
  box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  object-fit: cover;
  object-position: 50% 50%;
  background-color: #0000;
  border-radius: 10px;
  align-self: center;
  height: 100%;
  margin-left: 8px;
  margin-right: 8px;
}

.image-72-era-hoy {
  box-sizing: border-box;
  aspect-ratio: 920 / 1000;
  text-align: left;
  vertical-align: middle;
  object-fit: cover;
  object-position: 100% 50%;
  background-color: #0000;
  border-radius: 10px;
  align-self: auto;
  height: 100%;
  margin-left: 8px;
  margin-right: 8px;
}

.image-72-kanaku {
  box-sizing: border-box;
  filter: brightness(82%);
  text-align: left;
  vertical-align: middle;
  object-fit: cover;
  object-position: 100% 50%;
  border-radius: 10px;
  align-self: center;
  height: 100%;
  margin-left: 8px;
}

.youtube-4 {
  display: none;
}

.text-block-58 {
  color: var(--whity);
  margin-top: 51px;
  font-family: Recoleta, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.image-73 {
  width: 500px;
}

.paragraph-8 {
  color: var(--whity);
  font-family: Montserrat, sans-serif;
}

.logos-desktop {
  width: auto;
  display: inline-flex;
}

.div-block-116 {
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.image-57-copy {
  text-align: center;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.image-57-copy.big-logo {
  width: 78%;
}

.text-span-32 {
  font-size: 12px;
}

.div-block-117 {
  justify-content: center;
  align-items: center;
  padding-top: 218px;
  padding-bottom: 218px;
  display: flex;
}

.image-75 {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-19 {
  background-color: #fff;
}

.logos-mobile {
  width: auto;
  display: none;
}

.image-76 {
  vertical-align: middle;
  background-color: #fff;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-20 {
  background-color: #fff;
}

.section-21 {
  display: flex;
}

.image-77 {
  padding-bottom: 17px;
}

.image-78 {
  padding-bottom: 20px;
}

.image-79 {
  width: 50%;
}

.glamping-galego {
  width: 100%;
  padding: 50px;
  display: none;
}

.div-block-118, .div-block-119 {
  width: 50%;
}

.text-span-33 {
  color: var(--dark-slate-grey-2);
  font-family: Recoleta, sans-serif;
  font-size: 23px;
  font-weight: 700;
}

.button-10 {
  background-color: var(--dark-slate-grey-2);
  border-radius: 10px;
  margin-top: 24px;
  font-family: Recoleta, sans-serif;
  font-weight: 700;
}

.button-11 {
  font-family: "Fa 400", sans-serif;
  font-weight: 400;
  position: absolute;
  inset: auto 2% 2% auto;
}

.paragraph-9, .paragraph-10 {
  font-family: Recoleta, sans-serif;
}

.share {
  opacity: .6;
  flex-flow: row;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  margin-left: 0;
  display: flex;
  position: sticky;
  inset: auto 5px 5px auto;
}

.share:hover {
  opacity: 1;
}

.sharebutton {
  background-color: var(--new-white);
  border-radius: 14px;
  bottom: 10px;
  left: 10px;
}

.link-19 {
  color: var(--dark-slate-grey-2);
  vertical-align: bottom;
  padding-top: 17px;
  font-family: Recoleta, sans-serif;
}

.image-80 {
  width: 37px;
}

.glamping, .camoinggalego {
  width: 100%;
  padding: 50px;
  display: flex;
}

.paragraph-11, .paragraph-12, .bold-text-11, .paragraph-13, .paragraph-14, .paragraph-15, .paragraph-16, .paragraph-17, .paragraph-18, .paragraph-19, .paragraph-20, .paragraph-21, .paragraph-22, .paragraph-23, .paragraph-24, .paragraph-25, .bold-text-12, .bold-text-13 {
  display: none;
}

.paragraph-26 {
  color: var(--whity);
}

@media screen and (max-width: 991px) {
  .div-block-4 {
    background-color: #004b1f;
    width: auto;
  }

  .menu {
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .hero-section {
    margin-top: -16vh;
  }

  .button-3 {
    border-radius: 8px;
    padding: 12px 30px;
    font-size: 20px;
  }

  .artistas {
    margin-left: 0;
    margin-right: 0;
    padding: 40px;
  }

  .section-3 {
    padding-top: 70px;
  }

  .div-block-29 {
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 620px;
  }

  .text-block-8 {
    font-size: 24px;
  }

  .historia-1 {
    justify-content: center;
    align-items: center;
    max-width: none;
    inset: auto 0% 9%;
  }

  .div-block-34 {
    text-align: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    width: auto;
    max-width: none;
    padding: 0 112px;
    line-height: 20px;
    position: relative;
    top: 58px;
    overflow: auto;
  }

  .el-festival, .div-block-35 {
    width: auto;
  }

  .intro-festi {
    flex-wrap: wrap;
    max-height: none;
    padding: 20px 0;
  }

  .heading-5.heading-home.white {
    color: var(--whity);
    text-align: center;
    flex: 0 auto;
    align-self: center;
    height: auto;
    margin-top: 10px;
    padding-top: 20px;
    font-family: Tan nimbus, sans-serif;
    font-size: 27px;
    line-height: 29px;
    display: block;
    overflow: hidden;
  }

  .paragraph-5.paragraph-home.white {
    color: var(--whity);
    text-align: center;
    align-self: center;
    margin-top: 5px;
    font-size: 18px;
    line-height: 26px;
  }

  .div-block-38 {
    grid-column-gap: 50px;
    flex-flow: row;
    grid-template-columns: 1fr 1fr;
    justify-content: flex-start;
    max-width: none;
    display: flex;
  }

  .heading-7 {
    font-size: 14px;
    line-height: 17px;
  }

  .div-block-39 {
    width: 33%;
    padding: 4px;
  }

  .div-block-40 {
    width: 100%;
    max-width: 1440px;
  }

  .button-5 {
    margin-top: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 15px;
  }

  .div-block-42 {
    margin-top: 20px;
    padding: 0 40px 49px;
  }

  .div-block-43 {
    padding-top: 0;
  }

  .div-block-44 {
    height: 60vh;
  }

  .heading-home {
    text-transform: uppercase;
    margin-top: 16px;
    margin-bottom: 16px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 27px;
    line-height: 31px;
    overflow: hidden;
  }

  .paragraph-home {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 26px;
  }

  .image-20 {
    width: 500px;
  }

  .container-3 {
    flex-direction: column;
    max-width: 728px;
    display: flex;
  }

  .navbar-wrapper {
    height: 33px;
  }

  .navbar-brand {
    align-items: center;
    display: block;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-hamburger {
    padding: 12px;
  }

  .nav-hamburger.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .navbar-no-shadow {
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .navbar-no-shadow-container {
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .menu-item {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .top-bar-wrapper {
    display: none;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .html-embed-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-span-10 {
    font-size: 60px;
  }

  .text-block-20 {
    font-size: 17px;
    line-height: 19px;
  }

  .icon-3 {
    color: var(--yellow);
    font-size: 36px;
  }

  .artistas-layout {
    padding-left: 35px;
    padding-right: 35px;
  }

  .artista-1 {
    justify-content: flex-start;
    height: auto;
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .artista-info {
    align-items: flex-start;
  }

  .artista-foto {
    width: 70%;
  }

  .artista-bio {
    width: 60%;
  }

  .heading-8 {
    font-size: 27px;
  }

  .text-block-21 {
    font-size: 14px;
  }

  .paragraph-7 {
    height: auto;
    max-height: 260px;
    font-size: 14px;
    overflow: scroll;
  }

  .artista-dj {
    height: 80vh;
    margin-top: 0;
    padding-top: 3px;
  }

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

  .div-block-62 {
    margin-top: 68px;
    padding-bottom: 68px;
    padding-left: 34px;
    padding-right: 34px;
  }

  .div-block-63 {
    margin-top: 50px;
    padding-bottom: 50px;
    padding-left: 34px;
    padding-right: 34px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .text-block-26 {
    margin-bottom: 0;
    font-size: 18px;
  }

  .text-block-32 {
    display: inline;
  }

  .video-promo {
    width: 100%;
    margin-top: 38px;
  }

  .youtube-2 {
    width: 610px;
  }

  .image-31 {
    width: 200px;
  }

  .image-32 {
    width: 160px;
  }

  .div-block-73 {
    flex-direction: row;
    justify-content: space-between;
    height: 12vh;
    padding-left: 15px;
    padding-right: 15px;
  }

  .navbar-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .brand-4 {
    width: 90%;
  }

  .section-4 {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-33 {
    width: 80px;
  }

  .item-menu.entradas, .item-menu.autobuses, .item-menu.mapa {
    text-align: center;
  }

  .item-menu.merch {
    text-align: center;
    display: none;
  }

  .item-menu.line-up, .item-menu.ediciones, .item-menu.edici-ns, .item-menu.bracelit, .item-menu.brracelit-g {
    text-align: center;
  }

  .container-5 {
    flex-direction: column;
    align-items: center;
    max-width: 728px;
    display: flex;
  }

  .footer-wrapper-two-3 {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
  }

  .footer-brand-2 {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .footer-block-two-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-link-two-2 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-form-2 {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container-2 {
    max-width: 350px;
  }

  .footer-copyright-2 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .text-block-34 {
    padding-top: 27px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .icon-4 {
    color: var(--new-white);
    font-size: 50px;
    display: block;
  }

  .div-block-76 {
    align-self: center;
  }

  .div-block-77 {
    column-count: 2;
    grid-template-columns: 1fr 1fr 1fr;
    place-items: center;
    padding-top: 8px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-35 {
    max-width: 580px;
  }

  .text-block-35 {
    align-self: center;
  }

  .div-block-78 {
    flex-direction: column;
  }

  .nav-menu-4 {
    z-index: 999;
    background-color: var(--teal);
    height: 90vw;
    padding-top: 50px;
  }

  .menu-button-2 {
    background-color: #c8c8c800;
    display: none;
  }

  .menu-button-2.w--open {
    background-color: #c8c8c800;
  }

  .text-span-21 {
    line-height: 150%;
  }

  .div-block-82 {
    min-height: auto;
  }

  .image-41 {
    display: none;
  }

  .image-42, .image-43, .image-44 {
    width: 100%;
  }

  .image-47 {
    width: 100%;
    padding-bottom: 23px;
    display: block;
  }

  .footer-light-2-main {
    padding-top: 10px;
  }

  .image-48 {
    padding-bottom: 31px;
    display: block;
  }

  .text-block-37 {
    color: #fff;
    height: 210px;
    padding-top: 10px;
    font-family: Tan nimbus, sans-serif;
    font-size: 40px;
    line-height: 44px;
  }

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

  .section-11 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .heading-11 {
    font-size: 60px;
  }

  .text-block-39 {
    margin-bottom: 35px;
  }

  .artistas-div {
    grid-template-columns: 212px 212px 212px 212px 212px 212px 212px 212px;
  }

  .text-block-41 {
    font-size: 20px;
    line-height: 32px;
  }

  .link-block:hover {
    transform: none;
  }

  .heading-12 {
    margin-bottom: 40px;
    font-size: 32px;
  }

  .text-block-42 {
    text-align: center;
    font-size: 21px;
  }

  .image-53 {
    margin-top: -340px;
  }

  .artista-2, .artista-3, .artista-4, .artista-5, .artista-6, .artista-7, .artista-8 {
    justify-content: flex-start;
    height: auto;
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .div-block-86 {
    grid-template-rows: auto auto;
    grid-template-columns: 120px 70px 70px 120px 1fr;
    grid-auto-flow: row;
    justify-content: center;
    place-items: center;
  }

  .image-57 {
    max-width: 63px;
  }

  .div-block-87, .div-block-87.big-logo {
    width: 100%;
  }

  .inner-column {
    width: 50%;
  }

  .inner-column._2 {
    width: 35%;
  }

  .section-13 {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-block-47 {
    line-height: 18px;
  }

  .iframe-wrapper {
    height: auto;
    padding-bottom: 100%;
  }

  .heading-14 {
    text-align: center;
    font-size: 38px;
    line-height: 90px;
  }

  .text-block-50 {
    font-size: 29px;
  }

  .section-15 {
    height: auto;
    padding-top: 69px;
    padding-bottom: 69px;
  }

  .div-block-87-copy, .div-block-87-copy.big-logo {
    width: 50px;
  }

  .dipu {
    width: 110px;
  }

  .dipu.big-logo {
    width: 50px;
  }

  .div-block-105 {
    flex-flow: column;
    max-width: none;
    height: auto;
    padding: 50px;
    display: flex;
  }

  .text-date {
    font-size: 29px;
  }

  .image-68 {
    max-width: 60%;
  }

  .div-block-87-copy-copy, .div-block-87-copy-copy.big-logo {
    width: 50px;
  }

  .div-block-107 {
    padding-left: 33px;
    padding-right: 33px;
  }

  .list, .rich-text-block {
    font-size: 20px;
    line-height: 38px;
  }

  .list-item-2 {
    line-height: 27px;
  }

  .list-item-3 {
    line-height: 28px;
  }

  .list-item-4 {
    line-height: 27px;
  }

  .navbar-g {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-113 {
    flex: none;
    align-self: auto;
    align-items: center;
    height: 700px;
    padding-bottom: 151px;
    position: relative;
  }

  .image-70 {
    align-self: center;
    width: 320px;
    inset: auto auto 0%;
  }

  .div-block-114 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .artist-grid {
    height: 310px;
  }

  .text-block-57 {
    font-size: 25px;
    line-height: 27px;
  }

  .logos-desktop {
    width: auto;
  }

  .image-57-copy {
    max-width: 63px;
  }

  .logos-mobile {
    width: auto;
  }

  .glamping-galego {
    flex-flow: column;
  }

  .div-block-118, .div-block-119 {
    width: 100%;
  }

  .button-10 {
    margin-bottom: 25px;
  }

  .glamping, .camoinggalego {
    flex-flow: column;
  }
}

@media screen and (max-width: 767px) {
  .date-hero-text {
    font-size: 22px;
  }

  .button-3 {
    padding: 12px 30px;
    font-size: 18px;
  }

  .div-block-26 {
    margin-top: -9px;
  }

  .artistas {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-29 {
    grid-template-columns: 1fr 1fr;
  }

  .text-block-8 {
    letter-spacing: 0;
    font-size: 20px;
  }

  .historia-1 {
    margin-bottom: 20px;
    display: block;
    position: static;
  }

  .div-block-34 {
    max-width: 680px;
    padding-left: 40px;
    padding-right: 40px;
    position: static;
  }

  .el-festival, .div-block-35 {
    max-width: 680px;
  }

  .intro-festi {
    flex-direction: column-reverse;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-5.heading-home.white {
    color: var(--whity);
    font-size: 34px;
    line-height: 37px;
  }

  .paragraph-5.paragraph-home.white {
    color: var(--whity);
    text-align: justify;
    margin-bottom: 0;
    font-size: 17px;
    line-height: 24px;
  }

  .div-block-38 {
    grid-column-gap: 0px;
  }

  .button-5 {
    border-radius: 5px;
    padding: 13px 25px;
    font-size: 17px;
  }

  .div-block-42 {
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-43 {
    align-self: center;
    align-items: center;
    width: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .div-block-44 {
    display: none;
  }

  .heading-home {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 30px;
    line-height: 36px;
  }

  .paragraph-home {
    text-align: justify;
    margin-top: 0;
    font-size: 17px;
    line-height: 24px;
  }

  .div-block-45 {
    flex-direction: column;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .image-20 {
    width: 400px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-5 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .nav-menu-2 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .menu-item {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .footer-light {
    padding-left: 29px;
    padding-right: 15px;
  }

  .footer-wrapper-two {
    flex-direction: column;
    padding-top: 0;
  }

  .footer-block-two {
    margin-bottom: 49px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
    margin-left: 0;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .artistas-layout {
    flex-wrap: nowrap;
    align-items: stretch;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .artista-1 {
    flex-wrap: nowrap;
    align-self: auto;
    align-items: stretch;
    height: auto;
    margin-bottom: 50px;
  }

  .artista-info {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
  }

  .artista-foto, .artista-bio {
    width: auto;
  }

  .artista-dj {
    flex-wrap: nowrap;
    align-self: auto;
    align-items: stretch;
    height: auto;
  }

  .footer {
    flex-direction: column;
    height: auto;
    padding: 20px;
  }

  .footer-image {
    object-fit: contain;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-66 {
    position: relative;
    inset: auto 0% 0%;
  }

  .link-12, .bold-text-7 {
    font-size: 10px;
  }

  .div-block-67 {
    margin-top: 10px;
    padding-bottom: 20px;
  }

  .text-block-26 {
    font-size: 17px;
  }

  .image-30 {
    padding-bottom: 31px;
  }

  .youtube-2 {
    width: 530px;
  }

  .section-4 {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .image-33 {
    width: 85px;
  }

  .item-menu.merch {
    display: none;
  }

  .footer-light-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-brand-2 {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two-2 {
    margin-top: 20px;
  }

  .footer-social-link-2 {
    margin-left: 20px;
  }

  .image-35 {
    max-width: 530px;
  }

  .div-block-78 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-79 {
    margin-top: 0;
  }

  .text-span-21 {
    line-height: 40px;
  }

  .div-block-82 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-42, .image-43 {
    width: 100%;
  }

  .image-47 {
    width: 100%;
    display: none;
  }

  .footer-light-2-main {
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-48 {
    display: none;
  }

  .button-6 {
    font-size: 17px;
  }

  .heading-11 {
    font-size: 55px;
  }

  .artista-2, .artista-3, .artista-4, .artista-5, .artista-6, .artista-7, .artista-8 {
    flex-wrap: nowrap;
    align-self: auto;
    align-items: stretch;
    height: auto;
    margin-bottom: 50px;
  }

  .image-56 {
    height: auto;
  }

  .div-block-86 {
    grid-column-gap: 14px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: auto 64px 64px 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .div-block-87 {
    width: 111px;
  }

  .div-block-87.big-logo {
    width: 60px;
  }

  .section-13 {
    flex-wrap: nowrap;
    align-self: center;
    width: auto;
  }

  .heading-13 {
    align-self: center;
  }

  .text-block-45 {
    font-size: 14px;
  }

  .text-block-47 {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 13px;
  }

  .div-block-92 {
    padding-left: 2px;
    padding-right: 2px;
  }

  .image-58 {
    width: 81px;
  }

  .div-block-93 {
    width: auto;
  }

  .text-span-27 {
    font-size: 11px;
    line-height: 8px;
    bottom: 10%;
  }

  .iframe-wrapper {
    height: auto;
    padding-bottom: 120%;
  }

  .section-14 {
    grid-template-columns: 1fr 1fr;
  }

  .image-65 {
    display: none;
  }

  .heading-14 {
    font-size: 41px;
  }

  .text-block-50 {
    font-size: 19px;
  }

  .container-6 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: column;
    grid-auto-flow: row;
    place-items: center;
    width: auto;
    min-width: auto;
    display: flex;
    overflow: visible;
  }

  .event-block {
    width: 80vw;
    height: 60vh;
  }

  .section-15 {
    justify-content: center;
    align-items: center;
  }

  .event-block-2 {
    order: -1;
    width: 80vw;
    height: 60vh;
  }

  .text-date {
    font-size: 25px;
  }

  .list {
    padding-left: 20px;
    font-size: 18px;
    line-height: 44px;
  }

  .list-2 {
    padding-left: 20px;
    font-size: 18px;
  }

  .heading-18 {
    margin-bottom: 33px;
    font-size: 32px;
  }

  .list-item-5 {
    line-height: 29px;
  }

  .list-item-6 {
    line-height: 25px;
  }

  .div-block-112 {
    line-height: 20px;
  }

  .image-70 {
    bottom: 0;
    left: auto;
    right: auto;
  }

  .image-65-copy {
    display: none;
  }

  .artist-grid {
    height: 250px;
  }

  .text-block-57 {
    font-size: 21px;
    line-height: 21px;
  }

  .image-73 {
    width: 250px;
  }
}

@media screen and (max-width: 479px) {
  .content-box {
    width: 242px;
  }

  .title {
    font-size: 40px;
    line-height: 37px;
  }

  .grid-2 {
    grid-column-gap: 8px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    width: 290px;
    display: flex;
    position: static;
  }

  .body {
    padding: 10px;
  }

  .grid-block {
    object-fit: fill;
    flex-wrap: wrap;
    width: 140px;
    overflow: visible;
  }

  .div-block-3 {
    height: 100vh;
  }

  .div-block-4 {
    flex-wrap: wrap;
    justify-content: center;
    width: auto;
    height: auto;
    margin: 7px 0 0;
    padding-top: 35px;
    padding-bottom: 22px;
    display: flex;
    position: static;
    bottom: -3%;
  }

  .search {
    flex-direction: column;
    align-self: center;
    align-items: center;
    width: auto;
    margin-left: 0;
    display: flex;
  }

  .search-input {
    width: auto;
  }

  .search-button {
    text-align: left;
    align-self: flex-end;
    margin-top: 12px;
    margin-left: 0;
    display: block;
  }

  .div-block-5, .columns {
    display: block;
  }

  .div-block-9 {
    align-items: flex-start;
    display: block;
  }

  .div-block-10 {
    width: 100%;
  }

  .div-block-11 {
    width: 100vw;
  }

  .paragraph {
    width: auto;
  }

  .hero-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(#0000003d, #0000003d);
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    align-items: center;
    height: 94vh;
    margin-top: -15.9vh;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .heading {
    font-size: 61px;
  }

  .title-block {
    text-align: center;
    flex-wrap: wrap;
    flex: 0 auto;
    margin-top: 0;
    font-size: 27px;
    display: flex;
    position: static;
    inset: 0%;
  }

  .date-hero-text {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
    position: relative;
    top: 0;
  }

  .button-3 {
    border-radius: 5px;
    margin-top: 25px;
    padding: 11px 31px;
    font-size: 17px;
  }

  .div-block-26 {
    margin-top: 0;
  }

  .conciertos {
    height: auto;
    padding: 26px 17px 17px;
  }

  .div-block-27 {
    padding: 12px;
  }

  .artistas {
    flex-wrap: nowrap;
    height: 80%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
    padding-bottom: 20px;
    font-size: 19px;
    overflow: scroll;
  }

  .conciertes-title {
    color: #004b1f;
    font-size: 28px;
  }

  .section-3 {
    padding: 60px 0 20px;
  }

  .div-block-29 {
    grid-column-gap: 17px;
    grid-row-gap: 2px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 33px;
    display: flex;
  }

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

  .text-block-6 {
    font-size: 32px;
  }

  .text-block-6.heading-home {
    text-align: center;
    margin-top: 0;
    margin-bottom: 52px;
  }

  .div-block-31 {
    grid-template-columns: 1fr;
    align-self: auto;
    width: 100%;
    padding: 25px;
  }

  .cuadrado-grupo {
    margin-bottom: 2px;
    transition-property: none;
  }

  .cuadrado-grupo:hover {
    transform: none;
  }

  .text-block-8 {
    color: #fffef1;
    -webkit-text-stroke-color: #fffef100;
    margin-top: 0;
    font-size: 16px;
    line-height: 25px;
  }

  .historia {
    flex-wrap: wrap;
    padding: 22px;
  }

  .historia-1 {
    flex-wrap: wrap;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .heading-2 {
    margin: 49px 0 0;
    font-size: 39px;
    overflow: auto;
  }

  .paragraph-3 {
    max-width: none;
    font-size: 15px;
  }

  .div-block-34 {
    flex-flow: column;
    flex: 0 auto;
    align-content: flex-end;
    align-self: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    padding: 0;
    display: flex;
    overflow: visible;
  }

  .image-11 {
    opacity: .36;
  }

  .historia-2 {
    flex-wrap: wrap;
  }

  .imag-2, .image-12 {
    opacity: .36;
  }

  .text-block-10 {
    font-size: 17px;
  }

  .div-block-37 {
    width: auto;
  }

  .image-15 {
    height: auto;
    padding: 0;
  }

  .intro-festi {
    flex-wrap: wrap;
    align-items: center;
    padding: 0 20px 43px;
  }

  .text-block-11 {
    font-size: 17px;
  }

  .heading-2-copy, .heading-5 {
    margin-top: 17px;
    margin-bottom: 2px;
    font-size: 39px;
    overflow: auto;
  }

  .heading-5.heading-home.white {
    color: var(--whity);
    text-align: center;
    text-transform: uppercase;
    align-self: center;
    margin-top: 0;
    padding-top: 16px;
    font-size: 26px;
    line-height: 33px;
    overflow: hidden;
  }

  .paragraph-5 {
    max-width: none;
    font-size: 15px;
  }

  .paragraph-5.paragraph-home.white {
    color: #f8f7e4f2;
    text-align: center;
    margin-top: 0;
    font-size: 18px;
    line-height: 26px;
  }

  .div-block-38 {
    grid-column-gap: 0px;
    flex-flow: wrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    place-content: flex-start center;
    align-items: center;
    max-width: none;
    margin-top: 27px;
    display: flex;
  }

  .heading-7 {
    text-align: center;
    margin-top: 4px;
    margin-left: 0;
    font-size: 14px;
    line-height: 18px;
    display: block;
  }

  .paragraph-6 {
    text-align: center;
    display: none;
  }

  .div-block-39 {
    justify-content: center;
    align-items: center;
    width: 33%;
    padding: 0;
    display: inline-block;
  }

  .div-block-40 {
    width: 380px;
    margin-top: 52px;
    padding-left: 11px;
    padding-right: 11px;
  }

  .div-block-33 {
    grid-column-gap: 17px;
    grid-template-columns: 1fr 1fr;
    margin-top: 17px;
    display: block;
  }

  .icons {
    width: 90px;
    display: block;
    position: static;
  }

  .div-block-41 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-5 {
    border-style: none;
    border-width: 0;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 11px 22px;
    font-size: 18px;
  }

  .div-block-42 {
    flex-flow: column wrap;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-43 {
    flex-wrap: wrap;
    width: auto;
    padding: 0 20px;
  }

  .div-block-44 {
    width: 100%;
    height: 30vh;
    display: none;
  }

  .heading-home {
    color: var(--teal);
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    padding: 17px 2px;
    font-size: 26px;
    line-height: 33px;
    display: block;
    overflow: hidden;
  }

  .paragraph-home {
    color: #2a755ff2;
    text-align: center;
    margin-bottom: 17px;
    font-size: 18px;
    line-height: 26px;
  }

  .div-block-45 {
    flex-wrap: wrap;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    display: flex;
  }

  .brand-3 {
    padding-left: 0;
  }

  .container-2 {
    justify-content: space-between;
    padding: 8px;
  }

  .icon-2 {
    color: var(--whity);
    font-size: 31px;
  }

  .menu-button {
    padding: 10px;
  }

  .container-3 {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .nav-hamburger {
    padding: 2px;
  }

  .nav-hamburger.w--open {
    background-color: #0000;
  }

  .navbar-no-shadow-container {
    padding: 8px;
  }

  .container-regular {
    align-self: center;
    align-items: flex-start;
    display: block;
  }

  .nav-menu-2 {
    background-color: var(--dark-slate-grey);
    flex-direction: column;
    margin-top: 0;
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .artist-block {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .artist-block-text {
    width: auto;
    padding-right: 0;
  }

  .artist-block-image {
    width: auto;
    height: 499px;
    display: none;
  }

  .artist-title {
    font-size: 25px;
  }

  .div-block-51 {
    flex-flow: column;
  }

  .top-bar-wrapper {
    z-index: 999999;
    height: 39px;
    position: relative;
  }

  .div-block-52 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer-light {
    display: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .div-block-54 {
    flex-wrap: nowrap;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    width: 85vw;
    max-width: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    display: flex;
  }

  .html-embed-2 {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-18 {
    font-size: 15px;
    line-height: 28px;
  }

  .div-block-56 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-span-8 {
    font-size: 18px;
  }

  .text-span-10 {
    font-size: 50px;
  }

  .text-block-20 {
    margin-top: 12px;
    font-size: 15px;
    line-height: 15px;
  }

  .text-span-13 {
    font-size: 13px;
  }

  .text-span-14 {
    font-size: 30px;
    line-height: 30px;
  }

  .text-span-15 {
    font-size: 24px;
    line-height: 10px;
  }

  .bold-text-2 {
    font-size: 30px;
  }

  .icon-3 {
    font-size: 32px;
  }

  .icon-3:hover {
    background-color: #0000;
  }

  .image-28 {
    width: 163px;
  }

  .artistas-layout {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 20px;
  }

  .artista-1 {
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .artista-videos {
    grid-template-columns: 1fr;
  }

  .paragraph-7 {
    background-color: #f6f5e5;
    border-radius: 9px;
    height: auto;
    max-height: 140px;
    padding: 10px;
    line-height: 22px;
    overflow: scroll;
    box-shadow: inset 0 1px 3px #00000012;
  }

  .link-7 {
    font-size: 26px;
    text-decoration: none;
  }

  .div-block-58 {
    justify-content: space-around;
    display: flex;
  }

  .video-container {
    display: none;
  }

  .video-container.video-container-2 {
    display: block;
  }

  .text-span-16 {
    font-family: "Fa solid 900", sans-serif;
  }

  .video-container-2 {
    display: none;
  }

  .text-span-18, .bold-text-3, .bold-text-4 {
    font-size: 15px;
  }

  .bold-text-5 {
    font-size: 25px;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .div-block-62 {
    margin-top: 45px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .text-block-23 {
    font-size: 10px;
    display: block;
  }

  .title-lgpd {
    font-size: 12px;
  }

  .div-block-63 {
    margin-top: 38px;
    padding-left: 23px;
    padding-right: 23px;
  }

  .text-block-24 {
    font-size: 10px;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -1.5rem .75rem auto auto;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .div-block-66 {
    top: 26%;
  }

  .div-block-67 {
    text-align: center;
  }

  .text-block-26 {
    margin-top: 0;
    font-size: 17px;
  }

  .bold-text-8 {
    font-size: 14px;
    line-height: 30px;
  }

  .div-block-70 {
    margin-bottom: 25px;
  }

  .buses-info h2 {
    font-size: 14px;
    line-height: 17px;
  }

  .buses-info h4 {
    font-size: 12px;
    line-height: 19px;
  }

  .buses-info li {
    font-size: 11px;
    line-height: 17px;
  }

  .text-block-31 {
    font-size: 10px;
  }

  .video-promo {
    width: 100%;
    margin-top: 6px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .youtube-2 {
    width: 300px;
    height: 30vh;
  }

  .div-block-73 {
    justify-content: space-between;
    height: 10vh;
    padding-top: 9px;
    padding-left: 7px;
    padding-right: 7px;
  }

  .navbar-3 {
    justify-content: space-around;
    padding-top: 0;
    padding-bottom: 9px;
    display: block;
  }

  .brand-4 {
    width: 90%;
  }

  .section-4 {
    margin-bottom: 40px;
    padding: 27px 0 0;
  }

  .image-33 {
    width: 70px;
  }

  .item-menu {
    text-transform: none;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    display: block;
  }

  .item-menu.entradas {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 23px;
  }

  .item-menu.autobuses {
    text-align: center;
    font-size: 23px;
  }

  .item-menu.mapa {
    text-align: center;
    font-size: 23px;
    display: block;
  }

  .item-menu.merch {
    text-align: center;
    font-size: 23px;
    display: none;
  }

  .item-menu.line-up {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 23px;
    display: block;
  }

  .item-menu.ediciones, .item-menu.edici-ns, .item-menu.bracelit, .item-menu.brracelit-g {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 23px;
  }

  .container-5 {
    flex-direction: column;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .footer-wrapper-two-3 {
    flex-flow: wrap-reverse;
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
  }

  .footer-brand-2 {
    flex-direction: row;
    justify-content: center;
    align-self: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .footer-block-two-2 {
    align-items: center;
    margin-top: 0;
  }

  .footer-link-two-2 {
    margin-top: 0;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 8px;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright-2 {
    color: var(--teal);
    padding-left: 0;
    font-size: 9px;
  }

  .footer-social-block-two-2 {
    margin-top: 20px;
  }

  .dropdown-toggle-2 {
    padding: 10px 20px;
    font-size: 14px;
    display: block;
  }

  .dropdown-link {
    color: var(--whity);
    font-family: Recoleta, sans-serif;
    font-size: 16px;
  }

  .dropdown-list.w--open {
    color: var(--new-white);
    background-color: #0000;
  }

  .text-block-34 {
    margin-bottom: 19px;
    padding-top: 6px;
    font-size: 10px;
  }

  .body-4 {
    background-image: linear-gradient(#f8f7e4cc, #f8f7e4cc), url('../images/60881688dfade49dd6eff391_texture-1.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, contain;
    height: auto;
  }

  .icon-4 {
    color: var(--new-white);
    font-size: 40px;
    display: block;
  }

  .image-34 {
    width: 130px;
    max-width: none;
  }

  .dropdown-link-standby {
    color: var(--whity);
    font-family: Recoleta, sans-serif;
    font-size: 16px;
  }

  .section-5 {
    width: auto;
    max-width: 450px;
    padding-top: 10px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .div-block-77 {
    align-self: flex-start;
    column-gap: 5px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .image-35 {
    max-width: 95vw;
    padding-left: 0;
  }

  .image-recap {
    padding-bottom: 5px;
  }

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

  .nav-menu-4 {
    background-color: var(--teal);
    background-image: none;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-bottom: 0;
    position: absolute;
  }

  .menu-button-2 {
    background-color: #c8c8c800;
    display: block;
  }

  .menu-button-2.w--open {
    background-color: #c8c8c800;
  }

  .text-block-36 {
    color: var(--new-white);
    font-family: Recoleta, sans-serif;
    font-size: 20px;
  }

  .dropdown-3 {
    display: block;
  }

  .item-menu-last {
    padding-bottom: 20px;
    display: block;
  }

  .div-block-82 {
    padding-top: 55px;
    padding-left: 0;
    padding-right: 0;
    display: block;
    overflow: hidden;
  }

  .image-42 {
    display: none;
  }

  .image-43 {
    width: 100%;
  }

  .image-44 {
    width: 90%;
    display: block;
  }

  .image-47 {
    object-fit: fill;
    width: 1000px;
    display: none;
    overflow: hidden;
  }

  .footer-light-2-main {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding: 42px 20px 41px;
    display: flex;
    position: relative;
    inset: auto 0% 0%;
  }

  .image-48 {
    width: 970px;
    max-width: none;
    display: none;
  }

  .section-9 {
    margin-top: 0;
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .section-10 {
    height: auto;
  }

  .gallery-grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .section-11 {
    padding-top: 11px;
    padding-left: 6px;
    padding-right: 6px;
  }

  .image-49 {
    object-fit: cover;
  }

  .lightbox-link, .lightbox-link-2 {
    height: 60px;
  }

  .image-51 {
    width: 120px;
    height: 120px;
  }

  .heading-10 {
    font-size: 19px;
  }

  .button-6 {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }

  .heading-11 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 35px;
  }

  .text-block-40 {
    font-size: 30px;
  }

  .artistas-div {
    grid-template-columns: 212px 212px 212px 212px 212px 212px 212px 212px;
    height: auto;
    overflow: visible;
  }

  .link-block {
    height: 280px;
  }

  .heading-12 {
    margin-bottom: 40px;
    font-size: 27px;
  }

  .text-block-42 {
    text-align: center;
    font-size: 18px;
  }

  .image-53 {
    margin-top: 0;
  }

  .artista-2, .artista-3, .artista-4, .artista-5, .artista-6, .artista-7, .artista-8 {
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-12 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-56 {
    height: auto;
    display: block;
  }

  .div-block-86 {
    grid-column-gap: 6px;
    grid-row-gap: 4px;
    object-fit: fill;
    flex-flow: wrap;
    grid-template: "."
                   "."
                   "."
                   / min-content 1fr 1fr;
    grid-auto-columns: min-content;
    grid-auto-flow: column dense;
    place-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    display: grid;
    overflow: hidden;
  }

  .image-57 {
    text-align: left;
    width: 45px;
    max-width: none;
    height: auto;
    max-height: none;
  }

  .div-block-87 {
    justify-content: flex-start;
    width: 100px;
    padding-left: 0;
    padding-right: 3px;
  }

  .div-block-87.big-logo {
    width: 50px;
  }

  .div-block-88 {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .inner-column {
    width: 100%;
  }

  .div-block-89 {
    height: 33px;
    display: none;
  }

  .text-block-43 {
    font-size: 10px;
  }

  .section-13 {
    flex-wrap: wrap;
    align-content: stretch;
    align-items: center;
    width: auto;
    min-height: 70vh;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-13 {
    text-align: center;
    margin-bottom: 16px;
    font-size: 25px;
  }

  .div-block-90 {
    flex-wrap: wrap;
    align-self: center;
    align-items: stretch;
    width: 300px;
    margin-bottom: 16px;
  }

  .div-block-91 {
    flex-wrap: nowrap;
    place-content: space-between center;
    align-self: auto;
    align-items: stretch;
    width: auto;
    padding-left: 13px;
    padding-right: 13px;
  }

  .text-block-44 {
    text-align: center;
    width: 56px;
    margin-left: auto;
    margin-right: auto;
    font-size: 8px;
    inset: 4% 0% auto;
  }

  .text-block-45 {
    font-size: 10px;
  }

  .text-block-46 {
    text-align: center;
    font-size: 10px;
    inset: auto 0% 4%;
  }

  .text-block-47 {
    font-size: 10px;
    line-height: 9px;
  }

  .div-block-92 {
    display: flex;
  }

  .image-58 {
    width: 40px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block-93 {
    width: auto;
  }

  .image-59 {
    width: 41px;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .text-block-48 {
    text-align: center;
    font-size: 12px;
  }

  .text-span-26 {
    font-size: 13px;
  }

  .div-block-94, .div-block-95 {
    display: flex;
  }

  .div-block-98, .div-block-99 {
    margin-top: 0;
  }

  .text-span-27 {
    display: none;
  }

  .text-block-49 {
    font-size: 17px;
    bottom: 6%;
  }

  .iframe-wrapper {
    height: auto;
    padding-bottom: 230%;
  }

  .dropdown-4 {
    display: none;
  }

  .div-block-101 {
    display: block;
  }

  .image-60 {
    max-width: 86%;
  }

  .section-14 {
    grid-template-rows: auto;
    grid-auto-rows: auto;
    width: 100%;
  }

  .image-61, .image-62, .image-63, .image-64 {
    height: 34vh;
  }

  .image-65 {
    height: 34vh;
    display: inline-flex;
  }

  .image-66 {
    aspect-ratio: auto;
    object-fit: cover;
    height: 34vh;
  }

  .heading-14 {
    letter-spacing: 0;
    font-size: 29px;
    line-height: 45px;
  }

  .text-block-50 {
    margin-bottom: 13px;
    font-size: 18px;
    font-weight: 700;
  }

  .button-8 {
    background-color: var(--whity);
    color: var(--teal);
    margin-top: 39px;
    padding: 14px 25px;
    font-size: 15px;
    bottom: 90px;
  }

  .event-block-2 {
    order: -1;
  }

  .background-video-3 {
    justify-content: center;
    align-items: center;
    height: 93vh;
  }

  .text-block-51 {
    margin-top: 7px;
    font-size: 18px;
  }

  .div-block-102 {
    z-index: 9999999;
    background-color: var(--teal);
    justify-content: center;
    align-items: center;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .image-67 {
    width: 100px;
  }

  .div-block-87-copy {
    justify-content: flex-start;
    width: 39px;
  }

  .div-block-87-copy.big-logo {
    width: 51px;
  }

  .dipu {
    justify-content: flex-start;
    width: 90px;
  }

  .dipu.big-logo {
    width: 51px;
  }

  .div-block-105 {
    padding: 20px 16px;
  }

  .heading-17 {
    font-size: 27px;
  }

  .text-block-53 {
    font-size: 16px;
    line-height: 26px;
  }

  .text-span-29 {
    font-size: 11px;
  }

  .location-block {
    text-align: center;
    flex-wrap: wrap;
    flex: 0 auto;
    margin-top: 0;
    font-size: 27px;
    display: block;
  }

  .text-date {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 13px;
    font-size: 18px;
    font-weight: 700;
  }

  .image-68 {
    max-width: 96%;
  }

  .div-block-87-copy-copy {
    justify-content: flex-start;
    width: 80px;
  }

  .div-block-87-copy-copy.big-logo {
    width: 51px;
  }

  .div-block-107 {
    margin-top: 0;
  }

  .list {
    padding-left: 0;
    font-size: 16px;
  }

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

  .list-2 {
    padding-left: 0;
    font-size: 16px;
  }

  .div-block-108 {
    flex-flow: column;
  }

  .heading-18 {
    text-align: center;
    margin-bottom: 11px;
    font-size: 22px;
    line-height: 33px;
  }

  .div-block-109 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-110 {
    padding-left: 0;
  }

  .button-9 {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 18px;
  }

  .list-item-2 {
    line-height: 35px;
  }

  .list-item-3 {
    margin-top: 7px;
    margin-bottom: 7px;
    line-height: 20px;
  }

  .list-item-4 {
    margin-top: 9px;
    line-height: 21px;
  }

  .list-item-5, .list-item-6, .list-item-7, .list-item-8, .list-item-9 {
    line-height: 35px;
  }

  .text-span-31 {
    font-size: 11px;
    line-height: 11px;
  }

  .dropdown-toggle-3 {
    padding: 10px 15px;
  }

  .dropdown-list-2.w--open {
    border: .5px solid #6d6c3f30;
    font-size: 12px;
    top: -92px;
  }

  .text-block-54 {
    font-size: 13px;
  }

  .image-69 {
    width: 25px;
    height: 20px;
    padding-left: 3px;
  }

  .dropdown-link-2.w--current {
    color: var(--teal);
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }

  .navbar-g {
    justify-content: space-around;
    padding-top: 0;
    padding-bottom: 9px;
    display: block;
  }

  .dropdown-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }

  .dropdown-link-3.w--current {
    color: var(--teal);
  }

  .dropdown-link-4 {
    font-size: 13px;
  }

  .dropdown-link-4.w--current {
    color: var(--teal);
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 12px;
  }

  .dropdown-link-5 {
    color: var(--whity);
  }

  .dropdown-link-5.w--current {
    color: #1d1d1d;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 12px;
  }

  .dropdown-link-2-g.w--current {
    color: #333;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }

  .dropdown-link-3-g {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 12px;
  }

  .dropdown-link-3-g.w--current {
    color: var(--teal);
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-113 {
    flex: none;
    align-self: auto;
    align-items: center;
    height: 570px;
    padding-bottom: 151px;
    position: relative;
  }

  .image-70 {
    inset: auto auto 0%;
  }

  .text-block-56 {
    font-size: 16px;
  }

  .div-block-114 {
    padding: 12px 19px;
  }

  .bold-text-9, .bold-text-10 {
    line-height: 19px;
  }

  .image-65-copy {
    height: 34vh;
    display: inline-flex;
  }

  .image-hid {
    display: none;
  }

  .artist-grid {
    height: 240px;
    margin-bottom: 5px;
  }

  .text-block-57 {
    text-align: center;
    font-size: 22px;
    line-height: 21px;
  }

  .image-72-sofia {
    margin-left: 0;
  }

  .music-years {
    width: auto;
    max-width: 450px;
    padding-top: 10px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .image-72-kanaku {
    margin-left: 0;
  }

  .text-block-58 {
    margin-top: 10px;
    font-size: 16px;
    position: static;
  }

  .logos-desktop {
    width: auto;
    display: none;
  }

  .div-block-116 {
    padding-top: 7px;
    padding-bottom: 28px;
  }

  .image-57-copy {
    text-align: left;
    width: 88px;
    max-width: none;
    height: auto;
    max-height: none;
  }

  .text-span-32 {
    font-size: 10px;
    line-height: 5px;
  }

  .logos-mobile {
    width: auto;
    display: inline-flex;
  }

  .glamping-galego {
    padding: 26px;
    display: none;
  }

  .link-19 {
    font-size: 12px;
  }

  .image-80 {
    width: 30px;
  }

  .glamping, .camoinggalego {
    padding: 26px;
  }
}

#w-node-b2b38fc4-1977-20b9-3633-212e8d0f0132-2e30afa8, #w-node-_5da982c1-2930-8337-08bb-6857526725ce-2e30afa8, #w-node-d4fd7c31-030e-2a63-753b-72c5e088776c-2e30afa8, #w-node-d8da4475-a199-c16b-70e3-95f97d63426a-2e30afa8, #w-node-a0a79f44-00d4-ff9c-6682-b69db3014403-2e30afa8, #w-node-fb6f9a3d-31c5-1a58-ecb3-bef3621ace39-2e30afa8, #w-node-ee35c817-7a46-b710-0b41-95f51901c373-2e30afa8, #w-node-_4506bd35-cc42-e6dc-fd9c-810159335130-2e30afa8, #w-node-_5ea795ab-6783-b6f0-f4da-c7bfc1f4fb11-2e30afa8, #w-node-_11335430-de79-0752-0738-97d992c7c3e3-2e30afa8, #w-node-_290c7120-26dc-3ce0-0a49-2d3bf142b730-2e30afa8, #w-node-a31a5e29-496f-5f2e-d7ff-56f58e14128b-2e30afa8, #w-node-b2510a15-5be9-8516-b583-29d7bb73b3ab-2e30afa8, #w-node-_364a4545-1ac8-355e-0319-87cf9c14c593-2e30afa8, #w-node-be8d9b07-42fa-ca20-a99d-16af461758b5-2e30afa8, #w-node-bb4485da-3db4-a035-9564-970740c40a3c-2e30afa8, #w-node-a111f741-73be-4fff-e079-32eb58698ccd-2e30afa8, #w-node-_06ae12c3-d6c0-c162-3e80-b504150d56f2-2e30afa8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fcebd045-1750-4840-a7ff-dd87e059c7ec-2e30afa8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_14dc54a3-12b0-21fe-536e-af71579025f0-2e30afa8 {
  align-self: center;
}

#w-node-_9be7580e-e12b-3b14-571e-da9b17466a7e-2e30afa8, #w-node-_9233fa5e-6d05-29f0-dc1b-f2bd1a03bae6-2e30afa8, #w-node-_26bdaea8-90a8-7cb8-93f8-d31ceefd2f7f-2e30afa8, #w-node-_13801a63-618d-ab2a-36bb-b608bc4f32d9-2e30afa8, #w-node-_7aca5999-017e-8b5f-de57-72252e6e2916-2e30afa8, #w-node-_94301496-96a9-82ba-6b5d-e989460110c2-2e30afa8, #w-node-_80f77d6e-c0ba-b761-257e-9b002ad4fb6f-2e30afa8, #w-node-_92e7f6b1-1a4a-fd28-0ae1-190c56d63e47-2e30afa8, #w-node-_310afdd3-1817-ca6f-5118-ea43ea278193-2e30afa8, #w-node-_9dbfa0d7-ffd7-85c6-14ba-37e2eb74a2c5-2e30afa8, #w-node-_8c8ed495-92cc-41b8-db7c-799fa0e73ea0-2e30afa8, #w-node-_92ae863c-6757-1d5f-3798-73ce6a99b362-2e30afa8, #w-node-f1159638-66c6-1115-5879-bb8e6ff70d6b-2e30afa8, #w-node-_61ddbf2f-acd3-2a6d-7539-9f878eda56d0-2e30afa8, #w-node-_0fa83147-c9a2-3d61-fd6d-594a8ebd9945-2e30afa8, #w-node-ae4f0bb9-eb39-370a-8e95-b036dd4e9258-b8ef2a76, #w-node-c31c7a0c-c9e3-837f-6736-494108fa85b8-b8ef2a76, #w-node-ec6226cd-68cd-e71d-f9db-319ba5bb5109-b8ef2a76, #w-node-ec6226cd-68cd-e71d-f9db-319ba5bb510b-b8ef2a76, #w-node-_533dda4b-fe9c-b701-e16a-30f4455568b0-b8ef2a76, #w-node-_533dda4b-fe9c-b701-e16a-30f4455568b2-b8ef2a76, #w-node-bb5b7fc4-7ff9-34d9-95d4-167eb8b1efea-b8ef2a76, #w-node-bb5b7fc4-7ff9-34d9-95d4-167eb8b1efec-b8ef2a76, #w-node-_7eade76a-f748-053b-e3f8-3ae13f236e13-b8ef2a76, #w-node-_7eade76a-f748-053b-e3f8-3ae13f236e15-b8ef2a76, #w-node-bc618508-4e92-ab02-9d06-7c7fe89c5d85-b8ef2a76, #w-node-bc618508-4e92-ab02-9d06-7c7fe89c5d87-b8ef2a76, #w-node-_692cd512-f30a-1c50-6e4b-38fa108e4c23-b8ef2a76 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ae148c4f-b59d-4632-edaa-85c7e02edaab-65e20f1a, #w-node-_14cf221a-28bf-c1fc-8eb0-4946678d8fef-65e20f1a, #w-node-_48e22631-9f68-c02f-f928-b1d38173492a-65e20f1a, #w-node-_72484a10-f549-1264-4b84-503bbb0fa0b4-65e20f1a, #w-node-e0a2cbb9-c878-d047-b244-bb4def10fa08-65e20f1a, #w-node-_471aab5c-7a4e-652e-2c8a-2980026be2ec-65e20f1a, #w-node-_7e0f01f9-676a-7d16-b3be-27b703010e01-65e20f1a, #w-node-eec2d069-e4fe-966a-518e-ab7e7567f3b8-65e20f1a, #w-node-_73600b79-e9e8-9680-16aa-0f2f6169d4d5-65e20f1a, #w-node-_73600b79-e9e8-9680-16aa-0f2f6169d4d9-65e20f1a, #w-node-_73600b79-e9e8-9680-16aa-0f2f6169d4dd-65e20f1a, #w-node-_73600b79-e9e8-9680-16aa-0f2f6169d4e3-65e20f1a, #w-node-_73600b79-e9e8-9680-16aa-0f2f6169d4e9-65e20f1a, #w-node-_73600b79-e9e8-9680-16aa-0f2f6169d4ed-65e20f1a, #w-node-_73600b79-e9e8-9680-16aa-0f2f6169d4f1-65e20f1a, #w-node-_73600b79-e9e8-9680-16aa-0f2f6169d4f5-65e20f1a, #w-node-_32e10274-9b2c-c97e-f32b-7d40f51b2f7b-65e20f1a, #w-node-_32e10274-9b2c-c97e-f32b-7d40f51b2f7f-65e20f1a, #w-node-_32e10274-9b2c-c97e-f32b-7d40f51b2f83-65e20f1a, #w-node-_32e10274-9b2c-c97e-f32b-7d40f51b2f87-65e20f1a, #w-node-_32e10274-9b2c-c97e-f32b-7d40f51b2f8b-65e20f1a, #w-node-_32e10274-9b2c-c97e-f32b-7d40f51b2f8f-65e20f1a, #w-node-_32e10274-9b2c-c97e-f32b-7d40f51b2f93-65e20f1a, #w-node-_32e10274-9b2c-c97e-f32b-7d40f51b2f97-65e20f1a {
  place-self: center;
}

#w-node-be8b5171-115e-f297-a530-a793e3f1bd23-c2fd1e70, #w-node-_6073058d-4f17-b42a-6aa3-752d7eb6a4fd-c2fd1e70, #w-node-_0e19cac4-c1fa-7a62-8571-20184e1d3d68-c2fd1e70, #w-node-_22a32eae-4d20-66c2-31fa-6cd4c2cff7db-c2fd1e70, #w-node-_2d7535c8-ab4a-2bed-e65d-0c7182b270ef-c2fd1e70, #w-node-a40ae0b2-268d-9875-55a8-03457a715468-c2fd1e70, #w-node-_25b3d81d-fe2e-60b4-2e31-3bc64d225f40-c2fd1e70, #w-node-_2c059ec9-1f51-15ac-8c87-3c75c3cdeb02-c2fd1e70, #w-node-_30ae597b-40a4-82c2-5ae9-af4066be2762-c2fd1e70, #w-node-fdf38ced-7e53-4624-6663-4eb13ff59dbc-c2fd1e70, #w-node-f0b1fff5-aec1-228c-5237-fed9b76f5d8b-c2fd1e70, #w-node-a8d7de9d-729c-2a7c-9c82-ee1434214bcb-c2fd1e70, #w-node-be8b5171-115e-f297-a530-a793e3f1bd23-b0cebf6e, #w-node-_6073058d-4f17-b42a-6aa3-752d7eb6a4fd-b0cebf6e, #w-node-_0e19cac4-c1fa-7a62-8571-20184e1d3d68-b0cebf6e, #w-node-_22a32eae-4d20-66c2-31fa-6cd4c2cff7db-b0cebf6e, #w-node-_2d7535c8-ab4a-2bed-e65d-0c7182b270ef-b0cebf6e, #w-node-a40ae0b2-268d-9875-55a8-03457a715468-b0cebf6e, #w-node-_25b3d81d-fe2e-60b4-2e31-3bc64d225f40-b0cebf6e, #w-node-_2c059ec9-1f51-15ac-8c87-3c75c3cdeb02-b0cebf6e, #w-node-_30ae597b-40a4-82c2-5ae9-af4066be2762-b0cebf6e, #w-node-fdf38ced-7e53-4624-6663-4eb13ff59dbc-b0cebf6e, #w-node-f0b1fff5-aec1-228c-5237-fed9b76f5d8b-b0cebf6e, #w-node-a8d7de9d-729c-2a7c-9c82-ee1434214bcb-b0cebf6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_57914ca8-181c-88d7-e2bc-46420494f043-c55aecc3 {
  justify-self: center;
}

#w-node-b2b38fc4-1977-20b9-3633-212e8d0f0132-0a95b7bd, #w-node-_5da982c1-2930-8337-08bb-6857526725ce-0a95b7bd, #w-node-d4fd7c31-030e-2a63-753b-72c5e088776c-0a95b7bd, #w-node-d8da4475-a199-c16b-70e3-95f97d63426a-0a95b7bd, #w-node-a0a79f44-00d4-ff9c-6682-b69db3014403-0a95b7bd, #w-node-fb6f9a3d-31c5-1a58-ecb3-bef3621ace39-0a95b7bd, #w-node-ee35c817-7a46-b710-0b41-95f51901c373-0a95b7bd, #w-node-_4506bd35-cc42-e6dc-fd9c-810159335130-0a95b7bd, #w-node-_5ea795ab-6783-b6f0-f4da-c7bfc1f4fb11-0a95b7bd, #w-node-_11335430-de79-0752-0738-97d992c7c3e3-0a95b7bd, #w-node-_290c7120-26dc-3ce0-0a49-2d3bf142b730-0a95b7bd, #w-node-a31a5e29-496f-5f2e-d7ff-56f58e14128b-0a95b7bd, #w-node-b2510a15-5be9-8516-b583-29d7bb73b3ab-0a95b7bd, #w-node-_364a4545-1ac8-355e-0319-87cf9c14c593-0a95b7bd, #w-node-be8d9b07-42fa-ca20-a99d-16af461758b5-0a95b7bd, #w-node-bb4485da-3db4-a035-9564-970740c40a3c-0a95b7bd, #w-node-a111f741-73be-4fff-e079-32eb58698ccd-0a95b7bd, #w-node-_06ae12c3-d6c0-c162-3e80-b504150d56f2-0a95b7bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fcebd045-1750-4840-a7ff-dd87e059c7ec-0a95b7bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_14dc54a3-12b0-21fe-536e-af71579025f0-0a95b7bd {
  align-self: center;
}

#w-node-_9be7580e-e12b-3b14-571e-da9b17466a7e-0a95b7bd, #w-node-_9233fa5e-6d05-29f0-dc1b-f2bd1a03bae6-0a95b7bd, #w-node-_26bdaea8-90a8-7cb8-93f8-d31ceefd2f7f-0a95b7bd, #w-node-_13801a63-618d-ab2a-36bb-b608bc4f32d9-0a95b7bd, #w-node-_7aca5999-017e-8b5f-de57-72252e6e2916-0a95b7bd, #w-node-_94301496-96a9-82ba-6b5d-e989460110c2-0a95b7bd, #w-node-_80f77d6e-c0ba-b761-257e-9b002ad4fb6f-0a95b7bd, #w-node-_92e7f6b1-1a4a-fd28-0ae1-190c56d63e47-0a95b7bd, #w-node-_310afdd3-1817-ca6f-5118-ea43ea278193-0a95b7bd, #w-node-_9dbfa0d7-ffd7-85c6-14ba-37e2eb74a2c5-0a95b7bd, #w-node-_8c8ed495-92cc-41b8-db7c-799fa0e73ea0-0a95b7bd, #w-node-_92ae863c-6757-1d5f-3798-73ce6a99b362-0a95b7bd, #w-node-f1159638-66c6-1115-5879-bb8e6ff70d6b-0a95b7bd, #w-node-_61ddbf2f-acd3-2a6d-7539-9f878eda56d0-0a95b7bd, #w-node-_0fa83147-c9a2-3d61-fd6d-594a8ebd9945-0a95b7bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ae148c4f-b59d-4632-edaa-85c7e02edaab-cbee8e19, #w-node-_14cf221a-28bf-c1fc-8eb0-4946678d8fef-cbee8e19, #w-node-_48e22631-9f68-c02f-f928-b1d38173492a-cbee8e19, #w-node-_72484a10-f549-1264-4b84-503bbb0fa0b4-cbee8e19, #w-node-e0a2cbb9-c878-d047-b244-bb4def10fa08-cbee8e19, #w-node-_471aab5c-7a4e-652e-2c8a-2980026be2ec-cbee8e19, #w-node-_7e0f01f9-676a-7d16-b3be-27b703010e01-cbee8e19, #w-node-eec2d069-e4fe-966a-518e-ab7e7567f3b8-cbee8e19, #w-node-_73600b79-e9e8-9680-16aa-0f2f6169d4d5-cbee8e19, #w-node-_73600b79-e9e8-9680-16aa-0f2f6169d4d9-cbee8e19, #w-node-_73600b79-e9e8-9680-16aa-0f2f6169d4dd-cbee8e19, #w-node-_73600b79-e9e8-9680-16aa-0f2f6169d4e3-cbee8e19, #w-node-_73600b79-e9e8-9680-16aa-0f2f6169d4e9-cbee8e19, #w-node-_73600b79-e9e8-9680-16aa-0f2f6169d4ed-cbee8e19, #w-node-_73600b79-e9e8-9680-16aa-0f2f6169d4f1-cbee8e19, #w-node-_73600b79-e9e8-9680-16aa-0f2f6169d4f5-cbee8e19, #w-node-_32e10274-9b2c-c97e-f32b-7d40f51b2f7b-cbee8e19, #w-node-_32e10274-9b2c-c97e-f32b-7d40f51b2f7f-cbee8e19, #w-node-_32e10274-9b2c-c97e-f32b-7d40f51b2f83-cbee8e19, #w-node-_32e10274-9b2c-c97e-f32b-7d40f51b2f87-cbee8e19, #w-node-_32e10274-9b2c-c97e-f32b-7d40f51b2f8b-cbee8e19, #w-node-_32e10274-9b2c-c97e-f32b-7d40f51b2f8f-cbee8e19, #w-node-_32e10274-9b2c-c97e-f32b-7d40f51b2f93-cbee8e19, #w-node-_32e10274-9b2c-c97e-f32b-7d40f51b2f97-cbee8e19 {
  place-self: center;
}


@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa v4compatibility';
  src: url('../fonts/fa-v4compatibility.woff2') format('woff2'), url('../fonts/fa-v4compatibility.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tan nimbus';
  src: url('../fonts/TAN-NIMBUS.woff2') format('woff2'), url('../fonts/TAN-NIMBUS.woff') format('woff'), url('../fonts/TAN-NIMBUS.ttf') format('truetype'), url('../fonts/TAN-NIMBUS.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Recoleta';
  src: url('../fonts/Recoleta-Light.eot') format('embedded-opentype'), url('../fonts/Recoleta-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Recoleta';
  src: url('../fonts/Recoleta-Bold.woff') format('woff'), url('../fonts/Recoleta-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}