@charset "UTF-8";
/*@import url("https://fonts.cdnfonts.com/css/hubot-sans");*/
/*ICONOS*/
/*FUENTES*/
@font-face {
  font-family: "Inter Extra Bold";
  src: url("Fonts2/Inter-ExtraBold.ttf") format("truetype");
}
@font-face {
    font-family: "Henrrieta Semi Bold";
    src: url("Fonts2/VCHenrietta-SemiBold.woff") format("woff");
}
@font-face {
    font-family: "Inter Regular";
    src: url("Fonts2/Inter-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Inter Black";
  src: url("Fonts2/Inter-Black.ttf") format("truetype");
}
@font-face {
  font-family: "Inter Bold";
  src: url("Fonts2/Inter-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Inter Extra Light";
  src: url("Fonts2/Inter-ExtraLight.ttf") format("truetype");
}
@font-face {
  font-family: "Inter Light";
  src: url("Fonts2/Inter-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Inter Medium";
  src: url("Fonts2/Inter-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Inter Thin";
  src: url("Fonts2/Inter-Thin.ttf") format("truetype");
}
@font-face {
    font-family: "Gothic";
    src: url("Fonts2/CenturyGothic.ttc") format("truetype");
}
@font-face {
    font-family: "Henriette Regular";
    src: url("Fonts2/VCHenrietta-Regular.woff") format("woff");
}
@font-face {
    font-family: "Henriette Medium";
    src: url("Fonts2/VCHenrietta-Medium.woff") format("woff");
}
@font-face {
    font-family: "Henriette Bold";
    src: url("Fonts2/VCHenrietta-Bold.woff") format("woff");
}
@font-face {
    font-family: "Henriette Black";
    src: url("Fonts2/VCHenrietta-Black.woff") format("woff");
}
/*VARIABLES*/

:root {
    /* COLOR FONDO*/
    --bg-pages: #f8feff;
    /*FUENTES*/
    --fuentes-titulos-black: "Inter Black";
    --fuentes-titulos-Extrabold: "Inter Extra Bold";
    --fuentes-titulos-bold: "Henriette Medium";
    --fuentes-tiutlos-semibold: "Henrrieta Semi Bold";
    --fuentes-textos-regular: "Inter Regular";
    --fuentes-textos-light: "Inter  Light";
    --fuentes-textos-medium: "Inter Medium";
    --fuentes-textos-Extralight: "Inter Extra Light";
    --fuentes-textos-thing: "Inter Thin";
    --fuentes-gotichc: "Gothic";
    /*COLOR TEXTOS*/
    --color-titulos-2: #00bbfe;
    --color-textos-fff: #fff;
    --color-p: #6D758F;
    /*COLOR FONDOS*/
    --fonod-degradado: linear-gradient(179deg, rgba(135, 155, 169, 0.3294117647) 0, #010a27 100%);
    --fondo-noticias: linear-gradient(179deg, rgba(135, 155, 169, 0.3294117647) 0, rgba(1, 10, 39, 0.5098039216) 100%);
    /*color-borders*/
    --color-bordes-3: #8ab5ff;
    --fondo-login: #fff;
    --color-fuentes-botones: #fff;
    --links-var-color: #6D758F;
    /*botones cta*/
    --border-btn-car: #b1d4ff;
    --color-botones-fav: #fc3969;
    --border-btn-fav: #ffb1b1;
    /*VALORES REALES*/
    --color-primary: #8cbeff;
    --color-secundary: #4B8DFA;
    --color-terciary: #55b2ff;
    --color-lighBlue: #00bbfe;
    --color-textos: #003967;
    --bg-hover-buttons: #395fc7;
    --border-cards: 0px 1px 2px 0px #4b8dfa85;
    /*COLORES MENU*/
    --bg-cerrar-sesion: #63a4ea;
    --bg-cajon-perfil-menu: #dbedff;
    --bg-cajones-header: #c0f0ff;
    --bg-metricas: #00bbfe;
}


* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body, html {
  margin: 0;
  font-family: Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--fuentes-titulos-bold);
}

p {
    font-family: var(--fuentes-gotichc);
}

strong {
    font-family: var(--fuentes-gotichc);
}

.full-height {
  height: 100vh;
}

/* Asegúrá de que el logo esté centrado */
.header-content {
  position: relative;
  width: 100%;
  padding: 10px;
}

.img-logo-header {
  max-width: 150px;
}

/* Alineación de los elementos */
.header-content .d-flex {
  display: flex;
  justify-content: space-between; /* Espacia el contenido entre el botón y los elementos a la derecha */
  align-items: center;
}

.carrito-header, .icon-home, .puntos-header, .perfil-home {
  margin-left: 10px;
  margin-right: 10px;
}

.logo1 {
  font-size: 20px;
  color: var(--color-textos);
}

/* Asegura que el logo esté centrado */
.header-content .logo-header {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.img-logo-header {
  width: 150px;
}

.header-content {
  height: 70px;
  display: flex;
  align-items: center;
  background-color: #fff;
  justify-content: space-between;
}

    .header-content .bx-menu,
    .header-content .text {
        color: var(--color-textos);
        font-size: 35px;
        border: 2px solid var(--color-textos);
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.22);
    }

.header-content .bx-menu {
  margin: 0 15px;
  cursor: pointer;
}

.header-content .text {
  font-size: 26px;
  font-weight: 600;
}

.logo1 {
  font-size: 22px;
  color: var(--color-textos);
  text-decoration: none;
}

.perfil-home {
    width: 245px;
    display: flex;
    align-items: center;
    background: var(--bg-cajones-header);
    border-radius: 10px;
}
    .perfil-home .perfil-home-info .span-nombre {
        font-size: 15px;
        font-family: var(--fuentes-tiutlos-semibold);
        color: #003967;
    }
.perfil-home .perfil-home-info .span-puntos {
  font-size: 15px;
  font-weight: bold;
}
    .perfil-home .perfil-home-info .span-puntos small {
        font-weight: 100;
        font-size: 13px;
        font-family: var(--fuentes-textos-medium);
        color: #003967;
    }

.car-bag {
    background: #003967;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    top: -1rem;
    text-decoration: none;
    right: 0.5rem;
    line-height: 1.6;
    color: #ffffff;
    text-align: center;
    font-size: 8px;
    padding-top: 2px;
    font-family: "Gordita bold";
}

footer {
  height: 50px;
  background: #fff;
}
footer .footer {
  display: flex;
  align-items: center;
  height: 50px;
  justify-content: space-between;
  color: blue;
}
footer .footer a {
  width: 200px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0);
  box-sizing: border-box;
  font-family: var(--fuentes-gotichc);
  color: #003a8c;
  text-align: left;
  line-height: 20px;
  font-size: 14px;
  text-decoration: none;
  display: block;
}
footer .footer a:hover {
  box-sizing: border-box;
  text-decoration: underline;
}
footer .footer a:checked {
  box-sizing: border-box;
  text-decoration: underline;
}
footer .footer a:disabled {
  box-sizing: border-box;
  text-decoration: underline;
  color: #c5c0db;
}
footer .footer a:focus {
  border: 1px solid #c73e1d;
  box-sizing: border-box;
  text-decoration: underline;
}

.puntos-header {
    background: #003967;
    padding: 3px 15px;
    border-radius: 10px;
}
.puntos-header i {
  color: var(--color-textos);
  font-size: 24px;
}
    .puntos-header p {
        color: #fff;
        font-family: var(--fuentes-tiutlos-semibold);
    }

.img-perfil-header {
  width: 40px;
  height: 40px;
  border-radius: 12px;
}

.a-icon-home {
  display: block;
}

.icon-home i {
    background: var(--bg-cajones-header);
    width: 37px;
    height: 50px;
    border-radius: 10px;
    display: block;
    margin: auto;
    text-align: center;
    color: var(--color-textos);
    display: flex;
    align-items: center;
    justify-content: center;
}
    .icon-home i:hover {
        background: #003967;
        color: #fff;
        transition: all 0.3s ease;
    }

/*ESTILOS MENÚ*/
.fondo-oscuro {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Fondo oscuro */
  display: none;
  z-index: 999;
  transition: opacity 0.3s ease; /* Asegura que esté detrás del menú pero por encima de otros elementos */
}

.menu-filtro {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 400px; /* Ancho del menú */
  background-color: #fff; /* Fondo oscuro */
  display: none;
  transition: right 0.3s ease-in-out;
  z-index: 1000; /* Asegura que el menú esté encima de otros elementos */
}
.menu-filtro .filtros-titulo {
  border-bottom: 1px solid #f0f1f7;
}
.menu-filtro .filtros-titulo h3 {
  font-family: "Inter SemiBold", "Inter Regular", "Inter", sans-serif;
  font-weight: 600;
  color: #333333;
  text-align: left;
  line-height: normal;
  font-size: 18px;
}
.menu-filtro .filtros-titulo .cerra-menu-fl {
  border: none;
  color: #000000;
  font-weight: bold;
  background-color: #fff;
}
.menu-filtro .filtros-menu .cajon-logo-menu {
  background-color: #f6faff;
  font-weight: BOLD;
  color: var(--color-textos);
  border-radius: 10px;
  font-size: 22px;
  font-family: var(--fuentes-titulos-black);
}
.menu-filtro .filtros-menu .cajon-perfil-menu {
  background-color: var(--bg-cajones-header);
  font-weight: BOLD;
  color: #6D758F;
  border-radius: 10px;
  font-size: 18px;
}
.menu-filtro .filtros-menu .cajon-perfil-menu .span-ver-p a {
  font-size: 15px;
  color: var(--links-var-color) !important;
  text-decoration: none;
  font-family: var(--fuentes-textos-regular);
}
    .menu-filtro .filtros-menu .cajon-perfil-menu .span-ver-p a:hover {
        text-decoration: underline;
        color: var(--color-textos);
    }

.img-menu-lateral {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  overflow: auto;
}
.img-menu-lateral img {
  width: 100%;
  height: 100%;
}

.cajon-perfil-menu .span-nombre {
  font-family: var(--fuentes-tiutlos-semibold);
  color:var(--color-textos);
}

.list-menu li {
  font-size: 18px;
  height: 54px;
  border-radius: 15px;
  transition: all 0.3s ease;
  margin: 5px 0px;
}
.list-menu li a {
  color: var(--color-textos);
  gap: 50px;
  font-family: var(--fuentes-textos-medium);
}
.list-menu li a i {
  width: 20px;
}
.list-menu li:hover a {
  color: #fff;
}
.list-menu li:hover {
  background-color: var(--color-titulos-2);
}
.list-menu li:checked {
  background-color: #2b3452;
  box-sizing: border-box;
}
.list-menu li:focus {
  border: 1px solid #707da5;
  box-sizing: border-box;
}

.cerrar-sesion-menu {
  width: 245px;
  margin: auto;
  border-radius: 15px;
  background-color: var(--bg-cerrar-sesion);
}
.cerrar-sesion-menu .Icon-cerrar {
  color: var(--color-textos);
  background-color: #fff;
  border-radius: 18px;
  width: 48px;
  height: 48px;
  display: block;
  font-size: 29px;
}
.cerrar-sesion-menu h6 {
  color: #fff;
  font-family: var(--fuentes-tiutlos-semibold);
}
.cerrar-sesion-menu p {
  text-align: center;
  font-size: 12px;
  color: #fff;
  font-family: var(--fuentes-textos-regular);
}
.cerrar-sesion-menu a {
  color: var(--color-textos);
  border-radius: 10px;
  background-color: #fff;
  height: 40px;
  display: block;
  font-weight: 900;
  padding: 8px;
  font-family: var(--fuentes-tiutlos-semibold);
}

.menu-filtro.open {
  display: block;
}

@media screen and (max-width: 1400px) {
  .filtros-menu {
    height: calc(100vh - 50px);
    overflow-y: scroll;
  }
  .filtros-menu::-webkit-scrollbar {
    width: 12px; /* Ancho del scrollbar vertical */
    height: 12px; /* Altura del scrollbar horizontal */
  }
  .filtros-menu .input-group {
    margin-bottom: 4% !important;
  }
}
/* Clases para activar la animación */
.fondo-oscuro.mostrar {
  display: block;
  animation: mostrarFondoOscuro 0.3s forwards;
}

.menu-filtro.mostrar {
  display: block;
  animation: mostrarMenuFiltro 0.3s forwards;
}

/* Animación del fondo oscuro */
@keyframes mostrarFondoOscuro {
  0% {
    opacity: 0; /* Comienza fuera de la pantalla a la izquierda */
  }
  100% {
    opacity: 1; /* El fondo oscuro llega a su posición final */
  }
}
/* Animación del menú deslizándose desde la derecha */
@keyframes mostrarMenuFiltro {
  0% {
    transform: translateX(-100%); /* El menú comienza fuera de la pantalla a la derecha */
  }
  100% {
    transform: translateX(0); /* El menú llega a su posición final */
  }
}
/* Alerta de color naranja (Recordatorio de reunión) */
.alert.reminder {
  background-image: linear-gradient(to right, #ff7e5f, #eac942);
  border: 1px solid #f57c00;
}
.alert.reminder .alert-content {
  display: flex;
  align-items: center;
  gap: 30px;
}
.alert.reminder .alert-content span {
  font-family: var(--fuentes-titulos-black);
}

.fa-bell-meet {
  width: 50px;
  display: block;
}
.fa-bell-meet::after {
  content: url(../img/SVG/megafono-alerta.svg);
  width: 55px;
  height: 29px;
  display: block;
  top: -11px;
  position: absolute;
}

/* Alerta de color morado (Nueva promoción o producto) */
.alert.promotion {
  background-image: linear-gradient(to right, #550f91, #7073ff);
  border: 1px solid #7b1fa2;
}
.alert.promotion .alert-content {
  display: flex;
  align-items: center;
  gap: 30px;
}
.alert.promotion .alert-content span {
  font-family: var(--fuentes-titulos-black);
}

.promo-descuento {
  width: 50px;
  display: block;
}
.promo-descuento::after {
  content: url(../img/SVG/promocion-descuento.svg);
  width: 55px;
  height: 29px;
  display: block;
  top: -11px;
  position: absolute;
}

@media screen and (max-width: 1000px) {
  .footer {
    justify-content: center !important;
    width: 100%;
    text-align: center;
  }
  footer .footer a {
    text-align: center;
  }
   
    .perfil-home {
        width: 55px;
    }
    .header-content .logo-header {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
   /* .header-content {
        justify-content: end !important;
    }*/
    .perfil-home-info{
        display:none;
    }
    
    }
@media screen and (max-width: 600px) {
  .footer, .link-footer {
    flex-direction: column;
  }
  .link-footer {
    margin-top: 10px;
  }
  .link-footer a {
    margin-bottom: 5px;
  }
  footer .footer {
    height: auto;
  }
  .celis-onboarding {
    margin-top: 20px;
    padding-left: 0px !important;
  }
    .img-logo-header {
        max-width: 100px !important;
    }
}
@media screen and (max-width: 400px) {
  .menu-filtro {
    width: 100% !important;
  }
  .alert.promotion .alert-content, .alert.reminder .alert-content {
    gap: 21px;
  }
  .alert.promotion, .alert.reminder {
    width: 300px;
  }
  .alert.promotion .alert-content span, .alert.reminder .alert-content span {
    font-size: 10px;
  }
  .alert.promotion .alert-content a, .alert.reminder .alert-content a {
    font-size: 10px;
  }
    .header-content .logo-header {
        transform: translate(-65%, -50%);
    }
    .img-logo-header {
        max-width: 100px !important;
    }
}


.body-land {
  background: #05060f linear-gradient(0deg, rgba(216, 236, 248, 0.06), rgba(152, 192, 239, 0.06));
  font-family: Untitled Sans, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
}

.hero {
  width: 100%;
  height: 100%;
  max-height: 140px;
  position: absolute;
  top: 16em;
}

.heroT {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 20em;
  padding-top: 2em;
  translate: 0 -1.6em;
  opacity: 0;
  animation: load 2s ease-in-out 0.6s forwards;
}

@keyframes load {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@property --p {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 0%;
}
.heroT > h2 {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: fit-content;
  font-size: 7em;
  font-weight: 600;
  color: #9dc3f7;
  background: radial-gradient(2em 2em at 50% 50%, transparent calc(var(--p) - 2em), #fff calc(var(--p) - 1em), #fff calc(var(--p) - 0.4em), transparent var(--p)), linear-gradient(0deg, #bad1f1 30%, #9dc3f7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 2px 16px rgba(174, 207, 242, 0.24);
  --p:0%;
  transition: --p 3s linear;
  font-family: var(--fuentes-titulos-bold);
  animation: pulse 10s linear 1.2s infinite;
}

.heroT h2:nth-child(2) {
  background: radial-gradient(2em 2em at 50% 50%, transparent calc(var(--p) - 2em), transparent calc(var(--p) - 1em), #fff calc(var(--p) - 1em), #fff calc(var(--p) - 0.4em), transparent calc(var(--p) - 0.4em), transparent var(--p));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: blur(16px) opacity(0.4);
  font-family: var(--fuentes-tiutlos-bold);
}

@keyframes pulse {
  0% {
    --p:0%;
  }
  50% {
    --p:300%;
  }
  100% {
    --p:300%;
  }
}
.heroSubP {
  position: absolute;
  left: 0;
  right: 0;
  top: 13em;
  margin: auto;
  height: fit-content;
  opacity: 0;
  translate: 0 -1em;
  animation: load3 2s ease-in 0s forwards, up 1.4s ease-out 0s forwards;
}

@keyframes load3 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.heroSubP p {
  font-size: 1em;
  position: relative;
  width: fit-content;
  margin: auto;
  color: #d8ecf8;
  text-shadow: 0 2px 16px rgba(174, 207, 242, 0.24);
  background: linear-gradient(0deg, #d8ecf8 0, #98c0ef 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--fuentes-tiutlos-semibold);
}

.heroSubP p::before,
.heroSubP p::after {
  position: absolute;
  top: 60%;
  display: block;
  content: "";
  width: 5em;
  height: 1px;
  opacity: 0;
  animation: load2 1.4s ease-in-out 0s forwards, up 1.4s ease-out 0s forwards;
}

@keyframes load2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.3;
  }
}
.heroSubP p::before {
  background: linear-gradient(-90deg, #9dc3f7 0%, transparent 100%);
  right: 120%;
  translate: -5em 0;
}

.heroSubP p::after {
  background: linear-gradient(90deg, #9dc3f7 0%, transparent 100%);
  left: 120%;
  translate: 5em 0;
}

.heroP {
  font-size: 1.2em;
  position: absolute;
  left: 0;
  right: 0;
  top: 20.6em;
  margin: auto;
  height: fit-content;
  width: fit-content;
  text-align: center;
  opacity: 0;
  translate: 0 1em;
  animation: load 2s ease-out 2s forwards, up 1.4s ease-out 2s forwards;
  color: #d8ecf8;
  text-shadow: 0 2px 16px rgba(174, 207, 242, 0.24);
  background: linear-gradient(0deg, #d8ecf8 0, #98c0ef 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--fuentes-tiutlos-semibold);
}

@keyframes up {
  100% {
    translate: 0;
  }
}
.botones-land {
  position: absolute;
  left: 0;
  right: 0;
  top: 30.6em;
  margin: auto;
}
.botones-land a {
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  padding: 5px 15px;
  background-color: #98c0ef;
  width: 150px;
  display: block;
  box-shadow: 0 2px 16px rgba(174, 207, 242, 0.5);
  animation: load3 3s ease-in-out 0s forwards, up 1.4s ease-out 0s forwards;
  text-align: center;
}
.botones-land a:focus {
  outline: 1.5px solid #3f477f;
}

@media screen and (max-width: 741px) {
  .heroT > h2 {
    font-size: 14vw;
  }
}

.login-container {
  display: grid;
  grid-template-columns: 60% 1fr;
  height: 100vh;
}
.login-container .login-image {
  flex: 1;
  background: url("../img/bg-37.jpg") no-repeat center center;
  background-size: cover;
  display: block;
}
.login-container .login-image-pass {
  flex: 1;
  background: url("../img/bg-contraseña.jpg") no-repeat center center;
  background-size: cover;
  display: block;
}
.login-container .login-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  background-color: var(--fondo-login);
  max-width: 100%;
  box-sizing: border-box;
}
.login-container .login-form h1 {
  font-family: var(--fuentes-titulos-black);
  color: var(--color-textos);
}
.login-container .login-form h2 {
  font-family: var(--fuentes-tiutlos-semibold);
  color: var(--color-textos);
}
.login-container .login-form form {
  width: 400px;
  margin: 0px auto;
}
.login-container .login-form form label {
  font-family: var(--fuentes-textos-medium);
  color: var(--color-textos);
}
.login-container .login-form form .input-form {
  height: 50px;
}
.login-container .login-form form .input-form::placeholder {
  color: #ABABAB;
  font-family: var(--fuentes-textos-medium);
}
.login-container .login-form .img-logo {
  width: 13rem;
}
.login-container .login-form .form-check-label {
  margin-bottom: 0;
}
.login-container .login-form .btn-custom {
  background-color: var(--color-lighBlue);
  color: var(--color-fuentes-botones);
  border: none;
  transition: background-color 0.3s;
}
.login-container .login-form .btn-custom:hover {
  background-color: var(--bg-hover-buttons);
}
.login-container .login-form .links {
  margin-top: 15px;
  font-family: var(--fuentes-textos-regular);
  color: var(--color-textos);
}
.login-container .login-form .links:hover {
  text-decoration: underline;
}

.registro-form {
  width: 100% !important;
}
.registro-form input {
  height: 45px !important;
}

.google-login {
  width: 242px;
  height: 44px;
  border-radius: 8px;
  background-color: #ebf5ff;
  box-sizing: border-box;
  font-family: var(--fuentes-textos-regular);
  color: #333335;
  text-align: left;
  line-height: 20px;
  letter-spacing: 1.3px;
  border: none;
  margin: 27px 0;
  text-align: center;
}
.google-login img {
  width: 18px;
}

.recuperar-contra {
  width: 400px !important;
  margin: 0px auto;
}
.recuperar-contra .posicion-ojo {
  right: 27px !important;
}

.logo-login-bg {
  position: absolute;
  top: 5%;
  left: 0;
  text-align: left;
  padding: 0;
  width: 170px;
}

.logo-login-bg img {
  width: 100% !important;
  height: 105px;
  position: relative;
  left: 0%;
}

/*MODAL AVATAR*/
.avatar-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  padding-top: 60px;
}
.avatar-modal .avatar-modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 525px;
  position: relative;
}
.avatar-modal .avatar-modal-content .close-avatar-modal {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 25px;
  cursor: pointer;
}
.avatar-modal .avatar-modal-content .close-avatar-modal:hover, .avatar-modal .avatar-modal-content .close-avatar-modal:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.avatar-modal .avatar-modal-content h2 {
  text-align: center;
  margin: 0;
  color: var(--color-textos);
}
.avatar-modal .avatar-modal-content .avatar-selection-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 20px;
  justify-items: center;
  height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
}
.avatar-modal .avatar-modal-content .avatar-selection-container::-webkit-scrollbar {
  height: 10px;
}
.avatar-modal .avatar-modal-content .avatar-selection-container::-webkit-scrollbar-track {
  background: transparent;
}
.avatar-modal .avatar-modal-content .avatar-selection-container::-webkit-scrollbar-thumb {
  background: transparent;
}
.avatar-modal .avatar-modal-content .avatar-selection-container::-webkit-scrollbar-button {
  display: none;
}
.avatar-modal .avatar-modal-content .avatar-selection-container .avatar-image {
  width: 100px;
  height: 130px;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
  border: 2px solid transparent;
  position: relative;
  transition: border-color 0.3s ease-in-out;
}
.avatar-modal .avatar-modal-content .avatar-selection-container .avatar-image.selected {
  border-color: green;
}
.avatar-modal .avatar-modal-content .avatar-selection-container .avatar-image.selected::after {
  content: "✔";
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: green;
  border-radius: 50%;
  color: white;
  font-size: 18px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  z-index: 1;
}
.avatar-modal .avatar-modal-content button {
  display: block;
  width: 100%;
  padding: 10px;
  margin-top: 20px;
  background-color: #71bf83;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s ease-in-out;
}
.avatar-modal .avatar-modal-content button:hover {
  background-color: #45a049;
}

@media (max-width: 800px) {
  .login-container {
    grid-template-columns: 1fr;
  }
  .login-container .login-image {
    height: 15rem;
  }
  .login-container .login-image .logo-login-bg {
    display: none;
  }
  .login-container .login-form {
    height: auto;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }
  .login-container .login-form form {
    width: 90%;
  }
}
@media screen and (max-width: 570px) {
  .in-4 {
    margin-top: 1.5rem;
  }
}


.home-contentainer {
  background: var(--bg-pages);
  height: 100%;
  position: relative;
}

.home-section .home-content {
  width: 100%;
  justify-content: space-around;
}

.container-sec {
  display: flex;
  flex-wrap: wrap;
}
.container-sec > .item {
  margin: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 10px;
  box-shadow: 10px 10px 10px #d1d9e6, 0px 0px 0px #d4dfec;
}
.container-sec > .item:nth-child(1) {
  flex: 0 0 calc(70% - 10px);
}
.container-sec > .item:nth-child(2) {
  flex: 0 0 calc(30% - 10px);
}
.container-sec > .item:nth-child(-n+2) {
  flex: 0 0 calc(50% - 10px);
}
.container-sec > .item:nth-child(n+3):nth-child(-n+6) {
  flex: 0 0 calc(25% - 10px);
}
.container-sec > .item:nth-child(n+7) {
  flex: 0 0 calc(100% - 10px);
}

.banner {
    max-width: 900px;
    height: 300px;
    position: relative;
    overflow: hidden;
}
.banner .banner-content {
  width: 100%;
  height: 100%;
  position: absolute;
}
.banner .banner-content .banner-img {
  height: 100%;
  width: 100%;
}
.banner .banner-content .banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.reto-mensual {
  background-color: #fff;
}
.reto-mensual .reto-banner {
  border: none;
  width: 100%;
  height: 300px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.047);
}
.reto-mensual .reto-banner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.reto-mensual .reto-banner .info-reto {
  color: #fff;
  background: linear-gradient(179deg, rgba(135, 155, 169, 0) 0, #010a27 100%);
  backdrop-filter: blur(0px);
}
.reto-mensual .reto-banner .info-reto .info-reto-cont {
  padding-top: 0;
  width: 50%;
}
.reto-mensual .reto-banner .info-reto .info-reto-cont button {
  background-color: #fff;
  color: #5F5F5F;
  padding: 5px 10px;
  border: 1px solid #C5C5C5;
  border-radius: 10px;
  font-size: 15px;
  margin: auto;
}

.metricas {
  background-color: #fff;
  height: 100px;
}
    .metricas .icon-metricas {
        width: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 30px;
        color: #fff;
        height: 60px;
        border-radius: 50%;
        background-color: var(--bg-metricas);
        box-shadow: 0.3rem 0.3rem 0.6rem #c8d0e7, -0.2rem -0.2rem 0.5rem #fff;
    }
    .metricas p {
        font-size: 16px;
        font-family: var(--fuentes-gotichc);
    }
.metricas .valor-metrica {
  color: #718EBF;
  font-family: var(--fuentes-textos-regular);
}

.small-metricas {
  font-size: 11px;
  color: #71bf83;
}

.small-metricas-2 {
  font-size: 11px;
  color: #c02525;
}

.ultimas-comunicaciones .novedad-content {
  width: 90%;
  margin: auto;
  height: 100px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.ultimas-comunicaciones .novedad-content .img-novedad {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border-radius: 17px;
}
.ultimas-comunicaciones .novedad-content .img-novedad img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ultimas-comunicaciones .novedad-content .caption-novedad {
  position: absolute;
  top: 0;
  width: 100%;
  color: #fff;
  background: linear-gradient(179deg, rgba(135, 155, 169, 0.3294117647) 0, #010a27 100%);
  height: 100%;
  backdrop-filter: blur(2px);
  border-radius: 7px;
}
.ultimas-comunicaciones .novedad-content .caption-novedad h4 {
  padding-left: 10px;
  padding-top: 20px;
  padding-bottom: 16px;
  margin: 0;
  font-size: 18px;
  font-family: var(--fuentes-titulos-Extrabold);
}
.ultimas-comunicaciones .novedad-content .caption-novedad small {
  font-size: 10px;
  padding-left: 10px;
  font-family: var(--fuentes-textos-regular);
}
.ultimas-comunicaciones .novedad-content .caption-novedad .categoria-comunicacion {
  background: #88919a;
  color: #ffffff;
  padding: 1px 3px;
  border-radius: 4px;
  font-family: var(--fuentes-textos-regular);
}
.ultimas-comunicaciones .novedad-content .caption-novedad .categoria-comunicacion-a {
  background: #79c59a;
  padding: 3px;
  border-radius: 4px;
  margin-right: 9px;
  margin-left: auto;
  font-family: var(--fuentes-textos-regular);
}
.ultimas-comunicaciones .novedad-content .caption-novedad .categoria-comunicacion-a a {
  text-decoration: none;
  color: #fff;
}

.dias-metas .fecha-evento-titulo {
  background-color: rgba(245, 248, 252, 0.7490196078);
  color: #0095ff;
  border-radius: 5px;
  padding: 10px;
  width: 350px;
  font-weight: bold;
  box-shadow: 0.3rem 0.3rem 0.6rem #c8d0e7, -0.2rem -0.2rem 0.5rem #fff;
  margin: 20px auto;
}
.dias-metas .info-evento {
  text-align: center;
  margin: auto;
  border: 1px solid #e2e2e2;
  border-radius: 36px;
  padding: 28px;
  box-shadow: 10px 10px 10px #d1d9e6, 0px 0px 0px #d4dfec;
  animation: float 3s ease-in-out infinite;
}
.dias-metas .info-evento a {
  background-color: #fff;
  color: #5F5F5F;
  padding: 5px 10px;
  border: 1px solid #C5C5C5;
  border-radius: 10px;
  font-size: 15px;
  margin: auto;
  font-family: var(--fuentes-textos-regular);
}
.dias-metas .info-evento .titulo-evento {
  border-bottom: 2px solid #C5C5C5;
}
.dias-metas .info-evento .titulo-evento .organizador-nombre h6 {
  text-align: justify;
  font-family: var(--fuentes-textos-regular);
}
.dias-metas .info-evento .titulo-evento .organizador-nombre span {
  color: #d71e1e;
  font-size: 18px;
}
.dias-metas .info-evento .titulo-evento .organizador-nombre p {
  font-size: 12px;
  font-weight: bold;
  font-family: var(--fuentes-gotichc);
}

.calendario-evento {
  width: 45px;
}

.dia-evento {
  right: 12px;
  top: 11px;
  font-family: var(--fuentes-textos-regular);
}

.icon-meet {
  content: url("../img/google-meet.svg");
  width: 18px;
  display: block;
}

.icon-separador {
  content: url("../img/arrow-swap-horizontal.svg");
}

.ultimas-comunicaciones,
.productos-recomendados-c,
.dias-metas {
  background-color: #fff;
  height: 400px;
}
.ultimas-comunicaciones .ult-co-header,
.productos-recomendados-c .ult-co-header,
.dias-metas .ult-co-header {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 50px;
  box-shadow: 0px 0px 0px rgba(255, 255, 255, 0.9), 5px 5px 8px #c8d0e7;
  color: var(--color-titulos-2);
  font-family: var(--fuentes-titulos-bold);
}

.Productos-recomendados {
  margin: auto;
  width: 95%;
  gap: 10px;
  overflow: hidden;
  scroll-behavior: smooth;
}

.producto-recomendado-card {
  width: 300px;
  border-radius: 10px;
  border: 1px solid #e9eeff;
  height: 315px;
  flex: 0 0 auto;
}
.producto-recomendado-card img {
  width: 100%;
  height: 180px;
  object-fit:cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.producto-recomendado-card a {
  text-align: center;
  border: 1px solid #a1bdff;
  border-radius: 5px;
  padding: 5px 14px;
  font-size: 0.9rem;
  color: var(--color-textos);
  background-color: #ffffff;
  font-weight: bold;
}
.producto-recomendado-card a:hover {
  background-color: #5c94de;
  box-sizing: border-box;
  transition: all 0.3s ease;
  color: #fff;
}
.producto-recomendado-card a:checked {
  background-color: #023373;
  box-sizing: border-box;
}
.producto-recomendado-card a:disabled {
  background-color: #d2ebfd;
  box-sizing: border-box;
}
.producto-recomendado-card a:focus {
  border: 1px solid #003a8c;
  background-color: #023373;
  box-sizing: border-box;
}

.btn-sliders-productos-rc {
  position: relative;
  width: 100%;
  top: 9rem;
}
.btn-sliders-productos-rc button {
  width: 24px;
  height: 23px;
  border-radius: 4px;
  border: 1px solid rgba(33, 33, 33, 0.05);
  background-color: rgba(255, 255, 255, 0.5);
  color: #212121;
  fill: #0033a0;
  font-weight: bold;
}
.btn-sliders-productos-rc button:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
.btn-sliders-productos-rc .next {
  left: -0.5rem;
  position: relative;
  top: 0%;
}
.btn-sliders-productos-rc .prev {
  right: -0.5rem;
  top: 0%;
  position: relative;
}

.detalle-producto-rc p {
  font-size: 14px;
  font-family: var(--fuentes-textos-regular);
}

.info-reto-cont h2 {
  font-family: var(--fuentes-tiutlos-semibold);
}
.info-reto-cont p {
  font-family: var(--fuentes-titulos-black);
}

.info-meet div p:first-of-type {
    /* Aquí van los estilos que deseas aplicar */
    font-family: var(--fuentes-gotichc)
}

@media (min-width: 900px) {
  .container-sec > .item:nth-child(-n+2) {
    flex: 0 0 calc(100% - 10px);
  }
  .container-sec > .item:nth-child(n+3):nth-child(-n+6) {
    flex: 0 0 calc(25% - 10px);
  }
  .container-sec > .item:nth-child(n+7) {
    flex: 0 0 calc(100% - 10px);
  }
}
@media (max-width: 899px) and (min-width: 600px) {
  .container-sec > .item {
    flex: 0 0 calc(50% - 10px);
  }
}
@media (max-width: 810px) {
  .container-sec > .item {
    flex: 0 0 98% !important;
    margin: 5px auto;
  }
  .reto-mensual .reto-banner .info-reto .info-reto-cont {
    width: 100%;
  }
  .productos-recomendados-c {
    width: 95%;
  }
  .Productos-recomendados {
    width: 90%;
  }
}
@media screen and (max-width: 1000px) {
  .home-section .home-content {
    width: 100%;
    justify-content: space-around;
  }
  .p-redimidos {
    padding-right: 13px;
  }
}
.slider__nav .prev, .slider__nav .next {
  color: #969696;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  margin-top: -15px;
  padding: 7px 15px;
  position: absolute;
  top: 50%;
  transition: 0.6s ease;
  user-select: none;
  width: auto;
  z-index: 30;
  text-decoration: none;
  background: rgba(239, 239, 239, 0.8);
  height: 34px;
  border-radius: 5px;
}

.slider__nav .next {
  right: 0;
}

.slider__nav .prev {
  left: 0;
}

.banner .active {
  animation: slide 0.3s ease forwards;
  z-index: 20;
}

@keyframes slide {
  from {
    transform: rotateY(25deg);
    opacity: 0.4;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.h2-meta {
  background-image: linear-gradient(to right, #689dff, #90dcff);
  padding: 3px 13px;
  border-radius: 8px;
  font-size: 1.2rem;
}

.span-brillo {
  width: 100%;
  height: 33px;
  background-color: hsla(155, 100%, 75.04%, 0.6);
  border-radius: 100%;
  filter: blur(20px);
  transition: all 0.2s ease;
  position: absolute;
  top: 50%;
  display: block;
}

@keyframes float {
  0% {
    transform: translateY(0); /* Comienza en su posición original */
  }
  50% {
    transform: translateY(-10px); /* Se mueve hacia arriba */
  }
  100% {
    transform: translateY(0); /* Vuelve a su posición original */
  }
}
.circle {
  transform: rotate(-90deg); /* Rotamos el círculo para empezar desde arriba */
}

.circle-background {
  fill: none;
  stroke: #e6e6e6; /* Color del fondo */
  stroke-width: 10;
}

.circle-progress {
  fill: none;
  stroke: #4caf50; /* Color del progreso */
  stroke-width: 10;
  stroke-linecap: round; /* Para bordes redondeados en la animación */
  stroke-dasharray: 440; /* Esto define la longitud del trazo del círculo */
  stroke-dashoffset: 440; /* Se iniciará "vacío" */
  transition: stroke-dashoffset 1s ease;
}

.percentage {
  font-size: 50px;
  font-weight: bold;
  fill: #FFF;
  text-anchor: middle;
  dominant-baseline: middle;
}

/*onboarding*/
/* Botón para abrir el modal */
.onboarding-open-btn {
  background-color: inherit;
  border: none;
  cursor: pointer;
}
.onboarding-open-btn img {
  width: 155px;
}

/* Estilo del Modal */
.onboarding-modal {
  display: none; /* Oculto por defecto */
  position: fixed; /* Se queda en la misma posición mientras se hace scroll */
  z-index: 112; /* Asegura que el modal se vea encima de todo */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); /* Fondo semi-transparente */
}

/* Contenido del Modal */
.onboarding-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  width: 520px; /* Ancho del modal */
  max-height: 80vh;
  overflow-y: clip;
}

/* Botón de cierre (X) */
.onboarding-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  cursor: pointer;
  color: #aaa;
}

.onboarding-close-btn:hover {
  color: #333;
}

/* Botón de cerrar modal */
.onboarding-close-modal-btn {
  padding: 10px 20px;
  font-size: 1rem;
  background-color: #f44336;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 20px;
  transition: background-color 0.3s ease;
}

.onboarding-close-modal-btn:hover {
  background-color: #d32f2f;
}

/* Contenedor del slider */
.onboarding-card-slider {
  position: relative;
  width: 500px; /* Ancho máximo del slider */
  height: 500px; /* Alto máximo del slider */
  overflow: hidden; /* Ocultar el desbordamiento */
  margin: 0 auto;
}

/* Contenedor de las tarjetas (esto es lo que se moverá) */
.onboarding-card-container {
  display: flex;
  transition: transform 0.3s ease; /* Animación de transición */
  width: 5000px; /* 10 tarjetas, cada una de 500px */
  justify-content: center; /* Asegura que las tarjetas estén centradas */
}

/* Estilo de las tarjetas */
.onboarding-card {
  width: 500px; /* Ancho fijo de cada tarjeta */
  height: 500px; /* Alto fijo de cada tarjeta */
  background-color: inherit;
  color: #8cbeff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.5rem;
  border-radius: 8px;
  margin-right: 15px; /* Espaciado entre tarjetas */
}
.onboarding-card h3 {
  font-family: var(--fuentes-titulos-Extrabold);
}
.onboarding-card p {
  font-family: var(--fuentes-textos-regular);
  color: var(--color-textos);
}
.onboarding-card img {
  width: 200px;
  height: auto;
}

/* Botones de control del slider */
.onboarding-slider-btn {
  position: absolute;
  width: 24px;
  height: 23px;
  border-radius: 4px;
  border: 1px solid rgba(33, 33, 33, 0.05);
  background-color: rgba(255, 255, 255, 0.5);
  color: #212121;
  font-weight: bold;
  cursor: pointer;
  font-size: 1rem;
  transform: translateY(-50%);
  z-index: 10;
  top: 50%;
}

.onboarding-slider-btn:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}

#onboarding-prev {
  left: 10px;
}

#onboarding-next {
  right: 10px;
}

.next {
  right: 0;
  top: 50%;
}

.prev {
  left: 0;
  top: 50%;
}

.celis-1onb {
  width: 200px;
}

/*PROGRES BAR M ETA*/
/* BARRA DE PROGRESO */
.progress__bar__sueño_cont {
  width: 100%;
  /* max-width: 600px; */
  margin: 0 auto;
  padding: 20px;
  /* background-color: #eaeaea; */
  border-radius: 1rem;
}

.progress__bar__sueño_cont h2 {
  text-align: center;
  color: #ff1802;
  font-family: "TerpelSans-Bold", Arial, sans-serif !important;
  font-weight: bold;
  margin-bottom: 20px;
}

.progress__bar__sueño_cont p {
  font-size: 1.2em;
  font-family: "TerpelSans-Bold", Arial, sans-serif !important;
  color: #666;
  text-align: justify;
  margin-top: 1rem;
}

/* Contenedor de la barra */
.progress__bar__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  position: relative;
}

/* Estilo para el porcentaje */
.progress__bar__percentage {
  font-size: 1.2rem;
  padding: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  color: var(--color-primary);
  border: 6px solid var(--color-primary);
  background: #fff;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  font-family: "Inter Black";
  align-items: center;
  font-weight: bold;
  right: -40px;
}

/* Estilo de la barra de progreso */
.progress__bar {
  width: 100%;
  height: 22px;
  background-color: #e0e0e0;
  border-radius: 5px;
  overflow: hidden;
  border-radius: 1rem;
}

/* Llenado de la barra de progreso */
/* Llenado de la barra de progreso */
.progress__bar__fill {
  height: 100%;
  border-radius: 1rem;
  background-color: #4caf50; /* Color de la barra de progreso */
  width: 0%; /* Inicialmente en 0% */
  transition: width 1.5s cubic-bezier(0.5, 0, 0.5, 1); /* Animación más suave y fluida */
  position: relative; /* Asegura que la imagen dentro de ella también se mueva bien */
}

/* Si deseas que el movimiento sea más elegante o con mayor suavidad */
.progress__bar__fill::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.2); /* Efecto brillante */
  animation: glowEffect 2s infinite ease-in-out; /* Efecto de brillo */
}

#progress-slider {
  width: 36px;
  height: 36px;
  position: absolute;
  left: 0%;
  top: -7px;
  border-radius: 0.5rem;
  background: #fff;
  border: 4px solid var(--color-primary);
  transition: left 1.5s cubic-bezier(0.5, 0, 0.5, 1);
}

.primero_sueño {
  border: 3px dashed #ff1802;
  font-family: "TerpelSans-Bold", Arial, sans-serif !important;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  width: 100%;
}

.primero_sueño img {
  transform: scaleX(-1);
  max-width: 400px;
  width: 100%;
}

.d-none-s2, .d-none_s3 {
  display: none;
}

.d_none_s {
  display: none;
}

.met-avance {
  background-image: linear-gradient(to right, #689dff, #90dcff);
  margin-bottom: 0;
  padding: 7px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}

@keyframes glowEffect {
  0% {
    transform: scaleX(1);
    opacity: 0.3;
  }
  50% {
    transform: scaleX(1.05);
    opacity: 1;
  }
  100% {
    transform: scaleX(1);
    opacity: 0.3;
  }
}
@media screen and (max-width: 768px) {
  .reto-mensual .reto-banner .info-reto .info-reto-cont {
    padding-top: 8%;
  }
  .reto-mensual .reto-banner {
    min-height: 67vh;
  }
    .onboarding-open-btn img {
        width: 110px;
    }
}


/*CATALOGO*/
.Catalogo {
  background: var(--bg-pages);
  min-height: 100vh;
  position: relative;
  margin: auto;
}
.Catalogo .Catalogo-cont {
  width: 93%;
  margin: auto;
}

.banner-catalogo {
  height: fit-content;
  box-shadow: 10px 10px 10px #d1d9e6, 0px 0px 0px #d4dfec;
  border-radius: 10px;
}
.banner-catalogo .banner-content {
  width: 100%;
  height: 100%;
}
.banner-catalogo .banner-content .banner-img {
  height: 100%;
  width: 100%;
}
.banner-catalogo .banner-content .banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.banner-descuento .banner-descuento-cont .banner-img {
  border-radius: 5px;
  overflow: auto;
}

.catalogo-card-content .catalogo-card {
  border-radius: 10px;
  box-shadow: 10px 10px 10px #d1d9e6, 0px 0px 0px #d4dfec;
  width: 400px;
  margin: 10px;
  height: 230px;
}
.catalogo-card-content .catalogo-card img {
  object-fit: cover;
}
.catalogo-card-content .catalogo-card .back-img-cat {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.catalogo-card-content .catalogo-card .wave-container {
  position: absolute;
  text-align: center;
  padding: 10px 0;
  background-color: rgba(255, 255, 255, 0);
  width: 100%;
  bottom: 0;
}
    .catalogo-card-content .catalogo-card .wave {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 118px; /* Altura de la ola */
        background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 150" preserveAspectRatio="none"><path d="M0.00,49.98 C128.94,-103.11 345.08,174.19 500.00,49.98 L500.00,150.00 L0.00,150.00 Z" style="stroke: none; fill: %236CD9FF;"></path></svg>') no-repeat;
        background-size: cover;
        overflow: hidden;
    }
.catalogo-card-content .catalogo-card .info {
  position: relative;
  z-index: 1; /* Para que esté sobre la ola */
}
.catalogo-card-content .catalogo-card .category-name {
  font-size: 1.2em; /* Ajusta el tamaño de la fuente */
  display: block;
  color: #fff;
  text-align: start;
}
.catalogo-card-content .catalogo-card .view-more {
  font-size: 0.9em; /* Ajusta el tamaño de la fuente */
  color: #fff; /* Cambia el color si lo deseas */
  text-decoration: none;
  text-align: end;
}
    .catalogo-card-content .catalogo-card .view-more span {
        background-color: #003967;
        font-family: var(--fuentes-gotichc);
    }
        .catalogo-card-content .catalogo-card .view-more span:hover {
            background-color: #c0f0ff;
            color: #003967!important;
        }
@media screen and (max-width: 440px) {
    .catalogo-card-content {
        width:100%;
        margin:auto;
    }
    .catalogo-card-content .catalogo-card {
    height:220px;
    }

}
   
.descuentos-cards-cont {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -moz-box-pack: justify;
    justify-content: center;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
    margin: 0 -0.375rem;
    width: -webkit-calc(100% + .375rem* 2);
    width: calc(100% + 0.75rem);
}
.descuentos-cards-cont div:first-child {
  order: 1;
}
.descuentos-cards-cont div:nth-child(2) {
  order: 2;
}
.descuentos-cards-cont div:last-child {
  order: 3;
}
.descuentos-cards-cont div:nth-child(2):first-child {
  order: 1;
}
.descuentos-cards-cont div:nth-child(2):nth-child(2) {
  order: 2;
}
.descuentos-cards-cont div:nth-child(2):last-child {
  order: 3;
}
.descuentos-cards-cont .descuentos-card-1 {
  width: 50%;
  padding: 0.375rem;
}
.descuentos-cards-cont .descuentos-card-1 a {
  max-height: 25rem;
}
.descuentos-cards-cont .descuentos-card-1 img {
  border-radius: 5px;
}
.descuentos-cards-cont .descuentos-card-2 {
  width: 25%;
  padding: 0.375rem;
}
.descuentos-cards-cont .descuentos-card-2 a {
  max-height: 25rem;
}
.descuentos-cards-cont .descuentos-card-2 img {
  border-radius: 5px;
}

@media screen and (max-width: 760px) {
  .descuentos-cards-cont {
    flex-flow: column;
  }
  .descuentos-card-1, .descuentos-card-2 {
    width: 100% !important;
  }
}
/*DETALLE CATALOGO*/
.Detalle-Catalogo {
  background: var(--bg-pages);
  min-height: 100vh;
  position: relative;
  margin: auto;
}
.Detalle-Catalogo .Detalle-Catalogo-cont {
  width: 90%;
  margin: auto;
}

.filtros-detalle {
  max-width: 480px; /* Ancho máximo para el div de filtros */
  width: 100%;
  border-radius: 5px;
  height: fit-content;
  background-color: #fff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}
    .filtros-detalle h2, .filtros-detalle h5 {
       /* font-weight: bold;*/
        border-bottom: 2px solid #6EB0FF;
        color: var(--color-titulos-2);
    }

.etiquetas-filtros .etiquetas {
  border: 1px solid #D7DBE8;
  border-radius: 5px;
  padding: 5px 14px;
  font-size: 0.75rem;
  box-shadow: 0.3rem 0.3rem 0.6rem #c8d0e7, -0.2rem -0.2rem 0.5rem #fff;
}

.filtros-check label {
  margin-bottom: 10px;
  font-family: var(--fuentes-textos-regular);
}

.resultados-filtros {
  font-size: 1.25rem;
  color: var(--color-textos);
  font-weight: bold;
  margin: 0;
}
.resultados-filtros span {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  font-family: var(--fuentes-textos-regular);
}

.cantidad-pr-filtros {
  width: auto;
  height: 20px;
  padding: 3px 8px 3px 8px;
  border-radius: 4px;
  background-color: #f6f5ff;
  box-sizing: border-box;
  font-family: "Inter Medium", "Inter Regular", "Inter", sans-serif;
  font-weight: 500;
  color: #c5c0db;
  text-align: right;
  line-height: normal;
  font-size: 10px;
  border: 1px solid #5a75c7;
}

/* Estilo del contenedor del filtro */
.price-filter {
  width: 100%;
  max-width: 500px;
  margin: 20px auto;
  padding: 10px;
  font-family: Arial, sans-serif;
}

/* Estilo del texto de los precios */
.price-values {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 16px;
}

.price-values span {
  font-weight: bold;
}

/* Estilo del slider */
#price-range {
  width: 100%;
  -webkit-appearance: none; /* Elimina el estilo predeterminado en navegadores webkit */
  appearance: none;
  height: 10px;
  background: #e0e3e5;
  border-radius: 5px;
  outline: none;
  transition: background 0.3s;
}

/* Estilo de la bolita del slider */
#price-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #a1bdff;
  border-radius: 50%;
  cursor: pointer;
}

/* Estilo de la bolita en Firefox */
#price-range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #a1bdff;
  border-radius: 50%;
  cursor: pointer;
}

/*DETALLE CATALOGO*/
.categorias-catalogo-cont {
  display: flex;
  flex-wrap: nowrap; /* No permite que los elementos se alineen en varias filas */
  gap: 15px; /* Espacio entre los elementos */
  overflow-x: scroll; /* Permite el desplazamiento horizontal */
  -webkit-overflow-scrolling: touch; /* Mejora la experiencia táctil en dispositivos móviles */
  scrollbar-width: none; /* Oculta el scrollbar en Firefox */
  padding: 10px 0;
}

.categorias-catalogo-cont a {
  flex: 0 0 auto; /* Evita que los elementos se estiren o se encogen */
}

.categoria-etiqueta {
  width: 170px;
  height: 40px;
  border-radius: 5px;
  overflow: hidden;
}
.categoria-etiqueta img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.categoria-etiqueta-bg {
  background: linear-gradient(179deg, rgba(135, 155, 169, 0.3294117647) 0, #010a27 100%);
  backdrop-filter: blur(2px);
}
.categoria-etiqueta-bg h6 {
  color: #fff;
  font-weight: 900;
  margin-bottom: 0;
  font-family:var(--fuentes-gotichc)!important;
}

.Productos-detalles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  width: 100%;
}

.cont-producto-card {
  padding-left: 10px;
  margin-bottom: 10px;
}

.producto-card {
  max-width: 335px;
  width: 100%;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  height: 100%;
  flex-direction: column;
  border: 1px solid #f0f0f0;
  position: relative;
  color: inherit;
  border-radius: 10px;
  overflow: hidden;
}
.producto-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.info-producto-catalogo h6 {
  color: #B6B9BC;
}
.info-producto-catalogo small {
  color: #B6B9BC;
  display: inline-flex;
}
.info-producto-catalogo .puntos-pr {
  font-weight: 900;
  font-size: 20px;
}
.info-producto-catalogo .puntos-descuento {
  font-weight: 900;
  text-decoration: line-through;
  color: #868686;
}
.info-producto-catalogo .badged-nuevo-precio {
  width: auto;
  height: 20px;
  padding: 3px 8px 3px 8px;
  border-radius: 4px;
  background-color: #ff2c2c;
  box-sizing: border-box;
  font-family: "Inter Medium", "Inter Regular", "Inter", sans-serif;
  font-weight: 500;
  color: #fff;
  font-weight: bold;
  text-align: right;
  line-height: normal;
  font-size: 10px;
}
.info-producto-catalogo p {
  color: var(--color-textos);
}

.logo-empresa-dis {
    content: url("../img/logo-gabrica.svg");
    width: 16px;
    display: block;
}

.agregar-producto-cat {
    text-decoration: none;
    border: 1px solid #4B8DFA;
    border-radius: 8px;
    padding: 5px 14px;
    font-size: 0.9rem;
    height: 35px !important;
    color: var(--color-textos);
    background-color: #ffffff;
    font-weight: bold;
    font-family: var(--fuentes-gotichc);
}
    .agregar-producto-cat:hover {
        background-color: #003967;
        box-sizing: border-box;
        transition: all 0.3s ease;
        color: #fff;
    }
.agregar-producto-cat:checked {
  background-color: var(--bg-hover-buttons);
  box-sizing: border-box;
  color: #fff;
}
.agregar-producto-cat:checked a {
  color: #fff;
}
.agregar-producto-cat:disabled {
  background-color: #d2ebfd;
  box-sizing: border-box;
  color: #6D758F;
}
.agregar-producto-cat:focus {
  border: 1px solid #003a8c;
  background-color: var(--bg-hover-buttons);
  box-sizing: border-box;
}

.ver-detalle {
    text-decoration: none;
    border: 1px solid #a1bdff;
    border-radius: 8px;
    padding: 5px 14px;
    font-size: 0.9rem;
    color: var(--color-textos);
    background-color: #ffffff;
    font-weight: bold;
    font-family: var(--fuentes-gotichc);
}
    .ver-detalle:hover {
        background-color: #003967;
        box-sizing: border-box;
        transition: all 0.3s ease;
        color: #fff;
    }
.ver-detalle:checked {
  background-color: var(--bg-hover-buttons);
  box-sizing: border-box;
  color: #fff;
}
.ver-detalle:checked a {
  color: #fff;
}
.ver-detalle:disabled {
  background-color: #d2ebfd;
  box-sizing: border-box;
  color: #6D758F;
}
.ver-detalle:focus {
  border: 1px solid #003a8c;
  background-color: var(--bg-hover-buttons);
  box-sizing: border-box;
}

.estrellas i {
  color: #f0c314;
}
.estrellas span {
  color: var(--color-textos);
  font-family: var(--fuentes-textos-medium);
}

.dia-evento-descuento {
  background-color: #000;
  color: #fff;
  font-weight: 900;
  border-radius: 5px;
  font-size: 11px;
  padding: 4px 10px;
  width: fit-content;
  margin: auto;
}

.badged-promo {
  border: 1px solid #D7DBE8;
  background: #ffffff;
  padding: 4px 15px;
  border-radius: 8px;
  top: 8px;
  box-shadow: 0.3rem 0.3rem 0.6rem #c8d0e7, -0.2rem -0.2rem 0.5rem #fff;
  font-weight: 900;
  color: var(--color-textos);
  font-family: var(--fuentes-tiutlos-semibold);
}

.badged-descuento {
    border: 1px solid #D7DBE8;
    background: #ffffff;
    padding: 4px 15px;
    border-radius: 8px;
    font-weight: 900;
    color: #003967;
    top: 86%;
    left: 16px;
    font-family: var(--fuentes-titulos-black);
}

.btn-favorito {
  border: 1px solid #D7DBE8;
  background: #ffffff;
  padding: 4px 8px;
  border-radius: 8px;
  font-weight: 900;
  font-size: 22px;
  color: #f75979;
  top: 86%;
  right: 6px;
}
.btn-favorito:hover {
  background-color: #f75979;
  color: #fff;
  transition: all 0.3s ease;
}
.btn-favorito:hover button {
  color: #fff;
}
    .btn-favorito button {
        border: 0;
        outline: none;
        background-color: inherit;
        color: #003967;
    }

.Paginador {
  display: flex;
  justify-content: center;
  margin-bottom: 3%;
  margin-top: 3%;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-item {
  margin: 0 2px;
}

.page-link {
  background-color: #ffffff !important;
  color: #212121;
}

.page-item.active .page-link {
  background-color: #0d6efd !important;
  color: #ffffff !important;
  border-color: #0d6efd !important;
}

.page-item.disabled .page-link,
.page-item.disabled span {
  opacity: 0.5;
  cursor: not-allowed;
  background-color: #e9ecef !important;
  color: #6c757d !important;
}

@media screen and (min-width: 800px) {
  .filtros-detalle {
    max-width: 25%;
  }
  #btn-aplicar-filtros {
    display: none;
  }
}
.modal {
  display: none; /* Por defecto está oculta */
}

.modal.show {
  display: block;
}

@media (max-width: 800px) {
  #filtros {
    display: none;
  }
  #btn-aplicar-filtros {
    display: block;
  }
}
/*Productos*/
.Producto {
  background: var(--bg-pages);
  min-height: 100vh;
  position: relative;
  margin: auto;
}
.Producto .Producto-content {
  width: 90%;
  margin: auto;
}

.img-product-cont {
  width: 50%;
}

.imagen-grande {
  width: 100%;
  height: 500px;
}
    .imagen-grande img {
        width: 100%;
        height: 100%;
        border: 1px solid #bdbcdb;
        border-radius: 20px;
        object-fit: contain;
    }

.img-miniatura-pd div img {
  border: 1px solid #bdbcdb;
  border-radius: 9px;
  max-width: 150px;
  width: 100%;
  height: 102px;
}

.informacion-producto {
  width: 30%;
}

.informacion-producto-cont {
    width: 100%;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: var(--border-cards);
}

.titulo-producto {
  /*  font-weight: bold;*/
    color: var(--color-titulos-2);
}

.cantidad-columna {
  background-color: #f0f5ff;
  width: 100px;
  height: 40px;
  border-radius: 5px;
}
.cantidad-columna .cantidad-carrito-num {
  font-weight: 900;
}
.cantidad-columna button {
  width: 25px;
  height: 25px;
  background-color: inherit;
  border: 0;
}

.talla h2 {
  font-weight: bold;
  color: var(--color-textos);
  font-size: 1.5rem;
}

.talla-etiqueta {
  background-color: #ffffff;
  border: 0;
  outline: none;
  width: 50px;
  height: 50px;
  font-size: 16px;
  border-radius: 10px;
  border: 1px solid #a1bdff;
  font-family: var(--fuentes-tiutlos-semibold);
}
    .talla-etiqueta:hover {
        color: #fff;
        background-color: #6eb0ff;
    }

.porcentaje-descuento-pr {
  font-weight: bold;
  font-size: 2rem;
  background-color: #E4EAF0;
  border-radius: 5px;
  padding: 1px 10px;
  color: var(--color-textos);
}

.puntos-original {
  font-weight: bold;
  font-size: 3rem;
}

.puntos-original.tachar {
  font-weight: bold;
  text-decoration: line-through;
  color: #868686;
}

.puntos-descuento-info {
    font-weight: bold;
    color: var(--color-textos);
    font-family: var(--fuentes-gotichc);
}

.bagde-descuento-pr {
  width: auto;
  height: 20px;
  padding: 3px 8px 3px 8px;
  border-radius: 4px;
  background-color: #ff2c2c;
  box-sizing: border-box;
  font-family: "Inter Medium", "Inter Regular", "Inter", sans-serif;
  font-weight: 500;
  color: #fff;
  font-weight: bold;
  text-align: right;
  line-height: normal;
  font-size: 10px;
}

.descripcion {
  font-size: 20px;
}

.btn-producto-fav {
  text-decoration: none;
  border: 1px solid #D7DBE8;
  border-radius: 5px;
  padding: 5px 14px;
  font-size: 0.9rem;
  font-weight: bold;
  background-color: var(--background-btn-fav);
  box-sizing: border-box;
  color: var(--color-botones-fav);
  border: 1.5px solid var(--border-btn-fav);
}
.btn-producto-fav:hover {
  background-color: #e62a4c;
  box-sizing: border-box;
  transition: all 0.3s ease;
  color: #fff;
}
.btn-producto-fav:checked {
  background-color: #023373;
  box-sizing: border-box;
}
.btn-producto-fav:disabled {
  background-color: #d2ebfd;
  box-sizing: border-box;
}
.btn-producto-fav:focus {
  border: 1px solid #003a8c;
  background-color: #023373;
  box-sizing: border-box;
}

.btn-producto-agr {
    height: 45px;
    text-decoration: none;
    border: 1px solid #a1bdff;
    border-radius: 5px;
    padding: 5px 14px;
    font-size: 0.9rem;
    color: var(--color-textos);
    background-color: #ffffff;
    font-weight: bold;
    font-family: var(--fuentes-gotichc);
}
    .btn-producto-agr:hover {
        background-color: #6eb0ff;
        box-sizing: border-box;
        transition: all 0.3s ease;
        color: #fff;
    }
.btn-producto-agr:checked {
  background-color: var(--bg-hover-buttons);
  box-sizing: border-box;
  color: #fff;
}
.btn-producto-agr:checked a {
  color: #fff;
}
.btn-producto-agr:disabled {
  background-color: #d2ebfd;
  box-sizing: border-box;
  color: #6D758F;
}
.btn-producto-agr:focus {
  border: 1px solid #003a8c;
  background-color: var(--bg-hover-buttons);
  box-sizing: border-box;
}

/*especificaciones*/
.egc-cards {
  width: 80%;
  margin: auto;
}
    .egc-cards img {
        height: 197px;
        border-radius: 10px;
        border: 1px solid #6CD9FF;
        width: 400px;
        object-fit: cover;
        background: var(--bg-cajones-header);
    }

.text-egc {
    background-color: #ffffff;
    border-radius: 10px;
    height: auto;
    width: 70%;
    box-shadow: var(--border-cards);
}
.text-egc h3 {
  color: var(--color-titulos-2);
/*  font-weight: bold;*/
}

/*COMENTARIOS*/
.comentarios-cont {
  width: 80%;
  margin: auto;
}

.comentarios-buttons h3 {
  color: var(--color-textos);
  font-weight: bold;
}
.comentarios-buttons button {
    text-decoration: none;
    border: 1px solid #a1bdff;
    border-radius: 5px;
    padding: 5px 14px;
    font-size: 0.9rem;
    color: var(--color-textos);
    background-color: #ffffff;
    font-weight: bold;
    font-family: var(--fuentes-gotichc);
}
    .comentarios-buttons button:hover {
        background-color: #6eb0ff;
        box-sizing: border-box;
        transition: all 0.3s ease;
        color: #fff;
    }
.comentarios-buttons button:checked {
  background-color: var(--bg-hover-buttons);
  box-sizing: border-box;
  color: #fff;
}
.comentarios-buttons button:checked a {
  color: #fff;
}
.comentarios-buttons button:disabled {
  background-color: #d2ebfd;
  box-sizing: border-box;
  color: #6D758F;
}
.comentarios-buttons button:focus {
  border: 1px solid #003a8c;
  background-color: var(--bg-hover-buttons);
  box-sizing: border-box;
}

.comentarios-contenedor {
  scroll-snap-type: x mandatory;
  overflow: hidden;
  overflow-x: auto;
  scrollbar-width: thin;
  -ms-overflow-style: none;
}
.comentarios-contenedor::-webkit-scrollbar {
  display: none;
}

.comentario-card {
    background-color: #fff;
    border-radius: 15px;
    width: 318px;
    flex: 0 0 auto;
    scroll-snap-align: start;
    box-shadow: var(--border-cards);
}

@media screen and (min-width: 768px) {
  .categorias-catalogo-cont {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .comentarios-contenedor {
    overflow-x: auto;
    scrollbar-width: thin;
    -ms-overflow-style: none;
  }
  .comentarios-contenedor::-webkit-scrollbar {
    display: none;
  }
  .comentario-card {
    margin: 10px;
  }
  .categorias-catalogo-cont {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory; /* Hace que el scroll se "snapee" en los elementos */
  }
  .categorias-catalogo-cont a {
    scroll-snap-align: center; /* Centra cada elemento en el contenedor al hacer scroll */
    flex: 0 0 auto;
  }
  /* Ocultar barra de desplazamiento en la mayoría de navegadores */
  .categorias-catalogo-cont::-webkit-scrollbar {
    display: none;
  }
}
.productos-recomendados-contenedor {
  width: 80%;
  margin: auto;
}

.titulo-productos {
  color: var(--color-titulos-2);
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.titulo-productos h2 {
  font-weight: bold;
}

.Productos-recomendados.pr-producto {
  width: 100%;
}

.pr-recomendados {
  flex: 0 0 auto;
}

.btn-rc-pr {
  top: 16rem;
}

/* Estilos para la alerta */
.alert-container {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 1000;
}

.alert {
  position: relative;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #4caf50;
  color: white;
  border: 1px solid #1b781e;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  margin-bottom: 25px; /* Espacio entre alertas */
}

.alert.show {
  opacity: 1;
}

.alert-content a {
  margin-left: 10px;
  color: white;
  text-decoration: underline;
}

.alert.favorite {
    background-color: #E91E21;
    border: 1px solid #E91E21;
}

.alert.favorite .alert-content i {
  color: #fff;
}

.img-compras {
  height: 320px;
}

#showFiltersBtn {
  text-decoration: none;
  border: 1px solid #a1bdff;
  border-radius: 5px;
  padding: 5px 14px;
  font-size: 0.9rem;
  color: var(--color-textos);
  background-color: #ffffff;
  font-weight: bold;
}
#showFiltersBtn:hover {
  background-color: #78b2ff;
  box-sizing: border-box;
  transition: all 0.3s ease;
  color: #fff;
}
#showFiltersBtn:checked {
  background-color: var(--bg-hover-buttons);
  box-sizing: border-box;
  color: #fff;
}
#showFiltersBtn:checked a {
  color: #fff;
}
#showFiltersBtn:disabled {
  background-color: #d2ebfd;
  box-sizing: border-box;
  color: #6D758F;
}
#showFiltersBtn:focus {
  border: 1px solid #003a8c;
  background-color: var(--bg-hover-buttons);
  box-sizing: border-box;
}

/* Estrellas valoración */
.container-estrellas {
  text-align: center;
}

.container-estrellas .stars {
  display: flex;
  justify-content: center;
  gap: 10px;
  font-size: 40px;
  cursor: pointer;
  color: #ffb400;
  /* Color por defecto (gris claro) */
}

.container-estrellas .star {
  transition: color 0.3s;
}

/* Efecto de estrella activa */
.container-estrellas .star:hover,
.container-estrellas .star.selected,
.container-estrellas .star.hoveredv {
  color: #ffb400; /* Color dorado cuando se selecciona */
}

.container-estrellas .star.selected::before {
  content: "\f588";
  color: #ffb400;
}

/* Mensaje de agradecimiento */
.mensaje-agradecimiento {
  margin-top: 20px;
  font-size: 18px;
  color: #333;
  display: none; /* Ocultar el mensaje inicialmente */
}

.marca-pr {
  color: #868686;
  font-family: var(--fuentes-titulos-black) !important;
  text-align: center;
}

@media screen and (max-width: 1400px) {
  .egc-cards, .comentarios-cont, .productos-recomendados-contenedor {
    width: 90%;
  }
  .producto-general-cont > div {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .egc-cards {
    flex-direction: column;
    justify-content: center !important;
    width: 100%;
  }
  .egc-cards img {
    display: none;
  }
  .text-egc {
    width: 100%;
    height: auto;
  }
  .producto-general-cont {
    flex-direction: column;
  }
  .img-product-cont, .informacion-producto {
    width: 100%;
  }
  .comentarios-cont {
    width: 100%;
  }
  .productos-recomendados-contenedor {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .titulo-productos h2 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 800px) {
  .Filtros-responsive {
    display: none;
  }
  /* Mostramos el botón para mostrar los filtros */
  #showFiltersBtn {
    display: block !important;
  }
  .filtros-detalle {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 670px) {
  .img-miniatura-pd div img {
    width: 100%;
    height: auto;
  }
  .talla {
    flex-direction: column;
    text-align: center;
  }
  .imagen-grande {
    height: auto;
  }
  .img-miniatura-pd div {
    margin: 0px 5px;
  }
  .comentarios-buttons button {
    margin-top: 10px;
  }
  .botones-card-cat {
    flex-direction: column;
  }
  .cont-producto-card {
    width: 50%;
    padding-left: 0;
  }
  .cont-card-fav {
    width: 100%;
  }
  .producto-card {
    width: 97%;
    margin: auto;
  }
    .agregar-producto-cat, .ver-detalle {
        font-size: 0.7rem;
        font-family: var(--fuentes-gotichc);
    }
  .badged-promo, .badged-descuento, .btn-favorito, .titulo-pr-rl {
    font-size: 10px;
  }
  .info-producto-catalogo small {
    font-size: 10px;
  }
  .info-producto-catalogo .puntos-pr {
    font-size: 13px;
  }
  .info-producto-catalogo .puntos-descuento {
    font-size: 12px;
  }
  .img-compras {
    height: 162px;
  }
}
/*Carrito*/

.Carrito {
  background: var(--bg-pages);
  min-height: 100vh;
  position: relative;
  margin: auto;
}
.Carrito .Carrito-content {
  width: 90%;
  margin: auto;
}

.banner-carrito {
  height: 16vh;
}
.banner-carrito img {
  height: fit-content;
  width: 100%;
  object-fit: contain;
}

.progress-bar-check .progreso-contenedor {
  display: flex;
  justify-content: space-between;
  position: relative;
  max-width: 100%;
  width: 100%;
}
.progress-bar-check .progreso-contenedor::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 20px;
  background-color: #c3deff;
  box-sizing: border-box;
  width: 100%;
  z-index: 0;
  transition: 0.4s ease;
  height: 12px;
}
    .progress-bar-check .progreso-contenedor .progreso0 {
        background-color: #003967;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        height: 12px;
        width: 0;
        border-radius: 20px;
        transition: 0.4s ease;
    }
    .progress-bar-check .progreso-contenedor .progreso1 {
        background-color: #003967;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        height: 12px;
        width: 25%;
        border-radius: 20px;
        transition: 0.4s ease;
    }
    .progress-bar-check .progreso-contenedor .progreso2 {
        background-color: #003967;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        height: 12px;
        width: 50%;
        border-radius: 20px;
        transition: 0.4s ease;
    }
    .progress-bar-check .progreso-contenedor .progreso3 {
        background-color: #003967;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        height: 12px;
        width: 75%;
        border-radius: 20px;
        transition: 0.4s ease;
    }
    .progress-bar-check .progreso-contenedor .progreso4 {
        background-color: #003967;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        height: 12px;
        width: 100%;
        border-radius: 20px;
        transition: 0.4s ease;
    }
    .progress-bar-check .progreso-contenedor .porcentaje-canje0 {
        width: 85px;
        padding: 5px 8px 5px 8px;
        border-radius: 115px;
        border: 2px solid #003967;
        background-color: rgba(255, 255, 255, 0.99);
        box-sizing: border-box;
        font-family: "Inter SemiBold", "Inter", sans-serif;
        font-weight: 600;
        color: #003967;
        text-align: left;
        line-height: normal;
        position: relative;
        top: -50%;
        left: 88%;
    }
    .progress-bar-check .progreso-contenedor .porcentaje-canje {
        width: 40px;
        height: 26px;
        padding: 5px 8px 5px 8px;
        border-radius: 115px;
        border: 2px solid #003967;
        background-color: rgba(255, 255, 255, 0.99);
        box-sizing: border-box;
        font-family: "Inter SemiBold", "Inter", sans-serif;
        font-weight: 600;
        color: #003967;
        text-align: left;
        line-height: normal;
        position: relative;
        top: -50%;
        left: 88%;
    }
    .progress-bar-check .progreso-contenedor .porcentaje-canje2 {
        width: 40px;
        height: 26px;
        padding: 5px 8px 5px 8px;
        border-radius: 115px;
        border: 2px solid #003967;
        background-color: rgba(255, 255, 255, 0.99);
        box-sizing: border-box;
        font-family: "Inter SemiBold", "Inter", sans-serif;
        font-weight: 600;
        color: #003967;
        text-align: left;
        line-height: normal;
        position: relative;
        top: -50%;
        left: 95%;
    }
    .progress-bar-check .progreso-contenedor .porcentaje-canje3 {
        width: 40px;
        height: 26px;
        padding: 5px 8px 5px 8px;
        border-radius: 115px;
        border: 2px solid #003967;
        background-color: rgba(255, 255, 255, 0.99);
        box-sizing: border-box;
        font-family: "Inter SemiBold", "Inter", sans-serif;
        font-weight: 600;
        color: #003967;
        text-align: left;
        line-height: normal;
        position: relative;
        top: -50%;
        left: 96%;
    }
    .progress-bar-check .progreso-contenedor .porcentaje-canje4 {
        width: 40px;
        height: 26px;
        padding: 5px 8px 5px 8px;
        border-radius: 115px;
        border: 2px solid #003967;
        background-color: rgba(255, 255, 255, 0.99);
        box-sizing: border-box;
        font-family: "Inter SemiBold", "Inter", sans-serif;
        font-weight: 600;
        color: #003967;
        text-align: left;
        line-height: normal;
        position: relative;
        top: -50%;
        left: 94%;
    }

.banner-img .baner-vista {
  color: #fff;
  background: linear-gradient(179deg, rgba(135, 155, 169, 0.3294117647) 0, #010a27 100%);
  backdrop-filter: blur(2px);
}

.baner-vista h1 {
  font-weight: bold;
}

.h1-carrito-productos {
   /* font-weight: bold;*/
    color: var(--color-titulos-2);
}

.card-producto-carrito {
    border-radius: 20px;
    box-shadow: var(--border-cards);
    background-color: #fff;
}

.img-producto-carrito {
  width: 200px;
  height: 200px;
  border-radius: 10px;
}

.icon-eliminar {
  margin-left: 10px;
  margin-right: 10px;
}
.icon-eliminar i {
  background: #F1F4F7;
  width: 37px;
  height: 40px;
  border-radius: 10px;
  display: block;
  margin: auto;
  text-align: center;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-eliminar i:hover {
  background-color: #ff8a8a;
  color: #fff;
}

.a-icon-eliminar {
  display: block;
}

.card-pr-carrtio strong {
    color: var(--color-textos);
    font-weight: 900;
}

.card-codigo-descuento {
  border: 0;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: var(--border-cards);
}
.card-codigo-descuento h5 {
  font-weight: bold;
  color: var(--color-titulos-2);
}

.btn-aplicar {
  text-decoration: none;
  border: 1px solid #D7DBE8;
  border-radius: 5px;
  padding: 5px 14px;
  font-size: 0.9rem;
  color: #ffffff;
  background-color: var(--color-lighBlue);
  font-weight: bold;
}
    .btn-aplicar:hover {
        background-color: #8d74f5;
        box-sizing: border-box;
        transition: all 0.3s ease;
        color: #fff;
    }
.btn-aplicar:checked {
  background-color: #023373;
  box-sizing: border-box;
}
.btn-aplicar:disabled {
  background-color: #d2ebfd;
  box-sizing: border-box;
}
.btn-aplicar:focus {
  border: 1px solid #003a8c;
  background-color: #023373;
  box-sizing: border-box;
}
.btn-2-car {
    background-color: #fff !important;
    border: 1px solid #4B8DFA;
    color: #003967 !important;
}

.botones-carrito a {
    text-decoration: none;
    border: 1px solid #4B8DFA;
    border-radius: 5px;
    padding: 5px 14px;
    font-size: 0.9rem;
    color: #ffffff;
    background-color: var(--color-lighBlue);
    font-weight: bold;
}
    .botones-carrito a:hover {
        background-color: #8d74f5;
        box-sizing: border-box;
        transition: all 0.3s ease;
        color: #fff;
    }
.botones-carrito a:checked {
  background-color: #023373;
  box-sizing: border-box;
}
.botones-carrito a:disabled {
  background-color: #d2ebfd;
  box-sizing: border-box;
}
.botones-carrito a:focus {
  border: 1px solid #003a8c;
  background-color: #023373;
  box-sizing: border-box;
}

.card-resumen-compra {
  border: 0;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: var(--border-cards);
}
.card-resumen-compra h5 {
  /*font-weight: bold;*/
  color: var(--color-titulos-2);
}

.card-resumen-cr p strong {
    font-weight: bold;
    color: var(--color-textos);
}

.disabled-button {
  pointer-events: none;
  opacity: 0.6;
}

.boton-cambiar-direccion {
  background-color: var(--color-lighBlue);
  color: #fff;
  border-radius: 5px;
  outline: 0;
  border: 0;
  padding: 6px 14px;
  width: 100%;
  margin-bottom: 0;
  height: 40px;
}
.boton-cambiar-direccion:hover {
  background-color: var(--bg-hover-buttons);
  box-sizing: border-box;
  transition: all 0.3s ease;
  color: #fff;
}
.boton-cambiar-direccion:checked {
  background-color: #023373;
  box-sizing: border-box;
}
.boton-cambiar-direccion:disabled {
  background-color: #d2ebfd;
  box-sizing: border-box;
}
.boton-cambiar-direccion:focus {
  border: 1px solid #003a8c;
  background-color: #023373;
  box-sizing: border-box;
}

.card-tramitar-pedido {
    border: 0;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: var(--border-cards);
}
.card-tramitar-pedido h3 {
  font-weight: bold;
  color: var(--color-titulos-2);
  border-bottom: 2px solid var(--color-titulos-2);
  text-align: center;
}

.input-info-envio input {
  height: 40px;
  border: 1px solid #b1c3e8;
}

.card-resumen-tramitar p strong {
    font-weight: bold;
    color: var(--color-textos);
}

.card-producto-tramitar .img-producto-carrito {
  width: 100px;
  height: 100px;
  border-radius: 10px;
}

.form-cambiar-dirección input, .form-cambiar-dirección select {
  width: 100%;
  height: 40px;
  padding: 5px 10px 5px 10px;
  border-radius: 4px;
  background-color: #f7f7fd;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  color: #999999;
  text-align: left;
  outline: none;
  border: none;
  border: 1px solid #b1bee8;
  border-radius: 5px !important;
}

.img-addres {
  width: 60px;
}

@media screen and (max-width: 768px) {
  .img-carrito-cont {
    justify-content: center;
  }
}
@media screen and (max-width: 430px) {
  .progress-bar-check .progreso-contenedor .porcentaje-canje4 {
    left: 80%;
  }
  .botones-carrito a {
    font-size: 0.7rem;
  }
}
/*Resultados*/

.Resultados {
  background: var(--bg-pages);
  min-height: 100vh;
  position: relative;
  margin: auto;
}
.Resultados .Resultados-content {
  width: 90%;
  margin: auto;
}

.banner-resultados {
  height: 25vh;
}
.banner-resultados img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.dias-faltantes {
  background-color: #6ba8ff;
  border-radius: 20px;
  width: fit-content;
  box-shadow: 10px 10px 10px #d1d9e6, 0px 0px 0px #d4dfec;
  margin: auto;
  color: #6D758F;
  font-weight: bold;
  overflow: hidden;
  max-width: 400px;
  width: 100%;
  height: 180px;
}

.baner-contador {
  color: #fff;
  background: linear-gradient(179deg, rgba(135, 155, 169, 0.3294117647) 0, #010a27 100%);
  backdrop-filter: blur(2px);
}

.filtros-resultados select {
  height: 40px;
  border: 1.5px solid var(--border-btn-car);
  border-radius: 5px;
  padding: 5px 10px;
  outline: none;
  width: 200px;
}
.filtros-resultados select:checked {
  border: 1px solid #023373;
  box-sizing: border-box;
}
.filtros-resultados select:disabled {
  background-color: #d2ebfd;
  box-sizing: border-box;
}
.filtros-resultados select:focus {
  border: 1px solid #003a8c;
  box-sizing: border-box;
}
.filtros-resultados select:active {
  border: 1px solid #023373;
  box-sizing: border-box;
}
.filtros-resultados button {
  width: 200px;
  text-align: center;
  border: 1px solid #a1bdff;
  border-radius: 5px;
  padding: 5px 14px;
  font-size: 0.9rem;
  color: var(--color-textos);
  background-color: #ffffff;
  font-weight: bold;
}
.filtros-resultados button:hover {
  background-color: var(--bg-hover-buttons);
  box-sizing: border-box;
  transition: all 0.3s ease;
  color: #fff;
}
.filtros-resultados button:checked {
  background-color: var(--bg-hover-buttons);
  box-sizing: border-box;
}
.filtros-resultados button:disabled {
  background-color: #d2ebfd;
  box-sizing: border-box;
}
.filtros-resultados button:focus {
  border: 1px solid #003a8c;
  background-color: #023373;
  box-sizing: border-box;
}

.card-resultados-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  width: 100%;
  justify-content: center;
}

.card-estandar {
  width: 25%;
  background-color: #fff;
  border-radius: 15px;
  margin-left: 10px;
  margin-bottom: 10px;
  box-shadow: var(--border-cards);
}
.card-estandar h6 {
  color: var(--color-titulos-2);
  font-weight: bold;
}

.card-estandar-body strong {
  color: var(--color-secundary);
  font-weight: bold;
}
.card-estandar-body .strong-gris {
  color: #8F929A;
  font-weight: 900;
}

.bg-resultados {
  color: #fff;
  background: linear-gradient(179deg, rgba(135, 155, 169, 0.3294117647) 0, rgba(1, 10, 39, 0.768627451) 100%);
  backdrop-filter: blur(2px);
  border-radius: 20px;
}

.conte-porcentaje-resultados {
  height: 13rem;
}

.circle-progress.regular {
  fill: none;
  stroke: #daa81e; /* Color del progreso */
  stroke-width: 10;
  stroke-linecap: round; /* Para bordes redondeados en la animación */
  stroke-dasharray: 440; /* Esto define la longitud del trazo del círculo */
  stroke-dashoffset: 440; /* Se iniciará "vacío" */
  transition: stroke-dashoffset 1s ease;
}

.circle-progress.mal {
  fill: none;
  stroke: #da1e1e; /* Color del progreso */
  stroke-width: 10;
  stroke-linecap: round; /* Para bordes redondeados en la animación */
  stroke-dasharray: 440; /* Esto define la longitud del trazo del círculo */
  stroke-dashoffset: 440; /* Se iniciará "vacío" */
  transition: stroke-dashoffset 1s ease;
}

.titulo-count {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 38px;
  color: var(--color-titulos-2);
}

#countdown span {
  background: #fff;
  height: 40px;
  width: 30px;
  display: block;
  border-radius: 10px;
  color: #6abbff;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .card-estandar {
    flex: 1 0 40%;
  }
}
@media screen and (max-width: 768px) {
  .card-estandar {
    flex: 1 0 50%;
  }
  .filtros-resultados {
    flex-wrap: wrap;
  }
  .filtros-resultados button, .filtros-resultados select {
    margin-left: 0 !important;
    margin-bottom: 10px;
  }
}
/*NOTICIAS*/


.Noticias {
  background: var(--bg-pages);
  min-height: 100vh;
  position: relative;
  margin: auto;
}
.Noticias .Noticia-content {
  width: 90%;
  margin: auto;
}

.banner-noticia {
  height: 35vh;
}
.banner-noticia img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.etq-noticias {
  height: 40px;
}

.content-etiquetas-noticias {
  border-radius: 8px;
  padding: 10px;
  width: fit-content;
  flex-wrap: nowrap;
  gap: 12px;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 10px 0;
}
.content-etiquetas-noticias a {
  flex: 0 0 auto;
}

.Noticias-cont-principal {
  max-width: 1080px;
  width: 100%;
  margin: auto;
}

.Banner-noticias-cont {
  width: 100%;
  height: 520px;
  border-radius: 10px;
  overflow: hidden;
}
.Banner-noticias-cont img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bg-noticias {
  color: #fff;
  background: linear-gradient(179deg, rgba(135, 155, 169, 0.3294117647) 0, rgba(1, 10, 39, 0.7215686275) 100%);
  backdrop-filter: blur(0px);
}

.baged-cat-noticias {
  padding: 5px 10px;
  color: var(--color-textos);
  background-color: #f6f5ff;
  font-weight: bold;
  border-radius: 5px;
  top: 10px;
  right: 10px;
}

.h3-p-art {
  max-width: 500px;
  width: 100%;
}

.contendor-articulos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  width: 100%;
  justify-content: center;
}

.card-noticias-cont {
  width: 25%;
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
  margin-left: 10px;
  margin-bottom: 10px;
  flex: 1 0 auto;
}
.card-noticias-cont img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-noticias-cont .h3-p-art {
  width: 100%;
}
.card-noticias-cont .h3-p-art p {
  font-size: 0.8rem;
}

.Aritculos-filtros-cat {
  border-bottom: 2px solid #6D758F;
}
.Aritculos-filtros-cat h2 {
  color: var(--color-textos);
  font-weight: bold;
}

.opciones-categoria a {
  background-color: #fff;
  border: 1px solid #aeb9db;
  padding: 10px;
  color: var(--color-textos);
  font-family: var(--fuentes-textos-regular);
  border-radius: 5px;
}
.opciones-categoria a:hover {
  background-color: #55b2ff;
  transition: all 0.3s ease;
  color: #fff;
}

.img-banner-2-noticias {
  height: auto; /*RECORDAR QUE LA IMAGEN SOLO PUEDE MEDIR 105PX DE ALTO*/
}
.img-banner-2-noticias img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*NOTICIAS MAS ANTIGUAS*/
.Antiguas-cards-noticias {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
  margin: 0 -0.375rem;
  width: -webkit-calc(100% + .375rem* 2);
  width: calc(100% + 0.75rem);
}
.Antiguas-cards-noticias .Antiguas-card-1 {
  width: 50%;
  padding: 0.375rem;
}
.Antiguas-cards-noticias .Antiguas-card-2 {
  width: 25%;
  padding: 0.375rem;
}

.Antiguas-card-1 h4, .Antiguas-card-2 h4 {
  color: #6D758F;
  font-weight: bold;
  font-size: 1.3rem;
}
.Antiguas-card-1 small, .Antiguas-card-2 small {
  color: #6D758F;
  font-weight: bold;
}

.bg-noticias-ant {
  background: linear-gradient(179deg, rgba(135, 155, 169, 0.3294117647) 0, rgba(1, 10, 39, 0.5098039216) 100%);
}

/*CATEGORIA NOTICIAS*/
.contendor-articulos-detalle {
  display: flex;
  gap: 10px;
  padding: 0;
}

/* Tarjeta 1 ocupa el 50% del ancho y la altura completa del contenedor */
.large {
  flex: 1 1 50%; /* Tarjeta 1 ocupa el 50% del ancho y la altura completa */
  height: 100%;
}

/* Columna de la derecha que contiene las tarjetas 2, 3 y 4 */
.right-column {
  display: flex;
  flex-direction: column;
  flex: 1 1 50%;
  gap: 10px;
  overflow: hidden;
}

.small {
  flex: 1 1 50%;
  height: 255px !important;
}

/* Tarjeta 4 va debajo de las tarjetas 2 y 3 */
.card-detalle-noticias:last-child {
  height: 100%;
  height: 235px;
  overflow: hidden;
}

.card-detalle-noticias {
  overflow: hidden;
  border-radius: 10PX;
}
.card-detalle-noticias img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-detalle-noticias h4 {
  color: #ffffff;
  font-weight: bold;
  font-size: 1.3rem;
}
.card-detalle-noticias small {
  color: #ffffff;
  font-weight: bold;
}

.contendor-articulos-detalle-1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.card-noticias-detalle {
  width: 100%;
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
  margin-left: 10px;
  margin-bottom: 10px;
  background-color: #fff;
}
.card-noticias-detalle picture img {
  width: 200px;
  height: 200px;
  object-fit: cover;
}

.img-avatar-articulo {
  width: 30px;
  height: 30px;
  display: block;
}

.texto-body-card-art h5 {
  color: #6D758F;
  font-weight: bold;
  font-size: 1rem;
}
.texto-body-card-art small {
  color: #6D758F;
}

/*ARTICULO*/
.banner-articulos {
  height: 40vh;
}
.banner-articulos img {
  width: 1000%;
  height: 100%;
  object-fit: cover;
}

.text-banner-articulo h1 {
  color: #ffffff;
  font-weight: bold;
}
.text-banner-articulo p {
  color: #d3d3d3;
}
.text-banner-articulo a {
  background-color: #000;
  padding: 10px;
  text-decoration: none;
  color: #fff;
  font-size: 9px;
  border-radius: 5px;
}
.text-banner-articulo .badeg-cat-articulo {
  background-color: #fff;
  color: #6D758F;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 10px;
}

.fecha-articulo {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 15px;
  box-shadow: 0.3rem 0.3rem 0.6rem #c8d0e7, -0.2rem -0.2rem 0.5rem #fff;
}
.fecha-articulo p {
  color: #6D758F;
  font-weight: bold;
}

.articulo-content {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
}

.articulo-img-cont {
  height: 200px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.articulo-img-cont img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text-art-1 {
  width: 60%;
}

.text-art-2 {
  max-width: 400px;
  width: 100%;
}

.text-articulo {
  text-align: justify;
}

.referencia-articulo {
  background-color: #DBE5F6;
  border-radius: 5px;
}
.referencia-articulo p {
  font-style: italic;
}

.Numeros-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.num-cards {
  background-color: #eef4ff;
  border-radius: 5px;
  margin: 10px;
}
.num-cards h6 {
  color: #6D758F;
  font-weight: bold;
}

.info-numeros {
  background-color: #eef4ff;
  border-radius: 5px;
}

.info-numeros {
  width: 50%;
}

.temas-articulos {
  background-color: #fff;
  border-radius: 10px;
  max-width: 500px;
  width: 100%;
}
.temas-articulos h3 {
  color: #6D758F;
  font-weight: bold;
  text-align: center;
}

.temas-etiquetas a {
  border: 1px solid #D7DBE8;
  border-radius: 5px;
  padding: 5px 16px;
  font-size: 0.75rem;
  color: #6D758F;
}

.th3-relevantes {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 15px;
  box-shadow: 0.3rem 0.3rem 0.6rem #c8d0e7, -0.2rem -0.2rem 0.5rem #fff;
}
.th3-relevantes h5 {
  color: #6D758F;
  font-weight: bold;
  text-align: center;
}

.relacionados-card {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
}
.relacionados-card img {
  height: 98px;
  width: 200px;
  object-fit: cover;
}
.relacionados-card h6 {
  color: #6D758F;
  font-weight: bold;
}
.relacionados-card small {
  color: #c6c6c6;
}

@media (min-width: 768px) {
  .contendor-articulos-detalle {
    display: flex;
    gap: 10px;
    height: 500px;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .contendor-articulos-detalle {
    flex-direction: column;
  }
  .right-column {
    flex-direction: column;
  }
  .card-detalle-noticias h4 {
    font-size: 0.8rem;
  }
  .content-etiquetas-noticias {
    border-radius: 3px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
  .content-etiquetas-noticias a {
    scroll-snap-align: center;
    flex: 0 0 auto;
  }
}
.baged-cat-noticias-1 {
  padding: 5px 10px;
  color: var(--color-textos);
  background-color: #f6f5ff;
  font-weight: bold;
  border-radius: 5px;
  top: 10px;
  left: 10px;
}

.buscador input {
  width: 100%;
  height: 45px;
  padding: 16px 20px 16px 40px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  letter-spacing: normal;
  color: rgb(153, 153, 153);
  vertical-align: none;
  text-align: left;
  text-transform: none;
  background: #ffffff;
  border: none;
  border-radius: 5px;
  outline: none;
}
.buscador button {
  position: absolute;
  right: 9px;
  top: 8px;
  height: 30px;
  padding: 0 20px;
  background-color: #ffffff;
  color: var(--color-textos);
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

.conoce-mas-articulo {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 15px;
  box-shadow: 0.3rem 0.3rem 0.6rem #c8d0e7, -0.2rem -0.2rem 0.5rem #fff;
}
.conoce-mas-articulo p {
  color: #6D758F;
  font-weight: bold;
}

.conoce-mas-articulo-1 {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 15px;
}
.conoce-mas-articulo-1 p {
  color: #6D758F;
  font-weight: bold;
}

.botones-compartir button {
  border: 0;
  background-color: inherit;
  outline: none;
}

.bg-noticias-detalle {
  background: var(--fondo-noticias);
}

@media screen and (max-width: 1024px) {
  .card-noticias-cont {
    flex: 1 0 40%;
    margin: 10px !important;
  }
  .text-articulo {
    flex-direction: column;
  }
  .text-art-2, .text-art-1 {
    width: 100%;
  }
  .contendor-articulos-detalle-1, .conoce-mas-articulo {
    display: none;
  }
  .conoce-mas-articulo-1 {
    justify-content: center !important;
  }
  .contendor-articulos-detalle-1 {
    display: grid;
    grid-template-columns: 1FR;
  }
}
@media screen and (max-width: 768px) {
  .card-noticias-cont {
    flex: 1 0 50%;
  }
  .Noticias .Noticia-content {
    flex-direction: column;
  }
}
@media screen and (max-width: 500px) {
  .Aritculos-filtros-cat {
    justify-content: center !important;
    padding-bottom: 20px !important;
  }
  .Aritculos-filtros-cat h2 {
    margin-bottom: 15px;
  }
  .opciones-categoria a {
    margin-top: 15px;
  }
  .articulo-numbers {
    flex-direction: column;
  }
  .info-numeros {
    width: 100%;
  }
  .card-noticias-detalle {
    height: auto;
  }
  .card-noticias-content-detalle {
    flex-direction: column;
  }
  .card-noticias-detalle picture img {
    width: 100%;
  }
  .card-detalle-flex {
    flex-direction: column;
  }
}

.Perfil {
  background: var(--bg-pages);
  min-height: 100vh;
  position: relative;
  margin: auto;
}
.Perfil .Perfil-cont {
  width: 90%;
  margin: auto;
}

.vistas-perfil {
  height: 15vh;
}
.vistas-perfil img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*PERFIL INDEX*/
.titulo-perfil h2 {
  font-family: "Inter SemiBold", "Inter Regular", "Inter", sans-serif;
  font-weight: 600;
  color: #212121;
  text-align: left;
  line-height: normal;
  font-size: 20px;
}

.perfil-cont-mn {
  height: 195px;
}
.perfil-cont-mn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.perfil-contenido {
  width: 100%;
  height: auto;
  padding: 2px 2px 2px 2px;
  display: grid;
  grid-template-columns: 1fr 70%;
}
.perfil-contenido .Perfil-menu {
  width: 90%;
  height: fit-content;
  background-color: #ffffff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.perfil-contenido .Perfil-menu .perfil-imagen {
  width: 100%;
  height: 8rem;
  background-image: url(../img/bg-perfil.jpg);
  background-size: cover;
  background-position: center;
  justify-content: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.perfil-contenido .Perfil-menu .imagen {
  width: 100px; /* Tamaño de la imagen */
  height: 100px; /* Tamaño de la imagen */
  border-radius: 50%; /* Imagen redonda */
  object-fit: cover; /* Asegura que la imagen cubra todo el espacio */
  border: 4px solid white; /* Borde blanco alrededor de la imagen */
  position: absolute;
  bottom: -50px; /* La imagen se coloca justo en la mitad del contenedor */
}
.perfil-contenido .info-perfil {
  width: 100%;
  min-height: 727px;
  padding: 2px 2px 2px 2px;
  border-radius: 10px;
  background-color: #ffffff;
  box-sizing: border-box;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  margin: auto;
}

.perfil-datos {
  padding: 55px 20px 20px; /* Espaciado para dejar espacio para la imagen */
}
.perfil-datos .Nombre-perfil {
  font-size: 18px;
  font-family: var(--fuentes-titulos-black);
  color: var(--color-textos);
  line-height: normal;
}
.perfil-datos .cargo-perfil {
  font-size: 13px;
  font-family: var(--fuentes-tiutlos-semibold);
  font-weight: 500;
  color: var(--color-textos);
  line-height: normal;
}
.perfil-datos #changePhotoButton {
  width: 80%;
  border: none !important;
  text-decoration: none;
  border: 1px solid #D7DBE8;
  border-radius: 5px;
  padding: 5px 14px;
  font-size: 0.9rem;
  color: #ffffff;
  background-color: var(--color-lighBlue);
  font-weight: bold;
}
.perfil-datos #changePhotoButton:hover {
  background-color: #5092f0;
  box-sizing: border-box;
}
.perfil-datos #changePhotoButton:checked {
  background-color: #002559;
  box-sizing: border-box;
}
.perfil-datos #changePhotoButton:disabled {
  background-color: #f4f3fe;
  box-sizing: border-box;
  color: #c5c0db;
}
.perfil-datos #changePhotoButton:active {
  background-color: #002f72;
  box-sizing: border-box;
}

.datos-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #cdcdcd;
}
.datos-row .columna {
  width: 30%;
}
.datos-row p {
  font-size: 12px;
  color: var(--color-textos);
}
.datos-row i {
  height: 25px;
  font-size: 22px;
  color: var(--color-textos);
}
.datos-row span {
  font-size: 17px;
  color: #529bd8;
  font-weight: 900;
}

.menu-option-1 {
  height: 35px;
  padding: 7px 3px 6px 15px;
  border-radius: 4px;
  background-color: rgba(244, 243, 254, 0);
  box-sizing: border-box;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
.menu-option-1:hover {
  background-color: var(--color-primary);
  box-sizing: border-box;
}
.menu-option-1:hover a {
  color: #fff;
  box-sizing: border-box;
}
.menu-option-1 img {
  padding-left: 10px;
}
.menu-option-1 span {
  padding-left: 15px;
}
.menu-option-1 a {
  box-sizing: border-box;
  font-family: "Inter SemiBold", "Inter Regular", "Inter", sans-serif;
  font-weight: 600;
  color: var(--color-secundary);
  text-align: left;
  line-height: normal;
  text-decoration: none;
}
.menu-option-1 i {
  font-size: 24px;
}

.menu-cerrar-sesion {
  width: 225px;
  height: 34px;
  padding: 2px 2px 2px 2px;
  border-radius: 4px;
  background-color: rgba(244, 243, 254, 0);
  box-sizing: border-box;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  color: #f93232;
}
.menu-cerrar-sesion:hover {
  background-color: #FC9999;
  box-sizing: border-box;
  color: #ffffff;
}
.menu-cerrar-sesion img {
  padding-left: 10px;
}
.menu-cerrar-sesion span {
  padding-left: 10px;
}
.menu-cerrar-sesion a {
  box-sizing: border-box;
  font-family: "Inter SemiBold", "Inter Regular", "Inter", sans-serif;
  font-weight: 600;
  text-align: left;
  line-height: normal;
  text-decoration: none;
}

.menu-option-1-a span {
  padding-left: 12px;
}
.menu-option-1-a img {
  padding-left: 8px;
}

.cerrar-sesion {
  color: #f93232;
  text-decoration: none;
  font-family: "Inter SemiBold", "Inter Regular", "Inter", sans-serif;
  font-weight: 600;
  cursor: pointer;
}
.cerrar-sesion:hover {
  color: #ffffff;
}
.cerrar-sesion svg {
  padding-left: 12px;
  width: 29px;
}
.cerrar-sesion path:hover {
  fill: #fff;
  stroke: #ffffff;
}

/*MIS DATOS PERSONALES PERFIL*/
.info-perfil-titulo H4 {
  font-weight: bold;
  color: var(--color-textos);
  border-bottom: 1px solid #6D758F;
}

.info-perfil-titulo-1 {
  height: 3.5rem;
  border-bottom: 1px solid #e2e1ff;
}
.info-perfil-titulo-1 .info-perfil-titulo-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 3.5rem;
  margin: 15px;
  padding-left: 36px;
}
.info-perfil-titulo-1 .info-perfil-titulo-cont h4 {
  font-weight: 600;
  font-style: normal;
  text-align: left;
  color: var(--color-textos);
}

.pogres-bar-perfil {
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.porgress-bar-perfil {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}

.progreso-contenedor-perfil {
  display: flex;
  justify-content: space-between;
  position: relative;
  max-width: 100%;
  width: 206px;
}
.progreso-contenedor-perfil::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 20px;
  background-color: #e2e1ff;
  box-sizing: border-box;
  width: 206px;
  height: 4px;
  z-index: 0;
  transition: 0.4s ease;
}
.progreso-contenedor-perfil .progreso {
  background-color: #003a8c;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 4px;
  width: 25%;
  border-radius: 20px;
  transition: 0.4s ease;
}

.perfil-completado-perfil {
  font-size: 11px;
  margin-bottom: 7px;
  display: flex;
  justify-content: space-between;
}

.form-info-perfil form .col-lg-6 {
  display: flex;
  align-items: center;
}
.form-info-perfil form .col-lg-6 .input-group {
  flex-direction: column;
}
.form-info-perfil form .col-lg-6 .input-group input {
  width: 100%;
  height: 40px;
  padding: 5px 10px 5px 10px;
  border-radius: 4px;
  background-color: #f7f7fd;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  color: #999999;
  text-align: left;
  outline: none;
  border: none;
  border: 1px solid #b1bee8;
  border-radius: 5px !important;
}
.form-info-perfil form .col-lg-6 .input-group input:hover {
  border: 1px solid #e8e6f8;
  box-sizing: border-box;
}
.form-info-perfil form .col-lg-6 .input-group input:disabled {
  box-sizing: border-box;
  color: #c5c0db;
}
.form-info-perfil form .col-lg-6 .input-group input:focus {
  border: 1px solid #003a8c;
  box-sizing: border-box;
}
.form-info-perfil form .col-lg-6 .input-group label {
  font-size: 13px;
}
.form-info-perfil form .col-lg-6 .input-group select {
  width: 100%;
  height: 40px;
  padding: 6px 20px 10px 11px;
  border-radius: 4px;
  background-color: #f7f7fd;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  color: #999999;
  text-align: left;
  outline: none;
  border: none;
  border: 1px solid #b1bee8;
  border-radius: 5px !important;
}
.form-info-perfil form .col-lg-6 .input-group select:hover {
  border: 1px solid #e8e6f8;
  box-sizing: border-box;
}
.form-info-perfil form .col-lg-6 .input-group select:disabled {
  box-sizing: border-box;
  color: #c5c0db;
}
.form-info-perfil form .col-lg-6 .input-group select:focus {
  border: 1px solid #003a8c;
  box-sizing: border-box;
}
.form-info-perfil form .nueva-contraseña.col-lg-6 {
  align-items: baseline;
  flex-direction: column;
}
.form-info-perfil form .nueva-contraseña.col-lg-6 .input-group {
  flex-direction: column;
}
.form-info-perfil form .nueva-contraseña.col-lg-6 .input-group input {
  width: 100%;
  height: 40px;
  padding: 5px 10px 5px 10px;
  border-radius: 4px;
  background-color: #f7f7fd;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  color: #999999;
  text-align: left;
  outline: none;
  border: none;
  border: 1px solid #b1bee8;
  border-radius: 5px !important;
}
.form-info-perfil form .nueva-contraseña.col-lg-6 .input-group input:hover {
  border: 1px solid #e8e6f8;
  box-sizing: border-box;
}
.form-info-perfil form .nueva-contraseña.col-lg-6 .input-group input:disabled {
  box-sizing: border-box;
  color: #c5c0db;
}
.form-info-perfil form .nueva-contraseña.col-lg-6 .input-group input:focus {
  border: 1px solid #003a8c;
  box-sizing: border-box;
}
.form-info-perfil form .nueva-contraseña.col-lg-6 .input-group label {
  font-size: 13px;
}
.form-info-perfil form .confirmar-nv-contraseña.col-lg-6 {
  align-items: baseline;
}
.form-info-perfil form .confirmar-nv-contraseña.col-lg-6 input {
  border: 1px solid #b1bee8;
  border-radius: 5px !important;
}
.form-info-perfil form .btn-guardar-cambios {
  justify-content: end;
  align-items: end;
}
.form-info-perfil form .btn-guardar-cambios button {
  width: 175px;
  height: 40px;
  border-radius: 4px;
  background-color: var(--color-lighBlue);
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  color: #ffffff;
  text-align: center;
  line-height: 16px;
  border: none;
  font-size: 14px;
}
.form-info-perfil form .btn-guardar-cambios button:hover {
  background-color: #002f72;
  box-sizing: border-box;
}
.form-info-perfil form .btn-guardar-cambios button:checked {
  background-color: #002559;
  box-sizing: border-box;
}
.form-info-perfil form .btn-guardar-cambios button:disabled {
  background-color: #f4f3fe;
  box-sizing: border-box;
  color: #c5c0db;
}
.form-info-perfil form .btn-guardar-cambios button:focus {
  border: 1px solid #c73e1d;
  background-color: #002f72;
  box-sizing: border-box;
}

.alertas-contraseña {
  font-size: 10px;
  text-align: justify;
}

.alertas-contraseña .no-cumple {
  color: #8a8894;
}

.alertas-contraseña .cumple {
  color: #439f6e;
}

.posicion-ojo {
  position: absolute;
  top: 2.9rem;
  right: 15px;
}
.posicion-ojo.reg {
  right: 28px;
}

.alertas-contraseña .no-cumple-compa {
  color: #f93232;
}

.small-email-perfil {
  font-size: x-small;
}

.card-autorizaciones {
  width: 308px;
  height: 107px;
  border-radius: 10px;
  border: 1px solid #c5c5c5;
}
.card-autorizaciones h6 {
  font-weight: 600;
}
.card-autorizaciones p {
  font-size: 10px;
}

/* Estilos básicos para el switch */
.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 24px; /* Altura del interruptor */
}

/* Ocultamos el checkbox original */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* El slider (la parte que se desliza) */
.card-autorizaciones .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px; /* Bordes redondeados */
}

/* El círculo dentro del interruptor (que se mueve) */
.card-autorizaciones .slider::before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  border-radius: 50%;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
}

/* Cuando el checkbox está activado (cuando se hace clic) */
.card-autorizaciones input:checked + .slider {
  background-color: #4caf50; /* Color de fondo cuando está activado */
}

.card-autorizaciones input:checked + .slider::before {
  transform: translateX(20px); /* Mueve el círculo al otro lado */
}

/*MIS FAVORITOS*/
.mis-favoritos-perfil {
  display: grid;
  align-items: center;
  justify-items: center;
  grid-template-columns: 1fr 1fr;
}

.btn-eliminar-fav {
  border: 1px solid #D7DBE8;
  background: #ffffff;
  padding: 4px 8px;
  border-radius: 5px;
  font-weight: 900;
  font-size: 20px;
  color: #6D758F;
  top: 86%;
  right: 6px;
}
.btn-eliminar-fav:hover {
  background-color: #b00023;
  color: #fff;
  transition: all 0.3s ease;
}
.btn-eliminar-fav:hover button {
  color: #fff;
}
.btn-eliminar-fav button {
  border: 0;
  outline: none;
  background-color: inherit;
}

/*Pedidos*/
.cd-pedido {
  width: fit-content;
}

.circle-background.entregado {
  stroke: #2B9C32; /* Color del fondo */
}

.circle-background.encamino {
  stroke: #E5BB30; /* Color del fondo */
}

.circle-background.rechazado {
  stroke: #C11313; /* Color del fondo */
}

.circle-background.generado {
  stroke: #C620B5; /* Color del fondo */
}

.circle-background.proceso {
  stroke: #670BD8; /* Color del fondo */
}

.estado-pedido.entregado {
  color: #2B9C32;
}

.estado-pedido.encamino {
  color: #E5BB30;
}

.estado-pedido.rechazado {
  color: #C11313;
}

.estado-pedido.generado {
  color: #C620B5;
}

.estado-pedido.proceso {
  color: #670BD8;
}

.botom-respues-fqs {
  animation: floating 2s ease-in-out infinite, shake-rotation 0.5s ease-in-out infinite alternate; /* Flotante */
  transition: transform 0.3s ease;
  font-family: var(--fuentes-titulos-black);
  background-color: var(--color-lighBlue);
  border-radius: 5px;
  height: 2rem;
  padding: 0px 15px;
  color: #fff;
  border: 0;
  outline: none;
}
.botom-respues-fqs:hover {
  background-color: var(--bg-hover-buttons);
}

.icon-pedido {
  font-family: "icomoon";
  font-weight: normal;
}

.descargar-bono {
  color: #fff;
  background-color: rgba(198, 32, 181, 0.8039215686);
  border: 0;
  outline: none;
  border-radius: 5px;
  padding: 5px 15px;
}
.descargar-bono:hover {
  background-color: #c620b5;
}

/*HISTORIAL DE PUNTOS*/
.cd-puntos {
  width: 45%;
}

.conte-porcentaje-resultados {
  border-radius: 18px;
  overflow: hidden;
}
.conte-porcentaje-resultados img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.puntos-historial h1 {
  font-weight: bold;
  font-size: 4rem;
}
@media screen and (max-width: 1400px) {
  .datos-row {
    flex-wrap: wrap;
  }
  .datos-row .columna {
    width: 50%;
  }
}
@media screen and (max-width: 950px) {
  .perfil-contenido {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .perfil-contenido .Perfil-menu {
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .form-fav-perfil {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
}
@media screen and (max-width: 690px) {
  .cont-ubicaciones {
    flex-direction: column;
    padding-bottom: 20px;
  }
  .form-direccion-perfil {
    margin-top: 10px !important;
  }
  .favoritos-card {
    width: 90%;
    height: auto;
  }
  .favoritos-card img {
    width: 100%;
  }
  .botones-fav {
    margin-bottom: 10px !important;
  }
  .botones-fav .ver-producto-fav, .botones-fav .agregar-producto-fav {
    width: 90%;
  }
  .mis-actividades-card {
    padding: 0px 0px;
  }
  .form-actividades-perfil {
    padding: 0px 10px 40px !important;
  }
  .modal-agregar-dr {
    width: 95%;
  }
}
@media screen and (max-width: 650px) {
  .btn-agregar-direccion-mod {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .btn-guardar-cambios {
    justify-content: center !important;
  }
  .pogres-bar-perfil {
    position: relative;
    top: 4rem;
    right: 2%;
  }
  .form-info-perfil {
    margin-top: 60px !important;
    padding: 10px !important;
  }
  .btn-agregar-direccion {
    width: 100%;
  }
  .mis-canjes-card {
    padding: 0px 4px;
  }
  .puntos-canjes, .cantidad-canjes, .total-canjes {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  .canje-seguimiento {
    border-top: 1px solid #e2e1ff;
    border-right: 0;
  }
  .line-canje {
    display: flex;
    flex-direction: column;
  }
  .canje-seguimiento {
    order: 2;
  }
  .line-canje::before {
    position: absolute;
    top: 95rem;
    left: 4rem;
    height: 170px;
    width: 2px;
  }
  .modal-cerrar-sesion {
    width: 90%;
  }
}
@keyframes floating {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-10px) rotate(5deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}
/* Animación shake con rotación */
@keyframes shake-rotation {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(10deg);
  }
  20% {
    transform: rotate(-10deg);
  }
  30% {
    transform: rotate(10deg);
  }
  40% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/*TERMINOS Y CONDICIONES*/

.Tyc-Pcp {
  background: var(--bg-pages);
  min-height: 100vh;
  position: relative;
  margin: auto;
}
.Tyc-Pcp .Tyc-Pcp-content {
  width: 90%;
  margin: auto;
}

.terminos-cont-principal {
  max-width: 1080px;
  width: 100%;
  margin: auto;
}

.temas-Tyc-Pcp {
  background-color: #fff;
  border-radius: 10px;
  max-width: 500px;
  width: 100%;
}
.temas-Tyc-Pcp h6 {
  color: var(--color-textos);
  font-weight: bold;
}

.banner-tyc {
  height: 16vh;
}
.banner-tyc img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.buscar-tcp {
  border: 1px solid #6D758F !important;
}

.fecha-Tyc-Pcp {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 15px;
  box-shadow: 0.3rem 0.3rem 0.6rem #c8d0e7, -0.2rem -0.2rem 0.5rem #fff;
}
.fecha-Tyc-Pcp p {
  color: var(--color-textos);
  font-weight: bold;
}

.Tyc-Pcp-info-content {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
}
.Tyc-Pcp-info-content h3 {
  color: var(--color-titulos-2);
  font-weight: bold;
}
.Tyc-Pcp-info-content h4 {
  color: var(--color-titulos-2);
  font-weight: bold;
}

.terminos-tipos a {
  color: #fff;
  padding: 10px;
  background-color: var(--color-lighBlue);
  border-radius: 5px;
  text-align: center;
}

.cont-buscador-terminos {
  max-width: 410px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .Tyc-Pcp-content {
    flex-direction: column;
  }
  .temas-Tyc-Pcp {
    max-width: 100%;
  }
  .cont-buscador-terminos {
    max-width: 100%;
  }
  .Tyc-Pcp-info-content {
    padding: 1rem !important;
  }
}
/*NUESTRO PROGRAMA*/


.NuestroPrograma {
  background: var(--bg-pages);
  min-height: 100vh;
  position: relative;
  margin: auto;
}
.NuestroPrograma .NuestroPrograma-content {
  width: 90%;
  margin: auto;
}

.banner-nuestrop {
  height: 30vh;
}
.banner-nuestrop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-1-np {
  border-radius: 10px;
  overflow: hidden;
  height: 200px;
}
.banner-1-np img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.column-np {
  border-radius: 10px;
  flex: 1;
  height: fit-content;
  margin: auto;
}

.np-bienvenida {
  background-color: #fff;
  height: fit-content;
}
.np-bienvenida h1 {
  color: #6D758F;
  font-weight: bold;
}
.np-bienvenida p {
  font-size: 24px;
}

.np-img {
  height: 330px;
  overflow: hidden;
}
.np-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.mecanica-puntos {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.card-puntos-np {
  background-color: #fff;
  border-radius: 10px;
  height: 100px;
  margin: 10px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}
.card-puntos-np p {
  font-size: 13px;
  margin-bottom: 0;
  color: var(--color-textos);
}
.card-puntos-np h3 {
  color: var(--color-secundary);
  font-weight: bold;
}

.sorpresas-np {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 15px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}
.sorpresas-np h1 {
  color: var(--color-primary);
  font-family: var(--fuentes-titulos-black);
  font-weight: bold;
}

/*MAS FORMAS DE GANAR PUNTOS*/
.slider-mas-puntos, .slider-niveles {
  height: 100%;
  gap: 10px;
  overflow: hidden;
  scroll-behavior: smooth;
}

.card-mas-puntos {
  flex: 0 0 auto;
  margin-left: 20px;
  width: 360px;
  height: 250px;
  padding: 2px 2px 2px 2px;
  border-radius: 20px;
  background-color: #ffffff;
  box-sizing: border-box;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.card-mas-puntos i {
  font-size: 48px;
  color: var(--color-titulos-2);
}
.card-mas-puntos h5 {
  color: var(--color-secundary);
  font-weight: bold;
  font-family: var(--fuentes-titulos-black);
}
.card-mas-puntos p {
  font-size: 16px;
  text-align: justify;
  color: var(--color-textos);
}

.content-mas-puntos button, .content-niveles button {
  width: 24px;
  height: 23px;
  border-radius: 4px;
  border: 1px solid rgba(33, 33, 33, 0.05);
  background-color: rgba(255, 255, 255, 0.5);
  color: #212121;
  fill: #0033a0;
  text-align: center;
  font-weight: bold;
  z-index: 111;
}
.content-mas-puntos button.prev, .content-niveles button.prev {
  top: 52%;
  position: absolute;
}
.content-mas-puntos button.next, .content-niveles button.next {
  top: 52%;
  position: absolute;
  right: 0;
}
.content-mas-puntos button:hover, .content-niveles button:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}

.banner-nuestronl {
  height: 16vh;
}
.banner-nuestronl img {
  object-fit: cover;
  object-position: 0 60%;
}

.banner-nuestron2 {
  height: 60vh;
}
.banner-nuestron2 img {
  object-fit: cover;
}

.card-niveles {
  flex: 0 0 auto;
  width: 320px;
  height: 450px;
  overflow: hidden;
  border-radius: 10px;
  background-color: #ffffff;
  box-sizing: border-box;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.card-niveles img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-niveles i {
  font-size: 48px;
  color: #6D758F;
}
.card-niveles h5 {
  color: #6D758F;
  font-weight: bold;
}
.card-niveles p {
  font-size: 16px;
  text-align: justify;
}

.info-nivel {
  color: #fff;
  background: linear-gradient(179deg, rgba(135, 155, 169, 0.3294117647) 0, #010a27 100%);
  backdrop-filter: blur(2px);
}

.badged-nivel {
  background-color: #fff;
  color: #010a27;
  font-family: var(--fuentes-titulos-black);
  padding: 3px 10px;
  border-radius: 2px;
  top: 5px;
  right: 5px;
}

.tesos-section {
  background-color: #ffffff;
  border-radius: 1rem;
  overflow: hidden;
  padding-bottom: 1rem;
  width: 100%;
  margin-top: 1rem;
}

.tesos-section__banner {
  width: 100%;
  height: 30vh;
  overflow: hidden;
}

.tesos-section__banner img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.tesos-section__text h1 {
  font-family: var(--fuentes-titulos-black);
  font-size: 1.5rem;
  color: var(--color-primary);
  margin: 0.8rem;
  text-align: center;
}

.tesos-section__text p {
  font-family: var(--fuentes-tiutlos-semibold);
  font-size: 1rem;
  color: var(--color-textos);
  margin: 0.8rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .tesos-section {
    display: flex;
    flex-flow: row nowrap;
    padding-bottom: 0;
  }
  .tesos-section__banner {
    order: 2;
    height: 50vh;
    width: 50%;
  }
  .tesos-section__row {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
  }
  .tesos-section__text h1 {
    font-size: 3rem;
    display: block;
    max-width: 80%;
    margin: 0.8rem auto;
  }
  .tesos-section__text p {
    font-size: 1.2rem;
    display: block;
    max-width: 80%;
    margin: 0.8rem auto;
  }
}
@media screen and (max-width: 768px) {
  .NuestroP-content-1 {
    flex-direction: column;
  }
  .np-img, .np-mecanica {
    order: 1;
  }
  .np-mecanica-puntos {
    order: 2;
    margin: 0;
  }
  .NuestroP-content-1 {
    gap: 1.5rem !important;
  }
  .card-puntos-np {
    margin: 0;
  }
  .mecanica-puntos {
    gap: 10px;
    margin-bottom: 10px;
  }
  .np-mecanica p, .np-bienvenida p {
    font-size: 15px;
  }
  .sorpresas-np h1 {
    font-size: 20px;
  }
  .card-mas-puntos {
    width: 310px;
  }
  .card-mas-puntos p {
    font-size: 14px;
    text-align: justify;
  }
  .card-niveles {
    width: 348px;
  }
}
@media screen and (max-width: 500px) {
  .card-puntos-np h3 {
    font-size: 14px;
  }
  .card-puntos-np p {
    font-size: 9px;
  }
}
.onboarding {
  --page-number: 1;
  zoom: 0.9;
}
.onboarding {
  height: 640px;
  width: 360px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  margin: auto;
}
.onboarding .slider {
  width: 300%;
  height: 100%;
  display: flex;
  background-color: #fff;
  margin-left: calc(-360px * (var(--page-number) - 1));
  transition: margin-left 400ms;
}
.onboarding .slider .slide {
  flex: 0 0 auto;
  width: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.onboarding .slider .slide h1 {
  margin: 70px 0 40px 0;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.25em;
  color: #78b2ff;
}
.onboarding .slider .slide img, .onboarding .slider .slide .img {
  transform: scale(0.7);
  margin-bottom: 20px;
  width: 150px;
}
.onboarding .slider .slide .img {
  height: 240px;
  width: 320px;
  background-image: url(https://cdn.dribbble.com/users/622814/screenshots/3373149/attachments/733934/appicons__3.png);
  background-repeat: no-repeat;
}
.onboarding .slider .slide .img.chat-bubbles {
  background-size: 500%;
  background-position: 10% 41%;
  position: relative;
  left: -40px;
}
.onboarding .slider .slide .img.swords {
  background-size: 400%;
  background-position: 50% 41%;
}
.onboarding .slider .slide .img.brain-bulb {
  background-size: 500%;
  background-position: 90% 41%;
  position: relative;
  left: 40px;
}
.onboarding .slider .slide p {
  margin: 20px;
  font-size: 16px;
  line-height: 1.5em;
  text-align: center;
  color: #9e9e9e;
}
.onboarding .controls {
  --h: 167px;
  height: var(--h);
  margin-top: calc(var(--h) * -1);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.onboarding .controls form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 20px;
}
.onboarding .controls form input[type=radio] {
  outline: none;
  margin: 20px 5px;
  opacity: 0;
}
.onboarding .controls form input[type=radio] + label {
  position: relative;
  top: -1px;
  left: -17px;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  border: 1px solid #ced7e6;
  transition: border 300ms, background 300ms;
}
.onboarding .controls form input[type=radio]:checked + label {
  border: 1px solid #68e0e3;
  background-color: #78b2ff;
}
.onboarding .controls a.btn-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  height: 65px;
  background: #78b2ff;
  color: white;
  font-family: sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.thumbnail {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("https://s9.postimg.org/mv4hbyhhr/thumbnail.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: none;
}

@media screen and (max-width: 400px) {
  .thumbnail {
    display: block;
  }
}
.img.bubbles {
  height: 200px;
}

.toast {
  padding: 20px;
  background-color: #212121;
  color: white;
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.toast a {
  margin-left: 4px;
  text-decoration: none;
  color: #abcdef;
}

/*PREGUNTAS FRECUENTES*/

.Fqs {
  background: var(--bg-pages);
  min-height: 100vh;
  position: relative;
  margin: auto;
}
.Fqs .Fqs-content {
  width: 90%;
  margin: auto;
}

.banner-FQS {
  height: 16vh;
}
.banner-FQS img {
  object-fit: cover;
  object-position: 100% 75%;
}

.banner-1-Fqs {
  height: 300px;
}
.banner-1-Fqs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contenedor-fqs {
  display: flex;
  gap: 20px; /* Espacio entre las columnas */
  margin: 20px;
}

.buscado-preguntas {
  flex: 30%;
}

.preguntas {
  flex: 70%;
}

.bg-image-fqs {
  background-size: 60% 100%;
  background-repeat: no-repeat;
  background-position: right;
}

.temas-centro-ayuda {
  background-color: #fff;
  border-radius: 10px;
  max-width: 500px;
  width: 100%;
}
.temas-centro-ayuda h6, .temas-centro-ayuda h3 {
  color: var(--color-textos);
  font-weight: bold;
}
.temas-centro-ayuda .p-centro {
  color: #6D758F;
}
.temas-centro-ayuda .buscar-ct {
  color: #6D758F;
  background-color: inherit;
  border: 0;
}
.temas-centro-ayuda .tag-center {
  width: 100%;
  background-color: var(--color-lighBlue);
  color: #fff;
  border: 0;
  outline: none;
  border-radius: 5px;
  padding: 10px;
}
.temas-centro-ayuda .tag-center:hover {
  background-color: var(--bg-hover-buttons);
  box-sizing: border-box;
  transition: all 0.3s ease;
  color: #fff;
}
.temas-centro-ayuda .tag-center:checked {
  background-color: var(--bg-hover-buttons);
  box-sizing: border-box;
}
.temas-centro-ayuda .tag-center:disabled {
  background-color: #d2ebfd;
  box-sizing: border-box;
}
.temas-centro-ayuda .tag-center:focus {
  border: 1px solid #003a8c;
  background-color: var(--bg-hover-buttons);
  box-sizing: border-box;
}
.temas-centro-ayuda img {
  width: 100px;
}

.preguntas-frecuentes {
  background-color: #fff;
  border-radius: 10px;
}
.preguntas-frecuentes h3 {
  color: var(--color-secundary);
}

.pregunta-fqs {
  background-color: #fff;
  border-radius: 10px;
}
.pregunta-fqs h3 {
  color: var(--color-secundary);
}
.pregunta-fqs button {
  background-color: var(--color-lighBlue);
  color: #fff;
  border-radius: 5px;
  border: 0;
  outline: 0;
  padding: 10px;
}
.pregunta-fqs button:hover {
  background-color: var(--bg-hover-buttons);
  box-sizing: border-box;
  transition: all 0.3s ease;
  color: #fff;
}
.pregunta-fqs button:checked {
  background-color: var(--bg-hover-buttons);
  box-sizing: border-box;
}
.pregunta-fqs button:disabled {
  background-color: #d2ebfd;
  box-sizing: border-box;
}
.pregunta-fqs button:focus {
  border: 1px solid #003a8c;
  background-color: var(--bg-hover-buttons);
  box-sizing: border-box;
}

.cont-pregunta-fq {
  border: 2px solid #C8CEE2;
  border-radius: 5px;
  color: var(--color-textos);
  padding: 15px;
  width: 100%;
  display: block;
}

.titulo-pqr h1 {
  color: var(--color-secundary);
  font-weight: bold;
}
.titulo-pqr p {
  color: #6D758F;
}

.formulario-pqr {
  margin: 20px;
  height: 600px;
  background-color: #fff; /* Esto permite que los elementos se apilen cuando sea necesario */
}

.formulario-pqrs .col-lg-6 .input-group {
  flex-direction: column;
}
.formulario-pqrs .col-lg-6 input, .formulario-pqrs .col-lg-6 select {
  box-shadow: 0px 0px 4px 0px #8495b6;
  border: 0;
  border-radius: 5px;
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  height: 50px;
  background-color: #fff;
  color: #B4B9C9;
  padding: 0px 15px;
  width: 100%;
}
.formulario-pqrs .col-lg-6 input:focus, .formulario-pqrs .col-lg-6 select:focus {
  color: var(--color-textos);
  border: 2px solid var(--color-textos);
}
.formulario-pqrs .col-lg-6 input::placeholder, .formulario-pqrs .col-lg-6 select::placeholder {
  color: #B4B9C9;
}
.formulario-pqrs .col-lg-6 label {
  color: var(--color-textos);
  font-weight: 700;
}
.formulario-pqrs textarea {
  box-shadow: 0px 0px 4px 0px #8495b6;
  border: 0;
  border-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #fff;
  color: #B4B9C9;
  height: 100px;
}
.formulario-pqrs label {
  color: #6D758F;
  font-weight: 700;
}
.formulario-pqrs button {
  background-color: var(--color-lighBlue);
  color: #fff;
  border-radius: 5px;
  border: 0;
  outline: 0;
  padding: 10px;
}
.formulario-pqrs button:hover {
  background-color: var(--bg-hover-buttons);
  box-sizing: border-box;
  transition: all 0.3s ease;
  color: #fff;
}
.formulario-pqrs button:checked {
  background-color: var(--bg-hover-buttons);
  box-sizing: border-box;
}
.formulario-pqrs button:disabled {
  background-color: #d2ebfd;
  box-sizing: border-box;
}
.formulario-pqrs button:focus {
  border: 1px solid #003a8c;
  background-color: var(--bg-hover-buttons);
  box-sizing: border-box;
}

.estado-pqr.analisis {
  color: #E5BB30;
}

.estado-pqr.nuevo {
  color: #670BD8;
}

.estado-pqr.recibido {
  color: #C620B5;
}

.estado-pqr.resuelto {
  color: #2B9C32;
}

.h1-casos h1 {
  font-size: 2rem !important;
}

.calificar-respuesta {
  background-color: #2B9C32;
  border-radius: 5px;
  height: 2rem;
  padding: 0px 15px;
  color: #fff;
  border: 0;
  outline: none;
  font-family: var(--fuentes-tiutlos-semibold);
}

@media (max-width: 768px) {
  .contenedor-fqs {
    flex-direction: column; /* Las columnas se apilan verticalmente */
    gap: 10px; /* Menor espacio entre las columnas */
    margin: 0;
  }
}
/*GAMIFICACIÓN*/


.Game {
  background: var(--bg-pages);
  min-height: 100vh;
  position: relative;
  margin: auto;
}
.Game .Game-content {
  width: 90%;
  margin: auto;
}

.banner-juegos {
  height: 15vh;
}
.banner-juegos img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Tema-cont-principal {
  max-width: 1080px;
  width: 100%;
  margin: auto;
}

.Tema-content {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
}
.Tema-content h3 {
  font-weight: bold;
  color: var(--color-secundary);
}
.Tema-content .subtitulo {
  color: #aeaeae;
  font-weight: bold;
}

.text-tema {
  text-align: justify;
}
.text-tema h4 {
  color: #6D758F;
  font-weight: bold;
}

.pasos-jugar ul li {
  list-style: auto;
}

.empezar-juego {
  width: 100%;
  background-color: var(--color-lighBlue);
  color: #fff;
  border: 0;
  outline: none;
  border-radius: 5px;
  padding: 10px;
  font-family: var(--fuentes-titulos-bold);
}
.empezar-juego:hover {
  background-color: #5c94de;
  box-sizing: border-box;
  transition: all 0.3s ease;
  color: #fff;
}
.empezar-juego:checked {
  background-color: #023373;
  box-sizing: border-box;
}
.empezar-juego:disabled {
  background-color: #d2ebfd;
  box-sizing: border-box;
}
.empezar-juego:focus {
  border: 1px solid #003a8c;
  background-color: #023373;
  box-sizing: border-box;
}

.tus-juegos-titulo {
  background-image: linear-gradient(to right, #689dff, #90dcff);
  border-radius: 10px;
  height: auto;
}
.tus-juegos-titulo h2 {
  color: #fff;
  font-weight: bold;
  margin-bottom: 0;
}
.tus-juegos-titulo img {
  top: -24px;
}

.btn-sliders-game button {
  width: 24px;
  height: 23px;
  border-radius: 4px;
  border: 1px solid rgba(33, 33, 33, 0.05);
  background-color: rgba(255, 255, 255, 0.5);
  color: #212121;
  fill: #0033a0;
  font-weight: bold;
}
.btn-sliders-game button:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}

.card-juegos-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  width: 100%;
  justify-content: center;
}

.slider-juegos {
  overflow: hidden;
  scroll-behavior: smooth;
  margin: auto;
  width: 100%;
  gap: 10px;
}

.card-juegos {
  flex: 0 0 auto;
  width: 320px;
  height: 330px;
  overflow: hidden;
  border-radius: 10px;
  background-color: #ffffff;
  box-sizing: border-box;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.card-juegos img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pendiente {
  background: linear-gradient(to bottom, rgba(246, 111, 0, 0.44), black);
  height: 100%;
  width: 100%;
  z-index: 1;
  pointer-events: none;
  cursor: none;
}

.aprobado {
  background: linear-gradient(to bottom, rgba(0, 246, 74, 0.44), black);
  height: 100%;
  width: 100%;
  z-index: 1;
  pointer-events: none;
  cursor: none;
}

.disponible {
  background: linear-gradient(to bottom, rgba(0, 246, 74, 0), black);
  height: 100%;
  width: 100%;
  z-index: 1;
  pointer-events: none;
  cursor: none;
}

.inactivo {
  background: linear-gradient(to bottom, rgba(174, 174, 174, 0.77), black);
  height: 100%;
  width: 100%;
  z-index: 1;
  pointer-events: none;
  cursor: none;
}

.proximo {
  background: linear-gradient(to bottom, rgba(175, 56, 56, 0.603), black);
  height: 100%;
  width: 100%;
  z-index: 1;
  pointer-events: none;
  cursor: none;
}

.estado-juego {
  color: rgb(255, 255, 255);
  right: 0;
  text-shadow: 0 0 15px #fff;
  animation: intermitente 1.5s infinite;
}

.descripcion-juego h6 {
  font-weight: bold;
  color: #fff;
}
.descripcion-juego p {
  color: #fff;
}

@keyframes intermitente {
  0% {
    opacity: 1; /* Opacidad inicial al 100% */
  }
  50% {
    opacity: 0.5; /* Opacidad intermedia al 50% */
  }
  100% {
    opacity: 1; /* Opacidad final al 100% */
  }
}
/*PREGUNTAS*/
.timer-container {
  position: relative;
  width: 80%;
  max-width: 600px;
  height: 30px;
}

.progress-bar {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: 2px solid #529bd8;
}

.progress {
  width: 0;
  height: 100%;
  background-color: #6abbff; /* Color de la barra */
  border-radius: 50px;
  transition: width 1s ease-in-out; /* Animación suave para el llenado de la barra */
}

.time-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  z-index: 10;
}

.time-text.blue {
  color: #6abbff; /* El color azul de la barra */
}

.puntos-pregunta {
  width: 76px;
  height: auto;
  padding: 5px 8px 5px 8px;
  border-radius: 115px;
  border: 2px solid #529bd8;
  background-color: rgba(255, 255, 255, 0.99);
  box-sizing: border-box;
  font-family: "Inter SemiBold", "Inter", sans-serif;
  font-weight: 600;
  color: #6abbff;
  text-align: left;
  line-height: normal;
  position: relative;
  display: block;
}

.cerrar-pregunta {
  color: #6D758F;
  font-size: 30px;
}

.Pregunta-section {
  background: rgb(246, 247, 255);
  min-height: 100vh;
  position: relative;
  margin: auto;
}
.Pregunta-section .pregunta-content {
  margin: auto;
}

.footer-preguntas {
  width: 100%;
  height: 105px;
  background-color: #ffffff;
  display: flex;
  justify-content: end;
  align-items: center;
  position: sticky;
  bottom: 0;
  top: 100%;
}
.footer-preguntas button {
  background: #40aae1;
  color: #fff;
  border: 0;
  outline: 0;
  padding: 15px 20px;
  border-radius: 5px;
  transform: scale(1);
  transition: transform 0.3s ease;
}
.footer-preguntas button:hover {
  transform: scale(1.1);
}

.pregunta-cont {
  text-align: center;
}
.pregunta-cont h1 {
  font-size: 28px;
  font-family: var(--fuentes-titulos-Extrabold);
  font-weight: 700;
  color: var(--color-textos);
  text-align: center;
  line-height: normal;
}
.pregunta-cont img {
  max-width: 556px;
  width: 100%;
  height: auto;
}

.respuesta-card {
  width: 556px;
  height: 65px;
  padding: 2px 2px 2px 16px;
  border-radius: 10px;
  background-color: #ffffff;
  box-sizing: border-box;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12);
  font-family: "Inter", sans-serif;
  color: #333333;
  text-align: left;
  line-height: normal;
  margin: 10px;
}
.respuesta-card:hover {
  background-color: #f6f5ff;
  box-sizing: border-box;
}
.respuesta-card p {
  font-size: 16px;
}

.tiempo-cont {
  margin-left: 40px;
}
.tiempo-cont img {
  width: 83px;
  height: 83px;
}
.tiempo-cont span {
  font-family: "Inter Bold", "Inter Regular", "Inter", sans-serif;
  font-weight: 700;
  color: #212121;
  text-align: center;
  font-size: 32px;
  margin-left: 30px;
}

.correcto-cont, .incorrecto-cont, .motivacion-cont {
  margin-left: 40px;
}
.correcto-cont img, .incorrecto-cont img, .motivacion-cont img {
  width: 75px;
  height: auto;
}
.correcto-cont span, .incorrecto-cont span, .motivacion-cont span {
  font-family: "Inter Bold", "Inter Regular", "Inter", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 32px;
  margin-left: 30px;
}

.motivacion-cont span {
  color: var(--color-textos);
}

.incorrecto-cont span {
  color: #fb1919;
}

.correcto-cont span {
  color: #27b65d;
}

.respuesta-incorrecta-cont img {
  max-width: 556px;
  width: 100%;
  height: auto;
}
.respuesta-incorrecta-cont h2 {
  font-size: 22px;
  font-family: var(--fuentes-titulos-Extrabold);
  font-weight: 600;
  color: #212121;
  text-align: left;
  line-height: normal;
}
.respuesta-incorrecta-cont p {
  font-size: 17px;
  color: var(--color-textos);
  text-align: left;
  line-height: 27px;
}
.respuesta-incorrecta-cont .info-incorrecto-cont {
  max-width: 1100px;
  width: 100%;
  gap: 30px;
}

.img-cerrar-trivia {
  width: 100px;
  height: auto;
}

#message-cerrar-trivia {
  color: var(--color-textos);
}

.modal-button {
    background-color: #6eb0ff;
}

/*PUNTAJE FINAL*/
.puntaje-final {
  background: rgb(240, 241, 247);
  min-height: 100vh;
  position: relative;
  margin: auto;
  position: relative;
  height: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.puntaje-final-container {
  position: relative;
  max-width: 775px;
  width: 100%;
  max-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.puntaje-final-container h1 {
  animation: fadeIn 2s ease-out forwards;
}

.cont-cajon-resultados {
  opacity: 0;
  transform: translateY(30px); /* Empujar hacia abajo */
  animation: fadeInC 1s ease-out forwards;
}
.cont-cajon-resultados img {
  width: 50px;
  height: 50px;
  animation: float 2s ease-in-out infinite;
}
.cont-cajon-resultados:nth-child(1) {
  animation-delay: 2s; /* Aparece después de que la imagen de fondo termine */
}
.cont-cajon-resultados:nth-child(2) {
  animation-delay: 3s; /* Aparece después de que la imagen de fondo termine */
}
.cont-cajon-resultados:nth-child(3) {
  animation-delay: 4s; /* Aparece después de que la imagen de fondo termine */
}

.finalizar-trivia {
  animation: fadeInC 1s ease-out forwards;
  background-color: #fff;
  animation-delay: 6s;
  padding: 5px 10px;
  color: var(--color-titulos-2);
  opacity: 0;
  transform: translateY(30px);
  font-family: var(--fuentes-titulos-Extrabold);
  margin-top: 10px;
}

.resultados-cajon {
  width: 105px;
  height: 80px;
  border-radius: 20px;
  background-color: #ffffff;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px 0px rgba(142, 141, 208, 0.16);
  margin: 10px;
}
.resultados-cajon span {
  font-size: 25px;
  color: var(--color-titulos-2);
}
.resultados-cajon small {
  color: var(--color-textos);
  font-family: var(--fuentes-textos-medium);
}

.span-brillo-1 {
  width: 115px;
  height: 17px;
  background-color: hsla(0, 0%, 100%, 0.6);
  border-radius: 100%;
  filter: blur(6px);
  transition: all 0.2s ease;
  top: 45%;
  display: block;
}

.fondo-puntaje-final {
  position: absolute;
  max-width: 69rem;
  width: 100%;
  height: 42rem;
  height: auto;
  object-fit: cover; /* Asegura que la imagen cubra el contenedor */
  z-index: 0; /* Asegura que la imagen quede en el fondo */
  animation: fadeInImage 2s ease-out forwards; /* Animación de fade-in */
}

/* Animación para la imagen */
@keyframes fadeInImage {
  0% {
    opacity: 0;
    transform: translateY(50px); /* Empujar la imagen desde abajo */
  }
  100% {
    opacity: 1;
    transform: translateY(0); /* Volver a su posición original */
  }
}
/* Animación de entrada */
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInC {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Botón de finalizar */
.finalizar-trivia-btn {
  border: 1px solid #D7DBE8;
  background: #ffffff;
  padding: 4px 8px;
  border-radius: 5px;
  font-weight: 900;
  font-size: 22px;
  color: #6D758F;
  display: none; /* Ocultar inicialmente */
  font-family: var(--fuentes-titulos-Extrabold);
  margin-bottom: 10px;
  transition: background-color 0.3s ease;
  animation: fadeIn 1s ease-out forwards;
}

.finalizar-trivia-btn:hover {
  background-color: #9bcbff;
  color: #fff;
}

/*Ranking del mes*/
.top-semana-head {
  background-image: linear-gradient(to right, #ff7e5f, #eac942);
  height: 110px;
}
.top-semana-head picture {
  width: 130px;
}
.top-semana-head img {
  width: 130px;
  top: -23px;
}
.top-semana-head h2 {
  font-family: var(--fuentes-titulos-black);
}

.card-top {
  background-color: #92d3ff;
}
.card-top img {
  width: 100px;
  height: 100px;
}
.card-top h1 {
  font-family: var(--fuentes-titulos-black);
  background-image: linear-gradient(to right, #ff7e5f, #eac942);
  -webkit-background-clip: text;
  color: transparent;
  width: 70px;
}

.bg-nombre-top {
  background-image: url(../img/bg-tops.jpg);
  background-position: 100%;
  background-size: cover;
  background-color: #92d3ff;
}

.bg-top-3 {
  background: linear-gradient(179deg, rgba(0, 46, 100, 0.56) 0, rgba(0, 64, 149, 0) 100%);
}
.bg-top-3 h3 {
  font-family: var(--fuentes-titulos-black);
}
.bg-top-3 small {
  font-family: var(--fuentes-textos-medium);
}

.div-cont-2 {
  display: grid;
  grid-template-columns: 60% 1fr;
}

.close-cerrar-trivia {
  background-color: #ff7272 !important;
}

.close-1 {
  font-size: 16px !important;
}

@media screen and (max-width: 1130px) {
  .footer-preguntas {
    position: relative;
  }
  .progres-bar-trivia .porgress-bar {
    width: 78% !important;
  }
}
@media screen and (max-width: 995px) {
  .tab-completo {
    flex-direction: column;
    justify-content: center !important;
    align-items: center !important;
  }
  .div-cont-2 {
    display: flex;
    flex-direction: column;
  }
  .div-cont-2 > div:nth-child(1) {
    order: 2;
  }
  .div-cont-2 > div:nth-child(2) {
    order: 1;
  }
}
@media screen and (max-width: 830px) {
  .trivia-card-dashboard {
    justify-content: center !important;
  }
  .respuesta-incorrecta-cont .info-incorrecto-cont {
    flex-direction: column;
    width: 90%;
  }
  .tus-juegos-titulo {
    flex-direction: column;
  }
  .tus-juegos-titulo h2 {
    order: 2;
  }
  .tus-juegos-titulo picture {
    order: 1;
  }
  .tus-juegos-titulo img {
    top: -60px;
    right: 39%;
  }
}
@media screen and (max-width: 600px) {
  .width-responsive {
    width: 100%;
  }
  .respuesta-card {
    width: 90%;
    margin: 10px auto;
  }
  .pregunta-cont img {
    width: 90%;
    height: auto;
  }
  .footer-preguntas {
    flex-direction: column;
  }
  .correcto-cont, .incorrecto-cont {
    margin-left: 40px;
    align-items: center;
    margin-bottom: 10px;
    display: flex;
  }
  .mensaje-container {
    width: 80%;
  }
  .cont-foto-r {
    flex-direction: column;
  }
  .top-semana-head img {
    width: 111px;
    top: -23px;
  }
  .fondo-puntaje-final {
    height: 37rem !important;
  }
}
/* Estilos generales para modales */
/* Estilos generales para modales */
/*VARIABLES*/


.modal {
  display: none; /* Inicialmente oculto */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); /* Fondo oscuro */
  overflow: hidden;
}

/* Contenido del modal */
.modal-content {
  background-color: #fff;
  margin: 11% auto;
  padding: 36px 20px;
  border: 0;
  width: 80%; /* Ajustar según el contenido */
  max-width: 500px;
}

/* Estilo del botón de cerrar */
.close {
  color: #ff0707;
  font-size: 28px;
  font-weight: bold;
  text-align: end;
  cursor: pointer;
}
.close i {
  box-shadow: 0 0 10px rgba(255, 95, 95, 0.78);
  border-radius: 50%;
}

.close-modal-dirección {
  background-color: #ff7272 !important;
}

/* Botones comunes */
.modal-button {
    background-color: #6eb0ff;
    color: white;
    font-size: 16px;
    border: none;
    padding: 5px 25px;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
}

/* Efectos hover */
    .modal-button:hover {
        background-color: #003967;
        transition: all 0.3s ease;
    }

/* Pie de modal */
.modal-footer {
  text-align: right;
}

#title-vc-producto, #title-cerrar-sesion {
  color: var(--color-textos);
  font-family: var(--fuentes-titulos-bold);
}
#title-vc-producto + p, #title-cerrar-sesion + p {
  color: #939393;
  font-family: var(--fuentes-textos-regular);
  text-align: center;
}

#title-redencion {
  color: var(--color-textos);
  font-weight: bold;
  text-align: center;
  font-family: var(--fuentes-titulos-bold);
}
#title-redencion + p {
  color: #939393;
  font-family: var(--fuentes-textos-regular);
}

#message-tratamiento {
  max-height: 250px;
  overflow: auto;
  text-align: justify;
  color: #939393;
  padding: 10px;
  /* Estilo de la parte que arrastras (thumb) */
  /* Estilo de la parte del fondo del scrollbar */
  /* Eliminar flechitas en la parte superior e inferior (solo en navegadores que las tienen) */
}
#message-tratamiento::-webkit-scrollbar {
  width: 10px; /* Ancho del scroll */
  height: 10px; /* Altura del scroll para scroll horizontal */
}
#message-tratamiento::-webkit-scrollbar-thumb {
  background-color: #888; /* Color de la barra de desplazamiento */
  border-radius: 10px; /* Radio para bordes redondeados */
}
#message-tratamiento::-webkit-scrollbar-track {
  background: #f1f1f1; /* Color de fondo del scroll */
  border-radius: 10px;
}
#message-tratamiento::-webkit-scrollbar-button {
  display: none; /* Oculta las flechas */
}

.textarea-container textarea {
  width: 100%;
  height: 120px;
  padding: 10px;
  border: 1px solid #ddd;
  box-shadow: 0px 0px 4px 0px #8495b6;
  border-radius: 4px;
  font-size: 16px;
  resize: none;
  box-sizing: border-box;
}

.img-cerrar-sesion {
  width: 100px;
}

#btn-cancelar-cerrar-sesion {
  background-color: #ff7272;
}

.cont-boton-float.cumpleaños {
  top: 80%;
}
.cont-boton-float.cumpleaños button {
  background-image: linear-gradient(to right, #ffb468, #ffe790);
  outline: none;
  border: 2px solid #fff;
  cursor: pointer;
  width: 58px;
  height: 58px;
}

.boton-float-cumple {
  animation: floating 2s ease-in-out infinite, shake-rotation 0.5s ease-in-out infinite alternate; /* Flotante */
  transition: transform 0.3s ease;
}
.boton-float-cumple img {
  width: 78px;
  position: absolute;
  top: -45px;
  right: -11px;
}

/* Animación flotante */
@keyframes floating {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-10px) rotate(5deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}
/* Animación shake con rotación */
@keyframes shake-rotation {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(-10deg);
  }
  75% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.modal-cumpleaños {
  position: fixed;
  z-index: 112;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.titulo-cumple-modal h1 {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 900;
  font-size: 20px;
  background-image: linear-gradient(to right, #ffb468, #ffe790);
  border-radius: 10px;
  padding: 10px 15px;
  text-align: center;
}

.icon-gift-cumple {
  width: 80px;
  position: absolute;
  height: 80px;
  top: -54px;
  left: 44%;
}

.borde-corazones {
  width: 300px;
  position: absolute;
  z-index: 2;
  top: -121px;
}

.container-cumpleaños {
  position: relative;
  width: 300px;
  height: auto;
  margin: 80px auto;
  border-radius: 10px;
  background-image: linear-gradient(to right, #ffab68, #ff9090);
}

.form-cumpleaños {
  padding: 35px 20px 15px;
}

@media screen and (max-width: 1024px) {
  .Game .Game-content, .text-tema {
    flex-direction: column;
  }
  .order-div-gt, .temas-relacionados {
    order: 1;
  }
  .Tema-cont-principal, .Noticias-cont-principal {
    order: 2;
  }
  .temas-articulos {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .th3-relevantes, .temas-relacionados {
    display: none;
  }
}
/*RASPA Y GANA*/
.bg-modal-raspa {
  position: fixed;
  z-index: 112;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.container-raspagana {
  position: relative;
  width: 300px;
  height: 320px;
  margin: 80px auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  border-radius: 10px;
  background-image: linear-gradient(to right, #689dff, #90dcff);
}

.canvas {
  position: absolute;
  top: 0;
  border-radius: 10px;
  z-index: 1;
  height: 320px;
  width: 300px;
}

.form-raspapremio {
  padding: 35px 20px 0px;
}

.h2-titulo-raspa {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #fff;
}

.nombre-premio-r {
  font-family: sans-serif;
  font-weight: normal;
  color: #fff;
  text-align: center;
}

.cont-premio-raspa {
  position: relative;
  text-align: center;
}

.cont-premio-raspa img {
  animation: float 2s ease-in-out infinite;
}

.span-brillo {
  width: 100%;
  height: 33px;
  background-color: hsla(54, 100%, 75%, 0.6);
  border-radius: 100%;
  filter: blur(20px);
  transition: all 0.2s ease;
  position: absolute;
  top: 82%;
  display: block;
}

.btn-reclamar-raspa {
  border-radius: 10px;
  background-color: #ea0030 !important;
  font-family: "Montserrat", sans-serif;
  color: #fff !important;
  text-align: center;
  font-weight: 900;
  border: 0;
  outline: 0;
  width: 100%;
  padding: 10px !important;
  font-size: 0.8rem !important;
  cursor: pointer;
}

.borde-monedas {
  width: 300px;
  position: absolute;
  z-index: 2;
  top: -63px;
}

.titulo-raspa-gana {
  position: relative;
}

.titulo-raspa-gana h1 {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 900;
  font-size: 20px;
  background-image: linear-gradient(to right, #689dff, #90dcff);
  border-radius: 10px;
  padding: 10px 15px;
  text-align: center;
}

.icon-gift {
  width: 60px;
  position: absolute;
  height: 60px;
  top: -48px;
  left: 12rem;
}

.cont-boton-float {
  top: 90%;
  right: 2%;
  position: fixed;
}

.boton-float-raspa {
  background-image: linear-gradient(to right, #689dff, #90dcff);
  outline: none;
  border: 2px solid #fff;
  animation: floating 2s ease-in-out infinite, shake-rotation 0.5s ease-in-out infinite alternate; /* Flotante */
  cursor: pointer;
  width: 58px;
  height: 58px;
}
.boton-float-raspa img {
  width: 56px;
  position: absolute;
  top: -7px;
  right: 0px;
}

@keyframes float {
  0% {
    transform: translateY(0); /* Comienza en su posición original */
  }
  50% {
    transform: translateY(-10px); /* Se mueve hacia arriba */
  }
  100% {
    transform: translateY(0); /* Vuelve a su posición original */
  }
}
.EncuentraPareja {
  background: rgb(246, 247, 255);
  min-height: 100vh;
  position: relative;
  margin: auto;
}
.EncuentraPareja .encuentraPareja-cont {
  margin: auto;
}

#game-board {
  display: grid;
  grid-template-columns: repeat(6, 100px);
  grid-template-rows: repeat(6, 100px);
  gap: 10px;
  margin-bottom: 20px;
}

.card-pareja {
  width: 100px;
  height: 100px;
  background-color: #fff;
  /* border: 2px solid #ccc; */
  border-radius: 10px;
  cursor: pointer;
  transition: transform 0.5s;
  transform-style: preserve-3d;
  position: relative;
}
.card-pareja img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.card-pareja.flipped {
  transform: rotateY(180deg);
}

.card-pareja .front,
.card-pareja .back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-pareja .front {
  background-color: #fff;
  color: #000;
  transform: rotateY(180deg);
}

.card-pareja .back {
  background-color: #8cbeff;
  color: #fff;
}
.card-pareja .back:hover {
  background-color: #395fc7;
  transition: all 0.3s ease;
}

.card-pareja.match {
  animation: match-found 1s forwards;
}

.pares-fount {
  height: auto;
  padding: 5px 8px 5px 8px;
  border-radius: 115px;
  border: 2px solid #529bd8;
  background-color: rgba(255, 255, 255, 0.99);
  box-sizing: border-box;
  font-family: "Inter SemiBold", "Inter", sans-serif;
  font-weight: 600;
  color: #6abbff;
  text-align: left;
  line-height: normal;
  position: relative;
  display: block;
}

.pares-time {
  height: auto;
  padding: 5px 8px 5px 8px;
  border-radius: 115px;
  border: 2px solid #529bd8;
  background-color: rgba(255, 255, 255, 0.99);
  box-sizing: border-box;
  font-family: "Inter SemiBold", "Inter", sans-serif;
  font-weight: 600;
  color: #6abbff;
  text-align: left;
  line-height: normal;
  position: relative;
  display: block;
}

@keyframes match-found {
  0% {
    box-shadow: 0 0 0px green;
  }
  100% {
    box-shadow: 0 0 20px green;
  }
}
#stats {
  text-align: center;
}

#stats p {
  margin: 5px 0;
}

.billetera{
    width:24px;
}
.logo-menu{
    width: 60px;
}

.nombre-menu-pr{
    color:var(--color-textos);
}

.login-img-gabrica {
    flex: 1;
    background: url(../img/gabrica.png) no-repeat center center !important;
    background-size: cover !important;
    display: block;
}

.button-401 {
    color: #fff;
    background-color: #003967;
    width:200px;
}

    .button-401:hover {
        color: #fff;
        background-color: #00bbfe;
    }

.item.productos-recomendados-c{
    width:99.5%!important;
}

#points-range {
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    height: 10px;
    background: #e0e3e5;
    border-radius: 5px;
    outline: none;
    transition: background 0.3s;
}

.img-carrito-20{
    width:100px;
}

#backButton {
    color: #003967;
    background: var(--bg-cajones-header);
    font-family: var(--fuentes-tiutlos-semibold);
}

.fix-span {
    -webkit-text-stroke: 1.3px currentColor !important;
}
/*# sourceMappingURL=styles.css.map */
