@charset "utf-8";
header,
section,
footer,
aside,
nav,
main,
article,
figure {
  display: block;
}
div,
header,
nav,
article,
section,
aside,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li,
figure,
figcaption,
class,
img {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  background-color: #07070f;
  border: 0 solid transparent;
  font-size: 16px;
  margin: 0;
  min-height: 100%;
  padding: 0;
  width: 100%;
  display: block;
  font-family: 'Roboto', sans-serif;
}
img,
object,
embed,
canvas,
video,
audio,
picture {
  max-width: 100%;
  height: auto;
}
img {
  display: block;
}
a {
  text-decoration: none;
  color: #ffffff;
}
/* ------------------------------- RECURENTES -- */
.clear {
  display: block;
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.center {
  width: 960px;
  margin: 0 auto;
}
/* ------------------------------- END RECURENTES -- */
header {
  position: relative;
}
header div.topbar {
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 1.35px;
  padding: 1% 20%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
header div.topbar h1 {
  font-family: 'oswald', sans-serif;
}
header div.topbar p {
  font-family: 'oswald', sans-serif;
}
header nav div.burger {
  display: none;
}
header nav div.menu {
  padding: 1% 20%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header nav div.menu ul:nth-of-type(1) {
  display: flex;
  justify-content: space-evenly;
  width: 60%;
}
header nav div.menu ul:nth-of-type(1) li {
  list-style-type: none;
}
header nav div.menu ul:nth-of-type(1) li a {
  font-family: 'oswald', sans-serif;
}
header nav div.menu ul:nth-of-type(1) li a:hover {
  text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #0bc4bf, 0 0 20px #0bc4bf, 0 0 25px #0bc4bf, 0 0 7px #0bc4bf, 0 0 35px #0bc4bf;
}
header nav div.menu ul:nth-of-type(2) {
  width: 20%;
  display: flex;
  justify-content: space-between;
}
header nav div.menu ul:nth-of-type(2) li {
  list-style-type: none;
}
header nav div.menu ul:nth-of-type(2) li a i:hover {
  color: #78e6e3;
}
header div.showcase {
  padding: 2% 20% 0% 20%;
}
header div.bg {
  position: absolute;
  bottom: 0;
}
section.news {
  background-color: #0D0E1B;
  background-image: url('../img/logo_bgnews.png');
  background-attachment: fixed;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 4% 0% 0% 0%;
}
section.news div.container h2 {
  position: relative;
  font-family: 'oswald', sans-serif;
  font-weight: 300;
  letter-spacing: 5px;
  text-align: center;
  color: white;
  margin-bottom: 1%;
}
section.news div.container h2::after {
  content: url('../img/line.png');
  display: inline-block;
  width: 100%;
}
section.news div.container div.news {
  padding: 1% 10%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
section.news div.container div.news article {
  margin: 6% 2%;
  width: 473px;
  height: 318px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
}
section.news div.container div.news article h3 {
  padding-top: 1%;
  text-align: center;
  color: white;
}
section.news div.container div.news article:nth-of-type(1) {
  position: relative;
}
section.news div.container div.news article:nth-of-type(1) img {
  transition: all 0.5s ease-in;
  border: 10px solid #07070f;
}
section.news div.container div.news article:nth-of-type(1) img:hover {
  border: 10px solid #0bc4bf;
}
section.news div.container div.news article:nth-of-type(1) span {
  width: 220px;
  height: 190px;
  bottom: -15%;
  left: -15%;
  z-index: -1;
  position: absolute;
  border: 7px solid #0bc4bf;
}
section.news div.container div.news article:nth-of-type(2) {
  position: relative;
}
section.news div.container div.news article:nth-of-type(2) img {
  transition: all 0.5s ease-in;
  border: 10px solid #07070f;
}
section.news div.container div.news article:nth-of-type(2) img:hover {
  border: 10px solid #0bc4bf;
}
section.news div.container div.news article:nth-of-type(2) span {
  width: 320px;
  height: 190px;
  top: -12%;
  right: -10%;
  z-index: -1;
  position: absolute;
  border: 7px solid #0bc4bf;
}
section.news div.container div.news article:nth-of-type(3) {
  position: relative;
}
section.news div.container div.news article:nth-of-type(3) img {
  transition: all 0.5s ease-in;
  border: 10px solid #07070f;
}
section.news div.container div.news article:nth-of-type(3) img:hover {
  border: 10px solid #0bc4bf;
}
section.news div.container div.news article:nth-of-type(3) span {
  width: 260px;
  height: 250px;
  top: -12%;
  right: -10%;
  z-index: -1;
  position: absolute;
  border: 7px solid #0bc4bf;
}
section.news div.container div.news article:nth-of-type(4) {
  position: relative;
}
section.news div.container div.news article:nth-of-type(4) img {
  transition: all 0.5s ease-in;
  border: 10px solid #07070f;
}
section.news div.container div.news article:nth-of-type(4) img:hover {
  border: 10px solid #0bc4bf;
}
section.news div.container div.news article:nth-of-type(4) span {
  width: 260px;
  height: 150px;
  top: -15%;
  right: -10%;
  z-index: -1;
  position: absolute;
  border: 7px solid #0bc4bf;
}
section.support {
  background-color: #0d0e1b;
  padding: 3% 0%;
}
section.support div.container {
  padding: 2% 20%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
section.support div.container article {
  height: 125px;
  width: 260px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  color: #ffffff;
  background-color: #07070f;
  margin: 3% 0%;
  transition: all 0.3s ease;
}
section.support div.container article a {
  display: contents;
}
section.support div.container article a p {
  font-weight: 600;
  font-family: 'oswald', sans-serif;
}
section.support div.container article:hover {
  background-color: #0bc4bf;
  cursor: pointer;
  transform: translateY(-10px);
}
section.movie {
  background-color: #0d0e1b;
}
section.movie div.container {
  padding: 0% 20%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
section.movie div.container h2 {
  position: relative;
  font-family: 'oswald', sans-serif;
  font-weight: 300;
  letter-spacing: 5px;
  text-align: center;
  color: white;
  margin-bottom: 5%;
}
section.movie div.container h2::after {
  content: url('../img/line.png');
  display: inline-block;
  width: 100%;
}
section.movie div.container div.video {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  border: 20px solid rgba(0, 0, 0, 0.5);
  justify-content: center;
}
section.movie div.container div.video iframe {
  width: 100%;
  height: 500px;
}
section.awards {
  background-color: #0d0e1b;
  padding: 5% 0%;
}
section.awards div.container {
  display: flex;
  align-items: center;
  flex-direction: column;
}
section.awards div.container h2 {
  position: relative;
  font-family: 'oswald', sans-serif;
  font-weight: 300;
  letter-spacing: 5px;
  text-align: center;
  color: white;
  margin-bottom: 5%;
}
section.awards div.container h2::after {
  content: url('../img/line.png');
  display: inline-block;
  width: 100%;
}
section.awards div.container div.awards {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
section.awards div.container div.awards article {
  margin: 5%;
  width: 227px;
  height: 213px;
  background-image: url('../img/icon_awards.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section.awards div.container div.awards article p:nth-of-type(1) {
  text-align: center;
  color: white;
  font-family: 'oswald', sans-serif;
  font-weight: 400;
}
section.awards div.container div.awards article p:nth-of-type(2) {
  text-align: center;
  color: #0bc4bf;
  font-family: 'oswald', sans-serif;
  font-weight: 400;
}
section.press {
  background-color: #0d0e1b;
  background-image: url('../img/bg_intersec.png');
  background-size: cover;
  background-repeat: no-repeat;
}
section.press div.container {
  padding: 8% 20%;
  background-image: url('../img/logo_bg2.png');
  background-attachment: fixed;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
section.press div.container h2 {
  position: relative;
  font-family: 'oswald', sans-serif;
  font-weight: 300;
  letter-spacing: 5px;
  color: white;
  margin-bottom: 4%;
}
section.press div.container h2::after {
  content: url('../img/line.png');
  display: inline-block;
  width: 100%;
}
section.press div.container div.reviews {
  margin-bottom: 3%;
}
section.press div.container div.reviews div.quotes {
  width: 80%;
  margin: 0 auto;
  border-radius: 20px;
  background-color: #00000085;
}
section.press div.container div.reviews div.quotes div.bubble {
  padding: 0.2% 0.5%;
  display: flex;
  justify-content: space-between;
}
section.press div.container div.reviews div.quotes div.testi {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-style: italic;
}
section.press div.container div.reviews div.quotes div.testi blockquote {
  color: white;
}
section.press div.container div.reviews div.quotes div.testi cite {
  font-weight: 600;
  color: #0bc4bf;
}
section.teams {
  background-color: #0d0e1b;
  padding: 2%;
}
section.teams h2 {
  position: relative;
  font-family: 'oswald', sans-serif;
  font-weight: 300;
  letter-spacing: 5px;
  text-align: center;
  color: white;
  margin-bottom: 5%;
}
section.teams h2::after {
  content: url('../img/line.png');
  display: inline-block;
  width: 100%;
}
section.teams div.container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 2%;
}
section.teams div.container article {
  box-shadow: 1px 1px 5px 11px #06070D;
  -webkit-box-shadow: 1px 1px 5px 11px #06070D;
  -moz-box-shadow: 1px 1px 5px 11px #06070D;
  width: 325px;
  height: 480px;
  margin: 5%;
  transition: all 0.4s ease-in;
}
section.teams div.container article div.wrap {
  visibility: hidden;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #0bc4bf;
  display: flex;
  transition: all 0.4s ease-in-out;
}
section.teams div.container article div.wrap h3 {
  font-family: 'oswald', sans-serif;
  font-weight: 300;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 10%;
}
section.teams div.container article:nth-of-type(1) {
  background-image: url('../img/lol.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
section.teams div.container article:nth-of-type(1):hover {
  cursor: pointer;
  background-image: url('../img/lol2.jpg');
  background-color: #0d0e1b;
}
section.teams div.container article:nth-of-type(1):hover div.wrap {
  visibility: visible;
}
section.teams div.container article:nth-of-type(2) {
  background-image: url('../img/csgo.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
section.teams div.container article:nth-of-type(2):hover {
  cursor: pointer;
  background-image: url('../img/csgo2.jpg');
  background-color: #0d0e1b;
}
section.teams div.container article:nth-of-type(2):hover div.wrap {
  visibility: visible;
}
section.teams div.container article:nth-of-type(3) {
  background-image: url('../img/dota.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
section.teams div.container article:nth-of-type(3):hover {
  cursor: pointer;
  background-image: url('../img/dota2.jpg');
  background-color: #0d0e1b;
}
section.teams div.container article:nth-of-type(3):hover div.wrap {
  visibility: visible;
}
section.sponsors {
  background-image: url('../img/bg_intersec2.jpg');
  background-size: cover;
  padding: 6% 0%;
}
section.sponsors div.container {
  width: 100%;
  padding: 1% 0%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
section.sponsors div.container h2 {
  position: relative;
  font-family: 'oswald', sans-serif;
  font-weight: 300;
  letter-spacing: 5px;
  text-align: center;
  color: white;
  margin-bottom: 5%;
}
section.sponsors div.container h2::after {
  content: url('../img/line.png');
  display: inline-block;
  width: 100%;
}
section.sponsors div.container div.partners {
  width: 100%;
  padding: 0% 10%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
section.sponsors div.container div.partners article {
  width: 200px;
  margin: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.sponsors div.container div.partners article a {
  transition: all 0.3s ease-in-out;
}
section.sponsors div.container div.partners article a:hover {
  transform: translateY(-10px);
}
section.timer {
  background-color: #0D0E1B;
  background-image: url('../img/logo_bg2.png');
  background-attachment: fixed;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 4% 0%;
}
section.timer h2 {
  position: relative;
  font-family: 'oswald', sans-serif;
  font-weight: 300;
  letter-spacing: 5px;
  text-align: center;
  color: white;
  margin-bottom: 1%;
}
section.timer h2::after {
  content: url('../img/line.png');
  display: inline-block;
  width: 100%;
}
footer {
  background-image: url('../img/bg_intersec.png');
  background-position: top;
  background-size: cover;
  padding-top: 8%;
}
footer div.container {
  padding: 0% 20%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
footer div.container div.news {
  width: 30%;
}
footer div.container div.news span {
  text-transform: uppercase;
  display: block;
  margin-bottom: 3%;
  font-family: 'oswald', sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  color: white;
}
footer div.container div.news p {
  margin-bottom: 4%;
  font-family: 'oswald', sans-serif;
  font-weight: 400;
  color: #727489;
}
footer div.container div.news form {
  display: flex;
}
footer div.container div.news form input {
  background-color: #000000;
  width: 375px;
  height: 76px;
  text-indent: 30px;
  color: white;
  font-family: 'oswald', sans-serif;
  border: none;
  border-right: 1px solid #3f3f3f;
}
footer div.container div.news form input:focus {
  outline: none;
}
footer div.container div.news form input::placeholder {
  color: #727489;
}
footer div.container div.news form button {
  width: 100px;
  height: 76px;
  background-color: #000000;
  border: none;
  color: white;
  font-weight: 800;
}
footer div.container div.news form button i {
  transition: all 0.3s ease;
}
footer div.container div.news form button:hover {
  color: #78e6e3;
  cursor: pointer;
}
footer div.container div.news form button:hover i {
  transform: translateX(50%);
}
footer div.container div.news form button:focus {
  outline: none;
}
footer div.container div.nav {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer div.container div.nav span {
  text-transform: uppercase;
  display: block;
  margin-bottom: 3%;
  margin-right: 4%;
  font-family: 'oswald', sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  color: white;
}
footer div.container div.nav ul {
  list-style-type: none;
}
footer div.container div.nav ul li {
  padding: 1.5% 0%;
}
footer div.container div.nav ul li::before {
  content: "\2022";
  color: #0bc4bf;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
footer div.container div.nav ul li a {
  text-align: center;
  margin-bottom: 4%;
  font-family: 'oswald', sans-serif;
  font-weight: 400;
  color: #727489;
}
footer div.container div.nav ul li a:hover {
  color: white;
  text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #0bc4bf, 0 0 20px #0bc4bf, 0 0 25px #0bc4bf, 0 0 7px #0bc4bf, 0 0 35px #0bc4bf;
}
footer div.container div.infos {
  width: 30%;
}
footer div.container div.infos span {
  display: block;
  margin-bottom: 3%;
  font-family: 'oswald', sans-serif;
  font-weight: 400;
  color: #727489;
}
footer div.container div.infos p {
  margin-bottom: 4%;
  font-family: 'oswald', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  color: white;
}
footer div.copyr {
  padding: 4% 10% 1% 10%;
  background-image: url('../img/copyr_bg.png');
  background-position: bottom center;
  background-repeat: no-repeat;
}
footer div.copyr div.content {
  padding: 0 10%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer div.copyr div.content div {
  flex-wrap: nowrap;
  display: flex;
  align-items: center;
}
footer div.copyr div.content div p {
  margin-left: 2%;
  color: #727489;
  font-family: 'oswald', sans-serif;
  font-weight: 400;
}
footer div.copyr div.content div p a {
  color: #0bc4bf;
}
footer div.copyr div.content div p a:hover {
  color: white;
}
footer div.copyr div.content div ul {
  list-style-type: none;
  display: flex;
  justify-content: space-evenly;
}
footer div.copyr div.content div ul li {
  margin: 0% 2%;
}
footer div.copyr div.content div ul li a i:hover {
  color: #78e6e3;
}
footer div.copyr div.content div:nth-of-type(1) {
  flex: 1;
}
footer div.copyr div.content div:nth-of-type(2) {
  flex: 1;
  justify-content: center;
}
section.mentions {
  padding: 4% 5%;
  width: 80%;
  margin: 0% auto;
}
section.mentions h2,
section.mentions p,
section.mentions b,
section.mentions ul,
section.mentions li {
  color: white;
  padding: 1% 0%;
  font-weight: 300;
  list-style-type: none;
}
section.mentions h2 {
  margin: 2% 0%;
  font-weight: 400;
  border-bottom: 1px solid #0bc4bf;
}
section.mentions a {
  color: #0bc4bf;
  font-weight: 400;
}
section.mentions a:hover {
  color: #78e6e3;
}
/* ------------------------------------------------------------------------- */
/* ----------------------------FLUID TEXT 1920px ------------------------- */
/* ------------------------------------------------------------------------- */
@media screen and (min-width: 1920px) {
  header div.topbar h1 {
    font-size: 14px;
  }
  header div.topbar p {
    font-size: 14px;
  }
  header nav div.menu ul:nth-of-type(1) li a {
    font-size: 16px;
  }
  header nav div.menu ul:nth-of-type(2) li a i {
    font-size: 28px;
  }
  section.news div.container h2 {
    font-size: 50px;
    font-weight: 300;
    letter-spacing: 5px;
  }
  section.support div.container article p {
    font-weight: 600;
    font-size: 18px;
  }
  section.movie div.container h2 {
    font-size: 50px;
    font-weight: 300;
    letter-spacing: 5px;
  }
  section.awards div.container h2 {
    font-size: 50px;
    font-weight: 300;
    letter-spacing: 5px;
  }
  section.awards div.container div.awards article p:nth-of-type(1) {
    font-size: 16px;
    font-weight: 400;
  }
  section.awards div.container div.awards article p:nth-of-type(2) {
    font-size: 16px;
    font-weight: 400;
  }
  section.press div.container h2 {
    font-size: 50px;
    font-weight: 300;
    letter-spacing: 5px;
  }
  section.press div.container div.reviews div.quotes div.testi {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-style: italic;
  }
  section.press div.container div.reviews div.quotes div.testi blockquote {
    color: white;
  }
  section.press div.container div.reviews div.quotes div.testi cite {
    font-weight: 600;
    color: #0bc4bf;
  }
  section.teams h2 {
    font-size: 50px;
    font-weight: 300;
    letter-spacing: 5px;
  }
  section.teams div.container article div.wrap h3 {
    font-size: 36px;
    font-weight: 300;
    letter-spacing: 2px;
  }
  section.teams div.container article div.wrap i {
    font-size: 42px;
  }
  section.sponsors div.container h2 {
    font-size: 50px;
    font-weight: 300;
    letter-spacing: 5px;
  }
  section.sponsors div.container div.partners article a {
    transition: all 0.3s ease-in-out;
  }
  section.timer h2 {
    font-size: 50px;
    font-weight: 300;
    letter-spacing: 5px;
  }
  footer div.container div.news span {
    font-weight: 500;
    letter-spacing: 1px;
  }
  footer div.container div.news p {
    font-weight: 400;
  }
  footer div.container div.news form input {
    text-indent: 30px;
    font-size: 16px;
  }
  footer div.container div.news form button {
    font-weight: 800;
    font-size: 28px;
  }
  footer div.container div.nav span {
    font-weight: 500;
    letter-spacing: 1px;
  }
  footer div.container div.nav ul li a {
    font-weight: 400;
  }
  footer div.container div.infos p {
    font-weight: 400;
    letter-spacing: 1px;
  }
  footer div.copyr div.content div p {
    margin-left: 2%;
    font-weight: 400;
  }
  footer div.copyr div.content div ul li a i {
    font-size: 38px;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------MEDIA QUERIES 1400px ------------------------- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 1400px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  section.news div.container div.news {
    padding: 0% 5%;
  }
  section.support div.container {
    padding: 0%;
  }
  section.awards div.container div.awards article {
    margin: 5%;
  }
}
/* ------------------------------------------------------------------------- */
/* -------------------------------FLUID TEXT 960px ------------------------- */
/* ------------------------------------------------------------------------- */
@media screen and (min-width: 961px) {
  header nav div.menu ul:nth-of-type(1) li a {
    font-size: calc(1rem + ((1vw - 9.61px) * 0.8342));
    min-height: 0vw;
  }
  header nav div.menu ul:nth-of-type(2) li a i {
    font-size: calc(1.5rem + ((1vw - 9.61px) * 2.2941));
    min-height: 0vw;
  }
}
/* ------------------------------------------------------------------------- */
/* ---------------------------------MEDIA QUERIES 960px -------------------- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 960px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  header div.topbar {
    padding: 2% 20%;
  }
  header div.topbar p {
    display: none;
  }
  header nav div.burger {
    display: block;
    height: 50px;
    width: 50px;
    background-color: #07070f;
    position: fixed;
    z-index: 8;
    top: 0;
    right: 0;
    transition: all 0.3s ease-in-out;
  }
  header nav div.burger span {
    display: block;
    width: 30px;
    height: 2px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.3s ease-in-out;
    transform: translate(-50%, -50%);
  }
  header nav div.burger span::before,
  header nav div.burger span::after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background-color: white;
    transition: all 0.3s ease-in-out;
    position: absolute;
  }
  header nav div.burger span::before {
    top: -10px;
  }
  header nav div.burger span::after {
    top: 10px;
  }
  header nav div.burger.burger-open span {
    background-color: rgba(0, 0, 0, 0);
  }
  header nav div.burger.burger-open span::before {
    transform: rotate(45deg);
    top: 0;
  }
  header nav div.burger.burger-open span::after {
    transform: rotate(135deg);
    top: 0;
  }
  header nav div.menu {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    flex-direction: column;
    right: 0;
    top: 0;
    z-index: 2;
    padding: 5% 0%;
    transform: translateX(100%);
    overflow-x: hidden;
    transition: all 0.3s ease-in-out;
  }
  header nav div.menu.is-open {
    transform: translateX(0);
  }
  header nav div.menu ul li {
    list-style-type: none;
    display: block;
    margin-bottom: 20px;
  }
  header nav div.menu ul li a {
    color: white;
    display: block;
    font-size: 26px;
    line-height: 48px;
    position: relative;
  }
  header nav div.menu ul:nth-of-type(1) {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0 20%;
  }
  header nav div.menu ul:nth-of-type(2) {
    width: 100%;
    padding: 0% 10%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
  header nav div.menu ul:nth-of-type(2) a i {
    font-size: 38px;
  }
  header div.showcase {
    padding: 2% 0% 0% 0%;
  }
  header div.showcase div.carousel button.slick-prev {
    display: none !important;
  }
  header div.showcase div.carousel button.slick-next {
    display: none !important;
  }
  section.press div.container {
    padding: 8% 5%;
  }
  section.press div.container div.reviews div.quotes div.bubble img {
    display: none;
  }
  section.press div.container div.reviews div.quotes button.slick-prev {
    display: none !important;
  }
  section.press div.container div.reviews div.quotes button.slick-next {
    display: none !important;
  }
  footer div.container {
    padding: 0% 5%;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 700px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 700px) {
  section.news div.container div.news article span {
    display: none;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 500px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 500px) {
  section.press div.container {
    padding: 15% 5%;
  }
  section.press div.container div.reviews div.quotes {
    width: 100%;
    border-radius: 10px;
  }
  section.sponsors div.container {
    width: 100%;
    padding: 15% 0%;
  }
  footer div.container {
    padding: 5% 5%;
    flex-wrap: wrap;
  }
  footer div.container div.news {
    width: 100%;
    margin-bottom: 5%;
  }
  footer div.container div.nav {
    width: 50%;
  }
  footer div.container div.infos {
    width: 50%;
  }
  footer div.container div.infos p {
    margin-bottom: 0;
  }
  footer div.container div.infos span {
    margin-bottom: 0;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------FLUID TEXT 300px ------------------------- */
/* ------------------------------------------------------------------------- */
@media screen and (min-width: 300px) {
  header div.topbar H1 {
    font-size: calc(0.75rem + ((1vw - 3px) * 0.1235));
    min-height: 0vw;
  }
  header div.topbar p {
    font-size: calc(0.75rem + ((1vw - 3px) * 0.1235));
    min-height: 0vw;
  }
  section.news div.container h2 {
    font-size: calc(1.5rem + ((1vw - 3px) * 1.6049));
    min-height: 0vw;
  }
  section.news div.container div.news article h3 {
    font-size: calc(0.875rem + ((1vw - 3px) * 0.1235));
    min-height: 0vw;
  }
  section.support div.container article img {
    width: calc(1.25rem + ((1vw - 3px) * 1.8519));
    min-height: 0vw;
  }
  section.support div.container article p {
    font-size: calc(0.75rem + ((1vw - 3px) * 0.3704));
    min-height: 0vw;
  }
  section.movie div.container h2 {
    font-size: calc(1.5rem + ((1vw - 3px) * 1.6049));
    min-height: 0vw;
  }
  section.awards div.container h2 {
    font-size: calc(1.5rem + ((1vw - 3px) * 1.6049));
    min-height: 0vw;
  }
  section.awards div.container div.awards article p:nth-of-type(1) {
    font-size: 16px;
    font-weight: 400;
  }
  section.awards div.container div.awards article p:nth-of-type(2) {
    font-size: 16px;
    font-weight: 400;
  }
  section.press div.container h2 {
    font-size: calc(1.5rem + ((1vw - 3px) * 1.6049));
    min-height: 0vw;
  }
  section.press div.container div.reviews div.quotes div.bubble div.testi cite {
    font-weight: 600;
    color: #0bc4bf;
  }
  section.teams h2 {
    font-size: calc(1.5rem + ((1vw - 3px) * 1.6049));
    min-height: 0vw;
  }
  section.teams div.container article div.wrap h3 {
    font-size: 36px;
    font-weight: 300;
    letter-spacing: 2px;
  }
  section.teams div.container article div.wrap i {
    font-size: 42px;
  }
  section.sponsors div.container h2 {
    font-size: calc(1.5rem + ((1vw - 3px) * 1.6049));
    min-height: 0vw;
  }
  section.sponsors div.container div.partners article a {
    transition: all 0.3s ease-in-out;
  }
  section.timer h2 {
    font-size: calc(1.5rem + ((1vw - 3px) * 1.6049));
    min-height: 0vw;
  }
  footer div.container div.news span {
    font-size: calc(0.75rem + ((1vw - 3px) * 0.2469));
    min-height: 0vw;
  }
  footer div.container div.news p {
    font-size: calc(0.75rem + ((1vw - 3px) * 0.2469));
    min-height: 0vw;
  }
  footer div.container div.news form input {
    text-indent: 15px;
    font-size: calc(0.75rem + ((1vw - 3px) * 0.2469));
    min-height: 0vw;
  }
  footer div.container div.news form button {
    font-weight: 800;
    font-size: calc(0.875rem + ((1vw - 3px) * 0.1235));
    min-height: 0vw;
  }
  footer div.container div.nav span {
    font-size: calc(0.75rem + ((1vw - 3px) * 0.2469));
    min-height: 0vw;
  }
  footer div.container div.nav ul li a {
    font-size: calc(0.75rem + ((1vw - 3px) * 0.2469));
    min-height: 0vw;
  }
  footer div.container div.infos span {
    font-size: calc(0.75rem + ((1vw - 3px) * 0.2469));
    min-height: 0vw;
  }
  footer div.container div.infos p {
    font-size: calc(0.75rem + ((1vw - 3px) * 0.2469));
    min-height: 0vw;
  }
  footer div.copyr div.content div p {
    font-size: calc(0.75rem + ((1vw - 3px) * 0.2469));
    min-height: 0vw;
  }
  footer div.copyr div.content div p a {
    font-size: calc(0.75rem + ((1vw - 3px) * 0.2469));
    min-height: 0vw;
  }
  footer div.copyr div.content div ul li a i {
    font-size: calc(1.125rem + ((1vw - 3px) * 1.2346));
    min-height: 0vw;
  }
}
