html, body {
   height: 100%;
   margin:0;
   font-family: roboto, sans-serif;
}


#mapa {
  
    width:100%;
    height:100%;
    background: black;
	
}




@media screen and (max-width: 1024px) {
  .warn {
    display: inline!important;
  }

}


.warn{
   
   
    z-index: 15000;
    position: absolute;
    bottom:10px;
display:none;
    background-color: yellow;
    border: 1px solid black;
}

.warn p{
    font-size: 15px;
    font-weight:500;
    
    
    color:black;
margin:0px;
padding:0px;
padding-left:10px;
padding-right:10px;
    text-align: left;
 
  
}




/* grad */
.gradl {
  width: 200px;
    left: 0;
    height: 100%;
    display: inline-block;
    position: absolute;
    bottom: 0;
    pointer-events:none;
    background-image: linear-gradient(to right, black , transparent);

}

.gradr {
  width: 200px;
    right: 0;
    height: 100%;
    display: inline-block;
    position: absolute;
    bottom: 0;
    pointer-events:none;
    background-image: linear-gradient(to left, black , transparent);

}

/* text */
h1 {
  color:white;
  font-size:30px;
  font-weight:350;
}

h2 {
  color:white;
  font-size:18px;
  font-weight:300;
}
p {
  color:#bbb;
  font-size:11px;
  line-height: 18px;
  font-weight:300;
}

ul {
       color: #bbb;
    font-size: 11px;
    font-weight: 300;
    line-height: 5px;
    padding-left: 0px;
  
}

a {
  color:white;
  font-size:12px;
  font-weight:300;
  text-decoration: none;
}

/* about */

.ia {
    width: 80px;
    background-color: transparent;
    height: 80px;
    margin: 10px;
    position: absolute;
    bottom: 0;
    z-index:10000;
    cursor: pointer;

  
}

#about {    
 width: 100%;
    height: 100%;
   display:none;
   position:absolute;
   top:0;
   vertical-align:middle;
   left:0;
background-color: #000000a6;
    z-index:11000;
    overflow:auto;
  
}


    
@media screen and (max-width: 1024px) {
  .ia {
    display: none!important;
  }
  .il {
    display: none!important;
  }
}

/* llegenda */


.il {
    width: 80px;
    background-color: transparent;
    height: 80px;
    margin: 10px;
    position: absolute;
    top: 0;
    right:0;
    z-index:10000;
    cursor: pointer;
  
}


.square{
  background-color:black;
  margin:auto;
  margin-top:50px;
      border: 1px solid grey;
  padding-left:10px;
  padding-right:10px;
  padding-top:10px;
  height: 600px;
  width:1000px;
  border-radius: 10px;
}

.square img{
 
max-width: 960px;
max-height:560px;

}

.x{
 font-size:25px;
 font-weight: 700;
  display:block;
  left:10px;
  color:white;
  cursor:pointer;
  
}

#llegenda {
    width: 100%;
    height: 100%;
   display:none;
   position:absolute;
   top:0;
   vertical-align:middle;
   left:0;
background-color: #000000a6;
    z-index:11000;
    overflow:auto;
   
  
}


 /*   
.il:hover + .llegenda {
    display: block;
}
*/







/* zoom custom */

.zoom {
  

  position: absolute;
  right:-32px;
  width:110px;
  bottom:55px;
  -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
 
}

.right {
    width: 130px;
    right: 0;
    margin-bottom: 70px;
    height: 100%;
    display: inline-block;
    position: absolute;
    bottom: 0;
    pointer-events: none;

    font-size:12px;
    color:white;
}

.leaflet-bar a:first-child {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}

.leaflet-bar a:last-child {
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    border-bottom: none;
}


.leaflet-bar{
  box-shadow: none;
  }
  
.leaflet-bar a.leaflet-disabled {
        cursor: default;
    background-color: #333;
    color: #fff;
    border: 0px;
}
.leaflet-control-zoom a{
  box-shadow: none; 
}
.leaflet-bar a{
  
  background-color: white;
  
  color: black;
  
}
.leaflet-bar a:last-child{
  border: 0px solid white;
}
.leaflet-bar a:hover{
  background-color: black;
  border: 0px solid rgba(0,0,0,.15);
  color: white;
}
.leaflet-control-zoom-in{
  margin-top: 0px;
}
.leaflet-control-zoom-out{
  margin-top: 0px;
}

/*how does*/

.how {
  position:absolute;
  left:0;
  top:0;
  margin-top:10px;
  margin-left: 10px;
    font-weight: 700;
  width:100px;
  color:white;
  font-size:30px;
}

.city {
  position:absolute;
  left:0;
  top:0;
  margin-top:240px;
  margin-left: 10px;
  width:100px;
  color:white;
  font-weight: 700;
  font-size:30px;

}




/*layer control*/

.leaflet-control-layers-expanded {
    padding: 0px;
    color: #333;
    background: #fff;
}
.leaflet-control-layers {
    box-shadow: none;
    background: transparent;
    border-radius: 0;
    color: white;
    font-family: roboto, sans-serif;
    font-size: 15px;
}



/* Radio */

input[type="radio"] {
   background-color: white;
    margin: 0px;
    border-radius: 20px;
    cursor: pointer;
    border: 2px solid black;
    display: inline-block;
    height: 17px;
    margin-right: 4px;
    width: 17px;
    top: 3px;
    -webkit-appearance: none;
}
.leaflet-control-layers-selector {
    margin-top: 2px;
    position: relative;
    top: 1px;
}
input[type="radio"]:after {
            border-radius: 25px;
    background-color: black;
    content: '';
    display: block;
    height: 9px;
    left: 2px;
    position: relative;
    top: 2px;
    width: 9px;
}
input[type="radio"]:checked:after {
    background-color: white;
    
}

.leaflet-control-layers label {
    
    border: 0px solid white;
    padding-top: 0px;
    margin-top: 5px;
    padding-left: 0px;
    padding-right: 20px;
}

.leaflet-container{
  font-family: roboto, sans-serif;
}





/* margin general */

.leaflet-left .leaflet-control  {
    margin-left: 0px;
}

.leaflet-right .leaflet-control {
    margin-right: 10px;
    margin-bottom: 10px;
}

.leaflet-top .leaflet-control {
    margin-top: 90px;
    margin-left: 10px;
}