body, html {
	margin: 0;
	height: 100%;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	background-color: #e9e9e9
}

img {
	display: block;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-moz-user-drag: none;
	-o-user-drag: none;
	user-drag: none;
}


h1, h2, h3, h4 {
	margin: 0;
	font-weight: normal;
}

p {
	margin: 0;
	font-weight: normal;
}

.red {
	color: #ff0046
}

.cuadros {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.mw {
	margin: 0 auto;
	width: calc(100% - 60px);
	max-width: 1080px;
}

.titulo-seccion {
    padding: 10px 0px;
    font-size: 24px;
    color: #fff;
    font-weight: 700;
}

.titulo-seccion span {
    padding: 10px 20px;
    background-color: #ff0046;
}

#hero {
	margin: 0 auto;
	background-color: #ff0046
}

#hero .logos-titulo {
	width: 100%;
	padding-bottom: 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}

#hero .logos-titulo:before {
	content: "";
	width: 88%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #1d1d1d
}

#hero .logos,
#hero .titulo {
	position: relative;
	z-index: 100
}

#hero .logos {
	width: 20%;
	padding: 30px;
	display: flex;
	align-items: center;
	background-color: #f1f1f1;
}

#hero .logos .logo {
	width: 50%
}

#hero .logos .logo:first-child {
	padding-right: 20px;
	border-right: 2px solid #c6c6c6;
}

#hero .logos .logo:last-child {
	padding-left: 20px
}

#hero .logo img {
	margin: 0 auto;
	width: 100%;
	max-width: 165px
}

#hero .titulo {
	padding: 40px 0px;
	width: 70%
}

#hero .titulo h3 {
	color: #fff;
	font-size: 20px;
}

#hero .titulo h1 {
	color: #ff0046;
	font-size: 60px;
	font-weight: 700
}

#hero .titulo h2 {
	color: #fff;
	font-size: 35px;
}

#hero .titulo h3,
#hero .titulo h1,
#hero .titulo h2 {
	width: calc(100% - 30px);
}

#hero .subt-titulo {
	padding: 20px 0px;
	margin: 0px 0px 0px auto;
	width: 88%;
}

#hero .subt-titulo h2 {
	font-size: 24px;
	color: #fff;
}

#video {
	padding: 40px 0px
}

#video .video-cont {
	width: 100%;
	padding-top: 56.25%; /* 1:1 Aspect Ratio */
	position: relative; /* If you want text inside of it */
	overflow: hidden;
	border-radius: 10px
}

#video .video-cont iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	 top: 0;
	 left: 0;
	 bottom: 0;
	 right: 0;
}

#programa {
	padding: 40px 0px
}

#programa .titulo-seccion {
	margin-bottom: 40px
}

#programa .bloque {
	margin: 10px 0px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}

#programa .bloque .hora {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 150px;
	background-color: #1d1d1d
}

#programa .bloque .hora p {
	font-size: 16px;
	color: #fff;
	text-align: center
}

#programa .bloque .actividad {
	width: calc(100% - 150px);
	padding: 20px 0px;
	background-color: #efefef;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

#programa .bloque .actividad p {
	width: 100%;
	padding: 2px 20px;
	line-height: 1.3em;
}