.navbar-brand img {
	height:60px;
	left:-50px;
    margin-top:-10px;
	width: auto;
}

/*posicionamento do logo zenitte*/
#logo{
	left:30px; /* posiciona a 90px para a esquerda */ 
	top: 70px;
}

footer{
	font-size:11px;
	font-family: Roboto, sans-serif;
}

img,video{
	max-width:180%;
}

h1,h2,h3,h4{
	font-family: Roboto, sans-serif;
}

ul.nav a:hover { 
	border-radius: 10px;
}

#fonte-form{
	font-family: Roboto, sans-serif;
    font-size: 14px;
}

ul.nav a { 
	border-radius: 10px;
}

p{
	font-family: Roboto, sans-serif;
	font-size:20px;
	line-height: 1.5;/*espaçamento das linhas*/
}
.webmail{
	font-weight:bold;
	color:#ffffff;
	font-family: Roboto, sans-serif;
}
p.teste{
	font-size:20px;
}

#cont{
	font-size:15px;
}

.nav{
  max-width:800px;
  padding: 12px;
}

.center {
    margin: 0 auto;
    width: 80%;
}

/*borda do carousel
.carousel-inner {
    border-top: 10px;
    border-left: 10px;
    border-right: 10px;
    border-bottom: 10px;
    border-color: #fff;
    border-style: solid;
}*/

/*formatação da fonte do menu navbar*/
.li_bold{
	font-weight:bold;
	font-size:16px;
}

.center {
    margin: 0 auto;
    width: 90%;
}

.div_back{
	background-color:white;
	background: rgb(255, 255, 255) transparent;
	background: rgba(255, 255, 255, 0.9);
}

#teste{
	background-color:black;
	background-image: linear-gradient(to bottom, #282727, #00375b);
	padding:19px;
}

#teste_footer{
	background-color:black;
	background-image: linear-gradient(to bottom, #282727, #d6d9db);
	padding:10px;
}

#borda{
	position: absolute;
	top: 150px;
	left: 150px;
}

.img-responsive{
	margin: 0 auto;
}

.centered {
    margin: 0 auto !important;
    float: none !important;
}

.p_p{
	font-size:15px;
}

.serv{
	font-weight:bold;
	color:#12416b;
	text-align:justify; 
	font-size:24px;
}

.serv_p{
	text-align:justify; 
	font-size:15px;
}

body{
	background: url(css/img/fundo.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
}

.bold_footer{
	font-weight:bold;
}

.transparente{
	opacity: 0.65;
}

.float-shadow {
  display: inline-block;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
 
.float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}
 
.float-shadow:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
 
.float-shadow:hover:before {
  opacity: 5;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}

/*imagem redondada*/
.round {
    margin:10px;
    border-radius: 50%;
    overflow: hidden;
    width: 200px;
    height: 200px;
    box-shadow: 3px 3px 5px #555; /* sombra deslocada em 3px para baixo e 3px para direita, borrada em 5px e com cor cinza */
}

.round div {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-size: cover; /*ajusta a imagem dentro do div, mantendo a proporção da imagem */
	background-position: center center;
  }
  
/*centralizar uma imagem dentro de um div*/
#centro {
	width:100px;
	height:100px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-50px;
	margin-left:-50px;
}

li {
    display: block;
}

.lista li:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 15px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    color: #000000;
}

hr {
      color: #f00;
      background-color: #f00;
      height: 20px;
 }


 /*formatação do "Saiba Mais"*/
.link-bt {
    display: table;
    margin: auto;
    font-family: 'SSP-It',Verdana;
    font-size: 1.3em;
    padding: 6px 10px;
    letter-spacing: -0.045em;
    border: 1px solid #bbbbbb;
    border-radius: 6px;
    color: #999;
    transition: color 0.3s, border-color 0.3s;
}

/*ocultar div para celular*/
.ocultar{
	hidden-xs;
}

/*remover espaço dos marcadores do ul >> li */

.remover_marcador{
	padding-left:0%; list-style-type:none;
}

#centro {
	width:100px;
	height:100px;
}