body {
  font-family: 'Open Sans', sans-serif;
}

.jumbotron {
  font-family: 'Open Sans', sans-serif;
  background-image: url('../img/funerarias-bg-darker.jpg');
  background-size: cover;
  background-blend-mode: darken;
  color: #FFF;
  margin-top: 60px;
  margin-bottom: 0px;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.45);
}

.jumbotron .h4, .jumbotron h4 {
  font-weight: bold;
}

.jumbotron .h1, .jumbotron h1 {
  font-weight: bold;
  word-break: break-word;
}

.page-heading {
  font-family: 'Roboto', sans-serif;
}

.navbar-brand img {
  max-height: 50px;
}

h2.page-heading, .h2.page-heading {
  overflow: hidden;
  max-width: 900px;
  padding: 0 0 14px;
  position: relative;
}

h2.page-heading::before {
  content: "";
  position: absolute;
  background: #6184ad;
  bottom: 0;
  left: 0;
  margin: 0 0 0 0;
  width: 50px;
  height: 4px;
}

.page-heading {
  margin-bottom: 22px;
}

h2.steps-heading::before {
  content: "";
  position: absolute;
  background: #6184ad;
  bottom: 0;
  left: 0;
  margin: 0 0 0 0;
  width: 100%;
  height: 4px;
}

/* Autocomplete styles */

* {
  box-sizing: border-box;
}

.custom-autocomplete .autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  /*  display: inline-block; */
}

.custom-autocomplete input {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px;
}

.custom-autocomplete input[type=text] {
  background-color: #f1f1f1;
  width: 100%;
}

.custom-autocomplete input[type=submit] {
  background-color: DodgerBlue;
  color: #fff;
}

.custom-autocomplete .autocomplete-items {
  color: #414141;
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.custom-autocomplete .autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}

.custom-autocomplete .autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}

.custom-autocomplete .autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}

.nav-item {
  font-weight: 700;
}

.btn.btn-secondary {
  color: #fff;
  background-color: #15aabf;
  border-color: #15aabf;
}

.footer {
  background: #000;
  /* background-color:  #17a2b8!important;*/
  min-height: 80px;
  /* position: fixed; */
  bottom: 0;
  color: rgba(255, 255, 255, .5);
  padding: 10px;
  text-transform: uppercase;
  margin-top: 30px;
}

.footer a {
  color: rgba(255, 255, 255, .5);
  font-weight: 600;
}

.footer a:hover {
  color: rgba(255, 255, 255, .75);
  font-weight: 600;
}

.footer a.btn, .te-llamamos a.btn {
  color: #FFF;
  font-weight: 600;
}

.te-llamamos {
  position: fixed;
  right: 20px;
  bottom: 83px;
  opacity: .9;
  z-index: 9999;
}

.te-llamamos a.btn .fa-phone {
  margin-left: 5px;
}

.bottom-footer {
  bottom: 0;
  background: #000;
  /* position: absolute;*/
  width: 100%;
  padding: 10px;
}

#goTop {
  margin: 0 15px;
  font-size: 40px;
  float: right;
  line-height: 40px;
  color: gray;
}

.container-fluid.steps {
  background: #eaeaea;
}

.steps .card-group i {
  color: #6184ad;
}

.card-title {
  text-transform: uppercase;
}

.card-text {
  font-size: 0.9em;
}

#row_results .card .card-img {
  max-width: 85%;
  margin: 20px;
}

.servicios-funebres-2 .card-text {
  min-height: 250px;
}

button#send-query {
  margin: 15px auto;
}

.card-deck .btn-success.disabled {
  cursor: not-allowed;
}

.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1rem;
}

.list-group-item label {
  font-weight: 600;
}

.card-header .badge {
  position: absolute;
  right: 20px;
  top: 20px;
}