/* -- Corpo do documento -- */
html, body, .capa, .capa2{
	height: 100%;
	overflow: auto;
}

body {
	background: linear-gradient(50deg,#33474E,#166073);
	background-attachment: fixed;
	font-family: Helvetica,Arial,sans-serif;
	overflow-x: hidden;
}

/* -- Barra de navegação -- */
.img-logo {
	margin: -15px;
	height: 80px;
	width: 132px;
	display: block;
	background: url('imagens/logo.svg') no-repeat;
	background-size: contain;
	color: transparent;
}

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

.navbar-brand{
	padding: 0px 20px;
}

.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;
}

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

.capa2 {
	display: table;
	width: 100%;
	background: url('imagens/capa2.jpg') no-repeat;
	background-size: 100%;	
}

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

.sombra{
	color: #fff; 
	text-shadow: black 0.1em 0.1em 0.2em
}

.sombra1{
	color: #166073; 
	text-shadow: black 0.1em 0.1em 0.2em
}

/* -- Botão -- */
.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;
}

.capa2>div>a .btn-custom {
	color: white;
	background-color: rgba(0, 168, 89, 0.6);
	border-radius: 500px;
	-webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    text-transform: uppercase;
    transition: background 0.4s, color 0.4s;
}

.btn-branco {
	border: 2px solid white;
}
.btn-branco:hover {
	background-color: white;
	color: black;
}

/* -- Serviços Lambu -- */
#servicos {
	background: white;
	padding-top: 20px;
	padding-bottom: 20px;
}

.fotossrv{
	padding: 0px 0px 0px 0px;
}

#servicos>div>div>div>div>div>.img-responsive{
	border: 3px solid #d6d6d6;
	border-radius:15px;
	margin: 3px;
}

#aminoagro>div>div>div>div>div>.img-responsive{
	border: 3px solid #33474E;
	border-radius:15px;
	margin: 3px;
}


/* -- Bombas Lambu -- */
#bombaslambu {
	padding-top: 20px;
	padding-bottom: 20px;
	color: white;
}

#aminoagro {
	padding-top: 20px;
	padding-bottom: 20px;
	color: white;
}

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

/* -- rodape -- */
footer {
	background: rgba(0, 168, 89, 0.6);
	padding: 50px 0px 20px 0px;
	position: relative;
}

footer a{
	color: #fff;
	text-decoration: none;
}

footer a:hover{
	color: #fff;
	text-decoration: none;
}

#lojas {
	background: #166073;
	border-radius: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* ========================= Tipografia ======================== */
.paragrafo{
	text-indent:4em;
}

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

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

	.capa2>div>h1{
	margin-top: 110px;
	font-size: 25px; 
	}
	.capa2>div>a>img {
	width: 20px;
	}
	.capa2 {
	height: 45%;
	overflow: auto;
	}
}


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

}

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

@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: #166073;
}

#bombaslambu h2, #bombaslambu h3 {
	color: #00A859;
}

#bombaslambu h2{
	font-size: 40px;
}

#aminoagro h2, #aminoagro h3 {
	color: #00A859;
}

#aminoagro h2{
	font-size: 40px;
}