/*  
   
Carlos Mayo, Visual Communication
Design and code by Carlos Mayo
carlosmayo.info
2018

*/

@charset "utf-8";
/* RESET CSS
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{
	display: block;
}
ol, ul, li{
	list-style: none;
}
*{
	box-sizing: border-box;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
:focus{
	outline: none;
}
img{
    max-width:100%;
    height:auto;
}

/*	BASIC STYLES
================================================== */
::-webkit-scrollbar{
	display: none;
}
::selection{
	background-color: transparent;
	color: #ddb254;
}
body{
	margin:auto;
	width:100%;
	height:100%;
	background-color: #f4f4f4;
}
body, h1, h2, input{
	font:0em/100% 'Avus Pro', sans-serif;
	font-size:2.5vmin;
	line-height: 1;
	font-variant-ligatures: discretionary-ligatures;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
}
#container{
	display:none;
}
a{
	text-decoration: none;
	color: black;
	cursor: pointer;
}

.hide{
	display:none;
}
.fullscreen{
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left: 0;
}
.cover{
	background-repeat:no-repeat;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	background-size:cover;
	background-position: center;
}
.img-center{
	margin-left: 50vw;
    max-width: 95vw;
    max-height: 90vh;
    transform: translateX(-50%);
}
.esp,
.eng,
.chn,
.rus,
.por{
	display: none;
}

/* FONTS
================================================== */
@font-face {
    font-family: 'Avus Pro';
    src: url('/fonts/AvusPro.woff') format('woff'),
        url('/fonts/AvusPro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* PASS
================================================== */
#passw,
#language{
	position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    background-color: #f4f4f4;
	z-index: 9999999999999;
}
#language{
	z-index: 999;
}
#password{
	border-bottom: 1px solid black !important;
	border: none;
    background-color: #f4f4f4;
    color: black;
    font-size: 3.5vmin;
	text-align: center;
}
#button{
	border: none;
    background-color: #f4f4f4;
    color: black;
    font-size: 3.5vmin;
	cursor: pointer;
	display: none;
}
.txt-center{
    margin-top: 50vh;
    text-align: center;
    max-width: 50vw;
    transform: translate(50%, -50%);
	font-size: 3.5vmin;
    line-height: 1.2em;
}

/* CURSORS
================================================== */
.cursor-none{
	cursor: none;
}
.pointer{
	cursor: pointer;
}
/*
.border{
	width: 1139px;
    height: 100vh;
    position: absolute;
    max-height: 90vh;
    max-width: 95vw;
    outline: 6px solid #f4f4f4;
    outline-offset: -5px;
    z-index: 999999999999999;
}
/* RESPONSIVE
================================================== */
.mobile .fp-prev,
.mobile .fp-next,
.tablet .fp-prev,
.tablet .fp-next{
	display: none !important;
}
/*SMALL LAPTOP + iPAD LANDSCAPE*/
@media only screen and (min-width: 320px) and (max-width: 1281px) {

}

/*IPAD*/
@media (min-width: 320px) and (max-width: 1025px){

}

/*IPAD LANDSCAPE*/
@media (min-width: 320px) and (max-width: 1025px) and (orientation: landscape){
	
}

/*IPAD PORTRAIT*/
@media (min-width: 320px) and (max-width: 1025px) and (orientation: portrait){	
	
}

/*IPHONE LANDSCAPE*/
@media (min-width: 320px) and (max-width: 760px) and (orientation: landscape){	

}

/*IPHONE PORTRAIT*/
@media (min-width: 320px) and (max-width: 760px) and (orientation: portrait){

}