@import url("https://fonts.googleapis.com/css2?family=Titan+One&display=swap");

.jumbotron {
  background: #fa7161;
  position: relative;
}

.jumbotron a {
  color: white;
  text-decoration: underline;
}

.jumbotron h1,
.jumbotron h3,
.jumbotron li {
  color: white;
  list-style-position: inside;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.text-color-primary {
  color: #fa7161;
}

.text-font-primary {
  font-family: "Titan One", cursive;
}

.nav-item.active,
.nav-item:hover {
  background: #fa7161;
}

.nav-item.active a,
.nav-item:hover a {
  color: white;
}

.tarjetas {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.tarjetas .card {
  width: 30%;
  -webkit-box-shadow: 0px 6px 8px -2px #000000;
  box-shadow: 0px 6px 8px -2px #000000;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

@media (max-width: 768px) {
  .tarjetas .card {
    width: 100%;
    margin-bottom: 20px;
  }
}

footer {
  background-color: #0c0d1f;
  color: white;

  width: 100%;
}

footer.default {
  min-height: 64px;
  padding: 20px;
}

footer.index {
  margin-top: -100px;
  padding-top: 150px;
}

main {
  min-height: 32rem;
}

select.form-control.fa option {
  font-weight: 900;
}

.itemServicio {
  text-decoration: none !important;
  color: #212529;
}
.itemServicio:hover {
  text-decoration: none !important;
  color: #212529;
}

.nav-item.dropdown .dropdown-item {
  color: black;
}
