p
{
    text-align: justify;
}

.card-direc {
    display: flex;
    align-items: center;
    width: 100%;
    background: white;
    padding: 0.4em;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-top: 5%;
  }
  
  .card-direc-image {
    background-color: rgba(255, 255, 255, 0.1);
    width: 100px;
    height: 150px;
    border-radius: 6px;
    flex-shrink: 0;
    margin-right: 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  
  .card-direc-image:hover {
    transform: scale(0.98);
    transition: transform 0.3s ease;
  }
  
  .card-direc-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  
  .category {
    text-transform: uppercase;
    font-size: 0.7em;
    font-weight: 600;
    color: rgb(63, 121, 230);
    padding-bottom: 5px;
    text-align: left; /* Align text to the left */
  }
  
  .category:hover {
    cursor: pointer;
  }
  
  .heading {
    font-weight: 600;
    color: rgb(88, 87, 87);
    margin-bottom: 10px;
    text-align: left; /* Align text to the left */
  }
  
  .heading:hover {
    cursor: pointer;
  }
  
  .author {
    color: gray;
    font-weight: 400;
    font-size: 11px;
    text-align: left; /* Align text to the left */
  }
  
  .name {
    font-weight: 600;
  }
  
  .name:hover {
    cursor: pointer;
  }
  

  /***************************************************************************/
  #direc_ci, #direc_ci2, #direc_ci3
  {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    height: 8vh;
    margin-top: 3%;
    background: rgb(223,212,182);
background: linear-gradient(90deg, rgba(223,212,182,1) 61%, rgb(218, 214, 214) 100%);
border-radius: 20px;
  }

  .h_direc{
    padding: auto;
margin-left: 2%;
cursor: pointer;
  }

  .h_direc:hover{   color: #3a3838 !important;  }

  #contactos  {    display: none;  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;}
  
  .subptci , .subptar {margin-left: 5%;}
  .div-ptci, .div-ptar{box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px; display: none;}
  #banner-ci
  {
    background-image: url(baner.png);
    height: 16vh;
    width: 100% !important;
  }




#datos
{box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}




#cont
{
    margin: 5%; 
}

#directorio
{
    margin: 5%;
}






hr{
    color: #621132;
    width: 30%;
height: 0px;
border:1px dashed;
}
  