@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR');
@import url('https://fonts.googleapis.com/css?family=Encode+Sans+Condensed');

body{
	background-image: url("../img/fondo2.jpg");
}

.container-fluid{
	width: 85% !important;
}


		/*MENU*/

.logo{
	cursor: pointer;
	margin: 0;
	padding: 0;
	width: 110px;
}

.alogo{
	border: none;
	padding: 0;
	padding-left: 0 !important;
}

.alogo:hover{
	box-shadow: none;
	background-color:#272c27;
}

nav{
	text-align: center !important;
	padding-top: 10px;
	margin-top: 10px;
	background-color: #272c27;
}

a{
	border-right: solid 2px #242424;
	padding: 0 40px  0 40px !important;
	font-family: 'Encode Sans Condensed';
	color: #fff;
	font-size: 17px;
	transition: 0.4S;
}

a:hover{
	box-shadow: 3px 5px 20px -3px rgba(0,0,0,0.75);
	color: #c4ca67;
	background-color: #232723;
}

a img{
	margin-top: 5px;
	width: 30px;
	padding-bottom: 8px;

}

.place img{
	margin-top: 2px;
	width: 20px;
	padding-bottom: 6px;
}

.contac img{
	margin-top: 7px;
	width: 33px;
	padding-bottom: 8px;
}

.home{
	margin-left: 70%;
}


@media screen and (max-width: 1410px) {
	a{
		margin-left: -30px;
		border: none;
	}

	.logo{
		margin-left: 30px;
	}
}

@media screen and (max-width: 1360px) {
	a{
		font-size: 15px;
		border: none;
	}

	.logo{
		margin-left: 50px;
	}
}

@media screen and (max-width: 1290px) {
	a{
		margin-left: -40px;
	}

	.logo{
		margin-left: 60px;
	}
}


@media screen and (max-width: 1077px) {
	a{
		margin-right: 20px;
		margin-left: -80px;
	}

	.logo{
		margin-left: 75px;
	}
}


@media screen and (max-width: 990px) {
	.hambur{
		width: 80%;
	}
}

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

	.container-fluid{
		width: 100% !important;
		margin-left: 0;
		margin-right: 0 !important;
	}

	.alogo{
		margin: 0;
	}

	.logo{
		margin-left: 5px;

	}

	nav{
		margin-top: 0;
	}

	.home{
		margin: 0;
		margin-top: 75px;
	}

	a{
		padding: 0;
		margin: 0;
		font-size: 20px;
		margin-top: 70px;
	}

	.home img{
		margin-top: -3px;
		margin-right: 25px;
	}

	.place img{
		margin-top: -3px;
		margin-right: 28px;
	}

	.gallerya{
		margin-top: 70px !important;
	}

	.gallerya img{
		margin-right: 10px;
	}

	.contac{
		margin-top: 70px;
	}

	.contac img{
		margin-right: 10px;
	}

	.contac{
		margin-bottom: 140px;
	}


	.show{
		height: 100vh;
	}

	.hambur{
		width: 36px;
	}
}


			/*VIDEO*/


.video video{
	border: 10px solid #1a1c1a;
	margin-top: 15px;
	width: 49%;
}

.video1{
	width: 49%;
}

.video2{
	width: 49%;
}

.video1V{
	margin-left: 26%;
}

@media screen and (max-width: 470px){
	.video video{
		width: 90%;
	}

	.video1{
		width: 95%;
		margin-left: 3% !important;
	}

	.video2{
		width: 95%;
		margin-left: 3% !important;
	}

	.video1V{
		margin-left: 5%;
	}

}





			/*GALLERY*/
.gallery{
	width: 100%;
	margin-top: 30px;
	margin-bottom: 50px;
}

@media screen and (max-width: 1380px){
	.gallery{
		margin-left: 130px !important;
	}
}


@media screen and (max-width: 470px){
	.gallery{
		margin-top: 20px !important;
		margin-left: 0 !important;
	}
	.img-c{
		width: 50%;
		height: 180px;
	}

	.img-c.active{
		margin-top: 25%;
		margin-left: 10%;
		width: 80% !important;
		height: 40% !important;
	}
}




			/*FOOTER*/

.cajaFooter{
	margin-left: 0;
	margin-right: 0;
	height: 82px;
	background-color: #272c27;
	padding-top: 10px;
}

.cajaFooter a{
	font-size: 17px;
	padding: 0 20px  0 20px !important;
	text-decoration: none;
	margin-right: 15px;
	border-right: none;
	float: right;
}

.linea{
	margin-top: 5px;
	width: 100%;
	border-top: solid 2px #242424;
}

.copyright p{
	margin-top: 7px;
	font-size: 16px;
	height: 18px;
	float: right;
	color: #d0bd63;
}

.iconFooter{
	width: 25px !important;
	margin-left: 20px;
	margin-top: -9px;
	padding-bottom: 0;
	margin-bottom: -5px;
	float: left !important;
}

.iconFooter:hover{
	background-color: none !important;
	box-shadow: none;
}


@media screen and (max-width: 450px){
	.cajaFooter a{
		margin: 0 !important;
		font-size: 12px;
		padding-right: 1px !important;
	}
	.copyright p{
		font-size: 12px;
		margin-bottom: 1px;
		margin-top: 1px;
	}

	.formCaja{
		height: 480px;
	}

	.iconFooter img{
		margin-top: -5px;
		margin-bottom: -15px;
		width: 23px;
		margin-left:-20px;
	}

	.insta{
		margin-left: 10px !important;
	}

}
@media screen and (max-width: 360px){
	.insta{
		margin-left: 3px !important;
	}
}
