/*!/*!
Theme Name: La Penya 04
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: la-penya-04
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.

La Penya 04 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.
 */

 @font-face {
  font-family: "Lato";
  src: local('Lato'),url("./fonts/Lato-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Lato";
  src: local('Lato'),url("./fonts/Lato-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Lato";
  src: local('Lato'),url("./fonts/Lato-Black.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

:root {
	--text__color: #212121; 
	--input__font-family: Verdana, sans-serif;	
	--site__font-family: "Lato",sans-serif;
	--heading__font-family: 'Open Sans', sans-serif;
	--number__font-family: "IBM Plex Mono",Arial,monospace;
	--primary__color: #FFC107;/*#fff845;*/
	--primary__color--light: #fff845;
	--secondary__color: #171717;
	--terciary__color: #E1E2E2;
	--dark__color: #454545;
	--light__color: #f5f5f5;
	--white__color: #fff;
	--detail__color: rgba(17, 17, 17, .15);
	--van-red: #ee0a24;
    --van-blue: #1989fa;
    --van-orange: #ff976a;
    --van-orange-dark: #ed6a0c;
    --van-orange-light: #fffbe8;
    --van-green: #07c160;
    --success__color: var(--van-green);
    --danger__color: var(--van-red);
}

*,
*:after,
*:before {
	-webkit-box-sizing: border-box; 
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

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

.o-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

/* ==========================================
Single-colored icons can be modified like so:
.icon-name {
  font-size: 32px;
  color: red;
}
========================================== */

.icon-1 {
  width: 0.75em;
}

.icon-2 {
  width: 1.1240234375em;
}

.icon-3 {
  width: 0.7021484375em;
}

.icon-4 {
  width: 0.7958984375em;
}

.icon-5 {
  width: 0.94140625em;
}

.icon-6 {
  width: 0.7802734375em;
}

.icon-7 {
  width: 0.9453125em;
}

.icon-8 {
  width: 0.9423828125em;
}

.icon-9 {
  width: 0.8154296875em;
}

.icon-10 {
  width: 1.208984375em;
}

.icon-11 {
  width: 1.1240234375em;
}

.icon-12 {
  width: 1.1240234375em;
}

.icon-13 {
  width: 0.9443359375em;
}

.icon-14 {
  width: 1.1025390625em;
}

.icon-15 {
  width: 1.072265625em;
}

.icon-16 {
  width: 1.0439453125em;
}

.icon-17 {
  width: 1.33984375em;
}

.icon-18 {
  width: 1.1982421875em;
}

.icon-19 {
  width: 1.19140625em;
}

.icon-20 {
  width: 1.3271484375em;
}

.icon-21 {
  width: 1.2119140625em;
}

.icon-22 {
  width: 1.17578125em;
}

.icon-23 {
  width: 1.140625em;
}

.icon-24 {
  width: 1.34765625em;
}

.icon-25 {
  width: 1.291015625em;
}

.icon-26 {
  width: 1.140625em;
}

.icon-31 {
  width: 1.3203125em;
}

.icon-36 {
  width: 1.443359375em;
}

.icon-afes {
  width: 0.9921875em;
}





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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	height: 100%;
	padding: 0;
	color: var(--text__color);
	font-family: var(--site__font-family);
}

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

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

/* 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: var(--input__font-family);
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
	max-width: 100%;
}

/**
 * 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
--------------------------------------------- */
button,
input,
select,
optgroup,
textarea {
	color: var(--text__color);	
	font-family: var(--input__font-family);
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-top: 0;
	margin-bottom: .75em;
}

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: var(--site__bg-color, #fff);
}

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

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

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: var(--link__color, #4169e1);
	text-decoration: none;
	outline: 0;
}

a:visited,
a:active {
	color: var(--link__color, #800080);
}

a:hover,
a:focus
 {
	color: var(--link-hover__color, var(--dark__color));
}

a:focus {
	outline: 0;
}

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

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

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

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

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

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

select {
		border: 1px solid #ccc;
    background-color: #e5e5e5;
    font-size: .85rem;
    font-weight: 400;
    background-image: none;
    cursor: pointer;
    line-height: 1.4;
    padding: .5rem;
    outline: 0;
}

textarea {
	width: 100%;
}

label {
	display: block;
	line-height: 1.5;
}


.wp-element-button,
input[type="submit"] {
  align-self: center;
  background-color: transparent;
  background-image: none;
  background-position: 0 90%;
  background-repeat: repeat no-repeat;
  background-size: 4px 3px;
  border-radius: 15px 225px 255px 15px 15px 255px 225px 15px;
  border-style: solid;
  border-width: 2px;
  box-shadow: rgba(0, 0, 0, .2) 15px 28px 25px -18px;
  box-sizing: border-box;
  color: #41403e;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  line-height: 23px;
  outline: none;
  padding: .25rem .5rem;
  text-decoration: none;
  transition: all 235ms ease-in-out;
  border-bottom-left-radius: 15px 255px;
  border-bottom-right-radius: 225px 15px;
  border-top-left-radius: 255px 15px;
  border-top-right-radius: 15px 225px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.wp-element-button:hover {
  box-shadow: rgba(0, 0, 0, .3) 2px 8px 8px -5px;
  transform: translate3d(0, 2px, 0);
}

.wp-element-button:focus {
  box-shadow: rgba(0, 0, 0, .3) 2px 8px 4px -6px;
}


.comment-form {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 15px;
}

.comment-form .comment-notes {
    display: block;
    width: 100%;
}

.comment-form-comment,
.comment-form-identify {
	width: 100%;
}

.comment-form-cookies-consent {
	margin-top: auto;
    display: flex;
    column-gap: 10px;
    align-items: center;
}

.comment-form-identify {
	display: flex;
	flex-direction: column;
}

.form-submit {
    width: 100%;
}

@media (min-width:768px) {
	.comment-form-comment,
	.comment-form-identify {
		width: calc(50% - 10px);
	}
}

.comment-list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.comment-author.vcard {
    display: flex;
    column-gap: 10px;
    align-items: center;
    padding: 10px;
}

.comment-metadata {
    padding: 5px;
    background: var(--terciary__color);
    box-shadow: 0px 2px 0px var(--secondary__color);
    margin-bottom: 10px;
}

.comment-content {
    padding: 15px 10px;
    background: var(--white__color);
    margin-bottom: 15px;
}

.comment .reply {
	padding: 10px;
}

.comment {
	width: 100%;

    border-radius: 2px;
    box-shadow: 0px 0px 1px var(--text__color);
    background: var(--white__color);
}


@media (min-width:768px) {
	.comment {
		flex-grow: 1;
		max-width: 50%;
	}
}


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

.o-card {
	background-color: var(--card__color);
    position: relative;
    border-radius: 2px;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0px 1px 2px var(--card-shadow__color);
    --link__color: #171717;
}

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

.c-tabs__wrapper {
  max-width: var(--content-layout__max-width);
  width: 100%;
  margin: 0 auto;
}
.c-tabs {
  position: relative;
  margin-top: 3rem;
  background: var(--primary__color--light);
  display: flex;
  flex-wrap: wrap;
}
.c-tabs::before,
.c-tabs::after {
  content: "";
  display: table;
}
.c-tabs::after {
  clear: both;
}
.c-tab {
  flex: 1 1 0;
}
.c-tab__switch {
  display: none;
}
.c-tab__label {
  position: relative;
  display: block;
  line-height: 2.75em;
  height: 3em;
  padding: 0 1.618em;
  background: var(--dark__color);
  border-right: 0.125rem solid var(--light__color);
  color: var(--light__color);
  cursor: pointer;
  top: 0;
  transition: all 0.25s;
  text-align: center;
}
.c-tab__label:hover {
  top: -0.25rem;
  transition: top 0.25s;
}
.c-tab__content {  
  padding: 1.618rem;
  border-bottom: 0.25rem solid var(--primary__color);
  opacity: 0;
  display: none;
  transition: all 0.35s;
}
.is-active .c-tab__label {
  background: var(--primary__color);
  color: var(--text__color);
  border-bottom: 0;
  border-right: 0.125rem solid #fff;
  transition: all 0.35s;
  z-index: 1;
  top: -0.0625rem;
}
.c-tab__switch:checked + .c-tab__content {
  z-index: 2;
  opacity: 1;
  transition: all 0.35s;
  display: block;
}

.wp-block-heading {
    font-family: var(--heading__font-family);
    stroke-width: 1px;
    -webkit-text-stroke: 1px var(--secondary__color);
    color: var(--primary__color);
}

/* Navigation
--------------------------------------------- */
#primary-menu {
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 15px;
    padding-bottom: 15px;
    row-gap: 10px;
}


#primary-menu > .menu-item {
    padding-left: 15px;
    padding-right: 15px;
    line-height: 1.5;
    background-color: var(--secondary__color);
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

#primary-menu > .menu-item > .sub-menu {
	margin: 0;
    display: flex;
    width: 100%;
    background-color: var(--secondary__color);
}

/*#primary-menu > .menu-item:hover > .sub-menu {
	opacity: 1;
	pointer-events: initial;
	transform: translateY(0);
	z-index: 1;
}*/

.main-navigation {
	display: none;
	width: 100%;
  flex-grow: 1;
}

@media (max-width: 990px) {

.c-burger-menu__check:checked ~ .main-navigation {
	display: flex;
  max-height: calc(100vh - 52px);
  position: fixed;
  top: 52px;
}

.c-burger-menu__check:checked ~ .main-navigation .menu-inicio-container {
	overflow: auto;
}
}

@media (min-width: 991px) {
	.main-navigation {
	    margin-right: 75px;
	    display: flex;
	}

	#primary-menu {
		padding-top: 0;
	    padding-bottom: 0;
	    row-gap: 10px;
	    display: flex;
	    height: 100%;
	    flex-direction: row;
	    align-items: center;
	    justify-content: flex-end;
	    background-color: inherit;
	}

	#primary-menu > .menu-item {
	    align-items: center;
	    justify-content: center;
	}

	#primary-menu > .menu-item > .sub-menu {
	    display: flex;
	    position: absolute;
	    top: 100%;
	    width: 100%;
	    min-width: 200px;
	    background-color: var(--secondary__color);
	    transform: translateY(-100%);
	    z-index: 1;
	    pointer-events: none;
	    opacity: 0;
	    transition: transform .2s ease-in-out, opacity .25s ease-in-out, z-index .5s ease-in-out;
	}

	#primary-menu > .menu-item:hover > .sub-menu {
		opacity: 1;
		pointer-events: initial;
		transform: translateY(0);
		z-index: 1;
	}



}

@media (min-width: 1200px) {
	.main-navigation {
	    margin-right: 180px;
	}
}

.menu-inicio-container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1.25rem;
    background-color: var(--secondary__color);
}



/*
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 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.nav-menu > li:hover > ul.sub-menu, .main-navigation ul.nav-menu >  li.focus > ul {
    transform: translate(-50%,0%);
    opacity: 1;
}


.main-navigation ul.nav-menu > li > ul.sub-menu {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 100%;
    left: 50%;
    overflow: hidden;
    z-index: -1;
    height: auto;
    max-width: 200px;
    transition: transform .25s ease-in-out, opacity .29s ease-in-out;
    opacity: 0;
    transform: translate(-50%,-100%);
}

.main-navigation ul.nav-menu > li > ul.sub-menu:before {
    content: "";
    display: block;
    position: absolute;
    left: 4px;
    top: 4px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border: 1px solid var(--dark__color);
}

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


.main-navigation li:last-child ul li:hover > ul,
.main-navigation li:last-child ul li.focus > ul {
	right: 0;
}

.main-navigation li {
	position: relative;
}

.main-navigation .sub-menu a {
	font-size: .875em;
}


*/






.main-navigation a,
.main-navigation a:visited {	
	display: block;
	text-decoration: none;
	color: var(--primary__color, #191919);
	padding-right: 15px;
	transition: color .2s ease-in-out;
}

.main-navigation a:hover {	
	
	color: var(--primary__color--light, #191919);
}

/* 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: flex;
	}
}
*/
.sub-menu {
    row-gap: 10px;
    flex-direction: column;
    padding: 10px;
    background-color: inherit;
}

.sub-menu .sub-menu {
    box-shadow: none;
    font-size: .85em;
    font-weight: 100;
    position: static;
    margin: 0;
}

.sub-menu .sub-menu .menu-item.menu-item-has-children > a {
	text-decoration: underline;
}
/*
.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%;
}

.c-section__header {
	padding-top: 1rem;
}

.c-section__title {
    margin: 0;
    line-height: 1.5;
    padding: 5px 5px 10px 5px;
    font-size: 2em;
}

.c-section__title-text {
	display: inline-block;
    margin: 0;
    line-height: 1.75;
}

.c-section__title .c-section__title-text {
  position: relative;
  font-weight:700;  
  letter-spacing:1px; 
  text-transform:uppercase;
}
.c-section__title .c-section__title-text:before {
    background-color: var(--primary__color);
    content: '';
    display: block;
    height: 3px;
    width: 75px;
}
.c-section__title .c-section__title-text:after {
    background-color: var(--primary__color);
    content: '';
    display: block;
  	position:absolute; 
  	right:0; 
  	bottom:0;
    height: 3px;
    width: 75px;
}

.c-section__list {
	margin-top: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 10px;
	flex-direction: var(--section-list__direction);
	justify-content: var(--section-list__justify-content);
	align-items: var(--section-list__align-items);
}

.c-section__grid {
			margin-top: 15px;
	    grid-template-columns: 1;
	    display: grid;
	    column-gap: 10px;
	}

@media (min-width: 768px) {
	.c-section__list {
		margin-top: 30px;
		justify-content: var(--section-list__justify-content, stretch);
		flex-direction: var(--section-list__direction--sm, var(--section-list__direction));
	}
	.c-section__grid {
		margin-top: 30px;
	    grid-template-columns: repeat(2,1fr);
	}
}

@media (min-width:991px) {
	.c-section__grid {
	    grid-template-columns: repeat(3,1fr);
	}

}

.c-footer {	
	background-color: var(--secondary__color);
	color: var(--light__color);
	
}

.c-footer  {
	--link__color: var(--light__color);
	--link-hover__color: var(--primary__color--light);
}


.c-footer__wrapper {    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    row-gap: 15px; 
    column-gap: 45px;   
    padding: 15px;
    max-width: var(--footer__max-width, 1400px);
    margin-left: auto;
    margin-right: auto;
}

.c-footer__brand {
	display: flex;
}

.c-footer__section {
	padding-top: 15px;
	padding-bottom: 15px;
	display: flex;
	flex-direction: column;
	line-height: 1.25;
}

.c-footer__social {
    display: flex;
    gap: 15px;
    align-items: flex-end;
}

.c-footer__social-item {
    background-color: var(--light__color);
    --link-hover__color: var(--dark__color);
    --link__color: var(--secondary__color);
    width: 3.5rem;
    height: 3.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    border-radius: 50%;
}

.c-footer__detail {
	margin-bottom: 1rem;
}

.c-footer__link {
	display: flex;
	align-items: center;
	column-gap: 8px;
}

.c-footer__menu {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}



.c-footer__title {
	margin-top: 0;
	padding-bottom: 5px;
	margin-bottom: 10px;
	color: var(--primary__color--light);
	font-family: var(--heading__font-family);
	font-size: 1.5rem;
}


.site-info {
    padding: 4px 15px;
    text-align: center;
    font-size: .85em;
    background-color: var(--primary__color);
    color: var(--dark__color);
    --link__color: var(--dark__color);
}


.c-footer__logo {
	width: 100%;
	max-width: 250px;
}

.o-card.post,
.o-card.cronica {
	 
	max-width: 360px;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0;
    background-color: var(--white__color);
    border: 1px solid var(--detail__color);
    box-shadow: 0px 0px 3px var(--detail__color);
}

.o-card.post .entry-title,
.o-card.cronica .entry-title,
.o-card.post .entry-meta,
.o-card.cronica .entry-meta,
.o-card.post .entry-content,
.o-card.cronica .entry-content,
.o-card.cronica .entry-footer ,
.o-card.post .entry-footer {
	
	--link__color: #171717;
	padding-left: 10px;
	padding-right: 10px;
	flex-direction: column;
	row-gap: 5px;
}

.o-card.cronica .comments-link ,
.o-card.post .comments-link {
	
    margin-left: auto;
    --link__color: var(--terciary__color);
}

.o-card.cronica .entry-title ,
.o-card.post .entry-title {
	
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
	--link__color: var(--primary__color);
	--link-hover__color: var(--primary__color--light);
	background-color: var(--secondary__color);
}

.o-card.cronica .entry-content ,
.o-card.post .entry-content {
	
	padding-top: 25px;
	padding-bottom: 15px;
}

.o-card .entry-footer {
	padding-top: 10px;
	padding-bottom: 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.tags-links,
.cat-links {	
    display: inline-flex;
    column-gap: 5px;
}

.o-tags {
	display: flex;
	flex-wrap: wrap;
	flex-grow: 1;
	gap: 5px;
}

.o-tags a {
	display: inline-block;
	line-height: 1.5;
	font-size: .9em;
	border: 1px solid var(--detail__color);
	padding-left: 4px;
	padding-right: 4px;
	color: var(--text__color);
	background-color: var(--primary__color);
}

.o-card .entry-meta {
	display: block;
	font-size: .75em;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.5;
	border-bottom: 1px solid var(--detail__color);
}

.o-single .entry-meta {
	text-align: center;
    display: block;
    font-size: .75em;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1.5;
}
.o-card.cronica .post-thumbnail ,
.o-card.post .post-thumbnail {
	
    position: relative;
    width: 100%;
    overflow: hidden;
}
.o-card.cronica .wp-post-image ,
.o-card.post .wp-post-image {
	
    transition: transform .3s ease-in-out;
}
.o-card.cronica:hover .wp-post-image ,
.o-card.post:hover .wp-post-image {
	
    transform: scale(1.1);
}

.o-card.socio {
    width: 100%;
    max-width: 360px;
}

.o-card.socio .wp-post-image {
    max-width: 100%;
    width: 100%;
    display: block;
    max-height: 405px;
    aspect-ratio: 1 / 1.25;
    height: auto;
    object-fit: contain;
    object-position: bottom right;
}
.o-card.cronica .post-thumbnail:before ,
.o-card.post .post-thumbnail:before {
	
	content: "";
	display: block;
	width: 100%;
    padding-top: 56%;
}
.o-card.cronica .wp-post-image ,
.o-card.post .wp-post-image {
	
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.o-card.cronica .post-thumbnail ,
.o-card.post .post-thumbnail {
	
    order: -1;
}

/*.o-card.socio {
  --c: var(--secondary__color);
  --c2: var(--primary__color);
  line-height: 1.2em;
  background:
    conic-gradient(from -135deg at 100%  50%,var(--c) 90deg,#0000 0) 0    var(--p,0%),
    conic-gradient(from -135deg at 1.2em 50%,#0000 90deg,var(--c2) 0) 100% var(--p,0%);
  background-size: var(--s,0%) 200%;
  background-repeat: no-repeat;
  transition: .4s ease-in, background-position 0s;
}*/

.o-card.socio {
    --c: var(--secondary__color);
    --c2: var(--primary__color);
    line-height: 1.2em;
    background: conic-gradient(from 215deg at 100% 41%,var(--c) 90deg,#0000 0) 0 var(--p,0%), conic-gradient(from 224deg at 1.2em 50%,#0000 90deg,var(--c2) 0) 100% var(--p,0%);
    background-size: var(--s,0%) 200%;
    background-repeat: no-repeat;
    transition: .4s ease-in, background-position 0s;
}
.o-card.socio:hover {
  --p: 100%;
  --s: 100%; /* it should be 0.6em(1.2em/2) but we use a litte bigger */
  color: #fff;
}

.o-card.socio .c-player__header {
    position: relative;
    padding-left: 16.5%;
}

.o-single.socio .c-player__header {
	position: relative;
	display: var(--player-header__display, flex);
	width: 100%;
}



.o-single.socio .c-player__info {
	order: -1;
	display: flex;
	flex-direction: column;
	row-gap: 10px;
	width: 100%;
	
	background-color: var(--dark__color);
	color: var(--primary__color--light);
	margin: 0;
}

.c-player__number {
    font-size: 150px;
    order: -1;
    align-self: end;
    line-height: 1;
    display: var(--player-number__display);
}

.o-card.socio  .c-player__header.has-number:before {
    position: absolute;
    content: var(--player-bg-number__content, "");
    left: 0;
    top: 12.5%;
    width: 32.5%;
    height: 32.5%;
    background: #17141d;
    border-radius: 66% 45% 80% 45% / 45% 45% 80% 66%;
    will-change: border-radius, transform, opacity;
    animation: sliderShape 5s linear infinite;
    display: block;
    z-index: -1;
    -webkit-animation: sliderShape 5s linear infinite;
}

.o-card.socio .c-player__name {
    width: 100%;
    text-align: right;
    left: 0;
    line-height: 1.5;
    padding: 2px 15px 0 15px;
    background-color: rgb(23 23 23 / 75%);
    color: var(--primary__color--light);
    text-transform: uppercase;
    font-weight: 600;
}

.o-card.socio .c-player__number {
		position: absolute;
    width: 35%;
    height: 35%;
    top: 30px;
    left: 0;
    display: var(--player-number__display, flex);
    justify-content: center;
    align-items: flex-end;
    font-family: var(--heading__font-family);
    font-size: 7em;
    stroke-width: 1px;
    color: var(--primary__color--light);
    -webkit-text-stroke: 2px var(--secondary__color);
    font-style: italic;
}

.o-card.socio .c-player__position-icon {
    font-size: 4rem;
    position: absolute;
    left: -10px;
    bottom: 0px;
    color: transparent;
    transition: color .5s ease-in-out;
}

.o-single.socio .c-player__position-icon {    
    font-size: 5rem;
    text-align: right;
}

.o-card.socio:hover .c-player__position-icon {
	color: var(--primary__color--light);
}


.o-card.socio .c-player__image {
    padding-left: 5%;
    display: block;
}

.o-single.socio .c-player__image {
    
    width: 100%;
    display: block;
    background-color: var(--primary__color);
}

.o-card.socio .c-player__title {
    position: absolute;
    width: 45%;
    height: 40%;
    top: 50%;
    left: 0;
    font-family: var(--heading__font-family);
    font-size: 1.75rem;
}

.o-card.socio .c-player__title-text {  
    stroke-width: 1px;
    -webkit-text-stroke: 1px var(--secondary__color);
    --link__color: var(--primary__color--light);
    --link-hover__color: var(--primary__color--light);
    line-height: 1;    
    flex-direction: row;
}

@media (min-width: 768px) {

	.o-single.socio .c-player__header {
		flex-direction: row;		
		max-width: 900px;
		margin-left: auto;
		margin-right: auto;
	}

	.o-single.socio .c-player__info,
	.o-single.socio .c-player__image {
		max-width: 450px;
	}

	.o-single.socio .c-player__position-icon {
	    position: absolute;
	    right: 1rem;
	    bottom: 1rem;
	    font-size: 8rem;
	}

}

@media (min-width: 768px) {

	.c-player__number {
	    font-size: 15vw;
	}

}

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

.post,
.page {
	margin: 0 0 1.5em;
}

body.page .post-thumbnail {
    display: flex;
    justify-content: center;
    position: relative;
}

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

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

.o-single .entry-content {
    margin: 1.5em 0;
    /*padding: 30px 15px;*/
    background: rgb(255 255 255 / 50%);
}


.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
--------------------------------------------------------------*/

.slider-thumb::before {
  position: absolute;
  content: "";
  left: 30%;
  top: 20%;
  width: 450px;
  height: 450px;
  background: #17141d;
  border-radius: 62% 47% 82% 35% / 45% 45% 80% 66%;
  will-change: border-radius, transform, opacity;
  animation: sliderShape 5s linear infinite;
  display: block;
  z-index: -1;
  -webkit-animation: sliderShape 5s linear infinite;
}
@keyframes sliderShape{
  0%,100%{
  border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    transform: translate3d(0,0,0) rotateZ(0.01deg);
  }
  34%{
      border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
    transform:  translate3d(0,5px,0) rotateZ(0.01deg);
  }
  50%{
    transform: translate3d(0,0,0) rotateZ(0.01deg);
  }
  67%{
    border-radius: 100% 60% 60% 100% / 100% 100% 60% 60% ;
    transform: translate3d(0,-3px,0) rotateZ(0.01deg);
  }
}

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


#page {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.c-content-layout {
	width: 100%;
	margin: 0;
	padding: 15px;
	height: 100%;
}

.c-content-layout__wrapper {
    display: flex;
    flex-direction: column;
    max-width: var(--layout__max-width);
    margin: 0 auto;
}

body.archive .c-content-layout {
	--content-layout__max-width: 1560px;
}



.site__wrapper {
    display: flex;
    width: 100%;
    flex-grow: 1;
    justify-content: stretch;
    position: relative;
}

.site-header {
	position: relative;
	padding-top: 52px;
}


.c-header-nav {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
	display: flex;    
	flex-wrap: wrap;
	background-color: var(--secondary__color);
  height: 52px;
}

.site-main {
	position: relative;
	flex-grow: 1;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.o-single,
.comments-area,
.post-navigation {
    max-width: var(--single__max-width, 1200px);
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}


.post-navigation:before, .comments-area:before {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background: var(--detail__color);
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.comments-area {
	padding: 30px 0;
}

.single .site-main {
    padding: 10px 15px;
}


@media (min-width: 991px){
	.single .site-main {
	    padding: 15px 30px;
	}
	.c-header-nav {
		flex-wrap: nowrap;
	}
}

.o-single .entry-header,
.o-single .c-section__title {
    order: -1;
}

.o-single.post .entry-meta {
	margin-top: 15px;
}

.o-single.post .wp-post-image {
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0px 3px 8px var(--detail__color);
	position: relative;
}

.c-section {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.c-section .entry-header {
	display: flex;
	flex-direction: column;
	width: 100%;
}


.site-main.home-page .page {
	width: 100%;
}

.c-page__image {
    position: relative;
    width: 100%;
    padding-bottom: 15px;    
}

.c-page__image:before {
		content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: var(--page__bg-image);
    filter: blur(4px);
    -webkit-filter: blur(4px);
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}


.site-main.home-page .page .post-thumbnail {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
}

.site-main.home-page .page .post-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.archive-description {
    text-align: center;
    line-height: 1.2;
    padding-top: 15px;
    padding-bottom: 15px;
}

@media (min-width: 768px) {
	.archive-description {
	    font-size: 1.2em;
	    line-height: 1.5;
	}
}


.o-main-bg {
		position: absolute;
    display: block;
    right: 0;
    top: 0;
    width: 260px;
    height: 260px;
    pointer-events: none;
    overflow: hidden;
    z-index: -1;
    opacity: 0.075;
}

.o-main-bg:before {
    content: "";
    background-image: url(https://lapenya04.com/wp-content/themes/la-penya-04/fonts/iconset/SVG/logo.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    display: block;
    right: -20%;
    top: -15%;
    width: 100%;
    height: 100%;
    transform: rotate(-25deg);
}

.open-sidebar {
    position: fixed;
    top: 50%;
    right: 0;
    padding: 10px 4px;
    line-height: 1;
    font-size: 1.5rem;
    background-color: #fff8459e;
    border: 2px solid var(--secondary__color);
    cursor: pointer;
    z-index: 1;
}

.open-sidebar:hover {    
    background-color: var(--primary__color--light);
}

.close-sidebar {
	position: absolute;
    top: 0;
    right: 0;
    padding: 10px 4px;
    line-height: 1;
    font-size: 1.5rem;
	cursor: pointer;
    z-index: 1;
}

.c-burger-menu__bar {
    height: 5px;
    width: 100%;
    background-color: #fff;
    display: block;
    border-radius: 5px;
    transition: 0.3s ease
}

.c-burger-menu__bar:nth-child(1) {
    transform: translateY(-4px)
}

.c-burger-menu__bar:nth-child(3) {
    transform: translateY(4px)
}

.c-burger-menu__bar-wrapper {	
	order: -1;
   	width: 60px;
    padding: 5px;
    cursor: pointer;
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media (min-width:991px) {
	.c-burger-menu__bar-wrapper { 
		display: none;
	}
}

.c-burger-menu__check {
    width: 0;
    height: 0;
    display: block;
    visibility: hidden
}

.site-branding {
    display: flex;
    align-items: center;
    column-gap: 15px;
    background: var(--primary__color--light);	
	flex-grow: 1;
    justify-content: center;
}
.site-branding--partner {
	display: none;
}


.site-branding .site-title {
	margin: 0;
	font-size: 1rem;
}

.custom-logo-link {
    width: 40px;
}

.widget-area {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
	padding: 30px 15px;
	height: 100%;
	background-color: var(--aside__bg-color, var(--terciary__color));
	box-shadow: -2px 0px 2px var(--detail__color);
	--link__color: var(--text__color);
	/*transform: translate(100%);*/
	opacity: 0;
	transition: opacity .2s ease-in-out, position .2s ease-in-out;
	pointer-events: none;
}

#toggle-sidebar:checked ~ .widget-area {
	position: relative;
	opacity: 1;
	transition: opacity .2s ease-in-out, position .2s ease-in-out;
	pointer-events: auto;
}

.widget_block ul li {
    line-height: 1.25;
    margin-bottom: 10px;
}

@media (min-width:991px) {
	.widget-area {
		position: static;
		display: block;
		transform: unset;
		transition: unset;
		opacity: 1;
		pointer-events: auto;
	}
	.open-sidebar,
	.close-sidebar {
		display: none;
	}
	.site-branding { 
		background: linear-gradient(130deg, rgba(238,238,34,1) 0%, rgba(238,238,34,1) 80%, rgba(255,255,255,0) 80%);
		padding-right: 45px;
		flex-grow: unset;
    justify-content: flex-start;
	}

	.site-branding--partner {
			display: flex;
	    background: linear-gradient(-130deg, var(--dark__color) 0%, var(--dark__color) 80%, rgba(255,255,255,0) 80%);
    	padding-left: 45px;
    	padding-right: 0;
	}

.site-branding .site-title {
	margin: 0;
	font-size: 1rem;
}

.custom-logo-link {
    width: 50px;
}
}

.post .entry-content a,
.nav-links a,
.comment a {
	--link__color: var(--text__color);
	--link-hover__color: var(--white__color);
  text-decoration: none;
  position: relative;
  z-index: 1;
  transition: color .3s ease-in-out;
}

.post .entry-content a:before,
.nav-links a:before,
.comment a:before {
  	content: '';
    background-color: rgb(255 193 7 / 75%);
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 3px;
    z-index: -1;
    transition: all .3s ease-in-out;
}
/*
.entry-content a:hover,
.nav-links a:hover,
.comment a:hover {
	--link_color: var(--white__color);
	color: var(--white__color);
}
*/

.entry-content a:hover:before,
.nav-links a:hover:before,
.comment a:hover:before {
  bottom: 0;
  height: 100%;  
  background-color: var(--primary__color);
}

.site-footer {
  grid-area: footer;
}

.c-home-section {
    position: relative;
    background-image: var(--home__bg-url);
    background-repeat: no-repeat;
    background-size: 100% 75vw;
    background-position: top;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    background-attachment: fixed;
}




.c-home-section__logo {
    font-size: clamp(5rem, 20vw,15rem);
}

.c-footer__logo {
    font-size: 14rem;
}

.c-home-section--bg {
    min-height: calc(100vh - 120px);
}
/*
.c-home-section--bg:before {
    content: "";
    width: 100%;
    height: 100%;
    max-height: 63vw;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(33 33 33 / 33%);
}*/

.c-home-section__header {
	padding-top: 30px;
	padding-bottom: 30px;
	display: flex;
/*   justify-content: space-around; */
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1400px;
    color: var(--primary__color);
    position: relative;
    -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--dark__color);
}

.c-home-section__title {
	margin: 0;
	line-height: 1.5;
	text-align: center;
	font-size: clamp(1.2rem, 0.4444rem + 1.7778vw, 2.5rem);
}

.c-home-section__content {
	margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 990px;
    color: var(--primary__color);
    position: relative;
    font-size: 1.5rem;
    text-align: center;
    -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--dark__color);
}

@media (min-width: 991px) {

	.c-home-section {    	
    background-size: cover;
    background-position: center;
    background-attachment: inherit;
	}

.c-home-section--bg:before {
	max-height: 100%;
}


}

.o-single.c-match-game {
	width: 100%;
}

.o-card.c-match-game {
	box-shadow: 6px 6px 0px -3px var(--primary__color), 6px 6px rgba(0, 0, 0, 1);
	/*,-6px -6px 0px -3px var(--primary__color), -6px -6px rgba(0, 0, 0, 1)*/
    border-top: 3px solid;
    border-radius: 0;
    border-left: 3px solid;
    background-color: var(--white__color);
    
}

.c-match-game__image-competition {
    max-height: 150px;
    max-width: 120px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.c-match-game__image-competition:after {
    content: "";
    height: 2px;
    width: 100%;
    display: block;
    background-color: var(--secondary__color);
    box-shadow: 25px 4px 0px var(--primary__color),-25px -4px 0px var(--primary__color);
    margin-top: 15px;
}

.o-single.c-match-game .c-match-game__team-title {
    font-size: clamp(1.15rem, 1.5vw, 1.75rem);
    width: 100%;
    text-align: center;
    padding: 5px;

}

.o-single.c-match-game .c-match-game__footday {
    text-align: center;
    width: 100%;
    line-height: 1.5;
    padding: 4px;
    text-transform: uppercase;
    --link__color: var( --text__color);
    font-size: 1.25rem;
    margin-top: 10px;
    margin-bottom: 30px;
    font-weight: 600;
}

.o-single.c-match-game .c-match-game__footday:before,
.o-single.c-match-game .c-match-game__footday:after {
    content: "";
    height: 4px;
    width: 175px;
    display: block;
    background-color: var(--dark__color);
    margin-left: auto;
    margin-right: auto;
}
.o-single.c-match-game .c-match-game__footday:before {
	border-bottom: 2px solid var(--primary__color--light);
}
.o-single.c-match-game .c-match-game__footday:after {
	border-top: 2px solid var(--primary__color--light);
}

.wp-embed-aspect-16-9,
.o-single.cronica .post-thumbnail  {
    padding-top: 56.3%;
    position: relative;
    margin-bottom: 0;
}

.wp-embed-aspect-16-9 .wp-block-embed__wrapper,
.cronica .post-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;    
    object-fit: cover;
}

.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe {
    max-width: 100%;
    width: 100%;
    height: 100%;
}

.tag-aplazado {
    --primary__color--light: var(--primary__color);
    --secondary__color: var(--dark__color);
    --state__color: var(--danger__color);
}

.tag-suspendido {
    --primary__color--light: var(--dark__color);    
    --state__color: #922724;
    --match-goals__opacity: 0;
}


[class*=' tag-'] .c-match-game__box:after {
    content: var(--match-game__state);
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: 2rem;
    right: 5rem;
    text-transform: uppercase;
    color: var(--state__color, currentColor);
    box-shadow: 2px 2px 1px var(--state__color), -2px -2px 1px var(--state__color);
    padding: 0.5rem;
    font-weight: 600;
}

[class*=' tag-'].o-line .c-match-game__header:after {
    content: var(--match-game__state);
    display: inline-block;
    text-transform: uppercase;
    color: var(--danger__color);
    box-shadow: 2px 2px 1px var(--state__color), -2px -2px 1px var(--state__color);
    padding: 0.25em;
    font-weight: 600;
    font-size: 10px;
    margin: 0 8px;
}

[class*=' tag-'].o-line a {
	--link__color: var(--state__color);
}

.c-match-game__versus--text:after {
    content: "VS";
    order: 1;
    margin: 8px 40px;
    display: block;
    font-size: 2rem;
    width: 8rem;
    text-align: center;
}

.cronica .c-match-game__versus--text:after {
    content: none;
  }

 .cronica .c-match-game__team-title {
    width: 0;
}

.c-match-game__team-title--home {
	order: 0;
	flex-grow: 1;
	margin: 0;
}

.c-match-game__team-title--away {
	order: 2;
	flex-grow: 1;
	margin: 0;
}

.o-line__header {
	padding: 5px;
	background-color: var(--terciary__color);
	display: flex;
	flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.o-line__header .entry-meta {
	padding-left: 5px;
	padding-right: 5px;
	display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 5px;
}

.o-line__title {
	margin: 0;
	font-size: .875rem;
	--link__color: var(--dark__color);
	flex-grow: 1;
}

.o-line .entry-content {
    margin: 0;
    padding: 15px 15px 25px 15px;
    background-color: var(--white__color);
}

.o-line .entry-content.o-line__content {
	padding: 0;
}

.o-line .c-match-game {
    display: flex;
    flex-wrap: wrap;
}

.o-line.equipo {
    display: flex;
    width: 100%;
    flex-direction: row;
}

.o-single.equipo {
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 375px) {

	.o-line.equipo {
      max-width: 245px;
	}

}

.o-line.equipo .post-thumbnail
{
    display: flex;
    width: 75px;
    justify-content: center;
    align-items: center;
    padding: 5px;
}

.o-line.equipo .o-line__header {
	padding: 5px;
	background-color: var(--terciary__color);
	display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  height: 100%;
}


.o-line .c-match-game__teams { 
	flex-grow: 1;
  background: var(--dark__color);
  color: var(--white__color);
	padding: 5px;
}

.o-line .c-match-game__info {
		padding: 5px;
    font-size: 12px;
    display: flex;
    align-items: flex-end;
    gap: 5px;
    flex-direction: column;
    width: 100%;
    max-width: 90px;
    background-color: var(--primary__color);
}

.o-line .c-match-game__info .c-match-game__date {
    padding-bottom: 0;
    font-size: 12px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}



.c-match-game__list {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 15px;
}

.c-match-game__list > * {
	order: var(--item-list__order);
}




@media (min-width: 991px) {

	.c-match-game__list .c-home-section__content {
	--item-list__order: -1;
    grid-column: 1/end;
}

	.c-match-game__list > * {
 		order: var(--item-list__order-md, var(--item-list__order));
	}

.c-match-game__list {
	    grid-template-columns: repeat(2,1fr);
	    margin-top: auto;
    	transform: translateY(125px);
	}

	.c-home-section--bg {
	    margin-bottom: 125px;
	}
}

@media (min-width: 1500px) {

	.c-match-game__list .c-home-section__content {
		--item-list__order: 0;
	    grid-column: unset;
	    transform: translateY(-100px);
	}
	
	.c-match-game__list {
	    grid-template-columns: repeat(3,1fr);
	}
}

.c-match-game__versus {
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
    flex-direction: column;
    --link__color: var(--text__color);
}

.c-match-game__versus--text:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: var(--dark__color);
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 0px 6px var(--primary__color);
}
.c-match-game__versus--text {
    padding-top: 1rem;
}

.c-match-game__box {
		position: relative;
    padding-left: 30px;
    padding-right: 30px;
    background-color: var(--secondary__color);
		background: linear-gradient(0deg, var(--primary__color--light) 40%, var(--secondary__color) 40%, var(--secondary__color) 100%);
    overflow: hidden;
}

.o-single .c-match-game__box:before {
    content: "";
    position: absolute;
    width: calc(100% - 75px);
    top: -8px;
    box-shadow: 0px 0px 5px var(--secondary__color), 0 0px 15px var(--dark__color) inset;
    background: var(--light__color);
    filter: url(#wavy2);
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    height: calc(100% - 145px);
    z-index: 0;
}

.o-single .c-match-game__content:before,
.o-single .c-match-game__content:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 45%;
    pointer-events: none;
    background-image: var(--versus__icon);
    background-repeat: no-repeat;   
    width: 100%;
    height: 100%;
    background-size: 4.5rem;
    background-position: 10% 80.5%;
    opacity: 0.1765;
}

.o-single .c-match-game__content:after {
    background-position: 90% 80.5%;
}



.o-line .c-match-game__content:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    font-size: 5rem;
    font-weight: bold;
    font-family: var(--heading__font-family);
    z-index: 0;
    opacity: 0.0765;
    color: var(--secondary__color);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    background-image: var(--versus__icon);
    background-repeat: no-repeat;
    background-size: 6rem;
    width: 100%;
    height: 100%;
    background-position: center;
}



.c-match-game__header {    
    text-align: center;
}

.c-match-game__title {
    margin-top: 0;
    margin-bottom: 10px;
}

.o-card .c-match-game__team-image {
    max-width: 120px;
    padding: 10px;
    height: 145px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partido.o-single .c-match-game__team-image {
	width: 100%;
    max-width: 225px;
    padding: 10px;
    height: 225px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.o-line .c-match-game__team-image {
	width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 50%;
    flex-shrink: 0;
    border: 2px solid var(--secondary__color);
}

.c-match-game__team-image img {
	width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.o-line .c-match-game__team-image img {
	height: 100%;
	width: 100%;
    max-height: 100%;
    object-fit: cover;    
}

.o-card .c-match-game__team {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 150px;
    text-align: center;
}

.partido.o-single .c-match-game__team {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
}

.single-jornada .o-single > .entry-content {
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}


.o-line .c-match-game__team { 
	display: flex;
	align-items: center;
	row-gap: 10px;
	column-gap: 15px;
	max-width: 350px;
	width: 100%;
}

.o-line .c-match-game__header {
	position: relative;
	padding: 5px 50px 5px 10px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	background-color: var(--light__color);
	--link__color: var(--dark__color);
	color: var(--dark__color);
	border-bottom: 1px solid var(--detail__color);
}

.o-line .c-match-game__title {
	margin: 0;
	font-size: 1rem;
    flex-grow: 1;
    text-align: left;
}

.o-line .c-match-game__competition {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--light__color);
    line-height: 1.5;
    text-align: center;
    --link__color: var(--dark__color);
}

.o-line .c-match-game__footday {	
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	display: flex;
	align-items: center;
	font-size: 1.5rem;
	padding-left: 4px;
	padding-right: 4px;
	background-color: var(--dark__color);
	color: var(--light__color);
}

.o-line {
	margin-bottom: 10px;
	border-bottom: 1px solid var(--detail__color);
	background-color: var(--white__color);
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.c-match-game__header .entry-meta {
	display: flex;
	padding-left: 15px;
	column-gap: 5px;
	font-size: 1rem;
}


.o-line .c-match-game__stadium {
	display: block;
    text-align: center;
    padding-top: 10px;
    --link__color: var( --detail__color);
    line-height: 1.5;
}

.o-line .c-match-game__date {
    text-align: center;
    padding-bottom: 10px;
    color: var( --dark__color);
    background-color: inherit;
}



.o-single.c-match-game .c-match-game__stadium,
.o-single.c-match-game .c-match-game__competition {
    text-align: center;
    padding: 15px;
    font-size: 1.5rem;
    --link__color: var( --dark__color);
}

.o-single.c-match-game .c-match-game__stadium-icon,
.o-single.c-match-game .c-match-game__competition-icon {
		display: block;
		text-align: center;
    font-size: 4rem;
    --link__color: var( --dark__color);
}


.o-line .c-match-game__team-title {
	flex-grow: 1;
}



.o-line .c-match-game__team--away .c-match-game__team-image { 
	order: 1;
}
.o-line .c-match-game__team--away .c-match-game__team-title {
	text-align: right;
}

@media (min-width:550px) {


	.o-single .c-match-game__content:before {
   	background-size: 5rem;
    background-position: center;
}

.o-single .c-match-game__content:after {
	content: none;
}


	.o-single .c-match-game__box:before {
	    width: calc(100% - 105px);
	}

	.o-single .c-match-game__box {
    padding-left: 60px;
    padding-right: 60px;
}

	.c-match-game__versus {
	    flex-direction: row;
	}

	.o-line .c-match-game__team--home .c-match-game__team-image { 
		order: 1;
	}
	.o-line .c-match-game__team--home .c-match-game__team-title {
		text-align: right;
	}

	.o-line .c-match-game__team--away .c-match-game__team-image { 
		order: 0;
	}
	.o-line .c-match-game__team--away .c-match-game__team-title {
		text-align: left;
	}



}

.c-match-game__content {
	position: relative;
	display: flex;
	flex-direction: column;
}


.c-match-game__countdown {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 5px;
    white-space: nowrap;
}

.c-match-game__date,
.c-match-game__time {
	padding: 5px;
	font-size: 1.25em;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	max-width: 150px;
  margin-left: auto;
  margin-right: auto;
}

.c-match-game__date {
	background-color: var(--dark__color);
  color: var(--light__color);
}

.c-match-game__time {
	background-color: var(--primary__color);
  color: var(--dark__color);
}

.c-match-game__day {
	line-height: 1.5;
	font-size: 1.5em;
	font-weight: 700;
}

.c-match-game__date--played,
.c-match-game__time--played {
	font-size: .85em;
}

.c-chronicle {
	padding-top: .5rem;
	background-color: var(--light__color);
	margin-bottom: 1rem;
}

.c-chronicle__goals {
    font-size: 1.75em;
    display: flex;
    column-gap: 1px;
    position: relative;
}

.c-chronicle__info {
		padding: 4px;
    display: flex;
    width: 100%;
    justify-content: center;
    column-gap: 8px;
    align-items: center;
}

.c-chronicle__date {
    display: flex;
    column-gap: 4px;
    align-items: center;
    font-size: 1em;
}

.c-chronicle__stadium {
	display: block;
	text-align: center;
	padding: 4px;
}

.c-chronicle__goals span {
    padding-left: 8px;
    padding-right: 8px;
    background-color: var(--dark__color);
    color: var(--light__color);
}

.c-chronicle__footday {
	    display: block;
    text-align: center;
    padding: 0.5rem;
    text-transform: uppercase;
    --link__color: var(--secondary__color);
}

.c-match-game__goals {
	opacity: var(--match-goals__opacity);
	font-size: 2.75em;
	font-family: var(--heading__font-family);
	font-weight: bold;
	color: var(--text__color);
}

.tag-aplazado .c-match-game__goals {
	--text__color: var(--danger__color);
}

.o-line .c-match-game__goals {
	font-size: 2.5em;
	padding-left: 15px;
	padding-right: 15px;
}

.c-countdown {
    text-align: center;
    padding: 10px;
}

.c-countdown {
    text-align: center;
    padding: 10px;
    font-family: var(--heading__font-family);
    text-transform: uppercase;
}

.c-countdown__number {
	font-family: var(--number__font-family);
	font-weight: 600;
    font-size: 1.25em;
    letter-spacing: -1px;
    min-width: 1em;
    display: inline-block;
}


.c-team {
	width: 100%;
	display: flex;
	flex-direction: column;
  padding: 0;
}

.c-team__title {
	font-size: 1.2rem;
}


.o-card .c-team__header,
.c-team__info {
	padding: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	row-gap: 10px;
	background-color: var(--terciary__color);
	flex-grow: 1;
	--link__color: var(--dark__color);
	color: var(--dark__color);
}

.c-team__stadium,
.c-team__competition {
	display: flex;
	align-items: center;
	gap: 10px;
}

.c-team__stadium-icon,
.c-team__competition-icon {
	flex-shrink: 0;
	font-size: 2em;
	display: flex;
	justify-content: center;
	align-items: center;
}

.c-team__image {
	width: 100%;
	background-color: var(--detail__color);
	display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;  
	padding: 20px 10px;
}

.c-team__image img {
	width: 100%;
	max-width: 275px;
  max-height: 275px;
  object-fit: contain;
}



@media (min-width:768px) {

	.c-match-game__goals {
		font-size: 5.75em;
		font-family: var(--heading__font-family);
		font-weight: bold;
	}
	
	.c-section__list .o-card.c-team {
		flex-direction: row;		
		max-width: calc(50% - 8px);
	}

	.c-team {
		flex-direction: row;	
	}
	

	.c-team__header {
		padding: 15px;
		justify-content: center;
		align-items: flex-start;
	}

	.c-team__stadium,
	.c-team__competition {
		display: flex;
		align-items: center;
		gap: 10px;
	}

	.c-team__image {
		max-width: 40%;
		padding: 15px;
	}

	/*.c-team__header,
	.c-team__image {
		width: 0;
		flex: 1 1 0;
	}*/

}

@media (min-width:991px) {

	.c-section__list .o-card.c-team {
    max-width: calc(50% - 8px);
	}

	.c-team__title {
		font-size: 1.5rem;
	}

	.c-team__stadium,
	.c-team__competition {
		font-size: .982vw;
	}

}

.c-squad__logo {
    max-width: 475px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}


.c-match-day {
    width: 100%;
    max-width: 100%;
}

.o-card.c-match-day {
	padding: 10px;
	background-color: var(--detail__color);
  background-image: var(--competition__icon);
  background-size: 2.5rem;
  background-repeat: no-repeat;
  background-position: 97.5% 4px;
}

.o-card.c-match-day .entry-footer {
	padding: 0;
	display: none;
}


.c-match-day__competition {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    gap: 10px;
    padding: 30px 15px;
}

.c-match-day__image-competition {
    max-height: 120px;
    max-width: 100px;
}

.c-match-day__title {
    margin: 0;
    font-size: 1.15rem;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--detail__color);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    line-height: 1.5;
    column-gap: 10px;
}

.c-match-day__title a {
	flex-grow: 1;
}

.o-card .c-match-day__competition {
    font-size: 1rem;
    display: flex;
    align-items: center;
    column-gap: 0.5rem;
}

.c-match-day__info {
	width: 100%;
	padding-top: 10px;
	display: flex;

}

.c-match-day__item {
	flex-grow: 1;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.c-match-day__item > span {
	flex-grow: 1;
	font-size: 1.25rem;
	padding: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.c-match-day__interval {
    justify-content: center;
    text-align: center;
    color: var(--white__color);
}

.c-match-day__start {
	background-color: var(--dark__color);
}

.c-match-day__end {
	background-color: var(--dark__color);
}

.c-match-day__data {
    background-color: var(--primary__color);
    color: var(--text__color);
    --link__color: var(--text__color);
}

article.o-single > .entry-header .c-match-day__competition {
	padding-top: 10px;
	padding-bottom: 10px;
    text-align: center;
    line-height: 1.5;
    text-transform: uppercase;
    font-size: 2rem;
}

article.o-single > .entry-header .c-match-day__competition:after {
    content: "";
    display: block;
    width: 30%;
    height: 2px;
    background: var(--primary__color);
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}


.u-hidden {
	display: none!important;
}

.u-single-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.u-text-align-center {
	text-align: center;
}

.u-multi-line {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 6.5em;
}

.u-list-item {
	flex-grow: 1;
	flex-shrink: 0;
}

.u-list-item--same {
	width: 0;
    flex-shrink: 1;
    flex-basis: 0;
}

.u-text-gradient {
	 background: linear-gradient(to right, var(--primary__color), var(--primary__color--light));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.c-competition__wrapper {
    display: flex;
    gap: 1rem;
    align-items: center;
    flex-direction: column;
}

.c-competition__item {
	flex-grow: 1;
}

.post-thumbnail.c-competition__item {
    max-width: 205px;
}

.c-competition__image {
		width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
    border: 2px solid var(--dark__color);
    margin-top: 1rem;
    display: flex;
    justify-content: center;
}

@media (min-width:768px) {
	.c-match-day__info, .c-competition__wrapper {
		flex-direction: row;
	}

	.u-list-item--same-md {
		flex-grow: 1;
		width: 0;
	    flex-shrink: 1;
	    flex-basis: 0;
	}
}

@media (min-width:991px) {

	.post-thumbnail.c-competition__item {
    max-width: 320px;
}

	.u-list-item--same-lg {
		flex-grow: 1;
		width: 0;
	    flex-shrink: 1;
	    flex-basis: 0;
	}
}

.descansa-container {
    display: flex;
    align-items: center; /* Alinea verticalmente los elementos en el centro */
    flex-wrap: wrap; /* Si hay demasiadas publicaciones, permite que las líneas se envuelvan */
}

.descansa-titulo {
    color: #FF5733; /* Cambia este código de color por el que prefieras */
    font-weight: bold; /* Negrita */
    margin-right: 10px; /* Espacio entre el título y los enlaces */
}

.descansa-post a {
    color: #0000FF; /* Cambia este código de color por el que prefieras para los enlaces */
    margin-right: 10px; /* Espacio entre los enlaces de las publicaciones */
    text-decoration: none; /* Opcional: quita el subrayado del enlace */
}

.descansa-post a:hover {
    text-decoration: underline; /* Opcional: agrega subrayado al pasar el mouse */
}

table {
    width: 100%;
    border-collapse: collapse;
}

table, th, td {
    border: 1px solid black;
}

th, td {
    padding: 10px;
    text-align: center;
}

th {
    background-color: #f2f2f2;
}

tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}


/* Estilos generales para la tabla */

.table-clasificacion {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-family: Arial, sans-serif;
}

.table-clasificacion th, .table-clasificacion td {
    padding: 10px;
    text-align: center;
    border: 1px solid #ddd;
}

/* Estilos para el encabezado de la tabla */
.table-clasificacion th {
    background-color: orange; /* Naranja */
    color: #fff; /* Blanco */
}

/* Color para la primera posición */
.table-clasificacion tr:first-child td {
    background-color: #007bff; /* Azul */
    color: #fff; /* Blanco */
}

/* Color para los tres últimos equipos */
.table-clasificacion tr:nth-last-child(1) td,
.table-clasificacion tr:nth-last-child(2) td,
.table-clasificacion tr:nth-last-child(3) td {
    background-color: #ff0000; /* Rojo */
    color: #fff; /* Blanco */
}

/* Color específico para el equipo "LA PENYA 04 FERRACOST" */
.table-clasificacion tr[data-equipo="la_penya_04_ferracost"] td {
    background-color: #007bff; /* Azul */
    color: #fff; /* Blanco */
}


.u-hidden {
    display: none !important
}

@media (min-width: 48em) and (max-width: 63em) {
    .u-hidden\@sm {
        display:none !important
    }
}

@media (max-width: 47em) {
    .u-hidden\@sm--down {
        display:none !important
    }
}

@media (min-width: 48em) {
    .u-hidden\@sm--up {
        display:none !important
    }
}

@media (min-width: 64em) and (max-width: 79em) {
    .u-hidden\@md {
        display:none !important
    }
}

@media (max-width: 63em) {
    .u-hidden\@md--down {
        display:none !important
    }

    .team-name {
			font-size: .785rem;
		}

		table.table-clasificacion--responsive tr th:nth-child(n+4):nth-last-child(n+3),
		table.table-clasificacion--responsive tr td:nth-child(n+4):nth-last-child(n+3) {
		    display: none;
		}
}

@media (min-width: 64em) {
    .u-hidden\@md--up {
        display:none !important
    }
}

@media (min-width: 80em) {
    .u-hidden\@lg {
        display:none !important
    }
}

@media (max-width: 63em) {
    .u-hidden\@lg--down {
        display:none !important
    }
}

/* Estilos para la tabla */
.tabla-contenedora {
    width: 100%; /* Ajusta el ancho de la tabla */
    border-collapse: collapse; /* Colapsar bordes */
}

.tabla-contenedora th {
    padding: 10px; /* Espaciado interno */
    text-align: left; /* Alinear texto a la izquierda */
}

/* Estilo para encabezados */
.tabla-contenedora thead th {
    background-color: #87CEEB; /* Fondo celeste */
    color: #030303; /* Texto en negro */
}

/* Estilos para filas impares y pares */
.fila-impar {
    background-color: #FFFFFF; /* Fondo blanco para filas impares */
}

.fila-par {
    background-color: #F3F3F3; /* Fondo gris claro para filas pares */
}

/* Estilos para las celdas de contenido */
.tabla-contenedora td {
    padding: 10px; /* Espaciado interno para celdas */
    border: 1px solid #ddd; /* Bordes de las celdas */
}
.tabla-clasificacion {
    border: 1px solid #ddd;
}

.encabezado-tabla {
    background-color: #4CAF50;
    color: white;
}

.posts-navigation {
    width: 100%;
}

.post-type-archive-socio, .no-context {
	--player-number__display: none;
	--player-bg-number__content: none;
}

.post-type-archive-socio .c-player__name,
.post-type-archive-socio .c-player__position-icon,
.archive .no-context .c-player__name,
.no-context .c-player__position-icon,
.single .no-context .c-player__title-text {
	display: none;
}

.single .no-context .c-player__name {
	margin-top: auto;
}


.c-home-section--bg {
    animation: fadeInBg 15s infinite;
}


element.style {
    right: 600px;
}

<style>
.playoffs-container {
    font-family: Arial, sans-serif;
    margin: 20px 0;
    padding: 20px;
    background-color: #f7f7f7;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.playoffs-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

.playoffs-table thead {
    background-color: #4CAF50;
    color: green;
    font-size: 18px;
}

.playoffs-table th, .playoffs-table td {
    padding: 15px;
    border-bottom: 1px solid #ddd;
}

.playoffs-table td {
    font-size: 16px;
}

.playoffs-table tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}

.playoffs-table tbody tr:hover {
    background-color: #ddd;
}

.equipo.local {
    background-color: #3498db;
    color: black;
    border-radius: 5px;
    padding: 10px;
}

.equipo.visitante {
    background-color: #e74c3c;
    color: black;
    border-radius: 5px;
    padding: 10px;
}

.versus {
    font-weight: bold;
    color: #333;
    font-size: 18px;
}

/* Estilo para hacer que el texto sea más visible en dispositivos móviles */
@media (max-width: 600px) {
    .playoffs-table th, .playoffs-table td {
        padding: 10px;
        font-size: 14px;
    }

    .playoffs-container {
        padding: 15px;
    }
}



</style>

.playoffs-bracket {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}

.fase {
    flex: 1 1 20%;
    margin: 0 10px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #f9f9f9;
    text-align: center;
}

.fase h2 {
    font-size: 1.5em;
    margin-bottom: 15px;
    color: #333;
}

.partido {
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #fff;
}

.partido .equipo {
    font-weight: bold;
    font-size: 1.2em;
    margin: 10px 0;
}

.partido .ganador {
    color: green;
}

.partido .resultado {
    font-size: 1.2em;
    color: #555;
}

.partido .penaltis {
    color: green;
    font-style: italic;
}

.partido .fecha {
    margin-top: 5px;
    font-size: 0.9em;
    color: #777;
}

@media (max-width: 768px) {
    .playoffs-bracket {
        flex-direction: column;
    }

    .fase {
        margin-bottom: 20px;
        width: 100%;
    }
}

.volver-section {
    background-color: yellow;
    padding: 10px; /* Añadir un poco de espacio alrededor del contenido */
    text-align: center; /* Centrar el contenido si lo deseas */
}

.btn-volver {
    background-color: yellow; /* Fondo amarillo */
    color: black; /* Texto negro, puedes cambiarlo si lo prefieres */
    padding: 10px 20px; /* Tamaño del botón, ajusta según necesidad */
    border: none; /* Elimina cualquier borde */
    border-radius: 5px; /* Bordes redondeados */
    text-align: center; /* Centrar el texto dentro del botón */
    text-decoration: none; /* Elimina el subrayado */
    display: inline-block; /* Para que se comporte como un botón */
}

.btn-volver:hover {
    background-color: orange; /* Color al pasar el ratón por encima, opcional */
}

.volver-section {
    display: flex;
    justify-content: center; /* Centrar el botón horizontalmente */
    margin-top: 20px; /* Espacio en la parte superior, ajusta según necesites */
}
