div.c1 {
  width: 28em;
  min-height: 14em;
  margin: 0.6em;
  background: white;
  border-radius: 15px;
  transition: 500ms;
  animation: box-c1 0.25s;
  display: grid;
  grid-template-columns: 1.2fr .7fr .3fr .9fr;
  grid-template-rows: 1fr auto;
}

@keyframes box-c1 {
  0%,
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

div.c1 div#c1_logo {
  grid-row: 1/2;
  grid-column: 1/3;
  padding: 10px 10px 10px 30px;
}

div.c1 div#c1_logo img#logo_opera {
  height: 80px;
}

div.c1 div#c1_logo h3#c1_plan_name {
  color: #555;
  text-transform: uppercase;
}

div.c1 div#c1_logo div.c1_textRestric span.restric-reducido {
  cursor: pointer;
}

div.c1 div#c1_logo div.c1_textRestric span.restric-reducido p.texto-reducido {
  display: block;
}

div.c1 div#c1_logo div.c1_textRestric span.restric-reducido p.texto-completo {
  display: none;
}

div.c1 div#c1_logo div.c1_textRestric span.restric-completo p.texto-reducido {
  display: none;
}

div.c1 div#c1_logo div.c1_textRestric span.restric-completo p.texto-completo {
  display: block;
}

div.c1 div#c1_logo div.c1_textRestric span p {
  padding-top: .8em;
  font-weight: 500;
  font-size: .9em;
  color: #777;
  letter-spacing: -.3px;
  font-family: 'Archivo Narrow', sans-serif;
  line-height: 1em;
  cursor: initial;
}

div.c1 div#c1_logo div.c1_textRestric span b {
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: 500;
  color: #0070b8;
  cursor: pointer;
}

div.c1 div#c1_logo div.c1_textRestric span b.texto-comentarios {
  cursor: initial;
}

div.c1 div#c1_logo p.traslada-datos {
  cursor: pointer !important;
  color: #0070b8 !important;
}

div.c1 div#c1_restricciones {
  grid-column: 2/4;
  grid-row: 1/2;
  padding: 10px 10px 0 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

div.c1 div#c1_restricciones > img {
  height: 2.5em;
  margin: 17px 0;
}

div.c1 span#datos {
  grid-row: 1/2;
  grid-column: 3/5;
  padding: 10px 30px 10px 10px;
  font-size: 1em;
  text-align: right;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto auto;
  align-items: end;
  justify-items: end;
}

div.c1 span#datos h3#c1_paquete {
  padding: 15px 5px 0px 5px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 1.3em;
  color: #555;
}

div.c1 span#datos p#c1_ilimitado {
  color: #999;
  width: 100%;
  font-weight: bold;
  font-size: 0.8em;
  padding: 0 0 10px 0;
}

div.c1 span#datos b#c1_detalle {
  background: #f38628;
  font-size: .88em;
  color: #fff;
  width: 100%;
  max-width: 10em;
  height: 35px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

div.c1 span#datos b#c1_detalle:hover {
  transform: scale(1.05);
}

div.c1 div.c1_apps {
  border-top: solid 1px #e8e8e8;
  border-right: solid 1px #e8e8e8;
  grid-column: 1/3;
  padding: 10px 10px 20px 30px;
  display: flex;
  flex-direction: column;
}

div.c1 div.c1_apps.table-apps-activo div.titulo-mensaje-apps {
  justify-content: flex-end;
}

div.c1 div.c1_apps.table-apps-activo div.titulo-mensaje-apps h5 {
  display: none;
}

div.c1 div.c1_apps.table-apps-activo div.titulo-mensaje-apps span b::after {
  display: none;
}

div.c1 div.c1_apps.table-apps-activo div.cont-imgs-texts-apps {
  display: none;
}

div.c1 div.c1_apps.table-apps-activo table.detalle_apps {
  display: initial;
}

div.c1 div.c1_apps.table-apps-inactivo div.titulo-mensaje-apps {
  justify-content: space-between;
}

div.c1 div.c1_apps.table-apps-inactivo div.titulo-mensaje-apps h5 {
  display: initial;
}

div.c1 div.c1_apps.table-apps-inactivo div.cont-imgs-texts-apps {
  display: flex;
}

div.c1 div.c1_apps.table-apps-inactivo table.detalle_apps {
  display: none;
}

div.c1 div.c1_apps div.titulo-mensaje-apps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 4px;
  cursor: pointer;
}

div.c1 div.c1_apps div.titulo-mensaje-apps:hover h5 {
  color: #0070b8;
  font-weight: 500;
}

div.c1 div.c1_apps div.titulo-mensaje-apps:hover span {
  background: #0070b8;
  border: 2px solid #0070b8;
}

div.c1 div.c1_apps div.titulo-mensaje-apps:hover span b {
  border: 1px solid #fff;
}

div.c1 div.c1_apps div.titulo-mensaje-apps:hover span b::after, div.c1 div.c1_apps div.titulo-mensaje-apps:hover span b::before {
  border: 0;
  background: #fff;
}

div.c1 div.c1_apps div.titulo-mensaje-apps:hover span p {
  color: #fff;
  font-weight: 500;
}

div.c1 div.c1_apps div.titulo-mensaje-apps h5 {
  color: #777;
  letter-spacing: -.3px;
  padding: .5em 0;
  font-weight: 500;
}

div.c1 div.c1_apps div.titulo-mensaje-apps span {
  font-size: .7em;
  border: 2px solid #e8e8e8;
  padding: 1px 2px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

div.c1 div.c1_apps div.titulo-mensaje-apps span b {
  border-radius: 50px;
  height: 15px;
  width: 15px;
  border: 2px solid #999;
  position: relative;
}

div.c1 div.c1_apps div.titulo-mensaje-apps span b::after {
  content: '';
  width: 0;
  background: #999;
  position: absolute;
  height: 7px;
  width: 2px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

div.c1 div.c1_apps div.titulo-mensaje-apps span b::before {
  content: '';
  width: 0;
  background: #999;
  position: absolute;
  height: 7px;
  width: 2px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}

div.c1 div.c1_apps div.titulo-mensaje-apps span p {
  font-size: 1.2em;
}

div.c1 div.c1_apps div.cont-imgs-texts-apps {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}

div.c1 div.c1_apps div.cont-imgs-texts-apps > div.cont-img-app {
  margin: 0 1px;
}

div.c1 div.c1_apps div.cont-imgs-texts-apps > div.cont-img-app img {
  height: 1.6em;
  padding: .1em .2em 1px .2em;
}

div.c1 div.c1_apps div.cont-imgs-texts-apps > span.cont-text-app {
  margin: 2px;
}

div.c1 div.c1_apps p {
  font-family: 'Archivo Narrow', sans-serif;
  padding-left: .2em;
}

div.c1 div.c1_apps p::first-letter {
  text-transform: uppercase;
}

div.c1 div.c1_apps div.cont-img-app {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}

div.c1 div.c1_apps div.cont-img-app img {
  height: 20px;
  padding: .1em .15em 1px .15em;
}

div.c1 div.c1_apps div.cont-img-app txtAdicional {
  max-width: 45px;
  text-align: center;
  font-size: .7em;
  line-height: .95em;
}

div.c1 div.c1_apps span.cont-text-app {
  margin: 2px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

div.c1 div.c1_apps span.cont-text-app p {
  flex: 1;
  text-align: center;
  border: solid 1px #bbb;
  font-size: .9em;
  border-radius: 3px;
  padding: 0 2px;
}

div.c1 div.c1_apps table.detalle_apps {
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

div.c1 div.c1_apps table.detalle_apps tbody {
  flex: 1;
  display: flex;
  flex-direction: column;
}

div.c1 div.c1_apps table.detalle_apps tr {
  display: flex;
  flex: 1;
}

div.c1 div.c1_apps table.detalle_apps tr td {
  border-bottom: solid 1px #999;
  border-left: solid 1px #999;
  border-right: solid 1px #999;
  border-radius: 3px;
  font-size: .8em;
}

div.c1 div.c1_apps table.detalle_apps tr td > b {
  font-family: 'Archivo Narrow', sans-serif;
  color: #555;
  font-weight: 500;
  line-height: .95em;
  font-size: 0.9em;
  text-align: center;
}

div.c1 div.c1_apps table.detalle_apps tr td > p {
  text-align: center;
}

div.c1 div.c1_apps table.detalle_apps tr td:first-child {
  border-right: solid 0px #999;
  display: grid;
  grid-template-columns: auto auto auto auto;
  justify-content: left;
  column-gap: 2px;
  padding: 0 .35em;
  width: 65%;
}

div.c1 div.c1_apps table.detalle_apps tr td:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35%;
}

div.c1 div.c1_apps table.detalle_apps tr:first-child td {
  padding: 2px 0;
  border-top: solid 1px #777;
  border-radius: 3px;
  font-size: .9em;
  display: flex;
  justify-content: center;
  align-items: center;
}

div.c1 span#c1_tarifa {
  border-top: solid 1px #e8e8e8;
  padding: 10px 30px 20px 10px;
  grid-column: 3/5;
  font-size: 2em;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  color: #0070b8;
}

.swiper-container {
  width: 100% !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.swiper-container div.swiper-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.swiper-container div.swiper-wrapper div.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: static;
  width: auto;
  height: auto;
}

.swiper-container div.swiper-wrapper div.swiper-slide div.cont-page {
  background: #f5f6fb;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 950px;
}

.swiper-container div.swiper-pagination-parent {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2em 0;
}

.swiper-container div.swiper-pagination-parent img {
  cursor: pointer;
  height: 40px !important;
  padding: 8px;
  margin: 20px;
  border-radius: 50%;
  border: solid 3px #00b6e2;
}

.swiper-container div.swiper-pagination-parent .button-prev {
  transform: rotate(180deg);
}

.swiper-container div.swiper-pagination-parent .swiper-pagination {
  position: static;
}

.swiper-container div.swiper-pagination-parent .swiper-pagination-bullet {
  width: 40px;
  height: 30px;
  /* text-align: center; */
  line-height: 30px;
  font-size: 22px;
  color: #0070b8;
  border-radius: 0;
  margin: 0 !important;
  border-right: solid 1px #333;
  background: transparent;
  opacity: 1;
}

.swiper-container div.swiper-pagination-parent .swiper-pagination-bullet:last-child {
  border: 0;
}

.swiper-container div.swiper-pagination-parent .swiper-pagination-bullet-active {
  color: #f28524;
}

.swiper-container div.swiper-pagination-parent .swiper-pagination-fraction {
  width: 120px;
}
