/*-----------MENU----------------*/
body{
    background: #F5F6F7;
    text-align: center;
}
.Informacion{
  font-size: 18px;
  height: auto;
  background-color: white;
}

.contenedor3{
  background-color: white;
  width: auto;
  height: auto;
}
.logo{
  float: left;
  text-align: center;
  box-shadow: 3px 5px 20px 2px rgba(0, 0, 0, 0.25);
}
#imagen1, #imagen2, #imagen3{
  margin-left: 20px;
}
.button_menu{
  float: right;
  text-align: center;
}
.contenedor{
  text-align: center;
  width: auto;
  height: 140px;
}
.contenedor4{
  width: 100%;
  height: auto;
  height: 200px;
}
.contenedor4 div{
  float: left;
  width: 300px;
}
.contenedor4 figcaption{
  font-family: arial;
}
.menu-main{
    display: flex;
    justify-content: space-between;
    background: #00008B;
    border-bottom: 1px solid #29487d;
    height: 45px;
}

.menu-main a{
    flex: 1;
    font-family: arial;
    display: flex;
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    border-left: 2px solid #ffff00;
}

.menu-main a:hover{
    color: #00008B;
    background-color: #FFFF00;
    border-top: 3px solid #0101DF;
    border-bottom: 2px solid #0101DF;
}
/*-------------FIN MENU--------------*/


/*-------------FOOTER--------------*/
.footer{
  margin-top: auto;
  width: 100%;
  height: auto;
  background-color: #00008B;
  color: white;
}
/*-------------FOOTER--------------*/

/*-------------VISTAS RESPONSIVAS--------------*/
@media (max-width: 600px) {

  .menu-main{
      width: auto;
			height: auto;
			border-bottom: 0px;
			display: block;
	}
  .menu-main a{
    font-size: 24px;
  }
  #button_menu{
		text-align: right;
		width: 100px;
		height: 100px;
	}
	#logo{
		width: 100px;
		height: 90px;
	}
  #imagen1, #imagen2, #imagen3{
    display: none;
  }
  .footer{
    font-size: 16px;
  }
}


@media (max-width: 700px) {

  .contenedor4 div{
    float: left;
    width: 200px;
  }
  .menu-main a{
    font-size: 24px;
  }
}

@media (max-width: 900px) {

  .contenedor4 div{
    float: left;
    width: 200px;
    margin-left: 80px;
  }
  .menu-main a{
    font-size: 22px;
  }

}

@media (max-width: 1000px) {

  .contenedor4 div{
    float: left;
    width: 235px;
  }
}

@media (max-width: 1026px) {

  .contenedor4 div{
    float: left;
    width: 250px;
  }
  .menu-main a{
    font-size: 22px;
  }
  .Informacion p {
    font-size: 24px;
  }
  .footer banner {
    font-size: 24px;
  }
}
