body{
  /*background-image: linear-gradient(white, #A3EBB1);*/
  width:100%;
 /* background-image: url(BackgroundImage.jpg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 1400px ;*/
  font-family: "Nunito", sans-serif;
  color: #333;
  font-weight: 300;
  line-height: 1.6;
  background-color: #F0F8FF;
}

html {
  box-sizing: border-box;
  font-size: 100%; 
}

@charset "ISO-8859-1";
* {
  box-sizing: border-box;
}

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border-radius: 4px;
  resize: vertical;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

input[type=button] {
  background-color: #d2e2f7;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: center;
}

input[type=button]:hover {
  background-color: #6899d9;
}


input[type=submit] {
  background-color: #d2e2f7;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}

input[type=submit]:hover {
  background-color: #6899d9;
}

.container {
  padding: 20px;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  margin-top: 50px;
  padding-bottom: 20px;
  width: 1350px;
  text-align: center;
  padding-bottom: 20px;

}

.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/*#customers {
  font-family: "Nunito", sans-serif;
  border-collapse: collapse;
  width: 100%;
  color: #18A558;
}

#customers td, #customers th {
  border: 1px solid #18A558;
  padding: 8px;
  width: 11%;
}

#customers tr:nth-child(even){background-color: #A3EBB1;}

#customers tr:hover {background-color: #A3EBB1;}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #A3EBB1;
  color: white;
}
*/

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}


/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}


#tituloPag{
  padding-bottom: 0px;
  bottom: 0px;
}
.container input[type="button"]{
  margin-left: 30px;
}
/*#customers input[type="button"]{
  margin: 0px 0 0 0px;
  height: 45px;
  width: 140px;
  background: white;
  border: 1px solid #18A558;
  margin-left: 0px; 
  margin-right: 0px;
  font-size: 15px;
  color: #4ab3c6;
  padding: 0px 0 0px 0; //
   font-family: "Nunito", sans-serif;
  font-weight: bold;
  text-align: center;
  padding-bottom: 5px;
  margin-bottom: 15px;
  cursor: pointer; 
}*/
.botaoRelatorio{
  text-align: center;
}
.botaoRelatorio input[type="button"]{
  margin-top: 30px;
  width: 250px;
  margin-left: 0px;
}
.botaoVoltar input[type="button"]{
  margin-top: 15px;
  height: 35px;
  width: 70px;
  background: white;
  border: 1px solid  #144482;
  margin-left: 15px;
  margin-right: 0px;
  font-size: 15px;
  color: #144482;
  padding: 7px 0 0px 0; //
  font-family: Arial,sans-serif;
  font-weight: bold;
  text-align: center;
  padding-bottom: 5px;
  margin-bottom: 15px;
  cursor: pointer; 
}

.botaoVoltar input[type="button"]:hover{
  background: #6899d9;
  color: white;
}

*, *:before, *:after { 
  margin:0;
  padding:0;
  font-family: Arial,sans-serif;
}

header{
  text-align: center;
  font-family: Arial,sans-serif;
  background-color: white;
  margin-bottom: 20px;
  border: 2px solid #B0C4DE; 
  padding-top: 15px;
  padding-bottom: 15px;
}

/* remove a linha dos links */
a{
  text-decoration: none;
}


h3{
  color: #B0C4DE;
  padding-top: 0px;
}
 
/* esconde as ancoras da tela */
a.links{
  display: none;
}
.content{
  width: 500px;
  min-height: 560px;    
  margin: 0px auto;
  position: relative;   
}

h1{
  font-size: 40px;
  color: dimgray;
  padding: 2px 0 10px 0;
  font-family: Arial,sans-serif;
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
}

h1:after{
  content: ' ';
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 10px;
  background: -webkit-linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%); 
  background: linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%); 
}
h3{
  color: #6899d9;
  padding: 2px 0 10px 0;
  font-family: Arial,sans-serif;
  font-weight: bold;
  text-align: center;
}
h2{
  font-size: 25px;
  color: #6899d9;
  padding: 2px 0 10px 0;
  font-family: Arial,sans-serif;
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
}

h2:after{
  content: ' ';
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 10px;
  background: -webkit-linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%); 
  background: linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%); 
}

p{
  margin-bottom:15px;
  text-align: justify;
}
 
.content p:first-child{
  margin: 0px;
}
 
label{
  color: dimgray;
  position: relative;
}

/*/* placeholder 
::-webkit-input-placeholder  {
  color: #18A558; 
  font-style: italic;
}
 
input:-moz-placeholder,
textarea:-moz-placeholder{
  color: #18A558;
  font-style: italic;
}

input {
  outline: none;
}
 
/*estilo dos input,  menos o checkbox 
input:not([type="checkbox"]){
  width: 95%;
  margin-top: 4px;
  padding: 10px;    
  border: 1px solid  #144482 ;
 
  -webkit-border-radius: 3px;
  border-radius: 3px;
 
  -webkit-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
  box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
 
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
 
estilo do botão submit */
input[type="submit"]{
  width: 100%!important;
  cursor: pointer;  
  background: rgb(61, 157, 179);
  padding: 8px 5px;
  color: #18A558 ;
  font-size: 20px;  
  border: 1px solid  #144482 ;   
  margin-bottom: 5px;  
  text-shadow: 0 1px 1px #18A558 ;
 
  -webkit-border-radius: 5px;
  border-radius: 5px;
 
  transition: all 0.2s linear;
}
 
/*estilo do botão submit no hover */
input[type="submit"]:hover{
  background: #18A558 ;
}

#form_usuario{
  margin:0 auto;
  margin-top: 80px;
  width: 500px;
  height:200px;
  padding: 1em; /* outra forma de definir o tamanho, outra unidade de medida que não é px*/
  border: 2px solid #18A558 ;
  background-image: linear-gradient(white, white);
  margin-bottom: 200px;
  padding-bottom: 50px;
  padding-top: 50px;
}

input[type="button"]{
  margin: 0px 0 0 124px;
  height: 50px;
  width: 150px;
  background: white;
  border: 1px solid  #144482 ;
  margin-left: 170px;
  font-size: 15px;
  color: #18A558;
  padding: 2px 0 10px 0;
  font-family: Arial,sans-serif;
  font-weight: bold;
  text-align: center;
  padding-bottom: 7px;
  margin-bottom: 15px;
  cursor: pointer; 
}


input[type="button"]:hover{
  background: #18A558 ;
  color: white;
}

input[type="back"]{

  margin: 0px 0 0 124px;
  height: 5px;
  width: 50px;
  text-align: center;
  margin-left: 1px;
  font-size: 12px;
  cursor: pointer; 
}

input[type="back"]:hover{
  background: #18A558 ;
}

#calculo_vento{
  margin:0 auto;
  margin-top: 50px;
  width: 800px;
  height: 1200px;
  padding: 1em; /* outra forma de definir o tamanho, outra unidade de medida que não é px*/
  border: 2px solid #144482;
  background-image: linear-gradient(white, white);
  margin-bottom: 100px;
  padding-bottom: 50px;
  padding-top: 50px;
}

#codigo_vento{
  margin:0 auto;
  margin-top: 50px;
  width: 800px;
  height:2800px;
  padding: 1em; /* outra forma de definir o tamanho, outra unidade de medida que não é px*/
  border: 2px solid #144482;
  background-image: linear-gradient(white, white);
  margin-bottom: 100px;
  padding-bottom: 50px;
  padding-top: 50px;
}


#FotoCodigo{
  width: 350px;
  padding-left: 10px;
}

#formula{
  background-color: #6899d9;
  color: white; 
  font-size: 15px;
  text-align: center;
  padding:5px;
}

#FotoInicial{
  width: 400px;
  text-align: center;
  padding-left: 170px;
}

#equipa{
  margin:0 auto;
  margin-top: 50px;
  width: 700px;
  height:2670px;
  padding: 1em; /* outra forma de definir o tamanho, outra unidade de medida que não é px*/
  border: 2px solid #144482;
  background-image: linear-gradient(white, white);
  margin-bottom: 100px;
  padding-bottom: 50px;
  padding-top: 50px;
}

#lista{
  text-align: left;
}

  #calculo_vento2{
  margin:0 auto;
  margin-top: 50px;
  width: 700px;
  height: 100%;
  padding: 1em; /* outra forma de definir o tamanho, outra unidade de medida que não é px*/
  border: 2px solid #144482;
  background-image: linear-gradient(white, white);
  margin-bottom: 100px;
  padding-bottom: 50px;
  padding-top: 50px;

}

#EsbocoInicial{
  width: 350px;
  text-align: center;
  padding-left: 170px;
}

#CincoMaio{
  text-align: center;
   color: #6899d9;
}

#video1{
  padding-left: 110px;
}

ul{
  margin-left: 20px;
}

li{
  padding-bottom: 10px;
}

#botao_codigo{
   margin: 0px 0 0 124px;
  height: 50px;
  width: 150px;
  background: #d2e2f7;
  border: 1px solid  #144482;
  margin-left: 170px;
  font-size: 15px;
  color:  #6899d9;
  padding: 2px 0 10px 0;
  font-family: Arial,sans-serif;
  font-weight: bold;
  text-align: center;
  padding-bottom: 7px;
  margin-bottom: 15px;
  cursor: pointer; 
  align-content: center;
}

#botao_codigo:hover{
  background: #6899d9;
  color: white;
}

#calculo_vento3{
  margin:0 auto;
  margin-top: 50px;
  width: 700px;
  height:800px;
  padding: 1em; /* outra forma de definir o tamanho, outra unidade de medida que não é px*/
  border: 2px solid #144482;
  background-image: linear-gradient(white, white);
  margin-bottom: 100px;
  padding-bottom: 50px;
  padding-top: 50px;
}

#aerogerador{
  margin:0 auto;
  margin-top: 50px;
  width: 700px;
  height:5000px;
  padding: 1em; /* outra forma de definir o tamanho, outra unidade de medida que não é px*/
  border: 2px solid #144482;
  background-image: linear-gradient(white, white);
  margin-bottom: 100px;
  padding-bottom: 50px;
  padding-top: 50px;
}
#resultado{
  margin:0 auto;
  margin-top: 50px;
  width: 700px;
  height:1500px;
  padding: 1em; /* outra forma de definir o tamanho, outra unidade de medida que não é px*/
  border: 2px solid #144482;
  background-image: linear-gradient(white, white);
  margin-bottom: 100px;
  padding-bottom: 50px;
  padding-top: 50px;
}


#objetivos{
  margin:0 auto;
  margin-top: 50px;
  width: 700px;
  height:1030px;
  padding: 1em; /* outra forma de definir o tamanho, outra unidade de medida que não é px*/
  border: 2px solid #144482;
  background-image: linear-gradient(white, white);
  margin-bottom: 100px;
  padding-bottom: 50px;
  padding-top: 50px;
}

h5{
  color:#144482;
  font-family: Arial,sans-serif;
}
