:root {
  --gradient-primary: linear-gradient(53.28deg, #150c66 4.8%, #9633de 86.91%);
  --gradient-secondary: linear-gradient(53.28deg, #ffa100 4.8%, #9633de 86.91%);
  --gradient-thirdy: linear-gradient(53.28deg, #ffa100 4.8%, #ffde00 86.91%);
  --gradient-secondary-btn: linear-gradient(
    to right,
    #c01499,
    #ffde00,
    #c01499
  );
}

.zindex-full {
  z-index: 99999;
}

@keyframes ripple {
  0%,
  35% {
    transform: scale(0);
    opacity: 1;
  }
  50% {
    transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}

.bricks--component.bricks--component-embeddable-form {
  max-width: 100% !important;
}
.landing-v1-from-input {
  max-width: 100%;
}

.video-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.video-btn {
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 0;
  color: #a2592e;
  position: relative;
  z-index: 1;
  background: url(../img/icon/video.svg) no-repeat center center;
  border-radius: 50%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.video-btn:hover {
  transform: scale(1.2);
}
.video-btn::after,
.video-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
  bottom: 0;
  left: 0;
  border-radius: 0;
  border-radius: 50%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-animation: ripple 1.6s ease-out infinite;
  animation: ripple 1.6s ease-out infinite;
  background: rgba(255, 255, 255, 0.3);
}

.float-whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}
.float-whatsapp a {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background: #25d366;
  display: block;
  color: #fff;
  text-align: center;
  padding-top: 7px;
  font-size: 29px;
  box-shadow: 0 0 5px rgb(0 0 0 / 40%);
}

header .header-wrapper {
  justify-content: center;
}

/* Start Part Banner */
#banner.home-v1-hero-area .home-v1-hero-content .logo {
  max-width: 100%;
  margin-bottom: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#banner.home-v1-hero-area .home-v1-hero-content .logo a {
  max-width: 550px;
}
#banner.home-v1-hero-area .home-v1-hero-content .logo h3 {
  color: #fff;
  font-weight: bolder;
  font-size: 40px;
}
/* End Part Banner */

/* Start Part Sobre */
#sobre.about-us-v1-partner-area {
  background-color: #fcfcfc;
}

/* End Part Sobre */

/* Start Part Depoimentos */
#depoimentos .team-image::before {
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
#depoimentos .team-image:hover::before {
  opacity: 0.5;
}
#depoimentos .lnk-insta {
  color: var(--radical-red-bg);
  font-size: 16px;
}

/* End Part Depoimentos */

/* Start Part Institucional */
#conecte .why-chose-v2-thumb .video-evento {
  margin-top: 0;
  margin-left: 0;
  background-color: #000;
}
#conecte .video-evento img {
  max-width: 100%;
  opacity: 0.6;
}
#conecte .box-video-evento {
  display: flex;
  flex-direction: column;
  justify-self: center;
  align-items: center;
  gap: 20px;
}
#conecte .why-chose-v2-content .button-group a {
  background: var(--gradient-primary);
  margin-top: 30px;
}
/* End Part Institucional */

/* Start Part Ingresso */

#ingresso {
  background: var(--gradient-primary);
}
#ingresso .section-title-v2 h2 {
  color: #fff;
}
#ingresso .section-title-v2 p {
  color: #fff;
}
#ingresso .Water-color > span {
  background: rgba(255, 255, 255, 0.08);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
}
#ingresso .section-title-v2 .line span {
  background: var(--gradient-thirdy);
}

#ingresso .landing-v1-pricing-list ul li {
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  padding: 10px 0;
}
#ingresso .landing-v1-pricing-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: cover;
}
#ingresso .landing-v1-pricing-content .number {
  margin-right: 0;
  text-align: center;
}
#ingresso .landing-v1-pricing-content .number small {
  text-align: center;
  display: block;
  margin-bottom: 30px;
  font-size: 12px;
}
#ingresso
  .single-landing-v1-pricing.active
  .landing-v1-pricing-content
  .number
  small {
  color: #fff;
}
#ingresso .landing-v1-pricing-content .button,
#ingresso .landing-v1-pricing-content .button a {
  width: 100%;
  transition: 0.5s;
}
#ingresso .landing-v1-pricing-content .button:hover,
#ingresso .landing-v1-pricing-content .button a:hover {
  background-color: var(--font-clr-txt);
  border-radius: 5px;
  color: #fff;
}
#ingresso .single-v1-event {
  max-width: 1060px;
}
#ingresso .bye-event-v1 {
  width: 60%;
}
#ingresso .bye-event-v1 .bye-event-price {
  width: 50%;
}
#ingresso .bye-event-v1 .bye-event-title {
  padding: 30px 35px;
}
#ingresso .single-v1-event .bye-event-v1 .bye-event-title .location a {
  background: var(--gradient-secondary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#ingresso .bye-event-v1 .bye-event-title .title h4 {
  font-weight: bold;
}
#ingresso .event-v1-content {
  padding: 30px;
}
#ingresso .event-v1-content legend {
  font-size: 12px;
  margin-top: 20px;
  padding: 0 60px 0 15px;
}
#ingresso .bye-event-v1 .bye-event-title .available-event h5 {
  line-height: 1.2;
}
#ingresso .event-v1-content {
  background-color: #fff;
}
#ingresso .bye-event-v1 .bye-event-title::after,
#ingresso .bye-event-v1 .bye-event-title::before {
  display: none;
}
#ingresso .single-v1-event .bye-event-v1 .bye-event-price h2,
#ingresso .single-v1-event:hover .bye-event-v1 .bye-event-price h2 {
  font-size: 48px;
  font-weight: 900;
  background: var(--gradient-secondary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#ingresso .single-v1-event .bye-event-v1 .button a {
  background: var(--gradient-secondary);
  border-color: var(--snow-bdr);
}
#ingresso .single-v1-event:hover .bye-event-v1 .button a {
  background-color: var(--font-clr-txt);
  border-radius: 5px;
  color: #fff;
}
#ingresso .single-v1-event .event-v1-content h4 {
  background: var(--gradient-secondary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* End Part Ingresso */

/* Start Part Apoiadores */
.landing-v1-sponsor .single-partner-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  background-color: #fff;
  border: 0;
  padding: 0px;
}
.landing-v1-sponsor .single-partner-slider:hover {
  border-color: var(--gradient-primary);
}

.landing-v1-sponsor .Water-color > span {
  font-size: 120px;
}

/* End Part Apoiadores */

.footer-wrapper {
  grid-template-columns: 1fr 2fr 1fr;
}
.footer-sitemap .menu .single-menu ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.footer-title {
  margin-bottom: 20px;
}
.footer-sitemap {
  padding-left: 8rem;
}
.footer-sitemap .menu .single-menu ul li {
  min-width: 150px;
}
.footer-sitemap .menu {
  display: flex;
  flex-direction: column;
}
.footer-logo .logo {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.footer-logo .logo img,
.footer-logo .logo svg {
  height: 80px;
}

@media screen and (max-width: 1439px) {
  .footer-social ul li {
    margin-bottom: 5px;
  }
  .footer-social ul li a {
    margin-right: 5px;
  }
  .footer-sitemap {
    padding-left: 5rem;
  }
}

@media screen and (max-width: 1365px) {
  .footer-wrapper {
    max-width: 100%;
  }
  .footer-sitemap {
    margin-top: 0;
    order: 0;
    padding: 0 30px;
  }
  #cta .landing-v1-contact-from {
    width: 50%;
  }
  #cta .landing-v1-contact-from .landing-v1-from-input {
    max-width: 100%;
  }
}

@media screen and (max-width: 1199px) {
  .Water-color span {
    font-size: 120px;
  }
  .footer-sitemap {
    padding: 0 50px;
  }
}

@media screen and (max-width: 1023px) {
  #banner .home-v1-hero-wrapper .home-v1-hero-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  #ingresso .bye-event-v1 {
    width: 100%;
  }
  #cta .landing-v1-contact-wrapper {
    margin-top: 0;
  }
  #ingresso .landing-v1-pricing-wrapper {
    grid-template-columns: inherit;
    padding: 0 80px;
    max-width: 600px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  #banner.home-v1-hero-area {
    display: flex;
    align-items: center;
  }
  #banner .home-v1-hero-content h1 {
    font-size: 60px;
  }
  #banner .home-v1-hero-content h2 {
    font-size: 45px;
    line-height: 1.2;
  }
  .footer-wrapper {
    grid-template-columns: 1fr;
  }
  .footer-logo {
    margin-right: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .footer-items {
    margin-top: 10px;
  }
  .footer-sitemap {
    margin-bottom: 20px;
  }
  .footer-link {
    padding: 0 50px;
  }
  .footer-sitemap .menu .single-menu {
    margin-right: 0px;
  }
  .footer-sitemap .menu .single-menu ul {
    margin-bottom: 0;
  }
  .landing-v1-gallery-wrapper .grid-sizer,
  .landing-v1-gallery-wrapper .isotop-item {
    height: auto;
  }
  #apoiadores {
    overflow: hidden;
  }
  #ingresso {
    overflow: hidden;
  }
  #ingresso .landing-v1-pricing-wrapper {
    grid-template-columns: inherit;
    padding: 0;
    max-width: 100%;
    margin-bottom: 20px;
  }
  #ingresso .bye-event-v1 .bye-event-price {
    width: 100%;
    padding: 0;
  }
  #ingresso .bye-event-v1 .bye-event-title {
    padding: 0;
  }
  #cta .landing-v1-contact-from {
    width: 100%;
  }
}
