/*!
  Theme Name: exame. New Theme
  Author: exame.
  Description: The New Refactored Theme for exame.
  Version: 0.1a
*/

@charset "UTF-8";

html,
body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
  border: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

a:hover {
  text-decoration: none;
  border: none;
  color: inherit;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

a:active {
  color: #fff;
}

.section-box .page-title {
  position: relative;
  display: inline-block;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.7px;
  color: #fff;
  padding: 0 20px !important;
  z-index: 2;
  min-height: 36px;
  line-height: 36px;
}

.section-box .page-title a {
  color: #fff;
}

.static-page .static-page-content h3 {
  font-weight: 900;
  font-size: 22px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.9);
}

.static-page .static-page-content p {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(33, 33, 33, 0.9);
}

.static-page .static-page-content ol li,
.static-page .static-page-content ul li {
  font-weight: 400;
  font-size: 16px !important;
  line-height: 24px !important;
  color: rgba(33, 33, 33, 0.9);
}

.static-page .static-page-content p a {
  color: #555555;
}

.static-page .static-page-content ol li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #555555;
  text-decoration: none;
}

.static-page .static-page-content p a {
  text-decoration: underline;
}

.static-page .static-page-content .featured-image .image {
  overflow: hidden;
  position: relative;
  display: block;
  padding-top: 66.666%;
  width: 100%;
  height: auto;
  text-align: center;
  background: #f5f6f7;
}

.static-page .static-page-content .featured-image .image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.static-page .static-page-content .featured-image .caption {
  margin: 0;
  padding: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #333;
  width: 100%;
}

.static-page .static-page-content .wp-caption {
  font-size: 0;
  line-height: 0;
}

.static-page .static-page-content .alignnone.wp-caption {
  max-width: none !important;
}

.static-page .static-page-content .alignnone.wp-caption .wp-caption-text {
  padding: 15px;
  color: #333;
}

.static-page .static-page-content .wp-caption img {
  width: 100%;
  height: auto;
}

.static-page .static-page-content .wp-caption .wp-caption-text {
  display: block;
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #333;
}

.static-page .static-page-content blockquote {
  position: relative;
  width: 100%;
  float: left;
}

.static-page .static-page-content blockquote:after,
.static-page .static-page-content blockquote:before {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 1px;
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  width: calc(100% - 30px);
}

.static-page .static-page-content blockquote:before {
  top: 0;
}

.static-page .static-page-content blockquote:after {
  bottom: 0;
}

.static-page .static-page-content blockquote p {
  color: #000;
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
}

.static-page .static-page-content table:not([class*="ft"]) {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  background: #fff;
  overflow: auto;
  max-height: calc(100vh - 100px);
}

.static-page
  .static-page-content
  table.fixed-header:not([class*="ft"])
  tr:first-child
  td {
  box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.2);
}

.static-page
  .static-page-content
  table.fixed-col:not([class*="ft"])
  td:first-child {
  box-shadow: 5px 0 5px -2px rgba(0, 0, 0, 0.2);
}

.static-page .static-page-content table:not([class*="ft"]) tr td {
  vertical-align: top;
  padding: 10px;
  border: 1px solid #fff;
  font-size: 14px;
  line-height: 20px;
}

.static-page .static-page-content table:not([class*="ft"]) tr td p:last-child {
  margin-bottom: 0;
}

.static-page
  .static-page-content
  table:not([class*="ft"])
  tbody
  tr:nth-of-type(odd) {
  background: #fafafa;
}

.static-page .static-page-content table:not([class*="ft"]) thead tr td {
  font-weight: 700;
  border-bottom: 2px solid #000;
}

.static-page .static-page-content table:not([class*="ft"]) tfoot tr td {
  padding: 10px 0;
  font-size: 12px;
  line-height: 18px;
}

.static-page .static-page-content table:not([class*="ft"]) {
  display: block;
  min-width: calc(100% - 30px);
  margin: 30px 0 30px 0;
  width: auto;
  max-height: calc(100vh - 100px);
}

.static-page .static-page-content table:not([class*="ft"]) tbody {
  display: block;
}

.static-page .static-page-content .box {
  float: left;
  padding: 20px 20px 0;
  border: solid 1px rgba(0, 0, 0, 0.05);
  width: 100%;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}

.static-page .static-page-content .box p {
  font-size: 14px;
  line-height: 20px;
}

.static-page .static-page-content .box span {
  display: block;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 26px;
  line-height: 34px;
}

.static-page .static-page-content .quote {
  background: #fafafa;
  float: left;
  padding: 30px 0 25px 0;
  width: 100%;
}

.static-page .static-page-content .quote:before {
  border-radius: 100%;
  border: solid 2px rgba(0, 0, 0, 0.3);
  color: rgba(0, 0, 0, 0.6);
  content: "”";
  display: block;
  font: 700 36px/43px arial;
  height: 30px;
  margin: 0 0 10px 30px;
  padding-left: 1px;
  text-align: center;
  width: 30px;
}

.static-page .static-page-content .quote p {
  color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding-right: 30px;
}

.static-page .static-page-content .quote span {
  color: rgba(0, 0, 0, 0.5);
  display: block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.2px;
  line-height: 30px;
  margin-top: -10px;
  padding-left: 30px;
}

.static-page .static-page-content .gallery {
  position: relative;
  width: calc(100% + 30px);
  margin: 0 -15px;
  overflow: hidden;
}

.static-page .static-page-content .gallery .show-title-gallery,
.static-page .static-page-content .gallery h4 {
  padding: 0 15px;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #4a4a4a;
}

.static-page .static-page-content .gallery ul li .gallery-title {
  display: none;
  padding: 0 15px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #4a4a4a;
}

.static-page .static-page-content .gallery ul li p {
  float: left;
  padding: 0 15px;
  width: 100%;
}

.static-page .static-page-content .gallery ul li .material-icons {
  position: relative;
  z-index: 2;
  margin: 0 0 -40px;
  float: right;
  margin-bottom: -40px;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

.static-page .static-page-content .gallery ul li .flex-image {
  overflow: hidden;
  position: relative;
  display: block;
  padding-top: 66.666%;
  width: 100%;
  height: auto;
  text-align: center;
  background: #f5f5f5;
}

.static-page .static-page-content .gallery ul li .flex-image iframe,
.static-page .static-page-content .gallery ul li .flex-image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.static-page .static-page-content .gallery ul li .flex-caption {
  padding: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #333;
  background: #fff;
}

.static-page .static-page-content .gallery ul li .flex-counter {
  float: left;
  margin: 0 15px 5px 0;
  font-size: 30px;
  line-height: 18px;
}

.static-page .static-page-content .gallery ul li .flex-counter strong {
  color: rgba(33, 33, 33, 0.9);
}

.static-page .static-page-content .gallery ul li .flex-description {
  display: none;
}

.static-page .static-page-content .gallery ul li .advertising {
  position: relative;
  display: block;
  padding-top: 66.666%;
  width: 100%;
  min-height: 250px;
  text-align: center;
  background: #f5f5f5;
}

.static-page .static-page-content .gallery ul li .advertising > div {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  display: block !important;
  margin: -125px 0 0 -150px !important;
  width: 300px !important;
  height: 250px !important;
}

.static-page .static-page-content .list.gallery .show-title-gallery,
.static-page .static-page-content .list.gallery h4 {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -1px;
  color: #626262;
}

.static-page .static-page-content .list.gallery ul {
  float: left;
  width: 100%;
}

.static-page .static-page-content .list.gallery ul li {
  float: left;
  margin-bottom: 40px;
  width: 100%;
  background: 0 0;
}

.static-page .static-page-content .list.gallery ul li .flex-caption {
  float: left;
  width: 100%;
}

.static-page .static-page-content .list.gallery ul li .flex-description,
.static-page .static-page-content .list.gallery ul li .gallery-title {
  display: block;
}

.static-page .static-page-content .list.gallery ul li .flex-counter,
.static-page .static-page-content .list.gallery ul li .zoom {
  display: none;
}

.static-page .static-page-content .gallery .flex-direction-nav a {
  margin: -20px 0 0 !important;
  text-align: center;
  opacity: 1;
  transition: none;
}

.static-page .static-page-content .gallery .flex-direction-nav a:before {
  font-size: 20px;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 2px 0 #000;
}

.static-page .static-page-content .gallery .flex-direction-nav a.flex-prev {
  left: 0;
}

.static-page .static-page-content .gallery .flex-direction-nav a.flex-next {
  right: 0;
}

.static-page .static-page-content {
  float: left;
  width: 100%;
  color: inherit !important;
}

.static-page .static-page-content h3 {
  margin-bottom: 20px;
}

.static-page .static-page-content .featured-image {
  margin: 0 -15px 20px;
  width: calc(100% + 30px);
}

.static-page .static-page-content .wp-caption.aligncenter {
  display: block;
  margin: auto auto 20px;
  width: auto;
}

.static-page .static-page-content .wp-caption.alignleft,
.static-page .static-page-content .wp-caption.alignright {
  width: auto;
}

.static-page .static-page-content .wp-caption.alignnone {
  display: block;
  width: calc(100% + 30px);
  height: auto;
  margin: 0 -15px 20px;
}

.static-page .static-page-content .wp-caption {
  margin: 0 -15px 20px;
}

.static-page .static-page-content blockquote {
  margin-bottom: 20px;
  padding: 30px 85px 10px 30px;
}

.static-page .static-page-content table:not([class*="ft"]) {
  margin-bottom: 20px;
}

.static-page .static-page-content .box {
  margin-bottom: 20px;
}

.static-page .static-page-content .quote {
  margin: 0 0 20px 0;
}

.static-page .static-page-content .video {
  float: left;
  margin-bottom: 20px;
  width: 100%;
}

.static-page .static-page-content .video iframe {
  width: 100%;
  min-height: 360px;
}

.static-page .static-page-content ol:not([class]),
.static-page .static-page-content ul:not([class]) {
  margin-left: 30px;
  padding-left: 30px;
  margin-bottom: 20px;
  color: rgba(33, 33, 33, 0.9);
}

.static-page .static-page-content ul:not([class]) li {
  list-style-type: disc;
  list-style-position: inside;
}

.static-page .static-page-content ol:not([class]) li {
  list-style-type: decimal;
  list-style-position: inside;
}

.static-page .static-page-content ol:not([class]) li,
.static-page .static-page-content ul:not([class]) li {
  line-height: 1.75em;
  font-size: 18px;
}

.static-page .static-page-content ol:not([class]) ul li,
.static-page .static-page-content ul:not([class]) ul li {
  list-style-type: circle;
  list-style-position: inside;
  margin-left: 1.2em;
}

.static-page .static-page-content ol:not([class]) ol li,
.static-page .static-page-content ul:not([class]) ol li {
  list-style-type: lower-latin;
  list-style-position: inside;
  margin-left: 1.2em;
}

.static-page .static-page-content hr {
  color: rgba(0, 0, 0, 0.12);
  background-color: rgba(0, 0, 0, 0.12);
  height: 1px;
  margin: 2em 0;
}

.privacy-page .static-page .static-page-content {
  padding-left: 20px;
}

.privacy-page .static-page .static-page-content p {
  text-align: justify;
}

.privacy-page .static-page .static-page-content table {
  width: 100% !important;
  display: table !important;
}

.privacy-page .static-page .static-page-content table tbody {
  display: table-row-group;
}

.privacy-page .static-page .static-page-content table tbody ul {
  margin-left: 0;
  padding-left: 0;
}

.privacy-page .static-page .static-page-content table tbody ul li {
  font-size: 14px;
  text-align: justify;
}

.liveblog-edit-entry {
  position: relative;
}

#superbanner-3 {
  z-index: 1 !important;
}

.widget-superbanner .absolute-superbanner {
  z-index: 1 !important;
}

.hiddn-dv {
  display: none;
  font-size: 0.1px;
}

@media (max-width: 991px) {
  div.alignleft,
  div.alignright {
    float: initial !important;
    max-width: none !important;
    margin: 0 -15px 20px !important;
  }

  .article .article-content .wp-caption .wp-caption-text,
  .video-content-container .video-content .wp-caption-text {
    margin: 0 16px !important;
  }

  .article .article-content p img.alignleft,
  .article .article-content p img.alignright,
  .video-content-container .video-content p img.aligncenter,
  .video-content-container .video-content p img.alignleft,
  .video-content-container .video-content p img.alignright {
    width: 100% !important;
    height: auto;
    margin: 0 !important;
  }
}

@media (min-width: 991px) {
  .static-page .static-page-content table:not([class*="ft"]) {
    display: block;
    width: calc(100% - 30px);
  }

  .wp-caption.alignleft {
    float: left;
    margin: 0 20px 20px 0 !important;
  }

  .wp-caption.alignright {
    float: right;
    margin: 0 0 20px 20px !important;
  }
}

.sidebar div[id^="rss"],
.widget-box {
  position: relative;
}

.sidebar div[id^="rss"]:before,
.widget-box:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  height: 5px;
  content: "";
  background: #555;
}

.sidebar div[id^="rss"] .content-box-title,
.sidebar div[id^="rss"] .content-box-title a,
.widget-box .content-box-title,
.widget-box .content-box-title a {
  display: block;
  font-size: 20px;
  font-weight: 900;
  line-height: 20px;
  letter-spacing: -0.2px;
  margin-bottom: 20px;
}

#ad_4-4 {
  min-height: 250px;
  height: auto;
}

.widget-box.widget-newsletter:before {
  display: none;
}

.container,
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }

  #Footer_Desktop {
    display: none;
  }

  .social-login {
    margin: 0px 40px;
  }
}

@media only screen and (min-width: 991px) {
  .container {
    width: 1170px;
  }
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media only screen and (min-width: 991px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }
}

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
  content: " ";
  display: table;
}

.clearfix:after,
.container-fluid:after,
.container:after,
.row:after {
  clear: both;
}

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

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.hidden,
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  td.visible-xs,
  th.visible-xs {
    display: table-cell !important;
  }

  .visible-xs-block {
    display: block !important;
  }

  .visible-xs-inline {
    display: inline !important;
  }

  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  td.visible-sm,
  th.visible-sm {
    display: table-cell !important;
  }

  .visible-sm-block {
    display: block !important;
  }

  .visible-sm-inline {
    display: inline !important;
  }

  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  td.visible-md,
  th.visible-md {
    display: table-cell !important;
  }

  .visible-md-block {
    display: block !important;
  }

  .visible-md-inline {
    display: inline !important;
  }

  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  td.visible-lg,
  th.visible-lg {
    display: table-cell !important;
  }

  .visible-lg-block {
    display: block !important;
  }

  .visible-lg-inline {
    display: inline !important;
  }

  .visible-lg-inline-block {
    display: inline-block !important;
  }

  .hidden-lg {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }

  #Footer_Desktop {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@font-face {
  font-family: flexslider-icon;
  src: url(css/vendor/fonts/flexslider-icon.eot);
  src: url(css/vendor/fonts/flexslider-icon.eot?#iefix)
      format("embedded-opentype"),
    url(css/vendor/fonts/flexslider-icon.woff) format("woff"),
    url(css/vendor/fonts/flexslider-icon.ttf) format("truetype"),
    url(css/vendor/fonts/flexslider-icon.svg#flexslider-icon) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* STOCK MARKET */
@-webkit-keyframes ticker-animation {
  100% {
    transform: translateX(-100%);
  }
}

@keyframes ticker-animation {
  100% {
    transform: translateX(-100%);
  }
}

.ticker-content {
  display: block;
  width: 100%;
  background: #fff;
  overflow: hidden;
  margin: 0 auto;
}

.ticker-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.simple-marquee-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.simple-marquee-container {
  width: 100%;
  background: #0f1923;
  float: left;
  overflow: hidden;
  box-sizing: border-box;
  height: 46px;
  position: relative;
}

.simple-marquee-container .marquee-sibling {
  padding: 0px 16px;
  background: #195ab4;
  width: 256px;
  height: 46px;
  float: right;
  right: 0;
  z-index: 2000;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  font: normal normal 500 15px/18px Barlow;
  text-transform: uppercase;
  letter-spacing: 0.02px;
}

.simple-marquee-container .marquee-sibling a {
  color: #fff;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.simple-marquee-container .marquee-sibling a span {
  padding-left: 14px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  line-height: 28px;
}

.simple-marquee-container .marquee-sibling:hover {
  background: #144ea0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

.stock-ticker-btg-logo {
  max-width: 50%;
  text-shadow: 0 0 5px #fff, 0 0 10px #fff, 2px 2px 2px rgba(206, 89, 55, 0);
}

.simple-marquee-container .marquee,
.simple-marquee-container *[class^="marquee"] {
  display: inline-block;
  white-space: nowrap;
  position: absolute;
}

.simple-marquee-container .marquee-content-items {
  margin: 0;
  height: 46px;
  position: relative;
  display: inline-block;
  align-items: center;
  white-space: nowrap;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker-animation;
  animation-name: ticker-animation;
  -webkit-animation-duration: 110s;
  animation-duration: 110s;
}

.simple-marquee-container .marquee-content-items li {
  display: inline-block;
  line-height: 35px;
  color: #ffffff;
  width: fit-content;
  padding: 0px 24px;
  height: 46px;
  margin: 0 auto;
  letter-spacing: 0.02px;
  font: normal normal 600 12px/14px "Barlow";
  text-align: center;
  border-left: 1px solid #444444;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  line-height: 46px;
}

.simple-marquee-container .marquee-content-items li:after {
  margin: 0 1em;
}

.ticker-item-positive {
  color: #30c759;
  font-weight: 600;
}

.ticker-item-negative {
  color: #fe3c30;
  font-weight: 600;
}

@media (max-width: 767px) {
  .simple-marquee-container .marquee-sibling {
    width: 95px;
  }

  .simple-marquee-container .marquee-sibling a {
    font-size: 11.5px;
  }
}

.flex-container a:hover,
.flex-slider a:hover {
  outline: 0;
}

.flex-control-nav,
.flex-direction-nav,
.slides,
.slides > li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  border-radius: 4px;
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
  user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  font-family: flexslider-icon;
  font-size: 40px;
  display: inline-block;
  content: "\f001";
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before {
  content: "\f002";
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: flexslider-icon;
  font-size: 20px;
  display: inline-block;
  content: "\f004";
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: "\f003";
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  user-select: none;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

.mfp-bg,
.mfp-wrap {
  position: fixed;
  left: 0;
  top: 0;
}

.mfp-bg,
.mfp-container,
.mfp-wrap {
  height: 100%;
  width: 100%;
}

.mfp-arrow:after,
.mfp-arrow:before,
.mfp-container:before,
.mfp-figure:after {
  content: "";
}

.mfp-bg {
  z-index: 1042;
  overflow: hidden;
  background: #0b0b0b;
  opacity: 0.9;
}

.mfp-wrap {
  z-index: 1043;
  outline: 0 !important;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-close,
.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
  display: none;
}

button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.mfp-figure:after,
.mfp-iframe-scaler iframe {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  font-style: normal;
  font-size: 28px;
}

.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: fixed;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-figure,
img.mfp-img {
  line-height: 0;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: -55px 0 0;
  top: 50%;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}

.mfp-arrow:after,
.mfp-arrow:before {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-image-holder .mfp-content,
img.mfp-img {
  max-width: 100%;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

.mfp-figure:after,
img.mfp-img {
  width: auto;
  height: auto;
  display: block;
}

img.mfp-img {
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}

.mfp-figure:after {
  top: 40px;
  bottom: 40px;
  right: 0;
  z-index: -1;
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  word-wrap: break-word;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    transform-origin: 0;
  }

  .mfp-arrow-right {
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

*,
:after,
:before {
  border: 0;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  outline: 0;
  text-decoration: none;
}

body {
  font-family: "Roboto", sans-serif;
  font-display: swap;
  background: #fafafa;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body:before {
  display: none;
  content: "mobile";
}

.color-theme {
  color: #555;
}

.bg-theme {
  background-color: #555;
}

p.text-danger {
  color: #dc3545 !important;
}

.color-inherit {
  color: inherit !important;
}

.tax-glossary .glossary-header .glossary-description p a {
  color: #555;
}

.tax-glossary .glossary-header .glossary-links a {
  color: #555;
}

.fake-home {
  padding: 0 10px;
}

.fake-home h2 {
  font-size: 19px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -1px;
  color: #191919;
  margin: 20px 0;
  margin-bottom: 8px;
  border-bottom: 1px solid #ccc;
}

.fake-home ul li:before {
  display: block;
  content: "*";
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #4e4e4e;
  margin-bottom: 20px;
  float: left;
}

.fake-home li {
  clear: left;
}

.fake-home li h3 {
  display: block;
  margin: -6px 0 0 5px;
  float: left;
}

.fake-home li h3 a {
  font-size: 14px;
  font-weight: 100;
  line-height: 21px;
  color: #4e4e4e;
  margin-bottom: 20px;
}

.main-container {
  margin-top: 50px !important;
  padding-top: 0;
  overflow-x: hidden;
  position: relative;
}

.main-container.archive-video {
  margin-top: 0;
  padding-top: 0;
}

.main-container.fix-menu-videos {
  padding-top: 110px;
}

.main-container.with-extra,
.main-container.with-live-video {
  padding-top: 10px;
}

.ad-top {
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  min-height: 295px;
  text-align: center;
  padding: 5px 0 15px 0;
  z-index: 1;
  border-bottom: 1px solid #ddd;
  background: #f5f5f5;
  -webkit-box-shadow: 0px -5px 36px -10px rgba(245, 245, 245, 1);
  -moz-box-shadow: 0px -5px 36px -10px rgba(245, 245, 245, 1);
  box-shadow: 0px -5px 36px -10px rgba(245, 245, 245, 1);
}

.ad-top:before {
  content: "Publicidade";
  font-size: 11px;
  color: #999;
}

#ad-blocker-warning {
  width: 100%;
  display: none;
  position: fixed;
  bottom: 20px;
  z-index: 9999999;
}

#ad-blocker-warning .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.ad-blocker-tooltip {
  padding: 20px 10px 40px 10px;
  background-image: url(https://exame.com/wp-content/themes/exame-new/inc/images/custom-red-alert.png);
  font-weight: 700;
  color: #fff;
  border-radius: 5px;
}

.ad-blocker-tooltip a {
  color: #fff;
}

.sticky-last {
  position: fixed;
  top: 0;
}

.ad-content {
  display: block;
  text-align: center;
  margin: 27px -15px 25px -15px;
  padding-left: 0px;
  clear: both;
  position: relative;
  z-index: 10;
}

.sponsored-content-category {
  text-align: center;
  width: 120px;
  margin: 0 0 10px 0;
  float: right;
}

.sponsored-content-category.single {
  position: relative;
  width: 100%;
  float: left;
  right: 0;
  text-align: left;
  top: 0;
}

.sponsored-content-category.single .sponsor-title {
  line-height: 40px;
}

.sponsored-content-category .sponsor-title {
  display: block;
  float: left;
  line-height: 20px;
  text-transform: uppercase;
  font-size: 11px;
  color: #757575;
  margin-right: 10px;
}

.sponsored-content-category #abrAD_button1 {
  float: left;
  width: 120px;
  height: 40px;
  display: block;
  background-color: #ccc;
}

#qm.qm-show {
  display: none !important;
}

#abrAD_dhtml,
#user_switching_switch_on,
#wpstats {
  left: -5000em;
  position: absolute;
}

.table {
  display: table;
}

.table > .row {
  display: table-row;
}

.table > .row:after,
.table > .row:before {
  display: none;
  content: "";
}

.table > .row > * {
  display: table-cell;
}

#top-bar {
  display: none;
  height: 52px;
  color: #fff;
  padding: 5px;
  background: #4a4a4a;
  box-sizing: border-box;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
}

#top-bar .container {
  position: relative;
}

#top-bar .teaser-content {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: -0.3px;
  color: #fff;
  padding: 0 22px 0 88px;
  float: left;
}

#top-bar .teaser-content:before {
  display: inline-block;
  width: 88px;
  height: 32px;
  font-size: 14px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.5px;
  text-align: center;
  margin: 5px 10px 0 -98px;
  position: absolute;
  top: 0;
}

#top-bar .teaser-content .table {
  height: 44px;
}

#top-bar .teaser-content .table .row > div {
  vertical-align: middle;
}

#top-bar .teaser-content .table .row > div > div {
  display: inline-block;
  max-height: 38px;
  overflow: hidden;
  font-weight: 700;
  line-height: 1.3em;
  margin: 3px 0;
  text-overflow: ellipsis;
}

#top-bar .urgent:before {
  content: "URGENTE";
  color: #fff;
  background-color: #f44336;
}

#top-bar .live:before {
  content: "AO VIVO";
  color: #000;
  background-color: #ffd600;
}

#top-bar .material-icons {
  font-size: 22px;
  line-height: 42px;
  color: #888;
  cursor: pointer;
  float: right;
  position: absolute;
  right: 10px;
}

.fit-video {
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 61.516%;
  position: relative;
}

.fit-video.with-title {
  margin-top: 20px;
}

.fit-video div > iframe,
.fit-video iframe {
  width: 100% !important;
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
}

body.with-teaser-bar,
body.with-teaser-bar header.header {
  margin-top: 52px;
}

body.with-teaser-bar #top-bar {
  display: block;
}

.sponsor-link {
  text-transform: uppercase;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  body {
    overflow-x: hidden;
  }

  .search .form-orderby {
    width: 100%;
    clear: both;
    float: none;
  }
}

@media (min-width: 991px) {
  body:before {
    display: none;
    content: "desktop";
  }

  .sponsored-content-category {
    width: 260px;
    margin-bottom: 10px;
    top: 0;
  }

  .sponsored-content-category .sponsor-title {
    width: auto;
    float: left;
    text-align: left;
    line-height: 40px;
  }

  .site-title {
    display: block;
    width: 125px;
    margin: 0 20px 0 67px;
    float: left;
  }

  .site-title {
    margin-top: -5px;
  }

  .site-title img {
    width: 104px;
  }

  .main-container {
    z-index: 1;
  }

  .main-container.fix-menu-videos {
    padding-top: 190px;
  }

  .main-container.no-banner {
    padding-top: 70px;
  }

  .ad-content {
    max-width: 750px;
    padding: 10px 15px;
  }

  .ad-content.double-square {
    overflow: hidden;
  }

  .ad-content.double-square div {
    width: 300px;
    float: left;
  }

  .ad-content.double-square div:first-child {
    margin: 0 52px 0 27px;
  }

  #top-bar {
    height: 42px;
  }

  #top-bar .teaser-content {
    font-size: 16px;
    padding: 0;
  }

  #top-bar .teaser-content .table {
    height: auto;
  }

  #top-bar .teaser-content:before {
    margin: 0 10px 0 0;
    float: left;
    position: static;
  }

  #top-bar .teaser-content .table .row > div > div {
    height: 32px;
    line-height: 32px;
    margin: 0 0 0 6px;
  }

  #top-bar .material-icons {
    line-height: 32px;
    margin-right: -5px;
  }

  body.with-teaser-bar,
  body.with-teaser-bar header.header {
    margin-top: 42px;
  }
}

.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 0.3s;
}

.search .search-result {
  float: left;
  margin-bottom: 15px;
  font: 16px/20px;
  color: #333;
  padding-top: 25px;
}

.search .form-orderby {
  float: right;
  margin-bottom: 15px;
  font: 16px/20px;
  color: #333;
}

.search .form-orderby select {
  margin-left: 5px;
  border: 1px solid #ccc;
  font: 16px/20px;
  color: #333;
}

.search .page-title-search:before {
  display: block;
  top: 0;
  left: 0;
  width: 75px;
  height: 8px;
  content: "";
  background: #555;
  margin-left: -15px;
}

.search .page-title-search h1 {
  margin: 10px 0 20px;
  font-size: 30px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.95;
  letter-spacing: -0.4px;
  color: #424242;
}

.search .page-title-search h3 {
  color: #424242;
}

.search .header-search-result {
  margin-bottom: 70px;
}

.header {
  width: 100%;
  z-index: 999;
  background: #fafafa;
  margin-top: -4px;
}

.header .container {
  padding: 1px;
}

.header .brand {
  width: 104px;
  height: 60px;
  overflow: hidden;
  margin-right: 20px;
  float: left;
}

.header .brand-logo {
  width: 104px;
  height: 60px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.header .brand-logo #primary {
  fill: #555;
}

.header .brand-logo #secondary {
  fill: #000;
}

.header .header-brand-logo h1 {
  text-indent: -999px;
}

.header .nav {
  margin-left: 10px;
  float: left;
  position: relative;
}

.header .nav > i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #9e9e9e;
  margin-left: -10px;
  cursor: pointer;
  float: left;
}

.header .nav > ul {
  display: none;
  width: 15rem;
  overflow: auto;
  margin-top: 3rem;
  margin-left: -10px;
  background: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  float: left;
  position: absolute;
}

.header .nav > ul > li {
  width: 100%;
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
  float: left;
}

.header .nav > ul > li.fullwidth {
  width: calc(100% + 30px);
  margin: 0 -15px;
}

.header .nav > ul > li:first-child {
  border: 0;
  padding: 0;
}

.header .nav > ul > li:last-child {
  border: 0;
}

.header .nav > ul > li > .account {
  width: 100%;
  padding: 10px;
  background: #f5f5f5;
  float: left;
  display: none;
}

.header .nav > ul > li > .account .btn-group {
  width: 250px;
  font-size: 14px;
  border: none;
}

.header .nav > ul > li > .account .btn-group .bts button {
  color: #4a4a4a;
  border: none;
  margin: 0;
  background: 0 0;
}

.header .nav > ul > li > .account .btn-group .bts button:first-child {
  padding-left: 30px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxM0RGNzExODBBMjMxMUU2ODMxNzg2MzI2NjQ0RDMzNCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxM0RGNzExOTBBMjMxMUU2ODMxNzg2MzI2NjQ0RDMzNCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkU2REYzRDZCMEEyMDExRTY4MzE3ODYzMjY2NDREMzM0IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkU2REYzRDZDMEEyMDExRTY4MzE3ODYzMjY2NDREMzM0Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+dh/yggAAAiFJREFUeNqklc2KGkEUhW+XTdsKRhwZFSXQcWF0I7oJgckyy2FeYWAeINu8RiCPkjxHwJWmCcZZKOpEg4I/uNA5p5ga2p52pkMOlJbXW1911f1p63A4SFjD4dAbj8e/J5OJLBYL2W632u66rmSzWSkWi1IqlT5YlrWG2S+Xyyuz1jLA0Wj0Cl8NQL51u938er1W8ozS6bQ0Gg3CP+PnF0B3YeCbXq/n9/t9W/5B1WpV6vX6JwC/PgIBcwH7C5gbdFZKSa1Wk0qlYq5CfN+X/X4fBXUwtRVgCsf8HoZRhNE5mUzqwTltYWGtgMEjv1d4wjPc2duo45gne8lGgSFgXduI5h0CIP8rMsC65nFPOvHO4tiMyLKZZ6fEAASPaYJySmTZJmmjxGgi+nrEEVkqjmMikdAjjmyW02q1OjKipASJyvKSXC4njuNo+263k/l8ru8K6SbhsiXLZm0GgfzdbDYlk8k82Z1gbsLBnOx0OrJcLo/WKhZ6UK1WKxIWFn3a7faRjSyF3c5R6I/bTKfT2LkX9GWzAOtKISX+oGscghk/GAxehNGHvkbsPLj7jmkORaTGmDVplM/nxfM8KRQKOkgUfflUhM1ms3BzuMD0p25ViCjLhfNbQHUWcwEHYalUSi/cbDZPIvsA88C4xYO9s/Fxw6JgS8QfH5EmP3CUlKlvAqJqPdBgL5nTD+Yz68QrwEGh/0K+vX7mFcCStMJr7wUYAHjYJvlVeLGMAAAAAElFTkSuQmCC)
    no-repeat left center;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.header .nav > ul > li > .menu {
  width: 100%;
  float: left;
}

.header .nav > ul > li > .menu > li {
  width: 100%;
  float: left;
}

.header .nav > ul > li > .menu > li > a {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #000;
  padding: 10px 10px 10px 0;
  float: left;
}

.header .nav > ul > li > .menu > li > a:hover {
  background: #fafafa;
}

.header .nav > ul > li > .menu > li > a.trending i {
  width: 24px;
  height: 24px;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  margin-right: 5px;
  background: #ffa000;
  border-radius: 100%;
}

.header .nav > ul > li > .menu > li .sub-menu {
  width: calc(100% + 30px);
  margin: 0 -15px;
  float: left;
}

.header .nav > ul > li > .menu > li .sub-menu > li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #fff;
  float: left;
}

.header .nav > ul > li > .menu > li .sub-menu > li > a {
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  color: #4a4a4a;
  padding: 10px 10px 10px 30px;
  background: rgba(0, 0, 0, 0.1);
  float: left;
}

.header .nav > ul > li > .static {
  width: 100%;
  float: left;
}

.header .nav > ul > li > .static > li {
  width: 100%;
  float: left;
}

.header .nav > ul > li > .static > li > a {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #4a4a4a;
  padding: 15px 10px 15px 0;
  float: left;
}

.header .nav > ul > li > .static > li > a:hover {
  background: #fafafa;
}

ul.menu.static.upper-menu > li > a {
  font-weight: 900 !important;
  font-size: 15px !important;
}

.header .nav > ul > li > .social {
  width: 100%;
  text-align: center;
  padding-bottom: 60px;
  float: left;
}

.header .nav > ul > li > .social:before {
  display: block;
  width: 100%;
  content: "SIGA";
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  margin: 10px 0 5px;
}

.header .nav > ul > li > .social > li {
  display: inline-block;
  width: auto;
}

.header .nav > ul > li > .social > li a {
  width: 40px;
  height: 40px;
  overflow: hidden;
  float: left;
}

.header .nav > ul > li > .social > li a:hover {
  background: #fafafa;
}

.header .nav > ul > li > .social > li a i {
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  color: #9e9e9e;
  float: left;
}

.header .nav.toggle > ul {
  display: block;
}

.menu-usr {
  position: absolute;
  bottom: unset;
  right: unset;
  width: 150px;
  height: auto;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 4px 0px;
  border-radius: 5px;
  overflow: hidden;
  display: none;
  margin-top: 50px;
  background: #fff;
  z-index: 9999;
}

.menu-usr a {
  width: 100%;
  float: left;
  color: #333 !important;
  font-size: 14px;
  line-height: 40px;
  padding: 0 10px;
}

.menu-usr a:hover {
  width: 100%;
  background: #c59e56;
  color: #fff !important;
  text-decoration: none;
}

.menu-usr a:hover svg {
  fill: #fff !important;
}

.menu-usr svg {
  position: absolute;
  right: 15px;
  bottom: 13px;
  display: inline-block;
  width: 16px;
  height: 16px;
  fill: #333 !important;
  vertical-align: middle;
  margin-left: 15px;
  transition-property: fill;
  transition-timing-function: ease-out;
  transition-duration: 0.2s;
}

ul.menu.main {
  text-transform: uppercase;
}

.header .nav .btn-sign {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  background: #eeff41;
  float: left;
}

.header .nav .btn-newsletter {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  color: #9e9e9e;
  border: 2px solid #9e9e9e;
  background: #fff;
  border-radius: 2px;
  float: left;
}

.header .sign {
  float: right;
}

.header .sign .btn-sign {
  width: 78px;
  font-size: 16px;
  font-weight: 800;
  line-height: 16px;
  text-align: center;
  color: rgba(0, 0, 0, 0.87);
  margin: 10px 10px 0 0;
  padding: 12px 0;
  background: #eeff41;
  float: left;
}

/*.header .search {
  float: right
}*/

.header .search i {
  line-height: 60px;
  text-align: center;
  cursor: pointer;
  float: left;
}

.header .search input[type="text"] {
  display: none;
  width: 100%;
  height: 60px;
  font-size: 12px;
  color: #2f2f2f;
  padding: 10px 10px 10px 35px;
  background: #fff;
  border-radius: 0;
  float: left;
}

.header .search.toggle {
  position: relative;
  width: 100%;
}

.header .search.toggle i {
  left: 0;
  position: absolute;
}

.header .search.toggle input[type="text"] {
  display: block;
}

.archive .search .material-icons {
  color: #fff;
}

@media (min-width: 991px) {
  .header .sign {
    margin-right: 10px;
    float: right;
  }

  .header .sign img {
    width: 50px;
    height: 60px;
    float: left;
  }

  .header .sign .btn-sign {
    margin: 0;
    padding: 22px 0;
    position: relative;
  }

  .header .sign .btn-sign:before {
    width: 0;
    height: 0;
    content: "";
    border-bottom: 10px solid transparent;
    border-right: 10px solid #eeff41;
    border-top: 10px solid transparent;
    left: -10px;
    position: absolute;
    top: 20px;
  }

  .header .nav > ul {
    margin-left: 0;
  }

  .header .menu-hot-topics {
    margin-top: 18px;
    float: right;
  }

  .header .menu-hot-topics .publiativo {
    background-color: rgba(0, 0, 0, 0.9);
    padding: 0 5px;
    border-radius: 3px;
  }

  .header .menu-hot-topics .publiativo a {
    color: #fff;
  }

  .header .menu-hot-topics.partners {
    padding-right: 20px;
  }

  .header .menu-hot-topics li {
    float: left;
    width: auto;
    margin-right: 15px;
  }

  .header .menu-hot-topics li a {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.87);
    float: left;
  }

  .header .menu-hot-topics li a.trending i {
    width: 24px;
    height: 24px;
    font-size: 26px;
    line-height: 24px;
    text-align: center;
    color: #555;
    margin-right: -5px;
  }

  .header .menu-hot-topics li:last-child a {
    margin-right: 0;
  }

  /*.header .search {
      float: right
  }
  .header .search.toggle i {
      left: -10px
  }*/
}

@media (max-width: 320px) {
  .header .search i {
    width: 48px;
  }
}

.footer {
  font-size: 13px !important;
  line-height: 16px !important;
  text-align: center !important;
  color: #afafaf !important;
  padding-bottom: 54px !important;
  background: #212121;
  background-size: 100% 64px;
  padding-top: 15px;
}

.footer a {
  color: inherit;
}

.footer .wrapper-referrers {
  border-bottom: 1px solid #373737;
  margin-top: -15px;
  margin-bottom: 5px;
}

.footer .wrapper-referrers ul {
  font-size: 15px;
  margin-bottom: 5px;
}

.footer .wrapper-referrers ul.referrers {
  column-count: 2;
  margin-bottom: 20px;
}

.footer .wrapper-referrers ul.referrers li {
  padding-right: 15px;
}

.footer .wrapper-referrers ul li {
  color: #fff;
  letter-spacing: -0.2px;
  line-height: 18px;
  margin-top: 15px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  width: 100%;
}

.footer .wrapper-referrers ul li a {
  opacity: 0.9;
}

.footer .wrapper-referrers ul li a:hover {
  opacity: 1;
}

.footer .wrapper-referrers ul.custom-columns {
  width: 100%;
  display: inline-block;
  text-align: center;
}

.footer .wrapper-referrers ul.custom-columns li {
  line-height: 14px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  width: auto;
}

.footer .wrapper-referrers ul.custom-columns a {
  margin-right: 18px;
  margin-left: 18px;
}

.footer .wrapper-referrers ul.social-columns {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.footer .wrapper-referrers ul.social-columns li {
  display: inline-block;
  vertical-align: top;
  height: 40px;
  text-align: center;
  width: auto;
}

.footer .wrapper-referrers ul.social-columns li a {
  display: inline-block;
  overflow: hidden;
  height: 30px;
  width: 30px;
}

.footer .wrapper-referrers ul.social-columns li span {
  line-height: 30px;
  height: 30px;
  display: inline-block;
}

.footer .wrapper-referrers ul.social-columns li i {
  width: 30px;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #9e9e9e;
  float: left;
}

.footer .privacy {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  padding: 5px 0;
}

.footer .privacy a {
  text-decoration: underline;
}

.footer .wordpress .icon,
.footer .wordpress a {
  color: #fff;
}

.footer .wordpress .icon {
  font-size: 16px;
  margin-right: 5px;
  vertical-align: sub;
}

.abril-logo {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  height: 41px;
  margin: 10px auto 0;
  width: 180px;
}

@media (min-width: 991px) {
  .footer {
    text-align: left !important;
  }

  .footer .wrapper-referrers ul.referrers {
    column-count: 5;
    font-size: 16px;
  }

  .footer .wrapper-referrers ul.referrers li {
    width: 200px;
  }

  .footer .wrapper-referrers ul.custom-columns {
    width: 75%;
  }

  .footer .wrapper-referrers ul.social-columns {
    width: 24%;
  }

  .footer .wrapper-referrers ul.custom-columns {
    text-align: left;
  }

  .footer .wrapper-referrers ul.custom-columns + ul.social-columns {
    text-align: right;
  }

  .footer .wrapper-referrers ul.custom-columns li {
    text-align: left;
  }

  .footer .wrapper-referrers ul.custom-columns a {
    margin: 0 40px 0 0;
  }

  .footer .wrapper-referrers ul.social-columns {
    text-align: left;
  }

  .footer .wrapper-referrers ul.social-columns li {
    text-align: right;
  }

  .footer .abril-logo {
    margin: 5px 10px 0 0;
    height: 29px;
    overflow: hidden;
    display: inline-block;
    width: auto;
  }

  .footer .copyright,
  .footer .privacy,
  .footer .wordpress {
    display: inline;
  }

  .footer .privacy {
    margin-left: 12px;
  }

  .footer .wordpress {
    float: right;
    margin-top: 28px;
  }
}

.sidebar {
  width: 100%;
  margin-bottom: 20px;
}

.sidebar .content-box-title,
.sidebar .content-box-title a {
  color: rgba(0, 0, 0, 0.87);
}

.sidebar .ad-sidebar {
  display: none;
}

.sidebar .widget {
  margin-bottom: 60px;
}

.sidebar .widget.widget-sidebar-front-page-container {
  margin-bottom: 60px;
}

.sidebar .olympics-medal-table {
  margin-bottom: 30px;
}

.sidebar div[id^="rss"] {
  overflow: hidden;
  margin: 0 -15px;
  padding: 15px 15px 30px 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  clear: both;
}

.sidebar div[id^="rss"]:before {
  background: #005297;
}

.sidebar div[id^="rss"] .widgettitle a:first-child {
  display: none;
}

.sidebar div[id^="rss"] .widgettitle a:last-child {
  display: block;
  font-size: 20px;
  font-weight: 900;
  line-height: 20px;
  letter-spacing: -0.2px;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 20px;
}

.sidebar div[id^="rss"] ul li {
  overflow: hidden;
  margin-bottom: 10px;
}

.sidebar div[id^="rss"] ul li .rsswidget {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.2px;
  color: #191919;
}

.sidebar div[id^="rss"] ul li .rss-date,
.sidebar div[id^="rss"] ul li cite {
  display: block;
  font-size: 13px;
  line-height: 0.8;
  color: #626262;
  margin: 7.3px 0 5.3px 0;
  float: left;
}

.sidebar div[id^="rss"] ul li .rss-date:before,
.sidebar div[id^="rss"] ul li cite:before {
  display: block;
  content: "\e8ae";
  font-family: "Material Icons";
  font-size: 16px;
  margin: -1.2px 3.3px 0 -1px;
  float: left;
}

.sidebar div[id^="rss"] ul li cite {
  font-style: normal;
}

.sidebar div[id^="rss"] ul li cite:before {
  display: block;
  content: "- ";
  font-size: 13px;
  margin: -3px 3px 0 3px;
  float: left;
}

@media (min-width: 991px) {
  .sidebar {
    float: left;
    position: relative;
  }

  .sidebar .ad-sidebar {
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }

  .sidebar .widget {
    margin-bottom: 30px;
  }

  .sidebar .widget.widget-sidebar-front-page-container {
    margin-bottom: 30px;
  }

  .sidebar div[id^="rss"] {
    margin: 0;
    padding: 15px 0;
  }

  .sidebar .sticky-combo {
    position: static;
  }

  .sidebar .sticky-combo.fixed {
    position: fixed;
  }

  .sidebar .sticky-combo.reach {
    position: absolute;
  }

  .sticky-ad-sidebar {
    position: fixed;
    margin: 0 45px !important;
    top: 30px;
    display: block;
  }
}

@media (max-width: 991px) {
  body.single.header {
    position: absolute;
  }

  .sidebar {
    height: auto !important;
  }

  .main-container {
    margin-top: 25px !important;
    padding-top: 0;
    overflow-x: hidden;
    position: relative;
  }

  .ad-top {
    bottom: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    min-height: 110px;
    text-align: center;
    padding: 5px 0 15px 0;
    min-height: 56px;
    z-index: 1;
    border-top: none;
    border-bottom: none;
    background: none;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(245, 245, 245, 1);
    -moz-box-shadow: 0px 0px 0px 0px rgba(245, 245, 245, 1);
    box-shadow: 0px 0px 0px 0px rgba(245, 245, 245, 1);
  }

  .ad-top:before {
    content: "";
  }

  #ad-blocker-warning {
    display: none;
  }

  .article .article-content {
    float: none !important;
  }

  div.ad-top {
    z-index: 99;
    position: fixed;
  }
}

.content-box-title > a {
  color: inherit;
}

.assine-abril {
  overflow: hidden;
  color: #191919;
  background-color: #f5f5f5;
}

.assine-abril .assine-abril-container {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.assine-abril .title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.5px;
  text-align: center;
  padding-top: 30px;
}

.assine-abril .title h3 {
  font-size: inherit;
  color: #4e4e4e;
}

.assine-abril .title a {
  color: #4e4e4e;
}

.assine-abril img {
  max-width: 135px;
  margin-top: 30px;
  margin-bottom: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.assine-abril .name {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.5px;
  margin-bottom: 5px;
}

.assine-abril .promo {
  font-size: 12px;
  line-height: 16px;
  color: #4e4e4e;
  margin-bottom: 10px;
}

.assine-abril .button {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.2px;
  color: rgba(0, 0, 0, 0.9);
  margin-bottom: 3px;
  padding: 7px 15px;
  background: #eeff41;
}

.assine-abril .col-md-2 {
  text-align: center;
}

.assine-links {
  font-size: 0;
  text-align: center;
  margin-bottom: 20px;
}

.assine-links ul {
  width: 300px;
  margin: 0 auto;
}

.assine-links li {
  display: inline;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.9);
  margin-left: 5px;
  white-space: nowrap;
}

.assine-links li a {
  color: inherit;
}

.assine-links li:before {
  content: "•";
  margin-right: 5px;
}

.assine-links li.grupo-abril:before,
.assine-links li:first-child:before {
  content: "";
}

@media (min-width: 991px) {
  .assine-abril .assine-abril-container {
    padding-bottom: 0;
  }

  .assine-abril img {
    width: 150px;
    max-width: none;
  }

  .assine-abril .button {
    font-size: 16px;
    margin-bottom: 16px;
    padding: 11px 30px;
  }

  .assine-links ul {
    width: 990px;
  }

  .assine-links li.grupo-abril:before {
    content: "•" !important;
  }
}

body #wpadminbar {
  position: fixed !important;
}

.static-page .static-page-content #display-none {
  display: none;
}

.static-page .static-page-content .article-subtitle {
  margin-bottom: 20px;
}

.static-page .entry-content table {
  width: 100%;
  margin-left: 0;
}

.sidebar-static-page .sidebar .ad-sidebar {
  display: block;
  text-align: center;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.window-popup {
  opacity: 0.9;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: gray;
  z-index: 99;
}

.mask-popup {
  opacity: 1;
  max-height: 460px;
  max-width: 640px;
  min-width: 300px;
  height: 100%;
  width: 100%;
  background-color: #000;
  left: calc(50% - 320px);
  top: 100px;
  padding: 30px;
  position: fixed;
  z-index: 100;
}

#title {
  font-size: 40px;
  font-weight: 700;
  font-style: normal;
  font-stretch: condensed;
  line-height: 1.1em;
  letter-spacing: -0.6px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  text-decoration: solid;
  font-style: normal;
  padding: 30px 0;
}

#text {
  color: #fff;
  text-align: center;
  font-size: 17px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5em;
  letter-spacing: -0.4px;
  text-align: center;
  margin-bottom: 35px;
}

#text-end {
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 17px;
  text-align: center;
  color: #9b9b9b;
  max-width: 600px;
  width: 100%;
  margin-left: 10px;
  padding-bottom: 20px;
}

.botao-popup-18 {
  max-width: 440px;
  max-height: 50px;
  width: 100%;
  height: 100%;
  text-align: center;
  font-weight: 700;
  font-stretch: condensed;
  border: 2px;
  border-style: solid;
  border-color: #fff;
  letter-spacing: -0.3px;
  font-size: 22px;
  line-height: 48px;
  display: block;
  text-decoration: none;
  margin: 20px auto;
  cursor: pointer;
}

.button-disclaimer {
  color: #000 !important;
  background-color: #fff;
}

.button-disclaimer:hover {
  background-color: #000;
  color: #fff !important;
}

.button-not-disclaimer {
  background-color: #000;
  color: #fff !important;
}

.button-not-disclaimer:hover {
  color: #000 !important;
  background-color: #fff;
}

@media screen and (max-height: 600px) {
  .mask-popup {
    margin-top: 50px;
  }
}

@media screen and (max-height: 500px) {
  .mask-popup {
    margin-top: 0;
  }
}

@media screen and (max-width: 650px) {
  .mask-popup {
    margin-left: 0;
    padding: 15px;
  }

  #title {
    padding: 20px 0;
  }

  #text > br {
    display: none;
  }

  .botao-popup-18 {
    letter-spacing: -1px;
    font-size: 0.888em;
  }
}

.article-content-bottom,
article-content {
  float: left;
  width: 100%;
}

.event-ingresso {
  margin-bottom: 15px;
}

.event-ingresso strong {
  display: block;
  font-size: 16px;
}

.event-ingresso span {
  font-size: 16px;
  display: block;
  color: #424242;
}

.event-ingresso small {
  display: block;
  color: #616161;
}

.sidebar {
  clear: both;
  float: left;
}

.titulo-box-list {
  position: relative;
  margin-bottom: 30px;
  padding-top: 15px;
  font: 900 22px/22px;
  color: #191919;
}

.titulo-box-list:before {
  position: absolute;
  top: 0;
  left: -15px;
  width: 60px;
  height: 5px;
  background: #555 !important;
  content: "";
}

.em-cartaz {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.em-cartaz .infos {
  float: left;
  padding: 15px;
  border: solid 1px #e0e0e0;
}

.em-cartaz .infos .item {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  padding-left: 30px;
}

.em-cartaz .infos .item:last-of-type {
  margin-bottom: 0;
}

.em-cartaz .infos .item i {
  float: left;
  color: #bdbdbd;
  position: absolute;
  top: 2px;
  left: 0;
}

.em-cartaz .infos .item .titulo {
  font: 700 20px/20px;
  color: #191919;
  display: block;
  margin-bottom: 5px;
}

.em-cartaz .infos .item .texto p {
  font: normal 16px/20px;
  color: #333;
  display: block;
}

.em-cartaz .infos .item .ver-mapa {
  display: block;
  font: 900 14px/16px;
  color: #555;
  text-decoration: underline;
  margin-top: 5px;
}

.box-ingresso {
  background: #fff;
  border: solid 1px #e0e0e0;
  position: relative;
  padding-bottom: 70px;
  padding-top: 50px;
  margin-top: 30px;
}

.box-ingresso .button-ingressos {
  margin: 30px 15px;
  position: absolute;
}

.box-ingresso .header-ingressos {
  background: #555;
  text-align: center;
  color: #fff;
  padding: 11px 0;
  margin: -1px;
  position: absolute;
  width: calc(100% + 2px);
  top: 0;
  height: 50px;
}

.box-ingresso .header-ingressos .holder {
  display: inline-block;
}

.box-ingresso .header-ingressos .holder i {
  margin-right: 7px;
  float: left;
}

.box-ingresso .header-ingressos .holder .titulo {
  float: left;
  margin-top: 2px;
  font: 700 24px/20px;
}

.box-ingresso .conteudo-ingressos {
  padding: 15px;
  position: relative;
}

.box-ingresso .conteudo-ingressos p {
  font: normal 16px/20px;
}

.button-ingressos {
  background: #eeff41;
  text-align: center;
  padding: 12px 0;
  margin: 0 15px;
  bottom: 0;
  width: 92%;
  height: 40px;
}

.button-ingressos.disabled {
  background: #e0e0e0 !important;
}

.button-ingressos.disabled span {
  display: block;
  width: 100%;
  font: 900 16px/16px;
  color: #9e9e9e !important;
}

.button-ingressos a {
  display: block;
  width: 100%;
  font: 900 16px/16px;
  color: #000;
}

.sobre-a-event {
  padding: 15px 0 0 0 !important;
  position: relative;
  margin-bottom: 30px;
  float: left !important;
  width: 100% !important;
}

.sobre-a-event:before {
  display: block;
  position: absolute;
  top: 0;
  left: -15px;
  width: 60px;
  height: 5px;
  content: "";
  background: #555;
}

.sobre-a-event .titulo {
  font: 900 24px/22px;
  margin-bottom: 20px;
  display: block;
}

.sobre-a-event p {
  font: normal 18px/24px;
  margin-bottom: 30px;
  padding-left: 0 !important;
}

.previa-programacao {
  margin-bottom: 40px;
  width: 100%;
  float: left;
}

.previa-programacao .titulo-box {
  position: relative;
  padding-top: 15px;
  display: block;
  font: 900 24px/24px;
  color: #191919;
}

.previa-programacao .titulo-box:before {
  position: absolute;
  top: 0;
  left: -15px;
  width: 60px;
  height: 5px;
  background: #555;
  content: "";
}

.previa-programacao .linha-do-tempo {
  float: left;
  width: 100%;
}

.previa-programacao .linha-do-tempo > .mes {
  float: left;
  padding: 15px 0 0;
  width: 100%;
}

.previa-programacao .linha-do-tempo > .mes > .titulo {
  position: relative;
  display: block;
  margin-bottom: 15px;
  font: 16px/24px;
  color: #555;
  cursor: pointer;
}

.previa-programacao .linha-do-tempo > .mes > .titulo:before {
  position: absolute;
  top: 10px;
  right: 0;
  border-width: 5px 5px 0 5px;
  border-style: solid;
  border-color: #484848 transparent transparent;
  width: 0;
  height: 0;
  content: "";
}

.previa-programacao .linha-do-tempo > .mes > .dia {
  position: relative;
  float: left;
  width: 100%;
}

.previa-programacao .linha-do-tempo > .mes > .dia > .titulo {
  display: block;
  width: 100%;
  padding: 15px;
  font-size: 16px;
  color: #424242;
  float: left;
  cursor: pointer;
  border-top: 1px solid #d4d4d4;
}

.previa-programacao .linha-do-tempo > .mes > .dia > .titulo:before {
  float: right;
  cursor: pointer;
  position: absolute;
  right: 15px;
  margin-top: 7px;
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid #484848;
  border-bottom: 6px solid transparent;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.previa-programacao .linha-do-tempo > .mes > .dia > .titulo:last-of-type {
  border-bottom: 1px solid #d4d4d4;
}

.previa-programacao .linha-do-tempo > .mes > .dia > .titulo.aberto {
  font: bold 20px/28px;
  line-height: 1.25;
  letter-spacing: -0.2px;
  color: #424242;
}

.previa-programacao .linha-do-tempo > .mes > .dia > .titulo.aberto:before {
  transform: rotate(180deg);
}

.previa-programacao .linha-do-tempo > .mes > .dia > .titulo.aberto ul {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
  display: block;
}

.previa-programacao .linha-do-tempo > .mes > .dia > .titulo ul {
  display: none;
}

.previa-programacao .linha-do-tempo > .mes > .dia > .titulo ul > li {
  position: relative;
  float: left;
  padding: 0 0 30px 90px;
  width: 100%;
  list-style: none;
}

.previa-programacao .linha-do-tempo > .mes > .dia > .titulo ul > li p {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}

.previa-programacao .linha-do-tempo > .mes > .dia > .titulo ul > li:before {
  position: absolute;
  top: 0;
  left: 60px;
  width: 1px;
  height: 100%;
  background: #d4d4d4;
  content: "";
}

.previa-programacao .linha-do-tempo > .mes > .dia > .titulo ul > li:after {
  position: absolute;
  top: 6px;
  left: 55px;
  border: 1px solid #aeaeae;
  width: 11px;
  height: 11px;
  background: #fff;
  border-radius: 100%;
  content: "";
}

.previa-programacao .linha-do-tempo > .mes > .dia > .titulo ul > li:last-child {
  padding-bottom: 0;
}

.previa-programacao .linha-do-tempo > .mes > .dia > .titulo ul > li > .hora {
  position: absolute;
  top: 0;
  left: 0;
  font: 500 16px/24px;
  color: #424242;
  width: 40px;
  text-align: center;
  line-height: 14px;
  padding-top: 5px;
}

.previa-programacao .linha-do-tempo > .mes > .dia > .titulo ul > li > .chapeu {
  display: inline-block;
  margin-bottom: 5px;
  padding: 1px 10px;
  font: bold 14px/22px;
  color: #fff;
  background: #191919;
}

.previa-programacao
  .linha-do-tempo
  > .mes
  > .dia
  > .titulo
  ul
  > li
  > .chapeu.amarelo {
  background: #fdb940;
}

.previa-programacao
  .linha-do-tempo
  > .mes
  > .dia
  > .titulo
  ul
  > li
  > .chapeu.azul {
  background: #69b3e3;
}

.previa-programacao
  .linha-do-tempo
  > .mes
  > .dia
  > .titulo
  ul
  > li
  > .chapeu.bege {
  background: #e3c9b8;
}

.previa-programacao
  .linha-do-tempo
  > .mes
  > .dia
  > .titulo
  ul
  > li
  > .chapeu.verde {
  background: #aecb7e;
}

.previa-programacao
  .linha-do-tempo
  > .mes
  > .dia
  > .titulo
  ul
  > li
  > .chapeu.vermelho {
  background: #f4847a;
}

.previa-programacao .linha-do-tempo > .mes > .dia > .titulo ul > li > .titulo {
  display: block;
  margin-bottom: 5px;
  font: bold 18px/26px;
  color: #555;
}

.previa-programacao
  .linha-do-tempo
  > .mes
  > .dia
  > .titulo
  ul
  > li
  > .subtitulo {
  display: block;
  margin-bottom: 5px;
  font: 16px/24px;
  color: #333;
}

.previa-programacao .linha-do-tempo > .mes > .dia > .titulo ul > li > .comprar {
  display: block;
  font: bold 14px/22px;
  color: #69b3e3;
}

.previa-programacao
  .linha-do-tempo
  > .mes
  > .dia
  > .titulo
  ul
  > li
  > .comprar
  > i {
  float: left;
  margin-right: 5px;
  font-size: 20px;
  line-height: 22px;
}

.previa-programacao .clear {
  clear: both;
}

.previa-programacao .ver-programacao {
  clear: both;
  display: block;
  margin: 0 auto;
  padding: 10px;
  border: 2px solid #d0d0d0;
  width: 250px;
  font: bold 16px/24px;
  color: #999;
  text-align: center;
}

.modulo-padrao {
  float: left;
  width: 100%;
}

.modulo-padrao .titulo-cabecalho {
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 30px;
  color: #191919;
}

.modulo-padrao p {
  margin-bottom: 30px;
  font: 18px/26px;
  color: #191919;
}

.modulo-padrao .patrocinio {
  margin-bottom: 30px;
}

.modulo-padrao .patrocinio .chapeu {
  display: block;
  margin-bottom: 5px;
  margin-left: 15px;
  font: 16px/24px;
  color: #333;
}

.modulo-padrao .patrocinio .logotipo {
  float: left;
  max-width: 100%;
}

.perguntas-frequentes {
  padding: 15px 0 0;
  position: relative;
  margin: 0 0 40px 0;
  float: left;
  width: 100%;
  position: relative;
}

.perguntas-frequentes:before {
  display: block;
  position: absolute;
  top: 0;
  left: -15px;
  width: 60px;
  height: 5px;
  content: "";
  background: #555;
}

.perguntas-frequentes .titulo {
  font: 900 24px/24px;
  margin-bottom: 20px;
  display: block;
}

.perguntas-frequentes .perguntas {
  width: 100%;
}

.perguntas-frequentes .perguntas .pergunta {
  border-top: 1px solid #d4d4d4;
  padding: 15px;
  position: relative;
  cursor: pointer;
}

.perguntas-frequentes .perguntas .pergunta:before {
  position: absolute;
  top: 15px;
  right: 15px;
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid #484848;
  border-bottom: 6px solid transparent;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.perguntas-frequentes .perguntas .pergunta:last-of-type {
  border-bottom: 1px solid #d4d4d4;
}

.perguntas-frequentes .perguntas .pergunta .texto-pergunta {
  font: normal 16px/20px;
  color: #191919;
  display: block;
}

.perguntas-frequentes .perguntas .pergunta .resposta {
  font: normal 16px/20px;
  color: #191919;
  padding-left: 10px;
  display: none;
}

.perguntas-frequentes .perguntas .pergunta.aberta .texto-pergunta {
  font: bold 18px/22px;
  margin-bottom: 15px;
}

.perguntas-frequentes .perguntas .pergunta.aberta .resposta {
  display: block;
}

.perguntas-frequentes .perguntas .pergunta.aberta:before {
  transform: rotate(180deg);
}

.box-como-chegar,
.box-imprensa {
  position: relative;
  margin: 0 0 40px 0;
  float: left;
  width: 100%;
  padding-top: 15px;
}

.box-como-chegar:before,
.box-imprensa:before {
  display: block;
  position: absolute;
  top: 0;
  left: -15px;
  width: 60px;
  height: 5px;
  content: "";
  background: #555;
}

.box-como-chegar iframe,
.box-imprensa iframe {
  margin: 0 auto 0;
}

.box-como-chegar .titulo,
.box-imprensa .titulo {
  display: block;
  font: 900 24px/22px;
  margin-bottom: 20px;
  color: #191919;
}

.box-como-chegar .texto,
.box-imprensa .texto {
  display: block;
  font: normal 18px/22px;
  color: #191919;
}

.box-como-chegar .botao,
.box-imprensa .botao {
  display: inline-block;
  text-align: center;
  border: solid 2px #d0d0d0;
  width: 330px;
  margin: 20px auto;
  padding: 7px 0;
}

.box-como-chegar .botao .holder,
.box-imprensa .botao .holder {
  display: inline-block;
}

.box-como-chegar .botao .holder i,
.box-imprensa .botao .holder i {
  float: left;
  color: #9e9e9e;
}

.box-como-chegar .botao .holder .texto,
.box-imprensa .botao .holder .texto {
  font: 900 16px/16px;
  color: rgba(0, 0, 0, 0.54);
  display: inline;
}

@media (min-width: 991px) {
  #event-article .share {
    position: absolute;
    left: 0;
    top: 0;
  }

  .article-content-bottom {
    padding-left: 55px;
    float: left;
    width: 100%;
  }

  .titulo-box-list {
    font-size: 24px;
  }

  .titulo-box-list:before {
    left: 0;
  }

  .em-cartaz {
    margin-bottom: 30px;
    clear: both;
    width: 100%;
  }

  .em-cartaz .infos {
    padding: 30px;
  }

  .em-cartaz .infos .item .titulo {
    font: 700 20px/20px;
  }

  .em-cartaz .box-ingresso {
    width: 100%;
    border: solid 1px #e0e0e0;
    float: right;
    margin-left: 30px;
  }

  .previa-programacao .titulo-box:before {
    left: 0;
  }

  .sobre-a-event:before {
    left: 0;
  }

  .perguntas-frequentes:before {
    left: 0;
  }

  .box-como-chegar:before,
  .box-imprensa:before {
    position: initial;
    margin-bottom: 15px;
  }

  .box-como-chegar .titulo,
  .box-imprensa .titulo {
    margin-bottom: 15px;
  }

  .box-como-chegar .botao,
  .box-imprensa .botao {
    width: 250px;
    margin: 20px 20px 0 0;
  }

  .box-como-chegar .botao .holder,
  .box-imprensa .botao .holder {
    display: inline-block;
  }

  .box-como-chegar .botao .holder i,
  .box-imprensa .botao .holder i {
    float: left;
    color: #9e9e9e;
  }

  .box-como-chegar .botao .holder .texto,
  .box-imprensa .botao .holder .texto {
    font: 900 16px/16px;
    color: rgba(0, 0, 0, 0.54);
    display: inline;
  }

  .button-ingressos {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

.header .nav ul li.paywall-login {
  width: calc(100% + 30px);
  margin: 0 -15px;
  float: left;
  height: 50px;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.1);
}

.header .nav ul li.paywall-login i {
  color: #9b9b9b;
  display: inline-block;
  font-size: 20px;
}

.header .nav ul li.paywall-login p {
  position: absolute;
  margin: 0 0 0 10px;
  line-height: 20px;
  font-size: 14px;
  text-align: left;
  color: #4a4a4a;
  display: inline-block;
}

.header .nav ul li.paywall-login p span {
  text-decoration: underline;
  cursor: pointer;
}

@media (min-width: 991px) {
  .paywall-notice {
    width: calc(100% + 30px);
    margin-left: -15px;
  }

  .closed-video {
    margin: 0 -15px;
  }

  .closed-video .out {
    left: -70px;
    width: calc(100% + 70px);
  }
}

@media (max-width: 360px) {
  .closed-video .out .callpaywall {
    top: 0;
    margin: 0;
  }

  .closed-video .out .callpaywall .separator {
    margin: 10px auto;
  }

  .closed-video .out .callpaywall .subscriber {
    margin-bottom: -10px;
  }
}

.page-tax-index .ad-sense {
  background: #f5f5f5;
  text-align: center;
  margin-top: 15px;
  clear: both;
}

.page-tax-index .title {
  font-size: 22px;
  line-height: 22px;
  font-weight: 900;
  letter-spacing: -0.8px;
  color: #212121;
  margin: 0 0 30px 15px;
}

.page-tax-index .tax-flag {
  width: 100%;
  float: left;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 900;
  border-top: 1px solid rgba(0, 0, 0, 0.38);
  color: rgba(0, 0, 0, 0.38);
  padding: 0 15px;
  position: relative;
}

.page-tax-index .tax-flag:after {
  content: "‹";
  position: absolute;
  right: 20px;
  font-size: 30px;
  transform: rotate(270deg);
}

.page-tax-index .tax-flag.active {
  color: rgba(0, 0, 0, 0.87);
}

.page-tax-index .tax-flag.active:after {
  right: 15px;
  transform: rotate(90deg);
}

.page-tax-index .tax-term {
  width: 100%;
  float: left;
  display: none;
  padding: 0 15px;
}

.page-tax-index .tax-term.active {
  display: block !important;
}

.page-tax-index .tax-term a {
  display: block;
  color: #555;
  text-decoration: underline;
  font-size: 18px;
  font-weight: 900;
  line-height: 32px;
}

@media (min-width: 991px) {
  .page-tax-index .title {
    font-size: 36px;
    line-height: 36px;
    margin: 0 0 30px 0;
  }
}

@media (min-width: 991px) {
  body.with-billboard .sponsored-tag-header {
    padding-top: 0 !important;
  }

  body.with-billboard {
    background-position: center 330px !important;
  }
}

.sponsored-tag-holder {
  display: block;
  overflow: hidden;
}

.sponsored-tag-header {
  display: block;
  margin-top: 23px;
  margin-bottom: 23px;
  position: relative;
  text-align: center;
  padding-top: 12px;
}

@media (min-width: 991px) {
  .sponsored-tag-header {
    padding-top: 0;
  }
}

.sponsored-tag-header + .special-tag.tag-list {
  margin-top: 20px;
}

.sponsored-tag-header .sponsor-element {
  text-align: center;
}

.sponsored-tag-header .sponsor-element .sponsor-container {
  margin-top: 10px;
  text-align: center;
}

.sponsored-tag-header .sponsor-element .without-sponsor-element {
  margin-top: 93px;
}

.sponsored-tag-header .sponsor-element li {
  display: inline-table;
  margin-right: 10px;
  width: 120px;
  margin-bottom: 10px;
}

.sponsored-tag-header .sponsor-element li:last-child {
  margin-bottom: 30px;
}

.sponsored-tag-header .sponsor-element .sponsor-copy {
  position: relative;
  color: #fff;
  display: block;
  font-size: 11px;
  padding: 2px;
  background: #fff;
  margin-bottom: 2px;
  text-align: center;
}

.sponsored-tag-header .sponsor-element .sponsor-image {
  background: #fff;
  width: 120px;
  max-height: 40px;
  display: inline-block !important;
}

.sponsored-tag-header .sponsored-tag-logo {
  max-width: 400px;
  max-height: 100px;
  width: auto;
  height: auto;
  margin: 0;
  display: inline-block;
}

@media (min-width: 991px) {
  .sponsored-tag-header {
    height: 85px;
  }

  .sponsored-tag-header .sponsored-tag-logo a {
    height: 85px;
  }

  .sponsored-tag-header .sponsored-tag-logo a .sponsored-tag-logo {
    display: inline;
    max-height: 110px;
  }
}

@media (min-width: 991px) {
  .special-tag.container {
    background: #fff;
    padding-top: 30px !important;
    padding: 30px;
    width: 1200px;
  }

  .special-tag.tag-list {
    margin-top: 15px;
    padding-top: 30px !important;
    padding-left: 30px;
    padding-right: 30px;
    width: auto !important;
    max-width: 1200px;
  }
}

.special-tag.container {
  background: #fff;
  padding-top: 15px;
}

.special-tag.container > .row {
  background-color: #ffffff;
}

.special-tag.tag-list {
  width: auto;
  padding-top: 0;
}

@media (max-width: 320px) {
  .special-tag.tag-list {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .special-tag.single {
    padding-top: 15px;
  }

  .sponsored-tag-header .sponsor-element {
    bottom: -10px;
  }

  .sponsored-tag-header .sponsor-element .sponsor-copy {
    padding-top: 14px;
  }

  .sponsored-tag-header .sponsored-tag-logo {
    max-width: 330px;
    margin-top: 0;
  }
}

@media (min-width: 991px) {
  .sponsored-tag {
    margin-top: 0;
  }

  .sponsored-tag .widget-home-box-list .row {
    padding-top: 15px;
  }

  .sponsored-tag-header {
    text-align: initial;
  }

  .sponsored-tag-header .sponsor-element {
    position: absolute;
    top: 30px;
    right: 0;
    left: inherit;
  }
}

@media (min-width: 991px) and (min-width: 991px) {
  .sponsored-tag-header .sponsor-element {
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 991px) {
  .sponsored-tag-header .sponsor-element .sponsor-container .sponsor-copy {
    font-size: 14px;
  }
}

.content-box-title {
  max-width: 95%;
}

@media (min-width: 991px) {
  .content-box-title {
    line-height: 20px !important;
    letter-spacing: -0.2px !important;
  }
  .widget-box {
    margin-bottom: 30px;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.sidebar .content-box-title a,
.widget-box .content-box-title a {
  color: #000;
}

.widget-box.with-border {
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  margin-left: 0;
  margin-right: 0;
}

.widget-box.with-border .content-box-title {
  border-top: 0;
  margin-left: 0;
}

.widget-box.custom-title:before,
.widget-box.without-title:before {
  display: none;
}

.widget-box.no-margin {
  margin-left: 0;
  margin-right: 0;
}

.widget-box.no-margin:before {
  margin-left: -15px;
}

.widget-box.no-margin .content-box-title {
  margin-left: 0;
  margin-right: 0;
}

.widget-box.no-border .content-box-title {
  border-top: 0;
}

.widget-box .content-box-title {
  border-top: 1px solid rgba(73, 73, 73, 0.12);
  padding: 32px 15px 0;
  margin-bottom: 0;
  font-size: 24px;
}

.widget-box .content-box-title a {
  margin-bottom: 0;
}

.section-box {
  margin-top: 15px;
  margin-bottom: 30px;
}

.section-box.gray {
  background-color: #fafafa;
  border: solid 1px #eee;
  margin-top: 62px;
  margin-left: -30px;
  margin-right: -30px;
  padding: 15px 0 30px;
}

.section-box .page-title {
  top: -40px;
  left: -15px;
}

.section-box .btn-box.center {
  width: auto;
  height: 40px;
  border: solid 2px rgba(0, 0, 0, 0.26);
  line-height: 38px;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.2px;
  text-align: center;
  color: rgba(0, 0, 0, 0.54);
  margin: 0 auto 0;
  padding: 0 15px;
}

.img-wide-box {
  overflow: hidden;
  padding-bottom: 66.666%;
  position: relative;
  background: #000;
}

.img-wide-box img {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .scrollslider:not(.force-scroll) .flex-direction-nav {
    display: none;
  }

  .scrollslider:not(.force-scroll) .row.slides {
    white-space: nowrap;
    overflow: visible !important;
    padding-bottom: 15px;
    width: auto !important;
    transform: none !important;
    display: inline-block;
  }

  .scrollslider:not(.force-scroll) .row.slides .item {
    width: 125px !important;
    display: inline-block !important;
    white-space: normal !important;
    float: none !important;
    vertical-align: top;
    height: auto;
  }

  .scrollslider:not(.force-scroll) .flex-viewport {
    height: auto !important;
    margin: 0 -15px !important;
    padding-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll !important;
    display: block;
  }

  .section-box {
    margin-top: 0;
  }

  .section-box.gray .page-title {
    margin-left: 30px;
    margin-top: 0;
  }

  .section-box .page-title {
    top: -36px;
  }

  .widget-news-container {
    padding: 15px;
  }

  .widget-news-container.without-border {
    padding: 15px 0 !important;
    margin-left: -15px !important;
    margin-right: -15px !important;
  }

  .widget-news-container.without-border .widget-news-list {
    padding: 0;
  }

  .widget-news-container.without-border .content-box-title {
    margin-left: 12px;
  }

  .widget-news-container.without-border .content-box-title a {
    margin-left: 0;
  }

  .widget-news-container.without-border .content-box-title {
    padding-left: 0;
  }

  .widget-sidebar-front-page-container
    .widget-news-container.without-border
    .content-box-title {
    padding-left: 0;
  }
}

.scrollslider {
  position: relative;
}

.scrollslider.force-scroll {
  padding: 0;
  height: 48px;
  overflow: hidden !important;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.scrollslider.force-scroll .slides {
  white-space: nowrap;
  position: absolute;
  left: 0;
  right: 0;
  top: -3px;
  overflow-y: hidden !important;
  overflow-x: scroll !important;
}

.scrollslider.with-scroller {
  padding: 0 32px;
}

.scrollslider.with-scroller .slides {
  left: 32px;
  right: 32px;
}

@media (min-width: 991px) {
  .col-md-8 .widget-home-box {
    margin-left: -30px !important;
  }

  .widget-box {
    margin-right: 0;
    margin-left: 0;
  }

  .widget-box.with-border {
    margin: 15px 0;
  }

  .widget-box.with-border .content-box-title {
    margin-left: 10px;
  }

  .widget-box.no-margin:before {
    margin-left: 0;
  }

  .widget-box .content-box-title,
  .widget-box.no-margin .content-box-title {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section-box {
    margin-top: 0;
  }

  .section-box .page-title {
    line-height: 1;
    padding: 8px 15px;
    margin-bottom: 30px;
    margin-top: -15px;
  }

  .section-box.gray {
    margin-left: 0;
    margin-right: 0;
    padding: 15px 15px 30px;
  }

  .scrollslider {
    position: relative;
  }

  .scrollslider.no-directions .flex-direction-nav {
    display: none;
  }

  .scrollslider .flex-direction-nav .flex-prev {
    left: -60px;
  }

  .scrollslider .flex-direction-nav .flex-next {
    right: -60px;
  }

  .scrollslider .flex-direction-nav .flex-disabled > i {
    background: #e0e0e0 !important;
  }

  .scrollslider .flex-direction-nav .flex-next,
  .scrollslider .flex-direction-nav .flex-prev {
    opacity: 1 !important;
    z-index: 9 !important;
  }

  .scrollslider .flex-direction-nav .flex-next:before,
  .scrollslider .flex-direction-nav .flex-prev:before {
    display: none;
  }

  .scrollslider .flex-direction-nav .flex-next > i,
  .scrollslider .flex-direction-nav .flex-prev > i {
    font-size: 38px;
    width: 48px;
    height: 48px;
    line-height: 40px;
    display: inline-block;
    color: #fff;
    text-align: left;
  }
}

.widget-post-bottom {
  clear: both;
  margin: 10px 0;
}

.single-special_post .widget-post-bottom {
  margin: 30px;
}

@media (max-width: 991px) {
  .single-special_post .widget-post-bottom {
    margin: 30px 0;
  }
}

.widget-topo-destaque {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  padding: 20px 0;
  background: #e3e3e3;
  background-size: cover !important;
}

.widget-topo-destaque.topo-simples {
  height: 60px;
  padding-top: 12px;
  margin-bottom: 15px;
}

.widget-topo-destaque.topo-simples .logotipo {
  height: 38px;
  min-height: 0;
  background-size: 183px 38px !important;
}

.widget-topo-destaque .menu {
  position: fixed;
  z-index: 2;
  float: left;
  padding: 10px 15px;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  transition: all 1s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.widget-topo-destaque .menu ul {
  float: left;
  width: 100%;
}

.widget-topo-destaque .menu ul > li {
  float: left;
  width: auto;
  margin-right: 15px;
}

.widget-topo-destaque .menu ul > li > a {
  position: relative;
  float: left;
  padding: 5px 0;
  font: bold 16px/20px;
  color: #fff;
  text-transform: uppercase;
}

.widget-topo-destaque .menu ul > li.current_page_item > a:before {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 5px;
  background: #fff;
  content: "";
}

.widget-topo-destaque .menu ul > li.current-menu-item > a:before {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 5px;
  background: #fff;
  content: "";
}

.widget-topo-destaque .menu ul > li.destacado > a {
  padding: 5px 15px;
  color: #000;
  background: #fff;
}

.widget-topo-destaque .menu + .container {
  padding-top: 65px;
}

.widget-topo-destaque .logotipo {
  width: 100%;
  float: left;
  height: auto;
  min-height: 100px;
  margin: 0 auto;
  text-indent: -99999px;
  background-size: contain !important;
}

.widget-topo-destaque .patrocinios {
  clear: both;
  padding: 4px 0;
  font-size: 0;
  text-align: center;
}

.widget-topo-destaque .patrocinios ul {
  display: inline-block;
  width: 248px;
  clear: both;
}

.widget-topo-destaque .patrocinios ul .label {
  display: block;
  margin-bottom: 5px;
  font: bold 9px/12px;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
}

.widget-topo-destaque .patrocinios ul .label .texto {
  padding: 0 4px;
  background-color: rgba(66, 66, 66, 0.4);
}

.widget-topo-destaque .patrocinios ul .publicidade {
  margin: 4px 0;
  padding: 0;
  width: auto;
  height: 57px;
  text-align: center;
}

.widget-topo-destaque .patrocinios ul .publicidade:nth-child(odd) {
  float: left;
}

.widget-topo-destaque .patrocinios ul .publicidade:nth-child(even) {
  float: right;
}

.widget-topo-destaque .patrocinios ul .publicidade .item {
  display: inline-block;
  margin: 0 8px 8px 0;
  width: 120px;
  height: 40px;
}

.widget-topo-destaque .patrocinios ul .publicidade .item:last-child {
  margin-right: 0;
}

.widget-topo-destaque .patrocinios ul .publicidade .item > div {
  background-color: rgba(255, 255, 255, 0.25);
}

.widget-topo-destaque .patrocinios.unica-publicidade .publicidade {
  float: none !important;
  display: inline-block;
}

.widget-topo-destaque .descricao {
  float: left;
  margin-bottom: 30px;
  width: 100%;
  font: 300 16px/20px;
  color: #fff;
  text-align: center;
}

.widget-topo-destaque .patrocinios + .descricao {
  margin-top: 25px;
}

.widget-topo-destaque .compartilhar {
  float: left;
  margin-bottom: 20px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.widget-topo-destaque .compartilhar li {
  float: left;
  margin-right: 15px;
}

.widget-topo-destaque .compartilhar li:last-child {
  margin-right: 0;
}

.widget-topo-destaque .compartilhar li i {
  float: left;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
}

.widget-topo-destaque .botao {
  display: block;
  width: 275px;
  clear: both;
  margin: 0 auto 10px;
  padding: 12px 0;
  background: #333;
  font: bold 16px/16px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.widget-topo-destaque .chamada {
  clear: both;
}

.widget-topo-destaque .chamada .video {
  overflow: hidden;
  position: relative;
  float: left;
  margin: 0 -15px 15px;
  padding: 17px 0 56.25%;
  width: calc(100% + 30px);
}

.widget-topo-destaque .chamada .video iframe {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  float: left;
  width: 100%;
  height: 100%;
}

.widget-topo-destaque .chamada .legenda {
  float: left;
  width: 100%;
}

.widget-topo-destaque .chamada .legenda .chapeu {
  float: left;
  margin-bottom: 20px;
  padding: 5px 10px;
  font: 14px/18px;
  color: #fff;
  background: #3e3e3e;
}

.widget-topo-destaque .chamada .legenda .chapeu big {
  float: left;
  margin: -5px 10px -5px -10px;
  padding: 5px 10px;
  font-weight: 900;
  text-transform: uppercase;
  background: #333;
}

.widget-topo-destaque .chamada .legenda .titulo {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  font: bold 28px/32px;
  color: #fff;
}

.widget-topo-destaque .chamada .legenda .descricao {
  margin-bottom: 0;
  font: 16px/20px;
  color: #fff;
  text-align: left;
}

.widget-topo-destaque.preto .descricao {
  color: #000;
}

.widget-topo-destaque.preto .compartilhar li i {
  color: #000;
}

.widget-topo-destaque.preto .chamada .legenda .descricao,
.widget-topo-destaque.preto .chamada .legenda .titulo {
  color: #000;
}

.widget-topo-destaque.extendido {
  min-height: calc(100vh - 90px);
}

.widget-topo-destaque.menu-ativo {
  padding: 0 0 20px 0;
}

@media (min-width: 991px) {
  .widget-topo-destaque.topo-simples {
    height: 110px;
    margin-bottom: 30px;
    padding-top: 20px;
  }

  .widget-topo-destaque.topo-simples .logotipo {
    height: 68px;
    min-height: 0;
    background-size: 305px 65px !important;
  }

  .widget-topo-destaque .menu ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .widget-topo-destaque .menu ul > li {
    margin-right: 30px;
  }

  .widget-topo-destaque .patrocinios ul {
    width: auto;
  }

  .widget-topo-destaque .patrocinios ul .publicidade {
    height: 57px;
    width: auto;
    float: left !important;
    margin-right: 8px;
  }

  .widget-topo-destaque .patrocinios ul .publicidade:last-child {
    margin-right: 0;
  }

  .widget-topo-destaque .logotipo {
    min-height: 200px;
  }

  .widget-topo-destaque .descricao {
    padding: 0 100px;
    font-size: 24px;
    line-height: 28px;
  }

  .widget-topo-destaque .botao {
    width: 400px;
    padding: 17px;
    font-size: 18px;
    line-height: 18px;
  }

  .widget-topo-destaque .chamada .video {
    margin: 0;
    padding-top: 0;
    width: 100%;
  }

  .widget-topo-destaque .chamada .legenda .chapeu {
    margin: 15px 0 15px -45px;
  }

  .widget-topo-destaque .chamada .legenda .chapeu big {
    padding-left: 45px;
  }

  .widget-topo-destaque .chamada .legenda .titulo {
    font-size: 36px;
    line-height: 40px;
  }

  .widget-topo-destaque .chamada .legenda .descricao {
    padding: 0;
    font-size: 18px;
    line-height: 20px;
  }
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

.special-post-main-container .cover-header {
  padding-top: 45px;
}

.cover-header {
  background: #000;
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  min-height: 450px;
  min-height: calc(100vh - 170px);
  max-height: 2160px;
}

.cover-header:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0.5;
  z-index: 1;
}

.cover-header * {
  color: #fff;
}

.cover-header .content {
  z-index: 2;
  max-width: 1140px;
  width: 100%;
}

.cover-header .content .cover-header-sponsors {
  padding: 3px 10px;
  float: left;
  position: relative;
  width: 100%;
  vertical-align: bottom;
}

.cover-header .content .cover-header-sponsors ul {
  text-align: center;
}

.cover-header .content .cover-header-sponsors ul li {
  display: inline-block;
  height: auto;
  width: 120px;
  margin: 7px;
  text-align: left;
}

.cover-header .content .cover-header-sponsors ul li span {
  text-transform: uppercase;
  color: #fff;
  font-size: 9px;
  display: inherit;
  padding: 4px;
  text-align: left;
  background: rgba(66, 66, 66, 0.4);
  margin: 4px 0;
}

.cover-header .content .cover-header-sponsors ul li a {
  display: block;
  height: 40px;
  width: 120px;
  overflow: hidden;
}

.cover-header .content .cover-header-sponsors ul li a img {
  width: 100%;
  height: auto;
}

.cover-header .content .cover-header-sponsors ul li .adops-events {
  overflow: hidden;
  width: 120px;
  height: 40px;
  background: #00f;
}

.cover-header .content .cover-header-sponsors ul li div {
  overflow: hidden;
  width: 120px;
  height: 40px;
  display: block !important;
}

.cover-header .content .sponsored-content-cover-header {
  margin-bottom: 20px;
}

.cover-header
  .content
  .sponsored-content-cover-header
  .sponsor-title-with-image {
  width: 120px;
  height: 16px;
  border-bottom: 1px solid #000;
  background-color: #fff;
  margin: auto;
}

.cover-header
  .content
  .sponsored-content-cover-header
  .sponsor-title-with-image
  p {
  font-size: 11px;
  padding: 2px;
  color: #000;
  text-transform: uppercase;
}

.cover-header .content .sponsored-content-cover-header .sponsor-image {
  width: 120px;
  height: 40px;
  padding: 10px;
  background-color: #fff;
  margin: auto;
}

.cover-header .content .sponsored-content-cover-header .sponsor-image img {
  min-width: 63px;
  max-width: 90px;
  height: 30px;
  margin-top: -5px;
}

.cover-header .content .sponsored-content-cover-header .sponsor-title {
  height: 16px;
}

.cover-header .content .sponsored-content-cover-header .sponsor-title p {
  font-size: 11px;
  color: #000;
  background: #fff;
  padding: 2px 20px;
  display: inline-block;
  text-transform: uppercase;
}

.cover-header .content .sponsored-content-cover-header .sponsor-title p a {
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}

.cover-header .content .heading {
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 24px;
  padding: 8px 12px;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  letter-spacing: -0.2px;
}

.cover-header .content .cover-header-title {
  font-size: 72px;
  letter-spacing: -1px;
  line-height: 1.06em;
  margin: 0 auto;
  word-break: break-word;
  border-bottom: 0;
  font-weight: 900;
}

.cover-header .content .cover-header-title img {
  max-width: 50%;
  height: auto;
  max-height: 180px;
  vertical-align: bottom;
}

.cover-header .content .cover-header-subtitle {
  margin: 10px 0;
  font-size: 20px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  padding: 0 15px;
}

.cover-header .content .comprar-ingresso {
  display: inline-block;
  background: 0 0;
  width: 330px;
  line-height: 40px;
  color: #fff;
  border: 2px solid #fff;
  font-weight: 700;
  z-index: 3;
  position: relative;
  margin: 5px auto 10px;
}

.cover-header .content .details > span {
  float: none;
  width: auto;
  font-size: 13px;
  letter-spacing: -0.2px;
  color: #fff;
}

.cover-header .content .details .article-author span {
  color: #fff;
}

.cover-header .content .details .article-date {
  line-height: 1.4em;
}

.cover-header .content .details .article-date .material-icons {
  line-height: 1.44em;
  font-size: 14px;
  margin: 0 2px 0 13px;
  color: #fff;
}

.cover-header .content .details .article-modified-time {
  white-space: nowrap;
}

body.admin-bar .cover-header#main-title {
  min-height: calc(100vh - 202px);
}

.admin-bar.without-ad-top .cover-header#main-title {
  min-height: calc(100vh - 314px);
}

.with-ad-top.with-billboard-excpt.admin-bar .cover-header#main-title {
  min-height: calc(100vh - 350px);
}

.with-ad-top.with-billboard-excpt .cover-header#main-title {
  min-height: calc(100vh - 330px);
}

body.with-billboard-excpt.admin-bar .cover-header#main-title {
  min-height: calc(100vh - 316px);
}

body.with-billboard-excpt .cover-header#main-title {
  min-height: calc(100vh - 328px);
}

.sponsors-rodape {
  background-color: #262626;
  position: relative;
  width: 100%;
  vertical-align: bottom;
}

.sponsors-rodape ul {
  text-align: center;
  padding: 15px 10px 19px;
  max-width: 1230px;
  margin: 0 auto;
}

.sponsors-rodape ul li {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 7px;
}

.sponsors-rodape ul li span {
  text-transform: uppercase;
  color: #fff;
  font-size: 9px;
  width: 100%;
  display: inherit;
  padding: 4px;
  text-align: left;
  margin: 4px 0;
}

.sponsors-rodape ul li a {
  display: block;
  height: 40px;
  width: 120px;
  overflow: hidden;
}

.sponsors-rodape ul li a img {
  width: 100%;
  height: auto;
}

.sponsors-rodape ul li .adops-events {
  overflow: hidden;
  width: 120px;
  height: 40px;
  background: #00f;
}

.sponsors-rodape ul li div {
  overflow: hidden;
  width: 120px;
  height: 40px;
  display: block !important;
}

@media (max-width: 991px) {
  .special-post-main-container .cover-header-title img {
    width: 90%;
  }

  .cover-header {
    min-height: 300px;
    min-height: calc(100vh - 131px);
    padding-top: 10px;
  }

  .cover-header .content .cover-header-sponsors ul {
    max-width: 320px;
    margin: 0 auto;
  }

  .cover-header .content .cover-header-sponsors ul li {
    margin: 7px;
  }

  .cover-header .content .sponsored-content-cover-header {
    padding: 0 30px;
  }

  .cover-header .content .heading {
    margin: 0 0 0;
    padding: 4px 8px;
  }

  .cover-header .content .cover-header-title {
    font-size: 32px;
    line-height: 1em;
    width: 96%;
  }

  .cover-header .content .cover-header-title img {
    max-width: 100%;
  }

  .cover-header .content .cover-header-subtitle {
    padding: 0 7%;
    margin-bottom: 0;
    font-size: 16px;
    text-align: center;
  }

  .cover-header .content .comprar-ingresso {
    margin: 10px auto;
    max-width: 95%;
  }

  .cover-header .content .details {
    margin: 0 auto 24px;
    display: inline;
  }

  .cover-header .content .details .article-date .material-icons {
    margin: 0 2px 0 0;
    float: none;
  }

  .cover-header .content .details .article-author {
    display: block;
    margin-bottom: 5px;
  }

  body.admin-bar .cover-header-content .cover-header#main-title {
    min-height: calc(100vh - 175px);
  }

  body.admin-bar.without-ad-top .cover-header#main-title {
    min-height: calc(100vh - 247px);
  }

  .without-ad-top .cover-header#main-title {
    min-height: calc(100vh - 202px);
  }
}

.article .article-author {
  float: left;
  width: 100%;
}

.article .article-author .article-author-image {
  float: left;
  margin-bottom: 12px;
  width: 100%;
}

.article .article-author .article-author-image img {
  float: left;
  margin-right: 18px;
  width: 55px;
  height: 55px;
  background: #eee;
  border-radius: 100%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.article .article-author .article-author-name {
  float: left;
  margin-bottom: 5px;
  width: 100%;
  line-height: 12px;
  color: #757575;
}

.article .article-author .article-author-name a {
  font-weight: 700;
  color: #000;
}

.article .article-author .article-author-name a span {
  text-decoration: none;
}

.article .article-author .article-date {
  font-size: 12px;
  line-height: 12px;
  color: #757575;
}

.article .article-author .article-date i {
  margin: 6px 4px 0 0;
  font-size: 12px;
}

.article .article-author .article-date span {
  color: #757575;
  font-weight: 400;
  line-height: 15px;
  display: block;
}

.article .article-author .article-date .read-time {
  margin-top: 6px;
}

.article .article-author .article-date .read-time span {
  display: inline;
  color: #2f2f2f;
  font-weight: 500;
}

.single-special_post .article-author-image {
  margin-top: 20px;
}

.single-special_post .article-author-image .images-authors {
  display: inline-block;
}

.single-special_post .cover-header .details .article-author {
  margin-bottom: 0;
}

.single-special_post .article .meu-span a span {
  text-decoration: none;
}

@media (min-width: 991px) {
  .article .article-author .article-author-image {
    float: left;
    margin-bottom: 0;
    width: auto;
  }

  .article .article-author .article-author-name {
    float: none;
    margin: 6px 0 5px;
    width: auto;
  }

  .single-special_post .article .article-author-image {
    margin-top: 10px;
    margin-bottom: 12px;
    width: 100%;
  }

  .single-special_post .article .article-author-image s-authors {
    display: inline-block;
  }
}

.search .page-title-search:before {
  background: #555;
}

nav.amp-wp-title-bar {
  background: #fff;
}

nav.amp-wp-title-bar .material-icons {
  color: #000;
}

.header .brand-logo #primary {
  fill: #555;
}

.header .menu-hot-topics li a.trending i {
  color: #555;
}

.article .article-content a {
  color: #555;
}

.article .article-category {
  color: #555;
}

.article .article-category .element-category,
.article .article-category a {
  color: #555;
}

.video .video-header .video-category .element-category {
  color: #555;
}

.video .video-content p a {
  color: #555;
}

.video .video-content h3 a {
  color: #555;
}

.widget-news-container:before {
  background: #555;
}

.widget-news-container
  .widget-news
  .widget-news-item
  .widget-news-info
  .widget-news-item-category {
  color: #555;
}

.manual-highlights .widget-news-info > a {
  color: #555;
}

.manual-highlights.sidebar-above-footer .widget-title,
.manual-highlights.sidebar-most-read .widget-title {
  background-color: #555;
}

.widget-box:before {
  background: #555;
}

.widget-box
  .widget-box
  .widget-box-item
  .widget-box-info
  .widget-box-item-category {
  color: #555;
}

.sidebar-top .widget-popular-posts-container .widget-popular-posts-title {
  background: #555;
}

header .sidebar-top .widget-popular-posts-container a.list-item-category {
  color: #555;
}

.sidebar-top .widget-popular-posts-container a.list-item-category:after {
  border-color: #555;
}

.sidebar .widget-sidebar-front-page-container:before {
  background: #555;
}

.error-404 .btn-home {
  background-color: #555;
}

.bgtheme-shadow,
.page-title.big {
  background: #555;
  box-shadow: -5px 5px 0 #363636;
}

.widget-home-box .content-box-title {
  background: #555;
  box-shadow: -5px 5px 0 #363636;
}

.full-widget .widget-home-box-item-info .list-item-category {
  color: #555;
}

.full-widget .widget-home-box-item-info .highlight-bullet .material-icons,
.full-widget .widget-home-box-item-info .highlight-bullet a span {
  color: #555;
}

.nav-videos ul li:first-child a {
  color: #555 !important;
}

.category-list .articles-list .list-item .list-item-category a,
.tag-list .articles-list .list-item .list-item-category a,
.videos-list .articles-list .list-item .list-item-category a {
  color: #555;
}

.videos-list .articles-list .list-item .list-item-category {
  color: #555;
}

.widget-popular-posts .item-popular-order-number {
  color: #555;
}

.color-theme {
  color: #555 !important;
}

.bg-theme {
  background-color: #555;
}

.link-theme:not(div),
div.link-theme a {
  color: #555;
}

.header-theme {
  background: #fff;
  color: #000;
}

.inverse-color-theme {
  color: #000;
}

.edition-content-list:before,
.editions-special:before {
  background: #555;
}

.page-tax-index .tax-term a {
  color: #555;
}

.glossary-list .glossary-description a {
  color: #555;
}

.glossary-list .glossary-links a {
  color: #555;
}

/* NEW STYLES */

.exame-header {
  border-top: 21px solid #e11b22;
}

.exame-search-form {
  margin-top: 15px;
  width: 328px;
  height: 29px;
  opacity: 0.27;
  border-radius: 6px;
  border: solid 1px #979797;
  margin-left: -5px;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.06px;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #8c8c8c;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #8c8c8c;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #8c8c8c;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #8c8c8c;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #8c8c8c;
}

::placeholder {
  /* Most modern browsers support this now. */
  color: #8c8c8c;
}

.exame-pattern-stripe {
  height: 4rem;
  margin: 0;
  overflow: hidden;
}

.exame-pattern-stripe img {
  width: 100%;
}

.align-vertical-center {
  display: flex !important;
  align-items: center !important;
}

.multiple-col {
  column-count: 3 !important;
  column-gap: 5vw !important;
}

.copyright p {
  color: #707070 !important;
  margin-top: 3rem !important;
  text-align: center !important;
}

.btn-rounded {
  display: flex;
  min-width: 64px !important;
  height: 32px !important;
  border-radius: 16px !important;
  color: #fff !important;
  justify-content: center !important;
  align-items: center !important;
  text-transform: uppercase !important;
  margin: 0 16px !important;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

.btn-rounded:hover {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

.btn-rounded a {
  padding: 1rem 2.5rem;
  white-space: nowrap;
}

.primary {
  background-color: #e11b22;
}

.primary:hover {
  background-color: #f48e81;
}

.secondary {
  background-color: #c2a056;
}

.secondary:hover {
  background: #dccfaf;
}

.third {
  background-color: #8fd7e8;
}

.third:hover {
  background: #98e4f5;
}

.exame-footer-logo img {
  width: 144px;
  height: 23px;
}

.wrapper-sitemap {
  display: flex;
  justify-content: space-between;
  font-size: 14px !important;
  margin-top: 64px;
}

.sitemap-columns {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.sitemap-section-title:not(:last-child) {
  margin-right: 2rem;
}

.sitemap-column {
  line-height: 2.86;
  white-space: nowrap;
}

.sitemap-item {
  color: #d4d4d4;
}

.sitemap-item:hover {
  color: #fff;
}

.sitemap-title {
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  margin-bottom: 1.2rem;
}

.footer-action-buttons {
  display: flex;
  flex-direction: row;
}

.social-logo {
  width: 33.6px !important;
  margin-right: 16px !important;
}

.sitemap-social {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.sitemap-social img {
  display: inline-block;
  width: 38px;
  height: 38px;
}

@media only screen and (max-width: 991px) {
  .exame-pattern-stripe {
    height: 2rem;
    margin-top: -3rem;
  }

  .footer-section {
    display: flex;
    flex-direction: column;
  }

  .footer-action-buttons {
    justify-content: center;
  }

  .exame-footer-logo img {
    width: 10rem;
    margin: 1.5rem 0;
  }

  .sitemap-section-title:not(:last-child) {
    margin-right: 0;
  }

  .multiple-col {
    column-count: 2;
    column-gap: 2rem;
  }

  .sitemap-social {
    margin: 1.5rem 0;
  }

  .sitemap-columns {
    flex-direction: column;
  }

  .sitemap-section-title {
    margin: 2rem 0;
  }

  .copyright p {
    margin-top: 1rem;
  }

  .btn-rounded a {
    padding: 0;
    margin: 0 1.6rem;
  }
}

div[id^="abril_popular_posts_widget-"] {
  background-color: #f7f7f7 !important;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
  border-radius: 6px;
  padding: 24px !important;
}

#back-to-top {
  position: fixed;
  bottom: 20px !important;
  right: 20px !important;
  opacity: 0;
  z-index: 3;
  display: none;
}

#back-to-top img {
  height: 45px;
}

.archive .main-container .navigation {
  display: none;
  margin-top: 35px;
}

.archive .main-container .navigation a {
  color: #333;
  border: 1px solid #ccc;
  padding: 10px 15px;
  margin-right: 10px;
}

.article .sponsored-header .sponsored-content,
.tax-parceiros .sponsored-header .sponsored-content,
.widget-releases-latest-post .sponsored-content {
  float: left;
  width: 100%;
  font-weight: 400;
  font-size: 11px;
  line-height: 12px;
  color: rgba(0, 0, 0, 0.5);
}

.article .sponsored-header .sponsored-content .sponsor-title,
.tax-parceiros .sponsored-header .sponsored-content .sponsor-title,
.widget-releases-latest-post .sponsored-content .sponsor-title {
  float: left;
  margin: 10px 5px 0 0;
  text-transform: uppercase;
}

.article .sponsored-header .sponsored-content .sponsor-link,
.tax-parceiros .sponsored-header .sponsored-content .sponsor-link,
.widget-releases-latest-post .sponsored-content .sponsor-link {
  float: left;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.9);
  text-transform: uppercase;
}

.article .sponsored-header .sponsored-content .sponsor-link.no-image,
.tax-parceiros .sponsored-header .sponsored-content .sponsor-link.no-image,
.widget-releases-latest-post .sponsored-content .sponsor-link.no-image {
  margin-top: 10px;
}

.article .sponsored-header .sponsored-content .sponsor-brand,
.tax-parceiros .sponsored-header .sponsored-content .sponsor-brand,
.widget-releases-latest-post .sponsored-content .sponsor-brand {
  width: auto;
  max-height: 40px;
}

.liveblog-edit-entry {
  position: relative;
}

@media (max-width: 991px) {
  div.alignleft,
  div.alignright {
    float: initial !important;
    max-width: none !important;
    margin: 0 -15px 20px !important;
  }

  .article .article-content .wp-caption .wp-caption-text,
  .video-content-container .video-content .wp-caption-text {
    margin: 0 16px !important;
  }

  .article .article-content p img.alignleft,
  .article .article-content p img.alignright,
  .video-content-container .video-content p img.aligncenter,
  .video-content-container .video-content p img.alignleft,
  .video-content-container .video-content p img.alignright {
    width: 100% !important;
    height: auto;
    margin: 0 !important;
  }
}

@media (min-width: 991px) {
  .wp-caption.alignleft {
    float: left;
    margin: 0 20px 20px 0 !important;
  }

  .wp-caption.alignright {
    float: right;
    margin: 0 0 20px 20px !important;
  }
}

.header .menu-hot-topics .publiativo {
  background-color: rgba(255, 255, 255, 0.9);
}

.header .menu-hot-topics .publiativo a {
  color: #e11b22;
}

.header .menu.hot-topics .publiativo a {
  color: #fff;
  background-color: rgba(193, 22, 28, 0.9);
  display: inline-block;
  width: auto;
  border-radius: 8px;
  padding: 5px 8px;
}

.widget-popular-posts-container a.list-item-category {
  color: #e11b22;
}

.article .sponsored-header,
.tax-parceiros .sponsored-header {
  width: 100%;
  margin-bottom: 30px;
  display: inline-block;
}

.article .sponsored-header .sponsored-content,
.tax-parceiros .sponsored-header .sponsored-content {
  width: auto;
  margin-right: 30px;
}

.article .sponsored-header .disclaimer,
.tax-parceiros .sponsored-header .disclaimer {
  font-size: 14px;
  font-style: italic;
}

@media (max-width: 991px) {
  .article .disclaimer,
  .tax-parceiros .disclaimer {
    clear: both;
    margin-top: 15px;
    display: inline-block;
  }
}

.article .article-content ul li,
.article .video-content ul li,
.edition-content .edition-content-list .edition-content-summary ul li,
.edition-content .edition-content-list div ul li {
  list-style: disc;
  list-style-position: inside;
}

.article .article-content ol li,
.article .video-content ol li,
.edition-content .edition-content-list .edition-content-summary ol li,
.edition-content .edition-content-list div ol li {
  list-style: decimal;
  list-style-position: inside;
}

.article .article-content ol li,
.article .article-content ul li,
.article .video-content ol li,
.article .video-content ul li,
.edition-content .edition-content-list .edition-content-summary ol li,
.edition-content .edition-content-list .edition-content-summary ul li,
.edition-content .edition-content-list div ol li,
.edition-content .edition-content-list div ul li {
  font-size: 18px;
  line-height: 27px;
  color: rgba(33, 33, 33, 0.9);
}

.article .article-content p a,
.video .video-content p a,
.video .video-header .video-author span {
  text-decoration: none;
}

.category-list .articles-list .list-item .list-item-category,
.videos-list .articles-list .list-item .list-item-category {
  text-transform: uppercase;
}

.category-list .articles-list .list-item .list-item-title,
.videos-list .articles-list .list-item .list-item-title {
  font-weight: 400;
}

.videos-list .page-title {
  font-weight: 700;
  padding-bottom: 5px;
}

.article .article-content h3 {
  color: rgba(33, 33, 33, 0.9);
}

.article .article-title,
.single .article-title {
  font-weight: 600;
  color: #2f2f2f;
  font-size: 40px;
  line-height: 42px;
}

.video .video-header .video-title {
  font-weight: 400;
}

.widget-news-list
  .widget-news-item
  .widget-news-info
  .widget-news-item-category {
  color: #e11b22;
}

.header .brand {
  width: 145px;
}

.header .brand-logo {
  width: 145px;
}

@media (min-width: 991px) {
  .header .brand {
    width: 195px;
  }

  .header .brand-logo {
    width: 138px;
  }
}

@media (max-width: 360px) {
  .header .brand {
    width: 104px;
  }

  .header .brand-logo {
    width: 104px;
  }
}

.article .twitter-tweet {
  margin: 0 auto;
}

.article .instagram-media {
  margin: 20px auto !important;
}

.article .fb_iframe_widget {
  text-align: center;
  display: block;
}

.article .embed-slideshare {
  text-align: center;
}

.article .article-video-content {
  width: 100%;
}

.article .article-video-content .fit-video {
  margin-bottom: 20px;
  width: calc(100% + 30px);
  height: auto;
}

.article .wpcom-protected-iframe {
  display: block;
  margin: 20px auto;
}

.article del {
  text-decoration: line-through;
}

.article hr {
  border-style: inset;
  border-width: 1px;
}

.article table tr th {
  padding: 10px;
}

.article .post-password-form {
  clear: both;
  margin-bottom: 30px;
  overflow: hidden;
  background: #fafafa;
  padding: 15px;
}

.article .post-password-form p {
  padding-left: 0;
  font-size: 13px;
  line-height: 13px;
  color: rgba(0, 0, 0, 0.5);
}

.article .post-password-form input[type="password"] {
  width: 100%;
  font-size: 14px;
  line-height: 14px;
  resize: vertical;
  padding: 10px;
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, 0.1);
}

.article .post-password-form input[type="submit"] {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  border: 0;
  padding: 12px 20px;
  margin-top: 20px;
  background: #e11b22;
  float: right;
}

.article .article-content .post-aovivo {
  padding: 15px 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.article .article-content .post-aovivo .data-aovivo p {
  font-size: 13px;
  color: #626262;
  margin: 20px 0 5px 0;
}

.article .article-content .post-aovivo .data-aovivo p::before {
  font-family: "Material Icons";
  content: "access_time";
  display: inline-block;
  padding-right: 5px;
  vertical-align: middle;
}

.article .article-content .post-aovivo .titulo-aovivo p {
  font-weight: 700;
  margin: 20px 0 5px 0;
}

.article .article-content .widget-news .widget-news-list .widget-news-item a {
  color: #191919;
}

.article .article-content .logo-infolab {
  display: block;
  position: relative;
  min-height: 29px;
}

.article .article-content .logo-infolab img {
  width: 86px;
  right: 0;
  position: absolute;
}

.article .article-content .credito-foto span {
  display: block;
  font-size: 14px;
  line-height: 27px;
  padding-left: 30px;
  float: right;
}

.article .article-content .gallery ul li,
.article .article-content .widget-news ul li,
.article .video-content .gallery ul li,
.article .video-content .widget-news ul li {
  list-style: none;
  padding-left: 0;
}

.article .special_post-template-default #post-special-title {
  color: #fff !important;
}

.article .video-content li {
  padding-left: 0;
}

.article .article-category,
.single .article-category {
  text-transform: uppercase;
  display: inline-block;
  background-color: #e11b22;
  font-size: 11px;
  letter-spacing: 1px;
  padding: 10px 20px;
  border-radius: 2px;
  color: #ffffff !important;
}

.single-releases .article-content {
  margin-top: 30px;
}

.tax-parceiros .page-title {
  padding-top: 5px;
  margin-bottom: 20px;
}

.tax-parceiros .category-list .articles-list .list-item .list-item-category {
  display: none;
}

@media (max-width: 360px) {
  .tax-parceiros .page-title {
    font-size: 18px;
  }
}

.ex-single-padding {
  padding: 0 3rem;
}

.ex-header-menu {
  margin: 0;
  width: 100%;
}

@media (min-width: 991px) {
  .ex-header-menu {
    margin-top: -20px;
  }
}

.ex-header-menu .nav {
  margin: 0;
}

.category-list .article-header .page-title {
  display: flex;
  align-items: center;
  width: 100%;
  height: fit-content;
  text-transform: uppercase;
  box-shadow: none;
  font-size: 2.3rem;
  font-weight: 800;
  margin: 0;
  padding: 1rem 3rem !important;
}

@media only screen and (max-width: 700px) {
  .category-list .article-header .page-title {
    font-size: 1.8rem;
    height: fit-content;
  }
}

@media only screen and (min-width: 991px) {
  .category-list .article-header .page-title {
    height: fit-content !important;
  }

  header .row {
    display: flex;
    align-items: center;
  }
}

.red-bg nav.nav img {
  filter: none;
}

nav.nav img {
  filter: brightness(0.4);
}

header.article-header {
  margin-bottom: 1rem;
}

.single-ferramentas .article-content,
.single-ferramentas .article-header {
  margin-bottom: 2rem;
}

.category-list .load-more-release,
.category-list .pagination-releases {
  display: block;
  text-align: center;
}

.category-list .load-more-release a,
.category-list .pagination-releases a {
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.5);
  color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 170px;
  margin-right: 10px;
}

.category-list .load-more-release {
  cursor: pointer;
  margin: 30px auto 60px;
}

.category-list .loader-releases {
  display: none;
  position: relative;
  margin: 60px auto 120px;
}

.category-list .loader-releases .loader-svg {
  position: absolute;
  left: 50%;
}

.edition-content #edition-ads-center {
  width: 100%;
  padding: 10px 0;
  display: inline-block;
}

.edition-content .edition-content-list .edition-content-summary p,
.edition-content .edition-content-list div p {
  font-size: 18px;
  line-height: 27px;
  color: rgba(33, 33, 33, 0.9);
  margin-bottom: 20px;
  margin-left: 20px;
}

.edition-content .edition-content-list .edition-content-summary h3,
.edition-content .edition-content-list div h3 {
  display: block;
  font-size: 20px;
  font-weight: 900;
  line-height: 20px;
  letter-spacing: -0.2px;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 20px;
  margin-left: 20px;
}

.edition-content .edition-content-list .edition-content-summary ol li,
.edition-content .edition-content-list .edition-content-summary ul li,
.edition-content .edition-content-list div ol li,
.edition-content .edition-content-list div ul li {
  margin-left: 20px;
  padding-left: 0;
}

.edition-content .edition-content-list .edition-content-summary hr,
.edition-content .edition-content-list div hr {
  border-style: inset;
  border-width: 1px;
}

.edition-content .edition-content-list .edition-content-summary del,
.edition-content .edition-content-list div del {
  text-decoration: line-through;
}

.newsletters-content .bt-assine {
  background-color: #e11b22;
  color: #fff;
  margin-top: 30px;
  border: none;
  font-weight: 900;
  font-size: 16px;
}

.newsletters-content #accounts-newsletters {
  display: none;
  margin-top: 20px;
}

.newsletters-content #accounts-newsletters .assinatura {
  max-width: 80%;
}

.newsletters-content #accounts-newsletters .assinatura input {
  width: 100%;
  height: 50px;
  border: solid 1px rgba(0, 0, 0, 0.12);
  border-width: 0 0 1px 0;
  font-size: 14px;
}

.newsletters-content #accounts-newsletters .assinatura .voltar {
  text-align: center;
  margin-top: 15px;
}

.newsletters-content #accounts-newsletters .assinatura .voltar a {
  cursor: pointer;
  color: #e11b22;
}

.newsletters-content #box-newsletters ul {
  margin-top: 20px;
}

.newsletters-content #box-newsletters ul li {
  margin: 20px 0;
  padding-bottom: 20px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-width: 0 0 1px 0;
}

.newsletters-content #box-newsletters ul li p {
  margin: 20px 0;
}

.newsletters-content #box-newsletters ul li .dia-semana {
  position: relative;
  padding-left: 40px;
  padding-bottom: 3px;
}

.newsletters-content #box-newsletters ul li .dia-semana:before {
  font-family: "Material Icons";
  content: "date_range";
  font-size: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.newsletters-content #box-newsletters ul li .bt-assine {
  display: block;
  font-weight: 600;
  font-size: 16px;
  padding: 10px;
  width: 100px;
  text-align: center;
}

.newsletters-content #box-newsletters ul li .bt-assine a {
  color: #fff;
  font-size: 16px;
}

.article .article-content .info-evento ul .data:before,
.article .article-content .info-evento ul .e-mail:before,
.article .article-content .info-evento ul .endereco:before,
.article .article-content .info-evento ul .hora:before,
.article .article-content .info-evento ul .local:before,
.article .article-content .info-evento ul .palestra:before,
.article .article-content .info-evento ul .telefone:before {
  font-family: "Material Icons";
  font-size: 30px;
  vertical-align: middle;
  margin-right: 15px;
  color: #ccc;
}

.article .article-content .info-evento {
  background-color: #f5f5f5;
  margin: 30px 0;
  padding: 30px 0;
}

.article .article-content .info-evento ul li {
  list-style: none;
  line-height: 40px;
}

.article .article-content .info-evento ul li .palestrante {
  padding-left: 30px;
}

.article .article-content .info-evento ul .data:before {
  content: "date_range";
}

.article .article-content .info-evento ul .hora:before,
.article .article-content .info-evento ul .palestra:before {
  content: "alarm";
}

.article .article-content .info-evento ul .local:before {
  content: "business";
}

.article .article-content .info-evento ul .endereco:before {
  content: "room";
}

.article .article-content .info-evento ul .telefone:before {
  content: "local_phone";
}

.article .article-content .info-evento ul .e-mail:before {
  content: "mail_outline";
}

.article .article-content .nav-eventos {
  margin: 20px 0;
}

.article .article-content .nav-eventos li {
  list-style: none;
  height: 100px;
  background: #f5f5f5;
  margin: 30px 2.46% 30px 0;
  width: 48%;
  float: left;
  padding: 0 2.57%;
  position: relative;
}

.article .article-content .nav-eventos li:nth-of-type(2n) {
  margin-right: 0;
}

.article .article-content .nav-eventos li figure {
  top: -28px;
  width: 35%;
  height: 140px;
  text-align: center;
  float: left;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
}

.article .article-content .nav-eventos li figure img {
  width: auto;
  max-height: 100%;
}

.article .article-content .nav-eventos li span {
  width: 65%;
  font: 300 18px;
  text-align: center;
  position: absolute;
  top: 20px;
  right: 0;
}

.article .article-content .nav-eventos li a {
  display: block;
  height: 100px;
}

.article .article-content .nav-eventos li a span {
  color: #111;
}

.article .article-content .nav-eventos .por-que-patrocinar figure {
  background-image: url(https://abrilexame.files.wordpress.com/2016/10/por-que-patrocinar.png);
}

.article .article-content .nav-eventos .por-que-patrocinar:hover figure {
  background-image: url(https://abrilexame.files.wordpress.com/2016/10/por-que-patrocinar-ativo.png);
}

.article .article-content .nav-eventos .palestrantes figure {
  background-image: url(https://abrilexame.files.wordpress.com/2016/10/palestrantes.png);
}

.article .article-content .nav-eventos .palestrantes:hover figure {
  background-image: url(https://abrilexame.files.wordpress.com/2016/10/palestrantes-ativo.png);
}

.article .article-content .nav-eventos .inscreva-se figure {
  background-image: url(https://abrilexame.files.wordpress.com/2016/10/inscreva-se.png);
}

.article .article-content .nav-eventos .inscreva-se:hover figure {
  background-image: url(https://abrilexame.files.wordpress.com/2016/10/inscreva-se-ativo.png);
}

.article .article-content .nav-eventos .atracoes figure {
  background-image: url(https://abrilexame.files.wordpress.com/2016/10/atracoes.png);
}

.article .article-content .nav-eventos .atracoes:hover figure {
  background-image: url(https://abrilexame.files.wordpress.com/2016/10/atracoes-ativo.png);
}

.article .article-content .nav-eventos .programacao figure {
  background-image: url(https://abrilexame.files.wordpress.com/2016/10/programacao.png);
}

.article .article-content .nav-eventos .programacao:hover figure {
  background-image: url(https://abrilexame.files.wordpress.com/2016/10/programacao-ativo.png);
}

.article .article-content .nav-eventos .edicoes-anteriores figure {
  background-image: url(https://abrilexame.files.wordpress.com/2016/10/edicoes-anteriores.png);
}

.article .article-content .nav-eventos .edicoes-anteriores:hover figure {
  background-image: url(https://abrilexame.files.wordpress.com/2016/10/edicoes-anteriores-ativo.png);
}

.article .article-content .nav-eventos .como-chegar figure {
  background-image: url(https://abrilexame.files.wordpress.com/2016/10/local.png);
}

.article .article-content .nav-eventos .como-chegar:hover figure {
  background-image: url(https://abrilexame.files.wordpress.com/2016/10/local-ativo.png);
}

.article .article-content .nav-eventos .mais-informacoes figure {
  background-image: url(https://abrilexame.files.wordpress.com/2016/10/mais-informacoes.png);
}

.article .article-content .nav-eventos .mais-informacoes:hover figure {
  background-image: url(https://abrilexame.files.wordpress.com/2016/10/mais-informacoes-ativo.png);
}

.article .article-content .palestrantes ul li {
  list-style: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-width: 0 0 1px 0;
  margin-bottom: 20px;
  clear: both;
}

.article .article-content .palestrantes ul li .img {
  float: left;
  width: 22%;
  margin: 60px 0 30px 0;
}

.article .article-content .palestrantes ul li .txt {
  width: 75%;
  float: right;
  margin: 60px 0 30px 0;
}

.article .article-content .patrocinadores p {
  margin: 30px 0;
}

.article .article-content .patrocinadores img {
  width: 130px;
  margin: 0 auto;
}

@media (max-width: 680px) {
  .article .article-content .nav-eventos li {
    width: 100%;
  }

  .article .article-content .palestrantes ul li .img {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .article .article-content .palestrantes ul li .txt {
    width: 100%;
  }
}

ol.grid-16.breadcrumb.new-breadcrumb {
  margin-bottom: 50px;
}

li.breadcrumb_list {
  float: left;
}

.new-breadcrumb {
  padding: 0 !important;
  background: none !important;
}

.new-breadcrumb a {
  color: #999;
  font-size: 0.9em;
}

.new-breadcrumb > li + li:before {
  content: "\2192" !important;
  padding: 0 5px;
  color: #999 !important;
}

.last_breadcrumb {
  color: #999;
  font-size: 0.9em;
}

.breadcrumb-conteudo {
  padding-bottom: 31px;
}

.breadcrumb-conteudo a {
  font-size: 13px;
  line-height: 0.92;
  letter-spacing: -0.1px;
  color: #424242;
}

.breadcrumb-conteudo .material-icons {
  font-size: 15px;
  vertical-align: middle;
  color: #bdbdbd;
}

.breadcrumb-conteudo h2:first-child {
  color: #424242;
  font-weight: unset;
}

.breadcrumb-conteudo h2 {
  font-size: 13px;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: -0.1px;
  color: #e11b22;
  display: inline;
}

.video .container-image-video-curso {
  position: relative;
  cursor: pointer;
  position: relative;
  padding: 0;
  background: #000;
}

.video .container-image-video-curso .teste {
  display: table;
  margin: auto;
  position: relative;
  width: 100%;
}

.video .container-image-video-curso .teste img {
  width: 100%;
  height: 240px;
}

.video .container-image-video-curso .teste .image {
  margin-bottom: -5px;
}

.video .container-image-video-curso .teste .caption {
  display: none;
}

.video .container-image-video-curso .video-container {
  width: auto;
  width: 100%;
  height: 240px;
  position: relative;
  margin: auto;
  overflow: hidden;
}

.video .container-image-video-curso iframe {
  margin-left: 15%;
  width: 70% !important;
}

.video .container-image-video-curso .video-icon {
  position: absolute;
  opacity: 0.8;
  top: 0;
  z-index: 1;
  right: 5px;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
}

.video .container-image-video-curso .video-icon .material-icons {
  font-size: 23px;
  line-height: 40px;
  color: #fff;
  text-align: center;
}

.video .container-image-video-curso .video-duration {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.2px;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  z-index: 1;
  padding: 3px 8px;
  background-color: rgba(0, 0, 0, 0.6);
  padding-top: 5px;
}

.widget-content-complement {
  border: 1px solid #e0e0e0;
  position: relative;
}

.widget-content-complement:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  height: 5px;
  content: "";
  background: #e11b22;
}

.widget-content-complement h2 {
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  color: #424242;
  padding-bottom: 21px;
  margin: 15px 15px 0 15px;
}

.widget-content-complement ul li {
  border: 1px solid #e0e0e0;
  border-width: 1px 0 1px 0;
  position: relative;
}

.widget-content-complement ul li a .featured-image {
  display: inline-block;
}

.widget-content-complement ul li a .featured-image .image {
  margin: 5px auto;
  height: 87px;
}

.widget-content-complement ul li a .featured-image .image img {
  max-height: 87px;
  width: 130px;
}

.widget-content-complement ul li a .not-imagem {
  margin: 5px auto;
  height: 87px;
}

.widget-content-complement ul li a .info {
  display: inline-block;
  position: absolute;
  left: 140px;
  top: 20px;
}

.widget-content-complement ul li a .info span {
  color: rgba(33, 33, 33, 0.9);
  font-size: 16px;
  font-weight: 900;
  display: block;
}

.widget-content-complement ul li a .info .formato {
  color: #e11b22;
  font-weight: 400;
  font-size: 13px;
}

@media (min-width: 991px) {
  .single-curso-exame h1 {
    font-size: 46px;
    font-weight: 900;
    line-height: 1.13;
    color: rgba(0, 0, 0, 0.87);
  }

  .video .container-image-video-curso .teste {
    display: table;
    margin: auto;
    position: relative;
    width: 100%;
  }

  .video .container-image-video-curso .teste img {
    width: 100%;
    height: 500px;
  }

  .video .container-image-video-curso .video-container {
    width: 889px;
    height: auto;
    position: relative;
    margin: auto;
    overflow: hidden;
  }

  .video .container-image-video-curso .video-icon {
    top: 50%;
    left: 50%;
    background-color: transparent;
  }

  .video .container-image-video-curso .video-icon .material-icons {
    font-size: 45px;
  }

  .video .container-image-video-curso .video-duration {
    font-size: 14px;
    padding-top: 15px;
    height: 34px;
    width: 63px;
  }
}

.tradingview-div {
  max-width: 85%;
  display: block;
  margin: 10px auto 0 auto;
}

.tradingview-div .tradingview-label {
  display: block;
  margin-bottom: 20px;
}

.tradingview-div select {
  width: 100%;
}

.tradingview-div #tradingview-graph {
  height: 500px;
  margin-top: 20px;
}

.tradingview-div .tradingview-bottom {
  margin-top: 20px;
  display: inline-block;
  text-align: justify;
}

.tradingview-div .tradingview-bottom a {
  color: #3bb3e4;
}

.tradingview-subtitle {
  display: block;
  margin-bottom: 50px;
  font-size: 18px;
  text-align: justify;
}

@media (min-width: 991px) {
  .tradingview-div {
    max-width: 100%;
  }

  .tradingview-div .tradingview-select {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .tradingview-div select {
    margin: 1%;
    width: 18%;
  }

  .tradingview-div #tradingview-graph {
    max-width: 100%;
  }
}

.search .page-title-search:before {
  background: #e11b22;
}

nav.amp-wp-title-bar {
  background: #e11b22;
}

nav.amp-wp-title-bar .material-icons {
  color: #fff;
}

.header .brand-logo #primary {
  fill: #e11b22;
}

.header .menu-hot-topics li a.trending i {
  color: #e11b22;
}

.article .article-content a {
  color: #e11b22;
}

.article .article-category {
  color: #e11b22;
}

.article .article-category .element-category,
.article .article-category a,
.single .article-category a {
  color: #ffffff;
}

.video .video-header .video-category .element-category {
  color: #e11b22;
}

.video .video-content p a {
  color: #e11b22;
}

.video .video-content h3 a {
  color: #e11b22;
}

.widget-news-container:before {
  background: #e11b22;
}

.widget-news-container
  .widget-news
  .widget-news-item
  .widget-news-info
  .widget-news-item-category {
  color: #e11b22;
}

.manual-highlights .widget-news-info > a {
  color: #e11b22;
}

.manual-highlights.sidebar-above-footer .widget-title,
.manual-highlights.sidebar-most-read .widget-title {
  background-color: #e11b22;
}

.widget-box:before {
  background: #e11b22;
}

.widget-box
  .widget-box
  .widget-box-item
  .widget-box-info
  .widget-box-item-category {
  color: #e11b22;
}

.sidebar-top .widget-popular-posts-container .widget-popular-posts-title {
  background: #e11b22;
}

.sidebar-top .widget-popular-posts-container a.list-item-category {
  color: #e11b22;
}

.sidebar-top .widget-popular-posts-container a.list-item-category:after {
  border-color: #e11b22;
}

.sidebar .widget-sidebar-front-page-container:before {
  background: #e11b22;
}

.error-404 .btn-home {
  background-color: #e11b22;
}

.error-404 .btn-home:focus,
.error-404 .btn-home:hover {
  background: #e11b22;
}

.section-box .page-title {
  background: #e11b22;
}

.bgtheme-shadow,
.page-title.big {
  background: #e11b22;
  box-shadow: -5px 5px 0 #8a1014;
}

.widget-home-box .content-box-title {
  background: #e11b22;
  box-shadow: -5px 5px 0 #8a1014;
}

.widget-home-box-item-info .list-item-category {
  color: #e11b22;
}

.widget-home-box-item-info .highlight-bullet .material-icons,
.widget-home-box-item-info .highlight-bullet a span {
  color: #e11b22;
}

.nav-videos a.title {
  background: #e11b22;
}

.nav-videos ul li:first-child a {
  color: #e11b22 !important;
}

.category-list .articles-list .list-item .list-item-category a,
.tag-list .articles-list .list-item .list-item-category a,
.videos-list .articles-list .list-item .list-item-category a {
  color: #e11b22;
}

.videos-list .articles-list .list-item .list-item-category {
  color: #e11b22;
}

.widget-popular-posts .item-popular-order-number {
  color: #e11b22;
}

.color-theme {
  color: #e11b22 !important;
}

.bg-theme {
  background-color: #e11b22;
}

.link-theme:not(div),
div.link-theme a {
  color: #e11b22;
}

.header-theme {
  background: #e11b22;
  color: #fff;
}

.inverse-color-theme {
  color: #fff;
}

.edition-content-list:before,
.editions-special:before {
  background: #e11b22;
}

.page-tax-index .tax-term a {
  color: #e11b22;
}

.glossary-list .glossary-description a {
  color: #e11b22;
}

.glossary-list .glossary-links a {
  color: #e11b22;
}

.header .brand-logo #primary {
  fill: #fff;
}

.header .nav > i {
  color: rgba(255, 255, 255, 0.7);
}

.header .form-opened > i {
  color: #9e9e9e;
}

.header .menu-hot-topics li a {
  color: rgba(255, 255, 255, 0.87);
}

.header .menu-hot-topics li a.trending i {
  color: rgba(255, 255, 255, 0.7);
}

.article .article-content a {
  color: #e11b22;
}

.article .article-content li {
  color: rgba(33, 33, 33, 0.9);
}

.article .disclaimer {
  color: #626262;
}

.tax-parceiros .disclaimer {
  color: #626262;
}

.video .video-content p a {
  color: #e11b22;
}

.nav-videos ul li:first-child a {
  color: inherit !important;
}

.full-widget .full-widget-label.red-label {
  background-color: #e11b22;
}

.widget-news .widget-news-info .widget-news-item-category {
  color: #e11b22;
}

.widget-releases-latest-post {
  margin-bottom: 30px;
}

.widget-releases-latest-post .sponsored-content {
  margin-bottom: 5px;
}

.widget-releases-latest-post .sponsored-content .sponsor-brand {
  max-height: 20px;
}

.widget-releases-latest-post .sponsored-content .sponsor-title {
  margin-top: 5px;
}

.widget-releases-latest-post .see-more:before {
  content: ".";
  font-size: 0;
  clear: both;
  display: block;
}

.widget-releases-latest-post .see-more a {
  background: #fff;
  border: solid 2px #d0d0d0;
  margin: 13px 0 0 0;
  padding: 0;
  display: block;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 35px;
  letter-spacing: -0.2px;
  text-align: center;
  color: rgba(0, 0, 0, 0.54);
}

.widget-releases-latest-post
  .widget-news
  .widget-news-info
  .widget-news-item-title
  a {
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.11;
  letter-spacing: -0.2px;
  color: #424242;
}

.widget-releases-latest-post .widget-news-item {
  padding-bottom: 20px;
  margin-bottom: 13px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.12);
}

.widget-releases-latest-post .widget-news-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: 0;
}

@media (min-width: 991px) {
  .widget-releases-latest-post {
    border: solid 1px #d0d0d0;
    padding: 15px 15px 20px 15px;
  }
}

.widget-exame-cotacoes {
  color: #4a4a4a;
  background: #eee;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}

.widget-exame-cotacoes .widget-exame-cotacoes-container {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  max-height: 69px;
}

.widget-exame-cotacoes .widget-exame-cotacoes-container > .title {
  display: inline-block;
  line-height: 34px;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 34px;
}

.widget-exame-cotacoes .widget-exame-cotacoes-container > .title > a {
  color: #4a4a4a;
}

.widget-exame-cotacoes .exchange-container {
  display: inline;
}

.widget-exame-cotacoes .exchange-container strong {
  font-weight: 400;
  color: #626262;
  margin-right: 5px;
}

.widget-exame-cotacoes .exchange-container .exchange {
  display: inline;
  margin-right: 15px;
}

.widget-exame-cotacoes
  .exchange-container
  .exchange.exchange-selic
  .value:before {
  display: none;
}

.widget-exame-cotacoes .exchange-container:after {
  vertical-align: middle;
  display: inline-block;
  content: ".";
  font-size: 0;
  width: 1px;
  height: 20px;
  background: #e0e0e0;
  overflow: hidden;
  margin-right: 15px;
}

.widget-exame-cotacoes .negative {
  color: #e11b22 !important;
}

.widget-exame-cotacoes .negative:before {
  content: "\E5DB";
  font-family: "Material Icons";
  font-size: 16px;
  line-height: 17px;
  vertical-align: middle;
}

.widget-exame-cotacoes .positive {
  color: #417505 !important;
}

.widget-exame-cotacoes .positive:before {
  content: "\E5D8";
  font-family: "Material Icons";
  font-size: 16px;
  line-height: 17px;
  vertical-align: middle;
}

.widget-exame-cotacoes .bvsp {
  display: inline;
  margin-right: 15px;
  font-size: 16px;
}

.widget-exame-cotacoes .bvsp > strong {
  margin-right: 10px;
}

.widget-exame-cotacoes .bvsp > strong > a {
  color: #4a4a4a;
}

.widget-exame-cotacoes .bvsp .price {
  margin-left: 10px;
}

.widget-exame-cotacoes .bvsp .price strong {
  font-weight: 400;
  font-size: 13px;
  color: #757575;
}

.widget-exame-cotacoes .bvsp .compact .negative:before,
.widget-exame-cotacoes .bvsp .compact .positive:before {
  display: none;
}

.widget-exame-cotacoes .bvsp .full {
  display: none;
}

.widget-exame-cotacoes .more {
  line-height: 40px;
}

.widget-exame-cotacoes .more .all-markets {
  display: inline-block;
}

.widget-exame-cotacoes .more .all-markets a {
  font-size: 16px;
  font-weight: 900;
  color: #4a4a4a;
}

.widget-exame-cotacoes .more .all-markets a:after {
  content: "\E315";
  font-family: "Material Icons";
  font-size: 18px;
  line-height: 19px;
  vertical-align: middle;
}

.widget-exame-cotacoes .more .offering {
  float: right;
  font-size: 11px;
  color: #626262;
  margin-right: -15px;
}

.widget-exame-cotacoes .more .offering .pbc-cotacoes {
  position: relative;
  width: 120px;
  height: 40px;
}

.widget-exame-cotacoes .more .offering .pbc-cotacoes:before {
  content: "OFERECIMENTO";
  line-height: 11px;
  display: block;
  text-align: center;
  position: absolute;
  left: -85px;
  top: 15px;
}

.widget-exame-cotacoes .source {
  clear: both;
  background: rgba(66, 66, 66, 0.03);
  line-height: 22px;
  color: #757575;
}

.widget-exame-cotacoes .source .last-update {
  font-size: 12px;
}

.widget-exame-cotacoes .source .last-update em {
  display: none;
}

.widget-exame-cotacoes .source .source-link {
  float: right;
  font-size: 11px;
}

.widget-exame-cotacoes .source img {
  width: 115px;
  height: 16px;
  vertical-align: middle;
}

body.with-cotacoes .main-container {
  padding-top: 10px;
}

body.with-cotacoes .home-highlight-news-widget-container,
body.with-cotacoes .home-live-video-widget-container {
  margin-top: 0;
}

@media (min-width: 991px) {
  .widget-exame-cotacoes {
    height: auto;
  }

  .widget-exame-cotacoes .widget-exame-cotacoes-container > .title {
    font-size: 18px;
    line-height: 68px;
    vertical-align: top;
  }

  .widget-exame-cotacoes .exchange-container {
    display: inline-block;
  }

  .widget-exame-cotacoes .exchange-container span,
  .widget-exame-cotacoes .exchange-container strong {
    display: block;
  }

  .widget-exame-cotacoes .exchange-container .exchange {
    display: table-cell;
    width: 80px;
    height: 70px;
    vertical-align: middle;
    text-align: center;
  }

  .widget-exame-cotacoes .exchange-container .value {
    font-size: 16px;
    padding: 2px 0;
  }

  .widget-exame-cotacoes .exchange-container:after {
    display: none;
  }

  .widget-exame-cotacoes .bvsp {
    display: inline-block;
  }

  .widget-exame-cotacoes .bvsp:before {
    content: ".";
    vertical-align: top;
    font-size: 0;
    display: inline-block;
    width: 1px;
    height: 50px;
    background: #e0e0e0;
    margin-top: 10px;
    margin-right: 10px;
  }

  .widget-exame-cotacoes .bvsp > strong {
    vertical-align: top;
    font-size: 18px;
    line-height: 68px;
    margin-right: 20px;
    display: inline-block;
  }

  .widget-exame-cotacoes .bvsp .compact {
    display: none;
  }

  .widget-exame-cotacoes .bvsp .full {
    display: inline-block;
  }

  .widget-exame-cotacoes .bvsp .col {
    display: table-cell;
    height: 70px;
    vertical-align: middle;
    font-size: 14px;
    color: #757575;
  }

  .widget-exame-cotacoes .bvsp .line-title {
    display: inline-block;
  }

  .widget-exame-cotacoes .bvsp .line-value {
    display: inline-block;
  }

  .widget-exame-cotacoes .bvsp .price-and-change {
    padding-right: 10px;
  }

  .widget-exame-cotacoes .bvsp .price-and-change > div {
    line-height: 22px;
  }

  .widget-exame-cotacoes .bvsp .price-and-change .line-title {
    width: 60px;
  }

  .widget-exame-cotacoes .bvsp .price-and-change .line-value {
    width: 70px;
    font-size: 18px;
    color: #4a4a4a;
  }

  .widget-exame-cotacoes .bvsp .high-and-low > div {
    line-height: 22px;
  }

  .widget-exame-cotacoes .bvsp .high-and-low .line-title {
    width: 80px;
  }

  .widget-exame-cotacoes .bvsp .high-and-low .change {
    display: inline-block;
    width: 75px;
    font-size: 18px;
    margin-right: 5px;
  }

  .widget-exame-cotacoes .bvsp .high-and-low .name {
    text-align: left;
    text-overflow: ellipsis;
    width: 73px;
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
  }

  .widget-exame-cotacoes .more {
    position: relative;
  }

  .widget-exame-cotacoes .more .all-markets {
    position: absolute;
    top: -55px;
    right: 160px;
    font-size: 18px;
    font-weight: 900;
  }

  .widget-exame-cotacoes .more .all-markets a {
    font-size: 18px;
  }

  .widget-exame-cotacoes .more .all-markets:before {
    content: ".";
    display: block;
    font-size: 0;
    width: 1px;
    height: 50px;
    background: #e0e0e0;
    top: 0;
    position: absolute;
    left: -17px;
  }

  .widget-exame-cotacoes .more .offering {
    position: absolute;
    top: -65px;
    right: 15px;
    margin-right: 0;
  }

  .widget-exame-cotacoes .more .offering .pbc-cotacoes {
    margin-top: 18px;
  }

  .widget-exame-cotacoes .more .offering .pbc-cotacoes:before {
    left: 0;
    top: -15px;
  }

  .widget-exame-cotacoes .source {
    text-align: right;
  }

  .widget-exame-cotacoes .source .last-update {
    margin-right: 15px;
  }

  .widget-exame-cotacoes .source .last-update em {
    display: inline;
    font-style: normal;
  }

  .widget-exame-cotacoes .source .source-link {
    float: none;
  }

  .invite-scroll-animation {
    animation: none !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
  }
}

.invite-scroll-animation {
  animation: animationFrames ease-in-out 0.5s;
  animation-iteration-count: 2;
  transform-origin: 50% 50%;
  -webkit-animation: animationFrames ease-in-out 0.5s;
  -webkit-animation-iteration-count: 2;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationFrames ease-in-out 0.5s;
  -moz-animation-iteration-count: 2;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationFrames ease-in-out 0.5s;
  -o-animation-iteration-count: 2;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationFrames ease-in-out 0.5s;
  -ms-animation-iteration-count: 2;
  -ms-transform-origin: 50% 50%;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  -ms-animation-delay: 2s;
}

@keyframes animationFrames {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(-25px, 0);
  }

  100% {
    transform: translate(0, 0);
  }
}

@media (max-width: 360px) {
  .widget-exame-cotacoes .more .all-markets {
    margin-top: 7px;
  }

  .widget-exame-cotacoes .more .offering {
    margin-top: 12px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .widget-exame-cotacoes .more .offering .pbc-cotacoes:before {
    left: 0;
    top: -11px;
    font-size: 10px;
    line-height: 12px;
  }
}

.search .page-title-search:before {
  background: #e11b22 !important;
}

.sidebar-top
  .container
  .widget
  .widget-popular-posts-container
  .widget-popular-posts-title {
  color: #e11b22 !important;
}

.exame-header {
  border-top: 21px solid #e11b22;
}

.exame-navbar {
  background-color: #fff;
  width: 100%;
  height: 56px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  margin-top: 13px;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
}

.archive .exame-navbar,
.page .exame-navbar,
.search-results .exame-navbar {
  margin-top: 0;
}

.single .exame-navbar{
  padding: 0 30px 0 40px !important;
}

.search-results #cse-search-box .material-icons {
  color: #fff;
}

.exame-navbar:hover {
  color: #ccc;
}

#assine-ja {
  display: none;
}

#assine-invest-ja {
  display: none;
}

@media screen and (max-width: 900px) {
  #assine-ja {
    display: block;
  }
}

.exame-navbar .menu-item,
.exame-navbar .exame-navbar-brand {
  display: none;
}

@media (min-width: 1400px) {
  .exame-navbar .menu-item {
    display: block;
  }
}

@media (min-width: 1200px) {
  .exame-navbar .menu-item:nth-child(3),
  .exame-navbar .menu-item:nth-child(4),
  .exame-navbar .menu-item:nth-child(5),
  .exame-navbar .menu-item:nth-child(6),
  .exame-navbar .menu-item:nth-child(7) {
    display: block;
  }
}

@media (min-width: 992px) {
  .exame-navbar .menu-item:nth-child(3),
  .exame-navbar .menu-item:nth-child(4),
  .exame-navbar .menu-item:nth-child(5) {
    display: block;
  }
}

@media (min-width: 768px) {
  .exame-navbar .menu-item:nth-child(3),
  .exame-navbar .menu-item:nth-child(4) {
    display: block;
  }

  @media (min-width: 576px) {
    .exame-navbar .menu-item:nth-child(3) {
      display: block;
    }
  }
}

@media (min-width: 576px) {
  .exame-navbar .exame-navbar-brand {
    display: block;
  }
}

.exame-navbar .menu-item a,
.exame-navbar-brand {
  text-transform: uppercase;
  height: 21px;
  font-size: 15px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #2f2f2f;
  margin-top: 3px;
}

.exame-button-paywall {
  width: 143px;
  height: 28px;
  border-radius: 6px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  background-color: #e11b22;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 2.42px;
  margin-top: -2.5px;
}

.exame-button-paywall:active {
  color: #ffffff;
  outline: 0;
  text-decoration: none;
}

@media (max-width: 576px) {
  .exame-button-paywall {
    width: 110px;
  }

  .exame-navbar-brand {
    font-size: 13px;
  }
}

.exame-logo {
  margin-top: 34px;
  display: block;
  text-align: center;
}

.exame-logo h1 {
  margin: 0;
  text-align: center;
}

.exame-logo h1 a span {
  display: block;
  text-indent: -99999px;
  white-space: nowrap;
  margin-top: -40px;
  overflow: hidden;
}

.topbar {
  border-top: 21px solid #e11b22;
}

.social-icons {
  float: right;
  height: 14px;
  object-fit: contain;
  color: #2f2f2f;
  margin: 0 8px;
  font-size: 18px;
}

/* NEW STYLES */
#menuSanduiche {
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  overflow-x: hidden;
  z-index: 99;
  margin-left: 0;
}

#menuSanduiche .ginok {
  padding: 15px;
  width: 100%;
  background: #c59e56;
  color: #fff;
  font-weight: 600;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

.ginok svg {
  position: absolute;
  right: 15px;
  display: inline-block;
  width: 16px;
  height: 16px;
  fill: rgb(255, 255, 255);
  vertical-align: middle;
  margin-left: 15px;
  transition-property: fill;
  transition-timing-function: ease-out;
  transition-duration: 0.2s;
}

.ginok a {
  color: #fff;
  float: left;
}

#menuSanduiche > .assine {
  margin: 0 -15px;
  padding: 0 15px;
  width: calc(100% + 30px);
  background: #e11b22;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

#menuSanduiche > .assine:hover {
  background: #f48e81;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

#menuSanduiche > .assine a {
  color: #fff;
  font-weight: 600;
  padding: 15px;
}

#menuSanduiche > .assine a:hover {
  background: none;
}

#menuSanduiche > li:last-child {
  margin: 0 -15px;
  padding: 0 15px;
  width: calc(100% + 30px);
  background: #e11b22;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

#menuSanduiche > li:last-child:hover {
  background: #f48e81;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

#menuSanduiche > li:last-child a {
  color: #fff;
  font-weight: 600;
  padding: 15px;
}

#menuSanduiche > li:last-child a:hover {
  background: none;
}

.ex-standout {
  background-color: #e11b22;
  color: #fff;
  height: 3.5rem;
  width: 100%;
  font-weight: 900;
}

.red-bg a {
  color: #fff;
}

.red-bg {
  background-color: #e11b22;
  color: #fff;
  display: flex;
  align-items: center;
  height: 70px;
  padding: 0 15px;
}

.white-bg {
  background-color: #ffffff;
}

.logo-interna {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.logo-interna > a {
  display: block;
}

.logo-interna img {
  display: block;
  width: 155px;
  height: 24px;
}

.search#cse-search-box input {
  max-width: 240px;
  width: 100%;
  height: 29px;
  border-radius: 6px;
  margin-left: -5px;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.06px;
}

i.material-icons.search-desk {
  display: block;
}

a.search-mobile-single {
  display: none;
}

#main-header-logo {
  width: 350px;
}

#loginButton img {
  width: 45px;
  height: 45px;
  -webkit-filter: brightness(0) invert(0.3);
  filter: brightness(0) invert(0.3);
  cursor: pointer;
}

.red-bg #loginButton img {
  font-size: 45px;
  cursor: pointer;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.green-bg #loginButton img {
  font-size: 45px;
  cursor: pointer;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

@media (max-width: 576px) {
  .ex-header-menu {
    margin: -60px 0 30px 0;
  }

  #main-header-logo {
    width: 185px;
    margin-bottom: 20px;
  }

  .ex-header-menu #loginButton {
    margin-top: -9px;
  }

  .ex-header-menu #loginButton {
    margin-top: -9px;
  }

  #loginButton img {
    width: 42px;
  }

  .red-bg #loginButton img {
    font-size: 42px;
  }

  .green-bg #loginButton img {
    font-size: 42px;
  }
}

@media screen and (max-width: 990px) {
  #cse-search-box {
    display: none;
  }

  i.material-icons.search-desk {
    display: none;
  }

  a.search-mobile-single {
    display: block;
  }

  .logo-interna img {
    width: 155px;
    padding-left: 5px;
  }
}

.search#cse-search-box input {
  margin-top: 15px;
  margin-bottom: 16px;
  border: solid 1px #fff;
  background: #fafafa;
  position: relative;
}

.header .search i {
  color: #4d4d4d;
}

.single .header .search i,
.page:not(.home) .header .search i,
.error404 .header .search i {
  color: #ffffff;
}

.red-bg .search.form-opened.toggle i {
  margin-top: 15px;
  line-height: 30px;
  color: #e11b22 !important;
  margin-top: 15px;
}

.red-bg #loginButton img {
  font-size: 45px;
  cursor: pointer;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.green-bg #loginButton img {
  font-size: 45px;
  cursor: pointer;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.single .header .nav > ul {
  height: auto !important;
  margin-top: 50px;
  z-index: 99;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.single .header .nav > ul .gold {
  background-color: #c59e56;
  font-weight: 600;
  font-size: 16px;
  padding: 17px 27px;
  margin-left: -12px;
  margin-right: -12px;
  width: calc(100% + 24px);
}

.single .header .nav > ul .gold a {
  color: #ffffff;
}

.single .header .nav > ul .main.menu a {
  text-transform: uppercase;
}

.single .header .nav > ul .categories.menu a {
  font-size: 14px;
  font-weight: 500;
  color: #2f2f2f;
}

.single .header .nav > ul .red-bg {
  margin-left: -12px;
  margin-right: -12px;
  width: calc(100% + 24px);
  padding: 17px 27px;
}

.single .header .nav > ul .red-bg a {
  color: #ffffff;
  font-weight: 600;
}

.single .exame-navbar {
  margin: 0;
}

.toggle-menu {
  cursor: pointer;
  width: 28px;
  height: 29px;
}

.close-modal {
  width: 16px;
  height: 16px;
  opacity: 1;
  margin: 10px;
}

.login-modal {
  width: 913px;
  height: 671px;
  object-fit: contain;
  border-radius: 6px;
  box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
}

.login-modal-title {
  font-size: 40px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.95;
  letter-spacing: normal;
  color: #2f2f2f;
}

.login-modal-paragraph {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #000000;
}

.login-modal-input {
  border-radius: 6px;
  border: solid 1px #8c8c8c;
  height: 48px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #8c8c8c;
}

.login-modal-checkbox {
  height: 20px;
  object-fit: contain;
  border-radius: 3px;
  border: solid 1px #8c8c8c;
}

#login-form .checkbox {
  position: relative;
}

.login-modal-remember {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #8c8c8c;
  margin-left: 30px;
}

.custom-checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: solid 1px #8c8c8c;
}

.login-modal-button {
  height: 40px;
  border-radius: 6px;
  background-color: #e11b22;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  border: 0;
}

.login-modal-button:hover {
  background-color: #f48e81;
  border-color: #f48e81;
}

.login-modal-button:active,
.login-modal-button:focus {
  background-color: #9c1919 !important;
  border-color: #9c1919 !important;
}

.login-modal-esqueceu-sua-senha {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
}

.social-login {
  margin: -40px 40px 0px;
  height: fit-content;
  display: flex;
  flex-direction: column;
}
.login-btn,
.abcRioButton {
  width: 100% !important;
  height: 35px !important;
  border: 1px solid #8c8c8c;
  border-radius: 6px !important;
  padding: 8px;
  text-align: center !important;
  margin-bottom: 6px;
  font-family: "Roboto";
  font-size: 14px;
  color: #3c3c3c !important;
  position: relative !important;
  transition: ease-in-out 0.5s !important;
  box-shadow: none !important;
}
.login-btn:hover,
.abcRioButton:hover {
  border: 1px solid #646464;
  background-color: #f8f8f8;
}
.login-btn img {
  font-size: 20px;
  line-height: 14px;
  position: absolute;
  left: 15px;
  top: 5px;
  width: 19px;
  height: 22px;
}
#apple-btn i {
  color: #000000;
  font-size: 22px;
  top: 8px;
}

#google-btn:hover {
  cursor: pointer;
}

#paywallModal {
  margin-top: -30px;
  z-index: 9;
  background-color: #ffffff;
  width: 100%;
  -webkit-box-shadow: 10px -10px 20px 20px rgba(240, 240, 240, 1);
  -moz-box-shadow: 10px -10px 20px 20px rgba(240, 240, 240, 1);
  box-shadow: 10px -10px 20px 20px rgba(240, 240, 240, 1);
  bottom: 0;
  padding: 30px 0 0 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  display: none;
  position: relative;
}

#paywallModal .container-fluid {
  margin: 0 25px;
}

#paywallModal h3 {
  font-size: 24px;
  color: #2f2f2f;
  font-weight: 600;
  text-align: center;
}

#paywallModal h4 {
  color: #e11b22;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

#paywallModal h5 {
  font-size: 16px;
  font-weight: 600;
  margin: 5px 0 10px 0;
  padding: 0;
}

#paywallModal h6 {
  font-size: 12px;
  line-height: 16px;
  color: #999;
}

#paywallModal p {
  font-size: 16px;
  color: #2f2f2f;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

.sub-sgnwll {
  padding: 0 20px 20px 20px;
}

.sgnwll-field {
  width: 100%;
  border: 1px solid #ced4da;
  border-radius: 6px;
  padding: 15px 10px;
  margin: 20px 0;
}

.sub-sgnwll .form-text {
  float: right;
  margin: 12px 15px 0 0;
  font-size: 14px;
}

.sub-pywll {
  padding: 0 20px;
}

#paywallModal ul {
  text-align: left;
  padding: 10px 0px 10px 13px;
  text-align: left;
  min-height: 260px;
}

#paywallModal li {
  font-size: 14.5px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #2f2f2f;
}

#paywallModal li:before {
  content: "✓ ";
}

.plans-title {
  margin: 10px 0 35px 0;
}

.plans-title h1 {
  color: #e11b22 !important;
  text-align: center;
  margin-bottom: 30px;
}

.plans {
  width: 100%;
  min-height: 300px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
}

.plan {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.16);
  background-color: white;
  border-radius: 6px;
  padding: 20px 10px 30px 10px;
  margin: 0 20px;
  position: relative;
  text-align: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

.plan:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.19);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

.plan a {
  width: 200px;
  background-color: #ea2300;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  border-radius: 4px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

.plan a:hover {
  background-color: #212121;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

.sgnwll-alerts {
  margin-top: 20px;
}

.paywall-button-assine {
  background-color: #ea2300;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  padding: 15px 50px !important;
  border-radius: 4px;
  float: right;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

.paywall-button-assine:hover {
  background-color: #212121;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

.pllwll-large-btn a {
  width: 100%;
  background-color: #fff;
  font-weight: 600;
  text-align: center;
  color: #ea2300;
  margin-top: 25px;
  padding: 13px;
  border-radius: 4px;
  border: 1px solid #ea2300;
  float: right;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

.pllwll-large-btn a:hover {
  background-color: #ea2300;
  color: #fff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

.sub-sgnwll,
.sub-pywll,
.sub-pllwll {
  display: none;
  margin: 20px;
}

.sub-pllwll-resp {
  display: none;
  margin: 0 20px 20px 20px;
}

@media only screen and (max-width: 768px) {
  .plans {
    width: 100%;
    min-height: 300px;
    margin: 0 auto;
    display: block;
    /* Safari */
    display: block;
    /* Standard syntax */
  }

  #paywallModal {
    margin-top: 1%;
    padding: 30px 0 0 10px;
    top: 20px;
    text-align: center;
  }

  #paywallModal .container-fluid {
    margin: 0 12px 0 5px;
  }

  #paywallModal h3 {
    font-size: 21px;
  }

  #paywallModal h4 {
    font-size: 19px;
  }

  #paywallModal h5 {
    font-size: 18px;
  }

  #paywallModal p {
    font-size: 14px;
    color: #2f2f2f;
  }

  .col-container {
    display: block;
    grid-auto-flow: column;
    gap: 0;
    width: 100%;
  }

  .plan {
    padding: 20px 10px 30px;
    margin: 0 0 30px 0px;
  }

  .sub-sgnwll {
    padding: 0;
    display: none;
  }

  .sub-pywll {
    padding: 0;
  }

  .sgnwll-field-1 {
    padding: 0;
  }

  .sgnwll-field-2 {
    padding: 0;
  }

  .sub-sgnwll .form-text {
    width: 100%;
    float: left;
    margin: 12px 0;
  }
}

.login-button {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

@media only screen and (max-width: 991px) {
  .login-button {
    width: auto;
    display: flex;
    justify-content: flex-end;
  }

  .header .search i {
    line-height: normal;
  }
}

.alert-box {
  background: #d30000;
  padding: 24px;
  margin-bottom: 30px;
  width: 101.5%;
  border-radius: 6px;
  text-align: center;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
}

.alert-box-subtitle {
  font-size: 18px !important;
  line-height: 22px;
  color: #fff !important;
  text-align: center;
  font-weight: 500 !important;
  margin-top: 30px;
  text-align: center;
}

.alert-box-button a {
  display: block;
  text-align: center;
  color: #fff;
  background-color: #940000;
  padding: 8px;
  border-radius: 6px;
  width: 100%;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 10px;
}

.alert-box-button a:hover {
  background-color: #6b0000;
}

a#ad-native-title {
  margin-top: 20px;
}

#survey-bottom-style {
  display: flex;
}

.ora_modal__title {
  background-color: #333 !important;
}

footer .teads-inread {
  display: none;
}

/*New Styles for New Login Modal*/
.modal-open {
  cursor: pointer;
}

.modal-backdrop {
  position: fixed;
  z-index: 2147483647;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 800px;
  height: 660px;
  display: flex;
}

.modal-left {
  width: 50%;
  background: #fff;
}

.modal-left form {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  background-color: #ffffff;
  padding: 60px 40px;
}

.modal-left .acesse {
  width: 100%;
  font-size: 40px;
  font-weight: 600;
  color: #2f2f2f;
}

.modal-left .texto {
  width: 100%;
  color: #2f2f2f;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 25px;
}

.modal-left .texto a {
  color: #e11b22;
}

.modal-left .field {
  position: relative;
  width: 100%;
  padding: 10px 0;
}

.modal-left input.login-field {
  width: 100%;
  border: 1px solid #8c8c8c;
  border-radius: 6px;
  height: 48px;
  padding: 10px 14px;
}

.login-msgs {
  width: 50%;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-align: center;
  padding: 30px;
  position: absolute;
  bottom: 0;
  color: #fff;
  display: none;
}

.login-msgs-sgnwll {
  width: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  text-align: center;
  padding: 20px;
  margin-top: 20px;
  border-radius: 4px;
  position: relative;
  bottom: 0;
  display: none;
}

.button-login {
  color: #ffffff;
  font-weight: 700;
  background-color: #e11b22;
  width: 100%;
  font-size: 16px;
  height: 48px;
  margin: 15px 0;
  cursor: pointer;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.button-login:hover {
  background-color: #2f2f2f;
}

#step-back-login-icon {
  position: absolute;
  top: 0px;
  left: 15px;
  font-size: 28px;
  cursor: pointer;
  color: #333;
  display: none;
}

#close-login-icon {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 21px;
  font-weight: bold;
  cursor: pointer;
  color: #333;
}

.modal-right {
  width: 50%;
}

.modal-right img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#forgot-form,
#recovery-form {
  display: none;
}

.password-visibility-icon {
  position: absolute;
  right: 13px;
  top: 20px;
  color: #666;
  cursor: pointer;
}

@media (min-width: 330px) and (max-width: 768px) {
  .modal-left {
    width: 45%;
  }

  #step-back-login-icon {
    top: 15px;
  }

  #close-login-icon {
    display: block;
    top: 25px;
  }
}

@media (max-width: 330px) {
  .modal-left {
    width: 40%;
  }
}

.liveblog-empty-message {
  display: none;
}

.liveblog-feed {
  min-height: auto;
}

/*Hides Infinite Scroll Footer*/
#infinite-footer {
  display: none !important;
}

/*New Styles for New Newsletter*/
.widget-newsletter {
  border: 1px solid #70707029;
  border-radius: 5px;
  padding: 24px 15px;
  background-color: #f7f7f7;
  box-shadow: 0 3px 6px #00000029;
}

.widget-newsletter-subtitle {
  color: #000;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  display: block;
}

.widget-newsletter-description {
  font-size: 14px;
  color: #616161;
  line-height: 20px;
  display: block;
}

.widget-newsletter input {
  border: 0;
  border-bottom: 2px solid #c1c1c1;
  display: block;
  font-size: 18px;
  padding: 15px 0;
  width: 100%;
  background-color: transparent;
  margin-bottom: 16px;
}

.widget-newsletter input[type="submit"] {
  background-color: #e11c22;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  padding: 15px;
  font-size: 20px;
  width: 100%;
  border: 0;
  margin-bottom: 0;
}

.compat-field-credito,
.compat-field-fonte {
  display: none !important;
}

.ad-btg{
  margin-bottom: 40px;
}

.ads-btg-area-title{
  padding: 0 15px;
  margin-bottom: 25px;
}

.ads-btg-area-title span{
  padding: 32px 15px 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: bold;
}

.ads-btg-area-title span:before{
  display: block;
  position: relative;
  width: 75px;
  height: 5px;
  content: "";
  margin-bottom: 15px;
  background: #e11b22;
}

/* BETA PROGRAM */
.top-red-bar {
  width: 100%;
  height: 21px;
  margin-bottom: 45px;
  float: left;
  position: relative;
  border-top: 21px solid #e11b22;
}

#beta-snackbar{
  width: 100%;
  padding: 20px 0;
  float: left;
  background: #000;
  text-align: center;
}

.beta-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
}

#beta-snackbar span{
  font-size: 14px;
  text-align: left;
  color: #fff;
  font-weight: 300;
}
#beta-snackbar span.large-text{
  display: none;
}
@media (min-width: 991px) {
  #beta-snackbar span{  
    font-size: 20px;
  }
  #beta-snackbar span.large-text{
    display: initial;
  }
}

#close-beta {
  top: 10px;
}

#beta-snackbar a{
  min-width: 64px !important;
  border-radius: 20px !important;
  color: #fff !important;
  text-transform: uppercase !important;
  padding: 8px 14px;
  margin: 0 40px 0 200px !important;
  background-color: #e11b22;
  font-size: 20px;
  color: #fff;
  font-size: 15px;
}

#beta-snackbar img {
  filter: brightness(0) invert(1);
}

@media only screen and (max-width: 1124px){
  #beta-snackbar a{
    padding: 10px 14px;
    max-width: auto !important;
    height: auto !important;
    margin: 20px !important;
  }
  
  .beta-snackbar-title{
    width: 100%;
    margin-left: 0;
    padding-right: 10px;
    float: left;
  }

  #close-beta {
    position: absolute;
    right: 20px;
  }


}

#beta-switch-wrapper {
  position: relative;
  /* display: none; */
}

.speech-bubble-area {
  position: absolute;
  top: 60px;
  right: 15px;
  background: #000;
  width: 240px;
  border-radius: 8px;
  padding: 15px 20px;
  animation: fadeIn 5s;
  -webkit-animation: fadeIn 2s;
  -moz-animation: fadeIn 2s;
  -o-animation: fadeIn 2s;
  -ms-animation: fadeIn 2s;
  box-sizing: content-box;
  z-index: 99999;
}
.speech-bubble-area span{
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
}
.speech-bubble-area svg {
  fill: #fff;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.speech-bubble-area::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  bottom: 100%;
  right: 1em;
  border: .75rem solid transparent;
  border-top: none;
  border-bottom-color: #000;
}

.switch-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#beta-snackbar .switch-wrapper span {
  font-size: 12px;
  text-align: right;
  white-space: nowrap;
}
@media (min-width: 991px) {
  #beta-snackbar .switch-wrapper span {
    font-size: 20px;
  }
}
.switch {
  display: inline-block;
  position: relative;
  width: 53px;
  height: 28px;
  margin-left: 10px;
}
@media (min-width: 991px) {
  .switch {
    margin-left: 15px;
  }
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #EA2300;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  left: 3px;
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

#abril_home_highlight_news_widget-284{
  display: none;
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

#close-beta{
  cursor: pointer;
}