:root {
  --principal: #242C4F;
}

@media print {

  section,
  .jumbotron {
    padding: 0;
  }

  main .jumbotron_bar {
    display: none;
  }

  main {
    width: 90%;
    margin: 0 auto;
  }

  .jumbotron_body {
    padding: 25px 0 !important;
  }

  .content_for {
    margin: 0;
  }

  .content_format h2 {
    margin-top: 0;
  }

  .icon-item {
    text-align: center;
    margin: 10px 0;
  }

  a[href]:after {
    display: none;
  }

  a[href^="http"]:after {
    content: " (" attr(href) ")";
    display: block;
  }

  .page-break {
    display: block;
    height: 100px;
    width: 100%;
  }

  .panel-default {
    color: #2897d4 !important;
    border: 1px solid #333;
    border-radius: 5px;
    padding: 20px;
  }

  .panel-heading {
    display: none;
  }

  .panel-heading.img:after {
    content: "img";
    position: absolute;
    left: 25%;
    top: 25%;
    transform: translate(-50%, -50%);
  }

  section .panels-row .panel {
    width: 50%;
    margin: 10 auto;
  }

  a.btn.btn-primary {
    border: 3px solid #333;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    padding: 10px 25px;
    text-transform: uppercase;
  }

}

.icon-item {
  text-align: center;
  margin: 10px 0;
}

.h3.section-title {
  color: #333;
}

.dropdown-menu-right {
  left: 0;
  right: auto;
}

.jumbotron .jumbotron_body {
  padding: 60px 0;
}

.nav.nav-icons li a:hover i,
.nav.nav-icons li a:focus i {
  color: #0072bb !important;
  background: #fff !important;
  box-shadow: 0px 0px 3px 2px #707070;
}

.nav.nav-icons.nav-icons-selected li:not(.active) a:hover i {
  color: #0072bb !important;
  background: #fff !important;
  box-shadow: 0px 0px 3px 2px #707070;
}

.nav.nav-icons li a span {
  color: #333;
}

.panel time {
  opacity: 1;
}

.panel .h3_title,
.h3_title {
  font-size: 1.3em !important;
  font-weight: 500 !important;
  line-height: 1.3 !important;
  margin: 0.25em 0 !important;
}

.icon-item .h3_title {
  font-size: 1.6em !important;
  margin-top: 0 !important;
  margin-bottom: 0.2em;
  font-weight: 600;
}

.mostrar {
  display: block;
}

.no-mostrar {
  display: none;
}

.icono-DP {
  font-size: 50px;
}

/* ORGANIGRAMA */

.tree {
  width: 100%;
  height: auto;
  text-align: center;
}

.tree ul {
  padding-top: 20px;
  position: relative;
  transition: .1s;
}

.tree li {
  display: inline-table;
  text-align: center;
  list-style-type: none;
  position: relative;
  padding: 10px;
  transition: .1s;
}

.tree li::before .tree li::after {
  content: '';
  position: absolute;
  top: 0;
  right: 50%;
  border-top: 1px solid #ccc;
  width: 51%;
  height: 10px;
}

.tree li::after {
  right: auto;
  left: 50%;
  border-left: 1px solid #ccc;
}

.tree li:only-child::after .tree li:only-child::before {
  display: none;
}

.tree li:only-child {
  padding-top: 0;
}

.tree li:first-child::before .tree li:last-child::after {
  border: 0 none;
}

.tree li:last-child::before {
  border-right: 1px solid #ccc;
  border-radius: 0px 5px 0px 0px;
}

.tree li:first-child::after {
  border-radius: 5px 0px 0px 0px;
}

.tree ul ul::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  border-left: 1px solid #ccc;
  width: 0;
  height: 20px;
}

.tree a {
  border: 1px solid #ccc;
  padding: 10px;
  display: inline-grid;
  border-radius: 5px;
  text-decoration-line: none;
  transition: .1s;
}

.tree a img {
  width: 50px;
  height: 50px;
  margin-bottom: 10px !important;
  border-radius: 100px;
  margin: auto;
}

.tree a span {
  color: #666;
  padding: 8px;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}

.tree li a:hover,
.tree li a:hover img,
.tree li a:hover span,
.tree li a:hover+ul li a {
  background: #c8e4f8;
  color: #000;
  border: 1px solid #94a0b4;
  box-shadow: 0px 0px 8px -5px #5f5f5f;
}

.tree li a:hover+ul li::after,
.tree li a:hover+ul li::before,
.tree li a:hover+ul::before,
.tree li a:hover+ul ul::before {
  border-color: #c8e4f8;

}

.header {
  background-color: var(--principal);
}

.footer {
  background-color: var(--principal);
}

.logos {
  padding: 30px;
}