html {
  font-size: 16px !important;
}
:root{
  --morado:#0E0D2A;
  --negro: #000;
  --blanco: #fff;
  --lila: rgba(95, 85, 158);
  --gris2: #f1f5fa;
  --celeste: #12a4ed;
  --blanco: #fff;
  --morado-claro: #674DCD;
}
.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.content-standar-black h1 {
  font-size: 28px !important;
}
.content-standar-black h2 {
  font-size: 22px !important;
}
.content-standar-black h3 {
  font-size: 20px !important;
}
.content-standar-black h4 {
  font-size: 18px !important;
}
.content-standar-black h5 {
  font-size: 16px !important;
}
.content-standar-black h6 {
  font-size: 14px !important;
}
@media (max-width: 991px) {
  .content-standar-black h1 {
    font-size: 24px !important;
  }
  .content-standar-black h2 {
    font-size: 20px !important;
  }
  .content-standar-black h3 {
    font-size: 18px !important;
  }
  .content-standar-black h4 {
    font-size: 16px !important;
  }
  .content-standar-black h5,
  .content-standar-black p{
    font-size: 15px !important;
  }
  .content-standar-black h6 {
    font-size: 13px !important;
  }
}
@media (max-width: 575px) {
  .content-standar-black h1 {
    font-size: 22px !important;
  }
  .content-standar-black h2 {
    font-size: 18px !important;
  }
  .content-standar-black h3 {
    font-size: 16px !important;
  }
  .content-standar-black h4 {
    font-size: 15px !important;
  }
  .content-standar-black h5,
  .content-standar-black p{
    font-size: 14px !important;
  }
  .content-standar-black h6 {
    font-size: 13px !important;
  }
}
.content-standar-black p{
  line-height: 1.5;
  color: var(--negro);
  font-size: 16px;
}
.content-standar-black li{
  line-height: 1.5;
  font-size: 16px !important;
}
.content-standar-black h1 > *,
.content-standar-black h2 > *,
.content-standar-black h3 > *,
.content-standar-black h4 > *,
.content-standar-black h5 > *,
.content-standar-black h6 > *,
.content-standar-black p > *,
.content-standar-black li span{
  color: inherit !important;
  font-size: inherit !important;
}
.content-standar-black strong{
font-weight: 500;
}
.content-standar-black ul {
  list-style: disc;
}
.content-standar-black ul,
.content-standar-black ol{
margin: 0 0 15px;
padding-left: 24px;
}
.content-standar-black ol li,
.content-standar-black ul li{
margin-bottom: 8px;
color: var(--negro);
list-style: unset;
}
.content-standar-black a{
text-decoration: underline;
color: var(--negro);
font-weight: 500;
}
.content-standar-black table{
margin: 0 auto;
width: 100% !important;
}
.content-standar-black table tbody tr{
border-bottom: 1px solid #F0F0F0;
}
.content-standar-black table tbody tr:nth-last-child(1){
border-bottom: 0;
}
.content-standar-black table tbody tr td {
padding: 12px 4px;
text-align: center;
width: 100px;
}
.content-standar-black img{
max-width: 100%;
height: auto;
}
.content-standar-black a em{
  font-weight: 500;
}

.card-title {
  text-transform: none;
}


/*section-login01*/
.section-login01{
  padding: 0;
  background: var(--blanco);
}
.section-login01 .container{
  max-width: 100%;
  padding: 0;
}
.section-login01 .col-md-7{
  width: 62%;
}
.section-login01 .col-md-5{
  width: 38%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.section-login01 .box-img {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 100vh;
  height: 100%;
  width: 100%;
}
.item-login{
  margin-right: 30px;
  width: 100%;
  max-width: 480px;
}
.item-login .body-content .box-logo{
  max-width: 280px;
  margin: 0 auto;
  padding-bottom: 10px;
}

.item-login .title{
  font-size: 22px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 0;
}
.item-login .subtitle{
  font-size: 15px;
  text-align: center;
  font-weight: 300;
  margin-bottom: 20px;
}
.item-login .form-group input{
  background: transparent;
  border: none;
  border-bottom: 1px solid #dadada;
  color: var(--negro);
  display: block;
  font-size: 12px;
  font-weight: 300;
  height: 48px;
  line-height: 48px;
  max-width: 100%;
  padding: 0 10px;
  position: relative;
  text-align: left;
  border-radius: 0!important;
}
.item-login .form-group #username{
  border-radius: 0!important;
}
.item-login .form-group label{
  font-weight: 400;
  font-size: 14px;
}
.inner-check{
  margin: 15px 0;
}
.item-check{
  position: relative;
  padding-left: 28px;
  min-height: 20px;
  cursor: pointer;
}
.item-check input{
  position: absolute!important;
  left: 0;
  top: 0;
}
.item-check input[type="checkbox"]{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid var(--negro);
  background-color: transparent;
  outline: none;
  cursor: pointer;
  padding: 0 !important;
  border-radius: 0;
  transition: all 0.3s;
}
.item-check input[type="checkbox"]:checked::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  left: 7px;
  top: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 1;
  z-index: 1;
}
.item-check input[type="checkbox"]:checked{
  border-color:  #000;
}
.item-check input[type="checkbox"]::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
.item-check input[type="checkbox"]:checked::before {
  background-color: #000;
}
.item-check h6{
  font-size: 14px;
  margin: 0;
  position: relative;
  top: 2px;
  left: 0;
  font-weight: 400;
}
.item-login .new-account{
  text-align: center;
}
.item-login .new-account p a{
  text-decoration: underline;
  font-weight: 500;
}
/*section-login01*/


/*section-contrasena*/
.section-contrasena .item-login .new-account-x2 .parrafo-1 a{
  text-decoration: underline;
  font-weight: 500;
}
.section-contrasena .item-login .new-account-x2 .parrafo-2{
  text-align: center;
  margin: 40px 0 0;
}
/*section-contrasena*/


/*profile-01*/
.profile-01 .item-date02{
  position: relative;
  padding-right: 200px;
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
}
.profile-01 .item-date02 p{
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  color: var(--negro);
}
.profile-01 .item-date02 .box-btn{
margin-left: 20px;
}
.profile-01 .item-date02 .box-btn .btn-purple {
  padding: 9px 20px;
}
.profile-01 .item-date03{
  padding: 40px 5px 0 5px;
}
.profile-01 .item-date03 .bloque label{
  padding-bottom: 5px;
  color: var(--negro);
  font-size: 18px;
  font-weight: 400;
}
.profile-01 .item-date03 .bloque textarea {
  color: var(--negro);
  font-size: 14px;
  font-weight: 400;
  border: 1.2px solid #e6e6e6;
  background-color: transparent;
  height: 50px;
  border-radius: 8px;
  padding: 10px 15px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  height: 250px;
  border-radius: 10px;
}
.profile-01 .item-date03 .box-btn{
  max-width: 180px;
  padding-top: 15px;
  margin: 0 auto;
}
.profile-01 .item-date02 .box-btn button i,
.profile-01 .item-date03 .box-btn button i{
  font-size: 16px;
}
/*profile-01*/


/*chat-flotante*/
.img-group .user-avatar .online {
  background: #03d87f;
}
.img-group .avatar-badge {
  position: absolute;
  right: 1px;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  box-shadow: 0 0 0 2px #fff;
  z-index: 2;
}
.chat-flotante {
position: fixed;
bottom: 20px;
z-index: 999;
right: 20px;
text-align: right;
transition: all 0.3s;
}
.chat-flotante .rounded-circle{
  box-shadow: 2px 4px 10px 4px rgba(209, 209, 209, 0.6);
}
.chat-flotante .chat {
  background: #e5deff;
  padding: 15px;
  position: absolute;
  right: 135px;
  bottom: 38px;
  border-radius: 15px 15px 0 15px;
  width: 260px;
  font-size: 12px;
  box-shadow: 1px 1px 10px 1px rgba(209, 209, 209, 0.5);
}
.chat-flotante .chat p{
  font-weight: 300;
  color: var(--negro);
  margin: 0;
}
@media (max-width: 800px) {
.chat-flotante .chat {
  display: none;
}
}
/*chat-flotante*/

#main-wrapper .nav-header{
  padding-top: 15px;
  background-color: var(--morado);
}
#main-wrapper .deznav{
  background-color: var(--morado);
}
.btn-purple{
background: #C8CBEC;
border: 1px solid #C8CBEC;
color: #252FB2;
font-size: 15px;
font-weight: 500;
height: 48px;
cursor: pointer;
max-width: 100%;
border-radius: 5px;
padding: 5px 15px;
transition: all 0.3s;
width: 100%;
line-height: 1.2;
}
.btn-purple:hover{
  background: var(--negro);
  border-color: var(--negro);
  color: var(--blanco);
}
.card-title{
font-size: 1.60rem;
}
.table-responsive .table-custom thead th{
font-size: 16px!important;
font-weight: 600;
background: var(--blanco);
color: #000 !important;
}
.table-responsive .table-custom *{
font-weight: 300;
color: #0e0e0e !important;
}
.table-responsive .table-custom .destacadado td{
font-weight: 600;
}
.table-responsive .table-custom tfoot td {
background: #c8cbec;
font-size: 17px;
font-weight: 600;
color: var(--blanco) !important;
}
.table-responsive .table-custom tfoot tr td{
  color: #0e0e0e !important;
}
.table-responsive .table-custom > tbody > tr:nth-of-type(odd) > *{
--bs-table-bg-type: rgba(0, 0, 0, 0.04);
}
.table-responsive .table.table-striped tbody tr:nth-of-type(odd) td {
  background-color: #f0edfa!important;
}

.item-border-x1 .personal-item{
  position: relative;
  border-style: none !important;
}
.item-border-x1 .outline-dashed:before {
  position: absolute;
  content: "";
  top: 50%;
  right: -15px;
  width: 2px;
  height: 80%;
  background-color: #252FB2;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.item-border-x1 .col-md-4:nth-child(2) .outline-dashed:before,
.item-border-x1 .col-md-4:nth-last-child(1) .outline-dashed:before{
  display: none;
}


.nav-header .brand-title {
  margin-left: 5px;
  max-width: 165px;
}
.header .header-content{
  box-shadow: 0 4px 4px 0 rgba(50,50,50,.07);
}
.header-right .nav-item .nav-link{
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  box-shadow: 2px 4px 10px 5px rgba(209, 209, 209, 0.6);
  width: 48px;
  height: 48px;
  text-align: center;
}
.header-right .nav-item .nav-link img{
  object-fit: cover;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  width: 100%;
  height: 100%;
}
.header-profile .content-user{
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
}
.header-profile .content-user p{
  margin: 0;
  padding-right: 10px;
  font-size: 12px;
}
.header-profile .content-user p span{
  font-weight: 500;
}
.footer .copyright p a{
  color: var(--negro);
}
@media (max-width: 1600px){
  .nav-header .brand-title {
    max-width: 140px;
  }
}


.content-body {
  padding-bottom: 50px;
}



.personal-item .avatar-md {
  background-color: #C8CBEC;
  transition: all 0.3s;
  min-width: 40px;
}
.personal-item .avatar-md img{
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  width: 24px;
  height: auto;
}
.personal-item .avatar-md i {
  color: #252FB2;
  font-size: 22px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.personal-item .clearfix {
  padding-left: 8px;
}
.personal-item .clearfix h4 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}
.personal-item .clearfix span {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
}

.default-height .content-standar-black{
  padding: 0 6px;
}


.default-height .btn-iconos{
  margin-left: auto;
  display: table;
}
.default-height .btn-iconos label{
  margin-bottom: 0;
}
.default-height .btn-iconos .select-container {
  padding-bottom: 0;
  margin: 0;
  min-width: 200px;
}
.default-height .btn-iconos ul{
  display: flex;
}
.default-height .btn-iconos button,
.default-height .btn-iconos a {
  padding: 10px 18px;
  border-radius: 8px;
  border: 1.2px solid #e6e6e6;
  background-color: #4325C5;
  margin: 5px 0 5px 15px;
  transition: all 0.3s;
  display: flex;
}
.default-height .btn-iconos li:nth-child(2) button,
.default-height .btn-iconos li:nth-child(2) a {
  background-color: #252FB2;
}
.default-height .btn-iconos button img,
.default-height .btn-iconos a img{
  width: 38px;
  height: 37px;
}
.default-height .card-header .card-title{
  font-size: 1.2rem;
}
.default-height .table-responsive table{
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.default-height .table-responsive tbody tr td{
  font-size: 14px;
  background-color: #F5F5F5;
}
.default-height .table-responsive thead,
.default-height .table.table-striped tbody,
.default-height .table-responsive tfoot{
  text-align: center;
}
.default-height .table-responsive thead tr th:nth-child(1),
.default-height .table-responsive tbody tr td:nth-child(1),
.default-height .table-responsive tfoot tr td:nth-child(1){
  text-align: left;
  padding-left: 25px;
  padding-right: 15px;
}
.default-height .section-duo .row{
  align-items: center;
}
.default-height .section-duo .title{
  color: #252FB2;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase;
}

.section-duo .btn-iconos .duo-date{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.default-height .btn-iconos label {
  margin-bottom: -10px;
  display: block;
}
.section-duo .btn-iconos .duo-date input,
.section-duo .btn-iconos .duo-date select {
  padding: 8px 30px 8px 15px;
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  color: var(--negro);
  font-size: 12px;
  margin-right: 15px;
  min-width: 180px;
  position: relative;
}
.section-duo .btn-iconos .duo-date input:after{
    position: absolute;
    content: "";
    display: inline-block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    top: 10px;
    right: 10px;
    background-image: url(../../../maquetado/assets/images/ico-date01.svg);
}

.thumb-xxs {
  height: 24px !important;
  width: 24px !important;
  font-size: 10px;
  font-weight: 700;
}
.rounded-circle {
  border-radius: 50% !important;
}


/*service*/
.kanban-board {
  display: flex;
  overflow-x: auto;
}
@media (min-width: 1200px) {
  .kanban-board {
      overflow-x: scroll;
  }
}
.kanban-board .kanban-col {
  user-select: none;
  flex: 1 0 auto;
  width: 18rem;
  max-height: 100%;
  outline: none !important;
  position: relative;
}
.kanban-board .dropdown-toggle::after{
  display: none;
}
.kanban-board .kanban-col .kanban-main-card .kanban-box-title {
  position: relative;
  display: block;
}
.kanban-board .kanban-col .kanban-main-card .kanban-box-title .kanban-main-dropdown {
  position: absolute;
  right: 0;
  top: 0;
}
.kanban-board .kanban-col .kanban-main-card .kanban-box-title .box{
  position: relative;
  background-color: var(--blanco);
  border-radius: 5px;
  padding: 11px 40px 11px 15px;
}
.kanban-board .kanban-col .kanban-main-card .kanban-box-title .box .subtitle{
  margin: 0;
  display: table;
  font-size: 14px;
  background-color: var(--negro);
  color: var(--blanco);
  border: 0;
  padding: 0 10px;
  text-align: center;
  font-weight: 400;
  border-radius: 5px;
}
.kanban-board .kanban-col .kanban-main-card .kanban-box-title .box .cantidad{
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  display: table;
  font-size: 11px;
  color: var(--negro);
  border: 0.5px solid #00163D;
  padding: 2px 8px;
  text-align: center;
  font-weight: 400;
  border-radius: 5px;
}
.kanban-main-card{
  max-width: 100%;
  height: 100%;
}
.item-service01{
  border: 0;
  padding: 15px;
  margin-bottom: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 4px 0 #DEC0C0;
  color: var(--negro);
  background-color: var(--blanco);
}
.item-service01:nth-last-child(1){
  margin-bottom: 0;
}
.kanban-main-card .card .kanban-box-title{
  margin: 0 15px;
}
.kanban-main-card .card .card-body{
  padding: 15px;
}
.item-service01 .light.badge-success{
  font-size: 10px;
}
.item-service01 .title{
  font-size: 14px;
  font-weight: 600;
  margin-top: 8px;
  line-height: 1.2;
}
.item-service01 .descripcion *{
  font-size: 12px;
}
.item-service01 .descripcion p{
  margin-bottom: 5px;
  line-height: 1.5;
}
.item-service01 .descripcion:nth-last-child(2){
  margin-top: 15px;
}
.item-service01 .box-duo{
  margin-top: 20px;
}
.item-service01 .box-duo p{
  margin: 0;
  font-size: 12px;
}
.item-service01 .box-duo span{
  color: var(--negro);
  text-decoration: underline;
  font-size: 12px;
}
.kanban-main-card .card .box-width{
  margin: 0 15px 15px;
}
.kanban-main-card .card .btn01{
  background: transparent;
  border: 1px solid var(--morado);
  color: var(--negro);
  font-size: 12px;
  font-weight: 300;
  cursor: pointer;
  border-radius: 5px;
  padding: 5px 15px;
  transition: all 0.3s;
  margin: 0 auto;
  display: table;
}
.kanban-main-card .card .btn01:hover{
  background: var(--morado);
  color: var(--blanco);
}
.section-service .card-gris{
  background-color: #F5F5F5;
}
.section-service .card-gris .kanban-main-card .card{
  box-shadow: none;
  border-radius: 0;
  background-color: transparent;
}
.ticket{
  display: table;
  font-size: 11px;
  background-color: var(--morado);
  color: var(--blanco);
  border: 0;
  padding: 2px 8px;
  text-align: center;
  font-weight: 400;
  border-radius: 5px;
}

.kanban-board .kanban-col .kanban-main-card .kanban-box-title .box.azul .subtitle{
  background-color: #252FB2;
}
.kanban-board .kanban-col .kanban-main-card .kanban-box-title .box.orange .subtitle{
  background-color: #FF9500;
}
.kanban-board .kanban-col .kanban-main-card .kanban-box-title .box.lila .subtitle{
  background-color: #BFC4FF;
}
.kanban-board .kanban-col .kanban-main-card .kanban-box-title .box.skyblue .subtitle{
  background-color: #04DEFF;
}

/*green*/
.item-service01.green{
  border-top: 2px solid #97DD3A;
}
.item-service01.green .ticket{
  background-color: #97DD3A;
}
.item-service01.green .box-duo span{
  color:  #97DD3A;
}
/*orange*/
.item-service01.orange{
  border-top: 2px solid #FF9500;
}
.item-service01.orange .ticket{
  background-color: #FF9500;
}
.item-service01.orange .box-duo span{
  color:  #FF9500;
}
/*blue*/
.item-service01.blue{
  border-top: 2px solid #252FB2;
}
.item-service01.blue .ticket{
  background-color: #252FB2;
}
.item-service01.blue .box-duo span{
  color:  #252FB2;
}
/*lila*/
.item-service01.lila{
  border-top: 2px solid #BFC4FF;
}
.item-service01.lila .ticket{
  background-color: #BFC4FF;
}
.item-service01.lila .box-duo span{
  color:  #BFC4FF;
}
/*skyblue*/
.item-service01.skyblue{
  border-top: 2px solid #04DEFF
}
.item-service01.skyblue .ticket{
  background-color: #04DEFF;
}
.item-service01.skyblue .box-duo span{
  color: #04DEFF;
}

/*service*/



/*Vulnerabilidades*/
.item-datex1 {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 30px;
}
.item-datex1 .card{
  overflow: hidden;
  position: relative;
}
.item-datex1 .row:nth-child(1) .card{
  margin-bottom: 15px;
  height: auto;
}
.item-datex1 .row .col-auto:nth-last-child(1) .item{
  text-align: center;
}
.item-datex1 .card-body{
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: left;
  text-align: center;
  min-height: 155px;
  background-color: #f0edfa;
}
.item-datex1 .col,
.item-datex1 .col-auto{
  padding-left: 5px;
  padding-right: 5px;
}
.item-datex1 .item{
  padding: 15px 15px;
  text-align: left;
}
.item-datex1 .col-auto .card-body{
  background-color: var(--morado-claro);
}
.item-datex1 .col-auto .card-body .item{
  min-width: 260px;
}
.item-datex1 .card-body .item p{
  line-height: 1.2;
  font-weight: 400;
  font-size: 16px;
  color: #00163D;
  min-height: 38px;
}
.item-datex1 .item h3{
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1;
  color: #252FB2;
}
.item-datex1 .col-auto .item h3{
  font-size: 20px;
  color: var(--blanco);
}
.card-v2-flex .dashboard-metrics{
  flex-wrap: wrap;
}
.gap-12{
  gap: 12px;
}
/*Vulnerabilidades*/




.main-timeline .timeline-content *{
  color: var(--negro);
}

.main-timeline{
overflow: hidden;
position: relative;
max-width: 1100px;
margin: 25px auto;
}
.main-timeline:before{
content: "";
width: 3px;
height: 100%;
background: #eee;
position: absolute;
top: 0;
left: 50%;
}
.main-timeline .timeline{
padding-right: 30px;
position: relative;
padding-top: 30px;
}
.main-timeline .timeline:before,
.main-timeline .timeline:after{
content: "";
display: block;
width: 100%;
clear: both;
}
.main-timeline .timeline:first-child:before,
.main-timeline .timeline:last-child:before{
content: "";
width: 13px;
height: 13px;
border-radius: 50%;
border: 1.5px solid #D9D9D9;
margin: 0 auto;
position: absolute;
top: 0;
left: 0;
right: -3px;
}
.main-timeline .timeline:last-child:before{
top: auto;
bottom: 0;
}
.main-timeline .timeline-icon{
width: 18px;
height: 18px;
border-radius: 50%;
border: 1.5px solid #D9D9D9;
box-sizing: content-box;
margin: auto;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: -4px;
}
.main-timeline .timeline-icon:before{
content: "";
display: block;
width: 8px;
height: 8px;
border-radius: 50%;
background: #D9D9D9;
margin: auto;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
.main-timeline .timeline-content .year{
  position: absolute;
  top: -28px;
  right: 0;
  display: table;
  background: rgba(165, 165, 165);
  padding: 7px 10px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 500;
  color: var(--blanco);
  min-width: 100px;
  text-align: center;
}
.main-timeline .timeline-content{
width: 46.5%;
padding: 20px;
margin: 0 20px 0 0;
background: #eee;
position: relative;
border-radius: 10px;
text-align: right;
}
.main-timeline .timeline:nth-child(2n){
padding: 0 0 0 30px;
}
.main-timeline .timeline:nth-child(2n) .year{
right: auto;
left: 0;
}
.main-timeline .timeline:nth-child(2n) .timeline-content{
float: right;
margin: 0 0 0 20px;
text-align: left;
}
@media only screen and (max-width: 767px){
.main-timeline:before{ left: 10px; }
.main-timeline .timeline{
  padding: 0 0 0 30px;
  margin-bottom: 20px;
}
.main-timeline .timeline:last-child{
  margin-bottom: 0;
}
.main-timeline .timeline:first-child:before,
.main-timeline .timeline:last-child:before{
  display: none;
}
.main-timeline .timeline-icon{
  margin: 0;
  position: absolute;
  top: 7px;
  left: 0;
}
.main-timeline .timeline-content{
  padding: 20px;
  text-align: left;
}
.main-timeline .timeline-content .year {
  right: auto;
  left: 0;
}
.main-timeline .timeline-content,
.main-timeline .timeline:nth-child(2n) .timeline-content{
  width: auto;
  float: none;
  margin: 45px 0 0 30px;
}
}
@media only screen and (max-width: 480px){
.main-timeline .timeline-content,
.main-timeline .timeline:nth-child(2n) .timeline-content{ margin-left: 10px; }
.main-timeline .post{ margin: 5px 0; };
}

/* Tabla road */ /* Tabla road */
.tabla-road{
border-collapse: collapse;
width: 100%;
border-top-left-radius: 15px;
overflow: hidden;
position: relative;
background-color: #F5F5F5;
}
.tabla-road th,
.tabla-road td{
border: 1px solid #eee;
text-align: center;
padding: 10px;
position: relative;
font-size: 12px;
color: var(--negro);
font-weight: 400;
}
.tabla-road td {
  height: 48px;
}
.tabla-road th{
  border: 0;
  padding: 5px 8px;
  background-color: rgba(112, 48, 160);
  color: white;
  height: 85px;
  font-size: 16px;
}
.tabla-road .label{
display: inline-block;
padding: 4px 10px 3px;
color: white;
border-radius: 5px;
position: absolute;
transform: translate(0, -50%);
-webkit-transform: translate(0, -50%);
top: 50%;
left: 3px;
white-space: nowrap;
font-weight: 300;
width: calc(100% + -6px);
}
.tabla-road .label.planificar {
background-color: rgba(146, 209, 80);
}
.tabla-road .label.ejecutar{
background-color: rgba(0, 168, 76);
}
.tabla-road .label.proceso{
background-color: rgba(255, 192, 1);
}
.tabla-road tbody tr td:nth-child(1){
  text-align: left;
  padding: 5px 12px 5px 20px;
}
.contenedor-tabla{
margin: 40px auto;
margin-bottom: 0;
max-width: 100%;
width: 100%;
}
.contenedor-tabla .tabla-road tbody tr:nth-child(odd){
  background-color:#f0edfa;
}
.tabla-road thead tr + tr th{
width: 94px;
}
/* Tabla road */ /* Tabla road */

.tabla-road .label.x2{
width: calc(200% + -6px);
}
.tabla-road .label.x3{
width: calc(300% + -6px);
}
.tabla-road .label.x4{
width: calc(400% + -6px);
}

#chart-2{
  max-width: 600px;
  margin: 0 auto;
}
.chart-line-horizontal .parrafo{
  font-weight: 600;
  font-size: 15px;
  color: var(--negro);
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 0;
}
.select-container {
  max-width: 600px;
  margin: 20px auto 0;
  padding-bottom: 50px;
}
.select-container label {
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: var(--negro);
}
.select-container .content-select-x1 select {
  padding: 10px 40px 10px 10px;
  font-size: 16px;
  width: 100%;
  max-width: 300px;
  border-radius: 5px;
  background-color: var(--blanco);
  border: thin solid #D9D9D9;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 18px) calc(1em + 6px), calc(100% - 13px) calc(1em + 6px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 2.2em;
  background-repeat: no-repeat;
}
.tabla-custom-1.listado-perfil .dataTables_length,
.tabla-custom-1.listado-perfil .dataTables_filter,
.tabla-custom-1.listado-perfil .dataTables_info{
display: none;
}
.form-select {
  border-radius: 0.5rem;
  background-color: #fff;
  border: 0.0625rem solid #e6e6e6;
  padding: 0.3125rem 1.25rem;
  color: #6e6e6e;
  height: 2.8rem;
}



/*profile-02*/
.profile-01 .title-01,
.profile-02 .title-01{
  font-weight: 300;
  margin: 0;
  font-size: 24px;
}
.profile-01 .card-body-space,
.profile-02 .card-body-space{
  padding-top: 15px;
  padding-bottom: 15px;
}
.profile-01 .title-01 b,
.profile-01 .title-01 strong,
.profile-02 .title-01 b,
.profile-02 .title-01 strong{
  font-weight: 500;
}
.profile-01 .item-date01{
display: flex;
align-items: center;
height: 100%;
}
.profile-01 .item-date01 .clearfix-01{
width: 300px;
order: 1;
}
.profile-01 .content-imagen{
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 68%;
  height: auto;
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  border-radius: 15px;
  box-shadow: 2px 4px 10px 5px rgba(209, 209, 209, 0.8);
}
.profile-01 .content-imagen .img-cover{
  object-fit: contain;
}
.profile-01 .item-date01 .content-duo{
  width: calc(100% - 300px);
}
.profile-01 .item-date01 .box-content{
padding: 0 20px 0 0;
}
.profile-01 .item-date01 .text-1{
font-size: 28px;
font-weight: 300;
margin-bottom: 0;
}
.profile-01 .item-date01 .text-1 span{
font-weight: 500;
}
.profile-01 .item-date01 .box-content .text-2{
font-size: 32px;
font-weight: 600;
margin-bottom: 0;
}
.profile-01 .item-date01 .box-content .text-3{
font-size: 20px;
font-weight: 400;
}
.profile-01 .personal-detail{
align-items: center;
display: flex;
justify-content: left;
}
.profile-01 .personal-detail .avatar-md{
background-color: #C8CBEC;
transition: all 0.3s;
}
.profile-01 .personal-detail .avatar-md i{
color: #252FB2;
}
.profile-01 .personal-detail .clearfix{
padding-left: 8px;
text-align: left;
min-width: 110px;
}
.profile-01 .personal-detail .clearfix h4{
margin: 0;
font-size: 16px;
font-weight: 600;
}
.profile-01 .personal-detail .clearfix span{
margin: 0;
font-size: 15px;
font-weight: 400;
}
.profile-01 .personal-detail .flex-wrap .rounded.me-3:nth-last-child(1){
margin-right: 0 !important;
}
.profile-01 .personal-detail .flex-wrap .rounded.me-3:nth-child(1){
  padding-left: 0 !important;
  margin-left: 0;
}
.profile-01 .personal-detail .rounded{
border-style: none !important;
margin-left: 6px;
margin-right: 6px;
position: relative;
}
.profile-01 .personal-detail .outline-dashed:before {
position: absolute;
content: "";
top: 50%;
right: -15px;
width: 2px;
height: 80%;
background-color: #252FB2;
transform: translate(0, -50%);
-webkit-transform: translate(0, -50%);
}
.profile-01 .personal-detail .outline-dashed:nth-last-child(1):before {
display: none;
}

.profile-form .box-btn{
  max-width: 200px;
  margin: 0 auto;
  padding-top: 20px;
}

/*modal*/
.modal-formulario01 .modal-dialog {
  max-width: 680px;
  width: 100%;
}
.modal-formulario01 .modal-body{
  padding: 0;
}
.modal-formulario01 .modal-content{
  border: 0;
  border-radius: 15px;
}
.modal-formulario01 .btn-close{
  font-size: 20px;
  position: absolute;
  right: 0;
  top: -4px;
  padding: 10px;
  z-index: 9;
}
.modal-formulario01 .profile-form .card-body {
  padding: 10px 0 0;
}
.modal-formulario01 .profile-form .card-footer {
  padding: 10px 0 0;
}
.dataTables_wrapper .dataTables_length {
  float: left;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}
.dataTables_wrapper .dataTables_info {
  padding: 1rem;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
}
.paging_simple_numbers.dataTables_paginate {
  padding: 0.3125rem 0.3125rem;
}
.dataTables_wrapper .dataTables_paginate {
  align-items: center;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  float: right;
  text-align: right;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  color: inherit !important;
  border: 1px solid transparent;
  border-radius: 2px;
  background: transparent;
}

#example_filter label input{
  margin-left: 5px;
}
table.dataTable tbody td a {
  font-weight: 500;
  font-size: 14px;
}
table.dataTable thead th{
  font-weight: 600;
  font-size: 14px;
}
table.dataTable tbody tr.selected > * {
  background: rgb(238, 238, 238, 0.3)!important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate .paginate_button.next,
.dataTables_wrapper .dataTables_paginate span .paginate_button{
  height: auto !important;
  width: auto !important;
  line-height: 2rem!important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate .paginate_button.next{
  color: var(--morado) !important;
  border: 0!important;
  margin: 0 5px!important;
  padding: 0 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled{
  color: var(--morado) !important;
  border: 0!important;
  margin: 0 5px!important;
  padding: 0 !important;
}
.dataTables_wrapper .dataTables_paginate span .paginate_button.current,
.dataTables_wrapper .dataTables_paginate span .paginate_button:hover {
  background: #e5deff!important;
  color: var(--negro) !important;
  border-radius: 5px !important;
}
.dataTables_wrapper .dataTables_paginate span .paginate_button {
  color: var(--negro) !important;
  background: #eee;
  border-radius: 5px !important;
}
.dataTables_wrapper .dataTables_paginate span .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate span .paginate_button:hover:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous.previous:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.next.next:hover {
  background: transparent !important;
  border-radius: 5px !important;
}
.dataTables_paginate .pagination .page-item .page-link {
  padding: 6px 9px !important;
  font-size: 13px !important;
  min-width: 33px !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate .paginate_button.next{
  line-height: 1.55 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover a,
.dataTables_wrapper .dataTables_paginate .paginate_button.next:hover a{
  background: var(--primary) !important;
  color: #fff !important;
}
/*profile-03*/
.profile-02 .item-date01{
display: flex;
align-items: center;
height: 100%;
}
.profile-02 .item-date01 .clearfix-01{
width: 300px;
order: 1;
}
.profile-02 .content-imagen{
display: block;
position: relative;
overflow: hidden;
padding-top: 68%;
height: auto;
width: 100%;
max-width: 250px;
margin: 0 auto;
border-radius: 15px;
box-shadow: 2px 4px 10px 5px rgba(209, 209, 209, 0.8);
}
.profile-02 .item-date01 .content-duo{
  width: calc(100% - 300px);
}
.profile-02 .personal-detail{
align-items: center;
display: flex;
justify-content: left;
}
.profile-02 .personal-detail .avatar-md{
background-color: #C8CBEC;
transition: all 0.3s;
}
.profile-02 .personal-detail .avatar-md i{
color: #252FB2;
}
.profile-02 .personal-detail .clearfix{
padding-left: 8px;
text-align: left;
min-width: 100px;
}
.profile-02 .personal-detail .clearfix h4{
margin: 0;
font-size: 24px;
font-weight: 500;
}
.profile-02 .personal-detail .clearfix span{
margin: 0;
font-size: 18px;
font-weight: 300;
}
.profile-02 .personal-detail .rounded{
border-style: none !important;
margin-right: 6px;
position: relative;
padding-left: 0 !important;
}
@media (max-width: 820px){
  .profile-02 .item-date01 {
    display: table;
    width: 100%;
  }
  .profile-02 .item-date01 .content-duo {
    width: 100%;
  }
  .profile-02 .personal-detail {
    justify-content: center;
  }
  .profile-02 .item-date01 .clearfix-01 {
    margin: 0 auto;
  }
}


.card-duo01 .btn-purple{
  display: flex !important;
  justify-content: center;
  height: 60px;
  align-items: center;
}
.card-duo01 .btn-purple:hover{
  color: var(--blanco);
}
.card-duo01 .media .avatar-md{
background-color: var(--blanco);
transition: all 0.3s;
}
.card-duo01 .media .avatar-md i{
  color: var(--negro);
  font-size: 40px;
}
.card-duo01 .media .clearfix{
padding-left: 8px;
text-align: left;
min-width: 100px;
}
.card-duo01 .media .clearfix h4{
margin: 0;
font-size: 14px;
font-weight: 300;
}
.card-duo01 .media .clearfix span{
margin: 0;
font-size: 18px;
font-weight: 500;
color: var(--negro);
line-height: 1.1;
}
.card-duo01 .media .rounded{
border-style: none !important;
margin-right: 0;
position: relative;
padding-left: 0 !important;
}
.card-duo01 .card-body .badge-success {
  background-color: #21b731!important;
  color: var(--blanco)!important;
}
table.dataTable.display>tbody>tr>td {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
table.dataTable thead th:nth-last-child(1){
  text-align: center;
}
.ticket-table table.dataTable tbody td .d-flex:nth-last-child(1){
  justify-content: center;
}
.tabla-custom-1.listado-completo .dataTables_info{
display: none;
}
.ico-input-search-sm{
  max-width: 400px;
  margin-left: auto;
  position: relative;
}
.ico-input-search-sm .ico{
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 19px;
  font-size: 18px;
  color: var(--morado-claro);
  pointer-events: none;
}
.ico-input-search-sm input{
  border: 1px solid #b7bbf1;
}
.ico-input-search-sm input::placeholder{
  color: #b7bbf1;
}
.table-left thead th:nth-last-child(1){
  text-align: left !important;
}
.titulo-18{
  font-size: 18px;
  font-weight: 600;
  color: var(--negro);
}
.titulo-15{
  font-size: 15px;
  font-weight: 600;
  color: var(--negro);
}
.item-ejecutivo{
  padding: 10px 0;
}
.item-ejecutivo .card-body .item p {
  font-size: 14px;
  min-height: 17px;
}
.item-ejecutivo .item h3 {
  font-size: 28px;
}
.item-ejecutivo .card-body {
  min-height: 90px;
}
.item-ejecutivo .item {
  padding: 12px;
  width: 100%;
}
.item-ejecutivo .row:nth-child(1) .item h3{
  text-align: right;
  font-size: 40px;
}
.section-duo-x2 .row{
  align-items: center;
}
.section-duo-x2 .parrafo{
  color: var(--negro);
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
.section-duo-x2 .select-container {
  margin: 0;
  padding-bottom: 0;
}
.section-duo-x2 .select-container .content-select-x1{
  display: flex;
  justify-content: end;
}
.section-duo-x2 .select-container .content-select-x1 .btn-purple{
  width: 75px;
  text-transform: capitalize;
  margin-left: 10px;
}
.metismenu > li > ul > li > a{
  padding-left: 30px !important;
}
.metismenu > li > ul > li > a::before{
  left: 10px !important;
  top: 15px !important;
}
.metismenu > li > ul > li > a.has-arrow{
  padding-right: 30px !important;
}
.metismenu > li > ul > li > a.has-arrow:after{
  top: 41%;
}
.pl0 {
  padding-left: 0 !important;
}
.pr0 {
  padding-right: 0 !important;
}


.gantt-container{
  border-radius: 0!important;
  border-top-right-radius: 15px!important;
}
.gantt-container .today-button{
  background-color: var(--blanco)!important;
  border: 1px solid var(--morado)!important;
  border-radius: 5px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
}
.gantt-container .today-button:hover{
  background-color: var(--morado)!important;
  color: var(--blanco)!important;
}
.gantt-container .current-date-highlight{
  background: var(--morado)!important;
}
.gantt-container .bar .bar-group .bar-label {
  fill: #fff;
  font-weight: 400!important;
  font-size: 12px!important;
}
.gantt-container .bar .bar-group .bar-label.big{
  fill: #000;
}
.gantt-container .bar .bar-group .bar-progress {
  fill: #7030a0;
}
.item-datex1 .item h3.positivo {
    color: #ee4e4e;
}
#table-soluciones tr td {
  text-align: left;
}
#table-soluciones tr td.center {
  text-align: center !important;
}
#fecha_error_mensaje {
  width: max-content;
  position: absolute;
  font-size: 12px;
  background-color: #dc5555;
  color: #fff;
  line-height: 1.1;
  height: 25px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 10px;
  border-radius: 4px;
  margin: 0;
  margin-top: 10px;
  left: 20px;
}
#fecha_error_mensaje::before {
  content: '';
  position: absolute;
  background-color: #dc5555;
  width: 20px;
  height: 20px;
  display: flex;
  top: -2px;
  border-radius: 3px;
  transform: rotate( 45deg );
  z-index: 1;
  left: 6px;
}
#fecha_error_mensaje::after {
  content: 'El valor debe ser igual o posterior a la fecha actual.';
  position: absolute;
  z-index: 2;
  width: 100%;
}
.fila_actividad {
  position: relative;
}
.fila_actividad .caja_borrar {
  position: absolute;
  padding: 0;
  top: -10px;
  right: -10px;
  background: transparent;
  border: none;
  box-shadow: none;
}
.fila_actividad .caja_borrar .borrar_registro {
  background-color: #c11e1e;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  padding-left: 1px;
  padding-top: 2px;
  cursor: pointer;
}
.boton_ver_pdf {
  background-color: #F8F9FA;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.0625rem solid #e6e6e6;
  border-radius: 0.5rem;
  transition: 0.2s;
  padding: 5px;
}
.boton_ver_pdf:hover {
  background-color: #E8ECEF;
}
.pr0 {
  padding-right: 0 !important;
}
.rating {
  display: flex;
  margin-bottom: 20px;
}
.rating i {
  font-size: 2rem;
  color: #f1f1f1;
  transition: color 0.4s;
}
.rating label {
  cursor: pointer;
}
.rating label:hover i,
.rating label.selected i {
  color: #333;
}
#ciso_soluciones_img_2 .dt-buttons button {
  display: none;
}
#generarExcel i {
  color: #fff;
  font-size: 36px;
}
#paginacion svg {
  width: 20px;
}
.servicios aside {
  display: inline-block;
}
.servicios label {
  margin-bottom: 10px;
}
.chart-scroll{
  position: relative;
  max-height: 470px;
  overflow-y: auto;
}




.dashboard-metrics{
  display: flex;
  gap: 12px;
  padding: 12px;
}
.metric-box{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px 5px;
  border-radius: 20px;
  color: #fff;
  position: relative;
  min-width: 140px;
  text-align: center;
}
.metric-box.total {
  background-color: transparent;
  color: #1b1f99;
  min-width: 180px;
}
.metric-box.info {
  background-color: #5d6fa6;
}
.metric-box.vulns {
  background-color: #f14646;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 15px 10px;
  position: relative;
}
.metric-box .label {
  font-size: 18px;
  color: #05163d;
  display: block;
  padding: 0;
  line-height: 1.2;
}
.metric-box .number {
  font-size: 32px;
  font-weight: bold;
}
.metric-box .sub-box {
  background-color: #ffa9a9;
  border-radius: 10px;
  padding: 10px 10px 6px 10px;
  text-align: center;
  color: #1b1f99;
  margin: -5px 0 -5px 0;
  position: relative;
  min-width: 90px;
  z-index: 2;
}
.metric-box .sub-label {
  display: block;
  font-size: 14px;
  font-weight: 500;
}
.metric-box .sub-number {
  font-size: 34px;
  font-weight: 600;
}
.metric-box .numero-1{
  font-size: 54px;
  font-weight: 600;
  margin: -5px 0 -15px 0;
  display: block;
}
.metric-box .numero-2{
  color: #fff;
  font-weight: 600;
  font-size: 40px;
  margin: -5px 0;
}
.metric-box .label-blanco{
  color: #fff;
  font-size: 14px;
}
.metric-box .box-sub{
  position: relative;
  top:2px;
}
.dashboard-metrics.tipo-red .sub-label{
  line-height: 1.2;
}
.dashboard-metrics .font-13{
  font-size: 15px;
}
.dashboard-metrics .grupo-flex{
  display: flex;
  gap: 10px;
  position: relative;
}
.dashboard-metrics .grupo-flex::after{
  content: '';
  display: block;
  background: #fda9a9;
  width: 95%;
  height: 30px;
  position: absolute;
  top: 3px;
  left: 2.5%;
}
@media (max-width: 1450px){
  .dashboard-metrics { gap: 10px; padding: 10px;}
  .metric-box { padding: 12px 8px; }
  .metric-box.total { min-width: 130px; }
  .metric-box .label { font-size: 12px; }
  .metric-box .number { font-size: 28px; }
  .metric-box .sub-box { min-width: 80px; }
  .metric-box .sub-label { font-size: 12px; }
  .metric-box .sub-number { font-size: 28px; }
  .metric-box .numero-1 { font-size: 44px; }
  .metric-box .numero-2 { font-size: 32px; }
}
@media (max-width: 992px){
  .dashboard-metrics { gap: 8px; padding: 10px; }
  .metric-box .number { font-size: 26px; }
  .metric-box .sub-box { padding: 8px; min-width: 76px; }
  .metric-box .sub-number { font-size: 26px; }
  .metric-box .numero-1 { font-size: 40px; }
  .metric-box .numero-2 { font-size: 30px; }
  .item-datex1 .card-body{
    min-height: 50px;
    justify-content: center;
  }
  .item-datex1 .col-auto .item h3 {
    font-size: 14px;
  }
  .metric-box.info .box-sub{
    margin-bottom: 0;
  }
}
@media (max-width: 768px){
  .dashboard-metrics { gap: 8px; padding: 8px; }
  .metric-box { min-width: 200px; padding: 10px 8px; border-radius: 16px; }
  .metric-box.vulns { padding: 10px 8px; }
  .metric-box .label { font-size: 14px; }
  .metric-box .number { font-size: 24px; }
  .metric-box .sub-box { min-width: 72px; }
  .metric-box .sub-label { font-size: 11px; }
  .metric-box .sub-number { font-size: 24px; }
  .metric-box .numero-1 { font-size: 36px; }
  .metric-box .numero-2 { font-size: 28px; }
}
@media (max-width: 576px){
  .dashboard-metrics { gap: 6px; padding: 8px; }
  .metric-box { flex: 1 1 100%; min-width: 0; padding: 10px; border-radius: 14px; }
  .metric-box .label { font-size: 13px; }
  .metric-box .number { font-size: 22px; }
  .metric-box .sub-box { padding: 6px; min-width: 18vw; }
  .metric-box .sub-label { font-size: 10.5px; }
  .metric-box .sub-number { font-size: 22px; }
  .metric-box .numero-1 { font-size: 32px; }
  .metric-box .numero-2 { font-size: 26px; }
  .dashboard-metrics .grupo-flex {
    gap: 4px;
  }
}
@media (max-width: 680px){
  .metric-box{
    margin-top: 7px;
  }
}
@media (max-width: 575px){
  .metric-box.vulns{
    display: block;
  }
  .metric-box .box-sub {
    top: 0;
    margin-bottom: 10px;
    margin-top: 3px;
  }
  .dashboard-metrics .grupo-flex {
    justify-content: center;
  }
}
@media (max-width: 400px){
  .dashboard-metrics { gap: 6px; padding: 6px; }
  .metric-box { padding: 8px; }
  .metric-box .label { font-size: 12px; }
  .metric-box .number { font-size: 20px; }
  .metric-box .sub-number { font-size: 20px; }
  .metric-box .numero-1 { font-size: 28px; }
  .metric-box .numero-2 { font-size: 24px; }
}
@media (max-width: 370px){

}


#tabla-paises img {
  width: 20px;
  height: 15px;
  margin-right: 8px;
  vertical-align: middle;
}
@media (min-width: 991px) and (max-width: 1400px){
  .chart-media-0 .column-1,
  .chart-media-0 .column-2,
  .chart-media-resumen-eje .col-sm-5,
  .chart-media-resumen-eje .col-sm-7{
    flex: 0 0 100%;
    max-width: 100%;
  }
  .chart-media-0 .column-2,
  .chart-media-resumen-eje .columna-2{
    margin-top: 25px;
  }
}
@media (max-width: 991px){
  .btn-solo-desktop,
  #ciso_informativo_img_2 .buttons-print{
    display: none !important;
  }
}
@media (max-width: 1350px){
  .row_ciso_informativo .column-1,
  .row_ciso_informativo .column-2{
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.justify-content-end{
  justify-content: end;
}
@media (max-width: 1200px){
  .banner-top-title .col-a,
  .banner-top-title .col-b{
    flex: 0 0 100%;
    max-width: 100%;
  }
  .banner-top-title-2 .btn-iconos{
    display: block !important;
  }
  .banner-top-title-2 .btn-iconos .lista-2{
    margin: 15px 0 0 -15px !important;
  }
  .default-height .banner-top-title-2 .btn-iconos label {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 560px){
  .banner-top-title .btn-iconos{
    margin-left: 0 !important;
  }
  .banner-top-title .btn-iconos ul{
    display: block !important;
  }
}
.wtHolder{
  height: auto !important;
}
@media (max-width: 680px){
  .banner-top-title-2 .btn-iconos .lista-1,
  .banner-top-title-2 .btn-iconos .lista-1 li{
    display: block !important;
  }
  .banner-top-title-2.section-duo .btn-iconos .lista-1 .duo-date{
    display: block;
  }
  .banner-top-title-2.section-duo .btn-iconos .lista-1 .duo-date select,
  .banner-top-title-2.section-duo .btn-iconos .lista-1 .duo-date input{
    margin: 0 0 10px 0;
    width: 100%;
  }
  .banner-top-title-2 .btn-iconos .lista-2 {
    margin: 0 !important;
  }
  .btn-iconos ul li,
  .section-duo ul li{
    display: inline-block;
    vertical-align: text-top;
  }
  #generarPDF,
  #imprimirPDF,
  #descargarDataEntry,
  #generarDataEntry{
    height: 58px;
  }
  .item-datex1 .col-auto{
    width: 100%;
  }
  .item-datex1 .col-auto .card-body {
    justify-content: center;
  }
  ul li.li-form{
    display: block !important;
    width: 100% !important;
  }
}

.table-2 .flag{
  width: 20px;
  height: 15px;
  margin-right: 8px;
  vertical-align: middle;
}
.table-2 .bar-container {
  background-color: #e0e0e0;
  height: 10px;
  width: 100%;
  border-radius: 3px;
  margin-bottom: 3px;
  overflow: hidden;
	max-width: 65px;
}
.table-2 .bar {
  height: 100%;
  display: block;
  border-radius: 3px;
}
.table-2 .bar.blue {
  background-color: #00bcd4;
}
.table-2 .bar.red{
  background-color: #f44336;
}
.table-2 .bar-value {
  font-size: 12px;
  color: #333;
  position: relative;
  top: -3px;
}
.table-2 td{
	text-align: left;
	font-size: 12.5px !important;
}
.table-2 tr th{
	font-size: 13px !important;
}
.table-2 .d-flex-0{
	display: flex;
	gap: 8px;
	max-width: 110px;
}
.item-blog{
  height: 100%;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0px 0px 6px #d9d9d9;
  color:#222222;
}
.item-blog .descripcion{
  margin-bottom: 10px;
  min-height: 85px;
}
.item-blog .images img{
  width: 110px;
  height: 110px;
  object-fit: cover;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.item-blog .btn{
  width: 110px;
  height: 110px;
  align-content: center;
  background: #0e0d2a;
  font-size: 14px !important;
  border-color: #0e0d2a;
  margin: 0px !important;
}
.item-blog p{
  margin: 0 0 10px 0;
}
.cabecerita a[data-bs-target="#modal-registrar"] {
  position: fixed;
  top: 98px;
  right: 55px;
  z-index: 99;
}
#cronograma-container {
  position: relative;
  z-index: 1;
}
@media (max-width: 1500px){
  .item-blog .images img,
  .item-blog .btn{
    width: 85px !important;
    height: 85px !important;
  }
}
@media (max-width: 1290px){
  .item-blog .images img,
  .item-blog .btn{
    width: 75px !important;
    height: 75px !important;
  }
  .item-blog .btn {
    font-size: 13px !important;
  }
}
@media (max-width: 1230px){
  .row-blog .col-md-4{
    width: 50%;
  }
}
@media (max-width: 660px){
  .row-blog .col-md-4{
    width: 100%;
  }
}
@media (max-width: 950px){
  .section-login01 .col-md-7,
  .section-login01 .col-md-5{
      width: 50%;
  }
}


.profile-01 .item-date02{
  padding-right: 0;
}
.tabla-custom-1 .dataTables_wrapper .dataTables_paginate .paginate_button,
.tabla-custom-1 .dataTables_wrapper .dataTables_paginate span .paginate_button {
    height: 30px !important;
    width: 30px !important;
}
.tabla-custom-1 .dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.tabla-custom-1 .dataTables_wrapper .dataTables_paginate .paginate_button.next{
    line-height: 2.4 !important;
}
.tabla-custom-1 .dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover,
.tabla-custom-1 .dataTables_wrapper .dataTables_paginate .paginate_button.next:hover,
.tabla-custom-1 .dataTables_wrapper .dataTables_paginate span .paginate_button:hover{
  background-color: var(--morado)!important;
}
.item-blog img {
  max-width: 100%;
  height: auto !important;
  margin-bottom: 10px;
}
.note-editor.panel-default {
  max-height: calc(100vh - 200px);
  overflow-y: scroll;
  height: 100%;
}
.note-editor .note-toolbar, .note-popover .popover-content {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 9;
}
.note-editable .image_resized {
  width: 100% !important;
}
.header-left {
  margin-right: auto;
}
#table-soluciones_filter .form-control {
  background: #f0edfa;
  border: 1px solid #674dcd;
  display: inline-block;
  max-width: calc(100% - 60px);
  margin-left: 5px;
}
@media (max-width: 1027px){
  .nav-header .logo-abbr {
    width: 60px;
    height: 60px;
    object-fit: contain;
    position: relative;
    top: -8px;
  }
}
@media (max-width: 920px){
  .content-body .row.default-height .col-md-6{
    width: 100%;
  }
}
@media (max-width: 850px){
  #ciso_resumen_img_1 .col-sm-5,
  #ciso_resumen_img_1 .col-sm-7{
      width: 100%;
  }
  #chart-circular .apexcharts-canvas{
    margin: 0 auto;
  }
  .profile-form .card-body .col-md-4{
      width: 50%;
  }
}
@media (max-width: 767px){
  .card-duo01 .card .card-body .col,
  .card-duo01 .card .card-body .col-auto{
    flex: 0 0 auto;
    width: 100%;
  }
  .card-duo01 .card .card-body .col-md-5.mb-3{
      margin-bottom: 0!important;
  }
  .card-duo01 .card .card-body .ico-input-search-sm{
    margin-top: 15px;
  }
  .item-border-x1 .outline-dashed:before{
    display: none;
  }
  .profile-01 .item-date02{
    flex-direction: column;
  }
  .profile-01 .item-date02 .box-btn {
    margin-left: 0;
    padding-top: 10px;
  }
  .profile-01 .item-date02 .box-btn .btn-purple {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .profile-01 .item-date02 .box-btn .btn-purple i{
    padding-left: 5px;
  }
  #grafico-contenedor .col,
  #grafico-contenedor .col-auto{
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (max-width: 720px){
  .section-login01 .col-md-7,
  .section-login01 .col-md-5{
      width: 100%;
  }
  .section-login01 .box-img{
    display: none;
  }
  .section-login01 .item-login{
    margin: 0 auto;
    padding: 0 20px;
  }
}
@media (max-width: 680px){
  .dashboard-metrics{
    display: block;
    width: 100%;
  }
  .dashboard-metrics .grupo-flex::after{
    display: none;
  }
}
@media (max-width: 575px){
  .content-body{
    position: relative;
    overflow: hidden;
  }
  .profile-01 .item-date02 {
    padding-right: 0;
    display: block;
    min-height: 0;
  }
  .profile-01 .item-date02 .box-btn {
    margin: 15px 0 12px 0;
    padding-top: 0;
  }
  .chat-flotante .rounded-circle {
    width: 100px;
  }
  .section-login01 .row.justify-content-center{
    margin: 0;
  }
  .section-login01 .row.justify-content-center > .col-md-7,
  .section-login01 .row.justify-content-center > .col-md-5{
    padding: 0;
  }
  .profile-01 .item-date01 {
    display: block;
  }
  .profile-01 .item-date01 .content-duo{
    width: 100%;
  }
  .profile-01 .item-date01 .box-content{
    padding: 0;
  }
  .profile-01 .personal-detail .d-md-flex{
    display: block !important;
  }
  .profile-01 .personal-detail .rounded {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
  .profile-01 .personal-detail .outline-dashed:before{
    display: none !important;
  }
  .profile-01 .item-date01 .clearfix-01{
      width: 250px;
      margin: 0 auto;
      padding-bottom: 12px;
  }
  .default-height .btn-iconos button img,
  .default-height .btn-iconos a img{
    width: 30px;
    height: 30px;
  }
  .default-height .btn-iconos{
    display: block;
    margin-left: 0;
  }
  .section-duo .row .col-md-4,
  .section-duo .row .col-md-8,
  .section-duo .row .col,
  .section-duo .row .col-auto{
    padding: 0;
  }
  .dataTables_filter input[type="search"]{
    width: calc(100vw - 60px);
  }
  .profile-form .card-body nav .nav-tabs{
    display: flex;
    flex-wrap: wrap;
  }
  .profile-form .card-body nav .nav-tabs button{
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (max-width: 550px){
  .profile-form .card-body .col-md-4{
      width: 100%;
  }
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: unset;
    text-align: center;
  }
}
@media (max-width: 520px){
  .section-duo .btn-iconos .duo-date input,
  .section-duo .btn-iconos .duo-date select {
      margin-right: 0;
      margin-bottom: 5px;
      width: 100%;
  }
  .section-duo .btn-iconos .duo-date{
    display: block;
  }
  .default-height .btn-iconos ul{
    display: block;
  }
  .default-height .btn-iconos button,
  .default-height .btn-iconos a {
    margin-left: auto;
    display: table;
  }
}
@media (max-width: 480px){
  .profile-01 .item-date02 .box-btn .btn-purple {
      padding: 9px 12px;
      font-size: 14px;
  }
  #chart-circular .apexcharts-canvas{
    width: 240px !important;
  }
  .profile-form .card-body nav .nav-tabs button{
    width: 100%;
  }
}
.form-label sub{
    bottom: 0;
}
[data-header-position="fixed"] .content-body{
  min-height: calc(100vh - 58px) !important;
}
#medicion-form .ht-wrapper{
  margin-top: 10px;
}
#medicion-form .btn.btn-success{
  margin-bottom: 6px;
}
.box-scroll-0 {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 1300px){
  .box-scroll-0 table{
    width: 100%;
    min-width: 400px;
    border-collapse: collapse;
    white-space: nowrap;
  }
}
@media (max-width: 767px){
  .box-scroll-crono{
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .box-scroll-crono #cronograma-container{
    width: 100%;
    min-width: 1000px;
    border-collapse: collapse;
  }
  .box-scroll-crono #cronograma-container .col-4{
    width: 42%;
  }
  .box-scroll-crono #cronograma-container .col-8{
    width: 58%;
  }
}
@media (max-width: 575px){
  .box-scroll-crono #cronograma-container td{
    font-size: 11px;
  }
}
