/*!
Theme Name: Sentiido
Theme URI: http://underscores.me/
Author: LGDC
Author URI: http://lagentedelcomun.info/
Description: Sentiido
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sentiido
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 */
 @font-face {
     font-family: 'Garnett Regular';
     src: url('fonts/GarnettRegular-Regular.eot');
     src: url('fonts/GarnettRegular-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/GarnettRegular-Regular.woff2') format('woff2'),
         url('fonts/GarnettRegular-Regular.woff') format('woff'),
         url('fonts/GarnettRegular-Regular.ttf') format('truetype');
     font-weight: normal;
     font-style: normal;
     font-display: swap;
 }

  @font-face {
      font-family: 'Garnett Light';
      src: url('fonts/GarnettLight-Regular.eot');
      src: url('fonts/GarnettLight-Regular.eot?#iefix') format('embedded-opentype'),
          url('fonts/GarnettLight-Regular.woff2') format('woff2'),
          url('fonts/GarnettLight-Regular.woff') format('woff'),
          url('fonts/GarnettLight-Regular.ttf') format('truetype');
      font-weight: 300;
      font-style: normal;
      font-display: swap;
  }
 @font-face {
     font-family: 'Laica';
     src: url('fonts/LaicaA-Regular.eot');
     src: url('fonts/LaicaA-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/LaicaA-Regular.woff2') format('woff2'),
         url('fonts/LaicaA-Regular.woff') format('woff'),
         url('fonts/LaicaA-Regular.ttf') format('truetype');
     font-weight: normal;
     font-style: normal;
     font-display: swap;
 }

 @font-face {
     font-family: 'Junicode';
     src: url('fonts/Junicode.eot');
     src: url('fonts/Junicode.eot?#iefix') format('embedded-opentype'),
         url('fonts/Junicode.woff2') format('woff2'),
         url('fonts/Junicode.woff') format('woff'),
         url('fonts/Junicode.ttf') format('truetype');
     font-weight: normal;
     font-style: normal;
 }

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
  position: relative;
}

/**
 * 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.67em 0;
}

/* Grouping content
	 ========================================================================== */

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

/**
 * 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;
	font-size: 1em;
}

/* 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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 {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * 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"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * 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;
	outline-offset: -2px;
}

/**
 * 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;
	font: inherit;
}

/* 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;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

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;
	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;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #F6F1EC;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

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: 3px;
	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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

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

.main-navigation ul ul {
	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 {
	display: block;
	left: auto;
}

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

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

.main-navigation li {
	position: relative;
}

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

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

@media screen and (min-width: 37.5em) {

	.main-navigation .menu_container {
		display: none;
	}
}

.main-navigation .menu_container {
width: 100%;
height: 100vh;
position: fixed;
background: #030201;
color: #FFDB80!important;
   top: 0;
    left: 0;
    z-index:4;
  }
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* 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;
}

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

/* 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 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;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

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

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
/* TINY SLIDER CSS */
.tns-outer{padding:0 !important}.tns-outer [hidden]{display:none !important}.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}.tns-outer.ms-touch{overflow-x:scroll;overflow-y:hidden;-ms-overflow-style:none;-ms-scroll-chaining:none;-ms-scroll-snap-type:mandatory;-ms-scroll-snap-points-x:snapInterval(0%, 100%)}.tns-slider{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}.tns-slider>.tns-item{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.tns-horizontal.tns-subpixel{white-space:nowrap}.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}.tns-horizontal.tns-no-subpixel:after{content:'';display:table;clear:both}.tns-horizontal.tns-no-subpixel>.tns-item{float:left;margin-right:-100%}.tns-no-calc{position:relative;left:0}.tns-gallery{position:relative;left:0}.tns-gallery>.tns-item{position:absolute;left:-100%;-webkit-transition:opacity 0s;-moz-transition:opacity 0s;-webkit-transition:transform 0s, opacity 0s;-moz-transition:transform 0s, opacity 0s;transition:transform 0s, opacity 0s}.tns-lazy-img{-webkit-transition:opacity 0.6s;-moz-transition:opacity 0.6s;transition:opacity 0.6s;opacity:0.6}.tns-lazy-img.loaded{opacity:1}.tns-ah{-webkit-transition:height 0s;-moz-transition:height 0s;transition:height 0s}.tns-ovh{overflow:hidden}.tns-hdx{overflow-x:hidden}.tns-hdy{overflow-y:hidden}.tns-visually-hidden{position:absolute;left:-10000em}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{opacity:1;filter:alpha(opacity=100);z-index:0}.tns-normal,.tns-fadeOut{opacity:0;filter:alpha(opacity=0);z-index:-1}

/*# sourceMappingURL=sourcemaps/tiny-slider.css.map */

ul#customize-controls {
  width: 210px;
  position: absolute;
  display: block;
  height: 100px;
  right: 0;
  top: 0;
}
li.prev, li.next {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.slick-disabled {
  opacity: 0.3;
}


button.slick-prev.slick-arrow {
    position: absolute;
    z-index: 9;
    top: 70px;
    left: 20px
}

button.slick-next.slick-arrow {
    position: absolute;
    z-index: 9;
    top: 70px;
    right: 20px;
}


/* CONTENT SENTIIDO */
*, a {
  outline: none;
}
body{
font-family: 'Garnett Regular';
	font-size: 18px;
	line-height: 18px;
}
/* header */
header#masthead {
    position: fixed;
    margin: auto;
    left: 0;
    right: 0;
		top: 0px;
		width: auto;
		text-align: center;
		font-family: 'Laica';
		font-style: normal;
		font-weight: normal;
		font-size: 45px;
		line-height: 92%;
		z-index: 2;
    transition: all 0.5s ease-in-out;
    height: 60px;
    border-bottom: 1px solid #341253;
    background-color: #F6F1EC;
		}

    header#masthead.nav-up{
    top: -90px;
    }

header#masthead.destacado	{
	right: unset;
	width: 100%;
  transition: all 0.5s ease-in-out;
		}
  .home  header#masthead.destacado	{
    	right: unset;
    	width: calc(100% - 530px);
      transition: all 0.5s ease-in-out;
    		}
header#masthead .site-title{
	padding: 0;
	margin: 0 auto;
      max-width: 1800px;
}

header#masthead .site-title a {
	text-decoration: none;
	color: #341253;
	font-size: 45px;
}

#search_bar {
  display:none;
}

#search_bar.visible {
  display: block;
  position: relative;
  background-color: #0A0320;
  height: 200px;
  overflow: visible;
}
form#search-form {
    padding-left: 40px;
}
#search_bar #s {
  display: block;
  border: none;
  width: 100%;
  padding: 1em 2em 0 0;
  background-color: transparent;
  border: 0;
  padding-top: 60px;
  font-size: 55px;
  line-height: 95%;
  letter-spacing: -0.04em;
  color: #FFDB80;
  background-image: url(images/flecha_der_amarillo.svg);
  background-size: 90px;
  background-repeat: no-repeat;
  background-position: right 70px;
  width: 96%;
}

#search_bar #s::placeholder{
  font-size: 55px;
  line-height: 95%;
  letter-spacing: -0.04em;
  color: #FFDB80;
  color: rgba(255,219,128,0.6);
}

#live_results {
  position: absolute;
  top: 100%;
  left: auto;
  width: 100vw;
  background: #0A0320;
  background-color: rgba( 10,3,32,0.8 );
  z-index: 10;
  overflow: hidden;
  overflow-y: auto;
  height: calc(100vh - 200px);
  }

#live_results ul {
  display: none;
}

#live_results ul  li{
list-style: none;
padding: 30px 0;
border-bottom: 1px solid #FFDB80;
}
#live_results ul  li a{
outline: none;
  text-decoration: none;
}
#live_results ul  li a .cat {
font-family: 'Laica';
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 80%;
letter-spacing: -0.03em;
color: #FFDB80;

}

#live_results ul  li a  h2 {
    margin: 20px 0;
    font-size: 39px;
      line-height: 115%;
      letter-spacing: -0.02em;
      color: #FFDB80;font-style: normal;
      font-weight: normal;
}
#live_results ul.visible {
  display: block;
      margin: 0;
}
.search-results h1.page-title  {
  font-family: 'Laica';
  font-style: normal;
  font-weight: normal;
  font-size: 105px;
  line-height: 92%;
  text-align: center;
  letter-spacing: -0.05em;
  color: #341253;
    position: relative;
    margin-bottom: 40px;
}
.search-results #archive_grid a{
font-style: normal;
font-weight: 300;
font-size: 16px;
line-height: 140%;
text-decoration: none;
letter-spacing: -0.02em;
color: #341253;
}
.count_resultados{
  font-family: 'Garnett Light';
font-style: normal;
font-weight: 300;
font-size: 16px;
line-height: 92%;
text-align: center;
letter-spacing: -0.02em;
text-transform: uppercase;
margin-bottom: 60px;
color: #341253;
}
.search_btn{
  position: absolute;
  top: 22px;
  left: 20px;
  font-family: 'Garnett Regular';
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 80%;
/* or 16px */
text-transform: uppercase;
}
.search_btn a{
text-decoration: none;
color: #341253;
}

.menu_container .menu-toggle,
.menu-toggle{
  position: absolute;
  top: 18px;
  right: 20px;
  font-family: 'Garnett Regular';
font-style: normal;
font-weight: normal;
font-size: 20px;
z-index: 7;
line-height: 80%;
/* or 16px */
text-transform: uppercase;
display: block;
margin: 0;
padding: 0;
background: no-repeat;
border: none;
color: #341253;
outline: none;
vertical-align: middle;
cursor: pointer;
}

.menu_container .menu-toggle{
  outline: none;
  pointer-events: none;
  z-index: 9;
  color: #FFDB80!important;
}

.menu-toggle span{
  height: 21px;
  width: 21px;
  border-radius: 25px;
  float: right;
  background-color: #341253;
  outline: none;
  vertical-align: middle;
    margin-left: 10px;
    margin-top: -4px;
}

img.dots_menu {
  width: 33px;
  vertical-align: middle;
  margin-top: -4px;
}

nav#site-navigation ul#primary-menu{
	display: none;
}
.menu_list_container {
    position: relative;
}
 #list_menus{
	 display: table;
	 vertical-align: middle;
	font-family: 'Laica';
	font-style: normal;
	font-weight: normal;
	width: 531px;
	position: absolute;
	right: 0;
	top: 0;
	height: 100vh;
  height: -webkit-fill-available;
		background: gray;
		padding: 25px 0 0;
		margin: 0;
}

.container_menus{
vertical-align: middle;
	display: table-cell;
}
#list_menus .menu-categorias-container,
#list_menus .menu-medios-container,
#list_menus .menu-paginas-container{
	margin: 0;
	padding: 0 0 0 40px;
}
#list_menus .menu-categorias-container ul,
#list_menus .menu-medios-container ul,
#list_menus .menu-paginas-container ul{
	margin: 0;
	padding: 0;
}
#list_menus .menu-medios-container ul,
#list_menus .menu-paginas-container ul{
	margin: 25px 0 0;
}
#list_menus .menu-categorias-container li a{
	font-size: 45px;
line-height: 105%;
letter-spacing: -0.04em;
}
#list_menus .menu-medios-container li a,
#list_menus .menu-paginas-container li a{
font-family: 'Garnett Light';
font-size: 25px;
line-height: 35px;
/* padding: 100px 40px; */
}

#list_menus.rojo {
	color: #DD213C;
	background: #FFAFBE;
}
#list_menus.negro {
	background: #FFDB80;
	color: #030201;
}
#list_menus.violeta {
	background: #FFDB80;
	color: #341253;
}
#list_menus ul li{
	list-style: none;
	padding: 0;
	margin: 0
}
#list_menus ul li a{
	text-decoration: none;
}
#list_menus ul li a:hover {
    text-decoration: underline;
}
#list_menus.rojo ul li a{
	 color: #DD213C;
}
#list_menus.negro ul li a{
	color: #030201;
}
#list_menus.violeta ul li a{
	color: #341253;
}

.menu_container .site-branding svg{
  margin-left: 0px;
  width: 250px;
  margin-top: -10px;
}
.menu_container .site-branding path{
fill:#FFDB80!important;
}
.menu_container .menu-toggle span{
    border: 2px solid #FFDB80!important;
        background: #030201!important;
}
.menu-toggle[aria-expanded="true"]{
    opacity: 0;
}
.menu-toggle[aria-expanded="false"]{
    opacity: 1;
}
.menu_container .menu-toggle[aria-expanded="true"]{
  opacity: 1;
  font-size:20px;
}
/* redes */
.redes{
   padding: 20px 0 0 40px;
   position: absolute;
  bottom: 18px;
}
.menu_container .redes{
    padding: 20px 0 0 0px;
    position: relative;
    top: 5px;
}
header .redes,
footer .redes{
   padding: 20px 0 0 0px;
}
footer .redes{
   padding: 100px 0 0 0px;
}
.redes a {
    display: inline;
    float: left;
}
.redes svg {
    width: 20px;
    margin-right: 10px;
    vertical-align: middle;
}
/* CONTENT */
h1,h2,h3,h4{
  font-weight: normal;
}
h1 {
    margin: 10px 0;
  }
.container{
	width: 100%;
	max-width: 1400px;
	margin: auto;
	height: 100%;
	/* border: 1px solid black; */
	vertical-align: middle;
	padding: 15px 0;
  position: relative;
}
.container span {
    margin-top: 0px;
    float: left;
    display: block;
    width: 100%;
    margin-bottom: 30px;
}
/* home */
.destacados_top{
		width: calc(100% - 530px);
		height: 100vh;
		text-align: center;
		padding: 50px;
    position: relative;
		display: table;
}
.destacados_top a{
  	text-decoration: none;
}
.articulo_destacado{
	vertical-align: middle;
	display: table-cell;
}
.destacados_top.rojo{
	background: #DD213C;
	color: #FFAFBE;
}
.destacados_top a{
outline: none;
}
.destacados_top.rojo a{
	text-decoration: none;
		color: #FFAFBE;
}
.destacados_top h1{
	font-size: 55px;
	line-height: 95%;
	letter-spacing: -0.04em;
  max-width: 85%;
  margin:10px auto;
}
.destacados_top.negro {
	background: #030201;
	color: #FFDB80;
}
.destacados_top.negro a{
	text-decoration: none;
		color: #FFDB80;
}

.destacados_top.violeta {
	background: #341253;
	color: #FFDB80;
}

.destacados_top.violeta a{
	text-decoration: none;
		color: #FFDB80;
}


/* //REDES Colores */
.redes.negro svg path{
    fill:#030201!important;
}
.redes.rojo svg path{
    fill:#DD213C!important;
}
.redes.violeta svg path{
    fill:#341253!important;
}
.redes.amarillo svg path{
  fill: #FFDB80!important;
}
.destacados_top .thumbImg{
	background-color: rgba(0, 0, 0, 0.5);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: auto;
}
.destacados_top .thumbImg.arco{
  border-radius: 250px 250px 0 0;
  width: 420px;
  height: 495px;
}
.destacados_top .thumbImg.circulo{
	border-radius: 250px;
	width: 495px;
	height: 495px;
}
.destacados_top .thumbImg.cuadrado {
    width: 495px;
    height: 495px;
  }
.categorias_top {
	font-size: 18px;
	font-family: 'Laica';
	margin-top: 19px;
  outline: none;
}
article #relacionados .etiquetas{
  text-align: center;
}
.etiquetas a.etiqueta{
	display: inline-block;
	text-transform: uppercase;
	font-family: 'Garnett Light';
	border-radius: 25px;
	border: 1px solid;
	padding: 5px 8px 4px;
	margin: 6px 2px 1px 0;
	font-size: 16px;
  outline: none;
  text-decoration: none;
  color: #341253;
}
.destacados_top .etiquetas a.etiqueta{
  color: inherit;
  border-color: inherit;
  margin:5px 5px 1px 0;
}
.autor{
    position: absolute;
    left: 20px;
    bottom: 17px;
		font-family: 'Laica';
    outline: none;
}
.autor span{
	font-size: 10px;
	text-transform: uppercase;
}
.contador_destacados{
  font-family: 'Laica';
      position: absolute;
      right: 0;
      left: 0;
      margin: auto;
      bottom: 20px;
      text-align: center;
}

a.leer_articulo {
font-family: 'Laica';
    position: absolute;
    right: 20px;
    bottom: 20px;
	}
#grid{
background-color: #F6F1EC;
color: #341253;
padding-top: 50px;
/* height: 155vh; */
}

#destacados_slider .autor span{
    font-family: 'Junicode';
}
/* grid1 */
#grid.grid1 .grid_1 {
	grid-column:1/3;
}

#grid.grid1 .grid_2 {
    grid-row: 2 / 0;
}

#grid.grid1 .grid_3 {
    grid-column: 3 / 0;
}
#grid.grid1 .grid_4 {
	    grid-column: 1 / -1;
    margin-top: 30px;
}

/* grid2 */
#grid.grid2 .grid_1 {
  	    grid-column: 1 / -1;
}
#grid.grid2 .grid_2 {
grid-column:1/3;
}
#grid.grid2 .grid_3 {
    grid-row: 2 / 0;
}
#grid.grid2 .grid_4 {
    grid-column: 3 / 0;
}

#grid .container_grid{
    /* display: grid;
    grid-template: 1.6em 1.6em 1.6em 1.6em 1.6em 1.6em / 1fr 1fr 1fr 1fr;
    grid-template: repeat(4, 450px) / repeat(4, 1fr);
    grid-gap: 30px;
    padding: 70px 20px; */
}

#grid.grid1 .container_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  /* grid-template-rows: 1fr 1fr; */
  gap: 10px 30px;
  grid-template-areas:
    "medio medio cuarto1 cuarto2"
    "completo completo completo completo"
    ". . . .";
    padding: 20px;
    margin-bottom: 50px;
}
#grid.grid1 .container_grid .grid_1 { grid-area: medio; }
#grid.grid1 .container_grid .grid_2  { grid-area: cuarto1; }
#grid.grid1 .container_grid .grid_3  { grid-area: cuarto2; }
#grid.grid1 .container_grid .grid_4  { grid-area: completo; }


#grid.grid2 .container_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  /* grid-template-rows: 1fr 1fr; */
  gap: 10px 30px;
  grid-template-areas:
  "completo completo completo completo"
    "medio medio cuarto1 cuarto2"
    ". . . .";
    padding: 20px;
}
#grid.grid2 .container_grid .grid_1 { grid-area: completo; }
#grid.grid2 .container_grid .grid_2  { grid-area: medio; }
#grid.grid2 .container_grid .grid_3  { grid-area: cuarto1; }
#grid.grid2 .container_grid .grid_4  { grid-area: cuarto2; }

#grid .container_grid a{
	text-decoration: none;
	color: #341253;
  outline: none;
}

#grid .container_grid .etiquetas{
  margin-top: -10px;
  position: relative;
}
#grid .container_grid .etiquetas a{
  position: relative;
  opacity: 0.6;
  transition: all 0.5s ease-in-out;

}
#grid .container_grid .etiquetas a:hover{
color: #fff;
  background: #341253;
}
.etiquetas a{
  transition: all 0.3s ease-in-out;
}
/*
#grid .container_grid .etiquetas a:hover {
  color:#fff;
}
#grid .container_grid .etiquetas a:before {
  content: "";
  border-radius: 15px;
  position: absolute;
  background: #341253;
  bottom: 0;
  left: 0;
  right: 100%;
  top: 0%;
  z-index: -1;
  transition: all 0.2s ease-in;
}

#grid  .etiquetas a:hover:before {
  right: 0;
} */
#grid  a h1{
	font-family: 'Garnett Regular';
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
	line-height: 115%;
	letter-spacing: -0.02em;
}

#grid .container_grid img{
width: 100%;
height: auto;
}
#grid .container_grid .grid_item{
	/* min-height: 500px; */
	display: block;
}
#grid.grid2 .container_grid .grid_1.grid_item .container_vertical,
#grid.grid1 .container_grid .grid_4.grid_item .container_vertical{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
}
#grid.grid2 .container_grid .grid_1.grid_item .container_vertical{
  flex-direction: row;
}

#grid .container_grid .categorias_top a{
	color: #F82B32;
}
#grid .container_grid .thumbImg{
	border-radius: 20px;
	width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	  height: 440px;
}
#grid .container_grid .grid_2 .thumbImg{
	border-radius: 20px ;
	width: 100%;
	height: 240px;
}
#grid .container_grid .grid_3 .thumbImg{
	border-radius: 200px 200px 0  0 ;
	width:  100%;
	height: 440px;
}

#grid .container_grid .grid_4 .grid_item_info{
  float: left;
  text-align: center;
  width: 50%;
  height: 100%;
  padding: 0px ;
}
#grid.grid1 .container_grid .grid_4 h1{
		font-size: 75px;
	line-height: 95%;
	text-align: center;
  letter-spacing: -0.04em;
margin: 25px 0;
}
#grid .container_grid .grid_4 .thumbImg{
  border-radius: 370px;
  width: 640px;
  height: 640px;
  float: right;
}

#grid.grid2 .container_grid .thumbImg{
	border-radius: 20px;
	width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
	height: 440px;
}
#grid.grid2 .container_grid .grid_3 .thumbImg{
	border-radius: 20px ;
	width: 100%;
	height: 240px;
}
#grid.grid2 .container_grid .grid_4 .thumbImg{
	border-radius: 200px 200px 0  0 ;
	width: 100%;
	height: 440px;
  margin-bottom: 30px;
      margin-top: -19px;
}


#grid.grid2 .container_grid .grid_1 .grid_item_info{
  float: right;
  text-align: center;
      width: 50%;
      padding-top: 0px;
      padding: 0 4%;

}
#grid.grid2 .container_grid .grid_4 .grid_item_info{
float: unset;
text-align: left;
width: auto;

}
#grid.grid2 .container_grid .grid_1 h1{
		font-size: 75px;
	line-height: 95%;
	text-align: center;
  letter-spacing: -0.04em;
margin: 25px 0;
}

#grid.grid2 .container_grid .grid_1 .thumbImg{
  border-radius: 370px;
  width: 640px;
  height: 640px;
  float: left;
  margin-bottom: 40px;
}

#grid.grid2 .container_grid .grid_2 .thumbImg{
	border-radius: 20px;
	width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
	/* height: 440px; */
}
.newsletter{
  text-align: left;
  position: relative;
	background: #341253;
  background: #150E2C;
	font-family: 'Garnett Light';
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 150%;
	color: #FFDB80;
	height: auto;
  display: block;
    clear: both;
}
.newsletter.newsletter2{
  background: #030201;
  padding-bottom: 100px;
}
.newsletter.newsletter_menu{
  background: transparent;
  position: absolute;
bottom: -20px;
width: 100%;
}
.newsletter .container {
    padding: 20px 20px 30px 20px;
}
.newsletter_title{
  margin-bottom: 64px;
}
.newsletter input.subsc  {
    width: 100%;
    background: no-repeat;
    border: none!important;
    /* border-bottom: 2px solid #FFDB80!important; */
    border-bottom: 2px solid rgba(255, 219, 128, 0.6)!important;
    margin-top: 10px;
    font-size: 55px!important;
    line-height: 95%!important;
    letter-spacing: -0.04em;
    color: #FFDB80;
    transition: all 0.5s ease-in-out;
}
.newsletter input.subsc:focus{
  border-bottom: 2px solid rgba(255, 219, 128, 1)!important;
}
input.subsc::placeholder {
  color: #FFDB80;
  font-weight: 300;
  opacity: 0.6;

  transition: all 0.5s ease-in-out;
}
input.subsc:focus::placeholder {
  opacity: 1;
}
input#subsc:focus {
    outline: none;
  }
input#nombre{
    display: none;
  }
#mc_embed_signup .button.flecha_send{
      background-color: transparent;
      position: absolute!important;
      top: 37px!important;
      right:0px!important;
      width: 100px!important;
      height: 70px!important;
      background-image: url(images/flecha_der_amarillo.svg);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: top;
      color: transparent;
    outline: none;
    opacity: 0.6;
    transition: all 0.5s ease-in-out;
    }

#mc_embed_signup  .button.flecha_send.focus {
      opacity: 1;
    }


#mc_embed_signup .mc-field-group input{
  text-indent: 0!important;
}
  #mc_embed_signup .button:hover{
 background-color: transparent!important;
  }
#mc_embed_signup{
  background: transparent!important;
clear: left;
font: initial;
}
#mc_embed_signup form{
padding: 10px 0 10px 0!important;
}
#mc_embed_signup .mc-field-group{
  width: 100%!important;
}
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error{
  background-color:transparent!important;
  float: left;
  top: -1.4em;
  padding: 0em .5em 0em 0em;
  overflow: hidden;
  width: 100%;
  margin: 0 5% 0 0;
}

#mc_embed_signup div#mce-responses {
    background-color:transparent!important;
    float: left;
    top: -1.4em;
    padding: 0em .5em 0em 0em;
    overflow: hidden;
    width: 100%;
    margin: 0 5% 0 0;
}
.checkbox_terms{
display: inline-block;
  }


.round {
  position: relative;
}

.round label {
  background-color: transparent;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
  border: 2px solid #FFDB80;
  vertical-align: top;
  pointer-events: none;
}

.round label:after {
  border-top: none;
  border-right: none;
  content: "";
  height: 10px;
  left: 3px;
  opacity: 0;
  position: absolute;
  top: 3px;
  width: 14px;
  z-index: 9;
  background: #FFDB80;
  width: 10px;
  border-radius: 10px;
}

.round input[type="checkbox"] {
  visibility: hidden;

  z-index: 9;
visibility: visible;
position: absolute;
width: 20px;
cursor: pointer;
height: 20px;
opacity: 0;
}

.round input[type="checkbox"]:checked + label {
  /* background-color: #FFDB80; */
  border-color: #FFDB80;
}
.round input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

.terms{
margin: -4px 0 0 30px;
font-family: 'Garnett Light';
font-style: normal;
font-weight: 300;
font-size: 20px;
line-height: 150%;
color: #FFDB80;
display: inline-block;
}
.terms a{
  color: #FFDB80;
  text-decoration: underline;
  display: inline-block;
}
*:-webkit-autofill,
*:-webkit-autofill:hover,
*:-webkit-autofill:focus,
*:-webkit-autofill:active{
    background-color:transparent!important;
    border: none!important;
    border-bottom: 4px solid #FFDB80!important;
    margin-top: 10px;
    font-size: 55px;
    line-height: 95%;
    letter-spacing: -0.04em;
    color: #FFDB80!important;
}
  .radio {
    display: grid;
    grid-template-columns: min-content auto;
    grid-gap: 0.5em;
    /* font-size: 2.25rem; */
    color: #FFDB80;
}
  .container .radio .radio__input span{
        width: 20px;
  }
.radio:focus-within  .radio__label {
        transform: scale(1.0);
        opacity: 1;
      }

  .radio__label {
    line-height: 1;
    transition: 180ms all ease-in-out;
    opacity: 1;
  }

  .radio__input {
    display: flex;
}
.radio__input    input {
      opacity: 0;
      width: 0;
      height: 0;
}
.radio__input:focus + .radio__control {
 box-shadow: 0 0 0 0.05em #fff, 0 0 0em 0em #FFDB80;
 }

  .radio-gradient input:checked + .radio__control {
    background: radial-gradient(#FFDB80 50%, rgba(255, 0, 0, 0) 51%);
  }

  .radio-before    .radio__control {
      display: grid;
      place-items: center;
    }

  .radio-before  input + .radio__control::before {
      content: "";
      width: 0.5em;
      height: 0.5em;
      box-shadow: inset 0.5em 0.5em #FFDB80;
      border-radius: 50%;
      transition: 180ms transform ease-in-out;
      transform: scale(0);
    }

    .radio-before  input:checked + .radio__control::before {
      transform: scale(1);
    }

  .radio__control {
    display: block;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    border: 0.1em solid #FFDB80;
    transform: translateY(-0.05em);
  }

.flecha_send{
  width: 100px;
  position: absolute;
  right: 20px;
  top: 70px;
  z-index: 1;
  cursor: pointer;
}

#etiquetas{
	/* width: 100%;
	height: 100vh; */
  position: relative;
}
#etiquetas .container_etiquetas{
  margin: auto;
  position: relative;
}
#etiquetas .slider-item{
	width: 100%;
}
#etiquetas .slider-item.rojo{
	color: #341253;
		background: #F82B32;
}

#etiquetas .slider-item a{
  transition: all 0.3s ease-in-out;
}
#etiquetas .slider-item:first-child,
#etiquetas .slider-item:nth-child(8){
	color: #E96644;
	background: #341253;
}

#etiquetas .slider-item:first-child a,
#etiquetas .slider-item:nth-child(8) a,
#etiquetas .slider-item:first-child a h2,
#etiquetas .slider-item:nth-child(8) a h2,
#etiquetas .slider-item:first-child a.etiqueta,
#etiquetas .slider-item:nth-child(8) a.etiqueta{
	color: #E96644!important;
}
#etiquetas .slider-item:first-child a.etiqueta,
#etiquetas .slider-item:nth-child(8) a.etiqueta{
border: 1px solid #E96644;
}

#etiquetas .slider-item:first-child a.etiqueta:hover,
#etiquetas .slider-item:nth-child(8) a.etiquet:hover{
  color: #341253!important;
	background: #E96644;
}

#etiquetas .slider-item:first-child svg .st0,
#etiquetas .slider-item:nth-child(8) svg .st0{
  fill:#E96644;
}


#etiquetas .slider-item:nth-child(2),
#etiquetas .slider-item:nth-child(9){
	color: #F5AD41;
	background: #252ECB;
}
#etiquetas .slider-item:nth-child(2) a,
#etiquetas .slider-item:nth-child(9) a,
#etiquetas .slider-item:nth-child(2) a h2,
#etiquetas .slider-item:nth-child(9) a h2,
#etiquetas .slider-item:nth-child(2) a.etiqueta,
#etiquetas .slider-item:nth-child(9) a.etiqueta{
	color: #F5AD41!important;
}
#etiquetas .slider-item:nth-child(2) a.etiqueta,
#etiquetas .slider-item:nth-child(9) a.etiqueta{
border: 1px solid #F5AD41;
}

#etiquetas .slider-item:nth-child(2) a.etiqueta:hover,
#etiquetas .slider-item:nth-child(9) a.etiquet:hover{
  color: #252ECB!important;
	background: #F5AD41;
}

#etiquetas .slider-item:nth-child(2) svg .st0,
#etiquetas .slider-item:nth-child(9) svg .st0{
  fill:#F5AD41;
}


#etiquetas .slider-item:nth-child(3),
#etiquetas .slider-item:nth-child(10){
	color: #F5AD41;
	background: #026931;
}

#etiquetas .slider-item:nth-child(3) a,
#etiquetas .slider-item:nth-child(10) a,
#etiquetas .slider-item:nth-child(3) a h2,
#etiquetas .slider-item:nth-child(10) a h2,
#etiquetas .slider-item:nth-child(3) a.etiqueta,
#etiquetas .slider-item:nth-child(10) a.etiqueta{
	color: #F5AD41!important;
}
#etiquetas .slider-item:nth-child(3) a.etiqueta,
#etiquetas .slider-item:nth-child(10) a.etiqueta{
border: 1px solid #F5AD41;
}

#etiquetas .slider-item:nth-child(3) a.etiqueta:hover,
#etiquetas .slider-item:nth-child(10) a.etiquet:hover{
  color: #026931!important;
	background: #F5AD41;
}
#etiquetas .slider-item:nth-child(3) svg .st0,
#etiquetas .slider-item:nth-child(10) svg .st0{
  fill:#F5AD41;
}


#etiquetas .slider-item:nth-child(4),
#etiquetas .slider-item:nth-child(11){
	color: #150E2C;
	background: #CB3742;
}
#etiquetas .slider-item:nth-child(4) a,
#etiquetas .slider-item:nth-child(11) a,
#etiquetas .slider-item:nth-child(4) a h2,
#etiquetas .slider-item:nth-child(11) a h2,
#etiquetas .slider-item:nth-child(4) a.etiqueta,
#etiquetas .slider-item:nth-child(11) a.etiqueta{
	color: #150E2C!important;
}
#etiquetas .slider-item:nth-child(4) a.etiqueta,
#etiquetas .slider-item:nth-child(11) a.etiqueta{
border: 1px solid #150E2C;
}

#etiquetas .slider-item:nth-child(4) a.etiqueta:hover,
#etiquetas .slider-item:nth-child(11) a.etiquet:hover{
  color: #CB3742!important;
	background: #150E2C;
}
#etiquetas .slider-item:nth-child(4) svg .st0,
#etiquetas .slider-item:nth-child(11) svg .st0{
  fill:#150E2C;
}


#etiquetas .slider-item:nth-child(5),
#etiquetas .slider-item:nth-child(12){
	color: #252ECB;
	background: #FADC8C;
}
#etiquetas .slider-item:nth-child(5) a,
#etiquetas .slider-item:nth-child(12) a,
#etiquetas .slider-item:nth-child(5) a h2,
#etiquetas .slider-item:nth-child(12) a h2,
#etiquetas .slider-item:nth-child(5) a.etiqueta,
#etiquetas .slider-item:nth-child(12) a.etiqueta{
	color: #252ECB!important;
}
#etiquetas .slider-item:nth-child(5) a.etiqueta,
#etiquetas .slider-item:nth-child(12) a.etiqueta{
border: 1px solid #252ECB;
}
#etiquetas .slider-item:nth-child(5) a.etiqueta:hover,
#etiquetas .slider-item:nth-child(12) a.etiquet:hover{
  color: #FADC8C!important;
	background: #252ECB;
}
#etiquetas .slider-item:nth-child(5) svg .st0,
#etiquetas .slider-item:nth-child(12) svg .st0{
  fill:#252ECB;
}


#etiquetas .slider-item:nth-child(6),
#etiquetas .slider-item:nth-child(13){
	color: #FADC8C;
	background: #150E2C;
}
#etiquetas .slider-item:nth-child(6) a,
#etiquetas .slider-item:nth-child(13) a,
#etiquetas .slider-item:nth-child(6) a h2,
#etiquetas .slider-item:nth-child(13) a h2,
#etiquetas .slider-item:nth-child(6) a.etiqueta,
#etiquetas .slider-item:nth-child(13) a.etiqueta{
	color: #FADC8C!important;
}
#etiquetas .slider-item:nth-child(6) a.etiqueta,
#etiquetas .slider-item:nth-child(13) a.etiqueta{
border: 1px solid #FADC8C;
}

#etiquetas .slider-item:nth-child(6) a.etiqueta:hover,
#etiquetas .slider-item:nth-child(13) a.etiquet:hover{
  color: #150E2C!important;
	background: #FADC8C;
}
#etiquetas .slider-item:nth-child(6) svg .st0,
#etiquetas .slider-item:nth-child(13) svg .st0{
  fill:#FADC8C;
}

#etiquetas .slider-item:nth-child(7),
#etiquetas .slider-item:nth-child(14){
	color: #8AC5D2;
	background: #030201;
}
#etiquetas .slider-item:nth-child(7) a,
#etiquetas .slider-item:nth-child(14) a,
#etiquetas .slider-item:nth-child(7) a h2,
#etiquetas .slider-item:nth-child(14) a h2,
#etiquetas .slider-item:nth-child(7) a.etiqueta,
#etiquetas .slider-item:nth-child(14) a.etiqueta{
	color: #8AC5D2!important;
}
#etiquetas .slider-item:nth-child(7) a.etiqueta,
#etiquetas .slider-item:nth-child(14) a.etiqueta{
border: 1px solid #8AC5D2;
}
#etiquetas .slider-item:nth-child(7) a.etiqueta:hover,
#etiquetas .slider-item:nth-child(14) a.etiquet:hover{
  color: #030201!important;
	background: #8AC5D2;
}
#etiquetas .slider-item:nth-child(7) svg .st0,
#etiquetas .slider-item:nth-child(14) svg .st0{
  fill:#8AC5D2;
}


#etiquetas .etiquetas a.etiqueta{
  text-decoration: none;
  border: 1px solid #341253;
  color: #341253;
  outline: none;
  opacity: 0.5;

}

#etiquetas h1{
	text-align: center;
font-family: 'Garnett Regular';
font-style: normal;
font-weight: normal;
font-size: 120px;
line-height: 95%;
text-align: center;
letter-spacing: -0.07em;
margin: 0 auto;
text-transform: uppercase;
}
#etiquetas h1 a{
  color: #341253;
  text-decoration: none;
}

#etiquetas .categorias_top{
  margin: 15px auto 10px;
}
#etiquetas .categorias_top a{
  font-family: 'Laica';
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 80%;
/* or 14px */
letter-spacing: -0.03em;
color: #341253;
}
#etiquetas .etiquetas {
    margin-top: 5px;
}

.pantalla_etiqueta{
	position: relative;
}
.flechas{
	width: 220px;
  position: absolute;
  left: 20px;
  top: 60px;
  z-index: 1;
  cursor: pointer;
}
.flechas.der{
      left: unset;
      right: 20px;
}

#relacionados .controls li .flechas, #recursos_clave .controls li .flechas, #sentiido_tv .controls li .flechas {
    width: 40px;
    top: 10px;
    top:32px;
}
#etiquetas .container{
	padding: 85px 0;
}
#etiquetas .flechas{
  width: 130px;
  top: 80px;
}
.container_destacados_etiquetas{
  display: flex;
}
.item_etiquetas {
	padding:  30px 30px 0;
	text-align: center;
	width: 50%;
	float: left;
	/* margin: auto; */
}
.item_etiquetas .thumbImg{
	width: 350px;
	height: 350px;
	margin: auto;
     background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.item_etiquetas .thumbImg.arco{
	background-color: #0A0222;
	border-radius: 200px 200px 0 0;
	width: 250px;
height: 350px;
}
.item_etiquetas a {
  text-decoration: none;
}
.item_etiquetas h2{
  font-family: 'Garnett Regular';
font-style: normal;
font-weight: normal;
font-size: 50px;
line-height: 105%;
text-align: center;
letter-spacing: -0.02em;
color: #341253;
max-width: 100%;
margin: auto;
}
.item_etiquetas .thumbImg.circulo{
	background-color: #0A0222;
	border-radius: 200px;
}

.thumbImg.cuadrado{
	border-radius: 0px;
}

#grid .thumbImg.circulo img{
  border-radius: 50px;
}
.thumbImg.circulo{
	border-radius: 200px;
}

#grid .thumbImg.arco img,
.thumbImg.arco{
	border-radius: 200px 200px 0 0;
}
#archive_grid .thumbImg.cuadrado{
	border-radius: 0px;
}
#archive_grid .thumbImg.circulo{
	border-radius: 200px;
}
#archive_grid .thumbImg.arco{
	border-radius: 200px 200px 0 0;
}



#archive_grid .archive-item:nth-of-type(3n+1) .thumbImg{
	border-radius: 200px 200px 0 0;
}
#archive_grid .archive-item:nth-of-type(3n+2) .thumbImg{
	border-radius: 0;
}
#archive_grid .archive-item:nth-of-type(3n+3) .thumbImg{
		border-radius: 200px;
}

#los_mas_leidos{
	background: #DE8EB8;
	font-family: 'Garnett Regular';
font-style: normal;
font-weight: normal;
font-size: 25px;
line-height: 95%;
letter-spacing: -0.04em;
color:#150E2C;
}

.los_mas_leidos_titulo,
.widget_mostreadpostswidget h2.widgettitle {
  color: #150E2C;
  font-size: 20px;
  line-height: 105%;
  margin-bottom: 50px;
  margin-left: 20px;
}
.container.masleidos_container img {
  width: auto;
  max-height: 85px;
  margin-right: 40px;
  float: left;
  padding-bottom: 0;
  margin-top: 5px;
  }

ul.mlrp_ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#los_mas_leidos a{
text-decoration: none;
	letter-spacing: -0.04em;
	color: #150E2C;
	display: inline-flex;
  margin: 10px 0 0px 20px;
  outline: none;
  font-size: 55px;
  line-height: 100%;
}
#los_mas_leidos a .thumbImgCuadrado{
	background-color: #fff;
  height: 60px;
  width: 60px;
  float: left;
  position: absolute;
  left: 12px;
}
#sentiido_tv{
	font-family: 'Garnett Regular';
font-weight: normal;
font-size: 20px;
line-height: 115%;
/* or 23px */
background-color: #0A0222;
letter-spacing: -0.02em;
color: #DE8EB8;
	width: 100%;
    padding: 0 20px;
	height: auto;
}
#sentiido_tv .sentiidotv_titulo a,
#sentiido_tv .slider-item a{
  text-decoration: none;
  color: #DE8EB8;
}
/* #sentiido_tv .slick-arrow.slick-hidden {
    display: block;
} */

.slick-arrow.slick-hidden{
  display: block;
}
#sentiido_tv .container .sentiidotv_titulo{
text-decoration: none;
font-family: 'Garnett Regular';
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 105%;
letter-spacing: -0.02em;
color: #DE8EB8;
margin: 20px 0;
    max-width: 270px;
}
.duracion{
  font-family: 'Laica';
font-style: normal;
font-weight: normal;
font-size: 22px;
line-height: 92%;
letter-spacing: -0.04em;
color: #F6F1EC;
    margin-top: -15px;
}
#sentiido_tv .tns-outer {
    padding: 0 !important;
    margin-top: 40px;
  }

  .sentiido-tv-item .thumbImg,
#sentiido_tv  .img_tv{
  position: relative;
  width: 270px;
  height: 500px;
  /* width: 450px;
  height: 700px; */
  border-radius: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

.sentiido-tv-item .ver_video,
#sentiido_tv .ver_video {
font-family: 'Garnett Regular';
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 92%;
letter-spacing: -0.02em;
text-transform: uppercase;
position: absolute;
    left: 0;
    right: 0;
    top: 48%;
    margin: auto;
    width: 138px;

    right: 0;
top: 0;
margin: auto;
    width: 100%;
    /* border: 1px solid red; */
    text-align: center;
    height: 100%;
    padding-top: 0%;
    display: table;
    vertical-align: middle;
}
.sentiido-tv-item .ver_video a,
#sentiido_tv .ver_video a{
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #F6F1EC;
  position: absolute;
  display: table-cell;
  top: 0px;
  bottom: 0;
  margin: auto;
  padding-top: 75%;
}

.sentiido-tv-item  .info_hover,
#sentiido_tv  .info_hover{
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 0;
  transition: all 0.5s ease-in-out;
}
.sentiido-tv-item .thumbImg:hover .info_hover,
#sentiido_tv .img_tv:hover .info_hover{
  z-index: 0;
  opacity: 1;
}
.sentiido-tv-item .etiquetas,
#sentiido_tv .etiquetas{
  position: absolute;
  bottom: 10px;
  left: 20px;
}
.sentiido-tv-item .etiquetas a,
#sentiido_tv .etiquetas a{
 background-color: #DE8EB8;
 color: #0A0222;
 border: none;
}

#relacionados  ul#customize-controls,
#recursos_clave  ul#customize-controls,
#sentiido_tv ul#customize-controls {
  width: 170px;
  outline: none;
  margin-right: 10px;
}
#relacionados .controls li,
#recursos_clave .controls li,
#sentiido_tv .controls li{
  margin-top: 30px;
  outline: none;
  cursor: pointer;
  padding: 0 10px;

    margin-top: -20px;
    outline: none;
    cursor: pointer;
    padding: 0 10px;
}

#relacionados .controls img,
#recursos_clave .controls img,
#sentiido_tv .controls img{
  width: 60px;
  top: 20px;
}
.tv-slider {
    margin-top: 50px;
    margin-bottom: 30px;
  }


#micropodcast{
	font-family: 'Garnett Regular';
font-style: normal;
font-weight: normal;
font-size: 25px;
line-height: 95%;
letter-spacing: -0.04em;
color: #DE8EB8;
	background-color: #009845;
	width: 100%;
	height: 100vh;
}
#micropodcast .podcast{
	width: 100%;
	height: auto;
	color: #341253;
  padding: 50px 0px;
  margin-bottom: 30px;
}

#micropodcast .container .micropodcast_titulo {
    color: #341253;
    margin: 0 0px 0px 20px;
}
#micropodcast .container .micropodcast_titulo a {
    color: #341253;
    text-decoration: none;
}
#micropodcast .podcast a{
outline: none;
}
#micropodcast .podcast .text{
font-family: 'Garnett Regular';
font-style: normal;
font-weight: normal;
font-size: 65px;
line-height: 105%;
/* or 79px */
text-align: right;
letter-spacing: -0.04em;
color: #341253;
width: 70%;
float: right;
    padding: 5px 20px;
}
#micropodcast .podcast .thumbImg.circulo{
	width: 250px;
	height: 250px;
	background-color: #341253;
	border-radius:200px;
	float: left;
  margin: 0 20px;
  background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#micropodcast .podcast.right{
	float: left;
	text-align: left;
	border-bottom: 1px solid #341253;
}
#micropodcast .podcast.right .text{
  text-align: left;
	float: left;
}
#micropodcast .podcast .text h2{
    display: flex ;
      float: unset;
      width: auto;
      margin-bottom: 10px;
      font-family: 'Garnett Regular';
font-style: normal;
font-weight: normal;
font-size: 75px;
line-height: 105%;
/* or 79px */
letter-spacing: -0.04em;
color: #341253;
}
#micropodcast .podcast .text h2 span{
  display: inline;
  margin: auto;
}
#micropodcast .podcast .text h2 span.tiempo{
display: inline;
  font-family: 'Laica';
font-style: normal;
font-weight: normal;
font-size: 50px;
line-height: 92%;
letter-spacing: -0.04em;
color: #341253;
display: inline-block;
width: auto;
margin: 45px 0 30px 20px;
    float: revert;
  }
#micropodcast .podcast.right .text h2 span.tiempo{
	/* margin: 45px 0 30px 20px; */
}
#micropodcast .podcast.right .thumbImg{
	float: right;
}
#micropodcast .podcast .autor{
  position: relative;
  left: unset;
  bottom: unset;
  display: inline;
  font-size: 18px;
line-height: 18px;
color: #341253;
    text-decoration: none;
    float: unset;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
    clear: both;
display: block;
}
#micropodcast .podcast .autor span{
  font-family: 'Junicode';
  position: relative;
  text-transform: uppercase;
  left: unset;
  display: inline;
  float: unset;
  font-size: 12px;
}

#recursos_clave{
	font-family: 'Garnett Regular';
font-style: normal;
font-weight: normal;
font-size: 25px;
line-height: 95%;
letter-spacing: -0.04em;
color:#341253;
	background-color: #F9D855;
	width: 100%;
	height: auto;
    padding: 0 20px;
}
#recursos_clave .slider-item{
  width: 33%,
}
#recursos_clave .thumbImg {
    width: 400px;
    height: 400px;
  margin: 20px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: auto;
}
#recursos_clave .etiqueta{

  margin: 10px 5px 0px 0;
  text-decoration: none;
}

#recursos_clave .etiquetas{
text-align: center;
max-width: 70%;
margin: auto;
}

#recursos_clave .etiquetas a{
  outline: none;
    color:#341253;
    border: 1px solid #341253;
    transition: all 0.3s ease-in-out;
}
#recursos_clave .etiquetas a:hover{
    background-color:#341253;
    color: #F9D855;
  }
#recursos_clave .tns-outer {
    padding: 0 !important;
    margin-top: 40px;
  }

  #recursos_clave .recursos_titulo a {
  text-align: left;
  color: #341253;
    text-decoration: none;
    outline: none;
  }
  #recursos_clave .recursos_titulo_item {
      text-align: center;
      max-width: 400px;
      margin: 5px auto 5px;
  }
#recursos_clave .recursos_titulo_item a{
  font-family: 'Garnett Regular';
font-style: normal;
font-weight: normal;
font-size: 40px;
line-height: 105%;
text-align: center;
letter-spacing: -0.04em;
color: #341253;
  text-decoration: none;
}


#recursos_clave .categorias_top {
    text-align: center;
  }
    #recursos_clave .categorias_top a{
    color: #341253;
    text-decoration: none;

}

.recursos_titulo {
    text-align: left;
    margin: 20px 0;
}
.recursos-slider {
    margin-top: 50px;
    margin-bottom: 30px;
  }
#instagram{
	font-family: 'Garnett Regular';
font-style: normal;
font-weight: normal;
font-size: 25px;
line-height: 95%;
letter-spacing: -0.04em;
color: #F82B32;
	background-color: #341253;
	width: 100%;
	height: 50vh;
}
/* footer */
footer#colophon{
	background: #030201;
	font-family: 'Laica';
	font-style: normal;
	font-weight: normal;
	font-size: 65px;
	line-height: 92%;
	letter-spacing: -0.04em;
	color: #FFDB80;
  position: relative;
  width: 100%;
  height: auto;
}

footer ul,
footer li {
	list-style: none;
	margin: 0;
	padding: 0;
}
footer li a,
footer li a:visited{
	text-decoration: none;
	color: #FFDB80;
}
footer .site-info{
  width:100%;
max-width: 1400px;
margin: auto;
display: flex;

}
.menu_list_container{
  width: 100%;
max-width: 1400px;
margin: auto;
display: flex;
}
 .menu_left{
  width: 60%;
  font-family: 'Laica';
  font-style: normal;
  font-weight: normal;
  font-size: 65px;
  line-height: 105%;
  /* identical to box height, or 60px */
  letter-spacing: -0.04em;
  color: #F82B33;
  padding: 20px 20px 180px;
  position: relative;
}
.site-info.container {
    padding: 20px 0;
}
header#masthead .menu_container .site-title a {
    text-decoration: none;
    color: #F82B33;
    font-size: 45px;
    padding: 20px 0 0 20px;
    width: 220px;
}
header#masthead  .menu_container .site-title a:hover {
    text-decoration: none;
    color: #F82B33;
    font-size: 45px;
}
.logo,
a.logo svg{
    width: 200px;
    margin-top: 10px;
}

.menu_container a,
footer a{
  outline: none;
  color: #FFDB80!important;
  text-align: left;
}
.menu_container a:hover,
footer a:hover{
    color: #FFDB80!important;
  text-decoration: underline;
}
 .menu_right{
  width: 40%;
  font-family: 'Garnett Light';
  font-style: normal;
  font-weight: 300;
  font-size: 35px;
  line-height: 130%;
  letter-spacing: -0.04em;
  color: #F82B33;
  padding: 20px 20px;
  position: relative;
}
.menu_container .menu_left, .menu_container .menu_right{
 padding: 30px 20px 30px 20px;
}
.menu-paginas-container {
    margin-top: 25px;
}
footer .redes.amarillo{
  position: absolute;
  bottom: 0;
}
footer .politicas{
  font-family: 'Garnett Light';
font-style: normal;
font-weight: 300;
font-size: 20px;
line-height: 150%;
font-feature-settings: 'calt' off;
color: #FFDB80;
position: absolute;
bottom: 0px;
letter-spacing: normal;
right: 20px;
}
footer .politicas a{
  text-decoration: underline;
  color: #FFDB80;

}
/* pages */

/* page archivo */

/* page archivo categorias*/
/* page archivo medios */
/* page archivo tags */
/* page archivo autor */

/* single  */
header.entry-header,
article.single header.entry-header{
  width: 100%;
  height: 100vh;
  background-color: #F6F1EC;
  background-color: #FFF06B;
  text-align: center;
  display: table
}

header.entry-header .header-container{
display: table-cell;
vertical-align: middle;
}
article header{
  position: relative;
}
article header h1{
  font-family: 'Garnett Regular';
font-style: normal;
font-weight: normal;
font-size: 75px;
line-height: 100%;
/* or 75px */
text-align: center;
letter-spacing: -0.04em;
color: #341253;
max-width: 1200px;
margin: 50px auto;
}

article header.titulo_derecha h1{
    position: relative;
    left: unset;
    text-align: center;
    top: unset;
}
article header.titulo_izquierda h1{
    position: absolute;
    left: 15px;
    text-align: left;
    top: 80px;
}
article header.titulo_izquierda .post-thumbnail img {
    max-height: 540px;
    width: auto;
    transform: rotate(0deg);
    cursor: auto;
  }
article .autor {
  position: absolute;
  left: 20px;
  bottom: 20px;
  text-align: left;
  line-height: 20px;
  font-size: 18px;
  font-family: 'Laica';
}
article .autor span{
  font-family: 'Junicode';
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 80%;
/* or 11px */
letter-spacing: -0.03em;
text-transform: uppercase;
color: #341253;
}

article .autor a{
text-decoration: none;
color: #341253;
}
article .fecha {
    position: absolute;
    right: 20px;
    bottom: 20px;
text-align: left;
line-height: 28px;
font-size: 16px;
}
article .post-thumbnail{
  margin: 0px 0 20px;
}
.post-thumbnail img {
    max-height: 540px;
    width: auto;
    transform: rotate(-5deg);
    cursor: pointer;
    transition: all 1s ease-in-out;

}
.post-thumbnail img:hover {
    transform: rotate(0deg);
}
.newsletter.newsletter2{
  padding-bottom: 120px;
}
.entry-content{
  margin: auto;
  font-family: 'Garnett Regular';
font-style: normal;
font-weight: normal;
font-size: 24px;
line-height: 150%;
/* or 36px */
font-feature-settings: 'calt' off;
color: #341253;
margin-bottom: 100px;
}
.entry-content h2{
  font-family: 'Laica';
font-style: normal;
font-weight: normal;
font-size: 65px;
line-height: 115%;
letter-spacing: -0.03em;
font-feature-settings: 'ss02' on;
color: #341253;
}

article .entry-content .wp-block-column h2{
  font-family: 'Laica';
  font-style: normal;
  font-weight: normal;
  font-size: 50px;
  line-height: 115%;
  letter-spacing: -0.03em;
  padding: 20px 0px 45px;
}
.entry-content a{
color: #341253;
    background-color: #FFF06B;
}
.entry-content a:hover{
  text-decoration: underline;
color: #341253;
}
/* single  sentiido TV */


/* single  micropodcast */
/* single  ilustración */

/* category  page */
h1.page-title {
    position: absolute;
    left: 0;
    right: 0;
      margin: 118px auto;
      text-align: center;
      z-index: 1;
      font-family: 'Laica';
      font-style: normal;
      font-weight: normal;
      font-size: 105px;
      line-height: 92%;
      text-align: center;
      letter-spacing: -0.05em;
      font-feature-settings: 'ss01' on, 'salt' on;
      color: #E96644;
      max-width: 950px;
      max-width: auto;
      max-width: 90%;
}


/* archive grid */
#archive_grid   {
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
  justify-content: flex-start;
  /* display: block; */
  flex: 1 1 auto;
  max-width: 1400px;
  margin: 50px auto;
  position: relative;
}

#archive_grid  .archive-item {
  font-weight: bold;
  text-align: left;
  width: calc(25% - 20px);
  margin: 0 20px 30px 0;
}

#archive_sentiido-tv   {
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: flex-start;
  /* display: block; */
  flex: 1 1 auto;
  max-width: 1400px;
  margin: 50px auto;
  position: relative;
}
#archive_sentiido-tv   .medios-sentiido-tv,
#archive_sentiido-tv  .archive-item {
  font-weight: bold;
  text-align: left;
  width: 25%;
  width: 300px;
  width: calc(33% - 16px);
  margin-left: 20px;
  margin-bottom: 50px;
}
#archive_micropodcasts {
    max-width: 1400px;
    margin: auto;
}

#archive_micropodcasts  .micropodcast-item {
   text-align: left;
  width: 100%;
}
#archive_micropodcasts  .micropodcast-item a{
  display: flex;
  padding: 20px;
border-bottom: 1px solid #341253;
text-decoration: none;
color: #341253;
outline: none;
}

#archive_micropodcasts  .micropodcast-item .info {
    width: calc(100% - 240px);
}
#archive_micropodcasts  .micropodcast-item h2{
font-family: 'Garnett Regular';
font-style: normal;
font-weight: normal;
font-size: 65px;
line-height: 105%;
letter-spacing: -0.04em;
color: #341253;
margin-bottom: 20px;
}
#archive_micropodcasts  .micropodcast-item h2 span{
  font-family: 'Laica';
  font-style: normal;
  font-weight: normal;
  font-size: 35px;
  line-height: 92%;
  letter-spacing: -0.04em;
  color: #341253;
}
#archive_micropodcasts .thumbImg {
  width: 240px;
  height: 240px;
  border-radius: 240px;
  transform: rotate(0deg);
  transition: all 1s ease-in-out;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#archive_micropodcasts .autor {

left: unset;
bottom: unset;
text-align: left;
line-height: 28px;
font-size: 18px;
font-family: 'Laica';
position: relative;
}
#archive_micropodcasts .autor span{
font-family: 'Junicode';
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 80%;
/* or 11px */
letter-spacing: -0.03em;
text-transform: uppercase;
color: #341253;
}

#archive_micropodcasts .autor a{
text-decoration: none;
color: #341253;
}

.video_embed {
    margin-bottom: 30px;
}
.archive {
  background-color: #F6F1EC;
}
.archive.author {
  background-color: #F6F1EC!important;
}
.archive.author header.page-header{
  background-color: #F6F1EC!important;
}
.archive.author .header-container {
    width: 100%;
    margin: auto;
    text-align: center;
}
.archive.author .author_name {
  font-family: 'Laica';
font-style: normal;
font-weight: normal;
font-size: 105px;
line-height: 92%;
text-align: center;
letter-spacing: -0.05em;
font-feature-settings: 'ss01' on, 'salt' on;
color: #341253;
}
.archive.author .avatar {
  width: 220px;
  height: 220px;
  border-radius: 200px;
  margin: 40px auto;
}
.archive.author .author_count{
  font-family: 'Garnett Light';
font-style: normal;
font-weight: 300;
font-size: 16px;
line-height: 92%;
text-align: center;
letter-spacing: -0.02em;
text-transform: uppercase;
color: #341253;
margin-bottom: 20px;
}
.archive.author .author_description{
max-width: 750px;
font-family: 'Garnett Regular';
font-style: normal;
font-weight: normal;
font-size: 24px;
line-height: 150%;
text-align: center;
font-feature-settings: 'calt' off;
color: #341253;
margin:auto;
}
.archive header.page-header {
  background-color:#341253;
  position: relative;
  width: 100%;
  min-height: 100vh;
  height: auto;
  display: flex;
}
/* archive  pages*/



.archive .archive_destacados .etiquetas a.etiqueta{
text-decoration: none;
color: #341253;
}

/* categorias antiguass */

.archive header.page-header,
article.category-feminismos header,
.category-feminismos .author_container,
.category-feminismos header.page-header{
  background-color:#FFF06B;
}

article.category header#masthead .site-title a,

article.category  .ilustracion_autor,
article.category  .fecha,
article.category  .autor a,
article.category  .autor span,
article.category header h1,
.category .author_container,
.category .author_container a,
.category .author_container .escrito_por,
.category .author_container .author_name,
.category .author_container .author_description,
.category .author_container .author_posts,
.category article #relacionados .recursos_titulo_item,

.category .search_btn a,
.category .menu-toggle,
.category .archive_destacados .etiquetas a.etiqueta,
.category .archive_destacados h2,
.archive.tax-etiquetas  h1.page-title,
.category  h1.page-title {
  color:#341253;
}

.category .author_container .author_info{
    border-right: 1px solid #341253;
  }

.category .menu-toggle span{
    background-color:#341253;
}
.category .st0,
.category header#masthead a.logo svg path{
  fill:#341253;
}

 .wp-block-group{
  margin: 20px auto;
  max-width: 100%;
}
.wp-block-group .wp-block-columns{
 margin: auto;
 padding: 20px 20px;
}



/* destacados base  */
.destacados_top{
background: #F9D855;
color: #150E2C!important;
}
.destacados_top a{
color: #150E2C;
}
#list_menus ul li a{
color:#F9D855;
}
#list_menus{
color: #F9D855;
background: #150E2C;
}
.redes svg path{
  fill: #F9D855!important;
}
 #destacados_slider .destacados_header .search_btn a{
  color: #150E2C;
}
 #destacados_slider .destacados_header a.logo path{
  fill: #150E2C;
}
 #destacados_slider .destacados_slide .menu-toggle[aria-expanded="false"]{
  color: #F9D855;
}
 #destacados_slider .destacados_slide .menu-toggle[aria-expanded="false"] span{
  background-color: #F9D855;
}

.destacados_top  .etiquetas a{
  transition: all 0.3s ease-in-out;
}

/* en-primera-persona	 */
article.category-en-primera-persona header,
.category-en-primera-persona .author_container,
.category-en-primera-persona	 header.page-header{
  background-color:#DE8EB8;
}

article.category-en-primera-persona  .ilustracion_autor,
article.category-en-primera-persona  .fecha,
article.category-en-primera-persona  .autor a,
article.category-en-primera-persona  .autor span,
article.category-en-primera-persona header h1,
.category-en-primera-persona .author_container,
.category-en-primera-persona .author_container a,
.category-en-primera-persona .author_container .escrito_por,
.category-en-primera-persona .author_container .author_name,
.category-en-primera-persona .author_container .author_description,
.category-en-primera-persona .author_container .author_posts,
.category-en-primera-persona article #relacionados .recursos_titulo_item,

.category-en-primera-persona	  .archive_destacados .etiquetas a.etiqueta,
.category-en-primera-persona	 .archive_destacados h2,
.category-en-primera-persona	  h1.page-title ,
.category-en-primera-persona  .entry-content .wp-block-group h2 {
  color:#150E2C;
}
/*
.category-en-primera-persona	 .search_btn a,
.category-en-primera-persona	 .menu-toggle, */
.category-en-primera-persona .author_container .author_info{
    border-right: 1px solid rgba(21,14,44,0.2);
  }
.category-en-primera-persona	 .menu-toggle span{
    background-color:#150E2C;
}

/* .category-en-primera-persona	.st0,
.category-en-primera-persona	 header#masthead a.logo svg path{
  fill:#150E2C;
} */

.category-en-primera-persona .wp-block-group{
      color: #150E2C;
      background-color: #DE8EB8;
}


/* destacados en-primera-persona  */
.destacados_top.en-primera-persona{
background: #DE8EB8;
color: #150E2C!important;
}
.destacados_top.en-primera-persona a{
color: #150E2C;
}

.category-en-primera-persona .etiquetas a:hover,
.destacados_top.en-primera-persona  .etiquetas a:hover{
  background: #150E2C;
  color: #DE8EB8!important;
}
#list_menus.en-primera-persona ul li a{
color:#DE8EB8;
}
#list_menus.en-primera-persona{
color: #DE8EB8;
background: #150E2C;
}

.redes.en-primera-persona svg path{
  fill: #DE8EB8!important;
}

.destacados_top.en-primera-persona  .flechas svg path{
  fill:#150E2C;
}
 #destacados_slider .destacados_header.en-primera-persona .search_btn a{
  color: #150E2C;
}
 #destacados_slider .destacados_header.en-primera-persona a.logo path{
  fill: #150E2C;
}
 #destacados_slider .destacados_slide.en-primera-persona .menu-toggle[aria-expanded="false"]{
  color: #DE8EB8;
}
 #destacados_slider .destacados_slide.en-primera-persona .menu-toggle[aria-expanded="false"] span{
  background-color: #DE8EB8;
}


/* religion */
article.category-religion header,
.category-religion .author_container,
.category-religion header.page-header{
  background-color:#8AC5D2;
}

article.category-religion  .ilustracion_autor,
article.category-religion  .fecha,
article.category-religion  .autor a,
article.category-religion  .autor span,
article.category-religion header h1,
.category-religion .author_container,
.category-religion .author_container a,
.category-religion .author_container .escrito_por,
.category-religion .author_container .author_name,
.category-religion .author_container .author_description,
.category-religion .author_container .author_posts,
.category-religion article #relacionados .recursos_titulo_item,


.category-religion  .archive_destacados .etiquetas a.etiqueta,
.category-religion .archive_destacados h2,
.category-religion  h1.page-title,
.category-religion  .entry-content .wp-block-group h2  {
  color:#150E2C;
}
/*
.category-religion .search_btn a,
.category-religion .menu-toggle, */

.category-religion .author_container .author_info{
    border-right: 1px solid rgba(21,14,44,0.2);
  }
.category-religion .menu-toggle span{
    background-color:#150E2C;
}

/* .category-religion .st0,
.category-religion header#masthead a.logo svg path{
  fill:#150E2C;
} */
.category-religion .wp-block-group{
      color: #150E2C;
      background-color: #8AC5D2;
}


/* destacados religion  */
.destacados_top.religion{
background: #8AC5D2;
color: #150E2C!important;
}
.destacados_top.religion a{
color: #150E2C;
}
.category-religion .etiquetas a:hover,
.destacados_top.religion  .etiquetas a:hover{
  background: #150E2C;
  color: #8AC5D2!important;
}
#list_menus.religion ul li a{
color:#8AC5D2;
}
#list_menus.religion{
color: #8AC5D2;
background: #150E2C;
}
.redes.religion svg path{
  fill: #8AC5D2!important;
}

.destacados_top.religion  .flechas svg path{
  fill:#150E2C;
}
 #destacados_slider .destacados_header.religion .search_btn a{
  color: #150E2C;
}
 #destacados_slider .destacados_header.religion a.logo path{
  fill: #150E2C;
}
 #destacados_slider .destacados_slide.religion .menu-toggle[aria-expanded="false"]{
  color: #8AC5D2;
}
 #destacados_slider .destacados_slide.religion .menu-toggle[aria-expanded="false"] span{
  background-color: #8AC5D2;
}


/* feminismos */
article.category-feminismos header,
.category-feminismos .author_container,
.category-feminismos header.page-header{
  background-color:#80D38C;
}

article.category-feminismos  .ilustracion_autor,
article.category-feminismos  .fecha,
article.category-feminismos  .autor a,
article.category-feminismos  .autor span,
article.category-feminismos header h1,
.category-feminismos .author_container,
.category-feminismos .author_container a,
.category-feminismos .author_container .escrito_por,
.category-feminismos .author_container .author_name,
.category-feminismos .author_container .author_description,
.category-feminismos .author_container .author_posts,
.category-feminismos article #relacionados .recursos_titulo_item,

.category-feminismos  .archive_destacados .etiquetas a.etiqueta,
.category-feminismos .archive_destacados h2,
.category-feminismos  h1.page-title,
.category-feminismos  .entry-content .wp-block-group h2 {
  color:#150E2C;
}

/* .category-feminismos .search_btn a,
.category-feminismos .menu-toggle, */
.category-feminismos .author_container .author_info{
    border-right: 1px solid rgba(21,14,44,0.2);
  }

.category-feminismos .menu-toggle span{
    background-color:#150E2C;
}

/* .category-feminismos	.st0,
.category-feminismos header#masthead a.logo svg path{
  fill:#150E2C;
} */
.category-feminismos .wp-block-group{
      color: #150E2C;
      background-color: #80D38C;
}

/* destacados feminismos */
.destacados_slide.sincolor:first-child .destacados_top,
.destacados_top.feminismos{
background: #80D38C;
color: #150E2C!important;
}

.destacados_slide.sincolor:first-child a,
.destacados_top.feminismos a{
color: #150E2C;
}

.category-feminismos .etiquetas a:hover,
.destacados_slide.sincolor:first-child  .etiquetas a:hover,
.destacados_top.feminismos  .etiquetas a:hover{
background-color: #150E2C;
 color:#80D38C!important;
}

.destacados_slide.sincolor:first-child #list_menus ul li a,
#list_menus.feminismos ul li a{
color:#80D38C;
}
.destacados_slide.sincolor:first-child  #list_menus,
#list_menus.feminismos{
color: #80D38C;
background: #150E2C;
}

.destacados_top.feminismos  .flechas svg path,
.destacados_slide.sincolor:first-child  .flechas svg path{
  fill:#150E2C;
}
.destacados_slide.sincolor:first-child .redes svg path,
.redes.feminismos svg path{
  fill: #80D38C!important;
}
#destacados_slider .destacados_slide.sincolor:first-child   .destacados_header .search_btn a,
#destacados_slider .destacados_header.feminismos .search_btn a{
  color: #150E2C;
}
#destacados_slider .destacados_slide.sincolor:first-child   .destacados_header a.logo path,
#destacados_slider .destacados_header.feminismos a.logo path{
  fill: #150E2C;
}
#destacados_slider .destacados_slide.sincolor:first-child  .menu-toggle[aria-expanded="false"],
#destacados_slider .destacados_slide.feminismos .menu-toggle[aria-expanded="false"]{
  color: #80D38C;
}
#destacados_slider .destacados_slide.sincolor:first-child  .menu-toggle[aria-expanded="false"] span,
#destacados_slider .destacados_slide.feminismos .menu-toggle[aria-expanded="false"] span{
  background-color: #80D38C;
}


/* mundo-lgbt */
article.category-mundo-lgbt header,
.category-mundo-lgbt .author_container,
.category-mundo-lgbt header.page-header{
  background-color:#F5AD41;
}

article.category-mundo-lgbt  .ilustracion_autor,
article.category-mundo-lgbt  .fecha,
article.category-mundo-lgbt  .autor a,
article.category-mundo-lgbt  .autor span,
article.category-mundo-lgbt header h1,
.category-mundo-lgbt .author_container,
.category-mundo-lgbt .author_container a,
.category-mundo-lgbt .author_container .escrito_por,
.category-mundo-lgbt .author_container .author_name,
.category-mundo-lgbt .author_container .author_description,
.category-mundo-lgbt .author_container .author_posts,
.category-mundo-lgbt article #relacionados .recursos_titulo_item,


.category-mundo-lgbt  .archive_destacados .etiquetas a.etiqueta,
.category-mundo-lgbt .archive_destacados h2,
.category-mundo-lgbt  h1.page-title,
.category-mundo-lgbt  .entry-content .wp-block-group h2   {
  color:#150E2C;
}
/*
.category-mundo-lgbt .search_btn a,
.category-mundo-lgbt .menu-toggle, */

.category-mundo-lgbt .author_container .author_info{
    border-right: 1px solid rgba(21,14,44,0.2);
  }
.category-mundo-lgbt .menu-toggle span{
    background-color:#150E2C;
}

/* .category-mundo-lgbt	.st0,
.category-mundo-lgbt header#masthead a.logo svg path{
  fill:#150E2C;
} */
.category-mundo-lgbt .wp-block-group{
      color: #150E2C;
      background-color: #F5AD41;
}


/* destacados mundo-lgbt  */
.destacados_slide.sincolor:nth-child(2) .destacados_top,
.destacados_top.mundo-lgbt{
background: #F5AD41;
color: #150E2C!important;
}

.destacados_slide.sincolor:nth-child(2) a,
.destacados_top.mundo-lgbt a{
color: #150E2C;
}

.category-mundo-lgbt .etiquetas a:hover,
.destacados_slide.sincolor:nth-child(2) .etiquetas a:hover,
.destacados_top.mundo-lgbt  .etiquetas a:hover{
background-color: #150E2C;
 color:#F5AD41!important;
}

.destacados_slide.sincolor:nth-child(2) #list_menus ul li a,
#list_menus.mundo-lgbt ul li a{
color:#F5AD41;
}
.destacados_slide.sincolor:nth-child(2)  #list_menus,
#list_menus.mundo-lgbt{
color: #F5AD41;
background: #150E2C;
}

.destacados_top.mundo-lgbt  .flechas svg path,
.destacados_slide.sincolor:nth-child(2) .flechas svg path{
  fill:#150E2C;
}
.destacados_slide.sincolor:nth-child(2) .redes svg path,
.redes.mundo-lgbt svg path{
  fill: #F5AD41!important;
}
#destacados_slider .destacados_slide.sincolor:nth-child(2)   .destacados_header .search_btn a,
#destacados_slider .destacados_header.mundo-lgbt .search_btn a{
  color: #150E2C;
}
#destacados_slider .destacados_slide.sincolor:nth-child(2)   .destacados_header a.logo path,
#destacados_slider .destacados_header.mundo-lgbt a.logo path{
  fill: #150E2C;
}
#destacados_slider .destacados_slide.sincolor:nth-child(2)  .menu-toggle[aria-expanded="false"],
#destacados_slider .destacados_slide.mundo-lgbt .menu-toggle[aria-expanded="false"]{
  color: #F5AD41;
}
#destacados_slider .destacados_slide.sincolor:nth-child(2)  .menu-toggle[aria-expanded="false"] span,
#destacados_slider .destacados_slide.mundo-lgbt .menu-toggle[aria-expanded="false"] span{
  background-color: #F5AD41;
}

/* ciudadania-y-derechos */
article.category-ciudadania-y-derechos header,
.category-ciudadania-y-derechos .author_container,
.category-ciudadania-y-derechos header.page-header{
  background-color:#150E2C;
}

article.category-ciudadania-y-derechos  .ilustracion_autor,
article.category-ciudadania-y-derechos  .fecha,
article.category-ciudadania-y-derechos  .autor a,
article.category-ciudadania-y-derechos  .autor span,
article.category-ciudadania-y-derechos header h1,
.category-ciudadania-y-derechos .author_container,
.category-ciudadania-y-derechos .author_container a,
.category-ciudadania-y-derechos .author_container .escrito_por,
.category-ciudadania-y-derechos .author_container .author_name,
.category-ciudadania-y-derechos .author_container .author_description,
.category-ciudadania-y-derechos .author_container .author_posts,
.category-ciudadania-y-derechos article #relacionados .recursos_titulo_item,

.category-ciudadania-y-derechos  .archive_destacados .etiquetas a.etiqueta,
.category-ciudadania-y-derechos .archive_destacados h2,
.category-ciudadania-y-derechos  h1.page-title,
.category-ciudadania-y-derechos  .entry-content .wp-block-group h2  {
  color:#8AC5D2;
}

/* .category-ciudadania-y-derechos .search_btn a,
.category-ciudadania-y-derechos .menu-toggle, */

.category-ciudadania-y-derechos .author_container .author_info{
    border-right: 1px solid rgba(138,197,210,0.2);
  }
.category-ciudadania-y-derechos .menu-toggle span{
    background-color:#8AC5D2;
}
/* .category-ciudadania-y-derechos	.st0,
.category-ciudadania-y-derechos header#masthead a.logo svg path{
  fill:#8AC5D2;
} */
.category-ciudadania-y-derechos .wp-block-group{
      color: #8AC5D2;
      background-color: #150E2C;
}

/* destacados ciudadania-y-derechos  */
.destacados_slide.sincolor:nth-child(3) .destacados_top,
.destacados_top.ciudadania-y-derechos{
background: #150E2C;
color: #8AC5D2!important;
}

.destacados_slide.sincolor:nth-child(3) a,
.destacados_top.ciudadania-y-derechos a{
color: #8AC5D2;
}

.category-ciudadania-y-derechos .etiquetas a:hover,
.destacados_slide.sincolor:nth-child(3) .etiquetas a:hover,
.destacados_top.ciudadania-y-derechos  .etiquetas a:hover{
background-color: #8AC5D2;
 color:#150E2C!important;
}

.destacados_slide.sincolor:nth-child(3) #list_menus ul li a,
#list_menus.ciudadania-y-derechos ul li a{
color:#150E2C;
}
.destacados_slide.sincolor:nth-child(3)  #list_menus,
#list_menus.ciudadania-y-derechos{
color: #150E2C;
background: #8AC5D2;
}

.destacados_top.ciudadania-y-derechos  .flechas svg path,
.destacados_slide.sincolor:nth-child(3) .flechas svg path{
  fill:#8AC5D2;
}
.destacados_slide.sincolor:nth-child(3) .redes svg path,
.redes.ciudadania-y-derechos svg path{
  fill: #150E2C!important;
}
#destacados_slider .destacados_slide.sincolor:nth-child(3)   .destacados_header .search_btn a,
#destacados_slider .destacados_header.ciudadania-y-derechos .search_btn a{
  color: #8AC5D2;
}
#destacados_slider .destacados_slide.sincolor:nth-child(3)   .destacados_header a.logo path,
#destacados_slider .destacados_header.ciudadania-y-derechos a.logo path{
  fill: #8AC5D2;
}
#destacados_slider .destacados_slide.sincolor:nth-child(3)  .menu-toggle[aria-expanded="false"],
#destacados_slider .destacados_slide.ciudadania-y-derechos .menu-toggle[aria-expanded="false"]{
  color: #150E2C;
}
#destacados_slider .destacados_slide.sincolor:nth-child(3)  .menu-toggle[aria-expanded="false"] span,
#destacados_slider .destacados_slide.ciudadania-y-derechos .menu-toggle[aria-expanded="false"] span{
  background-color: #150E2C;
}




/* educacion */
article.category-educacion header,
.category-educacion .author_container,
.category-educacion header.page-header{
  background-color:#FADC8C;
}

article.category-educacion  .ilustracion_autor,
article.category-educacion  .fecha,
article.category-educacion  .autor a,
article.category-educacion  .autor span,
article.category-educacion header h1,
.category-educacion .author_container,
.category-educacion .author_container a,
.category-educacion .author_container .escrito_por,
.category-educacion .author_container .author_name,
.category-educacion .author_container .author_description,
.category-educacion .author_container .author_posts,
.category-educacion article #relacionados .recursos_titulo_item,



.category-educacion  .archive_destacados .etiquetas a.etiqueta,
.category-educacion .archive_destacados h2,
.category-educacion  h1.page-title,
.category-educacion  .entry-content .wp-block-group h2  {
  color:#150E2C;
}
/* .category-educacion .search_btn a,
.category-educacion .menu-toggle, */

.category-educacion .author_container .author_info{
    border-right: 1px solid rgba(21,14,44,0.2);
  }

.category-educacion .menu-toggle span{
    background-color:#150E2C;
}
/*
.category-educacion	.st0,
.category-educacion header#masthead a.logo svg path{
  fill:#150E2C;
} */
.category-educacion .wp-block-group{
      color: #150E2C;
      background-color: #FADC8C;
}

/* destacados educacion  */
.destacados_top.educacion{
background: #FADC8C;
color: #150E2C!important;
}
.destacados_top.educacion a{
color: #150E2C;
}

.category-educacion .etiquetas a:hover,
.destacados_top.educacion  .etiquetas a:hover{
  background: #150E2C;
  color: #FADC8C!important;
}
#list_menus.educacion ul li a{
color:#FADC8C;
}
#list_menus.educacion{
color: #FADC8C;
background: #150E2C;
}

.destacados_top.educacion  .flechas svg path{
  fill:#150E2C;
}
.redes.educacion svg path{
  fill: #FADC8C!important;
}
 #destacados_slider .destacados_header.educacion .search_btn a{
  color: #150E2C;
}
 #destacados_slider .destacados_header.educacion a.logo path{
  fill: #150E2C;
}
 #destacados_slider .destacados_slide.educacion .menu-toggle[aria-expanded="false"]{
  color: #FADC8C;
}
 #destacados_slider .destacados_slide.educacion .menu-toggle[aria-expanded="false"] span{
  background-color: #FADC8C;
}
/* recursos-clave */

article.category-recursos-clave header,
.category-recursos-clave .author_container,
.category-recursos-clave  header.page-header{
  background-color:#030201;
}
article.category-recursos-clave  .ilustracion_autor,
article.category-recursos-clave  .fecha,
article.category-recursos-clave  .autor a,
article.category-recursos-clave  .autor span,
article.category-recursos-clave header h1,
.category-recursos-clave .author_container,
.category-recursos-clave .author_container a,
.category-recursos-clave .author_container .escrito_por,
.category-recursos-clave .author_container .author_name,
.category-recursos-clave .author_container .author_description,
.category-recursos-clave .author_container .author_posts,
.category-recursos-clave article #relacionados .recursos_titulo_item,

.category-recursos-clave  .archive_destacados .etiquetas a.etiqueta,
.category-recursos-clave .archive_destacados h2,
.category-recursos-clave  h1.page-title,
.category-recursos-clave  .entry-content .wp-block-group h2  {
  color:#FADC8C;
}

/* .category-recursos-clave .search_btn a,
.category-recursos-clave .menu-toggle, */
.category-recursos-clave .author_container .author_info{
  border-right: 1px solid #FADC8C;
  border-right: 1px solid rgba(250,220,140,0.2);

  }
.category-recursos-clave .menu-toggle span{
    background-color:#FADC8C;
}

/* .category-recursos-clave	.st0,
.category-recursos-clave header#masthead a.logo svg path{
  fill:#FADC8C;
} */

.category-recursos-clave .wp-block-group{
      color: #FADC8C;
      background-color: #030201;
}

/* destacados recursos-clave  */
.destacados_top.recursos-clave{
background: #030201;
color: #FADC8C!important;
}
.destacados_top.recursos-clave a{
color: #FADC8C;
}

.category-recursos-clave .etiquetas a:hover,
.destacados_top.recursos-clave  .etiquetas a:hover{
  background: #FADC8C;
  color: #030201!important;
}
#list_menus.recursos-clave ul li a{
color:#030201;
}
#list_menus.recursos-clave{
color: #030201;
background: #FADC8C;
}


.destacados_top.recursos-clave  .flechas svg path{
  fill:#FADC8C;
}
.redes.recursos-clave svg path{
  fill: #030201!important;
}
 #destacados_slider .destacados_header.recursos-clave .search_btn a{
  color: #FADC8C;
}
 #destacados_slider .destacados_header.recursos-clave a.logo path{
  fill: #FADC8C;
}
 #destacados_slider .destacados_slide.recursos-clave .menu-toggle[aria-expanded="false"]{
  color: #030201;
}
 #destacados_slider .destacados_slide.recursos-clave .menu-toggle[aria-expanded="false"] span{
  background-color: #030201;
}


/* COLORES PAGE */

/* amarillo_violeta_page
 */

  article.amarillo_violeta_page header.entry-header .menu-toggle span,
  article.amarillo_violeta_page header.entry-header {
    background-color:#F9D855;
  }

  article.amarillo_violeta_page  .menu-toggle,
  article.amarillo_violeta_page  .search_btn a,
  article.amarillo_violeta_page header.entry-header h1{
    color: #341253;
  }

  article.amarillo_violeta_page header#masthead a.logo svg path{
    fill:#341253;
  }

/* rosa_violeta_page */

  article.rosa_violeta_page header.entry-header .menu-toggle span,
  article.rosa_violeta_page header.entry-header {
    background-color:#DE8EB8;
  }

  article.rosa_violeta_page  .menu-toggle,
  article.rosa_violeta_page  .search_btn a,
  article.rosa_violeta_page header.entry-header h1{
    color: #341253;
  }

  article.rosa_violeta_page header#masthead a.logo svg path{
    fill:#341253;
  }


  /* azul_amarillo_page */

    article.azul_amarillo_page header.entry-header .menu-toggle span,
    article.azul_amarillo_page header.entry-header {
      background-color:#150E2C;
    }

    article.azul_amarillo_page  .menu-toggle,
    article.azul_amarillo_page  .search_btn a,
    article.azul_amarillo_page header.entry-header h1{
      color:#FADC8C;
    }

    article.azul_amarillo_page header#masthead a.logo svg path{
      fill:#FADC8C;
    }

    /* violeta_rosa_page */

        article.violeta_rosa_page header.entry-header .menu-toggle span,
        article.violeta_rosa_page header.entry-header {
          background-color:#341253;
        }

        article.violeta_rosa_page  .menu-toggle,
        article.violeta_rosa_page  .search_btn a,
        article.violeta_rosa_page header.entry-header h1{
          color:#FADC8C;
        }

        article.violeta_rosa_page header#masthead a.logo svg path{
          fill:#FADC8C;
        }



/* colores_contacto */

.page-template-page-contacto header#masthead .menu-toggle span{
  background-color: #030201;
}
article.colores_contacto header{
  background-color:#7ac8d2;
display: table;
vertical-align: middle;
}

article.colores_contacto header.entry-header .header-container {
    display: table-cell;
    display: block;
    vertical-align: middle;
    padding: 0 20px;
    max-width: 1400px;
    margin: 169px auto 40px;
    font-family: 'Laica';
    font-style: normal;
    font-weight: normal;
    font-size: 65px;
    text-align: left;
    line-height: 115%;
    letter-spacing: -0.03em;
    color: #030201;
}
.page-template-page-contacto header#masthead .search_btn a,
.page-template-page-contacto header#masthead .menu-toggle,
article.colores_contacto header.entry-header .header-container a{
    color: #030201;
}
.page-template-page-contacto header#masthead a{
  fill:#030201;
}
.page-template-page-contacto header#masthead a.logo svg path{
  fill:#030201;
}

/* sentiido tv */

.archive.term-sentiido-tv  {
    background-color: #0A0222;
}
.archive header.page-header.sentiido-tv {
  background-color: #0A0222;
  position: relative;
  width: 100%;
  height: auto;
  display: block;
}
.archive header.page-header.sentiido-tv h1.page-title{
color: #DE8EB8;
position: relative;
margin: 200px auto;
}
.archive header.page-header.sentiido-tv {
font-family: 'Garnett Regular';
font-style: normal;
font-weight: normal;
font-size: 30px;
line-height: 115%;
/* or 34px */
letter-spacing: -0.02em;
color: #DE8EB8;
min-height: 30vh;
}

.archive.term-sentiido-tv .sentiido-tv-item .thumbImg{
  width: 450px;
  height: 700px;
  border-radius: 20px;
  background-position: center;
    background-size: cover;
}
.archive.term-sentiido-tv  .sentiido-tv-item a{
  text-decoration: none;
  color: #0A0222;
}
.archive.term-sentiido-tv  .sentiido-tv-item .ver_video a{
  text-decoration: none;
  color: #fff;
}

.archive.term-sentiido-tv  .sentiido-tv-item  h2.entry-title{
  font-family: 'Garnett Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 115%;
  /* or 34px */
  letter-spacing: -0.02em;
  color: #DE8EB8;
}
.archive.term-sentiido-tv  .sentiido-tv-item  h2.entry-title a{
  color: #DE8EB8;
}
.archive.term-sentiido-tv  .sentiido-tv-item  span{
  font-family: 'Laica';
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 92%;
  /* or 23px */
  letter-spacing: -0.04em;
  color: #F6F1EC;
}
article #sentiido_tv {
  display: none;
}
.medios-sentiido-tv  .author_container{
  display: none;
}

.medios-sentiido-tv #sentiido_tv{
  display: block;
}

.archive header.page-header.micropodcasts {
  background-color:#F6F1EC;
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  min-height: 180px;
}
.archive header.page-header.micropodcasts h1.page-title{
color: #341253;
position: relative;
margin: 200px auto;
}
.archive .archive_destacados{
 position: relative;
 max-width: 1400px;
 margin: 250px auto 70px;
 width: 100%;
}
#relacionados a,
.archive .archive_destacados a{
  text-decoration: none;
}
.archive .archive_destacados .etiquetas a.etiqueta{
    /* color: #E96644; */
}

.archive .archive_destacados h2{
   font-family: 'Garnett Regular';
 font-style: normal;
 font-weight: normal;
 font-size: 50px;
 line-height: 105%;
 text-align: center;
 letter-spacing: -0.02em;
 /* color: #E96644; */
  margin: 20px auto 10px;
}

.archive  .archive-item .thumbImg {
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.archive  .archive-item a{
text-decoration: none;
color: #341253;
}
.search-results  .archive-item h2,
 .archive  .archive-item h2{
  font-family: 'Garnett Regular';
font-style: normal;
font-weight: normal;
font-size: 30px;
line-height: 110%;
margin: 20px 0 0;
letter-spacing: -0.02em;
color: #341253;
}
.search-results .archive-item .fecha,
.archive  .archive-item .fecha {
  font-family: 'Garnett Regular';
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 115%;
text-transform: uppercase;
color: #341253;
opacity: 0.5;
margin-top: 20px;
}

.search-results   .archive-item .excerpt,
.archive  .archive-item .excerpt {
  font-family: 'Garnett Light';
font-style: normal;
font-weight: 300;
font-size: 16px;
line-height: 140%;
/* or 22px */
letter-spacing: -0.02em;
color: #341253;
}

/* author info */
.author_container{
  width: 100%;
background-color: #FFF06B;
display: block;

}
.author_container .container{
  display: flex;
}
.author_info{
    display: block;
    width: 450px;
    padding: 20px;
    float: left;
border-right: 1px solid #341253;
}
.author_posts{
display: inline;
  width: calc(100% - 450px);
  padding: 20px;
  font-family: 'Garnett Regular';
font-style: normal;
font-weight: normal;
font-size: 25px;
line-height: 95%;
letter-spacing: -0.04em;
color: #341253;
    float: left;
}
.escrito_por{
display: block;
font-family: 'Garnett Regular';
font-style: normal;
font-weight: normal;
font-size: 25px;
line-height: 95%;
letter-spacing: -0.04em;
color: #341253;
    margin-bottom: 40px;

}
.avatar{
border-radius: 100px;
display: block;
margin-bottom: 20px;
width: 150px;
height: 150px;
}
.author_name{
  font-family: 'Laica';
font-style: normal;
font-weight: normal;
font-size: 25px;
line-height: 80%;
letter-spacing: -0.03em;
color: #341253;
margin-bottom: 20px;
display: block;
}
.author_description{
display: block;
font-family: 'Garnett Regular';
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 150%;
color: #341253;
margin-bottom: 40px;
}
.author_web{
  font-family: 'Laica';
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 80%;
letter-spacing: -0.03em;
margin-top: 20px;
color: #341253;
}
.author_link {
    color: #341253;
}
.user_website{
  color: #341253;
  outline: none;
  text-decoration: none;
}

/* article .entry-content{
max-width:unset;
} */

article .twitter-tweet.twitter-tweet-rendered,
article h4,
article h3,
article .wp-block-image,
article .entry-content p{
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding: 0  0px;
  margin-top: 0;
}

article .wp-block-image{
text-align: center;
  }
article .entry-content h2{
  text-align: unset;
  max-width: 1400px;
  margin:  auto;
  padding: 20px 20px 45px;
}
article .entry-content .wp-block-column  h2{
  text-align: left;
}
article.entry-content .wp-block-column h2{
  padding: 20px 20px 45px;
}
article .wp-block-columns{
  margin: auto;
  max-width: 1400px;
  padding: 20px 20px 45px 0px;
}
.has-text-align-center{
  text-align: center!important;
  max-width: 960px!important;
  margin: 15px auto;
  }

  header#masthead a.logo  {
    outline: none;
  }
  header#masthead a.logo svg path{
    fill: #341253;
  }




#destacados_slider .destacados_header {
  text-align: center;
right: unset;
width: calc(100% - 530px);
transition: all 1s ease-in-out;
  position: absolute;
    top: 0;
    left: 0;
    height: 100px;
    z-index: 9;
}
#destacados_slider .destacados_header .search_btn{
  position: absolute;
    top: 20px;
    left: 20px;
}
/* rojo */
#destacados_slider .destacados_header.rojo  a.logo  path{
  fill: #FFAFBE;
}
#destacados_slider .destacados_header.rojo .search_btn a{
  color: #FFAFBE;
}
#destacados_slider .destacados_slide.rojo  .menu-toggle[aria-expanded="false"]{
  color: #DD213C;
}
#destacados_slider .destacados_slide.rojo  .menu-toggle[aria-expanded="false"] span{
  background-color:  #DD213C;
}
/* violeta */
#destacados_slider .destacados_header.violeta  a.logo  path{
  fill: #FFDB80;
}
#destacados_slider .destacados_header.violeta .search_btn a{
  color: #FFDB80;
}
#destacados_slider .destacados_slide.violeta  .menu-toggle[aria-expanded="false"]{
  color: #341253;
}
#destacados_slider .destacados_slide.violeta  .menu-toggle[aria-expanded="false"] span{
  background-color:  #341253;
}
/* negro */
#destacados_slider .destacados_header.negro  a.logo  path{
  fill: #FFDB80;
}
#destacados_slider .destacados_header.negro .search_btn a{
  color: #FFDB80;
}
#destacados_slider .destacados_slide.negro  .menu-toggle[aria-expanded="false"]{
  color: #000;
}
#destacados_slider .destacados_slide.negro  .menu-toggle[aria-expanded="false"] span{
  background-color:  #000;
}

.home header#masthead{
  transition: 0.5s all ease-in-out;
  margin-top:0px;
}
.home header#masthead.hide{
  margin-top: -100px;
}



.page article .thumbImg{
	width: 560px;
	height: 560px;
	margin: auto;
  border-radius: 300px;
  background-size: contain;
background-position: center;
background-repeat: no-repeat;
}
.wp-block-embed {
    margin-bottom: 1em;
    max-width: 1400px;
    margin: 10px auto 50px;
    text-align: center;
}
.wp-caption .wp-caption-text,
.wp-block-image figcaption,
.wp-block-embed figcaption{
  font-family: 'Garnett Regular';
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 140%;
/* or 17px */
font-feature-settings: 'calt' off;
color: #341253;
padding: 0 20px;
}
figure.wp-block-image.size-large {
    max-width: 800px;
}
.wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp-block-lazyblock-tweetear {
    text-align: center;
    margin-bottom: 100px;
}
.wp-block-lazyblock-tweetear h2 em{
  font-style: normal;
}

.wp-block-lazyblock-tweetear .etiquetas a.etiqueta.tweettear{
  background-color: unset;
    text-decoration: none;
    font-family: 'Junicode';
font-style: normal;
font-weight: bold;
font-size: 22px;
line-height: 110%;
/* or 24px */
text-align: center;
text-transform: uppercase;
color: #341253;
    padding: 10px 15px 5px;
}

article .fin_article{
  padding-left: 0;
  margin: 0px auto 0px;
  max-width: 100%;
  text-align: left;
  max-width: 1200px;
  min-height: 70px;
  pointer-events: none;
}
article .etiquetas_fin_article  {
  pointer-events: all;
    padding-left: 0px;
    text-transform: uppercase;
    width: 40%;
    text-align: left;
  }

  .compartir a,
  .author_container a{
    background-color: transparent;
  }  .compartir a{
    text-decoration: none;
    }
  article .compartir span {
    margin-top: 0px;
    float: unset;
    display: inline-block;
    width: unset;
    margin-bottom: unset;
}
article .fin_article a.etiqueta {
    background-color: transparent;
    text-decoration: none;
    transition: all 0.5s ease-in-out
}
article .fin_article a.etiqueta:hover {
    background-color: #341253;
    color: #fff;
}
article #relacionados{
  margin-top: 100px;
}

article #relacionados .thumbImg {
    width: 400px;
    height: 400px;
    margin: auto;
    background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

article #relacionados .recursos_titulo_item{
  font-family: 'Garnett Regular';
font-style: normal;
font-weight: normal;
font-size: 40px;
line-height:  115%;
text-align: center;
letter-spacing: -0.04em;
margin-top: 20px;
margin-bottom: 20px;
color: #341253;
width: 77%;
padding-top: 10px;
margin: auto;
}

article #relacionados .recursos_titulo_item a{
text-decoration: none;
}



 /* #relacionados .entry-content a{
  background-color: transparent;
} */


#comments  {
font-family: 'Garnett Regular';
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 150%;
color:#341253;
}
#comments .comment-form-author label,
#comments .comment-form-email label,
#comments .comment-form-url label,
#comments .comment-form-comment label {
    display: none;
  }
#comments input,
#comments textarea {
font-family: 'Garnett Regular';
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 150%;
color:#341253;
background-color: #e6dfe2;
border: none;
padding: 10px;
border-radius: 15px;
}
#comments input,
#comments textarea {
width: 100%;
}
input#wp-comment-cookies-consent {
    width: auto;
    vertical-align: text-bottom;
    margin-right: 8px;
}

#comments textarea::placeholder,
#comments input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color:#341253;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:#341253;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color:#341253;
}

.wp-comment-cookies-consent {
  text-align: left;
}
#wp-comment-cookies-consent {
  float: left;
}
.wp-comment-cookies-consent label{
  float: left;
}
#comments #url {
    display: none;
}
#comments{
  background-image: url(images/comments.png);
  background-repeat: no-repeat;
  background-position: 10%;
  background-size: 36%;
}
form#commentform {
    background-color: #F6F1EC;
}

.comment-notes{
font-family: 'Garnett Regular';
font-style: normal;
font-weight: normal;
font-size: 25px;
line-height: 105%;
/* identical to box height, or 24px */
letter-spacing: -0.04em;
color: #341253;
margin-bottom: 30px;
}

#submit{
  background-color: #341253!important;
  border-radius: 15px;
  color: #F6F1EC!important;
  font-style: normal;
  font-weight: normal;
}
.comments {
  font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 150%;
/* or 24px */
font-feature-settings: 'calt' off;
color: #341253;
}
.comment-author .avatar{
  width: 40px;
  height: 40px;
  display: inline;
  vertical-align: top;
  margin: -5px 10px 0 -2px;
}
.fn{
  font-size: 20px;
  line-height: 150%;
    display: inline;
}
.says{display: none;
}
time{
  font-style: normal;
  font-weight: normal;
  color: #341253;
  opacity: 0.5;
  text-decoration: none;
  margin-left: 10px;
  font-size: 12px;
}
a.comment-reply-link{
  font-style: normal;
font-weight: normal;
color: #341253;
opacity: 0.5;
text-decoration: none;
font-size: 12px;
}
ol {
  list-style: decimal;
margin: 0 0 20px;
}

ol li{
margin: 0 0 20px;
}
h3 span,
ol li span{
    color: inherit!important;
}
li > ol{
  list-style: none;
  margin-left: -30px;
}
footer .comment-author  a   {
    color: #341253!important;
}
h3 {
  font-size: 26px;
  line-height: 34px;
}
/* comments */
div#comments {
    max-width: 1400px;
    margin: auto;
    display: flex;
  flex-direction: row-reverse;
  padding: 20px;
}
div#respond {
    width: 50%;
}

ol li div#respond {
    width: 100%;
}
h2.comments-title {
    display: none;
}
#comments ol.comment-list{
list-style: none;
width: 50%;
margin-top: 77px;
}
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
    margin-top: 20px;
}
.comment-list p.comment-notes {
    display: none;
}
.comment-author, .comment-metadata {
    display: inline;
}
.comment-metadata a,
.comment-metadata a:hover {
  text-decoration: none;
}


article .entry-content blockquote p span{
  color: #341253!important;
}
.medios-sentiido-tv{
}


.single-post.sentiido-tv .search_btn a,
.single-post.sentiido-tv .menu-toggle,
.single-post.sentiido-tv .author_container .escrito_por,
.single-post.sentiido-tv  .author_container .author_name,
.single-post.sentiido-tv .author_container .author_description,
.single-post.sentiido-tv  .author_container .author_posts {
    color: #DE8EB8;
}
/*
.archive.term-sentiido-tv  .search_btn a,
.archive.term-sentiido-tv  .menu-toggle, */
/* .archive.term-sentiido-tv  header#masthead a.logo svg path ,
.single-post.sentiido-tv  header#masthead a.logo svg path {
    fill: #DE8EB8;
} */

.archive.term-sentiido-tv  .menu-toggle span,
.single-post.sentiido-tv  .menu-toggle span{
    background-color: #DE8EB8;
}
.single-post.sentiido-tv .author_container .author_info{
    border-right: 1px solid #DE8EB8;
}
.single-post.sentiido-tv article .entry-content p{
  margin-top: 105px;
  margin-top: 0;
}
#archive_grid{
      clear: both;
}
#archive_grid .thumbImg {
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.archive #archive_grid .etiquetas{
  display: none;
}

/* .archive.term-ilustracion .etiquetas, */
.archive.term-ilustracion  .archive-item .fecha,
.archive.term-ilustracion  .archive-item .excerpt{
  display: none;
}
.archive.term-ilustracion #archive_grid  .etiquetas{
  display: block;
}
body.ilustracion header.entry-header,
.archive.term-ilustracion header.page-header,
body.ilustracion  .author_container{
  /* background-color: #F6F1EC; */
  background-color: #252ECB;

}
body.ilustracion  article .author_name,
body.ilustracion  article .author_description,
body.ilustracion  article .author_link,
body.ilustracion  article #relacionados .recursos_titulo_item,
body.ilustracion #relacionados .etiquetas a.etiqueta,
body.ilustracion .author_posts,
body.ilustracion .escrito_por,
body.ilustracion article header  .fecha,
body.ilustracion article header  .ilustracion_autor,
body.ilustracion article header  .autor span,
body.ilustracion article header a,
body.ilustracion  article header h1,
body.ilustracion article .autor a,
body.ilustracion .author_container .author_name,
body.ilustracion .author_container .escrito_por,
body.ilustracion .author_container .author_posts,
body.ilustracion .author_container .author_description,
.archive.term-ilustracion .archive_destacados .etiquetas a.etiqueta,
.archive.term-ilustracion .archive_destacados .item_etiquetas h2,
.archive.term-ilustracion header.page-header h1.page-title{
  /* color:#341253; */
  color: #FADC8C;
}
body.ilustracion .st0, body.ilustracion header#masthead a.logo svg path {
    fill: #FADC8C;
    fill:#341253;
  }
body.ilustracion .author_info {
    border-right: 1px solid rgba(250, 220, 140,0.5)!important;
  }
body.ilustracion   .wp-block-group{
  background-color: #252ECB;
  color:#FADC8C;
}

.term-ilustracion .etiquetas a:hover,
body.ilustracion .etiquetas a:hover{
  background-color: #FADC8C;
  color:#252ECB!important;
}

/* sentiido_tv */
article.medios-sentiido-tv header.entry-header{
  background-color:#0A0222;
}
article.medios-sentiido-tv .author_info {
    border-right: 1px solid rgba(250,220,140,0.2)!important;
  }
  .medios-sentiido-tv{
    color:#DE8EB8;
  }
  .medios-sentiido-tv .menu-toggle span{
    background-color:#DE8EB8;
  }
  article.medios-sentiido-tv #relacionados a,
  article.medios-sentiido-tv #relacionados a .recursos_titulo_item,
  header#masthead.medios-sentiido-tv  a,
  header#masthead.medios-sentiido-tv .menu-toggle,
article.medios-sentiido-tv .escrito_por,
article.medios-sentiido-tv .author_description,
article.medios-sentiido-tv .author_name,
article.medios-sentiido-tv .author_posts,
article.medios-sentiido-tv .author_link,
article.medios-sentiido-tv .fecha,
article.medios-sentiido-tv header h1,
article.medios-sentiido-tv .autor span,
article.medios-sentiido-tv  .autor a{
  color: #DE8EB8!important;
}
article.medios-sentiido-tv .author_container,
article.medios-sentiido-tv .wp-block-group{
  background-color:#0A0222;
  color: #DE8EB8;
}

/* 404 */
body.error404{
  background-color: #7F24E3;
  color: #F06500;
}
body.error404 header#masthead a.logo svg path {
    fill: #F06500;
}

body.error404 header#masthead{
  text-align: left;
  left: 0px;
  padding-left: 20px;
  right: unset;
}
body.error404 a.logo svg {
   width: 130px;
 }
body.error404 .search_btn {
  display: none;
}
.page-content.error {
    text-align: center;
}
body.error404 h1.page-title{
  font-family: 'Garnett Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 80%;
  position: relative;
  top: 0;
  text-align: center;
  text-transform: uppercase;
  color: #F06500;
  margin: 90px auto 0;
}
body.error404 .page-content.error h2{
  font-family: 'Laica';
font-style: normal;
font-weight: normal;
font-size: 45px;
line-height: 110%;
text-align: center;
letter-spacing: -0.03em;
font-feature-settings: 'calt' off;
margin-top: 0;

}
body.error404 .recent404{
  position: absolute;
  bottom: 10px;
  max-width: 960px;
  margin: auto;
  width: 100%;
  left: 0;
  right: 0;

    text-align: left;
}


body.error404   .widget_mostreadpostswidget h2.widgettitle {
    color: #F06500;
    line-height: 105%;
    margin-bottom: 20px;
    margin-left: 0px;

    font-family: 'Garnett Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 95%;
  /* or 15px */
  text-align: center;
  letter-spacing: -0.02em;

  color: #F06500;
  opacity: 0.5;
  }

  body.error404 .menu-toggle {

     color: #F06500;
      position: absolute;
      top: 20px;
      right: 30px;
    }

    body.error404 .menu-toggle span{
       background-color: #F06500;
    }

        body.error404 ul.mlrp_ul li {
    display: inline-block;
width: 33%;
    }

        body.error404 ul.mlrp_ul li a{
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
text-decoration: none;
letter-spacing: -0.02em;
  color: #F06500;
  }


      body.error404  ul.mlrp_ul li a  img{
    max-width: 40px;
  vertical-align: middle;
  float: left;
  margin-right: 10px;
    padding-bottom: 20px;
  }

.img_error{
  max-width: 350px;
    margin: 20px auto 20px;
}
.page-content.error {
    text-align: center;
    height: 100vh;
}
#cookies{
position: fixed;
height: 55px;
width: 100%;
background: #F6F1EC;
font-family: 'Garnett Light';
font-style: normal;
font-weight: 300;
font-size: 14px;
line-height: 92%;
color: #341253;
padding: 21px;
bottom: 0;
z-index: 2;
}
#cookies a{
  color: #341253;
}

#cerrar_cookies{
  display: inline-block;
text-transform: uppercase;
font-family: 'Garnett Light';
border-radius: 15px;
border: 1px solid;
padding: 5px 8px 4px;
font-size: 14px;
top: 16px;
right: 30px;
position: absolute;
outline: none;
text-decoration: none;
color: #341253;
cursor: pointer;
}

article .entry-content p {
  margin-bottom: 20px!important;
}
article .entry-content h3{
    font-family: 'Laica';
    margin: auto;
    max-width: 1800px;
    padding: 20px 0px 35px 0px;
    font-size: 36px;
    line-height: 115%;
}

article .entry-content h1{
    font-family: 'Laica';
    font-size: 50px;
    line-height: 110%;
    margin: 20px auto;
    max-width: 1200px;
}
section.no-results.not-found {
    display: none;
}
header .redes.amarillo2,
footer .redes.amarillo2{
  display: none;
}



.home header#masthead.hide {
    margin-top: 0px;
        /* margin-top: -100px; */
    width: 100%;
    left: 1px;
    opacity: 1;
    /* opacity: 0; */
    z-index: 9;
}
.home header#masthead.hide a.logo svg {
    display: none;
}
.home header#masthead.hide .search_btn a,
.home header#masthead.hide .menu-toggle {
  color: transparent;
}

.home header#masthead.hide .menu-toggle span{
  background-color: transparent;
}

.home header#masthead .menu-toggle  .dots_menu{
  opacity: 1;
}
.home header#masthead.hide .menu-toggle  .dots_menu{
  opacity: 0;
}

.destacados_slider .menu-toggle{
  pointer-events: none;
}
.home header#masthead.hide .menu_container  .menu-toggle {
  color: #FFDB80!important;
}
.home header#masthead.hide .menu_container  .menu-toggle span{
  border: 2px solid #FFDB80!important;
}


p.logged-in-as a {
    color: #341253;
}

.menu_container .search_btn{
  display: none;
}
.menu_container .search_btn_menu{
font-size: 50px;
color: #FFDB80;
}

#search_bar.visible {
    display: block;
    position: relative;
    background-color: #0A0320;
    height: 200px;
    overflow: visible;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
  }
.search_btn.cerrar{
  position: absolute;
  right: 20px;
  top: 20px;

}
.search_btn.cerrar >a{
  outline: none;
color: #FFDB80!important;
}
.search_btn.cerrar img{
  outline: none;
  width: 18px;
}

#destacados_slider .slick-track{
  background-color: #341253;
}
.post .entry-content {
    margin-bottom: 0;
}

.home header#masthead.nav-down {
    height: 60px;
    border-bottom: 1px solid #341253;
    background-color: #F6F1EC;
}

.home header#masthead.hide {
    height: auto;
    border-bottom: 1px solid transparent;
    background-color: transparent;
}

.addtoany_content {
    clear: both;
    text-align: right;
    max-width: 1200px;
    margin: 100px auto!important;
    opacity: 0;
    pointer-events: none;
  }
.addtoany_header {
    margin: 0 10px 0px!important;
    display: inline-block;
    font-size: 16px;
}

.addtoany_content a{
  background-color: transparent;
}
.addtoany_content a span{
  display: none!important;
}
.addtoany_list a, .widget .addtoany_list a {
    padding: 0px 0 2px 5px!important;
  }
.addtoany_content a:hover{
  text-decoration: underline;
}
.a2a_button_facebook::after{
  content: 'FACEBOOK';
  position: relative;
  display: inline-block;
  font-size: 16px;
}
.a2a_button_twitter::after{
  content: 'TWITTER';
  position: relative;
  display: inline-block;
  font-size: 16px;
}
.a2a_button_whatsapp::after{
  content: 'WHATSAPP';
  position: relative;
  display: inline-block;
  font-size: 16px;
}
.a2a_button_telegram::after{
  content: 'TELEGRAM';
  position: relative;
  display: inline-block;
  font-size: 16px;
}
.a2a_button_copy_link::after{
  content: 'COPIAR LINK';
  position: relative;
  display: inline-block;
  font-size: 16px;
}
body.error404 header#masthead a.logo svg path,
.archive header#masthead a.logo svg path,
.search header#masthead a.logo svg path,
.post header#masthead a.logo svg path,
.page header#masthead a.logo svg path{
  fill:#341253;
}
body.error404 .menu-toggle,
body.error404 .search_btn a,
.archive .menu-toggle,
.archive .search_btn a,
.search .menu-toggle,
.search .search_btn a,
.post .menu-toggle,
.post .search_btn a,
.page .menu-toggle,
.page .search_btn a{
  color: #341253;
}

.search.search-no-results main {
min-height: 100vh;
}
.search.search-no-results h1.page-title {
color: #341253;
margin: 40px auto;
}

.search.search-no-results .count_resultados {
  top: 180px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  }
  .noresults{
    display: none;
  }


  .search.search-no-results .noresults{
        display: block;
        position: absolute;
        margin: 230px auto 20px;
        left: 0;
        right: 0;
        font-family: 'Laica';
font-style: normal;
font-weight: normal;
font-size: 45px;
line-height: 110%;
text-align: center;
letter-spacing: -0.03em;
color: #341253;
  }
.search.search-no-results .noresults img{
      display: block;
    }
/*
.single article p:last-child::after {
  content: '⬤';
  margin-left: 8px;
  margin-top: 0;
  position: absolute;
  font-size: 14px;
} */
p.punto{
/* display: none; */
}
/* p.punto::after{
  content: '⬤';
  margin-left: 8px;
  margin-top: 0;
  position: absolute;
  font-size: 14px;
} */

.single article blockquote p:last-child::after{
  display: none;
}

.a2a_floating_style{
  display: none;
}
#sentiido_tv .ver_video a,
#sentiido_tv .sentiidotv_titulo  a{
background-color: transparent;
}
button,
.menu-toggle,
.menu_list_container a{
  -webkit-tap-highlight-color: transparent;
}
.rocket-lazyload{
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}
.rocket-lazyload.lazyloaded {
    opacity: 1;
}
.redes a:last-child svg {
    margin-right: 0;
  }
a.link_search{
top: 2px;
left: 0;
right: 0;
position: fixed;
margin: auto;
text-align: center;
text-decoration: none;
font-family: 'Garnett Regular';
font-size: 18px;
font-style: normal;
font-weight: normal;
z-index: 7;
width: 100px;
text-transform: uppercase;
letter-spacing: initial;
}

.container_nav_destacados_top {
  display: none;
}
div#respond{
  position: relative;
}
h3#reply-title{
  position: absolute;
  left:860px;
  width: 0;
  height: 0;
  font-size: 0;
  top: -30px;
}
h3#reply-title::after{
content: "Comentarios";
position: relative;
font-size: 22px;
line-height: 24px;
}

.archive.tax-etiquetas h1.page-title::before{
  content: "#";
  position: relative;
}
.search-results #archive_grid a:hover{
  color: #fff;
  background: #341253!important;
}

.wp-block-embed-spotify {
    margin-bottom: 0!important;
}
.wp-block-embed-spotify .wp-block-embed__wrapper iframe,
.wp-block-embed-spotify  iframe  {
    width: 640px!important;
    height: 240px!important;
}
.wp-block-embed.alignleft.wp-block-embed-spotify {
    max-width: unset;
    width: 100%;
    text-align: left;
}
.wp-block-embed.alignleft {
    max-width: unset;
    text-align: left;
}

body.term-micropodcasts main.page-header.micropodcasts{
      min-height: auto;
}
.archive header.page-header.micropodcasts h1.page-title {
  margin: 200px auto 60px;
}
/* MEDIA QUERIES */
@media (max-width: 2600px) {
  .logo, a.logo svg {
    margin-top: 2px;
}
	#grid .container_grid{
	    display: block;
	}
.container.masleidos_container img {
    padding-bottom: 0px;
  }
  #etiquetas .container_etiquetas,
  article .twitter-tweet.twitter-tweet-rendered,
  article h4,
  .container,
  .menu_list_container,
  footer .site-info,
article .entry-content h2,
article .wp-block-columns,
article h3,
article .wp-block-image,
article .entry-content p,
article .fin_article{
  max-width: 1800px;
}
.wp-block-embed figcaption{
  max-width: 1280px;
  margin: auto;
}
iframe {
    max-width: 100%;
    width: 900px;
    height: 480px;
}
iframe.timeline{
  max-width: 100%;
  width: 100%;
  height: 650px;
}
.wp-block-embed__wrapper iframe,
.video_embed  iframe{
    width: 960px!important;
    height: 480px!important;
  }


  .wp-block-embed-spotify {
      margin-bottom: 0!important;
  }
  .wp-block-embed-spotify .wp-block-embed__wrapper iframe,
  .wp-block-embed-spotify  iframe  {
      width: 640px!important;
      height: 240px!important;
  }

  .post-thumbnail img {
      max-height: 550px;
    }
    .wp-block-image figcaption, .wp-block-embed figcaption {
    font-size: 14px;
  }

  article .entry-content{
      /* max-width: 1800px; */
      margin-top: 120px;
  }

  article .entry-content p:first-child{
    /* max-width: 1400px; */
  }

  article .entry-content h4,
  article .entry-content p {
    max-width: 1800px;
    margin-left: 0;
    margin-right: unset;
    margin: auto;
  }

    article .entry-content h4,{
      margin-bottom: 15px;
    }
  article .entry-content .wp-block-columns p {
    max-width: unset;
    margin-right: auto;
    margin-left: auto;

    padding: 0 0 10px;
  }
  article .entry-content blockquote p {
      max-width: 1800px;
  }

  .destacados_top .thumbImg.cuadrado,
  .destacados_top .thumbImg.circulo {
    border-radius: 250px;
  width: 420px;
  height: 420px;
    }
  .destacados_top .thumbImg.arco {
      width: 420px;
      height: 420px;
    }

    .item_etiquetas .thumbImg.arco{

    border-radius: 200px 200px 0 0;
    width: 260px;
    height: 260px;

    }
}

@media (max-width: 1600px) {
  .search_btn {
    top: 25px;
  }
  h3#reply-title{
    left: -550px;
  }
  .search.search-no-results .count_resultados {
    top: 130px;
  }

    .search.search-no-results .noresults{
    margin: 150px auto 20px;
  }
  article .entry-content h3 {
      padding: 20px 0px 35px 20px;
    }
  header#masthead .site-title{
        max-width: 1280px;
  }
  .menu_container .menu-toggle[aria-expanded="true"]{
    font-size:16px;
  }
  figure.wp-block-image.size-large {
      max-width: 540px;
  }
  article.colores_contacto header.entry-header .header-container {
      font-size: 40px;
      margin-top: 169px;
    max-width: 1200px;
  }
  article #relacionados .recursos_titulo_item{
    font-size: 30px;
  }
  article .entry-content h2{
        padding: 20px 0px 45px;
  }
  .menu_container .site-branding svg {
    margin-left: 30px;
    width: 230px;
    margin-top: -10px;
    margin-left: 40px;
    width: 150px;
    position: absolute;
    top: 20px;
}
.menu_list_container{
  margin-top: 50px;
}
.menu_container .menu-toggle, .menu-toggle,
.search_btn{
  font-size: 16px;
}
.menu-toggle span {
    height: 18px;
    width: 18px;
  }
.logo, a.logo svg {
    width: 160px;
    margin-top: 10px
  }
.menu_left{
  font-size: 42px;
}
.menu_right {
    font-size: 25px;
}
/* destacados home */
#list_menus .menu-categorias-container li a {
  font-size: 36px;
}
#list_menus .menu-medios-container li a, #list_menus .menu-paginas-container li a {
    font-size: 20px;
    line-height: 135%;
}
.destacados_top .thumbImg.cuadrado,
.destacados_top .thumbImg.circulo {
  border-radius: 250px;
width: 380px;
height: 380px;
  }
.destacados_top .thumbImg.arco {
    width: 380px;
    height: 380px;
  }
.destacados_top h1 {
    font-size: 42px;
    line-height: 95%;
  }

.item_etiquetas h2{
    font-size: 40px;

}
.item_etiquetas .thumbImg {
    width: 260px;
    height: 260px;
  }
  #recursos_clave .thumbImg {
    width: 320px;
    height: 320px;
  }
#etiquetas h1 {
    font-size: 80px;
  }
.etiquetas a.etiqueta{
font-size: 14px;
}
#grid .container_grid a h1 {
    font-family: 'Garnett Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
}
#grid.grid1 .container_grid{
  margin-bottom: 0;
}
#grid.grid1 .container_grid .grid_4 h1,
#grid.grid2 .container_grid .grid_1 h1{
  font-size: 62px;
}
#grid.grid2 .container_grid .grid_1 .thumbImg,
#grid .container_grid .grid_4 .thumbImg{
  width: 440px;
  height: 440px;
}
#grid .container_grid .grid_3 .thumbImg,
#grid.grid2 .container_grid .grid_4 .thumbImg {
    height: 360px;
  }
  #grid .container_grid .grid_2 .thumbImg,
#grid.grid2 .container_grid .grid_3 .thumbImg {
      height: 180px;
  }
  #grid .container_grid .thumbImg,
#grid.grid2 .container_grid .thumbImg{
  height: 360px;
}
#mc_embed_signup .button.flecha_send {
    top: 32px!important;
    width: 46px!important;
    height: 70px!important;
  }
.newsletter input.subsc {
    font-size: 35px;
  }
  .terms {
      margin: -2px 0 0 30px;
      font-size: 16px;
    }
/* entradas */
article .entry-content{
  margin-top: 130px;
  margin-top: 50px;
}
article header h1 {
  font-size: 52px;
  max-width: 800px;
  margin: 30px auto;
}
article header.titulo_izquierda .post-thumbnail img,
.post-thumbnail img {
    max-height: 400px;
  }
article .entry-content h4, article .entry-content p {
      max-width: 1200px;
    }
#etiquetas .container_etiquetas,
article .twitter-tweet.twitter-tweet-rendered,
article h4, .container, .menu_list_container,
footer .site-info, article .entry-content h2,
article .fin_article,
article .wp-block-columns, article h3, article .wp-block-image, article .entry-content p{
  max-width: 1200px;
    max-width: 1400px;
}
article .entry-content h3 {
    max-width: 1400px;
    padding: 20px 0px 35px 0px;
    font-size: 30px;
    line-height: 115%;
}
.entry-content {
    font-size: 18px;
  }
  article .entry-content blockquote p {
    max-width: 1200px;
}
article #relacionados .thumbImg {
    width: 260px;
    height: 260px;
  }
  .avatar {
    width: 100px;
    height: 100px;
  }
  .search-results h1.page-title,
  h1.page-title{
    font-size: 70px;
  }
  .entry-content h2,
.archive .archive_destacados h2 {
  font-size: 44px;
  }
  article .entry-content .wp-block-column h2{
      font-size: 40px;
  }
  #archive_grid{
     max-width: 1200px;
  }
  #archive_grid .thumbImg {
      height: 280px;
}
.wp-block-embed__wrapper iframe, .video_embed iframe {
    width: 640px!important;
    height: 360px!important;
}

.wp-block-embed-spotify {
    margin-bottom: 0!important;
}
.wp-block-embed-spotify .wp-block-embed__wrapper iframe,
.wp-block-embed-spotify  iframe  {
    width: 640px!important;
    height: 240px!important;
}

#archive_sentiido-tv{
  max-width: 1200px;
}

#archive_sentiido-tv .medios-sentiido-tv, #archive_sentiido-tv .archive-item {
    width: calc(33% - 23px);
  }
.archive.term-sentiido-tv .sentiido-tv-item .thumbImg {
  width: 100%;
  height: 520px;
  }

  .page article .thumbImg{
  	width: 400px;
  	height: 400px;
  	margin: auto;
    border-radius: 200px;
  }
}

@media (max-width: 1440px){
  .archive .archive_destacados{
   margin: 250px auto 70px;
 }
  .sentiido-tv-item .thumbImg, #sentiido_tv .img_tv {
    width: 210px;
    height: 450px;
  }
  #etiquetas .container_etiquetas,
  article .twitter-tweet.twitter-tweet-rendered,
  article h4, .container, .menu_list_container,
  footer .site-info, article .entry-content h2,
  article .entry-content h3,article .fin_article,
  article .wp-block-columns, article h3, article .wp-block-image, article .entry-content p{
    max-width: 1200px;
  }
}

@media (max-width: 1280px) {
  .archive.author .author_name {
    font-size: 75px;
    line-height: 92%;
  }
  /* destacados home */
  .sentiido-tv-item .thumbImg, #sentiido_tv .img_tv {
    width: 270px;
    height: 420px;
  }
  .destacados_top .thumbImg.cuadrado,
  .destacados_top .thumbImg.circulo {
    border-radius: 250px;
  width: 320px;
  height: 320px;
    }
  .destacados_top .thumbImg.arco {
      width: 280px;
      height: 320px;
    }
    article header.titulo_izquierda .post-thumbnail img, .post-thumbnail img {
        max-height: 320px;
    }
    article header h1 {
        font-size: 42px;
    }
    article .entry-content h3{
      max-width: 1200px;
    }
}

@media (max-width: 1200px) {
#etiquetas .container_etiquetas,
article .twitter-tweet.twitter-tweet-rendered,
article h4, .container, .menu_list_container,
footer .site-info, article .entry-content h2,
article .entry-content h3, article .fin_article,
article .wp-block-columns, article h3,
article .wp-block-image, article .entry-content p {
    padding: 35px;
  }
}
@media (max-width: 767px) {
/* colores menu list */
#etiquetas .container_etiquetas,
article .twitter-tweet.twitter-tweet-rendered,
article h4, .container, .menu_list_container,
footer .site-info, article .entry-content h2,
article .entry-content h3, article .fin_article,
article .wp-block-columns, article h3,
article .wp-block-image, article .entry-content p {
    padding: 0px;
  }
#destacados_slider .destacados_slide.sincolor:first-child  .menu-toggle[aria-expanded="false"],
#destacados_slider .destacados_slide.amarillo_azul .menu-toggle[aria-expanded="false"]{
  color: #3211DC;
}
#destacados_slider .destacados_slide.sincolor:first-child  .menu-toggle[aria-expanded="false"] span,
#destacados_slider .destacados_slide.amarillo_azul .menu-toggle[aria-expanded="false"] span{
  background-color: #3211DC;
}

/* azul_amarillo */

.destacados_slide.sincolor:nth-child(2) .menu-toggle[aria-expanded="false"],
#destacados_slider .destacados_slide.azul_amarillo .menu-toggle[aria-expanded="false"]{
  color: #F5AD42;
}
.destacados_slide.sincolor:nth-child(2) .menu-toggle[aria-expanded="false"] span,
#destacados_slider .destacados_slide.azul_amarillo .menu-toggle[aria-expanded="false"] span{
  background-color: #F5AD42;
}

/* 2 rojo_violeta */

#destacados_slider .destacados_slide.sincolor:nth-child(3)  .menu-toggle[aria-expanded="false"],
#destacados_slider .destacados_slide.rojo_violeta .menu-toggle[aria-expanded="false"]{
  color: #3C0F97;
}
#destacados_slider .destacados_slide.sincolor:nth-child(3)  .menu-toggle[aria-expanded="false"] span,
#destacados_slider .destacados_slide.rojo_violeta .menu-toggle[aria-expanded="false"] span{
  background-color: #3C0F97;
}
/* violeta_rojo */
#destacados_slider .destacados_slide.sincolor:nth-child(4)  .menu-toggle[aria-expanded="false"],
#destacados_slider .destacados_slide.violeta_rojo .menu-toggle[aria-expanded="false"]{
  color: #F82B32;
}
#destacados_slider .destacados_slide.sincolor:nth-child(4)  .menu-toggle[aria-expanded="false"] span,
#destacados_slider .destacados_slide.violeta_rojo .menu-toggle[aria-expanded="false"] span{
  background-color: #F82B32 ;
}

/* 3 rosa_rojo */

#destacados_slider .destacados_slide.sincolor:nth-child(5)  .menu-toggle[aria-expanded="false"] ,
#destacados_slider .destacados_slide.rosa_rojo .menu-toggle[aria-expanded="false"]{
  color: #DD213C;
}
#destacados_slider .destacados_slide.sincolor:nth-child(5)  .menu-toggle[aria-expanded="false"] span,
#destacados_slider .destacados_slide.rosa_rojo .menu-toggle[aria-expanded="false"] span{
  background-color: #DD213C;
}

/* rojo_rosa */
#destacados_slider .destacados_slide.rojo_rosa .menu-toggle[aria-expanded="false"]{
  color: #DD213C;
}
#destacados_slider .destacados_slide.rojo_rosa .menu-toggle[aria-expanded="false"] span{
  background-color: #DD213C;
}
/* naranja_violeta */
#destacados_slider .destacados_slide.naranja_violeta .menu-toggle[aria-expanded="false"]{
  color: #320A65;
}
#destacados_slider .destacados_slide.naranja_violeta .menu-toggle[aria-expanded="false"] span{
  background-color: #320A65;
}

/* violeta_naranja */
#destacados_slider .destacados_slide.violeta_naranja .menu-toggle[aria-expanded="false"]{
  color: #E96644;
}
#destacados_slider .destacados_slide.violeta_naranja .menu-toggle[aria-expanded="false"] span{
  background-color: #E96644;
}
/* rosa_violeta_ */

#destacados_slider .destacados_slide.rosa_violeta_  .menu-toggle[aria-expanded="false"]{
 color: #341253;
}
#destacados_slider .destacados_slide.rosa_violeta_ .menu-toggle[aria-expanded="false"] span{
 background-color: #341253;
}

/* violeta_rosa */

#destacados_slider .destacados_slide.violeta_rosa .menu-toggle[aria-expanded="false"]{
 color: #FF3B5D;
}
#destacados_slider .destacados_slide.violeta_rosa .menu-toggle[aria-expanded="false"] span{
 background-color: #FF3B5D;
}
/* naranja_verde */
#destacados_slider .destacados_slide.naranja_verde .menu-toggle[aria-expanded="false"]{
 color: #009845;
}
#destacados_slider .destacados_slide.naranja_verde .menu-toggle[aria-expanded="false"] span{
 background-color: #009845;
}

/* naranja_verde */
#destacados_slider .destacados_slide.verde_naranja .menu-toggle[aria-expanded="false"]{
 color: #F8B24B;
}
#destacados_slider .destacados_slide.verde_naranja .menu-toggle[aria-expanded="false"] span{
 background-color: #F8B24B;
}
/* azul_azul-oscuro */
#destacados_slider .destacados_slide.azul_azul-oscuro .menu-toggle[aria-expanded="false"]{
 color: #150C30;
}
#destacados_slider .destacados_slide.azul_azul-oscuro .menu-toggle[aria-expanded="false"] span{
 background-color: #150C30;
}
/* azul-oscuro_azul */
#destacados_slider .destacados_slide.azul-oscuro_azul .menu-toggle[aria-expanded="false"]{
 color: #2A04F1;
}
#destacados_slider .destacados_slide.azul-oscuro_azul .menu-toggle[aria-expanded="false"] span{
 background-color: #2A04F1;
}
/* azul_celeste*/
#destacados_slider .destacados_slide.azul_celeste_ .menu-toggle[aria-expanded="false"]{
 color: #77C8D3;
}
#destacados_slider .destacados_slide.azul_celeste_ .menu-toggle[aria-expanded="false"] span{
 background-color: #77C8D3;
}
/* celeste_azul */
#destacados_slider .destacados_slide.celeste_azul .menu-toggle[aria-expanded="false"]{
 color: #2A04F1;
}
#destacados_slider .destacados_slide.celeste_azul .menu-toggle[aria-expanded="false"] span{
 background-color: #2A04F1;
}
/* naranja_negro */
#destacados_slider .destacados_slide.naranja_negro .menu-toggle[aria-expanded="false"]{
 color: #0D0D0D;
}
#destacados_slider .destacados_slide.naranja_negro .menu-toggle[aria-expanded="false"] span{
 background-color: #0D0D0D;
}
/* negro_naranja */
#destacados_slider .destacados_slide.negro_naranja .menu-toggle[aria-expanded="false"]{
 color: #E96644;
}
#destacados_slider .destacados_slide.negro_naranja .menu-toggle[aria-expanded="false"] span{
 background-color: #E96644;
}
/* celeste_violeta */
#destacados_slider .destacados_slide.celeste_violeta .menu-toggle[aria-expanded="false"]{
 color: #160E2F;
}
#destacados_slider .destacados_slide.celeste_violeta .menu-toggle[aria-expanded="false"] span{
 background-color: #160E2F;
}
/* violeta_celeste */
#destacados_slider .destacados_slide.violeta_celeste .menu-toggle[aria-expanded="false"]{
 color: #77C8D3;
}
#destacados_slider .destacados_slide.violeta_celeste .menu-toggle[aria-expanded="false"] span{
 background-color: #77C8D3;
}

#destacados_slider .destacados_slide.sincolor:first-child .menu-toggle[aria-expanded="false"] span,
#destacados_slider .destacados_slide.sincolor:nth-child(2) .menu-toggle[aria-expanded="false"] span{
  background-color:  #150E2C;
}
#destacados_slider .destacados_slide.sincolor:first-child .menu-toggle[aria-expanded="false"],
#destacados_slider .destacados_slide.sincolor:nth-child(2) .menu-toggle[aria-expanded="false"] {
    color: #150E2C;
}

#destacados_slider .destacados_slide.sincolor:nth-child(3) .menu-toggle[aria-expanded="false"] span{
  background-color:  #8AC5D2;
}
#destacados_slider .destacados_slide.sincolor:nth-child(3) .menu-toggle[aria-expanded="false"] {
    color: #8AC5D2;
}
 .menu-toggle {
    top: 24px;
  }
.home header#masthead.hide {
    margin-top: 0px;
    width: 100%;
    left: 1px;
    opacity: 1;
    z-index: 9;
}
.home header#masthead.hide a.logo svg {
    display: none;
}

.home header#masthead.hide .menu-toggle {
  color: transparent;
}

.home header#masthead.hide .menu-toggle span{
  background-color: transparent;
}
.destacados_slider .menu-toggle{
  pointer-events: none;
}
.home header#masthead.hide .menu_container  .menu-toggle {
  color: #FFDB80!important;
}
.home header#masthead.hide .menu_container  .menu-toggle span{
  /* background-color: #FFDB80!important; */
}

.home header#masthead.hide{

}
  #etiquetas h1 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  #cookies {
      text-align: center;
      height: auto;
      line-height: 98%;
    }
  #cerrar_cookies {
      text-align: center;
      display: block;
      width: 90px;
      font-size: 14px;
      top: unset;
      right: unset;
      margin: 20px auto 0;
      position: relative;
    }
  #etiquetas .flechas {
      width: 45px;
      top: 85px;
}
#relacionados ul#customize-controls,
#recursos_clave ul#customize-controls,
#sentiido_tv ul#customize-controls{
  display: block;
  width: 230px;

}
.flechas.der {
    right: 130px;
  }
.home .flechas.der {
      right: 0px;
}

.flechas.izq {
    left: 130px;
}
.container_destacados_etiquetas {
    display: block;
}
.item_etiquetas {
  padding: 30px 20px 0;
  text-align: center;
  width: 100%;
  float: unset;
  max-width: 100%;
  margin: auto;
  text-align: left;
  }
.etiquetas a.etiqueta {
    font-size: 12px;
}
  .item_etiquetas h2 {
    text-align: left;
    font-size: 22px;
    line-height: 115%;
    max-width: 100%;
}
.item_etiquetas .thumbImg {
    width: 100%;
    height: 330px;
}
#mc_embed_signup .button.flecha_send {
    top: 27px!important;
    width: 60px!important;
    height: 70px!important;
}


.newsletter input.subsc  {
    border-bottom:1px solid #FFDB80!important;
    font-size: 22px!important;
}

.terms {
  margin: -2px 0 0 20px;
    font-size: 12px;
  }
.round label {
  height: 15px;
  width: 15px;
}
.round label:after {
  left: 0px;
  top: 0;
  width: 11px;
  height: 11px;
}
#sentiido_tv .container .sentiidotv_titulo,
.newsletter{
  font-size: 18px;
}
.newsletter{
  padding: 0 20px;
}
a.link_search{
  display: none;
}
#grid {
    background-color: #F6F1EC;
    color: #341253;
    padding-top: 0px;
  }
#grid .container_grid .grid_item {
 margin: 60px auto;
}
#grid .grid1 .container_grid .grid_item {
 margin: 0px auto 60px;
}
#grid.grid2 .container_grid .grid_1 {
    grid-area: completo;
    margin: 0 auto 60px;
}
	#grid .container_grid{
	    display: block;
    }
    #grid.grid1 .container_grid,
    #grid.grid2 .container_grid {
    display: block;
  }
  #grid .container_grid .thumbImg, #grid.grid2 .container_grid .thumbImg {
    height: 240px;
  }
  #grid .container_grid .grid_3 .thumbImg, #grid.grid2 .container_grid .grid_4 .thumbImg {
    height: 350px;
    max-width: unset;
    margin: 30px auto;
  }
  #grid.grid2 .container_grid .grid_1.grid_item .container_vertical, #grid.grid1 .container_grid .grid_4.grid_item .container_vertical{
    display: block;
    }
  #grid.grid2 .container_grid .grid_1 .grid_item_info,
  #grid .container_grid .grid_4 .grid_item_info {
    float: unset;
    text-align: left;
    width: 100%;
    padding: 0;
  }

  #grid.grid2 .container_grid .grid_1 .thumbImg, #grid .container_grid .grid_4 .thumbImg {
    height: 340px;
  width: 100%;
  max-width: unset;
    margin: auto;
    float: unset;
  }
  #grid .container_grid a h1,
  #grid.grid1 .container_grid .grid_4 h1,
  #grid.grid2 .container_grid .grid_1 h1  {
    font-size: 22px;
    line-height: 115%;
    letter-spacing: -0.04em;
    text-align: left;
  }

  #etiquetas .container {
    padding: 35px 0;
}

.tv-slider {
    margin-top: 0px;
}
#relacionados ul#customize-controls, #recursos_clave ul#customize-controls, #sentiido_tv ul#customize-controls {
    /* display: none; */
    width: 100%;
    position: relative;
    margin: auto;
    left: unset;
    right: unset;
    text-align: center;
    margin: auto;
    padding: 0;
    height: 50px;
  }
#relacionados .controls li .flechas, #recursos_clave .controls li .flechas, #sentiido_tv .controls li .flechas {
    left: unset;
    right: unset;
    top: 0;
display: inline-block;
position: relative;
}

#recursos_clave {
    font-size: 18px;
}
#recursos_clave .recursos_titulo_item a {
    font-size: 22px;
  }
  #recursos_clave .thumbImg {
    width: 100%;
    height: 350px;
}

#relacionados .controls img, #recursos_clave .controls img, #sentiido_tv .controls img {
    width: 40px;
    top: 10px;
    top:32px;
}
.recursos-slider {
    margin-top: 0px;
}
#recursos_clave .etiquetas,
#recursos_clave .recursos_titulo_item,
#recursos_clave .categorias_top {
    text-align: left;
}
#mc_embed_signup .clear {
    clear: both;
    margin-top: 20px;
}

  .categorias_top {
      font-size: 18px;
      text-align: left;
    line-height: 80%;
  letter-spacing: -0.03em;
  }

  .search_btn{
    display: none;
  }
  .entry-content h2, .archive .archive_destacados h2 {
    font-size: 26px;
}
article header h1{
  font-size: 26px;
  line-height: 115%;
  text-align: center;
  letter-spacing: -0.04em;
  padding: 0 20px;
  }
.main-navigation .menu_container{
    display: none;
  }
  header#masthead .site-title {
      padding: 0;
      margin: 0;
      text-align: left;
  }
  header#masthead.destacado {
    left: 0px;
  }
header .entry-meta {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
  article .autor,
  article .fecha{
    right: unset;
position: relative;
left: unset;
bottom: unset;
text-align: center;
line-height: 20px;
font-size: 18px;
font-family: 'Laica';
  }
.menu_list_container,
.author_container .container {
    display: block;
}
.author_info {
    display: block;
    width: 100%;
    padding: 20px 20px 20px 20px;
    float: unset;
}
header#masthead .menu_container .site-title a {
     padding: 0px 0 0 20px;
    width: 140px;
  }
footer  .menu-categorias-container ul {
    padding-left: 20px;
}
  .menu_container {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    display: flex;
    height: 100vh;
    overflow: hidden;
    overflow-y: auto;
}
.newsletter.newsletter_menu {
    background: transparent;
    position: relative;
    bottom: 10px;
    width: 100%;
  }
.menu_container .site-branding svg {
    margin-left: 0px;
    width: 110px;
  }
.newsletter.newsletter2 {
    padding-bottom: 0px;
  }
footer .site-info {
    width: 100%;
    margin: auto;
    display: block;
  }
  .menu_left,
  footer ul, footer li {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 30px;
    line-height: 125%;
}

.menu-medios-container{
  border-top: 1px solid #FFDB80;
  padding: 35px 0 10px;
}
.menu-paginas-container li,
.menu-medios-container  li {
    font-size: 22px;

}

header .redes.amarillo,
footer .redes.amarillo{
  display: none;
}
header .redes.amarillo2,
footer .redes.amarillo2{
  display: block;
  text-align: center;
    margin: 20px auto;
    position: relative;
    left: 0;
    right: 0;
    width: 200px;
    text-align: center;
    clear: both;
}

header .redes.amarillo2{
  margin: 0 auto 40px;
  padding-bottom: 40px;
}
header .newsletter.newsletter_menu {
    background: transparent;
    position: relative;
    bottom: 0px;
    width: 100%;
        /* border-bottom: 1px solid;
        border-top: 1px solid; */
        margin: 0px 20px;
    }
.newsletter .container {
  border-top: 1px solid;
  padding: 20px 0px 30px 0px;
}

footer .politicas {
    font-size: 12px;
    line-height: 140%;
    color: #FFDB80;
    position: relative;
    bottom: 0;
    right: unset;
    text-align: center;
    margin-top: 50px;
    width: auto;
}
.redes svg {
  width: 25px;
    margin-right: 15px;
    vertical-align: middle;
    clear: both;
  }
 .menu_left,
 .menu_right{
   width: 100%;
 }
 .destacados_top {
    width: 100%;
    height: 100vh;
    text-align: center;
    padding: 50px 20px 0;
    position: relative;
    display: table;
}
.destacados_top h1{
  font-size: 26px;
  line-height: 115%;
}
.destacados_top .categorias_top {
    font-size: 18px;
    text-align: center;
  }
  .contador_destacados{
    display: none;
  }
  .autor, .fecha{
    font-size: 15px;
  }
  a.leer_articulo {
    font-size: 15px;
  }
  .destacados_top .thumbImg.circulo {
    margin-top:   0px;
}
/* articles */
article header.titulo_izquierda .post-thumbnail img, .post-thumbnail img {
    max-width: 250px;
    height: auto;
}
article .entry-content {
    padding: 20px;
}
article .entry-content h2{
font-size: 25px;
line-height: 115%;
letter-spacing: -0.03em;
}
article .entry-content .wp-block-column h2{

  font-size: 22px;
  line-height: 115%;
  letter-spacing: -0.03em;
}
article .entry-content p{
  font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 150%;
}
article .wp-block-columns {
    margin: auto;
    max-width: 1400px;
    padding: 0px 20px 0px 0 ;
  }
  article header.titulo_izquierda h1 {
      position: relative;
      left: auto;
      text-align: center;
      top: 0;
    }
    div#comments {
        max-width: 100%;
        margin: auto;
        display: block;
        flex-direction: unset;
        padding: 20px;
  }
div#respond{
  width: 100%;
}
article .entry-content h3 {
    font-family: 'Laica';
    margin: auto;
    max-width: 1800px;
    padding: 20px 0px 35px 0px;
    font-size: 22px;
    line-height: 115%;
  }
  article #relacionados {
      margin-top: 40px;
  }
  #archive_grid .archive-item {
    font-weight: bold;
    text-align: left;
    width: 100%;
    margin: 0 20px 30px 20px;
  }
  article #relacionados .recursos_titulo_item {
      font-size: 22px;
      line-height: 105%;
    }
.author_container .author_info {
      border-right: none!important;
          border-bottom: 1px solid;
  }
  .author_posts {
    display: block;
    width: 100%;
    padding: 20px;
    float: unset;
  }
  #archive_sentiido-tv .medios-sentiido-tv, #archive_sentiido-tv .archive-item {
    width: 100%;
    margin-left: 0px;
margin-bottom: 50px;
padding: 20px;
}
.search-results h1.page-title, h1.page-title {
    font-size: 40px;
    font-size: 26px;
}
.archive header.page-header.sentiido-tv h1.page-title {
    color: #DE8EB8;
    position: relative;
    margin: 100px auto;
}
.archive .archive_destacados {
    margin: 160px auto 60px;
  }
.logo, a.logo svg {
  width: 110px;
  margin-left: 7px;
  margin-top: 15px;
}
header#masthead.destacado {
  left: 0px;
}
#los_mas_leidos a {
  margin: 0px 0 0px 20px;
  font-size: 22px;
  vertical-align: middle;
  width: 85%;
}

#los_mas_leidos span{
      margin-bottom: 10px;
}
article .fin_article {
    padding-left: 0px;
  }

  .container.masleidos_container img {
      width: 50px;
      margin-right: 10px;
    float: left;
    padding-bottom: 10px;
    margin-top: 0px;
}

.menu_container .search_btn{
      display: block;
      position: relative;
      border-top: 1px solid;
      border-bottom: 1px solid;
      margin-top: 40px;
      text-align: center;
      padding:5px 0 20px;
      margin-right: 40px;
  }
.menu_container .menu_left {
    padding: 10px 0 0px 20px;
}
.menu_container a, footer a{
  font-weight: 300;
}
.destacados_top .thumbImg.arco {
    width: 200px;
    height: 200px;
}
a.leer_articulo {
    bottom: 9px;
}
.autor {
    bottom: 7px;
  }
.etiquetas a.etiqueta{
  margin: 12px 6px 1px 0;
}
  .destacados_top .thumbImg.cuadrado,
  .destacados_top .thumbImg.circulo{
  width: 270px;
  height: 270px;
  }
#search_bar.visible{
  top: 62px;
  width: 100%;
  height: 50px;
  z-index: 100;
  position: fixed;
  background: #000;
  }
  form#search-form {
    padding-left: 10px;
  }
.menu_container  #search-form #s{
  display: block;
  border: none;
  width: 100%;
  padding: 0;
  background-color: transparent;
  border: 0;
  padding-top: 60px;
  font-size: 55px;
  line-height: 95%;
  letter-spacing: -0.04em;
  color: #FFDB80;
  text-align: center;
    padding-top: 15px;
  font-size: 18px;
  /* text-transform: uppercase; */
}
.menu_container  #search-form #s::placeholder{
    font-size: 18px;
    line-height: 95%;
    letter-spacing: -0.04em;
    color: #FFDB80;
    color: rgba(255,219,128,0.6);
    text-align: center;
    text-transform: uppercase;
}
.menu_container ul#menu-paginas li {
    margin-bottom: 5px;
}
#menu-medios-1 li,
#menu-paginas-1 li,
#menu-categorias li,
#menu-medios li {
    margin-bottom: 5px;
}

#menu-categorias li{
  margin-bottom: 0px;
}
.menu-medios-container a{
  line-height: 125%;
}
.menu-paginas-container a{
  line-height: 105%;
}


.page h1.entry-title {
    margin-top: 70px;
}
.page article .thumbImg {
    width: 260px;
    height: 260px;
    margin: auto;
  }
article .entry-content h2 {
    margin: auto;
    padding: 20px 0px 45px;
    }
.menu_right {
    width: 100%;
    border:none;
}
header .newsletter.newsletter_menu {
    padding: 20px;
        margin: 0px;
  }
.newsletter .container {
    padding: 20px 0px 30px 0px;
}
.newsletter.newsletter2 {
    padding-bottom: 0px;
    padding: 0 20px;
}
.newsletter.newsletter2 .container {
  border: none;
  margin-top: -30px;
}
 #list_menus {
     display: none;
 }
 article.colores_contacto header.entry-header .header-container {
    font-size: 22px;
    margin-top: 30px;
    max-width: unset;
    padding: 20px 20px;
    display: block;
    height: auto;
  }

  article .wp-block-columns{
    padding: 0;
  }
  article .entry-content{
    margin-top: 0px;
  }
  #grid .container_grid .etiquetas{
    text-align: center;
  }

  .archive header.page-header.sentiido-tv {
      min-height: 40px;
    }
  .archive.term-sentiido-tv .sentiido-tv-item h2.entry-title{
    font-size: 22px;
  }
  .archive.term-sentiido-tv .sentiido-tv-item span {
    font-size: 18px;
  }
  article .compartir {
      font-size: 13px;
      display: inline-block;
       padding-right: 0px;
      margin-top: 0px;
    }

    .page-template-page-contacto .header-container a img{
      margin: 10px 20px 0 0;
    }
  .search-results #archive_grid a {
    font-size: 12px;
  }
  .etiquetas {
    text-align: center;
  }
  ol{
    padding: 0 0 0 20px;
  }
  #comments ol.comment-list {
    width: 100%;
    margin: 0;
    padding: 0;
  }

.destacados_top .categorias_top{
  position: relative;
}
  .container_nav_destacados_top {
    display: block;
    position: absolute;
    top: -3px;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
  }
  .container_nav_destacados_top  .flechas{
    max-width: 35px;
    margin: auto;
    left: unset;
    top: 0;
  }

  #etiquetas .flechas {
    width: 40px;
    top: 85px;
    left: unset;
  }

  #etiquetas .container_etiquetas {
    width: 95px;
  }
  .wp-block-embed__wrapper iframe, .video_embed iframe {
    width: 100%!important;
    height: 220px!important;
  }

 .wp-block-group{
  width: calc(100% + 40px);
  max-width: initial;
  margin-left: -20px;
  padding: 10px;
}

.wp-block-group .wp-block-group {
    max-width: 100%;
    margin-left: 0;
    width: 100%;
    padding: 0;
  }
  article .etiquetas_fin_article {
    width: 100%;
  }
  .widget.widget_mostreadpostswidget {
    display: none;
  }
  .home .widget.widget_mostreadpostswidget{
    display: block;
  }
  .img_error {
    max-width: 260px;
  }
  .body.error404 .page-content.error h2 {
    font-size: 32px;
    padding: 0 15px;
  }
  .etiquetas a.etiqueta {
    margin: 5px 1px 1px 0;
    font-size: 12px;
  }
  #recursos_clave .etiquetas {
    max-width: 100%;
  }
  .home header#masthead.hide .menu-toggle .dots_menu{
    opacity: 1;
  }
  .home header#masthead.hide .menu-toggle {
    color: inherit;
  }
.archive.author .author_name{
  font-size: 42px;
  line-height: 92%;
  padding: 0 20px;
  margin: 30px ​auto 0;
}
.archive.author .author_description {
    font-size: 20px;
    line-height: 130%;
    padding: 0 20px;
  }
  article .entry-content h2,
  article .entry-content .wp-block-column h2 {
      padding: 0px 0px 25px;
}
article .entry-content .wp-block-columns p {
    padding: 0 0 10px;
  }
   .entry-content .wp-block-columns article h3 {
    padding: 20px 0px 15px 0px;
  }
  .addtoany_content {
    margin: 50px auto!important;
  }
  .recursos_titulo {
      text-align: left;
      margin: 0px 0;
      padding: 20px 0;
    }
.archive.tax-etiquetas  h1.page-title {
        font-size: 26px;
    }
#sentiido_tv {
        padding: 10px 20px;
  }
  header .entry-meta {
    padding: 0 20px;
    bottom: 15px;
  }
  .wp-block-image figcaption,.wp-block-embed figcaption{
    font-size: 10px;
    padding: 0 0 30px;
    }
    .wp-block-embed.wp-block-embed-spotify{
      margin: 10px auto 20px;
    }

    #archive_micropodcasts .micropodcast-item a{
      display: block;
    }
    #archive_micropodcasts .micropodcast-item .info {
    width: 100%;
  }
  #archive_micropodcasts .micropodcast-item h2 {
    font-size: 36px;
    line-height: 115%;
    text-align: center;
    margin-bottom: 10px;
  }
  #archive_micropodcasts .thumbImg {
    margin: auto;
  }
  .archive header.page-header.micropodcasts h1.page-title{
    font-size: 42px;
    line-height: 115%;
    margin: 120px auto 40px;
  }
  #archive_micropodcasts .autor{
    margin-bottom: 10px;
    text-align: center;
  }

}

@media (max-width: 375px) {
  .destacados_top h1 {
    font-size: 23px;
  }
  .destacados_top .thumbImg.arco {
    width: 200px;
    height: 200px;
  }
  #grid.grid2 .container_grid .grid_1 .thumbImg,
  #grid .container_grid .grid_4 .thumbImg {
    height: 200px;
    width: 200px;
  }
  .destacados_top .thumbImg.cuadrado, .destacados_top .thumbImg.circulo {
    width: 200px;
    height: 200px;
  }

#etiquetas .container_etiquetas{
  width: 100%;
margin: auto;
text-align: center;
}
#etiquetas .flechas {
  width: 50px;
  top: 15px;
    left: unset;
    right: unset;
    display: inline-block;
    position: relative;
  }
  #los_mas_leidos .container.masleidos_container {
      padding: 20px 0;
  }
  .etiquetas a.etiqueta {
    margin: 5px 1px 1px 0;
    font-size: 11px;
  }
  .autor, .fecha,
  a.leer_articulo {
    font-size: 12px;
  }
}
@media (max-width: 345px) {
  header .entry-meta {
    bottom: 10px;
  }
  .menu_left, footer ul, footer li {
      font-size: 27px;
  }
  #etiquetas h1 {
    font-size: 20px;
    margin-bottom: 30px;
  }

}



