body {
	padding: 0;
	margin: 0;
	font-family: 'PT Sans';
	color: #333;
	background: #f3f3f3;
}
.header {
	width: 100%;
	background: #f7b060;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 85px;
	position: relative;
}
.page_productores .header {
	padding-bottom: 60px;
}
.podcasts {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	max-width: 900px;
	margin-auto;
	margin-top: 40px;
	display: inline-block;
}
.podcasts li {
	display: inline-block;
	background: #ddd;
	border-radius: 3px;
	padding: 5px 10px;
	margin: 5px;
}
h1 {
	font-family: 'Oswald';
	border: 1px solid #fff;
	font-size: 90px;
	font-weight: 400;
	margin: 0;
	display: inline-block;
	padding: 15px 50px;
	margin-bottom: 10px;
}
h2 {
	font-family: 'PT Sans';
	font-weight: bold;
	font-size: 28px;
	width: 100%;
	text-align: center;
}
h3 {
	font-size: 34px;
}
.header a {
	font-weight: bold;
	color: #e75200;
	text-decoration: none;
	background: #fff;
	border-radius: 5px;
	padding: 10px 20px;
}
.page_resultados {
	background: #fff;
}
.header.small {
	padding: 20px;
	display: flex;
	align-items: flex-start;
    box-sizing: border-box;
}
.header.small h1 {
	padding: 3px 10px;
    font-size: 24px;
    font-weight: 400;
}
.header.small h3 {
	flex-grow: 1;
	margin: 0;
}
.destacado {
	background: #e75200 !important;
	color: #fff !important;
	text-align: center;
	border-radius: 100px !important;
	margin: auto !important;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -30px;
	padding: 20px 40px;
	font-weight: bold;
	font-size: 24px;
	box-shadow: 0px 1px 6px rgba(0,0,0,0.3);
}
.destacado.boton {
	position: relative;
	bottom: inherit;
	margin: auto;
	text-decoration: none;
	display: inline-block;

}
.main {
	max-width: 680px;
	margin: auto;
	padding: 50px;
}
.page_resultados .main {
	max-width: 960px;
}
.embed .main {
	max-width: 100%;
	height: 100%;
    position: absolute;
    width: 100%;
    padding: 10px;
    padding-top: 0;
}
.embed .active_filters {
	border: none;
	padding: 0;
	margin: 0;
}
.embed_footer {
	text-align: center;
	font-size: 14px;
	float: left;
    width: 100%;
    line-height: 24px;
}
.embed_footer a {
	color: orange;
	text-decoration: none;
}
p {
	font-size: 22px;
	line-height: 35px;
}
.bloques {
	margin-top: 20px;
	float: left;
}
.bloque_item {
	width: 47%;
	height: 220px;
	background: #fff;
	padding: 30px 30px;
	box-sizing: border-box;
	box-shadow: 0px 1px 6px rgba(0,0,0,0.3);
	float: left;
	text-align: center;
}
.bloque_item p {
	line-height: normal;
	margin: 0;
}
.bloque_item b {
	line-height: 40px;
}
.bloque_item a {
	border-radius: 7px;
	background: #e75200;
	color: #fff;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
	font-size: 20px;
	padding: 7px 30px;
	margin-top: 15px;
	display: inline-block;
	clear: both;
	transition: .3s;
}
.bloque_item a:hover {
	background: #fbb805;
}
.bloque_right {
	float: right;
}
.colaboradores {
	width: 100%;
	clear: both;
	margin-top: 80px;
	display: inline-block;
}
.colaboradores .top {
	background: #333;
	color: #fff;
	width: 100%;
	text-align: center;
	font-size: 90px;
	font-family: 'Oswald';
	padding: 10px 0;
}
.logos {
	padding: 40px 0;
	width: 100%;
	background: #fff;
	text-align: center;
}
.logos h3 {
	max-width:900px;
	margin: auto;
	margin-bottom: 50px;
}
.logos img {
	max-width: 100%;
	width: auto;
}

/* CHART */
.chart_module {
	width: 100%;
	float: left;
	text-align: center;
}
.chart_module .share_block {
	margin-top: -20px;
	margin-bottom: 20px;
	float: none;
}
.embed .chart_module .share_block {
	display: none;
}
.chart_module h4 {
	font-size: 18px;
	text-align: center;
	width: 100%;
	color: #333;
}
.chartjs-render-monitor {
	margin-bottom: 30px;
}
.filters {
	background: #f3f3f3;
	padding: 10px;
}
select {
	border-radius: 3px;
	padding: 5px;
	height: 24px;
	max-width: 100%;
}
.active_filters {
	border-top: 1px dotted #333;
	padding-top: 10px;
	margin: 10px 0;
	margin-bottom: 0;
}
.btn {
	border-radius: 3px;
	padding: 5px;
	background: orange;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
}
.btn_filtrar {
	padding: 5px 10px;	
}
.filter_select {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}
.filter_select select {
	vertical-align: top;	
}
.filter_select .btn {
	height: 14px;
	line-height: auto;
}
.share_block {
	background: #fff;
    border-radius: 3px;
	box-sizing: border-box;
    font-size: 13px;
    width: auto;
    display: inline-block;
    border: 1px solid orange;
    float: right;
}
.share_link {
    padding: 5px 10px;
    display: inline-block;	
    border: none;
    width: 250px;
}
.btn.btn_share {
	border-top-left-radius: 0; 
	border-bottom-left-radius: 0; 
	padding-left: 10px;
	padding-right: 10px;
}
.loader {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: rgba(0,0,0,0.7);
	display: none;
}
.lds-css {
	position: relative;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 146px;
}

@keyframes lds-rolling {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes lds-rolling {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.lds-rolling {
  position: relative;
}
.lds-rolling div,
.lds-rolling div:after {
  position: absolute;
  width: 150px;
  height: 150px;
  border: 10px solid orange;
  border-top-color: transparent;
  border-radius: 50%;
}
.lds-rolling div {
  -webkit-animation: lds-rolling 1s linear infinite;
  animation: lds-rolling 1s linear infinite;
  top: 100px;
  left: 100px;
}
.lds-rolling div:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.lds-rolling {
  width: 146px !important;
  height: 146px !important;
  -webkit-transform: translate(-73px, -73px) scale(0.73) translate(73px, 73px);
  transform: translate(-73px, -73px) scale(0.73) translate(73px, 73px);
}

@media (max-width: 768px) {
	.header {
		padding: 30px 20px;
		box-sizing: border-box;
	}
	.destacado {
		font-size: 19px;
		padding: 10px;
		width: 80%;
		bottom: -20px;
	}
	h1 {
		font-size: 50px;
		line-height: 60px;
		padding: 20px 40px;
	}
	h2 {
		font-size: 20px;
		margin-bottom: 40px;
	}
	h3 {
		font-size: 26px;
		line-height: normal;
	}
	.main {
		padding: 30px 20px;
	}
	p {
		font-size: 18px;
		font-weight: normal;
		line-height: 32px;
	}
	.bloque_item {
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}
	.colaboradores {
		margin-top: 10px;
	}
	.colaboradores .top {
		font-size: 50px;
	}
	.logos {
		text-align: center;
	}
	.header.small {
		display: block;
	}
	.header a {
		font-size: 12px;
	    padding: 5px 10px;
	    margin-top: 5px;
	    display: inline-block;
	}
	.header.small h1 {
		line-height: 36px;
	}
	.share_link {
		width: 50px;
	}
}
	


