/*
* 
* @author Jorge Neto
* @version 0.1
*/

/* ========================= layout ======================== */



html, body, .capa{
	height: 100%;
}

body, .capa{

	background: url('imagens/computador.jpg') no-repeat;
	background-attachment: fixed;
	font-family: helvetica,arial,sans-serif;
	background-position: center;
	background-size: cover;

}

.cadastro {

	background: rgba(69,69,69,0.4);
	font-family: helvetica,arial,sans-serif;

}


/* -- Barra de navegação -- */

#barra-navegacao{

	font-size: 15px;
}


.img-logo{

	height: 50px;
	width: 50px;
	display: block;
	/*background: url('imagens/logo[5566].jpg') no-repeat;*/
	background-size: contain;
	color: white;
}

/* para funcionar a passagem do mouse no menu */

ul.nav li.dropdown:hover ul.dropdown-menu
{ 
    display: block;
	background: #ccc;
}	

.descricao{
    display: none;
}

.item:hover .descricao{
    display: block;
}

/* ---------- */

nav.navbar-transparente {
	margin: 20px 60px 40px 60px;
	padding: 6px 0px;
	/* background: rgba(69,69,69,1);*/
	background: black;
	border-radius: 15px;
	box-shadow: 5px 6px 0px 2px gray;

}

.navbar-brand{
	padding: 0px 10px;
}

.navbar-inverse .navbar-nav>li>a {
	color: white;
}


.navbar-inverse .navbar-nav>li>a:hover {
	color: gray;
	-webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.divisor{
	width: 1px;
	height: 16px;
	background: white;
	margin: 16px 10px;
}

.texto-logo{
	color: white;
	padding-top: 15px;
	padding-left: 0px;
	font-size: 17px;
	text-transform: uppercase;

}

.capa{
	display: table;
	width: 100%
}

.texto-capa{

	text-align: left;
	color: white;
	display: table-cell;

	
}

#botaotopo{

		width: 50px;
		height: 50px;
		position: fixed;
		right: 10px;
		bottom: 80px;
		font-size: 40px;
}

.centralizar-texto{

	text-align: center;
	font-size: 18px;
	color: white;
	font-weight: bold;
	background-color: rgb(133, 5, 32);
	padding-bottom: 10px;
	padding-top: 15px;
	margin: 0px 320px 50px 320px;
	border-radius: 15px;
	box-shadow: 5px 6px 4px rgb(121, 119, 119)	

}

#logar{

	padding-left: 93px;
	padding-top: 40px;

}

/* texto1 = TEXTOS LOGO ABAIXO DO MENU - login */

.texto1{

	margin-top: 100px;
	font-size: 40px;
	color: white;
	font-weight: bold;

}



/* ESCOLHA SEU PLANO  */



#texto-quemsomos{

	color: black;
	font-size: 20px;
	text-align: justify;

}

#texto-nossosvalores{

	color: black;
	font-size: 20px;
	padding: 20px 10px 0px 10px;
	margin-bottom: 10px;
	text-align: justify;

}

#texto-nossaequipe{

	color: black;
	font-size: 18px;
	padding-top: 20px;
	text-align: justify;
}


/* texto-inicial = texto acima do CV */

.texto-inicial{

	color: black;
	font-size: 20px;
	font-weight: bold;
	text-align: left;

}

#texto-rodape{

	text-align: center;
	font-size: 18px;
	color: white;
	font-weight: bold;
	background-color: rgb(133, 5, 32);
	padding-bottom: 10px;
	padding-top: 15px;
	/*margin: 0px 320px 50px 320px;*/
	border-radius: 15px;
	box-shadow: 5px 6px 4px rgb(121, 119, 119)	

}

.negrito {
	font-weight: bold;
}

.btn-custom{
	width: 180px;
	height: 45px;
	color: white;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin: 0px 20px;
	text-transform: uppercase;
	transition: background 0.8s, color 0.8s;
	
}

.btn-vazado{
	border: 2px solid white;
}

.btn-vazado:hover{
	background: white;
	color: black;
}

.btn-color{
	background: rgba(169,169,169,0.6);

}

.btn-color:hover{
	background-color: rgb(70,130,180);
	color: white;
}

.btn-foco{
	width: 200px;
	height: 45px;
	color: red;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin: 0px 130px;
	text-transform: uppercase;
	transition: background 0.8s, color 0.8s;
	border: 2px solid white;
}

.btn-foco:hover{
	background: blue;
	color: black;
}

#servicos {
	background: rgba(255,255,255,0.8);
	/*background: linear-gradient(25deg,#708090,#E6E6FA);*/
	padding-top: 10px;
	padding-bottom: 20px;
	
}

/* ========================= Tipografia ======================== */

h1{
	font-size: 35px;
	font-weight: 900px;
	letter-spacing: 0px;
	margin-bottom: 10px;
	color: #696969;

}

div, .titulo-cadastro{
	color: #696969;
}

