
#video_responsive {
	background-color: black;
	/*color: #fff;
	padding-top: .5em;
	padding-bottom: 1em;*/	
}

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

#picture {
	width: 100%;
	display: table;
}

#picture img {
	width: 100%;
	height: auto;
}

.texto {
	width: 100%;
}

.texto .titulo_seccion {
	color: #d34e2a;
	text-align: left;
	font-size: 1.8em;
	font-family: 'Raleway', sans-serif;
	margin-top: 0;
	margin-left: 1em;
	margin-bottom: 0;
}

.texto p {
	margin-top: 0%;
	padding: 2em;
	font-size: 16px;
	color: #333;
	text-align: justify;
}

#video_responsive .ton a {
	color: orange;
	border-radius: 25px;
	border: 1px solid orange;
	padding: 2px 3%;
	margin: 1em;
}

#video_responsive .ton a:hover {
	border-radius: 25px;
	color: #fff;
	background-color: steelblue;
	border: 0px;
}

/* MEDIA QUERYS */

@media (min-width: 480px) {

	#video_responsive {
	color: #fff;
	padding-top: 1em;
	padding-bottom: 1em;
}

	#picture {
		width: 50%;
		display: table;
	}

	#picture img {
		padding-left: 0%;
		width: 100%;
		height: auto;
		border-radius: 0;
	}

}

@media (min-width: 1024px) {

	#picture {
		width: 33%;
		display: table;
	}

	#picture img {
		padding-left: 10%;
		width: 320px;
		height: auto;
	}

	.texto .titulo_seccion {
	padding-top: 7%;
}

	.texto {
		width: 67%;
	}

	.texto p {
		margin-top: 15px;
		padding: 0 2rem;
		padding-right: 100px;
		font-size: 16px;
		color: #333;
	}

}

