/*!
Theme Name: redaccion
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: redaccion
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */
iframe#twitter-widget-0 {
  width: 100% !important;
}
	 


@font-face {
    font-family: Sanomat;
    src: url(/wp-content/uploads/fuentes/Sanomat-Regular.otf);

}
@font-face {
    font-family: Sanomat-bold;
    src: url(/wp-content/uploads/fuentes/Sanomat-Bold.otf);

}
@font-face {
    font-family: Sanomat-boldItalic;
    src: url(/wp-content/uploads/fuentes/Sanomat-BoldItalic.otf);

}
@font-face {
    font-family: SanomatLight;
    src: url(/wp-content/uploads/fuentes/Sanomat-Light.otf);

}
@font-face {
    font-family: SanomatExtrabold;
    src: url(/wp-content/uploads/fuentes/Sanomat-Extrabold.otf);

}

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,600,700,700i,900');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;500;600;700;800&family=Roboto:wght@400;500;900&display=swap');


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

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-family: 'Roboto Slab', serif !important; font-weight: 400;
    line-height: 1.2em;
    font-size: 26px;
    font-weight: normal;
    letter-spacing: 0.5px;
    margin: 10px 0 10px 0;
  color: #000;

}

.reportaje h1 {
  font-family: 'Roboto Slab', serif;
  line-height: 30px;
  letter-spacing: -0.3px;
	font-size: 26px;
	margin: 16px 0 24px 0;
  color: #fff;
  font-weight: 700;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
	-webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a, a:active, a:focus {outline:none}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bold;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */



/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	/*line-height: 1.5;*/
}

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

p {
  margin: 0;
  padding: 0;
	margin-bottom: 14px;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

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

ul, ol {
	margin: 0 0 0 0px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0;
  padding: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

.wp-block-embed-youtube {
margin: 2.5em 0; 
overflow: hidden;
}

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

/*--------------------------------------------------------------
# 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);
	font-size: 12px;
	font-size: 0.75rem;
	padding: .6em 1em .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%;
}

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

a:visited {
	color: #ff6a5f;
}

/*a:hover, a:focus, a:active {
	color: midnightblue;
}*/

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

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

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

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

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

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

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
  position: absolute;
  top: 20px;
  margin-left: 20px;
}



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

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

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

/*--------------------------------------------------------------
# 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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



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

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

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

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

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



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



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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}






    body {
      margin: 0 auto;
  
    }


   .site-header {
      background-color: #fff;
    border-bottom: 1px solid #ddd;
    /* height: 110px;
    padding-left: 40px;
    padding-right: 40px;*/
    height:70px;
    }

    .site-content, .Row2Col2third1third, .Row3Col1third {
     padding: 35px 20px ;
     max-width: 1280px;
     margin: 0 auto;
     display: flex;
     flex-direction: row;
    justify-content: space-between;
    }
    @media (min-width: 1281px) and (max-width: 1440px){
    .single.single-post .site-content{max-width: 600px!important;}
    }
    @media (min-width: 1026px) and (max-width: 1280px){
      .single.single-post .site-content{max-width: 500px!important;}
      }
      @media (min-width: 1023px) and (max-width: 1025px){
        .single.single-post .site-content{max-width: 550px!important;}
        }

    .site-contentFullPage{padding: 0px 20px; max-width: 1280px;     margin: 0 auto;}
     .site-content.single-Content{
     padding: 30px 0px 35px 0 !important;
    
    }
    .archive .TopContent{
      padding: 0 1em 1em 1em;
     max-width: 742px;
     margin: 0 auto;
   }
    .NewslettersPage.TopContent, .page-template-page-videosV3 .TopContent{
     padding: 35px 20px;
    max-width: 1280px;
    margin: 0 auto;
	}


    #primary, .single #primary article, .post-template-single-Videos_scroll .entry-content,.post-template-single-Videos_scroll-ciencia .entry-content, 
    .post-template-single-historietas #primary article .entry-header,.post-template-single-historietas #primary article .entry-content p, .single #primary .NotasPieSingle{max-width: 725px; margin-right: 0px;}

    .post-template-single-prueba-columna  article{width: 80%;max-width: 725px;}
 


    .post-template-single-historietas #primary article{max-width: 90%;}
    .post-template-single-historietas #primary article .entry-header,.post-template-single-historietas #primary article .entry-content p{margin: 0 auto;}
    .page-template-page-secciones #primary{max-width: 100%;}
    .single #primary { width: 100%; max-width: 100%; }
    .single #primary #mainPost{display: flex;flex-direction: column;align-items: center;}
    .single #primary img{width: 100%; }
    
	#primary-Equilibra { max-width: 725px;}
    #secondary{display: none;}
    .ColMenuProyecto {width: 315px;    }


.ColProyecto .ColMenuProyecto{flex-basis: 29%!important;}
.ColProyecto .ColContentProyecto {flex-basis: 67%!important;max-width: 725px;margin-left: 40px;}
.ColProyecto .page-first-module{margin:0;}
.StaffBoxes{display: flex;    flex-wrap: wrap;    justify-content: space-between;}
.ColProyecto .ProyectSaff .StaffImgItem{display:block;width:92px;text-align: center;margin-top: 35px;flex-basis: 92px; margin-right: 30px; margin-left: 30px;}
.ColProyecto .ProyectSaff .StaffImgItem:nth-child(-n+4){margin-top:0 }
.ColProyecto h3{font-size: 16px; font-weight: 600;}
.ColProyecto .ProyectSaff .StaffImgItem h3{font-size: 16px; font-weight: 600;}
.ColProyecto .ProyectSaff .StaffImgItem p.StaffPosition{font-size: 13px;line-height: 1.2}
.ColProyecto .ProyectSaff .StaffImg{display:block; border-radius: 50px; height:82px; width:82px; border:1px solid #707070; margin:0 auto 12px auto;background-position: center;background-size: cover;background-repeat: no-repeat;}
.PageFullW article{border: 0;}
.PageFullW div.post-top{display: none!important;}

.boxSindicadas{font-family: 'Source Sans Pro', sans-serif; font-size: 15px; font-style: italic; color: #818181; line-height: 24px; letter-spacing: -0.2px; padding-bottom:10px ; border-bottom: 1px solid #E0E0E0; display: block; margin-bottom: 10px;}

/*news am pm*/
.sponsorCabecera, article.category-gps-am .thNoteCaption, article.category-gps-pm .thNoteCaption,  .AuthorNews, .PresentadoPorNews,
article.category-gps-am .bajadaNota.BajadaSingle, article.category-gps-pm .bajadaNota.BajadaSingle, article.category-futuro .bajadaNota.BajadaSingle,article.category-planeta .bajadaNota.BajadaSingle,article.category-sustentables .bajadaNota.BajadaSingle, article.category-chillax .bajadaNota.BajadaSingle, article.category-siete-parrafos .bajadaNota.BajadaSingle,
article.category-reaprender .bajadaNota.BajadaSingle, article.category-oxigeno .bajadaNota.BajadaSingle, article.category-otra-economia .bajadaNota.BajadaSingle, 
article.category-el-reporte-de-los-lunes .bajadaNota.BajadaSingle,article.category-comms .bajadaNota.BajadaSingle{display: none!important;}
.category-gps-am .descripcionNews, .category-gps-pm .descripcionNews{display: block;text-align: center!important;}
article.category-gps-am p.PresentadoBloqueNota, article.category-gps-pm p.PresentadoBloqueNota,article.category-oxigeno p.PresentadoBloqueNota, article.category-sustentables p.PresentadoBloqueNota,article.category-planeta p.PresentadoBloqueNota,
article.category-chillax p.PresentadoBloqueNota, article.category-futuro p.PresentadoBloqueNota,article.category-siete-parafos p.PresentadoBloqueNota,article.category-reaprender p.PresentadoBloqueNota,
article.category-miembros-newsletter p.PresentadoBloqueNota,article.category-otra-economia p.PresentadoBloqueNota, article p.PresentadoBloqueNotaGenerico,article p.PresentadoBloqueNota,
 article.category-el-reporte-de-los-lunes p.PresentadoBloqueNotaGenerico,article.category-comms p.PresentadoBloqueNotaGenerico, div.PatrocinadoTit{  margin-top:45px; background:url(https://www.redaccion.com.ar/wp-content/uploads/2019/06/dot-news.png) 0 15px repeat-x; text-align: center; align-items:baseline; font-family: 'Source Sans Pro', sans-serif!important; font-style: italic; font-size: 15px;}
article.category-gps-am p.PresentadoBloqueNota strong, article.category-gps-pm p.PresentadoBloqueNota strong,article.category-oxigeno p.PresentadoBloqueNota strong, 
article.category-sustentables p.PresentadoBloqueNota strong,article.category-planeta p.PresentadoBloqueNota strong,
article.category-chillax p.PresentadoBloqueNota strong, article.category-futuro p.PresentadoBloqueNota strong,
article.category-siete-parafos p.PresentadoBloqueNota strong, article.category-miembros-newsletter p.PresentadoBloqueNota strong,
article.category-reaprender p.PresentadoBloqueNota strong,article.category-otra-economia p.PresentadoBloqueNota strong, article.category-el-reporte-de-los-lunes p.PresentadoBloqueNota strong,
 article.category-comms p.PresentadoBloqueNota strong,article p.PresentadoBloqueNota strong,
article p.PresentadoBloqueNotaGenerico strong, .PatrocinadoTit strong{font-weight: 500;background-color: #fff; display: inline-block; margin: 0 auto; padding: 0 20px; font-family:'Source Sans Pro',sans-serif !important;}
.PatrocinadoTit strong{line-height: 30px;}
article.category-gps-am .entry-content figure:first-child, article.category-gps-pm .entry-content figure:first-child{margin: 0 auto 15px auto}

.DirComnsIniciat{display: none;}
.category-comms .DirComnsIniciat{display: block; margin:10px auto; text-align: center;}
.category-comms .DirComnsIniciat img{display: block; margin:10px auto; max-width: 400px;}
.category-comms .DirComnsIniciat span {
  color: #2a2a2a;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  font-family: 'Merriweather', serif;
}

.rl_desc {margin: 0;padding: 0;font-size: 16px;line-height: 22px;font-weight: 400; color: #2a2a2a;font-family: 'Source Sans Pro',sans-serif; text-align: left;}

.PresentadoBloqueNota img{margin-left: 5px; max-height:90px!important;
        width:auto!important;
       max-width: 100%;}
article .PresentadoBloqueNotaGenerico img{margin-left: 5px;}
.bylineNews, .bylineNews a{color:#797979!important; font-size: 16px; text-align: left; text-decoration: none!important;}
.NewsDate{font-size: 12px; line-height: 34px; border-bottom:6px solid #FCF29B; font-family: 'Source Sans Pro', sans-serif!important; text-align: left; margin-top: 30px;text-transform: uppercase;
margin-bottom: 25px;}
figure.PresentadoPorNews{display: none;}
h1.NewstitleAmPM{font-family: 'Roboto Slab', serif!important; font-size:36px; line-height: 1em; font-weight: 400; text-align: left;}
.PresentadosTitleVolanta.News {font-family: 'Source Sans Pro', sans-serif!important; color: #000!important;font-size: 17px!important;margin-top: 15px; font-style: italic; padding-left: 0!important;}

article.category-gps-am .NewsLetterSingleBoxForm .GpsBox p.TTlNewsSingle, article.category-gps-m .NewsLetterSingleBoxForm .GpsBox p.TTlNewsSingle, article.category-el-reporte-de-los-lunes .NewsLetterSingleBoxForm .GpsBox p.TTlNewsSingle {font-family: 'Source Sans Pro', sans-serif !important;}
article.category-gps-am .NewsLetterSingleBoxForm .GpsBox p, article.category-gps-pm .NewsLetterSingleBoxForm .GpsBox p, article.category-reaprender .NewsLetterSingleBoxForm .GpsBox p,article.category-otra-economia .NewsLetterSingleBoxForm .GpsBox p,
article.category-miembros-newsletter .NewsLetterSingleBoxForm .GpsBox p, article.el-reporte-de-los-lunes .NewsLetterSingleBoxForm .GpsBox p, article.el-dircomsnet .NewsLetterSingleBoxForm .GpsBox p{font-family: 'Merriweather', serif!important; font-size: 15px!important;}
article.category-gps-am .entry-content p.TXTFormNews, article.category-gps-pm .entry-content p.TXTFormNews{font-family: 'Source Sans Pro', sans-serif!important;color: #A5A5A5;font-size: 12px!important;line-height: 1em !important;margin-bottom: 0 !important;text-align: center!important;}

article.category-gps-am h2 strong, article.category-gps-pm h2 strong{padding-top:20px!important;color: #3a3fff;font-family: helvetica neue,helvetica,arial,verdana,sans-serif;font-size: 12px;font-weight: 900; text-transform: uppercase;}
article.category-gps-pm h4, article.category-gps-am h4, article.category-oxigeno h4, article.category-sustentables h4, article.category-planeta h4,article.category-reaprender h4, article.category-otra-conomia h4,
article.category-futuro h4, article.category-chillax h4, article.category-siete-parrafos-newsletter h4, article.category-miembros-newsletter h4, article.category-otra-economia h4, article.category-el-reporte-de-los-lunes h4
, article.category-comms h4{background: url(/wp-content/uploads/2019/06/dot-news.png) 0 15px repeat-x;display:flex; justify-content: center;
	font-family: 'Roboto Slab', serif !important;font-weight:800; font-size: 30px;line-height: 30px; color:#CECECE!important;padding-bottom: 2px;margin-top: 45px;}
article.category-gps-pm h4 strong, article.category-gps-am h4 strong, article.category-sustentables h4 strong, article.category-planeta h4 strong,article.category-oxigeno h4 strong, article.category-reaprender h4 strong, article.category-otra-economia h4 strong,
article.category-futuro h4 strong, article.category-chillax h4 strong,article.category-siete-parrafos-newsletter h4 strong, article.category-miembros-newsletter h4 strong, article.category-el-reporte-de-los-lunes h4 strong
, article.category-comms h4 strong{background-color: #fff; display: inline-block; padding: 0 20px 20px 20px;}

article.category-gps-pm h5, article.category-gps-am h5, article.category-oxigeno h5, article.category-sustentables h5,article.category-planeta h5,
article.category-futuro h5, article.category-chillax h5, article.category-siete-parrafos-newsletter h5, article.category-miembros-newsletter h5, 
article.category-reaprender h5,  article.category-otra-economia h5, article.category-el-reporte-de-los-lunes h5,article.category-planeta h5,article.category-comms h5 {
       background: url(/wp-content/uploads/2019/06/dot-news.png) 0 15px repeat-x;display:flex; justify-content: center;
        line-height:20px !important;
        font-size:15px;
        font-weight:500;
        margin-top:45px;
        font-family:'Source Sans Pro',sans-serif !important;
        font-style:italic;
       background:url(https://www.redaccion.com.ar/wp-content/uploads/2019/06/dot-news.png) 0 15px repeat-x;}

article.category-gps-pm h5 strong,article.category-gps-am h5 strong, article.category-sustentables h5 strong, article.category-planeta h5 strong,article.category-oxigeno h5 strong, article.category-reaprender h5 strong, article.category-otra-conomia h5 strong,
article.category-futuro h5 strong, article.category-chillax h5 strong,article.category-siete-parrafos-newsletter h5 strong, article.category-miembros-newsletter h5 strong, article.category-el-reporte-de-los-lunes h5 strong{ font-weight: 500; background-color: #fff; display: inline-block; margin: 0 auto; padding: 0 20px; font-family:'Source Sans Pro',sans-serif; }
article.category-gps-pm h5 strong em,article.category-gps-am h5 strong em, article.category-sustentables h5 strong em, article.category-planeta h5 strong em,article.category-oxigeno h5 strong em,
article.category-futuro h5 strong em, article.category-chillax h5 strong em,article.category-siete-parrafos-newsletter h5 strong em, 
article.category-miembros-newsletter h5 strong em, article.category-reaprender h5 strong em, article.category-otra-economia h5 strong em, article.category-el-reporte-de-los-lunes h5 strong em,
 article.category-comms h5 strong em{font-weight:700 !important; font-style:normal!important;font-family:'Roboto Slab',Georgia,serif !important;}

article.category-gps-am .entry-content ul, article.category-gps-pm .entry-content ul,
article.category-oxigeno .entry-content ul, article.category-sustentables .entry-content ul, article.category-planeta .entry-content ul,article.category-reaprender ul, article.category-otra-economia ul,
article.category-futuro .entry-content ul, article.category-chillax .entry-content ul,
article.category-siete-parrafos-newsletter .entry-content ul, article.category-miembros-newsletter .entry-content ul, article.category-el-reporte-de-los-lunes .entry-content ul,
 article.category-comms .entry-content ul{    list-style: disc;    padding: 0 0 0px 20px;}
article.category-gps-am .entry-content ul li:before, article.category-gps-pm .entry-content ul li:before, article.category-oxigeno .entry-content ul li:before, article.category-futuro .entry-content ul li:before, article.category-reaprender .entry-content ul li:before, article.category-otra-economia .entry-content ul li:before,
article.category-planeta .entry-content ul li:before, 
article.category-chillax .entry-content ul li:before,article.category-siete-parrafos-newsletter .entry-content ul li:before,
  article.category-miembros-newsletter .entry-content ul li:before,  article.category-el-reporte-de-los-lunes .entry-content ul li:before,  article.category-comms .entry-content ul li:before{content: " ";}
article.category-gps-am img,article.category-gps-pm img,article.category-comms img {margin-top: 0!important;}


table.tableSeparador td{background: url(https://www.redaccion.com.ar/wp-content/uploads/2019/cabeceras-news/gps-separador.png) center center no-repeat;  }
.opinionNews{border-top: #ddd 1px solid;
padding: 40px 0 0 0;
margin-top: 40px; 
}
article.category-gps-am h3, article.category-gps-pm h3,article.category-sustentables h3 strong, article.category-planeta h3 strong,article.category-oxigeno h3 strong,article.category-reaprender h3, article.category-otra-economia h3,
article.category-futuro h3 strong, article.category-chillax h3 strong,article.category-siete-parrafos-newsletter h3 strong, article.category-miembros-newsletter h3, article.category-el-reporte-de-los-lunes h3, article.category-comms h3{			display: block;
			color:#202020;
			font-family:Helvetica;
			font-size: 12px;
			font-style:normal;
			font-weight:bold;
			line-height:125%;
			letter-spacing:normal;
			text-align:center!important;
			text-transform: uppercase;
		}
article.category-gps-am h3 strong, article.category-gps-pm h3 strong, article.category-sustentables h3 strong, article.category-planeta h3 strong,article.category-oxigeno h3 strong, article.category-reaprender h3 strong, article.category-otra-economia h3 strong,
article.category-futuro h3 strong, article.category-chillax h3 strong,article.category-siete-parrafos-newsletter h3 strong, article.category-miembros-newsletter h3 strong, article.category-el-reporte-de-los-lunes h3 strong
, article.category-comms h3 strong{
			margin:10px 0 5px;
			background-color: #FFD700;
			display: inline-block;
			padding:2px 5px; 
			color:#202020;
			font-family:Helvetica;
			font-size: 12px;
			font-style:normal;
			font-weight:900!important;
			text-transform: uppercase;
		}
article.category-gps-am blockquote, article.category-gps-pm blockquote,article.category-oxigeno blockquote, article.category-sustentables blockquote, article.category-planeta blockquote,article.category-reaprender blockquote,article.category-otra-economia blockquote,
article.category-futuro blockquote, article.category-chillax blockquote,article.category-siete-parrafos-newsletter blockquote, article.category-miembros-newsletter blockquote, article.category-el-reporte-de-los-lunes blockquote
, article.category-comms blockquote{margin: 9px 0;  color: #202020;text-align: left!important; border-left:6px solid #fbe482;padding-bottom: 0; border-top: 0; padding-left: 14px;}
article.category-gps-pm blockquote, article.category-el-reporte-de-los-lunes blockquote{border-color: #5c9af6;}
article.category-oxigeno blockquote{border-color: #a4ded2;}
article.category-sustentables blockquote, article.category-planeta blockquote{border-color: #8FB981;}
article.category-futuro blockquote{border-color: #9b53a5;}
article.category-chillax blockquote{border-color: #fe8228;}
article.category-siete-parrafos-newsletter blockquote{border-color: #c45381;}
article.category-reaprender blockquote{border-color: #ffc986;}
article.category-otra-economia blockquote{border-color: #162BA5;}
article.category-comms blockquote{border-color: #1971B8;}


article.category-gps-am blockquote p, article.category-gps-pm blockquote p,article.category-oxigeno blockquote p, article.category-sustentables blockquote p,article.category-planeta blockquote p,article.category-reaprender blockquote p, article.category-otra-economia blockquote p,
article.category-futuro blockquote p, article.category-chillax blockquote p,article.category-siete-parrafos-newsletter blockquote p, article.category-miembros-newsletter blockquote p, article.category-el-reporte-de-los-lunes blockquote p{line-height: 23px!important;}
article.category-gps-am blockquote p em, article.category-gps-pm blockquote p em,article.category-oxigeno blockquote p em, article.category-sustentables blockquote p em, article.category-planeta blockquote p em, article.category-reaprender blockquote p em,article.category-otra-economia blockquote p em,
article.category-futuro blockquote p em, article.category-chillax blockquote p em,article.category-siete-parrafos-newsletter blockquote p em, article.category-miembros-newsletter blockquote p em, article.category-el-reporte-de-los-lunes blockquote p em{  font-family: 'Merriweather',serif !important; font-size: 15px; font-style: italic;   color: #2a2a2a!important; }
article.category-gps-am .thNoteCaption, article.category-gps-pm .thNoteCaption,article.category-oxigeno .thNoteCaption, article.category-sustentables .thNoteCaption, article.category-planeta .thNoteCaption,article.category-reaprender .thNoteCaption, article.category-otra-economia .thNoteCaption,
article.category-futuro .thNoteCaption, article.category-chillax .thNoteCaption,article.category-siete-parrafos-newsletter .thNoteCaption, article.category-miembros-newsletter .thNoteCaption,
article.category-el-reporte-de-los-lunes .thNoteCaption,article.category-comms .thNoteCaption{display: none;}

article.category-el-reporte-de-los-lunes ol{ list-style-type: none; padding-left: 0;padding-top:30px}
article.category-el-reporte-de-los-lunes ol li:before {display: none;}
article.category-el-reporte-de-los-lunes .wp-block-separator{    padding: 20px 0 0 0;
  margin: 0 0 20px 0;
  border-top:1px solid #ddd;
  background-color: transparent;}
article.category-el-reporte-de-los-lunes ol li{ padding-left: 20px; border-left:3px solid #333; font-family:'Source Sans Pro',sans-serif!important; font-size: 16px;font-weight: 600!important;}
article.category-el-reporte-de-los-lunes h3 {
          
  display: block; text-align: center; 
 }

 article.category-el-reporte-de-los-lunes h3 strong {
   font-family:'Roboto Slab',serif !important;background-color: #fff!important;
  display: inline-block;  
   text-decoration:none !important;
   font-weight:500;
padding: 0.3em 0 0.3em 0!important;
margin: 30px auto 0 auto!important;
border-bottom: 3px solid #5c9af6;
letter-spacing: -0.3px;
font-size: 18px;
color: #000 !important;
 }



#bodyTable,#bodyCell{
			height:100%;
			margin:0;
			padding:0;
			width:100%;
		}
article.category-gps-am a, article.category-gps-pm a{color:#FF6A5F;}
article.category-gps-am p a, article.category-gps-pm p a{color:#FF6A5F;font-style: italic;}
article.category-gps-am cite, article.category-gps-pm cite, article.category-gps-pm cite a, article.category-gps-am cite a{font-style: normal!important;}

/*participacion*/
.Col3Yelow {

    background-color: #FFF7E3;
    display: flex;
    justify-content: center;
    padding:0 0 0 0;

}
.ParticipacionContent {
    display: flex;
    justify-content:space-between;
color: #161616!important;
}
.ParticipacionTT{font-family: 'Roboto Slab',serif !important;font-size: 30px; line-height: 48px;color: #161616;}
a .ParticipacionTT, .ParticipacionContent a p, .ParticipacionContent a{color: #161616; text-decoration: none!important;}
.ParticipacionRedes{    display: flex;    justify-content: Center;}
.ParticipacionRedes ul {
    display: flex;
    justify-content: denter;
    list-style: none;
    margin-bottom: 25px;
    font-weight: 200;
    
}
.ParticipacionRedes.site-contentFullPage ul{margin-bottom: 100px;}
.ParticipacionRedes ul li {
    padding: 0 10px;
}
.ParticipacionRedes ul li a {
    color: #161616;
    font-size: 20px;
}
.ParticipacionContent .wp-block-column{display: flex;flex-direction: column;align-items: center;}
.ParticipacionContent .wp-block-column p{position: relative;margin-bottom: auto!important;padding-bottom: 40px;}
a.Col3YelowBT, .ParticipacionRedes ul{margin-top: auto!important;}
.participacionM{display: flex;align-items: center; justify-content: space-around; margin: 20px 0;font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;padding-top: 10px; }
.participacionM figure {  margin: 0;}
.RespM figure img{max-width: 90%;}
.participacionM  .wp-block-column:last-child{margin: 0;}

/*Propone tema Form*/
.page-template-page-secciones .archive-description{border-bottom: 1px solid #e4e4e4;}
.archive-description-NoBorder{width: 70%; margin: auto;}
.page-template-page-proyecto .archive-description-NoBorder{width: 50%; }
.ProponeTemaForm{text-align: left; background-color: #333;font-family: 'Source Sans Pro', sans-serif!important;max-width: 910px; margin: 0 auto 24px auto!important;}
.ProponeTemaForm .wpforms-form input[type="text"], .ProponeTemaForm .wpforms-form input[type="email"]{border-left: 0!important; border-right: 0!important; border-top: 0!important;border-bottom: 1px solid #CCCCCC!important; color:#818181!important; font-size: 16px; padding-left: 0!important;}
.ProponeTemaForm .FormSubTTl{font-size: 20px!important; font-weight: 600;}
.ProponeTemaForm  ul li::before {content: " "!important;}
.ProponeTemaForm .wpforms-field-label{font-weight: 500!important;}
.ProponeTemaForm .wpforms-field-label-inline{color:#818181!important;}
.page-template-page-secciones article{border-bottom: 0!important;}
.ContenidoPArticipac{display: flex; ;margin: auto;justify-content: center;align-items: center; margin-top: -20px; margin-bottom: 20px;}
.ContenidoPArticipac, .ContenidoPArticipac strong,.ContenidoPArticipac a{font-family: 'Source Sans Pro', sans-serif; font-size: 18px; line-height: 22px; color:#161616!important; font-weight: 500!important;}
.ContenidoPArticipac .ContenidoPArticipacImg img{max-width: 88px;}



/*videos con scroll especial*/ 
.CentralColVideoScroll{max-width: 725px;  margin: auto; padding-top: 30px;}
.VideosScrollTop .author-box div.left{align-items: center!important;}
.CentralColVideoScroll h2, .CentralColVideoScroll .bajadaNota{text-align: center;}
.post-template-single-Videos_scroll article, .post-template-single-Videos_scroll-ciencia article{border:0; margin-bottom: 0}
.post-template-single-Videos_scroll article .entry-content,.post-template-single-Videos_scroll-ciencia article .entry-content{padding-bottom: 60px; padding-top: 30px;border-bottom: 1px solid #ddd;margin-bottom: 40px;}
.post-template-single-Videos_scroll article .entry-content img, .post-template-single-Videos_scroll-ciencia article .entry-content img{width: 100%;}
.bloquePresentacionVideos{display: flex;justify-content: center;}
.bloquePresentacionVideos.Voluntariado {flex-wrap: wrap;    max-width: 1200px;
  margin: 0 auto}
.bloquePresentacionVideos a{max-width: 250px; text-align: center; display: flex; flex-direction: column; padding-bottom: 20px;}

.bloquePresentacionVideos a {color: #333!important; text-decoration: none; margin:  0px 10px;padding-bottom: 20px;background-color: rgba(255, 255, 255,1);}
.bloquePresentacionVideos .BTBlacKAction{margin-top: auto;}
.BarraVideosFixed.stickyGPSenviar .bloquePresentacionVideos a{padding-bottom: 0;background-color: transparent;}
.bloquePresentacionVideos a img{height: auto;margin-top: 0;}
.bloquePresentacionVideos a .bajadaNota{margin-top: auto;}
.bloquePresentacionVideos a h2{margin: 20px 0 60px 0; padding:0 20px; position: relative;font-family: 'Source Sans Pro', sans-serif;line-height: 20px;font-size: 22px; letter-spacing: -0.3px;color: #000 !important;text-decoration: none;}

.bloquePresentacionVideos.Voluntariado a h2{margin: 20px 0 30px 0;line-height: 22px; text-align: left;}
.bloquePresentacionVideos.Voluntariado a h2 small{padding-top: 10px;}
.VideosScrollHead{padding: 35px 0 0px 0; text-align: center;}
.VideosScrollHead h1{font-size: 60px;margin-bottom: 30px;font-weight: normal;}

.VideosScrollTop{max-width: 725px;margin: 0 auto;}
.VideosScrollTop .bajadaNota p.selectionShareable{font-size: 18px; margin-bottom: 30px;}

.post-template-single-Videos_scroll-deporte .bloquePresentacionVideos {
  max-width: 1100px;
  margin: auto;
}
.bloquePresentacionVideos.Voluntariado a{flex-basis: 22%;}
 @media only screen and (min-width:  780px) {
.post-template-single_Seleccionesinclusivas .bloquePresentacionVideos.Voluntariado a{flex-basis: 48%;max-width: 450px;}}
.bloquePresentacionVideos a{order:4}
.bloquePresentacionVideos a#deportista-112801{order:0}
.bloquePresentacionVideos a#deportista-112810 {order: 1;}
.bloquePresentacionVideos a#deportista-112812 {order:2}
.bloquePresentacionVideos a#deportista-112813 {order:3}
.bloquePresentacionVideos a#deportista-112820 , .bloquePresentacionVideos a#deportista-112821,
.bloquePresentacionVideos a#deportista-112819, .bloquePresentacionVideos a#deportista-112814{order:5}
.ColReverseDeportistas{display: flex; flex-direction: column;    max-width: 725px;
  margin: auto;
}
.ColReverseDeportistas article {order:4}
.ColReverseDeportistas article.post-112801{order:0}
.ColReverseDeportistas article.post-112810 {order:1}
.ColReverseDeportistas article.post-112812 {order:2}
.ColReverseDeportistas article.post-112813 {order:3}
#deportista-112820 h2, #deportista-112820 .BTBlacKAction, #deportista-112821 h2, #deportista-112821 .BTBlacKAction,
#deportista-112819 h2, #deportista-112819 .BTBlacKAction, #deportista-112814 h2, #deportista-112814 .BTBlacKAction{display: none;}
.post-template-single-Videos_scroll-deporte .bloquePresentacionVideos{flex-wrap: wrap;}
.post-template-single-Videos_scroll-deporte .bloquePresentacionVideos a:nth-child(-n+4){margin-bottom:10px !important;}
.wp-block-embed-youtube iframe{margin: 0 auto;}

@media only screen and (min-width: 1980px) {
#AnchoVideo{height: 1114px}
/*.VideosScrollHead{height: 1100px}*/
 }
 @media (min-width: 1920px) and (max-width: 1970px){
#AnchoVideo{height: 1080px}
/*.VideosScrollHead{height: 1100px}*/
 }

  @media (min-width: 1240px) and (max-width: 1910px){
#AnchoVideo{height: 698px}
 }

 @media (min-width: 1024px) and (max-width: 1230px){
#AnchoVideo{height: 576px}
 }

 @media (min-width: 768px) and (max-width: 1020px){
#AnchoVideo{height: 432px}
 }
 
 @media (min-width: 411px) and (max-width: 760px){
#AnchoVideo{height: 233px}
 }
  @media (min-width: 375px) and (max-width: 410px){
#AnchoVideo{height: 211px}

 }
  @media only screen and  (max-width: 370px){
#AnchoVideo{height: 180px}
/*.VideosScrollHead{height: 650px}*/
 }


.BarraVideosFixed{background-color: rgba(245,245,245,1); margin-top:30px; padding: 40px 0; width: 100%;z-index: 1000; display: none}

.BarraVideosFixed1{background-color: rgba(245,245,245,1); margin-top:30px; padding: 40px 0; width: 100%;z-index: 1000; }


.BarraVideosFixed.stickyGPSenviar { padding: 20px;
	-webkit-transition: opacity 3s ease-in-out;
    -moz-transition: opacity 3s ease-in-out;
    -ms-transition: opacity 3s ease-in-out;
    -o-transition: opacity 3s ease-in-out;}
 .BarraVideosFixed.stickyGPSenviar h2, .BarraVideosFixed.stickyGPSenviar .bajadaNota, .BarraVideosFixed.stickyGPSenviar .BTBlacKAction{display: none;}
 .BarraVideosFixed.stickyGPSenviar .bloquePresentacionVideos a {max-width: 100px; margin: 0 10px; background-color: rgba(255, 255, 255,0);padding-bottom: 0;}
 .BarraVideosFixed.stickyGPSenviar .bloquePresentacionVideos a img{height: auto;}

/*videos con scroll especial*/




    @media only screen and (max-width: 768px) {
      .menu-redaccion08-container{display: none;}

      .site-content {
        padding: 0 0 !important;
        max-width: 100%;
        margin: 0;
        flex-direction: column;
      }
      #primary, #primary-Equilibra {
        float: none;
        max-width: 100%;
        margin-right: 0px;
      }
	  

      #secondary {

        width: 100%;
        order: 0;
      }
      .participacionM{font-size: 14px; display: grid; column-gap: 10px; grid-template-columns: 70px 1fr;line-height: 20px;}
      .participacionM figure img{  max-width: 70px;}
    

    }

   /* .widget {

      background: #fff;
      border: 1px solid #ddd;
      padding: 20px;
      margin-bottom: 20px;
    }



    .widget-area section {
      padding: 20px;
    }*/

   .widget-area h2 {
      display: none;
      font-size: .6875rem;
      font-weight: 500;
      color: #a9a9a9;
      letter-spacing: 1.4px;
      text-transform: uppercase;
      padding: 0 0 0 20px;
      margin: 0;
    }



    .widget-area ul li {
      list-style: none;
      font-size: 14px;
      font-weight: bold;
      line-height: 18px;
      color: #4a4a4a;
      margin-bottom: 25px;
      padding-right: 20px;
    }


        /*SIDEBAR CONTENT*/
     
  .widget-area ul.SideBarContent {background: url(https://www.redaccion.com.ar/wp-content/uploads/2018/png/PathLine.png) 8px 15px no-repeat; }
.widget-area ul.SideBarContent li{ position: relative; background-color: #fff!important; border:1px solid #E0E0E0; border-radius: 5px; margin-left:30px; 
	margin-bottom:20px; display:block; list-style: none; padding:15px 12px 15px 20px;font-family: 'Source Sans Pro', sans-serif;font-size: 18px!important; font-weight: 500;}
ul.SideBarContent li strong{font-size: 11px; text-transform: uppercase; text-indent: 32px; display: block; line-height: 21px; padding-bottom: 14px;}
.widget-area ul.SideBarContent li p{display: block;line-height: 1.3em!important;margin-bottom: 5px!important; }
ul.SideBarContent li:nth-child(1) strong{background: url(https://www.redaccion.com.ar/wp-content/uploads/2018/svg/redes.svg) 0 0 no-repeat;}
ul.SideBarContent li:nth-child(2) strong{background: url(https://www.redaccion.com.ar/wp-content/uploads/2018/svg/newsmail.svg) 0 0 no-repeat;}
ul.SideBarContent li:nth-child(3) strong{background: url(https://www.redaccion.com.ar/wp-content/uploads/2018/svg/comunidad.svg) 0 3px no-repeat;}
ul.SideBarContent li:nth-child(4) strong{background: url(https://www.redaccion.com.ar/wp-content/uploads/2018/svg/miembros.svg) 0 0 no-repeat;}

ul.SideBarContent li::before {position:absolute; left:-30px; content:' ';display: inline-block; width: 16px; height:16px; border-radius: 8px; background-color: #9a9a9a; line-height: 16px; text-align: center; font-weight: 600; color:#fff; font-size: 14px;}
ul.SideBarContent li:nth-child(1)::before {content:'1';}
ul.SideBarContent li:nth-child(2)::before {content:'2';}
ul.SideBarContent li:nth-child(3)::before {content:'3';}
ul.SideBarContent li:nth-child(4)::before {content:'4';}


ul.SideBarContent li a{ display: block; position: absolute;bottom: 12px; right: 8px; background: url(https://www.redaccion.com.ar/wp-content/uploads/2018/png/R-arrowSideBar.png);width: 22px; height: 11px; cursor: pointer;}

    .widget-area a {
      text-decoration: none;
      color: #4a4a4a;
    }

    .widget-area .post-date {
      color: #848484;
      font-weight: 400;
    }


    .site-date {
      /*text-align: center;*/
      color: #000;
      font-size: 18px ;
      line-height: 22px ;
      font-weight: 700;
      font-family: 'Source Sans Pro', sans-serif;
      letter-spacing: -0.2px;
      text-transform: uppercase;
      padding:24px 0 0 0;
    }

    .site-date strong {
      font-weight: bold;
      text-transform: uppercase;
    }

    .site-description {
     /*text-align: center;*/
      color: #000 ;
      font-size: 20px ;
      line-height: 30px ;
      font-weight: 600;
      font-family: 'Source Sans Pro', sans-serif;
      margin: 24px 0px;

    }
    .site-description span{ background-color: #E7E71F;}
  
    ul.PiePatrocinados {display: flex;flex-wrap: wrap;
      align-items: center;
      justify-content: space-around;}
    ul.PiePatrocinados li {margin: 10px;list-style-type: none;}
    ul.PiePatrocinados li::marker{display: none;}

    @media only screen and (max-width: 600px) {

      .widget-area section {
        padding: 20px 0 0 0;
      }

      .entry-content {
          font-family: 'Merriweather', serif;
          margin-top: 2px;
          color: #2a2a2a;
          font-size: 16px !important;
          line-height: 28px;
          font-weight: 300;
          font-family: 'Merriweather', serif;
          padding: 0 40px;
      }

      .entry-content h2 {
          font-family: 'Source Sans Pro', sans-serif  !important;
          line-height: 22px  !important;
          letter-spacing: -0.3px;
          font-size: 20px  !important;
          color: #000 !important;
          text-decoration: none;
          font-weight: 700 !important;
          margin: 24px 0 7px 0;
        }
    }


    a, a:link, a:visited {
      color: #168dd9;;
    }

    article {
      padding: 0;
      background-color: #fff;
border-bottom: 1px solid #ddd;
padding-bottom: 40px;
margin-bottom: 20px;

    }
	article.equilibralacancha {padding-top:10px;}
    .category-zone-modulo-portada{  margin-bottom: 48px;}

    /*article h2 {
      margin: 16px 0 0 0;
      font-weight: 700;
      color: #000;
      font-size: 18px;
      line-height: 24px;
      font-family: georgia, serif;
      text-align: left;
    }*/

    .reportaje article {
      padding: 0 24px 24px 24px;
      background: #000;
    }

    article hr {
      padding: 0;
      margin: 0;
    }



    .entry-footer {
      margin-top: 16px;
      padding-top: 8px;
      width: 100%;
      text-align: center;
    }

    .reportaje .entry-footer {
      border-top: 1px solid #000;
    }


    .post-thumbnail img {
      width: 100%;
      margin: 0;
      line-height: 0;
      padding: 0;

    }

    .libros .post-thumbnail img {
      margin: 0;
      line-height: 0;
      padding: 8px 0 0 0;
      width: 50px;
      float: left;

    }



    p.caption, .wp-block-image figcaption {
      color: #999;
      font-size: 16px;
      line-height: 20px;
      font-family: 'Source Sans Pro', sans-serif;
      margin: 0;
      padding: 0px;
      font-weight: lighter;
      text-align: right;
    }

    .cat-links {
      color: #FF6A5F;
      font-size: 14px;
      line-height: 22px;
      font-weight: bold;
      font-family: 'Source Sans Pro', sans-serif;
      text-transform: uppercase;
      text-decoration: none;
      margin: 0;
      padding: 20px 20px 10px 20px;
    }

    .cat-Top {

      width: 100%;
      /* margin-top: 8px; text-align: center;*/
    }

    .cat-links a {
      color: #FF6A5F;
      text-decoration: none;
      font-weight: bold;
    }


    .tags {
    	margin-top:20px;
      width: 100%;
      color: #FF6A5F;
      font-size: 14px;
      line-height: 22px;
      font-weight: normal;
      font-family: georgia, sans-serif;
      text-decoration: none;
      padding: 16px 0 0 20px;
      overflow: hidden;
    }

    .tags a {
      color: #FF6A5F !important;
      text-decoration: underline;
      font-weight: normal;
      text-transform: uppercase;
    }

    .tags-left {
      width: 50%;
      float: left;
    }

    .tags-right {
      width: 50%;
      float: right;
    }

    .entry-meta {
     
    
      display: flex;
   align-content: center;
      color: #000;
      font-size: 15px;
      line-height: 22px;
      font-weight: bold;
      font-family: 'Source Sans Pro', sans-serif;
      text-transform: capitalize;
      text-decoration: none;
    }


    .entry-meta a {
   
      text-decoration: none;
      font-weight: bold;
    }


    .byline {
      color: #333;
      font-size: 16px;
      line-height: 14px;
    font-weight: 200;
      font-family: 'Source Sans Pro', sans-serif;
      text-transform: none;
      text-decoration: none;
      margin: 0 0px 0 0px; 
      padding-left: 10px;
padding-top: 6px;
display: block;
    }


    .NotasPieSingle .byline {padding-left: 0px!important;display: inline!important; font-size: 14px !important;
    }

    .byline a {
     
      text-decoration: none;
      font-weight: 600;
color: #333 ;

    }

    


.post-top {
      padding: 12px 20px;display:flex;justify-content:space-between;
    }

   article .category {display: inline-block;
border: 1px solid #797979;
border-radius: 4px;
padding: 0 10px;
margin-top: 15px;
line-height: 20px !important;}
article .category a{color:#797979;font-size: 11px;text-decoration: none;letter-spacing: 0.5px; line-height:20px!important;}
.CategoriaPresentada{display: flex; justify-content: center;align-items: flex-end;}
.PresentadosTitleVolanta img{width: auto;}


    .posted-on {
    color: #999;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif!important;
    display: block;
    text-transform: none!important;
    }
.author-box .left .posted-on {
    padding-left: 10px;
    padding-top: 0px;
    display: block;
    text-transform: none !important;
    font-weight: 400;
}
    .posted-on a {
      color: #999!important;
      text-decoration: none;
    }

 .entry-content p del{ display: none;  font-family: 'Source Sans Pro', sans-serif;font-size: 14px !important; text-decoration: none; line-height: 1.7em; font-weight: 500;margin: 10px 20px 15px 20px; padding: 10px;background-color: #f5f5f5; }
 button.content-arrow-toogle {
    text-align: center;
    background-color: #fff;
    margin: 0 5px;  
    color: #ff6a5f;
    font-size: 14px!important;
    line-height: 22px;
    height: 22px; width: 22px;
    display: inline-block;
  border-radius: 11px;
    border: 0px solid #b4bdc5;
    padding: 0 ;

}
button.content-arrow-toogle svg{font-size:14px!important; }
button.content-arrow-toogle{
	background-color: transparent;
	-webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); outline:none}

 .HiddenContentBoxVisible{display: block !important; 
}
.hidden-content {display: none;}
.author-box{display: flex; justify-content: start; align-items: baseline;}
.author-box .SeparadorFecha{margin: 0 10px;}
.author-box .left, .author-box .right {width:50%; }


    .author-box > div {
        flex: 1;
    }


.author-box div.left{ display: flex; align-items: flex-start;}
.post-template .author-box, .post .author-box{align-items: center;}
.post-template .author-box div.left, .post .author-box div.left{flex-grow: 2;}
    .avatar_thumb {
      width: 37px;
      min-width: 37px;
      height: 37px;
      border-radius: 37px;
      vertical-align: middle;
      background-color: #fff;
      margin-left:-4% 
    }
    .avatar_thumb:first-child{margin-left:0; }

    .avatar_thumb img {
      width: 37px;
      height: 37px;
      border-radius: 25px;
      border: 3px solid #fff;
    }

    .entry-content {
      margin-top: 2px;
      color: #2a2a2a;
      font-size: 16px;
      line-height: 30px;
      font-weight: 300;
      font-family: 'Merriweather', serif;

    }

    .reportaje .entry-content {
      margin-top: 16px;
      color: #fff;
      font-size: 16px;
      line-height: 24px;
      font-weight: normal;
      font-family: georgia, serif;
    }

    

    .posted-on a, .reportaje .entry-content, .reportaje p.caption, .reportaje .cat-links, .reportaje .cat-links a, .reportaje .byline, .reportaje .byline a {
      color: #fff;
    }

   

    button {
      text-align:center;
      background-color: #edf2f5;
      margin: 0 auto;
      margin-top: 16px;
      color: #436d8d;
      font-size: 16px;
      line-height: 22px;
      font-weight: 600;
      font-family: 'Source Sans Pro', sans-serif;
      text-transform: capitalize;
      letter-spacing: -0.2px;
      border-radius: 5px;
      border:1px solid #b4bdc5;
      padding: 10px 50px;
    }

.collapseomatic  {
      border-top: 1px solid #E0E0E0;
      text-align: center;
margin-top: 16px;
    }

    .collapseomatic  button {
      text-align:center;
      background-color: #fff;
      margin: 0 auto;
      
      color: #3BA9FD !important;
      font-size: 15px !important;
      line-height: 22px !important;
      font-weight: 700;
      font-family: 'Source Sans Pro', sans-serif;
      text-transform: capitalize;
      letter-spacing: -0.2px;
      border-radius: 0;
      border:0px !important;
     
    }
    .collapseomatic button::before{
    	content: ' ';
display: inline-block;
width: 25px;
height: 20px;
background: url(/wp-content/uploads/2018/svg/angle-down-solid.svg) 0 10px no-repeat;
background-size: 50%;
    }
    .colomat-close button::before{
    	content: ' ';
display: inline-block;
width: 25px;
height: 20px;
background: url(/wp-content/uploads/2018/svg/angle-up-solid.svg) 0 10px no-repeat;
background-size: 50%;
    }

  div.entry-content h2, div.entry-content h2 a {
    font-family: 'Roboto Slab', serif!important;
      line-height: 30px;
      letter-spacing: -0.2px;
      font-size: 20px;
      color: #000 !important;
      text-decoration: none;
      margin: 24px 0 7px 0;
      /*word-break: break-all;*/
    }


    h2.entry-title, h2.entry-title a, h1.entry-title, h1.entry-title a {
      font-family: 'Roboto Slab', serif!important;
      line-height: 1.1;
    	font-size: 40px;
    	margin: 10px 0 10px 0;
      color: #2A2A2A !important;
      text-decoration: none;
     /* font-weight: 600;
     text-align: center;*/
    }
    h1.entry-title{text-align: center;margin: 20px 0 10px 0;font-weight: 900;}
    .page-template-page-secciones h1.entry-title{font-size: 60px;margin: 9px 0 4px 0;}

    .bajadaNota{ font-family: 'Source Sans Pro', sans-serif;
      line-height: 28px;
    	font-size: 18px;
      color: #797979;
     }
     .single .bajadaNota{ font-family: 'Source Sans Pro', sans-serif;
      text-align: center; margin-bottom: 30px;
     }
     .CentralColHome3c .bajadaNota{      text-align: left;      }


    h3, h3 a {
      font-family: 'Roboto Slab', serif!important;
      line-height: 30px;
      letter-spacing: -0.2px;
    	font-size: 18px;
      color: #000 !important;
      text-decoration: none;
    }

    .site-branding {
      width: 130px;
      margin: 0 auto;
      padding: 16px 0 0 0;
    }


	/*flex redaccion*/
	* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.entry-content blockquote {padding-bottom:20px; margin:0 58px; border-top:1px solid #e0e0e0;}
.entry-content blockquote p em{color: #9d9d9d; font-style: normal; font-size: 15px; font-family: 'Source Sans Pro', sans-serif!important;}
.entry-content blockquote p {font-family: 'Roboto Slab', serif; font-size: 19px;line-height: 1.4em; font-style: normal; font-weight: 800; font-style: italic;}
.entry-content blockquote p:before{	content: '« '; }
.entry-content blockquote p:after{
	content: ' »';
}
.entry-content blockquote p:first-child:before, .entry-content blockquote p:first-child:after{
	content: ' ';
}

::selection {
  background: #fff3e1; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #fff3e1; /* Gecko Browsers */
}

.entry-content blockquote p {margin-bottom:10px!important;}

.entry-content ul, .entry-content ol {list-style: none; padding: 0 0 0px 34px;}
.entry-content ul li:before {
content: "•";
color: #E0E0E0;
display: inline-block;
width: 1em;
margin-left: -1em;
font-size: 40px;
top: 8px;
line-height: 15px;
position: relative;
}

.post-template-single-historietas .entry-content ul, .post-template-single-historietas .entry-content ol {list-style: none; padding: 30px 0 0 0;}
.post-template-single-historietas .entry-content ul li:before {
content: " ";
display: none;
width: 0;
margin-left: 0;

}
.post-template-single-historietas .wp-block-gallery .blocks-gallery-item{flex-grow: 0!important;}
.post-template-single-historietas .wp-block-gallery{justify-content: center; }
.post-template-single-historietas .thNoteCaption{display: none!important;}

.entry-content ol { counter-reset: li;}
.entry-content ol li:before  {
content: counter(li);
color: #E0E0E0;
display: inline-block;
width: 1.8em;
margin-left: -1.8em;
font-size: 20px;
font-family: 'Source Sans Pro', sans-serif;
font-weight: 900;
line-height: 15px;
position: relative;
}
.entry-content ol li{ counter-increment: li;}
.entry-content li {margin-bottom: 14px;}
.thNoteCaption{padding-bottom: 30px; margin-top: 10px;}

.NotasPieSingle{display: flex; justify-content: space-between;}
.NotasPieSingle div{flex-basis: 30%;}
.pieNotaMiembros{padding: 40px 12% 0 12%; text-align: center;color:#6b6b6b}
.pieNotaMiembros strong{color:#000; padding-right:25px; display:inline-block; background-repeat:no-repeat; background-position: right center; background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 23.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 17.4' style='enable-background:new 0 0 16 17.4;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;%7D%0A%3C/style%3E%3Cpath d='M9.3,17H6.9c-3.1,0-5.7-2.5-5.8-5.7l0-6.1h1v6.1C2.1,14,4.2,16,6.9,16h2.4c2.6,0,4.8-2.1,4.8-4.7V8.5h1v2.8 C15.1,14.5,12.4,17,9.3,17z'/%3E%3Cpath d='M8.9,13.5c-0.3,0-0.5-0.2-0.5-0.5c0-1,0.3-2.1,0.9-2.9H8c-1.3,0-2.4-1.1-2.4-2.4V7.6c0-1.3,1.1-2.4,2.4-2.4h4.7 c1.3,0,2.4,1.1,2.4,2.4V11c0,0.3-0.2,0.5-0.5,0.5s-0.5-0.2-0.5-0.5V7.6c0-0.7-0.5-1.4-1.4-1.4H8c-0.7,0-1.4,0.5-1.4,1.4v0.1 c0,0.7,0.5,1.4,1.4,1.4h2.5c0.2,0,0.4,0.1,0.5,0.3s0,0.4-0.2,0.6c-0.9,0.7-1.4,1.9-1.4,3C9.4,13.3,9.1,13.5,8.9,13.5z'/%3E%3Cg id='Trazado_7185'%3E%3Cpath d='M3.1,8.4c-1.1,0-2-0.9-2-2V4c0-1.1,0.9-2,2-2c1.1,0,2,0.9,2,2v2.4C5,7.5,4.1,8.4,3.1,8.4z M3.1,3C2.5,3,2,3.5,2,4v2.4 c0,0.5,0.5,1,1,1s1-0.5,1-1V4C4.1,3.6,3.7,3,3.1,3z'/%3E%3C/g%3E%3Cg id='Trazado_7186'%3E%3Cpath d='M6.2,7.5L5.9,7.4c0,0-0.1-0.1-0.1-0.1c-0.9-0.2-1.6-1-1.6-2V2.9c0-0.9,0.8-1.7,1.7-1.9C7,0.9,8,1.7,8.1,2.8l0,3.4L7.7,6.2 c-0.5,0.1-0.9,0.4-1,0.9L6.6,7.4H6.3L6.2,7.5z M6.1,2C6.1,2,6,2,6,2C5.5,2.1,5.1,2.5,5.1,2.9v2.4c0,0.5,0.4,0.9,0.9,1 c0.3-0.5,0.7-0.8,1.2-1V2.8C7.1,2.4,6.6,2,6.1,2z'/%3E%3C/g%3E%3Cg id='Trazado_7187'%3E%3Cpath d='M14.2,7.4l-0.8-0.8c-0.2-0.2-0.4-0.3-0.8-0.3H7.1v-4c0-1.1,0.9-2,2-2c0.9,0,1.6,0.6,1.9,1.4c0.3-0.2,0.8-0.4,1.2-0.4 c1.2,0,2.1,0.9,2.1,2.1V7.4z M8,5.4h4.6c0.2,0,0.4,0,0.6,0.1v-2c0-0.6-0.5-1.1-1.1-1.1c-0.6,0-1.1,0.5-1.1,1.1h-1V2.3 c0-0.5-0.5-1-1-1s-1,0.5-1,1V5.4z'/%3E%3C/g%3E%3Crect x='10.1' y='3.3' width='1' height='2.4'/%3E%3Crect x='0.4' y='0.1' class='st0' width='15' height='17.1'/%3E%3C/svg%3E%0A");}


.SiteHeaderW{max-width: 1280px;width:100%;position: relative;margin: 0 auto; display: flex;justify-content: space-between; align-items: center;}


.navbar {

 font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  letter-spacing: -0.5px;

  padding-bottom: 10px;
  z-index:10;
  height:70px;
}
#main-nav {
  list-style-type: none;
  flex-direction: row;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
#main-nav li {
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  color: #797979;
  letter-spacing: 0.6px;
  line-height: 70px;
min-width: 100px;
text-transform: uppercase;
}

#main-nav li a {
  color: #797979;
  text-decoration: none;

padding: 0 8px;
display: block;
	text-transform: uppercase;
}

#main-nav li a:hover {
color: #161616 !important;
  font-weight: 400;
}

ul.sub-menu li  a::after {

content: "";
border: 0 !important;

}

ul.sub-menu{padding: 10px 20px;}
ul.sub-menu li a:hover, #main-nav li a:hover{ color: #797979;}



#main-nav li:hover::after{

	display: block;

content: "";
height: 3px;
width: 100%;
background: #FF6a5e;
margin-top: -3px;


}
#logo {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
}
#logo:hover{
  color: rgba(255, 255, 255, 1);
}

#logo {
  display: inline-block;
  font-size: 22px;
  margin-top: 10px;

}
#navbar-toggle {
  position:absolute;
  top: 15px;
  left: 10px;
  cursor: pointer;
  color: #797979;
  font-size: 22px;
}
#navbar-toggle:hover {
  color: rgba(28, 22, 46, 0.5);


}

ul#main-nav ul {
	background: #ffffff;
    display: none;
	 position:absolute;
}
ul#main-nav li:hover > ul {
  display:block;
  color:#fff;
  background:#ffffff;
  top:70px;
  z-index: 1;
  border: 1px solid #d7d7d9;
width:288px;
}

#main-nav li ul.sub-menu li{
      display:flex;
      padding:8px 0;
      text-align: left;
      line-height: 1.3em;
    }

    #main-nav li ul.sub-menu li:hover::after{
     display: none!important;
    }

  .sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color:#fff;
  border-bottom: 1px solid #ddd;
}

.sticky + .content {
  padding-top: 50px;
}
.menu-redaccion08-container{flex-grow: 2;}


/**search header*/
.nav-icon {
 height: 52px;
width: 50px;
font-size: 18px;
color: #797979;
display: table;
text-align: center;
padding:  0px;
margin: 0 7px;
line-height: 52px;
cursor:pointer;


}

.nav-icon i {
  height:24px;
  width:24px;
  display:table-cell;
  vertical-align:middle;


}



.search-drawer{
z-index: 1002!important;
position: absolute;
left: 35%;
top: 50%;
display: none;
z-index: 2;
max-width: 50%;
width:30%;
}

.search-tool {
 height:100px;

}


#search-nav {
	padding: 20px;
	display: block;
	margin: 0 auto;
}

#search-close {
  height:48px;
  width:48px;
  font-size:24px;
  color:#fff;
  display:table;
  text-align:center;
   padding:8px 0px;
  cursor:pointer;

}

#search-close i{
  height:24px;
  width:24px;
  display:table-cell;
  vertical-align:middle;




}

#overlay {
 height:100vh;
  width:100%;
  position:absolute;
  top:0px;
  left:0px;
  z-index:1001;

  background: url(/wp-content/uploads/2018/09/close.png) right top no-repeat #eee;
 background-size: 60px;
  display:none;


}

.s-opened { display:block; animation: swiftRight 1s cubic-bezier(.55,0,.1,1) normal;}

.s-closed { width:0px; animation: swiftoutRight 1s cubic-bezier(.55,0,.1,1) normal;}

.s-MenuOpen{display: none;}
.s-openedMenuClose{display: initial;}

#search-nav input[type="search"],.search input[type="search"]{color: #ff6a5f;
border-bottom: 1px solid #ccc;
border-radius: 0px;
padding: 3px;
border-top: 0;
border-left: 0;
border-right: 0;
background-color: #eee;
width: 80%;
margin-right: 15px;
  font-family: 'Source Sans Pro', sans-serif;
}
#search-nav input[type="submit"]{
border: 0px solid;
font-family: 'Source Sans Pro', sans-serif;
border-radius: 0px;
background-color: #eee;
color: rgba(0, 0, 0, 0.8);
font-size: 14px!important;
text-transform: uppercase;
font-weight: 700;
letter-spacing: -0.5px;
line-height: 1;
padding: 0!important;
}
.search-results .author-box {justify-content: flex-start;}
.search-results .SeparadorFecha{padding: 0 5px;}
.search-results .byline{padding-left: 0;}
.Content404 #primary{width: 100%}
.Content404 #search-nav input[type="search"],.search input[type="search"] {background-color: #fff;width: 70%;}
.Content404 #search-nav input[type="submit"], .search input[type="submit"]{    background-color: #161616;
    border-radius: 4px!important;
    color: #fff; 
    text-transform: uppercase;
    font-weight: 500;
    border-color: #161616!important;
    font-size: 14px;
    height: 36px!important;
    padding: 0 20px!important;
    letter-spacing: 1px;}


.suscribite{padding: 0 7px; font-family: 'Source Sans Pro', sans-serif; line-height: 28px;border-radius: 4px; border:1px solid #FF6A5F;}
.suscribite a{font-size:11px; font-weight:600; text-decoration: none;display:block; letter-spacing: 0.9px;}
.suscribite a small{font-size:13px; font-weight:400;color:#333333;}
.usuarioTop{padding: 0 7px; font-family: 'Source Sans Pro', sans-serif; line-height: 70px;font-size:16px; font-weight:600; text-decoration: none; display:block;}
.usuarioTop a{line-height: 70px;display: block;color: #797979!important;text-decoration: none;}
.usuarioTop .svg-inline--fa {height: 0.8em;margin-right: 3px;}
.UserTopLog{position: relative;}
.UsuarioTopDropD{
	display: none;
    position: absolute;
    background-color: #fff;
    padding: 10px;
    width: 100%; top:67px;
    border-top: 3px solid #ff6a5f;
    z-index: 1000;
    border-left: 1px solid #d7d7d9;
    border-right: 1px solid #d7d7d9;
    border-bottom:  1px solid #d7d7d9;
}
.UsuarioTopDropD a{display: block;font-size: 13px;
font-weight: 400!important;
color: #797979;
text-decoration: none;
padding: 8px;}

.logoHeader span{display: none}
.activaHeader{display: block; color:#000; padding:20px 0; border-bottom:10px solid #000;}
.activaHeader a{color: #ff6a5f;text-decoration: none;}
.BodyHeader {font-family: 'Source Sans Pro', sans-serif; font-weight: 600; }


/*BOXES*/

.category-zone-moduloportada{ /*color:#fff*/margin-top:20px; }
.site-main .category-zone-moduloportada{ margin-top:0px; margin-bottom:48px;}

.boxAzul, .boxMagenta, .Aligner{padding:30px 32px; display: flex;
flex-direction: column;
min-height: 20em;
  align-items: center;
  justify-content: center;
}

.ModActionButton.Aligner{padding:0px; background-color: #fff;} 
.ModActionButton div.CategoriaBox{display: none;}
.site-main .boxAzul, .site-main .boxMagenta{min-height: 15em; }

.site-main .boxAzul .Box-content, .site-main .boxMagenta .Box-content, .ParticipaBoxMobile{display: none;}

.Aligner-item{width:100%;}
.Aligner-item-top{flex: 1;}
.Aligner-item-bot{align-self: baseline;}

/*.BarBoxes .category-zone-moduloportada a,.category-zone-moduloportada h3 a, .home .category-zone-moduloportada a,.category-zone-moduloportada h3 a, .boxAzul a, .boxMagenta a{ color:#fff!important; }*/

.category-zone-moduloportada h3.bajadaBox a{ font-family: 'Roboto Slab', serif!important;
line-height: 26px!important;
font-size: 18px!important;
color:#fff!important;
}
.category-zone-moduloportada a { font-family: 'Source Sans Pro', sans-serif;
text-decoration: none;

line-height: 19px;
letter-spacing: -0.5px!important;
font-size: 14px; margin-bottom:0!important;}
.category-zone-moduloportada a {
text-decoration: none;

}
.category-zone-moduloportada .CategoriaBox a{ font-family: 'Source Sans Pro', sans-serif;
text-transform: uppercase;
line-height: 29px !important;
letter-spacing: -0.5px !important;
font-size: 11px !important;
font-weight: 700 !important;
border-bottom: 4px #fff solid !important;
padding: 0 3px 5px 0;}
.category-zone-moduloportada .CategoriaBox {margin-bottom:15px!important;}



.BarBoxes .boxPic, .boxParticipa .CategoriaBox, .redaccion-abierta .CategoriaBox{display: none!important;}

.boxParticipa, .boxOpina{font-family: 'Source Sans Pro', sans-serif!important; font-size:16px;		color:#333; border-radius:5px; min-height: auto!important; background-color: #FFF7E3!important; background-position:right center;  background-repeat: no-repeat;  line-height: 1.4;border: 1px solid #ddd;}
.redaccion-abierta.Aligner {font-family: 'Source Sans Pro', sans-serif!important; font-size:16px;color:#333; border-radius:5px; min-height: auto!important; background-color: #FFFFFF!important; background-position:center 15px;  background-size: auto 250px;  background-repeat: no-repeat;  line-height: 1.4;border: 1px solid #ddd;margin-bottom: 32px;}
.boxParticipa{background-size: contain;}
.boxParticipa h3, .boxOpina h3, .redaccion-abierta h3, article.redaccion-abierta h1{font-size:35px; font-weight: 700;color:#333;font-family: 'Roboto Slab','serif'; line-height: 38px; letter-spacing: 0px; padding-top: 12px;max-width: 70%; font-weight: 500;}
.redaccion-abierta h3{padding-top:240px;max-width: 100%;text-align: center;}


.boxParticipa .Box-content, .boxOpina .Box-content{width: 50%;padding-top: 20px;}
.redaccion-abierta .Box-content{width: 100%;padding-top: 10px; text-align: center;}
.redaccion-abierta div.wpforms-container-full .wpforms-form textarea.wpforms-field-large { height: 85px;}
.redaccion-abierta button{width:100%!important;}
.redaccion-abierta div.wpforms-container-full{margin-bottom: 0!important;}
article.redaccion-abierta{text-align: center;}
article.redaccion-abierta img {height: 250px;margin: 0 auto;}
article.redaccion-abierta .entry-content p:first-child{font-family: 'Source Sans Pro', sans-serif!important; font-size:16px;color:#333; line-height: 1.4;}
article.redaccion-abierta .entry-content:last-child{padding:0 30px 32px 30px;}
article.redaccion-abierta h1{max-width: 100%; padding: 0;}

.boxParticipa .Box-content .selectionShareable, .boxOpina .Box-content .selectionShareable{margin-bottom: 60px;}
.redaccion-abierta .Box-content .selectionShareable{margin-bottom: 20px;}
.boxParticipa .Box-content .btColaborar, .boxOpina .Box-content .btColaborar{margin-bottom: 0!important;margin-top:25px;}
.boxParticipa .Box-content .btColaborar a, .boxOpina .Box-content .btColabora a, .MonoTitle .btColaborar a{font-family: 'Source Sans Pro', sans-serif!important; display: inline-block; font-size:18px!important; text-decoration:none!important; color:#FF6A5F; font-weight: 600; padding: 10px 30px; border:2px solid #FF6A5F; border-radius:4px;
-webkit-transition: background-color 1s, color 1s; /* Safari */
    transition: background-color 1s, color 1s;}
.boxParticipa .Box-content .btColaborar a:hover, .boxOpina .Box-content .btColabora a:hover, .MonoTitle .btColaborar a:hover{background-color:#FF6A5F;color:#fff;text-decoration: none;}
.redaccion-abierta.Aligner .wpforms-confirmation-container-full {

    margin: 0 !important;
    background: #f4d6d3!important;
    border: 0px !important;
    border-radius: 6px;
}


.boxAzul{font-family: 'Source Sans Pro', sans-serif!important; font-size:16px;		color:#333; border-radius:5px; min-height: auto!important; background: url(/wp-content/uploads/2018/11/boxActiva.png) right center #FFF7E3 no-repeat;  background-size: 50%; line-height: 1.4;border: 1px solid #ddd;}
.boxAzul h3{font-size:35px; font-weight: 700;color:#333;font-family: 'Roboto Slab', serif!important;line-height: 38px; letter-spacing: 0px; padding-top: 12px;max-width: 70%; font-weight: 500;}
.boxAzul .Box-content{width: 40%;padding-top: 20px;}
.boxAzul .Box-content .selectionShareable{margin-bottom: 60px;}
.boxAzul .Box-content .btColaborar{margin-bottom: 0!important;}
.boxAzul .Box-content .btColaborar a{font-family: 'Source Sans Pro', sans-serif!important; display: inline-block; font-size:18px!important; color:#FF6A5F; font-weight: 600; padding: 10px 54px; border:2px solid #FF6A5F; border-radius:4px;
-webkit-transition: background-color 1s, color 1s; /* Safari */
    transition: background-color 1s, color 1s;}
.boxAzul .Box-content .btColaborar a:hover{background-color:#FF6A5F;color:#fff;text-decoration: none;}






/*.archive.author .site-main .category-zone-moduloportada{display: none;}*/



/*NEWSLETTER FORM*/
.BoxFormNews{

      background: #fff;
      border: 1px solid #E0E0E0;
      padding: 20px;
      margin-bottom: 20px; border-radius: 4px;
    }
.NewsFieldAmPmButtom, .MiembrosFormbtn{display:inline!important; padding:10px 35px!important; color:#fff!important;font-family:  'Source Sans Pro', sans-serif; font-size: 15px!important; border:0!important;border-radius:4px!important;text-align: center!important}
.NewsFieldAmPmButtom{background-color:#FF6A5F!important;}
.MiembrosFormbtn{background-color:#000!important; text-transform: uppercase!important;}
.NewsletterAmPm input{font-family: 'Source Sans Pro', sans-serif; color:#BEBEBE!important; font-size: 14px!important; border-radius:2px; border-color:#E0E0E0!important;}


.ParticipaFormbtn{font-family: 'Source Sans Pro', sans-serif!important; display: inline-block; font-size:18px!important; color:#FF6A5F!important; font-weight: 600!important; padding: 10px 54px!important; border:2px solid #FF6A5F!important; border-radius:4px!important;
-webkit-transition: background-color 1s, color 1s!important; /* Safari */
    transition: background-color 1s, color 1s!important;background-color: transparent!important;}

.ParticipaFormbtn a:hover{background-color: #FF6A5F!important;}



.Actionbtn {width: 100%; margin: 0 auto; text-align: center;}

.Actionbtn a {font-family: 'Source Sans Pro', sans-serif!important; text-decoration:none;display: inline-block; font-size:18px!important; color:#FF6A5F; font-weight: 600!important; padding: 10px 34px!important; border:2px solid #FF6A5F!important; border-radius:4px!important;
-webkit-transition: background-color 1s, color 1s!important; /* Safari */
    transition: background-color 1s, color 1s!important;background-color: transparent!important;margin: 0 auto;margin-bottom: 20px;}
.Actionbtn a:hover{background-color: #FF6A5F!important;color: #fff!important;}

a.ActionbtnParticipa  {font-family: 'Source Sans Pro', sans-serif!important; display: inline-block; text-transform:uppercase; text-decoration:none; font-size:14px!important; color:#FF6A5F; font-weight: 600!important; padding: 3px 17px!important; border:1px solid #FF6A5F!important; border-radius:4px!important;
-webkit-transition: background-color 0.3s, color 0.3s!important; /* Safari */
    transition: background-color 0.3s, color 0.3s!important;background-color: transparent!important;margin: 0 auto;}
a.ActionbtnParticipa:hover{background-color: #FF6A5F!important;color: #fff!important;}


 .TTLFormNews {

    font-size: 18px;
    font-weight: 500;
    color: #292929;
    letter-spacing: 0;
    padding: 0 0 15px 0;
    margin: 0;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 22px;
    text-align: left !important;
}
.TTLFormNews strong{color:#FF6A5F; font-weight: 600!important;}
p.TXTFormNews{font-family: 'Source Sans Pro', sans-serif; color:#A5A5A5; font-size: 12px; line-height: 1em!important; margin-bottom:0!important; text-align: center;}
p.TXTFormNews a{color:#FF6A5F; text-decoration: none;}


.BoxFormNews div.wpforms-container-full .wpforms-form .wpforms-submit-container { text-align: center;}

.BoxFormNews div.wpforms-container-full { margin-bottom: 10px;}

.BoxGrey{ padding: 20px;
      margin-bottom: 20px; background-color: #F0EFEE; border:0!important;
}
.BoxGrey p{font-family: 'Source Sans Pro', sans-serif; color:#292929; font-size: 14px; line-height: 20px!important; margin-bottom:20px;}
.BoxGrey p:last-child{margin-bottom:0!important}
.BoxGrey p a{color:#ff6a5f;}

/*MIEMBROS FORM*/
.page-template-page-miembros article header{display: none;}
.MiembrosForm label{font-family: 'Source Sans Pro', sans-serif; color:#333333!important; font-size: 11px!important; font-weight:700; text-transform: uppercase!important;}

.MiembrosForm .wpforms-form input, .MiembrosForm .wpforms-form select {font-family: 'Source Sans Pro', sans-serif!important; color:#333!important; font-size: 16px!important; border-radius:4px!important; border-color:rgba(159,159,159,0.5)!important; padding:11px 15px!important; height:45px!important;}
.MiembrosForm .wpforms-field-address input{margin-bottom: 20px!important;}
.MiembrosForm .wpforms-form input:focus, .MiembrosForm .wpforms-form select:focus { border-color:rgba(38,153,251,1);-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);color:#575353;}

.MiembrosForm .wpforms-form .wpforms-field { padding: 0 0 30px 0!important;}
div.txtSuscripcion {border-top:1px solid #d5d5d5!important; }
.txtSuscripcion div{display: flex;justify-content: space-between;font-family: 'Source Sans Pro', sans-serif!important; color:#333!important; font-size: 16px!important; padding-top: 15px; }
.txtSuscripcion div p:last-child{font-weight: 900; }
.txtSuscripcionDisclaimer div{font-family: 'Source Sans Pro', sans-serif!important; color:#333!important; font-size: 11px!important;}
.CheckMembresia ul li{display: flex;align-items: center;}
.MiembrosForm .wpforms-submit-container {    text-align: right;}
 .MiembrosForm form .SeleccionarDireccion ul li{display: flex;align-items: center;}
 .MiembrosForm form .wpforms-error{color:#ff746a!important; font-size: 8px; font-weight: 400; text-transform: none!important;}

.page-first-module {
    margin: 2px 40px 40px 40px;
    color: #2a2a2a;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    font-family: 'Merriweather', serif;
    }

.page-first-module ul {
      list-style:none;
    }

/*PARTICIPA FORM*/
.page-template-page-miembros article header{display: none;}
.ParticipaForm label{font-family: 'Source Sans Pro', sans-serif; color:#333333!important; font-size: 11px!important; font-weight:700; text-transform: uppercase!important;}
.ParticipaForm span.wpforms-required-label{display: none;}
.ParticipaForm .wpforms-form input, .ParticipaForm .wpforms-form select {font-family: 'Source Sans Pro', sans-serif!important; color:#B1B1B1!important; font-size: 16px!important; border-radius:4px!important; border-color:rgba(159,159,159,0.5)!important; padding:11px 15px!important; height:45px!important;}
.ParticipaForm .wpforms-field-address input{margin-bottom: 20px!important;}
.ParticipaForm .wpforms-form input:focus, .ParticipaForm .wpforms-form select:focus { border-color:rgba(38,153,251,1);-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);color:#575353;}

.ParticipaForm .wpforms-form .wpforms-field { padding: 0 0 30px 0!important;}
div.txtSuscripcion {border-top:1px solid #d5d5d5!important; }
.txtSuscripcion div{display: flex;justify-content: space-between;font-family: 'Source Sans Pro', sans-serif!important; color:#333!important; font-size: 16px!important; padding-top: 15px; }
.txtSuscripcion div p:last-child{font-weight: 900; }
.txtSuscripcionDisclaimer div{font-family: 'Source Sans Pro', sans-serif!important; color:#333!important; font-size: 11px!important;}
.CheckMembresia ul li{display: flex;align-items: center;}
.ParticipaForm .wpforms-submit-container {    text-align: left;}

/*ARCHIVO*/


.archive-description{text-align:center;font-family: 'Source Sans Pro', sans-serif;  font-size: 18px; line-height: 1.3em; color:#7d8895; font-weight: 400; padding: 20px 10% 20px 10%; font-style: italic;}
p.top_page{font-size: 18px; line-height: 1.3em; color:#7d8895; font-weight: 400; margin: 0;}
.archive-description a{color:#2697ea; }
.archive-description p{margin-bottom: 0; }
.sub_header_full{padding: 0 20px 20px 20px;}

.authorHeader, .authorHeader .archive-avatar, .NewslettersPage.TopContent header h1.entry-news-title, 
header.page-header.authorHeader h1{text-align:center; font-family: 'Roboto Slab', serif;  padding:30px 0 0 0;color:#1C162E;line-height: 1.3em; font-size: 42px; }
.page-template-page-NewsList header h1{padding: 0!important;}
.authorHeader .archive-avatar{display: flex; justify-content: center; align-items: center; }
.archive article, .NewslettersPage article, .page-template-page-videosV3 article {display: grid;   padding: 25px 0 ;
    background-color: #fff;
    border-top: 1px solid #ddd;
    border-bottom:0;
    margin-bottom: 0px;

}
.archive article.FirstRegular{border-top:0!important;}
.archive  article:first-of-type.ArchiveFirst, .NewslettersPage .ArchiveFirst article, .page-template-page-videosV3 article:first-of-type.ArchiveFirst{ padding: 30px 0 ; }
.archive  article:first-of-type.FirstRegular.ArchiveFirst{padding: 0px 0 30px 0 ;}
.archive .card-input_form{margin:10px auto 30px auto;max-width: 520px;}
.archive .frecuencianews,p.top_page {display: flex; flex-direction: column; justify-content: center;align-items: center;}
.archive .frecuencianews:before, .archive article.FirstRegular:before, p.top_page:before{display: block; content:" "; background-color:#d0d4da; height: 1px; width: 45px;}
.archive article.FirstRegular:before, p.top_page:before{margin: 0 auto 30px;}
.archive .frecuencianews p{padding: 20px 0 0 0 ;display: block;margin: 0;}
.archive.post-type-archive-tribe_events article.tribe-events-calendar-latest-past__event{display: flex!important;}
.archive.category-10386 article:first-child {
  display: grid!important;}
.archive article:first-of-type{display:block!important;}
  .ArchivePost_thumbnail  {
  grid-area: ArchivePostThumbnail;
  }
  .ArchivePost_content{
      grid-area:ArchivePostContent;
  }
 
 
.archive article, .NewslettersPage article, .page-template-page-videosV3 article {
 column-gap:20px ;
 grid-template-columns:  225px auto;
 grid-template-rows: auto auto ;
 grid-template-areas: 
  "ArchivePostThumbnail ArchivePostContent "
}

.archive.category-gps-am article,  .archive.category-gps-pm article{
  column-gap:0px ;
  grid-template-columns:  auto auto;
  grid-template-rows: auto auto ;
  grid-template-areas: 
   "ArchivePostContent ArchivePostContent "
 }


 @media (max-width: 500px){.archive article, .NewslettersPage article, .page-template-page-videosV3 article {grid-template-columns:  116px auto;column-gap:16px;}}

.archive article .ArchivePost_thumbnail, .page-template-page-videosV3 article .ArchivePost_thumbnail{max-width: 225px;}
.archive article.ArchiveFirst .ArchivePost_thumbnail{max-width: 100%;margin-bottom: 16px;line-height: 0; }


.archive article .ArchivePost_thumbnail img, .page-template-page-videosV3 article .ArchivePost_thumbnail img,  .archive  article.ArchiveFirst .ArchivePost_thumbnail img,
.single .thNoteCaption img{border-radius:5px; width: 100%; line-height:0;}

.archive article .ArchivePost_thumbnail.VideoThumbnail, .page-template-page-videosV3 .ArchivePost_thumbnail.VideoThumbnail{height: 132px; background-size: cover!important;}


.archive article p.caption, .archive article span.category,.archive article header .avatar_thumb,
.archive article .right,.archive article header .entry-content p,
.page-template-page-videosV3 article p.caption, .page-template-page-videosV3 article span.category,.page-template-page-videosV3 article header .avatar_thumb,
.page-template-page-videosV3 article .right,.page-template-page-videosV3 article header .entry-content p
{display: none;}
.archive article iframe, .page-template-page-videosV3 article img,.page-template-page-videosV3 article iframe{width: 242px; height: auto; }

.archive article header.entry-header .author-box .left .byline, .page-template-page-videosV3 article header.entry-header .author-box .left .byline { padding-left: 0px!important;}
.archive article header.entry-header .author-box .left .posted-on,.page-template-page-videosV3 article header.entry-header .author-box .left .posted-on {padding-left: 0;line-height: 1;}
.archive article header.entry-header .author-box .left div,.page-template-page-videosV3 article header.entry-header .author-box .left div {
    display: flex;
    align-items: flex-start;
    align-content: center;

}

 .archive article:first-of-type.ArchiveFirst .ArchivePost_content.FirstTextoCentrado, .page-template article:first-of-type.ArchiveFirst.ArchivePost_content.FirstTextoCentrado,
.page-template-page-videosV3 article:first-of-type.ArchiveFirst .ArchivePost_content.FirstTextoCentrado {text-align: center;flex-basis: 100%!important;}
.archive.category-gps-am article.ArchiveFirst .ArchivePost_content.FirstTextoCentrado,  .archive.category-gps-pm article.ArchiveFirst .ArchivePost_content.FirstTextoCentrado{text-align: left!important;}
.page-template .ArchiveFirst article.category-gps-am .ArchivePost_content.FirstTextoCentrado h2, 
.page-template .ArchiveFirst article.category-gps-pm .ArchivePost_content.FirstTextoCentrado h2{text-align: center;}
.archive article:first-of-type.ArchiveFirst  .ArchivePost_content.FirstTextoCentrado .author-box.entry-meta, .page-template article:first-of-type.ArchiveFirst.ArchivePost_content.FirstTextoCentrado .author-box.entry-meta{justify-content: center!important;}
.ArchivePost_content h2 a,.archive article header.entry-header h2 a, .ArchivePost_content h2.Main3c-titleColiz a{margin: 0;font-family: 'Roboto Slab', serif;font-weight: 400;  color:#161616; text-decoration: none; }
.archive article header.entry-header h2 a,.archive article header.entry-header h2.entry-title,
.page-template-page-videosV3 article header.entry-header h2 a,.page-template-page-videosV3 article header.entry-header h2.entry-title{font-size: 23px!important;line-height: 1.2em!important;}
.archive article:first-of-type.ArchiveFirst h2 a, .page-template-page-videosV3 article:first-of-type.ArchiveFirsth2 a{font-size: 30px;   }
.archive article h2, article.category-gps-am h2, article.category-gps-pm h2,.page-template-page-videosV3 article h2 { margin-bottom: 20px;}
.page-template-page-videosV3 article:first-of-type.ArchiveFirsth2,.page-template-page-videosV3 article:first-of-type.ArchiveFirsth2 { margin: 1em 0;}
.archive article .bajadaNota,.page-template-page-videosV3 article .bajadaNota{display: none;}
.page-template-page-NewsList article .bajadaNota, .page-template-page-NewsList-PM article .bajadaNota{display: initial;}
.archive article:first-of-type.ArchiveFirst .bajadaNota,.page-template-page-videosV3 article:first-of-type.ArchiveFirst.bajadaNota{font-size: 18px; line-height: 1.3em; margin: 0;display: block; }
.archive article:first-of-type.ArchiveFirst .bajadaNota p,.page-template-page-videosV3 article:first-of-type.ArchiveFirst.bajadaNota p{margin-bottom:23px;}
.archive article:not(:first-of-type) .byline a,  .NotasPieSingle .byline a, .archive.category-944 article:first-child .byline a{font-size: 14px; color:#7d8895!important}
.archive .ArchiveFirst .post-top,.page-template-page-videosV3 .ArchiveFirst .post-top{padding:35px 0 0 0;}
.archive.category .post-top, .archive article:first-of-type .SeparadorOculto{display: none;}
.archive article:first-of-type .author-box.entry-meta{flex-direction: column;justify-content: flex-start!important;}
.archive .author-box .byline, .NewslettersPage .ArchiveFirst .byline,.page-template-page-videosV3 .author-box .byline,
.archive .author-box .posted-on, .NewslettersPage .ArchiveFirst  .posted-on,.page-template-page-videosV3 .author-box .posted-on { padding: 0  ;}
.archive .author-box.entry-meta, .NewslettersPage .ArchiveFirst .author-box.entry-meta,
.page-template-page-videosV3 .author-box.entry-meta{display: flex; align-items: baseline;justify-content: flex-start;font-weight: 400;}



.EquilibraChicas .authorHeader{text-align:center;}

.search h1{font-family: 'Roboto Slab', serif;  color:#1C162E;line-height: 1.5em; font-size: 20px; font-weight: 500;}
.search h1 span{   font-size:  30px; color:#ff6a5f;}

/*ARCHIVO ESPECIALES*//*ARCHIVO CUANDO ES VIDEO*/
.archive.category-10386 .TopContent, .archive.category-944 .TopContent{    max-width: 1200px;  width: 100%;  margin: 0 auto; }
.archive.category-10386 #mainPlus,.archive.category-944 #mainPlus{  display: flex; flex-wrap: wrap; justify-content: space-between; }
.archive.category-10386 .TopContent article, .archive.category-944 #mainPlus article{  width: 48%; flex-basis: 48%;display: block;}
.archive.category-10386 .TopContent article:first-child{  width: 100%; flex-basis: 100%;}

.archive.category-10386 article:nth-child(4),.archive.category-10386 article:nth-child(3) { border-top:0;   }
.archive.category-10386 article:first-child::after{grid-area: separador;} 
.archive.category-10386 article:first-child {
  background-color: #161616;
  display: grid;
  column-gap: 50px;
  grid-template-columns: 560px auto;
  grid-template-rows: auto auto;
  grid-template-areas: "ArchivePostThumbnail ArchivePostContent ";
   border:0;                    
  padding: 0;
 
}
/*.archive.category-10386 article:first-child::after{content: "casa"; display: block; margin-top: 25px; border-bottom: 1px solid #ddd; height: 1px; width: 100%;}*/
.archive.category-10386 article:first-child h2{display: block;max-width: 75%; font-size: 30px; color:#fff;}
.archive.category-10386 article:first-child h2 a{ font-size: 30px; color:#fff;}
.archive.category-10386 article:first-child a.BT_CA__especial strong{border: 1px solid #fff;background-color:#fff; font-size: 16px;; border-radius: 5px; padding: 10px; display: inline-block; color: #161616;  font-family: 'Roboto Slab', serif;font-weight: 400;}
.archive.category-10386 article:first-child a.BT_CA__especial:hover strong{background-color: #fff; color:#161616 ;}
.archive.category-10386 article .ArchivePost_thumbnail{max-width: 100%; margin-bottom: 20px;}
.archive.category-10386 article:first-child .ArchivePost_thumbnail{height: 450px; overflow: hidden; margin-bottom: 0!important;}
.archive.category-10386 article:first-child .ArchivePost_thumbnail a{height: 450px; overflow: hidden;line-height: 0%; }
.archive.category-10386 article:first-child .ArchivePost_thumbnail img{object-fit: cover;height: 100%;border-radius: 0;}
.archive.category-10386 article .author-box.entry-meta{display: none;}
.archive.category-10386 article:first-child .ArchivePost_content {display: flex; flex-direction: column; justify-content: center;}
.archive.archive.category-10386 .BajadaEsp{font-size: 24px; display: block;max-width: 60%; font-family: 'Roboto Slab', serif!important; padding-bottom: 20px;}


/*ARCHIVO CUANDO ES VIDEO*/
.archive .VideoThumbnail p,.page-template-page-videosV3 .VideoThumbnail p{display: none;}
 article.ArchiveFirst .ArchivePost_thumbnail.VideoThumbnail p:firstchild {display: initial;}
 article.ArchiveFirst .ArchivePost_thumbnail.VideoThumbnail{height: 407px; background: transparent;}
.archive article .ArchivePost_thumbnail iframe.IframeVideoUT,.page-template-page-videosV3 article .ArchivePost_thumbnail iframe.IframeVideoUT {width: 100%;    height:132px;}
 article.ArchiveFirst .ArchivePost_thumbnail.VideoThumbnail iframe.IframeVideoUT{width: 100%; height:407px;}
.archive.category-944 #mainPlus hr{display: none;} 
.archive.category-944 #mainPlus article .ArchivePost_thumbnail{max-width: 100%;}
.archive.category-944 #mainPlus article .ArchivePost_content{display: grid; 
  grid-template-areas:  "autorDate ""TitVideo ";
}
.archive.category-944 #mainPlus article .ArchivePost_content h2{grid-area: TitVideo;padding-top: 10px;}
.archive.category-944 #mainPlus article .ArchivePost_content .bajadaNota,.archive.category-944 #mainPlus article .ArchivePost_content .BT_CA__especial{display: none;}
.archive.category-944 #mainPlus article .ArchivePost_content .author-box.entry-meta{grid-area: autorDate; font-size: 14px!important; font-weight: 400;padding-top: 10px;display: grid!important; grid-template-columns: auto auto 1fr; column-gap: 3px;}
.archive.category-944 #mainPlus article{border: 0;}
.archive.category-944 #mainPlus article .ArchivePost_content .author-box.entry-meta .posted-on{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto auto;column-gap: 3px;
}
.archive.category-944 #mainPlus article .SeparadorOculto{display:initial!important}



@media only screen and (max-width: 780px) {
  .archive.category-10386 article:first-child {row-gap: 40px;grid-template-columns: 100%; grid-template-rows: 250px auto;grid-template-areas: "ArchivePostThumbnail " 
                          "ArchivePostContent ";}
.archive.category-10386 article:first-child .ArchivePost_thumbnail, .archive.category-10386 article:first-child .ArchivePost_thumbnail a{height: 250px;}
.archive.category-10386 article:first-child h2,.archive.archive.category-10386 .BajadaEsp{max-width: 100%;}

.archive.category-10386 article:first-child .ArchivePost_content{display: block; text-align: center;padding: 0 20px;}
.archive.category-10386 .BajadaEsp {font-size: 18px!important;}
.archive.category-10386 .TopContent article{  width: 100%; flex-basis: 100%;}
.archive.category-10386 article { display: grid;}
.archive.category-10386 .ArchivePost_content h2{text-align: left;}
.archive.category-10386 article:first-child h2 a{font-size: 30px; line-height: 1.2em;text-align: center!important;}
#mainPlus hr{border-color: #fff;}
.archive.category-10386 article:nth-child(4),.archive.category-10386 article:nth-child(3) { border-top: 1px solid #ddd; }
}

/*SEARCH*/
.search.search-results .site .TopContent, .search.search-no-results .site .TopContent {display: flex; flex-direction: column; align-items: center; }
.search.search-results .site .TopContent header, .search.search-no-results .site .TopContent header, .search.search-results .site .TopContent .ContentHome3Column.SecondScroll,.search.search-no-results .site .TopContent .ContentHome3Column.SecondScroll {max-width: 1240px;width: 100%; padding-top: 20px;}

.NewslettersPage.TopContent header .entry-news{padding: 0 15%;}


.FiltroContenido { display: inline-flex;
 align-content: space-between;}

 .FiltroContenido {font-family: Source Sans Pro;
 	font-size: 18px; font-weight: 600; text-transform: uppercase;
}
.FiltroContenido div:nth-child(1){ padding-top: 0.5em
}
.FiltroContenido select {
    border: 0px solid #ccc;
   text-transform: uppercase;
width: 440px;

  /* styling */
   background-color: rgba(255,255,255,0);
    color: #2F97CE;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 0.2em;

  /* reset */

  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
select > option {
   background: #f0efee !important;
   border-bottom:1px solid #333;
font-family: 'Source Sans Pro', sans-serif; text-transform: uppercase;

}


.FiltroContenido select.minimal {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

.FiltroContenido select.minimal:focus {
  background-image:
    linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}


.FiltroContenido select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}


.FiltroContenido div {

    text-align: center;
    background: #f9f9f9 !important;
 
    color: #919191 !important;
    font-size: 14px;
    line-height: 22px !important;
    font-weight: normal;
    font-family: 'Source Sans Pro', sans-serif;
    border-radius: 0px;
    border: 0px solid #e2e1df !important;
    margin: 0;
   padding: .6em 0em .4em!important;
   display: inline;

}
.FiltroContenido div.BtBuscando{font-size:10px; color:#ddd;}


.FiltroContenidoResultado{  font-family: 'Source Sans Pro', sans-serif; }

/*foto del dia y  especial*/
article.fotoDelDia, article.pageEspecial {
    padding: 0 ;
    margin: 0px auto;
    border: 0;
    border-radius: 0 ;
background-color:#f9f9f9;

text-align:  center;
max-width: 1280px;
position: relative;
}

.fotoDelDia img, .pageEspecial img{width: 100%;max-width:1280px;margin: 0 auto;}
.fotoDelDia, .pageEspecial {position: relative;text-align: center;}
.fotoDelDia img, .pageEspecial img{ width: 100%;max-width:1280px; height:auto; margin: 0 auto;}
.FotoDelDiaContent {position: absolute; bottom: 0; padding: 230px 105px 0 105px ; width: 100%; text-align: left;}
.FotoDelDiaContentFull, .pageEspecialContentFull{ width: 100%;}





.RazonBg, .pageEspecialContent, .pageEspecialBg {position: absolute; text-align:center;display: block; width: 100%; }
.FechaFotoDelDia,  .FechapageEspecial{ display: block; margin:0 auto; text-align: left; font-family: 'Source Sans Pro', sans-serif;}
.pageEspecialContentFull{text-align: center; max-width: 1280px; height: 75%; display: flex; padding: 0 105px; }
.FotoDelDiaContentFull p, .FotoDelDiaContentFull h2, .FotoDelDiaContentFull .FullBajada,
.pageEspecialContentFull p, .pageEspecialContentFull h2, .pageEspecialContentFull .FullBajada
{display: block;   font-family: 'Source Sans Pro', sans-serif!important;color:#fff;text-align:center; }
.FotoDelDiaContent{bottom: 0; 
 }

.FotoDelDiaContent{/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#292929+0,292929+100&0+0,1+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00292929', endColorstr='#292929',GradientType=0 ); /* IE6-9 */}

.pageEspecialContent {bottom: 0;}

.HeaderFotoDelDia, .HeaderpageEspecial{background-color:#1C162E;  height: 40px; width:100%; text-align: center;}
.FechaFotoDelDia, .FechapageEspecial{ line-height: 40px; font-size: 13px; color:#fff; max-width: 1066px; display: block; margin: 0 auto;}
.HeaderFotoDelDia a, .HeaderpageEspecial a {color:#FF6A5F; font-size: 15px; font-weight: 600; text-decoration: none;}
.FotoDelDiaContentFull .category, .pageEspecialContentFull category{color:#FF6A5F;text-transform: uppercase; font-weight: 600; font-size: 14px; line-height: 14px; padding-top: 20px;}
.FotoDelDiaContentFull h2, .pageEspecialContentFull h2{ font-weight: 700; font-size: 50px;color: #fff; margin:0; text-align: left;line-height:50px;padding-bottom: 10px;}
.FotoDelDiaContentFull .FullBajada, .FotoDelDiaContentFull p, .pageEspecialContentFull .FullBajada, .pageEspecialContentFull p{ font-weight: 600; font-size: 15px; line-height: 1.2em; margin-bottom: 5px; text-align: left;}
.FotoDelDiaContentFull p strong {font-size: 13px;}
.FotoDelDiaContentFull .FullBajada, .pageEspecialContentFull .FullBajada{width: 500px;
padding: 5px 0 55px 0;
display: block;
line-height: 1.5em!important;}
.FotoDelDiaContentFull p.RazonNoticia, .pageEspecialContentFull p.pageEspecialNoticia {line-height: 15px;padding-bottom: 4px;}
.RazonBg{bottom:0;background-color:#1C162E;height: 38px;max-width: 1280px; display: block; margin:0 auto;}
.RazonNoticia span {font-size:15px;}
.RazonNoticia strong{font-size:14px; text-transform: uppercase !important;}




.home .navigation.posts-navigation{display: none;}

.post-template-single-modal .sd-social-icon .sd-content ul li[class*="share-"].share-jetpack-whatsapp a.sd-button,
.post-template-single-modal .sd-social-icon .sd-content ul li[class*="share-"].share-facebook a.sd-button,
.post-template-single-modal .sd-social-icon .sd-content ul li[class*="share-"].share-linkedin a.sd-button,
.post-template-single-modal .sd-social-icon .sd-content ul li[class*="share-"].share-twitter a.sd-button,
.post-template-single-modal .sd-social-icon .sd-content ul li[class*="share-"] a.sd-button,
.post-template-single-modal .sd-social-icon .sd-content ul li[class*="share-"].share-jetpack-whatsapp a.sd-button span,
.post-template-single-modal .sd-social-icon .sd-content ul li[class*="share-"].share-facebook a.sd-button span,
.post-template-single-modal .sd-social-icon .sd-content ul li[class*="share-"].share-linkedin a.sd-button span,
.post-template-single-modal .sd-social-icon .sd-content ul li[class*="share-"].share-twitter a.sd-button span
 {background: rgb(221, 221, 221,0)!important; color: #fff !important;}


.sd-social-icon .sd-content ul li[class*="share-"].share-jetpack-whatsapp a.sd-button,
.sd-social-icon .sd-content ul li[class*="share-"].share-facebook a.sd-button,
.sd-social-icon .sd-content ul li[class*="share-"].share-linkedin a.sd-button,
.sd-social-icon .sd-content ul li[class*="share-"].share-twitter a.sd-button,
.sd-social-icon .sd-content ul li[class*="share-"] a.sd-button,
.sd-social-icon .sd-content ul li[class*="share-"].share-jetpack-whatsapp a.sd-button span,
.sd-social-icon .sd-content ul li[class*="share-"].share-facebook a.sd-button span,
.sd-social-icon .sd-content ul li[class*="share-"].share-linkedin a.sd-button span,
.sd-social-icon .sd-content ul li[class*="share-"].share-twitter a.sd-button span
 {

    background: #fff!important;
    color: #999 !important;

}
.post-template-single-modal a.sd-button::before {
    font-size: 21px!important;
    color: #fff !important;
}

a.sd-button::before{
font-size:21px!important;
 color: #999 !important;
}
.sd-content ul li, a.sd-button{margin: 0!important;}
a.sd-button, a.sd-button:hover{padding: 7px 2px!important;}
.post-template-single-modal .sd-content ul{justify-content: center!important;}
.sd-content ul{ display: flex;  justify-content: flex-end;   position: relative;    top: 2px;}
.page-template-page-secciones-full-accordion .sd-content ul{justify-content: center;   }
.sd-content ul li{display: flex!important; align-items: center;}
.sd-content ul li:before{content: "  "; display:inline-block; height:20px; width:1px; margin:0 5px; background-color: rgba(159,159,159,0.5);}
.sd-content ul li:first-of-type:before, .sd-content ul li.share-end:before{display: none;}
.ShareBottomArticle{text-align: center;}
.ShareBottomArticle .sd-content ul{   justify-content: center; }
.ShareBottomArticle span{font-family: 'Source Sans Pro', sans-serif; font-size: 18px; font-weight: 400; line-height: 2em; color:#797979; }

/*.wp-block-image figcaption{margin-top: 0;
color: #999;
text-align: right;
font-size: 12px;
font-family: 'Source Sans Pro', sans-serif;line-height: 1em; }
.wp-block-image img { width: 100%; margin-top: 25px;}

.category-uncategorized .post-top, .category-uncategorized .entry-header{display: none;}*/
.navigation.posts-navigation{direction: initial;}


/*footer*/
.footer{width:100%; background-color:#161616 !important; text-align: center;}

#subfooter {
max-width:1078px;
display: flex;align-items: center;flex-direction: column;
margin: 0 auto;
padding: 40px 0 25px 0;
}
#subfooter .widgetBox {width: 100%;max-width: 100%;
}
#subfooter .widgetBox .widget, #subfooter .widgetBox .widget p{padding: 0;margin: 0;}
#subfooter .widgetBox .inner { width: 100%;
padding-bottom: 10px;
color:#fff;
font-family: 'Source Sans Pro', sans-serif;
}

#subfooter ul{list-style-type: none; display: flex;justify-content: center;}

#subfooter p.involucrate{font-size: 16px;line-height: 1em;  }
#subfooter p.involucrate a{font-weight: 700; color:#fff; text-decoration: underline;}

#subfooter ul.FooterMenu li a{color:rgba(255,255,255,0.7);  text-decoration: none;font-size:13px !important; padding: 0 5px;}

#subfooter ul.FooterMenu li a:hover{color:rgba(255,255,255,1);}
#subfooter ul.FooterMenu li::before{content:'·'; color: rgba(255,255,255,0.7);}
#subfooter ul.FooterMenu li:first-child::before{content:'';}

#subfooter ul.FooterRedes {display: inline-flex; justify-content: space-between; padding: 10px 0 10px 0;}
#subfooter ul.FooterRedes li a{color:#fff; font-size: 16px;}
#subfooter ul.FooterRedes li {padding: 0 10px; }
#subfooter p.FooterDisclaimer, #subfooter p.FooterAddress {text-align: center; display: block; font-size: 12px; color:#999; padding: 20px 0; border-top: 1px solid #2a2a2a; display: block;padding-top: 7px!important;}
#subfooter p.FooterAddress{border-top: 0;padding-bottom: 10px!important;}
#subfooter .logoFooter img{height:50px; margin: 0;width: auto!important;}



/*MIEMBROS*/
.ContentMiembros, .ContentEncuentros, .ContentVideos, .ContentPresentados{background-color: #FFF; width: 100%; display: flex; align-items: center; height: 494px; justify-content: center;}
.MiembrosTitle, .MonoTitle, .MonoBg, .content-area.PageFullW.MonoFull, .VideosTitle, .PresentadosTitle{ max-width: 1070px; width: 100%;}
.MonoBg{ height: 100%;background: url(/wp-content/uploads/2018/png/Group-mono.png) right bottom no-repeat; background-size: auto 348px; display: flex; align-items: center; justify-content: center;background-position-x: 95%;}
.MiembrosTitle h1, .Page-full-content h1, .MonoTitle h1 ,.VideosTitle h1{font-family: 'Roboto Slab'; font-weight: 500;
font-size: 60px; /*text-transform: uppercase;*/
margin-bottom: 30px;
line-height: 1 !important;
font-weight: normal;}
.MonoTitle h1{margin-top:0; padding-top:102px;}
.MiembrosTitle p, .Page-full-contentBajada{font-family: 'Source Sans Pro', sans-serif; font-size: 16px; font-weight: 400; line-height: 1.5em; padding-right: 50%;}
.MonoTitle h1, .MonoTitle .Page-full-contentBajada{color:#fff;}
.MonoTitle .Page-full-contentBajada{padding-bottom:30px;line-height: 1.6em; }
.CabeceraMiembros{background: url(/wp-content/uploads/2018/png/header_miembros.png) right bottom no-repeat; background-size: contain;}
.CabeceraNewsletters{background: url(/wp-content/uploads/2018/jpg/CabeceraNewsletter.jpg) right bottom no-repeat; background-size: contain;}


.page-template-page-miembros19 .CabeceraMiembros{background: url(/wp-content/uploads/2018/png/header_miembros.png) 90% center no-repeat; background-size: 27%;}

.Row3Col1third{padding-top: 0!important;padding-bottom: 30px;}
.Row3Col1third .ColFullOneThird.MiembrosPlanes {
    flex-basis: 33.1%;
   background-color: #fff; border:1px solid #E0E0E0; border-radius: 5px; padding: 28px 27px 20px 40px;font-family: 'Source Sans Pro', sans-serif; font-size: 18px; line-height: 23px; color:#161616;
   display: flex; flex-direction: column;
}
.Row3Col1third .ColFullOneThird.MiembrosPlanes:not(:first-child) {margin-left: 30px;}
.Row3Col1third .ColFullOneThird.MiembrosPlanes:not(:last-child) {margin-right: 30px;}
.Row3Col1third .ColFullOneThird.MiembrosPlanes.MiembrosPrincipal{border-top: 6px solid #161616; padding-top: 22px;}
.Row3Col1third .ColFullOneThird.MiembrosPlanes:last-child {margin-right: 0;}
.tituloElegiMembresia span{font-family: 'Roboto Slab',serif;line-height: 150px;font-size: 38px;color: #161616; background-color: #FFF7E3; height: 150px; padding: 0 40px; display: inline-block;}
.centerElegiMembresia{text-align: center; display: block;}
.tituloElegiMembresia {background:url(/wp-content/uploads/2018/png/1px.png) repeat-x; max-width: 1080px; margin:0 auto;}
.MiembrosPlanes span{display: block;}
.Miembrosedad{font-size: 20px ; font-weight: 700; letter-spacing: 1px;padding-bottom: 12px;}
.MiembrosValor{font-size: 60px; line-height: 1.2;}
.MiembrosValor small{font-size: 20px}
.MiembrosDescuento{font-size: 15px; color:#FF6A5F; padding-top: 8px;}
ul.MiembrosDetallePlanes{text-align: left; border-top:1px solid #E0E0E0;list-style: none;position: relative;padding: 14px 0 35px 0;margin-top: 7px; margin-bottom: auto; }
ul.MiembrosDetallePlanes li::before {background:url(/wp-content/uploads/2018/png/noun_tick.png) 0 0 no-repeat; position:absolute; left:-20px;content:' ';margin-top:5px; display: inline-block; width: 16px; height:16px;  line-height: 16px; text-align: center; font-weight: 600; color:#fff; font-size: 14px;}

.page-template-page-miembros19 .wpforms-container-full{background-color:#fff; padding: 35px 0;display: flex; justify-content: center;margin-bottom: 0!important;}
.page-template-page-miembros19 .wpforms-container-full form{max-width: 1067px;  text-align: left; border: 1px solid #ddd; border-radius: 5px; padding:40px;}

.MembresiaGrupos span{max-width: 1080px; margin:0 auto; padding: 0 5.5% !important; font-size: 15px;}
.MembresiaGrupos {padding-bottom: 30px;}
.MiembrosDetallePlanes li small{display: block; font-style: italic; font-size: 15px; line-height: 20px; color:#797979;padding-top:6px;}
.MiembrosDetallePlanes li {padding-top: 20px;}
.MiembrosDisclaimer{font-size: 14px; font-weight: 300;letter-spacing: -0.3px;padding-top: 12px;}
a.BTHaceteMiembro{ display: inline-block; background-color:#161616; color:#fff; text-transform: uppercase; letter-spacing: 0.8px; font-size: 14px; font-weight: 700; padding: 6px 16px; text-decoration: none; border-radius: 4px;  }
a.MiembrosMasInfo{display: none;}
.MiembrosButtonDisclaimer{ margin-top: auto; }

.CabeceraMiembros h1{flex-basis: 68%; padding-right: 0;}
.CabeceraMiembros p{flex-basis: 45%; padding-right: 0;}
.TotalMembresia{font-size: 40px!important;}
.TotalMembresia small{font-size: 22px!important;}

.CabeceraNewsletters h1, .CabeceraNewsletters p{flex-basis: 60%; padding-right: 0;}
header.pageFull-header {display: none;}
div.wpforms-container-full .wpforms-form input[type="checkbox"]{height: auto!important;}
.page-first-module ul li:before {content: "";}





/*MIEMBROS v2*/
.page-id-59553 #masthead,.page-id-64234 #masthead,.page-id-65011 #masthead{display: none;}
.MiembrosTop{ padding-bottom: 20px; }
.MiembrosTop .wp-block-columns, .MiembrosHeader,.Miembrosx2Col ,h3.Miembrosx1Col,p.MiembrosPreguntas,.SectionBeneficios {padding: 32px 20px;max-width: 1280px;margin: 0 auto;text-align: left;}
.page-id-65011 h3.Miembrosx1Col {text-align: center;}
.ListaMiembrosBeneficios {    max-width: 1280px;  margin: 0 auto; padding:0 20px}
.page-id-65011 .BloqueYellFull.BeneficiosFull h3.Miembrosx1Col, .ListaMiembrosBeneficios  {text-align: left;}
.MiembrosHeader{padding: 20px;}
.MiembrosTop .headerFixedMiembros{border-bottom: 0;}
.MiembrosTop .wp-block-columns{padding-top: 93px;justify-content: space-between;}
.redaccionMI{display: block;}
.redaccionMD{display: none;}
.SectionBeneficios{padding-bottom: 0}
#sb_instagram{max-width: 1280px;}
.MiembrosHeader{font-family: 'Source Sans Pro', sans-serif;display: flex;align-items: center;justify-content: space-between;}
.MiembrosHeader a{ font-size: 16px;  color:#161616;text-decoration: none!important; }
.MiembrosHeader a:first-child{float:left; font-size: 16px;  padding-left: 0}
.MiembrosHeader a:nth-child(2){padding-right: 25px; font-weight: 600;letter-spacing: 0.5px;text-align: right; flex-grow: 2;}
.MiembrosHeader a{ font-size: 14px;  }
.btQuieroSerMiembro, .QuieroSerMiembro a{
font-weight: 500 ;
font-size: 12px!important;
height: 33px;
line-height: 33px;
padding: 0 17px ;

text-transform:uppercase;  color:#fff!important; letter-spacing: 1px; text-decoration: none!important; display: inline-block; border-radius: 4px; background-color: #FF6A5F;}
.MiembrosHeader .btQuieroSerMiembro{margin-bottom: 0}
.MiembrosHeader.preguntasFrecuentes img{width: 180px;}
.BottomMiembrosHeader{padding-top:75px;padding-bottom: 60px;}
#post-64234 .BottomMiembrosHeader{padding-bottom: 45px;}
.QuieroSerMiembro a{letter-spacing: 1px;margin-bottom: 8px;}
.MiembrosTopCol-Tit{text-align: left;flex-basis: 40%; font-size:19px;line-height: 28px;}
.MiembrosTopCol-Tit h2{font-family: 'Roboto Slab', serif;font-size:60px; font-weight: 500;color: #161616;text-decoration: none;line-height: 1em; padding-bottom: 10px; padding-top: 41px;}
.QuieroSerMiembro { padding-top:18px; font-size: 16px;display: inline-block;color: #797979; }
.QuieroSerMiembro strong { font-weight: 500!important;}

.MobileMiembro{display: none;}

.MiembrosVideo.Miembrosx2Col{padding-bottom: 18px;}
.MiembrosVideo .wp-block-column:not(:first-child) {margin-left: 76px; text-align: left;}
.MiembrosIframe{margin-top: 10px; width: 100%; height: 335px;}
.Miembrosx2Col h3, h3.Miembrosx1Col,  h3.Miembrosx1Col a {font-family: 'Roboto Slab', serif;font-size:38px; font-weight: 500;color: #161616;text-decoration: none;line-height: 1.1em; padding-bottom: 26px}
.Miembrosx2Col h3.Top_futuroTit{padding-top: 70px; padding-bottom: 0px;}
h3.Miembrosx1Col.PFTittle{font-size: 60px;padding-top: 75px;}
h3.has-text-align-center.Miembrosx1Col.PFTittle.wpsm_panelTT.TitVacunas{font-size: 55px; padding-top: 20px;}
.VolantaCovidPre{margin-top: 45px; display: inline-block; }
.VolantaCovidPre strong{border-bottom:1px solid #FF6A5F}
.BoxPreguntasCovid{padding-bottom: 30px;}



.BajadaVacunas{max-width: 700px; margin: 0 auto 20px auto;  line-height: 22px;}

h3.Miembrosx1Col{padding-bottom: 24px}
h3.Miembrosx1Col a{position: relative;
z-index: 3;}
h3.QuienesH3{line-height: 1.3em;}
h3.Miembrosx1Col.Pad10{padding-bottom: 10px}
.PFTittle{text-align: center!important; }
.MiembrosComent h3{padding-bottom: 16px}
.YellowInsta h3.Miembrosx1Col{padding-bottom: 0px}
.MiembrosVideo ul {list-style-image: url("/wp-content/uploads/2019/svg/noun_tick.svg");  margin: 0 0 18px 25px;}
.MiembrosVideo ul li{padding: 0 0 14px 1px; font-size: 19px; font-weight: 500; line-height: 1.3em;}
.Miembrosx2Col p.MiembrosBajadas,.Miembrosx1Col p.MiembrosBajadas{font-size: 19px; }
.MiembrosComent p.MiembrosBajadas{line-height: 1.3;padding-right: 61px;}
.GifLoopParte{text-align: right;}
.GifLoopParte img{width: 80%; }

* {box-sizing: border-box}
.mySlides1, .mySlides2 {display: none; justify-content: space-between;}
.mySlides1 img, .mySlides2 img{vertical-align: middle;}
.ComentLine .slideshow-container{padding: 7px 61px 0 61px; min-height: 240px;}

.MiembrosBackYell, .BloqueYellFooter, .BloqueYellFull {background-color: #FFF7E3}
.MiembrosBackYell{background: url("/wp-content/uploads/2019/png/wBack.png") 0 -5px #FFF7E3 repeat-x;margin-top: 26px;padding-bottom: 80px;}
.YellowInsta{background: url("/wp-content/uploads/2019/png/yBack.png") 0 -5px #FFFFFF repeat-x;padding-bottom: 16px;}
.MiembrosComent{margin-top: 48px;}
.MiembrosComent div.mySlides q:before{margin-bottom: 6px; content: ""; width: 28px; height: 28px; display: block; background: url("/wp-content/uploads/2019/svg/comillas.svg") no-repeat; background-size: content;}
.MiembrosComent div.mySlides q {font-size: 24px; line-height: 1.3; font-style: italic;font-weight: 500; }
.MiembrosComent div.mySlides p{font-size: 16px; padding-top: 20px;}
.Miembrosx2Col.MiembrosComent .ComentLine{position: relative; padding-left: 32px;}
.MiembrosComent div.mySlides p:last-child{margin-bottom: 0px;}
.Miembrosx2Col.MiembrosComent .ComentLine:before{ content:""; display: block; width: 1px; background-color: #ddd; height: 70%; left:0; top:15%; position: absolute; }
.MiembrosPeriodismo-Feed article{text-align: left;padding-bottom: 0px !important;border:1px solid #E0E0E0; border-radius: 5px;}
.MiembrosPeriodismoTxt {padding: 20px;}
.MiembrosPeriodismoTxt .MiembrosPeriodismoCat{font-size: 14px; text-transform: uppercase;}
.MiembrosPeriodismoTxt a {text-decoration: none;}
.MiembrosPeriodismoTxt a.MiembrosPeriodismo-titleFeed{display:block; font-family: 'Roboto Slab', serif!important;font-size:16px; line-height:1.4em; font-weight: 500;color: #161616;text-decoration: none;padding: 15px 0;}

#sb_instagram .sbi_photo_wrap{border: 1px solid #E0E0E0;border-radius: 5px;}
#sb_instagram img, #sb_instagram .sbi_photo {    border-radius: 5px !important;}
p.MiembrosPreguntas{padding:0 680px 15px 20px;line-height: 1.4;}
.MiembrosPreguntas{text-align: left; font-size: 18px; }
.MiembrosPreguntas a{color: #5c9af6;font-size: 14px;text-decoration: none;position: relative; top:4px;}
.SectionBeneficios{display: flex; flex-wrap: wrap; margin: auto; justify-content: flex-start;}

.BoxBeneficios {border:1px solid #CECECE; border-radius: 5px; padding: 10px 21px; flex-basis: 23%; position: relative; margin-bottom: 40px;margin-right: 30px;}
.BoxBeneficios:nth-child(4n+0), .page-template-page-sin-menu .SectionBeneficios .BoxBeneficios:nth-child(3n+0) {margin-right: 3%}

.page-template-page-sin-menu .SectionBeneficios .BoxBeneficios{flex-basis:30%; margin-right: 3%;}
.page-template-page-sin-menu .SectionBeneficios .BoxBeneficios:nth-child(4n+0){margin-right: 3%}
.BeneficiosThumb{display: flex; align-items: center;}
.BoxBeneficios .TipsFeed{font-size: 15px; line-height: 20px; font-weight: 600; color:#161616; flex-basis:180px;  }

.BoxBeneficios .attachment-post-thumbnail{max-width: 60px;height: 60px; flex-basis: 60px; margin-left:10px;}
.BloqueYellFooter{position:relative;font-family: 'Roboto Slab', serif;text-align:center;font-size:40px; color: #161616;text-decoration: none;line-height: 56px; padding: 90px 0 77px 0px; margin-top: 60px;}

.BloqueYellFooter strong{max-width: 900px; display: block; margin: auto; font-weight: 500!important;}
.BloqueYellFooter em{font-style: normal;position: relative;}
.BloqueYellFooter em:after{position: absolute; right:  -10px; bottom:-5px; z-index: 1; width: 190px; height: 8px; content: ""; background: url(/wp-content/uploads/2019/12/trazado.png) 0 0 no-repeat;}
.StarPrize{background: url("/wp-content/uploads/2019/svg/StarPrize.svg") left center no-repeat;  padding-left: 17px; width: 100%; font-size: 11px!important; color:#B2B2B2; position: absolute; bottom:10px;}
.StarPrize p{margin-bottom: 0!important;}
.BloqueYellFull.MiembrostopVideo{margin-top:0; padding-top: 27px;padding-bottom: 0;}
.GrayBox{background-color:#F5F5F5; display: flex; flex-direction:column;justify-content: center; padding: 0px 0 90px 0;}
.GrayBox p br{display: none;}
.GrayBox p{max-width: 720px;margin: 0 auto; padding-top: 75px; text-align: left;font-family: 'Merriweather', serif;font-size: 15px; font-weight: 400;}
.GrayBox p:first-child{padding-top: 85px;}
.GrayBox p strong{font-family: 'Source Sans Pro', sans-serif;font-size:20px;line-height: 1.2;display: block;padding-bottom: 10px;}
.MiembrosWBox{max-width: 700px;margin: 0 auto; padding-top: 70px;  text-align: left;}
.MiembrosWBoxFull{max-width: 1100px;margin: 0 auto 70px auto; text-align: left;}
.MiembrosWBoxFullDisc{max-width: 700px;margin: 0 auto; padding-bottom: 70px;  text-align: center;}
.page-id-64234 .BloqueYellFooter{margin-top: 0;}
.headerFixedMiembros{/*position: fixed;text-align: center;width: 100%;border-bottom: 1px solid #ddd;background-color: #fff;z-index: 10000;*/display: none;}
.MiembrosPeriodismo-Feed .swiper-container {
      width: 100%;
      height: 100%;
    }
    .MiembrosPeriodismo-Feed .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      /*-webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;*/
    }

/* Slideshow container */
.slideshow-container1, .slideshow-container  {
  width: 100%;
  position: relative;
  margin: 0;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: -60px;
  width: auto;
  color: #ddd;
  font-weight: 100;
  font-size: 22px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
}
.prev {
  right: 50px;
}

/* On hover, add a grey background color */
.prev:hover, .next:hover {
 /*background-color: #f1f1f1;*/
  color: black;
}


/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 8px;
  width: 8px;
  margin: 0px 2px 0 2px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  border:1px solid #717171;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 380px) {
  .prev, .next,.text {font-size: 11px}
}


/*MONO*/
.page-template-page-mono{background-color: #161616!important;}
.ContentMono{background-color: #161616; width: 100%; display: flex; align-items: center; height: 445px; justify-content: center; border-bottom: 1px solid #241e35;}
.MonoContent .MonoColumn{display: flex; justify-content: space-between; flex-wrap: wrap; }
.MonoContent .MonoColumn article {flex-basis: 43.5%; margin-bottom: 75px;}
.PageFullW .MonoContent article {border: 0;background-color: transparent!important;}
.PageFullW .MonoContent{padding-top: 40px;}
.MonoContent .MonoMagContent{display: flex;}
.MonoCover{flex-basis: 170px;}
.MonoContent .MonoData{display: flex;flex-direction: column;align-content: center; padding-left: 52px;/*justify-content: center;*/color: #fff;}
.MonoContent h2.Mono-title{font-family: 'Roboto Slab',serif !important;line-height: 1.5em;font-size: 22px;color: #fff !important;}
.MonoContent .Mono-date{font-family: 'Source Sans Pro', sans-serif;font-size: 11px;padding-top:20px;}
.MonoContent .Mono-date::first-letter{text-transform: uppercase;}

.MonoContent .Mono-description p{font-family: 'Source Sans Pro', sans-serif; font-size: 13px; margin: 0;padding-top: 20px ;color: #fff; max-width: 235px;}
.MonoContent .Mono-description a{color: #ff6a5f; text-decoration: none;text-transform: uppercase;display: block;margin-top:14px;}

/*ENCUENTROS*/
.EncuentroContent{display: flex; background-color: #fff;border-radius: 5px;}
.EncuentroCover{flex-basis: 537px;min-width: 537px;border-radius: 5px 0 0 5px;min-height: 280px;}
.EncuentroData{padding:25px 24px 21px 45px;}
h2.Encuentro-title{font-family: 'Roboto Slab',sans-serif ! important;padding-bottom:10px;line-height: 1.15em;font-size: 35px; font-weight: 500;}
.Encuentro-description p{margin-bottom: 0; line-height: 1.4;}
.Encuentro-description .EncuentroDate{background: url(/wp-content/uploads/2018/png/ic_date.png) 0 0 no-repeat; display: block; padding-left: 27px; font-size: 12px; color: #9D9D9D; font-weight: 500; line-height: 1.5em; margin-bottom: 16px;}
.EncuentroDate strong{font-size: 13px; color: #333; }

.Encuentro-description a { margin-top:24px;
font-size: 16px !important; font-weight: 600; padding: 12px 28px;text-transform: none;    background-color: #FF6A5F;    color: #fff;    text-decoration: none;  -webkit-transition: background-color 1s, color 1s;
    transition: background-color 1s, color 1s;display: inline-block; border: 2px solid #FF6A5F;    border-radius: 4px;
}
.Encuentro-description a:hover {    text-decoration: none !important;    color: #FF6A5F;   background-color: transparent;}
 .EncuentrosMain article, article.type-encuentros{margin-bottom: 65px;}

 .home.page-template .EncuentroContent {display: block;}
 .home.page-template h2.Encuentro-title{font-family: 'Roboto Slab',sans-serif ! important;
line-height: 1.15em;
font-size: 35px; font-weight: 500;}

  .home.page-template .EncuentroCover {border-radius: 5px 5px 0 0px;min-height: 395px;}

/***************/
/*full template*/
.site-content-full{
	width: 100%;
	
	text-align: center;
}
.Col-Fullwidth-SiteWidth-Content{background-color:#fff;display: block!important; padding: 35px 0;}
.Col-Fullwidth-SiteWidth-Content .Fullwidth1Col {padding: 0 20px !important;
max-width: 1280px;margin: 0 auto; text-align: left; display: flex; justify-content: left;flex-wrap: wrap;align-content: center;height: 424px; }
.Col-Fullwidth-SiteWidth-Content .Fullwidth1ColCenter {padding: 0 20px !important;
max-width: 1280px;margin: 0 auto; text-align: center;  }
.ColFullTwoThird.page-first-module{margin-bottom: 0;}
.CabeceraFull div.Row2Col2third1third:first-child{padding-bottom: 0!important;}
.MiembrosForm ul li:before {display: none!important;}
.stickyGPSenviar{position: fixed;bottom: 0;left: 0;}
.GPSenviarResponseFixed{display: flex; flex-direction: column; justify-content: center; padding: 30px; background-color:#fff; width: 100%; border-top:1px solid #E0E0E0; }

/*DOS COLUMNAS 2/3 1/3*/

.Row2Col2third1third, .Row3Col1third{
margin: 0 auto;
}
.Row2Col2third1third .ColFullTwoThird {
    flex-basis: 67.7%!important;
  
   text-align: left;
}
.Row2Col2third1third .ColFullTwoThird.entry-content{text-align: left;
 background-color: #fff;
margin-bottom: 32px;
border: 1px solid #ddd;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(221, 221, 221);
border-radius: 5px;
border-bottom: 2px solid #eee;
padding:  40px;

}
.Row2Col2third1third .ColFullOneThird {
    flex-basis: 315px;
    padding-left: 0!important
}

.Row3Col1third .ColFullOneThird {
    flex-basis: 30%;
}

/*TRES COLUMNAS MIEMBROS*/
.page-template-page-miembros19 .site-content-full{background-color: #FFF7E3;}


/*NEWSLETTERS LISTS*/
.ParticipacionContent{margin: 0 auto;padding: 35px 3.8% !important;max-width: 1280px;}
.NewsGroupContent{margin: 0 auto;padding: 0 0 35px 0 !important;max-width: 720px;}
.Row1ColCenter {
margin: 0 auto;
    padding: 45px 20px 0 20px!important;
    max-width: 1280px;}
.BajadaNewsGPSSpacer{border-bottom: 1px solid #e4e4e4; padding-top:35px;}
.NewsGroupMChimp{width:100%!important;}
form.NewsGroupsForm  {
    display: block;
    position: initial;
    text-align: center!important;
    padding: 0!important;
}


/*
.NewsGroups{display: flex; align-items:flex-start;  flex-wrap: wrap; justify-content:center;}
.NewsGroups li{flex-basis: 33%; list-style-type: none; text-align:center;}*/
.NewsLetterPageBox li{list-style-type: none; }
.NewsGroups .GpsBox{ border-radius: 6px; ; margin: 0px 0px 30px 0px; border:1px solid #e8eaee}
.NewsLetterPageBox .GpsBox{ background-color: #fff; margin:  0px;text-align: center;}
.NewsLetterSingleBoxForm .GpsBox p{text-align: left!important; padding: 0 20px ; font-size: 13px; margin-bottom: 0!important; line-height: 1.5em;}
.NewsLetterPageBoxForm{ border:1px solid #ddd; border-radius: 6px; background-color: #fff; margin: 8px 0px;padding-bottom: 18px;}
.NewsLetterSingleBoxForm{ border:1px solid #ddd; border-radius: 0 0 6px 6px; background-color: #fff; margin: 8px 0px;padding-bottom: 18px; }
.NewsLetterSingleBoxForm.NewsTemplate{ border:0; border-radius: 0; background-color: transparent;  }
.NewsLetterSingleBoxForm.SingleNewsGps{border-top:5px solid #f5cb5b;}
.NewsLetterSingleBoxForm.SingleNewsGpsPM{border-top:5px solid #5c9bf8;}
.NewsLetterSingleBoxForm.SingleNewsSustentable, .NewsLetterSingleBoxForm.planeta{border-top:5px solid #8FB981;}
.NewsLetterSingleBoxForm.SingleNewsOxigeno{border-top:5px solid #a4ded2;}
.NewsLetterSingleBoxForm.SingleNewsFuturo{border-top:5px solid #bc7bd9;}
.NewsLetterSingleBoxForm.SingleNewsSiete{border-top:5px solid #c45381;}
.NewsLetterSingleBoxForm.SingleNewsChillax{border-top:5px solid #fe8228;}
.NewsLetterSingleBoxForm.SingleNewsReaprender{border-top:5px solid #ffc986;}
.NewsLetterSingleBoxForm.SingleNewsOtraEconomia{border-top:5px solid #162BA5;}
.NewsLetterSingleBoxForm.SingleNewsDircomsNet{border-top:5px solid #162BA5;}

.NewsGroups li .GpsBox{display: grid;}
.GpsBox h2  {
  grid-area:h2;
  }
  .GpsBox .MailTopBox{
   grid-area:MailTopBox;
  }
  .GpsBox .EdicionesNewsDetalle{
  grid-area: EdicionesNewsDetalle;
  }
  .NewsGroups li .GpsBox{
    padding-right: 10px;
    column-gap: 20px ;row-gap: 0px;
   grid-template-columns:  5px auto;
   grid-template-rows: auto auto ;
   grid-template-areas: 
   "MailTopBox h2 "
   "MailTopBox EdicionesNewsDetalle"
  }


@media (min-width: 780px) {
  .NewsGroups li .GpsBox{
    padding-right: 10px;
column-gap: 20px ;row-gap: 0px;
grid-template-columns:  356px auto;
grid-template-rows: auto auto ;
 grid-template-areas: 
 "MailTopBox h2 "
 "MailTopBox EdicionesNewsDetalle"
}
.NewsGroups li .MailTopBox, .NewsLetterPageBox li .MailTopBox{background-color: #ddd; height: 180px;}
}


#mc_embed_signup form, #mc_embed_signup .mc-field-group.input-group ul, #mc_embed_signup .mc-field-group.input-group ul li {margin: 0!important; padding:0!important;}


.NewsGroups li .MailTopBox.TopBoxAM, .NewsLetterPageBox li .MailTopBox.TopBoxAM{background: url(/wp-content/uploads/2018/jpg/Newsletter-am.jpg) right bottom #ffe886 no-repeat; background-size:cover;}
.NewsGroups li .MailTopBox.TopBoxPM, .NewsLetterPageBox li .MailTopBox.TopBoxPM{background: url(/wp-content/uploads/2018/jpg/Newsletter-pm.jpg) right bottom #2499f7 no-repeat; background-size:cover;}
.NewsGroups li .MailTopBox.TopBoxOxigeno, .NewsLetterPageBox li .MailTopBox.TopBoxOxigeno{background: url(/wp-content/uploads/2018/jpg/Newsletter-oxigeno.jpg) right bottom #06bfc0 no-repeat; background-size:cover;}
.NewsGroups li .MailTopBox.TopBoxSustentables, .NewsLetterPageBox li .MailTopBox.TopBoxSustentables,
.NewsGroups li .MailTopBox.TopBoxPlaneta, .NewsLetterPageBox li .MailTopBox.TopBoxPlaneta{background: url(/wp-content/uploads/2018/jpg/Newsletter-sustentables.jpg) right bottom #9ce798 no-repeat; background-size:cover;}
.NewsGroups li .MailTopBox.TopBoxFuturo, .NewsLetterPageBox li .MailTopBox.TopBoxFuturo{background: url(/wp-content/uploads/2018/jpg/Newsletter-futuro.jpg) right bottom #cf77d8 no-repeat; background-size:cover;}
.NewsGroups li .MailTopBox.TopBoxSiete, .NewsLetterPageBox li .MailTopBox.TopBoxSiete{background: url(/wp-content/uploads/2018/jpg/Newsletter-Siete.jpg) right bottom #ee5b95 no-repeat; background-size:cover;}
.NewsGroups li .MailTopBox.TopBoxChillax, .NewsLetterPageBox li .MailTopBox.TopBoxChillax{background: url(/wp-content/uploads/2018/jpg/Newsletter_chillax.jpg) right bottom #ff8f3c no-repeat; background-size:cover;}
.NewsGroups li .MailTopBox.TopBoxReaprender, .NewsLetterPageBox li .MailTopBox.TopBoxReaprender{background: url(/wp-content/uploads/2018/jpg/Newsletter_reaprender.jpg) right bottom #ffca8a no-repeat; background-size:cover;}
.NewsGroups li .MailTopBox.TopBoxOtraEconomia, .NewsLetterPageBox li .MailTopBox.TopBoxOtraEconomia{background: url(/wp-content/uploads/2018/jpg/Newsletter_economiac.jpg) right bottom #1721a2 no-repeat; background-size:cover;}
.NewsGroups li .MailTopBox.TopBoxDircomsNet, .NewsLetterPageBox li .MailTopBox.TopBoxDircomsNet{background: url(/wp-content/uploads/2018/jpg/Newsletter_Dircomsnet.jpg) right bottom #1b6fb5 no-repeat; background-size:cover;}
.NotasPresentadasLogos{    justify-content: space-around;  display: flex; flex-wrap: wrap;}
.NotasPresentadasLogos img{   max-height: 50px; margin: 5px 10px;width: auto!important;}

.NewsGroups li .GpsBox h2{font-family: 'Roboto Slab'!important; font-weight: normal!important; margin: 20px 0 12 0!important; display: flex;justify-content: space-between;align-items: center;font-size: 30px!important;}
.NewsGroups li .GpsBox h2 .ContainerNewsBox{order:1;}
.NewsGroups li .GpsBox p, .NewsLetterPageBox li .GpsBox p{ color:#858585;font-size:15px;margin-bottom: 15px; }
.NewsGroups li .GpsBox p{font-family:  'Source Sans Pro', sans-serif; font-weight: 600;}

.page-template .NewsGroups li .GpsBox p{color:#161616;font-family: 'Source Sans Pro',sans-serif !important; font-size: 16px;line-height: 20px; font-weight: 500;}
.page-template .NewsGroups li .GpsBox p small{color:#797979; font-size: 13px; font-weight: 500;display: block;}
.NewsGroups li .GpsBox p:nth-child(3){display: block; min-height:63px; }
.NewsGroups li .GpsBox a, .NewsLetterPageBox li .GpsBox a{text-decoration: none!important; font-weight: 600; font-size: 16px; align-self: flex-end; color: #5C9AF6;}
.NewsLetterSingleBoxForm .GpsBox p.TTlNewsSingle{font-size: 22px; font-family:  'Source Sans Pro', sans-serif; font-weight: 600;}

.NewsLetterSingleBoxForm .GPSenviarBoxSidebar{display: flex;justify-content: space-between;padding: 0 20px; margin: 20px 0; }
.NewsTemplate .GPSenviarBoxSidebar{padding: 0 ;}
.NewsLetterSingleBoxForm .GPSenviarBoxSidebar div.GPSEmailFieldBoxSidebar{flex-grow: 2;
padding-right: 20px; padding-left: 0;}
.NewsLetterSingleBoxForm #mce-responses{margin: 0 20px;}


.ContainerNewsBox{

 display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;}


.ContainerNewsBox  input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.ContainerNewsBox {
    display: block;
     margin: 0 0 40px 0;
}

.checkmark {
  position: absolute;
  top: -15px;
  left: 0;
  height: 25px;
  width: 25px;
  border:2px solid #7d8894;
  background-color: #fff;
  border-radius: 6px;
}


/* On mouse-over, add a grey background color */
.ContainerNewsBox:hover input + .checkmark {
  background-color: #7d8894;
}

/* When the checkbox is checked, add a blue background */
.ContainerNewsBox  input:checked + .checkmark {
  background-color: #7d8894;
  border-color: #7d8894;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark::after {
  content: "";
  position: absolute;
 display: none;
}

/* Show the checkmark when checked */
.ContainerNewsBox  input:checked + .checkmark::after {
  display: block;
}

/* Style the checkmark/indicator */
.ContainerNewsBox .checkmark::after {
	content: "";
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #FFF;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mc_embed_signup .mc-field-group{padding-bottom: 0!important;min-height: auto!important}
.GPSenviarResponseFixed {
  padding: 15px 30px 70px 30px;}
.GPSenviar{text-align: center; padding-top: 15px;}
.GPSenviarBox {display: flex; justify-content: center; align-items: flex-start; max-width: 600px; margin: 0 auto;}
.GPSenviarBoxSidebar {width: 100%; margin: 0;}
.GPSenviar input {border: 2px solid #ff6a5f!important; border-radius: 5px; padding: 9px !important; color: #777777!important;
    font-size: 0.8rem!important;
    line-height: 1.8!important;}
 .GPSenviarBox, .GPSenviarBoxSidebar {min-height: auto;}
 .GPSFieldBox, #mc_embed_signup .mc-field-group.GPSFieldBox {width:435px;}
 .GPSenviarBoxSidebar input {width:100%;}
.GPSButtomBox {text-align: left;padding-left: 8px;}
.GPSButtomBox .button {height: 45px!important;margin: 0!important; width: 150px!important;color:#fff!important;    background-color: #ff6a5f!important;}
.GPSButtomBoxSidebar {text-align: center; padding:16px 0;}
.NewsLetterSingleBoxForm .GPSButtomBoxSidebar { padding: 0;}
.GPSButtomBoxSidebar .button {height: 45px!important;margin: 0!important; width: 150px!important;color:#fff!important;    background-color: #ff6a5f!important; margin: 8px auto;}
#mc_embed_signup div#mce-responses{float: none!important;}
#mc_embed_signup div.response {
    margin-bottom: 0!important;
    padding: 0!important;
    font-weight: normal!important;
    float:  none!important;
    top: 0!important;
    z-index: 1;
    width: 100%!important;color:#333!important;
    text-align: center;
}
#mc_embed_signup #mce-success-response {
    text-align: center; color:#333!important;
}
.NewsBoxHidden{display: none;}
.Option-TopBoxAM div label, .Option-TopBoxPM div label, .Option-TopBoxSustentables div label, .Option-TopBoxPlaneta div label,.Option-TopBoxOxigeno div label, .Option-TopBoxFuturo div label, .Option-TopBoxSiete div label, .Option-TopBoxReaprender div label,.Option-TopBoxOtraEconomia div label, .NewsLetterSingleBoxForm label.ContainerNewsBox, .Option-TopBoxChillax div label, .NewsLetterSingleBoxForm label.ContainerNewsBox{visibility: hidden !important; margin-top: -20px;}
.Option-TopBoxAM em{font-style: normal!important; padding: 0 20px; font-size: 13px; color:#9D9D9D;line-height: 3em;}
.GPSEmailFieldBoxSidebar{padding: 0 20px; }
.GPSEmailFieldBoxSidebar input{border-top: 0; border-left: 0;border-right: 0;border-radius: 0px!important;font-size: 14px;color: #8e8c8c;line-height: 2.5em;}

.NewsLetterSingleBoxForm input.GPSButtom:hover, NewsLetterPageBoxForm input.GPSButtom:hover{cursor: pointer;}
.NewsLetterPageBoxForm .GPSButtomBoxSidebar .button, .NewsLetterPageBoxForm .GPSButtomBoxSidebar .button, .NewsLetterSingleBoxForm .GPSButtomBoxSidebar .button{display: inline !important;
padding: 10px 35px !important;
background-color: #FF6A5F !important;
color: #fff !important;
font-family: 'Source Sans Pro', sans-serif;
font-size: 15px !important;
border: 0 !important;
border-radius: 4px !important;
text-align: center !important;}
#mce-success-response, #mce-error-response, #mce-responses div.response{text-align: center;background-color: #f4d6d3;line-height: 3em;border-radius: 6px; font-size: 0.9em; }
#mce-responses div.response{margin-top: 20px;}
.success-responseColor{padding: 10px ;margin-top: 20px;}
.error-responseColor{margin-top: 1em!important;}


iframe.IframeNews, iframe.IframeVideoUT{width:723px; height:407px;}
.VideoUTContent .twitter-tweet{margin-left: auto; margin-right: auto;}
.ActionButtonContent{display: flex; align-content: center;justify-content: center;}
.ActionButtonContent .ActionButtonWidth {width: 100%;}
.ActionButtonContent .twitter-tweet{padding:30px 0;margin-left: auto; margin-right: auto;}

.single-acciones #primary{width: 100%; flex-direction: column;}
.single-acciones article.acciones .post-top, .single-acciones article.acciones .entry-header, article.type-acciones img, article.redaccion-abierta .post-top{display: none!important;}
.acciones-template-default article:first-child img, .single-acciones .thNoteCaption, .single-acciones .ShareBottomArticle{display: none;}
.single-acciones .site-content.single-Content{flex-direction: column;max-width: 725px;}
.single-acciones #primary article {border-bottom: 0!important;padding-bottom: 0!important;margin-bottom: 0!important;}

.TTLUltimasEdiciones{padding-bottom: 20px;font-size: 15px;color: #333;text-align: center;}

.TTLUltimasEdiciones span::before,.TTLUltimasEdiciones span::after{content: " ";
border-bottom: 1px solid #ddd;
display: inline-block;
width: 35%;
top: -5px;
position: relative;

}
.TTLUltimasEdiciones span::before{margin-right: 10px;}
.TTLUltimasEdiciones span::after{margin-left: 10px;}

/*LIBROS*/

.EncabezadoLibrosP{display: flex; justify-content: space-between;}
.EncabezadoLibrosP strong{flex-basis: 33%;padding-right: 10px;}
.EncabezadoLibros .wp-block-column p:before, .EncabezadoLibrosP strong:before{font-size: 12px;line-height: 22px;font-weight: 400!important;font-family: 'Source Sans Pro', sans-serif!important;text-transform:uppercase!important; display:block;}
.EncabezadoLibros .wp-block-column.colLibro p:before, .EncabezadoLibrosP strong:nth-child(1):before{content:'LIBRO'}
.EncabezadoLibros .wp-block-column.colAutor p:before, .EncabezadoLibrosP strong:nth-child(3):before{content:'AUTOR'}
.EncabezadoLibros .wp-block-column.colEditorial p:before, .EncabezadoLibrosP strong:nth-child(5):before{content:'EDITORIAL'}
.EncabezadoLibros .wp-block-column p small, p.EncabezadoLibrosP small{font-size: 12px;line-height: 22px;font-weight: 400;font-family: 'Source Sans Pro', sans-serif!important;text-transform:uppercase!important;display: block;}
.EncabezadoLibros .wp-block-column p, p.EncabezadoLibrosP {font-weight: 600;line-height: 1.3em !important;font-size: 17px;}
.EncabezadoLibros .wp-block-column p br, p.EncabezadoLibrosP br{display: none;}
p.ResumenLibros{font-size: 17px; font-style: italic; font-weight: 300;}



.navigationProyect a{display: block;font-size: 16px!important;color:#333;padding-left:22px;margin-bottom: 10px; font-family:  'Source Sans Pro', sans-serif; font-weight: 400; line-height: 24px; text-decoration: none;}
.navigationProyect a:hover{font-weight: 700;border-left: 4px solid #FF6A5F;padding-left:18px;}
.StaffBoxes p{font-family:  'Source Sans Pro', sans-serif!important; }
.ColContentProyecto h2{line-height: 30px;}
.ColContentProyecto h3 a{font-size:16px!important;}
.pageModule h3{padding-bottom: 10px; font-size: 22px;}
.pageModule h2.ProyectoDestacado, #S3 h2.ProyectoDestacado, .js-scroll-step h2{font-family: Roboto Slab!important; font-size: 31px; font-weight: 600;padding-bottom: 20px;}
.pageModule.PrincipiosEd p{margin-bottom: 40px;}
.ProyectBlockSeparator{margin-top: 60px; margin-bottom: 20px;background-color: transparent !important;}
.ContentMiembros{background: url(/wp-content/uploads/2018/png/bg-proyecto.png) right bottom no-repeat #fff ; background-size: 50%;}
.ContentVideos{background: url(/wp-content/uploads/2018/png/Redaccion_header_video.png) right center no-repeat #fff ; background-size: auto 70%;}

.js-scroll-step h2{ display: block;background-color: #ffffff; padding: 0 20px; }
.js-scroll-step  {background: url(/wp-content/uploads/2019/07/dot-proyecto.png) center repeat-x; display: flex; justify-content: center;  margin-top: 60px;}

.ColContentProyecto .js-scroll-step.PrimerScroll{margin-top: 0px;}
.ProductsBox{font-family:  'Source Sans Pro', sans-serif!important; font-size: 16px; border-bottom: 1px solid #E0E0E0;padding: 34px 0 6px 0; line-height: 24px;}
.ProyectProducts .ProductsBox:first-child{padding-top:20px;}
.ProyectProducts .ProductsBox:last-child{border-bottom: 0;}
.ProductsBox .ProductsBoxLinks{display: flex; justify-content: flex-start; width: 70%; flex-wrap: wrap;margin-top:7px; }
.ProductsBox .ProductsBoxLinks a{padding-right: 30px; line-height: 45px;display: block; text-decoration: none;font-weight: 400!important}
.ProductsBox p{font-weight: 400!important}
.ProductsBox a{text-decoration: none;}
.page-template-page-proyecto .Page-full-content{background-color: #fff;}

.page-template-page-proyecto article{background-color: transparent!important;}


/*MULTIMEDIA*/
.MultimediaFirst h1 a{font-size: 32px; line-height: 1.2em; color:#2A2A2A; text-decoration: none;}
.MultimediaFirst h1{margin: 14px 0 82px 0;}
.MultimediaFeed{display: flex; border-top: 1px solid #e0e0e0; margin-bottom: 36px;}
.MultimediaFeedVideo{flex-basis: 280px; margin-right: 22px;flex-grow: 2;}
.MultimediaFeedVideo iframe.IframeNews, .MultimediaFeedVideo iframe.IframeVideoUT {
    width: 280px;
    height: 154px;
}
.MultimediaFeedTitle{padding-top:12px;flex-basis: 470px;}
.MultimediaFeedTitle h1 a{font-size: 25px; line-height: 1.2em; color:#2A2A2A; text-decoration: none;}
.MultimediaFeedDate {font-size: 14px; padding-top: 18px;}
.VideosTitleBajada{width: 40%;}

.post-template-single-Video .site-main{display: flex;justify-content: center;flex-direction: column; align-items: center;}


/*presentados*/
.page-template-page-Presentada{background-color: #fff;}
.ContentPresentados{margin-bottom: 29px;}
.PresentadosTitleBajada, .PresentadosTitle h1{width: 60%;display:block; }
.PresentadosTitle {align-self: flex-end; max-width: 84%;padding-bottom: 78px; }
.PresentadosTitle h1{margin: 10px 0 15px 0;font-family: Roboto Slab;
font-size: 55px; /*text-transform: uppercase;*/
margin-bottom: 30px;
line-height: 1.2 !important;
font-weight: normal;}
.PresentadosTitleVolanta{color:#797979; font-size:14px;margin-top: 15px; display: flex;    align-items: center;}

.PresentadosTitleVolanta img{height:23px; margin-left:5px; width: auto!important;}
img.CategoriaPresentadaLogo2{margin: 0 15px;}

.PresentadosTitleBajada{font-size: 18px; line-height: 30px;    letter-spacing: -0.7px;}
.ContentPresentados{height: 80vh;background-size: contain;background-color: #fff;}
article .PresentadosTitleVolanta img {height:  32px;}
article.category-futuro .PresentadosTitleVolanta img {height:  92px;}
.postid-132883 article .PresentadosTitleVolanta img {height:  100px;}


.mepr-unauthorized-message, .page-template-page-login .mp_wrapper.mp_login_form {
    background-color: #FFF;
    border: 2px solid #FF6A5F;
    border-radius: 5px;
    padding: 16px;font-family: 'Source Sans Pro', sans-serif;font-weight: 400; font-size: 21px;text-align: center;line-height: 30px;margin-bottom: 40px;
}
.mepr-unauthorized-excerpt p:last-child{
background: -webkit-linear-gradient(top bottom, #333, #fff);
background: linear-gradient(to bottom, #333, #fff);
    background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;}

.page-template-page-login .mp_wrapper.mp_login_form, .page-template-page-login .mp_wrapper h3{padding: 30px; }
.LoginMemberBox { padding:16px 64px; background: url(/wp-content/uploads/2019/05/candado.png) top right no-repeat;}
.LoginMemberBox h4{font-family: 'Roboto Slab',serif ;	font-size: 30px;font-weight: 500; line-height: 45px; padding-bottom: 10px;}
.LoginMemberBox h5{font-weight: 400;
padding-bottom: 20px;
line-height: 1.4em;}

.LoginMemberButtons a{color:#000;}
.LoginMemberButtons {font-family:'Source Sans Pro', sans-serif; font-size: 16px;  margin: 0;line-height: 1.2;}
.LoginMemberFormButtons strong{ font-size: 23px; font-weight: 600; line-height: 1.2em;display: block;padding-bottom: 20px;letter-spacing: -0.8px;}
.LoginMemberButtons p{margin: 0;}
a.BeaMember{line-height: 36px !important;border: 2px solid #161616 ;display: inline-block;padding: 0 20px; text-decoration: none;
   font-weight: 700; text-transform: uppercase;font-size: 14px; letter-spacing: 0.5px; margin: 12px 0; border-radius: 5px;text-align: center;
 -webkit-transition: background-color 1s; /* Safari */transition: background-color 1s;
    -webkit-transition: color 0.2s; /* Safari */transition: color 0.2s;}
 a.BeaMember:hover{background-color:  #161616; color:#fff!important;}
.mepr-login-form-wrap span.mepr-login-link {display: none;}
.LoginMemberFormButtons{display: flex;text-align: left;}
.LoginMemberFormBox {
    flex-basis: 50%;
    padding-left: 40px;border-left:1px solid #eae3d1;
}
.LoginMemberButtons{  padding-right : 40px; flex-basis: 50%; }
input:-internal-autofill-selected{background-color: #FAFAFA!important}
.mp_wrapper.mp_login_form{margin-top: 5px;}
/*.mp-form-row.mepr_username .mp-form-label, .mp-form-row.mepr_password .mp-form-label{display: none;}*/
.memberpressproduct-template-default .mp-form-row.mepr_username .mp-form-label, .memberpressproduct-template-default .mp-form-row.mepr_password .mp-form-label{display: initial;}
.mepr_username input, .mepr_userpass input, input#user_login, input#user_pass, .mepr-form input {
    background-color: #F7F5F5;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    border-color: #F7F5F5!important;
    border-radius: 5px!important;
}

.memberpressproduct-template-default .mepr_username input, .memberpressproduct-template-default .mepr_userpass input, input#user_login, .memberpressproduct-template-default input#user_pass, .mepr-form input {
    background-color: #F7F5F5;
    height: auto!important;
    line-height: 36px;
    font-size: 12px;
    border-color: #F7F5F5!important;
    border-radius: 5px!important;
}

.Content404{display: flex;justify-content: center;padding: 40px 0;}


/*page participacion*/
.SeparadorParticipacion {background:url(/wp-content/uploads/2019/06/dot-news.png) center repeat-x;margin-top: 50px; }
.SeparadorParticipacion img{background-color:#fff; width: 195px; height:auto;}
.Col3Yelow .wp-block-column img{width: 195px; height:auto;}
h2.H2RedaccionAbierta{font-family: 'Roboto Slab',serif !important; font-size: 40px; line-height: 48px; color:#161616;}
.DescripcionAccion{max-width:600px;font-size: 16px; line-height: 25px; padding:  20px 20px 60px 20px; margin: auto;}
.LoopComunidad{text-align: left;}
.LoopComunidad li a{color:#161616;font-size: 16px; line-height: 28px; text-decoration: none; font-family: 'Sanomat',serif !important; }
.LoopComunidad li {margin-bottom: 5px;}
.Participacion-titleFeed{font-family: 'Roboto Slab',serif !important;
line-height: 27px;
font-weight: 400;
font-size: 22px;
margin: 0;
color: #2A2A2A !important;
text-decoration: none!important;
padding-bottom: 20px;}
.ParticipacionAutor .byline{display: inline!important; padding-left: 0!important;}
.Participacion-Feed a{text-decoration: none!important;}
.Participacion-Feed{display: flex; justify-content: space-between;}
.Participacion-Feed article{border-bottom: 0!important; flex-basis: 30%;text-align: left;padding-bottom: 0px!important;}

.ProponeNota .wp-block-column{text-align: left;}
.ProponeNota .wp-block-column:first-child {padding-right: 12%;}
.ProponeNota .wp-block-column:last-child {padding-left: 12%; border-left:1px solid #ddd;}
.ProponeNota h3{font-family:'Source Sans Pro', sans-serif; font-weight: 600; font-size: 30px; line-height: 40px;padding-bottom: 20px; letter-spacing: 0.5px;}
.ProponeNota .SideBoxNewsletterMore{font-size: 16px}
.LoopAcciones{display: flex; flex-wrap: wrap; justify-content: space-between;}
.LoopAcciones article{flex-basis: 30%; border:1px solid #E0E0E0; border-radius: 5px; margin-bottom: 40px;padding-top: 20px;}



/*ACCORDEON*/
.GrayBoxPreguntas {
  background-color: #F5F5F5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding:  58px 0px ;margin-top: 30px;
}

.IconPics, .wpsm_panel-group {max-width: 1140px; margin: 0 auto; width: 100%;}
.wpsm_panel-group{max-width:720px; padding: 50px 0;}
h3.wpsm_panelTT, .GuiaChevron,.GuiaPartners, .IconPartners, .page-template-page-secciones-full-accordion .BottomMiembrosHeader p{max-width: 720px!important; margin: 0 auto;}

.IconPics, .IconPartners {display: flex; justify-content: space-between;}
.IconPartners, .GoogleForm {margin-bottom: 60px;}
.GoogleForm iframe{height: 670px;}
.GoogleForm.FormVacunas iframe {
    height: 1060px;
}
.IconPics .wp-block-column{flex-basis: 178px;}
.IconPics .wp-block-column figure{margin:20px }
.IconPartners {justify-content: center;}

.IconPartners .wp-block-column figure{margin: 0; }
.IconPics p a{ line-height:32px;font-family: 'Source Sans Pro', sans-serif;background-color: #161616; display:block; color:#fff; text-decoration: none; text-transform: uppercase; font-size: 14px; font-weight: 600; border-radius:5px;}
.IconPics p a:hover{background-color: #fd6962;}

.wpsm_panel-title a{font-family: 'Source Sans Pro', sans-serif!important;}
h4.wpsm_panel-title a:hover{background-color: #f5f5f5;}
.wpsm_panel-body span{font-family: 'Merriweather', serif!important;
  font-size: 15px!important;
  font-weight: 400;}
  .wpsm_panel-body span, .page-template-page-secciones-full-accordion .BottomMiembrosHeader p{line-height: 1.5;}
  .wpsm_panel-body span, .wpsm_panel-body ol, .wpsm_panel-body ul{padding-bottom: 20px; }
  .ac_title_class{line-height: 24px;}
  .wpsm_panel-body ul, .wpsm_panel-body ol {padding: 20px 0 20px 30px; display: block;}
  .wpsm_panel-body ol span{padding-bottom: 0;}

h4.wpsm_panel-title a.cerrado:after{ content:" "; display:inline-block; width: 20px; height:20px; background: url(/wp-content/uploads/2019/png/plus1.png) 0 -20px no-repeat; background-size: cover; margin-right:10px}
h4.wpsm_panel-title a.collapsed:after{ content:" ";display:inline-block; width: 20px; height:20px; background: url(/wp-content/uploads/2019/png/plus1.png)  0 0 no-repeat; background-size: cover; margin-right:10px}


.wpsm_panel-default:after{ content:" "; display:block; height:1px; border-bottom:1px solid #a8a8a8;width: 100%;}
.ac_title_class {  padding-left: 0px;  text-align: left;}
h4.wpsm_panel-title a{display: flex!important;line-height: 46px;
justify-content: space-between;
align-items: center;}

h4.wpsm_panel-title a .svg-inline{order:1}
.wpsm_panel-body{text-align:left}

.GuiaChevron{ background: url(/wp-content/uploads/2019/png/chevron.png) center top no-repeat;
  background-size: 30px; padding: 40px 0  20px 0; margin-top:24px; font-size: 25px; font-family: 'Source Sans Pro', sans-serif; text-align: center;
 }
.GuiaPartners{ padding: 30px 0 ; margin-top:20px; font-size: 30px; font-family: 'Source Sans Pro', sans-serif; text-align: center; border-top:1px solid #949494; display: block;}
.page-template-page-secciones-full-accordion .BloqueYellFooter{margin-bottom: 0; margin-top:0}
.page-template-page-secciones-full-accordion .BottomMiembrosHeader{padding-bottom: 0;}
.page-template-page-secciones-full-accordion #masthead{display: none;}
.page-template-page-secciones-full-accordion .BoxCompartir{font-size: 12px; padding-top: 20px;}

.page-template-page-secciones-full-accordion a.sd-button::before {

  font-size: 21px !important;
  color: #fff !important;
  background-color: #FF6A5F!important;
  width: 40px!important;
  height: 40px!important;
  
  border-radius: 20px!important;
  padding: 10px!important;
}
.page-template-page-secciones-full-accordion .sd-content ul li {  margin:  2px!important;}

h3.regaloTXT{padding-top: 20px!important;}
h3.regaloTXT::before{display: block; width: 200px; content:" ";height:2px; background-color:#FF6A5F; margin-top:30px;margin-bottom:20px}
h3.SeparadorFormRegalo{  padding-top: 20px!important;  border-top: 1px solid #ddd!important;  margin-top: 30px!important;}

@media (min-width: 1440px){
.PresentadosTitleBajada, .PresentadosTitle h1{width: 50%;display:block; }
.PresentadosTitle {    max-width: 68%;}
}

@media (min-width: 1160px){
.BarBoxes{position: relative; }
.BarBoxes .BarBoxesSticky{position: -webkit-sticky; /* Safari */ position: sticky; top: 80px;}
.NewsContent #primary{min-width: 725px; }
 .HiddenLG{display: none;}
}


@media (min-width: 800px) and (max-width: 1025px){
	.FiltroContenido select {
width: 380px;}
.MonoTitle, .site-contentMono{max-width: 900px;}
.MonoContent .MonoData {padding-left: 34px;}
.MonoBg { background-size: auto 288px;}
.ContentMono {    height: 400px;}
.MonoTitle h1 {padding-top: 50px;}
 .HiddenLG{display: none;}


#main-nav li {
  
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.2px;
}
#main-nav li a {   font-size: 12px;}
.UserTopLog{flex-basis: 160px;margin-right: 20px}
.GrayBoxPreguntas{padding:030px}
}
@media (min-width: 667px) and (max-width: 800px){
.FiltroContenido select {width: 210px!important;}
.FiltroContenido div{visibility: hidden;}
.MonoTitle, .site-contentMono{max-width: 700px;}
.MonoContent .MonoData {padding-left: 34px;}
.MonoBg { background-size: auto 288px;}
.ContentMono {    height: 400px;}
.MonoTitle h1 {padding-top: 50px;}
.GrayBoxPreguntas{padding:030px}
}

@media screen and (min-width: 1024px) {}

@media screen and (min-width: 800px) {
#logo img{max-height: 46px !important;width: auto;margin-left: 20px;}
#logo{display: flex;align-items: center;}





.search-btn{display:none;}
  .navbar {
    display: flex;

    padding-bottom: 0;

    align-items: center;
  }
  .home #main-nav {
    display: flex !important;
    margin-left: 20px;
    flex-direction: row;
    justify-content: center;
  }
  #main-nav li {
    margin: 0; 
  }
 

  #logo {
    margin-top: 0;
  }
  #navbar-toggle {
    display: none;
  }


/*
text-align: left;

padding: 10px 20px 0 170px;

font-family: 'Source Sans Pro', sans-serif;

color: #075883;

font-weight: 600;

line-height: 1.5em;

min-height:160px;




font-size: 42px;

margin-bottom: 0px;
}*/

.archive.author .authorHeader img{border: 1px solid #ddd; width:68px;height:68px;border-radius: 59%;margin-right: 20px;}

}

@media screen and (max-width: 1024px) {


.nav-icon {    border-right: 0px solid #ddd;}


}

@media screen and (max-width: 800px) {
a.skip-link.screen-reader-text{display: none;}
.FechaFotoDelDia { padding-left: 0px;}

.TopHome{background-color:#FFF; padding:20px;}
.site-description{margin:0px;padding-top:0px;}
.site-date {    font-size: 12px;}

.search-btn, #main-nav li::after{display: none!important;}

.navbar {
z-index: 1000;
    height: 60px;
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 0;
}
.UsuarioTopDropD {top: 45px;}
.site-header {
    height: 60px;
}

.menu-redaccion08-container.mobile-opened{width:100%;}

.entry-content {
    font-family: 'Merriweather', serif;
    margin-top: 2px;
    color: #2a2a2a;
    font-size: 16px !important;
    line-height: 28px;
    font-weight: 300;
    font-family: 'Merriweather', serif;
   
}

.entry-content h2 {
    font-family: 'Source Sans Pro', sans-serif  !important;
    line-height: 22px  !important;
    letter-spacing: -0.3px;
    font-size: 20px  !important;
    color: #000 !important;
    text-decoration: none;
    font-weight: 700 !important;
    margin: 24px 0 7px 0;
  }

.entry-content, .tags, p.caption,  .entry-title { padding: 0 20px; }
.entry-meta { margin: 0 20px;}

.author-box.entry-meta div.right{align-self: flex-start;}




.author-box div.left {padding:5px 0; text-align: left; align-self: flex-start;}



.sd-content {margin-top: 5px;}
.sd-content ul { padding: 0 !important; margin: 0 !important;}
.sd-content ul li { margin: 0 !important; }
.sd-content ul li:first-child { padding-left: 0 !important; }



.posted-on {   padding-left:6px;}


.suscribite {/*right: 7px!important;position: absolute;top: 5px; color: #797979;*/margin-right: 7px;}
.usuarioTop { padding: 5px 15px 0 0; line-height: 1;}
.usuarioTop a{ line-height: 1;}
.nav-icon {display:none;
    height: 38px;
    width: 38px;
    font-size: 18px;
    color:#1C162E;
    display: table;
    text-align: center;
    padding: 0px;
    line-height: 42px;
    margin-top: 0px;
    margin-left: 0px;
    cursor: pointer;
    border-right: 0;

}


#navbar-toggle{z-index: 1000;}
.toggleFixed{position: fixed; width: 100%; max-height:100%; height:100%;/*overflow-y: scroll;*/}
.bodyFixed{overflow:hidden;  height: 100%;}
.toggleFixed ul{max-height:100%; height:100%;overflow-y: scroll;}

.SiteHeaderW{z-index: 90; height: 60px;  flex-wrap: wrap; align-items: flex-start;  padding-top: 15px; background-color:#fff;}
.search-drawer{z-index:200;
top: 50%;
left:10%;
max-width: 90%;
width: 90%;

}
.search-drawer, #overlay{position: fixed;}
#logo {display: flex;flex-direction: column;margin-left: 40px;text-align: center; z-index: 200;margin-top: 0;    margin-bottom: 15px;}

#logo img{width:120px!important;}

#main-nav{ display: none ;}

body{background-color:#fff;}

 ul#main-nav ul {
   display:block;
   position: initial;
  }

ul#main-nav li:hover > ul {

  border: 0px ;

}
 #main-nav li {
    margin: 0; order: 1;
  }
  #main-nav li#search-btn {
 order: 0;
  }
.mobile-opened{ /*position: absolute;*/width: 100%; background-color:#d4d4d4;top:0;}

.logoHeader, .UserTopLog{order: 0; }

.menu-redaccion08-container.mobile-opened{flex-basis: 100%; order: 3; flex-grow: 3;height: 100vh!important;    padding-bottom: 50px;}

.logoHeader span{display: block; color:#161616!important; padding:0px;  font-size: 10px;}

.activaHeader {    padding: 10px 20px 10px 20px;
       font-size: 0.9em;
    line-height: 1em;
}


.cat-Top, h2, h2 a, .entry-meta  {text-align: left;}

article .category {margin: 15px 10px 0 10px;}
h2, h2 a  {font-weight: 500;}


.entry-meta  {padding-top:0;}
.cat-Top{margin-top: 0;}

article { border-top: 0px;  border-bottom: 0px ;margin:0 0 25px 0px; background-color:#fff; }
article .post-top{display:flex;}

.site-main .category-zone-moduloportada, article  { margin-bottom: 24px;}


#primary, .single #primary article {max-width: 100%;}

/*Archive*/
.archive .TopContent, .NewslettersPage.TopContent,.page-template-page-videosV3 .TopContent {padding: 0px 20px;    width: 100%;}
.authorHeader{background-color: #fff;text-align:left; padding:20px 0 0 0;font-size: 40px; color:#33312F;line-height: 1.2em;text-align: center;}
.authorHeader img{border:1px solid #7d7d7d;border-radius:50%;height: 145px; width:145px; margin:20px;}
.authorHeader .archive-avatar, .NewslettersPage.TopContent header h1.entry-news-title {    flex-direction: column; font-size: 40px;}
.archive-description{font-family: 'Source Sans Pro', sans-serif;  font-size: 16px; line-height: 1.3em;  font-weight: 400;margin-top: 10px;
padding: 0 0 20px 0;}
.NewsContent .archive-description{font-size: 14px;}

.archive .ArchiveFirst article, .NewslettersPage .ArchiveFirst article,.page-template-page-videosV3 article:first-of-type.ArchiveFirst{flex-direction: column;padding: 35px 0px;}
.archive article:first-of-type.ArchiveFirst, .archive  article,.page-template-page-videosV3 article {padding: 20px 0 20px 0; margin: 0;}
.archive article:first-of-type.ArchiveFirst{border-top:0}
.archive article h2,.page-template-page-videosV3 article h2 {margin-top: 0px;line-height: 1em;margin-bottom: 15px;}
.archive article:first-of-type.ArchiveFirst h2, .NewslettersPage article:first-of-type.ArchiveFirsth2,.page-template-page-videosV3 article:first-of-type.ArchiveFirsth2 {margin: 0px 0 5px 0;}
.ArchivePost_content h2 a, .ArchivePost_content h2.Main3c-titleColiz a { font-size: 20px;line-height: 26px!important;}
.archive article:first-of-type.ArchiveFirst h2 a{ font-size: 26px;line-height: 32px!important;}
.archive article:first-of-type.ArchiveFirst .bajadaNota, 
.NewslettersPage article:first-of-type.ArchiveFirst.bajadaNota,
.page-template-page-videosV3 article:first-of-type.ArchiveFirst.bajadaNota {font-size: 17px;padding-bottom: 0px;padding-left: 0!important;padding-right: 0!important;text-align: left;}
.archive article:first-of-type.FirstRegular.ArchiveFirst {  padding: 0px 0 15px 0;}


.archive .entry-meta,.page-template-page-videosV3 .entry-meta {margin: 0; padding-bottom: 0}
.archive .author-box.entry-meta,.page-template-page-videosV3 .author-box.entry-meta { display: block;}
.archive .author-box .posted-on,.page-template-page-videosV3 .author-box .posted-on {padding: 0 ;}
.archive .SeparadorFecha,.page-template-page-videosV3 .SeparadorFecha{display: none;}

.archive article:not(:first-of-type) .ArchivePost_thumbnail,.page-template-page-videosV3 article .ArchivePost_thumbnail {    max-width: 116px;    width: 116px;}
.archive article .SeparadorOculto{display: none;}
.archive article:not(:first-of-type) .ArchivePost_thumbnail.VideoThumbnail,.page-template-page-videosV3 article .ArchivePost_thumbnail.VideoThumbnail {height: 47px; background-size: contain;}
.archive article:first-of-type.ArchiveFirst .ArchivePost_thumbnail.VideoThumbnail{height: auto;}

.archive article:first-of-type.ArchiveFirst .ArchivePost_thumbnail {max-width: 100%;    width: 100%;}
.archive article .ArchivePost_thumbnail iframe.IframeVideoUT,.page-template-page-videosV3 article .ArchivePost_thumbnail iframe.IframeVideoUT {   display: none; height: 70px;}
.archive article:first-of-type.ArchiveFirst .ArchivePost_thumbnail.VideoThumbnail iframe.IframeVideoUT {display:initial; width: 100%;    height: 200px;}



  .archive.category-10386 .TopContent article, .archive.category-944 #mainPlus article { padding: 0 0 20px 0;
     width: 100%; flex-basis: 100%; border: 0!important;
    display: block;
  }
  .archive.category-10386 #mainPlus article .ArchivePost_thumbnail, .archive.category-944 #mainPlus article .ArchivePost_thumbnail{  max-width: 100%!important;width: 100%; }
  .archive.category-944 #mainPlus article .ArchivePost_content h2 {text-align: left; padding-top: 0;
}
.archive.category-944 #mainPlus article .ArchivePost_content .author-box.entry-meta {text-align: left;
  grid-area: autorDate;
  font-size: 14px!important;
  font-weight: 400;
  padding-top: 10px;
  display: grid!important;
  grid-template-columns: auto auto 1fr;
  column-gap: 3px;
}
  


.archive .nav-links,.page-template-page-videosV3 .nav-links{padding: 20px 0 60px 0}
.archive .card-input_form {  margin: 20px auto 0px auto;}
.sub_header_full{padding: 0 20px ;}
.site-date #fecha1{background-color: #fff;
border-bottom: 2px solid #b7b7b7;
font-family: georgia;
color: #333;
font-size: 12px;
line-height: 2em;
padding: 3px;
font-weight: 400;}

.NewslettersPage.TopContent header .entry-news{padding: 0;}
.NewslettersPage.TopContent header h1.entry-title{margin: 0 0 20px 0!important;}

.infinite-scroll .pagination {
	display: none;
}

.site-date {padding: 5px 0 0 0;}

#search-nav input[type="search"]{width: 65%;}
#search-nav input[type="submit"]{padding: 10px!important;}
.search.search-no-results .site .TopContent{padding: 40px 20px;}
.search.search-no-results input[type="search"], .error404 input[type="search"] { width: 100%;margin-bottom: 15px;}
.error404 #search-nav {padding: 20px 0};


.search-drawer {background-size: 45px;}


.site-date #fecha1 { padding: 3px 20px;}

#main-nav li {
      margin: 0px auto;
    font-size: 14px;
 line-height: 1em!important;
}




.sub-menu li {display: block; padding-right:0;}

.menu-item {
    margin-left: 0px;
  }

  ul#main-nav li:hover > ul {
  display:block;
  color:#333;
  padding-left:0;
  background:none;
}
li.menu-item-has-children{padding-bottom:0!important;}
ul#main-nav{padding:0px 0 30px 0; background-color:#fff;}
#main-nav li {text-align: left; padding:0;width: 100%;    position: relative;}
ul.sub-menu {padding: 0 0px;}
#main-nav li a { padding: 7px 20px 7px 20px; display: block; color:#333;width: 100%;}
#main-nav li.menu-item-has-children a, .seccionesMenu a{background-color:#f7f7f7; }
#main-nav li.menu-item-has-children a:hover{ color:#333;}
#main-nav li.menu-item-has-children ul.sub-menu  li a, .seccionesMenu ul li a{background-color:#fff;}
#main-nav li.menu-item-has-children ul.sub-menu  li a:hover{color:#ff6a5F;}


#search-nav { width:100%;}

.not-found, .search-results .page-header, .search-results article {padding: 20px; }
.search-results .entry-title{padding:0;}
.search-results .entry-meta{margin:0; display: flex; flex-direction: column;justify-content: flex-start;}



.boxParticipa.Aligner, .boxOpina.Aligner, .redaccion-abierta.Aligner {padding: 20px 16px; margin: 0 10px;}
.boxParticipa, .boxOpina{font-size:16px; text-align: center; background-position: center top ; background-repeat: no-repeat;font-weight: 300; color:#333;
   background-size: 55%; padding-top:190px!important;}
  .redaccion-abierta{font-size:16px; text-align: center; font-weight: 300; color:#333; background-size: 90% auto;
background-position-y: 10px; }
  .redaccion-abierta h3 {padding-top: 205px;font-size:22px;}
   .boxOpina{background-position: center 20px ; }
 .boxOpina{background-size: 60%;  }


.boxParticipa h3, .boxOpina h3{font-size:22px; padding-top: 0px; max-width: 100%; }
.boxParticipa .Box-content, .boxOpina .Box-content, .redaccion-abierta .Box-content {width: 100%;padding-top: 5px;}
.boxParticipa .Box-content .selectionShareable, .boxOpina .Box-content .selectionShareable{margin-bottom: 20px;}
.boxParticipa .Box-content .btColaborar a, .boxOpina .Box-content .btColabora a{ padding: 10px 36px; border:2px solid #FF6A5F; }

article.redaccion-abierta img { height: 200px;}
.redaccion-abierta.Aligner{background-size: auto 200px;}



div.wpforms-container-full .wpforms-form .wpforms-submit-container {text-align: center;}

/*portada foto del dia*/
article.fotoDelDia, article.pageEspecial {
    padding: 0 ;
    margin: 0px auto;
    border: 0;
    border-radius: 0 ;
background-color:#f9f9f9;

text-align:  center;
max-width: 100%;

}

.fotoDelDia img, .pageEspecial img{max-width:100%;margin: 0 auto;}
.fotoDelDia, .pageEspecial {text-align: center;}
.fotoDelDia img, .pageEspecial img{max-width:100%; height:auto; margin: 0 auto;}
.FotoDelDiaContent { bottom: 0; padding: 0 18px 15px 18px ; width: 100%; text-align: center;border-bottom:1px solid #e8e8e8;}
.FotoDelDiaContentFull, .pageEspecialContentFull{ width: 100%;}


.RazonBg, .pageEspecialContent, .pageEspecialBg {text-align:center;display: block; width: 100%; }
.FechaFotoDelDia,  .FechapageEspecial{ display: block; margin:0 auto; text-align: left; font-family: 'Source Sans Pro', sans-serif;}
.FotoDelDiaContentFull, .pageEspecialContentFull{text-align: center; max-width: 100%; height: auto; display: block; padding: 0; }
.FotoDelDiaContentFull p, .FotoDelDiaContentFull h2, .FotoDelDiaContentFull .FullBajada,
.pageEspecialContentFull p, .pageEspecialContentFull h2, .pageEspecialContentFull .FullBajada
{display: block;   font-family: 'Source Sans Pro', sans-serif!important;color:#1c162e; }
.FotoDelDiaContent{bottom: 0; }

.FotoDelDiaContent{position:initial; background:white!important;}
.FechaFotoDelDia{display: flex !important;justify-content: space-between;}
.PeriodismoMiembro a{color:#ff6a5f; text-decoration:none;font-size: 11px!important;}
.pageEspecialContent {bottom: 0;}

.HeaderFotoDelDia, .HeaderpageEspecial{background-color:#1C162E;  height: 31px; width:100%; text-align: center;padding:0 15px;}
.FechaFotoDelDia, .FechapageEspecial, .PeriodismoMiembro{ line-height:30px; font-size: 11px!important; color:#fff; max-width: 100%; display: block; margin: 0;}
.HeaderFotoDelDia a, .HeaderpageEspecial a {color:#FF6A5F; font-size: 15px; font-weight: 600; text-decoration: none;}
.FotoDelDiaContentFull .category, .pageEspecialContentFull category{color:#FF6A5F;text-transform: uppercase; font-weight: 600; font-size: 10px; line-height: 14px; padding-top: 20px;}
.FotoDelDiaContentFull h2, .pageEspecialContentFull h2{ font-weight: 700; font-size: 25px; line-height: 27px;color: #1c162e !important; margin:0;}
.FotoDelDiaContentFull .FullBajada, .FotoDelDiaContentFull p, .pageEspecialContentFull .FullBajada, .pageEspecialContentFull p{ font-weight: 600; font-size: 15px; line-height: 1.2em; margin-bottom: 0; }
 .FotoDelDiaContentFull p,.pageEspecialContentFull p{ color:#626262;}
.FotoDelDiaContentFull .FullBajada, .pageEspecialContentFull .FullBajada{width: 100%; 
padding: 10px 0 20px 0;
display: block;
line-height: 1.5em!important;}
.FotoDelDiaContentFull p.RazonNoticia, .pageEspecialContentFull p.pageEspecialNoticia {line-height: 14px;}
.RazonBg{display:none;}
.RazonNoticia{background-color:#f0f0f0;padding:14px;}
.RazonNoticia span {font-size:13px;color:#626262;}
.RazonNoticia span strong{font-size:12px; text-transform: uppercase;color:#1c162e;}






.author-box .left{ flex-basis: 60%}
.author-box .right { flex-basis: 40%;}
.sd-content ul li{padding:0;}
.jp-sharing-input-touch .sd-content ul li {
    padding-left: 0px!important;
}
.avatar_thumb{width:36px!important;}



.author-box .left {flex-grow: 2;}
.author a{text-transform: none!important;}
.author-boxMultiple{flex-direction: column!important;}
.author-box.author-boxMultiple .right{text-align: left!important;}
.author-box.author-boxMultiple .left{flex-basis: 100%; width: 100%;}



h2.entry-title, h2.entry-title a, h1.entry-title, h1.entry-title a {

    font-family: 'Roboto Slab', serif !important;
    line-height: 1.15em;
    font-size: 26px !important; 
    font-weight: 900;

}

.bajadaNota{padding: 0 20px; font-size: 18px; line-height: 26px; }
.SecondScroll .bajadaNota{text-align: left; padding: 0;}
.SecondScroll .category{margin:10px 0 0 0;}
.entry-content ul, .entry-content ol{padding: 0 0 14px 34px;}


.entry-content blockquote {margin: 0;}

.entry-content blockquote p {
    font-family: 'Source Sans Pro', sans-serif!important;
    font-size: 19px;
    line-height: 1.4em;
    font-style: italic; font-weight: 700;
}


/*footer*/
#subfooter {    flex-direction: column;padding: 45px 0 15px 0; }
#subfooter .widget{ margin: 0;}
#subfooter .widgetBox {max-width: 100%; min-width: 100%; }
#subfooter .logoFooter img{height:38px; width: auto!important; margin: 0 ;}

#subfooter .widgetBox:nth-child(1){order: 1;}
#subfooter .widgetBox:nth-child(2){order: 1;}
#subfooter .widgetBox:nth-child(3){order: 3;}
#subfooter .widgetBox:nth-child(4){order: 2;}



#subfooter .widgetBox .inner {
padding:10px;
color:#fff;
font-family: 'Source Sans Pro', sans-serif;
}

#subfooter ul{list-style-type: none; text-align: center;}

#subfooter p.involucrate{font-size: 15px;line-height: 1em; text-align: center; }
#subfooter p.involucrate a{font-weight: 700; color:#FF6A5F; text-decoration: underline;}

#subfooter ul.FooterMenu {padding:17px 0 30px 0; border-top:1px solid rgba(22,224,224, 0.2);}


#subfooter ul.FooterRedes {display: inline-flex; justify-content: center;text-align: center;}
#subfooter ul.FooterRedes li a{color:#fff; font-size: 16px;}
#subfooter ul.FooterRedes li:nth-child(2) {padding: 0 20px; }
#subfooter p.FooterDisclaimer {text-align: center; display: block; font-size: 10px; color:#626262; padding: 20px 0;}

.content-area.PageFullW{background-color: #FFF;}
.PageFullW article{border: 0;margin: 0 !important;background-color: #FFF}
.PageFullW article .ProyectBox, .ColProyecto .page-first-module{padding: 0 15px!important;}


.PageFullW .entry-content{padding: 0;}
.wp-block-columns.has-2-columns.ColProyecto{display: block!important;}
.ColMenuProyecto, .ColProyecto .ColContentProyecto, .page-first-module{width: 100%; max-width: 100%; margin: 0;}
.page-template-page-proyecto .wp-block-column.ColContentProyecto{background-color: #f5f5f5; padding-top: 30px}
.ProductsBox .ProductsBoxLinks{width: 100%}
.js-scroll-step h2 {
font-family: Roboto Slab !important;
text-align: center;
padding-bottom: 20px;
display: inline-block !important;

}
.js-scroll-step{margin-top: 30px;}
.ProductsBox .ProductsBoxLinks a {
    padding-right: 20px;}
.navigationProyect{height:42px;border-bottom: 1px solid #E0E0E0;padding-top:3px;}
.navigationProyect a{display: inline-block;font-size: 13px!important;padding-left:5px;padding-right:5px;line-height: 35px;margin-bottom: 0; }
.navigationProyect a:hover{font-weight: 400;border-left:0; border-bottom: 4px solid #FF6A5F;padding-left:5px;}
.ColContentProyecto p{font-family:  'Source Sans Pro', sans-serif!important; }
.ColContentProyecto h2{line-height: 30px;}
.ColContentProyecto h3 a{font-size:16px!important;}
.ColContentProyecto .pageModule h3{padding-bottom: 10px;line-height: 30px;}
.page-template-page-proyecto .PageFullW article{padding-bottom: 0!important}
.ColProyecto .ProyectSaff .StaffImgItem{display:block;flex-basis: 92px;text-align: center;margin-right: 0;}
.ColProyecto .ProyectSaff .StaffImgItem h3{font-size: 16px; padding-bottom: 3px;}
.ColProyecto .ProyectSaff .StaffImgItem p.StaffPosition{font-size: 12px; line-height: 1.2em;}
.MobileHidden{display: none;}

.ProyectBlockSeparator{margin-top: 60px; margin-bottom: 20px;}
.ContentMiembros{ background-size: 65%; padding: 25px 15px 0px 15px!important;}
.navigationProyect{display: flex;justify-content: space-around;}
.navPsticky{position: fixed; top:0px;left:0;}
.ColProyecto .ProyectSaff .StaffImgItem:nth-child(-n+6),.ColProyecto .ProyectSaff .StaffImgItem { margin-top: 10px;}
.ColMenuProyecto, .navigationProyectsticky{background-color:#FFF; width:100%;-webkit-transition: top 2s; /* For Safari 3.1 to 6.0 */
  transition: top 2s;}
.navigationProyectsticky{position: fixed; top:0px;top:60px;}
.ColProyecto .ProyectBlockSeparator {margin-top: 30PX;}
.ColProyecto .ProyectSaff .ProyectBlockSeparator, .ColProyecto .page-first-module .ProyectBlockSeparator{background-color: transparent;}




/*miembros*/
.ContentMiembros, .ContentVideos, .ContentPresentados{padding:40px 20px; height: auto; }
.MiembrosTitle, .VideosTitle, .PresentadosTitle{ max-width: 100%;}
.MiembrosTitle h1, .CabeceraMiembros h1, .CabeceraNewsletters h1, .Fullwidth1ColCenter h1, h2.H2RedaccionAbierta{
font-size: 30px !important;
margin-bottom: 10px;
}
.MiembrosTitle p, .VideosTitle p{padding-right: 0;}
.MiembrosForm div{width: 100%!important;margin-left: 0 !important;}
.MiembrosForm input, .MiembrosForm .wpforms-form .wpforms-field {padding-bottom: 10px!important;}
.txtSuscripcion div {padding-top:10px!important;}
.txtSuscripcion div p, .MiembrosForm div p {line-height: 1;}
.txtSuscripcion div p:last-child {flex-grow: 2;    white-space: nowrap;}
.MiembrosForm .wpforms-submit-container { text-align: center;}

.Col-Fullwidth-SiteWidth-Content .Fullwidth1Col{height: auto; padding: 170px 20px 00px 20px !important;}
.Col-Fullwidth-SiteWidth-Content {padding: 20px 0;}
.CabeceraMiembros h1, .CabeceraMiembros p, .CabeceraNewsletters h1, .CabeceraNewsletters p{flex-basis: 100%; padding-right: 0;}
.CabeceraMiembros, .CabeceraNewsletters {   background-size: 60%; background-position: center top;}
.page-template-page-miembros19 .CabeceraMiembros  {   background-size: 55%; background-position: center top;}
.ColFullTwoThird.page-first-module{margin: 0;}
.Row2Col2third1third .ColFullTwoThird.entry-content{padding: 10px;}
h2.H2RedaccionAbierta{text-align: center;}
.ProponeNota .wp-block-column:first-child, .ProponeNota .wp-block-column:last-child { padding-left: 0 20px;border-left: 0;}

.ProponeNota h3 {font-size: 25px;    line-height: 30px;text-align: center;}
.SeparadorParticipacion {margin: 30px 20px 20px 20px;}
.LoopAcciones {    flex-direction: column;}

.ParticipacionRedes ul {margin-bottom: 30px;}
.Participacion-Feed{flex-direction: column;}
.Participacion-Feed article{ flex-basis: 100%;}


.Row3Col1third {flex-direction: column; padding-top:25px;}
.Row3Col1third .ColFullOneThird.MiembrosPlanes {order:2; padding-top: 24px;}
.Row3Col1third .ColFullOneThird.MiembrosPlanes:not(:first-child) {margin-left: 0px;}
.Row3Col1third .ColFullOneThird.MiembrosPlanes:not(:last-child) {margin-right: 0;}
.Row3Col1third .ColFullOneThird.MiembrosPlanes.MiembrosPrincipal{order:1; padding-top: 18px;}
.Row3Col1third .ColFullOneThird.MiembrosPlanes div:nth-child(2){display: flex; align-items: flex-end;}
.centerElegiMembresia {    margin: 25px 20px 25px 20px;}

.Miembrosedad{font-size: 18px; padding-bottom: 16px;}
.MiembrosValor{font-size: 42px; display: flex!important; flex-grow: 2; align-items: flex-end;  flex-grow: 1;  flex-shrink: 1;}
.MiembrosValor small{font-size: 14px; padding:0 0 5px 5px;}
.MiembrosDescuento{ font-size: 14px; text-align: right;align-self: flex-end; flex-shrink: 3;flex-basis: 40%; line-height: 1; padding-bottom: 5px;}
ul.MiembrosDetallePlanes{padding-bottom: 0px; height: 1px; overflow: hidden; margin-bottom:20px; font-size: 18px;margin-top: 12px; padding-top:0;}
ul.MiembrosDetallePlanes.MiembrosMasInfoVisible{padding-bottom: 40px; margin-bottom:0px; height: auto;overflow: visible!important;}


.page-template-page-miembros19 .wpforms-container-full form{margin: 0 20px;}
a.MiembrosMasInfo{display: block;color:#161616;text-decoration: none; font-size:14px;margin-top: 10px;}
span.MiembrosDisclaimer{display: none;}

.tituloElegiMembresia span {    line-height: 40px;    font-size: 22px;    height: auto;    padding: 0 20px;    display: inline-block;}
.MembresiaGrupos {padding: 0 20px 30px 20px;}


/*newsletters*/
.wp-block-column.Fullwidth1Col.CabeceraNewsletters, .wp-block-column.Fullwidth1Col.CabeceraMiembros { text-align: center;}
.CabeceraNewsletters p{display: none;}
.NewsGroups li { flex-basis: 100%;}
.NewsGroups .GpsBox {    margin: 8px 0px 20px 0px;}
.GpsBox h2{text-align: center!important;}
.NewsGroupContent {padding: 25px 3.8% !important;}
.GPSenviarBox {    flex-direction: column;}
.GPSenviar {padding-top: 0;}
.GPSButtomBox {padding: 10px 0; text-align: center; width: 100%;}
.GPSButtomBox .button {width: 100%!important}
#mc_embed_signup .mc-field-group input,
.GPSFieldBox {width: 100% !important;}
#mc_embed_signup form {
    padding: 10px 0 10px 0!important;
}
.PresentadosTitleVolanta {flex-wrap: wrap;-webkit-flex-wrap: wrap;justify-content: center;flex-direction: column;}
.PresentadosTitleVolanta span{flex-basis: 100%; -webkit-flex-basis: 100%; padding-bottom: 10px;text-align: center;}
.PresentadosTitleVolanta img{ margin:7px 0  0 0px ;}
.Page-full-content .wp-block-columns{margin-bottom: 0;}

.NewsLetterSingleBoxForm .GPSenviarBoxSidebar{flex-direction: column; padding:  0 18px; margin-top: 10px;}
.NewsLetterSingleBoxForm .GpsBox p{padding-left:18px; padding-right: 18px;}

.NewsLetterSingleBoxForm .GPSenviarBoxSidebar div.GPSEmailFieldBoxSidebar{flex-basis: 100%;padding: 0;}
.NewsLetterSingleBoxForm .GPSButtomBoxSidebar .button{width: 100%!important; }
.NewsLetterSingleBoxForm .GPSButtomBoxSidebar {margin-top: 10px;}


.NewsContent{display:flex;}

.archive article.FirstRegular:before, p.top_page:before {
  margin: 0 auto 20px;
}

/*.NewsContent #primary{order:2;}*/
.NewsContent #secondary{/*order:1; */background-color: #f0f0f0!important;}
.NewsLetterPageBoxForm {    margin: 10px;}
#mce-success-response, #mce-responses div.response{margin: 0 10px;}
#primary #mce-success-response,  #primary #mce-error-response, .Page-full-content #primary #mce-success-response, .Page-full-content #primary #mce-error-response, #mce-responses div.response{ margin: 20px 0 0 0px!important; line-height: 2em; }

.NewsAmPM-header{padding: 0 20px;}

article .wp-block-embed__wrapper iframe, article .wp-block-embed-twitter, .single article .enrty-content {max-width: 100%!important; width: 100% !important;}


iframe.IframeNews{min-width:94%; width:94%; height:200px;}
iframe.IframeVideoUT{min-width:100%; width:100%; height:200px;}
.VideoUTContent p{margin-bottom: 0!important;}
.entry-news{text-align:center;}
.headerNews{background-color:rgba(255,255,255,0)!important; text-align: center;}
.entry-news p.archive-description{padding-left:20px!important; padding-right:20px!important;text-align: center;}

.TTLUltimasEdiciones{padding-bottom: 0px;}
.TTLUltimasEdiciones span::before,.TTLUltimasEdiciones span::after{
width: 20%;}
.EquilibraChicas .entry-news{text-align:left;padding:0 15px;}
.category-zone-modulo-portada {    margin-bottom: 24px;}

.NotasPresentadasLogos{    justify-content: center;  display: flex; flex-wrap: wrap;}
.NotasPresentadasLogos img{   max-height: 40px; margin: 10px ;}

/*LIBROS*/
.EncabezadoLibros, .EncabezadoLibrosP {padding:10px 0;}
.EncabezadoLibrosP {flex-direction: column;}
.EncabezadoLibrosP strong{flex-basis: 100%;}
.EncabezadoLibros .wp-block-column, p.EncabezadoLibrosP {margin-bottom: 5px; }
.EncabezadoLibros .wp-block-column p, p.EncabezadoLibrosP {line-height: 1.2em !important;font-size: 16px;margin-bottom: 0px;}
.EncabezadoLibros .wp-block-column p:before{display:inline;}
.EncabezadoLibrosP strong{display: inherit;}
.EncabezadoLibros .wp-block-column.colLibro p:before, .EncabezadoLibrosP strong:nth-child(1):before{content:'LIBRO / '; padding-right: 5px; white-space: nowrap;}
.EncabezadoLibros .wp-block-column.colAutor p:before, .EncabezadoLibrosP strong:nth-child(3):before{content:'AUTOR / '; padding-right: 5px; white-space: nowrap;}
.EncabezadoLibros .wp-block-column.colEditorial p:before, .EncabezadoLibrosP strong:nth-child(5):before{content:'EDITORIAL / '; padding-right: 5px; white-space: nowrap;}
p.ResumenLibros {font-size: 16px;}

/*MONO*/

.ContentMono{display: block;  height: auto;text-align: center;}
.MonoTitle .Page-full-contentBajada {padding-right: 0;}
.MonoBg {    height: 100%; background-position: center ;    background-size: 75%;    display: block;padding-bottom: 202px;background-position-y: 115%;}
.MonoTitle .Page-full-contentBajada { padding : 0 20px 24px 20px;font-weight: 400; line-height: 1.5em;}
.MonoTitle h1 {font-size: 40px !important;margin-bottom: 10px; padding-top:20px;}
.MonoContent .MonoColumn {    display: block;    padding: 0 25px;}
.MonoContent .Mono-description p {    padding-top: 0; padding-bottom: 15px;}
.MonoContent .Mono-description a {padding: 10px 0; margin-top: 0;}
.MonoCover {flex-basis: 145px;}
.PageFullW .MonoContent article {    border-bottom: 1px solid #E0E0E0;    margin-bottom: 30px !important;border-radius: 0!important;}
.content-area.PageFullW.MonoFull {background-color: transparent!important;}
.MonoContent .MonoData {padding-left: 34px;}
.MonoContent .Mono-date{padding-top: 0;}
.MonoContent h2.Mono-title {padding-top: 15px;line-height: 1em;}

/*ENCUENTROS*/
.EncuentroContent{display: block; }
.EncuentroCover{flex-basis: 100%;min-width: 100%;border-radius: 5px 5px 0 0px;min-height: 175px;}
.site-main.EncuentrosMain{padding: 20px; background-color:#f8f8f8;}
.Encuentro-description p:nth-child(3){text-align: center;}
.EncuentroData{padding:25px 25px 22px 25px;}
.page-template-page-encuentros article.encuentropost{margin: 0 0 27px 0 ;}
h2.Encuentro-title {
    padding-bottom: 16px;
    line-height: 1em;
}
.home.page-template h2.Encuentro-title {font-family: 'Roboto Slab',serif !important; letter-spacing: -0.5px !important;font-size: 26px !important; font-weight: 500;}
.home.page-template .EncuentroCover {min-height: 162px;}
.home.page-template article.encuentropost{margin: 25px 10px;}
.widget-area ul.SideBarContent{margin: 20px;}
.widget-area ul.SideBarContent li{padding-right: 30px;}

.VideosTitle h1 {text-align: center;}
.VideoMain{padding: 16px 20px;}
.ContentVideos {padding: 40px 20px; height: auto;background-image: none;background-color: #F0F0F0;}
.VideocContent-area{background-color: #fff;}
.VideosTitle h1 { font-size: 40px !important; margin-bottom: 10px;}
.MultimediaFirst{margin-bottom: 11px;}
.MultimediaFirst h1 { margin: 8px 0 17px 0; font-size: 22px!important;}
.MultimediaFirst h1 a, .MultimediaFeedTitle h1 a {font-size: 22px;line-height: 1.2em;}

.MultimediaFeed {display: block;border-top: 1px solid #e0e0e0; margin-bottom: 11px;}
.MultimediaFeedVideo {flex-basis: 100%; margin-right: 0px;padding-top:12px;}
.MultimediaFeedTitle {padding-top: 0;flex-basis: 100%;}
.MultimediaFeedTitle h1{margin: 5px 0 16px 0;}
.MultimediaFeedDate{color:#2A2A2A;padding-top: 6px;}
.MultimediaFeedVideo iframe.IframeVideoUT {width:100%; height: 183px;}
.VideosTitleBajada {text-align: center; font-size: 16px;padding: 9px 40px 8px 40px;line-height: 1.4em;width: 100%;}
.post-template-single-Video .site-main {display: block;}

/*Presentados*/
.ContentPresentados {display: block; padding-top: 320px; padding-bottom: 0; background-size: auto 320px!important;}

.PresentadosTitleBajada, .PresentadosTitle h1{width: 100%; }
.PresentadosTitle { max-width: 100%;padding-bottom: 0; text-align: center;}
.PresentadosTitle h1{font-size:  26px; margin: 12px auto 10px auto;}
.PresentadosTitleBajada {font-size: 16px; line-height: 20px;}
.page-template-page-Presentada article{border: 1px solid #ddd !important;}
.page-template-page-Presentada article .post-top{flex-direction: column;}
article .PresentadosTitleVolanta img {height: 32px;margin-left:0}
.edit-link{padding-right:10px;}
article .PresentadosTitleVolanta {padding-left:0px; font-size: 12px; text-align: right;}
.PresentadosTitleVolanta.News{text-align: left;}
.PresentadosTitleVolanta.News img {    height: 20px;    margin-left: 5px;}
.post-topPresentado .posted-on{display: block;padding-left: 0;}

.LoginMemberBox { padding:22px ; }
.LoginMemberFormButtons{flex-direction: column;}
.LoginMemberButtons, .LoginMemberFormBox{flex-basis: 100%;}
.LoginMemberButtons{border-top:1px solid #ddd; margin-top: 20px;padding-top: 20px; order: 1;}
.LoginMemberFormBox{border-left: 0; padding: 0; order:0;}
.LoginMemberFormButtons strong, .LoginMemberBox span, .LoginMemberBox p{font-size: 17px;line-height: 24px;}
.LoginMemberBox h4{font-size: 25px; line-height: 30px; padding-bottom: 5px;}
.mepr-unauthorized-message {padding: 10px;}
.Col3Yelow {    padding: 0px ;}
.ParticipacionContent {align-items: flex-start;flex-direction: column;}
.ParticipacionContent .wp-block-column:last-child{margin-bottom: 0!important;}
.archive-description-NoBorder, .page-template-page-proyecto .archive-description-NoBorder{width: 100%; }
.ContenidoPArticipac div:last-child{flex-basis: 70%;}
.ContenidoPArticipac, .ContenidoPArticipac strong,.ContenidoPArticipac a{ font-size: 15px!important; line-height: 18px;  }
.ContenidoPArticipac img{max-width: 62px!important; margin-right: 5px;}
.ContenidoPArticipac strong{flex-basis: 70%;}


/*videos con scroll especial*/ 
.CentralColVideoScroll{ margin: auto; padding-top: 20px;}
.CentralColVideoScroll h2, .CentralColVideoScroll .bajadaNota{text-align: center;}
.post-template-single-Videos_scroll article, .post-template-single-Videos_scroll-ciencia article{border:0;padding-bottom: 20px;}
.post-template-single-Videos_scroll article .entry-content,.post-template-single-Videos_scroll-ciencia article .entry-content{padding-bottom: 30px;margin-bottom: 0}
.bloquePresentacionVideos{justify-content: center;flex-flow: row wrap;}
.bloquePresentacionVideos a{flex-basis: 80px; padding: 5px 0; margin: 5; background-color: transparent;}
.BarraVideosFixed1 .bloquePresentacionVideos a{flex-basis: 40%; background-color: #fff; margin: 5px; padding: 0;align-items: flex-start;}

.post-template-single-Videos_scroll-ciencia .BarraVideosFixed1 .bloquePresentacionVideos a{ flex-flow: row wrap; background-color: #fff; margin: 5px; padding: 0;align-items: flex-start;}
.bloquePresentacionVideos a{ max-width:100%; margin:  5px; text-align: center; padding-bottom: 0;}
.bloquePresentacionVideos a img, .BarraVideosFixed1 .bloquePresentacionVideos a img{height: auto; max-height: 165px!important;}
.bloquePresentacionVideos a .bajadaNota{margin-top: auto;}
.bloquePresentacionVideos a h2{margin: 0px; padding: 10px 5px ;text-align: center;line-height: 20px;font-size: 18px; font-weight: 600;}
.post-template-single-Videos_scroll-ciencia .CentralColVideoScroll h2 { padding-top: 40px}
.VideosScrollHead{padding:  20px 0 0 0; text-align: center;}

.VideosScrollHead h1{font-size: 30px;margin-bottom: 10px;}
.VideosScrollHead .author-box {justify-content: center!important;}


.BarraVideosFixed{background-color: rgba(245,245,245,1); margin-top:20px; padding: 15px 0;  width: 100%; z-index: 1000; display: none}
.BarraVideosFixed1{background-color: rgba(245,245,245,1); margin-top:20px; padding: 15px 0;  width: 100%; z-index: 1000; }

.BarraVideosFixed.stickyGPSenviar { padding: 12px 0;}
 .BarraVideosFixed h2, .BarraVideosFixed .bajadaNota,  .bloquePresentacionVideos a .BTBlacKAction, .bajadaNota.BajadaSingle .sharedaddy.sd-sharing-enabled{display: none!important;}
 .BarraVideosFixed.stickyGPSenviar .bloquePresentacionVideos a {max-width: 60px; margin: 0 5px;}
 .post-template-single_Seleccionesinclusivas .BarraVideosFixed.stickyGPSenviar .bloquePresentacionVideos a {max-width: 100px; margin: 0 5px;}
 .BarraVideosFixed.stickyGPSenviar .bloquePresentacionVideos a img{height: auto;}

/*videos con scroll especial*/

/*historietas*/

.post-template-single-historietas .entry-content ul, .post-template-single-historietas .entry-content ol {padding: 10px 0 0 0;}
.post-template-single-historietas .wp-block-gallery .blocks-gallery-item{width: 100%; margin: 16px 0;}







/*MIEMBROS v2*/
.page-id-59553 #masthead{display: none;}
.redaccionMI{display: none;}
.redaccionMD{display: block;text-align: center;margin: 90px auto 30px auto;max-width: 180px;}
.MiembrosTopCol-TitD{text-align: center;}
.MiembrosTop .headerFixedMiembros{border-bottom: 1px solid #ddd;}
.wp-block-column.MiembrosTopCol-TitD img:last-child{max-width: 80%; margin: auto;}
.MiembrosTop{background-color: #fff; padding-top:0px; padding-bottom: 0; margin-bottom: 0;}
.MiembrosTop .wp-block-columns, .MiembrosHeader,.Miembrosx2Col ,h3.Miembrosx1Col,p.MiembrosPreguntas,.SectionBeneficios  {padding: 20px;max-width: 100%;}
.MiembrosTop .wp-block-columns{padding-top: 0px;}
.Miembrosx1Col.Pad10{padding-top: 40px;}
.MiembrosTop .wp-block-columns.has-2-columns div:nth-child(1){order:1;padding-top: 10px;}
.MiembrosTop .wp-block-columns.has-2-columns div:nth-child(2){order:0;}
.SectionBeneficios{padding-bottom: 0}
#sb_instagram{max-width: 100%;}
.MiembrosHeader.preguntasFrecuentes img{width: 100px;}

.btQuieroSerMiembro, .QuieroSerMiembro a{font-size: 14px; text-transform:uppercase; font-weight: 600; color:#fff!important; letter-spacing: 1.5px; text-decoration: none!important; display: inline-block; padding: 12px 15px; line-height: 1em; border-radius: 4px; background-color: #FF6A5F;}
.btQuieroSerMiembro{letter-spacing: 0px; }
.MiembrosHeader a:nth-child(2){display: none;}

.QuieroSerMiembro a{letter-spacing: 1px;margin-bottom: 8px;}
.MiembrosTopCol-Tit{text-align: center;flex-basis: 100%; font-size:16px;line-height: 22px;letter-spacing: 0px;}
.MiembrosTopCol-Tit img{width: 200px;}
.MiembrosTopCol-Tit h2{font-size:26px; line-height: 33px; padding:0px 20px; text-align: center;letter-spacing: 0;}
.QuieroSerMiembro { padding-top:18px; font-size: 16px;display: inline-block;color: #161616;}
.MiembrosVideo .QuieroSerMiembro strong{display: none;}

.MobileMiembro{display: initial; }
.wp-block-column.MobileMiembro{ padding-left: 20px;}
.MobileMiembrosIngreso .wp-block-column{flex-basis: 50%!important;}
.MobileMiembro .suscribite{text-align: center;margin-top: 18px;padding: 4px;}
.MobileMiembro .suscribite a{font-size: 14px;}
.MobileMiembro.PrEditor{text-align: center; display: block;}
.has-2-columns.MobileMiembrosIngreso{display: none;}

.MiembrosVideo .wp-block-column:not(:first-child) {margin-left: 0px; }
.MiembrosVideo .MiembrosIframeVideo {display: none; }
.MiembrosIframe{margin-top: 20px;  height: 210px;}
.Miembrosx2Col h3, h3.Miembrosx1Col {font-size:26px;}
.Miembrosx2Col h3.Top_futuroTit{padding-top: 20px; padding-bottom: 0px;}
h3.Miembrosx1Col{padding-bottom: 20px}
.MiembrosComent h3{padding-bottom: 16px}
.YellowInsta h3.Miembrosx1Col{padding-bottom: 0px}
.MiembrosVideo ul { margin: 0 0 18px 25px;}
.MiembrosVideo ul li{padding: 0 0 14px 1px; font-size: 16px; line-height: 20px;}
.Miembrosx2Col p.MiembrosBajadas,.Miembrosx1Col p.MiembrosBajadas{font-size: 18px; }
.MiembrosComent p.MiembrosBajadas{line-height: 1.3em;padding-right: 61px;}
.MiembrosGifCol p.MiembrosBajadas{line-height: 1.3em; padding-top:10px;}


* {box-sizing: border-box}
.mySlides1, .mySlides2 {display: none; justify-content: space-between;}
.mySlides1 img, .mySlides2 img{vertical-align: middle;}
.ComentLine .slideshow-container{padding: 7px 0 0 0; min-height: 200px;}
.MiembrosGifCol{display: flex; flex-direction: column;}
.MiembrosGifCol div:first-child{order:1;}
.GifLoopParte {text-align: center;order: 0}
.GifLoopParte img {     width: 80%;    margin: 10px 0 auto 0;}
.MiembrosBackYell, .BloqueYellFooter {background-color: #FFF7E3}
.MiembrosBackYell{background: url("/wp-content/uploads/2019/png/wBack.png") 0 -10px #FFF7E3 repeat-x;margin-top: 20px;padding-bottom: 20px;}

.MiembrosComent{margin-top: 0px;}
.MiembrosComent div.mySlides q:before{margin-bottom: 6px; content: ""; width: 28px; height: 28px; display: block; background: url("/wp-content/uploads/2019/svg/comillas.svg") no-repeat; background-size: content;}
.MiembrosComent div.mySlides q {font-size: 20px; line-height: 1.1; font-style: italic;font-weight: 500; }
.MiembrosComent div.mySlides p{font-size: 18px; padding-top: 20px;}
.Miembrosx2Col.MiembrosComent .ComentLine{position: relative; padding-left: 0;padding-top: 20px;    margin-top: 40px;}
.MiembrosComent div.mySlides p:last-child{margin-bottom: 0px;font-size:14px;}
.Miembrosx2Col.MiembrosComent .ComentLine:before{ content:"";      top: -0px;
    content: "";
    display: block;
    width: 50%;left:25%;
    height: 1px;
    position: absolute; }
.MiembrosPeriodismo-Feed.site-contentFullPage{max-width: 100%; padding:0 20px 0 20px;overflow: visible;}
.home .MiembrosPeriodismo-Feed.site-contentFullPage{overflow:hidden;}

.MiembrosPeriodismo-Feed.site-contentFullPage{margin: 0!important;padding: 0 }
.MiembrosPeriodismo-Feed .swiper-container{overflow: visible!important;margin-left: 20px; max-width: 80%!important;}


.Page-full-content{overflow-x: hidden;}

.MiembrosPeriodismoTxt {padding: 20px;}
.MiembrosPeriodismoTxt .MiembrosPeriodismoCat{font-size: 14px; text-transform: uppercase;}
.MiembrosPeriodismoTxt a {text-decoration: none;}
.MiembrosPeriodismoTxt a.MiembrosPeriodismo-titleFeed{display:block; font-family: 'Roboto Slab', serif!important;font-size:16px; line-height:1.4em; font-weight: 500;color: #161616;text-decoration: none;padding: 15px 0;}
h3.Miembrosx1Col.Pad10 {padding-bottom: 0;}
p.MiembrosPreguntas{padding:20px;line-height: 1.4;}
.MiembrosPreguntas{text-align: left; font-size: 18px; }
.MiembrosPreguntas a{color: #5c9af6;font-size: 14px;text-decoration: none;position: relative; top:4px;}
.SectionBeneficios{flex-direction: column;}

.BoxBeneficios {margin-bottom: 20px; flex-basis: 100%;margin-right: 0;}
.BoxBeneficios .TipsFeed{flex-basis:80%;  }

#sbi_images .sbi_item:not(:first-child), #sbi_load{display: none!important;}
.sbi_item:first-child{display: initial;}


.BloqueYellFooter{font-size:26px; line-height: 33px; padding: 40px ; margin-top: 0px;}
.BloqueYellFooter em::after{bottom: -5px;width: 130px;}
.StarPrize{background: url("/wp-content/uploads/2019/svg/StarPrize.svg") left center no-repeat;  padding-left: 17px; width: 100%; font-size: 11px!important; color:#B2B2B2; position: absolute; bottom:10px;}
.StarPrize p{margin-bottom: 0!important;}



.MiembrosWBox, .GrayBox p{max-width: 100%;margin: 0 auto; padding: 20px;}
.MiembrosWBox{padding-top: 90px;}
h3.Miembrosx1Col.PFTittle{font-size: 40px;}


/* Slideshow container */
.slideshow-container1, .slideshow-container  {

  position: relative;
  margin: 0;
}
.MiembrosPeriodismo-Feed .slideshow-container1 { width: 1200px;}
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: -100px;
  width: auto;
  color: #ddd;
  font-weight: 100;
  font-size: 22px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
}
.prev {
  right: 50px;
}

/* On hover, add a grey background color */
.prev:hover, .next:hover {
  /*background-color: #f1f1f1;*/
  color: black;
}


/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 8px;
  width: 8px;
  margin: 0px 2px 0 2px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  border:1px solid #717171;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 380px) {
  .prev, .next,.text {font-size: 11px}
}


/**ACCOrdions*/
.wp-block-column .IconPics .wp-block-column{flex-basis: 40%!important;}
.IconPics .wp-block-column{flex-basis: 40%!important; padding:20px;}a
span.ac_title_class{flex-basis: 85%;}
.AccordionCovid .wpsm_panel-group, .page-template-page-secciones-full-accordion .BottomMiembrosHeader p{padding: 0 20px;}
.GrayBoxPreguntas{padding: 0 35px;}
.ac_title_class {  line-height: 20px;  font-size: 16px;}
.wpsm_panel-group {padding: 30px 0;}
.IconPartners, .GoogleForm {padding: 0 20px;  margin-bottom: 30px;}
.IconPartners .wp-block-column{text-align: center;}
.IconPartners .wp-block-column figure{max-width: 80% ; margin: 0 auto}
.GuiaChevron{padding: 40px 0 0px 0;  margin-top: 20px;  font-size: 25px;}
h3.has-text-align-center.Miembrosx1Col.PFTittle.wpsm_panelTT.TitVacunas { font-size: 40px;  padding-top: 15px;}

.BoxPreguntasCovid{padding: 0 20px;padding-bottom: 30px;}
.BoxPreguntasCovid .GuiaChevron{padding-bottom: 20px;}

.BajadaVacunas {padding:0 20px
}
.page-template-page-secciones-full-accordion .BottomMiembrosHeader p, .wpsm_panel-body span{line-height: 1.5;}
.GoogleForm iframe{height: 810px;}


.post-template-single-Videos_scroll-deporte .bloquePresentacionVideos {
  flex-wrap: wrap;
  max-width: 300px;
}

.GoogleForm.FormVacunas iframe {
    height: 1160px;
}




}
.Login.Miembros {text-align: center;}
.Login.Miembros .mp_wrapper.mp_login_form{max-width: 400px; margin: 0 auto 60px auto;}

@media screen and (max-width: 375px){
.navigationProyect a{padding-left:3px;padding-right:3px;letter-spacing:-0.5px;}
.navigationProyect a:hover{padding-left:3px;}
article.redaccion-abierta img { height: 180px;margin-top: 15px;}
.ContenidoPArticipac strong{flex-basis: 100%;}
.ContenidoPArticipac img{margin-right: 0px;}
.MiembrosIframe{height: 188px;}
.IconPics .wp-block-column { padding: 20px 10px;
}
}

@media (min-width: 376px) and (max-width: 430px){
.widget-area ul.SideBarContent{background-size: 2px 400px;}
.widget-area ul.SideBarContent li{padding-right: 40px;}
.redaccion-abierta{ background-size: 88% auto;}
.MonoBg {background-size: 70%;background-position-y: 119%;}
.CabeceraMiembros, .CabeceraNewsletters {background-size: 50%;}
.page-template-page-miembros19 .CabeceraMiembros {background-size: 50%; background-position: center top;}

.archive #mainPlus article:not(:first-of-type) .ArchivePost_thumbnail,.page-template-page-videosV3 #mainPlus article .ArchivePost_thumbnail {    max-width: 116px;    width: 116px;}
.archive article:not(:first-of-type) .ArchivePost_thumbnail.VideoThumbnail,.page-template-page-videosV3 article .ArchivePost_thumbnail.VideoThumbnail {height: 54px; background-size: contain;}

}

.page-template #main-nav, .single #main-nav,  .archive #main-nav, #post-157515 .thNoteCaption img{display: none;}
.home #main-nav{display: initial;}



.addtoany_list a::after{content:"";display: inline-block; height: 22px;margin-left: 5px; width: 1px; background-color: #ccc;}
.addtoany_list a:last-child:after{display: none;}
.shareW{text-align:center;}
.shareW .addtoany_list a svg>path,.postid-185666 .addtoany_list a svg>path,.postid-184195 .addtoany_list a svg>path{fill:#fff!important }
.shareW .addtoany_list a::after,.postid-185666 .addtoany_list a::after,.postid-184195 .addtoany_list a::after{background-color:#fff!important }

#post-15005 .entry-header{display: none!important;}

.category-chillax .NewsLetterSingleBoxForm,
.category-reaprender .NewsLetterSingleBoxForm,
.category-futuro .NewsLetterSingleBoxForm,
.category-otra-economia .NewsLetterSingleBoxForm,
.category-siete-parrafos-newsletter .NewsLetterSingleBoxForm
{display: none!important;}





.chillax .PresentadoBloqueNota.Presentado_bott-Nota_prd,.chillax .NotasPresentadasLogos.Presentado_bott-Nota_prd,
.campana-del-mes .PresentadoBloqueNota.Presentado_bott-Nota_prd,
.oxigeno .PresentadoBloqueNota.Presentado_bott-Nota_prd{display: block!important;}

.chillax .PresentadoBloqueNota,.chillax .NotasPresentadasLogos,
.campana-del-mes .PresentadoBloqueNota,.oxigeno .PresentadoBloqueNota {display: none!important;}