#p_optiontour {
	color: #fff;
	padding-top: .5em;
	padding-bottom: 1em;
	background-color: rgb(255, 255, 255);
}

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

.text {
	width: 100%;
	margin: 0 .2em;
	padding-top: 0;
	padding-left: 1.3em;
	font-family: 'Assistant', sans-serif;
	/* background-color: rgb(239, 240, 169); */
	/* border-top: 1px solid rgb(136, 136, 136); */
	box-shadow: 1px 1px 9px 2px rgba(0, 0, 0, 0.1);
	/* background-color: rgb(250, 250, 250); */
}

.text p {
	margin-top: 0;
	padding: 2em;
	padding-top: 0;
	font-size: 16px;
	color: rgb(21, 21, 21);
	text-align: justify;
}

.text li {
	text-decoration: none;
	list-style: none;
	text-align: left;
}

.text li {
	margin-top: 0;
	padding: .5em;
	padding-left: 0;
	padding-top: 0;
	font-size: 16px;
	color: rgb(206, 81, 81);
	text-align: justify;
}

/* .text li a { 
	color: gray;
	text-align: justify;
	padding-top: .9em;
	padding-bottom: .5em;
	border-bottom: 1px solid gray;
	text-shadow: none;
}

.text li a:hover{
	color: #000;
	text-align: justify;
}

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

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

/* MEDIA QUERYS */

@media (min-width: 480px) {

	#p_optiontour {
		color: #fff;
		padding-top: .5em;
		padding-bottom: 1em;
	}

}

@media (min-width: 1024px) {

	.text {
		width: 30%;
	}

	.text p {
		margin-top: 15px;
		padding: 0 1.3em;
		padding-right: 60px;
		font-size: 16px;
	}

}

