#contactForm .h4 {
  font-weight: 400;
  border-bottom: 1px solid silver;
}

.required-input {
  color: maroon;
}

.static-map {
  margin-bottom: 20px;
}

@media (max-width: 768px) and (min-width: 767px) {
  #contactForm .static-map img {
    width: 100%;
  }
}

.btn.btn-primary.d-lg-flex.justify-content-lg-center.align-items-lg-center {
  border-color: rgb(220,53,69);
}

img {
}

img {
  border-radius: 100px;
}

.badge-notificacion {
  position: relative;
}

.badge-notificacion :: after {
  content: attr(data-count-notificacion);
  position: absolute;
  top: 0;
  right: 0;
  background-color: red;
  padding: 15px;
  font-size: 20px;
  font-weight: bold;
  color: white;
  box-sizing: border-box;
  box-shadow: 0px 0px 1px 1px black;
  border-radius: 500px;
}

#intrucciones {
  border-color: rgb(127,21,23);
}

#instrucciones {
  border-color: rgb(127,21,23);
}

#trs-hd {
  background-color: #50a3ae;
  font-size: 16px;
}

#fondogris {
  background-color: rgb(240,242,245);
}

