body {
	list-style: none;
	background-color: #fff;
	height: 100%;
	font-size: 14px;
}

img {
	max-width: 100%;
	height: auto;
}

iframe {
	border: 0;
}

.gap-0 {
	margin: 0;
	padding: 0;
}

.main_content {
	margin-top: 54px;
}

.margin_area {
	margin-bottom: 30px;
}

/* LINK */
a:link {
	color: #333;
}

a:visited {
	color: #555;
}

a:hover {
	color: #999;
	text-decoration: none
}

a:active {
	color: #999;
}

.card {
	margin-bottom: 15px;
	box-shadow: 3px 3px 2px rgba(155, 155, 155, 0.2);
}

.content_area li a {
	color: #4187BB;
}

.content_area li a:hover {
	color: #4FA3E2;
	text-decoration: underline;
}

.text_center {
	text-align: center;
}

h2 {
	font-size: 22px;
	font-weight: bold;
}

h3 {
	margin: 10px;
	font-size: 18px;
	font-weight: bold;
}

.home {
	margin-bottom: 40px;
}

.page {
	padding-top: 20px;
	text-align: center;
}

.explanation {
	color: #999;
	margin-bottom: 25px;
	text-align: center;
	font-size: 11px;
}

.color-white {
	color: #fff !important;
}

.bg-menu:hover {
	background-color: #585f69 !important;
}

.head_menu {
	background-color: #3B434E;
	letter-spacing: 1.2px;
}

.head_menu span {
	font-size: 11px;
}

header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1080;
	box-shadow: 2px 2px #ebebeb;
	opacity: 1;
	transition: all 500ms;
}

header.hide {
	transform: translateY(-60px);
	opacity: 0.1;
	transition: all 500ms;
}

header .position-relative {
	height: 48px;
	background-color: #3B434E;
}

header .col-4 {
	padding: 0;
}

.site_title {
	text-align: center;
	width: 100%;
}

.site_title h1 {
	padding-top: 12px;
	font-size: 20px;
	font-weight: 400;
}

.site_title h1 a {
	display: inline-block;
	color: #fff;
	font-family: 'Josefin Sans', sans-serif;
	letter-spacing: 2.5px;
}

header i {
	font-size: 22px;
	padding-top: 7px;
	cursor: pointer;
}

.modal_header_menu {
	position: absolute;
	left: 28px;
	top: 48px;
	z-index: 9999;
	width: 250px;
}

.modal_pop {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9997 !important;
}

.bg {
	background-color: rgba(17, 17, 17, 0.164);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9998 !important;
}

.h_m_title {
	font-size: 20px;
	margin-bottom: 18px;
	font-weight: bold;
}

.modal_header_menu ul {
	list-style: none;
	margin-left: -35px;
}

.modal_header_menu ul li a {
	display: block;
	padding: 4px;
	font-size: 16px;
}

.modal_header_menu ul li i {
	margin-right: 7px;
}

#twi_content {
	width: 680px;
	max-width: 100%;
	margin: 0 auto;
	padding: 20px 0;
}

.post_image {
	width: 420px;
	height: 280px;
	margin: 0 auto;
	max-width: 100%;
}

.post_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.post_media {
	margin-top: 16px;
}

#result_content {
	margin: 25px 0;
}

#read_page {
	text-align: center;
	margin: 30px auto;
	color: #fff;
	font-size: 12px;
	cursor: pointer;
	padding: 8px 0;
	display: none;
	background-color: #da4a4a;
	width: 75%;
	max-width: 95%;
	border-radius: 3px;
}

.art_li {
	display: inline-block;
	vertical-align: top;
	width: 19.8%;
	padding: 3px;
	position: relative;
}

.item_inner {
	border-radius: 4px;
	overflow-wrap: break-word;
	word-break: break-all;
	position: relative;
}

.item_ranking {
	position: absolute;
	top: 1px;
	left: 1px;
	background-color: rgba(60, 60, 60, 0.5);
	padding: 4px 6px;
	font-size: 9px;
	color: #fff;
	border-radius: 10px;
}

.item_count {
	position: absolute;
	bottom: 1px;
	right: 1px;
	background-color: rgba(100, 100, 100, 0.5);
	padding: 4px 6px;
	font-size: 9px;
	color: #fff;
	border-radius: 10px;
}

.item_image {
	width: 100%;
}

.item_image img {
	width: 100%;
	height: auto;
	object-fit: contain;
	border-radius: 3px;
}

.footer {
    position: fixed;
	margin-top: 20px;
	padding: 22px;
	background-color: #3B434E;
	width: 100%;
}

.footer_bottom {
	text-align: center;
	color: #fff;
	font-size: 12px;
	letter-spacing: 1.2px;
}

.footer_bottom a {
	color: #fff;
	font-size: 12px;
	letter-spacing: 1.2px;
}

@media all and (max-width: 992px) {
	.art_li {
		width: 24.8%;
	}
}

@media all and (max-width: 768px) {
	.art_li {
		width: 33.1%;
	}
}

@media all and (max-width: 578px) {
	.art_li {
		width: 49.8%;
	}
}

/* menu */
.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .0rem
}

/* tag */
.btn-outline-secondary {
	color: #fff !important;
	font-size: 12px;
	border-color: #da4a4a;
	background-color: #da4a4a;
	margin-top: 3px;
}

.btn-outline-secondary:hover {
	color: #fff;
	background-color: #e56c65;
	border-color: #e56c65;
}

.btn-outline-secondary:focus {
	box-shadow: none !important;
	background-color: #e56c65 !important;
	border: none !important;
}

/* get video */
input::placeholder {
	font-size: 13px;
}

.input-group input[type=text]:focus {
	box-shadow: 0 0 0 .2rem rgba(233, 135, 129);
	border: none;
}

.btn-primary {
	color: #fff;
	font-size: 13px;
	background-color: #da4a4a;
	border-color: #da4a4a;
}

.btn-primary:hover {
	color: #fff;
	background-color: #e56c65;
	border-color: #e56c65;
}

.btn-primary.focus,
.btn-primary:focus {
	box-shadow: 0 0 0 .2rem rgba(233, 135, 129) !important;
	background-color: #e56c65 !important;
	border: none;
}

.btn-secondary {
	font-size: 12px;
}

/* pagetop */
#page_top {
	width: 100px;
	height: 60px;
	position: fixed;
	right: 0;
	bottom: 0;
	background: #3B434E;
	opacity: 0.6;
}

#page_top a {
	position: relative;
	display: block;
	width: 100px;
	height: 60px;
	text-decoration: none;
}

#page_top a::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f102';
	font-size: 25px;
	color: #fff;
	position: absolute;
	width: 25px;
	height: 25px;
	top: -25px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

#page_top a::after {
	content: 'PAGE TOP';
	font-size: 13px;
	color: #fff;
	position: absolute;
	top: 30px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

/* btn */
a.btn-border1 {
	border-radius: 1px;
	color: #fff;
	background: #00B900;
	width: 150px;
}

a.btn-border2 {
	border-radius: 1px;
	color: #fff;
	background: #1DA1F2;
	margin-left: 10px;
	width: 150px;

}

a.btn-border3 {
	border-radius: 1px;
	color: #fff;
	background: #000;
	margin-top: 10px;
	width: 90%;

}

a.btn-border1:hover {
	color: #fff;
}

a.btn-border2:hover {
	color: #fff;
}

a.btn-border3:hover {
	color: #fff;
}

.btn-home {
	margin: 30px 5px -10px;
}

.btn-other {
	text-align: center;
	margin: 30px 5px 30px;
}

.btn-danger {
	color: #fff;
	background-color: #da4a4a;
	border-color: #da4a4a
}

.btn-danger:hover {
	color: #fff;
	background-color: #e56c65;
	border-color: #e56c65
}



/* porndude */
.porndude {
	display: inline-block
}

.porndude img {
	width: 18px;
	height: 18px;
	margin-right: 3px;
	vertical-align: bottom;
}

.tw_icon {
	position: absolute;
	right: 6px;
	top: 3px;
	background-color: #fff;
	padding: 0;
	margin: 0;
	height: 20px;
	width: 19px;
	border-radius: 5px;
}

.tw_icon a {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

.tw_icon i {
	font-size: 26px;
	color: #00acee;
	padding: 0;
	margin: 0;
	margin-top: -2px;
}

.like_count {
	position: absolute;
	right: 2px;
	bottom: 2px;
	z-index: 99;
	background-color: #cfdadb;
	padding: 3px 6px;
	font-size: 12.7px;
	border-radius: 2px;
	cursor: pointer;
}

.like_count i {
	color: #407b7d;
}

.like_count:hover {
	font-size: 15px;
}

.mybtn {
	position: absolute;
	left: 1px;
	bottom: 1px;
	cursor: pointer;
	padding: 4px 6px;
	border-radius: 10px;
	font-size: 11px;
	color: #fff;
}

.mybtn i {
	color: #fff;
	font-size: 11px;
	margin-left: 1px;
}

.mydatabg_2 {
	background-color: rgba(242, 100, 230, 0.7);
}

.mydatabg_1 {
	background-color: rgba(100, 100, 100, 0.5);
}

/* boost */
.__isboostReturnAdBody .__isboostOverContentCloseBtn {
	left: 0 !important;
	top: 0 !important;
	width: 18px !important;
	height: 18px !important;
	padding: 0 !important;
	line-height: 12px !important;
	background-color: #000 !important;
	border: 2px solid #fff !important;
}

.random-display {
	text-align: center;
	margin: 20px 0;
}

.random-display img {
	max-width: 95%;
	height: auto;
	display: inline-block;
}

.glowing {
	font-size:18px;
	color:#da4a4a !important;
}





/* Username */
.tweet_user a {
    color: #fff;
    font-size: 13px;
    text-decoration: none;
}



.tweet_user i {
    color: #1da1f2;
    margin-right: 5px;
}

/* Icono Twitter */
.tw_icon i {
    font-size: 22px;
    color: #1da1f2;
}


.tweet_user {
    position: absolute;
    left: 2px;
    top: 3px;
    background-color: #1da1f2;
    padding: 2px;
    margin: 0;
    /* height: 20px; */
    /* width: 19px; */
    border-radius: 5px;
    text-decoration: none ;

}   





.video_page .main_thumbnail{
    width:100%;
    max-width:720px;
    margin:auto;
    display:block;
    border-radius:16px;

    /* CLAVE: limita tamaño en PC */
    max-height:70vh;
    object-fit:cover;
}

/* RELATED GRID CONTROLADO */
.video_page .grids{
    columns:4 200px;
    column-gap:14px;
}

.video_page .art_li{
    break-inside: avoid;
    margin-bottom:14px;
}

/* hace las cards más compactas */
.video_page .item_image img{
    width:100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    border-radius:12px;
}

/* evita que crezcan demasiado en desktop */
@media(min-width:1200px){
    .video_page .grids{
        columns:5 180px;
    }
}