

.text-color-light-blue:hover,
.text-color-light-blue:hover li {
    color: #fff;
}

.text-color-light-blue:hover li::marker {
    color: #fff;
}



table .dropdown {
  position: static !important;
}

/* ejemplo de “chips” de estado */
.tag-status-pendiente{
  display:inline-block;
  padding:.25rem .5rem;
  border-radius:999px;
  background:#ffc107;   /* amarillo */
  color:#212529;
  font-weight:600;
  line-height:1;
}

.tag-status-revision{
  display:inline-block;
  padding:.25rem .5rem;
  border-radius:999px;
  background:#b9751b;   /* rojo */
  color:#fff;
  font-weight:600;
  line-height:1;
}

.tag-status-aprobada{
  display:inline-block;
  padding:.25rem .5rem;
  border-radius:999px;
  background:#18bd2e;   /* rojo */
  color:#fff;
  font-weight:600;
  line-height:1;
}

.tag-status-rechazada{
  display:inline-block;
  padding:.25rem .5rem;
  border-radius:999px;
  background:#dc3545;   /* rojo */
  color:#fff;
  font-weight:600;
  line-height:1;
}

.tag-status-anulada{
  display:inline-block;
  padding:.25rem .5rem;
  border-radius:999px;
  background:#dc35c0;   /* rojo */
  color:#fff;
  font-weight:600;
  line-height:1;
}
/* Estilo del botón certificado (Bootstrap 5+) */
.btn-certificado {
  /* colores base */
  --bs-btn-color: #000;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: #2c368c;

  /* hover / focus / active */
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgba(44, 54, 140, 0.06);
  --bs-btn-hover-border-color: #2c368c;

  --bs-btn-focus-shadow-rgb: 44, 54, 140; /* halo acorde al color */
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgba(44, 54, 140, 0.12);
  --bs-btn-active-border-color: #2c368c;

  /* disabled */
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #2c368c;

  /* borde bien definido */
  border-width: 1px; /* por si viene 0 de otro lado */
}


.job-content {
  display: table;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 2px 8px 0 rgba(8, 0, 46, 1);
  box-shadow: 0 2px 8px 0 rgba(8, 0, 46, 1);
  padding: 20px 30px 20px 30px;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  border-radius: 4px;
}

.butn.style-two.medium {
  padding: 8px 22px;
  font-size: 14px;
  line-height: 26px;
}

.butn.style-two.reverse {
  background: transparent;
  color: #2c368c;
  border: 1px solid #5a5d80;
  border-radius: 4px;
  display: inline-block;
  padding: 11px 32px;
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
  text-transform: inherit;
}

.card-style06 {
  background: #fff;
  box-shadow: 0px 3px 10px 0px rgba(41, 45, 194, 0.08);
  border-radius: 4px;
  margin: 0px 10px 0px 0px;
  position: relative;
  z-index: 5;
  padding: 55px 35px 45px 35px;
  transition: all 0.6s linear;
  height: 100%;
  border: none; }
  .card-style06 .card-body {
    padding: 0; }
  .card-style06:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(-45deg, #292dc2, #0084e9);
    z-index: -3;
    opacity: 0;
    transition: all 0.6s linear;
    border-radius: 4px;
    width: 100%;
    height: 100%; }
  .card-style06:hover:after {
    opacity: 1; }
  .card-style06 .icon {
    font-size: 40px; }
  .card-style06 h3 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 30px; }
  .card-style06 p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0; }
  .card-style06 .title-box {
    margin: 0 0 50px 0; }
  .card-style06 i {
    transition: all 0.3s linear; }
  .card-style06:hover {
    opacity: 1;
    transform: translate(0%, 0%);
    transition: all 1.3s linear; }
    .card-style06:hover .box-circle {
      transform: scale(1.2); }
    .card-style06:hover h3, .card-style06:hover p, .card-style06:hover .icon {
      color: #fff; }
    .card-style06:hover .box-circle {
      background: rgba(255, 255, 255, 0.1); }
    .card-style06:hover i {
      color: #fff; }

@media screen and (max-width: 1199px) {
  .card-style06 {
    padding: 35px 25px 25px 25px; }
    .card-style06 .title-box {
      margin: 0 0 40px 0; }
    .card-style06 h3 {
      font-size: 20px;
      margin-bottom: 25px; }
    .card-style06 p {
      font-size: 15px; }
    .card-style06 .icon {
      font-size: 36px; } }
@media screen and (max-width: 991px) {
  .card-style06 {
    margin-right: 0; }
    .card-style06 .title-box {
      margin-bottom: 30px; }
    .card-style06 h3 {
      margin-bottom: 20px; }
    .card-style06 .icon {
      font-size: 32px; } }
@media screen and (max-width: 575px) {
  .card-style06 {
    padding: 25px; }
    .card-style06 h3 {
      font-size: 18px; }
    .card-style06 .title-box {
      margin-bottom: 25px; }
    .card-style06 h3 {
      margin-bottom: 15px; } }

.icono-circulo {
  background-color: #2C368C;
  color: #fff;             
  font-size: 2rem;          
  padding: 15px;            
  border-radius: 50%;       
  display: inline-flex;     
  align-items: center;      
  justify-content: center;  
}

.special {
  padding: 15px;
  margin: 30px 0;
  border-left: 2px solid #111;
  font-size: 16px;
}

.list-style7 {
  list-style: none;
  padding-left: 0;
}

.list-style7 > li {
  margin-bottom: 10px;
  font-size: 14px;
}

/* segundo nivel */
.list-style7 .sub-list {
  list-style: disc;
  margin-top: 6px;
  margin-left: 28px; /* sangría */
  color: #555;
}

.list-style7 .sub-list li {
  margin-bottom: 4px;
  font-size: 13px;
}


.step-number {
  position: relative;
  z-index: 1;
  width: 80px;
  font-size: 6rem;
  font-weight: 700;
  background-position: center center;
  overflow: hidden;
  background-size: cover;
  -webkit-background-clip: text;
  line-height: 1;
  margin: 0 auto 2rem;
  color: #60cc94;
}


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

/* list style8 */
.list-style8 {
  list-style: none;
  margin-bottom: 0; 
  padding-left: 0;
  text-align: left; 
}
  .list-style8 li {
    font-size: 15px;
    line-height: 30px;
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px; }
    .list-style8 li:last-child {
      margin-bottom: 0; }
    .list-style8 li:before {
      content: "\F26E";
      font-family: 'bootstrap-icons';
      font-size: 15px;
      position: absolute;
      top: 0;
      left: 0;
      line-height: 34px;
      color: #2c368c; }
  .list-style8.icon-white li:before {
    color: #fff; }

@media screen and (max-width: 767px) {
  .list-style8 li {
    font-size: 14px;
    line-height: 30px; } }      
/********** Template CSS **********/

:root {
    --primary: #2c368c;
    --secondary: #525368;
    --light: #E8F5E9;
    --dark: #575a5b;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

/*QUIENES SOMOS*/
.nav-pills .nav-link {
  border-radius: 50px;
  color: #2c368c;
  font-weight: 500;
  transition: all 0.3s ease;
  border: 1px solid #2c368c;
  font-size: 16px;
  margin-right: 1.5rem;
  padding: 8px 28px;
}

.nav-pills .nav-link.active {
  background-color: #2c368c;
  color: #fff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}

.tab-content {
  border: 1px solid #F3F2F2;
  background: #FCFCFC;
  padding: 20px;
  border-radius: 10px; 
  font-size: 16px;
}
.text-content {
  color: #323232;
  font-size: 16px;
}

.valor-card {
height: 48%; 
}

.altura-bloque {
height: 480px; 
}

.imagen-central {
height: 100%;
width: 100%;
object-fit: cover;
border-radius: 15px;
}


.img-qs {
width: 19.125rem;
border-radius: 15px;
}


@media (max-width: 767.98px) {

.col-md-5.d-flex.flex-column > .d-flex {
flex-direction: column !important;
}


.col-md-5.d-flex.flex-column img {
width: 100% !important;
max-width: 100% !important;
margin-right: 0 !important;
margin-bottom: 1rem;
}

}



@media (max-width: 992px) {


.horizontal-card-box {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: 1.5rem;
}

.horizontal-card-box .img-team img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin-bottom: 1.5rem;
}


.horizontal-card-box .p-4,
.horizontal-card-box .p-lg-5 {
    padding: 1rem !important;
}


.horizontal-card-box button {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
}
}

@media (max-width: 992px) {


.container.d-flex.gap-5.pb-5 {
flex-direction: column !important;
align-items: center !important;
}


.container.d-flex.gap-5.pb-5 > img {
width: 100% !important;
max-width: 100% !important;
height: auto !important;
}


.container.d-flex.gap-5.pb-5 > .col-md-6 {
width: 100% !important;
}
}

.imagen-central {
width: 100%;
height: auto;
border-radius: 15px;
}


@media (max-width: 992px) {


.altura-bloque {
row-gap: 1.5rem;
}

.altura-bloque > .col-md-3,
.altura-bloque > .col-md-5 {
width: 100% !important;
max-width: 100% !important;
}

.valor-card {
margin-bottom: 1rem;
}
}

@media (max-width: 992px) {


.container.pb-5 > .row.justify-content-between {
padding: 20px !important;
}

.container.pb-5 > .row.justify-content-between > p.col-3 {
width: 100% !important;
max-width: 100% !important;
}


.container.pb-5 > .row.justify-content-between > h3,
.container.pb-5 > .row.justify-content-between > p {
text-align: left;
}

.container.pb-5 > .row.justify-content-between .row.g-3 > .col-md-6 {
width: 100% !important;
}


.container.pb-5 .row-card {
height: auto !important;
padding-top: 1rem;
padding-bottom: 1rem;
}
}

.pill-areas {
display: inline-block;
}


@media (max-width: 992px) {


.container.pb-5 > .row.justify-content-between {
padding: 24px !important;
}

.row.g-3 .col-12.col-md-6 {
width: 100% !important;
}

.row-card {
height: auto !important;
padding-top: 1rem;
padding-bottom: 1rem;
}
}

.altura-bloque .col-md-5 > div > p.col-3 {
width: auto !important;
max-width: 100% !important;
display: inline-block;
}


@media (max-width: 992px) {
.altura-bloque > .col-md-3,
.altura-bloque > .col-md-5 {
width: 100% !important;
max-width: 100% !important;
}

.altura-bloque .valor-card {
margin-bottom: 1rem;
}
}

.altura-bloque {
position: static !important;
height: auto !important;
overflow: visible !important;
}


.altura-bloque .col-md-5 > div > p.col-3 {
width: auto !important;
max-width: 100% !important;
display: inline-block !important;
}


/* Fondo cuando está abierto */
.accordion-button:not(.collapsed) {
  background-color: #2c368c !important;
  color: #fff !important;
  box-shadow: none !important;
  border-color: #2c368c !important;
}

/* Borde y efecto al hacer click (focus) */
.accordion-button:focus {
  box-shadow: none !important;
  border-color: #2c368c !important;
}

/* Flecha blanca cuando está abierto */
.accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1); /* convierte el ícono a blanco */
}

.accordion-button {
  color: #000; /* color del texto cuando está cerrado */
}

.accordion-item {
  border: 1px solid #2c368c20; /* borde suave opcional */
}

.carousel-custom-img {
  width: 80%;              /* deja 10% de margen a cada lado */
  margin: 1% auto 0 auto;  /* 3% arriba y centrado */
  border-radius: 20px;     /* redondea esquinas */
  display: block;          /* asegura que los márgenes funcionen */
  object-fit: cover;
}

.floating-menu {
  position: fixed;
  bottom: 350px;   /* espacio para el botón */
  right: 24px;
  z-index: 1000;
  transition: transform .35s ease, opacity .35s ease;
}

.floating-menu.is-hidden {
  transform: translateY(180px);
  opacity: 0;
  pointer-events: none;
}


/* Caja blanca */
.menu-card {
  width: 90px;
  background: white;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.18);
}


/* Ítem */
.menu-item {
  position: relative;
  width: 65px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  overflow: visible;
}


/* Enlace */
.menu-item a {
  width: 100%;
  height: 100%;
  display: flex !important;
  justify-content: center;
  align-items: center;
}


/* Ícono / Imagen */
.menu-item img,
.menu-item svg,
.menu-item a i {
  width: 40px !important;
  height: 40px !important;
  display: block;
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 28px;
  color: #0475f7;
  transition: all .25s ease;
}


/* Fondo circular al hover */
.menu-item::before {
  content: "";
  position: absolute;
  width: 65px;
  height: 65px;
  background: #0475f7;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.5);
  transition: all .25s ease;
  z-index: 0;
  box-shadow: 0 12px 25px rgba(0,0,0,0.22);
}

.menu-item:hover::before {
  opacity: 1;
  transform: scale(1);
}

.menu-item:hover img {
  filter: brightness(0) invert(1);
}

.menu-item:hover svg,
.menu-item:hover i {
  color: white !important;
}


/* Active */
.menu-item.active::before {
  opacity: 1;
  transform: scale(1);
}

.menu-item.active img {
  filter: brightness(0) invert(1);
}

.menu-item.active svg,
.menu-item.active i {
  color: white !important;
}


.floating-menu .d-flex.flex-column {
  height: auto !important;
  overflow: visible !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 24px !important;
}


/* ---------------------------------------------------
   RESPONSIVE REAL (mantiene tu diseño original)
--------------------------------------------------- */

@media (max-width: 576px) {
  .menu-card {
    width: 80px !important;
    padding: 1rem 0 !important;
  }

  .menu-item {
    width: 55px;
    height: 55px;
  }

  .menu-item::before {
    width: 55px;
    height: 55px;
  }

  .menu-item img,
  .menu-item svg,
  .menu-item a i {
    width: 22px !important;
    height: 22px !important;
    font-size: 22px;
  }
}


.back-to-top i {
  display: block;
  line-height: 1 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.floating-toggle-btn {
  position: fixed;
  bottom: 24px;
  right: 38px; /* centrado bajo la caja */
  z-index: 2000;
}

.floating-toggle-btn button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: none;
  background: #2c368c;
  color: #fff;
  font-size: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
  transition: transform .3s ease;
}

#toggleMenuBtn i {
  color: white !important;
  font-size: 32px !important;
  display: block !important;
}

.floating-toggle-btn button.open i {
  transform: rotate(45deg);
}


@media (max-width: 576px) {
  .floating-toggle-btn button {
    width: 55px;
    height: 55px;
    font-size: 24px;
  }
}

.menu-item .back-to-top i {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 32px !important;
  height: 32px !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
  transform: translateY(0) !important;
}

.menu-item i {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 32px !important;
  height: 32px !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
  transform: translateY(0) !important;
  font-size: 28px !important;
}

h1,
.h1,
h2,
.h2,
.fw-bold {
    font-weight: 700 !important;
}

h3,
.h3,
h4,
.h4,
.fw-medium {
    font-weight: 600 !important;
}

h5,
.h5,
h6,
.h6,
.fw-semi-bold {
    font-weight: 500 !important;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
  @extend .transition;
  position: 0;
  display: inline-block;
  margin: 1em;
  padding: 1em 2em;
  border: 0;
  border-radius: 30px;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  
  &:hover {
    box-shadow: inset 0 -3px 0 rgba(0,0,0,0.15);
  }
  
  &:active {
    transform: translateY(1px);
    box-shadow: inset 0 3px 0 0 rgba(0,0,0,0.15);
  }
  
  &:focus {
    outline: none;
  }
  
 
  &--danger {
    background-color: #ff0000;
    color: white;
  }
  &--link {
    background-color: transparent;
    color: #5786bd;
  }
  &--dropdown {
    padding-right: 3em;
    
    &:before {
      content: '';
      right: 24px;
      top: 22px;
      width: 2px;
      height: 6px;
      background-color: rgba(0,0,0,0.1);
      position: absolute;
      transform: rotate(-45deg);
    }
    &:after {
      content: '';
      right: 20px;
      top: 22px;
      width: 2px;
      height: 6px;
      background-color: rgba(0,0,0,0.1);
      position: absolute;
      transform: rotate(45deg);
    }
  }
}

.btn-group {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  padding: 0; margin: 0;
  
  &__item {
    float: left;
    
    &:first-child {
      .btn {
        border-radius: 30px 0 0 30px;
      }
    }
    
    .btn {
      border-radius: 0;
      margin: 0;
      border-right: 1px solid rgba(0,0,0,0.1);
    }
    
    &:last-child {
      .btn {
        border-radius: 0 30px 30px 0;
        border-right: 0;
      }
    }
  }
}




/*** Navbar ***/
.logo-navbar {
  height: 150px;
  pointer-events: auto;
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand,
.navbar a.btn {
    height:0;
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 25px 0;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    outline: none;
}

/*.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}*/

/* ACTIVO: cada menú con su color */
.navbar .navbar-nav .nav-link.menu-inicio:hover,
.navbar .navbar-nav .nav-link.menu-inicio.active {
  color: #2c368c;
}

.navbar .navbar-nav .nav-link.menu-reembolso:hover,
.navbar .navbar-nav .nav-link.menu-reembolso.active {
  color: #5e8ff3;
}

.navbar .navbar-nav .nav-link.menu-reembolso-dental:hover,
.navbar .navbar-nav .nav-link.menu-reembolso-dental.active {
  color: #5e8ff3;
}

.navbar .navbar-nav .nav-link.menu-subsidios:hover,
.navbar .navbar-nav .nav-link.menu-subsidios.active {
  color: #f58038;
}

.navbar .navbar-nav .nav-link.menu-prestamos:hover,
.navbar .navbar-nav .nav-link.menu-prestamos.active {
  color: #60cc94;
}

.navbar .navbar-nav .nav-link.menu-convenios:hover,
.navbar .navbar-nav .nav-link.menu-convenios.active {
  color: #fe3f40;
}

.navbar .navbar-nav .nav-link.menu-oficinas:hover,
.navbar .navbar-nav .nav-link.menu-oficinas.active {
  color: #ffde59;
}



.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 3rem;
    background-color: var(--primary);
    border: 10px solid var(--primary);
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background: linear-gradient(rgba(15, 66, 41, .6), rgba(15, 66, 41, .6)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}


/*** Top Feature ***/
@media (min-width: 991.98px) {
    .top-feature {
        position: relative;
        margin-top: -80px;
        z-index: 1;
    }
}


/*** Facts & Quote ***/
.facts,
.quote {
    background: rgba(15, 66, 41, .6);
}


/*** Service ***/
.service-item {
    position: relative;
    text-align: center;
}

.service-item .service-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
}

.service-item .service-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    object-fit: cover;
    transform: scale(1.2);
    transition: .3s;
    z-index: -1;
}

.service-item:hover .service-img img {
    transform: scale(1);
}

.service-item .service-text {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .3s;
}

.service-item:hover .service-text {
    background: rgba(254, 63, 64, .4);
}

.service-item .service-text h4,
.service-item .service-text p {
    transition: .3;
}

.service-item:hover .service-text h4 {
    color: #FFFFFF;
}

.service-item:hover .service-text p {
    color: var(--light);
}

.service-item:hover .service-text p a {
  color: #fff;
}

.service-item:hover .service-text ol {
  color: var(--light);
}

.service-item .service-text .btn-square {
    width: 100px;
    height: 100px;
    background: transparent;
    transition: .5s;
}

.service-item:hover .service-text .btn-square {
    background: var(--light);
}

.service-item .service-text .btn {
    /*width: 150px;*/
    /*height: 31px;*/
    display: inline-flex;
    align-items: center;
    color: white;
    background: var(--primary);
    white-space: nowrap;
    overflow: hidden;
    transition: .3s;
}

.service-item:hover .service-text .btn {
    /*width: 145px;*/
    background: #6e9e6f;
}




/*** Team ***/
.team-item {
    position: relative;
    overflow: hidden;
}

.team-item .team-text {
    position: absolute;
    width: calc(100% - 45px);
    left: -100%;
    bottom: 45px;
    padding: 1.5rem;
    background: #FFFFFF;
    border-radius: 0 4px 4px 0;
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-text {
    left: 0;
    opacity: 1;
}

.team-item .team-social .btn {
    background: var(--light);
    color: var(--primary);
}

.team-item .team-social .btn:hover {
    background: var(--primary);
    color: var(--light);
}

.team-item .team-img .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
    z-index: 3;
    opacity: 0;
}

.team-item:hover .team-img .team-social {
    transition-delay: .3s;
    opacity: 1;
}


/*** Testimonial ***/

.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-right: 15px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: var(--light);
    border-radius: 4px;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: var(--light);
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--dark);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    color: var(--light);
    background: #2c368c;
}

.copyright a {
    color: #FFFFFF;
}

.copyright a:hover {
    color: var(--primary);
}


     .contenedor {
      display: grid;
      grid-template-columns: 2fr 1fr; /* Izquierda grande - Derecha pequeña */
      gap: 10px;
      max-width: 1200px;
      margin: auto;
    }

    .grande {
      grid-row: span 2; /* Ocupa dos filas completas */
    }

    .contenedor img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 8px;
    }

    @media (max-width: 768px) {
      .contenedor {
        grid-template-columns: 1fr; /* En móviles todo en una columna */
      }
      .grande {
        grid-row: auto;
      }
    }



    @media only screen and (min-width: 64em) {
  .banner-button-row {
    display: flex;
    justify-content: center;
    margin-top: 0;
    position: relative;
  }
}


@media only screen and (min-width: 64em) {
  .banner-accesos-directos {
    margin-top: -100px;
    position: relative;
    z-index: 0;
  }
}

.banner-button-row {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 100%;
  top: 84%;
}

@media only screen and (min-width: 1400px) {
  .banner-button-row .acceso-directo:first-child {
    padding-left: 0;
  }
}

@media only screen and (min-width: 64em) {
  .col-lg-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
}

@media only screen and (min-width: 1500px) {
  ds-acceso-directo {
    --min-width-card-desk: 243px;
  }
}

@media only screen and (min-width: 1500px) {
  ds-acceso-directo {
    --height-card: 176px;
    --min-width-card-desk: 248px;
  }
}

ds-acceso-directo {
  --color: var(--ds-color-complementary-x-1);
  --height-card: 48px;
}

.card:hover {
  background: #ebeff4;
}

.card {
  box-sizing: border-box;
  background: white;
  width: 100%;
  min-height: 176px;
  padding: 16px;
  border-radius: 20px;
  box-shadow: var(--ds-shadow-s-2, 0px 8px 40px rgba(0, 0, 0, 0.3));
  cursor: pointer;
  height: 100%;
  display: flex;
  flex-direction: column;
}

:host {
  --color: var(--ds-color-complementary-x-1, #326295);
  --color-hover: var(--ds-color-complementary-x-6, #EBEFF4);
  --color-active: var(--ds-color-complementary-x-5, #D6E0EA);
  --color-ellipse: var(--ds-color-complementary-g-6, #F6F7F7);
  --color-ellipse-hover: var(--ds-color-complementary-g-6, #F6F7F7);
  --width-card: 100%;
  --min-width-card-desk: 216px;
  --min-width-card-mob: 100%;
  --height-card: 176px;
  --margin: 0;
}



.content {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  width: var(--icon-size);
  height: var(--icon-size);
  color: var(--color);
  font-size: var(--icon-size);
}

.ellipse {
  box-sizing: border-box;
  height: 96px;
  display: flex;
  justify-content: center;
  align-items: center;
}

[class^="ccla-icon-"], [class*=" ccla-icon-"] {
  font-family: 'ccla' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sub-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1050;
}

.size {
  width: var(--width-desktop);
  height: var(--height-desktop);
}

.text {
  font-size: var(--ds-size-font-s-3, 18px);
  line-height: var(--ds-size-line-height-s-3, 24px);
  font-weight: var(--ds-weight-font-medium, 500);
  display: flex;
  justify-content: center;
  text-align: center;
  color: var(--color);
  overflow: hidden;
  margin-top: 0px;
}


*, *:before, *:after {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0;
  margin: 0;
}


.search-box {
  position: relative;
  width: 100%;
  max-width: 360px;
  height: 60px;
  border-radius: 120px;
  margin: 0 auto;
}
.search-icon, .go-icon {
  position: absolute;
  top: 0;
  height: 60px;
  width: 86px;
  line-height: 61px;
  text-align: center;
}
.search-icon {
  left: 0;
  pointer-events: none;
  font-size: 1.22em;
  will-change: transform;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-45deg);
  transform-origin: center center;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  transition: transform 400ms 220ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -webkit-transition: transform 400ms 220ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -moz-transition: transform 400ms 220ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -o-transition: transform 400ms 220ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.si-rotate {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.go-icon {
  right: 0;
  pointer-events: none;
  font-size: 1.38em;
  will-change: opacity;
  cursor: default;
  opacity: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transition: opacity 190ms ease-out, transform 260ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -webkit-transition: opacity 190ms ease-out, transform 260ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -moz-transition: opacity 190ms ease-out, transform 260ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -o-transition: opacity 190ms ease-out, transform 260ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.go-in {
  opacity: 1;
  pointer-events: all;
  cursor: pointer;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transition: opacity 190ms ease-out, transform 260ms 20ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -webkit-transition: opacity 190ms ease-out, transform 260ms 20ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -moz-transition: opacity 190ms ease-out, transform 260ms 20ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -o-transition: opacity 190ms ease-out, transform 260ms 20ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.search-border {
  display: block;
  width: 100%;
  max-width: 360px;
  height: 60px;
}
.border {
  fill: none;
  stroke: #2c368c;
  stroke-width: 5;
  stroke-miterlimit: 10;
}
.border {
  stroke-dasharray: 740;
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 400ms cubic-bezier(0.600, 0.040, 0.735, 0.990);
  -webkit-transition: stroke-dashoffset 400ms cubic-bezier(0.600, 0.040, 0.735, 0.990);
  -moz-transition: stroke-dashoffset 400ms cubic-bezier(0.600, 0.040, 0.735, 0.990);
  -o-transition: stroke-dashoffset 400ms cubic-bezier(0.600, 0.040, 0.735, 0.990);
}
.border-searching .border {
  stroke-dasharray: 740;
  stroke-dashoffset: 459;
  transition: stroke-dashoffset 650ms cubic-bezier(0.755, 0.150, 0.205, 1.000);
  -webkit-transition: stroke-dashoffset 650ms cubic-bezier(0.755, 0.150, 0.205, 1.000);
  -moz-transition: stroke-dashoffset 650ms cubic-bezier(0.755, 0.150, 0.205, 1.000);
  -o-transition: stroke-dashoffset 650ms cubic-bezier(0.755, 0.150, 0.205, 1.000);
}
#search {
  font-family: 'Montserrat Alternates', sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 120px;
  border: none;
  background: rgba(255,255,255,0);
  padding: 0 68px 0 68px;
  color: #3c3c3b;
  font-size: 1.32em;
  font-weight: 400;
  letter-spacing: -0.015em;
  outline: none;
}
#search::-webkit-input-placeholder {color: #8e8e8e;}
#search::-moz-placeholder {color: #8e8e8e;}
#search:-ms-input-placeholder {color: #8e8e8e;}
#search:-moz-placeholder {color: #8e8e8e;}
#search::-moz-selection {color: #8e8e8e; background: rgba(0,0,0,0.25);}
#search::selection {color: #8e8e8e; background: rgba(0,0,0,0.25);}



.navbar {
  width: 100%;   /* ocupa solo el ancho de la página */
  max-width: 100%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* sombra sutil */
}

.navbar .dropdown-menu {
  left: 80% !important;
  transform: translateX(-70%) !important;
}

.btn-opcion {
  background-color: #f44336; /* rojo */
  color: #fff;
  font-weight: 600;
  border-radius: 12px;   /* más redondeado */
  padding: 12px 18px;
  transition: all 0.3s ease;
  width: 100%;
}

/* Hover efecto sutil */
.btn-opcion:hover {
  background-color: #d32f2f; /* rojo más oscuro */
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}


/* Estilo de botones categoría */
.btn-category {
  background-color: #f44336; /* azul Bootstrap */
  color: #fff!important;
  font-weight: 500;
  border-radius: 25px; /* redondeado */
  padding: 8px 18px;
  text-transform: uppercase;
  font-size: 14px;
  transition: all 0.3s ease;
}

.btn-category:hover {
  background-color: #d6363e; /* azul más oscuro */
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.hero-section {
  background: #fff; /* fondo blanco limpio */
}

.hero-section h1 {
  font-size: 2.5rem;
  color: #333;
}

.hero-section p {
  font-size: 1.2rem;
  color: #555;
}

.hero-img {
  max-width: 100%;
  height: auto;
}
.contenido-solicitudes {
  padding: 0 71px 0 71px;
}
.mis-solicitudes {
  
  gap: 50%;
  display: flex;
  height: 100%;
  width: 100%;
  margin-top: 66px;
  align-items: center;
}

.tabla-solicitudes {
  padding: auto;
}

.sidebar.abierto {
  right: 0;
}
.sidebar h3 {
  color: var(--rojo);
  margin-top: 0;
}
.sidebar ul {
  list-style: none;
  padding: 0;
}
.sidebar ul li {
  margin: 8px 0;
}

/* ---------- BOTÓN CERRAR PANEL ---------- */
.cerrar-panel {
  background: none;
  border: none;
  color: var(--rojo);
  font-weight: bold;
  cursor: pointer;
  float: right;
}

.fondo-selectores {
  background-color: #F8F9FA;
  border-radius: 10px;
}

.card-convenios {
  position: relative;
  display: flex;
  flex-direction: column;
  width: auto;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #F3F2F2;
  border-radius: 10px;
}
.card-convenios img {
  height: 100%;           /* altura fija */
  object-fit: cover;       /* recorta sin deformar */
  width: 100%;             /* ocupa todo el ancho */
}
.texto-card {
  font-size: 14px;
}
.tags-container {
  height: 7rem;
  gap: 6px;
}
.tags-group {
  display: inline-flex;
  gap: 6px; 
  padding: 0 1rem 0.5rem 1rem;
}
.location-tag {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      background-color: #f8f9fa; /* gris claro */
      border: 1px solid #dee2e6;
      border-radius: 4px;
      padding: 6px 12px !important;
      font-size: 14px;
      color: #343a40;
      font-weight: 500;
    }

.location-tag i {
      color: #6c757d; /* gris medio */
      font-size: 12px;
    }
.paginacion {
  justify-content: space-between;
}
.paginacion li {
  list-style: none;
  
}
.paginacion p {
  font-size: 16px;
  color: #8D8D8D !important;
}
.txt-pg a {
  font-size: 16px;
  color: #8D8D8D !important;
  border: none !important;
}
.titulo {
  padding: 2.5rem 1rem 2.5rem 1rem !important;
}
.titulo-search  {
  justify-content: space-between;
  align-items: center;
  padding-right: 0 !important;
}

.pnel-lateral-btn button {
  background-color: transparent   !important;
  border: 1px solid #f44336;
  color: #f44336;
  padding: 0.5rem 1rem 0.5rem 1rem !important;
  margin: 0 !important;
}

.pnel-lateral-btn button:hover {
  background-color: #f44336   !important;
  border: 1px solid #f44336;
  color: #fff;
}

.dashboard-solicitudes {
  gap: 1.25rem;
  padding: 2rem 1rem;
}
.search-solicitudes {
  padding-right: 0 !important;
}

.titulo-solicitudes {
  padding: 0 !important;
}
.tag-status-aproved {
  background-color: #88BE39;
  color: #fff;
  padding: 0.375rem 1rem  ;
  text-align: center;
  border-radius: 4px;
  font-size: 14px;
  margin-bottom: 0 !important;
}
.tag-status-fail {
   background-color: #FF000D;
  color: #fff;
  padding: 0.375rem 1rem  ;
  text-align: center;
  border-radius: 4px;
  font-size: 14px;
  margin-bottom: 0 !important;
}
.tag-status-paused{
  background-color: #FFC94A;
  color: #fff;
  padding: 0.375rem 1rem  ;
  text-align: center;
  border-radius: 4px;
  font-size: 14px;
  margin-bottom: 0 !important;

}
.table-body tbody {
  border-top: 1px solid #D9D9D9;
}
.table-rounded {
  border-radius: 10px; /* ajusta el valor a gusto */
  overflow: hidden; /* importante para que se vea el redondeo */
}
.tabla-solicitudes th,td {
  text-align: center;
  font-size: 14px !important;
  height: fit-content !important;
}
.tabla-solicitudes tr {
  text-align: center;
}
.pagination-table {
  padding: 0 !important;
}
/* PANEL LATERAL */
.sidebar {
  position: fixed;
  top: 0;
  left: -350px; /* Oculto inicialmente */
  width: 340px;
  height: 100vh;
  background: #fff;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  display: flex;
  flex-direction: column;
  transition: left 0.4s ease;
  z-index: 1050;
  justify-content: space-between; 
  gap: 15px;
}

/* Cuando está visible */
.sidebar.active {
  left: 0;
}

/* Header */
.sidebar-header {
  background-color: #2c368c;
  padding: 1rem;

}
.sidebar-header h5 {
  font-size: 20px !important;
}
.sidebar-header button {
  border: none;
}

/* Contenido */
.sidebar-content {
  padding: 0 1.5rem;
  margin: 0 5px;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
}

.list-uno {
border-bottom: 1px solid rgb(254, 63, 64 ); 
padding-bottom: 15px !important;
}
.list-dos {
  margin-top: 2rem !important;
}

.sidebar-content ul li {
  margin-bottom: 10px;
  padding: 8px 10px;
  border-radius: 10px;
  transition: background 0.3s;
  cursor: pointer;
  font-size: 16px !important;
  color: #432C2C;
}

.sidebar-content ul li:hover {
  color:  #2c368c;
}

.sidebar-content ul li.active {
  background: #2c368c;
  color: #fff;
  font-weight: 500;
  width: fit-content;
  padding-right: 1.5rem;
}

/* Footer */
.sidebar-footer {
  background-color:  #2c368c;
  color: white;

}
.sidebar-footer a {
  color: white;
  text-decoration: solid 1px white !important;
  font-size: 14px;
  
}
.subrayado {
  border-bottom: 1px solid white;   
  padding-bottom: 2px;  
}
/* Overlay oscuro (fondo del modal) */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
  z-index: 1040;
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Asegura que el panel quede encima del overlay */
.sidebar {
  z-index: 1050;
}

.item-selected-sidebar {
  padding-left: 20px !important;
}
.correo-bar {
  display: inline-flex;           /* o inline-block */
  justify-content: center;        /* centra contenido horizontal */
  align-items: center;            /* centra contenido vertical */
  width: 24px;                    /* ancho fijo */
  height: 24px;                   /* alto fijo, igual al ancho */
  background-color: white;          /* color de fondo */
  color: #f44336;                   /* color del icono */
  border-radius: 50%;             /* hace que sea redondo */
  font-size: 12px;                /* tamaño del icono */
}
.noticias-box {
  padding: 0 !important;
  border-radius: 15px;
}
.btn-card-noticias {
  background-color: transparent;
  color: #086dad;
  text-decoration: underline 1px solid #086dad;
  padding: 0 !important;
  margin: 0 !important;
  border: none ;
}
.btn-card-noticias:hover {
  color: #5786bd;
}

.card-noticias {
  border: 1px solid #F3F2F2 !important;
  box-shadow: none !important;
  border-radius: 10px;
  padding: 0 !important;
  margin: 0 !important;
}
.card-body-noticias {
  padding: 53px 53px 53px 24px;
  gap: 15px;
 }
 .card-body-noticias:hover{
  background-color: 0 !important;
 }
 .fecha-noticia {
  color: #8D8D8D ;
  font-size:  16px !important;
  font-weight: 500;
 }
 .card-title-noticias {
  font-size: 2rem;
  font-weight: 600;
 }
 .card-text-noticias {
  font-size: 1rem;
  color: #6C757D;
 }
 .card-text-desnot {
   font-size: 0.875rem;
  color: #6C757D;
 }
 .titulo-noticias-tt {
  gap: 0.2rem !important;
  padding: 2.5rem 0;
  margin: 0 !important;
 }
 .subtitle-index h3 {
  margin: 0 !important;
 }
 .title-btn-ntc {
  margin: 0 !important;
 }
 .nav-noticias {
  padding: 1rem 0 !important;
 }