@media (min-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;
}

* {
  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;*/
}

html,
body {
  scroll-behavior: smooth;
  width: 100%;
}

body {
  font-family: 'Made Outer Sans', sans-serif;
  font-weight: normal;
  background: #000;
  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;
}

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

nav {
  font-family: 'Made Outer Sans', sans-serif;
  top: 50px;
  background-color: rgba(0, 0, 0, 0.822);
  width: 100%;
  padding: 0 50px;
  text-align: center;
  grid-template-columns: 200px 1fr;
  z-index: 999;
  position: fixed;
  top: 0;
}

nav a {
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 30px;
}

.main-menu {
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 20px;
}

.logotipo {
  align-items: center;
  display: inline-block;
}

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

#video-home {
  display: grid;
  grid-template-columns: 1fr;
  width: 1200px;
  padding-top: 150px;
  position: relative;
}

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

.meio {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

#sobre {
  background: url(./img/BG-Sobre.png) black no-repeat;
  min-height: 130vh;
}

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

#sobre .grid {
  grid-template-columns: 1fr 1fr;
  margin-left: 20px;
}

#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.9);
  padding: 20px;
  margin-top: 150px;
}

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

#agenda .grid {
  grid-template-columns: 1fr;
  padding-top: 100px;
}

#agenda h1 {
  margin-bottom: 30px;
  text-align: center;
  margin-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 {
  display: grid;
  grid-template-columns: 500px;

}

#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% 7%, 100% 0, 100% 100%, 50% 93%, 0 100%, 0 0);
  height: 120vh;
  margin-top: -100px;
  overflow: hidden;
  position: relative;
}


/* #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: 100px;
  margin-bottom: 50px;
}

#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 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
  align-items: center;
  padding-top: 50px;
}

#news {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
}

#news img {
  border-radius: 15px;
}

#news h3 {
  font-family: 'dharma-gothic-e', sans-serif;
  font-weight: 700;
  font-size: 1.9em;
  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;
}



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

#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 {
  display: grid;
  grid-template-columns: 1fr;
}

/* #####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;
}

/* .swiper-pagination {
  background-color: aquamarine;
} */


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


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

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

#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: 30%;
}

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

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

#momentos .grid {
  display: grid;
  grid-template-columns: 1fr;
}

#momentos-fotos {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

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

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

.fotos {
  display: grid;
  grid-template-columns: 1fr;
}

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

#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;
  height: 130vh;
}

#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 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 1200px;
  margin-top: 350px;
}

.site360 {
  margin-top: 100px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#contatos {
  background: #000 no-repeat;
  height: 100%;
  margin-top: -100px;
}

#menu-footer {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  margin-bottom: 20px;
}

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

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

#logo-footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  align-content: center;
}

#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: 15px;
}

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

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

}