﻿/*
*
* @author Luis
* @version 0.1
*/

/* =============== layout ==============*/
*{
    margin: 0;
    padding: 0;
}

html, body {
	height: 100%;
}

body{
	background-attachment: fixed;			
	font-family: Arial, sans-serif;*/
	overflow-x: hidden; /* remover barra lateral (y) ou inferior (x) */
}

.texto {
        position: absolute;
        margin-top: -350px;
        background-color:rgba(0,0,0,0.7);
        color: white;
        max-width: 300px;
        padding: 10px;
    }

/*  --  Barra de navegação  --  */
.img-logo {
	height: 40px;
	width: 132px;
	display: block;
	background: url('../img/logo.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: 15px 10px;
}

.navbar-inverse .navbar-nav>li>a, footer .nav a {
	color: white; 
}

.navbar-inverse .navbar-nav>li>a:hover, footer .nav a:hover {
	color: #9bf0e1; 
	background: none;
}

/*  --  rodape  --  */
footer {
	background-color: #b80b13;/*#000;*/
    padding: 10px;
	position: relative;
    color: white;
    color: lightgrey;
    
}

footer p {
    font-size: 20px;
    margin: 0;
}
footer a {
  color: lightgrey;
}
footer a:hover {
  color: white;
}
    
footer a:link {
  color: white;
}


.item-rede-social {
	float: right;
}
/* =============== Tipografia ==============*/
h1{
	font-size: 100px;
	font-weight: 900;
	letter-spacing: -0.05em;
	margin-bottom: 50px; 
}

h2{
	font-size: 50px;
	font-weight: 700;
	letter-spacing: -0.04em;
}

h3{
	font-size: 35px;
	font-weight: 700;
	letter-spacing: -0.04em;
}

a{
    color: black;
}

a:link {
    text-decoration:none;
}

/* visited link */
a:visited {
    text-decoration:none;
}

/* mouse over link */
a:hover {
    text-decoration:none;
}

/* selected link */
a:active {
    text-decoration:none;
}

.isDisabled {
  color: gray;
  cursor: auto;
  opacity: 0.5;
  text-decoration: none;
  pointer-events: none;    
}

#empresa{
    font-size: 15px;
    text-align: center;
}

#texto_principal{
    position: absolute;
    margin-bottom: 20px;
    color: white;
    font-size: 100px;
}

.loc_con{
    margin-left: 20px
}
