.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #104777;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

*,
html {
  scroll-behavior: smooth;
}

body {
  background-color: #F6F5E7 !important;
  font-family: 'Inter', sans-serif;
  font-style: normal;
}

h2,
text {
  font-family: 'Rowdies', cursive;
  font-weight: 500;
}

h1 {
  font-family: 'Wicked Mouse';
  font-size: 34px !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow:
    2px 0 0 #000,
    -2px 0 0 #000,
    0 2px 0 #000,
    0 -2px 0 #000,
    1px 1px 0 #000,
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    3px 5px 0px #000000;

  color: #E85152;
}

h1 strong {
  font-size: 28px;
  margin-bottom: 4px;
}

h4 {
  font-family: 'Love Amour Blank';
  font-size: 40px !important;
  line-height: 28px;
  color: #2B5518 !important;
}

h5 {
  margin-top: 20px !important;
  color: #2B5518;
  font-weight: 600;
}

#como-participar {
  padding: 20px 0;
  background-image: url(../img/confetti.png);
  background-repeat: no-repeat;
  background-size: cover;
}

#como-participar p {
  color: #2B5518;
}

#cta .container {
  margin-top: 40px;
  margin-bottom: -40px;
  position: relative;

  padding: 56px 64px;
  background: linear-gradient(270deg, #FFCB20 13.54%, #FFFBB2 47.4%, #FFCB20 91.67%);
  border: 3px solid #000000;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 104px 12px;
}

#cta h1 {
  color: #FECD51;
}

#cta h1 span {
  color: #C3DC5C;
}

.ct {
  width: 75%;
}

.icons {
  display: flex;
  gap: 16px;
  align-items: center;
}

.icons .divisor {
  margin-right: 24px;
  width: 100%;
  height: 12px;
  background: #FC9512;
  border: 2px solid #000000;
  box-shadow: 0px 4px 0px #000000;
  border-radius: 20px;
}

.b24-form-btn,
.icons a,
.btn-playlist {
  transition-duration: .3s;
  transition-property: transform, box-shadow;
}

.b24-form-btn:hover,
.icons a:hover,
.btn-playlist:hover {
  transform: scale(0.9);
}

.form-check-input:checked {
  background-color: #FC9512 !important;
}


.icons a:hover {
  box-shadow: 0px 8px 0px #000000;
}

.icons a {
  background: #FC9512;
  border: 2px solid #000000;
  box-shadow: 0px 3px 0px #000000;
  border-radius: 64px;
  display: inline-block;
}

.icons img {
  padding: 12px !important;
}

.passos p {
  font-size: 20px;
}

.text-red {
  color: #E85152;
}

.text-blue {
  color: #46AFE8;
}

.text-yellow {
  color: #FECD51;
}

.text-green {
  color: #00DF1F;
}

.carousel-cell {
  padding: 12px 24px;
  margin: 0 12px;
  margin-bottom: 8px;
  background: #FFFFFF;
  border: 3px solid #000000;
  box-shadow: 3px 3px 0px #000000;
  border-radius: 10px;
}

form[method="post"] {
  padding: 0 !important;
}

.b24-form-field-layout-hr {
  background-color: transparent !important;
}


#kiwi {
  filter: opacity(0);
}


/* Wobble Top */
@-webkit-keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }

  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }

  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }

  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }

  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }

  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

@keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }

  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }

  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }

  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }

  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }

  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

.hvr-wobble-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.hvr-wobble-top:hover,
.hvr-wobble-top:focus,
.hvr-wobble-top:active {
  -webkit-animation-name: hvr-wobble-top;
  animation-name: hvr-wobble-top;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.carousel-cell img {
  height: 56px;
  width: auto;
}

header {
  padding: 40px 0 40px;
}


header p {
  margin-top: 24px;
  font-family: 'Inter';
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  color: black;
}

img.logo {
  width: 280px;
  margin-bottom: 80px;
}

#play {
  cursor: pointer;
}

.date {
  padding: 8px 12px;
  display: inline-block;
  background: rgba(16, 71, 119, 0.33);
  border-radius: 4px;
  margin-bottom: 40px;
}

.date p {
  padding-left: 4px;
  font-weight: 400;
  font-size: 24px;
  text-shadow: 0px 3.15px 0px rgba(0, 0, 0, 0.25);
}

.btn-playlist {
  padding: 20px 40px;
  background: rgba(0, 223, 31, 0.2);
  border: 3px solid #000000;
  box-shadow: 0px 8px 0px #000000;
  border-radius: 12px;
}

.date img {
  vertical-align: sub;
}

label[for="check"] {
  color: black;
  font-size: 16px;
}

.b24-form-control-icon-after .b24-form-control,
.b24-form-control-icon-after .b24-form-control-label {
  background-color: white !important;
}

.b24-form-control-icon-after .b24-form-control {
  padding: 38px 22px 24px !important;
}

.b24-form-control-icon-after .b24-form-control-label {
  padding: 0 24px !important;
  background: none !important;
}

button[type="submit"] {
  height: 80px !important;
  color: transparent;
  background-image: url(../img/form-btn.png);
  background-color: transparent;
  background-repeat: no-repeat;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-size: contain;
}

button[type="submit"]:hover {
  background-color: transparent !important;
}

label[for="check"] i {

  text-decoration: underline;
}

section.social .icons img {
  padding: 14px;
  background-color: #D9D9D9;
  box-shadow: 0px 2.69504px 0px #555555;
  border-radius: 67.3759px;
}

section.social {
  margin-bottom: 35%;
  padding-left: 350px;
}

section.social .icons img {
  transition: 0.35s;
}

section.social .icons img:hover {
  transform: scale3d(1.150, 1.150, 1.150);
}

footer {
  width: auto;
  background: linear-gradient(90deg, #D03637 0%, #D03637 50%, #D03637 100%);
}

.b24-form-wrapper {
  background: transparent !important;
}

input {
  border-radius: 100px !important;
  border: 2px solid #000000 !important;
  box-shadow: 0px 4px 0px #000000;
}

.copyright {
  width: 100%;
  left: 0;
  right: 0;
}

.copyright .sign {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.copyright p {
  color: #ffffff66;
}



@media screen and (max-width: 1400px) {
  form {
    margin-right: 100px;
  }

  .b24-form-padding-side {
    padding: 14px 0 !important;
  }

}

@media screen and (max-width: 1200px) {

  header p {
    font-size: 26px;
    line-height: 30px;
  }

  section.social {
    margin-bottom: 31%;
    padding-left: 289px;
  }

  img.logo {
    width: 240px;
  }

  #header-h1 {
    width: 340px;
  }

  #programacao {
    background-size: contain;
  }

  #programacao .prog-p {
    left: 180px;
    width: 84%;
    bottom: 60%;
  }

  .date p {
    font-size: 20px;
  }

}

@media screen and (max-width: 1000px) {
  form {
    padding-left: 130px !important;
    padding-right: 130px !important;
    margin: 150px auto 0 auto;
  }

  header p {
    text-align: center;
  }

  #logo {
    margin-top: 20px;
    width: 80vw;
    height: auto;
  }

  h1 {
    font-size: 24px !important;
  }

  h1 strong {
    font-size: 20px;
  }

  section.social {
    padding-left: 10%;
  }

  img.logo.obrigado {
    width: 200px;
    margin-top: 0;
    margin-bottom: 40px;
  }

  img.logo {
    width: 300px;
    margin: 0 auto;
    margin-top: 24px;
  }



  #play.obrigado {
    width: 25%;
  }

  #header-h1 {
    width: 400px;
    display: flex;
    margin: 0 auto;
  }

  #programacao {
    background: url(../img/programacao-bg-mobile.png) center no-repeat;
    min-height: 600px;
    margin-top: -150px;
    z-index: 1;
    background-size: contain;
    margin-bottom: -30px;
  }

  #programacao .prog-p {
    left: 0
  }

  .date {
    display: block;
    background-color: transparent;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 10px;
  }


  #programacao .prog-p {
    bottom: 45%;
    width: 65%;
  }


}

@media screen and (max-width: 768px) {

  form {
    padding: 0 10px !important;
  }

  h1 {
    line-height: 32px !important;
  }

  picture img {
    width: 70% !important;
  }

  section.social {
    padding-left: 0%;
    margin-bottom: 70%;
  }

  #programacao-2 {
    margin-top: -170px;
    margin-bottom: -140px;
  }

  #programacao .prog-p {
    width: 70%;
    padding: 0;
    bottom: 75%;
  }

  #programacao {
    margin-bottom: -200px;
    margin-top: -120px !important;
  }

  #como-participar {
    background-image: none;
  }

  .ct {
    width: 100%;
  }

  .n10 {
    font-size: 32px !important;
  }

  #cta .container {
    padding: 24px 32px;
  }

  #cta .icons {
    justify-content: center;
  }

  .logo-footer img {
    width: 90%;
  }

  .mapa img {
    width: 100%;
  }

  .copyright img.mb-2 {
    width: 70%;
  }

  .copyright .sign {
    align-items: center;
  }

}

@media screen and (max-width: 540px) {

  header p {
    margin-top: 14px;
    line-height: 30px;
    font-size: 24px;
  }

  form {
    padding: 0 20px !important;
  }

  img.prog-obrigado {
    width: 90%;
  }

  img.logo {
    width: 50%;
  }

  section.social {
    margin-bottom: 120%;
  }

  #programacao .prog-p {
    width: 90%;
  }

  #programacao {
    background: transparent;
    margin-top: calc(20% + -240px) !important;
    min-height: 500px;
    margin-bottom: -200px !important;
  }

  #header-h1 {
    width: 100%;
  }

  .date {
    display: table;
    margin: 0 auto 12px;
    margin-top: 40px;
    background: rgba(16, 71, 119, 0.33);
  }

  .flickity-prev-next-button {
    width: 40px !important;
    height: 40px !important;
  }

  .copyright p {
    color: #ffffff85;
  }

  .flickity-prev-next-button.previous {
    left: 10px !important;
  }

  .flickity-prev-next-button.next {
    right: 10px !important;
  }

  .copyright .sign {
    gap: 12px !important;
  }
}