@import url(../../repositorio/css/roboto.css);
@import url(../../repositorio/css/soberana.css);

body {
    height: 100% !important;
    /*Permite que las alertas de jconfirm se muestren al centro siempre*/
}


#fondoCargando {
    height: 100%;
    width: 100%;
    opacity: 0.5;
    background-color: #000;
    top: 0;
    left: 0;
    visibility: hidden;
    position: fixed;
    z-index: 9999;
}

#imagenCargando {
    height: 120px;
    width: 120px;
    background-image: url(../imagenes/load_gr.gif);
    background-size: cover;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    /* Negative half of height. */
    margin-left: -60px;
    /* Negative half of width. */
    visibility: hidden;
    position: fixed;
    z-index: 99999;
}

/* Nuevo JV */
	#mainNavigation a {
     
      font-family: 'Cabin', sans-serif;
      font-size:14px;
      text-transform:uppercase;
      letter-spacing:2px;
      text-shadow:1px 1px 2px rgba(0, 0, 0, 0.747)
    }
    
    .dropdown-menu {
      background:#03727d
    }
    a.dropdown-toggle {
      color:#ffffff !important
    }
    a.dropdown-item:hover {
      color:#03727d !important
    }
    .nav-item a{
      color:#ffffff;
    }
    .nav-item a:hover {
      color:#fff
    }
    .nav-item{
      min-width:12vw;
    }
    #mainNavigation {
      position:fixed;
      top:10px;
      left: 1%;
      
      /*top:0;
      left:0;*/
      width:98%;
      z-index:123;
      padding-bottom: 10px;
      /*padding-bottom:20px;*/
      background-color: #1c3151;
      border-radius: 25px;
      /*background: #56EA00;
    background: linear-gradient(90deg,rgba(86, 234, 0, 1) 3%, rgba(28, 49, 81, 1) 46%);*/


      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    /*background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    /*background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%), url("../imagenes/front_d.png"); /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%), url("../imagenes/front_d.png"); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    /*background:#1c3151;*/
    /*background-image: url("imagenes/banner_jv.png");*/
    }
    #navbarNavDropdown.collapsing .navbar-nav,
    #navbarNavDropdown.show .navbar-nav{
      /*background:#037582;*/
      background: #020024;
background: linear-gradient(90deg, rgba(2, 0, 36, 0.35) 0%, rgba(86, 234, 0, 0.3) 100%);
       
      /*padding:12px;*/
    }



#redes{
    margin-top: -180px;
    display: flex; /* Habilita el modelo de caja flexible */
    justify-content: left; /* Centra horizontalmente */
    align-items: center; /* Centra verticalmente */
    flex-wrap: wrap; /* Permite que las imágenes pasen a la siguiente línea si no caben */
    
}
#redes img {
  margin: 15px; /* Añade un poco de espacio entre imágenes */
  transition: transform 0.3s ease;
}

#redes img:hover{
  transform:scale(1.1);
  -webkit-transform:scale(1.1);

}

@media (max-width: 768px) { /* Puedes ajustar este valor de píxeles */
  #redes{
    display: none; /* Oculta el div en pantallas pequeñas */
    visibility: hidden;
    opacity: 0;
  }
}


/* ++++++++++++++++++++++++ */
.caja {
  /*width: 350px;*/
  height: auto;
  /*margin: 1rem auto;*/
  /*perspective: 1000px;*/
  cursor: pointer;
}

.caja-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.caja:hover .caja-inner {
  transform: rotateY(180deg);
}

.caja-front,
.caja-back {
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  /*border-radius: 0.5rem;*/
}

.caja-front {
  position:absolute;

  /*background: white;
  border: 1px solid #e5e7eb;*/
}
.caja-fro {
  position:relative;
  width: fit-content;
  height: auto;
  /*background: white;
  border: 1px solid #e5e7eb;*/
}

.caja-back {
  position: absolute;
  /*background: #8b5cf6;
  color: white;*/
  transform: rotateY(180deg);
}

#ofertaEducativa{
  margin-top: 100px;
}

#escudoBack1{
  background-image: url(../imagenes/independientes/escudo1.png);
  background-repeat: no-repeat;
  background-size:100%;
  padding-bottom: 20px;
}

#escudoBack2{
  background-image: url(../imagenes/independientes/escudo2.png);
   background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 20px;
}

#escudoBack3{
  background-image: url(../imagenes/independientes/escudo3.png);
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 20px;
}

.incremento{
  transition: transform 0.3s ease;
  /*position:absolute;*/
  top:0;
  left:auto;
  width:85%;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  max-width: 100%;
  height: auto;
  /*aspect-ratio: 1/1;*/
  
}
.incremento:hover{
  cursor: pointer;
  transform: scale(1.1);
}

.marco{
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  border: 10px solid transparent;
  border-radius: 30px;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2), 0 8px 22px 0 rgba(0, 0, 0, 0.19);
}
#marco1{
  border-color:#99FF99;
}
#marco2{
  border-color:#99FFFF;
}
#marco3{
  border-color:#FFCC00;
}
#marco4{
  border-color:#FF9966;
}

.marco img{
  transition: transform 0.3s ease;
}

.marco:hover img:first-child{
  transform:scale(1.2);
  -webkit-transform:scale(1.2);

}

#proximosEventos:hover{
  cursor: pointer;
}
.incre_eve{
  transition: transform 0.3s ease;
}
.incre_eve:hover{
  transform: scale(1.1);
}
/*#escudoBack1{
  background-image: url(../imagenes/independientes/escudo2.png);
  background-repeat: no-repeat;
}
#escudoBack1{
  background-image: url(../imagenes/independientes/escudo3.png);
  background-repeat: no-repeat;
}*/

/* +++++++++ Histortia +++++++++++++++ */
#about{
  background-image:url(../imagenes/escudo_marcaDeAgua.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}
.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: "";
  background-color: #e9ecef;
}
.timeline > li {
  position: relative;
  min-height: 50px;
  margin-bottom: 50px;
}
.timeline > li:after, .timeline > li:before {
  display: table;
  content: " ";
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: white;
  border: 2px solid #56ea00;
  border-radius: 100%;
  background-color: #1c3151;
}
.timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading h4, .timeline .timeline-heading .h4 {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-heading h4.subheading, .timeline .timeline-heading .subheading.h4 {
  text-transform: none;
  color:#1c3151;
}
.timeline .timeline-body > ul,
.timeline .timeline-body > p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    min-height: 100px;
    margin-bottom: 100px;
  }
  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}
/* ++++++++++++++++++++++++ */
.masthead {
  min-height: 30rem;
  position: relative;
  display: table;
  width: 100%;
  height: auto;
  /*padding-top: 8rem;
  padding-bottom: 8rem;*/
  /*background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), url("../imagenes/front_d.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;*/
}
.masthead h1, .masthead .h1 {
  font-size: 4rem;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .masthead {
    height: 100vh;
  }
  .masthead h1, .masthead .h1 {
    font-size: 5.5rem;
  }
}
/*----------------*/
.swiper {
  width: 100%;
  /*height: auto;*/
}


/*#video_fondo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}*/

/*----------------*/


#sidebar-wrapper {
  position: fixed;
  z-index: 2;
  right: 0;
  width: 250px;
  height: 100%;
  transition: all 0.4s ease 0s;
  transform: translateX(250px);
  background: #1D809F;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav li.sidebar-nav-item a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 15px;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  font-size: 1.2rem;
  background: rgba(52, 58, 64, 0.1);
  height: 80px;
  line-height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

.sidebar-nav > .sidebar-brand a {
  color: #fff;
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

#sidebar-wrapper.active {
  right: 250px;
  width: 250px;
  transition: all 0.4s ease 0s;
}

.menu-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  background: rgba(52, 58, 64, 0.5);
  line-height: 50px;
  z-index: 999;
}
.menu-toggle:focus, .menu-toggle:hover {
  color: #fff;
}
.menu-toggle:hover {
  background: #343a40;
}

.scroll-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  background: rgba(52, 58, 64, 0.5);
  line-height: 50px;
}
.scroll-to-top:focus, .scroll-to-top:hover {
  color: #fff;
}
.scroll-to-top:hover {
  background: #343a40;
}
.scroll-to-top i {
  font-weight: 800;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

/* Nuevo JV */

.tituloCapacitacion {
    color: #2c7be5;
    cursor: pointer;
}

.tituloCapacitacion:hover {
    text-decoration: underline;
}

#divRadioEstatus {
    display: none;
}

.correcta {
    color: #246D5C;
    font-size: 18px !important;
}


.incorrecta {
    /*background-color: red;*/
    color: #A42145;
    font-size: 15px !important;

}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #748194;
    border-color: #748194;
}

.btn-primary {
    color: #fff !important;
    background-color: #2c7be5 !important;
    border-color: #2c7be5 !important;
}

.btn-primary:hover {
    color: #2c7be5 !important;
    background-color: #fff !important;
}
.btn-primary:hover > i {
    color: #2c7be5 !important;
}

.btnFiltro.btn-inactivo:hover > i {
    color: #2c7be5 !important;
}

.btn-secondary {
    color: #fff !important;
    background-color: #748194 !important;
    border-color: #748194 !important;
}

.btn-secondary:hover {
    color: #748194 !important;
    background-color: #fff !important;
}

.btn-success {
    color: #fff !important;
    background-color: #4d8a84 !important;
    border-color: #4d8a84 !important;
}

.btn-success:hover {
    color: #4d8a84 !important;
    background-color: #fff !important;
}


.btn-danger {
    color: #fff !important;
    background-color: #A42145 !important;
    border-color: #A42145 !important;
}

.btn-danger:hover {
    color: #A42145 !important;
    background-color: #fff !important;
}

.btn-warning {
    color: #fff !important;
    background-color: #f5803e !important;
    border-color: #f5803e !important;
}

.btn-warning:hover {
    color: #f5803e !important;
    background-color: #fff !important;
}

.btn-info {
    color: #fff !important;
    background-color: #0dcaf0 !important;
    border-color: #0dcaf0 !important;
}

.btn-info:hover {
    color: #0dcaf0 !important;
    background-color: #fff !important;
}

/* Para hacer el texto del input del correo un poco más pequeño en el modal de registro */
.input-small {
    font-size: small !important;
}

.link-success {
    color: #146c43 !important;
}

.link-success:hover {
    color: #00a862 !important;
}

.link-purple {
    color: #9100b5 !important;
}

.link-purple:hover {
    color: #cc00ff !important;
}

/*ESTILOS PARA VALIDACIÓN DE FORMULARIOS*/

.error {
    color: #A42145;
    border-color: #A42145 !important;
}

/*Estilo para checkbox*/
.form-check-input:checked {
    background-color: #146c43 !important;
    border-color: #146c43 !important;
}

/*Cambia el color del check dependiendo de que estatus se seleccione */
#rdoEstatusAbierta.form-check-input:checked,
#rdoEstatusActivo.form-check-input:checked {
    background-color: #146c43 !important;
    border-color: #146c43 !important;
}

#rdoEstatusProx.form-check-input:checked {
    background-color: #0dcaf0 !important;
    border-color: #0dcaf0 !important;
}

#rdoEstatusCerrada.form-check-input:checked {
    background-color: #748194 !important;
    border-color: #748194 !important;
}

#rdoEstatusCancelada.form-check-input:checked,
#rdoEstatusInactivo.form-check-input:checked {
    background-color: #A42145 !important;
    border-color: #A42145 !important;
}


.check-primary.form-check-input:checked{
    background-color: #2c7be5 !important;
    border-color: #2c7be5 !important;
}
.check-success.form-check-input:checked{
    background-color: #146c43 !important;
    border-color: #146c43 !important;
}

.check-info.form-check-input:checked {
    background-color: #0dcaf0 !important;
    border-color: #0dcaf0 !important;
}

.check-secondary.form-check-input:checked {
    background-color: #748194 !important;
    border-color: #748194 !important;
}

.check-danger.form-check-input:checked{
    background-color: #A42145 !important;
    border-color: #A42145 !important;
}

/*Se cambia el color de la etiqueta del check seleccionado*/
div:has(> #rdoEstatusAbierta.form-check-input:checked),
div:has(> #rdoEstatusActivo.form-check-input:checked) {
    color: #146c43 !important;
}

div:has(> #rdoEstatusProx.form-check-input:checked) {
    color: #0dcaf0 !important;
}

div:has(> #rdoEstatusCerrada.form-check-input:checked) {
    color: #748194 !important;
}

div:has(> #rdoEstatusCancelada.form-check-input:checked),
div:has(> #rdoEstatusInactivo.form-check-input:checked) {
    color: #A42145 !important;
}

div:has(> .check-primary.form-check-input:checked) {
    color: #2c7be5 !important;
}
div:has(> .check-success.form-check-input:checked) {
    color: #146c43 !important;
}

div:has(> .check-info.form-check-input:checked) {
    color: #0dcaf0 !important;
}

div:has(> .check-secondary.form-check-input:checked) {
    color: #748194 !important;
}

div:has(> .check-danger.form-check-input:checked){
    color: #A42145 !important;
}

.iconTogglePass {
    cursor: pointer;
}


/*Estilos para select2 multiple*/
.select2-container {
    z-index: 99999;
}

.select2,
.select2-selection,
.select2-search,
.select2-search__field {
    width: 100% !important;
}

.selection {
    display: flex;
}

.select2-selection {
    border: 1px solid #d8e2ef !important;
}

.select2-container:focus>.selection>.select2-selection {
    box-shadow: var(--falcon-box-shadow-inset), 0 0 0 0.25rem rgba(44, 123, 229, 0.25) !important;
    border-color: #96bdf2 !important;
}

.select2-selection__choice {
    background-color: #4d8a84 !important;
    color: #FFFFFF !important;
    padding-right: 5px !important;
}

/* Estilos para el módulo de catálogos */

.btnEditarCurso:hover {
    color: #2c7be5 !important;
}

.id,
.clave,
.activo,
.acciones,
.imagen {
    text-align: center;
    vertical-align: middle;
}

.curso,
.descripcion {
    vertical-align: middle;
}

i.fa {
    color: #2c7be5;
}

i.fa-times {
    color: #A42145 !important;
}

.thumbnail {
    transition: transform 0.3s;
    width: 50px;
    /* height: 150px; */
    cursor: pointer;
}

.thumbnail:hover {
    transform: scale(1.2);
}

#modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9999;
}

#modal-close-button {
    position: absolute;
    top: 5px;
    right: 15px;
    color: white;
    font-size: 30px;
    cursor: pointer;
}

#modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 90%;
    max-height: 90%;
    transform: translate(-50%, -50%);
}

/*ESTILOS PARA DATEPICKER*/
.datepicker-days th{
    font-weight: bolder !important;
}

.datepicker-days{
    width: 100% !important;
}

.datepicker-days .old.day,.datepicker-days .new.day {
    color: #bfb7b7 !important;
}
.datepicker-days .day{
    color: #000 !important;
}
.datepicker-days .day:hover{
    background-color: #2c7be55c !important;
}
.datepicker-days .active.day{
    background-color: #2c7be5 !important;
    color: #FFFFFF !important;
}

/*ÍCONOS DE SUBMENÚ*/
#multi-level.nav .fa{
    width: 15px !important;
    text-align: center !important;
}

.accordion-button{
    padding: 5px !important;
    background-color: #FFFFFF !important;
}

.respuestas{
    color: #198754 !important;
}

.pregunta{
    vertical-align: middle;
}

/*Color de la barra de descarga de constancias*/
#progress-toggle{
    background-color: #146c43 !important;
}