* {
    transition-duration: 0.3s; }

*::-webkit-scrollbar {
    width: 2px; }

*::-webkit-scrollbar-thumb {
    background: rgba(13, 89, 144, 0.8); }

*::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(13, 89, 144, 0.4); }

body {
    font-family: "Myriad Pro";
    font-weight: normal;
    font-style: normal;
    min-height: 100vh;
    overflow: auto;
    background: url(../../img/background.jpg) no-repeat center top fixed; }

header {
    position: fixed;
    background: #ffffff;
    width: 100%;
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
    z-index: 9; }
header .center {
    max-width: 981px;
    width: 100%;
    margin: 0 auto;
    position: relative; }
header .center h1 {
    padding: 8px 0;
    margin: 0 auto;
    width: 92px; }
header .center .menuarea {
    position: absolute;
    max-width: 400px;
    width: 100%;
    top: 0; }
header .center .menuarea button.menu {
    background: none;
    width: 75px;
    height: 35px;
    border: 1px solid #1a3d72;
    margin: 25px 27px;
    font-size: 15px;
    color: #1a3d72;
    cursor: pointer;
    text-transform: uppercase;
    font-family: "Myriad Pro";
    font-weight: bold;
    float: left; }
header .center .socialmenu {
    width: 120px;
    float: left;
    margin: 25px 0; }
header .center .socialmenu li {
    width: 34px;
    height: 34px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    text-align: center;
    display: inline-block;
    margin-right: 1px; }
header .center .socialmenu li.fb {
    background: #537bbd;
    border-color: #537bbd; }
header .center .socialmenu li.tw {
    background: #78cdf0;
    border-color: #78cdf0; }
header .center .socialmenu li.yt {
    background: #e9654b;
    border-color: #e9654b; }
header .center .socialmenu li.in {
    background: #a20fc1;
    border-color: #a20fc1; }
header .center .socialmenu li:hover {
    opacity: 0.7; }
header .center .menuarea nav {
    position: absolute;
    top: 0;
    z-index: 999999;
    right: 1000px;
    width: 9000px;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    text-align: right; }
header .center .menuarea nav.pos {
    right: 0; }
header .center .menuarea nav .itens {
    max-width: 400px;
    width: 100%;
    display: inline-block;
    text-align: left;
    padding: 0 27px;
    box-sizing: border-box; }
header .center .menuarea nav .itens button.fechar {
    background: none;
    width: 75px;
    height: 35px;
    border: 1px solid #ffffff;
    margin: 25px 0;
    font-size: 15px;
    color: #ffffff;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Myriad Pro"; }
header .center .menuarea nav .itens ul {
    width: 100%;
    text-transform: uppercase; }
header .center .menuarea nav .itens ul li {
    padding: 20px 0;
    line-height: 20px;
    height: 20px;
    font-size: 16px;
    transition-duration: 0s; }
header .center .menuarea nav .itens ul li a {
    color: #fff;
    transition-duration: 0s; }
header .center .menuarea nav .itens ul li:hover {
    font-weight: bold;
    font-size: 18px;
    transition-duration: 0s; }
header .center .menuarea nav .itens ol {
    width: 100%;
    margin-top: 35px; }
header .center .menuarea nav .itens ol li {
    width: 34px;
    height: 34px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    text-align: center;
    display: inline-block;
    margin-right: 15px; }
header .center .menuarea nav .itens ol li.fb:hover {
    background: #537bbd;
    border-color: #537bbd; }
header .center .menuarea nav .itens ol li.tw:hover {
    background: #78cdf0;
    border-color: #78cdf0; }
header .center .menuarea nav .itens ol li.yt:hover {
    background: #e9654b;
    border-color: #e9654b; }
header .center .menuarea nav form {
    color: #ffffff;
    padding: 40px 0;
    text-transform: uppercase;
    background: url(../../img/bgform.jpg) no-repeat top left/*, url(../../img/bgform.jpg) no-repeat bottom left;*/ }
header .center .menuarea nav form h3 {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 40px; }
header .center .menuarea nav form input[type="text"] {
    background: none;
    font-family: "Myriad Pro";
    border: 0;
    border-bottom: 1px solid #959595;
    line-height: 23px;
    text-transform: uppercase;
    font-family: "Myriad Pro";
    max-width: 260px;
    width: 90%;
    margin-bottom: 10px; }
header .center .menuarea nav form input[type="button"] {
    font-family: "Myriad Pro";
    border: 1px solid #ffffff;
    background: none;
    padding: 5px 15px;
    text-transform: uppercase;
    font-family: "Myriad Pro";
    color: #ffffff;
    cursor: pointer;
    margin-bottom: 10px; }
header .center .menuarea nav form input[type="button"]:hover {
    background: #1a3d72;
    color: #ffffff; }
header .center .menuarea nav form input[type="submit"] {
    font-family: "Myriad Pro";
    border: 1px solid #ffffff;
    background: none;
    padding: 5px 15px;
    text-transform: uppercase;
    font-family: "Myriad Pro";
    color: #ffffff;
    cursor: pointer;
    margin-bottom: 10px; }
header .center .menuarea nav form input[type="submit"]:hover {
    background: #1a3d72;
    color: #ffffff; }

header .center button.search {
    position: absolute;
    top: 30px;
    right: 27px;
    background: none;
    width: 27px;
    height: 27px;
    cursor: pointer;
    background: url(../../img/search.png) no-repeat;
    background-size: 100% 100%;
    display: none; }
header .center form.busca {
    position: absolute;
    top: 30px;
    right: 27px; }
header .center form.busca input[type="search"] {
    font-family: "Myriad Pro";
    border: 0;
    border-bottom: 1px solid #959595;
    line-height: 23px;
    text-transform: uppercase;
    font-family: "Myriad Pro"; }
header .center form.busca input[type="button"] {
    font-family: "Myriad Pro";
    border: 1px solid #1a3d72;
    background: #ffffff;
    padding: 5px 15px;
    text-transform: uppercase;
    font-family: "Myriad Pro";
    color: #1a3d72;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer; }
header .center form.busca input[type="button"]:hover {
    background: #1a3d72;
    color: #ffffff; }
div.home-slide {
    min-height: 902px; }
div.home-slide .item {
    height: 902px;
    margin-right: -5px;
    /*background: 100% auto !important;*/
    position: relative; }
div.home-slide .item .content {
    width: 100%;
    min-height: 100%;
    background: url(../../img/triangulos.png) no-repeat bottom right;
    background-position: top right; }
div.home-slide .item .content .center {
    max-width: 981px;
    width: 100%;
    margin: 0 auto;
    color: #ffffff; }
div.home-slide .item .content .center .dados {
    width: 50%;
    margin-left: 50%;
    padding: 22% 0 10% 0;
    color: #ffffff; }
div.home-slide .item .content .center .dados h2 {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
    font-style: italic; }
div.home-slide .item .content .center .dados .poster {
    width: 129px;
    height: 191px;
    margin-bottom: 30px;
    display: inline-block; }
div.home-slide .item .content .center .dados .trailer {
    max-width: 340px;
    width: 100%;
    height: 221px;
    margin-top: -30px;
    float: right;
    display: inline-block;
    position: relative;
    overflow: hidden; }
div.home-slide .item .content .center .dados .trailer img {
    width: 100%; }
div.home-slide .item .content .center .dados .trailer .play {
    position: absolute;
    width: 57px;
    top: 34px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer; }
div.home-slide .item .content .center .dados .trailer .play:hover {
    opacity: 0.7; }
div.home-slide .item .content .center .dados h1 {
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase; }
div.home-slide .item .content .center .dados small {
    text-transform: uppercase;
    font-size: 15px; }
div.home-slide .item .content .center .dados p {
    font-size: 15px;
    margin: 15px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical; }
div.home-slide .item .content .center .dados .saiba-mais {
    color: #ffffff;
    padding: 5px 10px;
    width: 80px;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    outline: 1px solid #ffffff; }
div.home-slide .item .content .center .dados .saiba-mais:hover {
    color: #1a3d72;
    background: #ffffff; }
div.home-slide .owl-controls {
    text-align: center; }
div.home-slide .owl-controls .owl-nav .owl-prev {
    position: absolute;
    color: transparent;
    top: 50vh;
    left: 1%;
    width: 30px;
    height: 59px;
    background: url(../../img/left.png) no-repeat;
    background-size: 100% 100%;
    opacity: 0.7; }
div.home-slide .owl-controls .owl-nav .owl-prev:hover {
    opacity: 1; }
div.home-slide .owl-controls .owl-nav .owl-next {
    position: absolute;
    color: transparent;
    top: 50vh;
    right: 1%;
    width: 30px;
    height: 59px;
    background: url(../../img/right.png) no-repeat;
    background-size: 100% 100%;
    opacity: 0.7; }
div.home-slide .owl-controls .owl-nav .owl-next:hover {
    opacity: 1; }
div.home-slide .owl-controls .owl-dots {
    position: absolute;
    bottom: 1vh;
    left: 0;
    right: 0; }
div.home-slide .owl-controls .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    margin: 0 7px;
    border: 1px solid #ffffff; }
div.home-slide .owl-controls .owl-dots .owl-dot.active {
    background: #1a3d72; }

div.modal {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    padding: 25vh 0 0 0;
    box-sizing: border-box; }
div.modal div.content {
    max-width: 500px;
    height: auto;
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    margin: 0 auto;
    text-align: center;
    color: #959595; }
div.modal div.content b {
    color: #1a3d72; }
div.modal div.content span {
    color: #f00;
    font-weight: bold; }
div.modal div.content div.voltar {
    width: 65%;
    margin: 10px auto;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    color: #1a3d72;
    outline: 1px solid #1a3d72;
    text-transform: uppercase; }
div.modal div.content div.voltar.ativo, div.modal div.content div.voltar:hover {
    background: #1a3d72;
    color: #ffffff; }

section article {
    max-width: 981px;
    width: 100%;
    min-height: 95vh;
    overflow: hidden;
    margin: 0 auto;
    padding: 15vh 3% 0 3%;
    box-sizing: border-box; }
section article h2 {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    text-align: right;
    padding-right: 20px;
    box-sizing: border-box;
    text-transform: uppercase;
    font-weight: bold;
    font-style: italic;
    color: #959595;
    font-size: 20px;
    line-height: 24px; }
section article h2 b {
    color: #1a3d72;
    font-size: 28px; }
section article div.texto {
    display: inline-block;
    vertical-align: top;
    width: 47%;
    border-left: 1px dotted #666666;
    padding-left: 20px;
    box-sizing: border-box; }
section article div.texto p {
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    color: #666666;
    margin-bottom: 10px; }
section article div.texto p:last-child {
    margin-bottom: 0; }
section article sidebar {
    width: 28%;
    display: inline-block;
    vertical-align: top;
    text-align: right;
    box-sizing: border-box;
    margin-right: 5%;
    background: url(../../img/bgline.png) 100% 50px no-repeat; }
section article sidebar h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-style: italic;
    color: #1a3d72;
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 50px; }
section article sidebar p {
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    color: #666666;
    margin-bottom: 20px; }
section article sidebar p span {
    color: #1a3d72;
    text-decoration: underline; }
section article sidebar ul {
    text-align: right;
    width: 60%;
    margin-left: 40%; }
section article sidebar ul li {
    width: 100%;
    line-height: 30px;
    margin-bottom: 20px;
    font-size: 12px;
    text-align: center;
    color: #1a3d72;
    outline: 1px solid #1a3d72;
    text-transform: uppercase;
    cursor: pointer; }
section article sidebar ul li.ativo, section article sidebar ul li:hover {
    background: #1a3d72;
    color: #ffffff; }
section article sidebar .galeria {
    display: none; }
section article sidebar .galeria img {
    width: 100%; }
section article sidebar div.voltar {
    width: 65%;
    margin-left: 35%;
    line-height: 30px;
    margin-bottom: 20px;
    font-size: 12px;
    text-align: center;
    color: #1a3d72;
    outline: 1px solid #1a3d72;
    text-transform: uppercase; }
section article sidebar div.voltar.ativo, section article sidebar div.voltar:hover {
    background: #1a3d72;
    color: #ffffff; }
section article div.catalogo {
    width: 65%;
    display: inline-block;
    vertical-align: top; }
section article div.catalogo ol {
    width: 93.5%;
    margin-bottom: 20px;
    border-bottom: 1px dotted #d7d7d7; }
section article div.catalogo ol li {
    width: 110px;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    color: #1a3d72;
    outline: 1px solid #1a3d72;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer; }
section article div.catalogo ol li.ativo {
    background: #1a3d72;
    color: #ffffff; }
section article div.catalogo ul {
    width: 100%; }
section article div.catalogo ul li {
    width: 168px;
    position: relative;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-bottom: 10px;
    text-transform: uppercase; }
section article div.catalogo ul li:hover {
    opacity: 0.7; }
section article div.catalogo ul li img {
    width: 100%;
    margin-bottom: 10px; }
section article div.catalogo ul li div.sem-poster {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
    height: 100px;
    color: #666666;
    font-size: 16px;
    line-height: 18px;
    font-style: italic;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }
section article div.catalogo ul li p {
    color: #666666;
    font-size: 16px;
    line-height: 18px;
    font-style: italic;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }
section article div.catalogo .breve {
    display: none; }
section article div.catalogo h4 {
    color: #666666;
    font-size: 18px;
    line-height: 18px;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase; }
section article div.filme {
    width: 65%;
    display: inline-block;
    vertical-align: top; }
section article div.filme h2 {
    width: 100%;
    text-align: left;
    font-style: normal;
    color: #666666;
    padding-right: 0; }
section article div.filme small {
    text-transform: uppercase;
    font-size: 12px;
    color: #666666; }
section article div.filme div.ops {
    margin: 30px 0; }
section article div.filme div.ops .poster {
    width: 129px;
    height: 191px;
    margin: 0 10px 10px 0;
    display: inline-block;
    vertical-align: middle; }
section article div.filme div.ops .trailer {
    max-width: 340px;
    width: 100%;
    height: 191px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden; }
section article div.filme div.ops .trailer img {
    width: 100%; }
section article div.filme div.ops .trailer .play {
    position: absolute;
    width: 57px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer; }
section article div.filme div.ops .trailer .play:hover {
    opacity: 0.7; }
section article div.filme .dados {
    font-size: 14px;
    color: #1a3d72;
    margin-bottom: 30px; }
section article div.filme .dados p {
    padding: 3px 0; }
section article div.filme .dados p b {
    font-size: 11px;
    text-transform: uppercase;
    color: #959595; }
section article div.filme h5 {
    color: #666666;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px; }
section article div.filme p.sinopse {
    color: #666666;
    font-size: 14px;
    line-height: 18px;
    font-style: italic; }
section article div.filme table {
    margin: 30px 0; }
section article div.filme table thead tr th {
    width: 35%;
    border-bottom: 1px solid #1a3d72;
    text-transform: uppercase;
    line-height: 30px;
    font-size: 15px;
    color: #1a3d72;
    padding-right: 5px;
    font-weight: bold; }
section article div.filme table thead tr th:first-child {
    width: 25%; }
section article div.filme table thead tr th:last-child {
    width: 40%; }
section article div.filme table tbody tr td {
    border-bottom: 1px dotted #d7d7d7;
    color: #666666;
    font-size: 14px;
    padding: 10px 2px; }
section article div.noticias {
    width: 65%;
    display: inline-block;
    vertical-align: top; }
section article div.noticias ul {
    width: 100%;
    text-transform: uppercase; }
section article div.noticias ul li {
    width: 100%;
    padding: 15px 0;
    margin-bottom: 10px;
    border-bottom: 1px dotted #666666; }
section article div.noticias ul li h3 {
    margin-bottom: 20px;
    color: #666666;
    font-weight: bold;
    font-style: italic; }
section article div.noticias ul li small {
    font-size: 12px;
    color: #666666; }
section article div.noticias ul li:hover {
    opacity: 0.7; }
section article div.noticia {
    width: 65%;
    display: inline-block;
    vertical-align: top; }
section article div.noticia h1 {
    font-size: 30px;
    margin-bottom: 10px;
    color: #666666;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase; }
section article div.noticia p {
    color: #666666;
    font-size: 14px;
    line-height: 18px;
    font-style: italic;
    margin-bottom: 20px; }
section article div.noticia small {
    font-size: 12px;
    color: #666666;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-style: normal; }
section article div.noticia div.compartilhar {
    border-top: 1px dotted #666666;
    overflow: hidden;
    padding-top: 3px;
    margin-top: 20px;
    width: 100%; }
section article div.noticia div.compartilhar .facebook {
    float: left;
    width: 100px; }
section article div.noticia div.compartilhar .twitter {
    float: left;
    width: 73px; }
section article div.noticia div.compartilhar .gplus {
    float: left;
    width: 40px; }
section article div.contato {
    width: 65%;
    display: inline-block;
    vertical-align: top; }
section article div.contato form {
    width: 100%; }
section article div.contato form label {
    width: 100%;
    font-size: 14px;
    font-style: italic;
    line-height: 20px;
    color: #666666; }
section article div.contato form label input {
    width: 100%;
    height: 30px;
    outline: 1px solid #959595; }
section article div.contato form label textarea {
    width: 100% !important;
    height: 150px;
    border: 0;
    outline: 1px solid #959595; }
section article div.contato form input[type="button"] {
    width: 115px;
    height: 30px;
    cursor: pointer;
    font-size: 12px;
    color: #1a3d72;
    background: #ffffff;
    text-transform: uppercase;
    outline: 1px solid #1a3d72;
    float: right; }
section article div.contato form input[type="button"]:hover {
    background: #1a3d72;
    color: #ffffff; }

footer.home {
    background: #06518c;
    height: 5vh;
    max-width: 100%; }
footer {
    max-width: 981px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    color: #CCCCCC;
    font-size: 10px;
    text-transform: uppercase;
    padding: 15px 2px;
    box-sizing: border-box;
    text-align: center;
    background: url(../../img/bdfooter.png) no-repeat top center; }

@media screen and (max-width: 300px) {
    header .center .menuarea button.menu {
        background: none;
        width: 69px;
        height: 27px;
        border: 1px solid #1a3d72;
        margin: 16px 12px;
        font-size: 12px;
        color: #1a3d72;
        cursor: pointer;
        text-transform: uppercase;
        font-family: "Myriad Pro"; } }
@media screen and (max-width: 600px) {
    header .center button.search {
        display: block; }
    header .center form.busca {
        display: none;
        top: 60px;
        right: 0;
        width: 100%;
        text-align: center;
        padding: 10px 0px; }
    header .center form.busca input[type="search"] {
        width: 80%; } }
@media screen and (max-width: 410px) {
    header .center .menuarea nav {
        width: 100% !important;
        background: rgba(0, 0, 0, 0.9); } }
@media screen and (max-width: 1000px) {
    div.home-slide .item .content .center .dados {
        width: 100%;
        padding: 20vh 5px 0 5px;
        margin-left: 0;
        box-sizing: border-box; }
    div.home-slide .item .content .center .dados .poster {
        float: left;
        margin-right: 15px; }
    div.home-slide .item .content .center .dados .trailer {
        float: left; } 
    header .center .socialmenu {
        display: none; } }
}
@media screen and (max-width: 500px) {
    div.home-slide .item .content .center .dados .poster {
        display: none; } }
@media screen and (max-width: 700px) {
    section article h2 {
        display: block;
        width: 100%;
        text-align: left;
        margin-bottom: 15px; }
    section article div.texto {
        display: block;
        vertical-align: top;
        width: 100%;
        border-left: 0;
        padding-left: 20px;
        box-sizing: border-box; }
    section article sidebar {
        width: 100%;
        display: block;
        text-align: left;
        margin-right: 0;
        background: url(../../img/bgline.png) 0 50px no-repeat; }
    section article sidebar ul {
        text-align: left;
        width: 100%;
        margin-left: 0; }
    section article sidebar div.voltar {
        width: 100%;
        margin-left: 0; }
    section div.catalogo, section div.filme, section div.noticias, section div.noticia, section div.contato {
        width: 100% !important; } }

/*# sourceMappingURL=estilo.css.map */
