/*
    The following styles are mandatory for compatibility with production destiny environment when publishing collections
*/

#pageCourseProfile #contentHeader,
#header2Wrapper,
#header3Wrapper,
#courseProfileTargetAudience {
    display: none !important;
}

#contentModule2>.row>.col-lg-6:nth-child(2) {
    display: none;
}

#contentModule2>.row>.col-lg-6:nth-child(1) {
    max-width: 100%
}

#contentModule2>.row {
    display: block;
}

#courseProfileFeaturedVideo {
    display: none;
}

#mdc-enroll-box .courseSection div[data-parent="#courseSectionsAccordion"] {
    overflow: hidden;
}

#pageCourseProfile #courseProfileCertificates {
    display: none;
}

#pageCourseProfile #courseProfileOfficialCourseDescription>h2 {
    display: none;
}


#courseProfileSections {
    display: none !important;
}

/*  Elimina los css de la seccion navbar */
.ce-home {
    max-width: 100% !important;
    margin: 0px !important;
    padding: 0 !important;
}

#mainContentContainer.container {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0px !important;
    padding: 0 !important;
}

#courseProfileJumpToSections {
    display: none;
}

#contentModule2 .aprende-container .col-lg-6:nth-child(2) {
    display: block;
}

#pageCourseProfile #alertCourseProfile {
    margin-bottom: 0;
}

/* #pageCourseProfile #breadcrumb{display: none;} */
#pageCourseProfile #breadcrumb {
    position: absolute;
    color: white;
    top: 50px;
    left: 100px;
    z-index: 1;
}

#searchBreadcrumb {
    display: none !important;
}

#courseProfileFeaturedVideo {
    display: none !important;
}

/* ELIMINA  Required files message que aparece en Prod */
div#requiredFieldInstruction.form-text {
    display: none !important;
}

#contentHeader,
.contentHeader {
    display: none !important;
}

#programStreamCoursesAndCertificates.panelsContainer.row {
    display: none;
}
