#slider-wrap{
  width:1900px;
  min-height:600px;
  position:relative;
  overflow:hidden;
  margin: 80px auto 0px;
}

#slider-wrap ul#slider{
  width:1900px;
  min-height:600px;
  position:absolute;
  /*top:0;
  left:0;*/   
}

#slider-wrap ul#slider li{
  float:left;
  position:relative;
  width:1900px;
  min-height:600px; 
}

/*#slider-wrap ul#slider li > div{
  position:absolute;
  margin: auto;
  top:0px;
  left:0px;  
}*/

#slider-wrap ul#slider li > div h3{
  font-size:36px;
  text-transform:uppercase; 
}

#slider-wrap ul#slider li > div span{
  font-family: Neucha, Arial, sans serif;
  font-size:21px;
  text-align: center;
}

#slider-wrap ul#slider li i{
  text-align:center;
  line-height:450px;
  display:block;
  width:1900px;
  font-size:90px; 
}

#slider-wrap ul#slider li > div p {
  text-align: center;
}

.slider-1 {
  background-image: url('../../images/about/pl-fondoProyecto1.jpg');
  background-position: center center;
  background-size: cover;
  height: 600px;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.slider-2 {
  background-image: url('../../images/about/pl-fondoProyecto2.jpg');
  background-position: center center;
  background-size: cover;
  height: 600px;
}

.slider-3 {
  background-image: url('../../images/about/pl-fondoProyecto3.jpg');
  background-position: center center;
  background-size: cover;
  height: 600px;
}

.slider-4 {
  background-image: url('../../images/about/pl-fondoProyecto1.png');
  background-position: center center;
  background-size: cover;
  height: 600px;
}

.slid-1 {
  margin: auto; 
  position: absolute; 
  left: 400px;
}

/*btns*/
.btns{
  position:absolute;
  width:50px;
  height:60px;
  top:50%;
  margin-top:-25px;
  line-height:57px;
  text-align:center;
  cursor:pointer; 
  background:rgba(0,0,0,0.1);
  z-index:100;
  
  
  -webkit-user-select: none;  
  -moz-user-select: none; 
  -khtml-user-select: none; 
  -ms-user-select: none;
  
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.btns:hover{
  background:rgba(0,0,0,0.3); 
}

#next{right:-50px; border-radius:7px 0px 0px 7px;}
#previous{left:-50px; border-radius:0px 7px 7px 7px;}
#counter{
  top: 30px; 
  right:35px; 
  width:auto;
  position:absolute;
}

#slider-wrap.active #next{right:0px;}
#slider-wrap.active #previous{left:0px;}


/*bar*/
#pagination-wrap{
  min-width:20px;
  margin-top:350px;
  margin-left: auto; 
  margin-right: auto;
  height:15px;
  position:relative;
  text-align:center;
}

#pagination-wrap ul {
  width:100%;
}

#pagination-wrap ul li{
  margin: 0 4px;
  display: inline-block;
  width:5px;
  height:5px;
  border-radius:50%;
  background:#fff;
  opacity:0.5;
  position:relative;
  top:0;
}

#pagination-wrap ul li.active{
  width:12px;
  height:12px;
  top:3px;
  opacity:1;
  box-shadow:rgba(0,0,0,0.1) 1px 1px 0px; 
}

/*ANIMATION*/
#slider-wrap ul, #pagination-wrap ul li{
  -webkit-transition: all 0.3s cubic-bezier(1,.01,.32,1);
  -moz-transition: all 0.3s cubic-bezier(1,.01,.32,1);
  -o-transition: all 0.3s cubic-bezier(1,.01,.32,1);
  -ms-transition: all 0.3s cubic-bezier(1,.01,.32,1);
  transition: all 0.3s cubic-bezier(1,.01,.32,1); 
}


@media only screen 
and (max-device-width : 2920px) 
and (orientation : landscape) {
    .slid-1 {
      margin: auto; 
      position: absolute; 
      left: 400px !important;}
  }

@media only screen 
and (max-device-width : 1920px) 
and (orientation : landscape) {
  .slid-1 {
    margin: auto; 
    position: absolute; 
    left: 200px !important;}
  }

@media only screen 
and (max-device-width : 1200px) 
and (orientation : landscape) {
  .slid-1 {
    margin: auto; 
    position: absolute; 
    left: 0px !important;}
  }


/* iPad in landscape */ 
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 

      #slider-wrap {
        width:1024px;
        min-height:600px;
        position:relative;
        overflow:hidden;
        margin: 80px auto 0px;
      }

      #slider-wrap ul#slider {
        width:1024px;
        min-height:600px;
        position:absolute;
        top:0;
        left:0;   
      }

      #slider-wrap ul#slider li {
        float:left;
        position:relative;
        width:1024px;
        min-height:600px; 
      }

      #slider-wrap ul#slider li > div {
        position:absolute;
        top:0px;
        left:0px;  
      }

      #slider-wrap ul#slider li > div h3 {
        font-size:36px;
        text-transform:uppercase; 
      }

      #slider-wrap ul#slider li > div span {
        font-family: Neucha, Arial, sans serif;
        font-size:21px;
        text-align: center;
      }

      #slider-wrap ul#slider li > div span img {
        width: auto;
      }

      #slider-wrap ul#slider li i {
        text-align:center;
        line-height:400px;
        display:block;
        width:1024px;
        font-size:90px; 
      }

      .slid-1 {
        position: absolute;
        left: 40px;
      }

    }


/* iPad in portrait */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 

      #slider-wrap {
        width:768px;
        min-height:600px;
        position:relative;
        overflow:hidden;
        margin: 80px auto 0px;
      }

      #slider-wrap ul#slider {
        width:768px;
        min-height:600px;
        position:absolute;
        top:0;
        left:0;   
      }

      #slider-wrap ul#slider li {
        float:left;
        position:relative;
        width:768px;
        min-height:600px; 
      }

      #slider-wrap ul#slider li > div {
        position:absolute;
        top:0px;
        left:0px;  
      }

      #slider-wrap ul#slider li > div h3 {
        font-size:36px;
        text-transform:uppercase; 
      }

      #slider-wrap ul#slider li > div span {
        font-family: Neucha, Arial, sans serif;
        font-size:21px;
        text-align: center;
      }

      #slider-wrap ul#slider li > div span img {
        width: auto;
      }

      #slider-wrap ul#slider li i {
        text-align:center;
        line-height:400px;
        display:block;
        width:768px;
        font-size:90px; 
      }

      .slid-1 {
        margin: auto; 
        position: absolute; 
        left: 240px !important;
      }

    }


/* iPhone 6 Plus in landscape */
@media only screen 
and (min-device-width : 414px) 
and (orientation : landscape) { 
    .slid-1 {
      margin: auto; 
      position: absolute; 
      left: 0px !important; }
  }


/* iPhone 6 Plus in portrait */
@media only screen 
and (min-device-width : 414px) 
and (orientation : portrait) { 
    #slider-wrap {
        width:414px;
        height:532px;
        position:relative;
        overflow:hidden;
        margin: 80px auto 0px;
      }

      #slider-wrap ul#slider {
        width:414px;
        height:532px;
        
        position:absolute;
        top:0;
        left:0;   
      }

      #slider-wrap ul#slider li {
        float:left;
        position:relative;
        width:414px;
        height:532px; 
      }

      .slid-1 p img {
        margin: 40px 35px;
      }

      .slid-1 {
        margin: auto; 
        position: absolute; 
        left: 0px !important;
      }
  }


/* iPhone 6 in landscape */
@media only screen 
and (min-device-width : 375px) 
and (orientation : landscape) { 
    .slid-1 {
      margin: auto; 
      position: absolute; 
      left: 0px !important; }

   }


/* iPhone 6 in portrait */
@media only screen 
and (min-device-width : 375px) 
and (orientation : portrait) { 

      #slider-wrap{
        width:375px !important;
        height:532px;
        position:relative;
        overflow:hidden;
        margin: 80px auto 0px;
      }

      #slider-wrap ul#slider{
        width:375px;
        height:532px;
        position:absolute;
        top:0;
        left:0;   
      }

      #slider-wrap ul#slider li{
        float:left;
        position:relative;
        width:375px !important;
        height:532px; 
      }

      .slid-1 p img {
        margin: 40px 35px;
      }

      .slid-1 {
        margin: auto; 
        position: absolute; 
        left: 0px !important; }

      .slider-1 {
        height: 546px;
      }
    }


/* iPhone 5 & 5S in landscape */
@media only screen 
and (min-device-width : 320px) 
and (orientation : landscape) { 
      .slid-1 p img {
        width: 100%
      }

      .slid-1 {
        margin: auto; 
        position: absolute; 
        left: 0px !important;}
   }

/* iPhone 5 & 5S in portrait */
@media only screen 
and (min-device-width : 320px) 
and (orientation : portrait) { 
      
    .slid-1 {
      margin: auto; 
      position: absolute; 
      left: 0px !important;}

    #slider-wrap{
        width:320px;
        height:615px;
        position:relative;
        overflow:hidden;
        margin: 80px auto 0px;
      }

      #slider-wrap ul#slider{
        width:320px;
        height:532px;
        
        position:absolute;
        top:0;
        left:0;   
      }

      #slider-wrap ul#slider li{
        float:left;
        position:relative;
        width:320px;
        height:512px; 
      }

      .slid-1 p img {
        margin: 40px 35px;
      }

      .slid-1 {
        margin: auto; 
        position: absolute; 
        left: 0px !important;}

      .slider-1 {
        height:650px;
      }

      .slider-2 {
        height:650px;
      }

      .slider-3 {
        height:650px;
      }

      .textoBoteSlider {
        font-family: 'Lato', sans-serif;
        color: #fff;
        font-size: 45px;
        font-weight: 600;
        line-height: 0px;
        text-align: center;
        padding: 23px 0px;
        margin: 0px;
        font-style: italic;
        -webkit-text-fill-color: #ffffff;
        -webkit-text-stroke-color: #575756;
        -webkit-text-stroke-width: 0px;
      }
 }


/*####### PLAY LOTERIAS ######*/

 #slider-wrapPL{
  width:1900px;
  min-height:320px;
  position:relative;
  overflow:hidden;
  margin: 80px auto 0px;
}

#slider-wrapPL ul#sliderPL{
  width:1900px;
  min-height:320px;
  position:absolute;
  /*top:0;
  left:0;*/   
}

#slider-wrapPL ul#sliderPL li{
  float:left;
  position:relative;
  width:1900px;
  min-height:320px; 
}

/*#slider-wrap ul#slider li > div{
  position:absolute;
  margin: auto;
  top:0px;
  left:0px;  
}*/

#slider-wrapPL ul#sliderPL li > div h3{
  font-size:36px;
  text-transform:uppercase; 
}

#slider-wrapPL ul#sliderPL li > div span{
  font-family: Neucha, Arial, sans serif;
  font-size:21px;
  text-align: center;
}

#slider-wrapPL ul#sliderPL li i{
  text-align:center;
  line-height:450px;
  display:block;
  width:1900px;
  font-size:90px; 
}

#slider-wrapPL ul#sliderPL li > div p {
  text-align: center;
}

.sliderPL-1 {
  background-image: url('../../images/about/fondoPlayjugar.jpg');
  background-position: center center;
  background-size: cover;
  height: 320px;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.sliderPL-2 {
  background-image: url('../../images/about/fondoPlayOng.jpg');
  background-position: center center;
  background-size: cover;
  height: 320px;
}

.sliderPL-3 {
  background-image: url('../../images/about/fondoPlayjugar.jpg');
  background-position: center center;
  background-size: cover;
  height: 320px;
}

.sliderPL-4 {
  background-image: url('../../images/about/fondoPlayjugar.jpg');
  background-position: center center;
  background-size: cover;
  height: 320px;
}

.slidPL-1 {
  margin: auto; 
  position: absolute; 
  left: 400px;
}

/*btns*/
.btnsPL{
  position:absolute;
  width:50px;
  height:60px;
  top:50%;
  margin-top:-25px;
  line-height:57px;
  text-align:center;
  cursor:pointer; 
  background:rgba(0,0,0,0.1);
  z-index:100;
  
  
  -webkit-user-select: none;  
  -moz-user-select: none; 
  -khtml-user-select: none; 
  -ms-user-select: none;
  
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.btnsPL:hover{
  background:rgba(0,0,0,0.3); 
}

#next{right:-50px; border-radius:7px 0px 0px 7px;}
#previous{left:-50px; border-radius:0px 7px 7px 7px;}
#counter{
  top: 30px; 
  right:35px; 
  width:auto;
  position:absolute;
}

#slider-wrapPL.active #next{right:0px;}
#slider-wrapPL.active #previous{left:0px;}


/*bar*/
#pagination-wrapPL{
  min-width:20px;
  margin-top:350px;
  margin-left: auto; 
  margin-right: auto;
  height:15px;
  position:relative;
  text-align:center;
}

#pagination-wrapPL ul {
  width:100%;
}

#pagination-wrapPL ul li{
  margin: 0 4px;
  display: inline-block;
  width:5px;
  height:5px;
  border-radius:50%;
  background:#fff;
  opacity:0.5;
  position:relative;
  top:-50;
}

#pagination-wrapPL ul li.active{
  width:12px;
  height:12px;
  top:3px;
  opacity:1;
  box-shadow:rgba(0,0,0,0.1) 1px 1px 0px; 
}

/*ANIMATION*/
#slider-wrapPL ul, #pagination-wrapPL ul li{
  -webkit-transition: all 0.3s cubic-bezier(1,.01,.32,1);
  -moz-transition: all 0.3s cubic-bezier(1,.01,.32,1);
  -o-transition: all 0.3s cubic-bezier(1,.01,.32,1);
  -ms-transition: all 0.3s cubic-bezier(1,.01,.32,1);
  transition: all 0.3s cubic-bezier(1,.01,.32,1); 
}


@media only screen 
and (max-device-width : 2920px) 
and (orientation : landscape) {
    .slidPL-1 {
      margin: auto; 
      position: absolute; 
      left: 400px !important;}
  }

@media only screen 
and (max-device-width : 1920px) 
and (orientation : landscape) {
  .slidPL-1 {
    margin: auto; 
    position: absolute; 
    left: 200px !important;}
  }

@media only screen 
and (max-device-width : 1200px) 
and (orientation : landscape) {
  .slidPL-1 {
    margin: auto; 
    position: absolute; 
    left: 0px !important;}
  }


/* iPad in landscape */ 
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 

      #slider-wrapPL {
        width:1024px;
        min-height:600px;
        position:relative;
        overflow:hidden;
        margin: 80px auto 0px;
      }

      #slider-wrapPL ul#sliderPL {
        width:1024px;
        min-height:600px;
        position:absolute;
        top:0;
        left:0;   
      }

      #slider-wrapPL ul#sliderPL li {
        float:left;
        position:relative;
        width:1024px;
        min-height:600px; 
      }

      #slider-wrapPL ul#sliderPL li > div {
        position:absolute;
        top:0px;
        left:0px;  
      }

      #slider-wrapPL ul#sliderPL li > div h3 {
        font-size:36px;
        text-transform:uppercase; 
      }

      #slider-wrapPL ul#sliderPL li > div span {
        font-family: Neucha, Arial, sans serif;
        font-size:21px;
        text-align: center;
      }

      #slider-wrapPL ul#sliderPL li > div span img {
        width: auto;
      }

      #slider-wrapPL ul#sliderPL li i {
        text-align:center;
        line-height:400px;
        display:block;
        width:1024px;
        font-size:90px; 
      }

      .slidPL-1 {
        position: absolute;
        left: 40px;
      }

    }


/* iPad in portrait */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 

      #slider-wrapPL {
        width:768px;
        min-height:600px;
        position:relative;
        overflow:hidden;
        margin: 80px auto 0px;
      }

      #slider-wrapPL ul#sliderPL {
        width:768px;
        min-height:600px;
        position:absolute;
        top:0;
        left:0;   
      }

      #slider-wrapPL ul#sliderPL li {
        float:left;
        position:relative;
        width:768px;
        min-height:600px; 
      }

      #slider-wrapPL ul#sliderPL li > div {
        position:absolute;
        top:0px;
        left:0px;  
      }

      #slider-wrapPL ul#sliderPL li > div h3 {
        font-size:36px;
        text-transform:uppercase; 
      }

      #slider-wrapPL ul#sliderPL li > div span {
        font-family: Neucha, Arial, sans serif;
        font-size:21px;
        text-align: center;
      }

      #slider-wrapPL ul#sliderPL li > div span img {
        width: auto;
      }

      #slider-wrapPL ul#sliderPL li i {
        text-align:center;
        line-height:400px;
        display:block;
        width:768px;
        font-size:90px; 
      }

      .slidPL-1 {
        margin: auto; 
        position: absolute; 
        left: 240px !important;
      }

    }


/* iPhone 6 Plus in landscape */
@media only screen 
and (min-device-width : 414px) 
and (orientation : landscape) { 
    .slidPL-1 {
      margin: auto; 
      position: absolute; 
      left: 0px !important; }

        .slidPL-1 {
      margin: auto; 
      position: absolute; 
      left: 0px !important; }

    .sliderPL-1 {
      height: 500px;
    }

    .sliderPL-2 {
      height: 500px;
    }

    .sliderPL-3 {
      height: 500px;
    }

    .sliderPL-4 {
      height: 500px;
    }
  }


/* iPhone 6 Plus in portrait */
@media only screen 
and (min-device-width : 414px) 
and (orientation : portrait) { 
    #slider-wrapPL {
        width:414px;
        height:532px;
        position:relative;
        overflow:hidden;
        margin: 80px auto 0px;
      }

      #slider-wrapPL ul#sliderPL {
        width:414px;
        height:532px;
        
        position:absolute;
        top:0;
        left:0;   
      }

      #slider-wrapPL ul#sliderPL li {
        float:left;
        position:relative;
        width:414px;
        height:532px; 
      }

      .slidPL-1 p img {
        margin: 40px 35px;
      }

      .slidPL-1 {
        margin: auto; 
        position: absolute; 
        left: 0px !important;
      }
  }


/* iPhone 6 in landscape */
@media only screen 
and (min-device-width : 375px) 
and (orientation : landscape) { 
    .slidPL-1 {
      margin: auto; 
      position: absolute; 
      left: 0px !important; }

    .sliderPL-1 {
      height: 500px;
    }

    .sliderPL-2 {
      height: 500px;
    }

    .sliderPL-3 {
      height: 500px;
    }

    .sliderPL-4 {
      height: 500px;
    }

   }


/* iPhone 6 in portrait */
@media only screen 
and (min-device-width : 375px) 
and (orientation : portrait) { 

      #slider-wrapPL{
        width:375px !important;
        height:532px;
        position:relative;
        overflow:hidden;
        margin: 80px auto 0px;
      }

      #slider-wrapPL ul#sliderPL {
        width:375px;
        height:532px;
        position:absolute;
        top:0;
        left:0;   
      }

      #slider-wrapPL ul#sliderPL li{
        float:left;
        position:relative;
        width:375px !important;
        height:532px; 
      }

      .slidPL-1 p img {
        margin: 40px 35px;
      }

      .slidPL-1 {
        margin: auto; 
        position: absolute; 
        left: 0px !important; }

      .sliderPL-1 {
        height: 546px;
      }
    }


/* iPhone 5 & 5S in landscape */
@media only screen 
and (min-device-width : 320px) 
and (orientation : landscape) { 
      .slidPL-1 p img {
        width: 100%
      }

      .slidPL-1 {
        margin: auto; 
        position: absolute; 
        left: 0px !important;}

          .slidPL-1 {
      margin: auto; 
      position: absolute; 
      left: 0px !important; }

    .sliderPL-1 {
      height: 500px;
    }

    .sliderPL-2 {
      height: 500px;
    }

    .sliderPL-3 {
      height: 500px;
    }

    .sliderPL-4 {
      height: 500px;
    }
   }

/* iPhone 5 & 5S in portrait */
@media only screen 
and (min-device-width : 320px) 
and (orientation : portrait) { 
      
    .slidPL-1 {
      margin: auto; 
      position: absolute; 
      left: 0px !important;}

    #slider-wrapPL{
        width:320px;
        height:615px;
        position:relative;
        overflow:hidden;
        margin: 80px auto 0px;
      }

      #slider-wrapPL ul#sliderPL {
        width:320px;
        height:532px;
        
        position:absolute;
        top:0;
        left:0;   
      }

      #slider-wrapPL ul#sliderPL li{
        float:left;
        position:relative;
        width:320px;
        height:512px; 
      }

      .slidPL-1 p img {
        margin: 40px 35px;
      }

      .slidPL-1 {
        margin: auto; 
        position: absolute; 
        left: 0px !important;}

      .sliderPL-1 {
        height:650px;
      }

      .sliderPL-2 {
        height:650px;
      }

      .sliderPL-3 {
        height:650px;
      }

      .textoBoteSliderPL {
        font-family: 'Lato', sans-serif;
        color: #fff;
        font-size: 45px;
        font-weight: 600;
        line-height: 0px;
        text-align: center;
        padding: 23px 0px;
        margin: 0px;
        font-style: italic;
        -webkit-text-fill-color: #ffffff;
        -webkit-text-stroke-color: #575756;
        -webkit-text-stroke-width: 0px;
      }
 }