/* ÍCONES SENSAÇÕES */
div.sensacoes img.icones-sensacoes{
    width: 30px;
    cursor: pointer;
}

.sensacoes{
    position: relative;
    display: inline-block;
}
.sensacoes:hover .DicaSensacoes{
    visibility: visible;
}

.DicaSensacoes{
    position: absolute;
    visibility: hidden;
    font-size: 13px;
    min-width: 70px;
    white-space: break-spaces;
    min-height: 35px;
    background: #ffa000;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    padding: 8px 2px;
    border-radius: 3px;
    bottom: 100%;
    left: 44px;
    margin-left: -67px;
    margin-bottom: 5px;
    word-break: break-word;
}
.DicaSensacoes:after{
    content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #ffa000 transparent transparent transparent;
}
/* FIM ÍCONES SENSAÇÕES */


/*IMAGEM DE FUNDO DO TRAILER*/

.bg-trailer-filme {
    width: 100%;
    min-height: 280px;
    background-position: center;
    background-size: cover;
}

@media (max-width: 768px) {
    .bg-trailer-filme {
        width: 100%;
        min-height: 140px;
        background-position: center;
        background-size: cover;
    }
}

/*FIM IMAGEM  DE FUNDO DO TRAILER*/

.panel-sem-filme {
    background-color: #ffffff;
    border-width: 2px;
    border-style: dashed;
    border-color: #e6e6e6;
}

.panel-sem-filme h6 {
    color: #a7a5a5;
    font-size: 14px;
    margin: 5px !important;
    vertical-align: middle;
}

.panel-festival {
    background-color: #ffffff;
    border-width: 2px;
    border-color: #e6e6e6;
}

.panel-festival h6 {
    color: #ff8100;
    font-size: 22px;
    margin: 5px !important;
    vertical-align: middle;
    text-align: left;
}

.panel-festival h6 a {
    color: #ff8100;
    font-size: 22px;
    margin: 5px !important;
    vertical-align: middle;
    text-align: left;
}

/*TRAILER*/

.pagina-trailers {
    padding-top: 0 !important;
}

.bg-trailer-filme h2 {
    text-transform: uppercase;
    color: #ffffff;
    padding: 16px 0;
    font-size: 26px;
}

@media (max-width: 768px) {
    .bg-trailer-filme h2 {
        margin-top: 0px;
        font-size: 16px;
    }
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    max-width: 1070px;
}

@media screen and (max-width: 600px) {
    .video-container {
        margin-top: -70px;
    }
}

.ver-programacao {
    max-width: 400px;
    margin: 0 auto;
    margin-top: 45px;
    background-color: rgba(255, 152, 0, 0.5);
}

.fechar-trailer {
    max-width: 400px;
    margin: 0 auto;
    margin-top: 45px;
    background-color: rgba(255, 152, 0, 0.5);
}

@media (max-width: 760px) {
    .fechar-trailer {
        max-width: 60px;
        min-width: 0;
    }
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #eee;
}

/*FIM TRAILER*/

/*PRATELEIRA DE FILMES*/

.botoes-trailers {
    position: relative;
    z-index: 5;
    top: 0;
}

ul.botoes-trailers {
    margin-bottom: 0 !important;
}

.botoes-trailers li {
    margin: 5px 0 5px 0;
}

.botoes-trailers .btn-filmes {
    margin: 0;
    font-size: 11px;
    padding: 5px;
}

.botoes-trailers .btn-filmes:hover {
    color: #fff !important;
    background-color: #fdb93d;
    border: 1px solid #fdb93d !important;
}

.botoes-trailers .comprar {
    background-color: #f78320 !important;
    color: #ffffff !important;
}

.botoes-trailers .comprar:hover {
    background-color: #f90 !important;
    border: 1px solid #fdb93d !important;
}

#trailerExibicao h1 {
    padding: 20px 0 10px 0;
    border-bottom: 1px solid #eee;
}

.pagina-trailers .filme-wrap {
    padding-bottom: 40px;
    text-align: center;
    margin-bottom: 25px;
    border-radius: 6px;
    min-height: 380px !important;
    max-height: 380px !important;
}

@media (width: 768px) {
    .pagina-trailers .filme-wrap {
        min-height: 460px !important;
    }
}

@media (width: 414px) {
    .pagina-trailers .filme-wrap {
        min-height: 395px !important;
    }
}

@media (width: 736px) {
    .pagina-trailers .filme-wrap {
        min-height: 500px !important;
    }
}

@media (width: 375px) {
    .pagina-trailers .filme-wrap {
        min-height: 390px !important;
    }
}

@media (width: 667px) {
    .pagina-trailers .filme-wrap {
        min-height: 490px !important;
    }
}

@media (width: 320px) {
    .pagina-trailers .filme-wrap {
        min-height: 355px !important;
    }
}

@media (width: 480px) {
    .pagina-trailers .filme-wrap {
        min-height: 472px !important;
    }
}

@media (width: 568px) {
    .pagina-trailers .filme-wrap {
        min-height: 472px !important;
    }
}

@media (width: 640px) {
    .pagina-trailers .filme-wrap {
        min-height: 480px !important;
    }
}

.filme-wrap img {
    padding-bottom: 0;
    border-radius: 5px;
    margin-bottom: 10px !important;
}

.filme-wrap {
    padding-bottom: 50px;
}

.filme-wrap:hover .overlay {
    opacity: 1;
}

.filme-wrap .overlay {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0.6;
    height: 100%;
    border-radius: 0;
    vertical-align: middle;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
    padding: 20px;
    margin: 0 auto;
    font-size: 60px;
    text-align: center;
    color: #ffffff;
    text-shadow: 0.1em 0.1em 0.05em #333
}

.link-festivais {
    color: #303030;
    border: 1px solid #303030;
    padding: 6px 60px;
    border-radius: 2px;
    text-transform: uppercase;
    background-color: #ececec;
    position: relative;
    top: -35px;
}

.link-festivais:hover {
    color: #ff9900;
    border: 1px solid #ff9900;
    background-color: #ffffff;
}

.pagina-trailers .botoes-kinoplex {
    min-width: 110px;
    margin: 0 auto;
    background: rgba(242, 148, 29, 0.8);
    margin-top: 170px;
}

.sinopse-filme .botoes-kinoplex {
    background-color: #ffffff;
}

.sinopse-filme .btn-trailer i {
    font-size: 68px;
    color: #ffffff;
    opacity: 0.7;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5);
}

.filme-wrap .btn-trailer i {
    font-size: 68px;
    color: #ffffff;
    opacity: 0.7;
    margin: 0;
    position: absolute;
    top: 35%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5);
}

.pagina-trailers.row {
    margin-bottom: 50px;
}

/*FIM PRATELEIRA DE FILMES*/

#trailerExibicao {
    margin-bottom: 40px !important;
}

/* styles for desktop */

.tinynav {
    display: none;
}

#selecao-filmes a {
    color: #4e4e4e;
}
#selecao-filmes a h1{
    font-size: 30px;
}

/* styles for mobile */

@media screen and (max-width: 600px) {
    .tinynav {
        display: block;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: url(../../images/arrow-down.gif) no-repeat #f7f2f2;
        background-position: 100%;
        width: 100%;
        height: 35px;
        border: 0;
        padding: 0 10px;
        font-size: 18px;
        color: #f78320;
        font-weight: bold;
    }
    #selecao-filmes {
        display: none;
    }
}

.pagina-filmes .filme-wrap {
    text-align: center;
    border-radius: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (min-width: 992px) {
    .pagina-filmes .filme-wrap {
        height: 472px;
    }
}

@media (width: 768px) {
    .pagina-filmes .filme-wrap {
        height: 430px;
    }
}

@media (width: 360px) {
    .pagina-filmes .filme-wrap {
        height: 390px;
    }
}

@media (width: 414px) {
    .pagina-filmes .filme-wrap {
        height: 425px;
    }
}

@media (width: 736px) {
    .pagina-filmes .filme-wrap {
        height: 560px;
    }
}

@media (width: 320px) {
    .pagina-filmes .filme-wrap {
        height: 360px;
    }
}

@media (width: 568px) {
    .pagina-filmes .filme-wrap {
        height: 545px;
        ;
    }
}

@media (width: 480px) {
    .pagina-filmes .filme-wrap {
        height: 475px;
        ;
    }
}

@media (width: 667px) {
    .pagina-filmes .filme-wrap {
        height: 560px;
        ;
    }
}

@media (width: 768px) {
    .btn-filme {
        width: 100%;
    }
}

.btn-avise {
    color: #f07d00 !important;
    font-weight: bold;
    font-size: 16px;
    margin: 0 !important;
    width: 100%;
    background-color: #eee;
    padding: 5px 68px;
}

.btn-avise:hover {
    color: #fff !important;
    background-color: #cccccc;
}

@media (max-width: 768px) {
    .btn-avise {
        padding: 5px;
        position: relative;
        top: -25px;
        font-size: 14px;
    }
}

.btn-filmes {
    text-align: center;
    border: 1px solid #f07d00;
    background-color: #fff;
    padding: 4px 12px;
    color: #f07d00 !important;
    text-transform: uppercase;
    border-radius: 4px;
    font-size: 12px;
}

.btn-filme .btn-poster {
    text-align: center;
    border: 1px solid #f07d00;
    padding: 8px;
    color: #f07d00 !important;
    text-transform: uppercase;
    border-radius: 4px;
    font-size: 12px;
}

.btn-filme .btn-poster:hover {
    color: #ffffff !important;
    background-color: #f07d00;
    border: 1px solid #fdb93d !important;
}

.btn-filme ul {
    display: block !important;
}

@media (max-width: 768px) {
    .btn-filme ul li {
        display: block;
    }
}

.btn-filme ul li {
    margin: 5px 0;
    padding-bottom: 10px;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.data-lancamento {
    position: relative;
    top: -48px;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    background: rgba(112, 112, 112, .6);
    padding: 8px 0;
    margin-bottom: -40px;
}

/*MIDIA FILMES*/

/* @media(min-width:769px) {
    #div-gpt-ad-1516193417627-0 {
        padding-top: 165px;
    }
} */

/*FIM MIDIA FILMES*/

/*FIM PRATELERIA DE FILMES*/

/* OSCAR */

/*FILMES EM EXIBIÃ‡ÃƒO, PROX. LANC. E EXTREIAS*/

.indicado-oscar+.legenda, .vencedor-oscar+.legenda {
    padding-left: 35px !important;
}

#bannerSinopse .indicado-oscar {
    width: 50px;
    height: 100%;
    display: block;
    background: url(/images/oscar/indicado-oscar.png) no-repeat 0 0;
    position: absolute;
    z-index: 99;
    cursor: pointer;
    top: 331px;
    left: 15px;
}

#bannerSinopse .vencedor-oscar {
    width: 50px;
    height: 100%;
    display: block;
    background: url(/images/oscar/vencedor-oscar.png) no-repeat 0 0;
    position: absolute;
    z-index: 99;
    cursor: pointer;
    top: 331px;
    left: 15px;
}

.filme-exibicao {
    position: relative;
}

#filmesListagem .oscar {
    position: absolute;
    bottom: -8px;
    left: 0;
    text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5);
}

/*FIM FILMES EM EXIBIÃ‡ÃƒO, PROX. LANC. E EXTREIAS*/

/*FILMES SINOPSE E PROGRAMAÃ‡ÃƒO CINEMA*/

/*fim  OSCAR */

.cinema-programacao p.sinopse-filme-sujestao {
    font-size: 12px !important;
}

/* @media (min-width:992px) {
    .margin-desktop {
        margin-top: 200px;
    }
} */



.secao-prevenda {
    margin-bottom: 15px;
}
@media (min-width: 992px) {
    .secao-prevenda .filme-wrap{
        min-height: 515px !important;
        padding: 0;
    }
}
@media (width: 360px) {
    .secao-prevenda .filme-wrap{
        height: 430px !important;
    }
}
.secao-prevenda .data-lancamento{
    background-color: rgba(240, 124, 0, 0.9);
    font-size: 18px;
}
.titulo-secao {
    background-color: #ededed;
    color: #f07d00;
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
    border-bottom: 2px solid #f07d00;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
}

.btn-poster.btn-compre-ja {
    background-color: #f07d00;
    color: #ffffff !important;
    font-weight: bold;
    display: flex;
    width: 125px;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    height: 35px;
    border-radius: 4px;
}
