/*MENU OVERLAY*/
#miMenu {
  background-image: url(/resources/media/img/webMenu1-8kb.png);
  /* background-size: 100%; */
  background-repeat-y: repeat;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  position: fixed;
  top: 0;
  display: none;
}

.cierre-menu {
  color: #333366;
  width: 4%;
  z-index: 10;
  position: absolute;
  right: 48%;
  top: 2%;
}

.cierre-menu .material-icons {
  font-size: 4vw;
  cursor: pointer;
}

.cont1 {
  min-height: 650px;
  display: grid;
  grid-template-columns: 40% 40%;
  grid-template-rows: 25% 40% 20%;
  margin-top: 5%;
  align-content: center;
  justify-content: center;
  grid-gap: 10px;
  position: relative;
}

.menu-list {
  grid-column: 1/2;
  grid-row: 1/2;
}

.menu-list ul a {
  font-family: "Poppins", sans-serif;
  color: #333366;
  font-size: 3vw;
  font-weight: 600;
  padding-top: 5%;
  text-align: left;
  text-decoration: none;
  line-height: 1.8;
}

.menu-list ul a:hover {
  text-decoration: underline;
  text-decoration-color: #ff3300;
}

.social {
  grid-column: 2/3;
  grid-row: 1/2;
  width: 20%;
  position: absolute;
  bottom: 0%;
}

.social span {
  color: #333366;
  font-size: 2vw;
  padding: 0 2%;
}

.social span a {
  text-decoration: none;
  color: #333366;
}

.social span a:hover {
  color: #ff3300;
}

.loc {
  grid-column: 2/3;
  grid-row: 2/3;
  color: #333366;
  font-family: "IBM Plex Mono", monospace;
  font-size: 1.2vw;
  font-weight: 500;
  line-height: 1;
}

.loc h1 {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 600;
  font-size: 2vw;
}

.loc h2 {
  font-weight: 600;
  line-height: 1.5;
}

.mail {
  grid-column: 1/2;
  grid-row: 3/4;
  padding-top: 2%;
}

.mail a {
  font-family: "Poppins", sans-serif;
  color: #ff3300;
  font-weight: 600;
  font-size: 3vw;
  text-decoration: none;
}

.mail a:hover {
  text-decoration: underline;
  text-decoration-color: #333366;
}

.sec1 .header #idioma {
    display: inline-block;
    float: right;
    grid-column: 2/3;
    width: 100%;
    padding-top: 15%;
    font-size: 1.3vw;
}

.sec1 .header #idioma-right {
    position: absolute;
    width: 100%;
    text-align: right;
    padding-right: 1%;
    height: 50%;
    /* vertical-align: middle; */
    margin-top: 2%;
}

.sec1 .header #idioma a {
		text-decoration: none;
		color: whitesmoke;
}

.sec1 .header #idioma a:visited {
		text-decoration: none;
}

/*Media queries para header*/

@media screen and (max-width: 900px) {
	#miMenu {
    background-image: url(/resources/media/img/movil9kb.png);
    /* background-repeat-y: repeat; */
  }
  
  .cierre-menu {
    width: 6%;
  }

  .cierre-menu .material-icons {
    font-size: 10vw;
  }
}

/*Media queries para menu list*/

@media screen and (max-width: 1050px) {
  .cont1 {
    grid-template-rows: 25% 25% 25% 25%;
    margin-top: 0%;
  }

  .menu-list {
    grid-column: 1/3;
    margin-top: 30%;
    text-align: center;
    margin-bottom: 25%;
  }

  .menu-list ul a {
    font-size: 7vw;
  }

  .social {
    grid-column: 2/3;
    grid-row: 3/4;
    top: 0%;
    margin-top: 25%;
    width: 100%;
    text-align: center;
  }

  .social span {
    font-size: 8vw;
    margin-top: 20%;
    display: inline-block;
    padding: 0 5%;
  }

  .loc {
    grid-column: 1/2;
    grid-row: 3/4;
    font-size: 4vw;
    margin-top: 15%;
  }

  .loc #dir {
    display: none;
  }

  .mail {
    grid-column: 1/3;
    grid-row: 4/5;
    text-align: center;
    padding-top: 18%;
  }

  .mail a {
    font-size: 6vw;
  }
}
