#interes .bk{
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 3px;
}

#interes h3{
    text-align: center;
    bottom: 0;
    position: absolute;
    background-color: rgba(0,0,0,.5);
    width: 100%;
    margin-bottom: 0px;
    padding: 20px 0px;
}

#interes .xiufoto{
  height: 650px;
  background-image: url(../imatges/interes/01.jpg);
}

#interes .pat1{
  background-image: url(../imatges/interes/02.jpg);
}
#interes .pat2{
  background-image: url(../imatges/interes/visitallagostera.jpg);
}
#interes .pat3{
  background-image: url(../imatges/interes/03.jpg);
}
#interes .pat4{
  background-image: url(../imatges/interes/04.jpg);
}
#interes .pat5{
  background-image: url(../imatges/interes/05.jpg);
}
#interes .pat6{
  background-image: url(../imatges/interes/06.jpg);
}
#interes .pat7{
  background-image: url(../imatges/index/slider2.jpg);
}
#interes .pat8{
  background-image: url(../imatges/interes/07.jpg);
}


h3{
	color: white;
}

body#interes{    
  position: absolute;
  width: 100%;
  height: 100%;
}

#interes .h700px{height: 700px;}
#interes .h100{height: 100%; padding-top: 10px;}

.posabs{position: absolute;}


.left0{left: 0%;}
.left1{left: 1%;}
.left34{left: 34%;}
.left49{left: 49%;}
.left67{left: 67%;}

.right0{right: 0%;}
.right1{right: 1%;}

.h100{height: 100%;} 
.h49{height: 49%;}
.h32{height: 32%;}
.h33{height: 33%;}
.h99{height: 99%;}
.h300{height: 300px;}

.w48_5{width: 48.5%}
.w49{width: 49%;}
.w99{width: 99%;}
.w98{width: 98%;}

.pl0{padding-left: 0px;}
.pr0{padding-right: 0px;}
.prl7{padding: 0px 7px;}
.pr7{padding-right: 7px;}
.pl7{padding-left: 7px;}

#interes .clearfix{
  margin: 15px 0px;
}


.top0{top: 0%;}
.bottom0{bottom: 1%;}
.b0{bottom: 0%;}
.bottom33{bottom: 33%;}
.bottom34{bottom: 34%;}
.bottom34_5{bottom: 34.5%;}
.bottom-32{bottom: -32%;}

#interes .w100{width: 100%;}
#interes .w32{width: 32%;}

#interes .topt {
    height: 100%;
    width: 100%;
    position: relative;
}


.middle {
    transition: .5s ease;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    opacity: 0;
    text-align: center;
    color: white;
    border-radius:  3px;
}

.middle:hover{
  opacity: 1;
}

.middle h3{
  text-align: center;
  position: absolute;
  bottom: 0%;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  width: 100%;
}

.textimg {
    z-index: 10;
    height: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    background-color: rgba(0,0,0,0.7);
    cursor: pointer;
    border-radius: 0 0 3px 3px;
}

.textimg h3{
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  line-height: 24px;
  color: white;
  position: absolute;
  font-size: 19px;
  margin: 0px 8px;
  top: 15%;
  width: 100%;
}


#interes .patents div img{
  width: 100%;
}

.mb30{
  margin-bottom: 30px;
}

#interes .container.history{
  margin-top: 30px;
  margin-bottom: 30px;
}

/*PC*/
@media only screen and (min-width: 1024px) {
  #interes .xiufoto{
    width: 98%;
  }
}

/*IPAD*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .header-logo a, .header-logo .img-default{
      max-height: 50px;
  }
}

/*IPAD Landscape*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .textimg h3{
    top: 0%;
    margin: 0px;
    font-size: 15px;
    margin-top: 10px;
  }
  h3{
    font-size: 13px;
  }
  .w99 {
    width: 97%;
  }
  .pl6{
    padding-left: 6px;
  }
}
/*IPAD Portrait*/
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .textimg h3{
    font-size: 16px;
    margin: 0px;
  }
  #interes .h100{
    height: 90%;
    padding-top: 0px;
  }

  #interes .row.h100, #interes .bk.xiufoto.h100{
    height: 100%;
  }

  .h32{
    height: 34%;
  }

  .bottom34_5{
    bottom: 33.5%;
  }

}


/*IPHONE*/
@media only screen and (max-width: 667px){


  .textimg h3{
    line-height: 15px;
    font-size: 12px;
    margin: 0px;
  }
  h3{
    font-size: 14px;
  }

  #interes .h100{
    height: 90%;
    padding-top: 0px;
  }

  #interes .row.h100, #interes .bk.xiufoto.h100{
    height: 100%;
  }

  .h32{
    height: 34%;
  }

  .bottom34_5{
    bottom: 33.5%;
  }

  .w48_5{
    width: 47.5%;
  }

}
/*Iphone Portrait */
@media only screen and (min-width: 375px) and (max-width: 667px) and (orientation: portrait) {

}
/*Iphone Landscape */
@media only screen and (min-width: 375px) and (max-width: 667px) and (orientation: landscape) {
  #interes h3{
    padding: 0px;
  }
}