
body {

  font-family: Eurostyle, Arial, Helvetica, sans-serif;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: calc(0.8em + 1.2vw);
  font-weight: normal;
  color:  rgb(80,80,80);
  text-decoration: none;
  text-align:justify;
  margin: auto;
  z-index:0;
  background: url(./img/cuadricula.png) repeat;
  background-size: contain;
  height: 130vh;
    height: 100%;
    margin: 0;
    display: grid;
    grid-template-rows: auto 1fr auto;
  /*background-color: rgb(255,255,255);*/

}

.headss {
	box-shadow: 0 0 15px rgba(0,0,0,0.5);
	position: relative;
	background-color: rgba(255,255,240,1);
}


/*el texto de open street map colaborators sale con tamaño letra del body sino se especifica otro*/

div.ol-attribution.ol-unselectable.ol-control.ol-uncollapsible {
	font-size: calc(0.4em + 0.5vw) !important;
}


p, li {line-height:150%; margin:0px;}

p {margin: 10px 0px;}

h1 {
	font-size: calc(1.1em + 1.5vw);
	font-weight: bold;
	color: rgb(240,160,10);
	font-style:italic; 
	letter-spacing: 1.2vw;
	float:inherit;
	padding: 5vw;
	}

h2{
	font-size: calc(1em + 1.4vw);
}



h3 {
	font-size: calc(0.9em + 1.3vw);
	color: rgba(25, 150,200,1);
	text-align: left;
	line-height:1.7em;
}
h4 {
	line-height: 1.5em;
}

section {
	border-radius: 2em;
	border-style: solid;
	border-color: rgb(240,160,10);
	box-shadow: 0.5em 0.5em rgba(210,210,200,1);
	margin:5%;
	max-width: 35%;
	padding:20px;
	background-color: rgba(255,255,240,1);
	float: left;
}

.decoracion {
    position: absolute;
    bottom: 0px;   
    right: 0px; 
    width: 100px; 
    height: auto;
    z-index: -230;
	
}

section img{
	width:100%;
	max-width: 512px;
	height: auto;
}

section h2 {
	float: inline-start;
	margin-top: 30%;
	margin-left: 3vw;
	width: auto;
	margin-right: 1.5vw;
	font-weight: bold;
	color: rgb(10, 170,70);
	margin:4vw 1vw;
}

section li {
	margin-left:30px;
}

input, textarea, select {
	font-size: calc(0.6em + 1.2vw);
	background-color: rgba(255,255,240,1);
	border-radius: 0.35em;
	border-style: solid;
	border-color: rgb(240,160,10);
	box-shadow: 0.2em 0.2em rgba(210,210,200,1);
	padding:0.5%;
	margin:0.5vw;
}

input[type="radio"]{
	box-shadow: none;
	border: none;
}

textarea {
	resize:none;
	width: 90%;
	height:5em;
	margin-top: 2em;
}

sub {
	font-style: normal;
}

a {
	color: rgb(10, 170,70);
	text-decoration: none;
}

video {
	max-width: 100%;
}


.seccion_ancha {
	max-width: 80%;
	margin: calc(5% + 1vw);
}

.seccion_ancha form {
	margin:1em;
}

.file_select {
	position: relative;
	display:inline-block;
}

.map {
	width: 50%;
	height: 300px;
	position: inherit;
	float: right;
	background-color: rgba(240,160,10,0.05);
	border: 1px solid rgb(240,160,10);
	margin: 1em 0;
}

.verMapa {
  height: 100%;
  width: 90%;
  position: absolute;
  margin-top: 0.8em;
  left: 5%;
  padding-top: 25px;;
}

.logo_izquierda {
    max-width: calc(7em + 9vw);
	float: left;
	padding: 0.7em 0.4em;
}

.logo_derecha {
	max-height: calc(1.8em + 1.5vh);
	float: right;
	padding: 0.3em;
}

#datos {
	font-size:0.6em;
}

#datos td {
	padding:0.2em 0em;
}
#panel_layers{
  background: rgba(100,160,100,0.90);
  right: 1.3em;
  display: block;
  position: absolute;
  width:auto;
  padding-left:1em;
  padding-right: 1em;
  border-radius: 1em;
  color:rgba(255,255,255,1);
  border-style: solid;
  border-color: rgb(35,150,35);
}

#panel_head_text {
  font-size: 0.8em;
  letter-spacing: 0.5em;
}


#guarda_antes {
	color: red;
	margin: 1.2em;
}

#pincha{
	margin-left: 5%;
	line-height: 1.5;
	font-size: 0.9em;
	color: rgb(200,0,0);
}

#logos {
	width: 97%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: auto;
	background-color: rgba(255,255,255,1);
	border-radius: 0.35em;
	border-style: solid;
	border-color: rgb(240,160,10);
	box-shadow: 0.2em 0.2em rgba(210,210,200,1);
	font-size: 0.6em;
	margin-left: 0.5em;

}
#logos table {
	width: 100%;
}

#vista{
	float:right;
	margin-right: 2em;
}

#ayuda {
	width: calc(1em + 1vw);
	height: auto;
	cursor: pointer;
	margin-left: 5vw;
}

#tipoEspacio {
	min-width: 75%;
	padding: 10px 15px;
	margin: 10px 0px;
}

#gestion td {
	padding: 0.5em 1em;
	text-align: center;
}

#coordina {
	margin: 2vw;
}

#subeFoto {
	margin-left: 5vw;
}

#ubicacion {
	margin: 1em 0em;
    float: inline-start;
	font-size: 1em;
}

#ubicacion ul{
	margin-left: 1em;
	font-size: 0.9em;
}


#latitud, #longitud {
	width: calc(4em + 5vw);
	text-align: right;
}

#nombreArchivo {
	padding:0.5%;
	margin:0.5vw;
}

.file-select::before {
	background-color: rgba(240,160,10,0.05);
	border-radius: 0.35em;
	border-style: solid;
	border-color: rgb(240,160,10);
	box-shadow: 0.2em 0.2em rgba(210,210,200,1);
	padding:0.5%;
	margin:0.5vw;
	display: flex;            
	justify-content: center;
	align-items: center;
	content: 'Elige vídeo'; 
	position: absolute;   
	      
  }

  .file-select input[type="file"] {
	opacity: 0;
	display: inline-block;            
  }

.dibujo1 {
	width: auto;
	max-width: 512px;
	float: left;
	flex-shrink: inherit;
}

form {
	margin-left: 4vw;
	margin-top: 1vh;
}

.opcion1 {
	float:right;
	flex-shrink: inherit;
	text-align: left;
	min-width: 50%;
}

.opcion1 h2 {
	cursor: pointer;
}

.dibujo2 {
	width: auto;
	max-width: 512px;
	float: right;
	flex-shrink: inherit;
}

.opcion2 {
	float:left;
	flex-shrink: inherit;
	text-align: left;
	min-width: 50%;
}
.opcion2 h2 {
	cursor: pointer; /*temporal hasta que esté el enlace*/
}

.enviar {
	margin:0%;
	margin-left: 7%;
	background-color: rgba(200,240,200,1);
	color: rgb(0,100,0);
	min-width:7em;
	max-width: 30%;
}

.labelRelacion {
	font-weight: bold;
	line-height: 4em;
}

.divRelacion {
	margin: 3em;
}
#descargacsv {
	font-size: 0.8em;
	float:left;
	margin:1em;
	min-width:40%;
}

 #analisis {
	font-size: 0.8em;
	float:right;
	margin:1em;
	min-width:40%;
 }

#analisispdf {
	font-size: 0.8em;
	float:left;
	margin:1em;
	min-width:90%;
 }

.enviar:hover {
	cursor:pointer;
}

.tipo_select {
	max-width: 60%;
}

.lugar_select {
	max-width: 100%;
}

#obtenerMovil{
	max-width: 4em;
    cursor: pointer;
    float: right;
    margin-right: 2em;
}

#temperaturas {
	border-collapse: collapse;
	width: max-content;
}

#temperaturas td, #data_zonas td {
	border: 1px solid rgb(240,160,10);
	padding: 0.2em 1em 0.2em;
	text-align: center;
}
#temperaturas input {
	width: 4em;
	text-align: center;
}

#volveralmapa {
	float: right;
    margin: 2em;
	cursor: pointer;
}

#icono {
	max-width: calc(4em + 3vw);
	height: auto;
}
#datosPunto {
	width: 49%;
	float: left;
}
/*
#seccion_temperaturas {
	width: 49%;
}
*/
.icoCheck {
	max-width: calc(1.6em + 1.6vw);
	height: auto;
}

.validar {
	margin:5%;
	margin-left: 15%;
	background-color: rgba(0, 180, 0,0.15);
	color: rgb(0,100,0);
	padding:0.8em 1em;
	min-width:7em;
	max-width: 30%;
}

.rechazar {
	margin:5%;
	margin-left: 5%;
	background-color: rgba(227, 8, 36, 0.90);
	color: rgb(255, 255, 255);
	padding:0.8em 1em;
	min-width:7em;
	max-width: 30%;
}

.celda {
	width:35%;
}

#content {
	height: 100%;
	width: 100%;
	margin: auto;
	grid-row: 2;
	
}

#footer {
	width: 100%;
	background-color: rgb(230,230,230);
	float:left;
	padding: 1em 0em;
	font-size: 0.9em;
	grid-row:3;
}

#usuario {
	font-size: 0.9em;
	left: 10vw;
	max-width: 90%;
	/*	float: left;*/
	margin: 1vw 2vw;
	color: rgba(25, 150,200,1);
	padding: 20px;;
}

#privacidad {
	position:inherit;
	float:left;
	display:none;
	font-size: 0.7em;
	margin: 1em;
	width: 98%;
}

#resumen {
	position:inherit;
	float:left;
	display:none;
	margin: 1em;
	width: 98%;
}

#verPrivacidad {
	position:inherit;
	float:left;
	cursor:pointer;
	width: 90%;
	margin: 0.2em 0.5em;
}

#cookies {
	position:inherit;
	float:left;
	display:none;
	font-size: 0.7em;
	margin: 1em;
	width: 98%;
}

#verCookies {
	position:inherit;
	float:left;
	cursor:pointer;
	width: 90%;
	margin: 0.2em 0.5em;
}

#pie {
	width: 100%;
	background-color: rgb(230,230,230);
	float:left;
	padding: 1em 0em;
	font-size: 0.9em;
}

#pie p {
	margin: 0.2em 1em;
	width: 95%;
}

  #box_background_msj, #box_background_acceso, #box_background_venta, #fotogrande {
	background: rgba(50,50,50,0.50);
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	z-index: 999;
	display: none;
	position: fixed;
  }

  #box_background_acceso {
	background: rgba(50,50,50,1);
  }

#box_msj, #box_acceso {
    background: rgba(220,240,220,1);
    border-radius: 2px;
    box-shadow: 0.2em 0.2em 0.2em rgba(33, 41, 52, .75);
    box-sizing: content-box;
    display: flex;
    flex-direction: column;
    margin: auto;
    max-width:480px;
    min-width: 240px !important;
    overflow: hidden;
    position: relative;
    width: 50%;
    padding: 1em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    line-height: 1.5em;
    text-align:center;
}


.button_msj {
		margin:5%;
		margin-left: calc(4em + 15vw);
		background-color: rgba(0, 180, 0,0.15);
		color: rgb(0,100,0);
		padding:0.5em;
		min-width:7em;
		max-width: 30%;
}
 
header {
	width:100%;
	position:sticky;
	top:0px;
	background: url('./img/fondo.jpg') repeat;
	background-size: contain;
    background-size: 30rem;
	display:flex;
	height:auto;
	z-index: 1;
	grid-row: 1;
}
 


@media screen and (max-width:800px ) {
	
	section {
		max-width: 80%;
	}
	
	body {
		text-align: left;
	}

	
	.celda {
		width:80%;
	}

}


#cabecera {
	  max-width:100%;
	  max-height:100%;
	  position: relative;
	  z-index:99;
}

#cabecera:hover {
	cursor:pointer;
}

@media screen and (min-width:800px) {
    .headss {
        display: flex;
        justify-content: space-between; 
        align-items: center;  
        padding: 1rem 1rem;
        width: 100%;
    }

    #cabecera {
        height: 120px;  
        width: auto;
    }
}


#vistaFoto {
	  max-width:90%;
	  height: auto;
	  margin: calc(1em + 1vw);
}

#box_infoPunto {
  background: rgba(50,50,50,0.50);
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  z-index: 999;
  display: none;
  position: fixed;
}

#tutorial {
  margin:2em;
  color: rgb(255,0,0);
}

#infoPunto {
    background: rgba(40,120,0,1);
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(33, 41, 52, .75);
    box-sizing: content-box;
    display: flex;
    flex-direction: column;
    margin: auto;
    max-width: 600px;
    min-width: 320px !important;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 2px;
    font-size: 1.0em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    line-height: 1.5em;
    font-size: 1.2em;
    text-align:center;
}