#banner_fondo {
background-image: url('../imagenes/meeting.jpg');
  background-size: cover;       
  background-position: calc(100% + 100px) center;
  background-repeat: no-repeat; 
  height: 100vh; 
}

#banner_fondo .contenedor {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#banner_fondo .contenedor article {
	width: 100%;
	height: auto;
	margin: 0;
	padding-top: 23%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

 .contenedor article img { 
	max-width: 1000px;
}

#banner_fondo .contenedor article p {
	margin-top: 0%;
	padding: 2em;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	font-family: "Nunito Sans", sans-serif;
	font-weight: 200;
}



/* Media Querys MEDIANO*/ 
@media screen and (min-width: 768px) {

	#banner_fondo {
  		height: 100vh;
		background-position: center; 
	}

	#banner_fondo .contenedor article img {
		width: 100%;
	}
}

#banner_fondo .contenedor article p {
		margin-top: 15px;
		padding: 0 2em;
		padding-right: 50px;
		font-size: 1.6em;
}

/* Media Querys COMPLETO  */
@media (min-width: 1120px) {
	#banner_fondo {
  		height: 100vh;
		background-position: center; 
	}
}

/* Media Querys COMPLETO  */
@media (min-width: 1220px) {
	#banner_fondo {
  		height: 100vh;
		background-position: center; 
	}
}