/*!
Theme Name: BlogMobills (Novo)
Theme URI: https://mobills.com.br/
Author: Equipe Mobills
Author URI: https://www.mobills.com.br/
Description: Tema em WordPress feito para o Blog pela equipe Mobills
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: blogmobills
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

----------------------------------------------------------------------------- */

@charset "UTF-8";
@media print, screen and (min-width: 40em) {
  .reveal,
  .reveal.large,
  .reveal.small,
  .reveal.tiny {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
} /*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
}
*,
::after,
::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}
.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin: 0 auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin: 0 auto;
}
.grid-x {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cell {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}
.grid-x > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
 
 
  .grid-x > .medium-6,
  .grid-x > .medium-7,
  .grid-x > .medium-8,
  .grid-x > .medium-9,
  .grid-x > .medium-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
 
  .grid-x > .medium-6 {
    width: 50%;
  }
 
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  
  .grid-x > .large-1,
  .grid-x > .large-10,
  .grid-x > .large-11,
  .grid-x > .large-12,
  .grid-x > .large-2,
  .grid-x > .large-3,
  .grid-x > .large-4,
  .grid-x > .large-5,
  .grid-x > .large-6,
  .grid-x > .large-7,
  .grid-x > .large-8,
  .grid-x > .large-9,
  .grid-x > .large-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
 
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.33333%;
  }
  .grid-x > .large-5 {
    width: 41.66667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.33333%;
  }
  .grid-x > .large-8 {
    width: 66.66667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.33333%;
  }
  .grid-x > .large-11 {
    width: 91.66667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}

.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.grid-margin-x > .small-1 {
  width: calc(8.33333% - 1.25rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.66667% - 1.25rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.33333% - 1.25rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.66667% - 1.25rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.33333% - 1.25rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.66667% - 1.25rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.33333% - 1.25rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.66667% - 1.25rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
 
  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
 
  .grid-margin-x > .large-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}
.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .resultado-ativo .grid-padding-x > .cell {
    padding: 0;
  }
}
.small-up-1 > .cell {
  width: 100%;
}
.small-up-2 > .cell {
  width: 50%;
}
.small-up-3 > .cell {
  width: 33.33333%;
}
.small-up-4 > .cell {
  width: 25%;
}
.small-up-5 > .cell {
  width: 20%;
}
.small-up-6 > .cell {
  width: 16.66667%;
}
.small-up-7 > .cell {
  width: 14.28571%;
}
.small-up-8 > .cell {
  width: 12.5%;
}
@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.33333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.66667%;
  }
  .medium-up-7 > .cell {
    width: 14.28571%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.33333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.66667%;
  }
  .large-up-7 > .cell {
    width: 14.28571%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem);
}
.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem);
}
.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 1.25rem);
}
.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem);
}
.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem);
}
.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 1.25rem);
}
.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 1.25rem);
}
.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
.align-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.align-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.align-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.align-justify {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.align-left.vertical.menu > li > a {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.align-right.vertical.menu > li > a {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.align-center.vertical.menu > li > a {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.align-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.align-self-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.align-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.align-self-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.align-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.align-self-middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.align-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.align-self-stretch {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.align-center-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.small-order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.small-order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.small-order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
.small-order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}
.small-order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}
.small-order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}
@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
}

blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
  margin: 0;
  padding: 0;
}
p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
em,
i {
  font-style: italic;
  line-height: inherit;
}
b,
strong {
  font-weight: 700;
  line-height: inherit;
}
small {
  font-size: 80%;
  line-height: inherit;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  font-weight: 400;
  color: inherit;
  text-rendering: optimizeLegibility;
}
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  line-height: 0;
  color: #cacaca;
}
.h1,
h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.h2,
h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.h3,
h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.h4,
h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.h5,
h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.h6,
h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .h1,
  h1 {
    font-size: 3rem;
  }
  .h2,
  h2 {
    font-size: 2.5rem;
  }
  .h3,
  h3 {
    font-size: 1.9375rem;
  }
  .h4,
  h4 {
    font-size: 1.5625rem;
  }
  .h5,
  h5 {
    font-size: 1.25rem;
  }
  .h6,
  h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer;
}
a:focus,
a:hover {
  color: #1468a0;
}
a img {
  border: 0;
}
hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}
dl,
ol,
ul {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}
li {
  font-size: inherit;
}
ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}
ol {
  margin-left: 1.25rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-left: 1.25rem;
  margin-bottom: 0;
}
dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: 700;
}
blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}
blockquote,
blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}
figure {
  margin: 0;
}
code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-weight: 400;
  color: #5F5C6B;
}
.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.4;
  color: #8a8a8a;
}
.lead {
  font-size: 125%;
  line-height: 1.6;
}
ol.no-bullet,
ul.no-bullet {
  margin-left: 0;
  list-style: none;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
button {
  background-color: transparent;
  border:none;
  outline: none;
}
select:focus {
  outline: 0;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  -webkit-box-shadow: 0 0 5px #cacaca;
  box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out,
    -webkit-box-shadow 0.5s;
}
select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea;
}
.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus)::-ms-input-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}
.is-invalid-label {
  color: #cc4b37;
}
.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #cc4b37;
}
.form-error.is-visible {
  display: block;
}
.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}
.accordion-item:first-child > :first-child {
  border-radius: 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0;
}
.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0;
}
.accordion-title:focus,
.accordion-title:hover {
  background-color: #e6e6e6;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}
.is-active > .accordion-title::before {
  content: "\2013";
}
.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #333333;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}
.accordion-menu li {
  width: 100%;
}
.accordion-menu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}
.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}
.accordion-menu
  .is-accordion-submenu-parent:not(.has-submenu-toggle)
  > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}
.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto;
}
.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}
.accordion-menu .is-accordion-submenu-parent[aria-expanded="true"] > a::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.is-accordion-submenu-parent {
  position: relative;
}

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #1779ba;
  color: #fefefe;
}
.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}
.breadcrumbs::after,
.breadcrumbs::before {
  display: table;
  content: " ";
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.breadcrumbs::after {
  clear: both;
}
.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #5F5C6B;
  cursor: default;
  text-transform: uppercase;
}
.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #cacaca;
}
.breadcrumbs a {
  color: #1779ba;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
  color: #5F5C6B;
}

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer;
}
[data-whatinput="mouse"] .close-button {
  outline: 0;
}
.close-button:focus,
.close-button:hover {
  color: #5F5C6B;
}
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}
.close-button,
.close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}
.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
[data-whatinput="mouse"] .menu li {
  outline: 0;
}
.menu .button,
.menu a {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}
.menu a,
.menu button,
.menu input,
.menu select {
  margin-bottom: 0;
}
.menu input {
  display: inline-block;
}
.menu,
.menu.horizontal {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.menu.vertical {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}



.input-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .input-group > :first-child, .input-group > :first-child.input-group-button > * {
    border-radius: 0 0 0 0; }
  .input-group > :last-child, .input-group > :last-child.input-group-button > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  min-width: 0; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

.dropdown-pane.options {
  border-radius: 0 !important;
  border-radius: 6px !important;
}


.menu .is-active > a {
  background: #1779ba;
  color: #fefefe;
}
.menu .active > a {
  background: #1779ba;
  color: #fefefe;
}
.menu.align-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.menu.align-right li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.menu.align-right li .submenu li {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.menu.align-right.vertical li {
  display: block;
  text-align: right;
}
.menu.align-right.vertical li .submenu li {
  text-align: right;
}
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}
.menu.align-center li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.menu.align-center li .submenu li {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: 700;
  line-height: 1;
  color: inherit;
}
.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem;
}
.dropdown-pane.is-opening {
  display: block;
}
.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}
.dropdown-pane.tiny {
  width: 100px;
}
.dropdown-pane.small {
  width: 200px;
}
.dropdown-pane.large {
  width: 400px;
}
.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}
[data-whatinput="mouse"] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu > li > a {
  padding: 0.7rem 1rem;
}
.dropdown.menu > li.is-active > a {
  background: 0 0;
  color: #1779ba;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 5px;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
}
@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
  }
}
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}
.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}
.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe;
}
.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 5px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}
.flex-video,
.responsive-embed {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}
.flex-video embed,
.flex-video iframe,
.flex-video object,
.flex-video video,
.responsive-embed embed,
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.flex-video.widescreen,
.responsive-embed.widescreen {
  padding-bottom: 56.25%;
}
.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #1779ba;
  color: #fefefe;
}

.media-object {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.media-object img {
  max-width: none;
}

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
}
html.is-reveal-open body {
  overflow-y: hidden;
}
.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: auto;
}
.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}
[data-whatinput="mouse"] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}
.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media screen and (max-width: 39.99875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}
.sticky-container {
  position: relative;
}
.sticky {
  position: relative;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}
.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
tbody,
tfoot,
thead {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}
caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: 700;
}
thead {
  background: #f8f8f8;
  color: #5F5C6B;
}
tfoot {
  background: #f1f1f1;
  color: #5F5C6B;
}
tfoot tr,
thead tr {
  background: 0 0;
}
tfoot td,
tfoot th,
thead td,
thead th {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: 700;
  text-align: left;
}
tbody td,
tbody th {
  padding: 0.5rem 0.625rem 0.625rem;
}
tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f1f1f1;
}
table.unstriped tbody {
  background-color: #fefefe;
}
table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f1f1f1;
  background-color: #fefefe;
}
@media screen and (max-width: 63.99875em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack td,
  table.stack th,
  table.stack tr {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}
table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}
table.hover thead tr:hover {
  background-color: #f3f3f3;
}
table.hover tfoot tr:hover {
  background-color: #ececec;
}
table.hover tbody tr:hover {
  background-color: #f9f9f9;
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec;
}
.table-scroll {
  overflow-x: auto;
}
.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none;
}
.tabs::after,
.tabs::before {
  display: table;
  content: " ";
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.tabs::after {
  clear: both;
}
.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}
.tabs.simple > li > a {
  padding: 0;
}
.tabs.simple > li > a:hover {
  background: 0 0;
}
.tabs.primary {
  background: #1779ba;
}
.tabs.primary > li > a {
  color: #fefefe;
}
.tabs.primary > li > a:focus,
.tabs.primary > li > a:hover {
  background: #1673b1;
}
.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}
[data-whatinput="mouse"] .tabs-title > a {
  outline: 0;
}
.tabs-title > a:hover {
  background: #fefefe;
  color: #1468a0;
}
.tabs-title > a:focus,
.tabs-title > a[aria-selected="true"] {
  background: #e6e6e6;
  color: #1779ba;
}
.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #5F5C6B;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}
.tabs-panel {
  display: none;
  padding: 1rem;
}
.tabs-panel.is-active {
  display: block;
}
.tabs-panel.is-active.result-fix > #card-chart-simple-interest{
  padding: 0 20%;
}
@media (max-width:760px){
  .tabs-panel.is-active.result-fix > #card-chart-simple-interest{padding: 0;}
}
.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 4px solid #fefefe;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0;
}
a.thumbnail {
  -webkit-transition: -webkit-box-shadow 0.2s ease-out;
  transition: -webkit-box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
}
a.thumbnail:focus,
a.thumbnail:hover {
  -webkit-box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5);
  box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5);
}
a.thumbnail image {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.title-bar {
  padding: 0.5rem;
  background: #5F5C6B;
  color: #fefefe;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.title-bar-left,
.title-bar-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}
.title-bar-right {
  text-align: right;
}
.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
}
.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: 700;
  cursor: help;
}
.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #5F5C6B;
  font-size: 80%;
  color: #fefefe;
}
.tooltip::before {
  position: absolute;
}
.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #5F5C6B;
  bottom: 100%;
}
.tooltip.bottom.align-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #5F5C6B transparent transparent;
  top: 100%;
  bottom: auto;
}
.tooltip.top.align-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #5F5C6B;
  left: 100%;
}
.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #5F5C6B transparent transparent;
  right: 100%;
  left: auto;
}
.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}
.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}
.tooltip.align-left::before {
  left: 10%;
  right: auto;
}
.tooltip.align-right::before {
  left: auto;
  right: 10%;
}
.hide {
  display: none !important;
}


@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}
@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important;
  }
}


@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}
@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}

.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}


[type="color"],
[type="date"],
[type="datetime-local"],
[type="datetime"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
textarea,
select {
  margin-bottom: 0 !important;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
  position: relative;
  background-color: #ffffff;
}

.text-left {
  text-align: left;
}

.ck {
  line-height: 19px;
  margin-top: 10px;
}
.ck label {
  margin-bottom: 1px;
  display: block;
}
.ck input {
  vertical-align: -1px;
  margin-right: 6px;
  margin-top: 3px;
  margin-bottom: 0;
}


.button img {
  border-radius: 0 !important;
}

.wp-block-ub-content-toggle-accordion-toggle-wrap {
  color: rgba(97, 21, 221, 1) !important;
}

.wp-block-ub-content-toggle-accordion-content-wrap {
  box-sizing: border-box;
  padding: 10px 35px 23px;
  overflow: hidden;
  background: #F8F3FE !important;
}
.wp-block-ub-content-toggle-accordion-content-wrap p:last-child {
  margin-bottom: 0 !important;
}

.wp-block-ub-chevron-down {
  margin-top: 4px !important;
}

.wp-block-ub-chevron-down.open {
  margin-top: -2px !important;
}

.wp-block-ub-content-toggle-accordion-title-wrap {
  background-color: #F8F3FE !important;
}
.wp-block-ub-content-toggle-accordion {
  border: none !important;
}
.wp-block-ub-content-toggle-accordion-title {
  color: rgba(97, 21, 221, 1) !important;
  padding: 14px 19px !important;
  font-size: 17px !important;
}

.wp-block-ub-content-toggle-accordion-title-wrap
  .wp-block-ub-content-toggle-accordion-title {
  margin-bottom: 0 !important;
}
.wp-block-ub-content-toggle-accordion {
  border-radius: 6px;
}
.g-recaptcha {
}
.ap_container {
  margin-bottom: 30px;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
}
[type="color"],
[type="date"],
[type="datetime-local"],
[type="datetime"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  margin: 0 0 1rem;
  padding: 10px 18px 13px 21px;
  border: 1px solid #dddddd;
  border-radius: 0;
  background-color: #fefefe;
  -webkit-box-shadow: inset 0 1px 2px rgb(10 10 10 / 10%);
  box-shadow: inset 0 1px 2px rgb(10 10 10 / 10%);
  font-weight: 400;
  line-height: 1.5;
  color: #5F5C6B;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out,
    -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 15px;
  border-radius: 100px;
  box-shadow: none;
  transition: none !important;
}
input:focus,
textarea:focus {
  outline: none;
  border-color: rgba(97, 21, 221, 1);
  transition: none !important;
}

body {
  line-height: 22px;
  font-size: 15px;
}
p {
  margin-bottom: 25px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: rgba(40, 36, 71, 1);
  font-weight: bold !important;
}

.code-block-label {
  font-size: 10px;
  color: #888888;
  letter-spacing: 1px;
}

input[type="text"] {
  padding: 10px 18px 13px 21px;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

a {
  color: rgba(97, 21, 221, 1);
  text-decoration: none;
  outline: none;
}
a:hover,
a:focus {
  color: rgba(97, 21, 221, 1);
}

.bg-blue-light {
  background-color: #F8F3FE;
}
.bg-blue {
  background-color: #F8F3FE;
  color: #ffffff;
}
.bg-blue-dark {
  background: #112c97 url("assets/images/bgfooter.jpg") no-repeat center center
    scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #ffffff;
}
.padding-80 {
  padding: 60px 0 70px;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.grid-container {
  max-width: 75rem;
  margin: 0 auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  display: grid;
}

.single .grid-container {
  display: inherit;
}

.grid-container.large-12 {
  grid-template-columns: 100%;
}
.grid-container.large-8 {
  grid-template-columns: 75% 25%;
}
.grid-container.large-7 {
  grid-template-columns: 70% 30%;
}

.is-content-justification-center {
  display: table;
  margin: 0 auto;
}
.headline {
  margin-bottom: 35px;
  position: relative;
  border-bottom: 2px solid #eeeeee;
  padding-bottom: 15px;
  display: flex;
}

.headline:before {
  content: "";
  height: 2px;
  background-color: rgba(97, 21, 221, 1);
  position: absolute;
  left: 0px;
  bottom: -2px;
  z-index: 0;
  width: 50px;
}
.headline.center:before {
  margin-left: -25px;
  left: 50%;
}

.single .wrap-content .bloco p {
  font-size: 15px;
}
.single .wrap-content .headline h2,
.headline h2 {
  letter-spacing: -0.5px;
  flex: 1;
  line-height: 29px;
  padding: 0;
  font-size: 23px;
  margin: 0;
}
.headline a.link {
  font-size: 15px;
  display: inline-block;
  padding: 3px 0px;
}

#ads-mobile {
  display: none;
}

@media (max-width: 730px) {
  #ads-mobile {
    display: block;
  }
  #ads-desk {
    display: none;
  }
}

h5 {
  font-size: 19px;
  margin-bottom: 30px;
}

.headline a.link:hover {
  opacity: 0.7;
}

.display-flex {
  display: flex;
}
.display-flex.middle {
  align-items: center;
  justify-content: center;
}
.flex {
  flex: 1;
}

.display-table {
  display: table;
  width: 100%;
  height: auto;
}
.table {
  vertical-align: middle;
  display: table-cell;
}

.articles {
  display: grid;
  grid-template-columns: 55% auto;
  grid-gap: 30px;
}

.articles.articles__3 {
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px;
}
.articles.articles__2 {
  grid-template-columns: 1fr 1fr;
}

.articles > article.articles__item {
  position: relative;
  display: flex;
  outline: none;

  align-items: center;
  justify-content: center;
}
.articles.articles__2 > article.articles__item {
  margin-bottom: 20px;
}

.articles > article.articles__item h2:hover {
  color: rgba(97, 21, 221, 1);
}
.articles > article.articles__item .articles__wrap {
  display: flex;
  height: 100%;
  width: 50%;
}
.articles > article.articles__item img:hover {
  opacity: 0.9;
}

.articles > article.articles__item figure img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
  height: 100%;
}
.articles > article.articles__item--featured {
  grid-row: 1/3;
}
.articles > article.articles__item--featured .articles__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: auto;
  padding: 25px;
  background: -moz-linear-gradient(
    top,
    transparent 0,
    transparent 0,
    rgba(0, 0, 0, 0.9) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, transparent),
    color-stop(0, transparent),
    color-stop(100%, rgba(0, 0, 0, 0.9))
  );
  background: -webkit-linear-gradient(
    top,
    transparent 0,
    transparent 0,
    rgba(0, 0, 0, 0.9) 100%
  );
  background: -o-linear-gradient(
    top,
    transparent 0,
    transparent 0,
    rgba(0, 0, 0, 0.9) 100%
  );
  background: -ms-linear-gradient(
    top,
    transparent 0,
    transparent 0,
    rgba(0, 0, 0, 0.9) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.9) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(40, 36, 71, 1)00', endColorstr='rgba(40, 36, 71, 1)', GradientType=0);
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.articles > article.articles__item--featured .articles__content span,
.articles > article.articles__item--featured .articles__content h2 {
  color: #ffffff;
}
.articles > article.articles__item .articles__content a {
  display: block;
}
.articles > article.articles__item .articles__wrap--flex figure {
  margin-right: 17px;
  height: 150px;
  width: 100%;
}

.articles > article.articles__item .articles__content--flex {
  flex: 1;
}

.articles > article.articles__item h2 {
  font-size: 17px;
  color: rgba(40, 36, 71, 1);
  font-weight: bold;
  line-height: 20px;
}
.articles.columns > article.articles__item h2 {
  font-size: 21px;
  line-height: 22px;
}
.articles.columns > article.articles__item--featured h2 {
  font-size: 30px;
  line-height: 30px;
}

.articles > article.articles__item .articles__meta {
  color: #444444;
  font-size: 12px;
  margin-top: 7px;
}
.articles > article.articles__item .articles__meta span {
  vertical-align: -1px;
}
.articles > article.articles__item .articles__meta i {
  font-style: normal;
  vertical-align: -2px;
  display: inline-block;
  margin: 0 2px;
}
.articles > article.articles__item .articles__meta img {
  border-radius: 50%;
  margin-right: 3px;
}

.articles > article.articles__item .articles__category {
  background: rgba(97, 21, 221, 1);
  color: #ffffff;
  border-radius: 100px;
    text-transform: none;
    font-weight: bold;
    font-size: 10px;
    padding: 3px 12px 2px;
  display: inline-block !important;
  margin-bottom: 8px;
}
.articles > article.articles__item .articles__category:hover,
.articles > article.articles__item .articles__category:focus {
  background-color: #7630EB;
  color: #ffffff;
}

.articles__block > article.articles__item {
  display: block;
  margin-bottom: 15px;
}
.articles__block > article.articles__item .articles__wrap {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.articles__block > article.articles__item .articles__wrap--flex figure {
  width: 100%;
  height: 160px;
  padding-bottom: 17px;
}

.articles__block > article.articles__item .articles__category {
  position: absolute;
  left: 10px;
  top: 10px;
}
.articles > article.articles__item .articles__content a .code-block {
  display: none !important;
}

.articles.columns > article.articles__item--featured .articles__wrap,
.articles.columns > article.articles__item .articles__wrap figure,
.articles.columns > article.articles__item--featured .articles__wrap figure {
  width: 100%;
  height: 100%;
}

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

.input-group > :first-child,
.input-group > :first-child.input-group-button > * {
  border-radius: 100px;
}

.button,
input[type="submit"].button {
  border: none;
  display: inline-block;
  background-color: rgba(97, 21, 221, 1);
  color: #ffffff;
  text-transform: none;
  border-radius: 8px;
  cursor: pointer;
  padding: 16px 40px 16px;
  margin-bottom: 10px;
  font-size: 16px;
  transition: none;
  text-transform: uppercase;
}
.button:hover,
input[type="submit"].button:hover {
  background-color:#7630EB;
  color: #ffffff;
  border-radius: 8px;
}

.button.small {
  padding: 14px 30px 16px;
}
.button.tiny {
  padding: 10px 20px;
}
.button:focus {
  background-color: rgba(97, 21, 221, 1);
  color: #ffffff;
}
.button:hover {
  background-color:#7630EB;
  color: #ffffff;
  transition: none;
}
.button.full {
  display: block;
  width: 100%;
  padding: 14px 20px 16px;
  border: none;
}

aside ul.list .btn {
  margin-top: 15px;
}

.wpcf7-not-valid {
  border-color: #dc3232 !important;
}
aside {
  margin-bottom: 20px;
}

aside p {
  margin-bottom: 20px;
}

aside.banner img {
  width: 100%;
  border-radius: 8px;
}

.fix-pd-left {
  padding: 0 0 0 50px;
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
  display: block;
  margin-bottom: 12px;
}
.wpcf7 form .wpcf7-response-output {
  margin: 10px 0 30px;
  padding: 12px 20px 15px;
  border: 2px solid #00a0d2;
  border-radius: 8px;
  line-height: 19px;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.wpcf7 .ajax-loader {
  margin: 0;
  position: absolute !important;
}
.wpcf7-not-valid-tip {
  margin-bottom: 0px;
  font-size: 12px;
  margin-top: 4px;
}
.broken_link,
a.broken_link {
  text-decoration: inherit !important;
}

.rounded {
  border-radius: 50%;
}

.icons {
  grid-template-columns: auto auto;
  display: grid;
  grid-gap: 25px;
}
.icons.full {
  grid-template-columns: 100%;
  grid-gap: 0;
}
.icons__item {
  display: flex;
}
.icons__image {
  width: 23%;
  padding-right: 20px;
}
.icons__content {
  flex: 1;
}
.icons__content h3 {
  padding-right: 20px;
  font-size: 18px;
  margin-bottom: 0;
}
.icons__content small {
  display: block;
  margin-top: 0px;
  color: #555555;
}

.icons__content {
  position: relative;
}
.icons__content .icons__arrow {
  position: absolute;
  right: 0px;
  top: 50%;
  width: 12px;
  margin-top: -7px;
}

.icons.full .icons__item {
  margin-bottom: 10px;
  background: #E8DCFC;
  padding: 13px 15px;
  border-radius: 8px;
  cursor: pointer;
}
.icons.full .icons__item:hover {
  background-color:#E0D0FB;
}

.fix-pd-left .icons__item h3 {
  font-size: 16px;
}

.icons.full .icons__image {
  width: 25%;
  padding-right: 15px;
}


.icons.full .icons__item:last-child {
  margin-bottom: 0;
}

.icons.p p {
  margin-bottom: 0;
  padding-right: 20px;
  margin-top: 11px;
  color: #555555;
}
.icons.p .icons__item {
  margin-bottom: 20px;
}

.action {
  margin-top: 40px;
}
.action .button {
  margin-bottom: 0;
}

.color-white h2,
.color-white h3 {
  color: rgba(40, 36, 71, 1);
}

.color-white small {
  color: #555555;
}


.wp-block-columns {
  display: flex;
}

.ub_table-of-contents {
  padding: 0 !important;
  background-color: transparent !important;
  border: none !important;
}
.ub_table-of-contents-header {
  text-align: left;
  padding: 21px 23px;
  line-height: 23px;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0;
  border-bottom: none !important;
  display: block;
  letter-spacing: -0.5px;
  width: 100% !important;
  text-align: left !important;
  padding: 0 !important;
  margin-bottom: 20px !important;
}
@media (max-width: 540px) {
  .ub_table-of-contents-header {
    padding: 17px 20px;

    font-size: 18px;
  }
}

.ub_table-of-contents .ub_table-of-contents-container ul,
.ub_table-of-contents .ub_table-of-contents-container ul li {
  margin: 0 !important;
  list-style: disc;
  padding: 0 !important;
}
.ub_table-of-contents .ub_table-of-contents-container ul {
      padding-left: 18px !important;
}
.ub_table-of-contents .ub_table-of-contents-container ul li a {
    display: inline-block;
    line-height: 23px;
    padding: 0;
    background-color: transparent;
    padding: 16px 0 2px;
    border-radius: 0;
}
.ub_table-of-contents .ub_table-of-contents-container ul li a:hover {
  text-decoration: none !important;
}
.ub_table-of-contents-extra-container {
  padding: 0 10px !important;
}

.ub_table-of-contents-header {
  text-align: left;
  padding: 0;
  border-bottom: none !important;
  margin-bottom: 22px;
}

@media (max-width: 540px) {
  .ub_table-of-contents .ub_table-of-contents-container ul li a {
    padding: 7px 0;
    font-size: 16px;
    line-height: 23px;
  }
  .ub_table-of-contents-header-container, .ub_table-of-contents-extra-container {
    padding: 0px 10px;
  }
}

.ub_table-of-contents .ub_table-of-contents-container ul li {
  margin-bottom: 0;
}
.ub_table-of-contents {
  margin-bottom: 45px !important;
}

html {
  scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

.menu-canvas ul {
  list-style: none;
  margin: 25px 0;
}

.bloco {
  margin: 40px 0 55px;
  border-radius: 8px;
  padding: 50px;
}
.single .bloco {
  margin-bottom: 40px;
}

.bloco .display-flex {
  justify-content: center;
  grid-gap: 10px;
}
.bloco .wpcf7-response-output {
  margin-top: 18px !important;
  margin-bottom: 0 !important;
}
.bloco .wpcf7-not-valid-tip {
  margin-bottom: 0;
  margin-top: 8px;
}

ul.list {
  list-style: none;
  margin: 0;
}
ul.list li a {
  display: block;
  border: 1px solid;
  border-radius: 100px;
  padding: 6px 15px 8px;
  margin-bottom: 6px;
}
ul.list li a:hover {
  background-color: rgba(97, 21, 221, 1);
  color: #ffffff;
  border-color: rgba(97, 21, 221, 1);
}
ul.list li a.btn:hover {
  border-color: #ffc80a;
}

.link-footer {
  margin-top: 20px;
}
.link-footer a {
  margin: 0 4px;
  display: inline-block;
}

.app {
  padding: 70px 0 80px;
}

#icon-close {
  display: none;
}
.menu-canvas {
  display: none;
  position: absolute;
  left: 0;
  top: 79px;
  background-color: #ffffff;
  width: 100%;
  z-index: 999;
  padding: 10px 0 25px;
  box-shadow: 0 40px 50px rgb(0 0 0 / 6%);
}
.menu-canvas .search-mobile {
  padding: 0 15px;
}
.menu-canvas nav ul li a {
  display: block;
  text-align: center;
  color: rgba(40, 36, 71, 1);
  padding: 9px 0;
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(41, 98, 255, 0.4);
  }
  100% {
    box-shadow: 0 0 0 15px rgba(41, 98, 255, 0);
  }
}

@keyframes shadow-pulse-big {
  0% {
    box-shadow: 0 0 0 0px rgba(41, 98, 255, 0.2);
  }
  100% {
    box-shadow: 0 0 0 15px rgba(41, 98, 255, 0);
  }
}

.blocks-footer {
  padding-right: 35px;
}
.blocks-footer h4 {
  font-size: 18px;
  margin-bottom: 25px;
  line-height: 23px;
}
.blocks-footer .social-icons a {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: rgba(97, 21, 221, 1);
  overflow: hidden;
  transition: all 0.1s ease-in-out;
  padding: 7px 11px 10px 11px;
}
.blocks-footer .social-icons a:hover {
  animation: shadow-pulse 1s;
  transition: all 0.1s ease-in-out;
}

.alignwide figure {
  display: table;
  margin: 0 auto 30px;
}
.blocks-footer ul.list {
  list-style: none;
  margin-bottom: 0;
}
.blocks-footer ul.list li a {
  color: #262f3c;
  display: block;
  line-height: 20px;
  padding: 5px 0;
  font-size: 15px;
  border: none;
  margin: 3px 2px;
}
.blocks-footer ul.list li a:hover {
  background-color: transparent;
  color: rgba(97, 21, 221, 1);
}
.blocks-footer .power {
  margin-bottom: 30px;
}
.blocks-footer a {
  display: block;
}
.footer-classic-main {
  padding: 60px 0 50px;
}
.footer-classic-aside {
  padding: 35px 0;
  text-align: center;
  border-top: 1px solid #e5e5e5;
}

.footer-classic-aside p.rights {
  margin-bottom: 3px;
  font-size: 13px;
}
.footer-classic-aside p.rights a {
  border-bottom: 1px solid transparent;
  padding-bottom: 3px;
}
.footer-classic-aside p.rights a:hover {
  border-bottom-color: rgba(97, 21, 221, 1);
}

.cat-description p {
  margin-top: 25px;
  margin-bottom: 0;
  max-width: 70%;
}

.ub_review_rating {
  line-height: 56px;
}

@media (max-width: 980px) {
  footer .display-flex {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
  }
  .blocks-footer {
    padding-right: 35px;
    margin-bottom: 30px;
  }
  .footer-classic-main {
    padding: 30px 0 5px;
    text-align: center;
  }
}

@media (max-width: 710px) {
  footer .display-flex {
    grid-template-columns: 33.3% 33.3% 33.3%;
  }
}
@media (max-width: 540px) {
  footer .display-flex {
    grid-template-columns: 100%;
  }
  .blocks-footer {
    padding-right: 0px;
    margin-bottom: 30px;
  }
  .social-icons div {
    display: inline-block;
  }
  .blocks-footer ul.list {
    margin: 0;
    display: block;
    grid-template-columns: auto auto;
  }
  .blocks-footer h4 {
    margin-bottom: 15px;
  }
  .blocks-footer ul.list li,
  .blocks-footer ul.list li a {
    display: inline-block;
  }
  .blocks-footer ul.list li a {
    padding: 6px 15px 8px;
    border: 1px solid;
    color: rgba(97, 21, 221, 1);
  }
  .blocks-footer ul.list li a:focus {
    border-color: rgba(97, 21, 221, 1);
    background-color: rgba(97, 21, 221, 1);
    color: #ffffff;
  }
  .blocks-footer {
    margin-bottom: 20px;
  }
  .container.display-flex .blocks-footer:last-child {
    margin-bottom: 15px;
  }
}

.padding-40 {
  padding: 40px 0 45px;
}

.h-inner img.bullet {
  width: 23px;
  vertical-align: -4px;
  margin-right: 7px;
}
.h-inner h1 {
  font-size: 23px;
  margin-bottom: 0;
}
.h-inner h1,
.h-inner small {
  display: inline-block;
}
.h-inner small {
  vertical-align: 5px;
  margin-left: 8px;
  border: 1px solid;
  padding: 2px 12px;
  border-radius: 100px;
  color: rgba(97, 21, 221, 1);
  font-weight: bold;
  font-size: 12px;
}

header {
  padding: 25px 0;
  box-shadow: 0 0 50px rgb(0 0 0 / 6%);
}
header a.button.small {
  margin-bottom: 0;
  padding: 18px 23px 17px;
  font-size: 12px;
}

header nav ul {
  list-style: none;
  margin: 0;
}
header nav ul {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
header nav ul li {
  display: inline-block;
  text-align: center;
}
header nav ul li a {
  display: block;
  color: rgba(40, 36, 71, 1);
  padding: 5px 15px;
  font-size: 15px;
}

header input {
  margin-bottom: 0 !important;
}
header input[type="search"] {
  padding-right: 50px;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

header .flex {
  padding: 0 70px;
}

.hide {
  display: none;
}
.button.hide {
  display: none !important;
}

.h-fix {
  width: 23%;
}
.h-fix.right {
  text-align: right;
}

.aligncenter,
.wp-block-image img {
  clear: both;
  display: table;
  margin: 0 auto;
}

.wp-caption {
  width: 100%;
}
.wp-caption,
.wp-block-image {
  margin-top: 45px;
  margin-bottom: 45px;
}
.wp-caption img,
.wp-block-image img {
  border-radius: 8px;
}

.wp-caption .wp-caption-text,
.wp-block-embed figcaption,
.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption {
  text-align: center;
  color: #aaaaaa;
  font-style: italic;
  margin-bottom: 0;
  padding-bottom: 0;
}
.wp-block-embed iframe {
  width: 100%;
  height: 400px;
}

.single .wrap h1 {
  font-size: 2.5rem;
  line-height: 44px;
  margin-bottom: 25px;
}


.single .wrap-content img {
  border-radius: 8px;
}
.single .wrap-content h2 {
  margin-bottom: 28px;
  font-weight: 500;
  margin-top: 35px;
  font-size: 2rem;
  line-height: 37px;
}
.single .wrap-content h3 {
  margin-bottom: 28px;
  font-weight: 500;
  margin-top: 35px;
  font-size: 26px;
  line-height: 29px;
}

.single .wrap-content h4 {
  margin-bottom: 28px;
  font-weight: 500;
  margin-top: 35px;
  font-size: 22px;
  line-height: 29px;
}

.single .wrap-content p,
.single .wrap-content ul,
.single .wrap-content ol {
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 30px;
}
figure figcaption {
  text-align: center;
  margin-top: 8px;
  color: #999;
  font-style: italic;
}
.single .wrap-content ul,
.single .wrap-content ol {
  margin-left: 5px;
}
.single .wrap-content p a,
.single .wrap-content ul li a,
.single .wrap-content ol li a {
  color: rgba(97, 21, 221, 1);
  font-weight: normal;
  border-bottom: 1px dotted #bdcadd;
}
.single .wrap-content p a:hover,
.single .wrap-content ul li a:hover,
.single .wrap-content ol li a:hover {
  opacity: 0.7;
}
.single .wrap-content ul,
.single .wrap-content ol {
  padding-left: 20px;
  margin-bottom: 32px;
}
.single .wrap-content ul li,
.single .wrap-content ol li {
  margin-bottom: 10px;
}
.single .wrap-content ul li:last-child,
.single .wrap-content ol li:last-child {
  margin-bottom: 0;
}

.single .wrap .subtitle {
  margin-bottom: 30px;
  margin-top: 0px;
}
.single .wrap .subtitle p {
  font-weight: 400;
  margin-bottom: 0;
  font-size: 20px;
  padding-bottom: 0;
  color: #444444;
  margin-top: 0px;
  line-height: 32px;
  margin-bottom: 0px;
}

.single .accordion-content .fix__p p {
    margin-bottom: 15px !important;
}


.card__image {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  border-radius: 8px;
}
.picture {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  border-radius: 8px;
  display: block;
  height: 400px;
  overflow: hidden;
  width: 100%;
  border-radius: 8px !important;
}
.picture img {
  height: 100%;
  border-radius: 8px !important;
}



.single .button img {
  width: 21px;
}

.single .thumb-single {
  margin-bottom: 40px;
}

#comments {
  margin-bottom: 0px;
}
#commentform,
#commentform .btn,
#comments,
#comments .comment__wrap .comment-reply a,
#comments .comment__wrap .comment__content--author,
#comments .comment__wrap p {
  font-size: 15px;
}

#comments .comment__wrap p a {
  font-weight: bold;
  border-bottom: 1px dotted #bdcadd;
}
#comments .comment__wrap p a:hover {
  opacity: 0.7;
}
#comments ul.comment {
  padding: 0;
  margin: 0;
  background: #fff;
  box-shadow: none;
  padding: 0px;
  border-radius: 8px;
}
#comments .comment__wrap {
  display: flex;
}
#comments .comment__wrap .comment__wrap--avatar {
  padding-top: 6px;
}
#comments ul.comment .comment__wrap--avatar {
  display: none;
}
#comments .comment__wrap .comment__wrap--txt {
  flex: 1;
}
#comments .comment__wrap .comment__wrap--avatar img {
  border-radius: 50%;
  border: 1px solid #eeeeee;
  width: 80px;
  height: 80px;
}
#comments .comment__wrap .comment__content--header {
  margin-bottom: 4px;
}
#comments .comment__wrap p {
  line-height: 22px;
  margin-bottom: 15px;
}
#comments .comment__wrap span {
  font-size: 17px;
}
#comments .comment__wrap .comment-reply a {
  border-bottom: 0;
  color: #999999;
  font-size: 13px;
}
#comments .comment__wrap .comment-reply a:hover {
  opacity: 0.8;
}
#comments .comment__wrap .comment-reply svg {
  vertical-align: middle;
  transform: rotate(180deg);
  width: 22px;
  height: 22px;
  opacity: 0.7;
  fill: #999;
  margin-right: 0;
}
#comments ul.comment .byuser .comment__wrap--avatar {
  position: relative;
  display: block;
  width: 15%;
}

#comments ul.comment ul.children {
  margin-left: 97px;
  padding: 0;
}
#comments ul.comment .depth-2,
#comments ul.comment .depth-3,
#comments div.comment.even.depth-1 {
  padding-top: 15px;
  border-top: 1px solid #eeeeee;
  margin-top: 15px;
}

#comments div.comment.even.depth-1:first-child {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}

.comment.even.thread-odd,
.comment.odd.thread-even,
.comment.odd.thread-odd {
  padding-top: 15px;
  border-top: 1px solid #eeeeee;
  margin-top: 20px;
}
#comments .byuser .comment__wrap .comment__wrap--txt {
  padding-left: 20px;
  width: 80%;
}
#comments .comment__wrap .comment__content--header {
  margin-bottom: 10px;
}

#comments .comment__wrap .comment__content--author {
  line-height: 20px;
  color: rgba(97, 21, 221, 1);
  display: inline-block;
  font-size: 16px;
}
#comments .comment__wrap .comment__wrap--time {
  font-size: 11px;
  color: #cccccc;
  margin-left: 6px;
  display: inline-block;
  margin-bottom: 0;
}

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 40px auto 40px;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #eeeeee;
  border-left: 0;
}
#cancel-comment-reply,
ul.comment h2.comements__title {
  display: none;
}
.form-submit {
  margin-bottom: 0;
  text-align: right;
  flex-direction: row-reverse;
  display: flex;
}
ul.comment .comment-respond {
  margin-top: 20px;
  margin-bottom: 35px;
}
.comment-form-comment {
  margin-bottom: 20px;
}
.comment-form-comment textarea {
  border-radius: 8px;
  margin-bottom: 0;
}
.form-submit .btn {
  border-radius: 100px;
  text-transform: uppercase;
  padding: 11px 26px;
}

#commentform .form-control:focus {
  border-color: #888888;
}

#comments h2 {
  margin-top: 40px;
}

.headline-inner {
  margin-bottom: 30px;
  font-size: 26px;
  line-height: 29px;
}

#commentform .error {
  color: #dd5757;
  font-size: 15px;
  margin-top: 8px;
}
#commentform input.error,
#commentform textarea.error {
  border-color: #dd5757;
}
#commentform .form-control {
  margin-bottom: 0;
}

.respond-form {
  grid-gap: 17px;
}
.respond-form input {
  border-radius: 8px;
}

#commentform a {
  border-bottom: 1px dotted #bdcadd;
}

#commentform a:hover {
  opacity: 0.7;
}

#commentform .form-submit .button {
  margin-bottom: 0 !important;
}

.meta-footer {
  margin-top: 30px;
  margin-bottom: 0 !important;
  align-items: center;
}
.meta-footer a {
  display: inline-block;
  background-color: #6115DD;
  color: #ffffff !important;
  border-radius: 100px;
  font-size: 12px;
  font-weight: bold !important;
  padding: 1px 17px;
  margin-left: 5px;
  border-bottom: none !important;
  vertical-align: 2px;
}
.meta-footer a:hover {
  background-color: #7630EB;
  opacity: 10 !important;
}



.meta-footer .comments__link a {
  border:1px solid #6115DD !important;
  color: #6115DD !important;
  background-color: transparent;
  padding: 4px 17px;
  margin-left: 0 !important;
}



.auth .flex {
  padding-left: 22px;
}
.auth .auth__title {
  margin-bottom: 13px;
  font-size: 17px;
}
.auth .auth__title b {
  font-weight: normal;
}

.auth.top {
  margin-bottom: 40px;
}
.auth.top .flex {
  padding-left: 0;
}
.auth.top .flex .flex {
  padding-left: 10px;
}
.auth.top .auth__title {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 20px;
}

.auth-bottom {
  padding-bottom: 20px;
}


.auth .auth__title a {
  font-weight: bold;
}


.author .h-inner figure {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto;
}
.author .h-inner figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.author .auth__description {
  margin: 20px auto;
  max-width: 70%;
  display: table;
}
.author .auth__title {
  margin-top: 12px;
}
.author .auth__title h1 {
  display: block;
  margin-bottom: 12px;
}
.author .auth__title small {
  margin-left: 0;
}
.author .experts__social a {
  margin: 0 5px;
}

.auth .auth__title small {
  display: block;
  color: #444444;
  margin-top: 2px;
  font-size: 13px;
}

.auth .auth__meta__info {
  display: flex;
  align-items: center;
  grid-gap: 13px;
  margin-top: 5px;
}
.auth .auth__meta__info small {
  display: flex;
  align-items: center;
  grid-gap: 4px;
}
.auth .auth__meta__info small svg {
  width: 16px;
  height: auto;
  opacity: 0.5;
}

.auth .auth__title small.bubble {
  vertical-align: 1px;
  margin-left: 8px;
  border: 1px solid;
  padding: 2px 12px;
  border-radius: 100px;
  color: rgba(97, 21, 221, 1);
  font-weight: normal;
  font-size: 13px;
  display: inline-block;
}

.auth__description {
  margin-bottom: 17px;
}
.experts__social a {
  display: inline-block;
  margin-right: 10px;
  overflow: hidden;
  font-size: 30px;
}
.experts__social a:hover {
  opacity: 0.9;
}

.meta-header {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 13px;
  margin-bottom: 25px;
  padding-top: 7px;
}
.meta-header a {
  font-weight: bold;
  font-size: 16px;
}
.meta-header a:hover {
  opacity:  0.7;
}
.meta-header a img {
      vertical-align: -4px;
    margin-right: 2px;
}

.share a {
  border: 2px solid #6115DD;
  color: #6115DD;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 45px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.single .wrap-content .share img {
  border-radius: 0 !important;
}
.fix__share .flex {
  display: flex;
  grid-gap: 2px;
      padding: 0 !important;
    justify-content: end;
}
@media (max-width: 639px) {
  .fix__share .flex {
    justify-content: start;
  }
}

.single .wrap-content ul.ub_styled_list li {
  display: flex !important;
}
.single .wrap-content ul.ub_styled_list li .ub_list_item_content .ub_list_item_icon {
  display: none !important;
}

.fix__share .share a {
  line-height: 62px;
  width: 50px;
  height: 50px;
}
.fix__share .share a img {
  width: 26px;
}


.meta-footer .share img {
  border-radius: 0 !important;
}

.meta-footer .share a {
  line-height: 51px;
  padding: 0;
  margin: 0;
  margin-left: 2px;
}

.share a:hover {
  opacity: 0.9;
}
.share a svg {
  width: 22px;
  height: auto;
}


.ads {
  position: absolute;
  width: 300px;
  height: auto;
  top: 0px;
  overflow: hidden;
}
.ads a {
  display: block;
}
.ads img {
  margin-top: 10px;
  border-radius: 8px;
}
#banner_l {
  left: -230px;
}
#banner_r {
  right: -230px;
}

.content-wrap {
  position: relative;
}

.wp-caption {
  max-width: 100%;
  width: auto !important;
}

.panel {
  position: relative;
  padding: 20px 30px 23px;
  margin-bottom: 3rem;
  border: 1px solid transparent;
  border-radius: 8px;
}
.panel.small {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px 20px 18px;
}
.panel.small.display-flex {
  background: #f5f8fa;
  border: none;
  color: inherit;
  padding: 17px 26px 17px;
  margin-top: 0px;
  font-size: 13px;
  align-items: center;
  justify-content: center;
}
.panel.small.display-flex select {
  padding: 8px 29px 8px 13px;
  border-radius: 6px;
  border: 1px solid #ddd;
  font-size: 13px;
}
.panel.small.display-flex .table {
  padding-bottom: 3px;
}
.alert {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.success {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.search-form {
  position: relative;
}
.search-form img {
  position: absolute;
  right: 20px;
  top: 5px;
  padding: 7px 0 7px 9px;
  cursor: pointer;
  width: 30px;
  opacity: 0.5;
}
.search-form img:hover {
  opacity: 0.9;
}

.progress {
  z-index: 9 !important;
  top: 0px !important;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 5px;
  background-color: transparent;
}
.progress > .bar {
  height: 5px;
  width: 0px;
  background-color: rgba(97, 21, 221, 1);
}
#read-progress {
  display: none !important;
}
@media (max-width: 540px) {
  #read-progress {
    display: block !important;
  }
}

.header-mobile {
  display: none;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  box-shadow: 0 0 50px rgb(0 0 0 / 6%);
  height: 80px;
  background: #ffffff;
  z-index: 999;
  border-bottom: 1px solid #eeeeee;
}

.auth .foto-perfil figure {
  width: 150px;
  height: 150px;
}
.auth.top .foto-perfil figure {
  width: 50px;
  height: 50px;
}
.auth .foto-perfil img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header-mobile .tools a {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 76px;
}
#icon-menu-mobile a img {
  width: 28px;
}
.header-mobile .display-flex {
  height: 100%;
}
.header-mobile .flex {
  text-align: center;
}
.header-mobile .button {
  margin-bottom: 0;
}

blockquote {
  text-align: left;
  margin: 20px 20px 30px;
  padding: 15px 20px 20px;
  font-size: 20px;
  border-left: 5px solid rgba(97, 21, 221, 1);
}
.single .wrap-content blockquote p {
  font-size: 20px;
  color: #777777;
  line-height: 33px;
  font-style: italic;
}
blockquote cite {
 font-style: normal;
  color: rgba(97, 21, 221, 1);
}

.desktop {
  display: inline-block;
}
.mobile {
  display: none;
}

@media (max-width: 770px) {
  .header-mobile .button {
    padding: 11px 38px 13px;
    font-size: 13px;
  }

  .header-mobile .tools {
    width: 77px;
  }
  main {
    margin-top: 0px;
  }
 
  #banner_l {
    display: none;
  }
  .single .wrap {
    margin: 0px 0 40px !important;
    max-width: 35rem;
    padding-top: 40px;
  }

  .header-mobile {
    display: block;
  }

  .articles.columns {
    display: block;
  }

  .articles.columns > article.articles__item .articles__wrap {
    order: 2;
    width: 20%;
  }
  .articles.columns > article.articles__item .articles__wrap--flex figure {
    margin-right: 0;
    margin-left: 17px;
    height: 120px;
  }

  .fix-pd-left {
    display: none;
    padding: 0;
  }

  .grid-container.large-8 {
    grid-template-columns: auto;
  }

  .articles {
    grid-template-columns: auto;
    display: block;
  }
  .articles.articles__3 > article.articles__item .articles__wrap,
  .articles > article.articles__item .articles__wrap {
    order: 2;
    width: 20%;
  }
  .articles > article.articles__item .articles__wrap--flex figure {
    margin-right: 0;
    margin-left: 17px;
    height: 120px;
    width: 100%;
  }
  .articles__block > article.articles__item {
    display: flex;
    grid-template-columns: auto;
  }
  .articles__block > article.articles__item .articles__wrap--flex figure {
    width: auto;
  }
  .articles__block > article.articles__item .articles__category {
    position: relative;
    left: 0;
    top: 0;
  }
  .articles__block > article.articles__item .articles__wrap--flex figure {
    padding-bottom: 0;
  }

  .articles > article.articles__item {
    margin-bottom: 20px !important;
  }
  .articles > article.articles__item:last-child {
    margin-bottom: 0 !important;
  }

  .articles.columns
    > article.articles__item.articles__item--featured
    .articles__wrap {
    width: 100%;
  }

  .articles.articles__2 {
    grid-template-columns: auto;
    display: block;
  }

  #featured {
    margin-top: 0 !important;
    padding-top: 15px;
  }

  #extra .fix-pd-left {
    display: block;
    padding-left: 0;
  }
  .grid-container.large-7 {
    display: block;
  }
}

.header-mobile.webview {
  display: none !important;
}
main.webview {
  margin-top: 0 !important;
}
.show-mobile {
  display: none;
}

.mb-news {
  display: none;
}
.dsk-news {
  display: block;
}

.span-title {
  display: block;
  font-weight: bold;
  color: rgba(40, 36, 71, 1);
  text-align: center;
  letter-spacing: -0.5px;
  width: 100%;
}

.bloco .span-title {
  font-size: 23px;
  text-align: center;
}


.single .wrap-content .wp-block-embed__wrapper iframe {
  height: 400px !important;
}


@media (max-width: 770px) {


.comment__wrap--avatar--div {
      height: 40px;
    width: 40px;
}
#comments .comment__wrap .comment__wrap--avatar img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
#comments ul.comment .byuser .comment__wrap--avatar {
  width: 40px;
}
}

.radius {
  border-radius: 100px !important;
}

@media (max-width: 639px) {



  .single .wrap-content .wp-block-embed__wrapper iframe {
  height: 200px !important;
}
  .bloco .span-title {
    font-size: 20px;
    line-height: 20px;
  }
  .mt-0 {
    margin-top: 0 !important;
  }

  .dsk-news {
    display: none;
  }
  .mb-news {
    display: block;
  }

  ul.list li a {
    margin-right: 6px;
  }
  ul.list li a,
  ul.list li {
    display: inline-block;
  }

  .panel.small.display-flex {
    display: block;
    text-align: center;
    padding: 21px 22px 26px;
  }
  .panel.small.display-flex select {
    display: block;
    width: 100%;
    margin-top: 8px;
  }

  input[type="submit"].button {
    border: none;
    display: inline-block;
    background-color: rgba(97, 21, 221, 1);
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 100px;
    cursor: pointer;
    padding: 14px 50px 16px;
    margin-bottom: 10px;
   font-size: 15px;
  }

  #extra .fix-pd-left {
    margin-top: 40px;
  }

  .headline a.link {
    padding: 0px 15px 1px 10px;
  }
  .show-mobile {
    display: block;
  }
  .hide-mobile {
    display: none;
  }
  .wpcf7 form .wpcf7-response-output {
    margin-top: 20px !important;
  }

  footer .display-flex {
    display: block;
  }
  .blocks-footer .social-icons a {
    width: 50px;
    height: 50px;
    padding: 13px 14px;
  }

  .button {
    display: block;
    padding: 16px 15px 17px;
    font-size: 16px;
    text-align: center;
  }

  .fix-pd-left {
    display: block;
  }

  .header-mobile .tools {
    width: 70px;
  }
  #banner_r {
    display: none;
  }
  .single .wrap {
    display: block;
    max-width: 100%;
  }
  .header-mobile .button.small {
    padding: 15px 10px 16px 10px;
    font-size: 12px;
    display: block;
    margin-left: 4px;
    margin-right: 4px;
  }

  .articles.articles__3 > article.articles__item .articles__wrap,
  .articles > article.articles__item .articles__wrap,
  .articles.columns > article.articles__item .articles__wrap {
    order: 2;
    width: 45%;
  }
  .articles > article.articles__item h2,
  .articles.columns > article.articles__item h2 {
    font-size: 16px;
    line-height: 18px;
  }
  .articles > article.articles__item {
    margin-bottom: 30px !important;
  }
  .articles > article.articles__item .articles__category {
    font-size: 9px;
    padding: 1px 12px 1px;
  }
  .articles > article.articles__item .articles__meta {
    font-size: 11px;
    margin-top: 4px;
  }

  .mb-60 {
    margin-bottom: 30px !important;
  }
  .padding-80 {
    padding: 30px 0 45px;
  }
  .articles > article.articles__item--featured .articles__content {
    padding: 16px;
  }


  .wrap-content .headline h2,
  .headline h2 {
    line-height: 20px !important;
    font-size: 20px !important;
    padding-right: 0;
  }



  .headline .link {
    display: none;
  }

  .icons {
    display: block;
  }
  .icons__content h3,
  .icons.p p {
    padding-right: 0;
  }

  .icons.p .icons__item {
    margin-bottom: 30px;
  }
  .icons.p .icons__item:last-child {
    margin-bottom: 0;
  }
  .mb-40 {
    margin-bottom: 30px !important;
  }
  .action {
    margin-top: 30px;
  }
  .mb-30 {
    margin-bottom: 25px !important;
  }
  .bloco {
    margin: 30px 0 35px;
    padding: 25px;
    padding-bottom: 23px;
  }
  .bloco .wpcf7-not-valid-tip {
    margin-bottom: 15px;
  }
  .bloco .display-flex {
    display: block;
  }
  .bloco .button {
    display: block;
    width: 100%;
  }

  #icon-menu-mobile {
    width: 64px;
  }

  aside {
    margin: 30px 0 !important;
  }

  .link-footer {
    margin-top: 20px;
    display: flex;
    grid-gap: 10px;
  }
  .link-footer a {
    margin: 0px;
    display: block;
  }

  .fix-logo {
    width: 130px !important;
  }

  .single .wrap {
    margin: 0px 0 30px !important;
    padding-top: 30px;
  }
  .meta-header {
    margin-bottom: 20px;
    padding-top: 0;
  }
  .single .wrap h1 {
    font-size: 32px;
    line-height: 33px;
    margin-bottom: 20px;
  }

  .single .picture {
    height: 250px;
    display: flex;
    margin: 0 -15px;
    width: 109%;
    margin-bottom: 25px;
  }
  .picture,
  .picture img {
    border-radius: 0 !important;
  }
  .single .bloco {
    margin-bottom: 25px;
    margin-top: 35px;
  }
  .single .wrap-content p,
  .single .wrap-content ul,
  .single .wrap-content ol {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 25px;
  }

  .single .wrap-content h2 {
    font-size: 28px;
    line-height: 33px;
  }
  .single .wrap-content h3 {
    font-size: 22px;
    line-height: 27px;
  }
  .single .wrap-content h4 {
    font-size: 18px;
    line-height: 23px;
  }

  hr {
    margin: 30px auto 30px;
  }

  #comments h2 {
    margin-top: 0;
  }
  .headline-inner {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 21px;
  }

  #comments ul.comment {
    padding: 0px;
    margin-bottom: 26px;
  }
  #comments .comment__wrap p {
    line-height: 21px;
    margin-bottom: 15px;
    font-size: 14px;
  }
  #comments .comment__wrap .comment__content--author {
    font-size: 14px;
    display: block;
  }
  #comments .comment__wrap .comment__wrap--time {
    display: block;
    margin-left: 0;
  }
  #comments .byuser .comment__wrap .comment__wrap--txt {
    padding-left: 11px;
  }
  #comments .byuser .comment__wrap .comment__content--meta,
  #comments .byuser .comment__wrap p {
    margin-left: -49px;
  }
  #comments ul.comment .depth-2,
  #comments ul.comment .depth-3,
  #comments div.comment.even.depth-1 {
    padding-top: 20px;
    margin-top: 20px;
  }
  #comments ul.comment ul.children {
    margin-left: 27px;
  }
  #comments .comment__wrap .comment__wrap--avatar {
    padding-top: 0;
  }
  #comments .comment__wrap .comment__wrap--avatar img {
    width: 40px;
  }

  #commentform .button.small {
    margin-bottom: 5px;
    padding: 12px 20px 14px;
    display: block;
    width: 100%;
  }

  .auth .display-flex {
    display: block;
    text-align: center;
  }
  .auth .flex {
    padding-left: 0px;
  }
  .auth .foto-perfil {
    margin-bottom: 10px;
  }
  .auth .foto-perfil a {
    text-align: center;
    display: table;
    margin: 0 auto;
  }

  .auth .foto-perfil figure {
    width: 100px;
    height: 100px;
    overflow: hidden;
  }

  .auth.top .foto-perfil figure {
    width: 50px;
    height: 50px;
  }

  .auth .auth__title {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .auth .auth__title small {
    margin-top: 0;
  }
  .auth .foto-perfil img {
    width: 100px;
  }

  .respond-form {
    display: block;
  }
  .comment-form-comment,
  .respond-form p {
    margin-bottom: 15px;
  }

  input[type="text"],
  .comment-form-comment textarea {
    padding: 12px 14px 14px 14px;
  }

  .meta-footer {
    display: block !important;
    text-align: left;
  }

  .meta-footer .share {
    margin-top: 20px;
  }

  .single .wrap .subtitle p {
    margin: 0;
    font-size: 17px;
    line-height: 25px;
  }

  .grid-container {
    display: block;
  }

  .h-inner.padding-40 {
    padding: 21px 0 23px;
  }
  .cat-description p {
    margin-top: 14px;
    margin-bottom: 0;
    max-width: 100%;
    font-size: 13px;
    line-height: 20px;
  }
  .h-inner h1 {
    font-size: 20px;
  }
  .h-inner img.bullet {
    width: 17px;
    vertical-align: -2px;
  }
  .h-inner small {
    padding: 1px 11px;
  }

  .panel {
    padding: 15px 20px 20px;
    margin-bottom: 25px;
  }

  aside .wpcf7 .ajax-loader {
    position: absolute;
    left: 0;
  }

  .mobile {
    display: inline-block;
  }
  .desktop {
    display: none;
  }

  .author .auth__title {
    margin-top: 10px;
  }
  .author .auth__description {
    max-width: 100%;
    font-size: 13px;
    line-height: 20px;
  }

  .auth.top .display-flex {
    display: block;
  }
  .auth.top .display-flex .display-flex {
    display: flex;
    text-align: left;
  }
  .auth.top .foto-perfil img {
    width: 50px;
  }
  .auth.top .foto-perfil {
    margin-bottom: 0;
  }
  .auth.top .share {
    margin-top: 25px;
  }
}

.wp-block-group .wp-block-group__inner-container figure {
  overflow: hidden;
}

figure.wp-block-table {
  border-radius: 0 !important;
}
.wp-block-group .wp-block-group__inner-container .wp-block-image {
  margin-bottom: 0px;
}
.wp-block-group .wp-block-group__inner-container blockquote {
  border-left: none;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
}
.wp-block-group .wp-block-group__inner-container hr {
  display: none;
}

.wp-block-pullquote blockquote {
  text-align: center;
  border: none;
  border-top: 5px solid rgba(97, 21, 221, 1);
  border-bottom: 5px solid rgba(97, 21, 221, 1);
  padding-bottom: 30px;
  margin-bottom: 45px;
  margin-top: 45px;
}
.wp-block-pullquote blockquote p {
  margin-bottom: 15px !important;
}

.swiper-container {
  padding-bottom: 35px !important;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0 !important;
}

.skills ul {
  list-style: none;
  margin: 0;
  margin-left: 20px;
  margin-bottom: 20px;
}
.skills ul li {
  position: relative;
}
.skills ul li:before {
  content: "";
  height: 0.9em;
  width: 0.9em;
  float: left;
  top: 0;
  position: absolute;
  left: -19px;
  max-width: 256px;
  max-height: 256px;
  background-image: none !important;
    content: '\ebb8' !important;
    font-family: 'icon' !important;
    color: rgba(97, 21, 221, 1) !important;
}

.ub_review_cta_btn {
  padding: 17px 10px 20px;
  display: block;
  width: 100%;
  border-radius: 100px;
 font-size: 16px;
  font-weight: bold;
}
.ub_review_cta_btn:hover {
  opacity: 0.9;
}
.ub_review_block .ub_review_image {
  margin-left: auto;
  margin-top: 0;
}
.ub_review_description_container {
  margin-bottom: 20px;
}
.ub_review_description {
  padding: 0;
  padding-right: 20px;
}

@media (max-width: 639px) {
  .ub_review_description {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .ub_review_block .ub_review_image {
    margin: 0 auto;
    display: table;
  }
  .ub_review_description_container {
    display: block;
  }

  .auth .auth__title span.small {
    display: block;
  }
  .auth .auth__title small.bubble {
    margin: 10px 0;
  }

  .skills ul li:before {
    position: relative;
    left: 0;
    float: none;
    display: inline-flex;
    vertical-align: 4px;
    margin-right: 5px;
  }

  .skills ul li {
    margin: 5px 0;
  }

  .wp-block-pullquote blockquote p,
  .single .wrap-content blockquote p {
    font-size: 16px !important;
    line-height: 24px !important;
    margin-bottom: 15px;
  }
  .single .wrap-content blockquote,
  .wp-block-pullquote blockquote {
    margin-bottom: 30px;
    margin-top: 30px;
    padding-bottom: 20px;
  }
  blockquote cite {
    font-size: 17px !important;
  }
}

.swal2-container.swal2-backdrop-show,
.swal2-container.swal2-noanimation {
  background: rgba(0, 0, 0, 0.7) !important;
}
.wpcf7 .ajax-loader {
  position: absolute;
}
.swal2-popup {
  padding: 14px 20px 35px !important;
}
.swal2-styled.swal2-confirm {
    border-radius: 8px !important;
    background-color: rgba(97, 21, 221, 1) !important;
    text-transform: uppercase !important;
    padding: 16px 32px 16px !important;
    margin: 0 !important;
    font-weight: bold;
}
.swal2-content {
  font-size: 15px !important;
  line-height: 22px !important;
}
.swal2-title {
  margin-bottom: 21px !important;
  color: rgba(40, 36, 71, 1) !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #46b450;
}

.single .wrap-content ol {
  list-style: none;
  counter-reset: my-list-counter;
  margin-left: 25px;
  padding-left: 0;
}

.single .wrap-content ol > li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 35px;
  min-height: inherit;
  word-break: inherit;
  counter-increment: my-list-counter;
}

.single .wrap-content ol > li:before {
  position: absolute;
  top: 2px;
  left: 0;
  content: counter(my-list-counter);
  color: #fff;
  width: 25px;
  height: 25px;
  font-weight: 700;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(97, 21, 221, 1);
  box-sizing: border-box;
  font-size: 13px;
  background: rgba(97, 21, 221, 1);
  text-align: center;
  padding: 0;
  letter-spacing: -1px;
}

/* @media (max-width: 639px) {
  margin-left: 0px

} */

.wp-block-button__link {
  display: inline-block;
  padding: 17px 32px;
  background: rgba(97, 21, 221, 1);
  color: #fff;
  border-radius: 100px;
  font-size: 17px;
 }
.wp-block-button__link:hover {
  opacity: 0.9;
  color: #ffffff;
}

/* Bloco WP Tabela OLD */
/* .wp-block-table {
  margin-bottom: 35px;
}

.wp-block-table table {
  width: 100%;
  border-top: 4px solid rgba(97, 21, 221, 1);
}
.wp-block-table table tr:nth-child(1) td {
  font-weight: bold;
  text-transform: uppercase;
}
.wp-block-table table tr:nth-child(odd) {
  background-color: #F2ECFD;
}
.wp-block-table table tr:nth-child(even) {
  background-color: #F8F3FE;
}
.wp-block-table table tr td {
  padding: 12px 17px;
} */

/* Bloco WP Tabela  */
.wp-block-table {
  overflow-x: auto;
}
.wp-block-table table thead th{
  padding: 13px 18px;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #6515DD;
}
.wp-block-table table thead th, .wp-block-table table tbody td{
  border: 1px solid #E2E2E2;
}
.wp-block-table table tbody td{
  padding: 10px 18px;
  text-align: center;
  font-weight: 400;
  font-size: 15px;
  color: #333;
}
.wp-block-table table tbody tr:nth-child(odd) {
  background-color: #F2ECFD;
}
.wp-block-table table tbody tr td:nth-child(1) {
  color: #6115DD;
  background-color: #FAF7FF;
}
.wp-block-table table tbody tr:nth-child(even) td{
  background-color: #FFFFFF !important;
}
::-webkit-scrollbar {
  height: 6px;
  border: 1px solid #D4CEE0;
}
::-webkit-scrollbar-track {
  border-radius: 3px;
  background: #FFFFFF;
}
::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #6115DD;
}

.ub_review_cta_btn {
  color: #ffffff !important;
}
.ub_table-of-contents .ub_table-of-contents-container ul li ul {
  margin-bottom: 5px !important;
}

.ub_table-of-contents .ub_table-of-contents-container ul li ul li a {
  padding-left: 0px;
}

.ub_table-of-contents .ub_table-of-contents-container ul li ul li:last-child a {
  border-bottom: 1px dotted #bdcadd;
}
.wp-block-embed {
  margin-bottom: 40px;
}

.wp-block-media-text.alignwide {
  display: flex;
}
.wp-block-media-text__media {
  width: 25%;
}
.wp-block-media-text__content {
  flex: 1;
  padding-left: 28px;
}

@media (max-width: 639px) {
  .wp-block-media-text.alignwide {
    display: block;
  }
  .wp-block-media-text__content {
    padding-left: 0px;
    padding-top: 0px;
  }
  .wp-block-media-text__media {
    width: 70%;
    display: table;
    margin: 0 auto;
  }
  .wp-block-table {
    overflow-x: auto;
  }
}

.ub_cta_button:hover,
.ub_cta_button:focus,
.ub_cta_button:active,
.ub_cta_button {
  color: #ffffff;
}

.single .more {
  display: none;
}
.single .more.show {
  display: block;
}
.more__toggle {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  padding-top: 100px;
  margin-top: -100px;
  position: relative;
}
.more__toggle.reset {
  padding-top: 0px;
  margin-top: 0px;
}
.more h1,
.more h2,
.more h3,
.more h4,
.more h5 {
  margin-top: 0 !important;
}

.more__toggle.none {
  margin-top: 0;
  padding-top: 0;
  background-color: transparent;
}
.more__toggle .button {
  background: #fff;
  border: 1px solid rgba(97, 21, 221, 1);
  color: rgba(97, 21, 221, 1);
  position: relative;
  display: inline-flex;
  padding-left: 35px;
  padding-right: 42px;
  margin-bottom: 30px;
}
.more__toggle .button:focus,
.more__toggle .button:active,
.more__toggle .button:hover {
  background: #ffffff !important;
  border: 1px solid rgba(97, 21, 221, 1) !important;
  color: rgba(97, 21, 221, 1) !important;
}

.more__toggle .button:before {
  content: "Ler mais";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDQ1MS44NDcgNDUxLjg0NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+Cgk8cGF0aCBkPSJNMjI1LjkyMywzNTQuNzA2Yy04LjA5OCwwLTE2LjE5NS0zLjA5Mi0yMi4zNjktOS4yNjNMOS4yNywxNTEuMTU3Yy0xMi4zNTktMTIuMzU5LTEyLjM1OS0zMi4zOTcsMC00NC43NTEgICBjMTIuMzU0LTEyLjM1NCwzMi4zODgtMTIuMzU0LDQ0Ljc0OCwwbDE3MS45MDUsMTcxLjkxNWwxNzEuOTA2LTE3MS45MDljMTIuMzU5LTEyLjM1NCwzMi4zOTEtMTIuMzU0LDQ0Ljc0NCwwICAgYzEyLjM2NSwxMi4zNTQsMTIuMzY1LDMyLjM5MiwwLDQ0Ljc1MUwyNDguMjkyLDM0NS40NDlDMjQyLjExNSwzNTEuNjIxLDIzNC4wMTgsMzU0LjcwNiwyMjUuOTIzLDM1NC43MDZ6IiBmaWxsPSIjMjk2MmZmIiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBzdHlsZT0iIiBjbGFzcz0iIj48L3BhdGg+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPC9nPjwvc3ZnPg==);
}
.more__toggle .button:after {
  content: "";
  width: 11px;
  height: 11px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDQ1MS44NDcgNDUxLjg0NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+Cgk8cGF0aCBkPSJNMjI1LjkyMywzNTQuNzA2Yy04LjA5OCwwLTE2LjE5NS0zLjA5Mi0yMi4zNjktOS4yNjNMOS4yNywxNTEuMTU3Yy0xMi4zNTktMTIuMzU5LTEyLjM1OS0zMi4zOTcsMC00NC43NTEgICBjMTIuMzU0LTEyLjM1NCwzMi4zODgtMTIuMzU0LDQ0Ljc0OCwwbDE3MS45MDUsMTcxLjkxNWwxNzEuOTA2LTE3MS45MDljMTIuMzU5LTEyLjM1NCwzMi4zOTEtMTIuMzU0LDQ0Ljc0NCwwICAgYzEyLjM2NSwxMi4zNTQsMTIuMzY1LDMyLjM5MiwwLDQ0Ljc1MUwyNDguMjkyLDM0NS40NDlDMjQyLjExNSwzNTEuNjIxLDIzNC4wMTgsMzU0LjcwNiwyMjUuOTIzLDM1NC43MDZ6IiBmaWxsPSIjMjk2MmZmIiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBzdHlsZT0iIiBjbGFzcz0iIj48L3BhdGg+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPC9nPjwvc3ZnPg==);
  background-size: 11px;
  background-repeat: no-repeat;
  position: relative;
  top: 3px;
  right: -8px;
}
.more__toggle.reset .button:before {
  content: "Ler menos";
}
.more__toggle.reset .button:after {
  transform: rotate(180deg);
  top: 2px;
}

.span-one {
  display: none;
}

.span-one:first-child {
  display: block !important;
}

/* NEW LAYOUT: SINGLE POST */

.single .wrap {
  max-width: inherit;
  display: block;
  margin: 40px auto 45px;
}

.single__flex {
  margin-top: 40px;
  margin-bottom: 45px;
}
.single__flex {
  display: flex;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.single__flex .wrap {
  flex: 1;
}

.aside {
  width: auto;
  position: relative;
  margin-left: 0;
}
.ads {
  top: inherit;
}

.aside__ads img {
  width: 300px;
  border-radius: 10px;
}
aside.fixed {
  position: fixed;
}

@media (max-width: 639px) {
  .single__flex {
    display: block;
    max-width: 100%;
  }
  .aside {
    display: none;
  }
}

@media (max-width: 479.98px) {
  .ub_review_rating {
    font-size: 35px;
    font-weight: 600;
  }

  .ub_review_entry {
    font-size: 15px;
  }
}
.ub_review_block svg:not(:root) {
  margin: 0 1px;
  width: 16px;
}
.wp-block-ub-content-toggle h3,
.wp-block-ub-content-toggle h4,
.wp-block-ub-content-toggle h2 {
  margin: 0 !important;
}

.single .compact .meta-header {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 13px;
  padding-top: 0;
}

.single .meta-header {
  font-size: 18px;
    vertical-align: 0px;
    color: rgba(97, 21, 221, 1);
}


.single .compact .wrap h1 {
  margin-bottom: 19px;
}
.single .compact .auth.top {
  margin-bottom: 20px;
}
.single .compact .subtitle,
.single .compact .picture.thumb-single {
  display: none;
}
@media (max-width: 639px) {
  .single .wrap.compact {
    margin: 0 0 30px;
    padding-top: 30px;
  }
}

/*
#modal-exit, .modal-exit {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 450px;
  height: 460px;
  margin-left: -225px;
  margin-top: -230px;
  z-index: 9999999;
}
.modal-exit {
  height: 100% !important;
  width: 100%;
  top: 0;
  left: 0;
  margin: 0;
  align-items: center;
  justify-content: center;
}
.exit-popup-fix {
  display: flex;
}

#modal-exit:after, .modal-exit:after {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
}
#modal-exit img {
  width: 100%;
}
.modal__content {
  position: relative;
  z-index: 3;
}
#modal-close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 16px;
  cursor: pointer;
}
#modal-close img {
  width: 20px;
}

@media (max-width: 760px) {
  #modal-exit, .modal-exit {
    width: 100%;
    height: auto;
    left: 0;
    margin-left: 0;
  }
  .modal__content {
    margin: 0 20px;
  }
  #modal-close {
    padding: 5px 8px;
  }
  #modal-close img {
    width: 13px;
  }
}*/

.single .p-simples {
  font-size: 15px;
  line-height: 24px;
}
.single .wrap-content img {
  margin-top: -4px;
}
.single .reviews {
  border: 1px solid #eeeeee;
  border-radius: 9px;
  background: #ffffff;
  box-shadow: 0 10px 40px rgb(169 177 200 / 20%);
  padding: 25px;
  margin-bottom: 40px;
}
.reviews__fixtitle {
  line-height: 35px;
}
.single .reviews .button {
  margin-bottom: 0;
  text-align: center;
  border-radius: 8px !important;
  text-transform: uppercase;
}
.single .reviews .reviews__headline {
  margin-bottom: 20px;
}

.single .reviews .reviews__headline .display-flex.middle {
  grid-gap: 30px;
}


.single .reviews .reviews__headline .button img {
  vertical-align: -3px;
  border-radius: 0px !important;
}
.single .reviews .reviews__headline h4 {
  margin: 0;
  font-size: 26px;
  line-height: 32px;
}
.single .reviews .reviews__image img {
  max-width: 150px;
  width: 100%;
  max-height: 100px !important;
  height: auto !important;
  margin:0 !important
}
.single .reviews ul {
  margin: 0;
  padding: 0;
}

.single .reviews ul.accordion {

  background: transparent;
}
.accordion-title::before {
  font-weight: normal;
}

.single .reviews__card .display-flex.--primary {
  grid-gap: 15px;
}
.single .reviews__card .display-flex.--secondary .flex {
  border: 1px solid #eeeeee;
  font-size: 13px;
  line-height: 17px;
  padding: 14px;
  border-right: none;
}
.single .reviews__card .display-flex.--secondary .flex:first-child {
  -webkit-border-top-left-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.single .reviews__card .display-flex.--secondary .flex:last-child {
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.single .reviews__card .display-flex.--secondary .flex:last-child {
  border-right: 1px solid #eeeeee;
}

.single .reviews .reviews__info b {
  margin-bottom: 7px;
  font-size: 12px;
}

.single .reviews .reviews__info b,
.single .reviews .reviews__info span {
  display: block;
}

.single .reviews .reviews__info .display-flex {
  height: 100%;
}

.single .reviews ul li {
  margin-bottom: 0;
}
.single .accordion-content ul li {
  line-height: 20px;
  margin-bottom: 10px;
}
.single .accordion-content ul.checklist {
  padding-left: 17px;
}

.reviews .reviews__extra {
  margin-top: 25px;
}
.single .reviews .accordion-title {
  font-size: 15px;
  padding: 13px 0;
  font-weight: bold;
}
.single .reviews .accordion-title:hover {
  opacity: 0.7;
  background-color: transparent;
}
.single .reviews .accordion-item.is-active .accordion-title,
.accordion-title:focus {
  background-color: #ffffff;
  color: rgba(97, 21, 221, 1);
  font-weight: bold;
  opacity: 10 !important;
}
.single .reviews ul li a {
  border: none;
  border-bottom: 1px solid #eeeeee;
}
.single .reviews ul li:last-child a {
  border-bottom: none;
}

.single .accordion-content p,
.single .accordion-content ul {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 0;
}

.single .accordion-item:first-child > :first-child {
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.single :last-child:not(.is-active) > .accordion-title {
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.single :last-child:not(.is-active) > .accordion-title {
  border-bottom: none;
}
:last-child > .accordion-content:last-child {
  border-bottom: none;
  border-top: 1px solid #eeeeee;
}

.reviews__extra img {
  border-radius: 0 !important;
}

.pc {
  list-style: none;
  margin: 0;
}
.pc img {
  width: 20px;
  margin-right: 7px;
}
.pc .flex {
  padding-right: 25px;
}
.reviews__stars img {
  width: 19px;
  margin-top: 0 !important;
  border-radius: 0 !important;
  margin-right: 3px;
}
.reviews__stars span {
  vertical-align: 0;
  margin-right: 5px;
  font-size: 23px;
  font-weight: bold;
  line-height: 14px;
}

.reviews__stars {
  display: flex;
  margin-top: 9px;
}

.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -11px;
  content: "+";
  font-size: 22px;
}
.is-active > .accordion-title::before {
  margin-top: -13px;
}

.single .small-info {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #888888;
  margin-top: 3px;
}

.accordion-content {
  border: none;
  background-color: #ffffff;
  color: #333333;
  padding: 15px 0 25px;
  border-bottom: 1px solid #eeeeee;
}

@media (max-width: 760px) {
  .fix-cta .button {
    padding: 21px 15px 20px !important;
  }
  .fix-cta {
    margin-top: 25px;
  }
  .fix-cta img {
    width: 20px;
    vertical-align: -4px;
  }
  .single .reviews {
    padding: 15px;
  }

  .single .reviews__stars {
    margin-top: 5px;
  }

  .reviews__stars span {
    font-weight: bold;
    vertical-align: -2px;
    font-size: 20px;
  }
  .reviews__fiximg {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .single .reviews .reviews__headline h4 {
    margin: 0;
    font-size: 18px;
    line-height: 18px;
  }
  .reviews__fixtitle {
    flex: 1;
    line-height: 29px;
  }
  .reviews__headline .display-flex,
  .single .reviews__card .display-flex.--primary,
  .accordion-content .display-flex.fix {
    display: block !important;
  }
  .single .reviews .reviews__fiximg {
    margin-bottom: 13px;
  }
  .single .reviews .reviews__image img {
    width: 100%;
    margin-top: 0;
  }
  .single .reviews .reviews__info .display-flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
  }


  .single .reviews__card .display-flex.--secondary .flex {
    border-bottom: none;
  }

  .single .reviews .accordion-title {
    font-size: 14px;
  }
  .single .accordion-content p,
  .single .accordion-content ul {
    font-size: 14px;
    line-height: 23px;
  }

  .accordion-content .display-flex .pc.last {
    margin-top: 20px;
  }

  .reviews .reviews__extra {
    margin-top: 15px;
  }

  .single .reviews .reviews__info b {
    margin-bottom: 4px;
    font-size: 12px;
  }
  .single .reviews__card .display-flex.--secondary .flex {
    padding: 7px 12px;
  }
}

.wp-block-gallery ul.blocks-gallery-grid {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-align: center;
  margin-bottom: 30px;
}
.wp-block-gallery ul.blocks-gallery-grid li {
  margin-bottom: 0;
}
.wp-block-gallery ul.blocks-gallery-grid img {
  width: 200px;
}

.wp-block-embed.is-type-video {
  width: 100% !important;
}

div.error {
  font-size: 13px;
  color: #dc3232;
  margin: 5px 0 15px;
}

textarea.form-control.error,
select.form-control.error,
input.form-control.error {
  border-color: #dc3232 !important;
}
.newsletter-form-full .form-control,
.newsletter-form-full-tag .form-control {
  height: 46px;
}
.newsletter-form-full div.error,
.newsletter-form-full-tag div.error {
  display: none !important;
}

header nav ul ul {
  display: none;
  margin: 0;
  text-align: left;
  position: absolute;
  background: #fff;
  box-shadow: rgb(0 0 0 / 7%) 0 12px 12px 0px;
  border: 1px solid #eeeeee;
  border-radius: 6px;
  margin-top: 15px;
  padding: 10px 0;
  z-index: 10;
  max-width: 230px;
}

header nav ul li a {
  position: relative;
}
header nav ul li a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 40px;
  bottom: -25px;
  left: 0;
}
header nav ul li:hover > ul,
header nav ul li:hover ul:hover {
  display: block;
}
header nav ul ul li,
header nav ul ul li a {
  display: block;
  text-align: left;
}
header nav ul ul li a {
  padding: 7px 20px 9px 17px;
  line-height: 19px;
}
header nav ul ul li a:hover {
  background-color: #f5f8fa;
}

header nav ul ul:after,
header nav ul ul:before {
  bottom: 100%;
  left: 45px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

header nav ul ul:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 12px;
  margin-left: -12px;
}
header nav ul ul:before {
  border-color: rgba(238, 238, 238, 0);
  border-bottom-color: #e9e9e9;
  border-width: 13px;
  margin-left: -13px;
}

@media (max-width: 639px) {
  .header-mobile nav {
    max-height: 333px;
    overflow-y: auto;
  }

  .menu-canvas ul {
    list-style: none;
    margin: 15px 0 0;
  }
  .menu-canvas nav ul ul {
    margin: 0;
  }
  .menu-canvas nav ul li a {
    padding: 9px 0;
  }
  .menu-canvas {
    padding-bottom: 30px;
    border-bottom: 1px solid #eeeeee;
  }
}

@media (max-width: 760px) {
  .single .reviews__card.fix .display-flex.--secondary .flex {
    padding: 7px 12px !important;
    text-align: center !important;
  }

  .single
    .reviews
    .reviews__card.fix
    .reviews__info
    .display-flex
    .flex:last-child {
    grid-column-start: 1;
    grid-column-end: 3;
    border-top: none;
    border-bottom: 1px solid #eeeeee;
    border-radius: 0;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  .single .reviews__card.fix .display-flex.--secondary .flex:nth-child(4) {
    border-radius: 0;
    border-right: 1px solid #eeeeee;
  }

  .single .reviews__card.fix .display-flex.--secondary .flex:nth-child(4),
  .single .reviews__card.fix .display-flex.--secondary .flex:nth-child(3) {
    border-radius: 0 !important;
  }
}

.bloco-news {
  background-color: #F2ECFD;
  display: flex;
  padding: 30px;
}
.bloco-news .news-content {
  flex: 1;
  padding-left: 40px;
}
.bloco-news .news-content .form-control {
  border-color: #ffffff;
}
.bloco-news .news-content p {
  margin-bottom: 18px;
}

.bloco-news .news-content .headline {
  border: none;
  margin-bottom: 15px !important;
  padding-bottom: 0;
}
.bloco-news .news-content .headline:before {
  display: none;
}
.bloco-news .span-title {
  text-align: left;
  font-weight: bold;
  color: rgba(97, 21, 221, 1);
}
.bloco-news .news-content .display-flex {
  display: grid;
}
.bloco-news .news-content .display-flex .input-group {
  margin-bottom: 8px;
}
.bloco-news .news-content .display-flex .input-group:last-child {
  grid-column-start: 1;
  grid-column-end: 3;
  margin-bottom: 0;
}
.bloco-news .news-content .display-flex .input-group:last-child input {
  margin-bottom: 10px !important;
  width: 100%;
}

@media (max-width: 900px) {
  .bloco-news {
    display: block;
    padding: 30px;
    text-align: center;
  }
  .bloco-news .news-content {
    padding-left: 0;
  }
  .bloco-news .span-title {
    text-align: center;
    margin-top: 30px;
  }
}

  @media (max-width: 639px) {
    .bloco-news .news-content .display-flex {
      display: block;
    }
    .bloco-news .news-icon img {
      width: 130px;
    }
    .bloco-news {
      padding: 25px;
    }
    .bloco-news .news-content .display-flex .input-group {
      margin-bottom: 13px;
    }

    .bloco-news .span-title {
      margin-top: 20px;
    }
  }

  .tooltip {
    line-height: 15px !important;
    width: 250px !important;
    padding: 15px 17px;
    border-radius: 5px;
    max-width: 250px !important;
  }

  .has-tip {
    border-bottom: none;
  }
  .help-review {
    display: block;
    font-size: 11px;
    color: #888888;
    margin-top: 5px;
    line-height: 15px;
    margin-bottom: -3px;
  }
  .help-review i.help {
    font-size: 14px;
    vertical-align: -1px;
    border-bottom: none !important;
  }

  @media (max-width: 770px) {
    .help-review {
      margin-top: 7px;
      margin-bottom: 0px;
    }
  }

  @media (max-width: 770px) {
    .header-mobile {
      position: relative !important;
    }
    main {
      margin-top: 0;
    }
  }

  /* Add this attribute to the element that needs a tooltip */
  [data-tip] {
    position: relative;
    z-index: 2;
    cursor: help;
  }

  /* Hide the tooltip content by default */
  [data-tip]:before,
  [data-tip]:after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
  }

  /* Position tooltip above the element */
  [data-tip]:before {
    position: absolute;
    bottom: 150%;
    left: 50%;
    margin-bottom: 5px;
    margin-left: -115px;
    padding: 7px;
    width: 230px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 5px;
    background-color:#5F5C6B;
    color: #fff;
    content: attr(data-tip);
    text-align: center;
    font-size: 11px;
    line-height: 1.2;
    font-weight: normal;
    text-align: left;
    padding: 13px;
  }

  /* Triangle hack to make tooltip look like a speech bubble */
  [data-tip]:after {
    position: absolute;
    bottom: 150%;
    left: 50%;
    margin-left: -5px;
    width: 0;
    border-top: 5px solid #5F5C6B;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
  }

  /* Show tooltip content on hover */
  [data-tip]:hover:before,
  [data-tip]:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  @media (max-width: 770px) {
    [data-tip]:before {
      left: inherit;
      right: -35px;
      margin-left: 0;
    }

    .tip-fix i {
      display: inline-block !important;
    }
  }

  @media (max-width: 770px) {
    .comments__link {
      text-align: left;
      margin-top: 25px;
    }
  }



.title__cat i {
vertical-align: -1px;
margin-right: 5px;
color: rgba(97, 21, 221, 1);
}

.item__stars,
.reviews__stars  {
  color: rgba(40, 36, 71, 1);
}


  .new__header__mobile {
    background-color: rgba(43, 20, 100, 1);
  } 

  @media (max-width: 770px) {
    main {
      margin-top: 0px !important;
    }
  }















.single-cpt_calculadoras .panel hr {
  border-bottom: 1px solid #ddd;
  margin: 20px auto 25px;
}

.single-cpt_calculadoras .panel .display-inline {
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-cpt_calculadoras .display-inline .switch {
  width: auto;
}

.single-cpt_calculadoras .middle {
  flex: 1;
}

.single-cpt_calculadoras #inserir_data input {
  width: 200px;
}

.single-cpt_calculadoras #inserir_data .input-group {
  margin-bottom: 0;
}

.single-cpt_calculadoras #inserir_data .input-group {
  margin-bottom: 0;
}

.single-cpt_calculadoras .display-inline.fix .switch.tiny {
  margin: 11px 0;
  width: auto;
}

.single-cpt_calculadoras .panel .input-group-label {
  background-color: #e6e8ec;
  border-color: #dddddd
}

.single-cpt_calculadoras form label {
  margin-bottom: 3px;
  font-size: 14px;
}

.single-cpt_calculadoras .mb .switch {
  width: 100%;
  margin-bottom: 8px;
}

.single-cpt_calculadoras .mb.one .switch {
  margin-bottom: 0;
  margin-top: 4px;
}

.single-cpt_calculadoras .fix-flex div {
  display: inline-block;
}

.single-cpt_calculadoras .scroll .table-scroll {
  max-height: 400px;
}

.single-cpt_calculadoras .scroll table.table {
  display: table;
  margin-bottom: 0 !important;
}

.single-cpt_calculadoras .scroll table.color tbody td.bold:first-child,
.single-cpt_calculadoras .scroll tbody td.bold:nth-child(2),
.single-cpt_calculadoras .panel thead tr th {
  background-color: #eee;
}

.single-cpt_calculadoras .scroll tbody td.bold,
.single-cpt_calculadoras .scroll thead tr th {
  font-weight: 600;
  line-height: 17px;
}

.single-cpt_calculadoras .scroll table.color tbody td.bold:nth-child(3) {
  background-color: #1e60bb;
  color: #fff;
}

.single-cpt_calculadoras .scroll table.color tbody td.bold:nth-child(4) {
  background-color: #009c49;
  color: #fff;
}

.single-cpt_calculadoras .scroll table.color tbody td.bold:nth-child(5) {
  background-color: #455a64;
  color: #fff;
}

.single-cpt_calculadoras .scroll tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #fafafa;
}

.single-cpt_calculadoras .scroll tbody tr:nth-child(odd) {
  background-color: #ffffff;
}

.single-cpt_calculadoras .scroll tbody td {
  padding: 11px;
  text-align: center;
  line-height: 20px;
  border: 1px solid #ddd;
}

.single-cpt_calculadoras table.color tbody td:nth-child(3) {
  background-color: #e9f0fc;
}

.single-cpt_calculadoras table.color tbody td:nth-child(4) {
  background-color: #e1ffef;
}

.single-cpt_calculadoras table.color tbody td:nth-child(5) {
  background-color: #e8ecee;
}

.single-cpt_calculadoras .scroll .tabs-title>a {
  color: #6115DD;
  font-size: 17px;
  font-weight: bold;
  padding: 17px;
}

.single-cpt_calculadoras .scroll .tabs-title>a:hover {
  background-color: #f9f9f9;
}

.single-cpt_calculadoras .scroll .tabs-title:first-child a {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
}

.single-cpt_calculadoras .scroll .tabs-title:last-child a {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
}

.single-cpt_calculadoras .scroll .tabs {
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.single-cpt_calculadoras .scroll .tabs-title.is-active>a,
.single-cpt_calculadoras .scroll .tabs-title>a:focus,
.single-cpt_calculadoras .scroll .tabs-title.is-active>a:hover {
  background: #6115DD;
  color: #ffffff;
}

.single-cpt_calculadoras .scroll .tabs {
  display: flex;
  border: 1px solid #dddddd;
}

.single-cpt_calculadoras .scroll .tabs-content {
  border: 1px solid #dddddd;
  border-top: none;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.single-cpt_calculadoras .scroll .tabs-title {
  float: none;
  flex: 1;
  text-align: center;
}

.single-cpt_calculadoras .log-error {
  color: red;
}

.single-cpt_calculadoras .panel .input-group>:first-child,
.single-cpt_calculadoras .panel .input-group>:first-child.input-group-button>* {
  border-radius: 0 !important;
}

.single-cpt_calculadoras .panel .input-group .input-group-label:first-child,
.single-cpt_calculadoras .panel .input-group>:first-child,
.single-cpt_calculadoras .panel .input-group>:first-child.input-group-button>* {

  -webkit-border-top-left-radius: 6px !important;
  -webkit-border-bottom-left-radius: 6px !important;
  -moz-border-radius-topleft: 6px !important;
  -moz-border-radius-bottomleft: 6px !important;
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}

.single-cpt_calculadoras .panel .input-group>:last-child,
.single-cpt_calculadoras .panel .input-group>:last-child.input-group-button>* {
  -webkit-border-top-right-radius: 6px !important;
  -webkit-border-bottom-right-radius: 6px !important;
  -moz-border-radius-topright: 6px !important;
  -moz-border-radius-bottomright: 6px !important;
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}

.single-cpt_calculadoras .panel .button-action {
  margin-top: 10px;
  text-align: right;
}

.single-cpt_calculadoras .panel .button-action .button {
  margin-left: 3px;
  margin-bottom: 0;
}

.single-cpt_calculadoras .panel .button.hollow,
.panel .button.hollow:hover {
  border: 1px solid transparent;
  background-color: transparent !important;
  color: #6115DD !important;
}

.single-cpt_calculadoras .panel .input-group .button {
  border: 1px solid #6115DD !important;
  color: #6115DD !important;
  background-color: #ffffff !important;
  margin-left: -1px;
  padding-left: 15px;
  padding-right: 28px;
  font-size: 15px;
  font-weight: 400;
  text-transform: none;
  text-transform: capitalize;
  position: relative;
}

.single-cpt_calculadoras .panel .input-group .button:hover,
.panel .input-group .button.hover {
  border: 1px solid #6115DD !important;
  color: #ffffff !important;
  background-color: #6115DD !important;
}

.single-cpt_calculadoras #ifPos {
  margin-left: -1px;
  display: none;
  line-height: 37px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.single-cpt_calculadoras .switch-paddle {
  background-color: #dddddd
}

.single-cpt_calculadoras .switch.tiny {
  display: inline-block;
  margin-bottom: 25px;
  cursor: pointer;
  margin-top: 7px;
}

.single-cpt_calculadoras .switch.tiny label {
  cursor: pointer;
  margin-bottom: 0;
}
.single-cpt_calculadoras .switch.tiny label input[type=radio] {
  vertical-align: 5px !important;
}


.single-cpt_calculadoras .switch.tiny .switch-paddle {
  border-radius: 100px;
}

.single-cpt_calculadoras .no-caret .button {
  padding-right: 20px !important;
}

.single-cpt_calculadoras .no-caret .button::after {
  display: none !important;
}

.single-cpt_calculadoras .savings__small {
  font-size: 12px;
  color: #999;
}

.single-cpt_calculadoras .savings .savings__graphic {
  margin-bottom: 20px;
}

.single-cpt_calculadoras .comments-area {
  margin-bottom: 0;
}

.single-cpt_calculadoras .savings .savings__value {
  background: #fff;
  border: 1px solid #cacaca;
  padding: 20px 45px 20px;
  font-size: 25px;
  margin-bottom: 00px;
  display: inline-block;
  border-radius: 6px;
  color: #009c49;
}

.single-cpt_calculadoras .taxa {
  margin-top: -10px;
  font-size: 13px;
}

.single-cpt_calculadoras .switch.tiny .switch-paddle {
  width: 24px;
  height: 24px;
}

.single-cpt_calculadoras input:checked~.switch-paddle,
.single-cpt_calculadoras input:checked~div .switch-paddle {
  background: #6115DD;
}

.single-cpt_calculadoras .switch.tiny span {
  vertical-align: 7px;
  margin-right: 17px;
  margin-left: 2px;
}

.single-cpt_calculadoras #spanIPCA,
.single-cpt_calculadoras #spanPOS {
  font-size: 13px;
  color: #000;
  margin-top: -10px;
  display: none;
  margin-bottom: 10px;
}

.single-cpt_calculadoras .switch.tiny .switch-paddle:after {
  border-radius: 50%;
}

.single-cpt_calculadoras .switch.tiny .switch-paddle:after {
  left: 9px;
  top: 9px;
  height: 6px;
  width: 6px;
  opacity: 0;
  border-radius: 50%;
}

.single-cpt_calculadoras .switch.tiny input:checked~.switch-paddle:after,
.single-cpt_calculadoras .switch.tiny input:checked~div .switch-paddle:after {
  left: 9px;
  top: 9px;
  height: 6px;
  width: 6px;
  opacity: 1;
}

.single-cpt_calculadoras .panel .input-group .button:after {
  display: block;
  width: 0;
  height: 0;
  border: 5px inset;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #6115DD transparent transparent;
  left: auto;
  margin-top: 0;
  position: absolute;
  top: 16px;
  right: 13px;
}

.single-cpt_calculadoras .panel .input-group .button:hover:after,
.single-cpt_calculadoras .panel .input-group .button.hover:after {
  border-color: #ffffff transparent transparent;
}

.single-cpt_calculadoras .panel__input {
  height: 40px;
  padding: 10px 15px 10px 15px !important
}

.single-cpt_calculadoras select.panel__input {
  font-size: 14px;
  padding: 8px 20px 8px 9px! important;
  border: 1px solid #dddddd;
  color: #5F5C6B;
  transition: none;
}
.single-cpt_calculadoras select.panel__input:focus {
  border-color: rgba(97, 21, 221, 1);
  transition: none;
}





.single-cpt_calculadoras .panel__input.center {
  border-radius: 0 !important;
}

.single-cpt_calculadoras .panel,
.single-cpt_calculadoras .scroll.resultado-ativo {
  padding: 30px;
  background: #F5F8FA;
  margin-bottom: 35px;
  border-radius: 8px;
}

.single-cpt_calculadoras .scroll.resultado-ativo.resultado-fixo {
  margin-bottom: 0px;
}

.single-cpt_calculadoras .panel__subtitle {
  font-size: 20px;
  font-weight: 700;
  color: #6115DD;
  display: block;
  margin-bottom: 15px;
  margin-top: 0;
}

.single-cpt_calculadoras #modal-close,
.single-cpt_calculadoras #modal-exit {
  
}

.single-cpt_calculadoras .scroll {
  position: absolute;
  z-index: -1;
  width: 0;
  opacity: 0;
  left: -9999px;
}

.single-cpt_calculadoras .scroll.resultado-ativo {
  position: relative;
  opacity: 1;
  left: 0;
  width: 100%;
  max-width: 100%;
  z-index: 1;
}

.single-cpt_calculadoras .values {
  grid-gap: 15px;
  margin-bottom: 30px;
}

.single-cpt_calculadoras .values .span {
  display: block;
  font-size: 13px;
  line-height: 18px;
}

.single-cpt_calculadoras .values .bold {
  display: block;
  font-weight: 600;
  font-size: 25px;
  line-height: 27px;
  margin-top: 4px;
}

.single-cpt_calculadoras .values .bold.dark {
  color: #455a64;
}

.single-cpt_calculadoras .values .bold.blue {
  color: #6115DD;
}

.single-cpt_calculadoras .values .bold.green {
  color: #117729;
}

.single-cpt_calculadoras .values .flex {
  text-align: center;
  background-color: #fff;
  padding: 20px 20px 24px;
  border: 1px solid #dddddd;
  border-radius: 6px;
}

.single-cpt_calculadoras .values.three {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.single-cpt_calculadoras .tabs-panel .chart {
  margin-bottom: 30px;
}

.single-cpt_calculadoras .scroll .tabs-panel {
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.single-cpt_calculadoras .savings {
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  padding: 35px 20px 37px;
  border-radius: 6px;
}

.single-cpt_calculadoras .savings.bordered {
    border: 2px dashed rgba(97, 21, 221, 1);
    background: #FFFEEA !important;
}

.single-cpt_calculadoras .savings .savings__headline b {
  display: block;
  font-size: 19px;
  margin-bottom: 5px;
}

.single-cpt_calculadoras .savings.bordered .savings__headline b {
  margin-bottom: 20px;
  color: rgba(40, 36, 71, 1) !important;
  line-height: 26px;
}

.single-cpt_calculadoras .savings.bordered .savings__cta .button {
  margin-bottom: 0;
}

.single-cpt_calculadoras .panel__headline {
  margin-bottom: 25px;
  align-items: center;
}

.single-cpt_calculadoras .panel__headline .panel__subtitle {
  margin-bottom: 0;
}

.single-cpt_calculadoras .panel .dropdown-pane {
  border-radius: 6px!important;
  text-align: left;
  padding: 0;
  font-size: 15px;
  overflow: hidden;
  width: 150px;
  padding: 5px 0;
  border: 1px solid #cacaca;
  background-color: #ffffff;
}

.single-cpt_calculadoras .panel .dropdown-pane ul {
  list-style: none;
  margin: 0;
}

.single-cpt_calculadoras .panel .dropdown-pane ul li {
  padding: 3px 16px;
  cursor: pointer;
}

.single-cpt_calculadoras .panel .dropdown-pane ul li:hover {
  background-color: #F9FAFB;
  color: #6115DD
}

.single-cpt_calculadoras .share .tb a {
  display: inline-block;
  padding: 0 6px !important;
  width: auto;
  line-height: 10px;
  height: auto;
  background: transparent;
}

.single-cpt_calculadoras .share .tb a:hover {
  opacity: 0.7;
}

.single-cpt_calculadoras .share .tb a img {
  width: 25px;
}

.single-cpt_calculadoras .shared {
  max-width: 100%;
  margin: 30px auto 25px;
  display: flex;
  justify-content: center;
  grid-gap: 13px;
}

.single-cpt_calculadoras .tip {
  position: relative;
  display: inline-block;
}

.single-cpt_calculadoras .shared a.button.hollow {
  border-color: #6115DD !important;
  background-color: #ffffff !important;
  width: 100%;
  margin-bottom: 0;
  padding: 15px 20px;
  text-align: center;
  color: #6115DD !important
}

.single-cpt_calculadoras .shared a.button.hollow:focus {
  color: #6115DD !important;
  border-color: #6115DD !important;
  background-color: #fff !important;
}

.single-cpt_calculadoras .shared a.button.hollow:hover {
  background-color: #6115DD !important;
  color: #ffffff !important;
  border-color: #6115DD !important;
}

.single-cpt_calculadoras .fk-hidden {
  opacity: 0;
  position: absolute;
  z-index: -9999;
  left: -99999px;
}

.single-cpt_calculadoras .tip {
  position: relative;
  display: inline-block;
}

.single-cpt_calculadoras .tip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  border-radius: 100px;
  position: absolute;
  z-index: 1;
  bottom: 130%;
  left: 50%;
  padding: 11px 17px;
  margin-left: -65px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 10px;
}

.single-cpt_calculadoras .tip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #000000 transparent transparent transparent;
}

.single-cpt_calculadoras .tip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.single-cpt_calculadoras .reveal.fix {
  border: none;
  border-radius: 8px;
  outline: none;
  text-align: center;
  padding: 50px;
  background-color: #ffffff;
}

.single-cpt_calculadoras .reveal.fix b {
  display: block;
  font-size: 26px;
  color: rgba(40, 36, 71, 1) !important;
  line-height: 30px;
  margin-bottom: 23px;
}

.single-cpt_calculadoras .reveal.fix .label {
  background: transparent;
  color: inherit;
  display: block;
  margin-bottom: 10px;
}

.single-cpt_calculadoras .reveal.fix .copy {
  margin: 0 0 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 25px;
}

.single-cpt_calculadoras .copy .button {
  border-radius: 0 !important;
  -webkit-border-top-right-radius: 6px !important;
  -webkit-border-bottom-right-radius: 6px !important;
  -moz-border-radius-topright: 6px !important;
  -moz-border-radius-bottomright: 6px !important;
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
  padding: 17px 20px 16px;
  font-size: 14px;
}


.single-cpt_calculadoras .copy .button,
.single-cpt_calculadoras .copy input {
  margin-bottom: 0;
  height: 50px;
  padding: 14px 20px;
}

.single-cpt_calculadoras .reveal.fix .social a {
  border-radius: 50%;
  background-color: #1e60bb;
  margin: 0 2px;
  display: inline-block;
  padding: 11px;
}

.single-cpt_calculadoras .reveal.fix .social a img {
  width: 35px;
  padding: 5px;
  max-width: 35px;
}

.single-cpt_calculadoras .reveal.fix .social a.whats {
  background-color: #3fc250;
}

.single-cpt_calculadoras .reveal.fix .social a.mail {
  background-color: #f14236;
  display: none;
}

.single-cpt_calculadoras .reveal.fix .social a.twt {
  background-color: #1da1f2;
}

.single-cpt_calculadoras .reveal.fix .social a.face {
  background-color: #395693;
}

.single-cpt_calculadoras .reveal.fix .small-info {
  font-size: 11px;
  margin-top: 21px;
  line-height: 17px;
  color: #888;
}

.single-cpt_calculadoras .copy input {
  border-radius: 0;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.single-cpt_calculadoras .reveal.fix .social a.whats img {
  width: 39px;
  margin-right: -2px;
  vertical-align: -15px;
}

.single-cpt_calculadoras .reveal.fix .social a.face:hover {
  background-color: #4163A9
}

.single-cpt_calculadoras .reveal.fix .social a.twt:hover {
  background-color: #49B4F3
}

.single-cpt_calculadoras .reveal.fix .social a.mail:hover {
  background-color: #F2594D
}

.single-cpt_calculadoras .reveal.fix .social a.whats:hover {
  background-color: #53C862
}

.single-cpt_calculadoras .wrap-content {
  margin-bottom: 55px;
}

.single-cpt_calculadoras .valValues {
  font-size: 35px;
  line-height: 40px;
}

.single-cpt_calculadoras .scroll.resultado-ativo.valValues {
  padding: 56px;
}

.single-cpt_calculadoras .valValues .shared {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .single-cpt_calculadoras .fix-flex {
    display: flex;
  }
  .single-cpt_calculadoras .switch.tiny span {
    margin-right: 0;
    line-height: 17px;
    padding-top: 3px;
    margin-left: 7px;
  }
  .single-cpt_calculadoras .display-inline.fix {
    display: block;
  }
  .single-cpt_calculadoras #inserir_data input {
    width: 100%;
    margin-bottom: 15px !important;
    margin-top: 10px;
  }
  .single-cpt_calculadoras .display-inline.fix .switch.tiny {
    margin: 0;
  }
  .single-cpt_calculadoras .scroll.resultado-ativo.valValues {
    padding: 30px 20px 30px;
    font-size: 23px;
    line-height: 24px;
  }
}

@media (max-width: 1010px) {
  .single-cpt_calculadoras .values {
    display: grid;
    grid-template-columns: 1fr;
  }
  .single-cpt_calculadoras .values.three {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .single-cpt_calculadoras .shared {
    max-width: 100%;
  }
  .single-cpt_calculadoras .shared {
    display: block;
    margin: 25px auto 20px;
  }
  .single-cpt_calculadoras .tip {
    width: 100%;
    margin-bottom: 15px;
  }
  .single-cpt_calculadoras .reveal .tip {
    margin-bottom: 0;
  }
}

@media (max-width: 639px) {
  .single-cpt_calculadoras .sticky.is-anchored {
    top: 0 !important;
  }
  .single-cpt_calculadoras .sticky-container {
    height: auto !important;
  }
  .single-cpt_calculadoras .scroll .tabs-title>a {
    padding: 14px;
  }
  .single-cpt_calculadoras .scroll thead tr th {
    line-height: 13px;
    font-size: 12px;
    padding: 9px 5px;
  }
  .single-cpt_calculadoras .scroll tbody td {
    padding: 7px;
    font-size: 13px;
  }
  .single-cpt_calculadoras .savings {
    padding: 18px 20px 25px;
  }
  .single-cpt_calculadoras .savings .savings__headline b {
    font-size: 16px;
  }
  .single-cpt_calculadoras .scroll .tabs-title>a {
    font-size: 15px;
  }
  .single-cpt_calculadoras .values {
    grid-gap: 7px;
  }
  .single-cpt_calculadoras #tbs {
    padding: 0;
  }
  .single-cpt_calculadoras .values .flex {
    padding: 12px 20px 14px;
  }
  .single-cpt_calculadoras .values.three {
    grid-template-columns: 1fr;
  }
  .single-cpt_calculadoras .panel .input-group .button {
    width: 105px;
  }
  .single-cpt_calculadoras .panel,
  .single-cpt_calculadoras .scroll.resultado-ativo {
    padding: 20px;
    margin-bottom: 20px;
  }
  .single-cpt_calculadoras .panel .button-action .button {
    width: 100%;
    padding: 18px 15px 18px;
    margin-left: 0;
  }
  .single-cpt_calculadoras .reveal {
    padding: 50px 20px;
    border-radius: 0;
  }
  .single-cpt_calculadoras .reveal .copy input {
    border-radius: 0;
    border-radius: 6px;
    margin-bottom: 13px;
    border-right: 1px solid #cacaca;
  }
  .single-cpt_calculadoras .reveal .copy input:focus {
    border-color: #999999 !important;
  }
  .single-cpt_calculadoras .reveal .copy .button {
    border-radius: 0;
    border-radius: 6px;
    display: block;
    width: 100%;
  }
  .single-cpt_calculadoras .reveal .copy {
    display: block;
  }
}

.single-cpt_calculadoras #logo-print {
  display: none;
}

.single-cpt_calculadoras .simple .sharedd.quatro .shared {
  margin-top: 32px !important
}

.single-cpt_calculadoras .simple .sharedd.tres .shared {
  margin-bottom: 50px !important
}

.single-cpt_calculadoras .simple .share,
.single-cpt_calculadoras .simple .sharedd,
.single-cpt_calculadoras .simple .share a:nth-child(3),
.single-cpt_calculadoras .simple .share a:nth-child(4) {
  display: none;
}




  .item-button {
    position: relative;
    display: inline-block;
  }
  .item-button-block {
    padding-right: 100px;
    display: inline-block;
    background: #fff;
    border-radius: 8px !important;
    border: 1px solid;
  }
  .item-button-link {
        background-color:rgba(97, 21, 221, 1);
    border: none;
   -webkit-border-top-left-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
    cursor: pointer;
    display: inline-block;
    color: #FFF;
    font-weight: 700;
    font-size: 17px;
    line-height: 33px;
    margin: 0;
    padding:8px 30px 9px;
    text-align: center;
    white-space: nowrap;
    position: relative;
    z-index: 1;
  }

  .item-button:hover .item-button-link {
        background-color:#7630EB;
  }
  
  .item-button-link:after {
   top: 4px;
    right: -17px;
    background-image: -webkit-linear-gradient(
306deg
, #DCC8FB, #DCC8FB 38%, #DCC8FB 47%, #DCC8FB 51%, rgba(255,255,255,0) 54%) !important;
    background-image: -moz-linear-gradient(54deg, #DCC8FB, #DCC8FB 38%, #DCC8FB 47%, #DCC8FB 51%, rgba(255,255,255,0) 54%) !important;
    background-image: -o-linear-gradient(306deg, #DCC8FB, #DCC8FB 38%, #DCC8FB 47%, #DCC8FB 51%, rgba(255,255,255,0) 54%) !important;
    background-image: linear-gradient(
36deg
, #DCC8FB, #DCC8FB 38%, #DCC8FB 47%, #DCC8FB 51%, rgba(255,255,255,0) 54%) !important;
    transform-origin: center top;
    box-shadow: -3px 7px 6px 0 rgb(0 0 0 / 10%);
    border-radius: 5px;
    transform: rotate(
35deg
);
    position: absolute;
    margin-right: -27.5px;
    z-index: 3;
    content: "";
    display: block;
    transition: all .125s ease-in-out;
    width: 43px;
    height: 55px;
    box-shadow: -2px 8px 7px 0 rgb(0 0 0 / 10%);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-width: 0;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
  }
    .item-button:hover .item-button-img img {
      opacity: 0.9;
    }
  .item-button-img {
    position: absolute;
    top: 9px;
   right: 25px;
  }


  @media (max-width: 639px) {
    .single-cpt_calculadoras .savings.bordered {
      padding: 25px 20px 30px !important;
    }
    .single-cpt_calculadoras .savings.bordered .savings__headline b {
      line-height: 20px;
      margin-bottom: 15px;
    }
  }

/*CSS para impressão*/

@media print {
  .single-cpt_calculadoras .switch-input {
    margin-right: 15px !important;
    opacity: 10 !important;
    position: relative !important;
    vertical-align: 5px !important;
  }
  .single-cpt_calculadoras .switch.tiny span {
    margin-left: 0 !important
  }
  .single-cpt_calculadoras .switch.tiny .switch-paddle {
    display: none !important
  }
  .single-cpt_calculadoras #logo-print {
    display: block;
    margin-bottom: 40px;
    text-align: center;
  }
  .single-cpt_calculadoras #logo-print img {
    opacity: 10 !important;
    transform: inherit !important;
    width: 200px !important;
  }
  .single-cpt_calculadoras .headline,
  .single-cpt_calculadoras .headline h1,
  .single-cpt_calculadoras .headline.top .display-flex {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    text-align: left !important;
  }
  .single-cpt_calculadoras .input-group .button:after {
    display: none !important
  }
  .single-cpt_calculadoras .input-group .button {
    padding-right: 15px !important;
    border-color: #cacaca !important;
  }
  .single-cpt_calculadoras .input-group-label {
    border-color: #cacaca !important;
  }
  .single-cpt_calculadoras .headline.top {
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
  }
  .single-cpt_calculadoras .panel,
  .single-cpt_calculadoras .scroll.resultado-ativo {
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-top: none !important;
    padding-bottom: 0 !important
  }
  .single-cpt_calculadoras .headline.second {
    margin-bottom: 10px !important;
  }
  .single-cpt_calculadoras .print,
  .single-cpt_calculadoras .adsbygoogle {
    display: none !important
  }
  .single-cpt_calculadoras .scroll.resultado-ativo {
    padding: 0 !important;
    margin: 0 !important;
    border-top: none !important;
  }
  .single-cpt_calculadoras .grid-x>.large-9 {
    width: 100% !important
  }
  .single-cpt_calculadoras .values {
    display: flex !important
  }
  .single-cpt_calculadoras .tabs-panel {
    display: block !important;
  }
}

.single-cpt_calculadoras .panel,
.single-cpt_calculadoras .scroll.resultado-ativo {
  background-color: #F8F3FE !important;
}

.single-cpt_calculadoras .panel__subtitle {
  color: rgba(40, 36, 71, 1) !important;
}

.single-cpt_calculadoras .panel .button.hollow,
.single-cpt_calculadoras .panel .button.hollow:hover {
  color: rgba(97, 21, 221, 1) !important;
}







   .breadcrumb {
      font-size: 14px;
      margin: 0;
      margin-bottom: 25px;
      border-bottom: 1px solid #eeeeee;
      padding-bottom: 15px;
   }
   .breadcrumb li {
    display: inline-block;
    position: relative;
   }
   .breadcrumb li:before {
        color: #cccccc;
        content: '\e917';
        font-family: 'icon';
        margin: 0 5px;
    }
    .breadcrumb li:first-child:before {
      display: none;
    }
   .breadcrumb__link:hover,
   .breadcrumb__link:focus {
    color: rgba(97, 21, 221, 1);
    text-decoration: underline !important;
   }
   .breadcrumb__link__current,
   .breadcrumb__link__current:hover {
    font-weight: bold;
    color: rgba(97, 21, 221, 1);
   }


   .single-cpt_tabelas #related a.articles__category {
    display: none !important;
   }

   #related .articles__wrap {
    margin-bottom: 10px;
   }
   #related figure {
    padding-bottom: 0 !important;
   }








    /* CAMPAIGN CARD REVIEW  */

    .card__review__campaign__reveal {
      border: none;
      border-radius: 8px;
      padding: 40px;
      margin-bottom: 80px !important;
    }
    .card__review__campaign__title {
      color: rgba(40, 36, 71, 1);
      font-weight: bold !important;
      font-size: 30px;
      margin-bottom: 20px;
      display: block;
      line-height: 32px;
    }

    .card__review__campaign__content__modal h2 {
      font-size: 30px !important;
      margin-bottom: 15px !important;
    }
    .card__review__campaign__content__modal h3 {
      font-size: 25px;
      margin-bottom: 15px !important;
    }

    .card__review__campaign__content__modal p:last-child {
      margin-bottom: 0 !important;
    }

    .card__review__campaign__content__modal ul,
    .card__review__campaign__content__modal ol {
      margin-bottom: 25px !important;
    }

    .card__review__campaign__content__modal ul li,
    .card__review__campaign__content__modal ol li {
      margin-bottom: 10px !important;
    }

    .card__review__campaign__content__footer {
      margin-top: 25px;
      text-align: center;
    }
    .card__review__campaign__content__footer .button {
      margin-bottom: 0 !important;
      display: block;
    }


    .card__review__campaign__content__close {
      display: block;
    text-align: center;
    text-transform: lowercase;
    margin: 20px auto 0;
    cursor: pointer;
    color: #aaaaaa;
    }
    .card__review__campaign__content__close:hover {
      color: rgba(97, 21, 221, 1) !important;
    }
      .card__review__campaign__content__footer .button img {
        vertical-align: -4px;
      }


      .card__review__campaign__top {
        font-weight: bold;
        color: rgba(40, 36, 71, 1);
        font-size: 14px;
        margin-bottom: 7px;
      }
      .card__review__campaign__top img {
            margin: 0 !important;
            vertical-align: -6px;
            width: 23px !important;
            margin-right: 2px !important;
      }


    .card__review__campaign {
      grid-gap: 10px;
      cursor: pointer;
      margin-top: 25px;
      background: rgba(237, 243, 251, 1);
      border: 1px solid rgba(218, 232, 247, 1);
      border-radius: 8px;
      padding: 17px 20px 17px 20px;
      font-size: 11px;
      text-align: left !important;
    }
    .card__review__campaign__reveal:focus,
    .card__review__campaign:focus {
      outline: none;
    }
    .card__review__campaign.mb-25 {
      margin-bottom: 25px !important;
    }
    .card__review__campaign ul,
    .card__review__campaign ol,
    .card__review__campaign p {
      font-size: 14px !important;
      line-height: 21px !important;
      margin-bottom: 8px !important;
    }

@media (max-width: 760px) {
    .card__review__campaign ul,
    .card__review__campaign ol,
    .card__review__campaign p {
      font-size: 13px !important;
      line-height:19px !important;
    }
}


    .card__review__campaign ul,
    .card__review__campaign ol {
      margin-bottom: 12px !important;
    }
    
    .card__review__campaign ul li,
    .card__review__campaign ol li {
      margin-bottom: 5px !important;
    }
    .card__review__campaign ol {
      margin-left: 0 !important;
    }
    .card__review__campaign ol > li {
      padding-left: 30px !important;
    }
    .card__review__campaign ol > li:before {
      line-height: 6px !important;
      font-size: 13px !important;
    }

    .card__review__campaign ul {
      margin-left: 30px !important;
    }
    .card__review__campaign__item i {
      font-size: 30px;
      padding-top:3px;
      display: inline-block;
    }
    .card__review__campaign__content {
      flex: 1;
    }
    .card__review__campaign__content .card__review__campaign__more {
      letter-spacing: 0.5px;
      display: block;
      cursor: pointer;
      color: rgba(97, 21, 221, 1);
      text-transform: uppercase;
    }
    .card__review__campaign__content .card__review__campaign__more:hover {
      opacity: 0.8;
    }

    .reveal-overlay {
      z-index: 999 !important;
    }

    @media (max-width: 760px) {
      .card__review__campaign {
        margin-top: 15px;
      }
      .card__review__campaign__reveal {
        padding: 25px !important;
        padding-top: 50px !important;
        border-radius: 0 !important;
        margin-bottom: 0px !important;
      }
      .card__review__campaign__title {
        font-size: 26px;
      }
      .card__review__campaign {
        padding: 17px 15px 15px 15px;
      }
    }




.ub_styled_list ul.fa-ul li:before {
    background-image: none !important;
    content: '\ebb8' !important;
    font-family: 'icon' !important;
    left: 0;
    width: auto !important;
    height: auto !important;
    top: 0 !important;
    margin-right: 8px;
    color: rgba(97, 21, 221, 1) !important;
}

.ub_styled_list.sim ul.fa-ul li:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%2300d084" d="M384 32C419.3 32 448 60.65 448 96V416C448 451.3 419.3 480 384 480H64C28.65 480 0 451.3 0 416V96C0 60.65 28.65 32 64 32H384zM339.8 211.8C350.7 200.9 350.7 183.1 339.8 172.2C328.9 161.3 311.1 161.3 300.2 172.2L192 280.4L147.8 236.2C136.9 225.3 119.1 225.3 108.2 236.2C97.27 247.1 97.27 264.9 108.2 275.8L172.2 339.8C183.1 350.7 200.9 350.7 211.8 339.8L339.8 211.8z"></path></svg>') !important;
  content: inherit !important;
  left: inherit;
  width: 20px !important;
  height: 20px !important;
  top: inherit !important;
  margin-right: 0;
  color: inherit !important;
}
.ub_styled_list.nao ul.fa-ul li:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23cf2e2e" d="M512 256C512 397.4 397.4 512 256 512C114.6 512 0 397.4 0 256C0 114.6 114.6 0 256 0C397.4 0 512 114.6 512 256zM99.5 144.8C77.15 176.1 64 214.5 64 256C64 362 149.1 448 256 448C297.5 448 335.9 434.9 367.2 412.5L99.5 144.8zM448 256C448 149.1 362 64 256 64C214.5 64 176.1 77.15 144.8 99.5L412.5 367.2C434.9 335.9 448 297.5 448 256V256z"></path></svg>') !important;
  content: inherit !important;
  left: inherit;
  width: 20px !important;
  height: 20px !important;
  top: inherit !important;
  margin-right: 0;
  color: inherit !important;
}




p.has-text-color,
.single .has-inline-color {
  color: inherit !important;
}






@media (max-width: 639px) {
  .single-cpt_calculadoras .switch.tiny {
    display: block !important;
    margin-bottom: 0;
  }
  .single-cpt_calculadoras .switch.tiny.last {
    margin-bottom: 20px !important;
  }
}







.wp-polls {
    background: #F8F3FE;
    padding: 30px;
    border-radius: 8px;
    border: 1px solid #eeeeee;
    margin-bottom: 30px;
    margin-top: 30px;
}
.wp-polls p {
  margin-bottom: 0 !important;
}
.wp-polls-form > p strong,
.wp-polls > p strong {
  display: block;
    font-size: 26px !important;
    margin-bottom: 20px !important;
}
.wp-polls-ul {
  padding:0 !important;
  margin:0 !important;
  margin-bottom: 20px !important;
}
.wp-polls-ul li  {
    background: #fff;
    padding: 10px 18px 15px 18px;
    border-radius: 8px;
    border: 1px solid #eeeeee;
    margin-bottom: 5px !important;
}
.wp-polls-ul li i {
   font-style: normal !important;
}

.wp-polls-form .wp-polls-ul li {
  border: none !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
  background-color: transparent !important;
}
.wp-polls-form .wp-polls-ul {
      display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 7px;
    margin-bottom: 20px !important;
}
.wp-polls-form .wp-polls-ul li {
    display: flex !important;
    align-items: center !important;
    grid-gap: 10px !important;
    position:relative !important;
    margin-bottom: 0 !important;
}

.wp-polls-ul li input[type=checkbox],
.wp-polls-ul li input[type=radio] {
    position: absolute;
    left: 20px;
}
.wp-polls-ul li label {
    flex: 1;
    background: #fff;
    padding: 15px 15px 15px 40px;
    border-radius: 8px;
    border: 1px solid #eeeeee;
}
.wp-polls-ul li label:hover {
  border-color: rgba(97, 21, 221, 1);
  color: rgba(97, 21, 221, 1);
}
.wp-polls-ul li label:focus {
  background: rgba(97, 21, 221, 1) !important;
  border-color: rgba(97, 21, 221, 1) !important;
  color: #ffffff !important;
}
.wp-polls ul li:before, .wp-polls-ans ul li:before, #sidebar ul ul li:before {
  display:none;
}
.wp-polls .Buttons {
    border: none !important;
    background-color: rgba(97, 21, 221, 1) !important;
    color: #ffffff !important;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    width: 100%;
    padding: 16px;
    cursor: pointer;
    border-radius: 8px;
    margin-bottom: 10px;
}

.wp-polls .Buttons:hover {
  background-color: #7630EB !important;
}



.wp-polls-form .wp-polls-ans p:last-child {

}


@media (max-width: 770px) {
  .wp-polls-ul li {
    padding: 8px 15px 15px 15px;
  }
  .wp-polls-ul {
    margin-bottom: 15px !important;
  }
  .wp-polls {
    padding: 15px !important;
  }
  .wp-polls-form .wp-polls-ul {
    display: block !important;
  }
  .wp-polls-ul li label {
      padding: 10px 10px 10px 35px;
  }
  .wp-polls-form .wp-polls-ul {
    margin-bottom: 15px !important;
  }
  .wp-polls .Buttons {
    padding: 14px !important;
  }
  .wp-polls-ul li input[type=checkbox],
  .wp-polls-ul li input[type=radio] {
    left: 16px !important;
  }
  .wp-polls-form .wp-polls-ul li {
    margin-bottom: 5px !important;
  }
  .wp-polls-form > p strong, .wp-polls > p strong {
    display: block;
    font-size: 18px !important;
    margin-bottom: 15px !important;
    line-height: 22px;
  }

}


#modal-consultor {
  margin-bottom: 80px !important;
}
.form-call input {
  margin-bottom: 12px !important;
}


@media (max-width: 770px) { 
  #modal-consultor {
    padding: 25px;
    border-radius: 0;
  }
  #modal-consultor img {
    width: 80px!important;
  }
  #modal-consultor b {
    margin-bottom: 15px !important;
    font-size: 22px !important;
    line-height: 27px !important;
  }

}




#bg-money {
    position: absolute;
    top: 0;
    z-index: 0;
    margin-top: -96px;
}
#yout-consultoria {
  z-index: 1;
  position: relative;
}
.no-pb {
  padding-bottom: 0;
}
.no-pt {
  padding-top: 0;
}

.steps__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
.c-gray {
  color: rgba(169, 167, 181, 1);
}
.steps__top {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.steps__number {
  flex: 1;
}
.steps__number span {
  display: inline-block;
  font-size: 50px;
  line-height: 38px;
  font-weight: bold;
  color: rgba(101, 21, 221, 1);
}
.steps__info h4 {    
    line-height: 26px;
    margin-bottom: 15px;
    font-size: 20px;
}
.steps__info p {
  margin-bottom: 0;
}
.steps__item {
  background-color: rgba(237, 243, 251, 1);
  padding: 30px;
  border-radius: 8px;
}
#bg__job {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 0;
  width: 80%;
  margin-top: -760px;
}





.nocomments {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius:7px;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    text-align: center;
    margin-top: 30px;
}



.wp-polls .wp-polls-ans {
  font-size: 0;
}
.wp-polls .wp-polls-ans .wp-polls-ul {
  display: none;
}
.wp-polls .wp-polls-ans:after {
  display: block;
  font-size: 18px;
  text-align: center;
  content: 'Muito obrigado por sua contribuiç\00E3o :)';
}
.wp-polls form .wp-polls-ans .wp-polls-ul {
  display: grid;
}
.wp-polls form .wp-polls-ans:after {
  display: none;
}
.wp-polls .wp-polls-ans p:last-child,
.wp-polls form .wp-polls-ans p:nth-child(3) {
  display: none;
}




.reveal__fix {
  padding: 40px;
    border-radius: 10px;
    border: none;
}
.reveal__fix div.error {
  font-size: 11px;
  margin-top: -6px;
}
.reveal__fix p {
  line-height: 22px;
}
.reveal__fix h3 {
      line-height: 30px;
    font-size: 26px;
    margin-bottom: 15px;
    color: rgba(40, 36, 71, 1);
}
.reveal__fix .button {
  margin-bottom: 0 !important;
}
.reveal__form {
  margin-bottom: 10px !important;
}
.reveal__term {
   margin: 18px 0 20px;
   position: relative;
  cursor: pointer;
  align-items: center;
  display: flex;
}
.reveal__term__label {
  line-height: 17px;
  font-size: 11px;
}
.reveal__term div.error {
    position: absolute;
    margin: 0;
    top: 0;
    font-size: 11px;
    line-height: 18px;
    margin-top: 40px;
}
.reveal__term input {
   margin: 0;
   vertical-align: -1px;
   margin-right: 9px;
   cursor: pointer;
}
.reveal__term input.error {
  margin-bottom: 25px;
  margin-top: 9px;
}
.reveal__term a {
  text-decoration: underline;
}
.reveal__term a:hover {
  text-decoration: none;
}
.reveal__fix .button.disabled, 
.reveal__fix .button[disabled] {
  cursor: not-allowed !important;
}

video {
  cursor: pointer;
}


@media (max-width: 770px) {
  .reveal__fix {
    width: 100% !important;
    max-width: 70% !important; 
  }
}

@media (max-width: 900px) {
  .steps__items {
      grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 639px) {

  .fix__img {
    max-width: 65%;
    margin-bottom: 25px;
  }

    .steps__items {
      grid-template-columns: 1fr;
  }

 .page-template-page-2022-consultoria .new__section__padding {
    padding: 30px 0;
}

  .simple__list  {
    text-align: left;
  }

  #yout-consultoria {
    width: 100% !important;
    height: auto !important;
    margin-top: 40px;
  }
  .reveal__fix {
    max-width: 100% !important; 
    border-radius: 0;
    padding: 40px 20px;
  }
  .new__section__callout.__height.__video {
    height: auto;
    padding-bottom: 40px;
  }
  #bg-money {
    margin-top: 0;
  }
  .new__section__callout.__video p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 23px;
  }
  .steps__headline {
    font-size: 25px;
  }
  .new__section__callout.__video .new__cta__bottom {
    margin-top: 20px;
  }
  .mb-50 {
    margin-bottom: 25px !important;
  }
  .lead {
    font-size: 16px;
    line-height: 23px;
  }
}




.go-to-top {
      color: rgba(97, 21, 221, 1) !important;
    font-weight: bold;
    border-bottom: 1px solid;
    padding-bottom: 2px;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 14px;
}
.go-to-top:hover {
  border-bottom: none;
}




.val {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 6px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 30px;
}
.val.val__3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.val__item {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 6px;
  padding:8px 15px;
  display: flex;
  align-items: center;
  grid-gap: 10px;
  justify-content: space-between;
}
.val__item span {
  font-size: 13px;
}
@media (max-width: 639px) {
  .val {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .val__item,
  .val__item span {
    display: block;
    text-align: center;
  }
  .val__item b {
    display: block;
    font-size: 13px;
    line-height: 13px;
    margin-top: 3px;
  }
  .val__item span {
    line-height: 14px;
  }
  .val.val__3 {
    grid-template-columns: 1fr;
  }
  .val.val__3 .val__item {
    display: flex;
  }
}




.tiptext {
  display: inline-block;
  position: relative;
  vertical-align: -2px;
}
.tiptext figure {
  margin-left: 1px;
  cursor:  help;
}
.tiptext__left {
  display: none;
  font-size: 10px;
  width: 10rem;
  background-color: #5F5C6B;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  bottom: 125%;
  left: 100%;
  margin-left: -60px;
  opacity: 10;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  margin-left: -135px;
  line-height: 13px;
  margin-bottom: 3px;
}
.tiptext__left:after {
	top: 100%;
	right: 26px;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #5F5C6B;
	border-width: 7px;
	margin-left: -7px;
}
.tiptext:hover .tiptext__left {
  display: inline-block;
  opacity: 10;
}




.modal__content.reveal__fix {
  background-color: #ffffff;
  width: 500px !important;
}
.modal__content.reveal__fix .button {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 16px;
  padding: 18px 12px 22px;
  line-height: 20px;
  margin-bottom: 15px !important;
  font-weight: normal;
  text-transform: none;
}
.modal__content.reveal__fix .button[disabled] {
  opacity: 0.5;
}


.modal__content.reveal__fix .button.button-last {
  margin-bottom: 0 !important;
}
.feedback-popup-wrap {
  margin-bottom: 20px;
  display: grid;
  grid-gap: 8px;
}
.feedback-popup label {
  cursor: pointer;
  border: 1px solid #dddddd;
  padding: 12px;
  border-radius: 6px;
  display: flex;
  grid-gap: 10px;
}
.modal__content.reveal__fix textarea {
  border-radius: 6px !important;
  margin-bottom: 20px !important;
  padding: 11px 15px 20px;
  height: 90px;
}
.feedback-popup label:hover {
  border-color: rgba(97, 21, 221, 1);
}
.feedback-popup label span {
  flex: 1;
  line-height: 18px;
}


.info-field .input-group {
  margin-bottom: 5px
}
.info-field small {
  display: block;
  font-size: 11px;
}
.info-field small a {
  border-bottom: 1px solid;
}
.info-field label small {
  cursor: pointer;
  margin-top: 7px;
  display: block;
}
.info-field label small input {
  vertical-align: -3px;
  margin-right: 1px;
}


@media (max-width: 639px) {

  .info-field small {
    margin-bottom: 20px;
  }
}


.single .wrap-content ul.ub_styled_list,
.single .wrap-content ul.lista {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.single .wrap-content ul.ub_styled_list li ul,
.single .wrap-content ul.lista li ul {
  padding-left: 25px !important;
  margin-bottom: 20px;
}
.single .wrap-content ul.ub_styled_list li,
.single .wrap-content ul.lista li {
  position: relative !important;
  list-style: none !important;
}
.single .wrap-content ul.ub_styled_list li:before,
.single .wrap-content ul.lista li:before {
  content: '\ebb8' !important;
  font-family: 'icon' !important;
  margin-right: 5px !important;
  color: rgba(97, 21, 221, 1) !important;
  background: none !important;
  top: inherit !important;
  width: inherit !important;
  height: inherit !important;
  left: inherit !important;
}
.single .wrap-content ul.ub_styled_list {
  padding-left: 20px !important;
}



.accordion-custom {
  margin-bottom: 0;
  background-color: transparent;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
}
.accordion-custom-item {
  margin-bottom: 0px;
}
.accordion-custom-title {
  font-size: 21px;
  border:none;
  border-bottom: 1px solid #ddd;
  padding: 30px 20px 31px 29px;
  color: rgba(97, 21, 221, 1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  outline: none;
  font-weight: normal !important;
}
.accordion-custom-title:hover {
  background-color: #fafafa;
}
.accordion-custom-item.is-active .accordion-custom-title {
  background-color: rgba(97, 21, 221, 1);
  color: #ffffff;
}


.single-cpt_calculadoras {
  padding-bottom: 0 !important;
}


.accordion-custom-title:before {
  display: none;
}

:last-child:not(.is-active) > .accordion-custom-title {
  border-bottom-color: #ddd;
}
.accordion-custom-content {
  padding: 31px;
  font-size: 16px;
  border-bottom: 2px solid rgba(97, 21, 221, 1);
}
.accordion-custom-download a {
  display: block;
  text-decoration: underline;
  padding: 5px 0;
}
.accordion-custom-download a:hover {
  text-decoration: none;
}

@media (max-width: 639px) {
  .accordion-custom-title {
    font-size: 16px;
    padding: 20px;
    padding-right: 15px;
  }
  .accordion-custom-content {
    padding: 20px;
    font-size: 14px;
  }
  .accordion-custom-content p {
    margin-bottom: 15px;
  }
}

.btn-more-values {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  background-color: rgba(40, 36, 71, 1) !important;
}




.partners-calc {
  display: flex;
  grid-gap: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  justify-content: center;
}
.partners-calc-item {
  background: #fff;
    padding: 35px;
    border: 2px solid rgba(97, 21, 221, 1);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    padding-top: 50px;
    width: 380px;
}
.partners-calc-title h3 {
  font-size: 18px;
  line-height: 24px;
}
.partners-calc-logo {
  text-align: center;
  margin-bottom: 10px;
}
.partners-calc-logo img {
  border-radius: 10px;
  height: 90px;
  width: auto;
}
.partners-calc-cta {
  margin-top: 20px;
}
.partners-calc-cta a.button {
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
.partners-calc-row {
  padding: 5px 0;
  display: flex;
  align-items: center;
  grid-gap: 5px;
  justify-content: center;
}
.partners-calc-row svg {
  vertical-align: -2px;
}
.partners-calc-row > span i {
  font-style: normal;
  color: rgba(97, 21, 221, 1);
  font-weight: bold;
}
.partners-calc-badge {
  background-color: rgba(97, 21, 221, 1);
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
  font-weight: bold;
  padding: 3px 11px 6px;
  font-size: 11px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-left-radius: 10px;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  grid-gap: 2px;
}
.partners-calc-badge svg {
  margin-top: 1px;
}

@media (max-width: 639px) {
  .partners-calc {
    display: grid;
  }
  .partners-calc-title h3 {
    font-size: 17px;
    line-height: 21px;
}
  .partners-calc-item {
    width: 100%;
  }
  .partners-calc-logo img {
    height: 80px;
  }
  .partners-calc-logo {
    margin-bottom: 15px;
  }
}



#ad-rewarded + button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 40px;
}
#ad-rewarded + button::after {
  content: url("assets/icons/ads-icon.svg");
  margin-left: 4px;
}
#ad-rewarded {
  position: relative;
  text-align: left;
  display: inline-block;
  width: 100%;
  margin-bottom: 24px;
}
#ad-rewarded::after {
  content: "Assista ao anúncio e veja os resultados.";
  position: absolute;
  inset: auto 0 -24px;
  cursor: auto;
  color: gray;
  text-wrap: nowrap;
  font-size: 12px;
  text-align: center;
}
@media (min-width: 640px) {
  #ad-rewarded {
    width: auto;
  }
  #ad-rewarded::after {
    inset: auto 0 -64px 6px;
  }
}


.banner-select-result {
  margin: 30px 0;
}
.banner-select-result a {
  display: block;
}
.banner-select-result a:hover img {
  opacity: 0.95;
}
.banner-select-result .ads-mobile {
  width: 100%;
}



.wp-admin .tb_cards .hide,
.wp-admin .tb_cards .button.fix-lock.hide,
.wp-admin 
.reveal__tiny {
	display: none !important;
}
.wp-admin .table_cards_item .button {
	padding-top: 7px;
	padding-bottom: 9px;
}

.wp-admin .tb_cards tbody tr td.text-center {
	text-align: center !important;
}
.wp-admin  .tb_cards .button {

	background-color: rgba(97, 21, 221, 1) !important;
	text-transform: uppercase;
}
.wp-admin  .tb_cards a {
	text-decoration: none !important;
}

.table_cards_item .color-gray {
	color: #aaaaaa;
}

.table_cards_item .span-one {
	list-style: disc;
	margin: 0;
	padding: 0;
}

.table_cards_6 {
	text-align: center;
}

.table_cards_item .span-one li {
	display: block;
	margin-left: -4px;
}

.table_cards_item,
.table_cards_stars {
	display: flex;
}

.table_cards_item {
	grid-gap: 20px;
	font-size: 13px;
	line-height: 17px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.table_cards_item:last-child {
	border-bottom: 1px solid #000000;
	padding-bottom: 25px;
	margin-bottom: 35px;
}

.table_cards_1 {
	width: 18%;
	text-align: center;
}

.table_cards_flex b {
	display: block;
	margin-bottom: 10px;
}



.single .table_cards_title {
	font-size: 14px !important;
	line-height: 17px !important;
	margin: 8px 0 0 !important;
	font-weight: bold !important;
	letter-spacing: 0 !important;
	display: block;
}

.table_cards_thumb {
	width: auto;
	height: 56px;
	margin-top: 0 !important;
}

.table_cards_stars.loan span {
	font-size: 20px;
	font-weight: bold;
	display: flex;
	margin-left: 5px;
	line-height: 32px;
}

.table_cards_stars span b {
	flex: 1;
}

.table_cards_stars span small {
	display: inline-block;
	color: #aaa;
	font-size: 16px;
	font-weight: normal;
	margin-left: 4px;
	line-height: 27px;
	padding-top: 4px;
}

.table_cards_stars {
	justify-content: center;
}

.table_cards_stars img {
	width: 20px;
	margin-top: 0 !important;
	margin-left: 0px;
	border-radius: 0 !important;
}

.tb_cards .span-one li {
	display: flex !important;
	margin-bottom: 5px !important;
}

@media (max-width: 770px) {
	.tb_cards .span-one li {
		margin-bottom: 8px !important;
	}
}
.tb_cards thead {
	background-color: #ffffff;
}

.tb_cards tbody,
.tb_cards tbody tr,
.tb_cards thead,
.tb_cards tfoot {
	background-color: transparent !important;
	border: none;
}





.tb_cards thead th {
	padding-right: 20px;
	border-bottom: 1px solid;
	line-height: 16px;
	padding-bottom: 10px;
	padding-top: 0;
	color: rgba(40, 36, 71, 1);
}

.tb_cards thead th:nth-child(1) {
	padding-left: 0;
}

table.unstriped tbody {
	background-color: #ffffff;
}

.tb_cards .button {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
}



.tb_cards .button.fix-lock {
    position: relative;
    padding-right: 41px;
    font-size: 15px;
    padding-left: 18px;
		display: flex;
		align-items: center;
		grid-gap: 4px;
		height: 47px;
}
.tb_cards .button.fix-lock img {
	margin-top: 0 !important;
}

.wp-admin .tb_cards .button.fix-lock {
	padding-right: 18px;
}



table.unstriped tbody tr {
	border-bottom: 1px solid #e5e5e5;
}

.tb_cards .button {
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 3px;
	color: #ffffff;
	border-radius: 8px;
	border: none;
}

.tb_cards .color-gray {
	color: #888888;
	font-size: 13px;
}

.tb_cards .table_cards_stars {
	justify-content: start;
}

.tb_cards tbody tr td {
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-size: 14px;
	line-height: 19px;
	vertical-align: top;
}



.table_cards_tt {
	margin-bottom: 20px;
}

.tb_cards_more small {
	display: block;
	margin-top: 4px;
	font-size: 12px;
	line-height: 16px;
	color: #888888;
}

@media (max-width: 770px) {
	.table_cards_thumb {
		width: 65px;
	}
	.tb_cards_more small {
		text-align: left;
	}
	.tb_cards tbody tr td {
		padding-bottom: 10px;
		padding-top: 10px;
		font-size: 16px;
	}
	.single .table_cards_title {
		font-size: 16px;
		line-height: 16px !important;
	}
	.tb_cards .button {
		padding-left: 10px;
	    padding-right: 10px;
	    font-size: 14px;
	    padding-top: 10px;
    	padding-bottom: 16px
	}
		.tb_cards .button img {
	    margin-top: 0!important;
		vertical-align: -3px;
		}
	.table_cards_stars img {
		width: 16px;
		margin-top: 4px !important;
	}
	.table_cards_stars span small {
		font-size: 14px;
	}
	.table_cards_stars.loan span b {
		font-size: 21px;
	}
	.tb_cards thead th:nth-child(2) {
		width: 30% !important;
	}
	.tb_cards .table_cards_stars {
		display: flex;
		text-align: center;
	}
	.table_cards_stars span {
		justify-content: center;
		margin-left: 5px;
		align-items: center;
	}
	.table_cards_stars span b,
	.table_cards_stars span small {
		flex: inherit;
	}
	.table_cards_stars span small {
		padding-top: 3px;
		margin-left: 4px;
	}
	.tb_cards {
		table-layout: fixed;
	}
	.tb_cards thead th:nth-child(1) {
		width: 160px !important;
	}
	.tb_cards thead th:nth-child(2) {
		width: 110px !important;
	}
	.tb_cards thead th:nth-child(3) {
		width: 160px !important;
	}
	.tb_cards thead th:nth-child(4) {
		width: 160px !important;
	}
	.tb_cards thead th:nth-child(5) {
		width: 160px !important;
	}
	.tb_cards thead th:nth-child(6) {
		width: 160px !important;
	}
}

.tb_cards {
	margin-bottom: 40px;
}

.tooltip {
	line-height: 15px !important;
	width: 250px !important;
	padding: 15px 17px;
	border-radius: 5px;
	max-width: 250px !important;
}

.wp-admin .reviews__extra .accordion-content,
.wp-admin .help-review.hide-for-medium {
	display: none !important;
}

.tooltip {
	line-height: 15px !important;
	width: 250px !important;
	padding: 15px 17px;
	border-radius: 5px;
	max-width: 250px !important;
}

.wp-admin .help-review.show-for-medium {
	display: none;
}

.has-tip {
	border-bottom: none;
}

.help-review {
	display: block;
	font-size: 11px;
	color: #888888;
	margin-top: 5px;
	line-height: 15px;
	margin-bottom: -3px;
}

.help-review i.help {
	font-size: 14px;
	vertical-align: -1px;
	border-bottom: none !important;
}

@media (max-width: 770px) {
	.help-review {
		margin-top: 7px;
		margin-bottom: 0px;
	}
}

.wp-admin .tb_cards h4 {
	margin: 0;
	font-size: 13px;
	text-decoration: none;
}

.wp-admin .tb_cards tbody tr td:nth-child(6) {
	text-align: center;
}

.wp-admin .tb_cards tbody tr td:nth-child(4) ul {
	margin: 0 !important;
	padding: 0 !important;
}

.wp-admin .tb_cards tbody tr td:nth-child(1) .text-center.hide-for-medium {
	display: none !important;
}



.wp-admin .table_cards_item .button {
	padding-top: 7px;
	padding-bottom: 9px;
}

.wp-admin .tb_cards tbody tr td.text-center {
	text-align: center !important;
}
.wp-admin  .tb_cards .button {

	background-color: rgba(97, 21, 221, 1) !important;
	text-transform: uppercase;
}
.wp-admin  .tb_cards a {
	text-decoration: none !important;
}

.table_cards_item .color-gray {
	color: #444444;
}

.table_cards_item .span-one {
	list-style: disc;
	margin: 0;
	padding: 0;
}

.table_cards_6 {
	text-align: center;
}

.table_cards_item .span-one li {
	display: block;
	margin-left: -4px;
}

.table_cards_item,
.table_cards_stars {
	display: flex;
}

.table_cards_item {
	grid-gap: 20px;
	font-size: 13px;
	line-height: 17px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.table_cards_item:last-child {
	border-bottom: 1px solid #000000;
	padding-bottom: 25px;
	margin-bottom: 35px;
}

.table_cards_1 {
	width: 18%;
	text-align: center;
}

.table_cards_flex b {
	display: block;
	margin-bottom: 10px;
}



.single h4.table_cards_title {
	font-size: 14px !important;
	line-height: 19px !important;
	margin: 8px 0 0 !important;
	font-weight: bold !important;
	letter-spacing: 0 !important;
}

.table_cards ul.span-one i.icon-dot {
  display: none !important;
}

.table_cards ul.span-one i,
.table_cards ul.span-one span {
  font-size: 14px !important;
}

.table_cards_stars span {
	font-size: 22px;
	font-weight: bold;
	display: flex;
	margin-left: 5px;
	line-height: 32px;
}

.table_cards_stars span b {
	flex: 1;
}

.table_cards_stars span small {
	display: inline-block;
	color: #444444;
	font-size: 16px;
	font-weight: normal;
	margin-left: 4px;
	line-height: 27px;
	padding-top: 4px;
}

.table_cards_stars {
	justify-content: center;
}

.table_cards_stars img {
	width: 20px;
	margin-top: 0 !important;
	margin-left: 0px;
	border-radius: 0 !important;
}

.tb_cards .span-one li {
	display: flex !important;
	margin-bottom: 5px !important;
}

@media (max-width: 770px) {
	.tb_cards .span-one li {
		margin-bottom: 8px !important;
	}
}

.tb_cards tbody,
.tb_cards thead,
.tb_cards tfoot {
	border: none;
}

.tb_cards thead {
	background-color: #ffffff;
}

.tb_cards thead th {
	padding-right: 20px;
	border-bottom: 1px solid;
	line-height: 16px;
	padding-bottom: 10px;
	padding-top: 0;
	color: rgba(40, 36, 71, 1);
}

.tb_cards thead th:nth-child(1) {
	padding-left: 0;
}

table.unstriped tbody {
	background-color: #ffffff;
}

.tb_cards .button {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
}



.tb_cards .button.fix-lock {
    position: relative;
    font-size: 15px;
    padding-left: 18px;
	padding-right: 18px;
	display: flex;
}
.tb_cards .button.fix-lock img {
	position: absolute;
	top: 14px;
	right: 17px;
}

.wp-admin .tb_cards .button.fix-lock {
	padding-right: 18px;
}



table.unstriped tbody tr {
	border-bottom: 1px solid #e5e5e5;
}

.tb_cards .button {
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 3px;
	color: #ffffff;
	border-radius: 8px;
	border: none;
}

.tb_cards .color-gray {
	color: #444444;
	font-size: 13px;
}

.tb_cards .table_cards_stars {
	justify-content: start;
}

.tb_cards tbody tr td {
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-size: 14px;
	line-height: 19px;
	vertical-align: top;
}



.table_cards_tt {
	margin-bottom: 20px;
}

.tb_cards_more small {
	display: block;
	margin-top: 4px;
	font-size: 12px;
	line-height: 16px;
	color: #444444;
}

@media (max-width: 770px) {
	.table_cards_thumb {
		width: 65px;
	}
	.tb_cards_more small {
		text-align: left;
	}
	.tb_cards tbody tr td {
		padding-bottom: 10px;
		padding-top: 10px;
		font-size: 16px;
	}
	.single .table_cards_title {
		font-size: 16px;
		line-height: 16px !important;
	}
	.tb_cards .button {
		padding-left: 10px;
	    padding-right: 10px;
	    font-size: 14px;
	    padding-top: 14px;
    	padding-bottom: 16px
	}
		.tb_cards .button img {
	    margin-top: 0!important;
		vertical-align: -3px;
		}
	.table_cards_stars img {
		width: 16px;
		margin-top: 4px !important;
	}
	.table_cards_stars span small {
		font-size: 14px;
	}
	.table_cards_stars span b {
		font-size: 27px;
	}
	.tb_cards thead th:nth-child(2) {
		width: 30% !important;
	}
	.tb_cards .table_cards_stars {
		display: flex;
		text-align: center;
	}
	.table_cards_stars span {
		justify-content: center;
		margin-left: 5px;
		align-items: center;
	}
	.table_cards_stars span b,
	.table_cards_stars span small {
		flex: inherit;
	}
	.table_cards_stars span small {
		padding-top: 3px;
		margin-left: 4px;
	}
	.tb_cards {
		table-layout: fixed;
	}
	.tb_cards thead th:nth-child(1) {
		width: 160px !important;
	}
	.tb_cards thead th:nth-child(2) {
		width: 110px !important;
	}
	.tb_cards thead th:nth-child(3) {
		width: 160px !important;
	}
	.tb_cards thead th:nth-child(4) {
		width: 160px !important;
	}
	.tb_cards thead th:nth-child(5) {
		width: 160px !important;
	}
	.tb_cards thead th:nth-child(6) {
		width: 160px !important;
	}
}

.tb_cards {
	margin-bottom: 40px;
}

.tooltip {
	line-height: 15px !important;
	width: 250px !important;
	padding: 15px 17px;
	border-radius: 5px;
	max-width: 250px !important;
}

.wp-admin .reviews__extra .accordion-content,
.wp-admin .help-review.hide-for-medium {
	display: none !important;
}

.tooltip {
	line-height: 15px !important;
	width: 250px !important;
	padding: 15px 17px;
	border-radius: 5px;
	max-width: 250px !important;
}

.wp-admin .help-review.show-for-medium {
	display: none;
}

.has-tip {
	border-bottom: none;
}

.help-review {
	display: block;
	font-size: 11px;
	color: #444444;
	margin-top: 5px;
	line-height: 15px;
	margin-bottom: -3px;
}

.help-review i.help {
	font-size: 14px;
	vertical-align: -1px;
	border-bottom: none !important;
}





.item__tag__tab {
    background: #F4F4F4;
    display: block;
    padding: 7px 6px;
    color: #AEAEAE;
    border-radius: 100px;
    font-size: 9px;
    margin: 8px auto 0px;
    margin-right: 3px;
    line-height: 11px;
}




@media (max-width: 770px) {


.item__tag__tab {
	font-size: 10px;
    margin: 10px auto 0px;
    margin-right: 3px;
    line-height: 12px;
    letter-spacing: 0.5px;
}


	.help-review {
		margin-top: 7px;
		margin-bottom: 0px;
	}
}

.wp-admin .tb_cards h4 {
	margin: 0;
	font-size: 13px;
	text-decoration: none;
}

.wp-admin .tb_cards tbody tr td:nth-child(6) {
	text-align: center;
}

.wp-admin .tb_cards tbody tr td:nth-child(4) ul {
	margin: 0 !important;
	padding: 0 !important;
}

.wp-admin .tb_cards tbody tr td:nth-child(1) .text-center.hide-for-medium {
	display: none !important;
}




/* Pop-up Cookie Consent */

#cookie-popup {
  width: 100%;
  max-width: 1219px;
  position: fixed;
  left: 50%;
  bottom: 0.9rem;
  transform: translateX(-50%) !important;
  opacity: 0;
  z-index: 9999;
  display: flex;
  gap: 19px;
  align-items: center;
  justify-content: space-between;
  padding: 30px 48px;
  background-color: #FFFFFF;
  filter: drop-shadow(0px 0px 6.32px rgba(0, 0, 0, 0.25));
  border-radius: 10px;
  animation: popup-show 1s ease 1s 1 normal forwards;
  box-shadow: 10px 10px 11px -5px rgba(0, 0, 0, 0.08);
}
#cookie-popup .cookie-text {
  margin: 0;
  color: #333333;
  line-height: 1.5;
}
#cookie-popup .cookie-text .cookie-link {
  color: #3E1191;
  text-decoration: underline !important;
  font-weight: 700;
}
#cookie-popup .cookie-btn {
  color: #FFFFFF;
  font-weight: 500;
  background-color: #3E1191;
  padding: 10px 112px;
  border-radius: 6px;
  text-transform: none;
  font-size: 17px;
  cursor: pointer;
  margin: 0 !important;
}
#cookie-popup .cookie-btn:hover {
  opacity: 0.9;
}

@media screen and (max-width: 1200px) {
  #cookie-popup {
    max-width: 970px;
  }
}
@media screen and (max-width: 768px) {
  #cookie-popup {
    width: 90%;
    height: auto;
    flex-direction: column;
    padding: 16px;
    filter: drop-shadow(0px -2.167px 6.5px rgba(0, 0, 0, 0.25));
  }
  #cookie-popup .cookie-text {
    font-size: 13px;
    font-weight: 400;
    text-align: center;
  }
}
@keyframes popup-show {
  0% {
    transform: translateY(500px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
.cookie-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 9999;
}

.cookie-modal-content {
  background-color: #FFFFFF;
  padding: 20px 30px;
  border-radius: 8px;
  width: 100%;
  overflow: auto;
  max-width: 774px;
  position: relative;
  color: #333333;
}
.cookie-modal-content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}
.cookie-modal-content p a {
  color: #3E1191;
  font-weight: 700;
  text-decoration: underline !important;
}

.close-modal {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 24px;
  cursor: pointer;
  color: #FFFFFF;
  padding: 0 !important;
  background: #646464;
  width: 32px;
  line-height: 28px;
  height: 32px;
  border-radius: 50%;
  border: none;
  outline: none;
  display: flex;
  justify-content: center;
}

.content_modal h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 15px;
}

.content-form {
  padding-top: 13px;
}
.content-form .content-form__title {
  font-size: 17px;
  font-weight: 700;
  line-height: 130%;
  color: rgba(40, 36, 71, 1);
}
.content-form .cookie-form {
  border-radius: 10px;
  border: 1px solid #CCC;
  padding: 10px 20px;
  margin-top: 12px;
  max-height: 300px;
  overflow-y: auto;
}

.submit-modal {
  text-align: center;
}
.submit-modal button {
  background: #3E1191;
  color: #FFFFFF;
  border-radius: 6px;
  width: 290px;
  height: 47px;
  margin-top: 20px;
  font-size: 17px;
  font-weight: 600;
  line-height: 16px;
  border: none;
  outline: none;
  cursor: pointer;
}
.submit-modal button:hover {
  opacity: 0.9;
}

.cookie-item {
  margin-bottom: 15px;
}
.cookie-item strong {
  color: rgba(40, 36, 71, 1);
}

.cookie-item:last-child {
  margin-bottom: 0;
}

.cookie-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}
.cookie-label p {
  width: 538px;
  padding-top: 8px;
}

.cookie-label--border {
  border-bottom: 1px solid #CCCCCC;
}

.cookie-label--last p {
  margin-bottom: 0;
}

.switch-modal {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 24px;
  flex-shrink: 0;
}
.switch-modal input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch-modal .slider-modal {
  position: absolute;
  cursor: pointer;
  inset: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}

.slider-modal:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  top: 3px;
  background-color: #FFFFFF;
  transition: 0.4s;
  border-radius: 50%;
}

.switch-modal input:checked + .slider-modal {
  background-color: #3E1191;
}

.switch-modal input:checked + .slider-modal:before {
  transform: translateX(22px);
}

@media screen and (max-width: 768px) {
  .cookie-modal {
    align-items: flex-end;
  }
  .cookie-modal-content {
    padding: 16px;
    max-height: 80vh;
    overflow-y: auto;
  }
  .cookie-modal-content p {
    font-size: 13px;
  }
  .cookie-modal-content .content-form__title {
    font-size: 14px;
  }
  .close-modal {
    right: 10px;
    top: 10px;
    width: 28px;
    height: 28px;
    font-size: 20px;
  }
  .content_modal h2 {
    margin-bottom: 16px;
    font-size: 20px;
  }
  .content-form {
    padding-top: 0;
  }
  .submit-modal button {
    margin-top: 16px;
  }
  form#cookie-form {
    height: 38vh;
    overflow: auto;
  }
}

.web-stories-list .story-content-overlay__title {
  line-clamp: 4 !important;
  font-size: 15px !important;
  line-height: 17px !important;
}





.calc-wrap-results {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 15px;
  margin-bottom: 30px !important
}
.calc-wrap-results .panel {
  margin:0 !important
}

.calc-wrap-results .panel__subtitle {
  margin-bottom: 25px !important
}
.calc-wrap-results .panel__subtitle.tiny {
  margin-bottom:10px !important
}
.calc-wrap-results .small-info-calc small {
  line-height: 18px;
  font-size: 12px;
  display: block;
  margin-top: 15px;
  opacity: 0.6;
}
.calc-wrap-results .total-result-calc {
  display: block;
  font-size: 40px;
  line-height: 40px;
  color: #7630EB;
}
.calc-wrap-results .button-action-add {
  display:flex;
  justify-content: space-between;
  align-items:center;
  margin-top: 20px !important;
}
.calc-wrap-results .actionRows {
  display:flex;
  grid-gap: 18px;
}
.calc-wrap-results .actionRows b {
  padding-left:0;
  padding-right:0;
  background-color: transparent;
  color:#8444e4;
  cursor: pointer;
}
.calc-wrap-results .actionRows svg {
  display: inline-block;
  vertical-align: -8px;
  margin-right: -5px;
}
.calc-wrap-results #btnRemove {
  display:none;
}
.calc-wrap-results .rowCount {
  display:flex;
  grid-gap: 0;
  margin-bottom:10px;
}
.calc-wrap-results .rowCountField {
  grid-gap: 25px;
  margin-bottom: 25px;
}
.calc-wrap-results .rowCount:last-child {
  margin-bottom:0;
}
.calc-wrap-results .rowCount label,
.calc-wrap-results .rowCount input,
.calc-wrap-results .rowCount select {
  margin-bottom:0
}
.calc-wrap-results .rowCount label {
  line-height:18px;
  display: block;
  margin-bottom: 5px;
}
.calc-wrap-results .rowCount .input-group {
  margin:0 !important;
}
.calc-wrap-results .rowCount .rows {
  flex:1;
}

.calc-wrap-results .resultShow {
  display:none;
}
.calc-wrap-results .row-count .row-result .col-result small {
  display: flex;
  align-items: center;
  grid-gap: 6px;
}
.calc-wrap-results .row-count .row-result .col-result small b {
  white-space: nowrap;
  max-width: 163px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.calc-wrap-results .row-count .card-header {
  margin-bottom: 0;
  padding: 15px 20px;
  border-bottom: 1px solid #e8e8e8;
}
.calc-wrap-results .row-count .card-header b {
font-size: 16px;
color: rgba(40, 36, 71, 1);
}

.calc-wrap-results .col-result .form-control {
height: 40px;
padding: 8px 15px 10px !important;
margin:0 !important
}
.calc-wrap-results .col-result b.form-control {
border: 1px solid #dddddd;
border-radius: 6px;
background: #eee;
}
.calc-wrap-results .col-result span {
font-weight: bold;
  font-size: 28px;
  color: #7630EB;
  margin-top: 11px;
  display: block;
}

.calc-wrap-results #append .card:last-child {
margin-bottom:0 !important
}
.calc-wrap-results #result-fix {
position:absolute;
}

@media (max-width: 767px) {
  .calc-wrap-results #result-fix {
position:relative;
}

.calc-wrap-results .rowCountText  {
  border-bottom: 1px solid #ddd !important;
  padding-bottom: 38px !important;
}
.calc-wrap-results .rowCountText:last-child {
padding-bottom:0 !important
}
.calc-wrap-results #result {
    display:none;
  }
  .calc-wrap-results .row-count .row-result .col-result small {
    margin-top:0 !important;
    display: block;
  }
  .calc-wrap-results .row-count .row-result .col-result small b {
    max-width:inherit;
    white-space: normal;
  }
  .calc-wrap-results .row-count .card-header {
    margin-bottom:0;
  }
  .calc-wrap-results .calc-wrapper-fix {
  display:grid;
  grid-template-columns: 1fr;
}

.calc-wrap-results .card .card-body {
    padding:0;
    }
    .calc-wrap-results   #append .rowCount {
      display: grid;
      grid-gap: 0px;
      border-radius: 0 !important;
      padding:0 !important; 
      text-align: center;
    }
    .calc-wrap-results .col-result .form-control {
      text-align: center;
    }
    .calc-wrap-results  .col-result span {
      margin-bottom: 10px;
      text-align: center;
      margin-top: 5px;
      font-weight: bold !important
    }
    .calc-wrap-results .button-action-add {
        display: grid;
        justify-content: inherit;
        grid-gap: 18px;
        margin-bottom: 18px !important;
        margin-top: 30px !important
    }
    .resultShow p {
      font-size: 14px;
      line-height: 18px;
    }
    .calc-wrap-results .small-info-calc small {
      line-height: 15px;
    }
    .calc-wrap-results .single-cpt_calculadoras .panel .button-action {
      margin-bottom: 18px;
      margin-top: 30px !important;
    }
    .calc-wrap-results .actionRows {
      display: grid;
      justify-content: center;
      grid-template-columns: 1fr;
    }
    .calc-wrap-results .actionRows b {
      display: block;
      text-align: center;
      border: 1px solid;
      padding: 10px;
      border-radius: 8px;
      font-size: 15px;
    }
    .calc-wrap-results .actionCtas {
      grid-gap:13px;
      display:grid;
    }
    .calc-wrap-results .actionCtas a,
    .calc-wrap-results .actionCtas button {
      flex: 1;
      width: 100%;
    }
    .calc-wrap-results .actionRows b span {
      display:none;
    }

    .calc-wrap-results  .rowCountField {
      padding-bottom: 28px;
      border-bottom: 1px solid #ccc;
      display: grid;
      grid-gap: 15px;
    }
    .calc-wrap-results .rowCountField:last-child {
      padding-bottom: 0;
      border-bottom: none;
    }
    .calc-wrap-results .total-result-calc {
      font-size: 30px;
      line-height: 31px;
    }

  }



  .calc-wrap-results .row-result {
    display:inline-flex;
    grid-gap: 20px;
    padding: 20px;
    align-items: center;
  }
  .calc-wrap-results  .row-result b {
    display:block;
    line-height: 22px;
  }
  .calc-wrap-results .row-result small {
    font-size:12px;
    display:block;
    line-height:17px;
    margin-bottom:5px;
  }
  .calc-wrap-results .col-recalculate-wrap {
    display: flex;
    align-items: center;
    grid-gap: 5px;
    justify-content:center;
    position: relative;
    cursor: help;
  }
  .calc-wrap-results .col-recalculate .col-recalculate-drop {
    position:absolute;
    display: none;
    left:50%;
    margin-left:-110px;
    top:0;
    z-index: 999;
    padding-top:60px;
    width: 220px;
  }

  .calc-wrap-results .col-recalculate .col-recalculate-drop .card:after, 
  .calc-wrap-results .col-recalculate .col-recalculate-drop .card:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }

  .calc-wrap-results .col-recalculate .col-recalculate-drop .card:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
  }
  .calc-wrap-results .col-recalculate .col-recalculate-drop .card:before {
    border-color: rgba(204, 204, 204, 0);
    border-bottom-color: #bbb;
    border-width: 11px;
    margin-left: -11px;
  }

  .calc-wrap-results .col-recalculate .col-recalculate-drop .card-body {
    font-size:12px;
    line-height:16px;
  }
  .calc-wrap-results .col-recalculate:hover .col-recalculate-drop {
    display:inline-block !important;
  }
  .calc-wrap-results .col-recalculate .col-recalculate-drop input {
    margin: 16px 0 6px;
    text-align:center;
  }
  .calc-wrap-results .col-recalculate .col-recalculate-drop button {
    width:100%;
  }
  .calc-wrap-results .col-recalculate .col-recalculate-drop small {
    font-size:10px;
    margin-bottom:12px;
  }
  .calc-wrap-results .col-recalculate span {
    line-height: 10px;
    margin-top: -2px;
    display: inline-block;
  }

  @media (max-width: 767px) {
    .calc-wrap-results .row-result {
        display: grid;
        grid-gap: 5px;
    }
  }


  
  .calc-passagem .card {
    padding: 35px;
    color: rgba(40, 36, 71, 1) !important;
    overflow: inherit;
    margin-bottom:25px;
  }
  .calc-passagem .card-headline {
    font-size: 18px;
    margin-bottom: 20px;
    display: block;
    color: rgba(40, 36, 71, 1) !important;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
  }
  .calc-passagem .card-header {
    margin-bottom: 10px;
  }
  .calc-passagem .row-result {
    display: inline-flex;
    grid-gap: 30px;
        justify-content: center;
  }
  .calc-passagem .row-result.border {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
  }

  .calc-passagem .row-result b {
    display: block;
    line-height: 22px;
  }

  .calc-passagem .row-result small {
    font-size: 12px;
    display: block;
    line-height: 17px;
    margin-top: 4px;
  }

  .calc-passagem .col-recalculate-wrap {
    display: flex;
    align-items: center;
    grid-gap: 5px;
    justify-content: center;
    position: relative;
    cursor: help;
  }

  .calc-passagem .col-recalculate .col-recalculate-drop {
    position: absolute;
    display: none;
    left: 50%;
    margin-left: -110px;
    top: 35px;
    z-index: 999;
    padding-top: 0 !important;
    width: 220px;
  }
  .calc-passagem .col-recalculate .col-recalculate-drop .card {
    padding: 20px;
    margin-bottom:0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  }
  .calc-passagem .col-recalculate .col-recalculate-drop .card .button {
    margin-bottom:0;
  }

  .calc-passagem .col-recalculate .col-recalculate-drop .card:after,
  .calc-passagem .col-recalculate .col-recalculate-drop .card:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }

  .calc-passagem .col-recalculate .col-recalculate-drop .card:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
  }

  .calc-passagem .col-recalculate .col-recalculate-drop .card:before {
    border-color: rgba(204, 204, 204, 0);
    border-bottom-color: #bbb;
    border-width: 11px;
    margin-left: -11px;
  }

  .calc-passagem .col-recalculate .col-recalculate-drop .card-body {
    font-size: 12px;
    line-height: 16px;
  }

  .calc-passagem .col-recalculate:hover .col-recalculate-drop {
    display: inline-block !important;
  }

  .calc-passagem .col-recalculate .col-recalculate-drop input {
    margin: 16px 0 6px;
    text-align: center;
        border-radius: 10px;
  }

  .calc-passagem .col-recalculate .col-recalculate-drop button {
    width: 100%;
    padding: 12px;
    font-size: 15px;
  }

  .calc-passagem .col-recalculate .col-recalculate-drop small {
    font-size: 10px;
    margin-bottom: 12px;
  }

  .calc-passagem .col-recalculate span {
    line-height: 10px;
    margin-top: -2px;
    display: inline-block;
  }

  @media (max-width: 767px) {
    .calc-passagem .row-result {
      display: grid;
      grid-gap: 5px;
    }
    .calc-passagem .card-headline {
      font-size: 15px;
    }
  }


  
.copied {
  width: 100%;
  opacity:0;
  display: none;
  position: absolute;
  bottom: -22px;
  font-weight: bold;
	margin: auto;
  color: #009c49;
  padding: 15px 15px;
  border-radius: 5px;
  transition: .4s opacity;
}