/*
Theme Name: Twenty Twenty Hijo
Theme URI: http://eduteco.com
Version: 4.0
Description: Tema hijo de Twenty Twenty
Author: Eduteco
Author URI: http://eduteco.com
Template: twentytwenty
*/
 
/*----------------- Cambios a partir de aquí -------------------------------*/

@supports ( font-variation-settings: normal ) {

	input,
	textarea,
	button,
	.button,
	.faux-button,
	.faux-button.more-link,
	.wp-block-button__link,
	.wp-block-file__button {
		font-family: Arial, Helvetica, sans-serif;
	}
}
@supports ( font-variation-settings: normal ) {

	.entry-content h1,
	.entry-content h2,
	.entry-content h3,
	.entry-content h4,
	.entry-content h5,
	.entry-content h6,
	.entry-content cite,
	.entry-content figcaption,
	.entry-content table,
	.entry-content address,
	.entry-content .wp-caption-text,
	.entry-content .wp-block-file {
		font-family: Arial, Helvetica, sans-serif;
	}
}
@supports ( font-variation-settings: normal ) {

	.widget-content cite,
	.widget-content figcaption,
	.widget-content .wp-caption-text {
		font-family: Arial, Helvetica, sans-serif;
	}
}
@supports ( font-variation-settings: normal ) {

	body {
		font-family: Arial, Helvetica, sans-serif;
	}
}


.header-inner .toggle svg {
	height: 100%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}


#wpadminbar {
	opacity: 0.5;
}
.powered-by-wordpress {
	display: none;
}

@font-face {
  font-family: fuente-general;
  src: url(Lora-VariableFont_wght.ttf);
  font-display: swap;
}

::selection {
	color: white !important;
	background: var(--color-01) !important;
}


:root {
  /*--color-01: #3792a0; */ /* TURQUESA */
  /* --color-01: #d86066; */ /* SALMÓN */
  /*--color-01: #339966; */ /* VERDE */
 /* --color-01: #cb5757; /* ROJO */
	--color-01: #C74242;
  /*--color-02: #2d936c; */ /* OTRO VERDE */
  /*--color-02: #599980;  */
  --color-02: #277c5c;
  /*--color-03: #ff9900;*/
  --color-03: #ffad31;
  
  
  --titulo-color-01: #d57651; 

  --aux-color-01: #d55151;
  --aux-color-02: #d57651;
  --aux-color-03: #ff9900;
  --aux-color-04: #54a556;
  --aux-color-05: #3792a0;
 /* --aux-color-06: #5493d2;*/
 --aux-color-06: #007BC7;
  --aux-color-07: #9670bf;
  /*--aux-color-08: #f57077;*/
  --aux-color-08: #C94A4A;
  --aux-color-09: #3e7661;
  --aux-color-10: #297581;
  --aux-color-11: #b13939;
  
  --aux-color-12: #703724;
  --aux-color-13: #277C5C;
  
  
  --color-relieve-01: #eee;
  --color-relieve-02: #d6c5a8;
  
  --radio-s: 0.6rem;
  --radio-m: 1rem;
  --radio-l: 2rem;
  --radio-xl: 3rem;
  
}




/*
html * {
	-webkit-text-size-adjust: none !important;
}*/


h1 a,h2 a {
	text-decoration: none;
	pointer-events: none;
	cursor: not-allowed;
    font-variation-settings: 'wght' 800 !important;
}

b, strong {
	font-weight: inherit;
    font-variation-settings: 'wght' 700;
    font-family: Arial, Helvetica, sans-serif;
	color: #444;
}



.header-inner a {
	color: white !important;
}


.singular .featured-media-inner {
	display: none;
}



/*** LOGIN ***/
.login h1 a {
	background-image: none, url(../images/eduteco-logo.svg);
}

#login {
	margin-top: inherit !important;
}

/*** FIN LOGIN ***/



/*** SLIDER FILTRO JOSE ***/

  section.range-slider {
    position: relative;
    width: 200px;
    height: 35px;
    text-align: center;
}

section.range-slider input {
    pointer-events: none;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 15px;
    width: 200px;
    outline: none;
    height: 18px;
    margin: 0;
    padding: 0;
}

section.range-slider input::-webkit-slider-thumb {
    pointer-events: all;
    position: relative;
    z-index: 1;
    outline: 0;
}

section.range-slider input::-moz-range-thumb {
    pointer-events: all;
    position: relative;
    z-index: 10;
    -moz-appearance: none;
    width: 9px;
}

section.range-slider input::-moz-range-track {
    position: relative;
    z-index: -1;
    background-color: rgba(0, 0, 0, 1);
    border: 0;
}
section.range-slider input:last-of-type::-moz-range-track {
    -moz-appearance: none;
    background: none transparent;
    border: 0;
}
  section.range-slider input[type=range]::-moz-focus-outer {
  border: 0;
}
/*** FIN SLIDER FILTRO JOSE ***/












/*** GENERAL ***/
body {
	color: #545d58;
}


h2 {
	font-size: 2em;
}


/*
.entry-content {
	background: #f1f1f1;
}
*/


body.template-full-width .entry-content>*:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	width: calc(100% - 4rem);
}

.entry-content > p:first-child, .entry-content > h2:first-child
{
	margin-top: 4em;
}

.entry-content h3 {
	font-size: 1.5em;
    /* margin: 1.5em 0 0.5em; */
	margin-bottom: 0.5em;
}


.descripcion h3, .descripcion h3 a {
	font-size: 1.2em;
    margin: 1.5em 0 0.2em;
    color: var(--color-01);
}

.entry-content > div > div {
	max-width: 150rem;
    margin: 0 auto;
    /*background: white;*/
    margin-bottom: 3em;
    /*box-shadow: 1px 4px 4px #00000026;*/
}

.entry-content > div > div > div {
	/*margin-bottom: 3em;*/
}




img {
	image-rendering: -webkit-optimize-contrast !important;
}

.redactor img {
	image-rendering: unset !important;
}


.pagination-single.section-inner {
	display: none;
}

#site-header {
	z-index: 3;
}

#site-header {
	/*
	border-bottom: 2px dashed #ffffff30;
    box-shadow: 0 3px 0 0 var(--color-01);
	*/
}


#site-content {
	/*overflow: hidden;*/
	min-height: 600px;
	height: 100% !important;
}

.primary-menu a:hover, .primary-menu a:focus, .primary-menu .current_page_ancestor,
.primary-menu li.current-menu-item > a, .primary-menu li.current-menu-item > .link-icon-wrapper > a,
.modal-menu a:focus, .modal-menu a:hover, .modal-menu li.current-menu-item > .ancestor-wrapper > a, .modal-menu li.current_page_ancestor > .ancestor-wrapper > a{
	text-decoration: none;
}

.modal-menu ul li a {
	color: white !important;
}

body,.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content cite, .entry-content figcaption, .entry-content table, .entry-content address, .entry-content .wp-caption-text, .entry-content .wp-block-file, .entry-content span, .entry-content a{
	font-family: Arial, Helvetica, sans-serif;
}

.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide), #site-content-wrapper {
	/*max-width: 150rem !important;*/
	max-width: 150rem;
}

.header-inner {
	padding: 1.8rem 0;
}

#site-header {
	background-color: var(--color-01) !important;
	background-image: none !important;
	user-select: none;
}




.header-footer-group,
.featured-media:before  {
	/*background-image: url(/wp-content/uploads/title-bg.png) !important;*/
    background-size: 660px !important;
}

.cover-modal.header-footer-group {
	background-image: none !important;
}


ul.primary-menu {
	align-items: center;
}

.primary-menu li > a:hover {
	color: rgb(255,255,255,0.7) !important;
}

.primary-menu > li.current-menu-item,
.primary-menu > li.current-menu-parent {
	padding: 6px 8px;
    background: #00000020;
	color: white !important;
    border-radius: var(--radio-m);
}

.primary-menu > li.current-menu-item > .icon,
.primary-menu > li.current-menu-parent > .icon {
	right: 0.4rem;
}


@media (min-width: 700px) {
	.featured-media-inner img {
		max-width: 82%;
	}
	.section-inner {
		/*max-width: 168rem;*/
		max-width: inherit;
	}
	.author-bio {
		max-width: inherit;
	}
}

.site-logo img {
    height: 50px;
	width: 100%;
    /*filter: sepia(100%) brightness(0.51) contrast(15) hue-rotate(22deg);*/
}

h1 {
	margin-top: 0 !important;
}

h1.entry-title {
	color: white;
}

.site-description {
	color: white !important;
	display: none;
}



.entry-content > div, #site-content-wrapper
{
	max-width: 150rem !important;
}


/*
.color-accent, 
.color-accent-hover:hover, 
.color-accent-hover:focus, 
:root .has-accent-color, 
.has-drop-cap:not(:focus):first-letter, 
.wp-block-button.is-style-outline, 
a {
	color: var(--color-01);
}

.color-accent, 
.color-accent-hover:hover, 
.color-accent-hover:focus, 
:root .has-accent-color, 
.has-drop-cap:not(:focus):first-letter, 
.wp-block-button.is-style-outline, 
a {
    color: var(--color-01);
}
*/
.color-accent, .color-accent-hover:hover, .color-accent-hover:focus, :root .has-accent-color, .has-drop-cap:not(:focus):first-letter, .wp-block-button.is-style-outline, a {
	color: var(--color-02);
	/*font-variation-settings: 'wght' 500;*/
}

button, 
.button, 
.faux-button, 
.wp-block-button__link, 
.wp-block-file .wp-block-file__button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"], 
.bg-accent, .bg-accent-hover:hover, 
.bg-accent-hover:focus, 
:root .has-accent-background-color, 
.comment-reply-link 
{
	background-color: var(--color-01);
}

body:not(.overlay-header) .primary-menu > li > a, 
body:not(.overlay-header) .primary-menu > li > .icon, 
.modal-menu a, 
.footer-menu a, 
.footer-widgets a, 
#site-footer .wp-block-button.is-style-outline, 
.wp-block-pullquote:before, 
.singular:not(.overlay-header) .entry-header a, 
.archive-header a, 
.header-footer-group .color-accent, 
.header-footer-group .color-accent-hover:hover 
{
    color: white;
	text-decoration: none;
}

.social-icons a, 
body:not(.overlay-header) .primary-menu ul,
.header-footer-group button, 
.header-footer-group .button,
.header-footer-group .faux-button, 
.header-footer-group .wp-block-button:not(.is-style-outline) .wp-block-button__link, 
.header-footer-group .wp-block-file__button, 
.header-footer-group input[type="button"], 
.header-footer-group input[type="reset"], 
.header-footer-group input[type="submit"] 
{
	color: white;
}

body:not(.overlay-header) .primary-menu > li > a, body:not(.overlay-header) .primary-menu > li > .icon, .modal-menu a, .footer-menu a, .footer-widgets a, #site-footer .wp-block-button.is-style-outline, .wp-block-pullquote:before, .singular:not(.overlay-header) .entry-header a, .archive-header a, .header-footer-group .color-accent, .header-footer-group .color-accent-hover:hover
{
	color: white;
}

body:not(.overlay-header) .primary-menu > li > a:hover, 
.modal-menu a:hover, 
.footer-menu a:hover, 
.footer-widgets a:hover, 
.singular:not(.overlay-header) .entry-header a:hover, 
.archive-header a:hover, 
.header-footer-group .color-accent-hover:hover 
{
    color: var(--color-01-light);
	text-decoration: none;
}

.primary-menu ul a:hover {
    color: var(--color-01-lighter);
	text-decoration: none;
}

body:not(.overlay-header) .primary-menu ul {
    background-color: var(--color-01) !important;
	filter: brightness(1.2) saturate(0.9);
	-webkit-filter: brightness(120%) saturate(90%);
}

body:not(.overlay-header) .primary-menu > li > ul:after {
	border-bottom-color: var(--color-01) !important;
}

.post-inner {
	padding-top: 0em !important;
}

#site-footer {
	background-color: var(--color-01);
	color: white;
}

.powered-by-wordpress, .to-the-top {
	color: white;
}

@media (min-width: 1200px) {
	.site-description {
		display: block;
	}
}





.general.header.pagina {
	margin-bottom: 85px !important;
	height: 260px;
}

.general.header.pagina img:last-of-type {
	z-index: 0;
	object-position: top;
}



.margen > div {
	max-width: 150rem !important;
    width: calc(100% - 4rem) !important;
    /*margin: 40px auto;*/
}



@media (min-width: 700px) {
	.general.header.pagina {
		margin-bottom: 120px !important;
	}
}



/*** FIN GENERAL ***/











/*** MENU BUSCAR ***/

.menu-buscar {
	/*width: 100px;*/
	background: white;
	border-radius: var(--radio-s);
	width: 220px;
    height: 36px;
	display: inline-flex;
	align-items: center;
    padding: 8px;
	box-shadow: 1px 1px 2px #ffffff60, inset 1px 1px 3px #00000050;
	position: relative;
}

.menu-buscar input[type='text']{
    border: none;
    background: none;	
	padding: 0.4em;
	padding-left: 0;
    margin-left: -0.3em;
}

.menu-buscar input[type='submit']::before {
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f002";
}

.menu-buscar input[type='submit'] {
	/*display: none;*/
	background: #f57077;
    padding: 0.5em;
    margin: 0;
    font-size: 0.7em;
    height: 43px;
    border-bottom-right-radius: var(--radio-l);
    right: 0;
    border-top-right-radius: var(--radio-l);
    position: absolute;
    text-decoration: none;
	
}

.menu-buscar button {
    background: #f7adad;
    height: 100%;
	/* width: 0; */
	width: 48px;
    /*padding: 0 1.2em;*/
	padding: 0;
    position: absolute;
	right: 0;
    display: flex;
    align-items: center;
    border-top-right-radius: var(--radio-m);
    border-bottom-right-radius: var(--radio-m);
    text-decoration: none;
    justify-content: center;
	color: var(--color-01);
}

.menu-buscar button i {
	-webkit-mask-image: url(https://www.eduteco.com/wp-content/themes/twentytwenty-hijo/iconos/search-solid.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position-x: center;
    background: none;
    width: 100%;
    height: 24px;
    /* -webkit-mask-position-y: 29%; */
    background: var(--aux-color-01);
    /* margin-right: 10px;*/
}

.menu-buscar button:hover {
	background: #ffffffdd;
}

.primary-menu > li:focus,
.menu-buscar:focus,
.menu-buscar input:focus
 {
	outline: none !important;
	border-color: #000000ab;
}




/*** FIN MENU BUSCAR ***/











/*** HEADER ***/

.entry-header {
	height: 400px;
	padding: 0 !important;
	overflow: hidden;
	display: none;
}

.fondo-seccion {
	background-image: url(/wp-content/uploads/imagenes/8434856816.jpg);
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center;
    filter: brightness(0.9) blur(20px);
	-webkit-filter: brightness(90%) blur(20px);
	transform: scale(1.2);
	height: 100%;
}


.entry-header-inner {
	position: absolute;
    top: 120px;
    left: 0;
    right: 0;
	bottom: 0;
	height: 400px;
}

.entry-header-inner * {
	height: 100%;
    display: inline-flex;
    align-items: center;
}


/*** FIN HEADER ***/



















/*** MENU TOP MOVILES ***/

.menu-modal-inner {
	background: var(--color-01);
}

.modal-menu a:hover {
	color: var(--color-03);
}

/*** FIN MENU TOP MOVILES ***/
















/*** ESTILOS INICIO ***/
.page-template-template-full-width .entry-header {
	display: none;
}

.home .post-inner {
	padding-top: 0 !important;
}


/* Search Box */

.home .wp-block-group {
	/*background-image: url(/wp-content/uploads/title-bg.png) !important;*/
	background-color: var(--color-01);
	background-blend-mode: soft-light;
	background-size: 660px !important;
	padding: 100px 0 !important;
	width: 100% !important;
	max-width: 100% !important;
	text-align: center;
}


.is-search-form {
	width: 90% !important;
}

.is-search-icon:hover,
form.is-form-style input.is-search-submit:hover {
	background-color: var(--color-01);
    text-decoration: none;
}

.is-search-input:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f095";
	display: inline-block;
	vertical-align: middle;
	padding-right: 3px;
}

.home .wp-block-group {
	width: 100% !important;
	margin-top: 0 !important;
}

.is-form-style input.is-search-submit {
	position: relative !important;
	border: none !important;
	padding: 0 24px !important;
}

.is-form-style input.is-search-input {
	height: 56px !important;
	font-size: 20px!important;
	border-top-left-radius: var(--radio-l);
    border-bottom-left-radius: var(--radio-l);
	padding: 0 18px;
	border: none !important;
}

.is-form-style input.is-search-submit, .is-search-icon {
	height: 56px;
    border-bottom-right-radius: var(--radio-l);
    border-top-right-radius: var(--radio-l);
}

.is-ajax-search-result::after {
	top: calc(var(--offset) * 500px);
}

div.is-ajax-search-details, div.is-ajax-search-result {
	width: 650px !important;
	left: 0 !important;
	right: 100px ! important;
	margin: auto !important;
}

.is-ajax-search .is-loader-image {
	right: 10px !important;
}

.mCustomScrollBox {
	border-radius: var(--radio-l) !important;
	box-shadow: 0px 1px 2px 1px rgb(0 0 0 / 20%) !important;
	background: white !important;
}


.is-form-style label {
	width: 70% !important;
}

div.is-ajax-search-details, div.is-ajax-search-result {
	background: none !important;
}

@media (min-width: 700px) {
	.is-search-form {		
		padding: 0px !important;			
	}

	.is-form-style label {
		width: 650px !important;
	}

}








.caracteristicas {
	margin-top: 60px;
	width: calc(100% - 4rem);
}

.caracteristicas ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;	
	text-align: center;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
}

.caracteristicas li {
	width: 100%;
	margin: 1em;
}

.caracteristicas li img {
	/*filter: invert(48%) sepia(60%) saturate(428%) hue-rotate(140deg) brightness(93%) contrast(89%);*/
	width: 180px;
	height: 180px;
	transition: 0.3s;
}

.caracteristicas li:hover img {
	transform: scale(1.1);

}

.caracteristicas li:nth-child(1) img {
	filter: invert(39%) sepia(88%) saturate(634%) hue-rotate(316deg) brightness(89%) contrast(87%);
	-webkit-filter: invert(39%) sepia(88%) saturate(634%) hue-rotate(316deg) brightness(89%) contrast(87%);
}
.caracteristicas li:nth-child(2) img {
	filter: invert(55%) sepia(51%) saturate(418%) hue-rotate(72deg) brightness(93%) contrast(94%);
	-webkit-filter: invert(55%) sepia(51%) saturate(418%) hue-rotate(72deg) brightness(93%) contrast(94%);
}
.caracteristicas li:nth-child(3) img {
	filter: invert(74%) sepia(40%) saturate(5849%) hue-rotate(185deg) brightness(90%) contrast(81%);
	-webkit-filter: invert(74%) sepia(40%) saturate(5849%) hue-rotate(185deg) brightness(90%) contrast(81%);
}
.caracteristicas li:nth-child(4) img {
	filter: invert(75%) sepia(39%) saturate(5771%) hue-rotate(358deg) brightness(101%) contrast(106%);
	-webkit-filter: invert(75%) sepia(39%) saturate(5771%) hue-rotate(358deg) brightness(101%) contrast(106%);
}

.caracteristicas span {
	display: block;
	font-size: 1.2em !important;
    font-weight: bold;
	color: var(--color-02);
}


.bloque-top {
	/*width: calc(100% - 4rem);*/
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    /*margin-top: 55px;*/
    /*margin-bottom: -40px !important;*/
    color: #757575;
	align-items: center;
	margin-bottom: 1em !important;
}


.contenido .descripcion a {
	/*font-variation-settings: 'wght' 500;*/
}

.contenido .descripcion h2 {
	margin: 6rem auto 1.5rem !important;
}

.contenido .descripcion .matriz h2 {
	margin: 6rem auto 1.5rem !important;
}


.contenido .descripcion .bloque-top h2 {
	color: var(--color-01);
	margin: 0 0 0.2em 0 !important;
}

.bloque-top > div {
	width: max-content;
    white-space: normal;
	margin-bottom: 0 !important;
}

.bloque-top > div:first-child {
	padding-right: 20px;
	width: fit-content;
}

.bloque-top > div:last-child {
	padding-left: 20px;
	/*display: none;*/
}

.vermasright {
	display: none;
}

.vermasright a {
	color: var(--color-01);
}

.bloque-top .linea {
	border-bottom: 1px solid #bbb;
    width: 100%;
	/*padding-top: 0.5em;*/
	flex-basis: 1%;
    flex-grow: 1;
}

.bloque-top a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.bloque-top h2 {
	font-size: 1.4em;
    margin: 0 0 0.2em 0;
	color: var(--color-01);
}

.colecciones {
	margin-top: -10px !important;
}



@media (min-width: 700px) {
	.caracteristicas li {
		width: 23%;
		margin: 0;
	}
	
	
	.bloque-top {
		flex-wrap: nowrap;		
	}
	
	.bloque-top > div {
		white-space: nowrap;
	}
	
	.vermasright {
		display: block;
	}
	
	.bloque-top .linea {
		padding-top: inherit;
	}
	
}




/*** FIN ESTILOS INICIO ***/













/*** ESTILOS ENTRADA ***/


.principal {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.principal > div {
	margin: 0 !important;
}

.principal .contenido {
	width: 100%;
	padding-top: 0px !important;
	margin-bottom: 2em !important;
}

.contenido .descripcion {
	padding: 0 !important;
	/*margin-top: -24px;*/
}

.contenido .descripcion h1, .contenido .descripcion h2 {
	color: var(--color-02);
}

.descripcion strong {
	font-weight: bold;
}

.contenido > div:nth-child(2) {
	/*margin-top: -30px !important;*/
}

.principal .lateral {
    /*background-color:#D7E9EC;*/
	width: 100%;
	padding-top: 0px;
	height: max-content;
	/*height: 100%;*/
	/*margin-top: -50px !important;*/
	display: flex;
    flex-flow: row wrap;
	align-content: flex-start;
    justify-content: space-between;
}

.entry-categories,
.post-meta-wrapper {
	display: none !important;
}


.entry-content a:hover {
    text-decoration: underline;
	/*filter: brightness(1.1);*/
	
}

.entry-content a {
    text-decoration: none;
	/*font-variation-settings: 'wght' 500;*/
}

.entry-content h1 {
	font-size: 2em;
}

.entry-content h2 {
	font-size: 1.5em;
}

.bloque-top.full {
	margin-top: 0em;
	margin-bottom: 1em !important;
}

.bloque-top.full .redactor {
	flex-flow: row !important;
	margin-top: 0px;
}

.bloque-top.full .redactor p {
	padding: 0 2em 0 0.5em;
	font-family: Arial, Helvetica, sans-serif;
}

.bloque-top .fecha {
	font-size: 0.8em;
    padding: 0 !important;
}


/* Bloque lateral */

.lateral .titulo {
	display: flex;
    justify-content: space-between;
    color: var(--color-01);
    align-items: center;
}

.lateral h2 {
	margin: 0;
	/*text-align: right;*/
	font-size: 1.5em !important;
	width: max-content;
	white-space: nowrap;
	/*padding-left: 10px;*/
	text-align: left;
}

.lateral .linea {
	border-bottom: 1px solid #bbb;
    width: 100%;
    white-space: nowrap;	
}

.lateral > span {
	color: #ccc;
    display: block;
    text-align: center;
    font-size: 0.8em;
    margin: 0.4em 0;
}

.lateral .bloque-top {
	width: 100%;
	margin-bottom: 20px !important;
	margin-top: 0px;
	
}

.lateral .matriz {
	width: 100%;
	justify-content: space-between;
	margin-bottom: 2em !important;
	gap: 0;
}

.lateral .matriz > div {
	gap: 0;
}

.lateral .matriz.ncolumnas2 {
	gap: 1em;
}



.lateral .bloque-top > div {
	/*width: max-content;*/
	white-space: normal;
	/*width: inherit;*/
	/*max-width: 70%;*/
	/*
	vertical-align: top;
    align-self: baseline;*/
}

.lateral .bloque-top.dinamico > div{
	width: inherit;
}

.lateral h2 {
	word-break: normal;
	white-space: normal;
    max-width: 100%;	
	width: inherit;
}

.lateral .linea {
	width: 100% !important;
}


@media (min-width: 700px) {	
	.lateral .matriz {
		width: 100%;
		justify-content: space-evenly;		
	}
	
	.bloque-top .fecha {
		font-size: 1em;
		padding-left: 0.5em !important;
	}
	/*
	.descripcion ul, .descripcion ol {
		margin-bottom: 2rem;
	}
	*/
}

@media (min-width: 1200px) {	
	.lateral .matriz {
		width: 100%;
		justify-content: space-between;		
	}
}



/* Fin bloque lateral */






/* Bloque info */
.info {
	display: flex;
	flex-wrap: wrap;
}

.info div {
	/*display: inline-block;*/
	/*flex: 100%;*/
}

.info-detalle > div {	
	display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0.2em 0;
	gap: 0.5rem;
}

.info-detalle > div > div {
	display: flex;	
    align-items: center;
}



.info i {
	/*margin-right: 1em;*/
	margin-right: 0.5em;
    min-width: 20px;
    height: 20px;
}



.info div h4 {
	margin-top: 0;	
}

.info img {
	width: 220px;
	box-shadow: 1px 1px 6px 1px rgb(0 0 0 / 20%);
	margin: auto;
}

.info a {
	/*color: var(--color-02);	*/
	color: var(--aux-color-13);
}

.info > div > div a {
	width: max-content;
	text-align: left;
	
}
/* Fin bloque info */















/* Bloque Pros-Contras */
.proscontras {
	display: flex;
	flex-wrap: wrap;
}

.proscontras>div {
	display: inline-block;
	flex: 100%;
	padding: 20px;
}

.proscontras>div>div:first-child {
	font-weight: bold;
}

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

.proscontras ul li {
	margin-left: 3rem;
}

.proscontras ul li::before {
	font-family: "Font Awesome 5 Free";
	margin-left: -1.5em;
    padding-right: 0.5em;
}

.proscontras>div:first-child ul li::before {
	content: "\f00c";
	color: green;
}

.proscontras>div:last-child ul li::before {
	content: "\f00d";
	color: red;
}
/* Fin Bloque Pros-Contras */














/* Bloque Etiquetas */
.etiquetas div {
	text-align: center;
	border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px;
}

.etiquetas span {
	font-weight: bold;
}

.etiquetas a{
	text-decoration: none;
	text-transform: lowercase;
}

.etiquetas a:hover{
	text-decoration: underline;
}
/* Fin Bloque Etiquetas */









/* SECCION TEMATICAS */
.tematicas {
	font-size: 0.8em !important;
	line-height: 1.5em;
	padding-bottom: 6em !important;
}

.tematicas a span{
	font-size: 1.2em;
	font-weight: bold;
}

.tematicas > a > i {
	-webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
	-webkit-mask-position-x: center;
	-webkit-mask-position-y: center;
	background: var(--color-02);
	width: 90px;
    height: 72px;
	    display: block;
    margin: auto;
}

.info i {
	-webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
	-webkit-mask-position-x: center;
	-webkit-mask-position-y: center;
	background: var(--color-02);
	width: 90px;
    height: 72px;
	    display: block;
}
/*

.iconos i {
	-webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
	-webkit-mask-position-x: center;
	background: white;
	width: 90px;
    height: 72px;
	z-index: 1;
}
*/

.masetiquetas i {
	-webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
	-webkit-mask-position-x: center;
	background: var(--color-02);
	width: 90px;
    height: 72px;
	z-index: 1;
}


.info i {
	-webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
	-webkit-mask-position-x: center;
	/*background: none;*/
	width: 36px;
    height: 30px;	
}

.info-detalle i {
	background: white;
}

#filtros .iconos i > div {
	height: 100% !important;
}

#filtros .iconos i > span > div {
	-webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
	-webkit-mask-position-x: center;
	background: none;
	width: 30px;
    height: 24px;
	-webkit-mask-position-y: 29%;
	margin: auto;
	background: white;
	margin-bottom: 3px;
}

.btnfiltros i > div, #btndetallado i > div {
		-webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
	-webkit-mask-position-x: center;
	background: none;
	width: 24px;
    height: 20px;
	-webkit-mask-position-y: 29%;
	margin: auto;
	background: white;
}

#filtros2 i > div {
		-webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
	-webkit-mask-position-x: center;
	background: none;
	width: 24px;
    height: 20px;
	-webkit-mask-position-y: 29%;
	margin-left: 4px;
	background: white;	
}

#filtros2 i {
	width: 100%;
	pointer-events: none;
}

.boton-filtros i > div {
			-webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
	-webkit-mask-position-x: center;
	background: none;
	width: 32px;
    height: 38px;
	-webkit-mask-position-y: 29%;
	margin-left: 4px;
	background: white;	
}

.boton i > div {
	-webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
	-webkit-mask-position-x: center;
	background: none;
	width: 24px;
    height: 20px;
	-webkit-mask-position-y: 29%;
	margin: auto;
	background: white;
}

.buscar label i > div {
		-webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
	-webkit-mask-position-x: center;
	background: none;
	width: 24px;
    height: 20px;
	-webkit-mask-position-y: 29%;
	
	background: grey;
	margin-right: 10px;
}

.buscar label {
	position: relative;
}






						

/* Bloque Valoraciones */
.valoraciones {
	text-align: center;
	margin-left: 0 !important;
}

.valoraciones span {
	font-size: 0.7em;
	display: block;
}

#valoracioneditores {
	/*margin-top: 16px;*/
}



.valoraciones div div {
	width: 100px;
	height: 100px;
	background: radial-gradient(white 60%, transparent 61%), conic-gradient(green 0% 0%, #DDD 0% 0%);
	border-radius: 50%;
	text-align: center;
    line-height: 102px;
	font-size: 36px;
    font-weight: bold;
}


.full .valorarlink {
	position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.animation-class {
    animation-name: valoracionanim;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
    animation-timing-function: unset;	
	animation-delay: 1s;
}


.pie.vacio {
font-size: 0.5em !important;
    line-height: 1.4em;
    vertical-align: middle;
    display: table-cell;
}

.pie.vacio span {
	font-size: 1.2em;
}

.pie.vacio a {
	display: block;
	font-size: 1.6em;
    line-height: 1.4em;
}



/* Fin Bloque Valoraciones */







/* General entradas */
/*
.contenido {
	padding-top: 20px;
}
*/
.general.header {
	/*background-image: url(buscador-header.jpg);*/
	background-size: cover;
	height: 160px;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	margin-bottom: 0;
	margin-bottom: 1.5em;
	width: 100% !important;
	position: relative;
	
}

.general.header > img {
	height: 100%;
    object-fit: cover;
    padding: 0;
	position: absolute;
	z-index: -1;
}

.general.header * {
	display: block;
	text-align: center;
	color: white;
	width: 100%;
	margin: 0rem 0;
    padding: 0 1rem;
}

.general.header h1 {
	/*position: absolute;
    left: 0;
    right: 0;*/
    color: white;
    max-width: 100%;
    font-size: 5rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
	padding: 0;
	margin-top: -1.5em;

	/*
	top: 50%;
    transform: translateY(-50%);
	*/
}

div.general.header.pagina {
	z-index: -1;
	max-width: 100% !important;
}


div.general.header.pagina.lista {
	margin-bottom: 1.5em !important;
	z-index: -1;
	max-width: 100% !important;
}

.general.header.pagina img {
	width: 100%;
    height: 100%;
    max-width: none;
    position: absolute;
    object-fit: cover;
	padding: 0;
}


.general.header h2 {
	font-size: 1em;
	display: none;
}

.wp-block-image img {
    margin: auto;
    border-radius: var(--radio-m) !important;
    /*border: 1px solid #ddd;*/
    width: 100%;
    /*max-width: 100rem;*/
}

figcaption {
	text-align: center;
}

.info {
	display: block;
	font-size: 1.5rem;
}

.info h5 {
	width: 100%;
	margin-top: 0px;
	margin-top: 0px;
    margin-bottom: 10px;
    color: var(--color-01);
    line-height: 1.2em;
	font-size: 2.4em;
	white-space: normal;
    /*overflow: hidden !important;
    text-overflow: ellipsis;*/
    letter-spacing: 0.0rem;	
}

.valoraciones {
	/*background: white;*/
    border-radius: var(--radio-l);
    text-align: -webkit-center;
	font-family: Arial, Helvetica, sans-serif;
}

.valoraciones div {
	/*margin: 0 auto;*/
}


.entry-content > h2:first-of-type{
	margin-top: 4rem;
}

.entry-content li {
	font-size: 2rem;
    font-family: Arial, Helvetica, sans-serif;
}

.entry-content p, .entry-content > div > div {
	/*font-size: 1.2em;*/
	font-size: 2rem !important;
	font-family: Arial, Helvetica, sans-serif !important;
}

.contenido {
	font-family: Arial, Helvetica, sans-serif;
}

.entry-content p a {
	font-size: 0.8em;
}

.entry-content p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}



@media (min-width: 700px) {	
	.entry-content {
		font-size: 2rem;
	}

	.info h5 {
		font-size: 2.4em;
		/*white-space: nowrap;*/
	}
	.general.header {
		margin-bottom: 4em;
		height: 265px;
	}	

	
	.entry-content h1 {
		font-size: 2.5em;
	}
	
	.entry-content h2 {
		font-size: 1.8em;
		min-width: 5em;
	}	

	
	.general.header h1 {
		margin-top: inherit;
	}	
}


@media (min-width: 1200px) {	
	.principal .lateral {   
		width: 23%;
	}
	
	.principal .contenido {
		width: 70%;
	}
	
	.general.header h1 {
		/*
		bottom: -26px;		
		top: inherit;
		transform: inherit;		
		width: 150rem;
		text-align: left;
		font-size: 6em;
		position: absolute;	
		*/
	}
	
	.general.header .front h1 {
		/*top: 50% !important;*/
	}
	
	.descripcion img {
		/*height: 28em;*/
	}
	
	.general.header h1 {
		/*
		position: absolute;
		left: 0;
		right: 0;
		*/
	}	
}


.descripcion img {
	/*margin: 2em 0;*/
	border-radius: var(--radio-l);
	margin: 1.5em 0;
	margin: 2em 0;
}



.redactor a {
	font-size: 1em !important;
	color: var(--color-01) !important;
	font-family: Arial, Helvetica, sans-serif;
}

.redactor > div {
	width: 48px;
	height: 48px;
	position: relative;
}

.redactor img {
	margin: 0 !important;
	position: absolute;
	object-fit: cover;
}

/* Fin General entradas */






/* Redactor */

.redactor {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: -30px;
}

.redactor > p {
	display: block;
	padding: 0 20px;
    margin: 0;
	color: gray;
	font-size: 0.9em;
}

.redactor img {
	width: 48px;
	height: 48px;
    border-radius: 50%;
    border: 3px solid white;
    padding: 0 !important;
}







/* FIN Redactor */
















.header {
	display: flex;
}

.multi-col .l-size {
	display: inline-block;
	flex: 75%;
}

.l-size.haschild {
	display: inline-flex;
}


.box-01 {
	background: var(--color-01);
	border-radius: var(--radio-l);
	padding: 20px;
}

.box-01 h4 {
	color: var(--color-03);
}

.box-01 a {
	color: var(--color-01);
}

.box-02 {
	border: 8px solid var(--color-01);
	border-radius: var(--radio-l);
	padding: 20px;
}

.box-03 {
	background: var(--color-01);
	border-radius: var(--radio-l);
}

.blank {
	padding: 0;
}

.boton {
	background: var(--aux-color-08);
    padding: 0.8em 1em;
	margin: 16px 0;
    display: block;
    width: fit-content;
    border-radius: var(--radio-s);
    text-decoration: none;
    color: white !important;
	cursor: pointer;
	box-shadow: 1px 1px 2px #00000050;
	
	text-transform: inherit;
}

.boton.comprar {
	background: var(--color-03);
	/*text-shadow: 0 0 4px rgb(0 0 0 / 25%);*/
	/*text-shadow: 0 0 16px rgb(133 57 0 / 60%);*/
	min-width: 30%;
    text-align: center;
    margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: var(--aux-color-12) !important;
}


.boton:hover {
	filter: brightness(120%);
	-webkit-filter: brightness(120%);
	text-decoration: none !important;
	/*color: white !important;*/
}

@media (min-width: 700px) {	
	.blank {
		/*
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		*/
	}
}

/*
.iconos.circulo i[title]:hover::after {
content: attr(title);
    position: absolute;
    bottom: -25%;
    left: 70%;
    background: var(--color-01);
    display: block;
    line-height: 1em;
    padding: 5px;
    width: max-content;
    z-index: 9;
    border-radius: 5px;
    border: 2px solid white;
    box-shadow: 5px 5px 5px #00000060;
	font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
}*/

.abs::-webkit-scrollbar {
 z-index:10;
}


.iconos.circulo i {
    /*background: var(--color-01);*/
    width: 40px;
    height: 40px;
	line-height: 40px !important;
    /*border-radius: 50%;*/
    text-align: center;    
    vertical-align: middle !important;
	color: white;
	display: inline-block;
	font-size: 1.4em;
	/*-webkit-tap-highlight-color: rgba(0, 0, 0, 0);*/
}


.iconos.circulo i.text {
	font-weight: bold;
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
    font-style: normal;	
}

.iconos div {
	/*text-align: center;*/
	width: 74px;
    /*margin-left: -18px;*/
}
/*
.iconos > span {
	display: none;
	font-size: 0.6em;
	padding-bottom: 10px;
	font-weight: bold;
	width: 100%;
	text-align: left;
}*/

.iconos > div span {
	font-size: 0.8em;
	display: block;
	text-align: center;
}



.iconos i > div {
	-webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
	-webkit-mask-position-x: center;
	background: white;
	width: 24px;
    height: 20px !important;
	z-index: 1;
}

.header .iconos i > div {
	background: var(--color-02);

}



.info i {
	margin-right: 10px;
    max-width: 12px;
	color: var(--color-01);
    filter: brightness(2) contrast(0.5);
	-webkit-filter: brightness(200%) contrast(50%);
}




.entry-content > .full.header {
    width: 100% !important;
    max-width: 100% !important;
	margin: 0;
	position: relative;
	background-size: cover;
	background-position: top;
	margin-bottom: 70px;
	background-size: cover;
    background-position-y: -15px;	
}

.header {
	height: auto;
}

.header .back {
	overflow: hidden;
    height: 100%;
    width: 100%;
	max-width: 100%;
    position: absolute;
	z-index: 0;
	backdrop-filter: blur(8px) brightness(0.6) saturate(1.5);
	-webkit-backdrop-filter: blur(8px) brightness(60%) saturate(150%);
	
}


@-moz-document url-prefix() {
	.header .back {
		background: var(--color-02);
	}
}
/*
.header .back > div {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
    height: 420px;
    z-index: -1;
    filter: blur(20px) brightness(0.5) saturate(1.8);
	transform: scale(1.1);
	position: absolute;
	top: -20px;
	left: -15px;
	right: -15px;
}
*/


.header > .front {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	/*padding: 40px 0 20px;*/
	max-width: 150rem;
	width: calc(100% - 4rem);
	margin: 1em auto;
	z-index: 1;
	/*height: 455px;*/
	
}

.header .front > div {
	/*height: max-content;*/
	/*padding: 10px;*/	
}

.header .front > div,
.info h5,
.info i,
.header .front > div a {
	color: white;
	filter: none;
	-webkit-filter: none;
}
/*
.header .front > div a, .info i {
	padding: 0.5em 0;
}
*/
.header .front > div a.boton {
    padding: 14px;
    font-size: 0.8em;
	box-shadow: 1px 1px 4px #0000004f;
	font-weight: 500;
}


.header .iconos.circulo i {
	/*background: white !important;*/
	color: var(--color-02) !important;
	display: flex !important;
    justify-content: center;
    align-items: center;
}

.header .iconos.circulo .icono-fondo {
	background: white !important;
    position: absolute;
    height: 100% !important;
    width: 100%;
    top: 0;
    border-radius: 50%;
    z-index: -1;
	transition: 0.7s;
}


.header .iconos.circulo i.confianza {
    background-image: url(/wp-content/themes/twentytwenty-hijo/sello-confianza-alta.svg) !important;
    background-color: transparent !important;
    border-radius: 0;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: 44px;
    height: 44px;
    margin-top: -2px;	
}


.header .front > div a.boton:hover {
	filter: brightness(1.2);
	-webkit-filter: brightness(120%);
}

.header .iconos.circulo a:hover .icono-fondo {
	/*background-color: var(--color-01) !important;*/
	transition: 0.3s;
}

.header .iconos.circulo a:hover > i {
	/*color: white !important;*/
	transition: 0.3s;
	transform: scale(1.1);
}

.header .imagen {
	width: 100%;
	order: 1;
}

.header .imagen img {	
	width: 100%;
	/*max-width: 280px;*/
	/* height: 490px;*/
	height: auto;
	margin: auto;
	image-rendering: -webkit-optimize-contrast;
}
/*
.header .imagen .dimensiones {
	opacity: 0;
	box-shadow: none !important;
	transition: 0.5s;
	bottom: -40px;
}

.header .imagen .dimensiones img:first-child {
	left: 42px;
	margin-bottom: 142px;
}

.dimensiones img {
	width: 50% !important;
	height: auto !important;
}
*/
.dimensiones > .widget-contenido {
	height: 380px;
	width: 320px;
	margin: auto;
	overflow: hidden;
}

.dimensiones > .widget-contenido img {
	width: inherit;
}

.dimensiones span {
	font-style: italic;
    color: gray;
    text-align: center;
    display: block;
    font-size: 0.8em;
    margin-top: 0.5em;
	width: 100%;
}




.header .detalle {
	width: 100%;
	order: 2;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;	
	padding-top: 20px;
}

.header .info {
	width: 100%;
	display: flex;
	text-align: center;
}




.header .iconos {
	width: 100%;
	order: 1;
	text-align: center;
	padding: 20px 0;
}

.header .valoraciones {
	width: 100%;
	order: 2;
	display: flex;
	padding-top: 0px;
}

.header .valoraciones .valoracioneditores {
	display: none;
}


.header .boton {
	margin: 10px 0;
}

.header .valoraciones > div {
	display: block;
	flex: 50%;
	position: absolute;
	bottom: -62px;
	right: 0;
	left: 0;
}




.header .valoraciones > div > div {
	width: 120px;
    height: 120px;
    line-height: 120px;
    font-size: 36px;
	/*margin-left: 0 !important;*/
	color: gray;
	box-shadow: 1px 2px 8px #0000008a;
}


.valoraciones span {
    font-size: 0.6em;
}

.valoraciones > div > span {
    padding-bottom: 10px;
	font-weight: bold;
}

.header .valoraciones .vacio {
	line-height: inherit;
    font-size: 0.4em !important;
    border-radius: var(--radio-l);
    width: 100px;
    /*height: 46px !important;*/
    box-shadow: inset 0 0 6px #00000057;
    background: none;
	display: table-cell;
	padding: 0 10px;
}

.header .iconos > div {
	display: inline-block;
	/*padding: 0 10px 10px 0;
	padding: 5px;*/
	vertical-align: middle;
    padding-top: 10px;
    font-size: 0.6em;
   /* margin-left: 0;
    width: inherit;*/
	text-align: center;
}

.header .iconos.circulo i {
    width: 42px;
    height: 42px;
    line-height: 42px !important;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle !important;
    display: inline-block;
    font-size: 1.6em;
	position: relative;
	transition: 0.7s;
	margin: auto;
}

	
.header .iconos.circulo i.text {
	font-size: 1.5em;
}

.header .info > div{
	border: none;
}

.header .info-detalle {
	display: flex;
    flex-flow: column;
    text-align: center;
    margin: auto;
}
/*
.header .info-detalle div > div:hover a {
	text-decoration: underline;
	cursor: pointer;
}
*/
.header .info-detalle div > div a:hover {
	text-decoration: underline;
	cursor: pointer;
}

.header .botones {
	order: 3;	
	padding-bottom: 60px;
}





@media (min-width: 700px) {	
	
	.info>div  {
		/*flex: 45%;*/
	}
	
	.info div:first-child  {
		/*flex: 30%;*/
	}
	.info div:last-child  {
		/*flex: 25%;*/
	}		
	
	.info img {
		margin: inherit;
	}
	
	.proscontras>div {
		flex: 50%;
	}
	.animation-class {
		animation-delay: 1s;
	}
	
		
	
	
	.entry-content > .full.header {
		margin-bottom: 120px;
		background-size: 105%;
	}
	
	.header .imagen img {
		width: auto;
		background: #aaa;
		/*position: absolute;*/
		/*max-width: 280px;*/
	}
	
	.header {
		text-align: inherit;
	}
	

	

	
	.header .imagen {
		order: 1;
		width: 35%;
	}
	/*
	.header.full .imagen  {
		width: 40%;
		margin: auto;
	}*/
	
	.header .detalle {
		order: 2;
		width: 56%;
		justify-content: space-between;
		padding-top: 0;
	}
	
	.header .info {
		order: 1;
		width: 100%;
		text-align: left;
	}	
		
	.header .iconos {
		order: 2;
		width: 100%;
		display: inline-flex;
		flex-flow: row wrap;
		justify-content: start;
		height: 20px;
	}
	
	.header .botones {
		width: 60%;
		order: 3;
		margin-top: 80px;	
		padding-bottom: 0;
	}
	
	.header .iconos > div {
		text-align: center;
		margin-left: -15px;
		width: 78px;
	}
	
	.header .valoraciones {
		order: 4;
		width: 100%;
		margin-top: 0px !important;
		position: relative;
		right: 0;
		bottom: -81px;
	}	
	
	.header .boton {
		margin: 10px 0;
	}
	
	.header .iconos.circulo i {
		width: 42px;
		height: 42px;
		line-height: 42px !important;
		font-size: 1.5em;
	}
	
	.header .iconos.circulo i.text {
		font-size: 1.4em;
	}
	
	.header .valoraciones > div {
		display: block;
		flex: 100%;
		bottom: -10px;
		right: 1em;
		left: inherit;
	}
	
	.header .valoraciones > div > div {
		display: block;
		margin: auto;
		width: 140px;
		height: 140px;
		line-height: 140px;
		font-size: 46px;
	}
	

	
	
	.header .info-detalle {
		display: flex;
		width: 100%;
		flex-flow: row wrap;
		text-align: left;
		margin: 0;	
	}
	
	.header .info-detalle > div {
		display: inline-block;
		width: fit-content;
		max-width: 50%;
		padding-right: 25px;
	}
	
	.header .info-detalle > div:last-child {
		border-left: 1px solid white;
		padding: 0 15px;
	}	
	
	.header .info > div:last-child {
		width: 100%;
	}	


	.iconos > div span {
		/*font-size: 1em;*/
	}	
}

.header .imagen > div {
	border-radius: var(--radio-m);
    border-top-left-radius: var(--radio-s);
    border-bottom-left-radius: var(--radio-s);
	overflow: hidden;
}


@media (min-width: 1000px) {

	.header .imagen img {
		width: auto;
		/*position: absolute;*/
		/*max-width: 345px;*/
	}
}


@media (min-width: 1200px) {
	/*
	.header > .front {
		min-height: 455px;
		margin: auto;
		padding: 40px 0 20px;
	}	
	*/
	.header .imagen > div {
		overflow: hidden;
		max-width: 510px;
		max-height: 510px;
		/*height: 112%;*/
		width: auto;
		position: absolute;
		box-shadow: 1px 2px 8px #0000008a;
	}	
	
	.header .imagen img{
		max-width: 510px;
		/*height: 100%;*/
		max-height: 510px;
		/*max-height: 440px;*/
		width: auto;
		/*transform: scale(1.01);*/ /* DA PROBLEMAS CON ANDROID. NO CARGA LA IMAGEN */
		position: relative;		
	}	
	
	.header .valoraciones > div {
		bottom: -28px;
		right: 0;
	}
	
	.header .valoraciones > div > div {
		width: 180px;
		height: 180px;
		line-height: 180px;
		font-size: 58px;
	}
}




.descripcion {
	padding: 20px 0;
}



/** Modo lista **/


.lista {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	border-bottom: 1px solid lightgrey;
	margin-bottom: 1.5em;
    padding-bottom: 1em;
}

.lista:last-child {
	margin-bottom: 4em;
}

.lista > div {
	height: max-content;
	/*padding: 10px;*/
	display: inline-block;
}

.lista .imagen {
	width: 35%;
	order: 2;
	padding-top: 4px;
}

.lista .imagen > a {
	display: block;
	overflow: hidden;
	border-radius: var(--radio-m);
    border-top-left-radius: var(--radio-s);
    border-bottom-left-radius: var(--radio-s);
}



.lista .imagen > a > img {
	transition: 0.2s filter linear;
	/*transform: scale(1.01);*/ /* DA PROBLEMAS CON ANDROID. NO CARGA LA IMAGEN */
	image-rendering: -webkit-optimize-contrast;
	width: 100%;
	height: 100%;
	/*
	width: 100px;
	height: 100px;
	*/
}

.lista .imagen > a:hover {
	/*box-shadow: 0px 0px 0px 2px var(--color-01);*/
	/*box-shadow: 2px 4px 12px #00000040;*/
	/*transform: scale(1.01);*/ /* DA PROBLEMAS CON ANDROID. NO CARGA LA IMAGEN */
	transform: translateY(-4px);
}

.lista .info {
	width: 63%;
	order: 1;
}

.lista .info div {
	width: 100%;
}

.lista .info h5 {
	font-size: 1.2em;
	white-space: normal;
	margin-bottom: 5px;
}

.lista .front > div a, .lista .info i {
    padding: 0.2em 0;
}

.lista .iconos {
	width: 57%;
	order: 3;
	/*text-align: center;*/
	display: flex;
    flex-flow: row wrap;
    justify-content: center;
	padding-top: 20px;
	margin-left: -8px;
	padding-bottom: 0;
}

.lista .info i {
	color: var(--color-02);
}

.lista .iconos > span {
	text-align: center;
	display: none;
}

.lista .valoraciones {
	width: 44%;
	order: 4;
	display: flex;
	padding-top: 20px;
	/*align-self: flex-end;*/
}

.lista .valoraciones .valoracioneditores {
	display: none;
}


.lista .boton {
	margin: 10px 0;	
}

.lista .valoraciones > div {
	display: block;
	flex: 50%;
	/*margin: 10px;*/
}


.lista .valoraciones > div > div {
	width: 82px;
    height: 82px;
    line-height: 81px;
    font-size: 28px;
	margin-right: 0px;
	margin-left: auto;
	color: gray;
}

.valoraciones span {
    font-size: 0.6em;
}

.valoraciones > div > span {
    padding-bottom: 10px;
	font-weight: bold;
	display: none;
}

.lista .valoraciones .vacio {
	line-height: inherit;
    font-size: 0.4em !important;
    border-radius: var(--radio-l);
    width: 100px;
    /*height: 46px !important;*/
    box-shadow: inset 0 0 6px #00000057;
    background: none;
	display: table-cell;
	padding: 0 10px;
}

.lista .iconos > div {
	display: inline-block;
	/*padding: 0 10px 10px 0;*/
	/*padding: 5px;*/
	/*vertical-align: middle;
    padding-top: 0;*/
    font-size: 0.6em;
    /*margin-left: 0;*/
    width: 33.33%;
	padding-bottom: 10px;
	text-align-last: center;
	
	display: inline-flex;
    flex-direction: column;
    align-items: center;
}

.lista .iconos.circulo i {
    width: 38px;
    height: 38px;
    line-height: 38px !important;
    text-align: center;
    vertical-align: middle !important;
    color: white;
    display: inline-block;
    font-size: 1.3em;
	user-select: none;
	position: relative;
	transition: 0.7s;
	
	display: flex;
    align-items: center;
    justify-content: center;
}

.lista .iconos.circulo i > .icono-fondo {
	background: var(--color-01);
    width: 100%;
    height: 100% !important;
    border-radius: 50%;
	transition: all 0.15s linear;
	position: absolute;
	z-index: -1;
	top: 0;
}


.lista .iconos.circulo a:hover >i {
	transform: scale(1.1);
	transition: 0.3s;
}


.lista .iconos.circulo i:hover > div {
	filter: brightness(1.1);
	-webkit-filter: brightness(110%);
}



.lista .info > div{
	border: none;
}

.paginacion {
	text-align: center;
	position: relative;
}

.paginacion a {
	position: absolute;
    text-transform: uppercase;
    font-weight: bold;
}

.paginacion a:first-child {
	left: 0;
}

.paginacion a:last-child {
	right: 0;
}

#filtros2 {
	margin: 1em auto;
}


@media (min-width: 700px) {	

	.lista {
		text-align: inherit;
		padding: 32px 0;	
		margin-bottom: unset;
	}
	
	.lista .imagen {
		order: 1;
		width: 18%;
	}
	
	.lista .info {
		order: 2;
		width: 36%;
		margin-left: 1em;
	}
	
	.lista .info h5 {
		font-size: 1.2em;
		white-space: normal;
	}
		
	.lista .iconos {
		order: 3;
		width: 28%;
		/*max-width: 200px;*/
		padding-top: 0;
	}
	
	.lista .valoraciones {
		order: 4;
		width: 16%;
		padding-top: 0;
	}	
	
	.lista .boton {
		margin: 10px 0;
		font-size: 1em;
		padding: 12px 20px;
	}
	
	.lista .iconos.circulo i {
		width: 46px;
		min-height: 46px;
		line-height: 41px !important;
		font-size: 1.6em;
	}
	
	.lista .valoraciones > div {
		display: block;
		flex: 100%;
		margin-bottom: 10px;
	}
	
	.lista .valoraciones > div > div {
		display: block;
		width: 100px;
		height: 100px;
		line-height: 100px;
		font-size: 32px;
		margin-right: 0;
	}
	
	#filtros2 {
		margin: inherit;
	}


}


@media (min-width: 1000px) {	

	.lista .iconos {
		order: 3;
		width: 28%;
		/*max-width: 200px;*/
		padding-top: 0;
	}
	
	.lista .valoraciones {
		order: 4;
		width: 12%;
		padding-top: 0;
	}

}	

/** Fin Modo lista **/


















/** MÁS **/

.mas {
	display: flex;
	flex-flow: row wrap;
	justify-content:space-evenly;
	text-align: center;
    align-items: baseline;
    align-content: center;	
}

.mas.distjunto {
	justify-content: space-evenly;
}

.mas > h2 {
	width: 100%;
	font-size: 2em;
	margin-bottom: 20px;
	color: var(--titulo-color-01);
}

.mas > div {
	/*display: inline-block;*/
	width: 42%;
	padding-bottom: 30px;
	margin: 0 !important;
	padding-top: 0px !important;
	
	/*align-items: baseline;*/
    align-content: center;
}

.mas a {
	display: inline-block;
	width: 100%;
}

.mas a > div {
	border-radius: var(--radio-l);
    border-top-left-radius: var(--radio-m);
    border-bottom-left-radius: var(--radio-m);
    overflow: hidden;
	margin-bottom: 1rem;
}

.mas img {
	width: 100%;
	/*height: 180px;*/
	margin: auto;
	border: 1px solid #00000030;
    /*border-radius: 5px;	*/
	transform: scale(1.01);
}

.mas h5 {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 1em;
	margin: 10px 0 0;
}
	
.mas span {
    font-size: 0.8em;
    line-height: 2.5rem;
    display: block;
	
	text-overflow: ellipsis;    
    white-space: nowrap;
    overflow: hidden;
}

.mas span:first-of-type {
	font-weight: bold;
}


.mas.pospie .titulo {
	width: 100%;
}

.mas.poslateral {
	width: 100%;
}


.mas.poslateral > div {
	width: 100%;
}

.mas.poslateral .bloque-top {
	/*padding-top: 50px !important;*/
}


.pie {
	width: 100%;
}

@media (min-width: 700px) {
	
	.mas {
		/*justify-content:space-evenly;*/
	}	
	
	.mas > div {
		width: 18%;
		margin: 0 !important;
	}
	
	.mas.poslateral > div {
		width: 30%;
	}
	
	.mas.poslateral .bloque-top {
		width: 100%;
	}
}


@media (min-width: 1200px) {
	
	.mas {
		/*justify-content:space-evenly;*/
	}	
	
	.mas > div {
		width: 18%;
		margin: 0 !important;
	}
	
	.mas.poslateral > div {
		width: 100%;
	}	
}

/** FIN MÁS **/

























/** GRID **/

.grid {
	display: flex;
	flex-flow: row wrap;
	justify-content:space-between;
	text-align: center;
	margin-top: 60px;
}

.grid > div {
	display: inline-block;
	width: 42%;
	padding-bottom: 50px;
	margin: 0 !important;
}

.grid a {
	display: inline-block;
	width: 100%;
	/*border-bottom: 1px solid;*/
}

.grid img {
	/*width: 150px;
	height: 180px;*/
	margin: auto;
}

.grid h5 {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 0.8em;
	margin: 10px 0;
}
	
.grid span {
    font-size: 2rem;
    line-height: 2em;
    display: block;
}

.grid > div > a > span {
	border-bottom: 1px solid;
	color: var(--color-02);
}

@media (min-width: 700px) {
	
	.grid {
		justify-content:space-around;
	}	
	
	.grid > div {
		width: 21%;
	}	

	.grid img {
		width: 280px;
		height: 280px;
		object-fit: cover;
	}
}

@media (min-width: 1200px) {
	.grid > div {
		width: 16%;
	}	

}

/** FIN GRID **/























/** GRID ARTISTAS **/

.general.header.autor {
    background-image: url(/wp-content/uploads/imagenes/header-autores.jpg);
}

.grid .artista > div {
	display: flex;
    flex-flow: row wrap;
	justify-content: space-evenly;
}

.grid .artista > div > div {
	display: inline-flex;
	align-items: center;
	color: var(--color-02);	
	
	flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: max-content; 
}


.grid .artista i {
	color: var(--color-02);
	font-size: 0.8em;
	
	width: 22px;
    height: 16px;
    background: var(--color-02);
}

.grid .artista > div > div span {
	font-size: 0.9em;
	font-weight: bold;
	padding-left: 5px;
	
}

.grid .artista a > div {
	width: 130px;
    height: 130px;
    overflow: hidden;
    border-radius: 50%;
    margin: auto;
}

.grid .artista img {
	filter: grayscale(1);
	-webkit-filter: grayscale(100%);	
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: 0.5s;
}

.grid .artista a>div:hover img {
	transform: scale(1.1);
	filter: grayscale(0);
	-webkit-filter: grayscale(0%);
}

@media (min-width: 700px) {
	
	.grid .artista img {
		width: 100%;
		height: 100%;
	}
	
	.grid .artista a > div {
		width: 160px;
		height: 160px;
	}	
}

@media (min-width: 1200px) {
	/*
	.grid .artista a > div {
		width: 160px;
		height: 160px;
	}*/	
}


/* directora, esta repetido!!!*/
/*
.grid.directora > div > div {
	display: flex;
    flex-flow: row wrap;
	justify-content: space-evenly;
}

.grid.directora div > div > div {
	display: inline-flex;
	align-items: center;
	color: var(--color-02);	
}


.grid.directora > div i {
	color: var(--color-02);
	font-size: 0.8em;
}

.grid.directora div > div > div span {
	font-size: 0.9em;
	font-weight: bold;
	padding-left: 5px;
	
}

.grid.directora > div a > div {
	width: 160px;
    height: 160px;
    overflow: hidden;
    border-radius: 50%;
    margin: auto;
}

.grid.directora > div img {
	filter: grayscale(1);
	-webkit-filter: grayscale(100%);	
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: 0.5s;
}

.grid.directora a>div:hover img {
	transform: scale(1.1);
	filter: grayscale(0);
	-webkit-filter: grayscale(0%);
}

.grid.directora {
	align-items: center;	
	justify-content: center
}

@media (min-width: 700px) {
	
	.grid.directora img {
		width: 100%;
		height: 100%;
	}
	
	
	
	.grid.directora a > div {
		width: 160px;
		height: 160px;
	}	
	
	
}
*/
/** FIN GRID ARTISTAS **/



















/** GRID EDITORIAL **/

.grid .editorial img {
	object-fit: contain;
	width: 130px;
	height: 130px;
}

.grid .editorial > div {
	display: flex;
    flex-flow: row wrap;
	justify-content: space-evenly;
}

.grid .editorial > div > div {
	display: inline-flex;
	align-items: center;
	color: var(--color-02);	
}


.grid .editorial i {
	color: var(--color-02);
	font-size: 0.8em;
}

.grid .editorial > div > div span {
	font-size: 0.9em;
	font-weight: bold;
	padding-left: 5px;
	
}

.grid .editorial span {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (min-width: 700px) {
	
	.grid .editorial img {
		width: 160px;
		height: 160px;
	}
}


/** FIN GRID ARTISTAS **/






















/*** LISTA GENERAL ***/

.header.artista {
	background-position-y: 25%;
}

.imagen-header {
	width: 150px !important;
    height: 150px !important;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    background-size: cover;
	background-position: center;
    background-repeat: no-repeat;
    background-color: white;
    border: 6px solid white;
    left: 50%;
	transform: translateX(-50%);
    /*margin-left: -100px !important;*/
    top: 190px;
    text-align: center;
}

.header.editorial {
	background-position: center;
}

.imagen-header.editorial {
	border-radius: 20%;
	border: 16px solid white;
	object-fit: contain !important;
	box-shadow: 1px 1px 4px #00000030;
}
.header.directora .front,
.header.artista .front,
.header.editorial .front {
	margin-bottom: 80px;
}


@media(min-width: 700px) {
	.imagen-header {
		width: 200px !important;
		height: 200px !important;
		/*margin-left: -100px !important;*/		
		top: 170px;
	}
}



/*** FIN LISTA GENERAL ***/



















.loading {
	
    height: calc(100% - -100rem);
    width: 100%;
    position: absolute;
	/*
	backdrop-filter: blur(10px);
	filter: blur(10px);
	*/
	background: transparent;
    left: 0;
    right: 0;
	z-index: 999999999999999999;
	animation: fade 0.2s forwards;
}

@keyframes fade {
  from {background-color: transparent;}
  to {background-color: #ffffffd9;}
}

/*
.loading::before {
	content: "Cargando filtros...";
	text-align: center;
	padding: 100px;
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

*/







/*** Animación Preloading Puntos ***/
.lds-ellipsis {
  display: block;
  position: relative;
  width: 80px !important;
  height: 80px !important;
  margin: auto;
  margin-top: 100px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #6d6d6d;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
  z-index: 99999999999999999999;
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
/*** Animación Preloading Puntos ***/









/*** FILTROS TEMATICAS ***/

#tooltip {
    position: absolute;
    border-radius: var(--radio-s);
    padding: 20px;
    color: white;
    /*font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;	*/
	/*left: 380px;    */
	top: 0px;
    width: 390px !important;
	box-shadow: 2px 2px 8px #00000040;
	animation: tooltip-anim forwards;
	opacity: 0;
	animation-duration: 0.3s !important;
	/*transition-duration: 0.3s !important;*/
	animation-delay: 0.3s;
}

#tooltip .tooltip-tipo {
	position: absolute;
    right: 0.8em;
    top: 0.4em;
    font-size: 0.8em;
    text-transform: capitalize;
    color: #00000052;
}

#tooltip::before {
	content:'';
    display:block;
    width:0;
    height:0;
    position:absolute;
    
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent; 
    border-right:8px solid black;
    left:-8px;
    
    top:20px;
}

@keyframes tooltip-anim {
  from {opacity: 0;}
  to {opacity: 1;}
}

#tooltip .fas {
	padding-right: 0.4em;
    font-size: 1.6em;
    vertical-align: text-bottom;
}

#tooltip span {
	font-size: 1.4em;
    font-weight: bold;
}

#tooltip p {
	font-size: 0.8em;
	margin-top: 0.5em;
}

#tooltip.edad {
	background: var(--aux-color-02);
	/*top: 86px;*/
}
#tooltip.edad::before {
	border-right:8px solid var(--aux-color-02);
}

#tooltip.sentimientos {
	background: var(--aux-color-03);
	/*top: 240px;*/
}
#tooltip.sentimientos::before {
	border-right:8px solid var(--aux-color-03);
}

#tooltip.aprender {
	background: var(--aux-color-04);
	/*top: 394px;*/
}
#tooltip.aprender::before {
	border-right:8px solid var(--aux-color-04);
}

#tooltip.experiencias {
	background: var(--aux-color-05);
	/*top: 475px;*/
}
#tooltip.experiencias::before {
	border-right:8px solid var(--aux-color-05);
}

#tooltip.cambios {
	background: var(--aux-color-06);
	/*top: 629px;*/
}
#tooltip.cambios::before {
	border-right:8px solid var(--aux-color-06);
}

#tooltip.clasicos {
	background: var(--aux-color-07);
	/*top: 710px;*/
}
#tooltip.clasicos::before {
	border-right:8px solid var(--aux-color-07);
}

#tooltip.material {
	background: var(--aux-color-08);
	/*top: 790px;*/
}
#tooltip.material::before {
	border-right:8px solid var(--aux-color-08);
}

#filtros-ancla,
.resultados {
	padding-top: 0px !important;
	/*margin: inherit;*/
	margin: 0 !important;
}

.filtros-top {
	display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}

.filtros-top > span {
	margin: auto;
}

.filtros-top > form > div {
	position: relative;
}

.filtros-top > form > div::after {
    content: "▼";
    font-size: 1.3rem;
    top: 10px;
    right: 10px;
    position: absolute;
    pointer-events: none;
    color: white;
}


.filtros-top select {
	-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
	/*
	padding: 0.6em;
    padding-right: 1.8em;
    font-size: 0.8em;
    border-radius: var(--radio-s);
    border: none;
	outline: 0;
    background: var(--aux-color-08) !important;
    color: white;	
	cursor: pointer;
	*/
	border: none;
    outline: 0;
    background: var(--aux-color-08) !important;
    color: white;
	padding: 0 1em;
}

.filtros-top select:after {
	content:"\f0dc";
}

.filtros-top option {
	padding: 1em;
}

.boton.mas {
	width: 100%;
    margin: 30px auto;
	padding: 18px;
	display: block;
}

#site-content {
	overflow: inherit !important;
}

#loading {
	margin: 0;
}

#output {
	position: relative;
	display: flex;
    flex-flow: row wrap;
    max-width: inherit;
    margin: 0 auto;
}

#output > #filtros-ancla {
	width: 100%;
	top: 0;
	align-self: flex-start;
	position: relative;
	/*padding-top: 40px;*/
	z-index: 1;
	overflow: visible;

}


#output > .resultados {
	width: 100%;
}


#filtros .iconos {
	display: flex;
    /*justify-content: center;*/
    flex-flow: row wrap;
	text-align: center;
}



.reiniciar-filtros label {
	margin: 0 0 0.1rem 0;
	text-align: -webkit-center;
}

.reiniciar-filtros {
	flex: 1;
}

.reiniciar-filtros i {
	font-size: 1.2em;
}



#filtros .iconos > div {
	width: 47px;
	border-radius: var(--radio-s);
}

#filtros .iconos.circulo i {
	background: none;
    width: 46px;
    height: 46px;
	line-height: 0px !important;
    border-radius: 5%;
    text-align: center;
    vertical-align: middle !important;
    color: white;
	font-size: 1.2em;
    display: inline-block;
	cursor: pointer;
	position: relative;
	pointer-events: none;
}

#filtros .fas::before {
	top: 20px;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
}

#filtros .text > span:first-child {
	font-size: 1em !important;
	top: 0.6em !important;
    font-weight: bold;
}

#filtros .icono-fondo {
	background: var(--color-01);
	filter: brightness(1.2) saturate(0.9);
	-webkit-filter: brightness(120%) saturate(90%);
	width: 100% !important;
	height: 100%;
	pointer-events: all;
}


.titulo-edad {
	color: var(--aux-color-02);
}
#filtros .edad .icono-fondo {
	background: var(--aux-color-02);
}

.titulo-sentimientos {
	color: var(--aux-color-03);
}
#filtros .sentimientos .icono-fondo {
	background: var(--aux-color-03);
}

.titulo-aprender {
	color: var(--aux-color-04);
}
#filtros .aprender .icono-fondo {
	background: var(--aux-color-04);
}

.titulo-experiencias {
	color: var(--aux-color-05);
}
#filtros .experiencias .icono-fondo {
	background: var(--aux-color-05);
}

.titulo-cambios {
	color: var(--aux-color-06);
}
#filtros .cambios .icono-fondo {
	background: var(--aux-color-06);
}

.titulo-clasicos {
	color: var(--aux-color-07);
}
#filtros .clasicos .icono-fondo {
	background: var(--aux-color-07);
}

.titulo-material {
	color: var(--aux-color-08);
}
#filtros .material .icono-fondo {
	background: var(--aux-color-08);
}


.filtros-titulo {
	display: block;
	padding-bottom: 20px;
}


.filtros-titulo, .resultados > span {
	display: block;
	text-align: center;
	padding: 5px 0;
	margin-bottom: -20px;
}


.tipo-filtro {
	/*display: none;*/
    width: 100%;
    text-align: left;
    padding-top: 1em;
    font-size: 0.8em;
	
    visibility: hidden;
    height: 0;
    padding: 0.2em;
}

.tipo-filtro:first-child {
	display: none;
}



#filtros .iconos > div span {
	font-size: 0.45em !important;
    font-weight: 600;
    text-align: center;
    position: absolute;
    top: 4.0em !important;
    left: 0;
    right: 0;
  /*-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;	
	line-height: 0.9em;
	z-index:1;
	padding: 0 0.2em;
	font-style: normal;
}


@supports (-webkit-touch-callout: none) {
	#filtros .iconos > div span {
		font-size: 0.4em !important;		
	}
}

#filtros .iconos .edad + div > i > .icono-fondo {
	background: var(--color-03);
	filter: brightness(1) saturate(1);
	-webkit-filter: brightness(100%) saturate(100%);
}

#filtros .iconos input:checked + div i > .icono-fondo {
	filter: brightness(0.85) contrast(1.8);
	-webkit-filter: brightness(85%) contrast(180%);
	box-shadow: inset 2px 2px 5px 3px #0000003f;
}


#filtros .iconos input.edad:checked + div i > .icono-fondo {
	filter: brightness(0.8) contrast(1.6) hue-rotate(345deg);
	-webkit-filter: brightness(80%) contrast(160%) hue-rotate(345deg);
	box-shadow: inset 2px 2px 5px 3px #0000003f;
}


#filtros .iconos input:disabled + div i > .icono-fondo,
#filtros .iconos input:disabled + div i > .icono-fondo:active{
	/*filter: grayscale(0.5) contrast(0.5) brightness(1.5);*/
	opacity: 0.4;
	cursor: auto;
	box-shadow: none;
}

#filtros .iconos input:disabled + div i,
#filtros .iconos input:disabled + div i:active{
	pointer-events: none;
}

#filtros .iconos.circulo div i:hover > .icono-fondo {
	filter: brightness(1) saturate(1);
	-webkit-filter: brightness(100%) saturate(100%);
	transition: 0.2s;
} 

#filtros .iconos.circulo div i > .icono-fondo {
	transition: 0.4s;
}

#filtros .iconos .edad + div>i:hover > .icono-fondo {
	filter: brightness(0.98) saturate(1.5) hue-rotate(345deg);
	-webkit-filter: brightness(98%) saturate(150%) hue-rotate(345deg);
} 

#filtros .iconos.circulo input:disabled + div i:hover > .icono-fondo {
	filter: grayscale(0.5) contrast(0.5) brightness(1.5);
	-webkit-filter: grayscale(50%) contrast(50%) brightness(150%);
} 

#filtros .iconos.circulo div i:active > .icono-fondo {
	filter: brightness(0.9) contrast(1.5);
	-webkit-filter: brightness(90%) contrast(150%);
	box-shadow: inset 3px 3px 5px 6px #0000004f;
} 

#filtros .boton {
	margin: 8px 0;	
}


.buscar {
	border-bottom: 1px solid #ccc;
    background: none;
    box-shadow: none;
    display: flex;
    align-items: baseline;
    border-radius: 0;
    padding: 5px 0px;
    margin-bottom: 10px;
    width: 100%;
}

.buscar::before {
	/*
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f002";
	*/
	display: inline-block;
	vertical-align: middle;
	padding-right: 3px;
	padding-left: 1px;
	color: gray;
	
	-webkit-mask-image: url(https://www.eduteco.com/wp-content/themes/twentytwenty-hijo/iconos/search-solid.svg);
	-webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
	-webkit-mask-position-x: center;
	background: none;
	width: 24px;
    height: 20px;
	-webkit-mask-position-y: 29%;
	
	background: grey;
	margin-right: 10px;
}

.buscar .fas::before {
	color: gray;
}

.buscar > input {
	border: none;
	padding: 0 5px;
	background: none;
	font-size: 2rem;
	color: #444;
}

.buscar > input:active,
.buscar > input:focus {
	outline: none !important;
}



.buscar .fas::before {
	position: relative !important;
	top: 0 !important;
	cursor: pointer;
	font-size: 1.2em !important;
}

.buscar .fas:hover {
	filter: brightness(1.5) contrast(0.5);
	-webkit-filter: brightness(150%) contrast(50%);
}

.resultados .iconos > div > span {
	position: relative;
    font-weight: normal;
    margin-top: 0.2em;
    font-size: 0.8em;
    line-height: 1em;
	text-align: center;
}


.contador {
	display: none !important;
}




.header.filtros {
	background-position-x: 70%;
}









@media (min-width: 700px) {
	.buscar {
		width: 90%;	
		margin: 0px auto 10px auto !important;
	}
	
	
	#output > #filtros-ancla {
		width: 52%;
		position: sticky;
		overflow-y: auto;
		height: 780px;
	}
	/*
	#output > .resultados {
		width: 64%;		
		height: 100%;
		overflow-y: auto;
	}
	*/

	
	#filtros .iconos > div {
		width: 67px;
	}
	
	#filtros .iconos.circulo i {
		width: 66px;
		height: 66px;
		/*font-size: 1.4em;*/
	}	
	#filtros .fas::before {
		top: 28px;
	}
	
	#filtros .iconos > div span {	
		top: 4.6em;
	}
	
	.filtros-top > span {
		margin: inherit;
	}
	
	#filtros .text > span:first-child {
		top: 16px;
	}
}


@media (min-width: 1000px) {
	#output > #filtros-ancla {
		width: 40%;
		position: sticky;
		overflow-y: auto;
		height: 780px;
	}
	
	#output > .resultados {
		width: 64%;		
		height: 100%;
		/*overflow-y: auto;*/
	}
	
	#output {
		justify-content: space-between;
	}
}

 

@media (min-width: 1200px) and (min-height: 768px) {

	#output > #filtros-ancla {
		width: 33%;
		position: sticky;
		overflow-y: unset;
		height: 100%;
	}
	
	#output > .resultados {
		width: 68%;
		
		/*height: 100%;
		overflow-y: auto;*/
	}
}

@media (min-width: 1200px) {
	

	
	#output {
		/*width: 150rem;*/
		max-width: 150rem;
		justify-content: space-between;
		margin-top: -32px !important;
	}
	
	#output > #filtros-ancla > div {
		overflow-y: hidden;
		/*height: 97vh;*/
		z-index:1;
	}	
	
	#output > #filtros-ancla:hover > div {
		overflow-y: scroll;
	}
	
	#filtros-ancla form:last-child {
		padding-bottom: 80px;
	}
	
	
	/* width */
	#output > #filtros-ancla > div::-webkit-scrollbar {
	  width: 5px;
	}

	/* Track */
	#output > #filtros-ancla > div::-webkit-scrollbar-track {
	  background: #f1f1f1; 
	}
	 
	/* Handle */
	#output > #filtros-ancla > div::-webkit-scrollbar-thumb {
	  background: #ccc; 
	}

	/* Handle on hover */
	#output > #filtros-ancla > div::-webkit-scrollbar-thumb:hover {
	  background: #bbb; 
	}
	


	.buscar {
		width: 359px;
		margin: 0px 0px 12px 0px !important;
	}
	
	#output > .resultados {
		width: 70%;
	}	
	
	.filtros-titulo, .resultados > span {
		text-align: left;
	}
		
	#filtros .iconos {
		justify-content: flex-start;
	}
	
	#filtros .iconos > div {
		width: 72px;
		text-align: left;
		
	}
	#filtros .iconos.circulo i {
		width: 70px;
		height: 70px;
		line-height: 0px !important;
		font-size: 1.4em;
	}
	
	#filtros .fas:before {
		top: 1.2em;
	}
	

	
	.reiniciar-filtros label {
		text-align: -webkit-left;
		margin: 0.1rem;
	}
	
	#filtros .iconos > div span {
		display: block;
		position: absolute;
		z-index: 1;
		top: 4.6em;
		line-height: 0.9em;
		left: 0;
		right: 0;
	}
	.resultados .iconos i {
		width: 48px !important;
		height: 48px !important;
	}	
	
	.tipo-filtro {
		display: block;
	}
	
}

/*** FIN FILTROS TEMATICAS ***/










/*** WPDISCUZ COMENTARIOS ***/

#wpdcom input {
	font-family: Arial, Helvetica, sans-serif !important;
}

#wpd-bubble-wrapper {
	bottom: 24px;
}

.comments-wrapper {
	max-width: 150rem;
}

#wpdcom {
	max-width: 150rem;
}

#wpdcom .wpd-blog-post_author .wpd-comment-label,
#wpdcom .wpd-prim-button
{
	background: var(--color-01) !important;
	background-color: var(--color-01) !important;
}

#wpdcom .wpd-blog-post_author .wpd-comment-author,
#wpdcom .wpd-blog-post_author .wpd-comment-author a,
#wpdcom .wpd-comment .wpd-follow-link:hover,
#wpdcom .wpd-thread-head .wpdiscuz-user-settings:hover
{
	color: var(--color-01) !important;
}

#wpdcom .wpd_label__check i.wpdicon-on {
	color: var(--color-01) !important;
	border: 1px solid var(--color-01) !important;
}

#wpdcom .wpd-thread-head .wpd-thread-info,
#wpdcom .wpd-thread-head .wpdiscuz-user-settings {
	border-bottom: 2px solid var(--color-01);
}

#wpdcom.wpd-layout-1 .wpd-comment .wpd-blog-post_author .wpd-avatar img {
	border-color: var(--color-01) !important;
}

#wpd-bubble-wrapper > div {
	box-shadow: none !important;
}


#wpd-bubble-wrapper > div,
#wpd-bubble-wrapper > #wpd-bubble #wpd-bubble-add-message {
	background-color: var(--color-01) !important;
}

#wpd-bubble-add-message::before {
	border-left-color: var(--color-01) !important;
	border-right-color: var(--color-01) !important;
}

[wpd-tooltip-position='right']::after,
[wpd-tooltip]::after {
	word-break: normal;
}


/* Ocultar calificación o rating de ciertas categorías */

article[class*=" category-listas-"] #wpd-post-rating,
article[class*=" category-articulos-"] #wpd-post-rating {
	display: none;	
}

/* Fin ocultar calificación o rating de ciertas categorías */


#wpdcom .wpd-auth .wpd-login a:first-child {
	cursor: none;
	pointer-events: none;
	color: inherit;
}

#wpd-bubble-wrapper #wpd-bubble-all-comments-count {
	color: var(--color-01) !important;
}

#wpd-post-rating .wpd-rating-wrap .wpd-rating-title {
	color: #757575 !important;
}


@media (min-width: 1200px) {
	
	#comments {
		/*max-width: 100%;*/
		/*margin-left: 0;*/
	}
}






/*** FIN WPDISCUZ COMENTARIOS ***/














/*** COLECCIONES ***/

.general.header.coleccion {
    background-image: url(/wp-content/uploads/imagenes/header-colecciones.jpg);
}

.colecciones {
	margin-top: -2em !important;
}

.colecciones > div {
	margin-bottom: 4em !important;
}

.coleccion-header, .coleccion-main  {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-bottom: 0 !important;
}

.colecciones > div > div > div {
	display: inline-flex;
	flex-flow: row wrap;
	z-index: 2;
	justify-content: inherit;
}

.coleccion-info {
	width: 100%;
	order: 1;
	/*position: absolute;
	*/	
}


.coleccion-info strong {
	color: white !important;
	font-family: inherit;
}

.coleccion-info > div > div:first-child {
	width: 100%;
	z-index: 1;
    color: white;
    padding: 10px;
    border: 4px solid white;
    margin-top: 0px;
}

.colecciones .back {
	width: 100%;
    z-index: 1;
    /*overflow: hidden;*/
    /*
	height: 98%;
	position: absolute;
	top: 18%;*/
	border-radius: var(--radio-l);
}



.colecciones .back > div:last-child > div {
	width: 100%;
	height: 100%;
    filter: blur(15px) brightness(0.5) saturate(1.6);
	-webkit-filter: blur(15px) brightness(50%) saturate(160%);
	transform: scale(1.2);
	background-repeat: no-repeat;
    background-size: cover;	
}

.coleccion-libros {
	order: 2;
}


.coleccion-libros > div {
	width: 85%;
	padding-top: 20px;
	margin: 0 auto;
}

.coleccion-libros a {
	display: block;
	color: white !important;
	overflow: hidden;
    border-radius: var(--radio-m);
    border-top-left-radius: var(--radio-s);
    border-bottom-left-radius: var(--radio-s);
}




.coleccion-libros a:first-child:hover {
	transform: translateY(-6px);
	filter: brightness(1.1);
	-webkit-filter: brightness(110%);
}

.coleccion-libros a:last-child {
	text-align: center;
	display: block;
	padding: 10px 0 5px 0;
	cursor: pointer;
}

.coleccion-libros a img:hover {
	box-shadow: 0 0 4px 2px var(--color-03);
}

.colecciones img {
	/*width: 240px;*/
    /*height: 240px;*/
	margin: auto;
	/*transform: scale(1.01);*/ /* DA PROBLEMAS CON ANDROID. NO CARGA LA IMAGEN */
	width: 100%;
	height: auto;
}


.coleccion-header {
	padding-bottom: 5px;
	text-align: center;
}
/*
.coleccion-header a, span {
	margin: auto;
}
*/
.coleccion-header a {
	margin: auto;
}

.coleccion-main {
	background-position-y: 60px;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: var(--radio-l);
    color: white;
    padding-top: 0px;	
	padding-bottom: 10px;
	position: relative;
	margin-top: 2em;
}

.coleccion-info {
	text-align: center;	
	padding: 0 20px;
}

.coleccion-info {
	align-self: baseline;
	justify-content: center;
}

.coleccion-info > div {
	/*
	position: absolute;
	top: -10px;
	left:  0;
	right: 0;
	*/
	margin: auto;
}

.coleccion-info a {
	margin: 16px auto;
	font-size: 0.8em;
	min-width: 140px;
	color: white !important;
}

.coleccion-info > div > div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

.coleccion-icono {
	border-radius: 50%;
	width: 120px !important;
	height: 120px !important;
	margin: 10px auto;
	background-size: 100%;
	overflow: hidden;
}

.coleccion-icono > img {
	transform: scale(1.3) !important;
}

.colecciones .overflow {
	position: absolute;
	z-index: -1;
	height: 100%;
	width: 100%;
	overflow: hidden;
	border-radius: var(--radio-l);
	top: 58px;
}


@media (min-width: 700px) {
	
	.colecciones {
		margin-top: 1em !important;
	}
	
	.colecciones .back {
		/*width: 150rem !important;*/
		height: 82%;
		z-index: 0;
		position: absolute;
		top: 18%;		
	}
	
	.colecciones img {
		/*
		max-height: 160px;
		min-height: inherit;
		*/
	}
	
	.coleccion-libros > div {
		padding-top: 10px;
	}
	
	.coleccion-info {
		width: 35%;
		position: absolute;
		z-index: 1;
		top: -60px;
		
	}
	
	.colecciones .overflow {
		top: 0;
	}
	
	.coleccion-libros {
		width: 65%;		
		padding: 10px 40px;
		align-items: baseline;
		align-content: center;
	}
	
	.colecciones > div:nth-child(odd) .coleccion-main {
		flex-direction: row-reverse;
	}
	
	.colecciones > div:nth-child(even) .coleccion-info {
		right: 0;
	}
	
	.coleccion-main {
		margin-top: inherit;
		margin-bottom: 3em;
	}
	
	.coleccion-header a, .coleccion-header span {
		margin: inherit;
		text-align: inherit;
		align-self: baseline;
		line-heigh: 1.5em;
	}	
	
	.coleccion-libros > div {
		width: 30%;
	}	

	.coleccion-info div:last-child {
		font-size: 1.2rem;
	}
	
	.coleccion-libros a:last-child {
		font-size: 1.2rem;
	}
	
	.coleccion-icono {
		width: 124px !important;
		height: 124px !important;
		margin: 10px auto;
	}
}

@media (min-width: 1000px) {
	.coleccion-icono {
		width: 124px !important;
		height: 124px !important;
	}
}


@media (min-width: 1200px) {
	
	.coleccion-main {
		margin-bottom: 4em;
	}
	
	.colecciones img {
		/*
		max-height: 280px;
		min-height: 240px;
		*/
	}
	
	.coleccion-info div:last-child {
		font-size: 2rem;
	}
	
	.coleccion-libros a:last-child {
		font-size: 1.6rem;
	}
	
		
	.coleccion-header span {
		font-size: 2.5rem;
	}
	
	.coleccion-icono {
		width: 120px !important;
		height: 120px !important;
		margin: 10px auto;
	}
}




/*** FIN COLECCIONES ***/
















/*** LISTAS ***/


.listas {
	width: 100% !important;
}

.listas h2 {
	font-size: 1.2em;
    line-height: 1em;
    margin: 0 0 0.2em;
}

.listas span {
	font-size: 0.8em;
}

.listas > div > div a {
	color: white !important;
}

.listas > div > div > a:hover {
	text-decoration: underline;
}

.listas > div > div > a:last-child {
	padding: 0.5em 0.7em;
    font-size: 0.9em;
    border-radius: var(--radio-l);
    margin: 0.6em auto 0 auto;
}

.listas .boton {
	margin: auto;
}



.listas .boton {
	font-size: 0.8em;
}


.listas .texto-bloque {
	color: white;
	overflow: hidden;
	text-align: center;
}

.listas .texto-bloque a, .listas .texto-bloque span {
	margin: 0.6em auto 0 auto;
}

.fondo-bloque {
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
}

img.fondo-bloque {
	height: 100%;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: var(--radio-l);
}







@media (min-width: 700px) {
	.fondo-texto-bloque {
		height: 100% !important;
	}

}












/*** PAGINA ***/

.pagina {
	margin-bottom: 80px !important;
}

.pagina h1 {
    text-align: center !important;
    font-size: 1.6em !important;
    bottom: 46px !important;
	width: 100% !important;
}

@media(min-width: 700px) {
	.pagina h1 {
		font-size: 2em !important;
	}
}


@media(min-width: 1200px) {
	/*
	.pagina h1 {
		transform: translateY(-150%) !important;
	}
	*/
}

/*** FIN PAGINA ***/











/*** INICIO ***/

.listas .header .item-inicio {
	width: 100%;
	height: 400px;
	display: flex;
	border-radius: 0;
}

.listas .header .item-inicio > div {
	top: 0;
    bottom: 0;
    transform: translateX(116%);
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    width: 420px;
    margin-top: 30px;
    border-top-left-radius: var(--radio-l);
    border-top-right-radius: var(--radio-l);
    padding-top: 50px;
    z-index: 1;
}


.post-59 h1 span {
	display: block;
    position: absolute;
    top: -1em;
    font-size: 0.3em;
    letter-spacing: -0.02em;
}

/*** FIN INICIO ***/






















/*** BADGES ***/

.badge {
    top: -20px;
    left: -20px;
    position: absolute;
    z-index: 2;
    width: max-content;
}

.badge span {
	z-index: 1;
    position: absolute;
    transform: translateY(-76%) rotate(-45deg);
    color: white;
    left: 10px;
    top: 42%;
    text-align: center;
    width: 66%;
    margin: 0 !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.7em;
}

.badge div {
	width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-bottom: 170px solid transparent;
    border-radius: 0;
	filter: drop-shadow(2px 4px 6px #00000040);
	-webkit-filter: drop-shadow(2px 4px 6px #00000040);
}

.badge.latest div {
	border-left: 170px solid var(--aux-color-06);
}
.badge.latest span {
	font-size: 0.6em;
}

.badge.destacado div {
	border-left: 170px solid var(--aux-color-04);
	margin: 0 !important;
}

/*** FIN BADGES ***/




















.boton {
	font-size: 0.8em;
	font-weight: 500;
}

.texto-bloque a {
	margin: 0.6em auto 0 auto;
	color: white;
}

.texto-bloque h2 {/*
	text-decoration: none;
    pointer-events: auto;
    cursor: pointer;
	*/
}

.texto-bloque span {
	font-size: 0.8em;
	margin: 0.6em auto 0 auto;
	color: white;
	display: block;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.contenido .descripcion .texto-bloque h2 {
	color: white;	
}



@media(min-width:700px) {
	.texto-bloque span {
		display: inherit;
	}
}







/*** ENCABEZADO ***/

.encabezado {
	position: relative;
    height: 160px;
    overflow: hidden;
    max-width: 100% !important;
    padding: 0 !important;
    box-shadow: none !important;
	width: 100% !important;
	max-width: 100% !important;
}

.encabezado .item-lista {
	width: 100%;
	height: 400px;
	display: flex;
	border-radius: 0;
}

.encabezado .titulo-seccion {
	z-index: 1;
    position: absolute;
    color: white;
    width: 100%;
    text-align: center;
    font-size: 5rem;
    top: 50%;
    transform: translateY(-25%);
}

.general.header h1,
.encabezado .titulo-seccion {
	/*text-shadow: 0 0 60px rgb(0 0 0 / 15%);*/
	user-select: none;
	/*position: absolute;*/
}

.general.header.pagina h1 {
	/*position: relative;*/
	/*top: 50%;
    transform: translateY(-25%) !important;*/
}

.encabezado .titulo-seccion span {
	text-align: center;
    width: 100%;
	font-size: 0.5em;
	/*display: none;*/
	user-select: none;
}

.encabezado h1, .encabezado h2 {
	font-size: 1.2em;
    line-height: 1.4em;
    margin: 0 0 0.2em;
}

.encabezado .boton {
	z-index:2;
}



.contenedor {
	position: absolute;
    max-width: 150rem;
    width: calc(100% - 4rem) !important;
    left: 0;
    right: 0;
    margin: 0 auto;
}




.encabezado .texto-bloque {
	display: none;
	position: absolute;
	top: 0;
    bottom: 0;
   /* transform: translateX(116%);
    left: 0;*/
    right: 0;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: space-evenly;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    width: 420px;
	width: calc(420px - 2rem);
	height: 100%;
    margin-top: 40px;
    border-top-left-radius: var(--radio-xl);
    border-top-right-radius: var(--radio-xl);
    z-index: 1;	
	padding: 2.6em;
	padding-top: 1.5em;
	color: white;
    overflow: hidden;
    text-align: center;	
	transition: 0.3s;
}

.encabezado .texto-bloque:hover{
	/*transform: translateX(116%);*/
    margin-top: 30px;
}

.encabezado > div {
	height: 100%;
}


.encabezado .fondo-texto-bloque {
	height: 100%;
    width: 100%;
    position: absolute;
    backdrop-filter: blur(10px) brightness(0.7) saturate(1.3);
	-webkit-backdrop-filter: blur(10px) brightness(70%) saturate(130%);
	-moz-backdrop-filter: blur(10px) brightness(70%) saturate(130%);
    z-index: -1;
	top: 0;
    left: 0;
}


@-moz-document url-prefix() {
	.encabezado .fondo-texto-bloque {
		background: var(--color-02);
	}
}

.encabezado .fondo-bloque {
	filter: brightness(0.9) saturate(1.1);
	-webkit-filter: brightness(90%) saturate(110%);
	background-size: cover;
}




@media (min-width: 700px) {
	.encabezado {
		height: 360px;
	}
	
	.encabezado .titulo-seccion {
		transform: translateY(-50%);
	}
	
	.encabezado .titulo-seccion span {
		display: block;
	}
}




@media (min-width: 1200px) {
	.encabezado .titulo-seccion {
		z-index: 1;
		position: absolute;
		color: white;
		left: 0;
		bottom: -33px;
		right: 0;
		max-width: 150rem;
		width: calc(100% - 4rem) !important;
		font-size: 14rem;
		margin: 0 auto;
		transform: none;
		text-align: left;
		top: inherit;
	}
	.encabezado .titulo-seccion span {
		text-align: left;
		width: inherit;
		font-size: 0.3em;
	}
	
	.encabezado .texto-bloque {
		display: flex;
	}
}








/*** FIN ENCABEZADO ***/



/* Listas Matriz */

.matriz h2, .contenido .descripcion .matriz h2 {
    font-size: 1.2em;
    line-height: 1.3em;
    margin: 0 0 0.2em !important;
	font-variation-settings: 'wght' 700;
}


.matriz {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;	
	/*width: calc(100% - 4rem);*/
	/*margin: 2em auto !important;*/
	padding-top: 0 !important;
	margin-bottom: 2em;
	gap: 2em;
}
/*
.matriz > div:nth-child(n+1):nth-child(-n+2) {
	width: 48%;
}

.matriz > div:nth-child(n+3):nth-child(-n+5) {
	width: 30%;
}
*/

.matriz > div {
    display: flex;
    position: relative;
	margin-bottom: 0em !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	width: 100% !important;
	gap: 2em;
	flex-wrap: wrap;
}


.matriz > div > div {
	position: relative;
	margin-bottom: 0 !important;
}
	


.matriz .texto-bloque > div {
	transition: 0.3s;
	text-align: center;
}



.matriz .texto-bloque:hover > div {
	margin-bottom: 6px;
}



@media (min-width: 700px) {
	
	.matriz > div {
		margin-bottom: 0;
		gap: 1em;
	}
}

@media (min-width: 1200px) {
	.matriz > div {
		gap: 2em;
	}
}



.conimagen {
	display: flex;
	flex-wrap: wrap;
	gap: 2em;
}

.conimagen img {
	border-radius: var(--radio-s);
}

.conimagen > div:first-child {
	flex-basis: 5%;
	flex-grow: 1;
}

.conimagen > div:last-child {
	width: 100%;
}



@media (min-width: 1000px) {
	.conimagen > div:last-child {
		width: 42%;
	}
	
	.conimagen {
		gap: 1em;
	}
}

@media (min-width: 1200px) {
	.conimagen > div:last-child {
		width: 24%;
	}
	
	.conimagen {
		gap: 4em;
	}
}

/*** ESTILOS MATRICES ***/

.contenido .ncolumnas1 > div {
	margin-bottom: 2em;
}

.ncolumnas1 > div {
	width: 100% !important;
}

.ncolumnas1 .texto-bloque {
	width: 100% !important;
    height: max-content;
    display: flex;
    align-items: center;
    /*border-top-left-radius: 0.8rem;*/
    border-bottom-left-radius: var(--radio-l);	
	text-align: left !important;
}


.ncolumnas1.box1 .texto-bloque {
	border-bottom-right-radius: var(--radio-l);
}

.ncolumnas1 .texto-bloque:hover > div {
	margin-bottom: 0px !important;
}

.ncolumnas1 .texto-bloque a {
	margin: 0.6em auto !important;
}

.ncolumnas1 .texto-bloque a:first-child {
	margin: 0 !important;
}

.ncolumnas2 > div,
.ncolumnas3 > div,
.ncolumnas4 > div,
.ncolumnas5 > div
 {
	width: 100% !important;
}


.ncolumnas5 > .review
{
	/*width: 30% !important;*/
	flex-basis: 30%;
    flex-grow: 1;
}

.ncolumnas5 > .vermas
{
	width: 46% !important;
}


/* BOX 1 */
.box1 > div {
	color: white !important;
	height: 440px;
}

.box1 .texto-bloque {
	position: absolute;
    z-index: 1;
    width: 100%;
    bottom: 0;
    padding: 1.4em;
    text-align: center;
    /*box-shadow: 0 -2px 6px #00000040;*/
	color: white;
    overflow: hidden;
	border-bottom-left-radius: var(--radio-l);
    border-bottom-right-radius: var(--radio-l);	
}

.box1 .texto-bloque span {
	margin: 0.6em 0 !important;
}

.box1 .fondo-texto-bloque {
    height: 100%;
    width: 100%;
    position: absolute;
    backdrop-filter: blur(25px) brightness(70%);
	-webkit-backdrop-filter: blur(25px) brightness(70%);
	-moz-backdrop-filter: blur(25px) brightness(70%);
    z-index: -1;
    margin: 0;
    top: 0;
    left: 0;
}

@-moz-document url-prefix() {
	.box1 .fondo-texto-bloque {
		background: var(--color-02);
	}
}

.box1 .fondo-bloque {
    background-size: 145%;
	border-radius: var(--radio-l);
	background-position-x: center;
}


.ncolumnas4.box1 .texto-bloque {
	background: var(--color-02);
}

.ncolumnas4.box1 > div:nth-child(even) .texto-bloque {
	background: var(--aux-color-09);
}

.ncolumnas4.box1:nth-child(even) .texto-bloque {
	background: var(--aux-color-05);
}

.ncolumnas4.box1:nth-child(even) > div:nth-child(even) .texto-bloque {
	background: var(--aux-color-10);
}

.ncolumnas4.box1 .fondo-texto-bloque {
	backdrop-filter: none !important;
}

.ncolumnas4.box1 .fondo-bloque {
	height: 265px !important;
}



/* FIN BOX 1 */



/* BOX 2 */
.box2 {
	align-items: baseline;
    align-content: center;
}

.box2 img {
	width: 100%;
	height: 100%;
	border-radius: var(--radio-m);
	border-top-left-radius: var(--radio-s);
	border-bottom-left-radius: var(--radio-s);
	box-shadow: 1px 1px 4px #00000038;
	transition: 0.3s;
	transform: scale(1.01);
}

.box2, .box2 a {
	color: var(--color-02);
	transition: 0.3s;
}

.box2 a:hover {
	transform: translateY(-4px);
}
/*
.box2 a:hover img {
	transform: translateY(-8px);
}
*/
.box2 .texto-bloque {
	font-size: 0.9em;
    padding-top: 16px;
    text-align: center;
}

.box2 > div {
	margin-bottom: 1em;
}

/* FIN BOX 2 */


/* BOX 3 */

.box3 img {
	box-shadow: none;
}

/* FIN BOX 3 */




.vermas {
	text-align: center;
    align-self: center;
    padding-bottom: 2em;
}

.vermas a {
	display: flex;
    align-items: center;
    flex-direction: column;
}

.vermas i {
	display: block;
    font-size: 2.5em;
    padding: 0.2em;
	
	
	-webkit-mask-image: url(https://www.eduteco.com/wp-content/themes/twentytwenty-hijo/iconos/arrow-right-solid.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position-x: center;
	background: var(--color-02);
    width: 48px;
    height: 48px;
}

.vermasmobile {
	display: flex;
    width: calc(100% - 4rem);
    align-items: center;
	flex-wrap: nowrap !important;
	gap: 0em !important;
}

.vermasmobile .linea {
	border-bottom: 1px solid #bbb;
    width: 100%;
}

.vermasmobile a {
	display: block;
    width: max-content;
    padding: 0 0.5em;
	color: var(--color-01);
}



@media (min-width: 700px) {
	/*
	.box2 > div {
		height: 440px;
	}*/
	
	.ncolumnas1 .texto-bloque a {
		margin: 0.6em 0 !important;
	}
	
	
	.ncolumnas1.box1 .fondo-bloque {
		background-size: cover !important;
		/*background-size: 72% !important;*/
		background-position-y: center !important;
		background-position-x: right !important;
	}
	
	.ncolumnas4.box1 .fondo-bloque {
		height: 245px !important;
	}
	
	.ncolumnas2 > div {
		/*width: 48% !important;*/
		flex-basis: 10%;
		flex-grow: 1;
	}
	
	.ncolumnas3 > div {
		/*width: 32% !important;*/
		flex-basis: 10%;
		flex-grow: 1;
	}
	
	.ncolumnas4 > div {
		width: 48% !important;
		margin-bottom: 3em;
	}	
	
	.ncolumnas5 > div, .ncolumnas5 > .review, .ncolumnas5 > .vermas {
		/*width: 18% !important;*/
		flex-basis: 15%;
		flex-grow: 1;
	}
	
	.vermas {
		display: none !important;
	}
	
	.vermasmobile {
		display: none !important;
	}

	
	.ncolumnas1 .texto-bloque {
		width: 50% !important;
		/*max-width: 400px;*/
		height: 100%;
	}
	
	
	.ncolumnas1 .texto-bloque {
		border-top-left-radius: var(--radio-l);
		border-bottom-left-radius: var(--radio-l);	
		text-align: left !important;
	}
	
	.ncolumnas1.box1 .texto-bloque {
		border-bottom-right-radius: 0;
	}
	
	.box1 .fondo-texto-bloque {
		height: 100%;
	}
	
	.matriz .texto-bloque > div {
		text-align: inherit;
	}	

	.box1 .fondo-bloque {
		background-size: 120%;
	}	
}


@media (min-width: 1000px) {
	/*
	.box1 .fondo-bloque,
	.lateral .fondo-bloque	{
		background-size: 100%;
	}*/
	.ncolumnas1.box1 .fondo-bloque {
		background-size: 80% !important;
	}
}


@media (min-width: 1200px) {

	.ncolumnas1 .texto-bloque {
		max-width: 400px;
	}
	
	.ncolumnas2 > div {
		width: 48% !important;
	}
	
	.ncolumnas4 > div {
		/*width: 24.8% !important;*/
		width: 25% !important;
		margin-bottom: 0;
	}
	
	.ncolumnas4.box1 .texto-bloque, .ncolumnas4.box1 .fondo-bloque {
		border-radius: 0 !important;
		/*height: 235px !important;*/
	}
	
		
	.ncolumnas4.box1 .texto-bloque {
		height: 235px !important;
		/*background: white !important;*/
		/*border: 1px solid #ccc;*/
		display: flex;
		align-items: center;
	}
	

	
	.ncolumnas4.box1 .texto-bloque a, .ncolumnas4.box1 .texto-bloque span, .ncolumnas4.box1 .texto-bloque h2 {
		/*color: #666;*/
	}
	
	
	
	.ncolumnas4.box1 > div:first-child .texto-bloque {
		border-bottom-left-radius: var(--radio-m) !important;
	}
	
	.ncolumnas4.box1 > div:last-child .texto-bloque {
		border-bottom-right-radius: var(--radio-m) !important;
	}	
	
	.ncolumnas4.box1 > div:first-child .fondo-bloque  {
		border-bottom-left-radius: var(--radio-l) !important;
		border-top-left-radius: var(--radio-l) !important;
	}
	
	.ncolumnas4.box1 > div:last-child .fondo-bloque  {
		border-bottom-right-radius: var(--radio-l) !important;
		border-top-right-radius: var(--radio-l) !important;
	}	
	
	.ncolumnas1.box1 .fondo-bloque {
		background-size: 72% !important;
	}
	
	.contenido .ncolumnas1.box1 .fondo-bloque {
		background-size: 80% !important;
	}
}


/*** FIN ESTILOS MATRICES ***/


























/*** RESEÑAS ***/
.header.reviews {
	background-position-x: 70%;
}


.reviews {
	/*margin-top: 0px !important;*/
	padding-bottom: 0em;
    /*padding-bottom: 3em;*/
    /*border-bottom: 1px solid #adadad;	*/
	margin: 0;
}



.reviews img {
	margin: inherit;
	height: auto !important;
}

#listalibros .reviews {
	margin-top: 0;
}

#listalibros a {
	color: var(--color-02);
}

#listalibros .reviews .imagen img {
    border-radius: inherit;
	width: 100%;
}


.contenido .descripcion .reviews h2,
.contenido #listalibros .reviews h2 {
	/*color: black;*/
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}

.reviews h5 {
	color: #757575;
}

.reviews span {
	margin-bottom: 1em;
	display: block;
}

.reviews .redactor {
	margin-top: 0px;
	margin-bottom: 0em;
}

.reviews .redactor img {
	/*display: none;*/
}

.reviews .redactor > p {
	padding: inherit;
}

.reviews .main {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.reviews .main > div:first-child {
	width: 100%;
	order: 2;
}

.reviews > div .imagen {
	width: 100%;
	margin-bottom: 1em;
	padding-right: 6px;
	margin-top: 1rem;
}

.reviews .imagen img {
	border-radius: var(--radio-s);
	padding: 0;
	width: 100% !important;
}

.reviews .descripcion {
	margin-top: 0px !important;
}

.reviews .boton {
	/*font-size: 1.3em;*/
    padding: 0.5em 1.8em;
	margin: 1em auto;
}

.reviews .info {
	width: 100%;
	text-align: center;
}

.reviews .lista .valoraciones > div > div {
	width: 105px;
	height: 105px;
	line-height: 105px;
	font-size: 34px;
}

.reviews .iconos > div {
	padding-bottom: 0;
}
.reviews .lista {
	border: 1px solid #ccc;
	padding: 22px 22px 12px;	
}


.reviews .bloque-top.full {
	margin-top: 0em;
	margin-bottom: 1em !important;
}

.refviews .bloque-top.full .redactor {
	flex-flow: row !important;
	margin-top: 0px;
}

.reviews .bloque-top.full .redactor p {
	padding: 0 2em 0 0;
}

.reviews .bloque-top img {
	/*display: none;*/
}

.reviews .bloque-top .linea {
	display: none;
}


.reviews .lista {
	/*background: #cce1e4;*/
	border-radius: var(--radio-l);
}

.reviews .lista .iconos.circulo .text span ,
.reviews .lista .iconos.circulo i::before {
	position: absolute;
    left: 50%;
	top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
	width: 100%;
}


.reviews .lista .iconos.circulo i > .icono-fondo {
	z-index: 0;
}


.review .texto-bloque h2 {
	color: var(--color-02);
	font-weight: normal;
	font-size: 1em;
}

.reviews .main {
    justify-content: center;
}



@media (min-width: 700px) {
	.reviews .main > div:first-child {
		width: 100%;
		order: 1;
	}
	
	.reviews > div .imagen {
		width: 30%;
	}
	
	.reviews .info {
		width: 28%;
		text-align: left;
	}
	
	.reviews .boton {
		margin: 0.5em 0;
	}
	
	.reviews .lista .valoraciones > div > div {
		width: 100px;
		height: 100px;
		line-height: 100px;
		font-size: 38px;
	}
	
	.reviews .lista {		
		padding: 24px 24px 12px;	
	}
	
	
	.box2 > .review {
		margin-bottom: -1.5em;
	}
}


@media (min-width: 1200px) {
	.reviews .main > div:first-child {
		width: 65%;
	}	
	
	.reviews .main {
		justify-content: space-between;
	}
}


/*** FIN RESEÑAS ***/




















/*** LATERAL PERSONAS ***/
.lateral .artista a > div {
	width: 142px;
	height: 142px;
	margin: auto;
}


.lateral .artista img {
	border-radius: 50%;
	width: 100%;
    height: 100%;
    filter: grayscale(1);
	-webkit-filter: grayscale(100%);
    transition: 0.5s;
    object-fit: cover;
	transition: 0.5s;
}

.lateral .artista span {
	text-align: center;
	display: block;
}

.lateral .artista {
	width: 44% !important;
	font-size: 0.7em !important;
	margin-bottom: 1.8em;
}

.lateral .artista a:hover img {
	filter: none;
	-webkit-filter: none;
}


/*** FIN LATERAL PERSONAS ***/



















/*** LATERAL EDITORIAL ***/
.lateral .editorial a > div {
	width: 154px;
	height: 154px;
    border: 1px solid;
    border-radius: var(--radio-l);
    overflow: hidden;
    margin: 8px auto;
	position: relative;
}

.lateral .editorial a img {
	position: absolute;
    top: 50%;
	left: 50%;
    transform: translateY(-50%) translateX(-50%);
	width: 80%;
}

/*** FIN LATERAL EDITORIAL ***/













/*** EFECTO RELIEVE LIBROS ***/

.coleccion-libros a:first-child,
.lista .imagen > a,
.mas a > div,
.review > a,
#listalibros .imagen a,
.reviews .imagen a {	
	box-shadow:
	1px 1px 1px var(--color-relieve-01),
	2px 2px 1px var(--color-relieve-02),
	3px 3px 1px var(--color-relieve-01),
	4px 4px 1px var(--color-relieve-02),
	5px 5px 1px var(--color-relieve-01),
	6px 6px 4px rgb(16 16 16 / 50%);
	border: 1px solid #eee;
}

.review > a,
#listalibros .imagen a,
.reviews .imagen a {
	display: block;
	border-radius: var(--radio-m);
    border-top-left-radius: var(--radio-s);
    border-bottom-left-radius: var(--radio-s);
    overflow: hidden;	
}

.header .imagen > div {
	
	
	box-shadow:
	1px 1px 1px var(--color-relieve-01),
	2px 2px 1px var(--color-relieve-02),
	3px 3px 1px var(--color-relieve-01),
	4px 4px 1px var(--color-relieve-02),
	5px 5px 1px var(--color-relieve-01),
	6px 6px 1px var(--color-relieve-02),
	7px 7px 1px var(--color-relieve-01),
	8px 8px 1px var(--color-relieve-02),
	9px 9px 8px rgb(16 16 16 / 90%);
}


/*** FIN EFECTO RELIEVE LIBROS ***/




















/*** WIDGETS ***/
.lateral {
	position: relative;
}

.lateral .back {
	position: relative;
	margin-top: 0px;
	margin-bottom: 2em;
	width: 100%;
}


.lateral .back:nth-of-type(2) {
	margin-top: 0em;
}

.lateral .coleccion-icono {
	position: absolute;
	z-index: 2;
	top: -69px;
	top: 0px;
    left: 50%;
    transform: translateX(-50%);
    border: 4px solid white;	
}

.lateral .coleccion-info {
	width: 100%;
	position: relative;
	/*top: 20px;*/
	color: white;
	padding: 20px;	
    padding-top: 70px;
	margin-top: 70px;
	/*margin-bottom: -50px;*/
}


.widget-colecciones {
	display: block !important;	
	margin-bottom: 0 !important;
}

.widget-colecciones > .back {
	margin-top: 4em !important;
}

.widget-colecciones .coleccion-icono {
	top: -130px !important;
	top: -4em !important;
}

.lateral > span {
	font-size: 1.2em;
	display: block;
	text-align: center;
}

.lateral .overflow {
	position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: -1;
    overflow: hidden;
    left: 0;
	border-radius: var(--radio-l);	
}

.lateral .overflow > div {
	height: 100%;
    filter: blur(10px) brightness(0.6);
	-webkit-filter: blur(10px) brightness(60%);
    transform: scale(1.5);
}




.lateral .ncolumnas1 > div {
	width: 100% !important;
}

.lateral .texto-bloque h3 {
	font-size: 1em;
	margin-top: 0;
	margin-bottom: 0;
}

.lateral .texto-bloque span {
	font-size: 0.7em;
}

.lateral .boton {
	font-size: 0.7em;
}

.lateral .texto-bloque {
    width: 100% !important;
    height: max-content;	
    display: flex;
    align-items: center;
    border-top-left-radius: 0px;
	border-top-right-radius: 0px;
    border-bottom-left-radius: var(--radio-m);	
	border-bottom-right-radius: var(--radio-m);
	position: relative;
	flex-wrap: wrap;
	background-color: var(--color-02);
	flex-direction: column;
    align-content: center;
	text-align: center !important;
}

.lateral .box1 {
	/*height: 500px;*/
	/*margin-bottom: 30px;*/
}


.lateral .box1 .fondo-texto-bloque {
	background: var(--color-02);
}

.lateral .fondo-bloque {
	max-height: 250px;
	background-size: 128%;
	background-position: top !important;
	height: auto !important;
	border-radius: 0;
	border-top-left-radius: var(--radio-m);
	border-top-right-radius: var(--radio-m);
}

.lateral .ncolumnas1.box1 .texto-bloque {
	border-bottom-right-radius: var(--radio-m);
}


.widget {
	margin-top: 0 !important;
	margin-bottom: 3em;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	width: 100%;
}

#widget_prodedural {
	position: sticky;
	top: 1em;
	width: 100%;
	/*height: 100vh;*/
}


#widget_prodedural > div {
	position: relative;
	background: var(--color-01);
    margin: 1em 0;
	margin-bottom: 2em;
    min-height: 150px;
    padding: 1em 0.5em;
	padding-top: 1.6em;
    text-align: center;
    color: white;
    border-radius: var(--radio-l);
	font-family: Arial, Helvetica, sans-serif;
}

#widget_prodedural > div label {
	font-weight: bold;
}


#widget_prodedural > div input {
    border-radius: var(--radio-s);
    margin: 0.5em 0;
	font-size: 0.8em;
	padding: 0.8em 0.5em;
}


#widget_prodedural input[type="submit"] {
	/*
    background: var(--aux-color-03);
    line-height: 0em;
    font-size: 0.6em;
    padding: 1.5em;
	*/
	
	background: none !important;
	padding: 0  !important;
	margin: 0 !important;
	text-decoration: none !important;
	text-transform: none !important;
	font-size: inherit !important;
	font-weight: inherit !important;
}

#widget_prodedural span {
	font-size: 0.7em;
	/*display: block;*/

    padding-bottom: 0;
	/*font-style: italic;*/
}


#widget_prodedural .instagram_new span {
	-webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

#widget_prodedural .boton {
	margin: 1em auto;
    min-width: 60%;
}

.widget_titulo span {
	font-size: 1em !important;
    font-weight: bold;
    margin-bottom: 0.7em;
}
/*
#widget_prodedural > div:nth-child(2) {
	background: var(--aux-color-02);
}
*/

#widget_prodedural > div:nth-child(1),
#widget_prodedural > div:nth-child(1) .circulo  {
	background: var(--aux-color-03);
}
#widget_prodedural > div:nth-child(1) .boton {
	background: var(--aux-color-01);
}



#widget_prodedural > div:nth-child(3),
#widget_prodedural > div:nth-child(3) .circulo  {
	background: var(--aux-color-04);
}
#widget_prodedural > div:nth-child(3) .boton {
	background: var(--color-03);
	text-shadow: 0 0 16px rgb(133 57 0 / 60%);
}






#widget_prodedural .circulo {
	width: 60px;
    height: 60px;
    position: absolute;
    background: var(--color-01);
    border-radius: 100%;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
}

#widget_prodedural .circulo i {
	font-size: 1.5em;
    line-height: 2em;
}






@media (min-width: 700px) {
	
	.lateral .ncolumnas1.box1 .fondo-bloque {
		background-size: 122% !important;
		background-position: top !important;
	}
	
	.widget-colecciones > div:nth-of-type(2) {
		margin-top: 6em !important;
	}
	
	.widget-colecciones .coleccion-icono {
		top: -6.5em !important;
	}
	
	.lateral .back {
		margin-bottom: 3em;
	}


	.lateral .back:nth-of-type(2) {
		margin-top: 4em;
	}
	
	
	.lateral .coleccion-info {
		/*margin-bottom: -50px;
		margin-top: 132px;*/
		margin-bottom: 0px;
		margin-top: 30px;
	}
	
	.lateral .coleccion-icono {
		/*top: -135px;*/
		top: -105px;
	}	
	
	.lateral .texto-bloque {
		
	}
	

	.lateral .fondo-bloque {
		/*max-height: inherit;*/
	}
}



@media (min-width: 1200px) {

	.lateral .fondo-bloque {
		/*max-height: 200px;*/
		/*max-height: inherit;*/
	}
}

/*** FIN WIDGETS ***/















/*** FOOTER PIE ***/
.footer-nav-widgets-wrapper, #site-footer {
	background: var(--color-01);	
}


.footer-menu {
	font-size: 1em;
}

.footer-menu a:hover {
	color: white;
	opacity: 0.5;
}


/*** FIN FOOTER PIE ***/



















/*** MAS ETIQUETAS ***/
.masetiquetas {
	display: flex;
    flex-flow: row wrap;
    justify-content: center;
    text-align: center;
}

.masetiquetas {
	width: 100%;
}

.masetiquetas > * {
	width: 100%;
}

.masetiquetas > i {
	font-size: 2.5em;
	padding-top: 0.3em;
	color: var(--color-02);
}

.masetiquetas .boton {
	max-width: 60%;
}

.masetiquetas .linea {
	margin: 1em 0;
}

.masetiquetas > span:last-of-type {
	font-size: 0.7em;
	color: initial;
}

.masetiquetas {
	color: var(--color-01);
}

.masetiquetas strong {
	color: var(--color-02);
    font-family: inherit;
}


@media (min-width: 700px) {
	.masetiquetas {
		width: 48%;
	}
}


@media (min-width: 1200px) {
	.masetiquetas {
		width: 100%;
	}
}




/*
.masetiquetas.edad {
	color: var(--aux-color-02);
}
.masetiquetas.sentimientos {
	color: var(--aux-color-03);
}
.masetiquetas.aprender {
	color: var(--aux-color-04);
}
.masetiquetas.experiencias {
	color: var(--aux-color-05);
}
.masetiquetas.cambios {
	color: var(--aux-color-06);
}
.masetiquetas.clasicos {
	color: var(--aux-color-07);
}
.masetiquetas.material {
	color: var(--aux-color-08);
}
*/



/*
.masetiquetas.edad .icono-fondo {
	background: var(--aux-color-02);
}
#filtros .sentimientos .icono-fondo {
	background: var(--aux-color-03);
}
#filtros .aprender .icono-fondo {
	background: var(--aux-color-04);
}
#filtros .experiencias .icono-fondo {
	background: var(--aux-color-05);
}
#filtros .cambios .icono-fondo {
	background: var(--aux-color-06);
}
#filtros .clasicos .icono-fondo {
	background: var(--aux-color-07);
}
#filtros .material .icono-fondo {
	background: var(--aux-color-08);
}
*/

/*** FIN MAS ETIQUETAS ***/












/* PLUGIN COOKIES */

.modal-cacsp-position .modal-cacsp-box .modal-cacsp-box-header {
	background-color: var(--color-01) !important;
}
.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-accept-all,
.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-accept {
    background-color: var(--aux-color-08) !important;
    border: 1px solid var(--aux-color-08) !important;
}


/* FIN PLUGIN COOKIES */








/* WIDGET NEWSLETTER */

#widget_prodedural form.mc4wp-form {
	padding: 0 1em !important;
}

/* FIN WIDGET NEWSLETTER */













/* PLUGIN AJAX LOGIN */

.lrm-user-modal {
	display: flex;
	align-items: center;
}

.lrm-form a.button, .lrm-form button, .lrm-form button[type=submit], .lrm-form #buddypress input[type=submit], .lrm-form .gform_wrapper input.gform_button[type=submit], .lrm-form input[type=submit] {
    background-color: var(--color-01);
}

/* FIN PLUGIN AJAX LOGIN */



















/* WIDGET REDES */

.insta-link {
	overflow: hidden;
    height: 230px;
	width: 230px;
   /* width: 100%;*/
    display: block;
	border: 2px solid white;
	margin: auto;
}

.instagram_feed span {
	display: block;
    font-size: 0.7em;
	padding: 0.8em;
	font-style: italic;
}

.instagram_feed img {
	/*border: 2px solid white;
    border-radius: var(--radio-l);*/
	min-width: 100%;
	min-height: 100%;
    /*margin: 0.5em auto;*/
}

#widget_prodedural > div:nth-child(2) span {
	opacity: 0.5;
}

#widget_prodedural > div:nth-child(2) span::before {
	content: '«';
}


/* FIN WIDGET REDES */























/* PLUGIN FORMULARIO CONTACTO */
div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
	max-width: 60%;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
}

div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
	border-radius: var(--radio-l);
	background: var(--aux-color-08);
	box-shadow: 1px 2px 4px #00000057;
	color: white;
	border: none;
	font-size: 0.8em;
	font-weight: 500;
	min-width: 6em;
}

.wpforms-form button[type=submit]:hover {
	background: var(--aux-color-08) !important;
	filter: brightness(120%);
	-webkit-filter: brightness(120%);
    text-decoration: none !important;
	border: none !important;
}

/* FIN PLUGIN FORMULARIO CONTACTO */















/* BUG POR EL QUE NO SE VEN LAS MINIATURAS EN ANDROID. DEJAR QUE SOLO SE VEAN EN ESCRITORIO */

@media (min-width: 1200px) {
	.lista .imagen > a > img,
	.lista .imagen > a:hover,
	.colecciones img,
	.header .imagen img {
		transform: scale(1.01)	
	}
}
/* FIN BUG POR EL QUE NO SE VEN LAS MINIATURAS EN ANDROID. DEJAR QUE SOLO SE VEAN EN ESCRITORIO */













/*CITAS ENTRADAS */
p.cita {
	background: #f5f5f5;
    padding: 1em;
    border-left: 0.5em solid var(--color-02);
    border-radius: var(--radio-s);
    border-top-left-radius: 0em;
    border-bottom-left-radius: 0em;
    font-weight: bold;
    font-style: italic;
    font-size: 1.4em;
}
/* FIN CITAS ENTRADAS */



/* LISTAS ENTRADAS */
[class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	max-width: 100% !important;
	font-size: 0.8em;
}

.wp-block-group {
	margin: -0.5em 0 1em !important;
}

/* FIN LISTAS ENTRADAS */








/* PART 1 - Before Lazy Load */
/*
img[data-lazyloaded], img.lazyload{
    opacity: 0;
}
*/
/* PART 2 - Upon Lazy Load */
/*
img.litespeed-loaded, img.lazyloaded{
    -webkit-transition: opacity .3s linear 0.0s;
    -moz-transition: opacity .3s linear 0.0s;
    transition: opacity .3s linear 0.0s;
    opacity: 1;
}
*/

.primary-menu li>a:hover {
	color: #ffffff90 !important;
}














/* WIDGET DIMENSIONES */


.widget-contenido {
	position: relative;
}

.widget-contenido > img::before {
	/*content:url('referencia-mano-halloween.png');*/
}



/* FIN WIDGET DIMENSIONES */














/* HEADER STICKY */

@media (min-width: 1200px) {


	/*
	@keyframes close {
	  from {padding: 0.4em 0 !important;}
	  to {padding: 1.8rem 0 !important;}
	}
	*/
	header {
		position: relative;
	}
	#site-header.open {
		position: sticky !important;
		width: 100%;		
		top: -64px;
		animation-name: open;
		animation-duration: 0.5s;
		animation-fill-mode: forwards;
	}

	#site-header.open .header-inner {
		padding: 0.4em 0 !important;
	}
	/*
	header.close .header-inner {
		padding: 1.8rem 0 !important;
		animation-name: close;	
		animation-duration: 0.5s;
		animation-fill-mode: forwards;
		
	}*/

}

@keyframes open {
  from {top: -64px;}
  to {top: 0;}
}

/* FIN HEADER STICKY */












/* REDACTOR EN VISTA MATRIZ */



.bitacora > p {
	max-width: 150rem !important;
    width: calc(100% - 4rem) !important;
	margin: auto;
	margin-bottom: 2em;
}

.bitacora > .bloque-top {
	margin-bottom: 3em !important;
}

.bitacora > .matriz > div {
	margin-bottom: 4em;
}


.bitacora .redactor {
	z-index: 2;
    position: absolute;
    width: 32%;
    top: -1em;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    text-align: center;
	
			height: 100px;
		width: 140px;
		top: -1em;
}

.bitacora .redactor img {
	width: 96px;
	height: 96px;
}

.bitacora .redactor a {
	color: white !important;
	bottom: -1.2em;
    position: absolute;
}

.bitacora .redactor a {
	display: block;
    margin: 0;
    color: #fff;
    font-size: .9em !important;
    text-shadow: 0 0 20px #00000050, 0 0 8px #00000050, 0 0 16px #00000050, 0 0 32px #00000050;
    line-height: 1.3em;
    font-weight: bold;
}
/*
.bitacora + div {
	max-width: 480px !important;
}*/

.ncolumnas2 .redactor {
	
}


.bitacora-header {
	/*display: none;*/
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}

.bitacora-header > div:first-child{
	width: 100%;
}

.bitacora-header > div:last-child{
	width: 100%;
}
/*
.bitacora-header > div > div:last-child {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
*/
.bitacora-colabora {
	background: var(--aux-color-07);
    border-radius: var(--radio-m);
    padding: 2em;
    color: white;
    text-align: center;	
	font-family: Arial, Helvetica, sans-serif;
	width: 25%;
	margin: 1em 0;
}

.bitacora-colabora a {
	color: white;
}

.bitacora-colabora > span {
	font-size: 2em;
	display: block;
	font-weight: bold;
	line-height: 1.2em;
    padding-bottom: 0.3em;
}

.bitacora-colabora > div:last-child{
	background: url(/wp-content/themes/twentytwenty-hijo/sello-confianza-alta.svg);
	
}

.bitacora-colabora strong {
	color: white;
}


@media (min-width: 700px) {
	.bitacora > .bloque-top {
		margin-bottom: 1.5em !important;
	}
	
	.bitacora .redactor {
		/*width: 20% !important;*/
		text-align: center;
		/*top: 0.2em;*/
		right: 0;
		justify-content: center;
		margin-right: 0;
	}
	/*
	.bitacora + div > div {
		width: 84% !important;
	}*/
	
	.bitacora > .matriz > div {
		margin-bottom: 0;
	}
	
	.ncolumnas2 .redactor {
		width: 49% !important;
	}	


}



@media (min-width: 1200px) {
	
	.bitacora .redactor {
		/*width: 14% !important;*/

	}
	
	.bitacora-header > div:first-child{
		width: 70%;
	}
	
	.bitacora-header > div:last-child{
		width: 27%;
	}
	
	.ncolumnas2 .redactor {
		width: 22% !important;
	}

}


/* FIN REDACTOR EN VISTA MATRIZ */








/* SOLAPA */



.solapa {
	/*display: none;*/
	position: absolute;
    padding: 0.5em 1em;
	border-radius: var(--radio-l);
    border-top-left-radius: var(--radio-s);
    border-bottom-left-radius: var(--radio-s);
    left: -0.5em;
    top: 0.8em;
	filter: drop-shadow(4px 4px 6px #00000050);
	-webkit-filter: drop-shadow(4px 4px 6px #00000050);
	font-weight: bold;
}

.solapa a::before {
	content: "» ";
	font-weight: normal;
}

.solapa a {
	color: white;
}

.solapa.rojo {
	 background: var(--aux-color-08);
}

.solapa.azul {
	 background: var(--aux-color-06);
}


/* FIN SOLAPA */






/* FICHAS AMAZON */
.fichasamazon {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: baseline;

}

.fichasamazon > div {
	width: 100%;
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: start;
}

.fichasamazon > * {
	display: block;
}

.fichasamazon img {
	height: 250px;
    margin: 2em auto;
	width: auto;
}

.fichasamazon a {
	font-weight: bold;
	font-size: 1.2em;
}

.fichasamazon a.boton {
	width: 40%;
	min-width: 10em;
	text-align: center;
	align-self: center;
	font-size: 1em;
	font-weight: normal;
}



.ficha2 > div {
	display: flex;
	gap: 2em;
	padding: 2em 0;
	flex-direction: column;
    border-bottom: 1px solid #ccc;
}

.ficha2 > div > div {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.ficha2:last-of-type > div {
	border: none !important;
}

.ficha2 > div > div:first-child {
	width: 100%;
}

.ficha2 img {
	margin: 0 !important;
}

.ficha2 h3 {
	margin-top: 0;
}

.ficha2 a {
	margin: inherit !important;
}


@media (min-width: 700px) {
	
	.fichasamazon > div {
		width: 45%;
		margin-bottom: 2em;
	}
	
	.ficha2 > div {
		flex-direction: row;
	}
	
	.ficha2 > div > div {
		width: 70%;
	}
	
	.ficha2 > div > div:first-child {
		width: 30%;
	}
}


/* FIN FICHAS AMAZON */ 









/* FOTOS INSTAGRAM */

.fotosinstagram {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 2em;
}

.fotosinstagram > div {
	width: 50%;
	text-align: center;
	position: relative;
	border: 1px solid white;
}


.fotosinstagram img {
	border-radius: 0;
	height: 170px;
	width: 100%;
	margin: auto;
	object-fit: cover;
}

.fotosinstagram a {
	font-size: 0.75em;
	position: absolute;
	bottom: 1px;
	margin: auto;
	left: 0;
	right: 0;
	background: #00000057;
	color: white;
}



@media (min-width: 700px) {

	.fotosinstagram > div {
		width: 25%;
	}
	
	.fotosinstagram img {
		height: 250px;	
	}

}
/* FIN FOTOS INSTAGRAM */






/* PLUGIN SOCIAL SHARING */
.dvk-social-sharing {
	border-top: 1px solid #ccc;
    padding: 1em 0;
    margin-top: 2em;
}
.dvk-social-sharing > a {
    color: #757575;
    font-size: 0.7em !important;
}

.dvk-social-sharing > span:first-of-type {
	font-size: 0.75em !important;
	color: var(--aux-color-08);
}
/* FIN PLUGIN SOCIAL SHARING */





















/* CONTACT FORM 7 */
.wpcf7 label {
    font-size: 0.8em;   
	font-family: Arial, Helvetica, sans-serif;
}

.wpcf7 .campo-tinymce {
	margin-bottom: -2.8em;
}

/* FIN CONTACT FORM 7 */






























/* FIX FILTROS ALTURA, REINICIAR FILTROS ARRIBA */

/*
#filtros .iconos > div:first-of-type .icono-fondo {
	border-top-left-radius: 0.3em;
}
#filtros .iconos > div:nth-child(6) .icono-fondo {
	border-top-right-radius: 0.3em;
}
#filtros .iconos > div:nth-child(47) .icono-fondo {
	border-bottom-left-radius: 0.3em;
}
/*
#filtros .iconos > div:nth-child(46) .icono-fondo {
	border-bottom-right-radius: 0.3em;
}
#filtros .iconos > div:nth-child(48) .icono-fondo {
	border-bottom-left-radius: 0.3em;
}
#filtros .iconos > div:last-of-type .icono-fondo {
	border-bottom-right-radius: 0.3em;
}
*/

#filtros .iconos > div {
    width: 3.72em !important;
    border-radius: var(--radio-s);
}

#filtros .iconos > div {
	width: inherit;
}

#filtros .iconos.circulo i {
	width: 100%;
    height: 54px;
}

#filtros .iconos > div label > div {
	width: unset !important;
}


#filtros {
	display: flex;
    align-content: center;
    align-items: center;	
	justify-content: center;
}

#filtros-ancla > div > div {
	display: flex;
	align-items: center;
}


.reiniciar-filtros {
	width: 36%;
}

.reiniciar-filtros label {
	width: 100%;
    text-align: center;
}

.reiniciar-filtros .boton {
	width: 100%;
    text-align: center;
    font-weight: inherit;
    padding: 0.8em 0.4em;
    font-size: 0.7em;
    margin: 0 0 1em 0 !important;
	height: 4rem;
}

.reiniciar-filtros .boton:active {
	filter: brightness(100%);
    -webkit-filter: brightness(100%);

}

.buscar {
	margin: 0px !important;
	width: 60% !important;
    /*border-bottom: 0 !important;*/
}

.separador {
	width: 1rem;
}

#filtros .iconos label{
	margin-bottom: 0em !important;
}


#output > #filtros-ancla {
	max-width: 424px;
}


@media (min-width: 700px) {
	
	.general.header {
		margin-bottom: 2em;
		height: 265px;
	}
		
	#output > #filtros-ancla {
		margin-bottom: 1em !important;
	}
	
	
	#filtros .iconos > div:nth-child(n) .icono-fondo {
		border-top-left-radius: 0em;
		border-top-right-radius: 0em;
		border-bottom-left-radius: 0em;
		border-bottom-right-radius:	0em;
	}
	
	
	
	#filtros .iconos > div:first-of-type .icono-fondo {
		border-top-left-radius: var(--radio-s);
	}
	#filtros .iconos > div:nth-child(11) .icono-fondo {
		border-top-right-radius: var(--radio-s);
	}
	#filtros .iconos > div:nth-child(35) .icono-fondo {
		border-bottom-left-radius: var(--radio-s);
	}
	#filtros .iconos > div:nth-child(46) .icono-fondo {
		border-bottom-right-radius: var(--radio-s);
	}
	#filtros .iconos > div:nth-child(47) .icono-fondo {
		border-bottom-left-radius: var(--radio-s);
	}
	#filtros .iconos > div:last-of-type .icono-fondo {
		border-bottom-right-radius: var(--radio-s);
	}	
		

	
	#filtros .iconos > div .icono-fondo {
		border-radius: 0;
	}
	
	
	#filtros .iconos.circulo i {
		height: 54px;
	}	
		
	#filtros {
		justify-content: center;
	}	
	
	
	#filtros .iconos.circulo i {
		height: 60px;
	}
	
	#filtros .iconos > div {
		width: 3.64em !important;
	}
	
	#filtros .iconos>div span {
		top: 3.8em;
	}
	
	#filtros .fas:before {
		top: 1.2em;
	}	
	
	#filtros .iconos > div span {
		/*top: 40px !important;*/
		top: 12px !important;
	}
}

@media (min-width: 1000px) {
	
	#output {
		margin-top: inherit !important;
	}
	
	#output > .resultados {
		width: 100%;
	}
		
	#output > #filtros-ancla {
		margin-bottom: 0em !important;
	}
	
	.reiniciar-filtros label {
		width: 100%;
	}
	
	#filtros .iconos > div {
		width: 2.85em !important;
	}
	
	
	
	#filtros .iconos > div:nth-child(n) .icono-fondo {
		border-top-left-radius: 0em;
		border-top-right-radius: 0em;
		border-bottom-left-radius: 0em;
		border-bottom-right-radius:	0em;
	}


	#filtros .iconos > div:first-of-type .icono-fondo {
		border-top-left-radius: var(--radio-s);
	}
	#filtros .iconos > div:nth-of-type(6) .icono-fondo {
		border-top-right-radius: var(--radio-s);
	}
	#filtros .iconos > div:nth-of-type(42) .icono-fondo {
		border-bottom-left-radius: var(--radio-s);
	}
	#filtros .iconos > div:nth-of-type(47) .icono-fondo {
		border-bottom-right-radius: var(--radio-s);
	}
	#filtros .iconos > div:nth-of-type(49) .icono-fondo {
		border-bottom-left-radius: var(--radio-s);
	}
	#filtros .iconos > div:last-of-type .icono-fondo {
		border-bottom-right-radius: var(--radio-s);
	}	
}


/*@media (min-width: 1200px) {*/
	
	#output {
		margin-top: inherit !important;
	}
	
	#output > #filtros-ancla {
		margin-bottom: 0em !important;
	}
	
	#filtros .iconos > div {
		width: 3.72em !important;
	}
	#filtros .iconos > div span {
		top: 3.8em !important;
		/*top: 35px !important;*/
		top: 10px !important;
	}
	
	#filtros .iconos .edad > label > div span:nth-child(2) {
		top: 35px !important;
	}
	



	#filtros .iconos > div:nth-child(n) .icono-fondo {
		border-top-left-radius: 0em;
		border-top-right-radius: 0em;
		border-bottom-left-radius: 0em;
		border-bottom-right-radius:	0em;
	}


	#filtros .iconos > div:first-of-type .icono-fondo {
		border-top-left-radius: var(--radio-s);
	}
	#filtros .iconos > div:nth-of-type(5) .icono-fondo {
		border-top-right-radius: var(--radio-s);
	}
	#filtros .iconos > div:nth-of-type(6) .icono-fondo {
		border-bottom-left-radius: var(--radio-s);
	}
	#filtros .iconos > div:nth-of-type(10) .icono-fondo {
		border-bottom-right-radius:var(--radio-s);
	}
	
	
	#filtros .iconos > div:nth-of-type(11) .icono-fondo {
		border-top-left-radius: var(--radio-s);
	}
	#filtros .iconos > div:nth-of-type(15) .icono-fondo {
		border-top-right-radius: var(--radio-s);
		border-bottom-right-radius: var(--radio-s);
	}
	#filtros .iconos > div:nth-of-type(16) .icono-fondo {
		border-bottom-left-radius: var(--radio-s);
	}
	#filtros .iconos > div:nth-of-type(19) .icono-fondo {
		border-bottom-right-radius: var(--radio-s);
	}
	
	
	#filtros .iconos > div:nth-of-type(20) .icono-fondo {
		border-top-left-radius: var(--radio-s);
	}
	#filtros .iconos > div:nth-of-type(24) .icono-fondo {
		border-top-right-radius: var(--radio-s);
		border-bottom-right-radius: var(--radio-s);
	}
	#filtros .iconos > div:nth-of-type(25) .icono-fondo {
		border-bottom-left-radius: var(--radio-s);
	}
	#filtros .iconos > div:nth-of-type(28) .icono-fondo {
		border-bottom-right-radius: var(--radio-s);
	}


	#filtros .iconos > div:nth-of-type(29) .icono-fondo {
		border-top-left-radius: var(--radio-s);
	}
	#filtros .iconos > div:nth-of-type(33) .icono-fondo {
		border-top-right-radius: var(--radio-s);
	}
	#filtros .iconos > div:nth-of-type(34) .icono-fondo {
		border-bottom-left-radius: var(--radio-s);
	}
	#filtros .iconos > div:nth-of-type(38) .icono-fondo {
		border-bottom-right-radius: var(--radio-s);
	}	
	
	
	#filtros .iconos > div:nth-of-type(39) .icono-fondo {
		border-top-left-radius: var(--radio-s);
	}	
	#filtros .iconos > div:nth-of-type(43) .icono-fondo {
		border-top-right-radius: var(--radio-s);
		border-bottom-right-radius: var(--radio-s);
	}
	#filtros .iconos > div:nth-of-type(44) .icono-fondo {
		border-bottom-left-radius: var(--radio-s);
		border-bottom-right-radius: var(--radio-s);
	}
	
	
	#filtros .iconos > div:nth-of-type(45) .icono-fondo {
		border-top-left-radius: var(--radio-s);
	}
	#filtros .iconos > div:nth-of-type(49) .icono-fondo {
		border-top-right-radius: var(--radio-s);
		border-bottom-right-radius: var(--radio-s);
	}
	#filtros .iconos > div:nth-of-type(50) .icono-fondo {
		border-bottom-right-radius: var(--radio-s);
		border-bottom-left-radius: var(--radio-s);
	}	
	
	
	#filtros .iconos > div:nth-of-type(51) .icono-fondo {
		border-top-left-radius: var(--radio-s);
		border-bottom-left-radius: var(--radio-s);
	}
	#filtros .iconos > div:nth-of-type(54) .icono-fondo {
		border-top-right-radius: var(--radio-s);
		border-bottom-right-radius: var(--radio-s);
	}	
	
	
	#filtros {
		justify-content: inherit;
	}
	
	.buscar {
		width: 23.3rem !important;
	}
	
	.reiniciar-filtros {
		width: 12.8rem !important;
	}
	
	@keyframes filtros-down {
	  from {margin-top: 0px;}
	  to {margin-top: 64px;}
	}
	
	@keyframes filtros-up {
	  from {margin-top: 64px;}
	  to {margin-top: 0px;}
	}	

/*
	#filtros-ancla.filtros-down {
		margin-top: 64px !important;
		animation-name: filtros-down;	
		animation-duration: 0.5s;
		animation-fill-mode: forwards;
	}
	
	#filtros-ancla.filtros-up {
		margin-top: 0px !important;
		animation-name: filtros-up;
		animation-duration: 0.5s;
		animation-fill-mode: forwards;		
	}	
	*/
/*}*/


.filtros-mostrar {
	display: none;
	
	background: var(--aux-color-03);
    z-index: 9999999;
    border: 2px solid white;
    border-left: none;
    position: fixed;
    top: 10%;
    left: 0;
    border-top-right-radius: var(--radio-s);
    border-bottom-right-radius: var(--radio-s);
    padding: 1em;
    font-size: 1em;
	cursor: pointer;
	color: white;
}



#output > #filtros-ancla {
	background: white;
    padding: 25px;
    position: fixed;
    left: -100%;
    height: 100%;
    overflow: auto;
	/*display: none;*/
	
}




.boton-filtros {
	color: white;    
    z-index: 9;
    font-size: 1em;
    /*top: -52px;*/
    /*left: 50%;*/
    position: fixed;
   /* transform: translateX(-50%);*/
    background: var( --aux-color-08);
    border-bottom-left-radius: var(--radio-m);
    border-bottom-right-radius: var(--radio-m);
    border: 0px solid white;
    border-left: none;
    padding: 0.5em 1em;
    box-shadow: 0 2px 4px #00000060;
    width: 9em;
    text-align: center;
	font-weight: bold;
	text-decoration: none;
	
	bottom: -8em;
    right: -3em;
    transform: inherit;
    left: inherit;
    top: inherit;
    border-radius: 50%;
    width: 8em;
    height: 8em;
	animation: boingscale 0.7s linear infinite alternate;
}
/*
.boton-filtros:hover {
    transition: 0.3s;
	-webkit-filter: brightness(110%);
}*/

.boton-filtros i {
    position: absolute;
    top: 0.95em;
    left: 0.9em;
    font-size: 2em;
}

@keyframes boingscale {
	from {transform: scale(100%);}
	to {transform: scale(90%);}
}

#misfiltrosactuales {
	position: absolute;
    background: var(--aux-color-03);
    width: 2em;
    height: 2em;
    border-radius: 50%;
    border: 2px solid white;
    text-align: center;
    line-height: 1.7em;
    color: white;
    font-weight: bold;
    top: 0em;
    left: 1em;
    font-size: 0.8em;
}

.boton-filtros.visible {
	bottom: -3em;
}

#filtros .iconos {
	margin-bottom: 4em;
}


@keyframes abrir {
  from {left: -100%;}
  to {left: 0;}
}
@keyframes cerrar {
  from {left: 0;}
  to {left: -100%;}
}

#output > #filtros-ancla.open {
	display: flex;
	/*align-items: center;*/
	left: 0;
	z-index: 3;
	box-shadow: 2px 2px 4px #00000050;
	animation: abrir 0.5s;
	justify-content: center;
}

#output > #filtros-ancla.close {
	/*display: none;*/
	left: -100%;
	animation: cerrar 0.5s;
}

#filtros {
	width: 335px;
}

.blank {
	padding-bottom: 1em;
}

#filtros-ancla > div {
	padding-top: 0em;
}

.buscar {
	width: 19.5rem !important;
}

@media(min-width: 700px) {
	#filtros {
		width: 372px;
	}
	
	.buscar {
		width: 23.3rem !important;
	}
}


@media(min-width: 1025px) {
	
	.btnfiltros {
		display: none;
	}
	
	.boton-filtros, .boton-filtros.visible  {
		display: none !important;
	}
	
	#output > .resultados {
		width: 64%;
	}

	
	#output > #filtros-ancla {
		background: none;
		padding: 0;
		display: block;
		position: sticky;
		overflow: inherit;
		height: 100%;
		width: fit-content;
		max-width: 33%;
	}
	

	
	
}

@media(min-width: 1200px) {
	#filtros .iconos > div span {
				/*top: 40px !important;*/
		top: 12px !important;
	}
	
	#filtros .iconos .edad > label > div span:nth-child(2) {
		top: 40px !important;
	}
	
	#output > .resultados {
		width: 68%;
	}
}













/* FIN FIX FILTROS ALTURA, REINICIAR FILTROS ARRIBA */
































/* NUEVA VISUALIZACION MATRIZ EXPLORA */

.resultados.compacto {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: baseline;
	overflow-y: visible !important;
}


.resultados.compacto .lista .imagen {
	order: 1;
}

.resultados.compacto .lista .iconos {
	display: none;
}

.resultados.compacto .lista .valoraciones {
	display: none;
}

.filtros-top {
	width: 100%;
}

.resultados.compacto .lista {
	width: 47%;
    align-items: center;
    flex-direction: column;
	text-align: center;
	border-bottom: none;
	position: relative;
	padding: 0;
}

.resultados.compacto .lista .imagen {
	width: auto;
	position: relative;
}

.resultados.compacto .lista .imagen > a > img {
    max-height: 180px;
}

.resultados.compacto .lista .info {
	width: 100%;
	margin: 0 !important;
	min-height: 4em;
}

.resultados.compacto .lista .info > div {
	margin-top: 0.75em;
}

.resultados.compacto .info > div > * {
	display: none;
}

.resultados.compacto .info .boton {
	margin: 0 auto;
}

.resultados.compacto .info > div > *:first-child {
	display: block;
}



.resultados.compacto .info h5 {
	font-size: 1.2em;
	font-weight: normal;
}

.resultados.compacto .lista .valoraciones > div > div {
	display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin-right: 0;
    background: var(--color-02);
    background: linear-gradient(180deg, var(--color-02) 85%, #457663 100%) !important;
    color: white;
    box-shadow: 2px 0px 2px #00000080;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: var(--radio-s);
    border-bottom-right-radius: var(--radio-s);
}


.resultados.compacto .lista .valoraciones.matriz-child {
	display: block !important;
	position: absolute;
	bottom: -3px;
    right: 16px;
    width: inherit;
	animation: retrasar forwards;
	animation-delay: 0.3s;
	visibility: hidden;
}

@keyframes retrasar {
	from {visibility: hidden;}
	to {visibility: inherit;}
}

.resultados.compacto .lista .valoraciones.matriz-child > div {
	margin-bottom: 0;
}

.resultados.compacto .lista-acciones {
    /*width: 120%;*/
    height: calc(100% + 18px);
    position: absolute;
    z-index: 1;
    border-radius: var(--radio-m);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -48%);
	opacity: 1;
	animation-name: opacidad;
	animation-duration: 0.3s;
}


/*
.resultados.compacto .lista .imagen:hover > a {
	filter: blur(3px) brightness(90%);
	-webkit-filter: blur(3px) brightness(90%);
}
.resultados.compacto .imagen:hover > div {
	display: flex !important;
	justify-content: center;
    align-items: center;
	flex-direction: column;
	opacity: 1;
}
*/

.resultados.compacto .lista-acciones > a {
	/*max-width: 180px !important;
	min-width: 160px;*/
    width: 12em;
}

.resultados.compacto .lista-acciones a {
	font-size: 0.8em !important;
	margin: 10px auto !important;
}

.resultados .lista.vacio {
	display: none;
}


.resultados.compacto .lista.vacio {
	display: block;
}

/*
.resultados.compacto .lista:nth-child(4n+1):nth-last-child(-n+4) ~ .lista {
  margin-left:calc(22% * .176);
  margin-right: auto;
}


.resultados.compacto .lista:nth-child(4n+3):nth-last-child(-n+4):last-child {
  margin-left:-22%;
}
*/
.resultados.compacto .filtros-top {
	padding-bottom: 1.5em;
}

@keyframes opacidad {
  from {opacity: 0;}
  to {opacity: 1;}
}

#btncompacto, #btndetallado {
	display: none;
}

.invisible {
	display: none !important;
}

.visible {
	display: block !important;
}

.compacto.visible {
	display: flex !important;
}


.filtros-acciones button {
	padding: 0;
    border-radius: var(--radio-s);
    background: var(--aux-color-08);
	width: 5rem;
	height: 4rem;
	position: relative;
	margin: 0;
}

.resultados .filtros-top h2 {
	margin: 0;
	color: var(--color-02);
	order: 2;
	font-size: 1.3em;
	text-align: center;
	margin-top: 1em;
}




.filtros-acciones button, .filtros-acciones select  {
	box-shadow: 0px 1px 2px #00000050;
}

.filtros-acciones button:hover, .filtros-acciones select:hover{
	filter: brightness(120%);
	-webkit-filter: brightness(120%);
}

.filtros-acciones i {
	font-size: 1.2em;
	position: absolute;
	top: 50%;
	left: 50%;
    transform: translate(-50%, -50%);
	z-index: 1;
}

.filtros-acciones {
	display: flex;
	gap: 0.5em;	
	order: 1;
	justify-content: center;
}

.resultados .filtros-top > * {
	width: 100%;
}


.filtros-acciones form > div {
	padding: 0.6em 0;
    padding-right: 1.8em;
    font-size: 0.8em;
    border-radius: var(--radio-s);
    border: none;
	outline: 0;
    background: var(--aux-color-08) !important;
    color: white;	
	cursor: pointer;
	padding: 0 !important;
	position: relative;
}



.filtros-top select {
	padding: 0 0.75em 0 2em !important;
	cursor: pointer;
	height: 4rem;
	border-radius: var(--radio-s);
}

.filtros-acciones form > div .fas {
	position: absolute;
	left: 0.5em;
	pointer-events: none;
	top: 50%;
    transform: translateY(-50%);
}

#filtros2 {
    margin: 0;
}

.filtros-top > span {
	order: 2;
}

.boton i {
	color: white !important;
	margin-right: 0px;
}


body.bloquear {
	overflow: hidden !important;
}

.btnfiltros {
	position: relative;
}


#misfiltrosactuales2 {
	position: absolute;
    background: var(--aux-color-03);
    width: 2em;
    height: 2em;
    border-radius: 50%;
    border: 2px solid white;
    text-align: center;
    line-height: 1.7em;
    color: white;
    font-weight: bold;
    top: -1em;
    left: -1em;
    font-size: 0.8em;
}

.filtros-buscar {
	order: 0 !important;
}

.filtros-buscar, .filtros-top {
	margin: 0.5em 0;
	padding: 0 !important;
	overflow-y: visible !important;
}

.buscar {
	position: relative;
	flex:1;
}

.buscar .fa-times {
	left: inherit;
	right: -0.3em;
}
	

#output > #filtros-ancla.open {
	flex-direction: column;
	/*padding-top: 1em !important;*/
	justify-content: flex-start;

}

#output > #filtros-ancla > div::-webkit-scrollbar {
  display: none;
}

/*
#filtros .iconos .filtros-buscar {
	width: 100% !important;
    display: flex;
    justify-content: space-between;
    gap: 1em;
	padding-bottom: 1.5em;
}*/

#filtros .iconos .reiniciar-filtros .boton i {
	    height: inherit;
    line-height: inherit !important;
    font-size: 1.2em;
    vertical-align: inherit !important;
    display: block;
}

.reiniciar-filtros .boton i:before {
	position: relative !important;
	top: inherit !important;
}

#filtros {
	width: 100%;
}

#filtros .iconos{
	width: 100%;	
}

#filtros .iconos > div {
    width: 20% !important;
}

#output {
	gap: 2em;
}

#output > #filtros-ancla {
	width: 100%;
	z-index: 3;
}

#output > .resultados {
	width: inherit;
	flex: 1;
}
/*
#toolpos {
	position: absolute;
    right: -1em;
    overflow: visible !important;
    width: 0px;
}
*/
.toolpos {
	/*position: absolute;*/
	position: relative;
    display: block;
    z-index: 99;
    height: 0;
    width: 100% !important;
    /*top: -8px;
    left: 0;
	*/
	/*pointer-events: none;*/
	margin-bottom: 0 !important;
}

#filtros .iconos > .toolpos i {
	text-align: left;
    width: 40px !important;
    height: 30px;
    line-height: inherit !important;
    -webkit-mask-size: contain;
    margin-top: 4px;
	margin-right: 2px;
}

#filtros .iconos > .toolpos .fas:before {
	top: 0 !important;

}

#tooltip p {
	font-size: 0.8em !important;
    text-align: justify !important;
    margin: 0 !important;
}


#filtros .iconos > .toolpos {
	width: 100% !important;
	pointer-events: none !important;
}

#tooltip {
	display: flex !important;
    flex-wrap: wrap;
	z-index: 99;
	position: relative;
}

#tooltip span {
	margin: inherit;
}




#output > #filtros-ancla {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
	height: 100vh !important;
	overflow-y: scroll !important;
}
#output > #filtros-ancla::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}


@media(min-width:700px) {	
	.resultados .filtros-top h2, .filtros-acciones {
		order: inherit;
	}

	.resultados.compacto .lista {
		width: 22%;
	}
	
	.resultados.compacto .lista .info {
		min-height: 6em;
	}
	
	
	.resultados.compacto .lista:hover .imagen > a {
		filter: blur(3px) brightness(90%);
		-webkit-filter: blur(3px);
		opacity: 60%;
		-webkit-opacity: 60%;
	}
	.resultados.compacto .lista:hover .imagen > div {
		display: flex !important;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		opacity: 1;
	}
	
	.resultados.compacto .lista:hover {
		transform: scale(105%);
		transition: transform 0.5s;
	}

	.resultados .filtros-top > * {
		width: max-content;
	}
	
	.filtros-top > span {
		order: 1;
	}
	
	
	.filtros-acciones {
		justify-content: space-between;
	}
	.resultados .filtros-top h2 {
		text-align: inherit;
		margin-top: inherit;
	}

	
	
	.filtros-acciones {
		order: 2;
	}
	
	.resultados .filtros-top h2 {
		line-height: 0.6em;
	}
	
	#output > #filtros-ancla {
		width: 50%;
	}

}

@media(min-width:1025px) {	
	.resultados .filtros-top h2 {
		font-size: 1.5em;
	}
	
	#output > #filtros-ancla {
		width: 33%;
	}
}

@media(min-width:1200px) {	
	
	#output > #filtros-ancla {
		width: 26%;
	}
}

/* FIN NUEVA VISUALIZACION MATRIZ EXPLORA */




















.entry-content > .full.header, .general.header.pagina img {
	background-position-y: 30%;
	animation: fondomovil 80s linear infinite;
	animation-direction: alternate;
	animation-delay: 1s;
}

@keyframes fondomovil {
	from { background-position-y: 30%}
	to { background-position-y: 70%}
}























/* NO ANALIZADO */
.no-analizado {
	background: #d0f5c4;
    padding: 1em;
    border-radius: var(--radio-s);
    border: 0.2em solid #0000000a;
	font-size: 1.1em !important;
}

.no-analizado i {
	color: var(--color-02);
}

.no-analizado a {
	font-weight: bold;
}

/* FIN NO ANALIZADO */





















/* NUEVO HEADER */

.header-navigation-wrapper {	
	flex: 1;
}

.menu-item-object-gs_sim {
	flex: 1;
}

.menu-buscar {
	width: 100%;
    background: #00000020;
    padding: 1.2em 1em !important;
    border-radius: var(--radio-m);
	box-shadow: 1px 1px 1px #ffffff40, inset 1px 1px 3px #00000040;
	box-shadow: none;
}

.menu-buscar:focus-within {
	background: #00000040;
}

/* Change the white to any color */
.menu-buscar input:-webkit-autofill,
.menu-buscar input:-webkit-autofill:hover, 
.menu-buscar input:-webkit-autofill:focus, 
.menu-buscar input:-webkit-autofill:active{
   /*-webkit-box-shadow: 0 0 0 30px rgba(0,0,0,0.1) inset !important;*/
   transition: background-color 5000s ease-in-out 0s;
   -webkit-text-fill-color: white !important;
}

@media(min-width:700px) {
	.menu-item-object-gs_sim {
		margin-left: 3% !important;
		margin-right: 2% !important;
	}

}

@media(min-width:1200px) {
	.menu-item-object-gs_sim {
		margin-left: 8% !important;
		margin-right: 7% !important;
	}

}


.menu-buscar::before, .menu-buscar input[type='text'], .menu-buscar input[type='text']::placeholder {
	color: white;
}

/* FIN NUEVO HEADER */































/* ESPECIAL NAVIDAD, HALLOWEEN, ETC */ 


/* Navidad */
/*
.header-footer-group, #site-header {
    background-image: url(especial-navidad.png) !important;
    background-size: contain !important;
}
*/


/* Halloween */
.special {
	position: absolute;
    width: 190px;
    height: 190px;
	bottom: -65px;
	display: none;
}


/* FIN ESPECIAL NAVIDAD, HALLOWEEN, ETC */ 

















































/******************************************************************************************************************************************
*******************************************************************************************************************************************
*******************************************************************************************************************************************
*******************************************************************************************************************************************
********************************************************                  *****************************************************************
********************************************************   FIX HEADERS    *****************************************************************
********************************************************                  *****************************************************************
*******************************************************************************************************************************************
*******************************************************************************************************************************************
*******************************************************************************************************************************************
******************************************************************************************************************************************/


.page-template-template-full-width .entry-header {
    display: none;
    background-image: url(/wp-content/uploads/imagenes/inicio/1.jpg);
    max-width: 100% !important;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover !important;
}

.siema {
	width: 100%;
	max-width: 100% !important;
}

.siema > div {
	margin-bottom: 0 !important;
}

.siema > div > div {
	width: 100%;
}



/* BLUR FONDO */

.siema .blur {
    top:0;
    left:0;
    position:absolute;
    z-index: 1;
    height:380px;
    width:100%;
    backdrop-filter: blur(10px);
	transform: unset;
	-webkit-mask-image: linear-gradient(to top, rgba(0,0,0,1) 46%, rgba(0,0,0,0) 80%);
	background-image: radial-gradient(ellipse farthest-side at bottom left, #482d23,#462c23bd,transparent);	
}

.siema .blur {
	backdrop-filter: blur(50px);
}

/* FIN BLUR FONDO */






.siema > div > div > div {
	position: relative;
	height: 380px;
}

.siema > div > div > div > div {
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: 150rem;
    width: calc(100% - 4rem);
	z-index: 1;
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
	padding-bottom: 1.5em;
	color: white;
}

.siema > div > div > div > div > div {
	width: 100%;
	max-width: 75rem;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2rem;   
}

.siema h1, .siema h2 {
    font-size: 3rem;    
	line-height: 3.5rem;
	color: white;
}



.siema a {
	color: white;
}

.siema span a {
	font-weight: bold;
}

.siema .cat {
	display: inline-block;
    background: var(--aux-color-06);
    padding: 0.3em 0.5em;
    margin-bottom: 1em;
    border-radius: var(--radio-s);
    font-weight: bold;
    font-size: 0.75em;
	box-shadow: 2px 2px 6px #00000030;
}

.siema .cat:hover {
	-webkit-filter: brightness(110%);
	text-decoration: none;
}

.siema img {
	width: -webkit-fill-available;
    height: -webkit-fill-available;
    object-fit: cover;
	/*object-fit: contain;
	position: absolute;
	*/
}

.fondodoble {
	display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    max-width: inherit !important;
	padding-bottom: 0 !important;
	z-index: -1 !important;
	transform: none !important;
	left: 0 !important;
	/*justify-content: normal !important;*/
	justify-content: flex-start !important; 
}

.fondodoble img:first-child {
	transform: scale(100%, 100%) !important;
    min-width: 100%;
	
	/*display: none;*/
}

.fondodoble img:last-child {
	transform: scale(100%, -100%) !important;
}




@media(min-width: 700px) {
	.fondodoble {
		display: flex !important;
		flex-direction: row !important;
		width: 100% !important;
		max-width: inherit !important;
		padding-bottom: 0 !important;
		z-index: -1 !important;
		transform: none !important;
		left: 0 !important;
		/*justify-content: normal !important;*/
		justify-content: flex-start !important; 
	}
	
	.fondodoble img:last-child {
		transform: scale(100%, 100%) !important;
	}
	
	.fondodoble img:first-child {
		transform: scale(-100%,100%)!important;
	}
	
	.fondodoble img:first-child {
		/*min-width: inherit;*/
		/*width: 30%;*/
		/*display: block;*/
	}
	
	.siema .blur {
		/*-webkit-mask-image: radial-gradient(ellipse farthest-side at bottom left, rgba(0,0,0,1) 40%,rgba(0,0,0,0) 100%);*/
		-webkit-mask-image: linear-gradient(to top, rgba(0,0,0,1) 46%, rgba(0,0,0,0) 80%);
	}
}

@media(min-width: 1200px) {
	
	.fondodoble img {
		/*transform: translateX(0) scale(125.5%) !important;*/
		transform: translateX(0) scale(100%)!important;
	}
	
	.fondodoble img:first-child {
		min-width: inherit;
		/*width: 30%;*/
		/*display: block;*/
		/*transform: translateY(0px) scale(-75%,125.5%) !important;*/
		/*transform: translateX(-11.5%) scale(-78%,100%)!important;*/
		/*transform: scale(-100%,100%)!important;*/
		min-width: auto;
		width: 40%;
		object-fit: fill;
	}
	/*
	.siema .blur {		
		-webkit-mask-image: linear-gradient(to right, rgba(0,0,0,1) 40%, rgba(0,0,0,0) 80%);
	}
	*/
	.siema .blur {		
		-webkit-mask-image: linear-gradient(to right, rgba(0,0,0,1) 46%, rgba(0,0,0,0) 80%);		
	}
}


.fondodoble img {
	/*animation: fondodoblemovil 80s linear infinite;
    animation-direction: alternate;
    animation-delay: 1s;*/
}
@keyframes fondodoblemovil {
	from { transform: translateY(0px)}
	to { transform: translateY(100px)}
}

.dots {
    position: absolute;
    bottom: 0px;
    height: 28px !important;
    left: 50%;
    transform: translateX(-50%);
}

.dots__item {
	border-radius: 50%;
   /* width: 10px;
    height: 10px;*/
    font-size: unset;
    padding: 0;
    margin: 0.3em 0.5em;
    display: inline-flex;
    background: #ffffff59;
	width: 14px;
    height: 14px;
}

.dots__item:hover {
	border: 1px solid #ffffff60;
}

.dots__item--active {
	border: 1px solid #ffffff60;
    -webkit-filter: brightness(120%);
    transform: scale(130%);
}



/*
.matriz .boton {
	display: none;
}
*/
.box1 .texto-bloque {
	padding: 1em;
}

.matriz .texto-bloque h3 {
	margin-bottom: 0 !important;
}

.matriz .texto-bloque span {
	margin: 0.2em 0 !important;
}


.bloque-top, .margen .bloque-top {
	margin-bottom: 0.5em !important;
}

.margen > div {
	/*margin-bottom: 0em !important;*/
}

.encabezado {
	margin-bottom: 2em !important;
}

.post-59 #listalibros .reviews {
	margin-bottom: 4em;
}

.post-59 .reviews .imagen img {
	height: auto!important;
	width: 100% !important;
	transform: scale(1.01);
}

.post-59 .conimagen img {
	width: 100%;
}



.entry-content .encabezado {
	max-width: 100% !important;
}


.encabezado {
	/*height: inherit;*/
	position: relative;
	display: block !important;
	width: 100% !important;
	height: 100% !important;
}


.post-59 .encabezado h1, .encabezado > h1 {
	display: none;
}

.encabezado .prev, .encabezado .next {
	display: none;
}

.margen .citas {
	display: flex;   
    justify-content: space-between;
	flex-wrap: wrap;
	/*gap: 1em;*/
	position: relative;
}

.cita > div > p {
	font-size: 0.5em !important;
	font-family: Arial, Helvetica, sans-serif;
}

.margen .citas .dots__item {
		border-radius: 50%;
    background: #00000059;
}

.citas #botones {
	display: none;
}

.citas .dots__item--active {
	border: 1px solid #00000030;
}


.review .texto-bloque h3 {
	font-size: 1em;
    margin: 0em 0 0.5em;
}

.matriz .texto-bloque h3 {
	font-size: 1em;
	margin: 0em 0 0.5em;
}



.matriz .texto-bloque span {
	font-size: 1.5rem;

}

.matriz .texto-bloque strong {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	pointer-events: all;
	cursor: pointer;
}



.matriz .texto-bloque a:hover {
	text-decoration: none;
}

.matriz .texto-bloque a:hover h3 {
	text-decoration: underline;
}

.matriz .boton {
	font-size: 1.5rem;
}

.siema2 > div {
	display: flex;
    gap: 2em;
    justify-content: space-between;
}

.citas {
	position: relative;
	margin-bottom: 3em;
}

.citas .dots__item{
	    background: #00000060;	
}

.citas .dots {
	margin-bottom: 0;
	bottom: -38px;
	width: 100%;
    text-align: center;
}

.siemacita {
	margin-bottom: 0 !important;
}

.siemacita > div {
	gap: 2em;	
	display: flex;
	margin-bottom: 0 !important;
}



.siemacita .cita {
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
	width: 100%;
	justify-content: space-between;
}



.siemacita .cita > div:first-child {
	display: flex;
    width: 100%;
	min-width: 150px;
    text-align: center;
    flex-direction: column;
    align-items: center;
	
}

.siemacita .cita > div:first-child a {
	font-size: 0.7em;
	line-height: 1.2em;
}

.siemacita .cita > div:last-child {
	display: block;
    width: 100%;
	
	background: #f5f5f5;
    padding: 1em;
    border-left: 0.5em solid var(--color-02);
    border-radius: var(--radio-s);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-weight: 700;
    font-style: italic;
    font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}

.siemacita .cita img {
	display: block;
    border-radius: 50%;
    max-height: 150px;
	max-width: 150px;
    object-fit: cover;
	-webkit-filter: grayscale(100%);
	width: 100%;
}


@media(min-width: 700px) {
	.matriz .ncolumnas1 .texto-bloque h3 {
		font-size: 1.5em;
	}
}

@media(min-width: 1200px) {
	
	.siemacita .cita img {
		max-height: 92px;
		max-width: 92px;
	}
}



.post-59 .reviews .bloque-top {
	margin-bottom: 0.5em !important;
}

.post-59 .reviews .bloque-top img {
	display: block;
	object-fit: cover;
    height: 48px !important;
    width: 48px !important;
}

.reviews .lista {
    /*background: #f0f5f2;*/
	background: #F3F7F4;
    border: 2px solid #d7e9de;
}

.post-59 .reviews .lista {
	margin-bottom: 0;
}

.post-59 .reviews .descripcion {
	padding: 0;
}

.caracteristicas h3 {
	margin: 0;
	color: var(--color-02);
	font-size: 1em;
}

.caracteristicas h4 {
	font-size: 0.8em;
	margin: 0;
	font-weight: normal;
}

.coleccion-info h3 {
	font-size: 1em;
	margin: 0em 0.5em
}


.resultados h3 {
	font-size: 1.2em;
    margin-top: 0.5em;
    font-weight: normal;
}

.resultados.detallado h3 {
    font-weight: bold;
}

.reviews h3 {
	margin-top: 0;
}

.header .info > span {
	margin: inherit;
    font-size: 2.4em;
    font-weight: bold;
	width: 100%;
}

.resultados .info h3 {
	font-size: 0.9em !important;
}

.mas h3 {
	font-size: 1em;
    margin-top: 0.75em;
    margin-bottom: 0;
	
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 1em;
    margin: 10px 0 0;
}

.encabezado.nuevo {
	max-width: inherit !important;
}

.encabezado.nuevo::after { 
	background-image: linear-gradient(to right, #704b3e,#704b3e73,transparent,transparent);
	content: "";
}

.encabezado.nuevo > div {
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: 150rem;
    width: calc(100% - 4rem);
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 1.5em;
	color: white;
}



.encabezado.nuevo > div > div {
	width: 60%;
}

.encabezado.nuevo h1 {
	font-size: 2.5em;
	position: relative !important;
	display: block;
	margin: inherit;
}

.encabezado span {
	text-align: left;
	margin: initial;
	font-size: 0.8em;
	line-height: 1.3em;
    display: block;
}

.encabezado > div {
	margin-bottom: 0em !important;
}


.reviews .bloque-top.full .redactor p {
	padding: 0 !important;
	font-size: 0.8em !important;
}

.redactor > div {
    aspect-ratio: 1;	
}

.redactor {
	width: 100%;
    padding-right: 0 !important;
}

.redactor a, .bloque-top .fecha {
	font-size: 1.6rem !important;
}

.redactor > div:last-child {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	aspect-ratio: inherit;	
	margin-left: 0.3em;
}

.redactor p {
	padding: 0 !important;
	margin: 0;
	font-size: 0.8em !important;
    line-height: 1.2em;
	padding-right: 0.5em !important;
}

.redactor p:last-child, .reviews .bloque-top.full .redactor p:last-child {
	font-size: 0.6em !important;
}

.lista .info div {
	font-size: 2rem;
}

.info i {
	/*margin-right: 1em;*/
}

.iconos i span {
	font-size: 1em;
}

.reviews .iconos > div {
	/*height: 5em;*/
}

.reviews .iconos > div > span {
	line-height: 1.3em;
}


.reviews span {
	display: none;
}



.colecciones h4, .colecciones h3 {
	font-size: 1em !important;
    font-weight: normal;
    margin: 0.5em !important;
}

.colecciones h3, .colecciones h2 {
	font-size: 1em !important;
    font-weight: bold;
    margin: 0.5em !important;
}








#listalibros .info h3 {
	margin-top: -0.2em;
	margin-bottom: 0.2em;
}









.grid {
	gap: 2.5em;
	justify-content: space-between !important;
}


.grid > div > a {
	border-bottom: 1px solid;	
}
.grid > div > a h2 {
	font-size: 0.8em;
	font-weight: normal;
	margin: 0.2em 0;
}
.grid > div > a > span {
	border: none;
}

.grid > div h3 {
	font-size: 0.8em;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0.2em;
	font-family: Arial, Helvetica, sans-serif;
}

.grid .tematicas {
	padding-bottom: inherit !important;
}

.grid .tematicas h2 {
	font-weight: bold;
	margin-top: 0.4em;
	margin-bottom: 0;
}

.grid .tematicas a {
	border-bottom: none;
}

.grid .ficha {
	display: flex;
	flex-flow: row wrap;
    justify-content: flex-start;
	text-align: left !important;
	padding: 0;
	margin: 0.5em 0 !important;
	width: 100%;
	gap: 2em;
}

.grid .ficha span {
	line-height: 1.5em;
	font-family: 'general';
}

.grid .ficha > a {
	width: 28%;
	filter: grayscale(1);	
}

.grid .ficha a, .grid .ficha h2 {
	font-weight: bold;
	border-bottom: none;
}

.grid .ficha > a:hover {
	filter: none;
}

.grid .ficha > div {
	flex: 1;
}

.grid .ficha h2 {
	font-size: 1.2em;
    margin: 0;
}

.grid .ficha h3 {
	font-size: 0.8em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
    margin: 0;
	font-style: italic;
}


.grid .ficha > div {
	justify-content: flex-start;
}

.grid .ficha img {
	object-fit: cover;
    border-radius: 50%;
    aspect-ratio: 1;
	width: 100%;
    height: 100%;
	
}

.ficha .solapa {
	position: relative;
    color: white;
    width: fit-content;
    border-radius: var(--radio-s) !important;
    font-size: 0.7em !important;
    font-weight: normal;
    -webkit-filter: none;
	font-family: Arial, Helvetica, sans-serif;
	display: inline-block;
	left: inherit;
	top: inherit;
	margin-right: 1em;
	font-size: 0.6em !important;
}

.articulista {
	background: var(--aux-color-06);
}

.resenadora {
	background: var(--aux-color-01);
}

.ficha:nth-child(odd) > div {
	order: 2;
	text-align: right !important;
}

.ficha:nth-child(odd) > a {
	order: 1;
}

.ficha:nth-child(odd)  {
	flex-direction: row-reverse;
}

.ficha:nth-child(odd) .solapa {
	margin-right: 0em;
	margin-left: 1em;
}




.grid.directora {
	justify-content: center !important;
}

.grid.directora .ficha {
	justify-content: center !important;
	display: flex;
    flex-direction: column;
    align-items: center;
	gap: 0.6em;
}

.grid.directora .ficha > div {
	text-align: center !important;
}


.lista {
	align-items: center;
}

.lista .info {
	align-self: start;
}


.lista .info > div > div {
	font-size: 0.8em;
	display: flex;
}

.lista .info .boton {
	font-size: 1em;
}

.reviews .info > div > div {
	font-size: 1em;
	
    display: flex;
}


.reviews h3 {
	font-size: 1.2em;
}


.resultados h3 {
	font-size: 1em;
}



.masetiquetas h3 {
	font-size: 1em;
	color: var(--color-02);
	margin-top: 0.2em;
}

.info h3 {
	font-size: 1em;
}


.bitacora .redactor > a {
	font-size: 0.6em !important;
}


.lateral h3 {
	margin-bottom: 0;
}

/*
#toolpos {
	position: absolute;
    display: block;
    z-index: 9999999999999999999999999999999999999999999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
	pointer-events: none;
}*/


/* PAN DE MIGA */

.general.header.pagina.lista {
	display: none;
}

.miga {
	margin: 0 auto;
	/*background: #b24c4c;*/
	background: var(--aux-color-11);
	width: 100% !important;
}

.miga > ol {
	list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    color: #ffffff60 !important;
    border-radius: var(--radio-s);
    font-size: 0.5em !important;
    /* background: #f0f5f2; */
    /* border: 2px solid #d7e9de; */
    padding: 0.5em 0.8em;
    border-radius: var(--radio-s);
    width: calc(100% - 4rem);
    max-width: 150rem;
    margin: auto;
	line-height: 2.5em;
}

.entry-content > .miga {
	max-width: 100% !important;
}

.miga a {
/*	color: #ffffffcc;*/
	color: #fff;
}

.miga li {
	margin: 0 !important;
	display: inline-block;
	font-size: 1.2em;
}

.miga i {
	font-size: 0.8em;
	padding: 0 0.5em;
}

.miga li:first-child > i {
	display: none;
}

.miga li:first-child a span i {
	/*display: none;*/
	
		display: inline-block;
	vertical-align: middle;
	padding-right: 3px;
	padding-left: 1px;
	color: gray;
	
	-webkit-mask-image: url(https://www.eduteco.com/wp-content/themes/twentytwenty-hijo/iconos/house-solid.svg);
	-webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
	-webkit-mask-position-x: center;
	background: none;
    width: 14px;
    height: 14px;
    /* -webkit-mask-position-y: 28%; */
    /*background: #ffffffad;*/
	background: #fff;
	    margin-bottom: 2px;
		    margin-right: 4px;
}

.miga li i.fa-home {
	display: inline-block;
	font-size: 1em;
}

.miga li:last-child {
	font-weight: bold;
}
/*
.entry-content {
	position: relative;
}

.miga {
	position: absolute;
	top: 0;
    z-index: 2;
    background: #00000030;
}
*/



.flecha-miga
 {
	display: inline-block;
    vertical-align: middle;
    padding-right: 3px;
    padding-left: 1px;
    color: gray;
    -webkit-mask-image: url(https://www.eduteco.com/wp-content/themes/twentytwenty-hijo/iconos/chevron-right-solid.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position-x: center;
    background: none;
    width: 14px;
    height: 14px;
    /* -webkit-mask-position-y: 28%; */
    background: #ffffffad;
	    margin-bottom: 2px;
}



/* FIN PAN DE MIGA */


.general.header h2 {
	display: block;
    font-size: 0.8em;
    margin-bottom: 1em;
}

.principal {
	margin-top: 2em;
}


@media (min-width: 700px) {
	
	.grid .ficha {
		/*
		flex-basis: 40%;
		flex-grow: 1;*/
		width: 46%;
	}
	
	.encabezado span {
		font-size: 0.9em;
	}
	
	.siema h1, .siema h2 {
		font-size: 5rem;    
		line-height: 6rem;
	}
	
	.siemacita .cita {
		width: 100%;
		height: 100%;
	}
	
	.siemacita .cita > div:first-child {
		width: 24%;
	}
	
	.siemacita .cita > div:last-child {
		width: 72%;
		/*flex-grow: 1;*/
	}
	
	.post-59 .reviews .imagen {
		max-width: 382px;
	}
	
	.reviews .info {
		width: 39%;
	}
	
	.reviews h3 {
		font-size: 1.5em;
	}
	
	.post-59 .reviews .imagen {
		max-width: 20em;
		width: fit-content;
	}
	
	.lista .boton {
		font-size: 0.8em;
	}
}

@media (min-width: 1200px) {
	
	.coleccion-main, .colecciones > div {
		margin-bottom: 2em !important;
	}
	
	.colecciones > div:last-child .coleccion-main, .colecciones > div:last-child {
		margin-bottom: 0 !important;
	}
}

/******************************************************************************************************************************************
*******************************************************************************************************************************************
*******************************************************************************************************************************************
*******************************************************************************************************************************************
********************************************************                  *****************************************************************
********************************************************   FIN FIX HEADERS    *****************************************************************
********************************************************                  *****************************************************************
*******************************************************************************************************************************************
*******************************************************************************************************************************************
*******************************************************************************************************************************************
******************************************************************************************************************************************/













article > header {
	display: none !important;
}


#cookie-law-info-again {
	display: none;
}







.privacy-policy {
    margin: 0 0 0 0rem !important;
}












/******************************************************************************************************************************************
*******************************************************************************************************************************************
*******************************************************************************************************************************************
*******************************************************************************************************************************************
********************************************************                  *****************************************************************
********************************************************   MÓVIL EXTRAS   *****************************************************************
********************************************************                  *****************************************************************
*******************************************************************************************************************************************
*******************************************************************************************************************************************
*******************************************************************************************************************************************
******************************************************************************************************************************************/


.toggle-text {
	display: none;
}

.toggle-inner {
	height: 2.8rem;
	padding-top: 0 !important;
}
.nav-toggle .toggle-icon {
	height: 100%;
	width: 100%;
}

.toggle-icon i {
	font-size: 2.5rem;
}


.mobile-menu .menu-buscar{
	margin: 2em auto;
    width: 80%;
    height: 2.5em;		
}


.widget.dimensiones {
	display: none;
}
.widget.dimensiones.movil {
	display: block;
	margin-top: 2em !important;	
}

.widget.dimensiones.movil img {
	margin: 0 !important;
}


@media (min-width: 700px) {
	.widget.dimensiones {
		display: block;
	}
	.widget.dimensiones.movil {
		display: none;
	}
}

/* Titulo explora */
/*
.tituloexplora {
  display: inline;
  position: relative;
}

.tituloexplora:hover:after {
  background: #333;
  background: rgba(0, 0, 0, .8);
  border-radius: 5px;
  bottom: -34px;
  color: #fff;
  content: attr(gloss);
  left: 20%;
  padding: 5px 15px;
  position: absolute;
  z-index: 98;
  width: 350px;
  height:60px;
}

.tituloexplora:hover:before {
  border: solid;
  border-color: #333 transparent;
  border-width: 0 6px 6px 6px;
  bottom: -4px;
  content: "";
  left: 50%;
  position: absolute;
  z-index: 99;
}

*/


/******************************************************************************************************************************************
*******************************************************************************************************************************************
********************************************************                      *************************************************************
********************************************************   FIN MÓVIL EXTRAS   *************************************************************
********************************************************                      *************************************************************
*******************************************************************************************************************************************
******************************************************************************************************************************************/




/**** TEST ****/
@keyframes test {
  from {background-color: red;}
  to {background-color: blue;}
}


.test {
    border-radius: 50%;
    height: 100px;
    width: 100px;
    position: absolute;
    top: 0;
    left: 0;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    color: white;
    line-height: 93px;
    background-color: red;
    animation-name: test;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    border: 4px solid white;
}



















/******************************************************************************************************************************************
*******************************************************************************************************************************************
********************************************************                       ************************************************************
********************************************************   FONT AWESOME ICONOS ************************************************************
********************************************************                       ************************************************************
*******************************************************************************************************************************************
******************************************************************************************************************************************/
/*
.fas {
	content: "";
	display: block;	
	width: 32px;
	height: 32px;
}

.fa-pen-nib {
  background: url(font-awesome/svgs/solid/pen-nib.svg);
  background-size: 100%;
}*/

.fa-pen {
		-webkit-mask-image: url(https://www.eduteco.com/wp-content/themes/twentytwenty-hijo/iconos/pen-solid.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position-x: center;
    background: none;
    width: 100%;
    height: 24px;
    /* -webkit-mask-position-y: 29%; */
    background: var(--aux-color-01);
    /* margin-right: 10px;*/
}
.fa-pen-nib {
		-webkit-mask-image: url(https://www.eduteco.com/wp-content/themes/twentytwenty-hijo/iconos/pen-nib-solid.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position-x: center;
    background: none;
    width: 100%;
    height: 24px;
    /* -webkit-mask-position-y: 29%; */
    background: var(--aux-color-01);
    /* margin-right: 10px;*/
}
.fa-paint-brush {
		-webkit-mask-image: url(https://www.eduteco.com/wp-content/themes/twentytwenty-hijo/iconos/paint-brush-solid.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position-x: center;
    background: none;
    width: 100%;
    height: 24px;
    /* -webkit-mask-position-y: 29%; */
    background: var(--aux-color-01);
    /* margin-right: 10px;*/
}
.fa-language {
		-webkit-mask-image: url(https://www.eduteco.com/wp-content/themes/twentytwenty-hijo/iconos/language-solid.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position-x: center;
    background: none;
    width: 100%;
    height: 24px;
    /* -webkit-mask-position-y: 29%; */
    background: var(--aux-color-01);
    /* margin-right: 10px;*/
}


#tooltip i {
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    background: none;
    width: 100%;
    height: 24px;
	background: white !important;
}

#tooltip .fa-child {
	-webkit-mask-image: url(https://www.eduteco.com/wp-content/themes/twentytwenty-hijo/iconos/child-solid.svg);
}
#tooltip .fa-theater-masks {
	-webkit-mask-image: url(https://www.eduteco.com/wp-content/themes/twentytwenty-hijo/iconos/theater-masks-solid.svg);
}
#tooltip .fa-paw {
	-webkit-mask-image: url(https://www.eduteco.com/wp-content/themes/twentytwenty-hijo/iconos/paw-solid.svg);
}
#tooltip .fa-toilet {
	-webkit-mask-image: url(https://www.eduteco.com/wp-content/themes/twentytwenty-hijo/iconos/toilet-solid.svg);
}
#tooltip .fa-chess-queen {
	-webkit-mask-image: url(https://www.eduteco.com/wp-content/themes/twentytwenty-hijo/iconos/chess-queen-solid.svg);
}
#tooltip .fa-volume-up {
	-webkit-mask-image: url(https://www.eduteco.com/wp-content/themes/twentytwenty-hijo/iconos/volume-up-solid.svg);
}
#tooltip .fa-water {
	-webkit-mask-image: url(https://www.eduteco.com/wp-content/themes/twentytwenty-hijo/iconos/water-solid.svg);
}




#tooltip .fa-rocket {
	-webkit-mask-image: url(https://www.eduteco.com/wp-content/themes/twentytwenty-hijo/iconos/rocket-solid.svg);
}
#tooltip .fa-sad-tear {
	-webkit-mask-image: url(https://www.eduteco.com/wp-content/themes/twentytwenty-hijo/iconos/sad-tear-solid.svg);
}
#tooltip .fa-school {
	-webkit-mask-image: url(https://www.eduteco.com/wp-content/themes/twentytwenty-hijo/iconos/school-solid.svg);
}
#tooltip .fa-sort-numeric-up-alt {
	-webkit-mask-image: url(https://www.eduteco.com/wp-content/themes/twentytwenty-hijo/iconos/sort-numeric-up-alt-solid.svg);
}
#tooltip .fa-tree {
	-webkit-mask-image: url(https://www.eduteco.com/wp-content/themes/twentytwenty-hijo/iconos/tree-solid.svg);
}
#tooltip .fa-user-injured {
	-webkit-mask-image: url(https://www.eduteco.com/wp-content/themes/twentytwenty-hijo/iconos/user-injured-solid.svg);
}
#tooltip .fa-water {
	-webkit-mask-image: url(https://www.eduteco.com/wp-content/themes/twentytwenty-hijo/iconos/water-solid.svg);
}
#tooltip .fa-hands-helping {
	-webkit-mask-image: url(https://www.eduteco.com/wp-content/themes/twentytwenty-hijo/iconos/hands-helping-solid.svg);
}
#tooltip .fa-hat-wizard {
	-webkit-mask-image: url(https://www.eduteco.com/wp-content/themes/twentytwenty-hijo/iconos/hat-wizard-solid.svg);
}
#tooltip .fa-heart {
	-webkit-mask-image: url(https://www.eduteco.com/wp-content/themes/twentytwenty-hijo/iconos/heart-solid.svg);
}
#tooltip .fa-holly-berry {
	-webkit-mask-image: url(https://www.eduteco.com/wp-content/themes/twentytwenty-hijo/iconos/holly-berry-solid.svg);
}
#tooltip .fa-icons {
	-webkit-mask-image: url(https://www.eduteco.com/wp-content/themes/twentytwenty-hijo/iconos/icons-solid.svg);
}
#tooltip .fa-image {
	-webkit-mask-image: url(https://www.eduteco.com/wp-content/themes/twentytwenty-hijo/iconos/image-solid.svg);
}
#tooltip .fa-laugh-squint {
	-webkit-mask-image: url(https://www.eduteco.com/wp-content/themes/twentytwenty-hijo/iconos/laugh-squint-solid.svg);
}
#tooltip .fa-magic {
	-webkit-mask-image: url(https://www.eduteco.com/wp-content/themes/twentytwenty-hijo/iconos/magic-solid.svg);
}
#tooltip .fa-meh-blank {
	-webkit-mask-image: url(https://www.eduteco.com/wp-content/themes/twentytwenty-hijo/iconos/meh-blank-solid.svg);
}
#tooltip .fa-moon {
	-webkit-mask-image: url(https://www.eduteco.com/wp-content/themes/twentytwenty-hijo/iconos/moon-solid.svg);
}
#tooltip .fa-people-carry {
	-webkit-mask-image: url(https://www.eduteco.com/wp-content/themes/twentytwenty-hijo/iconos/people-carry-solid.svg);
}
#tooltip .fa-users {
	-webkit-mask-image: url(https://www.eduteco.com/wp-content/themes/twentytwenty-hijo/iconos/users-solid.svg);
}
#tooltip .fa-paint-brush {
	-webkit-mask-image: url(https://www.eduteco.com/wp-content/themes/twentytwenty-hijo/iconos/paint-brush-solid.svg);
}
#tooltip .fa-pump-soap {
	-webkit-mask-image: url(https://www.eduteco.com/wp-content/themes/twentytwenty-hijo/iconos/pump-soap-solid.svg);
}
#tooltip .fa-apple-alt {
	-webkit-mask-image: url(https://www.eduteco.com/wp-content/themes/twentytwenty-hijo/iconos/apple-alt-solid.svg);
}
#tooltip .fa-baby {
	-webkit-mask-image: url(https://www.eduteco.com/wp-content/themes/twentytwenty-hijo/iconos/baby-solid.svg);
}
#tooltip .fa-object-group {
	-webkit-mask-image: url(https://www.eduteco.com/wp-content/themes/twentytwenty-hijo/iconos/object-group-solid.svg);
}
#tooltip .fa-box-open {
	-webkit-mask-image: url(https://www.eduteco.com/wp-content/themes/twentytwenty-hijo/iconos/box-open-solid.svg);
}
#tooltip .fa-brain {
	-webkit-mask-image: url(https://www.eduteco.com/wp-content/themes/twentytwenty-hijo/iconos/brain-solid.svg);
}
#tooltip .fa-broom {
	-webkit-mask-image: url(https://www.eduteco.com/wp-content/themes/twentytwenty-hijo/iconos/broom-solid.svg);
}
#tooltip .fa-chess-queen {
	-webkit-mask-image: url(https://www.eduteco.com/wp-content/themes/twentytwenty-hijo/iconos/chess-queen-solid.svg);
}
#tooltip .fa-cloud-sun-rain {
	-webkit-mask-image: url(https://www.eduteco.com/wp-content/themes/twentytwenty-hijo/iconos/cloud-sun-rain-solid.svg);
}
#tooltip .fa-frog {
	-webkit-mask-image: url(https://www.eduteco.com/wp-content/themes/twentytwenty-hijo/iconos/frog-solid.svg);
}
#tooltip .fa-ghost {
	-webkit-mask-image: url(https://www.eduteco.com/wp-content/themes/twentytwenty-hijo/iconos/ghost-solid.svg);
}
#tooltip .fa-palette {
	-webkit-mask-image: url(https://www.eduteco.com/wp-content/themes/twentytwenty-hijo/iconos/palette-solid.svg);
}
#tooltip .fa-font {
	-webkit-mask-image: url(https://www.eduteco.com/wp-content/themes/twentytwenty-hijo/iconos/font-solid.svg);
}
#tooltip .fa-question-circle {
	-webkit-mask-image: url(https://www.eduteco.com/wp-content/themes/twentytwenty-hijo/iconos/question-circle-solid.svg);
}
#tooltip .fa-search {
	-webkit-mask-image: url(https://www.eduteco.com/wp-content/themes/twentytwenty-hijo/iconos/search-solid.svg);
}
#tooltip .fa-sticky-note {
	-webkit-mask-image: url(https://www.eduteco.com/wp-content/themes/twentytwenty-hijo/iconos/sticky-note-solid.svg);
}
#tooltip .fa-cube {
	-webkit-mask-image: url(https://www.eduteco.com/wp-content/themes/twentytwenty-hijo/iconos/cube-solid.svg);
}
#tooltip .fa-align-left {
	-webkit-mask-image: url(https://www.eduteco.com/wp-content/themes/twentytwenty-hijo/iconos/align-left-solid.svg);
}
#tooltip .fa-hand-point-up {
	-webkit-mask-image: url(https://www.eduteco.com/wp-content/themes/twentytwenty-hijo/iconos/hand-point-up-solid.svg);
}
#tooltip .fa-comments {
	-webkit-mask-image: url(https://www.eduteco.com/wp-content/themes/twentytwenty-hijo/iconos/comments-solid.svg);
}
#tooltip .fa-book {
	-webkit-mask-image: url(https://www.eduteco.com/wp-content/themes/twentytwenty-hijo/iconos/book-solid.svg);
}
#tooltip .fa-book-open {
	-webkit-mask-image: url(https://www.eduteco.com/wp-content/themes/twentytwenty-hijo/iconos/book-open-solid.svg);
}



#wpdcom .wpd_label__check i {
	-webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    background: none;
    width: 32px;    
    margin-top: 14px !important;
    background: var(--color-01) !important;
}

.fa-bell-slash {
	-webkit-mask-image: url(https://www.eduteco.com/wp-content/themes/twentytwenty-hijo/iconos/bell-slash-solid.svg);
	height: 32px;
}
.fa-bell {
	-webkit-mask-image: url(https://www.eduteco.com/wp-content/themes/twentytwenty-hijo/iconos/bell-solid.svg);
	height: 26px;
	width: 28px !important;
}


