.slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slider__wrapper {
  height: 100%;
  list-style: none;
  overflow: hidden;
  *zoom: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
.slider__item {
  height: 100%;
  float: left;
  clear: none;
}
.slider__arrows-item {
  position: absolute;
  display: inline-block;
  margin-bottom: -20px;
  padding: 0px;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: all 0.3s linear;
          transition: all 0.3s linear; 
}
.slider__arrows-item:hover {
  opacity: 1;
  -webkit-transition: all 0.3s linear;
          transition: all 0.3s linear; 
}
.slider__arrows-item--right {
  background: url(../img/arrow-right.png) no-repeat center center;
  background-size: 16px 26px;
  width:16px;
  height:26px;
  top: 50%;
  right: 20px;
  text-indent: 999999px;
}
.slider__arrows-item--left {
  background: url(../img/arrow-left.png) no-repeat center center;
  background-size: 16px 26px;
  width:16px;
  height:26px;
  top: 50%;
  left: 20px;
  text-indent: -999999px;
}
.slider__nav {
  position: fixed;
  bottom: 0px;
  height: 109px;
  background: #2F404B;
  min-width: 100% !important;
  /*text-align: center;*/
  margin:0 !important;
  left: 0 !important;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}

.slider__nav-item {
  width: 160px;
  padding: 15px;
  /*height: 12px;*/
  display: inline-block;
  text-align:center;
  /*margin: 20px 4px 0;*/
  text-decoration: none;
  color:#fff;
  cursor: pointer;
  position: relative;
  /*border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.25);*/
}

.slider__nav-item::after {
  position: relative;
  top: 15px;
}
/*
.slider__nav-item:nth-child(1)::after { content: 'país 01'; }
.slider__nav-item:nth-child(2)::after { content: 'país 02'; }
.slider__nav-item:nth-child(3)::after { content: 'país 03'; }
*/

.slider__nav-item--current {
  background: rgba(255,255,255,0.1);
  border-top: 4px solid #7CD6C9;
  cursor: pointer;
}
.slider__nav-item:hover {
  background: rgba(255,255,255,0.3);
  border-top: 3px solid rgba(255,255,255,0.3);
}


.slider__nav h3 {
  text-transform: uppercase;
  font-family: 'flamamedium';
  font-size:14px;
  margin-bottom: 3px;
}

.slider__nav p {
  font-family: 'flamalight';
}

.slider__nav img {
  display: inline-block;
  width:25px;
  margin: 3px 0;
}

.slider__nav-item--current {
  border-top:3px solid #7CD6C9;
}

.slider__nav-item--current::after {
  content: '';
  position: absolute;
  margin-left: -7px;
  margin-top: -26px;
  width: 0;
  height: 0;
  border-bottom: 8px solid #7CD6C9;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  z-index: 99999999;
  /*
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left:-4px;
  width: 0; height: 0;
  border-bottom: 8px solid #7CD6C9;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  */
}

.slider__nav_wrap {
  width:100%;
  background-color: red;
}

.slider__nav.EquipesPilotos {
  height: 89px;
}