@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow');
 
body {
  padding-top: 70px;
  background-color: #ece8e1;
  font-family: 'PT Sans Narrow';
}

h1 {
  margin-bottom: 20px;
  padding-bottom: 9px;
  border-bottom: 1px solid #eee;
}

h3 {
  color: #014080;
}

h4 {
  color: #014080;
}

hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  color: #014080;
}

.row {
  margin-bottom: 1rem;
  background-color: #ece8e1;
}
.row .row {
  margin-top: 1rem;
  margin-bottom: 0;
}
[class*="col-"] {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ece8e1;
  /* border: 1px solid rgba(86,61,124,.2); */
}

.card {
  background-color: #ffffff;
}

.card-footer {
  background-color: #e9dbc3;
}

.bg, footer {
  background-image: url("images/dots.png");
  background-color: #5f1708;
  box-shadow: 0 2px 5px 0 rgba(7, 7, 54, 0.26);
}
.bg:hover {
  box-shadow: 0 10px 800px 0 rgba(0, 0, 53, 0.36);
}

.navbar {
  margin-bottom: 20px;
}

.nav-item {
font-size: 16px;
margin-right: 35px;
}

.nav-item .img-fluid {
  margin-top: -10px;
  margin-left: 10px;
  margin-right: 30px;
}

.nav-item .bg-color {
  opacity: 0.7;
  background-image: linear-gradient(to right, magenta,yellow,cyan,black);
  color: #000;
}

.nav-item .bg-pb {
  opacity: 0.7;
  background-image: linear-gradient(to right, black,gray,white,white,white,gray,black);
  color: #000;
}


.placeholders {
  padding-bottom: 3rem;
}

.placeholder img {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.leg_campo {
  position: relative;
  left: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.85rem;
  color: #003d7a;
}

.leg_espec {
  position: relative;
  top: -15px;
  left: 25px;
  font-weight: 800;
  letter-spacing: 1px;
}

.opac60 {
    overflow: hidden;
    opacity: 0.60;
    -moz-opacity: 60%;
    -webkit-opacity: 60%;
    z-index: 2;
}