/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/cells/lista-experiencia/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************/
/******* Colors *******/
/******* Status Colors *******/
/******* Effect Styles Colors *******/
/******* FONT SETUP *******/
/******* Colors *******/
/******* Status Colors *******/
/******* Effect Styles Colors *******/
/******* FONT SETUP *******/
.present-list__card_buy {
  cursor: pointer;
  background: #224267;
  font-family: "Mali", Arial, sans-serif;
  font-size: 1rem;
  outline: none;
  padding: 10px 15px;
  letter-spacing: 0.18em;
  text-decoration: none;
  border: none;
  border-radius: 5px;
  display: inline-block;
}

.present-list__card_buy {
  position: relative;
  color: #ffffff;
}
.loading.present-list__card_buy {
  color: #224267;
  background: #224267;
}
.present-list__card_buy:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  background: #ffffff;
  transition: all 0.3s ease;
}

.loading.present-list__card_buy {
  position: relative;
  pointer-events: none;
}
.loading.present-list__card_buy::before {
  content: "";
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 40px;
  width: 40px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid transparent;
  animation: loading 1s infinite linear;
  border-radius: 50%;
}
@keyframes loading {
  from {
    transform: translate(-50%, -50%) rotate(0);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes move_down {
  0% {
    transform: translate(0, -10px) rotate(45deg);
  }
  100% {
    transform: translate(0, 10px) rotate(45deg);
  }
}

@keyframes move_right_before {
  0% {
    transform: translate(-5px, 0) rotate(-45deg);
  }
  80% {
    transform: translate(5px, 0) rotate(-45deg);
  }
  100% {
    transform: translate(-5px, 0) rotate(-45deg);
  }
}
@keyframes move_right_after {
  0% {
    transform: translate(-5px, 0) rotate(-45deg);
  }
  80% {
    transform: translate(15px, 0) rotate(-45deg);
  }
  100% {
    transform: translate(-5px, 0) rotate(-45deg);
  }
}

/******* Colors *******/
/******* Status Colors *******/
/******* Effect Styles Colors *******/
/******* FONT SETUP *******/
.present-list {
  text-align: center;
}
.present-list ul {
  list-style: none;
  padding: 0;
}
.present-list__card {
  max-width: 100%;
  margin-bottom: 1.5rem;
}
.present-list__card_img {
  max-height: 250px;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 0.25rem;
  max-width: 100%;
  width: 100%;
}
.present-list__card_texts {
  padding: 0 0.75rem 0.75rem;
}
.present-list__card_title {
  font-size: 22px;
  margin-bottom: 0.5rem;
  min-height: 52px;
}
.present-list__card_desc {
  font-size: 16px;
  margin-bottom: 0.5rem;
  min-height: 48px;
}
.present-list__card_progress-bar {
  height: 20px;
  background-color: #9db4df;
  text-align: center;
  line-height: 30px;
}
.present-list__card_progress-container {
  width: 50%;
  background-color: #eee;
  border-radius: 8px;
  overflow: hidden;
  margin: 0 auto 1rem;
  position: relative;
}
.present-list__card_progress-container p {
  position: absolute;
  font-weight: bold;
  width: 100%;
  text-align: center;
  color: #224267;
  bottom: 1px;
}
.present-list__card_value {
  font-size: 18px;
  margin-bottom: 0.75rem;
  font-weight: bold;
}
.present-list__card_buy {
  background-color: #224267;
}
.present-list__card h4 {
  font-weight: normal;
  margin-bottom: 0.5rem;
}
.present-list .button.primary {
  background-color: #224267;
}
@media (min-width: 680px) {
  .present-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 30px;
  }
  .present-list__card {
    max-width: 45%;
    width: 45%;
  }
}
@media (min-width: 1024px) {
  .present-list__card {
    max-width: 30%;
    width: 30%;
  }
}
.present-list .hide-see button {
  display: none;
}

/*# sourceMappingURL=style-index.css.map*/