
body{
	font-family: Verdana, Geneva, sans-serif;
}

h1, h2{
    font-size: 16px;
}
h3{
    font-size: 16px;
	font-weight: bold;
}

.page-link{
    color: white;
    background-color: #212529;
    border-color: #d9534f;
}

.card-body{
    background-color: #212529;
    text-align: center;
    color: white;
}

.card{
    background-color: #d9534f;
    border: 0px;
}

.card-header{
    color: white;
}


.minititulo {
    font-size: 16px;
    text-align: center;
    text-align: center;
}

 a, a:link, a:visited, a:hover {
    text-decoration:none !important;
    color: white;

}


.titulo{
    font-size: 22px;
    /*text-transform: uppercase;*/
    color: white;
    font-weight: normal;
    background-color: #d9534f;
    padding: 6px;
    margin-bottom: 20px;
    display: block;
}
.minititulo{
    font-size: 16px;
    color: white;
    font-weight: normal;

    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 43x;
    margin: 0 auto;

    line-height: 1;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.line{
  border: 0px;
  border-bottom: 2px;
  border-style: solid;
  border-color: #B40404;
}

.bg-btn{
  background-color: #FA5858;
}


.episodios{	background-color: rgb(27, 31, 35);	border-color: #6c757d;}.episodios:nth-child(even){	background-color: rgb(37, 42, 47);	border-color: #6c757d;}
.episodios:hover{	color: #ffffff;    text-decoration: none;    background-color: rgb(53, 60, 66);}.episodios:focus{	color: #ffffff;    text-decoration: none;    background-color: rgb(79, 90, 99);}
.tags_hentai{ 
	background-color: transparent;
    color: #1f1f1f;
}
.bg-style-dark{
    background-color: rgba(0, 0, 0, 0.47);
}
.title_hentai{
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	margin: 0;
	margin-bottom: -4px;
}
.title_hentaix{
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	margin: 0;
}
.title_episodio{
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 13px;
    color: #d4918f;
    font-weight: bold;
}

.space_hentai{
	margin-bottom: 22px;
}
#nuevo_publi{
		position: absolute;
		height: 250px;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 999;
		background: transparent;
		margin: auto;
		background: #cccc;
		margin-left: 75px;
		margin-right: 75px;
}
.boton_cerrar {background: #e65353;color: #fff;border: 3px solid #ffffff;border-radius: 3px; padding: 6px; cursor: pointer;font-weight: 600; font-family: unset;font-size: 20px;}
.boton_cerrar:hover {background: #F00;}
.pestana_cerrar{
	position: absolute;
    top: 100px;
    z-index: 1000;
    left: 339px;
}

iframe.responsive_907 {
    height: 186px;
}
@media only screen and (max-width: 1200px) {
	.publi1{
		display:none;
	}
	.pestana_cerrar {
		top: 120px;
		left: 260px;
	}
	iframe.responsive_907 {
        height: 160px;
	}
}

@media only screen and (max-width: 990px) {
	iframe.publi2 {
		width: 95%;
	}
	.boton_cerrar {
		padding: 12px;
	}
	.pestana_cerrar{
		top: 120px;
		left: 130px;
	}
	iframe.responsive_907 {
        height: 120px;
	}
}



@media only screen and (max-width: 400px) {
	.pestana_cerrar{
		top: 110px;
		left: 110px;
	}
	#nuevo_publi{
		margin-left: 25px;
		margin-right: 25px;
	}
}


#banner_deslizante {
    position: fixed;
    right: -300px;
    bottom: 0px;
    z-index: 100;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    width: 300px;
    height: 250px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.7);
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#banner_deslizante .link {
    display: block;
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-family: Roboto, sans-serif, Verdana, Arial;
    position: absolute;
    left: 0px;
    top: -20px;
    height: 20px;
    line-height: 20px;
    padding: 0px 5px;
    background: rgba(0, 0, 0, 0.7);
    text-decoration: none;
    z-index: 100;
}
#banner_deslizante .imagen {
    pointer-events: none;
    width: 98%;
    height: 98%;
    display: block;
    margin: 0px auto;
	padding: 3px;
}
#banner_deslizante .cerrar_bannerdesli {
    pointer-events: auto;
    position: absolute;
    padding: 10px 15px;
    user-select: none;
    color: rgb(255, 255, 255);
    right: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.7);
    cursor: pointer;
    z-index: 100;
}
.span_banner_title{
    font-weight: 600;
    font-size: 18px;
}

@keyframes animacion_banner_closed_deslizante{
    0% {border:5px solid rgb(0 0 0 / 49%); background-color: #000000; opacity: 0.7;}
	25% {border:5px solid rgb(160 0 0 / 49%); background-color: #ff3737; opacity: 0.7;}
    50% {border:5px solid rgb(202 0 177 / 49%); background-color: #ea43ec; opacity: 0.7;}
    75% {border:5px solid rgb(255 15 15 / 49%); background-color: #ff3737; opacity: 0.7;}
    100% {border:5px solid rgb(0 0 0 / 49%); background-color: #000000; opacity: 0.7;}
}
.cerrar_bannerdesli {
  animation-name: animacion_banner_closed_deslizante;
  animation-duration: 6s;
  animation-iteration-count: infinite;
}

.img_728x90{
	height: 120px;
}

@media only screen and (max-width: 1200px) {
	.img_728x90 {
		height: 90px;
	}
}

@media only screen and (max-width: 760px) {
	.img_728x90  {
		height: 60px;
	}
}
a.important_class {
    color: #d2504d;
    text-decoration: underline !important;
}
a.important_class_text {
    color: #ffc6c5;
}
.text-normal-content{
	text-align: initial !important;
}

.h3_estrenos{
	font-size: 24px;
    font-weight: bold;
}
.h1_post{
	font-size: 24px;
    font-weight: bold;
	text-align: center;
}
.text-normal-content h2 {
	font-size: 24px;
    font-weight: bold;
}
.text-normal-content h3 {
	font-size: 24px;
    font-weight: bold;
}
.text-normal-content a {
    color: #fda6a4;
}
.text-normal-content img{
	display:block;
	margin:auto;
}

@media only screen and (max-width: 1200px) {
	.text-normal-content img{
		width:100%;
	}
}

@media only screen and (max-width: 992px) {
	.boton_cerrar{
		padding: 4px;
		font-size: 16px;
		font-weight: 500;
		border: 3px solid #fff;
	}
}

#cajacookies {
    box-shadow: 2px -2px 10px 6px #696969;
    background-color: #d2504d;
    color: white;
    padding: 10px;
    margin-bottom: 0px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 100000;
    text-align: center;
	display: none;
}

#cajacookies button {
    background-color: #424242;
    border: none;
    color: white;
    padding: 10px 22px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 30px;
	cursor: pointer;
}
#cajacookies p {
    margin: 0;
}
#cajacookies a {
    color: #e0b38d;
    font-weight: 600;
}
.fade-in {
	display: inline !important;
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 0.5s;
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.entrada_imgslider{
	display: inline !important;
	padding-bottom: 5px;
}