.contenedor5{
	width: 98%;
	height: 170px;
	margin: 15px auto;
	padding: 5px;
	background: #000;
	overflow: auto;
	font-family: 'double';
	border-radius: 4px;
	text-decoration: none;

}

.contenedor5 h1 {
	font-size: 44px;
	font-weight: 600;
	color: #000;
}

.contenedor5 hr {
	background: #ff9d00;
	width: 20%;
	height: 5px;
	border: none;
	margin: 20px 0;
	border-radius: 50px;
}

p1 {
	margin-bottom: 15px;
	line-height: 28px;
	font-size: 18px;
	color: #fff;  /*  414141; */
}

/* Scroll Personalizado */

.contenedor5::-webkit-scrollbar {
	width: 7px;
}

.contenedor5::-webkit-scrollbar-thumb {
	background: #ff9d00;
	border-radius: 5px;
}

.contenedor6{
	width: 95%;
	height: 140px;
	margin: 10px auto;
	padding: 10px;
	background: #000;
	overflow: auto;
	font-family: 'double';
	border-radius: 4px;
	text-decoration: none;
}

.contenedor6 h1 {
	font-size: 40px;
	font-weight: 600;
	color: #000;
}

.contenedor6 hr {
	background: #ff9d00;
	width: 20%;
	height: 5px;
	border: none;
	margin: 20px 0;
	border-radius: 50px;
}

/* Scroll Personalizado */

.contenedor6::-webkit-scrollbar {
	width: 7px;
}

.contenedor6::-webkit-scrollbar-thumb {
	background: #ff9d00;
	border-radius: 5px;
}