* { box-sizing: border-box; }

body {
	color: #fff;
	box-sizing: border-box;
	font-family:Arial, sans-serif;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #ffffff;
}

.max-width-container {
	max-width: 530px;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	text-align: center;
	margin: 0 auto;
	-webkit-box-shadow: 0px 13px 16px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 13px 16px -6px rgba(0,0,0,0.75);
	box-shadow: 0px 13px 16px -6px rgba(0,0,0,0.75);
	border: 1px solid #cccccc;
}

.img-responsive {
	max-width: 100%;
	align-self: center;
}

.city-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.city-container a {
	display: flex;
	width: 33%;
	padding: 10px;
	justify-content: center;
}

.img1 {
	width: 60%;
}

.img2 {
	width: 40%;
}

.logo-section {
	padding: 0 15px;
}

.section-header {
	display: flex;
	flex-direction: column;
}

.txt-section {
	display: flex;
	flex-direction: column;
	text-align: left;
	padding: 5px 15px;
	font-size: 17px;
}

.header-title {
	color: #ffffff;
	text-align: center;
}

.section-header div {
	justify-content: center;
}

div {
	box-sizing: border-box;
	display: flex;
}

.section1 {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
}

.podcast-jornada-container {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.match-container {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin-bottom: 30px;
}

.match-box {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.match-box div {
	width: 100%;
}

audio {
	margin: 0 auto;
}

.match-title {
	font-size: 20px;
	color: #ffbe00;
	font-weight: bold;
	justify-content: center;
}

.jornada-title {
	width: 90%;
	margin: 20px auto;
	justify-content: center;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	font-size: 30px;
}

.match-score {
	max-width: 290px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 10px;
}

.team-logo {
	width: 35%;
}

.score-txt {
	width: 30%;
}

.score-txt {
	font-size: 33px;
	font-weight: bold;
}

footer {
	color: #fff;
	background: #001950;
	font-size: 14px;
	padding: 10px;
}

.banner-fixed {
	width: 100%;
	max-width: 480px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	bottom: 0;
	justify-content: center;
	height: 50px;
}
.nav-btn-container {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	width: 90%;
	margin: 0 auto;
	padding-bottom: 20px;
}

a.jornada-btn,
a.jornada-btn:active,
a.jornada-btn:focus,
a.jornada-btn:visited {
	padding: 10px;
	font-size: 16px;
	background: #00c8ff;
	color: #fff;
	border-radius: 4px;
	text-decoration: none;
}

a.jornada-btn:hover {
	background: #00b8eb;
}

.match-audio {
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
}

.match-comment {
	margin-bottom: 20px;
	display: inline-block;
}

.banner-podcast {
	flex-direction: column;
}

.banner-fixed-top {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
	max-width: 480px;
}

.banner-fixed-top .img-responsive {
	margin: 0 auto;
}

.video-dimension {
	width: 100%;
	max-width: 480px;
}

.video-disclaimer {
	flex-direction: column;
	color: #fff;
	margin: 10px 0;
	font-size: 14px;
}

.thumbnail-container {
	display: flex;
	flex-direction: row;
}

.thumbnail-container-box {
	display: flex;
	flex-direction: row;
	width: 50%;
}

@media only screen and (max-width: 480px) {
	.match-title {
		font-size: 5vw;
	}

	.score-txt {
		font-size: 8vw;
	}

	footer {
		font-size: 3vw;
	}

	.txt-section {
		font-size: 4vw;
	}
}

