body {
  background: #fffefe;
  margin: 0;
  color: rgb(8, 8, 8);
  font-family: 'Open Sans', sans-serif;
}
body {
	pading:0;
	pading:0;
	}
	html, body, #map {
	     height: 100%;
		 widht: 100%;
		}
		.leaflet-popup-content-wrapper {
		width: 420px;
		height:440px;
		}
		iframe
		{ widht: 440px;
		 height: 350px;
		 }
body {
	pading: 800px;
	pading: 200px;
	}
	html, body, #map {
	     height: 100%;
		 widht: 100%;
		}
		.leaflet-popup-content-wrapper {
		width: 420px;
		height:440px;
		}
		iframe
		{ widht: 440px;
		 height: 350px;
		 }
.header::after {
  content: '';
  height: 50vh;
  width: 100%;
  background-image: url('../img/bg-header-geo.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  animation: movimiento 8s infinite linear alternate;  
}
.h3 {color:rgb(51, 14, 212);
  font-family: Verdana;
  text-align: center;
}

@keyframes movimiento{
    from{
        background-position: bottom left;
    }to{
        background-position: top right;
    }
}


.header-content {
  position: absolute;
  z-index: 1;
  top: 2.5%;
  left:35%;
  margin-top: 0px;
  margin-left: -180px;
  width: 800px;
  height: 350px;
  text-align: center;
  transition: all 1000ms;
}

.header-content .logo {
  height:200px;
  width: 400px;
}

.title {
  font-family: Verdana;
  font-size: 1.8rem;
  color: rgb(12, 12, 11);
}

.header-content .text {
  line-height: 1.7;
  margin-top: 1rem;
}
.header-content .logoclemente {
  height: 150px;
  width: 250px;
 
  margin-top:10px;
  margin-left: 120px;
} position: absolute;

.container {
  max-width: 960px;
  margin: auto;
  overflow: hidden;
  padding: 4rem 1rem;
}

.grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr; /* 30px 30px 30px or repeat(3, 1fr)*/
  grid-gap: 20px;
}

.grid-2 {
  display: grid;
  grid-grap: 20px;
  grid-template-columns: repeat(2, 1fr);
}

.text-center {
  text-align: center;
  margin: auto;

}

.bg-light {
  background: rgb(61, 60, 60);
  color: rgb(245, 244, 244);
}

.bg-dark {
  background: rgb(224, 226, 230);
  color: #1a1919;
}

.services {
  padding: 0.1rem;
}
.mapas {paddin: 2rem;
}


footer {
  padding: 2.2rem;
}

footer p {
  margin: 0;
}

/* RESPONSIVE */
@media (max-width: 560px) {
  .header::after {
    height: 50vh;
  }
  
  .header-content {
    top: 5%;
    margin-top: 5px;
  }

  .header-content .logo {
    height:140px;
    width: 140px;
  }

  .header-content .text {
    display: none;
  }
  
  .grid-3, .grid-2 {
    grid-template-columns: 1fr;
  }

  .services div {
    padding: 1.4rem 1rem;
  }
}

/* Landscape */
@media(max-height 500px) {
  .header-content .title, .header-content .text {
    display: none;
  }
  .header-content {
    top:0;
  }
}