#banner .slider ul{
    display: table;
    padding: 0;
    width: 100%;
}
.msj{
    position: absolute;
    top: 8%;
    z-index: 100;
    text-align: center;
    color: #FFF;
    font-size: 20px;
}
#banner .msj ul{
    display: table;
    padding: 0;
    width: 100%;
}
#banner .msj ul h3{
margin-bottom: 25%;

}

.contenedor {
    width: 98%;
    margin: auto;
}

#banner{
    position: relative;
    display: flex;
    width: 100%;
    height: 626px;
    overflow: hidden;
    margin-top: 90px;
}

#banner article ul li img {
    width: 100%;
    max-resolution: 100px;
	object-fit: cover;
}
#banner .msj ul li {
    width: 100%;
    margin: auto;
}

#banner .contenedor{
    position: absolute;
    width: 90%;
    text-align: center;
    bottom: 200%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    font-size: 10px;
    border-radius: 5px;
    padding: 1px;
}

#banner .contenedor a{
    background: rgba(70,107,74,1);
    border-color: rgba(70,107,74,1);
    color:#fff;
    padding: 15px;
    border-radius: 50px;
    font-size: 10px;
    text-decoration: none;
}


@media (min-width: 480px) { 
    
    .msj{
        top: 11%;
        font-size: 35px;
    }
    #banner .msj ul h3{
        margin-bottom: 30%;

    }    
   
}
@media (min-width:768px) { 
    #banner .slider ul{
    display: flex;
    padding: 0;
    width: 300%;
    animation: cambio 20s infinite alternate;
    animation-timing-function: linear;
    }
    #banner .msj ul{
    display: flex;
    padding: 0;
    width: 300%;
    animation: cambio 20s infinite alternate;
    animation-timing-function: linear;

    }
    #banner{
        width: 100%;
        height: 100vh;
        overflow: hidden;
        margin-top: 0px;
    }
    #banner article ul li img{
        width: 100%;
        height: 100vh;
    }
    #banner article ul li h3{
        width: 100%;
        height: 100vh;
    }

    .nombre,.numero{
        font-size: 20px;
        margin: 0px 10px;
    }
    .msj{
        font-size: 40px;
        top: 50%;
    } 
}
@media (min-width:1024px) { 
    .nombre,.numero{
        font-size: 40px;
    }
    .msj{
        font-size: 40px;
        top: 50%;
    }
   }

@keyframes cambio{
    

    0%{margin-left:0}
    25%{margin-left:0}

    31%{margin-left:-100%}
    55%{margin-left:-100%}

    61%{margin-left:-200%}
    100%{margin-left:-200%}

}