@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;
  scroll-padding-top: 0rem;
  background: rgb(33, 49, 121);
  background: linear-gradient(0deg, rgb(33, 49, 121) 0%, rgb(55, 79, 158) 35%);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100%;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  font-family: "Arial, Helvetica Neue LT Pro", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #000000;
  font-size: 2rem;
}

.contenedor {
  width: 70%;
  max-width: 100rem;
  margin: 0 auto;
}

a {
  text-decoration: none;
  font-family: "Arial, Helvetica Neue LT Pro", sans-serif;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

body > section {
  padding: 10rem 0;
}

.header {
  background-color: transparent;
  padding: 2rem 0rem 0rem 0rem;
  margin: 0;
}

.contenido-header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 900px) {
  .vl {
    border-left: 3px solid #ffffff;
    height: 4rem;
    margin: 0;
    padding-right: 0;
    padding-left: 2rem;
  }
}

.footer {
  background-color: #1D4E9D;
  padding: 2rem 0rem 2rem 0rem;
  text-align: center;
}
.footer p {
  color: white;
}

.barra {
  display: flex;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-bottom: 1rem;
  flex-direction: column;
}
@media (min-width: 900px) {
  .barra {
    flex-direction: row;
    justify-content: space-between;
  }
  .barra img {
    height: 6rem;
    width: 16rem;
  }
}
.barra img {
  max-height: 8rem;
  max-width: 16rem;
  min-height: 6rem;
  min-width: 16rem;
}
.barra a {
  color: #ffffff;
}

@media (min-width: 900px) {
  .navegacion {
    display: flex;
    align-items: center;
  }
}
.navegacion a {
  font-weight: 400;
  text-decoration: none;
  font-size: 2rem;
  display: block;
  text-align: center;
  padding-bottom: 2rem;
}
@media (min-width: 900px) {
  .navegacion a {
    margin-right: 3rem;
    padding-bottom: 0;
  }
  .navegacion a:last-of-type {
    margin-right: 0;
  }
}
.navegacion a:hover {
  cursor: pointer;
  color: rgb(196.7580645161, 214.935483871, 244.2419354839);
}

.titulo-formulario {
  padding-top: 1rem;
  padding-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.titulo-formulario h1 {
  font-weight: 400;
}
@media (min-width: 900px) {
  .titulo-formulario {
    text-align: left;
  }
}

.seccion-formulario {
  width: 95%;
  max-width: 130rem;
  margin: 0 auto;
}

.formulario {
  background-color: transparent;
  overflow: hidden;
  display: block;
  color: #ffffff;
  text-align: center;
}
.formulario label {
  font-weight: 400;
  display: block;
  padding-top: 0rem;
  padding-bottom: 1rem;
}
.formulario input:not([type=file]),
.formulario select {
  width: 18rem;
  height: 3.5rem;
  border-radius: 3px;
  border: none;
}
.formulario input[type=submit] {
  margin-top: 3rem;
}
.formulario .campo-poliza {
  display: block;
  text-align: center;
  padding-bottom: 4rem;
}
.formulario .campo-detalles {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding-bottom: 4rem;
}
.formulario .detalle {
  display: block;
}

.notas {
  text-align: center;
  color: #ffffff;
  line-height: 3.2rem;
  padding-bottom: 4rem;
  display: block;
}

.botones-formulario {
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.seccion-subir-archivos {
  height: 10rem;
  width: 40rem;
  margin-bottom: 7rem;
}

.file-uploader {
  background-color: #2EB8FF;
  border-radius: 5px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 2rem;
}

.file-uploader .file-list {
  list-style: none;
  padding-bottom: 10px;
  max-height: 400px;
  overflow-y: auto;
  scrollbar-color: #ffffff transparent;
  scrollbar-width: thin;
}

.file-uploader .file-list:has(li) {
  padding: 20px;
  background-color: transparent;
}

.file-list .file-item {
  display: flex;
  gap: 14px;
  margin-bottom: 22px;
  position: relative; /* Necesario para que el botón de eliminar se posicione bien */
}

.file-list .file-item:last-child {
  margin-bottom: 0px;
}

.file-list .file-item .file-extension {
  height: 53px;
  width: 53px;
  color: #fff;
  display: flex;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
  background: transparent;
}

.file-list .file-item .file-content-wrapper {
  flex: 1;
}

.file-list .file-item .file-content {
  display: flex;
  width: 100%;
  inline-size: 20rem;
  justify-content: space-between;
}

.file-list .file-item .file-name {
  font-size: 1.5rem;
  font-weight: 400;
}

.file-uploader .file-upload-box {
  margin: 10px 20px;
  border-radius: 5px;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  background-color: #2EB8FF;
  padding-bottom: 3rem;
}

.file-uploader .file-upload-box.active {
  border: 2px solid #ffffff;
  background: #2EB8FF;
}

.file-uploader .file-upload-box .box-title {
  font-size: 2.5rem;
  font-weight: 400;
  color: #ffffff;
  padding: 0;
  margin: 0;
}

.file-uploader .file-upload-box.active .box-title {
  pointer-events: none;
}

.file-upload-box .box-title .file-browse-button {
  color: #ffffff;
  cursor: pointer;
}

.file-upload-box .box-title .file-browse-button:hover {
  text-decoration: underline;
}

.remove-file {
  position: absolute;
  top: 5px; /* Ajustar según sea necesario */
  right: 5px; /* Ajustar según sea necesario */
  background-color: transparent;
  border: none;
  color: white;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10; /* Asegura que la X esté sobre el archivo */
}

.remove-file:hover {
  color: darkred;
}

.file-progress-bar {
  margin-top: 5px;
  background-color: #f0f0f0;
  height: 5px;
  border-radius: 2px;
}

.submit-btn {
  background-color: white;
  color: #1D4E9D;
  border: 0.5rem solid rgb(196.7580645161, 214.935483871, 244.2419354839);
  border-radius: 2rem;
  margin: 1.5rem auto;
  padding: 1.5rem 1.5rem;
  width: 25%;
  font-size: 2rem;
  font-weight: bold;
  cursor: pointer;
  opacity: 1;
  visibility: visible;
}
.submit-btn:hover {
  cursor: pointer;
  background-color: rgb(196.7580645161, 214.935483871, 244.2419354839);
}

.iniciar-sesion {
  align-items: center;
}
.iniciar-sesion h1 {
  color: #1D4E9D;
}
.iniciar-sesion .boton {
  color: #1D4E9D;
  font-weight: bold;
}

.titulo {
  text-align: center;
  padding-top: 5rem;
  color: #ffffff;
}
.titulo h1 {
  font-weight: bold;
}

.section-botones {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section-botones a {
  padding: 2rem;
}
@media (min-width: 900px) {
  .section-botones {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    gap: 5rem;
    padding-bottom: 0;
  }
}

.boton-home {
  background-color: #000D5B;
  color: #ffffff;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  display: block;
  font-size: 3rem;
  border: none;
  height: 30rem;
  border-radius: 5%;
  padding: 1.5rem;
  width: 30rem;
}
.boton-home:hover {
  background-color: rgb(0, 9.3571428571, 65.5);
  cursor: pointer;
}
.boton-home .soporte {
  margin-bottom: 1rem;
}

@media (min-width: 900px) {
  .volver-home-reclamos {
    display: flex;
    justify-content: center;
    padding-top: 3rem;
  }
}

.ver-detalles {
  text-align: center;
  color: #ffffff;
}

.boton-verDetalles {
  text-transform: uppercase;
  background-color: #2EB8FF;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  margin-top: 1rem;
  border: none;
  padding: 1rem;
  border-radius: 15px;
}
.boton-verDetalles:hover {
  background-color: rgb(20.5, 175.3373205742, 255);
  cursor: pointer;
}

.imagen {
  padding-bottom: 5rem;
}
.imagen img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 20rem;
  max-width: 32rem;
  min-height: 6rem;
  min-width: 16rem;
}

.iniciar-sesion {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: transparent;
  color: #ffffff;
  border: 5px;
  border-style: solid;
  padding: 1rem;
  display: block;
  width: 40rem;
  border-radius: 15px;
}
@media (min-width: 900px) {
  .iniciar-sesion {
    width: 70rem;
  }
}
.iniciar-sesion h1 {
  font-weight: 500;
  font-size: 3rem;
  color: #ffffff;
  padding-bottom: 1rem;
  margin: 0;
}
.iniciar-sesion h3 {
  margin: 0 0 0.5rem 0;
  font-weight: 500;
  font-size: 2rem;
}
.iniciar-sesion h2 {
  margin: 1rem 0 2rem 0;
  font-weight: 400;
}
.iniciar-sesion input {
    display: block;
    border: none;
    background-color: #ffffff;
    width: 47rem;
    max-width: 100%;
    height: 5rem;
    border-radius: 3px;
    margin: 0 auto 1rem auto;
    padding: 0 1rem;
}
.iniciar-sesion p {
  color: #ffffff;
  padding: 0rem;
  margin: 1rem 0 0 0;
  font-weight: 400;
}
.iniciar-sesion .boton-solicitar {
  margin-top: 1rem;
  width: 30rem;
  height: 5rem;
  background-color: #2EB8FF;
  color: #ffffff;
  font-weight: bold;
  border-radius: 15px;
  font-size: 2.6rem;
}
.iniciar-sesion .boton-solicitar:hover {
  background-color: rgb(10.3, 171.8722488038, 255);
  cursor: pointer;
}
.iniciar-sesion .boton-validar {
  margin-top: 2rem;
  width: 30rem;
  height: 5rem;
  background-color: #2EB8FF;
  color: #ffffff;
  font-weight: bold;
  border-radius: 15px;
  font-size: 3rem;
  line-height: 2.3rem;
}
.iniciar-sesion .boton-validar:hover {
  background-color: rgb(10.3, 171.8722488038, 255);
  cursor: pointer;
}
.iniciar-sesion a {
  color: #ffffff;
  text-decoration: underline;
}
.iniciar-sesion a:hover {
  color: #cccccc;
  cursor: pointer;
}

.contacto {
  color: #ffffff;
  text-align: center;
}
.contacto p {
  margin: 1rem;
}

.confirm {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px;
  box-sizing: border-box;
  opacity: 0;
  animation-name: confirm---open;
  animation-duration: 0.2s;
  animation-fill-mode: forwards;
  display: flex;
  align-items: center;
  justify-content: center;
}

.confirm--close {
  animation-name: confirm---close;
}

.confirm__window {
  width: 100%;
  max-width: 80rem;
  background: #1D4E9D;
  font-size: 2rem;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transform: scale(0.75);
  animation-name: confirm__window---open;
  animation-duration: 0.2s;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
  color: #ffffff;
}

.confirm__titlebar,
.confirm__content,
.confirm__buttons {
  padding: 1.25em;
}

.confirm__titlebar {
  background: #1D4E9D;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
}

.confirm__title {
  font-weight: 400;
  font-size: 3rem;
  text-align: center;
}

.confirm__close {
  background: none;
  outline: none;
  border: none;
  transform: scale(2.5);
  color: #ffffff;
  transition: color 0.15s;
}

.confirm__close:hover {
  color: #ff0000;
  cursor: pointer;
}

.confirm__content {
  line-height: 1.8em;
  font-size: 3rem;
}

.confirm__buttons {
  background: #1D4E9D;
  display: flex;
  justify-content: flex-end;
}

.confirm__button {
  padding: 0.4em 0.8em;
  border: 2px solid;
  border-radius: 10px;
  background: #2EB8FF;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.1em;
  font-family: "Noto Sans", sans-serif;
  margin-left: 0.6em;
  cursor: pointer;
  outline: none;
}

.confirm__button--fill {
  background: #2EB8FF;
  color: #ffffff;
}

.confirm__button:focus {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

@keyframes confirm---open {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes confirm---close {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes confirm__window---open {
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.reclamos-pendientes {
  width: 98%;
  max-width: 120rem;
  margin: 0 auto;
  overflow-x: auto;
}

.cajas-detalles {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 900px) {
  .cajas-detalles {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 2rem;
  }
}

.lista-reclamos {
  width: 50rem;
  max-height: 60rem;
  background-color: #ffffff;
  height: 50rem;
  margin-bottom: 5rem;
  border-radius: 15px;
  overflow-y: auto;
}
.lista-reclamos .paciente {
  margin: auto;
  align-items: center;
  text-align: center;
  color: #000D5B;
}
.lista-reclamos .paciente .fondo {
  width: 18rem;
  margin: auto;
  font-weight: bold;
}

.sombra {
  box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
  transition: box-shadow 0.3s ease-in-out;
}

.reclamo {
  display: flex;
  padding: 2rem;
  height: 18rem;
  border-radius: 15px;
  width: 45rem;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.reclamo:hover {
  cursor: pointer;
  transform: translateY(-4px);
}
.reclamo .reclamo-izquierda {
  background-color: #1D4E9D;
  padding: 1rem;
  padding-top: 2rem;
  display: block;
}
.reclamo .reclamo-derecha {
  background-color: #000D5B;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
}
.reclamo .reclamo-derecha h2 {
  font-weight: 500;
  color: #57D6F2;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.reclamo .reclamo-derecha p {
  color: #ffffff;
  margin: 0;
}

.detalles-reclamo {
  width: 55rem;
  min-width: 55rem;
  background-color: #ffffff;
  height: 50rem;
  margin-bottom: 5rem;
  border-radius: 15px;
  padding: 2rem;
}
.detalles-reclamo .detalles-top h2 {
  font-weight: 400;
  color: #000D5B;
  font-size: 3rem;
  margin: 0;
  margin-top: 1rem;
}
.detalles-reclamo .detalles-top h3 {
  font-weight: 400;
  color: #000D5B;
  font-size: 2.5rem;
  margin-top: 1rem;
}

.detalles-center {
  padding-top: 2rem;
}
.detalles-center h2 {
  font-weight: 400;
  color: #000D5B;
  font-size: 3rem;
  margin: 0;
  margin-top: 1rem;
}
.detalles-center .dias-habiles {
  background-color: #000D5B;
  color: #ffffff;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  margin-top: 1rem;
  border: none;
  padding: 0.6rem;
  border-radius: 15px;
}

.volver {
  text-align: center;
}
@media (min-width: 900px) {
  .volver {
    text-align: left;
  }
}

.detalles-botton {
  padding-top: 9rem;
  text-align: center;
}

.error {
  text-align: center;
  background-color: red;
  color: #ffffff;
  max-width: 40rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 1rem;
  border-radius: 8px;
}

.section-evaluar {
  width: 98%;
  max-width: 110rem;
  margin: 0 auto;
  overflow-x: auto;
  padding-top: 2rem;
}

.contenido-evaluar {
  display: flex;
  flex-direction: column;
  align-items: start;
}
@media (min-width: 900px) {
  .contenido-evaluar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 8rem;
  }
}

.evaluar .caja-evaluar {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: transparent;
  color: #ffffff;
  border: 5px;
  border-style: solid;
  padding: 1rem;
  width: 70rem;
  border-radius: 15px;
  margin-bottom: 2rem;
}
.evaluar .ver-detalles {
  text-align: right;
  margin-bottom: 1rem;
}

.titulo-evaluar {
  text-align: center;
  padding-top: 0;
  color: #ffffff;
}
.titulo-evaluar h1 {
  font-weight: bold;
  font-size: 7rem;
  margin-top: 0;
}
.titulo-evaluar h2 {
  font-weight: bold;
  font-size: 4rem;
}

.comentarios label {
  font-weight: bold;
  display: flex;
  font-size: 3rem;
}
.comentarios input:not([type=submit]),
.comentarios textarea {
  padding: 1rem;
  display: block;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 1rem;
  resize: none;
  height: 15rem;
  margin-bottom: 3rem;
}

.ad {
  height: 79rem;
  width: 40rem;
  background-color: #000D5B;
  border-radius: 15px;
}

.boton-salir {
  display: flex;
  justify-content: center;
}

.salir {
  font-size: 3rem;
}

.star {
  width: 50rem;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 12rem;
  padding-right: 9rem;
}
.star > * {
  float: right;
}
.star label {
  height: 50px;
  width: 50px;
  padding: 1rem;
  margin: 1rem;
  cursor: pointer;
  padding: 0 10px;
}
.star label:nth-of-type(5):after {
  animation-delay: 0.5s;
}
.star label:nth-of-type(4):after {
  animation-delay: 0.4s;
}
.star label:nth-of-type(3):after {
  animation-delay: 0.3s;
}
.star label:nth-of-type(2):after {
  animation-delay: 0.2s;
}
.star label:nth-of-type(1):after {
  animation-delay: 0.1s;
}
.star label:after {
  transition: all 1s ease-out;
  content: "☆";
  color: #ffffff;
  font-size: 9rem;
}
.star input {
  display: none;
  padding-left: 1rem;
}
.star input:checked + label:after,
.star input:checked ~ label:after {
  content: "★";
  color: #ffffff;
  text-shadow: 0 0 10px #ffffff;
}

.barra-progreso {
  padding-top: 7rem;
}
.barra-progreso h2 {
  color: #000D5B;
}
.barra-progreso.no-padding {
  padding: 0;
}
.barra-progreso section {
  margin-bottom: 2rem;
}
.barra-progreso .progress-bar {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0 0 1rem 0;
}
.barra-progreso .progress-bar li {
  flex: 2;
  position: relative;
  padding: 0 0 18px 0;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #000D5B;
  font-weight: bold;
  white-space: nowrap;
  overflow: visible;
  min-width: 0;
  text-align: center;
  border-bottom: 4px solid #e1e1e1;
}
.barra-progreso .progress-bar li:first-child,
.barra-progreso .progress-bar li:last-child {
  flex: 1;
}
.barra-progreso .progress-bar li:last-child {
  text-align: right;
}
.barra-progreso .progress-bar li:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #e1e1e1;
  border-radius: 50%;
  border: 9px solid #1D4E9D;
  position: absolute;
  left: calc(50% - 6px);
  bottom: -7px;
  z-index: 3;
  transition: all 0.2s ease-in-out;
}
.barra-progreso .progress-bar li:first-child:before {
  left: 0;
}
.barra-progreso .progress-bar li:last-child:before {
  right: 0;
  left: auto;
}
.barra-progreso .progress-bar span {
  transition: opacity 0.3s ease-in-out;
}
.barra-progreso .progress-bar li:not(.is-active) span {
  opacity: 0;
}
.barra-progreso .progress-bar .is-complete:not(:first-child):after,
.barra-progreso .progress-bar .is-active:not(:first-child):after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: -2px;
  left: -50%;
  z-index: 2;
  border-bottom: 4px solid #1D4E9D;
}
.barra-progreso .progress-bar li:last-child span {
  width: 200%;
  display: inline-block;
  position: absolute;
  left: -100%;
}
.barra-progreso .progress-bar .is-complete:last-child:after,
.barra-progreso .progress-bar .is-active:last-child:after {
  width: 200%;
  left: -100%;
}
.barra-progreso .progress-bar .is-complete:before {
  background-color: #ffffff;
}
.barra-progreso .progress-bar .is-active:before,
.barra-progreso .progress-bar li:hover:before,
.barra-progreso .progress-bar .is-hovered:before {
  background-color: #ffffff;
  border-color: #1D4E9D;
}
.barra-progreso .progress-bar li:hover:before,
.barra-progreso .progress-bar .is-hovered:before {
  transform: scale(1.33);
}
.barra-progreso .progress-bar li:hover span,
.barra-progreso .progress-bar li.is-hovered span {
  opacity: 1;
}
.barra-progreso .progress-bar:hover li:not(:hover) span {
  opacity: 0;
}

.div-boton-abrir {
  padding-top: 3rem;
  text-align: center;
  color: #000D5B;
  display: block;
  margin: auto;
}

.boton-abrir {
  display: block;
  align-items: center;
  padding-top: 1.5rem;
  margin: auto;
  width: 40rem;
  height: 10rem;
  background-color: #2EB8FF;
  color: #ffffff;
  font-size: 6rem;
  font-weight: bold;
  border-radius: 10px;
}

.caso {
  padding-left: 2rem;
  color: #000D5B;
}

.fondo {
  background-color: #000D5B;
  color: #ffffff;
  border-radius: 7px;
  padding: 0.5rem;
}

.lista-detalles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 2rem;
  align-items: start;
  margin: auto;
  padding-left: 2rem;
}
.lista-detalles .detalle {
  display: block;
  max-width: 20rem;
  text-align: center;
  font-weight: bold;
  font-size: 1.7rem;
  color: #000D5B;
}

.botones-informacion {
  text-align: center;
  padding-top: 4rem;
  text-transform: none;
  font-size: 1.5rem;
}

.estado {
  text-align: center;
  background-color: #000D5B;
  max-width: 20rem;
  margin: 5rem auto auto auto;
  color: #ffffff;
  border-radius: 10px;
}

.filtro {
  color: #000D5B;
  margin: 2rem;
  margin-left: 0;
  padding: 1rem;
  border-radius: 10px;
}
.filtro .option {
  color: #000D5B;
}

.section-informacion {
  max-width: 90rem;
  margin: auto;
  padding: 0;
  align-items: center;
  display: block;
}
.section-informacion .campo-poliza {
  display: block;
  text-align: center;
  padding-bottom: 4rem;
}
.section-informacion .campo-poliza label {
  font-weight: bold;
  display: block;
  padding-top: 3rem;
  padding-bottom: 1rem;
  color: #ffffff;
  font-size: 3rem;
}
.section-informacion .campo-poliza input,
.section-informacion .campo-poliza select {
  width: 25rem;
  height: 3.5rem;
  border-radius: 3px;
  border: none;
}

.campos-informacion {
  font-weight: bold;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
  column-gap: 1rem;
  color: #000D5B;
  background-color: #ffffff;
  padding: 2rem 2rem 1rem 2rem;
  border-radius: 15px;
}

.botones-detalle-poliza {
  display: grid;
  grid-template-columns: 1fr;
  margin: auto;
  font-size: 2rem;
  padding: 3rem 0 0 3rem;
}
.botones-detalle-poliza .ver-detalles {
  padding: 0;
  margin: 0 0 5rem 0;
}
.botones-detalle-poliza .ver-detalles .boton-verDetalles {
  color: #000D5B;
}

.beneficiarios {
  width: 98%;
  max-width: 80rem;
  margin: 0 auto;
  overflow-x: auto;
  padding-top: 2rem;
}
.beneficiarios .volver {
  text-align: center;
  margin-top: 5rem;
}
@media (min-width: 900px) {
  .beneficiarios .volver {
    text-align: left;
    margin-left: 3rem;
  }
}

.lista-beneficiarios {
  max-width: 90%;
  width: 90%;
  max-height: 60rem;
  background-color: #ffffff;
  height: 50rem;
  margin: 0 auto;
  border-radius: 15px;
  overflow-y: auto;
}

.lista-detalles-beneficiarios {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-start;
  margin: 0 auto;
  max-width: 90%;
}
.lista-detalles-beneficiarios .detalle-beneficiario {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  color: #000D5B;
  margin: 0 auto;
  margin-top: 2rem;
}
.lista-detalles-beneficiarios .detalle-beneficiario .fondo-nombre {
  background-color: #000D5B;
  color: #ffffff;
  border-radius: 7px;
  padding: 0.5rem;
  margin: 0 auto;
}
.lista-detalles-beneficiarios .detalle-beneficiario .fondo-relacion {
  background-color: #000D5B;
  color: #ffffff;
  border-radius: 7px;
  padding: 0.5rem;
  margin: 0 auto;
}

.planes {
  width: 98%;
  max-width: 90rem;
  margin: 0 auto;
  overflow-x: auto;
  padding-top: 2rem;
}
.planes .volver {
  text-align: center;
  margin-top: 5rem;
}
@media (min-width: 900px) {
  .planes .volver {
    text-align: left;
    margin-left: 3rem;
  }
}

.lista-planes {
  max-width: 90%;
  width: 90%;
  max-height: 60rem;
  background-color: #ffffff;
  height: 50rem;
  margin: 0 auto;
  border-radius: 15px;
  overflow-y: auto;
  display: block;
  align-items: center;
}

.item-plan {
  overflow-x: scroll;
  overflow-y: scroll;
  margin: 2rem auto;
  width: 80%;
  height: 30rem;
  background-color: transparent;
  align-items: center;
  border: solid;
  border-radius: 15px;
  border-width: 1px;
}
.item-plan h3 {
  text-align: center;
  background-color: #000D5B;
  color: #ffffff;
  border-radius: 15px;
  margin: 0;
  padding: 0.5rem;
}
.item-plan h4 {
  font-size: 3rem;
  color: #000D5B;
  padding-left: 2rem;
  margin-top: 1rem;
  margin-bottom: 0;
}

#loading-spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  display: none; /* Oculto por defecto */
}

.spinner {
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-top: 4px solid #ffffff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.seccion-enlaces {
  padding: 3rem 0;
}

.seccion-enlaces .ver-detalles {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.seccion-enlaces .boton-verDetalles {
  display: inline-block;
  margin-top: 0;
}