strong {
    color: #6d6d6d;
}

#chevroletautocam {
    font-size: 0.9em;
}

#CENCEL {
    font-size: 1.4em;
}

#cdianuncio { font-size: 1em; }

.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1;
    border-radius: .3rem;
}

.navbar.navbar-dark.bg-pink.shadow-sm {
    background-color: #1d4a6b
}

.bg-pink {
    background-color: #1d4a6b;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
        padding-top: 1.25rem;
    padding-top: 2px;
}

.float{
  position:absolute;
  width:60px;
  height:60px;
  bottom:6px;
  right:6px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
  margin-top:16px;
}


.jumbotron {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  background-color: #fff;
}
@media (min-width: 768px) {
  .jumbotron {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron h1 {
  font-weight: 300;
}

.jumbotron .container {
  max-width: 72rem;
}

footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

footer p {
  margin-bottom: .25rem;
}
