.slider5 {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slide5-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
    width: calc(100% - 80);
    margin: 0 40px 0 40px;
    height: auto;
    transition: transform 0.5s ease;
  }
  
  .slide5 {
    flex: 1 0 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 10px 0 10px;
    justify-content: flex-start;
  }
  
  .slide5 p{
    width: 100%;
    text-align: center;
  }
  
  .prev-button5,
  .next-button5 {
    position: absolute;
    width: 40px;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    background-color: white;
    border: none;
    color: white;
    font-size: 20px;
    padding: 10px;
    cursor: pointer;
    -webkit-box-shadow: -1px 5px 22px -5px rgba(0,0,0,0.3);
    -moz-box-shadow: -1px 5px 22px -5px rgba(0,0,0,0.3);
    box-shadow: -1px 5px 22px -5px rgba(0,0,0,0.3);
    transition: transform 0.5s ease;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
  }
  
  .prev-button5 {
    background-image: url(/img/next3b.png);
    background-position: center center;
    background-repeat: no-repeat;
    left: 0;
  }
  
  .next-button5 {
    background-image: url(/img/next3a.png);
    background-position: center center;
    background-repeat: no-repeat;
    right: 0;
  }
  .prev-button5:hover,
  .next-button5:hover {
    background-color: var(--color1);
  }
  .slider5Hidden {
    display: none;
  }

@media only screen and (min-width: 320px) {
}
@media only screen and (min-width: 480px) {

} 
@media only screen and (min-width: 590px) {

}
/* Ancho horizontal del celular Xiomi 11 Ancho:395px - 790px*/
@media only screen and (min-width: 768px) {

}
@media only screen and (min-width: 1024px) {

}
@media only screen and (min-width: 1140px) {

}