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/middleTwo.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;
}

.middle {
  width: 100vw;
}

.insideMiddle {
  padding-top: 9vh;
  padding-right: 20vw;
  padding-left: 20vw;
  text-align: center;
  height: 33vh;
  align-items: center;
}

.insideMiddle h2 {
  font-size: 2.2vw;
  text-transform: uppercase;
}

.middle p {
  font-size: 1.5vw;
  text-transform: none;
}

.segunda {
  background-image: url("./images/portadaTop.jpeg");
  height: 50vh;
  background-size: cover;
  background-position: center;
}

.middleBottom {
  height: 67vh;
  display: flex;
  padding: 0 20vw;
  flex-direction: column;
  justify-content: center;
  backdrop-filter: blur(50px);
  text-align: center;
  align-items: center;
  padding-top: 9vh;
  padding-bottom: 9vh;
}

.middleBottom p {
  font-size: 1.5vw;
  text-transform: none;
  /* line-height: 0.75; */
  margin-top: 0;
}

.middleBottom h2 {
  font-size: 2.2vw;
  text-transform: uppercase;
  /* line-height: 0.75; */
  margin-bottom: 2;
}

.insideMiddleBottom {
  display: flex;
  flex-direction: row;
  align-items: center;
}

table {
  margin: 0 auto;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.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%;
}

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;
}
