.partners {
  padding-top: 75px;
  padding-bottom: 90px;
}
@media (max-width: 767.98px) {
  .partners {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.partners h2 {
  font-size: calc(1.35rem + 1.2vw);
  font-weight: 800;
  color: #fff;
}
@media (min-width: 1200px) {
  .partners h2 {
    font-size: 2.25rem;
  }
}
.partners .swiper-slide {
  height: auto;
}
.partners-box {
  padding: 40px 48px;
  border-radius: 0 0 20px 20px;
  text-align: center;
  background: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.phass {
  background-image: url("./../../../images/background_2.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.phass h1 {
  font-size: calc(1.275rem + 0.3vw);
  padding-top: 40px;
  padding-bottom: 60px;
  text-align: center;
  font-weight: 400;
  line-height: 45px;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .phass h1 {
    font-size: 1.5rem;
  }
}
.phass h1 span {
  font-weight: 800;
  font-size: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
  .phass h1 span {
    font-size: 2.25rem;
  }
}

.banner .swiper-slide {
  display: flex;
  justify-content: center;
}
.banner .swiper-pagination-bullet {
  background-color: #1c004a;
  height: 1.5rem;
  opacity: 1;
  width: 1.5rem;
}
.banner .swiper-pagination-bullet-active {
  background-color: #390099;
}
@media (max-width: 767.98px) {
  .banner .swiper-container {
    padding-bottom: 30px;
  }
}
.banner .swiper-lazy {
  max-width: 100%;
  height: auto;
}

.space {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  background-image: url("./../../../images/background_2.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767.98px) {
  .space {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.space h2 {
  text-align: center;
  font-size: calc(1.35rem + 1.2vw);
  font-weight: 800;
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .space h2 {
    font-size: 2.25rem;
  }
}
.space .video-youtube {
  position: relative;
}
.space .video-youtube svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  font-size: 56px;
  fill: #fff;
  transition: all 0.3s;
}
.space .video-youtube:hover svg {
  fill: #bdbdbd;
}
.space .box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.space .box .item {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 38px;
}
.space .box .item:first-child {
  border-bottom: solid 1px #5a5a5a;
  border-right: solid 1px #5a5a5a;
}
.space .box .item:nth-child(2) {
  border-bottom: solid 1px #5a5a5a;
}
.space .box .item:nth-child(3) {
  border-right: solid 1px #5a5a5a;
}
.space .box .item p {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
.space .box .item svg {
  fill: #fff;
  font-size: 48px;
  text-align: center;
  margin-bottom: 10px;
}
.space .btn {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 40px auto 0;
}

.shows {
  padding-top: 100px;
  padding-bottom: 75px;
}
@media (max-width: 767.98px) {
  .shows {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.shows-title {
  margin-bottom: 40px;
}
.shows-title h2 {
  font-size: calc(1.35rem + 1.2vw);
  font-weight: 800;
  text-align: center;
}
@media (min-width: 1200px) {
  .shows-title h2 {
    font-size: 2.25rem;
  }
}
.shows-item {
  font-size: calc(1.35rem + 1.2vw);
  font-weight: 800;
  position: relative;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
  width: 25%;
  flex: 0 0 auto;
  height: 315px;
  transition: all 0.3s;
}
@media (min-width: 1200px) {
  .shows-item {
    font-size: 2.25rem;
  }
}
@media (max-width: 767.98px) {
  .shows-item {
    width: 50%;
  }
  .shows-item .text {
    opacity: 1 !important;
  }
  .shows-item .icon {
    opacity: 1 !important;
  }
  .shows-item .gradient {
    opacity: 1 !important;
  }
}
.shows-item.active {
  width: 50%;
}
.shows-item.active .thumb {
  border-radius: 0 0 20px 0;
}
.shows-item.active .text {
  opacity: 1;
}
.shows-item.active .icon {
  opacity: 1;
}
.shows-item.active .gradient {
  opacity: 1;
}
.shows-item .gradient {
  background: linear-gradient(0deg, #ffc600 0%, #ff0000 31%, #ff00a2 62%, #a8cee5 100%);
  width: 13px;
  height: 100%;
  opacity: 0;
}
@media (max-width: 767.98px) {
  .shows-item .gradient {
    left: 0.5rem;
    border-radius: 10rem 0 0 10rem;
    opacity: 1;
  }
}
.shows-item .thumb {
  border-radius: 0 0 20px 20px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.shows-item .text {
  position: absolute;
  bottom: 1rem;
  left: 3rem;
  opacity: 0;
  transition: all 0.4s;
}
.shows-item .text .date {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
}
.shows-item .text h3 {
  font-size: calc(1.35rem + 1.2vw);
  font-weight: 800;
  color: #fff;
}
@media (min-width: 1200px) {
  .shows-item .text h3 {
    font-size: 2.25rem;
  }
}
.shows-item .icon {
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  background: #a8cee5;
  border-radius: 10rem 0 10rem 10rem;
  opacity: 0;
  transition: all 0.4s;
  padding: 8px;
  display: flex;
  cursor: pointer;
}
.shows-item .icon:hover svg {
  transform: rotate3d(1, 1, 1, 360deg);
}
.shows-item .icon svg {
  font-size: 1.5rem;
  fill: #000;
  transition: all 0.5s;
}

.events {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-image: url("./../../../images/background_.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767.98px) {
  .events {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.events .events-background {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
}
.events-title h2 {
  font-size: calc(1.35rem + 1.2vw);
  font-weight: 800;
}
@media (min-width: 1200px) {
  .events-title h2 {
    font-size: 2.25rem;
  }
}
.events-title p {
  font-size: 24px;
}
.events-box {
  height: 100%;
  background: #181919;
  padding: 2.25rem 2rem 3.25rem 2rem;
  border-radius: 0 0 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .events-box {
    padding: 1.5rem 1.5rem 2rem 1.5rem;
  }
}
.events-box.budget {
  background: #390099;
}
@media (max-width: 767.98px) {
  .events-box.budget {
    padding-bottom: 3rem;
  }
}
.events-box-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6.25rem;
}
@media (max-width: 767.98px) {
  .events-box-title {
    margin-bottom: 3rem;
  }
}
.events-box-title h3 {
  font-size: calc(1.275rem + 0.3vw);
  font-weight: 700;
}
@media (min-width: 1200px) {
  .events-box-title h3 {
    font-size: 1.5rem;
  }
}
.events-box-title svg {
  font-size: 4.125rem;
}
.events-box .gradient {
  height: 15px;
  width: 100%;
}

.services {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
}
@media (max-width: 767.98px) {
  .services {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.services .container {
  position: relative;
}
.services .container .services-img {
  position: absolute;
  top: 0;
  z-index: 10;
}
@media (max-width: 767.98px) {
  .services .container .services-img {
    display: none;
  }
}
.services .container .services-details {
  margin: 0 0 0 auto;
  width: 70%;
  background: #390099;
  z-index: 9;
  padding: 45px 8.3% 70px 27%;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .services .container .services-details {
    width: 100%;
    padding: 45px;
  }
}
.services .container .services-details h2 {
  font-size: calc(1.35rem + 1.2vw);
  font-weight: 800;
}
@media (min-width: 1200px) {
  .services .container .services-details h2 {
    font-size: 2.25rem;
  }
}
.services .container .services-details .gradient {
  background: linear-gradient(90deg, #ffc600 0%, #ff0000 31%, #ff00a2 62%, #a8cee5 100%);
  position: absolute;
  right: 0;
  bottom: 0;
  left: auto;
  height: 13px;
  width: 70%;
  border-radius: 0 0 1rem 1rem;
}
@media (max-width: 767.98px) {
  .services .container .services-details .gradient {
    width: 100%;
  }
}
.services .container .services-details .accordion-item {
  background: transparent;
  border: none;
}
.services .container .services-details .accordion-button {
  border: none;
  background: transparent;
  color: #fff;
  font-size: calc(1.275rem + 0.3vw);
  font-weight: 700;
  padding: 24px 0;
  border-radius: 0;
  box-shadow: inset 0px -1px 0px 0 #e5cd9e;
}
@media (min-width: 1200px) {
  .services .container .services-details .accordion-button {
    font-size: 1.5rem;
  }
}
.services .container .services-details .accordion-button::after {
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 24.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Camada_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 150 150' style='enable-background:new 0 0 150 150;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M4.9,56.3c1.3-2.7,4.6-3.8,7.3-2.4L75,85.2l62.8-31.4c2.7-1.4,5.9-0.3,7.3,2.4s0.3,5.9-2.4,7.3c0,0-0.1,0-0.1,0 L77.4,96.2c-1.5,0.8-3.3,0.8-4.9,0L7.4,63.6C4.7,62.2,3.6,59,4.9,56.3z'/%3E%3C/svg%3E%0A");
}
.services .container .services-details .accordion-button:not(.collapsed)::after {
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 24.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Camada_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 150 150' style='enable-background:new 0 0 150 150;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M4.9,56.3c1.3-2.7,4.6-3.8,7.3-2.4L75,85.2l62.8-31.4c2.7-1.4,5.9-0.3,7.3,2.4s0.3,5.9-2.4,7.3c0,0-0.1,0-0.1,0 L77.4,96.2c-1.5,0.8-3.3,0.8-4.9,0L7.4,63.6C4.7,62.2,3.6,59,4.9,56.3z'/%3E%3C/svg%3E%0A");
}
.services .container .services-details .accordion-body {
  padding-left: 0;
}

.instagram {
  position: relative;
  padding-top: 2rem;
  margin-top: 5rem;
  margin-bottom: 11.25rem;
}
@media (max-width: 767.98px) {
  .instagram {
    margin-bottom: 8.5rem;
    margin-top: 32px;
  }
}
.instagram .instagram-background {
  position: absolute;
  right: 0;
  bottom: -200px;
  z-index: -1;
  pointer-events: none;
}
.instagram .col-phones {
  position: absolute;
  top: 0;
}
@media (max-width: 991.98px) {
  .instagram .col-phones {
    left: 0;
  }
}
.instagram .col-phones-box {
  background: #1c004a;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}
.instagram .col-phones .phones {
  position: absolute;
  top: 0;
  right: -4rem;
  bottom: 0;
  z-index: 10;
  margin: auto;
}
@media (max-width: 767.98px) {
  .instagram .col-phones .phones {
    display: none;
  }
}
.instagram .instagram-col .btn {
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .instagram .instagram-col .swiper-slide {
    text-align: center;
  }
}
