/***************************************
GENERAL
****************************************/

body{   
    font-family: 'Source Sans Pro', sans-serif;   
    display: flex;
  min-height: 100vh;
  flex-direction: column;
}

    
    
}


*{
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}


.wrapper{
    width: 1000px;
    margin: 0 auto;
    padding: 0 0;
    max-width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    
}

a {
    text-decoration: none;
}

img{
    max-width: 100%;
}

p,a{
    color:black;
    font-weight: bold;
}

li{
    list-style: none;
}

/***************************************
HEADING
****************************************/

.logo{
    display: inline-block;
    width: 140px;
    height: 100px;
    float: left;
    position: relative;
    margin: 10px 0 0 25px;
    top: 5px;
    left: 20px;
    background: url(../img/logo.png);
    background-repeat: no-repeat;
}

header{
    float: left;
    margin: 0 0 0 30px 0;
    padding: 5px 0 0 0;
    width: 100%;
    background-color: #003E83;
}

.top, .footer{
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
}

/***************************************
NAVIGATION
****************************************/

nav{
    text-align: center;
    padding: 10px 0 0 0;
    margin: 120px 0 0 0;    
}

nav ul{
    list-style: none;    
    margin: 0 0;   
    background-color: #003066;
}

nav li{
    display: inline;    
    margin: 0px 15px;
    padding: 2px 0px;
}

nav li a:hover{
    background-color: greenyellow;
    color:black;
    
}
nav a{
    font-weight: normal;
    padding: 0px 10px;
    color:white;    
}

/***************************************
REDES SOCIALES
****************************************/


.social{
    float: right;    
    margin: 5px 10px;
    position: relative;
    
}

.redes{
    width: 20px;
    height: 20px;
    margin: 0 5px;
}

/***************************************
FOOTER
****************************************/

footer{
    clear: both;
    height: 200px;
    background-color: #003E83;
    max-width: 100%;
    display: block;   
    color:white;
    display: block;
}

.menu_footer{
    width: 300px;
    padding: 40px 0 0 15px;   
    float: right;    
}

h5{
    font-weight: normal;
    margin: 5px 0;
    display: block;    
}

h4{
    margin: -5px 0;
    font-weight: normal;
    line-height: 0.8em;        
}

.lugar{
    width: 25px;
    height: 25px;
    float: left;    
    margin-right: 10px;    
}

.about{
    width: 200px;
    padding: 40px 0 0 30px;
    position: relative;    
}

.menu_footer li p, .menu_footer li a, .about p{
    color:white;
}

.white{
    color:white;
    font-weight: normal;
}


#section{
    
     top: 50px;
   
    
}