@import url(metro-icons-codes.css);
@import url(metro-icons-embedded.css);
@import url(metro-icons-ie7-codes.css);
@import url(metro-icons-ie7.css);
@import url(metro-icons.css);
.clearfix::after,
.list .listItem::after {
	clear: both;
	content: '';
	display: table;
}

/* OCULTAR LOGO reCAPTCHA */

.grecaptcha-badge {
	display:none;
}

.air,
.latest__button,
.member,
.podcastChapter,
.podcastProgram,
.popularItem__info,
.show__main,
.singlePost__nav {
	box-sizing: border-box;
	padding: 10px;
}

.air-vert {
	padding-left: 0;
	padding-right: 0;
}

.air-horz {
	padding-top: 0;
	padding-bottom: 0;
}

.wrapper {
	margin-left: auto;
	margin-right: auto;
}

.wrapper-xxl {
	max-width: 1920px;
}

.wrapper-xl {
	max-width: 1600px;
}

.wrapper-x {
	max-width: 1400px;
}

.wrapper-l {
	max-width: 1280px;
}

.wrapper-m {
	max-width: 900px;
}

.wrapper-s {
	max-width: 768px;
}

.wrapper-xs {
	max-width: 640px;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto;
}

input[type=search] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: 700;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

::-webkit-scrollbar {
	background: #ccc;
	width: 5px;
	height: 5px;
}

::-webkit-scrollbar-track {
	background: #ccc;
	border-radius: 2.5px;
}

::-webkit-scrollbar-thumb {
	background: #777;
	border-radius: 2.5px;
}

::-webkit-scrollbar-thumb:hover {
	background: #666;
}

input:not([type=radio]):not([type=checkbox]):not([type=submit]) {
	width: 100%;
	height: 35px;
	box-sizing: border-box;
	padding: .4rem .5rem;
	border: 1px solid #a9a9a9;
	background-color: transparent;
}

@media only screen and (max-width:640px) {
	input:not([type=radio]):not([type=checkbox]):not([type=submit]) {
		font-size: 16px;
	}
}

input[type=submit] {
	border: 0;
}

input[type=checkbox],
input[type=radio] {
	width: 1rem;
	height: 1rem;
	-webkit-appearance: none;
	box-shadow: inset 0 0 0 1px #a9a9a9;
}

input[type=checkbox]:checked,
input[type=radio]:checked {
	background-color: #212121;
}

input[type=radio] {
	border-radius: 50%
}

select,
textarea {
	width: 100%;
	box-sizing: border-box;
	padding: .4rem .5rem;
}

@media only screen and (max-width:640px) {
	select,
	textarea {
		font-size: 16px;
	}
}

label {
	display: inline-block;
	margin-bottom: 5px;
	font-size: .9rem;
}

.compoundInput {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	box-shadow: inset 0 0 0 1px #212121;
	border-radius: 50px;
	overflow: hidden;
}

.compoundInput-white {
	box-shadow: inset 0 0 0 1px #fff;
}

.compoundInput-white .compoundInput__close,
.compoundInput-white .compoundInput__submit {
	background-color: #fff;
	color: #161616;
}

.compoundInput__input {
	border: 0!important;
	padding-left: 1em!important;
}

.compoundInput__close,
.compoundInput__submit {
	-webkit-appearance: none;
	padding-left: .75em;
	padding-right: 1em;
	background-color: #161616;
	box-shadow: none;
	border: 0;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}

@font-face {
	font-family: IntegralCF;
	font-style: normal;
	font-weight: 700;
	src: url(../font/integral-cf/integral-cf-bold.eot);
	src: url(../font/integral-cf/integral-cf-bold.eot?#iefix) format("embedded-opentype"), url(../font/integral-cf/integral-cf-bold.woff2) format("woff2"), url(../font/integral-cf/integral-cf-bold.woff) format("woff"), url(../font/integral-cf/integral-cf-bold.ttf) format("truetype"), url(../font/integral-cf/integral-cf-bold.svg#youworkforthem) format("svg");
}

@font-face {
	font-family: IntegralCF;
	font-style: normal;
	font-weight: 600;
	src: url(../font/integral-cf/integral-cf-demi-bold.eot);
	src: url(../font/integral-cf/integral-cf-demi-bold.eot?#iefix) format("embedded-opentype"), url(../font/integral-cf/integral-cf-demi-bold.woff2) format("woff2"), url(../font/integral-cf/integral-cf-demi-bold.woff) format("woff"), url(../font/integral-cf/integral-cf-demi-bold.ttf) format("truetype"), url(../font/integral-cf/integral-cf-demi-bold.svg#youworkforthem) format("svg");
}

@font-face {
	font-family: IntegralCF;
	font-style: normal;
	font-weight: 900;
	src: url(../font/integral-cf/integral-cf-heavy.eot);
	src: url(../font/integral-cf/integral-cf-heavy.eot?#iefix) format("embedded-opentype"), url(../font/integral-cf/integral-cf-heavy.woff2) format("woff2"), url(../font/integral-cf/integral-cf-heavy.woff) format("woff"), url(../font/integral-cf/integral-cf-heavy.ttf) format("truetype"), url(../font/integral-cf/integral-cf-heavy.svg#youworkforthem) format("svg");
}

html {
	color: #212121;
	font-family: Roboto, sans-serif;
	font-size: 14px;
}

h1,
h2,
h3,
h4,
h5 {
	margin-top: .5em;
	margin-bottom: .5em;
	font-family: IntegralCF, sans-serif;
	font-family: IntegralCF, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}

h1 {
	font-size: 2.488em;
	font-weight: 700;
}

.archive .header h1 {
	margin: 0;
	font-size: 1.953em;
}

.header h1 {
	font-size: 1.953em;
}

h1.singlePost__title {
	font-size: 1.953em;
}

@media only screen and (max-width:768px) {
	h1 {
		font-size: 2.074em;
	}
}

@media only screen and (max-width:640px) {
	h1 {
		font-size: 1.953em;
	}
	.archive .header h1 {
		font-size: 1.728em;
	}
}

@media only screen and (max-width:480px) {
	h1 {
		font-size: 1.728em;
	}
	.archive .header h1 {
		font-size: 1.563em;
	}
}

@media only screen and (max-width:360px) {
	h1 {
		font-size: 1.563em;
	}
	.archive .header h1 {
		font-size: 1.44em;
	}
}

h2 {
	font-size: 1.953em;
	font-weight: 700;
}

.bajada {
	font-size: 1.2em;
	text-transform: none;
	font-family: Roboto, sans-serif;
}

.section__body-archive h2 {
	font-size: 1em;
	margin-top: 0;
}

.show__info h2 {
	margin: .2em 0;
	font-weight: 600;
	font-size: 1.2em;
}

@media only screen and (max-width:640px) {
	h2 {
		font-size: 1.728em;
	}
}

@media only screen and (max-width:480px) {
	h2 {
		font-size: 1.563em;
	}
}

@media only screen and (max-width:360px) {
	h2 {
		font-size: 1.44em;
	}
}

h3 {
	font-size: 1.2em;
	font-weight: 700;
}

.primera h3 {
	font-size: 1.728em;
}

.post__info h3 {
	width: 100%;
	margin-top: 0;
	font-size: .9em;
}

.section-extra h3 {
	letter-spacing: .05em;
}

@media only screen and (max-width:640px) {
	h3 {
		font-size: 1.563em;
	}
}

@media only screen and (max-width:480px) {
	h3 {
		font-size: 1.44em;
	}
}

@media only screen and (max-width:360px) {
	h3 {
		font-size: 1.2em;
	}
}

h4 {
	font-size: 1.44em;
}

@media only screen and (max-width:480px) {
	h4 {
		font-size: 1.2em;
	}
}

h5 {
	font-size: 1.2em;
}

@media only screen and (max-width:480px) {
	h5, .show__info h2 {
		font-size: 1em;
	}
}

body .podcastChapter__img img,
body .podcastProgram__img img,
body .post-blog__img img,
body .post-featured__img img,
body .post__img img,
body .show__img img,
body .singlePost__head img,
body .slider-ondemand .swiper-slide img {
	transition: opacity ease .3s;
}

body .liveSchedule .slider-liveSchedule,
body .ngg-slideshow>*,
body .singlePost__head .singlePost__back {
	transition: opacity ease .3s;
}

body .ngg-slideshow .sl-wrapper .sl-image {
	transition: box-shadow ease .3s;
}
/*
body:not(.images-loaded) .ngg-slideshow,
body:not(.images-loaded) .podcastChapter__img,
body:not(.images-loaded) .podcastProgram__img,
body:not(.images-loaded) .post-blog__img,
body:not(.images-loaded) .post-featured__img,
body:not(.images-loaded) .post__img,
body:not(.images-loaded) .show__img,
body:not(.images-loaded) .singlePost__head,
body:not(.images-loaded) .slider-ondemand .swiper-slide {
	background: linear-gradient(45deg, #bfbfbf, #efefef, #bfbfbf);
	background-size: 400% 400%;
	-webkit-animation: placeholder 4s ease infinite;
	-moz-animation: placeholder 4s ease infinite;
	animation: placeholder 4s ease infinite;
}

body:not(.images-loaded) .ngg-slideshow img,
body:not(.images-loaded) .podcastChapter__img img,
body:not(.images-loaded) .podcastProgram__img img,
body:not(.images-loaded) .post-blog__img img,
body:not(.images-loaded) .post-featured__img img,
body:not(.images-loaded) .post__img img,
body:not(.images-loaded) .show__img img,
body:not(.images-loaded) .singlePost__head img,
body:not(.images-loaded) .slider-ondemand .swiper-slide img {
	opacity: 0;
}

body:not(.images-loaded) .liveSchedule {
	background: linear-gradient(45deg, #272727, #161616, #272727);
	background-size: 400% 400%;
	-webkit-animation: placeholder 4s ease infinite;
	-moz-animation: placeholder 4s ease infinite;
	animation: placeholder 4s ease infinite;
}

body:not(.images-loaded) .liveSchedule .slider-liveSchedule {
	opacity: 0;
}

body:not(.images-loaded) .ngg-slideshow>*,
body:not(.images-loaded) .singlePost__head .singlePost__back {
	opacity: 0;
}
*/
@-webkit-keyframes placeholder {
	0% {
		background-position: 0 100%
	}
	50% {
		background-position: 100% 0;
	}
	100% {
		background-position: 0 100%
	}
}

@-moz-keyframes placeholder {
	0% {
		background-position: 0 100%
	}
	50% {
		background-position: 100% 0;
	}
	100% {
		background-position: 0 100%
	}
}

@keyframes placeholder {
	0% {
		background-position: 0 100%
	}
	50% {
		background-position: 100% 0;
	}
	100% {
		background-position: 0 100%
	}
}

.btn {
	display: inline-block;
	box-sizing: border-box;
	color: #212121;
	transition: ease .3s;
	transition-property: background-color, color;
	text-decoration: none;
}

.btn:hover {
	text-decoration: underline;
}

.btn-text {
	padding: .7rem 1rem .6rem 1rem;
	border-radius: 2rem;
	font-weight: 700;
	text-transform: uppercase;
}

.btn-text:hover {
	background-color: rgba(214, 214, 214, .2);
}

.btn-icon {
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	padding: .5rem;
	border-radius: 50%
}

.btn-icon:hover {
	background-color: rgba(214, 214, 214, .2);
	text-decoration: none;
}

.btn-solid {
	background-color: #212121;
	color: #fff;
}

.btn-solid:hover {
	background-color: #000;
	text-decoration: none;
}

.btn-outline {
	box-shadow: inset 0 0 0 1px #212121;
}

.btn-outline:hover {
	background-color: #212121;
	color: #fff;
	text-decoration: none;
}

.btn-white,
.liveSchedule:not(.liveSchedule-white) .liveSchedule__title-full .btn,
.singlePost-dark .share__button {
	color: #fff;
}

.btn-white.btn-outline,
.liveSchedule:not(.liveSchedule-white) .liveSchedule__title-full .btn-outline.btn,
.singlePost-dark .btn-outline.share__button {
	box-shadow: inset 0 0 0 1px #fff;
}

.btn-white.btn-outline:hover,
.liveSchedule:not(.liveSchedule-white) .liveSchedule__title-full .btn-outline.btn:hover,
.singlePost-dark .btn-outline.share__button:hover {
	background-color: #fff;
	color: #212121;
}

.btn-white.btn-solid,
.liveSchedule:not(.liveSchedule-white) .liveSchedule__title-full .btn-solid.btn,
.singlePost-dark .btn-solid.share__button {
	background-color: #fff;
	color: #212121;
}

.btn-white.btn-solid:hover,
.liveSchedule:not(.liveSchedule-white) .liveSchedule__title-full .btn-solid.btn:hover,
.singlePost-dark .btn-solid.share__button:hover {
	background-color: #d6d6d6;
}

.btn-fake {
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	padding: .5rem;
	border-radius: 50%;
	box-shadow: inset 0 0 0 1px #212121;
}

.btn-fake:hover {
	text-decoration: none;
}

.highlight,
.liveSchedule__show.current-show .liveSchedule__title,
.liveSchedule__show:not(.full-schedule):hover .liveSchedule__title {
	line-height: 1.2em;
	text-transform: uppercase;
}

.highlight span,
.liveSchedule__show.current-show .liveSchedule__title span,
.liveSchedule__show:not(.full-schedule):hover .liveSchedule__title span {
	position: relative;
	left: .1em;
	display: inline;
	padding: 0 .1em .2em .1em;
	background-color: #212121;
	box-shadow: .1em 0 0 #212121, -.1em 0 0 #212121;
}

.highlight-white span {
	background-color: #fff;
	box-shadow: .1em 0 0 #fff, -.1em 0 0 #fff;
}

.post-featured {
	position: relative;
	color: #fff;
	text-decoration: none;
}

.post-featured a {
	color: inherit;
}

.post-featured__external {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	max-width: 50%;
	box-sizing: border-box;
	padding: 1em;
}

@media only screen and (max-width:640px) {
	.post-featured__external {
		max-width: 100%;
		padding: .5em;
	}
}

@media only screen and (max-width:425px) {
	.post-featured__external {
		max-width: 90px;
	}
}

.post-featured__external img {
	width: 100px;
	max-width: 100%
}

.post-featured__img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.post-featured__img img {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.post-featured__label {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: .25em .75em;
	border-radius: 1em;
	background-color: #fff;
	font-size: .8rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #212121;
}

.post-featured__info {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
}

.post-featured__info h3,
.post-featured__info h4,
.post-featured__info h5 {
	width: 100%
}

.post-featured__info span {
	text-transform: uppercase;
	font-size: .8rem;
}

.post-featured__info .post-featured__date {
	float: right;
}

.post-featured-podcast {
	--main-color: #f41358;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 10px;
	background-color: var(--main-color);
	text-align: center;
}

@media only screen and (max-width:640px) {
	.post-featured-podcast {
		flex-direction: row;
		justify-content: space-around;
		padding-top: 1em;
		padding-bottom: 1em;
	}
}

.post-featured-podcast.los-ovnis-existen {
	--main-color: #34284f;
}

.post-featured-podcast.diario-de-cuarentena {
	--main-color: #fb5b67;
}

.post-featured-podcast.efecto-thc {
	--main-color: #afc302;
}

.post-featured-podcast.metro-y-medio-profundo {
	--main-color: #0FC185;
}

.post-featured-podcast.multijugador {
	--main-color: #6B91FE;
}

.post-featured-podcast.hackers-estafadores-y-algo-mas {
	--main-color: #ee2324;
}

.post-featured-podcast.3-iguales {
	--main-color: #fe7210;
}

.post-featured-podcast.backforward {
	--main-color: #00b169;
}

.post-featured-podcast.pena-esta-vivo {
	--main-color: #532c25;
}

.post-featured-podcast.sistas {
	--main-color: #795cc0;
}

.post-featured-podcast.argentina-open-2020-en-metro {
	--main-color: #af3b04;
}

.post-featured-podcast.the-boys {
	--main-color: #ad1f21;
}

.post-featured-podcast.casa-radio {
	--main-color: #000000;
}

.post-featured-podcast .post-featured__img {
	position: relative;
	width: 120px;
	height: 120px;
	margin-top: 10px;
	border-radius: 50%;
	box-shadow: 0 0 0 2px #fff;
	overflow: visible;
}

@media only screen and (max-width:1280px) {
	.post-featured-podcast .post-featured__img {
		width: 100px;
		height: 100px;
	}
}

@media only screen and (max-width:640px) {
	.post-featured-podcast .post-featured__img {
		width: 90px;
		height: 90px;
		margin: 0;
	}
}

.post-featured-podcast .post-featured__img img {
	border-radius: 50%
}

.post-featured-podcast .post-featured__img::before {
	position: absolute;
	right: 0;
	bottom: 0;
	content: '\e809';
	width: 1.75em;
	height: 1.75em;
	font-size: 1.5em;
	line-height: 1.75em;
	border-radius: 50%;
	background-color: #fff;
	color: var(--main-color);
	font-family: metro-icons;
	z-index: 1;
}

@media only screen and (max-width:768px) {
	.post-featured-podcast .post-featured__img::before {
		width: 1.5em;
		height: 1.5em;
		font-size: 1.25em;
		line-height: 1.5em;
	}
}

@media only screen and (max-width:640px) {
	.post-featured-podcast .post-featured__content {
		width: 100%;
		max-width: calc(100% - 110px);
		margin-left: 10px;
		text-align: left;
	}
}

@media only screen and (max-width:640px) {
	.post-featured-podcast .post-featured__label {
		position: relative;
		top: auto;
		left: auto;
	}
}

.post-featured-podcast .post-featured__info {
	position: relative;
	right: auto;
	bottom: auto;
	left: auto;
	justify-content: center;
	background: 0 0;
}

@media only screen and (max-width:640px) {
	.post-featured-podcast .post-featured__info {
		padding: 0;
		justify-content: flex-start;
	}
}

.post-featured-podcast .post-featured__date::before {
	content: '-';
	margin-left: 2px;
}

.post {
	position: relative;
	width: 100%;
	max-width: calc(100%/5);
	margin-bottom: 1em;
	padding: 5px;
	box-sizing: border-box;
	text-decoration: none;
	color: #161616;
}

@media only screen and (max-width:1280px) {
	.post {
		max-width: calc(100%/4);
	}
}

@media only screen and (max-width:900px) {
	.post {
		max-width: calc(100%/3);
	}
}

@media only screen and (max-width:640px) {
	.post {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap: wrap;
		max-width: 100%;
		padding: 0;
	}
}

.post__external {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	max-width: 50%;
	box-sizing: border-box;
	padding: 1em;
}

@media only screen and (max-width:640px) {
	.post__external {
		max-width: 100%;
		padding: .5em;
	}
}

@media only screen and (max-width:425px) {
	.post__external {
		max-width: 90px;
	}
}

.post__external img {
	width: 100px;
	max-width: 100%
}

.post__img {
	position: relative;
	max-width: 100%;
	height: calc(100%/3*2);
}

@media only screen and (max-width:640px) {
	.post__img {
		width: 120px;
		height: 120px;
		float: left;
	}
}

@media only screen and (max-width:425px) {
	.post__img {
		width: 90px;
		height: 90px;
	}
}

.post__img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media only screen and (max-width:640px) {
	.post__img img {
		position: absolute;
	}
}

.post__info {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 5px;
	box-sizing: border-box;
}

@media only screen and (max-width:640px) {
	.post__info {
		width: 100%;
		max-width: calc(100% - 130px);
		float: right;
		margin-left: 10px;
		padding-top: 0;
		padding-right: 0;
		padding-bottom: 10px;
		padding-left: 0;
		border-bottom: 1px solid #d6d6d6;
	}
}

@media only screen and (max-width:425px) {
	.post__info {
		max-width: calc(100% - 100px);
	}
}

.post__info h5 {
	width: 100%;
	margin-top: 0;
	font-size: .9em;
}

.post__info span {
	margin-top: auto;
	text-transform: uppercase;
	font-size: .8em;
}

.post-blog {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	width: 50%;
	margin-bottom: 10px;
	color: #212121;
	text-decoration: none;
}

@media only screen and (max-width:640px) {
	.post-blog {
		width: 100%
	}
}

.post-blog__img {
	width: 50%;
	height: 150px;
}

@media only screen and (max-width:640px) {
	.post-blog__img {
		width: 120px;
		height: 120px;
	}
}

@media only screen and (max-width:425px) {
	.post-blog__img {
		width: 90px;
		height: 90px;
	}
}

.post-blog__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.post-blog__info {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	width: calc(50% - 2em);
	box-sizing: border-box;
	margin-left: 1em;
	margin-right: 1em;
	border-bottom: 1px solid #d6d6d6;
}

@media only screen and (max-width:640px) {
	.post-blog__info {
		width: calc(100% - 130px);
		margin-left: 10px;
		margin-right: 0;
	}
}

@media only screen and (max-width:425px) {
	.post-blog__info {
		width: calc(100% - 100px);
	}
}

.post-blog__info h5 {
	width: 100%;
	font-size: .9em;
}

.post-blog__info span {
	margin-top: auto;
	margin-bottom: .5em;
	text-transform: uppercase;
	font-size: .8em;
}

.post-blog__date {
	margin-left: auto;
}

[class="post-featured post-featured-podcast 3-iguales"] {
	--main-color: #fe7210;
}

.banner {
	width: 100%
}

#stickyunit {
	position: fixed;
    width: 100%;
    bottom: 0;
    z-index:9999;    
    background: #fff;
    display:none;
    box-shadow: 0px -2px 6px 0px #afafaf;
}

#stickyunit .the_wrap {
	position: relative;
}

#stickyunit .the_wrap .close { 
    position: absolute;
    top: -23px;
    background: #fff;
    right: 0;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    z-index: 999;    
    border-top-right-radius: 20%;
    border-top-left-radius: 20%;
    box-shadow: -2px -2px 2px 0px #afafaf;
}

#stickyunit .the_wrap .close span {
	padding: 7px;
}

@media only screen and (max-width:640px) {
	.banner {
		display: none;
	}
}

.banner-large {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width:970px) {
	.banner-large {
		display: none;
	}
}

.banner-large>div {
	margin-top: 10px;
	margin-bottom: 10px;
}

.banner-mobile {
	display: none;
	width: 100%
}

@media only screen and (max-width:640px) {
	.banner-mobile {
		display: block;
	}
}

.banner-mobile>div {
	margin-top: 10px;
	margin-bottom: 10px;
}

.banner-extra>div {
	margin-top: 2em;
	margin-bottom: 2em;
}

.home .banner-large>div {
	margin-bottom: 0;
}

.share {
	max-width: 35px;
	float: right;
	padding: 1em;
}

@media only screen and (max-width:640px) {
	.share {
		max-width: 100%;
		float: none;
		padding: 0;
	}
}

@media only screen and (min-width:641px) {
	.share.is-sticky {
		position: -webkit-sticky;
		position: sticky;
		top: 100px;
		left: 250px;
	}
}

.share__button {
	margin-bottom: .5em;
}

@media only screen and (max-width:640px) {
	.share__button {
		box-shadow: none!important;
		margin-bottom: .75em;
	}
}

a.tag {
	display: inline-block;
	margin-top: .2em;
	margin-bottom: .2em;
	padding: .25em .5em;
	color: #fff;
	text-decoration: none;
}

a.tag:nth-of-type(6n+1) {
	background-color: #0be0c0;
}

a.tag:nth-of-type(6n+2) {
	background-color: #ffc600;
}

a.tag:nth-of-type(6n+3) {
	background-color: #f41358;
}

a.tag:nth-of-type(6n+4) {
	background-color: #d101f7;
}

a.tag:nth-of-type(6n+5) {
	background-color: #34d1ff;
}

a.tag:nth-of-type(6n+6) {
	background-color: #0300f4;
}

.list {
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}

.list__head {
	width: 100%;
	height: 3em;
	background-color: #212121;
	background-image: url(../img/misc/list.png);
	background-position: bottom left;
	background-repeat: repeat-x;
}

.list__body {
	list-style: none;
	margin: 0;
	padding: 0;
}

.list .listItem {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	padding-top: 10px;
	font-size: .9em;
	transition: background-color ease .2s;
}

.list .listItem:hover {
	background-color: rgba(214, 214, 214, .4);
}

.list .listItem__img {
	width: 90px;
	height: 90px;
	float: left;
}

.list .listItem__img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.list .listItem__info {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: calc(100% - 100px);
	box-sizing: border-box;
	margin-left: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d6d6d6;
}

.list .listItem__info span {
	margin-top: auto;
}

.list .listItem__title {
	width: 100%;
	margin-top: 0;
	font-family: IntegralCF, sans-serif;
	font-weight: 700;
}

.list .listItem__title a {
	color: #161616;
	text-decoration: none;
}

.list .listItem__title a:hover {
	text-decoration: none;
}

.list .listItem__category a {
	color: inherit;
}

.list-white .list__head {
	background-color: #fff;
	background-image: url(../img/misc/coverage.png);
}

.list-white .listItem:hover {
	background-color: rgba(214, 214, 214, .1);
}

.list-white .listItem:hover a {
	color: #fff;
}

.list-white .listItem__title a {
	color: #d6d6d6;
	letter-spacing: .05em;
}

.list-white .listItem__info {
	border-color: #4b4b4b;
}

.list-blog .list__head {
	background-image: url(../img/misc/blog.png);
}

.podcastProgram {
	--main-color: #0300f4;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 100%;
	padding-top: 3em;
	padding-bottom: 3em;
	text-align: center;
	background-color: var(--main-color);
	text-decoration: none;
	color: #fff;
}

@media only screen and (max-width:900px) {
	.podcastProgram {
		padding-top: 2em;
		padding-bottom: 2em;
	}
}

.podcastProgram.los-ovnis-existen {
	--main-color: #34284f;
}

.podcastProgram.metro-y-medio-profundo {
	--main-color: #0FC185;
}

.podcastProgram.diario-de-cuarentena {
	--main-color: #fb5b67;
}

.podcastProgram.efecto-thc {
	--main-color: #afc302;
}

.podcastProgram.multijugador {
	--main-color: #6B91FE;
}

.podcastProgram.hackers-estafadores-y-algo-mas {
	--main-color: #ee2324;
}

.podcastProgram.3-iguales {
	--main-color: #fe7210;
}

.podcastProgram.backforward {
	--main-color: #00b169;
}

.podcastProgram.pena-esta-vivo {
	--main-color: #532c25;
}

.podcastProgram.sistas {
	--main-color: #795cc0;
}

.podcastProgram.argentina-open-2020-en-metro {
	--main-color: #af3b04;
}

.podcastProgram.the-boys {
	--main-color: #ad1f21;
}

.podcastProgram.casa-radio {
	--main-color: #000000;
}

.podcastProgram__img {
	position: relative;
	width: 150px;
	height: 150px;
	background-color: #444;
	border-radius: 50%;
	box-shadow: 0 0 0 2px #fff;
}

@media only screen and (max-width:900px) {
	.podcastProgram__img {
		width: 120px;
		height: 120px;
	}
}

@media only screen and (max-width:768px) {
	.podcastProgram__img {
		width: 100px;
		height: 100px;
	}
}

.podcastProgram__img img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
}

.podcastProgram__img::before {
	position: absolute;
	right: 3px;
	bottom: 3px;
	content: '\e809';
	width: 1.75em;
	height: 1.75em;
	font-size: 1.5em;
	line-height: 1.75em;
	border-radius: 50%;
	background-color: #fff;
	color: var(--main-color);
	font-family: metro-icons;
	z-index: 1;
}

@media only screen and (max-width:768px) {
	.podcastProgram__img::before {
		width: 1.5em;
		height: 1.5em;
		font-size: 1.25em;
		line-height: 1.5em;
	}
}

.podcastProgram__info {
	margin-top: 1em;
}

.podcastChapter {
	--main-color: #fff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	background-color: #161616;
	border: 1px solid rgba(214, 214, 214, .2);
	text-decoration: none;
	color: #fff;
	transition: ease .3s;
	transition-property: transform, box-shadow;
}

.podcastChapter:hover {
	transform: translateY(-2px);
	box-shadow: 0 5px 10px rgba(22, 22, 22, .2);
}

.podcastChapter__img {
	position: relative;
	width: 70px;
	height: 70px;
	margin-right: 1em;
	border-radius: 50%
}

.podcastChapter__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
	box-shadow: 0 0 0 2px var(--main-color);
}

.podcastChapter__img::before {
	position: absolute;
	right: -3px;
	bottom: -3px;
	content: '\e809';
	width: 1.5em;
	height: 1.5em;
	font-size: 1.2em;
	line-height: 1.5em;
	border-radius: 50%;
	background-color: var(--main-color);
	color: #212121;
	font-family: metro-icons;
	text-align: center;
	z-index: 1;
}

@media only screen and (max-width:768px) {
	.podcastChapter__img::before {
		width: 1.5em;
		height: 1.5em;
		font-size: 1.25em;
		line-height: 1.5em;
	}
}

.podcastChapter__info {
	width: calc(100% - (80px + 1em));
}

.podcastChapter__info h5,
.podcastChapter__info span {
	margin-top: 0;
	font-size: .9em;
}

[class="podcastProgram 3-iguales"] {
	--main-color: #fe7210;
}

.member {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: calc(50% - 5px);
	margin-bottom: 10px;
	border: 1px solid #d6d6d6;
}

@media only screen and (max-width:640px) {
	.member {
		width: 100%
	}
}

.member p {
	margin: .25em 0;
	font-weight: 700;
	text-transform: uppercase;
}

.member__contact {
	text-align: right;
}

.memberList {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.memberList span {
	display: inline-block;
	width: 100px;
}

@media only screen and (max-width:640px) {
	.memberList span {
		width: 85px;
	}
}

.memberList ul {
	width: calc(100% - 100px);
	margin: 0;
	padding: 0;
	list-style: none;
}

@media only screen and (max-width:640px) {
	.memberList ul {
		width: calc(100% - 85px);
	}
}

.memberList ul li {
	margin-bottom: .5em;
}

.form__group {
	margin-bottom: 10px;
}

.form__group-md {
	width: calc(50% - 5px);
	float: left;
}

.form__group-md:nth-child(even) {
	margin-right: 10px;
}

.form__group-area {
	width: 60px;
	margin-right: 10px;
	float: left;
}

.form__group-phone {
	width: calc(100% - 70px);
	float: left;
}

.form__group input[type=submit] {
	float: right;
}

.checkbox,
.radio {
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
}

.checkbox label,
.radio label {
	margin-left: 5px;
	margin-right: 5px;
}

.subscription__option {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	padding-top: 10px;
	border-bottom: 1px solid #00000011;
}

.subscription__info {
	width: calc(100% - 1rem);
	box-sizing: border-box;
	padding-left: 10px;
}

.subscription__info span {
	font-weight: 700;
}

.cuts {
	width: 100%;
	margin-bottom: 20px;
}

.cuts__actions {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d6d6d6;
}

.cuts__actions .sort-by {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	max-width: 240px;
}

.cuts__actions .sort-by label {
	margin-right: 5px;
	margin-bottom: 0;
}

.cuts__actions .search {
	max-width: 240px;
}

@media only screen and (max-width:768px) {
	.cuts__actions .search,
	.cuts__actions .sort-by {
		width: 100%;
		max-width: none;
		margin-top: 10px;
	}
}

.cut {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #d6d6d6;
}

@media only screen and (max-width:768px) {
	.cut {
		align-items: flex-start;
		padding-bottom: 5px;
		padding-top: 1em;
	}
}

.cut:nth-child(odd) {
	background-color: rgba(214, 214, 214, .4);
}

.cut__img {
	position: relative;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	overflow: hidden;
}

.cut__img img {
	max-height: 100%
}

.cut__info {
	width: calc(100% - 230px);
	padding-left: 10px;
	padding-right: 10px;
}

@media only screen and (max-width:768px) {
	.cut__info {
		width: calc(100% - 90px);
	}
}

.cut__info a {
	display: inline-block;
	font-family: IntegralCF, sans-serif;
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: 600;
	color: inherit;
	text-decoration: none;
}

@media only screen and (max-width:640px) {
	.cut__info a {
		font-size: 1em;
		margin-bottom: .5em;
	}
}

.cut__info span {
	display: inline-block;
	font-size: .9em;
}

.cut__info .duration {
	width: 100%;
	line-height: 1.5em;
}

.cut__info .date {
	margin-top: 1em;
}

.cut__actions {
	position: relative;
	min-width: fit-content;
	margin-left: auto;
	box-sizing: border-box;
}

@media only screen and (max-width:768px) {
	.cut__actions {
		width: calc(100% - 70px);
		margin-top: 10px;
		padding-top: 5px;
		border-top: 1px solid #d6d6d6;
	}
}

.cut .share__link,
.cut__action {
	display: inline-block;
	padding: 10px;
	border-radius: 50%;
	color: inherit;
	cursor: pointer;
}

.cut .share__link.is-active,
.cut .share__link:hover,
.cut__action.is-active,
.cut__action:hover {
	background-color: #00000011;
}

.cut .borrar,
.cut .share {
	position: absolute;
	bottom: calc(100% + 5px);
	width: max-content;
	background-color: #fff;
	box-shadow: inset 0 0 0 .5px #ccc, 0 0 5px #0000001f;
	border-radius: 3px;
	display: none;
	animation: show linear forwards .1s;
}

.cut .share {
	left: 0;
	max-width: none;
	padding: 0;
}

.cut .share.is-open {
	display: block;
}

.cut .share:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: 15px;
	right: auto;
	top: auto;
	bottom: -12px;
	border: 6px solid;
	border-color: #ccc transparent transparent #ccc;
}

.cut .share:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: 16px;
	right: auto;
	top: auto;
	bottom: -9.5px;
	border: 6px solid;
	border-color: #fff transparent transparent #fff;
}

.cut .borrar {
	right: 0;
	box-sizing: border-box;
	padding: .9em;
	font-size: .9em;
}

@media only screen and (max-width:768px) {
	.cut .borrar {
		right: auto;
		left: 0;
		max-width: 100%
	}
}

.cut .borrar.is-open {
	display: block;
}

.cut .borrar__button {
	color: red;
}

.cut .borrar:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	right: 63px;
	left: auto;
	top: auto;
	bottom: -12px;
	border: 6px solid;
	border-color: #ccc transparent transparent #ccc;
}

@media only screen and (max-width:768px) {
	.cut .borrar:before {
		right: auto;
		left: 63px;
	}
}

.cut .borrar:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	right: 62px;
	left: auto;
	top: auto;
	bottom: -9.5px;
	border: 6px solid;
	border-color: #fff transparent transparent #fff;
}

@media only screen and (max-width:768px) {
	.cut .borrar:after {
		right: auto;
		left: 64px;
	}
}

@keyframes show {
	0 {
		opacity: 0;
		transform: scale(.95);
	}
	90% {
		transform: scale(1.05);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

.pagination {
	width: 100%
}

.pagination-dark .pagination__controls li.active a {
	background-color: #4c4c4c;
}

.pagination-dark .pagination__controls li:not(.active):hover {
	background-color: #313131;
}

.pagination__controls {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}

@media only screen and (max-width:640px) {
	.pagination__controls {
		float: none;
		margin-top: 10px;
		text-align: center;
	}
}

.pagination__controls li {
	display: inline-block;
}

.pagination__controls li.active a {
	background-color: #d6d6d6;
}

.pagination__controls li:not(.active):hover {
	background-color: #e8e8e8;
}

.pagination__controls li a {
	display: inline-block;
	padding: 5px 10px;
	text-decoration: none;
	color: inherit;
}

.pagination__controls li a.next,
.pagination__controls li a.prev {
	padding: 5px;
}

.msg {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	box-sizing: border-box;
	padding: 3px 3px 3px 10px;
	border: 1px solid;
	border-radius: 3px;
	display: none;
}

.msg.is-show {
	display: flex;
}

.msg p {
	margin: 0;
}

.msg-success {
	color: #1c9a02;
	background-color: rgba(28, 154, 2, .2);
}

.msg-error {
	color: #f41358;
	background-color: rgba(244, 19, 88, .2);
}

.msg__close {
	cursor: pointer;
}

.navigation {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: #161616;
	color: #fff;
	z-index: 999999;
}

.navigation__wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media only screen and (min-width:769px) {
	.navigation__block {
		max-width: 50%
	}
}

@media only screen and (max-width:768px) {
	.navigation__block:last-of-type {
		display: none;
	}
}

.navigation__logo {
	display: block;
	padding-left: 10px;
}

@media only screen and (max-width:360px) {
	.navigation__logo {
		padding-left: 5px;
	}
}

.navigation__logo svg {
	display: block;
	width: 180px;
	max-width: 100%
}

@media only screen and (max-width:768px) {
	.navigation__logo svg {
		width: 40px;
	}
	.navigation__logo svg #text {
		display: none;
	}
}

.navigation ul {
	margin: 0;
	padding: 0;
}

.navigation__menu li {
	display: inline-block;
}

.navigation__menu li a {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	padding: 1rem;
	font-size: .9rem;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	transition: ease .3s;
	transition-property: background-color, color;
	cursor: pointer;
}

.navigation__menu li>a {
	color: #fff;
}

@media only screen and (max-width:640px) {
	.navigation__menu li>a {
		padding-top: 1.1rem;
		padding-bottom: 1.1rem;
	}
}

@media only screen and (max-width:480px) {
	.navigation__menu li>a {
		padding-left: .5rem;
		padding-right: .5rem;
	}
}

@media only screen and (max-width:345px) {
	.navigation__menu li>a {
		padding-left: .25rem;
		padding-right: .25rem;
	}
}

.navigation__menu li.icon>a::after {
	content: '\e805';
	display: inline;
	margin-left: 3px;
	font-family: metro-icons;
}

@media only screen and (min-width:641px) {
	.navigation__menu li:hover>a {
		color: #161616;
		background-color: #fff;
	}
}

.navigation__menu li.current-menu-item>a,
.navigation__menu li.is-open>a {
	color: #161616;
	background-color: #fff;
}

.navigation__menu li.trigger.is-open>ul {
	display: flex;
}

.navigation__menu .programas ul li {
	text-align: left;
}

@media only screen and (min-width:769px) {
	.navigation__menu .programas ul li {
		max-width: 250px;
	}
}

@media only screen and (max-width:768px) {
	.navigation__menu .trigger ul>li:not(.programacion) {
		width: 50%;
		max-width: 250px;
		text-align: left;
	}
}

.navigation__menu ul {
	position: absolute;
	top: 100%;
	left: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	display: none;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	width: 100vw;
	background-color: #fff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
	text-align: center;
}

@media only screen and (max-width:768px) {
	.navigation__menu ul {
		box-sizing: border-box;
		padding: .5rem;
	}
}

.navigation__menu ul li a {
	width: 100%;
	color: #212121;
}

.navigation__menu ul li:not(.programas-label) a:hover {
	background-color: rgba(22, 22, 22, .1);
}

.navigation__menu ul ul {
	position: relative;
	top: auto;
	left: auto;
	width: auto;
	display: block;
	padding: 0;
	padding-bottom: .5rem;
	box-shadow: none;
	text-align: left;
}

.navigation__menu ul ul li {
	width: 100%!important;
}

.navigation__menu ul ul li a {
	width: 100%;
	padding-top: .5rem;
	padding-bottom: .5rem;
	font-weight: 400;
}

.navigation__menu ul ul li a:hover {
	background-color: rgba(22, 22, 22, .1);
}

@media only screen and (max-width:768px) {
	.navigation__menu ul .programacion {
		width: 100%;
		margin-top: .5rem;
		background-color: #d6d6d6;
		text-align: center!important;
	}
	.navigation__menu ul .programacion a {
		background-color: #d6d6d6;
	}
}

.navigation__actions {
	padding-right: 10px;
}

.navigation__actions div {
	display: inline-block;
}

.navigation__userActions {
	position: relative;
	border-left: 1px solid #212121;
}

.navigation__userActions .navigation__searchTrigger,
.navigation__userActions .navigation__userTrigger {
	cursor: pointer;
}

.navigation__userActions .navigation__search {
	display: none;
	position: absolute;
	right: 36px;
	width: 240px;
	background-color: #161616;
}

@media only screen and (max-width:900px) {
	.navigation__userActions .navigation__search {
		width: 180px;
	}
}

.navigation__userActions .navigation__search.is-open {
	display: flex;
}

.navigation__userActions .navigation__user {
	position: absolute;
	display: none;
	right: 0;
	top: 3em;
	min-width: 150px;
	background-color: #fff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
	font-weight: 700;
	font-size: .9em;
	text-transform: uppercase;
}

.navigation__userActions .navigation__user.is-open {
	display: block;
}

.navigation__userActions .navigation__user a {
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	padding: 1em;
	color: #212121;
	text-decoration: none;
}

.navigation__userActions .navigation__user a:hover:not(.navigation__logout) {
	background-color: rgba(22, 22, 22, .1);
}

.navigation__userActions .navigation__logout {
	border-top: 1px solid #d6d6d6;
	background-color: rgba(22, 22, 22, .1);
}

.navigation__userActions .navigation__logout:hover {
	background-color: rgba(22, 22, 22, .2);
}

.navigation__userActions-mobile {
	width: 100%;
	margin-top: .5em;
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #d6d6d6;
}

@media only screen and (min-width:769px) {
	.navigation__userActions-mobile {
		display: none;
	}
}

.navigation__userActions-mobile .compoundInput {
	width: 100%;
	margin-bottom: 1em;
	color: #212121;
}

.navigation__userActions-mobile .btn {
	width: 50%;
	padding: .7rem 1rem .6rem 1rem;
	font-size: 1rem;
}

.navigation__userActions-mobile a:not(.btn) {
	display: inline-block;
	width: 100%;
	padding: 1rem .3rem;
	color: #212121;
	text-align: left;
}

.space {
	height: 93px;
	transition: height ease .3s;
}

.space.is-opened {
	height: 213px;
}

@media only screen and (max-width:640px) {
	.space.is-opened {
		height: 167px;
	}
}

.header {
	--bgColor: #161616;
	--highlightColor: #fff;
	padding-top: 3.5em;
}

.header h2 {
	margin: 0;
}

.header-extra {
	background-color: var(--bgColor);
}

@media only screen and (min-width:641px) {
	.header-extra .wrapper {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: baseline;
		flex-wrap: wrap;
	}
}

.header-extra a {
	text-decoration: none;
	color: inherit;
}

.header-extra .liveSchedule__show.current-show h1.liveSchedule__title,
.header-extra .liveSchedule__show:not(.full-schedule):hover h1.liveSchedule__title,
.header-extra h1.highlight,
.liveSchedule__show.current-show .header-extra h1.liveSchedule__title,
.liveSchedule__show:not(.full-schedule):hover .header-extra h1.liveSchedule__title {
	display: inline;
}

.header-extra .liveSchedule__show.current-show h1.liveSchedule__title span,
.header-extra .liveSchedule__show:not(.full-schedule):hover h1.liveSchedule__title span,
.header-extra h1.highlight span,
.liveSchedule__show.current-show .header-extra h1.liveSchedule__title span,
.liveSchedule__show:not(.full-schedule):hover .header-extra h1.liveSchedule__title span {
	background-color: var(--highlightColor);
	box-shadow: .1em 0 0 var(--highlightColor), -.1em 0 0 var(--highlightColor);
}

.header-color {
	background-color: var(--bgColor);
	color: #fff;
	padding-bottom: .5em;
}

.header-user {
	padding-bottom: 0;
}

.header-user .highlight-white {
	color: var(--bgColor);
}

/*
.header.amanecermetro {
	--bgColor: #34d1ff;
	--highlightColor: #d101f7;
	color: #fff;
}

.header.deacaenmas {
	--bgColor: #ffc600;
	--highlightColor: #f41358;
	color: #fff;
}

.header.perros {
	--bgColor: #f41358;
	--highlightColor: #34d1ff;
	color: #fff;
}

.header.basta {
	--bgColor: #0300f4;
	--highlightColor: #d101f7;
	color: #fff;
}

.header.metroymedio {
	--bgColor: #0be0c0;
	--highlightColor: #f41358;
	color: #fff;
}

.header.diariodecuarentena {
	--bgColor: #56b1a8;
	--highlightColor: #fb5b67;
	color: #fff;
}

.header.atencion {
	--bgColor: #34d1ff;
	--highlightColor: #0300f4;
	color: #fff;
}

.header.sexito {
	--bgColor: #d101f7;
	--highlightColor: #ffc600;
	color: #fff;
}

.header.metronightlife {
	--bgColor: #f41358;
	--highlightColor: #fff;
	color: #f41358;
}

.header.amanecermetrofinde {
	--bgColor: #0be0c0;
	--highlightColor: #fff;
	color: #0be0c0;
}

.header.untiempomas {
	--bgColor: #d101f7;
	--highlightColor: #0be0c0;
	color: #fff;
}

.header.dias {
	--bgColor: #f41358;
	--highlightColor: #ffc600;
	color: #fff;
}

.header.weekender {
	--bgColor: #d101f7;
	--highlightColor: #0300f4;
	color: #fff;
}

.header.metrotoptracks {
	--bgColor: #0300f4;
	--highlightColor: #ffc600;
	color: #fff;
}

.header.zukerattack {
	--bgColor: #34d1ff;
	--highlightColor: #f41358;
	color: #fff;
}

.header.brothers-by-festa-bros {
	--bgColor: #ffc600;
	--highlightColor: #d101f7;
	color: #fff;
}

.header.resident-hernan-cattaneo {
	--bgColor: #0300f4;
	--highlightColor: #34d1ff;
	color: #fff;
}

.header.selection-by-dj-paul {
	--bgColor: #0300f4;
	--highlightColor: #f41358;
	color: #fff;
}

.header.early-birds-by-djpauloficial {
	--bgColor: #ffc600;
	--highlightColor: #fff;
	color: #ffc600;
}

.header.brunch {
	--bgColor: #f41358;
	--highlightColor: #0be0c0;
	color: #fff;
}

.header.mesacompartida {
	--bgColor: #0be0c0;
	--highlightColor: #d101f7;
	color: #fff;
}

.header.expresion-metro {
	--bgColor: #0be0c0;
	--highlightColor: #0300f4;
	color: #fff;
}

.header.alfinsucede {
	--bgColor: #d101f7;
	--highlightColor: #34d1ff;
	color: #fff;
}

.header.metrolive {
	--bgColor: #0300f4;
	--highlightColor: #ffc600;
	color: #fff;
}

.header.correlavos {
	--bgColor: #0300f4;
	--highlightColor: #34d1ff;
	color: #fff;
}

.header.nomepuedobajar {
	--bgColor: #34d1ff;
	--highlightColor: #d101f7;
	color: #fff;
}

.header.penaestavivo {
	--bgColor: #c24e3c;
	--highlightColor: #f0c686;
	color: #fff;
}

.header.brothers {
	--bgColor: #ffc600;
	--highlightColor: #d101f7;
	color: #fff;
}

.header.radahouse {
	--bgColor: #f41358;
	--highlightColor: #ffc600;
	color: #fff;
}

.header.radahouse-radio {
	--bgColor: #f41358;
	--highlightColor: #ffc600;
	color: #fff;
}

.header.orden67, .header.metro {
	--bgColor: #0be0c0;
	--highlightColor: #d101f7;
	color: #fff;
}
*/

.header__navigation {
	display: inline-block;
	margin-top: 0;
	margin-bottom: .5em;
	margin-left: 1em;
	padding: 0;
}

@media only screen and (max-width:640px) {
	.header__navigation {
		width: 100%;
		margin-top: 1.25em;
		margin-bottom: .25em;
		margin-left: 0;
	}
}

.header__navigation li {
	position: relative;
	display: inline-block;
}

.header__navigation li.current-menu-item>a,
.header__navigation li.current-post-parent>a,
.header__navigation li.is-active>a,
.header__navigation li:hover>a {
	color: #fff;
}

@media only screen and (min-width:641px) {
	.header__navigation li.current-menu-item ul,
	.header__navigation li.current-post-parent ul,
	.header__navigation li.is-active ul,
	.header__navigation li:hover ul {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap: wrap;
	}
}

@media only screen and (max-width:640px) {
	.header__navigation li.is-open ul {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap: wrap;
	}
}

.header__navigation li a {
	display: inline-block;
	box-sizing: border-box;
	padding: .5em;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	color: rgba(255, 255, 255, .6);
	transition: color ease .3s;
	cursor: pointer;
}

@media only screen and (max-width:375px) {
	.header__navigation li a {
		padding-left: .4em;
		padding-right: .4em;
	}
}

.header__navigation li ul {
	position: absolute;
	display: none;
	left: 0;
	padding: 0;
	min-width: 160px;
	background-color: #fff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
	z-index: 999997;
}

.header__navigation li ul li {
	width: 100%
}

.header__navigation li ul li.current-menu-item a {
	color: #212121;
	background-color: rgba(22, 22, 22, .1);
}

.header__navigation li ul li a {
	width: 100%;
	color: #212121;
	padding-top: .75em;
	padding-bottom: .75em;
}

.header__navigation li ul li a:hover {
	color: #212121;
	background-color: rgba(22, 22, 22, .1);
}

.header__navigation .header__blogSections ul {
	min-width: 300px;
}

@media only screen and (max-width:425px) {
	.header__navigation .header__blogSections ul {
		min-width: calc(100vw - 20px);
		left: -100px;
	}
}

.header__navigation .header__blogSections ul li {
	width: 50%;
	float: left;
}

.header__tabs {
	width: 100%;
	margin-top: 1em;
	background-color: rgba(255, 255, 255, .2);
}

@media only screen and (max-width:640px) {
	.header__tabs {
		margin-top: .5em;
	}
}

.header__tab {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	padding: 1em;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
}

.header__tab.is-active::after,
.header__tab:hover::after {
	height: 5px;
}

@media only screen and (max-width:360px) {
	.header__tab {
		padding: 1em .8em;
	}
}

.header__tab::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	height: 0;
	background-color: #fff;
	transition: height ease .2s;
}

.header__social {
	position: relative;
	display: inline-block;
	margin: 0;
	margin-left: auto;
	padding: 0;
	list-style: none;
}

@media only screen and (max-width:640px) {
	.header__social {
		width: calc(100% + 20px);
		margin-left: -10px;
		margin-right: -10px;
		bottom: -10px;
		padding-top: .25em;
		padding-bottom: .25em;
		background-color: rgba(255, 255, 255, .2);
	}
}

.header__social li {
	display: inline-block;
	color: #fff;
}

.section {
	padding-top: 3em;
	padding-bottom: 3em;
	background-position: top center;
	background-repeat: repeat-x;
	overflow: hidden;
}

@media only screen and (max-width:640px) {
	.section {
		padding-bottom: 0;
	}
}

.section-archive {
	padding-top: 0;
}

@media only screen and (min-width:641px) {
	.section-archive .banner {
		margin-top: 5px;
	}
}

.section-extra {
	background-image: url(../img/misc/extra.png);
	background-color: #212121;
	color: #fff;
}

.liveSchedule__show.current-show .section-extra .liveSchedule__title,
.liveSchedule__show:not(.full-schedule):hover .section-extra .liveSchedule__title,
.section-extra .highlight,
.section-extra .liveSchedule__show.current-show .liveSchedule__title,
.section-extra .liveSchedule__show:not(.full-schedule):hover .liveSchedule__title {
	color: #212121;
}

@media only screen and (min-width:641px) {
	.section-extra .wrapper:not(.wrapper-alt) {
		margin-bottom: 3em;
	}
}

.section-extra .post {
	color: #fff;
}

.section-extra .post__img {
	box-shadow: 0 0 2rem rgba(0, 0, 0, .4);
}

.section-extra h5 {
	letter-spacing: .05em;
}

.section-ondemand {
	padding-top: 4em;
	background-image: url(../img/misc/ondemand.png);
	background-color: #ffc600;
	color: #ffc600;
}

@media only screen and (max-width:640px) {
	.section-ondemand {
		padding-bottom: 2em;
	}
}

@media only screen and (max-width:900px) {
	.section-extraContent {
		display: none;
	}
}

.section-404 {
	min-height: 50vh;
	padding: 0;
}

.section-404 .compoundInput,
.section-404 p {
	width: 100%
}

.section-404 .compoundInput {
	max-width: 500px;
}

.section__head {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: wrap;
}

.section__head .btn:not(.btn-icon) {
	margin-bottom: 1em;
	text-decoration: none;
}

@media only screen and (max-width:640px) {
	.section__head .btn:not(.btn-icon) {
		margin-bottom: .9em;
	}
}

@media only screen and (max-width:480px) {
	.section__head .btn:not(.btn-icon) {
		margin-bottom: .8em;
	}
}

.section__body {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

@media only screen and (max-width:640px) {
	.section__body .post:nth-of-type(-n+4) {
		display: block;
	}
	.section__body .post:nth-of-type(-n+4) .post__img {
		width: 100%;
		max-width: 100%;
		height: calc(100vw/2);
	}
	.section__body .post:nth-of-type(-n+4) .post__img img {
		position: relative;
	}
	.section__body .post:nth-of-type(-n+4) .post__img:after {
		display: none;
	}
	.section__body .post:nth-of-type(-n+4) .post__info {
		max-width: inherit;
		border: 0;
	}
	.section__body .post:nth-of-type(-n+4) .post__info h5 {
		margin-top: .5em;
	}
}

@media only screen and (min-width:641px) {
	.section__body .post .post__img {
		height: 130px;
	}
}

@media (min-width:1281px) {
	.section__body-home .post:nth-of-type(-n+4) {
		max-width: calc(100%/4);
	}
	.section__body-home .post:nth-of-type(-n+4) .post__img {
		height: 160px;
	}
}

@media (min-width:641px) and (max-width:1280px) {
	.section__body-home .post {
		max-width: calc(100%/3);
	}
	.section__body-home .post .post__img {
		height: 160px;
	}
}

@media (min-width:1281px) {
	.section__body-archive>:nth-child(-n+8) {
		max-width: calc(100%/4);
	}
	.section__body-archive>:nth-child(-n+8) .post__img {
		height: 160px;
	}
}

@media (min-width:901px) and (max-width:1280px) {
	.section__body-archive>:nth-child(-n+6) {
		max-width: calc(100%/3);
	}
	.section__body-archive>:nth-child(-n+6) .post__img {
		height: 160px;
	}
}

@media (min-width:641px) and (max-width:901px) {
	.section__body-archive>:nth-child(-n+6) {
		max-width: calc(100%/2);
	}
	.section__body-archive>:nth-child(-n+6) .post__img {
		height: 160px;
	}
}

.section__body-archive>* {
	width: 100%
}

.section__body-archive h5 {
	font-size: 1em;
}

@media only screen and (min-width:641px) {
	.section__body-archive .banner>div {
		margin-top: 5px;
	}
}

.section__body-videos .post {
	max-width: calc(100%/4);
}

@media only screen and (max-width:1280px) {
	.section__body-videos .post {
		max-width: calc(100%/3);
	}
}

@media only screen and (max-width:900px) {
	.section__body-videos .post {
		max-width: calc(100%/2);
	}
}

@media only screen and (max-width:640px) {
	.section__body-videos .post {
		max-width: 100%
	}
}

@media only screen and (min-width:641px) {
	.section__body-videos .post__img {
		height: 160px;
	}
}

.section__body-videos .post__info {
	border-color: #4b4b4b;
}

.section__foot {
	padding-top: 2.5em;
	padding-bottom: 2.5em;
	text-align: center;
}

.section__more {
	display: inline-block;
	max-width: 100px;
	cursor: pointer;
}

.section__more span {
	display: inline-block;
	margin-bottom: .5em;
	font-family: IntegralCF, sans-serif;
	font-size: 1.2em;
	font-weight: 700;
}

.section__more .btn {
	width: 60px;
	height: 60px;
	font-size: 1.5em;
	font-weight: 300;
}

.home .section-extra {
	padding-top: 4em;
}

.extraContent img {
	display: block;
	max-width: 100%
}

.extraContent__banner {
	display: block;
	width: 300px;
	height: 250px;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	background-color: #ccc;
}

.extraContent__insta {
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	width: calc(100% - 630px);
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}

@media only screen and (max-width:900px) {
	.extraContent__insta {
		width: calc(100% - 10px);
		margin-top: 10px;
	}
}

.extraContent__insta-header {
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}

.extraContent__insta-header h3 {
	margin-top: 0;
}

.extraContent__insta-header a {
	text-transform: none;
}

.extraContent__insta-body {
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}

.extraContent__insta-body a {
	max-width: calc(100%/3);
	height: calc(250px - 42.09px);
}

@media only screen and (max-width:1280px) {
	.extraContent__insta-body a {
		max-width: 50%
	}
	.extraContent__insta-body a:last-of-type {
		display: none;
	}
}

.extraContent__insta-body a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.extraContent__redirect {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 2em;
	height: 2em;
	font-size: 1.5em;
	line-height: 2em;
	border-radius: 50%;
	background-color: #fff;
	color: #212121;
	text-align: center;
	box-shadow: 0 0 .5em rgba(0, 0, 0, .4);
	transition: transform ease .3s;
}

.extraContent__redirect:hover {
	transform: scale(1.1);
}

@media only screen and (min-width:641px) {
	.featured {
		display: grid;
		grid-template-columns: repeat(4, minmax(300px, 1fr));
		grid-auto-rows: 250px;
		grid-gap: 10px;
	}
}

@media only screen and (max-width:1280px) {
	.featured {
		grid-template-columns: repeat(3, minmax(300px, 1fr));
	}
}

@media only screen and (max-width:900px) {
	.featured {
		grid-template-columns: repeat(2, minmax(300px, 1fr));
	}
}

@media only screen and (max-width:640px) {
	.featured {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-direction: column;
	}
}

@media only screen and (max-width:640px) {
	.featured .post-featured:not(.post-featured-podcast) .post-featured__img {
		min-height: calc(100vw/5 * 3);
	}
}

@media only screen and (max-width:640px) {
	.featured .post-featured:not(:nth-child(1)) {
		margin-top: 10px;
	}
}

.featured-home .post-featured:nth-child(1) {
	grid-column: span 2;
	grid-row: span 2;
}

@media only screen and (max-width:640px) {
	.featured-home .post-featured:nth-child(1) .post-featured__img {
		min-height: calc(100vw - 20px);
	}
}

.featured-home .banner {
	background-color: #d6d6d6;
}

@media only screen and (max-width:640px) {
	.featured-home .banner {
		margin-top: 10px;
	}
}

.featured-home .banner-mobile>div {
	margin: 0;
}

@media only screen and (min-width:901px) {
	.featured-extra {
		grid-template-rows: 340px 250px;
	}
}

@media only screen and (min-width:1281px) {
	.featured-extra {
		grid-template-areas: 'post post post add' 'post post post add';
		grid-auto-flow: column;
	}
}

@media only screen and (min-width:1281px) {
	.featured-extra .featured-content:nth-child(1) {
		grid-column: span 2;
	}
}

@media only screen and (max-width:1280px) {
	.featured-extra .featured-content:nth-child(1) {
		grid-column: span 2;
	}
}

@media only screen and (max-width:900px) {
	.featured-extra .featured-content:nth-child(1) {
		grid-row: span 2;
	}
}

.featured-extra .featured-content:nth-child(1) h5 {
	font-size: 1.44em;
}

@media only screen and (max-width:480px) {
	.featured-extra .featured-content:nth-child(1) h5 {
		font-size: 1.2em;
	}
}

@media only screen and (max-width:640px) {
	.featured-extra .featured-content:nth-child(1) .post-featured:not(.post-featured-podcast) .post-featured__img {
		min-height: calc(100vw - 20px);
	}
}

@media only screen and (max-width:640px) {
	.featured-extra .featured-content:not(:nth-child(1)) {
		margin-top: 10px;
	}
}

.featured-extra .post-featured {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
	height: 100%;
	color: #fff;
	text-decoration: none;
	box-shadow: 0 0 2rem rgba(0, 0, 0, .4);
}

.featured-extra .post-featured-podcast {
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

@media only screen and (max-width:640px) {
	.featured-extra .post-featured-podcast {
		flex-direction: row;
	}
}

.featured-extra .banner-300x900 {
	grid-area: add;
	grid-row: span 2;
}

@media only screen and (max-width:1280px) {
	.featured-extra .banner-300x900 {
		display: none;
	}
}

.featured-extra .banner {
	background-color: #161616;
}

@media only screen and (max-width:640px) {
	.featured-extra .banner {
		margin-top: 10px;
	}
}

.featured-extra .banner-mobile>div {
	margin: 0;
}

.featured-videos {
	width: 100%;
	grid-template-columns: repeat(4, 1fr);
	grid-auto-rows: 340px;
}

@media only screen and (max-width:900px) {
	.featured-videos {
		grid-template-columns: repeat(2, 1fr);
		grid-auto-rows: 250px;
	}
}

.featured-videos .post-featured:nth-child(1) {
	grid-column: span 2;
}

@media only screen and (max-width:900px) {
	.featured-videos .post-featured:nth-child(1) {
		grid-row: span 2;
	}
}

.featured-videos .post-featured:nth-child(1) h5 {
	font-size: 1.44em;
}

@media only screen and (max-width:480px) {
	.featured-videos .post-featured:nth-child(1) h5 {
		font-size: 1.2em;
	}
}

@media only screen and (max-width:640px) {
	.featured-videos .post-featured:nth-child(1) .post-featured__img {
		min-height: calc(100vw - 20px);
	}
}

.featured-videos .post-featured {
	box-shadow: 0 0 2rem rgba(0, 0, 0, .4);
}

.featured-blog {
	width: 100%;
	grid-template-columns: repeat(3, minmax(300px, 1fr));
}

@media only screen and (max-width:1280px) {
	.featured-blog {
		grid-template-columns: repeat(2, minmax(300px, 1fr));
	}
}

.featured-blog .post-featured:nth-child(1) {
	grid-column: span 2;
	grid-row: span 2;
}

@media only screen and (max-width:640px) {
	.featured-blog .post-featured:nth-child(1) .post-featured__img {
		min-height: calc(100vw - 20px);
	}
}

.latest {
	width: 100%;
	margin-top: 2em;
}

.latest-alt {
	margin-top: 0;
}

.latest__button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	min-height: 100%;
	z-index: 1;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	transition: all ease .3s;
}

@media only screen and (max-width:640px) {
	.latest__button {
		display: none;
	}
}

.latest__button-prev {
	left: -30px;
}

@media only screen and (max-width:1280px) {
	.latest__button-prev {
		left: -10px;
	}
}

.latest__button-next {
	right: -10px;
	background: rgba(0, 0, 0, 0);
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), #212121);
	background: linear-gradient(to right, rgba(0, 0, 0, 0), #212121);
}

.latest__button-prev {	
	background: rgba(0, 0, 0, 0);
	background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0), #212121);
	background: linear-gradient(to left, rgba(0, 0, 0, 0), #212121);
}

.latest__button.swiper-button-disabled {
	opacity: 0;
	visibility: hidden;
}

.section-ondemand .latest__button-prev {
	left: -10px;	
}

.section-ondemand .latest__button-prev:focus, .section-ondemand .latest__button-next:focus {
	outline:none;
}

.popular {
	margin-top: 2.5em;
}

.popular__wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.popularItem {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	width: calc((100% - 20px)/ 3);
	min-height: calc((1260px/3)/2);
	box-shadow: 0 0 2rem rgba(0, 0, 0, .4);
	text-decoration: none;
}

@media only screen and (max-width:640px) {
	.popularItem {
		width: 100%;
		min-height: calc(100vw/2);
		margin-bottom: 10px;
	}
}

.popularItem__info {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 50%;
	background-color: #fff;
	color: #212121;
}

@media only screen and (max-width:900px) {
	.popularItem__info {
		width: 100%
	}
}

@media only screen and (max-width:640px) {
	.popularItem__info {
		width: 50%
	}
}

.popularItem__info h5 {
	width: 100%;
	margin-top: 0;
	margin-bottom: auto;
	letter-spacing: inherit;
}

.popularItem__info span {
	margin-top: auto;
}

.popularItem__category {
	text-transform: uppercase;
}

.popularItem__img {
	width: 50%
}

@media only screen and (max-width:900px) {
	.popularItem__img {
		width: 100%
	}
}

@media only screen and (max-width:640px) {
	.popularItem__img {
		width: 50%
	}
}

.popularItem__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slider .swiper-container {
	width: 100%;
	height: 100%
}

.slider .swiper-slide {
	width: 100%;
	max-width: 300px;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

@media only screen and (max-width:640px) {
	.slider .swiper-slide {
		max-width: 260px;
	}
}

.slider .swiper-slide img {
	max-width: 100%
}

.slider-latest {
	width: calc(100vw - ((100vw - 1240px)/ 2));
}

@media only screen and (max-width:1280px) {
	.slider-latest {
		width: 100%
	}
}

.slider-latest .swiper-container {
	overflow: visible;
}

.slider-latest .post {
	max-width: 100%;
	margin: 0;
	padding: 0;
	color: #fff;
}

.slider-latest .post__img {
	height: 160px;
	box-shadow: 0 0 2rem rgba(0, 0, 0, .4);
}

@media only screen and (max-width:640px) {
	.slider-latest .post__img {
		height: 140px!important;
	}
}

@media only screen and (max-width:1024px) {
	.slider-more .swiper-container {
		overflow: visible;
	}
}

.slider-more .swiper-slide {
	width: calc(100%/3);
	max-width: none;
}

@media only screen and (max-width:1024px) {
	.slider-more .swiper-slide {
		width: 50%;
		max-width: 400px;
	}
}

@media only screen and (max-width:640px) {
	.slider-more .swiper-slide {
		width: 100%;
		max-width: 260px;
	}
}

.slider-more .post-featured {
	width: 100%;
	min-height: 210px;
}

@media only screen and (max-width:640px) {
	.slider-more .post-featured {
		min-height: 170px;
	}
}

@media only screen and (max-width:1024px) {
	.slider-podcast .swiper-slide {
		max-width: 300px;
	}
}

@media only screen and (max-width:640px) {
	.slider-podcast .swiper-slide {
		max-width: 200px;
	}
}

.liveSchedule {
	--primaryColor: #d6d6d6;
	--secondaryColor: #212121;
	position: fixed;
	top: 43px;
	right: 0;
	left: 0;
	background-color: #212121;
	color: #fff;
	z-index: 999998;
}

@media only screen and (max-width:640px) {
	.liveSchedule {
		top: 45px;
	}
}

@media only screen and (min-width:640px) {
	.liveSchedule .swiper-wrapper {
		margin-left: 33px;
	}
}

.liveSchedule-white .swiper-slide:not(.current-show) {
	background-color: #fff;
}

.liveSchedule-white .swiper-slide:not(.current-show) .liveSchedule__title {
	color: #707070;
}

.liveSchedule-white .liveSchedule__button {
	background-color: rgba(214, 214, 214, .7);
	color: #212121;
}

.liveSchedule__button {
	position: absolute;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	top: 50%;
	transform: translateY(-50%);
	min-height: 100%;
	box-sizing: border-box;
	padding: 10px;
	background-color: rgba(22, 22, 22, .9);
	font-size: 2em;
	cursor: pointer;
	z-index: 2;
}

@media only screen and (max-width:640px) {
	.liveSchedule__button {
		display: none;
	}
}

.liveSchedule__button-prev {
	left: 0;
}

.liveSchedule__button-next {
	right: 0;
}

.liveSchedule .swiper-slide {
	background-color: #212121;
	max-width: 210px;
	transition: background-color ease .3s;
}

.liveSchedule__show {
	flex-wrap: wrap;
	font-size: .9em;
}

.liveSchedule__show:not(.full-schedule):hover {
	background-color: var(--primaryColor);
}

.liveSchedule__show:not(.full-schedule):hover .liveSchedule__right {
	color: #fff;
}

.liveSchedule__show:not(.full-schedule):hover .liveSchedule__title {
	color: #fff;
}

.liveSchedule__show:not(.full-schedule):hover .liveSchedule__title span {
	background-color: var(--secondaryColor);
	box-shadow: .1em 0 0 var(--secondaryColor), -.1em 0 0 var(--secondaryColor);
}

.liveSchedule__show:not(.full-schedule):hover .liveSchedule__social .btn {
	opacity: 1;
}

.liveSchedule__show.current-show {
	max-width: 600px;
	background-color: var(--primaryColor);
}

@media only screen and (max-width:640px) {
	.liveSchedule__show.current-show {
		max-width: 320px;
	}
}

.liveSchedule__show.current-show .liveSchedule__left {
	display: block;
}

.liveSchedule__show.current-show .liveSchedule__right {
	width: 70%;
	padding: 10px;
	/*color: #fff;*/
	color: #000;
}

@media only screen and (max-width:640px) {
	.liveSchedule__show.current-show .liveSchedule__right {
		width: calc(100% - 120px);
		padding-bottom: 0;
	}
}

@media only screen and (min-width:641px) {
	.liveSchedule__show.current-show .liveSchedule__head {
		flex-direction: row;
		height: auto;
	}
}

.liveSchedule__show.current-show .liveSchedule__title span {
	background-color: var(--secondaryColor);
	box-shadow: .1em 0 0 var(--secondaryColor), -.1em 0 0 var(--secondaryColor);
}

.liveSchedule__show.current-show .liveSchedule__social .btn {
	opacity: 1;
}

@media only screen and (min-width:641px) {
	.liveSchedule__show.current-show .liveSchedule__foot {
		display: flex;
	}
}

.liveSchedule__show.current-show .liveSchedule__play {
	position: absolute;
	right: 10px;
	bottom: 10px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-color: #fff;
	font-size: 2.4em;
	color: #212121;
}

.liveSchedule__show.current-show .liveSchedule__label span {
	padding-left: .75em;
	padding-right: .75em;
	border-radius: 1em;
	background-color: #fff;
	color: #212121;
}
/*
.liveSchedule__show.amanecer-metro {
	--primaryColor: #34d1ff;
	--secondaryColor: #d101f7;
}

.liveSchedule__show.de-aca-en-mas {
	--primaryColor: #ffc600;
	--secondaryColor: #f41358;
}

.liveSchedule__show.perros-de-la-calle {
	--primaryColor: #f41358;
	--secondaryColor: #34d1ff;
}

.liveSchedule__show.basta {
	--primaryColor: #0300f4;
	--secondaryColor: #d101f7;
}

.liveSchedule__show.metro-y-medio {
	--primaryColor: #0be0c0;
	--secondaryColor: #f41358;
}

.liveSchedule__show.diario-de-cuarentena {
	--primaryColor: #fb5b67;
	--secondaryColor: #56b1a8;
}

.liveSchedule__show.su-atencion-por-favor {
	--primaryColor: #34d1ff;
	--secondaryColor: #0300f4;
}

.liveSchedule__show.sensacional-exito {
	--primaryColor: #d101f7;
	--secondaryColor: #ffc600;
}

.liveSchedule__show.metro-night-life {
	--primaryColor: #f41358;
	--secondaryColor: #fff;
}

.liveSchedule__show.metro-night-life.current-show .liveSchedule__title,
.liveSchedule__show.metro-night-life:hover .liveSchedule__title {
	color: #f41358;
}

.liveSchedule__show.amanecer-metro-finde {
	--primaryColor: #0be0c0;
	--secondaryColor: #fff;
}

.liveSchedule__show.amanecer-metro-finde.current-show .liveSchedule__title,
.liveSchedule__show.amanecer-metro-finde:hover .liveSchedule__title {
	color: #0be0c0;
}

.liveSchedule__show.un-tiempo-mas {
	--primaryColor: #d101f7;
	--secondaryColor: #0be0c0;
}

.liveSchedule__show.dias-como-estos {
	--primaryColor: #f41358;
	--secondaryColor: #ffc600;
}

.liveSchedule__show.weekender {
	--primaryColor: #d101f7;
	--secondaryColor: #0300f4;
}

.liveSchedule__show.weekender-top-tracks {
	--primaryColor: #0300f4;
	--secondaryColor: #ffc600;
}

.liveSchedule__show.zukerattack {
	--primaryColor: #34d1ff;
	--secondaryColor: #f41358;
}

.liveSchedule__show.brothers-by-festa-bros {
	--primaryColor: #ffc600;
	--secondaryColor: #d101f7;
}

.liveSchedule__show.resident-hernan-cattaneo {
	--primaryColor: #0300f4;
	--secondaryColor: #34d1ff;
}

.liveSchedule__show.selection-by-dj-paul {
	--primaryColor: #0300f4;
	--secondaryColor: #f41358;
}

.liveSchedule__show.early-birds-by-djpauloficial {
	--primaryColor: #ffc600;
	--secondaryColor: #fff;
}

.liveSchedule__show.early-birds-by-djpauloficial.current-show .liveSchedule__title,
.liveSchedule__show.early-birds-by-djpauloficial:hover .liveSchedule__title {
	color: #ffc600;
}

.liveSchedule__show.brunch {
	--primaryColor: #f41358;
	--secondaryColor: #0be0c0;
}

.liveSchedule__show.mesa-compartida {
	--primaryColor: #0be0c0;
	--secondaryColor: #d101f7;
}

.liveSchedule__show.weekender-domingos {
	--primaryColor: #0300f4;
	--secondaryColor: #d101f7;    
}

.liveSchedule__show.expresion-metro {
	--primaryColor: #0be0c0;
	--secondaryColor: #0300f4;
}

.liveSchedule__show.al-fin-sucede {
	--primaryColor: #d101f7;
	--secondaryColor: #34d1ff;
}

.liveSchedule__show.metro-live {
	--primaryColor: #0300f4;
	--secondaryColor: #ffc600;
}

.liveSchedule__show.correla-vos {
	--primaryColor: #0300f4;
	--secondaryColor: #34d1ff;
}

.liveSchedule__show.no-me-puedo {
	--primaryColor: #34d1ff;
	--secondaryColor: #d101f7;
}

.liveSchedule__show.amanecer-metro-pena-esta-vivo {
	--primaryColor: #c24e3c;
	--secondaryColor: #f0c686;
}

.liveSchedule__show.radahouse-radio {
	--primaryColor: #f41358;
	--secondaryColor: #ffc600;
}

.liveSchedule__show.orden-67, .liveSchedule__show.metro {
	--primaryColor: #0be0c0;
	--secondaryColor: #d101f7;
}
*/
.liveSchedule__show.full-schedule {
	align-items: center;
	max-width: 300px;
	box-sizing: border-box;
	padding: 10px 1.2em;
	background-color: #161616;
	text-align: left;
}


/* VERANO 2021 */

.liveSchedule__show.metro-verano-2021-06 {
	--primaryColor: #FFC600;
	--secondaryColor: #f41358;
}

.liveSchedule__show.metro-verano-2021-09 {
	--primaryColor: #D101F7;
	--secondaryColor: #0300F4;
}

.liveSchedule__show.metro-verano-2021-13 {
	--primaryColor: #0300F4;
	--secondaryColor: #0be0c0;
}

.liveSchedule__show.metro-verano-2021-17 {
	--primaryColor: #F41358;
	--secondaryColor: #FFC600;
}

.liveSchedule__show.metro-verano-2021-s {
	--primaryColor: #F41358;
	--secondaryColor: #0300F4;
}

.liveSchedule__show.amanecer-metro-chillout {
	--primaryColor: #0300F4;
	--secondaryColor: #F41358;
}

.liveSchedule__show.night-life-music {
	--primaryColor: #34D1FF;
	--secondaryColor: #f41358;
}

.liveSchedule__show.weekender-verano-2021-playlist {
	--primaryColor: #0BE0C0;
	--secondaryColor: #D101F7;
}

/**/

@media only screen and (max-width:640px) {
	.liveSchedule__show.full-schedule {
		max-width: 240px;
	}
}

.liveSchedule__show.full-schedule .liveSchedule__title-full {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex!important;
	justify-content: space-between;
	width: 100%;
	max-width: 210px;
}

.liveSchedule__left {
	width: 30%;
	box-sizing: border-box;
	padding-right: 10px;
	display: none;
}

@media only screen and (max-width:640px) {
	.liveSchedule__left {
		width: 120px;
		padding: 0;
	}
}

.liveSchedule__img {
	position: relative;
}

.liveSchedule__img img {
	display: block;
	max-width: 100%
}

.liveSchedule__play {
	display: none;
	animation: beat infinite 2s;
}

.liveSchedule__right {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 1.2em;
	text-align: left;
	color: #707070;
}

.a_inherit {
	color:inherit;
}


@media only screen and (max-width:640px) {
	.liveSchedule__right {
		padding-bottom: 0;
	}
}

.liveSchedule__head {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	align-items: baseline;
	justify-content: space-between;
	height: calc(100% - 2em);
	margin-top: .5em;
	margin-bottom: .5em;
}

@media only screen and (max-width:640px) {
	.liveSchedule__head {
		margin-bottom: 0;
	}
}

.liveSchedule__label {
	font-size: .8em;
	font-weight: 700;
	text-transform: uppercase;
}

.liveSchedule__label span {
	display: inline-block;
	padding: .1em 0;
}

.liveSchedule__title {
	display: block;
	margin: 0;
	font-family: IntegralCF, sans-serif;
	font-size: 1rem;
	line-height: 1.2em;
	font-weight: 700;
	text-decoration: none;
	color: #fff;
}

.liveSchedule__schedule {
	display: inline-block;
	margin-top: .5em;
}

.liveSchedule__social .btn {
	opacity: .3;
}

.liveSchedule__social .btn:hover {
	background-color: rgba(255, 255, 255, .4);
}

.liveSchedule__foot {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	display: none;
}

.liveSchedule__foot ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	padding: 0 0 0 1em;
	list-style: none;
}

.liveSchedule__foot ul li {
	width: calc(50% - .5em);
	margin-bottom: .25em;
}

.liveSchedule.is-small .liveSchedule__show {
	flex-wrap: nowrap;
	align-items: center;
}

.liveSchedule.is-small .liveSchedule__foot,
.liveSchedule.is-small .liveSchedule__img img,
.liveSchedule.is-small .liveSchedule__social,
.liveSchedule.is-small .swiper-slide:not(.current-show) .liveSchedule__label {
	display: none;
}

.liveSchedule.is-small .liveSchedule__label,
.liveSchedule.is-small .liveSchedule__title {
	display: inline;
}

.liveSchedule.is-small .liveSchedule__title {
	margin-right: .5em;
}

.liveSchedule.is-small .liveSchedule__schedule {
	margin-top: .2em;
}

.liveSchedule.is-small .liveSchedule__left,
.liveSchedule.is-small .liveSchedule__right {
	width: auto;
	padding: .5em 10px;
}

.liveSchedule.is-small .full-schedule {
	padding: .5em 10px;
}

.liveSchedule.is-small .liveSchedule__play {
	position: relative;
	right: auto;
	bottom: auto;
	width: 37px;
	height: 37px;
	font-size: 1.5em;
}

.liveSchedule.is-small .liveSchedule__right {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}

.liveSchedule.is-small .liveSchedule__head {
	height: auto;
	margin: 0 0 0 1em;
}

@keyframes beat {
	0% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, .8);
	}
	100% {
		box-shadow: 0 0 0 10px transparent;
	}
}

.page-on-demand .liveSchedule .liveSchedule__play {
	width: 0;
	opacity: 0;
	visibility: hidden;
}

.newsletter {
	padding-top: 1em;
	padding-bottom: 2em;
	background-image: url(../img/misc/newsletter.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-color: #0be0c0;
}

@media only screen and (max-width:640px) {
	.newsletter {
		background-position: 15% center;
	}
}

@media only screen and (min-width:641px) {
	.newsletter-sm {
		padding-top: 0;
		padding-bottom: 0;
		background-image: url(../img/misc/newsletter_sm.png);
	}
	.newsletter-sm .wrapper {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
	}
	.newsletter-sm .newsletter__text {
		width: 50%;
		margin: 0;
		text-align: left;
	}
	.newsletter-sm .newsletter__text h2 {
		font-size: 1.44em;
	}
	.newsletter-sm .newsletter__text p {
		margin-top: 0;
	}
	.newsletter-sm .newsletter__form .help-block {
		left: 0;
		transform: translateX(0);
	}
}

.newsletter__text {
	margin-bottom: 2em;
	text-align: center;
}

.newsletter__form {
	position: relative;
	margin: 0!important;
}

.newsletter__form .help-block {
	position: absolute;
	top: 105%;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	max-width: 100%;
	font-size: .9em;
	line-height: 2em;
	color: #f41358;
}

.newsletter .compoundInput {
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
}

.newsletter .compoundInput__input {
	height: 40px!important;
}

.footer__nav .wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding-top: 20px;
	padding-bottom: 20px;
}

@media only screen and (max-width:640px) {
	.footer__nav .wrapper {
		display: block;
	}
}

.footer__logo {
	width: 240px;
	max-width: 75%;
	margin-right: 1em;
}

.footer__logo h1 {
	font-family: Roboto, sans-serif;
	font-size: 12px;
	font-weight: 400;
	padding-left: 52px;
}

@media only screen and (max-width:640px) {
	.footer__logo {
		margin-right: 0;
		margin-bottom: 1em;
	}
}

.footer__logo img {
	max-width: 100%
}

.footer__menu {
	width: 100%;
	max-width: 640px;
	margin-left: auto;
}

.footer__menu:after {
	clear: both;
	display: block;
	content: ''
}

@media only screen and (max-width:640px) {
	.footer__menu {
		max-width: none;
	}
}

.footer__menu ul {
	display: inline;
	padding: 0;
}

.footer__menu ul>li {
	display: inline-block;
	width: 25%;
	float: left;
	box-sizing: border-box;
	padding-left: .5em;
	padding-right: .5em;
}

@media only screen and (max-width:768px) {
	.footer__menu ul>li {
		width: calc(100%/3);
	}
}

@media only screen and (max-width:640px) {
	.footer__menu ul>li {
		width: 50%;
		margin-top: .5em;
	}
}

.footer__menu ul>li a {
	display: inline-block;
	width: 100%;
	padding-top: .5em;
	padding-bottom: .5em;
	font-weight: 700;
	color: #212121;
	text-decoration: none;
	text-transform: uppercase;
}

.footer__menu ul>li ul>li {
	width: 100%;
	padding: 0;
	margin: 0;
}

.footer__menu ul>li ul>li>a {
	font-weight: 400;
	color: #4b4b4b;
	text-transform: capitalize;
}

@media only screen and (min-width:769px) {
	.footer .programas {
		width: 50%;
		min-height: 245px;
	}
	.footer .programas ul li {
		width: 50%;
	}
	.footer .programas ul li a {
		width: 90%;
	}
}

@media only screen and (max-width:640px) {
	.footer .trigger {
		display: none;
	}
}

.footer__menu #menu-footer>div a,
.footer__menu section h2.fuerte {
	display: inline-block;
	width: 100%;
	padding-top: .5em;
	padding-bottom: .5em;
	font-weight: 700;
	color: #212121;
	text-decoration: none;
	text-transform: uppercase;
}

.footer__menu section {
	display: inline;
	padding: 0;
}

.footer__menu section div {
	display: inline-block;
	width: 25%;
	float: left;
	box-sizing: border-box;
	padding-left: .5em;
	padding-right: .5em;
}

.footer__menu section h2 {
	width: 100%;
	padding: 0;
	margin: 0;
	font-family: Roboto, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #4b4b4b;
	text-transform: capitalize;
	display: inline-block;
	text-decoration: none;
	float: left;
}

.footer .programas h2 {
	width: 50%
}

.footer__menu .fuerte h2 {
	display: inline-block;
	width: 100%;
	font-weight: 700;
	color: #212121;
	text-decoration: none;
	text-transform: uppercase;
}

.footer__menu #menu-footer>div h2 a {
	font-weight: 400;
	color: #4b4b4b;
	text-transform: capitalize;
}

@media only screen and (max-width:640px) {
	.footer__menu section div {
		width: 50%;
		margin-top: .5em;
	}
}

.footer__social {
	display: inline-block;
	float: left;
	margin-top: 1em;
	box-sizing: border-box;
	padding-left: .5em;
}

@media only screen and (max-width:640px) {
	.footer__social {
		width: 100%;
		padding-top: 1em;
		padding-right: .5em;
		border-top: 1px solid #d6d6d6;
		text-align: center;
	}
}

.footer__copy {
	background-color: #282230;
	color: #d6d6d6;
	font-size: .8em;
}

.footer__copy .wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.footer__copy span {
	display: inline-block;
	max-width: calc(100% - 40px);
}

@media only screen and (min-width:641px) {
	.footer__copy span {
		margin-left: 1em;
		max-width: 360px;
		border-color: transparent;
	}
}

@media only screen and (max-width:640px) {
	.footer__copy span {
		margin-top: 5px;
		padding-top: 15px;
		background-image: url(../img/logos/pattern.png);
		background-size: 1rem;
		background-position: top left;
		background-repeat: repeat-x;
	}
}

.footer__copy .logo {
	max-width: 210px;
}

@media only screen and (max-width:640px) {
	.footer__copy .logo {
		max-width: 180px;
	}
}

.footer__copy .fiscal {
	margin-left: auto;
}

.singlePost-blog {
	width: 100%
}

@media only screen and (min-width:1025px) {
	.singlePost-blog .singlePost__head {
		min-height: 420px;
	}
}

@media only screen and (min-width:1025px) {
	.singlePost-blog .singlePost__center {
		width: 95%;
		max-width: 100%
	}
}

@media only screen and (min-width:1025px) {
	.singlePost-blog .singlePost__side {
		max-width: calc(100%/4);
	}
}

@media only screen and (min-width:1025px) {
	.singlePost-blog .singlePost__content {
		max-width: calc(100%/4*3);
	}
}

.singlePost-dark {
	background-color: #212121;
	color: #d6d6d6;
	font-weight: 300;
}

.singlePost-dark .singlePost__content a:not(.tag) {
	color: #34d1ff;
}

.singlePost-dark .singlePost__content b,
.singlePost-dark .singlePost__content strong {
	color: #fff;
}

.singlePost__head {
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	min-height: 360px;
	overflow: hidden;
}

@media only screen and (max-width:500px) {
	.singlePost__head {
		min-height: 300px;
	}
}

.singlePost__back {
	position: absolute;
	top: -5%;
	bottom: 5%;
	width: 110%;
	height: 110%;
	z-index: 1;
	background-color: #212121;
	background-size: cover;
	background-position: center center;
	filter: blur(8px);
	-webkit-filter: blur(8px);
	text-align: center;
}

.singlePost__gradient {
	background: rgba(0, 0, 0, 0);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 50%;
	z-index: 2;
}

.singlePost__img {
	position: absolute;
	z-index: 1;
	max-height: 100%
}

.singlePost__center {
	position: relative;
	width: 768px;
	max-width: calc(100% - (600px + 4rem));
	padding-bottom: .5em;
	color: #fff;
	z-index: 3;
}

@media only screen and (max-width:1024px) {
	.singlePost__center {
		width: 100%;
		max-width: 100%
	}
}

.singlePost__body {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

@media only screen and (max-width:640px) {
	.singlePost__body {
		flex-direction: column-reverse;
	}
}

.singlePost__content {
	width: 768px;
	max-width: calc(100% - (600px + 4rem));
	padding-top: 1em;
}

@media only screen and (max-width:1024px) {
	.singlePost__content {
		width: 100%;
		max-width: calc(100% - 65px);
	}
}

@media only screen and (max-width:640px) {
	.singlePost__content {
		max-width: 100%
	}
}

.singlePost__content a:not(.tag) {
	color: #d101f7;
	text-decoration: none;
}

.singlePost__content a:not(.tag):hover {
	text-decoration: underline;
}

.singlePost__content iframe,
.singlePost__content img,
.singlePost__content video {
	max-width: 100%;
	margin-top: 1em;
	margin-bottom: 1em;
}

.singlePost__content .wp-caption,
.singlePost__content figure {
	max-width: 100%;
	margin: 0;
}

.singlePost__content img,
.singlePost__content video {
	height: auto;
}

.singlePost__content ul {
	padding-left: 1.5em;
}

/*
.singlePost__content p {
	font-size: 18px;
    line-height: 22px;
}
*/
.singlePost__category,
.singlePost__date {
	font-weight: 700;
	text-transform: uppercase;
}

.singlePost__date {
	float: right;
}

.singlePost__firm {
	margin-top: 2em;
}

.singlePost__author,
.singlePost__tags {
	border-bottom: 1px solid #d6d6d6;
}

.singlePost__author {
	padding-top: .75em;
	padding-bottom: .75em;
	border-top: 1px solid #d6d6d6;
	font-weight: 700;
}

.singlePost__tags {
	position: relative;
	padding-top: .25em;
	padding-bottom: .25em;
	padding-left: 2em;
}

.singlePost__tags::before {
	position: absolute;
	left: 0;
	top: .75em;
	content: '\e81c';
	display: inline-block;
	font-size: 1.2em;
	font-family: metro-icons;
}

.singlePost__nav {
	position: absolute;
	bottom: 10px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 300px;
	min-height: 102px;
	background-color: #fff;
	box-shadow: 0 0 1em rgba(0, 0, 0, .2);
	font-weight: 700;
	color: #212121;
	font-size: .9em;
	text-decoration: none;
	text-transform: uppercase;
	transition: bottom ease-in-out .3s;
	z-index: 2;
}

@media only screen and (max-width:1024px) {
	.singlePost__nav {
		display: none;
	}
}

@media only screen and (max-width:640px) {
	.singlePost__nav {
		width: 280px;
		min-height: 85px;
		font-size: .8em;
	}

	.singlePost__content p {
		font-size: 18px;
	    line-height: 22px;
	}	
}

.singlePost__nav:hover {
	transform: translateY(-3px);
}

.singlePost__nav p {
	font-family: IntegralCF, sans-serif;
	margin-bottom: 0;
}

.singlePost__nav-next {
	left: calc(100% + 1em);
}

.singlePost__nav h3, .list .listItem__info h3 {
	font-size:inherit;
}

@media only screen and (max-width:1024px) {
	.singlePost__nav-next {
		display: flex;
		position: fixed;
		left: auto;
		right: 10px;
		bottom: -100%;
		z-index: 999999;
	}
}

.singlePost__nav-prev {
	right: calc(100% + 1em);
	text-align: right;
}

.singlePost__nav.is-fixed {
	bottom: 10px;
}

.singlePost__side {
	position: relative;
}

@media only screen and (min-width:1025px) {
	.singlePost__side {
		width: calc(300px + 2em);
		padding: 1em;
		box-sizing: border-box;
	}
}

@media only screen and (max-width:1024px) {
	.singlePost__side-widgets {
		display: none;
	}
}

.singlePost__foot {
	margin-top: 2.5em;
}

.singlePost__foot .banner {
	margin-top: 0;
}

.podcast {
	width: 100%
}

@media only screen and (max-width:768px) {
	.podcast-home .swiper-slide {
		max-width: 200px;
	}
}

.podcast-single {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}

@media only screen and (max-width:640px) {
	.podcast-single .podcast__more {
		min-width: calc(100vw - 10px);
		overflow-x: scroll;
	}
}

@media only screen and (max-width:640px) {
	.podcast-single .podcast__wrapper {
		min-width: max-content;
	}
}

.podcast-single .podcast__wrapper .podcastProgram {
	max-width: calc((100% - 20px)/ 3);
}

@media only screen and (max-width:640px) {
	.podcast-single .podcast__wrapper .podcastProgram {
		max-width: 200px;
		margin-right: 10px;
	}
}

.podcast__wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%
}

.podcast__content {
	width: 100%;
	max-width: calc(100% - 600px);
	box-sizing: border-box;
	padding-left: 1em;
	padding-right: 1em;
}

@media only screen and (max-width:1024px) {
	.podcast__content {
		max-width: calc(100% - 300px);
	}
}

@media only screen and (max-width:640px) {
	.podcast__content {
		max-width: 100%;
		padding: 0;
		margin-top: 1em;
		margin-bottom: 2.5em;
	}
}

.podcast__content iframe {
	width: 100%
}

.podcast__side {
	width: 300px;
}

@media only screen and (max-width:640px) {
	.podcast__side {
		width: 100%
	}
}

@media only screen and (max-width:1024px) {
	.podcast__side-widgets {
		display: none;
	}
}

.podcast__side .banner>div {
	margin-bottom: 10px;
}

.podcast__foot {
	width: 100%;
	max-width: calc(100% - 300px);
	margin-top: 2.5em;
	margin-bottom: 2.5em;
}

@media only screen and (max-width:1024px) {
	.podcast__foot {
		max-width: 100%
	}
}

.mainMedia {
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: flex-end;
	flex-direction: row-reverse;
	width: 100%
}

.mainMedia h1 {
	font-size: 1.953em;
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 768px);
	margin-top: 0;
}

@media only screen and (max-width:1280px) {
	.mainMedia h1 {
		width: 40%
	}
}

@media only screen and (max-width:900px) {
	.mainMedia h1 {
		position: relative;
		width: 100%
	}
}

.mainMedia .flechaPlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
	padding: .5em;
	background-color: #fff;
	box-shadow: 0 0 2rem rgba(0, 0, 0, .4);
	border-radius: 50%;
	font-family: metro-icons;
	font-size: 4em;
	color: #212121;
	transition: padding ease .3s;
}

@media only screen and (max-width:1280px) {
	.mainMedia .flechaPlay {
		font-size: 3em;
	}
}

.mainMedia .flechaPlay:hover {
	padding: .55em;
}

.mainMedia .flechaPlay::before {
	content: '\e817'
}

.mainMedia__info {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: calc(100% - 768px);
	margin-top: 3em;
	box-sizing: border-box;
	padding-right: 1em;
}

@media only screen and (max-width:1280px) {
	.mainMedia__info {
		width: 40%
	}
}

@media only screen and (max-width:900px) {
	.mainMedia__info {
		width: 100%;
		margin-top: 1em;
		padding-right: 0;
	}
}

.mainMedia__info h2,
.mainMedia__info p {
	width: 100%
}

.mainMedia__info h2 {
	font-size: 1.44em;
}

.mainMedia__category {
	display: inline;
	text-transform: uppercase;
}

.mainMedia__media {
	width: 768px;
	height: 432px;
	background-color: #161616;
	box-shadow: 0 0 2rem rgba(0, 0, 0, .4);
}

@media only screen and (max-width:1280px) {
	.mainMedia__media {
		width: 60%;
		height: calc((60vw - 20px)/ 16*9);
	}
}

@media only screen and (max-width:900px) {
	.mainMedia__media {
		width: 100%;
		height: calc((100vw - 20px)/ 16*9);
	}
}

.defaultPage {
	margin-top: .5em;
	margin-bottom: 2.5em;
	overflow: hidden;
}

@media only screen and (max-width:640px) {
	.defaultPage {
		margin-bottom: 10px;
	}
}

@media only screen and (max-width:1024px) {
	.defaultPage-single {
		margin-top: 0;
	}
	.defaultPage-single .wrapper {
		padding: 0;
	}
	.defaultPage-single .defaultPage__side {
		box-sizing: border-box;
		padding: 10px;
	}
}

@media only screen and (max-width:1024px) {
	.defaultPage-with-side {
		margin-bottom: 10px;
	}
	.defaultPage-with-side .defaultPage__side .banner:not(.banner-mobile) {
		display: none;
	}
}

.defaultPage p a {
	text-decoration: none;
	color: #f41358;
}

.defaultPage p a:hover {
	text-decoration: underline;
}

.defaultPage .dias {
	display: none;
}

.defaultPage .dias.is-visible {
	display: block;
}

.defaultPage__content {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: baseline;
	width: calc(100% - (300px + 1em));
	float: left;
	margin-right: 1em;
}

@media only screen and (max-width:1024px) {
	.defaultPage__content {
		width: 100%;
		margin-right: 0;
		float: none;
	}
}

.defaultPage__content-md {
	width: calc(50% - 7px);
	margin: 0;
}

@media only screen and (max-width:640px) {
	.defaultPage__content-md {
		width: 100%
	}
}

@media only screen and (max-width:640px) {
	.defaultPage__content-md:nth-of-type(1):not(:last-of-type) {
		margin-bottom: 1em;
	}
}

.defaultPage__content h4,
.defaultPage__content h5,
.defaultPage__content p {
	width: 100%
}

.defaultPage__side {
	width: 300px;
	float: right;
}

@media only screen and (max-width:1024px) {
	.defaultPage__side {
		width: 100%;
		float: none;
	}
}

.defaultPage .contact,
.defaultPage .search {
	margin-bottom: 1.5em;
	padding-bottom: 1em;
	border-bottom: 1px solid #d6d6d6;
}

@media only screen and (max-width:1024px) {
	.defaultPage .contact,
	.defaultPage .search {
		margin-top: 1.5em;
		padding-top: 1em;
		border-top: 1px solid #d6d6d6;
	}
}

@media only screen and (max-width:1024px) {
	.defaultPage .search {
		padding-top: 1em;
		border-top: 1px solid #d6d6d6;
	}
}

.defaultPage .banner>div {
	margin: 10px 0;
}

.defaultPage__social {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 2fr));
	grid-gap: 10px;
	width: 100%;
	margin-top: 1em;
}

@media only screen and (max-width:640px) {
	.defaultPage__social {
		display: none;
	}
}

.defaultPage__feedContainer {
	height: calc(100% - 24px);
	text-align: center;
}

.defaultPage__feedContainer iframe {
	width: 100%;
	height: 100%
}

.defaultPage__feedContainer-instagram {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	height: auto;
}

.defaultPage__feedContainer-instagram .instagram__photo {
	position: relative;
	display: block;
	width: calc(100%/2);
}

.defaultPage__feedContainer-instagram .instagram__photo::after {
	content: '';
	display: block;
	padding-bottom: 100%
}

.defaultPage__feedContainer-instagram .instagram__photo img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* INSTAGRAM */

a.container {
	position:relative;
}

a.container video {
	width: auto;
	height: 100%;
	max-width: initial;
}

#instagram-programa a.container video, .extraContent__insta-body a.container video {
	width: 100%;
	height: 100%;	
	object-fit: cover;
}

.overlay {
    position: absolute;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    top: 0;
    text-align: right;        
}

.overlay .cont {
	padding:5px;
}

.container:hover .overlay {
    display: none;
}

.overlay .cont  .icon-play {
    color: #fff;
    opacity: 0.8;
}

/**/

.defaultPage__title {
	width: 100%;
	margin-bottom: .75em;
}

.defaultPage__contact {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: baseline;
}

.defaultPage__contact span {
	margin-left: 7px;
}

.form {
	width: 100%;
	max-width: 500px;
}

@media only screen and (max-width:640px) {
	.form {
		max-width: none;
	}
}

.form__group {
	margin-bottom: 1em;
}

.form__group-submit {
	text-align: right;
}

.show {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.show:nth-child(even) .show__main {
	background-color: rgba(214, 214, 214, .4);
}

.show__side {
	width: 150px;
	border-right: 1px solid #d6d6d6;
}

@media only screen and (max-width:900px) {
	.show__side {
		width: 100px;
	}
}

@media only screen and (max-width:640px) {
	.show__side {
		width: 70px;
	}
}

.show__main {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	width: calc(100% - 150px);
}

@media only screen and (max-width:900px) {
	.show__main {
		width: calc(100% - 100px);
	}
}

@media only screen and (max-width:640px) {
	.show__main {
		width: calc(100% - 70px);
	}
}

.show__start {
	display: inline-block;
	margin-top: 10px;
	font-family: IntegralCF, sans-serif;
	font-size: 1.2em;
}

.show__img {
	width: 300px;
	max-width: calc(100%/3);
}

@media only screen and (max-width:640px) {
	.show__img {
		display: none;
	}
}

.show__img img {
	display: block;
	max-width: 100%
}

.show__info {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
	width: calc(100% - 300px);
	min-width: calc(100%/3*2);
	box-sizing: border-box;
	padding-left: 1em;
}

@media only screen and (max-width:640px) {
	.show__info {
		width: 100%;
		padding-left: .5em;
	}
}

.show__info h5 {
	margin: .2em 0;
}

.show__info span,
.show__info ul {
	font-size: .9em;
	color: #707070;	
}

.show__info ul li h3 {
	font-size:12px;
    color: #707070;
    font-family: Roboto, sans-serif;
    font-weight: normal;
    text-transform: none;
    margin: 0;
}

.show__infoWrapper {
	width: 100%
}

.show__infoWrapper-md {
	margin-bottom: 1em;
}

@media only screen and (min-width:641px) {
	.show__infoWrapper-md {
		width: 50%;
		margin-bottom: 2em;
	}
}

@media only screen and (min-width:641px) {
	.show__infoWrapper-social {
		text-align: right;
	}
}

.show__infoWrapper .memberList {
	margin-bottom: 2em;
}

@media only screen and (min-width:1025px) {
	.show__infoWrapper .memberList {
		max-width: calc(50% - 1em);
		float: left;
		margin-bottom: 0;
	}
}

.show__infoWrapper .memberList:last-of-type:not(:first-of-type) ul li {
	display: inline-block;
	width: 50%;
	min-width: 80px;
	float: left;
}

@media only screen and (max-width:500px) {
	.show__infoWrapper .memberList:last-of-type:not(:first-of-type) ul li {
		width: 100%
	}
}

.show__infoWrapper .memberList:nth-of-type(1):not(:last-of-type) {
	margin-right: 2em;
}

@media only screen and (max-width:1024px) {
	.show__infoWrapper .memberList:nth-of-type(1):not(:last-of-type) {
		margin-right: 0;
	}
}

.user__container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: baseline;
	width: 100%
}

.user__container-md {
	margin-bottom: 20px;
}

@media only screen and (min-width:641px) {
	.user__container-md {
		width: calc(50% - 10px);
	}
}

.user__container a {
	color: #212121;
}

.user__container-cuts {
	display: none;
}


/* DONACIONES */

.header-donaciones {
    background-color: #056052;
}

.section-donaciones {
	background-color: #0BE0C0;
}

.highlight-green span {
    background-color: #0BE0C0;     
    box-shadow :unset;
}

.donaciones-single {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}
.donaciones {
    width: 100%;
    text-align:center;
}

.donaciones .blocks {
	display:inline-block;
	min-width:327px;
	max-width:100%;
	padding: 3%;
}

.blocks .mision2020 .logo {
	max-width: 340px;	
}

.blocks .mision2020 .texto {
	text-align: left;
	width:350px;
	font-family: IntegralCF,sans-serif;
	padding-left:20px;
}

.blocks .mision2020 .texto p {
	margin: 40px 0 0;
}

.blocks .mision2020 .texto p:nth-child(1) {	
	color: #F47E00;
	font-style: normal;
	font-weight: 900;
	font-size: 24px;
	line-height: 29px;	
}

.blocks .mision2020 .texto p:nth-child(1) span {
	color: #0BE0C0;	
	text-shadow: 1px 0 0  #F47E00, -1px 0 0  #F47E00, 0 1px 0 #F47E00, 0 -1px 0  #F47E00, 1px 1px  #F47E00, -1px -1px 0  #F47E00, 1px -1px 0  #F47E00, -1px 1px 0  #F47E00;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #F47E00;
	display:block;
}

.blocks .mision2020 .texto p:nth-child(2) {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	color: #F47E00;	
}

.blocks .mision2020 .texto p:nth-child(3) {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;	
	color: #056052;
}

.blocks .mision2020 .texto p:nth-child(3) strong {
	font-weight:900;
}

.blocks .fundacion-si {
	background: #704796;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
	width:100%;
	padding: 68px 0 39px 0;		
}

.blocks .fundacion-si .logo {
	max-width: 268px;
	margin:auto;
}

.blocks .fundacion-si .button {
	display:block;
	margin:auto;
	max-width:204px;
	margin-top:104px;
}

.blocks .fundacion-si .button span {
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	color: #704796;

	background: #FFFFFF;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
	border-radius: 20px;	
	padding:20px;	
	display:block;
}

.blocks .todo-pago {
	background: #E51A92;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
	width:100%;	
	position:relative;
	padding:35px 0 5px 0;
}

.blocks .todo-pago .qr-image {
	position:absolute;
    left: -40px;
    top: 15px;	
}

.blocks .todo-pago .texto {
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
    max-width: 200px;
    margin: auto;	
    color: #FFFFFF;
    margin-bottom:20px;
}

.blocks .todo-pago .qr-codigo {
	max-width:200px;
	overflow:hidden;
	border-radius:10%;
	margin:auto;
}

.blocks .todo-pago .qr-codigo img {
	width:100%;
	height:auto;
	display: block;
}

.blocks .todo-pago .logo {
	max-width:250px;
	margin:auto;
}

.fundacion-si, .todo-pago {
	cursor:pointer;
}


/* SUNSET STREAM */

.header-sunset {    
    background-color: rgba(217,155,62);	
}

.sunset-single {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}
.sunset {
    width: 100%;
    text-align:center;
}

.section-sunset {
	background-image: url('../img/sunset/fondo-sunset.png');
	background-size: cover;
	background-position:bottom;
}

.highlight-orange span {
    background-color: #E19E39;     
    box-shadow :unset;
}

.sunset .blocks {
	display:inline-block;	
	max-width:100%;	
	position:relative;
}

.sunset .blocks:nth-child(1) {
	padding-right:40px;
}

.sunset .blocks img {
	display: block;
	max-width:100%;
}

.sunset .blocks img:nth-child(2) {
	margin:20px auto;
}

.sunset .blocks .logo-ford {
	position:absolute;
	bottom:0;
	left:0;
}

@media screen and (max-width:1265px) {

	.blocks .mision2020 .texto p {
		margin: 1em 0;
	}

	.donaciones .blocks:nth-child(1), .donaciones .blocks:nth-child(1) .texto {
		width:100%;
		max-width:100%;
	}

	.donaciones .blocks:nth-child(2), .donaciones .blocks:nth-child(3) {
		width:44%;			
	}

	.fundacion-si, .todo-pago {
		max-width: 327px;
		margin:auto;
	}
}


@media screen and (max-width:764px) {

	.fundacion-si, .todo-pago {
		max-width: 327px !important;
		margin:auto;
	}	
	
	.donaciones .blocks {
		min-width:initial;
		width: 100% !important;
		padding: 10px;
	}

	.blocks .fundacion-si .button {    
	    margin-top: 37px;
	}	

	.donaciones .blocks:nth-child(1) .texto{
	   padding-left: 15px;
	}

	.sunset .blocks img {
		margin:10px auto;
	}	

	.sunset .blocks {
		width:100%;
	}

	.sunset .blocks .logo-ford {
		position:initial;
	}	

	.sunset .blocks iframe {
		max-width:100% !important;		
	}

	.sunset .blocks:nth-child(1) {
		padding-right:initial;
	}

}

@media screen and (max-width:400px) {
	.blocks .todo-pago .qr-image {
		display:none;
	}
}

/*---*/