@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);


body {
 
    background-color:#fff3e6;
    
}
header {
  
		
		background-color:#ACC6D1;
        margin:auto;
        height:50%;
        width: 90%;
		margin-top:10px;
}
header h4  {
    text-align: center;
    font-size: 60px;
    font-family: "Open Sans", sans-serif;
    color: #fff3e6;
   left: 0;
    right: 0;
    margin: auto;
}

a{
    text-decoration: none;
    color: #fff3e6;
}
main {
    
    width: 70%;
      height: 300%;
left: 1%;
    right: 1%;
    margin: auto;}

.objetivo  { width: 44%;
           height: 150px;
    background-color: #ae616e;
    margin-top: 1%;
    margin-left: 5%;
float: left;} 

.pagina { width: 44%;
           height: 150px;
    background-color: #ae616e;
    margin-top: 1%;
    margin-right: 5%;
float: right;}
.perfil {width: 44%;
           height: 150px;
    background-color: #ae616e;
    margin-top: 2%;
    margin-left: 5%;
float: left;}

.estrategia { width: 44%;
           height: 150px;
    background-color: #ae616e;
    margin-top: 2%;
    margin-right: 5%;
float: right;
margin-bottom: 2%;}

h2{
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #fff3e6;
}

p{
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 12px;
      padding-left: 8%;
  width: 87%;
    color: #fff3e6;
}
a div {text-align: center;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 20px;
    
 padding-top: 10%;
text-decoration: none;
color: white;}







footer {clear: left;
width: 90%;
height: 75px;
background-color: #ACC6D1;
margin-top: 40%;
margin-left: 5%;
}

footer p {
font-family: "Open Sans", sans-serif;
    font-size: 12px;
    margin-left: 4%;
padding-top:  1%;
    font-weight: 300;
}

footer a img {
float:left;
 width: 10%;
    padding-top: 2.5%;
    padding-left: 0.5%;
 
}