/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/

.ocultar-asterisco-obligatorio .asterisk {
    display: none;
}



#welcome-container > .survey-name.large-heading {
    font-weight: 600;
    font-size: 2.85rem;
    line-height: 3rem;
    font-family: "IBMPlexSerif", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

#welcome-container {
    max-width: 950px;
}

.survey-name.large-heading {
    text-wrap: balance;
}

.survey-description.form-heading {
    hyphens: manual;
}

.ls-label-question {
        hyphens: manual;
}

.answertext.control-label {
    hyphens: manual;
}


img.responsive-img {
    width: 100%;        /* Se adapta al ancho del contenedor */
    max-width: 800px;   /* Tamaño máximo en pantallas grandes */
    height: auto;       /* Mantiene la proporción */
  }

  /* Media query para dispositivos móviles */
  @media (max-width: 768px) {
    img.responsive-img {
      max-width: 100%;  /* Se adapta completamente en pantallas pequeñas */
      height: auto;     /* Mantiene la proporción */
    }
  }
  
  
.group-title   {
        hyphens : manual;
        font-size: 2rem !important;
        line-height: 32px !important;
}


.dropdown-menu {
    max-height: 300px; /* Ajusta este valor a tus necesidades */
    overflow-y: auto; /* Habilita el desplazamiento vertical */
}


.url-wrapper-survey-print {
    display: none;
}

