/*FICHA TÉCNICA TAGS*/
.ficha-tecnica img{
  width: 100%;
}
.ficha-tecnica{
  background-color: white;
}
.mapa-tag{
  height: 250px;
  width: 100%;
}
@media (max-width: 500px) {
  .ficha-tecnica{
      position: fixed;
      bottom: 0px;
      left: 0;
      z-index: 999;
      padding: 0px;
      border: none;
  }
  .ficha-tecnica-content-wrapper{
      display: none;
      max-height: 50vh;
      overflow: scroll;
  }
  .ficha-tecnica.active {
      padding: 16px;
  }
  .ficha-tecnica.active .title-ficha{
      display: none;
  } 
}
.mobile-trigger-tag{
  width: 100vw;
  background-color: white;
  text-align: center;
  position: absolute;
  top: -32px;
  left: 0px;
  padding: 12px 0;
}
.mobile-trigger-tag.active{
  top: -36px;
  left: 0px;
}
.mobile-trigger-tag.active .arrow{
  display: inline-block;
  transition: all .3s ease;
  transform: rotate(180deg);
}
@media (min-width: 500px){
  .mobile-trigger-tag{
      display: none;
  }
}
  