.homepage-hero-module {
    border-right: none;
    border-left: none;
    position: relative;
    margin-top: -145px;
}

.no-video .video-container video,
.touch .video-container video {
    display: none;
}

.no-video .video-container .poster,
.touch .video-container .poster {
    display: block !important;
}

.video-container {
    position: relative;
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #000;
}

.video-container .poster img {
    width: 100%;
    bottom: 0;
    position: absolute;
}

.video-container .filter {
    z-index: 100;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
}

.video-container video {
    position: absolute;
    z-index: 0;
    bottom: 0;
    filter: opacity(60%);
    background-image: url('/public/images/cover.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.video-container video.fillWidth {
    width: 100%;
}

.video-title {
    position: absolute;
    top: 45%;
    text-align: center;
    padding: 0 300px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.video-title h1 {
    color: #FFF;
    /*font-family: 'Bebas_Neue';*/
    font-weight: 900;
    font-size: 40px;
}

.video-title h5 {
    color: #FFF;
    /*font-family: 'Bebas_Neue';*/
    font-size: 23px;
}

.video-title p {
    color: #FFF;
    margin-top: 20px;
    font-size: 16px;
}

.menu {
    background: #000000d4;
}

.home .menu {
    background: transparent !important;
}

.menu nav .navbar-brand img {
    width: 180px;
}

.menu nav ul li {
    border-right: 1px solid #ffffff78;
}

.menu nav ul li:last-child {
    border-right: none;
}

.menu nav ul li a {
    font-size: 14px;
    padding: 5px 10px !important;
    /*margin-right: 10px;*/
    color: #FFF !important;
}

.navbar-nav li:hover {
    background-color: #4b4841 !important;
}

/* MENU FIXO */
.menu.fixed {
    position: fixed;
    z-index: 999;
    background-color: #FFF;
    width: 100%;
    top: 0;
}

.menu.scrollDown {
    top: 18px;
}

.menu.fixed nav {
    padding: 0;
}

.menu.fixed nav .navbar-brand img {
    width: 120px;
}

/*******************************************************/
/********************* RESPONSIVO **********************/
/*******************************************************/

@media (min-width: 320px) and (max-width: 768px) {
    .menu nav .navbar-brand img {
        width: 160px;
    }

    .navbar-collapse {
        background: #000;
        position: absolute;
        width: 100%;
        top: 95px;
        left: 0;
        z-index: 999;
    }

    .menu nav ul li {
        border-right: none;
    }

    .menu nav ul li a {
        margin-right: 0;
    }

    .navbar-nav li:hover a {
        background: #4b4841;
    }

    .video-title {
        z-index: 998;
        padding: 0 5px;
        top: 50%;
    }

    .video-title h1 {
        font-size: 1.5rem;
    }

    .video-title h5 {
        font-size: 16px;
        margin-top: 65px !important;
    }

    .ug-gallery-wrapper {
        margin-top: 20px !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .menu nav ul li a {
        padding: 5px 0 !important;
    }
}
