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

#logo {
  top: 20px;
} 

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

}





