@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?8vz3lz");
  src: url("fonts/icomoon.eot?8vz3lz#iefix") format('embedded-opentype'), url("fonts/icomoon.ttf?8vz3lz") format('truetype'), url("fonts/icomoon.woff?8vz3lz") format('woff'), url("fonts/icomoon.svg?8vz3lz#icomoon") format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
/* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-01:before {
  content: "\e900";
}
.icon-02:before {
  content: "\e901";
}
.icon-03:before {
  content: "\e902";
}
.icon-04:before {
  content: "\e903";
}
.icon-05:before {
  content: "\e904";
}
/*-------------------------*/
.btab {
  color: #fff;
  transition: all 0.3s linear;
  display: inline-block;
  vertical-align: middle;
  width: 20%;
  padding: 5px;
  text-decoration: none;
  border-left: 1px solid #fff;
  box-sizing: border-box;
}
.btab:first-child {
  border-left: 0;
}
.btab span {
  font-size: 25px;
  display: block;
  margin-bottom: 5px;
}
.btab em {
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'regularsemibold';
  text-decoration: none;
  font-style: normal;
}
.btab:hover,
.btab.active {
  color: #042a3c;
}
.ctab.expositores {
  display: none;
  height: 215px;
  font-family: 'regularregular';
  font-size: 16px;
  color: #03293b;
  overflow-y: auto;
  padding-right: 15px;
}
.exp-item {
  font-size: 0;
  margin-bottom: 10px;
}
.exp-item.open .exp-resenia {
  height: auto;
}
.exp-foto,
.exp-info {
  display: inline-block;
  vertical-align: top;
}
.exp-foto {
  width: 100px;
  margin-right: 5px;

}
.exp-info {
  width: calc(100% - 105px);

}
.exp-info h3 {
  font-family: 'regularbold';
  color: #042a3c;
  font-size: 18px;
  position: relative;
  padding-bottom: 10px;
  display: inline-block;
  margin: auto;
  margin-top: 1em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
.exp-info h3:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 5px;
  display: block;
  background: #35b8c6;
  bottom: 0;
  left: 0;
}
.exp-resenia {
  font-family: 'regularbook';
  display: block;
  font-size: 14px;
  text-align: justify;
  overflow: hidden;
  color: #042a3c;
}
.exp-vm {
  display: block;
  text-align: right;
  text-transform: uppercase;
  color: #042a3c;
  font-size: 14px;
  font-family: 'regularbold';
}
.g-pop-close {
  height: 40px;
  width: 40px;
  border-radius: 505px;
  border: 1px solid #fff;
  color: #fff;
  transition: all 0.1s linear;
  position: absolute;
  top: 10px;
  right: 10px;
  text-decoration: none;
  text-align: center;
  line-height: 40px;
}
.g-pop-close:active {
  transform: scale(0.9);
}
.g-pop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(8,46,63,0.9);
  z-index: 100;
  overflow-y: auto;
}
.g-table {
  display: table;
  height: 100%;
  width: 96%;
  max-width: 960px;
  margin: auto;
}
.g-inner-table {
  display: table-cell;
  vertical-align: middle;
}
.g-inner-table h3,
.g-inner-table h4 {
  color: #35b8c6;
  margin: auto;
}
.g-inner-table h3 {
  font-size: 25px;
  font-family: 'regularbold';
  text-transform: uppercase;
  margin-bottom: 10px;
}
.g-inner-table h4 {
  font-family: 16px;
  font-family: 'regularregular';
  padding-bottom: 10px;
  border-bottom: 1px solid #35b8c6;
}
.g-inner-table ul {
  padding-left: 15px;
}
.g-inner-table ul li {
  color: #fff;
  font-family: 'regularregular';
  font-size: 16px;
  position: relative;
  list-style: none;
  padding-left: 20px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.g-inner-table ul li a {
  text-decoration: none;
  color: #fff;
}
.g-inner-table ul li:before {
  content: '>>';
  color: #35b8c6;
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 16px;
}
@media screen and (max-width: 600px) {
  .btab em {
    font-size: 10px;
  }
  .ctab.expositores {
    height: auto;
  }
}
