*{
  margin:0;
  padding:0;
  font-family: 'Oswald', sans-serif;
}
/*este es para el contenedor del mapa*/
#map {
height: 71%;
border-bottom: 2px  solid  rgba(141,141,141,0.8);
 top: 14%;
 z-index: 7;
 bottom: 100px;
 
 -webkit-transition: height 1s, background 1s;
     -moz-transition: height 1s, background 1s;
     -o-transition: height 1s, background 1s;
     transition: height 1s, background 1s;
}

#map.nmap{
  height: 86%;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
border-bottom: 0px  solid  rgba(56, 101, 149, .8);
}
/*el cuerpo de la pagina*/
html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background-attachment: fixed;
overflow-y:hidden;
  overflow-x:hidden;
  
}
/*esto es para el diseño del menu top*/
.menu_top{
position: fixed;
background-color: #333;
opacity:0.9;
width: 100%;
height: 14%;
top: 0;
left: 0;
right: 0;
/*para hacer que el muenu este encima del contenido cuando se use un scroll*/
z-index: 100;
min-height: 7vh;


 box-shadow: 0 2.5px 10px rgb(109, 86, 86);
}
#menu {
 padding: 0px;
 list-style-type: none;
 display: block;

}
#menu a {
  font-family: 'Oswald', sans-serif;
 font-size: 12px;
 line-height: 12px;
 color: white;
 margin-right: 4px;
 float: left;
 text-align: center;
 padding: 10px 20px;
 text-decoration: none;
}
#menu a:hover {
 color: #FFF;
 background-color: #40405F;
}
#menu .actual {
 color: #333;

 background-color: #FFF;
 border-bottom-width: 4px;
 border-bottom-style: solid;
 border-bottom-color: #666;


}
.tituloP{
  float: left;
  transform: translate(-0%, 30%);
padding: 0;
height: 100%;
margin: 0%;
margin-left: 10px;
  font-size: 1.5em;
  color: rgb(212, 212, 212);
  font-family: 'Oswald', sans-serif;
  font-weight: 900;
}
.menu_top .img{
width:auto;
height:90%;
padding: 0;
float:left;
margin-top: .2%;
margin-bottom: .2%;
margin-left: 10px;
}
/*.menu_top div {
float: left;
  margin: 0;
  margin-top: 17px;
  margin-bottom: 10px;
padding: 0;
height: 10px;
width: 100px;
}
.tit{
  color: black;
  margin: 0;
padding: 0;
width: 100px;
font-family: 'Oswald', sans-serif;
font-size: 1.5em;
list-style-type: none;

}*/


/*lo siguiente pertenece a la seccion de abajo que es en donde muestra los datos*/
#siderbar div div div:hover p{
  color:rgba(0, 0, 0, 0.781);
}
#siderbar div div div:hover ul li img{
filter: saturate(300%);
}
#siderbar div div div:hover ul li{
  color:rgba(0, 0, 0, 0.781);
  }
#siderbar div div div{
  color: rgba(255, 255, 255, 0.5);

padding: 0;
height: 100%;
bottom: 0;
top: 0;
text-align:center;
justify-content: center;
 height: auto;
 left: 5%;
margin:0;
 width: 20%;
 float: left;

}
#siderbar div div{
  height: 100%;
  bottom: 0;
  top: 0;
  
}
#siderbar div div div{
 
  transform: translate(50%, -0%);
}

#siderbar div div div ul{
  float: left;
list-style-type: none;
margin-bottom: 3%;

width: 50%;

}
#siderbar div div div ul li img{
width: 25%;
height: auto;
margin-top: 10%;
float: left;
padding: 0;
 
/*filter: saturate(125%);*/
filter: invert(0.4);
}
#siderbar div div div ul li{
 width: 100%;
 font-size: 1em;
 
float: left;
color: rgba(179, 179, 179, 0.822);
}
#siderbar div div div ul li p {
padding: 0;
margin: 0;
  color: rgba(179, 179, 179, 0.822);
font-size: 2.5em;

  font-family:inherit;
  
}

#siderbar .toggle-btn{
 position:absolute;
 bottom:115%;
 cursor: pointer;
left: 5%;

}
#siderbar .toggle-btn span{
  color: white;
 display: block;
 width:100%;
 height: auto;
 text-align:center;
 font-size:30px;
 border-radius: 6px;
 border: 1px solid rgb(0, 0, 0);
background-color:rgba(141,141,141,0.9);

}
#siderbar.active{
 
  bottom: -15%;
  background: #b4b4b480;

 -webkit-transition-timing-function: linear;
 -moz-transition-timing-function: linear;
 -o-transition-timing-function: linear;
 transition-timing-function: linear;

}
#siderbar{
  -webkit-box-shadow: 0px -2.5px 5px 0px  rgb(0, 0, 0);
-moz-box-shadow: 0px -2.5px 5px 0px  rgb(0, 0, 0);
box-shadow: 0px -2.5px 5px 0px  rgb(0, 0, 0);
background: rgb(255, 255, 255);
 z-index:50;
        position: fixed;
        bottom:  15%;
        bottom: 0%;
       
        width: 100%;
        height: 15%;


-webkit-transition: bottom 1s, background 1s;
    -moz-transition: bottom 1s, background 1s;
    -o-transition: bottom 1s, background 1s;
    transition: bottom 1s, background 1s;
}

/*contenedor de los estados del sensor */
.makers_info{
right: 1%;
  top: 28%;
  height: auto;
  width: auto;
  z-index:50;
  position: fixed;
  border-radius: 5px;

  text-align: center;
  background-color:rgb(255, 255, 255);
  -webkit-box-shadow: 0px 6px 13px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 6px 13px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 6px 13px 0px rgba(0,0,0,0.75);
  -webkit-transform: translateX(-3px);
  transform: translateX(-3px);
  /*animation-name: corazon;
  animation-duration: .8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;*/
box-sizing: border-box;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;
}
.makers_info div ul li img{
  max-height: 50%;
  max-width: 50%;
}
.makers_info div ul li p{
color: black;
width: 100%;
height: auto;
}

/*efecto de corazon para la secion de estado del sensor*/
@keyframes corazon {
  from{
    transform: scale(1);
  }
  to{
    transform: scale(1.1);
  }
}

.makers_info div ul li p{
  text-decoration: none;
}
.makers_info div ul{
  list-style: none;
}
.makers_info div ul li img{
  margin-top: 14px;

}
/*Aqui se ajustara la pagina conforme al tamaño de la pantalla pero si cumple con los requisitos de lo ancho*/
@media screen and (min-width:200px) and (max-width:800px) {


  #siderbar div div div{
    color: rgba(255, 255, 255, 0.5);

    padding: 0;
    height: 100%;
    bottom: 0;
    top: 0;
    text-align:center;
    justify-content: center;
     height: auto;
     left: 5%;
    margin:0;
     width: 20%;
     float: left;
    
  
  }
  #siderbar div div{
    height: 100%;
    bottom: 0;
    top: 0;

  }
 
  #siderbar div div div:hover p{
    color:rgba(0, 0, 0, 0.781);
  }
  #siderbar div div div:hover ul li img{
  filter: saturate(300%);
  }
  #siderbar div div div:hover ul li{
    color:rgba(0, 0, 0, 0.781);
    }
  
    
    #siderbar div div div ul{
      float: left;
    list-style-type: none;
    margin-bottom: 3%;

    width: 50%;
    
    }
    #siderbar div div div ul li img{
    width: 50%;
    height: auto;
    margin-top: 10%;
    float: left;
    padding: 0;
     
    /*filter: saturate(125%);*/
    filter: invert(0.4);
    }
    #siderbar div div div ul li{
     width: 100%;
     font-size: .5em;
     
    float: left;
    color: rgba(179, 179, 179, 0.822);
    }
    #siderbar div div div ul li p {
      margin-top: 8%;
    padding: 0;
    margin: 0;
      color: rgba(179, 179, 179, 0.822);
    font-size: 1.5em;
    
      font-family:inherit;
      
    }
    #siderbar div div div ul li .pSider {
    
    padding: 0;
    margin: 0;
      color: rgba(179, 179, 179, 0.822);
    font-size: 1em;
    padding-left: 8%;
      font-family:inherit;
      
    }
  #siderbar .toggle-btn{
   position:absolute;
   bottom:115%;
   cursor: pointer;
  left: 5%;
  
  }
  #siderbar .toggle-btn span{
    color: white;
   display: block;
   width:100%;
   height: auto;
   text-align:center;
   font-size:30px;
   border-radius: 6px;
   border: 1px solid #8D8D8D;
  background-color:rgba(141,141,141,0.9);
  
  }
  #siderbar.active{
   
    bottom: -15%;
    background: #465b8a80;
  
   -webkit-transition-timing-function: linear;
   -moz-transition-timing-function: linear;
   -o-transition-timing-function: linear;
   transition-timing-function: linear;
  
  }
  #siderbar{
    
   z-index:500;
          position: fixed;
          bottom:  15%;
          bottom: 0%;
         
          width: 100%;
          height: 15%;
          
  
          -webkit-box-shadow: 0px -2.5px 5px 0px  rgb(0, 0, 0);
          -moz-box-shadow: 0px -2.5px 5px 0px  rgb(0, 0, 0);
          box-shadow: 0px -2.5px 5px 0px  rgb(0, 0, 0);
background: rgb(255, 255, 255);
  -webkit-transition: bottom 1s, background 1s;
      -moz-transition: bottom 1s, background 1s;
      -o-transition: bottom 1s, background 1s;
      transition: bottom 1s, background 1s;
  }
   
   .makers_info{
    right: 1%;
      top: 28%;
      height: auto;
      width: auto;
      z-index:50;
      position: fixed;
      border-radius: 5px;
    
      text-align: center;
      background-color:rgba(255,255,255,0.9);
      -webkit-box-shadow: 0px 6px 13px 0px rgba(0,0,0,0.75);
      -moz-box-shadow: 0px 6px 13px 0px rgba(0,0,0,0.75);
      box-shadow: 0px 6px 13px 0px rgba(0,0,0,0.75);
      -webkit-transform: translateX(-3px);
      transform: translateX(-3px);
     /* animation-name: corazon;
      animation-duration: .8s;
      animation-timing-function: linear;
      animation-iteration-count: infinite;
      animation-direction: alternate;*/
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    }
    .makers_info div ul li img{
      max-height: 55%;
      max-width: 55%;
    }
    .makers_info div ul li p{
    
    width: 100%;
    height: auto;
    }
    @keyframes corazon {
      from{
        transform: scale(1);
      }
      to{
        transform: scale(1.1);
      }
    }
    
    .makers_info div ul li p{
      text-decoration: none;
    }
    .makers_info div ul{
      list-style: none;
    }
    .makers_info div ul li img{
      margin-top: 17px;
    
    }

    #map {
      height: 71%;
  top: 14%;
      }
      #map.nmap{
        height: 86%;
        -webkit-transition-timing-function: linear;
        -moz-transition-timing-function: linear;
        -o-transition-timing-function: linear;
        transition-timing-function: linear;
      border-bottom: 0px  solid  rgba(56, 101, 149, .8);
      }

    
  

    .menu_top{
      position: fixed;
      background-color: #333;
      opacity:0.9;
      width: 100%;
      height: 14%;
      top: 0;
      left: 0;
      right: 0;
      /*para hacer que el muenu este encima del contenido cuando se use un scroll*/
      z-index: 100;
      min-height: 7vh;
      
      justify-content: center;
       align-items: center;
       box-shadow: 0 2.5px 10px rgb(109, 86, 86);
      }


.menu_top .img{
  width:auto;
  height:90%;
  padding: 0;
  float:left;
  margin-top: .2%;
  margin-bottom: .2%;
  margin-left: 10px;

  }


  .tituloP{
    float: left;
   
  
 
    margin-left: 10px;
    transform: translate(-0%, 30%);
  padding: 0;
  height: 100%;
    padding: 0;
    font-size:0.8em;
    color: rgb(161, 161, 161);
    font-family: 'Oswald', sans-serif;
  }
}

/*Aqui se ajustara la pagina conforme al tamaño de la pantalla pero si cumple con los requisitos de lo alto*/
@media screen and (min-height:200px) and (max-height:500px) {
  
    .makers_info div ul li img{
      max-height: 25%;
      max-width: 25%;
    }
    
    
    /*efecto de corazon para la secion de estado del sensor*/
    
    
    .makers_info div ul li p{
      text-decoration: none;
      font-size:0.4em;
    }
    .makers_info div ul{
      list-style: none;
      
    }
    .makers_info div ul li img{
      margin-top: 10%;

    
    }
 
  #siderbar div div div:hover p{
    color:rgba(0, 0, 0, 0.781);
  }
  #siderbar div div div:hover ul li img{
  filter: saturate(300%);
  }
  #siderbar div div div:hover ul li{
    color:rgba(0, 0, 0, 0.781);
    }

    
    #siderbar div div div ul{
      float: left;
    list-style-type: none;
    margin-bottom: 3%;

    width: 50%;
    
    }
    #siderbar div div div ul li img{
    width: 30%;
    height: auto;

    float: left;
    padding: 0;
     
    /*filter: saturate(125%);*/
    filter: invert(0.4);
    }
    #siderbar div div div ul li{
     width: 100%;
     font-size: .5em;
     
    float: left;
    color: rgba(179, 179, 179, 0.822);
    }
    #siderbar div div div ul li p {
      margin-top: 8%;
    padding: 0;
    margin: 0;
      color: rgba(179, 179, 179, 0.822);
    font-size: 2.5em;
    
      font-family:inherit;
      
    }
    #siderbar div div div ul li .pSider {
      
    padding: 0;
    margin: 0;
      color: rgba(179, 179, 179, 0.822);
    font-size: 1.5em;
    padding-left: 8%;
      font-family:inherit;
      
    }

    #map {
      height: 71%;
  top: 14%;
      }
      #map.nmap{
        height: 86%;
        -webkit-transition-timing-function: linear;
        -moz-transition-timing-function: linear;
        -o-transition-timing-function: linear;
        transition-timing-function: linear;
      border-bottom: 0px  solid  rgba(56, 101, 149, .8);
      }
.menu_top{
  position: fixed;
  background-color: #333;
  opacity:0.9;
  width: 100%;
  height: 14%;
  top: 0;
  left: 0;
  right: 0;
  /*para hacer que el muenu este encima del contenido cuando se use un scroll*/
  z-index: 100;
  margin: 0%;
  padding: 0%;
  justify-content: center;
   align-items: center;
  }
.menu_top .img{
  width:auto;
  height:90%;
  padding: 0;
  float:left;
  margin-top: .2%;
  margin-bottom: .2%;
  margin-left: 10px;
  }


  .tituloP{
    float: left;
  
 
    margin-left: 10px;
    transform: translate(-0%, 30%);
  padding: 0;
  height: 100%;
    font-size:0.6em;
    font-family: 'Oswald', sans-serif;
  }
}
