@charset "utf-8";
/* CSS Document */

#header .logo img {
  max-height: 65px;
}
.container ul {
    list-style: none!important;
}
.container ul li, ol li {
    padding-bottom: 8px;
}
.container i {
    color: #F74E08;
}
.container .fecha {
    font-size: 18px;
    text-align: right;
    font-weight: bold;
}
.container .coordinador {
    font-weight: bold; 
}
.container p {
    text-align: justify;
}
.portfolio #portfolio-flters li a {
    color: #000000;
}
.tab-pane .section-title p {
    text-align: center;
}

.title {
  text-align: center;
  padding-bottom: 30px;
}

.title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: #2F3B70;
  color: #F74E08;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}

.title h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
}

.title h3 span {
  color: #F74E08;
}

.title p {
  margin: 15px auto 0 auto;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .title p {
    width: 50%;
  }
}
.tab-pane p {
    text-align: justify;
}
.tab-pane ul li {
    text-align: justify;
}
.tab-pane h2, h3, h4, h5 {
    font-weight: bold;
    line-height: 55px;
}
.nav-pills .nav-link {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 10px;
  margin: 0 10px 10px 0;
  background: #EAE7E7;
  color: #000000;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}

.nav-pills .nav-link:hover {
    background-color: #F74E08;
    color: #FFFFFF;
}
.nav-pills .active {
    background-color: #F74E08!important;
}
.part {
    width: 50%;
}
.talks {
    color: #0922E4;
    font-weight: bold;
}
.place {
    color: #F74E08;
    font-weight: bold;
    text-decoration: underline;
}
