@charset "UTF-8";
/*!
Theme Name: Chocolita
Theme URI: https://getchocolita.com/
Author: Monchito
Author URI: https://monchito.net
Description: Chocolita es un tema base para WordPress basado en Underscores con Sass y una configuración básica de Gulp.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: chocolita
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Chocolita is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.3em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  /*line-height: $font__line-height-body;*/
  line-height: 1.35;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Montserrat", sans-serif;
  line-height: 1.15;
  font-weight: 700;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #202020;
  text-decoration: none;
}

h1 a :hover, h2 a :hover, h3 a :hover, h4 a :hover, h5 a :hover, h6 a :hover {
  color: #202020;
  /*text-decoration: underline;*/
}

h3 {
  font-size: 1em;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 0;
  border-radius: 0;
  background: #e6e6e6;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #202020;
}

a:visited {
  color: #404040;
}

a:hover, a:focus, a:active {
  color: #404040;
  /*text-decoration: underline;*/
}

a:focus {
  outline: thin 0;
}

a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

#primary-menu li a:hover {
  color: #aaa;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* HEADER */
#masthead {
  background: #cc0327;
}

#masthead-black {
  background: #000;
}

#site-navigation {
  /*background: #cc0327;*/
  background: #444
  color: #fff;
  padding-bottom: 5px;
}

#site-navigation a {
  color: #fff;
  font-weight: 600;
}

#site-navigation-black {
  background: #000;
  color: #fff;
  padding-bottom: 5px;
  /*border-bottom: 8px solid #cc0327;*/ /*FIXME*/
}

#site-navigation-black a {
  color: #fff;
  font-weight: 600;
}

.site-branding {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.site-title {
  padding: 0 20px;
}

.site-title a img {
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  /*FIXME*/
}

.menu-wrap {
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;
}

.menu-items {
  -ms-flex-item-align: center;
      align-self: center;
}

.menu-item {
  padding-right: 17px;
}

.menu-social {
  text-align: right;
  height: 30px;
  display: flex;
  justify-content: flex-end;
}

.social-icons li svg {
  max-width: 30px;
  margin-left: 0.5em;
  height: 30px;
}

.social-icons li:last-child {
  /*zoom: 1.33333;*/
}

#___gcse_0 {
  min-width: 156px !important;
}

/* CONTENT */
#content {
  max-width: 1200px;
  margin: auto;
  padding: 10px 0;
  overflow: hidden;
}

.portada-uno-extracto {
  font-size: 1.25em;
}

.portada-uno-left h1,
.archive-first-post-left h1 {
  font-size: 3em;
  padding: 0 10px;
}

.portada-uno-left p,
.archive-first-post-left p {
  padding: 0 10px;
}

.portada-uno-left ul,
.archive-first-post-left ul {
  list-style: none;
  padding: 0 10px;
  margin-left: 0;
}

.portada-uno-right /*FIXME*/ {
    display: flex;
    align-self: center;
}

.portada-uno-user li {
  color: #949494 !important;
}

.portada-uno-user li a {
  color: #949494 !important;
  text-decoration: none;
}

.portada-uno-user li a:hover {
  /*text-decoration: underline;*/
}

.portada-uno-user-white li {
  color: #fff !important;
}

.portada-uno-user-white li a {
  color: #fff !important;
  text-decoration: none;
}

.portada-uno-user-white li a:hover {
  /*text-decoration: underline;*/
}

.portada-doble {
  margin-bottom: 1em;
}

.portada-doble h1 {
  font-size: 2.5em !important;
}

.portada-doble img {
  max-height: 373px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.portada-doble:nth-child(1) {
  padding-right: 2em !important;
}

.portada-doble:nth-child(2) {
  padding-left: 2em !important;
  border-left: #ccc 1px solid;
}

.portada-dos-author-right div {
  margin-top: 0 !important;
  text-align: right;
}

.portada-especial {
  margin-top: -20px;
  min-width: 100%;
  position: relative;
  background: #000;
  height: 100%;
  min-height: 650px;
}

.portada-especial-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}

.portada-especial-wrapper img {
  width: 100%;
  height: auto;
  max-height: 650px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0.7;
}

.portada-especial-text-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.portada-especial-content {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.portada-especial-content a {
  color: #fff;
}

.portada-especial-content p {
  color: #fff;
  margin-top: 0;
}

.portada-especial-content h1 {
  font-size: 3em;
}

.portada-especial-content ul {
  list-style: none;
  padding-left: 0 !important;
}

.portada-especial-content ul li a {
  text-decoration: none;
}

.especial-tag {
  background: #cc0327;
  padding: 4px 16px;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.15rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

.portada-nota-small h2 {
  font-size: 1.25em;
  margin-top: 0.35em;
  margin-bottom: -0.35em;
  padding: 0 10px 0 0;
  width: 95% !important;
  margin: 1em auto 0 auto !important;
}

.category-especiales .portada-nota-small a h2 {
    text-transform: uppercase;
    position: absolute;
    bottom: 25%;
    z-index: 999;
    text-align: center;
    color: #fff;
    font-size: 2em;
}

.category-especiales .portada-nota-small a img {
    filter: brightness(0.5);
}

.portada-nota-small p {
  padding: 0 10px 0 0;
  width: 95% !important;
  margin: 0.5em auto 1em auto !important;
}

.portada1-categoria {
  background: #cc0327;
  padding: 4px 8px;
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
}

.portada1-categoria h3 {
  margin: 0;
  font-weight: 500;
}

.portada1-categoria h3 a,
.lateral-category-label-red h3 a,
h3.single-category a {
  color: #fff !important;
}

.portada1-categoria h3 a:hover {
  text-decoration: none !important;
}

.portada-column-pics {
  max-height: 193px;
  overflow: hidden;
  position: relative;
}

.portada-column-pics .after {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 90%;
  color: #fff;
}

.portada-column-pics a img {
  min-width: 288px;
  height: 193px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.portada-column-pics a img:hover {
  -webkit-filter: brightness(50%);
          filter: brightness(50%);
  -webkit-transform: scale(1.25, 1.25);
  transform: scale(1.25, 1.25);
}

.ad-portada-banner-1,
.ad-portada-banner-2,
.confi-single-desktop {
  padding-bottom: 1.5em;
  text-align: center;
  display: block;
}

.ad-portada-banner-1-responsive,
.ad-portada-banner-2-responsive,
.confi-single-mobile {
  padding-bottom: 1.5em;
  text-align: center;
  display: none;
}

.col-xs-12 {
  padding-right: 0 !important;
}

.niu-pics {
  min-height: 193px;
  min-width: 288px;
  height: auto !important;
/*  -webkit-filter: brightness(50%);
          filter: brightness(50%);*/
  height: 450px !important;
  /*FIXME*/
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

img.niu-pics:hover {
    filter: brightness(0.5)!important;
}

.portada-column-pics.column-niu {
  max-height: 450px;
}

.after-niu {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 10px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  text-align: center;
}

.after-niu:hover {
/*  -webkit-filter: opacity(60%);
          filter: opacity(60%);*/
}

.portada-column-pics.column-niu a img {
    filter: brightness(70%);
}

.swiper-niu:hover > .portada-column-pics.column-niu a img {
    filter: brightness(100%);
}

.title-category-label-red {
  color: #cc0327;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  margin: 1em 0 1em 8px;
  width: 100%;
  padding: 4px 0;
  border-bottom: 4px solid #cc0327;
}

.portada-container-especiales {
  max-height: 400px;
}

.portada-container-especiales a img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% 100%;
     object-position: 100% 100%;
     min-height:400px;
}

.overlay-especiales {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  height: 100%;
  width: 40%;
}

.overlay-especiales a {
  color: #fff;
}

.overlay-especiales h2 {
  position: absolute;
  top: 15%;
}

.overlay-especiales .essb_links {
  padding-left: 10px;
}

.essb_links.essb_fixed {
  background: none !important;
}

.swiper-button-next,
.swiper-button-prev {
  top: auto !important;
  bottom: 5% !important;
}

.category-especiales .swiper-button-next, .category-especiales .swiper-button-prev {
  top: 50% !important;
}

.swiper-button-prev.video-prev.swiper-button-prev-1 {
  outline: 0;
}

.swiper-button-next.video-next,
.swiper-button-prev.video-prev {
  top: 15% !important;
}

span.especiales-more {
     font-family: 'Open Sans', sans-serif;
     font-size: 1rem;
     font-weight: 500;
}

.column-niu {
  margin-bottom: 1em;
}

.column-niu img {
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.column-niu:hover img {
  -webkit-transform: scale(1.25, 1.25);
  transform: scale(1.25, 1.25);
}

/* SIDEBAR */
#primary-sidebar,
#secondary-sidebar,
#third-sidebar {
  margin: 0 8px;
}

.bloque-lateral {
  margin-bottom: 1em;
  text-align: center;
}

.lateral-category-label-red h3 {
  background: #cc0327;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding: 4px 8px;
  text-transform: uppercase;
  font-weight: 500;
}

h3.title-category-label-red.title-english a,
h3.title-category-label-red.title-especiales a {
    color: inherit;
    text-decoration: none;
}

.lateral-caricatura {
  max-height: 228px;
  overflow: hidden;
  position: relative;
}

.lateral-caricatura .after {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 100%;
  color: #fff;
  margin-right: 1em;
}

.lateral-opinion-row {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.lateral-opinion-row-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.lateral-opinion-row-right h2 {
  font-size: 1.25em;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}

.lateral-opinion-box {
  max-height: 600px;
  overflow-x: hidden;
  overflow-y: scroll;
}

#bar-style::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
  border-radius: 0px;
  background-color: #eaeaea;
}

#bar-style::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}

#bar-style::-webkit-scrollbar-thumb {
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
  background-color: #ccc;
}

input.set {
  display: none;
}

ol.popular-list {
  font-family: "Montserrat", sans-serif;
}

.popular-list-item-wrap {
  padding: 10px 0;
}

li.popular-list-item {
  text-align: left;
  padding-left: 5px;
}

li.popular-list-item span a {
  text-decoration: none;
}

.wpp-line-wrap:first-child > .top-number::before {
  content: '1';
}

.wpp-line-wrap:nth-child(2) > .top-number::before {
  content: '2';
}

.wpp-line-wrap:nth-child(3) > .top-number::before {
  content: '3';
}

.wpp-line-wrap:nth-child(4) > .top-number::before {
  content: '4';
}

.wpp-line-wrap:nth-child(5) > .top-number::before {
  content: '5';
}

.wpp-list {
  padding-top: 0.5em;
}

.wpp-line-wrap {
  clear: both;
  background: #fff;
  height: 100%;
  width: 100%;
  display: inline-block;
  margin: -0.16em 0;
  padding-bottom: 0.55em;
  text-align: left;
}

.top-number {
  width: 13%;
  margin-right: 1.9%;
  float: left;
  margin-top: 0.3em;
  padding: 0.2em;
  background: #cc0327;
  margin: 0.5em 0.5em;
  margin-top: 0.5em;
  margin-right: 0.5em;
  margin-top: 0.5em;
  margin-right: 0.5em;
  text-align: center;
  color: #fff;
  font-weight: 700;
}

.top-post-title {
  width: 75%;
  float: right;
  list-style: none;
  margin-right: 0.75em;
  margin-top: 0.25em;
}

.top-post-title a {
  color: inherit;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.2em;
  font-weight: 500;
  letter-spacing: -1px;
  text-decoration: none;
}

.download-button {
  padding-top: 10px;
}

.slider {
  --n: 1;
  width: calc(var(--n)*100%);
  -webkit-transform: translate(calc(var(--i, 0)/var(--n)*-100%));
          transform: translate(calc(var(--i, 0)/var(--n)*-100%));
}

#slide1:checked ~ .mask .overflow {
  margin-left: 0;
}

#slide2:checked ~ .mask .overflow {
  margin-left: -100%;
}

#slide3:checked ~ .mask .overflow {
  margin-left: -200%;
}

#slide4:checked ~ .mask .overflow {
  margin-left: -300%;
}

#slides {
  margin: 0;
  width: 100%;
  position: relative;
}

#slides .mask {
  width: 100%;
  overflow: hidden;
  margin: auto;
}

#slides .overflow {
  width: 400%;
  -webkit-transform: translateZ(0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#slides .slide {
  width: 25%;
  height: 260px;
  line-height: 200px;
  float: left;
  /*background:$color__red;*/
  width: calc(25%/var(--n));
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

#controls {
  width: 100%;
}

#controls label {
  display: none;
  width: 5%;
  height: 80px;
  opacity: 0.3;
  position: absolute;
  top: 0;
  margin-top: 0;
  cursor: pointer;
  background: #000;
  z-index: 9999;
}

#controls label:hover {
  opacity: 0.8;
}

#slide1:checked ~ #controls label:nth-child(2), #slide2:checked ~ #controls label:nth-child(3), #slide3:checked ~ #controls label:nth-child(4) {
  right: 0;
  display: block;
}

#slide2:checked ~ #controls label:nth-child(1), #slide3:checked ~ #controls label:nth-child(2), #slide4:checked ~ #controls label:nth-child(3) {
  left: 0;
  display: block;
}

.video-title {
  height: 80px;
  width: 70%;
  margin: auto;
  text-align: center;
  margin-top: 0;
  line-height: 20px;
  padding-top: 10px;
}

.video-title a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.3;
  max-height: 3.9em;
  text-decoration: none;
}

.slides-video-title {
  text-align: center;
  width: 80%;
  margin: auto;
  margin-top: -20px;
  height: 60px;
  padding: 5px;
}

.boletin-portada {
  text-align: center;
  background: #940018;
}

.swiper-button-next-3,
.swiper-button-prev-3 {
  top: 50% !important;
}

.boletines-nav-wrapper {
  background: #cc0327;
  overflow: hidden;
  height: 60px;
  margin-top: -8px !important;
  position: inherit;
  z-index: 9999;
}

.boletines-download-button {
  text-align: center;
  padding-top: 8px;
}

.boletines-nav-wrapper .download-button {
    display: none; /*FIXME*/
}

.title-english, .title-niu, .portada-bottom, .swiper-r3, .swiper-r4 {
  margin-left: 0;
}

/* ARCHIVES */
.archive-first-post-wrap {
  margin-top: 1em;
}

.archive-titles {
  font-size: 2em !important;
}

.archive-posts-right {
  padding: 0 16px !important;
}

.archive-posts-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.archive-posts-left a img {
  max-height: 250px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
  /*FIXME*/
}

.archive-posts-left a img:hover {
  -webkit-filter: brightness(50%);
          filter: brightness(50%);
  -webkit-transform: scale(1.25, 1.25);
  -moz-transform: scale(1.25, 1.25);
  /*transform: scale(1.25,1.25);*/
}

.archive .archive-posts-left a img {
  -webkit-filter: none;
          filter: none;
  /*FIXME*/
}

.archive .archive-posts-left a img:hover {
  -webkit-filter: none;
          filter: none;
  -webkit-transform: none;
  -moz-transform: none;
  /*transform: scale(1.25,1.25);*/
}


.archive-first-post-wrap {
  border-bottom: 1px solid #ccc;
}

.archive-posts-wrap,
.archive-first-post-wrap {
  padding-bottom: 1em !important;
}

.category-especiales .archive-posts-wrap {
  border-bottom: none;
}

.category-especiales .wp-pagenavi {
  text-align: center;
  width: 100%;
}

.especiales-cat-wrapper {
  overflow: hidden;
}

.archive-especial-posts {
  padding-bottom: 1em;
  position: relative;
}

.archive-especial-posts img {
  height: 265px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}

.overlay-especial {
  position: absolute;
  top: 0;
  color: #fff;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  height: 100%;
  width: 100%;
}

.overlay-especial a {
  color: #fff;
  text-decoration: none;
}

.overlay-especial a:hover {
  /*text-decoration: underline;*/
}

.overlay-especial a h3 {
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  font-size: 1.5em;
}

.overlay-especial-social {
  width: 100%;
}

.overlay-especial-social .essb_links {
  text-align: center;
}

.wp-pagenavi {
  margin: 1em auto;
  text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
  color: #fff;
  background: #cc0327;
  border: 0;
}

.wp-pagenavi span.current {
  background: #940018;
}

img.especiales-slider-img {
  height: 417px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* SEARCH */
.gsc-input-box { /*FIXME*/
  height: 30px !important;
  border: none !important;
  /*background: #940018 !important;*/
  background: #fff!important;
}

.gsc-input-box input {
     /*background: #940018 !important;*/
     background: #fff!important;
     /*color: #fff !important;*/
     color: #000!important;
     border-radius: 0 !important;
}

.gsst_a .gscb_a {
  color: #fff !important;
}

.gsc-search-button {
 /* display: none !important;*/
}

button.gsc-search-button.gsc-search-button-v2 {
    border-color: #cc0327!important;
    background-color: #cc0327!important;
    cursor: pointer;
    min-height: 18px;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: transparent !important;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent !important;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: transparent !important;
}

input::-webkit-input-placeholder {
  color: transparent !important;
}

input::-moz-placeholder {
  color: transparent !important;
}

input:-ms-input-placeholder {
  color: transparent !important;
}

input::-ms-input-placeholder {
  color: transparent !important;
}

input::placeholder {
  color: transparent !important;
}

textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: transparent !important;
}

textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent !important;
}

textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: transparent !important;
}

textarea::-ms-input-placeholder {
  color: transparent !important;
}

textarea::placeholder {
  color: transparent !important;
}

/* CONFIDENCIAL TV */
.archive-ctv-first-post-left, .archive-ctv-first-post-right {
  background: #000;
  color: #fff;
}

.archive-ctv-first-post-right {
  padding-left: 1em;
}

.archive-ctv-first-post-right ul {
  list-style: none;
  padding-left: 0;
}

.archive .archive-first-post-right.col-xs-12.col-lg-6 iframe {
    height: 100%!important;
}

.yt-total-duracion span, .yt-total-vistas span {
  color: #cc0327;
}

.archive-ctv-first-post-wrap.row {
  max-height: 450px;
  overflow: hidden !important;
}

.archive-ctv-posts {
  min-height: 350px;
  display: block;
}

h3.titlevideo {
  padding: 0 10px;
  margin-top: 0;
}

.videop-resumen {
  padding-right: 1em !important;
}

.archive-px-posts {
  min-height: 230px;
  display: block;
  position: relative;
}

.archive-px-posts .after {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 90%;
}

.archive-posts-wrap.row {
  padding-top: 1em;
  max-width: 1200px;
}

button.more {
  margin: 1em auto;
  background: #cc0327;
  color: #fff;
  font-size: 1em;
  padding: 10px 14px;
  font-weight: 700;
  outline: 0;
  cursor: pointer;
}

button.more:hover {
  background: #940018;
}

.link-btn-more {
  margin: 0 auto !important;
}

/* FOOTER */
#colophon {
  background: #cc0327;
  color: #fff;
  width: 100%;
  overflow: hidden;
}

.footer a {
    text-decoration: none;
}

.footer a:hover {
    /*text-decoration: underline;*/
}

#colophon a {
  color: #fff;
}

#colophon-black {
  background: #000;
  color: #fff;
  width: 100%;
  overflow: hidden;
}

#colophon-black a {
  color: #fff;
}

.site-info {
  max-width: 1200px;
  margin: auto;
  text-align: center;
  padding: 1em 0;
}

.logo-footer {
  padding: 1em 0 2.5em 0;;
}

h2.title-footer-column {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 1.17em;
  margin: 0;
}

.info-footer {
  padding: 0;
}

.info-footer .col-xs-12 {
  padding: 0 1em !important;
}

#footer-1, #footer-2, #footer-3 {
    width: 90%;
}

/* INTERNAS */
h1.entry-title {
  font-size: 48px;
}

.single-category {
  background: #cc0327;
  padding: 4px 8px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 1.15em;
  font-family: "Montserrat", sans-serif;
}

.single .single-content-wrap {
  margin-top: 1em;
  padding-right: 1em;
}

.single-featured-image .post-thumbnail img {
  width: 100vw;
  /*FIXME*/
}

.single .portada1-categoria {
  margin: 1em 0;
}

span.dashicons-admin-users,
span.dashicons-calendar-alt,
span.dashicons-twitter,
span.dashicons-calendar  {
  color: #cc0327;
}

span.dash-white {
  color: #fff;
}

span.byline,
span.posted-on {
  display: block;
}

.single-featured-image {
  position: relative;
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single-featured-image-overlay {
  position: absolute;
  bottom: 0;
  color: #fff;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 8px 8px;
  margin-bottom: 4px !important;
}

.resumen {
  font-family: "Open Sans", sans-serif;
  font-size: 1.32em;
}

.resumen-especiales {
  text-align: center;
}

.portada-dos-author-left {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.portada-dos-author-right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.portada-dos-author-avatar {
  display: inline-block;
  float: left;
  padding-right: 8px;
}

.portada-dos-author-avatar img {
  border-radius: 50%;
}

.portada-dos-author-name {
  display: inline-block;
  float: left;
}

.portada-dos-author-name ul {
  margin-bottom: 0;
}

.portada-dos-author-name ul li:first-child {
  font-size: 1.15em;
  font-weight: 700;
  color: #404040 !important;
}

li.author-name a {
    color: #333!important;
}

.creditos-especiales {
  background: #7a7a7a;
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 1.5em;
  text-align: center;
}

.creditos-especiales p {
  margin: 0;
  font-size: 1.15em;
}

.creditos-especiales h3 {
  font-size: 1.25em;
  margin-top: 0;
}

.creditos-especiales-title img {
  margin-top: -32px;
}

.cs-cita-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 1.5em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.cs-cita-quote {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  /*flex-wrap: wrap;*/
}

.cs-cita-quote-mobile {
  display: none;
}

.cs-cita-content {
  font-size: 1.6em;
  font-weight: 700;
  display: grid;
}

.cs-cita-title {
  font-size: 0.75em;
}

.cs-cita-title li {
  list-style: none;
}

.cs-cita-title li:first-child {
  text-align: right;
}

.cs-cita-title li:last-child {
  text-align: right;
  font-weight: 500;
  font-style: italic;
}

twitter-widget {
  margin: auto;
}

figcaption.wp-caption-text {
  background: #000;
  color: #fff;
  padding: 8px;
  margin-top: 0 !important;
}

.sidebar-interna {
  margin-top: 1em;
}

.swiper-doble {
  padding-right: 10px;
  /*FIXME*/
}

.single-author-wrapper ul {
  list-style: none;
  padding-left: 0;
}

.single-author-wrapper {
    padding-right: 1em;
}

.twitter-tweet {
  margin: auto;
}

blockquote .p1 {
  border-left: 8px solid #cc0327;
  padding-left: 8px;
  font-size: 1.25em;
  color: #404040;
  padding-top: 4px;
  padding-bottom: 4px;
}

/*
blockquote p {
	font-size: 1.25em;
}

blockquote p:before {
	display: block;
	content: "\201C";
	font-size: 80px;
	position: absolute;
	left: -10px;
	top: -10px;
	color: $color__red;
}

blockquote p cite {
    display: block;
    float: right;
    padding-top: 10px;
    font-size: 1.15em;
    border-bottom: 8px solid $color__red;
    padding-bottom: 4px;
    text-align: right;
}*/
.home .portada-dos-author-wrapper {
  max-width: 600px;
  padding-right: 1em;
}

.single-especial-wrapper {
  margin-top: -1.25em;
}

.single-especial-wrapper img {
  width: 100%;
  max-height: 650px;
  -o-object-fit: cover;
     object-fit: cover;
}

.entry-title-especiales {
  text-align: center;
  text-transform: uppercase;
}

.single-content-wrap-especiales {
  max-width: 940px;
  margin: auto;
}

.single-featured-image-overlay-responsive,
.lateral-opinion-box-responsive {
  display: none;
}

/* BOLETIN */
.archive-posts-boletin {
     text-align: center;
     padding-right: 1em !important;
     margin-bottom: 1em;
     display: inline-block;
     min-height: 340px;
}

.single-category-boletin {
    margin-right: 1em;
    margin-bottom: 1.5em;
}

/*LATERAL WIDGET*/
.lateral-related-post-item a {
    color: inherit;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.2em;
    font-weight: 500;
    letter-spacing: -1px;
    text-decoration: none;
}

.lateral-related-posts {
    padding-top: 1em;
}

/*F*CK*/
.lateral-related-post-item {
    padding-bottom: 0.5em;
    text-align: left;
    padding-left: 5%;
    padding-right: 5%;
}
/*FIXME*/


/*ADS SINGLE FIX */
.confi-premium-2do-parrafo-mobile {
		display:none;
	}

@media (min-width: 320px) and (max-width: 767px) {

.confi-premium-2do-parrafo-desktop {
		display:none;
	}

.confi-premium-2do-parrafo-mobile {
		display:block;
	}	
	
}

@media (min-width: 320px) and (max-width: 767px) {
  h1.entry-title,
  .resumen,
  .entry-meta,
  .entry-content,
  .entry-footer,
  .post-navigation {
    padding: 0 10px;
    width: 100vw;
  }
  .single-featured-image {
    min-height: 100%;
  }
  .single-featured-image iframe {
    min-height: 242px;
}
.single-author-wrapper {
    padding-right: 0;
}

  h1.entry-title,
  .portada-uno-left h1,
  .portada-doble h1,
  .portada-especial-content h1,
  .archive-first-post-left h1 {
    font-size: 32px; iframe {
    min-height: 242px;
}
    width: 100vw;
    /*FIXME*/
  }
  .portada-doble:nth-child(1) {
    padding-right: 0 !important;
  }
  .portada-doble:nth-child(2) {
    padding-left: 0 !important;
    border-left: none;
  }

  .portada-uno-iframe {
     width: 100vw;
 }

.portada-uno-right-fix {
    padding-left: 0;
}

.portada-uno-right-fix img {
	display: block;
	width: 100%;
	height: auto;
}	
	
  .single-featured-image-overlay,
  .lateral-opinion-box {
    display: none;
  }
  .single-featured-image-overlay-responsive {
    display: block;
    padding: 4px 10px;
    width: 100vw;
    background: #000;
    color: #fff;
    margin-top: -6px;
  }
  .lateral-opinion-box-responsive {
    display: block;
    padding: 0 10px;
    width: 100vw;
  }
  .lateral-opinion-row {
    border-bottom: none;
  }
  .lateral-opinion-row-left {
    padding: 1em 0;
  }
  .swiper-container.swiper-4 {
    margin-left: -10px !important;
  }
  .lateral-1-bloque-3.bloque-lateral,
  .swiper-slide,
  .swiper-container {
    width: 100vw;
  }
  .swiper-slide {
    padding-left: 0 !important;
  }
  .swiper-slide h2 {
    width: 90%;
    margin: auto;
  }

  .single-category-boletin {
      margin-right: 0;
  }

  .ad-portada-banner-1,
  .ad-portada-banner-2,
  .confi-single-desktop {
    padding-bottom: 1.5em;
    text-align: center;
    display: none;
  }

  .ad-portada-banner-1-responsive,
  .ad-portada-banner-2-responsive,
  .confi-single-mobile {
    padding-bottom: 1.5em;
    text-align: center;
    display: block;
  }

  #footer-1, #footer-2, #footer-3 {
      width: 100%;
  }
  .portada-uno-wrap.row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #content {
    padding: 0;
  }
  #primary-sidebar {
    margin: 0;
  }
  #secondary-sidebar {
    margin: 0;
  }
  #third-sidebar {
    margin: 0;
  }
  .swiper-1, .swiper-3 {
    margin-left: 0;
  }
  .title-english, .title-niu {
    padding-left: 4px;
  }

  p.footer {
      padding: 0 10%;
  }

  .swiper-r1,
  .swiper-r2 {
      padding-left: 10px;/*FIXME*/
  }

  .portada-especial-wrapper img {
    height: 650px;
  }
  .portada-especial {
    margin-top: 0;
    margin-bottom: 1em;
  }
  .single .single-content-wrap {
    margin-top: 0;
    padding-right: 0;
  }
  .overlay-especiales {
    width: 100%;
  }
  .especiales-more {
    display: none;
  }
  .especiales-p-wrapper {
    padding-left: 0;
    margin-bottom: 1em;
  }
  .especiales-p-wrapper .swiper-2 {
    margin-left: 0;
  }
  .title-especiales {
    margin-left: 0;
    padding-left: 8px;
  }
  .portada-dos-author-right div {
    margin-top: 0 !important;
    text-align: center;
  }
  .single-content-wrap-especiales {
    max-width: 100%;
  }
  .swiper-r5 {
    display: none;
  }
  .overlay-especial {
    width: 100vw;
  }
  .portada-container-especiales a img {
    min-height: 245px;
    object-fit: cover;
    object-position: center;
}
  .portada-dos-author-left {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .portada-dos-author-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .portada-dos-author-avatar {
    padding-right: 0;
}

.portada-uno-user {
    padding: 0 5% !important;
}

  .portada-dos-author-name {
    text-align: center;
  }
  .cs-cita-quote {
    display: none;
  }
  .cs-cita-quote-mobile {
      display: block;
      width: 100%;
      text-align: center;
      padding-bottom: 1em;
  }

  .cs-cita-content {
    font-size: 1.25em;
  }
  .cs-cita-title li:last-child span {
    border-bottom-width: 4px !important;
  }
  .menu-wrap {
    display: none !important;
  }
  /*#wprmenu_bar .bar_logo {
	    padding-left: 12px!important;
    }*/
  .menu_title {
    text-align: center !important;
  }
  .site-branding {
    display: none;
  }
  figure.wp-caption img, figcaption {
    left: 50%;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    max-width: 100vw;
    position: relative;
    right: 50%;
    width: 100vw;
  }
  .archive .archive-author {
    padding: 0 1em !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .archive-posts-wrap, .archive-first-post-wrap {
    border-bottom: none;
  }
  .archive .archive-titles {
    padding: 0 10px;
    width: 100vw;
  }
  .archive-posts-left a img {
    padding-bottom: 1em;
  }
  .archive .portada-dos-author-name ul li:first-child,
  .archive .portada-dos-author-name ul li:last-child {
    text-align: left !important;
  }
  span.pages {
    clear: both;
    display: inline-block;
    margin-bottom: 1em;
  }
}
/* SEARCH */
#search-overlay{
  display:none;
}
#close-btn {
    height: 30px;
    width: 30px;
    position: fixed;
    top: 2em;
    right: 2em;
}

#search-btn:hover {
    cursor: pointer;
}

.block {
  position: fixed;
  top: 0;
  right: 0;
  bottom:0 ;
  left: 0;
  overflow: auto;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  border: #a0a0a0 solid 1px;
  margin: 0;
  z-index: 9;
}

.block:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: 0;
  /* Adjusts for spacing */
  /* For visualization
  background: #808080; width: 5px;
  */
}

.centered {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding: 10px 15px;
  color: #FFF;
  border: none;
  background: transparent;
}

#search-box {
  position: relative;
  width: 100%;
  margin: 0;
}

#search-form {
  height: 4em;
  border: 1px solid #999;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
  overflow: hidden;
}

#search-text {
  font-size: 14px;
  color: #ddd;
  border-width: 0;
  background: transparent;
}

#search-box input[type="text"] {
  width: 90%;
  padding: 20px;
  color: #333;
  outline: none;
  font-size: 1.4em;
}

#search-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 4.7em;
  width: 100px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 42px;
  border-width: 0;
  background-color: #4d90fe;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  cursor: pointer;
}
#close-btn:hover{
  color: #777;
  cursor: pointer;
}
/* COLUMNS */
.span1 {
  width: 6.80556%;
}

.span2 {
  width: 15.27778%;
}

.span3 {
  width: 23.75%;
}

.span4 {
  width: 32.22222%;
}

.span5 {
  width: 40.69444%;
}

.span6 {
  width: 49.16667%;
}

.span7 {
  width: 57.63889%;
}

.span8 {
  width: 66.11111%;
}

.span9 {
  width: 74.58333%;
}

.span10 {
  width: 83.05556%;
}

.span11 {
  width: 91.52778%;
}

.span12 {
  width: 100%;
}

* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.12s ease-in-out;
  transition: all 0.12s ease-in-out;
}

.container {
  padding-left: 0px;
  padding-right: 0px;
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}

.row {
  margin-bottom: 10px;
  *zoom: 1;
}

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

.row:after {
  clear: both;
}

.col {
  margin-left: 1.66667%;
  float: left;
  min-height: 30px;
  position: relative;
  clear: none;
  background-color: pink;
}

.col:first-child {
  margin-left: 0;
}

.col + .col:last-child {
  float: right;
}

.col + .col.end {
  float: left;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}
