#banner .slider ul{
    display: flex;
    padding: 0;
    width: 100%;
}
.contenedor {
    width: 100%;
    margin: auto;
}
#banner{
    position: relative;
	margin-top: 90px;
}

#banner article ul li img {
    width: 100%;
    height: 50%;
	object-fit: cover;

}

.contenedor{
    width: 90%;
    text-align: center;
    color: #fff;
    font-size: 28px;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
}
#info{
    width: 100%;
    text-align: left;
    color: #fff;
    font-size: 28px;
    border-radius: 5px;
    padding: 40px 40px 0px 60px;
}

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

.info{
    width: 95%;
    margin:auto;
    color: rgba(70,107,74,1);
    margin-bottom: 50px; 
}
.info p{
    margin: 25px 0px;
    font-size: 14px;
    text-align: justify;
}

@media (min-width:480) { 
    #banner {
        height: 200x;
        overflow: hidden;
    }
    
    #banner article ul li img {
        height: 200px;
    }
    .info p{
        font-size: 20px;
    }
    
  }

@media (min-width:768px) { 
    #banner {
        height: 300px;
        overflow: hidden;
		margin-top: 0;
    }
    
    #banner article ul li img {
        height: 300px;
    }
    .info p{
        font-size: 20px;
    }
    
  }

   @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%}

}