/*Configuraciones*/
:root {
  --color-kia-primario: #05141F;
  --color-kia-secundario: #37424C;
  --color-kia-gris-oscuro: #697279;
  --color-kia-gris-claro: #9CA1A5;
  --color-kia-azul: #4a90e2;
  --color-kia-rojo: #e81123;
  --color-kia-verde: #62cd0b;
  --color-kia-amarillo: #fbae1c;
  --color-kia-teal: #1a808a;
  --color-accent: #0066cc;
  --color-background: #ffffff;
  --color-surface: #f8f9fa;
  --color-surface-hover: #e9ecef;
  --color-text-primary: #1a1a1a;
  --color-text-secondary: #6c757d;
  --color-text-muted: #adb5bd;
  --color-legal-text: #ffffff;
  --border-radius-input: 4px;
  --border-radius-card: 8px;
  --border-radius-dropdown: 6px;
  --transition-fast: 0.18s ease;
  --shadow-card: 0 2px 12px rgba(0, 0, 0, 0.09);
  --shadow-focus: 0 0 0 3px rgba(74, 144, 226, 0.22);
  --shadow-error: 0 0 0 3px rgba(232, 17, 35, 0.15);
  --input-border: #c8cdd2;
  --input-border-focus: #4a90e2;
  --input-bg: #ffffff;
}

body {
  font-family: 'Noto Sans', sans-serif !important;
}

#app_wrapper {
  width: 100%;
  position: absolute;
}

.topnavbar {
  background-color: #FFFFFF;
}

a {
  cursor: pointer;
}

label {
  font-weight: 500;
}

.container-fluid input,
.container-fluid label,
.container-fluid span {
  font-size: .95em !important;
  outline-color: blue !important;
}

.container-fluid span.fa {
  font-size: 150% !important;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.mh-200 {
  min-height: 200px;
}

.mh-300 {
  min-height: 300px;
}

.pl1 {
  padding-left: 1em !important;
}

.pl2 {
  padding-left: 2em !important;
}

.pl3 {
  padding-left: 3em !important;
}

.pl4 {
  padding-left: 4em !important;
}

.pl5 {
  padding-left: 5em !important;
}

.pl6 {
  padding-left: 6em !important;
}

.pl7 {
  padding-left: 7em !important;
}

.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9 {
  padding-bottom: 0;
}

.botonera {
  margin-top: 1em;
  margin-bottom: 10px;
}

.botonera .pull-right {
  margin-left: 1.8em;
}

.botoneraProdVersion {
  margin-top: 10em;
}

.botoneraProdVersion .pull-right {
  margin-right: 1em;
}


.pl-3 {
  padding-left: 30px !important;
}

.text-right {
  text-align: right;
}

.dialogo .botonera {
  margin-bottom: 20px;
  margin-top: 40px;
}

.botonera a {
  margin-right: 20px;
  padding: 5px;
  transition: all .8s ease;
}

.botonera a:hover {
  text-decoration: none;
  color: #205081;
}

.dialogo.chico .botonera {
  margin-bottom: 20px;
  margin-top: 100px;
}

span.titulo {
  font-size: 150%;
}

.titulo h1 {
  padding-left: 0;
}

h1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  padding-top: 0;
  letter-spacing: 0;
  font-weight: 400;
  color: rgb(97, 97, 97);
  min-height: 36px;
  line-height: 36px;
  flex: 1 1 0;
}

h2,
h3 {
  font-size: 1.15em !important;
}

h4 {
  font-size: 1.08em !important;
}

h5,
h6 {
  font-size: 1.0em !important;
}

input {
  font-size: 1.0em !important;
}

.calendario button {
  float: right !important;
  z-index: 500 !important;
  position: absolute !important;
  top: 24px !important;
  margin: 0 !important;
  padding: 0 !important;
  right: 0;
}

.botonLateral {
  margin-right: 5px !important;
}

.lastRow,
.lastrow {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.menuLeft span.fa,
.menuMovil span.fa {
  position: absolute !important;
  top: 15px !important;
  left: 10px !important;
  font-size: 20px !important;
}

#CSContainer,
#CSContainer .contenedor,
#CSMenuTop {
  transition: margin-left 450ms cubic-bezier(0.23, 1, 0.32, 1) 0 !important;
}

.corebg-1 {
  background-image: url('../img/core1.jpg');
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.combo {
  padding-top: 33px;
}

.combo label {
  font-weight: 300;
}

.centered {
  display: block;
  text-align: center;
}

.overflow-v {
  overflow: scroll;
}

.cardtab {
  margin-left: 0 !important;
  margin-right: 0;
  margin-top: 0 !important;
  width: 100% !important;
}

.no-padding {
  padding: 0;
}

.labelTitle {
  font-size: 12px;
  top: 6px;
  padding: 8px 8px 6px;
  color: rgb(84, 110, 122);
  color: rgba(0, 0, 0, 0.5);
}

.appWrapper {
  margin: 0 auto;
}

#CSMenuTop {
  margin: 0 auto;
  padding-top: 50px;
  margin-left: 0;
  position: fixed;
  z-index: 150;
  width: 100%;
}

.icon-right {
  position: absolute !important;
  right: 0;
  margin-right: 10px;
  margin-top: 0;
  display: inline;
}


.subtitulo {
  margin: 20px 10px;
  display: block;
}

.subtitulo h2 {
  padding: 0 0 5px;
  font-size: 1.1em !important;
  margin-top: 0;
  margin-bottom: 0;
  display: inline;
}

.titulo2 {
  margin: 10px 0;
  padding: 0 0 5px;
  font-size: 1.1em !important;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  display: inline-block;
  padding-bottom: 10px;
  clear: both;
}

.titulo4 {
  margin-bottom: 10px;
  padding: 0;
  display: inline-block;
}

.separador {
  border-bottom: 1px solid #bebebe;
  border-top: 1px solid #bebebe;
  background: #e81123;
  color: white;
  min-height: 40px;
}

.separador .botonMenu,
.separador .botonMenu button span {
  color: white;
}

li a:hover {
  text-decoration: none;
}

.logo {
  padding: 5px;
  max-height: 130px;
  display: block;
  max-width: 230px;
  width: auto;
  height: auto;
}

.buttonicon {
  width: 40px;
  max-width: 36px;
  height: 36px;
  min-width: 40px !important;
  font-size: 16px;
}

.avatar {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  justify-content: center;
  display: flex;
}

.barraSuperior .avatar {
  height: 5em;
}

.barraSuperior .avatar img {
  margin-top: 1em;
}

.avatar img {
  max-height: 100%;
  max-width: 100%;
  z-index: 100;
  align-self: center;
  background: white;
}

.avatar .loadingnotif {
  z-index: 8;
  display: block;
  margin-left: 5px;
  margin-top: -45px;
  height: 40px;
  max-width: 50px;
}

.tgtabla-enter {
  opacity: .01;
  font-size: 3em;
  background: #ffff88;
}

.tgtabla-enter.tgtabla-enter-active {
  opacity: 1;
  transition: opacity .5s ease;
}

.tgtabla-leave {
  opacity: 1;
}

.tgtabla-leave.tgtabla-leave-active {
  opacity: .01;
  transition: opacity .5s ease-in;
}

.tgtabla-appear {
  opacity: .01;
  transition: opacity .5s ease-in;
}

.tgtabla-appear.tgtabla-appear-active {
  opacity: 1;
}

.panelEtapas {
  min-height: 300px;
  padding: 0;
  overflow-y: auto;
  display: flex;
  background: #f7f7f752;
}

.dashboard {
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}

.panelSuperior {
  position: fixed;
  top: 138px;
  height: 70vh;
  height: calc(100vh - 300px);
  overflow: auto;
  width: 100%;
}

.panelInferior {
  display: block;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  height: 160px;
  padding-top: 10px;
}

.etapa {
  height: 100%;
  width: 20%;
  min-width: 100px;
  padding: 0;
  border-radius: 5px;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #e1e1e1;
  border: 0 none;
  margin-left: -1px;
  display: inline-table;
  display: inline-grid;
}

.etapa .titulo {
  border-top: solid 1px #e9e9e9;
  border-bottom: solid 1px #e9e9e9;
  background: #f7f7f7;
  z-index: 25;
}

.etapa .titulo h1 {
  margin: 0 10px;
}

.etapa h1 {
  font-size: 1em;
  padding: 0;
  margin: 0;
  font-weight: bold;
  text-align: center;
}

.etapa .subtitulo {
  font-size: .9em;
  padding: 0;
  margin: 0;
  text-align: center;
}

.etapa.over {
  border: 1px solid red;
  border-right: 2px solid red;
  padding-left: 10px;
  padding-left: 10px;
}

.etapa {
  min-height: 150vh;
  border: solid 1px #e1e1e1;
  display: table-cell;
}

.etapa .titulo h1 {
  margin: 0;
}

.etapa.over .tarea {
  opacity: .5;
}

.etapa-25 {
  width: 25%;
}

.dl {
  cursor: default;
}

.dl a {
  cursor: pointer;
}

.cursor-help {
  cursor: help !important;
}

.actividad {
  background: white;
  transition: all .8s ease;
}

.actividad:hover {
  background: #e9e9e9;
}

.dl .subtitulo {
  background: #F5F5F5;
  margin: 0;
  display: block;
}

.tarea {
  transition: all .8s ease;
  cursor: default;
  border: 1px solid #eeeeee;
  border-radius: 1px;
  background: #ffffff;
  margin-top: 5px;
  display: grid;
}

.tarea div {
  padding: 10px;
}

.etapa .tarea {
  margin: 10px 6px;
  min-height: 60px;
  padding: 10px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  border-radius: 4px;
}

.etapa .tarea div {
  padding: initial;
}

.etapa .tarea,
.tarea a {
  cursor: pointer;
}

.etapa .tarea.me {
  background-color: #FAFAAE;
}

.etapa .tarea.me:hover {
  background-color: #ffff88;
}

.tarea h1,
.tarea h2 {
  font-size: 1em !important;
  color: #205081;
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: normal;
}

.tarea:hover {
  background: #e9e9e9;
}

.etapa .tarea:hover {
  background: #edefdf;
  box-shadow: 0 1px 6px 2px rgba(0, 0, 0, 0.175);
}

.etapa .tarea ul {
  list-style-type: none;
  padding: 0;
}

.etapa .tarea li {
  text-decoration: none;
}

.etapa .tarea span {
  color: #33302d;
  min-width: 50px;
  margin: 0;
  padding: 0;
  margin-right: 5px;
}

.dl .estado {
  float: left;
  margin-right: 5px;
}

.etapa .estado {
  float: right;
}

div.estadoCritico {
  background: #e81123;
  border: 1px solid #e81123;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  float: right;
  position: relative;
}

div.estadoOK {
  background: #86ca5d;
  border: 1px solid #22cc22;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: relative;
}

div.estadoAlerta {
  background: #ffee22;
  border: 1px solid #ffbb22;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: relative;
}

.imagen {
  height: 100px;
  width: 100px;
}

.imagen div img {
  height: 100%;
  width: 100%;
  cursor: pointer;
}

.barraSuperior input {
  color: rgb(33, 33, 33);
  margin-top: 10px;
  display: block;
}

.barraSuperior a {
  cursor: pointer;
}

.barraSuperior a:hover {
  color: #eeeeee;
}

.barraSuperior {
  display: inline-flex;
  transition: .2s ease all;
}

.inline {
  display: inline-flex;
}

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

.elementoLista {
  display: flex;
  width: 100%;
  min-height: 40px;
  cursor: default;
  padding: 10px;
  transition: all .5s ease-out;
}

.op10 {
  opacity: .2 !important;
}

.op100 {
  opacity: 1;
  transition: all .7s ease-out;
}

.elementoLista:hover {
  background: #e9e9e9;
  text-decoration: none;
}

.elementoLista .left,
.elementoLista .right {
  vertical-align: top;
}

.elementoLista .right {
  padding-left: 10px;
  width: 100%;
}

.elementoLista .avatar {
  width: 50px;
  height: 50px;
}

.elementoLista a {
  cursor: pointer;
  font-size: 1.1em;
  font-weight: 500;
}

.elementoLista span {
  color: rgb(117, 117, 117);
}

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

/*------------------------------------*\
	NAV
\*------------------------------------*/

.topMenu {
  list-style: none;
  font-weight: bold;
  margin-bottom: 10px;
  float: left;
  width: 100%;
}

.topMenu li {
  float: left;
  margin-right: 10px;
  position: relative;
}

.topMenu a {
  font-weight: 300;
  display: block;
  padding: 10px;
  color: #fff;
  cursor: pointer;
}

.topMenu a:hover {
  color: #fff;
  background: #e81123;
  font-weight: 300;
}

.topMenu a:focus {
  text-decoration: none;
  outline: none;
}

/*--- DROPDOWN ---*/

.topMenu ul {
  background: #fff;
  /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
  background: rgba(255, 255, 255, 0);
  /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
  list-style: none;
  position: absolute;
  padding-left: 0;
  left: -9999px;
  /* Hide off-screen when not needed (this is more accessible than display:none;) */
}

.topMenu ul li {
  float: none;
}

.topMenu ul a {
  white-space: nowrap;
  /* Stop text wrapping and creating multi-line dropdown items */
}

.topMenu li:hover ul {
  /* Display the dropdown on hover */
  left: 0;
  /* Bring back on-screen when needed */
}

.topMenu li:hover a {
  /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
  background: #e81123;
}

.topMenu li:hover ul li {
  display: list-item;
  padding: 0;
  margin: 0;
}

.topMenu li:hover ul li a {
  text-align: left;
  font-weight: 300;
}

.topMenu li:hover ul li a:hover {
  /* Here we define the most explicit hover states--what happens when you hover each individual link. */
  background: rgb(117, 117, 117);
}

span.mensaje {
  padding-left: 10px;
  margin: 20px 0;
  display: block;
}

.scroll {
  overflow-y: scroll;
  max-height: 200px;
  min-height: 200px;
  height: auto;
}

.scroll300 {
  overflow: auto;
  height: 300px;
}

.scroll400 {
  overflow: auto;
  height: 400px;
}

.scroll500 {
  overflow: auto;
  min-height: 300px;
  max-height: 500px;
}

.scroll45vh {
  overflow: auto;
  max-height: 45vh;
}

.scroll55vh {
  overflow: auto;
  max-height: 55vh;
}

.scroll65vh {
  overflow: auto;
  max-height: 65vh;
}

.scrollvh {
  overflow: auto;
  min-height: 80vh;
  max-height: 80vh;
}

.fullwidth,
.inputMap {
  width: 100%;
}

.link {
  cursor: pointer;
}

.panelTab {
  margin: 10px;
}

.dl {
  overflow: auto;
}

.dl h2 {
  margin: 0;
  padding: 0;
  font-weight: bold;
}

.division {
  border-bottom: solid 1px #BEBEBE;
  padding-bottom: 3px;
  padding-top: 3px;
}

.divisionUp {
  border-top: solid 1px #BEBEBE;
  padding-top: 3px;
  padding-top: 3px;
  margin-top: 10px;
  padding-top: 10px;
}

.divisionR {
  border-right: solid 1px #BEBEBE;
  padding: 0;
}

.divisionL {
  border-left: solid 1px #BEBEBE;
  padding-left: 3px;
  padding-top: 0;
}

/*TEST INPUT*/

.input_custom_group_error {
  margin-bottom: calc(-1 * calc(2 * 10px));
}

.input_custom_group {
  position: relative;
  padding: calc(2 * 10px) 0;
}

.input_custom_group input {
  font-size: 1em;
  padding: 10px 10px 0 5px;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #757575;
  box-shadow: none;
}

.input_custom_group input:focus {
  outline: none;
}

.input_custom_group label {
  color: #999;
  font-size: 1em;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 5px;
  transition: .2s ease all;
  -moz-transition: .2s ease all;
  -webkit-transition: .2s ease all;
}

/* active state */

.input_custom_group input:focus~label,
.input_custom_group input:valid~label {
  top: -10px;
  font-size: 1em;
  color: rgba(0, 0, 0, 0.6);
}

/* BOTTOM BARS ================================= */

.input_custom_bar {
  position: relative;
  display: block;
  width: 100%;
}

.input_custom_bar:after,
.input_custom_bar:before {
  content: '';
  height: 1px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #607188;
  transition: .2s ease all;
  -moz-transition: .2s ease all;
  -webkit-transition: .2s ease all;
}

.input_custom_bar:before {
  left: 50%;
}

.input_custom_bar:after {
  right: 50%;
}

/* active state */

.input_custom_group input:focus~.input_custom_bar:before,
input:focus~.input_custom_bar:after {
  width: 50%;
}

/* HIGHLIGHTER ================================== */

.input_custom_highlight {
  /*position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;*/
}

/* active state */

.input_custom_group input:focus~.input_custom_highlight {
  -webkit-animation: inputHighlighter .3s ease;
  -moz-animation: inputHighlighter .3s ease;
  animation: inputHighlighter .3s ease;
}

.animacionDivBusqueda {
  height: 100%;
  position: relative;
  -webkit-animation-name: example;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: .9s;
  /* Safari 4.0 - 8.0 */
  animation-name: example;
  animation-duration: .9s;
}

/* Safari 4.0 - 8.0 */

@-webkit-keyframes example {
  0% {
    height: 0;
  }

  100% {
    height: 100%;
  }
}

/* Standard syntax */

@keyframes example {
  0% {
    height: 0;
  }

  100% {
    height: 100%;
  }
}

.ocultar_listado_resultado_usuario {
  display: none;
}

/*BUSQUEDA AVANZADA PERSONA*/

.overflow-y {
  overflow-y: auto;
}

.overflow-x {
  overflow-x: auto;
}

.dropdown-menu a,
.dropdown-menu li {
  cursor: pointer;
}

.listado_busqueda_avanzada_persona {
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  max-height: 500px;
  position: absolute;
  z-index: 100;
  background-color: rgb(255, 255, 255);
}

.listado_busqueda_avanzada_persona ul {
  padding: 0;
  list-style: none;
}

.listado_busqueda_avanzada_persona ul li {
  transition: all .4s ease-out;
  opacity: 0;
}

.listado_busqueda_avanzada_persona ul li.show {
  opacity: 1;
  cursor: pointer;
  padding: 10px;
  font-size: calc(1.6 * 10px);
  background-color: rgb(238, 238, 238);
}

.listado_busqueda_avanzada_persona ul li.show:hover {
  background-color: #d5d5d5;
}

.ocultar_listado_resultado_persona {
  display: none;
}

.item_listado_avanzada_persona {
  cursor: pointer;
}

/*TEST AUTOCOMPLETE*/

.autocompletarCustomTest {
  width: 100%;
}

/* ANIMATIONS ================ */

@-webkit-keyframes inputHighlighter {
  from {
    background: #5264AE;
  }

  to {
    width: 0;
    background: transparent;
  }
}

@-moz-keyframes inputHighlighter {
  from {
    background: #5264AE;
  }

  to {
    width: 0;
    background: transparent;
  }
}

@keyframes inputHighlighter {
  from {
    background: #5264AE;
  }

  to {
    width: 0;
    background: transparent;
  }
}

.centrar {
  padding: 1em 3em;
}

.loader {
  border: 3px solid #f3f3f3;
  border-radius: 50%;
  border-top: 3px solid blue;
  border-bottom: 3px solid blue;
  border-right: 3px solid blue;
  width: 20px;
  height: 20px;
  -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);
  }
}

/*BUSQUEDA AVANZADA USUARIO LDAP*/

.listado_busqueda_avanzada_usuario {
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  max-height: 500px;
  position: absolute;
  z-index: 100;
  background-color: rgb(255, 255, 255);
}

.listado_busqueda_avanzada_usuario ul {
  padding: 0;
  list-style: none;
}

.listado_busqueda_avanzada_usuario ul li {
  transition: all .4s ease-out;
  opacity: 0;
}

.listado_busqueda_avanzada_usuario ul li.show {
  opacity: 1;
  cursor: pointer;
  padding: 10px;
  font-size: calc(1.6 * 10px);
  background-color: rgb(238, 238, 238);
}

.listado_busqueda_avanzada_usuario ul li.show:hover {
  background-color: rgb(100, 100, 100);
}

/*TEST AUTOCOMPLETE*/

.autocompletarCustomTest {
  width: 100%;
}

.autocompletarCustomTest input {
  width: 100%;
}

.autocompletarCustomTestLista {
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  max-height: 500px;
  position: absolute;
  z-index: 100;
  background-color: rgb(255, 255, 255);
}

.autocompletarCustomTestLista ul {
  padding: 0;
  list-style: none;
}

.autocompletarCustomTestLista ul li {
  transition: all .4s ease-out;
  opacity: 0;
}

.autocompletarCustomTestLista ul li.show {
  opacity: 1;
  cursor: pointer;
  padding: 10px;
  font-size: calc(1.6 * 10px);
  background-color: rgb(238, 238, 238);
}

.autocompletarCustomTestLista ul li.show:hover {
  background-color: rgb(100, 100, 100);
}

.tooltipInput {}

.separarDiv {
  margin-top: 10px;
}

.leftmenu {
  background: #678194;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00589F', endColorstr='#0073CF', GradientType=0);
  background-repeat: repeat-y;
}

.appMenu {
  list-style: none;
  font-weight: bold;
  margin-bottom: 10px;
  float: left;
  width: 100%;
}

.appMenu li {
  margin-right: 10px;
  position: relative;
}

.appMenu a {
  font-weight: 300;
  display: block;
  padding: 10px;
  cursor: pointer;
  color: #e1e2e6;
  text-decoration: none;
}

.selectedMenu span {
  font-weight: 400;
  color: #0F3A44;
}

.appMenu ul {
  background: #fff;
  background: rgba(255, 255, 255, 0);
  list-style: none;
}

.cuadroUsuarioHidden {
  display: none;
}

.cuadroUsuario {
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  color: #000;
  overflow: hidden;
  right: 10px;
  top: 50px;
  border-radius: 2px;
  white-space: nowrap;
  line-height: normal;
  text-align: right;
  display: block;
}

.cuadroUsuario a {
  color: #000;
}

.cuadroUsuario a:hover {
  color: #000;
}

.cuadroUsuario ul {
  list-style: none;
  margin: 10px;
  padding: 0;
  font-style: normal;
}

/*AUTOCOMPLETAR CUSTOM*/

.autoCompletarCustom {
  top: 60px;
  position: absolute;
  overflow: auto;
  height: 200px;
  overflow-x: hidden;
  z-index: 10;
}

.autoCompletarCustom ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.autoCompletarCustom ul li {
  cursor: pointer;
}

.autoCompletarCustom ul li div {
  cursor: pointer;
}

.circulo_Verde {
  width: 20px;
  height: 20px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #5cb85c;
}

.circulo_Rojo {
  width: 20px;
  height: 20px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #e81123;
}

.circulo_Amarillo {
  width: 20px;
  height: 20px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #ffbb22;
}

.barraBusqueda input {
  width: 200px;
  transition: all .6s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.barraBusqueda input:focus {
  width: 400px;
}

.link-cia {
  margin: 1rem;
}

.link-cia img {
  max-height: 3rem;
}

@media (max-width: 576px) {

  .row.wrap {
    display: block;
  }

  .row.wrap .col {
    width: 100%;
    display: block;
  }

  .hide-on-mobile {
    display: none !important;
  }

  .rectangle {
    left: 1rem;
  }
}


@media (max-width: 768px) {
  .botonera .col-xs-12 div {
    width: 100% !important;
  }

  .topMenu {
    display: none;
  }

  .barraSuperior {
    background-color: #33302d;
    width: 100%;
  }

  .titlebar {
    padding: 0;
  }

  .barraSuperior,
  .menuSuperior,
  .panelInferior {
    display: none;
  }

  .panelSuperior {
    height: 100vh;
    height: calc(100vh - 100px);
  }
}

.editorDeclinar {
  height: 150px;
  margin-bottom: 50px;
}

div:focus,
section:focus {
  outline: none;
}

.panel-title a {
  font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
  color: #666666;
  text-decoration: none;
  width: 100%;
  display: block;
}

h4.panel-title {
  margin: 10px 0;
}

.semaforo,
.semaforo li,
.semaforo ul {
  border: 0;
}

.semaforo .list-group-item {
  padding-left: 0;
}

label.loading {
  color: rgba(0, 0, 0, 0.4);
  font-size: 1em;
  top: 6px;
}

.tooltipCelda {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltipCelda .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 1s;
}

.tooltipCelda .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltipCelda:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/*****************react-draft-wysiwyg************************/

.rdw-option-wrapper {
  border: 1px solid #F1F1F1;
  padding: 5px;
  min-width: 25px;
  height: 20px;
  border-radius: 2px;
  margin: 0 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: white;
  text-transform: capitalize;
}

.rdw-option-wrapper:hover {
  box-shadow: 1px 1px 0 #BFBDBD;
}

.rdw-option-wrapper:active {
  box-shadow: 1px 1px 0 #BFBDBD inset;
}

.rdw-option-active {
  box-shadow: 1px 1px 0 #BFBDBD inset;
}

.rdw-option-disabled {
  opacity: .3;
  cursor: default;
}

.rdw-dropdown-wrapper {
  height: 30px;
  background: white;
  cursor: pointer;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  margin: 0 3px;
  text-transform: capitalize;
  background: white;
}

.rdw-dropdown-wrapper:focus {
  outline: none;
}

.rdw-dropdown-wrapper:hover {
  box-shadow: 1px 1px 0 #BFBDBD;
  background-color: #FFFFFF;
}

.rdw-dropdown-wrapper:active {
  box-shadow: 1px 1px 0 #BFBDBD inset;
}

.rdw-dropdown-carettoopen {
  height: 0;
  width: 0;
  position: absolute;
  top: 35%;
  right: 10%;
  border-top: 6px solid black;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.rdw-dropdown-carettoclose {
  height: 0;
  width: 0;
  position: absolute;
  top: 35%;
  right: 10%;
  border-bottom: 6px solid black;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.rdw-dropdown-selectedtext {
  display: flex;
  position: relative;
  height: 100%;
  align-items: center;
  padding: 0 5px;
}

.rdw-dropdown-optionwrapper {
  z-index: 100;
  position: relative;
  border: 1px solid #F1F1F1;
  width: 98%;
  background: white;
  border-radius: 2px;
  margin: 0;
  padding: 0;
  max-height: 250px;
  overflow-y: scroll;
}

.rdw-dropdown-optionwrapper:hover {
  box-shadow: 1px 1px 0 #BFBDBD;
  background-color: #FFFFFF;
}

.rdw-dropdownoption-default {
  min-height: 25px;
  display: flex;
  align-items: center;
  padding: 0 5px;
}

.rdw-dropdownoption-highlighted {
  background: #F1F1F1;
}

.rdw-dropdownoption-active {
  background: #f5f5f5;
}

.rdw-dropdownoption-disabled {
  opacity: .3;
  cursor: default;
}

.rdw-inline-wrapper {
  display: flex;
  margin-bottom: 6px;
}

.rdw-inline-dropdown {
  width: 50px;
}

.rdw-inline-dropdownoption {
  height: 40px;
  display: flex;
  justify-content: center;
}

.rdw-block-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

.rdw-block-dropdown {
  width: 110px;
}

.rdw-fontsize-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

.rdw-fontsize-dropdown {
  min-width: 40px;
}

.rdw-fontsize-option {
  display: flex;
  justify-content: center;
}

.rdw-fontfamily-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

.rdw-fontfamily-dropdown {
  width: 115px;
}

.rdw-fontfamily-placeholder {
  white-space: nowrap;
  max-width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rdw-fontfamily-optionwrapper {
  width: 140px;
}

.rdw-list-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

.rdw-list-dropdown {
  width: 50px;
  z-index: 90;
}

.rdw-list-dropdownOption {
  height: 40px;
  display: flex;
  justify-content: center;
}

.rdw-text-align-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

.rdw-text-align-dropdown {
  width: 50px;
  z-index: 90;
}

.rdw-text-align-dropdownOption {
  height: 40px;
  display: flex;
  justify-content: center;
}

.rdw-right-aligned-block {
  text-align: right;
}

.rdw-left-aligned-block {
  text-align: left;
}

.rdw-center-aligned-block {
  text-align: center;
}

.rdw-justify-aligned-block {
  text-align: justify;
}

.rdw-right-aligned-block>div {
  display: inline;
}

.rdw-left-aligned-block>div {
  display: inline;
}

.rdw-center-aligned-block>div {
  display: inline;
}

.rdw-justify-aligned-block>div {
  display: inline;
}

.rdw-colorpicker-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
}

.rdw-colorpicker-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 175px;
  height: 175px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD;
}

.rdw-colorpicker-modal-header {
  display: flex;
  padding-bottom: 5px;
}

.rdw-colorpicker-modal-style-label {
  font-size: 15px;
  width: 50%;
  text-align: center;
  cursor: pointer;
  padding: 0 10px 5px;
}

.rdw-colorpicker-modal-style-label-active {
  border-bottom: 2px solid #0a66b7;
}

.rdw-colorpicker-modal-options {
  margin: 5px auto;
  display: flex;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  overflow: scroll;
}

.rdw-colorpicker-cube {
  width: 22px;
  height: 22px;
  border: 1px solid #F1F1F1;
}

.rdw-colorpicker-option {
  margin: 3px;
  padding: 0;
  min-height: 20px;
  border: none;
  width: 22px;
  height: 22px;
  min-width: 22px;
  box-shadow: 1px 2px 1px #BFBDBD inset;
}

.rdw-colorpicker-option:hover {
  box-shadow: 1px 2px 1px #BFBDBD;
}

.rdw-colorpicker-option:active {
  box-shadow: -1px -2px 1px #BFBDBD;
}

.rdw-colorpicker-option-active {
  box-shadow: 0 0 2px 2px #BFBDBD;
}

.rdw-link-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
}

.rdw-link-dropdown {
  width: 50px;
}

.rdw-link-dropdownOption {
  height: 40px;
  display: flex;
  justify-content: center;
}

.rdw-link-dropdownPlaceholder {
  margin-left: 8px;
}

.rdw-link-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 235px;
  height: 205px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD;
}

.rdw-link-modal-label {
  font-size: 15px;
}

.rdw-link-modal-input {
  margin-top: 5px;
  border-radius: 2px;
  border: 1px solid #F1F1F1;
  height: 25px;
  margin-bottom: 15px;
  padding: 0 5px;
}

.rdw-link-modal-input:focus {
  outline: none;
}

.rdw-link-modal-buttonsection {
  margin: 0 auto;
}

.rdw-link-modal-target-option {
  margin-bottom: 20px;
}

.rdw-link-modal-target-option>span {
  margin-left: 5px;
}

.rdw-link-modal-btn {
  margin-left: 10px;
  width: 75px;
  height: 30px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  cursor: pointer;
  background: white;
  text-transform: capitalize;
}

.rdw-link-modal-btn:hover {
  box-shadow: 1px 1px 0 #BFBDBD;
}

.rdw-link-modal-btn:active {
  box-shadow: 1px 1px 0 #BFBDBD inset;
}

.rdw-link-modal-btn:focus {
  outline: none !important;
}

.rdw-link-modal-btn:disabled {
  background: #ece9e9;
}

.rdw-link-dropdownoption {
  height: 40px;
  display: flex;
  justify-content: center;
}

.rdw-history-dropdown {
  width: 50px;
}

.rdw-embedded-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
}

.rdw-embedded-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 235px;
  height: 180px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  justify-content: space-between;
  box-shadow: 3px 3px 5px #BFBDBD;
}

.rdw-embedded-modal-header {
  font-size: 15px;
  display: flex;
}

.rdw-embedded-modal-header-option {
  width: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.rdw-embedded-modal-header-label {
  width: 95px;
  border: 1px solid #f1f1f1;
  margin-top: 5px;
  background: #6EB8D4;
  border-bottom: 2px solid #0a66b7;
}

.rdw-embedded-modal-link-section {
  display: flex;
  flex-direction: column;
}

.rdw-embedded-modal-link-input {
  width: 95%;
  height: 35px;
  margin: 10px 0;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 15px;
  padding: 0 5px;
}

.rdw-embedded-modal-link-input:focus {
  outline: none;
}

.rdw-embedded-modal-btn-section {
  display: flex;
  justify-content: center;
}

.rdw-embedded-modal-btn {
  margin: 0 3px;
  width: 75px;
  height: 30px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  cursor: pointer;
  background: white;
  text-transform: capitalize;
}

.rdw-embedded-modal-btn:hover {
  box-shadow: 1px 1px 0 #BFBDBD;
}

.rdw-embedded-modal-btn:active {
  box-shadow: 1px 1px 0 #BFBDBD inset;
}

.rdw-embedded-modal-btn:focus {
  outline: none !important;
}

.rdw-embedded-modal-btn:disabled {
  background: #ece9e9;
}

.rdw-embedded-modal-size {
  align-items: center;
  display: flex;
  margin: 8px 0;
  justify-content: space-between;
}

.rdw-embedded-modal-size-input {
  width: 45%;
  height: 20px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 12px;
}

.rdw-embedded-modal-size-input:focus {
  outline: none;
}

.rdw-emoji-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
}

.rdw-emoji-modal {
  overflow: auto;
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-wrap: wrap;
  width: 235px;
  height: 180px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD;
}

.rdw-emoji-icon {
  margin: 2.5px;
  height: 24px;
  width: 24px;
  cursor: pointer;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rdw-spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.rdw-spinner>div {
  width: 12px;
  height: 12px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.rdw-spinner .rdw-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.rdw-spinner .rdw-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {

  0%,
  100%,
  80% {
    -webkit-transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1.0);
  }
}

@keyframes sk-bouncedelay {

  0%,
  100%,
  80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.rdw-image-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
}

.rdw-image-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 235px;
  height: 200px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD;
}

.rdw-image-modal-header {
  font-size: 15px;
  margin: 10px 0;
  display: flex;
}

.rdw-image-modal-header-option {
  width: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.rdw-image-modal-header-label {
  width: 80px;
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
  margin-top: 5px;
}

.rdw-image-modal-header-label-highlighted {
  background: #6EB8D4;
  border-bottom: 2px solid #0a66b7;
}

.rdw-image-modal-upload-option {
  height: 65px;
  width: 100%;
  color: gray;
  cursor: pointer;
  display: flex;
  border: none;
  font-size: 15px;
  align-items: center;
  justify-content: center;
  background-color: #f1f1f1;
  outline: 2px dashed gray;
  outline-offset: -10px;
  margin: 10px 0;
}

.rdw-image-modal-upload-option-highlighted {
  outline: 2px dashed #0a66b7;
}

.rdw-image-modal-upload-option-label {
  cursor: pointer;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

.rdw-image-modal-upload-option-label span {
  padding: 0 20px;
}

.rdw-image-modal-upload-option-input {
  width: .1px;
  height: .1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.rdw-image-modal-url-section {
  display: block;
}

.rdw-image-modal-url-input {
  width: 95%;
  height: 35px;
  margin: 30px 0 20px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 15px;
  padding: 0 5px;
}

.rdw-image-modal-btn-section {
  margin: 10px auto 0;
}

.rdw-image-modal-url-input:focus {
  outline: none;
}

.rdw-image-modal-btn {
  margin: 0 5px;
  width: 75px;
  height: 30px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  cursor: pointer;
  background: white;
  text-transform: capitalize;
}

.rdw-image-modal-btn:hover {
  box-shadow: 1px 1px 0 #BFBDBD;
}

.rdw-image-modal-btn:active {
  box-shadow: 1px 1px 0 #BFBDBD inset;
}

.rdw-image-modal-btn:focus {
  outline: none !important;
}

.rdw-image-modal-btn:disabled {
  background: #ece9e9;
}

.rdw-image-modal-spinner {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
}

.rdw-remove-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
}

.rdw-history-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

.rdw-history-dropdownoption {
  height: 40px;
  display: flex;
  justify-content: center;
}

.rdw-history-dropdown {
  width: 50px;
}

.rdw-link-decorator-wrapper {
  position: relative;
}

.rdw-link-decorator-icon {
  position: absolute;
  left: 40%;
  top: 0;
  cursor: pointer;
  background-color: white;
}

.rdw-mention-link {
  text-decoration: none;
  color: #1236ff;
  background-color: #f0fbff;
  padding: 1px 2px;
  border-radius: 2px;
}

.rdw-suggestion-wrapper {
  position: relative;
}

.rdw-suggestion-dropdown {
  position: absolute;
  display: flex;
  flex-direction: column;
  border: 1px solid #F1F1F1;
  min-width: 100px;
  max-height: 150px;
  overflow: auto;
  background: white;
  z-index: 100;
}

.rdw-suggestion-option {
  padding: 7px 5px;
  border-bottom: 1px solid #f1f1f1;
}

.rdw-suggestion-option-active {
  background-color: #F1F1F1;
}

.rdw-hashtag-link {
  text-decoration: none;
  color: #1236ff;
  background-color: #f0fbff;
  padding: 1px 2px;
  border-radius: 2px;
}

.rdw-image-alignment-options-popup {
  position: absolute;
  background: white;
  display: flex;
  padding: 5px 2px;
  border-radius: 2px;
  border: 1px solid #F1F1F1;
  width: 105px;
  cursor: pointer;
  z-index: 100;
}

.rdw-alignment-option-left {
  justify-content: flex-start;
}

.rdw-image-alignment-option {
  height: 15px;
  width: 15px;
  min-width: 15px;
}

.rdw-image-alignment {
  position: relative;
}

.rdw-image-imagewrapper {
  position: relative;
}

.rdw-image-center {
  display: flex;
  justify-content: center;
}

.rdw-image-left {
  display: flex;
}

.rdw-image-right {
  display: flex;
  justify-content: flex-end;
}

.rdw-image-alignment-options-popup-right {
  right: 0;
}

.rdw-editor-main {
  height: 100%;
  width: 100%;
  overflow: auto;
  box-sizing: border-box;
}

.rdw-editor-toolbar {
  padding: 6px 5px 0;
  border-radius: 2px;
  border: 1px solid #F1F1F1;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  background: white;
  flex-wrap: wrap;
  font-size: 15px;
  margin-bottom: 5px;
  user-select: none;
}

.public-DraftStyleDefault-block {
  margin: 1em 0;
}

.rdw-editor-wrapper:focus {
  outline: none;
}

/**
 * Draft v0.9.1
 *
 * Copyright (c) 2013-present, Facebook, Inc.
 * All rights reserved.
 *
 * This source code is licensed under the BSD-style license found in the
 * LICENSE file in the root directory of this source tree. An additional grant
 * of patent rights can be found in the PATENTS file in the same directory.
 */

.DraftEditor-editorContainer,
.DraftEditor-root,
.public-DraftEditor-content {
  height: inherit;
  text-align: initial;
}

.public-DraftEditor-content[contenteditable=true] {
  -webkit-user-modify: read-write-plaintext-only;
}

.DraftEditor-root {
  position: relative;
}

.DraftEditor-editorContainer {
  background-color: rgba(255, 255, 255, 0);
  border-left: .1px solid transparent;
  position: relative;
  z-index: 1;
}

.public-DraftEditor-block {
  position: relative;
}

.DraftEditor-alignLeft .public-DraftStyleDefault-block {
  text-align: left;
}

.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root {
  left: 0;
  text-align: left;
}

.DraftEditor-alignCenter .public-DraftStyleDefault-block {
  text-align: center;
}

.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.DraftEditor-alignRight .public-DraftStyleDefault-block {
  text-align: right;
}

.DraftEditor-alignRight .public-DraftEditorPlaceholder-root {
  right: 0;
  text-align: right;
}

.public-DraftEditorPlaceholder-root {
  color: #9197a3;
  position: absolute;
  z-index: 0;
}

.public-DraftEditorPlaceholder-hasFocus {
  color: #bdc1c9;
}

.DraftEditorPlaceholder-hidden {
  display: none;
}

.public-DraftStyleDefault-block {
  position: relative;
  white-space: pre-wrap;
}

.public-DraftStyleDefault-ltr {
  direction: ltr;
  text-align: left;
}

.public-DraftStyleDefault-rtl {
  direction: rtl;
  text-align: right;
}

.public-DraftStyleDefault-listLTR {
  direction: ltr;
}

.public-DraftStyleDefault-listRTL {
  direction: rtl;
}

.public-DraftStyleDefault-ol,
.public-DraftStyleDefault-ul {
  margin: 16px 0;
  padding: 0;
}

.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR {
  margin-left: 1.5em;
}

.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL {
  margin-right: 1.5em;
}

.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR {
  margin-left: 3em;
}

.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL {
  margin-right: 3em;
}

.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR {
  margin-left: 4.5em;
}

.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL {
  margin-right: 4.5em;
}

.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR {
  margin-left: 6em;
}

.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL {
  margin-right: 6em;
}

.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR {
  margin-left: 7.5em;
}

.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL {
  margin-right: 7.5em;
}

.public-DraftStyleDefault-unorderedListItem {
  list-style-type: square;
  position: relative;
}

.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0 {
  list-style-type: disc;
}

.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1 {
  list-style-type: circle;
}

.public-DraftStyleDefault-orderedListItem {
  list-style-type: none;
  position: relative;
}

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before {
  left: -36px;
  position: absolute;
  text-align: right;
  width: 30px;
}

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before {
  position: absolute;
  right: -36px;
  text-align: left;
  width: 30px;
}

.public-DraftStyleDefault-orderedListItem:before {
  content: counter(ol0) ". ";
  counter-increment: ol0;
}

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before {
  content: counter(ol1) ". ";
  counter-increment: ol1;
}

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before {
  content: counter(ol2) ". ";
  counter-increment: ol2;
}

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before {
  content: counter(ol3) ". ";
  counter-increment: ol3;
}

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before {
  content: counter(ol4) ". ";
  counter-increment: ol4;
}

.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset {
  counter-reset: ol0;
}

.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset {
  counter-reset: ol1;
}

.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset {
  counter-reset: ol2;
}

.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset {
  counter-reset: ol3;
}

.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset {
  counter-reset: ol4;
}

/*# sourceMappingURL=react-draft-wysiwyg.css.map*/

/***************CUSTOM DRAFT***********************/

.editor-custom {
  height: 200px;
  min-height: 120px;
  border: 1px solid #F1F1F1;
  padding: 5px;
  height: 75%;
  border-radius: 2px;
  border-color: rgb(0, 47, 126);
  overflow-y: scroll;
}

/************TIMELINE********************/

.timeline {
  list-style: none;
  padding: 0;
  position: relative;
  margin: 0 1.7em;
  margin-top: 0
}

.timeline>li {
  margin-bottom: 20px;
  position: relative;
}

.timeline>li:after,
.timeline>li:before {
  content: " ";
  display: table;
}

.timeline>li:after {
  clear: both;
}

.timeline>li:after {
  clear: both;
}

.timeline>li>.timeline-panel {
  width: 100%;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline>li>.timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 1em;
  left: 0;
  margin-left: -10px;
  background-color: #999999;
  z-index: 1;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-badge.primary {
  background-color: #2e6da4 !important;
}

.timeline-badge.success {
  background-color: #3f903f !important;
}

.timeline-badge.warning {
  background-color: #f0ad4e !important;
}

.timeline-badge.danger {
  background-color: #d9534f !important;
}

.timeline-badge.info {
  background-color: #5bc0de !important;
}

.timeline-badge i {
  margin: 0;
  padding: 0;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
}

.timeline-body>p,
.timeline-body>ul {
  margin-bottom: 0;
}

.timeline-body>p+p {
  margin-top: 5px;
}

/*******************FIN TIMELINE******************************/

.botonHrefTimeLine {}

/***********************INPUT TABLA**********************************/

.inputEditableTabla {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.inputEditableTabla:disabled {
  border: none;
}

/***********************FIN INPUT TABLA******************************/

.search input {
  display: block;
  font-size: 16px;
  font-weight: 300;
  width: 100%;
  height: 45px;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 45px 0 15px;
  border: 0;
}

.search .botonera {
  position: absolute;
  top: 10px;
  right: 10px;
}

.menuSuperior a,
.search a {
  cursor: pointer;
}

.menuSuperior ul {
  border: 0 none;
}

.search input {
  margin: 0;
  padding: 0 45px 0 15px;
  display: block;
  box-sizing: border-box;
  border: 0;
}

.search .fa {
  margin-left: 10px;
}

.search .input-field {}

.inputBox input {
  width: 100%;
}

.inputBox input[type="text"] {
  display: none;
}

input:required {
  box-shadow: none;
}

.tablaResumenProductoContratante {
  border-width: 1px;
  border-color: #DDDDDD;
  border-style: solid;
}

.tablaResumenProductoContratante2 {
  padding-bottom: 15px;
  border-width: 1px;
  border-color: #DDDDDD;
  border-style: solid;
}

.panelCorreoContenedor {
  background: #8ef0fb2e;
}

.panelCorreoContenedor.dominioCorredor {
  background: transparent;
  font-style: italic;
}

.panelCorreoContenedor .panelCorreoContenedorTexto {
  height: 100%;
  overflow: hidden;
}

.subHiloCorreo {
  margin-left: 20px;
}

.inputCopia {
  width: 100%;
  height: 32px;
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 1em;
  color: #26292c;
  background-color: #f7f7f7;
  border: 1px solid rgba(38, 41, 44, 0.16);
  border-radius: 3px;
  padding: 5px;
}

/*********************BOTON LOGIN GMAIL*******************/

#customBtn {
  display: inline-block;
  background: white;
  color: #444;
  width: 190px;
  border-radius: 5px;
  border: thin solid #888;
  box-shadow: 1px 1px 1px grey;
  white-space: nowrap;
}

#customBtn:hover {
  cursor: pointer;
}

span.label {
  font-weight: normal;
  display: inline-flex;
}

span.icon {
  background: url('/identity/sign-in/g-normal.png') transparent 5px 50% no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  height: 42px;
}

span.buttonText {
  display: inline-block;
  vertical-align: middle;
  padding-left: 42px;
  padding-right: 42px;
  font-size: 14px;
  font-weight: bold;
  /* Use the Roboto font that is loaded in the <head> */
  font-family: 'Roboto', sans-serif;
}

.respuestaMensaje {
  width: 100%;
  height: 200px;
}

.buscarArbol {
  width: 100%;
}

p.detalleListadoTarea {
  margin-left: 10px;
  text-align: justify;
}

.fondoViewArbolVida {
  padding: 0;
  margin: 0;
}

.contenedorCalendario {
  background-color: #fff;
  height: 1000px;
}

.selectTabla {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.editor-customFULL {
  min-height: 700px;
  border: 1px solid #F1F1F1;
  padding: 5px;
  height: 75%;
  border-radius: 2px;
  border-color: rgb(0, 47, 126);
  background-color: #fff;
  overflow-y: scroll;
}

.ModalOverlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 200;
  padding: 4em;
  width: 100%;
  height: 100%;
  margin: 0;
}

.t_fullscreen .ModalContent {
  height: 82vh !important;
}

.ModalContent {
  min-height: 380px;
  /* overflow: auto; */

}

.Modal {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgb(255, 255, 255);
  overflow-y: auto;
  max-width: 80vw;
  max-height: 95vh;
  padding: 1.5em;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
  border-radius: calc(3px);
  min-width: 50vw;
}

.Modal.t_small {
  min-width: 30vw;
}

.Modal.t_auto {
  min-width: 30vw;
}

.Modal.t_auto .ModalContent {
  min-height: auto;
}

.Modal.t_maxscreen {
  min-width: 100vw;
  min-height: 100vh;
}

.Modal.t_fullscreen,
.Modal.t_large {
  min-width: 90vw;
}

.Modal.t_fullscreen {
  min-height: 90vh;
}

.Modal .title h4 {
  padding-left: 0;
}

button.boton {
  font-size: 1em;
  min-width: 45px;
  margin-left: 5px;
  cursor: pointer;
  font-weight: 500;
  white-space: nowrap;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: calc(0.2 * 10px);
  padding: 0 1rem;
  align-content: center;
  align-items: center;
  border: 0;
  cursor: pointer;
  display: inline-block;
  flex-direction: row;
  font-weight: 500;
  height: 36px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 36px;
  outline: none;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  transition: .3s ease-out;
  background: #607188;
  color: #FFFFFF;
}

button.boton span,
button.boton span.material-icons {
  display: inline-block;
  line-height: 2.3rem;
  vertical-align: top;
  margin-right: .6rem;
  margin-left: .6rem;
  font-size: 120%;
}

button.boton span.fa {
  margin: 0;
  font-size: 100%;
}

button.boton span.fa.text {
  margin-right: 0.3em;
}

button.boton span div {
  vertical-align: middle;
  margin-top: .6rem;
}

button.boton .margin0,
button.boton span.margin0 {
  margin: 0;
}

button.boton.flat {
  background: transparent;
  box-shadow: none;
  font-size: 1.2em;
  color: rgb(96, 113, 136);
}

button.boton.primary {
  background: #ff4e52;
}

button.boton svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


button.boton.flat:hover {
  background: #eeeeee;
}

button.boton circle {
  fill: rgba(255, 255, 255, 0.1);
}

button.boton.flat circle {
  fill: rgba(96, 113, 136, 0.1);
}

button.boton.disabled,
button.boton.disabled:hover {
  background: rgba(99, 99, 99, 0.12);
  color: rgba(96, 113, 136, 0.6);
  cursor: not-allowed;
}

.colorAlertaVerde {
  color: #3f903f;
}

.colorAlertaRojo {
  color: #e81123;
}

.colorAlertaAmarillo {
  color: #ffbb22;
}

/***********CONTEXT MENU************/

.react-context-menu {
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  color: #373a3c;
  text-align: left;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .25rem;
  outline: none;
}

.react-context-menu-link {
  display: inline-block;
  width: 100%;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.5;
  color: #373a3c;
  text-align: inherit;
  white-space: nowrap;
  background: 0 0;
  border: 0;
}

.react-context-menu-link.active,
.react-context-menu-link:hover {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
  text-decoration: none;
}

.react-context-menu-item.submenu>a {
  padding-right: 27px;
}

.react-context-menu-item.submenu>a:after {
  content: "▶";
  display: inline-block;
  position: absolute;
  right: 7px;
}

.card_list {
  display: flow-root;
}

.card_list h4 {
  padding: 0;
  display: inline-block;
}

.botonera button {
  float: right;
}

.panel_lateral {
  background-color: #fff;
}


/********************PRUEBAS***************/

.timelineP {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.liP {
  transition: all 200ms ease-in;
}

.timestampP {
  margin-bottom: 20px;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 100;
}

.statusP {
  padding: 0 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 2px solid #D6DCE0;
  position: relative;
  transition: all 200ms ease-in;
}

.statusP h4 {
  font-size: 0.9em !important;
  white-space: nowrap;
  overflow: hidden;
  color: transparent;
}

.statusP i {
  position: absolute;
  top: -15px;
  left: 42.5%;
}

.statusP:before {
  content: "";
  width: 25px;
  height: 25px;
  background-color: white;
  border-radius: 25px;
  border: 1px solid #ddd;
  position: absolute;
  top: -15px;
  left: 42%;
  transition: all 200ms ease-in;
}

.liP.completeP .statusP {
  border-top: 2px solid #66DC71;
}

.liP.completeP .statusP:before {
  background-color: rgb(49, 212, 57);
  border: none;
  transition: all 200ms ease-in;
}

.liP.completeP .statusP h4 {
  color: rgb(0, 0, 0);
}

@media (min-device-width: 320px) and (max-device-width: 700px) {
  .timelineP {
    list-style-type: none;
    display: block;
  }

  .liP {
    transition: all 200ms ease-in;
    display: flex;
    width: inherit;
  }

  .timestampP {
    width: 100px;
  }

  .statusP:before {
    left: -8%;
    top: 30%;
    transition: all 200ms ease-in;
  }
}

.contenedorDivTimelineP {
  height: 100%;
  display: flex;
  justify-content: center;
  padding-top: 20px;
  float: right;
}

.material-icons.md-OK-green {
  color: rgba(6, 255, 18, 0.692);
}

.statusP img {
  width: auto;
  height: 32px;
  position: absolute;
  top: -15px;
  left: 42.5%;
}

.margenCabeceraDatosPropuesta {
  padding-top: 0.5em;
  margin-bottom: 0.5em;
}

.margenCabeceraDatosPropuesta .img {
  width: 70px;
}

.margenCabeceraDatosPropuesta label {
  margin-right: 0.5em;
}

.margenParticipanteLider {
  margin-top: 40px;
}

.inputCoCorretajeInformacionIterna {
  width: 100px;
}

.margenTop20 {
  margin-top: 20px;
}

.margenTop10 {
  margin-top: 10px;
}

.margenTop5 {
  margin-top: 5px;
}

.margenTop40 {
  margin-top: 40px;
}

.contenedorMail .card h2 {
  padding: 0;
}

.top-right {
  position: absolute;
  top: 0em;
  right: 0em;
}

.right {
  position: absolute;
  right: 1em;
}

.card.menu {
  padding-left: 0;
  padding-right: 0;
}

.jumbo .fa,
.jumbo .fas {
  font-size: 3em;
  margin-top: 0em;
}

.card0 {
  margin-left: 0;
  margin-right: 0;
}

.tituloTextArea {
  color: #666;
  left: 0%;
}

.form-group {
  margin-left: 20px;
}

.iframe100 {
  width: 100%;
  border: 0;
  max-height: 300px;
}

.fondoBlanco {
  background-color: white;
}

.contenedorGrilla {
  margin-right: 10%;
  width: 100%;
}

.width90 {
  width: 90%;
}

.list-group .dl {
  font-size: 1.05 em;
}

.w50 {
  width: 50%;
}

.w100 {
  width: 100%;
}

.list-group-item.header {
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: 100%;
}

.display-grid {
  display: grid;
}

button.popov,
button.popov:focus {
  background: transparent;
  border: none;
  outline: none;
}

.margen10Left {
  margin-left: 10px;
}

.padding10Right {
  margin-right: 10px;
}

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

.group_md {
  position: relative;
  margin-bottom: 45px;
}

.input_md {
  font-size: 18px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #757575;
}

.input_md:focus {
  outline: none;
}

.input_md:focus~.label_md,
.input_md:valid~.label_md {
  top: -10px;
  font-size: 1em;
  color: #333;
}

.input_md:focus~.bar_md:before,
.input_md:focus~.bar_md:after {
  width: 50%;
}

.label_md {
  color: #333;
  font-size: 1em;
  font-weight: 700;
  position: absolute;
  pointer-events: none;
  left: -5px;
  top: 10px;
  transition: 0.2s ease all;
  font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.highlight_md {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

.bar_md {
  position: relative;
  display: block;
  width: 100%;
}

.bar_md:before,
.bar_md:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #5264AE;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.bar_md:before {
  left: 50%;
}

.bar_md:after {
  right: 50%;
}

/*
.input_md:focus ~ .highlight_md {
  -webkit-animation:inputHighlighter_md 0.3s ease;
  -moz-animation:inputHighlighter_md 0.3s ease;
  animation:inputHighlighter_md 0.3s ease;
}

@-webkit-keyframes inputHighlighter_md {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter_md {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter_md {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}*/

.label-info {
  background-color: #5bc0de;
  color: #fff;
}

.label-label {
  background-color: #fff;
  color: #92a2af;
}

.label a.popov {
  color: #ffffff;
}

.btn.btn-end {
  border-radius: 0 4px 4px 0;
  margin-top: 1px;
}

.w150 {
  width: 12em;
}

[draggable] {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  /* Required to make elements draggable in old WebKit */
  -khtml-user-drag: element;
  -webkit-user-drag: element;
}

/***otros**/
.cs-scroll-50 {
  max-height: 50vh;
  overflow: auto;
}

.cs-w-80 {
  min-width: 80vw;
}

.cs-label {
  font-style: italic;
}

.cs-value,
.cs-bold {
  font-weight: bolder;
}

.cs-floating-box {
  display: inline-block;
  margin: 10px;
}

.cs-sinpaddingsinmargin {
  padding: 0 !important;
  margin: 0 !important;
}

.inputFootTablaTramosCostoCuadroComparativo {
  width: 100%;
  text-align: center;
}

.textoFootTablaTramosCostoCuadroComparativo {
  padding-left: 0%;
  padding-bottom: 0%;
  padding-right: 0%;
  padding: 10px;
  font-weight: bold;
}


/*****INPUT FILTRO*****/
.cs-inputFiltroDetalleItem {
  width: 25vw !important;
}

.editor-customFULL-v2 {
  min-height: 270px;
  border: 1px solid #F1F1F1;
  padding: 5px;
  height: 75%;
  border-radius: 2px;
  border-color: rgb(0, 47, 126);
  background-color: #fff;
  overflow-y: scroll;
}

.b {
  font-weight: bold;
}

.cs-borde-divisor-formulario-denuncio {
  border-left: #000;
  border-left-style: dotted;
  border-left-width: 1px;
}

.cs-borde-divisor-formulario-denuncio-r {
  border-right: #000;
  border-right-style: dotted;
  border-right-width: 1px;
}

.cs-borde-divisor-formulario-ver-informe-t {
  border-top: #000;
  border-top-style: dotted;
  border-top-width: 1px;
}

.lineaSeparadorH {
  border-top: 1px dashed #8c8b8b;
}

.selecMultOn {
  background-color: #337ab7;
  color: white;
}

.selecMultOff {}

.inputFiltroSelectMultiple {
  width: 100%;
}

.cs-force-mayus {
  text-transform: uppercase;
}


#notificacionBarraProgresoWS {
  visibility: hidden;
  min-width: 500px;
  margin-left: -250px;
  background-color: #fff;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 0px;
  position: fixed;
  z-index: 10;
  left: 50%;
  bottom: 30px;
  font-size: 12px;
  border-color: black;
  border-style: solid;
}

#notificacionBarraProgresoWS.show {
  visibility: visible;
  -webkit-animation: fadeinBP 0.5s;
  animation: fadeinBP 0.5s;
}

#notificacionBarraProgresoWS.hide {
  visibility: hidden;
  -webkit-animation: fadeoutBP 0.5s;
  animation: fadeoutBP 0.5s;
}

#notificacionBarraProgreso {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #fff;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 0px;
  position: fixed;
  z-index: 10;
  left: 50%;
  bottom: 30px;
  font-size: 12px;
  border-color: black;
  border-style: solid;
}

#notificacionBarraProgreso img {
  width: 120px;
  height: auto;
}

#notificacionBarraProgreso.show {
  visibility: visible;
  -webkit-animation: fadeinBP 0.5s;
  animation: fadeinBP 0.5s;
}

#notificacionBarraProgreso.hide {
  visibility: hidden;
  -webkit-animation: fadeoutBP 0.5s;
  animation: fadeoutBP 0.5s;
}

@-webkit-keyframes fadeinBP {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadeinBP {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeoutBP {
  from {
    bottom: 30px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeoutBP {
  from {
    bottom: 30px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}

/***************RENOVACION**********************/
.contenedor-tabla-resumen-renovacion {
  width: 100%;
}

/*****************css boton exportar libros****************/
.btn-grande-exp {
  width: 400px;
  height: 100px;
  margin: 10px;
  font-weight: bold;
}

/**************SELECT MULTIPLE CHECK**************/
.check-select-multiple {
  float: right;
}

.scroll100 {
  max-height: 100px;
  overflow: auto;
}

.dimensiones {
  border: 1px solid #f6f9ff;
  flex-grow: 1;
  flex-basis: 0;
}

.dimensiones .titulo {
  font-size: 1.1em;
  font-weight: 800;
  color: #666;
}

.dimensiones ul {
  padding: 0;
}

.dimensiones li {
  padding: 0.2em 0 0.2em 0;
  background: #ffffff;
}

.dimensiones li:nth-of-type(odd) {
  background: #eeeeee;
}

/*************************************************/

/***********CONFIGURACION CARGA MASIVA************/
.cabecera-campos {
  font-size: 1em;
  font-weight: bold;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: .5px solid;
  border-bottom: .5px solid;
  border-color: #12407b;
  background-color: #f7f7f7;
}

.item-cabecera {
  border-bottom: 1px solid;
  border-color: #d4d3d3;
  padding-top: 1rem !important;
  padding-bottom: 0.25rem !important;
  background-color: #fff;
}

/*************************************************/
/*************************************************/

/********************BRECHA***********************/
.tabla_listado_cuotas_brecha {
  height: 300px;
  overflow-y: auto;
}

.cs-separador-vertical {
  border-left: 2px solid #516073;
  min-height: 50px;
  position: sticky;
  left: 50%;
  margin-left: -3px;
  top: 0;
}

.cs-header {
  font-size: 1.8em;
}

.cs-header.cs-value {
  font-size: 1.5em;
}

.cs-header h2 {
  font-weight: bold;
}

.cs-header-1 {
  font-size: 1.4rem !important;
  font-weight: bolder;
}

.cs-header-2 {
  font-size: 1.3rem;
  font-style: italic;
}

.cs-form-label {
  font-size: 120%;
  margin-bottom: 5px;
  font-weight: bold;
}

.cs-sticky-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 90;
  background: #ffffffee;
  left: 0;
  padding: 1em;
}

.cs-cubo {
  width: 250px;
  height: 250px;
  perspective: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.cs-cubo-3d {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 1s;
}

.cs-cubo-3d_face {
  position: absolute;
  border: 1px solid #516073;
  text-align: center;
  width: 200px;
  height: 200px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-clip: content-box;
  background-size: contain;
  background-position: center;
}

.cs-cubo-3d_face--1 {
  background-image: url(../img/conosur.png);
}

.cs-cubo-3d_face--2 {
  background-image: url(../img/17004.png);
}

.cs-cubo-3d_face--3 {
  background-image: url(../img/43.png);
}

.cs-cubo-3d_face--4 {
  background-image: url(../img/84.png);
}

.cs-cubo-3d_face--5 {
  background-image: url(../img/60.png);
}

.cs-cubo-3d_face--1 {
  transform: rotateY(0deg) translateZ(100px);
}

.cs-cubo-3d_face--2 {
  transform: rotateY(90deg) translateZ(100px);
}

.cs-cubo-3d_face--3 {
  transform: rotateY(180deg) translateZ(100px);
}

.cs-cubo-3d_face--4 {
  transform: rotateY(-90deg) translateZ(100px);
}

.cs-cubo-3d_face--5 {
  transform: rotateX(90deg) translateZ(100px);
}

.cs-cubo-3d_face--6 {
  transform: rotateX(-90deg) translateZ(100px);
}


.cs-cubo-3d.show-1 {
  transform: translateZ(0px) rotateY(0deg);
}

.cs-cubo-3d.show-2 {
  transform: translateZ(50px) rotateY(-90deg);
}

.cs-cubo-3d.show-3 {
  transform: translateZ(-100px) rotateY(-180deg);
}

.cs-cubo-3d.show-4 {
  transform: translateZ(-100px) rotateY(90deg);
}

.cs-cubo-3d.show-5 {
  transform: translateZ(-100px) rotateX(-90deg);
}

.cs-cubo-3d.show-6 {
  transform: translateZ(-100px) rotateX(90deg);
}



.cellcol {
  border: solid 1px;
}

.mr10 {
  margin-right: 10px;
}

img.mainlogo {
  width: 10rem;
}

.image-container svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.image-container svg g {
  fill: #1d171099;
  stroke: transparent;
  border: none;
}

.image-container svg g.selected {
  fill: #f0ad4e99;
  /* border: 1px solid #f0ad4e; */
  cursor: pointer;
  stroke: transparent;

}


/* ============================================================
   === Modernización Visual — KIA Seguros
   ============================================================ */

/* --- Inputs de texto, email, fecha --- */
body .inputContent input[type=text],
body .inputContent input[type=email],
body .inputContent input[type=date],
body .inputContentDate input[type=text],
body .inputContentTime input[type=text] {
  border: 1.5px solid var(--input-border);
  border-radius: var(--border-radius-input);
  background-color: var(--input-bg);
  padding: 9px 12px;
  color: #1a1a1a;
  font-size: 0.95em;
  transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
  outline: none;
  width: 100%;
}

body .inputContent input[type=text]:focus,
body .inputContent input[type=email]:focus,
body .inputContent input[type=date]:focus,
body .inputContentDate input[type=text]:focus,
body .inputContentTime input[type=text]:focus {
  border-color: var(--input-border-focus);
  box-shadow: var(--shadow-focus);
}

body .inputContent input[type=text]:disabled,
body .inputContent input[type=email]:disabled {
  background-color: #f4f5f6;
  color: #8a9098;
  cursor: not-allowed;
  border-color: #dde1e5;
}

/* --- Label modernizado --- */
body .inputContent label,
body .inputContentDate label,
body .inputContentTime label,
body .selectContent label,
body .selectInputAutocomplete label,
body .textAreaContent label {
  font-size: 0.88em;
  font-weight: 600;
  color: #3a4450;
  letter-spacing: 0.03em;
  margin-bottom: 4px;
  display: block;
}

/* --- Select nativo --- */
body .selectContent select {
  border: 1.5px solid var(--input-border);
  border-radius: var(--border-radius-input);
  background-color: var(--input-bg);
  padding: 9px 12px;
  color: #1a1a1a;
  font-size: 0.95em;
  transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
  outline: none;
  width: 100%;
  cursor: pointer;
  appearance: auto;
}

body .selectContent select:focus {
  border-color: var(--input-border-focus);
  box-shadow: var(--shadow-focus);
}

/* --- Autocomplete input --- */
body .selectInputAutocomplete input[type=text] {
  border: 1.5px solid var(--input-border);
  border-radius: var(--border-radius-input);
  padding: 9px 12px;
  font-size: 0.95em;
  transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
  outline: none;
  width: 100%;
}

body .selectInputAutocomplete input[type=text]:focus {
  border-color: var(--input-border-focus);
  box-shadow: var(--shadow-focus);
}

/* --- Dropdown autocomplete flotante --- */
body .selectInputAutocomplete-items {
  border: 1px solid #dde1e5;
  border-radius: 0 0 var(--border-radius-dropdown) var(--border-radius-dropdown);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  background-color: #fff;
  overflow-y: auto;
  max-height: 200px;
  margin-top: 2px;
}

body .selectInputAutocomplete-items div {
  padding: 9px 12px;
  font-size: 0.93em;
  color: #1a1a1a;
  border-bottom: 1px solid #f0f2f4;
  transition: background-color 0.12s ease;
  cursor: pointer;
}

body .selectInputAutocomplete-items div:last-child {
  border-bottom: none;
}

body .selectInputAutocomplete-items div:hover {
  background-color: #eef3fb;
  color: var(--color-kia-primario);
}

/* --- Textarea --- */
body .textAreaContent textarea {
  border: 1.5px solid var(--input-border);
  border-radius: var(--border-radius-input);
  background-color: var(--input-bg);
  padding: 9px 12px;
  font-size: 0.95em;
  color: #1a1a1a;
  transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
  outline: none;
  width: 100%;
  resize: vertical;
  min-height: 90px;
}

body .textAreaContent textarea:focus {
  border-color: var(--input-border-focus);
  box-shadow: var(--shadow-focus);
}

/* --- Checkbox y Radio modernizados --- */
body .checkContent input[type=checkbox],
body .radioContent input[type=radio],
body .inputContent input[type=radio] {
  accent-color: var(--color-kia-primario);
  width: 16px;
  height: 16px;
  cursor: pointer;
}

body .checkContent {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 0;
}

body .checkContent label {
  font-size: 0.92em;
  color: #3a4450;
  margin-bottom: 0;
  cursor: pointer;
}

body .radioContent {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 0;
}

body .radioContent label {
  font-size: 0.92em;
  color: #3a4450;
  margin-bottom: 0;
  cursor: pointer;
}

/* --- Error de validación --- */
body .validateError {
  border-color: var(--color-kia-rojo) !important;
  box-shadow: var(--shadow-error) !important;
}

/* --- frameContainer — tarjeta principal --- */
body .frameContainer {
  border-radius: var(--border-radius-card);
  border: 1px solid #dde1e5;
  box-shadow: var(--shadow-card);
  padding: 2.5rem;
  background-color: rgba(255, 255, 255, 0.97);
}

body .frameContainer .cs-header-1 {
  letter-spacing: 0.01em;
  color: var(--color-kia-primario);
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

/* ==========================================================================
   MODERNIZACIÓN CONSULTA PÓLIZAS - ESTILOS NUEVOS
   ========================================================================== */

/* Header de Página Modernizado */
.modern-page-header {
  text-align: center;
  margin: 2rem 0 3rem 0;
  padding: 2rem;
  background: linear-gradient(135deg, var(--color-surface) 0%, rgba(74, 144, 226, 0.1) 100%);
  border-radius: var(--border-radius-card);
  box-shadow: var(--shadow-card);
}

.modern-page-header .cs-header-1 {
  margin-bottom: 0.5rem;
  color: var(--color-kia-primario);
}

.page-subtitle {
  font-size: 1.1rem;
  color: var(--color-text-secondary);
  margin: 0;
  font-weight: 400;
}

/* Formulario de Búsqueda Modernizado */
.modern-search-form {
  background: white;
  border-radius: var(--border-radius-card);
  box-shadow: var(--shadow-card);
  border: 1px solid var(--input-border);
  overflow: hidden;
  margin-top: 2rem;
}

.form-section {
  padding: 1.5rem;
  border-bottom: 1px solid #f0f0f0;
}

.form-section:last-child {
  border-bottom: none;
}

.section-header {
  margin-bottom: 1.5rem;
}

.section-header .cs-header-2 {
  color: var(--color-kia-primario);
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.section-description {
  color: var(--color-text-secondary);
  font-size: 0.95rem;
  margin: 0;
  line-height: 1.5;
}

.input-modern-wrapper {
  position: relative;
  margin-bottom: 1rem;
}

.form-actions {
  padding: 2rem 1.5rem;
  background: var(--color-surface);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
}

.search-button-container {
  display: flex;
  justify-content: center;
}

.search-button-container a,
.search-button-container button {
  text-decoration: none;

}

.btn-search-modern {
  background: var(--color-kia-primario) !important;
  color: white !important;
  padding: 0.8rem 2rem !important;
  border-radius: var(--border-radius-input) !important;
  border: none !important;
  font-weight: 600 !important;
  font-size: 1rem !important;
  box-shadow: var(--shadow-card) !important;
  transition: var(--transition-fast) !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.btn-search-modern:hover {
  background: var(--color-kia-secundario) !important;
  transform: translateY(-2px) !important;
}

.recaptcha-container {
  display: flex;
  justify-content: center;
}

/* Tarjeta de Ayuda */
.help-info {
  padding: 1.5rem;
  background: linear-gradient(135deg, rgba(74, 144, 226, 0.05), rgba(98, 205, 11, 0.05));
}

.help-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem;
  background: white;
  border: 1px solid rgba(74, 144, 226, 0.2);
  border-radius: var(--border-radius-input);
}

.help-icon {
  font-size: 1.5rem;
  min-width: 30px;
}

.help-content strong {
  color: var(--color-kia-primario);
  font-size: 1rem;
  display: block;
  margin-bottom: 0.2rem;
}

.help-content p {
  margin: 0;
  color: var(--color-text-secondary);
  font-size: 0.9rem;
  line-height: 1.4;
}

/* Tarjetas de Pólizas Modernizadas */
.results-container .results-header {
  text-align: center;
  margin-bottom: 2rem;
}

.results-subtitle {
  color: var(--color-text-secondary);
  font-size: 1.1rem;
  margin: 0.5rem 0 0 0;
}

.results-frame {
  background: white;
  border-radius: var(--border-radius-card);
  box-shadow: var(--shadow-card);
  overflow: hidden;
}

.policies-list {
  display: grid;
  gap: 1.5rem;
  padding: 1.5rem;
}

.policy-card {
  background: white;
  border: 1px solid var(--input-border);
  border-radius: var(--border-radius-card);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  transition: var(--transition-fast);
}

.policy-card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

.policy-card-header {
  background: linear-gradient(135deg, var(--color-kia-primario) 0%, var(--color-kia-secundario) 100%);
  color: white;
  padding: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.policy-number {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.policy-label {
  font-size: 0.9rem;
  opacity: 0.9;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.policy-card-header .cs-header-1 {
  color: var(--color-surface) !important;
  margin: 0;
  font-size: 1.8rem;
}

.company-badge {
  background: rgba(255, 255, 255, 0.2);
  padding: 0.5rem 1rem;
  border-radius: var(--border-radius-input);
  backdrop-filter: blur(10px);
}

.company-badge .cs-header-2 {
  color: white;
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
}

.policy-card-body {
  padding: 1.5rem;
}

.section-title {
  color: var(--color-kia-primario);
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0 0 1rem 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-bottom: 2px solid var(--color-surface);
  padding-bottom: 0.5rem;
}

.contractor-info,
.vehicle-info,
.coverage-info {
  margin-bottom: 1.5rem;
}

.contractor-name {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--color-kia-secundario);
  margin: 0;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}

.info-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  background: var(--color-surface);
  border-radius: var(--border-radius-input);
  border-left: 3px solid var(--color-kia-azul);
}

.info-item .cs-label {
  font-style: normal;
  font-weight: 500;
  color: var(--color-text-secondary);
}

.info-item .cs-value {
  font-weight: 600;
  color: var(--color-kia-primario);
}

/* Información Legal Mejorada */
.legal-info {
  background: var(--color-surface);
  padding: 1.5rem;
  border-radius: var(--border-radius-input);
  margin: 1.5rem 0;
}

.legal-notice {
  margin-bottom: 1rem;
}

.legal-text {
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--color-legal-text);
  margin-bottom: 0.5rem;
}

.legal-highlight {
  background: linear-gradient(135deg, rgba(232, 17, 35, 0.1), rgba(251, 174, 28, 0.1));
  padding: 0.8rem;
  border-radius: var(--border-radius-input);
  border-left: 4px solid var(--color-kia-rojo);
  margin: 1rem 0;
}

.legal-highlight strong {
  color: var(--color-kia-rojo);
}

.warning-notice {
  background: rgba(251, 174, 28, 0.1);
  padding: 1rem;
  border-radius: var(--border-radius-input);
  border-left: 4px solid var(--color-kia-amarillo);
  margin: 1rem 0;
}

.warning-notice strong {
  color: var(--color-kia-primario);
}

.hdi-info {
  border: 1px solid rgba(26, 128, 138, 0.3);
  border-radius: var(--border-radius-input);
  overflow: hidden;
}

.company-link {
  display: flex;
  justify-content: center;
  margin: 1rem 0;
}

.company-logo-link {
  display: inline-block;
  padding: 0.5rem;
  border-radius: var(--border-radius-input);
  transition: var(--transition-fast);
  background: white;
  box-shadow: var(--shadow-card);
}

.company-logo-link:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.company-logo {
  max-height: 60px;
  width: auto;
  display: block;
}

/* Acciones de Póliza */
.policy-actions {
  padding-top: 1.5rem;
  border-top: 1px solid #f0f0f0;
  display: flex;
  justify-content: center;
}

.policy-actions.policy-actions-left {
  justify-content: flex-start;
}

/* CSS Botón para link no pólizas encontradas */
.policy-btn-primary {
  display: inline-block;
  padding: 12px 18px;
  background-color: #05141F;
  /* puedes ajustarlo a tu branding */
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.2s ease;
}

.policy-btn-primary:hover {
  background-color: #004080;
}

.btn-declaration {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(74, 144, 226, 0.12);
  color: var(--color-kia-primario);
  border: 1px solid rgba(74, 144, 226, 0.25);
  padding: 8px 12px;
  border-radius: var(--border-radius-input);
  font-weight: 600;
  text-decoration: none;
  transition: var(--transition-fast);
}

.btn-declaration:hover {
  background: rgba(74, 144, 226, 0.2);
  color: var(--color-kia-primario);
  text-decoration: none;
}

.policy-select-frame {
  border-radius: var(--border-radius-card);
}

.policy-select-title {
  text-align: center;
  padding: 8px 0 18px;
  border-bottom: 1px solid rgba(5, 20, 31, 0.08);
  margin-bottom: 14px;
}

.policy-select-title h2 {
  margin: 0;
  color: var(--color-kia-primario);
  font-size: 1.7rem !important;
  font-weight: 700;
}

.policy-select-title p {
  margin: 8px 0 0;
  color: var(--color-text-secondary);
}

.policy-select-scroll {
  padding-right: 6px;
}

.policy-select-card {
  margin-bottom: 14px;
}

.policy-select-card.selected .policy-select-card-header {
  background: linear-gradient(0deg, var(--color-kia-amarillo) 0%, var(--color-kia-gris-claro) 10%, var(--color-kia-primario) 100%)
}

.selected-indicator {
  opacity: 0;
  font-size: 2rem;
}

.selected .selected-indicator {
  color: var(--color-kia-amarillo);
  opacity: 1;
}

.policy-select-card-header {
  align-items: center;
}

.policy-select-radio {
  min-width: 44px;
}

.policy-select-radio .radioContent {
  margin: 0;
}

.policy-select-radio input[type=radio] {
  width: 18px;
  height: 18px;
  accent-color: var(--color-kia-azul);
}

.policy-select-card .info-item-wide {
  grid-column: 1 / -1;
}

.policy-legal-note {
  background: rgba(5, 20, 31, 0.04);
  border-left: 3px solid var(--color-kia-azul);
  padding: 12px 14px;
  border-radius: var(--border-radius-input);
}

.no-data-container.compact {
  padding: 1.2rem;
}

.no-data-container.compact .cs-header-1 {
  font-size: 1.4rem;
}

.text-big-container {
  padding: 22px 36px 24px 36px;
}

.text-big-container .subtitle {
  margin: 0 0 4px 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #111111;
  text-align: center;
  font-weight: bold;
  mso-line-height-rule: exactly;
}

.text-big-container .title {
  margin: 0 0 10px 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  line-height: 34px;
  color: #111111;
  text-align: center;
  font-weight: 900;
  letter-spacing: 2px;
  mso-line-height-rule: exactly;
}

@media (max-width: 768px) {
  .policy-select-title h2 {
    font-size: 1.35rem !important;
  }

  .policy-select-title p {
    font-size: 0.92rem;
  }

  .policy-select-card-header {
    gap: 10px;
  }

  .policy-select-radio {
    min-width: 34px;
  }
}

.btn-send-policy {
  background: var(--color-kia-verde) !important;
  color: white !important;
  padding: 0.8rem 1.5rem !important;
  border-radius: var(--border-radius-input) !important;
  border: none !important;
  font-weight: 600 !important;
  box-shadow: var(--shadow-card) !important;
  transition: var(--transition-fast) !important;
}

.btn-send-policy:hover {
  background: #4ea309 !important;
  transform: translateY(-1px) !important;
}

/* Acciones de Retorno */
.back-actions {
  padding: 1.5rem;
  text-align: center;
  background: var(--color-surface);
  border-top: 1px solid #f0f0f0;
}

.btn-back-modern {
  background: var(--color-kia-secundario) !important;
  color: white !important;
  padding: 0.8rem 2rem !important;
  border-radius: var(--border-radius-input) !important;
  border: none !important;
  font-weight: 600 !important;
  box-shadow: var(--shadow-card) !important;
  transition: var(--transition-fast) !important;
}

.btn-back-modern:hover {
  background: var(--color-kia-primario) !important;
  transform: translateY(-1px) !important;
}

/* Estado Sin Datos Modernizado */
.no-data-frame {
  background: white;
  border-radius: var(--border-radius-card);
  box-shadow: var(--shadow-card);
  overflow: hidden;
  margin-top: 2rem;
}

.no-data-container {
  text-align: center;
  padding: 3rem 2rem;
}

.no-data-icon {
  font-size: 4rem;
  margin-bottom: 1rem;
  opacity: 0.7;
}

.no-data-container .cs-header-1 {
  color: var(--color-kia-secundario);
  margin-bottom: 1rem;
}

.no-data-message {
  font-size: 1.1rem;
  color: var(--color-text-secondary);
  line-height: 1.6;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.no-data-suggestions {
  background: var(--color-surface);
  padding: 1.5rem;
  border-radius: var(--border-radius-input);
  margin: 2rem auto;
  max-width: 400px;
  text-align: left;
}

.no-data-suggestions h4 {
  color: var(--color-kia-primario);
  margin-bottom: 1rem;
  text-align: center;
}

.no-data-suggestions ul {
  margin: 0;
  padding-left: 1.5rem;
}

.no-data-suggestions li {
  margin-bottom: 0.5rem;
  color: var(--color-text-secondary);
  line-height: 1.4;
}

.btn-retry-modern {
  background: var(--color-kia-azul) !important;
  color: white !important;
  padding: 1rem 2rem !important;
  border-radius: var(--border-radius-input) !important;
  border: none !important;
  font-weight: 600 !important;
  font-size: 1rem !important;
  box-shadow: var(--shadow-card) !important;
  transition: var(--transition-fast) !important;
}

.btn-retry-modern:hover {
  background: #336ba3 !important;
  transform: translateY(-2px) !important;
}

/* Estado de Carga Mejorado */
.loading-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  gap: 2rem;
}

.loading-message {
  font-size: 1.2rem;
  color: var(--color-text-secondary);
  font-weight: 500;
}

/* Responsive Design */
@media (max-width: 768px) {
  .modern-page-header {
    margin: 1rem 0 2rem 0;
    padding: 1.5rem 1rem;
  }

  .form-section {
    padding: 1rem;
  }

  .policy-card-header {
    flex-direction: column;
    text-align: center;
  }

  .info-grid {
    grid-template-columns: 1fr;
  }

  .no-data-container {
    padding: 2rem 1rem;
  }

  .no-data-suggestions {
    margin: 1.5rem 0;
    padding: 1rem;
  }

  .company-logo {
    max-height: 50px;
  }
}

/* ==========================================================================
   INPUT INTERACTIVO - INPUTSTYLE
   ========================================================================== */
body .inputContent--interactive {
  width: 100%;
}

body .inputContent--interactive .inputContent-wrap {
  position: relative;
  width: 100%;
}

body .inputContent--interactive .inputContent-field {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--input-border);
  border-radius: var(--border-radius-input);
  background-color: var(--input-bg);
  color: var(--color-kia-primario);
  padding: 18px 12px 8px 12px;
  transition: border-color var(--transition-fast), box-shadow var(--transition-fast), background-color var(--transition-fast);
}

body .inputContent--interactive .inputContent-field:hover {
  border-color: var(--color-kia-gris-oscuro);
}

body .inputContent--interactive .inputContent-field:focus {
  border-color: var(--input-border-focus);
  box-shadow: var(--shadow-focus);
  outline: none;
}

body .inputContent--interactive .inputContent-wrap>label {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  background: var(--input-bg);
  color: var(--color-kia-gris-oscuro);
  padding: 0 6px;
  line-height: 1;
  font-size: 0.95rem;
  font-weight: 600;
  pointer-events: none;
  transition: transform var(--transition-fast), top var(--transition-fast), color var(--transition-fast), font-size var(--transition-fast);
}

body .inputContent--interactive .inputContent-wrap:focus-within>label,
body .inputContent--interactive .inputContent-wrap>.is-filled,
body .inputContent--interactive .inputContent-field:not(:placeholder-shown)+label {
  top: 0;
  transform: translateY(-50%);
  font-size: 0.78rem;
  color: var(--input-border-focus);
}

body .inputContent--interactive .inputContent-wrap>label.required::after,
body .inputContent--interactive .inputContent-wrap>.required.is-filled::after {
  content: ' *';
  color: var(--color-kia-rojo);
}

body .inputContent--interactive .inputContent-field.validateError {
  border-color: var(--color-kia-rojo);
  box-shadow: var(--shadow-error);
}

body .inputContentDate--interactive .react-datepicker-wrapper,
body .inputContentDate--interactive .react-datepicker__input-container {
  width: 100%;
  display: block;
}

body .inputContentDate--interactive .react-datepicker__input-container .react-datepicker__calendar-icon {
  right: 10px;
  left: auto;
  padding: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--color-kia-gris-oscuro);
}

body .inputContentDate--interactive .datePicker-field {
  padding-right: 36px;
}

body .inputContentDate--interactive .datePicker-wrap:focus-within>label,
body .inputContentDate--interactive .datePicker-wrap>.is-filled {
  top: 0;
  transform: translateY(-50%);
  font-size: 0.78rem;
  color: var(--input-border-focus);
}

body .inputContentTime--interactive .timePicker-field {
  padding-right: 36px;
}

body .inputContentTime--interactive .time-input-icon {
  position: absolute;
  right: 10px;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

body .inputContentTime--interactive .input-wrapper-time:focus-within>label,
body .inputContentTime--interactive .input-wrapper-time>.is-filled {
  top: 0;
  transform: translateY(-50%);
  font-size: 0.78rem;
  color: var(--input-border-focus);
}

body .selectContent--interactive .inputContent-wrap,
body .selectInputAutocomplete--interactive .inputContent-wrap {
  position: relative;
  width: 100%;
}

body .selectContent--interactive select.inputContent-field {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  padding-right: 34px;
  background-image: linear-gradient(45deg, transparent 50%, var(--color-kia-gris-oscuro) 50%), linear-gradient(135deg, var(--color-kia-gris-oscuro) 50%, transparent 50%);
  background-position: calc(100% - 15px) calc(50% + 1px), calc(100% - 10px) calc(50% + 1px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

body .selectContent--interactive .inputContent-wrap>label,
body .selectInputAutocomplete--interactive .inputContent-wrap>label {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  background: var(--input-bg);
  color: var(--color-kia-gris-oscuro);
  padding: 0 6px;
  line-height: 1;
  font-size: 0.95rem;
  font-weight: 600;
  pointer-events: none;
  transition: transform var(--transition-fast), top var(--transition-fast), color var(--transition-fast), font-size var(--transition-fast);
}

body .selectContent--interactive .inputContent-wrap:focus-within>label,
body .selectContent--interactive .inputContent-wrap>.is-filled,
body .selectInputAutocomplete--interactive .inputContent-wrap:focus-within>label,
body .selectInputAutocomplete--interactive .inputContent-wrap>.is-filled,
body .selectInputAutocomplete--interactive .inputContent-wrap input:not(:placeholder-shown)+label {
  top: 0;
  transform: translateY(-50%);
  font-size: 0.78rem;
  color: var(--input-border-focus);
}

body .selectContent--interactive .inputContent-wrap>label.required::after {
  content: ' *';
  color: var(--color-kia-rojo);
}

body .selectInputAutocomplete--interactive .selectInputAutocomplete-items {
  margin-top: 2px;
}

body .inputContent--interactive.inputContent--radio {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

body .inputContent--interactive .inputContent-radio {
  display: flex;
  align-items: center;
  gap: 8px;
}

body .inputContent--interactive .inputContent-radio label {
  margin: 0;
  font-weight: 600;
  color: var(--color-kia-primario);
}

@media (max-width: 768px) {
  body .inputContent--interactive .inputContent-field {
    min-height: 42px;
    padding: 16px 10px 8px 10px;
  }

  body .inputContent--interactive .inputContent-wrap>label {
    left: 10px;
  }
}

/* --- Progress bar de pasos --- */
body .progress-bar-back {
  margin: 0;
  padding: 0;
  background: white;
  border: none;
}

body .progress-bar {
  background: white;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  color: var(--color-kia-primario);
}

/* Step contenedor */
body .step {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}

/* Conector entre pasos */
body .step-connector {
  flex: 1;
  height: 1.5px;
  background: #e0e4e8;
  margin-bottom: 22px;
  min-width: 20px;
  border-radius: 2px;
}

/* Círculo base — paso pendiente */
body .step-circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #d0d5da;
  background-color: #f5f6f7;
  color: #9ca1a5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.88rem;
  font-weight: 600;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.18s ease;
}

/* Círculo completado */
body .step-circle--done {
  background-color: #62cd0b;
  border-color: #62cd0b;
  color: white;
  font-size: 0.9rem;
}

/* Círculo activo */
body .step-circle--active {
  background-color: var(--color-kia-primario);
  border-color: var(--color-kia-primario);
  color: white;
  transform: scale(1.12);
  box-shadow: 0 0 0 4px rgba(5, 20, 31, 0.1), 0 2px 8px rgba(5, 20, 31, 0.22);
}

/* Etiqueta del paso — pendiente */
body .step-text {
  font-size: 0.62rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #b0b6bc;
  margin-top: 7px;
  text-align: center;
  white-space: nowrap;
}

/* Etiqueta del paso completado */
body .step:has(.step-circle--done) .step-text {
  color: #4ea309;
  font-weight: 600;
}

/* Etiqueta del paso activo */
body .step:has(.step-circle--active) .step-text {
  color: var(--color-kia-primario);
  font-weight: 700;
  letter-spacing: 0.08em;
}

@media (max-width: 768px) {
  body .progress-bar {
    padding: 10px 12px;
  }

  body .step-circle {
    width: 28px;
    height: 28px;
    font-size: 0.72rem;
  }

  body .step-text {
    font-size: 0.5rem;
    margin-top: 5px;
    letter-spacing: 0.03em;
  }

  body .step-connector {
    min-width: 8px;
    margin-bottom: 16px;
  }
}

/* --- Upload zona drop --- */
body .drop_box {
  border: 2px dashed #c8cdd2;
  border-radius: var(--border-radius-input);
  padding: 10px 14px;
  background-color: #fafbfc;
  transition: border-color var(--transition-fast), background-color var(--transition-fast);
}

body .drop_box:hover {
  border-color: var(--color-kia-azul);
  background-color: #eef3fb;
}

/* --- Botón upload --- */
body .uploadBtn {
  border-radius: var(--border-radius-input);
  font-size: 0.88em;
  font-weight: 600;
  letter-spacing: 0.03em;
  padding: 8px 18px;
  transition: background-color var(--transition-fast), color var(--transition-fast), box-shadow var(--transition-fast);
}

body .uploadBtn:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
  border-color: transparent;
}

/* --- Boton principal .button (Kia: bordes rectos por identidad de marca) --- */
body .button {
  letter-spacing: 0.06em;
  font-size: 0.92em;
  font-weight: 600;
  transition: opacity var(--transition-fast), box-shadow var(--transition-fast);
}

body .button:hover {
  opacity: 0.85;
  box-shadow: 0 3px 10px rgba(5, 20, 31, 0.22);
}

/* --- Boton .boton (clase general) --- */
body button.boton {
  border-radius: 3px;
  font-weight: 600;
  font-size: 0.9em;
  letter-spacing: 0.04em;
  transition: background-color var(--transition-fast), box-shadow var(--transition-fast), opacity var(--transition-fast);
}

body button.boton:hover:not(:disabled) {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
  opacity: 0.92;
}

body button.boton.disabled,
body button.boton:disabled {
  background-color: #ced3d8 !important;
  color: #7a8390 !important;
  cursor: not-allowed;
  box-shadow: none;
  opacity: 1;
}

/* --- Breadcrumb de pasos (Pasos.jsx) --- */
body .breadcrumb {
  padding: 10px 6px;
  background-color: #f4f6f8;
  border-radius: var(--border-radius-input);
  gap: 4px;
}

body .breadcrumb-item.link {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.87em;
  font-weight: 500;
  color: var(--color-kia-secundario);
  transition: color var(--transition-fast);
}

body .breadcrumb-item.link:hover:not(.ct-breadcrumb-item-disable) {
  color: var(--color-kia-primario);
}

body .breadcrumb-item.link .ct-breadcrumb-item {
  font-size: 0.85em;
}

body .ct-breadcrumb-item-disable {
  opacity: 0.45;
  cursor: default;
  pointer-events: none;
}

/* --- Cabecera logos --- */
body .cabecera {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  background-color: #fff;
  border-bottom: 1px solid #eaecee;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

/* --- imageCenter (navbar logo) --- */
body .imageCenter {
  padding: 12px 0 8px;
}

/* --- Espaciado general en filas de formulario --- */
body .inputContent,
body .selectContent,
body .textAreaContent,
body .checkContent,
body .radioContent {
  margin-bottom: 14px;
}

/* ============================================================
   === Fin Modernización Visual
   ============================================================ */