#header {
    background-color: #fff;
}
.leaflet-container {
    min-width: 150px;
    height: 720px;
    position: relative;
    margin-top: -50px;
}
#main-container .main-box > div {
    background-color: #ffffff;
    padding: 10px!important;
}
.Tapeo{
	width: 20px!important;
    height: 20px!important;
}
.Cena {
		width: 20px!important;
    height: 20px!important;
    filter: invert(1);
}
/*
.Cena {
  border-radius: 50% 50% 50% 0;
  border: 4px solid red;
  width: 20px;
  height: 20px;
  transform: rotate(-45deg);
}
.Cena::after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-left: -5px;
  margin-top: -5px;
  background-color: #fff;
}

.Tapeo {
  border-radius: 50% 50% 50% 0;
  border: 4px solid blue;
  width: 20px;
  height: 20px;
  transform: rotate(-45deg);
}
.Tapeo::after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-left: -5px;
  margin-top: -5px;
  background-color: #fff;
}
*/
.path-frontpage .node-local-form .layout-region-node-secondary{
	display:none;
}
.path-frontpage .filter-guidelines-restricted_html,
.path-frontpage .js-form-item-field-localizacion-0-value{
	display:none!important;
}


.view-visor .view-filters  {
}
.view-visor .views-exposed-form {

}



.w3-block-title {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  background-color: #428bca;
  color: #fff;
  cursor: pointer;
  position: relative;
}

.w3-block-title::after {
  content: "";
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: #428bca;
}


.w3-block-title.activo::after {
    left: 220px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(137deg);
}

.w3-block-title::after {
  left: 220px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.path-frontpage .node-local-form {
  display: none;
  margin-top: 10px;
}


.contendor-tooltip{
	  max-width: 250px;
    width: 250px;
    display:block;
}


.view-visor .view-filters {
    position: relative;
    top: 310px;
    height: 190px;
    display: inline-block;
    z-index: 100;
    border: 1px solid grey;
    margin-top: -150px;
    left: 10px;
}

