*{
  box-sizing: border-box;
}


body{
  font-family: 'Verdana', sans-serif;
  margin: 0;
  background-size: cover;
 /* text-align:justify;*/
  height: 100%;
  margin: 0;
  padding: 0;
  background: url("media/fondo.png") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  
}
/* Estilos básicos del menú */
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #f1f1f1;
  overflow: hidden;
}

li {
  float: left;
}

li a {
  display: block;
  color: #333;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover {
  background-color: #ddd;
}

/* Estilos del menú desplegable */
li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

body{
  font-family: Arial, sans-serif;
  margin: 0;
  text-align: center;
  background: url("media/fondo.png") no-repeat center center fixed;
  background-size: cover;
}

h1 {
  font-size: 3em;
  color: #b90000;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

h2 {
  font-size: 1.5em;
  color: #1b3b9a;
  text-shadow: 3px 3px 6px rgba(76, 175, 80, 0.4);
}
/* Estilo para los botones con imágenes */
.social-button {
  display: inline-block;

 /* background-color: #4CAF50;*/
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 22px;
  padding: 1vh;
  cursor: pointer;
  border-radius:2px;
  transition: background-color 0.3s;
  margin:10px;
}

.social-button:hover {
  background-color: rgba(84, 143, 130, 0.429);
}

.social-button img{
  width:auto;
  height:40px;
  /*text-align:center;*/
  margin:5px;
}
.Maps {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

/* Boton Whatsapp */
.float{
	position:fixed;
	width:60px;
  height:55px;
	bottom:300px;
	right:30px;
	background-color:#25d366;
	color:#ffffff;
	border-radius:60px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.float:hover {
	text-decoration: none;
	color: #25d366;
  background-color:#fff;
}

.my-float{
	margin-top:16px;
}

footer{
  background-color: rgb(8, 9, 9);
  color:white;
  text-align:center
}