/*
===================================================================================================
FONTS
===================================================================================================
*/
/* BARLOW
**************************************************************************************************/
/* FONT ICONS
**************************************************************************************************/
@font-face {
  font-family: "font-prozzzz";
  src: url("../fonts/font-prozzzz.eot");
  src: url("../fonts/font-prozzzz.eot?#iefix") format("embedded-opentype"), url("../fonts/font-prozzzz.woff") format("woff"), url("../fonts/font-prozzzz.ttf") format("truetype"), url("../fonts/font-prozzzz.svg#font-prozzzz") format("svg");
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0;
}
[data-icon]:before {
  font-family: "font-prozzzz" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon__]:before,
[class*=" icon__"]:before {
  font-family: "font-prozzzz" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon__dj::before {
  content: "\ea04";
}

.icon__cloud::before {
  content: "\ea06";
}

.icon__instagram::before {
  content: "\ea07";
}

.icon__sound::before {
  content: "\ea08";
}

.icon__tiktok::before {
  content: "\ea09";
}

.icon__mx::before {
  content: "\ea0a";
}

/*
===================================================================================================
MIXINS
===================================================================================================
*/
/* CROSS PREFIX
**************************************************************************************************/
/* OPACITY
**************************************************************************************************/
/* SIZES
**************************************************************************************************/
/* CALC
**************************************************************************************************/
/* BORDER
**************************************************************************************************/
/* ANIMATIONS
**************************************************************************************************/
/* RESPONSIVE
**************************************************************************************************/
/* ------------- MAX WIDTH ------------- */
/* ------------- MAX HEIGHT ------------- */
/* ------------- RETINA ------------- */
/* ------------- RETINA IMAGES ------------- */
/* ------------- RETINA IMAGES RATIO ------------- */
/* CROSS BROWSING
**************************************************************************************************/
/* ------------- FIREFOX 52+ ------------- */
/* ------------- SAFARI 9 ------------- */
/* -------------  EDGE 12+ ------------- */
/* -------------  IE 11 ------------- */
/* -------------  IE 10 ------------- */
/* FLEXBOX
**************************************************************************************************/
/* ------------- ALIGN ITEMS ------------- */
/* ------------- JUSTIFY CONTENT ------------- */
/* ------------- FLEX DIRECTION ------------- */
/* ------------- FLEX WRAP ------------- */
/* ------------- ORDER ------------- */
/* ------------- FLEX GROW ------------- */
/* ------------- FLEX BASIS ------------- */
/* ------------- ALIGN SELF ------------- */
/* ------------- ALIGN CONTENT ------------- */
/* OTHERS
**************************************************************************************************/
/*
===================================================================================================
MIXINS
===================================================================================================
*/
/* CROSS PREFIX
**************************************************************************************************/
/* OPACITY
**************************************************************************************************/
/* SIZES
**************************************************************************************************/
/* CALC
**************************************************************************************************/
/* BORDER
**************************************************************************************************/
/* ANIMATIONS
**************************************************************************************************/
/* RESPONSIVE
**************************************************************************************************/
/* ------------- MAX WIDTH ------------- */
/* ------------- MAX HEIGHT ------------- */
/* ------------- RETINA ------------- */
/* ------------- RETINA IMAGES ------------- */
/* ------------- RETINA IMAGES RATIO ------------- */
/* CROSS BROWSING
**************************************************************************************************/
/* ------------- FIREFOX 52+ ------------- */
/* ------------- SAFARI 9 ------------- */
/* -------------  EDGE 12+ ------------- */
/* -------------  IE 11 ------------- */
/* -------------  IE 10 ------------- */
/* FLEXBOX
**************************************************************************************************/
/* ------------- ALIGN ITEMS ------------- */
/* ------------- JUSTIFY CONTENT ------------- */
/* ------------- FLEX DIRECTION ------------- */
/* ------------- FLEX WRAP ------------- */
/* ------------- ORDER ------------- */
/* ------------- FLEX GROW ------------- */
/* ------------- FLEX BASIS ------------- */
/* ------------- ALIGN SELF ------------- */
/* ------------- ALIGN CONTENT ------------- */
/* OTHERS
**************************************************************************************************/
/*
===================================================================================================
VARIABLES
===================================================================================================
*/
/* SPACING
**************************************************************************************************/
/* LINE HEIGHT
**************************************************************************************************/
/* Z-INDEX
**************************************************************************************************/
/* COLORS
**************************************************************************************************/
/*
===================================================================================================
SELECTORS
===================================================================================================
*/
/* EXTEND ONLY SELECTORS
**************************************************************************************************/
h1, h2, h3, h4, h5, h6, body, ul, ol {
  margin: 0;
  padding: 0;
}

.l-error {
  width: 100%;
  display: block;
}

/* SELECTORS
**************************************************************************************************/
.margin {
  margin: 0 auto;
  width: 1180px;
}

.r1x {
  display: inline !important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .r1x {
    display: none !important;
  }
}

.r2x {
  display: none !important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .r2x {
    display: inline !important;
    max-width: 100%;
  }
}

.centered {
  text-align: center;
}

.clear {
  clear: both;
}

/*
===================================================================================================
RESET
===================================================================================================
*/
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
  vertical-align: baseline;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

:focus {
  outline: 0;
}

ul, ol {
  list-style: none;
}

a:hover {
  text-decoration: none;
}

a:hover, a:active, a:focus {
  outline: 0 !important;
}

a, a:focus {
  text-decoration: none;
  cursor: pointer;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

textarea:hover, input:hover, textarea:active, input:active, textarea:focus, input:focus, button:focus, button:active, button:hover {
  outline: 0 !important;
}

textarea, textarea.form-control, textarea.form-control:focus, textarea.form-control:hover {
  resize: none;
}

input[type=radio], input[type=checkbox] {
  margin: 0;
  width: auto !important;
}

p, small {
  margin: 0;
}

iframe {
  border: 0;
  outline: 0;
}

mark {
  background: none;
}

*::after {
  clear: both;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

/*
===================================================================================================
BASE
===================================================================================================
*/
html {
  height: 100%;
}

body {
  height: 100%;
  overflow-x: hidden;
  background: #000;
  text-align: center;
}

body, a, textarea {
  line-height: 140%;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  letter-spacing: 0;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: #FFF;
  font-size: 20px;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 100%;
}

.fp-watermark a {
  background: #000 !important;
  font-size: 6px !important;
}

/*
===================================================================================================
SOCIAL
===================================================================================================
*/
.social {
  width: 100%;
  text-align: center;
  padding-top: 20px;
}

/* ITEM
**************************************************************************************************/
.social--item {
  display: inline-block;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  -webkit-opacity: 0.4;
  color: #000;
  /* ------------- ICONS ------------- */
}
@media screen and (max-width: 780px) {
  .social--item {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    padding-top: 20px;
  }
}
@media screen and (max-width: 680px) {
  .social--item {
    text-align: center;
  }
}
.social--item:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  -webkit-opacity: 0.6;
  cursor: pointer;
}
.social--item .icon {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  padding-left: 2px;
  padding-right: 2px;
}
.social--item .icon__tiktok {
  font-size: 26px;
  padding-left: 0;
}
.social--item .icon__sound {
  font-size: 30px;
}
.social--item .icon__mx {
  font-size: 54px;
}
.social--item .icon__instagram {
  font-size: 28px;
  padding-right: 0;
}

/*
===================================================================================================
ERROR
===================================================================================================
*/
.l-error {
  position: relative;
  height: 100%;
  min-height: 100%;
  text-align: center;
  padding: 40px;
}
@media screen and (max-width: 680px) {
  .l-error {
    min-height: auto;
  }
}

.l-error__background {
  background: linear-gradient(0deg, rgb(62, 67, 90) 0%, rgb(151, 136, 134) 50%, rgb(174, 173, 162) 100%);
}

/* WRAPPER
**************************************************************************************************/
.l-error--wrapper {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* TITLE
**************************************************************************************************/
.l-error--title {
  width: 100%;
  font-size: 38px;
}
@media screen and (max-width: 380px) {
  .l-error--title {
    font-size: 30px;
  }
}
@media screen and (max-height: 380px) {
  .l-error--title {
    font-size: 30px;
  }
}

/* SUB TITLE
**************************************************************************************************/
.l-error--sub-title {
  width: 100%;
  font-size: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 380px) {
  .l-error--sub-title {
    font-size: 18px;
  }
}
@media screen and (max-height: 380px) {
  .l-error--sub-title {
    font-size: 18px;
  }
}

/* LINK
**************************************************************************************************/
.l-error--link {
  display: inline-block;
  font-size: 16px;
  text-decoration: underline;
  margin-top: 20px;
}
.l-error--link:hover {
  text-decoration: none;
}

/*
===================================================================================================
INTRO
===================================================================================================
*/
.l-intro {
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: relative;
  padding: 40px;
}
@media screen and (max-width: 780px) {
  .l-intro {
    padding: 20px;
  }
}

.l-intro__background {
  background: linear-gradient(0deg, rgb(62, 67, 90) 0%, rgb(151, 136, 134) 50%, rgb(174, 173, 162) 100%);
}

/* WRAPPER
**************************************************************************************************/
.l-intro--wrapper {
  width: 100%;
  text-align: center;
}

/* SVG IMAGE
**************************************************************************************************/
.l-intro--svg {
  max-width: 100%;
  height: auto;
}

/* TITLE
**************************************************************************************************/
.l-intro--title {
  width: 100%;
  font-size: 24px;
}

/*# sourceMappingURL=main.css.map */