@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;
	}

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

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

	.contac{
		margin-bottom: 140px;
	}


	.show{
		height: 100vh;
	}

	.hambur{
		width: 36px;
	}
}


			/*SLIDER*/


.carousel-control-next{
	width: 100px !important;
}

.carousel-control-prev{
	width: 100px !important;
}


.slide{
	margin: 0 auto;
	width: 70%;
	margin-top: 25px;
	background-color: rgb(0, 0, 0, 0.3);
}

.slide img{
	width: 70% !important;
	margin-left: 15%;
}


@media screen and (max-width: 450px){
	.slide{
		width: 100%;
	}

	.slide img{
		width: 100%;
	}

}




			/*VIDEO*/


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

.video1{
	width: 60%;
	margin-left: 20% !important;
}

@media screen and (max-width: 450px){
	.video1{
		width: 98%;
		margin-left: 6px !important;
	}

}




			/*MAP*/


.map h2{
	margin-left: 40%;
	color: #fff;
	font-family: Century Gothic;
	margin-bottom: 20px;
}

.map{
	margin-top: 20px;
	background-color: #202320;
	padding: 25px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 20px;
}

.map iframe{
	margin-left: 18%;
}

@media screen and (max-width: 1380px){
	iframe{
		width: 800px;
		height: 400px;
		margin-left: 150px !important;
	}
}

@media screen and (max-width: 450px){
	h2{
		margin-left: 30% !important;
		width: 200px;
		font-size: 25px;
	}

	.map iframe{
		width: 100%;
		height: 300px;
		margin-left: 5px !important;
	}

	.carousel-control-prev{
		margin-left: -20px !important;
		background-color: rgba(0, 0, 0, 0) !important;
		margin-top: 0px !important;
		padding-left: 0 !important;
	}

	.carousel-control-next{
		margin-right: -20px !important;
		background-color: rgba(0, 0, 0, 0) !important;
		margin-top: 0 !important;
		padding-right: 0 !important;
	}

	.carruPlace img{
		width: 90% !important;
		margin-left: 5%;
	}
}

@media screen and (max-width: 420px){
	h2{
		margin-left: 25% !important;
	}
}

@media screen and (max-width: 377px){
	h2{
		margin-left: 20% !important;
	}
}

@media screen and (max-width: 327px){
	h2{
		margin-left: 13% !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: 5px !important;
	}

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