@font-face {
	font-family: 'Mija';
	src: url('../fonts/Mija\ W03\ Regular.otf') format('opentype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

.container-fluid,
.container,
.row,
.col-md-9 {
	padding: 0px;
}

#snow {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	z-index: 1000
}

body {
	font-family: mija, sans-serif;
	background-color: #121212;
	color: #e0e0e0;
}

.parrafo {
	color: #aed581;
}


/* Header */
.navbar {
	background-color: #1e1e1e;
}


.navbar a {
	color: #e0e0e0 !important;
	font-weight: 500;
}


.navbar a:hover {
	color: #90caf9 !important;
}


/* Cards */
.post-card {
	background-color: #181b22;
	border: none;
	border-radius: 12px;
	transition: background-color .2s ease, transform .2s ease;
}


.post-card:hover {
	background-color: #1e222b;
	transform: translateY(-2px);
}


/* Aside */
.aside-box {
	background-color: #1e1e1e;
	border-radius: 12px;
	padding: 1rem;
	margin-bottom: 1rem;
}


/* Footer */
footer {
	background-color: #1e1e1e;
	color: #aaa;
	padding: 1.5rem 0;
	margin-top: 3rem;
	font-size: .9rem;
}


footer a {
	color: #90caf9;
	text-decoration: none;
}

/* estilos viejos */

#snow {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	z-index: 1000
}

body {
	color: #c8e6c9;
	background: #0f0f0f;
	color: #e6e6e6;
	font-family: 'Mija', sans-serif;
}

.row {
	margin: 0
}

.titulo {
	color: #c8e6c9
}

.navbar {
	background-color: #242526;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5)
}

.backgroundLogin {
	background: linear-gradient(to right, #0062e6, #33aeff)
}

.parrafo {
	color: #aed581
}

p {
	margin-bottom: 0
}

.notificacion {
	font-size: 12px;
	font-family: 'Inter'
}

.menu {
	margin-top: 15px
}

.media:hover {
	background-color: #000;
	border-radius: 15px;
	color: #37474f
}

.lead,
.font-post {
	font-size: 14px;
	color: #c5e1a5;
	text-align: justify
}

hr {
	border-top: 1px dashed #8c8b8b;
	margin-top: 0
}

@media(max-width:991px) {
	.articulo {
		border-right: 0
	}
}

@media(max-width:768px) {
	.articulo1 {
		padding-left: 15px
	}
}

section article .post iframe {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden
}

a {
	text-decoration: none;
	color: #c8e6c9
}

a:visited {
	text-decoration: none
}

a:active {
	text-decoration: none
}

a:hover {
	text-decoration: none;
	color: #fff
}

.nav-link {
	color: #c8e6c9;
	display: inline
}

section article .post img {
	border-radius: 9px 9px 9px 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px 9px 9px 9px;
	border: 0 solid #000;
	max-width: 100%;
	max-height: 400px;
	display: block;
	margin: auto
}

section article .post .perfilmovil img {
	border-radius: 9px 9px 9px 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px 9px 9px 9px;
	border: 0 solid #000;
	width: 200px;
	height: 200px display:block;
	margin: auto
}

section article .font-post {
	font-size: 18px;
	color: #c5e1a5
}

.card {
	  background: #181b22;
    border-radius: 12px;
    transition: 0.3s ease;
    padding: 16px;
}
.card:hover{
	background: #1e222b;
    transform: translateY(-2px);
}

.featurette-divider {
	margin-bottom: 15px;
	margin-top: 15px
}

article .tab-pane table tbody .btn {
	padding: 5px
}

.notificaciones {
	font-size: 10px
}

.badge-info {
	background-color: #007bff
}

.font-post iframe {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden
}

section article .font-post img {
	border-radius: 9px 9px 9px 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px 9px 9px 9px;
	border: 0 solid #000;
	max-width: 768px;
	height: auto;
	display: block;
	margin: auto
}

.dropdown .dropdown-menu .dropdown-item:hover {
	background-color: gray !important
}


header nav img {
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-o-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3)
}

header nav img:hover {
	-webkit-transform: rotate(-7deg);
	-moz-transform: rotate(-7deg);
	-o-transform: rotate(-7deg)
}

/* ===== NAVBAR STREET PREMIUM ===== */
.navbar-street {
    background: #0d0d0d;
    padding: 20px 0;
    border-bottom: 1px solid #1f1f1f;
    transition: 0.3s ease;
}

/* Logo más limpio */
.navbar-street .navbar-brand img {
    transition: 0.3s ease;
}

.navbar-street .navbar-brand img:hover {
    opacity: 0.8;
}

/* Links estilo marca premium */
.navbar-street .nav-link {
    color: #bfbfbf !important;
    font-weight: 500;
    font-size: 15px;
    margin: 0 5px;
    transition: 0.3s ease;
}

.navbar-street .nav-link:hover {
    color: white !important;
}

/* ===== BOTÓN ROJO MATERIAL PREMIUM COMPLETO ===== */
.btn-premium {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 10px 26px;
    border-radius: 8px;
    font-weight: 700;
    color: #fff;
    border: none;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
    transition: all 0.3s ease;

    background: radial-gradient(
        circle at center,
        #f44336 0%,
        #e53935 40%,
        #d32f2f 75%
    );

    box-shadow: 
        0 6px 18px rgba(211, 47, 47, 0.35),
        inset 0 1px 0 rgba(255,255,255,0.2);
}

/* Hover */
.btn-premium:hover {
    transform: translateY(-4px);
    box-shadow: 
        0 12px 30px rgba(198, 40, 40, 0.6),
        inset 0 1px 0 rgba(255,255,255,0.3);
}

/* Capa de brillo dinámico */
.btn-premium::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(
        circle at 50% 50%,
        rgba(255,255,255,0.35),
        transparent 60%
    );
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

/* Activa brillo interno en hover */
.btn-premium:hover::before {
    opacity: 1;
}

/* ===== FLECHA GIRATORIA ===== */
.btn-premium::after {
    content: "→";
    margin-left: 10px;
    font-size: 15px;
    display: inline-block;
    transition: transform 0.4s ease;
}

.btn-premium:hover::after {
    transform: rotate(-180deg);
}

/* ===== BADGE NEW ===== */
.badge-new {
    background: rgba(255,255,255,0.18);
    color: #fff;
    font-size: 10px;
    padding: 4px 8px;
    border-radius: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    border: 1px solid rgba(255,255,255,0.35);
    transition: all 0.3s ease;
}

.btn-premium:hover .badge-new {
    background: #fff;
    color: #d32f2f;
}
.btn-premium {
    display: inline-flex;
    align-items: center;
    gap: 10px; /* 🔥 separación automática entre icono, texto y badge */
}

/* Espaciado controlado */
.icon-store {
    margin-right: 8px;
}

.btn-text {
    margin-right: 10px;
}

.badge-new {
    margin-left: 4px;
}
.navbar-nav .nav-link {
    white-space: nowrap;
    font-size: 14px;
}

.search-premium {
    width: 180px;
}


/* Badge NEW más limpio */
.navbar-street .badge {
    background: #00c851 !important;
    color: #fff !important;
    font-size: 10px;
    padding: 4px 8px;
    border-radius: 20px;
}

/* Buscador elegante */
.navbar-street .form-control {
    background: #141414 !important;
    border: 1px solid #262626 !important;
    color: #ccc !important;
    border-radius: 6px;
    padding-left: 12px;
}

.navbar-street .form-control:focus {
    border-color: #fff !important;
    box-shadow: none;
}

/* Botones login/register */
.navbar-street .btn-outline-light {
    border-color: #333;
    color: #ccc;
    border-radius: 6px;
}

.navbar-street .btn-outline-light:hover {
    border-color: #fff;
    color: #fff;
}

.navbar-street .btn-primary {
    background: #ffffff;
    color: #000;
    border-radius: 6px;
    border: none;
}

.navbar-street .btn-primary:hover {
    background: #e6e6e6;
}

/* Dropdown más fino */
.navbar-street .dropdown-menu {
    background: #111;
    border: 1px solid #222;
    border-radius: 8px;
    padding: 8px;
}

.navbar-street .dropdown-item {
    color: #bbb;
    border-radius: 6px;
    transition: 0.2s;
}

.navbar-street .dropdown-item:hover {
    background: #1c1c1c;
    color: white;
}

img.cinco {
	object-fit: scale-down
}


.categorias img {
	object-fit: scale-down;
}



.MasVistos img {
	width: 32px;
	height: 32px;
	object-fit: cover;
}

