/* ----------------------------------------
   Hoja de estilos personalizada CHAAC
   Estilos complementarios aicionales
   Compatible con framework gob.mx v3
-------------------------------------------*/
.tooltip-inner {
  border-radius: 8px !important; /* Custom border radius */
  font-size: smaller;
}

/* foto perfil*/
.fotoPerfil{
  width: 130px; 
  height: 130px; 
  min-width: 130px; 
  min-height: 130px; 
  object-fit: cover; 
  background-color: #DDC9A3; 
  display: inline-block;
}
.textoCentrado{
  height: 130px; line-height: 130px;
}
/*******************/

/*********Objetivo**********/
.cuadroObjetivo{
  width: 100%; 
  max-width: 25%; 
  padding: 0.5rem; 
  box-sizing: border-box; 
  position: relative;
  min-width: 250px;
}
.fondoObjetivo{
  background: #F0F0F0; 
  border-radius: 8px 8px 0 0; 
  padding: 1rem; 
  min-height: 160px; 
  display: flex; 
  align-items: center; 
  justify-content: center;
}
.textoObjetivo{
  margin: 0; line-height: 1.4; text-align: center;
}

.botonOjetivo{
  padding: 0.75rem 0; text-align: center; border-radius: 0 0 8px 8px; min-width: 200px!important;
}
.botonTextoObjetivo{
  color: #FFFFFF; font-weight: bold;
}
/*******************/

/********Subcoordinacion***********/
.textoSubcoordinacion{
  color: #9D2449; font-weight: bold;
}
.textoDescripcion{
  color: #13322E; font-weight: bold;
}
/*******************/

.tituloAPP{
  margin-top: 7px !important;
}

.swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
/*.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 150px !important;
  height: 150px !important;
}
.swiper-slide img {
  display: block;
  width: 100%;
  border-radius: 5px;
}*/

/*.swiper-slide {
  width: 150px !important;
  height: 150px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #f0f0f0; 
}*/
.swiper-slide {
  width: 130px !important;
  height: 150px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  pointer-events: auto !important; /* 🔑 Fuerza clickeabilidad */
  cursor: pointer;
}

/*.swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; 
  display: block;
}*/
.swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;  
  border-radius: 7px;
}
.swiper-button-prev, .swiper-button-next {
    width: 40px !important;
    color: black !important;
}
.swiper-button-prev::after, .swiper-button-next::after {
    font-family: "Font Awesome 7 Free" !important;
    font-weight: 900 !important;
    font-size: 40px !important;
}
.swiper-button-prev::after {  content: "\f137"; }
.swiper-button-next::after {  content: "\f138"; }
.sombraCard {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
  border-radius: 5px;
}

.modalFoto{
  width: 300px;
}

/* Estilo para el botón (label) cuando el input (btn-check) está marcado */
.btn-check:checked + .btn {
  border: 3px solid #b6b5b5 !important; 
  box-shadow: 0 0 0 0.25rem rgba(216, 214, 214, 0.5) !important; 
}
.btn-secondary .btn:hover {
    background-color: #DDC9A3 !important;
}
.btn-secondary {
     --bs-btn-active-bg: #DDC9A3!important;
     margin: 3px;
     font-size: small !important;
}
.btn-check + .btn:hover {
     background-color: #DDC9A3 !important;
}

.btn-outline-secondary {
    --bs-btn-hover-bg: rgb(139, 145, 143) !important;
    --bs-btn-hover-border-color: rgb(136, 141, 139) !important;
    --bs-btn-active-bg:rgb(136, 141, 139) !important;
    font-size: 12px !important;
}
/*body {
  font-size: 1.5em;
  justify-content: center;
  line-height: 1.5;
  margin: 0;
  padding: 1em 3em;
}
#text {
  max-width: 800px;
}
#show {
  position: fixed;
  top: 300px;
  left: 10px;
}
#show,
#close {
  background: #da1b60;
  border: none;
  color: #fff;
  display: block;
  font-size: 1em;
  padding: 1em;
  width: 200px;
}
#show:hover,
#close:hover {
  background: #ff8a00;
  cursor: pointer;
}
#dialog {
  display: none;
  position: fixed;
  top: 10vh;
  left: 10vw;
  width: 80vw;
  height: 50vh;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 10px;
  text-align: center;
  z-index: 1;
  background-color: #444;
  color: #fff;
}
#dialog.show {
  align-items: center;
  display: flex;
  flex-direction: column;
}*/