@-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;
  }
}

.post {
  margin-top: 120px;
  position: relative;
  overflow: hidden;
}

.post::before {
  content: "";
  background: #3BAD4C;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 360px;
  top: 0;
  left: 0;
}

.post .titulo {
  color: #FFF;
  margin-top: 88px;
  margin-bottom: 4rem;
}

.post .titulo--escuro {
  color: #000000;
  margin-bottom: 2.5rem;
  font-size: 56px;
  font-size: 3.5rem;
}

.post-conteudo {
  margin-bottom: 6rem;
}

.post-conteudo .hero {
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 3rem;
  border-radius: 30px;
  position: relative;
}

.post-conteudo .hero::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  border-radius: 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(12%, transparent), color-stop(76%, rgba(0, 0, 0, 0.8)));
  background-image: linear-gradient(180deg, transparent 12%, rgba(0, 0, 0, 0.8) 76%);
}

.post-conteudo .hero-conteudo {
  color: #FFF;
  padding: 3.5rem;
  max-width: 60%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: transparent;
}

.post-conteudo .hero-conteudo-categoria {
  display: flex;
  margin-bottom: 2.5rem;
}

.post-conteudo .hero-conteudo-categoria a {
  color: #FFF;
  padding: .75rem 2rem;
  background: #3BAD4C;
  border-radius: 45px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
}

.post-conteudo .hero-conteudo-categoria a:hover {
  background: #1A892A;
}

.post-conteudo .hero-conteudo .titulo {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-weight: bold;
  font-size: 56px;
  font-size: 3.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.post-conteudo .hero-conteudo time {
  font-size: 24px;
  font-size: 1.5rem;
}

.post-conteudo article {
  padding: 0 3.5rem;
  display: none;
}

.post-conteudo article.ativo {
  display: block;
}

.post-conteudo article p {
  color: #000000;
  font-weight: 300;
  line-height: 1.6;
  margin-top: 1.5rem;
  font-family: "Airbnb Cereal App", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
}

.post-conteudo article p strong {
  font-weight: 700;
}

.post-conteudo article p + h3 {
  margin-top: 3.5rem;
}

.post-conteudo article h3 {
  color: #000000;
  font-weight: 300;
  line-height: 1.2;
  margin-top: 1.5rem;
  font-family: "Airbnb Cereal App", sans-serif;
  font-weight: bold;
  font-size: 48px;
  font-size: 3rem;
}

.post-conteudo article img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 30px;
  margin-top: 3.5rem;
}

.post-conteudo article img + h3,
.post-conteudo article img + p {
  margin-top: 3.5rem;
}

.post .contrate {
  margin-bottom: 6rem;
}

.post-relacionado {
  margin-bottom: 6rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 7.5rem;
  row-gap: 7.5rem;
}

.tube-small-2 {
  left: 0;
  bottom: -100px;
  width: 260px;
  height: 260px;
  position: absolute;
  z-index: 0;
}

.tube-medium-1 {
  top: 25%;
  left: -33.33%;
  width: 1040px;
  height: 1040px;
  position: absolute;
  z-index: -1;
}

.tube-medium-2 {
  top: 50%;
  right: -40%;
  width: 1200px;
  height: 1200px;
  position: absolute;
  z-index: -1;
}

@media (max-width: 1680px) {
  .post-conteudo .hero-conteudo-categoria a {
    padding: .5rem 1.5rem;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .post-conteudo .hero-conteudo .titulo {
    font-size: 48px;
    font-size: 3rem;
  }
  .post-conteudo .hero-conteudo time {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .post-conteudo article h3 {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .post-relacionado {
    column-gap: 6rem;
    row-gap: 6rem;
  }
}

@media (max-width: 1441px) {
  .post {
    margin-top: 88px;
  }
  .post .titulo {
    margin-top: 4rem;
    margin-bottom: 2.5rem;
  }
  .post .titulo--escuro {
    font-size: 32px;
    font-size: 2rem;
  }
  .post-conteudo .hero-conteudo-categoria a {
    padding: .25rem 1rem .125rem;
    letter-spacing: 1px;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .post-conteudo .hero-conteudo .titulo {
    font-size: 44px;
    font-size: 2.75rem;
  }
  .post-conteudo .hero-conteudo time {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .post-conteudo article h3 {
    font-size: 32px;
    font-size: 2rem;
  }
  .post-conteudo article p {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .post-relacionado {
    column-gap: 4rem;
    row-gap: 4rem;
  }
  .tube-small-2 {
    bottom: -70px;
    width: 200px;
    height: 200px;
  }
  .tube-medium-1 {
    left: -36%;
    width: 820px;
    height: 820px;
  }
  .tube-medium-2 {
    right: -50%;
    width: 940px;
    height: 940px;
  }
}

@media (max-width: 1025px) {
  .post {
    margin-top: 80px;
  }
  .post .titulo--escuro {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .post-conteudo .hero-conteudo-categoria a {
    font-size: 9px;
    font-size: 0.5625rem;
  }
  .post-conteudo .hero-conteudo .titulo {
    font-size: 32px;
    font-size: 2rem;
  }
  .post-conteudo .hero-conteudo time {
    font-size: 16px;
    font-size: 1rem;
  }
  .post-conteudo article h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .post-conteudo article p {
    font-size: 16px;
    font-size: 1rem;
  }
  .post-relacionado {
    column-gap: 3.5rem;
    row-gap: 3.5rem;
  }
  .tube-small-2 {
    bottom: -70px;
    width: 150px;
    height: 150px;
  }
  .tube-medium-1 {
    width: 600px;
    height: 600px;
  }
  .tube-medium-2 {
    width: 720px;
    height: 720px;
  }
}

@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;
  }
  .post {
    margin-top: 68px;
  }
  .post::before {
    height: 250px;
  }
  .post-relacionado {
    column-gap: 2.5rem;
    row-gap: 2.5rem;
  }
  .post .contrate {
    display: none;
  }
}
