@charset "UTF-8";
/*cores*/
#eyeDiv {
  display: none; }

header {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  height: 140px; }
  @media only screen and (max-width: 980px) {
    header {
      height: 80px; } }
  header nav {
    display: none;
    position: absolute;
    z-index: 100;
    top: 110px;
    left: 0;
    width: 320px;
    padding: 40px 0 40px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c8b6a0+0,f5ece1+15 */
    background: #c8b6a0;
    /* Old browsers */
    background: -moz-linear-gradient(top, #c8b6a0 0%, #f5ece1 15%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #c8b6a0 0%, #f5ece1 15%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #c8b6a0 0%, #f5ece1 15%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8b6a0', endColorstr='#f5ece1',GradientType=0 );
    /* IE6-9 */ }
    @media only screen and (max-width: 980px) {
      header nav {
        padding: 20px 0 20px;
        top: 80px; } }
    header nav a {
      display: block;
      padding: 0 30px;
      font-weight: 800;
      line-height: 40px;
      text-transform: uppercase;
      color: #222; }
      @media (hover: hover) {
        header nav a:hover {
          background-color: #fff; } }
    header nav .mainNav {
      margin-top: 20px; }
      header nav .mainNav a {
        font-size: 18px; }
      header nav .mainNav .break {
        margin-top: 20px; }
    header nav .tinyNav {
      margin: 20px 0; }
      header nav .tinyNav span {
        display: inline-block;
        width: 30px;
        text-align: center;
        font-size: 18px; }
    header nav .socialNav {
      padding: 0 30px; }
      header nav .socialNav li {
        display: inline-block; }
        header nav .socialNav li a {
          position: relative;
          display: block;
          width: 40px;
          height: 60px;
          background-color: #EFE4D6;
          margin: 0;
          padding: 0; }
          @media (hover: hover) {
            header nav .socialNav li a:hover {
              background-color: #9E8C79; }
              header nav .socialNav li a:hover [class^="icon-"], header nav .socialNav li a:hover [class*=" icon-"] {
                color: #fff; } }
          header nav .socialNav li a [class^="icon-"], header nav .socialNav li a [class*=" icon-"] {
            position: absolute;
            left: 50%;
            bottom: 10px;
            transform: translateX(-50%);
            font-size: 20px;
            color: #242424;
            margin: 0;
            padding: 0; }
          @media (hover: hover) {
            header nav .socialNav li a:hover {
              background-color: #fff; } }
      header nav .socialNav li + li a {
        margin-left: 10px; }
    header nav #form_search {
      margin: 20px 0 0;
      padding: 0 30px; }
      header nav #form_search * {
        box-sizing: border-box;
        display: inline-block;
        vertical-align: top;
        border: 0;
        outline: 0;
        padding: 0;
        margin: 0; }
      header nav #form_search input {
        width: 220px;
        height: 40px;
        font-family: "museo-sans", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: 700;
        line-height: 40px;
        padding: 0 10px; }
      header nav #form_search button {
        width: 40px;
        height: 40px;
        background-color: #C8B6A0;
        color: #fff; }
        @media (hover: hover) {
          header nav #form_search button:hover {
            background-color: #f5ece1;
            color: #242424; } }
        header nav #form_search button span {
          font-size: 20px; }
  header .proglogo {
    position: relative;
    z-index: 101;
    display: inline-block;
    vertical-align: middle;
    max-width: 272px; }
    header .proglogo img {
      width: 100%;
      height: auto; }
    @media only screen and (max-width: 980px) {
      header .proglogo {
        max-width: 156px; } }
    header .proglogo a {
      display: block; }
    header .proglogo img {
      display: block; }

.open-layer {
  position: relative;
  z-index: 101;
  background-color: #EFE4D6;
  color: #242424;
  display: inline-block;
  vertical-align: middle; }
  .open-layer span {
    display: block;
    width: 50px;
    height: 80px;
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase; }
    .open-layer span:before {
      position: absolute;
      bottom: 10px;
      left: 0px;
      font-size: 32px;
      width: 50px;
      text-align: center; }
  .open-layer.close span:before {
    position: absolute;
    top: auto;
    left: 50%;
    bottom: 10px;
    font-family: 'comecardozero';
    font-size: 32px;
    content: "";
    transform: translateX(-50%); }

.headerSectionName {
  max-width: 1440px;
  margin: 10px auto;
  padding: 0 10px;
  font-family: "museo", Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 900;
  text-transform: uppercase;
  color: #242424; }
  @media only screen and (max-width: 480px) {
    .headerSectionName {
      margin: 10px auto;
      font-size: 7.5vw; } }

/* header rest of site */
.mainMultimedia {
  background-color: #242424; }
  .mainMultimedia .mainColumnLeft {
    color: #fff; }
    .mainMultimedia .mainColumnLeft .date {
      font-size: 14px;
      margin: 20px; }
    .mainMultimedia .mainColumnLeft h1 {
      font-size: 22px;
      font-weight: 700;
      margin: 20px; }
    .mainMultimedia .mainColumnLeft .res {
      font-size: 16px;
      margin: 20px; }
  .mainMultimedia .mainColumnRight {
    margin: 20px auto;
    /*text-align: center;*/ }
    @media (min-width: 768px) {
      .mainMultimedia .mainColumnRight {
        margin: 10px auto; } }
    .mainMultimedia .mainColumnRight iframe {
      display: block;
      margin: 0 auto; }

.multimediasList {
  max-width: 1440px;
  margin: 0 auto;
  padding: 20px;
  display: grid;
  /*grid-template-columns: repeat(6, 1fr);*/
  /*grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));*/
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 30px 20px; }
  @media only screen and (max-width: 728px) {
    .multimediasList {
      padding: 20px 10px;
      grid-gap: 30px 10px; } }
  @media only screen and (max-width: 440px) {
    .multimediasList {
      grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); } }
  .multimediasList .sectionName {
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    grid-column: 1 / -1; }
  .multimediasList .item a {
    display: block;
    color: #242424;
    -webkit-transition: all 0.15s ease-in-out 0s;
    -moz-transition: all 0.15s ease-in-out 0s;
    -o-transition: all 0.15s ease-in-out 0s;
    transition: all 0.15s ease-in-out 0s; }
    @media (hover: hover) {
      .multimediasList .item a:hover {
        opacity: .5; } }
  .multimediasList .item .date {
    font-size: 12px;
    font-weight: 200;
    margin: 10px 6px 6px 10px; }
  .multimediasList .item h2 {
    font-size: 16px;
    font-weight: 500;
    margin: 6px 6px 10px 10px; }
  .multimediasList .item span {
    position: absolute;
    top: -4px;
    left: 10px;
    display: block;
    width: 30px;
    height: 30px;
    background-color: #f5ece1;
    margin: 0;
    padding: 0;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.35);
    /*
    &[class*="play"] {
        background-color: $greydarker;
    }
    &[class*="camera"] {
        background-color: #719b9b;
    }
    &[class*="article"] {
        background-color: #ffa528;
    }
    */ }
    .multimediasList .item span:before {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      font-size: 18px;
      color: #242424; }

.defaultSection .box-media {
  max-width: 1440px;
  margin: 30px auto;
  padding: 20px;
  display: grid;
  /*grid-template-columns: repeat(4, 1fr);*/
  /*grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));*/
  grid-gap: 60px 20px; }
  @media only screen and (max-width: 360px) {
    .defaultSection .box-media {
      padding: 10px; } }
  .defaultSection .box-media .sectionName {
    display: inline-block;
    font-family: "museo", Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    grid-column: 1 / -1;
    grid-gap: 60px 20px; }
    .defaultSection .box-media .sectionName .sectionTit {
      display: inline-block;
      color: #222; }
      @media (hover: hover) {
        .defaultSection .box-media .sectionName .sectionTit:hover {
          cursor: pointer;
          color: #C8B6A0;
          opacity: 1;
          background-color: transparent; } }
  .defaultSection .box-media .item a {
    border-radius: 6px;
    display: block;
    cursor: pointer;
    color: #242424;
    -webkit-transition: all 0.15s ease-in-out 0s;
    -moz-transition: all 0.15s ease-in-out 0s;
    -o-transition: all 0.15s ease-in-out 0s;
    transition: all 0.15s ease-in-out 0s; }
    @media (hover: hover) {
      .defaultSection .box-media .item a:hover {
        opacity: .5; } }
  .defaultSection .box-media .item .date {
    margin: 20px 6px 6px 20px;
    font-size: 14px; }
  .defaultSection .box-media .item h2 {
    margin: 6px 6px 20px 20px;
    font-size: 18px;
    font-weight: 500; }
  .defaultSection .box-media .item span {
    position: absolute;
    top: -10px;
    left: 20px;
    display: block;
    width: 40px;
    height: 60px;
    background-color: #f5ece1;
    margin: 0;
    padding: 0;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.35);
    /*
    &[class*="play"] {
        background-color: $greydarker;
    }
    &[class*="camera"] {
        background-color: #719b9b;
    }
    &[class*="article"] {
        background-color:#ffa528 ;
    }
    */
    display: inline-block; }
    .defaultSection .box-media .item span:before {
      position: absolute;
      left: 50%;
      bottom: 10px;
      transform: translateX(-50%);
      font-size: 24px;
      color: #242424; }
  @media (max-width: 675px) {
    .defaultSection .box-media .item.selected {
      display: none; } }

.homeSection, .rewindSection {
  overflow: hidden;
  /*
  &.row1 {
      background-color: $greyultralight;
  }
  &.row2 {
      background-color: $greylight;
  }
  &.row3 {
      background-color: #c5d4d5;
  }
  */ }

.homeSection .box-media {
  grid-gap: 30px 20px; }

#loadDiv {
  position: relative; }

.galeria_item {
  position: relative;
  width: 100%; }

.iolgallery {
  position: relative;
  width: 100%;
  background-color: #111; }

.iolgallery:before {
  content: " ";
  display: block;
  padding-top: 56.25%; }
  @media only screen and (max-width: 572px) {
    .iolgallery:before {
      padding-top: 330px; } }

.iolgallery-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.iolgallery-content .owl-carousel,
.iolgallery-content .owl-stage-outer,
.iolgallery-content .owl-stage,
.iolgallery-content .owl-item {
  height: 100%; }

.iolgallery-slide {
  position: relative;
  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;
  width: 100;
  height: 100%;
  min-height: 30px; }

.iolgallery-content .owl-nav button {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  display: block;
  z-index: 99;
  cursor: pointer;
  outline: none; }
  @media only screen and (max-width: 572px) {
    .iolgallery-content .owl-nav button {
      width: 60px; } }
  .iolgallery-content .owl-nav button:before {
    font-family: 'comecardozero';
    font-size: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75); }
    @media only screen and (max-width: 572px) {
      .iolgallery-content .owl-nav button:before {
        font-size: 40px; } }

.iolgallery-content .owl-nav .owl-next {
  right: 0px;
  animation-name: vergaleria;
  animation-duration: 0.4s;
  animation-iteration-count: 14;
  animation-timing-function: ease;
  animation-direction: alternate;
  -webkit-animation-name: vergaleria;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-iteration-count: 14;
  -webkit-animation-timing-function: ease;
  -webkit-animation-direction: alternate; }
  .iolgallery-content .owl-nav .owl-next:before {
    content: "\e409"; }

@keyframes vergaleria {
  from {
    right: 0px; }
  to {
    right: 30px; } }
@-webkit-keyframes vergaleria {
  from {
    right: 0px; }
  to {
    right: 30px; } }
.iolgallery-content .owl-nav .owl-prev {
  left: 0px; }
  .iolgallery-content .owl-nav .owl-prev:before {
    content: "\e408"; }

.iolgallery-content .owl-dots {
  display: none; }

.iolgallery-slide-wrapper {
  position: relative;
  height: 100%; }

.iolgallery-slide-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 30px 10px 10px 10px;
  font-size: 14px;
  color: #ccc;
  background: -moz-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, black));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%);
  /* ie10+ */
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
  /* ie6-9 */
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75); }

.iolgallery-slide-number {
  display: inline-block; }

.iolgallery-slide-pub {
  text-align: center;
  font-size: 12px;
  display: table;
  width: 100%;
  height: 100%; }

.iolgallery-slide-pub .iolgallery-slide-pub-content {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #ccc; }

.iolgallery-slide-pub iframe {
  margin: 0 auto; }

.iolgallery-slide-pub img {
  display: none !important; }

.maximizeThis {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: rgba(36, 36, 36, 0.5);
  z-index: 1000;
  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); }

.blowUP {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999; }

.iconBlowUP {
  position: fixed;
  top: 10px;
  right: 10px; }

/*
.fullScreenThis {
    position: absolute;
    top: 10px;
    right: 60px;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: rgba(36, 36, 36, .5);
    z-index: 1000;
    cursor: pointer;
    span:before {
        position: absolute;
        top: 50%;
        left: 50%;
        color: #fff;
        font-size: 26px;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}
.iconFullScreen {
    position: fixed !important;
    top: 10px;
    right: 60px;
}
*/
.articleTitle {
  max-width: 1440px;
  margin: 0 auto; }
  .articleTitle h3 {
    margin: 20px auto;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 400; }
    @media only screen and (max-width: 480px) {
      .articleTitle h3 {
        font-size: 12px; } }
  .articleTitle h1 {
    max-width: 1440px;
    margin: 10px auto;
    padding: 0 20px;
    font-size: 40px;
    font-weight: 800;
    color: #242424;
    color: #000; }
    @media only screen and (max-width: 728px) {
      .articleTitle h1 {
        font-size: 28px; } }
    @media only screen and (max-width: 480px) {
      .articleTitle h1 {
        font-size: 6.5vw; } }

.articleWrapper {
  max-width: 1440px;
  margin: 30px auto;
  white-space: normal;
  overflow-wrap: break-word;
  font-size: 20px; }
  .articleWrapper .articleDetails {
    max-width: 768px;
    margin: 0 auto; }
    .articleWrapper .articleDetails h3 {
      font-size: 14px;
      margin: 20px;
      color: #666666; }
    .articleWrapper .articleDetails h1 {
      font-size: 36px;
      font-weight: 700;
      margin: 20px; }
    .articleWrapper .articleDetails h2 {
      font-size: 22px;
      font-weight: 700;
      margin: 30px 20px; }
      @media only screen and (max-width: 360px) {
        .articleWrapper .articleDetails h2 {
          font-size: 18px;
          margin: 20px 10px; } }
  .articleWrapper .articleBody {
    max-width: 768px;
    margin: 0 auto; }
    .articleWrapper .articleBody .articleText {
      font-size: 20px;
      margin: 20px;
      word-wrap: break-word;
      line-height: 145%; }
      @media only screen and (max-width: 360px) {
        .articleWrapper .articleBody .articleText {
          margin: 10px; } }
      .articleWrapper .articleBody .articleText p {
        margin: 20px 0; }
      .articleWrapper .articleBody .articleText img {
        width: 100%;
        max-width: 100%;
        height: auto; }
      .articleWrapper .articleBody .articleText a {
        color: #9E8C79;
        font-weight: 500; }
        @media (hover: hover) {
          .articleWrapper .articleBody .articleText a:hover {
            text-decoration: underline; } }
      .articleWrapper .articleBody .articleText iframe[class^="instagram"] {
        margin: 30px auto !important; }
      .articleWrapper .articleBody .articleText .item-Pub {
        display: table;
        margin: 40px auto; }
    .articleWrapper .articleBody .articleTags {
      margin: 60px 20px 20px 20px;
      font-size: 14px; }
      @media only screen and (max-width: 360px) {
        .articleWrapper .articleBody .articleTags {
          margin: 20px 10px; }
          .articleWrapper .articleBody .articleTags span {
            display: block; } }
      .articleWrapper .articleBody .articleTags a {
        display: inline-block;
        color: #ff7027;
        font-weight: 700;
        margin: 10px 0 10px 20px; }
        @media only screen and (max-width: 360px) {
          .articleWrapper .articleBody .articleTags a {
            /*margin: 10px;*/ } }
        @media (hover: hover) {
          .articleWrapper .articleBody .articleTags a:hover {
            text-decoration: underline; } }
  .articleWrapper .articlesSameDay {
    max-width: 768px;
    margin: auto;
    text-align: center; }

.mediaRelated {
  max-width: 1440px;
  margin: 0 auto;
  background-color: #333; }
  .mediaRelated .multimediasList .sectionName {
    color: #fff; }
  .mediaRelated .multimediasList a {
    color: #fff; }
    @media (hover: hover) {
      .mediaRelated .multimediasList a:hover {
        color: #fff; } }

.sectionLasthour {
  background-color: #f5f5f5; }
  .sectionLasthour .multimediasList {
    max-width: 1440px;
    margin: 0 auto; }

@media only screen and (max-width: 360px) {
  .multimediasList {
    padding: 20px 10px; } }

.articleExtra {
  max-width: 1440px;
  margin: 0 auto; }
  .articleExtra .picture16x9 {
    padding-bottom: 25%; }

@media only screen and (max-width: 360px) {
  .sharesDiv {
    margin: 10px; } }

/* IE 11 fix for the 2.6% that live on the past */
_:-ms-fullscreen .mainMultimedia, :root .mainMultimedia {
  overflow: hidden; }
  _:-ms-fullscreen .mainMultimedia .mainColumnLeft, :root .mainMultimedia .mainColumnLeft {
    width: calc(100% - 340px);
    float: left; }
    @media only screen and (max-width: 980px) {
      _:-ms-fullscreen .mainMultimedia .mainColumnLeft, :root .mainMultimedia .mainColumnLeft {
        width: 100%;
        float: none; } }
@media only screen and (max-width: 980px) and (min-width: 728px) {
  _:-ms-fullscreen .mainPub, :root .mainPub {
    width: 300px;
    margin: 20px;
    float: left; } }
_:-ms-fullscreen .sectionRelated .multimediasList, :root .sectionRelated .multimediasList {
  display: flex;
  flex-flow: row wrap; }
  _:-ms-fullscreen .sectionRelated .multimediasList .item, :root .sectionRelated .multimediasList .item {
    display: inline-block;
    vertical-align: top;
    width: calc(100% * (1/3) - 20px - 1px);
    margin: 30px 10px 0; }
    @media only screen and (max-width: 660px) {
      _:-ms-fullscreen .sectionRelated .multimediasList .item, :root .sectionRelated .multimediasList .item {
        width: calc(100% * (1/2) - 20px - 1px); } }
    _:-ms-fullscreen .sectionRelated .multimediasList .item iframe, :root .sectionRelated .multimediasList .item iframe {
      display: table;
      margin: auto; }
  _:-ms-fullscreen .sectionRelated .multimediasList .sectionName, :root .sectionRelated .multimediasList .sectionName {
    display: block;
    width: 100%;
    margin: 0; }
_:-ms-fullscreen .sectionLasthour .multimediasList, :root .sectionLasthour .multimediasList {
  display: flex;
  flex-flow: row wrap; }
  _:-ms-fullscreen .sectionLasthour .multimediasList .item, :root .sectionLasthour .multimediasList .item {
    display: inline-block;
    vertical-align: top;
    width: calc(100% * (1/6) - 20px);
    margin: 30px 10px 0; }
    @media only screen and (max-width: 1300px) {
      _:-ms-fullscreen .sectionLasthour .multimediasList .item, :root .sectionLasthour .multimediasList .item {
        width: calc(100% * (1/4) - 20px); } }
    @media only screen and (max-width: 980px) {
      _:-ms-fullscreen .sectionLasthour .multimediasList .item, :root .sectionLasthour .multimediasList .item {
        width: calc(100% * (1/3) - 20px); } }
    @media only screen and (max-width: 660px) {
      _:-ms-fullscreen .sectionLasthour .multimediasList .item, :root .sectionLasthour .multimediasList .item {
        width: calc(100% * (1/2) - 20px); } }
    _:-ms-fullscreen .sectionLasthour .multimediasList .item iframe, :root .sectionLasthour .multimediasList .item iframe {
      display: table;
      margin: auto; }
  _:-ms-fullscreen .sectionLasthour .multimediasList .sectionName, :root .sectionLasthour .multimediasList .sectionName {
    display: block;
    width: 100%;
    margin: 0; }

/*# sourceMappingURL=article.css.map */
