* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background: #000;
}
.content-info {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
}
section {
	position: relative;
}
img {
	display: block;
	margin: 0 auto;
}
h5 {
	color: #d09328;
}
.header {
	height: 100%;
	width: 100%;
	background-image: url('../img/b-header.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 70px 0;
}
.header img,
.escuchanos img {
	width: 405px;
}

.escuchanos,
.upuntos {
	height: 100%;
	width: 100%;
}

.escuchanos {
	padding-top: 35px;
	padding-bottom: 70px;
}

.col-lg-6 > div {
	padding: 0 40px;
}
.escuchanos h5 {
	text-align: left;
	padding: 30px 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 16px;
}
.escuchanos p span,
.exito p span {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	color: #fff;
	font-size: 22px;
}
.escuchanos h4 {
	border: 1px solid #d09328;
	margin-bottom: 0;
 height: 55px;
}

.escuchanos h4 a {
	color: #fff;
	width: 100%;
	height: 100%;
	display: block;
	line-height: 1;
 padding: 10px 0;
 font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 18px;
}
.escuchanos h4 a.active {
	/*background-color: #d09328;*/
	padding-top: 18px;
}
.escuchanos h4 a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #d09328;
}

.upuntos {
	background-color: #011023;
	padding: 105px 0;
}

.upuntos img,
.exito img {
	width: 400px;
}

.exito {
	padding: 105px 0 70px;
}
.exito h5 {
	padding-bottom: 40px;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 16px;
}

.exito p {
	text-align: center;
	padding: 0 30px;
	width: 75%;
	margin: 0 auto;
}

.exito p.text-center {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	color: #fff;
	font-size: 16px;
	padding-top: 40px;
	line-height: 1.5;
	padding-left: 0;
 padding-right: 0;
 width: 80%;
 padding-bottom: 40px;
}


footer {
	background-color: #011023;
}
footer img {
	width: 262.5px;
}
footer section.top {
	padding: 40px 0;
	border-top: 1px solid #d09328;
	border-bottom: 1px solid #d09328;
}
footer p span	{
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	color: #fff;
	font-size: 18px;
}
footer p, footer a, footer a i	{
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #fff;
	font-size: 16px;
}
footer a:hover {
	text-decoration: none;
	color: #fff;
}
footer ul.rs li a {
 width: 40px;
 height: 20px;
 position: relative;
 text-align: center;
 display: block;
 margin: 0 auto;
}
footer a i {
	margin-right: 15px;
}
footer ul {
	width: 100%;
	position: relative;
	padding-left: 0;
	padding-bottom: 2rem;
}
footer ul li {
	list-style: none;
	float: left;
	display: inline-block;
}
footer ul.podcast li {
 margin-right: 15px;
}

footer .row.bottom  p {
	/*border-top: 1px solid #d09328;
	padding: 20px 0;*/
	margin-top: 20px;
}


@media only screen and (max-width: 816px) {
	.col-lg-6 > div {
  padding: 0 15px;
	}
	.escuchanos h5 {
		padding: 15px 0;
	}
	.escuchanos p span, .exito p span {
		font-size: 20px;
		line-height: 1.2;
	}
	footer ul.podcast li {
  display: block;
  float: none;
	}
}


@media only screen and (max-width: 416px) {
	.content-info {
		display: block;
	}
	.exito iframe {
		height: 230px !important;
	}
	.header {
		padding: 35px 0;
	}
	.header img {
		width: 226.5px;
	}
	.escuchanos {
		padding-top: 0;
	}
	.escuchanos img {
  width: 302.5px;
	}
	.escuchanos h5 {
		text-align: center;
	}
	.escuchanos p {
  margin-bottom: 0;
	}
	.escuchanos h4 a {
		padding-top: 18px;
	}
	.upuntos {
		padding: 52.5px 0;
	}
	.exito h5 {
		padding-bottom: 15px;
		margin-bottom: 0;
	}
	.exito p {
		padding: 0;
		width: 100%;
	}
	.exito p.text-center {
		width: 100%;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	footer img {
		margin-bottom: 40px;
	}
	footer ul {
		margin-bottom: 0;
	}
}