@font-face {
  font-family: "CIBFontSans-Bold";
  src: url("fonts/CIBFontSans-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "CIBFontSans-Regular";
  src: url("fonts/CIBFontSans-Regular.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans-Bold";
  src: url("fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans-SemiBold";
  src: url("fonts/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans-Regular";
  src: url("fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans-Light";
  src: url("fonts/OpenSans-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
button:focus, input:focus {
  outline: none;
}

* {
  letter-spacing: 0.02em;
}
*::-moz-selection {
  background: #FDC82A;
  color: black;
}
*::selection {
  background: #FDC82A;
  color: black;
}

a, button, input {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

html {
  scroll-behavior: smooth;
}

button:focus, input:focus {
  outline: none;
}

body {
  background-color: white;
  font-size: 16px;
  color: black;
  overflow-x: hidden;
  font-family: "OpenSans-Regular";
}
body::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
body::-webkit-scrollbar-track {
  background-color: #F6f6f6;
  border-radius: 10px;
}
body::-webkit-scrollbar-thumb {
  background-color: #FDC82A;
  border-radius: 10px;
}

.font-bold {
  font-family: "CIBFontSans-Bold";
}

strong, .text-bold {
  font-family: "CIBFontSans-Bold";
}

h1 {
  font-size: 40px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 28px;
  }
}

h2 {
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 18px;
  }
}

h4 {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 16px;
  }
}

small {
  font-size: 12px;
}
small a {
  color: #2C2A29;
}
small a:hover {
  color: #2C2A29;
}

.text-11 {
  font-size: 11px;
}

.text-12 {
  font-size: 12px;
}

.text-13 {
  font-size: 13px;
}

.text-15 {
  font-size: 15px;
}

.text-20 {
  font-size: 20px;
}

.text-semibold {
  font-family: "OpenSans-SemiBold" !important;
}

.text-openbold {
  font-family: "OpenSans-Bold" !important;
}

.text-thin {
  font-family: "OpenSans-Light" !important;
}

.link-bold {
  color: black;
  font-family: "OpenSans-Bold";
  text-decoration: underline;
  background: transparent;
  border: none;
}
.link-bold:hover {
  color: black;
}

.bg-yellow {
  background-color: #fdda24;
}

.bg-yellow2 {
  background-color: #FDC82A;
}

.bg-yellow3 {
  background-color: #FEE97C;
}

.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;
  height: 45px;
  font-weight: 700;
  border-radius: 40px;
}
.btn.btn-yellow {
  background-color: #fdda24;
  border: 1px solid #fdda24;
}
.btn.btn-yellow:hover {
  background-color: #FDC82A;
  border: 1px solid #FDC82A;
}
.btn.btn-yellow span {
  display: none;
}
.btn.btn-line {
  background-color: white;
  border: 1px solid black;
}
.btn.btn-line:hover {
  border: 2px solid black;
}
.btn.btn-disabled {
  background-color: #D5D4D4;
  border: 1px solid #D5D4D4;
  pointer-events: none;
}
.btn.btn-disabled:hover {
  background-color: #D5D4D4 !important;
  border: 1px solid #D5D4D4 !important;
}
.btn.btn-disabled svg {
  display: none;
}
.btn.btn-disabled img {
  pointer-events: auto;
}
.btn.btn-disabled span {
  display: block;
}
.btn.btn-padding {
  padding: 0 32px;
}

.bg-gray-1 {
  background-color: #F6f6f6;
}
.bg-gray-2 {
  background-color: #ABA59D;
}
.bg-gray-5 {
  background-color: #EAEAEA;
}
.bg-dark {
  background-color: #2c2a29;
}
.bg-yellow4 {
  background-color: #FEF4BD;
}
.bg-green {
  background-color: #00c389;
}
.bg-orange {
  background-color: #ff7f41;
}
.bg-purple {
  background-color: #9063CD;
}
.bg-purple2 {
  background-color: #DED1F0;
}
.bg-blue {
  background-color: #59cbe8;
}

.text-yellow {
  color: #fdda24;
}

.text-yellow2 {
  color: #FDC82A;
}

.text-yellow3 {
  color: #FEE97C;
}

.w-fit-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 992px) {
  .w-fit-content {
    width: 100%;
  }
}

.w-lg-50 {
  width: 50%;
}
@media screen and (max-width: 992px) {
  .w-lg-50 {
    width: 100%;
  }
}

@-webkit-keyframes palpitar-mover-sombra {
  0% {
    -webkit-transform: scale(1) translateX(0);
            transform: scale(1) translateX(0);
  }
  50% {
    -webkit-transform: scale(1.1) translateX(3px);
            transform: scale(1.1) translateX(3px);
  }
  100% {
    -webkit-transform: scale(1) translateX(0);
            transform: scale(1) translateX(0);
  }
}

@keyframes palpitar-mover-sombra {
  0% {
    -webkit-transform: scale(1) translateX(0);
            transform: scale(1) translateX(0);
  }
  50% {
    -webkit-transform: scale(1.1) translateX(3px);
            transform: scale(1.1) translateX(3px);
  }
  100% {
    -webkit-transform: scale(1) translateX(0);
            transform: scale(1) translateX(0);
  }
}

.header-mob {
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  position: sticky;
  bottom: 0;
  z-index: 99;
  width: 100%;
  height: 74px;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
}
.header-mob .btn-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header-mob .btn-nav span {
  font-size: 10px;
}
.header-mob .btn-nav.active {
  background-color: #fdda24;
}

.mobile-logo {
  height: 79px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mobile-logo img {
  width: 257px;
}

.top-bar p {
  line-height: 14px;
}

.desk-logo {
  padding: 14px 0;
}
.desk-logo .logo img {
  max-width: 330px;
  width: 100%;
}
.desk-logo .options-navs ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.desk-logo .options-navs ul span {
  border-bottom: 0.7px solid #2c2a29;
}

.m-18 {
  margin-bottom: 18px;
}

.dtc-title {
  font-size: 45px;
}

.header {
  position: sticky;
  top: 0;
  height: 80px;
  width: 100vw;
  z-index: 10;
  background-color: white;
  -webkit-box-shadow: 0px 2.886px 2.886px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 2.886px 2.886px 0px rgba(0, 0, 0, 0.05);
}
.header .container {
  height: 80px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer {
  background: #2c2a29 url("../img/vector/vigilado.svg") 20px 50px/12px no-repeat;
  color: white;
  padding: 50px 0;
  font-size: 12px;
}
.footer h6 {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 18px;
}
.footer p {
  margin-bottom: 12px;
}
.footer .link-footer {
  display: block;
  color: white;
  font-family: "OpenSans-SemiBold";
  text-decoration: underline;
}
.footer .line {
  position: relative;
}
.footer .line::before {
  content: "";
  width: 1px;
  height: 65px;
  position: absolute;
  background-color: white;
  top: 0;
  left: -7vw;
  opacity: 0.2;
}
.footer a {
  text-decoration: none;
  color: white;
}
@media screen and (max-width: 768px) {
  .footer {
    background: #2c2a29 url("../img/vector/vigilado.svg") 17px 50px/14px no-repeat;
    padding: 40px 0;
  }
  .footer .line::before {
    width: calc(100% - 10px);
    height: 1px;
    top: -25px;
    left: 10px;
  }
}

.textLanding {
  margin-top: 70px;
  max-width: 600px;
  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;
}
.textLanding h1 {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .textLanding {
    margin-top: 30px;
  }
}

.footer-contactenos {
  margin-left: -300px;
}
@media screen and (max-width: 768px) {
  .footer-contactenos {
    margin: 0;
  }
}

.footer-line {
  margin-right: -300px;
}
@media screen and (max-width: 768px) {
  .footer-line {
    margin: 0;
  }
}

.textLogin {
  margin-top: 70px;
  min-width: 500px;
  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;
  text-align: center;
}
.textLogin .w-60 {
  width: 60%;
  margin: 0 auto 20px auto;
}
@media screen and (max-width: 768px) {
  .textLogin {
    margin-top: 30px;
    min-width: auto;
  }
  .textLogin .w-60 {
    width: 90%;
  }
}

.form-group {
  margin-bottom: 1.5rem;
}
.form-group label {
  display: block;
  color: #807F7F;
  font-size: 12px;
}
.form-group input {
  width: 100%;
  padding: 0 0 12px 0;
  border: none;
  border-bottom: 1px solid #807F7F;
  border-radius: 4px;
  outline: none;
  color: #807F7F;
}
.form-group .select-wrapper {
  position: relative;
  width: 100%;
}
.form-group .select-wrapper .select-selected {
  width: 100%;
  padding: 0 0 12px 0;
  border: none;
  border-bottom: 1px solid #807F7F;
  border-radius: 4px;
  outline: none;
  color: #807F7F;
  background: white url("../img/vector/arrow-down.svg") no-repeat right 1rem center;
  background-size: 1rem;
  cursor: pointer;
}
.form-group .select-wrapper .select-options {
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #807F7F;
  border-radius: 4px;
  z-index: 10;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.form-group .select-wrapper .select-options li {
  padding: 12px;
  cursor: pointer;
  color: #807F7F;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.form-group .select-wrapper .select-options li:hover {
  background: #f0f0f0;
}

.otp-form label {
  color: #807F7F;
}
.otp-form a {
  color: #2c2a29;
}
.otp-form .otp-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin: 1rem 0;
}
.otp-form .otp-inputs .otp-input {
  width: 70px;
  height: 75px;
  text-align: center;
  font-size: 1.5rem;
  border-radius: 12px;
  outline: none;
  background-color: #F6f6f6;
  border: none;
  color: #807F7F;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.otp-form .otp-inputs .otp-input:focus {
  border: 1px solid #807F7F;
}
@media screen and (max-width: 768px) {
  .otp-form .otp-inputs {
    gap: 10px;
  }
  .otp-form .otp-inputs .otp-input {
    width: 47px;
    height: 65px;
  }
}
.otp-form .form-check label {
  font-size: 12px;
}

input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.img-login {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.modal-dialog {
  max-width: 414px;
}
.modal-dialog .modal-content {
  border-radius: 0;
  border: none;
  padding: 48px 32px;
}
.modal-dialog .modal-content .modal-body {
  position: relative;
  padding: 0;
}
.modal-dialog .modal-content h2 {
  font-size: 18px;
}
.modal-dialog.modal-dialog-lg {
  max-width: 550px;
}

#loginModal h2 {
  font-size: 23px;
}

.selectInput {
  position: relative;
}
.selectInput::after {
  content: "";
  width: 30px;
  height: 30px;
  pointer-events: none;
  position: absolute;
  bottom: 10px;
  right: 0;
  background: url(../img/vector/select_arrow.svg) no-repeat center/24px;
}

.btnClose {
  width: 32px;
  height: 32px;
  background: url("../img/vector/close-circle.svg") no-repeat center center;
  background-size: contain;
  border: none;
  cursor: pointer;
  padding: 0;
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 9;
}

#modalmedioenvio h3 {
  font-size: 20px;
  margin-bottom: 24px;
}
#modalmedioenvio .custom-radio-box {
  margin-bottom: 1rem;
}
#modalmedioenvio .custom-radio-box .form-check-input {
  display: none;
}
#modalmedioenvio .custom-radio-box .custom-box {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 15px 45px 15px 15px;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  position: relative;
}
#modalmedioenvio .custom-radio-box .custom-box:hover {
  border: 1px solid #fdda24;
}
#modalmedioenvio .custom-radio-box .radio-circle {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 1px solid #2c2a29;
  border-radius: 50%;
}
#modalmedioenvio .custom-radio-box input[type=radio]:checked + .custom-box {
  border-color: #2c2a29;
}
#modalmedioenvio .custom-radio-box input[type=radio]:checked + .custom-box .radio-circle {
  padding: 5px;
  background-color: #fdda24;
  border-color: #000;
}
#modalmedioenvio .text-envio {
  font-size: 12px;
  margin: 32px 0;
}
#modalmedioenvio .text-muted {
  font-size: 11px !important;
  margin-top: 16px;
  text-align: center;
}

#modalconfirmar a {
  color: #2c2a29;
}

#modalcargando .img-cargando {
  -webkit-animation: palpitar-mover-sombra 1.5s infinite ease-in-out;
          animation: palpitar-mover-sombra 1.5s infinite ease-in-out;
}

#modalespecificaciones .modal-dialog {
  max-width: 605px;
  color: #2c2a29;
}
#modalespecificaciones h2 {
  font-size: 28px;
}
#modalespecificaciones ol {
  padding-left: 16px;
}
#modalespecificaciones ol li {
  margin-bottom: 12px;
}
#modalespecificaciones p {
  font-size: 13px;
}
#modalespecificaciones p a {
  color: #2c2a29;
}

#ranking {
  background: #FFFFFF;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(22%, rgb(255, 255, 255)), color-stop(22%, rgb(246, 246, 246)), color-stop(90%, rgb(246, 246, 246)), color-stop(90%, rgb(246, 246, 246)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 22%, rgb(246, 246, 246) 22%, rgb(246, 246, 246) 90%, rgb(246, 246, 246) 90%);
}

.bg-gray-ranking {
  background-color: #F7F7F7;
}

.bg-1 {
  background-color: white;
  position: relative;
}
.bg-1 .figura-1 {
  position: absolute;
  right: 0;
  top: 30px;
}
@media screen and (max-width: 768px) {
  .bg-1 .figura-1 {
    top: -50px;
    right: -20px;
  }
}
.bg-1 .figura-2 {
  position: absolute;
  top: 370px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .bg-1 .figura-2 {
    left: -50px;
  }
}

.btn-back {
  text-decoration: none;
  color: #2c2a29;
  font-weight: 600;
  font-size: 18px;
  margin-top: 38px;
}
.btn-back img {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .btn-back {
    margin: 24px 0 49px 0;
  }
}

.card-paso {
  height: 241px;
  background-color: white;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(44, 42, 41, 0.1);
          box-shadow: 0px 4px 16px 0px rgba(44, 42, 41, 0.1);
  position: relative;
  padding: 40px 24px;
  margin-top: 22px;
  border-radius: 4px;
  margin-bottom: 40px;
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.card-paso p {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 18px;
}
.card-paso p.small {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 10px;
}
.card-paso .numero {
  color: white;
  background-color: #59cbe8;
  font-size: 14px;
  padding: 0px 8px;
  width: 80px;
  height: 24px;
  border-radius: 0px 0px 4px 4px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 27px;
}
.card-paso .numero p {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .card-paso {
    margin-top: 69px;
    height: 250px;
    padding: 40px 16px;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .card-paso .numero {
    right: 0;
  }
}

.card-ranking {
  position: relative;
  z-index: 9;
}
.card-ranking .titulo-ranking h4 {
  font-size: 24px;
  margin-bottom: 12px;
  background-color: black;
  color: white;
  text-align: center;
  border-radius: 50px;
  padding: 10px 0;
  font-family: "CIBFontSans-Bold";
}
.card-ranking .posicion-actual {
  position: relative;
  z-index: 9;
  background: #FFD500;
  padding: 9px 0;
  border-radius: 74px;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 16px;
  width: 100%;
  text-align: center;
}
.card-ranking .posicion-actual h4 {
  font-size: 24px;
  margin-bottom: 0;
  font-family: "CIBFontSans-Bold";
}
.card-ranking .pill {
  background: white;
  color: #000;
  padding: 10px;
  border-radius: 50%;
  margin-left: 24px;
  width: 56px;
  height: 56px;
  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;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .card-ranking .titulo-ranking h4 {
    font-size: 20px;
  }
  .card-ranking .posicion-actual h4 {
    font-size: 20px;
  }
}

.table-ranking {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 70px;
}
.table-ranking thead {
  background: #f2f2f2;
  font-family: "CIBFontSans-Bold";
  margin-bottom: 12px;
  border-bottom: 12px solid white;
}
.table-ranking th, .table-ranking td {
  text-align: center;
  padding: 10px 12px;
  border-bottom: 1px solid #eaeaea;
  font-weight: 700;
}
.table-ranking th {
  font-size: 24px;
}
.table-ranking tr {
  border-bottom: 2px solid white;
}
.table-ranking tbody tr:nth-child(1) {
  background: #59CBE8;
}
.table-ranking tbody tr:nth-child(2) {
  background: rgba(89, 203, 232, 0.5019607843);
}
.table-ranking tbody tr:nth-child(3) {
  background: rgba(89, 203, 232, 0.2);
}
.table-ranking tbody tr:nth-child(n+4):nth-child(even) {
  background: none;
  opacity: 0.4;
  border: none;
}
.table-ranking tbody tr:nth-child(n+4):nth-child(odd) {
  background: white;
  opacity: 0.4;
  border: none;
}

.mySwiper-ranking {
  padding: 20px 0;
  margin: 64px 0;
  position: relative;
}
.mySwiper-ranking .swiper-slide {
  background: transparent;
  text-align: center;
}
.mySwiper-ranking .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
}
.mySwiper-ranking .swiper-slide p {
  font-size: 18px;
  font-family: "CIBFontSans-Bold";
  text-align: center;
  color: #2c2a29;
  margin-bottom: 0;
}
.mySwiper-ranking .arrow-ranking {
  background: #F7F7F7;
  width: 80px;
  height: 100%;
  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;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0%;
}
.mySwiper-ranking .arrow-ranking img {
  border-radius: 50%;
  width: 44px;
  height: 44px;
}
.mySwiper-ranking .arrow-ranking::after {
  display: none;
}
.mySwiper-ranking .swiper-button-prev.arrow-ranking {
  left: -10px;
}
.mySwiper-ranking .swiper-button-next.arrow-ranking {
  right: -10px;
}
@media screen and (max-width: 768px) {
  .mySwiper-ranking {
    padding: 0;
  }
  .mySwiper-ranking .arrow-ranking {
    display: none;
  }
}
.mySwiper-ranking .swiper-pagination {
  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;
  bottom: 0;
}
.mySwiper-ranking .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: white;
  border: 1px solid black;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mySwiper-ranking .swiper-pagination-bullet-active {
  width: 25px;
  background: #FFD500;
  border-radius: 20px;
  border: none;
}

.title-ranking {
  width: 40%;
  margin: 0 auto 18px auto;
  font-family: "CIBFontSans-Bold";
}
@media screen and (max-width: 768px) {
  .title-ranking {
    width: 100%;
  }
}

.premios-ranking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin: 62px 0 120px 0;
  overflow-x: visible;
}
.premios-ranking .content-premios {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  max-width: 413px;
}
.premios-ranking .content-premios strong {
  font-size: 18px;
  font-family: "OpenSans-Bold";
}
.premios-ranking .content-premios img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .premios-ranking {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 10px;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    margin: 40px 0 0 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .premios-ranking::-webkit-scrollbar {
    display: none;
  }
  .premios-ranking .content-premios {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 280px;
            flex: 0 0 280px;
    max-width: 280px;
    scroll-snap-align: start;
  }
}

@-webkit-keyframes pulse-brightness {
  0% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  40% {
    -webkit-filter: brightness(0.4);
            filter: brightness(0.4);
  }
  100% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}

@keyframes pulse-brightness {
  0% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  40% {
    -webkit-filter: brightness(0.4);
            filter: brightness(0.4);
  }
  100% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}
.py-default {
  padding: 64px 0;
}
@media screen and (max-width: 992px) {
  .py-default {
    padding: 40px 0;
  }
}

.hero .title-dark {
  color: #2c2a29;
}
.hero h3 {
  font-size: 40px;
}
@media screen and (max-width: 992px) {
  .hero h3 {
    font-size: 28px;
  }
}
.hero h4 {
  font-size: 32px;
}
@media screen and (max-width: 992px) {
  .hero h4 {
    font-size: 24px;
  }
}
.hero img {
  border-radius: 4px;
}

.goals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 992px) {
  .goals {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#goals h3.title-primary {
  font-size: 40px;
}
@media screen and (max-width: 992px) {
  #goals h3.title-primary {
    font-size: 24px;
  }
}

.card-default {
  width: 100%;
}
.card-default .header-card {
  padding: 10px 20px;
  border-radius: 4px;
  height: 70px;
}
.card-default .header-card .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 28px;
  height: 28px;
}
.card-default .header-card h3 {
  font-size: 23px;
}
.card-default .content {
  padding: 40px 24px;
  border-radius: 4px;
}
.card-default .content h6 {
  font-size: 18px;
}
.card-default .content .progress-bar-block {
  font-size: 13px;
}
.card-default .content .progress-bar-block .progress-bar {
  border-radius: 30px;
}
.card-default .content .restant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 17px;
  border-radius: 4px;
}
.card-default .content .restant p {
  line-height: 13px;
}
.card-default.challenge {
  max-width: 185px;
}
@media screen and (max-width: 992px) {
  .card-default.challenge {
    max-width: 100%;
  }
}
.card-default.challenge .content {
  padding: 30px 24px;
}
.card-default.challenge .challenge-complete {
  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;
  background-color: #9063CD;
  width: 38px;
  height: 38px;
  border-radius: 50%;
}
.card-default.challenge .challenge-incomplete {
  pointer-events: none;
  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;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #fff;
}

.card-challenge {
  position: relative;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(44, 42, 41, 0.1);
          box-shadow: 0px 4px 16px 0px rgba(44, 42, 41, 0.1);
  width: 100%;
  height: 100%;
}
.card-challenge .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  color: #9063CD;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 8px;
  border-radius: 0px 0px 4px 4px;
  height: 24px;
  position: absolute;
  top: 0px;
  right: 24px;
  background-color: #DED1F0;
  pointer-events: none;
}
.card-challenge .tag span {
  font-size: 14px;
}
.card-challenge .tag.complete {
  background-color: #9063CD;
  color: #DED1F0;
}
.card-challenge .tag.complete svg path {
  stroke: #DED1F0;
}
.card-challenge h6 {
  font-size: 18px;
}

#ranking-home {
  background: #FFFFFF;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgb(255, 255, 255)), color-stop(10%, rgb(246, 246, 246)), color-stop(90%, rgb(246, 246, 246)), color-stop(90%, rgb(246, 246, 246)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 10%, rgb(246, 246, 246) 10%, rgb(246, 246, 246) 90%, rgb(246, 246, 246) 90%);
  position: relative;
  padding-bottom: 30px;
}
#ranking-home .cta {
  padding: 40px;
}
#ranking-home .swipper-ranking img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 2/1.4;
}

.card-benefits {
  border-radius: 12px;
}
.card-benefits .content img {
  aspect-ratio: 1.4/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 12px 12px 0 0;
}
.card-benefits .main {
  padding: 24px 16px;
  border-radius: 0 0 12px 12px;
  text-align: center;
}

.swiper-pagination-bullet {
  border-radius: 24px;
  border: 1px solid var(--Neutral-2C2A29, #2C2A29);
  background-color: #fff;
  opacity: 1;
  height: 7px;
  width: 7px;
  -webkit-transition: all 0.4s !important;
  transition: all 0.4s !important;
}
.swiper-pagination-bullet-active {
  border-radius: 24px;
  border: 1px solid var(--Neutral-2C2A29, #FDDA24);
  background: var(--Primary-FDDA24, #FDDA24);
  width: 25px;
  height: 7px;
  -webkit-transition: all 0.4s !important;
  transition: all 0.4s !important;
}

.swipper-benefits .swiper-pagination, .swipper-goals .swiper-pagination, .swipper-card .swiper-pagination {
  position: relative !important;
}
.swipper-benefits .swiper-slide, .swipper-goals .swiper-slide, .swipper-card .swiper-slide {
  margin-right: 40px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: 44px;
  height: 44px;
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  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: var(--swiper-navigation-color, var(--swiper-theme-color));
  background-color: #fdda24;
  border-radius: 50%;
}

.swiper-button-next {
  right: -50px;
}
.swiper-button-next::after {
  display: none;
}

.swiper-button-prev {
  left: -50px;
}
.swiper-button-prev::after {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 13px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.max-w-modal {
  max-width: 366px;
}

.door-container {
  width: 100%;
  width: 267px;
  height: 420px;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  margin: 0 auto;
}
.door-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #C0C0BF;
  border-radius: 20px;
  pointer-events: none;
  z-index: 1;
  background: url("https://placehold.co/400x600") center/cover no-repeat;
}

.door {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 1s ease-in-out, -webkit-filter 0.5s ease-in-out;
  transition: -webkit-transform 1s ease-in-out, -webkit-filter 0.5s ease-in-out;
  transition: transform 1s ease-in-out, filter 0.5s ease-in-out;
  transition: transform 1s ease-in-out, filter 0.5s ease-in-out, -webkit-transform 1s ease-in-out, -webkit-filter 0.5s ease-in-out;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  cursor: pointer;
  border-radius: 20px;
  z-index: 2;
}
.door-container:hover .door {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  -webkit-animation: pulse-brightness 0.5s ease-in-out;
          animation: pulse-brightness 0.5s ease-in-out;
  box-shadow: 1px 0px 16px 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 0px 16px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 0px 16px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid #C0C0BF;
}

.face {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 8px;
  overflow: hidden;
}

.face img {
  width: 100%;
  height: 100%;
  display: block;
}

.front {
  z-index: 2;
}

.back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.ult-actualizacion {
  margin: 24px auto 0 auto;
  padding: 5px 17px;
  border: 1px solid #2c2a29;
  border-radius: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 99;
  background: white;
}
.ult-actualizacion p {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
}

.swipper-card {
  padding: 0 120px;
}
@media screen and (max-width: 1300px) {
  .swipper-card {
    padding: 150px;
  }
}
@media screen and (max-width: 768px) {
  .swipper-card {
    padding: 0;
  }
}

.img-decor {
  position: absolute;
  top: -150px;
  left: 0px;
  max-width: 500px;
  height: auto;
  width: 100%;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .img-decor {
    top: -330px;
    left: -100px;
  }
}

.tooltip-inner {
  background-color: white;
  color: #2c2a29;
  width: 661px;
  max-width: none;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  border-radius: 6px;
  padding: 8px 12px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  border-top-color: white !important;
}
/*# sourceMappingURL=main.css.map */