@charset "UTF-8";
/* CSS Document - DDeveloped by Soluti (http://solutibrasil.com.br | contato@solutibrasil.com.br) */

/* Typography
-------------------------------------------------- */
:root {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.neuton,
.entry-content p,
.entry-content h1,
.entry-content h2,
.entry-content ul,
.entry-content ol,
.entry-read-more-item-title {
  font-family: "Neuton", serif;
}

h1 {
  font-size: 2.5em;
  font-weight: normal;
  line-height: 1.2;
}

h2 {
  line-height: 1em;
  font-weight: 400;
}

h3 {
  font-size: 2em;
}

h3,
h4 {
  text-transform: uppercase;
}

h4 {
  font-weight: bold;
  font-size: 1.5em;
}

h5 {
  font-size: 1.25rem;
  line-height: 1.4;
}

ul {
  list-style: none;
}

.entry-content ul {
  list-style: unset;
}

.entry-content p,
.entry-content ul,
.entry-content ol,
.ck-article blockquote {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.4;
}

ul li::marker,
ol li::marker {
  font-family: "Source Sans Pro";
  font-size: 1rem;
  font-weight: bold;
}

.entry-read-more-inline span:first-child,
.ck-article .secondary-text,
.featured-item * {
  font-family: "Source Sans Pro";
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
}

.highlighted h4 {
  font-size: 1.25em;
}

.fs-5 {
  font-size: 1.25rem;
}

.fs-22-4 {
  font-size: 1.4rem;
}

.back-to-top {
  font-weight: 300;
  text-align: center;
}

.highlighted li a {
  background-size: 2.2em 2.2em;
  background-repeat: no-repeat;
  background-position: left center;
  display: inline-block;
  line-height: normal;
  font-weight: 300;
}

article .highlighted li a:hover,
section.container .highlighted li a:hover {
  text-decoration: none;
}

.aos-fatos-lab .highlighted > div a,
.aos-fatos-radar .highlighted > div a {
  background-image: none !important;
}

.social.web {
  margin: 2.5em 2.5em 0;
  float: left;
}

.social.web ul.share {
  flex-direction: column;
}

.social.web ul.share li {
  margin-bottom: 1rem;
}

.social.mobile {
  display: none;
}

.social.mobile ul.share {
  justify-content: center;
}

ul.share li {
  list-style: none;
}

ul.share svg * {
  transition: all 0.4s ease;
}

.loading {
  --size: 3.25rem;
}

.loading-size-3 {
  --size: 3rem;
}

.loading-size-2 {
  --size: 2rem;
}

.loading-size-1-4 {
  --size: 1.4rem;
}

.loading:before {
  display: inline-block;
  vertical-align: middle;
  width: var(--size);
  height: var(--size);
  margin: auto auto;
  border-color: inherit;
  border-right-color: transparent;
  content: "";
  border-width: 0.25rem;
  border-style: solid;
  border-radius: 50%;
  animation: spin 1.2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.background-dotted-image::before {
  content: "";
  width: 400%;
  height: 400%;
  background-image: radial-gradient(#f9a51a 1%, rgba(255, 255, 255, 0) 20%);
  background-size: 0.5em 0.5em;
  position: absolute;
  z-index: -1;
  transform: translate(calc(-25%), calc(-25%)) rotate(12deg);
}

article figure img,
.ck-article figure img,
article img,
.ck-article img {
  max-width: 100%;
}

.updated-home section.container {
  padding: 0;
}

.home-item-container {
  display: flex;
  justify-content: center;
}

.entry-item-card-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.entry-item-card .entry-item-card-image::before {
  content: " ";
  position: absolute;
  opacity: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: opacity 0.25s ease-out;
}

.entry-item-card:hover .entry-item-card-image::before {
  opacity: 0.4;
}

.entry-item-card-wrap .entry-item-card-title p {
  font-size: 1.5em;
  line-height: 1.17;
  font-weight: 400;
}

.entry-item-card-list .entry-item-card-list-empty p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.75em;
}

a {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .entry-item-card-wrap .entry-item-card-category p {
    font-size: 0.875em;
  }

  .entry-item-card-wrap .entry-item-card-title p {
    line-height: 1.2;
  }

  article h1,
  .ck-article h1 {
    font-size: 2em;
    line-height: 1.13;
  }
}

/* Pallete
-------------------------------------------------- */
:root {
  --black: #000000;
  --white: #ffffff;
  --grey-1: #f4f2f2;
  --grey-2: #e2e2e2;
  --grey-3: #aaaaaa;
  --grey-4: #636363;
  --grey-5: #1d1d1d;
  --yellow: #f9a51a;
  --light-yellow: #feedd1;
  --orange: #ff8d54;
  --green: #65bc9e;
  --blue: #64c3d9;
  --light-blue: #e0f3f7;
  --dark-blue: #14326d;
  --red: #c43d3d;
  --brown: #614a3c;
}

a {
  color: var(--black);
}

article h1,
.ck-article h1 {
  color: var(--black);
}

ul li::marker,
ol li::marker,
.ck-article ul li::marker,
.ck-article ol li::marker,
.ck-article .entry-read-more-item-label,
.ck-article .secondary-text,
.featured-item * {
  color: var(--yellow);
}

blockquote {
  color: var(--black);
}

.highlighted h4 {
  color: var(--black);
}

.aos-fatos-lab .highlighted > div h4,
.aos-fatos-radar .highlighted > div h4 {
  color: var(--blue);
}

.entry-item-card-list {
  background-color: var(--white);
}

.entry-item-card .entry-item-card-image::before {
  background-color: var(--black);
}

.entry-item-card-wrap .entry-item-card-category p {
  color: var(--yellow);
}

a .icon-border {
  stroke: var(--black);
}

a .icon-logo,
a:hover .icon-background {
  fill: var(--black);
}

a .icon-background,
a:hover .icon-logo {
  fill: var(--white);
}

.error-page {
  background-color: var(--grey-1);
}

body {
  background: var(--white);
}

section.bg > figcaption.credit {
  color: var(--grey-4);
}

article .highlighted,
section.container .highlighted {
  background-color: var(--grey-1);
}

hr {
  background-color: var(--grey-2);
}

#newsletter .email-name {
  color: var(--black);
}

#newsletter input {
  color: var(--grey-4);
  border-color: var(--black);
}

#newsletter button {
  background: var(--white);
  color: var(--black);
}

div.contact-form,
div.contact-form input,
div.contact-form textarea,
div.contact-form button,
div.contact-form select {
  color: var(--grey-4);
}

div.contact-form input,
div.contact-form textarea,
div.contact-form select,
div.contact-form input input,
div.contact-form input textarea,
div.contact-form input select,
div.contact-form textarea input,
div.contact-form textarea textarea,
div.contact-form textarea select,
div.contact-form button input,
div.contact-form button textarea,
div.contact-form button select,
div.contact-form select input,
div.contact-form select textarea,
div.contact-form select select {
  background-color: var(--grey-2);
  border-bottom-color: var(--yellow);
}

div.contact-form button,
div.contact-form input button,
div.contact-form textarea button,
div.contact-form button button,
div.contact-form select button {
  border-bottom-color: var(--yellow);
  border-right-color: var(--yellow);
}

div.contact-form button:hover,
div.contact-form input button:hover,
div.contact-form textarea button:hover,
div.contact-form button button:hover,
div.contact-form select button:hover {
  background-color: var(--grey-3);
}

div.contact-form .success,
div.contact-form input .success,
div.contact-form textarea .success,
div.contact-form button .success,
div.contact-form select .success {
  background-color: var(--grey-3);
  border-color: var(--yellow);
}

div.contact-form .success p a,
div.contact-form input .success p a,
div.contact-form textarea .success p a,
div.contact-form button .success p a,
div.contact-form select .success p a {
  background-color: var(--white);
}

.aos-fatos-lab.dark {
  background-color: var(--black);
}

.aos-fatos-lab.dark h1 {
  color: var(--white);
}

.aos-fatos-lab.dark p,
.aos-fatos-lab.dark a {
  color: var(--grey-3) !important;
}

.aos-fatos-lab.dark .theme {
  background: var(--white) !important;
}

article .highlighted li,
section.container .highlighted li {
  border-bottom-color: var(--grey-2);
}

#social-media .social-media-content {
  border-color: var(--grey-2);
}

#newsletter form {
  border-color: var(--grey-2);
}

#newsletter button {
  border-color: var(--grey-2);
}

.aos-fatos-lab .highlighted > div,
.aos-fatos-lab section.container .highlighted > div {
  border-color: var(--grey-3);
}

#social-media .social-media-content svg:hover .back {
  fill: var(--black) !important;
}

#social-media .social-media-content svg:hover .logo {
  fill: var(--white) !important;
}

#social-media .social-media-content svg#instagram:hover .back {
  fill: var(--black) !important;
  stroke: var(--black) !important;
}

#social-media .social-media-content svg#instagram:hover .logo {
  fill: var(--white) !important;
}

#social-media .social-media-content svg#instagram:hover .circles {
  fill: var(--black) !important;
  stroke: var(--black) !important;
}

.search-line {
  background: var(--grey-1);
}

.search-line input {
  background: var(--grey-1);
}

#newsletter input {
  border-bottom-color: var(--grey-2);
}

div.contact-form button .loading,
div.contact-form input button .loading,
div.contact-form textarea button .loading,
div.contact-form button button .loading,
div.contact-form select button .loading,
.aos-fatos-lab .theme a:hover {
  color: transparent;
}

ul.share {
  --bg-color: var(--white);
  --fg-color: var(--black);
  --side-color: var(--fg-color);
}

ul.share a:hover .icon-logo,
ul.share .icon-background {
  fill: var(--bg-color);
}

ul.share a:hover .icon-background,
ul.share .icon-logo {
  fill: var(--fg-color);
}

ul.share .icon-border {
  stroke: var(--side-color);
}

.back-to-top {
  background-color: var(--grey-4);
  color: var(--white);
}

.color-white {
  color: var(--white);
}

/* Grid
-------------------------------------------------- */
html,
body {
  min-height: 100vh;
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
  position: relative;
}

body > main {
  flex-grow: 2;
}

article h4,
.ck-article h4 {
  margin-bottom: 10px;
}

article p,
.ck-article p,
blockquote,
.responsive-content-embedded {
  margin-bottom: 2rem;
}

.entry-detail-alert p {
  margin-bottom: 1rem;
}

article ul li,
article ol li,
.ck-article ul li,
.ck-article ol li {
  margin-bottom: 1rem;
}

article ul li:last-child,
article ol li:last-child,
.ck-article ul li:last-child,
.ck-article ol li:last-child {
  margin-bottom: 2rem;
}

article ul,
article ol,
.ck-article ul,
.ck-article ol {
  padding-left: 50px;
}

.subscribe-container #id_recurrence {
  padding-left: 0;
}

.article-subtitle {
  margin: 1rem 0;
}

.article-subtitle > p {
  margin-bottom: unset;
}

article#intro .tc {
  margin-top: 20px;
  margin-bottom: 20px;
}

.faq-container,
article h1 + div,
article .highlighted > div,
section.container .highlighted > div,
article .flourish-embed,
blockquote,
article figure figcaption,
article > i,
article#intro h1,
article#intro h2,
article#intro p,
.pagination {
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}

.default-horizontal-container {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.default-vertical-container {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.default-container {
  padding: 2.5rem 0.5rem 0;
}

.default-content,
.secondary-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  width: 100%;
}

.secondary-content {
  max-width: 45rem;
}

.back-to-top {
  display: block;
  position: fixed;
  width: 3.25rem;
  padding: 0.75rem 0.25rem 0.5rem;
  bottom: -4rem;
  right: 0.75rem;
}

.back-to-top.active {
  bottom: 0.75rem;
}

.arrow-icon::before {
  --size: 0.75rem;
  display: block;
  margin: 0 auto;
  width: var(--size);
  height: var(--size);
}

.highlighted > div h4 {
  padding: 0;
}

.highlighted li a {
  padding: 25px 0 25px 56px;
}

.aos-fatos-lab .highlighted > div a,
.aos-fatos-radar .highlighted > div a {
  padding: 0.6em 0;
}

.aos-fatos-lab .highlighted ul,
.aos-fatos-radar .highlighted ul {
  padding-left: 0;
}

ul.share {
  --share-icon-size: 3rem;
  display: flex;
  padding-left: 0;
}

ul.share li a {
  width: var(--share-icon-size);
  height: var(--share-icon-size);
  display: block;
}

ul.share svg {
  width: 100%;
  height: 100%;
}

ul.share li:not(:last-child) {
  margin-right: 1em;
}

.home-item-container {
  margin: 0 auto 2em auto;
}

.home-item-content {
  max-width: 80em;
  width: 100%;
  margin: 0 0.5em;
}

@media (max-width: 80em) {
  .home-item-content {
    width: 100%;
  }
}

.entry-item-card-list {
  display: flex;
  flex-wrap: wrap;
}

.entry-item-card .entry-item-card-image {
  position: relative;
}

section.container .entry-list {
  margin: 2.5em auto 0;
}

.entry-item-card {
  margin-bottom: 1.75em;
}

.entry-item-card-image {
  height: 14em;
}

.entry-item-card-wrap .entry-item-card-category {
  margin: 0.5em 0 0.25em 0;
}

.entry-item-card-list .entry-item-card-list-empty {
  margin: 3em auto 4.5em;
}

.align-middle {
  vertical-align: middle;
}

.entry-disclaimer hr {
  margin-bottom: 1.5rem;
}

.me-1 {
  margin-right: 0.25rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.me--2 {
  margin-left: -0.5rem;
}

@media screen and (min-width: 768px) {
  .entry-item-card-list .entry-item-card {
    width: 30%;
    margin-right: 5%;
  }

  .entry-item-card-list .entry-item-card:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .hide-on-mobile {
    display: none;
  }

  .entry-item-card-list > .entry-item-card {
    width: 100%;
  }

  article p,
  .ck-article p,
  .responsive-content-embedded {
    margin-bottom: 1rem;
  }

  article ul,
  article ol,
  .ck-article ul,
  .ck-article ol {
    padding-left: 30px;
  }

  ul.share {
    padding-left: 0;
  }

  .article-subtitle > p {
    margin-bottom: 0;
  }

  .social {
    display: none;
  }

  .social.mobile {
    display: block;
  }

  .social-mobile-wrap {
    margin: 2em;
  }

  .social-mobile-wrap.first {
    margin-top: 1em;
  }
}

/* General
-------------------------------------------------- */
.dotted-background {
  position: relative;
}

.dotted-background::before {
  content: "";
  background-image: url("../images/dotted-background.png");
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}

.error-page article {
  max-width: 50em;
  margin: auto;
}

.list-style-disc {
  list-style: disc;
}

.list-style-position-inside {
  list-style-position: inside;
}

@media screen and (min-width: 45em) {
  .error-page article {
    padding-right: 20em;
    background-image: url("../images/fatima-triste.svg");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    box-sizing: border-box;
  }
}

#social-media {
  max-width: 1140px;
  padding: 0 20px;
}

* {
  border: 0 none;
  margin: 0;
  outline: 0 none;
  padding: 0;
  box-sizing: border-box;
}
*:after,
*:before {
  box-sizing: border-box;
}
*[data-align="center"] {
  text-align: center;
}
*[data-align="right"] {
  text-align: right;
}

p + p {
  margin-top: unset !important;
}

b,
strong {
  font-weight: bold;
}

body.search-page div.search-line-container.mobile {
  display: block;
}

section.bg {
  padding: 0;
}
section.bg img {
  width: 100%;
  height: auto;
  display: block;
}

article h1 + p,
.ck-article h1 + p {
  line-height: 1.1em;
  padding: 30px 0 0;
  font-size: 24pt;
  font-weight: 600;
}

article h1 + div {
  position: relative;
  display: block;
}

article h1 + div > div:first-child {
  display: inline-block;
  width: 100%;
  max-width: 470px;
}

article.special h1,
.ck-article .special h1 {
  max-width: 820px;
  text-align: center;
}

article.special h1 + p,
.ck-article .special h1 + p {
  max-width: 820px;
  text-align: center;
}

article > i,
.ck-article > i {
  display: block;
}

article div.highlighted a,
.ck-article div.highlighted a {
  text-decoration: none;
}

article strong,
.ck-article strong,
.ck-article b {
  font-weight: bold;
}

article .social-special {
  display: none;
  padding-right: -20px;
  position: relative;
  margin: 0 auto 10px !important;
  float: none !important;
  clear: both;
}

article .highlighted,
section.container .highlighted {
  padding: 1.5em 0.5em;
}

article .highlighted img,
section.container .highlighted img {
  max-width: 100%;
}

article .highlighted li,
section.container .highlighted li {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  list-style: none;
  padding: 0;
}

article .highlighted li:last-child,
section.container .highlighted li:last-child {
  border: 0 none;
}

article .highlighted li.news-badge-1,
section.container .highlighted li.news-badge-1 {
  background: url(../images/news-badge-1.png) no-repeat right center;
}

article .highlighted li.news-badge-2,
section.container .highlighted li.news-badge-2 {
  background: url(../images/news-badge-2.png) no-repeat right center;
}

article .highlighted li.verdadeiro a,
section.container .highlighted li.verdadeiro a {
  background-image: url("../images/4_verdadeiro_gray.svg");
}

article .highlighted li.falso a,
section.container .highlighted li.falso a {
  background-image: url("../images/1_falso_gray.svg");
}

article .highlighted li.exagerado a,
section.container .highlighted li.exagerado a {
  background-image: url("../images/2_exa_gray.svg");
}

article .highlighted li.impreciso a,
section.container .highlighted li.impreciso a {
  background-image: url("../images/3_impreciso_gray.svg");
}

article .highlighted li.insustentavel a,
article .highlighted li.insustentável a,
section.container .highlighted li.insustentavel a,
section.container .highlighted li.insustentável a {
  background-image: url("../images/5_insustentavel_gray.svg");
}

article .highlighted li.contraditorio a,
article .highlighted li.contraditório a,
section.container .highlighted li.contraditorio a,
section.container .highlighted li.contraditório a {
  background-image: url("../images/6_contraditorio_gray.svg");
}

article .highlighted li.distorcido a,
section.container .highlighted li.distorcido a {
  background-image: url("../images/7_distorcido_gray.svg");
}

article .highlighted li.não_é_bem_assim a,
section.container .highlighted li.não_é_bem_assim a {
  background-image: url("../images/9_nao_e_bem_assim_gray.svg");
}

article twitterwidget,
article twitterwidget.twitter-tweet.twitter-tweet-rendered,
article iframe.twitter-tweet,
article iframe.twitter-tweet-rendered {
  max-width: 620px;
  margin: 10px auto;
}

@media screen and (max-width: 480px) {
  article p strong {
    font-weight: 600;
  }
}

blockquote img {
  float: left;
  margin: 13px 15px 0 0;
}

hr {
  height: 1px;
  margin: 2.5em auto 2.25em;
}

.container {
  clear: both;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}

@media screen and (max-width: 800px) {
  article .social-mobile-wrap ul li,
  .ck-article .social-mobile-wrap ul li {
    margin: 0 0.25em;
  }

  blockquote {
    width: 100%;
  }

  section.bg {
    padding: 0;
  }
}

#social-media {
  max-width: 1140px;
  margin: 0 auto;
  font: 700 22px "Neuton", serif;
}

#social-media .social-media-content {
  padding: 15px 20px;
  border-width: 1px;
  border-style: solid;
  display: grid;
}
#social-media .social-media-content .arrow {
  display: none;
}

#social-media .social-media-content .social-icons {
  display: flex;
  margin-top: 19px;
}
#social-media .social-media-content .social-icons a {
  margin-right: 24px;
  height: 28px;
  width: 28px;
}
#social-media .social-media-content .social-icons a:last-of-type {
  margin-right: 0;
}
#social-media .social-media-content .social-icons img {
  height: 28px;
  width: 28px;
}
#social-media .social-media-content svg {
  height: 28px;
  width: 28px;
}
@media (min-width: 960px) {
  #social-media {
    font-size: 26px;
  }
  #social-media .social-media-content {
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    justify-items: center;
    align-items: center;
    padding: 30px;
  }
  #social-media .social-media-content .arrow {
    display: inline;
  }
  #social-media .social-media-content .social-icons {
    margin-top: 0;
  }
  #social-media .social-media-content .social-icons a {
    margin-right: 20px;
  }
}

@media screen and (max-width: 480px) {
  #social-media .social-media-content {
    padding: 12px 16px;
  }
  #social-media .social-media-content .social-icons {
    margin-top: 12px;
  }
  #social-media .social-media-content .social-icons a {
    margin-right: 16px;
    height: 32px;
    width: 32px;
  }
  #social-media .social-media-content .social-icons svg {
    height: 32px;
    width: 32px;
  }
}

#newsletter {
  margin-bottom: 30px;
}
#newsletter form {
  border-width: 1px;
  border-style: solid;
  padding: 40px 30px;
  font: 28px "Source Sans Pro", sans-serif;
  position: relative;
}
#newsletter .email-name {
  font: 500 32px "Neuton", serif;
}
@media (min-width: 960px) {
  #newsletter .email-name {
    position: absolute;
  }
}
@media (min-width: 960px) {
  #newsletter .email-input {
    padding-left: 355px;
    padding-right: 240px;
  }
}
#newsletter input {
  font-size: 12px;
  width: 100%;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  padding-bottom: 1px;
}
#newsletter button {
  font-size: 12px;
  font-weight: bold;
  border-width: 1px;
  border-style: solid;
  padding: 8px 16px;
  border-radius: 10px;
  margin: 20px 0 0;
}
@media (min-width: 960px) {
  #newsletter button {
    position: absolute;
    right: 175px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
  }
}
#newsletter .social-media {
  display: inline-block;
  margin: 10px 0;
}
@media (min-width: 960px) {
  #newsletter .social-media {
    position: absolute;
    right: 25px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
  }
}
#newsletter .social-media li {
  text-indent: -9000px;
  width: 27px;
  height: 50px;
  display: inline-block;
  margin-left: 10px;
}
#newsletter .social-media li a {
  width: 27px;
  height: auto;
  display: block;
}
#newsletter .social-media li:hover {
  opacity: 0.5;
}
#newsletter .social-media .facebook {
  background: url("../images/1_facebook.svg") no-repeat center center;
}
#newsletter .social-media .twitter {
  background: url("../images/1_twitter.svg") no-repeat center center;
}
#newsletter .social-media .email {
  background: url("../images/1_email.svg") no-repeat center center;
}

.grid-special {
  font: 0/0 "Source Sans Pro", sans-serif;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.box-grid-special {
  display: inline-block;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: top;
  width: 100%;
}
@media (min-width: 720px) {
  .box-grid-special {
    width: 50%;
  }
}
@media (min-width: 960px) {
  .box-grid-special {
    width: 25%;
  }
}

div.contact-form,
div.contact-form input,
div.contact-form textarea,
div.contact-form button,
div.contact-form select {
  font-family: "Neuton", serif;
  margin: 0 auto;
  font-size: 16pt;
  font-weight: 300;
  line-height: 1.5em;
  max-width: 620px;
}
div.contact-form p,
div.contact-form input p,
div.contact-form textarea p,
div.contact-form button p,
div.contact-form select p {
  padding: 0 0 36px;
}
div.contact-form input,
div.contact-form textarea,
div.contact-form select,
div.contact-form input input,
div.contact-form input textarea,
div.contact-form input select,
div.contact-form textarea input,
div.contact-form textarea textarea,
div.contact-form textarea select,
div.contact-form button input,
div.contact-form button textarea,
div.contact-form button select,
div.contact-form select input,
div.contact-form select textarea,
div.contact-form select select {
  width: 100%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12pt;
  font-weight: 200;
}
div.contact-form select option,
div.contact-form input select option,
div.contact-form textarea select option,
div.contact-form button select option,
div.contact-form select select option {
  line-height: 32px;
  height: 32px;
}
div.contact-form input[type="radio"],
div.contact-form input input[type="radio"],
div.contact-form textarea input[type="radio"],
div.contact-form button input[type="radio"],
div.contact-form select input[type="radio"] {
  width: inherit;
  margin: 0 10px 0 50px;
}
div.contact-form button,
div.contact-form input button,
div.contact-form textarea button,
div.contact-form button button,
div.contact-form select button {
  border-radius: 5px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 1px;
  border-right-style: solid;
  padding: 10px 15px;
  cursor: pointer;
  margin: 0 auto;
  display: block;
}
div.contact-form button .loading,
div.contact-form input button .loading,
div.contact-form textarea button .loading,
div.contact-form button button .loading,
div.contact-form select button .loading {
  width: 30px;
  height: 30px;
  overflow: hidden;
  float: right;
  display: block;
  padding: 0 15px;
  background-image: url("../images/loading-small.gif");
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 3px 0 0 10px;
  display: none;
}
div.contact-form .success,
div.contact-form input .success,
div.contact-form textarea .success,
div.contact-form button .success,
div.contact-form select .success {
  display: none;
  width: 100%;
  line-height: 1em;
  border-radius: 15px;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 30px;
}
div.contact-form .success p,
div.contact-form input .success p,
div.contact-form textarea .success p,
div.contact-form button .success p,
div.contact-form select .success p {
  padding: 0;
}
div.contact-form .success p a,
div.contact-form input .success p a,
div.contact-form textarea .success p a,
div.contact-form button .success p a,
div.contact-form select .success p a {
  padding: 10px 15px;
  border-radius: 5px;
}
div.contact-form .errors,
div.contact-form input .errors,
div.contact-form textarea .errors,
div.contact-form button .errors,
div.contact-form select .errors {
  display: none;
}
div.contact-form .errors ul,
div.contact-form input .errors ul,
div.contact-form textarea .errors ul,
div.contact-form button .errors ul,
div.contact-form select .errors ul {
  margin: 5px 25px !important;
}

.aos-fatos-lab .lab-logo {
  max-height: 20px;
  display: block;
}

.aos-fatos-lab .highlighted,
.aos-fatos-lab section.container .highlighted {
  background: transparent;
  margin-bottom: 0;
}

.aos-fatos-radar .highlighted {
  padding: 25px 40px;
}

.aos-fatos-lab .highlighted .lab-logo,
.aos-fatos-lab section.container .highlighted .lab-logo {
  margin: 0.8em 0;
}

.aos-fatos-lab .highlighted p,
.aos-fatos-lab section.container .highlighted p {
  padding: 0;
  /* font-size: 1.1em; */
  font-weight: 300;
  margin-bottom: 1em;
}

.aos-fatos-lab .highlighted p:last-child,
.aos-fatos-lab section.container .highlighted p:last-child {
  margin-bottom: 0;
}

.aos-fatos-lab .highlighted > div,
.aos-fatos-lab section.container .highlighted > div {
  border-width: 1px;
  border-style: solid;
  padding: 2em 2.6em;
}

.aos-fatos-lab .highlighted > div li:last-child a,
.aos-fatos-lab section.container .highlighted > div li:last-child a {
  padding-bottom: 0;
}

.aos-fatos-lab .theme {
  border-radius: 50%;
  transition: background 0.4s;
}
.aos-fatos-lab .theme:hover {
  opacity: 1 !important;
}
.aos-fatos-lab.dark .email a {
  background: url(../images/article-email-hover.png) 0 0;
}
.aos-fatos-lab.dark .facebook a {
  background: url(../images/article-facebook-hover.png) 0 0;
}
.aos-fatos-lab.dark .twitter a {
  background: url(../images/article-twitter-hover.png) 0 0;
}
.aos-fatos-lab.dark .whatsapp a {
  background: url(../images/article-whatsapp-hover.png) 0 0;
}

.back-to-top {
  transition: all 0.5s;
  opacity: 0.9;
}

.back-to-top:hover {
  text-decoration: none;
}

.arrow-icon::before {
  content: "";
  border-width: 1px;
  border-top-style: solid;
  border-left-style: solid;
}

.arrow-icon.up::before {
  transform: rotate(45deg);
}

.arrow-icon.down::before {
  transform: rotate(180deg);
}

@media (max-width: 768px) {
  article .highlighted li a {
    background-size: 1.82em 1.82em;
    padding-left: 48px;
  }
}
