/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
 
 
 
 
 
 /*
 
 Paginas (clases)
 web-index	principal
 web-logn	login
 web-news	noticias
 
 
 
 */
 
 
 
 
 
 
 
 
 
 
 
html * {
    Nmax-height: 99999px;
}
html, body {
	min-height: 100%;
}


#headlogo {
	height: 64px;
	margin-right: 15px;
}
.headerLogo {
	position: absolute;
	right: 50%;
	top: 5px;
	height: 55px;
    margin-left: -49px;
}
.headerLogo img {
	Nposition: absolute; 
	height:  150%;
	border-radius: 5px; 
	margin-left: 50%;
}


@media only screen and (max-width: 992px){
	.headerLogo {
		right: 10px;
	}
	.headerLogo img {
		margin-left: 0;
	}
}


.dropdown-content li > a, .dropdown-content li > span {
	color: #333;
}



.Powered {
	margin-top: 20px;
    display: inline-block;
}


@media only screen and (max-width: 600px){
	nav .brand-logo img {
		height: 54px;
		margin-right: initial;
	}
	nav .brand-logo {
		right: 0;
		left: initial;
    	-webkit-transform: translateX(0);
    	transform: translateX(0);
	}
	.headerLogo {
		top: 3px;
		height: 50px;
	}
	.Powered {
		display:none;
	}
	.headerLogo img {
		Nposition: absolute; 
		height: 100%; 
		border-radius: 5px; 
	}
}



.blue {
    background-color: #0063a8 !important;
}


.logobgtri {
	position: absolute;
	height: 100px;
	margin-left: -105px;
	margin-top: -42px;
}
@media only screen and (min-width: 601px){
	.logobgtri {
		margin-top: -36px;
	}
}

.loading-overlay {
	position: fixed;
    background-color: rgba(255, 255, 255, .85);
    text-align: center;
    display: none;
    z-index: 9999;
    font-size: 20px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 40vh;
}
 
 
 
 
 
 .nav-mobiles{
	background-color: #333;
	background-size: cover; 
	height: 200px;
	padding: 30px;
 }
 

 
 
.icon-block {
  padding: 0 15px;
}

.icon-block .material-icons {
	font-size: inherit;
}

@media only screen and (min-width: 700px) {


 #imga{width:30%;}


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


 #imga{
 	width:100%;
 }
 #foto{
 	display: none;
 }


}


.tituloIndex{
	font-size: 16px;
	margin-block-end: 0px;
}

.boton
{
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    display: inline-block;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    user-select: none;
    background-image: none;
    letter-spacing: .5px;
    height: 35px; 
    width:190px;
    border-radius: 2px;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 16px;
    padding: 6px 12px;
    margin-bottom: 0;
    background-color: #aaa;
    color: white;
}

.boton_largo {
	 width:350px;
}


/*Anular o borrar /  Todas las respuestas negativas*/
.boton_accion_negativa{
    background-color: #F44336;
    color: white;
}

/*Aceptar, modificar y confirmar / Todas las respuestas positivas.*/
.boton_accion_afirmativa{
    background-color: #26a69a;
    background-color: #0063a8;
    color: white;
}
/*Anular o borrar /  Todas las respuestas negativas*/
.boton_accion_negativa_global{
    background-color: #F44336;
    color: white;
}

/*Aceptar, modificar y confirmar / Todas las respuestas positivas.*/
.boton_accion_afirmativa_global{
    background-color: #4CAF50;
    color: white;
}

/*Cancelar */
.boton_acccion_ignorar{
    background-color: #4CAF50;
    color: white;
}

/*Botones para la venta de actividades*/
.boton_productos{
	display: block;
	padding: 3px 15px;
	background-color: #0063a8; /* geba */

	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	
	-webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.25);
	box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.25);
	
	-webkit-box-shadow: 0px 3px 0px 0px rgba(176,177,181,1);
	-moz-box-shadow: 0px 3px 0px 0px rgba(176,177,181,1);
	box-shadow: 0px 3px 0px 0px rgba(176,177,181,1);
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.fondo_user{
    background-color: #546e7a;
}

#turno_buscar{
	background-color: #4CAF50;
    color: white;
}


.subtitle {
	height: 50px;
	line-height: 50px;
	background-color: #f0f0f0;
}

table.highlight > tbody > tr:hover {
    background-color: #0288d1;
    color: #FFF;
    cursor: pointer;
}


.mainIcons {
	margin-top: 60px;
}
.mainIcons a {
	color: #666;
}

@media only screen and (max-width: 600px){
	.mainIcons {
		margin-top: 15px;
	}
	.topBar .clienteNombre {
		display: none;
	}
	.icon-block {
		margin-bottom: 20px;
	}
	.tituloIndex {
		margin-top: 0;
	}
	.isubtitle {
		display: none;
	}
	.icon-block h2 {
		margin-bottom: 10px;
	}

}



.novedades-list .card .card-image img {
    height: 100px;
    object-fit: cover;
    background-color: #aaa;
}
.novedades-list .card-fecha {
	font-size: 11px;
	color: #666;
}
.novedades-list .row {
  display: flex;
  flex-wrap: wrap;
}
.novedades-list .col {
  display: flex;
  flex-direction: column;
}

.novedades-list .card-panel {
  flex: 1;
}



.swal-button--catch:focus {
    color: #555;
	background-color: #7cd1f9;
}
.swal-button--cancel:focus {
    color: #555;
    background-color: #efefef;
}
.modal {
  overflow: visible;
}




.topBar .material-icons {
    line-height: 50px;
    font-size: 25px;
    margin-left: -10px;
    margin-right: 0px;
    color: #25b3cb;
}
.topBar a {
	color: #333;
}




.web-login .login-box {
	background-color: #FFFFFF;
	padding: 15px 15px;
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.web-register .register-box {
	background-color: #FFFFFF;
	padding: 15px 30px;
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}



.web-register .register-title {
	display: none;
}


.web-login .input-field input {
	padding-left: 10px;
	box-sizing: border-box;
}


.web-login #loginBtn {
	background-color: #0063a8;
}




.web-login .forgotBtn {
	size: 1rem;
}



.web-login .loginTerminos {
	color: #999;
	font-size: 12px;
}





.web-register .btnRegistrado {
	text-align: left;
}

.web-register .btnRegistrado a {
	font-size: 1rem;
	line-height: 36px;
}







.web-user #imga{
	margin-bottom: 40%; 
	NOwidth: 30%;
}

.web-user .color_letra{
	color:white;
}

.web-user h1 {
	font-size: 18px;
	font-weight: 300;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

.web-user h1 i {
	margin-top: -3px;
}
.web-user .modal .modal-content {
    padding: 10px;
}

.web-user .qr{
	text-align: right;
}

.web-user input[type="file"]#gf_fotoperfil {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
 
 .web-user label[for="gf_fotoperfil"] {
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	display: inline-block;
	transition: all .5s;
	cursor: pointer;
	text-transform: uppercase;
	width: fit-content;
	text-align: center;
}

@media all and (max-width: 700px) {
	.web-user #imga{
		margin-bottom: 20px;
	}
	.web-user .qr{
		text-align: left;
	}
	.web-user #cnt{
		text-align: center;
	}
	.web-user #input_id::placeholder {
	  color:gray;
	}
}




.web-user .user-datos label {
	color: #DDD;
	font-size:15px
}

.web-user .user-datos .user-foto {
	background-position: 50%; 
	object-fit: cover;
	border-radius: 50%;
}




.web-user #modal1 label {
    display: block;
    color: #DDD;
}

.main-credencial {
	background-color:#F1F1F1; 
	border: gray 3px solid;  
	border-radius: 8px; 
	padding: 20px; 
	margin-top: 30px;	
}



.main-credencial .credencial-foto {
	display: none;
}


.main-credencial .credencial-info {
	
}

.main-credencial .credencial-qr {
	
}


.main-credencial .credencial-data .row .col {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
}


@media only screen and (min-width: 601px){
	.main-credencial .credencial-data .row .col {
	    width: 33.3333333333%;
	    margin-left: auto;
	    left: auto;
	    right: auto;
	}
	.main-credencial .credencial-foto {
		display: block;
	}
}








.web-debito .validar_txt {
	color: #F00;
	font-size: 12px;
	margin-top: -10px;
	display: none;
}
.web-debito .validar_txt.mostrar {
	display: block;
}

.web-debito .addDeb {
	float: right;
}
.web-debito .addDeb i {
	color: #666;
}
.web-debito .delDeb {
	font-size: 12px; 
	float: right; 
	padding-top: 5px;
}

.web-debito .selectores {
	text-align: right;
}
.web-debito .selectores a:focus {
	text-decoration: underline;
}
.web-debito .nodebit {
	color: #CCC;
	font-size: 12px;
	display: none;
}


@media only screen and (max-width: 600px){
	.web-debito #k_debito_configSel {
		width: 100%;
	}
	.web-debito .selectores {
		margin-top: 15px;
		text-align: center;
	}
	.web-debito .debInfo {
		margin-top: 10px;
	}
	.web-debito .nodebit {
		display: inline;
	}
}


.web-debito .swal-button--catch:focus {
    color: #555;
	background-color: #7cd1f9;
}
.web-debito .swal-button--cancel:focus {
    color: #555;
    background-color: #efefef;
}
.web-debito .modal {
  overflow: visible;
}





.mainTurnosContainer .btn-sede {
	justify-content: center;
	height: 60px; 
}

.mainTurnosContainer .btn-sector {
	white-space: initial;
	height: 60px; 
}






.titular-item {
	display: block;
	padding: 10px;
	margin-bottom: 5px;
	border-radius: 5px;
	background-color: #FAFAFA;
	font-size: 16px;
	color: #333;
}

.titular-item-icon {
    background-color: #a9a9a9;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    float: left;
    margin-right: 15px;
}
