@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: "AlpinaSans-Bold";
  src: url("fonts/AlpinaSans-Bold.otf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "AlpinaSans-Bold-Italic";
  src: url("fonts/AlpinaSans-BoldItalic.otf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "AlpinaSans-Black";
  src: url("fonts/AlpinaSans-Black.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AlpinaSans-Black-Italic";
  src: url("fonts/AlpinaSans-BlackItalic.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AlpinaSans-Italic";
  src: url("fonts/AlpinaSans-Italic.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AlpinaSans-Light";
  src: url("fonts/AlpinaSans-Light.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AlpinaSans-Light-Italic";
  src: url("fonts/AlpinaSans-LightItalic.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AlpinaSans-Semilight-Italic";
  src: url("fonts/AlpinaSans-SemilightItalic.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AlpinaSans-Regular";
  src: url("fonts/AlpinaSans-Regular.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AlpinaSans-Thin";
  src: url("fonts/AlpinaSans-Thin.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AlpinaSans-Thin-Italic";
  src: url("fonts/AlpinaSans-ThinItalic") format("truetype");
  font-weight: normal;
  font-style: normal;
}
button:focus, input:focus {
  outline: none;
}

a, button, input {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a {
  text-decoration: none;
  color: inherit;
}

html {
  scroll-behavior: smooth;
}

button:focus, input:focus {
  outline: none;
}

body {
  background-color: #F3F1FB;
  font-size: 16px;
  color: black;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  border: 1px solid;
  border-radius: 20px;
  font-family: "AlpinaSans-Bold";
}
.btn-sm {
  height: 28px;
  padding: 4px 16px;
  font-size: 14px;
}
.btn-md {
  height: 36px;
  padding: 8px 20px;
  font-size: 16px;
}
.btn-lg {
  height: 40px;
  padding: 8px 24px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .btn-lg {
    font-size: 16px;
  }
}
.btn-primary {
  border: 3.5px solid #241F48;
  background: #D0FAED;
  color: #241F48;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-weight: 900;
}
.btn-primary:hover {
  border-color: #6A6783;
  background: #6A6783;
  color: #ffffff;
}
.btn-primary.disabled {
  pointer-events: none;
  border: 1px solid #EDEDF5;
  background: #EDEDF5;
  color: #A7A7AF;
}
.btn-primary:active {
  border-color: #241F48;
  background: #241F48;
  color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-primary:focus {
  border-color: #241F48;
  background: #241F48;
  color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-primary:focus-visible {
  border-color: #241F48;
  background: #241F48;
  color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-secondary {
  border: 3.5px solid #241F48;
  background: #F3F1FB;
  color: #241F48;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.btn-secondary:hover {
  border-color: #6A6783;
  background: #6A6783;
  color: #ffffff;
}
.btn-secondary:hover svg path {
  stroke: #ffffff;
}
.btn-secondary.disabled {
  pointer-events: none;
  border: 1px solid #EDEDF5;
  background: #EDEDF5;
  color: #ffffff;
}
.btn-secondary.disabled svg path {
  stroke: #ffffff;
}
.btn-secondary:active {
  border-color: #241F48;
  background: #241F48;
  color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-secondary:active svg path {
  stroke: #ffffff;
}
.btn-secondary:focus {
  border-color: #241F48;
  background: #241F48;
  color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-secondary:focus svg path {
  stroke: #ffffff;
}
.btn-secondary:focus-visible {
  border-color: #241F48;
  background: #241F48;
  color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-secondary:focus-visible svg path {
  stroke: #ffffff;
}
.btn-tertiary {
  border-color: #241F48;
  background: #241F48;
  color: white;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.btn-tertiary:hover {
  border-color: #6A6783;
  background: #6A6783;
  color: #ffffff;
}
.btn-tertiary.disabled {
  pointer-events: none;
  border: 1px solid #EDEDF5;
  background: #EDEDF5;
  color: #ffffff;
}
.btn-link {
  border-color: transparent;
  background: trana;
  color: #241F48;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  text-decoration: none;
}
.btn-link:hover {
  background: rgba(200, 234, 247, 0.5);
  color: #1450C9;
}
.btn-link:hover svg path {
  stroke: #071D48;
}
.btn-red {
  background: #E5354E;
  color: #ffffff;
  border: 3.5px solid #241F48;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.btn-red:hover {
  border-color: #6A6783;
  background: #6A6783;
  color: #ffffff;
}

.bg-bluePrimary {
  background: #241F48;
}
.bg-bluePrimary-25 {
  background: #F3F1FB;
}
.bg-bluePrimary-100 {
  background: #B0AEBD;
}
.bg-bluePrimary-300 {
  background: #6A6783;
}
.bg-bluePrimary-500 {
  background: #241F48;
}
.bg-bluePrimary-700 {
  background: #181531;
}
.bg-bluePrimary-900 {
  background: #0D0B1A;
}
.bg-blueSecondary {
  background: #1450C9;
}
.bg-blueSecondary-25 {
  background: #F5F8FE;
}
.bg-blueSecondary-100 {
  background: #BACFF7;
}
.bg-blueSecondary-300 {
  background: #5F88DA;
}
.bg-blueSecondary-500 {
  background: #1450C9;
}
.bg-blueSecondary-700 {
  background: #0E3689;
}
.bg-blueSecondary-900 {
  background: #071D48;
}
.bg-bluePale {
  background: #BAF7E5;
}
.bg-bluePale-25 {
  background: #F7FFFD;
}
.bg-bluePale-100 {
  background: #E6FCF6;
}
.bg-bluePale-300 {
  background: #D0FAED;
}
.bg-bluePale-500 {
  background: #BAF7E5;
}
.bg-bluePale-700 {
  background: #7EA89C;
}
.bg-bluePale-900 {
  background: #303D1A;
}
.bg-blueMiddle {
  background: #7ADDE2;
}
.bg-blueMiddle-50 {
  background: #DAF5F7;
}
.bg-blueMiddle-300 {
  background: #A5E8EB;
}
.bg-blueMiddle-500 {
  background: #7ADDE2;
}
.bg-blueMiddle-700 {
  background: #53969A;
}
.bg-blueMiddle-900 {
  background: #2C5051;
}
.bg-pink {
  background: #FF8080;
}
.bg-pink-50 {
  background: #FFDBDB;
}
.bg-pink-300 {
  background: #FFA9A9;
}
.bg-pink-500 {
  background: #FF8080;
}
.bg-pink-700 {
  background: #AD5757;
}
.bg-pink-900 {
  background: #5C2E2E;
}
.bg-yellow {
  background: #FFCE00;
}
.bg-yellow-50 {
  background: #FFF1B8;
}
.bg-yellow-300 {
  background: #FFDE52;
}
.bg-yellow-500 {
  background: #FFCE00;
}
.bg-yellow-700 {
  background: #AD8C00;
}
.bg-yellow-900 {
  background: #5C4A00;
}
.bg-neutral {
  background: #606060;
}
.bg-neutral-25 {
  background: #EDEDED;
}
.bg-neutral-50 {
  background: #D2D2D2;
}
.bg-neutral-300 {
  background: #A7A7AF;
}
.bg-neutral-400 {
  background: #797979;
}
.bg-neutral-500 {
  background: #606060;
}
.bg-neutral-700 {
  background: #414141;
}
.bg-neutral-900 {
  background: #232323;
}
.bg-neutralAdicional {
  background: #EDEDF5;
}
.bg-white {
  background: #ffffff;
}
.bg-black {
  background: #000;
}
.bg-error {
  background: #E5354E;
}
.bg-errorLight {
  background: #FFE1DD;
}
.bg-error-dark {
  background: #96002B;
}
.bg-sucess {
  background: #3DC639;
}
.bg-sucessLight {
  background: #F9FFE5;
}
.bg-sucess-dark {
  background: #1C3D1A;
}
.bg-warning {
  background: #FFCE00;
}
.bg-warningLight {
  background: #FFFBE7;
}
.bg-warningDark {
  background: #66361C;
}
.bg-info {
  background: #00A1C1;
}
.bg-infoLight {
  background: #EBFCFF;
}
.bg-infoDark {
  background: #005D70;
}

.text-bluePrimary {
  color: #241F48 !important;
}
.text-bluePrimary-25 {
  color: #F3F1FB;
}
.text-bluePrimary-100 {
  color: #B0AEBD;
}
.text-bluePrimary-300 {
  color: #6A6783;
}
.text-bluePrimary-500 {
  color: #241F48;
}
.text-bluePrimary-700 {
  color: #181531;
}
.text-bluePrimary-900 {
  color: #0D0B1A;
}
.text-blueSecondary {
  color: #1450C9;
}
.text-blueSecondary-25 {
  color: #F5F8FE;
}
.text-blueSecondary-100 {
  color: #BACFF7;
}
.text-blueSecondary-300 {
  color: #5F88DA;
}
.text-blueSecondary-500 {
  color: #1450C9;
}
.text-blueSecondary-700 {
  color: #0E3689;
}
.text-blueSecondary-900 {
  color: #071D48;
}
.text-bluePale {
  color: #BAF7E5;
}
.text-bluePale-25 {
  color: #F7FFFD;
}
.text-bluePale-100 {
  color: #E6FCF6;
}
.text-bluePale-300 {
  color: #D0FAED;
}
.text-bluePale-500 {
  color: #BAF7E5;
}
.text-bluePale-700 {
  color: #7EA89C;
}
.text-bluePale-900 {
  color: #303D1A;
}
.text-blueMiddle {
  color: #7ADDE2;
}
.text-blueMiddle-50 {
  color: #DAF5F7;
}
.text-blueMiddle-300 {
  color: #A5E8EB;
}
.text-blueMiddle-500 {
  color: #7ADDE2;
}
.text-blueMiddle-700 {
  color: #53969A;
}
.text-blueMiddle-900 {
  color: #2C5051;
}
.text-pink {
  color: #FF8080;
}
.text-pink-50 {
  color: #FFDBDB;
}
.text-pink-300 {
  color: #FFA9A9;
}
.text-pink-500 {
  color: #FF8080;
}
.text-pink-700 {
  color: #AD5757;
}
.text-pink-900 {
  color: #5C2E2E;
}
.text-yellow {
  color: #FFCE00;
}
.text-yellow-50 {
  color: #FFF1B8;
}
.text-yellow-300 {
  color: #FFDE52;
}
.text-yellow-500 {
  color: #FFCE00;
}
.text-yellow-700 {
  color: #AD8C00;
}
.text-yellow-900 {
  color: #5C4A00;
}
.text-neutral {
  color: #606060;
}
.text-neutral-25 {
  color: #EDEDED;
}
.text-neutral-50 {
  color: #D2D2D2;
}
.text-neutral-300 {
  color: #A7A7AF;
}
.text-neutral-400 {
  color: #797979;
}
.text-neutral-500 {
  color: #606060;
}
.text-neutral-700 {
  color: #414141;
}
.text-neutral-900 {
  color: #232323;
}
.text-neutralAdicional {
  color: #EDEDF5;
}
.text-white {
  color: #ffffff;
}
.text-black {
  color: #000;
}
.text-error {
  color: #E5354E;
}
.text-errorLight {
  color: #FFE1DD;
}
.text-error-dark {
  color: #96002B;
}
.text-sucess {
  color: #3DC639;
}
.text-sucessLight {
  color: #F9FFE5;
}
.text-sucess-dark {
  color: #1C3D1A;
}
.text-warning {
  color: #FFCE00;
}
.text-warningLight {
  color: #FFFBE7;
}
.text-warningDark {
  color: #66361C;
}
.text-info {
  color: #00A1C1;
}
.text-infoLight {
  color: #EBFCFF;
}
.text-infoDark {
  color: #005D70;
}
.text-gray1 {
  color: #414149;
}

h1 {
  font-size: 48px;
  font-family: "AlpinaSans-Bold";
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 40px;
  font-family: "AlpinaSans-Bold";
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 700;
  font-family: "AlpinaSans-Bold";
}
h4 {
  font-size: 20px;
  font-family: "AlpinaSans-Bold";
}

small {
  font-size: 12px;
}

p {
  font-size: 18px;
  font-family: "AlpinaSans-Regular";
}
@media screen and (max-width: 768px) {
  p {
    font-size: 16px;
  }
}

ul li {
  font-family: "Roboto", sans-serif;
}

strong {
  font-family: "AlpinaSans-Bold";
}

.max-width-336px {
  max-width: 336px;
}
@media screen and (max-width: 768px) {
  .max-width-336px {
    width: 100%;
  }
}

.max-width-366px {
  max-width: 366px;
}
@media screen and (max-width: 768px) {
  .max-width-366px {
    width: 100%;
  }
}

.br-24px-0 {
  border-radius: 24px 24px 0 0 !important;
}
@media screen and (max-width: 768px) {
  .br-24px-0 {
    border-radius: 24px !important;
  }
}

.m-negativo {
  margin-top: -60px;
}

.z-index {
  z-index: 999;
}

.miga {
  font-family: "AlpinaSans-Bold";
  margin-bottom: 140px;
}
.miga svg {
  margin-right: 6px;
}
.miga a {
  color: #BACFF7;
}
.miga span {
  color: #ffffff;
  font-weight: 700;
}
@media (max-width: 767px) {
  .miga {
    margin-bottom: 20px;
  }
}

.puntos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 24px;
  border: 2px solid #BACFF7;
  padding: 4px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 4px 0;
  max-width: 120px;
  overflow: hidden;
  gap: 6px;
  background: #ffffff;
}
.puntos img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.puntos strong {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
  font-size: 14px;
}

.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 70px;
  z-index: 1060;
  border-radius: 999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 10px 30px rgba(15, 23, 42, 0.25);
          box-shadow: 0 10px 30px rgba(15, 23, 42, 0.25);
}
.whatsapp-float:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.whatsapp-float:focus-visible {
  outline: 3px solid rgba(255, 206, 0, 0.8);
  outline-offset: 4px;
}
.whatsapp-float img {
  width: 64px;
  height: 64px;
  display: block;
}
@media (max-width: 767px) {
  .whatsapp-float {
    bottom: calc(70px + env(safe-area-inset-bottom));
  }
}

.footer {
  background: #241F48;
  padding: 48px 30px 32px;
  color: #ffffff;
  border-radius: 24px;
  margin: 16px 16px 24px 16px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 40px 0 24px;
    margin-bottom: 90px;
  }
}
.footer__container {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .footer__container {
    padding: 0 24px;
  }
}
.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 120px;
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 768px) {
  .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
}
.footer__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
  .footer__left {
    width: 100%;
  }
}
.footer__logo {
  margin-bottom: 0;
}
.footer__logo img {
  height: 140px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .footer__logo img {
    height: 80px;
  }
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 120px;
}
@media screen and (max-width: 768px) {
  .footer__nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
    width: 100%;
  }
}
.footer__nav-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  border-left: 4px solid #BACFF7;
}
@media screen and (max-width: 768px) {
  .footer__nav-column {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    gap: 8px;
  }
}
.footer__nav-title {
  font-family: "AlpinaSans-Regular";
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
  padding-left: 26px;
}
@media screen and (max-width: 768px) {
  .footer__nav-title {
    font-size: 14px;
  }
}
.footer__nav-list {
  list-style: none;
  padding: 0 0 0 10px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .footer__nav-list {
    padding-left: 12px;
    gap: 6px;
  }
}
.footer__link {
  font-family: "AlpinaSans-Bold";
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  padding: 8px 16px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .footer__link {
    font-size: 12px;
    padding: 6px 12px;
  }
}
.footer__link:hover {
  background-color: #D0FAED;
  color: #241F48;
  font-family: "AlpinaSans-Bold";
}
.footer__bottom {
  text-align: left;
}
.footer__copyright {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  color: #ffffff;
  margin: 0;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    font-size: 10px;
    line-height: 1.5;
  }
}
.footer__separator {
  margin: 0 8px;
}
@media screen and (max-width: 768px) {
  .footer__separator {
    margin: 0 4px;
  }
}
.footer__link-underline {
  color: #ffffff;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer__link-underline:hover {
  color: #D0FAED;
}

.login-page {
  min-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.login-page::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 380px;
  background: url("../img/brand/fondo-login.png") no-repeat center center;
  background-size: cover;
  z-index: 0;
  border-radius: 0 0 24px 24px;
}
@media (max-width: 768px) {
  .login-page::before {
    height: 300px;
  }
}
.login-page__container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 20px 70px;
  max-width: 540px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 1;
  align-items: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media (max-width: 768px) {
  .login-page__container {
    padding: 40px 0 50px;
    max-width: 340px;
  }
}
.login-page__header {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .login-page__header {
    margin-bottom: 24px;
  }
}
.login-page__logo {
  width: 190px;
  height: auto;
  display: block;
  position: absolute;
  top: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .login-page__logo {
    width: 92px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 20px;
  }
}
.login-page__card {
  background: #ffffff;
  border-radius: 32px;
  padding: 80px 20px 68px 20px;
  width: 100%;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .login-page__card {
    border-radius: 24px;
    padding: 36px 16px 68px 16px;
    margin-bottom: 20px;
  }
}
.login-page__title {
  font-family: "AlpinaSans-Bold";
  font-size: 48px;
  color: #0E298A;
  text-align: center;
  margin: 0 0 8px 0;
  line-height: 1.1;
}
@media (max-width: 768px) {
  .login-page__title {
    font-size: 36px;
  }
}
.login-page__subtitle {
  font-family: "AlpinaSans-Regular";
  font-size: 24px;
  color: #0E298A;
  text-align: center;
  margin: 0 auto 25px auto;
  line-height: 1.4;
  width: 60%;
}
@media (max-width: 768px) {
  .login-page__subtitle {
    font-size: 17px;
    margin-bottom: 22px;
  }
}
.login-page__form {
  width: 100%;
}
.login-page__form-group {
  margin-bottom: 20px;
}
.login-page__label {
  display: block;
  font-family: "AlpinaSans-Bold";
  font-size: 16px;
  color: #241F48;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .login-page__label {
    font-size: 15px;
  }
}
.login-page__label .required {
  color: #DC3545;
}
.login-page__input {
  width: 100%;
  padding: 12px 16px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #6B7280;
  background: #ffffff;
  border: 1px solid #BACFF7;
  border-radius: 16px;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .login-page__input {
    padding: 14px 20px;
    font-size: 15px;
  }
}
.login-page__input::-webkit-input-placeholder {
  color: #D1D5DB;
}
.login-page__input::-moz-placeholder {
  color: #D1D5DB;
}
.login-page__input:-ms-input-placeholder {
  color: #D1D5DB;
}
.login-page__input::-ms-input-placeholder {
  color: #D1D5DB;
}
.login-page__input::placeholder {
  color: #D1D5DB;
}
.login-page__input:focus {
  border-color: #241F48;
  -webkit-box-shadow: 0 0 0 4px rgba(20, 80, 201, 0.08);
          box-shadow: 0 0 0 4px rgba(20, 80, 201, 0.08);
}
.login-page__recaptcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 28px 0 32px;
}
@media (max-width: 768px) {
  .login-page__recaptcha {
    margin: 24px 0 28px;
    -webkit-transform: scale(0.88);
            transform: scale(0.88);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}
.login-page__btn {
  width: 100%;
  height: 36px;
  padding: 0 32px;
  font-family: "AlpinaSans-Bold";
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  border-radius: 100px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
}
@media (max-width: 768px) {
  .login-page__btn {
    font-size: 15px;
    padding: 0 28px;
  }
}
.login-page__btn--primary {
  background: #D0FAED;
  color: #241F48;
  border: 2px solid #241F48;
}
.login-page__btn--primary:hover {
  background: rgb(184.9519230769, 247.5480769231, 228.1730769231);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 6px 20px rgba(20, 80, 201, 0.2);
          box-shadow: 0 6px 20px rgba(20, 80, 201, 0.2);
}
.login-page__btn--primary:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.login-page__btn--secondary {
  background: #ffffff;
  color: #241F48;
  border: 2px solid #241F48;
}
.login-page__btn--secondary:hover {
  background: rgba(208, 250, 237, 0.3);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 6px 20px rgba(20, 80, 201, 0.15);
          box-shadow: 0 6px 20px rgba(20, 80, 201, 0.15);
}
.login-page__btn--secondary:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.login-page__register-card {
  background: transparent;
  border-radius: 24px;
  padding: 20px;
  width: 100%;
  text-align: center;
  border: 1px solid #BACFF7;
}
@media (max-width: 768px) {
  .login-page__register-card {
    border-radius: 24px;
    padding: 20px 28px;
  }
}
.login-page__register-text {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  color: #0E298A;
  margin: 0 0 16px 0;
}
@media (max-width: 768px) {
  .login-page__register-text {
    font-size: 14px;
    margin-bottom: 14px;
  }
}
.login-page__motivational {
  background: #BACFF7;
  padding: 20px 16px;
  text-align: center;
  margin-top: auto;
  color: #1450C9;
}
@media (max-width: 768px) {
  .login-page__motivational {
    padding: 36px 20px;
  }
}
.login-page__motivational-text {
  font-family: "AlpinaSans-Regular";
  font-size: 18px;
  color: #1450C9;
  margin: 0 0 8px 0;
  line-height: 1.6;
  margin-left: auto;
  margin-right: auto;
}
.login-page__motivational-text strong {
  font-family: "AlpinaSans-Bold";
}
@media (max-width: 768px) {
  .login-page__motivational-text {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .login-page .registro-page__actions {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    border-radius: 24px 24px 0 0;
    padding-left: 24px;
    padding-right: 24px;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 16px;
  }
  .login-page .registro-page__actions button {
    width: 100%;
  }
}

.registro-page__button-group {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin: 16px 0 0;
}
@media (max-width: 480px) {
  .registro-page__button-group {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.registro-page__option-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 112px;
  width: 132px;
  padding: 20px 20px 76px;
  border-radius: 10px;
  color: #6A6783;
  cursor: pointer;
  border: none;
  background: #F3F1FB;
}
.registro-page__option-btn svg {
  color: currentColor;
}
.registro-page__option-btn svg path {
  stroke: #6A6783;
}
.registro-page__option-btn svg path[fill] {
  fill: #B0AEBD;
}
.registro-page__option-btn svg:hover path {
  stroke: #181531;
}
.registro-page__option-btn:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  border-color: #241F48;
}
.registro-page__option-btn__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.registro-page__option-btn__footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40px;
  border-radius: 0 0 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  background: #B0AEBD;
  color: white;
}
.registro-page__option-btn.active {
  background: red;
  border-color: #A5E8EB;
  color: #ffffff;
  border-width: 2px 2px 0 2px;
  border-style: solid;
  border-color: rgba(14, 54, 137, 0.4);
}
.registro-page__option-btn.active .registro-page__option-btn__footer {
  background: rgba(255, 255, 255, 0.28);
  color: #ffffff;
  border-width: 0 0 2px 0;
  border-style: solid;
  border-color: rgba(14, 54, 137, 0.4);
}
.registro-page__option-btn.active svg path {
  stroke: #1450C9;
}
.registro-page__option-btn.active svg path[fill] {
  fill: #BACFF7;
}

.verification-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #BACFF7;
  border-radius: 24px;
  padding: 20px 16px;
}

.verification-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.verification-icon .icon-circle {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(186, 207, 247, 0.35);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #241F48;
}

.verification-texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.verification-text {
  font-family: "AlpinaSans-Regular";
  font-size: 14px;
  color: #241F48;
}

.verification-email {
  font-family: "AlpinaSans-Bold";
  font-size: 14px;
  color: #6A6783;
}

.verification-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}

.verification-input {
  width: 40px;
  height: 60px;
  border-radius: 16px;
  border: 1px solid #BACFF7;
  background: #ffffff;
  text-align: center;
  font-family: "AlpinaSans-Bold";
  font-size: 20px;
  color: #241F48;
  outline: none;
  -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.verification-input:focus {
  border-color: #241F48;
  -webkit-box-shadow: 0 0 0 3px rgba(44, 54, 129, 0.15);
          box-shadow: 0 0 0 3px rgba(44, 54, 129, 0.15);
}
@media (max-width: 768px) {
  .verification-input {
    width: 37px;
  }
}

.resend-text {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #6A6783;
  margin: 0;
}

.registro-page {
  min-height: 100vh;
  background: #F5F8FE;
  position: relative;
}
.registro-page .br-register {
  border-radius: 24px;
}
.registro-page__header {
  text-align: center;
  padding: 40px 20px 80px;
  background: url("../img/brand/fondo-login.png") no-repeat center center;
  background-size: cover;
  background-position: center;
  background-color: #241F48;
  border-radius: 0 0 24px 24px;
}
.registro-page__logo {
  width: 80px;
  height: auto;
  margin-bottom: 24px;
}
.registro-page__title {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  color: #ffffff;
  margin: 0 0 8px 0;
}
.registro-page__subtitle {
  font-family: "AlpinaSans-Bold";
  font-size: 32px;
  color: #ffffff;
  margin: 0 0 8px 0;
}
.registro-page__description {
  font-family: "AlpinaSans-Regular";
  font-size: 16px;
  color: #ffffff;
  margin: 0;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 426px) {
  .registro-page__description {
    margin-bottom: 30px;
  }
}
.registro-page__description__circle {
  width: 60px;
  height: 60px;
  border: 2px solid #b0aebd;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
.registro-page__description__circle svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.registro-page__description__number {
  font-family: "AlpinaSans-Regular";
  font-size: 18px;
  color: #6a6783;
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.registro-page__description__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.registro-page__description__title {
  font-family: "AlpinaSans-Bold";
  font-size: 18px;
  color: #2c3681;
  margin: 0 0 4px 0;
}
.registro-page__description__subtitle {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #9ca3af;
  margin: 0;
}
.registro-page__form {
  border-radius: 24px;
  margin-bottom: 24px;
}
.registro-page__section {
  margin-bottom: 32px;
  padding: 24px;
  border: 1px solid #BACFF7;
  border-radius: 24px;
}
.registro-page__section:last-of-type {
  margin-bottom: 24px;
}
.registro-page__section-title {
  font-family: "AlpinaSans-Regular";
  font-size: 18px;
  color: #241F48;
  margin: 0 0 20px 0;
}
.registro-page__form-group {
  margin-bottom: 20px;
}
.registro-page__label {
  font-family: "AlpinaSans-Bold";
  font-size: 14px;
  color: #241F48;
  display: block;
  margin-bottom: 8px;
}
.registro-page__required {
  color: #dc2626;
}
.registro-page__input {
  width: 100%;
  padding: 12px 16px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #6B7280;
  background: #ffffff;
  border: 1px solid #BACFF7;
  border-radius: 16px;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .registro-page__input {
    padding: 14px 20px;
    font-size: 15px;
  }
}
.registro-page__input::-webkit-input-placeholder {
  color: #D1D5DB;
}
.registro-page__input::-moz-placeholder {
  color: #D1D5DB;
}
.registro-page__input:-ms-input-placeholder {
  color: #D1D5DB;
}
.registro-page__input::-ms-input-placeholder {
  color: #D1D5DB;
}
.registro-page__input::placeholder {
  color: #D1D5DB;
}
.registro-page__input:focus {
  border-color: #241F48;
  -webkit-box-shadow: 0 0 0 4px rgba(20, 80, 201, 0.08);
          box-shadow: 0 0 0 4px rgba(20, 80, 201, 0.08);
}
.registro-page__button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.registro-page__option-btn {
  padding: 0 15px;
}
.registro-page__option-btn:hover {
  background: #6A6783;
}
.registro-page__option-btn:hover svg path {
  stroke: #181531;
}
.registro-page__option-btn.active {
  background: #0E3689;
  border-width: 2px 2px 0 2px;
  border-style: solid;
  border-color: rgba(14, 54, 137, 0.4);
}
.registro-page__select {
  width: 100%;
  padding: 12px 16px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #1a1a1a;
  background: #ffffff;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 20px;
  padding-right: 40px;
}
.registro-page__select.is-placeholder {
  color: #D1D5DB;
}
.registro-page__select:focus {
  outline: none;
  border-color: #241F48;
  -webkit-box-shadow: 0 0 0 3px rgba(44, 54, 129, 0.1);
          box-shadow: 0 0 0 3px rgba(44, 54, 129, 0.1);
}
.registro-page__help-text {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  color: #6b7280;
  margin-top: 6px;
}
.registro-page__checkboxes {
  margin-bottom: 24px;
}
.registro-page__checkbox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
  border: 1px solid #BACFF7;
  padding: 20px 16px;
  border-radius: 24px;
}
.registro-page__checkbox {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 2px;
  cursor: pointer;
}
.registro-page__checkbox-label {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #1a1a1a;
  cursor: pointer;
  line-height: 1.5;
}
.registro-page__checkbox-label a {
  color: #241F48;
  text-decoration: underline;
  font-family: "AlpinaSans-Bold";
}
.registro-page__checkbox-label a:hover {
  color: rgb(18.1747572816, 15.6504854369, 36.3495145631);
}
.registro-page__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  background: #F7FFFD;
  -webkit-box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.04);
  border-radius: 0 0 24px 24px;
  padding: 16px 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.registro-page__btn-primary, .registro-page__btn-secondary {
  height: 36px;
  font-family: "AlpinaSans-Bold";
  font-size: 16px;
  border-radius: 24px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border: 2px solid #241F48;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.registro-page__btn-primary {
  background: #D0FAED;
  color: #241F48;
}
.registro-page__btn-primary:hover {
  background: rgb(184.9519230769, 247.5480769231, 228.1730769231);
}
.registro-page__btn-secondary {
  background: #ffffff;
  color: #241F48;
}
.registro-page__btn-secondary:hover {
  background: rgba(44, 54, 129, 0.05);
}
@media (max-width: 767px) {
  .registro-page__header {
    padding: 30px 20px 60px;
  }
  .registro-page__logo {
    width: 60px;
  }
  .registro-page__title {
    font-size: 18px;
  }
  .registro-page__subtitle {
    font-size: 28px;
  }
  .registro-page__description {
    font-size: 14px;
  }
  .registro-page__progress {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 14px;
    gap: 8px;
    margin-top: -20px;
  }
  .registro-page__progress-number {
    font-size: 14px;
  }
  .registro-page__progress-title {
    font-size: 16px;
  }
  .registro-page__progress-subtitle {
    font-size: 13px;
  }
  .registro-page__actions {
    gap: 12px;
  }
  .registro-page__actions button {
    width: 100%;
  }
}

.br-register {
  border-radius: 24px 24px 0 0;
}

.registro-page__progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 20px 24px;
  border-radius: 24px;
  background: #ffffff;
  -webkit-box-shadow: 0 12px 32px rgba(17, 24, 39, 0.08);
          box-shadow: 0 12px 32px rgba(17, 24, 39, 0.08);
}
.registro-page__progress-circle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  --progress-gradient: #d1d5db 0% 100%;
}
.registro-page__progress-circle::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
}
.registro-page__progress-circle::before {
  z-index: 0;
  background: conic-gradient(var(--progress-gradient));
}
.registro-page__progress-circle::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  inset: 6px;
  background: #ffffff;
  -webkit-box-shadow: inset 0 4px 12px rgba(17, 24, 39, 0.08);
          box-shadow: inset 0 4px 12px rgba(17, 24, 39, 0.08);
  z-index: 1;
}
@media (max-width: 767px) {
  .registro-page__progress-circle {
    width: 60px;
    height: 60px;
  }
  .registro-page__progress-circle::after {
    inset: 5px;
  }
}
.registro-page__progress-number {
  position: relative;
  z-index: 2;
  font-size: 16px;
  font-weight: 700;
  color: #0D0B1A;
}
.registro-page__progress-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.registro-page__progress-title {
  margin: 0;
  font-family: "AlpinaSans-Bold";
  font-size: 20px;
  color: #241F48;
}
.registro-page__progress-subtitle {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #6A6783;
}

.flatpickr-calendar {
  border-radius: 24px;
  border: 1px solid #BACFF7;
  -webkit-box-shadow: 0 10px 30px rgba(15, 23, 42, 0.15);
          box-shadow: 0 10px 30px rgba(15, 23, 42, 0.15);
  background: #ffffff;
  font-family: "Roboto", sans-serif;
  padding: 8px 8px 12px 8px;
}
.flatpickr-calendar.arrowTop::before, .flatpickr-calendar.arrowTop::after, .flatpickr-calendar.arrowBottom::before, .flatpickr-calendar.arrowBottom::after {
  display: none;
}
.flatpickr-calendar .flatpickr-months {
  border-bottom: 1px solid #BACFF7;
  padding: 6px 8px 10px 8px;
}
.flatpickr-calendar .flatpickr-current-month {
  font-family: "AlpinaSans-Bold";
  font-size: 16px;
  color: #241F48;
}
.flatpickr-calendar .flatpickr-current-month .cur-month {
  font-weight: 700;
}
.flatpickr-calendar .flatpickr-current-month .numInput.cur-year {
  font-weight: 700;
  color: #241F48;
  border: none;
  background: transparent;
}
.flatpickr-calendar .flatpickr-prev-month,
.flatpickr-calendar .flatpickr-next-month {
  color: #241F48;
  fill: #241F48;
}
.flatpickr-calendar .flatpickr-prev-month svg,
.flatpickr-calendar .flatpickr-next-month svg {
  width: 18px;
  height: 18px;
}
.flatpickr-calendar .flatpickr-weekdays {
  margin-top: 6px;
  margin-bottom: 4px;
}
.flatpickr-calendar .flatpickr-weekdays .flatpickr-weekday {
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  color: #9ca3af;
  font-weight: 500;
}
.flatpickr-calendar .flatpickr-days {
  padding: 4px 0 0 0;
}
.flatpickr-calendar .flatpickr-days .dayContainer {
  padding: 0 4px 4px 4px;
}
.flatpickr-calendar .flatpickr-day {
  font-size: 13px;
  border-radius: 999px;
  border: none;
  color: #6b7280;
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin: 1px 0;
}
.flatpickr-calendar .flatpickr-day.prevMonthDay, .flatpickr-calendar .flatpickr-day.nextMonthDay {
  color: #d1d5db;
}
.flatpickr-calendar .flatpickr-day.today {
  border: 1px solid #241F48;
  color: #241F48;
  background: rgba(36, 31, 72, 0.04);
}
.flatpickr-calendar .flatpickr-day.selected, .flatpickr-calendar .flatpickr-day.startRange, .flatpickr-calendar .flatpickr-day.endRange {
  background: #241F48;
  color: #ffffff;
  -webkit-box-shadow: 0 0 0 2px rgba(36, 31, 72, 0.16);
          box-shadow: 0 0 0 2px rgba(36, 31, 72, 0.16);
}
.flatpickr-calendar .flatpickr-day.inRange {
  background: rgba(36, 31, 72, 0.06);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.flatpickr-calendar .flatpickr-time {
  border-top: 1px solid #BACFF7;
}

#fechaNacimiento {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%239ca3af' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 18px;
  padding-right: 52px;
  cursor: pointer;
}

.logo-registro {
  height: 250px;
  width: auto;
}

.modal-dialog.modal-dialog-centered {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}
.modal-dialog .modal-fua {
  border: none;
  border-radius: 24px;
  padding: 32px 32px 24px;
  background: #18163b;
  color: #ffffff;
  -webkit-box-shadow: 0 16px 40px rgba(15, 23, 42, 0.4);
          box-shadow: 0 16px 40px rgba(15, 23, 42, 0.4);
}
@media (max-width: 576px) {
  .modal-dialog .modal-fua {
    padding: 24px 20px 20px;
  }
}
.modal-dialog .modal-fua__icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 24px;
  background: #22c55e;
}
.modal-dialog .modal-fua__icon i {
  font-size: 32px;
  color: #ffffff;
}
.modal-dialog .modal-fua__title {
  font-family: "AlpinaSans-Bold";
  font-size: 22px;
  line-height: 1.2;
  color: #F7FFFD;
  margin: 0 0 8px 0;
}
.modal-dialog .modal-fua__subtitle {
  font-family: "AlpinaSans-Regular";
  font-size: 14px;
  color: #F7FFFD;
  margin: 0 0 16px 0;
}
.modal-dialog .modal-fua__text {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  padding: 16px 18px;
  border-radius: 16px;
}
.modal-dialog .modal-fua__text strong {
  font-family: "AlpinaSans-Bold";
}
.modal-dialog .modal-fua__notice {
  background: #F9FFE5;
  border-radius: 16px;
  padding: 16px;
}
.modal-dialog .modal-fua__notice-title {
  font-family: "AlpinaSans-Bold";
  font-size: 16px;
  color: #1C3D1A;
}
.modal-dialog .modal-fua__notice-text {
  font-family: "AlpinaSans-Regular";
  font-size: 14px;
  color: #1C3D1A;
  margin: 0;
}
.modal-dialog .modal-fua__actions {
  margin-top: 10px;
}

.modal-fua--success {
  background: #18163b;
}
.modal-fua--success .modal-fua__icon {
  background: #16a34a;
}
.modal-fua--success .modal-fua__text {
  background: #F9FFE5;
  color: #1C3D1A;
}

.modal-fua--error {
  background: #2c1020;
}
.modal-fua--error .modal-fua__icon {
  background: #ef4444;
}
.modal-fua--error .modal-fua__text {
  background: #FFE1DD;
  color: #96002B;
}

.modal-fua--info {
  background: #18163b;
}
.modal-fua--info .modal-fua__header {
  border: none;
  padding: 24px 24px 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modal-fua--info .modal-fua__icon {
  background: #22c55e;
}

.btn-fua-primary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 180px;
  height: 40px;
  padding: 0 24px;
  border-radius: 999px;
  border: none;
  font-family: "AlpinaSans-Bold";
  font-size: 16px;
  background: #cffafe;
  color: #0f172a;
  -webkit-transition: background 0.2s ease, -webkit-transform 0.1s ease;
  transition: background 0.2s ease, -webkit-transform 0.1s ease;
  transition: background 0.2s ease, transform 0.1s ease;
  transition: background 0.2s ease, transform 0.1s ease, -webkit-transform 0.1s ease;
}
.btn-fua-primary:hover {
  background: #a5f3fc;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.btn-fua-primary:active {
  background: #7dd3fc;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.modal-fua--loading .spinner-fua {
  width: 56px;
  height: 56px;
}
.modal-fua--loading .spinner-fua svg {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}
.modal-fua--loading .spinner-fua .bg {
  fill: none;
  stroke: rgba(186, 247, 229, 0.3);
  stroke-width: 12;
}
.modal-fua--loading .spinner-fua .path {
  fill: none;
  stroke: #BAF7E5;
  stroke-width: 12;
  stroke-linecap: round;
  stroke-dasharray: 80 251;
  stroke-dashoffset: 0;
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.header {
  position: sticky;
  top: 0;
  z-index: 1040;
  width: 100%;
}

.header-log {
  position: sticky;
  top: 0;
  z-index: 1040;
  background: #1450C9;
  padding: 10px 150px;
  -webkit-box-shadow: 0 4px 12px rgba(15, 23, 42, 0.18);
          box-shadow: 0 4px 12px rgba(15, 23, 42, 0.18);
}
@media (max-width: 767px) {
  .header-log {
    padding: 10px 16px;
  }
}
.header-log__logo img {
  height: 80px;
  width: auto;
}
.header-log__nav {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  margin: 0;
  padding: 0;
}
.header-log__nav-link {
  font-family: "AlpinaSans-Bold";
  font-size: 18px;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  position: relative;
  text-decoration: none;
  border-radius: 24px;
}
.header-log__nav-link:hover {
  background: rgba(208, 250, 237, 0.5);
  padding: 5px 20px;
  color: #241F48;
}
.header-log__profile-btn {
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.header-log__profile-btn img {
  border-radius: 50%;
}
.header-log__avatar-ring {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 3px solid #FFCE00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #1450C9;
}
.header-log__avatar {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-log__avatar img {
  width: 20px;
  height: 20px;
}
.header-log__dropdown {
  margin-top: 12px;
  padding: 16px;
  border-radius: 16px;
  border: none;
  -webkit-box-shadow: 0 16px 40px rgba(15, 23, 42, 0.2);
          box-shadow: 0 16px 40px rgba(15, 23, 42, 0.2);
  background: #ffffff;
}
.header-log__dropdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 12px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #241F48;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
}
.header-log__dropdown-item:hover {
  background: #F3F1FB;
}
.header-log__dropdown-icon {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #241F48;
}
.header-log__dropdown-icon img {
  width: 16px;
  height: 16px;
}
.header-log__dropdown-text {
  font-family: "AlpinaSans-Bold";
}
@media (max-width: 767px) {
  .header-log__nav {
    display: none;
  }
}

.header-log__bottom-nav {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1050;
  background: #ffffff;
  -webkit-box-shadow: 0 -4px 16px rgba(15, 23, 42, 0.16);
          box-shadow: 0 -4px 16px rgba(15, 23, 42, 0.16);
  padding: 8px 12px 12px;
}
.header-log__bottom-nav:hover {
  color: #ffffff;
}
.header-log__bottom-nav .header-log__bottom-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-log__bottom-nav .header-log__bottom-list:hover {
  color: white;
}
.header-log__bottom-nav .header-log__bottom-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.header-log__bottom-nav .header-log__bottom-item:hover .header-log__bottom-link {
  background: #241F48;
  color: #ffffff;
}
.header-log__bottom-nav .header-log__bottom-item:hover .header-log__bottom-link .header-log__bottom-label {
  color: #ffffff;
}
.header-log__bottom-nav .header-log__bottom-item.is-active .header-log__bottom-link {
  background: #241F48;
  color: #ffffff;
}
.header-log__bottom-nav .header-log__bottom-item.is-active .header-log__bottom-link .header-log__bottom-label {
  color: #ffffff;
}
.header-log__bottom-nav .header-log__bottom-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  text-decoration: none;
  color: #6A6783;
  width: 100%;
  height: 100%;
  padding: 8px 6px;
  border-radius: 10px;
}
.header-log__bottom-nav .header-log__bottom-link:hover {
  color: #ffffff;
}
.header-log__bottom-nav .header-log__bottom-link.active {
  background: #241F48;
  color: #ffffff;
}
.header-log__bottom-nav .header-log__bottom-link.active .header-log__bottom-label {
  color: #ffffff;
}
.header-log__bottom-nav .header-log__bottom-icon img {
  width: 24px;
  height: 24px;
}
.header-log__bottom-nav .header-log__bottom-icon img:hover {
  color: #ffffff;
}
.header-log__bottom-nav .header-log__bottom-icon svg {
  width: 24px;
  height: 24px;
  display: block;
}
.header-log__bottom-nav .header-log__bottom-icon svg path, .header-log__bottom-nav .header-log__bottom-icon svg circle, .header-log__bottom-nav .header-log__bottom-icon svg rect, .header-log__bottom-nav .header-log__bottom-icon svg line, .header-log__bottom-nav .header-log__bottom-icon svg polyline, .header-log__bottom-nav .header-log__bottom-icon svg polygon {
  fill: none;
}
.header-log__bottom-nav .header-log__bottom-item:hover .header-log__bottom-icon svg path,
.header-log__bottom-nav .header-log__bottom-item:hover .header-log__bottom-icon svg circle,
.header-log__bottom-nav .header-log__bottom-item:hover .header-log__bottom-icon svg rect,
.header-log__bottom-nav .header-log__bottom-item:hover .header-log__bottom-icon svg line,
.header-log__bottom-nav .header-log__bottom-item:hover .header-log__bottom-icon svg polyline,
.header-log__bottom-nav .header-log__bottom-item:hover .header-log__bottom-icon svg polygon {
  stroke: #FFCE00;
  fill: none;
}
.header-log__bottom-nav .header-log__bottom-item.is-active .header-log__bottom-icon svg path,
.header-log__bottom-nav .header-log__bottom-item.is-active .header-log__bottom-icon svg circle,
.header-log__bottom-nav .header-log__bottom-item.is-active .header-log__bottom-icon svg rect,
.header-log__bottom-nav .header-log__bottom-item.is-active .header-log__bottom-icon svg line,
.header-log__bottom-nav .header-log__bottom-item.is-active .header-log__bottom-icon svg polyline,
.header-log__bottom-nav .header-log__bottom-item.is-active .header-log__bottom-icon svg polygon {
  stroke: #FFCE00;
  fill: none;
}
.header-log__bottom-nav .header-log__bottom-label {
  font-family: "AlpinaSans-Bold";
  font-size: 11px;
  color: #6A6783;
}
.header-log__bottom-nav .header-log__bottom-label:hover {
  color: #ffffff;
}
@media (min-width: 768px) {
  .header-log__bottom-nav {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-log__inner.w-100 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto 1fr;
    grid-template-columns: 1fr auto 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-log__logo--left {
    -ms-grid-column-align: start;
        justify-self: start;
  }
  .header-log__logo--center {
    -ms-grid-column-align: center;
        justify-self: center;
  }
  .header-log__logo--center img {
    height: 70px;
    width: auto;
  }
  .header-log__logo--right {
    -ms-grid-column-align: end;
        justify-self: end;
  }
  .u-ghost {
    visibility: hidden;
  }
}
.notification {
  border: none;
  -webkit-box-shadow: 0 16px 40px rgba(15, 23, 42, 0.2);
          box-shadow: 0 16px 40px rgba(15, 23, 42, 0.2);
  border-radius: 16px;
  background: #ffffff;
  width: 320px;
  inset: 70px 0px auto auto;
}
.notification .btn {
  width: 90px;
}
.notification .notification-card {
  padding: 16px;
  border-bottom: 1px solid #F3F1FB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.notification .notification-card__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.notification .notification-card__icon {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #BACFF7;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.notification .notification-card__icon svg {
  width: 20px;
  height: 20px;
}
.notification .notification-card__content {
  width: 100%;
}
.notification .notification-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4px;
}
.notification .notification-card__title {
  font-family: "AlpinaSans-Bold";
  font-size: 14px;
  color: #303D1A;
  margin: 0;
}
.notification .notification-card__date {
  font-size: 12px;
  color: #606060;
  margin: 0;
}
.notification .notification-card__description {
  font-size: 13px;
  color: #606060;
  line-height: 1.4;
  margin: 0;
  margin-bottom: 8px;
}
.notification .notification-card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: auto;
}

.header-log__profile-btn.show svg.notification-log__logo path {
  fill: rgba(36, 31, 72, 0.3);
  -webkit-animation: fillTransition 1s ease forwards;
          animation: fillTransition 1s ease forwards;
}
@-webkit-keyframes fillTransition {
  from {
    fill: rgba(36, 31, 72, 0.3);
  }
  to {
    fill: #241f48;
  }
}
@keyframes fillTransition {
  from {
    fill: rgba(36, 31, 72, 0.3);
  }
  to {
    fill: #241f48;
  }
}

.header-log__nav-link:hover svg.notification-log__logo path {
  fill: #241F48;
  -webkit-transition: fill 1s ease;
  transition: fill 1s ease;
}

.header-log__profile-btn.active .notification-active {
  display: block;
}
.header-log__profile-btn.active .notification-default {
  display: none;
}

.header-log__profile-btn .notification-active {
  display: none;
}
.header-log__profile-btn .notification-default {
  display: block;
}

.header-log__profile-btn .notification-active {
  width: 32px !important;
  height: 32px !important;
  -o-object-fit: contain;
     object-fit: contain;
}

.home-page {
  min-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-page::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 370px;
  background: url("../img/brand/fondo-login.png") no-repeat center center;
  background-size: cover;
  z-index: 0;
  border-radius: 0 0 24px 24px;
}
@media (max-width: 768px) {
  .home-page {
    min-height: auto;
  }
  .home-page::before {
    height: 20vh;
  }
}

.perfil-page::before {
  height: 200px;
}

.container-puntos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  border-radius: 24px;
  padding: 16px 24px;
}
.container-puntos .text-puntos h4 {
  color: #241F48;
  margin-bottom: 0;
}
.container-puntos .text-puntos p {
  margin-bottom: 0;
  font-family: "AlpinaSans-Regular";
  color: #414149;
}
@media (max-width: 768px) {
  .container-puntos {
    display: block;
  }
  .container-puntos p {
    display: inline;
  }
}

.carrousel-home1 .swiper {
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  -webkit-box-shadow: 0 8px 24px rgba(15, 23, 42, 0.18);
          box-shadow: 0 8px 24px rgba(15, 23, 42, 0.18);
  position: relative;
  height: 315px;
  --swiper-wrapper-transition-timing-function: cubic-bezier(.2, 1.8, .4, 1);
}
.carrousel-home1 .swiper-wrapper {
  -webkit-transition-timing-function: cubic-bezier(0.2, 1.8, 0.4, 1) !important;
          transition-timing-function: cubic-bezier(0.2, 1.8, 0.4, 1) !important;
}
.carrousel-home1 .swiper-slide {
  z-index: 1;
  will-change: transform;
}
.carrousel-home1 .swiper-slide-active {
  z-index: 4;
}
.carrousel-home1 .swiper-slide-next,
.carrousel-home1 .swiper-slide-prev {
  z-index: 2;
}
.carrousel-home1 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.carrousel-home1 .swiper-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.carrousel-home1 .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #ffffff;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.carrousel-home1 .swiper-pagination .swiper-pagination-bullet-active {
  background: #BAF7E5;
  width: 18px;
  height: 18px;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  .carrousel-home1 .swiper {
    border-radius: 16px;
    overflow: hidden;
    padding-inline: 0;
    height: 400px;
  }
  .carrousel-home1 .swiper-slide img {
    border-radius: 16px;
  }
}

.card-home-catalogo, .card-home-muro {
  border-radius: 24px;
  padding: 24px 16px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #241F48;
}
.card-home-catalogo > img, .card-home-muro > img {
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: auto;
  height: auto;
  max-width: none;
}
.card-home-catalogo .content-card-home, .card-home-muro .content-card-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  width: 100%;
}
.card-home-catalogo .content-card-home .texts, .card-home-muro .content-card-home .texts {
  text-align: left;
}
.card-home-catalogo .content-card-home svg, .card-home-muro .content-card-home svg {
  margin-left: auto;
}
.card-home-catalogo .content-card-home p, .card-home-muro .content-card-home p {
  font-family: "AlpinaSans-Regular";
}

.card-home-catalogo {
  background-image: url("../img/brand/card-home-catalogo.png");
}

.card-home-muro {
  background-image: url("../img/brand/card-home-muro.png");
}

.product-card-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 24px;
  overflow: hidden;
  padding: 16px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
  background: #ffffff;
}
.product-card-home * {
  min-width: 0;
}
.product-card-home p, .product-card-home h1, .product-card-home h2, .product-card-home h3, .product-card-home h4, .product-card-home h5, .product-card-home h6, .product-card-home a, .product-card-home span, .product-card-home strong, .product-card-home em, .product-card-home small, .product-card-home label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.product-card-home .img-product {
  width: 107px;
  height: 99px;
  -o-object-fit: cover;
     object-fit: cover;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.product-card-home .puntos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 24px;
  border: 2px solid #BACFF7;
  padding: 4px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 4px 0;
  max-width: 150px;
  overflow: hidden;
  gap: 6px;
}
.product-card-home .puntos img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.product-card-home .puntos strong {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}
.product-card-home .puntos strong {
  margin-bottom: 0;
  font-size: 14px;
}

.carrousel-home2 {
  overflow: hidden;
  padding-inline: 20px;
  padding-block: 8px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .carrousel-home2 {
    padding-inline: 5px;
  }
}
.carrousel-home2 .swiper {
  position: relative;
  overflow: visible;
}
.carrousel-home2 .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.carrousel-home2 .swiper-slide {
  height: auto;
  overflow: visible;
}
.carrousel-home2 .swiper-button-prev, .carrousel-home2 .swiper-button-next {
  width: 43px;
  height: 36px;
  border-radius: 12px;
  background: #D0FAED;
  border: 3.5px solid #241F48;
  top: 50%;
  z-index: 3;
  pointer-events: auto;
  cursor: pointer;
}
.carrousel-home2 .swiper-button-prev:after, .carrousel-home2 .swiper-button-next:after {
  font-size: 14px;
  font-weight: 700;
  color: #241F48;
}
.carrousel-home2 .swiper-button-prev, .carrousel-home2 .swiper-button-next {
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.carrousel-home2 .swiper-button-prev:hover, .carrousel-home2 .swiper-button-next:hover {
  border-color: #6A6783;
  background: #6A6783;
  color: #ffffff;
}
.carrousel-home2 .swiper-button-prev:hover:after, .carrousel-home2 .swiper-button-next:hover:after {
  color: #ffffff;
}
@media (max-width: 768px) {
  .carrousel-home2 .swiper-button-prev, .carrousel-home2 .swiper-button-next {
    display: none;
  }
}
.carrousel-home2 .swiper-button-prev.swiper-button-disabled,
.carrousel-home2 .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.carrousel-home2 .swiper-button-prev {
  left: -20px;
}
.carrousel-home2 .swiper-button-next {
  right: -20px;
}

.card-mecanica {
  border-radius: 9px;
  border: 1px solid #1450C9;
  padding: 10px 16px;
  color: #414149;
  width: 100%;
  max-width: 330px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card-mecanica img {
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .card-mecanica {
    width: 100%;
    max-width: 100%;
  }
}

.carrousel-home3 {
  margin-top: 16px;
  overflow: hidden;
  padding-inline: 36px;
}
.carrousel-home3 .swiper {
  overflow: visible;
}
.carrousel-home3 .swiper-slide {
  height: auto;
}
.carrousel-home3 .swiper-slide-active .card-mecanica {
  background: #241F48;
  color: #ffffff;
  border-color: #241F48;
}
.carrousel-home3 .swiper-slide-active .card-mecanica * {
  color: #ffffff;
}

.error .header-placeholder {
  width: 100%;
  height: 80px;
  background: #1450C9;
  position: relative;
  z-index: 10;
}
.error .container {
  padding: 60px 20px 80px;
  text-align: center;
}
.error .title {
  color: #241F48;
  font-size: 32px;
}
@media (max-width: 768px) {
  .error .title {
    font-size: 40px;
    margin-bottom: 12px;
  }
}
.error .subtitle {
  font-family: "AlpinaSans-Regular";
  font-size: 18px;
  color: #241F48;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .error .subtitle {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
.error .illustration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.error .illustration img {
  max-width: 500px;
  width: 100%;
  height: auto;
  padding: 10px 0;
  margin-bottom: 24px;
}
.error .illustration .actions {
  padding: 24px;
  max-width: 725px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.maintenance-page {
  background: #1450C9;
  min-height: 100vh;
  min-width: 100vw;
  padding: 40px;
}
@media (max-width: 768px) {
  .maintenance-page {
    min-height: 100%;
    min-width: 100%;
    height: 100%;
  }
}
@media (max-width: 768px) {
  .maintenance-page .maintenance-page__logo {
    padding-bottom: 40px;
  }
}
.maintenance-page__container {
  text-align: center;
}
.maintenance-page__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media (max-width: 768px) {
  .maintenance-page__content {
    gap: 0;
  }
}
.maintenance-page__logo {
  padding-bottom: 20px;
}
.maintenance-page__title {
  font-family: "AlpinaSans-Bold";
  font-size: 32px;
  color: #ffffff;
  margin: 0;
  line-height: 40px;
}
.maintenance-page__description {
  font-family: "AlpinaSans-Regular";
  font-size: 18px;
  color: #ffffff;
  max-width: 600px;
  line-height: 22px;
}
.maintenance-page__illustration {
  height: 400px;
  width: 100%;
}
.maintenance-page img {
  margin-top: 24px;
  max-width: 350px;
  width: 100%;
  height: auto;
  background-size: cover;
}
@media (max-width: 768px) {
  .maintenance-page img {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
}

.maintenance-page-2 {
  background: #1450C9;
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
}
.maintenance-page-2 .row, .maintenance-page-2 .col-12 {
  margin: 0;
  padding: 0;
}
.maintenance-page-2 img {
  width: 100vw;
  height: 100vh;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .maintenance-page-2 img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.profile-avatar {
  position: relative;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  padding: 6px;
  background: #BACFF7;
  -webkit-box-shadow: 0 8px 24px rgba(15, 23, 42, 0.18);
          box-shadow: 0 8px 24px rgba(15, 23, 42, 0.18);
}
@media screen and (max-width: 768px) {
  .profile-avatar {
    width: 148px;
    height: 148px;
  }
}
.profile-avatar .profile-avatar__ring {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #F5F8FE;
  border: 5px solid #241F48;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.profile-avatar .profile-avatar__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.profile-avatar .profile-avatar__img[src$=".svg"] {
  width: 70%;
  height: 70%;
  -o-object-fit: contain;
     object-fit: contain;
}
.profile-avatar .profile-avatar__edit {
  position: absolute;
  bottom: 4px;
  right: 20px;
  cursor: pointer;
  display: block;
  background: transparent;
  border: none;
}
.profile-avatar .profile-avatar__edit img {
  width: 36px;
  height: 36px;
}

.edit-perfil-page .registro-page__text {
  color: #6A6783;
}
.edit-perfil-page .registro-page__select {
  border-radius: 16px;
}
.edit-perfil-page .registro-page__form, .edit-perfil-page .registro-page__section {
  margin-bottom: 0;
}
.edit-perfil-page__tabs {
  overflow-x: auto;
  overflow-y: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  scroll-behavior: smooth;
}
@media (max-width: 768px) {
  .edit-perfil-page__tabs {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .edit-perfil-page__tabs::-webkit-scrollbar {
    display: none;
  }
}
.edit-perfil-page__tab-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
  background: transparent;
  color: #241F48;
  border: none;
  font-family: "AlpinaSans-Bold";
  font-size: 16px;
  line-height: 19px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .edit-perfil-page__tab-button {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    scroll-snap-align: center;
    min-width: 140px;
  }
}
.edit-perfil-page__tab-button svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: currentColor;
}
@media (max-width: 768px) {
  .edit-perfil-page__tab-button svg {
    width: 18px;
    height: 18px;
  }
}
.edit-perfil-page__tab-button:hover {
  background: #BAF7E5;
}
.edit-perfil-page__tab-button.active {
  background: #241F48;
  color: #ffffff;
}
.edit-perfil-page__tab-button.active svg {
  color: #ffffff;
}
@media (max-width: 768px) {
  .edit-perfil-page__tab-text {
    display: block;
  }
}
.edit-perfil-page .registro-page__section {
  border-radius: 0 24px 24px 24px;
  -webkit-transition: border-radius 0.3s ease;
  transition: border-radius 0.3s ease;
}
.edit-perfil-page .registro-page__section.second-tab-active {
  border-radius: 24px 24px 24px 24px;
}
.edit-perfil-page .registro-page__section.third-tab-active {
  border-radius: 24px 24px 24px 24px;
}
.edit-perfil-page .tab-pane {
  display: none;
}
.edit-perfil-page .tab-pane.active {
  display: block;
  -webkit-animation: fadeIn 0.4s ease;
          animation: fadeIn 0.4s ease;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.main-catalogo .home-page::before {
  height: 220px;
}
@media (max-width: 767px) {
  .main-catalogo .home-page::before {
    height: 250px;
  }
}
.main-catalogo .miga {
  margin-top: 0;
}

.card-catalog {
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
  border-radius: 16px;
  padding: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.card-catalog .img-product-catalogo {
  width: 108px;
  height: 89px;
  -o-object-fit: contain;
     object-fit: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 12px;
}
.card-catalog .flecha-derecha {
  position: absolute;
  top: 16px;
  right: 16px;
}
.card-catalog p {
  margin-bottom: 0;
}
.card-catalog .content-card-catalogo {
  width: 100%;
}
.card-catalog .content-card-catalogo .unidades-disponibles {
  background: #BACFF7;
  width: 60%;
  border-radius: 24px 0 0 24px;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .card-catalog .content-card-catalogo .unidades-disponibles {
    width: 100%;
  }
}
.card-catalog .content-card-catalogo .unidades-disponibles p {
  color: #241F48;
  padding-left: 12px;
}

.catalogo-tabs {
  margin-top: 24px;
  border-radius: 32px;
  padding: 12px 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
}
.catalogo-tabs .nav-link {
  border-radius: 24px;
  color: #ffffff;
  background: #5F88DA;
  font-family: "AlpinaSans-Bold";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 18px;
  position: relative;
  width: 76px;
  height: 81px;
}
.catalogo-tabs .nav-link svg {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.catalogo-tabs .nav-link.active {
  background: #F7FFFD;
  color: #241F48;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
}
.catalogo-tabs .nav-link.active .svg-externo path {
  fill: #E6FCF6;
}
.catalogo-tabs .nav-link.active .svg-interno path {
  stroke: #241F48;
}
.catalogo-tabs .nav-link:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .catalogo-tabs {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 12px 0px;
    width: 100%;
  }
}

.catalogo-tabs__icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #F5F8FE;
}

.catalogo-tabs__label {
  font-size: 12px;
  position: absolute;
  left: 50%;
  bottom: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  z-index: 1;
}

.catalogo-tabs-content {
  margin-top: 32px;
}

.catalogo-filtros {
  font-size: 14px;
}

.catalogo-lista {
  margin-top: 8px;
}
.catalogo-lista a {
  display: block;
  text-decoration: none;
}
.catalogo-lista a:hover .card-catalog {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.22);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.22);
}

.catalogo-modal {
  border-radius: 28px 0 0 28px;
  background: #F7FFFD;
  padding: 16px 20px;
}
.catalogo-modal h4 {
  font-family: "AlpinaSans-Bold";
  color: #241F48;
}
.catalogo-modal p {
  font-size: 14px;
  color: #241F48;
}

.catalogo-modal__footer {
  border-top: none;
  padding: 16px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.catalogo-slider {
  position: relative;
  margin-bottom: 8px;
}
.catalogo-slider input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  background: transparent;
}
.catalogo-slider input[type=range]:focus {
  outline: none;
}
.catalogo-slider input[type=range]::-webkit-slider-runnable-track {
  height: 4px;
  border-radius: 999px;
  background: #5F88DA;
}
.catalogo-slider input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #7ADDE2;
  margin-top: -7px;
}
.catalogo-slider input[type=range]::-moz-range-track {
  height: 4px;
  border-radius: 999px;
  background: #5F88DA;
}
.catalogo-slider input[type=range]::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #7ADDE2;
}
.catalogo-slider__value {
  position: absolute;
  right: 0;
  top: -22px;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 999px;
  background: #241F48;
  color: #ffffff;
}

.catalogo-chips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}

.catalogo-sort-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.catalogo-sort-list li {
  margin-bottom: 12px;
}
.catalogo-sort-list li a {
  color: #241F48;
  font-family: "AlpinaSans-Bold";
  text-decoration: none;
}
.catalogo-sort-list li a:hover {
  text-decoration: underline;
}

.catalogo-paginador {
  padding: 12px 16px;
  border-radius: 24px;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}

.catalogo-paginador__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.catalogo-paginador__btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
}
.catalogo-paginador__btn.btn-primary {
  background: #D0FAED;
  color: #241F48;
}
.catalogo-paginador__btn.btn-secondary {
  border: 0;
  color: #A7A7AF;
}

.detalle-page {
  min-height: 100vh;
  background: #F5F8FE;
  position: relative;
}
.detalle-page::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 270px;
  background: url("../img/brand/fondo-login.png") no-repeat center center;
  background-size: cover;
  background-position: center;
  background-color: #241F48;
  z-index: 0;
  border-radius: 0 0 24px 24px;
}
@media (max-width: 768px) {
  .detalle-page {
    min-height: auto;
  }
  .detalle-page::before {
    height: 50vh;
  }
}
.detalle-page .container.z-index {
  position: relative;
  z-index: 1;
}
.detalle-page .cuentas-guardadas-page__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  background: #F7FFFD;
  -webkit-box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.04);
  border-radius: 0 0 24px 24px;
  padding: 16px 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 425px) {
  .detalle-page .cuentas-guardadas-page__actions {
    gap: 12px;
  }
  .detalle-page .cuentas-guardadas-page__actions button {
    width: 100%;
    height: 50px;
    border-radius: 50px;
  }
}
.detalle-page .miga {
  margin-bottom: 0;
}

.title-detalle {
  color: #ffffff;
  font-weight: 900;
  font-size: 24px;
  padding-top: 40px;
}

.badge-puntos {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  border-radius: 24px;
  padding: 4px 16px;
}
.badge-puntos span {
  color: #414149;
  font-weight: 676;
  font-size: 16px;
}

.card-detalle-producto {
  background: #ffffff;
  border-radius: 24px;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card-detalle-producto img {
  width: 320px;
}
@media (max-width: 768px) {
  .card-detalle-producto {
    padding: 24px;
  }
  .card-detalle-producto .product-image-container {
    min-height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .card-detalle-producto .product-image-container img {
    width: 320px;
    height: auto;
  }
}

.alert-puntos, .alert-registro {
  font-size: 16px;
  background: #FFFBE7;
  border: 1px solid #FFCE00;
  border-radius: 16px;
  padding: 16px 24px;
}
.alert-puntos p, .alert-registro p {
  color: #66361C;
  font-size: 14px;
  letter-spacing: 0.25px;
}

.descripcion-producto {
  color: #414149;
  line-height: 1.6;
  font-size: 15px;
}
.descripcion-producto p {
  margin-bottom: 16px;
}

.accordion-detalle .accordion-item {
  border: 1px solid #E0E0E0;
  border-radius: 12px;
  margin-bottom: 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.accordion-detalle .accordion-item:hover {
  border-color: #7ADDE2;
  -webkit-box-shadow: 0 2px 8px rgba(122, 221, 226, 0.1);
          box-shadow: 0 2px 8px rgba(122, 221, 226, 0.1);
}
.accordion-detalle .accordion-button {
  background: transparent;
  color: #414149;
  font-weight: 500;
  font-size: 16px;
  padding: 16px 20px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.accordion-detalle .accordion-button:not(.collapsed) {
  background: transparent;
  color: #241F48;
}
.accordion-detalle .accordion-button:not(.collapsed) svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.accordion-detalle .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
.accordion-detalle .accordion-button::after {
  display: none;
}
.accordion-detalle .accordion-button svg {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.accordion-detalle .accordion-body {
  border-top: 1px solid #7ADDE2;
  padding-top: 16px;
  font-family: "AlpinaSans-Regular";
}
.accordion-detalle .accordion-body p, .accordion-detalle .accordion-body ol, .accordion-detalle .accordion-body ul, .accordion-detalle .accordion-body li {
  font-family: "AlpinaSans-Regular";
}

@media (max-width: 768px) {
  .detalle-page .badge-puntos {
    font-size: 14px;
    padding: 6px 16px;
  }
  .card-detalle-producto {
    padding: 0;
  }
  .accordion-detalle .accordion-button {
    font-size: 14px;
    padding: 12px 16px;
  }
  .accordion-detalle .accordion-body {
    padding: 0 16px 16px 16px;
    font-size: 13px;
  }
}
.redencion-daviplata-page {
  min-height: 100vh;
  background: #F5F8FE;
  position: relative;
}
.redencion-daviplata-page::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 230px;
  background: url("../img/brand/fondo-login.png") no-repeat center center;
  background-size: cover;
  background-position: center;
  background-color: #241F48;
  z-index: 0;
  border-radius: 0 0 24px 24px;
}
@media (max-width: 768px) {
  .redencion-daviplata-page::before {
    height: 140px;
  }
}
.redencion-daviplata-page .br-register {
  border-radius: 24px;
}
.redencion-daviplata-page .container.z-index {
  position: relative;
  z-index: 1;
}
.redencion-daviplata-page__card {
  border-radius: 24px;
  padding: 24px;
  border: 1px solid #BACFF7;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  margin-bottom: 24px;
  background: #F5F8FE;
}
.redencion-daviplata-page__card-intro {
  font-size: 16px;
  margin-bottom: 24px;
}
.redencion-daviplata-page__accounts-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.redencion-daviplata-page__account-item {
  border: 1px solid #BACFF7;
  border-radius: 16px;
  padding: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #ffffff;
}
.redencion-daviplata-page__account-item p {
  margin-bottom: 0;
}
.redencion-daviplata-page__account-item:hover {
  border-color: #241F48;
  -webkit-box-shadow: 0 4px 12px rgba(44, 54, 129, 0.12);
          box-shadow: 0 4px 12px rgba(44, 54, 129, 0.12);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.redencion-daviplata-page__account-item:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.redencion-daviplata-page__account-item.selected {
  background: #241F48;
  border: 1px solid #1450C9;
}
.redencion-daviplata-page__account-item.selected .redencion-daviplata-page__account-name {
  color: #F7FFFD;
}
.redencion-daviplata-page__account-item.selected .redencion-daviplata-page__account-phone p {
  color: #F7FFFD;
}
.redencion-daviplata-page__account-name {
  font-family: "AlpinaSans-Bold";
  font-size: 16px;
  color: #0D0B1A;
}
.redencion-daviplata-page__account-phone {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #6b7280;
}
.redencion-daviplata-page__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  background: #F7FFFD;
  -webkit-box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.04);
  border-radius: 0;
  padding: 16px 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.redencion-daviplata-page .title-redencion {
  color: #ffffff;
  font-weight: 900;
  font-size: 24px;
  padding-top: 60px;
}
@media (max-width: 768px) {
  .redencion-daviplata-page .title-redencion {
    padding-top: 20px;
  }
}
.redencion-daviplata-page .miga {
  margin-bottom: 0;
}

.cuenta-seleccionada-card__info-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}
.cuenta-seleccionada-card__info-line:last-child {
  margin-bottom: 0;
}
.cuenta-seleccionada-card__info-line p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 4px;
  line-height: 1.4;
}

.alert-registro {
  margin-bottom: 0;
}

.daviplata-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media (max-width: 767px) {
  .redencion-daviplata-page > .daviplata-actions {
    display: none;
  }
}

.header-log__bottom-nav .boton {
  width: 280px;
}
.header-log__bottom-nav .daviplata-actions {
  padding: 10px 0 0 0;
  display: none;
}
@media (max-width: 767px) {
  .header-log__bottom-nav .daviplata-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.puntos-col-page {
  min-height: 100vh;
  background: #F5F8FE;
  position: relative;
}
.puntos-col-page::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 320px;
  background: url("../img/brand/fondo-login.png") no-repeat center center;
  background-size: cover;
  background-color: #1450C9;
  z-index: 0;
  border-radius: 0 0 24px 24px;
}
@media screen and (max-width: 768px) {
  .puntos-col-page::before {
    height: 200px;
  }
}
.puntos-col-page .container.z-index {
  position: relative;
  z-index: 1;
}
.puntos-col-page .container.z-index h1 {
  color: #ffffff;
  font-weight: 900;
  font-size: 24px;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .puntos-col-page .container.z-index h1 {
    padding-top: 30px;
  }
}
.puntos-col-page__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  background: #F7FFFD;
  -webkit-box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.04);
  border-radius: 0;
  padding: 16px 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.puntos-col-page .banner-image {
  width: 100%;
  border-radius: 24px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.puntos-col-page .conversion-card {
  background: #F5F8FE;
  border: 1px solid #BACFF7;
  border-radius: 24px;
  padding: 32px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
@media screen and (max-width: 768px) {
  .puntos-col-page .conversion-card {
    padding: 24px;
  }
}
.puntos-col-page .form-group {
  margin-bottom: 24px;
}
.puntos-col-page .form-label {
  display: block;
  font-family: "AlpinaSans-Bold";
  font-size: 16px;
  color: #0D0B1A;
  margin-bottom: 8px;
}
.puntos-col-page .required {
  color: #E5354E;
  margin-left: 2px;
}
.puntos-col-page .input-wrapper {
  position: relative;
}
.puntos-col-page .form-input {
  width: 100%;
  padding: 14px 50px 14px 20px;
  border: 1px solid #BACFF7;
  border-radius: 12px;
  font-size: 16px;
  font-family: "AlpinaSans-Regular";
  color: #0D0B1A;
  background: #F5F8FE;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.puntos-col-page .form-input:focus {
  outline: none;
  border-color: #1450C9;
  background: #ffffff;
}
.puntos-col-page .form-input[readonly] {
  cursor: default;
}
.puntos-col-page .edit-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.puntos-col-page .edit-icon:hover {
  opacity: 0.7;
}
.puntos-col-page .help-text {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  font-family: "AlpinaSans-Regular";
  color: #606060;
}
.puntos-col-page .arrow-divider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 24px 0;
  gap: 16px;
}
.puntos-col-page .arrow-divider svg:nth-child(2) {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
}
.puntos-col-page .checkbox-wrapper {
  margin-top: 20px;
}
.puntos-col-page .checkbox-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-family: "AlpinaSans-Regular";
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.puntos-col-page .checkbox-input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}
.puntos-col-page .checkbox-mark {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid #5F88DA;
  border-radius: 4px;
  margin-right: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #ffffff;
}
.puntos-col-page .checkbox-mark:after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.puntos-col-page .checkbox-input:checked ~ .checkbox-mark {
  background: #241F48;
  border-color: #241F48;
}
.puntos-col-page .checkbox-input:checked ~ .checkbox-mark:after {
  display: block;
}
.puntos-col-page .miga {
  margin-bottom: 0;
}

.sin-puntos .form-group {
  text-align: center;
  margin-bottom: 0;
}
.sin-puntos .form-group p {
  margin-bottom: 0;
}
.sin-puntos .form-group .subtitle {
  font-size: 14px;
}
.sin-puntos .conversion-card {
  border: 1px solid #BAF7E5;
  background: #F7FFFD;
}

.accordion-detalle .accordion-item {
  border: 1px solid #E0E0E0;
  border-radius: 12px;
  margin-bottom: 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.accordion-detalle .accordion-item:hover {
  border-color: #7ADDE2;
  -webkit-box-shadow: 0 2px 8px rgba(122, 221, 226, 0.1);
          box-shadow: 0 2px 8px rgba(122, 221, 226, 0.1);
}
.accordion-detalle .accordion-button {
  background: transparent;
  color: #414149;
  font-weight: 500;
  font-size: 16px;
  padding: 16px 20px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.accordion-detalle .accordion-button:not(.collapsed) {
  background: transparent;
  color: #241F48;
}
.accordion-detalle .accordion-button:not(.collapsed) svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.accordion-detalle .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
.accordion-detalle .accordion-button::after {
  display: none;
}
.accordion-detalle .accordion-button svg {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.accordion-detalle .accordion-body {
  border-top: 1px solid #7ADDE2;
  padding-top: 12px;
  font-family: "AlpinaSans-Regular";
}
.accordion-detalle .accordion-body p {
  margin: 0 0 6px 0;
}
.accordion-detalle .accordion-body ol {
  margin: 0;
  padding-left: 18px;
}
.accordion-detalle .accordion-body ol > li {
  margin-bottom: 16px;
}
.accordion-detalle .accordion-body ol > li:last-child {
  margin-bottom: 0;
}
.accordion-detalle .accordion-body ol > li p:first-child {
  margin-bottom: 2px;
}
.accordion-detalle .accordion-body ol > li strong {
  display: block;
  margin-bottom: 0;
}
.accordion-detalle .accordion-body ol > li p:last-child {
  margin-bottom: 0;
}
.accordion-detalle .accordion-body ol > li ol {
  margin-top: 8px;
}
.accordion-detalle .accordion-body ol > li ol > li {
  margin-bottom: 8px;
}
.accordion-detalle .accordion-body ol > li ol > li:last-child {
  margin-bottom: 0;
}
.accordion-detalle .accordion-body p, .accordion-detalle .accordion-body ol, .accordion-detalle .accordion-body ul, .accordion-detalle .accordion-body li {
  font-family: "AlpinaSans-Regular";
  font-size: 18px;
}

.redencion-puntos-col {
  min-height: 100vh;
  position: relative;
  background: #F5F8FE;
}
.redencion-puntos-col::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 220px;
  background: url("../img/brand/fondo-login.png") no-repeat center center;
  background-size: cover;
  background-color: #1450C9;
  z-index: 0;
  border-radius: 0 0 24px 24px;
}
@media screen and (max-width: 768px) {
  .redencion-puntos-col::before {
    height: 200px;
  }
}
.redencion-puntos-col .container.z-index {
  position: relative;
  z-index: 1;
}
.redencion-puntos-col .container.z-index h1 {
  color: #ffffff;
  font-weight: 900;
  font-size: 24px;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .redencion-puntos-col .container.z-index h1 {
    padding-top: 30px;
  }
}
.redencion-puntos-col .br-register {
  border-radius: 24px;
}
.redencion-puntos-col__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  background: #F7FFFD;
  -webkit-box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.04);
  border-radius: 0;
  padding: 16px 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.redencion-puntos-col .banner-image {
  width: 100%;
  border-radius: 24px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.redencion-puntos-col__card {
  border-radius: 24px;
  padding: 24px;
  border: 1px solid #BACFF7;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  margin-bottom: 24px;
  background: #F5F8FE;
}
.redencion-puntos-col .miga {
  margin-bottom: 0;
}

.sin-puntos .form-group {
  text-align: center;
  margin-bottom: 0;
}
.sin-puntos .form-group p {
  margin-bottom: 0;
}
.sin-puntos .form-group .subtitle {
  font-size: 14px;
}
.sin-puntos .form-group .conversion-card {
  border: 1px solid #BAF7E5;
  background: #F7FFFD;
}

.daviplata-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  border-radius: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .daviplata-actions.d-none.d-md-flex {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .daviplata-actions.d-none.d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 768px) {
  .header-log__bottom-nav {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .header-log__bottom-nav {
    display: block !important;
  }
}
.header-log__bottom-nav .daviplata-actions {
  width: 100%;
}

.redencion-bono {
  min-height: 100vh;
  position: relative;
  background: #F5F8FE;
}
.redencion-bono::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 230px;
  background: url("../img/brand/fondo-login.png") no-repeat center center;
  background-size: cover;
  background-color: #1450C9;
  z-index: 0;
  border-radius: 0 0 24px 24px;
}
@media screen and (max-width: 768px) {
  .redencion-bono::before {
    height: 200px;
  }
}
.redencion-bono .container.z-index {
  position: relative;
  z-index: 1;
}
.redencion-bono .container.z-index h1 {
  color: #ffffff;
  font-weight: 900;
  font-size: 24px;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .redencion-bono .container.z-index h1 {
    padding-top: 30px;
  }
}
.redencion-bono__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  background: #F7FFFD;
  -webkit-box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.04);
  border-radius: 0;
  padding: 16px 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.redencion-bono .banner-image {
  width: 100%;
  border-radius: 24px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.redencion-bono__card {
  border-radius: 24px;
  padding: 24px;
  border: 1px solid #BACFF7;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  margin-bottom: 24px;
  background: #F5F8FE;
}
.redencion-bono .miga {
  margin-bottom: 0;
}

.producto-fisico-page {
  min-height: 100vh;
  background: #F5F8FE;
  position: relative;
}
.producto-fisico-page::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 270px;
  background: url("../img/brand/fondo-login.png") no-repeat center center;
  background-size: cover;
  background-position: center;
  background-color: #241F48;
  z-index: 0;
  border-radius: 0 0 24px 24px;
}
.producto-fisico-page .container.z-index {
  position: relative;
  z-index: 1;
}
.producto-fisico-page__card {
  border-radius: 24px;
  padding: 24px;
  border: 1px solid #BACFF7;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  margin-bottom: 24px;
  background: #F5F8FE;
}
.producto-fisico-page__card-intro {
  font-size: 16px;
  margin-bottom: 24px;
}
.producto-fisico-page__accounts-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.producto-fisico-page__account-item {
  border: 1px solid #BACFF7;
  border-radius: 16px;
  padding: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #ffffff;
}
.producto-fisico-page__account-item p {
  margin-bottom: 0;
}
.producto-fisico-page__account-item:hover {
  border-color: #241F48;
  -webkit-box-shadow: 0 4px 12px rgba(44, 54, 129, 0.12);
          box-shadow: 0 4px 12px rgba(44, 54, 129, 0.12);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.producto-fisico-page__account-item:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.producto-fisico-page__account-item.selected {
  background: #241F48;
  border: 1px solid #1450C9;
}
.producto-fisico-page__account-item.selected .redencion-daviplata-page__account-name {
  color: #F7FFFD;
}
.producto-fisico-page__account-item.selected .redencion-daviplata-page__account-phone p {
  color: #F7FFFD;
}
.producto-fisico-page__account-name {
  font-family: "AlpinaSans-Bold";
  font-size: 16px;
  color: #0D0B1A;
}
.producto-fisico-page__account-phone {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #6b7280;
}
.producto-fisico-page__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  background: #F7FFFD;
  -webkit-box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.04);
  border-radius: 0;
  padding: 16px 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.producto-fisico-page .title-redencion {
  color: #ffffff;
  font-weight: 900;
  font-size: 24px;
  padding-top: 60px;
}
.producto-fisico-page .miga {
  margin-bottom: 0;
}

.tus-puntos-page {
  min-height: 100vh;
  background: #F5F8FE;
  position: relative;
}
.tus-puntos-page::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 210px;
  background: url("../img/brand/fondo-login.png") no-repeat center center;
  background-size: cover;
  background-position: center;
  background-color: #241F48;
  z-index: 0;
  border-radius: 0 0 24px 24px;
}
.tus-puntos-page .br-register {
  border-radius: 24px;
}
.tus-puntos-page .container.z-index {
  position: relative;
  z-index: 1;
}
.tus-puntos-page .miga {
  margin-bottom: 0;
}
.tus-puntos-page .card-puntos {
  background: #F7FFFD;
  border-radius: 24px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  padding: 24px 20px;
}
.tus-puntos-page .puntos-label {
  margin: 0 0 12px 0;
  font-size: 14px;
  color: #666666;
  font-weight: 400;
  text-align: center;
}
.tus-puntos-page .puntos-contenido {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 20px;
}
.tus-puntos-page .puntos-icono {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.tus-puntos-page .puntos-cantidad {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  color: #241F48;
}
.tus-puntos-page .divider {
  width: 100%;
  height: 1.5px;
  background: #BACFF7;
  margin-bottom: 20px;
}
.tus-puntos-page .puntos-vencimiento {
  margin: 0;
  font-size: 13px;
  color: #666666;
  font-weight: 400;
  text-align: center;
}
.tus-puntos-page .historial-section {
  padding: 10px 20px;
}
.tus-puntos-page .historial-title {
  font-size: 20px;
  font-weight: 700;
  color: #241F48;
  margin: 0;
}
.tus-puntos-page .tabs-calendario-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
  gap: 16px;
}
.tus-puntos-page .tabs-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0;
  border-radius: 50px;
  border: 3px solid #241F48;
  overflow: hidden;
}
.tus-puntos-page .tab-btn {
  background: transparent;
  padding: 5px 20px;
  border-radius: 0;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
  border-right: 3px solid #241F48;
}
.tus-puntos-page .tab-btn:first-child {
  border-radius: 50px 0 0 50px;
}
.tus-puntos-page .tab-btn:last-child {
  border-radius: 0 50px 50px 0;
  border-right: none;
}
.tus-puntos-page .tab-btn:hover {
  background: rgba(30, 58, 138, 0.1);
}
.tus-puntos-page .tab-btn.active {
  background: #241F48;
  color: white;
}
.tus-puntos-page .btn-calendario {
  background: white;
  border: 3px solid #241F48;
  border-radius: 12px;
  padding: 8px 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.tus-puntos-page .btn-calendario:hover {
  background: #F5F8FE;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.tus-puntos-page .transacciones-lista {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.tus-puntos-page .transaccion-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid #F5F8FE;
}
.tus-puntos-page .transaccion-item:last-child {
  border-bottom: none;
}
.tus-puntos-page .transaccion-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.tus-puntos-page .transaccion-info h4 {
  font-size: 16px;
  font-weight: 600;
  color: #241F48;
  margin: 0 0 4px 0;
}
.tus-puntos-page .transaccion-info p {
  font-size: 13px;
  color: #666666;
  margin: 0;
  line-height: 1.4;
}
.tus-puntos-page .transaccion-puntos-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 8px;
}
.tus-puntos-page .transaccion-puntos {
  gap: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  padding: 0 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 24px;
  border: 2px solid #BACFF7;
}
.tus-puntos-page .ver-detalles {
  gap: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  margin-top: 10px;
  font-weight: 500;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #241F48;
  -webkit-transition: gap 0.3s ease;
  transition: gap 0.3s ease;
  text-decoration-style: solid;
  text-decoration-line: underline;
}
.tus-puntos-page .ver-detalles:hover {
  gap: 8px;
  text-decoration: none;
}
.tus-puntos-page .ver-detalles svg {
  width: 14px;
  height: 14px;
}
.tus-puntos-page .catalogo-paginador {
  padding: 0;
}

@media (max-width: 768px) {
  .tus-puntos-page::before {
    height: 190px;
  }
}
@media (max-width: 768px) {
  .tus-puntos-page .tabs-calendario-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 12px;
  }
}
@media (max-width: 768px) {
  .tus-puntos-page .tabs-container {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .tus-puntos-page .tab-btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 8px 16px;
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .tus-puntos-page .btn-calendario {
    width: 100%;
    padding: 12px;
  }
}
.modal-puntos .modal-content {
  border-radius: 24px;
  border: none;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.modal-puntos .modal-body {
  padding: 2rem 1.75rem 1.5rem;
}
.modal-puntos .logo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
}
.modal-puntos .logo-box {
  width: 100%;
  max-width: 320px;
  height: 110px;
  background: #ffffff;
  border-radius: 16px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #BAF7E5;
  overflow: hidden;
  margin: 0 auto;
}
.modal-puntos .logo-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
.modal-puntos .modal-title {
  text-align: left;
  color: #241F48;
}
.modal-puntos .status-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 1.5rem;
}
.modal-puntos .status-badge .badge {
  font-size: 14px;
  font-weight: 600;
  padding: 8px 20px;
  border-radius: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.375rem;
}
.modal-puntos .status-badge .badge.reversado {
  background-color: #FFE1DD;
  color: #dc3545;
}
.modal-puntos .status-badge .badge.exitoso {
  background-color: #F9FFE5;
  color: #1C3D1A;
}
.modal-puntos .status-badge .badge.pendiente {
  background-color: #FFFBE7;
  color: #66361C;
}
.modal-puntos .status-badge .badge.despachado {
  background-color: #EBFCFF;
  color: #005D70;
}
.modal-puntos .status-badge .badge.cancelado {
  background-color: #EDEDED;
  color: #414141;
}
.modal-puntos .detalle-info {
  text-align: left;
  background: #fff;
  border: 2px solid #BAF7E5;
  border-radius: 16px;
  padding: 0;
  overflow: hidden;
}
.modal-puntos .detalle-info p {
  margin-bottom: 0;
  font-size: 16px;
  color: #241F48;
}
.modal-puntos .detalle-info .info-header {
  padding: 12px;
  background: #F8F9FA;
  border-bottom: 2px solid #BAF7E5;
}
.modal-puntos .detalle-info .info-header strong {
  color: #414149;
  font-size: 14px;
  font-weight: 600;
}
.modal-puntos .detalle-info .info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 8px;
  border-bottom: 2px solid #BAF7E5;
}
.modal-puntos .detalle-info .info-row:last-child {
  border-bottom: none;
}
.modal-puntos .detalle-info .info-row .label {
  color: #666;
  margin-bottom: 0;
  font-size: 14px;
}
.modal-puntos .detalle-info .info-row .value {
  color: #414149;
  text-align: left;
  font-size: 14px;
}
.modal-puntos .detalle-info .stepper-container {
  padding: 15px 0;
}
.modal-puntos .tracking-progress {
  margin: 1.5rem 0;
}
.modal-puntos .tracking-progress .progress-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 1rem;
}
.modal-puntos .tracking-progress .progress-steps .step {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  position: relative;
}
.modal-puntos .tracking-progress .progress-steps .step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 8px;
  right: -50%;
  left: 50%;
  height: 2px;
  background: #E0E0E0;
  z-index: 1;
}
.modal-puntos .tracking-progress .progress-steps .step.completed::after {
  background: #3DC639;
}
.modal-puntos .tracking-progress .progress-steps .step.active::after {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #3DC639), color-stop(50%, #E0E0E0));
  background: linear-gradient(to right, #3DC639 50%, #E0E0E0 50%);
}
.modal-puntos .tracking-progress .progress-steps .step .step-icon {
  width: 16px;
  height: 16px;
  margin: 0 auto 0.5rem;
  position: relative;
  z-index: 2;
}
.modal-puntos .tracking-progress .progress-steps .step .step-label {
  font-size: 12px;
  color: #666;
  line-height: 1.2;
  max-width: 80px;
  margin: 0 auto;
}
.modal-puntos .tracking-progress .progress-steps .step.completed .step-label {
  color: #3DC639;
  font-weight: 600;
}
.modal-puntos .tracking-progress .progress-steps .step.active .step-label {
  color: #FFCE00;
  font-weight: 600;
}
.modal-puntos .tracking-progress .progress-label .badge-sm {
  font-size: 11px;
  padding: 4px 8px;
}
.modal-puntos .status-badge-stepper {
  position: absolute;
  top: -32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.modal-puntos .status-badge-stepper .badge {
  background: #241F48;
  color: white;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 20px;
  white-space: nowrap;
  z-index: 3;
}
.modal-puntos .status-badge-stepper .badge::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #241F48;
}

.progress-stepper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin: 2.5rem 0 1rem;
}
.progress-stepper::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 15%;
  right: 15%;
  height: 4px;
  background: #E0E5F2;
  z-index: 1;
}
.progress-stepper .step {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
.progress-stepper .step .step-circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #E0E5F2;
  margin-bottom: 0.75rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.progress-stepper .step .step-circle svg {
  width: 14px;
  height: 14px;
}
.progress-stepper .step .step-label {
  font-size: 12px;
  color: #666;
  text-align: center;
  line-height: 1.3;
  max-width: 85px;
  font-weight: 500;
}
.progress-stepper .step.completed .step-circle {
  background: #4CAF50;
  border: none;
}
.progress-stepper .step.completed .step-circle svg path {
  stroke: white;
}
.progress-stepper .step.completed .step-label {
  color: #333;
  font-weight: 500;
}
.progress-stepper .step.active {
  position: relative;
}
.progress-stepper .step.active .step-circle {
  background: #241F48;
  width: 24px;
  height: 24px;
  border: none;
}
.progress-stepper .step.active .step-circle.truck-icon svg {
  width: 16px;
  height: 16px;
  color: white;
}
.progress-stepper .step.active .step-circle.truck-icon svg path {
  stroke: white;
}
.progress-stepper .step.pending .step-circle {
  background: #C8D1E8;
  border: none;
}
.progress-stepper .step.pending .step-label {
  color: #999;
}
.progress-stepper.step-1::before {
  background: -webkit-gradient(linear, left top, right top, from(#1C3D1A), color-stop(33.33%, #1C3D1A), color-stop(33.33%, #6A6783), to(#6A6783));
  background: linear-gradient(to right, #1C3D1A 0%, #1C3D1A 33.33%, #6A6783 33.33%, #6A6783 100%);
}
.progress-stepper.step-2::before {
  background: -webkit-gradient(linear, left top, right top, from(#1C3D1A), color-stop(66.66%, #1C3D1A), color-stop(66.66%, #6A6783), to(#6A6783));
  background: linear-gradient(to right, #1C3D1A 0%, #1C3D1A 66.66%, #6A6783 66.66%, #6A6783 100%);
}
.progress-stepper.step-3::before {
  background: #4CAF50;
}
/*# sourceMappingURL=main.css.map */