.txt-titulo{
  color: #C2995C;
  font-family: 'Lato';
  font-size: 40px;
  font-weight: 900;
  line-height: 48px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.txt-subtitulo{
  color: #494D55;
  font-family: 'Lato';
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.txt-pasos{
  color:#970E48;
  font-family: 'Lato';
  font-size: 20px;
  font-weight: 900;
  line-height: 24px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;

}
.txt-seleccion{
  color:#494D55;
  font-family: 'Lato';
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;

}

.card-directriz {
  padding: 10px 20px;
  background-color: #EEF2F5;
  border: none;
  color: #970E48;
  border-radius: 5px; 
  font-family: 'Lato';
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  text-align: left;

  flex-direction: row;
  align-content: space-between;
  justify-content: space-between;
  align-items: center;
}

.card-directriz.selected {
  background-color: #E3307C;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
.card-directriz:hover {
  background-color: #E3307C;
  color: #FFFF;
  cursor: pointer;
} 
  
.in-obj[readonly]{
  border-radius: 10px;
  padding: 1.3rem 6.3rem 1.3rem 0.5rem;
  border: 2px solid #7D828B;
  background-color: #FFFF;
  cursor: pointer;
}

.in-obj {
    background-color: #FFFF;
    border: 2px solid #7D828B; /* Agrega un borde de 2px de ancho y color #7D828B */
    padding: 8px; /* Ajusta el espaciado interno según tu preferencia */
    border-radius: 4px; /* Hace que las esquinas del borde sean redondeadas */
}


.btn-obj{
  position: absolute;
  right: 16.5px;
  top: .5px;
  padding: 0.68rem 0.9rem;
  font-size: 0.875rem;
  border-radius: 0 9px 9px 0;
}

#b-btn-2 {
  position: absolute;
  right: 16.5px;
  top: 8.9px;
  padding: 0.49rem 0.9rem;
  font-size: 0.875rem;
  border-radius: 0 9px 9px 0;
}

#b-btn-2:focus{
box-shadow: none;
}


.in-obj:focus{
  box-shadow: none;
}

.btn-obj:focus{
  box-shadow: none;
}

.text-search{
  color: #2D2829;
  font-family: 'Lato';
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
}
  
.table-objetivos td:hover{
  background: #E2DED7;
  cursor: pointer;
  border-top: none;
}

.table-objetivos td{
  border-top: none;
}

#txt_obj, #txt_indic, #b:focus {
  margin: 0.5rem auto;
  border-radius: 12px;
  padding: 1.3rem 6.3rem 1.3rem 0.5rem;
  font-size: 0.9rem;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%)!important;
}

#txt_obj, #txt_indic {
  border: 2px solid #7D828B;
}
  
#b-btn {
    position: absolute;
    right: 16.5px;
    top: 1.5px;
    padding: 0.49rem 0.9rem;
    font-size: 0.875rem;
    border-radius: 0 9px 9px 0;
}

#b-btn:focus{
  box-shadow: none;
}

#b-btnE1{
  position: absolute;
    right: 16.5px;
    top: 1.5px;
    padding: 0.49rem 0.9rem;
    font-size: 0.875rem;
    border-radius: 0 9px 9px 0;
    margin-top: 64px !important;
}

#b-btnE1:focus{
  box-shadow: none;
}

  .card-indicadores{
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px #2B2B2B40;
  }
  
  .tit-card{
    color: #494D55;
    font-family: 'Lato';
    font-weight: 700px;
    font-size: 16px;
    line-height: 19.2px
  }
  
  .txt-card{
    color: #7D828B;
    font-family: 'Lato';
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
  }
  
.link-ver, .link-ver:hover{
    color: #2D2829;
    font-family: 'Lato';
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    /*text-align: left;*/
    text-decoration-line: underline !important;
    display: flex!important;
    justify-content: flex-end!important;
}

.lbl-ver{
    display: flex;
    justify-content: flex-end;
}

.lbl-resultados{
    color: #494D55;
    font-family: Lato;
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    line-height: 19.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.btn-mostrar{
    border: 2px solid #2D2829!important;
    border-radius: 50px;
    background: #FFFFFF!important;
    font-weight: 700;
    font-size: 16px;
    padding: 0.5rem 2rem;
    box-shadow: 0 0 0 0!important;
}

#contenedorPaso2, #contenedorPaso3{
  display: none;
}

#btn-verMas, .card-indicadores{
  cursor: pointer;
}

.txt-modal{
  font-weight: 700;
  font-size: 20px;
}

.txt-oscuro{
  color: #222220;
}

.cerrar-modal, .cerrar-modal:hover{
  outline: 0px !important;
  color: #970E48;
  opacity: 1;
  background: #EFEDEA!important;
  border-radius: 100px;
  padding: 5px 10px!important;
}

.header-modal{
  background-color: #EEF2F5;
  border-radius: 19px 19px 0px 0px;
}

.mensaje-sin-objetivos{
  margin-left: 15px;
}

#body-tableObj{
  overflow-y: auto;
  /*height: 60vh;*/
}

.altura-body{
  height: 60vh;
}

#body-tableObj::-webkit-scrollbar-thumb {

  border-radius: 20px 20px 20px 20px
}
#body-tableObj::-webkit-scrollbar {
  width: 10px; 
  border-radius: 0px 0px 20px 20px;
}

#body-tableObj::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 0px 0px 20px 20px;
}

#body-tableObj::-webkit-scrollbar-thumb {
  background: #555;
}
  /******************AGENDA2040******************/

.agenda {
  font-size: 32px;
}

.btn-descarga {
  background-color: #077D55;
  border-radius: 100px;
  color: #FFFFFF;
  border: none;
  font-size: 16px;
  font-family: 'Lato';
  padding: 5px 10px;
}

.btn-descarga:disabled {
  /* background-color: rgb(229, 229, 229); */
  /* pointer-events: none; */
  opacity: 0.60;
  cursor: not-allowed;
}

.btn-descarga:focus {
  outline: auto;
}

#seg-tab, #comp-tab, #ficha-tab {
border-radius: 5px 5px 0 0;
background: none;
color: #2D2829;
font-size: 16px;
font-family: 'Lato';
text-align: center;
font-weight: bold;
outline: none; /* Elimina el borde del foco (outline) */
box-shadow: none; /* Elimina cualquier sombra que pueda aparecer */
border: none; /* Elimina el borde de línea delgada sobre el botón */
width: 100%; /* Hace que el botón ocupe todo el ancho del `<li>` */
height: 100%; /* Hace que el botón ocupe todo el alto del `<li>` */
}

.nav-tabs .nav-item {
border-bottom: 2px solid transparent; /* Mantén la línea delgada debajo del botón */
display: flex;
justify-content: center; /* Centra el contenido horizontalmente */
align-items: center; /* Centra el contenido verticalmente */
}

#seg-tab:hover,
#comp-tab:hover,
#ficha-tab:hover,
#seg-tab.active,
#comp-tab.active,
#ficha-tab.active {
background-color: #EFEDEA !important; /* Color de fondo para hover o activo */
border-bottom: 2px solid #000 !important; /* Línea visible */
}
@media (max-width: 801px) {
    .link-ver, .link-ver:hover {
        color: #FFFF !important;
        text-decoration-line: none !important;
    }

    /* Comentar mas especifico */
    #btn-verMas{
        display: flex;
        justify-content: space-around;
        background-color: #2D2829;
        padding: 17px 0px 17px 0px;
        border-radius: 100px;
    }
}

