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

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


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



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

