h1 {
	border-bottom: 5px solid #616161;
	color: #222222;
	display: table;
	font-weight: lighter;
	letter-spacing: .15em;	
	margin: .5em auto;
	padding-bottom: 5px;
	text-align: center;
}
.fichaPlan {	
	display: flex;
	flex-wrap: wrap;
	justify-content: center;	
	max-width: 1200px;
	width: 90%;
	margin: 2em auto;
}
.fichaPlan .slider {
	width: 90%;
	margin: auto;
}
/* PLANES */
.planes {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
	max-width: 1200px;
	width: 90%;
}
.planes p {
	margin: 0;
}
.planes > div {
	border: 1px solid #d4d4d4;
	box-sizing: border-box;
	color: white;
	margin-bottom: 2em;
	padding: 0;
	text-align: center;
	width: 100%;
}
.planes > div:hover {
	-webkit-box-shadow: -1px 0px 19px -1px rgba(0,0,0,0.88);
	-moz-box-shadow: -1px 0px 19px -1px rgba(0,0,0,0.88);
	box-shadow: -1px 0px 19px -1px rgba(0,0,0,0.88);	
}
.planes > div .titulo {
	align-items: center;
	background: #87ceeb;
	color: black;
	font-size: 1.5em;
	display: flex;
	justify-content: center;
	height: 50px;
	text-align: center;
	padding: 1em;	
}
.planes > div .descripciones {
	align-items: center;
	border-bottom: 1px solid #d4d4d4;
	color: #222222;
	display: flex;
	height: 50px;
	padding: 0 1em;
	justify-content: center;
}
.planes > div .precio {
	display: flex;
	flex-wrap: wrap;
	height: 90px;
}
.planes > div .precio b,
.planes > div .precio span {
	color: #222222;
	display: block;
	font-size: 1.5em;
	padding: 1em 0 .15em;
	text-align: center;
	width: 100%;
}
.planes > div .precio span {	
	padding: 0;
	font-size: 1em;
	font-weight: lighter;
}
.planes > div .boton button {
	background: #4caf50;
	box-sizing: border-box;
	color: white;
	display: table;
	font-size: 1.5em;
	padding: .5em 1.5em;
	margin: 1em auto;
}
.planes > div .boton button:hover {
	background: rgba(0,0,0,.85);
}
/* CONTACTO */
.contacto {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 2em auto;
	max-width: 700px;
	width: 90%;
}
.contacto > div {
	box-sizing: border-box;		
	color: #222222;
	margin-bottom: 1em;
	padding: 0;
	text-align: left;
	width: 100%;
}
.contacto > div label {
	display: block;
}
.contacto > div input {
	box-sizing: border-box;
	padding: .5em;
	width: 100%;
}
.contacto > div textarea {
	box-sizing: border-box;
	padding: .5em;
	width: 100%;
	height: 70px;
	resize: none;
}
.contacto > div button {
	background: black;	
	box-sizing: border-box;
	color: white;
	font-size: 1.5em;
	padding: .5em.0;
	width: 100%;
}
@media(min-width: 600px){
	.fichaPlan .slider {
		width: 45%;
	}
	/* PLANES */
	.planes {
		width: 45%;
	}
}
@media(min-width: 960px){
	.fichaPlan .slider {
		width: 40%;		
	}
	/* PLANES */
	.planes {
		width: 40%;
	}	
}