@font-face {
    font-family: "Cyberthrone";
    src: url('fonts/Cyberthrone.ttf') format('truetype');
    /*src: url('fonts/fira/eot/FiraSans-Regular.eot');
    src: url('fonts/fira/eot/FiraSans-Regular.eot') format('embedded-opentype'), url('fonts/fira/woff2/FiraSans-Regular.woff2') format('woff2'), url('fonts/fira/woff/FiraSans-Regular.woff') format('woff'), url('fonts/fira/woff2/FiraSans-Regular.ttf') format('truetype');*/
}

:root {
    --color-black: #1e1e1e;
    --color-white: #F0F0F0;
    --color-yellow: #d1d300;
    --color-pink: #ff00fe;
    --color-green: #1dd81d;
    --color-blue: #3403ce;
    --color-purple: #5d29d6;
    --color-light-grey: #606060;
    --color-lighter-grey: #909090;
    --color-dark-grey: #404040;
    --color-grey-background: #dbd8e3;
    --font-family-body: 'REM', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    --font-family-header: "Cyberthrone", 'Lucida Sans', Verdana, sans-serif;
}

h1, h2, .name, .slogan {
    font-family: var(--font-family-header);
}

h1 {
    font-size: 4em;
    color: var(--color-yellow);
    letter-spacing: 6px;
    text-shadow: 2px 0 6px var(--color-black);
    text-align: center;
    margin: 20px 0;
}

h2 {
    font-size: 2.6em;
    letter-spacing: 3px;
    color: var(--color-pink);
    text-align: center;
    margin: 15px 0;
}

html, body {
    margin: 0;
    padding: 0;
    font-family: var(--font-family-body);
    background: var(--color-grey-background);
}
a {
    color: var(--color-white);
    text-decoration: none;
    display: inline-flex;
    flex-direction: column;
}
a[name], a[id] {
        height: 0;
    width: 0;
    display: block;
}
a::after {
    content: attr(data-text);
    content: attr(data-text) / "";
    height: 0;
    visibility: hidden;
    overflow: hidden;
    user-select: none;
    pointer-events: none;
    font-weight: 800;
}
a:hover {
    font-weight: 800;
}
h3 a {
    font-weight: 800;
}
.mobile-only {
    display: none;
}
.home h2 {
    text-align: left;
}
.header {
    color: var(--color-yellow);
    background: var(--color-black) url('../images/ladrillos.jpg') right/100%;
    border-bottom: 1px solid var(--color-dark-grey);
}
.header.smallHeader {
    background-image: none;
    padding: 10px 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.header .sliderItem {
    display: flex;
    flex-direction: row;
    position: relative;
    /*height: 373px;*/
}
.headerContent {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: auto;
    box-shadow: 0 0 12px var(--color-black);
}
.smallHeader .headerLogo a {
    flex-direction: row;
    align-items: center;
}
 .smallHeader .headerLogo img {
     width: 50px;
     margin-right: 10px;
 }
.smallHeader ul {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
    margin: 0;
    padding: 0;
}
/*.smallHeader ul li {
    border-right: 1px solid var(--color-light-grey);
    width: 100%;
}*/
.mainHeader .headerLogo {
    margin: 30px 10px 30px 66px;
    width: 30%;
}
.mainHeader .headerLogo img {
    width: 100%;
}
.company {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.name {
    color: var(--color-yellow);
    text-decoration: none;
    letter-spacing: 4px;
}

.slogan {
    color: var(--color-green);
    font-size: 2.5em;
    font-weight: 600;
}
.slogan, .slogan a {
    color: var(--color-green);
}
header h1 {
    letter-spacing: 12px;
    margin: auto 0;
    font-weight: 100;
}
.header h1.name {
    font-size: 15vW;
    text-shadow: -2px 0 14px var(--color-white), 0 0 1px var(--color-white), -2px 0 2px var(--color-white), 0 0 16px var(--color-yellow);
}
.smallHeader .name {
    font-size: 2.5em;
    font-weight: 800;
}
.header h2 {
    letter-spacing: 2px;
    margin: auto 0;
}
.header h2.slogan {
    font-size: 3.5vW;
    font-weight: 200;
    text-shadow: -1px 0 1px var(--color-white), 0 0 2px var(--color-green);
}
.smallHeader .slogan {
    font-size: 1.8em;
    font-weight: 500;
}
.header h1.slideTitle {
    color: var(--color-white);
    font-size: 9.2em;
    margin: 0;
}
.header h2.slideTitle {
    font-family: var(--font-family-body);
    color: var(--color-yellow);
    font-size: 1.3em;
    font-weight: 500;
    margin-bottom: 10px;
}
.header h2.slideTitle:last-child {
    margin-bottom: 0;
}
.sliderText {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
} 
.sliderImage {
    width: 300px;
    position: absolute;
    right: 72px;
    transform: rotate(12deg);
    top: 10px;
}
.sliderImage img {
    width: 100%;
}
.slideContent {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
    width: 80%;
    padding: 30px;
    background-color: rgba(181,18,235, 0.25);
    font-size: 1.3em;
}
.slideContent > div {
    text-align:center;
}
.slideText {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: center;
}
.slideContent .buttonContainer {
    margin: 0;
}
.slideInfo {
    display: flex;
    flex-direction: column;
}
.slideContent a.name {
    font-size: 4vW;
    letter-spacing: 1px;
    color: var(--color-white);
}
ul.slick-dots {
    position: absolute;
    margin: 0;
    padding: 0;
    bottom: 4px;
    display: flex;
    flex-direction: row;
    left: 50%;
}
.slick-dots li {
    margin-right: 10px;
}
.slick-dots li:last-child {
    margin-right: 0;
}
.slick-dots li button {
    color: transparent;
    width: 12px;
    height: 12px;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 0 0 transparent;
    vertical-align: middle;
    background-color: #fff;
    transition: all 0.3s ease;
    opacity: 0.4;
}
.slick-dots li button:hover, li.slick-active button {
    opacity: 1;
}

.gamingClub {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 50px;
    background: var(--color-grey-background);
}

.item {
    width: 300px;
    height: 500px;
    background: var(--color-white);
    box-shadow: 0 0 28px -6px var(--color-pink);
    position: relative;
    overflow: hidden;
    margin: 0 15px 0 15px;
}
.item h2 {
    color: var(--color-white);
    position: absolute;
    width: 100%;
    margin: 0;
    background: var(--color-black);
    background-color: rgba(0, 0, 0, .25);
    line-height: 1.4em;
    letter-spacing: 3px;
    font-size: 1.8em;
}
.item p {
    margin: 30px 30px 20px 30px;
    font-size: 1em;
    line-height: 1.8em;
}
.item .itemImg {
    height: 260px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item .itemImg img {
    height: 100%;
}

@media (max-width: 1422px) {
    .gamingClub {
        flex-wrap: wrap;
        padding-left: 120px;
        padding-right: 120px;
    }
    .gamingClub .item {
        margin: 0 50px 50px 50px;
    }
}
@media (max-width: 1060px) {
    .gamingClub {
        padding-left: 0;
        padding-right: 0;
    }
    /*.gamingClub .item {
        margin-left: 0;
        margin-right: 0;
    }*/
}
@media (max-width: 780px) {
    .gamingClub {
        flex-direction: column;
        align-items: center;
    }

    .gamingClub .item {
        margin-left: 0;
        margin-right: 0;
        max-width: 80%;
        height: auto;
    }

    .gamingClub .item:last-child {
        margin-bottom: 0;
    }

    .gamingClub .item span.precio.oferta {
        margin-bottom: 20px;
    }
}

.virtualReality {
    position: relative;
    background: #2b2a2a;
    overflow: hidden;	
}
.virtualReality a {
    font-weight: 800;
}
.virtualReality a:hover {
    text-decoration: underline;
}
.virtualReality > img {
    width: 100%;
    display: block;
}
.virtualReality .bgVR {
    position: absolute;
    width: 100%;
    background: var(--color-black);
    height: 100%;
    background-color: rgba(0,0,0,0.30);
}
.virtualReality .precioVR {
	position: absolute;
	background: url('../images/precioVR.png') right/100%;
    width: 100px;
    height: 100px;
    right: 5px;
    padding: 40px;
	transform: rotate(12deg);
	bottom: 75px;
    z-index: 10;
}
.virtualReality .precioVR span, .virtualReality .precioVR a {
	color: var(--color-purple);
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-weight: 600;
    margin-top: 10px;
    margin-bottom: 5px;
}
.virtualReality .precioVR a {
	font-size: small;
}
.virtualReality .precioVR a:hover {
	text-decoration: none;
	color: var(--color-pink);
}
.virtualReality .precioVR span {
	border-bottom: solid 2px;
	padding-bottom: 10px;
	margin-top: 18px;
}
.virtualReality h2 {
    font-size: 2.5em;
    line-height: 1.4em;
    letter-spacing: 3px;
    color: var(--color-white);
    margin: 0;
    background: linear-gradient(to right, rgba(0, 0,0,0.25) 66%, rgba(0,0,0,0));
    padding: 0 30px;
}
.virtualReality p {
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    color: var(--color-white);
    padding: 30px;
    margin-left: 76px;
    background: var(--color-purple);
    font-size: 1em;
    line-height: 1.5em;
}
.virtualReality p img {
    float: left;
    margin-right: 30px;
    width: 12%;
}
ul {
    list-style: none;
}
.left {
    float: left;
}
.right {
    float:right;
}
.column {
    display: flex;
    flex-direction: column;
}
span.space {
    margin: 0 10px;
}
.buyButton {
    width: auto;
    display: inline-block;
    height: 40px;
    text-align: center;
    line-height: 40px;
    /*border-radius: 2px;*/
    text-transform: uppercase;
    font-weight: 800;
    margin: 0 auto;
    padding: 0 20px;
    background: var(--color-green);
    /*background: linear-gradient(to bottom, #27c61b 0%, var(--color-green) 66%, #7fcc7f 100%);*/
}
.buyButton:hover {
    background: linear-gradient(to bottom, #29c01d 0%, var(--color-green) 66%, #74c874 100%);
}
.buyButton.mobile-only {
    display: none;
}
.buttonContainer {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.salasMultijugador {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.salasMultijugador,
.salasMultijugador .left,
.salasMultijugador .right,
.salasMultijugador .slideContainer {
    height: auto;
}
.salasMultijugador {
    background: var(--color-black);
    color: var(--color-white);
}
.salasMultijugador h2 {
    color: var(--color-green);
    font-size: 3.5em;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 500;
    /*text-shadow: -2px 0 14px var(--color-white), 0 0 1px var(--color-white), -2px 0 2px var(--color-white), 0 0 16px var(--color-green);*/
    margin: 30px 20px;
}
.salasMultijugador h3 {
    display:none;
    color: var(--color-pink);
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 200;
    text-align: center;
    margin-top: 0;
    transform: rotate(-9deg);
}
.salasMultijugador p {
    margin: 30px 30px 10px;
    text-align: center;
}
.salasMultijugador .right ul {
    text-align: center;
    padding: 0 40px;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: center;
}
.salasMultijugador .right ul li {
    margin-bottom: 15px;
    width: 34%;
    border: solid 0 var(--color-light-grey);
    border-left-width: 1px;
    border-bottom-width: 1px;
    margin-right: 15px;
    padding: 10px;
    /*background: var(--color-dark-grey);*/
    display: flex;
    align-items: center;
    justify-content: center;
}
.salasMultijugador .precio a {
    color: var(--color-yellow);
}
.salasMultijugador .left {
    width: 65%;
}
.salasMultijugador .slider ul {
    width: 300%;
    height: 500px;
    margin: 0;
}
.salasMultijugador .right {
    width: 35%;
}
.salasMultijugador .slideContainer {
    width: 100%;
    overflow: hidden;
}
@media (max-width: 990px) {
    .salasMultijugador {
        display: block;
        padding-bottom: 20px;
    }
    .salasMultijugador h2 {
        margin-top: 0;
        padding-top: 15px;
    }
    .salasMultijugador .left, .salasMultijugador .right {
        float: none;
        width: 100%;
        height: auto;
    }
    .salasMultijugador .slideContainer, .salasMultijugador .slider ul {
        height: auto;
    }
    .salasMultijugador .right ul li {
        width: 25%;
        min-width: 110px;
    }
}
.arteUrbano {
    position: relative;
    padding: 10px;
    background: var(--color-black) url('../images/dark-grey-wall.jpg') right/100%;
    display: flex;
    align-items: center;
}
.arteUrbano h2 {
    font-size: 3.1em;
    margin: 0;
    color: var(--color-yellow);
    letter-spacing: 4px;
    transform: rotate(-10deg);
    position: absolute;
    top: 10%;
    left: 5%;
}
.arteUrbanoContent {
    width: 40%;
    margin-left: 20px;
    position: relative;
}
.arteUrbanoContent p {
    font-family: 'Permanent Marker';
    font-size: 1.58em;
    color: #deb5de;
    transform: rotate(-3deg);
    text-align: center;
    position: absolute;
    top: -7px;
    left: 89px;
}
.arteUrbanoContent p:first-child {
    transform: rotate(3deg);
    top: -41px;
    left:24px;
}
.arteUrbano a {
    color: var(--color-purple);
}
.arteUrbano .grafitis {
    display: flex;
    width: 60%;
    align-items: center;
    justify-content: flex-end;
    margin-right: 20px;
}
@media (max-width: 990px) {
    .arteUrbano {
        flex-direction: column;
    }
    .arteUrbanoContent p, .arteUrbano h2 {
        position: initial;
    }
    .arteUrbano h2 {
        margin-top: 10px;
        margin-left: -20%;
    }
    .arteUrbanoContent {
        width: 100%;
        margin: 0 40px;
    }
    .arteUrbano .grafitis {
        width: 100%;
        justify-content: space-evenly;
        margin: 0 40px;
    }
}
.mainContact {
    background: var(--color-grey-background);
    padding: 50px 0;
}
.mainContact .column {
    justify-content: center;
}
.mainContact .column:first-child, .mainContact .column:last-child {
    width: 50%;
    align-items: center;
}
.mainContact a {
    color: var(--color-purple);
}
.mainContact .horario {
    min-width: 340px;
    max-width: 400px;
}
.mainContact table td {
    vertical-align: top;
}
.mainContact .horario thead tr:last-child {
    display: none;
}
.mainContact .horario tbody tr td:last-child {
    text-align: right;
}
.mainContact .divider {
    border-left: 1px solid var(--color-lighter-grey);
    width: 1px;
    height: 100%;
}
.mainContact h3 {
    color: var(--color-pink);
    text-transform: uppercase;
    font-size: 2.2em;
    font-weight: 200;
    text-align: center;
    margin-top: 0;
}
.mainContact h4 {
    width: 100%;
}
.mainContact > div {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.mainContact span, .mainContact img {
    display: block;
    line-height: 1.8em;
    white-space: nowrap;
}
.mainContact .contactItem img {
    height: 50px;
}
.contactItem > div {
    display: flex;
    flex-direction: row;
}
.contactItem > div > div:first-child {
    width: 65px;
    display: flex;
    align-items: center;
}
.attibutions {
    color: var(--color-light-grey);
    font-size: 0.5em;
    margin-top: 10px;
}
.attibutions a, .attibutions span {
        color: var(--color-lighter-grey);
        text-decoration: none;
    } 
.footer {
    color: var(--color-white);
    display: flex;
    flex-direction: column;
    background: var(--color-black);
    padding: 20px;
    border-top: 1px solid var(--color-dark-grey);
} 
.footerContent {
    padding: 20px;
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid var(--color-dark-grey);
    justify-content: space-between;
} 
.footer .socialMedia {
    display: flex;
    flex-direction: row;
} 
.footer .socialMedia a {
    width: auto;
    margin-right: 22px;
}
.socialMedia img {
    height: 30px;
} 
.footer .companyServices {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
}
.footer .name {
    font-size: 1.5em;
} 
.footerContent a, .footerContent p {
    width: fit-content;
    text-align: left;
    margin-bottom: 12px;
} 
.footerContent .company {
    width: 25%;
    align-items: normal;
} 
.footerColumn {
    display: flex;
    flex-direction: column;
}
@media (max-width: 990px) {
    .mobile-only {
        display: block;
    }

    .buyButton.mobile-only {
        display: inline-block;
    }

    .hide-for-mobile {
        display: none !important;
    }
    .header .sliderItem.mainHeader {
        flex-direction: column;
    }
    .header .sliderItem:not(.mainHeader) {
        align-items: center;
    }
    .header .sliderItem:not(.mainHeader) .headerLogo {
        display: none;
    }
    .slideContent {
        padding: 10px;
        font-size: 3vW;
    }
    .sliderImage {
        width: 23vW;
        right: 8px;
    }
    ul.slick-dots {
        display: none !important;
    }
    .slideInfo {
        margin-right: 10px;
    }
    .header h2.slideTitle {
        font-size: 3vW;
        margin-bottom: 6px;
    }
    /*.slideInfo h2 {
        display: none;
    }
    .slideInfo h2:first-child {
        display: initial;
    }*/
    .header h1.slideTitle {
        font-size: 8.2vW;
        margin-top: 10px;
    }
    .header .headerLogo {
        margin: 4px;
    }

    .header h2.slogan {
        display: inline-block;
        text-align: center;
        margin-bottom: 8px;
        font-size: 1.4em;
    }

    .virtualReality {
        padding-bottom: 90px;
    }

    .virtualReality h2 {
        font-size: 2em;
        padding-left: 15px;
    }

    .virtualReality p {
        padding: 15px 20px;
        display: initial;
    }

    .virtualReality p img {
        float: none;
        display: block;
        width: auto;
        height: 40px;
        margin: 0;
        margin-bottom: 14px;
    }

    .footerContent {
        padding: 10px;
    }
}
@media (max-width: 795px) {
    .footerContent {
        flex-direction: column;
    }
    
    .footerContent .company {
        margin-left: 10px;
    }

    .footer .companyServices {
        flex-direction: column;
        height: 320px;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-left: 10px;
    }
	.virtualReality .precioVR {
		width: 88px;
        height: 80px;
		right: -30px;
		bottom: 150px;
        z-index: 10;
	}
}
@media (max-width: 774px) {
    .mainContact {
        padding-left: 40px;
        padding-right: 40px;
    }
    .mainContact > div {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .mainContact h4 {
        text-align: center;
    }
    .mainContact .column, .mainContact .column .contactItem {
        border-bottom: 1px solid var(--color-light-grey);
        padding-bottom: 15px;
    }
    .mainContact .column .contactItem {
        width: 100%;
    }
    .contactItem > div {
        justify-content: center;
    }
    .mainContact .column:last-child, .mainContact .column .contactItem:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }
    .mainContact .column:first-child, .mainContact .column:last-child {
        width: 100%;
    }
}
@media (max-width: 710px) {
    .header.smallHeader {
        flex-direction: column;
    }
}
@media (max-width: 540px) {
    .virtualReality {
        padding-bottom: 180px;
    }
}
@media (min-width: 500px) and (max-width: 990px) {
    .mainHeader > .mobile-only {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mainHeader > .mobile-only .slogan:first-child::after {
        content: " - ";
        margin-right: 8px;
    }
}

@media (max-width: 500px) {
    .smallHeader .slogan {
        display: none;
    }

    .header h2.slogan {
        display: block;
    }
}
@media (max-width: 370px) {
    .footer .companyServices {
        flex-wrap: nowrap;
        height: auto;
    }

    .mainContact .horario {
        min-width: auto;
    }
}
span.precio {
    display: block;
    text-align: center;
    padding-bottom: 12px;
}
span.precio.oferta::after {
    content: "OFERTA";
    background: #ba1f1f;
    color: var(--color-white);
    padding: 3px 48px;
    font-weight: 800;
    font-size: 0.8em;
    position: absolute;
    transform: rotate(-28deg);
    bottom: 12px;
    right: -28px;
    box-shadow: 1px 1px 3px var(--color-dark-grey);
}
span.precio span {
    font-size: 1.3em;
    font-weight: 800;
}
span.precio a {
    color: var(--color-blue);
    font-size: 0.75em;
}
/*.salasMultijugador span.precio {
    display: inline-block;
    margin: 0px 12px
}*/
span.separator {
    display: block;
}
.precios {
    margin-bottom: 40px;
}
.precios:last-child {
    margin-bottom: 60px;
}
.precios table {
    margin: 0 auto;
    border-spacing: 0;
    border-collapse: collapse;
    min-width: 30%;
    max-width: 90%;
}
.precios thead td {
    background: var(--color-black);
    color: var(--color-white);
    font-weight: 800;
    border-bottom: 2px solid var(--color-pink);
}
.precios tfoot td {
    text-align: left;
    background: var(--color-black);
    color: white;
}
.precios td span {
    color: var(--color-pink);
    font-weight: 800;
}
.precios td {
    vertical-align: middle;
    padding: 10px 20px;
    text-align: center;
    border-bottom: 3px solid var(--color-grey-background);
    background:  var(--color-white);
}
.precios tbody td:last-child {
    text-align: right;
    padding-right: 15%;
}
@media (max-width: 1100px) {
    .precios table {
        min-width: 40%;
    }
}
@media (max-width: 900px) {
    .precios table {
        min-width: 70%;
        padding: 10px;
    }
}
/* Slider */
    .slider {
    width: 100%;
    margin: auto;
    overflow: hidden;
}

.slider ul {
    display: flex;
    padding: 0;
    width: 300%;
    animation: cambio 15s infinite alternate linear;
}

.slider li {
    width: 100%;
    list-style: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.slider img {
    width: 100%;
}

@keyframes cambio {
    0% {
        margin-left: 0;
    }

    30% {
        margin-left: 0;
    }

    35% {
        margin-left: -100%;
    }

    60% {
        margin-left: -100%;
    }

    65% {
        margin-left: -200%;
    }

    100% {
        margin-left: -200%;
    }
}
