/* Fonts */
@font-face{
	font-family: 'Lato';
	src: url('fonts/Lato-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: sans-serif;
}

@font-face{
	font-family: 'Lato';
	src: url('fonts/Lato-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: sans-serif;
}

@font-face{
	font-family: 'Lato';
	src: url('fonts/Lato-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: sans-serif;
}

@font-face{
	font-family: 'Jersey';
	src: url('fonts/Jersey20-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: sans-serif;
}

@font-face{
	font-family: 'Tiny';
	src: url('fonts/Tiny5-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: sans-serif;
}


/* Main Colors variables */
:root {
	--primary-color: #e72d2e;
	--secondary-color: #3a5eff;
	--third-color: #ffbd00;
	--max-width: 1200px;
	--back-color: #000000;
	--text-color: white;
}
/* Init CSS base */

a:link, a:visited, a:hover, a:focus, a:active
{
	color:none;
	text-decoration: none;
	display:block;
}

table
{
	border: none;
	border-top: none !important;
	border-left: none !important;
	border-collapse: collapse;
}

tr, td
{
	padding: 0px;
}

.site 
{
	margin: 0 auto;
}

body 
{
  overflow-x:hidden;
 	margin: 0px;
 	padding: 0px;
 	width: 100%;
 	background: var(--back-color);
}

body.no-scroll 
{      
  overflow-y: hidden;
}

html {
  overflow-x: hidden;
  height: 100%;
  width: 100%;
}

p, li, a, h1, h2, h3, div
{
	font-size: 22px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color:var(--text-color);
}


h1, h2, h3
{
	font-family: 'Jersey', sans-serif;
	font-weight: 400;
}

img	
{
	display: block;
}

/* GENERAL STYLES */

.header-container, .head-container, .footer-container, .general-container
{
	width: calc(100% - 40px);
	max-width: var(--max-width);
	margin: auto;
	padding: 0px 20px;
}

.header-container-inner, .head-container-inner, .footer-container-inner, .general-container-inner
{
	width: calc(100% - 40px);
	margin: 40px 20px 40px 20px;
}

.head-container-inner
{
	gap: 20px;
}

.logo-img
{
	display: block;
	width: 180px;
	height: 72px;
}

.logo-img-footer
{
	display: block;
	width: 180px;
	height: 72px;
	margin: auto;
	margin-top: 100px;
}

.menu
{
	list-style-type: none;
  display: inline-flex;
  padding: 0px;
}

.menu li
{
	padding: 15px 0px 0px 30px;
  cursor: pointer;
}

.menu a
{
	font-size: 20px;
}


.menu li a:hover
{
	scale: 1.1;
}

.low_line
{
	height: 2px;
	background: var(--primary-color);
	width: 0%;
	margin-top: 5px;
}

.menu li .low_line.active
{
  width: 100%;
}

nav
{
	margin-left: auto;
}

.maingame-visual
{
	width: 100%;
	background: blue;
}

.game-visual
{
	width: 100%;
	max-width: 700px;
	border: 4px solid white;
	border-radius: 12px;
	margin: auto;
	margin-top: -100px;
	background: black;
}

.footer-rights
{
	font-size: 22px;
	text-align: center;
}

.footer-rights .mini
{
	font-size: 22px;
	font-family: 'Lato', sans-serif;
}

.subtitle
{
	font-size: 40px;
	text-align: center;
}

.video-responsive {
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    aspect-ratio: 16 / 9;
    border-radius: 12px;
}

.video-responsive iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 12px;
}

.maingame-image
{
	width: 100%;
}

.social-container
{
	display: flex;
	gap: 20px;
	margin: auto;
	max-width: 280px;
}

.normal-text
{
	text-align: center;
	max-width: 600px;
	margin:auto;
}

.letter-button
{
	border: 4px solid white;
	border-radius: 12px;
	background: black;
	max-width: 400px;
	padding: 5px;
	margin: auto;
	cursor: pointer;
}

.letter-button:hover
{
	scale: 1.1;
}

.letter-button-inner
{
	font-family: 'Jersey', sans-serif;
	font-size: 35px;
	color: white;
	text-align: center;
	background: var(--primary-color);
	padding: 10px 20px;
	border-radius: 6px;
}

.letter-button-inner.blue
{
	background: var(--secondary-color);
}

.objeto {
    transform-origin: center ;
    animation: mover 3s infinite;
}

.social-icon:hover
{
    transform-origin: center ;
    animation: mover 3s infinite
}

@keyframes mover {
    0%   { transform: rotate(0deg); }
    5%  { transform: rotate(-10deg); }
    15%  { transform: rotate(8deg); }
    30%  { transform: rotate(-5deg); }
    45%  { transform: rotate(3deg); }
    55% { transform: rotate(0deg); }
    100% { transform: rotate(0deg); }
}

.newsletter-section
{
	width: 100%;
	padding-top: 0px;
	background: linear-gradient(to bottom, #000000 0%, transparent 100%);
}

.newsletter-img
{ width: 100%;
	max-width: 792px;
	display: block;
	margin: auto;
}

.about-img
{ width: 100%;
	max-width: 600px;
	display: block;
	margin: auto;
}

.red
{
	color: var(--primary-color);
}

.bluetext
{
	color: var(--secondary-color);
}

.yellow
{
	color: var(--third-color);
}

.newsletter-form
{
	max-width: 400px;
}


.newsletter-form input, .newsletter-form textarea
{
	border: 2px solid white; 
  outline: none;             
  padding: 10px;            
  font-size: 20px;            
  width: calc(100% - 20px);              
  background: black;
  color: var(--third-color);
  margin-bottom: 15px;
  border-radius: 10px;
}

.newsletter-form input::placeholder, .newsletter-form textarea::placeholder
{
	color: white;
}

textarea
{
	height: 150px;
}

.newsletter-form input:focus::placeholder, .newsletter-form textarea:focus::placeholder {
    color: #333333; 
}

.policy
{
	cursor: pointer;
}

.policy:hover
{
	color: var(--primary-color);
}

.divider
{
	height: 2px;
	width: 100%;
	margin: auto;
	background: white;
	max-width: 400px;
}

.press-kit-image
{
	display: block;
	margin: auto;
	width: 100%;
	margin-top: 100px;
}

.press-kit-image.mj
{
	max-width: 423px;
}

.press-kit-image.ap
{
	max-width: 432px;
}

.about-inner
{
	width: 100%;
	max-width: var(--max-width);
	margin: auto;
	gap: 20px;
	display: flex;
 	flex-wrap: wrap;
}

.inner-block
{
	background: black;
	border-radius: 10px;
	width: calc(100% - 100px);
	padding: 20px 30px 60px 30px;
	margin: 20px;
}

.profile-img
{ width: 100%;
	max-width: 400px;
	display: block;
	margin: auto;
}

.select-line {
    width: 100%;
    padding: 10px 5px;
    margin-bottom: 14px;
    background: #000;
    color: #fff;
    border: none;
    border: 2px solid #fff;
    border-radius: 10px;
    font-size: 16px;
    outline: none;
    cursor: pointer;
    font-size: 20px;
}

.select-line option {
    background: #000;
    color: #fff;
}

.select-line:focus {
    border-bottom: 2px solid #fff;
}
/* FLEX BASE -------------------------------- */
.containerflexwrap 
{
	display: flex;
 	flex-wrap: wrap;
}

.containerflex, a.containerflex
{
	display: flex;
}

.centerflex
{
	align-items: center;
  justify-content: center;
}

.centerflex-horizontal
{
  justify-content: center;
}

.verticalcenter
{
	align-items: center;
  justify-content: center;
	display: block;
}

.flex-to-right
{
	margin-left: auto;
	order: 2;
	text-align: right;
}

.float-to-right
{
	float: right;
}

.block01,.block01a {flex: 8.333%;}
.block02 {flex: 16.666%;}
.block03 {flex: 25%;}
.block04 {flex: 33.333%;}
.block05 {flex: 41.666%;}
.block06 {flex: 50%;}
.block07 {flex: 58.333%;}
.block08 {flex: 66.666%;}
.block09, .block09a {flex: 75%;}
.block10 {flex: 83.333%;}
.block11 {flex: 91.666%;}
.block12 {flex: 100%;}
.blockauto {flex: 1 1 auto;}


@media (max-width: 768px)
{
  .block01, .block02, .block03, .block04, .block05, .block06, .block07, .block08, .block09, .block10, .block11, .block12, .blockauto
  {
  	flex: 100%;
  }
}

/* MEDIA FOR SPECIAL CASES */
@media only screen and (min-width: 0px)
{
  .visibledeskflex{display: none;}
  .visibledeviceflex{display: flex;}
  .visibledesk{display: none;}
  .visibledeskmenu{display: none;}
  .visibledevice{display: block}
  .visibledevicemenu{display: initial}  
  .visibledeskmenuin{display: none;}
  .visibledevicemedium{display: none;}  
  .visibledeskm{display: none;}

  
}



@media only screen and (min-width: 769px)
{
	.visibledesk{display: initial;}
	.visibledeskmenu{display: none;}
	.visibledeskmenuin{display: inline-flex;}
	.visibledeskflex{display: flex;}
	.visibledeviceflex{display: none;}
  .visibledevice{display: none}
  .visibledevicemenu{display: initial}  
  .visibledevicemedium{display: block;}  
  .visibledeskm{display: none;}


}

@media only screen and (min-width: 1000px)
{
	.visibledevicemenu{display: none}  
	.visibledeskmenu{display: initial;}
}

@media only screen and (min-width: 1120px)
{
	.visibledesk{display: initial;}
	.visibledeskmenu{display: initial;}
	.visibledeskmenuin{display: inline-flex;}
	.visibledeskflex{display: flex;}
	.visibledeviceflex{display: none;}
  .visibledevice{display: none}
  .visibledevicemenu{display: none}  
  .visibledevicemedium{display: none;}  
  .visibledeskm{display: block;}

}



.gap10
{
	gap: 0 10px;
}
.gap20
{
	gap: 0 20px;
}
.gap30
{
	gap: 0 30px;
}
.gap40
{
	gap: 0 40px;
}
.gap50
{
	gap: 0 50px;
}
.gap60
{
	gap: 0 60px;
}
.gap70
{
	gap: 0 70px;
}
.gap80
{
	gap: 0 80px;
}
.margintop0
{
	margin-top: 0px;
}

.margintop0b5
{
	margin-top: 0px;
	margin-bottom: 5px;
}
.margintop5
{
	margin-top: 5px;
}
.margintop10
{
	margin-top: 10px;
}
.margintop20
{
	margin-top: 20px;
}
.margintop30
{
	margin-top: 30px;
}
.margintop40
{
	margin-top: 40px;
}
.margintop50
{
	margin-top: 50px;
}
.margintop60
{
	margin-top: 60px;
}
.margintop70
{
	margin-top: 70px;
}
.margintop80
{
	margin-top: 80px;
}
.margintop90
{
	margin-top: 90px;
}
.margintop100
{
	margin-top: 100px;
}
.margintop110
{
	margin-top: 110px;
}
.margintop120
{
	margin-top: 120px;
}
.margintop130
{
	margin-top: 130px;
}
.margintop140
{
	margin-top: 140px;
}
.marginbottom0
{
	margin-bottom: 0px;
}
.marginbottom5
{
	margin-bottom: 5px;
}
.marginbottom10
{
	margin-bottom: 10px;
}
.marginbottom20
{
	margin-bottom: 20px;
}
.marginbottom30
{
	margin-bottom: 30px;
}
.marginbottom40
{
	margin-bottom: 40px;
}
.marginbottom50
{
	margin-bottom: 50px;
}
.marginbottom60
{
	margin-bottom: 60px;
}
.marginbottom70
{
	margin-bottom: 70px;
}
.marginbottom80
{
	margin-bottom: 80px;
}
.marginbottom90
{
	margin-bottom: 90px;
}
.marginbottom100
{
	margin-bottom: 100px;
}
.marginbottom110
{
	margin-bottom: 110px;
}
.marginbottom120
{
	margin-bottom: 120px;
}
.marginbottom130
{
	margin-bottom: 130px;
}
.marginbottom140
{
	margin-bottom: 140px;
}
.height100
{
	height: 100px;
}
.height200
{
	height: 200px;
}
.height250
{
	height: 250px;
}
.height300
{
	height: 300px;
}
.height350
{
	height: 350px;
}
.height400
{
	height: 400px;
}
.height500
{
	height: 500px;
}
.alwayscenter
{
	text-align: center;
}
.alwaysright
{
	text-align: right;
}
.paddingtop0
{
	padding-top:0px;
}

.paddingtop80
{
	padding-top:80px;
}
.padding0
{
	padding:0px;
}

.paddingtb0
{
	padding-top:0px;
	padding-bottom:0px;
}
.paddingbottom60
{
	padding-bottom:60px;
}

.paddingbottom40
{
	padding-bottom:40px;
}
.paddingtopbottom30
{
	padding: 30px 0px;
}
.opacity5
{
	opacity: 0.5;
}
.opacity6
{
	opacity: 0.6;
}
.opacity8
{
	opacity: 0.8;
}
.centertext
{
	text-align: center;
}

.lefttext
{
	text-align: left;
}
