@import url(http://fonts.googleapis.com/css?family=Gloria+Hallelujah);

*{

    -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
    
}

.b2{
    border: 1px white solid;
}

body {
    background: #000;
}

p{
    font-size: 14px;
    color: #1C1010;
}

.topo{
    /*height: 190px;*/
    background-image: url(../img/fd_topo.png);
    background-repeat: repeat-x;
    position: relative;
}

.fundo_mus{
    height: 190px;
    background-image: url(../img/topo_mus.png);
    background-repeat: repeat-x;
    top: 0px;
}

.logo {
    margin-top: 10px;
    max-width: 80%;
}

.chamada{
    text-align: center;
    font-family: 'Gloria Hallelujah';
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    margin-top: 20px;
}

.iconestopo {
    text-align: right;
    margin-top: 20px;
}
.iconestopo span{
    color: #fff;    
    margin: 1px;
}
.iconestopo span:hover{
    color: #ccc;    
    margin-top:-10px;
}
/*.iconestopo a:hover {
    color: #ccc;    
}*/


.sep_menu {
    border-width:3px;   
    border-style:dashed;
    min-height: 3px;
    border-color: #740e0e;
    margin:0 5px 0 5px !important;
}

.menu-biel ul {
    text-align: center;
}
.menu-biel li {
    border: 0;
    display: inline;
    
}

.menu-biel li a{
    font-family: 'Gloria Hallelujah';
    font-size: 18px;
    color: #fff;
    display: inline-block;
    margin: 5px 25px -5px 25px;
    min-width: 130px !important;
    height: 40px;
    max-height: 40px;

    background: url(../img/_mouse.png);
    background-repeat: no-repeat;
    background-position: 0px 38px;
}

.menu-biel .active a {
    background: url(../img/_marcado.png);
    background-repeat: no-repeat;
    background-position: 0px 28px;
    text-decoration: none;
}

.menu-biel a:hover {
    background-position: 0px 28px;
    text-decoration: none;
}

.fundo-biel{
    position: relative;
    background: url(../img/_fund.jpg);
    background-repeat: no-repeat;
    background-position:right top;
    min-height: 800px;
    /*height: 800px;*/
}


h1, h2, h3, h4 {
    font-family: 'Gloria Hallelujah', cursive;
    text-align: left;
    text-decoration: none;
    text-transform: none;
}


h1{
    position: relative;
    margin-left: 150px;
    color: #fff;
    font-size: 27px;
}

h1.fundo{
    text-shadow: 2px 2px 8px #000;
    filter: Shadow(Color=#000, Direction=135, Strength=5);
    z-index: 100;
}


.cont1 {
    position: relative;
    /*text-align: center;*/
}

.cont1 .fundo{
    opacity: 0.5;
    filter: alpha(opacity=0.5);
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
    background-color: #760b0b;
    position: absolute;
    top: 20px;
    width: 100%;
    height: 100%;
}

.cont1 .fundobranco{
    position: relative;
    opacity: 0.95;
    filter: alpha(opacity=0.95);
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=95)';
    background-color: #D3D3D3;
    width: 90%;
    display: inline-block;
    float: right;
    left: -20px;
}

.cont1 .fundobranco .container{
    padding: 30px;
}

.cont1 .fundobranco .container a{
    color: #000;
}

.linha {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.videobiel{
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: 40px;
}

.videobiel .sombra-topo{
    position: absolute;
    top: 0px;
    z-index: 5;
    display: block;
    width: 100%;
    height: 65px;
    background: url(../img/bg_sombra_cima.png) repeat-x;
    
}

.videobiel .screen{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/screen.png);
    
}


#video_msm{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    min-width: 100%; min-height: 100%;
    width: auto; height: auto; 

    background: url(polina.jpg) no-repeat;
    background-size: cover;

    -webkit-transform:translateZ(1px);
    -moz-transform:translateZ(1px);
    -o-transform:translateZ(1px);
    transform:translateZ(1px);

}

    .galeria{
        text-align:center;
    }

    .galeria iframe {
        width: 560px;
    }


.footer{
    background-color: #180101;
    background-image: url(../img/bola-rdp_03.png);
    background-repeat: repeat-x;
    min-height: 100px;
    height: 100px;
    z-index: 100;
}

.hootekrodape {
    background-color: #21130e;
    min-height: 35px;
    height: 35px;
    text-align: center;
}

.hootekrodape a{
    position: relative;
    float: right;
    margin-top: 10px;
    color: #fff;
    margin-right: 20px;
}

.hootekrodape p{
    position: relative;
    display: inline-block;
    margin-top: 10px;
    color: #fff;
}

@media (max-width:979px) {
    .fundo-biel{
        background-position: 130% -30px;
    }
    h1 {
        margin-left: 50px;
    }
}

@media (max-width:580px) {
    .fundo-biel{
        background: none;
    }

    #video_msm{
        background: none;
        display: none;
    }

    h1 {
        margin-left: 10px;
    }

    .menu-biel ul li{
        width: 100%;
        float: left;
        min-height: 60px;
    }

    .menu-biel .menu-links{
        display: none;
    }

    .galeria iframe {
        width: 250px;
    }


}


.icon-facebook:before {
  content: "\f082";
}

.icon-youtube:before {
  content: "\f167";
}
