.bg-cobertura{
  background-image: url(https://1701336841.rsc.cdn77.org/_assets/img/roaming-new/bg-cobertura-tarifa.png);
  background-position: bottom center;
  background-repeat: no-repeat;
}
.lista-paises {
  position: absolute;
  top: 100%;
  background-color: #fff;
  width: 100%;
  border: 1px solid #ccc;
  z-index: 11;
  list-style: none;
  margin: 0;
  padding: 0;
  border-radius: .25rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .3);
  overflow: hidden;
}
.lista-paises li {
  padding: 5px 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.lista-paises li:hover {
  background-color: #bfdaff;
}
.lista-paises li.active {
  background-color: #2647a0 !important;
  color: #ffffff;
}
.lista-paises li:last-of-type {
  border-bottom: none;
}
.wom .nav-tabs .nav-link.link-cont{
  color: #4D008C;
}
.wom .nav-tabs .nav-link.link-cont div svg{
  fill: #4D008C;
}
.wom .nav-tabs .nav-link.link-cont div{
  width: 44px;
  height: 44px;
  border: 1px solid #4D008C;
  border-radius: 8px;
  transition: all .3s;
}
.wom .nav-tabs .nav-link.link-cont:hover div{
  background-color: rgba(77,0,140, .2);
}
.wom .nav-tabs .nav-link.link-cont.active div{
  background-color: #4D008C;
}
.wom .nav-tabs .nav-link.link-cont.active div svg{
  fill: #ffffff;
}
.wom .nav-tabs .nav-item:nth-child(1) .nav-link.link-cont div svg{
  width: 19px;
  height: 30px;
}
.wom .nav-tabs .nav-item:nth-child(2) .nav-link.link-cont div svg{
  width: 22px;
  height: 22px;
}
.wom .nav-tabs .nav-item:nth-child(3) .nav-link.link-cont div svg{
  width: 28px;
  height: 28px;
}
.wom .nav-tabs .nav-item:nth-child(4) .nav-link.link-cont div svg{
  width: 26px;
  height: 26px;
}
.wom .nav-tabs .nav-item:nth-child(5) .nav-link.link-cont div svg{
  width: 24px;
  height: 24px;
}
.wom .nav-tabs .nav-item:nth-child(6) .nav-link.link-cont div svg{
  width: 23px;
  height: 29px;
}
.slider-android .tns-item > div, 
.slider-ios .tns-item > div{
  min-height: 470px;
}
.tabla-paises th,
.tabla-paises td{
 border-right: 1px solid #ffffff;
}
.tabla-paises th{
  padding: 8px 5px 4px;
}
.tabla-paises td{
 padding: 4px 5px 8px;
}
.tabla-paises th:last-child,
.tabla-paises td:last-child{
 border-right: none;
}

@media(min-width: 768px){
  .container-md{
    max-width: 1200px;
  }
  .wom .nav-tabs .nav-link.link-cont div{
    width: 60px;
    height: 60px;
  }
  .wom .nav-tabs .nav-item:nth-child(1) .nav-link.link-cont div svg{
    width: 23px;
    height: 34px;
  }
  .wom .nav-tabs .nav-item:nth-child(2) .nav-link.link-cont div svg{
    width: 24px;
    height: 24px;
  }
  .wom .nav-tabs .nav-item:nth-child(3) .nav-link.link-cont div svg{
    width: 34px;
    height: 34px;
  }
  .wom .nav-tabs .nav-item:nth-child(4) .nav-link.link-cont div svg{
    width: 34px;
    height: 34px;
  }
  .wom .nav-tabs .nav-item:nth-child(5) .nav-link.link-cont div svg{
    width: 24px;
    height: 24px;
  }
  .wom .nav-tabs .nav-item:nth-child(6) .nav-link.link-cont div svg{
    width: 27px;
    height: 33px;
  }
}
@media(min-width: 1200px){
  .slider-android .tns-item > div, 
  .slider-ios .tns-item > div{
    min-height: 510px;
  }
}
/* ---- helpers  ---- */
.mh-84-px {
  min-height: 84px !important;
}