@import url("https://fonts.googleapis.com/css?family=Lato:700,600,400|Open+Sans:400,500,600,700");


/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,600,700");
html {
  font-family: sans-serif;
    font-family--ms-text-size-adjust: 100%;
    font-family--webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent;
  color: #3b3b3b;
  text-decoration: none; }
  a:active, a:hover {
    outline: 0;
    text-decoration: underline; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 3.5rem;
  margin: 0.67em 0; }

ul {
  padding-left: 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0;
  max-width: 100%;
  vertical-align: middle; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible;
  text-transform: none; }

button, select {
  text-transform: none; }

button, html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer; }

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

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

input {
  line-height: normal; }
  input::-moz-focus-inner {
    border: 0;
    padding: 0; }
  input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0; }
  input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto; }
  input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box; }
    input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
      -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }
  *:before, *:after {
    box-sizing: border-box; }

/* fragmento tomado de skeleton
   establecemos toda medida en base 10px. ejm: 1.5rem = 15px */
html {
  font-size: 62.5%; }

body {
  font-size: 1.4rem;
  line-height: 1.32857;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  color: #666; }

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

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

.x-validate .x-row.x-error input[type="text"], .x-validate .x-row.x-error textarea {
  border: 1px solid red !important; }

.x-validate .x-message-error {
  padding: 5px;
  color: #f00;
  font-size: 12px; }

ul.x-tab {
  list-style: none;
  margin: 0 0 20px;
  padding: 0; }
  ul.x-tab:before, ul.x-tab:after {
    content: "";
    display: table; }
  ul.x-tab:after {
    clear: both; }
  ul.x-tab > li {
    float: left; }
    ul.x-tab > li > a {
      outline: 0;
      display: block;
      text-decoration: none;
      line-height: 3rem;
      padding: 0 0.5rem; }
    ul.x-tab > li.active a, ul.x-tab > li.x-tab-active a {
      background-color: white; }

.x-tab-content {
  display: none; }
  .x-tab-content.active {
    display: block; }

/*--------------- lazy ------------------*/
/*img.x-lazy
  opacity: 0
  transition: opacity .5s ease
  &.lazy-loaded
    opacity: 1*/
/* ========== file: /home/qhapaq/www/x/x/src/control/style/slide.sass  ========== */
.x-slide {
  position: relative;
  *zoom: 1; }
  .x-slide:before, .x-slide:after {
    content: "";
    display: table; }
  .x-slide:after {
    clear: both; }
  .x-slide .x-wrapper {
    overflow: hidden; }
  .x-slide .x-container {
    width: 2000px;
    transition: margin-left 0.6s cubic-bezier(0.23, 1, 0.32, 1); }
    .x-slide .x-container:before, .x-slide .x-container:after {
      content: "";
      display: table; }
    .x-slide .x-container:after {
      clear: both; }
    .x-slide .x-container.no-transition {
      transition: none; }
  .x-slide .x-item {
    position: relative;
    float: left; }
  .x-slide:not(.x-done) .x-item {
    display: none; }
    .x-slide:not(.x-done) .x-item:first-child {
      display: block; }
  .x-slide .x-prev, .x-slide .x-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    text-decoration: none;
    font-size: 4rem;
    z-index: 5; }
    .x-slide .x-prev span, .x-slide .x-next span {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      font-size: 1.8rem;
      opacity: .6;
      transition: opacity .25s ease; }
      .x-slide .x-prev span.icon-prev, .x-slide .x-next span.icon-prev {
        left: 2rem; }
      .x-slide .x-prev span.icon-next, .x-slide .x-next span.icon-next {
        right: 2rem; }
      .x-slide .x-prev span:hover, .x-slide .x-next span:hover {
        opacity: 1; }
  .x-slide .x-prev {
    left: 0; }
  .x-slide .x-next {
    right: 0; }
  .x-slide .x-pager-text {
    position: absolute;
    top: 1rem;
    left: 1rem;
    color: white;
    background: rgba(0, 0, 0, 0.8);
    font-size: 1.4rem;
    font-weight: bold;
    text-transform: uppercase;
    transition: opacity 0.2s ease 0s;
    opacity: 0; }
    .x-slide .x-pager-text strong {
      color: #ffe000; }
  .x-slide .social ul {
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: #fff;
    z-index: 2; }
    .x-slide .social ul li {
      margin-right: 0;
      margin-left: 10px; }
      .x-slide .social ul li:first-child {
        line-height: 2; }
  .x-slide .x-pager-number {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    list-style-type: none;
    text-align: center;
    margin: 0;
    padding: 1rem;
    z-index: 5; }
    .x-slide .x-pager-number li {
      display: inline-block;
      width: 14px;
      height: 14px;
      border-radius: 50%;
      margin: 0 .5rem;
      cursor: pointer;
      background-color: #fff;
      border: 2px solid #fff; }
      .x-slide .x-pager-number li.active {
        background-color: #ff7929; }
  .x-slide .x-wrapper > [id*="eplAd"] {
    border: 1px solid rgba(255, 255, 255, 0.8);
    position: absolute;
    bottom: 6px;
    right: 8px;
    left: 8px;
    z-index: 2;
    padding-top: 30px; }
    .x-slide .x-wrapper > [id*="eplAd"]:before {
      content: "\150";
      font-size: 2.4rem;
      background-color: rgba(0, 0, 0, 0.5);
      position: absolute;
      font-family: 'icons';
      margin-top: -30px;
      z-index: 3;
      color: white;
      border: 1px solid rgba(255, 255, 255, 0.8);
      border-top: 0;
      border-right: 0;
      width: 30px;
      height: 30px;
      line-height: 1.2;
      text-align: center;
      cursor: pointer;
      right: 0; }

.cover-media {
  background-color: black; }
  .cover-media .pre-sumary {
    opacity: 0;
    transition: all 0.5s ease 0s;
    padding-left: 100px;
    background: url("../img/loaderopti.svg") 10px center no-repeat;
    background-size: 60px;
    width: 80%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: -50%;
    min-height: 60px; }
    .cover-media .pre-sumary small {
      color: #777; }
    .cover-media .pre-sumary > .inside {
      border-left: 1px solid #f7df00;
      padding-left: 20px;
      font-size: 1.6rem;
      color: #A9A9A9 !important;
      max-height: 63px;
      overflow: hidden;
      -webkit-line-clamp: 3;
      text-overflow: ellipsis;
      display: -webkit-box; }

.x-media, .here-player > .jwplayer {
  transition: opacity 0.5s ease 0s; }

.wait-player > .jwplayer {
  opacity: 0 !important;
  pointer-events: none; }

.wait-player > .pre-sumary {
  opacity: 1;
  left: 50%; }

.here-player {
  position: relative;
  text-align: left; }
  .here-player > .jwplayer {
    position: absolute;
    opacity: 1;
    top: 0; }
  .here-player .x-media {
    opacity: 0;
    pointer-events: none; }

body.popup-gallery {
  overflow: hidden; }

.x-modal-gallery {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 125;
  overflow: auto; }
  .x-modal-gallery .bg-modal-gallery {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 0; }
  .x-modal-gallery .x-gallery {
    position: absolute;
    left: 50%;
    top: 50px;
    z-index: 1;
    transform: translateX(-50%);
    *zoom: 1;
    max-width: 100%;
    width: 1200px; }
    .x-modal-gallery .x-gallery:before, .x-modal-gallery .x-gallery:after {
      content: "";
      display: table; }
    .x-modal-gallery .x-gallery:after {
      clear: both; }
    .x-modal-gallery .x-gallery.show-related .pannel-ads {
      display: none; }
    .x-modal-gallery .x-gallery .x-wrapper {
      overflow: hidden;
      position: relative; }
    .x-modal-gallery .x-gallery .x-container {
      width: 2000px;
      transition: margin-left .5s ease;
      background: #ccc; }
      .x-modal-gallery .x-gallery .x-container:before, .x-modal-gallery .x-gallery .x-container:after {
        content: "";
        display: table; }
      .x-modal-gallery .x-gallery .x-container:after {
        clear: both; }
      .x-modal-gallery .x-gallery .x-container.no-transition {
        transition: none; }
    .x-modal-gallery .x-gallery .text-caption {
      padding: 10px;
      margin-bottom: 5px;
      overflow: hidden;
      display: inline-block;
      font-size: 1.5rem;
      font-weight: 300; }
      .x-modal-gallery .x-gallery .text-caption .ad-close {
        padding: 10px 15px;
        margin-top: 10px;
        display: inline-block;
        background: #222;
        color: #fff;
        cursor: pointer;
        text-decoration: none;
        font-size: 13px;
        width: 130px;
        text-align: center;
        position: absolute;
        bottom: 55px;
        margin-left: -65px;
        left: 50%; }
    .x-modal-gallery .x-gallery .x-close {
      position: absolute;
      z-index: 1;
      right: 0;
      top: 20px;
      font-size: 19px;
      color: #fff;
      text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
      height: 32px;
      line-height: 35px;
      width: 32px;
      text-decoration: none;
      text-align: center; }
    .x-modal-gallery .x-gallery .x-options {
      margin-bottom: 10px;
      border-bottom: 1px solid #050d0d; }
      .x-modal-gallery .x-gallery .x-options:before, .x-modal-gallery .x-gallery .x-options:after {
        content: "";
        display: table; }
      .x-modal-gallery .x-gallery .x-options:after {
        clear: both; }
      .x-modal-gallery .x-gallery .x-options .opt {
        color: #fff;
        line-height: 27px;
        text-decoration: none;
        height: 39px;
        padding: 5px 10px; }
        .x-modal-gallery .x-gallery .x-options .opt.left {
          float: left; }
        .x-modal-gallery .x-gallery .x-options .opt.right {
          float: right; }
        .x-modal-gallery .x-gallery .x-options .opt.x-pager-text {
          font-size: 1.5rem;
          margin: 0; }
        .x-modal-gallery .x-gallery .x-options .opt.share {
          font-size: 1.9rem;
          line-height: 31px; }
    .x-modal-gallery .x-gallery .x-item {
      position: relative;
      float: left; }
    .x-modal-gallery .x-gallery figure {
      margin: 0 !important; }
      .x-modal-gallery .x-gallery figure.cover {
        background: url("../img/loaderopti.svg") black center no-repeat;
        background-size: 60px; }
    .x-modal-gallery .x-gallery .x-caption {
      background: #000;
      color: #fff;
      position: relative;
      min-height: 44px; }
      .x-modal-gallery .x-gallery .x-caption .social {
        margin-left: 20px;
        position: absolute;
        top: 50%;
        right: 11px;
        margin-top: -15px; }
        .x-modal-gallery .x-gallery .x-caption .social li a {
          color: #fff;
          border-color: #dcdcdc;
          border: 1px solid #fff;
          background-color: transparent; }
        .x-modal-gallery .x-gallery .x-caption .social li:last-child {
          margin-right: 0; }
    .x-modal-gallery .x-gallery .x-prev, .x-modal-gallery .x-gallery .x-next {
      width: 50%;
      height: 100%;
      opacity: .7;
      color: #fff;
      text-decoration: none;
      font-size: 2.5rem;
      margin-left: 20px;
      white-space: normal;
      line-height: 31px; }
      .x-modal-gallery .x-gallery .x-prev i, .x-modal-gallery .x-gallery .x-next i {
        color: white;
        font-size: 4rem; }
      .x-modal-gallery .x-gallery .x-prev:hover, .x-modal-gallery .x-gallery .x-next:hover {
        opacity: 1; }
    .x-modal-gallery .x-gallery .x-prev {
      left: 0; }
    .x-modal-gallery .x-gallery .x-next {
      right: 0; }
    .x-modal-gallery .x-gallery .x-pager-text {
      text-transform: uppercase; }
      .x-modal-gallery .x-gallery .x-pager-text .n {
        color: #ffe000; }
    .x-modal-gallery .x-gallery .x-zone-gallery {
      position: relative; }
      .x-modal-gallery .x-gallery .x-zone-gallery:before, .x-modal-gallery .x-gallery .x-zone-gallery:after {
        content: "";
        display: table; }
      .x-modal-gallery .x-gallery .x-zone-gallery:after {
        clear: both; }
    .x-modal-gallery .x-gallery .pannel-ads {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      max-width: 100%;
      bottom: 16px;
      text-align: center;
      overflow: hidden; }
      .x-modal-gallery .x-gallery .pannel-ads .close-ads {
        position: absolute;
        right: 4px;
        top: 3px;
        display: block;
        background: rgba(0, 0, 0, 0.5);
        border: 2px solid #fff;
        border-radius: 50%;
        color: #fff;
        width: 22px;
        height: 22px;
        z-index: 3;
        text-decoration: none; }
        .x-modal-gallery .x-gallery .pannel-ads .close-ads:before {
          content: "X";
          display: inline; }
      .x-modal-gallery .x-gallery .pannel-ads div[id*="eplAd"] {
        position: relative;
        z-index: 2;
        margin-bottom: 0; }
    .x-modal-gallery .x-gallery .pannel-share {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.9);
      display: none;
      color: #fff; }
      .x-modal-gallery .x-gallery .pannel-share .share-gallery {
        transform: translateY(-50%);
        top: 50%;
        position: absolute;
        width: 100%; }
      .x-modal-gallery .x-gallery .pannel-share .close-share {
        display: block;
        width: 40px;
        height: 40px;
        border: 1px solid #fff;
        border-radius: 50%;
        text-align: center;
        line-height: 37px;
        font-size: 18px;
        color: #fff;
        margin: 0 auto;
        text-decoration: none;
        cursor: pointer; }
    .x-modal-gallery .x-gallery .pannel-related {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.9);
      display: none;
      color: #fff; }
      .x-modal-gallery .x-gallery .pannel-related a {
        color: #fff; }
      .x-modal-gallery .x-gallery .pannel-related .inner {
        width: 820px;
        margin: 0 auto 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 100%;
        padding: 10px; }
      .x-modal-gallery .x-gallery .pannel-related .go-reload {
        color: #fff;
        font-size: 1.3rem;
        font-family: "Fauna One", serif;
        display: inline-block;
        padding: 25px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.49);
        vertical-align: middle;
        text-decoration: none; }
        .x-modal-gallery .x-gallery .pannel-related .go-reload i {
          font-size: 4rem;
          vertical-align: middle;
          margin-right: 10px;
          margin-left: -10px; }
      .x-modal-gallery .x-gallery .pannel-related .top-related {
        text-align: center;
        margin-bottom: 25px; }
      .x-modal-gallery .x-gallery .pannel-related .sub-related {
        text-align: center;
        margin-bottom: 25px; }
  .x-modal-gallery .header-gallery {
    margin-bottom: 20px;
    padding-top: 20px; }
    .x-modal-gallery .header-gallery .title-gallery {
      display: inline-block;
      vertical-align: middle;
      font-weight: 600;
      color: #fff;
      font-size: 17px;
      margin-left: -110px;
      padding-left: 110px;
      width: 100%;
      font-family: "Lato", sans-serif; }
  .x-modal-gallery .x-visor {
    position: absolute;
    left: 50%;
    top: 50px;
    z-index: 1;
    transform: translateX(-50%);
    *zoom: 1;
    max-width: 100%;
    width: 1200px; }
    .x-modal-gallery .x-visor:before, .x-modal-gallery .x-visor:after {
      content: "";
      display: table; }
    .x-modal-gallery .x-visor:after {
      clear: both; }
    .x-modal-gallery .x-visor .x-close {
      position: absolute;
      z-index: 1;
      right: 0;
      top: 30px;
      font-size: 19px;
      color: #fff;
      text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
      height: 32px;
      line-height: 35px;
      width: 32px;
      text-decoration: none;
      text-align: center; }
    .x-modal-gallery .x-visor .media figcaption {
      color: #fff; }
    .x-modal-gallery .x-visor .x-zone-gallery {
      position: relative; }
      .x-modal-gallery .x-visor .x-zone-gallery:before, .x-modal-gallery .x-visor .x-zone-gallery:after {
        content: "";
        display: table; }
      .x-modal-gallery .x-visor .x-zone-gallery:after {
        clear: both; }
    .x-modal-gallery .x-visor .pannel-ads {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      max-width: 100%;
      bottom: 16px;
      text-align: center;
      overflow: hidden; }
      .x-modal-gallery .x-visor .pannel-ads .close-ads {
        position: absolute;
        right: 4px;
        top: 3px;
        display: block;
        background: rgba(0, 0, 0, 0.5);
        border: 2px solid #fff;
        border-radius: 50%;
        color: #fff;
        width: 22px;
        height: 22px;
        z-index: 3;
        text-decoration: none; }
        .x-modal-gallery .x-visor .pannel-ads .close-ads:before {
          content: "X";
          display: inline; }
      .x-modal-gallery .x-visor .pannel-ads div[id*="eplAd"] {
        position: relative;
        z-index: 2;
        margin-bottom: 0; }

html.ui-popup-on body {
  overflow: hidden; }

.ui-popup-draw {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  background: rgba(255, 255, 255, 0.5);
  z-index: 901; }
  .ui-popup-draw .message-popup {
    width: 700px;
    font-size: 1.8rem;
    color: #000;
    line-height: 1.5;
    text-align: center;
    padding: 90px 50px; }
    .ui-popup-draw .message-popup .title {
      font-size: 2.2rem;
      text-align: center;
      margin-bottom: 40px;
      font-weight: bold;
      color: #000; }
  .ui-popup-draw .ui-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    border: 1px solid #d1d1d1;
    border-radius: 10px;
    z-index: 999;
    min-height: 100px;
    min-width: 440px;
    padding: 20px 40px;
    margin-top: 15px;
    margin-bottom: 10px; }
  .ui-popup-draw .btn-close {
    float: right;
    font-size: 16px;
    text-decoration: none;
    position: absolute;
    right: 15px;
    top: 15px; }

body.popup-on {
  overflow: hidden; }

.ps-container > .ps-scrollbar-x-rail, .ps-container > .ps-scrollbar-y-rail {
  opacity: 0.2; }

.ps-container {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none; }
  .ps-container.ps-active-x > .ps-scrollbar-x-rail, .ps-container.ps-active-y > .ps-scrollbar-y-rail {
    display: block;
    background-color: transparent; }
  .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
      background-color: #999;
      height: 11px; }
  .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
      background-color: #999;
      width: 11px; }
  .ps-container > .ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 0px;
    height: 15px; }
    .ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
      position: absolute;
      background-color: #aaa;
      border-radius: 6px;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      bottom: 2px;
      height: 6px; }
    .ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x, .ps-container > .ps-scrollbar-x-rail:active > .ps-scrollbar-x {
      height: 11px; }
  .ps-container > .ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    /*opacity: 0*/
    transition: background-color .2s linear, opacity .2s linear;
    right: 0;
    width: 15px; }
    .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
      position: absolute;
      background-color: #aaa;
      border-radius: 6px;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      right: 2px;
      width: 6px; }
    .ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y, .ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
      width: 11px; }
  .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
      background-color: #999;
      height: 11px; }
  .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
      background-color: #999;
      width: 11px; }
  .ps-container:hover > .ps-scrollbar-x-rail, .ps-container:hover > .ps-scrollbar-y-rail {
    opacity: 0.6; }
  .ps-container:hover > .ps-scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
      background-color: #999; }
  .ps-container:hover > .ps-scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
      background-color: #999; }

body.home .x-slide.slider-galeria .x-wrapper{margin: 0px 70px}

body.home .x-slide.slider-galeria .x-prev span, body.home .x-slide.slider-galeria .x-next span{color: #9c1736;opacity: 1;}


.slider-galeria-home{position: absolute;width: 100%;height: 100%;top: 0px;left: 0px;right: 0px;bottom: 0px;overflow: hidden;}
.slider-galeria-home.x-slide .x-container{height: 100%;width: 100%;position: absolute;top: 0px;left: 0px;right: 0px;bottom: 0px;}

.pena_text1{font-family: "Lato";font-size: 1.8rem;font-weight: 700;margin-bottom: 40px;text-align: left;}

.pena_contlist{letter-spacing: -0.35em;text-align: center;}
.pena_contlist article{letter-spacing: normal;width: 19%;margin: 0px 0.5%;display: inline-block;font-family: "Open Sans", sans-serif;vertical-align: top;height: 300px;}
.pena_text2{font-size: 1.5rem;color: #ad3095;font-weight: 700;margin: 15px 0px 13px; }
.pena_text3{font-size: 1.3rem;color: #2d2c2c;font-weight: 700;margin: 0px 0px 1px; }
.pena_text4{font-size: 1.3rem;color: #2d2c2c;margin: 0px 0px 10px;font-style: italic;}
.pena_text5 {
    width: 6px;
    height: 6px;
    margin: 0px auto;
    background: #ad3095;
    margin-bottom: 12px;
}
.pena_text6{font-size: 1.3rem;color: #2d2c2c;margin: 0px 0px 10px;font-weight: 600;text-transform: uppercase;}
.pena_text7{font-size: 1.5rem;font-weight: 700;color: #272727;margin: 14px 0px 13px;}
.pena_text8{font-size: 1.3rem;color: #2d2c2c;font-weight: 700;font-family: "Lato";}
.pena_text9{font-size: 1.3rem;color: #2d2c2c;font-style: italic;font-family: "Lato";font-weight: 400;}

@media (max-width: 767px){
  body.home .x-slide.slider-galeria .x-wrapper{margin: 0px;}
}

@media (max-width: 690px){
  .pena_contlist article { width: 24%;}
}

@media (max-width: 580px){
  .pena_contlist article { width: 49%;}
  .pena_text1{text-align: center;}
}

@supports (-ms-overflow-style: none) {
  .ps-container {
    overflow: auto !important; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps-container {
    overflow: auto !important; } }

@media (max-width: 1550px) and (min-width: 769px) {
  .x-modal-gallery .x-gallery, .x-modal-gallery .x-visor {
    width: 80%; } }

@media (max-width: 768px) {
  .x-modal-gallery .header-gallery .logo-v {
    margin: 0 10px;
    font-size: 11px; }
  .x-modal-gallery .x-gallery, .x-modal-gallery .x-visor {
    top: 50% !important;
    left: 0;
    transform: translateY(-50%); }
    .x-modal-gallery .x-gallery .text-caption, .x-modal-gallery .x-visor .text-caption {
      font-size: 1.3rem; }
  .x-modal-gallery .social-shares {
    margin-bottom: 10px;
    margin-top: 10px; } }

@media (max-width: 767px) {
  .x-slide {
    position: relative;
    *zoom: 1; }
    .x-slide:before, .x-slide:after {
      content: "";
      display: table; }
    .x-slide:after {
      clear: both; }
    .x-slide.scroll-mobile .x-container {
      width: auto !important;
      padding-bottom: 20px;
      border-bottom: 1px solid rgba(189, 189, 189, 0.3); }
    .x-slide.scroll-mobile .x-arrows {
      display: none; }
  .x-modal-gallery .title-gallery .title-inner {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden; }
  .x-modal-gallery .x-visor .media figcaption {
    padding: 10px; }
    .x-modal-gallery .x-visor .media figcaption .social {
      display: block;
      position: static;
      text-align: center;
      margin-top: 25px; }
      .x-modal-gallery .x-visor .media figcaption .social li {
        float: none;
        display: inline-block; }
  .x-modal-gallery .pannel-related .go-reload {
    padding: 10px 15px;
    border: 0; }
    .x-modal-gallery .pannel-related .go-reload i {
      font-size: inherit; }
  .x-modal-gallery .pannel-related .top-related {
    margin-bottom: 10px; }
  .x-modal-gallery .pannel-related .sub-related {
    display: none; }
  .x-modal-gallery .pannel-related .card.card-small {
    margin-bottom: 0; }
    .x-modal-gallery .pannel-related .card.card-small .caption {
      padding-top: 10px; }
    .x-modal-gallery .pannel-related .card.card-small .icon {
      font-size: 28px; }
    .x-modal-gallery .pannel-related .card.card-small h2 {
      font-size: 1.2rem;
      font-weight: normal;
      height: 30px;
      -webkit-line-clamp: 2;
      line-clamp: 2; }
  .x-modal-gallery .x-gallery .pannel-ads, .x-modal-gallery .x-visor .pannel-ads {
    position: relative;
    transform: none;
    overflow: visible;
    left: inherit;
    bottom: inherit; }
    .x-modal-gallery .x-gallery .pannel-ads div[id*="eplAd"], .x-modal-gallery .x-visor .pannel-ads div[id*="eplAd"] {
      margin-bottom: 10px;
      margin-top: 10px; }
  .x-modal-gallery .x-gallery figcaption, .x-modal-gallery .x-visor figcaption {
    text-align: center; }
  .ui-popup-draw .ui-inner {
    left: 5% !important;
    min-width: inherit;
    width: 90%; } }

@media (max-width: 767px) and (orientation: landscape) {
  .x-modal-gallery .header-gallery {
    margin-bottom: 15px; }
    .x-modal-gallery .header-gallery .logo-v {
      margin: 0 10px;
      font-size: 11px; }
  .x-modal-gallery .x-gallery, .x-modal-gallery .x-visor {
    top: 0 !important;
    left: 50%;
    max-width: 477px;
    margin: 0 auto;
    transform: translateX(-50%); }
    .x-modal-gallery .x-gallery .text-caption, .x-modal-gallery .x-visor .text-caption {
      font-size: 1.3rem; } }

.grid {
  max-width: 1200px; }

.grid {
  margin-left: auto;
  margin-right: auto; }
  .grid.grid-720 {
    max-width: 720px; }
  .grid.pad {
    padding: 1rem; }

.pad-hrst {
  padding-left: 1rem;
  padding-right: 1rem; }

.block > .pad {
  padding-top: 0;
  padding-bottom: 0; }

.box-mod {
  margin-bottom: 2rem; }

.hide {
  display: none;
  visibility: none; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: "Lato", sans-serif;
  color: #494848;
  font-weight: 500; }

.clearfix:before, .clearfix:after, .row:before, .row:after, article:before, article:after {
  content: "";
  display: table; }

.clearfix:after, .row:after, article:after {
  clear: both; }

.lineagrisjp {
  border-top: 1px solid #dbdbdb; }

.cards-grid-702 {
  width: 702px;
  margin: 0px auto;
  font-size: 1.6rem;
  line-height: 25px;
  /*text-align: justify;*/ }
  .cards-grid-702 .float_r {
    float: right;
    margin-left: 2rem; }
  .cards-grid-702 .fotitle1 {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 2.2rem;
    margin-top: 36px;
    margin-bottom: 16px;
  }
  .cards-grid-702 .forosec1 {
    background: url(../img/pat3.png) no-repeat top left; }
    .cards-grid-702 .forosec1 .fotitle2 {
      color: #ad3095;
      font-family: "Lato", sans-serif;
      font-weight: 700;
      font-size: 4.8rem;
      line-height: 48px;
      padding-top: 14px;
      position: relative;
      margin-bottom: 26px; }
    .cards-grid-702 .forosec1.foroizq1 .fotitle2 {
      padding-left: 50px;
      text-align: left; }
      .cards-grid-702 .forosec1.foroizq1 .fotitle2:before {
        content: "";
        background: url(../img/pat4.png) no-repeat top left;
        width: 42px;
        height: 7px;
        position: absolute;
        left: 0px;
        top: 29px; }
    .cards-grid-702 .forosec1.foroder1 {
      background-position: top right;
      text-align: right; }
      .cards-grid-702 .forosec1.foroder1 .fotitle2 {
        text-align: right;
        padding-right: 52px; }
        .cards-grid-702 .forosec1.foroder1 .fotitle2:before {
          content: "";
          background: url(../img/pat5.png) no-repeat top right;
          width: 42px;
          height: 7px;
          position: absolute;
          right: 0px;
          top: 33px; }
  .cards-grid-702 .fotitle3 {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 4.8rem;
    line-height: 40px;
    margin-bottom: 20px;
    color: #000; }

.forocuadro1 {
  background: url(../img/pat1.jpg) no-repeat top left; }

.forocuadro1_col_1 {
  width: 320px;
  padding: 35px 10px;
  text-align: center;
  float: left;
  font-weight: 700;
  font-size: 48px;
  font-family: "Lato", sans-serif;
  color: #000000;
  line-height: 50px; }
  .forocuadro1_col_1 span {
    margin-left: 80px;
    display: block; }

body.agenda {
  background: url(../img/pat2.png) no-repeat top right; }
  body.agenda .header .hdr-body {
    /*background: transparent*/ }
  body.agenda .header {
    box-shadow: inherit; }
  body.agenda .agen_colum_1 {
    float: left;
    width: 462px;
    padding-bottom: 32px;
    max-width: 100%; }
    body.agenda .agen_colum_1 .agen_colum_1_a {
      float: left;
      width: 170px; }
      body.agenda .agen_colum_1 .agen_colum_1_a .btn-asistir.arrow-r:before {
        left: -30px;
        right: inherit; }
      body.agenda .agen_colum_1 .agen_colum_1_a .agen_colum_1_a_tex1 {
        font-weight: 700;
        font-size: 48px;
        font-family: "Lato", sans-serif;
        color: #000000; }
      body.agenda .agen_colum_1 .agen_colum_1_a .agen_colum_1_a_tex2 {
        font-weight: 700;
        font-size: 12px;
        font-family: "Lato", sans-serif;
        color: #9c1736;
        margin-bottom: 15px; }
      body.agenda .agen_colum_1 .agen_colum_1_a .agen_colum_1_a_tex3 {
        font-size: 16px;
        color: #2d2c2c;
        margin-bottom: 12px; }
      body.agenda .agen_colum_1 .agen_colum_1_a .agen_colum_1_a_tex4 {
        font-weight: 700;
        font-size: 12px;
        font-family: "Lato", sans-serif;
        color: #2d2c2c;
        margin-bottom: 30px; }
    body.agenda .agen_colum_1 .agen_colum_1_b {
      float: right;
      width: 220px; }
  body.agenda .agen_colum_2 {
    float: right;
    margin-left: -462px;
    padding-left: 480px;
    width: 100%; }
  body.agenda .agen_fila_form1 {
    background: #ada06d;
    color: #fff;
    font-size: 18px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    padding: 14px; }
  body.agenda .agen_fila_form2 {
    border: 1px solid #dbdbdb;
    border-top: 0px;
    padding: 14px; }
    body.agenda .agen_fila_form2 .agen_colum_form1 {
      display: inline-block;
      vertical-align: top;
      color: #ada06d;
      font-family: "Open Sans", sans-serif;
      font-weight: 700; }
    body.agenda .agen_fila_form2 .agen_colum_form2 {
      display: inline-block;
      vertical-align: top;
      font-family: "Open Sans", sans-serif;
      padding-left: 10px;
      width: calc(100% - 44px); }

.block-cards > .grid.agen_sinimg {
  background-image: inherit; }

.cards-grid {
  margin-bottom: 30px;
  padding-top: 20px; }
  .cards-grid > .row {
    letter-spacing: -0.35em; }
    .cards-grid > .row .cell {
      vertical-align: top;
      display: inline-block;
      letter-spacing: normal;
      float: inherit; }
  .cards-grid .more {
    margin-top: 20px;
    text-align: center; }

.row .cell {
  float: left; }
  .row .cell.x-100 {
    width: 100% !important; }

.columns-1 .cell {
  width: 100%; }

.columns-2 .cell {
  width: 50%; }

.columns-3 .cell {
  width: 33.33%; }

.columns-4 .cell {
  width: 25%; }

.row-space-20x {
  margin: 0 -1rem; }
  .row-space-20x .cell {
    padding: 0 1rem; }

.row-space-30x {
  margin: 0 -1.5rem; }
  .row-space-30x .cell {
    padding: 0 1.5rem; }

.row-space-10x {
  margin: 0 -0.5rem; }
  .row-space-10x .cell {
    padding: 0 0.5rem; }

.text-center {
  text-align: center !important; }

.text-right {
  text-align: right !important; }

.text-left {
  text-align: left !important; }

.ads {
  text-align: center; }
  .ads [id*="eplAd"] {
    margin-top: 0;
    margin-bottom: 1.5rem; }
    .ads [id*="eplAd"]:empty {
      margin: 0 !important; }
  .ads.ads-top [id*="eplAd"], .ads.ads-bottom [id*="eplAd"], .ads.ads-middle [id*="eplAd"] {
    margin-bottom: 3rem; }

body.popup-gallery [id*="eplAd"] {
  position: relative;
  z-index: 9; }

@font-face {
  font-family: 'icons';
  src: url("https://s.rpp-noticias.io/static/especial/bicentenario-2018/fonts/icons.eot?mxn0uijp");
  src: url("https://s.rpp-noticias.io/static/especial/bicentenario-2018/fonts/icons.eot?mxn0uijp#iefix") format("embedded-opentype"), url("https://s.rpp-noticias.io/static/especial/bicentenario-2018/fonts/icons.ttf?mxn0uijp") format("truetype"), url("https://s.rpp-noticias.io/static/especial/bicentenario-2018/fonts/icons.woff?mxn0uijp") format("woff"), url("https://s.rpp-noticias.io/static/especial/bicentenario-2018/fonts/icons.svg?mxn0uijp#icons") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'icon';
  src: url("https://s.rpp-noticias.io/static/especial/bicentenario-2018/fonts/icon.eot?thm9ezjp");
  src: url("https://s.rpp-noticias.io/static/especial/bicentenario-2018/fonts/icon.eot?thm9ezjp#iefix") format("embedded-opentype"), url("https://s.rpp-noticias.io/static/especial/bicentenario-2018/fonts/icon.ttf?thm9ezjp") format("truetype"), url("https://s.rpp-noticias.io/static/especial/bicentenario-2018/fonts/icon.woff?thm9ezjp") format("woff"), url("https://s.rpp-noticias.io/static/especial/bicentenario-2018/fonts/icon.svg?thm9ezjp#icon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-gallery:before {
  content: "\6a"; }

.icon-19:before {
  content: "\74"; }

.icon-arrow_down:before {
  content: "\e910"; }

.icon-facebook-logo-outline:before {
  content: "\e911"; }

.icon-gallery2:before {
  content: "\e912"; }

.icon-linkedin-social-outline-logotype:before {
  content: "\e913"; }

.icon-play-button:before {
  content: "\e914"; }

.icon-search:before {
  content: "\e915"; }

.icon-twitter-social-outlined-logo:before {
  content: "\e916"; }

.icon-whatsapp-logo-outline:before {
  content: "\e917"; }

.icon-reportaje:before {
  content: "\e90f"; }

.icon-sound:before {
  content: "\e90c"; }

.icon-foto:before {
  content: "\e905"; }

.icon-info:before {
  content: "\e906"; }

.icon-mail:before {
  content: "\e908"; }

.icon-play:before {
  content: "\e914"; }

.icon-rpp:before {
  content: "\e90b"; }

.icon-envelope:before {
  content: "\6e"; }

.icon-24:before {
  content: "\42"; }

.icon-por-iniciar:before {
  content: "\56"; }

.icon-clock:before {
  content: "\57"; }

.icon-reload:before {
  content: "\59"; }

.icon-cancel:before {
  content: "\30"; }

.icon-movie:before {
  content: "\33"; }

.icon-youtube:before {
  content: "\64"; }

.icon-rss:before {
  content: "\36"; }

.icon-star-two:before {
  content: "\39"; }

.icon-share:before {
  content: "\21"; }

.icon-facebook:before {
  content: "\100"; }

.icon-twitter:before {
  content: "\106"; }

.icon-chevron-left:before {
  content: "\112"; }

.icon-chevron-right:before {
  content: "\113"; }

.icon-chevron-down:before {
  content: "\118"; }

.icon-chevron-up:before {
  content: "\119"; }

.icon-magnifier:before {
  content: "\139"; }

.icon-home:before {
  content: "\145"; }

.icon-left-arrow:before {
  content: "\e909"; }

.icon-menu:before {
  content: "\e900"; }

.icon-expand:before {
  content: "\e901"; }

.icon-chevron-left-v2:before {
  content: "\e902"; }

.icon-send-button:before {
  content: "\e903"; }

.icon-chevron-right-v2:before {
  content: "\e904"; }

.icon-usuario:before {
  content: "\e907"; }

.icon-correct:before {
  content: "\e90d"; }

.icon-exclamation:before {
  content: "\e90e"; }

.cover {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  display: block; }
  .cover.ratio-21x9 {
    padding-top: 43.33%; }
  .cover.cover1x1 {
    padding-top: 100%; }
    .cover.cover1x1 img {
      height: 100%;
      width: inherit;
      max-width: inherit;
      transform: translateX(-50%);
      left: 50%; }
  .cover img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .cover.cover-media img {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    min-height: calc(100% + 1px); }

.sponsor .text-by {
  font-size: 10px; }

.sponsoredbyx {
  text-decoration: none; }
  .sponsoredbyx.showed .text-by {
    display: inline-block; }
  .sponsoredbyx .text-by {
    display: none;
    font-size: 10px;
    color: #666666; }

ul.social {
  margin: 0;
  list-style: none;
  padding-left: 0;
  font-size: 10px;
  display: inline-block; }
  ul.social:before, ul.social:after {
    content: "";
    display: table; }
  ul.social:after {
    clear: both; }
  ul.social li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px; }
    ul.social li:first-child {
      margin-left: 0; }
    ul.social li:last-child {
      margin-right: 0; }
  ul.social a {
    width: 25px;
    height: 25px;
    line-height: 28px;
    border-radius: 50%;
    transition: all .4s ease;
    color: #fff;
    font-size: 14px;
    text-decoration: none !important;
    text-align: center;
    display: inline-block; }
    ul.social a.fb {
      background-color: #3b5998; }
    ul.social a.tw {
      background-color: #00aced; }
    ul.social a.yt {
      background-color: #e52c28; }
    ul.social a.rss {
      background-color: orange; }
  ul.social.min a {
    width: 22px;
    height: 22px;
    line-height: 23px;
    font-size: 11px; }
  ul.social.medium a {
    width: 30px;
    height: 30px;
    line-height: 35px;
    font-size: 15px; }
  ul.social.large a {
    width: 49px;
    height: 49px;
    line-height: 50px;
    font-size: 22px; }
  ul.social.style-gray a:not(:hover) {
    background-color: #cccccc; }
  ul.social.style-gray a:hover {
    background-color: #7eb31f !important; }
  ul.social.style-bordered a {
    background-color: transparent; }
    ul.social.style-bordered a.fb {
      color: #3b5998;
      border: 1px solid #3b5998; }
      ul.social.style-bordered a.fb:hover {
        background: #3b5998;
        color: #fff; }
    ul.social.style-bordered a.tw {
      color: #00aced;
      border: 1px solid #00aced; }
      ul.social.style-bordered a.tw:hover {
        background: #00aced;
        color: #fff; }
    ul.social.style-bordered a.yt {
      color: #e52c28;
      border: 1px solid #e52c28; }
      ul.social.style-bordered a.yt:hover {
        background: #e52c28;
        color: #fff; }
    ul.social.style-bordered a.rss {
      color: orange;
      border: 1px solid orange; }
      ul.social.style-bordered a.rss:hover {
        background: #orange;
        color: #fff; }
  ul.social.style-simple a {
    color: #ccc;
    background-color: transparent;
    border: 1px solid #cdcdcd; }
    ul.social.style-simple a.fb:hover {
      border-color: #3b5998;
      color: #3b5998; }
    ul.social.style-simple a.tw:hover {
      border-color: #00aced;
      color: #00aced; }
    ul.social.style-simple a.yt:hover {
      border-color: #e52c28;
      color: #e52c28; }
    ul.social.style-simple a.rss:hover {
      border-color: orange;
      color: orange; }
  ul.social.hrt-vertial {
    margin-left: 10px; }
    ul.social.hrt-vertial li {
      float: none;
      margin: 0 0 2rem; }
  ul.social.border-none a {
    border: 0 !important; }

.block-layout.block-article-full {
  background: #b3b3b3; }

.cs-article-full {
  background: #ccc;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  position: relative; }
  .cs-article-full > .grid {
    position: relative; }
  .cs-article-full .image {
    display: none; }
  .cs-article-full .icon {
    font-size: 160px;
    width: 160px;
    height: 160px; }
  .cs-article-full .image-cover-full {
    height: 640px;
    display: block; }
    .cs-article-full .image-cover-full:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.2); }
  .cs-article-full .caption {
    position: absolute;
    bottom: 15px;
    left: 0;
    max-width: 100%; }
  .cs-article-full h1 {
    font-size: 4.8rem; }
    .cs-article-full h1 a {
      color: #fff;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }
  .cs-article-full p {
    font-size: 2rem;
    color: #000;
    font-family: "Lato", sans-serif; }

.category {
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  background: #ff2129;
  color: #fff;
  padding: 3px 10px;
  font-size: 13px; }

.block-cards {
  border-top: 1px solid #dbdbdb; }

.card {
  margin-bottom: 50px; }
  .card.card-hv {
    margin-bottom: 2rem; }
    .card.card-hv:before, .card.card-hv:after {
      content: "";
      display: table; }
    .card.card-hv:after {
      clear: both; }
    .card.card-hv figure {
      float: left;
      width: 66.66%;
      padding-right: 10px;
      margin-right: 10px; }
    .card.card-hv .caption {
      overflow: hidden; }
      .card.card-hv .caption h2 {
        font-size: 3.6rem; }
  .card.card-h {
    margin-bottom: 30px; }
    .card.card-h:before, .card.card-h:after {
      content: "";
      display: table; }
    .card.card-h:after {
      clear: both; }
    .card.card-h .caption {
      width: 350px;
      float: left; }
      .card.card-h .caption h2 {
        font-size: 3rem;
        line-height: 1.1;
        margin-bottom: 3rem;
        color: #000; font-weight: 700}
        .card.card-h .caption h2 span { font-size: 3.6rem; color: #ad3095; }
      .card.card-h .caption p {
        font-size: 1.6rem;
        line-height: 1.5; }
    .card.card-h figure {
      float: right;
      width: 100%;
      margin-left: -400px;
      padding-left: 400px;padding-top: 80px; }
.card.card-h .icon {
    left: 50%;
    top: 50%;
    font-size: 55px;
    background: rgba(0, 0, 0, 0.4);
    transform: translate(-50%, -50%);
    width: 53px;
    height: 53px;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #fff;
}

.card.card-h .icon:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 17px solid #fff;
    border-top: 10px solid transparent;
    position: absolute;
    border-bottom: 10px solid transparent;
    transform: translate(-37%,-50%);
    top: 50%;
    left: 50%;
}

.card.card-h .icon i.icon-play {
    position: relative;
    left: 0;
    top: 0;
}

.card.card-h .icon i.icon-play:before {
    position: absolute;
    transform: translate(-50%,-50%);
}

  .card .wrap-social {
    text-align: right; }
  .card .caption {
    padding-top: 1.5rem;
    position: relative; }
    .card .caption .date {
      color: #cccccc;
      font-size: 1.2rem;
      float: right; }
    .card .caption h2 {
      margin-bottom: 15px;
      font-size: 2.4rem;
      font-weight: normal;
      display: block;
      line-height: 1.15; }
      .card .caption h2 a {
        color: #000; }
    .card.card_informes .caption h2{font-size: 1.8rem;}
    .card.card_informes a.art_cell_descarg{color: #ad3095;}
    .card.card_informes a.art_cell_descarg:hover{text-decoration: none;}
    .card.card_informes a.art_cell_descarg span {
    display: inline-block;
    margin-left: 9px;
    font-weight: 700;
    text-decoration: underline;
    vertical-align: middle;
    }
    .card .caption p {
      font-size: 1.6rem;
      color: #2D2C2C;
      line-height: 1.35; }
    .card .caption .top-caption {
      margin-bottom: 1rem;
      line-height: 100%; }
      .card .caption .top-caption:before, .card .caption .top-caption:after {
        content: "";
        display: table; }
      .card .caption .top-caption:after {
        clear: both; }
    .card .caption .category {
      position: absolute;
      left: 0;
      top: -12px; }
  .card.card-small h2 {
    font-size: 1.4rem;
    height: 36px;
    -webkit-line-clamp: 2; }
  .card.card-large {
    border-bottom: 1px solid #efefef; }
    .card.card-large .caption {
      padding-top: 2.8rem; }
    .card.card-large h2 {
      font-size: 2.3rem;
      max-height: 90px;
      height: auto; }
  .card.animated {
    animation: enterCard .5s forwards;
    opacity: 0; }

.slide-inspiration {
  text-align: center;
  margin: 0 14px 50px; }
  .slide-inspiration .x-prev span.icon-prev, .slide-inspiration .x-next span.icon-prev {
    left: 0; }
  .slide-inspiration .x-prev span.icon-next, .slide-inspiration .x-next span.icon-next {
    right: 0; }
  .slide-inspiration .x-item a.x-lightbox {
    position: relative;
    display: inline-block;
    cursor: zoom-in; }
    .slide-inspiration .x-item a.x-lightbox:hover:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: black;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0.35) 60%, rgba(255, 255, 255, 0.5) 100%); }

.block-socials .social-content {
  text-align: center; }

.title-block {
  color: #ad3095;
  font-size: 3.6rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
  padding-top: 20px; }

.btn {
  font-family: "Lato", sans-serif;
  background: #ff7929;
  border-radius: 3px;
  color: #fff;
  width: 175px;
  padding: 11px 20px;
  border: 0;
  font-size: 18px;
  border-bottom: 2px solid #e55e0d;
  display: inline-block; }

.title-category {
  margin-bottom: 3rem;
  padding-top: 1rem; }
  .title-category:before, .title-category:after {
    content: "";
    display: table; }
  .title-category:after {
    clear: both; }
  .title-category .name {
    float: left;
    font-size: 15px;
    font-weight: 600;
    color: #666666;
    font-family: "Open Sans", sans-serif;
    margin: 0 13px 0 0;
    text-transform: uppercase; }

.large-article {
  position: relative;
  margin-bottom: 3rem; }
  .large-article .cover:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1; }
  .large-article figcaption {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2; }
    .large-article figcaption .category {
      margin-bottom: 1.5rem; }
    .large-article figcaption a {
      color: #fff; }
    .large-article figcaption h2 {
      font-size: 3rem;
      font-weight: normal;
      text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.5);
      margin-bottom: 25px; }
    .large-article figcaption .social {
      margin-bottom: 0; }

/* REMOVABLE */
.table {
  display: table;
  height: 100%;
  vertical-align: middle;
  width: 100%; }
  .table .col {
    display: table-cell;
    height: 100%;
    vertical-align: middle; }

article .icon {
  position: absolute;
  width: 40px;
  height: 40px;
  left: 0;
  bottom: 0;
  background: #ad3095;
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 35px; }
  article .icon [class^="icon-"], article .icon [class*=" icon-"] {
    display: inline-block;
    vertical-align: middle; }
  article .icon.big {
    width: 67px;
    height: 67px;
    font-size: 35px;
    line-height: 59px; }
  article .icon.small {
    width: 30px;
    height: 30px;
    font-size: 17px;
    line-height: 26px; }

@keyframes enterCard {
  from {
    opacity: 0;
    transform: scale(0.5); }
  to {
    opacity: 1;
    transform: scale(1); } }

.content-artiles-list {
  margin-bottom: 2rem;
  max-height: 700px;
  overflow: auto;
  position: relative;
  padding-right: 10px; }
  .content-artiles-list .card-list .social {
    margin-right: 10px; }

.articles-consultations {
  margin-bottom: 3rem; }

.card-list {
  border-bottom: 1px solid #f5f5f5;
  padding-top: 2.5rem; }
  .card-list .top-card {
    margin-bottom: 0.8rem; }
    .card-list .top-card .category {
      border-right-width: 1px;
      border-right-style: solid;
      padding-right: 10px;
      margin-right: 10px;
      line-height: 90%; }
    .card-list .top-card time {
      color: #ababab;
      font-size: 10px;
      vertical-align: middle;
      display: inline-block;
      margin-top: -2px; }
  .card-list .bottom-card {
    text-align: right; }
  .card-list h2 {
    font-size: 1.6rem;
    font-weight: normal;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 65px; }
  .card-list .social {
    margin-bottom: 1rem; }

.card-consultations {
  margin-bottom: 2.7rem;
  padding-top: 2rem; }
  .card-consultations figure {
    float: left;
    margin-right: 1.3rem;
    width: 182px; }
  .card-consultations .caption {
    overflow: hidden;
    padding: 1rem; }
    .card-consultations .caption h2 {
      font-size: 1.7rem;
      font-weight: 500;
      line-height: 1.3; }
    .card-consultations .caption p {
      margin-left: 0.5rem;
      font-size: 1.4rem;
      font-family: "Open Sans", sans-serif; }

.more-articles {
  margin-bottom: 2rem; }
  .more-articles:before, .more-articles:after {
    content: "";
    display: table; }
  .more-articles:after {
    clear: both; }
  .more-articles .ct-name {
    float: right;
    font-size: 13px;
    margin-left: 13px;
    color: #7c7c7c;
    text-decoration: none; }
    .more-articles .ct-name i {
      vertical-align: middle; }
  .more-articles .line {
    display: block;
    overflow: hidden;
    height: 1px;
    background-color: #efefef;
    margin-top: 12px;
    position: relative; }

.block.block-underline {
  border-bottom: 1px solid #d6f3f2; }

.block.block-gray {
  background: #fbfafb;
  padding: 2rem 0;
  margin-top: 2rem;
  margin-bottom: 5rem; }

.block.block-dark {
  background: #202020;
  color: #fff;
  padding: 50px 0 40px;
  margin-top: 2rem;
  margin-bottom: 2rem; }
  .block.block-dark .title-category .name {
    color: #fff; }
  .block.block-dark .title-category .line {
    background-color: #484848; }
  .block.block-dark h2 a {
    color: #fff; }

.tab-vital {
  margin-bottom: 20px; }
  .tab-vital .x-tab {
    margin-bottom: 10px; }
    .tab-vital .x-tab > li {
      display: table-cell;
      float: none;
      width: 1%; }
      .tab-vital .x-tab > li.active a {
        color: #fff;
        background-color: #8e8d8d;
        border-color: #8e8d8d; }
        .tab-vital .x-tab > li.active a:after {
          content: "";
          display: block;
          width: 0;
          height: 0;
          border-top: 10px solid #8e8d8d;
          border-left: 6px solid transparent;
          border-right: 6px solid transparent;
          position: absolute;
          bottom: -9px;
          left: 50%;
          margin-left: -6px; }
    .tab-vital .x-tab a {
      color: #8d8c8c;
      text-align: center;
      padding: 3px 12px;
      white-space: nowrap;
      position: relative;
      border-top: 1px solid #c5c3c3;
      border-bottom: 1px solid #c5c3c3; }
      .tab-vital .x-tab a:hover {
        background: #8e8d8d;
        color: #fff;
        border-color: #8e8d8d; }

.item-autor {
  text-align: center;
  margin-bottom: 2rem; }
  .item-autor .photo-autor {
    width: 122px;
    height: 122px;
    margin-bottom: 1.8rem;
    border-radius: 50%; }
  .item-autor .caption {
    margin-bottom: 1.8rem;
    font-size: 1.5rem;
    font-family: "Open Sans", sans-serif;
    padding: 0px 30px;
    height: 59px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis; }
  .item-autor .point {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #19beb6;
    margin: 0 auto 2rem; }
  .item-autor .name {
    font-size: 1.6rem;
    margin-bottom: 0.2rem; }
  .item-autor small {
    font-style: italic;
    font-family: "Lato", sans-serif;
    font-size: 1.4rem; }

.slide-autores {
  position: relative; }
  .slide-autores .title-category {
    margin-right: 53px; }
  .slide-autores .x-arrows {
    position: absolute;
    right: 0;
    top: 0; }
    .slide-autores .x-arrows a {
      position: static;
      float: left;
      color: #b3b3b3;
      font-size: 1.65rem;
      padding: 3px 5px;
      transform: none; }
      .slide-autores .x-arrows a:hover {
        color: #343434; }

.box-consultas .btn-consult {
  border-color: #e4e4e4;
  color: #42459c;
  border: 1px solid #42459c;
  padding: 20px 60px;
  border-radius: 35px; }

.box-herramientas {
  color: #343434; }
  .box-herramientas .title-herramientas h3 {
    color: #75ad74;
    font-size: 1.5rem;
    font-family: "Open Sans", sans-serif; }
  .box-herramientas input[type="text"] {
    width: 100%;
    font-size: 12px;
    border: 1px solid #e0e0e0;
    padding: 5px; }
  .box-herramientas .mdl-medir {
    margin-bottom: 20px;
    background: url(../img/bg_mdl.jpg) repeat center center;
    background-size: cover;
    padding: 2.5rem 3rem;
    position: relative; }
    .box-herramientas .mdl-medir .title-mdl {
      font-size: 1.6rem;
      font-family: "Lato", sans-serif;
      margin-bottom: 1rem;
      font-weight: 700; }
    .box-herramientas .mdl-medir .sub-rf {
      margin-bottom: 3rem;
      font-size: 1.2rem;
      font-weight: 700; }
    .box-herramientas .mdl-medir .row-mdl {
      margin-bottom: 2.5rem; }
      .box-herramientas .mdl-medir .row-mdl label {
        margin-bottom: 1rem;
        font-size: 12px;
        font-weight: 600;
        display: block;
        color: #545454; }
    .box-herramientas .mdl-medir .icon-mdl {
      width: 97px;
      height: 97px;
      text-align: center;
      background-color: #75ad74;
      border-radius: 50%;
      margin: 2.6rem auto 0;
      color: #fff;
      font-size: 6rem;
      display: block;
      line-height: 93px; }
    .box-herramientas .mdl-medir .mdl-left {
      width: 100%;
      float: left;
      margin-right: -110px;
      padding-right: 110px; }
    .box-herramientas .mdl-medir .mdl-right {
      width: 110px;
      float: right; }
    .box-herramientas .mdl-medir .send {
      background-color: #75ad74;
      color: #fff;
      display: block;
      padding: 8px;
      font-size: 1.4rem;
      text-align: center;
      border: 0;
      width: 100%;
      border-radius: 4px; }
  .box-herramientas .mdl-farmaco {
    padding: 10px; }
    .box-herramientas .mdl-farmaco .mdl-left {
      width: 76px;
      float: left; }
    .box-herramientas .mdl-farmaco .mdl-right {
      width: 100%;
      float: right;
      margin-left: -76px;
      padding-left: 76px; }
    .box-herramientas .mdl-farmaco .icon-mdl {
      width: 70px;
      height: 70px;
      text-align: center;
      background-color: #42459c;
      border-radius: 50%;
      margin: 0;
      color: #fff;
      font-size: 3.9rem;
      display: block;
      line-height: 67px; }
    .box-herramientas .mdl-farmaco .far-input {
      width: calc(100% - 35px); }
    .box-herramientas .mdl-farmaco .far-search {
      background-color: transparent;
      border: 0; }
    .box-herramientas .mdl-farmaco .title-mdl {
      padding-top: 0.2rem;
      margin-bottom: 1rem;
      font-weight: 700;
      font-size: 1.6rem; }
  .box-herramientas .box-w-peso {
    position: absolute;
    left: 20px;
    width: calc(100% - 40px);
    top: 85px;
    bottom: 20px;
    background: #fff;
    border-radius: 15px 15px 0 0;
    padding: 20px 20px 50px;
    text-align: center;
    z-index: 1; }
    .box-herramientas .box-w-peso .imc-text {
      display: inline-block;
      vertical-align: top;
      margin-top: 19px; }
    .box-herramientas .box-w-peso .main-num-t {
      display: inline-block;
      vertical-align: middle;
      text-align: center;
      margin-left: 10px; }
    .box-herramientas .box-w-peso .text-status {
      padding: 5px;
      display: inline-block; }
    .box-herramientas .box-w-peso .w-row {
      margin-bottom: 13px; }
      .box-herramientas .box-w-peso .w-row:before, .box-herramientas .box-w-peso .w-row:after {
        content: "";
        display: table; }
      .box-herramientas .box-w-peso .w-row:after {
        clear: both; }
    .box-herramientas .box-w-peso .number-imc {
      display: block;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      text-align: center;
      font-size: 29px;
      background: #dad8d8;
      line-height: 60px;
      font-family: "Lato", sans-serif;
      margin: 0 auto 10px; }
    .box-herramientas .box-w-peso .btn-recalcula {
      background: #75ad74;
      color: #fff;
      border-radius: 5px;
      padding: 3px 14px;
      display: inline-block; }
    .box-herramientas .box-w-peso .link-to {
      display: block;
      text-align: center;
      font-size: 14px;
      color: #75ad74;
      border-top: 1px solid #75ad74;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      padding: 10px; }
  .box-herramientas .box-w-table {
    position: absolute;
    left: 20px;
    width: calc(100% - 40px);
    top: 20px;
    bottom: 20px;
    background: #fff;
    border-radius: 15px 15px 0 0;
    z-index: 2; }
    .box-herramientas .box-w-table .heading-table {
      background: #e6d8c9;
      padding: 10px; }
    .box-herramientas .box-w-table .x-close {
      border: 2px solid #9d9891;
      color: #9d9891;
      border-radius: 50%;
      font-size: 11px;
      width: 24px;
      height: 24px;
      position: absolute;
      right: 9px;
      top: 8px;
      text-align: center;
      line-height: 22px;
      text-decoration: none; }
    .box-herramientas .box-w-table table {
      background: #fff;
      font-size: 11px; }
      .box-herramientas .box-w-table table td {
        padding: 8px; }
      .box-herramientas .box-w-table table .active {
        background: #75ad74;
        color: #fff; }

.slide-podcast {
  color: #545454;
  margin-bottom: 2rem;
  margin-top: 1rem; }
  .slide-podcast .item-media {
    max-width: 354px; }
  .slide-podcast .x-wrapper {
    margin: 0 48px; }
  .slide-podcast .x-prev span.icon-prev, .slide-podcast .x-next span.icon-prev {
    left: 0; }
  .slide-podcast .x-prev span.icon-next, .slide-podcast .x-next span.icon-next {
    right: 0; }
  .slide-podcast .x-prev span, .slide-podcast .x-next span {
    font-size: 5rem !important; }

.media-icon {
  position: absolute;
  bottom: 3px;
  left: 7px;
  font-size: 3rem;
  color: #fff;
  text-shadow: 2px 1px 4px rgba(0, 0, 0, 0.6);
  text-align: center; }
  .media-icon [class^="icon-"], .media-icon [class*=" icon-"] {
    vertical-align: middle;
    display: inline-block; }
  .media-icon.big {
    font-size: 7.5rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    bottom: inherit; }
  .media-icon.halo {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    font-size: 18px;
    line-height: 25px;
    width: 28px;
    height: 28px; }

.gallery-icon {
  position: absolute;
  bottom: 15px;
  left: 15px;
  font-size: 13px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding: 7px 13px; }
  .gallery-icon [class^="icon-"], .gallery-icon [class*=" icon-"] {
    vertical-align: middle;
    display: inline-block;
    font-size: 23px;
    margin-right: 5px; }

.item-media-main {
  margin-bottom: 2rem; }
  .item-media-main figure {
    position: relative; }
    .item-media-main figure figcaption {
      position: absolute;
      left: 0;
      bottom: 0;
      padding: 1rem 2.5rem;
      background: linear-gradient(to bottom, rgba(10, 10, 10, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
      width: 100%; }
  .item-media-main .cover {
    padding-top: 56.7%; }
  .item-media-main h2 {
    font-size: 2.5rem;
    text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.6); }
    .item-media-main h2 a {
      color: #fff; }

.item-media {
  margin-bottom: 1.3rem; }
  .item-media figure {
    float: left;
    margin-right: 2rem;
    position: relative;
    width: 110px; }
  .item-media .caption {
    overflow: hidden;
    padding-right: 1.5rem; }
  .item-media h2 {
    line-height: 1.1;
    font-size: 1.7rem;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 36px; }
  .item-media p {
    font-size: 1.2rem;
    margin-bottom: 0;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 32px; }
  .item-media .category {
    font-size: 12px;
    margin-bottom: .7rem; }

.grid-section .ads.ads-middle [id*="eplAd"] {
  margin-top: 30px;
  margin-bottom: 70px; }

.list-items-media {
  margin-bottom: 2rem; }
  .list-items-media .item-media {
    border-right: 1px solid #484848; }
    .list-items-media .item-media figure {
      margin-right: 1.8rem; }
    .list-items-media .item-media .icon {
      bottom: 4px;
      left: 4px;
      top: auto;
      transform: none; }

.slider-galeria {
  margin-bottom: 3rem; }
  .slider-galeria .large-article {
    margin-bottom: 0; }
  .slider-galeria .x-prev, .slider-galeria .x-next {
    color: #fff;
   /* text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);*/ }

body.autores .card {
  margin-bottom: 3rem; }

body.home .ads.ads-middle [id*="eplAd"] {
  margin-top: 3rem; }

.block-header-category {
  padding: 2rem 0;
  margin: 2rem 0 4rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  background-image: url(../img/d_categoria.jpg); }
  .block-header-category.bg-salud {
    background-image: url(../img/bg_salud.jpg); }
  .block-header-category.bg-psicologia {
    background-image: url(../img/bg_psicologia.jpg); }
  .block-header-category.bg-cuerpo-y-alma {
    background-image: url(../img/bg_ejercicio.jpg); }
  .block-header-category.bg-vivir-bien {
    background-image: url(../img/bg_bienestar.jpg); }
  .block-header-category.bg-comer-bien {
    background-image: url(../img/bg_nutricion.jpg); }
  .block-header-category.bg-consulta {
    background-image: url(../img/d_consulta.jpg); }
  .block-header-category.bg-expertos {
    background-image: url(../img/bg_expertos.jpg); }
  .block-header-category[class*="bg-"]:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.25); }
  .block-header-category h1 {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 6.6rem;
    text-align: center;
    margin: 14px 0;
    position: relative;
    z-index: 2;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    text-transform: capitalize; }

.block-header-author {
  margin-bottom: 4rem;
  background: #f3f3f3;
  padding: 2rem 0;
  margin-top: 2rem; }

.btn.btn-arrow-bottom {
  margin-bottom: 3rem;
  padding-top: 14px;
  padding-bottom: 14px; }
  .btn.btn-arrow-bottom i {
    position: absolute;
    bottom: -25px;
    left: 50%;
    font-size: 19px;
    transform: translateX(-50%); }

.grid-authors {
  padding-bottom: 0.1rem; }

.block-logos {
  background: #eee;
  border-bottom: 4px solid #ff7929; }
  .block-logos .main-sponsors {
    text-align: center; }
    .block-logos .main-sponsors .table {
      width: auto;
      margin: 0 auto; }
      .block-logos .main-sponsors .table .col {
        padding: 0 50px; }

.autor-header {
  margin: 20px 0;
  color: #535050; }
  .autor-header:before, .autor-header:after {
    content: "";
    display: table; }
  .autor-header:after {
    clear: both; }
  .autor-header .photo-autor {
    float: left;
    text-align: center; }
  .autor-header .info-autor {
    overflow: hidden;
    position: relative; }
  .autor-header .photo {
    width: 136px;
    height: 136px;
    display: inline-block;
    border-radius: 50%;
    background-size: cover;
    background-position: center center;
    margin-right: 52px; }
  .autor-header .name {
    font-size: 2.5rem;
    font-weight: 900;
    color: #535050; }
  .autor-header .section-autor {
    font-size: 1.6rem;
    font-style: italic;
    font-family: "Lato", sans-serif;
    margin-bottom: 1.5rem; }
  .autor-header p {
    font-size: 1.5rem;
    margin-bottom: 0; }
  .autor-header ul.social {
    position: absolute;
    right: 0;
    top: 30px; }
    .autor-header ul.social a {
      color: #535050 !important; }

.story-consult {
  max-width: 618px;
  margin: 0 auto;
  padding-top: 25px; }

.form-consult {
  padding-top: 40px;
  position: relative;
  margin-right: 168px;
  font-size: 13px; }
  .form-consult .holder {
    display: block;
    margin-bottom: 7px; }
  .form-consult .help-req {
    float: right; }
  .form-consult .require:after {
    content: '*';
    color: #19beb6;
    display: inline; }
  .form-consult .send {
    background-color: #19beb6;
    border-color: #19beb6;
    border-radius: 30px;
    color: #fff;
    padding: 10px;
    font-size: 1.5rem; }
    .form-consult .send i {
      margin-left: 10px;
      margin-top: -2px;
      display: inline-block; }

form.reounder input[type="text"], form.reounder textarea {
  border-radius: 18px;
  background: #fff;
  border: 1px solid #d4d4d4;
  padding: 7px 15px;
  max-width: 100%; }

form.reounder input[type="text"] {
  width: 310px; }

form.reounder .x-row {
  margin-bottom: 30px; }

.message-404 {
  margin-bottom: 50px;
  margin-top: 50px; }
  .message-404 h1 {
    font-size: 5.6rem;
    margin-bottom: 3rem; }

.story-search-result {
  font-size: 1.3rem;
  margin-bottom: 30px; }
  .story-search-result .text {
    font-size: 3.0rem;
    color: #36c3bb;
    margin-left: 10px;
    font-weight: 600; }

.story-search-box {
  background-color: #efefef;
  padding: 15px;
  margin-bottom: 30px;
  text-align: center; }
  .story-search-box .inner {
    max-width: 617px;
    margin: 0 auto; }
  .story-search-box input[type="text"] {
    border: none;
    width: calc(100% - 67px);
    padding: 14px 20px;
    border-radius: 50px;
    margin-right: 7px; }

.ui-popup-confirm .box-confirm {
  margin-top: 100px;
  margin-bottom: 90px; }

.ui-popup-confirm .ui-inner {
  text-align: center; }

.ui-popup-confirm .title {
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 5px; }

.ui-popup-confirm .message {
  font-size: 1.8rem;
  margin-bottom: 18px; }

.ui-popup-confirm .link {
  font-size: 1.8rem;
  color: #19beb6;
  text-decoration: none; }
  .ui-popup-confirm .link [class^="icon-"], .ui-popup-confirm .link [class*=" icon-"] {
    vertical-align: middle;
    font-size: 16px;
    margin-right: 9px; }

.ui-popup-confirm .c-fail {
  color: #d80027 !important; }

.ui-popup-confirm .c-success {
  color: #19beb6 !important; }

.ui-popup-confirm .ico-state {
  font-size: 135px;
  margin-bottom: 10px; }
  .ui-popup-confirm .ico-state i {
    display: block; }

.item-consulta {
  background: #fff;
  padding: 30px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  margin-bottom: 32px; }
  .item-consulta:hover h2 a {
    color: #19beb6; }
  .item-consulta:hover ul.social a.fb {
    background-color: #3d58a4;
    border-color: #3d58a4;
    color: #fff; }
  .item-consulta:hover ul.social a.tw {
    background-color: #00aced;
    border-color: #00aced;
    color: #fff; }
  .item-consulta .footer-item:before, .item-consulta .footer-item:after {
    content: "";
    display: table; }
  .item-consulta .footer-item:after {
    clear: both; }
  .item-consulta p {
    line-height: 1.7; }
  .item-consulta h2 {
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 20px; }
    .item-consulta h2 a:hover {
      color: #19beb6;
      text-decoration: none; }
  .item-consulta .more {
    color: #19beb6;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    margin-top: 8px; }
    .item-consulta .more i {
      vertical-align: middle; }
  .item-consulta ul.social a.fb:hover {
    background-color: #3d58a4;
    color: #fff; }
  .item-consulta ul.social a.tw:hover {
    background-color: #00aced;
    color: #fff; }

.consulta-mod {
  background: #42459c;
  color: #fff;
  border-radius: 10px;
  padding: 50px 26px; }
  .consulta-mod .title {
    font-size: 26px;
    font-weight: 700;
    border-left: 1px solid #fff;
    padding: 0 50px 30px 8px;
    min-height: 63px;
    background: url(../img/ico_4514.png) no-repeat right top;
    margin-bottom: 34px; }
    .consulta-mod .title span {
      display: inline-block;
      vertical-align: top;
      line-height: 100%;
      margin-top: -9px; }
  .consulta-mod .btn-mod {
    display: block;
    background: #fff;
    border-radius: 30px;
    padding: 10px 35px;
    text-align: center;
    font-weight: 600;
    color: #42459c;
    text-decoration: none; }
    .consulta-mod .btn-mod i {
      vertical-align: middle; }

.box-mod .cards-grid .row.columns-2 .cell > .ads {
  max-height: 271px;
  overflow: hidden; }

.module-person {
  margin-right: 20px; }
  .module-person > a {
    text-decoration: none;
    display: block; }
  .module-person:hover .title, .module-person:hover .name {
    text-decoration: underline; }
  .module-person .figure {
    display: inline-block;
    vertical-align: middle; }
    .module-person .figure img {
      max-height: 67px;
      margin-top: 3px; }
  .module-person .caption {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle; }
  .module-person .title {
    font-weight: 700;
    font-size: 1.4rem;
    display: block; }
  .module-person .name {
    color: #939393;
    display: inline-block;
    position: relative; }
    .module-person .name:after {
      content: '';
      display: block;
      width: 3px;
      height: 3px;
      background: #19beb6;
      position: absolute;
      right: -10px;
      top: 8px; }

.block-section {
  height: 140px;
  background: #ccc;
  text-align: center;
  background: url(../img/bg_section.jpg) repeat-x center center #153161; }
  .block-section h1 {
    padding: 20px 0;
    color: #fff;
    font-size: 60px;
    font-family: "Lato", sans-serif;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6); }

.block-redes {
  background: url(../img/bg_redes.jpg) no-repeat center center;
  background-size: cover;
  padding: 30px 0; }
  .block-redes .header-block {
    text-align: center;
    color: #000;
    margin-bottom: 60px; }
  .block-redes .title {
    font-size: 7.2rem;
    font-weight: 400; }
  .block-redes .small {
    font-size: 2.4rem;
    margin-bottom: 30px; }
    .block-redes .small a {
      color: #5b98f7; }
  .block-redes .slider-redes .x-prev, .block-redes .slider-redes .x-next {
    color: #000;
    top: 20%;
    text-shadow: none; }
  .block-redes .slider-redes .x-item {
    text-align: center;
    color: #000; }
    .block-redes .slider-redes .x-item.fb .avatar {
      border-color: #3b5998; }
    .block-redes .slider-redes .x-item.fb .twitt a {
      color: #3b5998; }
    .block-redes .slider-redes .x-item .wrap-avatar {
      display: inline-block;
      position: relative;
      padding-top: 10px; }
    .block-redes .slider-redes .x-item .avatar {
      width: 48px;
      height: 48px;
      border-radius: 50%;
      border: 2px solid #2175ff;
      overflow: hidden; }
    .block-redes .slider-redes .x-item .perfil {
      margin-bottom: 20px; }
    .block-redes .slider-redes .x-item [class^="i-"], .block-redes .slider-redes .x-item [class*=" i-"] {
      display: inline-block;
      font-family: 'icon';
      width: 20px;
      height: 20px;
      color: #fff;
      font-size: 13px;
      text-align: center;
      line-height: 21px;
      border-radius: 50%;
      left: -2px;
      top: 7px;
      position: absolute; }
    .block-redes .slider-redes .x-item .i-tw {
      background: #009aff; }
      .block-redes .slider-redes .x-item .i-tw:before {
        content: '\106'; }
    .block-redes .slider-redes .x-item .i-fb {
      background: #3b5998; }
      .block-redes .slider-redes .x-item .i-fb:before {
        content: '\100'; }
    .block-redes .slider-redes .x-item .name {
      font-size: 1.6rem; }
    .block-redes .slider-redes .x-item .via {
      color: #7dafff;
      font-size: 1.2rem;
      display: block;
      margin-bottom: 5px; }
    .block-redes .slider-redes .x-item .date {
      color: #797979;
      font-size: 1.2rem;
      margin-bottom: 10px; }
    .block-redes .slider-redes .x-item .twitt {
      font-size: 2.4rem;
      max-width: 630px;
      min-height: 240px;
      margin: 0 auto 30px; }
      .block-redes .slider-redes .x-item .twitt a {
        color: #009acd; }

.social-shares {
  margin-top: 40px;
  margin-bottom: 40px; }
  .social-shares.list {
    text-align: center;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto; }
    .social-shares.list li {
      display: block;
      width: auto;
      margin-bottom: 20px; }
      .social-shares.list li a {
        margin: 0; }
  .social-shares ul {
    list-style: none; }
  .social-shares li {
    display: table-cell;
    width: 1%; }
    .social-shares li:first-child a {
      margin-left: 0; }
    .social-shares li:last-child a {
      margin-right: 0; }
  .social-shares a {
    display: block;
    border-radius: 20px;
    padding: 11px;
    background-color: #ccc;
    text-align: center;
    color: #fff;
    text-decoration: none;
    margin: 0 7px; }
    .social-shares a i {
      vertical-align: middle;
      margin-right: 5px; }
    .social-shares a.fb {
      background-color: #3d58a4; }
    .social-shares a.tw {
      background-color: #00aced; }

a.x-lightbox.cboxElement img {
  max-width: 231px; }

.wrap-logo-brand {
  position: relative; }
  .wrap-logo-brand:hover .dialogo-anunciante {
    display: block; }
  .wrap-logo-brand .icon-info2 {
    font-size: 14px;
    vertical-align: middle;
    margin-left: 6px;
    color: #333333; }
  .wrap-logo-brand .dialogo-anunciante {
    z-index: 5;
    background: #fff;
    display: none;
    border: 1px solid transparent;
    border-radius: 10px;
    color: #333333;
    text-align: center;
    padding: 15px 12px;
    font-size: 12px;
    position: absolute;
    width: 260px;
    left: 50%;
    margin-left: -123px;
    top: calc(100% + 19px);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5); }
    .wrap-logo-brand .dialogo-anunciante:before {
      content: "";
      display: block;
      height: 0;
      width: 100%;
      border-top: 20px solid transparent;
      position: absolute;
      left: 0;
      top: -20px; }
    .wrap-logo-brand .dialogo-anunciante a {
      color: #1da3cf;
      text-decoration: underline; }
    .wrap-logo-brand .dialogo-anunciante .arrow {
      display: inline-block;
      width: 0;
      height: 0;
      border-bottom: 15px solid rgba(199, 199, 199, 0.76);
      border-left: 27px solid transparent;
      border-right: 27px solid transparent;
      position: absolute;
      top: -16px;
      left: 50%;
      margin-left: -27px;
      z-index: 2; }
      .wrap-logo-brand .dialogo-anunciante .arrow:before {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border-bottom: 16px solid #fff;
        border-left: 28px solid transparent;
        border-right: 28px solid transparent;
        position: absolute;
        top: 1px;
        left: 50%;
        margin-left: -28px;
        z-index: 1; }

.card-related .cover {
  padding-top: 75.20%;
  background-size: cover;
  background-position: center; }

.card-related figure {
  position: relative; }
  .card-related figure:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
    pointer-events: none; }
  .card-related figure:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
    pointer-events: none; }
  .card-related figure .icon {
    right: 0;
    top: 0;
    left: inherit;
    transform: none;
    z-index: 9; }

.card-related .caption {
  margin: 0 0 30px 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 70%; }
  .card-related .caption h2 {
    margin-bottom: 0; }
    .card-related .caption h2 a {
      font-size: 30px;
      color: #fff; }

/*.block-video > .grid {
  background: url(../img/pat1.jpg) no-repeat top left; }*/

.block-cards > .grid {
  background: url(../img/pat2.png) no-repeat top right; }

.header-theme-summary {
  height: 100vh;
  background-size: cover;
  -webkit-background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 30px; }
  .header-theme-summary.header-height-static {
    height: 507px;
    margin-bottom: 0px;
    background-size: cover;
    -webkit-background-size: cover;background-position: center top;background-image: url(../img/foro.jpg?v=12) }
  .header-theme-summary.fixed-bg {
    background-attachment: fixed;
    background-position: center 0; }
  .header-theme-summary:before {
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.35);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1; }
  .header-theme-summary .theme-history-meta {
    top: 50%;
    left: 0;
    color: #fff;
    transform: translateY(-50%);
    text-align: center;
    padding: 20px;
    position: absolute;
    width: 100%;
    z-index: 2; }
    .header-theme-summary .theme-history-meta .title {
      color: #fff;
      font-size: 4rem;
      text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1); }
    .header-theme-summary .theme-history-meta .logo-rpp-data {
      position: relative;
      margin-bottom: 15px;
      padding-bottom: 20px; }
      .header-theme-summary .theme-history-meta .logo-rpp-data:before {
        content: "";
        display: block;
        width: 67px;
        height: 0;
        border-bottom: 1px solid #fff;
        bottom: 0;
        left: 50%;
        margin-left: -33px;
        position: absolute; }
  .header-theme-summary .circle-down {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -20px;
    z-index: 5; }
    .header-theme-summary .circle-down:before {
      content: "";
      display: block;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: rgba(156, 23, 54, 0.5);
      position: absolute;
      left: 50%;
      top: 50%;
      z-index: 1;
      margin-left: -20px;
      margin-top: -20px;
      animation: scaleTo 1s infinite; }
    .header-theme-summary .circle-down .circle-inner {
      width: 40px;
      height: 40px;
      background: #ad3095;
      color: #fff;
      text-align: center;
      position: absolute;
      left: 50%;
      top: 50%;
      border-radius: 50%;
      margin-left: -20px;
      margin-top: -20px;
      font-size: 15px;
      line-height: 40px;
      z-index: 2; }
      .header-theme-summary .circle-down .circle-inner i {
        animation: moveUpDown 2.5s infinite;
        display: inline-block;
        margin-right: -1px; }
  .header-theme-summary .description {
    font-size: 1.2rem;
    font-family: "Lato";
    font-weight: 700;
    margin-bottom: 20px; }
    .header-theme-summary .description span {
      color: #ffeb9a; }
  .header-theme-summary .detalle-descarga {
    font-size: 1.4rem;
    font-family: "Lato";
    font-weight: 700;
    max-width: 365px;
    margin: 20px auto;
    line-height: 20px;
  }
  .header-theme-summary .detalle-descarga:before {
    content: "";
    width: 28px;
    height: 3px;
    background-color: #fff;
    display: block;
    margin: 0px auto 15px;
  }
  .header-theme-summary .btn-conoce {
    font-size: 1.4rem;
    min-width: 145px;
    border: 1px solid #FFFFFF;
    color: #fff;
    display: inline-block;
    padding: 10px; }

body.home .header {
  height: 0; }

body.home:not(.outmenu) .header .hdr-body {
  background: transparent; }

body.home:not(.outmenu) .header .logo-main .wlogo {
  opacity: 1; 
  visibility: visible; }

body.home:not(.outmenu) .header .logo-main .dlogo {
  opacity: 0; 
  visibility: hidden; }

body.home:not(.outmenu):not(.menu-active) .header .menu-button {
  color: #fff; }
  body.home:not(.outmenu):not(.menu-active) .header .menu-button:before {
    background: #fff; }

body.home .header .logo-main img{  transition: width .3s ease; }
body.home:not(.outmenu) .header .logo-main img{ width: 100px; height: 38px; }



.asiste-video-button { text-align: right; margin-bottom: 30px; }

@keyframes scaleTo {
  0% {
    opacity: 1;
    transform: scale(1); }
  100% {
    transform: scale(1.5);
    opacity: 0; } }

@keyframes moveUpDown {
  0% {
    transform: translateY(0);
    opacity: 1; }
  50% {
    transform: translateY(5px);
    opacity: .2; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

.story-top {
  max-width: 750px;
  margin: 0 auto;
  margin-bottom: 25px; }
  .story-top:before, .story-top:after {
    content: "";
    display: table; }
  .story-top:after {
    clear: both; }
  .story-top .social {
    float: right; }
  .story-top .category {
    margin-right: 20px; }
  .story-top .cat {
    float: left; }
    .story-top .cat a {
      display: inline-block;
      padding: 5px 10px;
      background: #ADA06D;
      color: #fff;
      font-size: 11px; }

.story-header {
  margin-bottom: 2.8rem;
  margin: 0 auto;
  color: #000; }
  .story-header h1 {
    font-size: 4.8rem;
    color: #000;
    line-height: 1.2;
    margin-bottom: 20px; }
  .story-header .sumary {
    font-size: 1.8rem;
    font-family: "Open Sans", sans-serif;
    color: #747474; }

.story-meta {
  border-bottom: 1px solid #e5e5e5;
  font-size: 1.4rem;
  padding-bottom: 15px;
  margin-bottom: 20px; }
  .story-meta:before, .story-meta:after {
    content: "";
    display: table; }
  .story-meta:after {
    clear: both; }
  .story-meta a {
    display: inline-block; }
  .story-meta [class*="story-"]:first-child {
    padding-left: 0; }
  .story-meta [class*="story-"]:last-child {
    border-right-width: 0; }
  .story-meta .story-author {
    color: #bfc0cb; }
    .story-meta .story-author span {
      color: #ADA06D; }
  .story-meta .story-date {
    font-size: 15px;
    color: #777777;
    margin-bottom: 5px; }
  .story-meta .story-rating .rating-score {
    display: inline-block;
    color: #5890ff;
    margin: 0 8px;
    font-weight: bold; }
    .story-meta .story-rating .rating-score [class*="icon-"] {
      margin-right: 2px; }
  .story-meta .span {
    display: inline;
    font-weight: 700; }

.social-buttons {
  margin-bottom: 20px; }
  .social-buttons:before, .social-buttons:after {
    content: "";
    display: table; }
  .social-buttons:after {
    clear: both; }
  .social-buttons ul {
    list-style: none;
    margin: 0;
    margin-bottom: 2.5rem; }
    .social-buttons ul li {
      float: left; }
      .social-buttons ul li a {
        display: inline-block;
        padding: 5px 10px;
        background: #ccc;
        color: #fff;
        margin-right: 10px;
        border-radius: 3px;
        min-width: 140px;
        text-align: center;
        position: relative; }
        .social-buttons ul li a.fb {
          background: #3d58a4; }
        .social-buttons ul li a.tw {
          background: #00aced; }
        .social-buttons ul li a i {
          font-size: 19px;
          display: inline;
          position: absolute;
          left: 8px;
          top: 50%;
          transform: translateY(-50%); }

.story {
  padding-top: 20px;
  color: #000; }
  .story .infographic {
    margin-bottom: 20px;
    text-align: center; }
  .story .col-share .share-mb, .story .col-share .close-share-mb {
    display: none; }
 /* .story .detail .inner {
    overflow: hidden; }*/

    .story .detail .inner:before, .story .detail .inner:after {
      content: "";
      display: table; }
    .story .detail .inner:after {
      clear: both; }
  .story .detail ul, .story .detail ol {
    padding-left: 25px; }
    .story .detail ul li, .story .detail ol li {
      margin-bottom: 8px; }



.related {
  margin-top: 25px;
  margin-bottom: 25px; }
  .related:before, .related:after {
    content: "";
    display: table; }
  .related:after {
    clear: both; }
  .related .title {
    color: #333;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 6px 0; }
  .related.list-related ul {
    list-style: none; }
    .related.list-related ul li:before, .related.list-related ul li:after {
      content: "";
      display: table; }
    .related.list-related ul li:after {
      clear: both; }
  .related.list-related figure {
    width: 88px;
    float: left; }
  .related.list-related .caption {
    margin-left: -98px;
    padding-left: 98px;
    float: right;
    width: 100%;
    margin-top: 10px; }
    .related.list-related .caption h3 {
      color: #842b33; }
  .related.one figure {
    float: left;
    width: 175px; }
  .related.one .inner {
    padding-left: 185px; }
  .related.one.left figure, .related.one.right figure {
    margin-top: 0; }
  .related ul li {
    color: #842b33;
    margin: 10px 0; }
  .related figure {
    margin: 10px 0; }
  .related h3 {
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 1.6rem; }
    .related h3 a {
      color: #842b33; }
  .related.left, .related.right {
    width: 220px;
    margin-top: 10px;
    margin-bottom: 20px; }
    .related.left figure, .related.right figure {
      float: none;
      width: 100%; }
    .related.left .inner, .related.right .inner {
      padding-left: 0; }
  .related.left {
    margin-right: 20px;
    float: left; }
  .related.right {
    float: right;
    margin-left: 20px; }
  .related a {
    text-decoration: none !important; }



  .story .detail .ads-left {
    float: left;
    margin-right: 2rem; }
  .story .detail .ads-right {
    float: right;
    margin-left: 2rem; }
  .story .detail > p {
    font-size: 1.8rem;
    font-family: "Open Sans", sans-serif;
    margin: 0 auto 3rem;
    line-height: 1.5;
    color: #2D2C2C; }
  .story .detail b {
    color: #000; }
  .story .detail a {
    color: #9C1736;
    text-decoration: underline;
    font-weight: 600; }
  .story .detail h1, .story .detail h2, .story .detail h3, .story .detail h4, .story .detail h5, .story .detail h6 {
    color: #666; }
  .story .detail .embed {
    text-align: center;
    margin-bottom: 2.5rem; }
    .story .detail .embed > .twitter-tweet {
      margin: 0 auto;
      max-width: 100%; }
    .story .detail .embed > iframe {
      max-width: 100%; }
  .story .detail > table {
    max-width: 624px; }
  .story .box-ads-50x {
    max-width: 610px;
    margin: 0 auto; }

.media {
  margin-bottom: 3.7rem;
  overflow: hidden;
  text-align: center;
  margin-left: -100px;
  margin-right: -100px; }
  .media.media-original figcaption {
    text-align: center; }
  .media figcaption {
    background: #fff;
    font-size: 1.6rem;
    color: #747474;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
    min-height: 40px; }
    .media figcaption .fuente {
      color: #666; }
    .media figcaption .social {
      position: absolute;
      right: 0;
      top: 7px; }
      .media figcaption .social a {
        color: #666;
        border-color: #666; }

body.tipo-infografia .story {
  margin-top: 60px; }
  body.tipo-infografia .story .story-top .sponsor {
    display: none; }

.x-fvisor:hover .zoom-icon, .x-fgallery:hover .zoom-icon {
  opacity: 1; }

.x-fvisor .zoom-icon, .x-fgallery .zoom-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 35px;
  height: 35px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  font-family: 'icon';
  text-align: center;
  font-size: 15px;
  line-height: 33px;
  opacity: .9;
  transition: opacity .5s ease; }
  .x-fvisor .zoom-icon:before, .x-fgallery .zoom-icon:before {
    content: "\e901";
    display: inline-block; }

.cite {
  margin-bottom: 20px;
  padding: 15px 10px 25px;
  position: relative; }
  .cite p:last-of-type {
    margin-bottom: 0; }
  .cite .title {
    color: #ADA06D;
    font-weight: 800;
    font-family: "Lato";
    font-size: 2.4rem;
    margin-bottom: 1rem;
    display: block; }
  .cite .summary {
    font-size: 1.8rem;
    line-height: 1.6;
    font-family: "Lato";
    color: #000;
    font-weight: 500; }
  .cite .social {
    position: absolute;
    right: 30px;
    bottom: -22px;
    display: none; }
    .cite .social ul li span {
      line-height: 1.5; }
    .cite .social ul li.fb a:hover {
      color: white;
      background-color: #3d58a4;
      border-color: #3d58a4; }
    .cite .social ul li.tw a:hover {
      color: white;
      background-color: #00aced;
      border-color: #00aced; }
    .cite .social ul li a {
      transition: background-color 0.2s ease 0s;
      background-color: #fff;
      border-color: #8abee6;
      color: #0060ab; }
  .cite.left, .cite.right {
    width: 265px;
    margin-top: 0;
    margin-bottom: 20px; }
    .cite.left figure, .cite.right figure {
      float: none;
      width: 100%; }
    .cite.left .inner, .cite.right .inner {
      padding-left: 0; }
  .cite.left {
    float: left;
    margin-right: 20px; }
  .cite.right {
    float: right;
    margin-left: 20px; }

.cite-multi, .related.left:not(.one), .related.right:not(.one) {
  margin-bottom: 2rem;
  position: relative;
  float: left;
  max-width: 255px !important;
  margin-right: 2rem !important;
  margin-top: 10px;
  position: relative;
  width: inherit !important; }
  .cite-multi .title, .related.left:not(.one) .title, .related.right:not(.one) .title {
    font-weight: 700;
    color: #000;
    font-size: 1.8rem;
    margin-bottom: 10px; }
  .cite-multi .sumary, .cite-multi .inner, .related.left:not(.one) .sumary, .related.left:not(.one) .inner, .related.right:not(.one) .sumary, .related.right:not(.one) .inner {
    font-family: "Open Sans", sans-serif; }
    .cite-multi .sumary p, .cite-multi .inner p, .related.left:not(.one) .sumary p, .related.left:not(.one) .inner p, .related.right:not(.one) .sumary p, .related.right:not(.one) .inner p {
      font-size: 1.4rem;
      display: block;
      color: #000; }
    .cite-multi .sumary ul, .cite-multi .sumary ol, .cite-multi .inner ul, .cite-multi .inner ol, .related.left:not(.one) .sumary ul, .related.left:not(.one) .sumary ol, .related.left:not(.one) .inner ul, .related.left:not(.one) .inner ol, .related.right:not(.one) .sumary ul, .related.right:not(.one) .sumary ol, .related.right:not(.one) .inner ul, .related.right:not(.one) .inner ol {
      display: block;
      padding: 0; }
    .cite-multi .sumary li, .cite-multi .inner li, .related.left:not(.one) .sumary li, .related.left:not(.one) .inner li, .related.right:not(.one) .sumary li, .related.right:not(.one) .inner li {
      margin-left: 20px;
      font-size: 1.5rem;
      display: block;
      margin-bottom: 12px;
      padding-bottom: 12px;
      border-bottom: 1px solid #e1e1e1;
      color: #666;
      line-height: 1.3;
      position: relative; }
      .cite-multi .sumary li:before, .cite-multi .inner li:before, .related.left:not(.one) .sumary li:before, .related.left:not(.one) .inner li:before, .related.right:not(.one) .sumary li:before, .related.right:not(.one) .inner li:before {
        content: '';
        display: block;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #9C1736;
        position: absolute;
        left: -18px;
        top: 7px; }
      .cite-multi .sumary li:last-child, .cite-multi .inner li:last-child, .related.left:not(.one) .sumary li:last-child, .related.left:not(.one) .inner li:last-child, .related.right:not(.one) .sumary li:last-child, .related.right:not(.one) .inner li:last-child {
        padding-bottom: 0;
        border-bottom: none; }
      .cite-multi .sumary li h3, .cite-multi .inner li h3, .related.left:not(.one) .sumary li h3, .related.left:not(.one) .inner li h3, .related.right:not(.one) .sumary li h3, .related.right:not(.one) .inner li h3 {
        font-size: 1.5rem;
        font-weight: 500; }
  .cite-multi.right, .related.left:not(.one).right, .related.right:not(.one).right {
    float: right;
    margin-left: 2rem;
    margin-right: inherit; }
  .cite-multi.center, .related.left:not(.one).center, .related.right:not(.one).center {
    float: none;
    margin: 0 auto 2rem;
    max-width: none; }

ul.social {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0; }
  ul.social li {
    margin: 0 3px; }
    ul.social li a {
      color: #777777;
      font-size: 17px; }

.story-info {
  padding: 50px 42px;
  background: #ececec;
  margin: 0 auto 25px;
  max-width: 750px;
  clear: both; }
  .story-info .title {
    font-size: 2rem;
    color: #1e1e1e;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase; }
  .story-info .sumary, .story-info .sumary p {
    font-size: 1.5rem;
    color: #898989;
    line-height: 1.4; }
  .story-info .sumary p:last-child {
    margin-bottom: 0; }

.tags {
  margin-bottom: 20px; }
  .tags:before, .tags:after {
    content: "";
    display: table; }
  .tags:after {
    clear: both; }
  .tags ul {
    list-style: none;
    margin: 10px 0; }
    .tags ul li {
      float: left;
      margin-right: 15px;
      margin-bottom: 10px; }
    .tags ul h4 {
      display: inline-block;
      font-size: 1.3rem;
      margin: 0;
      font-family: "Open Sans", sans-serif;
      color: #42459c;
      font-weight: 600;
      text-transform: uppercase; }
      .tags ul h4 a {
        color: #42459c;
        text-decoration: none; }

.card-horizontal {
  margin-bottom: 2rem; }
  .card-horizontal:before, .card-horizontal:after {
    content: "";
    display: table; }
  .card-horizontal:after {
    clear: both; }
  .card-horizontal figure {
    float: left;
    width: 133px;
    margin-right: 10px;
    position: relative; }
  .card-horizontal .caption {
    float: left;
    margin-left: -143px;
    padding-left: 143px;
    width: 100%; }
    .card-horizontal .caption h3 {
      font-size: 1.4rem;
      margin-bottom: 0;
      font-weight: 500;
      height: 55px;
      display: block;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      overflow: hidden;
      text-overflow: ellipsis; }
      .card-horizontal .caption h3 a {
        color: #676767; }
    .card-horizontal .caption .top-caption {
      line-height: 100%;
      margin-bottom: 1rem; }
  .card-horizontal span.icon {
    left: inherit;
    top: inherit;
    right: 10px;
    bottom: 10px;
    transform: none;
    width: 29px;
    height: 29px;
    font-size: 16px;
    line-height: 25px; }

.story-footer {
  max-width: 750px;
  margin: 20px auto 20px; }

.block-recommended .title {
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #2D2C2C;
  font-family: "Open Sans";
  margin-bottom: 20px;
  text-align: center; }

.block-recommended .card {
  margin-bottom: 0; }

.block-help-user {
  background: url(../img/bg_f54420.jpg) no-repeat center center;
  text-align: center;
  color: #fff;
  padding: 35px 0; }
  .block-help-user a {
    color: #fff;
    text-decoration: underline; }
  .block-help-user .body-help-user {
    max-width: 840px;
    margin: 0 auto; }
  .block-help-user .form-send-help {
    display: block;
    margin-bottom: 40px; }
  .block-help-user .x-row.x-error .x-message-error {
    margin-top: -20px; }
  .block-help-user .title {
    font-size: 6.5rem;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 40px;
    position: relative; }
    .block-help-user .title:after {
      content: '';
      display: block;
      width: 320px;
      height: 0;
      border-bottom: 1px solid #fff;
      margin: 0 auto;
      margin-top: 25px; }
  .block-help-user input[type="text"], .block-help-user textarea {
    background: rgba(0, 0, 0, 0.46);
    border: 1px solid #7d7d7d;
    padding: 15px;
    border-radius: 3px;
    font-family: "Lato", sans-serif;
    width: 100%;
    margin-bottom: 19px; }
  .block-help-user .sub-title {
    margin-bottom: 40px; }
  .block-help-user .send {
    margin-left: 10px;
    background: #16ca67;
    color: #287049;
    border-color: #287049; }
  .block-help-user .termns {
    font-family: "Lato", sans-serif;
    font-size: 1.2rem;
    position: relative; }
    .block-help-user .termns .x-message-error {
      position: absolute;
      left: 0;
      top: 15px;
      margin-top: 0 !important; }
    .block-help-user .termns input[type="checkbox"] {
      margin-right: 5px;
      vertical-align: middle;
      margin-top: -2px; }

.media-full {
  margin: 0 auto; }
  .media-full .main-img {
    width: 100%; }
  .media-full:not(.media) {
    max-height: calc(100vh - 300px);
    position: relative;
    overflow: hidden;
    max-width: 1920px; }
  .media-full .madia {
    margin-bottom: 0; }
  .media-full .grid {
    position: relative;
    z-index: 2; }
  .media-full .cover-blur {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    filter: blur(26px);
    background-position: center center;
    background-size: cover; }
  .media-full .image-credit {
    padding: 1rem 0;
    min-height: inherit;
    font-size: 1.4rem; }

.newsletter {
  background: #7eb31f;
  font-family: "Lato", sans-serif;
  color: #fff;
  border-bottom: 4px solid #ff7929;
  overflow: hidden; }
  .newsletter.loadin .send-text span, .newsletter.loadin .send-form, .newsletter.ended .send-text span, .newsletter.ended .send-form {
    opacity: 0;
    visibility: hidden; }
  .newsletter.loadin .icon-correct, .newsletter.ended .icon-correct {
    font-size: 72px;
    color: #fff;
    vertical-align: middle;
    margin-left: 7px; }
  .newsletter.loadin .anuncio, .newsletter.ended .anuncio {
    opacity: 1;
    transform: translateY(0); }
  .newsletter .grid {
    position: relative; }
  .newsletter .anuncio {
    font-size: 2.4rem;
    position: absolute;
    right: 0;
    top: 9px;
    opacity: 0;
    transition: all .5s ease;
    transform: translateY(100px); }
  .newsletter .send-text {
    float: left;
    margin-right: -500px;
    padding-right: 500px;
    width: 100%;
    font-size: 2.3rem;
    margin-top: 12px; }
    .newsletter .send-text i {
      float: left;
      margin-top: 3px; }
    .newsletter .send-text span {
      display: block !important;
      margin-left: 66px; }
    .newsletter .send-text span, .newsletter .send-text i {
      display: inline-block;
      vertical-align: middle;
      margin-right: 5px; }
  .newsletter .send-row {
    margin-bottom: 8px;
    position: relative; }
  .newsletter .send-form {
    float: right;
    max-width: 500px;
    margin-top: 11px; }
    .newsletter .send-form .x-message-error {
      position: absolute;
      font-size: 12px;
      font-weight: 400;
      top: -18px; }
    .newsletter .send-form button {
      float: right; }
    .newsletter .send-form .b {
      height: 47px;
      border: 0;
      border-bottom: 2px solid #ccc;
      border-radius: 3px;
      display: inline-block;
      vertical-align: middle;
      padding: 10px 15px;
      font-size: 1.8rem;
      width: 242px;
      font-family: "Lato", sans-serif;
      color: #000;
      margin-right: 5px; }
    .newsletter .send-form button {
      vertical-align: middle; }
      .newsletter .send-form button i {
        margin-left: 8px;
        font-size: 17px; }
  .newsletter .termns {
    color: #fff;
    font-size: 12px;
    position: relative; }
    .newsletter .termns .x-message-error {
      top: 0;
      left: inherit;
      right: 0; }
    .newsletter .termns input[type="checkbox"] {
      vertical-align: middle;
      margin-right: 8px; }
    .newsletter .termns a {
      color: #fff;
      text-decoration: underline; }

.newsletter-box {
  background: #7eb31f;
  padding: 28px 10px;
  color: #fff;
  text-align: center;
  border-bottom: 4px solid #ff7929;
  max-width: 320px;
  margin-bottom: 24px; }
  .newsletter-box .x-row {
    position: relative; }
  .newsletter-box .x-message-error {
    position: absolute;
    top: -15px;
    font-size: 11px;
    left: 8px; }
  .newsletter-box.loadin .send-form, .newsletter-box.ended .send-form {
    opacity: 0;
    visibility: hidden; }
  .newsletter-box.loadin .icon-correct, .newsletter-box.ended .icon-correct {
    font-size: 60px;
    color: #fff;
    vertical-align: middle;
    margin-left: 7px;
    display: block; }
  .newsletter-box.loadin .anuncio, .newsletter-box.ended .anuncio {
    opacity: 1;
    transform: translateY(0); }
  .newsletter-box .inner {
    position: relative; }
  .newsletter-box .anuncio {
    font-size: 2rem;
    position: absolute;
    right: 0;
    top: 160px;
    opacity: 0;
    transition: all .5s ease;
    transform: translateY(100px); }
  .newsletter-box.right {
    float: right;
    margin-left: 20px; }
  .newsletter-box.left {
    float: left;
    margin-right: 20px; }
  .newsletter-box a {
    color: #fff !important; }
  .newsletter-box .send-text i {
    display: block;
    font-size: 28px;
    margin-bottom: 30px; }
  .newsletter-box .send-text .title {
    font-size: 1.8rem;
    font-family: "Lato", sans-serif;
    margin-bottom: 25px; }
  .newsletter-box .b {
    height: 47px;
    border: 0;
    border-bottom: 2px solid #ccc;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 15px;
    font-size: 1.8rem;
    color: #000;
    max-width: 100%;
    width: 300px;
    margin-bottom: 20px;
    font-family: "Lato", sans-serif; }
  .newsletter-box .termns {
    margin-bottom: 25px; }

.cont_envivo{
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 20px;
}
.titleenvivo{font-size: 4.8rem;color: #ada06d;font-family: "Lato", sans-serif;padding: 95px 0px 20px;text-align: left;font-weight: 700;}

.cont_embedvivo { 
  position: relative; 
height: 0; 
overflow: hidden; 
padding-top: 0; 
padding-left: 0; 
padding-right: 0;  
padding-bottom: 56.25%; 
 } 

.cont_embedvivo iframe { 
 position: absolute; 
top: 0; 
left: 0; 
width: 100%; 
height: 100%; 
border: 0; 
 } 


.cont_videosyu{max-width: 930px;margin: 0px auto;}
.cont_videosyu_fila1{padding-bottom: 25px;}
.cont_videosyu_fila1_titu{font-size: 2rem;color: #2d2c2c;font-family: "Lato", sans-serif;padding-bottom: 12px;}
.cont_videosyu_fila1_cont { 
  position: relative; 
height: 0; 
overflow: hidden; 
padding-top: 0; 
padding-left: 0; 
padding-right: 0;  
padding-bottom: 56.25%; max-width: 900px;margin: 0px auto;
 } 

.cont_videosyu_fila1_cont iframe { 
 position: absolute; 
top: 0; 
left: 0; 
width: 100%; 
height: 100%; 
border: 0; 
 } 

@media (max-width: 767px) {
  .newsletter .anuncio {
    left: 0;
    width: 100%;
    text-align: center;
    top: 100px;
    padding: 0 15px; }
  .newsletter .icon-correct {
    display: block; } }

.header {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 100;
  height: 58px; }
  .header .inner-hdr {
    display: table;
    float: right;
    height: 58px; }
    .header .inner-hdr:before, .header .inner-hdr:after {
      content: "";
      display: table; }
    .header .inner-hdr:after {
      clear: both; }
    .header .inner-hdr > .col {
      height: 100%;
      vertical-align: middle;
      margin: 0;
      display: table-cell;
      height: 53px; }
    .header .inner-hdr .sponsor {
      margin-left: 34px; }
  .header .hdr-body {
    background: #fff;
    transition: background .3s ease; }
    .header .hdr-body:before, .header .hdr-body:after {
      content: "";
      display: table; }
    .header .hdr-body:after {
      clear: both; }
    .header .hdr-body .grid {
      position: relative; }
    .header .hdr-body .logo-main {
      max-width: 240px;
      /*height: 58px;*/
      float: left;
      margin-top: 11px;
      position: relative; }
      .header .hdr-body .logo-main .wlogo {
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        visibility: hidden; }
  .header .menu-button {
    color: #000;
    font-family: "Open Sans";
    font-size: 10px;
    text-align: center;
    width: 42px;
    display: inline-block;
    margin-top: 15px;
    transition: all .3s ease;
    position: relative; }
    .header .menu-button:before {
      content: "";
      display: inline-block;
      width: 100%;
      position: absolute;
      top: -8px;
      left: 0;
      height: 3px;
      background: #000;
      transition: background .3s ease;
      transition: top .3s ease; }
    .header .menu-button:after {
      content: "";
      display: inline-block;
      width: 100%;
      position: absolute;
      bottom: -8px;
      left: 0;
      height: 3px;
      background: #000;
      opacity: 0;
      transition: background .3s ease; }
  .header .col-menu .btn-menu {
    display: none; }
  .header .header-inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9; }
    .header .header-inner .hdr-inner-footer {
      box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
      position: relative;
      z-index: 2;
      height: 41px; }
  .header .menu-rpp {
    position: relative; }
    .header .menu-rpp.active .drop-menu-rpp {
      display: block; }
    .header .menu-rpp .nav-item {
      color: #fff;
      padding: 3px 10px;
      display: inline-block;
      text-decoration: none; }
      .header .menu-rpp .nav-item i {
        display: inline-block;
        vertical-align: middle; }
    .header .menu-rpp .list-rpp {
      list-style: none;
      margin: 0;
      font-size: 12px; }
      .header .menu-rpp .list-rpp.last {
        margin-left: 20px; }
      .header .menu-rpp .list-rpp > li {
        margin-bottom: 15px; }
        .header .menu-rpp .list-rpp > li:last-child {
          margin-bottom: 0; }
    .header .menu-rpp .go-home {
      font-size: 12px;
      margin-bottom: 22px; }
      .header .menu-rpp .go-home .icon-home {
        font-size: 18px;
        vertical-align: middle;
        margin-right: 5px;
        margin-top: -3px;
        display: inline-block; }
    .header .menu-rpp .drop-menu-rpp {
      display: none;
      position: absolute;
      right: 0;
      top: 100%;
      padding: 25px;
      background: #fff;
      z-index: 29;
      color: #000;
      width: 260px;
      box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); }
      .header .menu-rpp .drop-menu-rpp .title {
        font-size: 12px;
        color: #666666;
        margin-bottom: 20px; }

body.bar-min.menu-open {
  overflow: hidden; }
  body.bar-min.menu-open #content:before {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    content: "";
    z-index: 99; }

.menu-main {
  position: fixed;
  top: 0;
  background: #fff;
  right: -430px;
  width: 430px;
  height: 100%;
  z-index: 8;
  transition: all .3s ease;
  opacity: 0; }
  .menu-main .inner {
    padding: 25px 20px;
    margin-top: 58px; }
  .menu-main ul.menu-list {
    list-style: none;
    padding: 0;
    margin: 0; }
    .menu-main ul.menu-list > li {
      margin-bottom: 25px; }
      .menu-main ul.menu-list > li > a {
        font-weight: 700;
        font-size: 15px; }
      .menu-main ul.menu-list > li > ul {
        list-style: none;
        padding: 0;
        margin: 0;
        margin-left: 30px;
        margin-top: 15px; }
        .menu-main ul.menu-list > li > ul > li {
          margin-bottom: 15px; }
          .menu-main ul.menu-list > li > ul > li > a {
            font-weight: 700;
            font-size: 14px; }
    .menu-main ul.menu-list a:hover, .menu-main ul.menu-list a.active {
      color: #ad3095; }

body.menu-active .menu-main {
  right: 0;
  opacity: 1; }


@media (max-width: 430px){

body.menu-active .header .logo-main .wlogo{    opacity: 0 !important;
    visibility: hidden !important;
}

body.menu-active .header .hdr-body .logo-main {
    max-width: 116px !important;
    padding: 0 !important;}

body.menu-active .header .logo-main .dlogo{    opacity: 1 !important;
    visibility: visible !important}

}

body.menu-active .menu-button {
  padding-bottom: 10px; }
  body.menu-active .menu-button:before {
    top: 16px; }
  body.menu-active .menu-button .t-m span {
    display: none; }
  body.menu-active .menu-button .t-m:before {
    display: inline;
    content: "CERRAR"; }

.search-form {
  border: 1px solid #d2d2d2;
  display: block;
  position: relative;
  margin-bottom: 20px; }
  .search-form .search-input {
    width: calc(100% - 61px);
    border: 0;
    height: 18px;
    padding: 10px; }
  .search-form button {
    float: right;
    height: 38px;
    border-left: 1px solid #d2d2d2;
    width: 40px;
    border: 0;
    background: #ad3095;color: #fff }

.box-info-bicentenario {
  height: 250px;
  border-bottom: 4px solid #ad3095;
  background: url(../img/bg-unsplash.jpg?v=13);
  background-size: cover;
  background-position: center;
  text-align: center;
  position: relative; }
  .box-info-bicentenario:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); }
  .box-info-bicentenario .text-info {
    position: relative;
    margin-top: 50px; }
    .box-info-bicentenario .text-info span {
      font-size: 18px;
      color: #fff;
      font-weight: 700;
      display: block;
      margin-bottom: 40px; }

.btn-asistir {
  display: inline-block;
  padding: 11px 20px;
  background: #ad3095;
  font-size: 14px;
  color: #fff;
  min-width: 130px;
  text-align: center;
  position: relative;
  transition: box-shadow .3s ease;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2); }
  .btn-asistir:hover {
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.6); }
  .btn-asistir:before {
    content: "";
    display: block;
    width: 0;
    border-left: 1px solid #ad3095;
    top: -19px;
    height: 19px;
    left: 50%;
    position: absolute;
    pointer-events: none; }
  .btn-asistir.arrow-r:before {
    width: 30px;
    height: 0;
    border-bottom: 1px solid #ad3095;
    border-left: 0;
    top: 50%;
    left: inherit;
    right: -30px; }

#footer .footer-corp {
  background: #ad3095;
  text-align: center;
  color: #fff;
  font-size: 12px;
  padding: 6px; }

#footer .footer-brands {
  background-color: #fff;
  text-align: center;
  padding: 15px 0; }

#footer .logo-footer {
  margin-right: -30px; }

#footer .wrap-logo-footer {
  margin-bottom: 15px;
  margin-top: 10px; }

#footer .logo-site {
  margin-bottom: 20px; }
  #footer .logo-site .cat-emp {
    font-size: 14px;
    color: #2D2C2C;
    margin-bottom: 15px;
    padding-top: 15px; }
  #footer .logo-site img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px; }




body.contenido .title-block {
    color: #ad3095;
    font-weight: 700;
    margin-bottom: 46px;
    font-size: 4.8rem;
}

body.contenido .block-cards{ border-top: 0; }
body.contenido .cards-grid .more{      margin-top: 100px;
    text-align: center;
    margin-bottom: 90px; }

@media (max-width: 768px) {
  .ui-popup-draw .message-popup {
    padding: 0;
    width: auto; } }

@media (min-width: 768px) {
  .more-mobile {
    display: none !important; }
  .cols-inverse .col-primary {
    width: 100%;
    float: right;
    margin-left: -310px;
    padding-left: 310px; }
  .cols-inverse .col-secondary {
    float: left;
    margin-right: 24px;
    width: 286px;
    position: relative; }
  .cols-inverse-380x .col-primary {
    width: 100%;
    float: right;
    margin-left: -400px;
    padding-left: 400px; }
  .cols-inverse-380x .col-secondary {
    float: left;
    margin-right: 20px;
    width: 380px;
    position: relative; }
  .cols-310x .col-primary {
    width: 100%;
    float: left;
    margin-right: -340px;
    padding-right: 340px; }
  .cols-310x .col-secondary {
    float: left;
    margin-left: 30px;
    width: 310px; }
  .cols-380x .col-primary {
    width: 100%;
    float: left;
    margin-right: -400px;
    padding-right: 400px; }
  .cols-380x .col-secondary {
    float: left;
    margin-left: 20px;
    width: 380px; } }

@media (min-width: 992px) {
  .cols-aside:before, .cols-aside:after {
    content: "";
    display: table; }
  .cols-aside:after {
    clear: both; }
  .cols-aside .col-primary {
    width: 100%;
    float: left;
    margin-right: -324px;
    padding-right: 324px; }
  .cols-aside .col-secondary {
    float: left;
    margin-left: 24px;
    width: 300px; }
  .story .infographic {
    margin-bottom: 20px;
    text-align: center; }
  .story .section {
    padding-left: 72px; }
  .story .col-share {
    margin-left: -72px;
    float: left;
    width: 72px; } }

@media (max-width: 1245px) {
  .btn-asistir.arrow-r:before {
    display: none; } }

@media (max-width: 702px) {
  .cards-grid-702 {
    width: 100%; } }

@media (max-width: 620px) {
  .cards-grid-702 .float_r {
    float: inherit;
    margin: 0px auto;
    display: block;
    margin-bottom: 2rem; }
  .cards-grid-702 .forosec1 .fotitle2 {
    font-size: 3.4rem;
    line-height: 39px; } }

@media (max-width: 520px) {
  .forocuadro1_col_1 {
    width: 230px;
    text-align: left;
    float: inherit;
    margin: 0px auto; }
    .forocuadro1_col_1 span {
      margin-left: 50px;
      display: block; } 
  
.header-theme-summary.header-height-static{
  background-image: url(../img/foro_m.jpg?v=12);height: 667px;
}


  .header-theme-summary.header-height-static .theme-history-meta {
    line-height: 37px;
    bottom: 10px;
    top: inherit;
    text-align: left;
    transform: inherit;
}

  .header-theme-summary.header-height-static .title {
    font-size: 2.8rem;margin-bottom: 0px;}

  .header-theme-summary.header-height-static .title br{display: none;}


.cont_envivo{
    padding-left: 0rem;
    padding-right: 0rem;
}
.titleenvivo{padding-left: 1rem;
    padding-right: 1rem;
    font-size: 3.6rem;
    color: #bbb7b7;}


.cont_videosyu_fila1_cont{
  margin-left: -1rem;
    margin-right: -1rem;
}
    .cont_videosyu_fila1_titu{font-size: 1.6rem;}

}

@media (max-width: 462px) {
  .cards-grid-702 .forosec1.foroizq1 .fotitle2 br {
    display: none; } }

@media (max-width: 430px) {
  body.agenda .agen_colum_1 .agen_colum_1_b {
    width: 120px;
    padding-top: 85px; } }

@media (max-width: 992px) {
  .row-space-20x, .row-space-30x, .row-space-10x {
    margin: 0 -1rem; }
  .cols-380x.no-tablet .col-primary {
    width: auto;
    float: none;
    margin: 0;
    padding: 0; }
  .cols-380x.no-tablet .col-secondary {
    float: none;
    margin: 0;
    width: auto; }
  .cards-scroll-t {
    white-space: nowrap;
    overflow: auto;
    display: block;
    border-bottom: 1px solid rgba(189, 189, 189, 0.3);
    margin-bottom: 20px;
    letter-spacing: -0.35em; }
    .cards-scroll-t > div, .cards-scroll-t > article {
      display: inline-block !important;
      white-space: normal;
      float: none !important;
      letter-spacing: normal;
      vertical-align: top; }
    .cards-scroll-t > div:not(.more-mobile), .cards-scroll-t > article:not(.more-mobile) {
      width: 93%;
      min-width: 220px;
      max-width: 370px; }
    .cards-scroll-t.scroll-space-20 > div:not(.more-mobile), .cards-scroll-t.scroll-space-20 > article:not(.more-mobile) {
      padding-right: 20px; }
  .more-mobile {
    text-align: center; }
    .more-mobile .inner-more {
      padding: 30px 50px; }
    .more-mobile .button-circle-more {
      width: 69px;
      height: 69px;
      display: block;
      background: #fff;
      border-radius: 50%;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
      margin: 0 auto 10px;
      text-align: center;
      font-size: 2.6rem;
      color: #30c4bd;
      line-height: 69px;
      text-decoration: none; }
  .nav-main .issues {
    display: block; }
  .block-newsletter {
    margin-bottom: 20px; }
  .main-article:not(.collapse-mobile) figcaption, .large-article:not(.collapse-mobile) figcaption {
    position: static;
    transform: none;
    -webkit-transform: none;
    width: auto;
    padding-top: 2rem;
    padding-left: 1rem;
    padding-right: 1rem; }
    .main-article:not(.collapse-mobile) figcaption h1, .main-article:not(.collapse-mobile) figcaption h2, .large-article:not(.collapse-mobile) figcaption h1, .large-article:not(.collapse-mobile) figcaption h2 {
      font-size: 2rem;
      text-shadow: none; }
      .main-article:not(.collapse-mobile) figcaption h1 a, .main-article:not(.collapse-mobile) figcaption h2 a, .large-article:not(.collapse-mobile) figcaption h1 a, .large-article:not(.collapse-mobile) figcaption h2 a {
        color: #454545; }
  body.nota-noticia .box-mod .cards-grid .columns-3 .cell {
    width: 50%; } }

@media (max-width: 870px) {
  body.agenda .agen_colum_2 {
    float: inherit;
    padding-left: 0px;
    margin-left: 0px; }
  body.agenda .agen_colum_1 {
    float: inherit; } }

@media (min-width: 771px) {
  .header .menu-rpp:hover .drop-menu-rpp {
    display: block; } }

@media (max-width: 770px) {
  .header .menu {
    margin-left: 0; }
    .header .menu ul li {
      padding: 0 15px; }
  .cs-article-full .caption {
    padding: 0 25px; }
  .cs-article-full {
    height: auto; }
    .cs-article-full .media {
      margin-bottom: 0 !important; } }

@media (max-width: 767px) {
  .media {
    margin-left: 0;
    margin-right: 0; }
  html.menu-open {
    overflow: hidden; }
  html.menu-open body {
    overflow: hidden;
    height: 100%; }
  .menu-main {
    width: 100%; }
  .block-media-full .image-credit {
    font-size: 11px; }
  .slider-galeria .x-pager-number {
    position: static;
    margin-top: 10px; }
    .slider-galeria .x-pager-number li {
      background: #ccc; }
  .newsletter .termns .x-message-error {
    left: 50%;
    top: 17px;
    transform: translateX(-50%); }
  .main-article.collapse-mobile figcaption, .large-article.collapse-mobile figcaption {
    position: static;
    transform: none;
    -webkit-transform: none;
    width: auto;
    padding-top: 2rem;
    padding-left: 1rem;
    padding-right: 1rem; }
    .main-article.collapse-mobile figcaption h1, .main-article.collapse-mobile figcaption h2, .large-article.collapse-mobile figcaption h1, .large-article.collapse-mobile figcaption h2 {
      font-size: 2rem;
      text-shadow: none; }
      .main-article.collapse-mobile figcaption h1 a, .main-article.collapse-mobile figcaption h2 a, .large-article.collapse-mobile figcaption h1 a, .large-article.collapse-mobile figcaption h2 a {
        color: #454545; }
  .cards-grid > .row .cell {
    display: block; }
  .cards-grid .row-space-30x, .cards-grid .row-space-20x, .ads-grid .row-space-30x, .ads-grid .row-space-20x {
    margin: 0; }
  .cards-grid .cell, .ads-grid .cell {
    float: none;
    width: auto;
    padding: 0; }
  .cards-mobile-compact span.icon {
    left: inherit;
    top: inherit;
    right: 10px;
    bottom: 10px;
    transform: none; }
  .cards-mobile-compact .card {
    margin-bottom: 2rem; }
    .cards-mobile-compact .card figure {
      width: 133px;
      margin-right: 10px;
      float: left; }
    .cards-mobile-compact .card .caption {
      margin-left: -143px;
      padding-left: 143px;
      float: left;
      width: 100%;
      padding-top: 0;
      padding-bottom: 0; }
      .cards-mobile-compact .card .caption .social {
        display: none; }
      .cards-mobile-compact .card .caption h2 {
        font-size: 1.4rem;
        margin-bottom: 0; }
      .cards-mobile-compact .card .caption .top-caption {
        padding-top: 0;
        margin-bottom: 0.7rem; }
      .cards-mobile-compact .card .caption .author-info .avatar {
        display: none; }
      .cards-mobile-compact .card .caption .author-info .by small {
        display: block; }
    .cards-mobile-compact .card span.icon {
      width: 29px;
      height: 29px;
      font-size: 16px;
      line-height: 25px; }
  .slider-galeria .x-arrows {
    display: none; }
  .ads.ads-top [id*="eplAd"], .ads.ads-bottom [id*="eplAd"] {
    margin-bottom: 1rem; }
  ul.social.large {
    font-size: 14px; }
    ul.social.large a {
      width: 28px;
      height: 28px;
      line-height: 29px; }
  .story-header h1 {
    font-size: 2.3rem; }
  .story-header .sumary {
    font-size: 1.4rem; }
  .story-header .social-share {
    margin-top: 9px;
    margin-bottom: 7px; }
  .story .col-share:not(.fixed-on) .share-mb {
    transform: translateY(50px); }
  .story .col-share .share-mod {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    float: none;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999; }
    .story .col-share .share-mod.x-active {
      display: block; }
  .story .detail p {
    font-size: 1.6rem; }
  .story .detail .ads-left, .story .detail .ads-right, .story .detail .cite {
    float: none !important;
    margin-left: auto;
    margin-right: auto; }
  .story .detail .related {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: none !important;
    padding-top: 0 !important;
    width: auto !important; }
    .story .detail .related.figure-related figure {
      width: 140px;
      float: left;
      margin-right: 17px; }
    .story .detail .related.list-related {
      max-width: none; }
  .story .detail table {
    width: 100% !important; }
    .story .detail table td {
      padding: 0;
      font-size: 1rem;
      word-wrap: break-word;
      line-height: 1rem; }
      .story .detail table td h1, .story .detail table td h2 {
        font-size: 1rem !important; }
        .story .detail table td h1 *, .story .detail table td h2 * {
          font-size: 1rem !important; }
    .story .detail table th h1, .story .detail table th h2 {
      font-size: 1rem !important; }
      .story .detail table th h1 *, .story .detail table th h2 * {
        font-size: 1rem !important; }
  .story-author .author-description {
    display: none; }
  .block-header-category {
    padding: 1.4rem 0;
    margin-bottom: 10px; }
    .block-header-category h1 {
      font-size: 3.6rem;
      margin: 0; }
  .story-consult {
    padding-top: 0; }
    .story-consult .form-consult {
      margin-right: 0; }
  .consultas-container {
    margin-bottom: 50px; }
    .consultas-container .item-consulta {
      padding: 25px 15px;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
      margin-bottom: 22px; }
      .consultas-container .item-consulta h2 {
        font-size: 2.3rem; }
  .cite-multi {
    max-width: 175px; }
  .header .col-menu .btn-menu {
    display: block; }
  .header .hdr-body .grid {
    padding-left: 0; }
  .header .hdr-body .logo-main {
    max-width: 146px;
    /*padding: 7px 15px;*/
    padding: 0px;
    left: 10px; }
    .header .hdr-body .logo-main h1 {
      font-size: 18px; }
  .header .hdr-body .col-min-logo {
    display: none !important;
    padding-right: 15px; }
  .header .menu {
    display: none; }
  .header .hdr-body .inner-hdr > .col {
    height: 50px; }
  .header .hdr-footer .inner-hdr > .col {
    height: 42px; }
  .header .hdr-footer .grid.pad-hrst {
    padding-left: 0; }
  .header .inner-hdr .col-min-logo {
    text-align: right; }
  .header .inner-hdr .col-sponsor {
    text-align: right; }
    .header .inner-hdr .col-sponsor .text-by {
      margin-bottom: -2px;
      display: block;
      margin-right: 30px; }
    .header .inner-hdr .col-sponsor .sponsoredby img {
      max-height: 25px; }
  .header .inner-hdr .col-social-top {
    display: none; }
  .cs-article-full .icon {
    font-size: 70px;
    width: 70px;
    height: 70px; }
  .cs-article-full .image-cover-full {
    height: auto;
    background: none !important;
    position: relative; }
  .cs-article-full .caption {
    position: static;
    margin: -15px 10px 15px;
    padding: 10px 15px;
    background: #fff; }
    .cs-article-full .caption p {
      margin-bottom: 0;
      font-size: 1.7rem;
      color: #3b3b3b; }
  .cs-article-full .image {
    display: block; }
  .cs-article-full h1 {
    font-size: 2.5rem;
    text-shadow: none; }
    .cs-article-full h1 a {
      color: #000; }
  .block-socials .columns-2 .cell {
    float: none;
    width: auto; }
  .x-slide .x-prev, .x-slide .x-next {
    color: #000;
    text-shadow: none; }
  .block-logos .table {
    display: block; }
  .block-logos .col {
    display: inline-block !important;
    padding: 0 10px !important;
    margin: 10px 0 10px !important; }
  .newsletter {
    padding: 18px 0; }
    .newsletter .send-text {
      float: none;
      margin: 0 0 24px;
      padding: 0;
      text-align: center; }
      .newsletter .send-text i {
        display: block;
        font-size: 32px;
        margin-bottom: 20px;
        float: none; }
      .newsletter .send-text span {
        font-size: 1.8rem;
        margin-left: 0; }
    .newsletter .send-form {
      max-width: none;
      float: none;
      text-align: center; }
      .newsletter .send-form .b {
        width: 100%;
        margin-bottom: 18px; }
      .newsletter .send-form .btn {
        margin-bottom: 15px;
        float: none !important; }
  .block-redes .title {
    font-size: 4.2rem;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 20px; }
  .block-redes .small {
    font-size: 1.6rem;
    margin-bottom: 20px;
    padding: 0 50px; }
  .block-redes .slider-redes .x-item .twitt {
    padding: 0 40px;
    font-size: 1.6rem;
    min-height: 150px; }
  .block-redes .slider-redes .x-prev span.icon-prev, .block-redes .slider-redes .x-next span.icon-prev {
    left: 0;
    font-size: 2.5rem; }
  .block-redes .slider-redes .x-slide .x-prev span.icon-next, .block-redes .slider-redes .x-next span.icon-next {
    right: 0;
    font-size: 2.5rem; }
  .media-full {
    overflow: hidden;
    position: relative;
    height: auto; }
    .media-full .main-img {
      position: static;
      transform: none; }
    .media-full .media {
      margin-bottom: 0; }
    .media-full .grid {
      padding: 0 !important; }
  .card-related {
    margin-bottom: 20px; }
    .card-related .caption h2 a {
      font-size: 2.2rem; }
  .cards-scroll-h {
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    overflow: auto;
    display: block;
    border-bottom: 1px solid rgba(189, 189, 189, 0.3);
    margin-bottom: 20px;
    letter-spacing: -0.35em; }
    .cards-scroll-h > div, .cards-scroll-h > article {
      display: inline-block !important;
      white-space: normal;
      float: none !important;
      letter-spacing: normal; }
    .cards-scroll-h > div:not(.more-mobile), .cards-scroll-h > article:not(.more-mobile) {
      width: 93%;
      min-width: 220px;
      max-width: 370px; }
    .cards-scroll-h.scroll-space-20 > div:not(.more-mobile), .cards-scroll-h.scroll-space-20 > article:not(.more-mobile) {
      padding-right: 20px; }
    .cards-scroll-h .card {
      margin-bottom: 10px; }
  .block-help-user {
    background-size: cover; }
    .block-help-user .title {
      font-size: 4.8rem; }
      .block-help-user .title:after {
        width: 200px; }
    .block-help-user .columns-3 .cell {
      width: auto;
      float: none;
      padding: 0 1rem; }
    .block-help-user .termns {
      display: block;
      margin-bottom: 40px;
      text-align: center; }
    .block-help-user .text-left, .block-help-user .text-right {
      text-align: center !important; }
    .block-help-user .social {
      margin-left: 0;
      margin-top: 25px; }
      .block-help-user .social .sig {
        display: block;
        margin-bottom: 10px; }
  .story-top {
    text-align: center; }
    .story-top .sponsor {
      display: block; }
    .story-top .category {
      margin-bottom: 10px; }
  .fx-menu {
    bottom: 0;
    background: rgba(255, 255, 255, 0.92); }
    .fx-menu .top-fx-menu {
      display: block;
      margin-top: 20px; }
    .fx-menu .footer-fx-menu {
      display: block; }
  .header-inner:not(.fixed-on) .fx-menu {
    top: 0;
    padding-top: 116px; }
  .header-inner.active-menu .fx-menu {
    display: block !important; }
  .header-inner.fixed-on .sponsor {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 3px;
    margin-left: 0; }
  #social-lbox {
    text-align: center;
    width: 100%; }
  #cboxClose {
    right: 20px !important; }
  #cboxNext {
    right: 0 !important; }
  #cboxPrevious {
    left: 0 !important; }
  .block-socials .social-content {
    text-align: center;
    margin: 0 25px; }
  .card.card-h .caption {
    float: none;
    width: auto; }
  .card.card-h figure {
    float: none;
    width: auto;
    margin-left: 0;
    padding-left: 0;padding-top: 0px; }
  .card.card-hv figure {
    float: none;
    width: auto;
    padding-right: 0;
    margin-right: 0; }
  .card.card-hv .caption h2 {
    font-size: 2.4rem; } }

@media (max-width: 450px) {
.header-theme-summary .theme-history-meta{    top: inherit;
    bottom: 130px;
    transform: translateY(0%);}
  .header-theme-summary .theme-history-meta .title {
    font-size: 2.5rem;
  }
}

@media (max-width: 320px) {
  .header .hdr-body .logo-main {
    max-width: 96px;
    padding: 0px 10px;
    left: 10px; } }




.mujeres_fondobur{background: url(../img/pat3.png) no-repeat 700px 11px;}
.mujeres_sty1 {
    font-size: 4.8rem;
    text-align: center;
    padding-bottom: 40px;
    font-weight: 700;
    padding-top: 45px;color: #000;
    
}
  .mujeres_center{text-align: center;padding-bottom: 55px;}
  .mujeres_center img{display: inline-block;}
  .mujeres_table_cont {
    padding-bottom: 64px;
    max-width: 752px;
    margin: 0px auto;
}
  .mujeres_table{width: 100%;}
  .mujeres_table_cel{width: 33.33%;display: table-cell;vertical-align: top;text-align: center;}
  .mujeres_table_cel h4{font-family: 'Open Sans', sans-serif;
font-size: 20px;color: #ad3095;font-weight: 700;margin-bottom: 10px;}
  .mujeres_table_cel p{font-family: 'Open Sans', sans-serif;
font-size: 16px;color: #333333;margin: 0px;}
  .mujeres_img{height: 82px;}

.mujeres_btn {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #fff;
    display: block;
    margin: 0px auto;
    max-width: 200px;
    background-color: #ad3095;
    height: 32px;
    text-align: center;
    padding-top: 6px;    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.5);
}
  .mujeres_condic{font-size: 14px;color: #333333;font-family: 'Open Sans', sans-serif;
text-align: center;display: block;padding-top: 15px;padding-bottom: 50px;}

  @media(max-width: 752px){
    .mujeres_table_cel{display: block;width: 100%;}
    
    .mujeres_center img{max-width: 128px;}
    .mujeres_center{text-align: center;padding-bottom: 32px;}
    .mujeres_table_cel p{padding-bottom: 26px;}
    .mujeres_table_cont { padding-bottom: 20px;}
  }

  @media(max-width: 420px){

  .mujeres_sty1 { margin-bottom: 10px;text-align: left;max-width: 290px;margin-left: auto;margin-right: auto;}
  .mujeres_sty1 span{text-align: right;display: block;}

}
