\:root {
  --color-rojo-credito: #EF3F3F;
  --color-rojo: #C00;
  --color-rojo-dm: #f56868;
  --color-rojo-pale: #EF3F3F;
  --color-rojo-pale-dm: #f56868;
  --color-sears: #EF3F3F;
  --color-azul: #2591B4;
  --color-azul-dm: #78b1f3;
  --color-azul-telmex: #1078af;
  --color-verde: #009966;
  --color-verde-dm: #3dd026;
  --color-naranja: #F7641F;
  --color-naranja-dm: #3dd026;
  --color-gold: #F5A623;
  --color-gris-fondo: #FFF;
  --color-gris-fondo-dm: #1A1A1A;
  --color-gris-claro: #F3F3F3;
  --color-gris-borde: #DDD;
  --color-text: #000;
  --color-text-oscuro: #343434;
  --color-text-calro: #9E9E9E;
  --color-text-calro-dm: #AAA;
  --color-text-placeholder: #9E9E9E;
  --color-text-placeholder-dm: #CCC;
  --color-background-calro: steelblue;
  --color-gold: darkgoldenrod;
  --color-background-dm: #272727;
  --color-background-middle-dm: #292f35;
  --filter-invert: invert(0);
  --image-opacity-dm: 0.8; }

html,
body {
  font-family: Muli;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: var(--color-gris-fondo);
  min-height: 100vh; }
  html.is-dark-mode,
  body.is-dark-mode {
    background: var(--color-gris-fondo-dm); }
  @media (prefers-reduced-motion: reduce) {
    html *:before, html *:after,
    body *:before,
    body *:after {
      animation-delay: -1ms !important;
      animation-duration: -1ms !important;
      animation-iteration-count: -1ms !important;
      transition-duration: -1ms !important;
      transition-delay: -1ms !important; } }

.desktopView,
.fullHeader {
  --color-rojo-pale: #EF3F3F;
  --color-verde: #117c00;
  --color-azul: #2276d6;
  --color-text-calro: #666; }

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace; }

#root {
  text-align: center; }

main {
  min-height: calc(70vh - 116px); }
  .desktopView main {
    min-height: calc(70vh - 116px); }

img {
  image-rendering: -webkit-optimize-contrast; }

.wrapper {
  min-height: 550px;
  background: #f5f2f1;
  padding-top: 0 !important; }

.container {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  max-width: 96%;
  height: auto;
  margin: auto;
  padding: 0 20px; }
  @media only screen and (max-width: 760px) {
    .container {
      padding: 0;
      max-width: 100%; } }

button:disabled {
  opacity: 0.5;
  pinter-events: none; }

.miCuentaMenu {
  display: flex;
  flex-firection: row;
  flex-wrap: wrap;
  padding: 50px 0 20px;
  box-sizing: border-box; }
  .miCuentaMenu .card.btn {
    box-sizing: border-box;
    width: 100%;
    max-width: calc(33.3% - 20px);
    margin: 10px;
    padding: 45px;
    font-size: 16px;
    font-weight: 700;
    background-color: white;
    color: inherit;
    box-shadow: -2px 2px 13px rgba(0, 0, 0, 0.15); }
    .miCuentaMenu .card.btn:hover {
      background-color: #eee; }
    @media only screen and (max-width: 1100px) {
      .miCuentaMenu .card.btn {
        max-width: calc(50% - 20px); } }
    @media only screen and (max-width: 780px) {
      .miCuentaMenu .card.btn {
        max-width: calc(100% - 20px); } }
    .is-dark-mode .miCuentaMenu .card.btn {
      background: var(--color-text-calro); }
  .miCuentaMenu .card.myOrders:before, .miCuentaMenu .card.myAddress:before, .miCuentaMenu .card.myWishlist:before, .miCuentaMenu .card.myProfile:before, .miCuentaMenu .card.myPyment:before, .miCuentaMenu .card.myCuppon:before, .miCuentaMenu .card.myTelmex:before, .miCuentaMenu .card.logout:before {
    content: '';
    margin-right: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 40px;
    margin-left: -30px;
    display: inline-block; }
    .is-dark-mode .miCuentaMenu .card.myOrders:before, .is-dark-mode .miCuentaMenu .card.myAddress:before, .is-dark-mode .miCuentaMenu .card.myWishlist:before, .is-dark-mode .miCuentaMenu .card.myProfile:before, .is-dark-mode .miCuentaMenu .card.myPyment:before, .is-dark-mode .miCuentaMenu .card.myCuppon:before, .is-dark-mode .miCuentaMenu .card.myTelmex:before, .is-dark-mode .miCuentaMenu .card.logout:before {
      filter: invert(1); }
  .miCuentaMenu .card.myTelmex:before {
    background-image: url(/credito-claroshop/img/icoTelmex.png); }
  .miCuentaMenu .card.myOrders:before {
    background-image: url(/credito-claroshop/img/icono_mis_pedidos.svg); }
  .miCuentaMenu .card.myAddress:before {
    background-image: url(/credito-claroshop/img/icono_mis_direcciones.svg);
    height: 50px; }
  .miCuentaMenu .card.myWishlist:before {
    background-image: url(/credito-claroshop/img/icono_mi_lista_de_deseos.svg); }
  .miCuentaMenu .card.myProfile:before {
    background-image: url(/credito-claroshop/img/icono_mi_perfil.svg);
    height: 50px; }
  .miCuentaMenu .card.myPyment:before {
    background-image: url(/credito-claroshop/img/icono_mis_metodos_de_pago.svg); }
  .miCuentaMenu .card.myCuppon:before {
    background-image: url(/credito-claroshop/img/icono_mis_cuponess.svg);
    height: 50px; }
  .miCuentaMenu .card.logout:before {
    background-image: url(/credito-claroshop/img/icono_mi_logout.svg); }

h1.light, h1.normal, h2.light, h2.normal, h3.light, h3.normal, h4.light, h4.normal, h5.light, h5.normal, h6.light, h6.normal,
.h1.light,
.h1.normal, .h2.light, .h2.normal, .h3.light, .h3.normal, .h4.light, .h4.normal, .h5.light, .h5.normal, .h6.light, .h6.normal {
  font-weight: 400; }

h1.medium, h2.medium, h3.medium, h4.medium, h5.medium, h6.medium,
.h1.medium, .h2.medium, .h3.medium, .h4.medium, .h5.medium, .h6.medium {
  font-weight: 500; }

h1.bold, h2.bold, h3.bold, h4.bold, h5.bold, h6.bold,
.h1.bold, .h2.bold, .h3.bold, .h4.bold, .h5.bold, .h6.bold, .tLeft .bold {
  font-weight: 700; }

.btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  padding: 8px 16px;
  cursor: pointer;
  width: 100%;
  height: 42px;
  user-select: none; }
  .btn:focus {
    outline: none; }
  .btn.rojoSears {
    border-radius: 20px;
    background: var(--color-rojo-credito);
    color: #fff;
    border: 1px solid transparent;
    font-weight: 700; }
    .btn.rojoSears:active {
      background-color: #990000; }
  .btn.rojo {
    background: var(--color-rojo-credito);
    color: #fff;
    border: 1px solid transparent;
    font-weight: 700; }
    .btn.rojo:active {
      background-color: #990000; }
    .btn.rojo.line {
      color: var(--color-rojo-credito);
      background: white;
      border: 1px solid var(--color-rojo-credito); }
  .btn.blanco {
    background-color: #FFF;
    color: var(--color-text-oscuro);
    border: 1px solid #dddddd;
    font-weight: 500; }
    .btn.blanco:active {
      background-color: #e6e6e6; }
    .is-dark-mode .btn.blanco {
      background-color: var(--color-text-placeholder-dm);
      color: black;
      border: 1px solid var(--color-gris-borde);
      font-weight: 500; }
  .btn.gris {
    background-color: var(--color-gris-claro);
    color: var(--color-text-oscuro);
    border: 1px solid #dddddd;
    font-weight: 500; }
    .btn.gris:active {
      background-color: #c4c4c4; }
  .btn.facebook {
    background-color: #3B5998;
    color: #FFF;
    border: 1px solid rgba(59, 89, 152, 0);
    font-weight: 500; }
    .btn.facebook:active {
      background-color: #2d4373; }
  .btn.next:after {
    content: ">";
    margin-left: 5px; }
  .btn.prev:before {
    content: "<";
    margin-right: 5px; }
  .btn.plus:after {
    content: "+";
    margin-left: 9px;
    font-weight: 700;
    font-size: 14px;
    border-radius: 50%;
    border: 2px solid red;
    width: 17px;
    height: 16px;
    text-align: center; }
  .btn:disabled {
    cursor: default;
    opacity: 0.6; }

ul.dottedList li {
  position: relative; }
  ul.dottedList li:last-child {
    margin-bottom: 0; }

ul.dottedline li {
  font-weight: 400; }
  ul.dottedline li:before {
    content: '-';
    display: inline-block; }

.ventana_emergente,
.ventana_sussess {
  display: none;
  padding: 8px 16px 8px 41.6px;
  background: #f2f2f2;
  margin: 0 0 12px;
  width: 100%;
  position: relative; }

.ventana_emergente {
  border: 1px solid var(--color-rojo-pale); }

.ventana_sussess {
  border: 1px solid var(--color-verde);
  background: rgba(17, 124, 0, 0.3); }

.fileset .error {
  box-sizing: border-box;
  color: var(--color-rojo);
  text-align: left;
  padding: 10px 0;
  font-size: 13px; }

.contProductCategory {
  border-bottom: 1px solid var(--color-gris-borde); }

.link {
  color: var(--color-azul);
  text-decoration: underline;
  cursor: pointer; }
  .is-dark-mode .link {
    color: #78b1f3; }
  .link:active {
    color: #1f69c0; }

.linkSub {
  color: var(--color-azul);
  text-decoration: none;
  cursor: pointer; }

.decoracionNone {
  text-decoration: none; }

.sliderPrincipal {
  max-height: 400px; }
  .sliderPrincipal .contSlideP {
    overflow: auto; }
    .sliderPrincipal .contSlideP > a {
      display: table-cell;
      padding: 0 20px; }

.slick-slide {
  height: auto;
  box-sizing: border-box; }
  .slick-slide img {
    height: 100%;
    margin: auto;
    width: 95%;
    max-height: 370px;
    box-sizing: border-box; }

.cardSliderHome {
  position: relative; }
  .cardSliderHome p {
    position: absolute;
    display: none;
    visibility: hidden; }

.slick-prev,
.slick-next {
  background: rgba(0, 0, 0, 0.7) !important;
  z-index: 1 !important;
  opacity: 0 !important;
  width: 42px !important;
  height: 60px !important;
  opacity: 0.5 !important; }
  .slick-prev:hover,
  .slick-next:hover {
    opacity: 1 !important; }
  .slick-prev:before,
  .slick-next:before {
    content: "" !important;
    color: transparent !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    width: 42px;
    height: 60px;
    display: block; }

.slick-prev {
  left: 0 !important;
  border-radius: 0 10px 10px 0; }
  .slick-prev:before {
    background-image: url(/credito-claroshop/img/flecha-back-32px.png); }

.slick-next {
  right: 0 !important;
  border-radius: 10px 0 0 10px; }
  .slick-next:before {
    background-image: url(/credito-claroshop/img/flecha-next-32px.png); }

.skeleton {
  position: relative;
  widht: 100%;
  display: block !important; }
  .skeleton .bones {
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    background-color: #b1bec6;
    opacity: 0.3;
    background-repeat: no-repeat;
    background-size: cover; }

.cardGrid .cardProduct.skeleton {
  max-width: calc(25% - 20px); }

.cardProduct.skeleton .bones.btnWishlist {
  width: 25px;
  border-radius: 50%;
  opacity: 0.5; }
  .cardProduct.skeleton .bones.btnWishlist:after {
    content: none; }

.cardProduct.skeleton .bones.img {
  display: block;
  position: relative;
  margin: auto;
  max-height: 230px;
  height: 100vh;
  min-height: 140px;
  max-width: 80%;
  width: 100%; }
  .cardLine .cardProduct.skeleton .bones.img {
    max-width: 30%;
    max-height: 200px; }
  @media only screen and (max-width: 600px) {
    .cardProduct.skeleton .bones.img {
      max-height: 140px;
      max-width: 50%; } }

.cardProduct.skeleton .bones.contDataCard {
  background-color: transparent;
  box-shadow: none;
  opacity: 1; }

.cardProduct.skeleton .bones.h4 {
  width: 100%;
  display: block;
  height: 14px; }

.cardProduct.skeleton .bones.h5 {
  width: 80%;
  height: 4px;
  margin-bottom: 8px; }

.cardProduct.skeleton .bones.envioGratis {
  width: 53%;
  display: block;
  height: 20px; }

.cardProduct.skeleton .bones .cardSkel {
  display: flex;
  flex-direction: row; }

.cardProduct.skeleton .cardSkel {
  display: flex;
  width: 100%;
  color: inherit;
  text-decoration: none;
  flex-direction: column; }
  .cardLine .cardProduct.skeleton .cardSkel {
    flex-direction: row; }

.sliderPrincipal .container.skeleton {
  overflow: scroll;
  box-sizing: border-box;
  display: -webkit-box !important; }
  .sliderPrincipal .container.skeleton .img.bones {
    width: 100%;
    max-width: calc(41vw - 40px);
    aspect-ratio: 16/9;
    margin: 0 20px; }
    .sliderPrincipal .container.skeleton .img.bones:before {
      content: "";
      width: 1px;
      margin-left: -2px;
      float: left;
      height: 0;
      padding-top: 56.25%; }
    .sliderPrincipal .container.skeleton .img.bones:after {
      content: "";
      display: table;
      clear: both; }

.fullFilment {
  box-sizing: border-box;
  background-image: url(https://resources.claroshop.com/medios-plazavip/swift/v1/claroshop/assets/img/express.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  max-width: 80px;
  display: block;
  min-height: 24px;
  color: transparent;
  background-position: center left;
  margin: 3px 0 3px;
  font-size: 0; }

.errorCrashWhitePage {
  display: none;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid var(--color-gris-borde);
  margin: 10px auto;
  border-radius: 5px; }
  .errorCrashWhitePage h2 {
    padding: 10px 0;
    font-size: 20px;
    font-weight: 600; }
  .errorCrashWhitePage p {
    padding: 10px 0;
    font-size: 16px;
    font-weight: 400; }

.codeErrorResume {
  display: none !important; }

.errorCrashWhitePageMinimal {
  display: none !important; }

.contentImageFF {
  width: 80%;
  margin-left: auto;
  margin-right: auto; }
  .contentImageFF img {
    max-width: 90%;
    height: auto;
    object-fit: scale-down;
    justify-content: center;
    display: flex;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto; }
  .contentImageFF ul {
    list-style: disc;
    margin-top: 30px; }
    .contentImageFF ul li {
      padding: 10px 2px; }
  .contentImageFF .boxEnteradoFull {
    justify-content: center;
    display: flex;
    margin-top: 20px; }
    .contentImageFF .boxEnteradoFull .btnEnteradoFull {
      flex-direction: row;
      text-decoration: none;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin-bottom: 10px;
      font-size: 13px;
      text-align: center;
      border-radius: 5px;
      display: table;
      cursor: pointer;
      padding: 8px 0;
      font-weight: 300;
      text-align: center !important;
      text-decoration: none !important;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-box-align: center;
      align-items: center;
      -webkit-box-pack: center;
      justify-content: center;
      width: 100%;
      background-color: var(--color-rojo-pale);
      color: white;
      border: none;
      font-weight: 600; }

.modalPreLogin img {
  max-height: 190px;
  margin: 50px auto; }

.modalPreLogin p {
  padding: 0 30px 20px;
  text-align: center;
  line-height: 1.5;
  max-width: 330px;
  margin: auto;
  box-sizing: border-box; }
  .modalPreLogin p strong {
    font-weight: 600; }

.modalPreLogin .btn.rojo {
  margin-bottom: 30px; }

.videoYtProduct {
  object-fit: scale-down;
  height: auto;
  position: relative; }
  .videoYtProduct iframe.ytVideo {
    margin-top: 40px;
    width: 100%;
    aspect-ratio: 16/9;
    height: auto;
    max-height: 80vh; }

.modal.showVideoP .contentModal {
  min-width: 70%; }

.videoProduct {
  display: block;
  background-image: url(/credito-claroshop/img/ic_video.png);
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  margin: -30px auto 0;
  width: 100px;
  height: 35px; }
  @media only screen and (max-width: 320px) {
    .videoProduct {
      margin: -30px auto 0;
      width: 80px;
      height: 33px; } }
  .desktopView .videoProduct {
    margin: -12px auto -10px;
    width: 130px;
    height: 47px; }

.modal.payCard .dataModal {
  margin-bottom: 0; }

.modal.payCard .contentClose {
  width: 100%;
  border-bottom: none;
  position: inherit;
  top: 0;
  min-height: auto; }

.modal.payCard .modalCardPay .rojo {
  margin-bottom: 30px;
  margin-top: 20px; }

.modal.payCard .modalCardPay .blanco {
  margin-bottom: 0; }

.contenidoLandings {
  padding: 0 0 60px 20px;
  box-sizing: border-box; }
  .contenidoLandings h1,
  .contenidoLandings .h1 {
    text-align: left;
    padding-bottom: 20px;
    font-size: 30px;
    font-weight: 600; }
  .contenidoLandings p {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 20px; }
  .contenidoLandings .strong {
    font-weight: 600; }
  .contenidoLandings .underline {
    text-decoration: underline; }
  .contenidoLandings .navMenu {
    text-align: left;
    font-weight: 500;
    color: var(--color-azul); }
    .contenidoLandings .navMenu a {
      color: inherit; }
    .contenidoLandings .navMenu li {
      margin-bottom: 10px; }

.colorRojo {
  color: var(--color-rojo-credito); }

.fontsize24 {
  font-size: 24px !important; }

.fontsize22 {
  font-size: 22px !important; }

.fontsize20 {
  font-size: 20px !important; }

.fontsize18 {
  font-size: 18px !important; }

.fontsize16 {
  font-size: 16px !important; }

.fontsize14 {
  font-size: 14px !important; }

.ptop20 {
  padding-top: 20px; }

.w60 {
  width: 60%; }
  @media only screen and (max-width: 780px) {
    .w60 {
      width: 100%; } }

.w40 {
  width: 40%; }
  @media only screen and (max-width: 780px) {
    .w40 {
      width: 100%; } }

.img300 {
  max-width: 300px;
  width: inherit; }

.borderBT {
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee; }

.borderTop {
  border-top: 1px solid #eeeeee;
  margin-bottom: 20px; }

.center {
  text-align: center; }

.tLeft {
  text-align: left; }

.grisBronw {
  color: #4a4a4a; }

.subt {
  font-size: 20px;
  font-weight: 500; }
  @media only screen and (max-width: 780px) {
    .subt {
      font-size: 18px; } }
  @media only screen and (max-width: 480px) {
    .subt {
      font-size: 16px; } }

.sectionPrincipalBeneficios {
  display: flex;
  flex-direction: row;
  max-width: 100% !important;
  box-sizing: border-box;
  margin: auto;
  min-height: 700px;
  color: #4a4a4a;
  text-align: center; }
  @media only screen and (max-width: 780px) {
    .sectionPrincipalBeneficios {
      display: block; padding: 0 10px 0 20px; } }
  .sectionPrincipalBeneficios .contenido {
    display: flex;
    flex-direction: column;
    margin-top: 0 !important;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    max-width: 99%;
    height: auto;
    margin: auto;
    padding: 0 10px; }
    .homeMobile .sectionPrincipalBeneficios .contenido {
      max-width: 100%;
      padding: 0; }

.contenedorLandingBeneficios {
  width: 100%;
  padding: 20px 20px 20px 40px;
  box-sizing: border-box; }
  .homeMobile .contenedorLandingBeneficios {
    padding: 0px; }
  @media only screen and (max-width: 780px) {
    .contenedorLandingBeneficios {
      padding: 20px 0px; } }
  .contenedorLandingBeneficios .seccion1 .boxCopy {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: left;
    margin-top: 30px; }
    @media only screen and (max-width: 780px) {
      .contenedorLandingBeneficios .seccion1 .boxCopy {
        margin-left: auto;
        margin-right: auto; } }
    .contenedorLandingBeneficios .seccion1 .boxCopy p {
      font-size: 16px; }
  .contenedorLandingBeneficios .boxBanner {
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (max-width: 780px) {
      .contenedorLandingBeneficios .boxBanner {
        width: 100%; } }
    .contenedorLandingBeneficios .boxBanner .imgDesk {
      width: 100%; }
      @media only screen and (max-width: 780px) {
        .contenedorLandingBeneficios .boxBanner .imgDesk {
          width: 100%; } }
    .contenedorLandingBeneficios .boxBanner .img {
      width: 100%; }
    .contenedorLandingBeneficios .boxBanner .imgBeneficios {
      width: 50%;
      margin: 30px auto; }
      .homeMobile .contenedorLandingBeneficios .boxBanner .imgBeneficios {
        width: 90%;
        margin: 30px auto; }
  .contenedorLandingBeneficios .pasos .contenedorPasos {
    display: flex;
    align-items: center; }
    .contenedorLandingBeneficios .pasos .contenedorPasos .pasosL {
      width: 50%; }
    .contenedorLandingBeneficios .pasos .contenedorPasos .pasosR {
      width: 50%; }
    .contenedorLandingBeneficios .pasos .contenedorPasos img {
      width: 30%; }
      @media only screen and (max-width: 780px) {
        .contenedorLandingBeneficios .pasos .contenedorPasos img {
          max-width: 80px; } }

.box100 {
  width: 100%;
  margin: 30px auto; }

.boxUl {
  width: 50%;
  margin: 30px auto; }
  .homeMobile .boxUl {
    width: 90%;
    margin: auto; }
  @media only screen and (max-width: 780px) {
    .boxUl {
      width: 90%; } }
  @media only screen and (max-width: 480px) {
    .boxUl {
      width: 100%; } }
  .boxUl h2 {
    font-size: 20px; }
    @media only screen and (max-width: 780px) {
      .boxUl h2 {
        font-size: 16px; }
        .boxUl h2.title-beneficios {
          font-size: 20px; } }
  .boxUl .ulDudas {
    list-style: none; }
    .homeMobile .boxUl .ulDudas {
      width: 90%;
      margin: auto; }
    .boxUl .ulDudas li {
      text-align: left;
      padding: 15px 0;
      line-height: 20px; }
      .boxUl .ulDudas li h3 {
        font-weight: 600;
        margin-bottom: 10px;
        font-size: 16px; }
        @media only screen and (max-width: 480px) {
          .boxUl .ulDudas li h3 {
            font-size: 15px; } }
      .boxUl .ulDudas li p {
        font-weight: 500;
        font-size: 15px;
        word-break: break-word; }
    .boxUl .ulDudas li::before {
      content: "\2022";
      color: red;
      font-weight: bold;
      display: inline-block;
      width: 1.8em;
      margin-left: -1em;
      top: 18px;
      position: relative; }
  .boxUl .ulBeneficios {
    list-style: none;
    padding-left: 0px;
    padding-right: 0;
    width: 100%; }
    .boxUl .ulBeneficios .liBeneficios {
      display: flex;
      align-items: flex-start;
      margin-bottom: 10px; }
      @media only screen and (max-width: 480px) {
        .boxUl .ulBeneficios .liBeneficios {
          padding: 8px 0; } }
      .boxUl .ulBeneficios .liBeneficios.borderBottom {
        border-bottom: 1px solid #e9e9e9; }
      .boxUl .ulBeneficios .liBeneficios .copy {
        display: flex;
        align-items: center;
        width: 95%;
        text-align: left;
        margin-left: 0;
        margin-right: 0;
        padding-top: 3px; }
        .homeMobile .boxUl .ulBeneficios .liBeneficios .copy {
          font-size: 15px; }
        .boxUl .ulBeneficios .liBeneficios .copy p {
          width: calc( 100% - 10px);
          padding-left: 5px; }
          .boxUl .ulBeneficios .liBeneficios .copy p .bold {
            font-weight: 700; }
          .boxUl .ulBeneficios .liBeneficios .copy p ul {
            padding-left: 5px;
            padding-top: 0 !important;
            padding-bottom: 0 !important;
            margin: 0; }
      .boxUl .ulBeneficios .liBeneficios .boxIcon {
        width: 5%;
        justify-content: center;
        margin-right: 0;
        margin-left: 0;
        background-color: #fff;
        display: flex;
        align-items: center;
        min-height: 30px; }
        @media only screen and (max-width: 480px) {
          .boxUl .ulBeneficios .liBeneficios .boxIcon {
            top: 5px;
            position: relative; } }
        .boxUl .ulBeneficios .liBeneficios .boxIcon .icon {
          width: 20px;
          height: 20px;
          background-size: 100%;
          background-image: url(/credito-claroshop/img/vineta3.svg);
          background-repeat: no-repeat; }
          .boxUl .ulBeneficios .liBeneficios .boxIcon .icon.none {
            display: none; }
      .boxUl .ulBeneficios .liBeneficios .boxCircle {
        width: 15px;
        display: flex;
        height: 15px;
        justify-content: center;
        align-items: center;
        padding: 5px;
        border-radius: 100%;
        border: 1px solid #f30056;
        color: #f30056;
        font-weight: bold; }

.boxBtnSolicitar {
  margin: 40px auto 40px auto;
  width: 50%; }
  .homeMobile .boxBtnSolicitar {
    margin: 20px auto 20px auto; }
  @media only screen and (max-width: 780px) {
    .boxBtnSolicitar {
      width: 90%; } }
  .boxBtnSolicitar .btnSolicitar {
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 5px;
    box-sizing: border-box;
    background: var(--color-rojo-credito);
    color: #fff;
    outline: none;
    cursor: pointer;
    font-weight: 600;
    box-shadow: -2px 2px 13px rgba(0, 0, 0, 0.15); }
    .boxBtnSolicitar .btnSolicitar.white {
      background: #fff;
      color: #000;
      border: 1px solid #a0a0a0; }

.contenedorGeneral {
  padding: 20px;
  box-sizing: border-box; }
  .contentModal .contenedorGeneral {
    margin-top: 0; }
  .contenedorGeneral .section2 {
    width: 100%; }

.contenedorGeneral.homeC {
  padding: 20px 0px !important; }

.modalCredito .contentModal .contentClose {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 20px;
  box-sizing: border-box;
  width: 100%;
  border-bottom: 1px solid #ccc;
  position: sticky;
  top: -20px;
  background: white;
  z-index: 1; }

.boxPreguntasF {
  border: 1px solid #eee;
  border-radius: 6px;
  padding: 8px;
  width: 60%;
  margin: 30px auto 20px auto; }
  .homeMobile .boxPreguntasF {
    padding: 12px;
    width: 90%; }
  .boxPreguntasF a {
    text-decoration: none;
    color: #4a4a4a;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; }
    .boxPreguntasF a::after {
      content: "";
      width: 8px;
      height: 8px;
      display: block;
      border-top: 2px solid;
      border-right: 2px solid;
      transform: rotate(45deg) translate(-50%, -50%);
      color: #4a4a4a;
      position: relative;
      top: 8px;
      margin-left: 10px;
      margin-right: 10px; }

.boxBtnVideo {
  border-radius: 35px;
  border: 2px solid #f30056;
  padding: 5px;
  margin: 30px auto 20px auto;
  font-weight: 600;
  width: 40%; }
  .homeMobile .boxBtnVideo {
    width: 60%; }
  .boxBtnVideo a {
    text-decoration: none;
    color: #4a4a4a;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 15px;
    padding-right: 10px; }
    .boxBtnVideo a::before {
      content: '';
      background-image: url(/c/solicitar-credito/img/video.png);
      background-size: 20px 20px;
      position: relative;
      background-size: contain;
      box-sizing: border-box;
      padding: 0;
      display: block;
      cursor: pointer;
      width: 50px;
      height: 50px;
      background-repeat: no-repeat;
      background-position: center;
      margin-right: 10px; }

.margin-15 {
  margin: 15px 0; }

.mt-20 {
  margin-top: 35px; }
.bold {
    font-weight: 600;
}
.red-text {
    color: #f30056;
    font-weight: 700;
}
.marginBottom20 {
    margin-bottom: 20px;
    line-height: 18px;
}
.marginTop30 {
    margin-top: 30px;
}