.sumir-carrossel {
  margin-bottom: 20px;
  animation: boneco2 2s;
}


.swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 300px;
}

.swiper-slide img {
  display: block;
  width: 400px;
  object-fit: cover;
  height: 300px;
}

.titulo-carrossel {
  font-size: 25px;
  margin-top: 100px;
  text-align: center;
}


.passe-para-o-lado {
  display: flex;
  justify-content: center;

}

#animation {
  color: blue;
  font-size: 30px;
  margin: 10px 0 0 10px;
  white-space: nowrap;
  overflow: hidden;
  width: 30%;
  text-align: center;
  font-weight: bold;
  animation: type 4s steps(60, end);
}

#animation:nth-child(2) {
  animation: type2 8s steps(60, end);
}

@keyframes type {
  from {
    width: 0;
  }
}

@keyframes type2 {
  0% {
    width: 0;
  }

  50% {
    width: 0;
  }

  100% {
    width: 100;
  }
}

@keyframes blink {
  to {
    opacity: .0;
  }
}

::selection {
  background: black;
}



@media (max-width: 631px) {

  #animation {
    color: blue;
    font-size: 30px;
    margin: 10px 0 0 10px;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-align: center;
    font-weight: bold;
    animation: type 2s steps(60, end);
  }
}


@media (max-width: 1053px) {
  #animation {
    color: blue;
    font-size: 30px;
    margin: 10px 0 0 10px;
    white-space: nowrap;
    overflow: hidden;
    width: 70%;
    text-align: center;
    font-weight: bold;
    animation: type 2s steps(60, end);
  }
}

@media (max-width: 455px) {
  #animation {
    color: blue;
    font-size: 30px;
    margin: 10px 0 0 10px;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-align: center;
    font-weight: bold;
    animation: type 2s steps(60, end);
  }
}

@media (max-width: 339px) {
  #animation {
    font-size: 20px;
  }
}




@media (max-width: 495px) {
  .swiper-slide {

    width: 400px;

  }
}



@media (max-width: 410px) {
  .swiper-slide {

    width: 300px;

  }

  .swiper-slide img {
    object-fit: cover;
    background-size: cover;
    width: 300px;

  }
}
