/* -------------------------------------------------------------------------------------------------------------- */
.img_principal_container{
	margin-top: 60px;
	width: 100%;
	height: 680px;
	background-image: url(../images/cursos/f1.jpeg);
	background-size: cover;
	background-position: center center;
	overflow: hidden;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	flex-wrap: wrap;

}
.cursos_items{
	width: 250px;
	background-color: transparent;
}
.cursos_items p{
	text-align: center;
	padding: 12px 20px;
	background-color: #eeeeee;
	box-shadow: 0 0 8px 0px #272222;
	border-radius: 10px;
	font-size: 20px;
	cursor: pointer;
}

@media (min-width: 150px) and (max-width: 516px){
	.cursos_items:first-child{		align-self: flex-end;}
	.cursos_items:nth-child(3){		align-self: flex-start;}
}














/* -------------------------------------------------- container inicio de la informacion  	---------------------- */

.container_target_automaquillaje{
	width: calc(100% - 40px);
	height: 20px;
	background-color: var(--main-white-eeeeee);
	padding: 10px 20px;
}

.container_cursos{
	width: calc(100% - 40px);
	display: flex;
	/* height: 480px; */
	justify-content: space-evenly;
	flex-wrap: wrap;
	padding: 0px 20px 70px 20px;
}
.container_cursos_text{
	min-width: 260px;
	width: 360px;
	height: 480px;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}
.title_curso1, .title_curso2{
	text-align: center;
	font-size: 40px;
	display: block;
}


.text_1_cursos, .list_aprendemos_automaquillaje{
	font-size: 22px;
	line-height: 32px;
	text-align: left;
	margin-left: 12px;
}
.list_aprendemos_automaquillaje li::marker{
	color: var(--main-black-super-000);
}
.container_cursos_img{
	flex-grow: 1;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.container_cursos_img img{
	object-fit: cover;
	width: 300px;
	height: 480px;
}



@media (min-width: 150px) and (max-width: 1190px){
	.container_cursos_1{
		padding-bottom: 0px;
	}
	.container_cursos_2{
		padding: 0px 20px 30px 20px;
	}
	.container_cursos_text{
		min-width: 260px;
		width: 80vw;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.title_curso1{
		padding-bottom: 20px;
	}
	.text_1_cursos, .text_2_cursos{
		text-align: center;
	}
}
@media (min-width: 361px) and (max-width: 500px){
	.title_curso1{
		text-align: center;
		font-size: 34px;
	}
	.text_1_cursos, .list_aprendemos_automaquillaje{
		text-align: center;
		font-size: 16px;
		line-height: 26px;
	}
	.title_curso2{
		font-size: 34px;
		margin-bottom: 10px;
	}
}
@media (min-width: 150px) and (max-width: 360px){
	.title_curso1{
		text-align: center;
		font-size: 28px;
	}
	.text_1_cursos, .list_aprendemos_automaquillaje{
		text-align: center;
		font-size: 12px;
		line-height: 22px;
	}
	.title_curso2{
		font-size: 28px;
		margin-bottom: 10px;
	}
}




/* -------------------------------------------------- container incluye los servicios de ---------------------- */
/* .container_cursos_incluye{
	width: calc(100% - 40px);
	background-color: var(--main-white-eeeeee);
	display: flex;
	flex-direction: column;
	padding: 30px 20px 60px 20px;
}
.container_cursos_incluye > h2{
	font-size: 46px;
	text-align: center;
	padding-bottom: 40px;
}
.text_automaquillaje_container{
	width: 100%;
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}
.card_automaquillaje{
	width: 220px;
	height: 320px;
	display: flex;
	align-items: center;
	background-color: #dfdfdf;
	border: 8px solid #3fb2ff;
	box-shadow: 0 0 6px 0px #272222;
	border-radius: 10px;
}
.text_automaquillaje_container h5{
	font-size: 22px;
	text-align: center;
	line-height: 32px;
	background-color: #dfdfdf;
}
@media (min-width: 150px) and (max-width: 500px){
	.text_automaquillaje_container h5:first-child{		margin: 0 0 50px 0;}
}
@media (min-width: 150px) and (max-width: 530px){
	.card_automaquillaje{		margin: 30px 0;}
} */






@media (min-width: 150px) and (max-width: 660px){
	.container_cursos_2{		
		flex-direction: column-reverse;
		align-items: center;
	}
	.text_1_madrinas, .text_2_madrinas{
		font-size: 16px;
		line-height: 24px;
	}
	.text_2_madrinas{
		margin: 10px 0 20px 0;
	}
}


