@media (max-width:1150px) {



  @import url("https://use.typekit.net/vfb3aav.css");

  @font-face {
    font-family: 'Made Outer Sans', sans-serif;
    src: url(./fonts/MADEOuterSansAltRegular.otf) format('opentype');
    font-weight: normal;
    font-style: normal;
  }

  ::-webkit-scrollbar {
    width: 3px;
  }

  ::-webkit-scrollbar-track {
    background-color: #0F161E;
  }

  ::-webkit-scrollbar-thumb {
    background-color: rgba(5, 198, 253, 1);
  }

  ::selection {
    color: #FFF;
    background-color: rgba(5, 198, 253, 1);
  }

  ::placeholder {
    color: #FFFFFF;
  }

  /*html{
      scroll-padding-top: 150px;
  }*/
  html,
  body {
    scroll-behavior: smooth;
    width: 100%;
    overflow-x: hidden !important;
  }

  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    color: inherit;
    text-decoration: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    /*user-drag: none;*/
  }

  body {
    font-family: 'Made Outer Sans', sans-serif;
    font-weight: normal;
    background: #0F161E;
    color: #FFFFFF;
    font-style: normal;
    font-size: 1rem;
    

  }

  a {
    text-decoration: none;
  }

  p {
    font-family: 'elza', sans-serif;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 20px;
    text-align: justify;
    font-weight: 100;
  }

  p:last-child {
    margin-bottom: 0;
  }

  h1 {
    font-size: 2em;
    text-transform: uppercase;
    font-weight: 700;
  }

  section {
    scroll-snap-align: start;
  }

  .menu-desk {
    display: none !important;
  }

  ul {
    list-style-type: none;
  }


  /* MENU NOVO MOBILE TESTE */

  button {
    background-color: transparent;
    color: #FFF;
    border: none;
    font-size: 30px;
    cursor: pointer;
    transition: all 300ms ease-in-out;
  }

  button:hover {
    opacity: 0.9;
  }

  button span {
    text-transform: uppercase;
    font-size: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }

  .nav-brand {
    color: #FFF;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 2px;
  }

  .nav-menu {
    background: rgba(0, 0, 0, 0.7);
    box-shadow: 0px 10px 7px 0px rgba(56, 56, 56, 0.3);
    position: fixed;
    z-index: 1005;
    width: 100%;

  }

  .nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .nav-container img {
    width: 45px;
  }

  .nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(./img/BG-Menu.png);
    padding: 60px;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease-in-out;
  }

  /* Mostrar Menu */
  .show-overlay {
    opacity: 1;
    visibility: visible;
    z-index: 999;
    position: fixed;
  }

  .nav-overlay-container {
    background-color: rgba(0, 0, 0, 0.9);
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 999;
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.2);
    position: relative;
  }

  #menu-hide-btn {
    position: absolute;
    right: -20px;
    top: -20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: linear-gradient(45deg, rgba(5, 198, 253, 1) 0%, rgba(0, 255, 216, 1) 100%);
    color: black;
  }

  .nav-links li {
    margin: 16px 0;
    position: relative;
    cursor: pointer;
  }

  .nav-links li::before,
  .nav-links li::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background: linear-gradient(45deg, rgba(5, 198, 253, 1) 0%, rgba(0, 255, 216, 1) 100%);
    opacity: 0;
    transition: all 600ms ease-in-out;
  }

  .nav-links li::before {
    top: 0;
    left: 0;
  }

  .nav-links li:after {
    bottom: 0;
    right: 0;
  }

  .nav-links li:hover::before,
  .nav-links li:hover::after {
    width: 75%;
    opacity: 1;
  }

  .nav-links li {
    text-transform: uppercase;
    font-size: 25px;
    letter-spacing: 4px;
    font-weight: 700;
    transition: all 300ms ease-in-out;
  }

  .nav-links li:hover {
    color: rgba(0, 255, 216, 1);
  }

  @media(max-width: 600px) {
    .nav-links li {
      font-size: 22px;
    }

    .nav-overlay {
      padding: 30px;
    }
  }


  #home {
    background: url(./img/BG-Home.png) black no-repeat;
  }

  #video-home {
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding-top: 100px;
  }

  /* .grid {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 50px;
    align-items: center;
  } */

  .meio {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }

  #sobre {
    background: url(./img/BG-Sobre.png) black no-repeat center bottom;
    height: 90vh;
    display: flex;
    align-items: center;
  }

  #sobre p {
    line-height: 25px;
    color: #FFFFFF;
  }



  #sobre h1 {
    margin-bottom: 30px;
  }

  .gradiente {
    background: linear-gradient(45deg, rgba(5, 198, 253, 1) 0%, rgba(0, 255, 216, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .festival {
    background: rgba(0, 0, 0, 0.7);
    padding: 0 20px;
  }

  #agenda {
    background: url(./img/BG-Agenda.png) black no-repeat top center;
    min-height: 80vh;
  }

  /* #agenda .grid {
    padding-top: 20px;
  } */

  #agenda h1 {
    margin-bottom: 30px;
    text-align: center;
    padding-top: 50px;
    overflow: hidden;
  }

  #agenda p {
    display: inline-flex;
    font-weight: 600;
    color: #FFF;
    text-transform: uppercase;
    font-size: 12px;
    margin-left: 24px;
    letter-spacing: 3px;
    align-items: center;
  }

  #agenda i {
    font-size: 25px;
    margin-left: 24px;
    padding-top: 5px;
  }

  #agenda h2 {
    font-family: 'dharma-gothic-e', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 3em;
    letter-spacing: 3px;
  }

  #agenda-1 {
    padding: 0 20px;
    margin-top: 25px;
  }

  #agenda h1:before,
  #agenda h1:after {
    background: linear-gradient(45deg, rgba(5, 198, 253, 1) 0%, rgba(0, 255, 216, 1) 100%);
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 30%;
  }

  #agenda h1:before {
    right: 0.5em;
    margin-left: -50%;
  }

  #agenda h1:after {
    left: 0.5em;
    margin-right: -50%;
  }

  #agenda span {
    font-size: 1.8em;
    font-weight: 600;
  }

  #linha-fill {
    background: linear-gradient(90deg, rgba(5, 198, 253, 1) 0%, rgba(0, 255, 216, 1) 100%);
    content: "";
    margin-top: 10px;
    height: 1.5px;
    position: relative;
    vertical-align: middle;
    width: 35%;
  }

  #linha-solid {
    background: #FFF;
    content: "";
    margin-top: 10px;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 60%;
    left: -20px;
  }

  #data-local {
    padding-top: 15px;
    display: inline-flex;
  }

  #noticias {
    background: linear-gradient(90deg, rgba(5, 198, 253, 1) 0%, rgba(0, 255, 216, 1) 100%);
    clip-path: polygon(50% 0%, 100% 5%, 100% 95%, 50% 100%, 0 95%, 0 5%);
    margin-top: -100px;
    overflow: hidden;
    position: relative;
    height: 170vh;
  }


  /* #noticias::before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #000;
    transform: skewY(15deg);
    transform-origin: right;
    top: 100%;
    left: -50%;
  }
  
  #noticias::after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #000;
    transform: skewY(-15deg);
    transform-origin: left;
    top: 100%;
    right: -50%;
  } */

  #noticias h1 {
    text-align: center;
    color: #000;
    margin-top: 70px;
    margin-bottom: 30px;
  }

  #noticias h1:before,
  #noticias h1:after {
    background: #000;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 30%;
  }

  #noticias h1:before {
    right: 0.5em;
    margin-left: -50%;
  }

  #noticias h1:after {
    left: 0.5em;
    margin-right: -50%;
  }

  #noticias .grid {
 
  }

  #news {
    margin: 0 auto;
  }

  .news-1 {
    position: relative;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 15px;
  }

  .news-1 p {
    margin-bottom: 5px;
  }

  #news img {
    border-radius: 15px;
    max-width: 100%;
  }

  #news h3 {
    font-family: 'dharma-gothic-e', sans-serif;
    font-weight: 700;
    font-size: 1.3em;
    color: #000;
    text-transform: uppercase;
    padding: 5px;
}
  }

  #news p {
    font-family: 'elza', sans-serif;
    font-weight: 500;
    font-size: 1.2em;
    color: #000;
    padding: 5px;
  }

  #news a {
    color: #000;
    cursor: pointer;
    padding: 5px;
  }

  #news a:hover {
    color: #FFF;
    text-transform: 1.5s;
    font-weight: 600;
  }

  #noticias meio {
    padding: 0 20px;
  }



  #tickets {
    background: url(./img/BG-Tickets.png) black no-repeat bottom;
    min-height: 100vh;
    margin-top: -250px;
    overflow: hidden;
  }

  #tickets h1 {
    margin-bottom: 30px;
    text-align: center;
    margin-top: 50px;
    overflow: hidden;
    text-align: center;
    margin-top: 180px;
  }

  #tickets h1:before,
  #tickets h1:after {
    background: linear-gradient(45deg, rgba(5, 198, 253, 1) 0%, rgba(0, 255, 216, 1) 100%);
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 30%;
  }

  #tickets h1:before {
    right: 0.5em;
    margin-left: -50%;
  }

  #tickets h1:after {
    left: 0.5em;
    margin-right: -50%;
  }

  #tickets .grid {
   padding: 0 20px;
   padding-top: 100px;
  }

  /* #####TESTE SLIDE#### */
.slide-container {
  margin-top: -20px;
  width: 100%;
  max-width: 1200px;
  /* padding: 40px 0; */
  /* background-color: rgba(0, 0, 0, 0.6); */
}

.slide-content{
  margin: 0 40px;
  overflow: hidden;
  border-radius: 25px;

}

/* .card {
  width: 320px;
} */

.image-content,
.card-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 14px;
}

.image-content {
  row-gap: 5px;
}

.card-image {
  position: relative;
  width: 325px;
  height: 540px;
}
.card-image .card-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
  border: 2px solid rgba(5, 198, 253, 1);
}

.button {
  background: linear-gradient(45deg, rgba(5, 198, 253, 1) 0%, rgba(0, 255, 216, 1) 100%);
  padding: 5px 20px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  cursor: pointer;
  border-radius: 5px;
  font-size: 1.3em;
  z-index: 1000;
  margin-top: -50px;
}

.button:hover {
  background: #000;
  color: #FFF;
  border: 3px solid #FFF;
}

.swipper-navBtn {
  color: #FFF !important;
}


/* #####FIM TESTE SLIDE#### */

  #momentos {
    background: url(./img/BG-Momentos.png) black no-repeat center bottom;
    min-height: 125vh;
  }

  #momentos h1 {
    margin-bottom: 30px;
    text-align: center;
    overflow: hidden;
    text-align: center;
    padding-top: 20px;
  
  }

  #momentos h1:before,
  #momentos h1:after {
    background: linear-gradient(45deg, rgba(5, 198, 253, 1) 0%, rgba(0, 255, 216, 1) 100%);
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 20%;
  }

  #momentos h1:before {
    right: 0.5em;
  }

  #momentos h1:after {
    left: 0.5em;
  }

  #momentos .grid {
   
  }

  #momentos-fotos {
    margin: 0 auto;
  }

  #momentos img {
    width: 376px;
    border-radius: 10px;
  }

  #momentos h3 {
    color: #000;
    background: linear-gradient(45deg, rgba(5, 198, 253, 1) 0%, rgba(0, 255, 216, 1) 100%);
    padding: 5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}


  .fotos {
    display: flex;
    margin-bottom: 20px;
    flex-direction: column;
    align-items: center;
}


  #btn-mais {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 50px;
    width: 275px;
    margin: 0 auto;
    margin-top: 40px;
  }

  #btn-mais a {
    text-align: center;
    text-transform: uppercase;
    color: #000;
    background: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
  }

  #btn-mais a:hover {
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    background: linear-gradient(45deg, rgba(5, 198, 253, 1) 0%, rgba(0, 255, 216, 1) 100%);
    border: #000 solid 1px;
    border-radius: 10px;
    transition: all .3s;
  }

  #nopelo360 {
    background: url(./img/BG-NoPelo360.png) black no-repeat center top;
    height: 70vh;
  }

  #nopelo360 h1 {
    font-size: 3.5em;
    font-family: 'Made outer sans', sans-serif;
    font-weight: 900;
    letter-spacing: 3px;
    text-transform: uppercase;
  }

  #nopelo360 a {
    font-weight: 600;
    font-size: 1.3em;
  }

  #logo360 {
   padding-top: 80px;
  }

  #logo360 img{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: relative;
  }

  .site360 {
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  #contatos {
    background: #000 no-repeat;
    height: 40vh;
    
  }

  #menu-footer {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 20px;
    text-align: center;
    padding-top: 20px;
  }

  #menu-footer h3 {
    font-size: 1.4em;
    text-transform: uppercase;
  }

  #menu-footer a {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: .9em;
  }

  #logo-footer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: center;
    align-content: center;
    margin-bottom: 20px;
    padding: 0 20px;
  }

  #logo-footer img {
    position: relative;
    display: flex;
    width: 80%;
  }

  .logo360-footer {
    max-width: 60%;
  }

  .copyright {
    background: linear-gradient(45deg, rgba(5, 198, 253, 1) 0%, rgba(0, 255, 216, 1) 100%);
    padding: 10px;
    
  }

  #copy {
    display: grid;
    grid-template-columns: 1fr;
    margin: 0 auto;
  }

  #copy p {
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1em;
    color: #000;
  }

