h1{
	font-family: system-ui;
	font-weight: 700;
	font-size:80px;
}

.btn-3rem{ 
	font-size: 3rem; 
}

.btn-pink{ 
     background-color: #F084E4;
     color: white;     
 }
 
 .btn-pink:hover {
	 background-color: #F084D0;
}

.text-pink{ 
	color: #F084E4;     
}


.background {
  background: linear-gradient(to right, pink, #ee82ee);
}

.manualmt-4rem{
	margin-top:4rem; 
}  

.manualmt-5rem{
	margin-top:5rem; 
} 

.manualmt-6rem{
	margin-top:6rem; 
} 

.manualmt-7rem{
	margin-top:7rem; 
}

.manualmt-8rem{
	margin-top:7rem; 
}

.manualmt-9rem{
	margin-top:7rem; 
}

.manualmt-10rem{
	margin-top:10rem; 
}

.manualmt-11rem{
	margin-top:11rem; 
}

.manualms-11rem{
	margin-left:11rem; 
}

.manualme-11rem{
	margin-left:11rem; 
}

.justify{
	text-justify: auto;
}

.absolute{
	position:absolute;
}

.relative{
	position:relative;
}
.z150{
	z-index: 150;
}
.z125{
	z-index: 125;
}
.z100{
	z-index: 100;
}
.z50{
	z-index: 50;
}
.z75{
	z-index: 50;
}
.z25{
	z-index: 25;
}

.positions25{
	left: 25%; 
}
.positions40{
	left: 40%;
}
.positions55{
	left: 55%;
}
.positione25{
	right: 25%;
} 

.positiont100{
	top: 100px;
}
.positiont150{
	top: 150px;
} 
.positiont300{
	top: 300px;
} 
.positiont350{
	top: 350px;
}
.positiont450{
	top: 450px;
} 
.positiont600{
	top: 600px;
}
.heightauto{
	height:auto;
} 
.height0{
	height:0px;
} 
.height100{
	height:100px;
} 
.height300{
	height:300px;
} 
.height350{
	height:350px;
}
.height400{
	height:400px;
}
.height450{
	height:450px;
} 
.height475{
	height:475px;
} 
.height600{
	height:600px;
} 
.height700{
	height:700px;
} 
.height750{
	height:750px;
} 
.w-300px{
	width:300px;
} 
.pointer {cursor: pointer;}

.blur{
filter: blur(24px);
}
.square1{
	width: 400px;
	height: 400px;
}
.oculto{
	display: none;
}
.sizer{
	font-size: 25px;
}
.block{
	display:block;
}
.mt-5-2{
	margin-top: 3.5rem;	
} 
.fsize1{
	font-size: 2.2em;
}
.widthprofile{
	width:20%;
}
.heigthprofile{
	height:55px;
}
.logowidth{
	width:10%;
}
.plussize{
	width:80px;
}
.width50percent{
	width:50%;
}
.width90percent{
	width:90%;
}
.publicimg {
	width:50%;
 }
 .center{
	top:0;
	left:0;
	right:0;
	margin:auto;
 }