@charset "UTF-8";

.m-loader {
  position: relative;
}

.m-loader:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  border-top: 2px solid #07d;
  border-right: 2px solid transparent;
  border-radius: 50%;
  -webkit-animation: m-loader-rotate 0.6s linear infinite;
  animation: m-loader-rotate 0.6s linear infinite;
}

.steps-image-box {
  text-align: center;
}

.m-loader:before {
  width: 1.4rem;
  height: 1.4rem;
  margin-top: -0.7rem;
  margin-left: -0.7rem;
  border-top-width: 2px;
  border-right-width: 2px;
}

.m-loader.m-loader--lg:before {
  width: 2rem;
  height: 2rem;
  margin-top: -1rem;
  margin-left: -1rem;
  border-top-width: 3px;
  border-right-width: 3px;
}

.m-loader.m-loader--catalog:before {
  width: 10rem;
  height: 10rem;
  margin-top: -1rem;
  margin-left: -1rem;
  border-top-width: 3px;
  border-right-width: 3px;
}

.m-loader.m-loader--sm:before {
  width: 1rem;
  height: 1rem;
  margin-top: -0.5rem;
  margin-left: -0.5rem;
  border-top-width: 1px;
  border-right-width: 1px;
}

.m-loader.m-loader--right:before {
  left: auto;
  right: 0.7rem;
}

.m-loader.m-loader--right.m-loader--lg:before {
  right: 1rem;
}

.m-loader.m-loader--right.m-loader--sm:before {
  right: 0.5rem;
}

.m-loader--right-pad {
  padding-right: 3.25rem;
}

.m-loader.m-loader--right.btn {
  padding-right: 3.25rem;
}

.m-loader.m-loader--right.btn.m-loader--lg {
  padding-right: 4.65rem;
}

.m-loader.m-loader--right.btn.m-loader--sm {
  padding-right: 2.3rem;
}

.m-loader.m-loader--left:before {
  left: 1.4rem;
}

.m-loader.m-loader--left.m-loader--lg:before {
  left: 2rem;
}

.m-loader.m-loader--left.m-loader--sm:before {
  left: 1rem;
}

.m-loader.m-loader--left.btn {
  padding-left: 3.25rem;
}

.m-loader.m-loader--left.btn.m-loader--lg {
  padding-left: 4.65rem;
}

.m-loader.m-loader--left.btn.m-loader--sm {
  padding-left: 2.3rem;
}

@-webkit-keyframes m-loader-rotate {
  to {
    transform: rotate(360deg);
  }
}

@keyframes m-loader-rotate {
  to {
    transform: rotate(360deg);
  }
}

.m-loader:before {
  border-top-color: #dfe2ea;
}

.m-loader.m-loader--skin-dark:before {
  border-top-color: #acafba;
}

.m-loader.m-loader--brand:before {
  border-top-color: #716aca;
}

.m-loader.m-loader--metal:before {
  border-top-color: #c4c5d6;
}

.m-loader.m-loader--light:before {
  border-top-color: #fff;
}

.m-loader.m-loader--accent:before {
  border-top-color: #00c5dc;
}

.m-loader.m-loader--focus:before {
  border-top-color: #9816f4;
}

.m-loader.m-loader--primary:before {
  border-top-color: #5867dd;
}

.m-loader.m-loader--success:before {
  border-top-color: #34bfa3;
}

.m-loader.m-loader--info:before {
  border-top-color: #36a3f7;
}

.m-loader.m-loader--warning:before {
  border-top-color: #ffb822;
}

.m-loader.m-loader--danger:before {
  border-top-color: #f4516c;
}

@font-face {
  font-family: Montserrat-Regular;
  src: url(/fonts/Montserrat-Regular.ttf?94bb495fba6077f669ed7bd191acc9af);
}

@font-face {
  font-family: Montserrat-Bold;
  src: url(/fonts/Montserrat-Bold.ttf?d0ca82d8ca07ba209aee6ad7de317fa0);
}

@font-face {
  font-family: Montserrat-Medium;
  src: url(/fonts/Montserrat-Medium.ttf?a281f04d4c8926e7dea14ce0972bed39);
}

@font-face {
  font-family: Montserrat-SemiBold;
  src: url(/fonts/Montserrat-SemiBold.ttf?62b8eee010e3957d425fe0eb87cbca7d);
}

* {
  font-family: Montserrat-Regular;
}

/* Eliminar el borde en botones y elementos input */

input[type=text]:focus,
.btn:focus {
  box-shadow: none;
  /* Quitar sombra */
}

.font-bold {
  font-family: Montserrat-Bold;
}

.font-semibold {
  font-family: Montserrat-SemiBold;
}

.font-medium {
  font-family: Montserrat-Medium;
}

.btn-outlined {
  border-radius: 12px;
  border: 2px solid var(--Ligth-blue, #7BE6FF);
  color: #FFF;
  font-family: Montserrat-Bold;
}

.bg-home {
  background-image: url(/images/fondo2.png?a511a4d50b5bd9416b03c13a50727b5c);
  background-position: center;
  background-size: cover;
}

.text-main {
  color: #6126D8;
}

.text-blue {
  color: #7BE6FF;
}

.nav-contacto {
  background: linear-gradient(90deg, #8401F5 0%, #8B09F5 46.08%, #6A00F2 100%);
}

.nav-contacto .nav-link {
  color: #FFFFFF;
}

.nav-contacto .btn-login1 {
  color: #FFFFFF;
  border-radius: 12px;
  border: 2px solid var(--Ligth-blue, #7BE6FF);
  font-family: Montserrat-Bold;
  font-size: 0.85rem;
}

.nav-white {
  background-color: transparent;
}

.nav-white .nav-link {
  color: #000;
  font-family: Montserrat-Medium;
}

.nav-white .btn-login1 {
  border-radius: 12px;
  color: #6126D8;
  border: 2px solid var(--Purple, #6126D8);
  font-family: Montserrat-Bold;
}

.btn-main-cd {
  border-radius: 12px;
  background: var(--Purple, #6126D8);
  color: #FFF;
  font-family: Montserrat-Bold;
  padding: 0.55rem 1rem;
}

.btn-main-cd:hover {
  color: #FFF;
}

.btn-main-border {
  border-radius: 12px;
  border: 1px solid var(--Purple, #6126D8);
  color: #6126D8;
  font-family: Montserrat-Bold;
  padding: 0.55rem 1rem;
}

.btn-main-border:hover {
  color: #6126D8;
}

.input-border-bottom {
  border: 0;
  color: #FFF !important;
  border-bottom: 4px solid white;
  border-radius: 0;
  font-size: 20px;
  font-family: Montserrat-Bold !important;
  text-align: center;
}

.input-border-bottom::-moz-placeholder {
  color: #DDB9FF;
  text-align: center;
  font-family: Montserrat-Bold;
}

.input-border-bottom::placeholder {
  color: #DDB9FF;
  text-align: center;
  font-family: Montserrat-Bold;
}

.fa-minus-cart {
  border-radius: 50px;
  background: var(--Background, #F5F5F5);
  display: flex;
  width: 24px;
  height: 24px;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.fa-plus-cart {
  border-radius: 50px;
  background: var(--Blue, #7BE6FF);
  display: flex;
  width: 24px;
  height: 24px;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.fa-minus-product {
  border-radius: 50px;
  color: #FFF;
  background: var(--Background, #F5F5F5);
  display: flex;
  width: 46px;
  height: 46px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.fa-minus::before,
.fa-plus::before {
  color: #FFF;
}

.fa-plus-product {
  border-radius: 50px;
  color: #FFF;
  background: var(--Blue, #4FACF1);
  display: flex;
  width: 46px;
  height: 46px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

input[type=radio] {
  display: none;
}

.custom-radio {
  position: relative;
}

.custom-radio label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

.custom-radio label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #6126D8;
  border-radius: 50%;
}

input[type=radio]:checked + label::before {
  background-color: #6126D8;
}

input[type=radio]:checked + label::before {
  background-color: #6126D8;
}

.sw-theme-default > .nav {
  box-shadow: none !important;
}

.sw-theme-default {
  border: none;
}

.sw > .tab-content {
  overflow: inherit;
}

.sw-theme-default > .nav .nav-link.done {
  color: white !important;
  background-color: #6126D8 !important;
  border-radius: 50%;
  font-family: "Inter-Medium";
}

.sw-theme-default > .nav .nav-link.inactive {
  color: #FFFFFF;
  background-color: rgba(97, 38, 216, 0.4392156863);
  border-radius: 50%;
  cursor: not-allowed;
  font-family: "Inter-Medium";
}

.sw-theme-default > .nav .nav-link.inactive::after {
  color: #FFFFFF;
  background-color: rgba(97, 38, 216, 0.4392156863);
  border-radius: 50%;
  cursor: not-allowed;
}

.sw-theme-default > .nav .nav-link.active {
  color: white !important;
  background-color: #6126D8;
  border-radius: 50%;
  font-family: "Inter-Medium";
}

.sw.sw-justified > .nav > li {
  flex-grow: 0;
}

.sw > .nav .nav-link {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sw-theme-default > .nav .nav-link-last.active::after {
  display: none;
}

.sw-theme-default > .nav .nav-link-last::after {
  display: none;
}

.sw .toolbar {
  display: none;
}

.sw-theme-default > .nav .nav-link.done::after {
  background-color: #6126D8 !important;
  left: 2.15rem;
  bottom: 1.25rem;
}

.sw-theme-default > .nav .nav-link.active::after {
  background-color: rgba(97, 38, 216, 0.4392156863) !important;
  left: 2.15rem;
  bottom: 1.25rem;
}

.sw-theme-default > .nav .nav-link::after {
  background-color: rgba(97, 38, 216, 0.4392156863) !important;
  left: 2.15rem;
  bottom: 1.25rem;
}

.sw-theme-default > .nav .nav-link.active::before {
  background-color: #6126D8 !important;
  left: -2.15rem;
  bottom: 1.25rem;
}

/* .sw-theme-default>.nav .nav-link::after {display: none;}  */

.sw-theme-default > .nav .nav-link::after {
  width: 5rem;
}

.sw-theme-default > .nav .nav-link.done::after:last-child {
  background-color: #6126D8 !important;
  left: -2.15rem;
  bottom: 1.25rem;
}

.form-control-cd {
  border-radius: 8px;
  border: 1px solid var(--Midgrey, #C5C5C5);
  background: var(--White, #FFF);
}

.form-control-cd::-moz-placeholder {
  color: var(--Midgrey, #C5C5C5);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
}

.form-control-cd::placeholder {
  color: var(--Midgrey, #C5C5C5);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
}

.content-shadow {
  border-radius: 12px;
  background: var(--White, #FFF);
  box-shadow: 0px 4px 4px 0px rgba(189, 189, 189, 0.3);
}

.box-direcciones {
  border-radius: 8px;
  border: 1px solid var(--Purple, #6126D8);
}

.btn-blue {
  border-radius: 12px;
  background: var(--Blue, #4FACF1);
}

.text-gray {
  color: var(--Grey, #7F7F7F);
}

.fs-12 {
  font-size: 12px;
}

.form-check-input:focus {
  border: 1px solid #6126D8;
  background-color: #6126D8;
}

.btn-delivery {
  border: 1px solid #6126D8;
  border-radius: 10px;
}

.btn-delivery:focus {
  border: 1px solid #6126D8;
  background-color: #6126D8;
  color: #FFFFFF;
}

.btn-delivery:focus h5 {
  color: #FFFFFF;
  font-family: Montserrat-Bold;
}

.btn-delivery:focus p,
.btn-delivery:focus span {
  color: #FFFFFF;
  font-family: Montserrat-Regular;
}

.btn-delivery:focus span {
  font-family: Montserrat-Bold;
}

.btn-delivery h5,
.btn-delivery span {
  color: #6126D8;
}

.btn-delivery h5 {
  font-family: Montserrat-Bold;
}

.btn-delivery p {
  color: #7F7F7F;
  font-family: Montserrat-Medium;
}

.box-div {
  border-radius: 12px;
  border: 1px solid var(--Purple, #6126D8);
}

.modal-dialog-cart {
  margin: 0;
  margin-left: auto;
  width: 400px;
}

.modal-dialog-cart .modal-content-cart {
  height: 100vh;
  box-shadow: 0px 3px 6px rgba(0, 91, 147, 0.1333333333);
  border-radius: 0px;
}

.line {
  border-bottom: 2px solid #4FACF1;
}

.div-down {
  position: fixed;
  bottom: 0;
}

.div-cart {
  width: 20rem;
}

.navbar-toggler span {
  background-color: rgb(97, 38, 216);
}

.nav-link.active {
  background-color: #007bff;
  /* Cambia el color de fondo a azul cuando el enlace está activo */
  color: #fff;
  /* Cambia el color del texto a blanco cuando el enlace está activo */
}

#steperHome {
  display: none;
}

.fs-btn {
  font-size: 0.95rem;
}

.img-footer {
  width: 8rem;
}

.icon-footer {
  width: 1.5rem;
}

.bg-login {
  background-image: url(/images/login.png?6dcf9799593d5621ac6cb8ed19e2036f);
  background-size: cover;
  background-position: center;
}

.link-forgot {
  color: #4FACF1;
}

.link-forgot:hover {
  text-decoration: none;
  color: #4FACF1;
}

@media screen and (max-width: 768px) and (min-width: 320px) {
  .navbar-nav {
    display: flex;
    align-items: start;
  }

  .banner h1 {
    font-size: 15px;
  }

  .card-body {
    padding: 0.75rem;
  }

  .card-footer {
    padding: 0.75rem 0.75rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
  }

  .sw-theme-default > .nav {
    flex-direction: row !important;
  }

  .modal-dialog-cart {
    width: 100%;
  }

  .div-cart {
    width: 17rem;
  }

  .sw-theme-default > .nav .nav-link.active::after {
    width: 1.25rem;
  }
}

#accordion .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: right;
  color: #6126D8;
}

#accordion .card .card-header .btn-header-link.collapsed {
  color: #fff;
}

#accordion .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}

#accordion .card {
  border-radius: 10px;
  border: 1px solid var(--Lightgrey, #E9E9E9);
}

.form-control-contact {
  background-color: rgba(255, 255, 255, 0.0509803922) !important;
  border: 0;
}

.form-control-contact::-moz-placeholder {
  color: var(--Midgrey, #C5C5C5);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
}

.form-control-contact::placeholder {
  color: var(--Midgrey, #C5C5C5);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
}

.steps-images {
  width: 100%;
}

.card-add-photo {
  border: 1px dashed var(--Gray-4, #6126D8) !important;
  background: var(--White, #FFF);
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}


