@import url('https://fonts.googleapis.com/css?family=Baloo+Bhai|Quicksand');
.centrar {
    width: 100%;
    height: 100%;
  }
  .borde{
      border: 1px #000 solid; text-align: center; height: 50px;
  }
  .div-imagen img {
    width: 100%;
      height: 400px;
      box-shadow: 0 4px 80px #070509; padding: 1rem;   padding-color:#17141d;
      border-radius: 26px;
  }
  
  .div-imagen {
    display:inline-block;
    position:relative;
  }
  
  .div-imagen > div {
    position:absolute;
    top:0;
    left:0;
    z-index:-1;
    padding:10px;
    margin:0;
  }
  
  .desvanecer:hover {
    opacity: 0.50;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    -ms-transition: opacity 500ms;
    transition: opacity 500ms;
  }
  .centrar p{
      font-family: 'Baloo Bhai', cursive;
      color: black;
      font-weight: bold;
      font-size: 6vw;	
  }
  
  .card-header{
    font-family: 'Baloo Bhai', cursive;
    color: #20292c;
    font-weight: bold;
    font-size: 2vw;	
  }
  .card-title{
    font-family: 'Baloo Bhai', cursive;
    color: #20292c;
    font-size: 1.5vw;	
  }
  .card-text{
    font-size: 1.5vw;
  }