@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@-webkit-keyframes shake-vertical {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  80% {
    -webkit-transform: translateY(6.4px);
    transform: translateY(6.4px);
  }
  90% {
    -webkit-transform: translateY(-6.4px);
    transform: translateY(-6.4px);
  }
}

@keyframes jump {
  0% {
    top: 0;
  }
  50% {
    top: 12px;
  }
  100% {
    top: 0;
  }
}

@keyframes shake-vertical {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  80% {
    -webkit-transform: translateY(6.4px);
    transform: translateY(6.4px);
  }
  90% {
    -webkit-transform: translateY(-6.4px);
    transform: translateY(-6.4px);
  }
}

@-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes jello-vertical {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes jello-vertical {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.blog {
  margin-top: 120px;
  position: relative;
  overflow: hidden;
}

.blog::before {
  content: "";
  background: #3BAD4C;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 360px;
  top: 0;
  left: 0;
}

.blog .titulo {
  color: #FFF;
  margin-top: 88px;
  margin-bottom: 4rem;
  font-weight: 300;
}

.blog .titulo strong {
  font-weight: 700;
}

.blog-wrapper {
  margin-bottom: 6rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 7.5rem;
  row-gap: 7.5rem;
}

.paginacao {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 4.5rem;
}

.paginacao .pagination {
  display: flex;
}

.paginacao .pagination .paginate_button {
  width: 56px;
  height: 56px;
  outline: 0;
  padding: 0;
  margin: 0 .75rem;
  border-radius: .25rem;
  color: #333;
  background: transparent;
  font-family: "Airbnb Cereal App", sans-serif;
  border: 1px solid #333;
  font-size: 20px;
  font-size: 1.25rem;
}

.paginacao .pagination .paginate_button:hover, .paginacao .pagination .paginate_button.activepage {
  cursor: pointer;
  color: white;
  background: #3BAD4C;
  border-color: #3BAD4C;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.24);
}

.tube-small-2 {
  left: 0;
  bottom: -100px;
  width: 260px;
  height: 260px;
  position: absolute;
  z-index: -1;
}

@media (max-width: 1680px) {
  .blog-wrapper {
    column-gap: 6rem;
    row-gap: 6rem;
  }
}

@media (max-width: 1441px) {
  .blog {
    margin-top: 88px;
  }
  .blog-wrapper {
    column-gap: 4rem;
    row-gap: 4rem;
  }
  .blog .titulo {
    margin-top: 4rem;
    margin-bottom: 2.5rem;
  }
  .paginacao .pagination .paginate_button {
    width: 48px;
    height: 48px;
    margin: 0 .5rem;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .tube-small-2 {
    bottom: -70px;
    width: 200px;
    height: 200px;
  }
}

@media (max-width: 1024px) {
  .blog {
    margin-top: 80px;
  }
  .blog-wrapper {
    column-gap: 3.5rem;
    row-gap: 3.5rem;
  }
  .tube-small-2 {
    bottom: -50px;
    width: 170px;
    height: 170px;
  }
}

@media (max-width: 978px) {
  .toggle {
    display: flex;
    padding: 12px;
    top: 1.625rem;
    right: 1.5rem;
  }
  .cabecalho {
    position: fixed;
    box-shadow: initial;
    padding-bottom: .5rem;
  }
  .cabecalho .menu .lista,
  .cabecalho .menu .btn {
    display: none;
  }
  .blog {
    margin-top: 68px;
  }
  .blog::before {
    height: 250px;
  }
  .blog-wrapper {
    column-gap: 2.5rem;
    row-gap: 2.5rem;
  }
}
