.btn-acceso {
	background-color: #f90 !important;
	border-style: none !important;
	border-width: medium !important;
	color: #ffffff !important;
	height: 35px !important;
	text-align: center;
	width: auto;
	font-size: 1em;
	border-radius: .37em;
	cursor: pointer !important;
	border: 1px solid #f90 !important;
	padding: 0 1em;
}

.btn-acceso:hover {
	background-color: #FFFFFF !important;
	border: 1px solid #f90 !important;
	color: #FF9900 !important;
	-webkit-transition: background-color 0.3s, color 0.3s !important;
	transition: background-color 0.3s, color 0.3s !important;
}

.btn_otros {
	border-radius: .37em;
	padding: 0 1em;
	font-size: .99em;
	font-weight: 400;
	font-family: roboto;
}

label.btn-tramite {
	color: #fbb40d !important;
	background-color: #354055;
	border-radius: .27em;
	padding: .5em !important;
	font-weight: normal !important;
	font-size: 1.1em !important;
}

button.btn_otros {
	height: 35px !important;
}

.d-flex {
	display: flex;
}

.align-items-center {
	align-items: center;
}

.justify-content-start {
	justify-content: flex-start;
}

.justify-content-end {
	justify-content: flex-end;
}

.justify-content-between {
	justify-content: space-between;
}

.justify-content-around {
	justify-content: space-around;
}

.justify-content-evenly {
	justify-content: space-evenly;
}

.w-15 {
	width: 15% !important;
}

.w-20 {
	width: 20% !important;
}

.w-25 {
	width: 25% !important;
}

.w-30 {
	width: 30% !important;
}

.w-50 {
	width: 50% !important;
}

.w-75 {
	width: 75% !important;
}

.w-100 {
	width: 100% !important;
}

.text-center {
	text-align: center;
}

.mayuscula {
	text-transform: uppercase;
}

.minuscula {
	text-transform: lowercase;
}

.ocultarBoton {
	display: none;
}

#burbuja2 table tr td {
	/* Corregir el hover del DataTables en cada tr */
	background-color: inherit !important;
	vertical-align: middle;
}

#burbujaForm {
	width: 90%;
	padding: 1em;
	border-radius: .5em;
	border: solid 1px #edf2f6;
}

#burbujaFormmed {
	width: 46%;
	padding: 1em;
	float: left;
	margin-left: 1.5%;
	border-radius: .5em;
	border: solid 1px #edf2f6;
}

#burbujaFormgen {
	width: 94%;
	padding: 1em;
	margin-top:2%;
	float: left;
	border-radius: .5em;
	border: solid 1px #edf2f6;
}

#burbujaForm h2 {
	display: block;
	width: 100%;
	border-bottom: orange 1px dotted;
	margin-bottom: .75em;
}

.campoform {
	width: 25%;
	/* width: 45%; */
	font-weight: 600;
	padding-right: .75em;
	color: #405071;
	font-family: lato;
}

.grupocampos {
	padding: .5em;
	display: flex;
	width: 97%;
	align-items: center;
	margin: .5em .25em .5em;
	border-radius: .25em;
	border-bottom: dashed 1px #e3e3e3;
}

.respuestacampo {
	width: 100%;
}

.respuestacampo input, .respuestacampo select {
	width: 97%;
	border-radius: .25em;
	border-color:#dfe4ec !important;
	padding-left: .5em;
}

.grupocampos2 {
	padding: .5em;
	display: flex;
	width: auto;
	align-items: center;
	margin: .5em .25em .5em;
	border-radius: .25em;
	border-bottom: dashed 1px #e3e3e3;
	float: left;
}

.campoform2 {
	/* width: 25%; */
	width: 100%;
	font-weight: 600;
	padding-right: .75em;
	color: #405071;
	font-family: lato;
}

.respuestacampo2 {
	width: 100%;
}

.respuestacampo2 input, .respuestacampo2 select {
	width: 97%;
	border-radius: .25em;
	border-color:#dfe4ec !important;
	padding-left: .5em;
}

.botonesA a {
	text-decoration: none;
}

.sizeIcono {
	font-size: 2.5em;
}

.iconoBien {
	color: #2dba30;
	border-radius: 50%;
	background-color: white;
}

.iconoPendiente {
	color: #ffbe36;
}

.iconoPregunta{
	color: red;
}

.iconoValidacion{
	color: red;
}

.cajaTextoRequisitos {
	background: linear-gradient(360deg, #f2f2f2, #ffffff);
	border: medium solid #ffffff;
	margin-bottom: 1em;
	padding: 14px;
	border-radius: 0 .75em .75em 0;
	box-shadow: 2px 1px 5px #ccc;
}

.cajaTextoRequisitos i.fa-solid {
    margin: auto 0.27em auto auto;
}

/* GESTION CONTENIDOS */
div#botones {
	display: flex;
	background: aliceblue;
	padding: 1em;
	margin-bottom: 1em;
	border-radius: 0.5em;
}

.btn-grados {
	background: #fff;
	padding: 1em;
	border-radius: .25em;
	border: solid 2px #fff;
	transition: .5s;
	height: 6em;
	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
	display: table-cell;
}

div.btn-grados i {
	color: orange;
	font-size: 2.25em;
	padding-bottom: .5em
}

div.btn-grados h3 {
	padding-left: 0 !important;
	color: #354055;
}

.btn-grados:hover {
	color: orange !important;
	transform: scale(1.05);
}

button[type="submit"].btn-grados:hover{
	color: initial !important;
	transform: scale(1.05);
}

#botones a {
	margin: 1em .5em;
	width: 27%;
	display: inline-table;
	text-decoration: none;
}

/* PANTALLA DE CARGA */
#loading-screen {
	background-color: rgba(25,25,25,0.7);
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 9999;
	margin-top: 0;
	left: 0;
	top: 0;
	text-align: center;
}
#loading-screen img, #loading-screen .textoCargando {
	width: 100px;
	height: 100px;
	position: relative;
	margin-top: -50px;
	/* margin-left: -50px; */
	top: 50%;
}

.text-white {
	color: #fff !important;
}

@media only screen and (max-width: 760px) {
	table.display.dataTable thead tr th {
		width: auto !important;
	}
}

@media only screen and (max-width: 768px) {

	/* Corregir el desfase del logo que genera una barra de desplazamiento del navegador*/
	#logo {
		width: 97% !important;
	}
}

@media only screen and (max-width: 640px) {
	.d-flex {
		display: block;
	}

	.d-flex div {
		/* width: 100% !important; */
		width: auto !important;
	}

	input.w-50, input.w-25 {
		width: 98%;
	}
}

@media only screen and (max-width: 600px) {
	.w-30 {
		width: auto !important;
	}
	.d-flex {
		display: block !important;
	}
}