@import url('https://fonts.googleapis.com/css2?family=Gotu&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;500;900&display=swap');
body {
	margin:0;
    background-color: #000000;
    min-height: 100%;
position: absolute;
width: 100%;
}
a {
    text-decoration: none;
    outline:none;
}
h1 {
	width: 25%;
    text-align: left;
    margin-left: 5%;
    color: #FFF;
    font-family: 'Roboto', Sans Serif;
    letter-spacing: 2px;
    font-weight: inherit;
    text-transform: uppercase;
    font-size: 43px;
}

.ver_mas{
    float: right;
    right: 0px;
}

.ver_menos{
    float: left;
    left: 0px;
}

.cont_populares2{
    padding: 20px 0;
    overflow: hidden; 
    width: 100%;
    margin-bottom: 70px
}

.cont_populares{
    transition: all 0.6s ease-out 0s;
}

.cont_populares .cont-peli{
    float: left;
}

.ver_menos, .ver_mas {
    display: inline-flex;
    color: #FFF;
    font-size: 150px;
    font-family: comic sans ms;
    cursor: pointer;
    margin: 0px 20px;
    position: absolute;
    z-index: 100;
    line-height: 360px;
    background: #33333387;
    padding: 0px 30px;
}

.clear{
    clear:both;
}
	
.btn_volver:hover{
	color: #65a2b5;
}
	
.btn_volver{
    width: 100px;
    align-items: center;
    display: flex;
    color: #8ce4ff;
    font-family: 'Roboto', sans-serif;
    font-size: 21px;
    position: fixed;
    bottom: 30px;
    right: 50px;
    margin: auto;
}

.no_seleccionado, .seleccionado{
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px 20px;
    cursor: pointer;
    transition: all 0.1s ease-in-out 0s;
    outline: 0px solid #000000;
}
.seleccionado{
 background-color: #06DDF7;
 color:#000000;
}
	
.orden{
	text-align: left;
	margin-left: 5%;
    color:#737272;
    font-family:'Roboto', sans-serif;
    float: left;
}

.ordencito:hover {
    outline: 2px solid #06DDF7;
    color: #FFF;
}

.filtros{
	text-align: left;
	margin-left: 5%;
    color:#737272;
    font-family:'Roboto', sans-serif;
    position:relative;
    float: left;
}
#pelis_biblioteca{
    font-family:'Roboto', sans-serif;
}
#anios_filt {
display:none;
position: absolute;
background-color: #000000;
border: 2px solid #06DDF7;
margin-left: 57px;
width: 300px;
z-index: 2;
color: #FFF;
}
#gen_filt {
text-transform: uppercase;
display: none;
position: absolute;
background-color: #000000;
margin-left: 57px;
width: 380px;
z-index: 2;
color: #FFF;
text-align: center;
border: 2px solid #06DDF7;
}
#gen_filt span {
    width: 130px;
}
#gen_filt span:hover, #anios_filt span:hover {
    background-color: #06DDF7;
    color: #000;
}
.conteorfil {
    border-bottom: 1px solid #FFFFFF;
    margin: 0 5%;
    padding-bottom: 28px;
}
.corte {
	font-family: 'Roboto', sans-serif;
    font-size: 21px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
    background-color: #151414;
    text-align: center;
    width: 90%;
    margin-left: 5%;
    color: #FFF;
    font-weight: normal;
    text-transform: uppercase;
    border-radius: 3px;
}

.subrayado{
	width: 90%;
	height: 1px;
	background-color: #FFF;
    margin: -36px 5% 30px 5%;
}
	
.novedades {
    border-bottom: 3px solid #06DDF7;
    padding: 20px 0;
    position: relative;
}
 .ultvist{
  border-bottom: 3px solid #06DDF7;
  padding: 20px 0;
  position: relative;
}
.fondo-nov {
    opacity: 0.07;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    box-shadow: inset 100px 0 100px #000, inset 100px 0 100px #000, inset 0 0 50px #000,inset 0 0 50px #000,inset 0 0 50px #000,inset 0 0 50px #000,inset 0 0 50px #000,inset 0 0 50px #000,inset 0 0 50px #000,inset 0 0 50px #000;
}
#video {
    position: absolute;
    z-index: 10;
    top: 0;
    left:0;
    background-color: #000;
}
.total {
    min-height: 100%;
    position: absolute;
    width: 100%;
}
.cont-peli {
	display: inline-block;
    width: 247px;
    height: 418px;
    margin: 5px 7px;
    text-align: center;
    overflow: hidden;
}
.marquito {
    width: 237px;
    height: 408px;
}
.cont-peli a:hover {
    filter: brightness(1.3);
}
.cont-peli a:hover .titupie {
    color: #FFF;
}
.cont-peli a:hover .cont-titupie {
    vertical-align:middle;
    background-color:#000000;
}
.cont-peli a:hover .marquito {
    background-color:#FFF;
}
.cont-peli a:hover .miniposter .imgpost {
    transform: scale(1.1) rotate(2deg);
}
.cont-peli a:hover .miniposter {
    background-color:#000000;
}
.cont-peli a:focus {
    filter: brightness(1.3);
}
.cont-peli a:focus .titupie {
    color: #FFF;
    vertical-align:middle;
}
.cont-peli a:focus .cont-titupie {
    vertical-align:middle;
    background-color:#000000;
}
.cont-peli a:focus .marquito {
    background-color:#FFF;
}
.cont-peli a:focus .miniposter .imgpost {
    transform: scale(1.1) rotate(2deg);
}
.cont-peli a:focus .miniposter{
    background-color:#000000;
}
.miniposter {
    width: 100%;
    height: 350px;
    overflow: hidden;
    background-color: transparent;
}
.miniposter .imgpost{
	height:100%;
	transition: all 0.2s ease-in-out 0s;
background-size: auto 100%;
background-position: center;
background-repeat: no-repeat;
}
.titupie {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #ACACAC;
    overflow-wrap: break-word;
    width: 229px;
    padding: 4px;
    font-size: 14px;
}
.cont-titupie {
    height: 58px;
    vertical-align: top;
    display: table-cell;
    overflow: hidden;
    background-color: transparent;
    text-align: center;
}
.encabezado {
    width: 100%;
    height: 80px;
    background-color: rgba(9,97,123,0.9);
    position: fixed;
    z-index: 2;
    box-shadow: 0px 1px 5px #000000;
}
.logo {
    width: 140px;
    text-align: center;
    height: 80px;
    float: left;
}
.logo img{
    height:60px;
    margin-top:10px;
    filter: drop-shadow(1px 1px 1px #000);
}
.pelisss {
	text-align: center; 
    padding-top: 80px;
    height: 72%;
    height: calc(100% - 80px);
    width: 100%;
    position: absolute;
}
.search {
    width: calc(100% - 140px);
    height: 80px;
    float: right;
}
#search {
    font-family: 'Roboto';
    background-color: #08576E;
    background-color: transparent;
    height: 56px;
    color: #FFF;
    width: 500px;
    font-size: 24px;
    padding: 0px 9px;
    border: 2px solid #17A8B9;
    font-weight: lighter;
}
.lupa {
    background-image: url(../img/lupa.png);
    background-color: #17A8B9;
    background-size: 64%;
    width: 60px;
    height: 60px;
    border: none;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    position: absolute;
}

form {
    width: 578px;
    height: 60px;
    display: block;
    margin: auto;
    margin-top: 10px;
}
.a_logo:focus .logo{
    background-color: #046880;
}
.a_lupa:focus .lupa{
    background-color: #0064ff;
}
.no-results {
    color: #FFF;
    font-family: Arial;
    font-weight: bold;
    text-align: center;
    margin-top: 100px;
}
.data-left {
	height: calc(100% - 80px);
    display: flex;
    align-items: center;
    width: 45%;
    position: absolute;
    color: #DBD2CB;
    text-shadow: 0px 0px 1px #000000, 0px 0px 1px #000000;
    font-family: 'Gotu', sans-serif;
    z-index: 1;
}
.info-p {
    padding: 20px 20px 0 20px;
}
.movie-right-aux {
    width: 65%;
    position:absolute;
    right:0;
    background-position: center;
    height: calc(100% - 80px);
    box-shadow: inset 100px 0 100px #000, inset 100px 0 100px #000, inset 0 0 50px #000,inset 0 0 50px #000,inset 0 0 50px #000,inset 0 0 50px #000,inset 0 0 50px #000,inset 0 0 50px #000,inset 0 0 50px #000,inset 0 0 50px #000;
    background-repeat: no-repeat;
    background-size:auto 100%;
}
.movie-right {
    width: 65%;
    position:absolute;
    right:0;
    background-position: center;
    height:100%;
    height: calc(100% - 80px);
    box-shadow: inset 100px 0 100px #000, inset 100px 0 100px #000, inset 0 0 50px #000,inset 0 0 50px #000,inset 0 0 50px #000,inset 0 0 50px #000,inset 0 0 50px #000,inset 0 0 50px #000,inset 0 0 50px #000,inset 0 0 50px #000;
    background-repeat: no-repeat;
    background-size:auto 100%;
}
#cont-b-p{
right:0;
width: 65%;
height:100%;
height:calc(100% - 80px);
position: absolute;
}
#titulo {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 30px;
    letter-spacing: 2px;
    overflow-wrap: break-word;
}
#info-extra span {
    display: block;
}
.info-main{
    padding-bottom:20px;
}
.info-mini{
    padding-bottom:5px;
}
#generos {
    font-weight: bold;
    padding-bottom: 5px;
}
#button-play {
background-image: url('../img/play.png');
width: 138px;
height: 138px;
position: absolute;
z-index: 3;
border-radius: 50%;
background-color: rgba(0,0,255,0.2);
background-position: center center;
background-repeat: no-repeat;
background-size:93%;
right: 0;
left: 0;
margin: auto;
bottom: 0;
top: 0;
filter: drop-shadow(0 0 2px #00305B);
}
#cont-b-p a:focus #button-play{
    background-size:100%;
}
#cont-b-p a:hover #button-play{
    background-size:100%;
}
.revision {
    position: absolute;
    width: 490px;
    background-color: #b5bcc1;
    text-align: left;
    font-family: 'Gotu';
    height: 408px;
    margin-top: -418px;
    margin-left: 247px;
    padding: 5px;
}



@media only screen and (max-width: 1559px), only screen and (max-device-width: 1559px) {
    #divisor_6-3{
        display:block;
    }
}

@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {

.cont_populares .cont-peli {
    float: left;
    width: 3%;
}

.ver_menos, .ver_mas{
    display: none;
}

.btn_volver{
    display: none;
}

.cont-titupie {
    height: 58px;
    width: 100%;
    vertical-align: top;
    overflow: hidden;
    background-color: #111;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
	display: block;
}

.titupie {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    overflow-wrap: break-word;
    width: 100%;
    padding: 4px;
    font-size: 26px;
}

.cont-peli {
	display: inline-block;
    width: 30%;
    height: 518px;
    margin: 15px 7px;
    text-align: center;
    overflow: hidden;
}

.encabezado {
    width: 100%;
    height: 150px;
    background-color: rgba(9,97,123,0.9);
    position: fixed;
    z-index: 2;
    box-shadow: 0px 1px 5px #000000;
	display: flex;
	justify-content: center;
	align-items: center;
}

form {
    width: 578px;
    height: 60px;
    display: block;
    margin: auto;
}

.logo {
    width: 140px;
    text-align: center;
    height: 100%;
    float: left;
    margin-left: 30px;
}
.logo img{
    height: 100px;
    filter: drop-shadow(1px 1px 1px #000);
}
.pelisss {
	text-align: center; 
    padding-top: 155px;
    height: calc(100% - 255px);
    width: 100%;
    position: absolute;
}
.search {
    width: calc(100% - 140px);
    display: inline-table;
}
#search {
    font-family: 'Roboto';
    background-color: #08576E;
    background-color: transparent;
    height: 80px;
    color: #FFF;
    width: 500px;
    font-size: 37px;
    padding: 0px 9px;
    border: 2px solid #17A8B9;
    font-weight: bold;
}

.lupa {
    background-image: url(../img/lupa.png);
    background-color: #17A8B9;
    background-size: 64%;
    width: 80px;
    height: 85px;
    border: none;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    position: absolute;
}

.miniposter {
    width: 100%;
    height: 95%;
    background-color: #000;
}
.miniposter img{
	height:100%;
	width:100%;
	transition: all 0.2s ease-in-out 0s;
}
.marquito {
    width: 100%;
    height: 468px;
}

.data-left {
    height: auto;
    display: block;
    align-items: unset;
    width: 100%;
    text-align: left;
    position: absolute;
    color: #DBD2CB;
    text-shadow: 0px 0px 1px #000000, 0px 0px 1px #000000;
    font-family: 'Gotu', sans-serif;
    z-index: 1;
    background: #000;
    box-shadow: 0px -100px 100px #000;
    bottom: -50px;
    padding-bottom: 100px;
    opacity: 0.83;
}

#titulo {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 50px;
    letter-spacing: 2px;
    overflow-wrap: break-word;
}

.movie-right {
	background-position: unset;
	height: calc(100% - 255px);
    width: 100%;
    position: absolute;
    right: 0;
    box-shadow: inset 1px 1px 100px 16px #000;
    background-repeat: no-repeat;
    background-size: 100%;
}

.movie-right-aux {
	background-position: unset;
	height: calc(100% - 255px);
    width: 100%;
    position: absolute;
    right: 0;
    box-shadow: inset 1px 1px 100px 16px #000;
    background-repeat: no-repeat;
    background-size: 100%;
}

#video {
    position: absolute;
    z-index: 10;
    top: 0;
    background-color: #000;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

#cont-b-p {
    right: 0;
    width: 100%;
    height: 100%;
    height: calc(100% - 255px);
    position: absolute;
}

.info-p {
    padding: 20px 20px 0 50px;
	font-size: 20px;
}
	
}

@media only screen AND (orientation: landscape) AND (max-height: 700px) AND (max-device-height: 700px) {
    .cont_populares .cont-peli {
        float: left;
        width: 3%;
    }

    .ver_menos, .ver_mas{
        display: none;
    }

    .btn_volver{
        display: none;
    }

    .cont-titupie {
        height: 58px;
        width: 100%;
        vertical-align: top;
        overflow: hidden;
        background-color: #111;
        text-align: center;
        transition: all 0.2s ease-in-out 0s;
        display: block;
    }

    .marquito {
        width: 100%;
        height: 468px;
    }

    .titupie {
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        text-transform: uppercase;
        color: #ffffff;
        overflow-wrap: break-word;
        width: 100%;
        padding: 4px;
        font-size: 17px;
    }

    .encabezado {
        width: 100%;
        height: 70px;
        background-color: rgba(9,97,123,0.9);
        position: relative;
        z-index: 2;
        box-shadow: 0px 1px 5px #000000;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}