/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.sub-menu {
box-shadow: 1px 4px 4px rgba(0,0,0,.5) !important;
}

.sub-menu .menu-item a {
	text-transform: initial !important;
}

a.button {
    margin: 10px;
	text-decoration: none !important;
}




/* ACORDEON PARA PUZZLE */
.tab {
  position: relative;
  margin: 2px;
  max-width: 100%;
  display: grid;
  clear:both;
}

/* [THE LABEL] */
.tab input {
  display: none;
}
.tab label {
  display: block;
  background: #346ea1;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  cursor: pointer;
  border-radius: 5px;
}
.tab label::after {
  content: "\25b6";
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
  transition: all 0.4s;
}
.tab input[type=checkbox]:checked + label::after,
.tab input[type=radio]:checked + label::after {
  transform: rotate(90deg);
}

/* [THE CONTENTS] */
.tab-content {
  overflow: hidden;
  background: #ccdef9;
  /* CSS animation will not work with auto height */
  /* This is why we use max-height */
  transition: max-height 0.4s; 
  max-height: 0;
}
.tab-content p {
  margin: 20px;
}
.tab input:checked ~ .tab-content {
  /* Set the max-height to a large number */
  /* Or 100% viewport height */
  max-height: 100%;
}
/* FIN ACORDEON PARA PUZZLE */




/* TABLAS CUADRICULA PUZZLECLOPEDIA INI */
table.tabla_cuadricula{width:90%; margin:auto}
table.tabla_cuadricula td{position:relative}
table.tabla_cuadricula_10 td{width:10%;}
table.tabla_cuadricula_8 td{width:12.5%;}
table.tabla_cuadricula_5 td{width:20%;}
table.tabla_cuadricula_3 td{width:33%;}
table.tabla_cuadricula td:after{content:'';display:block;margin-top:100%}
table.tabla_cuadricula td div { margin: 0; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
/* TABLAS CUADRICULA PUZZLECLOPEDIA FIN */




/*CARDS PARA PAGINAS ESPECIALES*/
.title-test-psicotecnicos:before {
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
    content: "\f085";
    padding:10px;
}

.title-test-diagnosticos:before {
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
    content: "\f21e";
    padding:10px;
}

.title-test-educacion:before {
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
    content: "\f19d";
   	padding:10px;
}

.title-test-autoconocimiento:before {
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
    content: "\f044";
   	padding:10px;
}

.title-test-personalidad:before {
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
    content: "\f12e";
   	padding:10px;
}

.title-newsletter:before {
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
    content: "\f0e0";
   	padding:10px;
}

.title-card:before {
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
    content: "\f138";
   	padding:10px;
}

.card-list-test {
	text-align:left;
	color:#3e4d5c;
	padding:0 10px 0 10px;
	font-size: 15px;
	margin-bottom:5px;
}

.igualar-imagenes img {
    max-height: 150px !important;
}
/*FIN CARDS PARA PAGINAS ESPECIALES*/




/* WP SHOW POSTS*/
.wp-show-posts-inner {
    /*margin: 0 0 2em 2em;*/
    margin: 0 0 2em 0em;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding-top: 10px !important;
    padding-left: 10px !important;
    padding-bottom: 10px !important;
    padding-right: 10px !important;
	/*box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);*/
}

.no-border-showposts .wp-show-posts-inner {
	  margin: 1px;
    border: unset !important;
    border-radius: unset !important;
    padding-top: unset !important;
    padding-left: unset !important;
    padding-bottom: unset !important;
    padding-right: unset !important;
	box-shadow: unset !important;
}

a.wp-show-posts-read-more, 
a.wp-show-posts-read-more:visited {
	border: 2px solid #346ea1;
	color: #ffffff;
	background: #346ea1;
	font-size: 16px;
	border-radius:3px;
}

a.wp-show-posts-read-more:hover {
	background: #3498db;
	border: 2px solid #3498db;
}

.wpsp-read-more {
    margin: auto;
    margin-bottom: auto;
    display: table;
}

.wp-show-posts-image.wpsp-image-center {
    display: block;
    text-align: center;
    /*min-height: 200px;*/
}

.wp-show-posts article .wp-show-posts-entry-title {
    text-align: center;
}

.wpsp-card .wpsp-content-wrap {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.71) 30%, rgba(0, 0, 0, 0) 100%) !important;
}

/* FIN WP SHOW POSTS*/




/* SOBRE EL AUTOR */
.author-links a {
    font-size: 3em;
    line-height: 0.5em;
    float: right;
}

.social-link {
    margin: 10px;
}


.author-box {
    margin-top: 10px !important;
    border: 1px solid #d5e6eb;
    border-radius: 4px;
    padding: 20px !important;
    /*box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);*/
    background: #f8feff;
}

.author-box a:hover{
	text-decoration:none;
}

.author-box .author-info{
	margin-bottom: 10px;
	margin-top: 10px;
}

.author-box .avatar {
    width: 80px;
    border-radius: 100%;
    margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}

.avatar-100, .avatar-40 {
    border-radius: 100px;
    display: inline;
    border: 1px solid #cecece;
    padding: 3px;
    vertical-align: middle !important;
	margin-right: 5px;
}

.author-title {
    margin-bottom: 0.5em;
    display: inline;
    vertical-align: middle;
	font-size: 30px;
	font-weight: bold;
/*border-bottom: 1px solid;*/
}

.author-description {
	margin-bottom: 10px;
	white-space: pre-line;
    text-align: left;
	font-size: 14px !important;
}
/* FIN SOBRE EL AUTOR */




/* GeneratePress Site CSS */ /* Colors */
.wpsp-card, .wpsp-card a, .wpsp-card .wp-show-posts-meta a, .wpsp-card .wp-show-posts-meta a:visited {
    color: #fff;
}
.navigation-search.nav-search-active {
	background-color: rgba(255,255,255,0.95);
	top: 100%;
}





/* Theme Global */
body.single-post.no-sidebar .site-content {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}




/* Navigation */
.second-nav.grid-container {
    padding: 0;
}

@media (min-width: 769px) {
    .main-navigation ul li {
        position: relative;
    }

    .main-navigation ul li:after {
        content: '';
        position: absolute;
        height: 0;
        width: 100%;
        bottom: 0;
        left: 0;
        pointer-events: none;
        filter: hue-rotation(90deg);
        -webkit-filter: hue-rotation(90deg);
        -webkit-transition: height 0.35s ease;
        transition: height 0.35s ease;
    }
}





/* Widgets */
.widget-title {
    margin: 1em 0;
    /*font-size: 0.8em !Important;*/
	color: #3498db !important;
}

.widget .wp-show-posts article {
    margin-bottom: 1em !important;
}

.zero-padding {
    padding: 0 !important;
}

.widget.no-background {
    background-color: transparent;
}

.inside-footer-widgets .related-title {
	color:#f0f0f0 !important;
	border-bottom: none !important;
}

.widget ul li {
    margin-bottom: 1em !important;
}


/* Page Heros */
.page-hero.overlay {
    -webkit-box-shadow: inset 0px -180px 83px -15px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px -180px 83px -15px rgba(0, 0, 0, 0.75);
}

.gradient-overlay {
    position: relative;
    z-index: -1;
}

.gradient-overlay:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 89, 155, .5)), to(rgba(14, 161, 234, .6)));
    background: linear-gradient(rgba(3, 89, 155, .5), rgba(14, 161, 234, .6));
    z-index: -1;
}





/* Blog y páginas de categorías */
.generate-columns .inside-article {
    padding: 0 0 15px;
}

@media (max-width: 768px) {
    .generate-columns .inside-article>*:not(.post-image) {
        padding: 0 15px;
    }
}

.generate-columns-container article .inside-article .post-image {
    margin-bottom: 0.5em;
}

.generate-columns-container article .inside-article .entry-summary {
    margin-top: 0.5em;
    font-size: 0.8em;
}


/* CSS Cajas en categorías Movido de element. Estaba para "all" INI */
.generate-columns .inside-article {
    /*margin: 0 0 2em 2em;*/
    border: 1px solid #ddd;
    border-radius: 4px;
    padding-top: 10px !important;
    padding-left: 10px !important;
/*    padding-bottom: 10px !important; */
    padding-right: 10px !important;
	/*box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);*/
}
	@media (max-width: 769px) {
	.generate-columns .inside-article {
    margin: 10px;
		width: 95% !important;
}
	}
/* CSS Cajas en categorías Movido de element. Estaba para "all" FIN */


.generate-columns-container article .entry-header, .wp-show-posts-entry-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

@media (min-width: 768px) {
.generate-columns-container article .entry-header .entry-title, .wp-show-posts article .wp-show-posts-entry-title {
    line-height: 2.5ex;
    height: unset;
    overflow: hidden;
    text-overflow: ellipsis;
}
}

.wp-show-posts .wp-show-posts-inner {
    overflow: hidden;
}

@media (min-width: 420px) {
.wpsp-align .wp-show-posts-image {
    margin-bottom: 0;
}
}
.wpsp-align .wp-show-posts-image a, .wpsp-align .wp-show-posts-image img {
    height: 100%;
}

.generate-columns-container article .inside-article img, .wp-show-posts-image img {
    -o-object-fit: cover !important;
    object-fit: cover !important;
}





/* WPSP Grids */
/* Single column align side image */
/* Add wpsp-align class to to WPSP List shortcode wrapper */
@media (min-width: 420px) {
    .wpsp-align .wp-show-posts-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .wpsp-align .wp-show-posts-inner>div {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 768px) and (min-width: 420px) {
    .wpsp-align .wp-show-posts-inner .wp-show-posts-image {
        margin-right: 1.5em;
    }
}





/* magazine Grid Golden Ratio 5 block standard */
/* Add wpsp-grid class to WPSP List shortcode wrapper */
@media (min-width: 600px) {
    .wpsp-grid .wp-show-posts {
        display: grid;
    }
}

@media (min-width: 900px) {
    .wpsp-grid .wp-show-posts {
        grid-template-columns: repeat(8, 1fr);
        grid-template-rows: 1fr auto;
    }

    .wpsp-grid .wp-show-posts article:first-child {
        grid-column: 1 / 5;
        grid-row: 1 / 4;
    }

    .wpsp-grid .wp-show-posts article:nth-child(2) {
        grid-column: 5 / end;
        grid-row: 1 / 2;
    }

    .wpsp-grid .wp-show-posts article:nth-child(3) {
        grid-column: 5 / 7;
        grid-row: 2 / 4;
    }

    .wpsp-grid .wp-show-posts article:nth-child(4) {
        grid-column: 7 / end;
        grid-row: 2 / 4;
    }
}

@media (max-width: 899px) and (min-width: 600px) {
    .wpsp-grid .wp-show-posts article {
        grid-column: span 4;
    }

    .wpsp-grid .wp-show-posts article:nth-child(3), .wpsp-grid .wp-show-posts article:nth-child(4) {
        grid-row: 3;
        grid-column: span 2;
    }
}

.wpsp-grid article:not(:first-child) .wp-show-posts-image a img {
    height: 250px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.wpsp-grid article:first-child .wp-show-posts-image a img {
    height: 500px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.wpsp-grid article:not(:first-child) .wp-show-posts-entry-summary, .wpsp-grid article:not(:first-child) .wp-show-posts-entry-meta-below-post, .wpsp-grid article:not(:first-child) .wpsp-read-more {
    display: none;
}





/* WPSP Card Styling */
/* Add wpsp-card class to WPSP List shortcode wrapper */
.wpsp-card .wp-show-posts-meta a, .wpsp-card .wp-show-posts-meta a:visited {
    font-size: 1em;
    font-weight: 500;
    text-transform: uppercase;
}

:not(.widget).wpsp-card .wp-show-posts article, .wpsp-card .wp-show-posts-image {
    margin-bottom: 0 !important;
}

.wpsp-card .wp-show-posts-inner {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wpsp-card .wpsp-content-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5% 8%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.35);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgba(80, 50, 50, 0.5)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, rgba(80, 50, 50, 0.5) 30%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
}

.wpsp-card article {
    position: relative;
    overflow: hidden;
}

.wpsp-card article, .wpsp-card article .wp-show-posts-image img {
    -webkit-backface-visibility: hidden;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.wpsp-card article:hover .wp-show-posts-image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}



/* Post Navigation */
#post-nav a {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    #post-nav a {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
    }
}

#post-nav, #post-nav .post-nav-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#post-nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 60px;
}

#post-nav .post-nav-wrap {
    background-size: cover !important;
    background-position: center center !important;
    min-height: 120px;
    height: 100%;
    padding: calc(6% + 1em) 5%;
    -webkit-box-shadow: inset 0 -50px 70px 20px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 -50px 70px 20px rgba(0, 0, 0, 0.5);
    -webkit-transition: -webkit-box-shadow 500ms;
    transition: -webkit-box-shadow 500ms;
    transition: box-shadow 500ms;
    transition: box-shadow 500ms, -webkit-box-shadow 500ms;
    position: relative;
	box-sizing: border-box;
}

#post-nav .post-nav-wrap:hover {
    -webkit-box-shadow: inset 0 -90px 70px 20px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 -90px 70px 20px rgba(0, 0, 0, 0.5);
}

.post-nav-wrap>* {
    color: #fff;
}

.post-nav-date {
    font-size: 0.9em;
}

.post-nav-title {
    margin: 5px 0 !important;
}

.post-nav {
    min-width: 60px;
    position: absolute;
    top: 0;
    border-radius: 0 0 2px 0;
}

.post-nav:first-child {
    left: 0;
}

.post-nav:last-child {
    right: 0;
}

.post-nav {
    padding: 6px 12px;
    border-radius: 3px;
    font-size: 0.7em;
    text-transform: uppercase;
    background-color: #ff1956;
    color: #fff !important;
}

.header-widget .lsi-social-icons li {
	margin-bottom: 0 !important;
}

body .happyforms-flex {
	padding: 0;
	

} /* End GeneratePress Site CSS */


.wp-show-posts-columns .wp-show-posts-single:not(.wp-show-posts-masonry-block) .wp-show-posts-image img {
    max-height: 250px;
}

.rgpd-data {
	font-size:12px;
}
.rgpd-data-title {
	font-size:12px;
	margin-bottom:0px;
	font-weight:bold;
}


/*Posts relacionados */
#related_posts { margin-top: 10px; }

#related_posts li {
max-width: 22%;
display: inline-block;
margin: 2px;
border: 1px solid
#ddd;
border-radius: 4px;
padding-top: 10px !important;
padding-left: 10px !important;
padding-bottom: 10px !important;
padding-right: 10px !important;
/*box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);*/
	}

@media (max-width: 600px) {
	#related_posts li {
max-width: unset;
	}
}

#related_posts ul {
margin:0px !important;
}

.related-title {
	color:#3e4d5c !important;
    padding: 5px !important;
    text-align: left;
    display: block;
    font-weight: 300;
    font-size: 20px !important;
    margin: 10px 0px 10px 0;
    border-bottom: 3px solid;
    line-height: 25px;
	font-family:oswald,sans-serif;
	text-transform: uppercase;
}

/* FIN Posts relacionados */



/* Frases portada */

.frases-portada .wp-show-posts-inner  {
	background:#f9f9dd;
	font-style: italic;
	margin: 0px;
}

.frases-portada .wp-show-posts-inner:before  {
    content: "📢";
    padding-right: 16px;
    font-weight: 900;
	background:#f9f9dd;
	display:inline-block;
}

.frases-portada .wp-show-posts-inner :last-child {
    display: inline;
}
/* FIN Frases portada */


/* Extracto post */
.extracto-post {
	margin:10px;
	padding:10px;
	border-left:3px solid #346ea1;
}
/* FIN Extracto post */

.texto-footer a, .texto-footer a:hover, .texto-footer a:visited {
	color:#f9f9f9;
}


#ez-toc-container a {
    border-bottom: none;
}

.entry-content a {
	font-weight:bold;
	font-style: italic;
	text-decoration: underline;
}

.comment-reply-title {
	color: #346ea1;
	font-family: "Oswald",sans-serif;
    font-size: 24px;
}


/* posts más visitados según la categoría en la barra lateral INI */
#related_posts_lateral li {
max-width: 100%;
display: inline-grid;
padding-bottom: 15px;
/*margin: 2px;
border: 1px solid #ddd;
border-radius: 4px;
padding-top: 10px !important;
padding-left: 10px !important;
padding-right: 10px !important;
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);*/
}

#related_posts_lateral .relatedcontent {
	margin-top: -8px;
}

.aac-block-title, .wpp-post-title {
    color: #3e4d5c !important;
}
/* posts más visitados según la categoría en la barra lateral FIN */




/* AAC bloques responsive INI */
.aac-block-parent {
  box-sizing: border-box; 
  max-width: 100%;
  /*margin: 30px auto;
  padding: 0 20px;*/
  width: 100%; 
  display: grid;
  grid-gap: 1em;
}

.aac-block-parent-size200 { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); }
.aac-block-parent-size300 { grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); }
.aac-block-parent-size400 { grid-template-columns: repeat(auto-fill, minmax(400px, 1fr)); }

.aac-block {
  border-radius: 10px;
  /*padding: 20px;*/
  /*color: #fff;*/  
}

.aac-block-border {
  border: 1px solid #dddddd;
  padding-top:15px;
  width: 96%;
}

.aac-block-img {
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    width: 100%;
    overflow: hidden;
    max-height: 150px;
    height: 150px;
	border-radius:2px;
}

.aac-block-title, .wpp-post-title {
    line-height: 21px;
	color: #3e4d5c !important;
    cursor: pointer;
	font-size: 17px;
	font-weight: 600;
    font-style: italic;
}

.wpp-item-data {
    line-height: 21px;
}

.aac-block a:hover .aac-block-title, .wpp-list li:hover .wpp-post-title:hover {
	/*color: #3564b9;*/
	color: #346ea1 !important;
    /*text-decoration: underline;*/
}

.aac-block a:hover .aac-block-img {
	/*color: #3564b9;*/
	outline: 4px solid #346ea1;
    /*text-decoration: underline;*/
}

/* AAC bloques responsive FIN */



/* AAC popular post INI */
.wpp-thumbnail{
	transition: transform .2s;
	margin-bottom: 5px;
	margin-right: 20px;
}
.wpp-list li:hover .wpp-thumbnail {
	transform: scale(1.1);
}

.wpp-list.wpp-cardview-compact li .wpp-thumbnail-container a {
    overflow: hidden;
    display: block;
}
/* AAC popular post FIN */



/* AAC Hacer responsive WP Show post INI */

@media (min-width: 768px) {
	.wpsp-col-4 { width: 50% !important; }
}
@media (min-width: 1100px) {
	.wpsp-col-4 { width: 33% !important; }
}

/* AAC Hacer responsive WP Show post FIN */



/* AAC aspecto separador hr INI */
hr {
    border: 0;
    height: 2px;
	width:60%;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px !important;
	border-radius: 50%;
}
/* AAC aspecto separador hr FIN */


/* AAC paginacion INI */
.nav-links a, .nav-links .page-numbers-span, .gsc-cursor-page {
    display: inline-block;
    padding: 10px 20px !important;
    margin-right: 0px; 
    border-radius:3px; 
    color: #ffffff !important;
    background-color: #346ea1; 
    text-transform: uppercase;
}

.nav-links .current, .gsc-cursor-page.gsc-cursor-current-page {
    display: inline-block;
    padding: 10px 20px;
    margin-right: 0px; 
    border-radius:3px; 
    color: #ffffff;
    background-color: #888888; 
    text-transform: uppercase;
}

.nav-links a:hover, .nav-links .page-numbers-span:hover, .gsc-cursor-page:hover {
    background-color:#3498db;
	text-decoration: none !important;
	cursor:pointer;
}

.gsc-cursor-current-page:hover {
    background-color: #888888 !important; 
}
/* AAC paginacion FIN */



/* AAC INI */
h2 a {border-bottom: 0px !important;}

/* Títulos portada */
.aac-title {
	font-size:28px;
    text-align: left;
    background-color: #739fc5;
    padding: 10px;
    color: white;
	margin-bottom: 10px !important;
    border-radius: 3px;
}

.aac-title-red { background-color: #d26057; }
.aac-title-purple { background-color: #8b69bd; }
.aac-title-green { background-color: #64ad76; }
.aac-title-blue { background-color: #739fc5; }
.aac-title-orange { background-color: #e09938; }
.aac-title-black { background-color: #424242; }
.aac-title-#d6d520 { background-color: #739fc5; }

/* Al mostrar un conjunto compacto de botones */
.button-navbar .button {margin:4px;}

/* AAC FIN */

/* POPULAR POSTS */
.wpp-list.wpp-cardview-compact {
	margin:0px;
}



/* Botones categorias (juegos-inteligencia, etc) */
a.button-round {
    border-radius: 25px;
}

span.button-icon-text {
	margin-left: 10px;
    vertical-align: 4px;	
}


a.gs-title {border:0}
/* trending portada ancho completo para moviles*/
.aac-trending-index .wpp-thumbnail.wpp_featured {
	width:100%;
}

/* Imagenes blog ancho completo */
.featured-image img.size-full {width:100%;}

/* Youtube portada*/
#wpsp-204877 .wp-show-posts-entry-title {
    text-align: left;
}

/* Fondo barra lateral */
.sidebar .widget {
    background-color: #ffffff !important;
}

/* Etiqueta publicidad */
.inici-adlabel {
color: #666;
font-size: 12px;
text-align: center;
}


/*Breadcrumbs aparecen cortadas*/
.rank-math-breadcrumb.masonry-brick {
margin-left: 30px;
}

.rank-math-breadcrumb p {
margin-bottom: 0px !important;
}


/*Diseño breadcrumbs*/


.rank-math-breadcrumb {
    margin-left:10px;
}

.rank-math-breadcrumb a {
    color: #888;
	font-size: 13px;
	font-weight:bold;
	text-transform:uppercase;
}

.rank-math-breadcrumb a:last-child, .rank-math-breadcrumb span:last-child {
    color: #3e4d5c;
	font-size: 13px;
	font-weight:bold;
    text-transform: uppercase;
}


.rank-math-breadcrumb a:hover {
    color: #346ea1;
	font-size: 13px;
}

.site-main > * {
    margin-bottom: 0px;
}

/*Tamaño nuevo logo*/


@media (min-width: 600px) {
.navigation-branding img {
    width:290px !important;
	height:auto !important;
}
}

@media (max-width: 600px) {
.navigation-branding img {
    width:190px !important;
	height:auto !important;
}
}

.site-logo.mobile-header-logo img {
    height: 64px !important;
    width: auto !important;
}

/*Iconos sociales*/

.fixed, .stickySHARE
{
  font-size: 1.4em;
  z-index: 1;
}
.fixed
{
  position: fixed;
  background-color: #34495e;
  color: white;
  width: 100%;
  left: 0;
  text-align: center;
  z-index: 2;
}
.stickySHARE {
  position: sticky;
  top: 0px;
  background-color: #2ecc71;
}
	
@media (max-width: 600px) {
.stickySHARE {
  position: sticky;
  top: 0px;
  background-color: #2ecc71;
    margin-left: -10px;
    margin-right: -20px;
}
}
.containerSHARE
{
  height: auto;
  overflow: auto;
}
.out-containerSHARE
{
  top: 0%;
  background-color: transparent;
  z-index: 2;
}
	

	
	

.wplogout-social-wrapper span {
    font-weight: bold;
    font-size: 16px;
}
	
.wplogout-social-wrapper  {
    display:flex;
}

.wplogout-social-sharing {
    font-size: 17px;
    padding: 6px 15px 0px 15px;
    border-radius: 0 !important;
    display: inline-flex;
	left:0px;
	width: 100%;
	cursor:pointer;
}



.wplogout-social-sharing svg {
    position: relative;
    top: 0;
		padding: 0;
    display: inline-block;
}


.wplogout-social-facebook {
    fill: #fff;
    background-color: rgba(59, 89, 152, 1);
		display: inline-block;
    text-align: center;
}

.wplogout-social-facebook:hover {
    background-color: rgba(59, 89, 152, .8);
}

.wplogout-social-twitter {
    fill: #fff;
    background-color: rgba(29, 161, 242, 1);
		display: inline-block;
    text-align: center;
}

.wplogout-social-twitter:hover {
    background-color: rgba(29, 161, 242, .8);
}

.wplogout-social-pinterest {
    fill: #fff;
    background-color: rgba(189, 8, 28, 1);
		display: inline-block;
    text-align: center;
}

.wplogout-social-pinterest:hover {
    background-color: rgba(189, 8, 28, .8);
}

.wplogout-social-linkedin {
    fill: #fff;
    background-color: rgba(0, 119, 181, 1);
		display: inline-block;
    text-align: center;
}

.wplogout-social-linkedin:hover {
    background-color: rgba(0, 119, 181, .8);
}

.wplogout-social-whatsapp {
    fill: #fff;
    background-color: rgba(37, 211, 102, 1);
		display: inline-block;
    text-align: center;
}

.wplogout-social-whatsapp:hover {
    background-color: rgba(37, 211, 102, .8);
}
	
@media (min-width: 600px) {
.wplogout-social-whatsapp {
		display: none;
}
}


.wplogout-social-meneame {
    fill: #fff;
    background-color: #ee6e26;
		display: inline-block;
    text-align: center;
}

.wplogout-social-meneame:hover {
    background-color: rgba(255, 87, 0, .8);
	}
	
.wplogout-social-comentarios {
    fill: #fff;
    background-color: #e83164;
		display: inline-block;
    text-align: center;
}
	


/* Fact Check */

.fact-check {
	background: #17b893;
	border-radius: 100px;
	padding: 4px 6px;
	font-size: 11px;
	color: #fff;
	font-weight:bold;
	cursor:pointer;
}

.authortop {margin-bottom: 5px;}

.modal-message {
  display: none;
  position: fixed;
  z-index: 3;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.6);
}

.modal-message-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  max-width:500px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: modal-message-animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: modal-message-animatetop;
  animation-duration: 0.4s;
  border-radius: 6px 6px 5px 5px;
}

@-webkit-keyframes modal-message-animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes modal-message-animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

.modal-message-close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-top: -6px;
}

.modal-message-close:hover,
.modal-message-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-message-header {
  padding: 10px 16px 5px 16px;
  background-color: #5cb85c;
  color: white;
  border-radius: 5px 5px 0px 0px;
  font-size:1.5em;
}

.modal-message-body {
  padding: 15px 16px 10px 16px;
}



/* Problema Vidoomy. Ultima línea en blanco */
[id^="stickyTrackImg"] {float:right;}


/* Fondo cabecera categorías */

.backgroundpsico {
background-color: #3e4d5c;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400' viewBox='0 0 800 800'%3E%3Cg fill='none' stroke='%23346ea1' stroke-width='1'%3E%3Cpath d='M769 229L1037 260.9M927 880L731 737 520 660 309 538 40 599 295 764 126.5 879.5 40 599-197 493 102 382-31 229 126.5 79.5-69-63'/%3E%3Cpath d='M-31 229L237 261 390 382 603 493 308.5 537.5 101.5 381.5M370 905L295 764'/%3E%3Cpath d='M520 660L578 842 731 737 840 599 603 493 520 660 295 764 309 538 390 382 539 269 769 229 577.5 41.5 370 105 295 -36 126.5 79.5 237 261 102 382 40 599 -69 737 127 880'/%3E%3Cpath d='M520-140L578.5 42.5 731-63M603 493L539 269 237 261 370 105M902 382L539 269M390 382L102 382'/%3E%3Cpath d='M-222 42L126.5 79.5 370 105 539 269 577.5 41.5 927 80 769 229 902 382 603 493 731 737M295-36L577.5 41.5M578 842L295 764M40-201L127 80M102 382L-261 269'/%3E%3C/g%3E%3Cg fill='%23346ea1'%3E%3Ccircle cx='769' cy='229' r='5'/%3E%3Ccircle cx='539' cy='269' r='5'/%3E%3Ccircle cx='603' cy='493' r='5'/%3E%3Ccircle cx='731' cy='737' r='5'/%3E%3Ccircle cx='520' cy='660' r='5'/%3E%3Ccircle cx='309' cy='538' r='5'/%3E%3Ccircle cx='295' cy='764' r='5'/%3E%3Ccircle cx='40' cy='599' r='5'/%3E%3Ccircle cx='102' cy='382' r='5'/%3E%3Ccircle cx='127' cy='80' r='5'/%3E%3Ccircle cx='370' cy='105' r='5'/%3E%3Ccircle cx='578' cy='42' r='5'/%3E%3Ccircle cx='237' cy='261' r='5'/%3E%3Ccircle cx='390' cy='382' r='5'/%3E%3C/g%3E%3C/svg%3E");
}

/* Botones subcategorías en categorías padre */

.catpage_subcategorias {
    background-color: #f0f0f0;
    padding: 10px 5px 5px 10px;
    margin: 5px;
    display: inline-grid;
    color: #3e4d5c;
    border-radius: 4px;
    min-width: 46.5%;
    max-width: 46.5%;
    font-size: 18px !important;
	min-height: 60px;
    line-height: 20px;
}
	
.catpage_temas {
	display: inline;
}



/* AAC BLOQUES FRASES*/
.bloque-frases p {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3);
    padding: 20px 55px;
    font-family: Georgia, serif;
    font-size: 1.5em;
    font-style: italic;
    line-height: 1.4 !important;
    color: gray;
    text-shadow: 0 1px white;
    background-color: #f5f7f5;
	position: relative;
}

.bloque-frases p::before {
    content: '“';
    left: 0px;
    top: 45px;
    float: left;
}

.bloque-frases p::before, p::after {
    position: absolute;
    color: #ddd;
    font-size: 100px;
    line-height: 0px;
    /* width: 4rem; */
    /* height: 4rem; */
}
.bloque-frases p::after {
    content: '”';
    right: 14px;
    bottom: -9px;
    float: right;
}

.bloque-frases p::first-letter {
    /* color: #903; */
    /* float: left; */
    font-family: Georgia;
    font-size: 40px;
    line-height: 30px;
    padding-top: 4px;
    padding-right: 3px;
    padding-left: 4px;
    font-weight: bold;
    font-style: italic;
    /* background-color: #ddd; */
    border-radius: 2px;
    text-shadow: 3px 1px 5px #999;
}


@media (min-width: 600px) {
#espacio-publicitario {
	min-height:310px;
}
}

@media (max-width: 600px) {
#espacio-publicitario {
	min-height:150px;
}
}


/* Corregir solapamiento estilos .container entre generatepress y bootstrap */
.container.grid-container {
    padding-left: 0px !important;
    padding-right: 0px !important;
}


/* Entradilla */
.entradilla {
	margin:0 0 10px;
	padding:10px;
	border-left:3px solid #346ea1;
	color:#9f99b2;
	font-size: 20px !important;
    line-height: 25px !important;
    font-weight: 600 !important;
}




/* Encabezados en posts */

.single h2 {
    color: #F0F0F0;
    BACKGROUND: #3e4d5c;
    padding: 10px !important;
    text-align: left;
}

.single h3, .comment-reply-title {
    color: #3e4d5c;
    border-bottom: 3px solid #3e4d5c;
}

ol.test-list>li h3, .tst-question-text h3 {
    border-bottom: none !important;
}

/* FIN Encabezados en posts */



/* Post Relacionado dentro del artículo */

@media (min-width: 600px) {
.aac-block-img-relacionado-inpost {
    width: auto;
    overflow: hidden!important;
    float: left!important;
    vertical-align: middle;
    max-height: 100px;
}
.aac-block-title-relacionado-inpost {
	    font-size: 19px!important;
}
}

@media (max-width: 600px) {
.aac-block-img-relacionado-inpost {
    width: auto;
    overflow: hidden!important;
    float: left!important;
    margin-right: 5px!important;
    max-height: 170px;
}
.aac-block-title-relacionado-inpost {
	    font-size: 14px!important;
}
}


.aac-block-title-relacionado-inpost {
    line-height: 1.5!important;
    color: #3e4d5c!important;
    display: -webkit-box!important;
    -webkit-line-clamp: 3!important;
    -webkit-box-orient: vertical!important;
    overflow: hidden!important;
    vertical-align: middle;
    margin: auto;
    padding: 0px 25px 0 15px;
}

div.related-inpost a  {
    font-style: normal!important;
    text-decoration: none!important;
    vertical-align: middle;
    display: inline-flex;
}

.related-inpost {
    margin: 0 0 25px!important;
    width: 100%;
    display: inline-block;
    border: 1px solid #dcdcde!important;
    box-shadow: 2px 2px 0 0 rgb(0 0 0 / 5%);	
}


/* FIN Post Relacionado dentro del artículo */


/* AAC. Entradas incrustadas oEmbed (enlaces) que ocupen todo el ancho + aspecto blockquote. Recuadro + Sombra. */
iframe.wp-embedded-content {
    width: 100%;
    box-shadow: 2px 2px 0px 0px rgb(0 0 0 / 5%);
}

blockquote {
    border: 1px solid #dcdcde !important;
    box-shadow: 2px 2px 0px 0px rgb(0 0 0 / 5%);
}


/* AAC. Separar el texto pegado al borde en pantallas estrechas */

.inside-article {
    padding: 0px 20px 30px 10px !important;
}


/* Listas con marcador en negrita */
.entry-content ol.lista-negrita > li::marker { font-weight: bold; }
.entry-content ol.lista-negrita li {padding-bottom: 15px;}


