@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; } }

.mainHeadline .loaderWrapper {
  background-color: #fffcf8;
  background-image: url(/comecardozero/resources/img/puff.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100px;
  overflow: hidden; }
.mainHeadline .headlineWrapper {
  position: relative;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  width: 100%;
  height: 600px; }
  @media only screen and (max-width: 980px) {
    .mainHeadline .headlineWrapper {
      height: 0;
      padding-bottom: 56.25%; } }
  @media only screen and (max-width: 640px) {
    .mainHeadline .headlineWrapper {
      height: 0;
      padding-bottom: 110%;
      margin-bottom: 30px; } }
  .mainHeadline .headlineWrapper:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(36, 36, 36, 0);
    background: -moz-linear-gradient(top, rgba(36, 36, 36, 0) 55%, #242424 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(55%, rgba(36, 36, 36, 0)), color-stop(100%, #242424));
    background: -webkit-linear-gradient(top, rgba(36, 36, 36, 0) 55%, #242424 100%);
    background: -o-linear-gradient(top, rgba(36, 36, 36, 0) 55%, #242424 100%);
    background: -ms-linear-gradient(top, rgba(36, 36, 36, 0) 55%, #242424 100%);
    background: linear-gradient(to bottom, rgba(36, 36, 36, 0) 55%, #242424 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#242424', endColorstr='#242424', GradientType=0 ); }
  .mainHeadline .headlineWrapper .textWrapper {
    position: absolute;
    left: 100px;
    bottom: 40px;
    right: 120px;
    z-index: 2;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75); }
    @media only screen and (max-width: 980px) {
      .mainHeadline .headlineWrapper .textWrapper {
        left: 40px;
        bottom: 40px;
        right: 40px; } }
    .mainHeadline .headlineWrapper .textWrapper .mainSubTitle {
      font-size: 20px;
      font-weight: 600;
      margin: 20px 0; }
      @media only screen and (max-width: 640px) {
        .mainHeadline .headlineWrapper .textWrapper .mainSubTitle {
          font-size: 3vw; } }
    .mainHeadline .headlineWrapper .textWrapper .mainTitle {
      font-family: "museo", Arial, Helvetica, sans-serif;
      font-size: 36px;
      font-weight: 700; }
      @media only screen and (max-width: 640px) {
        .mainHeadline .headlineWrapper .textWrapper .mainTitle {
          font-size: 6vw; } }

.mainHeadline .mainColumnRight {
  max-height: 600px;
  overflow: hidden;
  padding: 0;
  /*justify-self: center;*/ }
  @media only screen and (min-width: 728px) and (max-width: 980px) {
    .mainHeadline .mainColumnRight {
      display: grid;
      grid-template-columns: 300px auto;
      grid-gap: 20px; } }
  @media only screen and (max-width: 728px) {
    .mainHeadline .mainColumnRight {
      max-height: 100%; } }
  .mainHeadline .mainColumnRight .mainPub {
    /* reset margin homepage*/ }
    .mainHeadline .mainColumnRight .mainPub iframe {
      /*margin: 0 auto;*/ }
    @media only screen and (max-width: 727px) {
      .mainHeadline .mainColumnRight .mainPub {
        margin: 20px auto; } }
    @media only screen and (min-width: 728px) and (max-width: 980px) {
      .mainHeadline .mainColumnRight .mainPub {
        margin: 20px; } }

.mainFeaturedWrapper {
  position: relative;
  width: 300px;
  margin: 30px auto 0;
  height: 320px;
  color: #fff;
  background-position: right -2px;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  /*background-color: #f0f0f0;*/
  overflow: hidden; }
  @media only screen and (max-width: 980px) {
    .mainFeaturedWrapper {
      background-size: auto 100%; } }
  .mainFeaturedWrapper:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: -moz-linear-gradient(243deg, rgba(234, 225, 220, 0) 0%, rgba(234, 225, 220, 0) 37%, #eae1dc 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #eae1dc), color-stop(63%, rgba(234, 225, 220, 0)), color-stop(100%, rgba(234, 225, 220, 0)));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(243deg, rgba(234, 225, 220, 0) 0%, rgba(234, 225, 220, 0) 37%, #eae1dc 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(243deg, rgba(234, 225, 220, 0) 0%, rgba(234, 225, 220, 0) 37%, #eae1dc 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(243deg, rgba(234, 225, 220, 0) 0%, rgba(234, 225, 220, 0) 37%, #eae1dc 100%);
    /* ie10+ */
    background: linear-gradient(207deg, rgba(234, 225, 220, 0) 0%, rgba(234, 225, 220, 0) 37%, #eae1dc 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eae1dc', endColorstr='#eae1dc',GradientType=0 );
    /* ie6-9 */ }
  .mainFeaturedWrapper .mainFeatured {
    position: absolute;
    z-index: 2;
    bottom: 0; }
    .mainFeaturedWrapper .mainFeatured a {
      color: #538183; }
      @media (hover: hover) {
        .mainFeaturedWrapper .mainFeatured a:hover {
          text-decoration: underline; } }
    .mainFeaturedWrapper .mainFeatured .mainTitle {
      margin: 0 20px;
      font-size: 28px;
      font-weight: 800;
      text-transform: uppercase;
      max-width: 65%; }
    .mainFeaturedWrapper .mainFeatured .mainText {
      margin: 5px 20px 20px 20px;
      font-size: 18px;
      font-weight: 800;
      color: #242424;
      /*
      background-color: rgba(240,240,240,.25);
      @include text-shadow-white;
      */ }
  @media only screen and (min-width: 728px) and (max-width: 980px) {
    .mainFeaturedWrapper {
      width: auto;
      margin: 20px;
      height: calc(100% - 40px); } }

.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; }

.homeSection {
  position: relative;
  overflow: hidden; }
  .homeSection:after {
    position: absolute;
    z-index: -1;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 20px);
    width: 80%;
    height: 40px;
    content: " ";
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+99&0.25+0,0.1+25,0+50 */
    background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.1) 25%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 99%);
    /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.1) 25%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.1) 25%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 99%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40000000', endColorstr='#00000000',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */ }
  .homeSection .box-media {
    grid-template-columns: repeat(4, 1fr); }
    @media only screen and (max-width: 920px) {
      .homeSection .box-media {
        grid-template-columns: repeat(2, 1fr); } }
    @media only screen and (max-width: 728px) {
      .homeSection .box-media {
        grid-template-columns: repeat(1, 1fr); } }
    @media only screen and (max-width: 360px) {
      .homeSection .box-media {
        padding: 10px; } }

/* IE 11 fix for the 2.6% that live on the past */
_:-ms-fullscreen, :root {
  /* homepage */ }
  _:-ms-fullscreen .loaderWrapper, :root .loaderWrapper {
    width: calc(100% - 340px);
    float: left; }
    @media only screen and (max-width: 980px) {
      _:-ms-fullscreen .loaderWrapper, :root .loaderWrapper {
        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; } }
  @media only screen and (max-width: 980px) and (min-width: 728px) {
    _:-ms-fullscreen .mainFeaturedWrapper, :root .mainFeaturedWrapper {
      width: calc(100% - 360px);
      margin: 20px 20px 20px 0;
      height: 250px;
      float: left; } }
  _:-ms-fullscreen .box-media, :root .box-media {
    display: flex;
    flex-flow: row wrap; }
    _:-ms-fullscreen .box-media .item, :root .box-media .item {
      display: inline-block;
      vertical-align: top; }
      _:-ms-fullscreen .box-media .item:nth-child(2), _:-ms-fullscreen .box-media .item:nth-child(3), _:-ms-fullscreen .box-media .item:nth-child(4), _:-ms-fullscreen .box-media .item:nth-child(5), :root .box-media .item:nth-child(2), :root .box-media .item:nth-child(3), :root .box-media .item:nth-child(4), :root .box-media .item:nth-child(5) {
        width: calc(100% * (1/4) - 60px * (1/3) + 4px);
        margin-top: 60px; }
      _:-ms-fullscreen .box-media .item:nth-child(3), _:-ms-fullscreen .box-media .item:nth-child(4), _:-ms-fullscreen .box-media .item:nth-child(5), :root .box-media .item:nth-child(3), :root .box-media .item:nth-child(4), :root .box-media .item:nth-child(5) {
        margin-left: 20px; }
      @media only screen and (max-width: 920px) {
        _:-ms-fullscreen .box-media .item:nth-child(2), _:-ms-fullscreen .box-media .item:nth-child(3), _:-ms-fullscreen .box-media .item:nth-child(4), _:-ms-fullscreen .box-media .item:nth-child(5), :root .box-media .item:nth-child(2), :root .box-media .item:nth-child(3), :root .box-media .item:nth-child(4), :root .box-media .item:nth-child(5) {
          width: calc(100% * (1/2) - 30px * (1/2) + 4px);
          margin-left: 0; }
        _:-ms-fullscreen .box-media .item:nth-child(3), _:-ms-fullscreen .box-media .item:nth-child(5), :root .box-media .item:nth-child(3), :root .box-media .item:nth-child(5) {
          margin-left: 20px; } }
      @media only screen and (max-width: 728px) {
        _:-ms-fullscreen .box-media .item:nth-child(2), _:-ms-fullscreen .box-media .item:nth-child(3), _:-ms-fullscreen .box-media .item:nth-child(4), _:-ms-fullscreen .box-media .item:nth-child(5), :root .box-media .item:nth-child(2), :root .box-media .item:nth-child(3), :root .box-media .item:nth-child(4), :root .box-media .item:nth-child(5) {
          width: 100%;
          margin-left: 0; } }
    _:-ms-fullscreen .box-media .sectionName, :root .box-media .sectionName {
      display: block;
      width: 100%; }

/*
.mainHeadline{
    position:relative;
    &:before {
display: block;
    position: absolute;
    right: 450px;
    top: -110px;
    width: 150px;
    height: 150px;
    background-image: url(/comecardozero/resources/img/antenas.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    opacity: 0.4;
    }
}*/

/*# sourceMappingURL=index.css.map */
