.CommunityarticlecCmd__socialShareLt {
    visibility: hidden;
}
.ArticleCmd__socialShareLt {
    visibility: hidden;
}
.ArticleCmd__articleLike {
display : none
}
#portal_tabCommunity1 a {
    color: #0D4D88;
}
#portal_tabCommunity1 a:hover {
    color: white;
}
.Layout__twoColumn.Layout__fullWidth .Layout__layout1 {
  	flex: 0 0 50% !important;
}
.Layout__twoColumn.Layout__fullWidth .Layout__layout2 {
  	flex: 0 0 50% !important;
}
.formEditor .KB_Editor_iframe, .formEditor .ze_area {
    min-height: 30px !important;
    max-height: 80px !important;
}
#cf_evaluation {
    height: calc(3 * 1em); /* Ajusta según la altura de línea */
}
#cf_allergies {
    height: calc(3 * 1em); /* Ajusta según la altura de línea */
}
#cf_medications_herbals {
    height: calc(3 * 1em); /* Ajusta según la altura de línea */
}
#cf_hospitalizations_surgeries {
    height: calc(3 * 1em); /* Ajusta según la altura de línea */
}
#cf_pretreatments {
    height: calc(3 * 1em); /* Ajusta según la altura de línea */
}
#cf_response_to_previous_treatments {
    height: calc(3 * 1em); /* Ajusta según la altura de línea */
}
#cf_special_dietary_habits {
    height: calc(3 * 1em); /* Ajusta según la altura de línea */
}
#cf_diet_nutrition_protocol {
    height: calc(3 * 1em); /* Ajusta según la altura de línea */
}
#cf_treatment_areas {
    height: calc(3 * 1em); /* Ajusta según la altura de línea */
}
#cf_concurrent_treatments {
    height: calc(3 * 1em); /* Ajusta según la altura de línea */
}
#cf_final_evaulation {
    height: calc(3 * 1em); /* Ajusta según la altura de línea */
}
#cf_wound_shape {
    height: calc(3 * 1em); /* Ajusta según la altura de línea */
}
#cf_wound_bed {
    height: calc(3 * 1em); /* Ajusta según la altura de línea */
}
#cf_wound_shape_period_1 {
    height: calc(3 * 1em); /* Ajusta según la altura de línea */
}
#cf_wound_bed_period_1 {
    height: calc(3 * 1em); /* Ajusta según la altura de línea */
}
#cf_wound_shape_period_2 {
    height: calc(3 * 1em); /* Ajusta según la altura de línea */
}
#cf_wound_bed_period_2 {
    height: calc(3 * 1em); /* Ajusta según la altura de línea */
}
#cf_wound_shape_period_3 {
    height: calc(3 * 1em); /* Ajusta según la altura de línea */
}
#cf_wound_bed_period_3 {
    height: calc(3 * 1em); /* Ajusta según la altura de línea */
}
#cf_wound_shape_period_4 {
    height: calc(3 * 1em); /* Ajusta según la altura de línea */
}
#cf_wound_bed_period_4 {
    height: calc(3 * 1em); /* Ajusta según la altura de línea */
}
.Form__label {
  padding: 0;
}
.disclaimer {
    max-width: 900px;  /* Aumentamos el ancho del texto */
    margin: 5px auto; /* Centrado con espaciado superior e inferior */
    padding: 0;     /* Espaciado interno más cómodo */
    font-size: 12px;   /* Un tamaño más legible para pantallas */
    line-height: 1.2;  /* Más espacio entre líneas para mejor lectura */
    text-align: justify; /* Justificación para un texto alineado */
    color: #ffffff;    /* Texto en blanco */
  	padding: 0 5vw;
}
#scrollStickyContainer {
  /*position: sticky !important;*/
  top: 300px !important;
  /*z-index: 10;*/
}
@media (min-width: 769px) {
  #layoutContainer.Layout__twoColumn > .Layout__layout1,
  #layoutContainer.Layout__twoColumn > .Layout__layout2 {
    width: 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
    min-width: 50% !important;
    position: relative !important;
  }
}
