@font-face {
    font-family: 'source_sans_probold';
    src: url('../../font/sourcesanspro-bold.woff2') format('woff2'),
         url('../../font/sourcesanspro-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'source_sans_prolight';
    src: url('../font/sourcesanspro-light.woff2') format('woff2'),
         url('../font/sourcesanspro-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'source_sans_proregular';
    src: url('../font/sourcesanspro-regular.woff2') format('woff2'),
         url('../font/sourcesanspro-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'source_sans_prosemibold';
    src: url('../font/sourcesanspro-semibold.woff2') format('woff2'),
         url('../font/sourcesanspro-semibold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:"source_sans_proregular";
	text-decoration:none !important;
}
a:link
{
	color: #333;
text-decoration:none;
}

a:visited {
	color: #666;
}
a:hover {
	color: #666;
}
a:active {
	color: #999;
}
/*        ROLLOVER  menu fijo       */
.textoBig02 {
   font-size: 20px;
    text-align: left;
	font-weight:600;
	line-height: 17px;
    color: #999;
    display: flex;
	padding-left:12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	margin-bottom: 7px;

}

.alinearTextVer{
	display: flex;
  align-items: center; /* Centra el contenido verticalmente */
}
.selectnum{
	    WIDTH: 30%;
    MARGIN-RIGHT: 5PX;
    MARGIN-TOP: 5PX;
	
	}
.parpadea {
  
  animation-name: parpadeo;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  -webkit-animation-name:parpadeo;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}
@-moz-keyframes parpadeo{  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
   100% { opacity: 1.0; }
}

@keyframes parpadeo {  
  0% { opacity: 1.0; }
   50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}
#proceso{
    width: 90%;
	display:none;
    height: 50%;
    background-color:#000;
    color: #fff;
    position: fixed;
    margin: auto;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    Z-INDEX: 300;
}
#contVehiculo {
    height: 100px;
}
.btnGenerico{
	border: 5px solid #1C6EA4; border-radius: 23px; text-align:center;margin-bottom:10px;
}
.btnGenerico2{
	border: 5px solid #ffffff; border-radius: 23px; background-color: #8FACCB; padding-left: 20px; padding-right: 20px; text-align:center;margin-bottom:10px;
}
.btnGenerico2:link{
	color: #ffffff !important;
}
/* Estado cuando el cursor está sobre el botón */
.btnGenerico2:hover {
  background-color: #ffffff; /* Cambia el color de fondo */
  color: #000000; /* Cambia el color del texto */
  text-decoration: none; /* Mantiene sin subrayado */
}

/* Estado del enlace ya visitado */
.btnGenerico2:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Estado al hacer clic en el botón */
.btnGenerico2:active {
  background-color: #cccccc; /* Cambia a un color de clic */
  color: #333333;
}
.btnGenInactivo{
    border: 5px solid #8db7d3;
    border-radius: 23px;
    text-align: center;
    color: #FFFFFF;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 2px;
    background-color: #878890;
}

.saldoActual{
	border: 5px solid #0032BB; 
	border-radius: 23px; 
	background-color: #0D1E55; 
	padding: 20px; 
	text-align:center;
	font-size: 40px;
	color: #ffffff;
	font-family: 'source_sans_prosemibold';
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	left: 0px;
	right: 0px;
}

#tope{
	position:relative;
	width:100% !important;
	height:180px;
	top:0px;
	background-color:#CCC;
}
#mainCont{
	position:relative;
	width:100% !important;
	height:auto;
}
#footer{
	position:relative;
	width:100% !important;
	height:35px;
	background-color:#666;
	bottom: 0px;
}
#contLogo{
	width:auto;
	height:100px;
}
#2container{
	height: 780px;
    max-width: 500px !important;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
}
#menuhoriz ul li {
	font-family:"source_sans_proregular";
	width: 24%;
  	display: flex;
	text-decoration:none !important;  
}
#menuhoriz ul li {
	position:relative;
	float:left;
    display: flex;
}  
#menuhoriz ul li:hover {  
     
      cursor: pointer; /* cambiar el aspecto del puntero */  
} 
.centrarDiv {
    margin-right: auto;
	margin-left: auto;
	left: 0px;
	right: 0px;
}
#menu{
    position:absolute;
	width:100% !important;
	height:70px;
	bottom:0px;
	background-color:#CCC;
}
#menu .item-fade{
	opacity: 1;
	color:#fff;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
#menu .opcion:hover{
	opacity:0.6;
	color:#a4d6f6 !important;
}

#menu .opcion{

    cursor:pointer;

 
}
 
#menu .opcionActiva{
 
    color:#a4d6f6;
}

/*     FIN ROLLOVER menu fijo       */

#textAlert{
	color:#FFF;
    width: 100%;
    height: 25%;
    margin: auto;
	padding: 15px;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    text-align: center;
    position: absolute;
}

/*        ROLLOVER  MENU INTERNO       */

#menuInt .item-fade{
	opacity: 1;
	color:#fff;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
#menuInt .opcion:hover{
	opacity:0.6;
	color:#a4d6f6 !important;
}

#menuInt .opcion{

    cursor:pointer;

 
}
 
#menuInt .opcionActiva{
 opacity:0.6;
    color:#a4d6f6;
}
.classColumn{
	display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-flow: column wrap;
}
.classFilas{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

#tabla{
	background-color:#fff;
	font-size:22px;
	text-align:center;
	position:absolute;
	width:95%;
	height:auto;
    margin-left:auto;
    left:0px;
    margin-right:auto;
    right:0px;

}

#form01, #form02, #form03{
	    position: absolute;
		margin-left:auto;
		margin-right:auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
    width: 90%;
	margin-top:20px !important;
}
#contTitulo{
	padding-top:10px;
	padding-bottom:10px;

}
#detlleTabla{
	
	background-color:#fff;
	width:100%;
	height:auto;
	border-bottom: 1px solid #7F9BA4;
}
#contenido{
	width: 90%;
	margin-top:15px;
    margin-left: auto;
    margin-right: auto;
}
#contenidoTabla{
	
	background-color:#466788;
	width:100%;
	height:auto;
	border-bottom: 2px solid #7F9BA4;
}
#menuDetalle{
	height: 55px;
    width: 90%;
    position: relative;
    margin: auto;
    top: 10px;	
}
#menuDetalleInferior{
    width: 97%;
    position: relative;
    background-color: #466788;
    padding: 5px;
}
#itemMenuPrin{
	width:25%;
}
#detalle{
	background-color:#466788;	
}
#detalleName{
	background-color:#d4d4d4;	
	    font-size: 25px;
    text-align: left;
    padding-left: 10px;
    color: #466788;
    height: 55px;
    display: flex;
    /* justify-content: center; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#textoBtn{
	font-family:"source_sans_prolight";
	font-size:24px;
}


#textoBtn2{
	width:100%;
	height:20px;
	font-family:"source_sans_proregular";
	font-size:100%;
	text-align:center;
	color:#039;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin-bottom:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:65%;
	z-index:5;
}

.info{
	display: flex; 
	display: -webkit-flex; 
	display: -ms-flexbox; 
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-flex-flow:column wrap;
	width:100%;
	height:90%;
	margin-left:auto;
	margin-right:auto;
	right:0;
	left:0;
	margin-top:0px;

}
.subtitulo{
	font-family: 'source_sans_prosemibold';
	font-size:18px;
	color:#3D3D3D;
	text-align:left;
	margin-top: 5px;
	padding-top:10px;
}
#titulo{
	font-family: 'source_sans_prosemibold';
	font-size:30px;
	color:#466788;
	text-align:center;
	display: table-cell;
	vertical-align: middle;
	padding-left:15px;
	padding-top:15px;
}
#tituloInt{
	font-family: 'source_sans_prosemibold';
	font-size:20px;
	color:#000;
}
.tituloInt{
	font-family: 'source_sans_prosemibold';
	font-size:20px !important;
	color:#000;
}
.titServ{
	font-weight:600;
	}
#text{

	/*width:90%;*/
	font-family:"source_sans_proregular";
	font-size:22px;
	color:#466788;
	overflow:auto;
	padding-left:15px;
	
}
#contImputOrden{
	margin-bottom:0px;
}
.activo{
	opacity:1;
}
.inactivo{
	opacity:0.2;
}
.btns{
	cursor:pointer;
	text-align:center;
	height:28px;
	font-size:25px;
	color: #fff !important;
    width: fit-content;
    overflow: visible;
	transition: 0.2s;
	background-color:#999;
	margin-top:3px;
	padding-bottom:10px;
}

.btns:hover{
opacity: 1;
color:#FFF;
transition: 0.2s;
}
#btnSubmit{
	cursor:pointer;
	text-align:center;
	height:28px;
	font-size:25px;
	color: #fff !important;
    width: 100%;
    overflow: visible;
	transition: 0.2s;
	background:#16549e !important;
	margin-top:15px;
	
}

#btnVolver{
	width: 100px;
    left: 70%;
    /* margin-right: 20px; */
    position: relative;
	
}
#cerrar5{
		width: 40px !important;
		height: 40px !important;
		margin-top: 0px !important;
		position: absolute !important;
		right: 0px !important;
		z-index:100 !important;
	}
	
	

#contForm{
    width: 100% !important;

}

/* //////// SECCIONES  ////// */

#secciones{
    position: absolute;
    height: 450px;
    margin-left: 130px;
	margin-top:auto;
	top:0;
	margin-bottom:auto;
	bottom:0;
	display: flex; 
	display: -webkit-flex;
	display: -ms-flexbox;  
	-webkit-flex-flow:row wrap; 
	-webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	z-index:200;
}
#secciones2{
    position: absolute;
	width:70%;
    height: 60%;
    margin-left: 330px;
	margin-top:auto;
	top:0px;
	margin-bottom:auto;
	bottom:0;
	display: flex; 
	display: -webkit-flex;
	display: -ms-flexbox;  
	-webkit-flex-flow:row wrap; 
	-webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	z-index:200;
}
#secciones3{
    position: absolute;
	width:70%;
    height: 70%;
    margin-left: 330px;
	margin-top:auto;
	top:0px;
	margin-bottom:auto;
	bottom:0;
	display: flex; 
	display: -webkit-flex;
	display: -ms-flexbox;  
	-webkit-flex-flow:row wrap; 
	-webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	z-index:200;
}

#boton{
	position: absolute;
    width: 150px;
    height: 30px;
	color:#039;
    border: 3px solid #fffafa;
    -moz-border-radius: 37px;
    -webkit-border-radius: 37px;
    -webkit-box-shadow: 0 0 10px 0 #737373;
    box-shadow: 0 0 10px 0 #737373;
    border-radius: 37px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
	background-color:#FFF;
	bottom: 30px;
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    text-align: center;
}

/* styles menu mobile */

#pickerColor{
	border: 2px solid #D1D1D1;
	width:100%;

}
.black-bg {
  background-color: #000000;
}
.white-bg {
  background-color: #ffffff;
}
.gray-bg {
  background-color: #ccc;
}
.green-bg {
  background-color: #0da58e;
}
.lightgreen-bg {
  background-color: #8cc152;
}
.lime-bg {
  background-color: #cdda49;
}
.yellow-bg {
  background-color: #fdc02f;
}
.orange-bg {
  background-color: #fd9727;
}
.deeporange-bg {
  background-color: #fc5830;
}
.red-bg {
  background-color: #e2202c;
}
.pink-bg {
  background-color: #e62565;
}
.purple-bg {
  background-color: #9b2fae;
}
.deeppurple-bg {
  background-color: #673fb4;
}
.blue-bg {
  background-color: #4054b2;
}
.lightblue-bg {
  background-color: #587bf8;
}
.darkblue-bg {
  background-color: #0f446d;
}
.colorpicker {
  font-size: 0;
  padding: 0;
}
.colorpicker li {
  display: inline-block;
  width: 7.33333333%;
  height: 50px;
  position: relative;
  color: #fff;
  cursor: pointer;
}
.colorpicker li span {
  width: 100%;
  height: 50px;
  text-align: center;
  padding-top: 11px;
  pointer-events: none;
}
.colorpicker li span:before {
  opacity: 0;
}
.colorpicker li.selected span:before {
  opacity: 1;
}
.colorpicker li:hover span:before {
  opacity: 0.5;
}
li {
  position: relative;
  overflow: hidden;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-stretch: normal;
  font-size: 20px;
  line-height: 1;
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.colorpicker li:after {
  transition: left 0.2s cubic-bezier(.17,.67,.37,.88), opacity 0.2s 1s;
  content: "";
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  left: 120%;
  top: 0;
  opacity: 0;
  line-height: 50px;
  content:url(../imagenes/icon-check.svg);
}
.colorpicker li.active:after {
  left: 0;
  opacity: 1;
  transition: left 0.2s cubic-bezier(.17,.67,.37,.88), opacity 0.2s;
}
.colorpicker li.active ~ li:after {
  left: -85%;
}