@font-face {
  font-family: 'amsiRegular';
  src: url('../fonts/amsiPro-Regular.ttf');
}

@font-face {
  font-family: 'amsiLight';
  src: url('../fonts/amsiPro-Light.ttf');
}

@font-face {
  font-family: 'amsiBold';
  src: url('../fonts/amsiPro-Bold.ttf');
}

html,
body {
  overflow-x: hidden;
  overflow-y: hidden;
}

body {
  padding: 0;
  margin: 0;
  font-family: 'amsiRegular';
  position: relative;
}

video::-webkit-media-controls {
  display: none;
}

nav {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 10px 0px;
  position: absolute;
  z-index: 2;
}

nav img {
  width: 180px;
  height: auto;
  text-align: center;
}

main {
  position: relative;
  align-items: center;
  align-content: center;
  vertical-align: middle;
}

video {
  position: relative;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.v-desk {
  display: block;
}

.v-mobile {
  display: none;
}

.back-black {
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.447);
  z-index: 1;
  position: absolute;
}

.text {
  width: 100%;
  height: auto;
  vertical-align: middle;
  align-items: center;
  align-content: center;
  position: absolute;
  z-index: 2;
  top: 25%;
  text-align: center;
  color: #fff;
}

.text h2 {
  font-size: 4rem;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  line-height: 1.2;
  font-family: 'amsiBold', serif;
}

.text h1 {
  font-size: 10rem;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  line-height: 0.8;
  padding: 0;
  margin: 0;
  font-family: 'amsiBold', serif;
}

.text p {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
  font-family: 'amsiRegular', serif;
}

.festivales {
  display: flex;
  justify-content: space-evenly;
  width: 40%;
  height: auto;
  margin: 0 auto;
}

.festivales img {
  width: 120px;
  height: auto;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.7));
  object-fit: contain;
}

.rrss {
  display: flex;
  justify-content: space-evenly;
  width: 40%;
  height: auto;
  margin-top: 40px;
  margin: 0 auto;
}

.rrss img {
  width: 40px;
  height: auto;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.7));
  transition: 0.7s ease-in-out;
}

.rrss img:hover {
  width: 45px;
  height: auto;
  filter: drop-shadow(0 0px 8px #ec008c);
}

@media only screen and (max-width: 600px) {
  nav {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 10px 0px;
    position: absolute;
    z-index: 2;
  }

  nav img {
    width: 160px;
    height: auto;
    text-align: center;
  }

  main {
    position: relative;
    align-items: center;
    align-content: center;
    vertical-align: middle;
    width: 100vw;
    height: 100vh;
  }

  video {
    background-size: cover;
    width: 125vw;
    height: 100vh;
    max-width: 125vw;
    min-height: 100vh;
    min-width: 100vw;
    position: fixed;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    object-fit: cover;
  }

  .v-desk {
    display: none;
  }

  .v-mobile {
    display: block;
  }

  .text {
    width: 100%;
    height: auto;
    top: 28%;
  }

  .text h1 {
    font-size: 4rem;
    color: transparent;
    -webkit-text-stroke: 2px #fff;
    line-height: 0.8;
    font-family: 'amsiBold', serif;
  }

  .text h2 {
    font-size: 2rem;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    line-height: 1.2;
    font-family: 'amsiBold', serif;
  }

  .text p {
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1;
    font-family: 'amsiRegular', serif;
  }

  .festivales {
    width: 85%;
    height: auto;
  }

  .festivales img {
    width: 100px;
    height: auto;
  }

  .rrss {
    width: 100%;
  }
}
