footer {
	float:left;
	width: 100%;
	height: 300px;
	background: #F5F5F5;
	color: #4E4E4E;
}

#contenedor_pie {
	float:left;
	width: 100%;
	height: 300px;
}

#contenedor_logotipo_pie {
	float: left;
	width: 100%;
	height: 100px;
/*	 border: 1px solid gray; */
}

#contenedor_logotipo_pie img {
	 width: 200px;
	 height: 80px;
	 margin-top: 20px;
	 margin-left: calc((100% - 200px) / 2);
}

#contenedor_datos_contacto {
	float: left;
	width: 100%;
	height: 100px;
	margin-top: 50px;
	margin-left: 0px;
/*	 border: 1px solid gray; */
	
}

#contenedor_datos_contacto span {
	display: block;
	width: 200px;
	font-size: 12px;
	font-family: 'Heebo Light';
	font-weight: 100;
	text-align: center;
	margin-left: calc((100% - 200px) / 2);
	border-left: 1px solid #333366;
	border-right: 1px solid #333366;
}

#contenedor_derechos_reservados {
	float: left;
	display: block;
	width: 100%;
	height: 20px;
	font-size: 10px;
	text-align: center;
	margin-top: 20px;

/*	 border: 1px solid gray; */

}

.whatsapp {
	position: fixed;
	right: 10px;
	bottom: 45px;
	width: 40px;
	height: 40px;
	z-index: 10;
}

.whatsapp img {
	width: 100%;
	height: 100%;
}

@media screen and (min-width:768px) {
	footer {
		height: 180px;
	}
	
	#contenedor_pie {
		height: 180px;
	}

	#contenedor_logotipo_pie {
		width: 49%;
		height: 150px;
	}
	
	#contenedor_logotipo_pie img {
		 width: 180px;
    	 margin-left: 50px;
	}

	#contenedor_datos_contacto {
		width: 50%;
		height: 150px;
		margin-top: 0px;
	}
	
	#contenedor_datos_contacto span {
		height: 20px;
		font-size: 14px;
		text-align: left;
		padding: 0 10px;
	}
	
	#contenedor_datos_contacto span:first-child {
		margin-top: 30px;
	}

	#contenedor_derechos_reservados {
		width: 250px;
		margin-top: 10px;
		margin-left: calc((100% - 250px)/2);
	}

	.whatsapp {
		right: 30px;
	}
	
}

@media screen and (min-width:1024px) {
	footer {
		height: 200px;
	}
	
	#contenedor_pie {
		height: 200px;
	}
	
	#contenedor_logotipo_pie img {
		 margin-top: 30px;
		 margin-left: 110px;
	}
	
	#contenedor_datos_contacto span {
		margin-left: 200px;
	}	

	#contenedor_datos_contacto span:first-child {
		margin-top: 40px;
	}
	
	#contenedor_derechos_reservados {
		margin-top: 30px;
	}	

	.whatsapp {
		right: 26px;
		bottom: 20px;
		width: 60px;
		height: 60px;
	}
}

@media screen and (min-width:1280px) {
	#contenedor_datos_contacto span {
		margin-left: 250px;
	}
	
	#contenedor_derechos_reservados {
		margin-top: 25px;
		font-size: 12px;
	}	

	
}

@media screen and (min-width:1920px) {
	#contenedor_pie {
		width: 1280px;
		margin-left: calc((100vw - 1280px)/2);
	}
	
	.whatsapp {
		right: calc(((100vw - 1254px)/2));
	}	
	
}
