/*!
Theme Name: cup
Theme URI: cup.cat
Author: Jamgo SCCL
Author URI: https://jamgo.coop/
Description: Wordpress Theme
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cup

*/




/***mobile***/
@media screen and (max-width: 1000px) {
	
	body, button, input, select, optgroup, textarea {
    font-size: 18px !important;
	}
	
	.swiper-button-next, .swiper-button-prev {
		display: none !important;
	}
	.content-sobre-video {
		display: flex;
		flex-direction: column;
		top: 175px;
	}
	.links-portada a {
		font-size: 18px;
	}
	.primer-modul .content-modul img {
		height: auto;
	}
	.primer-modul .content-modul {
		padding-top: 0;
		padding-bottom: 20px;
	}
	.video-home video {
		height: 470px;
	}
	.primer-modul a.button {
		font-size: 18px;
		margin-top: 0;
	}
	.banner-participa {
		padding: 0 1em;
	}
	.banner-collabora img {
		top: 68px;
		right: auto;
		height: 75px;
	}
	.segon-modul a.button {
		font-size: 18px;
	}
	.cup-tv-home ul {
		margin-left: 0;
	}
	.cup-tv-home li {
		padding-bottom: 1em;
	}
	footer .column-2 {
		display: none;
	}
	.mobile {
		display: contents;
	}
	li.item-filter {
		width: max-content;
	}
	.filtres-posts ul {
		display: flex;
		flex-wrap: wrap;
		margin-left: 0;
		margin-bottom: 1em;
	}
	.filtres-posts ul li.item-filter {
		margin-left: 0px;
	}
	body.blog article {
		margin-bottom: 2em;
	}
	body.page-template-campanyes .primer-modul .content-modul img {
		height: auto;
	}
	.relacionats-comunicats {
		margin-top: 28px;
	}
	
}

/*** desktop ***/
@media screen and (min-width: 1000px) {
	.content-sobre-video {
		display: grid;
		grid-template-columns: 1fr 0.5fr;
		top: 255px;
	}
	.links-portada a {
		font-size: 22px;
	}
	.primer-modul .content-modul img {
		height: 335px;
	}
	.primer-modul .content-modul {
		padding: 75px 0 25px;
	}
	.video-home video {
		height: 600px;
	}
	.primer-modul a.button {
		margin-top: 25px;
		font-size: 18px;
	}
	.banner-collabora img {
		right: 11%;
		top: 36%;
		height: 120px;
	}
	.segon-modul a.button {
		font-size: 18px;
	}
	.mobile {
		display: none;
	}
	body.page-template-campanyes .primer-modul .content-modul img {
		margin: auto;
		height: 455px;
	}	
	
}

@media screen and (max-width: 1400px) and (min-width: 1000px) {
	.banner-participa {
		padding: 0 1em;
	}
}

.video-home {
	margin-top: 39px;
	background: #DA4459;
}

.video-home figure.wp-block-video {
	opacity: 0.2;
	margin: 0;
}

.video-home video {
	object-fit: cover;
}

.content-sobre-video {
	position: absolute;
	max-width: 1000px;
	right: 20%;
	left: 20%;
	align-items: center;
}

.links-portada {
	display: flex;
	flex-direction: column;
}

.links-portada a {
	color: white;
	font-weight: bolder;
	border-bottom: 1px solid;
	width: fit-content;
	margin: 20px 0;
}

.primer-modul {
	position: relative;
}

.primer-modul .content-modul img {
	margin: auto;
}

.primer-modul .content-modul {
	position: relative;
}

.primer-modul a.button {
	display: flex;
	justify-content: center;
	font-weight: bold;
	border-bottom: 1px solid;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}

.segon-modul a.button {
	display: flex;
	justify-content: center;
	margin-top: 25px;
	font-weight: bold;
	border-bottom: 1px solid;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}

.banner-participa {
	max-width: 1400px;
	margin: auto;
	position: relative;
}

.fons-gris {
	background-color: #E3E3E3;
}

.color-rosa {
	color: #DA4459;
}

::selection {
	background: #ffdb5c;
}

.fons-groc {
	background: #ffdb5c;
}

.banner-collabora img {
	position: absolute;
	width: auto;
	margin-top: -165px;
	height: 300px;
}

.banner-collabora {
	position: relative;
}

.banner-escola {
	position: relative;
	z-index: 1;
}

.swiper-button-next, .swiper-button-prev {
	top: 72% !important;
	margin-left: -55px;
	margin-right: -55px;
}

.swiper-wrapper {
	box-sizing: inherit !important;
}

.swiper-container .swiper-slide {
	height: auto;
}

.bloc-seccio .swiper-button-next, .bloc-seccio .swiper-button-prev {
	color: #DA4459;
}

.accordion {
	background-color: #E3E3E3;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 22px;
	transition: 0.4s;
	font-family: 'TTNorms Black';
}

.active, .accordion:hover {
	background-color: #E3E3E3;
}

.accordion:after {
	content: '\002B';
	font-weight: bold;
	float: right;
	margin-left: 5px;
	font-family: 'TTNorms Regular';
}

.active:after {
	content: "\2212";
}

.panel {
	padding: 0 18px;
	background-color: #E3E3E3;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	margin-bottom: 15px;
}

button.accordion {
	border-radius: 0;
}

.number {
	font-size: 60px;
	color: #DA4459;
	font-family: 'Calfine';
	margin-bottom: 15px;
}

.progress {
	background-color: transparent;
	position: relative;
	margin: 15px 0;
	height: 40px;
	width: 85%;
	border: 1px solid #DA4459;
}

.progress-done, .progress-done-dos, .progress-done-tres, .progress-done-quatre {
	background: #DA4459;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 0;
	opacity: 0;
	transition: 1s ease 0.3s;
}

.barres-de-progres {
	font-size: 18px;
	font-family: 'TTNorms Bold';
}

.panel.transparencia-links {
	position: relative;
	display: flex;
	flex-direction: column;
}

.data-comunicat {
	color: #DA4459;
	font-family: 'TTNorms Extra Bold';
	font-size: 18px;
}

.noticies-relacionades .data-comunicat {
	font-size: 16px;
}

header {
	background-position: center;
}

.logo-footer {
	height: 100px;
	width: 179px;
	background-size: cover;
	background-position-y: center;
	margin-bottom: 25px;
	mix-blend-mode: darken;
}

.legal-menu {
	max-width: 1400px;
	margin-right: auto;
	margin-left: auto;
}

ul#menu-menu-legal {
	display: flex;
	justify-content: flex-end;
}

body.page-template-campanyes h1 {
	margin-bottom: 0;
}

.fons-rosa {
	background: #DA4459;
}

body.blog p span, body.category p span, body.search p span {
	font-family: 'TTNorms Regular' !important;
	font-style: normal !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	line-height: 17px !important;
}

body.blog h2.p1 span, body.category h2.p1 span, body.search h2.p1 span {
	font-family: 'TTNorms Regular' !important;
	font-style: normal !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	line-height: 17px !important;
}

header.entry-header {
	margin-bottom: 0.3em;
}

body.blog article .category, body.category article .category, body.search article .category {
	display: contents;
}

body.blog article div, body.category article div, body.search article div {
	display: none;
}

body.blog p strong, body.category p strong, body.search p strong {
	font-family: 'TTNorms Regular';
	font-weight: 500;
}

p.p1 i {
	font-style: normal;
	font-family: 'TTNorms Regular';
}

.contingut-noticia .post-thumbnail {
	margin-bottom: 1em;
}

.titular h2.p1 span {
	font-size: 24px !important;
	font-family: 'TTNorms Extra Bold' !important;
	line-height: 25px !important;
	font-style: normal !important;
}

.titular p span {
	font-size: 24px !important;
	font-family: 'TTNorms Extra Bold' !important;
	line-height: 25px !important;
	font-style: normal !important;
}

.contingut-noticia p span {
	font-family: 'TTNorms Regular' !important;
}

.yotu-button-prs-2 {
	background: transparent !important;
	border: none !important;
	font-size: 16px !important;
	border-bottom: 1px solid !important;
}

.yotu-pagination.yotu-pager_layout-center_no_text.yotu-pagination-top {
	display: none;
}

.video-ample figure {
	width: 100%;
}

.video-ample figure iframe {
	height: 650px;
	width: 100%;
}

form.yourFormCustomContainer {
	display: flex;
	align-items: center;
}

form.yourFormCustomContainer input[type="submit"] {
	background: #DA4459;
	border-color: #DA4459;
	border-radius: 0;
	color: white;
	margin-left: 15px;
	cursor: pointer;
	text-transform: uppercase;
	margin-top: 34px;
}

input#id_orxgf4 {
	background: transparent;
	border: 1px solid #DA4459;
}

input#c729824c {
	margin-right: 8px;
	margin-left: 3px;
}

span.categoria-singles a.categoria-congreso {
    color: #FFAC48;
    font-family: 'TTNorms Black';
    font-size: 18px;
    text-transform: uppercase;
    }
    
span.categoria-singles a.categoria-municipal {
    color: #37B48A;
    font-family: 'TTNorms Black';
    font-size: 18px;
    text-transform: uppercase;
}

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

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

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

a.categoria-congreso {
    color: #FFAC48;
    font-family: 'TTNorms Black';
    font-size: 18px;
    text-transform: uppercase;
    }
    
a.categoria-municipal {
    color: #37B48A;
    font-family: 'TTNorms Black';
    font-size: 18px;
    text-transform: uppercase;
}

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

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


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

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

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

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

body.archive.category.category-parlament header.destacada .category-parlament a {
    color: #B3D343;
}

.tracking-normal {
    letter-spacing: 0.1px !important;
}

h4.mapplic-lightbox-title {
    font-size: 30px;
    padding: 25px 0 0;
}

