/*!
Theme Name: GGAndo
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ggando
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

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

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

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

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

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

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

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

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

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

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

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

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

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

html {
	box-sizing: border-box;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: Kids Magazine;
	text-transform: uppercase;
	margin: 0;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

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

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

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

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: red;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

/* Navigation
--------------------------------------------- */

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

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

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

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

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

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

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

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

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

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: block;
	}
}

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

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

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

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

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}
.updated:not(.published) {
	display: none;
}

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* Mis cambios
--------------------------------------------- */
@font-face {
  font-family:'Kids Magazine';
  src: url('/wp-content/fonts/Kids Magazine1.woff2') format('woff2'),
       url('/wp-content/fonts/KidsMagazine.woff') format('woff'),
       url('/wp-content/fonts/KidsMagazine.ttf') format('truetype');
  font-weight:normal;
  font-style:normal;
  type:text/css;
}
.site-branav {
	width: 80%;
	height: 160px;
	display: grid;
	grid-template-columns: 3fr 2fr;
	gap: 30%;
	position: absolute;
	top: 3%;
	left: 10%;
}
.site-branding {
	background: rgba(255, 255, 255, .9);
	border-radius: 8px;
	border: 2px solid white;
	display: grid;
	grid-template-columns: 1fr 2fr;
}
.site-name {
	align-content: center;
}
.site-logo {
	margin: auto;
}
.site-logo img {
	height: 140px;
	width: 140px;
}
.site-branding .site-title a, .site-branding .site-title, .site-description {
	color: #000;
	text-decoration: none;
	font-size: 26px;
	text-align: left;
	margin: auto;
	padding: 10px 0;
}
.site-description {
	font-size: 12px;
}
.main-navigation{
	background: rgba(255, 255, 255, .9);
	border-radius: 8px;
	border: 2px solid white;
}
.menu-menu-principal-container {
	height: 100%;
}
.main-navigation ul {
	display: grid;
    height: 100%;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr;
}
.main-navigation ul li.linea-sup {
	border-bottom: 2px solid white;
}
.main-navigation ul li {
	border-right: 2px solid white;
	align-content: center;
	text-align: center;
} 
.main-navigation ul li:nth-of-type(4) {
	border-right: none;
}
.main-navigation ul li a {
	color: black;
}
.main-navigation ul li strong {
	font-size: 170%;
	font-family: Kids Magazine;
	display: block;
}
.main-navigation ul li:hover a {
	color: white;
}
.main-navigation ul .nav-europa:hover, .current-menu-item.nav-europa {
    background-color: #799eff;
    border-radius: 6px;
}
.main-navigation ul .nav-africa:hover, .current-menu-item.nav-africa {
    background-color: #41a67e;
    border-radius: 6px;
}
.main-navigation ul .nav-america:hover, .current-menu-item.nav-america {
    background-color: #d93425;
    border-radius: 6px;
}
.main-navigation ul .nav-asia:hover, .current-menu-item.nav-asia {
    background-color: #FFEF5F;
    border-radius: 6px;
}
.main-navigation ul .nav-asia a:hover, .current-menu-item.nav-asia a {
	color: black !important;
}
.main-navigation ul .nav-oceania:hover, .current-menu-item.nav-oceania {
    background-color: #ff8343;
    border-radius: 6px;
}
.main-navigation ul .nav-articulos:hover, .current-menu-item.nav-articulos {
    background-color: #b69456;
    border-radius: 6px;
}
.main-navigation ul .nav-home:hover, .current-menu-item.nav-home {
    background-color: #0060AA;
    border-radius: 6px;
}
.current-menu-item a {
	color: white !important;
}
.main-navigation ul li svg {
	height: 33px;
	width: 80px;
	margin-top: 5px;
}
.main-navigation ul .nav-home:hover svg, .current-menu-item.nav-home svg {
    fill: #fff;
}
.front-header {
	overflow: hidden;
}
.front-header{
	background-color: #E20025;
	height: 100vh;
	min-height: 800px;
	color: #FFED10;
	text-align: center;
	background-image: url("/wp-content/uploads/2025/11/SuperHeroFront.webp");
	background-size: cover;
	background-position: center;
  background-repeat: no-repeat;
}
.front-header-title {
	width: 70%;
	margin: 0 auto;
	padding: 30px;
	background: rgba(0, 0, 0, .7);
	border: 5px solid black;
	border-radius: 8px;
	position: absolute;
	top: 75vh;
	left: 0;
	right: 0;
}
.front-content, .type-page {
	background-color: #0060AA;
	padding: 50px 0;
	text-align: center;
	color: #fff;
}
.alfapaginacion {
	width: 80%;
	padding-top: 50px;
	margin: 0 auto;
}
#a-z {
	padding: 0;
	margin: 0;
   display: flex;
   flex-direction: row;
   border: 2px solid white;
   border-radius: 8px;
}
ul#a-z li {
      flex-grow: 1;
      padding: 7px;
      text-align: center;
      background: #ffcc99;
      color: #fff;
      text-transform: uppercase;
      border-left: 2px solid #fff;
      list-style-type: none;
      font-family: Kids Magazine;
 }
ul#a-z li.active {
	background: #ff7e00;
	cursor: pointer;	
}
ul#a-z li.current {
	background: #F54927;
}
ul#a-z li:hover {
	opacity: 0.8;
}
.front-paises {
	width: 80%;
	margin: 50px auto;
}
.front-paises a {
	text-decoration: none;
	filter: brightness(1);
}
.front-paises .front-pais:hover {
	background-color: #f7f708;
}
.front-pais {
	background-color: #cccc33;
	border-radius: 10px;
	color: black;
	font-family: Kids Magazine;
	text-transform: uppercase;
	padding: 10px;
	height: 100%;
	border: 2px black solid;
}
}
.front-pais a {
	color: white;
	text-decoration: none;
}
.front-pais p {
	margin: 0;
}
.front-pais-image {
	display: grid;
	height: 66%;
}
.front-pais-image1 {
	border-radius: 10px;
	outline: 5px solid black;
  	outline-offset: -3px;
	grid-row: 1/1;
	grid-column: 1/1;
	overflow: hidden;
	background-image: url("/wp-content/uploads/2025/11/fondo-comicb.webp");
	background-size: cover;
	aspect-ratio: 4/3;
}
.front-pais-image2 {
	grid-row: 1/1;
	grid-column: 1/1;
}
.front-pais-image2 svg {
	width: 99.5%;
	height: 99.5%;
	border-radius: 10px;
}
.front-pais-image2 .red {
	fill: #ff953e;
	stroke: black;
	transform:translate(2 2); 
	stroke-width:3;
    vector-effect:non-scaling-stroke;
}
.front-pais-image2 .green {
	stroke: #ff953e;
	transform:translate(2 2); 
	stroke-width:1;
    vector-effect:non-scaling-stroke;
}
.front-pais-image1 img {
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.front-pais-nombre {
	min-width: 40%;
	width: max-content;
	padding: 10px;
	border: solid black;
	border-color: black;
	z-index: 1;
	border-width: 3px 4px 3px 5px;
	border-radius:95% 4% 92% 5%/4% 95% 6% 95%;
	transform: rotate(2deg);
	margin:15px;
	transform: rotate(-2deg);
}
.front-pais-info {
	display: grid;
	grid-template-columns: 2fr 2fr 0.5fr;
}
.front-pais-amarillo p{
	font-size: 14px;
	background-color: #E20025;
	color: white;
	padding: 15px;
	border: solid black;
	border-color: black;
	margin: 15px 0;
	border-radius: 8px 0;
}
.front-pais-azul {
	display: flex;
}
.front-pais-azul img {
	border: 6px orange solid;
  outline: 3px black solid;
  border-radius: 50%;
  height: auto;
  width: 35%;
  margin: auto;
}
.type-pais header {
	padding-top: 5%;
}
.articulos {
	background-image: url("/wp-content/uploads/2025/12/superhero-background2.webp");
	background-repeat: no-repeat;
  background-size: 100% 100%;
	border-radius: 10px;
	text-transform: uppercase;
	padding: 30px;
	height: 100%;
}
.articulos p {
	padding: 0 15px;
	text-align: justify;
	height: 8em;
}
.articulos:hover .articulos-borde {
	background-color: #e5c08f;
}
.articulos-borde {
	background-color: #fff;
	border: 5px solid black;
	border-radius: 5px;
	height: 100%;
}
.articulos-continente {
	border-radius: 50%;
	width: 55px;
  	height: 55px;
  	margin: 10px 0 0 20px;
}
.articulos-continente img {
	margin: 10px;
	width: 35px;
	height: 35px;
}
.articulos-tipo {
	color: #fff;
	padding: 15px;
	margin: 5px 0 20px 0;
}
.articulos-header {
	padding: 15px;
}
.articulos-header h3 {
	color: white;
	text-align: center;
	font-size: small;
}
.articulos-descripcion {
	color: black;
	padding: 0 10px;
}
.articulos-banderas {
	text-align: right;
	margin: 15px auto;
	width: max-content;
	border-radius: 5px;
}
.articulos-banderas img:first-child {
	margin-right: 5px;
}
.post-thumbnail {
	padding: 1%;
}
.entry-footer{
	padding: 10px;
	text-align: center;
	position: absolute;
    bottom: 0;
    width: 100%;
}
.entry-footer a{
	text-decoration: none;
	color: white;
}
.type-pais header {
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	min-height: 100vh;
}
.entry-header h5 a, .entry-header h5 a:active, .entry-header h5 a:visited {
	color: white;
	text-decoration: none;
}
.entry-header h5 a:hover {
	color: gray;
}
.entry-header img {
	margin: 5% 0;
}
.pass-AsiaEuropa {
	background: linear-gradient(to right, #FFEF5F 48%, black 2%, #799eff 49%);
}
.continente-europa header, .pass-Europa {
	background-color: #799eff;
}
.continente-asia header, .pass-Asia {
	background-color: #FFEF5F;
}
.pass-Asia .page-title, .continente-asia .entry-header, .continente-asia .entry-header a, .continente-asia .entry-header a:visited {
	color: black;
}
.continente-africa header, .pass-Africa {
	background-color: #41a67e;
}
.continente-america header, .pass-America {
	background-color: #d93425;
	color: #fff;
}
.continente-oceania header, .pass-Oceania {
	background-color: #ff8343;
}
.fondo-ficha, .fondo-monumentos, .fondo-geo, .fondo-articulos, .fondo-border {
	padding: 5% 0;
}
.continente-europa .fondo-ficha {
	background-color: #ffde63;
}
.continente-oceania .fondo-ficha {
	background-color: #f1dec6;
}
.continente-africa .fondo-ficha {
	background-color: #05339c;
}
.continente-africa .fondo-ficha .ficha-titulo, .continente-africa .fondo-monumentos .ficha-titulo, .fondo-articulos .ficha-titulo, .fondo-border .ficha-titulo {
	color: #fff;
}
.continente-america .fondo-ficha {
	background-color: #749bc9;
}
.continente-asia .fondo-ficha {
	background-color: #EEA727;
}
.continente-europa .fondo-monumentos {
	background-color: #feffc4;
}
.continente-oceania .fondo-monumentos h3, .continente-oceania .fondo-monumentos h5, .continente-oceania .fondo-geo h3, .continente-oceania .fondo-geo h5, .continente-asia .fondo-monumentos h3, .continente-asia .fondo-monumentos h5, .continente-asia .fondo-geo h3, .continente-asia .fondo-geo h5 {
	color: white;
}
.continente-oceania .fondo-monumentos {
	background-color: #179bae;
}
.continente-africa .fondo-monumentos {
	background-color: #1055c9;
}
.continente-america .fondo-monumentos {
	background-color: #f8e1b1;
}
.continente-asia .fondo-monumentos {
	background-color: #85409D;
}
.continente-europa .fondo-geo {
	background-color: #FA6868;
}
.continente-oceania .fondo-geo {
	background-color: #4158a6;
}
.continente-africa .fondo-geo {
	background-color: #e5c95f;
}
.continente-america .fondo-geo {
	background-color: #466ba4;
}
.continente-asia .fondo-geo {
	background-color: #4D2B8C;
}
.ficha {
	display: flex;
	width: 70%;
	gap: 20px;
    margin: 0 auto;
	box-sizing: border-box;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 0 0 8px 8px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex-wrap: wrap;
    align-items: center;
    border: 1px;
    padding: 20px 20px 20px 50px;
}
.ficha-tittle {
	background-color: black;
	color: #f5f5f5;
	padding: 13px;
  	border-radius: 8px 8px 0 0;
  	text-align: center;
  	margin: 0 auto;
  	width: 70%;
}
.ficha p {
	margin: 0;
}
.ficha-imagen{
	flex: calc(40% - 20px);
}
.ficha-imagen img {
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	outline: 20px solid #cccc33;
	outline-offset: -20px;
}
.ficha-poderes{
	flex: calc(60% - 20px);
	padding: 20px;
}
.ficha-field{
	display: grid;
	grid-template-columns: 2fr 3fr;
	border-top: 1px solid #d3d3d3;
}
.ficha-field:last-child {
	border-bottom: 1px solid #d3d3d3;
}
.ficha-append {
	display: grid;
}
.ficha-prepend{
	align-content: center;
	border-right: 0;
	font-family: Kids Magazine;
  	text-transform: uppercase;
  	font-size: small;
}
.ficha-append:hover .ficha-data {
	display: block;
}
.ficha-barra{
	padding: 5px;
	grid-area: 1 / 1;
	border-left: dashed #d3d3d3;
}
.ficha-data {
	grid-area: 1 / 1;
	align-content: center;
	border-radius: 0 10px 10px 0;
	display: none;
	background-color: red;
	color: white;
	font-family: Kids Magazine;
  	text-transform: uppercase;
  	font-size: small;
}
.monumentos {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 10px;
	justify-content: center;
  	width: 70%;
    padding: 20px 0;
    margin: 0 auto;
} 
.ficha-titulo, .page-title {
	text-align: center;
  	padding: 10px 0;
  	margin: 0 auto;
  	width: 70%;
}
.entry-header .ficha-titulo {
	margin-top: 20px;
}
.entry-header .ficha-titulo a:hover {
	color: #c3c3c3;
}
.page-header {
	margin-top: calc(200px + 20px);
}
.ficha-titulo h3, .ficha-titulo h1 {
	font-size: 3em;
	margin: 0 0 15px 0;;
	text-transform: uppercase;
}
.pais .ficha-titulo h1 {
	margin-top: 15%;
} 
.ficha-titulo h5 {
	margin: 0 0 15px 0;;
	text-transform: uppercase;
}
.ficha-titulo h3 .impacto {
	background-color: red;
	color: white;
	padding: 5px;
}
.monumento {
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}
.monumento-explicacion {
	margin: 20px 0 60px;
  	height: 100%;
}

.monumento-categoria p {
	position: absolute;
  	bottom: 0;
  	left: 0;
 	 margin: 10px 0 0 0;
 	 padding: 20px;
  	width: 100%;
}

.monumento-Naturaleza {
	background-color: #98fb98;
}
.monumento-Cultura {
	background-color: #efcc00;
}
.monumento-Historia {
	background-color: #E6E6FA;
}
.monumento-Arquitectura {
	background-color: #f08080;
}
.monumento-Gastronomia {
	background-color: #ff94ff;
}
.monumento-Deporte {
	background-color: #00BFFF;
}
.monumento-Persona {
	background-color: #ffb347;
}
#colophon, .footer-thanks a, .footer-thanks a:visited {
	background-color: #000;
	color: #fff;
}
#colophon h2 {
	text-align: center;
	line-height: 2em;
	padding: 10px;
	margin-bottom: 60px;
}
.footer-thanks {
	width: 70%;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 20px;
}
.site-footer-int {
	width: 70%;
	margin: 0 auto;
	display: grid;
	padding: 100px 0;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 10px;
	align-items: center;
}
.site-footer ul {
	list-style: none;
}
.site-footer ul a {
	text-decoration: none;
	color: white;
	font-family: Kids Magazine;
	text-transform: uppercase;
}
.site-footer ul a:hover {
	color: red;
}
.site-footer li {
	padding: 10px 0;
	border-top: solid white 3px;
	text-align: center;
	align-items: center;
}
.site-footer .site-logo {
	margin: 0 20px;
}
.folder-place {
	margin: auto;
	background-color: #F8D775;
	display: block;
	padding: 15px 0 15px 73%;
	position: sticky;
	top: 0;
	z-index: 10;
}
.folder-label {
	display: inline-block;
	background-color: white;
	font-family: Kids Magazine;
	text-transform: uppercase;
	padding: 15px;
	border-radius: 8px;
}
.folder-solapa {
	margin: 50px auto -10px 65%;
}
.geo-descripcion {
	background-color: white;
 	padding: 50px 0;
 }
.geo-descripcion-wrap {
	position: relative;
  	display: grid;
  	grid-template-columns: 2fr 1fr;
  	width: 80%;
 	margin: auto;
 	height: 800vh;
}
.geo-imagen {
	position: sticky;
  	top: 10vh;
  	height: 80vh;
	border: 7px solid #fff;
	border-radius: 10px;
	background-image: linear-gradient(#c3c3c3 1px, transparent 1px), linear-gradient(to right, #c3c3c3 1px, rgba(255,255,255,0.8) 1px);
	background-size: 30px 30px;
}
.geo-imagen svg {
	width: auto;
	height: 100%;
	width: 100%;
	padding: 10px;
	display: block;
	margin: auto;
}
.geo-imagen svg .red {
	fill: #ff953e;
	stroke: black;
	transform:translate(2 2); 
	stroke-width:2;
    vector-effect:non-scaling-stroke;
}
.geo-imagen svg .green {
	fill: #c3c3c3;
	stroke: black;
	transform:translate(2 2); 
	stroke-width:2;
    vector-effect:non-scaling-stroke;
}
#datos_mapa0 h4{
	background-color: black;
}
.geo-imagen svg .nature, .geo-imagen svg .fuera {
	fill: #0acb10;
}
#datos_mapa5 h4, #datos_mapa6 h4, #datos_mapa7 h4{
	background-color: #0acb10;
}
.geo-imagen svg .capital {
	fill: #af1ada;
}
#datos_mapa1 h4{
	background-color: #af1ada;
}
.geo-imagen svg .ciudad {
	fill: #338fed;
}
.geo-imagen svg .belleza {
	fill: #faf715;
}
#datos_mapa2 h4, #datos_mapa3 h4{
	background-color: #338fed;
}
#datos_mapa4 h4{
	background-color: #faf715;
	color: black;
}
.geo-imagen svg .bolas {
	opacity: 0;
	stroke: black;
	stroke-width: 1%;
	stroke-linejoin: round;
	transition: opacity 0.4s ease, transform 0.4s ease;
}

.geo-imagen svg .bolas.activa {
	opacity: 1;
	transform-origin: center;
	filter: drop-shadow(0 0 5px rgba(255,255,255,0.6));
}
.geo-explicacion {
	align-items: flex-start;
	padding: 30px;
	color: #000;
  display: flex;
  justify-content: center;
  position: relative; /* NO sticky */
  height: auto;
  overflow: visible;
}
.geo-explicacion-scroll {
	display: flex;
  flex-direction: column;
  gap: 20vh;        /* espacio entre escenas */
  padding: 40vh 0; /* aire arriba y abajo */
}
.geo-explicacion h4 {
	text-align: center;
	color: #fff;
	padding: 10px;
	margin-bottom: 2em;
	border: 1px white solid;
  border-radius: 8px;
}
.geo-explicacion .center {
	text-align: center;
}
.geo-explicacion p {
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	align-items: center;
}
.datos_mapa {
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.datos_mapa.activo {
  opacity: 1;
}
.fondo-border {
	background-color: #1F1E1C;
}
.pass-articulos, .fondo-articulos {
	background-color: #b69456;
}
.sin-pais p {
	margin: 10px 0;
	padding: 10px;
}
.front-content form {
	width: 20%;
	margin: 10px auto;
}
.input-group {
	display: grid;
	grid-template-columns: 1fr 4fr;
	border-radius: 20px;
}
.input-group-append {
	align-content: center;
	background-color: #fdfd96;
	padding: 15px;
}
.input-group img {
	height: 70%;
}
input::placeholder {
  color: red;
  opacity: 0.5;
  font-family: Kids Magazine;
  text-align: center; 
}
.input-group input {
	color: red;
	font-family: Kids Magazine;
	text-align: center;
	font-size: small;
	text-transform: uppercase;
}
textarea:focus, input:focus{
    outline: none;
}
.pais-col.hidden {
  display: none !important;
}
.btn-toggle, .menu-item-537 {
	background-color: #cccc33;
	font-family: Kids Magazine;
	color: black;
	border-radius: 8px;
	cursor: pointer;
}
.btn-toggle {
	padding: 30px 20px;
	text-align: center;
	border: 5px solid black;
	margin: 30px auto 0 auto;	
}
.menu-item-537 {
	border: 5px solid white;
}
#load-more:hover, .menu-item-537:hover {
	background-color: #f7f708;
}
.menu-item-537 a:hover {
	color: white!important;
}
.page-info {
	width: 80%;
	margin: 50px auto;
}
.page-info-columnas {
	display: grid;
	grid-template-columns: 1fr 1.3fr;
	gap: 50px;
}
.page-info .entry-content p {
	font-size: 20px;
	text-align: justify;
}
.page-info img {
	border-radius: 8px;
	position: sticky;
	width: 100%;
}
.page-info h3 {
	margin: 50px auto;
}
.page-info a {
	color: white;
}
.footer-logo {
	margin: auto;
  display: block;
}
#footer-menu {
	margin: 0;
	padding: 0;
	}
.site-footer-descripcion a, .site-footer-descripcion a:visited {
color: #fff;
}
.paises-grid {
	width: 100%;
	margin: auto;
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(3, 1fr);
}
.toggle-paises {
  display: none;
}
.pais-col {
  display: none;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}
.articulo {
	background-color: whitesmoke;
}
.fondo-articulos {
	margin: 0 auto;
	padding: 10px;
}
.page-info-columnas {
	display: grid;
	grid-template-columns: 1fr 1.3fr;
	gap: 50px;
}
.articulo .page-info-columnas {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-rows: 1fr;
}
.articulo .entry-title .page-title {
	margin-top: 40px;
}
.articulo .entry-title-borde {
	grid-column: 1 / span 2;
    grid-row: 1 / 30;
    background-color: black;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.articulo .entry-title, .articulo .entry-mapa .geo-imagen, .articulo .entry-imagenes, .articulo .entry-categoria {
	content: "";
	width: calc(100% - 8px);
	height: calc(100% - 8px);;
    position: absolute;
    top: 0.5vh;
}
.articulo .entry-title {
	background-color: #f2f28d;
}
.articulo .entry-title, .articulo .entry-title-borde {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 60%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 60%, 0 100%);
}
.articulo .entry-mapa {
	grid-column: 1 / span 1;
    grid-row: 27 / 100;
    margin-top: -73px;
    position: relative;
    background-color: black;
    padding: 4px;
}
.articulo .entry-mapa .geo-imagen {
	background-image: linear-gradient(#d7f1f6 1px, transparent 1px), linear-gradient(to right, #d7f1f6 1px, rgba(128,221,241,1) 1px);
  	background-size: 30px 30px;
}
.articulo .entry-mapa .geo-imagen, .articulo .entry-mapa {
	-webkit-clip-path: polygon(0 14%, 0 86%, 90% 81%, 100% 6%);
    clip-path: polygon(0 14%, 0 86%, 90% 81%, 100% 6%);
}
.articulo .entry-mapa img {
	height: 90%;
}
.articulo .entry-imagenes-borde {
	grid-column: 2 / span 1;
    grid-row: 27 / 100;
    margin-top: -73px;
    margin-left: -15%;
    margin-bottom: 18px;
    position: relative;
    background-color: black;
    padding: 4px;
}
.articulo .entry-imagenes, .articulo .entry-imagenes-borde {
    -webkit-clip-path: polygon(13% 6%, 4% 83%, 100% 100%, 100% 0%);
    clip-path: polygon(13% 6%, 4% 83%, 100% 100%, 100% 0%);
}
.articulo .entry-categoria-borde {
    grid-column: 1 / span 2;
    grid-row: 100 / 110;
    margin-top: -147px;
    position: relative;
    background-color: black;
    padding: 4px;
}
.articulo .entry-categoria-borde, .articulo .entry-categoria {
	-webkit-clip-path: polygon(45% 0, 100% 55%, 100% 100%, 0 100%, 0 18%);
    clip-path: polygon(45% 0, 100% 55%, 100% 100%, 0 100%, 0 18%);
}
.articulo .entry-categoria {
	background-color: red;
	color: white;
}
.articulo .entry-categoria p {
	font-family: Kids Magazine;
	text-transform: uppercase;
	line-height: 2em;
	margin-top: 90px;
	text-align: center;
}
.page-info .entry-content p, .articulo .entry-content p {
	font-size: 20px;
	text-align: justify;
}
.page-info .entry-imagenes img {
	border-radius: 8px;
	position: sticky;
	width: 100%;
}
.articulo .entry-content{
	width: 80%;
	margin: 5% auto;
}
.articulo .entry-content .page-title{
	margin-bottom: 20px;
}
.page-info h3 {
	margin: 50px auto;
}
.page-info a {
	color: white;
}
.articulos .articulos-borde .wp-post-image {
	height: 350px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: top;
}
.articulos-header {
	padding: 0 25px;
margin-top: -40px;
  z-index: 9000;
  position: relative;
  text-align: center;
}
.articulos-header h2 {
	font-size: medium;
	color: #000;
}
.Guerrareciente {
	background-color: #FF3131;
}
.Lugaresextremos {
	background-color: #68C24C;
}
.Territoriodisputado {
	background-color: #4C81C2;
}
.articulos-header .Maravilla, .Maravilla {
	background-color: #FFFf66;
	color: #000;
}
.Imperios {
	background-color: #ff964f;
}
.mas-de-cuatro img {
	margin: 0 -12px !important;
  border: 2px white solid;
  border-radius: 50%;
}
.pais-col {
    display: none;
}
.grid-break {
    grid-column: 1 / -1;
}

.paises-grid {
	width: 100%;
	margin: auto;
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(3, 1fr);
}
.toggle-paises {
  display: none;
}
@media (max-width: 1200px) {

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

  .pais-col {
  display: none;
}

}
@media (max-width: 800px) {
.paises-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .pais-col {
  display: none;
}
    .alfapaginacion{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

#a-z{
    flex-wrap: nowrap;
}

ul#a-z li{
    flex: 0 0 auto;
    min-width: 40px;
}
.menu-toggle {
    display: block;
    background: #000;
    color: #fff;
    border: none;
    padding: 10px 15px;
    font-size: 20px;
    cursor: pointer;
	position: relative;
  	left: calc(50% - 28px);
}
.main-navigation ul {
    display: none;
    flex-direction: column;
    width: 100%;
}

.main-navigation.toggled ul {
    display: grid;
}

.main-navigation li {
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

.main-navigation li a {
    display: block;
    padding: 12px;
    color: #fff;
    text-decoration: none;
}
.site-footer-int {
	display: block;
}
.site-branav {
	display: block;
	width: 90%;
	position: absolute;
	left: 5%;
	top: 2%;
}
.site-branav .site-name h1 a, .site-branav .site-name h2 a {
	font-size: 18px;
}
.site-branav .site-description {
	font-size: 12px;
}
.front-header-title {
	width: 90%;
	line-height: 1.7;
	top: 60vh;
}
.front-header-title h2 {
	font-size: 16px;
}
.front-header-title h1 {
	font-size: 22px;
}
.ficha-titulo h3 {
	font-size: 24px;
}
.ficha-titulo h4 {
	font-size: 16px;
}
.front-content form {
	display: none;
}
.fondo-monumentos .monumentos {
	grid-template-columns: 1fr;
	width: 80%;
}
.entry-content .ficha, .entry-content .ficha-tittle {
	width: 90%;
	padding: 5%;
}
.entry-content .ficha-imagen, .entry-content .ficha-poderes {
	flex: 100%;
	padding: 20px 0;
}
.ficha-poderes svg {
	width: 16px;
	height: 16px;
}
.ficha-poderes p {
	font-size: 11px;
}
.folder-solapa {
  margin: 50px auto -10px 45%;
  overflow: hidden;
}
.entry-content .fondo-geo .folder-place {
  padding: 15px 0 15px 60%;
  z-index: 9999;
  height: 90px;
}
.geo-descripcion-wrap {
  grid-template-columns: 1fr;
}
.geo-descripcion-wrap .geo-imagen {
	top: 90px;
  	height: 40vh;
  	z-index: 9998;
	background-image: linear-gradient(#c3c3c3 1px, transparent 1px), linear-gradient(to right, #c3c3c3 1px, rgba(255,255,255,1) 1px);
}
.geo-descripcion-wrap, .site-footer-int  {
	width: 90%;
}
.footer-logo {
	padding: 0 20%
  margin-bottom: 5%;
}
.pais .ficha-titulo h1 {
	font-size: 28px;
}
 .entry-content .ficha-imagen {
    padding: 20px 5%;
}
  .entry-content .ficha {
    padding: 0;
}
  .ficha-field {
	grid-template-columns: 2fr 2.5fr;
}
.front-pais-azul img {
	width: 45%;
}
.site-footer .site-logo img {
	height: 120px;
	padding: 10px;
}
.page-info-columnas {
  grid-template-columns: 1fr;
}
.articulo .page-info-columnas {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    grid-gap: 16px;
  }

  /* Todos los bloques ocupan la columna completa y se apilan */
  .articulo .entry-title-borde,
  .articulo .entry-mapa,
  .articulo .entry-imagenes-borde,
  .articulo .entry-categoria-borde {
    grid-column: 1 / span 1;
    grid-row: auto;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
  }

  /* Quitamos todos los clip-path */
  .articulo .entry-title,
  .articulo .entry-title-borde,
  .articulo .entry-mapa,
  .articulo .entry-mapa .geo-imagen,
  .articulo .entry-imagenes,
  .articulo .entry-imagenes-borde,
  .articulo .entry-categoria,
  .articulo .entry-categoria-borde {
    -webkit-clip-path: none;
    clip-path: none;
  }

  /* Los elementos absolutos pasan a ser estáticos con altura propia */
  .articulo .entry-title,
  .articulo .entry-mapa .geo-imagen,
  .articulo .entry-imagenes,
  .articulo .entry-categoria {
    position: static;
    width: 100%;
    height: auto;
  }

  /* Altura razonable para el título */
  .articulo .entry-title-borde {
    min-height: 180px;
  }

  /* El mapa con imagen centrada */
  .articulo .entry-mapa img {
    height: auto;
    width: 100%;
  }

  /* La categoría sin el gran margin-top que compensaba el clip-path */
  .articulo .entry-categoria p {
    margin-top: 20px;
  }

  /* El título también sin tanto margen */
  .articulo .entry-title .page-title {
    margin-top: 16px;
  }
}
