@keyframes slidy {
    0% { left: 0%; }
    10% { left: 0%; }
    20% { left: -100%; }
    30% { left: -100%; }
    40% { left: -200%; }
    50% { left: -200%; }
    60% { left: -300%; }
    70% { left: -300%; }
    80% { left: -400%; }
    100% { left: -400%; }
    }
    
    div#slider { overflow: hidden; }
    div#slider figure img { width: 20%; float: left; }
    div#slider figure { 
    position: relative;
    width: 500%;
    margin: 0;
    left: 0;
    text-align: left;
    font-size: 0;
    animation: 50s slidy infinite; 
    /* margin-top: 70px; */
    }
    .ondablanca{
    position: absolute;
    top: 0px;
    width: 100%;
    margin-top: 60px;
    }
    .contenedor {
        position: relative;
    }
    
    div#slider2 { overflow: hidden; margin-top: 70px;}
    div#slider2 figure p { position: relative; width: 20%; float: left;  }
    div#slider2 figure { 
    position: relative;
    width: 500%;
    margin: -300;
    left: 50;
    text-align: left;
    z-index: 10000;
    animation: 50s slidy infinite; 
    }
    
    .textobanner{
    width: 100%;
    position: absolute;
    top: 0px;
    margin-top: 2%;
    font-size: 2em;
    color: #fff;
    }
    @media (max-width: 768px) {
    
        .textobanner{
            width: 100%;
            position: absolute;
            top: 0px;
            margin-top: 2%;
            font-size: 1em;
            color: #fff;
            }
            .ondablanca{
                position: absolute;
                margin-top: 13%;
                width: 100%;
                }
    }  