@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;
    margin: 0;
    padding: 0;
}



.video-wrapper {
    position: relative;
    max-width: 1100px;
        margin: 0 auto;
    padding-top: 30px;
}

.video-wrapper > video {
    width: 100%;
    vertical-align: middle;
}

.video-wrapper > video.has-media-controls-hidden::-webkit-media-controls {
    display: none;
}

.video-overlay-play-button {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 10px calc(50% - 50px);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 0.95;
    cursor: pointer;
    background-image: linear-gradient(transparent, #000);
    transition: opacity 150ms;
}

.video-overlay-play-button:hover {
    opacity: 1;
}

.video-overlay-play-button.is-hidden {
    display: none;
}





img {
    display: block;
    max-width: 100%;
    border-radius: 5px; 
    
}
body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    background: none;
	color: black;
}

h1, h2, h3, h4, h5, h6 {
    font-family:  'Josefin Slab', serif;
    letter-spacing: 2.5px;
    font-size: 20px;
    color: black;
    
}
 
main img {
    display: block;
    width: 100%;
    height: 100%;
}

.small, .normal, .large {
    padding: 7px;
    filter: grayscale(100%);
}

.small:hover, .normal:hover, .large:hover {
    filter: grayscale(0%);
    transform: scale(1.05);
}

.contenedor {
  margin: auto;
    width: 98%;
}
h2{
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
}

a{
    text-decoration: none;
}


.descripcion{
    position: relative;
}



/* ------------------------------------------------------- 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: 2px;
    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;
}
    .contenedorimage {
        width: 460px;
        margin: auto;
    }
    .fila {
        display: flex;
    }
    .columna-1-3 {
        width: 33.33%
    }
    .columna-2-3 {
        width: 66.67%
    }
    .small {
        height: 100px;
    }
    .normal, .large {
        height: 200px;
    }
    .columna-50 {
        width: 50%;
    }
}
@media(min-width:768px) {
    .contenedorimage {
        width: 750px;
    }
    .small {
        height: 150px;
    }
    .large, .normal {
        height: 300px;
    }
}
    
@media(min-width:1024px) {

.contenedorimage {
        width: 1000px;
    }
    .small {
        height: 200px;
    }
    .large, .normal {
        height: 400px;
    }
    
.contenedor {
    width: 1000px
    }
.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;
    }
    
@media(min-width:1280px) {
    
    .contenedorimage {
        width: 1100px;
    }
    .small {
        height: 200px;
    }
    .large, .normal {
        height: 400px;
    }
.nav {
    position: static;
    width: auto;
    
  }
  .contenedor {
    width: 1100px;
  }
  .logo {
    font-size: 20px;
  }
.menu__link {
    background: none;
    font-size: 15px;
}