@charset "UTF-8";
/* v20181228 */
/* v20181228 */
/*cores*/
#eyeDiv {
  display: none; }

/* v20181228 */
header {
  position: relative;
  max-width: 1440px;
  margin: 0 auto; }
  header nav {
    display: none;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 320px;
    padding: 160px 0 40px;
    background: #978272;
    background: -moz-linear-gradient(-45deg, #978272 0%, #cb685c 20%, #ff9380 50%, #ffd0ab 85%, #fedba9 100%);
    background: -webkit-linear-gradient(-45deg, #978272 0%, #cb685c 20%, #ff9380 50%, #ffd0ab 85%, #fedba9 100%);
    background: linear-gradient(135deg, #978272 0%, #cb685c 20%, #ff9380 50%, #ffd0ab 85%, #fedba9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#978272', endColorstr='#fedba9',GradientType=1 );
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); }
    @media only screen and (max-width: 980px) {
      header nav {
        padding: 120px 0 40px; } }
    @media only screen and (max-width: 728px) {
      header nav {
        padding: 90px 0 40px; } }
    header nav a {
      display: block;
      padding: 0 30px;
      font-weight: 600;
      line-height: 30px;
      text-transform: uppercase;
      color: white; }
      header nav a:hover {
        background-color: #fff;
        color: #cb2b60; }
    header nav .mainNav a {
      font-size: 18px; }
    header nav .tinyNav {
      margin: 20px 0; }
      header nav .tinyNav a {
        font-size: 14px; }
    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: #cb2b60;
          margin: 0;
          padding: 0; }
          header nav .socialNav li a:hover {
            background-color: #f3f0ea; }
            header nav .socialNav li a:hover [class^="icon-"], header nav .socialNav li a:hover [class*=" icon-"] {
              color: #cb2b60; }
          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: #fff;
            margin: 0;
            padding: 0; }
          header nav .socialNav li a:hover {
            background-color: #fff;
            color: #cb2b60; }
      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: "Muli", Arial, Hrlvetica, 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: #f3f0ea; }
        header nav #form_search button:hover {
          background-color: #806f68; }
        header nav #form_search button span {
          font-size: 20px; }
  header .proglogo {
    position: absolute;
    left: 100px;
    top: 30px;
    z-index: 101; }
    @media only screen and (max-width: 980px) {
      header .proglogo {
        top: 10px; }
        header .proglogo img {
          width: 112px; } }
    @media only screen and (max-width: 728px) {
      header .proglogo {
        left: 80px; }
        header .proglogo img {
          width: 82px; } }
    header .proglogo a {
      display: block; }
    header .proglogo img {
      display: block; }

.open-layer {
  position: absolute;
  top: -10px;
  left: 20px;
  z-index: 101;
  background-color: #cb2b60;
  color: #fff;
  z-index: 101; }
  .open-layer span {
    display: block;
    width: 50px;
    height: 100px;
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase; }
    .open-layer span:before {
      /*
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
      position: absolute;
      top: 35px;
      left: -13px;
      font-family: $defaultFont;
      content: "Menu";
      */
      position: absolute;
      top: auto;
      left: 50%;
      bottom: 10px;
      font-family: 'atardeesua';
      font-size: 32px;
      content: "";
      color: #fff;
      transform: translateX(-50%); }
    @media only screen and (max-width: 728px) {
      .open-layer span {
        width: 40px;
        height: 80px;
        font-size: 22px; }
        .open-layer span:before {
          top: 28px; } }
  .open-layer.close {
    background-color: #f3f0ea; }
    .open-layer.close span:before {
      position: absolute;
      top: auto;
      left: 50%;
      bottom: 10px;
      font-family: 'atardeesua';
      font-size: 32px;
      content: "";
      color: #cb2b60;
      transform: translateX(-50%); }

/* v20181228 */
/* header rest of site */
header.headerRos {
  height: 110px;
  /*margin-bottom: 30px;*/
  /*
  background: rgb(177,90,145);
  background: -moz-linear-gradient(25deg, rgba(177,90,145,1) 0%, rgba(242,155,161,1) 20%, rgba(241,241,241,1) 50%);
  background: -webkit-linear-gradient(25deg, rgba(177,90,145,1) 0%,rgba(242,155,161,1) 20%,rgba(241,241,241,1) 50%);
  background: linear-gradient(25deg, rgba(177,90,145,1) 0%,rgba(242,155,161,1) 20%,rgba(241,241,241,1) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b15a91', endColorstr='#f1f1f1',GradientType=1 );
  */
  background: #cb685c;
  background: -moz-linear-gradient(-45deg, #cb685c 0%, #ff9380 50%, #ffd0ab 85%, #fedba9 100%);
  background: -webkit-linear-gradient(-45deg, #cb685c 0%, #ff9380 50%, #ffd0ab 85%, #fedba9 100%);
  background: linear-gradient(135deg, #cb685c 0%, #ff9380 50%, #ffd0ab 85%, #fedba9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb685c', endColorstr='#fedba9',GradientType=1 ); }
  @media only screen and (min-width: 728px) {
    header.headerRos nav {
      padding: 110px 0 40px; } }
  header.headerRos .proglogo {
    position: relative;
    display: inline-block;
    top: 10px; }
    header.headerRos .proglogo img {
      width: 112px; }
      @media only screen and (max-width: 728px) {
        header.headerRos .proglogo img {
          width: 82px; } }
  @media only screen and (max-width: 728px) {
    header.headerRos {
      height: 80px;
      /*margin-bottom: 20px;*/ } }
  @media only screen and (max-width: 480px) {
    header.headerRos {
      /*margin-bottom: 10px;*/ } }

.headerSectionName {
  max-width: 1440px;
  margin: 20px auto;
  padding: 0 20px;
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  color: #806f68; }
  @media only screen and (max-width: 480px) {
    .headerSectionName {
      margin: 10px auto;
      font-size: 5vw; } }

/* v20181228 */
.mainMultimedia {
  background-color: #242424; }
  .mainMultimedia .mainColumnLeft {
    color: #fff; }
    .mainMultimedia .mainColumnLeft h4 {
      font-size: 16px;
      font-weight: 200;
      margin: 20px 20px 10px; }
    .mainMultimedia .mainColumnLeft h1 {
      font-size: 24px;
      font-weight: 700;
      margin: 10px 20px 20px; }
    .mainMultimedia .mainColumnLeft h3 {
      font-size: 20px;
      font-weight: 300;
      margin: 20px; }
  .mainMultimedia .mainColumnRight {
    margin: 9px auto auto;
    /*text-align: center;*/ }
    .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;
    color: #623581;
    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; }
    .multimediasList .item a:hover {
      color: #623581;
      opacity: .5; }
  .multimediasList .item h3 {
    font-size: 12px;
    font-weight: 200;
    margin: 10px 0 0 10px; }
  .multimediasList .item h2 {
    font-size: 16px;
    font-weight: 600;
    margin: 6px 0 0 10px; }
  .multimediasList .item span {
    position: absolute;
    top: -4px;
    left: 10px;
    display: block;
    width: 30px;
    height: 30px;
    /*background-color: $pinklight;*/
    margin: 0;
    padding: 0;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.35); }
    .multimediasList .item span[class*="play"] {
      background-color: #c41143; }
    .multimediasList .item span[class*="camera"] {
      background-color: #ff2800; }
    .multimediasList .item span[class*="article"] {
      /*background-color: #af94c3;*/
      background-color: #ff9380; }
    .multimediasList .item span:before {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      font-size: 18px;
      color: #fff; }

/* v20181228 */
.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-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    grid-column: 1 / -1;
    grid-gap: 60px 20px; }
    .defaultSection .box-media .sectionName .sectionTit {
      display: inline-block;
      color: #806f68; }
      .defaultSection .box-media .sectionName .sectionTit:hover {
        cursor: pointer;
        color: #cb2b60;
        opacity: 1; }
  .defaultSection .box-media .item a {
    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; }
    .defaultSection .box-media .item a:hover {
      color: #cb2b60;
      opacity: .5; }
  .defaultSection .box-media .item h2 {
    margin: 6px 0 0 20px;
    font-size: 18px;
    font-weight: 600; }
  .defaultSection .box-media .item h3 {
    margin: 20px 0 0 20px;
    font-size: 14px;
    font-weight: 300; }
  .defaultSection .box-media .item span {
    position: absolute;
    top: -10px;
    left: 20px;
    display: block;
    width: 40px;
    height: 60px;
    /*background-color: $pinklight;*/
    margin: 0;
    padding: 0;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.35);
    display: inline-block; }
    .defaultSection .box-media .item span[class*="play"] {
      background-color: #c41143; }
    .defaultSection .box-media .item span[class*="camera"] {
      background-color: #ff2800; }
    .defaultSection .box-media .item span[class*="article"] {
      /*background-color: #af94c3;*/
      background-color: #ff9380; }
    .defaultSection .box-media .item span:before {
      position: absolute;
      left: 50%;
      bottom: 10px;
      transform: translateX(-50%);
      font-size: 24px;
      color: #fff; }

.homeSection, .rewindSection {
  overflow: hidden; }
  .homeSection.row1, .rewindSection.row1 {
    background-color: #f5f5f5; }
  .homeSection.row2, .rewindSection.row2 {
    background-color: #eaeaea; }
  .homeSection.row3, .rewindSection.row3 {
    background-color: #dadada; }

/* v20181228 */
.defaultPagination {
  max-width: 1440px;
  margin: 30px auto;
  padding: 0;
  text-align: center;
  /*
  li[class="pageNumber"] + li[class="pageNumber"] {
      margin-left: 6px;
  }
  */
  /* formats first */
  /* formats rest */ }
  .defaultPagination li {
    display: inline-block;
    /*
    @media only screen and (max-width: 400px) {
        &:first-child {
            margin-right: 1px;
        }
        &:last-child {
            margin-left: 1px;
        }
    }
    */ }
    .defaultPagination li:first-child {
      margin-right: 3px; }
    .defaultPagination li:last-child {
      margin-left: 3px; }
    .defaultPagination li a {
      display: block;
      width: 40px;
      height: 60px;
      line-height: 80px;
      background-color: #eaeaea;
      color: #242424;
      font-size: 18px;
      font-weight: 600; }
      .defaultPagination li a:hover {
        background-color: #dadada;
        color: #000; }
      .defaultPagination li a.active {
        background-color: #cb2b60;
        color: #fff; }
        .defaultPagination li a.active:hover {
          cursor: default; }
      @media only screen and (max-width: 400px) {
        .defaultPagination li a {
          width: 36px; } }
  .defaultPagination li[class="pageNumber"] {
    margin-left: 6px;
    margin-right: 6px; }
    @media only screen and (max-width: 400px) {
      .defaultPagination li[class="pageNumber"] {
        margin-left: 3px;
        margin-right: 3px; } }
  .defaultPagination li[class="pageNumber"] ~ li[class="pageNumber"] {
    margin-left: 0;
    margin-right: 6px; }
    @media only screen and (max-width: 400px) {
      .defaultPagination li[class="pageNumber"] ~ li[class="pageNumber"] {
        margin-right: 3px; } }

/* v20181228 */
#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: 'atardeesua';
    font-size: 60px;
    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; }
  .iolgallery-content .owl-nav .owl-next:before {
    content: "\e409"; }

.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: 20px;
  font-size: 20px;
  color: #fff;
  background-color: rgba(36, 36, 36, 0.5);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75); }
  @media only screen and (max-width: 572px) {
    .iolgallery-slide-title {
      /*font-size: 3.5vw;*/
      font-size: 14px; } }

.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;
}
*/
/* feito por si */
.mainArticle {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  /*grid-template-columns: calc(100% - 340px) 340px;*/
  grid-template-columns: 1fr 340px;
  /*grid-auto-flow: column;*/
  grid-gap: 0;
  background-color: #f5f5f5; }
  @media only screen and (max-width: 980px) {
    .mainArticle {
      grid-template-columns: 1fr; } }
  .mainArticle .mainColumnRight {
    /*
    justify-content: center;
    align-content: center;
    justify-items: center;
    align-items: center;
    justify-self: stretch;
    */ }
  .mainArticle .mainArticleText {
    margin: 30px;
    font-size: 20px;
    font-weight: 700; }
    .mainArticle .mainArticleText a {
      color: #007eff; }
      .mainArticle .mainArticleText a:hover {
        text-decoration: underline; }
  .mainArticle .mainColumnRight {
    background-color: #eaeaea; }

.sectionList .box-media {
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); }

/* 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 .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;
    width: calc(100% * (1/4) - 20px);
    margin: 60px 10px 0; }
    @media only screen and (max-width: 1300px) {
      _:-ms-fullscreen .box-media .item, :root .box-media .item {
        width: calc(100% * (1/3) - 20px); } }
    @media only screen and (max-width: 980px) {
      _:-ms-fullscreen .box-media .item, :root .box-media .item {
        width: calc(100% * (1/2) - 20px); } }
    @media only screen and (max-width: 660px) {
      _:-ms-fullscreen .box-media .item, :root .box-media .item {
        width: calc(100% - 20px); } }
    _:-ms-fullscreen .box-media .item iframe, :root .box-media .item iframe {
      display: table;
      margin: auto; }

/*# sourceMappingURL=section.css.map */
