@-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;
  }
}

.sobre {
  margin-top: 120px;
  margin-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.sobre-wrapper {
  max-width: 60%;
  margin-bottom: 6rem;
  padding-top: 88px;
  font-size: 28px;
  font-size: 1.75rem;
}

.sobre-wrapper .titulo {
  margin-bottom: 4rem;
}

.sobre-wrapper p {
  margin-bottom: 2rem;
  font-weight: 300;
}

.sobre-wrapper strong {
  font-weight: bold;
}

.sobre-values {
  width: 100%;
  /*display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10rem;
    margin-bottom: 6rem;*/
  display: flex;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: row;
  -webkit-flex-direction: row;
  position: relative;
}

.sobre-values .value {
  width: 35%;
  padding: 0 10px;
}

.sobre-values .value .titulo {
  margin-bottom: 1.5rem;
}

.sobre-values .value p {
  font-weight: 300;
  font-size: 26px;
  font-size: 1.625rem;
}

.sobre-values .value.visao {
  width: 100%;
  margin-top: 40px;
}

.sobre-values .value.visao .titulo {
  text-align: center;
}

.sobre-values .value.visao p {
  text-align: center;
}

.tube-small-1 {
  top: -150px;
  right: 33%;
  width: 220px;
  height: 220px;
  position: absolute;
  z-index: -1;
}

.tube-small-2 {
  left: 0;
  bottom: -100px;
  width: 260px;
  height: 260px;
  position: absolute;
  z-index: -1;
}

.tube-medium-1 {
  top: -40%;
  left: 33%;
  width: 740px;
  height: 740px;
  position: absolute;
  z-index: -1;
}

.tube-medium-2 {
  top: -10%;
  right: -10%;
  width: 860px;
  height: 860px;
  position: absolute;
  z-index: -1;
}

@media (max-width: 1680px) {
  .sobre-wrapper {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .sobre-wrapper .titulo {
    margin-bottom: 2rem;
  }
  .sobre-wrapper p {
    margin-bottom: 1.5rem;
  }
  .sobre-values .value p {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .tube-medium-1 {
    top: -50%;
    left: 25%;
  }
  .tube-medium-2 {
    top: -30%;
    right: -20%;
  }
}

@media (max-width: 1441px) {
  .sobre {
    margin-top: 88px;
  }
  .sobre-wrapper {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .sobre-values {
    column-gap: 6rem;
  }
  .sobre-values .value .titulo {
    margin-bottom: 1rem;
  }
  .sobre-values .value p {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .tube-small-1 {
    width: 170px;
    height: 170px;
  }
  .tube-small-2 {
    width: 170px;
    height: 170px;
  }
  .tube-medium-1 {
    width: 600px;
    height: 600px;
    top: -45%;
    left: 30%;
  }
  .tube-medium-2 {
    width: 720px;
    height: 720px;
    top: -20%;
    right: -18%;
  }
}

@media (max-width: 1024px) {
  .sobre-wrapper {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .sobre-values {
    column-gap: 4rem;
  }
  .sobre-values .value p {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .tube-small-1 {
    width: 120px;
    height: 120px;
  }
  .tube-small-2 {
    width: 120px;
    height: 120px;
    bottom: -50px;
  }
  .tube-medium-1 {
    top: -50%;
    left: 25%;
  }
  .tube-medium-2 {
    width: 680px;
    height: 680px;
    top: -20%;
    right: -33%;
  }
}

@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;
  }
  .tube-medium-2 {
    display: none;
  }
  .sobre {
    margin-top: 68px;
  }
  .sobre-wrapper {
    max-width: 100%;
  }
  .sobre-values {
    /*grid-template-columns: 1fr;
      column-gap: 0;
      row-gap: 3.5rem;*/
  }
  .sobre-values .value {
    width: 100%;
    margin-bottom: 20px;
  }
  .sobre-values .value .titulo {
    text-align: center;
  }
  .sobre-values .value .texto {
    text-align: center;
  }
  .sobre-values .value.visao {
    margin-top: 0;
  }
}
