@charset "utf-8";
/* CSS Document */

.hero-header p {
    color: #FFFFFF;
}

.navbar-nav {
    font-size: 15px;
}
.section-headline h2 {
  display: inline-block;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 70px;
  position: relative;
  text-transform: capitalize;
}

.section-headline h2::after {
  border: 1px solid #333;
  bottom: -20px;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 40%;
}

.section-head h2 {
  /*display: inline-block;*/
  font-size: 40px;
  font-weight: 600;
  margin-bottom: -10px!important;
  position: relative;
  /*text-transform: capitalize;*/
}

.section-head h3 {
  display: inline-block;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 70px;
  position: relative;
  /*text-transform: capitalize;*/
}

.section-head h3::after {
  border: 1px solid #333;
  bottom: -20px;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 20%;
}

.contenido {
    min-height: 340px!important;
}
.contenido ul li {
    text-align: justify;
    list-style: none;
    margin-bottom: 10px;    
}
.container-fluid p {
    margin-bottom: -30px!important;
}
.container-fluid ul li {
    margin-left: 60px;
    list-style: none;
}
.container-fluid h5 {
    margin-bottom: -20px!important;
    line-height: 1px!important;
}
.container-fluid i {
    color: #1200FC;
}
/*---------------------------
       Tab-Pane
---------------------------*/
.tab-pane .section-title p {
    text-align: center;
}
.tab-pane p {
    text-align: justify;
    padding-bottom: 35px!important;
}
.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 14px;
  margin: 0 -50px 10px 0;
  background: #EAE7E7;
  color: #000000;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}

.nav-pills .nav-link:hover {
    background-color: #14183E;
    color: #FFFFFF;
}
.nav-pills .active {
    background-color: #14183E!important;
}
.part {
    width: 50%;
}
.talks {
    color: #0922E4;
    font-weight: bold;
}
.place {
    color: #F74E08;
    font-weight: bold;
    text-decoration: underline;
}

/*---------------------------
       Alert
---------------------------*/

.alert {
    margin-bottom: 0!important;
    margin-top: 10px!important;
    /*padding: 10px 40px!important;*/
}
.alert h5 {
    margin-bottom: 15px!important;
    margin-top: 20px!important;
}
