@-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;
  }
}

.atendimento {
  position: relative;
  width: 100%;
  margin-top: 120px;
  overflow: hidden;
}

.atendimento .grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  column-gap: 6rem;
  padding-top: 88px;
  margin-bottom: 7.5rem;
}

.atendimento-descricao {
  position: relative;
}

.atendimento-descricao .titulo {
  color: #3BAD4C;
  font-weight: bold;
  margin-bottom: 3.5rem;
  font-size: 64px;
  font-size: 4rem;
}

.atendimento-descricao span {
  display: block;
  line-height: 1.6;
  max-width: 75%;
  font-size: 22px;
  font-size: 1.375rem;
}

.atendimento-descricao-horario {
  color: #333;
  margin-bottom: 2.5rem;
}

.atendimento-descricao-horario strong {
  font-weight: bold;
}

.atendimento-descricao-contato {
  color: #333;
  margin-bottom: 2.5rem;
  font-weight: bold;
}

.atendimento-descricao-contato a {
  color: #333;
  font-weight: 300;
}

.atendimento-descricao-endereco {
  color: #3BAD4C;
  font-weight: bold;
}

.atendimento-formulario .form {
  display: flex;
  flex-flow: wrap;
}

.atendimento-formulario .form-campo--button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.atendimento-formulario .form-campo--button span {
  display: block;
  color: #FF0313;
  font-size: 16px;
  font-size: 1rem;
}

.atendimento-formulario .form-campo--button .btn {
  color: #FFF;
  padding: 1rem 3.5rem;
  letter-spacing: 2px;
  font-weight: bold;
}

.tube-small-1 {
  top: 50%;
  right: 50%;
  width: 220px;
  height: 220px;
  position: absolute;
  z-index: -1;
}

.tube-medium-1 {
  top: -65%;
  left: 25%;
  width: 740px;
  height: 740px;
  position: absolute;
  z-index: -1;
}

.tube-medium-2 {
  top: -55%;
  right: -25%;
  width: 860px;
  height: 860px;
  position: absolute;
  z-index: -1;
}

@media (max-width: 1441px) {
  .atendimento {
    margin-top: 88px;
  }
  .atendimento-descricao .titulo {
    font-size: 52px;
    font-size: 3.25rem;
  }
  .atendimento-descricao span {
    line-height: 1.3;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .atendimento-formulario .form-campo--button span {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .atendimento-formulario .form-campo--button .btn {
    padding: .75rem 3rem;
    letter-spacing: 1px;
  }
  .tube-small-1 {
    top: 45%;
    width: 170px;
    height: 170px;
  }
  .tube-medium-1 {
    top: -60%;
    left: 30%;
    width: 600px;
    height: 600px;
  }
  .tube-medium-2 {
    top: -40%;
    right: -20%;
    width: 720px;
    height: 720px;
  }
}

@media (max-width: 1025px) {
  .atendimento-descricao .titulo {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .atendimento-descricao span {
    font-size: 16px;
    font-size: 1rem;
  }
  .atendimento-formulario .form-campo--button span {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .atendimento-formulario .form-campo--button .btn {
    padding: .5rem 2.5rem;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .tube-small-1 {
    top: 40%;
    width: 100px;
    height: 100px;
  }
  .tube-medium-1 {
    top: -56%;
    width: 500px;
    height: 500px;
  }
  .tube-medium-2 {
    right: -25%;
    width: 620px;
    height: 620px;
  }
}

@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;
  }
  .atendimento {
    margin-top: 68px;
  }
  .atendimento .grid {
    padding-top: 56px;
    grid-template-columns: 1fr;
    column-gap: 0;
  }
  .atendimento-descricao {
    margin-bottom: 3.5rem;
  }
}
