::-webkit-scrollbar{
    width: 10px;
}
::-webkit-scrollbar-track{ /*BARRA INTEIRA*/
    background: white;
}
::-webkit-scrollbar-thumb{ /*PARCIAL*/
    background: #e02432;
    height: 30px;
}
*{
    /*SCROLL IE*/
    scrollbar-face-color: #e02432;
    scrollbar-track-color: white;
    scrollbar-arrow-color: white;
    /* -- SCROLL IE*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    word-spacing: 3px;
    font-weight: 400;
    font-size: 16px;
    margin: 0 auto;
    outline: none;
    resize: none;
    color: #FFF;
    padding: 0;
}
/*------------------------------------------------------------------------------*/
.bdark{background: #231f20;}
.brosa{background: #e02432;}
.bblack{background: #000;}
.pd{padding: 60px 0;}
.plr{padding-left: 15px; padding-right: 15px;}
.plrb{padding-left: 25px; padding-right: 25px;}
.pb0{padding-bottom: 0;}
.mp{margin-bottom: 25px;}
.mb50{margin-bottom: 50px;}
.cdark, .cdark *{color: #231f20;}
.imgf{width: 100%;}
.fs12{font-size: 12px;}
.left{text-align: left;}
/*------------------------------------------------------------------------------*/
h1{
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 36px;
}
h2{
    text-transform: uppercase;
    font-weight: 300;
    font-size: 30px;
}
h3{
    font-weight: 700;
    font-size: 24px;
    color: #FFF;
}
h4{
    margin: 30px auto;
    font-weight: 700;
    font-size: 24px;
    color: #231f20;
}
a{
    text-decoration: underline;
}
ul{
    list-style: none;
}
input[type=button]{
    -webkit-transition: all .15s linear;
    transition: all .15s linear;
    text-transform: uppercase;
    background: #e02432;
    border-radius: 3px;
    padding: 15px 30px;
    font-weight: 500;
    color: #FFF;
    border: 0;
}
input[type=button]:hover{
    background: #231f20;
}
hr{
    border-top: solid 3px #000;
}
form input[type=text], form textarea, form input[type=button]{
    margin: auto auto 3px auto;
    max-width: 500px;
    display: block;
    padding: 3px;
    width: 100%;
}
form textarea{
    height: 150px;
}
.top{
    border-top: solid 5px #818285;
}
.top span{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 80px;
}
.page-menu{
    background: #231f20;
    padding: 15px 0;
}
.page-menu li{
    -webkit-transition: all .15s linear;
    transition: all .15s linear;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 300;
    font-size: 18px;
    padding: 0 20px;
    cursor: pointer;
    color: #FFF;
}
.page-menu li:hover{
    color: #e02432;
}
.page-menu button{
    background: transparent;
    display: none;
    margin: auto;
    width: 50px;
    border: 0;
}
.page-menu button .icon-bar{
    border-top: solid 2px #FFF;
    margin-top: 4px;
}
.page-header{
    background: url('../img/page-header.jpg') no-repeat center center;
    background-size: cover;
    height: 820px;
    width: 100%;
}
.page-header input[type=button]{
    margin: 100px auto 50px auto;
}
.page-header p{
    text-transform: uppercase;
    text-shadow: 0 0 5px #000;
    font-weight: 300;
    font-size: 30px;
}
.page-header p:nth-of-type(4){
    text-transform: none;
    font-weight: 500;
    margin-top: 50px;
    font-size: 50px;
    color: #e02432;
}
.page-header img{
    margin-top: 200px;
}
.men{
    cursor: pointer;
}
.musica{
    background: url('../img/musica.jpg') no-repeat center center;
    background-size: cover;
}
.musica p{
    font-weight: 300;
    font-size: 18px;
}
.info .col-md-2{
    border-right: solid 2px #e02432;
    height: 95px;
}
.info .col-md-2:first-of-type,
.info .col-md-2:last-of-type,
.info .col-md-2:nth-of-type(5)
{
    border-right: 0;
}
.info p:nth-of-type(1){
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 18px;
    color: #e02432;
}
.galeria p{
    font-weight: 300;
}
.galeria img{
    -webkit-transition: all .15s linear;
    transition: all .15s linear;
    border: solid 1px #FFF;
    cursor: pointer;
    height: 170px;
    width: 170px;
}
.galeria li{
    display: inline-block;
    margin: 5px 5px 10px 5px;
}
.galeria img:hover{
    border-color: #e02432;
}
.pp_description, .currentTextHolder{
    color: #231f20!important;
}
.diferenciais p{
    font-weight: 300;
}
.diferenciais p:first-of-type{
    margin-bottom: 15px;
}
.diferenciais-bottom .col-md-3{
    border-left: solid 2px #FFF;
}
.diferenciais-bottom .col-md-2:last-of-type{
    border-left: 0;
}
.realizadores h3{
    border-left: solid 2px #FFF;
    text-transform: uppercase;
    padding-left: 15px;
    font-size: 20px;
}
.realizadores p{
    margin-top: 30px;
}
.realizadores img{
    margin-top: 30px;
}
.caixa{
    margin: 25px auto!important;
    border: solid 3px #231f20;
    text-transform: uppercase;
    color: #231f20;
    padding: 20px;
}
.container-fluid{
    box-shadow: 0 0 20px #C0C0C0;
    margin: auto auto 50px auto;
    padding-bottom: 50px;
    max-width: 1400px;
}
.mh{
    min-height: 1px;
}
#up{
    transition: all .25s linear;
    background: white;
    position: fixed;
    cursor: pointer;
    display: none;
    padding: 10px;
    height: 50px;
    width: 50px;
    z-index: 1;
    bottom: 0;
    right: 0;
}
#up:hover{
    background: #e02432!important;
}
.docs{
    list-style: circle;
    margin-left: 20px;
    margin-top: 20px;
}
.docs a{
    text-decoration: none;
}
.docs a:hover{
    text-decoration: underline;
}
.ccc{
    text-align: center;
    margin: 20px auto;
    font-size: 13px;
    color: #818285;
}
.ccc a{
    text-decoration: none;
    font-size: 13px;
    color: #e02432;
}
@media (max-width:1700px) {
    .container-fluid{
        margin-right: 60px;
        margin-left: 60px;
    } 
}
@media (max-width:1200px) {
    .page-menu ul{
        margin-top: 15px;
        display: none;
    }
    .page-menu li{
        display: block;
        padding: 5px 0;
    }
    .page-menu button{
        display: block;
    }
}
@media (max-width:992px) {
    /*--------------------------------------------------------------------------*/
    .mh{display: none;}
    /*--------------------------------------------------------------------------*/
    div[class^=col-md-]{
        margin: auto 15px;
    }
    .page-header{
        height: 300px;
    }
    .info .col-md-2{
        border-right: 0;
        margin: 50px auto;
    }
    .galeria .col-md-2{
        margin: auto auto 15px auto;
        display: inline-block;
        float: none;
    }
    .diferenciais-item{
        margin: auto 15px 35px 15px!important;
        display: inline-block;
        vertical-align: top;
        float: none;
    }
    .diferenciais-bottom .col-md-2{
        margin-bottom: 25px;
        border: 0;
    }
    .realizadores h3{
        border: 0;
    }
    .realizadores p{
        margin-bottom: 45px;
    }
    .icons img{
        margin-bottom: 50px;
    }
    .container-fluid{
        margin: auto;
    }
}