@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: "CeraRoundPro-Black";
  src: url("/themes/huellitas/assets/css/fonts/CeraRoundPro-Black.otf") format("opentype");
  font-style: normal;
  font-weight: bolder;
}
@font-face {
  font-family: "CeraRoundPro-Bold";
  src: url("/themes/huellitas/assets/css/fonts/CeraRoundPro-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: "CeraRoundPro-Medium";
  src: url("/themes/huellitas/assets/css/fonts/CeraRoundPro-Medium.otf") format("opentype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "CeraRoundPro-Regular";
  src: url("/themes/huellitas/assets/css/fonts/CeraRoundPro-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: lighter;
}
@font-face {
  font-family: "GothamRnd-Bold";
  src: url("/themes/huellitas/assets/css/fonts/GothamRnd-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: bolder;
}
@font-face {
  font-family: "GothamRnd-Medium";
  src: url("/themes/huellitas/assets/css/fonts/GothamRnd-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: "GothamRnd-Regular";
  src: url("/themes/huellitas/assets/css/fonts/GothamRnd-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "GothamRnd-Light";
  src: url("/themes/huellitas/assets/css/fonts/GothamRnd-Light.otf") format("opentype");
  font-style: normal;
  font-weight: lighter;
}
@font-face {
  font-family: "Raleway-Bold";
  src: url("/themes/huellitas/assets/css/fonts/Raleway-Bold.ttf") format("opentype");
  font-style: normal;
  font-weight: bold;
}
* {
  font-family: "CeraRoundPro-Medium", sans-serif;
}

body#authentication {
  background-image: url("/themes/huellitas/assets/img/bg_login_desktop.jpg");
  background-size: cover;
  background-position: top;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  body#authentication {
    background-image: url("/themes/huellitas/assets/img/bg_login_responsive.jpg");
    background-color: #7b7168;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
  }
}
body#authentication #wrapper {
  background: transparent;
}
@media only screen and (max-width: 992px) {
  body#authentication #wrapper {
    background: linear-gradient(0deg, #5B10BD 0%, #5B10BD 30%, transparent 100%);
  }
}
@media only screen and (max-height: 550px) {
  body#authentication #wrapper {
    background: linear-gradient(0deg, #5B10BD 0%, #5B10BD 60%, transparent 100%);
  }
}
body#authentication #wrapper #notifications {
  display: none !important;
}
@media only screen and (max-width: 992px) {
  body#authentication #wrapper .container #content-wrapper {
    width: 100%;
  }
}
body#authentication #wrapper .container #content-wrapper section#main {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  height: 100vh;
}
@media only screen and (max-width: 992px) {
  body#authentication #wrapper .container #content-wrapper section#main {
    align-items: center;
    justify-content: flex-end;
  }
}
@media only screen and (min-height: 770px) {
  body#authentication #wrapper .container #content-wrapper section#main {
    justify-content: center;
  }
}
@media only screen and (min-height: 770px) and (max-width: 992px) {
  body#authentication #wrapper .container #content-wrapper section#main {
    justify-content: end;
  }
}
@media only screen and (max-width: 992px) {
  body#authentication #wrapper .container #content-wrapper section#main div#content {
    margin: 0 auto 110px;
  }
}
body#authentication #wrapper .container #content-wrapper section#main div#content .login-form {
  margin: 10px auto;
}
body#authentication #wrapper .container #content-wrapper section#main div#content .login-form img.logo {
  max-width: 330px;
}
@media only screen and (max-width: 992px) {
  body#authentication #wrapper .container #content-wrapper section#main div#content .login-form img.logo {
    max-width: 260px;
  }
}
body#authentication #wrapper .container #content-wrapper section#main div.activation-account {
  background-color: rgba(255, 255, 255, 0.2509803922);
  backdrop-filter: blur(14px);
  border-radius: 30px;
  padding-bottom: 5px;
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
}
body#authentication #wrapper .container #content-wrapper section#main div.activation-account h4.title {
  color: white;
  background-color: #2500AB;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding: 15px;
  text-transform: uppercase;
}
body#authentication #wrapper .container #content-wrapper section#main div.activation-account p {
  color: white;
  text-align: center;
  margin-bottom: 5px;
  font-family: "GothamRnd-Light", "sans-serif";
  margin: 0 32px 8px 32px;
}
body#authentication #wrapper .container #content-wrapper section#main div.activation-account input {
  margin: 0 32px 8px 32px;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid white;
  color: white;
  text-align: center;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.25;
  font-family: "GothamRnd-Light", "sans-serif";
}
body#authentication #wrapper .container #content-wrapper section#main div.activation-account input:focus {
  background-color: transparent;
}
body#authentication #wrapper .container #content-wrapper section#main div.activation-account input::placeholder {
  color: white;
}
body#authentication #wrapper .container #content-wrapper section#main div.activation-account input:-webkit-autofill, body#authentication #wrapper .container #content-wrapper section#main div.activation-account input:-webkit-autofill:hover, body#authentication #wrapper .container #content-wrapper section#main div.activation-account input:-webkit-autofill:focus {
  background-color: transparent;
  color: white;
}
body#authentication #wrapper .container #content-wrapper section#main div.activation-account button {
  margin: 0 32px 8px 32px;
}
@media only screen and (max-width: 992px) {
  body#authentication #wrapper {
    height: 100vh;
    display: flex;
    align-items: flex-end;
  }
  body#authentication #wrapper .container {
    padding: 0;
    margin-top: 10%;
  }
}
body#authentication #wrapper #content {
  padding: 0;
  margin: 0;
  background-color: transparent;
}
body#authentication #wrapper #content #login-form {
  background-color: rgba(255, 255, 255, 0.2509803922);
  border-radius: 30px;
  padding-bottom: 5px;
  margin-top: 25px;
}
body#authentication #wrapper #content #login-form h4 {
  color: white;
  font-family: "Raleway-Bold";
  background-color: #2500AB;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding: 15px;
  text-transform: uppercase;
}
body#authentication #wrapper #content #login-form .form-group label.form-control-label {
  display: none;
}
body#authentication #wrapper #content #login-form .form-group input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid white;
  color: white;
  font-family: "GothamRnd-Light", "sans-serif";
}
@media only screen and (min-width: 992px) {
  body#authentication #wrapper #content #login-form .form-group input {
    width: 280px;
  }
}
body#authentication #wrapper #content #login-form .form-group input:focus {
  background-color: transparent;
}
body#authentication #wrapper #content #login-form .form-group input::placeholder {
  color: white;
}
body#authentication #wrapper #content #login-form .form-group input:-webkit-autofill, body#authentication #wrapper #content #login-form .form-group input:-webkit-autofill:hover, body#authentication #wrapper #content #login-form .form-group input:-webkit-autofill:focus {
  background-color: transparent;
  color: white;
}
body#authentication #wrapper #content #login-form .forgot-password p a {
  color: white;
  text-decoration: underline;
  font-style: italic;
  font-family: "GothamRnd-Medium", "sans-serif";
}
body#authentication #wrapper #content #login-form #login_ask {
  color: white;
  text-decoration: underline;
  font-family: "GothamRnd-Light", "sans-serif";
}
body#authentication #wrapper #content #login-form p {
  color: white;
  margin-bottom: 5px;
  font-family: "GothamRnd-Light", "sans-serif";
}
body#authentication .footer-container-home {
  background: #150060;
  position: absolute;
  bottom: 5px;
  width: 100%;
  height: 150px;
}

.container_floar_button {
  position: fixed;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: right;
  bottom: 40px;
  padding-right: 40px;
}
@media only screen and (max-width: 480px) {
  .container_floar_button {
    bottom: 10px;
    padding-right: 10px;
  }
}
.container_floar_button .float_contact {
  background-color: white;
  z-index: 99999;
  padding: 10px;
  border-radius: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  transition: all 0.5s;
}
.container_floar_button .float_contact span {
  margin-right: 5px;
}
.container_floar_button .float_contact svg {
  fill: #2500ab;
}
.container_floar_button .float_contact:hover {
  transform: scale(1.1);
}

body#registration select.form-control,
body#registration input.form-control {
  margin-left: 0;
}

body#my-account #content .content-customer {
  width: 80%;
  max-width: 400px;
  background-color: #2500AB;
  margin: 0 auto;
  border-radius: 5rem;
}
body#my-account #content .content-customer div {
  padding: 10px;
}
body#my-account #content .content-customer div img {
  max-width: 50px;
  max-height: 55px;
}
body#my-account #content .content-customer div div.detail-customer {
  display: flex;
  flex-direction: column;
}
body#my-account #content .content-customer div div.detail-customer span {
  color: white;
  font-weight: 500;
}
body#my-account #content .links {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
@media (max-width: 1024px) {
  body#my-account #content .links {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 640px) {
  body#my-account #content .links {
    grid-template-columns: repeat(2, 1fr);
  }
}

#addresses #content-wrapper .address-footer {
  display: flex;
  justify-content: center;
}
#addresses #content-wrapper .addresses-footer {
  margin-top: 50px;
}

.skeleton {
  height: 18px;
  width: 100px;
  background: linear-gradient(90deg, transparent, rgba(37, 0, 171, 0.2), transparent);
  background-size: 200% 100%;
  animation: carga 1.5s infinite;
  border-radius: 5px;
  overflow: hidden;
}
.skeleton.text-small {
  width: 30px;
}
.skeleton.product {
  width: 100%;
  height: 20px;
}
.skeleton.avatar {
  width: 50px;
  height: 50px;
}
.skeleton.text-large {
  width: 60%;
}

@keyframes carga {
  0% {
    background-position: -200%;
  }
  100% {
    background-position: 200%;
  }
}
#my-account .page-header {
  display: none;
}
#my-account .breadcrumb {
  display: none;
}
#my-account .container-metas {
  width: 100%;
  margin: 20px 0 4rem;
}
#my-account .container-metas .header {
  width: 100%;
  max-width: 500px;
  background-color: #9d8cda;
  margin: 0 auto;
  text-align: center;
  padding: 1rem;
  border-radius: 15px;
  margin-bottom: 2rem;
}
#my-account .container-metas .header h6 {
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 5px;
}
#my-account .container-metas .header p {
  color: white;
  margin-bottom: 5px;
  font-size: 1rem;
}
#my-account .container-metas .header ul {
  padding-left: 0;
}
#my-account .container-metas .header ul li {
  text-align: left;
  color: white;
}
#my-account .container-metas .header ul li span {
  color: #FFCC00;
}
#my-account .container-metas .header ul li::before {
  content: "★";
  color: #5B10BD;
  margin-right: 0.5em;
}
@media (max-width: 767px) {
  #my-account .container-metas .header ul li {
    font-size: 0.7rem;
  }
}
#my-account .container-metas .content {
  justify-items: center;
  margin: 20px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 992px) {
  #my-account .container-metas .content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  #my-account .container-metas .content {
    grid-template-columns: repeat(1, 1fr);
  }
}
#my-account .container-metas .content .card {
  width: 100%;
  border: 1px solid #EBEAF5;
  border-radius: 20px;
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #F5F6FF 100%) 0% 0% no-repeat padding-box;
}
#my-account .container-metas .content .card .title {
  color: #3a19b3;
  margin: 0 auto;
  text-align: center;
  transform: translateY(15px);
  opacity: 0.8;
  border-bottom: 1px solid #8470D0;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
}
#my-account .container-metas .content .card .title h5 {
  margin: 0;
}
#my-account .container-metas .content .card .body {
  padding: 10px;
}
#my-account .container-metas .content .card .footer {
  text-align: right;
  color: gray;
  font-size: 0.9rem;
  margin: 0.5rem 1rem 1rem;
}
#my-account .container-metas .content .card.vol .body #content_result_vol {
  height: 142px;
}
#my-account .container-metas .content .card.vol .body #content_result_vol h6 {
  text-align: center;
  margin: 5px 0px 5px;
}
#my-account .container-metas .content .card.vol .body #content_result_vol .bimonthly {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
}
#my-account .container-metas .content .card.vol .body #content_result_vol .bimonthly .month {
  text-align: center;
}
#my-account .container-metas .content .card.vol .body #content_result_vol .progress {
  background-color: transparent;
  margin: 15px 0 5px;
  height: auto;
}
#my-account .container-metas .content .card.vol .body #content_result_vol .progress .values {
  display: flex;
  justify-content: space-between;
}
#my-account .container-metas .content .card.vol .body #content_result_vol .progress .progress-bar {
  width: 100%;
  height: 20px;
  background-color: #ebeaf5;
  border-radius: 10px;
  overflow: hidden;
}
#my-account .container-metas .content .card.vol .body #content_result_vol .progress .progress-bar .barra {
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, rgb(98, 85, 198) 0%, rgb(46, 211, 241) 100%);
  transition: width 2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
#my-account .container-metas .content .card.vol .body #content_result_vol .progress .progress-bar .barra .progress-text {
  position: absolute;
  color: #2500ab;
  left: 40%;
}
#my-account .container-metas .content .card.vol .body #content_result_vol #bimester_init {
  color: #f72121;
}
#my-account .container-metas .content .card.vol .body #content_result_vol #bimester_meta {
  color: #14c629;
}
#my-account .container-metas .content .card.vol .body #content_result_vol #sales_variance {
  text-align: center;
  color: chocolate;
}
#my-account .container-metas .content .card.vol .body #content_result_vol #sales_variance.completed {
  color: #14c629;
}
#my-account .container-metas .content .card.vol .body a {
  width: 100%;
  border-radius: 25px;
}
#my-account .container-metas .content .card.vol .no-data h6 {
  padding: 1rem;
  text-align: center;
}
#my-account .container-metas .content .card.cod .body #content_result_coding {
  height: 180px;
  overflow-y: auto;
}
#my-account .container-metas .content .card.cod .body #content_result_coding .product {
  border-radius: 25px;
  padding: 0 20px 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 30px;
  margin-top: 5px;
  font-size: smaller;
}
#my-account .container-metas .content .card.cod .body #content_result_coding .product.completed {
  background-color: #e5f9ed;
}
#my-account .container-metas .content .card.cod .body #content_result_coding .product.completed svg {
  fill: #14c629;
  height: 20px;
}
#my-account .container-metas .content .card.cod .body #content_result_coding .product.pending {
  background-color: #cec6ee;
}
#my-account .container-metas .content .card.cod .body #content_result_coding .product.pending svg {
  fill: #8470d0;
  height: 20px;
}
#my-account .container-metas .content .card.cod .body #redirect_loyalty_coding {
  display: none;
}
#my-account .container-metas .content .card.cod .body a {
  margin-top: 6px;
  width: 100%;
}
#my-account .container-metas .content .card.mision .body .mision {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  text-align: left;
}
#my-account .container-metas .content .card.mision .body .mision.completed svg {
  fill: #14c629;
  height: 20px;
}
#my-account .container-metas .content .card.mision .body .mision.refused svg {
  fill: #f72121;
  height: 30px;
}
#my-account .container-metas .content .card.mision .body .mision.pending svg {
  fill: #8470d0;
  height: 20px;
}
#my-account .container-metas .content .card.mision .body .mision img {
  width: 50px;
  height: 50px;
  border: 2px solid #2500ab;
  border-radius: 8px;
  margin-right: 10px;
}
#my-account .container-metas .content .card.mision .body .mision span {
  width: 100%;
  font-size: small;
  line-height: normal;
  margin-right: 5px;
  color: #333;
  text-transform: capitalize;
}

#customer-form {
  margin-top: 4rem;
}
#customer-form .estado_civil {
  display: none;
}
#customer-form .nivel_educativo {
  display: none;
}
#customer-form .id_country {
  display: none;
}
#customer-form .id_state {
  display: none;
}
#customer-form .password {
  clear: left;
}
#customer-form #show_password_ {
  right: 10%;
}
@media (min-width: 768px) {
  #customer-form #show_password_ {
    right: 45%;
  }
}

section.featured-products {
  background-color: #E8E5F7;
}
section.featured-products h2 {
  color: #020e45;
  font-size: xx-large;
}
section.featured-products .swiperfeature {
  padding: 0 50px;
}
section.featured-products .swiperfeature article div.thumbnail-container {
  padding-bottom: 2.3rem;
}
section.featured-products .swiperfeature article div.thumbnail-container .col-70 {
  width: 70%;
}
section.featured-products .swiperfeature article div.thumbnail-container .col-70 div.product-description .product-title {
  min-height: 39px;
}
section.featured-products .swiperfeature article div.thumbnail-container .col-70 div.product-description .product-price-and-shipping .price {
  color: #5B10BD;
}
section.featured-products .swiperfeature article div.thumbnail-container .col-70 div.product-actions button.add-to-cart {
  height: auto;
  padding-top: 8px;
  line-height: normal;
}
section.featured-products .swiperfeature article div.thumbnail-container .col-30 {
  width: 30%;
}
section.featured-products .swiperfeature article div.thumbnail-container .col-30 .product-flags {
  position: initial;
  padding: 0;
}
section.featured-products .swiperfeature article div.thumbnail-container .col-30 .product-flags li {
  min-height: auto;
  font-size: smaller;
  text-align: center;
}
section.featured-products .swiperfeature .swiper-button-next:after,
section.featured-products .swiperfeature .swiper-button-prev:after {
  color: black;
  font-size: 24px;
  background-color: white;
  padding: 10px 15px;
  margin: 0;
  border-radius: 50%;
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.15);
}
section.featured-products .swiperfeature .swiper-pagination {
  bottom: 0;
}
section.featured-products .swiperfeature .swiper-pagination .swiper-pagination-bullet-active {
  background: #2500AB;
}

.best-seller-products h2 {
  color: #2500AB;
  text-align: left;
}
.best-seller-products .product-miniature .thumbnail-container {
  height: 220px;
}
.best-seller-products .product-miniature .thumbnail-container .products-section-title {
  margin: 1.5rem 0;
  font-weight: 800;
  font-size: x-large;
  text-align: left;
}
.best-seller-products .product-miniature .thumbnail-container .product-description {
  background-color: transparent;
}
.best-seller-products .product-miniature .thumbnail-container .product-description .product-title a {
  color: white !important;
}
.best-seller-products .product-miniature .thumbnail-container .product-description .product-price-and-shipping .price {
  color: white;
}
.best-seller-products .product-miniature .thumbnail-container .product-actions {
  text-align: center;
}
.best-seller-products .product-miniature .thumbnail-container .product-actions .add-to-cart {
  margin: 0;
}
.best-seller-products .product-miniature .thumbnail-container .wishlist-button-add {
  position: absolute;
  bottom: 50px;
  right: 20%;
}
@media only screen and (max-width: 480px) {
  .best-seller-products .product-miniature .thumbnail-container .wishlist-button-add {
    bottom: 20px;
  }
}

section.featured-products.new_products h2 {
  color: #2500AB;
}
section.featured-products.new_products button.wishlist-button-add {
  margin: 0 auto;
}

.btn {
  display: inline-block;
  padding: 6px 20px;
  border-radius: 5rem;
  cursor: pointer;
  border: none;
  box-shadow: 0px 3px 7px 0px rgb(158, 158, 158);
  transition: 0.3s all;
  font-weight: normal;
  text-transform: initial;
  font-size: 18px;
}
@media only screen and (max-width: 480px) {
  .btn {
    padding: 5px 10px;
    border-radius: 5px;
  }
}

.btn-primary {
  background-color: #2500AB;
  color: white;
}
.btn-primary i,
.btn-primary span {
  color: white;
}

.btn-primary:hover {
  background-color: #5B10BD;
  color: white;
}
.btn-primary:hover i,
.btn-primary:hover span {
  color: white;
}

.btn-primary:active {
  background-color: #2500AB;
  opacity: 0.5;
}

.btn-primary:focus {
  background-color: #2500AB;
}

.btn-primary:active:hover {
  background-color: #2500AB;
}
.btn-primary:active:hover i,
.btn-primary:active:hover span {
  color: #2500AB;
}

.btn-secondary {
  background-color: #5B10BD;
  border: 1px solid #5B10BD;
  color: white;
}
.btn-secondary span {
  color: white;
}

.btn-secondary:hover {
  background-color: #2500AB;
  color: white;
}
.btn-secondary:hover span {
  color: white;
}

.btn-breadcumb {
  background-color: #A61BF8;
  color: white;
}
.btn-breadcumb span {
  color: white;
}

.btn-breadcumb:hover {
  opacity: 0.7;
}

button.continue {
  background-color: #3a19b3;
  color: white;
}

button.continue:hover {
  background-color: #2500AB;
  color: white;
}

button.center-block {
  background-color: #3a19b3;
  color: white;
}

.btn-bright {
  background-color: #21CFFA;
}

.btn-xl {
  padding: 15px 40px;
}

#show_password_ {
  position: absolute;
  right: 40px;
  padding: 1.1rem 0.3rem;
  z-index: 99;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.3882352941);
}

article.product-miniature form {
  text-align: center;
}
article.product-miniature form button.add-to-cart {
  margin-left: 0;
}

.spacer {
  height: 35px;
}

.d-flex {
  display: flex;
}

.align-items-center {
  align-items: center;
}

.justify-content-around {
  justify-content: space-around;
}

.justify-content-center {
  justify-content: center;
}

.col-100 {
  width: 100%;
}

.col-50 {
  width: 50%;
}

.text-align-center {
  text-align: center;
}

.color-primary {
  color: #2500AB !important;
}

.color-secondary {
  color: #5B10BD !important;
}

.color-grey {
  color: #6B6B6B;
}

.bg-transparent {
  background-color: transparent;
}

.bg-color-header {
  background-color: #3a19b3;
}

.font-bold {
  font-weight: bold;
}

.font-medium {
  font-size: medium;
}

.w-80 {
  width: 80%;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.divider-right {
  border-right: 2px solid white;
}

#header .logo {
  width: 90%;
  max-width: 150px;
  position: absolute;
  top: -30px;
}

.margin-top-slider {
  padding-top: 110px;
}
@media (max-width: 767px) {
  .margin-top-slider {
    padding-top: 95px;
  }
}

.boxptos {
  color: white;
}

header.content {
  padding: 5px 0px 0px 0px;
  height: 110px;
}
@media (max-width: 767px) {
  header.content {
    display: none;
  }
}
header.content .row {
  min-height: 45px;
}
header.content .row.user-login {
  display: flex;
  align-items: center;
}
header.content .row.user-login img {
  width: 100%;
  transform: translateX(20px);
}
header.content .row.user-login .account-name {
  text-transform: uppercase;
}
header.content .row.user-login a.btn.btn-primary.btn-bright {
  padding-left: 40px;
}
header.content .row.user-login a.btn.btn-primary.btn-bright::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("/themes/huellitas/assets/img/ico_account_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  transform: translateX(-25px);
}

@media (min-width: 768px) {
  header#header header.content_mobile {
    display: none;
  }
}
header#header header.content_mobile div.row {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  padding: 1.5rem 0.75rem;
}
header#header header.content_mobile div.row .hamburgerMenu {
  width: 47px;
  height: 47px;
  margin: 0;
}
header#header header.content_mobile div.row #search_widget_huellitas {
  display: none;
  position: fixed;
  width: 90%;
  background-color: white;
  border-radius: 25px;
  top: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  height: 88px;
  /*height: 150px;*/
  box-shadow: none;
}
header#header header.content_mobile div.row #search_widget_huellitas form {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #dedede;
  padding-bottom: 0.5rem;
}
header#header header.content_mobile div.row #search_widget_huellitas form .searchs-input {
  width: 85%;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  padding: 1rem 0 1rem 2rem;
  font-size: 1rem;
}
header#header header.content_mobile div.row #search_widget_huellitas form .searchs-button {
  width: 15%;
  background-color: #fff;
}
header#header header.content_mobile div.row #search_widget_huellitas form .searchs-button .material-icons.search {
  color: #6B6B6B;
  font-size: 2rem;
}
header#header header.content_mobile div.row .user-login {
  width: 62%;
}
header#header header.content_mobile div.row .user-login .content-personal-mobile {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
header#header header.content_mobile div.row .user-login .content-personal-mobile .img-login {
  margin-right: 0.75rem;
}
header#header header.content_mobile div.row .user-login .content-personal-mobile .descriptions .account-name {
  display: block;
}
header#header header.content_mobile div.row .user-login .content-personal-mobile .descriptions .boxptos {
  font-size: 0.9rem;
  font-weight: bold;
}
header#header header.content_mobile div.row .user-login .content-personal-mobile .descriptions .boxptos .boxptos-value {
  display: inline-block;
  border-radius: 12px;
  background-color: #0e2690;
  color: #FFCC00;
  padding: 0.1rem 0.4rem;
  margin-left: 0.5rem;
  font-size: 1rem;
}
header#header header.content_mobile div.row .search-icon {
  padding-left: 0.5rem;
  border-left: 2px solid #dedede;
}
header#header header.content_mobile div.row .search-icon .material-icons.search {
  font-size: 2rem;
  color: #dedede;
}
header#header header.content_mobile div.row::after {
  display: none;
}
header#header header.content_mobile .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 50;
  transition: opacity 0.3s ease;
  pointer-events: none;
  opacity: 0;
}
header#header header.content_mobile .overlay.active {
  opacity: 50;
}
header#header header.content_mobile .sidebar {
  position: fixed;
  top: 0;
  right: -80%;
  width: 80%;
  height: 100vh;
  overflow-x: hidden;
  background-color: #2500AB;
  z-index: 60;
  transition: right 0.3s ease;
}
header#header header.content_mobile .sidebar.open {
  right: 0;
}
header#header header.content_mobile .sidebar.open .toggle-btn:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
header#header header.content_mobile .sidebar.open .toggle-btn:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
header#header header.content_mobile .sidebar .row {
  padding: 1rem 1.5rem;
  margin: 0;
}
header#header header.content_mobile .sidebar .row div.user-login {
  width: 75%;
}
header#header header.content_mobile .sidebar .row div.user-login .content-personal-mobile .descriptions {
  font-size: 0.8rem;
  width: 100%;
}
header#header header.content_mobile .sidebar .row div.user-login .content-personal-mobile .descriptions .boxptos {
  font-size: 0.8rem;
}
header#header header.content_mobile .sidebar .row div.user-login .content-personal-mobile .descriptions .boxptos .boxptos-value {
  display: inline;
  background-color: unset;
  color: white;
  padding: 0;
  font-size: 0.9rem;
}
header#header header.content_mobile .sidebar .row div.user-login .isMobile .content-personal-mobile {
  display: flex;
  flex-direction: row;
  margin-bottom: 0;
}
header#header header.content_mobile .sidebar .row div.user-login .isMobile .content-personal-mobile img {
  width: 48px;
  height: 50px;
  margin-right: 5px;
}
header#header header.content_mobile .sidebar .row #_desktop_cart {
  margin-top: 0;
  width: 25%;
  display: flex;
  justify-content: flex-end;
  border-left: 2px solid #dedede;
}
header#header header.content_mobile .sidebar .row #_desktop_cart .blockcart {
  margin-top: 0;
}
header#header header.content_mobile .sidebar .row #_desktop_cart .blockcart .cart-products-count {
  right: 15px;
}
header#header header.content_mobile .sidebar a {
  display: flex;
  justify-content: center;
}
header#header header.content_mobile .sidebar a img.logo {
  position: initial;
  z-index: 9;
  max-width: 220px;
  margin: 20px 0;
}
header#header header.content_mobile .sidebar .menu ul.top-menu {
  display: flex;
}
@media screen and (max-width: 360px) {
  header#header header.content_mobile .sidebar .menu ul.top-menu li {
    margin: 0 2px !important;
    padding: 1px 10px !important;
  }
}
header#header header.content_mobile .sidebar .menu ul.top-menu li.category a::before {
  transform: translateY(4px);
}
header#header header.content_mobile .sidebar .menu ul.top-menu li.link a::before {
  transform: translateY(2px);
}
header#header header.content_mobile .sidebar .links-nav {
  text-align: left;
  color: white;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  padding: 5px 20px;
}
header#header header.content_mobile .sidebar .links-nav a {
  justify-content: left;
  color: white;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  padding: 5px 0;
}
header#header header.content_mobile .sidebar .links-nav .logout {
  color: white;
  text-decoration: underline;
  font-style: italic;
}
header#header header.content_mobile .sidebar .bg-bottom {
  position: absolute;
  opacity: 0.2;
  bottom: 0;
  right: 0;
}
header#header header.content_mobile .sidebar .bg-top {
  transform: rotate(180deg);
  width: 60%;
  opacity: 0.2;
  position: absolute;
}
header#header header.content_mobile .toggle-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  cursor: pointer;
  border-radius: 50%;
  z-index: 10;
}
header#header header.content_mobile .toggle-btn:before, header#header header.content_mobile .toggle-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: #333;
  transition: transform 0.3s ease;
}
header#header header.content_mobile .toggle-btn:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
header#header header.content_mobile .toggle-btn:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.bg_banner_desktop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}

header#header .header-top {
  height: 110px;
  background-color: #2500AB;
}
@media (max-width: 767px) {
  header#header .header-top {
    height: 95px;
  }
}
header#header .header-top .menu.js-top-menu {
  padding: 5px;
}
header#header .header-top .menu.js-top-menu ul#top-menu {
  padding: 0;
  display: flex;
}
header#header .header-top .menu.js-top-menu ul#top-menu li {
  background-color: #A61BF8;
  border-radius: 5rem;
  color: white;
  padding: 1px 20px;
  transition: 0.3s all;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 18px;
  margin: 0 10px;
}
@media only screen and (max-width: 480px) {
  header#header .header-top .menu.js-top-menu ul#top-menu li {
    padding: 1px 5px;
  }
}
header#header .header-top .menu.js-top-menu ul#top-menu li:hover {
  background-color: #2500AB;
}
header#header .header-top .menu.js-top-menu ul#top-menu li:hover a {
  color: white;
}
header#header .header-top .menu.js-top-menu ul#top-menu li a {
  color: white;
  padding: 4px;
  font-weight: normal;
}
header#header .header-top .menu.js-top-menu ul#top-menu li .navbar-toggler {
  display: none;
}
header#header .header-top .menu.js-top-menu ul#top-menu li .popover {
  position: absolute;
  top: 40px;
  margin: 0;
  padding: 5px;
  width: min-content;
}
@media (max-width: 767px) {
  header#header .header-top .menu.js-top-menu ul#top-menu li .popover {
    display: none;
  }
}
header#header .header-top .menu.js-top-menu ul#top-menu li .popover::after, header#header .header-top .menu.js-top-menu ul#top-menu li .popover::before {
  display: none;
}
header#header .header-top .menu.js-top-menu ul#top-menu li .popover .top-menu {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
}
header#header .header-top .menu.js-top-menu ul#top-menu li .popover .top-menu .category {
  margin: 5px;
  box-shadow: none;
  background-color: transparent;
  padding: 0;
  margin: 0 5px;
}
header#header .header-top .menu.js-top-menu ul#top-menu li .popover .top-menu .category .dropdown-item {
  color: black;
  font-size: 14px;
  transition: 0.3s;
}
header#header .header-top .menu.js-top-menu ul#top-menu li .popover .top-menu .category .dropdown-item:hover {
  color: #5B10BD;
}
header#header .header-top .menu.js-top-menu ul#top-menu li.category a[data-depth="0"]::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("/themes/huellitas/assets/img/star_white.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 2px;
}
header#header .header-top .menu.js-top-menu ul#top-menu li#lnk-misiones {
  background-color: #21CFFA;
}
header#header .header-top .menu.js-top-menu ul#top-menu li#lnk-misiones a::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 15px;
  background-image: url("/themes/huellitas/assets/img/flag_white.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 2px;
}
header#header .header-top .user-login .account-name span {
  color: white;
  font-size: larger;
}
header#header .header-top .user-login .boxptos {
  color: white;
  font-size: large;
}
@media only screen and (max-width: 992px) {
  header#header .header-top .user-login .col-md-2 .img-login {
    display: none;
  }
}
header#header .header-top a.logout {
  color: white;
  font-style: normal;
  margin-top: 5px;
  text-decoration: underline;
}

#_desktop_cart .blockcart .header .cart-display .shopping-cart {
  width: 30px;
}
#_desktop_cart .blockcart .header .cart-display .cart-products-count {
  background-color: #21CFFA;
  color: white;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 22px;
}
@media only screen and (max-width: 480px) {
  #_desktop_cart .blockcart .header .cart-display .cart-products-count {
    width: 20px;
    height: 20px;
    line-height: 18px;
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrapper-top {
    top: 230px;
  }
}
@media (min-width: 641px) {
  .wrapper-top {
    top: 160px;
  }
}

#wrapper {
  padding: 0;
  min-height: 65.2vh;
}

.overflow-hidden {
  overflow: hidden;
}

ul.product-flags.js-product-flags li {
  border-radius: 5rem;
}
ul.product-flags.js-product-flags li.new {
  background-color: #21CFFA;
}
ul.product-flags.js-product-flags li.out_of_stock {
  background-color: #A61BF8;
}

.modal-header .close {
  background-color: #6b6b6b;
  color: white;
  border-radius: 25px;
  height: 25px;
  width: 25px;
  font-weight: 100;
  position: absolute;
  opacity: 1;
  right: -20px;
  top: -15px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.modal-header .close i.material-icons {
  font-size: 20px;
  line-height: 14px;
  color: white !important;
}

.js-show-details {
  text-transform: capitalize;
}

@media only screen and (max-width: 480px) {
  .tabs {
    padding: 0;
  }
}
/**
*  Ajuste de Required Formularios en los label
*/
label.required::after {
  content: "*";
  color: red;
  margin-left: 2px; /* Ajusta el espacio entre el texto y el asterisco según sea necesario */
}

/**
*  Ajuste de Required Formularios en los label
*/
#header .header-top {
  padding: 0;
}

.swal2-backdrop-show {
  backdrop-filter: blur(5px);
}
.swal2-backdrop-show .swal2-show {
  background-color: white;
  border-radius: 30px;
}
.swal2-backdrop-show .swal2-show .swal2-title {
  color: #2500AB;
}
.swal2-backdrop-show .swal2-show .swal2-html-container {
  color: #6B6B6B;
}
.swal2-backdrop-show .swal2-show .swal2-actions button {
  display: inline-block;
  padding: 6px 20px;
  border-radius: 5rem;
  border: none;
  box-shadow: 0px 3px 7px 0px rgb(158, 158, 158);
  transition: 0.3s all;
  font-weight: normal;
  text-transform: capitalize;
  font-size: 18px;
}
.swal2-backdrop-show .swal2-show .swal2-actions button.swal2-confirm {
  background-color: #2500AB;
  color: white;
}
.swal2-backdrop-show .swal2-show .swal2-actions button.swal2-confirm:hover {
  background-color: #5B10BD;
  color: white;
}
.swal2-backdrop-show .swal2-show .swal2-actions button.swal2-cancel {
  background-color: #5B10BD;
  color: white;
}
.swal2-backdrop-show .swal2-show .swal2-actions button.swal2-cancel:hover {
  background-color: #2500AB;
  color: white;
}
.swal2-backdrop-show .swal2-show .swal2-actions .swal2-loader {
  border-color: #2500AB rgba(0, 0, 0, 0) #2500AB rgba(0, 0, 0, 0);
}

#index footer#footer #web-footer {
  margin-top: 0;
}

footer#footer {
  padding-top: 20px;
  margin-top: 1rem;
}
footer#footer #web-footer {
  background-color: #150060;
  margin-top: 8rem;
}
footer#footer #web-footer .container .row .left {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 110px;
}
footer#footer #web-footer .container .row .left img {
  max-width: 220px;
  margin-right: 30px;
  padding-right: 70px;
  border-right: 2px solid white;
}
footer#footer #web-footer .container .row .right .p-footer-info {
  color: white;
}
footer#footer #web-footer .container .row .right .p-footer-info .comment {
  color: white;
  margin-bottom: 0.5rem;
  font-family: "CeraRoundPro-Medium", "sans-serif";
}
footer#footer #web-footer .container .row .right .p-footer-info .comment a {
  color: white;
}
footer#footer #web-footer .container .row .right .p-footer-info p.comment {
  font-weight: 100;
  font-family: "CeraRoundPro-Regular", "sans-serif";
  font-weight: lighter;
}

.gradient-bottom-footer {
  width: 100%;
  position: absolute;
  height: 5px;
}

#authentication #footer {
  padding: 0;
}
#authentication .gradient-bottom-footer {
  bottom: 0;
}

@media (max-width: 767px) {
  .gradient-bottom-footer {
    display: none;
  }
}

body#checkout header .checkout img.logo {
  top: 20px;
}
body#checkout section#wrapper #content-wrapper .cart-grid-body section h1 span.step-number {
  background-color: #2500AB;
}

/* Sección de Ranking */
.ranking-content {
  margin-top: 50px;
}
.ranking-content .bg-dark {
  background: #2500ab;
}
.ranking-content .ranking-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(/themes/huellitas/assets/img/ranking.png);
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  .ranking-content .ranking-card {
    width: 150px;
    height: 140px;
  }
}
.ranking-content .label {
  color: #2500ab;
  text-transform: uppercase;
  font-size: medium;
  font-weight: 600;
  position: absolute;
}
.ranking-content .ranking {
  color: white;
  font-size: 6rem;
  line-height: 5rem;
  transform: translateY(10px);
}
.ranking-content .label-redimidos {
  color: white;
  text-transform: uppercase;
  font-size: medium;
  font-weight: 600;
}
.ranking-content .val-ranking {
  color: #c8a431;
  font-size: 1.8rem;
}
.ranking-content .mobile {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .ranking-content .mobile {
    display: none;
  }
}
.ranking-content .desktop {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .ranking-content .desktop {
    display: none;
  }
}
.ranking-content .desktop .ranking-card {
  height: 200px;
  width: 200px;
}
.ranking-content .desktop .label {
  font-size: 1.5rem;
  padding: 5px 0 10px;
  position: absolute;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .ranking-content .desktop .label {
    font-size: 1.5rem;
  }
}
.ranking-content .desktop .posicion {
  color: white;
  font-size: 6rem;
  line-height: 6rem;
  font-weight: bold;
  transform: translateY(10px);
}
.ranking-content .desktop .points {
  color: white;
}
.ranking-content .listing {
  margin-top: 15px;
}
.ranking-content .listing .skeleton {
  height: 20px;
  background: linear-gradient(90deg, #EEEEEE 25%, #DEDEDE 50%, #EEEEEE 75%);
  background-size: 200% 100%;
  animation: loading 2s infinite ease-in-out;
  border-radius: 8px;
  margin-bottom: 20px;
}
.ranking-content .listing .ranking-card {
  height: auto;
  padding: 0;
}
.ranking-content .listing .ranking-card .title {
  width: 100%;
  background: linear-gradient(0deg, #4938d6 0%, #6c5aff 100%);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.ranking-content .listing .ranking-card .title span {
  text-transform: uppercase;
  color: white;
  font-size: 22px;
  line-height: 30px;
}
@media (min-width: 641px) {
  .ranking-content .listing .ranking-card .title span {
    font-size: 28px;
    line-height: 40px;
  }
}
.ranking-content .listing .ranking-card .header {
  width: 100%;
  background: linear-gradient(0deg, #2514ab 0%, #4938d6 100%);
}
.ranking-content .listing .ranking-card .header span {
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 28px;
}
@media (min-width: 641px) {
  .ranking-content .listing .ranking-card .header span {
    font-size: 20px;
    line-height: 40px;
  }
}
.ranking-content .listing .ranking-card .list {
  width: 100%;
  padding: 0px;
  color: #2500AB;
  max-height: 140px;
  overflow-y: auto;
}
@media (min-width: 641px) {
  .ranking-content .listing .ranking-card .list {
    max-height: 190px;
  }
}
.ranking-content .listing .ranking-card .list::-webkit-scrollbar {
  width: 10px;
  border-radius: 20px;
}
.ranking-content .listing .ranking-card .list::-webkit-scrollbar-track {
  background: #b7bbca;
  border-radius: 20px;
}
.ranking-content .listing .ranking-card .list::-webkit-scrollbar-thumb {
  background-color: #e9eaef;
  border-radius: 20px;
}
.ranking-content .listing .ranking-card .list .bg-table {
  background-color: #efeffc;
}
.ranking-content .listing .ranking-card .list .unit {
  overflow: hidden;
  height: 28px;
}
@media (min-width: 641px) {
  .ranking-content .listing .ranking-card .list .unit {
    height: 40px;
  }
}
.ranking-content .listing .ranking-card .list div {
  font-size: 14px;
  line-height: 28px;
}
@media (min-width: 641px) {
  .ranking-content .listing .ranking-card .list div {
    font-size: 22px;
    line-height: 38px;
  }
}

@keyframes loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
body#index main header#header div.header-banner {
  transform: translateY(110px);
}
@media (max-width: 767px) {
  body#index main header#header div.header-banner {
    transform: translateY(90px);
  }
}
#ws_wishlist_button {
  font-size: 0.9rem;
}
#ws_wishlist_button i.material-icons {
  color: white;
}
#ws_wishlist_button:active {
  background-color: #5B10BD;
  opacity: 0.8;
}

.wishlist_add_all_to_cart {
  font-size: 0.9rem;
}

.btn_action .remove_from_wishlist {
  width: 100%;
  font-size: 0.9rem;
}

.swiper-slide .wishlist {
  display: none;
}

#appZoneUpload .el-card {
  border: 1px solid #6C5AFF;
}
#appZoneUpload h2 {
  color: #3a19b3;
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
#appZoneUpload h2::before {
  content: "";
  display: inline-block;
  margin-right: 0.75rem;
  background-image: url("/themes/huellitas/assets/img/caret.png");
  background-color: white;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  vertical-align: text-bottom;
}
#appZoneUpload h4.title_page {
  text-align: left;
  color: #333;
  margin: 2rem 0 2.5rem 0.75rem;
  font-size: 0.8rem;
}
#appZoneUpload div.el-card__header {
  font-size: 0.8rem;
  padding: 0.5rem 0;
}
#appZoneUpload div.el-card__body {
  font-size: 0.8rem;
}
#appZoneUpload div.el-card__body h4 {
  color: #3a19b3;
}
#appZoneUpload .status_campaign div {
  width: 50%;
}
#appZoneUpload .status_campaign div p {
  font-size: 0.8rem;
  color: #3a19b3;
}
#appZoneUpload .status_campaign .status {
  border-left: 1px solid #dedede;
}
#appZoneUpload .status_campaign span {
  justify-content: center;
}
#appZoneUpload .label-upload-photo {
  background-color: #A61BF8;
  border-radius: 25px;
  width: 100%;
}
#appZoneUpload .label-upload-photo::before {
  content: "";
  display: inline-block;
  margin-right: 0.25rem;
  background-image: url("/themes/huellitas/assets/img/take_picture.png");
  background-color: white;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  vertical-align: text-bottom;
}
#appZoneUpload .el-dialog {
  width: 90%;
  border-radius: 10px;
  max-width: 337px;
}
#appZoneUpload .el-dialog .el-dialog__header {
  background-color: #2500AB;
  background-image: url("/themes/huellitas/assets/img/site_logo.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: 2px solid #2500AB;
  height: 50px;
}
#appZoneUpload .el-dialog .el-dialog__body {
  word-break: normal;
}
#appZoneUpload .el-dialog .instructions {
  font-size: 1rem;
  color: #333;
  margin-bottom: 1rem;
}
#appZoneUpload #takePicture .el-dialog .example-image {
  width: 100%;
}
#appZoneUpload #takePicture .el-dialog .example-image img {
  width: 100%;
}
#appZoneUpload #takePicture .el-dialog .instructions {
  margin-top: 2rem;
  color: #333;
}
#appZoneUpload #nextMission .instructions {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: black;
}
#appZoneUpload #endMissions .instructions {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: black;
  font-size: 0.9rem;
}
#appZoneUpload .next-mission {
  background-color: #A61BF8;
  border-radius: 25px;
  width: 100%;
  color: white;
  margin-bottom: 1rem;
}
#appZoneUpload .back-to-my-account-link {
  color: black;
  text-decoration: underline;
  margin-top: 1rem;
}
#appZoneUpload .el-dialog__footer button {
  border-radius: 20px;
}
#appZoneUpload .el-dialog__body {
  position: relative;
}
#appZoneUpload .el-dialog__body canvas#confetti-canvas {
  position: absolute;
}
#appZoneUpload .banner-bg {
  margin-bottom: 0.5rem;
  height: 65px;
}
#appZoneUpload #pendingMissions .instructions {
  text-align: center;
}
#appZoneUpload #pendingMissions .instructions div {
  margin-bottom: 1rem;
}
#appZoneUpload #pendingMissions .next-mission {
  background-color: #2500AB;
  color: white;
  padding: 0.5rem;
}

#my-account .card.mision {
  position: relative;
}
#my-account .card.mision .missions .mision::after {
  content: "";
  display: block;
  background-color: unset;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
}
#my-account .card.mision .mision::after {
  content: "";
  display: block;
  background-color: unset;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
}
#my-account .card.mision .mision.initial::after {
  background-image: url("/themes/huellitas/assets/img/goal_initial.png");
}
#my-account .card.mision .mision.pending::after {
  background-image: url("/themes/huellitas/assets/img/goal_pending.png");
}
#my-account .card.mision .mision.refused::after {
  background-image: url("/themes/huellitas/assets/img/goal_rejected.png");
}
#my-account .card.mision .mision.completed::after {
  background-image: url("/themes/huellitas/assets/img/goal_completed.png");
}
#my-account .card.mision #goals-tooltip {
  position: absolute;
  top: 10px;
  right: 15px;
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  background-image: url("/themes/huellitas/assets/img/Info_convenciones.svg");
  z-index: 101;
}
#my-account .card.mision #goals-tooltip-content {
  position: absolute;
  top: 5px;
  right: 15px;
  width: 59%;
  background-color: white;
  padding: 1rem;
  border-radius: 15px;
  box-shadow: inset 0px -5px 8px 1px rgba(0, 0, 0, 0.07);
  z-index: 100;
}
#my-account .card.mision #goals-tooltip-content .tooltip-title {
  color: #0e2690;
  opacity: 0.8;
  margin-bottom: 1rem;
}
#my-account .card.mision #goals-tooltip-content .tooltip-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
#my-account .card.mision #goals-tooltip-content .tooltip-item .mision::after {
  width: 30px;
  height: 30px;
  margin-right: 0.5rem;
}
#my-account .card.mision #goals-tooltip-content .tooltip-item span {
  color: #6B6B6B;
}
#my-account .card.mision #content_result_mision {
  overflow-y: auto;
  height: 190px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
#my-account .card.mision #content_result_mision .mision {
  padding: 5px;
  width: 70%;
  border-radius: 8px;
  margin-bottom: 5px;
}
#my-account .card.mision #content_result_mision .mision span {
  font-size: 0.7rem;
  color: #4e4848;
}
#my-account .card.mision #content_result_mision .mision.refused {
  background-color: #ffd3d9;
}
#my-account .card.mision #content_result_mision .mision.pending {
  background-color: #fff6d0;
}
#my-account .card.mision #content_result_mision .mision.completed {
  background-color: #e5f9ed;
  width: 100%;
}
#my-account .card.mision #content_result_mision .btn {
  font-size: 0.7rem;
  width: 28%;
  white-space: normal;
  line-height: 1em;
  font-size: 1rem;
  border-radius: 20px;
}
#my-account .card.mision #content_result_mision .btn.disabled {
  color: #6B6B6B;
  opacity: 0.5;
}

#password .btn.disabled, #password .btn.disabled:hover {
  color: #6B6B6B;
}
#password #field-rut-pass, #password .form-pass {
  margin-left: 0;
}

#module-hiblog-postdetails #main {
  width: 80%;
  margin: 0 auto;
}
#module-hiblog-postdetails #main .hbl-content, #module-hiblog-postdetails #main .hbl-content p {
  color: black;
}
@media (min-width: 768px) {
  #module-hiblog-postdetails #main #blog_desc_container .blog-desc-image-block {
    display: inline-block;
    width: 40%;
    vertical-align: middle;
    margin: 0 1rem 2rem 0;
  }
  #module-hiblog-postdetails #main #blog_desc_container .blog-desc-title {
    display: inline-block;
    width: 55%;
    vertical-align: middle;
    font-size: 2rem;
  }
}

/*# sourceMappingURL=styles-bimbo-v1.css.map */
