


html, body, .capa{
	height: 100%;
	overflow:auto;
}


body {
	
	background: url('imagens/fundohome2.png'),
				linear-gradient(90deg, #ff4169,#7c26f8) ;
	background-attachment: fixed;
	font-family: Helvetica, Arial, sans-serif;
}


/* -- Barra de navegação --*/


.img-logo{
	height: 60px;
	width: 132px;
	display: block;
	background: url('imagens/logo-essencial.png') no-repeat;
	background-size: contain;
	color: transparent;
}

nav.navbar-transparente {
	padding: 15px 0px;
	background: rgba(0,0,0,0.6);
	border: none;
}

.navbar-brand{
	padding: 5px 15px;
}

.divisor{
	width: 1px;
	height: 16px;
	background: white;
	margin: 17px 10px;
}

.navbar-inverse .navbar-nav>li>a {
	color:white;
}

.navbar-inverse .navbar-nav>li>a:hover {
	color:#9bf0e1;
}


/* -- rodape --*/

footer{
	background: #62A7BF;
	padding: 50px 0px 20px 0px;
	position: relative;
}

.item-rede-social{
	float: right;
}



@media screen and (max-width: 767px) {
	h1 {font-size: 35px;}
	.btn-custom{margin: 10px 15px;}


}


/* sm */
@media screen and (min-width: 768px) {
	h1{
		font-size: 60px;
	}
}

/* md */
@media screen and (min-width: 992px) {
	h1{
		font-size: 80px;
	}
}

/* lg */
@media screen and (min-width: 1200px) {
	h1{
		font-size: 100px;
	}
}
/* fim media queries*/




/* -- Capa principal do layalt --*/

.capa{
	display: table;
	width: 100%;

}


.texto-capa{
	text-align: center;
	color: white;
	display: table-cell;
	vertical-align: middle;
}

/* -- configurar os botões --*/

.btn-custom {
	color: white;
	border-radius: 500px;
	-webkit-border-radius:  500px;
	-moz-border-radius:500px;
	text-transform: uppercase;
	transition: background 0.4s, color 0.4s;
	
}

.btn-roxo{
	background: #7c25f8;
}

.btn-roxo:hover{
	background: #6207e3;
	color: white;
}

.btn-branco{
	border:2px solid white;
}

.btn-branco:hover{
	background-color: white;
	color: black;
}

h1 {
	font-size: 80px;
	font-weight: 800;
	letter-spacing: 0.3px;
}

.texto-corpo{
	font-size: 60px
	color:white;
}

h2 {
	font-size: 50px;
	font-weight: 450;
	letter-spacing: 0.5px;
	color: orange;

}

