
  a {
      cursor: pointer!important;
      text-decoration: none;
      color: white;
      opacity: 1;
      transition: all 0.5s;
      -moz-transition: all 0.5;
      -webkit-transition-delay: 0s;
      transition-delay: 0s;
    }

  a:hover {
      color: #B7B7B7;
      text-decoration: none;
    }

  body {
      font-family: 'Open Sans', sans-serif;
      color: #1a1a1a;
    }

  .familia-fondos-img {
      width: 100%;
      padding: 30px;
      min-height: 210px;
      background-size: cover;
      background-position: center center;
      color: white;
      display: table;
      box-sizing: border-box;
      margin-bottom: 30px;
    }

  .btn-outline-primary:hover {
    background-color: rgb(0, 128, 128);          
    color: #ffffff !important;
    }           


    /*
    .btn-outline-secondary:hover {
        background-color: rgb(0, 128, 128);    
        color: #ffffff !important;
        }    
        */
    
    