.orsaiListaSuscrip .plantilla,
.orsaiListaSuscrip .oculto {
  display: none !important;
}

.orsaiListaSuscrip .buscador {
  position: relative;
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding: 0 29px 0 42px;
  overflow: hidden;
  background: #fff;
}
.orsaiListaSuscrip a.buscar {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  padding: 7px 10px;
  text-decoration: none;
  background: #fff;
}
.orsaiListaSuscrip a.buscar img.lupa {
  width: 22px;
}
.orsaiListaSuscrip a.limpiar {
  position: absolute;
  top: 0;
  right: 0;
  width: 29px;
  padding: 7px 10px 3px 5px;
  text-decoration: none;
  background: #fff;
}
.orsaiListaSuscrip a.limpiar img.times {
  width: 14px;
}
.orsaiListaSuscrip input.busqueda {
  box-sizing: border-box;
  font-size: 16px;
  padding: 8px 0;
  border: 0px;
  width: 100%;
  background: #fff;
}
.orsaiListaSuscrip a.buscar:focus,
.orsaiListaSuscrip input.busqueda:focus {
  outline: none;
}
.orsaiListaSuscrip .aviso {
  display: block;
  margin: 30px auto;
  padding: 40px;
  color: #777;
  background: #fff;
  font-size: 15px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
}
.orsaiListaSuscrip .aviso a {
  color: #007aff;
  text-decoration: none;
}
.orsaiListaSuscrip .aviso a:hover {
  color: #007aff;
  text-decoration: none;
}

.orsaiListaSuscrip .av-data-vermas {
  display: none;
  margin: 2em auto;
  border: none;
  padding: 10px 26px;
  font-size: 16px;
  border-radius: 32px;
  background: #356aff;
  color: #fff;
}
.orsaiListaSuscrip .av-data-vermas:hover {
  color: #fff;
}
.orsaiListaSuscrip .av-data-vermas:disabled {
  background: #ccc;
}
.orsaiListaSuscrip div {
  box-sizing: border-box;
}

.orsaiListaSuscrip .tabla {
  display: block;
  margin: 2em auto;
  width: 100%;
  max-width: 1200px;
}

.orsaiListaSuscrip .row {
  display: flex;
  flex-flow: row wrap;
  border-bottom: solid 1px #d9d9d9;
}

.orsaiListaSuscrip .row.cabeza .col {
  font-weight: 700;
}

.orsaiListaSuscrip .col {
  font-size: 13px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 5px;
}

.orsaiListaSuscrip .col.imagen {
  width: 70px;
  justify-content: flex-start;
}
.orsaiListaSuscrip .col.nombre-apellido {
  width: calc((100% - 205px) / 2);
  justify-content: flex-start;
}
.orsaiListaSuscrip .col.fecha {
  width: 90px;
  justify-content: flex-start;
}
.orsaiListaSuscrip .col.ciudad {
  width: calc((100% - 205px) / 2);
  justify-content: flex-end;
  text-align: right;
  text-transform: uppercase;
  padding-right: 20px;
}
.orsaiListaSuscrip .col.pais {
  width: 45px;;
  justify-content: center;
}

.orsaiListaSuscrip .avatar {
  width: 30px;
  border-radius: 50%;
  justify-content: center;
}
.orsaiListaSuscrip .nombre,
.orsaiListaSuscrip .apellido {
  text-transform: uppercase;
}
.orsaiListaSuscrip .apellido {
  font-weight: 700;
}
.orsaiListaSuscrip .bandera {
  width: 20px;
  border-radius: 4px;
}

@media all and (max-width: 767px) {
  .orsaiListaSuscrip .col.nombre-apellido {
    width: calc(100% - 115px);
  }
  .orsaiListaSuscrip .col.ciudad,
  .orsaiListaSuscrip .col.fecha {
    display: none;
  }
}
