* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: none;
  border: none;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "BROmny-Bold", sans-serif;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

html {
  font-size: 62.5%;
}

html, body {
  overflow-x: hidden;
}

button {
  background-color: transparent;
  cursor: pointer;
}

h1,
h2,
h3 {
  font-family: "BROmny-Black", sans-serif;
}

h4, h5 {
  font-family: "BROmny-Medium", sans-serif;
}

h1, h2 {
  font-weight: bold;
}

h2, h3, h4, h5 {
  font-weight: 400;
}

h1 {
  font-size: 40px;
  line-height: 40px;
}

h2 {
  font-size: 32px;
  line-height: 32px;
}

h3 {
  font-size: 24px;
  line-height: 24px;
}

h4 {
  font-size: 24px;
  line-height: 32px;
}

h5 {
  font-size: 16px;
  line-height: 24px;
}

.s-step_by_step {
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
}
.s-step_by_step .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.s-step_by_step .container .content_left {
  width: 100%;
  max-width: 411px;
}
.s-step_by_step .container .content_left .title {
  max-width: 398px;
  margin-bottom: 20px;
  color: #5A78FF;
}
.s-step_by_step .container .content_left .sub_title {
  max-width: 411px;
  margin-bottom: 24px;
}
.s-step_by_step .container .content_left .list {
  margin-bottom: 67px;
}
.s-step_by_step .container .content_left .list ul li {
  max-width: 287px;
  padding: 16px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.s-step_by_step .container .content_left .list ul li .icon {
  width: 100%;
  max-width: 54px;
  height: 54px;
  background-color: #5A78FF;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin-right: 19px;
}
.s-step_by_step .container .content_left .list ul li .text .text_main {
  color: #5A78FF;
  font-weight: 400;
}
.s-step_by_step .container .content_right {
  padding-top: 7.5rem;
}
.s-step_by_step .container .content_right .swiper .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 27rem;
}
.s-step_by_step .container .content_right .swiper .swiper-wrapper .swiper-slide:not(:last-child) {
  margin-right: 1.8rem;
}
.s-step_by_step .container .content_right .swiper .swiper-wrapper .swiper-slide .app {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.s-step_by_step .container .content_right .swiper .swiper-wrapper .swiper-slide .app img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.s-step_by_step .container .content_right .swiper .bottom .swiper-pagination {
  width: auto;
  position: relative;
}
.s-step_by_step .container .content_right .swiper .bottom .swiper-pagination .swiper-pagination-bullet {
  background-color: #3C3246;
  opacity: 0.3;
  border-radius: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.s-step_by_step .container .content_right .swiper .bottom .swiper-pagination .swiper-pagination-bullet:not(:first-child) {
  margin-left: 0.4rem;
}
.s-step_by_step .container .content_right .swiper .bottom .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  width: 1.8rem;
}
@media (max-width: 1366px) {
  .s-step_by_step .swiper-slide {
    max-width: 240px;
  }
}
@media (max-width: 1270px) {
  .s-step_by_step .container {
    display: block;
  }
  .s-step_by_step .container .content_left {
    max-width: 100%;
    text-align: center;
  }
  .s-step_by_step .container .content_left .title {
    max-width: 100%;
  }
  .s-step_by_step .container .content_left .sub_title {
    max-width: 100%;
  }
  .s-step_by_step .container .content_left .list ul {
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }
  .s-step_by_step .container .content_left .list ul li {
    max-width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .s-step_by_step .container .content_right .swiper .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .s-step_by_step .container .content_right .swiper .swiper-wrapper .swiper-slide {
    max-width: 270px;
  }
}
@media (max-width: 1010px) {
  .s-step_by_step .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 480px) {
  .s-step_by_step {
    padding-top: 4.8rem;
    padding-bottom: 9rem;
  }
  .s-step_by_step .container {
    padding: 0 1.6rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .s-step_by_step .container .content_left .title {
    font-family: "BROmny-Bold";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
  .s-step_by_step .container .content_left .list {
    margin-bottom: 4rem;
  }
  .s-step_by_step .container .content_left .list ul {
    pointer-events: all;
    display: block;
  }
  .s-step_by_step .container .content_left .list ul li .text .text_main {
    text-align: left;
  }
  .s-step_by_step .container .content_right {
    display: block;
  }
  .s-step_by_step .container .content_right .swiper-slide:not(:last-child) {
    margin-bottom: 2rem;
  }
}

.s-group-testimonial {
  background-color: #EBF1F8;
  padding-top: 7.5rem;
  padding-bottom: 8.1rem;
}
.s-group-testimonial .container .title {
  margin-bottom: 8.3rem;
}
.s-group-testimonial .container .title h2 {
  color: #5A78FF;
  margin-bottom: 1.6rem;
  text-align: center;
}
.s-group-testimonial .container .title h5 {
  text-align: center;
}
.s-group-testimonial .container .swiper .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}
.s-group-testimonial .container .swiper .swiper-wrapper .swiper-slide .testimonial {
  width: 100%;
  max-width: 300px;
  height: 435px;
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.s-group-testimonial .container .swiper .swiper-wrapper .swiper-slide .testimonial .influenciador {
  position: absolute;
  top: 4px;
  z-index: 999;
  overflow: hidden;
}
.s-group-testimonial .container .swiper .swiper-wrapper .swiper-slide .testimonial .influenciador img {
  width: 100%;
  max-width: 30rem;
  height: 279px;
}
.s-group-testimonial .container .swiper .swiper-wrapper .swiper-slide .testimonial .superior_content {
  height: 283px;
  background-color: #5A78FF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.s-group-testimonial .container .swiper .swiper-wrapper .swiper-slide .testimonial .superior_content .circle {
  width: 200px;
  height: 200px;
  background-color: #44FED6;
  border-radius: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.s-group-testimonial .container .swiper .swiper-wrapper .swiper-slide .testimonial .superior_content .circle .upper_cloud {
  position: absolute;
  top: 31px;
  right: -50px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.s-group-testimonial .container .swiper .swiper-wrapper .swiper-slide .testimonial .superior_content .circle .lower_cloud {
  position: absolute;
  bottom: 76.31px;
  left: -60px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.s-group-testimonial .container .swiper .swiper-wrapper .swiper-slide .testimonial .inferior_content {
  padding: 25px 0px;
  height: 152px;
  background-color: #FFFFFF;
}
.s-group-testimonial .container .swiper .swiper-wrapper .swiper-slide .testimonial .inferior_content h4 {
  text-align: center;
  color: #5A78FF;
}
.s-group-testimonial .container .swiper .swiper-wrapper .swiper-slide .testimonial .inferior_content h5 {
  text-align: center;
  color: #3C3246;
  padding-bottom: 22px;
}
.s-group-testimonial .container .swiper .swiper-wrapper .swiper-slide .testimonial .inferior_content .btn_WatchVideos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.s-group-testimonial .container .swiper .swiper-wrapper .swiper-slide .testimonial .inferior_content .btn_WatchVideos .button {
  font-family: "BROmny-Medium";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 137px;
  height: 32px;
  padding: 4px 8px;
  border-radius: 100px;
  gap: 4px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #FFFFFF;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #000000;
}
.s-group-testimonial .container .swiper .swiper-wrapper .swiper-slide .testimonial .inferior_content .btn_WatchVideos .button .icon {
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.s-group-testimonial .container .swiper .swiper-wrapper .swiper-slide .testimonial .inferior_content .btn_WatchVideos .button:hover {
  background-color: #5A78FF;
  color: #FFFFFF;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.s-group-testimonial .container .swiper .swiper-wrapper .swiper-slide .testimonial .inferior_content .video_influenciador {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.s-group-testimonial .container .swiper .swiper-wrapper .swiper-slide .testimonial .inferior_content .video_influenciador .close_video_influenciador {
  position: absolute;
  top: 10%;
  right: 27%;
  font-size: 20px;
  cursor: pointer;
  color: #FFFFFF;
  z-index: 99999;
}
.s-group-testimonial .container .swiper .swiper-wrapper .swiper-slide .testimonial .inferior_content .video_influenciador .close_video_influenciador .influenciador_iframe {
  width: 90%;
  max-width: 800px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.s-group-testimonial .container .swiper .swiper-wrapper .swiper-slide .testimonial .inferior_content .video_influenciador .show {
  pointer-events: all;
  opacity: 1;
}
.s-group-testimonial .container .swiper .swiper-wrapper .swiper-slide .testimonial .inferior_content .video_influenciador .show .influenciador_iframe {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.s-group-testimonial .container .swiper .swiper-wrapper .swiper-slide:hover .superior_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.s-group-testimonial .container .swiper .swiper-wrapper .swiper-slide:hover .superior_content .circle {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 250px;
  height: 250px;
}
.s-group-testimonial .container .swiper .swiper-wrapper .swiper-slide:hover .superior_content .circle .upper_cloud {
  right: 25px;
}
.s-group-testimonial .container .swiper .swiper-wrapper .swiper-slide:hover .superior_content .circle .lower_cloud {
  left: 6px;
}
.s-group-testimonial .container .swiper .swiper-wrapper .swiper-slide:hover .inferior_content {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-color: #44FED6;
}
.s-group-testimonial .container .swiper .bottom {
  padding-top: 8rem;
}
.s-group-testimonial .container .swiper .bottom .swiper-pagination {
  width: auto;
  position: relative;
}
.s-group-testimonial .container .swiper .bottom .swiper-pagination .swiper-pagination-bullet {
  background-color: #5A78FF;
  opacity: 0.3;
  border-radius: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.s-group-testimonial .container .swiper .bottom .swiper-pagination .swiper-pagination-bullet:not(:first-child) {
  margin-left: 0.4rem;
}
.s-group-testimonial .container .swiper .bottom .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  width: 1.8rem;
}
@media (max-width: 480px) {
  .s-group-testimonial .container {
    padding: 0rem 1.6rem;
  }
  .s-group-testimonial .container .title {
    max-width: 30.3rem;
    margin: 0 auto;
    margin-bottom: 2.4rem;
  }
  .s-group-testimonial .container .title h2 {
    margin-bottom: 1.6rem;
  }
}

.download_here .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  background-color: #3c3246;
  border-radius: 100px;
  color: #FFFFFF;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.download_here .button span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  border: none;
  gap: 8px;
}
.download_here .button span .icon {
  width: 24px;
  height: 24px;
  background-image: url("../img/cloud_download_green.svg");
  background-repeat: no-repeat;
  border: #FFFFFF;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.download_here .button span p {
  font-size: 1.8rem;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.download_here .button:hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #FFFFFF;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3c3246;
}

.social_network {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social_network ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social_network ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin-left: 0.8rem;
}
.social_network ul li a {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.social_network ul li a img {
  width: 32px;
  height: 32px;
}
.social_network ul li li:not(:first-child) {
  margin-left: 0.8rem;
}

.video .content .boxvideo {
  max-width: 744px;
  height: 418px;
  background-color: rgba(90, 120, 255, 0.529);
  border-radius: 16px;
  margin: 0 auto;
}
.video .content .text h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  position: relative;
  font-size: 120px;
  line-height: 120px;
  color: #FFFFFF;
  z-index: 2;
}
.video .content .text h1::after {
  content: "";
  width: 13.1rem;
  height: 16px;
  border: 0.2rem solid #FFFFFF;
  background-color: #FFFFFF;
  position: absolute;
  top: 44%;
  left: 495px;
  z-index: 1;
}

.container {
  width: 100%;
  max-width: 144rem;
  padding: 0 8rem;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .container {
    padding: 0 2rem;
  }
}

.s_modal_container1 {
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.s_modal_container1 .modal {
  position: relative;
}
.s_modal_container1 .modal .fechar {
  position: absolute;
  top: -30px;
  right: 0px;
  color: #FFFFFF;
  font-size: 20px;
}
.s_modal_container1 .modal iframe {
  width: 800px;
  height: 420px;
}
@-webkit-keyframes modal {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes modal {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 910px) {
  .s_modal_container1 iframe {
    width: 600px !important;
    height: 330px !important;
  }
}
@media (max-width: 650px) {
  .s_modal_container1 iframe {
    width: 420px !important;
    height: 255px !important;
  }
}
@media (max-width: 380px) {
  .s_modal_container1 iframe {
    width: 300px !important;
    height: 180px !important;
  }
}

.s_modal_container1.ativo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.s_modal_container1.ativo .modal {
  -webkit-animation: modal 0.4s ease-in-out;
  animation: modal 0.4s ease-in-out;
}

.s_modal_container2 {
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.s_modal_container2 .modal {
  position: relative;
}
.s_modal_container2 .modal .fechar {
  position: absolute;
  top: -30px;
  right: 0px;
  color: #FFFFFF;
  font-size: 20px;
}
.s_modal_container2 .modal iframe {
  width: 800px;
  height: 420px;
}
@keyframes modal {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 910px) {
  .s_modal_container2 iframe {
    width: 600px !important;
    height: 330px !important;
  }
}
@media (max-width: 650px) {
  .s_modal_container2 iframe {
    width: 420px !important;
    height: 255px !important;
  }
}
@media (max-width: 380px) {
  .s_modal_container2 iframe {
    width: 300px !important;
    height: 180px !important;
  }
}

.s_modal_container2.ativo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.s_modal_container2.ativo .modal {
  -webkit-animation: modal 0.4s ease-in-out;
  animation: modal 0.4s ease-in-out;
}

.s_modal_container3 {
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.s_modal_container3 .modal {
  position: relative;
}
.s_modal_container3 .modal .fechar {
  position: absolute;
  top: -30px;
  right: 0px;
  color: #FFFFFF;
  font-size: 20px;
}
.s_modal_container3 .modal iframe {
  width: 800px;
  height: 420px;
}
@keyframes modal {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 910px) {
  .s_modal_container3 iframe {
    width: 600px !important;
    height: 330px !important;
  }
}
@media (max-width: 650px) {
  .s_modal_container3 iframe {
    width: 420px !important;
    height: 255px !important;
  }
}
@media (max-width: 380px) {
  .s_modal_container3 iframe {
    width: 300px !important;
    height: 180px !important;
  }
}

.s_modal_container3.ativo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.s_modal_container3.ativo .modal {
  -webkit-animation: modal 0.4s ease-in-out;
  animation: modal 0.4s ease-in-out;
}

.s_modal_container4 {
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.s_modal_container4 .modal {
  position: relative;
}
.s_modal_container4 .modal .fechar {
  position: absolute;
  top: -30px;
  right: 0px;
  color: #FFFFFF;
  font-size: 20px;
}
.s_modal_container4 .modal iframe {
  width: 800px;
  height: 420px;
}
@keyframes modal {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 910px) {
  .s_modal_container4 iframe {
    width: 600px !important;
    height: 330px !important;
  }
}
@media (max-width: 650px) {
  .s_modal_container4 iframe {
    width: 420px !important;
    height: 255px !important;
  }
}
@media (max-width: 380px) {
  .s_modal_container4 iframe {
    width: 300px !important;
    height: 180px !important;
  }
}

.s_modal_container4.ativo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.s_modal_container4.ativo .modal {
  -webkit-animation: modal 0.4s ease-in-out;
  animation: modal 0.4s ease-in-out;
}

.s_modal_container5 {
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.s_modal_container5 .modal {
  position: relative;
}
.s_modal_container5 .modal .fechar {
  position: absolute;
  top: -30px;
  right: 0px;
  color: #FFFFFF;
  font-size: 20px;
}
.s_modal_container5 .modal iframe {
  width: 800px;
  height: 420px;
}
@keyframes modal {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 910px) {
  .s_modal_container5 iframe {
    width: 600px !important;
    height: 330px !important;
  }
}
@media (max-width: 650px) {
  .s_modal_container5 iframe {
    width: 420px !important;
    height: 255px !important;
  }
}
@media (max-width: 380px) {
  .s_modal_container5 iframe {
    width: 300px !important;
    height: 180px !important;
  }
}

.s_modal_container5.ativo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.s_modal_container5.ativo .modal {
  -webkit-animation: modal 0.4s ease-in-out;
  animation: modal 0.4s ease-in-out;
}

footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #3C3246;
}
footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
footer .container img {
  width: 100%;
  max-width: 330px;
  height: 14px;
}
footer .container p {
  color: #FFFFFF;
  font-family: "BROmny-Medium";
  font-size: 12px;
  font-weight: 400;
  line-height: 32px;
}
@media (max-width: 1050px) {
  footer .container {
    padding: 0rem 1.6rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  footer .container .logorodape {
    margin-bottom: 2.3rem;
  }
  footer .container p {
    margin-bottom: 2.3rem;
  }
}

.s-hero {
  background-image: url("../img/s-hero/Bgbanner_hero.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.s-hero .container {
  padding-top: 11.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.s-hero .container .content_left .top {
  margin-bottom: 12.213rem;
  position: absolute;
}
.s-hero .container .content_left .top img {
  position: relative;
  width: 100%;
  max-width: 81.6rem;
  height: 15.8rem;
}
.s-hero .container .content_left .bottom {
  width: 100%;
  max-width: 29.9rem;
  margin-left: 10rem;
  margin-right: 13.2rem;
  position: relative;
  top: 26rem;
}
.s-hero .container .content_left .bottom h2 {
  color: #FFFFFF;
  margin-bottom: 6.9rem;
}
.s-hero .container .content_left .bottom h5 {
  max-width: 14rem;
  color: #FFFFFF;
  margin-bottom: 2.8rem;
}
.s-hero .container .content_left .bottom img {
  max-width: 8rem;
}
.s-hero .container .content_right .ilustration {
  width: 100%;
  max-width: 75.3rem;
  height: 70.4rem;
}
@media (max-width: 1366px) {
  .s-hero .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .s-hero .container .content_left .top {
    position: inherit;
    margin-bottom: 2rem;
  }
  .s-hero .container .content_left .top .logo img {
    width: 100%;
    max-width: 35rem;
  }
  .s-hero .container .content_left .bottom {
    position: inherit;
    margin-left: 0;
  }
  .s-hero .container .content_left .bottom h2 {
    color: #FFFFFF;
    margin-bottom: 3.9rem;
  }
  .s-hero .container .content_left .bottom h5 {
    max-width: 14rem;
    color: #FFFFFF;
    margin-bottom: 2.5rem;
  }
  .s-hero .container .content_left .bottom img {
    max-width: 8rem;
  }
  .s-hero .container .content_right {
    position: relative;
  }
  .s-hero .container .content_right .illustration {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .s-hero .container .content_right .illustration img {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .s-hero .container {
    padding: 9rem 4rem 0 4rem;
    display: block;
  }
  .s-hero .container .content_left .top {
    margin-bottom: 3.2rem;
  }
  .s-hero .container .content_left .top .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
  }
  .s-hero .container .content_left .top .logo img {
    width: 100%;
    max-width: 70rem;
  }
  .s-hero .container .content_left .bottom {
    max-width: 100%;
  }
  .s-hero .container .content_left .bottom h2 {
    text-align: center;
    margin-bottom: 3.2rem;
  }
  .s-hero .container .content_left .bottom h5 {
    max-width: 100%;
    text-align: center;
    margin-bottom: 4rem;
  }
  .s-hero .container .content_left .bottom img {
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 3.2rem;
  }
  .s-hero .container .content_right .illustration {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .s-hero .container .content_right .illustration img {
    width: 100%;
    max-width: 100%;
  }
}

.s-video {
  background-image: url("../img/s-video/Bgbg_video.png");
  padding: 10.8rem 0rem 13.9rem 0rem;
}
.s-video .container .top {
  margin-bottom: 3.3rem;
}
.s-video .container .top img {
  margin: 0 auto;
  margin-bottom: 1.9rem;
}
.s-video .container .top h2 {
  color: #44FED6;
  text-align: center;
}
.s-video .container .top h4 {
  color: #FFFFFF;
  text-align: center;
}
.s-video .container .bottom .area_video {
  background-image: url("../img/s-video/fundo_video.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  max-width: 744px;
  height: 418px;
  border-radius: 16px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.s-video .container .bottom .area_video:hover {
  cursor: pointer;
}
.s-video .container .bottom .area_video:hover img {
  scale: 1.2;
}
.s-video .container .bottom .area_video .modal2 {
  width: 100%;
  max-width: 744px;
  height: 418px;
}
.s-video .container .bottom .area_video .modal2 .play {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.s-video .container .bottom .area_video .modal2 .play .btn2 {
  background-color: #F6F8FA;
  margin: 0 auto;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.s-video .container .bottom .area_video .modal2 .play .btn2 img {
  width: 100%;
  max-width: 35px;
  height: 35px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 910px) {
  .s-video {
    padding: 16.3rem 0rem 25.3rem 0rem;
  }
  .s-video .container .top .text h4 {
    max-width: 233px;
    margin: 0 auto;
  }
  .s-video .container .bottom .area_video {
    width: 100%;
    max-width: 600px;
    height: 330px;
  }
  .s-video .container .bottom .area_video .modal2 .btn2 {
    width: 70px;
    height: 70px;
  }
  .s-video .container .bottom .area_video .modal2 .btn2 img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .s-video .container .bottom .area_video .modal2 .btn2 img:hover {
    scale: 1.2;
  }
}
@media (max-width: 650px) {
  .s-video .area_video {
    max-width: 420px;
    height: 255px;
  }
}
@media (max-width: 480px) {
  .s-video {
    padding: 16.3rem 0rem 25.3rem 0rem;
  }
  .s-video .container .top .text h4 {
    max-width: 233px;
    margin: 0 auto;
  }
  .s-video .container .bottom .area_video {
    width: 100%;
    max-width: 400px;
    height: 200px;
  }
  .s-video .container .bottom .area_video .modal2 .play .btn2 {
    width: 70px;
    height: 70px;
  }
  .s-video .container .bottom .area_video .modal2 .play .btn2 img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .s-video .container .bottom .area_video .modal2 .play .btn2 img:hover {
    scale: 1.2;
  }
}
@media (max-width: 380px) {
  .s-video .container .bottom .area_video {
    width: 300px;
    height: 180px;
  }
  .s-video .container .bottom .area_video .modal2 .video-container2 .close2 {
    top: 12%;
  }
}

.s-active-plan {
  padding: 12rem 0rem;
  background-color: #F6F8FA;
}
.s-active-plan .container .top {
  margin-bottom: 6rem;
}
.s-active-plan .container .top .text h2 {
  color: #5A78FF;
  text-align: center;
  margin-bottom: 1.5rem;
}
.s-active-plan .container .top .text h5 {
  text-align: center;
}
.s-active-plan .container .bottom .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 2.3rem;
}
.s-active-plan .container .bottom .cards .card-01 {
  padding-top: 5.8rem;
  padding-bottom: 2.2rem;
  width: 100%;
  max-width: 41.1rem;
  height: 46.3rem;
  border-radius: 2rem;
  background-color: #EBF1F8;
}
.s-active-plan .container .bottom .cards .card-01 .text {
  margin-bottom: 1.8rem;
}
.s-active-plan .container .bottom .cards .card-01 .text .title-text {
  margin-bottom: 2.5rem;
}
.s-active-plan .container .bottom .cards .card-01 .text .title-text h3 {
  width: 128px;
  height: 32px;
  margin: 0 auto;
  color: #5A78FF;
  text-align: center;
}
.s-active-plan .container .bottom .cards .card-01 .text .line {
  margin-bottom: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.s-active-plan .container .bottom .cards .card-01 .text .line img {
  width: 100%;
  max-width: 226px;
  height: 40px;
}
.s-active-plan .container .bottom .cards .card-01 .text .sub-text .text-regular {
  max-width: 20.2rem;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 2.2rem;
}
.s-active-plan .container .bottom .cards .card-01 .text .sub-text .text-bold {
  max-width: 15rem;
  margin: 0 auto;
  text-align: center;
  font-size: 1.6rem;
  color: #3C3246;
}
.s-active-plan .container .bottom .cards .card-01 .box-download-app {
  width: 100%;
  max-width: 36.5rem;
  height: 13.2rem;
  margin: 0 auto;
  border-radius: 15px;
  background: #F6F8FA;
}
.s-active-plan .container .bottom .cards .card-01 .box-download-app .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4.3rem 2.4rem;
}
.s-active-plan .container .bottom .cards .card-02 {
  padding-top: 5.8rem;
  padding-bottom: 2.2rem;
  width: 100%;
  max-width: 41.1rem;
  height: 46.3rem;
  border-radius: 2rem;
  background-color: #EBF1F8;
}
.s-active-plan .container .bottom .cards .card-02 .title-text {
  margin-bottom: 2.5rem;
}
.s-active-plan .container .bottom .cards .card-02 .title-text h3 {
  width: 128px;
  height: 32px;
  margin: 0 auto;
  color: #5A78FF;
  text-align: center;
}
.s-active-plan .container .bottom .cards .card-02 .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 6.5rem;
  height: 4rem;
}
.s-active-plan .container .bottom .cards .card-02 .line img {
  height: 4rem;
}
.s-active-plan .container .bottom .cards .card-02 .list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 3.8rem;
}
.s-active-plan .container .bottom .cards .card-02 .list ul li:not(:last-child) {
  margin-bottom: 1.8rem;
}
.s-active-plan .container .bottom .cards .card-02 .list ul li .icon {
  padding-right: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.s-active-plan .container .bottom .cards .card-02 .list ul li .icon img {
  width: 4.4rem;
  height: 4.4rem;
}
.s-active-plan .container .bottom .cards .card-02 .list ul li .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 279px;
}
.s-active-plan .container .bottom .cards .card-03 {
  padding-top: 5.8rem;
  padding-bottom: 2.2rem;
  width: 100%;
  max-width: 41.1rem;
  height: 46.3rem;
  border-radius: 2rem;
  background-color: #3C3246;
}
.s-active-plan .container .bottom .cards .card-03 .title-text {
  margin-bottom: 2.5rem;
}
.s-active-plan .container .bottom .cards .card-03 .title-text h3 {
  width: 128px;
  height: 32px;
  margin: 0 auto;
  color: #FFFFFF;
  text-align: center;
}
.s-active-plan .container .bottom .cards .card-03 .line {
  margin-bottom: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.s-active-plan .container .bottom .cards .card-03 .line img {
  width: 100%;
  max-width: 226px;
  height: 40px;
}
.s-active-plan .container .bottom .cards .card-03 .sub-text {
  width: 195px;
  height: 45px;
  margin: 0 auto;
  padding-top: 2px;
  margin-bottom: 24px;
}
.s-active-plan .container .bottom .cards .card-03 .sub-text h5 {
  color: #FFFFFF;
}
.s-active-plan .container .bottom .cards .card-03 .ilustration img {
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .s-active-plan .container .bottom .cards .card-01 .box-download-app {
    max-width: 30rem;
  }
}
@media (max-width: 1275px) {
  .s-active-plan {
    padding: 4rem 0rem;
  }
  .s-active-plan .container {
    padding: 0;
  }
  .s-active-plan .container .top {
    max-width: 23rem;
    margin: 0 auto;
    padding-bottom: 4rem;
  }
  .s-active-plan .container .top h2 {
    margin-bottom: 2.4rem;
  }
  .s-active-plan .container .bottom .cards {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .s-active-plan .container .bottom .cards .card-01,
.s-active-plan .container .bottom .cards .card-02,
.s-active-plan .container .bottom .cards .card-03 {
    margin: 0 auto;
    max-width: 43rem;
    border-radius: 0rem;
  }
  .s-active-plan .container .bottom .cards .card-01 .title-text h3,
.s-active-plan .container .bottom .cards .card-02 .title-text h3,
.s-active-plan .container .bottom .cards .card-03 .title-text h3 {
    text-align: center;
  }
  .s-active-plan .container .bottom .cards .card-02 .line .line03 {
    right: 45.9%;
  }
  .s-active-plan .container .bottom .cards .card-02 .line .line01 {
    left: 45.9%;
  }
}

.s-important-informations {
  padding-top: 13.4rem;
  background-color: #5A78FF;
}
.s-important-informations .container .content-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 4.5rem;
}
.s-important-informations .container .content-top .left .content {
  width: 100%;
  max-width: 29.4rem;
}
.s-important-informations .container .content-top .left .content h2 {
  max-width: 25.5rem;
  color: #FFFFFF;
  margin-bottom: 4.3rem;
}
.s-important-informations .container .content-top .left .content h3 {
  color: #FFFFFF;
  margin-bottom: 4.3rem;
}
.s-important-informations .container .content-top .left .content .contact-list {
  max-width: 25.6rem;
}
.s-important-informations .container .content-top .left .content .contact-list ul li:not(:last-child) {
  margin-bottom: 3.9rem;
}
.s-important-informations .container .content-top .left .content .contact-list ul li .theft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.s-important-informations .container .content-top .left .content .contact-list ul li .theft:not(:last-child) {
  margin-bottom: 3.9rem;
}
.s-important-informations .container .content-top .left .content .contact-list ul li .theft .icon {
  width: 5.1rem;
  height: 5.1rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.s-important-informations .container .content-top .left .content .contact-list ul li .theft .text {
  text-align: left;
  padding-left: 2.1rem;
}
.s-important-informations .container .content-top .left .content .contact-list ul li .theft .text h4 {
  color: #FFFFFF;
}
.s-important-informations .container .content-top .left .content .contact-list ul li .theft .text h5 {
  color: #FFFFFF;
}
.s-important-informations .container .content-top .left .content .contact-list ul li .assistance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.s-important-informations .container .content-top .left .content .contact-list ul li .assistance:not(:last-child) {
  margin-bottom: 3.9rem;
}
.s-important-informations .container .content-top .left .content .contact-list ul li .assistance .icon {
  width: 5.1rem;
  height: 5.1rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.s-important-informations .container .content-top .left .content .contact-list ul li .assistance .text {
  text-align: left;
  padding-left: 2.1rem;
}
.s-important-informations .container .content-top .left .content .contact-list ul li .assistance .text h4 {
  color: #FFFFFF;
}
.s-important-informations .container .content-top .left .content .contact-list ul li .assistance .text h5 {
  color: #FFFFFF;
}
.s-important-informations .container .content-top .left .content .contact-list ul li .email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.s-important-informations .container .content-top .left .content .contact-list ul li .email .icon {
  width: 5.1rem;
  height: 5.1rem;
  background: #3C3246;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.s-important-informations .container .content-top .left .content .contact-list ul li .email .text {
  text-align: left;
  padding-left: 2.1rem;
}
.s-important-informations .container .content-top .left .content .contact-list ul li .email .text h4 {
  color: #FFFFFF;
}
.s-important-informations .container .content-top .left .content .contact-list ul li .email .text h5 {
  color: #FFFFFF;
}
.s-important-informations .container .content-top .right .top {
  width: 100%;
  max-width: 166px;
}
.s-important-informations .container .content-top .right .top h3 {
  color: #FFFFFF;
  margin-bottom: 2.4rem;
}
.s-important-informations .container .content-top .right .bottom {
  position: relative;
}
.s-important-informations .container .content-top .right .bottom img {
  position: inherit;
  top: 10px;
  z-index: 2;
}
.s-important-informations .container .content-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.s-important-informations .container .content-bottom .left .image {
  position: relative;
  width: 100%;
}
.s-important-informations .container .content-bottom .left .image .hand {
  position: absolute;
  max-width: 689px;
  z-index: 1;
  top: -53px;
}
.s-important-informations .container .content-bottom .left .image .tree-big {
  position: absolute;
  max-width: 250px;
  top: 54.9rem;
  z-index: 2;
}
.s-important-informations .container .content-bottom .left .image .cloud {
  position: absolute;
  max-width: 13.1905rem;
  height: 31px;
  z-index: 2;
  top: 13rem;
  left: 39rem;
}
.s-important-informations .container .content-bottom .left .image .cloud2 {
  position: absolute;
  max-width: 1.7486rem;
  height: 15.186px;
  z-index: 2;
  top: 37rem;
  left: 52rem;
}
.s-important-informations .container .content-bottom .left .image .sheet {
  position: absolute;
  max-width: 1.8rem;
  height: 1.8rem;
  z-index: 2;
  top: 10rem;
}
.s-important-informations .container .content-bottom .left .image .sheet2 {
  position: absolute;
  max-width: 100px;
  top: 67.8rem;
  left: 18.5rem;
  z-index: 2;
}
.s-important-informations .container .content-bottom .right {
  margin-top: 18.7rem;
  margin-bottom: 15.7rem;
}
.s-important-informations .container .content-bottom .right .content {
  width: 100%;
  max-width: 51.3rem;
}
.s-important-informations .container .content-bottom .right .content h2 {
  color: #FFFFFF;
  margin-bottom: 2.5rem;
}
.s-important-informations .container .content-bottom .right .content .list-menu {
  margin-bottom: 4.1rem;
}
.s-important-informations .container .content-bottom .right .content .list-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.s-important-informations .container .content-bottom .right .content .list-menu ul li h5 {
  color: #FFFFFF;
}
.s-important-informations .container .content-bottom .right .content .list-menu ul li:not(:last-child) {
  margin-right: 1.6rem;
}
.s-important-informations .container .content-bottom .right .content .another-subjects {
  width: 100%;
  max-width: 38.7rem;
}
.s-important-informations .container .content-bottom .right .content .another-subjects h3 {
  color: #FFFFFF;
  margin-bottom: 3.6rem;
}
.s-important-informations .container .content-bottom .right .content .another-subjects .list-subjects {
  width: 100%;
  max-width: 27rem;
}
.s-important-informations .container .content-bottom .right .content .another-subjects .list-subjects ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: inside;
}
.s-important-informations .container .content-bottom .right .content .another-subjects .list-subjects ul li:not(:last-child) {
  margin-bottom: 2rem;
}
.s-important-informations .container .content-bottom .right .content .another-subjects .list-subjects ul li h5 {
  color: #FFFFFF;
}
@media (max-width: 1440px) {
  .s-important-informations .container .bottom .cards .card-01 .box-download-app .content {
    padding: 4rem 2rem;
  }
}
@media (max-width: 1210px) {
  .s-important-informations .container {
    padding: 0rem 4rem;
  }
  .s-important-informations .container .content-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .s-important-informations .container .content-top .left .content {
    max-width: 100%;
  }
  .s-important-informations .container .content-top .left .content h2 {
    max-width: 100%;
  }
  .s-important-informations .container .content-top .left .content .contact-list {
    max-width: 100%;
  }
  .s-important-informations .container .content-top .left .content .contact-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .s-important-informations .container .content-top .right .top {
    padding-top: 4rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
  }
  .s-important-informations .container .content-top .right .bottom img {
    width: 100%;
    margin: 0 auto;
  }
  .s-important-informations .container .content-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .s-important-informations .container .content-bottom .left {
    display: none;
    position: inherit;
  }
  .s-important-informations .container .content-bottom .right {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .s-important-informations .container .content-bottom .right .content {
    max-width: 100%;
  }
  .s-important-informations .container .content-bottom .right .content .another-subjects {
    max-width: 100%;
  }
}
@media (max-width: 820px) {
  .s-important-informations .container {
    padding: 0rem 2rem;
  }
  .s-important-informations .container .content-top .left .content .contact-list ul li .theft .text,
.s-important-informations .container .content-top .left .content .contact-list ul li .assistance .text,
.s-important-informations .container .content-top .left .content .contact-list ul li .email .text {
    padding-left: 1rem;
  }
  .s-important-informations .container .content-top .left .content .contact-list ul li .theft .text h4,
.s-important-informations .container .content-top .left .content .contact-list ul li .assistance .text h4,
.s-important-informations .container .content-top .left .content .contact-list ul li .email .text h4 {
    font-size: 2rem;
  }
  .s-important-informations .container .content-top .left .content .contact-list ul li .theft .text h5,
.s-important-informations .container .content-top .left .content .contact-list ul li .assistance .text h5,
.s-important-informations .container .content-top .left .content .contact-list ul li .email .text h5 {
    font-size: 1.5rem;
  }
}
@media (max-width: 710px) {
  .s-important-informations {
    padding-top: 5.4rem;
  }
  .s-important-informations .container .content-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .s-important-informations .container .content-top .left {
    margin-bottom: 5.9rem;
  }
  .s-important-informations .container .content-top .left .content {
    width: 100%;
    max-width: 29.4rem;
  }
  .s-important-informations .container .content-top .left .content h2 {
    max-width: 25.5rem;
  }
  .s-important-informations .container .content-top .left .content .contact-list {
    max-width: 28rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .s-important-informations .container .content-top .left .content .contact-list ul {
    display: block;
  }
  .s-important-informations .container .content-bottom {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .s-important-informations .container .content-bottom .left .image {
    position: inherit;
    height: 398px;
  }
  .s-important-informations .container .content-bottom .left .image .hand {
    position: inherit;
    max-width: 312px;
    margin-left: 50px;
  }
  .s-important-informations .container .content-bottom .left .image .tree-big,
.s-important-informations .container .content-bottom .left .image .cloud,
.s-important-informations .container .content-bottom .left .image .cloud2,
.s-important-informations .container .content-bottom .left .image .sheet,
.s-important-informations .container .content-bottom .left .image .sheet2,
.s-important-informations .container .content-bottom .left .image .small.cloud {
    position: relative;
  }
  .s-important-informations .container .content-bottom .left .image .tree-big {
    max-width: 12.2rem;
    top: -14rem;
    left: 0rem;
  }
  .s-important-informations .container .content-bottom .left .image .cloud {
    max-width: 5.9rem;
    left: 24rem;
    top: -49rem;
  }
  .s-important-informations .container .content-bottom .left .image .cloud2 {
    max-width: 7.928px;
    top: -44rem;
    left: 28rem;
  }
  .s-important-informations .container .content-bottom .left .image .sheet {
    width: 0.8222rem;
    top: -52rem;
    left: 3rem;
  }
  .s-important-informations .container .content-bottom .left .image .sheet2 {
    max-width: 0.8127rem;
    top: -29rem;
    left: 8rem;
  }
  .s-important-informations .container .content-bottom .left .image .small.cloud {
    position: relative;
    top: -27.2rem;
    left: 25rem;
  }
  .s-important-informations .container .content-bottom .right {
    margin-top: 3.2rem;
    margin-bottom: 8.3rem;
  }
  .s-important-informations .container .content-bottom .right .list-menu ul {
    max-width: 355px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-gap: 16px 0px;
  }
  .s-important-informations .container .content-bottom .right .another-subjects h3 {
    max-width: 21.1rem;
  }
}
@media (max-width: 480px) {
  .s-important-informations .container .content-top .right .top {
    max-width: 166px;
  }
}

.symbol .container {
  position: relative;
}
.symbol .container img {
  position: absolute;
  bottom: -50px;
  right: 47%;
}
@media (max-width: 480px) {
  .symbol .container img {
    right: 40%;
  }
}
@media (max-width: 370px) {
  .symbol .container img {
    right: 37%;
  }
}

.s-thirst {
  padding-top: 9rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-color: #3C3246;
}
.s-thirst .container {
  padding: 0 8rem;
}
.s-thirst .container .headquartersimage {
  overflow: hidden;
}
.s-thirst .container .headquartersimage .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.s-thirst .container .headquartersimage .text h2 {
  margin: 0 auto;
  padding-bottom: 12.1rem;
  color: #44FED6;
}
.s-thirst .container .headquartersimage .swiper2 .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.s-thirst .container .headquartersimage .swiper2 .swiper-wrapper .swiper-slide .img-sede {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.s-thirst .container .headquartersimage .swiper2 .swiper-wrapper .swiper-slide .img-sede img {
  width: 378px;
  height: auto;
}
.s-thirst .container .headquartersimage .swiper2 .bottom {
  margin-top: 12rem;
}
.s-thirst .container .headquartersimage .swiper2 .bottom .swiper-pagination {
  width: auto;
  position: relative;
}
.s-thirst .container .headquartersimage .swiper2 .bottom .swiper-pagination .swiper-pagination-bullet {
  background-color: #44FED6;
  opacity: 0.3;
  border-radius: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.s-thirst .container .headquartersimage .swiper2 .bottom .swiper-pagination .swiper-pagination-bullet:not(:first-child) {
  margin-left: 0.4rem;
}
.s-thirst .container .headquartersimage .swiper2 .bottom .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  width: 1.8rem;
}
@media (max-width: 480px) {
  .s-thirst .container {
    padding: 0;
  }
  .s-thirst .container .headquartersimage .img-sede img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 480px) {
  .s-thirst .container {
    padding: 0;
  }
  .s-thirst .container .headquartersimage .img-sede img {
    width: 300px;
    height: 300px;
  }
}

.s-team {
  background-color: #5A78FF;
}
.s-team .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.s-team .container .left .logoverde {
  padding-top: 22.2rem;
  padding-bottom: 7.4rem;
}
.s-team .container .left h3 {
  max-width: 273px;
  color: #FFFFFF;
}
@media (max-width: 910px) {
  .s-team .container .left .logoverde {
    display: none;
  }
  .s-team .container .left h3 {
    margin-top: 5rem;
    font-size: 1.8rem;
  }
}
@media (max-width: 480px) {
  .s-team .container {
    padding: 6rem 0rem 0rem 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .s-team .container .left .logoverde {
    display: none;
    padding-top: 4.8rem;
    padding-bottom: 3.3rem;
    max-width: 250px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .s-team .container .left h3 {
    text-align: center;
    margin-bottom: 5.7rem;
  }
  .s-team .container .left .right img {
    width: auto;
  }
}

.s_modal_container {
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.s_modal_container .modal {
  position: relative;
}
.s_modal_container .modal .fechar {
  position: absolute;
  top: -30px;
  right: 0px;
  color: #FFFFFF;
  font-size: 20px;
}
.s_modal_container .modal iframe {
  width: 800px;
  height: 420px;
}
@keyframes modal {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 910px) {
  .s_modal_container iframe {
    width: 600px !important;
    height: 330px !important;
  }
}
@media (max-width: 650px) {
  .s_modal_container iframe {
    width: 420px !important;
    height: 255px !important;
  }
}
@media (max-width: 380px) {
  .s_modal_container iframe {
    width: 300px !important;
    height: 180px !important;
  }
}

.s_modal_container.ativo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.s_modal_container.ativo .modal {
  -webkit-animation: modal 0.4s ease-in-out;
  animation: modal 0.4s ease-in-out;
}