@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Roboto+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap");
/*common*/
::-moz-selection {
  color: #FFFFFF;
  background: #000000;
}

::selection {
  color: #FFFFFF;
  background: #000000;
}

.back_top {
  padding: 0;
  width: 60px;
  height: 48px;
  border: none;
  background-image: url("../images/btn-home.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  border: none;
  display: inline-block;
}

.back_top:hover {
  filter: brightness(90%);
}

body {
  background: #F2F2F2;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #727272;
}

.container.relative {
  position: relative;
}

.container-banner {
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%);
  max-width: 1920px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.container {
  max-width: 100%;
  width: 1130px;
  padding: 0 15px;
  display: block;
  margin: 0 auto;
}


.transition {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a,
input,
select,
button,
textarea,
button {
  outline: none !important;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none !important;
  resize: none;
}

button {
  cursor: pointer;
  background: transparent;
}

img,
svg {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.img_cover {
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.img_cover_absolute {
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.img_center {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

main {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.z_index1 {
  z-index: 1;
}

.z_index2 {
  z-index: 2;
}

.z_index3 {
  z-index: 3;
}

.z_index4 {
  z-index: 4;
}

.z_index5 {
  z-index: 5;
}

.z_index6 {
  z-index: 6;
}

.z_index7 {
  z-index: 7;
}

.z_index8 {
  z-index: 8;
}

.z_index9 {
  z-index: 9;
}

.z_index10 {
  z-index: 10;
}

.invert {
  filter: brightness(0) invert(1);
}

.prev,
.next {
  cursor: pointer;
}

.header_main {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
  background: #FFFFFF;
  border-top: 8px solid #682CB9;
}
.header_main a {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0 5px;
  font-size: 15px;
  color: #555555;
}
.header_main span {
  font-weight: 600;
  font-size: 15px;
  color: #555555;
}

.chat {
  z-index: 10;
  position: fixed;
  right: 10px;
  bottom: 10px;
}

.footerMain .textFooter {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  color: #7F7F7F;
}
.footerMain .title {
  margin: 0 0 10px 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  color: #682CB9;
  line-height: 32px;
}
.footerMain li {
  font-weight: 600;
  font-size: 15px;
  color: #7F7F7F;
}
.footerMain li a {
  color: #7F7F7F;
}
.footerMain li a:hover {
  color: #000000;
}

.copyright {
  background: #A9063A;
  font-size: 12px;
  color: #FFFFFF;
}
.copyright span {
  text-transform: uppercase;
}
.copyright a {
  color: #FFFFFF;
}
.copyright a:hover {
  color: #FFFFFF;
}

.banner .prev {
  cursor: pointer;
  margin: auto;
  z-index: 5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  right: auto;
  width: 50px;
  height: 65px;
  background-image: url("../images/btn-prv.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.banner .next {
  cursor: pointer;
  margin: auto;
  z-index: 5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 10px;
  width: 50px;
  height: 65px;
  background-image: url("../images/btn-nxt.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.banner .slick-dots {
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  height: auto;
  padding: 0;
  text-align: center;
}
.banner .slick-dots li {
  padding: 15px 8px;
  margin: 0;
  list-style: none;
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
  cursor: pointer;
}
.banner .slick-dots li button {
  float: left;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #CCCCCC;
  width: 12px;
  height: 12px;
  text-indent: -9999px;
  position: relative;
}
.banner .slick-dots li.slick-active button,
.banner .slick-dots li:hover button {
  background: #FFC631;
}

.phrase {
  background: #FFC631;
  z-index: 5;
  position: sticky;
  top: 0;
  left: 0;
}
.phrase .text1 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 20px;
  color: #411842;
}
.phrase .text2 {
  background: #FF0E5B;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  color: #FFC631;
}

.event .text1 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 32px;
  color: #000000;
}
.event .text2 {
  font-weight: 500;
  font-size: 20px;
  color: #000000;
}

.products {
  background: #CECECE;
}
.products .prev {
  cursor: pointer;
  margin: auto;
  z-index: 5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  right: auto;
  width: 50px;
  height: 65px;
  background-image: url("../images/btn-prv.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.products .next {
  cursor: pointer;
  margin: auto;
  z-index: 5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 10px;
  width: 50px;
  height: 65px;
  background-image: url("../images/btn-nxt.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.products .slick-dots {
  margin: 30px 0 0 0;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
  text-align: center;
}
.products .slick-dots li {
  padding: 15px 8px;
  margin: 0;
  list-style: none;
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
  cursor: pointer;
}
.products .slick-dots li button {
  float: left;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #FFFFFF;
  width: 12px;
  height: 12px;
  text-indent: -9999px;
  position: relative;
}
.products .slick-dots li.slick-active button,
.products .slick-dots li:hover button {
  background: #FFC631;
}
.products p {
  margin: 0;
}
.products .boxTitle {
  background: #FF0E5B;
  border-radius: 80px;
}
.products .boxTitle .title {
  text-transform: uppercase;
  font-style: italic;
  font-weight: 800;
  font-size: 66px;
  color: #FFFFFF;
}
.products .boxTitle .subtitle {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 32px;
  color: #FFFFFF;
}
.products .product.left {
  justify-content: flex-end;
}
.products .product.left .boxInfos {
  left: 10%;
}
.products .product.left .boxInfos::before {
  right: 80%;
}
.products .product.right {
  justify-content: flex-start;
}
.products .product.right .boxInfos {
  right: 10%;
}
.products .product.right .boxInfos::before {
  left: 80%;
  -ms-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.products .product .box {
  border: 10px solid #FFFFFF;
  background: #EDEDED;
  border-radius: 80px;
}
.products .product .boxInfos {
  z-index: 2;
  position: absolute;
  top: 70px;
  width: 45%;
  -moz-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -moz-transform-origin: top;
  -webkit-transform-origin: top;
  transform-origin: top;
}
.products .product .boxInfos::before {
  content: "";
  width: 80px;
  height: 150px;
  position: absolute;
  bottom: 0;
  background-image: url("../images/imgArrowPink.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.products .product .boxInfos .boxYellow {
  display: inline-block;
  width: 140px;
  background: #FFC900;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  padding: 10px;
}
.products .product .boxInfos .boxYellow .boxText1 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  color: #000000;
  line-height: 16px;
}
.products .product .boxInfos .boxYellow .boxText2 {
  font-weight: 800;
  font-size: 22px;
  color: #000000;
}
.products .product .boxInfos .boxYellow .boxText2 span {
  position: relative;
  font-size: 13px;
}
.products .product .boxInfos .boxYellow .boxText2 .cent {
  bottom: 6px;
}
.products .product .boxInfos .boxYellow .boxText3 {
  font-weight: 400;
  font-size: 11px;
  color: #000000;
  line-height: 14px;
}
.products .product .boxInfos .boxPink {
  margin: 10px 0;
  display: inline-block;
  width: 190px;
  background: #FF0E5B;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  padding: 10px;
}
.products .product .boxInfos .boxPink .boxText1 {
  font-weight: 800;
  font-size: 42px;
  color: #FFFFFF;
  line-height: 30px;
}
.products .product .boxInfos .boxPink .boxText1 span {
  position: relative;
  font-size: 13px;
}
.products .product .boxInfos .boxPink .boxText1 .cent {
  bottom: 6px;
}
.products .product .boxInfos .boxPink .boxText2 {
  font-weight: 400;
  font-size: 11px;
  color: #FFFFFF;
  line-height: 14px;
}
.products .product .boxInfos .boxGreen {
  display: inline-block;
  width: 130px;
  height: 105px;
  padding: 10px;
  background-image: url("../images/lucro.png");
  background-position: center bottom;
  background-size: 100%;
  background-repeat: no-repeat;
}
.products .product .boxInfos .boxGreen .boxText1 {
  margin-top: 50px;
  font-weight: 800;
  font-size: 30px;
  color: #FFFFFF;
}
.products .product .boxInfos .boxGreen .boxText1 span {
  position: relative;
  font-size: 13px;
}
.products .product .boxInfos .boxGreen .boxText1 .cent {
  bottom: 10px;
}
.products .product .boxImg img {
  max-height: 100%;
}
.products .product .text1 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
  color: #000000;
}
.products .product .text2 {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}

/*common*/
.benefits {
  background: #CECECE;
}
.benefits p {
  margin: 0;
}
.benefits .boxTitle {
  background: #FF0E5B;
  border-radius: 80px;
}
.benefits .boxTitle .title {
  text-transform: uppercase;
  font-style: italic;
  font-weight: 800;
  font-size: 50px;
  color: #FFFFFF;
}
.benefits .boxTitle .subtitle {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 42px;
  color: #FFFFFF;
}
.benefits li {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 5px 0 5px 30px;
  background-image: url("../images/btn-nxt.png");
  background-position: left top 4px;
  background-repeat: no-repeat;
  background-size: 20px;
  font-weight: 700;
  font-size: 18px;
  color: #000000;
}
.benefits li span {
  background: #FFFFFF;
  padding: 8px 3px;
  border-radius: 30px;
  display: inline-block;
  width: auto;
}

/* modal leads */

.resell {
    padding: 45px 0 0 0
}

.resell .text {
    padding: 0;
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 28px;
    color: #000;
    line-height: 40px;
    text-align: center
}

.resell .item {
    padding: 0 0 0 35px;
    margin-bottom: 10px;
    font-size: 18px;
    color: #000;
    line-height: 24px
}

.resell .item::before {
    content: "";
    z-index: 0;
    position: absolute;
    top: 4px;
    left: 0;
    width: 22px;
    height: 22px;
    background: #fff;
    border: 3px solid #cdcdcd;
    border-radius: 50%
}

.contact {
    padding: 70px 0
}

.contact .text {
    padding: 0;
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 28px;
    color: #000;
    line-height: 40px;
    text-align: center
}

.contact .more {
    padding: 6px 20px;
    display: inline-block;
    width: auto;
    background: #00cc14;
    border-radius: 30px;
    font-size: 22px;
    color: #fff;
    line-height: 28px;
    text-align: center
}

.contact-seller .box_form {
    position: relative;
    display: inline-block;
    width: 340px;
    max-width: 105%;
    background: #ffc900;
    border-radius: 30px;
    padding: 31px;
    margin-top: 20px
}

.contact-seller .box_form .mfp-close {
    position: absolute;
    width: 43.84px;
    height: 43.84px;
    left: 15px;
    top: -19px;
    background: #e70a0a;
    border-radius: 99px;
    transform: rotate(.17deg);
    font-style: normal;
    font-weight: 400;
    font-size: 31px;
    line-height: 118.6%;
    text-align: center;
    text-transform: uppercase;
    color: #fff
}

.contact-seller .box_form .text_form {
    padding: 0 0 25px 0;
    font-weight: 700;
    font-size: 24px;
    color: #000;
    line-height: 30px;
    text-align: center
}

.contact-seller .box_form .field {
    display: inline-block;
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 30px;
    margin: 0 0 15px 0;
    padding: 0 15px;
    font-size: 16px;
    color: #616161;
    line-height: 28px;
    text-transform: uppercase
}

.contact-seller .box_form .btn_send {
    display: inline-block;
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 30px;
    margin: 0 0 15px 0;
    background: #ffa900;
    font-size: 16px;
    color: #000;
    line-height: 28px
}

.contact-seller .box_form .btn_send:hover {
    background: #ce8b00
}

.contact-seller .box_form .btn_seller {
    background-color: #24cc63!important;
    color: #fff;
    font-weight: 700!important;
}

.contact-seller .box_form .btn_seller:hover {
    background-color: #1eac53!important;
    color: #fff;
}

.contact-seller .box_form {
    position: relative;
    display: inline-block;
    width: 340px;
    max-width: 105%;
    background: #ffc900;
    border-radius: 30px;
    padding: 31px;
    margin-top: 20px
}

.contact-seller .box_form .mfp-close {
    position: absolute;
    width: 43.84px;
    height: 43.84px;
    left: 15px;
    top: -19px;
    background: #FF0E5B;
    border-radius: 99px;
    transform: rotate(.17deg);
    font-style: normal;
    font-weight: 400;
    font-size: 31px;
    line-height: 118.6%;
    text-align: center;
    text-transform: uppercase;
    color: #FFC631
}

.contact-seller .box_form .text_form {
    padding: 0 0 25px 0;
    font-weight: 700;
    font-size: 24px;
    color: #000;
    line-height: 30px;
    text-align: center
}

.contact-seller .box_form .field {
    display: inline-block;
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 30px;
    margin: 0 0 15px 0;
    padding: 0 15px;
    font-size: 16px;
    color: #616161;
    line-height: 28px;
    text-transform: uppercase
}

.contact-seller .box_form .btn_send {
    display: inline-block;
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 30px;
    margin: 0 0 15px 0;
    background: #FF0F5B;
    font-size: 17px;
	font-weight: 700;
    color: #fff;
    line-height: 28px
}

.contact-seller .box_form .btn_send:hover {
    background: #5D27A4
}

.contact-seller .box_form .btn_seller {
    background-color: #24cc63!important;
    color: #fff;
    font-weight: 300!important;
}

.contact-seller .box_form .btn_seller:hover {
    background-color: #1eac53!important;
    color: #fff;
    font-weight: 300
}
.box-send {
  display: none
}
.contact-seller h4 {
  font-weight: 700;
  font-size: 18px;
  color: #000;
  line-height: 22px;
  text-transform: uppercase
}
.contact-seller .round-image {
  width: 100px;
  height: 100px;
  border: 4px solid #FD2B6E;
  border-radius: 99%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff
}
.contact-seller .round-image img {
  position: relative;
}
.contact-seller .bt-whatsapp {
  display: inline-block;
  width: 100%;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 30px;
  margin: 0 0 15px 0;
  background: #00cc14;
  font-size: 16px;
  color: #000;
  line-height: 28px
}
.loading {
  display: none;
  text-align: center;
  position: absolute;
  height: 99%;
  width: 99%;
  z-index: 50;
  background: #f8f9fa00;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  left: 2px;
  top: 2px;
  border-radius: 30px
}
.loading .box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  z-index: 60
}
#floatingBarsG {
  position: relative;
  width: 27px;
  height: 34px
}
.blockG {
  position: absolute;
  background-color: #c4c4c4;
  width: 4px;
  height: 11px;
  border-radius: 4px 4px 0 0;
  transform: scale(.4);
  animation-name: fadeG;
  animation-duration: .32s;
  animation-iteration-count: infinite;
  animation-direction: linear
}
#rotateG_01 {
  left: 0;
  top: 12px;
  animation-delay: .12000000000000002s;
  transform: rotate(-90deg)
}
#rotateG_02 {
  left: 3px;
  top: 4px;
  animation-delay: .16s;
  transform: rotate(-45deg)
}
#rotateG_03 {
  left: 11px;
  top: 1px;
  animation-delay: .2s;
  transform: rotate(0)
}
#rotateG_04 {
  right: 3px;
  top: 4px;
  animation-delay: .24000000000000005s;
  transform: rotate(45deg)
}
#rotateG_05 {
  right: 0;
  top: 12px;
  animation-delay: .28s;
  transform: rotate(90deg)
}
#rotateG_06 {
  right: 3px;
  bottom: 3px;
  animation-delay: .32s;
  transform: rotate(135deg)
}
#rotateG_07 {
  bottom: 0;
  left: 11px;
  animation-delay: .36s;
  transform: rotate(180deg)
}
#rotateG_08 {
  left: 3px;
  bottom: 3px;
  animation-delay: .4s;
  transform: rotate(-135deg)
}
@keyframes fadeG {
  0% {
    background-color: #000
  }
  100% {
    background-color: #c4c4c4
  }
}

.is-box-padding {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 25px
}

@media screen and (max-width: 1060px) {
  .products .boxTitle .title {
    font-size: 50px;
  }
  .products .boxTitle .subtitle {
    font-size: 24px;
  }
  .benefits .boxTitle .title {
    font-size: 40px;
  }
  .benefits .boxTitle .subtitle {
    font-size: 24px;
  }
}
@media screen and (max-width: 993px) {
  .header_main a {
    font-size: 11px;
  }
  .banner .prev {
    left: 10px;
    width: 30px;
  }
  .banner .next {
    right: 10px;
    width: 30px;
  }
  .products .prev {
    left: 10px;
    width: 30px;
  }
  .products .next {
    right: 10px;
    width: 30px;
  }
}
@media screen and (max-width: 768px) {
  .phrase .text1 {
    font-size: 15px;
  }
  .products .boxTitle .title {
    font-size: 32px;
  }
  .products .boxTitle .subtitle {
    font-size: 16px;
  }
  .benefits .boxTitle .title {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  .products .boxTitle .title {
    font-size: 22px;
  }
  .products .boxTitle .subtitle {
    font-size: 14px;
  }
  .benefits .boxTitle .title {
    font-size: 24px;
  }
  .benefits .boxTitle .subtitle {
    font-size: 18px;
  }
  .banner .prev {
    left: 5px;
    width: 20px;
  }
  .banner .next {
    right: 5px;
    width: 20px;
  }
  .products .prev {
    left: 5px;
    width: 20px;
  }
  .products .next {
    right: 5px;
    width: 20px;
  }
}
@media screen and (max-width: 400px) {
  .products .prev {
    left: -15px;
    width: 25px;
  }
  .products .next {
    right: -15px;
    width: 25px;
  }
  .benefits .boxTitle .title {
    font-size: 16px;
  }
  .benefits .boxTitle .subtitle {
    font-size: 15px;
  }
  .header_main a {
    font-size: 10px;
    padding: 0;
  }
}/*# sourceMappingURL=style.css.map */