/*
	Theme Name: Hello Elementor Child
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: A plain-vanilla & lightweight theme for Elementor page builder
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
  	Template:hello-elementor
	Version: 1.0.0
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor-child
	Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

.listado .cabecera_listado{text-align: right;padding: 50px 0 20px;}
.listado .cabecera_listado h3{display: inline-block;font-family: "Roboto Slab", Sans-serif;font-size: 25px;font-weight: 600;color: #700D17;margin-right: 10px;}
.listado .cabecera_listado  form{display: inline-block;}
.listado .cabecera_listado  form select{font-weight: bold;}
.listado table{border-collapse: collapse;border-spacing: 0;}
.listado table *:not(.fas) { font-family: var(--e-global-typography-text-font-family), Sans-serif; }
.listado table thead th{border: none !important;background: rgba(0, 0, 0, .1);padding: 8px;line-height: 1.7142857143;vertical-align: top;border-top: 1px solid #ddd;text-align: left;font-weight: bold;font-size: 14px;font-family: Roboto, sans-serif;    text-transform: uppercase;color: #666;}
.listado table tbody td{border: none !important;padding: 8px;line-height: 1.7142857143;vertical-align: top;border-top: 1px solid #ddd;color: #666;font-size: 1rem;font-weight: 600;vertical-align: middle;}
.listado table tbody td p{font-size: 0.9em;color: black;margin-bottom:0.5rem;font-weight:normal !important;}
.listado table tbody td p:last-of-type { margin-bottom: 0 !important; }
.listado table tbody td span{margin-right: 5px;}
.listado table tbody td span a{color: #700D17;font-weight: bold;}
div.pagination{text-align: center;}
div.pagination span{display: inline-block;vertical-align: middle;width: 34px;border-radius: 20px;padding: 5px 9px;}
div.pagination a{display: inline-block;vertical-align: middle;border-radius: 20px;padding: 5px 9px;background: #700D17;color: white;width: 34px;}
div.pagination a.next{background: none;color: #700D17;}
div.pagination a.prev{background: none;color: #700D17;}
.preloader_anys{display: none;text-align: center;position: absolute;width: 100%;text-align: center;background: rgba(255,255,255,0.6);height: 100%;}
.preloader_anys div{width: 100%;}
.preloader_anys div img{max-width: 120px;margin-top: 90px;}

#portada-diades div a h2 {
	color: var( --e-global-color-secondary );
    font-family: var(--e-global-typography-secondary-font-family), sans-serif;
    font-size: 24px;
    font-weight: bold;
    -webkit-text-stroke-color: #000;
    stroke: #000;
	margin: 0;
}
#portada-diades div a p {
	color: var( --e-global-color-text );
    font-family: var(--e-global-typography-secondary-font-family), sans-serif;
    font-size: 13px;
    font-weight: 400;
	margin: 0;
}
#portada-diades div div p {
	color: var( --e-global-color-accent );
    font-family: var(--e-global-typography-secondary-font-family), sans-serif;
    font-size: 13px;
    font-weight: 400;
	margin: 0;
}

#portada-diades {
	display: block;
}

#portada-diades > div {
	display: flex;
    justify-content: flex-start;
    align-items: center;
}

#portada-diades > div:nth-of-type(2) {
	margin-top: 12px;
}

@media all and (min-width: 768px)  {
	#portada-diades {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
	}
	
	#portada-diades > div {
		flex: 50%;
		border-left: 1px solid #111;
		padding-left: 30px;
		padding-right: 30px;
	}
	
	#portada-diades > div:nth-of-type(2) {
		margin-top: 0;
	}
}

.carregant-contenidor{background-color:#fff;width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;transition:opacity 1s ease}
.carregant-flex{height:200px}
.carregant{overflow:hidden;transition:max-height .5s ease-in}
@keyframes myload{0%{max-height:0px}to{max-height:200px}}

.resultatsEstadistica {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-flow: row wrap;
	gap: 5px;
	margin-bottom: 30px;
}

.resultatsEstadistica > div {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	flex: 0 1 calc(16.66% - 5px);
	min-width: 100px;
}

.resultatsEstadistica > div:last-child {
	margin-right: auto;
}

.resultatsEstadistica > div > div:nth-of-type(1) {
	border: 1px solid hsla(0,0%,50.2%,.5019607843137255);
	width: 100%;
	padding: 15px;
    line-height: 1.5;
	text-align: center;
}
.resultatsEstadistica > div > div:nth-of-type(2) {
	border: 1px solid hsla(0,0%,50.2%,.5019607843137255);
	border-top: none;
	width: 100%;
	padding: 15px;
    line-height: 1.5;
	background-color: hsla(0,0%,50.2%,.07058823529411765);
	text-align: center;
}

.resultatsEstadisticaHeader {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-flow: row wrap;
	gap: 5px;
	margin-bottom: 30px;
}

.resultatsEstadisticaHeader > div {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	flex: 0 1 calc(25% - 8px);
	min-width: 195px;
}

.resultatsEstadisticaHeader > div > div:nth-of-type(1) {
	width: 100%;
	padding: 15px;
    line-height: 1.5;
	text-align: center;
	background-color: var( --e-global-color-primary );
	font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-primary-font-weight );
	color: #ffffff;
}

.resultatsEstadisticaHeader > div > div:nth-of-type(2) {
	border: 1px solid hsla(0,0%,50.2%,.5019607843137255);
	border-top: none;
	width: 100%;
	padding: 15px;
    line-height: 1.5;
	background-color: hsla(0,0%,50.2%,.07058823529411765);
	text-align: center;
}

.resultatsEstadistica p,
.resultatsEstadisticaHeader p {
	margin-bottom: 0 !important;
}

.estadisticaHeaderItem {
	font-size: 1.5rem;
	font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-primary-font-weight );
}
.estadisticaHeaderItem span {
	font-size: 1rem;
	font-weight: normal;
}

#selector_estadistica {
	margin-bottom: 20px !important;
}