body {
    background-color: #201e1f;
    color: white;
    background-image: url('bg_footer.jpg');
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
  }
  .flyer_subtitle, .flyer_city, .flyer_country {
    opacity: 0;
    position: relative;
}

.flyer_subtitle {
    animation: slideIn 1s forwards;
    animation-delay: 0.5s;
}

.flyer_city {
    animation: slideIn 1s forwards;
    animation-delay: 2s;
}

.flyer_country {
    animation: slideIn 1s forwards;
    animation-delay: 3.5s;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(-100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
  .hero {
    position: relative;
    overflow: hidden;
  }

  .hero video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
  }

  .hero .hero-overlay {
    position: relative;
    z-index: 2;
  }

  .hero .hero-message {
    margin: 0 auto;
    width: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    color: white;
    padding: 0.5rem;
    position: relative;
    z-index: 3;
  }

  @media screen and (max-width: 600px) {
    .hero .hero-message {
      width: 95%;
    }
  }

  .title,
  .label {
    color: #d5b36b;
  }

  .button.is-custom {
    background-color: #d5b36b;
    border-color: #d5b36b;
    color: #201e1f;
  }

  .button.is-custom:hover {
    background-color: #c29f5c;
    border-color: #c29f5c;
  }

  .subtitle {
    color: white;
  }

  .fade-in {
    opacity: 0;
    transition: opacity 1s ease-in;
  }

  .visible {
    opacity: 1;
  }

  .b-testimonial-rotate {
    text-align: center;
    position: relative;
    width: 100%;
    max-width: 500px;
    min-height: 400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .b-testimonial-rotate .item {
    display: none;
    font-size: 1.5rem;
    padding: 1.5rem;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: b-testimonial-out cubic-bezier(0.87, 0.01, 0.15, 1) 1s;
  }

  .b-testimonial-rotate .item em {
    opacity: 0.75;
  }

  .b-testimonial-rotate .item.is-active {
    opacity: 1;
    visibility: visible;
    animation: b-testimonial-in cubic-bezier(0.87, 0.01, 0.15, 1) 1s;
  }

  .b-testimonial-rotate .item.init {
    display: block;
  }

  .b-testimonial-rotate .dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 1.5rem;
    display: flex;
    justify-content: center;
  }

  .b-testimonial-rotate .dots .dot {
    height: 6px;
    width: 6px;
    border-radius: 100%;
    background: currentColor;
    margin: 0 0.25rem;
    opacity: 0.3;
    transition: all 0.7s;
  }

  .b-testimonial-rotate .dots .dot.is-active {
    opacity: 1;
    transform: scale(1.5);
  }

  @media screen and (max-width: 600px) {
    .b-testimonial-rotate .item {
      font-size: 1.2rem;
    }
  }

  @keyframes b-testimonial-in {
    from {
      opacity: 0;
      transform: translate(-50%, -60%);
      visibility: hidden;
    }
    to {
      opacity: 1;
      transform: translate(-50%, -50%);
      visibility: visible;
    }
  }

  @keyframes b-testimonial-out {
    from {
      opacity: 1;
      transform: translate(-50%, -50%);
      visibility: visible;
    }
    to {
      opacity: 0;
      transform: translate(-50%, -40%);
      visibility: hidden;
    }
  }

  .logo {
    width: 280px;
    z-index: 6;
    position: relative;
  }

  .sponsors {
    margin: auto;
  }

  .sponsors>div {
    border-radius: 10px;
    padding: 0.31rem;
    display: grid;
    place-items: center;
    margin: auto;
  }

  .sponsors>div img {
    width: 95px;
    border-radius: 10px;
  }

  .slide-window {
    height: auto;
    overflow: hidden;
    position: relative;
  }

  .slide-window img {
    max-width: 100%;
  }

  .slide-holder {
    margin-left: 0;
    transition: margin-left 1s;
  }

  .slide {
    height: auto;
    float: left;
  }

  .slide-nav {
    position: absolute;
    width: 100%;
    height: 20px;
    left: 0;
    bottom: 10px;
    text-align: center;
    z-index: 100;
  }

  .slide-nav-bt {
    width: 9px;
    height: 9px;
    background-color: #fff;
    border: solid 1px transparent;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
  }

  .slide-nav-bt.active {
    background-color: #000;
    border: solid 1px #fff;
  }

  .flyer_subtitle {
    font-size: 1em;
    color: #fff;
    font-weight: 100;
    margin-bottom: 8px;
  }

  .flyer_city {
    font-size: 1.5em;
    color: #d7b46e;
    font-weight: 100;
  }

  .flyers {
    text-align: center;
  }

  .subtitle_white1 {
    font-size: 3rem;
    color: #fff;
    font-weight: 100;
    margin-top: 20px;
  }

  .orange_wide_button {
    background: #00000073;
    color: #FABC3C;
    margin: 0.5rem;
    border: 2px solid #FABC3C;
    display: inline-block;
    font-size: 1.5rem;
    padding: .5rem 0.5rem;
    text-decoration: none;
  }

  .orange_wide_button:hover {
    background-color: #FABC3C;
    color: #000;
  }

  .parallelogram {
    transform: skew(-20deg);
  }

  .skew-fix {
    display: inline-block;
    transform: skew(20deg);
  }

  #slider {
    max-width: 720px;
    height: 500px;
    overflow: hidden;
    border-radius: 20px;
    margin: 20px auto;
  }

  #slider .slides {
    display: block;
    width: 6000px;
    height: 600px;
    margin: 0;
    padding: 0;
  }

  #slider .slide {
    float: left;
    list-style-type: none;
    width: 100vw;
    text-align: center;
    color: lightblue;
  }

  #slider .slide p {
    position: relative;
    top: 50px;
  }

  .fade-in p {
    text-align: justify;
  }

  .wrappersocial {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 0;
  }

  .button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    font-size: 0.45rem;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    transition: all 0.3s;
    border: none;
  }

  .button:hover {
    background-color: #f1f1f1;
  }

  .icon {
    font-size: 15px;
  }

  .fb:hover {
    background-color: #3b5998;
    color: #fff;
  }

  .in:hover {
    background-color: #e4405f;
    color: #fff;
  }

  .yt:hover {
    background-color: #cd201f;
    color: #fff;
  }

  nav {
    z-index: 999;
    display: block;
    position: sticky;
    top: 20px;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .navbar {
    color: #fff;
    background-color: rgba(215, 185, 132, 0.945) !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .32);
  }

  .container-2 {
    object-fit: fill;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 60px;
    padding-left: 0;
    padding-right: 30px;
    display: flex;
  }

  .w-container {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-secondary {
    background-color: #c29f5c;
  }

  .section-sponsors {
    background-color: white;
  }


  .button.is-important {
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    width: 100%;
    border: 2px solid black;
    padding: 0.75rem 1.5rem;
    font-weight: bold;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    border-radius: 5px;
    transition: background-color 0.3s ease;
  }


  .button.is-whatsapp {
    background-color: #25d366;
    color: rgb(255, 255, 255);
    width: 200px;
    border: none;
    padding: 0.75rem 1.5rem;
    font-weight: bold;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    border-radius: 5px;
    transition: background-color 0.3s ease;
  }

  .button.is-whatsapp .fab {
    margin-right: 0.5rem;
    font-size: 1.5rem;
  }

  .button.is-whatsapp:hover {
    background-color: #1ebc57;
  }


  .redbutton {
    width: 100%;
    font-size: 1rem;
    padding: 5px;
    border-radius: 6px;
    border: none;
    background: #c61213;
    font-weight: bolder;
    text-transform: uppercase;
    color: white;
  }


  .redbutton:hover {
    background: #a00b0c;
  }

  .redbutton:active {
    background: #8a090a;
  }

  .redbutton:focus {
    outline: none;
  }

  .redbutton:disabled {
    background: #c61213;
    color: #fff;
    cursor: not-allowed;
  }

  .redbutton:disabled:hover {
    background: #c61213;
  }


  .bluebutton {
    width: 100% !important;
    font-size: 1rem;
    padding: 5px 25px 5px 25px;
    border-radius: 6px;
    border: none;
    background: #1e90ff;
    font-weight: bolder;
    text-transform: uppercase;
    color: white;
  }

  .bluebutton:hover {
    background: #1c80ff;
  }

  .bluebutton:active {
    background: #1a70ff;
  }

  .bluebutton:focus {
    outline: none;
  }

  .card1 {
    background: #ffffff2e;
  padding: 5px;
  border-radius: 12px;
  margin: 6px;
  }
  .card2 {
    background: #ff4f4f2e;
    padding: 5px;
    border-radius: 12px;
    margin: 6px;
  }


  a {
    color: #bb3939;
  }

  a:hover {
    color: #a00b0c;
  }

  .links_ul li  {

    padding: 5px;
    font-weight:600;
    margin: 5px;
    background: rgba(255, 255, 255, 0.5);

  }

  .links_ul li a {
      color: black;

  }

  .links_ul li:hover a {
    color: #a00b0c;

}


/***********/




.datediv {
  text-transform: uppercase;
  letter-spacing: 0.5em;
  display: inline-block;
  border-width: 4px 0;
  padding: 1.5em 0em;
  position: absolute;
  top: 65%;
  left: 50%;
  width: 40em;
  margin: 0 0 0 -20em;
}

.datediv span {
  font: 700 3em/1 "Montserrat", sans-serif;
  letter-spacing: 0;
  padding: 0.25em 0 0.325em;
  display: block;
  margin: 0 auto;
  text-shadow: #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px,
               #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px;
  filter: drop-shadow(0 0 0.75rem #c29f5c);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

