

html {
  scroll-padding-top: 11vh; /* height of sticky header */
}


.container{
	padding-top: 10vh;
	margin: 5%;
	
}

.botonera {
	position: fixed;
	width: 100%;
	height: 11vh;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	background-color: white;
	top: 0;
	z-index: 100;
}

.titulo_general {
	background-color: white;
	width: 100%;
	position: sticky;
	top: 11vh;
}


.logo {
	font-family: gin;
	font-size: 4vh;
	margin-right: 1vw;
}

/* Dropdown Button */
.dropbtn {
  height: 6vh;
  background-color: white;
  color: black;
  padding: 2vh;
  border: none;
  cursor: pointer;
 }

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
  background-color: #A2A2A2;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
	right: 0%;
	padding-left: 3vw;
	padding-right: 3vw; 
  background-color: #FFFFFF;
  min-width: 100vw;
  box-shadow: 0px 7px 9px 0px rgba(0,0,0,0.2);

}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 2vh 1vh 2vh 1vh;
	font-family: clarendon-urw, serif;
	font-weight: 400;
	font-style: normal;
	text-align: right;
	font-size: 2.7vh;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

.imagen_boton {

}


/*unidad de menu 1* - migas*/

.linea {
	width: 90vw;
}

.cont_linea {
	margin-top: 0vh;
}

.titulo {
	font-family: brim-narrow-combined-2;
	font-size: 3vh;
	text-align: center;
}

.lineas_verticales {

}

.linea_1_precios_sandwichs {
	font-family: clarendon-urw, serif;
	font-weight: 300;
	font-style: normal;
	font-size: 1.5vh;
	text-align: center;
}

.precios_migas {
}

.precio_migas::first-letter {
	font-size: 2vh;	
}

.linea_2_precios_sandwichs {
	font-family: clarendon-urw, serif;
	font-weight: 700;
	font-style: normal;
	font-size: 3.5vh;
	text-align: center;
}

.tipos_de_sandwichs {
	font-family: clarendon-urw, serif;
	font-weight: 300;
	font-style: normal;
	text-align: center;
	font-size: 3vw;
	margin-top: 1.5vh;
}

.integrales {
	font-family: clarendon-urw, serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	font-size: 2.5vh;
	margin-top: 0vh;
}

/*unidad de menu 1* - ciabattas*/

.titulo_2{
	font-family: clarendon-urw, serif;
	font-weight: 700;
	font-style: normal;
	font-size: 3vh;
	text-align: center;
}

.titulo_3 {
	font-family: clarendon-urw, serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2.5vh;
	text-align: center;
}

.linea_decoracion {
		text-align: center;
		justify-content: center;
}

.linea_deco_int {
	width: 40vw;
}

.texto_ciabattas {
	font-family: clarendon-urw, serif;
	font-weight: 300;
	font-style: normal;
	text-align: justify;
	font-size: 2vw;
	margin-top: 1.5vh;
}
