﻿.box-conteudo-main {
        
        position: absolute;
   		top: 50%;
   		margin-top: -200px;/* half of #content height*/
 		left: 0;
    	width: 100%;
      
}

.box-conteudo-main-inner{
	   width: 700px;
	   margin-left: auto;
	   margin-right: auto;
	   height: 400px;
}

/*video background*/
.bg_video{
  position: fixed; 
  right: 0; 
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width: auto; 
  height: auto; 
  z-index: -1000;
  background-size: cover; 
}

/*navbar de baixo*/
.navbarbottom {
    width: 100%;
    text-align: center;
     }
.navbarbottom > li {
    float: none;
    display: inline-block;
    font-size:16px;
    color:white;
}
 

/*navbar de cima*/
.buttoninicial, .buttoninicial:hover, .buttoninicial:focus, .buttoninicial:active, .buttoninicial:visited {
    background-color:#0d313d;
    color:white;
    text-align:center;
    font-size:16px;
}
#loginmenu, #loginmenu:hover,#loginmenu:focus, #loginmenu:active, #loginmenu:visited{
    background-color:transparent;
    color:#fff;
    font-size:18px; 
    padding-right:20px;
}

/*midias sociais*/
.ulsocial {
   list-style: none;
   margin: 0;
   padding: 0;
}
#sticky-social {
   left: 0;
   position: fixed;
   top: 150px;
}
#sticky-social a {
   background: #333;
   color: #fff;
   display: block;
   height: 35px;
   font: 16px "Open Sans", sans-serif;
   line-height: 35px;
   position: relative;
   text-align: center;
   width: 35px;
}
#sticky-social a span {
   line-height: 35px;
   left: -120px;
   position: absolute;
   text-align:center;
   width:120px;
}
#sticky-social a:hover span {
   left: 100%;
}
#sticky-social a[class*="facebook"],
#sticky-social a[class*="facebook"]:hover,
#sticky-social a[class*="facebook"] span { background: #3b5998; }

#sticky-social a[class*="twitter"],
#sticky-social a[class*="twitter"]:hover,
#sticky-social a[class*="twitter"] span { background: #00aced; }

#sticky-social a[class*="linkedin"],
#sticky-social a[class*="linkedin"]:hover,
#sticky-social a[class*="linkedin"] span { background: #007bb6; }  

#sticky-social a[class*="instagrem"],
#sticky-social a[class*="instagrem"]:hover,
#sticky-social a[class*="instagrem"] span { background: #517fa4; }  

/*botão*/
.btn-primary.raised {
	box-shadow: 0 3px 0 0 #007299;
}

.btn-primary.raised:active, .btn-primary.raised.active {
	background: #33a6cc;
	box-shadow: none;
	margin-bottom: -3px;
	margin-top: 3px;
}

/*assita o vídeo*/
#assitavideo{
    font-size:20px;
    color:white;
    text-shadow: black 0.1em 0.1em 0.2em; 
    overflow-wrap: break-word;
}