@media only screen and (max-width: 1920px) and (min-width: 1201px){
	.main-site {
		zoom: 70%;
	}
	
	.section-4-interno {
		zoom: 115%;
	}
}

@media only screen and (max-width: 1200px) and (min-width: 650px){
	.main-site {
		zoom: 90%;
	}
	
	.section-4-interno {
		zoom: 115%;
	}
}

/* position: relative; */
/* width: 1920px; */
/* height: 1080px; */
/* flex-shrink: 0; */
/* overflow: hidden; */
/* background-image: url(../img/section-2@3x.png); */
/* background-size: cover; */
/* background-repeat: no-repeat; */
/* background-position: top; */
/* font-size: var(--font-size-8xl); */
/* color: var(--color-gray-200); */

.main-site {
	align-items: center;
	background-color: #111318;
	display: flex;
	flex-direction: column;
	width: 100%;
	/* height: 4421px; */
	min-width: 1920px;
	position: relative;
	background-image: url(../img/background.png);
	background-repeat: repeat;
	text-align: justify;
	font-size: 128px;
	color: var(--color-white);
	font-family: var(--font-asap);
	border: 0;
	outline: none;
}

.hidden,
.hidden * {
	pointer-events: none;
	visibility: hidden;
}

.r1 {
	background-color: var(--color-brown-200);
	height: 11px;
	min-width: 100%;
	position: relative;
}

.r10 {
	background-color: var(--color-brown-200);
	height: 53px;
	width: 100%;
	position: relative;
}


.valhalla-gaming {
  font-family: var(--font-family-asap);
  letter-spacing: 0;
  line-height: normal;
}

.valhalla-gaming-aren {
  color: var(--white);
  font-size: var(--font-size-s);
  font-weight: 600;
  left: 182px;
  position: absolute;
  text-align: justify;
  top: 276px;
  width: 843px;
}

.button_text {
	position: relative;
	font-size: var(--font-size-xl);
	letter-spacing: 0.2em;
	font-family: var(--font-asap);
	color: var(--color-white);
	text-align: left;
}

.registrate-boton {
	position: relative;
	display: block;
	margin-left: auto;
	margin-top: -108px;
	margin-right: 34px;
	width: 288px;
	height: 56px;
	border: 0;
	background-color: transparent;

	background-image: url(../img/boton-registrate@3x.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
}

.userpanel_button {
	margin-right: 337px;
	background-image: url(../img/paneldeusuarios@3x.png);
	background-color: transparent;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
}

.tournaments_button {
	margin-right: 407px;
	background-color: transparent;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	background-image: url(../img/torneos@3x.png);
}

.reserva_button {
	margin-right: 477px;
	background-color: transparent;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	background-image: url(../img/reserva@3x.png);
}

.nocturnas_button {
	margin-right: 547px;
	background-color: transparent;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	background-image: url(../img/nocturnas@3x.png);
	
}

.botones_der {
	position: relative;
	display: block;
	margin-left: auto;
	margin-top: -55px;
	width: 57px;
	height: 56px;
	cursor: pointer;
	border: 0;
}

.footer {
	position: relative;
	background-color: var(--color-black);
	width: 100%;
	height: 257px;
	flex-shrink: 0;
	text-align: left;
	font-size: var(--font-size-xl);
}

.links-extras {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 9px;
	height: 173px;
	position: relative;
	width: 207px;
	margin-left: auto;
	margin-top: 58px;
	margin-right: 390px;
}

.links-extras-item {
	text-decoration: none;
	position: relative;
	font-weight: 700;
	color: inherit;
}

/* Footer */
.contact_info {
	position: relative;
	margin-left: auto;
	margin-top: -172px;
	flex-direction: column;
	gap: 9px;
	width: 325px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.direccion,
.correo,
.telefono {
	color: inherit;
	text-decoration: none;
	display: flex;
	gap: var(--gap-6xs);
}
	
.contact_icons {
	width: 24px;
	height: 24px;
	object-fit: cover;
}

.r4 {
	position: relative;
	width: 100%;
	background-color: var(--color-brown-200);
	height: 11px;
}

.logo-icon {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 186px;
	height: 171px;
	transition: transform .2s;
	transform: scale(0.7);
}

.logo-icon:hover {
	transform: scale(1.0);
}

/* About us */

.bg-pagina-rayas {
	top: 0;
	width: 40%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
}

.about-us-img {
	position: sticky;
	margin-top: 164px;
	margin-left: auto;
	margin-right: 7%;
	width: 720px;
	height: 720px;
	object-fit: cover;
	
	flex-direction: column;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.about-us-img-border {
	position: relative;
	margin-top: -720px;
	margin-left: auto;
	margin-right: 7%;
	width: 720px;
	height: 720px;
	object-fit: cover;
	flex-direction: column;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	
}

.r2 {
	position: absolute;
	background-color: var(--color-brown-200);
	width: 100%;
	height: 11px;
}

.section-4-inner,
.section-4-item {
	position: absolute;
	top: 373px;
	left: 855px;
	background-color: var(--color-brown-200);
	width: 172px;
	height: 3px;
}

.section-4-inner {
	top: 540px;
	left: 279px;
	width: 746px;
}

.section-4 {
	width: 100%;
	height: 100%;
	position: relative;
	/* background-image: url(../img/section-4@3x.png); */
	/* background-size: cover; */
	/* background-repeat: no-repeat; */
	/* background-position: top; */
	font-size: var(--font-size-6xl);
}

.section-4-interno {
	flex-shrink: 0;
	overflow: hidden;
	margin-bottom: 100px;
}

.section-4-child {
	position: absolute;
	top: 653px;
	left: 0;
	background-color: var(--color-brown-200);
	width: 1025px;
	height: 88px;
}

.nosotros {
	color: var(--color-brown-200);
}

.sobre-nosotros {
	margin: 0;
	position: absolute;
	top: 14%;
	left: 398px;
	font-size: var(--font-size-91xl);
	font-weight: 400;
	font-family: var(--font-american-lemon-sans);
	text-align: left;
}

.section-3-1-background {
	
}

.section-3-1 {
	position: relative;
	width: 100%;
	height: 1080px;
	flex-shrink: 0;
	overflow: hidden;
	background-image: url(../img/section-3@3x.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	text-align: left;
	font-size: var(--font-size-91xl);
	color: var(--color-brown-200);
	font-family: var(--font-american-lemon-sans);
}

.rayas_effect {
	display: block;
	margin-left: auto;
	width: 40%;
	height: 1078px;
}

.degradado_effect {
	display: block;
	margin-left: auto;
	width: 40%;
	height: 1078px;
}

.bg-pagina-rayas1,
.degradado-icon {
	position: absolute;
	top: 2px;
	left: 1064px;
	width: 856px;
	height: 1078px;
	object-fit: cover;
}

.degradado-icon {
	top: 156px;
	left: 0;
	width: 1920px;
	height: 913px;
}

.eventos-y-promociones-container {
	margin: 0;
	position: absolute;
	top: 99px;
	left: 32%;
	font-size: inherit;
	font-weight: 400;
	font-family: inherit;
}

.eventos_promociones_desc {
	left: 40%;
	letter-spacing: 0;
	line-height: normal;
	position: absolute;
	text-align: right;
	top: 223px;
	color: var(--color-white);
  
	font-style: normal;
	font-size: var(--font-size-13xl);
	font-weight: 600;
	font-family: var(--font-asap);
}

.hr3 {
	position: absolute;
	top: 311px;
	left: 40.2%;
	background-color: var(--color-brown-200);
	width: 533px;
	height: 3px;
}

.posts {
	position: absolute;
	top: 0%;
	left: 0.2%;
	background-color: var(--color-brown-200);
	width: 533px;
	height: 3px;
}

















































@keyframes pulsate {
	0% {
		transform: scale(1);
		transform-origin: center center;
		animation-timing-function: ease-out;
	}

	10% {
		transform: scale(0.91);
		animation-timing-function: ease-in;
	}

	17% {
		transform: scale(0.98);
		animation-timing-function: ease-out;
	}

	33% {
		transform: scale(0.87);
		animation-timing-function: ease-in;
	}

	45% {
		transform: scale(1);
		animation-timing-function: ease-out;
	}
}



.whatsapp-icon {
	position: relative;
	width: 57px;
	height: 56px;
	flex-shrink: 0;
	object-fit: cover;
}

.reserva-ahora-button {
	cursor: pointer;
	border: 0;
	padding: 0;
	background-color: transparent;
	position: absolute;
	top: 63px;
	left: 76px;
	width: 288px;
	height: 56px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	gap: 6px;
	background-image: url(../img/boton-registrate@3x.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
}

.positioning {
	width: 80%;
}

.header {
	position: relative;
	background-color: var(--color-black);
	width: 100%;
	height: 195px;
	flex-shrink: 0;
	overflow: hidden;
}

.banner-icon,
.bg1-icon {
	position: absolute;
	top: 12px;
	left: 0;
	width: 100%;
	height: 729px;
	object-fit: cover;
}

.banner-icon {
	top: 0;
	width: 1970px;
	height: 1108px;
}

.r0 {
	position: absolute;
	top: 1px;
	left: -1px;
	background-color: var(--color-brown-200);
	width: 1920px;
	height: 11px;
}

.barra8-1-icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 246px;
	height: 58px;
	object-fit: cover;
}

.ver-ms1 {
	position: absolute;
	top: 10px;
	left: 66px;
	font-size: var(--font-size-13xl);
	font-weight: 600;
	font-family: var(--font-asap);
	color: var(--color-white);
	text-align: right;
}

.ver-ms {
	cursor: pointer;
	border: 0;
	padding: 0;
	background-color: transparent;
	position: absolute;
	top: 632px;
	left: 862px;
	width: 246px;
	height: 58px;
}

.icon {
	top: 0;
	left: 0;
	width: 23px;
	object-fit: cover;
}

.icon,
.icon1,
.icon2 {
	position: absolute;
	height: 22px;
}

.icon1 {
	top: 0;
	left: 41px;
	width: 23px;
	object-fit: cover;
}

.icon2 {
	left: 82px;
}

.icon2,
.icon3,
.icon4 {
	top: 0;
	width: 23px;
	object-fit: cover;
}

.icon3 {
	position: absolute;
	left: 387px;
	height: 22px;
}

.icon4 {
	left: 428px;
}

.banner-pagination,
.icon4,
.icon5 {
	position: absolute;
	height: 22px;
}

.icon5 {
	top: 0;
	left: 469px;
	width: 23px;
	object-fit: cover;
}

.banner-pagination {
	top: 652px;
	left: 739px;
	width: 492px;
}

.icon6 {
	top: 40px;
	left: 0;
	width: 640px;
	height: 248px;
	object-fit: cover;
}

.icon6,
.icon7,
.titulo {
	position: absolute;
}

.icon7 {
	top: 303px;
	left: 208px;
	width: 224px;
	height: 29px;
	object-fit: cover;
}

.titulo {
	top: 0;
	left: 83px;
	line-height: 80px;
}

.lorem-ipsum-dolor {
	position: absolute;
	top: 80px;
	left: 36px;
	font-size: var(--font-size-8xl);
	font-weight: 600;
	font-family: var(--font-asap);
	display: inline-block;
	width: 569px;
	height: 164px;
}

.titulo-banner {
	position: absolute;
	top: 266px;
	left: 111px;
	width: 640px;
	height: 332px;
}

.section-1 {
	position: relative;
	width: 1920px;
	flex-shrink: 0;
	border-radius: var(--br-11xs);
	background-color: transparent;
	box-sizing: border-box;
	height: 732px;
	overflow: hidden;
	font-family: var(--font-american-lemon-sans);
}

.fixed_text {
	display: block;
	text-align: justify;
	text-justify: inter-word;
}

.fixed_text-container {
	margin: 0;
	position: absolute;
	top: 266px;
	left: 27px;
}

.icon8,
.serie-live-action-de {
	position: absolute;
	left: 27px;
	width: 373px;
}

.serie-live-action-de {
	margin: 0;
	top: 180px;
	font-size: var(--font-size-16xl);
	font-weight: 400;
	font-family: var(--font-american-lemon-sans);
	display: inline-block;
}

.icon8 {
	top: 22px;
	height: 152px;
	object-fit: cover;
}

.noticia-1-child {
	position: absolute;
	top: 313px;
	left: 301px;
	background-color: var(--color-lightslategray);
	width: 114px;
	height: 24px;
}

.abr-2023 {
	position: absolute;
	top: 316px;
	left: 319px;
	font-weight: 600;
	color: var(--color-gray-200);
}

.ver-ms-child {
	position: absolute;
	top: 0;
	left: 0;
	background-color: var(--color-brown-200);
	width: 114px;
	height: 24px;
}

.ver-ms3 {
	position: absolute;
	top: 3px;
	left: 30px;
	font-size: var(--font-size-mini);
	font-weight: 600;
	font-family: var(--font-asap);
	color: var(--color-gray-200);
	text-align: justify;
}

.ver-ms2 {
	cursor: pointer;
	border: 0;
	padding: 0;
	background-color: transparent;
	position: absolute;
	top: 313px;
	left: 27px;
	width: 114px;
	height: 24px;
}

.noticia-1 {
	position: relative;
	background-color: var(--color-gray-100);
	width: 427px;
	height: 347px;
	flex-shrink: 0;
}

.noticias {
	position: absolute;
	top: 676px;
	left: 50px;
	width: 1819px;
	height: 347px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	gap: 37px;
	font-size: var(--font-size-mini);
	color: var(--color-white);
}

.section-2-child {
	position: absolute;
	top: 79px;
	left: 0;
	background-color: var(--color-brown-200);
	width: 1262px;
	height: 88px;
}

.conoces-project-l {
	margin: 0;
}

.conoces-project-l-container,
.si-project-l {
	margin: 0;
	position: absolute;
	color: var(--color-white);
	display: inline-block;
}

.conoces-project-l-container {
	top: 188px;
	left: 99px;
	font-size: 86px;
	line-height: 80px;
	font-weight: 400;
	font-family: var(--font-american-lemon-sans);
	width: 1100px;
	height: 154px;
}

.si-project-l {
	top: 365px;
	left: 96px;
	font-weight: 600;
	width: 1129px;
}

.icon12 {
	position: absolute;
	top: 613px;
	left: 99px;
	width: 1126px;
	height: 3px;
	object-fit: cover;
}

.section-2-inner,
.section-2-item {
	position: absolute;
	top: 592px;
	left: 1074px;
	background-color: var(--color-brown-100);
	width: 151px;
	height: 46px;
}

.section-2-inner {
	top: 593px;
	left: 941px;
	width: 97px;
	height: 45px;
}

.section-2-child1,
.section-2-child2 {
	position: absolute;
	top: 592px;
	left: 99px;
	background-color: var(--color-slategray);
	width: 227px;
	height: 45px;
}

.section-2-child2 {
	left: 350px;
	width: 115px;
}

.section-2-child3 {
	position: absolute;
	top: 79px;
	left: 1312px;
	background-color: var(--color-brown-200);
	width: 557px;
	height: 558px;
}

.project-l {
	position: absolute;
	top: 600px;
	left: 359px;
	font-size: var(--font-size-6xl);
	font-weight: 600;
}

.abr-20234,
.giyuzk,
.league-of-legends {
	position: absolute;
	top: 599px;
	left: 1079px;
	font-weight: 600;
}

.giyuzk,
.league-of-legends {
	left: 949px;
}

.league-of-legends {
	top: 600px;
	left: 105px;
	font-size: 26px;
}

.section-2 {
	position: relative;
	width: 1920px;
	height: 1080px;
	flex-shrink: 0;
	overflow: hidden;
	/* background-image: url(../img/section-2@3x.png); */
	/* background-size: cover; */
	/* background-repeat: no-repeat; */
	/* background-position: top; */
	font-size: var(--font-size-8xl);
	color: var(--color-gray-200);
}

.section-acc {
	position: relative;
	width: 1920px;
	height: 1080px;
	flex-shrink: 0;
	overflow: hidden;
	background-image: url(../img/19-2.png);
	/* background-size: cover; */
	/* background-repeat: no-repeat; */
	/* background-position: top; */
	font-size: var(--font-size-8xl);
	color: var(--color-gray-200);
}

.post-2-icon,
.post-3-icon,
.steamerpostganador-1-icon {
	position: absolute;
	top: 421px;
	left: 1300px;
	width: 557px;
	height: 556px;
	object-fit: cover;
}

.post-2-icon,
.steamerpostganador-1-icon {
	left: 681px;
	width: 556px;
}

.steamerpostganador-1-icon {
	top: 422px;
	left: 62px;
	width: 557px;
	height: 555.99px;
}

.boton,
.boton1 {
	cursor: pointer;
	border: 0;
	padding: 0;
	background-color: transparent;
	position: absolute;
	top: 675px;
	left: 38px;
	width: 49px;
	height: 49px;
	background-image: url(../img/boton@3x.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
}

.boton1 {
	left: 1832px;
	background-image: url(../img/boton1@3x.png);
}

.y-promociones {
	color: var(--color-white);
}

.section-3 {
	position: relative;
	width: 1920px;
	height: 1080px;
	flex-shrink: 0;
	overflow: hidden;
	/* background-image: url(../img/section-3@3x.png); */
	/* background-size: cover; */
	/* background-repeat: no-repeat; */
	/* background-position: top; */
	text-align: left;
	font-size: var(--font-size-91xl);
	color: var(--color-brown-200);
	font-family: var(--font-american-lemon-sans);
}

.degradado-icon1 {
	position: absolute;
	left: 0;
	width: 1920px;
}

.degradado-icon1 {
	top: 154px;
	height: 913px;
	object-fit: cover;
	display: none;
}

.valhalla-gaming-arena-container {
	margin: 0;
	position: absolute;
	top: 297px;
	left: 181px;
	font-weight: 600;
	display: inline-block;
	width: 843px;
	text-align: justify;
	text-justify: inter-word;
}

.discord1-1,
.facebook3-1,
.instagram1-1,
.tiktok3-1,
.twitter-sign-1,
.whatsapp3-1 {
	cursor: pointer;
	border: 0;
	padding: 0;
	background-color: transparent;
	position: relative;
	width: 64px;
	height: 64px;
	flex-shrink: 0;
	background-image: url(../img/facebook31@3x.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
}

.discord1-1,
.instagram1-1,
.tiktok3-1,
.twitter-sign-1,
.whatsapp3-1 {
	background-image: url(../img/instagram11@3x.png);
}

.discord1-1,
.tiktok3-1,
.twitter-sign-1,
.whatsapp3-1 {
	background-image: url(../img/twittersign1@3x.png);
}

.discord1-1,
.tiktok3-1,
.whatsapp3-1 {
	background-image: url(../img/discord11@3x.png);
}

.tiktok3-1,
.whatsapp3-1 {
	background-image: url(../img/tiktok31@3x.png);
}

.whatsapp3-1 {
	background-image: url(../img/whatsapp31@3x.png);
}

.iconos-sociales {
	position: absolute;
	top: 149px;
	left: 246px;
	width: 514px;
	height: 64px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	gap: 26px;
}

.valhalla-gaming-arena1 {
	position: absolute;
	top: 58px;
	left: 246px;
	font-size: 40px;
	color: var(--color-brown-200);
}

.arena-de-esports {
	position: absolute;
	top: 109px;
	left: 246px;
}

.logo-icon1 {
	position: absolute;
	top: 35px;
	left: 33px;
	width: 186px;
	height: 171px;
	object-fit: cover;
}

.crear-account-internal {
	background-color: transparent;
	height: 860px;
	left: 586px;
	position: absolute;
	top: 10%;
	width: 768px;
}

.ca-background {
  background-color: transparent;
  height: 860px;
  left: 0px;
  mix-blend-mode: normal;
  object-fit: cover;
  position: absolute;
  top: 0px;
  width: 768px;
}

.ca-title {
  background-color: transparent;
  color: var(--white);
  height: auto;
  left: 110px;
  letter-spacing: 0.00px;
  line-height: normal;
  mix-blend-mode: normal;
  position: absolute;
  text-align: center;
  top: -8%;
  white-space: nowrap;
  width: auto;
  font-family: var(--font-american-lemon-sans);
  font-size: var(--font-size-big);
  font-style: normal;
  font-weight: 400;
}

.nombres-y-apellidos {
  background-color: transparent;
  position: absolute;
}

/* Fonts? */
.asap-20px {
  font-family: var(--font-asap);
  font-size: var(--font-size-m);
  font-weight: 400;
}

.americanlemonsans-40px {
  color: var(--white);
  font-family: var(--font-american-lemon-sans);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 400;
}

/* Main Styles */
.x16-2 {
  background-color: transparent;
  height: 49px;
  left: 0px;
  mix-blend-mode: normal;
  object-fit: cover;
  position: absolute;
  top: 46px;
  width: 508px;
}

/* Rest of styles without proccessing*/
.confirm-div, .pass-div, .nombres-apellidos-div, .email-div, .email-login-div, .pass-login-div {
  background-color: transparent;
  height: 95px;
  left: 120px;
  position: absolute;
  width: 508px;
}

.confirm-div {
	top: 476px;
}

.pass-div {
	top: 371px;
}

.nombres-apellidos-div {
	top: 161px;
}

.email-login-div {
	top: 161px;
}

.email-div {
	top: 266px;
}

.pass-login-div {
	top: 266px;
}

.ctc-title {
  background-color: transparent;
  height: auto;
  left: 9px;
  letter-spacing: 0.00px;
  line-height: normal;
  mix-blend-mode: normal;
  position: absolute;
  text-align: left;
  top: -1px;
  white-space: nowrap;
  width: auto;
}

.ctc-input {
  color: var(--white);
  background-color: transparent;
  border: 0;
  outline: none;
  height: 23px;
  left: 22px;
  letter-spacing: 0.00px;
  line-height: normal;
  mix-blend-mode: normal;
  font-style: italic;
  padding: 0;
  position: absolute;
  resize: none;
  text-align: left;
  top: 58px;
  white-space: nowrap;
  width: 202px;
}

.ctc-input::placeholder {
  color: #66697a99;
}

.p-div {
  background-color: transparent;
  color: var(--white);
  font-family: var(--font-asap);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
  height: auto;
  left: 130px;
  letter-spacing: 0.00px;
  line-height: normal;
  mix-blend-mode: normal;
  position: absolute;
  white-space: nowrap;
  top: 618px;
  width: auto;
  text-align: center;
}

.p-div2 {
  background-color: transparent;
  color: var(--white);
  font-family: var(--font-family-asap);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
  height: auto;
  left: 129px;
  letter-spacing: 0.00px;
  line-height: normal;
  mix-blend-mode: normal;
  position: absolute;
  text-align: justify;
  top: 652px;
  width: 546px;
}

.span1 {
  text-decoration: underline;
}

.submit-button {
  background-color: transparent;
  cursor: pointer;
  height: 49px;
  left: 130px;
  pointer-events: auto;
  position: absolute;
  top: 755px;
  transition: all 0.2s ease;
  width: 499px;
}

.submit-button:hover {
  transform: scale(1.1);
}

.smart-layers-pointers,
.smart-layers-pointers * {
  pointer-events: auto;
  visibility: visible;
}

.x17-1 {
  background-color: transparent;
  height: 49px;
  left: 0px;
  mix-blend-mode: normal;
  object-fit: cover;
  position: absolute;
  top: 0px;
  width: 499px;
}

.crear-cuenta {
  background-color: transparent;
  height: auto;
  left: 8px;
  letter-spacing: 0.00px;
  line-height: normal;
  mix-blend-mode: normal;
  position: absolute;
  text-align: center;
  top: -1px;
  white-space: nowrap;
  width: 499px;
}