body {
  /* font-family: 'Lato', sans-serif !important; */
  font-family: "Raleway", sans-serif !important;
}
#separador {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

#separador .content {
  width: 150%;
  height: 150px;
  margin-left: -25%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
}

#headerPI {
  width: 150%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

#headerPI .content {
  margin-left: -25%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
}

.ocult {
  display: none;
}
.card.calbet{
    min-height: 320px;
}
.calbet .fa-circle, .calbet span {
  color: #bf0411;
  font-weight: bold;
  
}

.calbet a i.fa-print {
  color: #004d9c;
  font-size: 32px;
  opacity: 0.35;
  
}
.calbet .card-footer i {
    float: right;
}
.calbet a:hover i.fa-print {
  opacity: 1;
}
.circle-icon {
    background: #ffc0c0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    vertical-align: middle;
    padding: 30px;
}

.card.calbet:hover{
    transform: scale(1.05);
    box-shadow: 10px 10px 15px rgba(0,0,0,0.3);
  }
  .card-text{
    height:80px;  
  }
  
  .card.calbet::before, .card::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scale3d(0, 0, 1);
    transition: transform .3s ease-out 0s;
    background: rgba(255, 255, 255, 0.1);
    content: '';
    pointer-events: none;
  }
  .card.calbet::before {
    transform-origin: left top;
  }
  .card.calbet::after {
    transform-origin: right bottom;
  }
  .card.calbet:hover::before, .card.calbet:hover::after, .card.calbet:focus::before, .card.calbet:focus::after {
    transform: scale3d(1, 1, 1);
  }
  .fichas .nav-tabs .nav-link {
    background-color: #bf0411;
    color: #FFF;
  }
  
  .fichas .nav-tabs .nav-link.active {
    background-color: #004e98;
    color: #fff;
    border-color: #004e98 ;
    
  }