/* Estilos específica para la web escueladepacientes */

.ep-calendar .cmBodyContentChildrens .cmCalendarViewBlock .cmMonthEventsContainer{
	padding-top: 36px;
}

@media screen and (min-width: 1200px) {
    body.contentContainer .ep-calendar .cmBodyContentChildrens {
        width: 970px;
        margin: 50px auto !important;
    }
    .templateHtmlDetail .sections ul.nav-tabs li > a{
    	min-height: 58px;	
    }
    .modelGenericoEscuelaPaciente.templateHtmlDetail .sections{
    	width: auto;
    }
    .modelTaller.templateHtmlDetail .sections{
    	width: auto;
    }
    .subcontents-section>.row>.proxia-column>*{
    	width:100%!important;
    }
    #cmBodyContentChildrens.subcontents-2-col ul.cmContentList{
    grid-template-columns: repeat(2, 1fr) !important;
    grid-auto-rows: auto;
}
}
@media screen and (min-width: 992px) {
    .templateHtmlDetail .sections ul.nav-tabs li > a{
    	height: auto;
    	min-height: 58px;
    }
}
/* Pasar proyecto */
.templateHtmlDetail .resources .resources-item-container .resources-item{
	margin-bottom: 50px;
}
.templateHtmlDetail.modelGrupoDeEnfermedades .autoRelated__container{
	margin-bottom:50px;
}

#cmBodyContentChildrens.subcontents-2-col ul.cmContentList > li{
    padding-bottom: 15px;
}
.ep-grupo-enfermedad ul.cmContentList .templateHtmlListIcon a.cmContentLink.cmContentImageLink .content-data{
	    font-size: 14px;
    line-height: 22px;
    width: calc(100% - 44px);
    font-weight: 500;
}