body{
	overflow-x:hidden; 
}
body{
  font-family: 'Raleway';
}
body p{
  color: gray;
}
body h2{
  color: gray;
}
.bg-social{
	height: auto;
	background-image: url(../iconos/social-fondo.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	color: white;
	padding-top: 6em;
	padding-bottom: 5em;
}
.bg-social h1{
	font-weight: 800 !important;
	font-size: 40px;
	color: white;
}

.bg-social p{
	font-size: 18px;
	font-weight: 100;
	color: white;
}

.bg-azul{
	color: white;
	background-image: url(../iconos/social-fondo-2.png);
	background-size: cover;
	background-repeat: no-repeat;
	padding: auto 2em auto 2em;
	padding-bottom: 0;
	margin: 0;
}

.bg-azul h2{
	font-weight: 800;
	font-size: 40px;
	color: white;
}
.bg-azul p{
	font-size: 18px;
	color: white;
}
.font-w{
	font-weight: 100;
}
.title-planes hr{
	display: inline-block;
	width: 5%;
	vertical-align: middle;
	border: 1px solid #777;
}
.btn-solicitar{
	background-color: rgb(243,146,0);
	padding: 1em;
}

.herramientas{
	font-size: 18px;
}

.serv img{
	margin-bottom: 1em;
}
.serv h3{
	font-size: 18px;
}
.serv p{

}
.plan{
	border-radius: 10px;
	width: 400px;
	height: 598px;
	box-shadow: 0 0 10px rgba(31,31,31,.5);
}

.header-plan{
	padding: 0;
	margin: 0;
	border-top-right-radius: 9px;
	border-top-left-radius: 9px;
	position: relative;
	padding: 35px 0 5px 0;
	position: relative;
}
.header-plan img {
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
	display: block;
	margin: 0px auto 0;
}
.header-plan h2{
	color: white;
	text-align: center;
	font-weight: 300;
}

.body-plan p{
	margin-top: 10px;
	text-align: center;
	padding: 5px;
}

.body-plan ul{
	margin: 10px 0 15px 0;
	list-style: none;
	padding-left: 30px;
}

.body-plan ul li{
	margin: 8px 0;
}
.body-plan ul li img {
	display: inline-block;
	margin: 0 5px 0 0;
}

.plan-basico .header-plan { background: rgb(68,118,179); }
.plan-medium .header-plan { background: rgb(114,170,237); }
.plan-premiun .header-plan { background: rgb(60,72,93); }
.plan-avanzado .header-plan { background: rgb(55,18,145); }




.body-plan form {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: auto;
	margin: 10px 0 0 0;
}
.body-plan form input[type=submit] {
	display: block;
	width: 100%;
	padding: 15px 0px;
	color: #FFF;
	text-align: center;
	border: 0;
	border-radius: 0 0 3px 3px;
	font-size: 20px;
}
.body-plan form input[type=submit]:hover {
	color: #FFF;
}


.plan-basico .body-plan form input[type=submit] { background: rgb(68,118,179); }
.plan-medium .body-plan form input[type=submit] { background: rgb(114,170,237); }
.plan-premiun .body-plan form input[type=submit] { background: rgb(60,72,93); }
.plan-avanzado .body-plan form input[type=submit] { background: rgb(55,18,145); }



.vertical-align {
  display: flex;
  flex-direction: row;
}

.vertical-align > [class^="col-"],
.vertical-align > [class*=" col-"] {
  display: flex;
  align-items: center;
  justify-content: center;
 }

#object-1, #object-2, #object-3{
	visibility: hidden;
}
#object-4, #object-5, #object-6{
	visibility: hidden;
	opacity: 0;
}
.visibilidad-planes{
	visibility: visible !important;
	opacity: 1 !important;
	transition-property: opacity, visibility;
	transition-delay: 1s;
	transition: 1s;
}

@media screen and (max-width: 1200px){
	.plan{
		height: 520px ;
	}
	.plan-premiun{
	height: 600px;
	}
}

@media screen and (max-width: 1150px){
	.none-1150{
		display: none;
	}
}
@media screen and (max-width: 1128px){
	.plan{
		width: auto;
		height: auto;
		margin-bottom: 2px;
	}
}
@media screen and (max-width: 1025px){
	.none{
		display: none;
	}
}
@media screen and (max-width: 990px){
	.vertical-align{
		display: block;
	}
	.plan{
		width: 100%;
		height: 595px;
		margin: 30px 0;
	}
	.ocultar{
		display: none;
	}
	.max-width{
		width: 100%;
		text-align: center;
	}
}

@media screen and (max-width: 670px){
	.bg-social{
		padding: 5em;
	}
}
w

@media screen and (max-width: 420px){
	.bg-azul{
		padding: 3em;
	}
}

@media screen and (max-width: 321px){

	.bg-social{
		padding: 3em;
		padding-bottom: 2em;
	}

	.bg-azul{
		padding: 0em;
	
	}

}