.overlay {
	position: fixed;
	background-color: rgba(0, 0, 0, .44);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999;
}
.modal-transition {
	background-color: #fff;
	height: 270px;
	width: 270px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -135px 0 0 -135px;
	padding: 20px;
}
.modal-transition .content {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-family: 'ceraregular';
}
.modal-transition .content img {
	margin-bottom: 10px;
}
.modal-transition .content span {
	font-size: 11px;
	font-weight: 500;
	color: #6E567E;
}
.modal-transition .content h3 {
	font-family: 'ceraregular';
	font-size: 16px;
	font-weight: 700;
	color: #EB3A80;
	margin: 20px 0 22px;
}
.modal-transition .content p {
	font-size: 14px;
	color: #381451;
}

.section-center {
  width: 95%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto; }

.huincha-preventa {
  background-color: #8a1f9c;
  color: #ffffff;
  text-align: center;
  padding: .60rem; }
  .huincha-preventa img, .huincha-preventa p {
    display: inline-block; }

.huincha-top {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  position: relative;
  display: block;
  padding: 10px 0;}
  @media (max-width: 768px) {
    .huincha-top {
      margin-top: 2.5rem; } }
  @media (max-width: 480px) {
    .huincha-top {
      margin-top: 2.5rem; } }
  .huincha-top img {
    width: 90%;
    max-width: 990px;
    display: block;
    margin: 0 auto; }

a.close-huincha {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 16px;
  background-color: #DA0080;
  color: #ffffff;
  border-radius: 20px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 100%;
  padding: 5px;
  font-weight: 700; }
  @media (max-width: 768px) {
    a.close-huincha {
      top: 5px;
      right: 5px;
      font-size: 12px;
      width: 20px;
      height: 20px;
      padding: 3px; } }
  @media (max-width: 480px) {
    a.close-huincha {
      width: 15px;
      height: 15px;
      padding: 2px; } }
  @media (max-width: 340px) {
    a.close-huincha {
      width: 12px;
      height: 12px;
      padding: 0;
      font-size: 10px; } }

.legal {
  background-color: #e9e9e9;
  padding: .60rem; }
  .legal .wrapper {
    max-width: 1070px;
    margin-left: auto;
    margin-right: auto; }
  .legal p {
    text-align: right; }

.fe_wrap {
  min-height: 650px; }
.fe_content {
  width: 95%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  min-height: 645px; }
  .fe_content_tabs {
    flex: 1;
    padding-top: 2rem;
    padding-bottom: 2rem; }
    .fe_content_tabs .tabs_titles {
      display: flex;
      color: #ffffff;
      justify-content: space-between; }
      .fe_content_tabs .tabs_titles .item {
        padding: 15px 15px 15px 10px;
        background-color: #7C6D89;
        margin-right: 5px;
        flex: 1 auto;
        font-size: .9rem;
        cursor: pointer;
        display: flex;
        align-content: center; }
        .fe_content_tabs .tabs_titles .item:hover {
          background-color: #5D4E69; }
        .fe_content_tabs .tabs_titles .item:last-child {
          margin-right: 0; }
        .fe_content_tabs .tabs_titles .item.active {
          box-shadow: inset 0 4px 0 #DA0080;
          background-color: #DFE1E4;
          color: #2D1441;
          font-family: 'cerabold'; }
          .fe_content_tabs .tabs_titles .item.active .item-icono.avion {
            background-image: url(https://1701336841.rsc.cdn77.org/_assets/img/equipos/ficha/avion-hover.svg); }
          .fe_content_tabs .tabs_titles .item.active .item-icono.celular {
            background-image: url(https://1701336841.rsc.cdn77.org/_assets/img/equipos/ficha/cellphone-hover.svg); }
          .fe_content_tabs .tabs_titles .item.active .item-icono.exit {
            background-image: url(https://1701336841.rsc.cdn77.org/_assets/img/equipos/ficha/exit-hover.svg); }
          .fe_content_tabs .tabs_titles .item.active .item-icono.chip {
            background-image: url(https://1701336841.rsc.cdn77.org/_assets/img/equipos/ficha/chip-hover.svg); }
        .fe_content_tabs .tabs_titles .item .item-icono {
          display: inline-block;
          width: 27px;
          height: 21px;
          background-position: center center;
          background-repeat: no-repeat;
          margin-right: 5px; }
          .fe_content_tabs .tabs_titles .item .item-icono.avion {
            background-image: url(https://1701336841.rsc.cdn77.org/_assets/img/equipos/ficha/avion.svg); }
          .fe_content_tabs .tabs_titles .item .item-icono.celular {
            background-image: url(https://1701336841.rsc.cdn77.org/_assets/img/equipos/ficha/cellphone.svg); }
          .fe_content_tabs .tabs_titles .item .item-icono.exit {
            background-image: url(https://1701336841.rsc.cdn77.org/_assets/img/equipos/ficha/exit.svg); }
          .fe_content_tabs .tabs_titles .item .item-icono.chip {
            background-image: url(https://1701336841.rsc.cdn77.org/_assets/img/equipos/ficha/chip.svg); }
      .fe_content_tabs .tabs_titles-bam {
        justify-content: flex-start; }
        .fe_content_tabs .tabs_titles-bam .item {
          flex: auto 0; }
    .fe_content_tabs .tabs_info {
      background-color: #DFE1E4;
      padding: 1.2rem;
      min-height: 370px; }
      .fe_content_tabs .tabs_info-tab {
        display: none; }
  .fe_content_carousel {
    min-width: 320px;
    margin-right: 60px; }
    .fe_content_carousel-bam {
      min-width: 380px; }
.fe_detalles {
  padding: 1.5rem 0;
  justify-content: flex-end; }
.fe_modal_plan {
 /**/
 background-color: rgb(255, 255, 255);
  border-radius: 4px;
  padding: 2rem;
  margin-left: auto;
  margin-right: auto; /**/ }
  .fe_modal_plan-title {
    margin: 0;
    text-align: center;
    color: #251630;
    font-size: 1.2rem;
    font-family: 'cerabold'; }
  .fe_modal_plan-text {
    color: #706D72;
    font-size: 1rem;
    font-family: 'ceramedium';
    text-align: center; }
  .fe_modal_plan.seccion_llamanos {
    /*width: 600px;*/ /*312px;*/
    max-width: 370px;
    padding: 20px 0px; /* 2rem 1rem 2rem;*/}
    .fe_modal_plan.seccion_llamanos .fe_modal_plan-title {
      margin-bottom: 1.5rem; }
    .fe_modal_plan.seccion_llamanos .texto_link_sucursales {
      color: #6D6871;
      font-size: .8rem;
      text-align: center; }
      .fe_modal_plan.seccion_llamanos .texto_link_sucursales a {
        color: #3D1058;
        text-decoration: none;
        font-family: 'ceramedium'; }
    .fe_modal_plan.seccion_llamanos .opcion_call {
      margin-bottom: 2rem; }
  .fe_modal_plan.modal_bolsas_ficha {
    max-width: 430px; }
  .fe_modal_plan.modal_bam {
    max-width: 430px; }
.fe_medios_pago {
  padding-top: 1.5rem;
  color: #ffffff; }
  .fe_medios_pago h4 {
    font-size: 1rem;
    margin: 0 0 .7rem 0;
    text-align: center;
    font-family: 'ceramedium'; }
  .fe_medios_pago-list {
    display: flex;
    justify-content: space-around; }
    .fe_medios_pago-list h5 {
      font-family: 'ceraregular';
      font-size: .8rem;
      margin: 0 0 .8rem 0; }
      .fe_medios_pago-list h5 img {
        margin-right: 5px; }
.fe_beneficios_bam {
  padding: 2rem 0; }

.store_txt{
  text-align: center;
  padding-bottom: 15px;
  font-weight: bold;
  font-size: 13px;
  margin-top: 45px;
}
.store_txt a{
  color: #e92070;
  text-decoration: underline;
}

.content_bolsas_modal {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  margin-top: 2rem; }
  .content_bolsas_modal .bolsa_modal {
    width: 153px;
    border-radius: 5px;
    margin-bottom: 1.5rem; }
    .content_bolsas_modal .bolsa_modal-title {
      color: #ffffff;
      background-color: #3D1058;
      padding: .4rem;
      border-radius: 5px 5px 0 0;
      font-family: 'ceraregular';
      text-align: center; }
      .content_bolsas_modal .bolsa_modal-title strong {
        font-family: 'ceramedium'; }
    .content_bolsas_modal .bolsa_modal .border {
      border-right: 1.6px solid #AAA9AA;
      border-bottom: 1.6px solid #AAA9AA;
      border-left: 1.6px solid #AAA9AA;
      border-radius: 0 0 5px 5px;
      background-color: #FFFFFF;
      padding: .4rem;
      border-top: 0; }
    .content_bolsas_modal .bolsa_modal-opcion .text {
      font-size: .8rem;
      color: #706D72;
      padding-left: 25px;
      background-image: url(https://1701336841.rsc.cdn77.org/_assets/img/equipos/ficha/dinero-color.svg);
      background-position: 6px 2px;
      background-repeat: no-repeat;
      margin-bottom: .2rem; }
    .content_bolsas_modal .bolsa_modal-opcion .precio {
      display: block;
      color: #24152F;
      font-size: 1.5rem;
      font-family: 'ceraregular';
      padding-left: 25px;
      margin-bottom: .7rem; }
    .content_bolsas_modal .bolsa_modal-opcion + .bolsa_modal-opcion {
      margin-top: 2rem;
      position: relative; }
      .content_bolsas_modal .bolsa_modal-opcion + .bolsa_modal-opcion .precio {
        font-size: 1.3rem; }
      .content_bolsas_modal .bolsa_modal-opcion + .bolsa_modal-opcion::before {
        content: "+";
        position: absolute;
        top: -1.2rem;
        left: 50%;
        margin-left: -7px;
        font-size: 2rem;
        color: #24152F;
        display: block;
        line-height: 0; }
    .content_bolsas_modal .bolsa_modal-btn {
      border: 1.6px solid #3D1058;
      padding: .6rem 1rem;
      text-align: center;
      display: block;
      font-size: .95rem;
      color: #3D1058;
      border-radius: 5px;
      background-color: #FFFFFF;
      font-family: 'ceramedium'; }
      .content_bolsas_modal .bolsa_modal-btn:hover {
        color: #ffffff;
        background-color: #3D1058; }

.name_phone {
  color: #ffffff;
  margin-bottom: 1rem; }
  .name_phone h4 {
    margin: 0;
    font-size: 1.2rem;
    font-family: 'ceraregular'; }
  .name_phone h2 {
    margin: 0;
    font-size: 2.1rem; }
  .name_phone.mobile {
    display: none; }

.cont_equipo {
  display: flex;
  justify-content: space-between;
  padding-top: 2rem;
  padding-bottom: 2rem; }
  .cont_equipo .single_equipo-percentage{
    position: absolute;
    top: 60px;
    right: -18px;
    background-color: #E92070;
    color: #ffffff;
    transform: skewX(-10deg) rotate(-8deg);
    font-weight: 500;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 1px 8px;}
    .cont_equipo .single_equipo-percentage p{
    font-size: 42px;
    line-height: 49px;
    transform: skewX(12deg) rotate(8deg);}
    .cont_equipo .single_equipo-percentage .percentage-dcto{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transform: skewX(10deg) rotate(8deg);
    margin-left: 1px;
    margin-top: 3px;}
    .cont_equipo .single_equipo-percentage .percentage-dcto span{
    font-size: 23px;
    line-height: 27px;
    margin-bottom: -4px;}
    .cont_equipo .single_equipo-percentage .percentage-dcto b{
    font-size: 11px;
    line-height: 13px;}
  .cont_equipo-thumbs {
    display: flex;
    flex-flow: column; }
    .cont_equipo-thumbs span {
      border-radius: 3px;
      width: 59px;
      height: 105px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 1rem;
      cursor: pointer;
      background-image: url(https://1701336841.rsc.cdn77.org/_assets/img/equipos/ficha/capa.svg);
      background-repeat: no-repeat; }
      .cont_equipo-thumbs span.active {
        background-image: url(https://1701336841.rsc.cdn77.org/_assets/img/equipos/ficha/capa-selected.svg); }
        .cont_equipo-thumbs span img{
          width: 100%;
          margin-top: -11px;
          max-width: 40px;
        }
  .cont_equipo-vista {
    width: 248px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center; }
  .cont_equipo-bam {
    flex-flow: column;
    padding-top: calc(2rem + 63px); }
    .cont_equipo-bam .cont_equipo-vista {
      height: 320px;
      width: 100%;
      text-align: center;
      margin-bottom: 2.3rem; }
    .cont_equipo-bam .cont_equipo-thumbs {
      flex-flow: row;
      justify-content: space-between; }
      .cont_equipo-bam .cont_equipo-thumbs .vista-minuatura {
        width: 81px;
        height: 86px;
        background-image: url(https://1701336841.rsc.cdn77.org/_assets/img/equipos/ficha/capa-bam.svg); }
        .cont_equipo-bam .cont_equipo-thumbs .vista-minuatura.active {
          background-image: url(https://1701336841.rsc.cdn77.org/_assets/img/equipos/ficha/capa-selected-bam.svg); }

.bgpurple {
  background-color: #3D1457; }

.cont_img_bandas {
  text-align: right;
  margin-top: 1rem; }
  .cont_img_bandas img {
    max-width: 225px; }

.cont_boxes {
  display: flex;
  justify-content: space-between; }
  .cont_boxes_info {
    width: 100%;
    margin-right: 1.2rem;
    border-radius: .5rem;
    background-color: #ffffff; }
    .cont_boxes_info:last-child {
      margin-right: 0; }
    .cont_boxes_info .head {
      padding: .25rem 1.2rem .5rem 2.9rem;
      position: relative;
      border-radius: .5rem .5rem 0 0; }
      .cont_boxes_info .head .icon {
        position: absolute;
        left: 11px;
        top: 7px;
        width: 26px;
        height: 36px; }
      .cont_boxes_info .head span {
        color: #ffffff;
        font-size: 1.1rem;
        font-family: 'ceramedium'; }
      .cont_boxes_info .head p {
        color: rgba(255, 255, 255, 0.7);
        font-family: 'ceraregular';
        font-size: .8rem; }
      .cont_boxes_info .head.purple {
        background-color: #661774; }
      .cont_boxes_info .head.darkpurple {
        background-color: #3D1058; }
    .cont_boxes_info .body {
      border-radius: 0 0 .5rem .5rem;
      padding: 1.1rem 1.3rem;
      min-height: 285px;
      box-shadow: 1px 2px 49px rgba(199, 191, 191, 0.5); }
      .cont_boxes_info .body .body_cuotas{
        font-size: 15px;
        line-height: 18px;
        color: #381451;
        text-align: center;}
      .cont_boxes_info .body .body_cuotas-precio{
        font-size: 30px;
        line-height: 35px;
        text-align: center;
        font-weight: 700;
        margin: 3px 0;
        color: #E92070;}
        .cont_boxes_info .body .body_precio-oferta{
          font-size: 13px;
          line-height: 15px;
          text-align: center;
          color: #2D1441;}
        .cont_boxes_info .body .body_precio-oferta.oferta-renueva{
          margin-bottom: 54px;}
      .cont_boxes_info .body .body_texto {
        font-size: .9rem;
        text-align: center;
        color: #706D72;
        font-family: 'ceramedium'; }
        .cont_boxes_info .body .body_texto--renuevate {
          font-family: 'ceralight';
          max-width: 550px;
          text-align: center;
          color: #706D72;
          margin: 0 auto 2rem; }
          .cont_boxes_info .body .body_texto--renuevate strong {
            font-family: 'cerabold'; }
      .cont_boxes_info .body .body_precio {
        color: #24152F;
        font-size: 1.9rem;
        font-family: 'cerabold';
        display: block;
        text-align: center;
        margin-bottom: .1rem; }
        .cont_boxes_info .body .body_precio.precio-portate {
          margin-bottom: 21px;}
      .cont_boxes_info .body .body_precio_normal {
        color: #6D6871;
        font-size: 1.2rem;
        font-family: 'cerabold';
        display: block;
        text-align: center;
        margin-bottom: .2rem;
        text-decoration: line-through;
      }
      .cont_boxes_info .body .icon-mas {
        text-align: center;
        font-size: 2rem;
        color: #706D72;
        display: block;
        height: 20px;
        line-height: 17px;
        margin-bottom: 1rem; }
      .cont_boxes_info .body .body_legal {
        font-size: .7rem;
        color: #6D6871;
        text-align: center; }
      .cont_boxes_info .body .body_btn-seleccion {
        color: #6D6871;
        background-color: #F4F4F4;
        background-image: url(https://1701336841.rsc.cdn77.org/_assets/img/equipos/ficha/arrow-right.svg);
        background-position: calc(100% - 10px) 50%;
        background-repeat: no-repeat;
        border: 1px solid #AAA9AA;
        border-radius: .4rem;
        min-height: 44px;
        text-align: left;
        display: flex;
        align-items: center;
        text-indent: .7rem;
        font-size: .9rem;
        font-family: 'ceramedium';
        margin-bottom: 1.2rem;
        outline: none;
        cursor: pointer; }
        .cont_boxes_info .body .body_btn-seleccion.full {
          width: 100%; }
        .cont_boxes_info .body .body_btn-seleccion.elegido {
          text-align: center;
          text-indent: inherit;
          justify-content: center;
          padding: 5px 0; }
          .cont_boxes_info .body .body_btn-seleccion.elegido span {
            display: block; }
            .cont_boxes_info .body .body_btn-seleccion.elegido span.plan-seleccionado {
              font-family: 'ceraregular'; }
            .cont_boxes_info .body .body_btn-seleccion.elegido span.precio-plan-seleccionado {
              color: #24152F;
              font-size: 1.3rem;
              font-family: 'ceraregular'; }
          .cont_boxes_info .body .body_btn-seleccion.elegido .elegido-arriendo {
            position: relative; }
            .cont_boxes_info .body .body_btn-seleccion.elegido .elegido-arriendo::before {
              content: '+';
              position: absolute;
              right: -42px;
              top: 2%;
              font-size: 2rem;
              display: inline-block;
              font-family: 'ceralight';
              display: none; }
        .cont_boxes_info .body .body_btn-seleccion.compralo {
          flex-flow: column; }
        .cont_boxes_info .body .body_btn-seleccion.arriendalo {
          flex-flow: row;
          justify-content: space-around; }
        .cont_boxes_info .body .body_btn-seleccion.non-icon {
          background-image: none; }
      .cont_boxes_info .body .body_btn-solicitar {
        background-color: #DA0080;
        min-height: 44px;
        width: 100%;
        text-align: center;
        border-radius: .4rem;
        font-size: .9rem;
        color: #ffffff;
        border: 0;
        margin-bottom: 1.2rem;
        font-family: 'cerabold';
        outline: none;
        letter-spacing: .8px; }
        .cont_boxes_info .body .body_btn-solicitar.solicitar-a {
          display: flex;
          justify-content:center;
          align-items: center;
        }
        .cont_boxes_info .body .body_btn-solicitar.disabled {
          background-color: #BCB4C2; }
        .cont_boxes_info .body .body_btn-solicitar[disabled] {
          background-color: #BCB4C2; }
          .cont_boxes_info .body .body_btn-solicitar[disabled]:hover {
            background-color: #BCB4C2; }
        .cont_boxes_info .body .body_btn-solicitar:hover {
          background-color: #B00268; }
      .cont_boxes_info .body_doble {
        display: flex;
        justify-content: space-between;
        min-height: 285px; }
        .cont_boxes_info .body_doble-column {
          width: 100%;
          margin-right: 1.2rem;
          display: flex;
          flex-flow: column;
          justify-content: center; }
          .cont_boxes_info .body_doble-column:last-child {
            margin-right: 0; }
          .cont_boxes_info .body_doble-column.chip {
            display: flex;
            flex-flow: column;
            justify-content: center;
            align-items: center;
            position:relative;
            top:-10px;}
            .cont_boxes_info .body_doble-column.chip img{
              max-width:40px;
            }
            .cont_boxes_info .body_doble-column.chip p {
              text-align: center;
              color: #6D6871;
              font-size: 1.5rem;
              margin-bottom: .4rem; }
              .cont_boxes_info .body_doble-column.chip p:first-of-type {
                font-size: .9rem; }
              .cont_boxes_info .body_doble-column.chip p:last-child {
                margin-bottom: 0;
                color: #A3A3A3;
                font-size: .9rem; }
              .cont_boxes_info .body_doble-column.chip p strong {
                font-family: 'cerabold'; }
              .cont_boxes_info .body_doble-column.chip p span {
                margin-left: 10px;
                margin-right: 10px;
                display: inline-block; }
                .cont_boxes_info .body_doble-column.chip p span.more {
                  font-family: 'ceramedium'; }
          .cont_boxes_info .body_doble-column .chip-icon {
            margin-bottom: 1rem; }
          .cont_boxes_info .body_doble-column .chip-mensaje {
            background-color: #FBFBFB;
            border: 1px solid #DAD4D4;
            padding: 1.2rem; }
            .cont_boxes_info .body_doble-column .chip-mensaje img{
              max-width: 95%;
            }
  .cont_boxes_alone {
    max-width: 49%; }

.form_telefono {
  max-width: 330px;
  margin-left: auto;
  margin-right: auto; }
  .form_telefono .legend-input {
    display: flex;
    margin-bottom: .4rem;
    justify-content: space-between;
    font-size: .9rem;
    font-family: 'cerabold';
    color: #24152F; }
    .form_telefono .legend-input span {
      font-family: 'ceralight';
      color: #6D6871;
      font-size: .74rem; }
  .form_telefono .field-inputcontent {
    display: block;
    position: relative;
    background-color: #fff;
    border-radius: .4rem;
    border: 1px solid #7a7a7a;
    font-family: "ceralight";
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 1rem; }
  .form_telefono .field-codegris {
    font-family: 'Open Sans',sans-serif;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #CFCFD7;
    color: #6D6772;
    min-width: 38px;
    z-index: 2;
    text-align: center;
    border-radius: .4rem 0 0 .4rem;
    line-height: 43px;
    font-size: .9rem;
    padding-left: 0.4rem;
    padding-right: .4rem; }
    .form_telefono .field-codegris img {
      position: relative;
      top: -2px; }
  .form_telefono .field-input {
    width: 100%;
    min-height: 38px;
    padding: .6rem 1rem .6rem 3rem;
    font-size: 1.1rem;
    position: relative;
    z-index: 1;
    background-color: transparent;
    border: 0;
    font-family: 'ceralight';
    font-weight: 400;
    color: #24152F;
    outline: none; }
    .form_telefono .field-input:-webkit-autofill {
      border-radius: .4rem;
      -webkit-box-shadow: 0 0 0 30px white inset;
      background-color: transparent !important; }
    .form_telefono .field-input.num-celular {
      padding-left: 4rem; }
    .form_telefono .field-input.regular {
      padding-left: 1rem; }
  .form_telefono .icono-alert {
    position: absolute;
    top: .7rem;
    right: .6rem;
    display: none;
    z-index: 3; }
  .form_telefono .icono-listo {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: .6rem;
    z-index: 3;
    display: none; }
  .form_telefono .field-error {
    position: absolute;
    top: 98%;
    right: 0;
    background-color: #FDEABF;
    color: #B52F2F;
    font-size: .7rem;
    font-weight: 500;
    padding: 0.3rem 0.4rem;
    border-radius: .3rem;
    z-index: 3;
    display: none;
    min-width: 160px; }
    .form_telefono .field-error::before {
      content: "";
      width: 12px;
      height: 12px;
      position: absolute;
      top: -6px;
      right: 13px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      display: block;
      background-color: #FDEABF; }
  .form_telefono .bloque-codigo {
    height: 80px;
    width: 100%;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .form_telefono .bloque-codigo img {
      width: 100%;
      margin-right: 0;
      max-width: 230px; }
    .form_telefono .bloque-codigo .actualize {
      max-width: 40px; }

.form_modal-datos {
  margin-bottom: 2rem; }
.form_modal-mensaje .inner {
  min-height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column; }
.form_modal-mensaje img {
  margin-bottom: 2.5rem; }
.form_modal-mensaje h5 {
  color: #251630;
  font-size: 1.3rem;
  margin-bottom: 1rem;
  margin-top: 0;
  font-family: 'cerabold'; }
.form_modal-mensaje p {
  color: #251630;
  font-size: .9rem;
  text-align: center;
  margin-bottom: 4rem; }

.box_call {
  color: #6D6871;
  background-color: #FFFFFF;
  border: 1px solid #AAA9AA;
  border-radius: .4rem;
  min-height: 44px;
  max-width: 100%;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  outline: none;
  padding: .8rem;
  cursor: pointer;
  outline: none; }
  .box_call .icon {
    min-width: 40px; }
  .box_call span {
    color: #251630;
    font-size: 1rem;
    font-family: 'cerabold'; }
  .box_call p {
    font-family: 'ceramedium';
    font-size: .8rem; }
  .box_call:hover {
    background-color: #F4F4F4; }

.box_mail {
  min-height: 91px;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FBFBFB;
  border: 1px solid #DAD4D4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem; }
  .box_mail img {
    margin-right: .5rem; }

.box_detalles_tecnicos {
  width: calc(100% - 380px); }
  .box_detalles_tecnicos-list {
    padding: 8px 10px 8px 20px; }
    .box_detalles_tecnicos-list:nth-child(even) {
      background-color: #e9e9e9; }
    .box_detalles_tecnicos-list h3 {
      font-size: 1rem;
      font-family: 'ceraregular';
      margin: 0 0 .8rem 0; }
    .box_detalles_tecnicos-list ul li {
      list-style: none;
      margin: 0 0 5px 0;
      font-size: .7rem; }
      .box_detalles_tecnicos-list ul li::before {
        content: '';
        display: inline-block;
        width: 3px;
        height: 3px;
        background: #242424;
        margin: 0 5px 0 0;
        border-radius: 5px; }
      .box_detalles_tecnicos-list ul li.no-bullet::before {
        display: none; }

.sidebar,
#sticky-equipo {
  will-change: min-height; }

.sidebar__inner {
  position: relative;
  transform: translate(0, 0);
  /* For browsers don't support translate3d. */
  transform: translate3d(0, 0, 0);
  will-change: position, transform; }

.btn_primario-ficha {
  background-color: #DA0080;
  min-height: 44px;
  width: 100%;
  text-align: center;
  border-radius: .4rem;
  font-size: .9rem;
  color: #ffffff;
  border: 0;
  font-family: 'cerabold';
  outline: none;
  letter-spacing: .8px; }

.title_section {
  color: #24152F;
  font-size: 1.4rem;
  text-align: center;
  font-family: 'cerabold';
  margin-top: 0; }

.beneficios_bam {
  display: flex;
  justify-content: center; }
  .beneficios_bam-item {
    margin-right: 2rem;
    flex-basis: 160px;
    text-align: center; }
    .beneficios_bam-item:last-child {
      margin-right: 0; }
    .beneficios_bam-item figure {
      height: 60px;
      margin-bottom: 1rem; }
    .beneficios_bam-item p {
      color: #7C6C8A;
      font-size: .95rem; }

@media (max-width: 480px) {
  .name_phone {
    display: none; }
    .name_phone.mobile {
      display: block;
      text-align: center; }

  .legal p {
    text-align: center;
    font-size: .8rem; }

  .fe_content {
    flex-flow: column;
    padding-top: 60px; }
    .fe_content_carousel {
      margin-bottom: .5rem; }
      .fe_content_carousel-bam {
        margin-right: auto;
        margin-left: auto;
        min-width: 280px; }
        .fe_content_carousel-bam .cont_equipo-vista {
          margin-left: auto;
          height: 280px;
          margin-bottom: .5rem; }
        .fe_content_carousel-bam .cont_equipo-thumbs .vista-minuatura {
          width: 61px;
          height: 66px; }
    .fe_content_tabs {
      padding-top: .5rem; }
      .fe_content_tabs .tabs_titles .item {
        text-align: center;
        font-size: .7rem;
        padding: 10px 3px;
        flex: 1;
        flex-flow: column;
        align-items: center; }
        .fe_content_tabs .tabs_titles .item .item-icono {
          margin-bottom: 3px;
          margin-right: 0; }
      .fe_content_tabs.fixed-element .tabs_titles {
        position: fixed;
        top: 40px;
        z-index: 998;
        left: 0;
        width: 100%;
        padding-left: 2.5%;
        padding-right: 2.5%;
        background-color: #75207D; }
  .fe_modal_plan {
    padding: 2rem 1rem 1rem; }
    .fe_modal_plan.seccion_llamanos {
      max-width: 100%; }
  .fe_medios_pago-list {
    flex-flow: column; }
    .fe_medios_pago-list .item {
      text-align: center;
      margin-bottom: 1.5rem; }
      .fe_medios_pago-list .item:last-child {
        margin-bottom: 0; }
  .fe_beneficios_bam {
    padding: 1rem 0; }

  .cont_boxes {
    flex-flow: column; }
    .cont_boxes_info {
      margin-bottom: 1rem;
      margin-right: 0;
      max-width: 100%; }
      .cont_boxes_info .body_doble {
        flex-flow: column; }
        .cont_boxes_info .body_doble-column {
          margin-right: 0;
          margin-bottom: 1rem; }
          .cont_boxes_info .body_doble-column.chip p br {
            display: none; }
    .cont_boxes_alone {
      max-width: 100%; }

  .content_bolsas_modal {
    margin-top: 1rem;
    justify-content: space-around; }
    .content_bolsas_modal .bolsa_modal {
      width: 132px;
      margin-bottom: 1rem; }
      .content_bolsas_modal .bolsa_modal-btn {
        font-size: .8rem; }

  .box_detalles_tecnicos {
    width: calc(100%); }

  .form_modal-mensaje .inner {
    min-height: 340px; }

  .cont_equipo {
    justify-content: center;
    padding-top: .5rem;
    padding-bottom: .5rem; 
    position: relative;}
    .cont_equipo-vista {
      width: 135px;
      margin-left: 3rem; }
      .cont_equipo-vista .vista-big {
        max-width: 100%;
        max-height: 280px; }
    .cont_equipo-thumbs span {
      width: 35px;
      height: 55px;
      background-size: cover;
      margin-bottom: 1.2rem; }
      .cont_equipo-thumbs span img{
        width: 100%;
        max-width: 24px;
        margin-top: 0!important;
      }
    .cont_equipo .cont_img_bandas img {
      max-width: 100%; }
      .cont_equipo .single_equipo-percentage {
        top: 25px;
        right: 50px;}
      .cont_equipo .single_equipo-percentage p {
        font-size: 34px;
        line-height: 40px;}
      .cont_equipo .single_equipo-percentage .percentage-dcto span {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: -4px;}
        .cont_equipo .single_equipo-percentage .percentage-dcto b {
          font-size: 10px;
          line-height: 12px;}

  .headIN {
    height: 40px !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #2D1441; }

  .beneficios_bam {
    flex-flow: column; }
    .beneficios_bam-item {
      margin-right: 0; }
      .beneficios_bam-item:last-child {
        margin-right: 0;
        margin-bottom: 1rem; } }

@media (max-width: 414px) {
  .cont_equipo .single_equipo-percentage {
    right: 30px;
  } 
}
.modal_bg {
  background: rgba(0, 0, 0, 0.5);
  width: 100vw;
  position: fixed;
  padding: 2rem;
  top: -100px;
  left: 0;
  right: 0;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: hidden;
  visibility: hidden;
  height: 1px;
  opacity: 0; }
  .modal_bg.show-bg {
    visibility: visible;
    overflow: auto;
    opacity: 1;
    top: 0;
    bottom: 0;
    height: 100vh; }
    .modal_bg.show-bg .modal {
      -webkit-transform: translateX(0);
      transform: translateX(0); }
  .modal_bg .modal {
    max-width: 100%;
    max-height: auto;
    border-radius: .5rem;
    position: relative;
    padding: 0rem;
    background: white; /*#F1F3F5;*/
    -webkit-transition: .4s all linear;
    transition: .4s all linear;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  .modal_bg .modal-close {
    font-size: .875rem;
    color: #551261;
    position: absolute;
    border-radius: 50%;
    top: .5rem;
    right: .5rem;
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0.3);
    z-index: 75;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: .2s all;
    transition: .2s all; }
    .modal_bg .modal-close::before {
      content: "+";
      color: #ffffff;
      font-size: 2rem;
      transform: rotate(45deg);
      top: -5px;
      position: relative;
      left: 5px; }
  .modal_bg .modal-close:hover {
    background: #551261;
    color: white; }

*[data-modal] {
  display: none; }

@media (max-width: 480px) {
  .modal_bg {
    padding: 1rem; }
    .modal_bg .modal-close:before {
      left: 2.4px; } }
@media (min-width: 1024px) and (max-width: 1248px) {
  .cont_boxes_info .head p {
    font-size: .7rem; } }
@media (max-width: 330px) {
  .form_telefono .bloque-codigo {
    height: 60px; }
    .form_telefono .bloque-codigo img {
      max-width: 170px; }

  #form_contrata_ficha {
    width: 100%; } }
@media (min-width: 1800px) {
  .fe_content {
    margin-left: -640px;
    position: relative;
    left: 50%; } }
.modal-open {
  overflow: hidden; }

/* ------- reset for bootstrap -------- */
body {
  font-family: "Cera Pro";
}
.main-header, footer.bg-purple-03 {
  line-height: 1.5;
}
.wom .row {
	width: auto;
}
.wom .row [class*="col-m"], .wom .row-no-rs [class*="col-m"], .wom .row [class*="col"], .wom .row-no-rs [class*="col"] {
  margin-right: 0;
  float: none;
}
.wom .btn {
  margin: 0;
}
.wom .btn:before {
  display: none;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000;
}
.fade {
  transition: opacity 0.15s linear;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: .5;
}
/* ------- reset for bootstrap -------- */