@font-face {
	font-family: "DATACOLE FONT";
	font-style: normal;
	font-weight: 500;
	font-stretch: normal;
}

@font-face {
	font-family: "BBVA Web Light";
	font-style: normal;
	font-weight: 500;
	font-stretch: normal;
}

body {
	width: 100%;
/* 	height: 100%; */
}

html {
	width: 100%;
/* 	height: 100%; */
}

.container{
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 5%;
	padding-bottom: 5%;
}

.bt, .bt:hover, .bt:visited, .bt:link, .bt:active{
	font-family: "BBVA Web Light";
	font-weight: bold;
	font-size: 15px;
	height: 40px;
	line-height: initial;
	
	background: #0079c1; /* Old browsers */
	background: -moz-linear-gradient(top,  #0079c1 0%, #00559D 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0079c1), color-stop(100%,#00559D)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0079c1 0%,#00559D 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0079c1 0%,#00559D 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0079c1 0%,#00559D 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0079c1 0%,#00559D 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0079c1', endColorstr='#00559D',GradientType=0 ); /* IE6-9 */
	
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;

	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	
	border-radius: 6px;
	display: inline-block;
	zoom: 1;
 
	color: #fff;
	border: 1px solid #1867AC;
	cursor: pointer;
	text-align: center;
	margin-top:10px;
	margin-bottom:10px;
	padding: 10px 20px;
	letter-spacing: 0px;
	text-decoration: none;
	background-image: linear-gradient(-180deg, #0b83d5 0%, #054379 100%);
}

a {
	text-decoration: underline;
}

.titulo-superior {
	margin-top: 40px;
	font-family: DATACOLE FONT;
	font-weight: bolder;
	font-size: 15px;
	color: #000000;
	letter-spacing: 0px;
	line-height: 110%;
	/* 	opacity: 20%;*/
}

.titulo_nivel1{
	color: #434A58;
	font-family: "DATACOLE FONT";
	font-size: 20px;
}

.font_bold{
	font-weight: bold;
}

.titulo_nivel2{
	color: #434A58;
	font-family: "BBVA Web Light";
	font-size: 20px;
}

.titulo_nivel3{
	color: #434A58;
	font-family: "DATACOLE FONT";
	font-size: 18px;
}

.titulo_nivel4{
	color: #434A58;
	font-family: Arial;
	font-size: 18px;
	font-weight: bolder;
}

.subtitulo_nivel1{
	color: #0078D2;
	font-family: "DATACOLE FONT";
	font-size: 18px;
}

.subtitulo_nivel2{
	color: #A1A1A1;
	font-family: Arial;
	font-size: 16px;
	
}

.label_item{
	color: #434A58;
	font-family: Arial;
	font-size: 14px;
}

.label_item2{
	color: #434A58;
	font-family: Arial;
	font-size: 12px;
}

.label_item3{
	color: black;
	font-family: Arial;
	font-size: 14px;
	font-weight: bolder;
}

.label_item4{
	color: #333;
	font-family: Arial;
	font-size: 13px;
}

.label_item5{
	color: #666;
	font-family: Arial;
	font-size: 12px;
}

.label_item6{
	color: #434A58;
	font-family: Arial;
	font-size: 14px;
}

.label_item7{
	color: #8D8D8D;
	font-family: Arial;
	font-size: 13px;
}

.label_item8{
	color: black;
	font-family: Arial;
	font-size: 14px;
}

.items ul, .menu li{
   margin:0;
   padding:0;
}

hr {
    max-width: 100%;
    margin: 0px;
    text-align: left;
}

.form-control-error::-moz-placeholder {
	color: #C4136C;
	opacity: 1;
}

.form-control-error:-ms-input-placeholder {
	color: #C4136C;
}

.form-control-error::-webkit-input-placeholder {
	color: #C4136C;
}

.form-control-error {
	color: #C4136C !important;
	background-color: #F7E9E9;
	border: 1px solid #a94442;
}


.tooltip>.tooltip-arrow {
	border-top-color: #006ec1;
}
.errorTooltip+.tooltip>.tooltip-inner {
	background-color: #F7E9E9;
	font-family: DATACOLE FONT;
	color: #C4136C;
	padding-bottom: 10px;
	padding-top: 10px;
	border: 1px solid #F4CCDF;
}

/*
infoTooltip+.tooltip>.tooltip-inner {
	background-image: linear-gradient(-180deg,#0071BF 0%,#004D9C 100%);		
	font-family: DATACOLE FONT;
	padding-bottom: 10px;
	padding-top: 10px;
}*/

.errorTooltip+.tooltip>.tooltip-arrow {
	border-top-color: #F7E9E9;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}


/**CHECKBOX Y RADIO**/

input[type=radio] {
	display:none;
}

input[type=radio] + label{
	 background:url('../../img/radio-off.png') no-repeat center center; 
	 background-size: 18px 18px; 
	 height: 18px; 
	 width: 18px; 
	 display:inline-block; 
	 margin-bottom: -6px; 
	 margin-right: 5px; 
	 padding: 0 0 0 0px; 
}
input[type=radio]:checked + label{
	background:url('../../img/radio-on.png') no-repeat center center;
	background-size: 18px 18px;
	height: 18px;
	width: 18px;
	display:inline-block;
	margin-bottom: -6px;
	margin-right: 5px;
	padding: 0 0 0 0px;
}

/**.radioError {
	background:url('../img/boton-radio-error.png') no-repeat center center;
}*/

.text-danger{
	/**color: #a94442;*/
	color: #93165E:
	margin: 0;
	font-size: 12px;
	font-family: Arial;
}

.label_desplegable{
	color: #17b54d;
	font-family: Arial;
	font-size: 15px;
}

.label_off{
	color: BLACK;
}

.label_desplegable_2{
	color: #babab8;
	font-family: Arial;
	font-size: 15px;
}

.circulo {
     height: 29px;
	  width: 29px;
	  display: table-cell;
	  text-align: center;
	  font-size:14px;
	  font-family: |;
	  vertical-align: middle;
	  border-radius: 50%;
	  background: #17b54d;
	  color:#FFFFFF;
}

.off{
	background: #afccdd;
}

.desplegable {
	  background: #f3f5f1;
	  border-bottom: solid 2px #e0e0e0;
	  padding: 8px;
}
.desplegable-inicio {
	  border-top: solid 2px #e0e0e0;
}

.fondogris{
	background-color: #f7f7f6;
}

.linea{
	border-width: 1px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px; 
	border-style: dotted; 
	border-color: #e0e0e0;
}

.linea3{
	border-width: 1px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px; 
	border-style: solid; 
	border-color: #98ddff;
}

.linea2{
	border-width: 1px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px; 
	border-style: solid; 
	border-color: #e0e0e0;
	/*border-size:2px;border-style:solid;border-color:red;
	background: BLUE;*/
}

.lineaNuevo{
	border-size:2px;border-style:solid;border-color:red;
	background: BLUE;	
}

.inicio-label{
	padding-top: 2%;
	padding-left: 0%;
}

.borde-form{	
	padding-left: 2%;
	padding-right: 2%;
}
	
/* Estilos de gcaptcha*/
.rc-anchor-normal {
    height: 100%;
    width: 100%;
}

	
#contenedorRecaptcha{
	width: 306px;
}

.errorRecaptcha{
	border: 2px solid #ce7895;
}	


@media ( max-width :360px) {
	.g-recaptcha {
		transform:scale(0.77);
		margin-right: 50%;
		-webkit-transform:scale(0.77);
	}
}

.caja-formulario{
	height: 40px;
	font-size: 13px;
	font-family: Arial;
	border-radius: 4px;
	border-color:  #DDD;
	color: #666666;
}

.combo-formulario{
	height: 40px;
	font-size: 13px;
	font-family: Arial;
	border-radius: 4px;
	border-color:  #DDD;
}

span.icon-info-16 {
  background-image: url(../img/icono_info_16x16.png);
  background-position: 0 0;
  height: 16px;
  width: 16px;
  position: relative;
  top: 3px;
  display: inline-block;
  cursor: pointer;
}

.infoTooltip+.tooltip>.tooltip-inner {
	background-color:#E8F7FF;
	border: 1px solid #AADBFF;
	font-family: DATACOLE FONT;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: left;
	color: #4A4A4A;
	line-height: 1.1;
}


.text-contador{
	color: #b4afaa;
	margin: 0;
	font-size: 13px;
}

.title-Popup{
	color: #0078D2;
	font-family: DATACOLE FONT;
	font-size: 20px;
}

.body-Popup{
	color: #333;
	font-family: DATACOLE FONT;
	font-size: 14px;
}

.label-nombre-resultadoReg{
	color: #434A58;
	font-size: 20px;
	font-weight: bolder;
}

.label-resultadoReg{
	color: #434A58;
	font-family: DATACOLE FONT;
	font-size: 20px;
}

.label-resultado{
	text-align:center;
	padding-bottom: 2%;
	padding-top: 2%;
	font-family: DATACOLE FONT;
	font-size: 20px;
	font-weight: bolder;
	background-color: #f7f7f6;
}


.form-ajuste{
	padding-left: 0%;
}

.efectoShadow{
	box-shadow: 0 0 7px 0 grey;
}

@media ( max-width :767px) {
	.form-ajuste{
		padding-left: 0%;
		padding-right: 0%;
	}	
	
	.efectoShadow{
		box-shadow: 0 0 0 0 grey;
	}
}


/*****/

.select {
  padding-top: 5px; }
  .select label {
    margin: 0; }
    .select label span {
      margin: 0 20px;
      font-weight: 300;
      font-size: 16px;
      color: #BDBDBD; }
    .select label select {
      border: 2px solid #9b9b9b;
      width: 200px;
      font-weight: 300; }

.bootstrap-select {
  width: 100% !important;
  border-radius: 1px; }
  .bootstrap-select .dropdown-toggle, .bootstrap-select .dropdown-toggle:focus {
    outline: none !important; }
    
  .bootstrap-select button {
    width: 100% !important;
    text-align: center;
    
   	/*background: linear-gradient(-180deg, #ffffff 0%, #f6f8f9 100%) !important;*/
   	/*background-image:linear-gradient(to bottom,#fff 0,#e0e0e0 100%);*/
    /*color: #143F9F !important;*/
    border:1px solid #DEE9F2;
    border-radius;5px;
    box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.09) !important
    box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.09) !important
    margin-bottom: 0 !important; }
    .bootstrap-select button .filter-option {
      text-align: left !important; }
    .bootstrap-select button .glyphicon {
      font-size: 15px;
      right: 35px; }
    .bootstrap-select button .bs-caret {
      display: inline;
      color:#c3c0c0; }
    .bootstrap-select button.btn-secondary {
      background: #E9E9E9 !important;
      -webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.09) !important;
      -moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.09) !important;
      box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.09) !important;
      margin: 0;
      font-family: "StagSansBook", sans-serif;
      font-size: 14px;
      color: #143F9F !important;
      background: linear-gradient(-180deg, #ffffff 0%, #f6f8f9 100%) !important;
      border: 1px solid #DEE9F2;
      border-radius: 5px;
      padding: 9px 34px 9px 12px;
      line-height: 1em; }
      .bootstrap-select button.btn-secondary .glyphicon {
        width: 34px;
        height: 32px;
        line-height: 34px;
        position: absolute;
        top: 0;
        right: 0;
        border-left: 1px solid #DEE9F2;
        color: #DEE9F2; }
      .bootstrap-select button.btn-secondary.btn-left .filter-option {
        text-align: left !important;
        /*       agregados para bootstrap */
      		font-family: "BBVAWebBook-Regular" !important;
	  		font-size: 14px !important;
	  		outline: none !important; /* remove focus ring from Webkit */
	  		color: #143F9F !important; }
  .bootstrap-select .dropdown-menu {
    width: 100%;
    border-radius: 0 !important;
/*     border: 1px solid #979797; */
/*     border-top: 0; */
    margin: 0; }
  .bootstrap-select.open .dropdown-toggle {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
.bootstrap-select.btn-group .dropdown-menu li a {
	/*       agregados para bootstrap */
      		font-family: Arial; /*"BBVAWebBook-Regular" !important;*/
	  		font-size: 13px !important;
	  		outline: none !important; /* remove focus ring from Webkit */
	  		color: #666666 !important; 
}	
select.text-error-input {
	background-color: #F7E9E9!important;
	border-color: #F4CCDF;
	color: #C4136C!important;
}

/*****/

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile + label {
    font-size: 1.25em;
    font-weight: 700;
    color: white;
    background: #0079c1; 
	background-image: url('data:image/png;base64,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');
	background-size: 18px 18px;
    background-repeat:   no-repeat;
    background-position: center center;
    display: inline-block;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    margin-top: 5px;
    margin-bottom: 0px;
}

/* .inputfile:focus + label,
.inputfile + label:hover {
    background-color: red;
} */

.inputfile + label {
	cursor: pointer; /* "hand" cursor */
}

/*****/

.modal-reclamos-color {
	background-color: #043263;
	color: #ffffff;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.modal-reclamos-imagen1 {
	float: left;
	width: 80px;
}

.modal-reclamos-imagen2 {
	float: left;
	width: 120px;
}

.modal-reclamos-titulo {
	padding-top: 7px;
}

.modal-reclamos-close {
	color: #ffffff;
	opacity: .8;
}

.modal-reclamos-close:hover {
	color: #ffffff;
	opacity: 1;
}