.title{
    padding: 0 1em;
}
.separa-title{
    margin-left: 1em;
    margin-right: 1em;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 1em;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video__title{
    margin-top: 1em;
}
.ponencias{
    margin-top: 2em;
    padding: 0 1em 1em 1em;
}
.ponencias__title{}
.ponencias__subtitle{
    font-size: 110%;
    text-align: left;
}
.ponencias__art_title{
    font-size: 100%;
    text-align: left;
}
.ponencias__art_text{
    font-size: 95%;
    text-align: left;
}
.ponencias__separador{
    margin: 0;
}