* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

nav {
  display: flex;
  flex-direction: row-reverse;
  width: 100vw;
  height: 10vh;
  background-color: rgba(197, 137, 69, 0.596);
}

nav a {
  transition: background-color .25s ease-in;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: black;
  height: 10vh;
  width: auto;
  padding: 0 3vw;
  margin: 0 1vw;


}

nav a:hover {
  background-color: rgb(219, 219, 219);
}

#navLeft>img {
  height: 3em;
}

@media (max-width:1100px) {
  nav {
      flex-direction: column-reverse;
  }
}

@media(min-width:1100px) {
  #navLeft {
      display: flex;
      flex-direction: row;
      justify-content: space-evenly;
      margin-right: auto;
  }
}

  

body{
  background-color: rgb(240, 204, 184);
}

.contenido{
  position: absolute;
  top: 15vh;

}


.imgpresen {
  display: flex;
  width: 20vw;
  height: 20vh;
  position: relative;
  margin-top: 1%;
  margin-bottom: 10%;
  margin-left: 20%;
  
}

.imgpresen img{
  width:200%;
  height:160%;
  padding: 3%;
 
  
  
}

.texto{
  padding: 3%;
}

.imgillia {
  display: flex;
  width: 27vw;
  height: 27vh;
  position: relative;
  margin-top: 3%;
  margin-bottom: 10%;
  
}

.imgillia img{
  width:180%;
  height:140%;
  padding: 3%;
  filter: grayscale(1);
  transition: all 100ms ease-out;
}

.imgillia img:hover {
transform: scale(1.04);
-webkit-filter: grayscale(0);
filter: grayscale(0);
}

.img2illia {
  display: flex;
  width: 27vw;
  height: 27vh;
  position: relative;
  margin-top: 3%;
  margin-bottom: 10%;
  
}

.img2illia img{
  width:175%;
  height:125%;
  padding: 3%;
  filter: grayscale(1);
  transition: all 100ms ease-out;
}

.img2illia img:hover {
transform: scale(1.04);
-webkit-filter: grayscale(0);
filter: grayscale(0);
}

.img3illia {
  display: flex;
  width: 27vw;
  height: 27vh;
  position: relative;
  margin-top: 3%;
  margin-bottom: 10%;
  margin-left: 10%;
  
}

.img3illia img{
  width:190%;
  height:140%;
  padding: 3%;
  filter: grayscale(1);
  transition: all 100ms ease-out;
}

.img3illia img:hover {
transform: scale(1.04);
-webkit-filter: grayscale(0);
filter: grayscale(0);
}


.imgmi {
  display: flex;
  width: 27vw;
  height: 27vh;
  position: relative;
  margin-bottom: 10%;
  margin-left: 2%;
  
  
}

.imgmi img{
  width:190%;
  height:140%;
  border-radius: 17%;
  padding: 3%;

}

.imgmi2 {
  display: flex;
  width: 27vw;
  height: 27vh;
  position: relative;
  margin-top: 3%;
  margin-bottom: 10%;
  margin-left: 2%;
  
  
}

.imgmi2 img{
  width:190%;
  height:140%;
  border-radius: 17%;
  padding: 3%;

}

.imgmi3 {
  display: flex;
  width: 27vw;
  height: 27vh;
  position: relative;
  margin-top: 3%;
  margin-bottom: 10%;
  margin-left: 5%;
  
}

.imgmi3 img{
  width:190%;
  height:140%;
  border-radius: 17%;
  padding: 3%;

}

.imgmi4 {
  display: flex;
  width: 27vw;
  height: 27vh;
  position: relative;
  margin-top: 3%;
  margin-bottom: 10%;
  margin-left: 2%;
  
  
}

.imgmi4 img{
  width:190%;
  height:140%;
  border-radius: 17%;
  padding: 3%;

}



.imgmardel {
  display: flex;
  width: 27vw;
  height: 27vh;
  position: relative;
  margin-bottom: 10%;
  margin-left: 2%;
  
  
}

.imgmardel img{
  width:190%;
  height:140%;
  border-radius: 17%;
  padding: 3%;

}


h2{
  margin-left: 43%;
  font-family: sans-serif;
  color: rgb(63, 56, 48);


}

.logos {
  display: flex;
  width: 20vw;
  height: 20vh;
  position: relative;
  
}

.logos img{
  width: auto;
  height:15vh;
  border-radius: 17%;
  padding: 10%;

}

.texto{
  font-family: sans-serif;
  color: rgb(63, 56, 48);
  font-size:medium;
}


.boton{
  z-index: 200;
  position: fixed; bottom: 2vh;
  right: 0%;

}
.boton a {
  transition: background-color .25s ease-in;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: black;
  height: 10vh;
  width: auto;
  padding: 0 3vw;
  margin: 0 1vw;
  background-color: rgba(197, 137, 69, 0.596);


}

.boton a:hover {
  background-color: rgb(219, 219, 219);
}
