/*
CLASES DE MENUS:
.main-menu: nav + clase padre de todos los menus de la cabecera
.top-menu : div + clase padre del menu de arriba Contacto, tienes dudas, recomendacions de seguridad + nombre usuario, cerrar sesion
.common-menu: ul + padre de  Contacto, tienes dudas, recomendacions de seguridad
.bottom-menu: div + clase padre del menu de productos + mis datos
.main-products-menu: ul + padre del menu productos
.options: clase que lleva el li que tiene submenu; por ejemplo Productos
.bottom-submenu: ul + clase que lleva el padre del submenu; por ejemplo submenu de promociones
.user-actions-menu: div + clase padre del contenedor de botones acceso clientes y solicitar tarjeta
*/
.center-login {
  display: flex;
  align-items: center;
  justify-content: center;
}
.evolve-img-border{
  border: 0.1px solid #0a8250;
  border-radius: 2px;
}
.new-btn{
  background-color: white;
  color: black !important;
  border: 1px solid black;
  border-radius: 4px;
  /* background-image: url('/assets/img/icons/Frame.svg'); */
}
/* .new-btn:hover, */
/* .new-btn:focus */
.new-btn:active{
  background-color: black;
  color: white !important;
  border: 1px solid white;
  border-radius: 4px;
  /* background-image: url('/assets/img/icons/Frame2.svg'); */
}
.new-btn:hover span, .new-btn:active span, .new-btn:focus span{
  border-bottom: 1px dashed #fff;
}
.new-btn-request{
  background-color: black;
  color: white;
  border: 0px solid black;
  border-radius: 4px;
}
/* estilos active
.new-btn-request:hover,
.new-btn-request:focus, */
.new-btn-request:active{
  background-color: white;
  color: black;
  border: 0px solid white;
  border-radius: 4px;
  border: 1px solid black;
}
.new-btn-request:hover span, .new-btn-request:active span, .new-btn-request:focus span{
  border-bottom: 1px dashed black;
}
.list-inline-menu {
  display: flex;
  justify-content: end;
}
#form-private-access{
  margin-left: 10px;
}
.container-header {
  position: relative;
}
.header {
  background-color: #fff;
  padding: 0 0 4px;
  position: relative;
  -webkit-box-shadow: 0 3px 60px rgba(0, 0, 1, 0.1);
  box-shadow: 0 3px 60px rgba(0, 0, 1, 0.1);
}
.header .row {
  position: relative;
}
.header .btn {
  margin: 0;
}
.look-eci .logo-header:hover {
  border: 0;
}
.logo-header:hover {
  border-bottom: none;
}
.header-login-card .open-login-btn {
  display: none;
}
.logo-header {
  width: 100%;
  display: inline-block;
}
.user-actions-menu .btn {
  font-size: 1.4rem;
  background-repeat: no-repeat;
  background-position: 8px center;
  width: 154px;
  /* height: 40px; */
}
.user-actions-menu .open-login-btn {
  background-size: 25px 25px;
}
.user-info {
  position: relative;
  padding-right: 20px;
  display: inline-block;
}
/* .private-user-actions-menu .logout-btn {
  background-image: url('/assets/img/icons/29_Cerrar-sesion.svg');
  background-repeat: no-repeat;
  background-size: 16px 14px;
  background-color: transparent;
  background-position: right center;
  padding-right: 25px;
} */
.menu-language .language:hover,
.menu-language .language:active,
.menu-language .language.active span,
.menu-language .language:hover span {
  cursor: pointer;
  color: #0a8250;
  border: none;
}
.flag {
  content: '';
  width: 20px;
  height: 14px;
  display: inline-block;
  margin-right: 6px;
  background-image: url('/assets/img/icons/espana_bandera.svg');
  background-size: 20px 14px;
  background-repeat: no-repeat;
}
.flag-catalonia {
  height: 15px;
  background-size: 20px 15px;
  background-image: url('/assets/img/icons/catalunya_bandera.svg');
}
.btn-submenu .icon:before {
  content: '';
  -webkit-mask-image: url("/assets/img/icons/arrow_grey_down.svg");
  mask-image: url("/assets/img/icons/arrow_grey_down.svg");

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;

  -webkit-mask-size: contain;
  mask-size: contain;

  -webkit-mask-position: center;
  mask-position: center;
  background-image: none;
  background-color: ButtonText; 

  /* background-image: url('/assets/img/icons/arrow_grey_down.svg'); */
  /* background-size: 12px 8px; */
  /* background-repeat: no-repeat; */
  height: 12px;
  width: 12px;
  display: inline-block;
  position: relative;
  left: 0;
}
.btn-submenu.on .icon:before {
  /* background-image: url('/assets/img/icons/arrow_black_up.svg'); */
  -webkit-mask-image: url("/assets/img/icons/arrow_black_up.svg");
  mask-image: url("/assets/img/icons/arrow_black_up.svg");

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;

  -webkit-mask-size: contain;
  mask-size: contain;

  -webkit-mask-position: center;
  mask-position: center;
  background-image: none;
  background-color: ButtonText; 
  height: 12px;
  width: 12px;
  display: inline-block;
  position: relative;
  left: 0;
}
.user-actions-menu-flex {
  display: flex!important;
  flex-direction: row!important;
  justify-content: end!important;
}

.user-actions-menu-flex-login {
  justify-content: center!important;
}

@media (max-width: 1023px) {
  .logo-wrapper {
    text-align: center;
    min-height: 45px;
    background-color: #fff;
  }
  .logo-wrapper::after {
    content: '';
    display: block;
    width: calc(100vw + 10px);
    height: 53px;
    position: absolute;
    left: -10px;
    top: -8px;
    -webkit-box-shadow: 0 3px 60px rgba(0, 0, 1, 0.1);
    box-shadow: 0 3px 60px rgba(0, 0, 1, 0.1);
    background-color: #fff;
  }
  .logo-wrapper .private-user-actions-menu .logout-btn {
    -webkit-mask-image: url("/assets/img/icons/29_Cerrar-sesion_black_light.svg");
    mask-image: url("/assets/img/icons/29_Cerrar-sesion_black_light.svg");

    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;

    -webkit-mask-size: contain;
    mask-size: contain;

    -webkit-mask-position: center;
    mask-position: center;
    background-image: none;
    background-color: ButtonText; 
    position: absolute;
    top: 15px;
    right: 24px;
    width: 20px;
    height: 20px;
    z-index: 2;
  }
  .logo-header {
    max-width: 112px;
    margin-top: 9px;
    padding: 0;
    position: relative;
  }
  .btn-menu-mobile {
    width: 2rem;
    height: 1.4rem;
    margin: 0;
    border: none;
    position: absolute;
    top: 15px;
    left: 24px;
    background: #fff 0 0 no-repeat;
    border-radius: 0;
    z-index: 20;
  }
  .btn-menu-mobile:hover,
  .btn-menu-mobile:focus,
  .btn-menu-mobile:active {
    border-bottom: none;
  }
  .user-actions-menu {
    padding-top: 8px;
    text-align: center;
  }
  .user-actions-menu li:first-of-type {
    margin-right: 2px;
  }
  .user-actions-menu .open-login-btn {
    padding: 0.5rem 1rem;
    background-position: 10px center;
  }
  .main-menu {
    width: 283px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 45px;
    -webkit-transform: translateX(-296px);
    -ms-transform: translateX(-296px);
    transform: translateX(-296px);
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    padding-left: 38px;
    display: flex;
    flex-direction: column-reverse;
  }
  .private .main-menu {
    top: 45px;
  }
  .main-menu.in {
    padding: 0;
    left: -13px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .main-menu .pull-left {
    width: 100%;
  }
  .main-menu li {
    display: block;
    font-family: 'Lato Light', sans-serif;
  }
  .main-menu li:not(:last-of-type) {
    border-bottom: solid 1px #ddd;
  }
  .main-menu .options {
    position: relative;
  }
  .main-menu a {
    border-bottom: none;
    color: #696969;
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .main-products-menu li,
  .private-user-actions-menu li a {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .main-products-menu li li:last-child {
    padding-bottom: 0;
  }
  .top-menu,
  .bottom-menu,
  .private-user-actions-menu li a {
    padding-left: 38px;
  }
  .bottom-menu .main-products-menu .btn-submenu {
    border-bottom: 0;
  }
  .top-menu {
    display: flex;
    flex-direction: column;
    background-color: #696969;
  }
  .bottom-menu {
    -webkit-box-shadow: inset 0 10px 60px rgba(0, 0, 1, 0.06);
    box-shadow: inset 0 10px 60px rgba(0, 0, 1, 0.06);
  }
  .parent-top-menu {
    order: 2;
  }
  .private .parent-top-menu {
    order: 2;
  }
  .private-user-actions-menu {
    order: 1;
  }
  .top-menu li:not(:last-of-type) {
    border-bottom: 1px solid #fff;
  }
  .top-menu li {
    padding: 11px 0;
  }
  .top-menu a {
    color: #fff;
  }
  .private-user-actions-menu ul {
    position: relative;
  }
  .private-user-actions-menu li {
    background: #f9f9f9;
    color: #ddd;
    position: relative;
    left: -38px;
    padding: 0;
    width: calc(100% + 38px);
  }
  .private-user-actions-menu li a {
    border-top: solid 1px #ddd;
    margin-left: 38px;
    padding: 16px 0;
    display: block;
  }
  .private-user-actions-menu .list-inline .logout-btn {
    background-position: 90px center;
    margin-top: -15px;
  }
  .private-user-actions-menu a {
    color: #9E4700;
  }
  .private-user-actions-menu li > span {
    display: none;
  }
  .bottom-menu {
    background-color: #fefefe;
  }
  .bottom-submenu {
    padding-left: 38px;
  }
  .bottom-submenu:not(.menu-language) {
    border-top: solid 1px #ddd;
  }
  .bottom-submenu .close {
    display: none;
  }
  .bottom-submenu li {
    background-image: none;
  }
  .menu-language li {
    padding: 10px 0;
  }
  .common-menu .options {
    padding: 10px 0;
  }
  .menu-language {
    padding-left: 38px;
  }
  .btn-submenu,
  .menu-toggle-lan {
    position: relative;
  }
  .btn-submenu.off:after,
  .menu-toggle-lan:after {
    content: '';
    display: inline-block;
    background-size: 12px 8px;
    background-repeat: no-repeat;
    width: 25px;
    height: 24px;
    position: absolute;
    right: 6px;
    top: 22px;
  }
  .menu-language .language.active span {
    color: #fff;
  }
}

@media (min-width: 1024px) {
  .header ~ #main,
  .alert-box,
  .alert-box.off + #main {
    margin-top: 100px;
  }
  .header ~ #main{
    margin-top: 10rem !important;
  }
  .container-app {
    padding-left: 30px!important;
    padding-right: 30px!important;
  }
  .main-menu-app {
    width: 95%!important;
  }
  .header {
    padding: 0;
    height: 100px;
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .header .container-header {
    padding-bottom: 8px;
  }
  .parent-top-menu {
    float: left;
  }
  .public .parent-top-menu {
    width: 100%;
  }
  .unpaid-receipts,
  .private-user-actions-menu {
    float: right;
  }
  .common-menu.list-inline.language-menu {
    float: left;
  }
  .unpaid-receipts {
    text-align: right;
  }
  .main-menu a {
    display: flex;
    flex-wrap: wrap;
  }
  .main-menu .disabled {
    pointer-events: auto;
  }
  .main {
    padding: 0;
    margin-bottom: 68px;
    min-height: calc(100vh - 357px);
  }
  .main.home-main {
    padding: 0;
    margin-bottom: 0;
    min-height: 0;
  }
  .top-menu .private-user-actions-menu li form {
    display: inline;
  }
  .top-menu .private-user-actions-menu .logout-btn {
    display: inline-block;
    padding-left: 10px;
  }
  .top-menu .private-user-actions-menu a:before {
    content: '|';
    color: #ddd;
    margin: 0 6px 0 0;
  }
  .top-menu .private-user-actions-menu a.user-info:before {
    margin-right: 8px;
  }
  .btn-menu-mobile {
    display: none;
  }
  .logo-header {
    max-width: 100%;
    margin: 25px 0;
  }
  .top-menu {
    border-bottom: 1px solid #ddd;
    margin-bottom: 12px;
  }
  .top-menu a {
    padding: 8px 10px 8px 10px;
    border-bottom: none;
  }
  .top-menu .unpaid-receipts a {
    padding-right: 0;
  }
  .top-menu li:first-of-type a {
    padding-left: 1px;
  }
  /*.main-products-menu a:active, */
  .top-menu a:hover,
  .top-menu a:focus,
  .main-products-menu a:hover,
  .main-products-menu a:focus {
    border-bottom: none;
  }
  .main-products-menu a:active {
    border-bottom: 1px solid #242424;
  }
  .top-menu a:active span {
    border-bottom: 1px solid #242424;
    cursor: pointer;
    color: #242424;
  }
  .black-light-link {
    color: #242424;
  }
  .orange-light-link {
    color: #f0832b;
  }
  .bottom-menu {
    position: relative;
  }
  .main-products-menu {
    display: table;
  }
  .main-products-menu > li {
    display: table-cell;
    padding: 12px 8px;
    vertical-align: top;
  }
  .private .main-products-menu > li {
    padding: 12px 40px;
  }
  .main-products-menu > li:first-of-type {
    padding-left: 0;
  }
  .main-products-menu > li:not(:first-of-type) {
    text-align: center;
  }
  .private .main-products-menu .my-profile {
    position: absolute;
    padding-right: 0;
    right: 0;
  }
  .private .main-products-menu .my-profile a {
    position: relative;
    top: 1px;
    line-height: 1.3;
  }
  
  /* .look-eci .user-info::after {
    background-image: url('/assets/img/icons/FECI_Cliente_NEG_RGB.svg');
  } */

  .look-eci .my-profile .open-settings span:after {
    background-image: url('/assets/img/icons/20_Configuracion_black_light.svg');
  }

  /* .look-eci .user-info::after,
  .look-others .user-info::after {
    -webkit-mask-image: url("/assets/img/icons/FECI_Cliente_NEG_RGB.svg");
    mask-image: url("/assets/img/icons/FECI_Cliente_NEG_RGB.svg");

    width: 1.5rem;
    height: 1.5rem;

    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;

    -webkit-mask-size: contain;
    mask-size: contain;

    -webkit-mask-position: center;
    mask-position: center;
    background-image: none;
    background-color: ButtonText;             
  } */

  /* .look-eci .logout-btn::after,
  .look-others .logout-btn::after {
    -webkit-mask-image: url("/assets/img/icons/29_Cerrar-sesion_black_light.svg");
    mask-image: url("/assets/img/icons/29_Cerrar-sesion_black_light.svg");

    width: 1.5rem;
    height: 1.5rem;

    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;

    -webkit-mask-size: contain;
    mask-size: contain;

    -webkit-mask-position: center;
    mask-position: center;
    background-image: none;
    background-color: ButtonText;             
  } */

  .look-others .my-profile .open-settings span:after {
    background-image: url('/assets/img/icons/20_Configuracion_black_light.svg');
  }
  
  /* .user-info::after {
    content: '';
    background-image: url('/assets/img/icons/FECI_Cliente_NEG_RGB.svg');
    background-position: center center;
    background-repeat: no-repeat;
    height: 14px;
    position: absolute;
    right: -9px;
    top: 0.8em;
    width: 14px;
  } */

  /* .logout-btn::after {
    content: '';
    background-image: url('/assets/img/icons/29_Cerrar-sesion_black_light.svg');
    background-position: center center;
    background-repeat: no-repeat;
    height: 14px;
    position: absolute;
    right: -9px;
    top: 0.8em;
    width: 14px;
  } */

  .my-profile .open-settings span:after {
    content: '';
    background-image: url('/assets/img/icons/20_Configuracion.svg');
    background-position: center center;
    background-repeat: no-repeat;
    height: 14px;
    position: absolute;
    right: -9px;
    top: 9px;
    width: 14px;
  }
  .my-profile .open-settings span:after {
    top: 2px;
    right: 0;
  }
  .main-products-menu .contract-credit-line {
    transform: translateY(-12.5%);
    position: relative;
    top: -25%;
  }
  /*Resumen de compras en 2 lineas*/
  .main-products-menu a,
  .main-products-menu .off {
    color: #696969;
    vertical-align: top;
  }

  .private .main-products-menu .purchase-summary a {
    max-width: 80px;
  }

  .main-products-menu .on:hover,
  .main-products-menu .on:focus,
  .main-products-menu .on:active,
  .main-products-menu .on {
    font-weight: bold;
  }
  .btn-submenu span {
    display: block;
  }
  .btn-submenu .icon {
    margin-left: 5px;
    margin-top: 3px;
    text-align: center;
  }
  .bottom-submenu {
    z-index: 101;
    background-color: #fff;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
  }
  .bottom-submenu.in {
    position: absolute;
    height: auto;
    top: 78px;
    flex-direction: column;
    row-gap: 2.4rem;
  }
  .private .bottom-submenu.in{
    flex-direction: row;
  }
  .bottom-submenu:before {
    content: '';
    position: absolute;
    top: -9px;
    left: 50px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 10px 7px;
    border-color: transparent transparent #ffffff transparent;
  }
  .bottom-submenu.in.right {
    transform: translateX(-80%);
  }
  .bottom-submenu.in.right:before {
    right: 50px;
    left: auto;
  }
  .bottom-submenu .close {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 0;
    cursor: pointer;
  }
  .bottom-submenu li {
    text-align: center;
    position: relative;
    padding: 2rem 3rem 1.5rem 1.5rem;
    display: inline-block;
    float: none;
    white-space: nowrap;
  }
  .bottom-submenu a {
    background-position: left center;
    background-size: 2.3rem;
    background-repeat: no-repeat;
    padding-left: 3rem;
    padding-bottom: 3px;
    color: #696969;
    width: fit-content;
    margin: unset;
    margin-bottom: 6px;
    border-bottom: none;
    gap: 1rem;
  }
  .submenuWithRightArrow{
    justify-content: space-around;
  }
  .submenuGreenRightArrowIcon {
    max-width: 7px;
    margin-right: 7px;
  }
  #menuMovements .icon-menuMovements {
    /* background-image: url('/assets/img/icons/04_Linea-de-credito_black-eci.svg'); */
    width: 2rem;
    height: 2rem;
    display: inline-block;
    -webkit-mask: url(/assets/img/icons/04_Linea-de-credito_black-eci.svg) no-repeat center / contain;
    mask: url(/assets/img/icons/04_Linea-de-credito_black-eci.svg) no-repeat center / contain;
    background-color: ButtonText;
  }
  #menuReceipts .icon-menuReceipts {
    width: 2rem;
    height: 2rem;
    display: inline-block;
    -webkit-mask: url(/assets/img/icons/FECI_Pagos_Recibos_GRIS_OSCURO_RGB.svg) no-repeat center / contain;
    mask: url(/assets/img/icons/FECI_Pagos_Recibos_GRIS_OSCURO_RGB.svg) no-repeat center / contain;
    background-color: ButtonText;
  }
  #menuOperatives .icon-menuOperatives {
    width: 2rem;
    height: 2rem;
    display: inline-block;
    -webkit-mask: url(/assets/img/icons/FECI_Operativas_NEG_RGB.svg) no-repeat center / contain;
    mask: url(/assets/img/icons/FECI_Operativas_NEG_RGB.svg) no-repeat center / contain;
    background-color: ButtonText;
  }
  #menuInfo .icon-menuInfo {
    width: 2rem;
    height: 2rem;
    display: inline-block;
    -webkit-mask: url(/assets/img/icons/01_tarjeta_negra-relleno.svg) no-repeat center / contain;
    mask: url(/assets/img/icons/01_tarjeta_negra-relleno.svg) no-repeat center / contain;
    background-color: ButtonText;
  }
  #menuInsurance .icon-menuInsurance {
    width: 2rem;
    height: 2rem;
    display: inline-block;
    -webkit-mask: url(/assets/img/icons/icono_seguro.svg) no-repeat center / contain;
    mask: url(/assets/img/icons/icono_seguro.svg) no-repeat center / contain;
    background-color: ButtonText;
  }

  .bottom-submenu li.submenuMyCardOption {
    display: flex;
    justify-content: left;
    align-items: center;
    cursor: pointer;
  }
  .bottom-submenu li.submenuMyCardOption .cardImg {
    max-width: 34px;
  }
  .bottom-submenu li.submenuMyCardOption .submenuGreenRightArrowIcon {
    max-width: 7px;
    margin: 0 7px;
  }
  .bottom-submenu li.submenuMyCardOption a {
    padding-left: 0rem;
    margin-bottom: 0px;
    padding-bottom: 0px;
    display: block;
  }
  #menuProductsFinancing .icon-menuProductsFinancing {
    width: 2rem;
    height: 2rem;
    display: inline-block;
    -webkit-mask: url(/assets/img/icons/03_Pago-por-cuotas_black-eci.svg) no-repeat center / contain;
    mask: url(/assets/img/icons/03_Pago-por-cuotas_black-eci.svg) no-repeat center / contain;
    background-color: ButtonText;
  }
  #menuProductsPersonalFormula .icon-menuProductsPersonalFormula {
    width: 2rem;
    height: 2rem;
    display: inline-block;
    -webkit-mask: url(/assets/img/icons/FECI_Formula_Personal_NEG_RGB.svg) no-repeat center / contain;
    mask: url(/assets/img/icons/FECI_Formula_Personal_NEG_RGB.svg) no-repeat center / contain;
    background-color: ButtonText;
  }
  #menuProductsPaymentByInstallments .icon-menuProductsPaymentByInstallments {
    width: 2rem;
    height: 2rem;
    display: inline-block;
    -webkit-mask: url(/assets/img/icons/FECI_Pago-Cuotas_NEG_RGB.svg) no-repeat center / contain;
    mask: url(/assets/img/icons/FECI_Pago-Cuotas_NEG_RGB.svg) no-repeat center / contain;
    background-color: ButtonText;
  }
  #menuProductsCreditLine .icon-menuProductsCreditLine {
    width: 2rem;
    height: 2rem;
    display: inline-block;
    -webkit-mask: url(/assets/img/icons/04_Linea-de-credito_black-eci.svg) no-repeat center / contain;
    mask: url(/assets/img/icons/04_Linea-de-credito_black-eci.svg) no-repeat center / contain;
    background-color: ButtonText;
  }
  #menuProductsDebtAdmission .icon-menuProductsDebtAdmission {
    width: 2rem;
    height: 2rem;
    display: inline-block;
    -webkit-mask: url(/assets/img/icons/FECI_reconocimiento_deuda_GRIS_OSCURO_negativo_RGB.svg) no-repeat center / contain;
    mask: url(/assets/img/icons/FECI_reconocimiento_deuda_GRIS_OSCURO_negativo_RGB.svg) no-repeat center / contain;
    background-color: ButtonText;
  }
  #menuProductsReceiptDeferment .icon-menuProductsReceiptDeferment {
    width: 2rem;
    height: 2rem;
    display: inline-block;
    -webkit-mask: url(/assets/img/icons/FECI_aplazamiento_de_cuota_GRIS_OSCURO_negativo_RGB.svg) no-repeat center / contain;
    mask: url(/assets/img/icons/FECI_aplazamiento_de_cuota_GRIS_OSCURO_negativo_RGB.svg) no-repeat center / contain;
    background-color: ButtonText;
  }
  #menuDirectLoan .icon-menuDirectLoan {
    width: 2rem;
    height: 2rem;
    display: inline-block;
    -webkit-mask: url(/assets/img/icons/FECI_Prestamo_luz_verde_GRIS_OSCURO_RGB.svg) no-repeat center / contain;
    mask: url(/assets/img/icons/FECI_Prestamo_luz_verde_GRIS_OSCURO_RGB.svg) no-repeat center / contain;
    background-color: ButtonText;
  }
  #menuPromotionRepsol .icon-menuPromotionRepsol {
    width: 2rem;
    height: 2rem;
    display: inline-block;
    -webkit-mask: url(/assets/img/icons/FECI_Reposta-Gana_NEG_RGB.svg) no-repeat center / contain;
    mask: url(/assets/img/icons/FECI_Reposta-Gana_NEG_RGB.svg) no-repeat center / contain;
    background-color: ButtonText;
  }
  #menuPromotionSpecial .icon-menuPromotionSpecial {
    width: 2rem;
    height: 2rem;
    display: inline-block;
    -webkit-mask: url(/assets/img/icons/FECI_100-Financiacion_NEG_RGB.svg) no-repeat center / contain;
    mask: url(/assets/img/icons/FECI_100-Financiacion_NEG_RGB.svg) no-repeat center / contain;
    background-color: ButtonText;
  }
  #menuDeferPurchasesOption .icon-menuDeferPurchasesOption {
    width: 2rem;
    height: 2rem;
    display: inline-block;
    -webkit-mask: url(/assets/img/icons/04_Linea-de-credito_black-eci.svg) no-repeat center / contain;
    mask: url(/assets/img/icons/04_Linea-de-credito_black-eci.svg) no-repeat center / contain;
    background-color: ButtonText;
  }
  #menuDeferReceipt .icon-menuDeferReceipt {
    width: 2rem;
    height: 2rem;
    display: inline-block;
    -webkit-mask: url(/assets/img/icons/FECI_aplaza_recibo_Negativo_GRIS_OSCURO_RGB.svg) no-repeat center / contain;
    mask: url(/assets/img/icons/FECI_aplaza_recibo_Negativo_GRIS_OSCURO_RGB.svg) no-repeat center / contain;
    background-color: ButtonText;
  }
  #menuAutoDefer .icon-menuAutoDefer {
    width: 2rem;
    height: 2rem;
    display: inline-block;
    -webkit-mask: url(/assets/img/icons/FECI_aplaza_automaticamente_negativo_GRIS_OSCURO_RGB.svg) no-repeat center / contain;
    mask: url(/assets/img/icons/FECI_aplaza_automaticamente_negativo_GRIS_OSCURO_RGB.svg) no-repeat center / contain;
    background-color: ButtonText;
  }
  #menuEarlyPay .icon-menuEarlyPay {
    width: 2rem;
    height: 2rem;
    display: inline-block;
    -webkit-mask: url(/assets/img/icons/FECI_pago_anticipado_GRIS_OSCURO_negativo_RGB.svg) no-repeat center / contain;
    mask: url(/assets/img/icons/FECI_pago_anticipado_GRIS_OSCURO_negativo_RGB.svg) no-repeat center / contain;
    background-color: ButtonText;
  }
  #menuLimitTransfer .icon-menuLimitTransfer {
    width: 2rem;
    height: 2rem;
    display: inline-block;
    -webkit-mask: url(/assets/img/icons/FECI_traspaso_limite_GRIS_OSCURO_negativo_RGB.svg) no-repeat center / contain;
    mask: url(/assets/img/icons/FECI_traspaso_limite_GRIS_OSCURO_negativo_RGB.svg) no-repeat center / contain;
    background-color: ButtonText;
  }
  #menuBankTransfer {
    background-image: url('/assets/img/icons/FECI_transferencia_bancaria_GRIS_OSCURO_RGB.svg');
  }
  .user-actions-menu {
    position: absolute;
    right: 10px;
    top: 52px;
    width: 377px;
    text-align: right;
  }
  .private .user-actions-menu {
    padding-top: 12px;
    width: auto;
  }
  .user-actions-menu li:not(:last-of-type) {
    margin-right: 2px;
  }
  .user-actions-menu .btn:not(#menulogin) {
    /* padding: 0.5rem 1rem; */
    /* height: 4rem;
    max-width: 235px;
    max-height: 60px; */
    max-width: 140px;
    margin-left: 50px;
  }

  .home-main-menu-btn {
    margin-top: 0.8rem !important;
  }

  .user-actions-menu .btn#menulogin {
    padding: 0.5rem 1rem;
    max-width: 152px;
    /* height: 4.5rem; */
    /* text-align: right; */
    /* width: 15.5rem;
    max-width: 235px;
    max-height: 70px; */
  }
  
  .user-actions-menu .open-login-btn {
    padding: 9px 24px 9px 0;
    background-position: 24px;
  }
  /* #menuRequestCardText {
    white-space: nowrap;
  } */
    
  /*Menu idioma*/
  .menu-language {
    position: absolute;
    background-color: #fff;
    padding: 5px 15px;
    -webkit-box-shadow: 0 2px 80px rgba(0, 0, 1, 0.15);
    box-shadow: 0 2px 80px rgba(0, 0, 1, 0.15);
    z-index: 101;
    min-width: 130px;
  }
  .menu-language li {
    display: block;
    padding: 5px 0;
  }
  .menu-language .language-list .language {
    display: block;
    border-bottom: none;
    padding: 0;
    line-height: 1;
  }
  .language span {
    vertical-align: top;
    color: #999;
  }
  .language-list a:hover .flag,
  .language-list .active .flag {
    opacity: 1;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .logo-wrapper {
    width: 20%;
    max-width: 180px;
  }
  .logo-header {
    transform: scale(0.85);
    margin: 25px 0;
  }
  .main-menu {
    width: 80%;
    margin-left: 1rem;
  }
  .private-user-actions-menu li:first-child span {
    display: inline-block;
    height: 15px;
    text-align: right;
    white-space: nowrap;
    width: 140px;
  }
}
@media (max-width: 1023px) {
  .public .header {
    padding-bottom: 6px;
  }
  .private .header {
    padding-bottom: 0;
  }
  .main {
    /* margin-bottom: 40px; */
    padding: 0;
    min-height: calc(100vh - 357px);
  }
  .main.home-main {
    margin-bottom: 0;
    padding: 0;
    min-height: 0;
  }
  .main-products-menu .submenuGreenRightArrowIcon {
    max-width: 0.6rem;
  }
  .main-products-menu .cardImg {
    max-width: 2rem;
  }
  .main-products-menu ul {
    padding-left: 12px;
  }
}
@media (min-width: 1024px) {
  .private-user-actions-menu > a {
    display: none;
  }
}
@media (min-width: 1280px) {
  .top-menu {
    margin-right: -20px;
    padding-right: 20px;
  }
  /* .top-menu,
  .bottom-menu {
    margin-left: 5.6%;
  } */
  /* .public .main-products-menu > li {
    padding: 12px;
    padding-right: 47px;
  } */
  .public .user-actions-menu {
    width: 420px;
    right: 10px;
  }
  .top-menu .private-user-actions-menu .logout-btn:before {
    margin-right: 10px;
  }
  .user-actions-menu li:not(:last-of-type) {
    margin-right: 15px;
  }
}
@media (min-width: 1500px) {
  .top-menu {
    margin-right: -40px;
    padding-right: 40px;
  }
  .user-actions-menu {
    right: 10px;
    top: 45px;
  }
  .main-products-menu .submenuGreenRightArrowIcon {
    max-width: 0.6rem;
  }
  .main-products-menu .cardImg {
    max-width: 2rem;
  }
  .main-products-menu ul {
    padding-left: 12px;
  }
}

@media (max-width: 768px) {
  #menuloginText{
    display: none;
  }

  .user-actions-menu .open-login-btn {
    width: 40px;
    background-position: 2px;
    padding: 0;
    background-size: 35px;
  }

  .list-inline-menu {
    display: flex;
    justify-content: center;
  }

  #menulogin{
    width: 40px;
    background-position: 2px center;
    padding: 0px;
    background-size: 35px;
  }
}
/* Iconos */
/* MENÚS */
.btn-menu-mobile {
  /* background-image: url('/assets/img/icons/hamburguer.svg'); */
  -webkit-mask-image: url("/assets/img/icons/hamburguer.svg");
  mask-image: url("/assets/img/icons/hamburguer.svg");

  width: 1.5rem;   /* Ajusta al tamaño del icono */
  height: 1.5rem;  /* Ajusta al tamaño del icono */

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;

  -webkit-mask-size: contain;
  mask-size: contain;

  -webkit-mask-position: center;
  mask-position: center;
  background-image: none;
  background-color: ButtonText; 
}
.btn-menu-mobile.in {
  /* background-image: url('/assets/img/icons/hamburguer_close.svg'); */
  -webkit-mask-image: url("/assets/img/icons/hamburguer_close.svg");
  mask-image: url("/assets/img/icons/hamburguer_close.svg");

  width: 1.5rem;   /* Ajusta al tamaño del icono */
  height: 1.5rem;  /* Ajusta al tamaño del icono */

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;

  -webkit-mask-size: contain;
  mask-size: contain;

  -webkit-mask-position: center;
  mask-position: center;
  background-image: none;
  background-color: ButtonText; 
}

/*ICONOS MENU MOBILE - TABLET*/
@media (max-width: 1023px) {
  .bottom-submenu li.submenuMyCardOption {
    display: flex;
    justify-content: left;
    align-items: center;
    cursor: pointer;
  }
  .bottom-submenu li.submenuMyCardOption .cardImg {
    max-width: 34px;
  }
  .bottom-submenu li.submenuMyCardOption .submenuGreenRightArrowIcon {
    max-width: 7px;
    margin: 0 7px;
  }
  .bottom-submenu li.submenuMyCardOption a {
    padding-left: 0rem;
    margin-bottom: 10px;
    padding-bottom: 0px;
    display: block;
  }

  #submenuMyCard {
    padding-left: 12px;
  }

  .submenuGreenRightArrowIcon {
    max-width: 7px;
    /* margin-right: 7px; */
  }

  #menuProductsPersonalFormula .icon-menuProductsPersonalFormula {
    width: 2rem;
    height: 2rem;
    display: inline-block;
    -webkit-mask: url(/assets/img/icons/FECI_Formula_Personal_NEG_RGB.svg) no-repeat center / contain;
    mask: url(/assets/img/icons/FECI_Formula_Personal_NEG_RGB.svg) no-repeat center / contain;
    background-color: ButtonText;
  }

  #menuProductsPaymentByInstallments .icon-menuProductsPaymentByInstallments {
    width: 2rem;
    height: 2rem;
    display: inline-block;
    -webkit-mask: url(/assets/img/icons/FECI_Pago-Cuotas_NEG_RGB.svg) no-repeat center / contain;
    mask: url(/assets/img/icons/FECI_Pago-Cuotas_NEG_RGB.svg) no-repeat center / contain;
    background-color: ButtonText;
  }

  #menuProductsCreditLine .icon-menuProductsCreditLine {
    width: 2rem;
    height: 2rem;
    display: inline-block;
    -webkit-mask: url(/assets/img/icons/FECI_Linea-Credito_NEG_RGB.svg) no-repeat center / contain;
    mask: url(/assets/img/icons/FECI_Linea-Credito_NEG_RGB.svg) no-repeat center / contain;
    background-color: ButtonText;
  }

  #menuPromotionRepsol .icon-menuPromotionRepsol {
    width: 2rem;
    height: 2rem;
    display: inline-block;
    -webkit-mask: url(/assets/img/icons/FECI_Reposta-Gana_NEG_RGB.svg) no-repeat center / contain;
    mask: url(/assets/img/icons/FECI_Reposta-Gana_NEG_RGB.svg) no-repeat center / contain;
    background-color: ButtonText;
  }

  #menuPromotionSpecial .icon-menuPromotionSpecial {
    width: 2rem;
    height: 2rem;
    display: inline-block;
    -webkit-mask: url(/assets/img/icons/FECI_100-Financiacion_NEG_RGB.svg) no-repeat center / contain;
    mask: url(/assets/img/icons/FECI_100-Financiacion_NEG_RGB.svg) no-repeat center / contain;
    background-color: ButtonText;
  }

  #menuProductsPersonalFormula, 
  #menuProductsPaymentByInstallments, 
  #menuProductsCreditLine,
  #menuPromotionRepsol,
  #menuPromotionSpecial {
    background-position: left center;
    background-size: 2.3rem;
    background-repeat: no-repeat;
    padding-left: 3rem;
  }
  /*Al añadir iconos, hay que ampliar el tamaño del menú cuanto está desplegado*/
  .main-menu.in {
    width: 315px;
  }

  #menuProductsCreditLine.no-icon-mobile {
    padding-left: 0;
  }

}

.login-icon {
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
}
/* .new-btn:focus .login-icon */
.new-btn:active .login-icon {
  content: url('/assets/img/icons/Frame2.svg');
}


@media (min-width: 1024px) {
  #menuWrapper #mainMenu{
    height: 10rem;
  }
}

@media (max-width: 1023px) {
  .user-actions-menu .list-inline-menu {
    justify-content: center;
  }
}

.list-inline .my-profile .user-info .user-info-img,
.list-inline .logoutBtn.logout-btn .logoutBtn-img {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: .5rem;
}


button#menuMyCard:active,
button#menuProducts:active,
button#menuDeferPurchases:active,
button#menuMoreOptions:active,
button#menuPromotions:active {
  border-bottom: 1px solid #242424;
}