* {
	box-sizing: border-box;
	line-height: 140%;
}

body {
	font-family: "Encode Sans", sans-serif !important;
	font-size: 14px !important;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	background-color: #fff;
}

/* ESTILOS SLIDER */

.slider {
	position: relative;
	margin: 0 17px;
	overflow: hidden;
}

.slider-content {
	display: flex;
	transition: transform 0.5s ease-in-out;
}

.slide {
	min-width: 100%;
	padding: 20px 60px;
	box-sizing: border-box;
	text-align: center;
	color: #333;
	margin-bottom: 0px;
}

.nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #000;
	border: none;
	padding: 0px;
	cursor: pointer;
	z-index: 1000;
	transition: opacity 0.3s;
	width: 40px;
	height: 40px;
	outline: none;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
	display: flex;
	align-items: center;
	justify-content: center;
}

.prev {
	left: 3px;
}

.next {
	right: 3px;
}

.next svg {
	width: 80%;
	padding-top: 4px;
}

.slider:hover .nav {
	opacity: 1;
}

.dots {
	text-align: center;
}

.dot {
	height: 15px;
	width: 15px;
	margin: 0 5px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
	cursor: pointer;
}

.dot.active {
	background-color: #333;
}

/* ESTILOS PODCAST */

.podcast-ec {
	color: #000;
	display: flex;
	gap: 20px;
	flex-direction: column;
}

.podcast-ec__title {
	font-weight: 700;
	font-size: calc(1rem + 4px);
	margin: 0 0 15px;
}

.podcast-ec__excerpt {
	margin: 0 0 15px;
}

.podcast-ec__excerpt a {
	color: #000;
}

.podcast-ec__subscribe {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-size: calc(1rem - 4px);
}

.podcast-ec__subscribe-link {
	padding: 3px 7px;
	background-color: #FFF;
	border-radius: 4px;
	text-decoration: none;
	font-size: calc(1rem - 2px);
}

.podcast-ec__subscribe-link--spotify {
	background-color: #059B1D;
	color: #fff;
}

.podcast-ec__subscribe-link--apple {
	background-color: #000;
	color: #fff;
}

.podcast-ec__subscribe-link--youtube {
	background-color: #FF0000;
	color: #FFF;
}

.podcast-ec__subscribe-link--spotify:hover,
.podcast-ec__subscribe-link--apple:hover,
.podcast-ec__subscribe-link--youtube:hover {
	color: #fff;
	text-decoration: none;
	opacity: 0.75;
}

.podcast-ec__subscribe-apps {
	color: #000;
	text-decoration: none;
	font-size: calc(1rem - 2px);
}

.podcast-ec__subscribe-archive,
.podcast-others {
	color: #000;
}

.mas-podcast {
	padding: 0px 75px;
}

.mas-podcast-b {
	padding-bottom: 0;
}

.feed {
	display: flex;
	flex-direction: column;
	grid-gap: 20px;
}

.feed .feed__container {
	display: flex;
	flex-direction: column;
	grid-gap: 20px;
	width: 100%;
}

.feed .feed__item {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: 120px auto;
	color: inherit;
	text-decoration: none;
}

.feed .feed__leading,
.feed .feed__trailing {
	display: flex;
	flex-direction: column;
	grid-gap: 5px;
	position: relative;
	align-items: flex-start;
}

.feed .feed__thumb {
	border-radius: 5px;
}

.feed .feed__thumb {
	padding-top: 62.5%;
	border-radius: 5px;
}

.feed .feed__thumb {
	width: 100%;
	position: relative;
	padding-top: 75%;
	height: 0;
	overflow: hidden;
}

.feed .feed__cover {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.feed .feed__trailing {
	align-items: flex-start;
}

.feed .feed__title {
	font-weight: 400;
}

.layout-hr {
	background-color: #ccc;
	margin: 0;
	height: 1px;
	min-height: 1px;
}

.layout-rev {
	background: repeating-linear-gradient(120deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 1px, transparent 0, transparent 4px);
	background-clip: content-box;
	display: flex;
	justify-content: center;
	align-items: center;
	grid-column: 1/-1;
	overflow: hidden;
}

.mx-auto {
	margin-right: auto !important;
	margin-left: auto !important;
}

@media only screen and (max-width: 768px) {
	.mas-podcast-b, .mas-podcast-bs {
		padding-bottom: 1rem;
	}

	.slide {
		padding: 0;
		margin-bottom: 0px;
	}

	.nav {
		top: 93.5%;
	}

	.slider {
		padding-bottom: 15px;
	}
	.mas-podcast {
		padding: 0px 17px;
	}
	.podcast-ec__subscribe-link, .podcast-ec__subscribe-apps, .podcast-ec__subscribe {
	font-size: calc(1rem - 6px);
	}
	.podcast-ec__subscribe-archive {
	font-size: calc(1rem - 4px);
	}


}
@media only screen and (max-width: 337px) {
	.slide {
		margin-bottom: -20px;
	}
	.mas-podcast-bs {
		padding-bottom: 2rem;
	}


}
