body{
  font-family: 'Lato', sans-serif;
  margin: 0;
  padding: 0;
}

#logo {
  top: 20px;
} 


/*
REGISTRO
*/

.welcome{
  grid-area: top;
  background-color: #FFF;
  min-height: 30px;
  z-index: 10;
  border-radius: 5px 0 0 0;
  text-align: center;
  font-size: 22px;
  padding-top: 50px;
  
}    

.login{
  grid-area: mid;
  background-color: #FFF;
  z-index: 10;
  text-align: center;
}

.loginExtra{
  grid-area: bot;
  background-color: white;
  z-index: 10;
  border-radius: 0 0 0 5px;
}

.welcomeArea{
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 4;
  background-image: url(libania/imagens/gatos.jpg);
  background-size: cover;
  border-radius: 5px;
  background-color: grey;
}

/* FORMS */
  
.actionButton{
  color: #EEE;
  line-height: 2em;
  text-align: center;
  width: 400px;
  box-shadow:inset 0px 1px 0px 0px #bee2f9;
	background:linear-gradient(to bottom, #63b8ee 5%, #468ccf 100%);
	background-color:#63b8ee;
	border-radius:6px;
	border:1px solid #3866a3;
	cursor:pointer;
	color: #FFF;
	font-size:15px;
	font-weight:500;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #7cacde;
  display: block;
  margin: auto;
  
}

.actionInput{
    display: block;
    font-size: 17px;
    font-weight: 400;
    color: #444;
    padding: 15px 10px 15px 10px;
    width: 400px;
    margin: .4em auto;
    border: 1px solid #CCC;
    border-radius: .3em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
}



.container{
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}

.menuContainer{
  width: 1368px;
  margin: 0 auto 0 auto;
  padding: 20px;
  position: relative;
}

.clearfix{
  clear: both;
}

ul{
  position: absolute;
  font-family: 'Lato', sans-serif;
  list-style-type: none;
  text-align: right;
  right: 40px;
  padding: 10px;
  right: 20px;
  top: 30px;
  border-bottom: 1px solid #EEE;
}

li{
  list-style-type: none;  
}

li a{
  color: #86858A;
  display: block;
  text-decoration: none;
  list-style-type: none;
}

li a:hover{
  color: #333;
  text-decoration: underline;
}

.content{
/*  background-image: url(imagens/carrouselBPMN_100.jpg);
  background-size: cover;*/
  margin: 0 auto 0 auto;
  width: 1368px;
  padding: 20px;
  overflow: hidden;
}


.pageTitle{
  font-family: 'Lato', sans-serif;
  font-size: 23px;
  letter-spacing: 2px;
  font-weight: 300;
  border-bottom: 1px solid #CCC; 
}

.contentHeader{
  width: 100%;
  background-color: #001A5A;
}

.firstParagraph{
  width: 90%;
  font-family: 'Playfair Display', serif;
  font-size: 1.8em;
}

p{
  width: 90%;
  font-family: 'Playfair Display', serif;
  font-size: 1.3em;
}

.contentImages{
  float: left; 
  margin-right: 20px;
}

h1{
  font-family: 'Lato', sans-serif;
  font-size: 2em;
  color: white;
  line-height: 0.4em;
}

h2{
  font-family: 'Lato', sans-serif;
  font-size: 0.8em;
  color: #75AADB;
  line-height: 0.2em;
  font-weight: normal;
}

h3{
  font-family: 'Lato', sans-serif;
  font-size: 0.7em;
  color: white;
  line-height: 0.4em;
  font-weight: normal;

}

h4{
  font-family: 'Lato', sans-serif;
  font-size: 0.7em;
  color: white;
  line-height: 0.4em;
  font-weight: normal;

}

.shareIcons{
  position: relative;
  top: 50px;
  right: 0px;
  width: 8%;
  float: right;
}

.shareIcons img{
  display: block; width: 50px; right: 0; margin-bottom: 15px;
}


.containerBottom{
  border-top: 1px solid #DDD;
  width: 1368px;
  margin: 0 auto 0 auto;
  padding: 10 20;
}

.wrapper{
  width:15px; 
  height: 100px; 
  float: left; 
  display: block;
}

.socialIcon{
    margin: 0 10;
  }




/* Medium Devices, Desktops */ /* was 992 */
@media only screen and (max-width : 1336px){

  .menuContainer{
  width: 95%;
  back: red;
  }
  
  .content{
    width: 95%;
  }
  
  h1{
    line-height: 1em;
  }
  
}
 



/* Small Devices, Tablets */
@media only screen and (max-width : 767px){
  
  
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px){
  .menuContainer{
    width: 100%;
    padding: 0;
    padding-top: 20px;
  }
    
  #logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
    
  .content{
    width: 95%;
    margin: 60px 0 0 0;
    padding: 0;
  }

  ul{
    border-bottom: 1px solid #EEE;
    top: 120px;
    left: 0;
    right: 0;
    text-align: center;
    display: block;
  }
  
  li{
    display: inline;
    padding-right: 20px;
  }

  li a{
    color: #86858A;
    display: inline;
    text-decoration: none;
  }
    
  .containerBottom{
    border-top: 1px solid #DDD;
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 0;
    margin-top: 20px;
  }
    
  .socialIcon{
    margin: 10 10;
  }  
  
  
  h1{
    font-size: 1.5em;
    line-height: 1em;
    padding-left: 15px;
  }

  h3{
    font-size: 0.7em;
    color: white;
    line-height: 1em;
    font-weight: normal;
    padding-left: 15px;
  }
  
  h2,h4{
    padding-left: 15px;
  }
  
  .contentHeader{
    padding-left: 0;
    margin: 0;
  }

  .firstParagraph{
    font-size: 1.5em;
  }
  
  .contentImages{
    float: none; 
    display: block;
    position: relative;
    margin: 0 auto;
  }
  
  p{
    padding-left: 20px;
  }

  .shareIcons{
    margin-top: 0;
    position: static;
    width: 100%;
    float: none;
    text-align: center;
  }

  .shareIcons img{
    display: inline ; width: 50px; margin-right: 15px;
  }

}





