@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Josefin+Slab');

*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
img {
    display: block;
    max-width: 100%;
    
}
body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    background:;
    color: black;
}

h1, h2, h3, h4, h5, h6 {
    font-family:  'Josefin Slab', serif;
    letter-spacing: 3.5px;
    font-size: 20px;
    color: black;
    text-decoration: none;
}
h2{
    background: white;
    opacity: 0.7;
    padding: 7px;
}
#titol {
    text-align: center;
}

.contenedor {
    margin: auto;
    width: 98%;
}
.titulo {
    display: block;
    text-align: center;
}


/* ------------------------------------------------------- Estil de l'encapçalament ------------------------------------------------------- */
.header {
    height: 50px;
    margin-bottom: 1px;
}
.header .contenedor {
    display: flex;
    justify-content: space-between;
}
.header a{
    color: #7AB4D4;
}
.logo, .icon menu {
    margin: 5px;
    font font-size: 20px;
}
.icon-menu {
    display: block;
    width: 30px;
    height: 30px;
    font-size: 20px;
    background: #7AB4D4;
    color: black;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    margin-left: auto;
    cursor: pointer;
}


/* ------------------------------------------------------------ Estil del menú ------------------------------------------------------------ */
.nav {
    position: absolute;
    top: 35px;
    left: 0;
    width: 100%;
    left: -100%;
    transition: all 0.4s; 
}
.menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu__link {
    display: block;
    padding: 15px;
    background: white;
    text-decoration: none;
    color: black;
}
.menu__link:hover, .select {
    background: #7AB4D4;
    color: white;
}
.mostrar{
    left: 0;
    z-index:1000;
}
a#current{
    background: #7AB4D4;
    color: white;
}
/* --------------------------------------------------------Estil del peu de pàgina-------------------------------------------------------- */
.footer {
    background:;
    color: black;
    padding: 0px;
    text-align: left;
    font-size: 12px;
    height: 65px;
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
}
.footer .social [class^="icon-"] {
    display: inline-block;
    color: #7AB4D4;
    text-decoration: none;
    font-size: 16px;
    padding: 8px;
    background: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 0px;    
    }

.footer:hover .social:hover [class^="icon-"] {
    color: black;
    
}

.footer a{
    color: #7AB4D4;
}


/* ------------------------------------------------------- Estil responsiu ------------------------------------------------------- */
@media(min-width:480px) {
    .logo {
        font-size: 15px;
     }
    .footer .social [class^="icon-"] {
    margin: 0 3px;
    }
}
@media(min-width:768px) {
}
    



@media(min-width:1024px) {

.nav {
    position: static;
    width: auto;
}
.menu {
    display: flex;
  }
  .icon-menu {
    display: none;
  }
.menu__link {
    background: none;
    font-size: 12px;
  }
.select {
    color: #fff;
    background: #FBA919;
  }
.logo {  
  font-size: 15px;
   
    }
.content {
    height: 400px;
    min-width:1000px;
}
.contenedor {
    width: 1000px;
  }
    
    
    
    
@media(min-width:1280px) {
.nav {
    position: static;
    width: auto;
    
  }
.contenedor {
    width: 1100px;
  }
.logo {
    font-size: 20px;
  }
.menu__link {
    background: none;
    font-size: 15px;
}
.content {
     height: 400px; 
     width: 1100px;
    }