/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@font-face {
  font-family: "folksbold";
  src: url("../fonts/folks-bold/folks-bold-webfont.eot");
  src: url("../fonts/folks-bold/folks-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/folks-bold/folks-bold-webfont.woff2") format("woff2"), url("../fonts/folks-bold/folks-bold-webfont.woff") format("woff"), url("../fonts/folks-bold/folks-bold-webfont.ttf") format("truetype"), url("../fonts/folks-bold/folks-bold-webfont.svg#folksbold") format("svg");
  font-weight: normal;
  font-style: normal; }
.clean {
  padding: 0px;
  margin: 0px; }

.stretch {
  width: 100%;
  height: 100%; }

.vstretch {
  height: 100%; }

.hstretch {
  width: 100%; }

.hcenter {
  text-align: center; }

.hcenter {
  margin-left: auto;
  margin-right: auto; }

.height-515 {
  height: 515px; }

@media (max-width: 1090px) {
  .hidden-mobile {
    display: none !important; } }

@media (min-width: 320px) {
  .hidden-desktop {
    display: block !important; } }
@media (min-width: 1090px) {
  .hidden-desktop {
    display: none !important; } }

.ucard {
  border: 1px solid #CCCBCB;
  overflow: hidden; }
  .ucard.interno .titulo {
    padding: 0px 10px; }
  .ucard .card-img-top {
    width: 100%;
    max-width: 100%;
    margin: 0px; }
  .ucard h2 {
    border-top: 1px solid #CCCBCB;
    border-bottom: 1px solid #CCCBCB;
    margin: 0px;
    padding: 10px;
    font-size: 15px;
    line-height: 150%; }
    @media (min-width: 320px) {
      .ucard h2 {
        font-size: 12px;
        line-height: 100%;
        font-weight: 900;
        padding: 2px;
        border-bottom: none; } }
    @media (min-width: 1090px) {
      .ucard h2 {
        height: 85px;
        font-size: 15px;
        line-height: 150%;
        font-weight: normal;
        padding: 10px; } }
  .ucard h3 {
    margin: 0px;
    padding: 0px 5px;
    font-size: 13px;
    line-height: 150%; }
  .ucard h4 {
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    line-height: 100%; }
  .ucard p {
    font-size: 15px;
    line-height: 1.2;
    padding: 10px;
    position: relative; }
    .ucard p::before {
      content: "";
      width: 100%;
      height: 50%;
      /*height: 100%; */
      top: 40%;
      /* void */
      position: absolute;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(95%, white));
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 90%);
      background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 90%);
      background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 90%);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 90%);
      filter: progid:DXImageTransform.Microsoft.gradient( stColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); }
  .ucard a:hover {
    text-decoration: none; }
  .ucard h3:hover, .ucard h4:hover {
    color: #666; }

@media (min-width: 320px) {
  .ucard img {
    width: 95%;
    height: auto;
    margin: 0px; }

  .h-normal {
    height: 177px; }

  .ucard p {
    text-align: justify;
    text-justify: inter-word; } }
@media (min-width: 1090px) {
  .ucard img {
    width: auto;
    height: auto;
    margin: 10px; } }
.banner-c {
  margin: 0 auto; }

.banner970x250 {
  width: 972px;
  height: 252px; }

.banner300x600 {
  width: 302px;
  height: 602px; }

.banner300x750 {
  width: 302px;
  height: 752px; }

.banner728x90 {
  width: 730px;
  height: 92px; }

.banner728x428 {
  width: 730px;
  height: 430px; }

.banner728x330 {
  width: 730px;
  height: 202px; }

.banner728x200 {
  width: 730px;
  height: 202px; }

.banner970x90 {
  width: 972px;
  height: 92px; }

.banner160x600 {
  width: 162px;
  height: 602px; }

.banner320x50 {
  width: 322px;
  height: 52px; }

.banner300x50 {
  width: 302px;
  height: 52px; }

.banner300x250 {
  width: 302px;
  height: 252px; }

.banner225x554 {
  width: 227px;
  height: 556px; }

.banner223x554 {
  width: 225px;
  height: 556px; }

.banner128x537 {
  width: 130px;
  height: 539px; }

.banner600x375 {
  width: 602px;
  height: 377px; }

.banner-horizontal-2c {
  margin-left: -15px; }

.banner-horizontal-3c {
  margin-left: -10px; }

.banner-vertical {
  margin-left: 5px; }

.banner {
  border: 1px solid #bfbfbf;
  position: relative; }
  .banner::before {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "Publicidad";
    background-color: #bfbfbf;
    color: #666;
    padding: 2px;
    z-index: 1000;
    font-size: 10px; }

.border {
  border: 1px solid black; }

.red-border {
  border: 1px solid red; }

.green-border {
  border: 1px solid #A0C519; }

.orange-border {
  border: 1px solid #F75226; }

.borde-celeste {
  border: 1px solid #33cccc; }

.round-corners {
  border-radius: 10px; }

.round-right {
  border-top-right-radius: 18px; }

.round-left {
  border-top-left-radius: 18px; }

.no-border {
  border: none; }

.margin-left-5 {
  margin-left: 5px; }

.margin-left-10 {
  margin-left: 10px; }

.margin-left-15 {
  margin-left: 15px; }

.margin-top-10 {
  margin-top: 10px; }

.margin-left-minus-5 {
  margin-left: -5px; }

.margin-left-minus-15 {
  margin-left: -15px; }

.margin-left-15 {
  margin-left: 15px; }

.margin-bottom-10 {
  margin-bottom: 10px; }

.left-margin {
  margin-left: 5px; }

.marginated {
  margin: 2px; }

.no-margin {
  margin: 0px; }

.owl-theme .owl-controls .owl-nav [class*=owl-] {
  padding: 6px 11px;
  margin: 10px;
  background: rgba(255, 0, 0, 0.45);
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px; }
  .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background: red; }

.owl-nav, .owl-dots {
  display: inline; }

.owl-controls {
  position: absolute;
  right: 0; }
  @media (min-width: 1090px) {
    .owl-controls {
      top: 35%; } }
  @media (max-width: 1090px) {
    .owl-controls {
      top: 17%; } }

@media (min-width: 320px) {
  .col-m {
    width: 50%; }

  .col-g {
    width: 100%; } }
@media (min-width: 1090px) {
  .col-g {
    width: 730px; } }
.col-g {
  float: left;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px; }

.col-g-tercio {
  float: left;
  width: 25%;
  height: 200px;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px; }

.col-half {
  float: left;
  width: 50%; }

.col-m {
  float: left;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px; }

.col-p {
  float: left;
  width: 300px;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 5px;
  margin-right: 0px; }
  .col-p .ucard {
    margin-right: 0px; }
  @media (max-width: 1090px) {
    .col-p {
      width: 95%; } }

.col-alta {
  height: 556px; }

.col-doble {
  height: 910px; }

.h-small {
  height: 282px; }

.h-plus {
  height: 555px; }

.h-doble {
  height: 920px; }

.left-padded-half {
  padding-left: 5px; }

.padded {
  padding: 10px; }

.padding-10 {
  padding: 10px; }

.no-padding {
  padding: 0px; }

.list-group {
  padding: 0px 5px; }

.list-group-item {
  border-left: none;
  border-right: none;
  border-bottom: none; }
  .list-group-item:first-child {
    border-top: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px; }

@media (min-width: 320px) {
  .container {
    width: 360px !important; }

  .content-row {
    margin-top: 5px;
    padding-left: 5px;
    padding-right: 5px; }

  .hero-title a {
    font-size: 16px; } }
@media (min-width: 1090px) {
  .container {
    width: 1070px !important; }

  .h-normal {
    height: 455px; }

  .content-row {
    margin-top: 10px;
    padding-left: 5px; }

  .hero-title a {
    font-size: 26px; } }
.image-row {
  margin-top: 5px; }

.titulo {
  font-family: "folksbold";
  color: black;
  text-transform: uppercase;
  line-height: 150%; }

.body {
  background: #f1f1f1; }

.nolink {
  text-decoration: none !important; }

#white-container {
  background: white; }

.title-span span {
  position: relative;
  font-family: "folksbold";
  font-size: 20px;
  color: black;
  line-height: normal; }

.nota {
  padding: 0px 5px; }

@media (max-width: 1090px) {
  .row {
    margin-bottom: 10px; }

  #MA {
    display: none; } }
.fb-like {
  bottom: 6px; }

.socials {
  text-align: right; }

.social-nav, .social-nav2 {
  padding: 0;
  list-style: none;
  display: inline-block;
  margin: 0px auto; }

.social-nav li, .social-nav2 li {
  display: inline-block; }

.social-nav a {
  display: inline-block;
  float: left;
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
  background: #000;
  position: relative;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.social-nav2 a {
  display: inline-block;
  float: left;
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  line-height: 40px;
  background: #000;
  position: relative; }

.model-9 li, .model-99 li {
  margin: 0 0px; }

.model-9 a, .model-99 a {
  color: #fff;
  overflow: hidden;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%; }

.model-9 a:hover {
  background: #fff; }
  .model-9 a:hover .fa {
    -moz-animation: 0.4s icon-move linear 0s;
    -webkit-animation: 0.4s icon-move linear 0s;
    animation: 0.4s icon-move linear 0s; }
.model-9 .twitter {
  background: #00ACED; }
  .model-9 .twitter:hover {
    color: #00ACED; }

.model-99 .twitter {
  background: #00ACED; }

/*.model-99 .twitter:hover {
 *    color: #00ACED;
 *} */
.model-9 .twitter {
  background: #00ACED; }
  .model-9 .twitter:hover {
    color: #00ACED; }
.model-9 .facebook {
  background: #3B579D; }
  .model-9 .facebook:hover {
    color: #3B579D; }
.model-9 .youtube {
  background: #DD4A3A; }
  .model-9 .youtube:hover {
    color: #DD4A3A; }
.model-9 .linkedin {
  background: #007BB6; }
  .model-9 .linkedin:hover {
    color: #007BB6; }
.model-9 .pinterest {
  background: #CB2026; }
  .model-9 .pinterest:hover {
    color: #CB2026; }
.model-9 .instagram {
  background: GREY; }
  .model-9 .instagram:hover {
    color: GREY; }
.model-9 .rss {
  background: sandybrown; }
  .model-9 .rss:hover {
    color: sandybrown; }

@-webkit-keyframes icon-move {
  49% {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
    opacity: 0; }
  50% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
#la-foto {
  padding: 0px; }

.la-foto {
  position: relative; }
  .la-foto .lafoto-titulo {
    position: absolute;
    top: 0px;
    width: 100%; }
    .la-foto .lafoto-titulo .lafoto-etiqueta {
      -webkit-box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.75);
      box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.75);
      margin-top: 20%; }
  .la-foto .lafoto-texto {
    background: linear-gradient(to right, #E90C2F, #BE1622);
    text-align: right;
    padding: 5px;
    font-family: "Futura Std", "Open Sans";
    font-size: 12px;
    color: white;
    vertical-align: middle; }
    @media (min-width: 1090px) {
      .la-foto .lafoto-texto span {
        font-size: 18px; } }
  .la-foto img {
    width: 100%;
    height: auto; }

.footer {
  margin-top: 15px;
  margin-bottom: 15px; }
  .footer p {
    line-height: 2; }
  .footer a {
    color: #000;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    line-height: 150%;
    text-decoration: none;
    border: 0 !important; }
    .footer a:hover, .footer a:active, .footer a:focus {
      color: #000;
      font-family: "Helvetica Neue", Arial, sans-serif;
      font-size: 14px;
      line-height: 150%;
      text-decoration: none;
      border: 0 !important; }
    .footer a#topofpage {
      color: #838181; }

.advertisement {
  font-size: 1.5em;
  font-family: "folksbold";
  padding: 15px;
  color: #666;
  margin-bottom: 10px; }
  .advertisement .interested {
    font-size: 100%; }
  .advertisement .mailto {
    font-size: 75%; }
  .advertisement .interested a, .advertisement .mailto a {
    font-family: "folksbold";
    text-decoration: underline;
    color: #666; }

.el-video-container {
  height: 480px;
  overflow: hidden;
  background-color: #000000; }

@media (max-width: 1090px) {
  .el-video-container, .el-video {
    height: 220px;
    overflow: hidden;
    background-color: transparent; }

  .el-video-container iframe {
    margin-top: 0px;
    height: 100%; } }
.noticiasanteriores-item {
  padding: 0px 10px 0px 0px; }

.noticiasanteriores .thumbnail {
  height: 200px;
  border-radius: 0px;
  border-top: none;
  border-right: none;
  border-left: none; }
.noticiasanteriores a {
  display: block; }

.noticiasanteriores-item img {
  margin: 0px !important; }

.noticiasanteriores .ucard {
  height: auto; }

.noticiasanteriores-container {
  padding-top: 40px; }
  .noticiasanteriores-container .owl-nav {
    position: absolute;
    width: 100%;
    top: 0;
    margin-top: -5px;
    width: 100%;
    display: block; }
    .noticiasanteriores-container .owl-nav button.owl-next, .noticiasanteriores-container .owl-nav button.owl-prev {
      padding: 6px 11px !important;
      margin: 10px;
      background: rgba(255, 0, 0, 0.45);
      -webkit-border-radius: 32px;
      -moz-border-radius: 32px;
      border-radius: 32px;
      color: #fff;
      font-size: 14px; }
      .noticiasanteriores-container .owl-nav button.owl-next:hover, .noticiasanteriores-container .owl-nav button.owl-prev:hover {
        background: red; }
    .noticiasanteriores-container .owl-nav .owl-prev {
      float: left; }
    .noticiasanteriores-container .owl-nav .owl-next {
      float: right; }

.destacado-item .destacado-caption {
  height: 100px;
  color: #FFFFFF;
  background-color: #000000;
  padding: 10px; }
  .destacado-item .destacado-caption .destacado-title {
    margin: 0;
    padding: 0; }
  .destacado-item .destacado-caption .destacado-date {
    margin-bottom: 0px; }

.destacado-title-a {
  color: #FFFFFF;
  font-family: "folksbold";
  line-height: 100%;
  text-decoration: none !important;
  border: 0 !important;
  opacity: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 26px; }
  .destacado-title-a:hover {
    color: #DDD; }
  @media (max-width: 1090px) {
    .destacado-title-a {
      font-size: 14px; } }

.owl-carousel-destacados {
  padding-top: 0px;
  overflow: hidden; }
  @media (min-width: 1090px) {
    .owl-carousel-destacados {
      height: 533px;
      min-height: 533px;
      max-height: 533px; } }
  @media (max-width: 1090px) {
    .owl-carousel-destacados {
      height: auto; } }
  .owl-carousel-destacados .owl-controls {
    width: 100%; }
  .owl-carousel-destacados .owl-nav {
    width: 100%;
    position: absolute;
    top: 40%; }
    .owl-carousel-destacados .owl-nav [class*=owl-] {
      padding: 6px 11px;
      margin: 10px;
      background: rgba(255, 0, 0, 0.45);
      -webkit-border-radius: 32px;
      -moz-border-radius: 32px;
      border-radius: 32px;
      color: #fff;
      font-size: 14px; }
      .owl-carousel-destacados .owl-nav [class*=owl-]:hover {
        background: red; }
    .owl-carousel-destacados .owl-nav .owl-prev {
      float: left; }
    .owl-carousel-destacados .owl-nav .owl-next {
      float: right; }
  .owl-carousel-destacados .carousel-control {
    width: 8%; }

.iguanazos-anteriores {
  min-height: 465px; }

.iguanant {
  width: 100%;
  height: 106px;
  margin-bottom: 31px; }

.iguanant img {
  margin-bottom: 0;
  height: auto;
  padding: 5px;
  margin: 0 auto;
  max-width: 100%;
  max-height: 130px; }

.iguanazos .col-g .card {
  width: 99%; }

.iguanazos-header-image {
  width: 100%;
  height: auto;
  display: inherit; }

.iguanazos-header-body {
  width: 800px;
  height: 495px; }
  @media (max-width: 1090px) {
    .iguanazos-header-body {
      width: 100%;
      height: auto; } }

.trio .trio-item {
  margin-top: 10px;
  border: none;
  width: 32.6%;
  float: left; }
  .trio .trio-item:nth-child(1), .trio .trio-item:nth-child(2) {
    margin-right: 10px; }
  @media (max-width: 1090px) {
    .trio .trio-item {
      width: 100%;
      margin-right: 0; } }
.trio .trio-item-body {
  height: 233px;
  overflow: hidden;
  border: 1px solid #e6263f;
  padding: 0px 2px; }
  .trio .trio-item-body li {
    height: 46px;
    overflow: hidden; }
.trio .trio-item.h-small {
  height: 285px; }
.trio .trio-list-item {
  border-left: none;
  border-right: none;
  border-bottom: none; }

.articulo-barra {
  padding: 5px;
  border-bottom: 1px solid #C00;
  border-top: 1px solid #C00;
  color: #000;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 150%;
  font-size: 18px; }

.articulo-texto a {
  color: #C00; }

.articulo {
  color: #000000; }
  .articulo img {
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px; }
  .articulo p {
    color: #4F4F4F !important;
    padding: 0 10px;
    margin: 0;
    font-size: 17px;
    line-height: 155%; }

.articulo-titulo {
  color: #000;
  padding: 10px; }
  .articulo-titulo span {
    line-height: 120%;
    text-transform: uppercase;
    font-family: "folksbold"; }
    @media (min-width: 320px) {
      .articulo-titulo span {
        font-size: 18px; } }
    @media (min-width: 1090px) {
      .articulo-titulo span {
        font-size: 45px; } }

.skyscrapper-banner {
  position: absolute; }
  .skyscrapper-banner.right {
    right: 0;
    position: fixed;
    top: 4rem; }
  .skyscrapper-banner.left {
    left: 0;
    position: fixed;
    top: 4rem; }

@media (max-width: 1330px) {
  body.nota .skyscrapper-banner {
    display: none; } }
@media (max-width: 1230px) {
  .skyscrapper-banner {
    display: none; } }
header .social-box ul.social-nav li a {
  color: #292f33;
  background-color: white;
  height: 40px;
  width: 40px;
  overflow: hidden;
  font-size: 40px; }
  header .social-box ul.social-nav li a:hover {
    color: #ff2b00; }
  header .social-box ul.social-nav li a.googleplus {
    width: 52px; }
  header .social-box ul.social-nav li a.pinteres {
    width: 36px; }
  header .social-box ul.social-nav li a.rss {
    width: 36px; }
  header .social-box ul.social-nav li a:nth-of-type(2) {
    color: deeppink; }
header .main-header {
  background-image: url(../img/logo.png);
  background-size: cover;
  height: 170px; }
  header .main-header .twitter-follow {
    margin: 15px; }
  header .main-header .social-box {
    bottom: -35px;
    left: -15px;
    margin-bottom: 10px;
    text-align: right;
    position: relative; }
  header .main-header #titlelink {
    position: relative;
    float: left;
    display: block;
    z-index: 10;
    top: 0px;
    left: 0px;
    width: 730px;
    height: 170px;
    background-color: transparent; }
header .mobile-header {
  background-color: white;
  text-align: center; }
header .search-box {
  text-align: right; }
  header .search-box .search-input {
    margin-right: 15px;
    background-color: #eee !important;
    border: none;
    border-radius: 5px;
    width: 210px; }

.menu-principal {
  padding: 3px 0;
  margin-bottom: 0px; }
  @media (max-width: 1090px) {
    .menu-principal {
      display: none !important; } }
  .menu-principal .menu-item {
    min-height: 52px;
    list-style: none; }
    .menu-principal .menu-item a {
      display: block;
      content: ""; }

ul.menu-principal > li {
  display: inline-block; }
  ul.menu-principal > li:nth-child(1n+2) {
    padding-left: 3.2px; }
  ul.menu-principal > li a {
    color: transparent;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    pading-left: 3.2px;
    display: block;
    height: 52px; }
    ul.menu-principal > li a:hover {
      border-bottom: 4px solid #f00; }
  ul.menu-principal > li:nth-child(1) a {
    background: transparent url("../img/pol-sex.jpg") no-repeat;
    background-position-x: center; }
  ul.menu-principal > li:nth-child(2) a {
    background: transparent url("../img/eco-far.jpg") no-repeat;
    background-position-x: center; }
  ul.menu-principal > li:nth-child(3) a {
    background: transparent url("../img/mun-dep.jpg") no-repeat;
    background-position-x: center; }
  ul.menu-principal > li:nth-child(4) a {
    background: transparent url("../img/cul-ser.jpg") no-repeat;
    background-position-x: center; }
  ul.menu-principal > li:nth-child(5) a {
    background: transparent url("../img/suc-tec.jpg") no-repeat;
    background-position-x: center; }
  ul.menu-principal > li:nth-child(6) a {
    background: transparent url("../img/vir-sal.jpg") no-repeat;
    background-position-x: center; }

.lomaspolemico {
  height: 585px; }
  .lomaspolemico .ucard {
    height: 100%; }
    .lomaspolemico .ucard h3 {
      font-size: 14px; }

.lomasjot .ucard .titulo {
  margin-bottom: 5px; }
.lomasjot .ucard img {
  margin: 0px; }
.lomasjot .h-normal {
  height: auto; }

.lomasleido .ucard h3 {
  font-size: 14px;
  line-height: 115%;
  margin-top: 5px; }

.list-news-card {
  border-top-left-radius: 18px; }
  .list-news-card.single-size {
    height: 590px;
    font-size: 14px; }
  .list-news-card.auto-size {
    height: auto; }
  .list-news-card.double-size {
    height: 920px; }
  .list-news-card.with-image {
    height: auto; }
  .list-news-card.lomasleido ul {
    border: 1px solid red; }
  .list-news-card.lomaspolemico {
    height: 713px; }
    .list-news-card.lomaspolemico ul {
      border: 1px solid #A0C519; }
  .list-news-card.caraacara, .list-news-card.lomasreciente {
    height: 600px; }
    .list-news-card.caraacara ul, .list-news-card.lomasreciente ul {
      border: 1px solid #F75226; }
  .list-news-card.guerradeltwitter {
    height: 600px;
    overflow: hidden; }
  .list-news-card.lomasreciente {
    height: auto; }
  .list-news-card .card-img-top {
    width: 100%; }
  .list-news-card ul {
    height: -webkit-calc(100% - 40px);
    height: -moz-calc(100% - 40px);
    height: calc(100% - 40px);
    margin-bottom: 0px; }
    .list-news-card ul li {
      padding: 2px 0;
      background-color: transparent; }
      .list-news-card ul li.with-image {
        height: auto; }
        .list-news-card ul li.with-image img {
          display: block;
          width: 90%;
          height: 106px;
          margin: 10px; }
      .list-news-card ul li a h3 {
        height: 60px;
        overflow: hidden;
        margin-top: 3px;
        margin-bottom: 0px;
        padding: 0px 5px;
        font-size: 13px;
        line-height: 150%; }

.nota {
  width: -webkit-calc(50% - 10px);
  width: -moz-calc(50% - 10px);
  width: calc(50% - 10px);
  float: left;
  margin: 10px 5px 0 5px; }

@media (min-width: 1090px) {
  .h-normal {
    height: 485px; } }
.marquee-section {
  margin-bottom: 5px; }
  .marquee-section .marquee {
    background: #eaeaea;
    display: inline-block;
    height: 28px;
    max-height: 28px;
    overflow: hidden;
    padding: 4px 0; }
    .marquee-section .marquee a {
      color: #585858;
      text-decoration: none; }
    .marquee-section .marquee .separator {
      color: #f00; }
  .marquee-section .title {
    background: #f00;
    color: #fff;
    display: inline-block;
    font-weight: 900;
    padding: 4px 0;
    text-align: center;
    text-transform: uppercase; }
    @media (max-width: 1090px) {
      .marquee-section .title {
        font-size: 10px;
        padding: 7px 0; } }

.tag-body .tag-title {
  margin-top: 15px;
  font-family: "folksbold";
  border-bottom: 1px solid red; }
  .tag-body .tag-title h1 {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 2.5em;
    border-bottom: 4px solid red; }
.tag-body .tag-item {
  border-bottom: 1px solid red;
  padding-bottom: 10px; }
  .tag-body .tag-item h2.item-title {
    margin-bottom: 0px;
    font-family: "folksbold"; }
  .tag-body .tag-item span.item-metadata {
    font-size: 0.7em;
    display: block;
    margin-bottom: 10px; }
  .tag-body .tag-item .item-content {
    display: inline-block; }
    .tag-body .tag-item .item-content a {
      background: url("/activos/assets/img/btn_leer.png"); }
.tag-body .tag-pagination {
  color: #262626; }
  .tag-body .tag-pagination .col-xs-2 {
    margin: 25px 0; }

/*# sourceMappingURL=main.css.map */
