.container1movil{
    display: block;
    width: 100%;
    height: 114vw;
    overflow: hidden;
    margin-top: 57vw;
    position: relative;

}
.containerbig1movil{
    width: 400%;
    height: 114vw;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    transition: all .5s ease;
    transform: translateX(0%);
   
}
.fotoslidermovil2{
    width: 25%;
    height: 114vw;
}
.flechaantesmovil1{
    width: 5vw;
position: absolute;
top: 53vw;
left: 5vw;
z-index: 5;

}
.flechadespuesmovil1{
    width: 5vw;
    position: absolute;
    top: 53vw;
    left: 88vw;
    z-index: 5;

    }

    
