@charset "UTF-8";
/*Mixins*/
/*Mixing para centrar con transform*/
/*Mixing para flex-box*/
/*Usar utilidades de compass*/
/* browser support para flexbox*/
/* apply a natural box layout model to all elements
(if supporting <IE8, use a pollyfill: https://github.com/Schepp/box-sizing-polyfill ) */
@font-face {
  font-family: 'adelle_sansbold';
  src: url("fonts/adellesansbasic-bold-webfont.eot");
  src: url("fonts/adellesansbasic-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/adellesansbasic-bold-webfont.woff2") format("woff2"), url("fonts/adellesansbasic-bold-webfont.woff") format("woff"), url("fonts/adellesansbasic-bold-webfont.ttf") format("truetype"), url("fonts/adellesansbasic-bold-webfont.svg#adelle_sansbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'adelle_regular';
  src: url("fonts/adellesansbasic-regular-webfont.eot");
  src: url("fonts/adellesansbasic-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/adellesansbasic-regular-webfont.woff2") format("woff2"), url("fonts/adellesansbasic-regular-webfont.woff") format("woff"), url("fonts/adellesansbasic-regular-webfont.ttf") format("truetype"), url("fonts/adellesansbasic-regular-webfont.svg#adelle_sansbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'adelle_semibold';
  src: url("fonts/adellesans-semibold-webfont.eot");
  src: url("fonts/adellesans-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/adellesans-semibold-webfont.woff2") format("woff2"), url("fonts/adellesans-semibold-webfont.woff") format("woff"), url("fonts/adellesans-semibold-webfont.ttf") format("truetype"), url("fonts/adellesans-semibold-webfont.svg#adelle_semibold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'helveticaNeue';
  src: url("fonts/helveticaneueltstd_lt-webfont.eot");
  src: url("fonts/helveticaneueltstd_lt-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/helveticaneueltstd_lt-webfont.woff2") format("woff2"), url("fonts/helveticaneueltstd_lt-webfont.woff") format("woff"), url("fonts/helveticaneueltstd_lt-webfont.ttf") format("truetype"), url("fonts/helveticaneueltstd_lt-webfont.svg#adelle_semibold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'adelle_italic';
  src: url("fonts/adellesansbasic-italic-webfont.eot");
  src: url("fonts/adellesansbasic-italic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/adellesansbasic-italic-webfont.woff2") format("woff2"), url("fonts/adellesansbasic-italic-webfont.woff") format("woff"), url("fonts/adellesansbasic-italic-webfont.ttf") format("truetype"), url("fonts/adellesansbasic-italic-webfont.svg#adelle_sansregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'effrabold';
  src: url("fonts/effra-bold-webfont.eot");
  src: url("fonts/effra-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/effra-bold-webfont.woff2") format("woff2"), url("fonts/effra-bold-webfont.woff") format("woff"), url("fonts/effra-bold-webfont.ttf") format("truetype"), url("fonts/effra-bold-webfont.svg#effrabold") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*! 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.
 */
/* line 9, ../sass/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, ../sass/_normalize.scss */
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.
 */
/* line 33, ../sass/_normalize.scss */
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.
 */
/* line 54, ../sass/_normalize.scss */
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.
 */
/* line 67, ../sass/_normalize.scss */
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.
 */
/* line 77, ../sass/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, ../sass/_normalize.scss */
a {
  background-color: transparent;
}

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

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

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

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 127, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

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

/**
 * Address styling not present in IE 8/9.
 */
/* line 145, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 154, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 170, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 174, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

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

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 193, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Address differences between Firefox and other browsers.
 */
/* line 212, ../sass/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, ../sass/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, ../sass/_normalize.scss */
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.
 */
/* line 252, ../sass/_normalize.scss */
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.
 */
/* line 266, ../sass/_normalize.scss */
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.
 */
/* line 277, ../sass/_normalize.scss */
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.
 */
/* line 290, ../sass/_normalize.scss */
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.
 */
/* line 302, ../sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, ../sass/_normalize.scss */
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.
 */
/* line 322, ../sass/_normalize.scss */
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.
 */
/* line 334, ../sass/_normalize.scss */
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`.
 */
/* line 346, ../sass/_normalize.scss */
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.
 */
/* line 356, ../sass/_normalize.scss */
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).
 */
/* line 367, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 376, ../sass/_normalize.scss */
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.
 */
/* line 387, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 396, ../sass/_normalize.scss */
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.
 */
/* line 405, ../sass/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 416, ../sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 421, ../sass/_normalize.scss */
td,
th {
  padding: 0;
}

/*No comillas */
/* line 426, ../sass/_normalize.scss */
q, .article__figure--fullB q, .article__figure--fullB blockquote, .article__figure--fullB aside {
  quotes: none;
}

/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/* line 13, ../sass/_boilerplate.scss */
html {
  color: #222;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
/* line 26, ../sass/_boilerplate.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 31, ../sass/_boilerplate.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
/* line 45, ../sass/_boilerplate.scss */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
/* line 58, ../sass/_boilerplate.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
/* line 68, ../sass/_boilerplate.scss */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
/* line 76, ../sass/_boilerplate.scss */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/*VARIABLES*/
/*Colores de fondo Main*/
/*Colores Link*/
/*Colores text*/
/*invertido */
/*Colores Sociales*/
/*hover*/
/*hover*/
/*Fonts*/
/*Sprite*/
/*Espaciado vertical*/
/*Transiciones*/
/*gutter */
/*======================
BREAkPOINTS

MOBILE PORTRAIT < 480px
MOBILE LANDSCAPE < 768px
TABLET PORTRAIT,TABLET LANSDCAPE, LAPTOP MEDIUM <1024px
LAPTOP MEDIUM<1600
DESKTOP lG >=1600

========================*/
/* line 11, ../sass/_layout.scss */
body {
  display: table;
  width: 100%;
  min-width: 320px;
  table-layout: fixed;
  position: relative;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-top: 50px;
  padding-top: 5rem;
}
/* line 21, ../sass/_layout.scss */
body.bgGray {
  background-color: whitesmoke;
}
@media only screen and (min-width: 1024px) {
  /* line 11, ../sass/_layout.scss */
  body {
    background-color: transparent;
  }
}

/* line 29, ../sass/_layout.scss */
header {
  display: table-caption;
  caption-side: top;
  vertical-align: middle;
  background-color: #111111;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  /* line 29, ../sass/_layout.scss */
  header {
    height: 50px;
    z-index: 100;
  }
  /* line 43, ../sass/_layout.scss */
  header.header-secciones {
    top: 0;
    -webkit-transition: top 0.3s ease-in-out;
    transition: top 0.3s ease-in-out;
  }
  /* line 48, ../sass/_layout.scss */
  header.header-secciones.nav-up {
    top: -100%;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 29, ../sass/_layout.scss */
  header {
    position: fixed;
  }
}

/* line 61, ../sass/_layout.scss */
.wrapperMain {
  width: -webkit-calc(100vw - (100vw - 100%));
  width: -moz-calc(100vw - (100vw - 100%));
  width: calc(100vw - (100vw - 100%));
  overflow: hidden;
  margin-bottom: 0;
  padding-bottom: 35px;
  padding-bottom: 3.5rem;
}
@media only screen and (min-width: 768px) {
  /* line 61, ../sass/_layout.scss */
  .wrapperMain {
    padding-bottom: 80px;
    padding-bottom: 8rem;
  }
}

/* line 77, ../sass/_layout.scss */
main {
  max-width: 1030px;
  width: 100%;
  position: relative;
  height: auto;
  background-color: white;
  z-index: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin-bottom: 35px;
  margin-bottom: 3.5rem;
}
/* line 90, ../sass/_layout.scss */
main.bgGray {
  background-color: whitesmoke;
}
@media only screen and (min-width: 768px) {
  /* line 77, ../sass/_layout.scss */
  main {
    margin-bottom: 50px;
    margin-bottom: 5rem;
  }
}
@media only screen and (min-width: 924px) {
  /* line 77, ../sass/_layout.scss */
  main {
    padding: 15px;
    padding: 1.5rem;
  }
}

/* line 103, ../sass/_layout.scss */
.wrapper, .widget-evento {
  width: 100%;
  height: auto;
}
/* line 106, ../sass/_layout.scss */
.wrapper--padding {
  padding: 0px 15px;
  padding: 0rem 1.5rem;
}
/* line 109, ../sass/_layout.scss */
.wrapper--center {
  margin-left: auto;
  margin-right: auto;
}
/* line 114, ../sass/_layout.scss */
.wrapper--superior {
  margin-top: 80px;
  margin-top: 8rem;
}
/* line 118, ../sass/_layout.scss */
.wrapper--Mx640 {
  max-width: 640px;
}
/* line 121, ../sass/_layout.scss */
.wrapper--Mx700 {
  max-width: 700px;
}
/* line 124, ../sass/_layout.scss */
.wrapper--Mx860 {
  max-width: 860px;
}
/* line 127, ../sass/_layout.scss */
.wrapper--Mx900 {
  max-width: 900px;
}
/* line 130, ../sass/_layout.scss */
.wrapper--Mx1030 {
  max-width: 1030px;
}
/* line 133, ../sass/_layout.scss */
.wrapper--Mx1240 {
  max-width: 1240px;
}

@media only screen and (min-width: 580px) {
  /* line 140, ../sass/_layout.scss */
  .wrapper--xsLg--padding {
    padding: 0px 15px;
    padding: 0rem 1.5rem;
  }
  /* line 143, ../sass/_layout.scss */
  .wrapper--xsLg--paddingNone {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  /* line 152, ../sass/_layout.scss */
  .wrapper--sm--padding {
    padding: 0px 15px;
    padding: 0rem 1.5rem;
  }
  /* line 155, ../sass/_layout.scss */
  .wrapper--sm--paddingNone {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 924px) {
  /* line 164, ../sass/_layout.scss */
  .wrapper--smLarge--paddingNone {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 172, ../sass/_layout.scss */
  .wrapper--lg--paddingNone {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 176, ../sass/_layout.scss */
  .wrapper--md--paddingNone {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 183, ../sass/_layout.scss */
.sidebar {
  padding: 0px 15px;
  padding: 0rem 1.5rem;
}
@media only screen and (min-width: 924px) {
  /* line 183, ../sass/_layout.scss */
  .sidebar {
    padding: 0px 0px 0px 30px;
    padding: 0rem 0rem 0rem 3rem;
    margin-top: 0;
    min-height: 100px;
  }
}

/* line 191, ../sass/_layout.scss */
aside.sidebar {
  border: none;
  font-style: normal;
}

/* line 196, ../sass/_layout.scss */
.row {
  display: block;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
/* line 201, ../sass/_layout.scss */
.row--padding, .widget-evento .masarticulos {
  padding: 0px 15px;
  padding: 0rem 1.5rem;
}
/* line 204, ../sass/_layout.scss */
.row--PB35 {
  padding-bottom: 35px;
  padding-bottom: 3.5rem;
}
/* line 207, ../sass/_layout.scss */
.row--PB25 {
  padding-bottom: 25px;
  padding-bottom: 2.5rem;
}
/* line 210, ../sass/_layout.scss */
.row--PB15 {
  padding-bottom: 15px;
  padding-bottom: 1.5rem;
}

/* line 218, ../sass/_layout.scss */
.section {
  display: block;
  width: 100%;
  background-color: transparent;
  height: auto;
}
/* line 223, ../sass/_layout.scss */
.section::before, .section::after {
  content: ' ';
  display: table;
}
/* line 227, ../sass/_layout.scss */
.section::after {
  clear: both;
}
/* line 230, ../sass/_layout.scss */
.section:first-child {
  padding-top: 0px;
  padding-top: 0rem;
}

/*==================
FOOTER
====================*/
/* line 239, ../sass/_layout.scss */
footer {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
/* line 244, ../sass/_layout.scss */
footer.reverse a {
  color: white;
}

/* line 250, ../sass/_layout.scss */
.aboutNav {
  display: block;
}

/* line 253, ../sass/_layout.scss */
.aboutNav__list {
  width: 100%;
  text-align: center;
  margin: 0;
  font-size: 0;
}
@media only screen and (min-width: 768px) {
  /* line 253, ../sass/_layout.scss */
  .aboutNav__list {
    white-space: nowrap;
  }
}

/* line 263, ../sass/_layout.scss */
.aboutNav__item {
  display: inline-block;
  width: auto;
  margin: 0px 10px;
  margin: 0rem 1rem;
  line-height: 1em;
}
@media only screen and (min-width: 768px) {
  /* line 263, ../sass/_layout.scss */
  .aboutNav__item {
    margin: 0px 15px;
    margin: 0rem 1.5rem;
  }
}

/* line 272, ../sass/_layout.scss */
.aboutNav__item__link {
  color: #999999;
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (min-width: 768px) {
  /* line 272, ../sass/_layout.scss */
  .aboutNav__item__link {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/*==================
INFINITE SCROLL END SINGLE
====================*/
/* line 283, ../sass/_layout.scss */
.elcontenido > hr {
  opacity: 0;
}

/* line 287, ../sass/_layout.scss */
.esvip .elcontenido > hr {
  opacity: 1;
  margin-bottom: 50px;
}

/* line 291, ../sass/_layout.scss */
.esvip .comunidad {
  margin-bottom: 0;
}

/*tamaño fuento body*/
/*Font-Face*/
/* line 4, ../sass/_base.scss */
html {
  font-size: 62.5%;
  letter-spacing: -0.01em;
}

/* line 9, ../sass/_base.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #111111;
  text-rendering: optimizeLegibility;
  -sm-touch-action: manipulation;
  touch-action: manipulation;
}
@media only screen and (min-width: 768px) {
  /* line 9, ../sass/_base.scss */
  * {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/*===================
ICON
=====================*/
/*Triangles arrow */
/* line 31, ../sass/_base.scss */
.triangle, .ficha__bar p::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.25px 0 6.25px 10px;
  border-color: transparent transparent transparent #000000;
}

/* line 41, ../sass/_base.scss */
.icon--more {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 22px;
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
}
/* line 49, ../sass/_base.scss */
.icon--more span {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: white;
}

/* line 60, ../sass/_base.scss */
.icon--lupa {
  display: inline-block;
  background-image: url(../img/sprite2017-2.svg);
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-size: 178px 330px;
  background-position: -154px 0;
  opacity: 0.2;
}

/*ICONO CLOCK */
/* line 71, ../sass/_base.scss */
.icon--clock {
  color: #000;
  position: absolute;
  width: 15px;
  height: 15px;
  border: solid 1px currentColor;
  border-radius: 8px;
}

/* line 80, ../sass/_base.scss */
.icon--clock:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 7px;
  width: 4px;
  height: 1px;
  background-color: currentColor;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 95, ../sass/_base.scss */
.icon--clock:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 6px;
  width: 1px;
  height: 6px;
  background-color: currentColor;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

/* line 108, ../sass/_base.scss */
.icon--editar {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/sprite2017-2.svg) no-repeat;
  background-size: 160px 296px;
  background-position: -92px -177px;
}

/* line 120, ../sass/_base.scss */
.icon--quotes, blockquote:before, q:before, .article__figure--fullB q:before, .article__figure--fullB blockquote:before, .article__figure--fullB aside:before, q p:before, .article__figure--fullB q p:before, .article__figure--fullB blockquote p:before, .article__figure--fullB aside p:before, aside:before {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/sprite2017-2.svg) no-repeat;
  background-size: 340px 629px;
  background-position: -12px -376px;
}

/*icon */
/* line 130, ../sass/_base.scss */
.icon--next, .btnsgallery.next, .icon--prev, .btnsgallery.prev {
  color: #000;
  position: absolute;
}

/* line 135, ../sass/_base.scss */
.icon--prev:before, .btnsgallery.prev:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-left: solid 3px white;
  border-top: solid 3px white;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 146, ../sass/_base.scss */
.icon--next:after, .btnsgallery.next:after {
  content: '';
  position: absolute;
  left: 6px;
  width: 8px;
  height: 8px;
  border-bottom: solid 3px white;
  border-right: solid 3px white;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 159, ../sass/_base.scss */
.icon--doubleAngle {
  display: inline;
  color: #0088cc;
}

/*==============================================
ELEMENTS
================================================ */
/*font-mainTitle*/
/* line 168, ../sass/_base.scss */
h1 {
  font-family: "adelle_sansbold";
  font-size: 26px;
  font-size: 2.6rem;
  margin: 0px 0px 15px;
  margin: 0rem 0rem 1.5rem;
  font-weight: normal;
  line-height: 1.15em;
  color: #111111;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  /* line 179, ../sass/_base.scss */
  h1 {
    line-height: 1.25em;
    margin-top: -0.06em;
    font-size: 50px;
    font-size: 5rem;
    letter-spacing: -1px;
  }
}
/* line 187, ../sass/_base.scss */
h2 {
  font-family: 'adelle_regular';
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
  margin-bottom: 0.666em;
  margin-top: 0;
  text-align: left;
  line-height: 1.27em;
  color: #111111;
}

@media only screen and (min-width: 768px) {
  /* line 198, ../sass/_base.scss */
  h2 {
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 1.2em;
    margin-top: -0.1em;
    margin-bottom: 25px;
    margin-bottom: 2.5rem;
  }
}
/* line 206, ../sass/_base.scss */
h3 {
  font-family: "adelle_semibold";
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
  padding-bottom: 0.5em;
  margin-bottom: 0.666em;
  line-height: 1.2em;
  color: #111111;
  border-bottom: #979797 2px dotted;
}

@media only screen and (min-width: 768px) {
  /* line 217, ../sass/_base.scss */
  h3 {
    font-family: "adelle_regular";
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.2em;
    margin-top: -0.1em;
    margin-bottom: 25px;
    margin-bottom: 2.5rem;
    border-bottom: #111111 1px solid;
  }
}
/* line 227, ../sass/_base.scss */
h4 {
  font-family: "adelle_regular";
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  padding-bottom: 0.5em;
  margin-bottom: 0.666em;
  line-height: 1.4em;
  color: #111111;
  border-bottom: #979797 2px dotted;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  /* line 239, ../sass/_base.scss */
  h4 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2em;
    margin-top: -0.1em;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    border-bottom: #111111 1px solid;
  }
}
/* line 250, ../sass/_base.scss */
h1 em, h2 em, h4 em, h5 em {
  font-style: normal;
}

/* line 254, ../sass/_base.scss */
hr {
  height: 0;
  margin: 0;
  box-shadow: white 0 1px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #fff;
}

/* las imagenes contenidas en un <p> se deformarán si el ancho del <p> es mayor que las dimensiones de la imagen, por petición explicita. Imágenes pixeladas*/
/* line 264, ../sass/_base.scss */
p {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 1.6em;
  color: #414141;
  letter-spacing: -0.01em;
  margin-top: 0;
  text-align: left;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
  padding-bottom: 1.2rem;
}
/* line 272, ../sass/_base.scss */
p:last-child {
  margin-bottom: 30px;
  margin-bottom: 3rem;
}
/* line 275, ../sass/_base.scss */
p > img {
  margin: 25px auto;
  width: 100%;
}
/* line 279, ../sass/_base.scss */
p strong, p em {
  font-size: inherit;
}

@media only screen and (min-width: 768px) {
  /* line 285, ../sass/_base.scss */
  p {
    margin-bottom: 20px;
    margin-bottom: 2rem;
  }
}
/* line 290, ../sass/_base.scss */
li {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 1.6em;
  color: #111111;
  margin-top: 0;
  margin-bottom: 7px;
  margin-bottom: 0.7rem;
  list-style: none;
  letter-spacing: -0.01em;
}

/* line 300, ../sass/_base.scss */
strong {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: bold;
  font-size: inherit;
}

/* line 306, ../sass/_base.scss */
em {
  font-size: inherit;
}

/* line 310, ../sass/_base.scss */
a {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 100%;
  line-height: 1.6em;
  color: #0088cc;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
/* line 322, ../sass/_base.scss */
a:hover {
  text-decoration: underline;
/*  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out; */
}

/* line 335, ../sass/_base.scss */
figure {
  width: 100%;
  margin: 0 auto 2.5rem;
  padding: 0;
}
/* line 339, ../sass/_base.scss */
figure img {
  margin: 0 auto;
  width: 100%;
}
/* line 342, ../sass/_base.scss */
figure p {
  margin-bottom: 0;
}
/* line 344, ../sass/_base.scss */
figure p:last-child {
  margin-bottom: 0;
}
/* line 349, ../sass/_base.scss */
figure.portrait {
  max-width: 100%;
  max-height: 500px;
  width: auto;
  background-color: #e2e2e2;
}
/* line 354, ../sass/_base.scss */
figure.portrait img {
  width: auto;
}
/* line 357, ../sass/_base.scss */
figure.portrait figcaption {
  margin-top: 0px;
  margin-top: 0rem;
  padding-top: 10px;
  padding-top: 1rem;
}
@media only screen and (min-width: 768px) {
  /* line 357, ../sass/_base.scss */
  figure.portrait figcaption {
    padding-top: 0;
    background-color: white;
  }
}

/* line 369, ../sass/_base.scss */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* line 375, ../sass/_base.scss */
blockquote, q, .article__figure--fullB q, .article__figure--fullB blockquote, .article__figure--fullB aside, q p, .article__figure--fullB q p, .article__figure--fullB blockquote p, .article__figure--fullB aside p, aside {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  margin: 25px 0px;
  margin: 2.5rem 0rem;
  padding: 25px 0px;
  padding: 2.5rem 0rem;
  font-style: italic;
  line-height: 1.2em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #111111;
  border-top: 1px solid #111111;
  border-bottom: 1px solid #111111;
  text-align: center;
}
/* line 390, ../sass/_base.scss */
blockquote.alignleft, blockquote.alignright, q.alignleft, .article__figure--fullB blockquote.alignleft, .article__figure--fullB aside.alignleft, q.alignright, .article__figure--fullB blockquote.alignright, .article__figure--fullB aside.alignright, q p.alignleft, .article__figure--fullB blockquote p.alignleft, .article__figure--fullB aside p.alignleft, q p.alignright, .article__figure--fullB blockquote p.alignright, .article__figure--fullB aside p.alignright, aside.alignleft, aside.alignright {
  text-align: center;
}
/* line 393, ../sass/_base.scss */
blockquote p, q p, .article__figure--fullB q p, .article__figure--fullB blockquote p, .article__figure--fullB aside p, q p p, .article__figure--fullB q p p, .article__figure--fullB blockquote p p, .article__figure--fullB aside p p, aside p {
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
  text-align: center;
}
/* line 396, ../sass/_base.scss */
blockquote p:last-child, q p:last-child, .article__figure--fullB blockquote p:last-child, .article__figure--fullB aside p:last-child, q p p:last-child, .article__figure--fullB blockquote p p:last-child, .article__figure--fullB aside p p:last-child, aside p:last-child {
  margin-bottom: 0;
}
/* line 400, ../sass/_base.scss */
blockquote em, q em, .article__figure--fullB q em, .article__figure--fullB blockquote em, .article__figure--fullB aside em, q p em, .article__figure--fullB q p em, .article__figure--fullB blockquote p em, .article__figure--fullB aside p em, aside em {
  color: inherit;
}
/* line 403, ../sass/_base.scss */
blockquote strong, q strong, .article__figure--fullB q strong, .article__figure--fullB blockquote strong, .article__figure--fullB aside strong, q p strong, .article__figure--fullB q p strong, .article__figure--fullB blockquote p strong, .article__figure--fullB aside p strong, aside strong {
  color: inherit;
}

@media only screen and (min-width: 768px) {
  /* line 409, ../sass/_base.scss */
  blockquote {
    position: relative;
    font-size: 20px;
    font-size: 2rem;
    margin: 20px;
    margin: 2rem;
    padding: 0px 20px 0px 110px;
    padding: 0rem 2rem 0rem 11rem;
    line-height: 30px;
    min-height: 55px;
    color: #555;
    font-style: italic;
    border: none;
    background-color: transparent;
    line-height: 30px;
    min-height: 55px;
  }
  /* line 422, ../sass/_base.scss */
  blockquote:before {
    content: "";
    position: absolute;
    width: 60px;
    height: 55px;
    opacity: 0.20;
    top: 0;
    left: 20px;
  }
  /* line 431, ../sass/_base.scss */
  blockquote p {
    text-align: left;
    color: inherit;
    font-style: inherit;
    font-size: inherit;
  }
}
@media only screen and (min-width: 768px) {
  /* line 441, ../sass/_base.scss */
  q, .article__figure--fullB q, .article__figure--fullB blockquote, .article__figure--fullB aside, q p, .article__figure--fullB q p, .article__figure--fullB blockquote p, .article__figure--fullB aside p, aside, aside q, aside .article__figure--fullB q, .article__figure--fullB aside q, aside .article__figure--fullB blockquote, .article__figure--fullB aside blockquote, aside .article__figure--fullB aside, .article__figure--fullB aside aside {
    padding: 0;
    color: #0088cc;
    font-size: 30px;
    font-size: 3rem;
    border: none;
    font-style: normal;
  }
  /* line 447, ../sass/_base.scss */
  q.alignleft, .article__figure--fullB blockquote.alignleft, .article__figure--fullB aside.alignleft, q p.alignleft, .article__figure--fullB blockquote p.alignleft, .article__figure--fullB aside p.alignleft, aside.alignleft, aside q.alignleft, aside .article__figure--fullB blockquote.alignleft, .article__figure--fullB aside blockquote.alignleft, aside .article__figure--fullB aside.alignleft, .article__figure--fullB aside aside.alignleft {
    float: left;
    width: 250px;
    margin: 20px 20px 20px 0px;
    margin: 2rem 2rem 2rem 0rem;
    text-align: left;
  }
  /* line 452, ../sass/_base.scss */
  q.alignleft > *, .article__figure--fullB q.alignleft > *, .article__figure--fullB blockquote.alignleft > *, .article__figure--fullB aside.alignleft > *, q p.alignleft > *, .article__figure--fullB blockquote p.alignleft > *, .article__figure--fullB aside p.alignleft > *, aside.alignleft > *, aside q.alignleft > *, aside .article__figure--fullB q.alignleft > *, aside .article__figure--fullB blockquote.alignleft > *, .article__figure--fullB aside blockquote.alignleft > *, aside .article__figure--fullB aside.alignleft > *, .article__figure--fullB aside aside.alignleft > * {
    text-align: left;
  }
  /* line 456, ../sass/_base.scss */
  q.alignright, .article__figure--fullB blockquote.alignright, .article__figure--fullB aside.alignright, q p.alignright, .article__figure--fullB blockquote p.alignright, .article__figure--fullB aside p.alignright, aside.alignright, aside q.alignright, aside .article__figure--fullB blockquote.alignright, .article__figure--fullB aside blockquote.alignright, aside .article__figure--fullB aside.alignright, .article__figure--fullB aside aside.alignright {
    float: right;
    width: 250px;
    margin: 20px 0px 20px 20px;
    margin: 2rem 0rem 2rem 2rem;
    text-align: right;
  }
  /* line 461, ../sass/_base.scss */
  q.alignright > *, .article__figure--fullB q.alignright > *, .article__figure--fullB blockquote.alignright > *, .article__figure--fullB aside.alignright > *, q p.alignright > *, .article__figure--fullB blockquote p.alignright > *, .article__figure--fullB aside p.alignright > *, aside.alignright > *, aside q.alignright > *, aside .article__figure--fullB q.alignright > *, aside .article__figure--fullB blockquote.alignright > *, .article__figure--fullB aside blockquote.alignright > *, aside .article__figure--fullB aside.alignright > *, .article__figure--fullB aside aside.alignright > * {
    text-align: right;
  }
}
/* line 468, ../sass/_base.scss */
ul {
  padding-left: 0;
  margin-bottom: 25px;
  margin-bottom: 2.5rem;
  margin-top: 0;
}

/* line 473, ../sass/_base.scss */
ol {
  margin-bottom: 25px;
  margin-bottom: 2.5rem;
}

/* line 479, ../sass/_base.scss */
.overlay::after {
  content: "";
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/* line 494, ../sass/_base.scss */
.overlay:hover:after {
  background: -moz-linear-gradient(to bottom, rgba(0, 136, 204, 0) 0%, rgba(0, 136, 204, 0.6) 100%);
  background: -webkit-linear-gradient(to bottom, rgba(0, 136, 204, 0) 0%, rgba(0, 136, 204, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(0, 136, 204, 0) 0%, rgba(0, 136, 204, 0.6) 100%);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

/* line 507, ../sass/_base.scss */
input[type="submit"] {
  -webkit-appearance: none;
  background-color: inherit;
  border: none;
  letter-spacing: -0.01em;
}

/*FORMULARIOS */
/* line 516, ../sass/_base.scss */
input, button {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  letter-spacing: -0.01em;
}
/* line 520, ../sass/_base.scss */
input:focus, button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 5px #0088cc;
  box-shadow: 0 0 5px #0088cc;
  border: 1px solid #0088cc;
}
@media only screen and (min-width: 768px) {
  /* line 516, ../sass/_base.scss */
  input, button {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* line 532, ../sass/_base.scss */
input[type="text"] {
  width: 100%;
  height: 55px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #555555;
  padding: 15px 18px;
  padding: 1.5rem 1.8rem;
  border: 1px solid #DDDDDD;
  margin-bottom: 25px;
  margin-bottom: 2.5rem;
  letter-spacing: -0.01em;
}
/* line 541, ../sass/_base.scss */
input[type="text"]:last-child {
  margin-bottom: 35px;
  margin-bottom: 3.5rem;
}
@media only screen and (min-width: 768px) {
  /* line 532, ../sass/_base.scss */
  input[type="text"] {
    height: 44px;
    line-height: 44px;
    padding: 10px;
    padding: 1rem;
  }
  /* line 549, ../sass/_base.scss */
  input[type="text"] -webkit-input-placeholder {
    /* WebKit browsers */
    opacity: 0;
  }
  /* line 552, ../sass/_base.scss */
  input[type="text"] -moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    opacity: 0;
  }
  /* line 555, ../sass/_base.scss */
  input[type="text"] -moz-placeholder {
    /* Mozilla Firefox 19+ */
    opacity: 0;
  }
  /* line 558, ../sass/_base.scss */
  input[type="text"] -ms-input-placeholder {
    /* Internet Explorer 10+ */
    opacity: 0;
  }
}

/* line 563, ../sass/_base.scss */
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  background-color: none !important;
  background-image: none !important;
  color: black;
}

/* line 569, ../sass/_base.scss */
label {
  position: relative;
  display: block;
  color: #555555;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
@media only screen and (min-width: 768px) {
  /* line 569, ../sass/_base.scss */
  label {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
    margin-bottom: 1rem;
    line-height: 1em;
  }
}
/* line 580, ../sass/_base.scss */
label.control {
  padding-left: 35px;
  padding-left: 3.5rem;
}

/* line 586, ../sass/_base.scss */
input[type="checkbox"] {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 5px;
  border: 1px solid #DDDDDD;
  letter-spacing: -0.02em;
  margin-right: 15px;
  margin-right: 1.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* line 597, ../sass/_base.scss */
input[type="checkbox"]:after {
  content: '';
  width: 9px;
  height: 5px;
  position: absolute;
  top: 4px;
  left: 4px;
  border: 3px solid #0088cc;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
/* line 616, ../sass/_base.scss */
input[type="checkbox"]:checked::after {
  opacity: 1;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

/* line 624, ../sass/_base.scss */
input[type="radio"] {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 5px;
  border: 1px solid #DDDDDD;
  letter-spacing: -0.01em;
}

/* line 634, ../sass/_base.scss */
input[type="radio"], input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

/* line 640, ../sass/_base.scss */
input[type="text"]:disabled {
  background: #f5f5f5;
  color: #cccccc;
  font-weight: bold;
}

/* Unificación de estilos para formlarios*/
/* line 647, ../sass/_base.scss */
.radio input:checked ~ .control-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTQsMUMyLjMsMSwxLDIuMywxLDRzMS4zLDMsMywzczMtMS4zLDMtM1M1LjcsMSw0LDF6Ii8+DQo8L3N2Zz4NCg==);
}

/* line 651, ../sass/_base.scss */
.control input:checked ~ .control-indicator {
  color: #fff;
  background-color: #0074d9;
}

/* line 655, ../sass/_base.scss */
.checkbox input:checked ~ .control-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);
}

/* line 659, ../sass/_base.scss */
.control-indicator {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1rem;
  font-size: 65%;
  color: #eee;
  text-align: center;
  background-color: #eee;
  background-size: 50% 50%;
  background-position: center center;
  background-repeat: no-repeat;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 50%;
}

/* line 682, ../sass/_base.scss */
.checkbox .control-indicator {
  border-radius: 25%;
}

/*==================
BOTONNES
==================== */
/*Default button.btnReadMore, span.btnReadMore, a.btnReadMore, input.btnReadMore*/
/* line 690, ../sass/_base.scss */
.btn, .btnReadMore, .widget-evento .masarticulos a, .suscripcionEmail input[type="submit"].btnReadMore {
  display: block;
  width: 100%;
  height: 50px;
  color: white;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  line-height: 50px;
  text-decoration: none;
  border: 1px solid #0088cc;
  background-color: #0088cc;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  letter-spacing: 0.25px;
  padding: 0;
  border-radius: 2px;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: -webkit-background-color 500ms ease;
  transition: background-color 500ms ease;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  /* line 690, ../sass/_base.scss */
  .btn, .btnReadMore, .widget-evento .masarticulos a, .suscripcionEmail input[type="submit"].btnReadMore {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
/* line 713, ../sass/_base.scss */
.btn--widthAuto {
  display: inline-block;
  width: auto;
  padding: 0px 20px;
  padding: 0rem 2rem;
}
/* line 718, ../sass/_base.scss */
.btn:hover, .btnReadMore:hover, .widget-evento .masarticulos a:hover, .suscripcionEmail input[type="submit"].btnReadMore:hover {
  background-color: #006699;
  -webkit-transition: -webkit-background-color 500ms ease;
  transition: background-color 500ms ease;
}

@media only screen and (min-width: 480px) {
  /* line 728, ../sass/_base.scss */
  .btn--xslarge--widthAuto {
    display: inline-block;
    width: auto;
    padding: 0px 20px;
    padding: 0rem 2rem;
  }
}
/* line 736, ../sass/_base.scss */
a.btn, a.btnReadMore, .widget-evento .masarticulos a {
  text-decoration: none;
}

/*FACEBOOK */
/* line 742, ../sass/_base.scss */
.button--fb {
  position: relative;
  background-color: #02549e;
  color: white;
  border: none;
  vertical-align: middle;
  padding-left: 46px;
}
/* line 750, ../sass/_base.scss */
.button--fb:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate(0, -50%);
  display: inline-block;
  width: 36px;
  height: 38px;
  vertical-align: middle;
  background-image: url("../img/sprite2017-2.svg");
  background-size: 230px 426px;
  background-position: 0 1px;
  background-repeat: no-repeat;
}
/* line 765, ../sass/_base.scss */
.button--fb:hover {
  background-color: #004786;
}

/*GOOGLE */
/* line 771, ../sass/_base.scss */
.button--gplus {
  background-color: #dd4b39;
  color: white;
  border: none;
  vertical-align: middle;
}
/* line 776, ../sass/_base.scss */
.button--gplus:before {
  content: '';
  display: inline-block;
  width: 42px;
  height: 30px;
  vertical-align: middle;
  margin-right: 15px;
  margin-right: 1.5rem;
  background-image: url("../img/sprite2017-2.svg");
  background-size: 230px 426px;
  background-position: -52px -96px;
  background-repeat: no-repeat;
  margin-top: -3px;
}
/* line 789, ../sass/_base.scss */
.button--gplus:hover {
  background-color: #c91113;
}

/* line 795, ../sass/_base.scss */
.btn--close {
  position: absolute;
  display: block;
  top: 69px;
  right: 15px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  z-index: 999999999;
}
/* line 804, ../sass/_base.scss */
.btn--close span {
  display: block;
  position: absolute;
  height: 3px;
  border-radius: 1px;
  width: 100%;
  background: white;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
/* line 821, ../sass/_base.scss */
.btn--close span:first-child {
  top: 9px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
/* line 828, ../sass/_base.scss */
.btn--close span:nth-child(2) {
  top: 9px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
@media only screen and (min-width: 768px) {
  /* line 795, ../sass/_base.scss */
  .btn--close {
    width: 38px;
    height: 38px;
    top: 103px;
    right: 50px;
  }
}

/*EFFEctos*/
@media only screen and (max-width: 767px) {
  /* line 853, ../sass/_base.scss */
  .slide--left {
    left: -100%;
    -webkit-transition: -webkit-left 500ms ease;
    transition: left 500ms ease;
  }
  /* line 857, ../sass/_base.scss */
  .slide--left.open {
    left: 0;
  }
}
@media only screen and (min-width: 768px) {
  /* line 863, ../sass/_base.scss */
  .slide--left {
    transition: none;
  }
}
@media only screen and (max-width: 767px) {
  /* line 871, ../sass/_base.scss */
  .slide--right {
    right: -102%;
    -webkit-transition: -webkit-right 500ms ease;
    transition: right 500ms ease;
  }
  /* line 875, ../sass/_base.scss */
  .slide--right.open {
    right: 0;
    -webkit-transition: -webkit-right 500ms ease;
    transition: right 500ms ease;
  }
}
@media only screen and (min-width: 768px) {
  /* line 883, ../sass/_base.scss */
  .slide--right {
    transition: none;
  }
}
/*Estado desactivado o deshabilitado */
/* line 893, ../sass/_base.scss */
.desactivado {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.3;
}

/* ===============
/*TRIGGER
==================*/
/*para utilizar como capa de evento en un componente. Éste debe de tener de position relative*/
/* line 903, ../sass/_base.scss */
a.trigger {
  display: inline-block;
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 8;
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
/* line 917, ../sass/_base.scss */
a.trigger:hover {
  opacity: 1;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

/* line 926, ../sass/_base.scss */
.button {
  color: #0088cc;
  display: block;
  width: auto;
  height: 48px;
  line-height: 42px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  border: 2px #0088cc solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
  background-color: rgba(240, 240, 240, 0);
}
/* line 941, ../sass/_base.scss */
.button:hover {
  background-color: #0088cc;
  color: white;
  transition: color 100ms,background-color 100ms;
  text-decoration: none;
}
/* line 948, ../sass/_base.scss */
.button--width100 {
  width: 100%;
}

@media only screen and (min-width: 924px) {
  /* line 954, ../sass/_base.scss */
  .button {
    font-size: 25px;
    font-size: 2.5rem;
    height: 64px;
    line-height: 58px;
  }
}
/* line 966, ../sass/_base.scss */
.btn--cancelar {
  color: #ffffff;
  border: none;
  background-color: #e94f35;
}
/* line 970, ../sass/_base.scss */
.btn--cancelar:hover {
  background-color: #bd1b00;
}

/* line 976, ../sass/_base.scss */
.cancel {
  color: #e94f35;
}

/* para wp-admin*/
/* line 986, ../sass/_base.scss */
.triggerEditar {
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  right: 0;
  cursor: pointer;
}

/*Para resetear markup html  defectuosa */
/* line 997, ../sass/_base.scss */
p:empty {
  display: none !important;
  margin: 0 !important;
}

/*ETIQUETAS DE DESTACADOS */
/* line 2, ../sass/_components.scss */
.etiqueta, .etiqueta--analisis::before, .etiqueta--entrevista::before, .etiqueta--especiales::before, .etiqueta--patrocinado::before, .destacado--sidebar .etiqueta--especiales::before, .destacado--sidebar .etiqueta--analisis::before, .destacado--sidebar .etiqueta--entrevista::before, .destacado--sidebar .etiqueta--patrocinado::before {
  width: 100%;
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: bold;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  /* line 2, ../sass/_components.scss */
  .etiqueta, .etiqueta--analisis::before, .etiqueta--entrevista::before, .etiqueta--especiales::before, .etiqueta--patrocinado::before, .destacado--sidebar .etiqueta--especiales::before, .destacado--sidebar .etiqueta--analisis::before, .destacado--sidebar .etiqueta--entrevista::before, .destacado--sidebar .etiqueta--patrocinado::before {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}

/* line 16, ../sass/_components.scss */
.etiqueta--analisis::before {
  content: "Análisis";
}

/* line 21, ../sass/_components.scss */
.etiqueta--entrevista::before {
  content: "ENTREVISTA";
}

/* line 26, ../sass/_components.scss */
.etiqueta--especiales::before {
  content: "ESPECIALES";
}

/* line 30, ../sass/_components.scss */
.etiqueta--patrocinado::before {
  content: "PATROCINADO";
}

/*Etiquetas de categoría en single*/
/* line 39, ../sass/_components.scss */
.etiqueta--categoria {
  text-transform: uppercase;
  position: relative;
  display: block;
  width: auto;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1em;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  /* line 39, ../sass/_components.scss */
  .etiqueta--categoria {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/*===========
CABECERA HOME
==============*/
/*
HEADLINEHOME
	stiky
		etiqueta[análisis, especiales]
	destacadcono
		a.trigger
		h1
		img
		overlay
		-etiqueta[análisis, enrevistas, especiales, patrocinado]

destacado
			destacado--head
				destacado
				destacado--stiky

			destacado--sidebar



*/
/* line 82, ../sass/_components.scss */
.wrapperDestacados {
  height: auto;
  position: relative;
  margin-bottom: 30px;
  margin-bottom: 3rem;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
/* line 88, ../sass/_components.scss */
.wrapperDestacados:last-child {
  margin-bottom: 0px;
  margin-bottom: 0rem;
}
@media only screen and (min-width: 768px) {
  /* line 82, ../sass/_components.scss */
  .wrapperDestacados {
    max-height: 700px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 924px) {
  /* line 82, ../sass/_components.scss */
  .wrapperDestacados {
    max-height: none;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }
}

/* line 113, ../sass/_components.scss */
.destacado--stiky {
  position: relative;
  width: 100%;
  height: 295px;
  display: block;
  border-bottom: 1px solid #ffffff;
  overflow: hidden;
}
/* line 120, ../sass/_components.scss */
.destacado--stiky img {
  display: block;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  width: auto;
  max-width: none;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  /* line 113, ../sass/_components.scss */
  .destacado--stiky {
    border-bottom: none;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 113, ../sass/_components.scss */
  .destacado--stiky {
    height: 424px;
  }
}

/* line 143, ../sass/_components.scss */
.destacado--stiky__title {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 0;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.25;
  padding: 15px;
  padding: 1.5rem;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  color: white;
  z-index: 5;
}
@media only screen and (min-width: 768px) {
  /* line 143, ../sass/_components.scss */
  .destacado--stiky__title {
    font-size: 50px;
    font-size: 5rem;
    padding-left: 75px;
    padding-left: 7.5rem;
    padding-right: 75px;
    padding-right: 7.5rem;
    top: auto;
    bottom: 0;
    transform: none;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 143, ../sass/_components.scss */
  .destacado--stiky__title {
    padding-left: 150px;
    padding-left: 15rem;
    padding-right: 150px;
    padding-right: 15rem;
    letter-spacing: -0.02em;
    line-height: 1.16em;
  }
}

/* line 174, ../sass/_components.scss */
.destacado {
  position: relative;
  width: 100%;
  height: 150px;
  display: block;
  background-color: #CDD4DA;
  border-bottom: 1px solid #ffffff;
  overflow: hidden;
}
/* line 182, ../sass/_components.scss */
.destacado:last-child {
  border-bottom: none;
}
@media only screen and (min-width: 768px) {
  /* line 174, ../sass/_components.scss */
  .destacado {
    border: none;
  }
}

@media only screen and (min-width: 480px) {
  /* line 191, ../sass/_components.scss */
  .destacado--head {
    height: 200px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 196, ../sass/_components.scss */
  .destacado--head {
    border: none;
  }

  /* line 199, ../sass/_components.scss */
  .destacado--head:last-child {
    width: 50%;
    -ms-flex-item-align: end;
    align-self: flex-end;
    height: 400px;
    margin-top: -400px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 210, ../sass/_components.scss */
  .destacado--head {
    height: 360px;
  }
  /* line 212, ../sass/_components.scss */
  .destacado--head:last-child {
    width: initial;
    flex-grow: 1;
    margin-top: 0;
    height: 360px;
  }
}
/* line 221, ../sass/_components.scss */
.destacado__title, .timelineAnalisis__title, .timelineSpecial__title {
  position: absolute;
  bottom: 0;
  text-align: left;
  width: auto;
  color: white;
  overflow: hidden;
  z-index: 1;
  padding: 15px;
  padding: 1.5rem;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  /* line 234, ../sass/_components.scss */
  .destacado--head .destacado__title, .destacado--head .timelineAnalisis__title, .destacado--head .timelineSpecial__title {
    font-size: 27px;
    font-size: 2.7rem;
    font-family: "adelle_semibold";
    line-height: 1.15;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 243, ../sass/_components.scss */
  .destacado--head .destacado__title, .destacado--head .timelineAnalisis__title, .destacado--head .timelineSpecial__title {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
/* line 250, ../sass/_components.scss */
.destacado__img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: 50% 50%;
}

/*solo aparecen en el sidebar*/
/* line 261, ../sass/_components.scss */
.destacado--sidebar {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  border-bottom: 1px dotted #cccccc;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
/* line 270, ../sass/_components.scss */
.destacado--sidebar:hover .destacado--sidebar__title {
  color: #0088cc;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
/* line 277, ../sass/_components.scss */
.destacado--sidebar:hover .destacado--sidebar__img {
  opacity: 0.8;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
/* line 286, ../sass/_components.scss */
.destacado--sidebar:last-child {
  margin-bottom: 30px;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 768px) {
  /* line 286, ../sass/_components.scss */
  .destacado--sidebar:last-child {
    margin-bottom: 40px;
    margin-bottom: 4rem;
    border-bottom: none;
  }
}
/* line 293, ../sass/_components.scss */
.destacado--sidebar .etiqueta, .destacado--sidebar .etiqueta--especiales::before, .destacado--sidebar .etiqueta--analisis::before, .destacado--sidebar .etiqueta--entrevista::before, .destacado--sidebar .etiqueta--patrocinado::before {
  position: absolute;
  width: auto;
  top: 0;
  background-color: #111111;
  color: white;
  font-size: 12px;
  padding: 0 7px;
  font-weight: 500;
  line-height: 24px;
}
@media only screen and (min-width: 768px) {
  /* line 261, ../sass/_components.scss */
  .destacado--sidebar {
    margin-bottom: 0px;
    margin-bottom: 0rem;
    border-bottom: none;
  }
}

/* line 317, ../sass/_components.scss */
.destacado--sidebar__img {
  width: 100%;
  height: 110px;
  overflow: hidden;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
/* line 322, ../sass/_components.scss */
.destacado--sidebar__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: 50% 50%;
}

/* line 331, ../sass/_components.scss */
.destacado--sidebar__title {
  font-family: "adelle_semibold";
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
  font-size: 20px;
  font-size: 2rem;
  border-bottom: none;
  text-transform: none;
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  /* line 331, ../sass/_components.scss */
  .destacado--sidebar__title {
    margin-bottom: 20px;
    margin-bottom: 2rem;
  }
}

/*================
TIMELINE ANALISIS.
Estilo similar a "destacado" pero con margen y z-index puntuación
	Views -->home (sideBar)
		  -->análisis
==================*/
/* line 355, ../sass/_components.scss */
.timelineAnalisis__item {
  position: relative;
  width: 100%;
  height: 150px;
  display: block;
  background-color: inherit;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  margin-right: auto;
  margin-left: auto;
}
/* line 365, ../sass/_components.scss */
.timelineAnalisis__item .puntuacion {
  display: block;
  position: absolute;
  width: 70px;
  height: 44px;
  line-height: 45px;
  top: 0;
  right: -7px;
  color: white;
  font-size: 35px;
  font-size: 3.5rem;
  font-family: 'adelle_semibold';
  font-weight: bold;
  text-align: center;
  z-index: 20;
}
/* line 379, ../sass/_components.scss */
.timelineAnalisis__item .puntuacion:before {
  bottom: -6px;
  right: 2px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #999999;
  border-width: 6px;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* line 399, ../sass/_components.scss */
.timelineAnalisis__title {
  padding: 15px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 399, ../sass/_components.scss */
  .timelineAnalisis__title {
    font-size: 27px;
    font-size: 2.7rem;
    text-align: center;
    font-family: "adelle_semibold";
  }
}

/* line 411, ../sass/_components.scss */
.timelineAnalisis__img {
  height: 100%;
  overflow: hidden;
}
/* line 414, ../sass/_components.scss */
.timelineAnalisis__img img {
  width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: 50% 50%;
}
@media only screen and (min-width: 768px) {
  /* line 411, ../sass/_components.scss */
  .timelineAnalisis__img {
    height: 150px;
  }
}

/*Thumbnails a analisis destacado en cabecera*/
/* line 430, ../sass/_components.scss */
.timelineAnalisis__item--headline, .timelineSpecial__item--headline {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  background-color: inherit;
  margin-bottom: 30px;
  margin-bottom: 3rem;
}
/* line 437, ../sass/_components.scss */
.timelineAnalisis__item--headline .superpuntuacion, .timelineSpecial__item--headline .superpuntuacion {
  margin: 0 auto 20px;
  position: relative;
  width: 147px;
  height: 64px;
}
/* line 442, ../sass/_components.scss */
.timelineAnalisis__item--headline .superpuntuacion .puntuacion, .timelineSpecial__item--headline .superpuntuacion .puntuacion {
  font-size: 35px;
  font-size: 3.5rem;
  width: 80px;
  height: 50px;
  line-height: 50px;
}
/* line 448, ../sass/_components.scss */
.timelineAnalisis__item--headline .superpuntuacion .sobre10, .timelineSpecial__item--headline .superpuntuacion .sobre10 {
  font-size: 35px;
  font-size: 3.5rem;
  width: 80px;
  height: 50px;
  line-height: 50px;
  left: 67px;
}

@media only screen and (min-width: 768px) {
  /* line 462, ../sass/_components.scss */
  .timelineAnalisis__item--headline .superpuntuacion, .timelineSpecial__item--headline .superpuntuacion {
    float: none;
    width: 198px;
    height: 84px;
  }
  /* line 467, ../sass/_components.scss */
  .timelineAnalisis__item--headline .superpuntuacion .puntuacion, .timelineSpecial__item--headline .superpuntuacion .puntuacion {
    width: 105px;
    height: 70px;
    font-size: 50px;
    font-size: 5rem;
    line-height: 70px;
  }
  /* line 473, ../sass/_components.scss */
  .timelineAnalisis__item--headline .superpuntuacion .sobre10, .timelineSpecial__item--headline .superpuntuacion .sobre10 {
    font-size: 50px;
    font-size: 5rem;
    width: 105px;
    height: 70px;
    left: 93px;
    line-height: 70px;
  }
}
/* line 485, ../sass/_components.scss */
.timelineAnalisis__title--headline, .timelineSpecial__title--headline {
  position: static;
  text-align: center;
  color: white;
  padding: 0px 15px;
  padding: 0rem 1.5rem;
}
@media only screen and (min-width: 768px) {
  /* line 485, ../sass/_components.scss */
  .timelineAnalisis__title--headline, .timelineSpecial__title--headline {
    padding: 0px;
    padding: 0rem;
    font-size: 44px;
    font-size: 4.4rem;
    margin-bottom: 35px;
    margin-bottom: 3.5rem;
  }
}

/* line 498, ../sass/_components.scss */
.wrapper__timelineAnalisis--headline, .wrapper__timelineSpecial--headline {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  z-index: 7;
}

/* line 505, ../sass/_components.scss */
.timelineAnalisis__img--headline, .timelineSpecial__img--headline {
  height: 250px;
  overflow: hidden;
}
/* line 508, ../sass/_components.scss */
.timelineAnalisis__img--headline img, .timelineSpecial__img--headline img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: 50% 50%;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  /* line 505, ../sass/_components.scss */
  .timelineAnalisis__img--headline, .timelineSpecial__img--headline {
    height: 545px;
  }
}

/*================
TIMELINE ESPECIALES.
Estilo similar a "destacado" pero con margen y z-index puntuación
	Views -->home (sideBar)
		  -->análisis
==================*/
/* line 530, ../sass/_components.scss */
.timelineSpecial__item--headline {
  color: white;
}
@media only screen and (min-width: 768px) {
  /* line 530, ../sass/_components.scss */
  .timelineSpecial__item--headline {
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
    margin-left: -15px;
    margin-left: -1.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 530, ../sass/_components.scss */
  .timelineSpecial__item--headline {
    margin-left: 0px;
    margin-left: 0rem;
  }
}

@media only screen and (min-width: 768px) {
  /* line 546, ../sass/_components.scss */
  .timelineSpecial__title--headline {
    font-family: "adelle_semibold";
    font-size: 60px;
    font-size: 6rem;
    line-height: 65px;
    padding: 0px 50px;
    padding: 0rem 5rem;
  }
}
/* line 554, ../sass/_components.scss */
.timelineSpecial__title--headline .author__name {
  font-family: "adelle_regular";
  font-size: 20px;
  font-size: 2rem;
  display: block;
  line-height: 30px;
  color: white;
}

@media only screen and (min-width: 768px) {
  /* line 563, ../sass/_components.scss */
  .timelineSpecial__img--headline {
    height: 610px;
  }
}

/* line 572, ../sass/_components.scss */
.timelineSpecial__item {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  background-color: inherit;
  margin-bottom: 25px;
  margin-bottom: 2.5rem;
  margin-right: auto;
  margin-left: auto;
  height: 200px;
}
@media only screen and (min-width: 768px) {
  /* line 572, ../sass/_components.scss */
  .timelineSpecial__item {
    height: 302px;
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
  }
}

/* line 588, ../sass/_components.scss */
.timelineSpecial__title {
  text-align: center;
  padding: 15px;
  width: 100%;
}
/* line 594, ../sass/_components.scss */
.timelineSpecial__title .author__name {
  font-family: "adelle_regular";
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 30px;
  display: block;
  color: white;
}
@media only screen and (min-width: 768px) {
  /* line 588, ../sass/_components.scss */
  .timelineSpecial__title {
    font-size: 50px;
    font-size: 5rem;
    text-align: center;
    font-family: "adelle_semibold";
    bottom: 50%;
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    padding: 0px 50px;
    padding: 0rem 5rem;
  }
  /* line 609, ../sass/_components.scss */
  .timelineSpecial__title .author__name {
    font-size: 20px;
    font-size: 2rem;
  }
}

/* line 615, ../sass/_components.scss */
.timelineSpecial__img {
  height: 200px;
  overflow: hidden;
}
/* line 619, ../sass/_components.scss */
.timelineSpecial__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: 50% 50%;
}
@media only screen and (min-width: 768px) {
  /* line 615, ../sass/_components.scss */
  .timelineSpecial__img {
    height: 100%;
  }
}

/*lista de categorias*/
/* line 635, ../sass/_components.scss */
.listcategorias {
  text-align: center;
  font-size: 0;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
}
/* line 639, ../sass/_components.scss */
.listcategorias a {
  text-transform: uppercase;
  display: inline-block;
  margin: 0 40px 20px 0;
  line-height: 1;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
/* line 650, ../sass/_components.scss */
.listcategorias a:last-child {
  margin-right: 0;
}
/* line 653, ../sass/_components.scss */
.listcategorias a:hover, .listcategorias a.activa {
  border-bottom: 1px solid #0088cc;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  text-decoration: none;
}

/*================
CABECERA SINGLE
==================*/
/*
-articleHead
	-wrapperImg
		-figure
		-etiqueta--categoria
	-widget resize font
	-caption

-patrocinado por (sólo para articulos patrocinados)
-headlineSingle
	titleSingle
	author
	date
-Lead
(titular del single)
*/
/* line 683, ../sass/_components.scss */
.articleHead {
  position: relative;
  margin: 0px 0px 15px;
  margin: 0rem 0rem 1.5rem;
  /* fallback*/
}
@media only screen and (min-width: 768px) {
  /* line 683, ../sass/_components.scss */
  .articleHead {
    width: -webkit-calc( 100% + 30px);
    width: -moz-calc( 100% + 30px);
    width: calc( 100% + 30px);
    overflow: hidden;
  }
}
@media only screen and (min-width: 924px) {
  /* line 683, ../sass/_components.scss */
  .articleHead {
    margin-bottom: 20px;
    margin-bottom: 2rem;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 683, ../sass/_components.scss */
  .articleHead {
    margin-left: 0;
  }
}
/* line 703, ../sass/_components.scss */
.articleHead p.videoWrapper {
  margin-bottom: 0;
}

/* line 710, ../sass/_components.scss */
.articleHead__wrapperImg {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 710, ../sass/_components.scss */
  .articleHead__wrapperImg {
    overflow: hidden;
  }
  /* line 715, ../sass/_components.scss */
  .articleHead__wrapperImg img {
    width: 100%;
  }
}

/*===================
Widget fontsize resize
*/
/* line 726, ../sass/_components.scss */
.vc {
  display: none;
  width: auto;
  height: 38px;
  background-color: #f5f5f5;
  text-align: left;
  overflow: hidden;
  vertical-align: top;
}
/* line 734, ../sass/_components.scss */
.vc.floatRight {
  width: 50%;
  max-width: 304px;
}
@media only screen and (min-width: 768px) {
  /* line 726, ../sass/_components.scss */
  .vc {
    display: inline-block;
    white-space: nowrap;
    font-size: 0;
  }
}
/* line 744, ../sass/_components.scss */
.vc > div {
  display: inline-block;
  vertical-align: top;
  height: 38px;
}

@media only screen and (min-width: 768px) {
  /* line 752, ../sass/_components.scss */
  figcaption.hayvc {
    float: left;
    width: 50%;
  }
}
/* line 758, ../sass/_components.scss */
.medalla {
  width: 48px;
  height: 38px;
  position: relative;
  background-color: #0088cc;
}
/* line 763, ../sass/_components.scss */
.medalla:before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 10px;
  left: 9px;
  width: 29px;
  height: 18px;
  background-image: url(../img/sprite2017-2.svg);
  background-repeat: no-repeat;
  background-size: 225px 416.25px;
  background-position: -10px -348px;
}

/* line 778, ../sass/_components.scss */
.changefont {
  width: 38px;
  height: 38px;
  position: relative;
}
/* line 782, ../sass/_components.scss */
.changefont:before {
  display: block;
  content: "";
  position: absolute;
  top: 8px;
  left: 9px;
  width: 20px;
  height: 20px;
  background: url(../img/sprite2017-2.svg) no-repeat;
  background-size: 110px 203.5px;
  background-position: -47px -95px;
}
/* line 794, ../sass/_components.scss */
.changefont:hover {
  background-color: #e5e5e5;
}

/* line 799, ../sass/_components.scss */
.changesize {
  position: relative;
  display: inline-block;
  width: auto;
  height: 38px;
  font-size: 0;
  white-space: nowrap;
}

/* line 808, ../sass/_components.scss */
.small {
  display: inline-block;
  width: 38px;
  height: 38px;
  position: relative;
  cursor: pointer;
}
/* line 814, ../sass/_components.scss */
.small:before {
  position: absolute;
  display: block;
  content: "";
  width: 22px;
  height: 12px;
  top: 13px;
  left: 9px;
  background: url(../img/sprite2017-2.svg) no-repeat;
  background-size: 110px 203.5px;
  background-position: 0 -100px;
}
/* line 828, ../sass/_components.scss */
.small:hover {
  background-color: #e5e5e5;
}

/* line 832, ../sass/_components.scss */
input[type=range]#fontsize {
  display: inline-block;
  width: 90px;
  height: 5px;
  margin: 0 7px;
  vertical-align: middle;
  margin-bottom: 38px;
  background-color: #e0e0e0;
  outline: none !important;
  -webkit-appearance: none;
}

/* line 843, ../sass/_components.scss */
input[type=range]#fontsize::-webkit-slider-thumb {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  -webkit-appearance: none;
  background-color: #0088cc;
}

/* line 850, ../sass/_components.scss */
.big {
  display: inline-block;
  width: 38px;
  height: 38px;
  position: relative;
  cursor: pointer;
}
/* line 856, ../sass/_components.scss */
.big:before {
  position: absolute;
  display: block;
  content: "";
  width: 22px;
  height: 14px;
  top: 13px;
  left: 9px;
  background: url(../img/sprite2017-2.svg) no-repeat;
  background-size: 110px 203.5px;
  background-position: -23px -98px;
}
/* line 868, ../sass/_components.scss */
.big:hover {
  background-color: #e5e5e5;
}

/* line 872, ../sass/_components.scss */
.reset {
  display: inline-block;
  width: 38px;
  height: 38px;
  position: relative;
}
/* line 877, ../sass/_components.scss */
.reset:hover {
  background-color: #e5e5e5;
}
/* line 880, ../sass/_components.scss */
.reset:before {
  position: absolute;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  top: 10px;
  left: 9px;
  background: url(../img/sprite2017-2.svg) no-repeat;
  background-size: 110px 203.5px;
  background-position: -92px -95px;
}

/* line 895, ../sass/_components.scss */
.marca {
  width: 100%;
  height: auto;
  text-transform: uppercase;
  text-align: center;
  margin-top: 10px;
  margin-top: 1rem;
  margin-bottom: 30px;
  margin-bottom: 3rem;
  font-size: 15px;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: bold;
}
@media only screen and (min-width: 924px) {
  /* line 895, ../sass/_components.scss */
  .marca {
    margin-top: 0;
    font-size: 13px;
    font-size: 1.3rem;
    color: #555555;
    font-weight: normal;
  }
}
/* line 911, ../sass/_components.scss */
.marca img {
  display: block;
  max-width: 150px;
  height: auto;
  margin-top: 15px;
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 924px) {
  /* line 911, ../sass/_components.scss */
  .marca img {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    margin-left: 10px;
    max-width: 100%;
  }
}

/* line 931, ../sass/_components.scss */
.headlineSingle {
  margin-top: 15px;
  margin-top: 1.5rem;
  position: relative;
}
/* line 934, ../sass/_components.scss */
.headlineSingle .icon--editar {
  opacity: 0;
}
/* line 938, ../sass/_components.scss */
.headlineSingle:hover .icon--editar {
  opacity: 0.5;
}
@media only screen and (min-width: 768px) {
  /* line 931, ../sass/_components.scss */
  .headlineSingle {
    margin-top: 0;
  }
}

/* line 948, ../sass/_components.scss */
.headlineSingle__title {
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  /* line 948, ../sass/_components.scss */
  .headlineSingle__title {
    line-height: 1.12em;
    margin-bottom: 20px;
    margin-bottom: 2rem;
  }
}

/* line 958, ../sass/_components.scss */
.headlineSingle__author {
  width: 100%;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3em;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
  color: #444;
  vertical-align: middle;
}
/* line 967, ../sass/_components.scss */
.headlineSingle__author a.twitter {
  width: 20px;
  height: 15px;
  display: none;
  vertical-align: text-bottom;
  background-image: url("../img/sprite2017-2.svg");
  background-size: 100px 185px;
  background-position: -29px -65px;
  background-repeat: no-repeat;
  transition: none;
  margin-right: 3px;
  margin-right: 0.3rem;
}
/* line 978, ../sass/_components.scss */
.headlineSingle__author a.twitter:hover {
  background-position: -52px -65px;
  transition: none;
}
@media only screen and (min-width: 768px) {
  /* line 958, ../sass/_components.scss */
  .headlineSingle__author {
    font-size: 14px;
    font-size: 1.4rem;
    width: auto;
    color: #444;
    vertical-align: middle;
    line-height: 30px;
    margin: 0px 0px 20px 10px;
    margin: 0rem 0rem 2rem 1rem;
  }
  /* line 991, ../sass/_components.scss */
  .headlineSingle__author a.twitter {
    display: inline-block;
    vertical-align: middle;
  }
}

/* line 997, ../sass/_components.scss */
.author__name {
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
  letter-spacing: 0.02em;
  display: inline-block;
}

/*Widget compartir */
/* line 1007, ../sass/_components.scss */
.compartir {
  display: none;
  font-size: 0;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  /* line 1007, ../sass/_components.scss */
  .compartir {
    display: inline-block;
  }
}
/* line 1016, ../sass/_components.scss */
.compartir a {
  display: inline-block;
  line-height: 30px;
  color: white;
  position: relative;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  padding: 0 10px 0 34px;
  margin-right: 10px;
}
/* line 1027, ../sass/_components.scss */
.compartir a span {
  font-size: 11px;
  font-size: 1.1rem;
  color: white;
}
/* line 1031, ../sass/_components.scss */
.compartir a:hover {
  text-decoration: none;
}
/* line 1034, ../sass/_components.scss */
.compartir a:before {
  content: " ";
  position: absolute;
  width: 20px;
  display: block;
  height: 18px;
  top: 7px;
  left: 9px;
  background: url("../img/sprite2017-2.svg") no-repeat;
  background-size: 100px 185px;
}
/* line 1045, ../sass/_components.scss */
.compartir a.tw {
  background-color: #55acef;
}
/* line 1048, ../sass/_components.scss */
.compartir a.tw:before {
  background-position: -18px 0;
  height: 19px;
  top: 7px;
  left: 8px;
}
/* line 1054, ../sass/_components.scss */
.compartir a.tw:hover {
  background-color: #2597ef;
}
/* line 1058, ../sass/_components.scss */
.compartir a.fb {
  background-color: #465a95;
}
/* line 1060, ../sass/_components.scss */
.compartir a.fb:hover {
  background-color: #284495;
}
/* line 1063, ../sass/_components.scss */
.compartir a.fb:before {
  background-position: 0 0;
}
/* line 1067, ../sass/_components.scss */
.compartir a.emilio {
  padding: 0 8px 0 36px;
  background-color: #a0a0a0;
}
/* line 1070, ../sass/_components.scss */
.compartir a.emilio:before {
  background-position: -21px -291px;
  height: 14px;
  top: 8px;
  left: 10px;
}

/* line 1079, ../sass/_components.scss */
.cs {
  display: inline-block;
  padding: 0 0 0 30px;
  margin: 0;
  position: relative;
  background-color: #0088cc;
  height: 30px;
  vertical-align: top;
}
/* line 1088, ../sass/_components.scss */
.cs:before {
  content: " ";
  position: absolute;
  width: 22px;
  height: 20px;
  top: 5px;
  left: 4px;
  background: url("../img/sprite2017-2.svg") no-repeat;
  background-size: 160px 296px;
  background-position: -124px -176px;
}
/* line 1100, ../sass/_components.scss */
.cs input[type="text"] {
  height: auto;
  border: 1px solid #dddddd;
  padding: 0 6px;
  line-height: 28px;
  font-size: 16px;
  width: 172px;
  box-sizing: border-box;
  margin: 0;
  outline: none !important;
  -moz-appearance: none;
  -webkit-appearance: none;
}

/* line 1116, ../sass/_components.scss */
.compartir .largo, .abajo .corto {
  display: none;
}

/* line 1120, ../sass/_components.scss */
.compartir.end .largo {
  display: block;
}

/* line 1125, ../sass/_components.scss */
.headlineSingle__lead a, .headlineSingle__lead strong, .headlineSingle__lead em, .headlineSingle__lead li, .headlineSingle__lead p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
}
/* line 1129, ../sass/_components.scss */
.headlineSingle__lead > * {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
}
/* line 1133, ../sass/_components.scss */
.headlineSingle__lead > *:last-of-type {
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 768px) {
  /* line 1139, ../sass/_components.scss */
  .headlineSingle__lead a, .headlineSingle__lead strong, .headlineSingle__lead em, .headlineSingle__lead li, .headlineSingle__lead p {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.5;
  }
  /* line 1143, ../sass/_components.scss */
  .headlineSingle__lead > * {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.5;
  }
  /* line 1147, ../sass/_components.scss */
  .headlineSingle__lead > *:last-of-type {
    margin-bottom: 30px;
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 924px) {
  /* line 1154, ../sass/_components.scss */
  .headlineSingle__lead {
    clear: both;
  }
  /* line 1157, ../sass/_components.scss */
  .headlineSingle__lead:last-child {
    margin-bottom: 20px;
    margin-bottom: 2rem;
  }
  /* line 1160, ../sass/_components.scss */
  .headlineSingle__lead p:last-child {
    margin-bottom: 0;
  }
}
/* line 1168, ../sass/_components.scss */
.headlineSingle ul {
  padding-left: 15px;
  padding-left: 1.5rem;
}
/* line 1171, ../sass/_components.scss */
.headlineSingle ul:first-child {
  margin-top: 0;
}
/* line 1174, ../sass/_components.scss */
.headlineSingle ul li {
  list-style: disc;
}
/* line 1176, ../sass/_components.scss */
.headlineSingle ul li:last-of-type {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  /* line 1184, ../sass/_components.scss */
  .headlineSingle ul:first-child {
    margin-left: 5px;
    margin-left: 0.5rem;
  }
  /* line 1188, ../sass/_components.scss */
  .headlineSingle ul li {
    list-style: square;
    line-height: 1.35;
  }
}
/* line 1194, ../sass/_components.scss */
.headlineSingle ol {
  padding-left: 15px;
  padding-left: 1.5rem;
}
/* line 1196, ../sass/_components.scss */
.headlineSingle ol li {
  list-style: decimal;
}

/*=============
BODY SINGLE (en desktop se llama historia)
===============*/
/*  -subtitle
	-p
	-article__figure
	-blockquote
	-galería
	-video
	-tags
*/
/*para dar 100% a imagenes con caption*/
/* line 1216, ../sass/_components.scss */
.single a * {
  color: inherit;
}

/* line 1222, ../sass/_components.scss */
.historia h1, .historia h2, .historia h3, .historia h4 {
  clear: both;
}

@media only screen and (min-width: 768px) {
  /* line 1227, ../sass/_components.scss */
  .historia {
    overflow: visible;
  }
  /* line 1229, ../sass/_components.scss */
  .historia *:first-child {
    margin-top: 0;
  }
  /* line 1232, ../sass/_components.scss */
  .historia h2, .historia h3, .historia h4, .historia h5 {
    margin-top: 40px;
    margin-top: 4rem;
    margin-bottom: 20px;
    margin-bottom: 2rem;
  }
}
/* line 1238, ../sass/_components.scss */
.wp-caption {
  width: 100%;
  margin: 25px auto;
  text-align: center;
}
/* line 1243, ../sass/_components.scss */
.wp-caption img {
  margin: 0 auto;
  width: 100%;
}
/* line 1247, ../sass/_components.scss */
.wp-caption p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  /* line 1238, ../sass/_components.scss */
  .wp-caption {
    margin: 20px auto;
  }
  /* line 1252, ../sass/_components.scss */
  .wp-caption.alignright {
    text-align: right;
    float: right;
    overflow: hidden;
    width: auto;
    margin-left: 20px;
    margin-left: 2rem;
    max-width: 300px;
    clear: both;
  }
  /* line 1263, ../sass/_components.scss */
  .wp-caption.alignleft {
    text-align: left;
    float: left;
    overflow: hidden;
    width: auto;
    margin-right: 20px;
    margin-right: 2rem;
    max-width: 300px;
    clear: both;
  }
}

/* line 1275, ../sass/_components.scss */
.imgcaption {
  position: relative;
}

/* line 1276, ../sass/_components.scss */
figcaption {
  position: absolute;
  display: inline;
  width: auto;
  max-width: 100%;
  bottom: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  color: #d4d4d4;
  background-color: rgba(17, 17, 17, 0.5);
  margin-top: 10px;
  margin-top: 1rem;
  padding: 5px 20px;
  padding: 0.5rem 2rem;
  text-align: left;
  max-height: 55px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition-property: max-height;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
}
/* line 1298, ../sass/_components.scss */
figcaption a {
  font: inherit;
  font-weight: bold;
  color: white;
}
/* line 1304, ../sass/_components.scss */
figcaption:hover {
  max-height: 100%;
  white-space: normal;
  overflow: inherit;
  transition-property: max-height;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
}
@media only screen and (min-width: 480px) {
  /* line 1276, ../sass/_components.scss */
  figcaption {
    max-height: none;
    white-space: normal;
  }
}

/*body article (contenido 1) image full width cuando está dentro de un wrapper con padding en los laterales*/
/* line 1320, ../sass/_components.scss */
.article__figure--full {
  display: block;
  position: relative;
  width: 100vw;
  margin: 0px 0px 25px 0px;
  margin: 0rem 0rem 2.5rem 0rem;
  overflow: hidden;
}
/* line 1327, ../sass/_components.scss */
.article__figure--full p {
  display: none;
}
/* line 1328, ../sass/_components.scss */
.article__figure--full p.videoWrapper {
  display: block;
}
/* line 1329, ../sass/_components.scss */
.article__figure--full figure {
  margin: 0;
}
/* line 1331, ../sass/_components.scss */
.article__figure--full q, .article__figure--full .article__figure--fullB blockquote, .article__figure--fullB .article__figure--full blockquote, .article__figure--full .article__figure--fullB aside, .article__figure--fullB .article__figure--full aside, .article__figure--full aside {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
  height: auto;
  font-size: 20px;
  font-size: 2rem;
  margin: 0px 0px 25px 0px;
  margin: 0rem 0rem 2.5rem 0rem;
  padding: 25px 15px;
  padding: 2.5rem 1.5rem;
  font-style: italic;
  line-height: 1.2em;
  color: white;
  text-align: center;
  z-index: 5;
  border: none;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
}
/* line 1349, ../sass/_components.scss */
.article__figure--full q em, .article__figure--full .article__figure--fullB blockquote em, .article__figure--fullB .article__figure--full blockquote em, .article__figure--full .article__figure--fullB aside em, .article__figure--fullB .article__figure--full aside em, .article__figure--full aside em {
  color: white;
}
/* line 1354, ../sass/_components.scss */
.article__figure--full > iframe {
  width: 100% !important;
  height: auto;
  z-index: 1;
}
/* line 1359, ../sass/_components.scss */
.article__figure--full img {
  width: 100%;
  height: 100%;
  -o-object-fit: containt;
  object-fit: containt;
  object-position: 50% 50%;
}

@media only screen and (min-width: 768px) {
  /* line 1370, ../sass/_components.scss */
  .article__figure--full {
    margin: 0px 0px 25px 0px;
    margin: 0rem 0rem 2.5rem 0rem;
  }
  /* line 1374, ../sass/_components.scss */
  .article__figure--full q, .article__figure--full .article__figure--fullB blockquote, .article__figure--fullB .article__figure--full blockquote, .article__figure--full .article__figure--fullB aside, .article__figure--fullB .article__figure--full aside, .article__figure--full aside {
    font-style: normal;
    font-size: 35.2px;
    font-size: 3.52rem;
  }
  /* line 1378, ../sass/_components.scss */
  .article__figure--full q.alignright, .article__figure--full .article__figure--fullB blockquote.alignright, .article__figure--fullB .article__figure--full blockquote.alignright, .article__figure--full .article__figure--fullB aside.alignright, .article__figure--fullB .article__figure--full aside.alignright, .article__figure--full aside.alignright {
    width: 300px;
    text-align: right;
    top: auto;
    left: auto;
    right: 40px;
    bottom: 40px;
    transform: none;
    margin: 0;
    padding: 0;
  }
  /* line 1389, ../sass/_components.scss */
  .article__figure--full q.alignleft, .article__figure--full .article__figure--fullB blockquote.alignleft, .article__figure--fullB .article__figure--full blockquote.alignleft, .article__figure--full .article__figure--fullB aside.alignleft, .article__figure--fullB .article__figure--full aside.alignleft, .article__figure--full aside.alignleft {
    top: auto;
    left: auto;
    left: 40px;
    bottom: 40px;
    width: 300px;
    text-align: left;
    transform: none;
    margin: 0;
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 1406, ../sass/_components.scss */
  .article__figure--full {
    width: 100%;
    max-width: 1030px;
    margin-left: 0;
  }
}
/*FIGURA variante de "article__figure--full". tag q, no está superpuesta a la imagen, sino a continuación*/
/* line 1416, ../sass/_components.scss */
.article__figure--fullB {
  width: 100vw;
  display: block;
  position: relative;
  margin-bottom: 25px;
  margin-bottom: 2.5rem;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
}
/* line 1424, ../sass/_components.scss */
.article__figure--fullB q, .article__figure--fullB blockquote, .article__figure--fullB aside, .article__figure--fullB blockquote, .article__figure--fullB aside {
  display: block;
  border: none;
  padding: 15px 15px 0px;
  padding: 1.5rem 1.5rem 0rem;
}

@media only screen and (min-width: 768px) {
  /* line 1433, ../sass/_components.scss */
  .article__figure--fullB q, .article__figure--fullB blockquote, .article__figure--fullB aside, .article__figure--fullB aside {
    padding: 0px 30px;
    padding: 0rem 3rem;
    margin: 50px auto;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 1440, ../sass/_components.scss */
  .article__figure--fullB {
    width: 100%;
    max-width: 1030px;
    margin-left: 0;
  }
}
/*Figuras siempre ocupan todo el ancho del la ventana
    left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0); añadier estas propiedades si esta dentro de <div class="historia">
 */
/* line 1452, ../sass/_components.scss */
.article__figure--extraFull {
  display: block;
  position: relative;
  width: 100vw;
  margin: 0px 0px 25px 0px;
  margin: 0rem 0rem 2.5rem 0rem;
  overflow: hidden;
}
/* line 1458, ../sass/_components.scss */
.article__figure--extraFull > iframe {
  width: 100% !important;
  height: auto;
  z-index: 1;
}
/* line 1463, ../sass/_components.scss */
.article__figure--extraFull img {
  width: 100%;
  height: 100%;
  -o-object-fit: containt;
  object-fit: containt;
  object-position: 50% 50%;
}
/* line 1470, ../sass/_components.scss */
.article__figure--extraFull q, .article__figure--extraFull .article__figure--fullB blockquote, .article__figure--fullB .article__figure--extraFull blockquote, .article__figure--extraFull .article__figure--fullB aside, .article__figure--fullB .article__figure--extraFull aside, .article__figure--extraFull blockquote, .article__figure--extraFull aside {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  height: auto;
  font-size: 20px;
  font-size: 2rem;
  margin: 0px 0px 25px 0px;
  margin: 0rem 0rem 2.5rem 0rem;
  padding: 25px 15px;
  padding: 2.5rem 1.5rem;
  font-style: italic;
  line-height: 1.2em;
  color: white;
  text-align: center;
  z-index: 5;
  border: none;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
}

@media only screen and (min-width: 768px) {
  /* line 1495, ../sass/_components.scss */
  .article__figure--extraFull {
    margin: 0px 0px 25px 0px;
    margin: 0rem 0rem 2.5rem 0rem;
  }
  /* line 1497, ../sass/_components.scss */
  .article__figure--extraFull q, .article__figure--extraFull .article__figure--fullB blockquote, .article__figure--fullB .article__figure--extraFull blockquote, .article__figure--extraFull .article__figure--fullB aside, .article__figure--fullB .article__figure--extraFull aside, .article__figure--extraFull blockquote, .article__figure--extraFull aside, .article__figure--extraFull q.alignleft, .article__figure--extraFull .article__figure--fullB blockquote.alignleft, .article__figure--fullB .article__figure--extraFull blockquote.alignleft, .article__figure--extraFull .article__figure--fullB aside.alignleft, .article__figure--fullB .article__figure--extraFull aside.alignleft {
    width: auto;
    max-width: 740px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 30px;
    font-size: 3rem;
    font-style: normal;
  }
  /* line 1506, ../sass/_components.scss */
  .article__figure--extraFull q.alignright, .article__figure--extraFull .article__figure--fullB blockquote.alignright, .article__figure--fullB .article__figure--extraFull blockquote.alignright, .article__figure--extraFull .article__figure--fullB aside.alignright, .article__figure--fullB .article__figure--extraFull aside.alignright, .article__figure--extraFull blockquote.alignright, .article__figure--extraFull aside.alignright, .article__figure--extraFull q.alignleft.alignright, .article__figure--extraFull .article__figure--fullB blockquote.alignleft.alignright, .article__figure--fullB .article__figure--extraFull blockquote.alignleft.alignright, .article__figure--extraFull .article__figure--fullB aside.alignleft.alignright, .article__figure--fullB .article__figure--extraFull aside.alignleft.alignright {
    text-align: right;
    top: auto;
    bottom: 0;
    right: 0;
    left: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    margin: 0px 0px 25px 0px;
    margin: 0rem 0rem 2.5rem 0rem;
    margin-right: 25px;
    margin-right: 2.5rem;
  }
}
@media only screen and (min-width: 768px) {
  /* line 1524, ../sass/_components.scss */
  .article__figure--extraFull {
    margin: 50px 0px;
    margin: 5rem 0rem;
  }
}
/*para video iframe de youtuve y vimeo */
/* line 1530, ../sass/_components.scss */
.videoWrapper {
  width: 100vw;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin-bottom: 25px;
  margin-bottom: 2.5rem;
  overflow: visible;
}
/* line 1541, ../sass/_components.scss */
.videoWrapper > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 1549, ../sass/_components.scss */
.videoWrapper figcaption {
  position: absolute;
  bottom: -24px;
  z-index: 21;
}
/* line 1555, ../sass/_components.scss */
.videoWrapper.articleHead {
  margin-bottom: 30px;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 768px) {
  /* line 1530, ../sass/_components.scss */
  .videoWrapper {
    width: 100%;
    margin-bottom: 20px;
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 1530, ../sass/_components.scss */
  .videoWrapper {
    width: 100%;
    margin-left: 0;
  }
}

/*Utilizar cuando el video se carga dentro de un "p" por la plantila de wordpress en desktop
. Utilizo !important por si el iframe tiene style inline ----*/
/* line 1572, ../sass/_components.scss */
p iframe {
  width: 100% !important;
}

/*Elementos de listas dentro del articulo */
/* line 1577, ../sass/_components.scss */
.historia ul {
  padding-left: 15px;
  padding-left: 1.5rem;
}
/* line 1579, ../sass/_components.scss */
.historia ul li {
  list-style: disc;
}
/* line 1581, ../sass/_components.scss */
.historia ul li p {
  margin-bottom: 0;
}
/* line 1584, ../sass/_components.scss */
.historia ul li:last-of-type {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  /* line 1590, ../sass/_components.scss */
  .historia ul {
    margin-top: 0;
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
    padding-left: 35px;
    padding-left: 3.5rem;
  }
  /* line 1593, ../sass/_components.scss */
  .historia ul li {
    list-style: square;
    margin-bottom: 0;
  }
  /* line 1596, ../sass/_components.scss */
  .historia ul li p {
    margin-bottom: 20px;
    margin-bottom: 2rem;
  }
}
/* line 1605, ../sass/_components.scss */
.historia ol {
  padding-left: 24px;
  padding-left: 2.4rem;
  margin-bottom: 25px;
}
/* line 1608, ../sass/_components.scss */
.historia ol li {
  list-style: decimal;
}

@media only screen and (min-width: 768px) {
  /* line 1614, ../sass/_components.scss */
  .historia ol {
    padding-left: 35px;
    padding-left: 3.5rem;
  }
}
/*article Reseñas Conclusión*/
/* line 1623, ../sass/_components.scss */
.wrapperConclusiones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 0px 15px;
  padding: 0rem 1.5rem;
}
@media only screen and (min-width: 1024px) {
  /* line 1623, ../sass/_components.scss */
  .wrapperConclusiones {
    margin-bottom: 55px;
    padding: 0;
  }
}

@media only screen and (min-width: 768px) {
  /* line 1644, ../sass/_components.scss */
  .articleConclusion p {
    margin-left: 278px;
    margin-left: 27.8rem;
  }
}
@media only screen and (min-width: 768px) {
  /* line 1650, ../sass/_components.scss */
  .articleConclusion::after {
    display: block;
    height: 1px;
    background: #09af5a;
    background: -moz-linear-gradient(left, #09af5a 0%, #ed3641 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #09af5a), color-stop(100%, #ed3641));
    background: -webkit-linear-gradient(left, #09af5a 0%, #ed3641 100%);
    background: -o-linear-gradient(left, #09af5a 0%, #ed3641 100%);
    background: -ms-linear-gradient(left, #09af5a 0%, #ed3641 100%);
    background: linear-gradient(to right, #09af5a 0%, #ed3641 100%);
    background-repeat: no-repeat;
    background-size: 760px 1px;
    box-shadow: none;
    border: none;
  }
}
/* line 1667, ../sass/_components.scss */
.article__subtitle {
  padding-bottom: 7px;
  padding-bottom: 0.7rem;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}
/* line 1671, ../sass/_components.scss */
.article__subtitle.article__subtitle--pros {
  color: #417505;
  border-bottom: #979797 2px dotted;
  border-color: #417505;
}
/* line 1677, ../sass/_components.scss */
.article__subtitle.article__subtitle--contras {
  color: #d0021b;
  border-bottom: #979797 2px dotted;
  border-color: #d0021b;
}

@media only screen and (min-width: 768px) {
  /* line 1684, ../sass/_components.scss */
  .article__subtitle {
    letter-spacing: -2px;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
  }
  /* line 1687, ../sass/_components.scss */
  .article__subtitle--main {
    width: 760px;
    padding-left: 30px;
    padding-left: 3rem;
    padding-bottom: 10px;
    padding-bottom: 1rem;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    margin-left: -30px;
    margin-left: -3rem;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 1702, ../sass/_components.scss */
  .article__subtitle.article__subtitle--pros, .article__subtitle.article__subtitle--contras {
    border: none;
  }
}
/* line 1710, ../sass/_components.scss */
hr.conclusiones {
  opacity: 0;
}
@media only screen and (min-width: 1024px) {
  /* line 1710, ../sass/_components.scss */
  hr.conclusiones {
    opacity: 1;
    width: 760px;
    height: 1px;
    background: #09af5a;
    margin: 25px -30px 50px;
    margin: 2.5rem -3rem 5rem;
    background: -moz-linear-gradient(left, #09af5a 0%, #ed3641 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #09af5a), color-stop(100%, #ed3641));
    background: -webkit-linear-gradient(left, #09af5a 0%, #ed3641 100%);
    background: -o-linear-gradient(left, #09af5a 0%, #ed3641 100%);
    background: -ms-linear-gradient(left, #09af5a 0%, #ed3641 100%);
    background: linear-gradient(to right, #09af5a 0%, #ed3641 100%);
    background-repeat: no-repeat;
    background-size: 760px 1px;
    box-shadow: none;
    border: none;
  }
}

/* line 1733, ../sass/_components.scss */
.superpuntuacion {
  margin: 25px auto 25px;
  position: relative;
  width: 198px;
  height: 84px;
}

@media only screen and (min-width: 768px) {
  /* line 1741, ../sass/_components.scss */
  .superpuntuacion {
    float: left;
    margin-top: 0;
    margin-right: 30px;
    margin-right: 3rem;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 1748, ../sass/_components.scss */
  .superpuntuacion {
    margin-top: 40px;
    margin-right: 80px;
  }
}
/* line 1753, ../sass/_components.scss */
.superpuntuacion .puntuacion {
  position: absolute;
  width: 100px;
  height: 70px;
  left: 0;
  font-family: "effrabold";
  font-size: 60px;
  font-size: 6rem;
  line-height: 70px;
  font-weight: bolder;
  z-index: 1;
  text-align: center;
  color: white;
}
/* line 1765, ../sass/_components.scss */
.superpuntuacion .puntuacion::before {
  position: absolute;
  bottom: -10px;
  right: 3px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #999999;
  border-width: 10px;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* line 1783, ../sass/_components.scss */
.sobre10 {
  position: absolute;
  width: 110px;
  height: 70px;
  color: #666666;
  top: 14px;
  left: 88px;
  text-align: center;
  font-family: "effrabold";
  font-size: 60px;
  font-size: 6rem;
  letter-spacing: -0.05em;
  line-height: 70px;
  font-weight: bolder;
  z-index: 0;
  background: #CCCCCC;
}

/* line 1800, ../sass/_components.scss */
.puntuacion-1 {
  background: #dd0000;
}

/* line 1801, ../sass/_components.scss */
.puntuacion-1-5 {
  background: #d11500;
}

/* line 1802, ../sass/_components.scss */
.puntuacion-2 {
  background: #d82800;
}

/* line 1803, ../sass/_components.scss */
.puntuacion-2-5 {
  background: #e24100;
}

/* line 1804, ../sass/_components.scss */
.puntuacion-3 {
  background: #ea5700;
}

/* line 1805, ../sass/_components.scss */
.puntuacion-3-5 {
  background: #f37200;
}

/* line 1806, ../sass/_components.scss */
.puntuacion-4 {
  background: #fa8700;
}

/* line 1807, ../sass/_components.scss */
.puntuacion-4-5 {
  background: #ffa200;
}

/* line 1808, ../sass/_components.scss */
.puntuacion-5 {
  background: #ffb300;
}

/* line 1809, ../sass/_components.scss */
.puntuacion-5-5 {
  background: #ffc200;
}

/* line 1810, ../sass/_components.scss */
.puntuacion-6 {
  background: #f8c900;
}

/* line 1811, ../sass/_components.scss */
.puntuacion-6-5 {
  background: #ebcb00;
}

/* line 1812, ../sass/_components.scss */
.puntuacion-7 {
  background: #dccb00;
}

/* line 1813, ../sass/_components.scss */
.puntuacion-7-5 {
  background: #cbcb00;
}

/* line 1814, ../sass/_components.scss */
.puntuacion-8 {
  background: #b9cb00;
}

/* line 1815, ../sass/_components.scss */
.puntuacion-8-5 {
  background: #a5cb00;
}

/* line 1816, ../sass/_components.scss */
.puntuacion-9 {
  background: #96cb00;
}

/* line 1817, ../sass/_components.scss */
.puntuacion-9-5 {
  background: #86cb00;
}

/* line 1818, ../sass/_components.scss */
.puntuacion-10 {
  background: #7ccb00;
  letter-spacing: -0.05em;
}

/*article Reseñas Pros*/
@media only screen and (min-width: 1024px) {
  /* line 1824, ../sass/_components.scss */
  .articleConclusion--pros {
    width: 50%;
    padding: 0px 10px 0px 0px;
    padding: 0rem 1rem 0rem 0rem;
  }

  /* line 1829, ../sass/_components.scss */
  .articleConclusion--contras {
    width: 50%;
    padding-left: 0;
    padding: 0px 0px 0px 10px;
    padding: 0rem 0rem 0rem 1rem;
  }
}
/* line 1838, ../sass/_components.scss */
.articleConclusion--pros li {
  position: relative;
  padding-left: 20px;
  padding-left: 2rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
/* line 1842, ../sass/_components.scss */
.articleConclusion--pros li::before {
  content: "\b7\a0";
  color: #417505;
  position: absolute;
  left: 0;
  line-height: 22px;
  font-size: 48px;
}
/* line 1852, ../sass/_components.scss */
.articleConclusion--pros li:last-child {
  margin-bottom: 30px;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 1024px) {
  /* line 1852, ../sass/_components.scss */
  .articleConclusion--pros li:last-child {
    margin-bottom: 0px;
    margin-bottom: 0rem;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 1859, ../sass/_components.scss */
  .articleConclusion--pros li::before {
    content: "";
    width: 5px;
    height: 5px;
    display: block;
    background-color: #417505;
    margin-left: 8px;
    margin-top: 12px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 1837, ../sass/_components.scss */
  .articleConclusion--pros {
    margin-bottom: 0px;
    margin-bottom: 0rem;
  }
}

/* line 1878, ../sass/_components.scss */
.articleConclusion--contras li {
  position: relative;
  padding-left: 20px;
  padding-left: 2rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
/* line 1882, ../sass/_components.scss */
.articleConclusion--contras li:before {
  content: "\b7\a0";
  color: #d0021b;
  position: absolute;
  left: 0;
  line-height: 22px;
  font-size: 48px;
}
/* line 1890, ../sass/_components.scss */
.articleConclusion--contras li:last-child {
  margin-bottom: 30px;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 1024px) {
  /* line 1890, ../sass/_components.scss */
  .articleConclusion--contras li:last-child {
    margin-bottom: 0px;
    margin-bottom: 0rem;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 1897, ../sass/_components.scss */
  .articleConclusion--contras li::before {
    content: "";
    width: 5px;
    height: 5px;
    display: block;
    background-color: #d0021b;
    margin-left: 8px;
    margin-top: 12px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 1877, ../sass/_components.scss */
  .articleConclusion--contras {
    margin-bottom: 0px;
    margin-bottom: 0rem;
  }
}


/* line 673, ../sass/components/_historia.scss */
.wrapper--dataTable {
  overflow-x: scroll;
  scrollbar-face-color: #666;
  scrollbar-track-color: none;
}
/* line 677, ../sass/components/_historia.scss */
.wrapper--dataTable::-webkit-scrollbar {
  display: block;
  width: .4em;
  height: .3em;
}
/* line 682, ../sass/components/_historia.scss */
.wrapper--dataTable::-webkit-scrollbar-thumb {
  background: rgba(55, 157, 208, 0.64);
}
/* line 685, ../sass/components/_historia.scss */
.wrapper--dataTable::-webkit-scrollbar-track {
  background: #c7c7c7;
}
@media only screen and (min-width: 560px) {
  /* line 673, ../sass/components/_historia.scss */
  .wrapper--dataTable {
    overflow-x: initial;
  }
}

/* line 695, ../sass/components/_historia.scss */
.historia table {
  display: table;
  border-collapse: separate;
  width: 100%;
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 25px;
  margin-bottom: 2.5rem;
  background-color: #f9f9f9;
  text-align: left;
  border-top: rgba(55, 157, 208, 0.64) 1px solid;
}
/* line 704, ../sass/components/_historia.scss */
.historia table caption {
  font-size: 15px;
  font-size: 1.5rem;
  color: #555;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
}
/* line 712, ../sass/components/_historia.scss */
.historia thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
}
/* line 716, ../sass/components/_historia.scss */
.historia thead th {
  border-bottom: rgba(55, 157, 208, 0.64) 1px solid;
}
/* line 721, ../sass/components/_historia.scss */
.historia tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}
/* line 725, ../sass/components/_historia.scss */
.historia tbody tr:last-of-type th {
  border-bottom: none;
}
/* line 730, ../sass/components/_historia.scss */
.historia tfoot {
  display: table-footer-group;
  vertical-align: middle;
  border-color: inherit;
}
/* line 736, ../sass/components/_historia.scss */
.historia table > tr {
  vertical-align: middle;
}
/* line 740, ../sass/components/_historia.scss */
.historia col {
  display: table-column;
}
/* line 744, ../sass/components/_historia.scss */
.historia colgroup {
  display: table-column-group;
}
/* line 748, ../sass/components/_historia.scss */
.historia tr {
  display: table-row;
  vertical-align: inherit;
}
/* line 751, ../sass/components/_historia.scss */
.historia tr:last-of-type td {
  border-bottom: none;
}
/* line 756, ../sass/components/_historia.scss */
.historia td, .historia th {
  display: table-cell;
  vertical-align: inherit;
  padding: 1rem;
  color: #4c4b4b;
  font-size: 14px;
  font-size: 1.4rem;
  border-bottom: rgba(55, 157, 208, 0.64) 1px dotted;
}
@media only screen and (min-width: 768px) {
  /* line 756, ../sass/components/_historia.scss */
  .historia td, .historia th {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
/* line 768, ../sass/components/_historia.scss */
.historia td:first-of-type, .historia td:last-of-type, .historia th:first-of-type, .historia th:last-of-type {
  padding: 10px 15px;
  padding: 1rem 1.5rem;
}
/* line 771, ../sass/components/_historia.scss */
.historia th + td {
  border-left: rgba(55, 157, 208, 0.64) 1px solid;
}
/* line 774, ../sass/components/_historia.scss */
.historia th {
  font-weight: bold;
}
/* line 778, ../sass/components/_historia.scss */
.historia caption {
  display: table-caption;
  text-align: -webkit-center;
}
@media screen and (max-width: 600px) {
  /* line 789, ../sass/components/_historia.scss */
  .historia table.table--large thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  /* line 800, ../sass/components/_historia.scss */
  .historia table.table--large td {
    display: block;
  }
  /* line 803, ../sass/components/_historia.scss */
  .historia table.table--large td:before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
}

/*=============
POST---LIST
================*/
/*
	posts
		post
			linkpost

				post__img
					puntuación (sólo si es un linkpost--analisis)
					img
				post__description
				post__excerpt
		btnReadMore

		post--b

		post--c
	posts-ananlisis (widget de reseñas)

 */
/*reset */
/* line 1945, ../sass/_components.scss */
ul.posts, ul.timelineAnalisis, ul.widget-evento {
  height: auto;
  margin: 30px 0;
}
@media only screen and (min-width: 768px) {
  /* line 1945, ../sass/_components.scss */
  ul.posts, ul.timelineAnalisis, ul.widget-evento {
    margin: 0;
  }
}

/*widget de Analis*/
/* line 1957, ../sass/_components.scss */
.listAnalisis, .listNoticias, .widget-evento {
  background-color: #f0f0f0;
  min-height: 100px;
  margin-bottom: 30px;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 768px) {
  /* line 1957, ../sass/_components.scss */
  .listAnalisis, .listNoticias, .widget-evento {
    background-color: transparent;
    margin-bottom: 40px;
    margin-bottom: 4rem;
  }
}

/*POST-STANDARD */
/* line 1975, ../sass/_components.scss */
.post {
  display: inline-table;
  width: 100%;
  position: relative;
  padding: 0px 15px 20px;
  padding: 0rem 1.5rem 2rem;
  margin-bottom: 2rem;
  border-bottom: 4px solid #f0f0f0;
  background-color: inherit;
}
/* line 1983, ../sass/_components.scss */
.post:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
/* line 1988, ../sass/_components.scss */
.post:nth-last-child(2) {
  border-bottom: none;
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  /* line 1975, ../sass/_components.scss */
  .post {
    border-bottom: none;
    padding: 0;
    margin-bottom: 30px;
    margin-bottom: 3rem;
  }
}

/* line 2005, ../sass/_components.scss */
a.linkPost {
  display: table-row;
  text-decoration: none;
}
/* line 2011, ../sass/_components.scss */
a.linkPost:hover .post__description {
  color: #0088cc;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
/* line 2018, ../sass/_components.scss */
a.linkPost:hover .post__img {
  opacity: 0.8;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

/* line 2032, ../sass/_components.scss */
.post__img {
  display: table-cell;
  position: relative;
  vertical-align: top;
  width: 100px;
  height: 100px;
  overflow: hidden;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
/* line 2044, ../sass/_components.scss */
.post__img img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: 50% 50%;
}
/* line 2054, ../sass/_components.scss */
.post__img .puntuacion {
  display: block;
  position: absolute;
  width: 35px;
  height: 30px;
  top: 0;
  right: -7px;
  color: white;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  font-family: 'adelle_semibold';
  font-weight: bold;
  text-align: center;
}
/* line 2067, ../sass/_components.scss */
.post__img .puntuacion:before {
  bottom: -6px;
  right: 2px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #999999;
  border-width: 6px;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media only screen and (min-width: 768px) {
  /* line 2032, ../sass/_components.scss */
  .post__img {
    display: block;
    width: 120px;
    height: 120px;
    overflow: hidden;
  }
  /* line 2089, ../sass/_components.scss */
  .post__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: 50% 50%;
  }
}

/* line 2101, ../sass/_components.scss */
.post__description {
  font-family: "adelle_regular";
  display: table-cell;
  vertical-align: top;
  font-size: 18px;
  font-size: 1.8rem;
  padding-left: 15px;
  padding-left: 1.5rem;
  padding-bottom: 0px;
  padding-bottom: 0rem;
  line-height: 1.33333em;
  letter-spacing: -0.014em;
  white-space: normal;
  border-bottom: none;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media only screen and (min-width: 768px) {
  /* line 2101, ../sass/_components.scss */
  .post__description {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 2101, ../sass/_components.scss */
  .post__description {
    font-size: 27px;
    font-size: 2.7rem;
    font-family: "adelle_semibold";
    line-height: 1.18em;
  }
}

/* line 2127, ../sass/_components.scss */
.post__author {
  margin-bottom: 7px;
  margin-bottom: 0.7rem;
  display: inline-block;
  line-height: 1em;
  font-size: 12px;
  font-size: 1.2rem;
}
/* line 2132, ../sass/_components.scss */
.post__author .author__name {
  text-transform: uppercase;
  display: inline-block;
  font-size: inherit;
  line-height: 1em;
  color: #999999;
}
/* line 2140, ../sass/_components.scss */
.post__author a.author__name {
  color: #0088cc;
}

/*POST--STANDARD B (una columna, img al 100% del ancho)*/
/* line 2148, ../sass/_components.scss */
.post--b, .post--c, .widget-evento .post, .widget-evento .post.primero {
  width: 100%;
  display: table;
  padding: 0px 15px 25px;
  padding: 0rem 1.5rem 2.5rem;
  margin-bottom: 25px;
  margin-bottom: 2.5rem;
  border-bottom: #f0f0f0 4px solid;
  position: relative;
}
/* line 2156, ../sass/_components.scss */
.post--b:first-child .post--b__img, .post--c:first-child .post--b__img, .widget-evento .post:first-child .post--b__img {
  margin-top: 0 !important;
}
/* line 2160, ../sass/_components.scss */
.post--b:last-child, .post--c:last-child, .widget-evento .post:last-child, .post--b:nth-last-child(2), .post--c:nth-last-child(2), .widget-evento .post:nth-last-child(2) {
  border: none;
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  /* line 2148, ../sass/_components.scss */
  .post--b, .post--c, .widget-evento .post, .widget-evento .post.primero {
    display: block;
    padding-bottom: 0px;
    padding-bottom: 0rem;
    border-bottom: none;
    margin-bottom: 30px;
    margin-bottom: 3rem;
  }
  /* line 2171, ../sass/_components.scss */
  .post--b:last-child, .post--c:last-child, .widget-evento .post:last-child {
    margin-bottom: 30px;
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 2148, ../sass/_components.scss */
  .post--b, .post--c, .widget-evento .post, .widget-evento .post.primero {
    height: 410px;
    overflow: hidden;
  }
  /* line 2179, ../sass/_components.scss */
  .post--b:after, .post--c:after, .widget-evento .post:after, .widget-evento .post.primero:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background-size: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    pointer-events: none;
  }
}

/* line 2196, ../sass/_components.scss */
.post--b__img {
  display: block;
  width: 100%;
  height: 150px;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}
/* line 2204, ../sass/_components.scss */
.post--b__img img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 2196, ../sass/_components.scss */
  .post--b__img {
    height: 137px;
    overflow: hidden;
    margin-bottom: 10px;
    margin-bottom: 1rem;
  }
  /* line 2212, ../sass/_components.scss */
  .post--b__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: 50% 50%;
    margin-bottom: 10px;
    margin-bottom: 1rem;
  }
}

/* line 2223, ../sass/_components.scss */
.post--b__description, .widget-evento .post.primero h2 {
  display: block;
  font-family: "adelle_semibold";
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.27;
  margin: 15px 0px 0px;
  margin: 1.5rem 0rem 0rem;
  padding: 0;
  letter-spacing: -0.02em;
  border-bottom: none;
}
@media only screen and (min-width: 768px) {
  /* line 2223, ../sass/_components.scss */
  .post--b__description, .widget-evento .post.primero h2 {
    display: block;
    font-size: 27px;
    font-size: 2.7rem;
    line-height: 1.2;
    font-family: "adelle_semibold";
    padding: 0;
    margin-bottom: 0;
  }
}

/* line 2242, ../sass/_components.scss */
.post-patrocinado h3, .post-enlace_externo h3 {
  margin: 15px 0px 7px;
  margin: 1.5rem 0rem 0.7rem;
}

/* line 2246, ../sass/_components.scss */
.linkPost--b, .linkPost--c {
  display: block;
  width: 100%;
}
/* line 2251, ../sass/_components.scss */
.linkPost--b:hover .post--b__description, .linkPost--c:hover .post--b__description, .linkPost--b:hover .widget-evento .post.primero h2, .widget-evento .post.primero .linkPost--b:hover h2, .linkPost--c:hover .widget-evento .post.primero h2, .widget-evento .post.primero .linkPost--c:hover h2 {
  color: #0088cc;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
/* line 2258, ../sass/_components.scss */
.linkPost--b:hover .post--b__img, .linkPost--c:hover .post--b__img {
  opacity: 0.8;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

/*=================
POST--C (una columna, igua que "POST--B, pero soin img")
===================*/
/* line 2273, ../sass/_components.scss */
.post--c, .widget-evento .post {
  padding: 0px 15px 15px;
  padding: 0rem 1.5rem 1.5rem;
  border-bottom: 2px solid #f0f0f0;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}

/* line 2280, ../sass/_components.scss */
.post--c__description, .widget-evento .post h3 {
  display: block;
  font-family: 'adelle_regular';
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.34;
  letter-spacing: -0.014em;
  margin: 0;
  padding: 0;
  border-bottom: none;
}

/*POST--EXTENDED*/
/* line 2298, ../sass/_components.scss */
.post--extended {
  display: inline-table;
  width: 100%;
  position: relative;
  padding: 0px 15px 20px;
  padding: 0rem 1.5rem 2rem;
  margin-bottom: 2rem;
  border-bottom: 4px solid #f0f0f0;
  background-color: inherit;
}
/* line 2306, ../sass/_components.scss */
.post--extended:last-of-type, .post--extended:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
/* line 2311, ../sass/_components.scss */
.post--extended:nth-last-child(2) {
  border-bottom: none;
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  /* line 2298, ../sass/_components.scss */
  .post--extended {
    display: block;
    padding: 0;
    border-bottom: none;
    margin-bottom: 30px;
    margin-bottom: 3rem;
    padding: 0px 15px;
    padding: 0rem 1.5rem;
  }
  /* line 2322, ../sass/_components.scss */
  .post--extended:last-child {
    margin-bottom: 30px;
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 2298, ../sass/_components.scss */
  .post--extended {
    height: 410px;
    overflow: hidden;
  }
  /* line 2329, ../sass/_components.scss */
  .post--extended:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background-size: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    pointer-events: none;
  }
}

/* line 2344, ../sass/_components.scss */
a.linkPost--extended, a.linkPost--b, a.linkPost--c {
  display: table-row;
  text-decoration: none;
}
/* line 2350, ../sass/_components.scss */
a.linkPost--extended:hover .post--extended__description, a.linkPost--b:hover .post--extended__description, a.linkPost--c:hover .post--extended__description {
  color: #0088cc;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
/* line 2357, ../sass/_components.scss */
a.linkPost--extended:hover .post--extended__img, a.linkPost--b:hover .post--extended__img, a.linkPost--c:hover .post--extended__img {
  opacity: 0.8;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media only screen and (min-width: 768px) {
  /* line 2344, ../sass/_components.scss */
  a.linkPost--extended, a.linkPost--b, a.linkPost--c {
    display: block;
  }
}

/* line 2374, ../sass/_components.scss */
.post--extended__img {
  display: table-cell;
  position: relative;
  vertical-align: top;
  width: 100px;
  height: 100px;
  overflow: hidden;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
/* line 2386, ../sass/_components.scss */
.post--extended__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: 50% 50%;
}
/* line 2393, ../sass/_components.scss */
.post--extended__img .puntuacion {
  display: block;
  position: absolute;
  width: 35px;
  height: 30px;
  top: 0;
  right: -7px;
  color: white;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  font-family: 'adelle_semibold';
  font-weight: bold;
  text-align: center;
}
/* line 2406, ../sass/_components.scss */
.post--extended__img .puntuacion:before {
  bottom: -6px;
  right: 2px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #999999;
  border-width: 6px;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media only screen and (min-width: 768px) {
  /* line 2374, ../sass/_components.scss */
  .post--extended__img {
    display: block;
    width: 100%;
    height: 137px;
    margin-bottom: 10px;
    margin-bottom: 1rem;
  }
  /* line 2429, ../sass/_components.scss */
  .post--extended__img img {
    margin-bottom: 10px;
    margin-bottom: 1rem;
  }
}

/* line 2437, ../sass/_components.scss */
.post--extended__description {
  font-family: "adelle_regular";
  display: table-cell;
  vertical-align: top;
  font-size: 18px;
  font-size: 1.8rem;
  padding-left: 15px;
  padding-left: 1.5rem;
  padding-bottom: 0px;
  padding-bottom: 0rem;
  line-height: 1.33333em;
  letter-spacing: -0.014em;
  white-space: normal;
  border-bottom: none;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media only screen and (min-width: 768px) {
  /* line 2437, ../sass/_components.scss */
  .post--extended__description {
    display: block;
    font-size: 27px;
    font-size: 2.7rem;
    line-height: 1.2;
    font-family: "adelle_semibold";
    padding: 0;
    margin-bottom: 0px;
    margin-bottom: 0rem;
  }
}

/* line 2463, ../sass/_components.scss */
.post--extended__author {
  margin-bottom: 7px;
  margin-bottom: 0.7rem;
  display: inline-block;
  line-height: 1em;
  font-size: 12px;
  font-size: 1.2rem;
}
/* line 2468, ../sass/_components.scss */
.post--extended__author .author__name {
  text-transform: uppercase;
  display: inline-block;
  font-size: inherit;
  line-height: 1em;
  color: #999999;
}
/* line 2475, ../sass/_components.scss */
.post--extended__author a.author__name {
  color: #0088cc;
}

/* line 2480, ../sass/_components.scss */
.post--extended__excerpt {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4em;
}
/* line 2482, ../sass/_components.scss */
.post--extended__excerpt a {
  font-size: inherit;
}

/*ETIQUETAS DE POST*/
/* line 2491, ../sass/_components.scss */
.post-patrocinado span, .post-enlace_externo span {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  /* line 2491, ../sass/_components.scss */
  .post-patrocinado span, .post-enlace_externo span {
    position: absolute;
    top: 0;
    background-color: #111111;
    color: white;
    font-size: 12px;
    padding: 0 7px;
    font-weight: 500;
    line-height: 24px;
  }
}

/* line 2510, ../sass/_components.scss */
.post-patrocinado .post--b__description > span, .post-enlace_externo .post--b__description > span, .post-patrocinado .widget-evento .post.primero h2 > span, .widget-evento .post.primero .post-patrocinado h2 > span, .post-enlace_externo .widget-evento .post.primero h2 > span, .widget-evento .post.primero .post-enlace_externo h2 > span, .post-enlace_externo .post--b__description > span, .post-enlace_externo .widget-evento .post.primero h2 > span, .widget-evento .post.primero .post-enlace_externo h2 > span {
  position: absolute;
  top: 126px;
  padding: 5px 10px 0 0;
  background-color: #ffffff;
}
@media only screen and (min-width: 768px) {
  /* line 2510, ../sass/_components.scss */
  .post-patrocinado .post--b__description > span, .post-enlace_externo .post--b__description > span, .post-patrocinado .widget-evento .post.primero h2 > span, .widget-evento .post.primero .post-patrocinado h2 > span, .post-enlace_externo .widget-evento .post.primero h2 > span, .widget-evento .post.primero .post-enlace_externo h2 > span, .post-enlace_externo .post--b__description > span, .post-enlace_externo .widget-evento .post.primero h2 > span, .widget-evento .post.primero .post-enlace_externo h2 > span {
    position: absolute;
    top: 0;
    background-color: #111111;
    color: white;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0 7px;
    font-weight: 500;
    line-height: 24px;
  }
}

/*	.post-enlace_externo .post--b__description > span{
		@extend .post-patrocinado;
	}*/
/* line 2534, ../sass/_components.scss */
.post-analisis h3::before {
  content: "ANÁLISIS";
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  /* line 2534, ../sass/_components.scss */
  .post-analisis h3::before {
    position: absolute;
    top: 0;
    background-color: #111111;
    color: white;
    font-size: 12px;
    padding: 0 7px;
    font-weight: 500;
    line-height: 24px;
  }
}

/* line 2554, ../sass/_components.scss */
.post-analisis h3.post--b__description::before {
  position: absolute;
  top: 126px;
  padding: 5px 10px 0 0;
  background-color: #ffffff;
}
@media only screen and (min-width: 768px) {
  /* line 2554, ../sass/_components.scss */
  .post-analisis h3.post--b__description::before {
    position: absolute;
    top: 0;
    background-color: #111111;
    color: white;
    font-size: 12px;
    padding: 0 7px;
    font-weight: 500;
    line-height: 24px;
  }
}

/* line 2571, ../sass/_components.scss */
.post-juno h3::before {
  content: "JUNO";
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  /* line 2571, ../sass/_components.scss */
  .post-juno h3::before {
    position: absolute;
    top: 0;
    background-color: #111111;
    color: white;
    font-size: 12px;
    padding: 0 7px;
    font-weight: 500;
    line-height: 24px;
  }
}

/* line 2591, ../sass/_components.scss */
.post-juno h3.post--b__description::before {
  position: absolute;
  top: 126px;
  padding: 5px 10px 0 0;
  background: white;
}
@media only screen and (min-width: 768px) {
  /* line 2591, ../sass/_components.scss */
  .post-juno h3.post--b__description::before {
    position: absolute;
    top: 0;
    background-color: #111111;
    color: white;
    font-size: 12px;
    padding: 0 7px;
    font-weight: 500;
    line-height: 24px;
  }
}

/* line 2608, ../sass/_components.scss */
.post-entrevistas h3::before {
  content: "ENTREVISTAS";
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  /* line 2608, ../sass/_components.scss */
  .post-entrevistas h3::before {
    position: absolute;
    top: 0;
    background-color: #111111;
    color: white;
    font-size: 12px;
    padding: 0 7px;
    font-weight: 500;
    line-height: 24px;
  }
}

/* line 2628, ../sass/_components.scss */
.post-entrevistas h3.post--b__description::before {
  position: absolute;
  top: 126px;
  padding: 5px 10px 0 0;
  background: white;
}
@media only screen and (min-width: 768px) {
  /* line 2628, ../sass/_components.scss */
  .post-entrevistas h3.post--b__description::before {
    position: absolute;
    top: 0;
    background-color: #111111;
    color: white;
    font-size: 12px;
    padding: 0 7px;
    font-weight: 500;
    line-height: 24px;
  }
}

/* line 2645, ../sass/_components.scss */
.sticker--categoria, *.sticker--recomendados::before {
  box-sizing: border-box;
  width: 100%;
  display: block;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "adelle_semibold";
  color: white;
  text-transform: uppercase;
  font-weight: normal;
  height: 55px;
  text-align: center;
  line-height: 55px;
  margin: 0;
  padding: 0 15px;
  background-color: #111111;
  border-top: 1px solid white;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  /* line 2669, ../sass/_components.scss */
  .tag h1, .category:not(.important) h1, .page-template-page-hemeroteca h1 {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "adelle_semibold";
    color: white;
    text-transform: uppercase;
    font-weight: normal;
    height: 55px;
    text-align: center;
    line-height: 55px;
    margin: 0;
    background-color: #111111;
    border-top: 1px solid white;
  }
}
/* */
/* line 2685, ../sass/_components.scss */
.sticker--tag, .widget-evento h4, .suscripcionEmail h4 {
  box-sizing: border-box;
  width: 100%;
  display: block;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "adelle_semibold";
  color: white;
  text-transform: uppercase;
  font-weight: normal;
  height: 55px;
  text-align: center;
  line-height: 55px;
  margin: 0;
  padding: 0 15px;
  background-color: #111111;
  border-top: 1px solid white;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  /* line 2685, ../sass/_components.scss */
  .sticker--tag, .widget-evento h4, .suscripcionEmail h4 {
    height: auto;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    line-height: 1.2em;
    color: #0088cc;
    border-bottom: 1px solid #0088cc;
    border-top: none;
    background-color: inherit;
    text-transform: uppercase;
    text-align: left;
    font-weight: 600;
    padding: 0px 0px 10px;
    padding: 0rem 0rem 1rem;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    text-align: center;
    pointer-events: none;
  }
}

/* line 2721, ../sass/_components.scss */
*.sticker--recomendados::before {
  content: "RECOMENDADOS";
}

@media only screen and (min-width: 768px) {
  /* line 2726, ../sass/_components.scss */
  *.sticker--recomendados::before {
    height: auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 1.2em;
    color: #0088cc;
    border-bottom: 1px solid #0088cc;
    border-top: none;
    background-color: inherit;
    text-transform: uppercase;
    text-align: left;
    font-weight: 600;
    padding: 0px 0px 10px;
    padding: 0rem 0rem 1rem;
    margin-bottom: 20px;
    margin-bottom: 2rem;
  }
}
/* line 2747, ../sass/_components.scss */
.single .centrado .triggerPopup {
  display: none;
}

/*============
LINK ANALISIS
=============
.analisis{
	width:100%;
	height:auto;
	background-color:#818485;
	text-align:center;
	position:relative;
	@include rem-fallback( padding,11.8,2);
	h2{
		@include rem-fallback(font-size, 3.5);
		line-height: 1.2em;
		color:$textNegative-color;
		margin-top: -4px;
		padding-bottom:0;
		margin-bottom:20px - 8px;
		text-align: center;
	}
	.author{
		@include rem-fallback(font-size, 1.5);
		padding-right: 12px;
		font-family: $font-body;
		color:$textNegative-color;
		border-right: 1px solid white;
	}
	.date{
		@include rem-fallback(font-size, 1.5);
		padding-left: 12px;
		font-family: $font-body;
		color:$textNegative-color;
	}
	a.trigger{
		display: block;
	    left: 0;
	    right: 0;
	    position: absolute;
	    top: 0;
	    bottom: 0;
	    right: 0;
	    z-index: 4;
	    opacity: 0;
	}
}

*/
/*==============
CARD AUTHOR
================*/
/*
-cardAuthor__photo
-cardAuthor__name
-cardAuthor__description
-cardAuthor__linksocial
 */
/* line 2816, ../sass/_components.scss */
.cardAuthor {
  display: block;
  width: 100%;
  height: auto;
  padding: 25px 15px 30px;
  padding: 2.5rem 1.5rem 3rem;
  background-color: #f0f0f0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
/* line 2825, ../sass/_components.scss */
.cardAuthor img {
  margin: 0 auto;
  width: 125px;
  height: 125px;
  border-radius: 100%;
  margin-bottom: 25px;
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 768px) {
  /* line 2816, ../sass/_components.scss */
  .cardAuthor {
    margin-bottom: 30px;
    margin-bottom: 3rem;
    background-color: transparent;
  }
}
@media only screen and (min-width: 924px) {
  /* line 2816, ../sass/_components.scss */
  .cardAuthor {
    margin-bottom: 0;
    padding-bottom: 50px;
    padding-bottom: 5rem;
    padding-left: 0;
  }
  /* line 2841, ../sass/_components.scss */
  .cardAuthor img {
    width: 150px;
    height: 150px;
    float: left;
    margin-top: 50px;
    margin-top: 5rem;
    margin-right: 20px;
    margin-right: 2rem;
    margin-bottom: 0px;
    margin-bottom: 0rem;
  }
}

/* line 2852, ../sass/_components.scss */
.cardAuthor__name {
  margin-bottom: 10px;
  margin-bottom: 1rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  /* line 2852, ../sass/_components.scss */
  .cardAuthor__name {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 924px) {
  /* line 2852, ../sass/_components.scss */
  .cardAuthor__name {
    position: absolute;
    top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 2852, ../sass/_components.scss */
  .cardAuthor__name {
    font-size: 50px;
    font-size: 5rem;
  }
}

/* line 2866, ../sass/_components.scss */
.cardAuthor__description {
  margin-bottom: 25px;
  margin-bottom: 2.5rem;
  text-align: center;
}
@media only screen and (min-width: 924px) {
  /* line 2866, ../sass/_components.scss */
  .cardAuthor__description {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: left;
    margin-top: 50px;
    margin-top: 5rem;
    margin-left: 170px;
    margin-left: 17rem;
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
  }
}

/* line 2878, ../sass/_components.scss */
.cardAuthor__linksocial {
  margin-bottom: 0px;
  margin-bottom: 0rem;
  text-align: center;
}
@media only screen and (min-width: 924px) {
  /* line 2878, ../sass/_components.scss */
  .cardAuthor__linksocial {
    text-align: left;
  }
}

/* line 2885, ../sass/_components.scss */
.cardAuthor__linksocial__item {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  margin-left: 20px;
  margin-left: 2rem;
  background-image: url("../img/sprite2017-2.svg");
  background-size: 160px 296px;
  background-repeat: no-repeat;
}
/* line 2894, ../sass/_components.scss */
.cardAuthor__linksocial__item.fb {
  background-position: -105px -34px;
  background-color: #465a95;
  background-size: 156px 288.92px;
}
/* line 2898, ../sass/_components.scss */
.cardAuthor__linksocial__item.fb:hover {
  background-color: #284495;
}
/* line 2902, ../sass/_components.scss */
.cardAuthor__linksocial__item.tw {
  position: relative;
  background-image: none;
  background-color: #55acef;
}
/* line 2907, ../sass/_components.scss */
.cardAuthor__linksocial__item.tw:after {
  content: '';
  width: 20px;
  height: 20px;
  top: 5px;
  left: 5px;
  background-image: url("../img/sprite2017-2.svg");
  position: absolute;
  background-position: -18px 2px;
  background-size: 100px 185.20px;
}
/* line 2918, ../sass/_components.scss */
.cardAuthor__linksocial__item.tw:hover {
  background-color: #2597ef;
}
/* line 2922, ../sass/_components.scss */
.cardAuthor__linksocial__item.gm {
  position: relative;
  background-image: none;
  background-color: #A0A0A0;
}
/* line 2926, ../sass/_components.scss */
.cardAuthor__linksocial__item.gm:after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  top: 5px;
  left: 5px;
  background-image: url("../img/sprite2017-2.svg");
  background-size: 130px 240.76px;
  background-position: -112px -32px;
}
/* line 2940, ../sass/_components.scss */
.cardAuthor__linksocial__item:first-child {
  margin-left: 0;
}
@media only screen and (min-width: 924px) {
  /* line 2885, ../sass/_components.scss */
  .cardAuthor__linksocial__item {
    margin-left: 15px;
    margin-left: 1.5rem;
  }
}

/*==============
PERFIL CONFIG
================*/
/*
-perfil__photo

-perfil__formEditar

-perfil__formSuscripcion

 */
@media only screen and (min-width: 768px) {
  /* line 2961, ../sass/_components.scss */
  .config__subtitle {
    width: 100%;
    display: inline-block;
    font-size: 28px;
    font-size: 2.8rem;
  }
}

/* line 2970, ../sass/_components.scss */
.perfil__photo img {
  width: 125px;
  height: 125px;
  border-radius: 100%;
  margin: 25px auto;
}
@media only screen and (min-width: 768px) {
  /* line 2970, ../sass/_components.scss */
  .perfil__photo img {
    width: 150px;
    height: 150px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 2981, ../sass/_components.scss */
  .vipconfigpayment {
    font-size: 16px;
    font-size: 1.6rem;
  }
  /* line 2984, ../sass/_components.scss */
  .vipconfigpayment li, .vipconfigpayment span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* line 2991, ../sass/_components.scss */
#suscripcion-form input[type="radio"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

/* cambiar los eventos de hover y de clic y adaptarlos a mobile*/
/* line 3000, ../sass/_components.scss */
#bbp-your-profile .button--copy {
  height: 55px;
  line-height: 55px;
  font-size: 16px;
  max-width: 76px;
  border-width: 1px;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  /* line 3000, ../sass/_components.scss */
  #bbp-your-profile .button--copy {
    height: 44px;
    line-height: 44px;
  }
}

/*=======================
PAGINA HISTORIAL DE PAGOS
=========================*/
/*Tabla de facturación */
/* line 3020, ../sass/_components.scss */
table.tablePayment {
  display: table;
  width: 100%;
  height: auto;
  margin: 0 auto;
  border-collapse: collapse;
}
/* line 3028, ../sass/_components.scss */
table.tablePayment tr {
  width: 100%;
  display: table-row;
  height: auto;
  vertical-align: top;
  border-color: inherit;
}
/* line 3035, ../sass/_components.scss */
table.tablePayment th {
  font-family: "adelle_regular";
  border-bottom: 1px solid #f0f0f0;
  padding: 0px 15px 7.5px;
  padding: 0rem 1.5rem 0.75rem;
}
/* line 3041, ../sass/_components.scss */
table.tablePayment td {
  padding: 7.5px 15px;
  padding: 0.75rem 1.5rem;
}
/* line 3044, ../sass/_components.scss */
table.tablePayment th, table.tablePayment td {
  width: 30%;
  height: auto;
  vertical-align: top;
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
}
/* line 3051, ../sass/_components.scss */
table.tablePayment th:first-child, table.tablePayment td:first-child {
  width: 60%;
  padding-left: 0px;
  padding-left: 0rem;
}
/* line 3055, ../sass/_components.scss */
table.tablePayment th:last-child, table.tablePayment td:last-child {
  padding-right: 0px;
  padding-right: 0rem;
}
@media only screen and (min-width: 768px) {
  /* line 3044, ../sass/_components.scss */
  table.tablePayment th, table.tablePayment td {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* line 3063, ../sass/_components.scss */
table.tablePayment td:first-child {
  word-break: break-all;
}
/* line 3067, ../sass/_components.scss */
table.tablePayment .plan {
  display: block;
  color: #bbbbbb;
  font-size: inherit;
}

/*input[type=submit] */
/* line 3076, ../sass/_components.scss */
.linkNextPay {
  display: block;
  color: #555555;
  text-decoration: underline;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
}

/*link email*/
/* line 3093, ../sass/_components.scss */
.skimlinks-unlinked {
  color: #0088cc;
}

/*LOAD

*/
/* line 3100, ../sass/_components.scss */
.preload {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999;
}

/* line 3111, ../sass/_components.scss */
.spinner {
  width: 50px;
  height: 50px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* line 3122, ../sass/_components.scss */
.model-5 {
  background: #034BB5;
}
/* line 3124, ../sass/_components.scss */
.model-5 .spinner {
  border: 5px solid transparent;
  border-bottom-color: #FFFFFF;
  border-top-color: #FFFFFF;
  -webkit-animation: rotate 1.5s linear 0s infinite;
  animation: rotate 1.5s linear 0s infinite;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* line 3155, ../sass/_components.scss */
.cargando .preload {
  display: block;
}

/* line 3156, ../sass/_components.scss */
.cargandomas .preload {
  display: block;
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 3162, ../sass/_components.scss */
.inv_nav, .perfil .eur, .perfil .usd {
  display: none;
}

/*CANCELAR CUENTA */
/*mensajes */
/* line 3170, ../sass/_components.scss */
.mensaje {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 54px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #08c;
  color: #fff;
  height: 54px;
  padding: 0 10px;
}

/* line 3192, ../sass/_components.scss */
.twitter-tweet {
  margin: auto;
}

/* Fraaaaaan*/
/* line 3198, ../sass/_components.scss */
.haztevipespecial {
  display: block;
  margin: 0 auto 30px;
}

/*MAIN HEADER;*/
/*BAR HEADER*/
/* line 2, ../sass/header/_barHeader.scss */
.barHeader {
  position: fixed;
  width: 100%;
  top: 0;
  min-width: 320px;
  height: 50px;
  background-color: inherit;
  white-space: nowrap;
  background-color: #111111;
  text-align: center;
  z-index: 100;
  max-width: 100vw;
}
@media only screen and (min-width: 768px) {
  /* line 2, ../sass/header/_barHeader.scss */
  .barHeader {
    width: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    max-width: 1030px;
  }
}

/* line 1, ../sass/header/_hamburguer.scss */
.triggerMenu {
  position: absolute;
  width: auto;
  height: 50px;
  top: 0;
  right: 0;
  padding: 15px 10px;
  padding: 1.5rem 1rem;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  /* line 1, ../sass/header/_hamburguer.scss */
  .triggerMenu {
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
  }
  /* line 15, ../sass/header/_hamburguer.scss */
  .triggerMenu:hover {
    opacity: 0.5;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 1, ../sass/header/_hamburguer.scss */
  .triggerMenu {
    padding: 15px;
    padding: 1.5rem;
  }
}

/*ICON MENU HAMBURGER*/
/* line 31, ../sass/header/_hamburguer.scss */
.iconMenu--hamburger {
  position: relative;
  width: 25px;
  height: 20px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

/* line 45, ../sass/header/_hamburguer.scss */
.iconMenu--hamburger span {
  display: block;
  position: absolute;
  height: 4px;
  border-radius: 1px;
  width: 100%;
  background: white;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

/* line 64, ../sass/header/_hamburguer.scss */
.iconMenu--hamburger span:nth-child(1) {
  top: 0;
}

/* line 68, ../sass/header/_hamburguer.scss */
.iconMenu--hamburger span:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (min-width: 768px) {
  /* line 68, ../sass/header/_hamburguer.scss */
  .iconMenu--hamburger span:nth-child(2) {
    right: 0;
    left: auto;
  }
}

/* line 78, ../sass/header/_hamburguer.scss */
.iconMenu--hamburger span:nth-child(3) {
  bottom: 0;
}

/* line 83, ../sass/header/_hamburguer.scss */
.triggerMenu.open .iconMenu--hamburger span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* line 91, ../sass/header/_hamburguer.scss */
.triggerMenu.open .iconMenu--hamburger span:nth-child(2) {
  opacity: 0;
}

/* line 97, ../sass/header/_hamburguer.scss */
.triggerMenu.open .iconMenu--hamburger span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/*HEADER ________________

--#A BUSCAR
--#B MAIN NAV
	|
	B1-#menuSection
	|
	B2-#menuCategorias
	|
	B3-#seccionesDestacadas

--#C SOCIAL
	|
	C1-navSocial
	|
	C2-suscripcionEmail--heroe

*/
/*MENU DESPLEGABLE DE CONTENIDOS*/
/* line 22, ../sass/header/_menu.scss */
.menuContents {
  display: block;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  min-width: 320px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: -102%;
  overflow: scroll;
  z-index: 99;
  background-color: #111111;
  margin-top: 50px;
  margin-top: 5rem;
  text-align: center;
  -webkit-transition: -webkit-right 500ms ease;
  transition: right 500ms ease;
}
/* line 46, ../sass/header/_menu.scss */
.menuContents .wrapper, .menuContents .widget-evento {
  display: inline-block;
  padding-bottom: 26px;
  padding-bottom: 2.6rem;
  max-width: 1046px;
}
@media only screen and (min-width: 768px) {
  /* line 22, ../sass/header/_menu.scss */
  .menuContents {
    display: table;
    right: 0;
    height: 0;
    overflow: hidden;
    margin-top: -100%;
    transition: margin-top 500ms ease;
  }
  /* line 61, ../sass/header/_menu.scss */
  .menuContents.open {
    margin-top: 50px;
    transition: margin-top 500ms ease;
  }
  /* line 66, ../sass/header/_menu.scss */
  .menuContents .wrapper, .menuContents .widget-evento {
    width: auto;
    padding: 30px 10px;
    padding: 3rem 1rem;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 72, ../sass/header/_menu.scss */
  .menuContents .wrapper, .menuContents .widget-evento {
    padding: 30px 15px;
    padding: 3rem 1.5rem;
  }
}

/*#B*/
/* line 81, ../sass/header/_menu.scss */
.mainNav {
  display: table-row;
  vertical-align: top;
  font-size: 0;
}

/* line 87, ../sass/header/_menu.scss */
.mainNav__list {
  display: block;
  width: 100%;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  /* line 87, ../sass/header/_menu.scss */
  .mainNav__list {
    padding: 0px 8px;
    padding: 0rem 0.8rem;
  }
}

/* line 97, ../sass/header/_menu.scss */
.mainNav__item {
  display: inline-table;
  width: 100%;
  margin-bottom: 0;
  height: 20px;
  cursor: pointer;
}

/* line 106, ../sass/header/_menu.scss */
a.mainNav__item__link {
  display: table-cell;
  width: 100%;
  height: 20px;
  vertical-align: middle;
  text-align: center;
  color: white;
  line-height: 1.2;
  font-size: 18px;
  font-size: 1.8rem;
  text-decoration: none;
  padding: 12px 0px;
  padding: 1.2rem 0rem;
  text-transform: uppercase;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  /* line 106, ../sass/header/_menu.scss */
  a.mainNav__item__link {
    text-align: left;
    text-transform: none;
    color: #CCCCCC;
    padding-top: 0;
    padding-bottom: 20px;
    padding-bottom: 2rem;
  }
  /* line 126, ../sass/header/_menu.scss */
  a.mainNav__item__link:hover {
    color: white;
  }
}

/*#B1 #B2 #B2*/
/* line 134, ../sass/header/_menu.scss */
#menuSection, #menuCategorias, #seccionesDestacas {
  display: inline-table;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  vertical-align: top;
}

/*#B1*/
@media only screen and (min-width: 768px) {
  /* line 142, ../sass/header/_menu.scss */
  #menuSection {
    width: 33.333%;
    margin-bottom: 10px;
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 142, ../sass/header/_menu.scss */
  #menuSection {
    width: 22%;
  }
}

/*#B2*/
/* line 153, ../sass/header/_menu.scss */
#menuCategorias {
  margin-bottom: 25px;
  margin-bottom: 2.5rem;
}
/* line 155, ../sass/header/_menu.scss */
#menuCategorias .desplegable {
  display: none;
  width: 100%;
  font-size: 0;
}
/* line 159, ../sass/header/_menu.scss */
#menuCategorias .desplegable.open {
  display: block;
  background-color: #222222;
  padding-bottom: 12px;
  padding-bottom: 1.2rem;
}
/* line 167, ../sass/header/_menu.scss */
#menuCategorias .col {
  width: 100%;
  display: block;
}
@media only screen and (min-width: 768px) {
  /* line 153, ../sass/header/_menu.scss */
  #menuCategorias {
    width: 66.6666%;
    margin-bottom: 10px;
    margin-bottom: 1rem;
  }
  /* line 175, ../sass/header/_menu.scss */
  #menuCategorias .desplegable, #menuCategorias .desplegable.open {
    display: table;
    background-color: inherit;
    padding-bottom: 0;
  }
  /* line 179, ../sass/header/_menu.scss */
  #menuCategorias .desplegable .mainNav__list, #menuCategorias .desplegable.open .mainNav__list {
    height: 246px;
  }
  /* line 181, ../sass/header/_menu.scss */
  #menuCategorias .desplegable .mainNav__list .mainNav__item, #menuCategorias .desplegable.open .mainNav__list .mainNav__item {
    width: 49%;
  }
  /* line 187, ../sass/header/_menu.scss */
  #menuCategorias .col {
    width: 50%;
    display: inline-table;
    text-align: center;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 153, ../sass/header/_menu.scss */
  #menuCategorias {
    width: 44%;
  }
}

/*#B3*/
/* line 199, ../sass/header/_menu.scss */
#seccionesDestacas {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  /* line 199, ../sass/header/_menu.scss */
  #seccionesDestacas {
    width: 34%;
  }
}

/* line 206, ../sass/header/_menu.scss */
.seccionesDestacas__list {
  display: block;
  width: 100%;
  margin-bottom: 19px;
  margin-bottom: 1.9rem;
}
@media only screen and (min-width: 768px) {
  /* line 206, ../sass/header/_menu.scss */
  .seccionesDestacas__list {
    width: auto;
    text-align: center;
    white-space: nowrap;
    font-size: 0;
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 206, ../sass/header/_menu.scss */
  .seccionesDestacas__list {
    white-space: normal;
  }
}

/* line 221, ../sass/header/_menu.scss */
.seccionesDestacas__item {
  display: inline-table;
  width: 100%;
  margin-bottom: 0;
  vertical-align: top;
}
@media only screen and (min-width: 768px) {
  /* line 221, ../sass/header/_menu.scss */
  .seccionesDestacas__item {
    width: 33.333%;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 221, ../sass/header/_menu.scss */
  .seccionesDestacas__item {
    width: 100%;
  }
}

/* line 236, ../sass/header/_menu.scss */
.seccionesDestacadas__link {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
/* line 240, ../sass/header/_menu.scss */
.seccionesDestacadas__link:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 250px;
  height: 75px;
  border-radius: 4px;
  background-size: cover;
  background-position: center center;
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
}
/* line 252, ../sass/header/_menu.scss */
.seccionesDestacadas__link--comunidad:before {
  background-image: url(../img/comunidad@2.png);
}
/* line 255, ../sass/header/_menu.scss */
.seccionesDestacadas__link--juno:before {
  background-image: url(../img/juno@2.png);
}
/* line 258, ../sass/header/_menu.scss */
.seccionesDestacadas__link--dinamo:before {
  background-image: url(../img/dinamo-2@2.png);
}
/* line 262, ../sass/header/_menu.scss */
.seccionesDestacadas__link:hover {
  opacity: 0.5;
}
@media only screen and (min-width: 768px) {
  /* line 236, ../sass/header/_menu.scss */
  .seccionesDestacadas__link {
    padding: 0px 8px;
    padding: 0rem 0.8rem;
  }
  /* line 267, ../sass/header/_menu.scss */
  .seccionesDestacadas__link:before {
    width: 100%;
    height: 86px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 275, ../sass/header/_menu.scss */
  .seccionesDestacadas__link--comunidad:before {
    background-image: url(../img/comunidad.png);
  }
  /* line 278, ../sass/header/_menu.scss */
  .seccionesDestacadas__link--juno:before {
    background-image: url(../img/juno.png);
  }
  /* line 281, ../sass/header/_menu.scss */
  .seccionesDestacadas__link--dinamo:before {
    background-image: url(../img/dinamo-2.png);
  }
}

/* line 290, ../sass/header/_menu.scss */
.menuContents__title {
  display: table-row;
  width: 100%;
}
/* line 293, ../sass/header/_menu.scss */
.menuContents__title > span {
  display: table-cell;
  font-size: 18px;
  font-size: 1.8rem;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  color: white;
  padding: 12px;
  padding: 1.2rem;
  cursor: pointer;
}
/* line 302, ../sass/header/_menu.scss */
.menuContents__title > span span {
  color: white;
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (min-width: 768px) {
  /* line 293, ../sass/header/_menu.scss */
  .menuContents__title > span {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: left;
    font-weight: bold;
    padding: 0px 8px 20px;
    padding: 0rem 0.8rem 2rem;
  }
  /* line 312, ../sass/header/_menu.scss */
  .menuContents__title > span:after {
    content: '';
    display: block;
    width: 25px;
    height: 4px;
    background-color: #0088cc;
    margin-top: 20px;
    margin-top: 2rem;
  }
}
/* line 326, ../sass/header/_menu.scss */
.menuContents__title--categoria.actived {
  background-color: #222222;
}
@media only screen and (min-width: 768px) {
  /* line 326, ../sass/header/_menu.scss */
  .menuContents__title--categoria.actived {
    background-color: inherit;
  }
}
/* line 332, ../sass/header/_menu.scss */
.menuContents__title--categoria i {
  color: #0088cc;
}

/* line 341, ../sass/header/_menu.scss */
.single-post span.single-post, .single-analisis:not(.single-entrevistas) span.single-analisis, .single-entrevistas span.single-entrevistas, .single-especiales span.single-especiales {
  display: inline !important;
}

/*LINK*/
/* line 2, ../sass/header/_logo.scss */
.logo {
  display: block;
  position: absolute;
  width: auto;
  padding: 0px 10px;
  padding: 0rem 1rem;
}
@media only screen and (min-width: 768px) {
  /* line 2, ../sass/header/_logo.scss */
  .logo {
    display: block;
    height: 50px;
    white-space: nowrap;
    font-size: 0;
    transition-property: opacity;
    transition-duration: 0.4s;
    transition-timing-function: ease-out;
    -webkit-transition-delay: 1s;
    transition-delay: 0s;
  }
  /* line 20, ../sass/header/_logo.scss */
  .logo:hover {
    opacity: 0.5;
    transition-property: opacity;
    transition-duration: 0.4s;
    transition-timing-function: ease-out;
    -webkit-transition-delay: 1s;
    transition-delay: 0s;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 2, ../sass/header/_logo.scss */
  .logo {
    padding: 0px 15px;
    padding: 0rem 1.5rem;
  }
}

/* line 34, ../sass/header/_logo.scss */
a.logo {
  transition: none;
}

/* line 38, ../sass/header/_logo.scss */
.wrapLogo {
  display: inline-table;
  height: 50px;
  width: 168px;
}
/* line 43, ../sass/header/_logo.scss */
.wrapLogo picture {
  display: table-cell;
  vertical-align: middle;
  padding-top: 4px;
  padding-top: 0.4rem;
}
@media only screen and (min-width: 768px) {
  /* line 38, ../sass/header/_logo.scss */
  .wrapLogo {
    width: 200px;
  }
}

/*#C */
/* line 2, ../sass/header/_social.scss */
#social {
  display: table-row;
  height: auto;
}
@media only screen and (min-width: 768px) {
  /* line 2, ../sass/header/_social.scss */
  #social {
    border-top: 2px #333333 solid;
    font-size: 0;
  }
}

/*#C1 #C2 */
/* line 12, ../sass/header/_social.scss */
.navSocial, .suscripcionEmail--heroe {
  width: 100%;
  display: inline-table;
  table-layout: fixed;
  border-collapse: collapse;
  vertical-align: top;
}
@media only screen and (min-width: 768px) {
  /* line 12, ../sass/header/_social.scss */
  .navSocial, .suscripcionEmail--heroe {
    margin-top: 30px;
    margin-top: 3rem;
  }
}

/*================
NAV SOCIAL
=================== */
/* line 29, ../sass/header/_social.scss */
.navSocial {
  width: 100%;
  white-space: nowrap;
  font-size: 0;
  text-align: center;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  /* line 29, ../sass/header/_social.scss */
  .navSocial {
    width: calc(100% - 314px - 16px);
    text-align: left;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 29, ../sass/header/_social.scss */
  .navSocial {
    width: calc(100% - 33.333% - 16px);
  }
}

/* line 44, ../sass/header/_social.scss */
.navSocial__item {
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: top;
  margin-left: 15px;
  margin-left: 1.5rem;
  background-image: url("../img/spriteSocial.svg");
  background-size: 197px 40px;
  background-repeat: no-repeat;
  background-color: #f0f0f0;
  border-radius: 100%;
}
/* line 55, ../sass/header/_social.scss */
.navSocial__item:first-child {
  margin-left: 0;
}
/* line 58, ../sass/header/_social.scss */
.navSocial__item:hover {
  opacity: 0.5;
}

/*ICONOS SOCIALES*/
/* line 66, ../sass/header/_social.scss */
.icon--fb {
  background-position: 0 0;
}

/* line 69, ../sass/header/_social.scss */
.icon--tw {
  background-position: -40px 0;
}

/* line 72, ../sass/header/_social.scss */
.icon--instagram {
  background-position: -80px 0;
  background-color: inherit;
}

/* line 76, ../sass/header/_social.scss */
.icon--youtube {
  background-position: -118px 0;
}

/* line 80, ../sass/header/_social.scss */
.icon--flipboard {
  background-position: -156px 0;
}

/*================
NEWSLETTER
=================== */
/* line 89, ../sass/header/_social.scss */
.suscripcionEmail--heroe {
  display: none;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  opacity: 1;
}
/* line 95, ../sass/header/_social.scss */
.suscripcionEmail--heroe * {
  color: white;
  font-size: 15px;
  font-size: 1.5rem;
}
/* line 100, ../sass/header/_social.scss */
.suscripcionEmail--heroe p {
  padding: 0px 20px;
  padding: 0rem 2rem;
}
/* line 104, ../sass/header/_social.scss */
.suscripcionEmail--heroe .suscripcionEmail__form input[type="email"] {
  height: 50px;
  line-height: 50px;
  padding: 12px;
  padding: 1.2rem;
  font-size: 15px;
  font-size: 1.5rem;
  background-color: #333333;
  color: white;
  border: 1px solid #333333;
}
@media only screen and (min-width: 768px) {
  /* line 104, ../sass/header/_social.scss */
  .suscripcionEmail--heroe .suscripcionEmail__form input[type="email"] {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/* line 116, ../sass/header/_social.scss */
.suscripcionEmail--heroe .suscripcionEmail__form input[type="submit"] {
  width: 100%;
  background-color: #222222;
  height: 50px;
  border: none;
  border-radius: 0;
}
/* line 122, ../sass/header/_social.scss */
.suscripcionEmail--heroe .suscripcionEmail__form input[type="submit"]:hover {
  background-color: black;
}
/* line 126, ../sass/header/_social.scss */
.suscripcionEmail--heroe .suscripcionEmail__form .carta {
  margin-top: 0;
  position: absolute;
  height: 50px;
  width: 50px;
  top: 0;
  right: -1px;
  padding: 0;
  border-radius: 0;
  overflow: hidden;
}
/* line 136, ../sass/header/_social.scss */
.suscripcionEmail--heroe .suscripcionEmail__form .carta::after {
  content: '';
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  background-image: url(../img/sprite2017.svg);
  background-size: 181px 335px;
  background-position: -156px -45px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  /* line 89, ../sass/header/_social.scss */
  .suscripcionEmail--heroe {
    display: inline-table;
    width: 314px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 89, ../sass/header/_social.scss */
  .suscripcionEmail--heroe {
    width: 33.333%;
  }
  /* line 158, ../sass/header/_social.scss */
  .suscripcionEmail--heroe .suscripcionEmail__form {
    padding-left: 8px;
    padding-left: 0.8rem;
  }
}

/*Buscar*/
/*#A*/
/* line 3, ../sass/header/_search.scss */
.buscar {
  display: table-row;
  height: 50px;
  z-index: 1;
}

/* line 9, ../sass/header/_search.scss */
.busqueda {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
/* line 14, ../sass/header/_search.scss */
.busqueda input.busqueda__input:focus + .busqueda__trigger {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  /* line 9, ../sass/header/_search.scss */
  .busqueda {
    padding: 0px 8px;
    padding: 0rem 0.8rem;
  }
}

/* line 21, ../sass/header/_search.scss */
input[type="text"].busqueda__input {
  display: block;
  width: 100%;
  height: 50px;
  border: none;
  padding: 0px 50px 0px 15px;
  padding: 0rem 5rem 0rem 1.5rem;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: white;
  background-color: #333333;
  -webkit-transition: all 0.30s ease-in-out;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 0 8px #000000;
  margin-bottom: 25px;
  margin-bottom: 2.5rem;
}
/* line 36, ../sass/header/_search.scss */
input[type="text"].busqueda__input::-webkit-input-placeholder {
  color: #666666;
  opacity: 0.5;
}
/* line 40, ../sass/header/_search.scss */
input[type="text"].busqueda__input:focus {
  outline: none;
  -webkit-box-shadow: 0 0 5px #0088cc;
  box-shadow: 0 0 5px #0088cc;
  border: 1px solid #0088cc;
}
@media only screen and (min-width: 768px) {
  /* line 21, ../sass/header/_search.scss */
  input[type="text"].busqueda__input {
    height: 65px;
    border: none;
    font-size: 20px;
    font-size: 2rem;
    color: white;
    opacity: 1;
    box-shadow: none;
    border-radius: 4px;
    padding: 0px 20px 0px 20px;
    padding: 0rem 2rem 0rem 2rem;
    margin-bottom: 30px;
    margin-bottom: 3rem;
  }
  /* line 57, ../sass/header/_search.scss */
  input[type="text"].busqueda__input::-webkit-input-placeholder {
    color: #a4a4a4;
  }
}

/* line 63, ../sass/header/_search.scss */
.busqueda__trigger {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  cursor: pointer;
  padding: 15px;
  padding: 1.5rem;
}

@media only screen and (min-width: 768px) {
  /* line 76, ../sass/header/_search.scss */
  .busqueda__trigger {
    height: 65px;
    padding: 18px 20px 17px;
    padding: 1.8rem 2rem 1.7rem;
    width: auto;
  }
  /* line 80, ../sass/header/_search.scss */
  .busqueda__trigger .icon--lupa {
    width: 30px;
    height: 30px;
    background-size: 234px 434px;
    background-position: -202px 0px;
  }
}
/* line 89, ../sass/header/_search.scss */
#searchsubmit {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  width: 56px;
}
@media only screen and (min-width: 768px) {
  /* line 89, ../sass/header/_search.scss */
  #searchsubmit {
    height: 65px;
  }
}

/*@import 'slider';*/
/*=====================
WIDGET ÚLTIMAS NOTICIAS(debe coincidir con la markup de la versión desktop)
=======================*/
/* line 5, ../sass/componentes/_widget-evento.scss */
.widget-evento {
  margin-bottom: 30px;
  margin-bottom: 3rem;
  padding-bottom: 30px;
  padding-bottom: 3rem;
}
/* line 13, ../sass/componentes/_widget-evento.scss */
.widget-evento h4 {
  border-bottom: none;
}
/* line 19, ../sass/componentes/_widget-evento.scss */
.widget-evento .post {
  border-bottom: 2px solid white;
}
/* line 22, ../sass/componentes/_widget-evento.scss */
.widget-evento .post a {
  display: block;
  color: #111111;
  margin: 0;
}
/* line 27, ../sass/componentes/_widget-evento.scss */
.widget-evento .post h3 {
  display: block;
  border-bottom: none;
  font-family: "adelle_regular";
}
/* line 34, ../sass/componentes/_widget-evento.scss */
.widget-evento .post:nth-child(6) {
  border-bottom: none;
  margin-bottom: 10px;
}
/* line 40, ../sass/componentes/_widget-evento.scss */
.widget-evento .post.primero {
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
  padding-bottom: 15px;
  padding-bottom: 1.5rem;
  border-bottom: white 2px solid;
}
/* line 46, ../sass/componentes/_widget-evento.scss */
.widget-evento .post.primero a {
  display: block;
  color: #111111;
  margin: 0;
}
/* line 50, ../sass/componentes/_widget-evento.scss */
.widget-evento .post.primero a:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
}
/* line 66, ../sass/componentes/_widget-evento.scss */
.widget-evento .post.primero a:hover .imagen {
  opacity: 0.8;
}
/* line 69, ../sass/componentes/_widget-evento.scss */
.widget-evento .post.primero a:hover h2 {
  color: white;
}
/* line 72, ../sass/componentes/_widget-evento.scss */
.widget-evento .post.primero a:hover:after {
  background: -moz-linear-gradient(to bottom, rgba(0, 136, 204, 0) 0%, rgba(0, 136, 204, 0.6) 100%);
  background: -webkit-linear-gradient(to bottom, rgba(0, 136, 204, 0) 0%, rgba(0, 136, 204, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(0, 136, 204, 0) 0%, rgba(0, 136, 204, 0.6) 100%);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/* line 91, ../sass/componentes/_widget-evento.scss */
.widget-evento .post.primero .imagen {
  height: 160px;
  margin-left: -15px;
  margin-right: -15px;
}
/* line 95, ../sass/componentes/_widget-evento.scss */
.widget-evento .post.primero .imagen img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: 50% 50%;
}

@media only screen and (min-width: 768px) {
  /* line 115, ../sass/componentes/_widget-evento.scss */
  .widget-evento {
    padding: 0;
    margin-bottom: 40px;
    margin-bottom: 4rem;
  }
  /* line 120, ../sass/componentes/_widget-evento.scss */
  .widget-evento .post {
    padding: 0px 0px 20px 0px;
    padding: 0rem 0rem 2rem 0rem;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    border-bottom: 1px solid #e2e2e2;
  }
  /* line 124, ../sass/componentes/_widget-evento.scss */
  .widget-evento .post h3 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 0px;
    margin-bottom: 0rem;
    text-align: center;
  }
  /* line 130, ../sass/componentes/_widget-evento.scss */
  .widget-evento .post:nth-child(6) {
    margin-bottom: 20px;
    margin-bottom: 2rem;
  }
  /* line 135, ../sass/componentes/_widget-evento.scss */
  .widget-evento .post:hover a {
    text-decoration: none;
  }
  /* line 138, ../sass/componentes/_widget-evento.scss */
  .widget-evento .post:hover h3 {
    color: #0088cc;
  }
  /* line 145, ../sass/componentes/_widget-evento.scss */
  .widget-evento .post.primero {
    padding: 0;
    margin-bottom: 25px;
    margin-bottom: 2.5rem;
    padding-bottom: 0;
    border-bottom: none;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  /* line 154, ../sass/componentes/_widget-evento.scss */
  .widget-evento .post.primero a {
    display: block;
    width: 100%;
    height: 150px;
    position: relative;
    top: 0;
    z-index: 1;
  }
  /* line 161, ../sass/componentes/_widget-evento.scss */
  .widget-evento .post.primero a:after {
    opacity: 1;
  }
  /* line 165, ../sass/componentes/_widget-evento.scss */
  .widget-evento .post.primero .imagen {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 174, ../sass/componentes/_widget-evento.scss */
  .widget-evento .post.primero h2 {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: block;
    height: auto;
    width: 100%;
    vertical-align: middle;
    padding: 10px;
    padding: 1rem;
    font-size: 20px;
    font-size: 2rem;
    color: white;
    line-height: 1.2em;
    margin: 0;
    text-align: center;
    z-index: 1;
  }
  /* line 193, ../sass/componentes/_widget-evento.scss */
  .widget-evento .post.primero:hover {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  /* line 198, ../sass/componentes/_widget-evento.scss */
  .widget-evento .post.primero:hover .imagen {
    opacity: 0.7;
  }
  /* line 201, ../sass/componentes/_widget-evento.scss */
  .widget-evento .post.primero:hover h2 {
    color: #0088cc;
  }
  /* line 205, ../sass/componentes/_widget-evento.scss */
  .widget-evento .post.primero:hover a {
    text-decoration: none;
  }
  /* line 211, ../sass/componentes/_widget-evento.scss */
  .widget-evento .masarticulos {
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 218, ../sass/componentes/_widget-evento.scss */
  .widget-evento .post.primero {
    height: auto;
  }
  /* line 223, ../sass/componentes/_widget-evento.scss */
  .widget-evento .post {
    height: auto;
  }
  /* line 225, ../sass/componentes/_widget-evento.scss */
  .widget-evento .post:after {
    display: none;
  }
}
/* ===============
FICHA TÉCNICA
==================*/
/*
a-ficha
	b1-ficha__bar
	b2-ficha__accordion

 */
/* line 13, ../sass/componentes/_ficha.scss */
.ficha {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  background-color: #e6f5fe;
  overflow: hidden;
  margin-bottom: 30px;
  margin-bottom: 3rem;
  border-top: 1px solid #0088cc;
}
/* line 22, ../sass/componentes/_ficha.scss */
.ficha.open.ficha__accordion {
  display: block;
  -webkit-transition: -webkit-all 500ms ease;
  transition: all 500ms ease;
}
@media only screen and (min-width: 768px) {
  /* line 13, ../sass/componentes/_ficha.scss */
  .ficha {
    margin-bottom: 50px;
    margin-bottom: 5rem;
    margin-top: 30px;
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 13, ../sass/componentes/_ficha.scss */
  .ficha {
    width: 300px;
    margin-top: 0;
  }
}

/*b1-ficha__bar*/
/* line 38, ../sass/componentes/_ficha.scss */
.ficha__bar {
  display: block;
  position: relative;
  width: 100%;
  height: 46px;
  background-color: #e6f5fe;
  padding: 0px 15px;
  padding: 0rem 1.5rem;
}
/* line 45, ../sass/componentes/_ficha.scss */
.ficha__bar p {
  display: inline-block;
  width: auto;
  height: 46px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 46px;
  line-height: 4.6rem;
  font-weight: 500;
}
/* line 52, ../sass/componentes/_ficha.scss */
.ficha__bar p::after {
  content: " ";
  position: absolute;
  top: 17px;
  right: 15px;
  -webkit-transition: -webkit-all 500ms ease;
  transition: all 500ms ease;
}
/* line 63, ../sass/componentes/_ficha.scss */
.ficha__bar.open p::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 19px;
  -webkit-transition: -webkit-all 500ms ease;
  transition: all 500ms ease;
}
@media only screen and (min-width: 768px) {
  /* line 38, ../sass/componentes/_ficha.scss */
  .ficha__bar {
    display: none;
  }
}

/*b2-ficha__bar*/
/* line 80, ../sass/componentes/_ficha.scss */
.ficha__accordion {
  display: none;
  width: 100%;
  height: auto;
  padding: 0px 15px;
  padding: 0rem 1.5rem;
  overflow: hidden;
}
/* line 86, ../sass/componentes/_ficha.scss */
.ficha__accordion figure {
  margin: 15px 0px;
  margin: 1.5rem 0rem;
}
/* line 89, ../sass/componentes/_ficha.scss */
.ficha__accordion ul {
  width: auto;
  height: auto;
  margin: 0;
  margin-left: -15px;
  margin-left: -1.5rem;
  margin-right: -15px;
  margin-right: -1.5rem;
}
/* line 95, ../sass/componentes/_ficha.scss */
.ficha__accordion ul > li {
  width: 100%;
  height: auto;
  margin: 0;
  border-bottom: 1px #0088cc dotted;
  padding: 13px 15px 15px;
  padding: 1.3rem 1.5rem 1.5rem;
  margin: 0;
}
/* line 102, ../sass/componentes/_ficha.scss */
.ficha__accordion ul > li:first-child {
  padding-top: 0;
}
/* line 105, ../sass/componentes/_ficha.scss */
.ficha__accordion ul > li span {
  font-weight: bold;
}
@media only screen and (min-width: 480px) {
  /* line 80, ../sass/componentes/_ficha.scss */
  .ficha__accordion {
    display: block !important;
    padding: 25px;
    padding: 2.5rem;
  }
  /* line 114, ../sass/componentes/_ficha.scss */
  .ficha__accordion figure {
    display: block;
    float: left;
    padding: 0;
    margin-top: 0;
    max-width: 300px;
    margin-right: 20px;
  }
  /* line 123, ../sass/componentes/_ficha.scss */
  .ficha__accordion h3 {
    clear: both;
  }
  /* line 127, ../sass/componentes/_ficha.scss */
  .ficha__accordion ul {
    margin-left: 340px;
    margin-left: 34rem;
    margin-right: 20px;
    margin-right: 2rem;
  }
  /* line 130, ../sass/componentes/_ficha.scss */
  .ficha__accordion ul > li {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 134, ../sass/componentes/_ficha.scss */
  .ficha__accordion ul > li:last-child {
    border-bottom: none;
  }
  /* line 137, ../sass/componentes/_ficha.scss */
  .ficha__accordion ul > li span {
    font-size: inherit;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 80, ../sass/componentes/_ficha.scss */
  .ficha__accordion {
    padding: 20px;
    padding: 2rem;
  }
  /* line 147, ../sass/componentes/_ficha.scss */
  .ficha__accordion figure {
    display: block;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    padding: 5px;
    padding: 0.5rem;
    background-color: #ffffff;
  }
  /* line 153, ../sass/componentes/_ficha.scss */
  .ficha__accordion ul {
    margin-left: 0;
    margin-right: 0;
  }
}

/*hacks  mejorar solución*/
/*==================
NEWSLETTER
====================*/
/*
-suscripcionEmail
-suscripcionEmail__form
	-suscripcionEmail__form
*/
/* line 10, ../sass/componentes/_newsletterMobile.scss */
.suscripcionEmail {
  width: 100%;
  height: auto;
  background-color: #f0f0f0;
  padding: 0px 15px 30px;
  padding: 0rem 1.5rem 3rem;
  margin-bottom: 30px;
  margin-bottom: 3rem;
  text-align: center;
}
/* line 18, ../sass/componentes/_newsletterMobile.scss */
.suscripcionEmail h4 {
  border-bottom: none;
  margin-bottom: 25px;
  margin-bottom: 2.5rem;
  cursor: default;
  margin-left: -15px;
  margin-right: -15px;
  width: 100vw;
}
/* line 28, ../sass/componentes/_newsletterMobile.scss */
.suscripcionEmail p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  /* line 10, ../sass/componentes/_newsletterMobile.scss */
  .suscripcionEmail {
    margin-bottom: 50px;
    margin-bottom: 5rem;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 10, ../sass/componentes/_newsletterMobile.scss */
  .suscripcionEmail {
    width: 100%;
  }
}

/* line 44, ../sass/componentes/_newsletterMobile.scss */
.suscripcionEmail__form {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}
/* line 49, ../sass/componentes/_newsletterMobile.scss */
.suscripcionEmail__form input[type="email"] {
  width: 100%;
  height: 55px;
  border: 1px solid #979797;
  padding: 0px 50px 0px 15px;
  padding: 0rem 5rem 0rem 1.5rem;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #555555;
  background-color: white;
}
/* line 60, ../sass/componentes/_newsletterMobile.scss */
.suscripcionEmail__form .carta {
  margin-top: 15px;
  margin-top: 1.5rem;
}

/*==============
BANNER
=================*/
/* line 4, ../sass/componentes/_banners.scss */
.banner {
  width: auto;
  margin: 0 auto;
  display: inline-block;
}
/* line 8, ../sass/componentes/_banners.scss */
.banner.skin {
  display: none;
}

/* line 13, ../sass/componentes/_banners.scss */
.wrapperBanner {
  max-width: 1000px;
  display: block;
  text-align: center;
  margin-bottom: 30px;
  margin-bottom: 3rem;
}
/* line 20, ../sass/componentes/_banners.scss */
.wrapperBanner .triggerPopup {
  display: block;
  width: 100%;
  line-height: 1em;
  letter-spacing: 1px;
  text-align: right;
  cursor: pointer;
  overflow: hidden;
}
/* line 28, ../sass/componentes/_banners.scss */
.wrapperBanner .triggerPopup div {
  display: inline-block;
  width: auto;
  line-height: 17px;
  font-size: 10px;
  font-size: 1rem;
  color: white;
  background-color: #111111;
  padding-left: 6px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
/* line 40, ../sass/componentes/_banners.scss */
.wrapperBanner .triggerPopup div:after {
  content: "\00d7";
  padding: 2px 5px 2px 6px;
  margin-left: 6px;
  font-size: 15px;
  text-align: center;
  border-left: 1px solid #ffffff;
}
/* line 49, ../sass/componentes/_banners.scss */
.wrapperBanner .triggerPopup.hover {
  color: #444;
}

@media only screen and (min-width: 768px) {
  /* line 55, ../sass/componentes/_banners.scss */
  .esvip aside .wrapperBanner:first-of-type {
    display: none;
  }
}
/* line 62, ../sass/componentes/_banners.scss */
.wrapperBanner.mega_atf.lg {
  margin: 1.5rem auto;
}

/* line 65, ../sass/componentes/_banners.scss */
.wrapperBanner.mega_footer {
  clear: both;
  margin-bottom: 0;
}

/* GRUPO B SIN MARGEN SUPERIOR HASTA DESKTOP*/
/*Home y category*/
@media only screen and (min-width: 1024px) {
  /* line 75, ../sass/componentes/_banners.scss */
  .home .wrapperBanner.lg, .category.importante .wrapperBanner.lg, .single-analisis .wrapperBanner.lg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    margin-bottom: 5rem;
  }
  /* line 80, ../sass/componentes/_banners.scss */
  .home .wrapperBanner.lg.mega_atf, .category.importante .wrapperBanner.lg.mega_atf, .single-analisis .wrapperBanner.lg.mega_atf {
    margin-top: 30px;
    margin-top: 3rem;
    margin-bottom: 30px;
    margin-bottom: 3rem;
  }
  /* line 83, ../sass/componentes/_banners.scss */
  .home .wrapperBanner.lg.mega_atf .banner, .category.importante .wrapperBanner.lg.mega_atf .banner, .single-analisis .wrapperBanner.lg.mega_atf .banner {
    margin-bottom: 20px;
    margin-bottom: 2rem;
  }
}
/* GRUPO B SIN MARGEN SUPERIOR HASTA TABLET*/
/*Home y category*/
@media only screen and (min-width: 768px) {
  /* line 98, ../sass/componentes/_banners.scss */
  .post-type-archive-especiales .wrapperBanner.lg, .post-type-archive-entrevistas .wrapperBanner.lg, .post-type-archive-analisis .wrapperBanner.lg, .category-videojuegos .wrapperBanner.lg, .page-template-perfil .wrapperBanner.lg, .page-template-historial .wrapperBanner.lg, .page-template-page-hemeroteca .wrapperBanner.lg, .archive.tag .wrapperBanner.lg, .archive.author .wrapperBanner.lg, .post-type-archive-patrocinado .wrapperBanner.lg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    margin-bottom: 5rem;
  }
  /* line 103, ../sass/componentes/_banners.scss */
  .post-type-archive-especiales .wrapperBanner.lg.mega_atf, .post-type-archive-entrevistas .wrapperBanner.lg.mega_atf, .post-type-archive-analisis .wrapperBanner.lg.mega_atf, .category-videojuegos .wrapperBanner.lg.mega_atf, .page-template-perfil .wrapperBanner.lg.mega_atf, .page-template-historial .wrapperBanner.lg.mega_atf, .page-template-page-hemeroteca .wrapperBanner.lg.mega_atf, .archive.tag .wrapperBanner.lg.mega_atf, .archive.author .wrapperBanner.lg.mega_atf, .post-type-archive-patrocinado .wrapperBanner.lg.mega_atf {
    margin-top: 30px;
    margin-top: 3rem;
    margin-bottom: 30px;
    margin-bottom: 3rem;
  }
  /* line 106, ../sass/componentes/_banners.scss */
  .post-type-archive-especiales .wrapperBanner.lg.mega_atf .banner, .post-type-archive-entrevistas .wrapperBanner.lg.mega_atf .banner, .post-type-archive-analisis .wrapperBanner.lg.mega_atf .banner, .category-videojuegos .wrapperBanner.lg.mega_atf .banner, .page-template-perfil .wrapperBanner.lg.mega_atf .banner, .page-template-historial .wrapperBanner.lg.mega_atf .banner, .page-template-page-hemeroteca .wrapperBanner.lg.mega_atf .banner, .archive.tag .wrapperBanner.lg.mega_atf .banner, .archive.author .wrapperBanner.lg.mega_atf .banner, .post-type-archive-patrocinado .wrapperBanner.lg.mega_atf .banner {
    margin-bottom: 20px;
    margin-bottom: 2rem;
  }
}
/* cambiar esta chapuza */
/* line 118, ../sass/componentes/_banners.scss */
.page-template-perfil .wrapperBanner.lg.mega_atf {
  display: none;
}
@media only screen and (min-width: 768px) {
  /* line 118, ../sass/componentes/_banners.scss */
  .page-template-perfil .wrapperBanner.lg.mega_atf {
    display: block;
  }
}

/* line 126, ../sass/componentes/_banners.scss */
.esvip .wrapperBanner:not(.mega_atf) {
  display: none;
}

/* line 131, ../sass/componentes/_banners.scss */
.wrapperBanner:not(.mega_atf) .banner:empty {
  margin-bottom: 30px;
}

/*banner especial en la cabecera*/
/* line 136, ../sass/componentes/_banners.scss */
.banner--evento {
  display: inline-block;
  vertical-align: top;
  max-width: 1030px;
}

@media only screen and (min-width: 768px) {
  /* line 144, ../sass/componentes/_banners.scss */
  .adv7--alignright {
    margin: 0 0 20px 40px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 150, ../sass/componentes/_banners.scss */
  .adv7--alignright {
    margin-right: -100px;
  }
}
/*clases de Fran, en desktop*/
/* line 155, ../sass/componentes/_banners.scss */
.AR_3.ob-widget .ob-rec-text, .AR_4.ob-widget .ob-rec-text {
  max-height: none !important;
}

/*==============
COOKIES display:none;
================= */
/* line 4, ../sass/componentes/_cookies.scss */
.cookies {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #f0f0f0;
  padding: 12.5px;
  padding: 1.25rem;
  z-index: 99;
  text-align: center;
}
/* line 15, ../sass/componentes/_cookies.scss */
.cookies > div {
  max-width: 1000px;
  width: 100%;
  display: inline-block;
  position: relative;
}
/* line 23, ../sass/componentes/_cookies.scss */
.cookies a {
  white-space: nowrap;
}
/* line 26, ../sass/componentes/_cookies.scss */
.cookies p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.35em;
  text-align: left;
  margin-bottom: 0;
  margin-right: 20px;
  margin-right: 2rem;
}
/* line 34, ../sass/componentes/_cookies.scss */
.cookies.mostrar {
  display: block;
}
/* line 38, ../sass/componentes/_cookies.scss */
.cookies .btn--close {
  width: 18px;
  height: 18px;
  top: 2px;
  right: 0;
}
/* line 43, ../sass/componentes/_cookies.scss */
.cookies .btn--close span {
  background-color: #111111;
  height: 2px;
}

@media only screen and (min-width: 768px) {
  /* line 53, ../sass/componentes/_cookies.scss */
  .cookies p {
    margin-right: 25px;
    margin-right: 2.5rem;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5em;
  }
}
@media only screen and (min-width: 980px) {
  /* line 62, ../sass/componentes/_cookies.scss */
  .cookies {
    padding: 25px 12.5px;
    padding: 2.5rem 1.25rem;
  }
}
/* Anuncio de la comunidad al final del single*/
/* line 2, ../sass/componentes/_triggerComunidad.scss */
.finalpost {
  border-top: 2px dotted #ddd;
  margin: 4.6rem 0 5rem;
  padding-top: 4.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 11, ../sass/componentes/_triggerComunidad.scss */
.single_roba_endpost.desktop {
  float: left;
  width: 50%;
}

/* line 16, ../sass/componentes/_triggerComunidad.scss */
.comunidad {
  text-align: left;
  margin: 0 1.5rem;
}
/* line 19, ../sass/componentes/_triggerComunidad.scss */
.comunidad p {
  max-width: 470px;
  text-align: left;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 200;
  line-height: 1.2;
  letter-spacing: 0.01em;
}
@media only screen and (min-width: 768px) {
  /* line 19, ../sass/componentes/_triggerComunidad.scss */
  .comunidad p {
    max-width: 563px;
    font-size: 30px;
    font-size: 3rem;
  }
}
/* line 30, ../sass/componentes/_triggerComunidad.scss */
.comunidad p span {
  font-size: inherit;
  white-space: nowrap;
}
@media only screen and (min-width: 1024px) {
  /* line 16, ../sass/componentes/_triggerComunidad.scss */
  .comunidad {
    float: left;
    width: 50%;
    margin: 0;
  }
}

/* line 42, ../sass/componentes/_triggerComunidad.scss */
.esvip .comunidad {
  margin-bottom: 0;
  width: 100%;
}

/*Tags */
/* line 2, ../sass/componentes/_tag.scss */
.tags {
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 30px;
  margin-bottom: 3rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  /* line 2, ../sass/componentes/_tag.scss */
  .tags {
    margin-top: 0;
  }
}
/* line 10, ../sass/componentes/_tag.scss */
.tags * {
  font: inherit;
}

/* line 15, ../sass/componentes/_tag.scss */
.tag {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
}

@-moz-keyframes bounce-right {
  0% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -moz-transform: translateX(5px);
    transform: translateX(5px);
  }
  100% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes bounce-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounce-right {
  0% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes bounce-left {
  0% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -moz-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  100% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes bounce-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounce-left {
  0% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/*estilo generícos */
/* line 24, ../sass/componentes/_gallery.scss */
.swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}

/* line 30, ../sass/componentes/_gallery.scss */
.swipe-wrap {
  overflow: hidden;
  position: relative;
  height: auto !important;
}

/* line 35, ../sass/componentes/_gallery.scss */
.swipe-wrap > div {
  float: left;
  width: 100%;
}
/* line 39, ../sass/componentes/_gallery.scss */
.swipe-wrap > div > a {
  display: block;
  position: relative;
  padding-bottom: 56.246705324197066%;
  height: 0;
}
/* line 44, ../sass/componentes/_gallery.scss */
.swipe-wrap > div > a img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: 50% 50%;
}

/* line 57, ../sass/componentes/_gallery.scss */
.swipe.gallery {
  margin-bottom: 2.5rem;
  width: 100vw;
  margin-left: -15px;
}
@media only screen and (min-width: 480px) {
  /* line 57, ../sass/componentes/_gallery.scss */
  .swipe.gallery {
    width: 100%;
    margin-left: 0;
  }
}
/* line 66, ../sass/componentes/_gallery.scss */
.swipe.gallery .caption {
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 2;
  padding: 5px 40px;
  color: white;
  background-color: #111111;
  font-size: 12px;
  line-height: 1.5em;
}
/* line 76, ../sass/componentes/_gallery.scss */
.swipe.gallery .caption:empty {
  display: none;
}

/* line 85, ../sass/componentes/_gallery.scss */
.btnsgallery {
  position: absolute;
  top: 0;
  width: 40px;
  margin: 0;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.5);
  text-indent: -9999999px;
}
/* line 93, ../sass/componentes/_gallery.scss */
.btnsgallery.prev {
  left: 0;
}
/* line 96, ../sass/componentes/_gallery.scss */
.btnsgallery.prev:before {
  margin-top: -15px;
  top: 50%;
  z-index: 9999;
  left: 15px;
  color: white;
  width: 18px;
  height: 18px;
  opacity: 0.8;
}
/* line 108, ../sass/componentes/_gallery.scss */
.btnsgallery.next {
  right: 0px;
}
/* line 111, ../sass/componentes/_gallery.scss */
.btnsgallery.next:after {
  top: 50%;
  margin-top: -15px;
  z-index: 9999;
  right: 15px;
  color: white;
  opacity: 0.8;
  width: 18px;
  height: 18px;
}
/* line 125, ../sass/componentes/_gallery.scss */
.btnsgallery:hover {
  opacity: 1;
}
/* line 127, ../sass/componentes/_gallery.scss */
.btnsgallery:hover.prev {
  -moz-animation: bounce-left 1s infinite;
  -webkit-animation: bounce-left 1s infinite;
  animation: bounce-left 1s infinite;
}
/* line 130, ../sass/componentes/_gallery.scss */
.btnsgallery:hover.next {
  -moz-animation: bounce-right 1s infinite;
  -webkit-animation: bounce-right 1s infinite;
  animation: bounce-right 1s infinite;
}

/* line 1, ../sass/componentes/_post--especial.scss */
.post--especial {
  display: block;
  position: relative;
  height: auto;
  background-color: inherit;
  margin-bottom: 30px;
  margin-bottom: 3rem;
}
/* line 7, ../sass/componentes/_post--especial.scss */
.post--especial > div {
  position: relative;
  overflow: hidden;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 1, ../sass/componentes/_post--especial.scss */
  .post--especial {
    height: 137px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 1, ../sass/componentes/_post--especial.scss */
  .post--especial {
    height: 410px;
  }
}
/* line 19, ../sass/componentes/_post--especial.scss */
.post--especial .especial__img {
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  top: 0;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  /* line 19, ../sass/componentes/_post--especial.scss */
  .post--especial .especial__img {
    position: absolute;
  }
}
/* line 29, ../sass/componentes/_post--especial.scss */
.post--especial .especial__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
/* line 36, ../sass/componentes/_post--especial.scss */
.post--especial .especial__category {
  width: 100%;
  display: block;
  text-align: left;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
/* line 47, ../sass/componentes/_post--especial.scss */
.post--especial .especial__description {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  padding: 15px;
  padding: 1.5rem;
}
/* line 53, ../sass/componentes/_post--especial.scss */
.post--especial .especial__description * {
  color: white;
}
/* line 58, ../sass/componentes/_post--especial.scss */
.post--especial .especial__title {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  /* line 58, ../sass/componentes/_post--especial.scss */
  .post--especial .especial__title {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 36px;
  }
}
/* line 67, ../sass/componentes/_post--especial.scss */
.post--especial .author__name {
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  line-height: 1em;
}

/*==========================
SOLO PARA HOME Y CAGETGORY
============================*/
/* line 4, ../sass/_template.scss */
.wrapperZoneA {
  height: auto;
  margin-bottom: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  /* line 11, ../sass/_template.scss */
  .wrapperZoneA {
    height: 4000px;
    margin-bottom: 30px;
    margin-bottom: 3rem;
    padding: 0px 15px;
    padding: 0rem 1.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 19, ../sass/_template.scss */
  .wrapperZoneA {
    height: 3085px;
    width: 1030px;
    margin-left: -15px;
    margin-left: -1.5rem;
    padding: 0;
  }
  /* line 24, ../sass/_template.scss */
  .skin .wrapperZoneA {
    height: 3120px;
  }
}
/* line 30, ../sass/_template.scss */
.wrapperZoneB {
  margin-bottom: 0;
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  /* line 30, ../sass/_template.scss */
  .wrapperZoneB {
    padding: 0px 15px;
    padding: 0rem 1.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 30, ../sass/_template.scss */
  .wrapperZoneB {
    width: 1030px;
    margin-left: -15px;
    margin-left: -1.5rem;
    padding: 0;
  }
}

@media only screen and (min-width: 1024px) {
  /* line 43, ../sass/_template.scss */
  .skin .wrapperZoneA, .skin .wrapperZoneB {
    padding: 0px 15px 30px;
    padding: 0rem 1.5rem 3rem;
    width: 1000px;
    margin-left: auto;
  }
}
/*==================
FLEX BOX  GRID wrapper
====================*/
/* line 55, ../sass/_template.scss */
.flexContent--colum--xs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
/* line 73, ../sass/_template.scss */
.flexContent--row--xs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 98, ../sass/_template.scss */
.flexContent--justifyStart--xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
/* line 101, ../sass/_template.scss */
.flexContent--alingCenter--xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 480px) {
  /* line 107, ../sass/_template.scss */
  .flexContent--colum--xsLarge {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 124, ../sass/_template.scss */
  .flexContent--row--xsLarge {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 146, ../sass/_template.scss */
  .flexContent--alingCenter--xsLarge {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (min-width: 768px) {
  /* line 154, ../sass/_template.scss */
  .flexContent--colum--sm {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 168, ../sass/_template.scss */
  .flexContent--row--sm {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 183, ../sass/_template.scss */
  .flexContent--alingCenter--sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  /* line 186, ../sass/_template.scss */
  .flexContent--justifyStart--sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  /* line 189, ../sass/_template.scss */
  .flexContent--sm--justifySpaceBetween {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  /* line 192, ../sass/_template.scss */
  .flexContent--sm--justifySpaceAround {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 199, ../sass/_template.scss */
  .flexContent--colum--md {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 213, ../sass/_template.scss */
  .flexContent--row--md {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 227, ../sass/_template.scss */
  .flexContent--alingCenter--md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  /* line 230, ../sass/_template.scss */
  .flexContent--md--justifySpaceBetween {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
/*===============
WIDTH
============*/
/* line 244, ../sass/_template.scss */
.width--xs--sideBar {
  width: 330px;
}
/* line 247, ../sass/_template.scss */
.width--xs--w1p3 {
  width: 33.33333%;
}
/* line 250, ../sass/_template.scss */
.width--xs--w2p3 {
  width: 66.66667%;
}
/* line 253, ../sass/_template.scss */
.width--xs--w1p2 {
  width: 50%;
}
/* line 256, ../sass/_template.scss */
.width--xs--maxWidthA--OutAside {
  width: -webkit-calc(1030px - 330px);
  width: -moz-calc(1030px - 330px);
  width: calc(1030px - 330px);
}
/* line 261, ../sass/_template.scss */
.width--xs--maxWidthB--OutAside {
  width: -webkit-calc(1154px - 330px);
  width: -moz-calc(1154px - 330px);
  width: calc(1154px - 330px);
}
/* line 266, ../sass/_template.scss */
.width--xs--w500 {
  width: 500px;
}
/* line 269, ../sass/_template.scss */
.width--xs--w760 {
  width: 760px;
}
/* line 272, ../sass/_template.scss */
.width--xs--fullParent {
  width: 100%;
}
/* line 275, ../sass/_template.scss */
.width--xs--fullParent--OutAside {
  width: -webkit-calc(100% - 330px);
  width: -moz-calc(100% - 330px);
  width: calc(100% - 330px);
}
/* line 280, ../sass/_template.scss */
.width--xs--fullWindow {
  width: 100vw;
}

@media only screen and (min-width: 480px) {
  /* line 287, ../sass/_template.scss */
  .width--xsLarge--sideBar {
    width: 330px;
  }
  /* line 290, ../sass/_template.scss */
  .width--xsLarge--w1p3 {
    width: 33.33333%;
  }
  /* line 293, ../sass/_template.scss */
  .width--xsLarge--w2p3 {
    width: 66.66667%;
  }
  /* line 296, ../sass/_template.scss */
  .width--xsLarge--w1p2 {
    width: 50%;
  }
  /* line 299, ../sass/_template.scss */
  .width--xsLarge--maxWidthA--OutAside {
    width: -webkit-calc(1030px - 330px);
    width: -moz-calc(1030px - 330px);
    width: calc(1030px - 330px);
  }
  /* line 304, ../sass/_template.scss */
  .width--xsLarge--maxWidthB--OutAside {
    width: -webkit-calc(1154px - 330px);
    width: -moz-calc(1154px - 330px);
    width: calc(1154px - 330px);
  }
  /* line 310, ../sass/_template.scss */
  .width--xsLarge--w500 {
    width: 500px;
  }
  /* line 313, ../sass/_template.scss */
  .width--xsLarge--w760 {
    width: 760px;
  }
  /* line 316, ../sass/_template.scss */
  .width--xsLarge--fullParent {
    width: 100%;
  }
  /* line 319, ../sass/_template.scss */
  .width--xsLarge--fullParent--OutAside {
    width: -webkit-calc(100% - 330px);
    width: -moz-calc(100% - 330px);
    width: calc(100% - 330px);
  }
  /* line 324, ../sass/_template.scss */
  .width--xsLarge--fullWindow {
    width: 100vw;
    -webkit-transform: translate(0, -50%);
    transform: translate(-50%, 0);
    left: 50%;
  }
}
@media only screen and (min-width: 768px) {
  /* line 334, ../sass/_template.scss */
  .width--sm--sideBar {
    width: 330px;
  }
  /* line 337, ../sass/_template.scss */
  .width--sm--w1p3 {
    width: 33.33333%;
  }
  /* line 340, ../sass/_template.scss */
  .width--sm--w2p3 {
    width: 66.66667%;
  }
  /* line 343, ../sass/_template.scss */
  .width--sm--w1p2 {
    width: 50%;
  }
  /* line 346, ../sass/_template.scss */
  .width--sm--maxWidthA--OutAside {
    width: -webkit-calc(100% - 330px);
    width: -moz-calc(100% - 330px);
    width: calc(1030px - 330px);
  }
  /* line 351, ../sass/_template.scss */
  .width--sm--maxWidthB--OutAside {
    width: -webkit-calc(1154px - 330px);
    width: -moz-calc(1154px - 330px);
    width: calc(1154px - 330px);
  }
  /* line 357, ../sass/_template.scss */
  .width--sm--w500 {
    width: 500px;
  }
  /* line 360, ../sass/_template.scss */
  .width--sm--w760 {
    width: 760px;
  }
  /* line 363, ../sass/_template.scss */
  .width--sm--fullParent {
    width: 100%;
  }
  /* line 366, ../sass/_template.scss */
  .width--sm--fullParent--OutAside {
    width: -webkit-calc(100% - 330px);
    width: -moz-calc(100% - 330px);
    width: calc(100% - 330px);
  }
  /* line 371, ../sass/_template.scss */
  .width--sm--fullWindow {
    width: 100vw;
  }
}
@media only screen and (min-width: 924px) {
  /* line 379, ../sass/_template.scss */
  .width--smLarge--sideBar {
    width: 330px;
  }
  /* line 382, ../sass/_template.scss */
  .width--smLarge--w1p3 {
    width: 33.33333%;
  }
  /* line 385, ../sass/_template.scss */
  .width--smLarge--w2p3 {
    width: 66.66667%;
  }
  /* line 388, ../sass/_template.scss */
  .width--smLarge--w1p2 {
    width: 50%;
  }
  /* line 391, ../sass/_template.scss */
  .width--smLarge--maxWidthA--OutAside {
    width: -webkit-calc(100% - 330px);
    width: -moz-calc(100% - 330px);
    width: calc(1030px - 330px);
  }
  /* line 396, ../sass/_template.scss */
  .width--smLarge--maxWidthB--OutAside {
    width: -webkit-calc(1154px - 330px);
    width: -moz-calc(1154px - 330px);
    width: calc(1154px - 330px);
  }
  /* line 401, ../sass/_template.scss */
  .width--smLarge--w500 {
    width: 500px;
  }
  /* line 404, ../sass/_template.scss */
  .width--smLarge--w760 {
    width: 760px;
  }
  /* line 407, ../sass/_template.scss */
  .width--smLarge--fullParent {
    width: 100%;
  }
  /* line 410, ../sass/_template.scss */
  .width--smLarge--fullParent--OutAside {
    width: -webkit-calc(100% - 330px);
    width: -moz-calc(100% - 330px);
    width: calc(100% - 330px);
  }
  /* line 415, ../sass/_template.scss */
  .width--smLarge--fullWindow {
    width: calc(100vw - 15px);
  }
}
@media only screen and (min-width: 1024px) {
  /* line 422, ../sass/_template.scss */
  .width--md--sideBar {
    width: 330px;
  }
  /* line 426, ../sass/_template.scss */
  .width--md--w1p3 {
    width: 33.33333%;
  }
  /* line 429, ../sass/_template.scss */
  .width--md--w2p3 {
    width: 66.66667%;
  }
  /* line 432, ../sass/_template.scss */
  .width--md--w1p2 {
    width: 50%;
  }
  /* line 435, ../sass/_template.scss */
  .width--md--maxWidthA--OutAside {
    width: -webkit-calc(1030px - 330px);
    width: -moz-calc(1030px - 330px);
    width: calc(1030px - 330px);
  }
  /* line 440, ../sass/_template.scss */
  .width--md--maxWidthB--OutAside {
    width: -webkit-calc(1154px - 330px);
    width: -moz-calc(1154px - 330px);
    width: calc(1154px - 330px);
  }
  /* line 445, ../sass/_template.scss */
  .width--md--fullParent--OutAside {
    width: -webkit-calc(100% - 330px);
    width: -moz-calc(100% - 330px);
    width: calc(100% - 330px);
  }
  /* line 450, ../sass/_template.scss */
  .width--md--w500 {
    width: 500px;
  }
  /* line 453, ../sass/_template.scss */
  .width--md--w760 {
    width: 760px;
  }
  /* line 456, ../sass/_template.scss */
  .width--md--w860 {
    width: 820px;
  }
  /* line 459, ../sass/_template.scss */
  .width--md--w900 {
    width: 900px;
  }
  /* line 462, ../sass/_template.scss */
  .width--md--fullParent {
    width: 100%;
  }
  /* line 465, ../sass/_template.scss */
  .width--md--fullParent--OutAside {
    width: -webkit-calc(100% - 330px);
    width: -moz-calc(100% - 330px);
    width: calc(100% - 330px);
  }
  /* line 471, ../sass/_template.scss */
  .width--md--fullWindow {
    width: calc(100vw - 15px);
  }
}
/*==============
ORDER -webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;
================*/
/* line 481, ../sass/_template.scss */
.order--xs--n1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
/* line 486, ../sass/_template.scss */
.order--xs--n2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
/* line 491, ../sass/_template.scss */
.order--xs--n3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
/* line 494, ../sass/_template.scss */
.order--xs--n4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
/* line 497, ../sass/_template.scss */
.order--xs--n5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
/* line 500, ../sass/_template.scss */
.order--xs--n6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
/* line 503, ../sass/_template.scss */
.order--xs--n7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}
/* line 506, ../sass/_template.scss */
.order--xs--n8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
/* line 509, ../sass/_template.scss */
.order--xs--n9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}
/* line 512, ../sass/_template.scss */
.order--xs--n10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}
/* line 515, ../sass/_template.scss */
.order--xs--n11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}
/* line 518, ../sass/_template.scss */
.order--xs--n12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}
/* line 521, ../sass/_template.scss */
.order--xs--n13 {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}
/* line 524, ../sass/_template.scss */
.order--xs--n14 {
  -webkit-box-ordinal-group: 15;
  -ms-flex-order: 14;
  order: 14;
}
/* line 527, ../sass/_template.scss */
.order--xs--n15 {
  -webkit-box-ordinal-group: 16;
  -ms-flex-order: 15;
  order: 15;
}
/* line 530, ../sass/_template.scss */
.order--xs--n16 {
  -webkit-box-ordinal-group: 17;
  -ms-flex-order: 16;
  order: 16;
}
/* line 533, ../sass/_template.scss */
.order--xs--n17 {
  -webkit-box-ordinal-group: 18;
  -ms-flex-order: 17;
  order: 17;
}
/* line 536, ../sass/_template.scss */
.order--xs--n18 {
  -webkit-box-ordinal-group: 19;
  -ms-flex-order: 18;
  order: 18;
}
/* line 539, ../sass/_template.scss */
.order--xs--n19 {
  -webkit-box-ordinal-group: 20;
  -ms-flex-order: 19;
  order: 19;
}

@media only screen and (min-width: 768px) {
  /* line 545, ../sass/_template.scss */
  .order--sm--n1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  /* line 548, ../sass/_template.scss */
  .order--sm--n2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  /* line 551, ../sass/_template.scss */
  .order--sm--n3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  /* line 554, ../sass/_template.scss */
  .order--sm--n4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  /* line 557, ../sass/_template.scss */
  .order--sm--n5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  /* line 560, ../sass/_template.scss */
  .order--sm--n6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  /* line 563, ../sass/_template.scss */
  .order--sm--n7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  /* line 566, ../sass/_template.scss */
  .order--sm--n8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  /* line 569, ../sass/_template.scss */
  .order--sm--n9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  /* line 572, ../sass/_template.scss */
  .order--sm--n10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  /* line 575, ../sass/_template.scss */
  .order--sm--n11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  /* line 578, ../sass/_template.scss */
  .order--sm--n12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  /* line 581, ../sass/_template.scss */
  .order--sm--n13 {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  /* line 584, ../sass/_template.scss */
  .order--sm--n14 {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 14;
    order: 14;
  }
  /* line 587, ../sass/_template.scss */
  .order--sm--n15 {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15;
  }
  /* line 590, ../sass/_template.scss */
  .order--sm--n16 {
    -webkit-box-ordinal-group: 17;
    -ms-flex-order: 16;
    order: 16;
  }
  /* line 593, ../sass/_template.scss */
  .order--sm--n17 {
    -webkit-box-ordinal-group: 18;
    -ms-flex-order: 17;
    order: 17;
  }
  /* line 596, ../sass/_template.scss */
  .order--sm--n18 {
    -webkit-box-ordinal-group: 19;
    -ms-flex-order: 18;
    order: 18;
  }
  /* line 599, ../sass/_template.scss */
  .order--sm--n19 {
    -webkit-box-ordinal-group: 20;
    -ms-flex-order: 19;
    order: 19;
  }
}
@media only screen and (min-width: 924px) {
  /* line 607, ../sass/_template.scss */
  .order--smLarge--n1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  /* line 610, ../sass/_template.scss */
  .order--smLarge--n2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  /* line 613, ../sass/_template.scss */
  .order--smLarge--n3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  /* line 616, ../sass/_template.scss */
  .order--smLarge--n4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  /* line 619, ../sass/_template.scss */
  .order--smLarge--n5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  /* line 622, ../sass/_template.scss */
  .order--smLarge--n6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  /* line 625, ../sass/_template.scss */
  .order--smLarge--n7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  /* line 628, ../sass/_template.scss */
  .order--smLarge--n8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  /* line 631, ../sass/_template.scss */
  .order--smLarge--n9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  /* line 634, ../sass/_template.scss */
  .order--smLarge--n10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  /* line 637, ../sass/_template.scss */
  .order--smLarge--n11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  /* line 640, ../sass/_template.scss */
  .order--smLarge--n12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  /* line 643, ../sass/_template.scss */
  .order--smLarge--n13 {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  /* line 646, ../sass/_template.scss */
  .order--smLarge--n14 {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 14;
    order: 14;
  }
  /* line 649, ../sass/_template.scss */
  .order--smLarge--n15 {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15;
  }
  /* line 652, ../sass/_template.scss */
  .order--smLarge--n16 {
    -webkit-box-ordinal-group: 17;
    -ms-flex-order: 16;
    order: 16;
  }
  /* line 655, ../sass/_template.scss */
  .order--smLarge--n17 {
    -webkit-box-ordinal-group: 18;
    -ms-flex-order: 17;
    order: 17;
  }
  /* line 658, ../sass/_template.scss */
  .order--smLarge--n18 {
    -webkit-box-ordinal-group: 19;
    -ms-flex-order: 18;
    order: 18;
  }
  /* line 661, ../sass/_template.scss */
  .order--smLarge--n19 {
    -webkit-box-ordinal-group: 20;
    -ms-flex-order: 19;
    order: 19;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 669, ../sass/_template.scss */
  .order--md--n1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  /* line 672, ../sass/_template.scss */
  .order--md--n2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  /* line 675, ../sass/_template.scss */
  .order--md--n3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  /* line 678, ../sass/_template.scss */
  .order--md--n4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  /* line 681, ../sass/_template.scss */
  .order--md--n5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  /* line 684, ../sass/_template.scss */
  .order--md--n6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  /* line 687, ../sass/_template.scss */
  .order--md--n7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  /* line 690, ../sass/_template.scss */
  .order--md--n8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  /* line 693, ../sass/_template.scss */
  .order--md--n9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  /* line 696, ../sass/_template.scss */
  .order--md--n10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  /* line 699, ../sass/_template.scss */
  .order--md--n11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  /* line 702, ../sass/_template.scss */
  .order--md--n12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  /* line 705, ../sass/_template.scss */
  .order--md--n13 {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  /* line 708, ../sass/_template.scss */
  .order--md--n14 {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 14;
    order: 14;
  }
  /* line 711, ../sass/_template.scss */
  .order--md--n15 {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15;
  }
  /* line 714, ../sass/_template.scss */
  .order--md--n16 {
    -webkit-box-ordinal-group: 17;
    -ms-flex-order: 16;
    order: 16;
  }
  /* line 717, ../sass/_template.scss */
  .order--md--n17 {
    -webkit-box-ordinal-group: 18;
    -ms-flex-order: 17;
    order: 17;
  }
  /* line 720, ../sass/_template.scss */
  .order--md--n18 {
    -webkit-box-ordinal-group: 19;
    -ms-flex-order: 18;
    order: 18;
  }
  /* line 723, ../sass/_template.scss */
  .order--md--n19 {
    -webkit-box-ordinal-group: 20;
    -ms-flex-order: 19;
    order: 19;
  }
}
/*PARCIAL PARA REGLAS MAS ESPECIFICAS EN COMPONENTES
aplicar cuando la ubicación de la pagina define al componente
 */
/*==========
 PAGE home
 ==========*/
/* line 11, ../sass/_views.scss */
.home:not(.esvip) .post--extended.order--xs--n2, .home:not(.esvip) .post--b.order--xs--n15, .home:not(.esvip) .order--xs--n15.post--c, .home:not(.esvip) .widget-evento .order--xs--n15.post, .widget-evento .home:not(.esvip) .order--xs--n15.post {
  padding-bottom: 0px;
  padding-bottom: 0rem;
  border-bottom: none;
  margin-bottom: 30px;
  margin-bottom: 3rem;
}

/* line 17, ../sass/_views.scss */
.home main, .category.importante main {
  max-width: 1000px;
  padding: 0;
  overflow: visible;
}

/* line 22, ../sass/_views.scss */
.post--extended.order--xs--n8 {
  padding-bottom: 0px;
  padding-bottom: 0rem;
  border-bottom: none;
  margin-bottom: 30px;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 768px) {
  /* line 34, ../sass/_views.scss */
  .wrapperZoneB .post--b:last-of-type, .wrapperZoneB .post--c:last-of-type, .wrapperZoneB .widget-evento .post:last-of-type, .widget-evento .wrapperZoneB .post:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
  }
  /* line 39, ../sass/_views.scss */
  .wrapperZoneB .post--b:nth-of-type(3), .wrapperZoneB .post--c:nth-of-type(3), .wrapperZoneB .widget-evento .post:nth-of-type(3), .widget-evento .wrapperZoneB .post:nth-of-type(3) {
    padding-bottom: 0px;
    padding-bottom: 0rem;
    border-bottom: none;
    margin-bottom: 30px;
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  /* line 53, ../sass/_views.scss */
  .home .listAnalisis, .home .listNoticias, .home .widget-evento {
    padding: 0px 15px;
    padding: 0rem 1.5rem;
  }
  /* line 55, ../sass/_views.scss */
  .home .listAnalisis .posts, .home .listNoticias .posts, .home .widget-evento .posts, .home .listAnalisis .timelineAnalisis, .home .listNoticias .timelineAnalisis, .home .widget-evento .timelineAnalisis, .home .listAnalisis .widget-evento, .home .listNoticias .widget-evento, .home .widget-evento .widget-evento {
    padding: 0;
  }
  /* line 58, ../sass/_views.scss */
  .home .listAnalisis .sticker--tag, .home .listNoticias .sticker--tag, .home .widget-evento .sticker--tag, .home .listAnalisis .widget-evento h4, .widget-evento .home .listAnalisis h4, .home .listNoticias .widget-evento h4, .widget-evento .home .listNoticias h4, .home .widget-evento h4, .home .listAnalisis .suscripcionEmail h4, .suscripcionEmail .home .listAnalisis h4, .home .listNoticias .suscripcionEmail h4, .suscripcionEmail .home .listNoticias h4, .home .widget-evento .suscripcionEmail h4, .suscripcionEmail .home .widget-evento h4 {
    height: auto;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    line-height: 1.2em;
    color: #0088cc;
    border-bottom: 1px solid #0088cc;
    border-top: none;
    background-color: inherit;
    text-transform: uppercase;
    text-align: left;
    font-weight: 600;
    padding: 0px 0px 10px;
    padding: 0rem 0rem 1rem;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    text-align: center;
    pointer-events: none;
  }
  /* line 76, ../sass/_views.scss */
  .home .timelineAnalisis__item:nth-child(3) {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  /* line 76, ../sass/_views.scss */
  .home .timelineAnalisis__item:nth-child(3) {
    margin-bottom: 20px;
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  /* line 82, ../sass/_views.scss */
  .home .destacados--sidebar {
    padding: 0px 15px;
    padding: 0rem 1.5rem;
  }
  /* line 84, ../sass/_views.scss */
  .home .destacados--sidebar .sticker--categoria, .home .destacados--sidebar *.sticker--recomendados::before {
    height: auto;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    line-height: 1.2em;
    color: #0088cc;
    border-bottom: 1px solid #0088cc;
    border-top: none;
    background-color: inherit;
    text-transform: uppercase;
    text-align: left;
    font-weight: bold;
    padding: 0px 0px 10px;
    padding: 0rem 0rem 1rem;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    text-align: center;
    cursor: none;
  }
}
@media only screen and (min-width: 924px) {
  /* line 105, ../sass/_views.scss */
  .home .banner--evento {
    margin-left: 0;
    margin-right: 0;
  }
}
 /*=======================
 PAGE SECCIÓN DE CATEGORIA  top: -10px;
		    				left: -14px;
 =========================*/
@media only screen and (min-width: 768px) {
  /* line 118, ../sass/_views.scss */
  .category.importante .sticker--categoria, .category.importante *.sticker--recomendados::before {
    display: block;
    width: auto;
    position: absolute;
    top: 0;
    left: -0;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    text-transform: uppercase;
    z-index: 99;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.25px;
    background-color: #222222;
    border-top: none;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 143, ../sass/_views.scss */
  .category.importante .sticker--categoria, .category.importante *.sticker--recomendados::before {
    top: -10px;
    left: -14px;
  }
  /* line 146, ../sass/_views.scss */
  .category.importante .sticker--categoria:after {
    content: " ";
    position: absolute;
    height: 0;
    width: 0;
    border: solid transparent 10px;
    border-top-color: #000000;
    left: 4px;
    right: 3px;
    bottom: -10px;
    -ms-transform: rotate(226deg);
    -webkit-transform: rotate(226deg);
    transform: rotate(226deg);
  }
}
/*===================
page author
====================== */
@media only screen and (min-width: 768px) {
  /* line 171, ../sass/_views.scss */
  .author .post h3::before, .post-type-archive-entrevistas .post h3::before, .archive.tag .post h3::before, .archive.category:not(.importante) .post h3::before, .date .post h3::before {
    left: 0;
  }
  /* line 174, ../sass/_views.scss */
  .author aside, .post-type-archive-entrevistas aside, .archive.tag aside, .archive.category:not(.importante) aside, .date aside {
    padding-left: 30px;
    padding-left: 3rem;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 181, ../sass/_views.scss */
  .author .post {
    max-width: 100%;
    height: auto;
  }
  /* line 184, ../sass/_views.scss */
  .author .post:after {
    visibility: hidden;
  }
}
/*===================
page analisis
====================== */
@media only screen and (min-width: 1024px) {
  /* line 198, ../sass/_views.scss */
  .post-type-archive-analisis ul.posts, .post-type-archive-analisis ul.timelineAnalisis, .post-type-archive-analisis ul.widget-evento {
    width: 1030px;
    margin-left: -15px;
    margin-left: -1.5rem;
  }
}
@media only screen and (min-width: 580px) {
  /* line 204, ../sass/_views.scss */
  .post-type-archive-analisis .timelineAnalisis__item {
    margin-top: 0;
    width: -webkit-calc(50% - 15px*2);
    width: calc(50% - 15px*2);
    margin: 0px 15px 30px;
    margin: 0rem 1.5rem 3rem;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 204, ../sass/_views.scss */
  .post-type-archive-analisis .timelineAnalisis__item {
    margin-top: 0;
    width: -webkit-calc(33.333% - 15px*2);
    width: calc(33.333% - 15px*2);
  }
}

/*=====================
HOME--JUNO
======================*/
/* line 229, ../sass/_views.scss */
.post-type-archive-juno {
  background-color: #1e1e1e;
  background-image: url("../img/junobg.jpg");
  background-repeat: repeat-x;
}

/* line 234, ../sass/_views.scss */
.junoHead {
  margin: 20px auto;
}
/* line 236, ../sass/_views.scss */
.junoHead p {
  color: white;
  margin: 20px auto;
  font-size: 15px;
  letter-spacing: 0.02em;
  text-align: center;
}
/* line 244, ../sass/_views.scss */
.junoHead img {
  display: inline-block;
  max-width: 86px;
  height: auto;
}
@media only screen and (min-width: 768px) {
  /* line 250, ../sass/_views.scss */
  .junoHead p {
    font-size: 30px auto;
    font-size: 20px;
  }
  /* line 254, ../sass/_views.scss */
  .junoHead img {
    max-width: 347px;
  }
}

/* line 260, ../sass/_views.scss */
a.junofb, a.junotw {
  display: inline-block;
  height: 30px;
  width: 30px;
  background-size: 60px 26px;
  background-image: url(https://hipertextual.com/wp-content/themes/vip_2016/templates/social-juno.svg);
  background-repeat: no-repeat;
}
/* line 266, ../sass/_views.scss */
a.junofb:hover, a.junotw:hover {
  opacity: 0.5;
}

/* line 270, ../sass/_views.scss */
a.junotw {
  background-position: right top;
}

/* line 274, ../sass/_views.scss */
.junoHead--single {
  width: 100%;
  padding: 0;
  margin: 0 0 20px;
  text-align: center;
}
/* line 279, ../sass/_views.scss */
.junoHead--single img {
  display: inline-block;
  width: 81px;
  height: 35px;
}

/* line 286, ../sass/_views.scss */
.patrocinadaHead {
  margin: 20px auto;
}

/*============
 PAGE CANCELAR
 =============*/
/* line 294, ../sass/_views.scss */
.page-template-cancelar .wrapperBanner.mega_atf.lg {
  display: none;
}
@media only screen and (min-width: 768px) {
  /* line 294, ../sass/_views.scss */
  .page-template-cancelar .wrapperBanner.mega_atf.lg {
    display: block;
    margin-top: 30px;
    margin-top: 3rem;
  }
}

/*============================
SECCIÓN ofertas
============================== */
/* line 306, ../sass/_views.scss */
.page-template-ofertas .wrapperMain {
  background-image: url("../img/ofertasbg.jpg");
  background-repeat: repeat-x;
  background-color: #f6f4f6;
}
/* line 311, ../sass/_views.scss */
.page-template-ofertas main {
  padding: 0;
  background-color: transparent;
}

/*============================
SECCIÓN PAGINA ERROR
============================== */
/* line 320, ../sass/_views.scss */
.error404 ul {
  padding-left: 35px;
  padding-left: 3.5rem;
}
/* line 323, ../sass/_views.scss */
.error404 ul li {
  list-style: square;
}
/* line 327, ../sass/_views.scss */
.error404 h2 {
  margin-top: 50px;
}
/* line 330, ../sass/_views.scss */
.error404 .gif {
  background: url(../img/itcrowd.gif) no-repeat;
  background-position: center top;
  width: 650px;
  height: 358px;
  margin: 0 auto 50px;
}

 /*============================
CLASES GENERICAS
 ==============================*/
@media only screen and (min-width: 768px) {
  /* line 343, ../sass/_views.scss */
  .tag main, .category:not(.importante) main, .author main, .post-type-archive-entrevistas main {
    padding: 1.5rem;
  }
}
/* line 347, ../sass/_views.scss */
.post-type-archive-analisis .posts, .post-type-archive-analisis .timelineAnalisis, .post-type-archive-analisis .widget-evento, .post-type-archive-entrevistas .posts, .post-type-archive-entrevistas .timelineAnalisis, .post-type-archive-entrevistas .widget-evento, .post-type-archive-especiales .posts, .post-type-archive-especiales .timelineAnalisis, .post-type-archive-especiales .widget-evento {
  margin-bottom: 0;
}

/*=====================
  PAGE Analisis
  ======================*/
/* line 5, ../sass/views/_singleAmpliado.scss */
.single-analisis .articleHead {
  margin-bottom: 0;
}
/* line 8, ../sass/views/_singleAmpliado.scss */
.single-analisis .headlineSingle__lead {
  -ms-flex-order: -1;
  order: -1;
}

/* line 14, ../sass/views/_singleAmpliado.scss */
.wrapper--contenido1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap column;
  flex-flow: wrap column;
}
@media only screen and (min-width: 1024px) {
  /* line 14, ../sass/views/_singleAmpliado.scss */
  .wrapper--contenido1 {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  /* line 27, ../sass/views/_singleAmpliado.scss */
  .single-analisis .articleHead {
    margin-bottom: 0;
  }
  /* line 30, ../sass/views/_singleAmpliado.scss */
  .single-analisis .headlineSingle {
    margin-bottom: 40px;
    margin-bottom: 4rem;
    text-align: center;
  }
  /* line 34, ../sass/views/_singleAmpliado.scss */
  .single-analisis a.etiqueta--categoria {
    display: inline-block;
    width: auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2em;
    height: 24px;
    padding: 0px 7px;
    padding: 0rem 0.7rem;
    margin-top: 44px;
    margin-top: 4.4rem;
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
    text-align: center;
    background-color: #111;
    color: white;
    font-weight: 500;
  }
  /* line 49, ../sass/views/_singleAmpliado.scss */
  .single-analisis .headlineSingle__title {
    text-align: center;
    margin-bottom: 5px;
    margin-bottom: 0.5rem;
  }
  /* line 53, ../sass/views/_singleAmpliado.scss */
  .single-analisis .headlineSingle__author {
    width: 100%;
    text-align: center;
    margin: 0;
  }
  /* line 58, ../sass/views/_singleAmpliado.scss */
  .single-analisis .author__name {
    margin-bottom: 0;
  }
  /* line 61, ../sass/views/_singleAmpliado.scss */
  .single-analisis .datePost {
    display: block;
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 10px;
    margin-top: 1rem;
  }
  /* line 66, ../sass/views/_singleAmpliado.scss */
  .single-analisis .headlineSingle__lead {
    font-weight: bold;
    letter-spacing: 0.002em;
    clear: none;
    margin-bottom: 20px;
    margin-bottom: 2rem;
  }
  /* line 67, ../sass/views/_singleAmpliado.scss */
  .single-analisis .headlineSingle__lead * {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.55em;
  }
  /* line 76, ../sass/views/_singleAmpliado.scss */
  .single-analisis .headlineSingle__lead p:last-child {
    margin-bottom: 0;
  }
  /* line 80, ../sass/views/_singleAmpliado.scss */
  .single-analisis .compartir {
    width: 100%;
    text-align: center;
  }
  /* line 84, ../sass/views/_singleAmpliado.scss */
  .single-analisis .vc {
    margin-bottom: 30px;
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 93, ../sass/views/_singleAmpliado.scss */
  .single-analisis .headlineSingle__title {
    padding: 0px;
    padding: 0rem;
  }
  /* line 96, ../sass/views/_singleAmpliado.scss */
  .single-analisis .datePost {
    font-size: inherit;
  }
  /* line 99, ../sass/views/_singleAmpliado.scss */
  .single-analisis .compartir {
    margin-bottom: 0;
    text-align: left;
  }
  /* line 102, ../sass/views/_singleAmpliado.scss */
  .single-analisis .compartir.end {
    text-align: center;
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 8rem;
  }
  /* line 108, ../sass/views/_singleAmpliado.scss */
  .single-analisis .vc {
    margin-bottom: 0;
  }
}
/*=====================
 SINGLE--ESPECIALES
 ======================*/
/* line 5, ../sass/views/_singleEspeciales.scss */
.single-especiales:not(.esvip) .vc {
  display: none;
}
/* line 8, ../sass/views/_singleEspeciales.scss */
.single-especiales:not(.esvip) .cs {
  display: none;
}

/* line 18, ../sass/views/_singleEspeciales.scss */
.single.single-especiales main {
  overflow: visible;
  padding-top: 0;
  background-color: transparent;
}
/* line 24, ../sass/views/_singleEspeciales.scss */
.single.single-especiales .articleHead {
  height: auto;
  overflow: hidden;
}
/* line 27, ../sass/views/_singleEspeciales.scss */
.single.single-especiales .articleHead img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: 50% top;
}
/* line 35, ../sass/views/_singleEspeciales.scss */
.single.single-especiales .headlineSingle__author {
  margin-left: 0;
  font-family: 'adelle_regular';
}
/* line 38, ../sass/views/_singleEspeciales.scss */
.single.single-especiales .headlineSingle__author a.author__name {
  font-family: 'adelle_regular';
}
/* line 43, ../sass/views/_singleEspeciales.scss */
.single.single-especiales .headlineSingle__lead.center p {
  text-align: center;
}
/* line 48, ../sass/views/_singleEspeciales.scss */
.single.single-especiales .headlineSingle__author {
  margin-bottom: 35px;
  margin-bottom: 3.5rem;
  font-size: 20px;
  font-size: 2rem;
}
@media only screen and (min-width: 768px) {
  /* line 55, ../sass/views/_singleEspeciales.scss */
  .single.single-especiales .articleHead {
    height: 600px;
    margin-bottom: 45px;
    margin-bottom: 4.5rem;
  }
  /* line 60, ../sass/views/_singleEspeciales.scss */
  .single.single-especiales .headlineSingle__title {
    font-size: 60px;
    font-size: 6rem;
  }
  /* line 64, ../sass/views/_singleEspeciales.scss */
  .single.single-especiales .headlineSingle__lead {
    font-family: 'adelle_regular';
  }
  /* line 66, ../sass/views/_singleEspeciales.scss */
  .single.single-especiales .headlineSingle__lead p {
    font-size: 30px;
    font-size: 3rem;
    line-height: 40px;
    font-family: inherit;
  }
  /* line 71, ../sass/views/_singleEspeciales.scss */
  .single.single-especiales .headlineSingle__lead p:last-child {
    margin-bottom: 35px;
    margin-bottom: 3.5rem;
  }
  /* line 78, ../sass/views/_singleEspeciales.scss */
  .single.single-especiales blockquote {
    margin: 85px 0px;
    margin: 8.5rem 0rem;
    font-size: 30px;
    line-height: 38px;
    color: #333;
    font-style: normal;
    font-family: 'adelle_regular';
    text-align: left;
    padding-left: 138px;
  }
  /* line 87, ../sass/views/_singleEspeciales.scss */
  .single.single-especiales blockquote p {
    font: inherit;
  }
  /* line 92, ../sass/views/_singleEspeciales.scss */
  .single.single-especiales .article__figure--extraFull blockquote {
    color: white;
    width: auto;
    max-width: 740px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 30px;
    font-size: 3rem;
    font-style: normal;
    font-family: inherit;
    text-align: center;
  }
  /* line 106, ../sass/views/_singleEspeciales.scss */
  .single.single-especiales .compartir.end {
    margin-bottom: 80px;
    margin-bottom: 8rem;
  }
  /* line 110, ../sass/views/_singleEspeciales.scss */
  .single.single-especiales .historia h2 {
    text-align: center;
    border-bottom: 1px solid #aaa;
    margin: 80px 0 20px 0;
    width: 100%;
    padding: 0 0 10px 0;
    display: inline-block;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 121, ../sass/views/_singleEspeciales.scss */
  .single.single-especiales .historia h2 {
    margin: 80px 0 20px -100px;
    width: 900px;
  }
  /* line 125, ../sass/views/_singleEspeciales.scss */
  .single.single-especiales blockquote {
    margin-left: -76px;
    margin-left: -7.6rem;
  }
  /* line 128, ../sass/views/_singleEspeciales.scss */
  .single.single-especiales .wp-caption {
    margin: 35px 0px;
    margin: 3.5rem 0rem;
  }
  /* line 131, ../sass/views/_singleEspeciales.scss */
  .single.single-especiales .wp-caption-text {
    margin-top: 5px;
    margin-top: 0.5rem;
  }
}

/*=====================
 PAGE SINGLE
 ======================*/
/* line 6, ../sass/views/_singleDefault.scss */
.single:not(.esvip) .vc {
  display: none;
}
/* line 9, ../sass/views/_singleDefault.scss */
.single:not(.esvip) .cs {
  display: none;
}

/* line 14, ../sass/views/_singleDefault.scss */
.single-post .vipshared, .single-juno .vipshared, .single-patrocinado .vipshared {
  margin-bottom: 25px;
  margin-bottom: 2.5rem;
}

/* line 19, ../sass/views/_singleDefault.scss */
.single .historia iframe {
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  /* line 26, ../sass/views/_singleDefault.scss */
  .single .post--especial {
    height: 500px;
  }
  /* line 28, ../sass/views/_singleDefault.scss */
  .single .post--especial .especial__description {
    padding: 30px;
    padding: 3rem;
  }
  /* line 32, ../sass/views/_singleDefault.scss */
  .single .post--especial .especial__title {
    font-size: 50px;
    font-size: 5rem;
    line-height: 1.1em;
  }
  /* line 36, ../sass/views/_singleDefault.scss */
  .single .post--especial .author__name {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media only screen and (min-width: 924px) {
  /* line 45, ../sass/views/_singleDefault.scss */
  .single.esvip .compartir .cs {
    display: inline-block;
  }
}
/*=====================
HOME--BITELIA
======================*/
/* line 5, ../sass/views/_bitelia.scss */
.post-type-archive-bitelia {
  background-color: #1f5da6;
  background-image: url("../img/biteliabg.jpg");
  background-repeat: repeat-x;
}

/* line 10, ../sass/views/_bitelia.scss */
.biteliaHead {
  margin: 20px auto;
}
/* line 12, ../sass/views/_bitelia.scss */
.biteliaHead p {
  color: white;
  margin: 20px auto;
  font-size: 15px;
  letter-spacing: 0.02em;
  text-align: center;
}
/* line 20, ../sass/views/_bitelia.scss */
.biteliaHead img {
  display: inline-block;
  max-width: 86px;
  height: auto;
}
@media only screen and (min-width: 768px) {
  /* line 10, ../sass/views/_bitelia.scss */
  .biteliaHead {
    margin-bottom: 50px;
    margin-bottom: 5rem;
  }
  /* line 27, ../sass/views/_bitelia.scss */
  .biteliaHead p {
    margin-top: 0;
    font-size: 20px;
  }
  /* line 31, ../sass/views/_bitelia.scss */
  .biteliaHead img {
    max-width: 415px;
  }
}

/* line 37, ../sass/views/_bitelia.scss */
a.biteliafb, a.biteliatw {
  display: inline-block;
  height: 30px;
  width: 30px;
  background-size: 60px 26px;
  background-image: url(https://hipertextual.com/wp-content/themes/vip_2016/templates/social-juno.svg);
  background-repeat: no-repeat;
}
/* line 43, ../sass/views/_bitelia.scss */
a.biteliafb:hover, a.biteliatw:hover {
  opacity: 0.5;
}

/* line 47, ../sass/views/_bitelia.scss */
a.biteliatw {
  background-position: right top;
}

 /*=====================
SINGLE--BITELIA
 ======================*/
/* line 54, ../sass/views/_bitelia.scss */
.biteliaHead--single {
  width: 100%;
  padding: 0;
  margin: 0 0 20px;
  text-align: center;
}
/* line 59, ../sass/views/_bitelia.scss */
.biteliaHead--single img {
  display: inline-block;
  width: 104px;
  height: 45px;
}

/* line 66, ../sass/views/_bitelia.scss */
.patrocinadaHead {
  margin: 20px auto;
}

/*=====================
HOME--JUNO
======================*/
/* line 5, ../sass/views/_juno.scss */
.post-type-archive-juno {
  background-color: #1e1e1e;
  background-image: url("../img/junobg.jpg");
  background-repeat: repeat-x;
}

/* line 10, ../sass/views/_juno.scss */
.junoHead {
  margin: 20px auto;
}
/* line 12, ../sass/views/_juno.scss */
.junoHead p {
  color: white;
  margin: 20px auto;
  font-size: 15px;
  letter-spacing: 0.02em;
  text-align: center;
}
/* line 20, ../sass/views/_juno.scss */
.junoHead img {
  display: inline-block;
  max-width: 86px;
  height: auto;
}
@media only screen and (min-width: 768px) {
  /* line 26, ../sass/views/_juno.scss */
  .junoHead p {
    font-size: 30px auto;
    font-size: 20px;
  }
  /* line 30, ../sass/views/_juno.scss */
  .junoHead img {
    max-width: 347px;
  }
}

/* line 36, ../sass/views/_juno.scss */
a.junofb, a.junotw {
  display: inline-block;
  height: 30px;
  width: 30px;
  background-size: 60px 26px;
  background-image: url(https://hipertextual.com/wp-content/themes/vip_2016/templates/social-juno.svg);
  background-repeat: no-repeat;
}
/* line 42, ../sass/views/_juno.scss */
a.junofb:hover, a.junotw:hover {
  opacity: 0.5;
}

/* line 46, ../sass/views/_juno.scss */
a.junotw {
  background-position: right top;
}

/* line 50, ../sass/views/_juno.scss */
.junoHead--single {
  width: 100%;
  padding: 0;
  margin: 0 0 20px;
  text-align: center;
}
/* line 55, ../sass/views/_juno.scss */
.junoHead--single img {
  display: inline-block;
  width: 81px;
  height: 35px;
}

/* line 62, ../sass/views/_juno.scss */
.patrocinadaHead {
  margin: 20px auto;
}

/* ==========================================================================
   Helper classes: Clases genéricas para dar estilos a componentes en linea
  
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 */
/* line 10, ../sass/_helpers.scss */
.hidden--xs {
  display: none;
}

@media only screen and (min-width: 480px) {
  /* line 15, ../sass/_helpers.scss */
  .hidden--xsLg {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  /* line 21, ../sass/_helpers.scss */
  .hidden--sm {
    display: none;
  }
}
@media only screen and (min-width: 924px) {
  /* line 27, ../sass/_helpers.scss */
  .hidden--smLarge {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 33, ../sass/_helpers.scss */
  .hidden--md {
    display: none;
  }
}
@media only screen and (min-width: 1400px) {
  /* line 38, ../sass/_helpers.scss */
  .hidden--lg {
    display: none;
  }
}
/* line 43, ../sass/_helpers.scss */
.show--xs {
  display: block;
}

@media only screen and (min-width: 480px) {
  /* line 47, ../sass/_helpers.scss */
  .show--xsLg {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  /* line 53, ../sass/_helpers.scss */
  .show--sm {
    display: block;
  }
}
@media only screen and (min-width: 924px) {
  /* line 59, ../sass/_helpers.scss */
  .show--smLarge {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 64, ../sass/_helpers.scss */
  .show--md {
    display: block;
  }
}
@media only screen and (min-width: 1400px) {
  /* line 69, ../sass/_helpers.scss */
  .show--lg {
    display: block;
  }
}
/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
/* line 81, ../sass/_helpers.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
/* line 98, ../sass/_helpers.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
/* line 112, ../sass/_helpers.scss */
.invisible--xs {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

@media only screen and (min-width: 924px) {
  /* line 118, ../sass/_helpers.scss */
  .invisible--smLarge {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
  }
}
@media only screen and (min-width: 768px) {
  /* line 125, ../sass/_helpers.scss */
  .invisible--sm {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
  }
}
@media only screen and (min-width: 1024px) {
  /* line 132, ../sass/_helpers.scss */
  .invisible--md {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
  }
}
/* line 138, ../sass/_helpers.scss */
.visible--xs {
  position: initial !important;
  clip: auto;
}

@media only screen and (min-width: 768px) {
  /* line 144, ../sass/_helpers.scss */
  .visible--sm {
    position: initial !important;
    clip: auto;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 151, ../sass/_helpers.scss */
  .visible--md {
    position: initial !important;
    clip: auto;
  }
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 168, ../sass/_helpers.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 174, ../sass/_helpers.scss */
.clearfix:after {
  clear: both;
}

/* line 177, ../sass/_helpers.scss */
.clearRight {
  clear: right;
}

/* line 180, ../sass/_helpers.scss */
.clearLeft {
  clear: left;
}

/*===========================*/
/* line 185, ../sass/_helpers.scss */
img.alignright {
  margin: 20px 0 10px 20px;
  width: auto !important;
  float: right;
}

/* line 186, ../sass/_helpers.scss */
img.alignleft {
  margin: 20px 20px 10px 0;
  width: auto !important;
  float: left;
}

/* line 188, ../sass/_helpers.scss */
.floatLeft {
  float: left;
}

/* line 192, ../sass/_helpers.scss */
.floatRight {
  float: right;
}

/* line 196, ../sass/_helpers.scss */
.floatLeft--xs {
  float: left;
}

@media only screen and (min-width: 768px) {
  /* line 200, ../sass/_helpers.scss */
  .floatLeft--sm {
    float: left;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 205, ../sass/_helpers.scss */
  .floatLeft--md {
    float: left;
  }
}
/* line 210, ../sass/_helpers.scss */
.floatRight--xs {
  float: right;
}

@media only screen and (min-width: 768px) {
  /* line 214, ../sass/_helpers.scss */
  .floatRight--sm {
    float: right;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 219, ../sass/_helpers.scss */
  .floatRight--md {
    float: right;
  }
}
/* line 224, ../sass/_helpers.scss */
.responsiveImage {
  max-width: 100%;
  height: auto;
}

/* line 228, ../sass/_helpers.scss */
.bold {
  font-weight: bold;
}

/* line 231, ../sass/_helpers.scss */
.center {
  text-align: center;
}

/* line 234, ../sass/_helpers.scss */
.alignright {
  text-align: right;
}

/* line 237, ../sass/_helpers.scss */
.alignleft {
  text-align: left;
}

/*aplicar esta clase a los enlaces de texto que no quiero que se separaren en dos lineas */
/* line 241, ../sass/_helpers.scss */
.inlineBlock {
  display: inline-block;
}

/* line 244, ../sass/_helpers.scss */
.centerProgressiveX {
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

/*margin Verticales*/
/* line 252, ../sass/_helpers.scss */
.M15 {
  margin: 15px 0px;
  margin: 1.5rem 0rem;
}

/* line 255, ../sass/_helpers.scss */
.M20 {
  margin: 20px 0px;
  margin: 2rem 0rem;
}
@media only screen and (min-width: 768px) {
  /* line 258, ../sass/_helpers.scss */
  .M20--sm {
    margin: 20px 0px;
    margin: 2rem 0rem;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 263, ../sass/_helpers.scss */
  .M20--md {
    margin: 20px 0px;
    margin: 2rem 0rem;
  }
}

/* line 268, ../sass/_helpers.scss */
.M25 {
  margin: 25px 0px;
  margin: 2.5rem 0rem;
}

/* line 271, ../sass/_helpers.scss */
.M30 {
  margin: 30px 0px;
  margin: 3rem 0rem;
}

/* line 274, ../sass/_helpers.scss */
.M35 {
  margin: 35px 0px;
  margin: 3.5rem 0rem;
}

/*margin Verticales*/
/* line 280, ../sass/_helpers.scss */
.M15B {
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}

/* line 283, ../sass/_helpers.scss */
.M20B {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

/* line 286, ../sass/_helpers.scss */
.M25B {
  margin-bottom: 25px;
  margin-bottom: 2.5rem;
}

/* line 289, ../sass/_helpers.scss */
.M30B {
  margin-bottom: 30px;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 768px) {
  /* line 292, ../sass/_helpers.scss */
  .M30B--sm {
    margin-bottom: 30px;
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 297, ../sass/_helpers.scss */
  .M30B--md {
    margin-bottom: 30px;
    margin-bottom: 3rem;
  }
}

/* line 302, ../sass/_helpers.scss */
.M35B {
  margin-bottom: 35px;
  margin-bottom: 3.5rem;
}
@media only screen and (min-width: 768px) {
  /* line 305, ../sass/_helpers.scss */
  .M35B--sm {
    margin-bottom: 35px;
    margin-bottom: 3.5rem;
  }
}

/* line 311, ../sass/_helpers.scss */
.M50B {
  margin-bottom: 50px;
  margin-bottom: 5rem;
}
@media only screen and (min-width: 768px) {
  /* line 315, ../sass/_helpers.scss */
  .M50B--sm {
    margin-bottom: 50px;
    margin-bottom: 5rem;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 320, ../sass/_helpers.scss */
  .M50B--md {
    margin-bottom: 50px;
    margin-bottom: 5rem;
  }
}

/* line 327, ../sass/_helpers.scss */
.M75B {
  margin-bottom: 75px;
  margin-bottom: 7.5rem;
}
@media only screen and (min-width: 768px) {
  /* line 331, ../sass/_helpers.scss */
  .M75B--sm {
    margin-bottom: 75px;
    margin-bottom: 7.5rem;
  }
}
@media only screen and (min-width: 768px) {
  /* line 337, ../sass/_helpers.scss */
  .M75B--md {
    margin-bottom: 75px;
    margin-bottom: 7.5rem;
  }
}

/* line 343, ../sass/_helpers.scss */
.M100B {
  margin-bottom: 100px;
  margin-bottom: 10rem;
}
@media only screen and (min-width: 768px) {
  /* line 347, ../sass/_helpers.scss */
  .M100B--sm {
    margin-bottom: 100px;
    margin-bottom: 10rem;
  }
}

/* line 353, ../sass/_helpers.scss */
.M30T {
  margin-top: 30px;
  margin-top: 3rem;
}
@media only screen and (min-width: 768px) {
  /* line 356, ../sass/_helpers.scss */
  .M30T--sm {
    margin-top: 30px;
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 361, ../sass/_helpers.scss */
  .M30T--md {
    margin-top: 30px;
    margin-top: 3rem;
  }
}

/* line 366, ../sass/_helpers.scss */
.M20T {
  margin-top: 20px;
  margin-top: 2rem;
}
@media only screen and (min-width: 768px) {
  /* line 369, ../sass/_helpers.scss */
  .M20T--sm {
    margin-top: 20px;
    margin-top: 2rem;
  }
}

/* line 374, ../sass/_helpers.scss */
.M50T {
  margin-top: 50px;
  margin-top: 5rem;
}
@media only screen and (min-width: 768px) {
  /* line 377, ../sass/_helpers.scss */
  .M50T--sm {
    margin-top: 50px;
    margin-top: 5rem;
  }
}

/*margin para anular margin auto*/
/* line 383, ../sass/_helpers.scss */
.marginNoAuto {
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  /* line 386, ../sass/_helpers.scss */
  .marginNoAuto--sm {
    margin-left: 0;
  }
}
@media only screen and (min-width: 924px) {
  /* line 391, ../sass/_helpers.scss */
  .marginNoAuto--smLarge {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 396, ../sass/_helpers.scss */
  .marginNoAuto--md {
    margin-left: 0;
  }
}

/*GUTTER */
/* line 402, ../sass/_helpers.scss */
.P12L {
  padding-left: 12px;
  padding-left: 1.2rem;
}
@media only screen and (min-width: 768px) {
  /* line 405, ../sass/_helpers.scss */
  .P12L--sm {
    padding-left: 12px;
    padding-left: 1.2rem;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 411, ../sass/_helpers.scss */
  .P12L--md {
    padding-left: 12px;
    padding-left: 1.2rem;
  }
}

/* line 417, ../sass/_helpers.scss */
.P12R {
  padding-right: 12px;
  padding-right: 1.2rem;
}
@media only screen and (min-width: 768px) {
  /* line 420, ../sass/_helpers.scss */
  .P12R--sm {
    padding-right: 12px;
    padding-right: 1.2rem;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 425, ../sass/_helpers.scss */
  .P12R--md {
    padding-right: 12px;
    padding-right: 1.2rem;
  }
}

/* line 431, ../sass/_helpers.scss */
.P15L {
  padding-left: 15px;
  padding-left: 1.5rem;
}
@media only screen and (min-width: 480px) {
  /* line 435, ../sass/_helpers.scss */
  .P15L--xsLarge {
    padding-left: 15px;
    padding-left: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  /* line 441, ../sass/_helpers.scss */
  .P15L--sm {
    padding-left: 15px;
    padding-left: 1.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 447, ../sass/_helpers.scss */
  .P15L--md {
    padding-left: 15px;
    padding-left: 1.5rem;
  }
}

/* line 454, ../sass/_helpers.scss */
.P15R {
  padding-right: 15px;
  padding-right: 1.5rem;
}
@media only screen and (min-width: 480px) {
  /* line 458, ../sass/_helpers.scss */
  .P15R--xsLarge {
    padding-right: 15px;
    padding-right: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  /* line 464, ../sass/_helpers.scss */
  .P15R--sm {
    padding-right: 15px;
    padding-right: 1.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 469, ../sass/_helpers.scss */
  .P15R--md {
    padding-right: 15px;
    padding-right: 1.5rem;
  }
}

/* line 474, ../sass/_helpers.scss */
.P25R {
  padding-right: 25px;
  padding-right: 2.5rem;
}
@media only screen and (min-width: 768px) {
  /* line 478, ../sass/_helpers.scss */
  .P25R--sm {
    padding-right: 25px;
    padding-right: 2.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 483, ../sass/_helpers.scss */
  .P25R--md {
    padding-right: 25px;
    padding-right: 2.5rem;
  }
}

/* line 488, ../sass/_helpers.scss */
.P25L {
  padding-left: 25px;
  padding-left: 2.5rem;
}
@media only screen and (min-width: 768px) {
  /* line 492, ../sass/_helpers.scss */
  .P25L--sm {
    padding-left: 25px;
    padding-left: 2.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 497, ../sass/_helpers.scss */
  .P25L--md {
    padding-left: 25px;
    padding-left: 2.5rem;
  }
}

/* line 503, ../sass/_helpers.scss */
.P30R {
  padding-right: 30px;
  padding-right: 3rem;
}
@media only screen and (min-width: 768px) {
  /* line 507, ../sass/_helpers.scss */
  .P30R--sm {
    padding-right: 30px;
    padding-right: 3rem;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 512, ../sass/_helpers.scss */
  .P30R--md {
    padding-right: 30px;
    padding-right: 3rem;
  }
}

/* line 517, ../sass/_helpers.scss */
.P30L {
  padding-left: 30px;
  padding-left: 3rem;
}

@media only screen and (min-width: 768px) {
  /* line 522, ../sass/_helpers.scss */
  .P30L--sm {
    padding-left: 30px;
    padding-left: 3rem;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 528, ../sass/_helpers.scss */
  .P30L--md {
    padding-left: 30px;
    padding-left: 3rem;
  }
}
/* line 533, ../sass/_helpers.scss */
.abajo .M20--md {
  margin: 0;
}

/* line 1, ../sass/_fran.scss */
#indice {
  display: none;
  font-size: 15px;
  width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  margin-left: 30px;
  transition: all 0.5s;
}
@media only screen and (min-width: 1200px) {
  /* line 1, ../sass/_fran.scss */
  #indice {
    display: block;
  }
}

/* line 18, ../sass/_fran.scss */
#indice ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 23, ../sass/_fran.scss */
#indice ul li a {
  display: block;
  /* set to "block" so link can facilitate displaying a progress bar DIV inside it */
  padding: 10px;
  position: relative;
  /* set to "relative" so link can facilitate displaying a progress bar DIV inside it */
  left: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
  /* set to "hidden" so link can facilitate displaying a progress bar DIV inside it */
  text-decoration: none;
  font-size: 15px;
  line-height: 150%;
  transition: all 0.5s;
  border-left: 5px solid #aaaaaa;
  opacity: 1;
}

/* line 41, ../sass/_fran.scss */
#indice:hover ul li a, #indice ul li a.selected {
  opacity: 1 !important;
  background: transparent;
}

/* line 45, ../sass/_fran.scss */
#indice ul li a.selected, #indice ul li a:hover {
  border-left: 5px solid #222222;
}

/* line 48, ../sass/_fran.scss */
#indice ul li a.selected, #indice ul li a:hover {
  color: #222222;
}

/* line 51, ../sass/_fran.scss */
#indice ul li a {
  color: #666666;
}

@media only screen and (min-width: 920px) {
  /* line 55, ../sass/_fran.scss */
  .adv7.alignright {
    margin: 0 -100px 20px 40px !important;
    float: right;
  }
}
/* line 60, ../sass/_fran.scss */
.reactivar .btn, .reactivar .btnReadMore, .reactivar .widget-evento .masarticulos a, .widget-evento .masarticulos .reactivar a, .reactivar .suscripcionEmail input[type="submit"].btnReadMore, .suscripcionEmail .reactivar input[type="submit"].btnReadMore {
  background: #00a75d;
}

/* line 63, ../sass/_fran.scss */
.reactivar .btn:hover, .reactivar .btnReadMore:hover, .reactivar .widget-evento .masarticulos a:hover, .widget-evento .masarticulos .reactivar a:hover, .reactivar .suscripcionEmail input[type="submit"].btnReadMore:hover, .suscripcionEmail .reactivar input[type="submit"].btnReadMore:hover {
  background: #2c8c54 !important;
}

/* line 66, ../sass/_fran.scss */
#suscripcion-form {
  display: none;
}

/* line 72, ../sass/_fran.scss */
#footnote {
  border-top: 1px solid #555555;
  padding: 15px;
  color: #555555;
  margin-bottom: 30px;
  margin-bottom: 3rem;
}