html,body{
	  color: #646567 !important;
	
  }
  
  .card{
	  color: #646567 !important;
  }
  
  .logo{
	  width:200px;
	  height:auto;
  }
  
  .backg{
	 
	 
	 background: url(https://simulatupuntaje.ucsc.cl/images/background-sipos.jpg) no-repeat center center ; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	  
	  
	 
  }
  
  .linea{
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .25;
  }
  
  
  .background-simulador {
    background-color: #f0f0f0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

  }
  
  
  .step-container {
      position: relative;
      text-align: center;
      transform: translateY(-43%);

    }

.step-container .active{
      color:#ffffff;
	  background-color: #d2091e;
      width: 30px;
      height: 30px;
      border-radius: 50%;     
      border: 1px solid #d2091e;
      line-height: 30px;
      /*font-weight: bold;*/
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 10px;
      cursor: pointer; /* Added cursor pointer */
}

.step-container a{
	  text-decoration:none;
	  color:#d2091e;
	  background-color: #ffffff;
      width: 30px;
      height: 30px;
      border-radius: 50%;     
      border: 1px solid #d12421;
      line-height: 30px;
      font-weight: bold;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 10px;
      cursor: pointer; /* Added cursor pointer */
}

.step-container a:hover{
	  color:#ffffff;
	  background-color: #d2091e;
      width: 30px;
      height: 30px;
      border-radius: 50%;     
      border: 1px solid #d12421;
      line-height: 30px;
      font-weight: bold;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 10px;
      cursor: pointer; /* Added cursor pointer */
}


.step-circle {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background-color: #fff;
      border: 2px solid #646567;
      line-height: 30px;
      font-weight: bold;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 10px;
      cursor: pointer; /* Added cursor pointer */
    }
	
	




    .step-line {
      position: absolute;
      top: 16px;
      left: 50px;
      width: calc(100% - 100px);
      height: 2px;
      background-color: #333;
      z-index: -1;
    }
	
	
	.div-footer {
    --bs-gutter-x: 0rem;
    background-color: #d12421!important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.background-footer-rrss {
    background-color: #646567!important;
    --bs-gutter-x: 0rem;
}

.icons-ucsc i {
    width: 40px;
    font-size: 25px;
    color: #fff;
}


.sizer{
	height: 45vh;
	overflow:auto;
}
	
.sizer2{
	height: 30vh;
	overflow:auto;
}
	
.behind{
	top:0;
	left:0;
	width:50%;
	height:100%;
	position:absolute;
	display:block;

	z-index:99999999999999999999999;
}

.forward{
	top:0;
	right:0;
	width:50%;
	height:100%;
	position:absolute;
	display:block;
	z-index:99999999999999999999999;
}

/*

.fl-der{
	position:fixed;
	right:5%;
	top:40%;
	z-index:99999999999999999999999;
}

.fl-izq{
	position:fixed;
	left:5%;
	top:40%;
	z-index:99999999999999999999999;
}*/
	
	
	
	
	
	