#arreglosisi{
    width: 1170px;
    margin: auto;
    position: relative;    
    height: 120px;    
    margin-bottom: 40px;
}
#pulga{
    position: absolute;
    top: -40px;
    right: 360px;
    height: 65px;
}
.stamp{
    padding-top: 29.5px;
    height: 45px;
    width: auto;
    top: 10px;
    margin-left: 7px;
}
.soparriba div{
    display: flex;
    gap: 10px;
    position: absolute;
    animation: marquee 20s linear infinite;
    height: 95px;
    top: 5px;
    width: 1090px;
}
.soparriba{
    width: 1100px;
    height: 120px;
    position: absolute;
    top: 2.4px;
    overflow: hidden;
    margin-left: 55px;
}
@keyframes marquee {
  0% { left: 0; }
  100% { left: -100%; }
}
.cocobaya{
    position: absolute;
    z-index: 1;
    width: 100%;
}
.cocob{
    position: absolute;
    z-index: -1;
    width: 100%;
}