:root{
	--white-text:#fff;
}
*{
	padding: 0;
	margin: 0;
	text-decoration: none;
	box-sizing: border-box;
	border: none;
}
.body{
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../img/fondoo.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;

	display: flex;
	justify-content: center;
	align-items: center;
	/*background: rgb(174, 58, 180);
	background: linear-gradient(90deg, rgba(174, 58, 180, 1)0%, rgba(63,190,251,1)50%,rgba(174,58,180,1)100%);*/

}
.containerf{
	display: flex;
	justify-content: center;
	height: 100vh;
	align-items: center;
}
.cardf{
	border-radius: 1rem;
	box-shadow: 0 1rem 1rem rgba(0,0,0,0.2);
	display: flex;
	flex-direction: column;
	margin: 1.5rem;
	overflow: hidden;
	width: 26rem;
	height: 38rem;
	/*background-color: rgba(255,255,255,0.060);*/
	background: linear-gradient(90deg, rgba(4, 16, 92, 1)0%, rgba(71, 91, 217,1)50%,rgba(4, 16, 92, 1)100%);
	opacity: 0.9;
	backdrop-filter: blur(5rem);
	color: var(--white-text);

}
.top-rowf{
	padding: 1rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
}
.top-rowf i{
	font-size: 4rem;

}
.contentf{
	padding: 2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	height/*: 115%;*/
}
.contentf i{
	font-size: 2.5rem;
}
.contentf p{
	font-size: .9rem;
	align-self: flex-start;
	margin-top: 1rem;
}
.ingreso{
font-size: 30px;
}
.text{
	width: 100%;
	height: 3rem;
	color: rgb(79,94.94);
	font-size: 1.2rem;
	padding: 1rem;
	margin-top: -1.5rem;
}
.button{
	border-radius: 3rem;
	color: var(--white-text);
	font-size: 1.2rem;
	padding: .8rem .5rem;
	margin-top: 1rem;
	letter-spacing: .2rem;
	/*background-color: rgba(0, 0, 0,.3);*/
	background-color:#FF6903;
	opacity: none;
	width: 50%;
	cursor: pointer

}
.networks{
	padding: 1.5em;
	display: flex;
	align-items: center;
	justify-content: space-around;
	font-size: 2rem;
}
a:link {
  color: #FF6903;
}
a:visited {
color: #FF6903;
}
a:focus {
color: #74F2FB;
}
a:hover {
color: #74F2FB;
}

.editar{
color: #FF1818;
}


@media(max-width: 1030px){
	.containerf{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: auto;
	}
}