h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Dancing Script', cursive;
    font-family: inherit;
}
.text-white{
    color:#fff;
}

.navbar-brand{
	padding:5px 30px!important;
    max-width: calc(100% - 110px);
    display: flex;
    align-items: center;
}
.navbar-brand img{
    max-height: 100%;
    max-width: 100%;
}
section.details .row > div a.reviews {
    width: 50px;
    height: 50px;
    line-height: 60px !important;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    margin-left: 20px;
    background: #7fb401;
    padding: 0;
}
section.details .row > div a.reviews i {
    font-size: 2em;
    margin: 0;
}
section.details .row > div a.reviews::before {
    border-radius: 50%;
    width: 46px;
    height: 46px;
    top: 2px;
    left: 2px;
    border: 2px solid #7fb401;
    border: 2px solid #000;
}
.horario-cont{
	display: flex;
	/* align-items: center; */
  	justify-content: center;
}
.horario{
	padding: 15px;
	min-width: 100px;
}
.horario p{
	color:#777;
	font-size: 1.1em;
}
.horario p:first-of-type:after{
	content:'';
	width: 20%;
	margin:5px auto;
	display: block;
	border-bottom: 1px solid #333;
}

.menu, #contact{
	background: #333;
}
#contact{
	background: #777
}
#contact p{
	color:#fff;
}
section.about::before{
	display: none;
}

.carrito {
    position: fixed;
    z-index: 9999;
    right: 10px;
    background: rgba(255,255,255,.9);
    box-shadow: 0px 1px 5px 1px rgba(0,0,0,.5);
    top: 73px;
}

#cabecera{
    display: flex;
    flex-direction: column;
    height: 100vh;
		padding-top: 100px;
		min-height: 600px;
}
.main-header{
  background: tomato;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding:0;
}
.main-header-block{
    background: rgba(255,255,255,.5);
    /* background: rgba(0,0,0,.2); */
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 1px 1px 1px rgba(0,0,0,.5)
}
.sub-header{
    font-size: 1.3em;
}
.details{
}
#m-text-title{font-size:30px;}
/* .navbar-default{
    background: transparent!important;
}  */