.text-bold {
  font-weight: bold !Important;
}

.btn-white {
  background: linear-gradient(45deg, #ffffff, #f2f2f2);
  color: #333;
  border: 1px solid #ddd;
  padding: 10px 20px;
  border-radius: 5px;
  transition: background 0.3s ease;
}

.btn-white:hover {
  background: linear-gradient(45deg, #f2f2f2, #e6e6e6);
}

.btn-white.btn-round {
  border-radius: 50px;
}

.btn-dark {
  background: linear-gradient(45deg, #333333, #000000);
  color: #fff;
  border: 1px solid #444;
  padding: 10px 20px;
  border-radius: 5px;
  transition: background 0.3s ease;
}

.btn-dark:hover {
  background: linear-gradient(45deg, #444444, #222222);
}

.btn-dark.btn-round {
  border-radius: 50px;
}

.info.info-hover .info-title {
  transition: color .4s;
}

.info.info-hover:hover .icon {
  -webkit-transform: translate3d(0, -0.5rem, 0);
  -moz-transform: translate3d(0, -0.5rem, 0);
  -o-transform: translate3d(0, -0.5rem, 0);
  -ms-transform: translate3d(0, -0.5rem, 0);
  transform: translate3d(0, -0.5rem, 0);
}

.info.info-hover:hover .icon.icon-primary.icon-circle {
  box-shadow: 0px 15px 30px 0px rgba(249, 99, 50, 0.3);
}

.info.info-hover:hover .icon.icon-info.icon-circle {
  box-shadow: 0px 15px 35px 0px rgba(44, 168, 255, 0.3);
}

.info.info-hover:hover .icon.icon-success.icon-circle {
  box-shadow: 0px 15px 35px 0px rgba(24, 206, 15, 0.3);
}

.info.info-hover:hover .icon.icon-warning.icon-circle {
  box-shadow: 0px 15px 35px 0px rgba(255, 178, 54, 0.3);
}

.info.info-hover:hover .icon.icon-danger.icon-circle {
  box-shadow: 0px 15px 35px 0px rgba(255, 54, 54, 0.3);
}

.info.info-hover:hover .icon.icon-info+.info-title {
  color: #2CA8FF;
}

.info.info-hover:hover .icon.icon-warning+.info-title {
  color: #FFB236;
}

.info.info-hover:hover .icon.icon-danger+.info-title {
  color: #FF3636;
}

.info.info-hover:hover .icon.icon-primary+.info-title {
  color: #345a4e;
}

.info.info-hover:hover .icon.icon-success+.info-title {
  color: #18ce0f;
}

.info .icon {
  color: #888;
  transition: transform .4s, box-shadow .4s;
}

.info .icon>i {
  font-size: 2.3em;
}

.info .icon.icon-circle {
  max-width: 70px;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  border-radius: 50%;
  box-shadow: 0px 9px 35px -6px rgba(0, 0, 0, 0.3);
  font-size: 0.7142em;
  background-color: #FFFFFF;
  position: relative;
}

.info .icon.icon-circle i {
  line-height: 2.6em;
}

.info .info-title {
  margin: 15px 0 5px;
  padding: 0 15px;
  color: #2c2c2c;
  font-weight: 700;
}

.info p {
  color: #888;
  padding: 0 15px;
  font-size: 1.1em;
}

.info-horizontal {
  text-align: left !important;
}

.info-horizontal .icon {
  float: left;
  margin-top: 23px;
  margin-right: 10px;
}

.info-horizontal .icon>i {
  font-size: 2em;
}

.info-horizontal .icon.icon-circle {
  width: 65px;
  height: 65px;
  max-width: 65px;
  margin-top: 8px;
}

.info-horizontal .icon.icon-circle i {
  display: table;
  margin: 0 auto;
  line-height: 3.5;
  font-size: 1.9em;
}

.info-horizontal .description {
  overflow: hidden;
}

.btn-xs {
  padding: 2px 6px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

#ofBar {
  background: #fff;
  z-index: 999999999;
  font-size: 16px;
  color: #333;
  padding: 16px 40px;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 80px;
  width: 80%;
  border-radius: 8px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 13px 27px -5px rgba(50, 50, 93, 0.25), 0 8px 16px -8px rgba(0, 0, 0, 0.3), 0 -6px 16px -6px rgba(0, 0, 0, 0.025);
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.5rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 500;
}

.alert-dismissible {
  padding-right: 3rem;
}

.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
  background-image: none;
  background-color: #0ff0;
  color: white;
  border-top: #e0ffff00;
  border-bottom: #e0ffff00;
  border-left: #e0ffff00;
  border-right: #e0ffff00;
}

.alert-primary {
  color: #903925;
  background-color: #fcdfd8;
  border-color: #fbcfc5;
}

.alert-primary .alert-link {
  color: #732e1e;
}

.alert-secondary {
  color: #4c5664;
  background-color: #e5e9ed;
  border-color: #d9dde4;
}

.alert-secondary .alert-link {
  color: #3d4550;
}

.alert-success {
  color: #0e7c09;
  background-color: #d1f5cf;
  border-color: #baf0b7;
}

.alert-success .alert-link {
  color: #0b6307;
}

.alert-info {
  color: #1a6599;
  background-color: #d5eeff;
  border-color: #c0e5ff;
}

.alert-info .alert-link {
  color: #15517a;
}

.alert-warning {
  color: #62420e;
  background-color: #fdedd3;
  border-color: #fce4bd;
}

.alert-warning .alert-link {
  color: #4e350b;
}

.alert-danger {
  color: #880000;
  background-color: #f9cccc;
  border-color: #f6b3b3;
}

.alert-danger .alert-link {
  color: #6d0000;
}

.alert-light {
  color: #636364;
  background-color: #fdfefe;
  border-color: #fdfdfe;
}

.alert-light .alert-link {
  color: #4f4f50;
}

.alert-dark {
  color: #1f2b3e;
  background-color: #d6dae1;
  border-color: #c2c8d1;
}

.alert-dark .alert-link {
  color: #192232;
}

.alert-white {
  color: #666666;
  background-color: white;
  border-color: white;
}

.alert-white .alert-link {
  color: #525252;
}

.btn-close:focus {
  box-shadow: none;
}

.alert-dismissible .btn-close {
  background-image: none;
}

.floating-btn {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 1000;
}

.alert-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    width: 300px;
}

.alert {
    position: relative;
}

.close-btn {
    position: absolute;
    top: 0;
    right: 10px;
    cursor: pointer;
}

.video-text {
  font-size: 5em;
  color: #fff;
}

.nav-pills-dark .nav-link {
  background-color: #343a40;
  /* Color oscuro para los botones */
  color: #ffffff;
  /* Texto blanco */
}

.nav-pills-dark .nav-link.active {
  background-color: #212529;
  /* Color más oscuro para el botón activo */
  color: #ffffff;
  /* Texto blanco */
  border: 1px solid #495057;
  /* Borde claro */
}

.nav-pills-dark .nav-link:hover {
  background-color: #495057;
  /* Efecto hover con un tono más claro */
}

.w-80 {
  width: 80% !important;
}

.navbar-brand-img {
  height: auto;
  max-height: 50px;
  /* Ajusta el valor según el tamaño deseado */
}

#btnSubirPagina {
  /*display: none;*/
  position: fixed;
  bottom: 24px;
  right: 33px;
  
  background-color: #ffffff;
  color: #061733;
  border: none;
  border-radius: 25px;
  padding: 10px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s;
}

#btnSubirPagina:hover {
  background-color: #061733;
  color: #fff;
}

.vertical-timeline-element-content {
  position: relative;
  margin-left: 180px;
  font-size: .8rem;
}

.vertical-timeline-element-content .timeline-title {
  font-size: 1.1rem;
  text-transform: uppercase;
  margin: 0 0 .5rem;
  padding: 2px 0 0;
  /*font-weight: bold;*/
}

.vertical-timeline-element-content .vertical-timeline-element-date {
  display: block;
  position: absolute;
  left: -180px;
  top: 0;
  padding-right: 10px;
  text-align: right;
  color: #adb5bd;
  font-size: .7619rem;
  white-space: nowrap;
}

.vertical-timeline-element-content:after {
  content: "";
  display: table;
  clear: both;
}

.vertical-timeline {
  width: 100%;
  position: relative;
  padding: 1.5rem 0 1rem;
}

.vertical-timeline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 147px;
  height: 100%;
  width: 4px;
  background: #e9ecef;
  border-radius: .25rem;
}

.vertical-timeline-element {
  position: relative;
  margin: 0 0 1rem;
}

.vertical-timeline--animate .vertical-timeline-element-icon.bounce-in {
  visibility: visible;
  animation: cd-bounce-1 .8s;
}

.vertical-timeline-element-icon {
  position: absolute;
  top: 0;
  left: 137px;
}

.vertical-timeline-element-icon .badge-dot-xl {
  box-shadow: 0 0 0 5px #fff;
}

.section-header {
  background-size: cover;
  /* Asegura que la imagen ocupe todo el fondo */
  background-position: center;
  /* Centra la imagen */
  background-repeat: no-repeat;
  /* Evita que la imagen se repita */
  background-attachment: fixed;
  /* Para que la imagen de fondo se quede fija al hacer scroll (opcional) */
}

.bg-color-1 {
  background-color: #061733 !important;
}

.headroom--not-top.navbar-theme-color-1 {
  background-color: #061733;
}

.border-inferior-nav {
  border-bottom-width: 1px;
  border-color: white;
  border-style: solid;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
}

.linea-negra {
  border: none;
  /* Elimina el borde por defecto */
  height: 1px;
  /* Grosor de la línea */
  background-color: black;
  /* Color de la línea */
  width: 100%;
  /* Ocupa todo el ancho del contenedor */
}

.btn-round {
  border-radius: 50%;
  /* Hace el botón completamente redondo */
  padding: 10px 15px;
  /* Ajusta el padding para darle un tamaño uniforme */
  font-size: 16px;
  /* Ajusta el tamaño de la fuente */
  width: 40px;
  /* Tamaño del botón */
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}





/* Estilos generales para la lista */
.estado-list {
  list-style-type: none;
  /* Elimina los puntos de la lista */
  padding: 0;
}



/* Estilos para los indicadores */
.radio-indicator {
  width: 24px;
  /* Tamaño del radio */
  height: 24px;
  /* Tamaño del radio */
  border-radius: 50%;
  /* Forma circular */
  border: 2px solid #ccc;
  /* Borde gris claro */
  background-color: #fff;
  /* Fondo blanco */
}

/* Colores para los radios: warning, success, danger */
.radio-indicator.warning {
  background-color: #ffc107;
  /* Amarillo (warning) */
}

.radio-indicator.success {
  background-color: #28a745;
  /* Verde (success) */
}

.radio-indicator.danger {
  background-color: #dc3545;
  /* Rojo (danger) */
}

.radio-indicator.grey {
  background-color: #fff;
  /* Rojo (danger) */
}

/* Estilos para los indicadores */
.radio-indicator-mini {
  width: 12px;
  /* Tamaño del radio */
  height: 12px;
  /* Tamaño del radio */
  border-radius: 50%;
  /* Forma circular */
  border: 2px solid #ccc;
  /* Borde gris claro */
  background-color: #fff;
  /* Fondo blanco */
}

/* Colores para los radios: warning, success, danger */
.radio-indicator-mini.warning {
  background-color: #ffc107;
  /* Amarillo (warning) */
}

.radio-indicator-mini.success {
  background-color: #28a745;
  /* Verde (success) */
}

.radio-indicator-mini.danger {
  background-color: #dc3545;
  /* Rojo (danger) */
}

.radio-indicator-mini.grey {
  background-color: #fff;
  /* Rojo (danger) */
}


/* Aplica el estilo solo a la fila con la clase .estado-fila */
.estado-fila {
  display: flex;
  align-items: center;
  /* Centra verticalmente los elementos */
  flex-wrap: nowrap;
  /* Evita que los elementos se apilen */
}






/* Estilos específicos para la fila */
.estado-fila {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
}

/* El radio-indicator se mantiene redondo */
.radio-indicator {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ffc107;
  /* Amarillo para warning */
  margin-right: 10px;
  /* Espacio entre el indicador y el texto */
  flex-shrink: 0;
  /* Evita que el círculo se reduzca de tamaño */
}

/* Aseguramos que el texto (span) no se deforme */
.estado-item span {
  font-size: 1.2rem;
  font-weight: 500;
  margin-left: 10px;
  white-space: nowrap;
  /* Evita que el texto se rompa */
  display: inline-block;
  /* Asegura que el texto se mantenga en una sola línea */
}

/* Ajuste en el tamaño de fuente del enlace */
.estado-item a {
  font-size: 1.3vh;
  font-weight: 500;
}









/* Estilos principales */
.main-news {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.main-news-image {
  width: 100%;
  height: 450px;
  object-fit: cover;
  transition: transform 0.5s ease-in-out;
}

.main-news:hover .main-news-image {
  transform: scale(1.05);
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
}

.main-news-title {
  font-size: 1.5rem;
  margin: 0;
}

.main-news-date {
  font-size: 0.9rem;
}

/* Estilos para noticias secundarias */
.thumbnail-news {
  transition: transform 0.3s;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.thumbnail-news:hover {
  transform: scale(1.05);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
}

.news-link {
  text-decoration: none;
  color: inherit;
}

.secondary-news-image {
  height: 150px;
  object-fit: cover;
  border-radius: 8px;
}

.news-info {
  padding: 10px;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
}

.secondary-news-title {
  font-size: 1rem;
  font-weight: bold;
  color: #333;
  margin-top: 8px;
}

.secondary-news-meta {
  font-size: 0.8rem;
  color: #666;
}

.custom-carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.custom-carousel-control:hover {
  background-color: rgba(0, 0, 0, 0.7);
  transform: translateY(-50%) scale(1.1);
}

.carousel-control-prev.custom-carousel-control {
  left: 15px;
}

.carousel-control-next.custom-carousel-control {
  right: 15px;
}

.custom-icon {
  font-size: 24px;
  color: #ffffff;
}

.text-color-1 {
  color: #061733;
}

#navbar-main:hover {
  background-color: #061733 !important;
}

/* Asegura que el modal ocupe el ancho deseado */
.modal-xl {
  max-width: calc(100% - 30px) !important;
}

/* Evita saltos de línea en valores monetarios */
.text-nowrap {
  white-space: nowrap;
}

.iconos-documentos {
  cursor: pointer;
  font-size: 2rem;
  color: #4A5073 !important;
}

.pb-10 {
  padding-bottom: 10rem;
}

.row-encabezado {
  padding-left: 50px;
  padding-right: 50px;
  margin-top: -60px!important;
}

.row-contenido {
  padding-left: 50px;
  padding-right: 50px;
  margin-top: -60px!important;
}

.mc-contenido {
  margin-left: 62px;
}

.bg-grey {
  background-color: #dfdfdf !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}
