* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Kalam', cursive;
}

html {
  margin: 0;
  height: 100%;
  background:url(Inde/fondo-azul-texturizado-80.jpg) no-repeat center center fixed;
  background-size: cover;
}

marquee p {
  height: 75px;
  display: flex;
  align-items: center;
}

.conte-todo {
  max-width: 900px;
  margin: auto;
}

/*header {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}*/

.logo {
  display: block;
  width: 150px;
  height: auto;
  margin-right: 120px;
  margin-top: 15px;
}

.letras {
  height: 110px;
  margin-top: 20px;
}

.menu {
  font-size: 15px;
  text-decoration: none;
  color: #000099;
  margin-bottom: 40px;
  margin-left: 10px;
  margin-top: 30px;
}

.azul-1 {
  color: #3399ff;
}

.azul-3 {
  color: #3399ff;
}

marquee img {
  margin-top: 5px;
  width: 240px;
}

.hada img {
  width: 400px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
}

.apertura {
  text-align: center;
  color: #3399ff;
}

.metodo h3, p {
  font-family: 'Kalam', cursive;
  color: #000099;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 10px;
  text-indent: 0px;
  text-align: justify;
}

.infor h3, p {
  font-family: 'Kalam', cursive;
  color: #000099;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 10px;
  text-indent: 0px;
  text-align: justify;
}

.infor  {
  max-width: 800px;
  height: auto;
  border: solid 1px;
  border-color: #000099;
  border-radius: 8px;
  margin-top: 30px;
  margin-bottom: 50px;
  margin-right: auto;
  margin-left: auto;
}

.calend img {
	 width: 60px;
  margin-left: 40px;
	 max-width: 100%;
  height: auto;
}

.desc {
  display: block;
  text-align: center;
  margin-top: 30px;
}

.desc input {
  cursor: pointer;
  color: white;
  padding: 7px;
  border-radius: 5px;
  background-color: #008cd3;
  margin-bottom: 30px;
}

.plano img {
  display: block;
  margin-left: auto;
  margin-right: auto;
	 max-width: 100%;
  height: auto;
	margin-bottom: 30px;
}

.facebook {
  text-align: center;
  margin-bottom: 20px;
}

.facebook a {
  text-decoration: none;
  color: #1ad1ff;
}

.icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

footer {
  width: 100%;
  height: auto;
  background:url(Inde/watercolor-azul-Os.jpg) no-repeat center center fixed;
  background-size: cover;
}

.img-fot {
  margin-top: 20px;
  width: 180px;
}

.fot {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.fot img {
  width: 200px;
}

.direccion {
  color: white;
  text-align: center;
}

.recomendamos a {
	color: white;
	text-decoration: none;
	font-size: 14px;
}

.recomendamos p {
  line-height: 12px;
  max-width: 100%;
}

.reco {
 color: #1ad1ff;
 text-decoration:underline;
 margin-bottom: 4px;
}

.m-fot {
  display: flex;
  flex-direction: column;
  color: white;
}

.m-fot li {
  color: #1ad1ff;
}

.m-fot li:hover {
  color: white;
}

.menu-2 {
  color: white;
  text-decoration: none;
  font-size: 14px;
}

.menu-2:hover {
  color: #1ad1ff;
}

.pie {
  color: white;
  text-align: center;
  margin-top: 30px;
	 padding: 15px;
}

strong {
  color: #1ad1ff;
}

.volver a {
  text-decoration: none;
  margin-left: 20px;
  color: white;
}

.volver {
  font-size: 14px;
}

.legal a {
  color: white;
}

.V-C {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 20px;
}

.aut {
  height: 15px;
  background-color: black;
  color: white;
  text-align: center;
  font-family: Futura, sans-serif;
  font-size: 12px;
}

@media screen and (max-width: 600px) {
  .fot {
    margin: 15px;
  }
	.m-fot {
		padding: 5px;
   margin-left: 30px;
	}
  .direccion {
    margin-right: 5px;
    margin-bottom: 10px;
  }
 /*html {
  background:url(Inde/fondo-azul-texturizado-80.jpg) no-repeat center fixed;
  background-size: cover;
 }*/
	.infor {
		margin: 10px;
	}
	.fot img {
  width: 140px;
}
  
  .recomendamos {
    margin-bottom: 30px;
  }
}


