/* Modulo People */
.bg_people{
	background: url('../img/fondos/bg_people_home.jpg') 100% 100% no-repeat;
	background-size: cover;	
	width: 100%;
}


.titulo_people{
	width: 100%;
	display: block;
	float: left;
	font-size: 60px;
	font-weight: 700;
	margin: 75px 0 30px 0;
}

.texto_people{
	width: 50%;
	margin: 0 auto;
	font-size: 16px;
	line-height: 26px;
	
}

.boton_people{
	
	width: 30%;
	margin: 0 auto;
	margin-top: 40px;
	height: 58px;
	cursor: pointer;
	
	/* Esquinas */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;  
    border-radius: 5px;	
}

.boton_people .texto-boton{
	display: block;
	float: left;
	margin-top: 17px;
	text-align: center;
	width: 100%;
	color: white !important;
}

@media (max-width: 768px) {
	
	.bg_people{
		padding-bottom: 50px;
	}
	
	.titulo_people {
		width: 100%;
		display: block;
		float: left;
		font-size: 60px;
		font-weight: 700;
		margin: 30px 0 30px 0;
	}
	
	.boton_people{
	
		width: 50%;
		margin: 0 auto;
		margin-top: 30px;
		height: 58px;		
		
		/* Esquinas */
		-moz-border-radius: 5px;
	    -webkit-border-radius: 5px;
	    -o-border-radius: 5px;  
	    border-radius: 5px;	
	}
	
	.boton_people .texto-boton{
		display: block;
		float: left;
		margin: 17px 0;
		text-align: center;
		width: 100%;
		font-size: 14px;
		line-height: 14px;
	}
}

@media (max-width: 460px) {
	.titulo_people{width: 98%;}	
	.titulo_people{
		font-size: 40px;
	}
	
	.texto_people{
		width: 75%;
	}
	
	.boton_people{
		width: 50%;
		margin: 30px auto;		
		height: 58px;
	}	
	.texto-boton{
		font-size: 20px;
	}
	
	.boton_people .texto-boton{
		display: block;
		float: left;
		margin: 17px 0;
		text-align: center;
		width: 100%;
		font-size: 12px;
		line-height: 12px;
	}
	
}