/* v20190412 */
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@500;700&display=swap");
/* bLazy */
.b-lazy {
  -webkit-transition: opacity 500ms ease-in-out;
  -moz-transition: opacity 500ms ease-in-out;
  -o-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
  max-width: 100%;
  opacity: 0; }

.b-lazy.b-loaded {
  opacity: 1; }

.pictureWrapper {
  position: relative;
  overflow: hidden; }

.loading {
  background-image: url(/mcnews/img/puff.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 80px;
  transition: none; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table; }
  .clearfix:after {
    clear: both; }

/*************/
/* Variables */
/*************/
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'mcnews';
  src: url("../fonts/mcnews.eot?zfedai");
  src: url("../fonts/mcnews.eot?zfedai#iefix") format("embedded-opentype"), url("../fonts/mcnews.ttf?zfedai") format("truetype"), url("../fonts/mcnews.woff?zfedai") format("woff"), url("../fonts/mcnews.svg?zfedai#mcnews") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'mcnews' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-mobile-devices:before {
  content: "\e900"; }

.icon-display:before {
  content: "\e901"; }

.icon-screen:before {
  content: "\e901"; }

.icon-pc:before {
  content: "\e901"; }

.icon-computer:before {
  content: "\e901"; }

.icon-desktop:before {
  content: "\e901"; }

.icon-devices:before {
  content: "\e902"; }

.icon-camera_alt:before {
  content: "\e903"; }

.icon-live_tv:before {
  content: "\e904"; }

.icon-important_devices:before {
  content: "\e905"; }

.icon-chevron-down:before {
  content: "\e906"; }

.icon-chevron-left:before {
  content: "\e907"; }

.icon-chevron-right:before {
  content: "\e908"; }

.icon-chevron-up:before {
  content: "\e909"; }

.icon-images:before {
  content: "\e90e"; }

.icon-camera:before {
  content: "\e90f"; }

.icon-headphones:before {
  content: "\e910"; }

.icon-mic:before {
  content: "\e91e"; }

.icon-tv:before {
  content: "\e95b"; }

.icon-bubble:before {
  content: "\e96b"; }

.icon-search:before {
  content: "\e986"; }

.icon-menu:before {
  content: "\e9bd"; }

.icon-cross:before {
  content: "\ea0f"; }

.icon-checkmark:before {
  content: "\ea10"; }

.icon-play:before {
  content: "\ea1c"; }

.icon-paragraph-left:before {
  content: "\ea77"; }

.icon-facebook:before {
  content: "\ea90"; }

.icon-instagram:before {
  content: "\ea92"; }

.icon-whatsapp:before {
  content: "\ea93"; }

.icon-twitter:before {
  content: "\ea96"; }

.icon-linkedin:before {
  content: "\eaca"; }

body {
  font-family: "Quicksand", sans-serif;
  line-height: 1.2;
  font-weight: 100;
  color: #505050;
  -webkit-font-smoothing: antialiased !important;
  font-smoothing: antialiased !important;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

.body-hidden {
  overflow: hidden; }

a {
  color: #006eae;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

a:hover {
  color: #006eae; }

h3 {
  font-size: 16px;
  margin: 10px 0; }
  @media (max-width: 480px) {
    h3 {
      font-size: 28px;
      text-align: center;
      padding: 0 0 10px 0; } }

h4 {
  font-size: 20px;
  padding: 10px 0;
  text-transform: uppercase; }
  h4 a:hover {
    color: #bababa; }

#BILLBOARD {
  margin: 30px auto; }

textarea, select, button {
  -webkit-appearance: none; }

.small {
  font-size: 14px;
  opacity: 0.8; }

b, strong {
  font-weight: 700; }

.linklogo {
  display: block;
  width: 80%;
  margin: 0 auto 5% auto;
  padding-top: 32%; }
  @media (min-width: 1080px) {
    .linklogo {
      padding-top: 26%;
      margin: 0 auto 3% auto; } }

.picture16x9 {
  padding-top: 57%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ccc; }

.bt {
  display: block;
  font-size: 12px;
  line-height: 30px;
  border-radius: 15px;
  width: 100px;
  text-align: center;
  background-color: #006eae;
  color: #fff;
  font-weight: 700; }
  @media (hover: hover) {
    .bt:hover {
      color: #fff; } }

.tb-more {
  margin: 40px auto !important; }

.paginacao {
  padding: 50px 0;
  font-size: 12px;
  text-align: center; }
  .paginacao .bt {
    font-size: 12px;
    line-height: 30px;
    border-radius: 15px;
    width: 100px;
    text-align: center;
    background-color: #fff;
    color: #006eae;
    border: 1px solid #006eae;
    display: inline-block;
    margin: 0 20px !important; }

.contentData {
  background-image: url("/img/background.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 125%;
  background-color: #fff;
  padding-bottom: 40px;
  box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.2);
  min-height: 1500px; }
  @media (min-width: 1080px) {
    .contentData {
      background-size: contain; } }
  .contentData .content {
    margin: 0 6%; }
    @media (min-width: 1080px) {
      .contentData .content {
        max-width: 750px;
        margin: 0 auto; } }
    .contentData .content .grid {
      display: grid;
      grid-gap: 50px;
      grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); }
      .contentData .content .grid .item {
        position: relative;
        padding-bottom: 45px;
        border-radius: 12px;
        box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.2);
        overflow: hidden;
        background-color: #fff; }
        .contentData .content .grid .item .titulo {
          padding: 15px;
          font-size: 15px;
          color: #006eae; }
          .contentData .content .grid .item .titulo h2 {
            margin-bottom: 10px;
            font-size: 22px;
            color: #006eae; }
        .contentData .content .grid .item .personalidadeTitle {
          text-align: center; }
          .contentData .content .grid .item .personalidadeTitle h2 {
            font-size: 26px;
            line-height: 1; }
        .contentData .content .grid .item .bt {
          position: absolute;
          left: 15px;
          bottom: 15px; }
        .contentData .content .grid .item .personalidade {
          width: 150px;
          height: 150px;
          margin: 25px auto 10px auto;
          border-radius: 50%;
          overflow: hidden;
          background-size: auto 105%;
          background-repeat: no-repeat;
          background-position: 10px 5px;
          border: solid 1px #ccc;
          background-color: #fff; }

.newsletter {
  background-color: #fff;
  box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 15px;
  margin: 50px 25px; }

.rightContent {
  background-color: #006198;
  padding-top: 38%; }

.separador {
  font-size: 19px;
  font-weight: 700;
  color: #888888;
  line-height: 20px;
  text-transform: uppercase;
  margin: 70px 0 20px 0; }

.nota {
  font-size: 13px; }
  .nota a {
    display: block;
    padding-top: 10px; }

.emdestaque {
  position: relative;
  padding-bottom: 20px;
  border-radius: 12px;
  box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
  background-color: #fff;
  padding-left: 30%;
  min-height: 170px;
  margin-bottom: 80px; }
  @media (max-width: 480px) {
    .emdestaque {
      padding-left: 0;
      padding-bottom: 62%; } }
  .emdestaque .pictureWrapper {
    width: 30%;
    position: absolute;
    left: 0;
    bottom: 0; }
    @media (max-width: 480px) {
      .emdestaque .pictureWrapper {
        width: 70%; } }
    .emdestaque .pictureWrapper .picture16x9 {
      padding-top: 85%;
      background-size: contain;
      background-position: left bottom;
      background-color: #ffffff; }
  .emdestaque .titulo {
    display: table;
    min-height: 170px; }
    .emdestaque .titulo h2 {
      text-transform: uppercase;
      font-weight: 700;
      padding-bottom: 10px;
      font-size: 20px; }
    .emdestaque .titulo .personContent {
      display: table-cell;
      vertical-align: middle;
      padding: 15px; }
    @media (max-width: 480px) {
      .emdestaque .titulo .person {
        padding-left: 50%;
        position: absolute; } }
  .emdestaque .bt {
    position: absolute;
    bottom: 15px;
    right: 15px; }

.imgArtigo {
  width: 100%;
  margin: 10px auto;
  border-radius: 18px;
  overflow: hidden; }
  .imgArtigo img {
    width: 100%;
    height: auto; }

.date {
  font-size: 14px;
  margin-bottom: 15px;
  color: #808080;
  text-transform: uppercase;
  display: block; }

h1 {
  font-weight: 700;
  margin-right: 40%;
  padding-bottom: 30px;
  font-size: 5vw; }
  @media (min-width: 1080px) {
    h1 {
      font-size: 34px; } }
  @media (max-width: 480px) {
    h1 {
      font-size: 6vw; } }

.articleBody {
  padding: 20px 0;
  line-height: 1.2;
  font-size: 20px;
  border-radius: 18px;
  background-color: #fff; }
  @media (min-width: 500px) {
    .articleBody {
      text-align: justify; } }
  .articleBody p {
    margin: 15px 0; }
  .articleBody a {
    text-decoration: underline; }
  @media (min-width: 500px) {
    .articleBody {
      padding: 20px 25px; } }
  .articleBody img {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 0 auto; }

.iolgallery-content {
  background-color: #222222 !important; }

.extraWrapper {
  background-color: #222;
  padding: 20px 12px 12px 12px;
  overflow: hidden; }
  .extraWrapper .maisVideos {
    width: 45%;
    max-width: 150px;
    margin: 4px;
    color: #fff;
    float: left;
    font-size: 12px;
    cursor: pointer; }
  .extraWrapper .pictureWrapper {
    width: 100%;
    margin-bottom: 5px; }
    .extraWrapper .pictureWrapper .picture16x9 {
      padding-top: 56.6%; }

.sharesDiv {
  text-align: center;
  margin: 15px 0; }
  .sharesDiv div {
    display: inline-block;
    margin: 0 6px;
    color: #0271AF;
    background-color: #fff;
    line-height: 42px;
    text-align: center;
    text-decoration: none;
    font-size: 22px;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    border: solid 1px #0271AF;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer; }
    .sharesDiv div:hover {
      background-color: #0271AF;
      color: #fff; }

.programacaoDiv {
  position: relative;
  margin: 0 40px; }
  .programacaoDiv:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0;
    width: 20px;
    opacity: 0.5;
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.4)));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    /* ie10+ */
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 );
    /* ie6-9 */ }
  .programacaoDiv .programacao-wrapper {
    width: auto;
    -ms-overflow-style: none;
    overflow-x: auto;
    overflow-y: hidden;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none; }
    .programacaoDiv .programacao-wrapper .programacao-content {
      width: max-content;
      display: grid;
      grid-gap: 10px; }
      .programacaoDiv .programacao-wrapper .programacao-content .item {
        padding: 12px;
        border-radius: 12px;
        background-color: #f6f6f6;
        font-size: 14px; }
        .programacaoDiv .programacao-wrapper .programacao-content .item h2 {
          font-size: 17px;
          font-weight: 700;
          margin-bottom: 6px;
          margin-top: 2px; }
        .programacaoDiv .programacao-wrapper .programacao-content .item div {
          margin-top: 2px;
          color: #888888; }
        .programacaoDiv .programacao-wrapper .programacao-content .item a {
          line-height: 40px;
          font-size: 12px;
          font-weight: 700;
          display: block; }
  .programacaoDiv .slidebuton {
    display: block;
    position: absolute;
    top: 0px;
    width: 40px;
    height: 100%;
    font-size: 40px;
    border: 0;
    opacity: 1;
    cursor: pointer;
    outline: none;
    color: blue;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 36px; }
  .programacaoDiv .slide-prev {
    left: -40px;
    text-align: left;
    background-image: url(/img/left.svg);
    background-color: #fff; }
    .programacaoDiv .slide-prev:before {
      position: absolute;
      top: 50%;
      margin-top: -20px;
      left: 0; }
      @media (max-width: 480px) {
        .programacaoDiv .slide-prev:before {
          display: none; } }
  .programacaoDiv .slide-next {
    right: -40px;
    text-align: right;
    background-color: #fff;
    background-image: url(/img/right.svg); }
    .programacaoDiv .slide-next:before {
      position: absolute;
      top: 50%;
      margin-top: -20px;
      right: 0; }
      @media (max-width: 480px) {
        .programacaoDiv .slide-next:before {
          display: none; } }

/* smartphones, touchscreens */
@media (hover: none) and (pointer: coarse) {
  .programacaoDiv {
    margin: 0; }
    .programacaoDiv .slide-next, .programacaoDiv .slide-prev {
      display: none !important; }
    .programacaoDiv .programacao-wrapper {
      padding: 0 5px; }
    .programacaoDiv:after {
      right: -3px; } }
  @media (hover: none) and (pointer: coarse) and (max-width: 480px) {
    .programacaoDiv {
      width: 112%;
      margin-left: -6%; } }

.programacao-wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  border-radius: 0px;
  background-color: transparent;
  display: none; }

.programacao-wrapper::-webkit-scrollbar {
  width: -20px;
  background-color: transparent;
  display: none; }

.programacao-wrapper::-webkit-scrollbar-thumb {
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  background-color: transparent;
  display: none; }

.iolgallery {
  width: 100%;
  outline: none; }

.iolgallery:before {
  content: "";
  display: block;
  padding-top: 56.25%; }

.iolgallery-content {
  width: 100%;
  height: 100%;
  background: #111111; }

.iolgallery-content .owl-carousel, .iolgallery-content .owl-stage-outer, .iolgallery-content .owl-stage, .iolgallery-content .owl-item {
  height: 100%; }

.iolgallery-slide {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain; }

.iolgallery-slide-wrapper {
  height: 100%; }

.iolgallery-slide-title {
  position: absolute;
  bottom: 10px;
  left: 20px;
  width: auto;
  display: inline-block;
  background-color: rgba(34, 48, 61, 0.5);
  font-size: 14px;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden; }

.iolgallery-slide-number, .iolgallery-slide-description {
  display: inline-block; }

.iolgallery-content {
  color: #fff; }

.iolgallery-slide-pub {
  display: table;
  width: 100%;
  height: 100%;
  font-size: 12px; }
  .iolgallery-slide-pub .iolgallery-slide-pub-content {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #ccc; }
  .iolgallery-slide-pub iframe {
    margin: 0 auto; }

.owl-nav, #close-btn span, .sharesDiv span, #open-share span, .showMoreInfo span {
  /*
  
  */ }

.owl-nav {
  top: auto;
  bottom: 0; }
  .owl-nav .owl-next, .owl-nav .owl-prev {
    position: absolute;
    z-index: 999999;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
    min-height: auto;
    background-color: rgba(0, 0, 0, 0.35);
    color: #fff;
    font-family: 'site' !important;
    font-size: 46px;
    line-height: 80px;
    text-align: center;
    cursor: pointer;
    outline: none;
    border: 0;
    margin: 0;
    padding: 0;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.7);
    /*
    &:before {
        top:50%; 
        margin-top: -40px;
        line-height: 80px;
        @media (max-width: 767px) {
            line-height: 100px;
        }
    }
    */ }
    @media (max-width: 767px) {
      .owl-nav .owl-next, .owl-nav .owl-prev {
        background-color: transparent;
        color: #fff;
        opacity: 1;
        height: 100px;
        width: 100px; } }
  .owl-nav .owl-next {
    right: 0px; }
    @media (max-width: 767px) {
      .owl-nav .owl-next {
        text-align: right;
        padding-right: 10px; } }
  .owl-nav .owl-prev {
    left: 0px; }
    @media (max-width: 767px) {
      .owl-nav .owl-prev {
        text-align: left;
        padding-left: 10px; } }

.owl-next:before {
  content: "\e409"; }

.owl-prev:before {
  content: "\e408"; }

.owl-dots {
  display: none; }

.maximizeThis {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: rgba(34, 48, 61, 0.5);
  z-index: 10;
  cursor: pointer; }
  .maximizeThis span:before {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 30px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg); }

.iolgallery {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out; }

.blowUP {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  position: fixed;
  z-index: 300;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

.iconBlowUP {
  position: fixed;
  top: 10px;
  right: 10px; }

@keyframes animateOwl {
  to {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; } }
body {
  background-color: #e8e8e8;
  margin-top: 35px; }

#barraIOL {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.contentData {
  max-width: 1080px;
  margin: 0 auto; }

.item-0, .item-2, .item-3, .item-6, .item-7, .item-10, .item-11 {
  background-color: #006eae !important; }
  .item-0 .titulo, .item-2 .titulo, .item-3 .titulo, .item-6 .titulo, .item-7 .titulo, .item-10 .titulo, .item-11 .titulo {
    color: #fff !important; }
    .item-0 .titulo h2, .item-2 .titulo h2, .item-3 .titulo h2, .item-6 .titulo h2, .item-7 .titulo h2, .item-10 .titulo h2, .item-11 .titulo h2 {
      color: #fff !important; }
  .item-0 .bt, .item-2 .bt, .item-3 .bt, .item-6 .bt, .item-7 .bt, .item-10 .bt, .item-11 .bt {
    background-color: #fff !important;
    color: #006eae !important; }

.item-newsletter {
  background-color: #e8e8e8 !important;
  font-size: 16px;
  padding-bottom: 0 !important; }
  .item-newsletter div {
    padding: 0 15px; }
  .item-newsletter h2 {
    padding: 15px;
    font-weight: 600;
    font-size: 20px; }

/*# sourceMappingURL=style2.css.map */
