@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;
}

/* Material Design 3 - Card Padding Override - More breathing room */
.card-body {
    padding: 1.5rem 1.25rem !important;
}

.fondo-card .card-body {
    padding: 1.5rem !important;
}

/* Align text content with button width */
.colega-jobdescription,
.colega-jobdescription-bullets {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.5rem;
}

.colega-jobdescription-bullets {
    list-style-position: inside;
}

/* Material Design 3 - Better spacing between elements */
.card-body > * {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

.card-body > *:first-child {
    margin-top: 0;
}

.card-body > *:last-child {
    margin-bottom: 0;
}

.card-body > p:last-child {
    margin-bottom: 0;
}

/* Reduce br spacing */
br {
    margin: 0.25em 0;
}

/* Material Design 3 - Additional spacing improvements */
.colega-nombre {
    margin: 0.5em 0 0.75em 0;
}

.colega-jobdescription {
    margin: 1em 0 0.5em 0;
}

.iconos-card {
    margin: 0.5em 0;
}

/* Improve button spacing */
.botonVotar {
    margin-top: 0.75em;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

/* ========================================
   MOBILE-FIRST SECTION SPACING SYSTEM
   ======================================== */

/* Base spacing - will be overridden by media queries */
section.login {
    padding-top: 0;
}

section.login,
section.realestate,
section.insurance,
section.musicindustry {
    margin-bottom: 0;
}

/* Last section shouldn't have bottom margin */
section.musicindustry {
    margin-bottom: 0;
}

/* Footer spacing */
footer.footer-section {
    margin-top: 60px;
    padding-top: 3rem;
}

.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;
}

.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;

}

.fan-nombre{
	
	color: rgba(255, 255, 255,0.9);
    font-size:2.7em;
	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: 0;
	height: 28px;
	width: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.discord_logo {
	margin-top: 18px;
	margin-bottom: 18px;
	height: 24px;
	/* 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.5);
	padding: 0.5em 0.75em;
	top: 0em;
	text-align: center; 
	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.4);
    font-size:0.85em;
	margin-top: 1.5em;
    line-height: 1.6;
    text-align: center;
}

.youtube_txt > div:first-child {
    margin-bottom: 0.75em;
    display: block;
}

.youtube_txt a {
    display: block;
    margin-top: 0.75em;
    margin-bottom: 0;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.youtube_txt a:hover {
    opacity: 1;
}

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


.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: 44em;

}

.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;
}

/* ========================================
   MOBILE-FIRST RESPONSIVE SPACING SYSTEM
   ======================================== */

/* Extra small mobile (320px-479px) */
@media (max-width: 479px) {
    .container {
        padding: 0 0.75rem;
    }
    
    section {
        padding: 1rem 0;
        min-height: auto !important;
        margin-bottom: 0.75rem !important;
    }
    
    section.login .d-flex,
    section.realestate .d-flex,
    section.insurance .d-flex,
    section.musicindustry .d-flex {
        height: auto !important;
        padding: 1rem 0;
    }
    
    section.login {
        padding-top: 0.75rem;
    }
    
    section.login,
    section.realestate,
    section.insurance,
    section.musicindustry {
        margin-bottom: 0.75rem !important;
    }
    
    section.musicindustry {
        margin-bottom: 0 !important;
    }
    
    .card {
        margin: 0.5rem 0;
        width: 100%;
        max-width: 100%;
    }
    
    .fondo-card {
        width: 100%;
        max-width: 100%;
    }
    
    .rmp_logo {
        height: 50px;
    }
    
    .txt-card-oneliner {
        font-size: 0.85em;
        padding: 0 0.75rem;
    }
    
    .txt-card-description {
        font-size: 0.8em;
        padding: 0 0.75rem;
    }
    
    .colega-nombre {
        font-size: 1.1em;
    }
    
    .colega-jobdescription-bullets {
        font-size: 0.8em;
    }
    
    br {
        display: none;
    }
}

/* Small mobile (480px-767px) */
@media (min-width: 480px) and (max-width: 767px) {
    .container {
        padding: 0 1rem;
    }
    
    section {
        padding: 1.5rem 0;
        min-height: auto !important;
        margin-bottom: 1rem !important;
    }
    
    section.login .d-flex,
    section.realestate .d-flex,
    section.insurance .d-flex,
    section.musicindustry .d-flex {
        height: auto !important;
        padding: 1.5rem 0;
    }
    
    section.login {
        padding-top: 1rem;
    }
    
    section.login,
    section.realestate,
    section.insurance,
    section.musicindustry {
        margin-bottom: 1rem !important;
    }
    
    section.musicindustry {
        margin-bottom: 0 !important;
    }
    
    .card {
        margin: 0.75rem 0;
        width: 100%;
        max-width: 100%;
    }
    
    .fondo-card {
        width: 100%;
        max-width: 100%;
    }
    
    .rmp_logo {
        height: 60px;
    }
    
    .txt-card-oneliner {
        font-size: 0.9em;
        padding: 0 1rem;
    }
    
    .txt-card-description {
        font-size: 0.85em;
        padding: 0 1rem;
    }
    
    .colega-nombre {
        font-size: 1.2em;
    }
    
    .colega-jobdescription-bullets {
        font-size: 0.85em;
    }
    
    br {
        display: none;
    }
}

/* Tablet styles (768px-991px) */
@media (min-width: 768px) and (max-width: 991px) {
    .container {
        padding: 0 1.5rem;
    }
    
    section {
        padding: 2rem 0;
        min-height: auto !important;
        margin-bottom: 1.5rem !important;
    }
    
    section.login .d-flex,
    section.realestate .d-flex,
    section.insurance .d-flex,
    section.musicindustry .d-flex {
        height: auto !important;
        padding: 2rem 0;
    }
    
    section.login {
        padding-top: 1.5rem;
    }
    
    section.login,
    section.realestate,
    section.insurance,
    section.musicindustry {
        margin-bottom: 1.5rem !important;
    }
    
    section.musicindustry {
        margin-bottom: 0 !important;
    }
    
    .card {
        margin: 1rem 0;
        width: 100%;
        max-width: 100%;
    }
    
    .fondo-card {
        width: 18rem;
        max-width: 18rem;
    }
    
    .rmp_logo {
        height: 80px;
    }
    
    .txt-card-oneliner {
        font-size: 1em;
        padding: 0;
    }
    
    .txt-card-description {
        font-size: 0.9em;
        padding: 0;
    }
    
    .colega-nombre {
        font-size: 1.4em;
    }
    
    .colega-jobdescription-bullets {
        font-size: 0.8em;
    }
    
    br {
        display: inline;
    }
}

/* Large tablet / Small desktop (992px-1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
    .container {
        padding: 0 1.5rem;
    }
    
    section {
        padding: 2.5rem 0;
        min-height: auto !important;
        margin-bottom: 2rem !important;
    }
    
    section.login .d-flex,
    section.realestate .d-flex,
    section.insurance .d-flex,
    section.musicindustry .d-flex {
        height: auto !important;
        padding: 2.5rem 0;
    }
    
    section.login {
        padding-top: 2rem;
    }
    
    section.login,
    section.realestate,
    section.insurance,
    section.musicindustry {
        margin-bottom: 2rem !important;
    }
    
    section.musicindustry {
        margin-bottom: 0 !important;
    }
    
    .card {
        margin: 1.25rem 0;
        width: 100%;
        max-width: 100%;
    }
    
    .fondo-card {
        width: 18rem;
        max-width: 18rem;
    }
    
    .rmp_logo {
        height: 80px;
    }
    
    .txt-card-oneliner {
        font-size: 1em;
        padding: 0;
    }
    
    .txt-card-description {
        font-size: 0.9em;
        padding: 0;
    }
    
    .colega-nombre {
        font-size: 1.4em;
    }
    
    .colega-jobdescription-bullets {
        font-size: 0.8em;
    }
    
    br {
        display: inline;
    }
}

/* Large desktop styles (1200px+) */
@media (min-width: 1200px) {
    .container {
        padding: 0 1rem;
    }

    /* Let content determine height and add breathing room via section padding */
    section.login .d-flex,
    section.realestate .d-flex,
    section.insurance .d-flex,
    section.musicindustry .d-flex {
        height: auto !important;
        padding: 0;
    }

    /* Reintroduce vertical spacing between sections */
    section {
        padding: 2.5rem 0 !important; /* gap inside each section */
        margin-bottom: 0 !important;  /* spacing handled by padding */
    }

    .fondo-card {
        width: 18rem;
        max-width: 18rem;
    }

    .rmp_logo {
        height: 80px;
    }

    .txt-card-oneliner {
        font-size: 1em;
        padding: 0;
    }

    .txt-card-description {
        font-size: 0.9em;
        padding: 0;
    }

    .colega-nombre {
        font-size: 1.4em;
    }

    .colega-jobdescription-bullets {
        font-size: 0.8em;
    }

    br {
        display: inline;
    }
}

/* Ultra-wide screens (1600px+) */
@media (min-width: 1600px) {
    section {
        padding: 3rem 0 !important;
    }
}

/* ========================================
   FOOTER STYLES
   ======================================== */

.footer-section {
    padding: 3rem 0;
    background-color: #000000;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-links {
    margin-top: 1.5rem;
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.footer-link {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9em;
    font-weight: 300;
    text-decoration: none;
    transition: color 0.3s ease;
    font-family: 'Nunito', sans-serif;
}

.footer-link:hover {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: underline;
}

/* Mobile footer and component adjustments */
@media (max-width: 767px) {
    .footer-links {
        gap: 1rem;
    }
    
    .footer-link {
        font-size: 0.85em;
    }
    
    /* Improved mobile card padding */
    .card-body {
        padding: 1.25rem 1rem !important;
    }
    
    .fondo-card .card-body {
        padding: 1.25rem !important;
    }
    
    /* Better YouTube text on mobile */
    .youtube_txt {
        font-size: 0.8em;
        margin-top: 1.25em;
    }
    
    .youtube_txt > div:first-child {
        margin-bottom: 0.6em;
    }
    
    .youtube_logo {
        height: 24px;
    }
    
    .youtube_txt a {
        margin-top: 0.6em;
    }
    
    /* Mobile text alignment with button */
    .colega-jobdescription,
    .colega-jobdescription-bullets {
        margin-left: -0.25rem;
        margin-right: -0.25rem;
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }
    
    .botonVotar {
        margin-left: -0.25rem;
        margin-right: -0.25rem;
    }

    /* Ensure bullets align with button on mobile */
    .colega-jobdescription-bullets {
        padding-left: 0.4rem;
        list-style-position: inside;
    }
}