@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/** Media Queries **/
html {
  font-size: 62.5%;
  box-sizing: border-box;
  height: 100%;
}

body {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #1a1b15;
  color: #FFFFFF;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  body {
    height: 100%;
  }
}

*, *:before, *:after {
  box-sizing: inherit;
}

.contenedor {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

h1, h2, h3 {
  font-family: "Poppins", sans-serif;
  margin: 0 0 2.5rem 0;
  font-weight: 900;
  color: #FFFFFF;
  text-align: center;
}

h1 {
  font-size: 3.2rem;
}
@media (min-width: 480px) {
  h1 {
    font-size: 4rem;
  }
}

h2 {
  font-size: 3rem;
}
@media (min-width: 480px) {
  h2 {
    font-size: 3.6rem;
  }
}

h3 {
  font-size: 2.5rem;
  text-align: center;
}
@media (min-width: 480px) {
  h3 {
    font-size: 3rem;
  }
}

p {
  color: #FFFFFF;
  font-size: 2rem;
}

.nombre-pagina {
  text-align: center;
  margin: 2rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .nombre-pagina {
    margin: 3rem 0;
  }
}

.descripcion-pagina {
  text-align: center;
}

[class$=__heading] {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  margin: 2rem 0;
  margin: 4rem 0 3rem 0;
  text-align: center;
}

[class$=__descripcion] {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 300;
  color: #1E293B;
  margin-bottom: 5rem;
}

@media (min-width: 768px) {
  .contenedor-app {
    display: grid;
    grid-template-columns: 2fr 3fr;
    min-height: 100vh;
  }
}
.contenedor-app .imagen {
  height: 20rem;
  background-image: url(../img/Logo.png);
  background-size: cover;
  background-position: center center;
}
@media (min-width: 480px) {
  .contenedor-app .imagen {
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff;
  }
}
@media (min-width: 768px) {
  .contenedor-app .imagen {
    height: auto;
  }
}
.contenedor-app .app {
  width: 100%;
  margin: 0 auto;
  margin-right: 2rem;
  padding: 3rem 3rem 1rem 3rem;
  background-color: #1a1b15;
}
@media (min-width: 768px) {
  .contenedor-app .app {
    overflow: scroll;
  }
}
.contenedor-app .app .cuenta_mensaje {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.contenedor-app .app .cuenta_mensaje .descripcion-pagina {
  font-weight: bold;
  color: #377A94; /* Color de texto gris oscuro */
}
.contenedor-app .app .nombre-pagina {
  margin-bottom: 4rem;
}
.contenedor-app .chat {
  padding: unset;
  background-color: #1a1b15;
}

.barra {
  margin: 1.6666666667rem 0;
}
@media (min-width: 768px) {
  .barra {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.barra .boton {
  margin: 2rem 0;
  background-color: #1a1b15;
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  margin-top: 2rem;
  font-size: 2rem;
  font-weight: 400;
  display: inline-block;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  display: block;
  width: 100%;
  margin: 5rem 0;
}
@media (min-width: 768px) {
  .barra .boton {
    width: auto;
  }
}
.barra .boton:hover {
  background-color: hsl(70, 12.5%, -0.5882352941%);
  cursor: pointer;
}

.barra-servicio {
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  .barra-servicio {
    display: flex;
    justify-content: space-between;
  }
}
.barra-servicio .boton {
  margin: 0 1rem 1rem 0;
}

.formulario {
  display: flex;
  flex-direction: column;
  font-family: "Outfit", sans-serif;
}
.formulario__fieldset {
  border: none;
  margin-top: 0;
  padding: 0;
}
.formulario__legend {
  color: #9D9E9E;
  font-size: 2.2rem;
  margin-bottom: 2rem;
}
.formulario__campo {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 1.5rem 0;
}
.formulario__contenedor-icono {
  display: flex;
  border-radius: 0.5rem;
  overflow: hidden;
}
.formulario__icono {
  background-color: #1E293B;
  width: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.formulario__icono i {
  color: #FFFFFF;
  font-size: 2rem;
}
.formulario__label {
  display: block;
  font-size: 1.5rem;
  color: rgba(26, 27, 21, 0.8);
}
.formulario__label--radio {
  border: 1px solid rgb(175, 188.3333333333, 215);
  border-radius: 0.5rem;
  margin: 0.5rem;
}
.formulario__input, .formulario__input--sociales, .formulario__select--sociales, .formulario__select {
  padding: 1rem;
  border: 1px solid rgb(175, 188.3333333333, 215);
  border-radius: 0.5rem;
}
.formulario__input--file, .formulario__select--file {
  border: none;
}
.formulario__input--sociales, .formulario__select--sociales {
  flex: 1;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.formulario__input--file, .formulario__select--file {
  color: #1a1b15;
}
.formulario__radio {
  display: flex;
  gap: 2rem;
}
.formulario__texto {
  margin-top: 3rem;
}
.formulario__imagen {
  max-width: 20rem;
}
.formulario__listado {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 1.5rem;
}
.formulario__listado > li {
  background-color: #007df4;
  padding: 1rem;
  border-radius: 0.5rem;
  font-size: 1.4rem;
  color: #FFFFFF;
  font-weight: 700;
}
.formulario__submit {
  width: auto;
  align-self: flex-start;
  border-radius: 0.5rem;
  background-color: #377A94;
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  margin-top: 2rem;
  font-size: 2rem;
  font-weight: 400;
  display: inline-block;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  display: block;
  width: 100%;
  margin: 5rem 0;
}
@media (min-width: 768px) {
  .formulario__submit {
    width: auto;
  }
}
.formulario__submit:hover {
  background-color: rgb(41.1822660099, 91.3497536946, 110.8177339901);
  cursor: pointer;
}
.formulario__submit--enviar, .formulario__submit--full {
  width: 100%;
}

.acciones, .acciones--centrar {
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
}
.acciones--centrar {
  justify-content: center;
}
.acciones__enlace {
  color: #1a1b15;
  font-size: 1.4rem;
  font-weight: 300;
}

.horas {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(1, 1fr);
  text-align: center;
}
@media (min-width: 768px) {
  .horas {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
    text-align: left;
  }
}
.horas__hora, .horas__hora--deshabilitada, .horas__hora--seleccionada {
  color: #007df4;
  border: 1px solid #007df4;
  border-radius: 1rem;
  padding: 1rem;
  text-align: center;
}
.horas__hora:hover, .horas__hora--deshabilitada:hover, .horas__hora--seleccionada:hover {
  cursor: pointer;
}
.horas__hora--seleccionada {
  background-color: #007df4;
  color: #FFFFFF;
}
.horas__hora--deshabilitada {
  border: 1px solid #9D9E9E;
  color: #9D9E9E;
  opacity: 0.5;
}
.horas__hora--deshabilitada:hover {
  cursor: not-allowed;
}

.formulario {
  margin-top: 5rem;
  width: 100%;
}

.campo {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}
.campo label {
  flex: 0 0 10rem;
  color: #FFFFFF;
}
.campo input {
  flex: 1;
  border: none;
  padding: 1.25rem;
  border-radius: 1rem;
  width: 100%;
}
.campo input:disabled {
  background-color: rgb(108.875, 113.0625, 87.9375);
  color: #FFFFFF;
  cursor: not-allowed;
}
@media (min-width: 768px) {
  .campo input {
    flex: none;
    width: 75%;
  }
}
.campo input[type=search] {
  width: 40%;
}

.filtro {
  display: block;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: inherit;
}
@media (min-width: 768px) {
  .filtro {
    display: grid;
  }
}
.filtro .filtro-text {
  justify-self: start;
  align-self: center;
  width: 200%;
}
.filtro .filtro-text label {
  margin-right: 6rem;
}
.filtro .filtro-radio {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 1rem;
}
.filtro .filtro-radio input[type=radio] {
  margin: 0 auto;
  display: none;
}
.filtro .filtro-radio input[type=radio]:checked + label {
  padding: 1rem 1rem;
  background-color: rgb(72.9775280899, 99.7359550562, 143.5224719101);
  border-radius: 0.5rem;
  color: #FFFFFF;
  margin: 0 auto;
}
.filtro .filtro-radio input[type=radio]:checked + label::before {
  display: none;
}
.filtro .filtro-radio label {
  color: #1E293B;
  cursor: pointer;
  position: relative;
  padding: 1rem 0.5rem 1rem 5rem;
  font-family: Poppins, sans-serif;
  font-size: 2rem;
  align-self: center;
}
.filtro .filtro-radio label::before {
  content: "";
  width: 2rem;
  height: 2rem;
  display: inline-block;
  background: none;
  border: 0.3rem solid #1E293B;
  border-radius: 50%;
  padding: 0.5rem;
  margin-right: 0.5rem;
  margin-top: 0.4rem;
  position: absolute;
  left: 2.5rem;
  top: 0.7rem;
}
.filtro .filtro-radio label:hover {
  background-color: rgb(72.9775280899, 99.7359550562, 143.5224719101);
  color: #FFFFFF;
  border-radius: 0.5rem;
}

.boton {
  background-color: #377A94;
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  margin-top: 2rem;
  font-size: 2rem;
  font-weight: 400;
  display: inline-block;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  display: block;
  width: 100%;
  margin: 5rem 0;
}
@media (min-width: 768px) {
  .boton {
    width: auto;
  }
}
.boton:hover {
  background-color: rgb(41.1822660099, 91.3497536946, 110.8177339901);
  cursor: pointer;
}

.boton-eliminar {
  background-color: #cb0000;
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  margin-top: 2rem;
  font-size: 2rem;
  font-weight: 400;
  display: inline-block;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  display: block;
  width: 100%;
  margin: 5rem 0;
}
@media (min-width: 768px) {
  .boton-eliminar {
    width: auto;
  }
}
.boton-eliminar:hover {
  background-color: #980000;
  cursor: pointer;
}

.acciones {
  margin-top: 5rem;
}
@media (min-width: 768px) {
  .acciones {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.acciones a {
  color: #FFFFFF;
  display: block;
  margin-bottom: 2.5rem 1rem;
  text-align: center;
}

.alerta {
  padding: 1.25rem;
  color: #FFFFFF;
  width: 100%;
  display: block;
  margin-bottom: 2rem;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}
.alerta.error {
  background-color: #cb0000;
}
.alerta.exito {
  background-color: #329f00;
}

@media (min-width: 768px) {
  .tabs {
    display: flex;
  }
}
.tabs button {
  background-color: #377A94;
  border: none;
  color: #FFFFFF;
  padding: 1rem;
  display: block;
  width: 100%;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-weight: 700;
  transition: background-color 300ms ease;
}
.tabs button:hover {
  cursor: pointer;
  background-color: rgb(41.1822660099, 91.3497536946, 110.8177339901);
}
.tabs button.actual {
  background-color: #FFFFFF;
  color: #377A94;
}
.tabs button:nth-child(1) {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.tabs button:nth-child(3) {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.paginacion-tabs {
  padding: 0;
}
@media (min-width: 480px) {
  .paginacion-tabs {
    display: flex;
    justify-content: space-between;
  }
}
.paginacion-tabs button {
  margin: 0 0 1rem 0;
  border-radius: 0.5rem;
}

.ocultar {
  visibility: hidden;
}

/* Reset del foco de UI5 dentro del login para que no interfiera */
#ui5-login .fn-input__text-field .sapMInputBaseInner:focus,
#ui5-login .fn-input__text-field .sapMInputBaseContentWrapper.sapMInputFocused,
#ui5-login .fn-input__text-field .sapMInputBaseContentWrapper.sapMFocus,
#ui5-login .fn-input__text-field .sapMInputBaseContentWrapper:focus {
  outline: none;
  box-shadow: none;
}

/* Aplicar SOLO el anillo de foco solicitado por el usuario */
#ui5-login .fn-input__text-field .sapMInputBaseInner:focus,
#ui5-login .fn-input__text-field .sapMInputBaseContentWrapper.sapMInputFocused,
#ui5-login .fn-input__text-field .sapMInputBaseContentWrapper.sapMFocus,
#ui5-login .fn-input__text-field .sapMInputBaseContentWrapper:focus {
  appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 0 0 0.125rem #0070f2;
  box-shadow: 0 0 0 0.125rem #0070f2;
  background: #ffffff;
}

.fn-input__text-field .sapMInputBaseContentWrapper.sapMInputFocused {
  outline: none;
  -webkit-box-shadow: 0 0 0 0.125rem #0070f2;
  box-shadow: 0 0 0 0.125rem #0070f2;
}

.fn-input__text-field .sapMInputBaseContentWrapper {
  border-radius: 1rem;
  overflow: hidden;
}

.fn-input__text-field:focus,
.fn-input__text-field.is-focus {
  appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 0 0 0.125rem #0070f2;
  box-shadow: 0 0 0 0.125rem #0070f2;
  background: #ffffff;
  outline: none;
}

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f4f4f4;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.contenedor-app .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3rem;
}
.contenedor-app h1, .contenedor-app h3 {
  margin: 1rem;
}

.contenedor-app.contenedor-app_chat {
  display: grid;
  grid-template-columns: 1fr 4fr;
}

.header {
  grid-column: 1/-1;
  background-color: #9D9E9E;
  height: 5rem;
}

.contenedor-app .chat {
  background-color: #FFFFFF;
  scroll-behavior: smooth;
}

.chat-container {
  width: 100%;
  margin: 2rem 0 0 0;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0 5rem;
}

.chat-header {
  display: flex;
  justify-content: space-between;
  background-color: #377A94;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.75); /* Ajustar el desplazamiento y el radio de difuminado según sea necesario */
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.75);
  color: #FFFFFF;
  padding: 1rem 0;
  text-align: center;
}
.chat-header .chat-header_texto {
  margin: 0 1rem;
  padding: 0.5rem 1rem;
  font-size: 16px;
  font-weight: 300;
}
.chat-header .chat-header_texto .chat-header_nombre {
  font-weight: 500;
}

.contenedor_header {
  position: sticky;
  top: 0;
  z-index: 999; /* Ajusta este valor según sea necesario */
}

.chat-messages {
  padding: 15px;
  overflow-y: auto;
  flex-grow: 1;
}

.message {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  color: #1a1b15;
  flex-direction: column;
  align-items: flex-end;
}

.message.sent {
  justify-content: flex-end;
}

.message.received {
  justify-content: flex-start;
  align-items: flex-start;
}

.message-body {
  max-width: 80%;
  padding: 10px 15px;
  border-radius: 15px;
  position: relative;
  color: #333;
  font-size: 14px;
  line-height: 1.4;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}

.message.sent .message-body {
  background-color: rgba(76.4285714286, 136.4285714286, 193.5714285714, 0.3); /* 50% de transparencia */
  animation: slideInRight 0.3s ease-out forwards;
}

.message.received .message-body {
  background-color: #ebebeb;
  animation: slideInLeft 0.3s ease-out forwards;
}

.message-body_contenedor {
  display: flex;
  flex-direction: column;
}

.message-fuente {
  margin-top: 1rem;
  width: 100%;
  background-color: #f0f0f0; /* Color de fondo */
  border-top: 1px solid #ccc; /* Borde superior */
  padding: 5px; /* Espaciado interno */
  font-size: 0.8em; /* Tamaño de fuente más pequeño */
  color: #007df4; /* Color de texto */
  font-size: 1.5;
  box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.1); /* Sombra en la parte superior */
  text-align: start; /* Alineación de texto */
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(50%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.message-input {
  display: none;
  background-color: #fafafa;
  padding: 10px;
  border-top: 1px solid #ddd;
  margin-bottom: 1rem;
}
.message-input input[type=text] {
  flex: 1;
  padding: 10px;
  border: 2px solid #ccc;
  border-radius: 18px;
  margin-right: 10px;
  outline: none;
  transition: border-color 0.3s;
}
.message-input input[type=text]:focus {
  border-color: #5c67f2;
}

.send-button {
  padding: 8px 16px;
  border: none;
  border-radius: 18px;
  background-color: #377A94;
  color: white;
  cursor: pointer;
  transition: background-color 0.3s;
}
.send-button:hover {
  background-color: rgb(41.1822660099, 91.3497536946, 110.8177339901);
}

.swal2-popup {
  width: 35rem;
  height: 32rem;
}
.swal2-popup .swal2-html-container {
  font-weight: 600;
  font-size: 1.5rem;
}
.swal2-popup .swal2-confirm {
  font-size: 1.5rem;
}

.swal2-popup.swal2-modal.swal2-icon-success.swal2-show {
  width: unset;
  height: unset;
}

.message-calificacion {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem; /* Aplica una altura fija al elemento */
  position: relative;
  transition: transform 0.3s; /* Cambia la transición a la propiedad transform */
  margin-top: 1rem;
}
.message-calificacion:hover {
  overflow: hidden;
  cursor: pointer;
  transform: scale(1.7); /* Aumenta el tamaño del elemento al hacer hover */
  position: relative;
  z-index: 1; /* Ajusta el índice z para que estén por encima de otros elementos */
}

.empty-message h2 {
  color: black;
}

.message-calificacion_muymalo.selected {
  filter: brightness(0) saturate(100%) invert(21%) sepia(74%) saturate(4835%) hue-rotate(7deg) brightness(103%) contrast(108%);
}
.message-calificacion_muymalo.selected:hover {
  filter: brightness(0) saturate(100%) invert(21%) sepia(74%) saturate(4835%) hue-rotate(7deg) brightness(103%) contrast(108%);
}

.message-calificacion_malo.selected {
  filter: brightness(0) saturate(100%) invert(68%) sepia(46%) saturate(4991%) hue-rotate(311deg) brightness(96%) contrast(91%);
}
.message-calificacion_malo.selected:hover {
  filter: brightness(0) saturate(100%) invert(68%) sepia(46%) saturate(4991%) hue-rotate(311deg) brightness(96%) contrast(91%);
}

.message-calificacion_regular.selected {
  filter: brightness(0) saturate(100%) invert(83%) sepia(56%) saturate(5538%) hue-rotate(22deg) brightness(110%) contrast(90%);
}
.message-calificacion_regular.selected:hover {
  filter: brightness(0) saturate(100%) invert(83%) sepia(56%) saturate(5538%) hue-rotate(22deg) brightness(110%) contrast(90%);
}

.message-calificacion_bueno.selected {
  filter: brightness(0) saturate(100%) invert(69%) sepia(30%) saturate(994%) hue-rotate(46deg) brightness(94%) contrast(90%);
}
.message-calificacion_bueno.selected:hover {
  filter: brightness(0) saturate(100%) invert(69%) sepia(30%) saturate(994%) hue-rotate(46deg) brightness(94%) contrast(90%);
}

.message-calificacion_excelente.selected {
  filter: brightness(0) saturate(100%) invert(45%) sepia(23%) saturate(5509%) hue-rotate(116deg) brightness(96%) contrast(105%);
}
.message-calificacion_excelente.selected:hover {
  filter: brightness(0) saturate(100%) invert(45%) sepia(23%) saturate(5509%) hue-rotate(116deg) brightness(96%) contrast(105%);
}

.message-calificacion_muymalo:hover {
  filter: brightness(0) saturate(100%) invert(21%) sepia(74%) saturate(4835%) hue-rotate(7deg) brightness(103%) contrast(108%);
}

.message-calificacion_malo:hover {
  filter: brightness(0) saturate(100%) invert(68%) sepia(46%) saturate(4991%) hue-rotate(311deg) brightness(96%) contrast(91%);
}

.message-calificacion_regular:hover {
  filter: brightness(0) saturate(100%) invert(83%) sepia(56%) saturate(5538%) hue-rotate(22deg) brightness(110%) contrast(90%);
}

.message-calificacion_bueno:hover {
  filter: brightness(0) saturate(100%) invert(69%) sepia(30%) saturate(994%) hue-rotate(46deg) brightness(94%) contrast(90%);
}

.message-calificacion_excelente:hover {
  filter: brightness(0) saturate(100%) invert(45%) sepia(23%) saturate(5509%) hue-rotate(116deg) brightness(96%) contrast(105%);
}

.message-calificacion_uncheck {
  filter: none;
}

.sidebar {
  background-color: #333;
  display: flex;
  flex-direction: column; /* Los elementos se apilan verticalmente */
  padding: 2rem 1rem;
  margin: 0;
  justify-content: space-between;
}
.sidebar .sidebar-nav {
  margin: 1rem;
}
.sidebar .sidebar-nav .sidebar_span {
  padding: 1rem;
  font-size: 2rem;
  /* Establecer color de texto gris */
  color: #377A94;
  /* Establecer fuente en negrita */
  font-weight: bold;
  /* Establecer cursor como puntero al pasar el mouse */
  cursor: pointer;
  /* Agregar un efecto de transición suave */
  transition: color 0.3s ease;
}
.sidebar .sidebar-nav .sidebar_span:hover {
  /* Cambiar el color del texto al pasar el mouse */
  color: rgb(66.0541871921, 146.5201970443, 177.7458128079); /* Cambia al color deseado */
}
.sidebar .sidebar-nav ul, .sidebar .sidebar-nav li {
  list-style: none;
  margin-top: 0;
  padding: 1rem 0 0 0;
}
.sidebar .sidebar-nav .sidebar_nav-elemento {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.sidebar .sidebar-nav .sidebar_nav-elemento .separacion {
  display: block;
  border-bottom: solid 1px grey;
  width: 100%;
  height: 1px;
}
.sidebar .sidebar-nav .sidebar_nav-elemento .listado-hilos {
  display: block; /* Hacer que los enlaces sean elementos de bloque */
}
.sidebar .sidebar-nav .sidebar_nav-elemento .listado-hilos .hilo {
  margin: unset;
  padding: unset;
  width: 100%; /* Ocupar todo el ancho del elemento padre */
  height: 100%; /* Ocupar todo el alto del elemento padre */
}
.sidebar .sidebar-nav .sidebar_nav-elemento .listado-hilos .hilo .hilo_enlace {
  all: unset;
  color: #FFFFFF;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 700;
  padding: 1rem 0 1rem 1rem;
  display: inline-block;
  width: 100%; /* Ocupar todo el ancho del elemento padre */
  height: 100%; /* Ocupar todo el alto del elemento padre */
}
.sidebar .sidebar-nav .sidebar_nav-elemento .listado-hilos .hilo .hilo_enlace:hover {
  color: #007df4;
  cursor: pointer;
}
.sidebar .sidebar-nav .sidebar_nav-elemento .listado-hilos .hilo .hilo_enlace:hover {
  background-color: rgba(86.9507389163, 163.0270935961, 192.5492610837, 0.5); /* 85% de opacidad */
  color: #FFFFFF;
  border-radius: 0.5rem;
}
.sidebar .sidebar-nav .sidebar_nav-elemento .listado-hilos .hilo .hilo_enlace-selected {
  background-color: rgba(86.9507389163, 163.0270935961, 192.5492610837, 0.5); /* 50% de transparencia */
  color: #FFFFFF;
  border-radius: 0.5rem;
}
.sidebar .sidebar-nav .sidebar_input-hilo {
  font-size: 1.4rem;
  padding: 1rem;
  border-radius: 0.5rem;
  margin: 1rem;
  background-color: rgb(105.5418719212, 173.2019704433, 199.4581280788);
  padding: 1.5rem 4rem;
  color: #1E293B;
  margin-top: 2rem;
  font-size: 2rem;
  font-weight: 400;
  display: inline-block;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  display: block;
  width: 100%;
  margin: 5rem 0;
}
@media (min-width: 768px) {
  .sidebar .sidebar-nav .sidebar_input-hilo {
    width: auto;
  }
}
.sidebar .sidebar-nav .sidebar_input-hilo:hover {
  background-color: rgb(68.8177339901, 152.6502463054, 185.1822660099);
  cursor: pointer;
}

.swal2-input-conversacion {
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: auto;
  transition: border-color 0.1s, box-shadow 0.1s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  background: rgba(0, 0, 0, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px rgba(0, 0, 0, 0);
  color: inherit;
  font-size: 1.125em;
}
.swal2-input-conversacion:focus {
  border: 1px solid #b4dbed;
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px rgba(100, 150, 200, 0.5);
}

.swal2-validation-message {
  font-size: 1.5rem;
}

.cerrar-sesion {
  font-size: 1.4rem;
  padding: 1rem;
  border-radius: 0.5rem;
  background-color: #cccccc;
  padding: 1.5rem 4rem;
  color: #1E293B;
  margin-top: 2rem;
  font-size: 2rem;
  font-weight: 400;
  display: inline-block;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  display: block;
  width: 100%;
  margin: 5rem 0;
}
@media (min-width: 768px) {
  .cerrar-sesion {
    width: auto;
  }
}
.cerrar-sesion:hover {
  background-color: rgb(178.5, 178.5, 178.5);
  cursor: pointer;
}

#card-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}

.perfiles-container {
  padding: 1rem;
  margin-top: 3rem;
}

.card {
  width: calc(33.33% - 20px);
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 16px;
  background-color: #f9f9f9;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease;
  color: #377A94;
}
.card .card-title, .card .card-content {
  color: #377A94;
}
.card .card-title {
  margin-top: 0;
}
.card .card-content {
  margin-bottom: 0;
}

.card:hover {
  transform: translateY(-5px);
  cursor: pointer;
}

.dashboard {
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #F3F5F9;
}
.dashboard__heading {
  color: #1a1b15;
}
.dashboard__header {
  background-color: #9D9E9E;
  padding: 2rem;
}
@media (min-width: 768px) {
  .dashboard__header {
    padding: 0;
    padding-right: 2rem;
  }
}
.dashboard__header-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .dashboard__header-grid {
    flex-direction: row;
    justify-content: space-between;
  }
}
.dashboard__logo {
  max-width: 20rem;
}
@media (min-width: 768px) {
  .dashboard__logo {
    margin: 0;
  }
}
.dashboard__form {
  display: flex;
  justify-content: center;
}
.dashboard__submit--logout {
  all: unset;
  color: #FFFFFF;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 700;
}
.dashboard__submit--logout:hover {
  color: #007df4;
  cursor: pointer;
}
.dashboard__grid {
  display: flex;
  flex: 1;
  overflow-y: auto;
}
.dashboard__sidebar {
  background-color: rgb(47.191011236, 64.4943820225, 92.808988764);
  width: 10rem;
}
.dashboard__menu {
  height: 100%;
  justify-content: space-between;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.dashboard__enlace {
  color: rgb(178.7640449438, 192.9775280899, 216.2359550562);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem;
  transition: 300ms background-color ease-in-out, 300ms color ease, 300ms border-radius ease;
}
.dashboard__enlace:hover, .dashboard__enlace--actual {
  background-color: rgb(64.3820224719, 87.9887640449, 126.6179775281);
  color: #FFFFFF;
  border-radius: 1rem;
}
.dashboard__enlace--chat {
  margin-bottom: 1rem;
}
.dashboard__icono {
  font-size: 2rem;
}
.dashboard__menu-texto {
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 0.5rem;
}
.dashboard__contenido {
  padding: 1rem 1rem 3rem 1rem;
  width: 100%;
  overflow-y: scroll;
}
@media (min-width: 768px) {
  .dashboard__contenido {
    padding: 1rem 5rem 3rem 5rem;
  }
}
@media (min-width: 768px) {
  .dashboard__contenedor-boton {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 5rem;
  }
}
.dashboard__boton {
  text-transform: uppercase;
  font-size: 1.4rem;
  background-color: #007df4;
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  margin-top: 2rem;
  font-size: 2rem;
  font-weight: 400;
  display: inline-block;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  display: block;
  width: 100%;
  margin: 5rem 0;
}
@media (min-width: 768px) {
  .dashboard__boton {
    width: auto;
  }
}
.dashboard__boton:hover {
  background-color: rgb(0, 98.8729508197, 193);
  cursor: pointer;
}
@media (min-width: 768px) {
  .dashboard__boton {
    margin: 2rem 0 0 0;
    width: auto;
  }
}
.dashboard__contenedor, .dashboard__formulario {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  background-color: #FFFFFF;
  padding: 2rem;
  border-radius: 1rem;
  overflow-y: scroll;
}
@media (min-width: 768px) {
  .dashboard__contenedor, .dashboard__formulario {
    overflow-y: unset;
  }
}
.dashboard__formulario {
  width: min(95%, 80rem);
  margin: 0 auto;
}
.dashboard__grafica {
  width: min(95%, 60rem);
  margin: 0 auto;
}
.dashboard .swal2-popup {
  font-size: 1.5rem;
}

.table {
  width: 100%;
  border-collapse: collapse;
}
.table__thead {
  background-color: #1E293B;
  color: #FFFFFF;
}
.table__th {
  padding: 1rem;
  text-align: left;
}
.table__tr {
  color: #1a1b15;
}
.table__tr:nth-child(even) {
  background-color: #F3F5F9;
}
.table__td, .table__td--acciones {
  padding: 1.5rem 1rem;
}
.table__td--acciones {
  display: flex;
  justify-content: flex-end;
  gap: 2rem;
  align-items: center;
}
.table__documento .fa-file-pdf {
  display: flex;
  justify-content: center;
}
.table__accion {
  all: unset;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 700;
}
.table__accion--editar {
  color: #007df4;
  cursor: pointer;
}
.table__accion--eliminar {
  color: #cb0000;
  cursor: pointer;
}
.table__accion--eliminar .fa-circle-xmark {
  cursor: default;
}
.table__accion--eliminar .fa-circle-xmark:before {
  padding: 0.5rem;
}

.swal2_custom_documento_borrar {
  width: unset;
  height: unset;
}

.paginacion {
  margin-top: 5rem;
  margin-bottom: 3rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .paginacion {
    justify-content: flex-end;
  }
}
.paginacion__enlace {
  color: #007df4;
  font-size: 1.6rem;
}
.paginacion__enlace--texto {
  padding: 1rem;
  border-radius: 0.5rem;
  border: 1px solid #007df4;
}
.paginacion__enlace--texto:hover {
  background-color: #007df4;
  color: #FFFFFF;
}
.paginacion__enlace--numero {
  font-weight: 700;
  display: none;
}
@media (min-width: 768px) {
  .paginacion__enlace--numero {
    display: inline;
  }
}
.paginacion__enlace--actual {
  color: #333;
  font-weight: 700;
  display: none;
}
@media (min-width: 768px) {
  .paginacion__enlace--actual {
    display: inline;
  }
}

.listado-ponentes {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(1, 1fr);
}
.listado-ponentes__ponente, .listado-ponentes__ponente--seleccionado {
  color: #007df4;
  border: 1px solid #007df4;
  padding: 1rem;
  border-radius: 1rem;
  text-align: center;
}
.listado-ponentes__ponente:hover, .listado-ponentes__ponente--seleccionado:hover {
  cursor: pointer;
}
.listado-ponentes__ponente--seleccionado {
  background-color: #007df4;
  color: #FFFFFF;
}

.bloques {
  width: min(95%, 120rem);
  margin: 0 auto;
}
@media (min-width: 768px) {
  .bloques {
    margin-top: 10rem;
  }
}
.bloques__grid {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 1024px) {
  .bloques__grid {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

.bloque {
  padding: 3rem;
  color: #FFFFFF;
  border-radius: 1rem;
}
.bloque:nth-child(1) {
  background-image: linear-gradient(to left top, #F97316, rgb(250.9205020921, 159.8117154812, 96.5794979079));
}
.bloque:nth-child(2) {
  background-image: linear-gradient(to left top, #A855F7, rgb(205.3904494382, 158.0617977528, 250.4382022472));
}
.bloque:nth-child(3) {
  background-image: linear-gradient(to left top, #59910B, rgb(132.6442307692, 216.1057692308, 16.3942307692));
}
.bloque:nth-child(4) {
  background-image: linear-gradient(to left top, #17769E, rgb(34.5856353591, 167.1132596685, 222.9143646409));
}
.bloque__heading {
  margin: 1rem 0 2rem 0;
  font-size: 3.5rem;
}
.bloque__texto {
  margin: 1rem 0;
}
.bloque__texto--cantidad {
  margin-top: 5rem;
  font-weight: 900;
  font-size: 6rem;
  text-align: center;
}
/*# sourceMappingURL=app.css.map */