/* CSS Document */



html, body{
	font-family: 'Ubuntu', sans-serif;
	margin: 0px;
	height: 100%;
	width: 100%;
	background: #222;
}


#header{
	background: #e1e1e1;
}


img{
	display: block;
}



.OUT .BT_PROXIMO{
	top: 121px;
}

.OUT .BT_ANTERIOR{
	top: 180px;
}



#logo{
	left: 0px;
	margin-left: 0px;
	margin-right: 0px;
	border-right: 1px solid rgba(255,255,255,0.15);
	position: relative;
	float: left;
	height: 60px;
	padding-left: 30px;
	padding-right: 30px;
}


.LOGO_DESK{
	display: block;
	line-height: 60px;
}

.LOGO_MOB{
	display: none;
	line-height: 40px;
}

.LOGO_MOB span{
	font-size: 12px !important;
}



#TKS{
	width: 100%;
	height: calc(100% - 0px);
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: 99;
	background: #181818 url(/JACKSYS/JACKS/images/sended.svg) no-repeat center center;
	background-size: 1px;
	display: none;
	transition: background-size 0.6s;
}

.GONA #TKS{
	display: block;
	background: #181818 url(/JACKSYS/JACKS/images/sended.svg) no-repeat center center;
	background-size: 150px;
}



.SHADOWMY{
	width: 100%;
	height: 50%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 9;
	background: url(/JACKSYS/JACKS/images/SHADOWMY.png) no-repeat center center;
	background-size: 100% 100%;
}



.JACKMOB{
	display: none;
}



.FALT {
    border-bottom: 2px solid #CC0000 !important;
}



.MONALISA{
	width: auto;
	border: 1px solid rgba(255,255,255,0.2);
	cursor: pointer;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	color: #fff;
	padding-left: 55px;
	padding-right: 15px;
	letter-spacing: 2px;
	font-size: 18px;
	font-weight: 200;
	background: url(/JACKSYS/JACKS/images/whatsapp.svg) no-repeat center left 15px;
	background-color: #222;
	background-size: 32px;
	transition: background-color 0.5s;
	position: absolute;
	right: 0px; top: 0px;
}

.MONALISA:hover{
	background-color: #fff;
	color: #222;
}



.ASSINATURA_MOB{
		display: none;
	}


.PLAYERVIDEO{
	display: none;
	width: 100%;
}

.PLAYINGTHIS .THEPLAY{
	display: none;
}

.PLAYINGTHIS img{
	display: none;
}

.PLAYINGTHIS .PLAYERVIDEO{
	display: block;
}





.IFI{
	width: 100%;
	position: relative;
	height: auto;
}


.THEPLAY {
    width: 100%;
    height: 100%;
    position: absolute;
    lef: 0px;
    top: 0px;
    background: url(/JACKSYS/JACKS/images/PLAY4.svg?x=433) no-repeat center center;
    background-size: 90px;
    z-index: 99;
}



.OP_GAL{
    width: calc( (100% / 3) - 10px ) !important;
	margin-bottom: 10px !important;
	margin-right: 10px !important;
}


.HOO{
	float:left;
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
}

.GRID_COMDESC .HOO:last-child{
	margin-right:30px;
}


.grid-itemSALT .QUADRADO{
	width:100%;
	display:block;
}

.IMG_GRIDFLOAT{
	position: absolute;
    margin: auto;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
}

.IMG_GRIDFLOAT img{
	/*height:50vh;*/
	height:100%;
	width:100%;
	object-fit: cover;
}

/* clear fix */
.gridSALT:after {
	content: '';
	display: block;
	clear: both;
}

/* ---- .grid-item ---- */

.grid-itemSALT{
	float: left;
	width:calc(  (100% / 2) - 30px  );
	margin-right:30px;
	height: auto !important;
	background: none;
	border: none;
	border-color: hsla(0, 0%, 0%, 0.7);
}











.LINHADIVISORIA{
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #fff;
	opacity: 0.2;
}



.DISABLE_ARROW{
	cursor: default !important;
}

.DISABLE_ARROW i{
	opacity: 0.1;
}







#MOBILE{
 width: 100%;
 height: 100%;
 z-index: 99999999999999;
 background: #fff url(/JACKSYS/JACKS/images/MOBILE.png) no-repeat center center;
 background-size: 300px;
 display: none;
}


.TEXTOCO{
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	font-weight: 200;
	opacity: 0.7;
	letter-spacing: 1px;
}




.GOA{
	z-index: 999;
}



.OPENMENU{
	display: block;
}


.CLOSEMENU{
	display: none;
}







.SUBMENU{
	width: 300px;
	height: calc(100% - 60px);
	position: fixed;
	right: 0px;
	top: 61px;
	background: #222;
	border-left:1px solid rgba(255,255,255,0.15);
	z-index: 999999;
	display: none;
	transition: right 0.3s;
}


.SUBPORT .SUBMENU{
	right: 301px !important;
	display: block;
}









.MAON{
	width: 100%;
	position: relative;
	float: left;
	margin-top: 25px;
}


.HAJ{
	font-weight: 400;
	color: #fff;
	font-size: 13px;
	letter-spacing: 0.4px;
	padding-left: 30px;
	margin-bottom: 10px;
}


.MIN{
	padding-left: 30px;
	color: #fff;
	opacity: 0.5;
	font-size: 12px;
	line-height: 20px;
	cursor: pointer;
}


.MIN:hover{
	opacity: 1;
}




.NAOTEM i{
	opacity: 0.2;
}






.CASEMENU{
	width: 100%;
	float: left;
	position: relative;
	margin-top: 60px;
	border-top:1px solid rgba(255,255,255,0.15);
}


.CADAMENU{
	font-size: 16px;
	line-height: 60px;
	letter-spacing: 2px;
	font-weight: 100;
	color: #fff;
	padding-left: 20px;
	cursor: pointer;
	border-bottom:1px solid rgba(255,255,255,0.15);
}


.CADAMENU:hover{
	font-size: 16px;background: #fff;
	line-height: 60px;
	letter-spacing: 2px;
	font-weight: 100;
	color: #222;
	padding-left: 20px;
	border-bottom:1px solid rgba(255,255,255,0.15);
}











.CAPA{
	width: 0px;
	height: calc(100% - 61px);
	background: #222;
	opacity: 0.4;
	z-index: 9999;
	position: fixed;
	left: 0px;
	top: 61px;
	opacity: 0;
}

.OPENEDMENU .CAPA{
	width: 100%;
	opacity: 0.8;
}




.MENULATERAL{
	width: 300px;
	height: 100%;
	position: fixed;
	top: 0px;
	right: -300px;
	background: #222;
	z-index: 999999999;
	border-left:1px solid rgba(255,255,255,0.15);
	border-right:1px solid rgba(255,255,255,0.15);
	transition: right 0.5s;
}


.OPENEDMENU .MENULATERAL{
	right: 0px;
}



.OPENEDMENU .MY_PORTFOLIO{
	left: -200px !important;
}



.OPENEDMENU .HOSTEL{
	right: 200px !important;
}




.MENUBASE{
	width: 100%;
	height: 60px;
	position: fixed;
	left: 0px;
	top: 0px;
	background: #222;
	overflow: hidden;
	z-index: 9999;
	border-bottom: 1px solid rgba(255,255,255,0.15);
}



.LOADING{
	background: url(/JACKSYS/JACKS/images/loading.svg) no-repeat top 50px center;
	background-size: 50px;
	min-height: 200px;
}



.NUO{
	width: calc(100% - 80px);
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 100px;
	position: relative;
	transition: left 2s;
	left: 0px;
}




.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}









.LOADING .NUO{
	left: 60vw;
}




.JACK{
	position: absolute;
	left: -0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #222 url(/JACKSYS/JACKS/images/JACK.jpg) no-repeat center center;
	background-size: cover;
	z-index: 9;
	opacity: 0;
	transition: opacity 1s;
}


.ABOUT .JACK{
	opacity: 1;
	z-index: 9999;
}



.ABOUT .NUO{
	margin-left: 50px;
}


.ABOUT .OKCLOSE{
	display: none;
}

.ABOUT .BT_THECLOSE{
	display: block;
}




.VERPROJETO{
	overflow: hidden !important;
}


.MY_PORTFOLIO{
	width: 100%;
	max-width: 1800px;
	position: relative;
	margin-left: 50px;
}


.MYGRID .MY_PORTFOLIO{
	width: 100%;
	max-width: 100%;
	position: fixed;
	margin-left: 0px;
	z-index: 99;
	left: 0px;
	border-right: 1px solid rgba(255,255,255,0.15);
	transition: max-width 0.5s, left 0.5s;
}



.LOGOTEXT{
	font-size: 16px;
	letter-spacing: 3px;
	text-decoration: none;
	color: #fff;
}




.OUT .MY_PORTFOLIO{
	width: 100%;
	max-width: 900px;
}



.HOSTEL{
	width: calc(100% - 900px);
	height: calc(100% - 60px);
	right: 0px;
	top: 60px;
	overflow: hidden;
	position: fixed;
	z-index: 9;
	overflow-y: auto;
	transition: width 0.5s, right 0.5s;
}



.GOA:hover .ORKA{
	opacity: 1;
}


.ORKA{
	color: #fff;
	letter-spacing: 1px;
	position: absolute;
	left: 40px;
	bottom: -200px;
	width: calc(100% - 80px);
	opacity: 0;
	transition: bottom 0.3s;
}

.OUT .ORKA{
	color: #fff;
	letter-spacing: 1px;
	position: absolute;
	left: 20px;
	bottom: -50px;
	width: calc(100% - 40px);
	max-width: 200px;
	opacity: 1;
}


.GOA:hover .ORKA{
	opacity: 1;
	bottom: 40px;
}


.OUT .GOA:hover .ORKA{
	opacity: 1;
	bottom: 20px;
}


.ORKA span{
	background: #fff;
	box-shadow: 10px 0 0px 0px #fff, -10px 0 0px 0px #fff;
	color: #222;
	font-size: 22px;
	line-height: 32px;
	font-weight: 900;
}


.OUT .ORKA span{
	background: #fff;
	box-shadow: 5px 0 0px 0px #fff, -5px 0 0px 0px #fff;
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
}




.OUT .HOSTEL{
	width: calc(100% - 900px);
	display: block;
}



.OUT .GOA{
	opacity: 0.2;
	filter: grayscale(100%);
}

.OUT .GOA:hover{
	opacity: 0.4;
	filter: grayscale(0%);
}


.OUT .SECPRO{
	opacity: 1 !important;
	filter: grayscale(0%) !important;
}



.MY_PORTFOLIO .GOA{
	opacity: 0.4;
	filter: grayscale(100%);
	transition: 0.4s;
}

.GOA:hover{
	opacity: 1 !important;
	filter: grayscale(0%) !important;
}




.DESATURATE{
	filter: grayscale(100%);
}



.DEFCLOSE_DESK{
	display: block;
}

.DEFCLOSE_MOB{
	display: none;
}



#contents{
	padding-bottom: 0px;
}



#contents, .MY_PORTFOLIO{
	background: #222;
}



.flow-grid-col_ {
    width: 100% !important;
}


.flow-grid-col .entry{
	margin: 0px;
	position: relative;
	margin-top: 0px;
}



.INVERT{
	filter: invert(1);
}


.TOTHELEFT{
	float: left;
	width: 50%;
	position: relative;
}

.TOTHERIGHT{
	float: left;
	width: 50%;
	position: absolute;
	left: 50%;
	top: 0px;
	height: 100%;
}



.MYGRID .TOTHELEFT{
	float: left;
	width: 100%;
	position: relative;
}

.MYGRID .TOTHERIGHT{
	display: none;
}






.SPACE{
	padding-left: 40px;
	position: absolute;
	bottom: 240px;
	left: 0px;
}

.FULL{
	width: 100%;
	position: relative;
}



.MYTITS{
	font-size: 42px;
	line-height: 46px;
	letter-spacing: 0px;
	color: #222;
	font-weight: 900;
	max-width: 400px;
	color: #fff;
}


.MYTITS_LADO{
	margin-top: 5px;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0px;
	color: #222;
	font-weight: 200;
}



.MYDESC{
	font-size: 16px;
	line-height: 22px;
	font-weight: 200;
	margin-top: 20px;
	letter-spacing: 1px;
	color: #888;
}

.MYTAG{
	height: 25px;
	line-height: 25px;
	margin-right: 15px;
	display: inline-block;
	font-size: 12px;
	letter-spacing: 0px;
}



.MY_PORTFOLIO-detail #photo{
	overflow: scroll !important;
	-webkit-overflow-scrolling: touch;
	height: calc(100vh - 50px);
	background: #fff;
}



#info{
	max-height: calc(100vh - 60px);
	background: #fff !important;
	border-right: 1px solid rgba(255,255,255,0.1) !important; 
}


.HANGA_{
	display: none;
	width: 100%;
	height: auto;
	position: relative;
}

.MY_PORTFOLIO{
	display: block;
	width: 100%;
	height: calc(100% - 60px);
	position: fixed;
	top: 60px;
	overflow-y: auto;
}



.no-footer #contents {
    padding-bottom: 0px;
}




#LONA{
	width: 1px;
	height: 100%;
	position: fixed;
	top: 60px;
	left: 0px;
	z-index: 3;
	background: #111;
	transition: width 0.6s;
}


.GOLONA{
	width: 100% !important;
	background: #111 !important;
}


.HA{
	left: 0px;
	transition: left 1s;
}

.VERPROJETO .HA{
	left: -100vw;
}



.HU{
	position: fixed;
	left: 100%;
	top: 60px;
	width: 100vw;
	transition: left 1s;
}

.VERPROJETO .HU{
	left: 0vw;
}




.cnavi-nav-open .OPENMENU{
	display: none !important;
}


.cnavi-nav-open .CLOSEMENU{
	display: block !important;
}




#gnavi .DONK{
	margin-left: 215px;
	margin-top: 5px;
	zoom: 0.7;
}


.paginate a, .paginate span {
    display: inline-block;
    width: 40px;
    height: 40px;
}



.hover-line-links a{
	text-transform: uppercase;
}


.sub-nav-links-inner dt{
	margin-left: -12px;
	line-height: 14px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.hover-line-links li{
	position: relative;
}

.hover-line-links li::before{
	content: '';
	width: 3px;
	height: 3px;
	position: absolute;
	background: #000;
	left: -12px;
	top: 11px;
}




.MY_PORTFOLIO-detail #photo .entry-photo {
    padding: 40px 40px 40px;
}



.TO{
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	letter-spacing: 1px;
}

.RES{
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	color: #666;
	letter-spacing: 1px;
}


.HOA{
	margin-top: 20px;
	border-top: 1px solid rgba(255,255,255,0.1);
	padding-top: 20px;
}



.CONDA{
	margin-bottom: 10px;
}



.OK{
	width: 60px;
	height: 60px;
	float: left;
	text-align: center;
	border-right: 1px solid rgba(255,255,255,0.15);
	margin: 0px;
	cursor: pointer;
}


.OK:hover{
	background: #333;
}

.OKMENU{
	float: right !important;
	border-right: none;
	border-left: 1px solid rgba(255,255,255,0.15);
}




.OKCLOSE{
	float: right !important;
	border-right: none;
	border-left: 1px solid rgba(255,255,255,0.15);
	border-bottom: 1px solid rgba(255,255,255,0.15);
	position: fixed;
	top: 60px;
	right: -60px;
	z-index: 999;
	transition: right 0.2s;
}




.OUT .OKCLOSE{
	right: 0px;
}



.OK i{
	color: #fff;
	font-size: 20px;
	line-height: 60px;
	padding: 0px !important;
	margin: 0px !important;
}



.MARKPROJ{
	width: calc(100% - 0px);
	height: calc(100% - 0px);
	position: absolute;
	left: 0px;
	top: 0px;
	border: 0px solid #fff;
	transition: border 0.3s;
}


.CHECKPROJ .MARKPROJ{
	width: calc(100% - 0px);
	height: calc(100% - 0px);
	position: absolute;
	left: 0px;
	top: 0px;
	border: 10px solid #fff;
}



.PORT_LADO{
	width: calc(100% - 0px);
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	float: left;
	cursor: pointer;
	position: relative;
}

.PORT_LADO img{
	width: 100%;
}




.MAH{
	width: 415px;
	height: calc(100vh - 60px);
	overflow: hidden; 
	border-right:1px solid rgba(255,255,255,0.1);
	position: fixed;
	left: -415px;
	top: 60px;
	z-index: 9999;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	background: #222;
	transition: left 1s;
}


.VERPROJETO .MAH{
	left: 0px;
}



.CHECKPROJ{
	background: rgba(255,255,255,0.05);
	background: #fff;
}


.CHECKPROJ .MYTITS_LADO{
	color: #222;
}




.WHATS_DESK{
	display: block;
}

.WHATS_MOB{
	display: none;
}





.GOA{
	width: 100%;
	display: flex;
	height: auto;
	min-width: 100%;
	padding: 0px;
	position: relative;
	margin-top: 40px;
	cursor: pointer;
	overflow: hidden;
}


.MYGRID .GOA{
	width: calc(100% / 4);
	display: flex;
	float: left;
	height: auto;
	min-width: inherit;
	padding: 0px;
	position: relative;
	margin-top: 0px;
}




.MAPLE{
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0px;
	bottom: -1px;
	background: #111;
	z-index: 999;
	transition: height 0.5s;
}


.GOMAPPLE{
	height: 100%;
}




.VOA{
	left: calc(100% - 415px) !important;
}




.ROOT{
	margin-top:30px;
	margin-bottom:30px;
}


.embed-container { 
	position: relative; 
	padding-bottom: 56.25%;
	height: 0;
	width:100%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
	background:#111;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index:99;
}












@media screen and (max-width: 2050px) {


	.OUT .MY_PORTFOLIO {
		width: 100%;
		max-width: 800px;
	}	
	

	.OUT .HOSTEL {
		width: calc(100% - 800px - 60px);
		margin-right: 0px;
		padding-right: 60px;
		display: block;
	}	
	
	
	

	.MYGRID .GOA {
		width: calc(100% / 4);
		display: flex;
		float: left;
		height: auto;
		min-width: inherit;
		padding: 0px;
		position: relative;
		margin-top: 0px;
	}	
	
	
}






@media screen and (max-width: 1500px) {


	.OUT .MY_PORTFOLIO {
		width: 100%;
		max-width: 600px;
	}	
	

	.OUT .HOSTEL {
		width: calc(100% - 600px - 60px);
		margin-right: 0px;
		padding-right: 60px;
		display: block;
	}	

	.MYGRID .GOA {
		width: calc(100% / 2);
		display: flex;
		float: left;
		height: auto;
		min-width: inherit;
		padding: 0px;
		position: relative;
		margin-top: 0px;
	}	
	
	
}






@media screen and (max-width: 1350px) {


	.OUT .MY_PORTFOLIO {
		width: 100%;
		max-width: 400px;
	}	
	

	.OUT .HOSTEL {
		width: calc(100% - 400px - 60px);
		margin-right: 0px;
		padding-right: 60px;
		display: block;
	}	

	.MYGRID .GOA {
		width: calc(100% / 2);
		display: flex;
		float: left;
		height: auto;
		min-width: inherit;
		padding: 0px;
		position: relative;
		margin-top: 0px;
	}	
	
	
}



























@media screen and (max-width: 1440px) {

	.ORKA span {
		background: #fff;
		box-shadow: 10px 0 0px 0px #fff, -10px 0 0px 0px #fff;
		color: #222;
		font-size: 18px;
		line-height: 22px;
		font-weight: 900;
	}
	
}
















@media screen and (max-width: 1024px) {

	.ORKA span {
		background: #fff;
		box-shadow: 10px 0 0px 0px #fff, -10px 0 0px 0px #fff;
		color: #222;
		font-size: 14px;
		line-height: 16px;
		font-weight: 900;
	}
	
	
	.CONTACT_SPACE{
		padding-left: 20px;
		padding-right: 20px;
		margin-top: 30px;
	}
	
	
	
	.HOSTEL{
		width: calc(100% - 60px) !important;
		margin-right: 60px !important;
		transition: left 1s;
	}
	
	.MYGRID .MY_PORTFOLIO{
		transition: left 1s;
		position: absolute;
		height: auto;
		overflow: hidden;
	}
	
	.OUT .MY_PORTFOLIO{
		left: -100%;
	}
	
	.OUT .HOSTEL{
		left: 0px;
	}
	
	
	.LOADING{
		background: url(/JACKSYS/JACKS/images/loading.svg) no-repeat top 30px left 30px;
		background-size: 50px;
		min-height: 200px;
	}
	
	
	
	
	.OUT .HOSTEL {
		width: calc(100% - 60px);
		margin-right: 0px;
		padding-right: 60px;
		display: block;
	}
	
	
	.ABOUT, .OUT{
		overflow: hidden !important;
	}
	
	
}












@media screen and (max-width: 900px) {

	
	
	.LOGO_DESK{
		display: none;
	}
	
	.LOGO_MOB{
		display: block;
	}
	
	
	.OKINSTAGRAM{
		border-left: 1px solid rgba(255,255,255,0.15);
	}
	
	
	#logo{
		left: 0px;
		margin-left: 0px;
		margin-right: 0px;
		border-right: none;
		border-left: 1px solid rgba(255,255,255,0.15);
		position: relative;
		float: left;
		height: 40px;
		padding-left: 19px;
		padding-right: 18px;
	}
	
	.MENUHAMB{
		border: none;
	}
	
	
	.JACKMOB{
		display: block;
	}
	
	.TITAUTOR{
		display: none;
	}
	
	.ASSINATURA_MOB{
		display: block;
	}
	
	
	.MOLA{
		margin-top: -20vh;
		position: relative;
		z-index: 999;
	}
	
	
	
	.ABOUT .HOSTEL{
		width: 100% !important;
		margin: 0px !important;
		padding: 0px !important;
	}
	
	.ABOUT .HOSTEL .NUO{
		width: 100% !important;
		margin: 0px !important;
	}
	
	
	
	.OK:hover {
		background: #222;
	}
	
	
	.ORKA {
		color: #fff;
		letter-spacing: 1px;
		position: absolute;
		left: 30px;
		bottom: 20px;
		width: calc(100% - 80px);
		opacity: 1;
		transition: bottom 0.3s;
	}
	
	
	.ORKA span {
		background: #fff;
		box-shadow: 10px 0 0px 0px #fff, -10px 0 0px 0px #fff;
		color: #222;
		font-size: 16px;
		line-height: 22px;
		font-weight: 900;
	}
	
	
	
	.CASEMENU {
		width: 100%;
		float: left;
		position: relative;
		margin-top: 40px;
		border-top: 1px solid rgba(255,255,255,0.15);
	}
	
	.CAPA {
		width: 0px;
		height: calc(100% - 61px);
		background: #222;
		opacity: 0.4;
		z-index: 9999;
		position: fixed;
		left: 0px;
		top: 0px;
		opacity: 0;
	}
	
	
	
	
	
	
	
	.OUT .HOSTEL {
		width: calc(100% - 0px);
		margin-right: 0px;
		padding-right: 0px;
		display: block;
	}
	
	.MY_PORTFOLIO{
		top: 40px;
	}
	
	.HOSTEL{
		width: calc(100% - 0px) !important;
		margin-right: 0px !important;
		transition: left 1s;
		top:40px;
	}
	
	
	.OKCLOSE{
		top: 40px;
	}
	
	
	
	
	.NUO {
		width: calc(100% - 20px);
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 40px;
		margin-bottom: 100px;
		position: relative;
		transition: left 2s;
		left: 0px;
	}
	
	
	
	.MENUBASE{
		width: 100%;
		height: 40px;
		position: fixed;
		left: 0px;
		top: 0px;
		background: #222;
		overflow: hidden;
		z-index: 9999;
		border-bottom: 1px solid rgba(255,255,255,0.15);
	}
	


	.DEFCLOSE_DESK{
		display: none;
	}

	.DEFCLOSE_MOB{
		display: block;
	}
	


	.OK {
		width: 40px;
		height: 40px;
		line-height: 40px;
		float: right;
		text-align: center;
		border-right: 1px solid rgba(255,255,255,0.15);
		margin: 0px;
		cursor: pointer;
	}
	
	.OK i {
		color: #fff;
		font-size: 18px;
		line-height: 40px;
		padding: 0px !important;
		margin: 0px !important;
	}
	


	
	.BTCONTROL_PORT{
		background: #222;
		top: 40px !important;
	}
	
	
	.OKCLOSE {
		float: right !important;
		border-right: none;
		border-left: 1px solid rgba(255,255,255,0.15);
		border-bottom: 1px solid rgba(255,255,255,0.15);
		position: fixed;
		top: 60px;
		right: -120px;
		z-index: 999;
		transition: right 0.2s;
	}


	.OUT .BT_THECLOSE{
		right: 1px !important;
	}
	
	.OUT .BT_PROXIMO{
		right: 42px !important;
	}

	.OUT .BT_ANTERIOR{
		right: 83px !important;
	}
	
	
	
	
	
	.GOA{
		opacity: 1 !important;
		filter: grayscale(0%) !important;
	}
	
	.OUT .GOA{
		opacity: 0.1 !important;
		filter: grayscale(100%) !important;
	}
	
	
	.OUT .SECPRO{
		opacity: 1 !important;
		filter: grayscale(0%) !important;
	}
	
	
	
	
	.MYTITS {
		font-size: 32px;
		line-height: 36px;
		letter-spacing: 0px;
		color: #222;
		font-weight: 900;
		max-width: 400px;
		padding-top: 15px;
		color: #fff;
	}
	
	
	
	
	
	
	
	
	
}





@media screen and (max-width: 600px) {





	.MYGRID .GOA {
		width: calc(100% / 1);
		display: flex;
		float: left;
		height: auto;
		min-width: inherit;
		padding: 0px;
		position: relative;
		margin-top: 0px;
		margin-bottom: 1px;
	}
	
	
	.TEXTOCO {
		font-size: 13px;
		line-height: 18px;
		color: #fff;
		font-weight: 200;
		opacity: 0.7;
		letter-spacing: 1px;
	}
	
	.ORKA {
		color: #fff;
		letter-spacing: 1px;
		position: absolute;
		left: 20px;
		bottom: 10px;
		width: calc(100% - 10px);
		opacity: 1;
		transition: bottom 0.3s;
	}
	

	.ORKA span {
		background: #fff;
		box-shadow: 5px 0 0px 2px #fff, -5px 0 0px 2px #fff;
		color: #222;
		font-size: 12px !important;
		line-height: 10px !important;
		font-weight: 900;
	}
	
	
	
	
	
}



