 *,
:after,
:before {
  
  border: 0 solid;
}

.fundo-mb {display:none;}
.corpo-mg {display:none;}

.text1 {
  margin-left: 100px;
  font-size: 20px;
  font-weight: 800;
  color: white;
}
.corpo {
  padding-top: 16px;
  padding-bottom: 16px;
  overflow: hidden;
  width: 100%;
}
.fundo {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  animation: 20s marquee linear infinite;
  gap: 80px;
}


.fundo span {
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  --tw-text-opacity: 1;
  float: left;
  width: 50%;
}

@keyframes marquee {
  0% { left: 0; }
  100% { left: -100%; }
}
@media screen and (max-width: 720px) {
  
  
  .fundo {display:none;}
  .corpo {display:none;}
  
  .fundo-mb {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  animation: 10s marquee linear infinite;
  gap: 24px;
}


.fundo-mb span {
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  --tw-text-opacity: 1;
  float: left;
  width: 50%;
}
  
  .corpo-mb {
  padding-top: 16px;
  padding-bottom: 16px;
  overflow: hidden;
    width: 100%;}
  
  @keyframes marquee {
  0% { left: 0; }
  100% { left: -100%; }
}
  .img-1 {
    width: 100px;
       
  }
}


}
