@-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 shake-lr {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  10% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
  }
  20%,
  40%,
  60% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  30%,
  50%,
  70% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  80% {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }
  90% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
  }
}

@keyframes shake-lr {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  10% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
  }
  20%,
  40%,
  60% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  30%,
  50%,
  70% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  80% {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }
  90% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
  }
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.element {
  position: absolute;
  z-index: 9;
}

.element img {
  width: 100%;
  height: auto;
}

.element.s-1 {
  width: 40px;
}

.element.s-2 {
  width: 56px;
}

.element.s-3 {
  width: 64px;
}

.element.s-4 {
  width: 72px;
}

.element.s-5 {
  width: 120px;
}

.element.s-6 {
  width: 240px;
}

.element.t-1 {
  -moz-animation: rotate1 80s linear infinite;
  -webkit-animation: rotate1 80s linear infinite;
  animation: rotate1 80s linear infinite;
}

.element.t-2 {
  -moz-animation: rotate2 30s linear infinite alternate;
  -webkit-animation: rotate2 30s linear infinite alternate;
  animation: rotate2 30s linear infinite alternate;
}

.element.t-3 {
  -moz-animation: rotate3 40s linear infinite;
  -webkit-animation: rotate3 40s linear infinite;
  animation: rotate3 40s linear infinite;
}

.element.t-4 {
  -moz-animation: rotate4 30s linear infinite;
  -webkit-animation: rotate4 30s linear infinite;
  animation: rotate4 30s linear infinite;
}

.element.t-5 {
  -moz-animation: rotate5 25s linear infinite;
  -webkit-animation: rotate5 25s linear infinite;
  animation: rotate5 25s linear infinite;
}

.element.t-6 {
  -moz-animation: pulse 4s linear infinite;
  -webkit-animation: pulse 4s linear infinite;
  animation: pulse 4s linear infinite;
}

@-moz-keyframes rotate1 {
  0% {
    -moz-transform: translate(0, 100px) rotate(0deg);
    transform: translate(0, 100px) rotate(0deg);
  }
  50% {
    -moz-transform: translate(0, -100px) rotate(-360deg);
    transform: translate(0, -100px) rotate(-360deg);
  }
  100% {
    -moz-transform: translate(0, 100px) rotate(0deg);
    transform: translate(0, 100px) rotate(0deg);
  }
}

@-webkit-keyframes rotate1 {
  0% {
    -webkit-transform: translate(0, 100px) rotate(0deg);
    transform: translate(0, 100px) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(0, -100px) rotate(-360deg);
    transform: translate(0, -100px) rotate(-360deg);
  }
  100% {
    -webkit-transform: translate(0, 100px) rotate(0deg);
    transform: translate(0, 100px) rotate(0deg);
  }
}

@keyframes rotate1 {
  0% {
    -moz-transform: translate(0, 100px) rotate(0deg);
    -ms-transform: translate(0, 100px) rotate(0deg);
    -webkit-transform: translate(0, 100px) rotate(0deg);
    transform: translate(0, 100px) rotate(0deg);
  }
  50% {
    -moz-transform: translate(0, -100px) rotate(-360deg);
    -ms-transform: translate(0, -100px) rotate(-360deg);
    -webkit-transform: translate(0, -100px) rotate(-360deg);
    transform: translate(0, -100px) rotate(-360deg);
  }
  100% {
    -moz-transform: translate(0, 100px) rotate(0deg);
    -ms-transform: translate(0, 100px) rotate(0deg);
    -webkit-transform: translate(0, 100px) rotate(0deg);
    transform: translate(0, 100px) rotate(0deg);
  }
}

@-moz-keyframes rotate3 {
  0% {
    -moz-transform: translate(0, 100px) rotate(0deg);
    transform: translate(0, 100px) rotate(0deg);
  }
  50% {
    -moz-transform: translate(0, -50px) rotate(-360deg);
    transform: translate(0, -50px) rotate(-360deg);
  }
  100% {
    -moz-transform: translate(0, 100px) rotate(0deg);
    transform: translate(0, 100px) rotate(0deg);
  }
}

@-webkit-keyframes rotate3 {
  0% {
    -webkit-transform: translate(0, 100px) rotate(0deg);
    transform: translate(0, 100px) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(0, -50px) rotate(-360deg);
    transform: translate(0, -50px) rotate(-360deg);
  }
  100% {
    -webkit-transform: translate(0, 100px) rotate(0deg);
    transform: translate(0, 100px) rotate(0deg);
  }
}

@keyframes rotate3 {
  0% {
    -moz-transform: translate(0, -100px) rotate(0deg);
    -ms-transform: translate(0, -100px) rotate(0deg);
    -webkit-transform: translate(0, 100px) rotate(0deg);
    transform: translate(0, 100px) rotate(0deg);
  }
  50% {
    -moz-transform: translate(0, -50px) rotate(-360deg);
    -ms-transform: translate(0, -50px) rotate(-360deg);
    -webkit-transform: translate(0, -50px) rotate(-360deg);
    transform: translate(0, -50px) rotate(-360deg);
  }
  100% {
    -moz-transform: translate(0, 100px) rotate(0deg);
    -ms-transform: translate(0, 100px) rotate(0deg);
    -webkit-transform: translate(0, 0px) rotate(0deg);
    transform: translate(0, 100px) rotate(0deg);
  }
}

@-moz-keyframes rotate2 {
  0% {
    -moz-transform: translateX(-50px) rotate(0deg);
    -ms-transform: translateX(-50px) rotate(0deg);
    -webkit-transform: translateX(-50px) rotate(0deg);
    transform: translateX(-50px) rotate(0deg);
  }
  50% {
    -moz-transform: translateX(100px) rotate(360deg);
    -ms-transform: translateX(100px) rotate(360deg);
    -webkit-transform: translateX(100px) rotate(360deg);
    transform: translateV(100px) rotate(360deg);
  }
  100% {
    -moz-transform: translateX(-50px) rotate(0deg);
    -ms-transform: translateX(-50px) rotate(0deg);
    -webkit-transform: translateX(-50px) rotate(0deg);
    transform: translateX(-50px) rotate(0deg);
  }
}

@-webkit-keyframes rotate2 {
  0% {
    -moz-transform: translateX(-50px) rotate(0deg);
    -ms-transform: translateX(-50px) rotate(0deg);
    -webkit-transform: translateX(-50px) rotate(0deg);
    transform: translateX(-50px) rotate(0deg);
  }
  50% {
    -moz-transform: translateX(100px) rotate(360deg);
    -ms-transform: translateX(100px) rotate(360deg);
    -webkit-transform: translateX(100px) rotate(360deg);
    transform: translateV(100px) rotate(360deg);
  }
  100% {
    -moz-transform: translateX(-50px) rotate(0deg);
    -ms-transform: translateX(-50px) rotate(0deg);
    -webkit-transform: translateX(-50px) rotate(0deg);
    transform: translateX(-50px) rotate(0deg);
  }
}

@keyframes rotate2 {
  0% {
    -moz-transform: translateX(-50px) rotate(0deg);
    -ms-transform: translateX(-50px) rotate(0deg);
    -webkit-transform: translateX(-50px) rotate(0deg);
    transform: translateX(-50px) rotate(0deg);
  }
  50% {
    -moz-transform: translateX(100px) rotate(360deg);
    -ms-transform: translateX(100px) rotate(360deg);
    -webkit-transform: translateX(100px) rotate(360deg);
    transform: translateV(100px) rotate(360deg);
  }
  100% {
    -moz-transform: translateX(-50px) rotate(0deg);
    -ms-transform: translateX(-50px) rotate(0deg);
    -webkit-transform: translateX(-50px) rotate(0deg);
    transform: translateX(-50px) rotate(0deg);
  }
}

@-moz-keyframes rotate4 {
  0% {
    -moz-transform: translate(50px, -50px) rotate(0deg);
    -ms-transform: translate(50px, -50px) rotate(0deg);
    -webkit-transform: translate(50px, -50px) rotate(0deg);
    transform: translate(50px, -50px) rotate(0deg);
  }
  50% {
    -moz-transform: translate(-70px, 70px) rotate(360deg);
    -ms-transform: translate(-70px, 70px) rotate(360deg);
    -webkit-transform: translate(70px, 70px) rotate(360deg);
    transform: translate(-70px, 70px) rotate(360deg);
  }
  100% {
    -moz-transform: translate(50px, -50px) rotate(0);
    -ms-transform: translate(50px, -50px) rotate(0);
    -webkit-transform: translate(50px, -50px) rotate(0);
    transform: translate(50px, -50px) rotate(0);
  }
}

@-webkit-keyframes rotate4 {
  0% {
    -moz-transform: translate(50px, -50px) rotate(0deg);
    -ms-transform: translate(50px, -50px) rotate(0deg);
    -webkit-transform: translate(50px, -50px) rotate(0deg);
    transform: translate(50px, -50px) rotate(0deg);
  }
  50% {
    -moz-transform: translate(-70px, 70px) rotate(360deg);
    -ms-transform: translate(-70px, 70px) rotate(360deg);
    -webkit-transform: translate(70px, 70px) rotate(360deg);
    transform: translate(-70px, 70px) rotate(360deg);
  }
  100% {
    -moz-transform: translate(50px, -50px) rotate(0);
    -ms-transform: translate(50px, -50px) rotate(0);
    -webkit-transform: translate(50px, -50px) rotate(0);
    transform: translate(50px, -50px) rotate(0);
  }
}

@keyframes rotate4 {
  0% {
    -moz-transform: translate(50px, -50px) rotate(0deg);
    -ms-transform: translate(50px, -50px) rotate(0deg);
    -webkit-transform: translate(50px, -50px) rotate(0deg);
    transform: translate(50px, -50px) rotate(0deg);
  }
  50% {
    -moz-transform: translate(-70px, 70px) rotate(360deg);
    -ms-transform: translate(-70px, 70px) rotate(360deg);
    -webkit-transform: translate(70px, 70px) rotate(360deg);
    transform: translate(-70px, 70px) rotate(360deg);
  }
  100% {
    -moz-transform: translate(50px, -50px) rotate(0);
    -ms-transform: translate(50px, -50px) rotate(0);
    -webkit-transform: translate(50px, -50px) rotate(0);
    transform: translate(50px, -50px) rotate(0);
  }
}

@-moz-keyframes rotate5 {
  0% {
    -moz-transform: translate(0) scale(1);
    -ms-transform: translate(0) scale(1);
    -webkit-transform: translate(0) scale(1);
    transform: translate(0) scale(1);
  }
  50% {
    -moz-transform: translate(-90px, -90px) scale(1.3);
    -ms-transform: translate(-90px, -90px) scale(1.3);
    -webkit-transform: translate(-90px, -90px) scale(1.3);
    transform: translate(-90px, -90px) scale(1.3);
  }
  100% {
    -moz-transform: translate(0) scale(1);
    -ms-transform: translate(0) scale(1);
    -webkit-transform: translate(0) scale(1);
    transform: translate(0) scale(1);
  }
}

@-webkit-keyframes rotate5 {
  0% {
    -moz-transform: translate(0) scale(1);
    -ms-transform: translate(0) scale(1);
    -webkit-transform: translate(0) scale(1);
    transform: translate(0) scale(1);
  }
  50% {
    -moz-transform: translate(-90px, -90px) scale(1.3);
    -ms-transform: translate(-90px, -90px) scale(1.3);
    -webkit-transform: translate(-90px, -90px) scale(1.3);
    transform: translate(-90px, -90px) scale(1.3);
  }
  100% {
    -moz-transform: translate(0) scale(1);
    -ms-transform: translate(0) scale(1);
    -webkit-transform: translate(0) scale(1);
    transform: translate(0) scale(1);
  }
}

@keyframes rotate5 {
  0% {
    -moz-transform: translate(0) scale(1);
    -ms-transform: translate(0) scale(1);
    -webkit-transform: translate(0) scale(1);
    transform: translate(0) scale(1);
  }
  50% {
    -moz-transform: translate(-90px, -90px) scale(1.3);
    -ms-transform: translate(-90px, -90px) scale(1.3);
    -webkit-transform: translate(-90px, -90px) scale(1.3);
    transform: translate(-90px, -90px) scale(1.3);
  }
  100% {
    -moz-transform: translate(0) scale(1);
    -ms-transform: translate(0) scale(1);
    -webkit-transform: translate(0) scale(1);
    transform: translate(0) scale(1);
  }
}

@-moz-keyframes pulse {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}

#pos1 {
  top: 10%;
  right: 45%;
}

#pos2 {
  top: 30%;
  right: 15%;
}

#pos3 {
  bottom: 2%;
  right: 38%;
}

#pos4 {
  bottom: 25%;
  right: -32px;
}

#pos5 {
  bottom: 12%;
  right: 44%;
  z-index: -1;
}

.scroll-element {
  position: absolute;
  z-index: 9;
}

.scroll-element img {
  height: auto;
}

#red-triangule {
  top: -75px;
  left: 10%;
  width: 170px;
}

#red-circle {
  top: -44px;
  right: 40px;
  width: 75px;
}

#object-before {
  left: 220px;
  bottom: -90px;
  z-index: -2;
}

#purple-multi {
  left: 30%;
  top: 20%;
  z-index: -2;
  width: 40px;
}

#purple-risk {
  right: 5%;
  bottom: 10%;
  z-index: -2;
  width: 56px;
}

#red-element {
  right: -10%;
  top: 0;
  z-index: -2;
  width: 340px;
}

#blue-element {
  left: 5%;
  bottom: 0;
  z-index: -2;
  width: 340px;
}

@media (max-width: 1681px) {
  .element.s-2 {
    width: 48px;
  }
  .element.s-3 {
    width: 56px;
  }
  .element.s-6 {
    width: 220px;
  }
  #red-triangule {
    top: -60px;
    width: 130px;
  }
  #red-circle {
    width: 60px;
    top: -36px;
  }
  #object-before {
    left: 200px;
    width: 100%;
  }
  #red-element {
    top: 5%;
    width: 290px;
  }
  #blue-element {
    width: 290px;
  }
}

@media (max-width: 1441px) {
  .element.s-2 {
    width: 36px;
  }
  .element.s-3 {
    width: 40px;
  }
  .element.s-6 {
    width: 180px;
  }
  #pos1 {
    top: 6%;
    right: 41%;
  }
  #pos2 {
    top: 25%;
    right: 12.5%;
  }
  #pos5 {
    bottom: 15%;
    right: 40%;
  }
  #red-triangule {
    top: -40px;
    width: 100px;
  }
  #red-circle {
    width: 45px;
    top: -24px;
  }
  #object-before {
    left: 150px;
    width: 90%;
    bottom: -60px;
  }
  #red-element {
    width: 220px;
  }
  #blue-element {
    width: 220px;
    bottom: 10%;
  }
  #purple-multi {
    width: 30px;
    left: 30%;
    top: 20%;
  }
  #purple-risk {
    width: 36px;
    bottom: 25%;
  }
}

@media (max-width: 1367px) {
  #pos1 {
    right: 43%;
  }
  #pos5 {
    right: 42%;
  }
}

@media (max-width: 1281px) {
  #pos1 {
    right: 46%;
  }
  #pos5 {
    right: 45%;
  }
  .element.s-6 {
    width: 160px;
  }
  #blue-element {
    bottom: 15%;
  }
}

@media (max-width: 1025px) {
  .element.s-2 {
    width: 30px;
  }
  .element.s-3 {
    width: 36px;
  }
  .element.s-6 {
    width: 120px;
  }
  #red-triangule {
    top: -35px;
    width: 70px;
  }
  #red-circle {
    width: 32px;
  }
  #object-before {
    left: 120px;
    width: 80%;
    bottom: 0;
  }
}

@media (max-width: 500px) {
  #pos1 {
    left: 12%;
  }
  #pos2 {
    right: 15%;
    width: 44px;
  }
  #pos3 {
    bottom: 0;
    left: 15%;
  }
  #pos4 {
    bottom: 30%;
    right: 0;
  }
  #pos5 {
    bottom: 50%;
    left: -1.5rem;
    right: initial;
  }
  #pos6 {
    top: 0;
    right: -25%;
    width: 150px;
  }
  .element.s-2 {
    width: 40px;
  }
  .element.s-3 {
    width: 42px;
  }
  .element.s-6 {
    width: 140px;
  }
  #red-triangule {
    top: -40px;
    left: 1.5rem;
  }
  #red-circle {
    width: 36px;
    top: -54px;
  }
  #purple-multi {
    width: 36px;
    left: 15%;
    top: 15%;
    position: absolute;
  }
  #purple-risk {
    width: 36px;
    right: 15%;
    bottom: 15%;
    position: absolute;
  }
  #red-element {
    position: absolute;
    top: 0;
    right: 0;
    width: 175px;
  }
  #blue-element {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 175px;
  }
}

body {
  width: 100%;
  overflow-x: hidden;
}

.home {
  padding-top: 190px;
  padding-bottom: 90px;
  margin-bottom: 40px;
  position: relative;
  overflow-x: hidden;
}

.home::before {
  content: "";
  position: absolute;
  background: url("../../images/site/inicio-v3.png") no-repeat;
  background-size: contain;
  background-position-y: top;
  background-position-x: right;
  height: 100%;
  width: 100%;
  top: 0;
  right: -2.75rem;
}

.home-conteudo {
  max-width: 590px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  padding-top: 4rem;
}

.home-conteudo-icones {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 3.5rem;
  margin-bottom: 3.5rem;
}

.home-conteudo-icones a > svg {
  max-width: 64px;
  height: 50px;
  fill: #D4114D;
  width: auto;
}

.home-conteudo-icones a:hover > svg {
  -webkit-animation: shake-lr 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  animation: shake-lr 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}

.home-conteudo .titulo {
  line-height: 1.2;
  margin-bottom: 3.5rem;
  font-weight: normal;
  color: #2B1944;
  font-size: 56px;
  font-size: 3.5rem;
}

.home-conteudo .titulo strong {
  font-weight: 700;
}

.home-conteudo .texto {
  max-width: 75%;
  line-height: 1.5;
  color: #2B1944;
  margin-bottom: 5rem;
  font-size: 28px;
  font-size: 1.75rem;
}

.home-conteudo .btn {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  border: 1px solid #D4114D;
  -webkit-animation: heartbeat 1.5s ease-in-out infinite;
  animation: heartbeat 1.5s ease-in-out infinite;
}

.home-conteudo .btn:hover {
  color: #D4114D;
  background: #FFF;
}

.home-conteudo .btn:hover .btn-icone {
  fill: #D4114D;
}

.home-imagem__superior {
  position: absolute;
  right: 3.5rem;
  top: -4.5rem;
  height: 160px;
  width: 158px;
}

.home-imagem__principal {
  width: 100%;
}

.home-imagem__lateral {
  position: absolute;
  left: -2.5rem;
  top: 20%;
}

.rolar-pagina {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}

.rolar-pagina .link-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rolar-pagina .link-menu > span {
  color: #2B1944;
  margin-bottom: .75rem;
  font-size: 16px;
  font-size: 1rem;
}

.rolar-pagina .link-menu > svg {
  width: 40px;
  height: 14px;
  stroke: #2B1944;
  position: relative;
  margin: 0 auto;
  text-align: center;
  animation: jump 1.5s infinite;
}

.rolar-pagina .link-menu:hover {
  cursor: pointer;
}

.rolar-pagina .link-menu:hover > span {
  color: #D4114D;
}

.rolar-pagina .link-menu:hover > svg {
  stroke: #D4114D;
}

.simulacao {
  width: 100%;
  position: relative;
  padding-bottom: 10rem;
}

.simulacao::before {
  content: "";
  background: #2B1944;
  width: 60%;
  height: 60%;
  position: absolute;
  right: 0;
  top: 340px;
  border-radius: 0 0 220px 0;
  z-index: -1;
}

.simulacao .simular {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 2.5rem;
  margin-bottom: 12rem;
}

.simulacao .simular-item {
  width: 100%;
  border-radius: 12px;
  background-color: #0092D4;
  display: flex;
  flex-direction: column;
  padding: 3rem 2.5rem 2.5rem;
  border: 2px solid #0092D4;
}

.simulacao .simular-item > svg {
  fill: #FFF;
  max-width: 72px;
  height: 58px;
  width: auto;
  margin-bottom: 2rem;
}

.simulacao .simular-item-titulo {
  color: #FFF;
  line-height: 1.5;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-size: 24px;
  font-size: 1.5rem;
}

.simulacao .simular-item-texto {
  color: #FFF;
  margin-bottom: 3rem;
  line-height: 1.6;
  font-size: 20px;
  font-size: 1.25rem;
}

.simulacao .simular-item-btn {
  max-width: 220px;
  background: #FFF;
}

.simulacao .simular-item-btn a {
  color: #0092D4;
}

.simulacao .simular-item-btn:hover {
  background: #D4114D;
}

.simulacao .simular-item-btn:hover a {
  color: #FFF;
}

.simulacao .simular-item:hover {
  cursor: pointer;
  background-color: #FFF;
  border-color: cor3;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.24);
}

.simulacao .simular-item:hover > svg {
  fill: #0092D4;
  -webkit-animation: shake-lr 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  animation: shake-lr 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}

.simulacao .simular-item:hover .simular-item-titulo {
  color: #0092D4;
}

.simulacao .simular-item:hover .simular-item-texto {
  color: #0092D4;
}

.simulacao .simular-item:hover .simular-item-btn {
  background: #D4114D;
}

.simulacao .simular-item:hover .simular-item-btn a {
  color: #FFF;
}

.simulacao .video {
  display: grid;
  grid-template-columns: 2.5fr 1.5fr;
  column-gap: 3.5rem;
  position: relative;
}

.simulacao .video-frame {
  width: 100%;
  padding-top: 70%;
  border-radius: 0 15px 15px 0;
  position: relative;
  background-color: #f0f0f0;
}

.simulacao .video-frame::after {
  content: "";
  background: url(../../images/site/i-play.svg) center no-repeat;
  background-size: 11%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  visibility: visible;
}

.simulacao .video-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 15px 15px 0;
}

.simulacao .video-frame:hover {
  cursor: pointer;
}

.simulacao .video-frame.pause-video::after {
  visibility: hidden;
}

.simulacao .video-conteudo {
  max-width: 400px;
}

.simulacao .video-conteudo .titulo {
  color: #D4114D;
  line-height: 1.3;
  font-weight: normal;
  margin-bottom: 2.5rem;
}

.simulacao .video-conteudo .titulo strong {
  font-weight: bold;
}

.simulacao .video-conteudo .texto {
  color: #FFF;
  line-height: 1.6;
  margin-bottom: 4rem;
  font-size: 24px;
  font-size: 1.5rem;
}

.simulacao .video-conteudo .btn {
  max-width: 220px;
  -webkit-animation: heartbeat 2s ease-in-out infinite;
  animation: heartbeat 2s ease-in-out infinite;
}

.simulacao .video-conteudo .btn:hover {
  background: #FFF;
  color: #D4114D;
}

.faqs {
  padding-bottom: 7.5rem;
  overflow-x: hidden;
  position: relative;
}

.faqs .container {
  position: initial;
}

.faqs .faq {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  column-gap: 4rem;
  position: relative;
}

.faqs .faq-conteudo .titulo {
  color: #2B1944;
  line-height: 1.3;
  margin-bottom: 2.5rem;
  font-weight: normal;
}

.faqs .faq-conteudo .titulo strong {
  font-weight: bold;
}

.faqs .faq-conteudo .subtitulo {
  color: #0092D4;
  line-height: 1.3;
  margin-bottom: 1.25rem;
  font-size: 32px;
  font-size: 2rem;
}

.faqs .faq-conteudo .texto {
  color: #2B1944;
  line-height: 1.6;
  margin-bottom: 4rem;
}

.faqs .faq-conteudo .texto strong {
  font-weight: bold;
}

.faqs .faq-ilustracao {
  position: relative;
}

.faqs .faq-ilustracao-background {
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
}

.faqs .faq-ilustracao-background img {
  margin-top: 8rem;
}

.faqs .faq-ilustracao-background img:first-of-type {
  top: 0;
}

.logos {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #D4114D;
}

.logos .noticia {
  width: 100%;
  position: absolute;
  top: -230px;
  display: flex;
  justify-content: center;
}

.logos .noticia-titulo {
  background: #0092D4;
  padding: 2rem 5.5rem;
  border-radius: 0 150px 0 150px;
}

.logos .noticia-titulo h2 {
  color: #FFF;
  font-weight: 300;
  font-size: 48px;
  font-size: 3rem;
}

.logos .lista {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logos .lista-item a svg {
  height: 50px;
  width: auto;
  fill: #FFF;
  transition: 300ms;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
}

.logos .lista-item a .veja {
  height: 72px;
}

.logos .lista-item a .exame {
  height: 44px;
}

.logos .lista-item a:hover svg {
  fill: #2B1944;
  transition: 300ms;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.owl-carousel.owl-drag .owl-item {
  display: flex;
  max-height: 47px;
  height: 47px;
  align-items: center;
}

@media (max-width: 1681px) {
  .home {
    padding-bottom: 45px;
  }
  .home:before {
    width: 60%;
    right: -2.25rem;
  }
  .home-conteudo {
    padding-top: 2rem;
  }
  .home-conteudo .titulo {
    margin-bottom: 2rem;
    font-size: 52px;
    font-size: 3.25rem;
  }
  .home-conteudo .texto {
    line-height: 1.3;
    margin-bottom: 6rem;
    font-size: 24px;
    font-size: 1.5rem;
  }
  .home-conteudo-icones {
    column-gap: 3rem;
    margin-bottom: 2.5rem;
  }
  .home-conteudo-icones a > svg {
    max-width: 48px;
    height: 44px;
  }
  .simulacao {
    padding-bottom: 6rem;
  }
  .simulacao::after {
    background-position-y: -15px;
  }
  .simulacao .simular {
    column-gap: 2rem;
  }
  .simulacao .simular-item-texto {
    font-size: 16px;
    font-size: 1rem;
  }
  .simulacao .video-frame::before {
    height: 155px;
    top: -52px;
  }
  .faqs .faq {
    grid-template-columns: 1fr 1fr;
    column-gap: 2.5rem;
  }
  .faqs .faq-ilustracao-background {
    width: 100%;
  }
  .logos {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }
  .logos .noticia {
    top: -155px;
  }
  .logos .noticia-titulo {
    padding: 1.5rem 5rem;
  }
  .logos .noticia-titulo h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .logos .lista-item a svg {
    height: 36px;
    max-width: 100%;
  }
  .logos .lista-item a .veja {
    height: 58px;
  }
  .logos .lista-item a .exame {
    height: 32px;
  }
}

@media (max-width: 1441px) {
  .home {
    padding-bottom: 16px;
  }
  .home::before {
    right: -1.75rem;
  }
  .home-conteudo {
    padding-top: 0;
  }
  .home-conteudo .titulo {
    margin-bottom: 1.5rem;
    font-size: 44px;
    font-size: 2.75rem;
  }
  .home-conteudo .texto {
    max-width: 55%;
    margin-bottom: 5rem;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .home-conteudo-icones {
    column-gap: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .home-conteudo-icones a > svg {
    max-width: 40px;
    height: 36px;
  }
  .home-conteudo .btn {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .rolar-pagina {
    margin-bottom: 2.5rem;
  }
  .rolar-pagina .link-menu span {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .rolar-pagina .link-menu > svg {
    width: 28px;
    height: 12px;
  }
  .simulacao {
    padding-bottom: 6rem;
  }
  .simulacao::before {
    height: 62.5%;
    top: 200px;
  }
  .simulacao .simular {
    column-gap: 1.5rem;
    margin-bottom: 10rem;
  }
  .simulacao .simular-item {
    padding: 2.5rem 1.5rem 1.5rem;
    justify-content: space-between;
  }
  .simulacao .simular-item-titulo {
    line-height: 1.3;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .simulacao .simular-item-texto {
    margin-bottom: 2.5rem;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .simulacao .simular-item-btn {
    height: 48px;
    max-width: 190px;
    min-width: 0;
    padding: 1rem 1.5rem;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .simulacao .simular-item > svg {
    max-width: 56px;
    height: 50px;
    margin-bottom: 1rem;
  }
  .simulacao .video {
    column-gap: 2.5rem;
  }
  .simulacao .video-frame::before {
    height: 130px;
    top: -42px;
  }
  .simulacao .video-frame::after {
    background-size: 10%;
  }
  .simulacao .video-conteudo .titulo {
    line-height: 1;
    margin-bottom: 2rem;
  }
  .simulacao .video-conteudo .texto {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .simulacao .video-conteudo .btn {
    padding-left: 2rem;
    justify-content: center;
  }
  .faqs .faq {
    grid-template-columns: 1fr 1fr;
    column-gap: 2.5rem;
  }
  .faqs .faq-conteudo .subtitulo {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .faqs .faq-conteudo .texto {
    margin-bottom: 3.5rem;
  }
  .faqs .faq-ilustracao-background img:first-child {
    margin-top: 6rem;
    width: 370px;
  }
  .faqs .faq-ilustracao-background img:last-child {
    width: 650px;
  }
  .logos {
    padding-top: 4.5rem;
    padding-bottom: 2.5rem;
  }
  .logos .noticia {
    top: -115px;
  }
  .logos .noticia-titulo {
    padding: 1rem 4rem;
  }
  .logos .noticia-titulo h2 {
    font-size: 32px;
    font-size: 2rem;
  }
  .logos .lista-item a svg {
    height: 28px;
  }
  .logos .lista-item a .veja {
    height: 44px;
  }
  .logos .lista-item a .exame {
    height: 24px;
  }
}

@media (max-width: 1100px) {
  .home {
    padding-top: 110px;
  }
  .home::before {
    width: 62.5%;
    right: -1.5rem;
  }
  .home-conteudo {
    max-width: 390px;
    padding-top: 2.5rem;
  }
  .home-conteudo .titulo {
    margin-bottom: 1rem;
    font-size: 36px;
    font-size: 2.25rem;
  }
  .home-conteudo .titulo strong {
    display: block;
  }
  .home-conteudo .texto {
    margin-bottom: 4rem;
    font-size: 16px;
    font-size: 1rem;
  }
  .home-conteudo-icones {
    column-gap: 2rem;
    margin-bottom: 2rem;
  }
  .home-conteudo-icones a > svg {
    max-width: 36px;
    height: 20px;
  }
  .rolar-pagina .link-menu span {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .rolar-pagina .link-menu > svg {
    width: 28px;
    height: 10px;
  }
  .simulacao .simular {
    margin-bottom: 6rem;
  }
  .faqs .faq {
    grid-template-columns: 1fr 1fr;
    column-gap: 2rem;
  }
  .faqs .faq-conteudo .subtitulo {
    margin-bottom: .75rem;
    font-size: 24px;
    font-size: 1.5rem;
  }
  .faqs .faq-conteudo .texto {
    margin-bottom: 3rem;
  }
  .faqs .faq-ilustracao-background img:first-child {
    width: 300px;
  }
  .faqs .faq-ilustracao-background img:last-child {
    width: 520px;
  }
  .logos .noticia {
    top: -105px;
  }
  .logos .noticia-titulo h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .logos .lista-item a svg {
    height: 24px;
  }
  .logos .lista-item a .veja {
    height: 32px;
  }
  .logos .lista-item a .exame {
    height: 20px;
  }
}

@media (max-width: 979px) {
  .home-conteudo {
    max-width: 320px;
  }
  .home-conteudo .texto {
    max-width: 100%;
  }
  .home-conteudo-icones {
    column-gap: 1.5rem;
    row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 1.5rem;
  }
  #pos5 {
    display: none;
  }
  .rolar-pagina {
    display: none;
  }
  .simulacao:before {
    height: 40%;
    top: 90px;
    border-radius: 0 0 20px 20px;
  }
  .simulacao .scroll-element {
    display: none;
  }
  .simulacao .simular {
    margin-bottom: 6rem;
    grid-template-columns: 1fr 1fr;
    row-gap: 1.5rem;
  }
  .simulacao .video {
    grid-template-columns: 1fr;
  }
  .simulacao .video-frame {
    border-radius: 0;
  }
  .simulacao .video-frame iframe {
    border-radius: 0;
  }
  .simulacao .video-conteudo {
    max-width: 100%;
    width: 100%;
    padding: 2rem 1.5rem 2.5rem;
    background: #2B1944;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .simulacao .video-conteudo .titulo,
  .simulacao .video-conteudo .texto {
    max-width: 360px;
    margin-bottom: 1.5rem;
    width: 100%;
  }
  .faqs .faq {
    grid-template-columns: 1fr;
    column-gap: 0;
  }
  .faqs .faq-conteudo .subtitulo {
    margin-bottom: .75rem;
    font-size: 24px;
    font-size: 1.5rem;
  }
  .faqs .faq-conteudo .texto {
    margin-bottom: 3rem;
  }
  .faqs .faq-ilustracao {
    position: relative;
    min-height: 560px;
  }
  .faqs .faq-ilustracao #red-element {
    top: 0;
    right: 5%;
  }
  .faqs .faq-ilustracao #blue-element {
    bottom: 0;
  }
  .faqs .faq-ilustracao #purple-multi {
    left: 15%;
    top: 10%;
  }
  .faqs .faq-ilustracao #purple-risk {
    bottom: 10%;
    right: 10%;
  }
  .faqs .faq-ilustracao-background {
    justify-content: center;
  }
  .faqs .faq-ilustracao-background img:first-child {
    margin-top: 3rem;
  }
  .faqs .faq-ilustracao-background img:last-child {
    margin-top: 10rem;
  }
  .logos .noticia {
    top: -105px;
    width: 442px;
  }
  .logos .noticia-titulo {
    width: 100%;
    height: 56px;
    display: flex;
    padding: 0;
    border-radius: 0 90px 0 90px;
    align-items: center;
    justify-content: center;
  }
  .logos .noticia-titulo h2 {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .logos .lista-item a svg {
    height: 24px;
  }
  .logos .lista-item a .veja {
    height: 32px;
  }
  .logos .lista-item a .exame {
    height: 20px;
  }
}

@media (max-width: 700px) {
  .simulacao:before {
    top: 200px;
  }
  .faqs .faq-ilustracao-background img {
    width: 120%;
    margin-left: 12.5%;
  }
}
