@charset "utf-8";

div#player {
    height: calc(100% - 50px) !important;
	max-width: 1000px;
	margin: auto;
	float: none;
	overflow: hidden;
}

#cab {
	height: 50px;
	line-height: 50px;
	padding-top: 10px;
}

#header_left {
	float: left;
}

#header_right {
	float: right;
}

#header_left img,
#header_right img {
	max-width: 280px;
	width: 80% !important;
    max-height: 50px;
}

#content_sec.section_list {
	top: 50px;
	height: 100%;
}

.listado_inner {
	height: 80%;
	top: 30px;
	padding: 0px 10px;
}
a.cat_seccion {
	width: 100%;
	margin: 10px 0px;
}

.cat_seccion .bot_icon,
.desc_seccion .bot_icon {
	max-width: 50px;
	max-height: 50px;
}

.desc_seccion {
	font-size: 16pt;
}

.desc_seccion span {
	font-size: 10pt;
}

.cat_seccion .imagen_tit {
	max-width: 180px;
	max-height: 30px;
}


div#bc_sec {
    font-size: 11pt;
    padding-left: 10px;
}

#content_sec {
    top: 30px;
	height: calc(100% - 80px);
	padding: 0px;
	position: relative;
}

#content_wrapper {
    width: 100%;
	height: 100%;
    overflow: hidden;
}

select#filtro_cat {
    font-size: 12pt;
    width: 100%;
}



div#xml_total {
    float: none !important;
    margin: 0px !important;
    text-align: center !important;
}

.listadoCursos {
    margin-top: 5px !important;
	height: calc(100% - 10px);
	box-sizing: border-box;
}

.listadoCursosInner {
    flex-direction: column !important;
    flex-wrap: nowrap !important;
	height: calc(100% - 50px) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
	    box-sizing: border-box;
}

.listadoCurso {
    width: 100% !important;
	
}

#content_list {
    margin-top: 40px !important;
	height: calc(100% - 50px) !important;
}

.footer {
    height: 50px;
}

.footer img {
    height: 35px;
}

/** INICIO **/
body.inicio #content_sec.section_list {
	top: 0px;
}

body.inicio #player {
    height: 100% !important;
}

/** XML DETALLE **/
#content_wrapper h1 {
    font-size: 18pt;
}

#content_wrapper h3 {
    font-size: 16pt;
}

.layer_660 {
    max-width: 100% !important;
    padding: 0px 5px;
    box-sizing: border-box;
}

.layer_660 table {
    width: 100% !important;
    height: auto !important;
}

/** SEC URL INT **/

.seccion_title_wrapper.nosub {
    font-size: 16pt;
}

.seccion_title_wrapper {
    width: 100%;
}

#content_wrapper video {
    max-height: 100%;
}

.cuadricula {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: stretch;
    align-content: center;
}

.cuadricula > div {
	text-align: center;
}

#content_wrapper h4 {
    font-size: 14pt;
	line-height: 19pt;
}

#content_wrapper ul li, #content_wrapper ol li {
    margin-left: 10px;
}

#content_wrapper ul, #content_wrapper ol {
    margin-top: 0px;
    margin-bottom: 30px;
}

.cat_seccion_child .imagen_tit {
    max-width: 200px;
    max-height: 30px;
}

.cat_seccion_child {
    margin-bottom: 40px;
}

.eres_empresa_btn_wrapper {
    margin-top: 50px;
    width: 100%;
}

.link_mobile {
	text-align: center;
	background-color: #003DF6;
	padding: 12px;
	box-sizing: border-box;
	color: white;
	border-radius: 20px;
	font-size: 16pt;
}

#agency_qr {
	margin-top: 20px !important;
}

@media(max-width:680px){
	#agency_qr {
		position: relative;
		top: 0px;
		margin: auto;
	}
}

@media(max-width:1024px){
	#agency_qr span{
		display: none;
	}
}