*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;

}

body{
	
	background:#EDFAFA;
	
}

/*.container-barra{
	width: 100%;
	position: relative;
	background-image: url(../img/cccc.jpg);
	background-size: 100%;
}

.capa-gradient{
	width: 100%;
	height: 100%;
	position: absolute;
	background: -webkit-linear-gradient(left, black,#0672d0);
	opacity: 0.5;
}

.container-body{
	font-family: 'Literata', serif;
	width: 100%;
	max-width: 1500px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.columna1{
	max-width: 460px;
	width: 100%;
	position: relative;
	top: 20px;
	color: white;
}

.columna1 h1{
	font-size: 40px;
	font-weight: 100;
}

.columna1 p{
	margin-top: 10px;
	font-size: 20px;
}

.columna2{
	max-width: 450px;
	width: 100%;
	position: relative;
	top: 20px;
	color: white;
}

.columna2 h1{
	font-size: 40px;
	font-weight: 100;
}

.columna2 p{
	margin-top: 10px;
	font-size: 20px;
}


.columna3{
	max-width: 400px;
	width: 100%;
	position: relative;
	top: 20px;
	color: white;
}

.columna3 h1{
	font-size: 40px;
	font-weight: 100;
}

.columna3 p{
	margin-top: 10px;
	font-size: 20px;
}

.columna4{
	max-width: 450px;
	width: 100%;
	position: relative;
	top: 20px;
	color: white;
}

.columna4 h1{
	font-size: 40px;
	font-weight: 100;
}

.columna4 p{
	margin-top: 10px;
	font-size: 20px;
}

.columna5{
	max-width: 450px;
	width: 100%;
	position: relative;
	top: 20px;
	color: white;
}

.columna5 h1{
	font-size: 40px;
	font-weight: 100;
}

.columna5 p{
	margin-top: 10px;
	font-size: 20px;
}
*/

.title{
	text-align: center;
	font-size: 70px;
	color: #6a6a6a;
	margin-top: 50px;
	font-weight: 100;
}

.container{
	width: 100%;
	max-width: 1200px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: auto;
}

.container .card{
	width: 330px;
	height: 400px;
	border-radius: 8px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	margin: 20px;
	text-align: center;
	transition: all 0.25s;
	background: white;
}

.container .card:hover{
	transform:  translateY(-15px);
	box-shadow: 0 12px 16px rgba(0,0,0,0.2);
}

.container .card img{
	width: 330px;
	height: 220px;
}

.container .card h4{
	font-weight: 600;
}

.container .card p{
	padding: 0 1rem;
	font-size: 16px;
	font-weight: 300;
}

.container .card a{
	font-weight: 500;
	text-decoration: none;
	color: #3498db;
}


.creado{
    height: 10px;
}
.creado nav{
    background: #1D447D;
    margin-top: 10%;

}
.creado nav ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.creado nav ul p{
    text-align: left;
    color: #3F72BD;
    line-height: 60px;
    margin-left: 90px;
    font-size: 20px;
    font-family:Arial,Tahoma;
    font-style: bold; 
}

.container h2{
	color: #0CB0F9;
}
footer{
  bottom: 0;
  position: fixed;
  width: 100%;
  height: 50px;
  background: #1D447D;
  list-style: none;
  text-align: left;
  color: #3F72BD;
  line-height: 50px;
  font-size: 20px;
  font-family:Arial,Tahoma;
  font-style: bold; 
}
@media screen and (max-width: 508px){
 footer{font-size: 25px;}
  }
  @media screen and (max-width: 285px){
 footer{font-size: 6vw;}
  }