<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:wght@400;500;600&amp;display=swap");
.color-black {
  color: #232a33 !important;
}

.color-blue {
  color: #0d2b8e !important;
}

.color-blue-strong {
  color: #051b46;
}

.color-orange {
  color: #fa630e;
}

.color-gray {
  color: #8197aa !important;
}

.color-base-200 {
  color: #758490;
}

.color-white {
  color: #ffffff;
}

h1, .h1 {
  font-size: calc(20px + 8 * (100vw - 300px) / 2000) !important;
  font-family: "Instrument Sans", sans-serif !important;
  font-weight: 600;
  color: #232a33;
}

h2, .h2 {
  font-size: calc(18px + 3 * (100vw - 300px) / 2000) !important;
  font-family: "Instrument Sans", sans-serif !important;
  line-height: 1.3;
  color: #232a33;
}

h3, .h3, .collapsible li .collapsible-body p, .collapsible li .collapsible-body, .collapsible li .collapsible-header, .c-card-2 .c-card-body span, .c-card .c-card-body span, .info-text p,
.info-text li, .info-text {
  font-size: calc(15px + 1 * (100vw - 300px) / 2000) !important;
  font-family: "Instrument Sans", sans-serif !important;
  line-height: 1.4;
  font-weight: normal !important;
  color: #232a33;
}

h4, .h4, .btn-rouded-nav, .btn-rounded, .btn, .input-search input, .input-field textarea, .input-field label, .input-field input, .input-field .select-wrapper input.select-dropdown, div[role=progressbar]::before {
  font-size: calc(12px + 4 * (100vw - 300px) / 2000) !important;
  font-family: "Instrument Sans", sans-serif !important;
  color: #232a33;
  font-weight: 600;
}

p, .p, .breadcrumb a, .navbar-bottom .container .c-menu li, .sidenav li a:not(.btn), .sidenav .user-view, .checkbox-paret span, .badge-me, span.badge {
  font-size: calc(11px + 2 * (100vw - 300px) / 2000) !important;
  font-family: "Instrument Sans", sans-serif !important;
  font-weight: 500;
  letter-spacing: 0.26px;
  line-height: 1.33;
  color: #232a33;
}

.font-button {
  font-size: calc(10px + 6 * (100vw - 300px) / 2000) !important;
  font-family: "Instrument Sans", sans-serif !important;
  color: #232a33;
  font-weight: 600;
}

.font-title-found {
  font-family: "Instrument Sans", sans-serif !important;
  font-size: calc(96px + -80 * (100vw - 300px) / 2000) !important;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
}

* {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
p {
  margin: 0;
}

main {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  main {
    padding-left: 300px;
  }
}
main .container {
  min-height: 100vh;
}
@media only screen and (min-width: 1024px) {
  main .container {
    width: 90%;
  }
}

span.badge {
  float: right !important;
  margin-left: 0 !important;
  background-color: #ff0000;
  border-radius: 50%;
  color: #ffffff;
  min-width: unset !important;
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inputs-two {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.text-limit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.swiper-scrollbar {
  position: static !important;
  margin-top: 1rem;
  height: 3px !important;
}
.swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #0d2b8e;
}

.object-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.line-divider {
  margin: 1.5rem 0;
  background-color: #dedfdf;
  border: 1px solid #dedfdf;
}

.success-icon {
  background-color: #00cc7d;
  color: #ffffff;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.success-icon i {
  font-size: 48px;
}
@media only screen and (min-width: 768px) {
  .success-icon {
    height: 100px;
    width: 100px;
  }
}

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

.container-g-content {
  padding: 80px 0;
}

.row-content-g {
  display: flex;
  flex-direction: column;
}
.row-content-g.reverse {
  flex-direction: column-reverse;
}
.row-content-g.reverse .column-2 {
  margin-bottom: 2rem;
}
.row-content-g .hide-mobile {
  display: none;
}
@media only screen and (min-width: 768px) {
  .row-content-g {
    flex-direction: row !important;
    margin-bottom: 0;
  }
  .row-content-g .column-1 {
    width: 60%;
    padding-right: 2rem;
  }
  .row-content-g .column-2 {
    width: 40%;
    margin-bottom: 0;
  }
  .row-content-g .sticky-column {
    position: sticky;
    top: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  .row-content-g .hide-mobile {
    display: block;
  }
  .row-content-g .column-1 {
    padding-right: 3rem;
  }
}

.title-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.title-content .title {
  padding-right: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .title-content .title {
    padding-right: 2rem;
  }
}
.title-content button {
  flex-shrink: 0;
}

.info-text {
  color: #232a33;
}
.info-text p,
.info-text ul {
  margin-bottom: 1rem;
}
.info-text ul,
.info-text ul &gt; li {
  list-style: inside !important;
}

.list-places {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 0;
  margin-bottom: 2rem;
}

.item-info {
  display: inline-flex;
  align-items: center;
}
.item-info .icon-item {
  display: flex;
  flex-shrink: 0;
  margin-right: 1rem;
  color: #0d2b8e;
}
.item-info .icon-item.gray {
  color: #8197aa;
}

.img-perfil-g {
  position: relative;
  padding-bottom: 40px;
}
.img-perfil-g .img-fondo {
  height: 150px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .img-perfil-g .img-fondo {
    height: 180px;
  }
}
.img-perfil-g .img-user {
  position: absolute;
  left: 2rem;
  bottom: 0;
  height: 80px;
  width: 80px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) {
  .img-perfil-g .img-user {
    height: 100px;
    width: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .img-perfil-g {
    padding-bottom: 50px;
  }
}

.submenu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-right: 32px;
}

.list-submenu {
  position: absolute;
  top: 0;
  right: 4rem;
  z-index: 2;
  transform: translate(22%, -100%);
  padding-bottom: 1rem;
  display: none;
}
.list-submenu .list-content-sub {
  background-color: #ffffff;
  box-shadow: 3px 40px 80px -12px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 3px 40px 80px -12px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 40px 80px -12px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
}
.list-submenu li a {
  padding: 0 1rem;
}
.list-submenu li a i {
  margin-right: 1rem;
}

.open-submenu {
  border-radius: 50%;
  border: solid 1px transparent;
  height: 50px;
  width: 50px;
  color: #8197aa;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
}
.open-submenu:focus {
  background-color: #0d2b8e;
}
.open-submenu:focus i {
  color: #ffffff !important;
}
.open-submenu i {
  pointer-events: none;
}

.title-collapsible {
  display: flex;
  max-width: 80%;
}

.badge-me {
  background-color: #c5ffed;
  color: #0d2b8e;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  flex-shrink: 0;
}

div[role=progressbar] {
  --size: 4rem;
  --fg: #54d1aa;
  --bg: #dedfdf;
  --pgPercentage: var(--value);
  animation: growProgressBar 3s 1 forwards;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: radial-gradient(closest-side, white 80%, transparent 0 99.9%, white 0), conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0);
  font-family: Helvetica, Arial, sans-serif;
  font-size: calc(var(--size) / 5);
  color: var(--fg);
  flex-shrink: 0;
}

div[role=progressbar]::before {
  counter-reset: percentage var(--value);
  content: counter(percentage) "%";
  color: #232a33;
}

.column-content {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .column-content {
    max-width: 600px;
  }
}

.container-empty-general {
  padding: 2rem 0;
}
@media only screen and (min-width: 768px) {
  .container-empty-general {
    max-width: 500px;
    margin: 0 auto;
    padding: 5rem 0;
  }
}
.container-empty-general .img-empty img {
  margin: 0 auto;
  margin-bottom: 1rem;
  max-width: 200px;
}

.progress {
  background-color: #dedfdf !important;
}
.progress .determinate {
  background-color: #00cc7d !important;
}

.bloque-container-g {
  padding: 90px 0;
}
@media only screen and (min-width: 768px) {
  .bloque-container-g {
    padding: 80px 0;
  }
}

.btn-auto-container .btn {
  width: auto;
}

.hidden {
  display: none;
}

.list-content-media {
  list-style: none;
  margin-top: 1rem;
}
.list-content-media li {
  display: block;
}
.list-content-media .item-media {
  display: inline-flex;
  align-items: center;
  padding: 1rem 0;
  background: transparent;
  box-shadow: none;
  outline: none;
  border: none;
  cursor: pointer;
}
.list-content-media .item-media.active-play .round-play {
  background-color: #0d2b8e;
  border: 1px solid #0d2b8e;
}
.list-content-media .item-media.active-play .round-play i {
  color: #ffffff;
}
.list-content-media .item-media.active-play span {
  color: #0d2b8e !important;
}
.list-content-media .item-media .round-play {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 30px;
  border: 1px solid #dedfdf;
  border-radius: 50%;
  margin-right: 0.5rem;
}

.table-container-g {
  border: 1px solid #dedfdf;
  border-radius: 5px;
  display: flex;
}
.table-container-g.max-w-lg {
  max-width: 800px;
}
@media only screen and (min-width: 640px) {
  .table-container-g {
    padding: 0 1rem;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .table-container-g {
    overflow-x: auto;
  }
}

.table-g {
  border-collapse: collapse;
}
.table-g th {
  padding-bottom: 1rem;
}
.table-g tr {
  border: none !important;
}
.table-g td {
  border-top: 1px solid #dedfdf;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #232a33;
}
.table-g a {
  color: #232a33;
  transition: all 300ms;
}
.table-g a:hover {
  color: #fa630e;
}
.table-g .title-table {
  max-width: 150px;
}
.table-g .c-display {
  display: flex;
  max-width: 240px;
}
.table-g .img-display {
  margin-right: 1rem;
}
.table-g .img-display img {
  max-width: 80px;
  max-height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 640px) {
  .table-g {
    width: auto;
    min-width: 100%;
    flex-shrink: 0;
  }
}

#slide-out {
  padding-bottom: 6rem;
  overflow-x: hidden;
}
#slide-out .btn-container-sub {
  padding: 0 32px;
  margin-bottom: 1.5rem;
}
#slide-out .btn-container-sub .btn {
  max-width: 100% !important;
  margin: 0 !important;
}

.spacer-li {
  margin-top: 4rem;
}

.title-liked {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 2rem;
}
.title-liked .icon-wrap-liked {
  flex-shrink: 0;
  margin-left: 1rem;
}
@media only screen and (min-width: 768px) {
  .title-liked .icon-wrap-liked {
    margin-left: 2rem;
  }
}
.title-liked .title-main-liked {
  margin-bottom: 0 !important;
}

.font-normal {
  font-weight: normal !important;
}

.links-menu-sidebar {
  width: 100%;
  display: flex;
  gap: 1rem;
  justify-content: center;
}
.links-menu-sidebar a:first-child {
  color: #0d2b8e !important;
}
.links-menu-sidebar a:hover {
  color: #0d2b8e !important;
}

.list-plans {
  width: 100%;
}

.card-plan {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: solid 1px #dedfdf;
  padding: 1rem;
}
.card-plan .list-places {
  flex: 1;
}
@media only screen and (min-width: 1024px) {
  .card-plan {
    padding: 1.5rem;
  }
}

.grid {
  display: grid;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media only screen and (min-width: 768px) {
  .grid-cols-md-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-md-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-md-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-md-4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 1024px) {
  .grid-cols-lg-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-lg-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-lg-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-lg-4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.flex-col {
  flex-direction: column;
}

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

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

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

@media only screen and (min-width: 768px) {
  .flex-md-row {
    flex-direction: row;
  }
  .align-md-center {
    align-items: center;
  }
}
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

@media only screen and (min-width: 1024px) {
  .mb-lg-1 {
    margin-bottom: 1rem;
  }
  .mb-lg-2 {
    margin-bottom: 2rem;
  }
  .mb-lg-3 {
    margin-bottom: 3rem;
  }
  .mb-lg-4 {
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .mb-md-0 {
    margin-bottom: 0;
  }
  .mb-md-1 {
    margin-bottom: 1rem;
  }
  .mb-md-2 {
    margin-bottom: 2rem;
  }
  .mb-md-3 {
    margin-bottom: 3rem;
  }
  .mb-md-4 {
    margin-bottom: 4rem;
  }
}
.mr-1 {
  margin-right: 1rem;
}

.mr-2 {
  margin-right: 2rem;
}

.mr-3 {
  margin-right: 3rem;
}

.mr-4 {
  margin-right: 4rem;
}

.ml-1 {
  margin-left: 1rem;
}

.ml-2 {
  margin-left: 2rem;
}

.ml-3 {
  margin-left: 3rem;
}

.ml-4 {
  margin-left: 4rem;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mt-4 {
  margin-top: 4rem;
}

.my-1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.py-5 {
  padding: 5rem 0;
}

.gap-1 {
  gap: 1rem;
}

.gap-2 {
  gap: 2rem;
}

.gap-3 {
  gap: 3rem;
}

.gap-4 {
  gap: 4rem;
}

.gap-5 {
  gap: 5rem;
}

@media only screen and (min-width: 768px) {
  .gap-md-1 {
    gap: 1rem;
  }
  .gap-md-2 {
    gap: 2rem;
  }
  .gap-md-3 {
    gap: 3rem;
  }
  .gap-md-4 {
    gap: 4rem;
  }
  .gap-md-5 {
    gap: 5rem;
  }
}
.parent-input-field {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1rem;
  position: relative;
}
.parent-input-field .input-field {
  width: calc(100% - 3.5rem);
}
.parent-input-field .button-delete-vr {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 45px;
  width: 45px;
  background-color: #ffffff;
  border: 1px solid #dedfdf;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
}
.parent-input-field .button-delete-vr::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ctitle%3Eminus%3C/title%3E%3Cpath d='M19,13H5V11H19V13Z' /%3E%3C/svg%3E");
  background-size: 14px 14px;
  background-position: center;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
}

.input-field {
  margin: 0;
  display: flex;
  flex-direction: column;
}
.input-field .select-wrapper {
  display: flex;
  position: relative;
}
.input-field .select-wrapper::after {
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  width: 25px;
  height: 25px;
  z-index: 2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' fill='%238197aa' width='24'%3E%3Cpath d='M480-345 240-585l56-56 184 184 184-184 56 56-240 240Z'/%3E%3C/svg%3E");
  background-position: center;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  content: "";
}
.input-field .select-wrapper input.select-dropdown {
  margin-bottom: 0 !important;
  border: 1px solid #dedfdf !important;
  border-radius: 8px !important;
  padding: 0.1rem 0.8rem !important;
  font-weight: 400;
  color: #8197aa;
}
.input-field .select-wrapper .caret {
  display: none;
}
.input-field .select-wrapper .dropdown-content li.disabled span {
  color: #8197aa !important;
}
.input-field .select-wrapper .dropdown-content li span {
  color: #0d2b8e !important;
}
.input-field input {
  margin-bottom: 0 !important;
  border: 1px solid #dedfdf !important;
  border-radius: 8px !important;
  padding: 0.1rem 0.8rem !important;
  font-weight: 400;
  color: #232a33;
  box-shadow: none !important;
  box-sizing: border-box !important;
}
.input-field input.invalid {
  border: 1px solid #ff0000 !important;
}
.input-field span {
  margin-top: 0.5rem !important;
}
.input-field span.helper-text:after {
  color: #ea6565 !important;
}
.input-field label {
  width: -moz-fit-content !important;
  width: fit-content !important;
  padding: 0 1rem !important;
  white-space: nowrap;
  color: #8197aa !important;
  font-weight: 400;
}
.input-field label.active {
  color: #232a33 !important;
}
.input-field label:before {
  z-index: -1;
  content: "";
  position: absolute;
  left: 8px;
  background-color: #ffffff !important;
  width: calc(100% - 8px);
  height: 100%;
}
.input-field textarea {
  border: 1px solid #dedfdf !important;
  border-radius: 8px !important;
  padding: 0.8rem !important;
  box-shadow: none !important;
  font-weight: 400;
  color: #232a33;
  min-height: 300px;
  max-height: 300px;
}
.input-field textarea.small {
  max-height: 80px;
  min-height: 80px;
}
.input-field textarea.invalid {
  border: 1px solid #ff0000 !important;
}

.checkbox-paret span:after {
  border: 1px solid #dedfdf !important;
}
.checkbox-paret input:checked + span:after {
  background-color: #0d2b8e !important;
  border: 1px solid #0d2b8e !important;
}

.field-cantidad {
  display: flex;
  gap: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  /* For Firefox */
}
.field-cantidad input {
  border: none !important;
  box-shadow: none !important;
  width: 2rem !important;
  margin-bottom: 0 !important;
  height: auto !important;
  text-align: center;
  pointer-events: none;
}
.field-cantidad input[type=number]::-webkit-inner-spin-button,
.field-cantidad input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.field-cantidad input[type=number] {
  -moz-appearance: textfield;
}
.field-cantidad button {
  border-radius: 50%;
  box-shadow: none;
  height: 35px;
  width: 35px;
  background-color: #ffffff;
  border: 1px solid #dedfdf;
  display: flex;
  align-items: center;
  justify-content: center;
}

.input-field-radio {
  display: flex;
  gap: 1rem;
}
.input-field-radio label span:before {
  border-color: #0d2b8e !important;
}
.input-field-radio label span:after {
  background-color: #0d2b8e !important;
  border-color: #0d2b8e !important;
}

.input-password input {
  padding-right: 2.8rem !important;
}

.icon-password {
  color: #8197aa;
  font-size: 1.5rem !important;
  width: auto !important;
  top: 50% !important;
  transform: translateY(-50%);
  right: 1rem;
  cursor: pointer;
}

.input-search {
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 1px #dedfdf;
  padding-left: 3rem;
  padding-right: 0.8rem;
  position: relative;
}
.input-search i {
  color: #8197aa;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1rem;
}
.input-search input,
.input-search label {
  color: #8197aa;
}
.input-search input {
  border: none !important;
  margin-bottom: 0 !important;
  min-width: 300px;
}
.input-search input::-moz-placeholder {
  color: #8197aa;
  opacity: 1;
}
.input-search input::placeholder {
  color: #8197aa;
  opacity: 1;
}
.input-search input:focus, .input-search input.valid {
  border: none !important;
  box-shadow: none !important;
}
.input-search input:focus::-moz-placeholder, .input-search input.valid::-moz-placeholder {
  color: #0d2b8e;
}
.input-search input:focus::placeholder, .input-search input.valid::placeholder {
  color: #0d2b8e;
}
.input-search.focus {
  border: solid 1px #0d2b8e;
}
.input-search.focus i {
  color: #0d2b8e;
}
.input-search.focus input,
.input-search.focus label {
  color: #0d2b8e;
}

.input-file {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.input-file label {
  display: inline-flex;
  cursor: pointer;
  border-radius: 8px;
  border: solid 1px #dedfdf;
  padding: 1rem;
  color: #0d2b8e;
  display: inline-block;
}
.input-file input {
  display: none;
}

.label-file {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem;
  border-radius: 8px;
  background-color: #ffffff;
  border: 1px solid #dedfdf;
  color: #0d2b8e;
  margin-top: 0.5rem;
}
.label-file button {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.5rem;
  color: #0d2b8e;
  cursor: pointer;
  box-shadow: none;
  border: none;
}
.label-file button i {
  font-size: 1.2rem;
}

.error-label {
  color: #ff0000;
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
}
.error-label i {
  margin-right: 0.25rem;
}

.list-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.list-chips .chips-me {
  border-radius: 8px;
  border: solid 1px #dedfdf;
  color: #8197aa;
  padding: 0.5rem 1rem;
  display: inline-flex;
  align-items: center;
}
.list-chips .chips-me .icon-chip {
  margin-left: 0.5rem;
  border: solid 1px #dedfdf;
  height: 25px;
  width: 24px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #dedfdf;
  cursor: pointer;
}
.list-chips .chips-me .icon-chip i {
  font-size: 1.2rem;
}

.container-files-gallery,
.container-drop-file {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  position: relative;
}

.file-drag-drop-background.border-hidden {
  border: 1px solid #dedfdf;
}

.perfil-file-img {
  position: absolute;
  left: 2rem;
  top: 200px;
  transform: translateY(-50%);
  height: 100px;
  width: 100px;
  border-radius: 50%;
  z-index: 3;
}
.perfil-file-img .file-drag-drop-background {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background-color: #ffffff;
  margin-bottom: 0;
}
.perfil-file-img .file-drag-drop-background .img-selected {
  border-radius: 50%;
}
@media only screen and (min-width: 768px) {
  .perfil-file-img {
    height: 110px;
    width: 110px;
  }
}

.file-drag-drop-background {
  margin-bottom: 60px;
}

.files-drag-drop, .file-drag-drop-background {
  position: relative;
  border: 1px dashed #8197aa;
  height: 150px;
  width: 100%;
  cursor: pointer;
}
.files-drag-drop label, .file-drag-drop-background label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.files-drag-drop .img-selected, .file-drag-drop-background .img-selected {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ffffff;
  display: none;
  pointer-events: none;
}
.files-drag-drop .img-selected.show, .file-drag-drop-background .img-selected.show {
  display: block;
}
.files-drag-drop .inner-gallery, .file-drag-drop-background .inner-gallery {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.files-drag-drop input[type=file], .file-drag-drop-background input[type=file] {
  display: none;
}

.file-drag-drop-background {
  height: 200px;
}

.btn {
  color: #ffffff;
  text-transform: unset;
  border-radius: 4px;
  width: 100%;
  box-shadow: none !important;
  padding: 0.5rem 0.5rem;
  height: 3rem;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}
.btn i {
  display: none;
}
@media only screen and (min-width: 640px) {
  .btn i {
    display: inline-block;
  }
}
@media only screen and (min-width: 640px) {
  .btn {
    min-width: 150px;
    white-space: nowrap;
  }
}
.btn.w-auto {
  width: auto !important;
}
.btn.blue {
  background-color: #0d2b8e !important;
}
.btn.blue:hover {
  background-color: #051b46 !important;
}
.btn.orange {
  background-color: #fa630e !important;
}
.btn.orange:hover {
  background-color: #c84d08 !important;
}
.btn.gray {
  background-color: #dedfdf !important;
  color: #232a33 !important;
}
.btn.gray i {
  color: #232a33 !important;
}
.btn.gray:hover {
  color: #ffffff !important;
  background-color: #051b46 !important;
}
.btn.gray:hover i {
  color: #ffffff !important;
}
.btn.white {
  background-color: #ffffff !important;
  color: #0d2b8e !important;
  border: 1px solid #0d2b8e;
}
.btn.white:hover {
  background-color: #dedfdf !important;
}
.btn.trasnparet {
  background-color: transparent !important;
  color: #0d2b8e !important;
}
.btn.outline-blue {
  background-color: transparent !important;
  color: #0d2b8e !important;
  border: 1px solid #0d2b8e !important;
}
.btn i.left {
  margin-right: 0.5rem !important;
}
.btn.disabled {
  background-color: #f3f5f7 !important;
  color: #dedfdf !important;
  pointer-events: none;
}

.btn-icon {
  padding: 0.8rem;
  background-color: #0d2b8e !important;
  border-radius: 50%;
  border: none;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-icon .material-symbols-outlined {
  font-size: 20px !important;
}
.btn-icon.btn-heart.white {
  background-color: #ffffff !important;
  border: 1px solid #dedfdf;
  color: #232a33;
}
.btn-icon.btn-heart.white .icon-pulse {
  color: #232a33;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}
.btn-icon.btn-heart.liked {
  border: 1px solid #0d2b8e !important;
  background-color: #0d2b8e !important;
}
.btn-icon.btn-heart.liked .icon-pulse {
  color: #ffffff !important;
  animation: scaleFade 0.8s forwards;
}
.btn-icon.btn-heart .icon-pulse {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  transition: none;
  transform: scale(1);
  opacity: 0;
  -webkit-transition: none;
  -moz-transition: none;
}
.btn-icon.btn-heart .icon-pulse .material-symbols-outlined {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}
@keyframes scaleFade {
  50% {
    opacity: 1;
    transform: scale(1);
  }
  98% {
    opacity: 0;
    transform: scale(2.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.btn-icon:hover {
  background-color: #051b46 !important;
}
.btn-icon.white-norounded {
  background-color: #ffffff !important;
  border: 1px solid #dedfdf;
  border-radius: 8px;
  color: #232a33;
  gap: 1rem;
}

.btn-rounded {
  min-width: 150px;
  padding: 0.5rem 0.5rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border-radius: 32px;
  border: 1px solid #ffffff;
}
.btn-rounded.btn-small-round {
  min-width: auto;
  color: #051b46 !important;
  background-color: #c5ffed;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media only screen and (min-width: 1024px) {
  .btn-rounded {
    height: 3rem;
  }
}
.btn-rounded:hover {
  background-color: #ffffff;
  color: #0d2b8e;
}
.btn-rounded.active {
  background-color: #ffffff;
  color: #0d2b8e;
}

.btn-nav-mobile {
  display: flex;
  flex-direction: column;
  color: #8197aa;
}
.btn-nav-mobile.active {
  color: #232a33;
}
.btn-nav-mobile .material-symbols-outlined {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
}

.btn-rouded-nav {
  padding: 0.5rem;
  height: 56px;
  width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8197aa;
  border-radius: 50%;
  border: 1px solid #dedfdf;
  position: relative;
}
.btn-rouded-nav .material-symbols-outlined {
  height: auto;
  font-size: 32px;
}
.btn-rouded-nav .badge {
  position: absolute;
  top: 0;
  right: 0;
}
.btn-rouded-nav.btn-white {
  border: 1px solid #ffffff;
  color: #ffffff;
}

.text-small {
  display: none;
}
@media only screen and (max-width: 640px) {
  .text-small {
    display: block;
  }
}

.text-large {
  display: none;
}
@media only screen and (min-width: 768px) {
  .text-large {
    display: block;
  }
}

.btn-file-download {
  display: flex;
  border-radius: 4px;
  border: solid 1px #dedfdf;
  padding: 1.2rem 2.5rem 1.2rem;
  color: #8197aa;
  transition: all 300ms;
  position: relative;
}
.btn-file-download .icon-item {
  display: flex;
  flex-shrink: 0;
  margin-right: 1rem;
}
.btn-file-download .float-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  right: 1.2rem;
  color: #0d2b8e;
}
.btn-file-download:hover {
  background-color: #dedfdf;
  color: #0d2b8e;
}

.initial-block .head {
  width: 100%;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 1024px) {
  .initial-block .head {
    width: 60%;
  }
}
.initial-block .head h1 {
  margin-bottom: 2rem;
}

.sidenav .user-view {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sidenav .user-view .logo {
  margin-bottom: 2rem;
}
.sidenav .user-view .email {
  color: #0d2b8e;
}
.sidenav li .icon-end {
  float: right;
  margin-right: 0;
}
.sidenav li i, .sidenav li a {
  color: #8197aa !important;
}
.sidenav li a:not(.btn) {
  line-height: 48px !important;
}
.sidenav li .active i {
  color: #232a33 !important;
}
.sidenav li .active {
  color: #232a33 !important;
}

.cards {
  width: 100%;
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 1024px) {
  .cards {
    grid-template-columns: repeat(4, 1fr);
  }
}

.country-origin {
  display: inline-flex;
  align-items: center;
  background-color: #F1F2E7;
  padding: 6px;
  color: #232a33;
  border-radius: 20px;
  margin-bottom: 0.5rem;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}
.country-origin .icon-country {
  width: 18px;
  height: 18px;
  margin-right: 0.5rem;
}
.country-origin .icon-country img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.country-origin p {
  color: #232a33 !important;
  margin-bottom: 0 !important;
}

.c-card {
  border-radius: 8px;
  border: 1px solid #dedfdf;
  padding: 0.6rem;
  display: flex;
  flex-direction: column;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: relative;
}
.c-card .data-card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.c-card .c-card-head {
  margin-bottom: 1rem;
}
.c-card .c-card-head img {
  height: 15vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 1024px) {
  .c-card .c-card-head img {
    height: 18vh;
  }
}
.c-card .c-card-body {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.c-card .c-card-body h4 {
  margin-bottom: 1rem;
  flex: 1 0 auto;
}
.c-card .c-card-body p {
  color: #8197aa;
  margin-bottom: 1rem;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .c-card .c-card-body p {
    display: flex;
  }
}
.c-card .c-card-body p.autor {
  color: #0d2b8e !important;
  display: flex !important;
}
.c-card .c-card-footer {
  display: flex;
  width: 100%;
}
.c-card:hover .c-favorite {
  opacity: 1;
}

.c-card-2 {
  border-radius: 8px;
  border: 1px solid #dedfdf;
  padding: 0.6rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: relative;
}
.c-card-2 .data-card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.c-card-2 .c-card-head {
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
}
.c-card-2 .c-card-head img {
  height: 15vh;
}
.c-card-2 .c-card-body {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  height: 100%;
}
.c-card-2 .c-card-body h4 {
  margin-bottom: 1rem;
  flex: 1 1 auto;
}
.c-card-2 .c-card-body p {
  color: #8197aa;
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.c-card-2 .c-card-body p.categoria {
  color: #0d2b8e !important;
}
.c-card-2:hover .c-favorite {
  opacity: 1;
}

.c-card-bolsa {
  border-radius: 8px;
  border: 1px solid #dedfdf;
  padding: 0.6rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: relative;
}
.c-card-bolsa .data-card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.c-card-bolsa .c-card-head {
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
}
.c-card-bolsa .c-card-head img {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (min-width: 768px) {
  .c-card-bolsa .c-card-head {
    height: 100px;
    margin-bottom: 2rem;
  }
}
.c-card-bolsa .c-card-body {
  display: flex;
  flex-direction: column;
  align-items: start;
  flex-grow: 1;
  margin-bottom: 1.5rem;
}
.c-card-bolsa .c-card-body .supertitle {
  color: #0d2b8e;
  margin-bottom: 1rem;
}
.c-card-bolsa .c-card-body .title {
  color: #232a33;
  margin-bottom: 1rem;
  flex: 1 0 auto;
}
.c-card-bolsa .c-card-body .subtitle, .c-card-bolsa .c-card-body .time {
  color: #758490;
}
.c-card-bolsa .c-card-body .subtitle {
  margin-bottom: 1rem;
}
.c-card-bolsa .c-card-body .time {
  margin-top: 1rem;
}
.c-card-bolsa:hover .c-favorite {
  opacity: 1;
}

.label-category {
  padding: 0.25rem 1rem;
  border-radius: 20px;
  display: inline-block;
}
.label-category.blue {
  background-color: #0d2b8e;
  color: #ffffff;
}
.label-category.blue-medium {
  background-color: #24adfa;
  color: #ffffff;
}
.label-category.green {
  background-color: #00cc7d;
  color: #ffffff;
}
.label-category.red {
  background-color: #ea6565;
  color: #ffffff;
}

.c-favorite {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background-color: #8197aa;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  cursor: pointer;
  transition: all 300ms;
  height: 44px;
  width: 44px;
  border-radius: 50%;
  transition: all 0.8s;
}
.c-favorite .material-symbols-outlined {
  font-size: 20px !important;
}
.c-favorite span {
  color: #ffffff;
  margin-left: 0.5rem;
  display: none;
}
@media only screen and (min-width: 768px) {
  .c-favorite span {
    display: inline-block;
  }
}
.c-favorite.liked {
  background-color: #0d2b8e;
}
.c-favorite.liked .icon-pulse {
  animation: scaleFade 0.8s forwards;
}
.c-favorite .icon-heart {
  position: relative;
  display: flex;
}
.c-favorite .icon-pulse {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  transition: none;
  transform: scale(1);
  opacity: 0;
  -webkit-transition: none;
  -moz-transition: none;
}
.c-favorite .icon-pulse .material-symbols-outlined {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}
@media only screen and (min-width: 768px) {
  .c-favorite {
    opacity: 0;
    border-radius: 20px;
    width: auto;
    height: auto;
  }
}

.filtros {
  display: none;
  justify-content: space-between;
  margin-bottom: 2rem;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  .filtros {
    display: flex;
  }
}
.filtros .filtros-left {
  display: flex;
}
.filtros .filtros-left .filter {
  display: flex;
  gap: 1rem;
}
.filtros .filtros-right {
  display: flex;
}
.filtros .filtros-right button.hide {
  opacity: 0.4;
  pointer-events: none;
}

.filtros-mobile {
  display: flex;
  margin-bottom: 2rem;
  position: relative;
}
.filtros-mobile .btn-icon {
  width: calc(50% - 0.4rem);
}
@media only screen and (min-width: 1024px) {
  .filtros-mobile {
    display: none;
  }
}
.filtros-mobile .plasta-filtros {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-color: #232a33;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}
.filtros-mobile .plasta-filtros.active {
  opacity: 0.5;
  z-index: 3;
  pointer-events: visible;
}
.filtros-mobile .modal-filtros {
  position: absolute;
  top: calc(100% + 1rem);
  left: 0;
  width: 70vw;
  background-color: #ffffff;
  border: 1px solid #dedfdf;
  border-radius: 8px;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
}
.filtros-mobile .modal-filtros.active {
  pointer-events: visible;
  opacity: 1;
  z-index: 4;
}
.filtros-mobile .modal-filtros .head-modal-filtros {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 1rem;
}
.filtros-mobile .modal-filtros .limpiar-filtro-container {
  flex-direction: column;
}
.filtros-mobile .modal-filtros .limpiar-filtro-container input:checked + span {
  color: #0d2b8e;
}
.filtros-mobile .modal-filtros .limpiar-filtro-container label {
  padding: 0 1rem;
  display: block;
  width: 100%;
}
.filtros-mobile .modal-filtros .limpiar-filtro-container label span {
  padding-left: 0;
  width: 100%;
}
.filtros-mobile .modal-filtros .limpiar-filtro-container label span:before, .filtros-mobile .modal-filtros .limpiar-filtro-container label span:after {
  left: unset;
  right: 0;
}
.filtros-mobile .modal-filtros .body-modal-filtros .collapsible .collapsible-header {
  padding: 1rem;
  color: #0d2b8e;
}
.filtros-mobile .modal-filtros .body-modal-filtros .collapsible .collapsible-body {
  padding: 0.5rem 0;
}
.filtros-mobile .modal-filtros .body-modal-filtros .collapsible .collapsible-body .input-field-radio {
  flex-direction: column;
}
.filtros-mobile .modal-filtros .body-modal-filtros .collapsible .collapsible-body .input-field-radio input:checked + span {
  color: #0d2b8e;
}
.filtros-mobile .modal-filtros .body-modal-filtros .collapsible .collapsible-body .input-field-radio label {
  padding: 0 1rem;
  display: block;
  width: 100%;
}
.filtros-mobile .modal-filtros .body-modal-filtros .collapsible .collapsible-body .input-field-radio label span {
  padding-left: 0;
  width: 100%;
}
.filtros-mobile .modal-filtros .body-modal-filtros .collapsible .collapsible-body .input-field-radio label span:before, .filtros-mobile .modal-filtros .body-modal-filtros .collapsible .collapsible-body .input-field-radio label span:after {
  left: unset;
  right: 0;
}

.loginRegistroContainer {
  width: 100%;
  background: linear-gradient(to bottom, #051b46 33%, #0d2b8e 120%);
  display: flex;
  min-height: 100vh;
  padding: 15vh 0;
  justify-content: center;
}
.loginRegistroContainer.transparent {
  background: transparent;
  padding: 0;
}
.loginRegistroContainer.transparent nav {
  z-index: 50;
}
.loginRegistroContainer nav {
  background-color: transparent;
  box-shadow: none;
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0.5rem 0;
  display: flex;
  align-items: center;
}
.loginRegistroContainer nav .container {
  width: 90%;
  display: flex;
  justify-content: space-between;
}
.loginRegistroContainer nav .container .logo {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .loginRegistroContainer nav .container .logo {
    display: flex;
  }
}
.loginRegistroContainer nav .container .logo-mobile {
  width: 30%;
  display: flex;
}
@media only screen and (min-width: 1024px) {
  .loginRegistroContainer nav .container .logo-mobile {
    display: none;
  }
}
.loginRegistroContainer nav .container .logo-mobile img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.loginRegistroContainer nav .container .buttons {
  display: none;
  gap: 1rem;
}
@media only screen and (min-width: 1024px) {
  .loginRegistroContainer nav .container .buttons {
    display: flex;
  }
}
.loginRegistroContainer nav .container .buttons-mobile {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media only screen and (min-width: 1024px) {
  .loginRegistroContainer nav .container .buttons-mobile {
    display: none;
  }
}
.loginRegistroContainer .bloque-loginRegistro {
  border-radius: 8px;
  border: 1px solid #dedfdf;
  padding: 1rem;
  background-color: #ffffff;
}
@media only screen and (min-width: 1024px) {
  .loginRegistroContainer .bloque-loginRegistro {
    width: 35%;
    padding: 1.8rem;
  }
}
.loginRegistroContainer .bloque-loginRegistro .c-card-head {
  margin-bottom: 2rem;
}
.loginRegistroContainer .bloque-loginRegistro .c-card-head img {
  height: 20vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.loginRegistroContainer .bloque-loginRegistro .c-card-body h1 {
  margin-bottom: 2rem;
}
.loginRegistroContainer .bloque-loginRegistro .c-card-body form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.loginRegistroContainer .bloque-loginRegistro .c-card-body .divider {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.loginRegistroContainer .bloque-loginRegistro .c-card-footer {
  display: flex;
  width: 100%;
}

.recuperacionContraseña {
  width: 100%;
  background: white;
  display: flex;
  min-height: 100vh;
  padding: 15vh 0;
  justify-content: center;
}
.recuperacionContraseña nav {
  background-color: transparent;
  box-shadow: none;
  height: 10vh;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0.5rem 0;
}
.recuperacionContraseña nav .container {
  width: 90%;
  display: flex;
  justify-content: space-between;
}
.recuperacionContraseña nav .container .logo {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .recuperacionContraseña nav .container .logo {
    display: flex;
  }
}
.recuperacionContraseña nav .container .logo-mobile {
  width: 30%;
  display: flex;
}
@media only screen and (min-width: 1024px) {
  .recuperacionContraseña nav .container .logo-mobile {
    display: none;
  }
}
.recuperacionContraseña nav .container .logo-mobile img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.recuperacionContraseña .bloque-recuperacion {
  border-radius: 8px;
  border: 1px solid #dedfdf;
  padding: 1rem;
  background-color: #ffffff;
  height: -moz-fit-content;
  height: fit-content;
}
@media only screen and (min-width: 1024px) {
  .recuperacionContraseña .bloque-recuperacion {
    width: 35%;
    padding: 1.8rem;
  }
}
.recuperacionContraseña .bloque-recuperacion.aviso {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.recuperacionContraseña .bloque-recuperacion.aviso h1 {
  text-align: center;
}
.recuperacionContraseña .bloque-recuperacion.aviso h3 {
  text-align: center;
}
.recuperacionContraseña .bloque-recuperacion .c-card-head {
  margin-bottom: 2rem;
}
.recuperacionContraseña .bloque-recuperacion .c-card-head img {
  height: 20vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.recuperacionContraseña .bloque-recuperacion .c-card-head .exito-icon {
  height: 13vh;
  width: 13vh;
  background-color: #00cc7d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #ffffff;
}
.recuperacionContraseña .bloque-recuperacion .c-card-head .exito-icon .material-symbols-outlined {
  font-size: 3rem;
}
.recuperacionContraseña .bloque-recuperacion .c-card-head .error-icon {
  height: 13vh;
  width: 13vh;
  background-color: #ea6565;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.recuperacionContraseña .bloque-recuperacion .c-card-head .error-icon:before, .recuperacionContraseña .bloque-recuperacion .c-card-head .error-icon:after {
  position: absolute;
  display: block;
  background-color: #dedfdf;
  width: 50%;
  height: 2px;
  border-radius: 32px;
  content: "";
}
.recuperacionContraseña .bloque-recuperacion .c-card-head .error-icon:before {
  transform: rotate(45deg);
}
.recuperacionContraseña .bloque-recuperacion .c-card-head .error-icon:after {
  transform: rotate(-45deg);
}
.recuperacionContraseña .bloque-recuperacion .c-card-body h1 {
  margin-bottom: 2rem;
}
.recuperacionContraseña .bloque-recuperacion .c-card-body h3 {
  margin-bottom: 2rem;
  color: #8197aa;
}
.recuperacionContraseña .bloque-recuperacion .c-card-body form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.recuperacionContraseña .bloque-recuperacion .c-card-footer {
  display: flex;
  width: 100%;
}

.navbar-top {
  position: fixed;
  top: 0;
  height: 10vh;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 10;
  display: flex;
  box-shadow: none;
}
@media only screen and (min-width: 1024px) {
  .navbar-top {
    display: none;
  }
}
.navbar-top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar-top .container .logo {
  width: 30%;
  display: flex;
}
.navbar-top .container .logo img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.navbar-top .container .buttons {
  display: flex;
  gap: 1rem;
}

.navbar-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 10;
  display: flex;
}
@media only screen and (min-width: 1024px) {
  .navbar-bottom {
    display: none;
  }
}
.navbar-bottom .container {
  display: flex;
}
.navbar-bottom .container .c-menu {
  display: flex;
  justify-content: space-between;
  list-style: none;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
}
.navbar-bottom .container .c-menu li {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
}
.navbar-bottom .container .c-menu li a {
  white-space: nowrap;
}

.product-detail {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media only screen and (min-width: 1024px) {
  .product-detail {
    padding: 2rem;
    border-radius: 8px;
    border: 1px solid #dedfdf;
  }
}
.product-detail .titulo {
  display: none;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  .product-detail .titulo {
    display: flex;
  }
}
.product-detail .provedor h3:first-child {
  color: #8197aa;
  margin-bottom: 0.5rem;
}
.product-detail .marca h3:first-child {
  color: #8197aa;
  margin-bottom: 0.5rem;
}
.product-detail .cantidad h3:first-child {
  color: #8197aa;
  margin-bottom: 0.5rem;
}
.product-detail .acciones {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.images-preview {
  width: 100%;
  top: 2vh;
}
.images-preview .titulo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1024px) {
  .images-preview .titulo {
    display: none;
  }
}
.images-preview .main-image {
  width: 100%;
  margin-bottom: 2rem;
}
.images-preview .main-image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
}
.images-preview .main-image video {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .images-preview .main-image video {
    height: 70vh;
  }
}
.images-preview .main-image .plyr video {
  display: block !important;
}
.images-preview .more-images {
  width: 100%;
  display: flex;
  gap: 1rem;
}
.images-preview .more-images .image {
  aspect-ratio: 1/1;
  width: 33.3333%;
  background-color: #ffffff;
  border: 2px solid transparent;
}
.images-preview .more-images .image.active {
  border: 2px solid #0d2b8e;
}
.images-preview .more-images .image.action-video {
  position: relative;
}
.images-preview .more-images .image.action-video .btn-play {
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #0d2b8e;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.images-preview .more-images .image.action-video .btn-play img {
  width: 1rem;
  height: 1rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.images-preview .more-images .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.preview-img-file {
  position: relative;
  width: 80px;
  height: 80px;
  border: 1px solid #dedfdf;
  padding: 0.5rem;
}
.preview-img-file img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.preview-img-file button {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.5rem;
  color: #0d2b8e;
  cursor: pointer;
  box-shadow: none;
  border: none;
}

.wrap-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 0.5rem;
}

.productos-relacionados {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 50px;
}
.productos-relacionados .productos-relacionados-head {
  width: 100%;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1024px) {
  .productos-relacionados {
    padding-top: 100px;
  }
}

.collapsible {
  box-shadow: none;
  border: none;
}
.collapsible li:last-child .collapsible-header {
  border: none;
}
.collapsible li.active .collapsible-header .icon-more:after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.collapsible li.active .collapsible-header .icon-more-2 {
  transform: rotate(180deg);
}
.collapsible li .collapsible-header {
  justify-content: space-between;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.collapsible li .collapsible-header .icon-more {
  width: 1rem;
  height: 1rem;
  position: relative;
}
.collapsible li .collapsible-header .icon-more:before, .collapsible li .collapsible-header .icon-more:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #232a33;
  width: 100%;
  height: 2px;
}
.collapsible li .collapsible-header .icon-more:before {
  transform: translate(-50%, -50%);
}
.collapsible li .collapsible-header .icon-more:after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: all 300ms ease-in-out;
}
.collapsible li .collapsible-header .icon-more-2 {
  transition: all 300ms ease-in-out;
}
.collapsible li .collapsible-body {
  border: none;
  padding-left: 0;
  padding-right: 0;
  color: #8197aa;
}
.collapsible li .collapsible-body p {
  color: #232a33;
}

.breadcrumb {
  gap: 1rem;
  display: flex;
}
.breadcrumb a {
  color: #232a33;
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
}
.breadcrumb a:hover {
  color: #0d2b8e;
}
.breadcrumb a:after {
  content: "\e5cc";
  font-family: "Material Symbols Outlined";
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1rem;
  width: 1rem;
  height: 1rem;
}
.breadcrumb a:last-child {
  color: #0d2b8e;
}
.breadcrumb a:last-child:after {
  display: none;
}

.bloque-mensajes {
  border-radius: 8px;
  border: 1px solid #dedfdf;
  padding: 1rem;
  background-color: #ffffff;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bloque-mensajes.max-w-medium {
  max-width: 500px;
}
@media only screen and (min-width: 1024px) {
  .bloque-mensajes {
    width: 55%;
    padding: 1.8rem;
  }
}
.bloque-mensajes h1 {
  text-align: center;
}
.bloque-mensajes h3 {
  text-align: center;
}
.bloque-mensajes .c-card-head {
  margin-bottom: 2rem;
}
.bloque-mensajes .c-card-head img {
  height: 20vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.bloque-mensajes .c-card-head .exito-icon {
  height: 13vh;
  width: 13vh;
  background-color: #00cc7d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #ffffff;
}
.bloque-mensajes .c-card-head .exito-icon .material-symbols-outlined {
  font-size: 3rem;
}
.bloque-mensajes .c-card-head .error-icon {
  height: 13vh;
  width: 13vh;
  background-color: #ea6565;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.bloque-mensajes .c-card-head .error-icon:before, .bloque-mensajes .c-card-head .error-icon:after {
  position: absolute;
  display: block;
  background-color: #dedfdf;
  width: 50%;
  height: 2px;
  border-radius: 32px;
  content: "";
}
.bloque-mensajes .c-card-head .error-icon:before {
  transform: rotate(45deg);
}
.bloque-mensajes .c-card-head .error-icon:after {
  transform: rotate(-45deg);
}
.bloque-mensajes .c-card-body h1 {
  margin-bottom: 2rem;
}
.bloque-mensajes .c-card-body h3 {
  margin-bottom: 2rem;
  color: #8197aa;
}
.bloque-mensajes .c-card-body form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.bloque-mensajes .c-card-footer {
  display: flex;
  width: 100%;
}

.modal-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  opacity: 0;
  overflow-y: auto;
  background-color: #ffffff;
}
.modal-content .plasta {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(35, 42, 51, 0.6);
  z-index: 0;
  display: none;
}
@media only screen and (min-width: 768px) {
  .modal-content .plasta {
    display: block;
  }
}
.modal-content .content-info {
  position: relative;
  z-index: 2;
  width: 100%;
  background-color: #ffffff;
  padding: 80px 0;
}
.modal-content .content-info .container {
  min-height: auto;
}
@media only screen and (min-width: 768px) {
  .modal-content .content-info {
    padding: 0;
    height: auto;
    overflow: hidden;
    background-color: transparent;
  }
}
.modal-content .btn-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: #8197aa;
  background-color: transparent;
  box-shadow: none !important;
  border: none !important;
  cursor: pointer;
}
.modal-content .btn-close i {
  font-size: 2.5rem;
}
.modal-content .form-content {
  background-color: #ffffff;
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
}
.modal-content .form-content.form-content-small {
  max-width: 500px;
}
@media only screen and (min-width: 768px) {
  .modal-content .form-content {
    position: relative;
    padding: 2rem;
    max-height: 85vh;
    overflow-y: auto;
    border-radius: 8px;
    border: solid 1px #dedfdf;
  }
  .modal-content .form-content.large-content {
    max-width: 80%;
    padding: 5rem 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .modal-content {
    display: flex;
    background-color: transparent;
    align-items: center;
  }
}

#modal-exito-solicitud {
  display: flex;
  align-items: center;
}
#modal-exito-solicitud.open-exito {
  z-index: 9999;
  opacity: 1;
}

.modal-g-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  overflow-y: auto;
}
.modal-g-fixed .plasta {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(35, 42, 51, 0.6);
  z-index: 0;
}
.modal-g-fixed .content-info-modal-g {
  position: relative;
  z-index: 2;
}

#products {
  padding-top: 15vh;
  padding-bottom: 15vh;
}
@media only screen and (min-width: 1024px) {
  #products {
    padding: 10vh 0;
  }
}

#cursos, .parent-space-g {
  padding-top: 15vh;
  padding-bottom: 10vh;
}
@media only screen and (min-width: 1024px) {
  #cursos, .parent-space-g {
    padding: 10vh 0;
  }
}

.bloque-mis-cursos {
  padding: 90px 0;
}
@media only screen and (min-width: 768px) {
  .bloque-mis-cursos {
    padding: 80px 0;
  }
}

.producto {
  display: flex;
  flex-wrap: wrap;
  padding-top: 15vh;
  padding-bottom: 15vh;
}
@media only screen and (min-width: 1024px) {
  .producto {
    padding: 10vh 0;
  }
}
.producto .c-head {
  width: 100%;
  margin-bottom: 2rem;
}
.producto .c-left {
  width: 100%;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1024px) {
  .producto .c-left {
    width: 60%;
    margin-bottom: 0;
    padding-right: 7%;
  }
}
.producto .c-right {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .producto .c-right {
    width: 40%;
  }
}

#carrito {
  display: flex;
  flex-wrap: wrap;
  padding-top: 15vh;
  padding-bottom: 10vh;
}
@media only screen and (min-width: 1024px) {
  #carrito {
    padding: 10vh 0;
  }
}
#carrito .c-left {
  width: 100%;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1024px) {
  #carrito .c-left {
    width: 70%;
    margin-bottom: 0;
    padding-right: 7%;
  }
}
#carrito .c-right {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  #carrito .c-right {
    width: 30%;
  }
}

.carrito-products {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.carrito-products .block-products {
  border-radius: 8px;
  border: 1px solid #dedfdf;
  padding: 1rem;
  display: flex;
  flex-direction: column;
}
.carrito-products .block-products .item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.carrito-products .block-products .item .divider {
  width: 100%;
  margin: 2rem 0;
}
.carrito-products .block-products .item .image {
  width: 6rem;
  height: 6rem;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1024px) {
  .carrito-products .block-products .item .image {
    margin-bottom: 0;
  }
}
.carrito-products .block-products .item .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.carrito-products .block-products .item .contenido {
  width: 50%;
}
@media only screen and (min-width: 1024px) {
  .carrito-products .block-products .item .contenido {
    width: auto;
  }
}
.carrito-products .block-products .item .contenido h4 {
  margin-bottom: 2rem;
}
.carrito-products .block-products .item .cantidad {
  display: flex;
  flex-direction: column;
  width: 50%;
}
@media only screen and (min-width: 1024px) {
  .carrito-products .block-products .item .cantidad {
    width: auto;
  }
}
.carrito-products .block-products .item .cantidad h4 {
  color: #8197aa;
  margin-bottom: 1rem;
}
.carrito-products .block-products .item .actions {
  width: 50%;
}
@media only screen and (min-width: 1024px) {
  .carrito-products .block-products .item .actions {
    width: auto;
  }
}

.bloque-carrito-resumen {
  position: sticky;
  top: 10vh;
  border-radius: 8px;
  border: 1px solid #dedfdf;
  padding: 1rem;
}
.bloque-carrito-resumen .head-resumen {
  margin-bottom: 2rem;
}
.bloque-carrito-resumen .body-resumen .item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #dedfdf;
}
.bloque-carrito-resumen .body-resumen .item .item-head {
  display: flex;
}
.bloque-carrito-resumen .body-resumen .item .item-head .image {
  width: 5rem;
  height: 5rem;
  margin-right: 1rem;
}
.bloque-carrito-resumen .body-resumen .item .item-head .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bloque-carrito-resumen .body-resumen .subtotal {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.bloque-carrito-resumen .divider {
  margin: 2rem 0;
}
.bloque-carrito-resumen .footer-resumen .total {
  display: flex;
  justify-content: space-between;
}

.pago {
  display: flex;
  flex-wrap: wrap;
  padding-top: 15vh;
  padding-bottom: 10vh;
}
@media only screen and (min-width: 1024px) {
  .pago {
    padding: 10vh 0;
  }
}
.pago .c-left {
  width: 100%;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1024px) {
  .pago .c-left {
    width: 65%;
    margin-bottom: 0;
    padding-right: 5%;
  }
}
.pago .c-right {
  width: 100%;
  order: -1;
  margin-bottom: 5rem;
}
@media only screen and (min-width: 1024px) {
  .pago .c-right {
    width: 35%;
    order: initial;
    margin-bottom: 0;
  }
}

.forma-pago {
  border-radius: 8px;
  border: 1px solid #dedfdf;
  padding: 1rem;
  display: flex;
  flex-direction: column;
}
.forma-pago .head-forma-pago {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}
.forma-pago .head-forma-pago .divider {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.forma-pago .body-forma-pago {
  margin: 2rem 0;
}
.forma-pago .body-forma-pago .input-field-radio {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .forma-pago .body-forma-pago .input-field-radio {
    flex-direction: row;
  }
}
.forma-pago .body-forma-pago form {
  width: 100%;
  flex-direction: column;
  gap: 1.2rem;
  display: none;
  opacity: 0;
}
.forma-pago .body-forma-pago form.active {
  display: flex;
  opacity: 1;
}
.forma-pago .nota {
  color: #8197aa;
  margin-bottom: 2rem;
}
.forma-pago .footer-forma-pago {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media only screen and (min-width: 1024px) {
  .forma-pago .footer-forma-pago {
    flex-direction: row;
  }
}

.compra-status {
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding: 15vh 0;
  justify-content: center;
  z-index: 2;
  position: relative;
}

.int-bolsa-data .data-title-small {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .int-bolsa-data .data-title-small {
    display: none;
  }
}
.int-bolsa-data .data-title-medium {
  display: none;
}
@media only screen and (min-width: 768px) {
  .int-bolsa-data .data-title-medium {
    display: block;
  }
}

.bloque-nueva-oferta {
  padding: 90px 0;
}
@media only screen and (min-width: 768px) {
  .bloque-nueva-oferta {
    padding: 80px 0;
  }
}

.text-boton {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.text-boton h3 {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .text-boton h3 {
    max-width: 40%;
  }
}
@media only screen and (min-width: 768px) {
  .text-boton {
    flex-direction: row;
    justify-content: space-between;
  }
  .text-boton .btn {
    width: auto;
  }
}

.card-content {
  padding: 1rem;
  border-radius: 8px;
  border: solid 1px #dedfdf;
}
@media only screen and (min-width: 768px) {
  .card-content {
    padding: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .card-content.hide-lg {
    display: none;
  }
}

.card-info {
  padding: 1rem;
  border-radius: 8px;
  border: solid 1px #dedfdf;
}
@media only screen and (min-width: 768px) {
  .card-info {
    padding: 2rem;
  }
}
@media only screen and (max-width: 640px) {
  .card-info.not-border-small {
    padding: 0;
    border-radius: 0;
    border: none;
  }
}

.container-list-candidatos {
  width: 100%;
}
@media only screen and (min-width: 1536px) {
  .container-list-candidatos {
    max-width: 80%;
  }
}

.card-info-list {
  padding: 0 1rem;
  border-radius: 8px;
  border: solid 1px #dedfdf;
}

.list-cards-flex {
  display: flex;
  flex-direction: column;
}
.list-cards-flex .card-candidato:not(:last-child), .list-cards-flex .card-empleo-public:not(:last-child) {
  border-bottom: 1px solid #dedfdf;
}

.card-candidato {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem 0;
}
.card-candidato .img-candidato {
  flex-shrink: 0;
  height: 80px;
  width: 80px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) {
  .card-candidato .img-candidato {
    height: 60px;
    width: 60px;
  }
}
.card-candidato .content-title {
  padding: 1rem 0;
}
@media only screen and (min-width: 768px) {
  .card-candidato .content-title {
    width: 30%;
    padding: 0 1rem;
  }
}
.card-candidato .content-info {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .card-candidato .content-info {
    padding: 0 1rem;
    flex: 1;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .card-candidato {
    flex-direction: row;
  }
}

.overflow-scroll {
  width: 100%;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .overflow-scroll {
    overflow-x: scroll;
    padding-bottom: 1rem;
  }
}
.overflow-scroll .container-list-empleos {
  flex-shrink: 0;
}
@media only screen and (min-width: 1280px) {
  .overflow-scroll .container-list-empleos {
    width: 100%;
  }
}

.card-empleo-public {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1rem 0;
}
.card-empleo-public .content-title {
  width: 30%;
  padding: 0 1rem;
}
.card-empleo-public .content-info {
  padding: 0 1rem;
  margin-bottom: 0;
}
.card-empleo-public .button-content {
  display: flex;
  flex: 1;
  width: auto;
  flex-direction: row;
  justify-content: flex-end;
  gap: 1rem;
}
.card-empleo-public .button-content .btn {
  display: inline-flex;
  width: auto;
}

.bloque-dashboard {
  padding: 90px 0;
}
@media only screen and (min-width: 768px) {
  .bloque-dashboard {
    padding: 80px 0;
  }
}

.card-option-dashboard {
  background-color: #0d2b8e;
  color: #ffffff;
  padding: 1.5rem 1.5rem 2rem 1.5rem;
  border-radius: 8px;
}
.card-option-dashboard .header-card {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.card-option-dashboard .icon-card {
  flex-shrink: 0;
  color: #ffffff;
  display: flex;
}

.card-section-dashboard {
  border-radius: 8px;
  border: 1px solid #dedfdf;
  padding: 0.6rem;
}
.card-section-dashboard .img-banner-section {
  height: 150px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (min-width: 768px) {
  .card-section-dashboard .img-banner-section {
    height: 200px;
  }
}
.card-section-dashboard .container-buttons {
  display: flex;
  flex-direction: column;
}
.card-section-dashboard .container-buttons a, .card-section-dashboard .container-buttons button {
  flex: 1;
}
@media only screen and (min-width: 768px) {
  .card-section-dashboard .container-buttons {
    flex-direction: row;
  }
}

.bloque-favoritos {
  padding: 90px 0;
}
@media only screen and (min-width: 768px) {
  .bloque-favoritos {
    padding: 80px 0;
  }
}
.bloque-favoritos .container-buttons {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 2rem;
}
.bloque-favoritos .container-buttons .title-buttons {
  max-width: 600px;
}
@media only screen and (min-width: 768px) {
  .bloque-favoritos .container-buttons {
    flex-direction: row;
    justify-content: space-between;
  }
  .bloque-favoritos .container-buttons .btn {
    width: auto;
  }
}

.int-cursos .data-content-small {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .int-cursos .data-content-small {
    display: none;
  }
}
.int-cursos .data-content-medium {
  display: none;
}
@media only screen and (min-width: 768px) {
  .int-cursos .data-content-medium {
    display: block;
  }
}

.bloque-not-found {
  min-height: 100vh;
  width: 100%;
  background-color: #24adfa;
  display: flex;
  align-items: center;
  position: relative;
}
.bloque-not-found .img-aire {
  position: absolute;
  top: 16%;
  left: 50%;
  width: 30%;
  transform: translateX(-50%);
}
.bloque-not-found .img-aire img {
  width: 100%;
}
.bloque-not-found .title-found,
.bloque-not-found .subtitle-found {
  color: #0d2b8e;
}
.bloque-not-found .container {
  position: relative;
}
.bloque-not-found .img-title-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.bloque-not-found .img-title-container .img-four-one {
  width: 25%;
}
.bloque-not-found .img-title-container .img-four-one img {
  width: 100%;
}
.bloque-not-found .img-title-container .img-camion {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10%;
  width: 44%;
}
.bloque-not-found .img-title-container .img-camion img {
  width: 100%;
}
.bloque-not-found .img-title-container .img-four-two {
  position: absolute;
  right: 0;
  bottom: 0%;
  width: 30%;
}
.bloque-not-found .img-title-container .img-four-two img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .bloque-not-found .img-title-container {
    width: 80%;
    margin: 0 auto;
  }
}
.bloque-not-found .btn-container {
  width: 100%;
  margin-top: 3rem;
}
@media only screen and (min-width: 768px) {
  .bloque-not-found .btn-container {
    display: flex;
    justify-content: center;
  }
  .bloque-not-found .btn-container .btn {
    max-width: 300px;
  }
}

.input-mis-compras {
  max-width: 280px;
  margin-bottom: 2rem;
}/*# sourceMappingURL=main.css.map */</pre></body></html>