@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;
}

p{
    text-align: justify;
}
.contenedor-slider {
  margin: auto;
  width: 85%;
  max-width: 900px;
  position: relative;
  overflow: hidden;
  /*- box-shadow: 0 0 0 10px #fff,
 0 15px 50px; --*/
    margin-top: 10px;
    margin-bottom: 5    0px;
    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(0,0,0,0.5);
  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;
    color:#7AB4D4;
}

.btn-prev:hover, .btn-next:hover {
  background: rgba(255, 255, 255, 0.7);
  color: black;
}

.btn-prev {
  left: 10px;
}

.btn-next {
  right: 10px;
}


.split a{
    text-decoration: none;
    color: lightskyblue;
    }
.split a img{
    width: 30px;
    height: 30px;
}



a{
    text-decoration: none;
}
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;
}
#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;
    text-decoration: 
}
/* --------------------------------------------------------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;
}





a {
  position: relative;
  text-decoration: none;
}
.header a:before {
  content: "";
  height: 2px;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  background-color: #7AB4D4;
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.header a:hover {
  color: white;
  text-decoration: none;
}
.header a:hover:before {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

.split {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: strech;
}
.split p {
  flex-basis: 100%;
}
@media screen and (min-width: 767px) {
  .split p {
    flex-basis: 48%;
  }
}



.container {
  position: relative;
  width: 100%;
  margin: 0px 0;
}
.container .inner {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
  padding: 2px 30px;
  background-color: ;

}

.comparison-slider-wrapper {
  position: relative;
  width: 100%;
  margin: 20px 0;
  background-color: white;
    border-style: ;
}
.comparison-slider-wrapper .comparison-slider {
  position: relative;
  width: 100%;
  margin: 0;
  border: 5px white solid;
  box-sizing: border-box;
}
.comparison-slider-wrapper .comparison-slider > img {
  width: 100%;
  height: auto;
  display: block;
}
.comparison-slider-wrapper .comparison-slider .overlay {
  display: none;
  position: absolute;
  width: 310px;
  bottom: 20px;
  right: 20px;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 10px;
  box-sizing: border-box;
  color: #DDD;
  text-align: right;
}
@media screen and (min-width: 767px) {
  .comparison-slider-wrapper .comparison-slider .overlay {
    display: block;
  }
}
.comparison-slider-wrapper .comparison-slider .resize {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}
.comparison-slider-wrapper .comparison-slider .resize > img {
  display: block;
}
.comparison-slider-wrapper .comparison-slider .resize .overlay {
  right: auto;
  left: 20px;
  text-align: left;
}
.comparison-slider-wrapper .comparison-slider .divider {
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: black;
  left: 50%;
  top: 0;
  bottom: 0;
  margin-left: -1px;
  cursor: ew-resize;

    
}
.comparison-slider-wrapper .comparison-slider .divider:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: -9px;
  top: 50%;
  margin-top: -10px;
  background-color: black;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: all 0.1s ease-in-out;
}
.comparison-slider-wrapper .comparison-slider .divider:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: -5px;
  top: 50%;
  margin-top: -6px;
  background-color: white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: all 0.1s ease-in-out;
}
.comparison-slider-wrapper .comparison-slider .divider.draggable:before {
  width: 30px;
  height: 30px;
  left: -14px;
  margin-top: -15px;
}
.comparison-slider-wrapper .comparison-slider .divider.draggable:after {
  width: 20px;
  height: 20px;
  left: -9px;
  margin-top: -10px;
  background-color: #B0F2FC;
}
.comparison-slider-wrapper .caption {
  position: relative;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  font-size: 12px;
  font-style: italic;
}










/* ------------------------------------------------------- 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;
    }
    
    

    
    
