:root {
	/* --nord-0: #2E3440; */
	--nord-0: #000;
	--nord-1: #3B4252;
	--nord-2: #434C5E;
	--nord-3: #4C566A;
	--nord-4: #D8DEE9;
	--nord-5: #E5E9F0;
	--nord-6: #ECEFF4;
	--nord-7: #8FBCBB;
	--nord-8: #88C0D0;
	--nord-9: #81A1C1;
	--nord-10: #5E81AC;
	--nord-11: #BF616A;
	--nord-12: #D08770;
	--nord-13: #EBCB8B;
	--nord-14: #A3BE8C;
	--nord-15: #B48EAD;

	--verde1: #4C7226;
	--verde2: #83B548;

	--theme-color: var(--nord-6);
	--primary-color: var(--nord-6);
	--secundary-color: var(--nord-0);
	--text-color: var(--nord-0);
	--text-color-inverse: var(--nord-5);
	--navbar-shadow-color: var(--nord-4);
	--menu-mobile-background-color: var(--nord-4);

	--scale: 0;

}

@font-face {
	font-family: Roboto;
	src: url(../font/Roboto-Regular.ttf);
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	font-family: "Roboto";
	font-weight: Regular;
	font-style: Regular;	
	background-color: var(--theme-color);
	color: var(--text-color);
	min-height: 100%;
}

a {
	text-decoration: none;
	color: var(--text-color);
}

.grid-container {
	background-color: var(--nord-5);
	height: 100vh;
	padding-top: 82px;
}

.menu-interno {
	position: fixed;
	z-index: 99;
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

.nav-links {
	display: inline-flex;
}

.nav-links li {
	list-style: none;
	padding: 10px;
}

.nav-links li a {
	color: var(--text-color); 	
	text-decoration: none;
	font-size: 18px;
	font-weight: 500;
	padding: 9px 15px;
	border-radius: 5px;
	transition: all 0.3s ease;
	/* background: rgba(236, 239, 244, 0.73);	 */
	background: rgba(131, 181, 72, 0.73);
}

.img_item {
	vertical-align: text-bottom;
}

.nav-links li a:hover{
	background: var(--secundary-color);
	/* color: var(--text-color-inverse); */
	color: rgba(131, 181, 72, 0.73);
}

.nav-links .drop-menu{
	position: absolute;
	background: rgba(59, 66, 82, 0.73);
	/*width: 180px;*/
	line-height: 45px;
	top: 50px;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}

.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box{
	transition: all 0.3s ease;
	top: 50px;
	opacity: 1;
	visibility: visible;
	/* background: rgba(59, 66, 82, 0.73); */
	background: rgba(131, 181, 72, 0.73);
}

/* Para marcar el recorte*/
.coordenada_map{
	display: block;
	margin: auto auto 3px auto;
	text-align:center;
}

.items-promedios{
	display: flex;
	justify-content: space-between;
	margin-bottom: 8px;
}
.coordenada_pro{
	display: block;
	/* margin: auto auto 3px auto; */
	text-align:center;
}



.mega-box{
	position: absolute;
	/*top: 85px;*/
	opacity: 0;
	visibility: hidden;
	border-radius: 15px;
	transition: all 0.3s ease;
	/* scroll vertical */
	overflow-y: auto;
	height: 320px;
}

.mega-links{
	overflow-y: auto;
}

.row img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.row header{
	color: #000;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	margin: 10px;
}

.row .mega-links li{
	padding: 0 20px;
/*	padding-bottom: 15px; */ 
}

.row .mega-links li a{
	padding: 0px;
	padding: 0 20px;
	/*color: #d9d9d9;*/
	font-size: 17px;
	display: block;
}

.row .mega-links li input{
	padding: 0px;
	/*padding: 0 20px;*/
	font-size: 17px;
	display: block;
}

.row .mega-links li select{
	/*padding: 0px;*/
	padding: 0 40px;
	font-size: 17px;
	display: block;
}

.row .mega-links li a:hover{
	color: #f2f2f2;
}

nav input{
	display: none;
}

.body-text{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
	padding: 0 30px;
}

.body-text div{
	font-size: 45px;
	font-weight: 60;
}

/* Control de Zoom*/
#map .ol-zoom {
	top: auto;
	bottom: 2.9em;
	visibility: hidden;
}

/* Menu sobre el mapa */
.map-controls_container {
	position: fixed;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	justify-content: space-around;
	height: 50%;
	top: 20%;    
/*	left: 1%; */
	right: 1%;
	z-index: 1006;
}


/* opciones de zoom sobre el mapa version horizontal original*/
.map-zoom_container {
	position: fixed;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	justify-content: space-around;
	height: 250px;
	top: 20%;    
	right: 0.3%;
	z-index: 1006;
}

/* opciones de configuración del mapa HORIZONTAL*/
.map-settings_container {
	/*visibility: hidden;*/
	position: fixed;
	display: -webkit-flex;
	display: flex;
	justify-content: space-around;
	width: 130px;
	/*top: 120px;
    left: calc(5% - 45px);*/
	top: 95px;
    left: 5px;
	z-index: 1006;
}



/* opciones de configuración del mapa 
.map-settings_container {
	/* Antes
	visibility: hidden;
	position: fixed;
	display: -webkit-flex;
	display: flex;
	justify-content: space-around;
	width: 130px;
	top: 120px;
    left: calc(5% - 45px);
	z-index: 1006;
	*/

	/*visibility: hidden;*/
/*    position: fixed;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 38px;
    height: 238px;
    bottom: 3%;
    right: 0.3%;
    z-index: 1006;
}*/


/*	
 *	Inicia Submenus izquierda
 * */

.nav-main {
	display: flex;
	align-items: center;
	margin-left: 5px;
}

.nav-main a{
	text-decoration: none;
	color: inherit;
}

.nav-main__btn-collapse-icon {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	/* background-color: var(--theme-color); */
	background-color: var(--verde2);
	padding: 0.6rem 0.3rem;
	z-index: 10;
	cursor: pointer;
	box-shadow: 3px 7px 7px gray;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
}

.icon-nav {
	display: block;
	width: 60%;
	height: 2px;
	background-color: white;
	transition: transform var(--time-animation);
}

.nav-main__btn-collapse{
	display: none;
}

.nav-main__btn-collapse:checked + .nav-main__btn-collapse-icon .icon-nav:first-child {
	transform: translateY(0.5em) rotate(45deg);
}

.nav-main__btn-collapse:checked + .nav-main__btn-collapse-icon .icon-nav:nth-of-type(2) {
	transform: scale(0);
}

.nav-main__btn-collapse:checked + .nav-main__btn-collapse-icon .icon-nav:last-child {
	transform: translateY(-0.5em) rotate(-45deg);
}

/* .ligas {
	border-radius: 0 1rem 1rem 0;
	padding: 0.3rem;
	padding-left: 1.5rem;
	box-shadow: 3px 7px 7px gray;
	z-index: 1;
	margin-left: -1rem;
	transform: scaleX(0);
	transition: transform var(--time-animation);
	transform-origin: left;
	background-color: var(--nord-5);
}
 */

.ligas {
    border-radius: 1rem 1rem 1rem 1rem;
    padding: 0.3rem;
    padding-right: 1.5rem;
    box-shadow: 3px 7px 7px grey;
    z-index: 1;
    margin-left: -17rem;
    transform: scaleX(0);
    transition: transform var(--time-animation);
    transform-origin: left;
    /* background-color: var(--nord-5); */
	background-color: rgba(131, 181, 72, 0.73);
}

.nav-main__btn-collapse:checked ~ .ligas {
	transform: scaleX(1);
}

.opciones_flotantes {
	/*display: flex;
	flex-direction: column;*/
	border-radius: 5px;
	padding: 0.7rem;
	/*box-shadow: 3px 7px 7px gray;*/
	z-index: 1;
	margin-left: -14rem;
	transform: scaleX(0);
	transition: transform var(--time-animation);
	transform-origin: left;
	/*background-color: var(--nord-5);*/	
	/* background-color: rgba(0,0,0,0.7); */
	background-color: rgba(131, 181, 72, 0.73);
	color: var(--nord-2);	
	position: absolute;
	top: 0px;
}

.opciones_flotantes h1 {
	color: var(--nord-6);
    font-size: 1em;
    font-weight: inherit;
}

/* Recortes flotantes */
.recortes_flotantes {
	/*display: flex;
	flex-direction: column;*/
	border-radius: 5px;
	padding: 0.3rem;
	box-shadow: 3px 7px 7px gray;
	z-index: 1;
	margin-left: -14rem;
	transform: scaleX(0);
	transition: transform var(--time-animation);
	transform-origin: left;
	/* background-color: var(--nord-5); */
	background-color: rgba(131, 181, 72, 0.73);
	position: absolute;
}

.recortes_flotantes h1 {
	color: var(--nord-1);
    font-size: 1em;
    font-weight: inherit;
}

/* Bioclimaticos flotantes */
.bioclimaticos_flotantes {
	/*display: flex;
	flex-direction: column;*/
	border-radius: 5px;
	padding: 0.3rem;
	box-shadow: 3px 7px 7px gray;
	z-index: 1;
	margin-left: -16rem;
	transform: scaleX(0);
	transition: transform var(--time-animation);
	transform-origin: left;
	/* background-color: var(--nord-5); */
	background-color: rgba(131, 181, 72, 0.73);
	position: absolute;
}

.bioclimaticos_flotantes h1 {
	color: var(--nord-1);
    font-size: 1em;
    font-weight: inherit;
}

.menus_flotantes {
	position: fixed;
	display: flex;
	flex-direction: column;
	border-radius: 15px;
	padding: 0.3rem;
	/*box-shadow: 3px 7px 7px gray;*/
	z-index: 106;
	margin-left: -1rem;
	/*transform: scaleX(0);*/
	transition: transform var(--time-animation);
	transform-origin: left;
	/* background-color: rgba(0,0,0,0.7); */
	background-color: rgba(131, 181, 72, 0.7);
	color: var(--nord-2);
	left: 10px;
	top: 20%;
}

.menus_recortes_flotantes {
	position: fixed;
	display: flex;
	flex-direction: column;
	border-radius: 5px;
	padding: 0.3rem;
	box-shadow: 3px 7px 7px gray;
	z-index: 106;
	margin-left: -1rem;
	/*transform: scaleX(0);*/
	transition: transform var(--time-animation);
	transform-origin: left;
	background-color: var(--nord-5);
	left: 10px;
	top: 20%;
}

.nav-main__btn-collapse:checked ~ .opciones_flotantes {
	transform: scaleX(1);
}
.nav-main__btn-collapse:checked ~ .recortes_flotantes {
	transform: scaleX(1);
}
.nav-main__btn-collapse:checked ~ .bioclimaticos_flotantes {
	transform: scaleX(1);
}

.botones_recortes{
	display: flex;
	justify-content: space-around;
}

.menu-list {
	margin: 0;
	display: block;
	width: 100%;
	padding: 8px;	
	list-style: none;

	background-color: rgba(255,255,255,.03);
    color: var(--nord-2);
    border-radius: 5px;
	border-style: solid;
}

.menu-item {
	position: relative;
}

.menu-button {
	font: inherit;
	/* color: var(--nord-6); */
	color: black;
	border: 0;
	padding: 8px 8px;
	width: 172px;
	height: 40px;
	border-radius: 8px;
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	background-color: var(--color-bg-secondary);
}

.menu-button:hover {
	background-color: #f1f3f7;
	color: #2E3440;
}


.menu-button-seleccion {
	font: inherit;
	border: 0;
	padding: 8px 8px;
	width: 190px;
	font-size: initial;
	height: 40px;
	border-radius: 8px;
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	background-color: var(--color-bg-secondary);
}

.menu-button-seleccion:hover {
	background-color: #f1f3f7;
}

.menu-button-seleccion-bio {
	font: inherit;
	border: 0;
	padding: 8px 8px;
	width: 218px;
	font-size: initial;
	height: 40px;
	border-radius: 8px;
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	background-color: var(--color-bg-secondary);
}

.menu-button-seleccion-bio:hover {
	background-color: #f1f3f7;
}

/* Menu Experimento*/
#menu_exp {
    padding: 0;
    margin: 0;
    border: 0; 
}

#menu_exp ul, li {
    list-style: none;
    margin: 0;
    padding: 0; 
}

#menu_exp ul {
    position: relative;
    z-index: 597;
    float: left; 
}

#menu_exp ul li {
    float: left;
    min-height: 1px;
    line-height: 1em;
    vertical-align: middle; 
}

#menu_exp ul li.hover,
#menu_exp ul li:hover {
    position: relative;
    z-index: 599;
    cursor: default; 
}

#menu_exp ul ul {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 598;
    width: 100%; 
}

#menu_exp ul ul li {
    float: none; 
}

#menu_exp ul li:hover > ul {
    visibility: visible; 
}

#menu_exp ul ul {
    top: 0;
    left: 100%; 
}

#menu_exp ul li {
    float: none; 
}

#menu_exp {
    width: 172px; 
}

#menu_exp span, #menu_exp a {
    display: inline-block;
}

#menu_exp:after, #menu_exp ul:after {
    content: '';
    display: block;
    clear: both; 
}

#menu_exp ul, #menu_exp li {
    width: 100%; 
}
#menu_exp li:hover {
    background: #f6f6f6; 
}
#menu_exp a {
    line-height: 160%;
    padding: 8px 8px;
}
#menu_exp ul ul li {
    background: #f6f6f6; 
}
#menu_exp ul ul li:hover {
    background: #dddddd; 
}
#menu_exp ul ul li:hover a {
    color: #666666; 
}
#menu_exp ul ul li ul li {
    background: #dddddd; 
}
#menu_exp ul ul li ul li:hover {
    background: #b7b7b7; 
}
#menu_exp .has-sub {
    position: relative; 
}

#menu_exp .has-sub:after, #menu_exp .has-sub > ul > .has-sub:hover:after {
    content: '';
    display: block;
    width: 10px;
    height: 9px;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -5px;
}

#menu_exp .fa-angle-right {
    float: right;
}

/* Fin menu experimento*/


/*
 *	Finaliza Submenus izquierda
 * */


/*
 *	Inicia
 *	Definición de tooltip
 * */

.tooltip {
	text-decoration: none;
	position: relative;
}

.tooltip:hover {
	text-decoration: underline;
/* 	background: var(--secundary-color);
	color: var(--text-color-inverse);	
 */
background: var(--text-color-inverse);
color: rgba(131, 181, 72, 0.73);

}


.tooltip:hover .tooltip-box { 
	display: inline-block;
}

.tooltip:hover .tooltip-box-up { 
	display: inline-block;
}

.tooltip:hover .tooltip-box-horizontal { 
	display: inline-block;
}

.tooltip-box {
    display: none;
    /* background: var(--nord-5); */
	background: rgba(131, 181, 72, 0.73);
    line-height: 20px;
    z-index: 1010;
    position: absolute;
    padding: 5px 10px;
    border-radius: 5px;
    right: 53px;
    top: calc(50% - 14px);
    color: var(--secundary-color);
	transform: rotate(90deg) translate-y(-50%);
}

.tooltip-box-horizontal {
    display: none;
	background: rgba(131, 181, 72, 0.73);
    line-height: 20px;
    z-index: 1010;
    position: absolute;
    padding: 5px 10px;
    border-radius: 5px;
    /*right: 53px;*/
    /*top: calc(50% - 14px);*/
	top: calc(50% + 28px);
    color: var(--secundary-color);
	transform: rotate(90deg) translate-y(-50%);
}


.tooltip-box::after {
	content:"";
	display: block;
	position: absolute;
}

.tooltip-box-up {
	display: none;
	background: var(--nord-5);
	line-height: 20px;
	z-index: 1010;
	position: absolute;
	padding: 5px 10px;
	border-radius: 5px;
	left: -15px;
    bottom: -40px;
	color: var(--secundary-color);
}

.tooltip-box-up::after {
	content:"";
	display: block;
	position: absolute;
}



.item {
	margin: 0 1rem;	
}

.item::before,
.item::after {
	--scale: 0;

	position: absolute;
	top: -.25rem;
	left: -10%;
	transform: translateY(-50%) translateY(-100%) scale(var(--scale));
	transition: 150ms transform;
	transform-origin: bottom center;
}

.item::before {
	content: attr(data-tooltip);
	color: var(--nord-6);
	padding: .5rem;
	border-radius: .3rem;
	text-align: center;
	width: max-content;
	max-width: 100%;	
	background-color: #2E3440;
}

.item:hover::before{
	--scale: 1;
}

/*
 *	Finaliza
 *	Definición de tooltip
 * */


/*
 *	Draggable Controles  Año - Mes - Transparencia
 * */
.draggable{
	visibility: hidden;
	position: absolute;
	bottom: -5%;
	left: 10%;
	max-width: 370px;
	width: 100%;
	max-height: 260px;
	/*height: 100%;*/
	background: rgba(255,255,255,0.3);
	backdrop-filter: blur(2px);
	border-radius: 10px;	
	box-shadow: 10px 10px 15px rgba(0,0,0,0.06);
}
.draggable header{
	font-size: 17px;
	font-weight: 500;
	padding: 5px;
	border-bottom: 1px solid #ccc;
	text-align: center;
	display: flex;
    align-items: center;
    justify-content: space-around;
}
.draggable header.active{
	cursor: move;
	user-select: none;
}
.draggable .contenedor{
	display: block;
	padding: 10px 10px 10px 10px;
	justify-content: center;
}

.draggable_legend{
	/*visibility: hidden;*/
	position: absolute;
	bottom: 5%;
	left: 1%;
	backdrop-filter: blur(2px);
	border-radius: 10px;
}

.fila{
	display: grid;
	font-size: small;
	margin: 15px;
}


.div_rangeslider {
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5em;
	margin-bottom: .125rem;
	padding-top: 35px;
}

.pie {
	/* background-color: #2E3440; */
	background-color: var(--verde1);
	font-size: 13px;
	display: flex;
	align-items: end;
    position: fixed;
    bottom: 0;
    width: 100%;
	z-index: 100;
    box-shadow: 0 -5px 10px 0px rgb(0 0 0 / 80%);
	/* color: var(--nord-7); */	
	color: black;	
}

.mr_label {
	left: 50%;
	right: 50%;
	position: absolute;
	/* margin: 0px 0 0 0px; */
	width: max-content;
	transform: translate(-50%, 0%);
}

.contador_v {
	right: 1%;
    position: absolute;;
}

.ol-popup {
	border-radius: 15px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 1.19);
}

/*
	Opciones del mega menu principal 
*/
.modelo-label {
	color: #000;
	padding: 0 20px;
	font-size: 17px;
	display: flex;
	align-items: center;
}

.modelo-radio {
	margin: 15px;
}

/*
	Etiquela de Scala
*/
.scale {
	position: fixed;
	display: flex;
	bottom: 20px;
	left: 10px;
	z-index: 1006;
}

/*
	Tamaño del popup de los grados
*/

.ol-popup-content {
	min-width: 75px;
}

/* etiqueta para informacion del mapa*/
.label_info{
	display: grid;
	align-items: center;
	text-shadow: gray 0.08em 0.08em 0.08em;
}

/*
 *	Draggable Grafica
 * */
.draggable_grafica{
	visibility: hidden;
	position: absolute;
	/*
	bottom: -5%;
	left: 25%;
	*/
	bottom: -17%;
    left: 30%;

	width: 742px;
	height: 438px;
	background: rgba(255,255,255,0.3);
	backdrop-filter: blur(2px);
	border-radius: 10px;
	transform: translate(-50%, -50%);
	box-shadow: 10px 10px 15px rgba(0,0,0,0.06);
	max-width: 1484px;
	max-height: 820px;
}
.draggable_grafica header{
	font-size: 17px;
	font-weight: 500;
	padding: 5px;
	border-bottom: 1px solid #ccc;
	text-align: center;
	display: flex;
    align-items: center;
    justify-content: space-around;
}
.draggable_grafica header.active{
	cursor: move;
	user-select: none;
}
.draggable_grafica .contenedor{
	display: block;
	padding: 10px 10px 10px 10px;
	justify-content: center;
}

/**
*	Etiqueta del MAPA
*/
.map_label {
	visibility: hidden;
	position: fixed;
	font-size: x-large;
	text-align: center;
	top: 22%;
	left: 50%;
	background: rgba(255,255,255,0.3);
	backdrop-filter: blur(2px);
	border-radius: 10px;
	transform: translate(-50%, -50%);
	box-shadow: 10px 10px 15px rgba(0,0,0,0.06);
	z-index: 2;	
	padding: 10px;
}

/**
*	Boton en el MAPA
*/
.contenedor_botones{
	width: 100%;
	height: 28px;
	/* background-color: var(--nord-6); */
	background-color: var(--verde2);
	display: flex;
	justify-content: center;
}
.boton_mapa{
	width: auto;
	height: 28px;
	cursor: pointer;
	outline: none;
	display: flex;
	border-radius: 5%;
	align-items: center;
	margin: 0px 10px;
	justify-content: space-around;
}
.boton_mapa:hover {
	background: var(--nord-8);
}

/*
	slider personalizado
*/

.slider-container {
	width: 87%;
	max-width: 650px;
	margin: 35px auto 10px;
}

.rs-container .rs-scale{
	display: none;
}

.rs-container .rs-selected {
	background-color: var(--nord-5);
	border: 1px solid var(--nord-10);
}

.rs-tooltip {
	border: 1px solid var(--nord-10);
}

/*
* Processing	
*/
.div_center {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 50%;
	height: 60%;
	padding: 20px;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

/* Análisis de Dispersión Boton*/
.btn_disper{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 15px;
}

.btn_disper:hover{
	color: #2196F3;
}

/*
* Trabajando
*/
.centered {
	display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform: -webkit-translate(-50%, -50%);
    transform: -moz-translate(-50%, -50%);
    transform: -ms-translate(-50%, -50%);
    color:darkred;
  }
.trabajando {
	transform: rotateZ(45deg);
	perspective: 1000px;
	border-radius: 50%;
	width: 48px;
	height: 48px;
	color: #fff;
	z-index: 99;
  }
	.trabajando:before,
	.trabajando:after {
	  content: '';
	  display: block;
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: inherit;
	  height: inherit;
	  border-radius: 50%;
	  transform: rotateX(70deg);
	  animation: 1s spin linear infinite;
	}
	.trabajando:after {
	  color: #FF3D00;
	  transform: rotateY(70deg);
	  animation-delay: .4s;
	}

  @keyframes rotate {
	0% {
	  transform: translate(-50%, -50%) rotateZ(0deg);
	}
	100% {
	  transform: translate(-50%, -50%) rotateZ(360deg);
	}
  }

  @keyframes rotateccw {
	0% {
	  transform: translate(-50%, -50%) rotate(0deg);
	}
	100% {
	  transform: translate(-50%, -50%) rotate(-360deg);
	}
  }

  @keyframes spin {
	0%,
	100% {
	  box-shadow: .2em 0px 0 0px currentcolor;
	}
	12% {
	  box-shadow: .2em .2em 0 0 currentcolor;
	}
	25% {
	  box-shadow: 0 .2em 0 0px currentcolor;
	}
	37% {
	  box-shadow: -.2em .2em 0 0 currentcolor;
	}
	50% {
	  box-shadow: -.2em 0 0 0 currentcolor;
	}
	62% {
	  box-shadow: -.2em -.2em 0 0 currentcolor;
	}
	75% {
	  box-shadow: 0px -.2em 0 0 currentcolor;
	}
	87% {
	  box-shadow: .2em -.2em 0 0 currentcolor;
	}
  }
/*
* Trabajando
*/


/**
*	Ventana de acerca de
*/
.win_about{
	/*display: flex;
	flex-direction: column;*/
	visibility: hidden;
	border-radius: 5px;
	padding: 1.3rem;
	box-shadow: 3px 7px 7px gray;
	z-index: 1;
	right: 3%;
	top: 36%;
	background-color: var(--nord-5);
	position: fixed;	

	width: 650px;
	height: 600px;
}

/**
*	Ventana de metadatos
*/
.win_meta {
	/*display: flex;
	flex-direction: column;*/
	visibility: hidden;
	border-radius: 5px;
	padding: 1.3rem;
	box-shadow: 3px 7px 7px gray;
	z-index: 1;
	/*margin-left: -45rem;*/
	right: 3%;
	top: 36%;
	background-color: var(--nord-5);
	position: fixed;	

	width: 650px;
	height: 600px;
}

/**
*	Ventana de gráficas
*/
.win_graph {
	visibility: hidden;
	border-radius: 5px;
	padding: 1.3rem;
	box-shadow: 3px 7px 7px gray;
	z-index: 1;
	right: 4%;
	top: 15%;
	background-color: var(--nord-5);
	position: fixed;	
	width: 485px;
	/*height: 760px;*/
	max-height: 760px;
	overflow-x: hidden;
    overflow-y: auto;
}


.win_info_pdf{
	visibility: hidden;
	border-radius: 5px;
	padding: 1.3rem;
	box-shadow: 3px 7px 7px gray;
	z-index: 1;
	right: 4%;
	top: 15%;
	background-color: var(--nord-5);
	position: fixed;	
	width: 485px;
	height: 760px;	
	overflow-x: hidden;
    overflow-y: auto;
}

label,
textarea {
    font-size: 0.8rem;
    letter-spacing: 1px;
	white-space: nowrap;
}

textarea {
    padding: 10px;
    width: 100%;
	height: 95%;
    line-height: 1.5;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 1px #999;
}

label {
    display: block;
    margin-bottom: 10px;
}

/*
*  TOOGLE
*/

.toggle-button{
	position: relative;
	display: inline-block;
	width: 153px;
	height: 32px;
	left: calc(15% - 11px);
}
.toggle-button input{
	opacity: 0;
	width: 0;
	height: 0;
}
.toggle-button .knob{
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #3b4252;
	transition: .2s;
	border-radius: 30px;
}
.toggle-button .knob:before{
	background-color: #ffffff;
	color: #000000;
	position: absolute;
	content: 'mouse';
	height: 24px;
	width: 70.5px;
	left: 4px;
	bottom: 4px;
	transition: .2s;
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.toggle-button input:checked + .knob{
	background-color: #eceff4;
}
.toggle-button input:focus + .knob{
	box-shadow: 0 0 1px #2196F3;
}
.toggle-button input:checked + .knob:before{
	color: #000000;
	content: 'manual';
	background-color: #ffffff;
	-webkit-transform: translateX(74.5px);
	-ms-transform: translateX(74.5px);
	transform: translateX(74.5px);
}


/* (1366x768) WXGA Display */
@media  screen and (max-width: 1366px) {
	.menus_flotantes {
		top: 25%;  
	}
	.map_label {
		top: 24%; 
	}
	.map-zoom_container {
		top: 24%;
	}
	.draggable_grafica {
		bottom: -21%;
		left: 32%; 
	}
	.draggable {
		bottom: 5%;
		left: 7%;
	}
}

/* (1280x1024) SXGA Display */
@media  screen and (max-width: 1280px) {
	.menus_flotantes {
		top: 20%;  
	}
	.map_label {
		top: 20%; 
	}
	.map-zoom_container {
		top: 19%;
	}
	.draggable_grafica {
		bottom: -18%;
		left: 30%;
	}
	.draggable {
		bottom: 5%;
		left: 7%;
	}
}

/* (1920x1080) Full HD Display */
@media  screen and (max-width: 1920px) {
	.map_label {
		top: 19%;
	}
	.draggable {
		bottom: 5%;
		left: 7%;
		/*left: 11%;*/
	}
	.draggable_grafica {
		bottom: -17%;
		left: 20%;
	}
	
}


@media(min-height:300px) and (max-height:700px) {
	.map_label {
		top: 30%;
	}
	.draggable {
		bottom: 5%;
	}		
	.draggable_grafica {
		bottom: 5%;
		left: 7%;
	}
	.mega-box {
		overflow-y: auto;
		height: 320px;
	}
}

/*
*  Para el procesamiento
*/
#cover-spin {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.7);
    z-index:9999;
    display:none;
}

@-webkit-keyframes spin {
	from {-webkit-transform:rotate(0deg);}
	to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
	from {transform:rotate(0deg);}
	to {transform:rotate(360deg);}
}

#cover-spin::after {
    content:'';
    display:block;
    position:absolute;
    left:48%;top:40%;
    width:40px;height:40px;
    border-style:solid;
    border-color:black;
    border-top-color:transparent;
    border-width: 4px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}