h1 {
    font-size: 55px;
    line-height: 1.25;
}
h2 {
    font-size: 45px;
    line-height: 1.25;
}
h3 {
    font-size: 32px;
    line-height: 1.25;
}
h4 {
    font-size: 23px;
    line-height: 1.25;
}
h5 {
    font-size: 18px;
    line-height: 1.25;
    margin: 0;
}
p {
    line-height: 1.5;
    color: #646464;
}
.white {
      color: #fff;
}
.dark {
    color: #010101 !important;
}
.blue {
    color: #4C04BC;
}
.grey {
    color: #646464;
}
a.button, a.tp-button {
    color: #fff;
    border-radius: 25px;
    font-size: 18px;
    padding: 0px 10px;
    font-weight: 700;
    transition: .4s all;
}
a.button:hover, a.tp-button:hover {
    opacity: .9;
}
a.button:after {
    display: none;
}
span.button_label {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
span.button_label svg {
    padding-left: 10px;
}
.btn-gradient {
    background: transparent linear-gradient(101deg, #06F7B2 0%, #1ADFA7 100%) 0% 0% no-repeat padding-box;
}
a.btn-no-back {
    color: #4C04BC;
    background: transparent;
    padding: 0 !important;
    border-radius: 0;
}
a.btn-no-back span {
    padding: 0 !important;
}
a.btn-no-back:hover {
    color: #4C04BC;
}
a.btn-no-back::after {
    display: none;
}
div#anim1 {
    width: 100%;
    float: right;
    height: 750px;
    margin-right: -50px;
}
div#anim2 {
    width: 100%;
    float: right;
    height: 750px;
}
div#anim3 {
    width: 100%;
    float: left;
    height: 850px;
    margin-left: 50px;
}
div#anim4 {
    width: 100%;
    float: right;
    height: 700px;
    margin-right: 50px;
}
.bg-test {
    position: absolute;
    top: 0;
    left: 0;
    width: 140%;
    height: 100%;
    background: url(../images/bg-1.svg);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 100%;
}
/* .bg-1 {
    background-image: url(../images/bg-1.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: auto 100%;
} */
.bg-2 {
    background-image: url(../images/bg-2.svg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    margin-top: -50px;
}
.bg-3 {
    background: #f9f9f9;
    background-image: url(../images/bg-3.svg);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 30% 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: -150px;
    margin-bottom: -150px;
}
.bg-4 {
      background: #f9f9f9;
    background-image: url(../images/bg-4.svg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
}
.bg-5 {
    background-image: url(../images/bg-5.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 25%;
}
.bg-blue {
    background: #6500F6;
    background-image: url(../images/bg-blue.svg) , linear-gradient(to right, #6500F6, #4C04BC);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: auto;
}
.bg-blue2 {
    background: #6500F6;
    background-image: url(../images/bg-blue.svg) , linear-gradient(to right, #6500F6, #4c04bcb8);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: auto;
}
.bg-contactos {
    background: #fff;
    background-image: url(../images/bg-contactos.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 40%;
}
canvas {
    display: none;
}
.recolha {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.recolha img {
    width: 150px;
}
.recolha::before {
  content: 'Recolha';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #4C04BC;
  width: fit-content;
  height: fit-content;
  font-size: 17px;
  font-weight: 700;
}
.line_left {
  height: 1px;
  background: #000;
  width: 40%;
  position: relative;
}
.line_left::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -5px;
    height: 10px;
    width: 10px;
    transform: translate(-50%, -50%) rotate(45deg);
    background: transparent;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}
.line_right {
  height: 1px;
  background: #000;
  width: 40%;
  position: relative;
}
.line_right::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -5px;
    height: 10px;
    width: 10px;
    transform: translate(-50%, -50%) rotate(45deg);
    background: transparent;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}
.recolha_slider {
    outline: 0;
    pointer-events: none;
}
.recolha_slider .flickity-button {
  display: none;
}
.recolha_cell {
    margin-right: 10px;
    width: 17.4%;
    /* width: calc( 20% - 10px ); */
    height: 300px;
    box-shadow: 3px 3px 40px #0000000D;
    border-radius: 40px;
    padding: 25px 30px;
    box-sizing: border-box;
    background: #fff;
}
.recolha_cell .info_header {
    font-size: 18px;
    display: flex;
    align-items: end;
    font-weight: 600;
    height: 45px;
    margin-bottom: 15px;
}
.recolha_cell .info_header img {
    padding-right: 10px;
}
.line {
    height: 1px;
    background: #000;
    width: 100%;
}
.ganhos {
    text-align: center;
}
.vantagem {
    text-align: center;
}
.vantagem .icon {
    margin-bottom: 15px;
}
.vantagem h3 {
    margin-bottom: 20px;
}
.funcionalidade_slider {
    outline: 0;
}
.funcionalidade_slider .flickity-button {
    display: none;
}
.funcionalidade_cell {
    margin-right: 10px;
    width: 20%;
    /* width: calc( 20% - 10px ); */
    height: 375px;
    box-shadow: 3px 3px 40px #0000000D;
    border-radius: 40px;
    padding: 40px 30px;
    box-sizing: border-box;
}
.funcionalidade_cell .info {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.download {
    border-bottom: 1px solid #fff;
    padding: 12px 0;
    margin-bottom: 15px;
    transition: .4s all;
}
.download a {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.download a:hover, .download a h5:hover {
    text-decoration: none;

}
.download:hover {
    opacity: .8;
}
.w-400 {
    font-weight: 400;
}
#contactform .column {
    margin-bottom: 15px !important;
}
#contactform input {
    background: transparent !important;
    border: 1px solid #aaa !important;
    font-size: 16px !important;
    padding: 14px 10px !important;
    border-radius: 4px !important;
}
#contactform textarea {
    background: transparent !important;
    border: 1px solid #aaa !important;
    font-size: 16px !important;
    padding: 14px 10px !important;
    border-radius: 4px !important;
}
#contactform input#submit {
    background: transparent linear-gradient(101deg, #06F7B2 0%, #1ADFA7 100%) 0% 0% no-repeat padding-box !important;
    color: #fff !important;
    border-radius: 25px !important;
    font-size: 18px !important;
    padding: 13px 35px !important;
    font-weight: 600 !important;
    border: 0 !important;
    width: fit-content;
    float: right;
}
.form_footer {
    display: flex;
    align-items: center;
    padding-top: 15px !important;
}
#contactform .form_footer .column {
    margin-bottom: 0 !important;
    padding: 0 !important;
}
#Footer {
    background: #6500F6;
    background-image: url(../images/bg-blue.svg) , linear-gradient(to right, #6500F6, #4C04BC);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto;
}
.imgs {
    display: flex;
    align-items: center;
}
.imgs img {
    padding-right: 25px;
    height: 25px;
}
.ficha {
    margin-top: 20px;
    font-size: 14px;
}
.socials {
    text-align: center;
    font-size: 16px;
}
.socials svg, .socials i {
    font-size: 16px;
    padding: 0 7px;
}
.socials svg:hover {
    color: #fff;
}
.copyright {
    max-width: 350px;
    float: right;
    text-align: right;
    font-weight: 400;
    font-size: 14px;
}
.copyright a {
    font-weight: 700;
}
#Footer .widgets_wrapper {
    padding: 40px 100px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
}
a:hover {
    text-decoration: none;
    color: #fff;
    font-weight: 700;
}
#menu>ul>li>a, a.action_button, #overlay-menu ul li a {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0px;
    padding: 35px 5px !important;
    color: #fff !important;
}
#menu>ul>li:nth-child(7) a:hover,#menu>ul>li>a:hover, a.action_button:hover, #overlay-menu ul li a:hover   {
    opacity: .7;
}
/* #menu>ul> li:nth-child(4) a, #menu>ul> li:nth-child(5) a, #menu>ul>li:nth-child(6) a, #menu>ul>li:nth-child(7) a  { */
#menu>ul>li:nth-child(7) a  {
    color: #4C04BC !important;
}
.menuo-right #Top_bar .menu_wrapper {
    float: right;
    padding-right: 0;
}
.header-transparent #Top_bar.is-sticky .menu_wrapper .menu>li>a {
    padding: 0px 5px !important;
    color: #4C04BC !important;
}
#Top_bar .menu>li:last-child>a span {
    display: flex;
    align-items: center;
}

#Top_bar .menu>li:last-child>a span svg {
    padding-right: 6px;
}
.vantagem .icon img {
    height: 150px !important;
}
*::selection {
    background-color: #eee;
    color: black;
}
.vantagem .info {
    width: 80%;
    margin: auto;
}
#Top_bar.is-sticky {
    padding-top: 10px;
    padding-bottom: 10px;
}
#Top_bar.is-sticky #logo img.logo-sticky {
		display: inline;
		max-height: 40px;
}
#Side_slide {
    background-color: #ffffff !important;
    border-color: #4C04BC !important;
    background-image: url(../images/menu.svg);
    background-size: cover;
    background-position: top center;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100% !important;
    right: -100%;
}
#Side_slide .close-wrapper {
    height: 60px;
    position: absolute;
    top: 0;
}
#Side_slide #menu ul li span {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 25px;
}
label, legend {
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
    text-align: left;
    font-size: 14px;
    color: #4C04BC;
}
.loading {
    position: fixed;
    top: 0;
    left: 0;
    /* background: transparent linear-gradient(101deg, #06F7B2 0%, #1ADFA7 100%) 0% 0% no-repeat padding-box; */
    background: #4C04BC;
    width: 100%;
    height: 100%;
    z-index: 999999;
    -webkit-transition: visibility 0.2s linear,
    opacity 0.2s linear;
    -moz-transition: visibility 0.2s linear,
    opacity 0.2s linear;
    -o-transition: visibility 0.2s linear,
    opacity 0.2s linear;
    opacity: 1;
    visibility: visible;
}
.loading.hide {
  opacity: 0;
 visibility: hidden;
 -webkit-transition: visibility 0.2s linear,
 opacity 0.2s linear;
 -moz-transition: visibility 0.2s linear,
 opacity 0.2s linear;
 -o-transition: visibility 0.2s linear,
 opacity 0.2s linear;
}
#loading_div, .loading img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 250px;
}
#Side_slide #menu ul li {
    border-top: unset;
}
#menu>ul>li:nth-child(7) a span {
    border-radius: 25px;
    background: #fff;
    padding: 0 20px !important;
}
#Top_bar .menu>li>a {
    line-height: 25px !important;
}
#Top_bar .menu>li>a span:not(.description) {
    display: block;
    line-height: 50px;
}
#Top_bar .column {
    margin-bottom: 0;
    width: 100% !important;
    margin: 0;
}
.top_bar_left.clearfix {
    padding: 0 95px;
    box-sizing: border-box;
    width: 100% !important;
}
div#contexto {
    margin-top: -150px;
}
.download_ficha {
    position: fixed;
    background: #24e5aa;
    height: auto;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: space-between;
    left: 0;
    bottom: 0;
    padding: 20px 65px 20px 25px;
    z-index: 999;
    border-top-right-radius: 15px;
    transition: 1s all;
}
.download_ficha a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.download_ficha a svg {
    padding-left: 15px;
}
span.x {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 24px;
    cursor: pointer;
}
.download_ficha.hide_donwload {
    bottom: -20%;
}
















/* Customize the label (the check) */
.check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  color: #646464;
  font-weight: 400;
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    border: 1px solid #646464;
}

/* On mouse-over, add a grey background color */
.check:hover input ~ .checkmark {
  background-color: #646464;
}
/* When the checkbox is checked, add a blue background */
.check input:checked ~ .checkmark {
  background-color: #646464;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.check input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.check .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.check a {
    color: #646464;
    text-decoration: underline;
    font-weight: 400 !important;
}






.max-width-800 {
    max-width: 800px;
    margin: auto !important;
}
.max-width-1200 {
    max-width: 1200px;
    margin: auto !important;
}
/************/
.rectangle {
  position: relative;
  padding: 10px 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  border-radius: 25px;
}


/* LEVEL-1 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-1 {
  font-size: 18px;
  color: #fff;
  width: 50%;
  margin: 0 auto 90px;
  background: transparent linear-gradient(96deg, #6500F6 0%, #6500F5 1%, #4C04BC 50%, #4C04BC 100%) 0% 0% no-repeat padding-box;
  text-align: center;
}

.level-1::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 45px;
  background: #000;
}


/* LEVEL-2 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-2-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.level-2-wrapper::before {
  content: "";
  position: absolute;
  top: -45px;
  left: 16.6%;
  width: 66.6%;
  height: 1px;
  background: #000;
}

.level-2-wrapper::after {
  display: none;
  content: "";
  position: absolute;
  left: -20px;
  bottom: -20px;
  width: calc(100% + 20px);
  height: 1px;
  background: #000;
}

.level-2-wrapper li {
  position: relative;
  list-style: none;
}

.level-2-wrapper > li::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 45px;
  background: #000;
}

.level-2 {
  font-size: 18px;
  color: #fff;
  width: 70%;
  margin: 0 auto 40px;
  background: transparent linear-gradient(101deg, #06F7B2 0%, #1ADFA7 100%) 0% 0% no-repeat padding-box;
  text-align: center;
}

.level-2::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 20px;
  background: #000;
  display: none;
}
#Side_slide #menu ul li a {
    display: block;
    padding: 11px 5px 10px 20px;
    margin-right: 0;
    text-decoration: none;
    line-height: 15px;
    padding: 24px 15px !important;
}
#Side_slide {
    background-color: #4C04BC;
    border-color: #4C04BC;
}














/********************/
/********************/
/********************/
.b-box {
    box-sizing: border-box;
}
.t-center {
    text-align: center;
}
.overflow-hidden {
    overflow: hidden;
}
.h-300 {
    height: 300px;
}
.h-50 {
    height: 50vh;
}
.h-60 {
    height: 60vh;
}
.h-70 {
    height: 70vh;
}
.h-80 {
    height: 80vh;
}
.h-100 {
    height: 100vh;
}
.z-1 {
    z-index: 1;
}
.z-2 {
    z-index: 2;
}
.relative {
    position: relative;
}
.upper {
    text-transform: uppercase;
}
.block {
    display: block;
}
.flex {
    display: flex;
    align-items: center;
}
.space_between {
    justify-content: space-between;
}
.baseline {
    align-items: baseline;
}
.none {
    display: none !important;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.w-100 {
    width: 100% !important;
}
.p-0{
    padding: 0;
}
.m-0{
    margin: 0;
}
.mt-0 {
    margin-top: 0px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-80 {
    margin-top: 80px;
}
.mt-100 {
    margin-top: 100px;
}
.mb-0 {
    margin-bottom: 0px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-50 {
    margin-bottom: 50px;
}
.pt-0 {
    padding-top: 0px;
}
.pt-80 {
    padding-top: 80px;
}
.pt-100 {
    padding-top: 100px;
}
.pt-150 {
    padding-top: 150px;
}
.pt-200 {
    padding-top: 200px;
}
.pb-0 {
    padding-bottom: 0px;
}
.pb-80 {
    padding-bottom: 80px;
}
.pb-100 {
    padding-bottom: 100px;
}
.pb-150 {
    padding-bottom: 150px;
}
.pb-200 {
    padding-bottom: 200px;
}
.pl-0 {
      padding-left: 0px;
}
.pl-50 {
      padding-left: 50px;
}
.pl-100 {
      padding-left: 100px;
}
.pl-150 {
      padding-left: 150px;
}
.pr-0 {
      padding-right: 0px !important;
}
.pr-50 {
      padding-right: 50px;
}
.pr-100 {
      padding-right: 100px;
}
.pr-150 {
      padding-right: 150px;
}
.mr-0 {
      margin-right: 0px !important;
}
.ml-2-per {
      margin-left: 2% !important;
}
