body {
	/*background-image: url(img/fondoAspirantesX.jpg);*/
    font-family: 'Poppins', sans-serif;
    background-color: #f8f9fa;
    color: #333;
}
.head-2025
{
	background-color: #022c56;
}
.imagen-redondeada{
	border-radius: 15px;
}

  .card {
    transition: transform 0.3s ease;
    border-radius: 1rem;
  }
  .zoom {
    transition: transform 0.4s;
  }
  .zoom:hover {
    transform: scale(1.15);
  }
  h1, h2, h4 {
    font-weight: 700;
    color: #004080;
  }
  .fondomed {
    background: linear-gradient(145deg, #ffffff, #e6e6e6);
    padding: 2rem;
  }
  
.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: var(--bs-progress-bar-color);
    text-align: center;
    white-space: nowrap;
    background-color: #100A7B;
    transition: var(--bs-progress-bar-transition);
}  

.btn-primaryVP {
    --bs-btn-color: #fff;
    --bs-btn-bg: #1A1070;
    --bs-btn-border-color: #1A1070;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #1A1070;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #1A1070;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #1A1070;
    --bs-btn-disabled-border-color: #1A1070;
}
  
  .stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #100A7B;
    z-order: 0;

}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

	.my-button {
		background-color: #1A1070;
		border-color: #1A1070;
		opacity: 0.9;
		color: #FFFFFF;
	}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.btn-circle:active {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
  background-color: #100A7B;
  color: #FFFFFF
}


    .scanner-container {
      position: relative;
      width: 100%;
      max-width: 600px;
      margin-top: 20px;
      display: none;
    }

    canvas {
      width: 100%;
      display: block;
    }

@keyframes scan {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}

.scan-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: limegreen;
  box-shadow: 0 0 8px limegreen;
  opacity: 0.8;
  z-index: 3;
  animation: scan 3s linear infinite; 
}

.scan-line.once {
  animation: scan 1s linear 1;
}


    .scanner-rect {
      position: absolute;
      border: 3px solid limegreen;
      box-shadow: 0 0 10px limegreen;
      transition: all 0.5s ease-in-out;
      z-index: 2;
      pointer-events: none;
      display: none;
    }

    #mensaje {
      font-weight: bold;
      margin-top: 15px;
      color: #0f0;
    }

    .scanner-container-cp {
      position: relative;
      width: 100%;
      max-width: 600px;
      margin-top: 20px;
      display: none;
    }

    canvas-cp {
      width: 100%;
      display: block;
    }

    .scan-line-cp {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 5px;
      background-color: limegreen;
      box-shadow: 0 0 8px limegreen;
      opacity: 0.8;
      z-index: 3;
    }

    .scanner-rect-cp {
      position: absolute;
      border: 3px solid limegreen;
      box-shadow: 0 0 10px limegreen;
      transition: all 0.5s ease-in-out;
      z-index: 2;
      pointer-events: none;
      display: none;
    }

    #mensaje-cp {
      font-weight: bold;
      margin-top: 15px;
      color: #0f0;
    }
	.imagen-redondeada{
		  border-radius: 15px;
	  }
	.imagen-redondeada-w{
	border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius:0px;
	  }
	  

	.botonBuscar{
		background-color:transparent;
		background-image:url(img/buscar.png);
		background-repeat:no-repeat;
		height:48px;
		width:48px;
		background-position:center;		
	}