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

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

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

/*  Elimina los css de la seccion navbar */
#contentHeader,
#header2Wrapper,
#header3Wrapper,
#courseProfileTargetAudience,
#contentModule2 .col-lg-6:nth-child(2) {
  display: none;
}

#contentModule2 .col-lg-6 {
  max-width: 100%;
}

#contentModule2>.row {
  display: block;
}

div#siteContent.ce-home {
  max-width: 100%;
  padding: 0;
}
