/***estilos nuevos para el colegio tratando de modificar lo minimo posible***/
* { 
	margin: 0; 
	padding: 0; 
	font-family: 'Roboto', sans-serif;
	box-sizing: border-box;
	font-size: 12px;
	/* color:#232323; */
}

 /* los input number sin flechitas */
 /* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

h1
{
	color:#434343;
	/* font-size:1.5em; */
	font-weight:bold;
	margin:5px;
	/* font-size: clamp(1.5rem, 8vw - 2rem, 3rem); */
	font-size: clamp(1rem, 8vw - 2.5rem, 2.5rem);
	
}	 
p
{
	color:#232323;	 
	font-size:1em;
}

body
{
	 font-family: 'Roboto', sans-serif;
    /* margin:auto; */
	/* background-color: #ffffff; */
	background-image: radial-gradient( circle 343px at 46.3% 47.5%,  rgba(242,242,242,1) 0%, rgba(241,241,241,1) 72.9% );
	display: flex;
	align-items: flex-start;
	justify-content: center;
	
	/* background-color: #f8f8f9; */
	/* backgrouCnd-color: #f8f8f9; */
}

/* fondo gradieante*/
body.fondo-login{
	/* background-color: #0093E9;
	background-image: linear-gradient(160deg, #0093E9 0%, #ffffff 100%); */
	/* background: #00d2ff;  /* fallback for old browsers */
	background-image: radial-gradient( circle 343px at 46.3% 47.5%,  rgba(242,242,242,1) 0%, rgba(241,241,241,1) 72.9% );

}

body.fondo-inicio{
	background-image: radial-gradient( circle 343px at 46.3% 47.5%,  rgba(242,242,242,1) 0%, rgba(241,241,241,1) 72.9% );
	display:flex;
	
    flex-direction: column;
    align-items: center;
}

iframe{
	border-radius: 7px;
}


/* Contenedor de contenido. */
.contenedor{
	
	display: flex;		
    padding: 20px;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-start;
    align-content: stretch;
	width: 100%;
}

.contenedor-inicio{
	width: 90%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    align-content: stretch;
	/* border: 2px solid #b5bfd9; */
  /* background-color: #fff; */
  background-color: #146ebe;

  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.div-contiene-iframe >iframe{
	
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: unset;
	border-bottom-right-radius: unset;

}
.div-contiene-iframe{
	width:100%;
}

.div-pie-inicio{
	width:100%;
	margin-top:30px;
	text-align:center;
	font-size: 0.8em;
}
.div-pie-inicio a> img{
	width:90px;
	height:auto;
}
.paneles{
	width:100%;
	padding: 5px;
	margin-bottom: 15px;
	background-color: #ffffff;	
	border-radius: 7px;	
	box-shadow: 0 4px 8px 0 rgba(115, 115, 115, 0.2), 0 6px 20px 0 rgba(115, 115, 115, 0.19);
	box-sizing: border-box;

}

.paneles-acciones{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 15px;
    border-bottom: 1px solid #dbdbdb;
    padding: 7px;
}

/* panel carga notarios */
.paneles-notarios{
	width:100%;
	padding: 5px;
	margin-bottom: 15px;
	background-color: #ffffff;	
	border-radius: 7px;	
	box-shadow: 0 4px 8px 0 rgba(115, 115, 115, 0.2), 0 6px 20px 0 rgba(115, 115, 115, 0.19);
	box-sizing: border-box;
	
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* align-content: flex-start; */
    /* justify-content: flex-end; */
	align-content: flex-end;
    justify-content: flex-start;

}

span.icono{
	
	border-radius: 50%;
	padding: 5px;
	color: white;
}

span.icono.simple{
	/* color: white; */
	/* background-color: rgb(19, 160, 19); */
	color:rgb(19, 160, 19);
	background-color:white;
}
span.icono.autsimple{
	/* color: white; */
	/* background-color: rgb(19, 160, 19); */
	/* color:rgb(19, 160, 19); */
	color:#ff7c43;
	background-color:white;
}
span.icono.extra{
	/* color: white; */
	background-color:white;
	/* background-color:rgb(211,13,162); */
	color:rgb(211,13,162);
}
span.icono.autextra{
	/* color: white; */
	background-color:white;
	/* background-color:rgb(211,13,162); */
	/* color:rgb(211,13,162); */
	color:#665191;
}

span.icono.apostilla{
	/* color: white; */
	background-color: white;
	/* background-color: rgb(242,108,87); */
	color: rgb(242,108,87);
}

span.accion{
	float: right;
    margin-left: 10px;
    cursor: pointer;
    font-size: 0.8em;
	transition: 0.5s;
	padding: 1px;
	border-radius: 4px;
}
span.accion:hover{
	background-color: #e2e6ea;

}
span.accion.lega{
	float: right;
    margin-left: 10px;
    cursor: pointer;
    font-size: 0.8em;
	transition: 0.5s;
	padding: 1px;
	border-radius: 4px;
}
span.accion.lega:hover{
	color: #737373;
	background-color: #e2e6ea;


}


/* login boton */
.boton-primario-inicio{
	
	background-image: linear-gradient(to right, #00c6ff 0%, #0072ff  51%, #00c6ff  100%);
	margin: 10px;
	padding: 15px 45px;
	text-align: center;
	/* text-transform: uppercase; */
	transition: 0.5s;
	background-size: 200% auto;
	color: white;            
	box-shadow: 0 0 20px #eee;
	border-radius: 30px;
	display: block;
	border: none;
	font-size: 1.3em;
}

.boton-primario-inicio:hover{
	background-position: right center; /* change the direction of the change here */
	color: #fff;
	text-decoration: none;
}

.btn-grande{
	padding: 14px 20px;
  margin: 8px 0;  
  font-size: 1.2em;
}
.btn-medio{
	padding: 10px 16px;
	margin: 6px 0;  
	font-size: 1.1em;
}
.btn-chico{
	padding: 6px 12px;
	margin: 4px 0;  
	font-size: 1em;
}

.boton-primario{
	/* width: 50%; */
  background-color: #007BFF;
  border:1px solid #007BFF;
  color: white;
  
  border-radius: 4px;
  cursor: pointer;
  transition: 0.5s;
 
}
.boton-primario:hover{
	background-color: white;
  	color: #007BFF; 
  	border:1px solid #007BFF;
  
}

.boton-secundario{
	/* width: 50%; */
  background-color: #8c8c8c;
  border:1px solid #8c8c8c;
  color: white;
  
  border-radius: 4px;
  cursor: pointer;
  transition: 0.5s;
  
}
.boton-secundario:hover{
	background-color: white;
  	color: #434343; 
  	border:1px solid #8c8c8c;
  
}

.boton-accion{
	background-color: #f8f9fa;
  	border:1px solid #f8f9fa;
  	color: #212529;
	
	border-radius: 4px;
	cursor: pointer;
	transition: 0.5s;

}
.boton-accion:hover{
	background-color: #e2e6ea;
  	border:1px solid #e2e6ea;
  	color: #212529;
	
	border-radius: 4px;
	cursor: pointer;
	transition: 0.5s;
	
}

/* alineacion de textos titulos y demas */
.centrado{
	text-align: center;
}

.izquierda{
	text-align: left;
}

.derecha{
	text-align: right;
}

/* estilos para las tablas datatables */
td {
    white-space: normal;
}
 
td.wrap-no {
    white-space:nowrap;
}

table.dataTable tr.anulado td{
	color: tomato;
}

table.dataTable tr:hover{
	background-color: #e0f3ff;
}

/* son los botones dentro de cada tabla */
table.dataTable tr td .accion-tabla{
	cursor: pointer;
	padding:3px;

}

table.dataTable tr td .accion-tabla:hover{
	background-color: #e2e6ea;

	
}

.dataTables_wrapper label{
	display:inline;
	word-wrap: none;
}

button.dt-button{

/* #tablaInforme_wrapper > div.pepe > div > button > span*/
background-color: #8c8c8c;
border:1px solid #8c8c8c;
color: white;
font-size: 1.2em;

border-radius: 4px;
cursor: pointer;
transition: 0.5s;
margin:5px 5px 5px 10px;

}

button.dt-button:hover{
	background-color: white;
  	color: #434343; 
  	border:1px solid #8c8c8c;
}

/** tabla normal  No data tables===============*/
table.tablaListados{
	width:100%;

}

/* Celda contiene datos como notarios y demas */
table.tablaListados tr{
	margin:3px;
}
table.tablaListados tr:hover{
	background-color:#F7F9F8;
}

table.tablaListados td.tarjeta{
	color:#737373;
	background-color: white;
	padding:10px;
	vertical-align:top;
}
table.tablaListados td p{
	color:#737373;
	line-height: 1.5em;
}

table.tablaListados td{
	background-color: white;
	vertical-align:top;
}
table.tablaListados td h4{
	
		color:#474747;
		/* padding: 8px; */
		font-size: 1.2em;
		line-height: 1.6em;
	
	
	
}
table.tablaListados td h5{
	
		color:#838383;
		padding: 6px 6px 6px 12px ;
		font-size: 1.1em;
		line-height: 1.3em;
	
}

/* *Legalizaciones */

.datos-notario{
	width: 50%;
	height: 690px;
    float: left;
  
	
}
.datos-lega{
	width: 49%;
	height: 690px;

    float: left;
	margin-right: 1%; 

	
}

.paneles.simple {
	
	background-color: #0f7c0f;
}
.paneles.extra {
	background-color:#950973;
}
.paneles.apostilla {
	background-color: #da3108;
}

.paneles.autsimple{
	background-color:#ff7c43;
}
.paneles.autextra{
	background-color:#665191;
}

.paneles.simple h3{
	font-size: 1.4em;
	padding: 10px;
	line-height: 1.6em;
	/* color:#737373; */
	color: white;
}
.paneles.autsimple h3{
	font-size: 1.4em;
	padding: 10px;
	line-height: 1.6em;
	/* color:#737373; */
	color: white;
}
.paneles.extra h3{
	font-size: 1.4em;
	padding: 10px;
	line-height: 1.6em;
	/* color:#737373; */
	color: white;
}
.paneles.autextra h3{
	font-size: 1.4em;
	padding: 10px;
	line-height: 1.6em;
	/* color:#737373; */
	color: white;
}
.paneles.apostilla h3{
	font-size: 1.4em;
	padding: 10px;
	line-height: 1.6em;
	/* color:#737373; */
	color: white;
}

.paneles.simple h3 span.destacado{
	color:white;
	float:right;
	font-weight: normal;
	
}
.paneles.autsimple h3 span.destacado{
	color:white;
	float:right;
	font-weight: normal;
	
}
.paneles.extra h3 span.destacado{
	color:white;
	float:right;
	font-weight: normal;
}
.paneles.autextra h3 span.destacado{
	color:white;
	float:right;
	font-weight: normal;
}
.paneles.apostilla h3 span.destacado{
	color:white;
	float:right;
	font-weight: normal;
}

 /* h3 de paneles */
.paneles h3{
	font-size: 1.4em;
	padding: 10px;
	line-height: 1.6em;
	/* color:#737373; */
	color:#0F4597
}

.paneles h4{
	color:#737373;
	padding: 8px;
	font-size: 1.2em;
	line-height: 1.4em;
}
.paneles h5{
	color:#838383;
	padding: 6px 6px 6px 12px ;
	font-size: 1.1em;
	line-height: 1.3em;
}

/* h4 h5 paneles de notarios */

.paneles-notarios h4{
	color:#737373;
	padding: 8px;
	font-size: 1.2em;
	line-height: 1.4em;
	width: 100%;
}

.paneles-notarios h5{
	color:#434343;
	padding: 6px 6px 6px 12px ;
	font-size: 1.1em;
	line-height: 1.3em;
	width: 100%;
}

/* spanees de titulos  */
span.destacado{
	color:#838383;
	float:right;
	font-weight: normal;
	
}

.espere{
	float:right;
	border: 1px solid #007BFF;
	color:#007BFF;
	font-weight: normal;
	padding:5px;
}
.ocultar{
	display:none;
}
.mostrar{
	display:block;
}

.visible{
	visibility: visible;
}
.no-visible{
	visibility: hidden;
}
/* info status legas */
.info-lega{ 
	display: flex;
    padding: 10px;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;
	background-color: #eeeeee52;
    margin-bottom: 10px;
    border-radius: 7px;
	
}
.info-lega-parte{
	margin:5px;
	display: block;
    text-align: center;
}
.info-lega-parte span.dato{
	/* float:left; */
    font-size: 1.5em;
    /* line-height:14px; */
    font-weight: bold;
   
	text-align: center;
}

.info-lega-parte span.leyenda{
	font-size: 1.1em;
    /* transform: translateY(-10px); */
    float:left;
    font-weight: 600;
    color:#737373;
    width: 100%;
	text-align: center;
}


/** formulario  de legas y los controles tipo caja*/
form.formulario-legas{
	
	background-color: #efeff1;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    padding: 10px;
    flex-wrap: wrap;
    align-items: stretch;
	border-radius: 7px;
}


.carga-lega{
	background-color: white;
	padding:7px;
	border: 1px solid lightgrey;
	border-radius: 3px;
	margin-top: 10px;
	width: 100%;

}

.carga-lega:focus-within {
	border: 1px solid #1CB5E0;
	box-shadow: 0 4px 8px 0 rgba(28, 181, 224, 0.2), 0 6px 20px 0 rgba(28, 181, 224, 0.19);
}
.largo-100{
	width:99%;
	

}
.largo-80{
	width:79%;
	

}
.largo-70{
	width:69%;
	
}
.largo-66{
	width:66%;
	
}
.largo-50{
	width:49%;
	
}

.largo-30{
	width:33%;
}
.largo-40{
	width:40%;
}

.largo-20{
	width:19%;
	
}
.largo-10{
	width:9%;
	
}
.carga-lega >i{
	opacity:0;
}

.carga-lega label{
	font-weight: bold;
	/* color:#434343; */
	color: #8b8888;
	font-size: 0.9em;

}

.carga-lega input,textarea{
	font-weight: bolder;
	/* color:#232323; */
	color:#0072ff;
	font-size: 1.1em;

	
}

/* colores en el status... */
.status-ok{
	opacity:1;
	color: #488f31;
}
.azulclaro{
	color:#91b6ff;
}
.azul{
	/* color: #00509b; */
	/* color:#4B6993; */
	color: #131af5;

}
.naranja{
	color:#ff7c43;

	;
}
.violeta{
	color:#955196;
}
.verde{
	color:#488f31;
}
.verde-claro{
	color:#61c142;
}
.rojo{
	color:tomato;
}
.gris{
	color:#e2e6ea;
}

/* colores de iconos*/
.icono.azulclaro{
	background-color:#91b6ff;
}
.icono.azul{
	/* color: #00509b; */
	background-color:#4B6993;
}
.icono.naranja{
	background-color:#ff7c43;

	
}
.icono.violeta{
	background-color:#955196;
}
.icono.verde{
	background-color:#488f31;
}
.icono.rojo{
	background-color:tomato;
}
.icono.gris{
	background-color:#737373;
}


/* carga general sin bordes */

/* div contenedor de label e input */
.carga{
	background-color: white;
	padding:7px;
	border: 1px solid white;
	border-radius: 3px;
	margin-top: 10px;
	

}

.carga:focus-within {
	border: 1px solid #1CB5E0;
	box-shadow: 0 4px 8px 0 rgba(28, 181, 224, 0.2), 0 6px 20px 0 rgba(28, 181, 224, 0.19);
}

/* input label y select*/
.carga label{
	font-weight: bold;
	/* color:#434343; */
	color: #8b8888;
	font-size: 0.9em;

}

.carga input{
	font-weight: bolder;
	color:#0072ff;
	font-size: 1.1em;

	
}

.carga select{
	font-weight: bolder;
	color:#0072ff;
	font-size: 1.1em;
}
.carga select option{
	color:#0072ff;
	font-size: 1.1em;
	line-height: 1.3em;
	margin:2px;
}

/* estilo span que muestra datos de formularios vista */
span.vista-datos{
	font-weight: bolder;
	color:#0072ff;
	font-size: 1.1em;
}

/* div de renglones de formulario */
/*  estructura un div> labe e input ocupan el cien y adentro del div deberia poder tener mas de un input.
*/

/****listas de notarios*****/
.titulo-lista
{
	font-size:1.2em; 
	
	color:#737373;
	text-align:left;
	padding: 5px;
	border:none;

	
}
.acciones-pagina{
	font-size:1.2em; 
	
	color:#737373;
	text-align:left;
	padding: 5px;
	border:none;
}




input, label {
    display:block;
} 

 input,select,textarea
{
	width: 99%;
  padding: 6px 10px;
  margin: 6px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  outline: 0;
}
option {
	padding:5px;
	line-height:1.2em;
	font-size: 1em;
}

/** check boxes bonitos */
.divcheckbox{
	display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row
	
}
.divcheckbox-largo{
	display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row
	
}
.div-un-checkbox{
	margin-right: 0px;
	width: 130px;
}
label.checkbox{
	
	display:inline;
	font-size: 1em;
	margin-left: 5px;
}
input[type=checkbox]{
	
	display:inline;
	
	width: 1.1em;
  	height: 1.1em;
  /* transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; */
  outline: 0;
  cursor: pointer;

}

 

button
{
	background:#CCCCCC;
	font-size:12px;
	color:#666666;
	
}
img
{
	cursor:pointer;
}

/* * Menu desplegable y cabecera con botonera. nueva.*/
/* #153d77 */


#wrap {
	margin: 0 auto;
	width: 100%;
}

.inner {
	margin: 0 auto;
	/* max-width: 940px; */
	padding: 0 20px;
}

.relative {
	position: relative;
}

.right {
	float: right;
}

.left {
	float: left;
}

/* HEADER */
#wrap > header {
	/* background-color: #153d77; */
	/* background-color: #538dd7; */
	background-color:#146ebe;
	padding-bottom: 20px;
}
.logo {
	display: inline-block;
	font-size: 0;
	padding-top:15px;
}

#navigation {
	position: absolute;
	/* right: 40px; */
	left:100px;
	bottom: 0px;
}

#menu-toggle {
	display: none;
	float: right;
}
/* HEADER > status bar */
.div-status-inicio{
	/* width: 85%; */
    float: right;
    /* height: 40px; */
    /* padding: 8px; */
    border-radius: 7px;
	background-color:#0d497e;
	text-align: right;
	margin-bottom: 7px;
	margin-top: 5px;
}
.div-status-inicio > ul{
	display: flex;
    list-style: none;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;

}
.div-status-inicio > ul >li{
	font-size: 0.9em;
	
	/* color:#00c6ff; */
	color:#e4efff;
	padding:10px;
} 

.div-status-inicio> ul > li> i{
	margin:5px;
}

/* HEADER > MENU */
#main-menu {
	float: right;
	font-size: 0;
	margin: 10px 0;
}

#main-menu > li {
	display: inline-block;
	margin-left: 30px;
	padding: 2px 0;
}

/* #main-menu > li.parent {
	background-image: url(../images/plus-gray.png);
	background-size: 7px 7px;
	background-repeat: no-repeat;
	background-position: left center;
	content: "\f107";
} */

#main-menu > li.parent > a {
	padding-left: 1.2em;
	text-decoration:none;
}

#main-menu > li > a {
	color: #eee;
	font-size: 1.2em;
	line-height: 1.2em;
	padding: 30px 0;
	text-decoration:none;
	transition: 0.5s;
}

#main-menu > li:hover > a,
#main-menu > li.current-menu-item > a {
	/* color: #72ffff; */
	text-shadow:#72ffff;
	/* background-color:#f1f1f1; */
	text-shadow: 0 0 5px #FFF, 0 0 10px #FFF, 0 0 15px #FFF, 0 0 20px #72ffff, 0 0 30px #72ffff, 0 0 40px #72ffff, 0 0 55px #72ffff, 0 0 75px #72ffff;
	/*todo meter un efecto hover... fondo o glow text o glow fondo.*/
}

/* HEADER > MENU > DROPDOWN */
#main-menu li {
	position: relative;
}

ul.sub-menu { /* level 2 */
	display: none;
	left: 0px;
	top: 38px;
	padding-top: 10px;
	position: absolute;
	width: 150px;
	z-index: 9999;
	transition: 0.5s;
	border: 1px solid #007bbc;
	border-top:none;
	/* background-color:#266295; */
	/* border: 1px solid #7dbcd2; */
	/* color: #cffcff; */
}

ul.sub-menu ul.sub-menu { /* level 3+ */
	margin-top: -1px;
	padding-top: 0;
	left: 119px;
	top: 0px;
	border: 1px solid #b4ffff;
}

 
ul.sub-menu > li > a {
	/* background-color: #333; */
	/* border: 1px solid #444; */
	background-color:#146ebe;
	
	border-top: none;
	/* color: #bbb; */
	color: #fff;
	display: block;
	font-size: 12px;
	line-height: 15px;
	padding: 10px 12px;
	text-decoration: none;
	transition: 0.5s;
}

ul.sub-menu > li > a:hover {
	background-color: #40a7db; 
	/* color: #72ffff; */
	/* border: 1px solid #737373; */
}

ul.sub-menu > li:first-child {
	border-top: 3px solid #b4ffff;
}

ul.sub-menu ul.sub-menu > li:first-child {
	border-top: 1px solid #b4ffff;
	
}


ul.sub-menu > li:last-child > a {
	border-radius: 0 0 2px 2px;
}

/* ul.sub-menu > li > a.parent {
	background-image: url(../images/arrow.png);
	background-size: 5px 9px;
	background-repeat: no-repeat;
	background-position: 95% center;
} */

#main-menu li:hover > ul.sub-menu {
	display: block; /* show the submenu */
}

@media all and (max-width: 700px) {

	#navigation {
		position: static;
		margin-top: 20px;
	}

	#menu-toggle {
		display: block;
	}

	#main-menu {
		display: none;
		float: none;
	}

	#main-menu li {
		display: block;
		margin: 0;
		padding: 0;
	}

	#main-menu > li {
		margin-top: -1px;
	}

	#main-menu > li:first-child {
		margin-top: 0;
	}

	#main-menu > li > a {
		background-color: #333;
		border: 1px solid #444;
		color: #bbb;
		display: block;
		font-size: 14px;
		padding: 12px !important;
		padding: 0;
	}

	#main-menu li > a:hover {
		background-color: #444; 
	}

	#main-menu > li.parent {
		background: none !important;
		padding: 0;
	}

	#main-menu > li:hover > a,
	#main-menu > li.current-menu-item > a {
		border: 1px solid #444 !important;
		color: #fff !important;
	}

	ul.sub-menu {
		display: block;
		margin-top: -1px;
		margin-left: 20px;
		position: static;
		padding: 0;
		width: inherit;
	}

	ul.sub-menu > li:first-child {
		border-top: 1px solid #444 !important;
	}

	ul.sub-menu > li > a.parent {
		background: #333 !important;
	}
}

/** fin estilos botonera */


/*******LOGIN*************/

.div-ingreso{
	display: flex;
   
    padding: 30px;
    border: 1px solid rgb(235, 234, 234);
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 5px 11px 3px #d4f5fc;
    /* box-shadow: 0px 5px 11px 3px #00c6ff; */

    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}




.div-titulo-login
{	
	padding:20px;
	font-size:2em;
	
	color:#0072ff;
	text-align:left;
	width: 100%;

	
}



.div-campos-login{
	padding:10px;
	text-align: center;
	width: 100%;
	border: 1px solid #fff;
}

.div-campos-login label{
	text-align: left;
    font-size: 1.2em;
    font-weight: 600;
    color: #737373;
    line-height: 1.5em;
}
.div-campos-login input
{
	
	font-weight: bolder;
	color:#232323;
	font-size: 1.4em;
    line-height: 1.6em;
	


	
}
.div-campos-login:focus-within{
	border: 1px solid #1CB5E0;
	box-shadow: 0 4px 8px 0 rgba(28, 181, 224, 0.2), 0 6px 20px 0 rgba(28, 181, 224, 0.19);
}

.logologin
{
	
	
	text-align: center;
    padding: 50px;
	
}
.logologin h1{
	color:#737373;
	margin:10px;
} 	
.div-footer-login{
	width:100%;
	margin-top:80px;
	font-size: 0.9em;
	text-align: center;
}

/** auto completar items */
/* div.autocomplete-items{
	padding: 10px;
	color:#434343;

}
div.autocomplete-items >strong{
	color:#232323;
	font-weight: bolder;
	padding:1px;
} */
.autocomplete-items {
	position: absolute;
	border: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	border-top: none;
	z-index: 99;
	margin-top:-8px;
	/* left: 0; */
	/* right: 0; */
	width: 380px;
	-webkit-transition:  0.4s ease-in-out;
  	transition:  0.4s ease-in-out;
 
  }
  .autocomplete-items div {
	padding: 10px;
	cursor: pointer;
	background-color: #fff;
	color:#737373;
	/* border-bottom: 1px solid #d4d4d4; */
	-webkit-transition:  0.4s ease-in-out;
  	transition:  0.4s ease-in-out;
  }
  .autocomplete-items div:hover {
	/*when hovering an item:*/
	background-color: #e9e9e9;
  }
  .autocomplete-active {
	/*when navigating through the items using the arrow keys:*/
	background-color: DodgerBlue !important;
	color: #ffffff;
  }
  .autocomplete-items div strong {
	  color:#0072ff;
		font-weight: bolder;
	padding:1px;
  }