:root{
  --color-indigo: #424495; /* #424495 */
  --color-blue:   #1597d5; /* #1597d5 */
  --color-pink:   #eb278f; /* #eb278f */
  --color-amber:  #febc3f; /* #febc3f */
  --color-gray: #F2F2F2;
}

.t1 .sppb-title-heading::after {
    content: "";
    border-bottom: 5px solid var(--color-amber);
    margin: 23px auto;
    width: 15%;
    display: block;
}

.card-p{
	    min-height: 300px;
    padding: 40px 30px;
    background-color: #fff;
    position: relative;
    border-radius: 20px;
	box-shadow:0px 10px 17px 0px rgba(0,0,0,0.15);
    /* box-shadow: 0px 30px 40px 0px rgba(0,0,0,0.19); */
}




#sp-page-builder .sppb-section-title h3.sppb-title-heading {
    font-size: 34px;
	font-weight: bold;
}


  .doc-list {
    list-style: none;
    padding: 0;
    margin: 0;

  }
  .doc-list li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding: 12px 8px;
    font-size: 16px;
    color: #444;
  }
  .doc-list li:last-child {
    border-bottom: none;
  }
  .doc-number {
    font-weight: bold;
    font-size: 18px;
    color: #d17a00; /* dorado */
    margin-right: 15px;
    min-width: 40px;
    text-align: right;
  }
  .doc-text {
    flex: 1;
  }
  .btn-view {
    background-color: #2196F3;
    color: #fff;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    text-decoration: none;
  }
  .btn-view:hover {
    background-color: #1565C0;
    color: #fff;
  }
