body {
        color: #404040;
        font: 400 15px/22px 'Raleway', 'Helvetica Neue', Sans-serif;
        margin: 0;
        padding: 0;
        -webkit-font-smoothing: antialiased;
      }

      * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
      }

      .sidebar {
        position: absolute;
        width: 30%;
        height: 100%;
        top: 0;
        left: 0;
        overflow: hidden;
        border-right: 1px solid rgba(0, 0, 0, 0.25);
         background: #f8f6f6;
      }
      .pad2 {
        padding: 20px;
      }

      .map {
        position: absolute;
        left: 30%;
        width: 70%;
        top: 0;
        bottom: 0;
      }

      h1 {
        font-size: 22px;
        margin: 0;
        font-weight: 400;
        line-height: 20px;
        padding: 20px 2px;
      }

      a {
        color: #404040;
        text-decoration: none;
      }

      a:hover {
        color: #101010;
      }

      .encabezado {
        background: #fff;
        border-bottom: 1px solid #eee;
        min-height: 60px;
        line-height: 60px;
        padding: 0 10px;
        background-color: #6c5ce7;
        color: #fff;
      }


      .listings {
        height: 100%;
        overflow: auto;
        padding-bottom: 60px;
      }

      .listings .item {
        display: block;
        border-bottom: 1px solid #eee;
        padding-left: 0px;
        text-decoration: none;
      }

      .listings .item:last-child {
        border-bottom: none;
      }
      .listings .item .title {
        display: block;
        color: #000;
        font-weight: 700;
        font-size: 21px;
        text-align: center;
        padding: 8px;
        background-color: #7B76C1;
      }

      .listings .item .title small {
        font-weight: 400;
      }
      .listings .item.active .title {
        color: #000;
        background-color: #F97917;
      }
      .listings .item .title:hover {
              color: #000;
      }
      .listings .item.active {
        background-color: #ccc;
      }

      .datosficha {
       display: block;
       padding-left: 9px;
      }

      ::-webkit-scrollbar {
        width: 3px;
        height: 7px;
        border-left: 0;
        background: rgba(0, 0, 0, 0.1);
      }
      ::-webkit-scrollbar-track {
        background: none;
      }
      ::-webkit-scrollbar-thumb {
        background: #6c5ce7;
        border-radius: 0;
      }

      .marker {
        border: none;
        cursor: pointer;
        height: 52px;
        width: 36px;
        background-image: url(../img/marker.png);
        background-color: rgba(0, 0, 0, 0);
      }

      .clearfix {
        display: block;
      }
      .clearfix:after {
        content: '.';
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
      }

      /* Marker tweaks */
      .mapboxgl-popup {
        padding-bottom: 50px;
      }

.mapboxgl-popup-close-button:hover {
  color: #999;
  background-color: white;
/*  border-top-right-radius: 12px;  */
}
      .mapboxgl-popup-close-button {
       /* display: none; */
font-size: 16px;
font-family: Tahoma, Verdana, sans-serif;
color: #000000;
/*font-weight: bold;*/
      }
      .mapboxgl-popup-content {
        font: 400 15px/22px 'Source Sans Pro', 'Helvetica Neue', Sans-serif;
        padding: 0;
        width: 275px;
      }
      .mapboxgl-popup-content-wrapper {
        padding: 1%;
      }
      .mapboxgl-popup-content h3 {
        background: #a29bfe;
        color: #fff;
        margin: 0;
        display: block;
        padding: 10px;
        border-radius: 3px 3px 0 0;
        font-weight: 700;
        margin-top: -15px;
      }

      .mapboxgl-popup-content img {
        padding: 0;
        width: 250px;
      }

      .mapboxgl-popup-content h4 {
        margin: 0;
        display: block;
        padding: 10px 10px 10px 10px;
        font-weight: 400;
      }

      .mapboxgl-popup-content div {
        padding: 10px;
      }

      .mapboxgl-container .leaflet-marker-icon {
        cursor: pointer;
      }

      .mapboxgl-popup-anchor-top > .mapboxgl-popup-content {
        margin-top: 15px;
      }

      .mapboxgl-popup-anchor-top > .mapboxgl-popup-tip {
        border-bottom-color: #a29bfe;
      }
	  .text-center{
		  text-align:center
	  }

   /* slider */


* {
    box-sizing: border-box;
}

p {
	text-align: center;
	font-size: 20px;
	font-weight: 700;
}

/*  iconos sociales  */

ul.navega {
  list-style-type: none;
}

ul.navega li {
  display: inline;
  padding-right: 0.5em;
}

/* ventana de busqueda  */
.container-1 input#search{
  width: 200px;
  /*height: 35px;*/
  background: #999 transparent;
  border: none;
  font-size: 11pt;
  float: left;
  color: #63717f;
  padding-left: 45px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/*buscador*/
.box{/* Arriba | Derecha | Abajo | Izquierda */
  position:relative;
  margin: 10px 0 0 7px;
  z-index: 1;
  }

.boton {
  position:relative;
  /*height: 37px;*/
  z-index: 2;
  pading-left:2px;
}

.todos{
  position:relative;
  /*height: 37px;*/
  z-index: 3;
  pading-left:2px;
}

/*pie muni*/
.pie{
background-color: #000;
width: 100%;
}

  .pieimagen{
  position: absolute;
  bottom: 0%;
  right: 0%;
  max-width: 50%;
  z-index: 3;
  align: center;
  }
