/* Página de Perfil */
.description-profile {
	margin-top: 20px;
	background: #ffa47a;
	color: #3f3f3f;
	padding: 15px 20px;
	border-radius: 10px;
}
.description-profile p {
	font-size: 17px;
	text-align: justify;
}
.profiletest-elements {
	margin-bottom: 10px;
	text-align: center;
}
.result-quiz h4,
.result-quiz h5 {
	text-align: center;
	color: #4d4d4d;
}
#start-quiz h4,
#start-quiz>p {
	color: #4d4d4d;
}
.result-quiz p,
.result-quiz h3 {
	color: #e62e6b;
}
.top-progressbar,
.down-progressbar {
	height: 20px;
	border-radius: 10px;
}
.top-progressbar {
	background: #cbe2ff;
	width: 100%;
}
.down-progressbar {
	background: #ff6666;
	animation: progressBar 3s ease-in-out;
	animation-fill-mode: both;
}
.btn_profile_types {
	background: #eb2154;
	color: white;
	font-size: 26px;
	margin-top: 50px;
	cursor: pointer;
	border-radius: 5px;
}
.btn_quiz_nb button {
	font-size: 16px;
}
.imgs-profiles {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.questions-quiz {
	display: flex;
	align-items: center;
}
.questions-quiz {
	border-radius: 50px;
	background: #f3f3f3;
	margin-bottom: 10px;
	padding: 10px;
}
.check-to-next {
	border-radius: 10px;
	background: #ffae29;
	color: white;
	font-size: 16px;
	padding: 10px;
	margin: 20px 0;
	justify-content: center;
	width: 100%;
	align-items: center;
	display: none;
}
.check-to-next p {
	margin: 0 !important;
}
.questions-quiz label {
	margin-left: 5px;
	margin-bottom: 0;
	color: #4d4d4d;
}
.imgs-profiles {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 25px 0;
}
.timelineQuiz {
	margin: 0 10px;
}
.related.products ul {
	display: flex;
	flex-wrap: wrap;
}
.artg_profiles {
	display: flex;
	justify-content: space-around;
}
.artg_img_rg {
	margin-right: 15px;
	width:  1300px;
}
.artg_img_lf {
	margin-left: 15px;
	width:  1300px;
}
.artg_profiles p {
	margin-top: 15px;
	width: 1300px;
}
.gifs_tp {
	border-radius: 3px;
	padding: 15px 0;
}
.gif_1 {
		width: 100%;
}
.btn_back_pt {
	margin-right: 80px;
	height: 5%;
}
.suggested-courses {
	display: flex;
	flex-wrap: wrap;
}
.content-suggested-pg-pt {
	text-align: center;
	margin-top: 50px;
}
.course-suggest {
	width: 333px;
}
.course-suggest p {
	width: auto;
	text-align: center;
}
.mirador_shop {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto;
}
.mirador_shop_product {
	margin: 15px;
	padding: 15px;
	-webkit-box-shadow: 0px 0px 5px -1px #000000; 
	box-shadow: 0px 0px 5px -1px #000000;
}
.mirador_shop_product {
	border-radius: 5px;
}
.thumb-img-mirashop img {
	border-radius: 2px;
}
.profile-page_cs {
	background-color: white;
}
.content-suggested-pg-pt hr{
	margin: 1rem;
}