*{
  margin:0;
  padding:0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

.menu {
position: relative;
z-index: 90;
width: 100%;
margin-top: 5px;
}

.menu_contacto {
  width: 100%;
  background-color: white;
}

.título {
  width: 100%;
}  

.LDF {
  display: flex;
  justify-content: center;
  z-index: 90;  
  width: 100%;
  margin-left: -5%;
}

.LDF_logo_y_redes_sociales {
  position: relative;
  z-index: 90;
  width: 50%;
  text-align: center;
  margin-top: 5%;
}

.LDF_logo {
  position: relative;
  width: 90%;
  margin: auto;
}

.LDF_instagram {
  position: relative;
  width: 45%;
  display: inline-block;
  padding: 3%;
}

.LDF_facebook {
  padding: 3%;
  position: relative;
  display: inline-block;
  width: 45%;
}

.LDF_info {
  position: relative;
  width: 32%;
}

.LDF_nombre {
  position: relative;
  padding: 5%;
  width: 100%;
}

.LDF_bajo_direccion {
  position: relative;
  margin: auto;
  width: 90%;
}

.LDF_bajo_teléfono {
  position: relative;
  margin:auto;
  padding-top: 2%;
  width: 70%;  
}

.LDF_bajo_whatsapp {
  position: relative;
  width: 70%;
  margin:auto;
}

.LDF_lomas_direccion {
  position: relative;
  margin:auto;
  padding-top: 5%;
  width: 90%;
}

.LDF_lomas_teléfono {
  position: relative;
  margin:auto;
  padding-top: 2%;
  width: 70%;
}

.LDF_lomas_whatsapp {
  position: relative;
  width: 75%;
  margin:auto;
}

.LDF_uruguay_direccion {
  position: relative;
  margin:auto;
  padding-top: 5%;
  width: 85%;
}

.LDF_uruguay_teléfono {
  position: relative;
  margin:auto;
  padding-top: 2%;
  width: 65%;
}

.LDF_uruguay_whatsapp {
  position: relative;
  width: 75%;
  margin:auto;
}

.LDN {
  display: flex;
  justify-content: center;
  z-index: 90;  
  width: 100%;
  margin: auto;
}

.LDN_logo {
  position: relative;
  z-index: 90;
  width: 36%;
  text-align: center;
  margin-bottom: auto;
  margin-top: 5%;
}

.LDN_info {
  position: relative;
  width: 40%;
  margin-top:auto;
  margin-bottom: auto;  
  margin-left: 5%;
}

.LDN_nombre {
  position: relative;
  width: 85%;
  margin: auto; 
  padding: 5%; 
}

.LDN_bajo_direccion {
  position: relative;
  width: 80%;
  margin: auto;
}

.LDN_bajo_whatsapp {
  position: relative;
  margin: auto;
  width: 60%;
}

.LDN_facebook {
  position: relative;
  margin: auto; 
  width: 60%;
}

.LDNE {
  display: flex;
  justify-content: center;
  z-index: 90;  
  width: 100%;
  margin: auto;
  margin-bottom: 3%;
}

.LDNE_logo {
  position: relative;
  z-index: 90;
  width: 42%;
  text-align: center;
  margin-bottom: auto;
  margin-top: 2%;
  margin-left: -3%;
}

.LDNE_info {
  position: relative;
  width: 40%;
  margin-top:auto;
  margin-bottom: auto;  
  padding-left: 3%;
}

.LDNE_nombre {
  position: relative;
  width: 80%;
  margin: auto; 
}

.LDNE_direccion {
  position: relative;
  width: 80%;
  margin: auto; 
}

.LDNE_teléfono {
  position: relative;
  width: 55%;
  margin: auto; 
}

.LDNE_whatsapp {
  position: relative;
  width: 60%;
  margin: auto; 
}

.LDNE_facebook {
  position: relative;   
  width: 60%;
  margin: auto; 
}

.pie_de_página {
  width: 100%;
}


/* Propiedades del botón flotante */

.boton {
  border-radius: 100%;
  width: 150px;
}

body {
	font-family: 'Poppins', sans-serif;
	background: #f4f4f9;
}

h1 {
	display: flex;
	align-items: center;
	justify-content: center;

	font-size: 3em;
	color: #444444;

	height: 100vh;
}

.fab-container {
	position: fixed;
	bottom: 5%;
	right: 3%;
	z-index: 999;
	cursor: pointer;
}

.fab-icon-holder {
	width: 150px;
	height: 150px;
	border-radius: 100%;
	background: #016fb9;

	box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}

.fab {
	width: 150px;
	height: 150px;
	background: #d23f31;
}

.fab-options {
	list-style-type: none;
	margin: 0;

	position: absolute;
	bottom: 150px;
	right: 0;

	opacity: 0;

	transition: all 0.3s ease;
	transform: scale(0);
	transform-origin: 85% bottom;
}

.fab:hover + .fab-options, .fab-options:hover {
	opacity: 1;
	transform: scale(1);
}

.fab-options li {
	display: flex;
	justify-content: flex-end;
	padding-bottom: 30px;
}

.fab-label {
	padding: 2px 5px;
	align-self: center;
	user-select: none;
	white-space: nowrap;
	border-radius: 3px;
	font-size: 24px;
	background: #666666;
	color: #ffffff;
	box-shadow: 0 6px 20px rgba(0,0,0,0.2);
	margin-right: 10px;
}

/*
.boton {
position: absolute;
right: 0%;
top: 8%;

}
*/ 
/*
.vinos {
margin:10px;
width: 98%;
position: relative;
float: left;
background: -webkit-linear-gradient(10deg, #444444 10%, #222222 100% );
border-radius: 20px;
box-shadow: rgb(0,0,0) 5px 5px 10px inset;}*/

/*.whatsapp{
  z-index: 95;
  position: fixed;
  width:20%;
  height: 20%;
  right:0;
  bottom:0;
}

.lpm{z-index: 95;
  position: fixed;
  width:20%;
  height: 20%;
  right:0;
  bottom:0;}*/
