/*slider*/
#container{
  width:100%;
  height:100%;
  position: absolute;
}
.slider{
  width: 100%;
  height: 100%;
  display: none;
}
#slider1{
  width: 100%;
  height: 100%;
  display:block;
  position: absolute;
}
#slider2{
  width: 100%;
  height: 100%;
  display:block;
  position: absolute;
}
#slider3{
  width: 100%;
  height: 100%;
  display:block;
  position: absolute;
}
#slider4{
  width: 100%;
  height: 100%;
  display:block;
  position: absolute;
}
#backgroundSlide1{
  background: url(../images/slider/fondo1.png) no-repeat center;
  position: absolute;
  width: 100%;
  height: 100%
}
#textoSlide1{
    background: url(../images/slider/textoSlide1.svg) no-repeat center;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: contain;
    background-position: center;
}
#degradadoSlide1{
  background: url(../images/slider/degradadoSlide1.png) repeat-x;
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: contain;
  background-position: center bottom;
}
#textoSlide2{
  background: url(../images/slider/textoSlide2.svg) no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: contain;
    background-position: center;
}
#logoSlide2{
  background: url(../images/slider/logoSlide2.svg) no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: contain;
    background-position: center;
}
#lineaSlide2{
    background: url(../images/slider/lineaSlide2.svg) no-repeat;
    width: 100%;
    height:50%;
    position: absolute;
    left: 30%;
}
#backgroundSlide3{
  background: url(../images/slider/fondo3.png) no-repeat center;
  position: absolute;
  width: 100%;
  height: 100%;
}
#textoSlide3{
  background: url(../images/slider/textoSlide3.svg) no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: contain;
    background-position: center;
}
#degradadoSlide3{
  background: url(../images/slider/degradadoSlide3.svg) repeat-y;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: contain;
    background-position: center right;
}
#backgroundSlide4{
  background: url(../images/slider/fondo4.png) no-repeat center;
  position: absolute;
  width: 100%;
  height: 100%
}
#botonSlide4{
  background: url(../images/slider/botonSlide4.svg) no-repeat center;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: contain;
    background-position: center;
    cursor: pointer;
    display: none;
}
#logoSlide4{
  background: url(../images/slider/logoSlide4.svg) no-repeat center;
      width: 100%;
    height: 100%;
    position: absolute;
    background-size: contain;
    background-position: center;

}
#blocker1{
  position: fixed;
  background: white;
  width: 100%;
  height: 100%;
  top: 0;
  display: block;
  opacity: 1;
}
