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

--------------------------------------------------------------*/
@import "https://cdnjs.cloudflare.com/ajax/libs/flexslider/2.6.3/flexslider.min.css";
@import "https://unpkg.com/tailwindcss@2.2.19/dist/tailwind.min.css";
@font-face {
	font-family: 'Calfine';
	font-display: swap;
	src: url("fonts/Calfine.otf") format("opentype");
}

@font-face {
	font-display: swap;
	font-family: 'TTNorms Black';
	src: url("fonts/TTNorms-Black.otf") format("opentype");
}

@font-face {
	font-display: swap;
	font-family: 'TTNorms Bold';
	src: url("fonts/TTNorms-Bold.otf") format("opentype");
}

@font-face {
	font-display: swap;
	font-family: 'TTNorms Extra Bold';
	src: url("fonts/TTNorms-ExtraBold.otf") format("opentype");
}

@font-face {
	font-display: swap;
	font-family: 'TTNorms Extra Light';
	src: url("fonts/TTNorms-ExtraLight.otf") format("opentype");
}

@font-face {
	font-display: swap;
	font-family: 'TTNorms Heavy';
	src: url("fonts/TTNorms-Heavy.otf") format("opentype");
}

@font-face {
	font-display: swap;
	font-family: 'TTNorms Light';
	src: url("fonts/TTNorms-Light.otf") format("opentype");
}

@font-face {
	font-display: swap;
	font-family: 'TTNorms Medium';
	src: url("fonts/TTNorms-Medium.otf") format("opentype");
}

@font-face {
	font-display: swap;
	font-family: 'TTNorms Regular';
	src: url("fonts/TTNorms-Regular.otf") format("opentype");
}

/*--------------------------------------------------------------
# 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;
	padding-top: 2em;
}

/**
 * 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.77em 0;
}

/* 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: #232323;
	font-family: "TTNorms Regular", courier, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1 {
	font-family: 'Calfine' , 'TTNorms Heavy';
	font-size: 50px;
	line-height: 45px;
	font-weight: 500;
}

h2 {
	font-family: 'Calfine' , 'TTNorms Heavy';
	font-size: 50px;
	line-height: 45px;
}

h3 {
	font-family: 'TTNorms Heavy';
	font-size: 22px;
	line-height: 22px;
	padding-bottom: 0.5em;
}

h4 {
	font-family: 'TTNorms Medium';
	font-size: 18px;
	line-height: 18px;
}

h5 {
	font-family: 'TTNorms Black';
	font-size: 26px;
	line-height: 26px;
}

h6 {
	clear: both;
	font-weight: 700;
	font-size: 16px;
}

h1.entry-title {
	color: white;
	padding: 120px 0 55px;
	text-align: left;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 13px;
}

span.cat-post-title {
	text-transform: uppercase;
}

.noticies-relacionades h6 {
	margin: 25px 0;
	border-bottom: 1px solid;
}

.titular p {
	font-size: 24px;
	font-family: 'TTNorms Extra Bold';
	line-height: 25px;
	padding: 10px 0 25px;
	margin: 0;
}

h2.entry-title-noticies {
	font-family: 'TTNorms Black';
	font-size: 22px;
	line-height: 22px;
	text-transform: uppercase;
}

.swiper-slide h5 {
	margin-bottom: 3px;
}

strong {
	font-family: 'TTNorms Bold';
}

.comptador h4 {
	font-size: 18px;
	font-family: 'TTNorms Black';
	margin-bottom: 6px;
}

.comunicats .titular {
	font-family: 'TTNorms Black';
	font-size: 24px;
	line-height: 24px;
	padding: 5px 0 19px;
}

a.titular-relacionades {
	font-size: 18px;
	font-family: 'TTNorms Black';
	text-transform: uppercase;
	line-height: 18px;
}

h1.entry-title {
	text-transform: uppercase;
}

body.single-premsacup h1 {
	font-family: 'TTNorms Black';
	text-transform: inherit;
}

body.single-post h1.entry-title {
	text-transform: inherit;
}

h2 a:hover {
	color: unset;
}

@media screen and (min-width: 1000px) {
	header.destacada h2.entry-title-noticies {
		font-size: 42px;
		line-height: 42px;
	}
	body.single-post h1.entry-title {
		padding-left: 75px;
		padding-right: 75px;
	}
}

@media screen and (max-width: 1000px) {
	h1 {
		font-size: 36px;
		line-height: 33px;
	}
	h2 {
		font-size: 36px;
		line-height: 33px;
	}
	h3 {
		font-size: 24px;
		line-height: 24px;
	}
	h1.entry-title {
		padding-left: 0.5em;
		padding-right: 0.3em;
		padding-top: 2em;
	}
	header.destacada h2.entry-title-noticies {
		font-size: 24px;
		line-height: 26px;
	}
	h2.entry-title-noticies {
		font-size: 24px;
		line-height: 25px;
	}
}

p {
	margin-bottom: 1em;
	line-height: 20px;
	margin-top: 0.3em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
	font-family: "TTNorms Regular", 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%;
}

.content-destacat .category-nacional {
	color: #d9465a;
	font-family: 'TTNorms Extra Bold';
	font-size: 24px;
	line-height: 25px;
}

.content-destacat .category-congreso {
	color: #FFAC48;
	font-family: 'TTNorms Extra Bold';
	font-size: 24px;
	line-height: 25px;
}

.content-destacat .category-parlament {
	color: #B3D343;
	font-family: 'TTNorms Extra Bold';
	font-size: 24px;
	line-height: 25px;
}

.content-destacat .category-municipal {
	color: #37B48A;
	font-family: 'TTNorms Extra Bold';
	font-size: 24px;
	line-height: 25px;
}

.relacionats-comunicats p {
	margin-bottom: 0.3em;
}

.relacionats-comunicats .data-comunicat {
	font-size: 16px;
}

span.tect-territotial {
	font-family: 'TTNorms Black';
	font-size: 18px;
}

.block-assemblea button.accordion {
	border-top: 19px solid #ededed;
}

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

html {
	scroll-behavior: smooth;
	scroll-padding-top: 150px;
}

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

footer hr {
	background-color: #DA4459;
}

ul,
ol {
	margin: 0 0 0 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;
}

li {
	list-style: none;
}

.noticies-relacionades ul {
	margin: 0;
}

.panel li {
	list-style: disc;
	padding: 1px 0;
}

.relacionats-premsa ul, .relacionats-comunicats ul {
	margin-left: 0;
}

.navigation-page ul {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	margin-top: 3em;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}

li.seguent-page {
	margin-left: 30px;
	border-bottom: 1px solid;
}

.navigation-page li {
	margin: 0 11px;
	border-bottom: 1px solid;
}

li.active-page a {
	color: #DA4459;
}

li.active-page {
	color: #DA4459;
}

.navigation-page li a {
	padding: 0 5px;
}

.prev-posts-link {
	border-bottom: 1px solid;
	width: fit-content;
	float: right;
	padding-bottom: 8px;
}

.block-assemblea ul {
	padding: 0 1em;
	margin: 0;
}

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

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

figure {
	margin: 1em 0;
}

.banner-participa img {
	position: absolute;
	height: 300px;
	bottom: 0;
	z-index: -1;
}

.banner-escola img {
	position: absolute;
	height: 300px;
	bottom: 0;
	z-index: -1;
}

.que-es img {
	height: 166px;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}

.descarregar img {
	height: 35px;
	width: auto;
}

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

/* Links
--------------------------------------------- */
a {
	color: #232323;
}

a:hover, a:focus, a:active {
	color: #3C3C3C;
}

a:focus {
	outline: thin dotted;
}

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

a:hover {
	color: #ffdd4c;
	transition: 0.3s;
}

.documents-sidebar a {
	margin-left: 32px;
	font-family: 'TTNorms Bold';
}

.links-sidebar a {
	margin-left: 32px;
	font-family: 'TTNorms Bold';
}

.descarregar-sidebar:before {
	content: '';
	background: url("images/download.png");
	position: absolute;
	height: 38px;
	width: 30px;
	background-size: cover;
}

.bloc-premsa a:before {
	content: '';
	background: url("images/download.png");
	position: absolute;
	height: 38px;
	width: 30px;
	background-size: cover;
	margin-left: -35px;
}

.documents-sidebar a:before {
	content: '';
	background: url("images/doc.png");
	position: absolute;
	height: 30px;
	width: 22px;
	background-size: cover;
	margin-left: -35px;
}

.documents-sidebar a {
	margin-left: 39px;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	margin-top: 25px;
}

.links-sidebar a:before {
	content: '';
	background: url("images/link.png");
	position: absolute;
	height: 30px;
	width: 30px;
	background-size: cover;
	margin-left: -35px;
}

.links-sidebar a {
	margin-left: 39px;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	margin-top: 25px;
}

.bloc-premsa a {
	margin-left: 39px;
	display: flex;
	align-items: center;
	margin-bottom: 34px;
	margin-top: 25px;
}

.descarregar-sidebar a {
	margin-left: 32px;
	font-family: 'TTNorms Bold';
}

.documents-sidebar {
	margin-bottom: 20px;
}

.links-sidebar {
	margin-bottom: 50px;
	padding-top: 5px;
}

.panel.transparencia-links a:before {
	content: '';
	background: url("images/download.png");
	position: absolute;
	height: 30px;
	width: 24px;
	background-size: cover;
	margin-left: -33px;
}

.panel.transparencia-links a {
	padding: 18px 0 14px 47px;
	align-items: center;
	display: flex;
}

.panel.transparencia-links a:hover {
	color: #DA4459;
}

.links-sobre-desplegables a:before {
	content: '';
	background: url("images/download.png");
	position: absolute;
	height: 30px;
	width: 24px;
	background-size: cover;
	margin-left: -33px;
}

.links-sobre-desplegables a:hover {
	color: #DA4459;
}

.links-sobre-desplegables a {
	margin-left: 35px;
}

a.color-link {
	color: #DA4459;
}

.tel:before {
	content: '';
	background: url("images/tel.png");
	position: absolute;
	height: 20px;
	width: 20px;
	background-size: cover;
	margin-left: -20px;
}

.correu:before {
	content: '';
	background: url("images/mail.png");
	position: absolute;
	height: 18px;
	width: 18px;
	background-size: cover;
	margin-left: -20px;
}

a.tel, a.correu {
	margin-left: 20px;
}

a.xxss {
	height: 35px;
	width: 35px;
}

footer a:hover {
	color: #DA4459;
}

a.links-assemblees img {
	height: 40px;
	padding-right: 1.2em;
}

li.links-loclas a.links-assemblees img {
	height: 32px;
	padding-right: 0.7em;
}

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

a.button-groc {
	background: #ffdb5c;
	padding: 15px 60px;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}

a.button-groc:hover {
	background: #DA4459;
	transition: 0.3s;
	color: #232323;
}

a.button-rosa {
	background: #DA4459;
	padding: 15px 60px;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}

a.button-rosa:hover {
	background: #ffdb5c;
	transition: 0.3s;
	color: #232323;
}

a.button-anchor {
	font-size: 18px;
	font-family: 'TTNorms Black';
	text-transform: uppercase;
	border-bottom: 3px solid #DA4459;
}

@media screen and (max-width: 1000px) {
	a.button-groc {
		background: #ffdb5c;
		padding: 10px 40px;
		font-size: 18px;
		margin: 8px 0;
	}
	a.button-rosa {
		padding: 10px 40px;
		font-size: 18px;
		margin: 8px 0;
	}
}

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: #232323;
	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: #232323;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

form.search-form input.search-field {
	background: #e3e3e3;
	border: 0;
	border-bottom: 1px solid;
	border-radius: 0;
	height: 33px;
}

input.search-submit {
	background: #ffdb5c;
	border: none;
	border-radius: 0;
	padding: 10px 14px;
}

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: transparent;
}

:focus-visible {
	outline: transparent;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], 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 {
	background: #E3E3E3;
	border: none;
	border-radius: 0;
	width: 100%;
	margin-top: 5px;
}

form.wpcf7-form.init input[type="submit"] {
	background: #DA4459;
	padding: 15px 60px;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	float: right;
	cursor: pointer;
	border: 0;
	border-radius: 0;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

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

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

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

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	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 li {
	position: relative;
}

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

/* Small menu. */
.menu-toggle,
.main-navigation.toggled 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%;
}

nav.headerpadding {
	transition: 0.3s;
}

li.menu-item {
	padding: 0 25px;
}

div#logo-petit {
	display: none;
}

nav.headerpadding {
	background: #ffdb5c;
}

nav.headerpadding div#logo-petit {
	display: contents;
}

nav.headerpadding div#logo-principal {
	display: none;
}

nav.headerpadding ul#menu-menu-centre {
	padding-top: 0;
}

div#logo-petit img.custom-logo {
	height: 78px;
}

.site-branding {
	max-width: 150px;
	padding-left: 13px;
}

.entry-content-header {
	margin: auto;
	display: flex;
	justify-content: space-between;
	max-width: 1400px;
}

.bar1, .bar2, .bar3 {
	width: 35px;
	height: 5px;
	background-color: #333;
	margin: 6px 0;
	transition: 0.4s;
}

.change .bar1 {
	transform: translate(0, 11px) rotate(-45deg);
}

.change .bar2 {
	opacity: 0;
}

.change .bar3 {
	transform: translate(0, -11px) rotate(45deg);
}

ul#menu-top-menu {
	display: flex;
	width: 100%;
	height: 71px;
	align-items: center;
	justify-content: flex-end;
	text-transform: uppercase;
	font-family: 'TTNorms Bold';
}

ul#menu-top-menu li {
	height: -webkit-fill-available;
	display: flex;
	align-items: center;
}

.topnav #myLinks {
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	right: 0;
	transition: 0.4s;
	z-index: -1;
}

.topnav button {
	color: white;
	text-decoration: none;
	font-size: 17px;
	display: block;
}

.container-icon {
	padding: 12px;
}

.topnav button.icon {
	right: 0;
	top: 0;
	background: #ffdb5c;
	z-index: 36;
}

.espai-top-menu {
	display: flex;
	padding-right: 13px;
}

.topnav button:hover {
	background-color: #ffdb5c;
	color: black;
}

.burger-menu {
	background: #DA4459;
	display: flex;
	justify-content: flex-end;
	transition: all 0.4s ease-out;
	margin-top: 71px;
}

nav.headerpadding .burger-menu {
	margin-top: 0;
}

ul#menu-menu-hamburguesa {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	width: 70%;
	padding: 125px 25px 55px;
	transition: 0.4s;
}

button#nav-toggle {
	background: #ffdb5c;
	border: none;
	border-radius: 0;
	transition: 0.4s;
}

.top-menu {
	margin-right: 125px;
}

.menu-desktop {
	display: flex;
	justify-content: flex-end;
	margin: auto;
	padding-right: 75px;
	max-width: 1400px;
}

ul#menu-menu-centre {
	display: flex;
	z-index: 35;
	padding-top: 25px;
	padding-right: 82px;
}

ul#menu-menu-centre li a {
	color: white;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
}

nav.headerpadding ul#menu-top-menu {
	display: none;
}

nav.headerpadding .menu-desktop {
	height: 55px;
	margin-top: -54px;
}

ul#menu-menu-hamburguesa li a {
	color: white;
}

div#burger-menu-cup:before {
	background: #00000036;
	width: 100%;
	height: 79px;
	position: absolute;
	z-index: 90;
	content: '';
	transition: all 0.4s ease-out;
}

div#burger-menu-cup a {
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'TTNorms Medium';
	line-height: 30px;
}

.headerpadding button#nav-toggle {
	padding: 8px;
	transition: 0.4s;
}

nav#header {
	transition: all 0.4s ease-out;
}

.footer-menu ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'TTNorms Medium';
	line-height: 25px;
	margin: 0;
}

footer li.menu-item {
	padding: 0;
}

.font-black a {
	font-family: 'TTNorms Black' !important;
}

nav.headerpadding ul#menu-menu-centre li a {
	color: #232323;
	line-height: 35px;
}

nav.headerpadding div#burger-menu-cup:before {
	background: #ffdb5c;
}

@media screen and (max-width: 1000px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
	}
	.footer-menu ul {
		display: flex;
		flex-direction: column;
	}
	ul#menu-menu-hamburguesa {
		display: grid;
		grid-template-columns: 1fr;
		width: auto;
	}
	li.menu-groc a {
		padding: 3px 14px;
		background: #ffdb5c;
		margin: 0.3em 0;
		color: #232323 !important;
		font-family: 'TTNorms Bold' !important;
		width: fit-content;
	}
	.burger-menu {
		justify-content: flex-start;
	}
	div#burger-menu-cup:before {
		background: transparent;
	}
	.entry-content-header {
		background: #ffdb5c;
		height: 73px;
	}
	nav.headerpadding .entry-content-header {
		height: 81px;
	}
	img.custom-logo {
		z-index: 32 !important;
	}
	li.menu-item {
		padding: 0;
	}
	#myLinks a.xxss img {
		height: 35px;
		width: 35px;
		filter: invert(1) hue-rotate(230deg) contrast(1) brightness(1.6);
	}
	div#myLinks {
		background: #DA4459;
		padding-bottom: 37px;
	}
	.seccio-segueix-nos {
		padding: 0 55px 0 70px;
		margin-left: auto;
		margin-right: auto;
	}
	.seccio-segueix-nos hr {
		background-color: white;
	}
	.topnav button.icon {
		margin-right: 0px;
	}
	nav.headerpadding div#burger-menu-cup:before {
		background: transparent;
	}
}

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

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

.entry-content {
	max-width: 1400px;
	margin: auto;
	padding: 1em;
}

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

.cat-content {
	display: flex;
	flex-direction: column;
}

span.cat-term.term- a {
	font-weight: 900;
	text-transform: uppercase;
}

header .category-nacional {
	background: #DA4459;
}

header .category-nacional h1 {
	margin-right: auto;
	color: #232323;
	max-width: 1720px;
	margin-left: auto;
	font-family: 'TTNorms Black';
}

header .category-congreso {
	background: #FFAC48;
}

header .category-congreso h1 {
	margin-right: auto;
	color: #232323;
	max-width: 1720px;
	margin-left: auto;
	font-family: 'TTNorms Black';
}

header .category-parlament {
	background: #B3D343;
}

header .category-parlament h1 {
	margin-right: auto;
	color: #232323;
	max-width: 1720px;
	margin-left: auto;
	font-family: 'TTNorms Black';
}

header .category-municipal {
	background: #37B48A;
}

header .category-municipal h1 {
	margin-right: auto;
	color: #232323;
	max-width: 1720px;
	margin-left: auto;
	font-family: 'TTNorms Black';
}

.noticies-relacionades a {
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
	font-family: 'TTNorms Black';
	line-height: 18px;
}

.category-nacional span.categoria-single a, .term-nacional a {
	color: #d9465a;
	font-family: 'TTNorms Black';
	font-size: 18px;
	text-transform: uppercase;
}

.category-municipal span.categoria-single a, .term-municipal a {
	color: #37B48A;
	font-family: 'TTNorms Black';
	font-size: 18px;
	text-transform: uppercase;
}

.category-parlament span.categoria-single a, .term-parlament a {
	color: #B3D343;
	font-family: 'TTNorms Black';
	font-size: 18px;
	text-transform: uppercase;
}

.category-congreso span.categoria-single a, .term-congreso a {
	color: #FFAC48;
	font-family: 'TTNorms Black';
	font-size: 18px;
	text-transform: uppercase;
}

.noticies-relacionades {
	margin-top: 4em;
}

.max-700 {
	max-width: 700px;
}

.max-1400px {
	max-width: 1400px;
}

header.destacada .category-parlament a {
	color: #b4d153;
}

header.destacada .category-congreso a {
	color: #FFAC48;
}

header.destacada .category-municipal a {
	color: #37B48A;
}

header.destacada .category-nacional a {
	color: #d9465a;
}

header.destacada .category-parlament, header.destacada .category-congreso, header.destacada .category-municipal, header.destacada .category-nacional {
	background: transparent;
}

.noticia-destacada p {
	line-height: 22px;
	font-size: 24px;
	margin: 15px 0;
}

.noticia-destacada span.categoria-single a {
	font-size: 16px;
}

li.item-filter.congreso {
	border-bottom: 3px solid #FFAC48;
}

li.item-filter.nacional {
	border-bottom: 3px solid #d9465a;
}

li.item-filter.parlament {
	border-bottom: 3px solid #b4d153;
}

li.item-filter.municipal {
	border-bottom: 3px solid #37B48A;
}

li.item-filter {
	font-family: 'TTNorms Black';
	font-size: 18px;
	text-transform: uppercase;
	margin: 0 15px;
	padding: 0 15px 5px;
}

li.item-filter {
	border-bottom: 3px solid;
}

span.cat-term {
	margin-top: 10px;
}

nav.prev-next-posts {
	display: flex;
	width: 100%;
	position: relative;
}

div#prevpremsa, div#nextpremsa, div#nextcomunicats, div#prevcomunicats {
	cursor: pointer;
	border-bottom: 1px solid;
	padding-bottom: 8px;
}

div#prevpremsa, div#prevcomunicats {
	position: absolute;
	left: 0;
}

div#nextpremsa, div#nextcomunicats {
	position: absolute;
	right: 0;
}

.loader {
	border: 8px solid #E3E3E3;
	border-radius: 50%;
	border-top: 8px solid #DA4459;
	width: 50px;
	height: 50px;
	-webkit-animation: spin 2s linear infinite;
	/* Safari */
	animation: spin 2s linear infinite;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}

/* Safari */
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

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

img.custom-logo {
	position: absolute;
	z-index: 34;
	top: 0;
}

img.compartir-icona {
	filter: invert(1);
	height: auto;
	width: 51px;
	padding: 7px;
}

@media screen and (min-width: 1360px) {
	.cup-tv-home ul {
		-webkit-columns: 2 auto;
		columns: 2 auto;
		margin: 0 1.5em;
	}
	.cup-tv-home ul li:first-child iframe {
		height: 500px;
		max-width: none;
		width: 900px;
	}
	.cup-tv-home ul li:nth-child(2) iframe {
		height: 250px;
		padding-left: 25px;
		padding-bottom: 12.5px;
		max-width: none;
		width: 400px;
		float: right;
	}
	.cup-tv-home ul li:last-child iframe {
		height: 250px;
		padding-left: 25px;
		padding-top: 12.5px;
		max-width: none;
		width: 400px;
		float: right;
	}
}

@media screen and (max-width: 1360px) and (min-width: 1000px) {
	.cup-tv-home ul {
		-webkit-columns: 2 auto;
		columns: 2 auto;
		margin: 0 1.5em;
	}
	.cup-tv-home ul li:first-child iframe {
		height: 400px;
		max-width: none;
		width: -webkit-fill-available;
	}
	.cup-tv-home ul li:nth-child(2) iframe {
		height: 200px;
		padding-left: 25px;
		padding-bottom: 12.5px;
		max-width: none;
		width: -webkit-fill-available;
	}
	.cup-tv-home ul li:last-child iframe {
		height: 200px;
		padding-left: 25px;
		padding-top: 12.5px;
		max-width: none;
		width: -webkit-fill-available;
	}
}

@media screen and (max-width: 1000px) {
	img.custom-logo {
		height: 71px;
		left: 30px;
	}
	ul#menu-menu-centre {
		display: none;
	}
	.top-menu {
		display: none;
	}
}

@media screen and (min-width: 1000px) {
	img.custom-logo {
		height: 150px;
	}
}

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

span.caption-imatge {
	display: flex;
	justify-content: flex-end;
	border-bottom: 1px solid;
	padding: 2px 0;
	font-size: 14px;
	line-height: 14px;
	margin-top: 3px;
	padding-bottom: 4px;
	margin-bottom: 2.5em;
}

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

/* flexslider
--------------------------------------------- */
.flexslider {
	width: 80%;
}

/* Tailwindcss
--------------------------------------------- */
/*--------------------------------------------------------------
# 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: #232323;
	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;
}

/*# sourceMappingURL=cup.css.map */