.elementor-22243 .elementor-element.elementor-element-4ad8fce{--display:flex;}/* Start custom CSS for html, class: .elementor-element-d91c8b0 *//* CONTENEDOR GENERAL */
.organigramaTNFD{
  max-width:900px;
  margin:40px auto;
  font-family:Segoe UI,Arial,sans-serif;
}

/* TITULO */
.organigramaTNFD h2{
  color:#163a5f;
  font-weight:800;
  font-size:28px;
  margin-bottom:30px;
}

/* CAJAS */
.organigramaTNFD .box{
  background:#fff;
  border:1px solid #d7dde6;
  border-left:6px solid #163a5f;
  padding:16px 20px;
  border-radius:12px;
  text-align:center;
  box-shadow:0 8px 18px rgba(0,0,0,.06);
}

/* FILA DE CAJAS */
.organigramaTNFD .row{
  display:flex;
  justify-content:center;
  gap:40px;
  position:relative;
}

/* LINEA VERTICAL SUPERIOR */
.organigramaTNFD .line-down{
  width:2px;
  height:40px;
  background:#9aa6b2;
  margin:0 auto;
}

/* LINEA HORIZONTAL CENTRAL */
.organigramaTNFD .line-horizontal{
  height:2px;
  background:#9aa6b2;
  margin:0 auto;
  width:60%;
  position:relative;
}

/* LINEAS HACIA LOS RECUADROS */
.organigramaTNFD .lines-bottom{
  display:flex;
  justify-content:space-between;
  width:60%;
  margin:0 auto 20px;
}

.organigramaTNFD .lines-bottom div{
  width:2px;
  height:40px;
  background:#9aa6b2;
}

/* RESPONSIVE */
@media(max-width:700px){
  .organigramaTNFD .row{
    flex-direction:column;
    gap:20px;
  }

  .organigramaTNFD .line-horizontal,
  .organigramaTNFD .lines-bottom{
    display:none;
  }
}/* End custom CSS */