/*==================================================
 * Geral
 ===================================================*/
body {
  overflow: hidden;
  font-family: "Poppins" !important;
}

html,
body {
  max-width: 100% !important;
  overflow: hidden !important;
}

a {
  cursor: pointer;
  transition: 0.3s all;
}

li {
  list-style: none;
}

.semi-bold{
  font-weight: 600;
}

.container {
  max-width: 960px;
  overflow: hidden !important;
}

.btn-cmc:active {
  color: #fff;
  text-decoration: none;
}

.btn-cmc:hover {
  color: #fff;
  text-decoration: none;
  filter: saturate(1.8);
}

.overflow-hidden {
  overflow: hidden;
}

a:hover {
  filter: saturate(1.8);
}

@media only screen and (max-width: 1023px) {
  .desktop-show {
    display: none !important;
  }

  .mobile-show {
    display: block !important;
  }

}

@media only screen and (min-width: 1024px) {
  .desktop-show {
    display: block !important;
  }

  .mobile-show {
    display: none !important;
  }

}

/*==================================================
 * Navegação
 ===================================================*/

@media only screen and (min-width: 1024px) {
  .hero-distance{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

@media only screen and (max-width: 1023px) {
  .logo-head {
    max-width: 130px;
    left: 8%;
    position: absolute;
    top: 3%;
    z-index: 1;
  }

  .hero-distance{
    margin-top: 6rem;
    margin-bottom: 3rem;
  }

  .btn-login-mb{
    right: 4%;
    position: absolute;
    top: 3%;
    z-index: 1;
    background-color: #ff274f;
    color: #fff;
    padding: 7px 25px;
    border-radius: 50px;
    box-shadow: 0px 0px 6px #ff5171;
    margin-right: 25px;
    font-size: 12px;
  }

  .btn-login-mb:hover {
    color: #0054f0;
    background-color: #f8f8f8;
  }
}

/*==================================================
 * Hero
 ===================================================*/
@media only screen and (min-width: 1800px) {
  .hero-image {
    left: 100% !important;
    width: 850px !important;
    top: -22% !important;
  }

  .mini-blocks {
    left: 55% !important;
  }

  .mini-block-2 {
    right: -270px !important;
  }

  .mini-block-3 {
    left: 60% !important;
  }

}

@media only screen and (min-width: 1024px) {
  .desk-topo {
    position: absolute;
    width: 100%;
    top: 10%;
    display: flex;
  }

  .logo-head-desk {
    height: 50px;
  }

  nav,
  #menu,
  #menuToggle {
    display: none !important;
  }

  .hero-text {
    display: none;
  }

  .hero-logo {
    height: 260px;
    margin-top: 5rem;
    margin-left: 6rem;
  }

  .hero-subtitle {
    font-size: 33px !important;
  }

  .hero-image {
    left: 75%;
    width: 665px;
    top: -20%;
  }

  .mini-blocks {
    top: 40%;
    left: 50%;
  }

  .mini-block-1,
  .mini-block-2 {
    width: 200px;
    height: 60px !important;
  }

  .mini-block-3 {
    width: 210px !important;
    position: absolute !important;
    left: 40%;
    height: 53px !important;
    margin-top: 0rem;
  }

  .btn-hero {
    top: 25px !important;
    left: 40px !important;
  }

  .blur-hero {
    top: 57%;
    right: 74%;
  }

  .blur-hero2 {
    top: 65%;
    right: 51%;
    width: 230px;
  }

  .blur-hero3 {
    top: 62%;
    right: 5%;
    width: 350px;
  }

  .mini-content-2 {
    font-size: 11px !important;
  }

  .hero {
    background-image: url("../img/bg.svg");
    height: 979px;
    margin-top: -40px;
  }

  .clouds {
    top: 50%;
    left: 13%;
  }

  .cloud-1 {
    width: 255px;
    font-size: 16px;
    font-weight: 700;
    padding: 20px;
    line-height: 1.3rem;
    text-align: left;
  }

  .cloud-1:after {
    left: 88%;
    top: 81%;
  }

  .cloud-2 {
    width: 280px;
    font-size: 16px;
    font-weight: 600;
    padding: 30px 20px;
    line-height: 1.3rem;
    text-align: right;
    top: 56%;
    left: 114%;
  }

  .cloud-2:after {
    top: 45%;
    left: -45px;
  }

  .mini-block-2 {
    top: -45px !important;
    right: -130px;
    position: absolute;
  }

  .icon-cred {
    width: 30px !important;
  }

  .mini-content {
    font-size: 14px !important;
  }

}

@media only screen and (max-width: 1023px) {
  .desk-topo {
    display: none;
  }

  .hero {
    background-image: url("../img/bg-mobile.png");
    height: 1129px;
    margin-top: -30px;
  }

  .hero-logo {
    height: auto;
  }

  .hero-subtitle {
    font-size: 22px;
    padding: 15px;
  }

  .hero-text {
    font-size: 16px;
    text-align: left;
    line-height: 1.7rem;
    padding: 15px;
    z-index: 5;
  }

  .hero-image {
    position: absolute;
    left: -165px;
    width: 600px;
    top: 50%;
  }

  .blur-hero {
    z-index: -1;
    top: -20%;
    right: -22%;
  }

  .mini-blocks {
    top: 55%;
    left: 12%;
    margin: auto;
  }

  .mini-block-1 {
    width: 140px;
    border-radius: 5px;
    margin-right: 20px !important;
  }

  .mini-block-2 {
    text-align: left;
    width: 140px;
    background-color: #ffffffc7;
    padding: 2px;
    border-radius: 5px;
    animation: float-2 4s ease-in-out infinite;
  }

  .mini-block-3 {
    width: 180px;
    height: 44px;
    background-color: #ffffffc7;
    padding: 10px 5px;
    border-radius: 5px;
    position: relative;
  }

  .icon-coin {
    width: 30px;
    margin: 5px -5px;
  }

  .icon-cred {
    width: 20px;
    margin: 13px -5px;
  }

  .mini-content {
    font-size: 10px;
    line-height: 0.9rem;
    margin: auto 0;
    margin-left: 15px;
  }

  .mini-content-2 {
    text-align: center;
    font-size: 9px;
    line-height: 0.9rem;
    margin-left: 10px;
  }

  .mini-title {
    font-weight: 700;
  }

  .mini-text {
    font-weight: 600;
  }

  .btn-hero {
    background-color: #ff274f;
    color: #fff;
    border-radius: 5px;
    position: absolute;
    top: 20px;
    padding: 5px 10px;
    left: 30px;
    font-weight: 700;
  }

  .icon-indike-1 {
    width: 20px;
    margin-right: 5px;
  }

  .clouds {
    z-index: 1;
    position: absolute;
    top: 75%;
    left: 13%;
  }

  .cloud-1 {
    padding: 20px;
    font-size: 11px;
    font-weight: 600;
    text-align: left;
    width: 240px;
    line-height: 1rem;
  }

  .cloud-1:after {
    top: 70%;
    left: 219px;
  }

  .cloud-2 {
    padding: 20px;
    font-size: 11px;
    font-weight: 600;
    text-align: right;
    width: 240px;
    line-height: 1rem;
    top: 117%;
    left: 16%;
  }

  .cloud-2:after {
    content: "";
    position: absolute;
    margin: -1.5em 1.87em;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 15px solid rgb(0 104 240);
    top: 50%;
    left: -36px;
  }
}


@media (max-width: 321px) {

  .mini-blocks {
    top: 55%;
    left: 12%;
  }

  .mini-block-1 {
    width: 120px !important;
    padding: 2px;
    margin-right: 20px !important;
  }

  .mini-block-2 {
    width: 120px !important;
    padding: 2px;
  }

  .icon-coin {
    width: 25px !important;
  }

  .icon-cred {
    width: 15px !important;
  }

  .mini-content {
    font-size: 8px !important;
  }

  .mini-content-2 {
    font-size: 9px;
    line-height: 0.9rem;
    margin-left: 10px;
  }

  .clouds {
    top: 77%;
    left: 7%;
  }

}

.btn-login {
  background-color: #fff;
  color: #0054f0;
  padding: 10px 20px;
  border-radius: 50px;
  box-shadow: 0px 0px 6px #0054f0;
  margin-right: 25px;
  font-weight: 600;
}

.btn-login:hover {
  color: #0054f0;
  background-color: #f8f8f8;
  text-decoration: none;
}

.btn-head {
  background-color: #ff274f;
  color: #fff;
  padding: 10px 20px;
  border-radius: 50px;
  box-shadow: 0px 0px 6px #FF5171;
}

.btn-head:hover {
  color: #fff;
  text-decoration: none;
}

.hero {
  color: #fff;
  z-index: 0;
}

.hero-logo {
  width: auto!important;
}

.hero-subtitle {
  font-weight: 700;
  z-index: 5;
}

.hero-image {
  position: absolute;
  z-index: -1;
}

.blur-hero,
.blur-hero2,
.blur-hero3 {
  filter: blur(8px);
  position: absolute;
}

.mini-blocks {
  color: #000;
  position: absolute;
}

.mini-block-1 {
  background-color: #ffffffc7;
  padding: 2px;
  border-radius: 5px;
  margin-right: 20px !important;
  animation: float 4s ease-in-out infinite;
}

.mini-block-2 {
  text-align: left;
  background-color: #ffffffc7;
  padding: 2px;
  border-radius: 5px;
  animation: float-2 4s ease-in-out infinite;
}

.mini-block-3 {
  width: 180px;
  height: 44px;
  background-color: #ffffffc7;
  padding: 10px 5px;
  border-radius: 5px;
  animation: float-3 4s ease-in-out infinite;
}

.icon-coin {
  width: 30px;
  margin: 5px -5px;
}

.icon-cred {
  width: 20px;
  margin: 13px -5px;
}

.mini-content {
  font-size: 10px;
  line-height: 1.3rem;
  margin: auto 0;
  margin-left: 15px;
}

.mini-content-2 {
  text-align: center;
  font-size: 9px;
  line-height: 0.9rem;
  margin-left: 10px;
}

.mini-title {
  font-weight: 700;
}

.mini-text {
  font-weight: 500;
}

.btn-hero {
  background-color: #ff274f;
  color: #fff;
  border-radius: 5px;
  position: absolute;
  top: 20px;
  padding: 5px 10px;
  left: 30px;
  font-weight: 700;
}

.icon-indike-1 {
  width: 20px;
  margin-right: 5px;
}

.clouds {
  z-index: 1;
  position: absolute;
}

.cloud-1 {
  background-color: #0068f0;
  color: #fff;
  border-radius: 10px;
  box-shadow: 0px 3px 37px #00000029;
}

.cloud-1:after {
  content: "";
  position: absolute;
  margin: -1.5em 1.87em;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid rgb(0 104 240);
}

.cloud-2 {
  background-color: #0068f0;
  color: #fff;
  border-radius: 10px;
  position: absolute;
  box-shadow: 0px 3px 37px #00000029;
}

.cloud-2:after {
  content: "";
  position: absolute;
  margin: -1.5em 1.87em;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 15px solid rgb(0 104 240);
}

/*==================================================
 * Inicio sessão CTA
 ===================================================*/
@media only screen and (min-width: 1024px) {
  .cta-block {
    display: flex;
  }

  .img-cta {
    margin-top: -15% !important;
    margin-left: -2% !important;
  }

  .img-cta img {
    height: 700px !important;
    margin: 0 !important;
    margin-right: 0% !important;
  }

  .section-title {
    font-size: 46px;
    line-height: 3rem;
    width: 50%;
    margin-left: 45.5%!important;
  }

  .content-cta {
    width: 500px;
    margin-left: 0%;
  }

  .btn-cmc {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .text-cta {
    width: 520px;
  }

  .text-cta-alt {
    width: 126%;
    display: block;
  }

  .text-cta-alt-2 {
    width: 116%;
    display: block;
  }

}

@media only screen and (max-width: 1023px) {
  .cta-block {
    display: block;
  }

  .img-cta {
    margin-top: 0;
    margin-left: 0;
  }
  .img-cta img {
    height: 480px;
  }

  .section-title {
    font-size: 32px;
    line-height: 2rem;
    width: 100%;
  }

  .btn-cmc {
    margin-left: auto;
    margin-right: auto;
  }

}

.cta-section {
  background-color: #fff;
}

.section-title {
  color: #0054f0;
  font-weight: 700;
  margin: auto;
  padding: 20px;
  letter-spacing: -2.16px;
}

.img-cta {
  text-align: center;
}

.content-cta {
  padding: 20px;
}

.text-cta {
  font-weight: 400;
}

.cta-link,
.cta-link:hover {
  color: #ff274f;
  text-decoration: underline;
  font-weight: 700;
}

.more-text {
  color: #0054f0;
  font-weight: 700;
}

.icon-indike-2 {
  width: 30px;
  margin-right: 5px;
}

.btn-cmc {
  background-color: #ff274f;
  box-shadow: 0px 0px 6px #ff5171;
  color: #fff;
  padding: 8px 20px;
  border-radius: 25px;
  text-transform: uppercase;
  display: flex;
  width: 240px;
  font-size: 15px;
  font-weight: bold;
}

.btn-cta-alt {
  width: 300px;
}

/*==================================================
 * Inicio sessão Slider 1
 ===================================================*/
@media only screen and (min-width: 1024px) {
  .slider-1-section {
    background-image: url("../img/bg-2.svg");
    height: 979px;
    padding-top: 3rem;
    padding: 20px;
  }

  #slide1 {
    margin: 3rem 0;
    padding: 3rem 0;
  }

  .carousel-indicators-sl1 {
    list-style: none;
    display: block;
  }

  #slide1 {
    display: flex;
  }

  .slider-1-content {
    display: none;
    font-size: 12px;
  }

  .icon-slider-1 img {
    height: 36px;
  }

  .icsl1mb {
    display: none;
  }

  .line-sl-1 {
    border-left: 3px solid #707070;
    height: 40px;
    margin-left: 37px;
  }

  .slider-1-img {
    width: 500px;
  }

  .slider-1-btn {
    top: 60%;
    left: 25%;
  }

  .icon-slider-1 {
    padding: 15px 21px;
  }

}

@media only screen and (max-width: 1023px) {
  .slider-1-section {
    background-color: #f7f7f7;
    height: 685px;
    padding-top: 0;
    padding: 20px;
  }

  #slide1 {
    margin: 0;
  }

  .carousel-indicators-sl1 {
    display: none;
  }

  .icsl1mb {
    display: block;
  }

  .slider-1-img {
    width: 320px;
  }

  .slider-1-btn {
    top: 85%;
    left: 22%;
  }

  .slider-1-content {
    height: 96px;
    display: table-cell;
    vertical-align: middle !important;
    font-size: 10px;
  }

  .icon-slider-1 {
    padding: 15px 15px;
  }

  .icon-share {
    width: 44px;
  }

}

.slider-1-section {
  position: relative;
}

.slider-1-title {
  color: #0054f0;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.8rem;
  margin: auto;
  padding: 20px;
}

.icon-slider-1 {
  border-radius: 10px;
  width: 80px;
  box-shadow: 0px 3px 33px #00000029;
  cursor: pointer;
}

.icon-slider-1.active {
  background-color: #0054f0;
}

.icon-slider-1.active img {
  filter: invert(1) brightness(5.5);
}

.icon-sl1 {
  height: 35px;
}

.active-slider-1 {
  background-color: #0054f0;
  display: block;
}

.reguler-slider-1 {
  background-color: #fff;
}

.slider-1-content {
  color: #1e252b;
  line-height: 1rem;
  font-weight: 600;
}

.slider-1-btn {
  position: absolute;
  z-index: 2;
}

.arrow-icon {
  background: #ff274f;
  padding: 10px;
  border-radius: 5px;
}

.text-desk {
  font-size: 14px;
}

/*==================================================
 * Inicio da Timeline
 ===================================================*/
@media only screen and (min-width: 1024px) {
  .blue-block {
    width: 85%;
    height: 400px;
  }

  .img-timeline {
    width: 58%;
    margin-top: 5%;
  }

  .tl-title {
    height: 70px;
  }

  .content-timeline {
    width: 60%;
    margin-left: 5% !important;
  }

  .tl-text {
    width: 73%;
  }

  .image-timeline {
    position: absolute;
    top: 10%;
    right: 5%;
  }

  .tl-head-img {
    height: 300px;
  }

  .tl-mini-text,
  .tl-mini-text-2 {
    font-size: 13px;
  }

  .tl-pb {
    margin-left: 0;
  }
  .line-sl1 {
    border-left: solid 8px #0054f0;
    width: 100%;
    border-top: solid 21px #0054f0;
    border-radius: 22px 0 0 22px;
  }

  .line-sl2 {
    border-top: solid 21px #024acf;
    width: 100%;
  }

  .line-sl3 {
    border-top: solid 21px #003392;
    width: 100%;
  }

  .line-sl4 {
    border-top: solid 21px #347bff;
    width: 100%;
  }

  .line-sl5 {
    border-top: solid 21px #5893ff;
    width: 100%;
    border-right: solid 8px #5893ff;
    border-radius: 0 22px 22px 0;
  }

  .line-sl1:after {
    display: inline-block;
    content: "";
    border-left: 2px solid #707070;
    height: 2rem;
    margin: 0;
    position: absolute;
    top: -57px;
    left: 103px;
  }

  .line-sl1:before {
    content: "";
    position: absolute;
    margin: -1.5em 1.87em;
    width: 0;
    height: 0;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 11px solid #0054f0;
    top: 24px;
    left: 69px;
  }

  .line-sl2:before {
    display: inline-block;
    content: "";
    border-left: 2px solid #707070;
    height: 2rem;
    margin: 0;
    position: absolute;
    top: 9px;
    right: 110px;
  }

  .line-sl2:after {
    content: "";
    position: absolute;
    margin: -1.5em 1.87em;
    width: 0;
    height: 0;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 11px solid #024acf;
    top: -8px;
    right: 75px;
  }

  .line-sl3:after {
    display: inline-block;
    content: "";
    border-left: 2px solid #707070;
    height: 2rem;
    margin: 0;
    position: absolute;
    top: -57px;
    left: 112px;
  }

  .line-sl3:before {
    content: "";
    position: absolute;
    margin: -1.5em 1.87em;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 11px solid #003392;
    top: 24px;
    left: 77px;
  }

  .line-sl4:before {
    display: inline-block;
    content: "";
    border-left: 2px solid #707070;
    height: 2rem;
    margin: 0;
    position: absolute;
    top: 8px;
    right: 113px;
  }

  .line-sl4:after {
    content: "";
    position: absolute;
    margin: -1.5em 1.87em;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 11px solid #347bff;
    top: -8px;
    right: 78px;
  }

  .line-sl5:after {
    display: inline-block;
    content: "";
    border-left: 2px solid #707070;
    height: 2rem;
    margin: 0;
    position: absolute;
    top: -57px;
    left: 112px;
  }

  .line-sl5:before {
    content: "";
    position: absolute;
    margin: -1.5em 1.87em;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 11px solid #5893ff;
    top: 24px;
    left: 77px;
  }

  .text-size {
    width: 19%;
  }

  .white-block {
    width: 267px;
    bottom: -30%;
    left: 14%;
  }

  .tl-mini-text {
    font-size: 15px;
  }

  .tl-mini-text-2 {
    font-size: 18px;
  }

  .boni-icon {
    margin-left: 103.5px;
  }

  .text-tl {
    font-size: 15px;
    line-height: 1.2rem;
  }

  .circle {
    width: 80px;
    height: 80px;
    border: double 10px transparent;
  }

}

@media only screen and (max-width: 1023px) {
  .image-timeline {
    position: relative;
  }

  .tl-head-img {
    width: 280px;
    filter: drop-shadow(15px -15px 0px #ff274f);
  }

  .tl-title {
    height: 45px;
  }

  .tl-mini-text,
  .tl-mini-text-2 {
    font-size: 10px;
  }

  .tl-pb {
    margin-left: 0;
  }
  .line-sl1 {
    border-left: solid 8px #0054f0;
    height: 90px;
    border-right: solid 8px #0054f0;
    border-radius: 22px 22px 0 0;
  }

  .line-sl2 {
    border-left: solid 16px #024acf;
    height: 90px;
  }

  .line-sl3 {
    border-left: solid 16px #003392;
    height: 90px;
  }

  .line-sl4 {
    border-left: solid 16px #347bff;
    height: 90px;
  }

  .line-sl5 {
    border-left: solid 8px #5893ff;
    height: 90px;
    border-right: solid 8px #5893ff;
    border-radius: 0 0 22px 22px;
  }

  .line-sl1:after {
    display: inline-block;
    content: "";
    border-top: 2px solid #707070;
    width: 2rem;
    margin: 0;
    position: absolute;
    top: 39px;
    left: 14px;
  }

  .line-sl1:before {
    content: "";
    position: absolute;
    margin: -1.5em 1.87em;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 11px solid #0054f0;
    top: 58px;
    left: -48px;
  }

  .line-sl2:before {
    display: inline-block;
    content: "";
    border-top: 2px solid #707070;
    width: 2rem;
    margin: 0;
    position: absolute;
    top: 39px;
    right: 30px;
  }

  .line-sl2:after {
    content: "";
    position: absolute;
    margin: -1.5em 1.87em;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 11px solid #024acf;
    top: 58px;
    right: -41px;
  }

  .line-sl3:after {
    display: inline-block;
    content: "";
    border-top: 2px solid #707070;
    width: 2rem;
    margin: 0;
    position: absolute;
    top: 39px;
    left: 14px;
  }

  .line-sl3:before {
    content: "";
    position: absolute;
    margin: -1.5em 1.87em;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 11px solid #003392;
    top: 58px;
    left: -56px;
  }

  .line-sl4:before {
    display: inline-block;
    content: "";
    border-top: 2px solid #707070;
    width: 2rem;
    margin: 0;
    position: absolute;
    top: 39px;
    right: 30px;
  }

  .line-sl4:after {
    content: "";
    position: absolute;
    margin: -1.5em 1.87em;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 11px solid #347bff;
    top: 58px;
    right: -41px;
  }

  .line-sl5:after {
    display: inline-block;
    content: "";
    border-top: 2px solid #707070;
    width: 2rem;
    margin: 0;
    position: absolute;
    top: 39px;
    left: 14px;
  }

  .line-sl5:before {
    content: "";
    position: absolute;
    margin: -1.5em 1.87em;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 11px solid #5893ff;
    top: 58px;
    left: -48px;
  }

  .white-block {
    width: 247px;
    left: 14.5%;
    bottom: -30%;
  }

  .tl-mini-text {
    font-size: 13px;
  }

  .tl-mini-text-2 {
    font-size: 16px;
  }

  .boni-icon {
    margin-left: 88px;
  }

  .text-tl {
    font-size: 11px;
    line-height: 1rem;
  }

  .circle {
    border: double 8px transparent;
    width: 60px;
    height: 60px;
  }

}

.tl-section {
  padding: 20px;
  background-color: #fff;
  position: relative;
}

.tl-pb {
  padding-bottom: 80px;
}

.blue-block {
  background-color: #0054f0;
  color: #fff;
  border-radius: 15px;
  position: relative;
  text-align: center;
  padding: 30px 15px;
  margin: 15px;
}

.tl-title {
  margin: auto;
}

.tl-text {
  font-size: 14px;
  line-height: 1rem;
  padding: 5px 22px;
}

.tl-text b {
  font-weight: 700;
}

.white-block {
  background-color: #ffffff;
  box-shadow: 0px 3px 15px #00000024;
  border-radius: 5px;
  position: absolute;
  text-align: left;
  padding-bottom: 20px;
  padding-right: 10px;
}

.tl-line {
  width: 206px;
}

.boni-icon {
  background-color: #0068f0;
  width: 55px;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0px 3px 6px #00000029;
  margin-top: -62px;
}

.tl-mini-text {
  color: #848484;
}

.tl-mini-text-2 {
  color: #252525;
  font-weight: 700;
}

.tl-head-img {
  filter: drop-shadow(20px -20px 0px #ff274f);
  box-shadow: 0px 3px 33px #0000000f;
}

.tl-btn {
  margin-top: -25px;
  position: relative;
}

.text-tl {
  text-align: center;
  font-weight: 600;
}

.circle {
  border-radius: 80px;
  background-image: linear-gradient(white, white),
    radial-gradient(circle at top left, #ff274f, #ff0066);
  background-origin: border-box;
  background-clip: content-box, border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.circle img {
  max-height: 75%;
  padding: 5px;
}

.transfer-icon {
  height: 30px;
}

/*==================================================
 * Sessão Niveis
 ===================================================*/

 .level-title {
  font: normal normal bold 30px/38px Poppins;
  letter-spacing: -1.05px;
  color: #0054F0;
  text-align: center;
 }

 .level-block {
  position: relative;
  display: flex;
  z-index: 1;
 }

 .level-image {
  position: absolute;
  left: -7%;
  top: 25%;
  z-index: 200;
  width: 100px;
 }

 .level-text {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 15px #00000014;
  border-radius: 5px;
  text-align: left;
  letter-spacing: 0px;
  color: #000000;
  font-size: 14px;
  line-height: 19px;
  vertical-align: middle;
  width: 326px;
 }

 .level-distance-1 {
  padding: 39px 20px 39px 60px;
 }

 .level-distance-2 {
  padding: 30px 20px 30px 60px;
 }

 @media only screen and (max-width: 1023px) {

 }

/*==================================================
 * Sessão Parceiros
 ===================================================*/
@media only screen and (min-width: 1024px) {
  .partners-img {
    width: 463px;
  }
  .partner-title {
    font-size: 60px;
    letter-spacing: -2.16px;
    line-height: 2rem;
  }

  .list-partners {
    width: 400px;
  }

  .title-partners {
    width: auto;
  }

  .pert-text:before {
    border-left: solid 353px #fff;
    left: -45px;
  }

  .partner-text {
    padding: 30px 30px;
  }

  .partner-number {
    width: 62px;
    margin-left: 0;
  }

  .partner-btn {
    bottom: -20%;
    left: 37%;
  }

  .highlight-partner {
    box-shadow: 0px 3px 33px #0000000f;
    background: #fff;
    padding: 50px 30px;
    border-radius: 10px;
  }

  .warning-text-desk {
    width: 450px;
  }

  .highlight-text {
    width: 80%;
    font-size: 17px;
    line-height: 1.4rem;
  }

  .rating-section {
    /* background-image: url("../img/bg-3.svg"); */
    min-height: 450px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: repeat-y;
    background-size: 90%;
  }

}

@media only screen and (max-width: 1023px) {
  .partners-img {
    width: 120px;
  }

  .partner-title {
    font-size: 25px;
    line-height: 1.3rem;
  }

  .list-partners {
    width: 330px;
  }

  .title-partners {
    width: 110px;
  }

  .pert-text:before {
    border-left: solid 270px #fff;
    left: -30px;
  }

  .partner-text {
    padding: 30px 10px;
  }

  .partner-number {
    width: 50px;
    margin-left: 10px;
  }

  .partner-btn {
    left: 8%;
  }

  .highlight-text {
    width: 100%;
    font-size: 12px;
    line-height: 0.8rem;
  }

}

.partner-title {
  color: #0054f0;
  font-weight: 700;
}

.partner-number {
  border-radius: 50%;
  box-shadow: 2px -3px #ff274f;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.partner-text {
  color: #1e252b;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3rem;
  border-radius: 10px;
  padding: 15px 15px;
  text-align: left;
  display: block;
}

.pert-text{
  padding: 20px;
}

.pert-text:before {
  content: "";
  position: absolute;
  top: 0%;
  z-index: -1;
  height: 100%;
  box-shadow: 0px 3px 14px #0000000f;
  border-radius: 10px;
  width: 115%;
}

.warning-text {
  line-height: 1rem;
  text-align: center;
  font-size: 14px;
}

.partner-link,
.partner-link:hover {
  color: #ff274f;
  text-decoration: underline;
  font-weight: 700;
}

.rate-star {
  width: 20px;
}

.highlight-partner {
  color: #0054f0;
  text-align: center;
  font-size: 12px;
  display: block;
  line-height: 0.8rem;
  font-weight: 700;
  position: relative;
}

.highlight-text {
  display: block;
}

.partner-btn {
  position: absolute;
}

/*==================================================
 * Sessão de dúvidas
 ===================================================*/

@media only screen and (min-width: 1024px) {
  .mini-text-duvidas {
    display: block;
  }

  .duvidas-desk {
    display: block;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 3px 33px #0000000f;
  }

  .circle-duvidas {
    width: 90px;
    height: 90px;
  }

  .text-sl2 {
    font-size: 15px;
    line-height: 1.2rem;
    min-height: 57px;
    width: 90%;
  }

  .title-sl2 {
    font-size: 26px;
    line-height: 1.7rem;
    margin-top: 10px;
  }

  .sl2-item {
    width: 100%;
  }

  .title-high {
    font-size: 60px;
    width: 700px;
    line-height: 1.2;
    letter-spacing: -2.22px;
  }

  .title-sub {
    font-size: 30px;
    letter-spacing: -1.11px;
  }

  .duvidas-title {
    line-height: 1.5rem;
  }

  .carousel-inner-sl2 .carousel-item {
    margin-left: 3%;
  }

  .slide-content-1 {
    box-shadow: 0px 3px 33px #0000000f;
    height: 90.2%;
    padding: 37px 60px 37px 37px;
    border-radius: 10px;
    margin-top: 24px !important;
  }

  .circle-sl2 {
    width: 60px;
    height: 60px;
    bottom: 91%;
    right: -7%;
  }

  .circle-sl2 img {
    width: 110%;
  }

  .duvidas-desk:hover {
    border: solid 1px #a7b7e6;
  }

  .duvidas-desk-active {
    background: #0054f0 !important;
    color: #fff !important;
  }

}

@media only screen and (max-width: 1023px) {
  .mini-text-duvidas {
    display: none;
  }

  .duvidas-desk {
    padding: 0;
    border-radius: 80px;
    box-shadow: 0px 0px 0px #00000000;
  }

  .circle-duvidas {
    width: 70px;
    height: 70px;
  }

  .text-sl2 {
    font-size: 11px;
    line-height: 0.8rem;
    min-height: 36px;
    width: 70%;
  }

  .title-sl2 {
    font-size: 14px;
    width: 75%;
  }

  .sl2-item {
    width: 70%;
  }

  .title-high {
    font-size: 24px;
  }

  .title-sub {
    font-size: 14px;
  }

  .duvidas-title {
    line-height: 1.5rem;
  }

  .carousel-inner-sl2 .carousel-item {
    margin-left: 16%;
  }

  .carousel-indicators-sl2 {
    justify-content: center;
  }

  .circle-sl2 {
    width: 50px;
    height: 50px;
    top: -15px;
    left: -30px;
  }

  .circle-sl2 img {
    width: 100%;
  }

  .circle-duvidas img {
    height: 70px;
  }

}

.duvidas-desk {
  font-size: 12px;
  line-height: 1rem;
  color: #000;
  cursor: pointer;
  border: solid 1px transparent;
}

.duvidas-desk {
  background: #fff;
}

.duvidas-title {
  color: #0054f0;
  text-align: center;
}

.title-high {
  font-weight: 700;
  display: block;
}

.title-sub {
  font-weight: 700;
  display: block;
}

.icon-duvidas {
  background-color: #f5f5f5;
}

.circle-duvidas {
  border-radius: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f5f5f5;
}

.mini-text-duvidas {
  text-align: center;
  margin-top: 20px;
  font-size: 15px;
  font-weight: 600;
  width: 100px;
}

.circle-sl2 {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1d6cff;
  position: absolute;
}

.title-sl2 {
  color: #0054f0;
  font-weight: 700;
  display: block;
  height: 40px;
}

.text-sl2 {
  font-weight: 700;
  display: block;

}

.carousel-indicators-sl2 {
  position: relative;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
}

.carousel-inner-sl2 {
  width: 100% !important;
}

.carousel-inner-sl2 .carousel-item {
  margin-right: -300%;
}

.carousel-fade .carousel-item {
  transition-duration: 1s;
 }
 

/*==================================================
 * Testemunhos
 ===================================================*/

@media only screen and (min-width: 1024px) {
  .content-testimonial {
    width: 40%;
    height: 170px;
    background: #fff;
  }

  .testimonials {
    background: #f5f5f5;
    background-image: url("../img/bg-4.svg");
    min-height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .highlight-partner {
    margin-top: 8rem;
  }

  .testimonial-text{
    font-size: 15px;
  }

  .content-testimonial-tm2 {
    height: 290px!important;
  }

}

@media only screen and (max-width: 1023px) {
  .content-testimonial {
    width: 100%;
    height: 170px;
  }

  .testimonials {
    background: #f5f5f5;
  }

  .highlight-partner {
    margin-bottom: 8rem;
  }

  .content-testimonial-tm2 {
    height: 345px;
  }

  .testimonial-text{
    font-size: 14px;
  }

}

@media only screen and (max-width: 330px){
  .content-testimonial-tm2 {
    height: 420px;
  }
}

.client-thumb {
  position: absolute;
  bottom: 0%;
  right: 22%;
}

.client-thumb img {
  height: 180px;
  border-radius: 50%;
  border: 8px solid #fff;
  box-shadow: 0px 1px 12px #0000001a;
}

.client-nav-min img {
  border-radius: 50%;
  box-shadow: 0px 1px 12px #0000001a;
  border: 5px solid #fff;
}

.client-nav-min-1 img {
  height: 70px;
}

.client-nav-min-2 img {
  height: 60px;
}

.client-nav-min-3 img {
  height: 100px;
}

.client-nav-min-4 img {
  height: 90px;
}

.client-testimonial .client-nav .nav-item {
  position: absolute;
  z-index: 5;
  width: 10.5rem;
}

.client-testimonial .client-nav .nav-item:nth-child(1) {
  top: -20.5rem;
  right: 32%;
}

.client-testimonial .client-nav .nav-item:nth-child(2) {
  bottom: 8rem;
  right: 1rem;
}

.client-testimonial .client-nav .nav-item:nth-child(3) {
  bottom: 19rem;
  right: 9%;
}

.client-testimonial .client-nav .nav-item:nth-child(4) {
  top: -8rem;
  left: 0;
  width: 7rem;
}

@media (min-width: 1281px) {
  .client-testimonial .client-nav .nav-item:nth-child(4) {
    left: 33rem;
  }

}
.client-testimonial .client-nav .nav-item:nth-child(5) {
  top: -4rem;
  right: 4.5rem;
}

@media (max-width: 767.98px) {
  .client-testimonial .client-nav .nav-item {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    right: inherit;
    width: 7rem !important;
  }
}

.client-testimonial .tab-content .fade {
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.client-testimonial .tab-content .client-desc {
  -webkit-box-shadow: 0px 15px 50px 0px rgba(115, 115, 115, 0.06);
  box-shadow: 0px 15px 50px 0px rgba(115, 115, 115, 0.06);
  min-height: 21rem;
  padding: 2rem;
}

.client-testimonial .tab-content .client-desc h6 {
  font-size: 1.3rem;
}

.section-ptb,
.section-pt,
.section-pb {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .section-ptb,
  .section-pt,
  .section-pb {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

}
@media (max-width: 767.98px) {
  .section-ptb,
  .section-pt,
  .section-pb {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

}
hr.line {
  margin: 0;
  border-color: #1c223a;
  border-width: 1px;
  width: 4.5rem;
}

hr.line.line-sm {
  width: 8.6rem;
}

hr.line.bw-2 {
  border-width: 2px;
}

.mb-5 {
  margin-bottom: 0.5rem !important;
}

.mb-80 {
  margin-bottom: 8rem !important;
}

.mb-20 {
  margin-bottom: 2rem !important;
}

.mb-25 {
  margin-bottom: 2.5rem !important;
}

.content-testimonial {
  box-shadow: 0px 3px 33px #0000001a;
  border-radius: 10px;
}

.pd-30 {
  padding: 30px;
}

.testimonial-name{
  font-weight: 700;
}

.testimonial-job{
  color: #999FAE;
}

.testimonial-tm3{
  height: 200px!important;
}

/*==================================================
 * Footer
 ===================================================*/

@media only screen and (min-width: 1024px) {
  .footer-text {
    width: 75%;
  }

  .btn-footer {
    font-size: 15px;
  }

  .copyright {
    font-size: 13px;
  }

  .footer-1 {
    order: 1;
  }

  .footer-2 {
    order: 2;
  }

  .footer-3 {
    order: 3;
  }

}

@media only screen and (max-width: 1023px) {
  .btn-footer {
    font-size: 18px;
  }

  .copyright {
    font-size: 10px;
  }

  .footer-1 {
    order: 2;
  }

  .footer-2 {
    order: 3;
  }

  .footer-3 {
    order: 1;
    margin-bottom: 2rem;
  }

}

footer {
  background-color: #1e252b;
  color: #fff;
}

.footer-logo {
  width: 220px;
}

.footer-logo-2 {
  width: 153px;
}

.footer-selo {
  width: 80px;
  margin-left: 30px;
}

.img-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-text {
  font-size: 12px;
  font: normal normal normal 12px/25px Poppins;
  line-height: 1.2rem;
}

.title-navigation {
  font-size: 18px;
  font-weight: 800;
}

.footer-link {
  color: #fff;
}

.footer-link:hover {
  color: #dfdfdf;
  text-decoration: none;
}

.btn-footer {
  background: #ff274f;
  color: #fff;
  font-weight: 600;
  padding: 0px 23px;
  border: 0;
  border-radius: 45px;
  margin: 10px;
}

.input-footer {
  height: 60px !important;
  font-size: 13px !important;
  border-top-left-radius: 40px !important;
  border-bottom-left-radius: 40px !important;
  color: #000;
  padding-left: 25px !important;
  border: none !important;
}

::placeholder {
  color: #1e252b !important;
  opacity: 1;
  font-family: "Poppins", sans-serif;
}

.footer-input-group {
  background: #fff !important;
  border-radius: 37px !important;
}

.label-footer {
  font-weight: 700;
  font-size: 16px;
}

.border-footer {
  border-top: solid 1px #505c65;
}

.copyright {
  color: #f5f5f5;
  text-align: left;
  padding-top: 20px;
}

.contact-footer {
  margin-left: -10px;
  line-height: 2rem;
}

.socials i {
  color: #fff;
  width: 16px;
  margin-left: 15px;
  padding-top: 20px;
  transition: .3s all;
}

.socials i:hover {
  color: #0054f0;
}

.modal {
  top: 45% !important;
}

.icon-contact-footer{
  font-size: 20px;
}

/*==================================================
 * Animações
 ===================================================*/

@keyframes float {
  0% {
    box-shadow: 0px 3px 6px #0000001A;
    transform: translatex(0px);
  }
  50% {
    transform: translatex(-10px);
  }
  100% {
    box-shadow: 0px 3px 6px #0000001A;
    transform: translatex(0px);
  }
}

@keyframes float-2 {
  0% {
    box-shadow: 0px 3px 6px #0000001A;
    transform: translatex(0px);
  }
  50% {
    transform: translatex(10px);
  }
  100% {
    box-shadow: 0px 3px 6px #0000001A;
    transform: translatex(0px);
  }
}

@keyframes float-3 {
  0% {
    box-shadow: 0px 3px 6px #0000001A;
    transform: translatey(0px);
  }
  50% {
    transform: translatey(10px);
  }
  100% {
    box-shadow: 0px 3px 6px #0000001A;
    transform: translatey(0px);
  }
}
