@font-face{
    src: url('../font/Garamond-Premier-Pro-Regular.ttf');
    font-family: 'Garamond-Premier-Pro-Regular';
}
@font-face{
    src: url('../font/Garamond-Premier-Pro-Display.otf');
    font-family: 'Garamond-Premier-Pro-Display';
}
@font-face{
    src: url('../font/Neutra2Text-Light.otf');
    font-family: 'Neutra2Text-Light';
}
@font-face{
    src: url('../font/Neutra2Text-Demi.otf');
    font-family: 'Neutra2Text-Demi';
}
@font-face{
    src: url('../font/Garamond-Premier-Pro-Italic-Display.ttf');
    font-family: 'Garamond-Premier-Pro-Italic-Display';
}
.navbar-brand{
    margin-top: 20px;
}
.menu{
    padding: 40px 0px 20px;
    margin-top: 10px;
    font-family: 'Garamond-Premier-Pro-Regular';
    font-size: 16px;
	
}
.menu .list-inline-item:not(:last-child) {    margin-right: 40px;}
.menu .list-inline-item{
	margin-bottom: 20px;
}
.menu ul li.active > a{
    color: #A97513;
}
.menu a{	transition: all 0.2s ease-in;
    color: #000;
}.menu a:hover{	color: #A97513;	text-decoration: none;	}
.line{
    background-image: url('../img/linea.svg');
    background-size: 100%;
    background-repeat: repeat-x;
    background-position: left;
    height: 3px;
	width: 100%;
}
.line.up{
    background-position: top left;
}
.line.down{
    background-position: bottom left;
}
footer{
    padding: 40px 0 120px;
}
footer h4{
    font-family: 'Neutra2Text-Light';
    font-size: 20px;
    margin-bottom: 0px;
}
footer h4, footer .copy{
    line-height: 20px;
    margin-bottom: 4px;
}
footer h4 span{
    font-family: 'Neutra2Text-Demi';
}
footer a{
    color: #000000;
    font-family: 'Garamond-Premier-Pro-Display';
    font-size: 20px;
}
footer a:hover{
    color: #000000;
    opacity: 0.6;
}
footer p{
    margin: 0;
    font-family: 'Garamond-Premier-Pro-Display';
    font-size: 20px;
}
footer .social a{
    font-family: 'Garamond-Premier-Pro-Display';
}
footer .reservas span{
    font-family: 'Garamond-Premier-Pro-Italic-Display';
}
footer .copy{
    font-family: 'Garamond-Premier-Pro-Display';
    font-size: 20px;
}
footer .copy a{
    font-family: 'Garamond-Premier-Pro-Italic-Display';
}@media(max-width: 992px){	footer .col-12{		margin-bottom: 60px;	}}@media(max-width: 766px){	footer{		text-align: center;	}}
@media(max-width: 575px){
	.menu .list-inline-item{
		width: 100%;
	}
	.menu .list-inline-item:not(:last-child) {
		margin-right: 0;
	}
}