body {
  font-family: 'Source Sans Pro', sans-serif;
  animation: fade 1s ease-out; }

.bg-light {
  background-color: white !important;
  border-bottom: 1px solid #ebebeb; }

.navbar,
.dropdown-item {
  font-weight: 300;
  font-size: 15px; }

.dropdown-menu {
  background-color: #fafafa;
  border: none;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.2); }

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link:active,
.dropdown-item,
.dropdown-item:active {
  color: #808080;
  transition: color .3s ease-in-out; }

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.dropdown-item:hover,
.dropdown-item:focus {
  color: #00a7d4; }

.navbar-text {
  margin-left: 20px; }

@media (max-width: 768px) {
  .navbar-text {
    margin-left: 0; }
  .dropdown-menu {
    border: 1px solid #ebebeb;
    box-shadow: none; } }

.btn-blue {
  font-size: 12px;
  line-height: 14px;
  padding: 8px 16px;
  color: white;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  background: #00a8d5;
  border: 1px solid #009cc9;
  text-transform: uppercase;
  letter-spacing: .5px;
  cursor: pointer;
  transition: all .2s; }
  .btn-blue:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); }
  .btn-blue:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .btn-blue:focus {
    outline: none; }
  .btn-blue i {
    margin-right: 5px; }

.navbar-light .navbar-text a:link, .navbar-light .navbar-text a:active, .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: white;
  text-decoration: none; }

.jumbotron {
  background-image: linear-gradient(to right bottom, rgba(128, 128, 128, 0.8), rgba(0, 167, 212, 0.8)), url(../img/genaden-bg.jpg);
  background-size: cover;
  background-position: center; }
  .jumbotron h1 {
    color: white;
    text-transform: uppercase;
    font-weight: 600; }
  .jumbotron p {
    color: white;
    font-size: 18px; }

.form-control {
  width: 50%; }

@media (max-width: 768px) {
  .form-control {
    width: 90%; } }

#buscador {
  background-image: url("../img/searchicon.png");
  background-position: 12px 15px;
  background-repeat: no-repeat;
  padding: 12px 10px 12px 40px;
  margin: 20px 0px; }

table {
  animation: fade 2s ease-out; }

thead, tbody {
  color: #606060;
  border: none; }

tbody > tr > th {
  font-weight: 400 !important; }

.table thead th {
  vertical-align: center;
  padding-bottom: 40px;
  border-top: 0;
  border-bottom: 1px solid #dee2e6; }

.card {
  background-color: #fafafa; }

@media (max-width: 768px) {
  .card {
    width: 80%; } }

@media (max-width: 480px) {
  .card {
    width: 70%; } }

@media (max-width: 370px) {
  .card {
    width: 50%; } }

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
  cursor: pointer;
  background: #00a8d5;
  border: 1px solid #009cc9;
  transition: all .2s; }
  .btn-circle:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); }
  .btn-circle:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .btn-circle:focus {
    outline: none; }

.rojo {
  color: #e74c3c; }

.amarillo {
  color: #f1c40f; }

.verde {
  color: #2ecc71; }

.gris {
  color: #bdc3c7; }

@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
