html1 {
	font-size: 20px;
}
.menu-bar {
	position: fixed;
	right: 0;
	top: 25%;
	font-size: 1.5rem;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	z-index: 100;
}
.iconm {
	color: white;
	text-decoration: none;
	padding: .7rem;
	display: flex;
	transition: all .5s;
	
}

.iconm-menu1 {
	padding-right: 3rem;
	
	box-shadow: 0 0 .5rem rgba(0, 0, 0, 0.42);
}
.iconm-menu2 {
	background: #2E406E;
	border-radius: 1rem 1rem 1rem 1rem;
	width: 80%;
}

.iconm:hover {
	padding-right: 3rem;
	border-radius: 1rem 1rem 1rem 1rem;
	box-shadow: 0 0 .5rem rgba(0, 0, 0, 0.42);
	color: white;
}

.contenedor_menu{
  position: absolute;
  top:5%;
  left: -8%;
  margin:auto;
  width:117%;
  height:100%;
  z-index: 0;
  background: linear-gradient(0deg, white, lightblue, #00AFEF);
}
.logo{
    position: absolute;
    left: 10%;
    bottom:0%;
}
.logueo{
    position: absolute;
    right:7.5%;
    top: 0%;
    color:white;
}

.search{
    position: absolute;
    right: 7.5%;
    top:7%;
}

.logo_pie{
    position: absolute;
    top: 60%;
    left: 5%;
}
