.slider-container_a {
  position: relative;
  width: 360px;
  height: 600px;
  overflow: hidden;
    background: rgba(10,10,10,1.0);
    border-radius: 3px 45px 20px 20px;
    box-shadow: 3px 3px 5px rgba(20,20,20,1.0);
}

.slider_a {
  display: flex;
  width: 360px;
  height: 600px;
  transition: transform 0.5s ease-in-out;
}

.slide_a {
  position: relative;
  flex: 0 0 100%;
    width: 360px;
    height: 600px;
}

.slide_a h2 {
    float: left;
    width: 270px;
    height: 90px;
    padding: 20px 0px;
    font-family: Arial;
    font-size: 40px;
    text-align: center;
    color: white;
    text-shadow: 0px 0px 30px rgba(0,92,255,1.0);
    -webkit-text-stroke: 1px rgba(4,255,212,1.0);  
}

.slide_a h3 {
    margin: 5px;
    float: left;
    width: 80px;
    height: 80px;
    padding: 20px 0px;
    font-family: Arial;
    text-shadow: -2px 2px 3px black;
    font-size: 35px;
    text-align: center;
    color: white;
    background: rgba(0,128,226,1.0);
    border-radius: 40px;
    border: 2px solid white;
}

.slide_a h4 {
    float: left;
    width: 360px;
    height: 30px;
    border-top: 2px solid rgba(255,255,255,0.1);
    border-bottom: 2px solid rgba(255,255,255,0.1);
    padding: 2px 0px;
    font-family: Arial;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: white;
    text-shadow: 2px 2px 2px black;
    background: rgba(180,180,180,0.25);
}

.slide_a h5 {
    float: left;
    width: 360px;
    height: 30px;
    border-bottom: 2px solid rgba(255,255,255,0.1);
    padding: 4px 0px;
    font-family: Arial;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: white;
    text-shadow: 2px 2px 2px black;
    background: rgba(180,180,180,0.18);
}

.slide_a h6 {
    float: left;
    width: 360px;
    height: 30px;
    border-bottom: 2px solid rgba(255,255,255,0.1);
    padding: 5px 0px;
    font-family: Arial;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: white;
    text-shadow: 2px 2px 2px black;
    background: rgba(180,180,180,0.1);
}

.slide_a h7 {
    float: left;
    width: 360px;
    height: 310px;
    line-height: 30px;
    padding: 10px 0px;
    font-family: Arial;
    font-size: 18px;
    text-align: center;
    color: white;
    text-shadow: 0px 0px 20px rgba(0,92,255,1.0);
}

.slide_a h8 {
    float: left;
    width: 360px;
    height: 25px;
    padding: 3px 0px;
    font-family: Arial;
    font-weight:700;
    font-size: 18px;
    letter-spacing: 5px;
    text-align: center;
    color: yellow;
    text-shadow: 2px 2px 2px black;
    background: rgba(0,0,0,0.5);
}

.slide_a h9 {
    float: left;
    width: 360px;
    height: 25px;
    font-family: Arial;
    font-weight:bold;
    font-size:22px;
    letter-spacing: 2px;
    text-align: center;
    color: grey;
    background: rgba(50,50,50,1.0);
}

.slide_a h10 {
    float: left;
    width: 360px;
    height: 22px;
    font-family: Arial;
    font-weight: 100;
    font-size: 18px;
    letter-spacing: 5px;
    text-align: center;
    color: rgba(104,141,193,1.0);
    text-shadow: 2px 2px 2px black;
    background: rgba(0,0,0,0.5);
}

.slide_a h11 {
    float: left;
    width: 360px;
    height: 50px;
    padding: 5px 0px;
    font-family: Arial;
    font-size: 12px;
    text-align: center;
    color: white;
}

.slider-nav_a {
    position:absolute;
    bottom:143px;
    width: 360px;
    height: 30px;
}

#anterior_a {
    margin: 0px 0px 0px 40px;
    float: left;
    width: 60px;
    height: 60px;
    font-family: arial;
    font-size: 30px;
    font-weight: bold;
    padding: 0px;
    color: black;
    background: white;
    animation: rotacion 5s linear infinite;
}
#anterior_a:hover {
    width: 62px;
    height: 62px;
    background: rgba(0,104,255,1.0);
    color: white;
    border: 3px solid white;
}

#siguiente_a {
    margin: 0px 40px 0px 0px;
    float: right;
    width: 60px;
    height: 60px;
    font-family: arial;
    font-size: 30px;
    font-weight: bold;
    padding: 0px;
    color: black;
    background: white;
    animation: rotacion 5s linear infinite;
    transition: transform 0.3s;
}
#siguiente_a:hover {
    width: 62px;
    height: 62px;
    background: rgba(0,104,255,0.7);
    color: white;
    border: 3px solid white;
}

@keyframes rotacion  {
  from {
    transform: rotate(0deg); /* Ángulo de inicio */
  }
  to {
    transform: rotate(360deg); /* Ángulo de final (gira 360 grados) */
  }
}

button {
  padding: 5px 10px;
  margin: 0 5px;
    cursor: pointer;
}

button {
  padding: 5px 10px;
  margin: 0 10px;
    border-radius: 50px;
    background: rgba(80,80,80,0.7);
    color: white;
}

/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/

@media (min-width:1024px) {

.slider-container_a {
  position: relative;
  width: 360px;
  height: 600px;
  overflow: hidden;
    border-radius: 3px 45px 20px 20px;
    background: rgba(10,10,10,1.0);
    border-radius: 3px 45px 20px 20px;
    box-shadow: 3px 3px 5px rgba(20,20,20,1.0);
    border: 2px solid rgba(0,255,255,0.5);
}

.slider_a {
  display: flex;
  width: 360px;
  height: 600px;
  transition: transform 0.5s ease-in-out;
}

.slide_a {
  position: relative;
  flex: 0 0 100%;
    width: 360px;
    height: 600px;
}

.slide_a h2 {
    float: left;
    width: 270px;
    height: 90px;
    padding: 20px 0px;
    font-family: Arial;
    font-size: 40px;
    text-align: center;
    color: white;
    text-shadow: 0px 0px 30px rgba(0,92,255,1.0);
    -webkit-text-stroke: 1px rgba(4,255,212,1.0);  
}

.slide_a h3 {
    margin: 5px;
    float: left;
    width: 80px;
    height: 80px;
    padding: 20px 0px;
    font-family: Arial;
    text-shadow: -2px 2px 3px black;
    font-size: 35px;
    text-align: center;
    color: white;
    background: rgba(0,128,226,1.0);
    border-radius: 40px;
    border: 2px solid white;
}

.slide_a h4 {
    float: left;
    width: 360px;
    height: 30px;
    border-top: 2px solid rgba(255,255,255,0.1);
    border-bottom: 2px solid rgba(255,255,255,0.1);
    padding: 2px 0px;
    font-family: Arial;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: white;
    text-shadow: 2px 2px 2px black;
    background: rgba(180,180,180,0.25);
}

.slide_a h5 {
    float: left;
    width: 360px;
    height: 30px;
    border-bottom: 2px solid rgba(255,255,255,0.1);
    padding: 4px 0px;
    font-family: Arial;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: white;
    text-shadow: 2px 2px 2px black;
    background: rgba(180,180,180,0.18);
}

.slide_a h6 {
    float: left;
    width: 360px;
    height: 30px;
    border-bottom: 2px solid rgba(255,255,255,0.1);
    padding: 5px 0px;
    font-family: Arial;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: white;
    text-shadow: 2px 2px 2px black;
    background: rgba(180,180,180,0.1);
}

.slide_a h7 {
    float: left;
    width: 360px;
    height: 333px;
    line-height: 20px;
    padding: 10px 0px;
    font-family: Arial;
    font-size: 16px;
    text-align: center;
    color: white;
    text-shadow: 0px 0px 20px rgba(0,92,255,1.0);
}

.slide_a h8 {
    float: left;
    width: 360px;
    height: 25px;
    padding: 6px 0px;
    font-family: Arial;
    font-weight:700;
    font-size: 12px;
    text-align: center;
    color: yellow;
    text-shadow: 2px 2px 2px black;
    background: rgba(0,0,0,0.5);
}

.slide_a h9 {
    float: left;
    width: 360px;
    height: 25px;
    font-family: Arial;
    font-weight:bold;
    font-size:22px;
    letter-spacing: 2px;
    text-align: center;
    color: grey;
    background: rgba(50,50,50,1.0);
}

.slide_a h10 {
    float: left;
    width: 360px;
    height: 22px;
    font-family: Arial;
    font-weight: 100;
    font-size: 18px;
    letter-spacing: 5px;
    text-align: center;
    color: rgba(104,141,193,1.0);
    text-shadow: 2px 2px 2px black;
    background: rgba(0,0,0,0.5);
}

.slide_a h11 {
    float: left;
    width: 360px;
    height: 50px;
    padding: 5px 0px;
    font-family: Arial;
    font-size: 12px;
    text-align: center;
    color: white;
}

.slider-nav_a {
    position:absolute;
    bottom:143px;
    width: 360px;
    height: 30px;
}

#anterior_a {
    margin: 0px 0px 0px 40px;
    float: left;
    width: 60px;
    height: 60px;
    font-family: arial;
    font-size: 30px;
    font-weight: bold;
    padding: 0px;
    color: black;
    background: white;
    animation: rotacion 5s linear infinite;
}
#anterior_a:hover {
    width: 62px;
    height: 62px;
    background: rgba(0,104,255,1.0);
    color: white;
    border: 3px solid white;
}

#siguiente_a {
    margin: 0px 40px 0px 0px;
    float: right;
    width: 60px;
    height: 60px;
    font-family: arial;
    font-size: 30px;
    font-weight: bold;
    padding: 0px;
    color: black;
    background: white;
    animation: rotacion 5s linear infinite;
    transition: transform 0.3s;
}
#siguiente_a:hover {
    width: 62px;
    height: 62px;
    background: rgba(0,104,255,0.7);
    color: white;
    border: 3px solid white;
}

@keyframes rotacion  {
  from {
    transform: rotate(0deg); /* Ángulo de inicio */
  }
  to {
    transform: rotate(360deg); /* Ángulo de final (gira 360 grados) */
  }
}

button {
  padding: 5px 10px;
  margin: 0 5px;
    cursor: pointer;
}

button {
  padding: 5px 10px;
  margin: 0 10px;
    border-radius: 50px;
    background: rgba(80,80,80,0.7);
    color: white;
}



}

