body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato", sans-serif;
}

body,
html {
    height: 100%;
    color: #777;
    line-height: 1.8;
    font-size: 16px;
}
.w3-bar .w3-bar-item{
  font-size: 14px !important

}
hr{
  margin: 2px 0 !important;
}

.w3-wide {
    letter-spacing: 10px;
}

.w3-hover-opacity {
    cursor: pointer;
}

.w3-menu {
  padding:  4px 16px !important;
}
.w3-padding-10{padding-top:10px!important;padding-bottom:10px!important}

.w3-quarter img {
  margin-bottom: -6px;
  cursor: pointer
}

/*w3-input w3-border w3-round-large w3-sans-serif*/
/* Definido para el imput*/
.captura{ 
  padding:4px;
  /*display:block;*/
  width:100%;
  border:1px solid #ccc!important;
  border-radius:8px;
  font-family:sans-serif;
}

.capturapregunta{ 
  padding:4px;
  /*display:block;*/
  width:inherit;
  border:1px solid #ccc!important;
  border-radius:8px;
  font-family:sans-serif;
}

.capturalin{  
  width:inherit;
  font-family:sans-serif;
  border: none;
  border-bottom: 1px solid #ccc;
}

.capturacen{ 
  padding:4px;
  width:100%;
  border:1px solid #ccc!important;
  border-radius:8px;
  font-family:sans-serif;
  text-align:center!important;
}

.capturaopciones{ 
  padding:2px;
  display:block;
  width:100%;
  border:1px solid #ccc!important;
  border-radius:8px;
  font-family:sans-serif;
  margin-top: 1px;
}

textarea {
  width:100%;
  height: 50px;
  padding: 4px 4px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 6px;
  /*resize: none;*/
  text-align: left;
}

.numentero {
  width: 250px;
  height: 50px;
  padding: 4px 4px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: none;
  text-align: right;
}


/*w3-select w3-border w3-round-large*/
/** Definido para los select*/
.seleccion{
  padding:8px 8px;
  width:100%;  
  border:1px solid #ccc!important;
  border-radius:8px;
  font-family:sans-serif;
}

.btneditar {
  color: #ffc107 !important;
}

.btnbaja {
  color: red !important;
}

.btnmodifica {
  color: #3f51b5 !important;
}


.btnimprime {
  color: #46235f !important;
}

.btncopiar {
  color: #3bcdff !important;
}

.errorcap {  
  color: #f44336 !important;
  font-size: 0.95em !important;
  font-style: italic;
}


table.dataTable tbody th,
table.dataTable tbody td {  
  padding: 4px 4px;
  font-size: 0.80em;
}

thead,
tfoot {
  /*color: white !important;*/
  visibility: hidden;
}

table.dataTable thead,
table.dataTable tfoot {  
  visibility: visible;
  font-size:  0.80em !important;
}

thead,
tfoot {
  /*color: white !important;*/
  visibility: hidden;
}


input, select {  
  font-size: 1.05em;
}
.encuesta-label {
  font-size: 1em !important;
  font-weight: bold;
  text-align: justify;
}

.control-label {  
  font-size: 1em !important;
  font-weight: bold;
}


.ajs-message.ajs-custom {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #31708f;
}

.ajs-header {
  background-color: #fafafa !important;
}

.ajs-cancel,
.ajs-ok {  
  color: white !important;
  font-size: 1.1em !important;
  border: 1px solid black !important;
  border-color: #f1f1f1 !important;
  border-radius: 8px;
}

.ajs-cancel {
  background-color: red !important;
}

.ajs-ok {
  background-color: #59adff !important;
}

.ajs-cancel:hover,
.ajs-ok:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.btneditar,
.btnbaja,
.btnelimina,
.btnmodifica,
.btnimprime,
.btncopiar {
  border: 1px solid #ccc !important;
  border-color: #f1f1f1 !important;
  border-radius: 8px;
  user-select: none;
  display: inline-block;
  text-decoration: none;
  background-color: inherit;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  padding: 2px 2px !important;
  vertical-align: middle;
  overflow: hidden;
}

.btnelimina {
  background-color: black !important;
  color: #fff !important;
}
.btneditar:hover,
.btnbaja:hover,
.btnmodifica:hover,
.btnimprime:hover,
.btnelimina:hover,
.btncopiar:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.archivopdf {
  position: relative;
  padding-bottom: 50%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.archivopdf iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid black;
}

/* Cambia como se ve los ejemplos de los Input*/
::placeholder {
  color: #8d8d8d;
  font-size: 0.90em;
}



/* Dedine las caracteristicas del mensaje de la cookies**/
#cajacookies {
  display: none;
  box-shadow: 0px 0px 5px 5px #808080;
  background-color: white;
  color: black;
  padding: 20px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 10px;
  position: fixed;
  bottom: 20px;
  width: 100%;
}

#cajacookies button {
  color: black;
}


/* No sé que valores voy a usar***/
.w3-text-azulpuro,
.w3-hover-text-azulpuro:hover {
  color: #0080ff !important
}

.w3-fondo,
.w3-hover-fondo:hover {
  color: #636363 !important;
  background-color: #ebf8f8 !important
}

.w3-barra,
.w3-hover-barra:hover {
  color: #636363 !important;
  background-color: #e4dfdf !important
}


.w3-fondo1,
.w3-hover-fondo1:hover {
  color: #fff !important;
  background-color: #393236 !important
}


:root {
  font-size: 1.2em !important;
}

.w3-quarter img {
  margin-bottom: -6px;
  cursor: pointer
}

.w3-quarter img:hover {
  opacity: 0.6;
  transition: 0.3s
}


a {
  text-decoration: none;
}

a.alerta {
  text-decoration: underline;
  color: #0000ff !important;

}

a.alerta:hover {
  color: #000 !important;
}


a.liga {
  /* Enlaces dirigidos */
  text-decoration: underline;
}

a.liga:hover {
  font-size: 80% !important;
  color: #fff !important;
}

a.enlace {
  text-decoration: underline;
  color: blue !important;
}

a.enlace:hover {
  color: black !important;
}




input {
  font-size: 1.05em;
}


.w3-errorcap {
  color: #f44336 !important;
  font-size: 0.85em !important;
  font-style: italic;
}


/* Cambia como se ve los ejemplos de los Input*/
::placeholder {
  color: #8d8d8d;
  font-size: 0.90em;
  font-style: italic;
}

.w3-padding-54 {
  padding-top: 54px !important;
  padding-bottom: 54px !important;
}

/* Dispositivos medianos (tabletas) */
@media  (max-width: 767px) {
  .w3-formulario,
  .w3-formulmedio {
    max-width: 90%;
  }
}
/* Dispositivos medianos (tabletas) */
@media (min-width: 577px) and (max-width: 768px) {
  .w3-formulario,
  .w3-formulmedio {
    max-width: 90%;
  }
}

/* Dispositivos grandes (laptops y desktops) */
@media (min-width: 769px) and (max-width: 992px) {
  .w3-formulario {
    max-width: 80%;
  }
  .w3-formulmedio {
    max-width: 80%;
  }
}

/* Dispositivos extra grandes (desktops grandes) */
@media (min-width: 993px) {
  .w3-formulario {
    max-width: 70%;
  }
  .w3-formulmedio {
    max-width: 75%;
  }
}


.w3-theme-l5 {color:#000 !important; background-color:#B4B4B4 !important}
.w3-theme-l4 {color:#000 !important; background-color:#838383 !important}
.w3-theme-l3 {color:#fff !important; background-color:#6f6f6f !important}
.w3-theme-l2 {color:#fff !important; background-color:#525252 !important}
.w3-theme-l1 {color:#fff !important; background-color:#000000 !important}

.w3-theme-d1 {color:#fff !important; background-color:#A1CA30 !important}
.w3-theme-d2 {color:#fff !important; background-color:#88aa28 !important}
.w3-theme-d3 {color:#fff !important; background-color:#6f8a21!important}
.w3-theme-d4 {color:#fff !important; background-color:#566a19 !important}
.w3-theme-d5 {color:#fff !important; background-color:#2f3b0e !important}

.w3-theme-light {color:#000 !important; background-color:#c5a3dd!important}
.w3-theme-dark {color:#fff !important; background-color:#46235f !important}
.w3-theme-action {color:#fff !important; background-color:#66338a !important}

.w3-theme {color:#fff !important; background-color:#703898 !important}
.w3-text-theme {color:#703898 !important}
.w3-border-theme {border-color:#703898 !important}

.w3-hover-eyes:hover {color:#A1CA30 !important; background-color:#703898 !important}
.w3-hover-theme:hover {color:#fff !important; background-color:#703898 !important}
.w3-hover-text-theme:hover {color:#703898 !important}
.w3-hover-border-theme:hover {border-color:#703898 !important}

.w3-hover-boton:hover {
  color:#fff !important;
  background-color: #46235f !important;
}

/* Cambia como se ve los ejemplos de los Input*/
::placeholder {
	color: #8d8d8d;
	font-size: 0.90em;
	font-style: italic;
}

/*Formatos y colores de las tablas*/
table.dataTable thead {
	      background: linear-gradient(to right, #A1CA30, #A1CA30);
	      color: white;
	      text-align: center;
	    }
table.dataTable tfoot {
	      background: linear-gradient(to right, #A1CA30, #A1CA30);
	      color: white;
	      text-align: center;
	    }
	
	
	/*Cambia como se el el tooltips de boostrap*/
	.tooltip-inner {
		color:#000 !important; 
		background-color:#d4d4d4!important;
		font-size:15px!important;
		box-shadow: 0px 2px 6px #785f3a;
		opacity: 1 !important;
		
	}

	.tooltip.bs-tooltip-right .tooltip-arrow::before {
		border-right-color: #d4d4d4!important;
	}

	.tooltip.bs-tooltip-left .tooltip-arrow::before {
		border-left-color: #d4d4d4!important;
	}

	.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
		border-bottom-color: #d4d4d4!important;
	}

	.tooltip.bs-tooltip-top .tooltip-arrow::before {
		border-top-color: #d4d4d4!important;
	}
