/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/*
html
{
    position: relative; 
    min-height: 100%;
}
body
{
    margin: 0;
}
footer
{
    width: 100%;
    bottom: 0;
    position: absolute;
    height: 65px;
}
*/

:root {
    --color-tema: #3A0A5E;
}

body {
	margin: 0;
}

/* Disable ugly boxes around images in IE10 */
a img {
	border: 0px;
}

p {
	font-size: 16px;
}

::-moz-selection {
	background-color: #673abd;
	color: #fff;
}

::selection {
	background-color: #673abd;
	color: #fff;
}

.mdl-card{
	border-radius: 10px !important;
}

.tabla-contenedor {
    overflow-x: auto; /* 🔥 Activa el desplazamiento horizontal */
    max-width: 100%; /* 🔹 Asegura que el contenedor se ajusta a la pantalla */
    border-radius: 10px !important;
}

.mdl-data-table {
    width: 100%;
    white-space: nowrap; /* 🔥 Mantiene el contenido en una línea */
        border: none !important; /* 🔥 Elimina el borde */
}

.custom-button {
    font-size: 14px !important;
    font-weight: 400 !important;
  }
.custom-button:hover {
  background-color: #734A91  !important;
}
#busquedaAvanzadaForm button[type="submit"]:hover i {
    color: #4caf50; /* verde éxito */
    transform: scale(1.2);
    transition: all 0.2s ease;
  }
  
.custom-button_check {
    /*background-color: var(--color-tema); /* Color de fondo morado */
    background-color: var(--color-tema) !important;
    color: white;              /* Texto blanco */
    margin-left: 10px;         /* Espacio a la izquierda */
}

.custom-button_filtro {
    background-color: var(--color-tema); /* Color de fondo morado */
    color: white;              /* Texto blanco */
    margin-left: 10px;         /* Espacio a la izquierda */
}

.custom-button_filtro:hover {
    background-color: #734A91 !important;
}

.mdl-textfield .mdl-button {
    bottom: 0px !important;
}

.mdl-textfield__input {
    font-size: 15px !important;
}

.android-search-box .mdl-textfield__input {
	width: 300px;
	/*color: rgba(0, 0, 0, 0.87);*/
	border-bottom: 1px solid #fff;
}

.android-search-box .mdl-textfield__expandable-holder {
	max-width: 100%;
}

.android-header .mdl-menu__container {
	z-index: 50;
	margin: 0 !important;
}

.mdl-textfield--expandable {
	width: auto;
}

.android-fab {
	position: absolute;
	right: 20%;
	bottom: -26px;
	z-index: 3;
	/*background: #64ffda !important;*/
	color: black !important;
}



.android-logo-image {
    height: 25px;
    width: 50px;
}

.android-header {
	/*overflow: visible;*/
	background-color: white;
}

.android-header .material-icons {
	/*color: #767777 !important;*/
	color: #ffffff !important;
}

.android-header .mdl-layout__drawer-button {
	background: transparent;
	/*color: #767777;*/
	color: #ffffff;
}

.android-header .mdl-navigation__link {
	/*color: #757575;*/
	color: #ffffff;
	font-weight: 500;
	font-size: 16px;
	opacity: 1;
}

.android-navigation-container {
	/* Simple hack to make the overflow happen to the left instead... */
	direction: rtl;
	/*-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;*/
	width: 200px;
	transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), width 0.2s
		cubic-bezier(0.4, 0, 0.2, 1);
}

.android-navigation {
	/* ... and now make sure the content is actually LTR */
	direction: ltr;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 800px;
}

.android-search-box.is-focused+.android-navigation-container {
	/*opacity: 0;*/
	width: 100px;
}

.android-navigation .mdl-navigation__link {
	display: inline-block;
	height: 60px;
	line-height: 68px;
	background-color: transparent !important;
	border-bottom: 4px solid transparent;
}

.android-navigation .mdl-navigation__link:hover {
	border-bottom: 4px solid #ffffff;
}

.android-search-box {
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
	margin-left: 16px;
	/*margin-right: 16px;*/
}

.android-more-button {
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3;
}

.android-drawer {
	border-right: none;
}

.android-drawer::-webkit-scrollbar {
  width: 7px;
}

.android-drawer::-webkit-scrollbar-track {
  /*background: #f1f1f1;*/
}
.android-drawer::-webkit-scrollbar-thumb {
  background-color: #734a917a; /* color principal del scroll */
  /*border-radius: 10px;       
  border: 2px solid #f1f1f1;  */
}
.android-drawer::-webkit-scrollbar-thumb:hover {
  /*background-color: #4a148c; /* color cuando pasas el mouse sobre el scroll */
}


.android-drawer-separator {
	height: 1px;
	background-color: #dcdcdc;
	margin: 8px 0;
}

.android-drawer .mdl-navigation__link.mdl-navigation__link {
	font-size: 14px;
	/*color: #757575;*/
	color: rgb(0 0 0 / 85%);
	/*font-weight: 600;*/
	opacity: 1;
}

.android-drawer span.mdl-navigation__link.mdl-navigation__link {
	color: #cd8e00;
}

.android-drawer .mdl-layout-title {
	position: relative;
	background: #350857;
	height: 160px;
	padding-left: 20px;
}

.android-drawer .android-logo-image {
	position: absolute;
	bottom: 16px;
}

.android-be-together-section {
	position: relative;
	height: 680px;
	width: auto;
	background-color: #f3f3f3;
	/*background: url('images/slide01.jpg') center 30% no-repeat;*/
	background-size: cover;
}

.logo-font {
	font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
	line-height: 1;
	color: #fff;
	font-weight: 600;
}

.android-slogan {
	font-size: 58px;
	padding-top: 10%;
	text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.7);
}

.android-sub-slogan {
	font-size: 24px;
	padding-top: 24px;
	text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.7);
	font-weight: 400;
}

.android-create-character {
	font-size: 21px;
	padding-top: 400px;
}

.android-create-character a {
	text-decoration: none;
	color: #767777;
	font-weight: 300;
}

.android-screen-section {
	position: relative;
	padding: 80px 0;
	/*padding-top: 60px;
  padding-bottom: 80px;*/
}

.android-screens {
	text-align: right;
	width: 100%;
	white-space: nowrap;
	overflow-x: auto;
	padding-top: 20px;
}

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

.android-screen .android-link {
	margin-top: 16px;
	display: block;
	z-index: 2;
}

.android-image-link {
	text-decoration: none;
}

.android-wear {
	display: inline-block;
	width: 160px;
	margin-right: 32px;
}

.android-wear .android-screen-image {
	width: 40%;
	z-index: 1;
}

.android-phone {
	display: inline-block;
	width: 64px;
	margin-right: 48px;
}

.android-phone .android-screen-image {
	width: 100%;
	z-index: 1;
}

.android-tablet {
	display: inline-block;
	width: 110px;
	margin-right: 64px;
}

.android-tablet .android-screen-image {
	width: 100%;
	z-index: 1;
}

.android-tablet .android-link {
	display: block;
	z-index: 2;
}

.android-tv {
	display: inline-block;
	width: 300px;
	margin-right: 80px;
}

.android-tv .android-screen-image {
	width: 100%;
	z-index: 1;
}

.android-auto {
	display: inline-block;
	width: 300px;
	overflow: hidden;
}

.android-auto .android-screen-image {
	display: block;
	height: 300px;
	z-index: 1;
}

.android-wear-section {
	position: relative;
	background: url('../images/evento05.jpg') center top no-repeat;
	/*background-size: cover;
  	height: 800px;*/
	height: 580px;
}

.android-wear-band {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: left;
	background-color: rgba(53, 8, 87, 0.4);
}

.android-wear-band-text {
	/* max-width: 1000px; */
	margin-left: 2%;
	margin-right: 2%;
	/* margin-left: auto;
	margin-right: auto; */
	padding: 24px;
	text-align: left;
	color: white;
}

.android-wear-band-text p {
	padding-top: 8px;
}
.solo_color {
	color: var(--color-tema) !important;
}

.solo_color-outlined {
  border: 1px solid var(--color-tema);
}


.mdl-button {
	text-transform: capitalize;
	font-size: 14px;
	padding: 0 8px !important;
	border-radius: 4px;
	min-width: 110px !important;
}
.boton_modal{
 color: #ffffff !important;
    font-weight: 300;
    background: var(--color-tema) !important;
 }
 
.boton_modal:hover{
    background-color: #350857  !important;
    color: #ffffff !important;
 }
 
.android-link {
	text-decoration: none;
	color: rgba(0, 0, 0, .87) !important;
	/*text-transform: capitalize;*/
	font-weight: 600;
}

.android-link:hover {
	/* color: #673abd !important; 
    color: rgba(0,0,0,.87) !important;*/
	text-decoration: underline;
}

.android-link .material-icons {
	position: relative;
	top: -1px;
	vertical-align: middle;
}

.android-alt-link {
	text-decoration: none;
	color: #ffffff !important;
	/* font-size: 14px; */
}

.android-alt-link:hover {
	color: #ffffff !important;
}

.android-alt-link .material-icons {
	position: relative;
	top: 6px;
}

.android-customized-section {
	text-align: center;
}

.android-customized-section-text {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	padding: 80px 16px 0 16px;
}

.android-customized-section-text p {
	padding-top: 16px;
}

.android-customized-section-image {
	background: url('../images/devices.jpg') center top no-repeat;
	background-size: cover;
	height: 400px;
}

.android-more-section {
	max-width: 1204px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -64px;
}

.android-registro-section {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -64px;
}

.android-detalle-section {
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -65px;
}

.android-registro-section .mdl-textfield__label {
	color: rgba(0, 0, 0, .4);
}

.android-more-section .android-section-title {
	margin-left: 12px;
	padding-bottom: 24px;
	color: #000000;
}

.android-registro-section .android-section-title {
	margin-left: 12px;
	padding-bottom: 24px;
	color: #000000;
}

.android-card-container .mdl-card__media {
	/*overflow: hidden;*/
	background: transparent;
}

.android-card-container .mdl-card__media img {
	width: 100%;
}

.android-card-container .mdl-card__media .left {
	width: 60%;
	padding: 20%;
}

.android-card-container .mdl-card__title {
	background: transparent;
	height: auto;
}

.android-card-container .mdl-card__title-text {
	color: #3b3a3a;
	height: auto;
	font-weight: 400;
	font-size: 20px;
}

.android-card-container .mdl-card__supporting-text {
	height: auto;
	color: #3b3a3a;
	padding-bottom: 56px;
}

.android-card-container .mdl-card__actions {
	position: absolute;
	bottom: 0;
}

.android-card-container .mdl-card__actions a {
	border-top: none;
	font-size: 16px;
	color: var(--color-tema);
}

.android-footer {
	/*background-color: #fafafa;*/
	position: relative;
	padding: 16px 40px 0px;
}

.android-footer a:hover {
	color: #cd8e00;
}

.android-footer .mdl-mega-footer--top-section::after {
	border-bottom: none;
}

.android-footer .mdl-mega-footer--middle-section::after {
	border-bottom: none;
}

.android-footer .mdl-mega-footer--bottom-section {
	position: relative;
}

.android-footer .mdl-mega-footer--bottom-section a {
	margin-right: 2em;
}

.android-footer .mdl-mega-footer--right-section a .material-icons {
	position: relative;
	top: 6px;
}

.android-link-menu:hover {
	cursor: pointer;
}

.section__play-btn {
	min-height: 200px;
	border: 20px solid #fff;
}

/*
header .material-icons {
  font-size: 3rem;
}

.android-more-section header{
    display: flex;
}
*/
.demo-card-event>.mdl-card__title {
	color: #fff;
	height: 220px;
	text-shadow: 1px 1px 4px #000;
}

.mdl-card__actions {
	display: flex;
	box-sizing: border-box;
	align-items: center;
}

.mdl-card__actions>.material-icons {
	padding-right: 10px;
}

.android-more-section .mdl-textfield {
	width: 100%;
}

.android-registro-section .mdl-textfield {
	width: 100%;
}

.mdl-textfield__label {
	color: rgba(117, 117, 117, 1);
}

.mdl-layout__header-row .mdl-navigation__link {
	padding: 0 20px;
}

.mdl-mega-footer {
	color: #ffffff;
}

.mdl-mega-footer--social-btn, .mdl-mega-footer__social-btn {
	background-color: transparent;
}

.mdl-typography--display-1-color-contrast {
	opacity: .8;
}

.mdl-layout__header-row .active {
	border-bottom: 4px solid #cd8e00;
}

footer p {
	line-height: normal;
}

footer a {
	text-decoration: none;
	color: #ffffff;
}

footer a i {
	vertical-align: middle;
}

/**** Mobile layout ****/
@media ( max-width : 900px) {
	.p-20--small {
		padding: 20px;
	}
	.android-navigation-container {
		display: none;
	}
	.android-title {
		display: none !important;
	}

	/* WebViews in iOS 9 break the "~" operator, and WebViews in OS X 10.10 break
     consecutive "+" operators in some cases. Therefore, we need to use both
     here to cover all the bases. */
	.android.android-search-box.is-focused ~ .android-mobile-title,
		.android-search-box.is-focused+.android-navigation-container+.android-mobile-title
		{
		opacity: 0;
	}
	.android-more-button {
		display: none;
	}
	.android-search-box .mdl-textfield__expandable-holder {
		max-width: .1px;
	}

	/* .android-search-box .mdl-textfield__expandable-holder .mdl-textfield__input {
  width: 400px;
  border-bottom: 1px solid #fff;
} */
	.android-search-box .mdl-textfield__input {
		width: 100%;
	}
	.android-search-box.is-focused {
		width: calc(100% - 48px);
	}
	.android-search-box .mdl-textfield__expandable-holder {
		width: 100%;
	}
	.android-be-together-section {
		height: 350px;
	}
	.mdl-typography--display-2, .mdl-typography--display-2-color-contrast {
		font-size: 32px;
		line-height: 35px;
	}
	.android-slogan {
		font-size: 26px;
		margin: 0 16px;
		/*padding-top: 24px;*/
	}
	.android-sub-slogan {
		font-size: 16px;
		margin: 0 16px;
		padding-top: 8px;
	}
	.android-create-character {
		padding-top: 200px;
		font-size: 16px;
	}
	.android-create-character img {
		height: 12px;
	}
	.android-fab {
		display: none;
	}
	.android-wear-band-text {
		margin-left: 0;
		padding: 16px;
	}
	.android-footer .mdl-mega-footer--bottom-section {
		display: none;
	}
	#slogan {
		display: none;
	}
}
/*
.img-powerbuilder{
    width: 58%;
}
*/
.list-item {
	/*float: left;*/
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.list-item i {
	vertical-align: middle;
}

.mdl-card__supporting-text>.p-b-16 {
	padding-bottom: 16px;
}

.android-card-container .mdl-card__media .left-team {
	width: 80%;
	padding: 10% 10% 0;
}

.nav-header {
	list-style: none;
}

.nav-header>li {
	float: left;
}

/*
.nav-header li a {
	text-decoration:none;;
	display:block;
}
*/
.nav-header li ul {
	display: none;
	position: absolute;
	list-style: none;
	background-color: #ffffff;
	box-shadow: 0 0px 0px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px
		rgba(0, 0, 0, .2), 0 1px 8px 0 rgba(0, 0, 0, .12);
}

.nav-header li:hover>ul {
	display: block;
}

.nav-header li ul li {
	margin-left: -40px;
}

.section-right {
	margin: 2% 8% 2% 4%;
}

.power-link {
	font-size: 20px;
	/*background-color: rgba(2, 74, 142, 1);
    background-color: rgba(158,158,158,.5);*/
	/*background: rgb(24, 255, 255);*/
	/*background: rgb(0, 87, 178);*/
	background: rgb(236, 31, 3);
	margin-top: 50px;
	text-transform: none;
	padding: 8px 16px;
	box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, .12), 0 1px 1px 0
		rgba(0, 0, 0, .24);
}

.power-link:hover {
	/*background: rgb(24, 255, 255);*/
	/*background:  rgb(223, 2, 2);*/
	/*background: rgb(199, 24, 8)*/
	background: rgb(227, 95, 23);
}

.mdl-card__supporting-text ul {
	margin: 4px 0 14px;
}

.mdl-navigation ul {
	list-style: none;
	-webkit-padding-start: 0px;
	-moz-padding-start: 0px;
	margin-top: 0px;
}

.mdl-navigation ul ul {
	display: none;
	position: relative;
}

.mdl-layout__drawer .mdl-navigation .mdl-navigation__link {
	padding: 13px 20px;
	opacity: 1;
}

.mdl-layout__drawer .mdl-navigation li li a.mdl-navigation__link {
	padding: 8px 20px 8px 62px;
}

.expand {
	position: absolute;
	right: 10px;
}

.mdl-layout__drawer .mdl-navigation .active {
	/*background-color: #e0e0e0;
    color: #673ac6; */
	background-color: rgba(255, 255, 255, .2);;
	color: #ffffff;
}

.mdl-layout__drawer .mdl-navigation {
	padding-top: 10px;
}

.android-header .mdl-textfield__label:after {
	background-color: #fff;
}

.ml-header {
	min-height: 125px;
	/*background: linear-gradient(to bottom, #350857, #734A91);*/
	background: var(--color-tema) !important;
}

.relative {
	position: relative !important;
}

.clear {
	clear: both;
	/* height: 45px; */
	height: 79px;
}

.p-20 {
	padding: 20px;
}

.m-t-20 {
	margin-top: 20px;
}

.m-r-20 {
	margin-right: 20px;
}

.m-b-5 {
	margin-bottom: 5px;
}

.m-b-20 {
	margin-bottom: 20px;
}

.no-m-t {
	margin-top: 0px;
}

.w100 {
	font-weight: 100;
}

.f-right {
	float: right;
}

.m-30 {
	margin: 30px;
}

.p-40 {
	padding: 40px;
}

.p-r-20 {
	padding-right: 20px;
}

.calendario {
	display: inline-block;
	float: left;
	left: 16px;
	right: 16px;
	top: 16px;
	width: 50px;
	bottom: 16px;
}

.mes {
	font-size: 12px;
	text-align: center;
	/*background-color: #3e3d40;*/
	/*color: #e2e3e4;*/
	color: var(--color-tema);;
	text-transform: uppercase;
	display: block;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.dia {
	font-size: 30px;
	/*font-weight: bold;*/
	text-align: center;
	display: block;
	/*background-color: #d5d6d8;*/
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	line-height: 1;
	padding: 3px 0;
}

.titulo {
	font-weight: bold;
	font-size: 15px;
}

.detalle {
	margin-left: 60px;
	padding-top: 0px;
}

.detalle .mdl-navigation__link{
	color: rgba(0, 0, 0, 1);
    text-decoration: none;
    line-height: 18px;
    opacity: 1;
}

.detalleWiki {
	margin-left: 8px;
	padding-top: 0px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.detalleWiki .mdl-navigation__link{
	color: rgba(0, 0, 0, 1);
    text-decoration: none;
    line-height: 18px;
    opacity: 1;
}

.m-20 {
	margin: 20px;
}

.mdl-navigation__link .material-icons {
	/*     font-size: 20px;
    font-weight: normal;
    margin-right: 1rem;
    line-height: inherit;
    width: 2rem;
    font-size: 1.6rem;
    display: block;
    float: left;
    text-align: center; */
	margin-right: 18px;
}

.mdl-layout__drawer .mdl-navigation .mdl-navigation__link:hover {
	/*background-color: rgba(255,255,255,.2);*/
	background-color: #734a9142 !important;;
	color: rgb(0 0 0 / 85%);
}

.brand-logo {
	min-height: 64px;
	color: #868686;
	line-height: 64px;
	/*text-align: center;*/
	font-weight: 300;
	font-size: 16px;
	padding-left: 15%;
}
/*ESTILO DE CABECERA*/
.textarea-con-borde {
  border: 1px solid #ccc;      /* Borde gris claro */
  border-radius: 4px;          /* Bordes ligeramente redondeados */
  padding: 8px;                /* Espaciado interno */
  resize: vertical;            /* Permite redimensionar verticalmente */
  background-color: white;     /* Fondo blanco */
  color: #333;                 /* Color del texto */
  font-family: inherit;        /* Hereda la fuente */
  font-size: 14px;
}



.cabecera {
	/*background: linear-gradient(to bottom, #350857, #734A91);*/
	background:#3A0A5E!important;
}

/** Boton outlined/
/* Contenedor con flexbox */
.encabezado-evento {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Estilo del botón outlined simulado */
.boton-outlined {
  border: 1px solid #ffffff;
  color: #ffffff;
  background-color: transparent;
  border-radius: 6px;
  font-weight: 300;
  display: flex;
  align-items: center;
  font-size: 14px;
  transition: background-color 0.3s, border-color 0.3s;
}

.boton-outlined:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #ccc;
}




/*Boton registrase en evento*/
.boton_interactivo{
    position: absolute;
    top: 16px;
    right: 16px;
    border-radius: 10px;
    font-weight: 400;
    z-index: 10;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: var(--color-tema);
    background-color:#f3e5f5;
  	box-shadow: 0 5px 16px rgba(0, 0, 0, 0.3);
}

.boton_interactivo:hover {
	background-color: #e1bee7;
	color: #1e0d2b;
  	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.4);
  	/*transform: translateY(-1px);*/
}

.boton_asistencia_confirmada {
    position: absolute;
    top: 16px;
    right: 16px;
    border-radius: 14px;
    font-weight: 400;
    z-index: 10;
    display: flex;
    align-items: center;
    font-size: 14px;
    background-color: #e1bee7;
	color: #1e0d2b;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.3);
}
.boton_asistencia_confirmada:hover {
	background-color: #ae94b3;
	color: #180e21;
  	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.4);
}


/*Boton flotante de agregar empresa*/
.fab {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #3A0A5E; 
    color: white;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    /*box-shadow: 0 3px 6px rgba(0,0,0,0.3);*/
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    text-decoration: none;
    z-index: 1000;
    transition: background-color 0.3s ease;
}

.fab:hover {
    background-color: #5b2d7d;
}

.fab:after {
    background: inherit;
    position: absolute;
    content: '';
    filter: blur(25px) saturate(1.5);
    width: 100%;
    height: 100%;
    scale:0.8;
    z-index: -1;
}


.material-icons {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size: 24px;
}



/*Ajustar el espacio de los elementos de la busqueda avanzada*/
.mdl-grid.compacto {
    margin-bottom: 0px;
    margin-top: -30px;
    padding-bottom: 0px;
}


/* inicio: Se amplia el espacio de los item del menu*/
.mdl-menu__item_div {
    display: block;
    width: 110%;
    height: 100%;
}

.mdl-menu__item a {
    display: block;
    width: 100%;
    height: 100%;
    align-content: center;
}
/* Fin: Se amplia el espacio de los item del menu*/

.brand-logo-cabecera-sesion{
	color: #868686;
	font-weight: 300;
	font-size: 16px;
	padding-left: 15%;
}

.mdl-button_cabecera_sesion {
	text-transform: capitalize;
    background: 0 0;
    border: none;
    border-radius: 2px;
    color: #000;
    position: relative;
    height: 36px;
    margin: 0;
    min-width: 64px;
    /* padding-left: 15%; */
    display: inline-block;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 16px;
    font-weight: 380;
    letter-spacing: 0;
    overflow: hidden;
    will-change: box-shadow;
    transition: box-shadow .2s cubic-bezier(.4,0,1,1), background-color .2s cubic-bezier(.4,0,.2,1), color .2s cubic-bezier(.4,0,.2,1);
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    line-height: 36px;
    vertical-align: middle;
}

.label-fijo {
        display: block;
        font-size: 14px;
        margin-bottom: 10px;
}

#close-dialog-busqueda{
        background-color: #eeeded !important; /* Gris claro */
        color: #000000  !important; /* Texto gris medio */
}

.mdl-checkbox.is-checked .mdl-checkbox__tick-outline{
	 border: 2px var(--color-tema)!important;
	 background-color: var(--color-tema) !important;
}

/*
.mdl-layout__drawer::-webkit-scrollbar:hover {
    background: rgba(255,255,255,.5);
}

.mdl-layout__drawer::-webkit-scrollbar {
    width: 10px;
    /*background-color: #350857;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

::-webkit-scrollbar:hover {
    background-color: rgba(0,0,0,.05);
}

::-webkit-scrollbar {
    width: 10px;
    /*background-color: transparent;
    //border-top: 10px solid transparent;
    //border-bottom: 10px solid transparent;
}
*/
.m-r-5 {
	margin-right: 5px;
}

.lh-13 {
	line-height: 1.3 !important;
}

.f-left {
	float: left;
}

.m-l-30 {
	margin-left: 30px;
}

.m-r-10 {
	margin-right: 5px;
}

.m-t-5 {
	margin-top: 5px;
}

.no-m-b {
	margin-bottom: 0px;
}

.m-l-20 {
	margin-left: 20px;
}

.f12 {
	font-size: 13px;
	color: #ffe9e9 !important;
    font-weight: 500 !important;
}

.demo-avatar-dropdown {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	padding: 7px 10px 7px 20px;
	font-size: 16px;
	color: rgb(255 255 255);
}

.demo-avatar-dropdown span {
	line-height: 30px;
}

.p-30 {
	padding: 30px;
}

.mdl-data-table th {
	text-align: center;
	
	font-weight: 500;
    font-size: 14px;
    color: rgb(0 0 0 / 80%);
}

.m-t-30 {
	margin-top: 30px;
}

.m-t-40 {
	margin-top: 40px;
}

.list-bordered {
	list-style: none;
	margin: 0;
	padding: 0;
}

.list-bordered li {
	border-bottom: 1px rgba(0, 0, 0, .1) solid;
	transition: all .1s;
}

.list-bordered li a {
	display: block;
	padding: 5px;
	transition: all .2s;
	text-decoration: none;
}

.list-bordered li a:hover {
	padding-left: 10px;
}

.f11 {
	font-size: 11px;
}

a {
	
}

.p-l-20 {
	padding-left: 20px;
}

.p-b-20 {
	padding-bottom: 20px;
}

.m-l-8 {
	margin-left: 8px;
}

.m-w-110 {
	min-width: 110px;
}

label {
	font-size: 16px;
	color: var(--color-tema);
}

.table .thumbnail {
	min-width: 100px;
	/* height: 100px; */
}

.thumbnail {
	display: block;
	padding: 4px;
	line-height: 20px;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.fileupload .thumbnail>img {
	display: inline-block;
	max-height: 100%;
	vertical-align: middle;
}

/* .thumbnail img {
    height: 100%;
} */
.thumbnail>img {
	display: block;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.fileupload-exists .fileupload-new, .fileupload-new .fileupload-exists {
	display: none;
}

.btn-file>input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	font-size: 23px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity = 0);
	transform: translate(-300px, 0) scale(4);
	direction: ltr;
}

.ui-datepicker-trigger {
	position: absolute;
	bottom: 20px;
	border-radius: 50%;
	/*font-size: 24px;*/
	height: 32px;
	margin-left: 0;
	margin-right: 0;
	min-width: 32px;
	width: 32px;
	padding: 0;
	overflow: hidden;
	color: inherit;
	line-height: normal;
	background: 0 0;
	border: none;
}

.mdl-tabs__tab {
	text-transform: none;
	    font-size: 15px;
    	color: #350857 !important;
}

.tabs {
	-webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
}

.hide {
	visibility: hidden
}

.mdl-typography--text-left {
	text-align: left
}

.mdl-typography--text-right {
	text-align: right
}

.mdl-typography--text-center {
	text-align: center
}

.mdl-typography--text-justify {
	text-align: justify
}

.mdl-typography--text-nowrap {
	white-space: nowrap
}

.mdl-typography--text-lowercase {
	text-transform: lowercase
}

.mdl-typography--text-uppercase {
	text-transform: uppercase
}

.mdl-typography--text-capitalize {
	text-transform: capitalize
}

.mdl-dialog__content {
    color: #000000;
}

.mdl-switch {
    display: inline;
}

.mdl-data-table__cell--center.mdl-data-table__cell--center{
	text-align: center;
}

table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc, table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>td.sorting {
    padding-right: 20px;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
      background-color: #e0e0e0;
} 

::-webkit-scrollbar-thumb {
      background-color: rgba(0, 0, 0, 0.2);
} 

::-webkit-scrollbar-button {
      background-color: #b3b3b3;
}

::-webkit-scrollbar-corner {
      background-color: #000000;
}


/*******************<BOTON HOY *****************************/
/* Desktop por defecto */
.boton-movil-hoy {
  display: none;
}
.boton-escritorio-hoy {
  display: inline-block;
}

/* Móvil (hasta 600px) */
@media only screen and (max-width: 600px) {
  .boton-movil-hoy {
    display: inline-block;
    min-width: 50px !important;
  }
  .boton-escritorio-hoy {
    display: none;
  }
}

/*******************</BOTON HOY *****************************/


/* En celulares (pantallas menores a 768px): 1 columna */
@media (max-width: 767px) {
     .mdl-card {
     	font-size: 14px !important;
     }
     .titulo_responsive {
        font-size: 1.1em; 
    }
}

/*En tablets: 2 columnas */
@media (min-width: 768px) {
    .titulo_responsive {
        font-size: 1.3em; 
    }
}

