html, body {
	height: 100%;
	overflow: auto;
}
body{
    background-color: #E8F6FF;
	
}
#div1{
	
   border: solid 1px rgb(0, 255, 13);
   background: url('imagens/fundo1.jpg') no-repeat;
   
}
#div2{
	border: solid 1px rgb(255, 0, 13);
   background: url('imagens/fundohome2.png') no-repeat;
   
}
#rodape {
	background: #f8f8f8;
	padding: 50px 0px 20px 0px;
	position: relative;
}
.cx1 {
	background-color: red;
	color: black;
}
.cx2 {
	background-color: rgb(38, 0, 255);
	color: white;
	
}
.cx3 {
	background-color: rgb(0, 255, 64);
	color: black;
}

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

}

/* 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 


/* ========================= layout ======================== 
html, body, .capa {
	height: 100%;
	overflow: auto;
}
	///text-align: center;
	float: left;
	border: solid 1px black;
	border-radius: 10px 40px;
	overflow:auto;
body {
	background:	url('imagens/capa2.png')no-repeat;
				
	background-attachment: fixed;
	font-family: Helvetica,Arial,sans-serif;
	overflow-x: hidden;
	margin-top: 20px;
}

/* -- Barra de navegação -- 
.img-logo {
	height: 40px;
	width: 132px;
	display: block;
	background: url('imagens/logo_tcheiptv.png') no-repeat;
	background-size: contain;
	font-size: 22px;
	padding: 15px 0px 0px 56px;
}

.logar{
	float: right;
}
.bemvindo{
	color: white;
	border: solid 1px blue;
	float:top;
	width: 159px;

}

nav.navbar {
	padding: 15px 0px;
	background: #472f5f;
	border: none;
}

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

.divisor{
	width: 1px;
	height: 16px;
	background: white;
	margin: 16px 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;
}

/* -- Imagem de capa -- 
.capa {
	display: table;
	width: 100%;
}

.texto-capa {
	text-align: center;
	color: rgb(13, 172, 203);
	display: table-cell;
	vertical-align: middle;
}

/* -- Botoes -- 
.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-color: #6207e3;
	color: white;
}

.btn-branco {
	border: 2px solid white;
}
.btn-branco:hover {
	background-color: white;
	color: black;
}
/* -- pagina busca empresa -- 
#buscaEmpr {
	border: 1px solid red;
}

/* -- secao servico -- 
#servicos {
	background: #85aef1;
	padding-top: 20px;
	padding-bottom: 20px;
}

.albuns{
	padding: 10px 0px 10px 0px;
}

/* -- recursos -- 
#recursos {
	padding-top: 20px;
	padding-bottom: 20px;
	color: rgb(8, 8, 8);
}

.rotacionar{
	transform: rotate(30deg);
	-ms-transform: rotate(30deg); /* IE 9 
    -webkit-transform: rotate(30deg); /* Chrome, Safari, Opera 
    padding-left: 80px;
}

/* -- rodape -- 
footer {
	background: #472f5f;
	padding: 50px 0px 20px 0px;
	position: relative;
}

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

/* ========================= Tipografia ======================== 
h1 {
	font-weight: 900;
	letter-spacing: -0.05em;
	margin-bottom: 50px;
}

/* Media queries 
/* xs < 768 
@media screen and (max-width: 767px) {
	h1 {
	    font-size: 50px; 
  	}
  	.btn-custom {
    	margin: 10px 15px;
	}
}

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

}

/* 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 


h2{
	font-size: 50px;
	font-weight: 700;
	letter-spacing: -0.04em;
}

h3{
	font-size: 35px;
	font-weight: 700;
	letter-spacing: -0.04em;
}

#rodape h4 {
	color: #919496;
	font-size: 12px;
	text-transform: uppercase;
}

#servicos h2, #servicos h3 {
	color: #080807;
}

#recursos h3 {
	color: #f81313;
}--*/
