@charset "UTF-8";



@media screen and (max-width: 700px) {
  .menu-normal {
    display: none !important;
  }
}

@media  (min-width: 450px){
	.rectangulo-subir-2 {
	    width: 100;
	    height: 77px!important;
	    border-radius: 5px;
	    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
	    background-color: #f8f8f8!important;
	}
	
	
}

@media  (max-width: 450px){
	.rectangulo-subir-2 {
	    width: 150;
	    height: 200px!important;
	    border-radius: 5px;
	    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
	    background-color: #f8f8f8!important;
	}

	
}

@media  (max-width: 550px){
	.rectangulo-subir {
	    width: 100;
	    height: 77px!important;
	    border-radius: 5px;
	    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
	    background-color: #f8f8f8!important;
	}
	.quitPadding{
		padding:0!important;
	}
	.quitBorder{
		padding-left: 0;
	    padding-right: 0;
    }
    
     .customInput>div>span>span.ui-button-text{
    	 position: absolute;
    		
		    display: inline-block;
		    width: 110px!important;
		    white-space: nowrap;
		    overflow: hidden !important;
		    text-overflow: ellipsis;
		    font-size: 11px;
		    left: -57px!important;   
    }
    .rectangulo2 {
	    padding-top: 10px;
	    margin: 0 auto !important;
	    background-color: #F6F6F6;
	    height: 100%;
	    width: 100%;
	}
	.OpsTramPos{
		    text-align: right;
	}
	.quitPadLeftI{
		padding-left:0!important;
	}
	.lbl1{
		font-family: Montserrat !important;
	    font-size: 16px !important;
	    font-weight: 600 !important;
	    font-stretch: normal !important;
	    font-style: normal !important;
	    line-height: normal !important;
	    letter-spacing: normal !important;
	    color: #9482A3 !important;
    }
    
    .rectangulo3 {
	    background-color: #88185B !important;
	    height: 100%;
	    width: 100%;
	    text-align: center;
	    color: #FFF !important;
	}
	.lbl22{
		font-family: Montserrat !important;
		color:white;
	}
	.pt-150{
		padding-top:50px!important;
	}
	.lbl17{
		font-family: Montserrat !important;
	    font-size: 14px;
	    font-weight: 800;
	    font-stretch: normal;
	    font-style: normal;
	    line-height: normal;
	    letter-spacing: normal;
	    color: #9482A3;
	}

}

.rectangulo-subir {
    width: 100;
    height: 70px;
    border-radius: 5px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
    background-color: #f8f8f8!important;
}
.quitPadding{
	padding:0!important;
}
.quitBorder{
	padding-left: 0!important;
    padding-right: 0!important;
}
.quitPaddingLR{
	    padding-left: 0px!important;
    padding-right: 0!important;
}
    
    .customInput>div>span>span.ui-icon-plusthick{
     		position: relative!important; 
    		top: 50%;
    	   margin-top: 0px!important;
    }
    /*
    .customInput>div>span>span.ui-button-text{
     position: absolute;
     		 text-align: center;
		    display: inline-block;
		    width: 180px;
		    white-space: nowrap;
		    overflow: hidden !important;
		    text-overflow: ellipsis;
		    font-size: 11px;
		    left: -95px;		   
    }*/
    .customInput>div>span.ui-button{
    	display:unset!important;
    }

.text-center{
	text-align: center;
}
.sizeInputF{
	width: 39px;
}
.pt-150{
	padding-top:150px;
}

.RegistroLbl{
	font-family: Montserrat !important;
	font-size: 24px!important;
    color: #535353;
}
.RegistroLblsub{
	font-family: Montserrat !important;
	font-size: 19px!important;
    color: #535353;
}

.envelopeSize{
	width:25px;
	height:25px;
}
.sizeFolioRegistro{
	font-size: 20px!important;
    color: #9482A3 !important;
}
.centerE{
	text-align: center;
}
.customInputSimple>.ui-fileupload-filename{
	position: relative;
    text-align: center;
    display: inline-block;
    width: 100px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    font-size: 11px;
    z-index: auto;
}
/*STEP LINES*/
.checkout-broken {  
    text-align: center;
   }
.checkout-broken .brokencheckout-title {
    color: #999;
    font-size: 13px
}
.checkout-broken .step {
    display: inline-block;
  /*  padding: 0 60px;*/
  width:300px;
    position: relative
}
.checkout-broken .timeline {
    height: 0;
    width: 50%;
    position: absolute;
    top: 31%;
    z-index: -11;
    border: 2px solid #a8a8a8;  
}

.checkout-broken .timeline-current {
    height: 0;
    width: 50%;
    position: absolute;
    top: 31%;
    z-index: -11;
    border: 2px solid #268f29;  
} 
.checkout-broken .timeline-r {
    right: -20px;
}
.checkout-broken .timeline-l {
    left: -20px;
}
.checkout-broken .step-text-current {
    border-radius: 50px;
    /* background-color: #fff; */
    padding: 5px 10px 13px;
    height: 10px;
    width: 10px;
    z-index: 999 !important;
    display: inline-block;
    border: 5px solid #9482A3;
    
    color: #9482A3 !important;
    font-size: 16px;
    font-weight: bold;
}

.checkout-broken .step-text {
    border-radius: 50px;
    /* background-color: #fff; */
    padding: 5px 10px 13px;
    height: 10px;
    width: 10px;
    z-index: 999 !important;
    display: inline-block;
    border: 5px solid #a8a8a8;
    
    color: #a8a8a8;
    font-size: 14px;
    font-weight: bold;
}
.checkout-broken .step-desc {
    color: #005387;
    opacity: .5
}
.checkout-broken .current .step-text {
    background-color: white;
    color:black
}
.checkout-broken .current .step-desc {
    opacity: 1
}
.checkout-broken .completed .step-text {
    color: #fff;
  background: #1bbc9b;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
   border: 1px solid #005387
}
.beforee::before{
 content: "✔";
    font-size: 23px;
    position: relative;
    top: -5px;
    left: -5px;
}
.current>.step-desc{
   color: #9482A3 !important;
}
.step-desc{
  color:#a8a8a8!important;
}
.currentline{
      border: 2px solid #9482A3 !important;
  
}
.customInput{
		top:10px;
	}
.quitPadding{
/*	margin-top:5px;*/
}

.ui-fileupload-simple{
	display:initial!important;
} 
.sizeInputF> .ui-button-text-icon-left{
background-image: url(/resources/img/up-arrow@2x.png) !important;
    background-repeat: no-repeat!important;
    background-position: center!important;
    background-size: 23px 20px!important;
    border: none!important;
}
.setFileLabel>.ui-fileupload-filename:after{
	/*content:'Seleccione un PDF';*/
	text-align: center!important;
}
.setFileLabel>.ui-fileupload-filename{
	/*content:'Seleccione un PDF';*/
	text-align: center!important;
}
.setFileLabel>.ui-fileupload-filename{
	/*content:'Seleccione un PDF';*/
	text-align: center!important;
}
.setFileLabel > span:first-child.ui-state-focus{
	border: none!important;

	border-style: none!important;
	-webkit-box-shadow: none!important;
 	 -moz-box-shadow: none!important;
  	box-shadow: none!important;
}
tr>th{
	    color: #ffffff !important;
    background-color: #00843d !important; 
}
.ZeroPadding{
	
	    padding-left: 0!important;
    	padding-right: 0!important;
}

.ZeroPadding{
  
      padding-left: 0!important;
      padding-right: 0!important;
}

.ZeroPadding-final{
  	  padding-top: 0!important;
      padding-bottom: 0!important;
      padding-left: 0!important;
      padding-right: 0!important;
}

/*MOZILLA*/
@-moz-document url-prefix() {
    .customInput>div>span>span.ui-button-text{
         display: block!important;
			top: 35px!important;	
    }
  
    .setFileLabel>.ui-fileupload-filename{
	 display: block!important;
			top: 15px!important;	
			text-align:center; 
	}
}
/*SAFARI*/
@supports (-webkit-hyphens:none)
{

  .customInput>div>span>span.ui-button-text{
         display: block!important;
			top: 0px!important;	
    }

}
.ui-fileupload-filename{
			width: 100%!important;
    		position: absolute;
    		font-size: 11px;
	    	font-weight: bold !important;
	    	color: #535353 !important;
	    	}
	    	
	    	



.errorVehiculo{
	
	    font-weight: bold;
	border: 1px solid;
    margin: 10px 0;
    padding: 10px 10px 10px 10px;
  margin-top:25px;
    position: absolute;
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
	
}

.ui-messages-error-icon{
	display: none !important;
    width: 0px !important;
}
   	
/*
Se agregan Media queries para mas tamanios de pantallas
*/

@media (max-width: 575.98px) { 
	
	.customInput>.ui-button{
		width:50px!important;
	}
	.rectangulo-subir {
	    width: 100;
	    height: 75px!important;
	    border-radius: 5px;
	    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
	    background-color: #f8f8f8;
	}
	/*
	.ui-fileupload-filename{
		position: absolute;
	    width: 120px;
	    left: -25px;
	    white-space: nowrap;
	    overflow: hidden !important;
	    text-overflow: ellipsis;
	    font-size: 11px;
	    font-weight: bold !important;
	    color: #535353 !important;
	}
	*/
	
	.customInput>div>span>span.ui-button-text{
     position: absolute;
     		 text-align: center;
		    display: inline-block;
		    width: 80px!important;
		    white-space: nowrap;
		    overflow: hidden !important;
		    text-overflow: ellipsis;
		    font-size: 11px;
		    left: -95px;
		   		   
    }
    .platformImg{
    width:100%!important;
    }
    
    .adjustFechaTramites{
	 
	    min-width: 40%!important;
	    display: inline-block;	   
	    width: 48%!important;
    }
    
    .customInput>.ui-fileupload-content{
	display:block!important;
	position: absolute;
	margin-top:30px;
	margin-left:-6px;
	background: rgba(0,0,0,0.0);
}
    .adjustContentCustom{
	padding-top:45px!important;
}
   
	

 }


@media (min-width: 576px) and (max-width: 767.98px) { 
	.customInput>.ui-button{
		width:75px!important;
	}
	.rectangulo-subir {
   		 width: 100;
	    height: 75px!important;
	    border-radius: 5px;
	    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
	    background-color: #f8f8f8;
	}
	/*
	.ui-fileupload-filename{
		position: absolute;
	    width: 120px;
	    left: -25px;
	    white-space: nowrap;
	    overflow: hidden !important;
	    text-overflow: ellipsis;
	    font-size: 11px;
	    font-weight: bold !important;
	    color: #535353 !important;
	}
	*/
	.customInput>div>span>span.ui-button-text{
     position: absolute;
     		 text-align: center;
		    display: inline-block;
		    width: 180px!important;
		    white-space: nowrap;
		    overflow: hidden !important;
		    text-overflow: ellipsis;
		    font-size: 11px;
		    left: -95px;		   
    }
    .platformImg{
    width:350px!important;
    }
    
    
    .customInput>.ui-fileupload-content{
	display:block!important;
	position: absolute;
	margin-top:30px;
	margin-left:-6px;
	background: rgba(0,0,0,0.0);
}

.adjustContentCustom{
	padding-top:45px!important;
}
    
	
}


@media (min-width: 768px) and (max-width: 991.98px) { 

	.customInput>.ui-button{
		width:85px!important;
	}
	.rectangulo-subir {
	    width: 100;
	    height: 75px!important;
	    border-radius: 5px;
	    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
	    background-color: #f8f8f8;
	}
	/*
	.ui-fileupload-filename{
		position: absolute;
	    width: 160px!important;
	    left: -25px;
	    white-space: nowrap;
	    overflow: hidden !important;
	    text-overflow: ellipsis;
	    font-size: 11px;
	    font-weight: bold !important;
	    color: #535353 !important;
	}
	*/
	.customInput>div>span>span.ui-button-text{
     position: absolute;
     		 text-align: center;
		    display: inline-block;
		    width: 180px;
		    white-space: nowrap;
		    overflow: hidden !important;
		    text-overflow: ellipsis;
		    font-size: 11px;
		    left: -95px;		   
    }
    .platformImg{
    width:350px!important;
    }
    
    .customInput>.ui-fileupload-content{
	display:block!important;
	position: absolute;
	margin-top:30px;
	margin-left:-6px;
	background: rgba(0,0,0,0.0);
}

.adjustContentCustom{
	padding-top:25px!important;
}
   
    
}


@media (min-width: 992px) and (max-width: 1199.98px) { 
	.customInput>.ui-button{
		width:100px!important;
	}
	.rectangulo-subir {
	    width: 100;
	    height: 75px!important;
	    border-radius: 5px;
	    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
	    background-color: #f8f8f8;
	}
	/*
	.ui-fileupload-filename{
			position: absolute;
		    width: 140px;
		    left: -25px;
		    white-space: nowrap;
		    overflow: hidden !important;
		    text-overflow: ellipsis;
		    font-size: 11px;
		    font-weight: bold !important;
		    color: #535353 !important;
	}
	*/
	.customInput>div>span>span.ui-button-text{
     position: absolute;
     		 text-align: center;
		    display: inline-block;
		    width: 150px!important;
		    white-space: nowrap;
		    overflow: hidden !important;
		    text-overflow: ellipsis;
		    font-size: 11px;
		    left: -95px;		   
    }
    .platformImg{
    width:350px!important;
    }
    
    .customInput>.ui-fileupload-content{
	display:block!important;
	position: absolute;
	margin-top:30px;
	margin-left:-6px;
	background: rgba(0,0,0,0.0);
}
.adjustContentCustom{
	padding-top:45px!important;
}
   
    
	
}

 
@media (min-width: 1200px) { 

	.customInput>.ui-button{
		width:117px!important;
	}
	.rectangulo-subir {
	    width: 100;
	    height: 75px!important;
	    border-radius: 5px;
	    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
	    background-color: #f8f8f8;
	}
	/*
	.ui-fileupload-filename{
		position: absolute;
	    width: 140px!important;
	    left: -25px;
	    white-space: nowrap;
	    overflow: hidden !important;
	    text-overflow: ellipsis;
	    font-size: 11px;
	    font-weight: bold !important;
	    color: #535353 !important;
	}
	*/
	.customInput>div>span>span.ui-button-text{
     position: absolute;
     		 text-align: center;
		    display: inline-block;
		    width: 170px;
		    white-space: nowrap;
		    overflow: hidden !important;
		    text-overflow: ellipsis;
		    font-size: 11px;
		    left: -95px;		   
    }
    .platformImg{
    width:350px!important;
    }
    
    .customInput>.ui-fileupload-content{
	display:block!important;
	position: absolute;
	margin-top:30px;
	margin-left:-6px;
	background: rgba(0,0,0,0.0);
}
    
}
@media (min-width: 1400px) { 
	
	/*.ui-fileupload-filename{
			width: 100%!important;
    		position: absolute;
    		font-size: 11px;
	    	font-weight: bold !important;
	    	color: #535353 !important;
	
		position: absolute;
	    width: 170px;
	    left: -25px;
	    white-space: nowrap;
	    overflow: hidden !important;
	    text-overflow: ellipsis;
	    font-size: 11px;
	    font-weight: bold !important;
	    color: #535353 !important;
	    
	}*/
	
	.customInput>div>span>span.ui-button-text{
     position: absolute;
     		 text-align: center;
		    display: inline-block;
		    width: 180px;
		    white-space: nowrap;
		    overflow: hidden !important;
		    text-overflow: ellipsis;
		    font-size: 11px;
		    left: -95px;		   
    }
    .platformImg{
    width:350px!important;
    }
    
    .customInput>.ui-fileupload-content{
	display:block!important;
	position: absolute;
	margin-top:30px;
	margin-left:-6px;
	background: rgba(0,0,0,0.0);
}
    
}



/*

@media (max-width: 575.98px) { 
.customInput>.ui-button{
		width:50px!important;
	}
	
}
@media (min-width: 576px){ 
	
	.customInput>.ui-button{
		width:50px!important;
	}

 }


@media (min-width: 768px){ 
	.customInput>.ui-button{
		width:75px!important;
	}
	
}


@media (min-width: 992px)  { 

	.customInput>.ui-button{
		width:85px!important;
	}
}




@media (min-width: 1200px) { 

	.customInput>.ui-button{
		width:150px!important;
	}
}

*/

/* EMPIEZA PARA OTRO TIPO DE TAMANO DE PANTALLA*/
@media screen and (max-width: 680px) {
   /* .step-desc {
        display: none
    }
    .checkout-broken .step {
        padding: 0 25px;
        margin:0 10px;
    }
    .checkout-broken .timeline {
        top: 50%
    }*/
}
@media screen and (min-width: 700px) {
  .menu-responsive {
    display: none !important;
  }
 /* 
 .header-parquimetros{
	font-family: sans-serif;
	font-size: 9px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.17;
	letter-spacing: normal;
	color: #898d8d;
	margin: 5px auto !important;
	padding: 10px 10px; 
  }*/

.btn-verde-redondo {
 	
  text-decoration: none;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
  
  color: #fff;
  background-color: #008a43;
  border-color: #007d3d;
  
  border-radius: 18.5px;
  padding: 0.5rem 1.5rem;
}

.contenido{
	max-width: 1250px;
	margin: 0 auto !important;
}

.etiqueta-seccion{
  	font-family: Montserrat !important;
  	font-size: 12px !important;
	font-weight: bold !important;
	font-stretch: normal !important;
	font-style: normal !important;
	line-height: normal !important;
	letter-spacing: normal !important;
	color: #5d5d5d !important;
}

.etiqueta-indicacion{
	font-family: SourceSansPro !important;
  	font-size: 12px !important;
  	font-weight: bold !important;
  	font-stretch: normal !important;
  	font-style: normal !important;
  	line-height: normal !important;
 	letter-spacing: normal !important;
  	color: #898d8d !important;
}

.subtitulo{
	  font-family: Montserrat !important;
	  font-size: 14px !important;
	  font-weight: bold !important;
	  font-stretch: normal !important;
	  font-style: normal !important;
	  line-height: normal !important;
	  letter-spacing: normal !important;
	  color: #0f4c42 !important;
}

.etiqueta-completo{
	font-size: 12px !important;
	border-radius: 10px !important;
  	background-color: #00b140 !important;
  	padding: 4px !important;
  	color: #ffffff !important;
}

.etiqueta-incompleto{
	font-size: 12px !important;
	border-radius: 10px !important;
  	background-color:  #f7b500 !important;
  	padding: 4px !important;
  	color: #ffffff !important;
}

.etiqueta-seccion-detalle{
	font-family: Montserrat !important;
  	font-size: 14px !important;
	font-weight: bold !important;
	font-stretch: normal !important;
	font-style: normal !important;
	line-height: normal !important;
	letter-spacing: normal !important;
	color: #5d5d5d !important;
}

.etiqueta-detalle{
	font-size: 14px !important;
  	font-weight: bold !important;
  	line-height: 1.33 !important;
  	letter-spacing: 0.2px !important;
  	color: #535353 !important;
}

.boton-sidebar{
  font-size: 13px !important;
  font-weight: bold !important;
  letter-spacing: normal;
  text-align: center;
  padding-bottom: 5px;
  color: #ffffff !important;
  background-color: #00b140 !important;
}

.rectangulo1{
	padding-top: 2em;
	padding-bottom: 2em;
	/*background-image: url(/resources/img/bar.png) !important;
	background-repeat: round;*/
	background-color: #9482A3 !important;
	height: 100% !important;
	width: 100% !important;
}

.rectangulo2{
	padding-top: 10px;
	margin: 0 auto !important;
	background-color: #F6F6F6;
	height: 100%;
	width: 100%;
}

.rectangulo3{
	background-color: #88185B !important;
	height: 100%;
	width: 100%;
	text-align: center;
	color: #FFF !important;
}

.rectangulo4{
	width: 100%;
	height: 67px;
  	background-color: #f8f8f8;
}

.rectangulo5{
	width: 100%;
  	height: 4px;
  	background-color: #f0f0f0;
}

.rectangulo6{
	background-color: #00b140;
	height: 100%;
	width: 100%;
	text-align: left;
}

.rectangulo-subir{
	width: 100;
  	height: 70px;
  	border-radius: 5px;
  	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  	background-color: #f8f8f8;
}

.subirDocumento{
	text-align: left;
	font-size: 13px !important;
	font-weight: bold !important;
  	letter-spacing: normal;
  	padding-bottom: 5px;
  	color: #000000 !important;
  	background-color: #F6F6F6 !important;
  	border-radius: 10px;
}

.titulos{
	width: 90% !important;
}

.lbl1{
  	font-family: Montserrat !important;
  	font-size: 22px !important;
  	font-weight: 600 !important;
  	font-stretch: normal !important;
  	font-style: normal !important;
  	line-height: normal !important;
  	letter-spacing: normal !important;
  	color: #9482A3 !important;
}

.lbl2{
  	font-family: Montserrat !important;
  	font-size: 15px !important;
  	font-weight: 600 !important;
  	font-stretch: normal !important;
  	font-style: normal !important;
  	line-height: normal !important;
  	letter-spacing: normal !important;
  	color: #FFF !important;
}

.lbl22{
  	font-family: Montserrat !important;
  	font-size: 17px !important;
  	font-weight: 600 !important;
  	font-stretch: normal !important;
  	font-style: normal !important;
  	line-height: normal !important;
  	letter-spacing: normal !important;
  	color: #ffffff !important;
}

.lbl3{
  	font-family: Montserrat !important;
  	font-size: 14px !important;
  	font-weight: bold !important;
  	font-stretch: normal !important;
  	font-style: normal !important;
  	line-height: normal !important;
  	letter-spacing: normal !important;
  	color: #505050 !important;
}

.lbl4{
  	font-family: Montserrat !important;
 	font-size: 15.3px !important;
  	font-weight: bold !important;
  	font-stretch: normal !important;
  	font-style: normal !important;
  	line-height: normal !important;
  	letter-spacing: normal !important;
  	color: #691C32 !important;
}

.lbl5{
	font-family: Montserrat !important;
  	font-size: 14px !important;
  	font-weight: 800 !important;
  	font-stretch: normal !important;
  	font-style: normal !important;
  	line-height: normal !important;
  	letter-spacing: normal !important;
  	color: #9482A3 !important;
}

.lbl6{
	font-family: Montserrat !important;
	color: #CC0000;
}

.lbl7{
	font-family: Montserrat !important;
  	font-size: 22px !important;
  	font-weight: bold !important;
  	font-stretch: normal !important;
  	font-style: normal !important;
  	line-height: normal !important;
  	letter-spacing: normal !important;
  	color: #505050 !important;
}

.lbl8{
	font-family: Montserrat !important;
  	font-size: 12px !important;
  	font-weight: 800 !important;
  	font-stretch: normal !important;
  	font-style: normal !important;
  	line-height: normal !important;
  	letter-spacing: normal !important;
  	color: #535353 !important;
}

.lbl9{
	font-family: Montserrat !important;
  	font-size: 13px !important;
  	font-weight: bold !important;
  	font-stretch: normal !important;
  	font-style: normal !important;
  	line-height: normal !important;
  	letter-spacing: normal !important;
  	color: #505050 !important;
}

.lbl10 {
  	font-family: Montserrat !important;
  	font-size: 14px !important;
 	font-weight: bold !important;
 	font-stretch: normal !important;
 	font-style: normal !important;
  	line-height: normal !important;
  	letter-spacing: normal !important;
 	text-align: center !important;
 	color: #505050 !important;
}

.lbl11 {
  	font-family: Montserrat !important;
  	font-size: 18px !important;
  	font-weight: bold !important;
  	font-stretch: normal !important;
  	font-style: normal !important;
  	line-height: normal !important;
  	letter-spacing: normal !important;
  	color: #691C32 !important;
}

.lbl12{
  	font-family: Montserrat !important;
  	font-size: 18px !important;
  	font-weight: bold !important;
  	font-stretch: normal !important;
  	font-style: normal !important;
  	line-height: normal !important;
  	letter-spacing: normal !important;
  	text-align: center !important;
  	color: #ba0202 !important;
}

.lbl13{
	font-size: 14px;
	font-weight: 900;
  	font-stretch: normal;
  	font-style: normal;
  	line-height: normal;
  	letter-spacing: normal;
  	text-align: center;
  	color: #505050;
  	font-family: Montserrat !important;
}

.lbl14{
	font-family: Montserrat !important;
    font-size: 18px;
  	font-weight: bold;
  	font-stretch: normal;
  	font-style: normal;
  	line-height: normal;
  	letter-spacing: normal;
  	text-align: center;
  	color: #9482A3;
}

.lbl15{
  font-family: Montserrat !important;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #9482A3;
}

.lbl16{
  font-family: Montserrat !important;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #505050;
}

.lbl17{
  font-family: Montserrat !important;
  font-size: 12px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #9482A3;
}

.lbl18{
	font-family: Montserrat !important;
  	font-size: 12px;
  	font-weight: 500;
  	font-stretch: normal;
  	font-style: normal;
  	line-height: normal;
  	letter-spacing: normal;
  	color: #898989;
}

.panelBoton{
	text-align: center;
}

.boton-personalizado{
	border-radius: 6px !important;
  	background-color: #00843d !important;
}

.medio{
    align-items: center;
}

.space{
	padding-top: 20px !important;
	padding-bottom: 10px !important;
}

.ancho{
	width: 33px !important;
}

.ui-steps.custom .ui-steps-item .ui-menuitem-link {
    padding: 0 1em;
    display: block;
}
 
.ui-steps.custom .ui-steps-item {
    display: inline-block;
    margin-top: -10px;
    margin-bottom: 10px;
    position: relative;
}

.ui-steps.custom {
	display: block;
	padding: 0 1em;
}

.ui-steps{
	
}

.ui-steps-item{
	width: 25% !important;
	border: none !important;
}

.ui-state-highlight {
    text-shadow: none !important;
}

.ui-menuitem-link{
	height: 5px !important;
	background-color: #c1c7d0 !important;
	overflow: visible;
}

.ui-steps-number{
	background-color: #c1c7d0 !important;
	color: #fff !important;
	border-radius: 50px;
	width: 25px !important;
	height: 25px !important;
}

.ui-steps-title{
	color: #505050 !important;
  	height: 34px !important;
  	font-family: Metropolis !important;
  	font-size: 14px !important;
  	font-weight: 900 !important;
  	font-stretch: normal !important;
  	font-style: normal !important;
  	line-height: normal !important;
  	letter-spacing: normal !important;
  	text-align: center !important;
  	margin-top: -6px !important;
}

.status{
		
}

.line1{
	text-align: right;
}

.line2{
	text-align: center;
}

.line3{
	text-align: left;
}

.line4{
	background-color: #c1c7d0;
	height: 2px;
	width: 100%;
	text-align: -webkit-center;
}

.line5{
	background-color: #c1c7d0;
	height: 2px;
	text-align: -webkit-center;
}

.cir1{
	background-color: #c1c7d0;
	border-radius: 50px;
  	width: 25px;
  	height: 25px;
}

.sin{
	height: 100% !important;
	width: 100% !important;
}
}

.informacionFondo{
	background-color: #F6F6F6;
}

.informacionImagen{
	display: flex;
   	align-items: center;
	text-align: center;
	background-image: url(/resources/img/group-9.jpg) !important;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 100% !important;
  	height: 600px !important;
}

.imagenIndex{
	width: 100% !important;
	height: 100% !important;
}

.informacionTexto{
	margin-top: 25%;
}

.lbl31{
	font-family: Montserrat !important;
	font-size: 20px !important;
	font-weight: 1000 !important;
	font-stretch: ultra-expanded !important;
	font-style: normal !important;
	line-height: normal !important;
	letter-spacing: normal !important;
	color: #691C32 !important;
}

.lbl32{
	font-family: Montserrat !important;
  	font-size: 18px;
  	font-weight: 500;
  	font-stretch: normal;
  	font-style: normal;
  	line-height: normal;
  	letter-spacing: normal;
  	color: #686868;
}

.lineaIndex{
	background-color: #00b140 !important;
	height: 1px !important;
}

.retanguloGriss{
	padding-top: 10px;
	margin: 0 auto !important;
	background-color: #F6F6F6;
}

.rectangulo-titulo{
	padding-top: 2em;
	padding-bottom: 2em;
	background-image: url(/resources/img/bar.png) !important;
	background-repeat: round;
	height: 100% !important;
	width: 100% !important;
}

.lbl-bienvenida{
  	font-family: Montserrat !important;
  	font-size: 15px !important;
  	font-weight: 600 !important;
  	font-stretch: normal !important;
  	font-style: normal !important;
  	line-height: normal !important;
  	letter-spacing: normal !important;
  	color: #ffffff !important;
}

.rectangulo-subir2 {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5) !important;
    background-color: #f8f8f8!important;
}

.rectangulo-subir3 {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5) !important;
    background-color: #f8f8f8!important;
}

/* pagina 404 */

.not-found {
    margin: 5em auto 0em !important;
    padding: 7em 3em 7em !important;
    background:#fff !important;
    border-radius: 0 !important;
    width: 55% !important;
}

.notfound-top h1 {
    font-size: 9.5em !important;
    color: #0f4c42 !important;
    padding-top: 0.2em !important;
    text-align: center !important;
}

.content404 {  
  padding: 7em 3em 7em !important;
  float: right;
  width:100%;
  padding-left: 3em;
  border-left: 2px solid  #0f4c42;
}

.etiqueta-detalle{
	font-size: 14px !important;
  	font-weight: bold !important;
  	line-height: 1.33 !important;
  	letter-spacing: 0.2px !important;
  	color: #535353 !important;
}

.ui-messages-error-detail{
	display: none !important;
}

.ui-messages-error-summary{
	margin-left: -22px !important;
	font-weight: normal !important;
}

.ui-fileupload-row{
	display: none !important;
}

.img-manual-usuario{
	    width: 32px;
    position: relative !important;
    top: 12px !important;
    left: -25px;
}

.boton-continuar-llave-home {
	background-image: url(/resources/img/llave.svg) !important;
	background-position: left !important;
	background-repeat: no-repeat !important;	
	background-position-x: 15px !important;
	background-size: 15px !important;
	border-radius: 5px !important;
	width: 200px !important; 
	height: 50px !important;
	/* padding: 6px 0 6px 20px; */
	background-color: #f3f3f3 !important; 
	color: #4a5568 !important; 
	font-weight: 600 !important; 
	border: none !important;
	padding-left: 15px !important;
}

.ui-menuitem-link {
    height: 5px !important;
    background-color: transparent !important;
    overflow: visible;
}

.ui-grid-col-6-esp-home{
	width: 50%;
	padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
}

.ui-grid-col-6-esp-home-2{
	width: 50%;
	padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
}



.ZeroPadding-sidebar .ui-panelgrid-cell{
   padding: 0 !important;
}

.side-bar-header.ui-sidebar .ui-sidebar-close {
   	width: 0!important;
    height: 0!important;
}

@media screen and (max-width: 580px){
.img-header {
    /* width: 80% !important; */
    text-align: center;
    padding: 10px 10px 10px 10px;
}
}

@media screen and (max-width: 1110px) {
	.menu-normal-header {
		display: none !important;
	}
	
	.menu-responsive-header{
	
	}
	
	}
	
	@media screen and (min-width: 1111px) {
		.menu-normal-header {
			
		}
		
		.menu-responsive-header{
		display: none !important;
		}
	}
	
	
	.alinea-icono-centro {
    padding: 5px 5px !important;
    height: 70px;
	}
	 
	@media screen and (min-width: 100px)  and (max-width: 630px) {
	
	.alinea-icono-centro {
    padding: 5px 5px !important;
    height: 110px;
	}
		
	}
	
	@media screen and (min-width: 1031px) {
	.padding-imagen-home{
	padding: 82.5px 90px 82.5px 90px !important
	}
	}
	
	@media screen and (min-width: 421px) and (max-width: 1030px) {
	.padding-imagen-home{
	padding: 30px 30px 30px 30px !important
	}
	}
	
	@media screen and (max-width: 420px) {
	.padding-imagen-home{
	padding: 20px 10px 20px 10px !important;
	}
	}
	
	.colorpurplegray {
			background-color: #E7E6EB !important;
			
		}

		
		.rectangulo3 {
	    background-color: #88185B !important;
	    height: 100%;
	    width: 100%;
	    text-align: center;
	    color: #FFF !important;
	}
	
	.ui-messages-warn, .ui-message-warn {
    color: #535353 !important;
    background-color: #E7E6EB !important;
    border-color: #9482A3 !important;
	}
	
	.ui-messages-info, .ui-messages-warn, .ui-messages-error, .ui-messages-fatal {
    border: 1px solid;
    margin: 10px 0;
    padding: 21px 10px 10px 10px !important;
	}
	
	.ui-messages-error, .ui-message-error {
    color: #88185B !important;
    background-color: #F9F3F7 !important;
    border-color: #F9F3F7 !important;
    border-left-width: 4px !important;
    border-left-color: #88185B !important;
    font-weight: 600 !important;
    font-family: Montserrat !important;
	}
	
	.rectangulo1{
	padding-top: 2em;
	padding-bottom: 2em;
	/*background-image: url(/resources/img/bar.png) !important;
	background-repeat: round;*/
	background-color: #9482A3 !important;
	height: 100% !important;
	width: 100% !important;
}

.rectangulo2{
	padding-top: 10px;
	margin: 0 auto !important;
	background-color: #F6F6F6;
	height: 100%;
	width: 100%;
}

.rectangulo3{
	background-color: #88185B !important;
	height: 100%;
	width: 100%;
	text-align: center;
	color: #FFF !important;
}

.rectangulo4{
	width: 100%;
	height: 67px;
  	background-color: #f8f8f8;
}

.rectangulo5{
	width: 100%;
  	height: 4px;
  	background-color: #f0f0f0;
}

.rectangulo6{
	background-color: #00b140;
	height: 100%;
	width: 100%;
	text-align: left;
}

.adip-menu-output-01-index {
	color: #88185b;
	font-size: 17px;
	font-family: 'Montserrat' !important;
	font-weight: 500;
	line-height: 17px;
}

.adip-menu-output-02-index {
	color: #88185b;
	font-size: 17px;
	font-family: 'Montserrat' !important;
	font-weight: 900;
	line-height: 17px;
}

.etiqueta-tamanio-archivo{
	color: #535353 !important;
}


@media screen and (max-width: 1112px) {
  .contenido-class{
    width: 100%; 
    padding-bottom: 45em;
  }
}

@media screen and (min-width: 1113px) {
  .contenido-class{
    width: 100%; 
    padding-bottom: 16em;
  }
}
