/* xl - DESKTOP STYLES */
/* Write your Public SASS desktop here! */
#masthead {
  position: fixed !important;
}
#responsive-menu-container {
  left: -1px !important;
}
.lista {
  color: #0C0000;
  font-family: "Roboto", Sans-serif;
  font-size: 16px;
  font-weight: bold;
  cursor: default;
  /*span{
        border: #AE2573 1px solid;
        padding: 3px;
        border-radius: 20%;
        margin-right: 2px;
    }*/
}
.lista .listatext {
  font-weight: normal;
  display: none;
}
.lista span {
  border: 2px solid #ae2573;
  padding: 2px;
  border-radius: 50%;
  margin-right: 4px;
  width: 36px;
  height: 36px;
  text-align: center;
  display: inline-block;
  margin-bottom: 5px;
}
.lista img {
  margin-right: 4px;
  width: 36px;
  height: 36px;
  display: inline-block;
  margin-bottom: 5px;
}
#barramenu {
  display: block;
}
#barramenu2 {
  display: block;
}
#barramenumovil {
  display: none;
}
/* lg - TABLET LANDSCAPE STYLES */
@media (max-width: 1199px) {
  /* Write your Public SASS tablet-l here! */
}
/* md - TABLET PORTRAIT STYLES */
@media (max-width: 991px) {
  /* Write your Public SASS tablet-p here! */
}
/* sm - SMARTPHONE LANDSCAPE STYLES */
@media (max-width: 767px) {
  /* Write your Public SASS mobile-l here! */
  #responsive-menu-button {
    top: 0px !important;
  }
  #barramenu {
    display: none;
  }
  #barramenu2 {
    display: none;
  }
  #barramenumovil {
    display: block;
  }
  #tarifas {
    background: white;
  }
}
