@charset "utf-8";
@font-face{
	 font-family:Bebas-Neue;
	src: url("../fuentes/BebasNeue.otf");
}
@font-face{
	 font-family:Misses;
	src: url("../fuentes/Misses-Font.otf");
}
@font-face{
	 font-family:Montserrat-bold;
	src: url("../fuentes/Montserrat-Bold.otf");
}	
@font-face{
	 font-family:Montserrat-Regular;
	src: url("../fuentes/Montserrat-Regular.otf");
}
header{
    background-image:url("../imagenes/fondo.png");
    background-size:100% 100%;
    background-repeat:no-repeat;
	position:relative;
	height:400px;
	overflow: hidden;
}
.parallax{
	position:absolute;
	width:100%;
	background-image:url("../imagenes/fondo.png");
	background-size:100%;
	height: 100vh;
	z-index:-1;
}
.bt_menu{
    margin-top:10%;
}
.frase{
	position:absolute;
	width:40%;
	left:50%;
	top:35%;
}
.head{
	position:absolute;
	width:80%;
	left:10%;
	top:35%;
}
#mermelada{
    width:50%;
}
#vino{
    width:50%;
}
#section1{
	background:#CACACA;
	margin-top:-80px;
	padding-bottom:5%;
}
#section1 div{
	width:40%;
	margin-left:7.5%;
	display:inline-block;
	margin-top:5%;
}
#section1 div a{
	text-decoration:none;
}
#section1 div img{
	width:100%;

}
#ensalada{
    border-bottom-left-radius:17px;
    border-bottom-right-radius:17px;
}
#especiales{
    border-bottom-left-radius:17px;
    border-bottom-right-radius:17px;
}
.letras1{
	position:relative;
	z-index:50;
	margin-top:-17%;
	text-align:center;
	color:black;
	font-family:Montserrat-Bold;
	font-size:19px;
}
.letras{
	position:relative;
	z-index:50;
	margin-top:-17%;
	text-align:center;
	color:black;
	font-family:Montserrat-Bold;
	font-size:16px;
}
.tienda_log{
	width:50%;
	margin-left:25%;
	margin-top:5%;
}
#pickup{
	background:#801519;
	padding-bottom:5%;
}
#pickup div{
	width:40%;
	display:inline-table;
	margin-top:5%;
}
#pickup_img{
	float:left;
	margin-top:10%;
}
#pickup_img img{
	width:100%;
	margin-top:30%;
	margin-left:5%;
}
#pickup_text{
	text-align:justify;
	color:white;
	width:50%;
	margin-left:5%;
	
}
#pickup_text h1{
    text-align:center;
	font-family:Bebas-Neue;
	font-size:19px;
	}
#pickup_text p{
	font-family:Montserrat-Regular;
	margin-top:5%;
	font-size:11px;
	margin-bottom:5%;
}
#pickup_text a{
	margin-top:5%;
	width:100%;
}
#pickup_text img{
    width:100%;
}
#tiendita{
	background:#CACACA;
	padding-bottom:5%;
}
.td1{
	width:40%;
	display:inline-block;
	border-radius:15px;
	margin-left:7.5%;
	margin-top:5%;
}
.td1 div{
	background:white;
	border-radius:15px;
	text-align:center;

}
#tiendita a{
	text-decoration:none;
}
.td1 div img{
	width:50%;
	height:100px;
	border-radius:15px;
}
.td1 div p{
	color:black;
	font-family:Montserrat-Regular;
}
.td1 div span{
	color:#801519;
	font-family:Montserrat-Bold;
}
#ver_mas{
	width:40%;
	padding-top:2%;
	padding-bottom:2%;
	margin-left:30%;
	margin-top:5%;
	text-align:center;
	background:#801519;
	color:white;
	font-family:Montserrat-Regular;
	border-radius:40px;
}
#pitwawa{
	background-image:url(../imagenes/home/momento.png);
	background-repeat:no-repeat;
	background-size:100% 100%;
	height:250px;
}
#pitwawa h1{
	padding-top:5%;
	margin-left:5%;
	font-family:Bebas-Neue;
	font-size:37px;
	color:white;
}
#pitwawa p{
	font-family:Montserrat-Regular;
	color:white;
	margin-left:5%;
	font-size:15px;
}
#maps{
	background:#801519;
	color:white;
	font-family:Montserrat-Bold;
	text-align:center;
	padding-top:5%;
	padding-bottom:5%;
}

@media screen and (max-width: 380px){
    .letras1{
        font-size:14px;
        margin-top:-20%;
    }
    .letras{
        font-size:14.5px;
         margin-top:-20%;
    }
}
