/* --- intralink/static/intralink/css/intralink.css v250710.2 --- */
html,
body {
  height: auto;
  font-family: 'Roboto';
  min-height: 100%;
  color: #000;
}

.vert-c {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pos-rel {
  position: relative;
}

/* Contenedor personalizado */
.container-custom {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
  flex-grow: 1;
  padding: 0 15px;
}

/* Breakpoints personalizados basados en Bootstrap 5.3.3 */
@media (min-width: 576px) {
  .container-custom {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-custom {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container-custom {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-custom {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container-custom {
    max-width: 1200px;
  }
}

/* Contenedor padre para centrar el sidebar y el container-custom */
.page-wrapper {
  display: flex;
  flex-wrap: wrap;
  min-height: 100%;
  align-items: stretch;
  max-width: 1150px;
  margin: 0 auto;
  position: relative;
  height: auto;
}

/* Columna 1: Sidebar principal */
#sidebar1 {
  left: 0;
  z-index: 1000;
  background-color: #1F5DF5;
  border-right: 1px solid #fff;
  height: auto;
  min-height: 100%;
}

/* Estilos base para todas las columnas */
.sidebar-column {
  width: 250px;
  position: absolute;
  top: 0;
  height: 100% !important;
  transition: 0.3s;
  min-height: 100%;
}

/* Personalización de la barra de scroll para Webkit */
.sidebar-column::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom, #1642B0, rgba(22, 66, 176, 0.5));
  border-radius: 3px;
}

.sidebar-column::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(to bottom, #1F5DF5, rgba(31, 93, 245, 0.7));
}

.sidebar-column[data-level="2"],
.sidebar-column[data-level="3"] {
  left: 0px;
  border-right: 1px solid #bcbcbc;
}

.sidebar-column[data-level="2"] {
  background-color: rgb(226 226 226 / 95%);
  z-index: 900;
}

.sidebar-column[data-level="3"] {
  background-color: rgb(236 236 236 / 90%);
  z-index: 800;
}

.sidebar-column.visible {
  left: 250px;
}

.sidebar-column[data-level="3"].visible {
  left: 500px;
}

/* Estilo para los enlaces */
.sidebar-column .nav-link {
  font-family: "Kumbh Sans", sans-serif;
  color: #ffffff;
  padding: 8px 15px;
  border-top: 1px solid #fff;
  line-height: 120%;
  font-weight: 700;
  font-size: 0.9rem;
}

.sidebar-column .nav-link:hover {
  background-color: #1642B0;
}

.sidebar-column .active .nav-link {
  /* background-color: #1b48c0; */
  color: #fff;
  position: relative;
}

.sidebar-column .active .nav-link::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 18px solid #1b48c0;
  border-left: 18px solid transparent;
}

/* New class for menu highlighting when toggling columns */
.sidebar-column .menuhighlight .nav-link {
  background-color: #1b48c0;
  color: #fff !important;
}

.sidebar-column .nav-item:last-child .nav-link {
  border-bottom: 1px solid #fff;
}

.sidebar-column[data-level="2"] .active .nav-link,
.sidebar-column[data-level="3"] .active .nav-link {
  /* background-color: #bcbcbc; */
  color: #000;
}

.sidebar-column[data-level="2"] .menuhighlight .nav-link,
.sidebar-column[data-level="3"] .menuhighlight .nav-link {
  /* background-color: #bcbcbc; */
  color: #000;
}

/* Alinear las listas de las columnas interiores con la columna principal */
.sidebar-column[data-level="2"] .nav.flex-column,
.sidebar-column[data-level="3"] .nav.flex-column {
  margin-top: 301px;
}

.sidebar-column[data-level="2"] .nav-link {
  color: #000;
  padding: 10px 15px;
  border-top: 1px solid #bcbcbc;
  font-weight: 700;
}

.sidebar-column[data-level="3"] .nav-link {
  color: #000;
  padding: 10px 15px;
  border-top: 1px solid #bcbcbc;
  font-weight: 400;
}

.sidebar-column[data-level="2"] .nav-link:hover,
.sidebar-column[data-level="3"] .nav-link:hover {
  color: #fff;
  background-color: #bcbcbc;
}

.sidebar-column[data-level="2"] .nav-item:last-child .nav-link,
.sidebar-column[data-level="3"] .nav-item:last-child .nav-link {
  border-bottom: 0;
}

/* Contenido principal */
.main-content {
  transition: 0.3s;
  position: relative;
  z-index: 700;
  width: 100%;
}

.main-content .breadcrumb {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 5px;
  font-size: 0.8rem;
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: 0;
  margin-bottom: 10px;
}

.main-content .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  /*content: var(--bs-breadcrumb-divider, ">");*/
  content: none;
}

.main-content .breadcrumb .breadcrumb-item.active {
  color: #000;
  background-color: #00fffd;
  padding: 5px 10px;
  margin-right: 10px;
}

.main-content .breadcrumb a {
  font-weight: 400;
  text-decoration: none;
  color: #000;
  background-color: #00fffd;
  padding: 5px 10px;
  display: inline-block;
  margin-right: 10px;
}

.main-content .breadcrumb a:hover {
  text-decoration: underline;
  color: #000;
}

/* Botón de cierre */
.close-btn {
  position: absolute;
  top: 0px;
  right: 10px;
  color: #000;
  font-size: 1.5rem;
  cursor: pointer;
  background: none;
  border: none;
  padding: 5px;
  margin-left: auto;
  display: block;
}

.close-btn:hover {
  color: #bcbcbc;
}

/* Contenedor del usuario */
.user-container {
  padding: 5px 15px 15px 15px;
  text-align: center;
  color: #ffffff;
}

/* Contenedor de la foto */
.user-photo-container {
  position: relative;
  display: inline-block;
  border: 1px solid #00fffe;
  border-radius: 50%;
  padding: 10px;
}

/* Foto circular */
.user-photo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  filter: grayscale();
}

/* Contador de mensajes */
.message-count {
  position: absolute;
  top: 0;
  left: 10px;
  background-color: #00fffe;
  color: #1F5DF5;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  line-height: 23px;
  text-align: center;
  font-size: 0.8rem;
  cursor: pointer;
  font-weight: bold;
  z-index: 10;
  padding: 0px;
}

/* Globo de diálogo para mensajes */
#messageDialog {
  display: none;
  position: absolute;
  top: 10px;
  left: 45px;
  background-color: #00fffe;
  color: #000;
  padding: 0px 15px 0px 15px;
  border-radius: 0px;
  width: 225px;
  z-index: 1200;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Flecha del globo */
#messageDialog::before {
  content: '';
  position: absolute;
  top: 10px;
  left: -18px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 18px solid #00fffe;
}

/* Estilo del mensaje clicable */
.message-link {
  font-family: "Kumbh Sans", sans-serif;
  display: block;
  color: #000;
  text-decoration: none;
  margin: 10px 0;
  cursor: pointer;
  font-size: 0.8rem;
  line-height: 130%;
  text-align: left;
}

.message-link:hover {
  color: #1F5DF5;
}

/* Botón de cierre del globo */
.message-close {
  position: absolute;
  top: -3px;
  right: 0px;
  color: #333;
  font-size: 1.0rem;
  cursor: pointer;
  background: none;
  border: none;
}

.message-close:hover {
  color: #ff4444;
}

/* Información del usuario */
.user-name p {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 1.0rem;
  font-weight: 700;
  margin: 5px 0;
}

/* User Flag and Points */
.user-flag {
  margin-bottom: 5px;
}

.user-flag img {
  height: 23px;
  margin-right: 5px;
  border-radius: 50%;
}

.user-flag p {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 1.0rem;
  font-weight: 300;
  margin-bottom: 0px;
  color: #fff;
}

.user-points {
  margin: 2px 0;
  line-height: 120%;
}

.user-points p {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  margin: 2px 0;
}

.user-points a {
  color: #fff;
  text-decoration: none;
}

.user-points p span {
  font-weight: 300;
}

.user-points small {
  font-weight: 300;
}

/* Carrusel de cumpleaños */
.birthday-carousel {
  margin: 20px 0;
  padding: 0 10px;
}

/* Contenedor interno del carrusel */
.birthday-carousel .carousel-inner {
  transition: height 0.2s ease;
}

/* Slides del carrusel */
.birthday-carousel .carousel-item {
  transition: opacity 0.2s ease;
}

/* Indicadores del carrusel */
.birthday-carousel .carousel-indicators {
  bottom: -30px;
  z-index: 1000;
}

.birthday-carousel .carousel-indicators button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  border: none;
  margin: 0 3px;
  opacity: 1;
}

.birthday-carousel .carousel-indicators .active {
  background-color: #00fffe;
}

/* Lista de cumpleaños */
.birthday-list {
  min-height: 145px;
}

.birthday-title {
  padding: 0 15px;
}

.birthday-title p {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0;
  color: #fff;
  text-align: left;
}

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

.birthday-list li {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 0.7rem;
  color: #fff;
  margin-bottom: 5px;
}

.employee-name {
  font-weight: 300;
  font-size: 0.8rem;
  line-height: 120%;
  display: inline-block;
}

.employee-name .title {
  font-size: 0.7rem;
  font-weight: 300;
  margin-left: 20px;
  line-height: 120%;
  display: inline-block;
}

/*Botones superiores + buscar*/
.top-link {
  background-color: #00fffe;
  color: #000;
  text-decoration: none;
  flex-grow: 1;
  text-align: center;
  padding: 6px 6px;
  margin-right: 15px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 400;
  display: inline-block;
  font-size: 0.8rem;
  letter-spacing: -0.4px;
}

.top-link strong {
  font-weight: 700;
}

.top-link:last-child {
  margin-right: 0px;
}

.top-link:hover {
  background-color: #000;
  color: #fff;
}

.top-link.search-btn {
  background-color: #000;
  color: #fff;
}

.top-link.search-btn:hover {
  background-color: #00fffe;
  color: #000;
}

.top-link.logout-btn {
  background-color: #000;
  color: #fff;
  /* padding: 10px 2px; */
}

.top-link.logout-btn:hover {
  background-color: #00fffe;
  color: #000;
}

/* Estilo base del carrusel */
.carousel-item .banner-image {
  height: 310px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Contenedor del texto */
.banner-text {
  position: absolute;
  color: #fff;
  text-align: left;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}

.banner-text h1 {
  font-weight: 300;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 1.3rem;
  color: #fff;
}

.bg-cyan .banner-text h1, .bg-cyan .banner-text h1 strong {
  color: #000 !important;
}

.banner-text h1 strong {
  font-weight: 700;
  color: #fff;
}

/* Make text white on blue, black and fuchsia backgrounds */
div[style*="background: #1570f9"] .banner-text h1,
div[style*="background: #000000"] .banner-text h1,
div[style*="background: #ff0f6d"] .banner-text h1,
div[style*="background: #1570f9"] .banner-text h1 strong,
div[style*="background: #000000"] .banner-text h1 strong,
div[style*="background: #ff0f6d"] .banner-text h1 strong {
  color: #ffffff !important;
}

/* Make text black on cyan background */
div[style*="background: #05FFFE"] .banner-text h1,
div[style*="background: #05FFFE"] .banner-text h1 strong {
  color: #000000 !important;
}

.banner-text p {
  font-size: 1.2rem;
  font-weight: 300;
}

.banner-text p strong {
  font-weight: 700;
}

/* Contenedor del botón */
.btn-container {
  display: inline-block;
}

/* Botón "Ver más" */
#bannerCarousel .btn {
  background-color: #00fffe;
  color: #000;
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 15px 15px;
  border-radius: 0;
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 300;
  font-size: 1.0rem;
  line-height: 100%;
}

#bannerCarousel .btn strong {
  font-weight: 700;
}

#bannerCarousel .btn:hover {
  color: #fff;
  background-color: #000;
}

#bannerCarousel .button-position {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

/* Variante 4: Texto abajo cubriendo la mitad de la foto */
.position-bottom {
  top: auto;
  bottom: 0;
  height: 35%;
  width: 100%;
  text-align: left;
  position: absolute;
  left: 0;
  right: 0;
}

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

.carousel-indicators [data-bs-target] {
  width: 100%;
  height: 3px;
  margin-right: 0px;
  margin-left: 0px;
  background-color: #fff;
}

.carousel-indicators {
  margin-right: 0;
  margin-bottom: 0rem;
  margin-left: 0;
}

/* Estilo del modal */
#searchModal .modal-dialog {
  width: 85vw;
  max-width: none;
  height: 70vh;
}

#searchModal .modal-content {
  height: 100%;
  border-radius: 0px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

#searchModal .modal-header {
  background-color: #ffff;
  border-bottom: none;
}

#searchModal .modal-title {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  color: #1F5DF5;
}

#searchModal .modal-body {
  padding: 0px 20px;
  height: calc(100% - 60px);
  display: flex;
  flex-direction: column;
  background-color: #fff;
}

#searchModal .input-group {
  align-items: center;
}

#searchModal .input-group .btn-primary {
  background-color: #1F5DF5;
  border: none;
  padding: 15px 15px;
  font-weight: 400;
}

#searchModal .input-group .btn-primary:hover {
  background-color: #000;
}

#searchModal .input-group .btn-primary i {
  font-size: 1.5rem;
  font-weight: 400;
}

#searchModal .form-control {
  border-radius: 5px;
  border: 1px solid #ced4da;
  padding: 10px;
  font-size: 1.5rem;
  font-weight: 300;
}

#searchModal .form-control:focus {
  border-color: #1F5DF5;
  box-shadow: 0 0 5px rgba(31, 93, 245, 0.3);
}

/* Estilo de los resultados de búsqueda */
#searchModal .search-results a {
  font-family: "Kumbh Sans", sans-serif;
  display: block;
  padding: 10px;
  position: relative;
  background-color: #E2E2E2;
  color: #1F5DF5;
  text-decoration: none;
  line-height: 140%;
  height: 100%;
  font-size: 1.0rem;
  font-weight: 700;
}

#searchModal .search-results .search-category {
  font-size: 0.8rem;
  color: #212529;
  font-weight: 700;
}

#searchModal .search-arrow {
  position: absolute;
  right: 15px;
  bottom: 15px;
  color: #212529
}

/*Linkedin*/
.linkedin-content {
  background-color: #f3f3f3;
  height: auto;
}

.linkedin-content .linkedin-header p {
  font-family: "Kumbh Sans", sans-serif;
  margin-bottom: 0;
  font-size: 1.3rem;
  color: #1a62ec;
  line-height: 110%;
}

.linkedin-content .linkedin-header p span {
  font-weight: 700;
  color: #000;
}

.linkedin-content .photo-placeholder {
  background-color: #8a8a8a;
  height: 150px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.linkedin-content .post-info a {
  font-size: 0.9rem;
  line-height: 130%;
  font-weight: 400;
  color: #212529;
  text-decoration: none;
  display: block;
}

.linkedin-content .post-info a:hover {
  color: #1F5DF5;
}

.linkedin-content .post-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  font-weight: 700;
  color: #212529;
  background-color: #fff;
}

.linkedin-content .interaction-icons i {
  margin-right: 5px;
  cursor: pointer;
}

.linkedin-content .interaction-icons span {
  margin-right: 5px;
}

.like-button {
  transition: color 0.2s ease;
}

.like-button:hover {
  color: #56fffe;
}

.like-button.liked {
  color: #56fffe;
}

.linkedin-content .like-button:hover {
  color: #0a66c2;
}

.linkedin-content .post-info {
  background-color: #fff;
}

/*News Content*/
.news-content .news-header p {
  font-family: "Kumbh Sans", sans-serif;
  margin-bottom: 0;
  font-size: 1.3rem;
  color: #1a62ec;
  line-height: 110%;
}

.news-content .news-header p span {
  font-weight: 700;
  color: #000;
}

.news-content .news-card {
  background-color: #e2e2e2;
  border: 1px solid #e2e2e2;
  position: relative;
}

.news-content a {
  text-decoration: none;
}

.news-content a .news-title {
  line-height: 105%;
  font-weight: 400;
  color: #212529;
  text-decoration: none;
  display: block;
}

.news-content a:hover .news-title {
  color: #1F5DF5;
}

.news-content .news-image {
  background-color: #8a8a8a;
  border-radius: 15px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.news-content .news-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  font-weight: 700;
  color: #212529;
}

.news-content .interaction-icons i {
  margin-right: 2px;
  cursor: pointer;
}

.news-content .interaction-icons span {
  margin-left: 5px;
}

.news-content .like-button:hover {
  color: #0a66c2;
}

.load-more a {
  background-color: #00fffe;
  color: #000;
  border: none;
  display: inline-block;
  padding: 15px 20px;
  border-radius: 0;
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 100%;
}

.load-more a:hover {
  background-color: #000;
  color: #fff;
}

.news-content .news-header-load p {
  font-family: "Kumbh Sans", sans-serif;
  margin-bottom: 0;
  color: #1a62ec;
}

.news-content .news-header-load p span {
  font-weight: 700;
  color: #000;
}

/*SONDAGram*/
.sondagram-container {
  background-color: #f3f3f3;
  height: 90vh;
  /* Set a fixed height */
  overflow-y: auto;
  /* Enable vertical scrolling */
  scrollbar-width: thin;
  /* Firefox: Set scrollbar width to thin */
  scrollbar-color: #03fffe #f3f3f3;
  /* Firefox: Customize scrollbar colors */
  position: sticky;
  /* Make it stick */
  top: 0;
  /* Stick to the top of the browser window */
}

/* WebKit browsers (Chrome, Safari, Edge) */
.sondagram-container::-webkit-scrollbar {
  width: 8px;
  /* Set scrollbar width */
}

.sondagram-container::-webkit-scrollbar-track {
  background: #f3f3f3;
  /* Track background color */
}

.sondagram-container::-webkit-scrollbar-thumb {
  background: #03fffe;
  /* Thumb color */
  border-radius: 4px;
  /* Rounded corners for the thumb */
}

.sondagram-container::-webkit-scrollbar-thumb:hover {
  background: #1f5df5;
  /* Thumb color on hover */
}

.sondagram-container .sondagram-header p {
  font-family: "Kumbh Sans", sans-serif;
  margin-bottom: 0;
  font-size: 1.3rem;
  color: #1f5df5;
}

.sondagram-container .sondagram-header p span {
  font-weight: 700;
  color: #000;
}

.sondagram-container .post-container {
  height: auto;
  display: inline-block;
}

.sondagram-container .post-container .post-info {
  background-color: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.sondagram-container .user-profile {
  display: flex;
  align-items: center;
}

.sondagram-container .user-profile img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}

.sondagram-container .user-info h6 {
  margin: 0;
  font-size: 0.9rem;
  font-weight: bold;
}

.sondagram-container .user-info p {
  margin: 0;
  font-size: 0.8rem;
  color: #666;
}

.sondagram-container .post-image {
  background-color: #8a8a8a;
  height: 150px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.sondagram-container .post-caption {
  font-size: 0.84rem;
  line-height: 120%;
  font-weight: 400;
  color: #212529;
  text-decoration: none;
  display: block;
}

.sondagram-container .post-link {
  text-decoration: none;
  color: inherit;
}

.sondagram-container .post-link:hover .post-caption {
  color: #1F5DF5;
}

.sondagram-container .post-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  font-size: 0.85rem;
  color: #212529;
}

.sondagram-container .interaction-icons i {
  margin-right: 5px;
}

.sondagram-container .interaction-icons span {
  margin-right: 5px;
}

.sondagram-container .interaction-icons span:hover {
  color: #1F5DF5;
}

.sondagram-container .comments a {
  font-size: 0.85rem;
  color: #999797;
  text-decoration: none;
}

.sondagram-container .comments span {
  display: block;
  font-size: 0.85rem;
  color: #999797;
}

.sondagram-container .comments a:hover {
  color: #1F5DF5;
  text-decoration: none;
}

.sondagram-container hr {
  margin: 0.5rem 0;
}

.sondagram-container .btn-post a {
  padding: 6px 10px;
  font-size: 0.65rem;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  border-radius: 40px;
  display: inline-block;
  background-color: #00fffe;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.sondagram-container .btn-post a:hover {
  color: #fff;
  background-color: #000;
}

/* Select */
.sondagram-container .country-select {
  width: 100px;
  min-width: 100px;
  border: 2px solid #00fffd;
  border-radius: 40px;
  padding: 0px 10px;
  padding-right: 30px;
  font-size: 0.9rem;
  color: #000;
  /* Space for the custom arrow */
  -webkit-appearance: none;
  /* Remove default arrow (Chrome, Safari) */
  -moz-appearance: none;
  /* Remove default arrow (Firefox) */
  appearance: none;
  /* Remove default arrow (modern browsers) */
}

.sondagram-container .country-select-wrapper {
  position: relative;
  max-width: 160px;
}

.sondagram-container .country-select:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  outline: none;
}

.sondagram-container .country-select-wrapper::after {
  content: '';
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #00fffd;
  pointer-events: none;
}

/* Historia */
.info-content .breadcrumb {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
}

.info-content .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  /*content: var(--bs-breadcrumb-divider, ">");*/
}

.info-content .breadcrumb .breadcrumb-item.active {
  color: #000;
  background-color: #00fffd;
  padding: 5px 10px;
  margin-right: 10px;
}

.info-content .breadcrumb a {
  font-weight: 700;
  text-decoration: none;
  color: #000;
  background-color: #00fffd;
  padding: 5px 10px;
  display: inline-block;
  margin-right: 10px;
}

.info-content .breadcrumb a:hover {
  text-decoration: underline;
  color: #000;
}

.info-content .title-content h1 {
  font-family: "Kumbh Sans", sans-serif;
  color: #1F5DF5;
  font-weight: 400;
  margin-bottom: 0;
}

.info-content .title-content h1 span {
  color: #000;
  /* font-size: 1.1rem;
    margin-left: 10%; */
}

.info-content .subhead p {
  line-height: 140%;
  font-weight: 700;
  font-size: 1.1rem;
  color: #212529;
}

.info-content .body-content p {
  color: #212529;
  line-height: 140%;
  font-weight: 300;
  margin-bottom: 25px;
  text-align: left;
  font-size: 1.0rem;
}

.info-content .body-content small {
  display: inline-block;
  font-weight: 300;
  font-family: 'Roboto';
}

.info-content .body-content .subhead p {
  line-height: 140%;
  font-weight: 700;
  font-size: 1.1rem;
  color: #212529;
}

.info-content .body-content img {
  max-width: 100%;
  height: auto;
}

.info-image {
  position: relative;
}

.info-content .box {
  position: absolute;
  top: -5px;
  right: 20px;
  height: 5px;
  width: 40px;
  background-color: #00fffe;
}

.info-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9rem;
  font-weight: 700;
  color: #212529;
}

.info-body p:last-child {
  margin-bottom: 0;
}

.info-body .interaction-icons i {
  font-size: 1.1rem;
  margin-right: 5px;
  cursor: pointer;
}

.comment-section {
  margin: 0 auto;
}

.comment-section .comment-title p {
  color: #212529;
  font-family: "Kumbh Sans", sans-serif;
  margin: 0 auto;
  font-weight: 700;
}

.comment-section form {
  color: #212529;
  font-family: 'Roboto';
  font-size: 1.0rem;
  border-radius: 0;
}

.comment-section textarea {
  border-radius: 0;
}

.comment-section button[type=submit] {
  background-color: #00fffe;
  color: #000;
  text-decoration: none;
  flex-grow: 1;
  text-align: center;
  padding: 10px 15px;
  border: 0;
  border-radius: 0;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 700;
  display: inline-block;
  font-size: 1.1rem;
}

.comment-section button[type=submit]:hover {
  background-color: #000;
  color: #fff;
}

.comment {
  border-bottom: 1px solid #e9ecef;
  padding: 15px 0;
}

.comments-list button {
  font-weight: 700;
  color: #1F5DF5;
}

.comments-list button:hover {
  font-weight: 700;
  color: #000;
  text-decoration: underline;
}

.reply {
  margin-left: 40px;
  border-left: 2px solid #e9ecef;
  padding-left: 15px;
}

.like-btn:hover {
  cursor: pointer;
  color: #0d6efd;
}

.like-count {
  font-size: 0.9rem;
  color: #6c757d;
}

/*Visor Documentos*/
.document-card {
  max-width: 100%;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 0px;
  background-color: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.document-icon {
  padding-right: 15px;
}

.document-icon i {
  font-size: 1.8rem;
}

.document-info {
  flex-grow: 1;
}

.document-title h3 {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  margin: 0;
  color: #000;
  cursor: pointer;
  margin-bottom: 0;
  line-height: 130%;
}

.document-title h3:hover {
  color: #1F5DF5;
}

.document-subtitle p {
  font-size: 0.9em;
  color: #666;
  margin-bottom: 0;
  line-height: 130%;
}

.pdf-container {
  width: 100%;
  height: 500px;
  overflow-y: auto;
  border: 1px solid #ccc;
  margin-top: 10px;
  display: none;
}

.pdf-container embed {
  width: 100%;
  height: 1000px;
}

.download-btn a {
  font-family: "Kumbh Sans", sans-serif;
  padding: 10px 15px;
  background-color: #00fffe;
  color: #000;
  border: none;
  border-radius: 0px;
  cursor: pointer;
  text-decoration: none;
}

.download-btn a:hover {
  color: #fff;
  background-color: #000;
}

/* SONDAGram Post Preview */
#preview-container {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin: 1rem 0;
  overflow: hidden;
}

#preview-container .post-info {
  margin: 0;
  padding: 0;
}

#preview-container .user-profile {
  display: flex;
  align-items: center;
  padding: 1rem;
}

#preview-container .post-profile-pic {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 1rem;
}

#preview-container .user-info {
  flex: 1;
}

#preview-container .post-username {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 600;
  color: #333;
}

#preview-container .post-user-title {
  margin: 0;
  font-size: 0.8rem;
  color: #666;
}

#preview-container .post-image {
  width: 100%;
  max-height: 400px;
  overflow: hidden;
}

#preview-container .post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#preview-container .post-caption {
  padding: 1rem;
  font-size: 0.9rem;
  line-height: 1.4;
  color: #333;
  white-space: pre-wrap;
}

#preview-container .comments {
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
  color: #666;
}

#preview-container .comments a {
  color: #666;
  text-decoration: none;
}

#preview-container .comments span {
  float: right;
}

#preview-container hr {
  margin: 0;
  border: none;
  border-top: 1px solid #eee;
}

#preview-container .post-meta {
  padding: 0.5rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#preview-container .interaction-icons {
  display: flex;
  gap: 1rem;
}

#preview-container .interaction-icons span {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: #666;
  font-size: 0.8rem;
}

#preview-container .interaction-icons i {
  font-size: 1rem;
  cursor: pointer;
}

#preview-container .timestamp {
  font-size: 0.8rem;
  color: #666;
}

.form-control, .form-control:focus {
  border-radius: 0px;
  color: #000;
}

.btn {
  border-radius: 0px;
}

.modal-content {
  border-radius: 0px;
}

.modal-header {
  border-bottom: none;
}

.modal-title {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  color: #1F5DF5;
}

.modal-title b {
  font-weight: 700;
  color: #000;
}

.sondagram-header {
  font-family: "Kumbh Sans", sans-serif;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 110%;
}

.birthday-container {
  position: relative;
  overflow: hidden;
}

.birthday-container::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 300px;
  background-image: var(--birthday-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.1;
  transform: translate(-50%, -50%) rotate(30deg);
  pointer-events: none;
  filter: brightness(0) invert(1);
  z-index: 0;
}

.birthday-container>* {
  position: relative;
  z-index: 1;
}

/* Tablet size adjustments for SONDAGram header */
@media (min-width: 768px) and (max-width: 991px) {
  .sondagram-container .sondagram-header p {
    font-size: 1.3rem;
  }

  .sondagram-container .btn-post a {
    font-size: 0.6rem;
    padding: 5px 8px;
  }
}

.banner-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  min-height: 310px;
}

/* Button styles for fuchsia and cyan backgrounds */
.bg-fuchsia a.btn:hover, .bg-cyan a.btn:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}

.bg-fuchsia a.btn, .bg-cyan a.btn {
  background-color: #000000 !important;
  color: #ffffff !important;
}

/*Benefits*/
.benefits .modal {
  z-index: 11112;
}

.benefits .category-card {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  cursor: pointer;
}

.benefits .category-card img {
  width: 50px;
  height: 50px;
}

.benefits .banner-card img {
  max-width: 150px;
}

/* Fix for modal z-index issue */
.benefits .modal {
  z-index: 1055;
  /* Ensure modal is above the backdrop */
}

.modal-backdrop {
  z-index: 1054;
  /* Ensure backdrop is below the modal */
}

.benefits .benefits-banner-image {
  background-size: cover;
  background-position: center;
  width: 100%;
}

.benefits .benefits-banner-info {
  position: absolute;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.benefits .benefits-banner-info a {
  text-decoration: none;
  display: block;
}

.benefits .benefits-banner-title p {
  font-family: "Kumbh Sans", sans-serif;
  color: #00fffe;
  text-transform: uppercase;
  line-height: 140%;
}

.benefits .benefits-banner-text p {
  color: #fff;
  font-weight: 300;
  font-size: 1rem;
}

.benefits .benefits-banner-icon i {
  color: #00fffe;
  font-size: 1.5rem;
}

.benefits .carousel-control-prev-icon,
.benefits .carousel-control-next-icon {
  border-radius: 50%;
}

.benefits .carousel-indicators {
  bottom: 10px;
}

.benefits .carousel-indicators button {
  background-color: #ccc;
}

.benefits .carousel-indicators .active {
  background-color: #1F5DF5;
}

.benefits .carousel-indicators [data-bs-target] {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  margin-left: 0px;
  border-radius: 50%;
  background-color: #fff;
}

/* Search bar styles to match the image */
.benefits-search-bar .form-control {
  background-color: #F1F1F1;
  border: none;
  border-radius: 0;
  padding: 10px 15px;
  font-size: 16px;
  height: 50px;
  margin-right: 10px;
}

.benefits-search-bar .form-control:focus {
  box-shadow: none;
  border: none;
}

.benefits-search-bar .search-button {
  background-color: #00fffe;
  border: none;
  border-radius: 0;
  padding: 0 15px;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.benefits-search-bar .search-button:hover {
  background-color: #000;
}

.benefits-search-bar .search-button i {
  color: #000;
  font-size: 1.3rem;
}

.benefits-search-bar .search-button:hover i {
  color: #fff;
}

/*Botones Categorias*/
.category-buttons .category-card {
  display: flex;
  align-items: center;
  padding: 0px;
  border: 0;
  border-radius: 0px;
  cursor: pointer;
}

.category-buttons .category-card:hover,
.category-buttons .category-card.active {
  background-color: #1F5DF5;
  color: #fff;
}

.category-buttons .category-card .icon {
  width: 55px;
  height: 55px;
  padding: 10px;
  background-color: #8afcfd;
  margin-right: 15px;
  object-fit: contain;
  align-items: center;
  display: flex;
}

.category-buttons .category-card:hover .icon,
.category-buttons .category-card.active .icon {
  background-color: #1F5DF5;
  margin-right: 10px;
}

.category-buttons .category-card .icon img {
  width: auto;
  height: auto;
}

.category-buttons .category-card:hover .icon img,
.category-buttons .category-card.active .icon img {
  filter: invert(1);
}

.category-buttons .category-card p {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 400;
  margin: 0;
  font-size: 1.0rem;
  line-height: 120%;
  text-align: left;
  width: 100%;
}

.category-buttons .category {
  background-color: #e2e2e2;
  color: #000;
}

/*Promos*/
.cat-sub-title p {
  font-weight: 400;
  margin-bottom: 0;
  font-size: 2.0rem;
}

.promo-box {
  font-family: "Kumbh Sans", sans-serif;
  border-radius: 0;
  overflow: hidden;
  background-color: #f2f2f2;
  position: relative;
  height: 100%;
}

.promo-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}

.promo-image-bg {
  background-size: cover;
  background-position: center;
  height: 170px;
  width: 100%;
}

.promo-title p {
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

.promo-title strong {
  font-weight: 700;
}

.promo-text p {
  font-size: 1.0rem;
  margin-bottom: 1rem;
}

.promo-button {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 0.9rem;
  background-color: #00fff7;
  color: #000;
  font-weight: 400;
  padding: 0.2rem 0.5rem;
  text-decoration: none;
  border-radius: 0;
  display: inline-block;
}

.promo-button:hover {
  color: #fff;
  background-color: #000;
  text-decoration: none;
}

/*Modal Beneficios*/
.benefits-modals .tags .category-card {
  display: flex;
  align-items: center;
  padding: 0px;
  border: 0;
  border-radius: 0px;
}

.benefits-modals .tags .category-card .icon {
  width: 55px;
  height: 55px;
  padding: 10px;
  background-color: #8afcfd;
  margin-right: 15px;
  object-fit: contain;
  align-items: center;
  display: flex;
}

.benefits-modals .tags .category-card .icon img {
  width: auto;
  height: auto;
}

.benefits-modals .tags .category-card p {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 300;
  margin: 0;
  font-size: 1.0rem;
  line-height: 120%;
  text-align: left;
  width: 100%;
}

.benefits-modals .tags .category {
  background-color: #e2e2e2;
  color: #000;
}

.benefits-modals .custom-modal {
  border-radius: 6px;
  font-family: "Kumbh Sans", sans-serif;
}

.benefits-modals .modal-dialog {
  max-width: 1100px;
}

.benefits-modals .modal-title p {
  font-family: "Kumbh Sans", sans-serif;
  color: #000;
  font-weight: 400;
  font-size: 1.7rem;
  margin: 0;
}

.benefits-modals .modal-title p strong {
  color: #1F5DF5;
}

.benefits-modals .subheading p {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  margin: 0;
}

.benefits-modals .benefits-contact p {
  font-size: 1.1rem;
  font-weight: 400;
  margin: 0;
}

.benefits-modals .custom-modal .modal-body {
  padding: 0;
}

.benefits-modals .modal-image {
  background-size: cover;
  background-position: center;
  height: 250px;
  width: 100%;
}

.benefits-modals .benefits-content {
  background-color: #e2e2e2;
}

.benefits-modals .benefits-content p {
  font-size: 1.1rem;
  font-weight: 400;
  margin-bottom: 25px;
  line-height: 150%;
}

.benefits-modals .benefits-content p a {
  color: #1F5DF5;
  font-weight: 700;
  text-decoration: none;
}

.benefits-modals .benefits-content p strong {
  font-weight: 700;
}

.benefits-modals .benefits-content ul {
  font-size: 1.1rem;
  font-weight: 400;
  padding-left: 0px;
  margin-bottom: 25px;
  list-style: none;
}

.benefits-modals .benefits-content ul li::before {
  content: "- ";
  margin-right: 0.3rem;
}

.benefits-modals .benefits-content ul li a {
  color: #1F5DF5;
  font-weight: 700;
  text-decoration: none;
}

.benefits-modals .benefits-documents a {
  display: inline-block;
  color: #fff;
  background-color: #1F5DF5;
  font-weight: 400;
  font-size: 1.1rem;
  border-radius: 0;
  padding: 10px 10px;
  text-align: center;
  border: 0;
  margin-right: 10px;
  text-decoration: none;
  margin-bottom: 15px;
}

.benefits-modals .benefits-documents a:last-child {
  margin-right: 0px;
  margin-bottom: 0px;
}

.benefits-modals .benefits-documents a:hover {
  color: #000;
  background-color: #8afcfd;
}

.benefits-modals .benefits-documents a span {
  display: inline-block;
  width: 15px;
  margin-left: 40px;
  filter: invert(1);
}

.benefits-modals .benefits-documents a:hover span {
  filter: invert(0);
}

.benefits-modals .btn-close-custom {
  position: absolute;
  top: -1rem;
  right: -1rem;
  z-index: 10;
  background-color: #fff;
  border-radius: 50%;
  padding: 0.7rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  opacity: 1;
  width: 0.8rem;
  height: 0.8rem;
}

.benefits-modals .btn-close-custom:hover {
  filter: invert(1);
}

.sondagram-container .sondagram-controls {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.sondagram-container .select {
  margin-bottom: 0;
}

.sondagram-container .btn-post {
  margin-bottom: 0;
}

/*Unidades*/
.content-page h1, .content-page h2, .content-page h3, .content-page h4, .content-page h5, .content-page h6 {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 700;
  color: #1F5DF5;
}

.content-page .content-body p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.0rem;
  line-height: 150%;
}

.content-page .content-body p strong {
  font-weight: 800;
}

.content-page .content-body ul {
  padding-left: 20px;
}

.content-page .content-body ul li {
  margin-bottom: 10px;
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 1.0rem;
  line-height: 150%;
}

.content-page .content-body img {
  max-width: 100%;
  height: auto;
}

.content-page .content-body table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
  border-collapse: collapse;
}

.content-page .content-body table> :not(caption)>*>* {
  padding: 0.5rem 0.5rem;
  background-color: transparent;
  border-bottom: 1px solid #dee2e6;
}

.content-page .content-body table>thead {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.content-page .content-body table>tbody>tr:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

/* Opcional: Reset de estilos del navegador */
.content-page .content-body th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

/* Espaciado para celdas <th scope="row"> */
.content-page .content-body table th {
  font-weight: 500;
}

/* Alternativa visual mínima si quieres incluir bordes */
.content-page .content-body table {
  border: 1px solid #dee2e6;
}

.content-page .content-body table> :not(caption)>* {
  border-width: 1px 0;
}

.content-page .content-body .table> :not(caption)>*>* {
  border-width: 0 1px;
}

.history-link a {
  background-color: #00fffe;
  color: #000;
  border: none;
  display: inline-block;
  padding: 15px 20px;
  border-radius: 0;
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 130%;
  text-decoration: none;
}

.history-link a:hover {
  background-color: #000;
  color: #fff;
}

.evolution-logo p {
  margin-bottom: 0 !important;
}

.nav-sonda .navbar-toggler {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  margin-left: auto !important;
}

#politicas-container .links-docs {
  background-color: transparent;
  border: 0;
  color: #1a62ec;
  font-size: 1.8rem;
  padding: 0;
  margin: 0;
}

#politicas-container .links-docs:hover {
  color: #000;
}

/* Galeria Historia */
.history-gallery-carousel-image {
  height: 250px;
  object-fit: cover;
  width: 100%;
  cursor: pointer;
}

.history-gallery-modal .modal-content {
  background-color: transparent;
  border: none;
}

.history-gallery-modal img {
  max-height: 90vh;
}

/*SONDAGram*/
#postDetailModal {}

#postDetailModal .modal-header {
  border-bottom: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

#postDetailModal .modal-header .btn-close {
  position: absolute;
  top: -6px;
  right: -6px;
  background-color: #00fffd;
  border-radius: 50%;
  opacity: 1;
  width: 0.8em;
  height: 0.8em;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}

#postDetailModal .post-title {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 700;
}

#postDetailModal .timestamp {
  font-weight: 300;
  font-size: 0.9rem;
}

#modalPostContent {
  font-weight: 300;
  font-size: 1.0rem;
}

#modalPostContent a {
  color: #1F5DF5;
  font-weight: 700;
}

#modalPostContent a:hover {
  color: #000;
}

#postDetailModal .comment-form .btn-primary {
  color: #000;
  background-color: #00fdfa;
  border: 0;
  font-weight: 400;
}

#postDetailModal .comment-form .btn-primary:hover {
  color: #fff;
  background-color: #000;
}

/* Extras */
.pr {
  position: relative;
}

#pdfUniversalModal {
  z-index: 10000;
}

#pdfUniversalModal .modal-content {
  border-radius: 0px;
  background: transparent;
  padding: 0;
  margin: 0;
  height: 100%;
}

#pdfUniversalModal .modal-footer {
  background-color: transparent !important;
  position: absolute;
  bottom: 7px;
  right: 15px;
  border: 0;
}

#pdfUniversalModal .pdf-container {
  height: 80vh;
}

.modal-open .modal.video-modal {
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1051;
}

#trabajadores img {
  width: 100px;
}

#trabajadores .col-md-6 {
  padding: 20px 10px;
}

#mainContent>div>main>div>div>div>div>div>div>div.col-lg-8.col-md-8.col-sm-12.col-12>div.titulo.text-center.mb-5>h1 {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  color: #1F5DF5;
}

#mainContent>div>main>div>div>div>div>div>div>div.col-lg-8.col-md-8.col-sm-12.col-12>div.titulo.text-center.mb-5>p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
}

.top-modal-exp {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

/* Regional tag styles */
.news-card-relative {
  position: relative;
}

.regional-tag {
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  padding: 2px 8px;
  border-radius: 0px;
  font-size: 8px;
  font-weight: bold;
  z-index: 10;
}

/* Floating Feedback Button */
.feedback-floating-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1200;
  background: #56fffe;
  color: #000;
  border: none;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  letter-spacing: 0.01em;
  line-height: 1.1;
  font-size: 12px;
  text-align: center;
  padding: 14px 0 0 0;
}

.feedback-floating-btn:hover {
  bottom: 33px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.22);
}

.feedback-floating-btn b {
  color: #fff;
  font-weight: 900;
  margin: 0 2px;
}

.feedback-floating-btn .feedback-emoji {
  font-size: 1.3em;
  display: block;
  margin-top: 2px;
}

/* Feedback Modal Image Drop Area */
.feedback-image-drop {
  border: 2px dashed #00fffd;
  border-radius: 8px;
  background: #f8fafd;
  color: #888;
  text-align: center;
  padding: 16px;
  margin-top: 8px;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
}

.feedback-image-drop.dragover {
  border-color: #00e0e0;
  background: #e0f7fa;
  color: #222;
}

/* Feedback Modal Custom Style */
#feedbackModal .modal-content {
  background: #f5f5f5;
  border-radius: 0;
  box-shadow: 4px 6px 16px rgba(0, 0, 0, 0.13);
  border: none;
}

#feedbackModal .modal-header {
  border-bottom: none;
  padding-bottom: 0;
}

#feedbackModal .modal-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #222;
}

#feedbackModal .modal-body {
  padding-top: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#feedbackModal .modal-body form {
  width: 100%;
  margin: 0 auto;
}

#feedbackModal textarea.form-control {
  min-height: 120px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 18px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  resize: vertical;
}

#feedbackModal label.form-label {
  font-weight: 500;
  color: #222;
  width: 100%;
  margin-bottom: 8px;
}

#feedbackModal .feedback-image-drop {
  width: 100%;
  max-width: 100%;
  min-height: 80px;
  height: 80px;
  margin: 0 auto 18px auto;
  font-size: 2.2em;
}

#feedbackModal .feedback-image-drop.dragover {
  background: #b2f7f7;
  color: #222;
}

#feedbackModal .btn-cyan {
  background: #00fffd;
  color: #222;
  border: none;
  border-radius: 0;
  font-weight: 700;
  width: 100%;
  margin-top: 8px;
  font-size: 1rem;
  box-shadow: none;
}

#feedbackModal .btn-cyan:hover {
  background: #00e0e0;
  color: #111;
}

#feedbackModal #feedbackImagePreview {
  display: block;
  margin: 8px auto 0 auto;
  max-width: 120px;
  max-height: 80px;
  border-radius: 6px;
}

#feedbackModal, #feedbackModal * {
  font-size: 0.8rem !important;
}

#feedbackModal .modal-title {
  width: 100%;
  text-align: left;
  margin-bottom: 0.5rem;
}

#feedbackModal .modal-body form {
  width: 100%;
  margin: 0 auto;
}

#feedbackModal textarea.form-control,
#feedbackModal .feedback-image-drop,
#feedbackModal .btn-cyan,
#feedbackModal label.form-label {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

#feedbackModal .feedback-image-drop {
  min-height: 80px;
  height: 80px;
  margin: 0 auto 18px auto;
  font-size: 2.2em;
}

.hidden {
  display: none !important;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #f2f2f2;
  --bs-body-color-rgb: 242, 242, 242;
  --bs-body-bg: #f2f2f2;
  --bs-body-bg-rgb: 242, 242, 242;
}

.pagination {
  color: #000;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
}

p {
  color: #000;
}

.importante {
  color: #000;
}

/*Reconocidos*/

.reco-tabs .nav-tabs {
  border: 0;
}

.reco-tabs .nav-pills .nav-link:hover {
  color: #000;
  background-color: #56fffe;
}

.reco-tabs .nav-pills .nav-link.active, .reco-tabs .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #000000;
}

.reco-tabs .nav-pills .nav-link {
  color: #000;
}

.nav-tabs .nav-item .nav-link {
  color: #000;
  border: 0;
  border-radius: 5px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #000000;
}

.nav-tabs .nav-item:hover .nav-link, .nav-tabs .nav-link:hover {
  color: #000;
  background-color: #56fffe;
}
