@import "animate.min.css";


@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;900&display=swap');

:root {
    --color-primario: #004EFF;
    --color-secundario: #250001;
}


body {
	text-align: center;
	font-family: Nunito;
	background-color: black;
}


.fondo-card{
	background-color: #000000;
    border: solid 1px rgba(255, 255, 255,.1);
	width: 18em;
}

.fondo-card-footer{
	background-color: #000000;
    border: solid 0px rgba(0, 0, 0, 0);
}

.title-card{
    color: #fafafa;
    font-weight: 700;
    font-size:xx-large;

}

.iconos-card{
    color: #fafafa;
    font-weight: 700;
    font-size:xx-large;
	text-align: left;
}

.txt-card{
    padding-top: 1.3em;
	margin-bottom: 2em;
	color: rgba(255, 255, 255,0.8);
    font-size:small;
	line-height: 1.5em;
	font-family: nunito;

}

.txt-card-oneliner{
    padding-top: 1.3em;
	margin-bottom: 1.5em;
	color: rgba(255, 255, 255,0.8);
    font-size:1em;
	font-weight: 600;
	line-height: 1.5em;
	font-family: nunito;
	text-align: center;

}

.fan-nombre{
	
	color: rgba(255, 255, 255,0.9);
    font-size:2.7em;
	text-align: left;

}

.colega-nombre{
	
	color: rgba(255, 255, 255,0.9);
    font-size:1.4em;
	font-weight: 600;
	text-align: left;

}

.colega-jobdescription-bullets{
	color: rgba(255, 255, 255,0.8);
    font-size:0.8em;
	font-weight: 300;
	line-height: 1.5em;
	text-align: left;
}
.colega-jobdescription{
	/* color: rgba(255, 255, 255,0.9); */
	color: rgba(255, 255, 255,0.8);
	
    font-size:1em;
	font-weight: 600;
	text-align: left;
}

.txt-card-title{
	color: rgba(255, 255, 255,1);
    font-size:1.5em;
	font-weight: 800;
	line-height: 2em;
	text-align: left;
}

.txt-card-subtitle{
	color: rgba(255, 255, 255,0.8);
    font-size:1em;
	font-weight: 800;
	line-height: 2em;
	text-align: left;
}

.txt-card-description{
	color: rgba(255, 255, 255,0.8);
    font-size:0.9em;
	font-weight: 300;
	line-height: 1.5em;
	text-align: left;
}

.txt-card-fan{
	color: rgba(255, 255, 255,0.4);
    font-size:0.6em;
	line-height: 2em;
	text-align: left;
}
.txt-card-fan-id{
	color: rgba(255, 255, 255,0.4);
    font-size:1.2em;
	text-align: left;
	line-height: 2em;
}

.txt-card-votar{
    font-size:1.2em;
	text-align: center;
	font-weight: 600;
}

.txt-votar{
	font-size:0.8em;
	
	
}




.botonLoginYT {

	line-height: 40px;
	padding: 0.3em 1em;
	text-decoration: none;
	color: #fafafa;
	border: solid 2px #fafafa;
	transition: .4s;
	width: 100%;
	height: 54px;
	font-size: 1.1em;
	font-weight: 600;
	vertical-align: middle;
    text-transform: none;

}

.botonLoginYT:hover {
	background: #fafafa;
	color: #000000;
	text-decoration: none;
}

.botonLoginYT:visited {
	text-decoration: none;

}

.botonLoginYT:active {
	text-decoration: none;
}

.youtube_logo {
	margin-top: 18px;
	height: 24px;
	/* ajusta el valor según tus necesidades */
}

.discord_logo {
	margin-top: 18px;
	margin-bottom: 18px;
	height: 24px;
	/* ajusta el valor según tus necesidades */
}

.rmp_iconos {

	height: 30px;

	/* ajusta el valor según tus necesidades */
}

.rmp_logo {

	height: 80px;
	/* ajusta el valor según tus necesidades */
}

.rmp_logo_footer {
	margin-top: 0em;
	margin-bottom: 0.6em;
	height: 40px;
	/* ajusta el valor según tus necesidades */
}



.card-header {
	margin-top: 0px;
	position: absolute;
	z-index: 1;
	background: rgba(0, 0, 0, 0.4); /* Añade un fondo semi-transparente para que el texto sea legible */
	padding: 0.1em; /* Añade un poco de espacio alrededor del texto */
	top: 0em; /* Ajusta la posición vertical según tus necesidades */
	text-align: center; 
	/* margin-bottom: 7em; */
	font-weight: 800;
	font-size: xx-large;
	width: 100%;
  }


  .votacion__input-cancion input {
	background-image: none;
	background-color: #000000;
	border: none;
	padding: 1rem;
	margin-bottom: 1em;
	width: 100%;
	font-size: 1.3em;
	color: var(--color-primario);
	font-weight: 900;
	border: solid 1px rgba(255, 255, 255,.08);
	border-radius: 7px;
	transition: .8s;
}

.votacion__input-cancion input:focus {
	outline:none ;
	border-color: var(--color-primario);
}


.votacion__input-cancion input::placeholder {
	color: rgba(255, 255, 255,0.3);
	font-weight: 600;
	font-size: 0.6em;
}

.votacion__input-cancion input:focus::placeholder {
    color: transparent; /* Establece el color del placeholder a transparente */
    content: ''; /* Establece el contenido del placeholder a vacío */
}


.botonVotar {
	line-height: 40px;
	padding: 0.3em 1em;
	text-decoration: none;
	color: #fafafa;
	border: solid 2px #fafafa;
	transition: .4s;
	width: 100%;
	height: 54px;
	font-size: 1.1em;
	font-weight: 600;
	vertical-align: middle;
    text-transform: none;

}

.botonVotar:hover {
	background: var(--color-primario);
	color: #000000;
	text-decoration: none;
}

.botonVotar:visited {
	text-decoration: none;

}

.botonVotar:active {
	text-decoration: none;
}


.barra-separadora {
    border-top: 1px solid rgba(255, 255, 255,0.2); /* Puedes ajustar el estilo y color de la barra según tus preferencias */
    margin-top: 6em; /* Espacio superior opcional para ajustar la separación */
    padding-top: 1.5em; /* Espacio superior opcional para ajustar la separación */
	margin-bottom: 4em;
	padding-bottom: 4em;
}

.youtube_txt{
	color: rgba(255, 255, 255,0.2);
    font-size:0.8em;
	margin-top: 1.5em;
	
}

.logo-footer_txt{
	color: rgba(255, 255, 255,0.4);
    font-size:0.7em;
	margin-top: 0.4em;
	margin-bottom: 1em;
}


.bienvenido.card_image {
	display: none;
}

.iniciohidden {
	display: none;
}

.logged {
	display: none;
}



.boton_sesion {

	line-height: 40px;
	padding: 0.3em 1em;
	text-decoration: none;
	color: #fafafa;
	border: solid 2px #fafafa;
	transition: .4s;
	width: 100%;
	height: 54px;
	font-size: 1.1em;
	font-weight: 600;
	vertical-align: middle;
    text-transform: none;

}

.boton_sesion:hover {
	background: #fafafa;
	color: #000000;
	text-decoration: none;
}

.boton_sesion:visited {
	text-decoration: none;

}

.boton_sesion:active {
	text-decoration: none;
}

.votacion__title {
	margin-top: 1em;
	padding-top: 1em;
	font-size: 0.4em;
}

.page__votacion.gracias {
	display: none;

}

.button_logout {
	text-decoration: none;
	padding: 0.3em 3.3em;
	color: #fafafa;
	display: block;
	line-height: 40px;
	border-radius: 100px;
	transition: .4s;
	height: 54px;
	font-size: 0.9em;
	font-weight: 600;
	vertical-align: middle;
	background-color: #000000;
	width: 100%;
	border: solid 1px #fafafa;
}

.button_logout:hover {
	background:#fafafa;
	color: #000000;
	text-decoration: none;
}

.button_logout:visited {
	text-decoration: none;

}

.button_logout:active {
	text-decoration: none;
}



.votacion_botonVotar {
	line-height: 40px;
	padding: 0.3em 1em;
	text-decoration: none;
	color: #fafafa;
	border: solid 2px #fafafa;
	transition: .4s;
	width: 100%;
	height: 54px;
	font-size: 1.1em;
	font-weight: 600;
	vertical-align: middle;
    text-transform: none;
}

.margenes-primera-tarjeta {
	margin-top: 47.5em;

}

.margenes-tarjetas {
	margin-top: 0em;

}

.tarjeta_votogracias {
	width: 100%;
}

.botonBackVotar {
	line-height: 40px;
	padding: 0.3em 1em;
	text-decoration: none;
	color: #fafafa;
	border: solid 2px #fafafa;
	transition: .4s;
	width: 100%;
	height: 54px;
	font-size: 1.1em;
	font-weight: 600;
	vertical-align: middle;
    text-transform: none;

}

.botonBackVotar:hover {
	background: var(--color-primario);
	color: #000000;
	text-decoration: none;
}


.botonBackVotar:disabled,
.botonBackVotar[disabled]{
  border: 1px solid rgba(255, 255, 255,.1);
  background-color: #000000;
  color: rgba(255, 255, 255,.2);
}

.botonBackVotar:visited {
	text-decoration: none;

}

.botonBackVotar:active {
	text-decoration: none;
}

.albumurl {
	width: 220px;
	
}
.page__votacionprogreso, .page__votacionerror{display: none;}

.votacion_circle {
	text-align: center;
	vertical-align: middle;
	color: #fafafa;
	font-size: 2em;
	line-height: 2em;
	font-weight: 900;
}


.txt-gracias-cancion{
	margin-top: 2em;
    font-size:1.2em;
	text-align: center;
	font-weight: 900;
}

.txt-gracias-artista{
	margin-top: 1em;
    font-size:0.8em;
	text-align: center;
	font-weight: 600;
}