
/*!
 * Start Bootstrap - Landing Page (http://startbootstrap.com/template-overviews/landing-page)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-landing-page/blob/master/LICENSE)
 */.
 
body, h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

a:hover {
	text-decoration: none;
}

ul {
	list-style-type: none;
	margin: 0;
}

.flex {
	display: flex;
	display: -webkit-flex;
}

.jcsb {
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.jcsa {
	justify-content: space-around;
	-webkit-justify-content: space-around;
}

.jcc {
	justify-content: center;
}

.aic {
	align-items: center;
	-webkit-align-items: center;
}

.flex-dir {
	-webkit-flex-direction: column;
	flex-direction: column;
}

.black-back {
	background-color: #222;
}

#features, #call-to-action, #inv, #pot-ins {
	width: 100%;
	padding: 100px 0;
}

.width-45 {
	width: 45%;
}

.width-100 {
	width: 100%;
}

/* Header */

#logo {
	margin: 1rem 0;
	width: 100px;
	height: 100%;
}

#menu {
	width: 100%;
}

#menu ul {
	width: 50%;
	position: relative;
}

#menu ul::after {
	content: "";
	position: absolute;
	width: 130%;
	height: 1px;
	background: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,0));
	bottom: -10px;
}

#menu a {
	color: #222;
	font-size: 1.2rem;
}

#menu a:hover {
	color: rgb(100,125,32);
}

.intro-header {
	color: #f8f8f8;
	background: url(../img/intro-bg.jpg) no-repeat center center;
	background-size: cover;
}

.cortina {
	text-align: center;
	padding-top: 20px;
	background-color: rgba(0,0,0,0.15);
}

.intro-message {
  position: relative;
  padding-top: 20%;
  padding-bottom: 20%;
}

.intro-message>h1 {
  margin: 0;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  font-size: 2.7em;
}

.intro-message>h2 {
	margin-top: 13px;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
	font-size: 1.5em;
}

@media(max-width:767px) {
  .intro-message {
    padding-bottom: 15%;
  }
  .intro-message>h1 {
    font-size: 3em;
  }
}


/* Features */


.feature {
	width: 250px;
	background-color: #a8cf45;
	color: #eee;
	text-align: center;
	border: 4px solid #d0e59a;
	border-radius: 10px;
	padding: 15px;
}

.feature h3 {
	font-size: 1.3em;
	margin-bottom: 10px;
}

.feature p {
	font-size: 0.9em;
	margin: 0;
}


/* Investimentos */


#inv {
	background-color: rgb(168,207,69);
	text-align: center;
}

#inv .flex .flex {
	padding: 0 30px;
}


/* Call to Action */


#call-to-action {
	text-align: center;
}

#call-to-action p {
	margin: 40px 0 50px;
}

#button-contato a {
	padding: 10px;
	background-color: #707070;
	color: rgb(168,207,69);
}


/* Potência Instalada & Equipe */


#pot-ins-1 {
	text-align: center;
	background: url('../img/equipe.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

#pot-ins {
	background-color: rgba(0,0,0,0.3);
}

#pot-ins p:first-child {
	margin: 0 auto;
	padding: 0 10px;
	display: inline-block;
	font-size: 2em;
	background-color: #222;
	color: green;
	border-radius: 5px;
}

#pot-ins p:last-child {
	font-size: 2em;
	color: #eee;
	text-shadow: 1px 1px #000;
}


/* Conexão ON-GRID*/


#on-grid .container {
	padding: 100px;
}


/* Equipe */

#equipe img {
	width: 200px;
	border-radius: 100px;
	border: 2px solid #000;
}

/* Footer */


footer {
  padding: 50px 0;
  background-color: #f8f8f8;
}

p.copyright {
  margin: 15px 0 0;
}