/* Instalación de la tipografia */
@font-face {
  font-family: 'Euclid Circular';
  src: url('../tipografia/Euclid Circular B Light.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}

/* Mostrar la tipografia */
label, p, h1,h2,h3,h4,h5,h6, option, select, .legend, .fieldset, .alert, .panel-heading, input, div, li, ol, ul{
	font-family: 'Euclid Circular' !important;
}

body{
	background-color: #efefef  !important;
	height: 100% !important;
}

.vh{
	height: 100% !important;
	margin: 0px;
}

/* C v 1.4.1 */
.btn_p3{
	font-size: 20px !important;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px !important;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

input[type=number] { -moz-appearance:textfield; }

.digito{
	text-align: center;
	font-size: 20px !important;
	font-weight: bold;
}

/* Tamaño de las imagenes defido */
.img{
	width: 75%;
}

.bajo{
	margin-top: 5%;
}

/* Titulo General */
.titulo{
	font-size: 45px;
	font-weight: bold;
	color: #042454;
	font-family: "Euclid Circular";
}

.btn-primary{
	background: linear-gradient(90deg,#00abff,#041658) !important;
	border-color: transparent !important;
}

.btn-primary-o{
	background: #e58043 !important;
}

.btn-pink{
	background-color: transparent !important;
	background: linear-gradient(90deg,#ff00a5,#ff0077) !important;
	color: white;
	font-size: 10px !important;
	font-weight: bold !important;
}

.btn-green{
	background-color: transparent !important;
	background: linear-gradient(90deg,#37a503,#2b7300) !important;
	color: white;
	font-size: 10px !important;
	font-weight: bold !important;
}

.a{
	color: white !important;
}

/* Centrar Elementos de Div */
.center{
	text-align: center;
}

/* Banner de header */
.banner-blue{
	height: 100px;
	background-color: #042454;
	color: #FFFFFF;
	padding-top: 10px;
	/*margin-top: 20px;*/
	font-family: "Euclid Circular";
}

footer{
	width: 100% !important;
}

/* Banner de footer*/
.banner-blue_2{
	height: 180px;
	background: black;  
	color: #FFFFFF; 
	padding-top: 10px;
	margin-top: 20px;
	font-weight: bold;

}

/* Banner de header */
.banner-blue3{
	height: 100px;
	background: rgb(0,31,255);
	background: linear-gradient(90deg,#00abff,#041658); 
/*	background: linear-gradient(90deg, white, white);*/
	color: #FFFFFF;
	padding-top: 10px;
	font-family: "Euclid Circular";
	/*margin-top: -30px;*/
}

/* Titulo Banner */
.tituloBanner{
	font-size: 45px;
	font-weight: bold;
	color: #FFFFFF; 
/*	color: #000000;*/
}

/* Herramientas */
.ToolTop{
	margin-top: 8px;
}

.heraldica{
	width: 100%;
}

.fondobanner{
	background-image: url("../img/Cabecera/fondo.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	margin-bottom: -20px !important;
	height: 200px;
}

.fondobanner:before {
	content:'';
	position: absolute;
    top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(4, 36, 84, 0.5);
}

.fondobanner .titulo {
	font-size: 50px;
	color: #fff;
	margin-top: 5%;
}

/*Estilo en contenedor */
.PanelAzul{
	/*background-color: #ffffff;*/
	padding: 20px 20px 20px 20px;
	/*border-radius: 10px 10px 10px 10px;*/
	/*border-width: 2px;*/
  	/*border-style: solid;*/
  	border-color: rgba(4 36 84);
}

/* Estilo del panel */
.panel-primary {
    border-color: #042454 !important;
}

.panel{
	border: 0px solid transparent !important;
}

.panel-primary>.panel-heading {
    color: #FFFFFF;
    background: #3a8c88 !important; 
    text-align: center;
    font-size: 18px !important;
    font-weight: bold !important;
    border: 15px solid transparent !important;
    border-radius: 5px !important;
}

.panel-primary2 > .panel-heading2 {
    color: #FFFFFF;
    background: #7cc6d8 !important; 
    text-align: center;
    font-size: 18px !important;
    font-weight: bold !important;
    border: 15px solid transparent !important;
    border-radius: 5px !important;
}


/* Estilo del / */
.guion{
	font-weight: bold;
	font-size: 24px;
	text-align: center;
}

/* Definir tamaño del menu principal */
.Menu{
	width: 100%;
}

/* Estilo de etiqueta del formulario*/
.fieldset {
	background-color: white;
	border-radius: 4px;
	border: 2px solid #042454;
}

/*Estilo del nombre de etiqueta del formulario */
.legend {
	background-color: #fff;
	border: 2px solid #266fb6;
	border-radius: 5px;
	color: #266fb6;
	font-size: 16px;
	font-weight: bold;
	padding: 3px 5px 3px 7px;
	width: auto;
}

/* Color de Th en Tablas */
.theadSub{
	color: #ffffff;
	font-weight: bold;
	background-color: #8e2e69;
/*	border-width: 2px;
	border-color: black;
	text-align: center;
	border-style: solid;*/
}

table{
	width: 100%
}

thead{
	color: #FFFFFF;
	font-weight: bold;
	background-color: #0f2a5b;
/*	border-width: 2px;
	border-style: solid;
	border-color: black;*/
}

th, td{
	text-align: center !important; 
}

.b{
	font-weight: bold !important;
}

/* Color del Cuerpo de tablas */
.tbodytext{/*
	border-width: 2px;
	border-style: solid;
	border-color: black;*/
	text-align: center;
}

/* Color del Cuerpo de tablas Pagos*/
.tbodytextP3{
	border-width: 2px;
	border-style: solid;
	border-color: black;
	text-align: center;
	background-color: white !important;
}

.xs-img{
	width: 50% !important;
}

.banner-2{
	background: black;
	text-align: center;
	color: white;
	font-weight: bold;
	height: 90px;
	bottom: 5px !important;
}

/* Pie de pagina */
.tituloFooter{
	font-size: 25px;
	font-weight: bold;
}

.tituloTop{
	background: -webkit-linear-gradient(rgb(1 132 212), rgb(4 37 105));
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
  	font-weight: bold;
}

/* Estilo para placehover de input tipo Text */
::-webkit-input-placeholder {
  color: #CCC;
  font-size: 13px;
  font-weight: bold;
  font-family: "Euclid Circular";
}
::-moz-placeholder {
  color: #CCC;
  font-size: 13px;
  font-weight: bold;
  font-family: "Euclid Circular";
}
:-ms-input-placeholder {
  color: #CCC;
  font-size: 13px;
  font-weight: bold;
  font-family: "Euclid Circular";
}
::placeholder {
  color: #CCC;
  font-size: 13px;
  font-weight: bold;
  font-family: "Euclid Circular";
}

.form-control {
	border:none;
	border-bottom: 1px solid #1890ff;
	padding: 5px 10px;
	outline: none;
}

.btn-text{
	width: 100%
}

/*Flecha para hacer la pagina hacia arriba*/
.arriba{
	display:none;
	background-repeat:no-repeat;
	font-size: 25px;
	color: #337ab7;
	cursor: pointer;
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index:2;
}

.login-form {
	width: 340px;
	margin: 50px auto;
	font-size: 15px;
}

.login-form form {
    margin-bottom: 15px;
    background: #f7f7f7;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 30px;
}

.login-form h2 {
    margin: 0 0 15px;
}

.form-control, .btn {
    min-height: 38px;
    border-radius: 2px;
}

.btn {        
    font-size: 15px;
    font-weight: bold;
}

.button1 {
  font-family: Georgia;
  color: #ffffff;
  font-size: 60px;
  padding: 10px;
  text-decoration: none;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  -webkit-box-shadow: 0px 1px 3px #fff;
  -moz-box-shadow: 0px 1px 3px #fff;
  box-shadow: 0px 1px 3px #fff;
  text-shadow: 1px 1px 3px #fff;
  border: solid #00ff55 2px;
  background: #00730d;
}
.button1:hover {
  background: #007afc;
  border: solid #0026ff 2px;
}

.titulo1{
  color: #0049ac !important;
  text-align: center !important;
  font-size: 30px;
}

.titulo2{
  color: #00ac50 !important;
  text-align: center !important;
  font-size: 15px;
}

._w100{
	width: 100%;
}

._w80{
	width: 80%;
}

._50{
	width: 50%;
}

._30{
	width: 30%;
}

._w15{
	width: 15%;
}

._w20{
	width: 20%;
}

._w10{
	width: 10%;
}

.none{
	display: none;
}

.t-a-center{
	text-align: center;
}

.t-a-right{
	text-align: right;
}

.red{
	color: red;
}

.blue{
	color: blue;
}

.c-obligatorio{
	color: #e4128e;
}

.c{
  cursor:pointer;
}

.f-w-bold{
	font-weight: bold;
}

.f-s-10{
	font-size: 10px !important;
}

/* Parte Responsive Celular */
@media only screen and (max-width: 800px), only screen and (max-device-width: 800px) {
	.tituloBanner{
		font-size: 25px;
	}

	.toolbar{
		padding-top: 5px;
		width: 50px;
		text-align: center;
	}

	.Menu{
		width: 150px;
	}

	.img{
		width: 90%;
		position: relative;
		text-align: center;
	}

	.banner-blue3{
		height: 100px;
		background-color: #042454;
		color: #FFFFFF;
		padding-top: 10px;
		font-family: "Euclid Circular";
		margin-top: -15px;
	}

	.modal-dialog{
		width: 700px;
	}

	/* Estilo para placehover de input tipo Text */
	::-webkit-input-placeholder {
	  color: #CCC;
	  font-size: 11px;
	  font-weight: bold;
	  font-family: "Euclid Circular";
	}
	::-moz-placeholder {
	  color: #CCC;
	  font-size: 11px;
	  font-weight: bold;
	  font-family: "Euclid Circular";
	}
	:-ms-input-placeholder {
	  color: #CCC;
	  font-size: 11px;
	  font-weight: bold;
	  font-family: "Euclid Circular";
	}
	::placeholder {
	  color: #CCC;
	  font-size: 11px;
	  font-weight: bold;
	  font-family: "Euclid Circular";
	}

	table{
		font-size: 12px;
	}

	.btn-text{
		width: 90%
		font-size: 12px;
	}

	div.portada{
		display: none;
	}

	#fomulario{
		width: 100%;
	}
}

/* Parte Responsive Tables y !Pads */
@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {
	.tituloBanner{
		font-size: 30px;
	}

	.banner-blue3{
		height: 100px;
		background-color: #042454;
		color: #FFFFFF;
		padding-top: 10px;
		font-family: "Euclid Circular";
		margin-top: -15px;
	}

	.toolbar{
		padding-top: 5px;
		width: 50px;
		text-align: center;
	}

	.Menu{
		width: 170px;
	}

	.img{
		width: 90%;
		position: relative;
		text-align: center;
	}

	.modal-dialog{
		width: 700px;
	}

	/* Estilo para placehover de input tipo Text */
	::-webkit-input-placeholder {
	  color: #CCC;
	  font-size: 10px;
	  font-weight: bold;
	  font-family: "Euclid Circular";
	}
	::-moz-placeholder {
	  color: #CCC;
	  font-size: 10px;
	  font-weight: bold;
	  font-family: "Euclid Circular";
	}
	:-ms-input-placeholder {
	  color: #CCC;
	  font-size: 10px;
	  font-weight: bold;
	  font-family: "Euclid Circular";
	}
	::placeholder {
	  color: #CCC;
	  font-size: 10px;
	  font-weight: bold;
	  font-family: "Euclid Circular";
	}

	table{
		font-size: 12px;
	}

	.btn-text{
		width: 90%
		font-size: 12px;
	}

	div.portada{
		display: none;
	}

	#fomulario{
		width: 100%;
	}
}
}

/* Parte Responsive mini font */
@media only screen and (max-width: 500px), only screen and (max-device-width: 500px) {
	.tituloBanner{
		font-size: 25px;
	}

	.toolbar{
		padding-top: 5px;
		width: 50px;
		text-align: center;
	}

	.Menu{
		width: 150px;
	}

	.img{
		width: 90%;
		position: relative;
		text-align: center;
	}

	.modal-dialog{
		width: 700px;
	}

	.banner-blue3{
		height: 100px;
		background-color: #042454;
		color: #FFFFFF;
		padding-top: 10px;
		font-family: "Euclid Circular";
		margin-top: -15px;
	}

	/* Estilo para placehover de input tipo Text */
	::-webkit-input-placeholder {
	  color: #CCC;
	  font-size: 11px;
	  font-weight: bold;
	  font-family: "Euclid Circular";
	}
	::-moz-placeholder {
	  color: #CCC;
	  font-size: 11px;
	  font-weight: bold;
	  font-family: "Euclid Circular";
	}
	:-ms-input-placeholder {
	  color: #CCC;
	  font-size: 11px;
	  font-weight: bold;
	  font-family: "Euclid Circular";
	}
	::placeholder {
	  color: #CCC;
	  font-size: 11px;
	  font-weight: bold;
	  font-family: "Euclid Circular";
	}

	table{
		font-size: 12px;
	}

	.btn-text{
		width: 90%
		font-size: 12px;
	}

	div.portada{
		display: none;
	}

	#fomulario{
		width: 100%;
	}
}
}