

#slider-puertacortafuego{ width: 100% }
#slides {
  position: relative;
}
#slides .slides-container {
  display: none;
}
#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}

.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 46%;
  width: 100%;
}
.slides-navigation a {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  font-size: 100px;
  text-decoration: none;
  
  color: #009cff;
  padding: 10px;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  border-radius: 50%;
  font-family: homizio;
  font-weight: bold;
}

.slides-navigation a:hover {
  color: #111
}


.slides-navigation a.prev {
  left: 10px;
}
.slides-navigation a.next {
  right: 10px;
}

.slides-pagination {
  position: absolute;
  z-index: 3;
  bottom: 0;
  text-align: center;
  width: 100%;
}
.slides-pagination a {
  border: 4px solid #fff;
  border-radius: 15px;
  width: 20px;
  height: 20px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
  margin: 2px 0px 20px 10px;
  overflow: hidden;
  text-indent: -100%;
  transition: 0.5s;
  color: rgb(255,255,255,.0);
 
}

.slides-pagination a:hover{ border: 4px solid #111; }



.slides-pagination a.current {
  background: #fff;
}

.sabe{ width: 100%;
height: 500px;
background: #d45 }


.slides-container img{ animation: acercar 20s  }

@keyframes acercar{




  from{ transform: scale(1.1); }


  to{ transform: scale(1.3, 1.3); }
}



/* ITEM SLIDERRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR*/

#slides{ width: 100% }

li .texto-slider1 { width: 100%;
                    text-align: center;
                    position: absolute;
                    top: 50%;
                    left:50%;
                    transform:translateY(-50%)
                    translateX(-50%);

    }

li .texto-slider1 h1{ font-family: "Arial",sans-serif;
                     color: #fff;
                     font-size: 50px;
                     position: relative;
                     font-weight: 500;
                     margin: 0;
                     z-index: 2;
                     width:440px;
                     
                     margin: 0 auto
                     
                    }

.icon-fire{ position: absolute;
            color: red;
            top: -35px;
            right: -24px;
            z-index: -1;
            font-size: 80px }                    

                 

li .texto-slider1 h2{ font-family: "renogare",sans-serif;
                      color: #fff;
                      font-size: 50px;
                      margin: 0;
                      font-weight: bold;
                      line-height: 50px;
                      margin: 0;

                     }






.texto-slider1{ animation: fadee 3s  }

@keyframes fadee{




  from{  position: absolute;
          top: 40%;
          left: 50%;
          transform:translateY(-50%)
          transform:translateX(-50%);
          opacity: 0

                     

                     }


  to{  position: absolute;
          top: 50%;
          left: 50%;
          transform:translateY(-50%)
          transform:translateX(-50%);
          opacity: 1}
}




@media screen and (max-width: 1000px ){



li .texto-slider1 h1{ font-size: 40px;width:350px;
                    }

li .texto-slider1 h2{ font-size: 40px;
                      line-height: 40px
                     
                     }

.icon-fire{ top: -25px;
            right: -18px;
            z-index: -1;
            font-size: 60px } 



}



@media screen and (max-width: 800px ){



li .texto-slider1 h1{ font-size: 30px;width:265px;
                    }

li .texto-slider1 h2{ font-size: 30px;
                      line-height: 30px
                     
                     }

.icon-fire{ top: -22px;
            right: -15px;
            z-index: -1;
            font-size: 50px; } 


}







@media screen and (max-width: 500px ){



li .texto-slider1 h1{ font-size: 20px;width:180px;
                    
                    }

li .texto-slider1 h2{ font-size: 20px;
                      line-height: 20px
                     
                     }
.icon-fire{ top: -22px;
            right: -13px;
            z-index: -1;
            font-size: 40px; } 



}