body {
  margin: 0;
  overflow-x: hidden;
}
.maintop {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: fixed;
  top: 0px;
  z-index: 5;
  background-color: rgb(92, 92, 92);
  color: white;
  width: 100vw;
  font-size: 24px;
  height: 7vh;
  justify-content: flex-start;
}
.top p {
  font-weight: bold;
  font-size: 25px;
}
.top {
  width: 80vw;
}
nav {
  flex-direction: row;
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
nav a {
  margin-left: 2vw;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 17px;
}
nav a:hover {
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 44px;
}

img.logo {
  width: 220px;
  margin-top: 25px;
  /* height: 30px; */
  /* filter: invert(100%); */
}

.middletop {
  background-image: url("./images/middleOne.jpg");
  height: 67vh;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  backdrop-filter: blur(50px);
  text-align: center;
  align-items: center;
}

.insideMiddleTop {
  background-color: rgb(92, 92, 92, 0.8);
  border-radius: 10px;
  color: white;
  text-shadow: 1px 1px 1px black;
  width: 100vw;
}

.insideMiddleTop h1 {
  text-align: center;
  font-size: 5vw;
  font-weight: 50vh;
  text-transform: uppercase;
  line-height: 0.75;
}

.insideMiddleTop h3 {
  margin-bottom: -30px;
  font-size: 2vw;
  font-weight: 50vh;
  text-transform: none;
}

.iconos {
  height: 33vh;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  /* padding: 0vh 0; */
}
.iconos div {
  width: 20vw;
  text-align: center;
  padding: 0 2vw;
}
.iconos img {
  width: 30%;
}
.segunda {
  background-image: url("./images/middleOne.jpg");

  height: 50vh;
  background-size: cover;
  background-position: center;
}

.middle {
  margin: 100px auto;
  align-items: center;
  justify-content: center;
}

.middle h2 {
  text-align: center;
  font-size: 2vw;
  font-weight: 50vh;
  text-transform: uppercase;
}
.middle p {
  text-align: center;
  font-size: 1.2vw;
  font-weight: 50vh;
  text-transform: none;
}

.contacto {
  height: 50vh;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  backdrop-filter: blur(50px);
  text-align: center;
  align-items: center;
  padding: 0 10vw;
}

.formu {
  /* width: 30vw;
  margin: 0 auto; */
}

input {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type="submit"] {
  width: 100%;
  background-color: #4caf50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type="submit"]:hover {
  background-color: #45a049;
}

.map {
  height: 50vh;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.map h2 {
  margin-top: 5vh;
  text-align: center;
  font-size: 2vw;
  font-weight: 50vh;
  text-transform: uppercase;
}

.map p {
  text-align: center;
  font-size: 1.2vw;
  font-weight: 50vh;
  text-transform: none;
}

iframe {
  margin-top: 2vh;
  width: 90vw;
  border-radius: 10px;
}

footer {
  margin: 0;
  /* background-size: cover; */
  background-color: rgb(92, 92, 92);
  height: 7vh;
}
footer div {
  display: flex;
  justify-content: center;
  margin-bottom: 3vw;
}
footer img {
  padding: 1vw;
  filter: invert(100%);
  width: 3vw;
  /* height: 3vw; */
  /* object-fit: cover; */
  object-position: center;
}
