
.frame6-contenedor-general {
	position: relative;
	width: 100%;
	min-height: 650px;
	overflow: hidden;
	padding-bottom: 60px;
	margin-bottom: 150px;
}
.wavyorange-frame6 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 34%;
	z-index: 1;
	display: block;
}

.highlight-yellow-frame6{
	
	color: #F1F044;
}

.content-frame6 {
	position: relative;
	z-index: 2;
	max-width: 900px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.contenedor-title-fram6-text {
	font-family: 'Visby Round CF', Arial, sans-serif;
	font-weight: 900;
	font-size: 48.53px;
	color: #fafafa;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	/*letter-spacing: 5%;*/
}


.contenedor-video-frame6 {
	position: relative;
	background: #e5e5e5;
	border-radius: 16px;
	width: 800px;
	aspect-ratio: 16/9;
	margin-top: -37px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	box-shadow: 0 4px 24px rgba(0,0,0,0.08);
}


.title-frame6-text {
	margin-right: 36px;  /*Ajusta el valor según lo que necesites */
    margin-top: 9%;
}





.asterisco-azul-frame6 {
	position: absolute;
	left: 173px;
	top: 148px;
	width: 183px;
	height: 261px;
	z-index: 1;
}

.flor-amarillo-frame6 {
	position: absolute;
	right: 150px;
	top: 200px;
	width: 238px;
	height: 222px;
	z-index: 1;
}

.mancha-rosa-frame6 {
	position: absolute;
	right: 767px;
	bottom: -45px;
	width: 450px;
	height: 470px;
	z-index: 1;
}




