header {
    position: relative;
}

#video {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    background-size: cover; 
}

header ._pelicula {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(0,0,0,0.75);
}


._pr-video {
    position: relative;
    z-index: 999;
}

._bc-E6001D {
    background-color: #E6001D !important;
}

.navbar-brand-wrap:before {
    content: '';
    background-image: url('../../img/frontend/retesp.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 135px;
}
@media (max-width: 1199px){
    header .navbar-brand-wrap {
        text-align: center;
        padding-left: 0;
    }
    header .navbar-brand-wrap:before {
        display: none;
    }
}

._cffffff {
    color: #FFF !important;
}

._tti {
    text-transform: initial;
}

._p0 {
    padding: 0;
}

.index-list li {
    padding-top: 111px;
}

.index-list li:before {
    display: none;
}

.mailform._contato label {
    width: 100%;
}

.contact-form .mailform label.error {
    color: red;
    line-height: normal;
}

._noticias .row {
    margin-top: 0;
}
._noticias article {
    margin-bottom: 30px;
    min-height: 155px;
}

header .btn_wr {
    padding-bottom: 253px;
}

header .btn_wr {
    padding-bottom: 0;
}

.stuck_container + .container {
    padding-bottom: 253px;
}

._text {
    font-size: 20px;
    line-height: 1;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #31353d;
    margin: 0;
    text-transform: uppercase;
}

._bg-secondary2 {
    background-color: #f4f5f5 !important;
}

._pem .row {
    margin-top: 0;
}

._pem .row > div {
    margin-top: 43px;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > li > a:focus {
    color: #E6001D;
}

.fa-facebook, .fa-twitter, .fa-instagram, .fa-youtube, .fa-linkedin {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #31353d;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.menu {
    color: #E6001D;
}

.navbar-default {
    background-color: #fff;
    border-color: none;
    padding-top: 25px;
    padding-right: 54px;
}

.navbar-brand-wrap .navbar_slogan {
    color: #E6001D;
}

/**/

.navbar-brand-wrap {
    padding-top: 0;
    padding-bottom: 0;
}

/**/

.navbar-brand-wrap:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\f21a";
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 50px;
    font-family: 'FontAwesome';
    text-align: center;
    color: #fff;
    background: #fff;
    border: 1px solid red;
}

.navbar-brand-wrap:before {
    content: '';
    background-image: url(../../img/frontend/retesp.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75px;
}

/**/

.base-menu {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    text-align: center;
}@media(min-width:992px){
    .base-menu {
        position: fixed;
    }
}

.base-menu .container {
    background-color: #fff;
    padding: 20px 0;
    box-shadow: 0px 0px 5px 0px #888888;
}

@media(min-width:992px){
    .base-menu ._d-dt {
        display: table;
        width: 100%;
    }
}

@media(min-width:992px){
    .base-menu ._d-dtc {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        padding: 0 5px;
    }
}

.base-menu .links > ul {
    width: 100%;
}

.base-menu .links > ul > li {
    display: inline-block;
    position: relative;
}@media(max-width:991px){
    .base-menu .links > ul > li {
        width: 100%;
    }
}

@media(min-width:992px){
    .base-menu .links > ul > li > ul {
        display: none;
        position: absolute;
        text-align: left;
        background-color: #fff;
        top: 22.5px;
        left: 0;
    }
}

.base-menu .links > ul > li:hover > ul {
    display: block;
}

.base-menu ._d-dtc a {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    color: #E6001D;
    display: inline-block;
    padding: 0 12.5px;
}@media(max-width:991px){
    .base-menu ._d-dtc a {
        display: block;
        text-align: center;
        margin-top: 20px;
    }
}

.base-menu ._d-dtc ._btn a {
    font-size: 12px;
}

.base-menu ._d-dtc ._btn a span {
    font-size: 15px;
    padding: 5px 10px;
    color: #FFF;
    background-color: #E6001D;
}

.base-menu .logo-imagem img {
    max-width: 100px;
}@media(min-width:992px){
    .base-menu .logo-imagem {
        width: 130px;
    }
}@media(max-width:991px){
    .base-menu .logo-imagem {
        margin-bottom: 20px;
    }
}

.base-menu .logo-texto {
    font: 26px "Revue BT";
    color: #E6001D;
}@media(max-width:1200px){
    .base-menu .logo-texto {
        max-width: 150px;
        margin-right: auto;
        margin-left: auto;
    }
}

.base-menu .links {
    text-align: right;
}

/**/

.navbar-header{
    display: none;
}

.navbar-default {
    display: none;
}

/**/

@media(max-width:991px){
    ._m-dn {
        display: none !important;
    }
}
@media(min-width:992px){
    ._d-dn {
        display: none !important;
    }
}

@media(max-width:991px){
    .rd-mobilemenu, .rd-mobilepanel {
        display: block;
    }
    .rd-mobilepanel_title {
        color: red;
    }
    header .navbar-default {
        padding-bottom: 0;
    }
}

._c31353d {
    color: #31353d;
}