@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i|Montserrat:300,400,500,600');
/* -----------------------------------------------------------------------------
# General
----------------------------------------------------------------------------- */
.hdn{
	display: none;
}
.rojo{
	color: #D43A2D !important;
}
.divider{
	border-color: #e6e6e6;
	border: 0;
	border-top: 1px solid #eeeeee;
	margin-top: 5em;
	margin-bottom: 5em;
}
/* -----------------------------------------------------------------------------
# Navbar
----------------------------------------------------------------------------- */
.mainmenu .container{	max-width: 1240px;}
.mainmenu {
	position: fixed;
	z-index: 100;
	width: 100%;
	background-color: #fff;
	padding: 0.7em 0;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.15);	-webkit-transition: 0.3s;	-o-transition: 0.3s;	transition: 0.3s;
}
.mainmenu-wrap {
	display: flex;
	justify-content: space-between;
}
.mainmenu-wrap label{
	cursor: pointer;
	display: none;
	float: right;
    font-size: 1.7rem;
	margin: auto 0;
}.mainmenu-nav{	text-align: right;
	margin: auto 0;}.mainmenu-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.mainmenu-nav ul li {
	display: inline-block;
}
.mainmenu-nav ul li a {
	font-weight: 700;
	display: block;	padding: 12px 15px;
	color: #373636;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.mainmenu-nav ul li a.active {
	color: #D43A2D;
}
.mainmenu-nav ul > li {
  position: relative;
}
.mainmenu-nav ul li.current-list-item > a {
  /*color: #D43A2D;*/
}
.mainmenu-nav li:hover > a {
  color: #D43A2D;
}
.mainmenu-nav .menu{
	display: none;
	border-radius: 7px;
	box-shadow: 0 2px 8px rgba(0,0,0,.05);
	background-color:#fff;
	right: 1rem;
	top: 6.2rem;
	position: fixed;
}
.mainmenu-nav .menu a{
	color: #051922 !important;
	font-weight: 700;
	font-size: 0.9rem;
	padding: 7px 25px;
	margin: 1rem 1.5rem;
	border-radius: 50px;
}
.menu a:hover{
	background-color: #D43A2D;
	color: #fff !important;
}
#intra{
	width: 50px;
	cursor: pointer;
}
.site-logo a img{
	max-width: 7em;
	object-fit: contain;
	height: 100%;
}.is-transparent{
  background-color: transparent;
  padding: 1.7em 0;
  box-shadow: none;
}
.is-transparent .mainmenu-nav ul li a{
	color: #fff;
}
.is-transparent .mainmenu-nav ul li:hover > a {
  color: #D43A2D;
}@media only screen and (min-width: 991px) {	.mainmenu-nav ul > li:hover ul {		opacity:1 !important;		visibility: visible !important;		display: block !important;	}}@media only screen and (max-width: 991px) {	.mainmenu{		background:#fff;	}	.mainmenu-wrap {		position: unset;	}	.mainmenu-wrap label{		display: initial;	}	.mainmenu-nav {		position:absolute;		top: 100%;		left:0;		right:0; 		background:#fff;		color:#000;		display:none;		text-align: center;	}	.mainmenu-nav ul li:not(:last-child){		width: 100%;	}	.mainmenu-nav ul li:last-child{		float:none;		padding-bottom: 15px;	}		.mainmenu-nav ul li.current-list-item > a{		color:#051922;	}	.mainmenu-nav ul li a{		color:#051922;	}
	.mainmenu-nav .menu{
		display: block;
		border-radius: 0;
		box-shadow: none;
		position: relative;
		right: 0;
		top: 0;
	}
	.mainmenu-nav .menu a{
		color: #fff !important;
		font-weight: 700;
		font-size: 0.9rem;
		padding: 7px 25px;
		margin: 1rem 1.5rem;
		border-radius: 50px;
		background-color: #D43A2D;
	}
	}/* -----------------------------------------------------------------------------# Home----------------------------------------------------------------------------- */.home-slider-item .home-img{    background-size: cover;    background-position: center;	height: 100vh;	width: 100vw;	position: relative;	z-index:1;	display: flex;    align-items: center;    justify-content: center;	flex-direction: column;	}.home-slider-item > .home-img:after{	height: 100vh;	width: 100vw;	position: absolute;	background-color: #051922;	content: "";	z-index: -1;    opacity: 0.5;	top:0;	left:0;}
/* -----------------------------------------------------------------------------# Nosotros----------------------------------------------------------------------------- */.nosotros {  width: 100%;  height: auto;  margin-top: 9rem;  margin-bottom: 9rem;
  text-align: center;  background: none no-repeat scroll center center #ffffff;}
.nosotros .nosotros-header{
	width: 100%;
}
.nosotros .nst-divider{
	position: relative;
	margin: 40px 0;
	display: block;
	min-height: 20px;
}
.nosotros .nst-divider:after{
	left: 50% !important;
	right: auto !important;
	margin-left: 20px;
	width: 17%;
	border-top: #D43A2D 1px solid;
	content: '';
	position: absolute;
	top: 8px;
	height: 0;
}
.nosotros .nst-divider:before{
	left: auto !important;
	right: 50%;
	margin-right: 20px;
	width: 17%;
	border-top: #D43A2D 1px solid;
	content: '';
	position: absolute;
	top: 8px;
	height: 0;
}
.nosotros .nosotros-title{
	margin-bottom: 1.5em;
}
.nosotros .nosotros-img{
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
.nosotros .chef h2{
	text-align: left;
}
.nosotros .chef span{
	font-size: 1em;
	font-family: 'Libre Baskerville', serif;
	font-style: italic;
}
.nosotros .chef p{
	font-size: 1em;
}
@media screen and (max-width: 991px) { /*tablet*/
	.nosotros .nosotros-img{
		margin-bottom: 4em;
	}
}/* -----------------------------------------------------------------------------# Contact----------------------------------------------------------------------------- */.contact {  width: 100%;  height: auto;  margin: 10rem 0 10rem 0;  background: none no-repeat scroll center center #ffffff;}#contact-form{	box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);    position: relative;    background-color: #fff;
	padding: 8rem 2.5rem;}
.reservas #contact-form{
	
    position: relative;
    background-color: #fff;
	padding: 2.5rem;
}#contact-form h3 {
	color: #155DB8;
	font-size: 20px;
	margin-bottom: 30px; 
	font-family: "Roboto", sans-serif;
	line-height: 1.9;
	font-weight: 700;
}
#contact-form .col-form-label{
	font-size: 14px;
	color: #155DB8;
	margin: 0 0 10px 0;
	display: inline-block;
	padding: 0;
}

#contact-form .form-control {
	border: none;
	border-bottom: 1px solid #ccc;
	padding-left: 0;
	padding-right: 0;
	border-radius: 0;
	background: none; 
	color:#155DB8;
}
#contact-form .form-control {
	border: none;
	border-bottom: 1px solid #ccc;
	padding-left: 0;
	padding-right: 0;
	border-radius: 0;
	background: none; 
	color:#155DB8;
}

#contact-form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #b3b3b3;
}
#contact-form .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #b3b3b3;
}
#contact-form .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #b3b3b3;
}
#contact-form .form-controlt:-moz-placeholder { /* Firefox 18- */
  color: #b3b3b3;
}

#contact-form .form-control:active, #contact-form .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
	box-shadow: none;
	border-color: #000;
}

#contact-form .btn, #contact-form .form-control {
	height: 45px;
}
#contact-form textarea.form-control {
	height: auto;
	resize: vertical;
}
#contact-form .btn {
	border: none;
	border-radius: 0;
	font-size: 12px;
	letter-spacing: .15rem;
	text-transform: uppercase; 
	background: #155DB8;
}

#contact-form .btn:hover {
    color: #fff; 
}
#contact-form .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; 
}
.horario{
	font-weight: 700;
	font-size: 1.15em;
}.map{	box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);	border: 0;	width: 100%;	height: 100%;}@media screen and (max-width: 991px) {
	.map{
		height: 350px;
	}
}/* -----------------------------------------------------------------------------# 	Footer----------------------------------------------------------------------------- */.footer{	background: #3e3e3e;	padding-top: 45px;}.footer h5, .footer p, .footer a{	color: #fff ;}
.footer .footer-contact{
	margin: 0 0 0 3rem;
}
.footer .footer-contact > img{
	margin-right: 1.5rem;
}
.footer .footer-contact img{
	max-width: 20px;
}.footer .footer-redes{	display: flex;
	justify-content: center;}.footer .footer-redes a{	margin-right: 10px;	margin-bottom: 10px; }.footer .footer-redes img{	width: 30px;}.footer .icon-ubi{
	margin-right: 0.5rem;
}
@media screen and (max-width: 991px) {
	.footer .footer-items{
		margin-bottom: 5rem;
	}
}

/* -----------------------------------------------------------------------------
# 	botones flotantes
----------------------------------------------------------------------------- */
.btnwsp{
	border-radius:15px;
	background:#25d366;
	right:0;
	bottom:0;
	position:fixed;
	margin-right:16px;
	margin-bottom:16px;
	border:none;
	outline:none;
	color:#FFF;
	font-size: 0.9rem;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	padding: 0.4rem 1rem;
	z-index:100;
	display:flex;
	justify-content: space-between;
	align-items: center;
}

.btnwsp img{
	width: 25px;
	margin-right: 5px;
}
.btnwsp:hover,.btnchat:hover,.btnbcr:hover{
	color:#fff;
}
@media screen and (max-width: 767px) {
	.btnwsp{
		border-radius:50%;
		padding: 0.2rem;
	}
	.btnwsp span{
		display: none;
	}
	.btnwsp img{
		width: 50px;
		margin-right: 0;
	}
	.btnchat{
		border-radius:50%;
		padding: 0.9rem;
		bottom: 5.5rem;
	}
	.btnchat span{
		display: none;
	}
	.btnchat img{
		display: block;
		width: 30px;
	}
}

/* -----------------------------------------------------------------------------
# 	Carta
----------------------------------------------------------------------------- */
.carta{
	padding-top: 7em;
	/*background: #f5f5f5;*/
	padding-bottom: 3em;
}
.carta .carta-title{
	margin-bottom: 1.5em;
	font-family: 'Libre Baskerville', serif;
	font-style: italic;
}
.carta .prod-content{
	margin-bottom: 30px;
}
.carta .prod-item{
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	height: 100%;
	background: #fff;
}
.carta .prod-img{
	width: 100%;
	height: 200px;
	object-fit: cover;
	vertical-align: middle;
	border-style: none;
	border-radius: 1em 1em 0 0;
}
.carta .prod-text{
	  background: #fff;
	  border-top: 0;
	  padding: 20px 20px;
}
.carta .prod-title{
	margin: 0 0 0.5em 0;
	font-size: 1.4em;
	font-weight: 500;
}
.carta .prod-des{
	color: #757575;
	font-size: 1.08em;
	font-size: 1.075em;
	line-height: 1.6;
}
#showcarta{
	border-color: #484848;
	font-size: 1.6em;
	margin: 1em 0;
	padding: 0.4em 2em;
}

#showcarta:hover:after{
	transform: scaleY(1);
}
.carta2{
	/*background: #fff;*/
	padding: 5em 0;
	background: #f5f5f5;
}
.carta2 .list-prod{
	width: 100%;
}
.carta2 .list{
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
	flex-wrap: wrap;
}
.carta2 .list li{
    color: #000;
	margin: 0px 15px;
	transition: .3s ease-in-out;
	cursor: pointer;
	font-size: 1.35em;
	font-weight: 400;
	position: relative;
	list-style: none;
}
.carta2 .list li::after{
    content: "";
    position: absolute;
    bottom: -3px;
    width: 0%;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
   /* background: #d4a373;*/
	background: #99632f;
    transition: .4s ease-in-out;
}
.carta2 .list li:hover::after{
    width: 100%;
}
.carta2 .list li:first-child{
    /*color: #d4a373;*/
	color: #99632f;
}
.carta2 .prod-item2{
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 1em;
	margin-bottom: 1em;
	padding-left: 1em;
	padding-right: 1em;
}
.carta2 .prod-item2 h3{
	text-transform: none;
	font-weight: 500;
	font-size: 1.3em;
	line-height: 2em;
	margin: 0;
	color: #484848;
	font-family: 'Libre Baskerville', serif;
	font-style: italic;
}
.carta2 .prod-item2 p{
	font-size: 1em;
	line-height: 18px;
	margin-top: 5px;
	color: #797979;
	margin: 0;
}
.carta2 .prod-item2 span{
	text-align: right;
	display:block;
}
.carta2 .list-prod-title{
	text-align: center;
	display: block;
	font-size: 1.5em;
	font-family: 'Libre Baskerville', serif;
	font-style: italic;
	margin-bottom: 1em;
	opacity: .75;
}

/* -----------------------------------------------------------------------------
# Contact2
----------------------------------------------------------------------------- */
.reservas #contact-form2{
	padding: 5em 15em;
}
.form-head{
	display: flex;
	justify-content: center;
	margin-bottom: 3em;
}
.form-head-content{
	display: flex;
	align-items: center;
}
.form-head-content img{
	width: 120px;
}
.form-head-content h3{
	font-size: 2.5em;
	font-family: 'Libre Baskerville', serif;
	font-style: italic;
	color: #D43A2D !important;
	margin: 0;
	margin-left: 1em;
}

#contact-form2 .col-form-label{
	font-size: 16px;
	font-weight: 500;
	color: #484848;
	margin: 0 0 10px 0;
	display: inline-block;
	padding: 0;
}
#contact-form2 .form-control {
	border: none;
	border-bottom: 1px solid #ccc;
	padding-left: 0;
	padding-right: 0;
	border-radius: 0;
	background: none; 
	color:#484848;
}

#contact-form2 .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #b3b3b3;
}
#contact-form2 .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #b3b3b3;
}
#contact-form2 .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #b3b3b3;
}
#contact-form2 .form-controlt:-moz-placeholder { /* Firefox 18- */
  color: #b3b3b3;
}

#contact-form2 .form-control:active, #contact-form2 .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
	box-shadow: none;
	border-color: #000;
}

#contact-form2 .btn, #contact-form2 .form-control {
	height: 45px;
}
#contact-form2 textarea.form-control {
	height: auto;
	resize: vertical;
}
#contact-form2 .btn {
	border: none;
	border-radius: 0;
	font-size: 12px;
	letter-spacing: .15rem;
	text-transform: uppercase; 
	background: #D43A2D;
}

#contact-form2 .btn:hover {
    color: #fff; 
}
#contact-form2 .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; 
}

@media screen and (max-width: 991px) { /*tablet*/
	.reservas #contact-form2{
		padding: 5em 3em;
	}
}
