/*********--Ini estilos Flex--**********/
/*********--Ini Mini-Cards estilos Flex--**********/
.finandina-red__fill {
  fill: #ed2529; }

.finandina__green {
  color: #0FA362; }

.redS {
  fill: #ed2529; }

.redErr {
  color: #ed2529 !important; }

.redErrGray {
  color: forestgreen !important; }

.redSearch {
  fill: #ed2529;
  stroke: #ed2529; }

.backFinscrip_1 {
  background-color: #fff;
  color: #707070;
  border: 0px;
  height: 4em;
  -webkit-box-shadow: 1px 1px 1px 1px #949494;
  box-shadow: 1px 1px 1px 1px #949494; }

.txt-facturas {
  font-size: 12px; }

/**************Declaracion variables Queries***************/
/**************FIN Declaracion variables Queries***************/
/*Ini Estilos Generales Flex*/
.row {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  max-width: 100%;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.col-bg-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%; }

.col-sm-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%; }

.col-bg-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%; }

.col-bg-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-sm-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-bg-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%; }

.col-sm-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%; }

.col-bg-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%; }

.col-sm-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%; }

.col-bg-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  margin-top: 0.5em; }

.col-sm-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-bg-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%; }

.col-sm-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%; }

.col-sm-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%; }

.col-bg-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%; }

.col-bg-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%; }

.col-bg-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%; }

.col-sm-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%; }

.col-bg-12 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 100%;
  max-width: 100%; }

.absolute {
  position: absolute; }

.relative {
  position: relative; }

/*Margenes*/
.col-xs-offset-0 {
  margin-left: 0; }

.col-mg-offset-marg-subt-1 {
  margin-left: 5.7%; }

.col-mg-offset-1 {
  margin-left: 8.33333333%; }

.col-mg-offset-2 {
  margin-left: 16.66666667%; }

/*Margenes Offset text*/
.left-offset-marg-tit-1 {
  margin-left: 5.7%; }

.top-offset-marg-tit-1 {
  margin-top: 2%; }

.marg-offset-1 {
  margin-left: 8.33333333%; }

.col-offset-2 {
  margin-left: 16.66666667%; }

.start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start; }

.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.center-element {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end; }

.top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.around {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.last {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

/*********--Fin estilos Flex--**********/
.content-int-prod {
  max-width: 1336px;
  width: 100%; }

/*Estilos Tarjetas*/
.content-titulo-trj {
  /*padding-bottom: 2.5em;*/ }
  @media (max-width: 800px) {
    .content-titulo-trj {
      font-size: 16px; } }

.content-titulo-trj-1 {
  padding-top: 1.7em; }
  @media (max-width: 800px) {
    .content-titulo-trj-1 {
      font-size: 16px;
      text-align: left; } }

.pad-otp__txt {
  padding-right: 1em; }

.content-dos-cajas-menu-opt {
  width: calc(100% - 42px);
  margin: 0em auto;
  border-top: 1.5px solid #e5e5e5;
  padding-top: 2em; }

.hideInputSearch {
  display: block;
  visibility: hidden !important; }

.showInputSearch {
  display: block;
  visibility: visible !important; }

.color-svg-blue {
  border: 1px solid #ddefff; }
  .color-svg-blue .card-mini__img {
    background: #ddefff; }
    .color-svg-blue .card-mini__img svg {
      fill: #66b5f2;
      border-width: 0px; }

.color-svg-gray {
  border: 1px solid #e5e5e5; }
  .color-svg-gray .card-mini__img {
    background: #e5e5e5; }
    .color-svg-gray .card-mini__img svg {
      fill: #707070;
      border-width: 0px; }

.color-svg-green {
  border: 1px solid #d5ede2; }
  .color-svg-green .card-mini__img {
    background: #d5ede2; }
    .color-svg-green .card-mini__img svg {
      fill: #0fa362;
      border-width: 0px; }

.color-svg-white {
  border: 1px solid #fff; }
  .color-svg-white .card-service__img {
    background: transparent; }
    .color-svg-white .card-service__img svg {
      fill: #fff;
      border-width: 0px;
      border-color: transparent; }

.color-svg-whiteFact {
  border: 3px solid #ffa1a7;
  background-color: #f92345; }
  .color-svg-whiteFact .card-serviceFact__img {
    background: transparent; }
    .color-svg-whiteFact .card-serviceFact__img svg {
      fill: #fff;
      border-width: 0px;
      border-color: transparent; }

.boton_finscrip__color-svg-white .boton_finscrip_1__thumbnail svg {
  fill: #fff;
  border-width: 0px; }

/*.tittle-page h2 {
    font-size: 21px;
}*/
/*Ini mini card*/
.card-mini {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.16);
  max-width: 132px;
  width: 100%;
  max-height: 100%;
  height: 168px;
  position: relative;
  padding: 0px 0px;
  margin: 0;
  border-radius: 10px;
  margin: 18px;
  cursor: pointer;
  padding: 1em; }
  @media (max-width: 800px) {
    .card-mini {
      margin: 10px; } }
  .card-mini .card-mini__thumbnail {
    background-color: #FFF;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    position: relative;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s; }
    .card-mini .card-mini__thumbnail .card-mini__img {
      color: #1F7F6B;
      padding: 10px;
      width: 60px;
      height: 60px;
      text-align: center;
      line-height: 50px;
      border-radius: 50%;
      position: absolute;
      display: block; }
      .card-mini .card-mini__thumbnail .card-mini__img svg {
        background-color: transparent !important;
        position: initial;
        display: initial;
        -webkit-transition: fill .5s ease-out 1s;
        -o-transition: fill .5s ease-out 1s;
        transition: fill .5s ease-out 1s; }
  .card-mini .card-mini__textos {
    text-align: center;
    /*padding-top: 1em;*/ }
    .card-mini .card-mini__textos .card-mini__parrafo {
      font-size: 12px;
      padding-bottom: 1em; }

/*Ini anim mini card*/
.card-mini:hover svg {
  -webkit-animation: changeColor 500ms ease-in-out forwards;
  animation: changeColor 500ms ease-in-out forwards; }

.card-mini:hover .card-mini__img {
  background-color: transparent;
  border-color: transparent;
  position: relative; }

.card-mini:hover .card-mini__thumbnail {
  background-color: #fee2e9;
  border-color: transparent;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }

@-webkit-keyframes changeColor {
  0% {
    opacity: 1; }
  100% {
    opacity: 1;
    fill: #f73a6C; } }

@keyframes changeColor {
  0% {
    opacity: 1; }
  100% {
    opacity: 1;
    fill: #f73a6C; } }

/*Fin anim mini card*/
/*********Fin mini card***********/
/*Card general*/
.content-info-trj-3 {
  border-radius: 20px;
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  margin-top: 20px;
  padding: 30px 30px 20px 30px; }
  @media (max-width: 800px) {
    .content-info-trj-3 {
      padding: 10px; } }

/*start view Form*/
.content-info-trj-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  margin-top: 20px;
  padding: 30px; }
  @media (max-width: 800px) {
    .content-info-trj-2 {
      padding: 10px; } }
  .content-info-trj-2 .ctrl-50-100 {
    width: 50%; }
    @media (max-width: 800px) {
      .content-info-trj-2 .ctrl-50-100 {
        width: 100%; } }
    .content-info-trj-2 .ctrl-50-100 .ctrl-85 {
      width: 100%;
      /*border-right: 1px solid #CED4DA;*/
      padding-right: 4em; }
      @media (max-width: 800px) {
        .content-info-trj-2 .ctrl-50-100 .ctrl-85 {
          /*border-right: 0px solid #CED4DA;*/
          padding-right: 1em; } }
      .content-info-trj-2 .ctrl-50-100 .ctrl-85 .info-int-izq__tit-info-int {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        max-height: 100%;
        position: relative;
        padding: 0px 0px;
        margin: 0;
        border-radius: 10px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-bottom: 3em; }
        @media (max-width: 800px) {
          .content-info-trj-2 .ctrl-50-100 .ctrl-85 .info-int-izq__tit-info-int {
            margin-bottom: 1.5em; } }
        .content-info-trj-2 .ctrl-50-100 .ctrl-85 .info-int-izq__tit-info-int .info-int-izq__thumbnail {
          background-color: #FFF;
          width: 60px;
          height: 60px;
          text-align: center;
          line-height: 50px;
          border-radius: 50%;
          position: relative;
          -webkit-transition: 1s;
          -o-transition: 1s;
          transition: 1s;
          border: solid 2px #fcdfdf; }
          .content-info-trj-2 .ctrl-50-100 .ctrl-85 .info-int-izq__tit-info-int .info-int-izq__thumbnail .info-int-izq__img {
            background: #fce3e4;
            /* margin-bottom: 1em; */
            width: 45px;
            height: 45px;
            text-align: center;
            line-height: 50px;
            border-radius: 50%;
            position: absolute;
            display: block; }
            .content-info-trj-2 .ctrl-50-100 .ctrl-85 .info-int-izq__tit-info-int .info-int-izq__thumbnail .info-int-izq__img span {
              color: #f92345;
              font-size: 3em;
              font-weight: 600;
              position: relative;
              bottom: 0.08em; }
        .content-info-trj-2 .ctrl-50-100 .ctrl-85 .info-int-izq__tit-info-int p {
          font-weight: 400;
          font-size: 16px;
          padding-left: 1em;
          width: 80%;
          text-align: left; }
          @media (max-width: 800px) {
            .content-info-trj-2 .ctrl-50-100 .ctrl-85 .info-int-izq__tit-info-int p {
              width: 70%; } }
          .content-info-trj-2 .ctrl-50-100 .ctrl-85 .info-int-izq__tit-info-int p span .info-int-izq__img-ind {
            height: 23px;
            margin: 0 0.2em;
            top: 0.4em;
            position: relative; }
        .content-info-trj-2 .ctrl-50-100 .ctrl-85 .info-int-izq__tit-info-int .card-mini__textos {
          text-align: center;
          padding-top: 1em; }
          .content-info-trj-2 .ctrl-50-100 .ctrl-85 .info-int-izq__tit-info-int .card-mini__textos .card-mini__parrafo {
            font-size: 12px;
            padding-top: 0.5em; }
      .content-info-trj-2 .ctrl-50-100 .ctrl-85 .info-int-izq__txtinfo-1 {
        font-weight: 400;
        font-size: 16px;
        padding-left: 6.3em;
        text-align: left;
        margin-bottom: 0.5em; }
        @media (max-width: 800px) {
          .content-info-trj-2 .ctrl-50-100 .ctrl-85 .info-int-izq__txtinfo-1 {
            text-align: left;
            padding-top: 1em;
            padding-left: 1em; } }
        .content-info-trj-2 .ctrl-50-100 .ctrl-85 .info-int-izq__txtinfo-1 span .info-int-izq__img-ind {
          height: 23px;
          margin: 0 0.2em;
          top: 0.4em;
          position: relative; }

.contenedor-field-inscr {
  padding-left: 4em;
  border-left: 1px solid #CED4DA; }
  @media (max-width: 800px) {
    .contenedor-field-inscr {
      padding-left: 0em;
      border-left: 0px solid #CED4DA; } }

/*End view Form*/
/*Ini mini card*/
.card-big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*-webkit-box-shadow: 0 4px 6px 0 rgba(0,0,0,.16);
    box-shadow: 0 4px 6px 0 rgba(0,0,0,.16);*/
  max-width: 132px;
  width: 100%;
  min-height: 348px;
  height: 100%;
  position: relative;
  padding: 0px 0px;
  margin: 0;
  border-radius: 10px;
  margin: 18px;
  cursor: pointer; }
  .card-big .card-big__thumbnail {
    background-color: #FFF;
    width: 200px;
    height: 200px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    position: relative;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s; }
    .card-big .card-big__thumbnail .card-big__img {
      color: #1F7F6B;
      padding: 10px;
      width: 180px;
      height: 180px;
      text-align: center;
      line-height: 50px;
      border-radius: 50%;
      position: absolute;
      display: block; }
      .card-big .card-big__thumbnail .card-big__img svg {
        background-color: transparent !important;
        position: absolute;
        display: block;
        -webkit-transition: fill 500ms ease-out 1s;
        -o-transition: fill 500ms ease-out 1s;
        transition: fill 500ms ease-out 1s; }
  .card-big .card-big__textos {
    text-align: center; }
    .card-big .card-big__textos .card-big__parrafo {
      font-size: 13px; }

/*Ini anim mini card*/
.card-big:hover svg {
  -webkit-animation: changeColor 500ms ease-in-out forwards;
  animation: changeColor 500ms ease-in-out forwards; }

.card-big:hover .card-big__img {
  background-color: transparent;
  border-color: transparent;
  position: relative; }

.card-big:hover .card-big__thumbnail {
  background-color: #fee2e9;
  border-color: transparent;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }

/*start btn back*/
.pad-top-2 {
  padding-top: 2em; }

/*end btn back */
@keyframes changeColor {
  0% {
    opacity: 1; }
  100% {
    opacity: 1;
    fill: #f73a6C; } }

/*Fin anim mini card*/
/*********Fin mini card***********/
/*******Inicio btn servicios********/
/*Ini card service */
.card-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.16);
  max-width: 132px;
  width: 100%;
  min-height: 100px;
  min-width: 285px;
  height: 100%;
  position: relative;
  padding: 0px 0.9em;
  margin: 0;
  border-radius: 10px;
  margin: 18px;
  cursor: pointer;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#FF5B52), to(#FF2352)) 0% 0% no-repeat padding-box;
  background: transparent -webkit-linear-gradient(top, #FF5B52 0%, #FF2352 100%) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(top, #FF5B52 0%, #FF2352 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #FF5B52 0%, #FF2352 100%) 0% 0% no-repeat padding-box; }
  .card-service .card-service__textos {
    text-align: center; }
  .card-service .card-servic__parrafo {
    font-size: 13px;
    padding-left: 0.5em;
    color: #fff; }

.card-service__thumbnail {
  background-color: transparent;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  position: relative;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }

.card-service__img {
  color: #1F7F6B;
  padding-left: 24px;
  padding-top: 18px;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  position: absolute;
  display: block; }
  .card-service__img svg {
    border-color: transparent;
    background-color: transparent !important;
    position: absolute;
    display: block;
    -webkit-transition: fill 500ms ease-out 1s;
    -o-transition: fill 500ms ease-out 1s;
    transition: fill 500ms ease-out 1s; }

/*******Fin btn Servicio********/
/*Ini card serviceFact */
.card-serviceFact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.16);
  max-width: 132px;
  width: 100%;
  max-height: 100px;
  min-width: 328px;
  height: 94px;
  position: relative;
  padding: 0px 0.9em;
  margin: 0;
  border-radius: 10px;
  margin: 18px;
  cursor: pointer;
  background: #fff; }
  @media (max-width: 800px) {
    .card-serviceFact {
      min-width: 328px;
      margin: 10px; } }
  .card-serviceFact .card-serviceFact__textos {
    text-align: center; }
  .card-serviceFact .card-serviceFact__parrafo {
    font-size: 13px;
    font-weight: 600;
    padding-left: 1em;
    color: #707070; }

.card-serviceFact__thumbnail {
  width: 78px;
  height: 78px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  position: relative;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }
  @media (max-width: 800px) {
    .card-serviceFact__thumbnail {
      width: 75px;
      height: 75px; } }

.card-serviceFact__img {
  color: #1F7F6B;
  padding-left: 15px;
  padding-top: 13px;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  position: absolute;
  display: block; }
  @media (max-width: 800px) {
    .card-serviceFact__img {
      padding-left: 13px;
      padding-top: 10px; } }
  .card-serviceFact__img svg {
    border-color: transparent;
    background-color: transparent !important;
    position: absolute;
    display: block;
    -webkit-transition: fill 500ms ease-out 1s;
    -o-transition: fill 500ms ease-out 1s;
    transition: fill 500ms ease-out 1s; }

.content-form .campo-fecha input, .content-form .campo-fecha select, .content-form .campo-input input, .content-form .campo-input select {
  /*font-size: 21px;*/ }

.form__width-input {
  max-width: 311px;
  width: 100%; }

.form__width-input-padding {
  padding-left: 4em; }
  @media (max-width: 800px) {
    .form__width-input-padding {
      padding-left: 0em; } }

.font-10 {
  font-size: 10px; }

/*******Fin btn ServicioFact********/
/****Start Btn Category Info****/
.tit-info-int {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-height: 100%;
  position: relative;
  padding: 0px 0px;
  margin: 0;
  border-radius: 10px;
  margin: 18px;
  padding: 1em;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .tit-info-int .card-mini-info__thumbnail {
    background-color: #FFF;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    position: relative;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    border: solid 2px #fcdfdf; }
    .tit-info-int .card-mini-info__thumbnail .card-mini-info__img {
      color: #1F7F6B;
      background: #fce3e4;
      padding: 10px;
      width: 60px;
      height: 60px;
      text-align: center;
      line-height: 50px;
      border-radius: 50%;
      position: absolute;
      display: block; }
      .tit-info-int .card-mini-info__thumbnail .card-mini-info__img svg {
        background-color: transparent !important;
        position: initial;
        display: initial;
        fill: #f92345; }
  .tit-info-int p {
    font-weight: 400;
    font-size: 20px;
    padding-left: 1em; }
  .tit-info-int .card-mini__textos {
    text-align: center;
    padding-top: 1em; }
    .tit-info-int .card-mini__textos .card-mini__parrafo {
      font-size: 12px;
      padding-top: 0.5em; }

/****End Btn Category Info****/
/****View Summary****/
.content-int-prod {
  max-width: 1336px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0);
  padding-bottom: 2.5em; }
  @media (max-width: 800px) {
    .content-int-prod {
      padding: 10px 0px; } }

.txt-subt-exi {
  font-size: 20px; }

.txt-tit-exi {
  font-size: 15px;
  padding-bottom: 0.4em; }

.content-trj-pay {
  border-radius: 20px;
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  margin-top: 20px;
  padding: 30px; }
  .content-trj-pay .btn-ver-todos.editar-flexi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .content-trj-pay .btn-ver-todos.editar-flexi .content-titulo-trj-pay {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #707070;
      font-size: 16px;
      font-weight: 700; }
      .content-trj-pay .btn-ver-todos.editar-flexi .content-titulo-trj-pay .img-trj-pay {
        background: #707070;
        width: 100%;
        max-width: 45px;
        height: 45px;
        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;
        border-radius: 50%;
        margin-right: 20px; }
      .content-trj-pay .btn-ver-todos.editar-flexi .content-titulo-trj-pay .txt-tjr-pay p {
        color: #0FA362; }
  .content-trj-pay .item-pla-pay {
    padding-bottom: 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    @media (max-width: 800px) {
      .content-trj-pay .item-pla-pay {
        width: 100%; } }
    .content-trj-pay .item-pla-pay .txt-pla-pay {
      font-size: 12px;
      width: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    .content-trj-pay .item-pla-pay .txt-pla-pay-res {
      font-size: 15px;
      font-weight: 700;
      width: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      .content-trj-pay .item-pla-pay .txt-pla-pay-res input[type=checkbox] + label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        cursor: pointer;
        padding: 0.2em; }
      .content-trj-pay .item-pla-pay .txt-pla-pay-res input[type=checkbox] {
        display: none; }
      .content-trj-pay .item-pla-pay .txt-pla-pay-res input[type=checkbox] + label:before {
        content: "?";
        border: 0.1em solid #000;
        border-radius: 50%;
        display: inline-block;
        padding-left: 0.5em;
        padding-right: 0.5em;
        vertical-align: bottom;
        color: transparent;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        top: 1em;
        background-color: #1f1f52;
        border-color: blue;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 9px; }
      .content-trj-pay .item-pla-pay .txt-pla-pay-res input[type=checkbox]:checked + label:before {
        background-color: green;
        border-color: green;
        color: #fff; }
      .content-trj-pay .item-pla-pay .txt-pla-pay-res input[type=checkbox]:disabled + label:before {
        border-color: #aaa; }
      .content-trj-pay .item-pla-pay .txt-pla-pay-res input[type=checkbox]:checked:disabled + label:before {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        background-color: #bfb;
        border-color: #bfb; }
  .content-trj-pay .trj-pay {
    text-align: center;
    margin: 44px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative; }
    .content-trj-pay .trj-pay .slider-flex .slick-dots li button:before {
      color: #ed2529;
      font-size: 12px; }
    .content-trj-pay .trj-pay .slider-flex .tarjeta {
      margin-right: 10px; }
    .content-trj-pay .trj-pay .slider-flex .tituTj {
      color: #0FA362;
      font-size: 14px;
      margin-bottom: 10px;
      font-weight: bold; }
    .content-trj-pay .trj-pay .slider-flex .tarjeta {
      min-width: 186px;
      height: auto;
      border-radius: 10px;
      padding: 10px; }
      .content-trj-pay .trj-pay .slider-flex .tarjeta .logo {
        width: 55%; }
      .content-trj-pay .trj-pay .slider-flex .tarjeta .imgicontj {
        text-align: center;
        width: 60%;
        margin: 0 auto; }
      .content-trj-pay .trj-pay .slider-flex .tarjeta .visa {
        color: #ffffff;
        font-size: 10px;
        text-align: left; }
      .content-trj-pay .trj-pay .slider-flex .tarjeta .num-tj {
        color: #ffffff;
        margin: 15px 0px;
        text-align: left; }
        .content-trj-pay .trj-pay .slider-flex .tarjeta .num-tj .nom {
          font-size: 10px; }
        .content-trj-pay .trj-pay .slider-flex .tarjeta .num-tj .num {
          font-weight: bold;
          font-size: 14px;
          margin-top: 4px; }
      .content-trj-pay .trj-pay .slider-flex .tarjeta .info-tj {
        color: #ffffff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .content-trj-pay .trj-pay .slider-flex .tarjeta .info-tj .cvv {
          margin-right: 20px; }
          .content-trj-pay .trj-pay .slider-flex .tarjeta .info-tj .cvv .nom {
            font-size: 11px; }
          .content-trj-pay .trj-pay .slider-flex .tarjeta .info-tj .cvv .num {
            font-weight: bold;
            font-size: 14px;
            margin-top: 4px; }
        .content-trj-pay .trj-pay .slider-flex .tarjeta .info-tj .date .nom {
          font-size: 11px; }
        .content-trj-pay .trj-pay .slider-flex .tarjeta .info-tj .date .num {
          font-weight: bold;
          font-size: 14px;
          margin-top: 4px; }
      .content-trj-pay .trj-pay .slider-flex .tarjeta .contentVisa {
        text-align: right;
        margin-top: 15px; }
        .content-trj-pay .trj-pay .slider-flex .tarjeta .contentVisa img {
          width: 30%; }

/****View Summary****/
/*******Ini bts Servicios******/
/************Ini Boton email custon******************/
.card-mini-info__tit4-success {
  font-weight: 400;
  font-size: 16px;
  padding-left: 1em;
  text-align: left;
  padding-left: 2.7em; }
  @media (max-width: 800px) {
    .card-mini-info__tit4-success {
      text-align: left;
      padding-top: 1em; } }

.tit-info-int .card-mini-info__tit1 {
  font-weight: 400;
  font-size: 20px;
  padding-left: 1em;
  text-align: left; }
  @media (max-width: 800px) {
    .tit-info-int .card-mini-info__tit1 {
      text-align: left;
      padding-top: 1em;
      width: 70%;
      font-size: 16px; } }
  .tit-info-int .card-mini-info__tit1 span {
    font-size: 24px; }
    @media (max-width: 800px) {
      .tit-info-int .card-mini-info__tit1 span {
        font-size: 20px; } }

.tit-info-int .card-mini-info__tit2 {
  font-weight: 400;
  font-size: 18px;
  padding-left: 5.8em;
  text-align: left;
  width: 100%;
  padding-bottom: 0.5em;
  padding-top: 0.5em; }
  @media (max-width: 800px) {
    .tit-info-int .card-mini-info__tit2 {
      width: 300px;
      padding-left: 1em;
      text-align: left;
      padding-top: 1em; } }

.tit-info-int .card-mini-info__txtinfo1 {
  font-weight: 400;
  font-size: 16px;
  padding-left: 6.3em;
  text-align: left;
  margin-bottom: 0.5em; }
  @media (max-width: 800px) {
    .tit-info-int .card-mini-info__txtinfo1 {
      text-align: left;
      padding-top: 1em;
      padding-left: 1em; } }

.tit-info-int .card-mini-info__img-ind {
  height: 13px;
  margin-right: 0.2em; }

.tit-2-info-int {
  margin-bottom: 30px; }
  .tit-2-info-int p {
    font-weight: 400;
    font-size: 20px;
    padding-left: 5em; }

.ico-form-input {
  width: 20%; }

.campo-input__txt-inf {
  /*margin-right: 15em;*/
  margin-top: -1em;
  font-size: 10px !important;
  padding-bottom: 1em; }
  .campo-input__txt-inf .campo-input__txt-inf__1 {
    font-size: 10px;
    padding-left: 1em; }
    @media (max-width: 800px) {
      .campo-input__txt-inf .campo-input__txt-inf__1 {
        padding-left: 1em; } }
  .campo-input__txt-inf .campo-input__txt-inf__2 {
    font-size: 10px;
    padding-left: 0em; }

.campo-input__txt-inf-error {
  /*margin-right: 15em;*/
  margin-top: -1em;
  font-size: 10px !important;
  color: #f92345; }
  .campo-input__txt-inf-error .campo-input__txt-inf__error {
    font-size: 10px;
    padding-left: 1em;
    padding-top: 0.5em;
    padding-bottom: 1em; }
    @media (max-width: 800px) {
      .campo-input__txt-inf-error .campo-input__txt-inf__error {
        padding-left: 1em;
        padding-top: 0.5em; } }
  .campo-input__txt-inf-error .campo-input__txt-inf__2 {
    font-size: 10px;
    padding-left: 0em; }

.content-form .campo-fecha .content-input input:placeholder-shown + label, .content-form .campo-input .content-input input:placeholder-shown + label {
  color: #AFAFAF;
  font-size: 10.5px; }
  @media (max-width: 800px) {
    .content-form .campo-fecha .content-input input:placeholder-shown + label, .content-form .campo-input .content-input input:placeholder-shown + label {
      font-size: 10px;
      white-space: normal; } }

.content-form .campo-input {
  margin-top: 0.5em;
  border: 1px solid #CED4DA;
  border-radius: 8px 8px 8px 8px;
  max-width: 311px;
  padding: 1px;
  /*background-image: url(/RS/images/general/search-new.svg) !important;*/
  background-repeat: no-repeat;
  background-position: 12px center !important;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 4px center;
  background-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 28px;
  height: 50px;
  border: 1px solid #CED4DA;
  border-radius: 10px;
  height: 6em; }

.wdth-fixed-mail {
  max-width: 411px !important; }

.campo-input-width {
  max-width: 70% !important; }

.campo-input-height {
  height: 4.5em !important; }

.content-form .campo-fecha, .content-form .campo-input {
  margin-bottom: 12px;
  overflow: visible; }

.campo-input-width.pad-inpunt {
  margin-bottom: 0px; }

.post-box {
  position: relative;
  /*padding:1.5em;*/ }
  .post-box .campo-input__txt-inf_cat {
    font-size: 10px !important;
    padding-bottom: 1em;
    width: 68%;
    margin-top: 1em; }
  .post-box .box-search {
    border: 1px solid #CED4DA;
    border-radius: 0 0 5px 5px;
    background: #fff;
    z-index: 999;
    position: absolute;
    top: 68.8px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-bottom: 1.7em;
    /*width: 69%;*/ }
    .post-box .box-search .input__textos_inf {
      font-size: 16px;
      padding-left: 10%; }
      .post-box .box-search .input__textos_inf span {
        cursor: pointer;
        outline: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-bottom: 0.3em; }
        .post-box .box-search .input__textos_inf span:hover {
          color: #CED4DA; }

.content-img-titu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 15px 0px; }
  .content-img-titu strong {
    color: #0fa35f;
    padding-left: 20px;
    font-size: 17px; }

.content-campo-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px; }
  .content-campo-search .mensajee {
    width: 50%; }
  .content-campo-search .inputybtn-search {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*justify-content: space-around;*/ }
    .content-campo-search .inputybtn-search .campo-input-search .content-input-search {
      width: 100%;
      padding: 0 5px; }
      .content-campo-search .inputybtn-search .campo-input-search .content-input-search input-search {
        /*border: 1px solid #CECECE;*/
        /*padding-left: 10px;*/
        width: 100%; }
    .content-campo-search .inputybtn-search .btn-cuatro-mil.rojo {
      width: auto;
      margin: 0; }

.buttonIn {
  width: 300px;
  position: relative; }

.post-box .campo-input .ico-form svg {
  fill: #707070;
  stroke: #707070; }

.post-box .campo-input .content-input.buttonIn .btn-clear svg {
  fill: #707070; }

@media (max-width: 800px) {
  .btn-clear.marg-top {
    top: 0.3em;
    left: 95%; } }

.btn-clear {
  position: absolute;
  top: 0;
  border-radius: 5px;
  right: 0px;
  z-index: 2;
  border: none;
  top: 0.6em;
  height: 30px;
  cursor: pointer;
  color: white;
  -webkit-transform: translateX(2px);
  -ms-transform: translateX(2px);
  transform: translateX(2px);
  content: url(/RS/images/general/ico-cerrar-search.svg) !important;
  background: transparent; }
  @media (max-width: 800px) {
    .btn-clear {
      top: 0.3em;
      left: 95%; } }
  .btn-clear svg {
    width: 30px; }

.btn-reload-search {
  position: absolute;
  top: 0;
  border-radius: 5px;
  right: 0px;
  z-index: 2;
  border: none;
  top: 2em;
  right: 0.2em;
  height: 30px;
  cursor: pointer;
  color: white;
  -webkit-transform: translateX(2px);
  -ms-transform: translateX(2px);
  transform: translateX(2px);
  background: transparent; }
  @media (max-width: 800px) {
    .btn-reload-search {
      top: 0.8em;
      left: 86%; } }
  .btn-reload-search .btn-reload-search__ico {
    width: 2em; }
    @media (max-width: 800px) {
      .btn-reload-search .btn-reload-search__ico {
        width: 2em; } }
  .btn-reload-search svg {
    width: 30px; }

.btn-reload-search-1 {
  position: absolute;
  top: 0;
  border-radius: 5px;
  right: 0px;
  z-index: 2;
  border: none;
  top: 1.7em;
  right: 0.2em;
  height: 30px;
  cursor: pointer;
  color: white;
  -webkit-transform: translateX(2px);
  -ms-transform: translateX(2px);
  transform: translateX(2px);
  background: transparent; }
  @media (max-width: 800px) {
    .btn-reload-search-1 {
      top: 0.7em;
      left: 85%; } }
  .btn-reload-search-1 svg {
    width: 30px; }

/*Start alert box msn*/
.alertBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 10px;
  border-radius: 5px;
  width: 100%;
  background: #fce3e4;
  margin-top: 0.5em;
  margin-bottom: 1.5em; }
  @media (max-width: 800px) {
    .alertBox {
      margin-top: 2.5em;
      margin-bottom: 1.5em; } }
  .alertBox svg {
    fill: #f92345;
    width: 34px;
    height: 34px;
    background-color: transparent;
    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;
    margin-right: 18px; }
  .alertBox p {
    font-size: 12px;
    color: #707070; }

/*End alert box msn*/
#btnEmailCustom {
  height: 60px;
  width: 60px;
  margin-left: 2em; }
  @media (max-width: 800px) {
    #btnEmailCustom {
      margin-top: 1.2em;
      margin-left: 0.5em; } }

.btn-circle-mil.white {
  background-color: #fff;
  background-image: url(/RS/images/general/btn-printer.svg);
  background-size: 2.5em;
  background-repeat: no-repeat;
  background-position: center center;
  width: 50px;
  height: 50px;
  margin: 0 10px;
  color: transparent;
  border-radius: 50%;
  border: 1px solid #707070; }

#btnPrintCustom {
  height: 60px;
  width: 60px;
  margin-left: 1em;
  margin-top: 1em; }
  @media (max-width: 800px) {
    #btnPrintCustom {
      margin-top: 2em; } }

.cont-success-btn-print {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* padding-top: 1em; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center; }
  .cont-success-btn-print .cont-success-btn-print__txt-1 {
    text-align: center;
    margin-top: 0.3em; }

.btn-enviomail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .btn-enviomail .btn-cuatro-mil {
    margin: 0 12px;
    margin-top: 40px; }

/************Fin Boton email custon******************/
/*iNI CONTENEDOR TARJETA*/
.contenedor-product-tarjeta {
  position: relative;
  z-index: 9;
  outline: 0;
  padding-bottom: 3.7em;
  padding-left: 1em;
  padding-right: 1em; }
  @media (max-width: 800px) {
    .contenedor-product-tarjeta {
      padding-left: 0.1em;
      padding-right: 0.1em; } }
  .contenedor-product-tarjeta .contenedor-product-tarjeta__parrafo {
    font-weight: 600;
    font-size: 16px;
    padding-top: 2em; }
  .contenedor-product-tarjeta .contenedor-product-tarjeta__parrafo-1 {
    font-size: 14px;
    padding-bottom: 0.7em; }
    @media (max-width: 800px) {
      .contenedor-product-tarjeta .contenedor-product-tarjeta__parrafo-1 {
        width: 8em; } }
  .contenedor-product-tarjeta .contenedor-product-tarjeta__position {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 2em; }
  .contenedor-product-tarjeta .contenedor-product-tarjeta__parrafo-2 {
    font-size: 0.9em;
    padding-bottom: 0.7em;
    color: #0FA362;
    font-size: 1em;
    background: rgba(89, 211, 157, 0.15);
    border-radius: 5px;
    margin-left: 1em;
    margin-right: 1em;
    padding: 0.7em 1.5em 0.7em 1.5em; }
  .contenedor-product-tarjeta .contenedor-product-tarjeta__circle-img-1 {
    border-color: green;
    border-radius: 50%;
    border: 1px solid green;
    padding: 0.8em; }
  .contenedor-product-tarjeta .contenedor-product-tarjeta__img-1 {
    width: 3em; }

.btn-center-two-tarjeta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 50%;
  margin: 20px auto;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.btn-center-two-success {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 20px auto;
  -webkit-box-pack: CENTER;
  -ms-flex-pack: CENTER;
  justify-content: CENTER;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

/***Ini produts***/
.contenedor-product-tarjeta .cards_TcPro .trj-pay .check-card__thumbnail {
  position: absolute;
  bottom: 154px;
  border-radius: 50%;
  max-width: 140px;
  width: 100%;
  max-height: 140px;
  height: 100%;
  z-index: -1;
  left: 20px; }

.contenedor-product-tarjeta .cards_TcPro .trj-pay .red-gra {
  background: #f6d8d8; }

.contenedor-product-tarjeta .cards_TcPro .trj-pay .card-1-flexi .card-flexi-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .contenedor-product-tarjeta .cards_TcPro .trj-pay .card-1-flexi .card-flexi-img .img-cardTc-width {
    max-width: 106.06px;
    width: 100%;
    height: auto; }

.contenedor-product-tarjeta .cards_TcPro .trj-pay .card-2-others {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .contenedor-product-tarjeta .cards_TcPro .trj-pay .card-2-others .img-cardTc-width {
    max-width: 165px;
    width: 100%;
    height: auto; }
  .contenedor-product-tarjeta .cards_TcPro .trj-pay .card-2-others .img-cardTc-width-visa {
    max-width: 106.06px;
    width: 100%;
    height: auto; }

/***End Products*/
/***Ini contenedor card rejected***/
.contenedor-product-tarjeta-rejected {
  position: relative;
  z-index: 9;
  outline: 0;
  padding-bottom: 3.7em;
  /*padding-left: 1em;*/ }
  @media (max-width: 800px) {
    .contenedor-product-tarjeta-rejected {
      padding-left: 1em;
      padding-right: 1em; } }
  .contenedor-product-tarjeta-rejected .contenedor-product-tarjeta__parrafo {
    font-weight: 600;
    font-size: 14px;
    padding-top: 2em; }
  .contenedor-product-tarjeta-rejected .contenedor-product-tarjeta__parrafo-1 {
    font-size: 12px;
    padding-bottom: 0.7em; }
  .contenedor-product-tarjeta-rejected .contenedor-product-tarjeta__position {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 2em; }
  .contenedor-product-tarjeta-rejected .contenedor-product-tarjeta__parrafo-2 {
    font-size: 0.9em;
    padding-bottom: 0.7em;
    color: #0FA362;
    font-size: 1em;
    background: rgba(89, 211, 157, 0.15);
    border-radius: 5px;
    margin-left: 1em;
    margin-right: 1em;
    padding: 0.7em 1.5em 0.7em 1.5em; }
  .contenedor-product-tarjeta-rejected .contenedor-product-tarjeta__circle-img-1 {
    border-color: green;
    border-radius: 50%;
    border: 1px solid green;
    padding: 0.8em; }
  .contenedor-product-tarjeta-rejected .contenedor-product-tarjeta__img-1 {
    width: 2.5em; }

.btn-center-two-tarjeta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 50%;
  margin: 20px auto;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

/***End contenedor card rejected***/
/*Ini Check card thumnail*/
/*.check-card__thumbnail {
    position: absolute;
    bottom: 165px;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    z-index: -1;
    left: 24px;
}


.red-gra {
    background: #f6d8d8;
}*/
.red-orange {
  background: #ed8125; }

/*Post slider*/
.post-slider {
  /*border: 1px solid red;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .post-slider .prev {
    top: 50%;
    left: 30%;
    font-size: 2em;
    color: #006669;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 10%; }
  .post-slider .next {
    top: 50%;
    left: 30%;
    font-size: 2em;
    color: #006669;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 10%; }
  .post-slider .post-wrapper {
    /*border: 1px dashed red;*/
    width: 74%;
    height: 300px;
    margin: 0 auto;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .post-slider .post-wrapper .post {
      /*background-color: #05f7ff;*/
      /*display: inline-block;
            height: 390px;*/
      /*width: 300px;*/
      /*margin: 0 auto;*/
      /*background-color: #05f7ff;
            display: flex;
            height: 390px;
            width: 250px !important;
            margin: 0 auto;
            align-items: flex-end;*/
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      height: 300px;
      /* width: 300px; */
      margin: 0 auto;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-bottom: 2em;
      /*width: 120px;*/ }
      .post-slider .post-wrapper .post .slider-image-content {
        width: 100%; }

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  /*padding: 1rem 0;*/
  list-style-type: none;
  margin-bottom: 1.5em; }
  .slick-dots li {
    margin: 0 0.25rem; }
    .slick-dots li button {
      display: block;
      /*width: 15px;
            height: 15px;
            padding: 0;
            border: none;
            border-radius: 100%;
            background-color: RGBA( 255 , 0 , 0, 0.5 );*/
      text-indent: -9999px;
      background-image: url(/RS/images/general/ico-slider_punto.svg);
      background-repeat: no-repeat;
      height: 20px;
      width: 21px;
      margin: 0 0.30rem; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 15px;
        height: 15px;
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: #fff;
        opacity: .25; }
  .slick-dots li.slick-active button {
    /*width: 8px;
        height: 8px;
        padding: 0;
        border: none;
        border-radius: 100%;
        background-color: RGBA( 255, 0, 0, 0.5 );
        background-image: url(/RS/images/general/icon-slider-guion.svg);
        margin: 0 0.25rem;*/
    width: 21px;
    height: 20px;
    padding: 0;
    border: none;
    /* border-radius: 100%; */
    /* background-color: RGBA(255,0,0,0.5); */
    background-image: url(/RS/images/general/icon-slider-guion.svg);
    margin: 0 -0.10rem; }

.show-cards {
  display: none !important; }
  @media (max-width: 800px) {
    .show-cards {
      display: block !important; } }

.show-cards-pc {
  display: block !important; }
  @media (max-width: 800px) {
    .show-cards-pc {
      display: none !important; } }

/*Post slider*/
/*Ini anim mini card*/
.content-anim__red:hover .check-card__thumbnail {
  background: #f6d8d8;
  border-color: transparent;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-animation: changeColor 500ms ease-in-out forwards;
  animation: changeColor 500ms ease-in-out forwards; }

.content-anim__red:active .check-card__thumbnail {
  background: #f8dddd;
  border-color: transparent;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-animation: changeColor 500ms ease-in-out forwards;
  animation: changeColor 500ms ease-in-out forwards; }

.content-anim__red {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer; }

.check_button {
  border-radius: 50px;
  width: 20px;
  height: 20px;
  background: #707070;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* align-content: center; */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* position: absolute; */
  /* left: 10.5em; */
  margin: 0 auto; }
  .check_button span {
    position: relative;
    top: 2px; }

.check_button_1 {
  border-radius: 50px;
  width: 15px;
  height: 15px;
  background: #707070;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 14em; }

/*Fin Check card thumbnail*/
/**************Ini Boton White *******************/
.btn-general-blanco.btn-back, .espacio-preguntas .btn-general-blanco {
  background-image: url(/RS/images/registro/back-arrow.svg);
  background-position: 31px 17px !important; }

.btn-center-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 20px auto;
  -ms-flex-pack: distribute;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  /*@include queries(tablet1035) {
        align-items: center !important;
    }*/ }

.pad-10em {
  padding-bottom: 10em !important; }

.btn-center-two .btn-general {
  margin: 0px 0 !important; }

.btn-center-two-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 20px auto;
  -ms-flex-pack: distribute;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media (max-width: 1035px) {
    .btn-center-two-1 {
      -webkit-box-align: center !important;
      -ms-flex-align: center !important;
      align-items: center !important; } }

.btn-general-blanco.btn-back {
  margin-bottom: 0px !important;
  margin-top: 0em !important;
  margin-right: 2em !important; }
  @media (max-width: 800px) {
    .btn-general-blanco.btn-back {
      margin-right: 0em !important; } }
  @media (max-width: 1164px) {
    .btn-general-blanco.btn-back {
      margin-right: 0em !important;
      margin-bottom: 1em !important; } }

/*.marg-2em {
    margin-right: 2em !important;

    @include queries(celularTablet800) {
        margin-right: 0em !important;
    }
}*/
.btn-general, .btn-general-blanco {
  width: 300px !important; }

.btn-center-two .btn-general {
  background: url(/RS/images/registro/chulo.png) 185px center no-repeat #ed2529; }

.btn-center-two-1 .btn-general {
  background: url(/RS/images/registro/chulo.png) 235px center no-repeat #ed2529; }

.btn-center-two-success .btn-general {
  background: url(/RS/images/registro/chulo.png) 235px center no-repeat #ed2529; }

.btn-general {
  background: url(../images/registro/flecha-dere.png) 192px 17px no-repeat #ed2529; }

.btn-general-2 {
  background: url(/RS/images/general/ico-next-arrow.svg) 220px center no-repeat #ed2529;
  height: 50px;
  width: 256px !important;
  text-align: center;
  border: 0;
  border-radius: 30px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  outline: 0; }

.width-button-inf {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.btn-center-two .btn-general-adelante {
  background: url(../images/registro/flecha-dere.png) 192px 17px no-repeat #ed2529;
  width: 350px;
  height: 50px;
  text-align: center;
  border: 0;
  border-radius: 30px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  cursor: pointer; }

.btn-next-red-icon-exi {
  width: 300px;
  height: 50px;
  background-color: #ed2529;
  color: white;
  text-align: center;
  border: 0;
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  outline: 0;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer; }

.btn-next-red-icon-exi p {
  padding-right: 10px;
  padding-left: 160px;
  font-size: 16px;
  font-weight: 400; }

/*******************Fin Boton White****************/
/*********Ini btn gradient & tooltip********/
.content-info-tr .txt_box .txt-grag-1 {
  margin-left: 2em; }

/*TOOLTIP GENERICO*/
#tooltiptext1 {
  visibility: hidden;
  font-size: 10px;
  width: 192px;
  min-height: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f4;
  -webkit-box-shadow: 3px 3px 5px 3px #d0cece;
  box-shadow: 3px 3px 5px 3px #d0cece;
  color: #505050;
  border-radius: 10px;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  text-align: left;
  position: absolute;
  z-index: 50;
  right: 0px;
  bottom: 18px;
  font-weight: bold; }

.tooltiptextpay {
  visibility: hidden;
  width: 172px;
  /* min-height: 53px; */
  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;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  text-align: left;
  position: absolute;
  z-index: 50;
  left: -1em;
  bottom: 37px;
  font-weight: bold;
  color: #707070;
  font-weight: 300;
  font-size: 17px;
  -webkit-box-shadow: 3px 3px 5px 3px #d0cece;
  box-shadow: 3px 3px 5px 3px #d0cece; }
  @media (max-width: 800px) {
    .tooltiptextpay {
      font-weight: 300;
      font-size: 14px;
      left: -7.3em;
      width: 142px; } }

.tooltipgenepay:hover #tooltiptext1 {
  visibility: visible; }

.tooltipgenepay:hover .tooltiptextpay {
  visibility: visible; }

.tooltipgenepay:hover #tooltiptext1 {
  visibility: visible; }

.tooltiptext_1 {
  visibility: hidden;
  width: 205px;
  /* min-height: 53px; */
  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;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  text-align: left;
  position: absolute;
  z-index: 50;
  left: -1em;
  bottom: 37px;
  font-weight: bold;
  color: #707070;
  font-weight: 300;
  font-size: 14px;
  -webkit-box-shadow: 3px 3px 5px 3px #d0cece;
  box-shadow: 3px 3px 5px 3px #d0cece; }
  @media (max-width: 800px) {
    .tooltiptext_1 {
      font-weight: 300;
      font-size: 14px;
      left: -7.3em;
      width: 142px;
      width: 172px; } }

.tooltipgene_1:hover #tooltiptext1 {
  visibility: visible; }

.tooltipgene_1:hover .tooltiptext_1 {
  visibility: visible; }

.tooltipgene_1:hover #tooltiptext1_1 {
  visibility: visible; }

/*.tooltiptext {
    visibility: hidden;
    font-size: 10px;
    width: 192px;
    min-height: 33px;
    display: flex;
    align-items: center;
    background-color: #f4f4f4;
    box-shadow: 0px 0px 3px #00000029;
    color: #505050;
    border-radius: 10px;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    text-align: left;
    position: absolute;
    z-index: 50;
    right: 0px;
    bottom: 18px;
    font-weight: bold;
}

&:hover {
    .tooltiptext {
        visibility: visible;
    }
}*/
/*FIN TOOLTIP GENERICO*/
/*Ini Boton Factura Inscrita*/
.boton_finscrip_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#FF5B52), to(#FF2352)) 0% 0% no-repeat padding-box;
  background: transparent -webkit-linear-gradient(top, #FF5B52 0%, #FF2352 100%) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(top, #FF5B52 0%, #FF2352 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #FF5B52 0%, #FF2352 100%) 0% 0% no-repeat padding-box;
  border-radius: 15px;
  max-width: 100%;
  width: 285px;
  max-height: 100%;
  height: 94px;
  text-align: center;
  margin: 25px 18px;
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.16);
  position: relative; }

.boton_finscrip_1__int {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  background: #fff;
  border-radius: 15px;
  max-width: 100%;
  width: 285px;
  max-height: 100%;
  height: 94px;
  text-align: center;
  border: 5px solid #FF2352;
  z-index: 999;
  position: absolute; }
  .boton_finscrip_1__int .boton_finscrip_1__int-txt {
    color: #FF2352;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin-top: 0.7em; }
  .boton_finscrip_1__int .boton_finscrip_1__int-position {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    width: 100%;
    margin-top: 0.5em;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    .boton_finscrip_1__int .boton_finscrip_1__int-position .boton_finscrip_1__int-sun-btn-1 {
      background: url(/RS/images/registro/chulo.png) -1px center no-repeat;
      width: 100px;
      height: 50px;
      background-color: #FF2352;
      color: white;
      text-align: center;
      border: 0;
      border-radius: 30px;
      font-size: 16px;
      font-weight: bold;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: initial;
      -ms-flex-align: initial;
      align-items: initial;
      position: relative;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      outline: 0;
      text-transform: uppercase;
      text-decoration: none;
      cursor: pointer;
      /* margin-left: 1em; */ }
    .boton_finscrip_1__int .boton_finscrip_1__int-position .boton_finscrip_1__int-sun-btn-2 {
      background: url(/RS/images/registro/chulo_negro.png) -1px center no-repeat;
      width: 100px;
      height: 50px;
      background-color: #fff;
      color: #707070;
      text-align: center;
      border: 0;
      border-radius: 30px;
      font-size: 16px;
      font-weight: bold;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: initial;
      -ms-flex-align: initial;
      align-items: initial;
      position: relative;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      outline: 0;
      text-transform: uppercase;
      text-decoration: none;
      cursor: pointer;
      border: 3px solid #FF2352; }

.boton_finscrip_1__interno {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  padding: 0;
  background-color: transparent;
  max-width: 90%;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-radius: 15px; }

.boton_finscrip_1__tooltip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0;
  padding: 0;
  background-color: transparent;
  max-width: 10%;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  position: relative; }

.boton_finscrip_1__tooltip-div-0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.boton_finscrip_1__tooltip-div-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: absolute;
  margin-bottom: 5em;
  top: 0; }

.boton_finscrip_1__tooltip-div-1_pos {
  position: relative;
  top: 0; }

.boton_finscrip_1__thumbnail {
  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;
  padding: 0;
  padding: 0;
  background-color: transparent;
  max-width: 70px;
  max-height: 70px;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-radius: 50px;
  border: 1px solid #fff;
  margin: 0 0.5em; }

.boton_finscrip_1__textos {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  text-align: left; }

.boton_finscrip_1_input-text {
  color: #fff;
  background-color: transparent;
  border: transparent;
  color: #fff;
  font-weight: 400;
  font-size: 14px; }

/*FinBoton Factura Inscrita*/
/*Btn Gradient*/
.btn-gradient {
  text-decoration: none;
  height: 100px;
  width: 285px;
  border: 1px solid #FF2352;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 20px #00000029;
  box-shadow: 0px 10px 20px #00000029;
  margin: 40px 18px;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#FF5B52), to(#FF2352)) 0% 0% no-repeat padding-box;
  background: transparent -webkit-linear-gradient(top, #FF5B52 0%, #FF2352 100%) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(top, #FF5B52 0%, #FF2352 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #FF5B52 0%, #FF2352 100%) 0% 0% no-repeat padding-box; }

.btn-gradient__parrafo {
  color: #fff;
  font-weight: 300;
  font-size: 17px; }

.btn-gradient__circle {
  background-color: transparent;
  width: 85px;
  height: 85px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  position: relative;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }

.btn-gradiente__svg-control {
  position: absolute;
  padding: 24px;
  position: absolute;
  display: block; }

.marg-inf-tooltip {
  margin-top: 4px;
  margin-right: 10px; }

.wdth-mail {
  width: 100% !important;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

/*Fin Cotent Tarjeta*/
/*Ini success*/
@media (max-width: 800px) {
  .content-trj-izq .content-trj-izq__show {
    display: none; } }

.content-trj-izq .conten-success-img .imgIcono-cloud {
  width: 100%; }

.content-trj-izq .conten-success-img .cont-success-text p span {
  font-weight: 700; }

.content-trj-izq .conten-success-img .cont-success-text p a {
  color: red;
  font-weight: 600; }

/*Fin success*/
/*Ini Cotent Tarjeta pantalla 2 Cancell*/
/*Tootip 1*/
.tooltip {
  position: relative;
  background: transparent;
  margin-bottom: 11px;
  font-size: 15px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor: pointer;
  color: #707070;
  text-align: left; }
  .tooltip p {
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 700; }

.tooltip:before,
.tooltip:after {
  position: absolute;
  content: '';
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.tooltip:before {
  border-width: 10px 8px 0 8px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  bottom: -12px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.tooltip:after {
  content: attr(data-tooltip);
  background: #fff;
  width: 300px;
  height: 55px;
  font-size: 12px;
  font-weight: 300;
  bottom: -47px;
  right: -1px;
  padding: 10px;
  border-radius: 5px;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-box-shadow: 3px 3px 5px 3px #d0cece;
  box-shadow: 3px 3px 5px 3px #d0cece;
  padding-left: 2em; }

.tooltip:hover::before,
.tooltip:hover::after {
  opacity: 1; }

@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg); }
  50% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes shake {
  0% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg); }
  50% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

#anim:hover {
  -webkit-animation: shake 500ms ease-in-out forwards;
  animation: shake 500ms ease-in-out forwards; }

/*Tootip 2*/
.tooltip-2 {
  position: relative;
  background: center;
  font-size: 15px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  cursor: pointer;
  color: #707070; }
  .tooltip-2 p {
    text-align: center;
    color: #fff; }

.tooltip-2:before,
.tooltip-2:after {
  position: absolute;
  content: '.';
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.tooltip-2:before {
  border-width: 10px 8px 0 8px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  bottom: 1px;
  right: 2px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.tooltip-2:after {
  content: attr(data-tooltip);
  background: #FFF;
  width: 120px;
  height: 40px;
  font-size: 12px;
  font-weight: 300;
  bottom: 31px;
  right: 0px;
  padding: 10px;
  border-radius: 5px;
  letter-spacing: 1px;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-box-shadow: 4px 4px 6px 4px rgba(0, 0, 0, 0.16);
  box-shadow: 4px 4px 6px 4px rgba(0, 0, 0, 0.16); }

.tooltip-2:hover::before,
.tooltip-2:hover::after {
  opacity: 1;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px); }

@keyframes shake {
  0% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg); }
  50% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

#anim:hover {
  -webkit-animation: shake 500ms ease-in-out forwards;
  animation: shake 500ms ease-in-out forwards; }

/*Ini Boton flotante*/
.container, .button-fl, .nav-m {
  position: absolute; }

.container-b {
  margin: auto;
  top: 10%;
  left: 50%;
  margin-left: -20px; }

#toggle {
  display: block;
  z-index: 1000;
  width: 33px;
  height: 33px;
  cursor: pointer;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  top: 0; }

.button-fl {
  z-index: 999;
  width: 23px;
  height: 23px;
  background-color: transparent;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  top: 14px;
  position: absolute; }

.button-fl:before {
  position: absolute;
  top: 0px;
  left: 9px;
  content: url(/RS/images/general/ico-tres-puntos.svg) !important;
  width: 5px;
  height: 2px;
  background: transparent; }

.button-fl:after {
  position: absolute;
  bottom: 7px;
  left: 2px;
  content: '';
  /*border-width: 10px 8px 0 8px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;*/ }

.nav-m {
  -webkit-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  transform: translateY(-10%);
  opacity: 0;
  right: 127px;
  height: 2.5em;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  background: white;
  width: 155px;
  border-radius: 5px;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-box-shadow: 3px 3px 5px 3px #d0cece;
  box-shadow: 3px 3px 5px 3px #d0cece;
  float: left;
  list-style-type: none;
  padding: 0;
  margin: -37px 0 0 0;
  top: 0;
  position: absolute;
  z-index: 999;
  right: 0; }

.nav-m__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  float: left;
  position: relative; }

.nav-m a {
  text-align: center;
  display: block;
  /*margin: 3px 0;*/
  color: #f28482;
  text-decoration: none;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

.nav-m__control__parrafo {
  font-size: 12px;
  color: #f92345;
  margin-left: 2.6em;
  font-weight: 600; }

.nav-m__control__img {
  position: fixed;
  padding-left: 9px; }

.nav-m a:hover {
  color: #5f5f5f; }

#toggle:checked ~ .nav-m {
  opacity: 1;
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%); }

#toggle:checked ~ .button {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent; }

/*Fin Boton flotante*/
/*********Fin btn gradient & tooltip ********/
/*********Ini Switch button*/
/* Clases para los contenedores de Radio y Checkbox*/
/*switch*/
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px; }
  .switch input {
    opacity: 0;
    width: 0;
    height: 0; }
  .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #707070;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .switch .slider:before {
      position: absolute;
      content: "";
      height: 26px;
      width: 26px;
      left: 4px;
      bottom: 4px;
      background-color: white;
      -webkit-transition: .4s;
      -o-transition: .4s;
      transition: .4s; }

input:checked + .slider {
  background-color: #ed2529; }

input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #ed2529;
  box-shadow: 0 0 1px #ed2529; }

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }

.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

/*Fin switch*/
.check-sw__contenedor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1em;
  padding-top: 1em;
  margin-left: -2em; }
  @media (max-width: 800px) {
    .check-sw__contenedor {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      margin-left: -2em; } }

.btn-center-two__width {
  width: 100%; }

.check__texto {
  padding-right: 1em;
  padding-left: 2.5em;
  font-size: 14px;
  font-weight: 600;
  max-width: 200px; }
  .check__texto p {
    font-size: 14px; }
  @media (max-width: 800px) {
    .check__texto p {
      font-size: 12px; } }

.check-sw__left {
  border: 0px solid #707070;
  border-radius: 30px;
  /*background: #EDEDED;*/
  height: 45px; }

.check-sw__style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  max-width: 353px;
  width: 100%; }

.check-sw__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50px;
  /*background: transparent linear-gradient(180deg, #518EF3 0%, #5EA6F2 18%, #77D3F2 55%, #87EFF2 83%, #8DFAF2 100%) 0% 0% no-repeat padding-box;*/
  /*width: 51px;*/
  height: 51px;
  position: relative;
  left: 2em;
  /*border: 3px solid #fff;*/ }
  .check-sw__img .check-sw__img-ico {
    width: 35px; }

.content-input-sw {
  margin-bottom: 15px;
  cursor: pointer; }

.content-input-sw {
  position: relative;
  margin-bottom: 30px;
  padding: 0px 0 0px 60px;
  display: block; }

.content-input input-sw,
.content-select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none; }

/******/
.content-input-sw p,
.content-input-sw p:before {
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.content-input-sw p {
  COLOR: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0.5em; }

.content-input-sw input {
  opacity: 0;
  position: absolute;
  right: 0; }

.content-input-sw input + p {
  background: #f0f0f0;
  border: 2px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  font-size: 13px; }

.content-input-sw input[type=checkbox] + p {
  width: 52px;
  height: 30px;
  border-radius: 15px;
  background: #707070; }

.content-input-sw input[type=radio] + p {
  height: 30px;
  width: 30px;
  border-radius: 100%;
  left: 15px; }

.content-input-sw input[type=checkbox] + p:before {
  content: '';
  /* No hay contenido */
  width: 26px;
  height: 26px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 0px;
  -webkit-box-shadow: 3px 0 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 3px 0 3px 0 rgba(0, 0, 0, 0.2); }

.content-input-sw input[type=checkbox] + p:after {
  content: '';
  position: absolute;
  font-size: 10px;
  color: #FFF;
  top: 8px;
  left: 4px;
  opacity: 0;
  -webkit-transition: all 0.25s ease 0.25s;
  -o-transition: all 0.25s ease 0.25s;
  transition: all 0.25s ease 0.25s;
  font-size: 13px; }

.content-input-sw input[type=radio] + p:before {
  content: 'NO';
  display: block;
  height: 18px;
  width: 18px;
  background: red;
  border-radius: 100%;
  position: absolute;
  z-index: 1;
  top: 4px;
  left: 4px;
  background: #2AC176;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  /* Lo ocultamos*/
  font-size: 13px; }

.content-input-sw:hover p {
  background: #707070; }

.content-input-sw input[type=checkbox]:checked + p {
  background: #ed2529; }

.content-input-sw input[type=checkbox]:checked + p:before {
  left: 22px;
  -webkit-box-shadow: -3px 0 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 3px 0 -3px 0 rgba(0, 0, 0, 0.2); }

.content-input-sw input[type=checkbox]:checked + p:after {
  opacity: 1; }

.content-input-sw input[type=radio]:checked + p:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

/*Ini view otg*/
.content-recomendaciones-add {
  margin-left: 10px; }
  .content-recomendaciones-add .content-recomendaciones-add__item {
    margin: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end; }
    .content-recomendaciones-add .content-recomendaciones-add__item i {
      color: #0FA362;
      padding-right: 0.3em; }
    .content-recomendaciones-add .content-recomendaciones-add__item img {
      margin-right: 10px; }
    .content-recomendaciones-add .content-recomendaciones-add__item p {
      font-size: 11.7px; }
      .content-recomendaciones-add .content-recomendaciones-add__item p span {
        font-weight: 600; }

.txt-otp-control .txt-tjr-pay-txt p {
  color: #0FA362;
  font-weight: 700;
  padding-bottom: 1.5em; }
  @media (max-width: 800px) {
    .txt-otp-control .txt-tjr-pay-txt p {
      display: none; } }

.txt-otp-control article p a {
  color: #ed2529;
  text-decoration: none; }

.txt-otp-control .contenedor-input .inputs .img-svg {
  padding-right: 0.9em; }
  .txt-otp-control .contenedor-input .inputs .img-svg svg {
    stroke: red; }

.txt-otp-control-dos {
  padding-top: 3.9em; }
  @media (max-width: 800px) {
    .txt-otp-control-dos {
      padding-top: 0em; } }
  .txt-otp-control-dos p span {
    font-weight: 700; }
  .txt-otp-control-dos .content-recomendaciones .recomendaciones .item i {
    color: #0FA362;
    padding-right: 0.3em; }

/*Fin view otg*/
/****Fin Switch Button****/
/*********--Fin Mini-Cards Queries estilos Flex--**********/
/*********--Ini Media Queries estilos Flex--**********/
@media screen and (max-width: 800px) {
  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center !important;
    text-align: center !important; }
  /*Container*/
  .tit-info-int {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0;
    margin: 20px auto; }
  /*buttons*/
  .btn-center-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 20px auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .marg-bottom-3 {
    margin-bottom: -2em; }
  .btn-center-two-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 20px auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .padd-btnBack-1 {
    margin-right: 0em !important; }
  .btn-general-blanco-1.btn-back.btn-control {
    margin-top: 0px !important; }
  .btn-center-two-1 .btn-general {
    background: url(/RS/images/registro/chulo.png) 130px center no-repeat #ed2529; }
  .btn-general-blanco-1.btn-back, .espacio-preguntas .btn-general-blanco {
    background-image: url(/RS/images/registro/back-arrow.svg);
    background-position: 19px 17px !important; }
  .btn-general-blanco.btn-back, .espacio-preguntas .btn-general-blanco {
    background-position: 19px 17px;
    margin-right: 0em; }
  .btn-general, .btn-general-blanco-1 {
    width: 256px !important; }
  .btn-general-blanco.btn-back {
    margin-bottom: 25px;
    margin-right: 0em; }
  .btn-general-blanco.btn-back {
    margin-bottom: 20px; }
  .btn-general-blanco.btn-back, .espacio-preguntas .btn-general-blanco {
    background-image: url(/RS/images/registro/back-arrow.svg);
    background-position: 19px 17px !important; }
  .btn-general, .btn-general-blanco {
    width: 256px !important; }
  .btn-general-blanco {
    margin-top: 0px !important; }
  .btn-atras-dos, .btn-general, .btn-general-blanco-1, .btn-impresora {
    background: url(../images/registro/flecha-dere.png) 358px 17px no-repeat #ed2529;
    width: 390px;
    height: 50px;
    text-align: center;
    border: 0;
    border-radius: 30px;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer; }
  .btn-atras-dos, .btn-general-blanco, .btn-impresora {
    background-color: transparent;
    color: #707070;
    border: 1px solid #707070;
    background-repeat: no-repeat;
    background-position: 61px 15px; }
  /*Start Category**/
  .content-form .campo-input {
    height: 4em !important; }
  /**End Category*/
  /*Ini card service fact*/
  .content-form .campo-fecha input, .content-form .campo-fecha select, .content-form .campo-input input, .content-form .campo-input select {
    font-size: 14px;
    padding-left: 1.2em; }
  .content-form .campo-fecha .content-input input, .content-form .campo-input .content-input input {
    padding-bottom: 0.2em; }
  .btn-center-two .btn-general {
    background: url(/RS/images/registro/chulo.png) 140px center no-repeat #ed2529;
    margin-bottom: 1em !important; }
  .btn-general, .btn-general-blanco {
    width: 256px !important; }
  .btn-general, .btn-general-blanco {
    width: 256px !important; }
  .btn-center-two {
    width: 100%; }
  .tooltip:after {
    width: 230px;
    height: 50px;
    bottom: -42px; }
  #toggle {
    right: 10px;
    position: relative;
    top: 0;
    border: 0; }
  .nav-m {
    right: 0; }
  /*fin card service fact*/
  /*Ini check card*/
  .tittle-page h2 {
    font-size: 19px; }
  .tit-2-info-int p {
    font-size: 17px;
    padding-left: 0.2em;
    padding-top: 0.7em; }
  .tit-info-int p {
    font-size: 15px; }
  /*Check button inscrip*/
  .check__texto {
    padding-left: 2em;
    padding-right: 0.5em; }
  .check-sw__img {
    width: 60px;
    height: 60px; }
  .check-sw__style {
    width: 100%; }
  /*CENTRADO BOTONES*/
  .btn-center-two-tarjeta {
    width: 100%; }
  .content-info-tr .txt_box .txt-grag-1 {
    margin-left: 0em; }
  /*Search product*/
  .campo-input__txt-inf {
    /*margin-right: 10em;*/
    margin-top: -0.5em;
    font-size: 10px !important;
    padding-bottom: 1em;
    padding-left: 1em; }
  /*Fin check card*/
  /*********--Ini Mini-Cards estilos Flex--**********/
  .card-mini__parrafo {
    font-size: 12px; }
  /*Input posision text label*/
  .content-form .campo-input label {
    padding-left: 1.5em; }
  /*Campo input form*/
  .campo-input-width {
    max-width: 100% !important; }
  .content-form .campo-fecha, .content-form .campo-input {
    margin-bottom: 0.5em;
    margin-top: 2em; }
  .input__textos_inf {
    padding-left: 0.5em; }
  /*INI VIEW OTP*/
  .campo-input-height {
    margin-left: 0em; }
  .contentNuevoOtp .caja-uno-otp {
    width: 100%;
    margin-bottom: -0.1em !important; }
  .contentNuevoOtp .caja-dos-otp {
    width: 100%; }
  /*FIN VIEW OTP*/
  /*Ini success*/
  .content-trj-izq .conten-success-img .imgIcono-cloud {
    width: 50%; }
  .content-trj-izq .conten-success-img .cont-success-text {
    padding-left: 1em; }
    .content-trj-izq .conten-success-img .cont-success-text p span {
      font-weight: 700; }
    .content-trj-izq .conten-success-img .cont-success-text p a {
      color: red;
      text-decoration: none; }
  /*Fin success*/
  .post-box {
    position: relative; }
    .post-box .campo-input__txt-inf_cat {
      font-size: 10px !important;
      padding-bottom: 1em;
      width: 88%;
      margin-top: 0.7em; }
      .post-box .campo-input__txt-inf_cat p {
        font-size: 12px; }
    .post-box .box-search {
      border: 1px solid #CED4DA;
      border-radius: 0 0 5px 5px;
      background: #fff;
      z-index: 999;
      /*visibility: hidden;*/
      position: absolute;
      top: 65px;
      padding-bottom: 1.7em; }
      .post-box .box-search .input__textos_inf {
        font-size: 14px;
        padding-left: 14.6%; }
        .post-box .box-search .input__textos_inf span {
          cursor: pointer;
          outline: none;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          padding-bottom: 0.3em; }
          .post-box .box-search .input__textos_inf span:hover {
            color: #CED4DA; }
  .post-box .campo-input .content-input.buttonIn label {
    font-size: 12px; }
  /***Ini produts***/
  .contenedor-product-tarjeta .cards_TcPro {
    background: #f8f8f89e;
    border-radius: 10px;
    margin-left: 0.5em;
    height: 22em;
    width: 12em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 1em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .contenedor-product-tarjeta .cards_TcPro .trj-pay .card-1-flexi .card-flexi-img .img-cardTc-width {
      max-width: 77.14px;
      width: 100%;
      height: auto; }
    .contenedor-product-tarjeta .cards_TcPro .trj-pay .card-2-others {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .contenedor-product-tarjeta .cards_TcPro .trj-pay .card-2-others .img-cardTc-width {
        max-width: 130px;
        width: 100%;
        height: auto; }
      .contenedor-product-tarjeta .cards_TcPro .trj-pay .card-2-others .img-cardTc-width-visa {
        max-width: 77.14px;
        width: 100%;
        height: auto; }
  .check-card__thumbnail {
    position: absolute;
    bottom: 164px;
    border-radius: 50%;
    max-width: 110px;
    width: 100%;
    max-height: 110px;
    height: 100%;
    z-index: -1; } }

/***End Products*/
/*********--Fin Media Queries estilos Flex--**********/
