.before-footer-2 {
  max-width: 100%;

  width: 100%;

  background-repeat: no-repeat;

  background-size: cover;

  background-position: center center;

  height: 992px;

  background-attachment: fixed;
}

.before-footer-2 {
  padding: 50px 0;

  height: 500px;
}

.before-footer-2 h2 {
  font-size: 48px;

  text-align: center;

  color: #fff;

  font-weight: 700;

  margin: 0 0 70px 0;

  line-height: normal;
}

.before-footer-2 h2 span {
  display: block;
}

.before-footer-2 .wolk-vox-box {
  width: 1017px;

  height: 542px;

  position: absolute;

  left: -450px;

  top: 200px;
}

.before-footer-2 .points-links {
  float: right;

  max-width: 450px;

  width: 100%;

  color: #666666;

  font-size: 18px;

  font-weight: 600;
}

.before-footer-2 .points-links ul {
  list-style: none;
}

.before-footer-2 .points-links ul li {
  float: none;

  min-height: 70px;

  position: relative;

  font-size: 10px;

  font-weight: 600;

  padding-top: 5px;

  padding-left: 60px;
}

.before-footer-2 .points-links ul li .number {
  font-size: 20px;

  color: #ff9b00;

  text-align: center;

  font-weight: 800;

  padding-top: 8px;

  display: block;

  width: 50px;

  height: 50px;

  background-color: #fff;

  border: 5px solid #6084c1;

  position: absolute;

  border-radius: 50%;

  left: 0;

  top: 20%;
}

.row-cases {
    display: flex !important;
    -ms-flex-wrap: wrap;
    margin-right: -15px !important;
    margin-left: 12% !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
}

.before-footer-2 .points-links ul li .number {
  text-shadow: 3px 3px 0 #eee, -1px -1px 0 #eee, 1px -1px 0 #eee,
    -1px 1px 0 #eee, 1px 1px 0 #eee;
}

.before-footer-2 .points-links ul li a {
  font-size: 18px;

  font-weight: 600;

  color: #fff;
}

.before-footer-2 .points-links ul li a:hover {
  color: #c1e4fe;

  text-decoration: none;
}

.before-footer-2 .points-links ul li:hover .number {
  background-color: #ff9b00;

  color: #3d6bb4;
}

.espacio {
  margin: 0 0 0px 0;
}

.imagen {
  width: 100%;

  height: 100%;
}

.imagen.img-tabla {
  height: 90% !important;
}

.inner-middle-area-2 {
  width: 100%;

  max-width: 100%;

  padding: 20px 0;

  background-repeat: no-repeat;

  background-size: cover;

  background-position: center center;

  height: 440px;

  background-attachment: fixed;

  color: #fff;

  line-height: 40px;
}

.chat-window {
  padding-top: 30px;

  height: 340px;
}

@media (max-width: 600px) {
  .before-footer-2 {
    padding: 50px 0;

    height: 1300px;
  }

  .inner-middle-area-2 {
    width: 100%;

    max-width: 100%;

    padding: 25px 0;

    background-repeat: no-repeat;

    background-size: cover;

    background-position: center center;

    height: 570px;

    background-attachment: fixed;

    color: #fff;

    line-height: 40px;
  }

  .chat-window {
    padding-top: 30px;

    height: 590px;
  }
}

.table-responsive {
  max-height: 50vh;
}

.modal-lg {
  max-width: 80% !important;
}

/* Loader para la zona de carga de todos los casos */

#loader {
  /* position: absolute; */
  left: 50%;
  top: 50%;
  /* z-index: 1; */
  width: 120px;
  height: 120px;
  /* margin: -76px 0 0 -76px; */
  border: 16px solid #061a40;
  border-radius: 50%;
  border-top: 16px solid #ff9917;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s;
}

@-webkit-keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0;
  }
  to {
    bottom: 0px;
    opacity: 1;
  }
}

@keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}

.hide {
  display: none !important;
}

#container-loader {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

/* ------------------------------------------------------------------------- */

.modal-body label {
  font-size: 1.2rem;
  font-weight: bold;
  color: black;
}

/* Imagenes responsivas en el modal de detalles */
.modal-body img {
  max-width: 100%;
  height: auto;
}

.modal-body table {
  width: 100% !important;
}

/* HEADER TABLE FIXED */

#ConsultarC table {
  display: flex;
  flex-flow: column;
  width: 100%;
}

#ConsultarC thead {
  position: sticky;
  top: 0;
}

#ConsultarC tbody {
  flex: 1 1 auto;
  display: block;
  overflow-y: auto;
  overflow-x: hidden;
}

#ConsultarC tr {
  width: 100%;
  display: table;
  table-layout: fixed;
}

/* ------------------------------------- */
/* Banner de Prioridad para el Agentbox Qos Pro */
.prioridad-agent {
  background-color: #061a40;
  width: 100%;
  height: 15vh;
  color: white;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
#prioridad-agent {
  margin-bottom: 50px;
}
#prioridad-agent p {
  color: #9ea4a6;
  padding: 10px;
  margin: 20px auto;
}

.instructivo-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

.instructivo-content a {
  background-color: #061a40 !important;
  color: white !important;
}
