.oscar ul {
	display: flex;
	padding: 10;
	width: 300%;
	
	animation: cambio 20s infinite alternate linear;
}
.oscar li {

    margin-left: 35px;
}
.oscar {
	width: 100%;
	margin: auto;
	overflow: hidden;
} */
.oscar img {
	width: 105%;
    margin-right: 100px;
}
.popup{
  display: none;
  /*width: auto;*/
  margin-left: 30px;
  margin-bottom: 13%;
  height: auto;
  background-color: white;
  opacity: 80%;
  position: absolute;
}
.popup-button:hover .popup{
  display: block;
}
.texto:hover {transition: 1s;}
.texto_negro:hover{
    transition:1s;
    background-color: crimson;
}
.stik{
    
    position: -webkit-sticky;  
    position: sticky;
    top: 16%;
    z-index: 3;}
