* {
    margin: 0px;
    padding: 0px;
}

body {
  margin: 0px;
  background: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 300;
  background-color: #000;
}

a, a:hover, a:active, a:visited {
  text-decoration: none;
  outline: none;
  color:#fff;
}

img {
  outline: none;
}

h1 {
    text-transform: uppercase;
    font-size: 400;
}

h3, h4 {
    font-size: 400;
}

header{
    width: 150px;
    color: #fff;
    position: fixed;
    z-index: 102;
    right: 60px;
    top:20px;
}

nav{
    width: 100%;
    height: 70px;
    overflow: hidden;
    margin: 0 auto;
}

.button {
    float: right;
    font-size: 36px;
    margin: 15px;
}

.button img {
    display: inline;
    position: fixed;
    z-index: 999;
    width: 60px;
    height: 29px;
}

.button a, .button a:hover, .button a:active, .button a:hover {
    color: #fff;
}

.button a.open, .button a.open:hover, .button a.open:active, .button a.open:hover {
    color: #fff;
}

.btn-close {
    display: none;
}

.overlay{
    display: none;
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    /*background: rgba(255, 255, 255, 0.9);*/
    background: rgba(0, 0, 0, 0.9);
    overflow: auto;
    z-index: 101;
}

.wrap{
    color: #fff;
    text-align: center;
    max-width: 1100px;
    margin: 0 auto;
}
.wrap ul.wrap-nav{
    text-transform: capitalize;
    padding: 0px;
}

.wrap ul.wrap-nav > li{
    width: 100%;
    padding: 10px 0;
    font-size: 36px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-transform: uppercase;
}

.wrap ul.wrap-nav > li a{
    color: #bbb;
    display: block;
    padding: 0px 0;
    text-decoration: none;
}

.wrap ul.wrap-nav > li.active a{
    color: #fff;
}
.wrap ul.wrap-nav > li a:hover{
    color: #fff;
}
.wrap ul.wrap-nav ul{
    padding: 20px 0;
}
.wrap ul.wrap-nav ul li{
    display: block;
    font-size: 16px;
    width: 100%;
    color: #f0f0f0;
}
.wrap ul.wrap-nav ul li a{
    color: #fff;
}

.logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 221px;
    height: 55px;
    margin: 20px;
    z-index: 100;
}

.header {
    width: 100%;
    height: 100px;
}

.bar-top {
    width: 100%;
    height: 2px;
    background: url('../images/barra-topo.png') repeat-x center center;
    margin: 0px;
    padding: 0px;
}

.carousel.large {
    position: relative;
    min-width: 100%;
    height: calc(100vh - 100px);
    min-height: 620px;
    max-height: 900px;
    overflow: hidden;
}
.carousel-inner .item img {
    width: 100%;
}

.carousel-inner .item img.img-original {
    display: block;
}

.trailers {
    width:100%;
}

.trailers h1 {
    color: #ffd300;
    text-align: center;
}

.owl-trailes .item {
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    height: 300px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}

.owl-theme .owl-dots .owl-dot span {
    background: #869791;
}

#btnTop {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 10px; /* Place the button at the bottom of the page */
    right: 5px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    color: #fff; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 10px; /* Some padding */
    font-size: 40px; /* Increase font size */
}

footer {
    background: url('../images/barra-rodape.png') repeat-x center bottom;
    width: 100%;
    min-height: 60px;
    margin: 30px 0px 0px 0px;
    padding: 0px 0px 20px 0px;
    color:#fff; 
}

footer .direitos {
    margin-top: 20px;
    text-align: left;
    font-size: 400;
}

footer .agencia {
    margin-top: 20px;
    text-align: right;
    font-size: 400;
}

@media all and (min-width: 2560px) {
    .wrap ul.wrap-nav > li{
        font-size: 40px;
    }
    .owl-trailes .item {
        background-attachment: scroll !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
        background-size: cover !important;
        height: 400px;
    }
}

@media all and (max-width: 1920px) and (min-width: 1600px) {
    .wrap ul.wrap-nav > li{
        font-size: 40px;
    }
}

@media all and (max-width: 1200px) and (min-width: 993px) {
    .carousel.large {
        position: relative;
        min-width: 100%;
        height: calc(100vh - 100px);
        min-height: 450px;
        max-height: 450px;
        overflow: hidden;
    }

    .wrap ul.wrap-nav > li{
        font-size: 32px;
    }    
}

@media all and (max-width: 992px) and (min-width: 768px) {
    .wrap ul.wrap-nav > li{
        font-size: 32px;
    }

    .carousel.large {
        position: relative;
        min-width: 100%;
        height: calc(100vh - 100px);
        min-height: 350px;
        max-height: 350px;
        overflow: hidden;
    }
}

@media all and (max-width: 992px) and (orientation: landscape) {
    
}

@media all and (max-width: 768px) and (min-width: 440px) {
    footer {
        margin: 100px 0px 0px 0px;
        padding: 0px 0px 20px 0px;
    }

    footer .direitos, footer .agencia {
        text-align: center;
    }

    .owl-trailes .item {
        height: 250px;
    }
}

@media all and (max-width: 440px) {
    header{
        width: 50px;
        color: #fff;
        position: fixed;
        z-index: 102;
        right: 60px;
        top: 5px;
    }
    .header {
        height: 70px;
    }
    .logo {
        position: absolute;
        top: 0;
        left: 0;
        width: 100px;
        height: 25px;
        margin: 25px 0px 0px 20px;
        z-index: 100;
    }

    .logo img {
        width: 100%;
    }

    .wrap ul.wrap-nav > li{
        font-size: 28px;
    }

    .banners {
        height: 600px;
    }

    .banners div#bannerFeatures {
        height: 600px;
    }

    .carousel.large {
        position: relative;
        min-width: 100%;
        height: 600px;
        min-height: 600px;
        max-height: 600px;
        overflow: hidden;
    }

    .carousel-inner {
        height: 600px;
    }

    .carousel-inner .item {
        height: 600px;
    }

    .carousel-inner .item img.img-original {
        display: none;
    }

    .owl-trailes .item {
        height: 130px;
    }

    footer .direitos, footer .agencia, footer .dolby {
        text-align: center;
    }
}

@media all and (max-width: 768px) and (orientation: landscape) {
    .wrap ul.wrap-nav > li{
        font-size: 22px;
    }

    footer .direitos, footer .agencia {
        text-align: center;
    }
}