body {
  line-height: 1.3;
  margin: 0;
  padding: 0;
  display: flex;
  color: #404040;
 font-family: "Chivo", sans-serif;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

.fixed-action-btn ul {
  bottom: 34px !important;
}



.black-text {
        color: black !important;
      }

      .white-text {
        color: white;
      }

      .center {
        text-align: center;
      }

      .titulo {
        /*margin: 30px;*/
        padding: 10px;
      }

      a {
        text-decoration: none;
      }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
 font-family: "Chivo", sans-serif;
}

/*MAPA RELATED*/
.marker {
  border: none;
  cursor: pointer;
  height: 30px;
  width: 30px;
  background-image: url(marker.png);
  background-color: rgba(0, 0, 0, 0);
}

.marker-cluster-medium {
  background-color: rgba(38, 180, 275, 0.6);
}

.marker-cluster-medium div {
  background-color: rgba(37, 170, 255, 0.6);
}

.map {
  position: absolute;
  width: 100%;
  top: 0px;
  bottom: 0px
}
/*GENERIC SOBRE POSICIONES*/
.bottom {
  bottom: 0px;
}

.center {
  text-align: center;
}

.quiet {
  color: #888;
}


img {
  size: 50%;
  display: inline-block;
  margin: 0 auto;
}

.text-wrap {
  word-wrap: break-word;
}



a:hover {
  color: yellow;
}

.right {
  display: block;
  margin: 0 auto;
  background-color: yellow;
  /* Green */
  border: none;
  color: white;
  padding: 5px 5px;
  border-radius: 5px;
  font-family: "Chivo", sans-serif;
  margin: 1% text-align: right;
  float: right;
  box-sizing: border-box;
  display: block;
  margin-top: 10px;
}

.fixed {
  position: fixed;
  background: #fff;
  max-height: 345px;
  height: 100%;
}

.absolute {
  position: absolute;
  width: 100%;
  overflow-y: auto;
  padding: 10px;
}

/*wEBKIT*/
body::-webkit-scrollbar {
    width: 1em;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: 0 0 6px rgba(1,2,3,0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: black;
  outline: 2px solid yellow;
}



/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
}

/*POP UP*/

.popup {
  overflow: auto;
  font-size: 14px  "Chivo", sans-serif;!important;
  font-size-adjust: auto;
  width: 300px;
  height: 290px;
  max-height: 350px;
  line-height: 2;
}

.popupGrande {
 
}

.leaflet-popup-content-wrapper, .leaflet-popup-content {
 
}

.name {
  overflow-wrap: break-word;
  padding-left:  15px;
  padding-top:  5px;
  font-size: 20px;
}
.textDescrip {
  width:90%;
  max-height: 100px;
  /*max-width: 211px;*/
  word-wrap: break-word;
  display: inline-block;
  overflow-y: auto;
  text-overflow: ellipsis;
  padding: 10px;
  font-size: 11px;
  line-height: 1.4;
  font-size: 12px !important;
}

.zoom {
  transition: transform .2s;
  /* Animation */
  margin: 0 auto;
  z-index: 1;
  position: absolute;
}



/* The Close Button */
.close {
  color: #000;
  font-size: 20px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  /*border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;*/
}

.slide{
  -webkit-appearance: none;
  width: 100%;
  height: 25px;

  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
  position: static !important;
}

.collection .collection-item.active {
  background-color: #ffc107 !important;
}



#datos-container .modal-body, .modal-header {
  background:black;
}

.modal {
    width: 30%!important;
    min-width: 400px!important;
    min-height: 350px!important;
  max-width: 400px!important;
    max-height: 350px!important;
}

#datos-container {
    /* display: none; */
    display: block;
    position: absolute;
    color: white;
    align-self: center;
    z-index: 1000;
    width: 100%;
    height: 50%;
    overflow-y: scroll;
    padding: 20px;
    /* top: 200px; */
} 

.modal-d {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 7;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: none;
    align-items: center;
    justify-content: center;
    -webkit-transition: height 1s;
    -moz-transition: height 1s;
    -o-transition: height 1s;
    transition: height 1s;
    text-shadow: 2px 2px black;
}

@media (max-width: 768px) {
  
.modal {
    width: 100%!important;
    min-width: 0px!important;
    height: 20%;
}

.modal {
    width: 50%;
    /* height: 42%; */
    min-width: 800px;
    min-height: 300px!important;
    background: rgba(0, 0, 0, 0);
    border: 1px solid white;
    padding: 0px;
    margin: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: column;
    -webkit-transition: background 1s;
    -moz-transition: background 1s;
    -o-transition: background 1s;
    transition: background 1s;
    -webkit-transition: width 1s;
    -moz-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s;
}

#datos-container {
    /* display: none; */
    display: block;
    /* position: absolute; */
    color: white;
    align-self: center;
    z-index: 1000;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    padding: 20px;
     top: 200px; 
}
  
  .modal-content {
    font-size: 1em!important;
}
}