/*!
Theme Name: Tertulia
Theme URI: http://underscores.me/
Author: LGDC
Author URI: https://lagentedelcomun.info/
Description: Description
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: tertulia
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 @import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400;500&family=Karla:wght@400;700&display=swap');

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

/* Sections
	 ========================================================================== */

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

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

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

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

ul,
ol {
    margin: 0 0 1.5em 3em;
    padding: 0 0em;
}
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%;
}
iframe{
  border: none;
}

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 ul {
	display: block;
}

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

	.menu-toggle {
    display: block;
      position: fixed;
      left: 0;
      top: 93px;
      background-color: unset;
      border: none;
      width: 60px;
      height: 20px;
      z-index: 3;
  }
  .main-navigation ul {
  	display: flex;
  }

}
.menu_btn{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-right: 1px solid;
  padding: 15px 18px;
  z-index: 9;
  height: 60px;
  cursor: pointer;
  }
  .menu_btn.visible{
    border-right: 0px solid;
    cursor: pointer;

  }
.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
--------------------------------------------------------------*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* 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;
}
.aligncenter div{
  text-align: center;
}
*{
  /* cursor: url(images/cursores/cursor_topright.svg) 15 15, auto; */
    /* cursor: url(images/cursores/cursor_downright.svg) 15 15, auto; */

}
body{
  color: #000;
	font-family: 'Karla', sans-serif;
	margin: 0;
	padding: 0;
	width: 100%;
  /* cursor: url(images/cursores/cursor_topright.svg), auto; */
  /* cursor: url(images/cursores/cursor_topleft.svg) 15 15, auto; */
}
.menu-toggle,
a, a:hover,a:focus,a:visited,a:active{
  cursor: pointer;
  /* cursor: url(images/cursores/cursor_topright.svg) 15 15, auto; */
}

.exposiciones_container .image_container,
.exposiciones_container .image_container a,
.exposiciones_container .thumbImg,
#post_slider button.slick-next.slick-arrow,
  #catalogo_slider,
  #post_slider{
  /* cursor: url(images/cursores/cursor_right.svg) 15 15, auto; */
}

.exposiciones_container .exposiciones_info,
.exposiciones_container .exposiciones_info p,
.exposiciones_container .exposiciones_info .artistas,
.exposiciones_container .exposiciones_info a{
/* cursor: url(images/cursores/cursor_top.svg) 15 15, auto!important; */
}

body.page-educacion *{
   /* cursor: url(images/cursores/cursor_topleft_verde.svg) 15 15, auto; */
}

body.page-educacion .menu-toggle,
body.page-educacion  a, body.page-educacion a:hover,body.page-educacion  a:focus,body.page-educacion a:visited, body.page-educacion a:active{
  /* cursor: url(images/cursores/cursor_topright_verde.svg) 15 15, auto; */
}
body.page-educacion .exposiciones_container .image_container,
body.page-educacion .exposiciones_container .image_container a,
body.page-educacion .exposiciones_container .thumbImg,
body.page-educacion #post_slider button.slick-next.slick-arrow,
body.page-educacion  #catalogo_slider,
body.page-educacion  #post_slider{
  /* cursor: url(images/cursores/cursor_right_verde.svg) 15 15, auto; */
}

body.page-educacion  .exposiciones_container .exposiciones_info,
body.page-educacion  .exposiciones_container .exposiciones_info p,
body.page-educacion  .exposiciones_container .exposiciones_info .artistas,
body.page-educacion  .exposiciones_container .exposiciones_info a{
/* cursor: url(images/cursores/cursor_top_verde.svg) 15 15, auto!important; */
}


@keyframes bgColor {
	0% {
    background-color: #39fd8b;
  }
  8.3% {
    background-color: #39fd8b;
  }
  16.6% {
    background-color: #79fde7;
  }
  24.9% {
    background-color: #1dcafd;
  }
  33.2% {
    background-color: #596ee3;
  }
  41.5% {
    background-color: #b166ff;
  }
  49.8% {
    background-color: #e78afd;
  }
  48.1% {
    background-color: #fd60b2;
  }
  56.4% {
    background-color: #fd7056;
  }
	64.7% {
		background-color: #fd507f;
	}
	73% {
		background-color: #ffda40;
	}
	81.3% {
		background-color: #ffff40;
	}
	89.6% {
		background-color: #a9fc7a;
	}
	97.9% {
		background-color: #39fd8b;
	}
}

@keyframes aColor {
  0% {
    background-color: #39fd8b;
  }
  8.3% {
    background-color: #39fd8b;
  }
  16.6% {
    background-color: #79fde7;
  }
  24.9% {
    background-color: #1dcafd;
  }
  33.2% {
    background-color: #596ee3;
  }
  41.5% {
    background-color: #b166ff;
  }
  49.8% {
    background-color: #e78afd;
  }
  48.1% {
    background-color: #fd60b2;
  }
  56.4% {
    background-color: #fd7056;
  }
	64.7% {
		background-color: #fd507f;
	}
	73% {
		background-color: #ffda40;
	}
	81.3% {
		background-color: #ffff40;
	}
	89.6% {
		background-color: #a9fc7a;
	}
	97.9% {
		background-color: #39fd8b;
	}
}

header#masthead{
  width: 100%;
  margin: 0px auto 0;
  background-color: #39fd8b;

  padding: 0px;
  position: fixed;
  border-bottom:1px solid #000!important;
  top: 0;
  left: 0;
  z-index: 3;
}
.page-id-9 header.header_seccion,
body.page-id-9 header#masthead {
    background-color: #fd7056;
}

.home header#masthead{
  animation: bgColor 36s infinite linear;
}

header#masthead a {
	outline: none;
	text-decoration: none;
  color: #000;
}

header#masthead a:active,
header#masthead a:focus,
header#masthead a:hover,
header#masthead a:visited {
	outline: none;
	text-decoration: none;
  color: #000;
}

.logo_container{
	outline: none;
  width: 194px;
	background-color:transparent;
	/* animation: bgColor 36s infinite linear; */
	display: inline-block;
  vertical-align: middle;
}
.home .logo_container{
  width: 40px;
}
header  h1{
  position: absolute;
  left: 0;
  right: 0;
  margin: 0px auto;
	outline: none;
		font-family: 'Archivo', sans-serif;
		font-weight: 400;
		display: inline-block;
		vertical-align: middle;
		color: #000;
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
    width: fit-content;
}
body.home header a h1{
position: relative;
  margin: 15px;
  margin-left: 20px;
  outline: none;
    font-family: 'Archivo', sans-serif;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    color: #000;
    font-size: 42px;
    text-transform: uppercase;
}
header #redes{
	/* position: absolute;
  top: 15px;
      right: 20px;
      width: 170px;
  z-index: 3; */
  position: absolute;
top: 15px;
right: 20px;
width: auto;
z-index: 3;
text-align: right;
min-width: 220px;
}

.sinslider_inner {
  white-space: nowrap;
}

  #redes svg,
#redes .icons{
      max-width: 30px;
      margin-left: 10px;
}

  #redes a:first-child svg,
#redes a:first-child .icons {
    margin-right: -4px;
}

.site-branding {
    padding: 21px 20px;
    border-bottom: 1px solid;
    height: 93px;
}
.home .site-branding{
    padding: 0 20px 0 20px;
}
.main-navigation{
	position: relative;
}
.menu-menu-1-container{
    position: absolute;
		right: 10px;
		top: -85px;
}
header#masthead .menu-menu-1-container{
  z-index: 3;
}
.menu-menu-1-container li{
margin-right: 13px;
}

.menu-menu-1-container a{
color: #000;
text-decoration: none;
font-size: 16px;
font-family: 'Karla', sans-serif;
font-weight:400;
}
.menu-menu-1-container a:hover{
  font-weight:400;
}
#menu-menu-3,
#menu-menu-2 {
    list-style: none;
    width: 100%;
    display: inline-block;
    /* justify-content: space-between; */
    margin: 0;
    padding: 0px 0 20px;

}
#menu-menu-3 li,
#menu-menu-2 li{
	display: inline-block;
  /* margin-right: 15px; */
}
#menu-menu-3 li a,
#menu-menu-2 li a{
	color: #000;
	text-decoration: none;
  font-size: 18px;
  font-family: 'Archivo', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
#menu-menu-2,
#menu-menu-3  {
  position: absolute;
  top: 20px;
  left: 95px;
  z-index: 0;
}
#menu-menu-2  {
  z-index: 1;
}
#menu-menu-2  li a:hover{
  opacity: 1;
}
.menu_container{
  width: 100%;
  height:60px;
  position: relative;
  background-color: #fff;
  padding: 20px;
}
#menu-menu-3 li a{
color: #fd7056;
	animation: aColor 36s infinite linear;
}
#menu-menu-2{
  top: -1px;
  left: 59px;
}
#menu-menu-2 li{
  padding: 20px 12px 9px 12px;
  border: 1px solid transparent;
  border-top: none;
  border-bottom: none;
  margin: 0;
  margin-right: -5px;
}
#menu-menu-2 li:first-child{
    padding: 20px 12px 9px 19px;
}
#menu-menu-2 li:hover{
  background-color: #FD7056;
border: 1px solid;
border-top: none;
border-bottom: none;
}

.header_hover{
display: none;
position: absolute;
width: 100%;
height: 92px;
text-align: center;
top: 0;
left: 0;
padding-top: 51px;
z-index: 5;
font-size: 14px;
color: #000;
}
.header_hover.visible{
  display: block;
}


/* menu menu_principal */

#site-navigation  {
  display: block;
  padding-top: 103px;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: auto;
/* min-height: 470px; */
  background-color: #39fd8b;
  animation: bgColor 36s infinite linear;
  z-index: -1;
  border-bottom: 1px solid;
  opacity: 0;
  pointer-events: none;
}

.menu_navigation{
  position: relative;
}

#site-navigation.visible{
  z-index: 1;
  opacity: 1;
  pointer-events: all;
}
#site-navigation .main-navigation.menu_secundario_menu {

    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 850px;
}

#site-navigation .menu-menu-1-container {
  bottom: -60px;
  top: unset;
  left: 0px;
  right: 0;
  margin: auto;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}

#site-navigation .menu-menu-1-container ul li{
  margin: 20px;
  display: inline-block;
}
#site-navigation .menu-menu-1-container ul li a{
  color: #000;
  font-family: 'Archivo';
  font-weight: 700;
  letter-spacing: 1px;
}

#site-navigation .site-branding {
    padding: 21px 20px;
    border-bottom: 1px solid;
    height: 93px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
#site-navigation .logo_container {
    outline: none;
    width: 194px;
    background-color: transparent;
    display: inline-block;
    vertical-align: middle;
}

#site-navigation .main-navigation ul {
    display: none;
}
.container_secciones_menu .nav-menu{
  width: calc(100% - 180px);
  display: flex;
  justify-content: space-between;
  margin: 50px auto;
}
.container_secciones_menu ul,
.container_secciones_menu ul li{
  list-style: none;
  padding: 0;
  margin: 0;
}

.container_secciones_menu ul{
  margin-right:  0px;
  display: block;
}


.container_secciones_menu ul li a,
.container_secciones_menu ul li a:hover,
.container_secciones_menu ul li a:visited{
  color: #000;
}
.menu_titulo{
  font-weight: 700;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  font-size: 17px;
  font-family: 'Archivo';
  margin-bottom: 5px;
  display: block;
}


.container_secciones_menu ul li {
    display: inline-block;
    justify-items: start;
    vertical-align: top;
}
.container_secciones_menu ul.sub-menu li {
    display: block;
}
 /*
#site-navigation ul#menu-menu-2 {
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 9;
} */


/* /fin menu/ */
#lista_sub_secciones a:hover{
  color: #000;

}
/* header#masthead, */
#museo,
#visitanos{
    background-color: #FD7056;
}
/* header#masthead.exposiciones, */
#exposiciones,.exposiciones header#masthead,
#menu-menu-2 li:nth-child(2):hover{
  background-color: #BF97FC;
}
/* header#masthead.cinemateca, */
#cinemateca,.cinemateca header#masthead,
#menu-menu-2 li:nth-child(3):hover{
  background-color: #F9739C;
}

#arte-y-artistas,.arte-y-artistas header#masthead,
#arteyartistas,.arteyartistas header#masthead,
#menu-menu-2 li:nth-child(4):hover{
  background-color: #1FD2FC;
}
/* #menu-menu-2 li:nth-child(4){
  display: none;
} */
#educacion,.educacion header#masthead,
#menu-menu-2 li:nth-child(5):hover{
  background-color: #39FD8B;
}

#agenda,.agenda header#masthead,
#eventos,.eventos header#masthead,
#menu-menu-2 li:nth-child(6):hover{
  background-color: #FFFF40;
}
.blog header#masthead,
#noticias,.noticias header#masthead,
#menu-menu-2 li:nth-child(7):hover{
  background-color: #FFFF40;
}

 /* .blog header#masthead, */
#blog,
#menu-menu-2 li:nth-child(8):hover{
  background-color: #FFFF40;
}
.single main article.post_content{
  background-color: #fff;
}
footer #menu-menu-2 li{
   background-color: transparent!important;
   border: none!important;
}
footer #menu-menu-2 li:hover{
border: none!important;
   background-color: transparent!important;
}
main{
	width: 100%;
	margin: 154px auto 0px;
	background-color: #fff;
  border: 0px solid;
	padding: 0px 0 0;
}
.slider{
	padding: 0 42px;
	display: flex;
	margin-bottom: 50px;
	justify-content: space-between;
}

.slider_links{
	width:	30%;
	padding-right: 20px;
}
.slider_img{
	width:	70%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.slider_item{
padding: 5px 10px;
margin: 0 0 10px 0;
}

.slider_item.active{
	border: 1px solid;
}
.slider_item h2{
margin-top: 0;
margin-bottom: 10px;
line-height: 28px;
font-size: 26px;
font-family: 'Archivo', sans-serif;
font-weight: 500;
text-transform: uppercase;
}

.grid_item {
	border-top: 1px solid;
display: flex;
}
.tipo{
	padding: 10px;
font-size: 24px;
font-family: 'Karla', sans-serif;
font-weight:400;
writing-mode:vertical-lr;
transform: rotate(180deg);
height: 200px;
}

.tipo.active{
	background-color: #596ee3;
	color:#fff;
}
.grid_info{
color: #000;
	font-size:100px;
	font-family: 'Archivo', sans-serif;
	font-weight: 500;
	overflow: hidden;
	overflow-x: auto;
	width: calc(100vw - 80px);
	height: 200px;
	position: relative;
	display: block;
	border-left: 1px solid;
	padding-top: 30px;
}

.thumbImg{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.single-obra .thumbImg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
#post_grilla,
#catalogo_slider{
  padding: 20px;
  width: 100%;
  overflow: hidden;
  overflow-x: scroll;
  white-space: nowrap;
  /* -ms-overflow-style: none;
  scrollbar-height: none; */
}

#post_slider{
  padding: 10px 0 0;
 width: 100%;

  overflow: hidden;
  /* overflow-x: scroll; */
  white-space: nowrap;
  /* -ms-overflow-style: none;
  scrollbar-height: none; */
}
.exposiciones_container .exposiciones_info{
  /* -ms-overflow-style: none;
  scrollbar-height: none; */
}
  .exposiciones_container .exposiciones_info::-webkit-scrollbar,
  #catalogo_slider::-webkit-scrollbar,
  #post_grilla::-webkit-scrollbar,
  #post_slider::-webkit-scrollbar {
    /* display: none; */
  }

#post_grilla article,
  #catalogo_slider article,
#post_slider article {
  border: 1px solid;
  margin: 20px;
  padding: 10px 20px;
  display: inline-block;
  width: 420px;
  height: 420px;
  vertical-align: top;
}
#post_grilla article{
  width: unset;
  /* height: unset; */
}

  #catalogo_slider article {
  border: none;
  margin: 0 20px 20px 20px;
  padding: 0px 20px 10px;
  display: inline-block;
  width: 250px;
  height: auto;
  vertical-align: baseline;
  text-align: center;
}
.home #catalogo_slider article {
  vertical-align: top;
}
.texto_container,
header.header_seccion{
  padding: 0px 40px  30px;
  border: 1px solid #000!important;
  border-right: 0!important;
  border-left: 0!important;
  width: 100%;
}

header.header_seccion{
  padding-top: 30px;
}
.texto_container{
  border-bottom: 0!important;

    border-top: 0!important;
}
.texto_container.border_container{
    border-top: 1px solid #000!important;
}
.texto_container.border_container.texto_image_border {
    margin: 0;
    padding: 0;
  }

header.header_seccion.mapa{
  padding: 0px 0px;
  border: 1px solid #000!important;
  border-right: 0!important;
  border-left: 0!important;
}

header.header_seccion.mapa iframe {
    width: 100%;
    line-height: 0;
    margin: 0 0 -10px 0px;
    padding: 0;
}
header.header_seccion{
position: relative;
}
.texto_container h2 {
  font-family: 'Archivo';
  /* color:#FD3B17; */
}

.section:first-child header.header_seccion{
  border-top: 0px solid!important;
}
.page-arte-y-artistas .section:first-child header.header_seccion{
  border-top: 1px solid!important;
}
header.header_seccion h2{
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 500;
  font-family: 'Archivo';
  line-height: 70px;
  margin: 0px 0;
}
header.header_seccion.pestanias h2{
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 500;
  font-family: 'Archivo';
  line-height: 70px;
  margin: 0 0 40px 0;
}
.tags a,
.video_info .tags a,
.eventos_info .hora,
.eventos_info .fecha,
.eventos_info .tags a{
  background-color:#FFFF40;
  padding: 1px 8px;
}


/* .post-template-default header#masthead, */

/*
article.type-tribe_events{
    background-color: #FFFF40;
} */
.page-template-default header#masthead,
.page-template-page-apoyo header#masthead,
article.category-uncategorized {
  background-color: #fd7056;
  border-color: #fd7056;
}
body.page-template-page-apoyo article header.header_seccion,
.post-template-default article header.header_seccion{
    background-color: #fd7056;
}
article.category-uncategorized .categoria{
  display: none;
}

.category-eventos header#masthead,
.page-agenda .eventos_container .thumbImg,
.page-agenda  .eventos_info .hora,
.page-agenda .eventos_info .fecha,
.page-agenda .eventos_info .tags a,
body.page-agenda ul#lista_secciones li:hover,
body.page-agenda header.header_seccion,
body.page-agenda header#masthead,
.category-eventos header#masthead,
.page-eventos .eventos_container .thumbImg,
.page-eventos  .eventos_info .hora,
.page-eventos .eventos_info .fecha,
.page-eventos .eventos_info .tags a,
article.category-eventos  header.header_seccion,
article.category-eventos  .entry-content.base  h2,
article.category-eventos .wp-block-cover,
article.category-eventos figure.wp-block-image img,
.category-eventos .tags a,
body.page-eventos ul#lista_secciones li:hover,
body.page-eventos header.header_seccion,
body.page-eventos header#masthead,
article.category-eventos,
article.cat_eventos,
.category-noticias header#masthead,
.page-noticias .eventos_container .thumbImg,
.page-noticias  .eventos_info .hora,
.page-noticias .eventos_info .fecha,
.page-noticias .eventos_info .tags a,
article.category-noticias  header.header_seccion,
article.category-noticias  .entry-content.base  h2,
article.category-noticias .wp-block-cover,
article.category-noticias figure.wp-block-image img,
.category-noticias .tags a,
body.page-noticias ul#lista_secciones li:hover,
body.page-noticias header.header_seccion,
body.page-noticias header#masthead,
article.category-noticias,
.category-blog header#masthead,
.page-blog .eventos_container .thumbImg,
.page-blog  .eventos_info .hora,
.page-blog .eventos_info .fecha,
.page-blog .eventos_info .tags a,
article.category-blog  header.header_seccion,
article.category-blog  .entry-content.base  h2,
article.category-blog .wp-block-cover,
article.category-blog figure.wp-block-image img,
.category-blog .tags a,
body.page-blog ul#lista_secciones li:hover,
body.page-blog header.header_seccion,
body.page-blog header#masthead,
article.category-blog{
  background-color: #FFFF40;
  border-color: #FFFF40;
}
body.page-template-page-seccion #eventos.section{
      background-color: #fff;
}

.page-agenda  .container_posts.grilla_blog .thumbImg,
.page-noticias  .container_posts.grilla_blog .thumbImg,
.page-eventos  .container_posts.grilla_blog .thumbImg,
.page-blog  .container_posts.grilla_blog .thumbImg{
  border: 3px solid #FFFF40;
}

body.page-agenda .texto_container h2,
body.page-eventos .texto_container h2{
  color: #FFFF40;
}

.eventos_container article:hover{
  background-color: #FFFF40;
}

.category-visitanos header#masthead,
.page-visitanos .eventos_container .thumbImg,
.page-visitanos  .eventos_info .hora,
.page-visitanos .eventos_info .fecha,
.page-visitanos .eventos_info .tags a,
article.category-visitanos  header.header_seccion,
article.category-visitanos  .entry-content.base  h2,
article.category-visitanos .wp-block-cover,
article.category-visitanos figure.wp-block-image img,
.category-visitanos .tags a,
body.page-visitanos ul#lista_secciones li:hover,
body.page-visitanos header.header_seccion,
body.page-visitanos header#masthead,
article.category-visitanos{
  background-color: #fd7056;
  border-color: #fd7056;
}


.page-visitanos  .container_posts.grilla_blog .thumbImg{
  border: 3px solid #fd7056;
}
body.page-visitanos .texto_container h2{
  color: #fd7056;
}
body.visitanos .eventos_container article:hover,
body.page-visitanos .eventos_container article:hover{
 background-color: #fd7056;
}



.category-exposiciones header#masthead,
.page-exposiciones .eventos_container .thumbImg,
.page-exposiciones  .eventos_info .hora,
.page-exposiciones .eventos_info .fecha,
.page-exposiciones .eventos_info .tags a,
article.category-exposiciones  header.header_seccion,
article.category-exposiciones  .entry-content.base  h2,
article.category-exposiciones .wp-block-cover,
article.category-exposiciones figure.wp-block-image img,
.category-exposiciones .tags a,
body.page-exposiciones ul#lista_secciones li:hover,
body.page-exposiciones header.header_seccion,
body.page-exposiciones header#masthead,
article.category-exposiciones,
article.cat_exposiciones{
  background-color:#BF97FC;
  border-color: #BF97FC;
}

.page-exposiciones  .container_posts.grilla_blog .thumbImg{
  border: 3px solid #BF97FC;
}

body.page-exposiciones .texto_container h2{
  color: #BF97FC;
}
body.exposiciones .eventos_container article:hover,
body.page-exposiciones .eventos_container article:hover{
 background-color: #BF97FC;
}

.category-cinemateca header#masthead,
.page-cinemateca .eventos_container .thumbImg,
.page-cinemateca  .eventos_info .hora,
.page-cinemateca .eventos_info .fecha,
.page-cinemateca .eventos_info .tags a,
article.category-cinemateca  header.header_seccion,
article.category-cinemateca  .entry-content.base  h2,
article.category-cinemateca .wp-block-cover,
article.category-cinemateca figure.wp-block-image img,
.category-cinemateca .tags a,
body.page-cinemateca ul#lista_secciones li:hover,
body.page-cinemateca header.header_seccion,
body.page-cinemateca header#masthead,
article.category-cinemateca,
article.cat_cinemateca{
  background-color: #F9739C;
  border-color: #F9739C;
}
.page-cinemateca  .container_posts.grilla_blog .thumbImg{
  border: 3px solid #F9739C;
}
body.page-cinemateca .header_info p a,
body.page-cinemateca .texto_container h2{
  color: #F9739C;
}

body.cinemateca .eventos_container article:hover,
body.page-cinemateca .eventos_container article:hover{
  background-color: #F9739C;
}

.page-template-page-catalogo header#masthead,
.category-arte-y-artistas header#masthead,
.page-arte-y-artistas .eventos_container .thumbImg,
.page-arte-y-artistas  .eventos_info .hora,
.page-arte-y-artistas .eventos_info .fecha,
.page-arte-y-artistas .eventos_info .tags a,
article.category-arte-y-artistas  header.header_seccion,
article.category-arte-y-artistas .entry-content.base  h2,
article.category-arte-y-artistas .wp-block-cover,
article.category-arte-y-artistas figure.wp-block-image img,
.category-arte-y-artistas .tags a,
body.page-arte-y-artistas ul#lista_secciones li:hover,
body.page-arte-y-artistas header.header_seccion,
body.page-arte-y-artistas header#masthead,
article.category-arte-y-artistas	{
  background-color:#1FD2FC;
  border-color: #1FD2FC;
}
/*
.page-template-page-catalogo header#masthead{
  background-color:#1FD2FC!important;
} */
#post_grilla,
#catalogo_slider,
#post_slider{
  background-color: #fff;
}
body.page-arte-y-artistas .texto_container h2{
  color: #1FD2FC;
}

.page-arte-y-artistas  .container_posts.grilla_blog .thumbImg{
  border: 3px solid #1FD2FC;
}
body.arte-y-artistas .eventos_container article:hover,
body.page-arte-y-artistas .eventos_container article:hover{
  background-color: #1FD2FC;
}

.category-educacion header#masthead,
.page-educacion .eventos_container .thumbImg,
.page-educacion  .eventos_info .hora,
.page-educacion .eventos_info .fecha,
.page-educacion .eventos_info .tags a,
article.category-educacion  header.header_seccion,
article.category-educacion  .entry-content.base  h2,
article.category-educacion .wp-block-cover,
article.category-educacion figure.wp-block-image img,
.category-educacion .tags a,
body.page-educacion ul#lista_secciones li:hover,
body.page-educacion header.header_seccion,
body.page-educacion header#masthead,
article.category-educacion,
article.cat_educacion{
  background-color: #39FD8B;
  border-color: #39FD8B;
}
body.page-educacion .texto_container h2{
  color: #39FD8B;
}


.page-educacion  .container_posts.grilla_blog .thumbImg{
  border: 3px solid #39FD8B;
}
body.educacion .eventos_container article:hover,
body.page-educacion .eventos_container article:hover{
  background-color: #39FD8B;
}

.texto_container a,
.texto_container a:hover,
.texto_container a:visited,
.texto_container a:focus,
.texto_container a:active{
  color: #000;
}
body.page-template-default article{
  /* background-color: #fff; */
}
body.page-template-default .eventos article{
  border-top: 1px solid;
}
body.page-template-default .eventos article:first-child{
  border-top: none;
}
#post_grilla article h2,
 #post_slider article h2{
text-transform: uppercase;
font-family: 'Archivo', sans-serif;
margin-bottom: 5px;
margin-top: 5px;
font-weight: 500;
font-size: 20px;
white-space: pre-wrap;
line-height: 26px;
}
#post_grilla article .categoria,
 #post_slider article .categoria{
text-transform: uppercase;
margin: 0px 0 7px;
font-weight: 700;
font-size: 11px;
font-family: 'Archivo';
}
#post_grilla article .thumbImg,
#post_slider article .thumbImg{
  display: block;
width: 100%;
      /* max-width: 380px; */

      height: 214px;
}

#post_grilla article .thumbImg{
  width: 100%;
}
.fecha{
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 14px;
  font-family: 'Karla', sans-serif;
  font-weight:400;
  color:#000;
}
#post_grilla article a,
#catalogo_slider article a,
#post_slider article a{
  color: #000;
  text-decoration: none;
  outline: none;
}
/*
#post_grilla button.slick-prev.slick-arrow,
#post_slider button.slick-prev.slick-arrow {
    position: absolute;
    z-index: 2;
    height: 100%;
    background-color: transparent;
    border: 0;
    color: transparent;
}

#post_grilla  button.slick-next.slick-arrow,
#post_slider button.slick-next.slick-arrow {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background:
     transparent;
    border: 0;
    color: transparent;
    z-index: 2;
  }

  #post_slider button.slick-prev.slick-arrow {
      position: absolute;
      z-index: 2;
      height: 100%;
      background-color: transparent;
      border: 0;
      color: transparent;
      left: 0;
      top: 0;
  } */

  /* #post_grilla  button.slick-next.slick-arrow, */
  /* #post_slider button.slick-next.slick-arrow {
      position: absolute;
      right: 0;
      top:44%;
      height: 100%;
      background:
       transparent;
      border: 0;
      color: transparent;
      z-index: 2;
    } */

  .descargar_programacion{
    border-top: 1px solid;
    text-align: center;
    padding: 14px;
    font-family: 'Karla';
    font-size: 24px;
    background-color: #fff;
  }
  .descargar_btn{
    width: 55px;
    margin-right: 10px;
    vertical-align: middle;
  }
.descargar_programacion a,
  .descargar_programacion a .descargar_btn{
    color: #000;
    text-decoration: none;
    /* cursor: url(images/cursores/cursor_down.svg) 15 15, auto; */
  }
.marquee{
	text-align: left;
	position: relative;
  color: #000;
  padding-top: 45px;
	overflow: hidden;
	width: auto;
	height: 200px;
  border-top: 1px solid;
	display: block;
	background-color: #ffff40;
}
.marquee span{
  position: absolute;
  width: auto;
  white-space: nowrap;
  font-size: 100px;
  font-family: 'Archivo', sans-serif;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.03em;
  color: #000;
  text-align: left;
  animation: scroll-left 16s linear infinite;

}

.marquee.nomarquee {
  text-align: center;
}
.marquee.nomarquee span{
  position: relative;
  text-align: center;
  animation: none;

}
.marquee span p{
  margin: 0;
}
.marquee a {
  color: #000;
  outline: none;
}
.marquee .thumbImg{
  display: inline-block;
  width: 190px;
  height: 110px;
  vertical-align: middle;
  margin-right: 20px;
}
@keyframes scroll-left {
  0% {
      transform: translateX(100vw);
  }
  100% {
      transform: translateX(-100vw);
  }
}
.marquee span:hover {
  animation-play-state: paused;
}

.image-width_full{
line-height: 0;
border-top: 1px solid;
}
.image-width_full img{
width: 100%;
}
.image-width_full.sin_borde{
  border-top: 0;
}

.video_container{
  display: flex;
  border-top: 1px solid;
}
.video_info{
padding:40px;
  width: 30%;
}
.video_info h2{
  text-transform: uppercase;
  font-size: 32px;
  line-height: 115%;
  margin: 0 0;
  font-weight: 500;
}
.video_info h3 {
    margin: 0;
  }
.video_info p{
  line-height: 24px;
   margin: 10px 0 10px;
}
.video_video{
padding:40px;
  width: calc(100% - 30%);
}
.video-width_full {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video-width_full iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.exposiciones_container,
.eventos_container{
border-top: 0px solid;
}
.home.page .eventos_container{
border-top: 1px solid;
}
.eventos_container a article{
border-top: 1px solid #000;
}
.eventos_container a:first-child article{
border-top: 0px solid #000;
}
.eventos_container article{
  background-color: #fff;
  display: flex;
  padding: 40px;
  width: 100%;
}

.eventos_info,
.image_container {
    width: 33.33%;
}
.eventos_container .thumbImg {
  width: 420px;
  height: 300px;
  border: 3px solid #FFFF40;
}

.eventos_info .hora,
.eventos_info .fecha{
  width: max-content;
  text-transform: uppercase;
}
.eventos_info  a{
  color: #000;
  text-decoration: none;
}
a.box-evento {
    color: #000;
    text-decoration: none;
}
a.box-evento:hover{
color: #000!important;
text-decoration: none!important;
}
.tags a,
.eventos_info .tags a{
  color: #000;
  text-decoration: none;
  border: 1px solid #000!important;
  font-weight: 700;
}
.eventos_info .fecha{
  font-size: 18px;
  text-transform: uppercase;
  margin: 0;
}
.eventos_info {
    margin-right: 40px;
}
.eventos_info .hoy{
  width: auto;
  text-transform: uppercase;
  font-size: 34px;
  font-family: 'Archivo';
    font-weight: 500;
    margin: 0;
    margin-top: -10px;
}
.eventos_info h2{
  font-weight: 500;
  line-height: 24px;
  font-family: 'Archivo';
  font-size: 18px;
}
.header_container,
.exposiciones_container article{
  display: flex;
  padding: 0 0 0 20px;
  width: 100%;
  /* border-bottom: 1px solid; */
}

.exposiciones_container article{
  display: flex;
  padding: 0 0 0 0px;
  width: 100%;
  /* border-bottom: 1px solid; */
}
.header_info,.exposiciones_container .exposiciones_info{
width: 400px;
height: 400px;
padding: 0px 20px;
overflow: hidden;
overflow-y: auto;
border-right: 1px solid;
}

.exposiciones_container .exposiciones_info{
padding: 20px 20px 0;
    width: 400px;
    height: auto;
    overflow: hidden;
    overflow-y: auto;
    border-right: 1px solid;
}
.exposiciones_info h2{
  font-weight: 500;
  line-height: 48px;
  font-family: 'Archivo';
  font-size: 42px;
  margin-bottom: 5px;
}
.exposiciones_info a{
color: #000;
text-decoration: none;
}


.slider_simple_container {
    display: block;
     width: calc(100% - 400px);
    height: 100%;
    position: relative;
  }

.exposiciones_info a:hover{
color: #000!important;
text-decoration: none!important;
}

.exposiciones_container .fecha {
      background-color: unset;
      padding: 0;
      font-size: 16px;
      font-weight: 600;
}

.exposiciones_container .image_container{
  width: calc(100% - 400px);
}
.exposiciones_container .thumbImg {
  width: 400px;
  height: 100%;
}
.entry-content .thumbImg,
.header_container .thumbImg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 400px;
    height: 100%;
  }
footer{
  width: 100%;
  padding: 60px 60px 20px;
  background-color: #000;
  min-height: 400px;
}
footer .info a{
  color: #fff;
}

.logo_blanco{
  max-width: 180px;
  margin-bottom: 20px;
}
/* .container_footer{
  display: flex;
  max-width: 80%;
  justify-content: space-between;
  color: #fff;
} */
.container_footer{
  display: flex;
  max-width: 95%;
  justify-content: space-between;
  color: #fff;
}

.container_footer .info {
    line-height: 32px;
}

ul#lista_secciones {
  margin: 0;
  padding: 0;
  position: absolute;
  top:-1px;
  left: 59px;
}
ul#lista_secciones  li {
  padding: 20px 12px 14px 12px;
      border: 1px solid transparent;
      border-top: none;
      border-bottom: none;
      list-style: none;
      display: inline-block;
      margin: 0;
}

ul#lista_secciones  li:first-child {
  padding: 20px 12px 14px 19px;
}
ul#lista_secciones li a{
    color: #000;
    text-decoration: none;
    font-size: 18px;
    font-family: 'Archivo', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}


body.page-educacion ul#lista_secciones li {
    /* padding: 3px 10px 1px 10px; */
}
/* body.page-educacion ul#lista_secciones li{
  padding: 20px 12px 17px 12px;
} */

body.page-educacion ul#lista_secciones li a{
  /* font-size: 14px; */
}
body ul#lista_secciones li:hover{
  /* border-left: 1px solid;
  border-right: 1px solid; */
  border-left: 1px solid #000!important;
  border-right: 1px solid #000!important;
  background-color: #fd7056;
}

/* footer */

footer .menu-menu-1-container,
footer #menu-menu-2,
footer #menu-menu-3 {
position: relative;
top: unset;
left: unset;
right: unset;
}
footer .menu-menu-1-container li,
footer #menu-menu-2  li,
footer #menu-menu-3  li{
  color: #fff;
  display: block;
  font-family: 'Karla', sans-serif;
  padding: 0!important;
}

footer .menu-menu-1-container a,
footer #menu-menu-2 a,
footer #menu-menu-3 a{
  font-family: 'Karla', sans-serif;
  animation:none;
  color: #fff;
  text-transform:uppercase;
  font-size: 18px;
  line-height: 34px;
}

footer #menu-menu-3 li:hover,
footer #menu-menu-2 li:hover{
  background-color: transparent;
  border:0px solid transparent;
}

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

/* posts  seccion exposiciones */


.single-artista header.entry-header,
.single-proyecto header.entry-header,
.single-obra header.entry-header,
.eventos header.entry-header,
.exposiciones header.entry-header{
  text-align: center;
  padding: 60px 20px;
}

.single-artista  article header.header_seccion,
.single-proyecto  article header.header_seccion,
.single-obra  article header.header_seccion,
.single-artista header#masthead,
.single-proyecto header#masthead,
.single-obra header#masthead,
.single-artista header.entry-header,
.single-proyecto header.entry-header,
.single-obra header.entry-header{
  background-color: #1FD2FC!important;
}

.single-artista header.entry-header h1,
.single-proyecto header.entry-header h1,
.single-obra header.entry-header h1,
.eventos header.entry-header h1,
.exposiciones2 header.entry-header h1,
.exposiciones header.entry-header h1{
  margin: auto;
  margin-bottom: 10px;
  max-width: 900px;
  font-family: 'Archivo';
  font-size: 50px;
  line-height: 54px;
  font-weight: 500;
  position: relative;
}

/*
.eventos header.entry-header h1{
  max-width: 900px;
} */

 .eventos_container_columnas .fecha,
.exposiciones header.entry-header .fecha,
.exposiciones2 header.entry-header .fecha  {
    margin-bottom: 40px;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Karla', sans-serif;
    font-weight: 400;
    color: #000;
}
  .eventos_container_columnas,
.exposiciones2 header.entry-header .exposiciones_container,
.exposiciones header.entry-header .exposiciones_container{
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 1280px;
  border: none;
}

.exposiciones  .exposiciones_container2{
  display: block;
  justify-content: space-between;
  margin: auto;
  max-width: 1280px;
  border: none;
}
   .eventos_container_columnas .columnas,
   .exposiciones2 header.entry-header .exposiciones_container .columnas,
.exposiciones header.entry-header .exposiciones_container .columnas{
  width: 50%;
  text-align: left;
}

   .eventos_container_columnas .columnas{
padding: 60px 20px 60px 60px;
}
   .eventos_container_columnas .columnas:first-child{
  border-right: 3px solid #FFFF40;
  padding: 60px 60px 60px 20px;
}
.single-artista .eventos_container_columnas .columnas:first-child,
.single-proyecto .eventos_container_columnas .columnas:first-child,
.single-obra .eventos_container_columnas .columnas:first-child{
    border-right: 3px solid #1FD2FC!important;
}

.eventos_container_columnas .columnas h3{
  display: inline-block;
  margin: 0px 10px 5px 0;
  font-size: 1em;
}

.eventos_container_columnas .columnas a,
.eventos_container_columnas .columnas a:hover,
.eventos_container_columnas .columnas a:active,
.eventos_container_columnas .columnas a:focus,
.eventos_container_columnas .columnas a:visited{
color: #000;
}

.single-artista .eventos_container_columnas .columnas,
.single-proyecto .eventos_container_columnas .columnas,
.single-obra .eventos_container_columnas .columnas{
  /* font-size: 22px; */
}

.artistas{
  font-size: 16px;
  font-weight: 500;
  font-family: 'Archivo';
}
.text_artistas p{
  max-width: 80%;
  font-size: 22px;
  line-height: 35px;
}

.text_artistas p {
    max-width: 80%;
    font-size: 22px;
  }
.slider {
    padding: 0px;
    display: flex;
    margin-bottom: 0px;
    border-right: 1px solid;
  }
  .eventos_container_columnas .slider {
      border-right: 0px solid;
    }

.sinslider {
    width: calc(100% - 400px)!important;
    overflow: hidden;
    overflow-x: scroll;
    justify-content: flex-start;
    line-height: 0;
}
.sinslider.exposiciones_slider{
      width:100%!important;
}
.slider_expos{
  width: 100%;
}
.sinslider .slider-item {
  display: inline-block;
  transition: 199ms all linear;
  line-height: 0;
}

#catalogo_slider #post_slider_inner article ,
#post_slider .post {
  transition: 199ms all linear;
}
.slider_expos .slider-item img,
.sinslider .slider-item img{
  max-height: 400px;
width: auto;
max-width: none;
height: 400px;
margin-left: -4px;
}


.sinslider.exposiciones_slider{
  width: 100%!important;
height: 600px;
}
.sinslider.exposiciones_slider .slider-item img{
  max-height: 600px;
width: auto;
max-width: none;
height: 600px;
margin-left: -4px;
}
.columnas p {
    margin-top: 0;
}


.header_container p {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Archivo';
  }
.single .post-thumbnail img  {
    width: 100%;
    height: auto;
}


/* seccion slider */

}
.separador_pestanias{
  height: 70px;
}
.container_pestanias{
  bottom: -1px;
  position: absolute;
}
.pestanias {
  display: inline-block;
border: 0;
padding: 5px 10px;
font-size: 20px;
margin-right: -5px;
text-transform: uppercase;
cursor: pointer;
  }
  .container_pestanias  .pestanias {
  cursor: pointer;
    }
.pestanias.activo{
border: 1px solid;
border-bottom: 0;
  background-color: #fff;
}
.pestanias.pestania-0 {
    pointer-events: none;
    border: 1px solid;
    border-bottom: 0;
      background-color: #fff;
}
.content_pestania{
  display: none;
  /* visibility: hidden; */
}
.content_pestania.activo{
  display: block;
  /* visibility: visible; */

}


#post_slider article.catalogo_item{
text-align: center;
border: none;
height: auto;
}
.nombre_obra{
  font-weight: 600;
}

#post_slider article.blog{
text-align: left;
border: none;
background-color: #fff!important
}

.page-template-page-catalogo #post_slider article{
  margin: 0;
  padding: 0;
}

.page-arte-y-artistas .info-item {
  text-align: center;
}
.page-arte-y-artistas .info-item a{
  text-decoration: none;
  color: #000;
}
.page-template-page-catalogo .grid-container {
    padding-top: 0px;
  }
.page-template-page-catalogo  .catalogo_item .titulo, .catalogo_item img{
  display: block;
white-space: normal;
margin: auto;
}
.catalogo_item .titulo{
margin-top:7px;
}

.catalogo_item img {
  border: 3px solid #fff;
}
.catalogo_item img:hover {
  border: 3px solid #1FD2FC;
}
.ver_todo {
      position: relative;
      display: inline-block;
      }
.ver_todo a{
  text-decoration: none;
}

.ver_todo a span{
  display: inline-block;
  color: #000;
  text-decoration: none;
  margin-right: -10px;
  font-size: 18px;
}

.ver_todo img{
  display: inline-block;
vertical-align: middle;
width: 19px;
margin-left: 10px;
}
.catalogo_item.arte-y-artistas .tags a {
  background-color:  #1FD2FC;
  padding: 1px 8px
}

.excerpt_expo {
    display: block;
    white-space: normal;
}
#post_grilla.grilla,
#post_slider.grilla {
    padding: 20px;
    width: 100%;
    /* overflow: visible;
    overflow-x: unset;
    white-space: unset; */
  }

  #post_grilla {
    overflow: visible;
    overflow-x: unset;
    white-space: normal;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.grilla  .excerpt_expo {
    display: block;
    }
/* #post_slider.grillanoticias {
        padding: 20px;
        width: 100%;
        overflow: visible;
        overflow-x: unset;
        white-space: unset;
      } */

/* grilla_noticias */
  .container_posts{
        margin: auto;
        max-width: 1200px;
      margin: 0 auto;
      padding: 0 0px;
      }

      .container_posts ul.posts_grid{
            display: block;
        width: 100%;
        margin: 30px 0 0;
        padding: 0;
        list-style: none;
      }

.container_posts ul li{
margin:  0;
padding: 0 20px 20px ;
vertical-align: top;
border-right: 1px solid #e5e5e5;
list-style: none;
max-width: calc(25% - 5px);
display: inline-block;
}

.container_posts ul li:nth-of-type(4n){
    border-right: none;
  }
.container_posts  ul li:nth-child(4),
.container_posts  ul li:nth-child(8){
  border-right: none;
}

.container_posts a{
  text-decoration: none;
  color: #000;
}
.container_posts .categorias {
    margin-top: 60px;
    font-style: normal;
font-weight: normal;
font-size: 30px;
line-height: 150%;
letter-spacing: -0.03em;
color: #000000;
width: 380px;
}
.container_posts a h2{
  font-weight: 500;
font-size: 30px;
line-height: 105%;
letter-spacing: -0.03em;
color: #000000;
margin: 5px 0 0;
}

.container_posts a h2{
  font-weight: 500;
font-size: 20px;
line-height: 115%;
margin-bottom: 10px;
}
.container_posts .excerpt_expo {
    display: block;
    white-space: normal;
    font-size: 14px;
    line-height: 115%;
  }
.container_posts .excerpt{
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 120%;
letter-spacing: -0.03em;
color: #666;
}
.container_posts .excerpt p{
  margin-bottom: 10px;
}
.container_posts .thumbImg{
  width: 100%;
height: 200px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
margin-bottom: 10px;
}
.container_posts  .image_container {
    width: 100%;
}
.container_posts  .autor{
      margin: 15px 0;
}

.container_posts .categorias_bottom {
    margin-top: 5px;
}


  /* page default */

  /* body.page-template-default article  .wp-block-image img */
  body.page-template-default article  header   {
      padding: 60px 0;
      text-align: center;
    }

body.page-template-default article  header h1.entry-title {
    max-width: 900px;
    text-align: center;
    display: block;
    font-size: 42px;
    margin: auto;
    line-height: 46px;
    font-family: 'Archivo';
    font-weight: 500;
    margin: 0px auto 10px;
  }

  body.page-template-default article{
    padding-bottom: 70px;
  }
body.page-template-default article p
.entry-content-secciones  p,{
  max-width: 650px;
  margin: 0px auto 20px;
}
.entry-content.entry-content-secciones {
    padding-top: 30px;
    border-bottom: 1px solid;
}


/* ancho contenido largo */
.single article .entry-content.base header h1.entry-title,
.single article .entry-content.base .wp-block-image img {
  max-width: 900px;
}
.single article .entry-content.base .wp-block-image img {
  max-width: 900px;
  width: 100%;
  height: auto;
}
/* ancho contenido medio  */
.single article  .entry-content.base .wp-block-cover  h2{
  max-width: 800px;
}
/* ancho contenido corto  */
.single article .entry-content.base p{
  max-width: 650px;
}

.single article .entry-content.base p {
  margin: 0px auto 20px;
}

.single article .entry-content.base header{
  padding: 60px 0;
  text-align: center;
}
.single article .entry-content.base header h1.entry-title {
    font-size: 42px;
    margin: auto;
    line-height: 46px;
    font-family: 'Archivo';
    font-weight: 500;
    margin: 0px auto 0px;
    position: relative;
}
.single article .entry-content.base header .excerpt{
  text-align: center;
  margin: auto;
}
.single article .entry-content.base header .excerpt p{
  font-size: 20px;
  line-height: 28px;
  margin: 20px auto;
  font-family: 'Archivo';
  font-weight: 400;
}
.single article .entry-content.base header .autor{
  font-weight: 700;
}

article .entry-content.base  h2{
background-color: unset!important;
  margin: 10px auto 20px;
  text-align: center;
  font-family: 'Archivo';
  border: none;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  width: max-content;
}

.single article  .entry-content.base .wp-block-cover{
  min-height: unset;
  padding: 60px;
}
.single article  .entry-content.base .wp-block-cover  h2{
      margin: auto;
      color: #000;
      font-style: italic;
      font-family: 'Archivo';
      border: none;
      text-align: left;
      font-size: 32px;
      line-height: 40px;
}
.single article .entry-content.base figure.wp-block-image {
  margin: 0 auto 40px;
  text-align: center;
}

.single article .entry-content.base .wp-block-image img {
  /* border-width: 4px;
  border-style: solid; */

}

 .single article  .entry-content.base .tags {
   text-align: center;
   margin: 40px auto;
 }
 .single article  .entry-content.base .tags a{
   border-color: #000;
   padding: 1px 8px;
 }

 .single article  .entry-content.base   .wp-block-image figcaption {
     margin-top: .5em;
     margin-bottom: 1em;
     max-width: 900px;
     margin: auto;
     text-align: left;
     font-size: 14px;
   }

 .single article  header.header_seccion{
  border: 1px solid #000;
  border-left: none;
  border-right:none;
}


body.page-template-page-apoyo article header {
    text-align: left;
}
body.page-template-page-apoyo article header h1 {
    position: relative;
    text-align: center;
    margin: auto;
}

.page article .entry-content-secciones  h1 {
    font-size: 42px;
    margin: auto;
    line-height: 46px;
    font-family: 'Archivo';
    font-weight: 500;
    margin: 0px auto 0px;
    position: relative;
}
.page article .entry-content-secciones  h1,
.page article .entry-content-secciones .wp-block-image img {
    max-width: 900px;
    width: 100%;
}


.page article .entry-content-secciones  h2,
.page article .entry-content-secciones  p,
.page article .entry-content-secciones   ol,
.page article .entry-content-secciones  ul,
body.page-template-default article h2,
body.page-template-page-apoyo article p,
body.page-template-page-apoyo article ol,
body.page-template-page-apoyo article ul {
    max-width: 650px;
    margin: 0px auto 20px;
}
.entry-content-secciones  h2,
body.page-template-default article h2{
  text-decoration: underline;
}
body.page-template-page-apoyo article ol,
body.page-template-page-apoyo article ul{
  padding: 20px;
}
body.page-template-page-apoyo .header_container{
  /* border-bottom: 1px solid; */
}
body.page-template-page-apoyo .texto_container,
body.page-template-page-apoyo header.header_seccion{
  /* border-top:0!important; */
}
.comprar_boleta a{
  padding-top: 0px;
  text-decoration: underline!important;
  display: block;
}

/* catalogo */

.random{
  margin-top: 30px;
  font-size: 20px;
  float: left;
}
#recientes,
#randomize {
  cursor: pointer;
  margin-right: 20px;
  display: inline;
  border-bottom: 3px solid transparent;
}
#recientes.active,
#randomize.active {
  border-bottom: 3px solid #1FD2FC;
}
#randomize:hover {

}
.letters{
  display: none;
  color: #000;
}
.letters.active {
  display: inline;
}
.letters span{
  cursor: pointer;
  border-bottom: 3px solid transparent;
}
.letters span.enabled {
    border-bottom: 3px solid #1FD2FC;
  }
  .letters span.inactive{
    cursor: default;
    opacity: 0.5;
  }
.letters span:hover{
  border-bottom: 3px solid #1FD2FC;
}
  .letters span.inactive:hover{
    border-bottom: none;
  }

  .letters span.active{
      border-bottom: 3px solid #1FD2FC;
  }
.search{
  margin-top: 20px;
  font-size: 20px;
  float: right;
}
.search input {
  background-color: transparent;
  background-image: url(images/search.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 10% 100%;
  width: 220px;
  border: none;
  border-bottom: 3px solid #1FD2FC;
  outline: none;
  font-family: 'Karla', sans-serif;
  padding: 0;
font-size: 16px;
margin: 0;
margin-top: 5px;
}
::-webkit-input-placeholder {
font-family: 'Karla', sans-serif;
}
:-moz-placeholder {
font-family: 'Karla', sans-serif;
}
::-moz-placeholder {
font-family: 'Karla', sans-serif;
}
:-ms-input-placeholder {
font-family: 'Karla', sans-serif;
}
.form-input-text {
font-family: 'Karla', sans-serif;
}
.container_filtros{
  background-color: #fff;
  padding: 30px 40px;
}

.filtros{
  width: 100%;
  margin: 20px 0;
  display: block;
  clear: both;
}
.filtro-item{
font-family: 'Karla', sans-serif;
font-weight: 600;
 background-color: #1FD2FC;
 display: inline-block;
 margin: 20px 10px 0 0;
 padding: 5px 10px;
 font-size: 12px;
 cursor: pointer;
 text-transform: lowercase;
 border: 1px solid;
}
.grid-container {
padding-top:70px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  /* grid-template-rows: 1fr 1fr 1fr; */
  gap: 30px 50px;;
  grid-template-areas:
    ". . . ."
    ". . . . "
    ". . . .";
    width: 100%;
    max-width: 1200px;
    margin: auto;
}
.catalogo_item .titulo, .catalogo_item img{
  display: block;
  white-space: normal;
  margin: auto;
}

#post_slider article.catalogo_item {
width: auto;
}
.page-template-page-seccion .grid-container .catalogo_item a {
  color: #000;
  text-decoration: none;
}
#grid_artista{
  text-align: left;
  border: none;
  height: auto;
  padding: 0;
  margin: 10px 20px;
}
#grid_artista{
  text-align: left;
  border: none;
  height: auto;
  padding: 0;
  margin: 10px 20px;
}
#post_slider #grid_artista article{
  display: block;
  width: auto;
  padding: 0;
  margin: 5px 0;
}
#grid_artista .titulo{
  width: max-content;
display: block;
border-bottom: 3px solid transparent;
padding: 0;
}
#grid_artista a:hover .titulo{
border-bottom: 3px solid #1FD2FC;
}
#post_slider article.catalogo_item {

}

article .blocks-gallery-grid,
article .wp-block-gallery {
    max-width: 100%;
    margin: 0 auto;
  }
article .blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
    margin: 1px 0em 0px 0;
  }
article  .wp-block-gallery .blocks-gallery-item{
    width: calc(50% - 0px)!important;
  }

  #velo_menu{
  	background-color:transparent;
  	background-color: rgba(0,0,0,0.35);
  	position: fixed;
  	top: 0;
  	left: 0px;
  	width: 100%;
  	height: 100vh;
  	transition: none;
  	display: none;
  	z-index: 1;
  }

    #velo_menu.visible{
      display: block;
    }
    .exposiciones_container article {
    border-top: 1px solid;
}
.exposiciones_container article:first-child {
    border-top: 0px solid;
}

.page-template-page-catalogo {

}
.entry-content.img_expo{
  line-height: 0;
}
.img_galeria_expo {
    width: 100%;
    height: auto;
    border-top: 1px solid;
}

.eventos_container_columnas .columnas.right .image_container {
  width: 100%;
  height: auto;
}
.eventos_container_columnas .columnas.right .image_container .thumbImg {

    height: 400px;
}

/* ocultar menu NOTICIAS */
li#menu-item-2846 {
    display: none;
}
/* footer {
    padding: 60px 15px 0;
} */
body,
.exposiciones_container .exposiciones_info p {
    color: #000;
  }


  .fixed-position {
     overflow: hidden;
      height:100vh;
  }

  .single article .entry-content.base .wp-block-image figcaption {
      max-width: 880px;
      margin: auto;
      text-align: left;
      font-size: 16px;
      line-height: 22px;
      margin-bottom: 40px;
      margin-top: 10px;
  }


#catalogo_slider_doble{

}

#post_slider_doble_inner{

}
.slider_doble{

}
.slider_post_articulos,
.grid_item_doble {
/* width: 50vw; */
position: relative;
}
/* imagen % */
.image_wrapper_doble {
  width: 100% !important;
  display: block;
  position: relative;
  height: calc(100vh - 155px);
}
.image_wrapper_doble img{
  width: 100%;
  overflow: hidden;
  height: 100%;
  object-fit: cover;
}
/* info_item_doble contenedor info info titulo artista. */
.info_item_doble{
/* background:  linear-gradient(180deg,rgb(0 0 0/1%) 10.42%,rgba(0,0,0,.34) 56.77%,rgba(0,0,0,.68)); */
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: auto;

    width: 80%;
    padding: 0 0px 30px 30px;
    z-index: 1;
}
.gradiente_item_doble{
  background:  linear-gradient(180deg,rgb(0 0 0/1%) 10.42%,rgba(0,0,0,.4) 56.77%,rgba(0,0,0,.7));
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: auto;
  width: 100%;
  height: 150px;
  z-index: 0;

}
.info_item_doble a{
  text-decoration: none;
}
.info_item_doble .titulo{
    font-size: 18px;
  line-height: 1;
  font-family: 'Archivo', sans-serif;
  font-weight: 400!important;
  color: #fff;
  margin-bottom: 5px;
}

.info_item_doble .titulo strong{
    font-size: 18px;
  line-height: 1;
  font-family: 'Archivo', sans-serif;
  font-weight: 400!important;
  color: #fff;
  margin-bottom: 5px;
}
.info_item_doble .artista{

    font-size: 14px;
    line-height: 1;
  color: #fff;
  font-family: 'Karla', sans-serif;
}
.info_item_doble .anio{

    font-size: 16px;
    line-height: 1;
  color: #fff;
  font-family: 'Karla', sans-serif;
}

/* tags */
 .slick-prev,  .slick-next{
 position: absolute;
 /* top: 44%; */
 bottom:8px;
 z-index: 1;
 background-color: transparent!important;
 padding: 15px;
 border: 0!important;
 text-align: center;
 background-position: center;
 background-size: cover;
 border-radius: 0;
  filter: invert(0);
  transition: filter .5s ease-in-out;
  cursor: pointer;
 }
.slider_simple .slick-prev, .slider_simple .slick-next ,
.slider_doble .slick-prev, .slider_doble .slick-next {
position: absolute;
/* top: 44%; */
top: 46%;
bottom:unset;
z-index: 1;
background-color: transparent!important;
padding: 15px;
border: 0!important;
text-align: center;
background-position: center;
background-size: cover;
border-radius: 0;
 filter: invert(0);
 transition: filter .5s ease-in-out;
 cursor: pointer;
}
 .slick-next,
 .slider_simple .slick-next,
.slider_doble .slick-next {
    right: 20px;
  	background-image: url(images/cursores/cursor_right.svg);
  	background-repeat: no-repeat;
}
.slick-prev,
.slider_simple .slick-prev,
.slider_doble .slick-prev{
  left: 20px;

  background-image: url(images/cursores/cursor_left.svg);
  background-repeat: no-repeat;
}

 .slick-next:hover ,
 .slick-prev:hover,
.slider_doble .slick-next:hover ,
.slider_doble .slick-prev:hover {
 filter: invert(1);
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled{
  /* pointer-events: none; */
  cursor: auto;
   filter: invert(0.8);
}
/* dots slider styles */

.slick-dots {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 0px 0 15px;
	list-style-type: none;
	 }

	.slick-dots	li {
			margin: 0 0.25rem;
		}

	.slick-dots	li button {
			display: block;
			width: .75rem;
			height: .75rem;
			padding: 0;
      cursor: pointer;
			border: none;
			border-radius: 100%;
			background-color: #ddd;

			text-indent: -9999px;
		}
.slick-dots li.slick-active button {
  background-color: #333;
}


.slider_simple .slick-dots,
.slider_doble .slick-dots {
display: flex;
justify-content: center;
margin: 0;
padding: 0px 0 15px;
list-style-type: none;
margin-top: -20px;
z-index: 1;
position: absolute;
left: 0;
right: 0;
}

.videoWrapperL iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video_inicio {
    height: 100vh;
    width: 100%;
}
embed, iframe, object {
    max-width: 100%;
}

.fullwidthvideo {
    position: relative;
    margin: 0;
    display: block;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    background-color: #000;
    padding: 0px 0 0em;
}
.fullwidthvideo .containerL {
    height: 100%;
    width: 100%;
    position: relative;
}

 .fullwidthvideo .videoWrapperL {
    display: block;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    pointer-events: none;
}

/* txts sobre video */
.video_info_txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
text-shadow: 3px 3px 4px #000;
color: #fff;
}


.fullwidthvideo .velo-video{
 position: absolute;
 width: 100%;
 height: 170px;
 opacity: 1;
 /* background-color: rgba(0, 0, 0, 0.5); */
 /* background-image: linear-gradient(to right bottom, #e0bdf2, #d0a4ec, #be8ce5, #ab74e0, #955dda, #7e4ec9, #6640b8, #4e32a7, #352886, #201e66, #0e1347, #06002a); */
 left: 0;
 bottom: 0;
	 z-index: 0;
			 border-radius: 0px;
			 pointer-events: none;
       background:  linear-gradient(180deg,rgb(0 0 0/1%) 10.42%,rgba(0,0,0,.4) 56.77%,rgba(0,0,0,.7));

}

.home h2.coleccion_title {
    line-height: 115%;
    margin: 0 0;
    text-align: left;
    /* border-top: 1px solid; */
    padding: 20px 0 0 60px;
    position: absolute;
    font-size: 24px;
    font-family: 'Archivo', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    z-index: 1;
    color: #fff;
  }

  .home h2.coleccion_title a {
    text-decoration: none;
    color: #fff;
text-shadow: 3px 3px 4px #000;
}
.home header.header_seccion {
    padding: unset;
}



/* contenido_expo_filas */
/* contenedor */
.container_expo_filas{
  display: block;
  width: 100%;
  position: relative;
  margin: auto;
  padding: 4em 4em;
  padding: 3em 2em;
  max-width: 1250px;
}
.contenido_expo_filas {
    display: flex;
    position: relative;
    /* width: 100%;
    justify-content: space-between;
    flex-direction: row; */
}

.contenido_expo_filas.texto_centrado {
    display: block;
    position: relative;
    width: 100%;
}

.contenido_texto_wrapper{
    /* width: 100%; */
  display: block;
  /* flex: 0 0 50%; */
position: relative;
}
.contenido_expo_filas.texto_centrado .contenido_texto_wrapper {
    width: 75%;
    text-align: center;
    margin: 2em auto 1em;
    display: block;
  }

.contenido_texto{
    position: relative;
font-size: 22px;
font-size: 19px;
}
.contenido_expo_filas.texto_video .contenido_texto_wrapper,
.contenido_expo_filas.texto_imagen .contenido_texto_wrapper{
  padding: 3.5rem 3.5rem 3.5rem 9rem;
    padding: 2.5rem 2.5rem 2.5rem 5rem;

}
.contenido_expo_filas:first-child .contenido_texto_wrapper{
  padding: 0rem 4rem 3rem 0rem;
    padding: 0rem 3rem 2rem 0rem;

}
.contenido_texto h1 {
    font-size: 2.4em;
    margin: 0 0 0.67em 0;
    line-height: 1;
  }

.contenido_texto h2{
      font-size: 1.3em;
      font-weight: bold;
  }
.contenido_expo_filas.video_texto .contenido_texto_wrapper,
.contenido_expo_filas.imagen_texto .contenido_texto_wrapper{
  padding: 3.5rem 9rem 3.5rem 3.5rem;
  padding: 2.5rem 2.5rem 2.5rem 5rem;

}
.contenido_expo_filas.texto_video .contenido_texto,
.contenido_expo_filas.texto_imagen .contenido_texto {
    padding-right: 9.5rem;

        padding-right: 3rem;
     }


        .contenido_expo_filas.video_texto .contenido_texto ,
   .contenido_expo_filas.imagen_texto .contenido_texto {
         padding-right: 6.5rem;

             padding-right: 2.5rem;
          }

.contenido_imagen_wrapper{
  display: flex;
    flex: 0 0 50%;
    position: relative;
}
.contenido_imagen{
  flex: 1;
/* min-height: 50vh; */
min-height: min-content;
background-repeat: no-repeat;
display: block;
background-size: cover;
background-position: top center;

}
.contenido_video_wrapper{
    display: flex;
      flex: 0 0 50%;
      position: relative;
}

.video_texto .contenido_video_wrapper {
    flex-flow: row-reverse;
}
.video_container_embed {
  width: 550px;
  overflow: visible;
  padding: 0;
  height: 375px;
  }

.video_width{
  vertical-align: top;
  height: 100%;
   overflow: hidden;
}
.video_width iframe {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

/* .video-width_full {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.video-width_full iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
} */

article.tribe-events-calendar-list__event.tribe_events.type-tribe_events {
    padding: 20px 0!important;
}
.tribe-events-content ol, .tribe-events-content p, .tribe-events-content ul {
  font-size: 14px!important;
  line-height: 20px!important;
}
.tribe-events-meta-group a {
    color: #000!important;
}

@media screen and (min-width: 1200px) {
#menu-menu-2 li {
    padding: 20px 12px 9px 12px;
  }

}

@media screen and (min-width: 960px) {
   #grid_artista {
     display: flex;
     flex-wrap: wrap;
   }

   #post_slider #grid_artista article {
     width: 30%;
   }
   .single article .entry-content.base .wp-block-image figcaption {
       max-width: 900px;
       margin: auto;
       text-align: left;
       font-size: 14px;
       line-height: 20px;
       margin-bottom: 40px;
       margin-top: 10px;
   }
}

.container_posts ul.posts_grid article{
  background-color: #fff;
}
.page-template-page-blog .fecha,
.page-template-page-noticias #lista_secciones,
.page-template-page-blog #lista_secciones{
display: none;
}

.info_noticias_blog {
    margin-right: 40px;
    width: 33.33%;
}

.info_noticias_blog a {
  text-decoration: none;
}
.info_noticias_blog a h2{
    color: initial;
    text-transform: uppercase;
font-family: 'Archivo', sans-serif;
margin-bottom: 5px;
font-weight: 500;
font-size: 20px;
white-space: pre-wrap;
line-height: 26px;
}
.noticias_blog .eventos_container article {
  border-top: none;
    border-bottom: 1px  solid #000;
}
.page-template-page-noticias .container_posts .autor,
.post-template-default .entry-content header .autor{
  display: none;
}
.post-template-default.blog .entry-content header .autor{
  display: block;
}

.mobile{
  display: none;
}
.desktop{
  display: block;
}

/*
.home h2.coleccion_title {
    line-height: 115%;
    margin: 0 0;
    text-align: left;
    border-top: 1px solid;
    padding: 40px 0 0 40px;
    font-size: 18px;
  font-family: 'Archivo', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  }

  .home h2.coleccion_title a{
    text-decoration: none;
    color: #000;
  } */


  #slider-imgs {
  	margin: 23px 0 23px 40px;
  	width: 100%;
    max-width: 505px;
  }
/*  .slick-prev,
  .slick-next{
  	position: absolute;
  	top: 0px;
  	border: none;
  	background-color: transparent;
  	outline: none;
  	cursor: pointer;
  	font-size: 20px;
  	z-index: 9;
  }
  .slick-prev{
  	left:150px;
  	background-image: url(images/flecha_izq.svg);
  	background-repeat: no-repeat;
  	width:15px;

  	}
  .slick-next{
  	right:115px;
  	background-image: url(images/flecha_der.svg);
  	background-repeat: no-repeat;
  	width:15px;

  }*/
  .count{
  	position: absolute;
  	top:0;
      left: 0;
      right: 0;
      margin: auto;
      text-align: center;
      font-size: 16px;
  }
  #slider-imgs .slick-track {
  	text-align: right;
  }

  #slider-imgs .slick-track .slick-slide {
  	outline: none;
  	position: relative;
  	padding: 30px 0;
  }


/* relacionados obras artistas expos */

.grid.relacionados_catalogo {
		margin-top: 0px;
    background-color: #1FD2FC;
	}
	.grid.relacionados_catalogo ul {
    margin: 0;
    padding: 8px 0px;
    background-color: #fff;
		border-bottom: 3px solid #1FD2FC;
	}
	.grid.relacionados_catalogo ul li{
		padding:25px 25px 15px;
	    margin: 0 -8px 0 0;
			list-style: none;
			display: inline;
			border-bottom: 3px solid #1FD2FC;
			font-size: 25px;
			cursor: pointer;
		}
		.grid.relacionados_catalogo ul li:hover{
			/* border: 3px solid #eefcff; */
	    /* padding: 15px 0px 10px; */
}

		.grid.relacionados_catalogo ul li:hover span{
			border-bottom: 3px solid #1FD2FC;
	    /* padding: 3px 15px 2px; */
		}
		.grid.relacionados_catalogo ul li.active{
				list-style: none;
				display: inline;
				border: 3px solid #1FD2FC;
				padding: 15px 15px 10px;
    		border-bottom: 3px solid #1FD2FC;
		}

		.grid.relacionados_catalogo ul li.active:hover span{
 			padding: 3px 0 2px;
			}

.grid.relacionados_catalogo 	.grid-container {
		padding-top:70px;
			  display: grid;
			  grid-template-columns: 1fr 1fr 1fr 1fr;
			  gap: 30px 50px;;
			  grid-template-areas:
			    ". . . ."
			    ". . . ."
			    ". . . .";
					width: 100%;
			}
.grid.relacionados_catalogo .grid-item .info-item {
      text-align: center;
  }
.grid.relacionados_catalogo	.grid-item .titulo{
		/* font-style: italic; */
		font-weight: 600;
		position: relative;
	}
.grid.relacionados_catalogo	.grid-item a{
		text-decoration: none;
		color: #000;
		outline: none;
	}
.grid.relacionados_catalogo	.grid-item a:hover{
		text-decoration: none;
		color: #000;
	}

.grid.relacionados_catalogo	.grid-item .titulo::after{
	position: absolute;
	height: 5px;
	left: 0;
	top:0;
	}

.grid.relacionados_catalogo	.grid-item  img{
    border: 3px solid transparent;
}
  .grid.relacionados_catalogo	.grid-item a:hover  img{
    border: 3px solid #fff;
	}

.container_posts.grilla_blog .thumbImg{
  border: 3px solid #000;
}
article .fecha{
  margin-bottom: 10px;
}

.page-template-page-catalogo #post_slider {
 padding: 20px;
    width: 100%;
    overflow: visible;
    overflow-x: scroll;
    white-space: unset;
}

.page article .entry-content-secciones h2,
.single article .entry-content.base h2 {
    max-width: 500px;
    margin: 0px auto 20px;
    text-decoration: underline;
    border: none;
    border-bottom: 0;
    text-decoration-color: #ffff40;
    line-height: 32px;
    text-align: center;
        font-family: 'Archivo';
}

.page article .entry-content-secciones h2 {
    max-width: 500px;
    text-decoration-color: #fd7056;
    text-align: center;
    padding: 30px 10px 0px;
}
.page article .entry-content-secciones h1,
.single article .entry-content.base h1{
  font-size: 42px;
  margin: auto;
  line-height: 46px;
  font-family: 'Archivo';
  font-weight: 500;
  margin: 0px auto 20px;
  max-width: 650px;
  position: relative;
}
.page article .entry-content-secciones blockquote,
.single article  blockquote {
margin: 0px auto 20px;
    max-width: 450px;
    font-size: 30px;
    line-height: 38px;
    font-family: 'Archivo';
    font-weight: 400;
    /* font-style: oblique */
}

.page article .entry-content-secciones a,
.single article a{
  color: #000;
}
.page article .entry-content-secciones .wp-block-cover__inner-container blockquote,
.single article .wp-block-cover__inner-container blockquote {
    margin: auto;
    max-width: 650px;
  }
.page article .entry-content-secciones  .wp-block-cover__inner-container blockquote p,
  .single article .wp-block-cover__inner-container blockquote p{
      margin: auto;
    }
    .single article .imagen_header{
      width: 100%;
    }
/* MEDIA QUERIES */

@media (max-width: 1080px) {
  .menu-menu-2-container{
    display: none;
  }
}
@media (max-width: 768px) {

  p {
      margin: 0 0 15px;
  }
  .mobile{
    display: block;
  }
  .desktop{
    display: none;
  }

body{
    /* line-height: 19px;
    font-size: 14px; */
    line-height: 24px;
    font-size: 16px;

}
header h1 {
    position: absolute;
    left: 40px;
    top: 70px;
    right: unset;
    font-size: 12px;
    z-index: 1;
}
body.home header a h1{
  font-size: 22px;
  padding-top: 10px;
  margin: 20px 5px;
  margin-left: 5px;
  vertical-align: top;
  display: none;

}
.home .logo_container,
.logo_container {
    width: 194px;
    margin-top: 10px;
}
.home .site-branding,
.site-branding {
    padding: 0 20px 0 10px;
    border-bottom: 1px solid;
     height: 65px;
}
#site-navigation .logo_container {
    outline: none;
    width: 194px;
    position: absolute;
    top: 0px;
    left: 10px;
}
.container_secciones_menu {
    width: 100%;
    display: block;
    justify-content: space-between;
    margin: 0px auto 0px;
    padding: 0 20px 20px;
    text-align: left;
    column-count: 2;
  }
  .container_secciones_menu ul {
    margin-right: 20px;
    margin-bottom: 10px;
}
  .container_secciones_menu ul li {
      list-style: none;
      padding: 0;
      margin: 0;
      font-size: 13px;
      line-height: 20px;
    }
.menu-menu-2-container{
  display: none;
}

#site-navigation .main-navigation.menu_secundario_menu {
    position: relative;
    bottom: unset;
    left: unset;
    right: unset;
    margin: 0 auto 10px;
    width: unset;
}
#site-navigation .main-navigation.menu_secundario_menu ul {
    display: block;
    position: relative;
    bottom: 0;
}
#site-navigation .menu-menu-1-container ul li {
    margin-right: 0;
    display: block;
    padding-bottom: 5px;
}
#site-navigation .menu-menu-1-container ul li {
    margin-right: 0;
    display: inline-block;
    margin: 0 10px;
}
#site-navigation .menu-menu-1-container ul li a{
  font-size: 14px;
}
#site-navigation .menu-menu-1-container {
    bottom: unset;
    top: unset;
    left: 20px;
    right: 0;
    margin: auto;
    text-transform: uppercase;
    text-align: left;
    width: 100%;
    position: relative;
  }
.menu_titulo {
  font-size: 14px;
  margin-bottom: 3px;
}
	.menu-toggle {
    display: block;
      left: 0;
      top: 93px;
      top: 65px;
      background-color: unset;
      border: none;
      width: 20px;
      height: 20px;
      z-index: 3;
  }
  .menu_btn {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    padding: 8px 6px;
    z-index: 9;
    height: 30px;
    cursor: pointer;
}
.menu_container {
    height: 30px;
    padding: 15px;
}
  .main-navigation ul {
  	/* display: flex; */
  }
  header #redes {
      top: 7px;
      right: 10px;
      width: 98px;
}

  #redes svg,
  #redes .icons {
    max-width: 15px;
    margin-left: 7px;
}
main {
    width: 100%;
    margin: 130px auto 0px;
}
.home main,
.page main ,
.single main {
    width: 100%;
    margin: 95px auto 0px;
}

.page-template-page-seccion main,
.page-template-page-apoyo main{
  margin: 130px auto 0px;
    margin: 95px auto 0px;
}
  .marquee {
    padding-top: 25px;
    height: 83px;
}
  .marquee span{
    font-size: 30px;
  }
  .marquee .thumbImg {
      width: 60px;
      height: 38px;
      margin-right: 10px;
  }

  .video_container,
  .eventos_container article{
    display: block;
  }
  .eventos_info, .image_container {
      width: 100%;
  }
  .eventos_info {
      margin-right: 40px;
      margin-bottom: 19px;
}
  .eventos_container article{
    padding: 20px;
  }
  .video_info{
    padding: 20px;
    width: 100%;
  }
  .descargar_programacion {
      text-align: center;
      padding: 14px;
      font-size: 19px;
      line-height: 25px;
    }
  .descargar_btn {
      width: 25px;
      vertical-align: middle;
      display: block;
      text-align: center;
      margin: 0 auto 10px;
  }

  .video_info h2 {
      text-transform: uppercase;
      font-size: 26px;
      line-height: 115%;
    }
  .eventos_container .thumbImg {
    width: 100%;
    height: 210px;
    border: 2px solid #FFFF40;
  }

  .video_video {
      padding: 20px;
      width: calc(100% - 0%);
  }
  footer {
      width: 100%;
      padding: 30px  20px 40px;
      min-height: unset;
  }
  .container_footer {
    display: block;
    max-width: 100%;
  }
  footer .menu2 .menu-menu-2-container{
    display: block;
  }
  .container_footer .info {
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 30px;
    text-align: center;
}
  footer .menu1  ul#primary-menu {
    margin: 10px 0;
    padding: 0;
}

#post_grilla ,
#post_slider {
    padding: 10px 0px;
}
#post_slider {
    padding: 10px 20px;
}
#post_grilla article,
#post_slider article {
    margin: 20px 0px 20px 20px;
    padding: 6px 10px;
    display: inline-block;
    width: 290px;
    height: 330px;
        /* height: unset; */
}
#post_grilla article .thumbImg,
#post_slider article .thumbImg {
    display: block;
    width: 100%;
    height: 150px;
}

#post_grilla article h2,
#post_slider article h2 {
    margin-bottom: 3px;
    font-size: 16px;
    white-space: pre-wrap;
    line-height: 110%;
}
/* interiores  */

.sinslider {
    width: calc(100%)!important;
  }
  .slider_expos .slider img, .sinslider .slider img {
    max-height: unset;
    width: auto;
    max-width: 100%;
    height: 200px;
    border-right: 1px solid;
}

ul#lista_secciones{
  display: none;
}
.texto_container, header.header_seccion {
    padding: 0px 20px  10px ;
}
header.header_seccion {
   padding: 10px 20px  10px ;
}
.header_container, .exposiciones_container article {
    display: block;
    padding: 0 20px 0 20px;
    width: 100%;
    /* border-top: 0px solid; */
}
.exposiciones_container article {
    display: block;
    padding: 10px 20px 25px 20px;
}
header.header_seccion h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 0px;
  }
.header_info, .exposiciones_container .exposiciones_info {
    width: 100%;
    height: unset;
    padding: 10px 0px;
    overflow: visible;
    overflow-y: unset;
    border-right: 0px solid;
}

/* mapa */
header.header_seccion.mapa iframe {
    height: 230px;
}

/* single */
.entry-content.base {
    padding: 20px;
}
.single article .entry-content.base header .excerpt p {
    font-size: 18px;
    line-height: 26px;
    margin: 10px auto;
}

body.page-template-default article header h1.entry-title,
.single article .entry-content.base header h1.entry-title,
.eventos header.entry-header h1,
.exposiciones header.entry-header h1 {
    margin: auto;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 36px;
    position: relative;
    left: unset;
    right: unset;
    top: unset;
    padding: 0 20px;
}
.eventos header.entry-header, .exposiciones header.entry-header {
    padding: 40px 0px 20px;
  }
.eventos header.entry-header .fecha, .exposiciones header.entry-header .fecha {
    margin-bottom: 40px;
    font-size: 10px;
  }
  .eventos .eventos_container_columnas,
  .exposiciones header.entry-header .exposiciones_container {
    display: block;
    justify-content: space-between;
    margin: auto;
    max-width: 100%;
    border: none;
    padding: 20px;
}
.eventos .eventos_container_columnas .columnas,
.exposiciones header.entry-header .exposiciones_container .columnas {
    width: 100%;
  }

  .eventos .eventos_container_columnas .columnas,
.eventos .eventos_container_columnas .columnas:first-child{
  padding: 20px 0;
  border: none;
}

.text_artistas p {
    max-width: 100%;
    font-size: 16px;
    line-height: 22px;
}

.exposiciones_info h2{
font-size: 36px;
  line-height: 38px;
  margin: 0;
  margin-bottom: 5px;
padding-top: 10px;
}
.slider{
  margin-bottom: 0px;
  border-right: 0px;
}

.pestanias {
    display: inline-block;
    border: 0;
    padding: 5px 8px;
    font-size: 12px;
  }
  .pestanias.activo {
    border: 1px solid;
     border-bottom: 1px solid #fff;
}
.ver_todo img {
    /* width: 12px;
    margin-left: 6px;
    vertical-align: top;
    margin-bottom: 5px; */
    width: 12px;
    margin-left: 6px;
    vertical-align: baseline;
    margin-bottom: 0px;
}
.ver_todo a span {
  margin-right: 0px;
      font-size: 15px;
  }

/* .ver_todo {
  right: 10px;
  bottom: 5px;
  position: absolute;
} */

.ver_todo {
    right: unset;
    bottom: unset;
    position: relative;
    width: 110px;
    display: block;
    height: 19px;
    text-align: right;
    margin: 0 0 10px auto;
}


.container_posts ul li {
    margin: 0;
    padding: 0 20px 20px;
    vertical-align: top;
    border-right: 0px solid #e5e5e5;
    list-style: none;
    max-width: 100%;
    display: block;
}
.entry-content-secciones  p,
body.page-template-default article p {
    max-width: unset;
    margin: 0px auto 20px;
    padding: 0 20px 0;
}
.info_noticias_blog {
    margin-right: unset;
    width: 100%;
    margin-bottom: 10px;
  }
  .container_posts ul.posts_grid {
     margin: 20px 0 0;
   }
  .eventos header.entry-header,
  .exposiciones header.entry-header{
    text-align: center;
    padding: 40px 0px;
  }

  .eventos_info .hora, .eventos_info .fecha {
    min-height: fit-content;
  min-width: unset;
  padding: 5px 6px 3px;
  max-width: 100%;
  font-size: 14px;
  }

  .grid-container,
  .grid.relacionados_catalogo .grid-container{
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 20px auto 40px;
    padding: 0 20px;
  }
  .grid.relacionados_catalogo .grid-container {
   margin: 20px auto 0px;
 }
  .grid-container article.catalogo_item {
    margin-bottom: 40px;
}
.grid-item.product-thumbnail {
    margin-bottom: 40px;
}
  .slider_expos .slider-item img, .sinslider .slider-item img {
    max-height: 210px;
    width: auto;
    max-width: none;
    height: 210px;
}

/* obras */
.single-artista header.entry-header,
.single-proyecto header.entry-header,
.single-obra header.entry-header,
.eventos header.entry-header,
.exposiciones header.entry-header{
  text-align: center;
padding: 20px 20px 10px;
}
.single-artista header.entry-header h1,
.single-proyecto header.entry-header h1,
.single-obra header.entry-header h1,
.eventos header.entry-header h1,
.exposiciones header.entry-header h1 {
font-size: 30px;
  line-height: 34px;
  margin-bottom: 5px;
  position: relative;
left: unset;
top: unset;
}
.eventos_container_columnas,
.exposiciones header.entry-header .exposiciones_container {
    display: flex;
    justify-content: unset;
    margin: auto;
    max-width: 100%;
    border: none;
    flex-direction: column-reverse;
}
  .single-artista .eventos_container_columnas .columnas:first-child,
  .single-proyecto .eventos_container_columnas .columnas:first-child,
  .single-obra .eventos_container_columnas .columnas:first-child{
    border-right: 0px solid #1FD2FC!important;
  }
  .eventos_container_columnas .columnas,
  .eventos_container_columnas .columnas:first-child {
    padding: 20px 20px 20px 20px;
}
  .eventos_container_columnas .columnas,
  .exposiciones header.entry-header .exposiciones_container .columnas {
    width: 100%;
    text-align: left;
  }
  #slider-imgs {
      margin: 0px 0 0px 0px;
      width: 100%;
      max-width: 100%;
  }
  header.header_seccion.pestanias h2 {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 30px 0;
  }
  .random {
      padding-top: 20px;
      font-size: 20px;
      line-height: 30px;
      float: unset;
      margin: 0;
      display: block;
  }



  .container_filtros {
    background-color: #fff;
    padding: 0px 20px 2px;
  margin: 0;
  display: block;
  }
  .search {
    margin-top: 20px;
    font-size: 20px;
    float: unset;
  }
  #recientes, #randomize {
    cursor: pointer;
    margin-right: 20px;
  }
  .letters.active {
    display: inline-block;
  }

  .filtro-item {
    margin: 10px 10px 20px 0;
  }
  .header_container, .exposiciones_container article {
    padding: 0 20px 20px 20px;
  }
.page-template-page-catalogo .header_container  .header_info{
    padding: 10px 0 0 0px;
  }

  .ver_todo.blog {
      left: 87px;
      bottom: 5px;
      position: absolute;
      width: 95px;
    }
    .ver_todo.blog a span {
    margin-right: 0px;
    font-size: 15px;
  }
  .ver_todo.blog img {
    width: 12px;
    margin-left: 0px;
    vertical-align: middle;
    margin-bottom: 0px;
}
#grid_artista {
    margin: 10px 0px;
  }
  .grid.relacionados_catalogo ul li {
     font-size: 12px;
    line-height: 19px;
  }

.grid-container.loaded-obra .grid-item.product-thumbnail {
    margin-bottom: 0px;
    padding-bottom: 40px;
}
.single article .entry-content.base header {
    padding: 20px 0;
  }
.single article .entry-content.base h2 {
    width: auto;
  }
  .excerpt_expo {
      display: block;
      white-space: normal;
      font-size: 14px;
      line-height: 18px;
  }


/* //grilla responsive / blocks  */
  #post_grilla {
      overflow: unset;
      overflow-x: unset;
      white-space: unset;
      display: block;
    }
#post_grilla article,
#catalogo_slider article,
#post_slider article {
    margin: 20px auto;
    padding: 6px 10px;
    display: block;
    width: 290px;
    height: 330px;
    position: relative;
        /* height: unset; */
}

#catalogo_slider article{
  height: auto;
}
.container_pestanias {
    position: absolute;
}

#didactico .container_pestanias,
#territorios .container_pestanias,
.page-exposiciones #pasadas .container_pestanias {
    position: relative;
}
  .pestanias.activo {
  border: 1px solid;
 border-bottom: 1px solid #fff;
}
#didactico header.header_seccion.pestanias h2 ,
#territorios  header.header_seccion.pestanias h2 ,
.page-exposiciones #pasadas header.header_seccion.pestanias h2 {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 10px 0;
}
#didactico  .pestanias.activo,
#territorios .pestanias.activo,
#pasadas .pestanias.activo {
  border: 1px solid;
   /* border-bottom: 1px solid #fff; */
}
ul, ol {
    margin: 0 0 1.5em 0em;
    padding: 0 1em;
}
.container_secciones_menu ul:nth-child(3) {
    margin-bottom: 70px;
}

.video_info_txt{
  display: none;
}

.image_wrapper_doble {
    width: 100% !important;
    /* display: block;
    position: relative;
    height: unset; */
    height: 230px;
}
.image_wrapper_doble img {
    width: 100%;
    /* overflow: visible;
    height: unset;
    object-fit: unset; */
}

.slick-next{
    right:20px;
  }
.slick-prev {
    left: 20px;
  }
   .slider_simple .slick-next, .slider_doble .slick-next {
    right:0px;
  }
   .slider_simple .slick-prev, .slider_doble .slick-prev {
    left: 0px;
  }
.slider_simple .slick-prev, .slider_simple .slick-next{
    top: 42%;
  }
.slider_doble .slick-prev, .slider_doble .slick-next {
    top: 42%;
  }
.slick-dots {
    display: flex;
    justify-content: center;
    margin: 5px 0 -7px;
    padding: 0px 0 15px;
    list-style-type: none;
}
.info_item_doble {
    padding: 0 0px 40px 39px;
}

.container_secciones_menu .nav-menu {
    width: calc(100% - 0px);
    display: block;
    margin: 0px 20px;
}


  .container_secciones_menu ul {
    margin-right: unset;
    margin-bottom: 20px;
    display: block;
    clear: both;
}
  .container_secciones_menu ul li {
      display: block;
      justify-items: start;
      vertical-align: top;
      list-style: none;
    padding: 0;
    margin: 0 0 9px;
    font-size: 14px;
    line-height: 20px;
  }

  .home h2.coleccion_title {
    line-height: 115%;
    margin: 0 0;
    text-align: left;
    /* border-top: 1px solid; */
    padding: 10px 0 0 40px;
    position: absolute;
    font-size: 20px;
  }
  .logo_blanco {
    max-width: 180px;
    margin: auto;
    margin-bottom: 40px;
    display: block;
  }
  footer .menu-menu-1-container li, footer #menu-menu-2 li, footer #menu-menu-3 li {

    text-align: center;
}

.contenido_expo_filas{
  display: block;
  padding: 0em ;
}
.contenido_expo_filas.video_texto .contenido_texto_wrapper,
.contenido_expo_filas.imagen_texto .contenido_texto_wrapper,
.contenido_expo_filas.texto_video .contenido_texto_wrapper,
.contenido_expo_filas.texto_imagen .contenido_texto_wrapper,
.contenido_expo_filas:first-child .contenido_texto_wrapper {
    padding: 0rem ;
}
.contenido_imagen_wrapper {
    display: block;
  }
  .contenido_imagen {
    min-height: 24vh;
    margin: 1em 0;
}
  .contenido_expo_filas.texto_video .contenido_texto, .contenido_expo_filas.texto_imagen .contenido_texto,
  .contenido_expo_filas.video_texto .contenido_texto, .contenido_expo_filas.imagen_texto .contenido_texto{
    padding-right: 0;
  }
  .contenido_texto h1 {
      font-size: 2em;
      margin: 0 0 0.67em 0;
      line-height: 1;
    }
    .video_container_embed {
        width: 100%;
        overflow: visible;
        padding: 0;
        height: 245px;
        }
        .texto_container h1 {
            font-size: 2em;
            margin: 0.67em 0 0.4em;
            line-height: 1;
            font-size: 1.5em;
        }

  .tribe-events .tribe-events-calendar-list__event-date-tag{
    display: none;
  }
  .tribe-events-content ol, .tribe-events-content p, .tribe-events-content ul {
    font-size: 14px!important;
    line-height: 20px!important;
  }
}
