@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;
}

body {
  min-height: 100vh;
  background:;
  color: black;
}

p{
    text-align: justify;
}

.contenedor-slider {
  margin: auto;
  width: 85%;
  max-width: 1100px;
  position: relative;
  overflow: hidden;
  /*- box-shadow: 0 0 0 10px #fff,
 0 15px 50px; --*/
    margin-top: 70px;
    margin-bottom: 5    0px;
    border-style: ;
    
}

.gif{
    border-style: ;
}

.slider {
  display: flex;
  width: 600%;
}

.slider__section {
  width: 100%;
}

.slider__img {
  display: block;
  width: 100%;
  height: 100%;
}

.btn-prev, .btn-next {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 40px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  font-family: monospace;
  cursor: pointer;
}

.btn-prev:hover, .btn-next:hover {
  background: black;
  color: white;
}

.btn-prev {
  left: 10px;
}

.btn-next {
  right: 10px;
}


h1, h2, h3, h4, h5, h6 {
    font-family:  'Josefin Slab', serif;
    letter-spacing: 2.5px;
    font-size: 20px; 
    color: black;
}

.contenedor {
  margin: auto;
    width: 98%;
}

a {
    text-decoration: none;
}

main img {
    display: block;
    width: 100%;
    height: 100%;
}

.small, .normal, .large {
    padding: 7px;
    text-align:;
}

main {
    margin-top: 20px;
}

.small a{
    text-decoration: none;
    color: lightskyblue;
    }
.small a img{
    width: 30px;
    height: 30px;
}
}

/* ------------------------------------------------------- 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;
}

/* --------------------------------------------------------Estil del peu de pàgina-------------------------------------------------------- */
.footer {
    background:;
    color: black;
    padding: 0px;
    text-align: left;
    font-size: 12px;
    height: 65px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1100px;
    display: flex;
    justify-content: space-between
}
.footer .social [class^="icon-"] {
    display: inline-block;
    color: #7AB4D4;
    text-decoration: none;
    font-size: 15px;
    padding: 10px;
    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: auto;
    }
    .large, .normal {
        height: auto;
    }
    
.nav {
    position: static;
    width: auto;
  }
.contenedor {
    width: 1100px;
  }
    
.logo {
    font-size: 20px;
  }
.menu__link {
    background: none;
    font-size: 15px;
}
