.bg-bco {
	background-color: #fff;
	border-radius: 80px;
	padding: 20px;
}

.contorno-rosa {
	border-radius: 60px;
	padding: 30px 10%;
	border: 14px solid #f7d4e7;
}
.contorno-morado {
	border-radius: 60px;
	padding: 20px 10%;
	border: 14px solid #aca6ff;
}

.line02 {
	clear: both;
	position: relative;
	width: 100%;
	margin: 30px 0;
	border-top: 5px solid #aca6ff;
}

/*line-he*/
.lh-0 {
	line-height: 1.0 !important;
}
.lh-1 {
	line-height: 1.1 !important;
}
.lh-2 {
	line-height: 1.2 !important;
}
.lh-3 {
	line-height: 1.3 !important;
}

/*colores texto*/
.text-bco {
	color: #fff;
}

.text-rosa {
	color: #f8317f;
}

.text-azul {
	color: #2b8ecb; 
}

.text-azul02 {
	color: #92d2ff;  
}

.text-azul03 {
	color: #1d78b1;  
}

.text-morado {
	color: #aca6ff;
}

.text-naranja {
	color: #f08e00;
}

.text-cafe {
	color: #aa784b;
}



.mt-100 {
	margin-top: 100px;
}

.mt-200 {
	margin-top: 200px;
}