.header-home {
  width: 100%;
  display: grid;
  grid-template-columns: 50px auto auto auto 50px;
  grid-template-rows: 30px 83px 2fr auto;
}
@media only screen and (max-width: 768px) {
  .header-home {
    grid-template-rows: 20px 104px auto;
    grid-template-columns: 20px auto auto auto 20px;
    min-height: 100vh;
  }
}
.header-home .top {
  align-self: flex-start;
  display: flex;
  justify-content: space-between;
  grid-column-start: 2;
  grid-column-end: 5;
  grid-row-start: 2;
  width: 100%;
  z-index: 9;
  grid-row-end: 4;
  max-width: 1400px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .header-home .top .logo {
    height: 83px;
    width: 200px;
    background-size: contain;
  }
}
.header-home .top .hamburguer {
  border: 0;
  margin: 10px;
  display: none;
  grid-row-start: 2;
  margin: auto 0;
}
@media only screen and (max-width: 992px) {
  .header-home .top .hamburguer {
    display: inherit;
  }
}
.header-home .top .hamburguer:hover {
  border: 0;
}
.header-home .mascara {
  /* Asegúrate de que la imagen cubra el área */
  transition: background 0.5s ease;
  /* Para suavizar el cambio de fondo */
  background-size: cover;
}
.header-home .mascara {
  background: url(../themes/tesoros-nuevo//assets/images/mask-desktop.svg) no-repeat bottom, linear-gradient(180deg, #2b247b 20.74%, rgba(79, 66, 225, 0.8) 66.08%, #2b247b 97.78%);
  grid-column-start: 1;
  grid-column-end: 6;
  grid-row-start: 1;
  grid-row-end: 4;
}
@media only screen and (max-width: 768px) {
  .header-home .mascara {
    background: url(../themes/tesoros-nuevo//assets/images/mask-m.svg) no-repeat bottom, linear-gradient(180deg, #2b247b 20.74%, rgba(79, 66, 225, 0.8) 66.08%, #2b247b 97.78%);
    width: 100%;
    height: 102%;
  }
}
.header-home .slide {
  transition: background-image 0.5s ease-in-out;
  /* Transición suave */
  background: url(../themes/tesoros-nuevo//assets/images/slide-a.jpg) no-repeat bottom;
  grid-column-start: 1;
  grid-column-end: 6;
  grid-row-start: 1;
  display: flex;
  align-items: flex-end;
  grid-row-end: 4;
  background-size: contain;
}
@media only screen and (max-width: 1200px) {
  .header-home .slide {
    background-size: cover;
  }
}
@media only screen and (max-width: 768px) {
  .header-home .slide {
    background: url(../themes/tesoros-nuevo//assets/images/slidem-a.jpg) no-repeat bottom;
    background-size: cover;
  }
}
.header-home .iscontent {
  grid-row-start: 3;
  grid-column-start: 2;
  z-index: 8;
  grid-column-end: 5;
  padding-bottom: 60px;
  text-align: center;
  display: flex;
  gap: 30px;
  flex-direction: column;
  align-items: center;
  padding: 50px 0 140px;
}
@media only screen and (max-width: 768px) {
  .header-home .iscontent {
    gap: 20px;
    padding: 0;
    justify-content: center;
    margin-bottom: 50px;
  }
}
.header-home .iscontent h1 {
  color: #FFF;
  font-size: 46px;
  line-height: 56px;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .header-home .iscontent h1 {
    font-size: 32px;
    line-height: 36px;
  }
}
.header-home .iscontent p {
  font-size: 26px;
  color: #FFF;
  line-height: 36px;
  margin-bottom: 50px;
  max-width: 720px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .header-home .iscontent p {
    font-size: 20px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .header-home .iscontent p {
    font-size: 16px;
    line-height: 20px;
  }
}
.header-home .iscontent .isbtn {
  border-radius: 10px;
  border: 2px solid #FFF;
  padding: 10px 20px;
  background: #FFF;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #4f42e1;
}
.header-home .iscontent .isbtn:hover {
  background: rgba(79, 66, 225, 0.6);
  color: #FFF;
  border: 2px solid #FFF;
}
@media only screen and (max-width: 768px) {
  .header-home .iscontent .isbtn:hover {
    background: #FFF;
    color: #4f42e1;
  }
}
.header-all {
  width: 100%;
  display: grid;
  grid-template-columns: 50px auto auto auto 50px;
  grid-template-rows: 30px 83px 200px;
  z-index: 999;
}
@media only screen and (max-width: 1200px) {
  .header-all {
    grid-template-rows: 30px 83px 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .header-all {
    grid-template-columns: 20px auto auto auto 20px;
    grid-template-rows: 20px 83px 1fr;
    background: linear-gradient(180deg, #2b247b 20.74%, #4f42e1 97.78%);
  }
}
.header-all .top {
  align-self: flex-start;
  display: flex;
  justify-content: space-between;
  grid-column-start: 2;
  grid-column-end: 5;
  grid-row-start: 2;
  width: 100%;
  z-index: 999999;
  grid-row-end: 4;
  max-width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .header-all .top .logo {
    height: 83px;
    width: 200px;
    background-size: contain;
  }
}
.header-all .top .hamburguer {
  border: 0;
  margin: 10px;
  display: none;
  grid-row-start: 2;
  margin: auto 0;
}
@media only screen and (max-width: 992px) {
  .header-all .top .hamburguer {
    display: inherit;
  }
}
.header-all .top .hamburguer:hover {
  border: 0;
}
.header-all .mascara {
  background: url(../themes/tesoros-nuevo//assets/images/mask-desktop-2.svg) no-repeat bottom;
  grid-column-start: 1;
  grid-column-end: 6;
  grid-row-start: 1;
  grid-row-end: 4;
  background-size: cover;
}
@media only screen and (max-width: 1200px) {
  .header-all .mascara {
    background-size: cover;
  }
}
@media only screen and (max-width: 768px) {
  .header-all .mascara {
    background: url(../themes/tesoros-nuevo//assets/images/mask-m.svg) no-repeat bottom;
    width: 100%;
    height: 101%;
  }
}
.header-all .slide {
  background: url(../themes/tesoros-nuevo//assets/images/slide-a.jpg) no-repeat bottom;
  grid-column-start: 1;
  grid-column-end: 6;
  grid-row-start: 1;
  display: flex;
  align-items: flex-end;
  grid-row-end: 4;
  background-size: contain;
}
@media only screen and (max-width: 1200px) {
  .header-all .slide {
    background-size: cover;
  }
}
@media only screen and (max-width: 768px) {
  .header-all .slide {
    background: url(../themes/tesoros-nuevo//assets/images/slidem-a.jpg) no-repeat bottom;
    background-size: cover;
  }
}
.header-all .iscontent {
  grid-row-start: 3;
  grid-column-start: 2;
  z-index: 9;
  grid-column-end: 5;
  text-align: center;
  display: flex;
  gap: 30px;
  flex-direction: column;
  align-items: center;
  padding: 10px 0 100px;
}
@media only screen and (max-width: 768px) {
  .header-all .iscontent {
    gap: 30px;
    padding: 10px 0 60px;
  }
}
.header-all .iscontent h1 {
  color: #FFF;
  font-size: 46px;
  line-height: 56px;
  margin: 0;
  text-transform: capitalize;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .header-all .iscontent h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
.header-all .iscontent p {
  font-size: 26px;
  color: #FFF;
  line-height: 36px;
  margin-bottom: 50px;
  max-width: 720px;
  margin: 0 auto;
}
.header-all .iscontent .isbtn {
  border-radius: 10px;
  border: 2px solid #FFF;
  padding: 10px 20px;
  background: #FFF;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #4f42e1;
}
.header-all .iscontent .isbtn:hover {
  background: #FFF;
  color: #4f42e1;
  border: 2px solid #FFF;
}
.bg-header-all {
  max-width: 1440px;
  width: 100%;
  position: absolute;
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 1;
  grid-column-end: 6;
  background: #4F42E1;
  top: 0;
  height: 150px;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .bg-header-all {
    position: inherit;
    grid-row-end: 4;
    background: linear-gradient(180deg, #2b247b 20.74%, #4f42e1 97.78%);
  }
}
main .wrap {
  position: relative;
}
.top {
  /* Estilos para el dropdown */
}
.top nav {
  gap: 30px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .top nav {
    display: inherit;
    flex-direction: column;
    width: 100%;
    position: fixed;
    background: #4f42e1;
    left: 1000px;
    top: 0;
    height: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 100px 40px 40px;
    background: linear-gradient(180deg, #4f42e0 20.74%, #2b247c 97.78%);
  }
}
.top nav a {
  color: #FFF;
  text-decoration: none;
  font-size: 22px;
  font-weight: 500;
  padding: 5px 0;
  border-bottom: 3px solid transparent;
}
.top nav a::after {
  content: "";
  display: block;
  width: 0px;
  height: 3px;
  background: #FFF;
  position: absolute;
  transition: all 0.1s ease;
}
.top nav a:hover::after {
  width: 48px;
  transition: all 0.1s ease;
}
.top nav a.active {
  position: relative;
}
.top nav a.active::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  background: #FFF;
  position: absolute;
}
.top nav a.no-underline {
  border-bottom: none;
}
.top nav a.no-underline::after {
  display: none;
}
.top nav .isbtn {
  border-radius: 10px;
  border: 2px solid #FFF;
  padding: 10px 20px;
}
.top nav .isbtn:hover {
  background: #FFF;
  color: #4f42e1;
  border: 2px solid #FFF;
}
.top nav .separator {
  display: inline-block;
  width: 1px;
  height: 20px;
  background-color: #FFF;
  height: 40px;
  margin: 0 10px;
  vertical-align: middle;
}
.top nav .user-name {
  background-color: #FFF;
  color: #4f42e1;
  padding: 5px 14px;
  border-radius: 20px;
  text-decoration: none;
  min-width: fit-content;
}
.top nav .user-menu-container {
  position: relative;
  display: inline-block;
}
.top .dropdown-menu {
  display: none;
  position: absolute;
  top: 140%;
  left: 16%;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  min-width: 150px;
  padding: 10px 0;
  z-index: 10;
}
.top .dropdown-menu a {
  display: block;
  color: #333;
  padding: 8px 12px;
  text-decoration: none;
}
.top .dropdown-menu a:hover {
  background-color: #f0f0f0;
}
.top.mobile .hamburguer {
  z-index: 999;
  background: url(../themes/tesoros-nuevo//assets/images/close-m.svg) no-repeat;
  background-size: 18px;
  background-position: center;
}
.top.mobile nav {
  left: 0;
  background: linear-gradient(180deg, #4f42e0 20.74%, #2b247c 97.78%);
  transition: all 0.3s ease;
}
.top.mobile .isbtn {
  width: 100%;
  text-align: center;
  margin: auto auto 0;
}
footer {
  width: 100%;
  height: 300px;
  background-size: 100%;
  display: flex;
  flex-direction: column;
}
footer .header {
  height: 76px;
  background-image: url(../themes/tesoros-nuevo//assets/images/footer.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 480px) {
  footer .header {
    background-image: url(../themes/tesoros-nuevo//assets/images/footer-b.svg);
    background-position: bottom center;
  }
}
footer .header:after {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  background: #EBEDF2;
  z-index: 8;
  bottom: 0;
}
footer .header:after .mobile {
  display: none;
}
footer .content {
  background: #EBEDF2;
  height: 300px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  footer .content {
    padding: 0 20px 20px;
  }
}
footer .content p {
  margin: 0;
  text-align: center;
}
footer .content .social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.ico-arrowdown {
  width: 14px;
  height: 8px;
  background: url(../themes/tesoros-nuevo//assets/images/downarrow.svg) no-repeat;
  display: block;
}
.trash {
  width: 26px;
  height: 26px;
  background: url(../themes/tesoros-nuevo//assets/images/trash.png) no-repeat;
  display: block;
}
.logo {
  width: 252px;
  height: 104px;
  background: url(../themes/tesoros-nuevo//assets/images/logo.png) no-repeat;
  display: block;
}
.como-a,
.como-b,
.como-c,
.como-d,
.como-e,
.como-f {
  min-width: 64px;
  min-height: 64px;
  display: block;
  background-size: contain;
}
.como-a {
  background: url(../themes/tesoros-nuevo//assets/images/como-a.png) no-repeat;
}
.como-b {
  background: url(../themes/tesoros-nuevo//assets/images/como-b.png) no-repeat;
}
.como-c {
  background: url(../themes/tesoros-nuevo//assets/images/como-c.png) no-repeat;
}
.como-d {
  background: url(../themes/tesoros-nuevo//assets/images/como-d.png) no-repeat;
}
.como-e {
  background: url(../themes/tesoros-nuevo//assets/images/como-e.png) no-repeat;
}
.como-f {
  background: url(../themes/tesoros-nuevo//assets/images/como-f.png) no-repeat;
}
.twitter,
.facebook,
.instagram {
  width: 40px;
  height: 40px;
  display: block;
}
.twitter {
  background: url(../themes/tesoros-nuevo//assets/images/twitter.png) no-repeat;
}
.facebook {
  background: url(../themes/tesoros-nuevo//assets/images/facebook.png) no-repeat;
}
.instagram {
  background: url(../themes/tesoros-nuevo//assets/images/instagram.png) no-repeat;
}
.hammer {
  background: url(../themes/tesoros-nuevo//assets/images/hammer.png) no-repeat;
  width: 38px;
  height: 38px;
  display: block;
}
.share {
  background: url(../themes/tesoros-nuevo//assets/images/social.png) no-repeat;
  width: 25px;
  height: 25px;
  display: block;
}
.search {
  background: url(../themes/tesoros-nuevo//assets/images/search.png) no-repeat;
  width: 25px;
  height: 25px;
  display: block;
}
.hearth {
  background: url(../themes/tesoros-nuevo//assets/images/hearth.png) no-repeat;
  width: 23px;
  height: 21px;
  display: block;
}
.quienes-a {
  background: url(../themes/tesoros-nuevo//assets/images/quienes-a.png) no-repeat;
  min-width: 160px;
  min-height: 192px;
  display: block;
}
.quienes-b {
  background: url(../themes/tesoros-nuevo//assets/images/quienes-b.png) no-repeat;
  min-width: 167px;
  min-height: 203px;
  display: block;
}
.quienes-c {
  background: url(../themes/tesoros-nuevo//assets/images/quienes-c.png) no-repeat;
  min-width: 258px;
  min-height: 204px;
  display: block;
}
.hamburguer {
  background: url(../themes/tesoros-nuevo//assets/images/menu.png) no-repeat;
  width: 40px;
  height: 40px;
  display: block;
  background-position: 6px;
  border-radius: 3px;
}
.circlearrowdown {
  width: 48px;
  height: 48px;
  background: url(../themes/tesoros-nuevo//assets/images/arrowdown.png) no-repeat;
  display: block;
}
.pen {
  width: 32px;
  height: 32px;
  background: url(../themes/tesoros-nuevo//assets/images/pen.svg) no-repeat;
  display: block;
}
.isup {
  width: 24px;
  height: 24px;
  background: url(../themes/tesoros-nuevo//assets/images/upload.svg) no-repeat;
  display: block;
}
.ico-user {
  width: 13px !important;
  height: 16px !important;
  background: url(../themes/tesoros-nuevo//assets/images/ico-user.svg) no-repeat;
  display: block;
}
.ico-dorso {
  width: 13px !important;
  height: 16px !important;
  background: url(../themes/tesoros-nuevo//assets/images/ico-dorso.svg) no-repeat;
  display: block;
}
* {
  font-family: "Nunito", sans-serif;
}
body {
  background-color: #F4F6FA;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr auto;
  flex-direction: column;
  height: 100vh;
}
body header {
  grid-row: 1;
}
body main {
  grid-row: 2;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
body footer {
  grid-row: 3;
}
.wrap {
  max-width: 1440px;
  margin: 0 auto;
}
* {
  box-sizing: border-box;
}
.question {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  margin: 150px auto;
  max-width: 1095px;
  gap: 30px;
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  .question {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    max-width: 520px;
    margin: 20px auto;
    gap: 20px;
  }
}
.question .isbox {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border: 1px solid #E9EBF1;
  background: #FFF;
  border-radius: 10px;
  padding: 20px;
  align-items: center;
  box-shadow: 1px 4px 20px 0px rgba(0, 0, 0, 0.05);
  position: relative;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .question .isbox {
    cursor: pointer;
    padding: 15px;
    height: 86px;
  }
}
@media only screen and (max-width: 768px) {
  .question .isbox.activate {
    height: auto;
  }
  .question .isbox.activate .como-a,
  .question .isbox.activate .como-b,
  .question .isbox.activate .como-c,
  .question .isbox.activate .como-d,
  .question .isbox.activate .como-e,
  .question .isbox.activate .como-f,
  .question .isbox.activate .iscontent {
    display: inherit;
    flex-direction: column;
  }
  .question .isbox.activate h2::after {
    content: "-";
  }
}
.question .isbox h2,
.question .isbox p {
  margin: 0;
  text-align: center;
}
.question .isbox p {
  color: #444853;
  text-align: center;
  font-family: Nunito;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.question .isbox h2 {
  max-width: 230px;
  color: #444853;
  text-align: center;
  font-family: Nunito;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .question .isbox h2 {
    order: -1;
    max-width: 100%;
    width: 100%;
    align-self: flex-start;
    text-align: left;
    padding-right: 20px;
  }
  .question .isbox h2::after {
    content: "+";
    position: absolute;
    right: 0;
    font-size: 22px;
    top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .question .isbox .como-a,
  .question .isbox .como-b,
  .question .isbox .como-c,
  .question .isbox .como-d,
  .question .isbox .como-e,
  .question .isbox .como-f,
  .question .isbox .iscontent {
    display: none;
  }
}
.question .isbox .plus {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 26px;
  font-weight: bold;
}
.quienes {
  display: flex;
  flex-direction: column;
  gap: 50px;
  max-width: 1100px;
  margin: 50px auto 100px;
}
.quienes .isrow {
  display: flex;
  gap: 80px;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
}
@media only screen and (max-width: 768px) {
  .quienes .isrow {
    flex-direction: column;
    gap: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .quienes .isrow.reverse {
    flex-direction: column-reverse;
  }
}
.quienes .isrow p {
  margin: 0;
  max-width: 650px;
}
.subastas {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  margin: 80px auto;
  max-width: 1095px;
  justify-content: space-between;
  gap: 30px;
  padding: 20px;
}
@media only screen and (max-width: 992px) {
  .subastas {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .subastas {
    grid-template-columns: 1fr 1fr;
    margin: 50px auto;
  }
}
@media only screen and (max-width: 480px) {
  .subastas {
    grid-template-columns: 1fr;
  }
}
.subastas .item {
  display: grid;
  grid-template-areas: "top top" "bottom-a bottom-b";
  grid-template-columns: auto auto;
  grid-template-rows: 207px 80px 99px;
  width: 100%;
  border-radius: 9px;
  border: 1px solid #E9EBF1;
  background: #FFF;
  box-shadow: 1px 4px 20px 0px rgba(0, 0, 0, 0.05);
}
.subastas .item .isimage {
  width: 100%;
  grid-area: top;
  overflow: hidden;
  position: relative;
}
.subastas .item .isimage img {
  width: 100%;
  object-fit: contain;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}
.subastas .item .isimage .degradado {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(43, 36, 123, 0) 0%, #2b247b 100%);
  pointer-events: none;
}
.subastas .item .share {
  grid-area: top;
  margin: auto 12px 12px;
  z-index: 1;
}
.subastas .item .hearth {
  grid-area: top;
  margin: auto 12px 12px auto;
  z-index: 1;
}
.subastas .item .istitle {
  grid-row-start: 2;
  grid-row-end: 3;
  grid-column-start: 1;
  grid-column-end: 3;
  color: #4f42e1;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: auto;
  padding: 20px;
  text-decoration: none;
}
.subastas .item .istitle:hover {
  text-decoration: underline;
}
.subastas .item .price,
.subastas .item .start {
  display: flex;
  flex-direction: column;
  color: #444853;
  font-family: Nunito;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 0 0 20px;
  grid-row-start: 3;
  margin-top: auto;
}
.subastas .item .price {
  grid-column-start: 1;
  grid-column-end: 2;
  padding-left: 20px;
}
.subastas .item .start {
  grid-column-start: 2;
  grid-column-end: 3;
  padding-right: 20px;
  margin-left: auto;
  text-align: right;
}
@media only screen and (max-width: 480px) {
  .subastas {
    padding: 15px;
  }
  .subastas .item {
    grid-template-areas: "left right";
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 3fr;
    gap: 5px 15px;
    background: transparent;
    border: 0;
    box-shadow: none;
    border-bottom: 1px solid #CCC;
    padding-bottom: 30px;
    border-radius: 0;
  }
  .subastas .item:last-child {
    border: 0;
  }
  .subastas .item .isimage {
    grid-row-start: 1;
    grid-row-end: 5;
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .subastas .item .isimage .degradado {
    display: none;
  }
  .subastas .item .isimage img {
    border-radius: 0;
    min-width: 100%;
    aspect-ratio: 1;
    object-fit: fill;
    border-radius: 50%;
  }
  .subastas .item .share,
  .subastas .item .hearth,
  .subastas .item .istitle,
  .subastas .item .price,
  .subastas .item .start {
    grid-area: right;
  }
  .subastas .item .istitle {
    margin: 0;
    text-align: left;
    grid-row-start: 1;
    padding: 0;
  }
  .subastas .item .price,
  .subastas .item .start {
    flex-direction: row;
    padding: 0;
    gap: 5px;
    min-width: max-content;
    align-items: center;
  }
  .subastas .item .price {
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .subastas .item .price span:last-of-type {
    font-size: 20px;
  }
  .subastas .item .start {
    grid-row-start: 3;
    grid-row-end: 4;
    text-align: left;
    margin: 0;
  }
  .subastas .item .share,
  .subastas .item .hearth {
    grid-row-start: 4;
    grid-row-end: 5;
    filter: brightness(0) saturate(100%) invert(20%) sepia(85%) saturate(3151%) hue-rotate(242deg) brightness(91%) contrast(93%);
  }
  .subastas .item .hearth {
    margin: 7px 0px 0px 40px;
  }
  .subastas .item .share {
    margin: 5px 0 0 0;
  }
}
.filter {
  max-width: 1095px;
  width: 100%;
  display: flex;
  gap: 15px;
  margin: 100px auto 0;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  .filter {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .filter {
    flex-direction: column;
    margin: 30px auto 0;
  }
}
.filter .dropdown {
  min-width: 200px;
  display: flex;
  height: 56px;
}
@media only screen and (max-width: 768px) {
  .filter .dropdown {
    min-width: 100%;
  }
}
.filter .dropdown button {
  border: 1px solid #4f42e1 !important;
  background: #FFF;
}
.filter .wrap-buscar {
  display: flex;
  gap: 15px;
  width: 100%;
}
.filter input.buscar {
  flex-grow: 1;
  height: 56px;
  padding: 10px 15px;
  border: 1px solid #4f42e1;
  border-radius: 6px;
  font-size: 20px;
  color: #444853;
  font-style: italic;
  font-weight: 300;
  outline: 0;
  width: 100%;
}
.filter input.buscar::placeholder {
  font-size: 20px;
  color: #444853;
  font-style: italic;
  font-weight: 300;
}
.filter .btn-buscar {
  background: #4f42e1;
  color: #FFF;
  padding: 0 20px;
  font-size: 22px;
  font-weight: bold;
  height: 56px;
  line-height: 56px;
  border-radius: 6px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 2px solid #4f42e1;
}
@media only screen and (max-width: 768px) {
  .filter .btn-buscar {
    padding: 0 15px;
  }
  .filter .btn-buscar .istxt {
    display: none;
  }
}
.filter .btn-buscar:hover {
  color: #4f42e1;
  background: #FFF;
  border: 2px solid #4f42e1;
}
.filter .btn-buscar:hover .search {
  filter: brightness(0) saturate(100%) invert(23%) sepia(66%) saturate(3285%) hue-rotate(239deg) brightness(89%) contrast(98%);
}
.detail {
  max-width: 1070px;
  margin: 70px auto;
  gap: 30px;
  /* Sin espaciado entre filas y columnas */
  z-index: 9;
  position: relative;
  display: grid;
  grid-template-areas: "showpics title" "showpics description" "showpics prices" "showpics btns" "showpics historial" "showpics isquestion";
  grid-template-columns: 530px 510px;
  align-items: start;
}
@media only screen and (max-width: 1200px) {
  .detail {
    grid-template-columns: 530px 1fr;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 992px) {
  .detail {
    grid-template-areas: "timeout" "title" "showpics" "description" "prices" "btns" "lastxt" "historial" "isquestion";
    grid-template-columns: 1fr;
    padding: 0 20px;
    margin: 0 auto;
    gap: 20px;
  }
}
.detail h1,
.detail p {
  margin: 0;
}
.timeout {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  /* detrás de título y descripción */
}
.detail .showpics {
  min-width: 100%;
  grid-area: showpics;
}
.detail .showpics img {
  border-radius: 10px !important;
}
@media only screen and (max-width: 480px) {
  .detail .showpics {
    margin: auto;
    width: 100%;
    min-width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .detail .title,
  .detail .prices,
  .detail .btns,
  .detail .lastxt,
  .detail .isquestion {
    text-align: center;
  }
}
.detail .title {
  grid-area: title;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
}
.detail .description {
  grid-area: description;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
}
.detail .prices {
  grid-area: prices;
  margin: 0;
  padding: 0;
}
.detail .btns {
  grid-area: btns;
  margin: 0;
  padding: 0;
}
.detail .lastxt {
  grid-area: lastxt;
  margin: 0;
  padding: 0;
}
.detail .isquestion {
  grid-area: isquestion;
  margin: 0;
  padding: 0;
}
.detail .historial {
  grid-area: historial;
}
.detail .title {
  font-size: 46px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .detail .title {
    font-size: 36px;
  }
}
.detail * {
  outline: 0;
}
.detail .description {
  font-size: 22px;
}
.detail .prices {
  display: flex;
  gap: 30px;
  background: #FFF;
  border-radius: 10px;
  justify-content: space-around;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 480px) {
  .detail .prices {
    background: #fff;
    font-size: 16px;
    gap: 10px;
  }
}
.detail .prices .start,
.detail .prices .end {
  display: flex;
  flex-direction: column;
  gap: 0;
  text-align: center;
  width: max-content;
  flex-grow: 1;
}
.detail .prices .start {
  position: relative;
}
.detail .prices .start::after {
  border-right: 1px solid #CCC;
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  right: -20px;
}
@media only screen and (max-width: 768px) {
  .detail .prices .start::after {
    right: -10px;
  }
}
.detail .btns {
  display: flex;
  gap: 30px;
}
@media only screen and (max-width: 768px) {
  .detail .btns {
    flex-direction: column;
    width: 100%;
    gap: 20px;
  }
}
.detail .btns .btn-buynow {
  border-radius: 10px;
  background: #12d490;
  padding: 15px;
  color: #FFF;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 20px;
  flex-grow: 1;
  width: 50%;
  font-weight: bold;
  border: 2px solid #12d490;
}
.detail .btns .btn-buynow:hover {
  background-color: #FFF;
  color: #12d490;
  border: 2px solid #12d490;
}
@media only screen and (max-width: 768px) {
  .detail .btns .btn-buynow {
    width: 100%;
  }
  .detail .btns .btn-buynow:hover {
    background-color: #12d490;
    color: #FFF;
    border: 2px solid #FFF;
  }
}
.detail .btns .btn-offer {
  border-radius: 10px;
  background: #4f42e1;
  padding: 15px;
  color: #FFF;
  text-decoration: none;
  display: flex;
  gap: 10px;
  align-items: center;
  text-align: center;
  font-size: 30px;
  flex-grow: 1;
  justify-content: center;
  width: 50%;
  font-weight: bold;
  border: 2px solid #4f42e1;
}
.detail .btns .btn-offer:hover {
  background: #FFF;
  color: #4f42e1;
  border: 2px solid #4f42e1;
}
.detail .btns .btn-offer:hover .hammer {
  filter: brightness(0) saturate(100%) invert(27%) sepia(99%) saturate(1544%) hue-rotate(232deg) brightness(86%) contrast(108%);
}
@media only screen and (max-width: 768px) {
  .detail .btns .btn-offer {
    width: 100%;
  }
  .detail .btns .btn-offer:hover {
    background-color: #4f42e1;
    color: #FFF;
    border: 2px solid #4f42e1;
  }
  .detail .btns .btn-offer:hover .hammer {
    filter: none;
  }
}
.detail .lastxt {
  font-size: 36px;
  font-weight: bold;
}
.detail .isquestion {
  font-size: 20px;
  color: #4f42e1;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.detail .isquestion:hover {
  text-decoration: underline;
}
.detail .historial {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media only screen and (max-width: 768px) {
  .detail .historial {
    gap: 10px;
  }
}
.detail .historial h3 {
  font-size: 36px;
  font-weight: bold;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .detail .historial h3 {
    font-size: 28px;
  }
}
.detail .historial .isrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background: #FFF;
  border-radius: 10px;
}
.detail .historial .isrow p {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}
.detail .timeout {
  width: 357px;
  height: 357px;
  background: #FFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -245px;
  right: -53px;
  z-index: 1;
  color: #f85c4e;
  font-weight: bold;
  font-size: 22px;
  flex-direction: column;
  text-align: left;
}
.detail .timeout span {
  max-width: 195px;
  min-width: 195px;
}
@media only screen and (max-width: 1200px) {
  .detail .timeout {
    right: 0px;
  }
}
@media only screen and (max-width: 992px) {
  .detail .timeout {
    background: none;
    position: relative;
    grid-area: timeout;
    width: auto;
    height: auto;
    top: 0;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    position: sticky;
    z-index: 999;
    background: #F4F6FA;
    border-radius: 0;
    padding: 10px 0 10px;
  }
  .detail .timeout span {
    min-width: auto;
    max-width: inherit;
  }
}
@media only screen and (max-width: 480px) {
  .detail .timeout {
    font-size: 18px;
  }
}
.wrap-cart {
  background: #FFF;
  border-radius: 10px;
  max-width: 770px;
  margin: 60px auto 30px;
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  .wrap-cart {
    padding: 15px;
    border-radius: 0;
    background: #F4F6FA;
    margin-bottom: 10px;
    margin-top: 20px;
  }
}
.iscart {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .iscart {
    gap: 15px 0;
    padding: 0;
  }
}
.iscart .line {
  min-width: 100%;
  height: 1px;
  border-bottom: 1px solid #F4F6FA;
  grid-column-start: 1;
  grid-column-end: 5;
}
.iscart .line:last-of-type {
  display: none;
}
@media only screen and (max-width: 768px) {
  .iscart .line:last-of-type {
    display: inherit;
  }
}
@media only screen and (max-width: 768px) {
  .iscart .line {
    border-color: #CCC;
  }
}
.iscart .istitles {
  display: contents;
}
@media only screen and (max-width: 768px) {
  .iscart .istitles {
    display: flex;
  }
  .iscart .istitles .price {
    display: none;
  }
  .iscart .istitles .action {
    display: none;
  }
}
.iscart .istitles .islabel {
  font-size: 20px;
  font-weight: bold;
}
.iscart .istitles .price .islabel {
  margin: 0 10px;
}
.iscart .isitem {
  display: contents;
}
@media only screen and (max-width: 768px) {
  .iscart .isitem {
    display: grid;
    grid-template-columns: 60px 1fr;
    grid-template-areas: "producto producto" ". price" ". action";
    gap: 5px 0;
  }
  .iscart .isitem .producto {
    grid-area: producto;
  }
  .iscart .isitem .producto img {
    max-width: 60px;
  }
  .iscart .isitem .price {
    grid-area: price;
  }
  .iscart .isitem .action {
    grid-area: action;
    margin-left: 10px;
    gap: 10px;
  }
}
.iscart .isitem .producto {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media only screen and (max-width: 768px) {
  .iscart .isitem .producto {
    gap: 8px;
  }
}
.iscart .isitem .producto img {
  aspect-ratio: 1;
  border-radius: 50%;
}
.iscart .isitem .producto p {
  margin: 0;
  font-size: 20px;
  color: #4f42e1;
  font-weight: bold;
  line-height: 28px;
}
@media only screen and (max-width: 480px) {
  .iscart .isitem .producto p {
    font-size: 18px;
    line-height: 26px;
  }
}
.iscart .isitem .producto span {
  font-size: 14px;
}
.iscart .isitem .price span {
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .iscart .isitem .price span {
    margin: 0 10px;
  }
}
.iscart .isitem .action {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .iscart .isitem .action {
    gap: 10px;
  }
}
.iscart .isitem .action .trash:hover {
  cursor: pointer;
}
.iscart .isitem .moreoless {
  display: flex;
  gap: 0;
}
.iscart .isitem .moreoless input {
  width: 48px;
  height: 48px;
  text-align: center;
  outline: 0;
  border: 0;
  font-weight: 600;
  background: #FFF;
  cursor: pointer;
}
.iscart .isitem .moreoless input:nth-child(1) {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  color: #4f42e1;
  font-weight: bold;
  font-size: 28px;
}
.iscart .isitem .moreoless input:nth-child(2) {
  min-width: 20px;
  font-size: 20px;
}
.iscart .isitem .moreoless input:nth-child(3) {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  color: #4f42e1;
  font-weight: bold;
  font-size: 28px;
}
.iscart .isitem .moreoless input[type=button]:hover {
  background: #f2f2f2;
}
.controls {
  max-width: 770px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .controls {
    padding: 0 20px;
    margin: 0 auto 60px;
    flex-direction: column-reverse;
    gap: 20px;
  }
}
.controls .btn-buy {
  background: #12d490;
  color: #FFF;
  text-decoration: none;
  padding: 16px 30px;
  border-radius: 10px;
  font-size: 20px;
  border: 2px solid #12d490;
}
@media only screen and (max-width: 768px) {
  .controls .btn-buy {
    padding: 20px 15px;
  }
}
.controls .btn-buy:hover {
  background: #FFF;
  color: #12d490;
}
.controls .next {
  font-size: 20px;
  color: #4f42e1;
  text-decoration: none;
}
.controls .next:hover {
  text-decoration: underline;
}
.preguntar {
  max-width: 1070px;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1200px) {
  .preguntar {
    padding: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .preguntar {
    padding: 20px;
    margin-bottom: 0;
  }
}
.preguntar h4 {
  font-size: 36px;
  line-height: 42px;
  margin: 0 0 30px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .preguntar h4 {
    font-size: 26px;
    margin-bottom: 10px;
  }
}
.preguntar .isrow {
  display: flex;
  gap: 30px;
}
@media only screen and (max-width: 768px) {
  .preguntar .isrow {
    flex-direction: column;
    gap: 20px;
  }
}
.preguntar .isrow input {
  flex-grow: 1;
  height: 56px;
  padding: 10px;
  font-size: 20px;
  outline: 0;
  border-radius: 6px;
  border: 2px solid #4f42e1;
  width: 100%;
}
.preguntar .isrow a {
  background-color: #4f42e1;
  color: #fff;
  font-weight: bold;
  border-radius: 6px;
  padding: 8px 20px;
  font-size: 18px;
  text-decoration: none;
  line-height: 36px;
  border: 2px solid #4f42e1;
}
.preguntar .isrow a:hover {
  background: #FFF;
  color: #4f42e1;
}
@media only screen and (max-width: 768px) {
  .preguntar .isrow a {
    align-self: flex-end;
  }
}
.wrap-comments {
  max-width: 1040px;
  margin: 0 auto;
}
.comments {
  margin: 60px 0 0;
}
.comments .more {
  display: flex;
  gap: 5px;
  align-items: center;
  text-decoration: none;
  color: #4f42e1;
}
.comments .isquestion {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media only screen and (max-width: 992px) {
  .comments {
    margin: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .comments {
    margin: 20px;
  }
}
.comments .isuser {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: normal;
}
.comments .isuser .ico-user {
  background: #FFF;
  border-radius: 50%;
  min-width: 40px;
  min-height: 40px;
  background: #ffffff url(../themes/tesoros-nuevo//assets/images/ico-user.svg) no-repeat;
  background-size: contain;
  background-position: center;
  background-size: 20px;
}
.comments h4 {
  font-size: 36px;
  line-height: 42px;
  margin: 0 0 30px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .comments h4 {
    font-size: 26px;
  }
}
.comments p {
  font-size: 28px;
  font-weight: bold;
  line-height: 36px;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .comments p {
    font-size: 20px;
    line-height: 28px;
  }
}
.comments .answer {
  color: #b1b1b1;
  margin-bottom: 30px;
  margin-left: 88px;
  margin-top: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.comments .answer .isuser {
  font-weight: normal;
}
.comments .answer .isuser .ico-user {
  opacity: 0.5;
}
.comments .answer p {
  font-weight: normal;
}
.comments .answer::after {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #b1b1b1;
  position: absolute;
  left: -65px;
  top: 17px;
}
.comments .answer::before {
  content: "";
  width: 2px;
  height: 40px;
  background-color: #b1b1b1;
  position: absolute;
  left: -65px;
  top: -22px;
}
@media only screen and (max-width: 768px) {
  .comments .answer {
    margin: 0 0 20px;
  }
  .comments .answer::after {
    display: none;
  }
  .comments .answer::before {
    display: none;
  }
}
.header-white {
  height: 76px;
  background-image: url(../themes/tesoros-nuevo//assets/images/divider.svg);
  background-repeat: no-repeat;
  background-color: #F4F6FA;
  background-position: bottom;
  background-size: 100%;
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 480px) {
  .header-white {
    background-image: url(../themes/tesoros-nuevo//assets/images/divider-b.svg);
  }
}
.bg-white {
  background-color: #FFFFFF;
}
.bg-white .wrap h3 {
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  padding: 0 20px;
  margin: 30px 0 50px 0;
  font-weight: bold;
}
.bg-white .wrap .subastas {
  margin: 0 auto;
}
.isboxmsg {
  border: 2px solid #000;
  padding: 20px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
  position: relative;
}
.isboxmsg.iswarning {
  border: 2px solid #f8bc4e;
}
.isboxmsg.iswarning p,
.isboxmsg.iswarning h2 {
  color: #f8bc4e;
}
.isboxmsg.iswarning a {
  background: #f8bc4e;
  color: #FFF;
}
.isboxmsg.isok {
  border: 2px solid #12d490;
}
.isboxmsg.isok p,
.isboxmsg.isok h2 {
  color: #12d490;
}
.isboxmsg.isok a {
  background: #12d490;
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  .isboxmsg {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 0;
  }
}
.isboxmsg .closebtn {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  display: block;
  background: #CCC;
  cursor: pointer;
  background: url(../themes/tesoros-nuevo//assets/images/close.svg) no-repeat;
}
.isboxmsg h2 {
  font-size: 36px;
  font-weight: bolder;
}
.isboxmsg p {
  font-size: 22px;
  line-height: 30px;
}
.isboxmsg a {
  padding: 1px;
  border-radius: 10px;
  padding: 10px 30px;
  font-size: 20px;
  min-width: 200px;
}
.page-modals {
  background: #000;
}
.page-modals header,
.page-modals footer {
  display: none;
}
.wrap-register {
  display: none;
}
.modal-login {
  max-width: 580px;
  width: 100%;
  background: #F4F6FA;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.modal-login .header-login {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: flex;
  justify-content: center;
  gap: 40px;
  align-items: center;
  background-image: url(../themes/tesoros-nuevo//assets/images/bg-modal-reverse.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-color: #FFF;
  background-size: contain;
  padding: 150px 40px 100px;
  min-height: 220px;
}
@media only screen and (max-width: 768px) {
  .modal-login .header-login {
    flex-direction: column;
    padding: 40px 0px;
    gap: 20px;
  }
}
.modal-login .header-login a {
  font-size: 18px;
  font-weight: bold;
  color: #4f42e1;
  text-decoration: none;
  padding: 15px 25px;
  border-radius: 50px;
}
.modal-login .header-login a:hover {
  text-decoration: underline;
}
.modal-login .header-login .active {
  background: #4f42e1;
  color: #FFF;
  text-align: center;
  padding: 15px 25px;
  border-radius: 50px;
}
.modal-login .form-login {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 0 40px;
}
.modal-login .form-login .isrow {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.modal-login .form-login .isrow.isalert input {
  border-color: #FF3A28;
  color: #FF3A28;
}
.modal-login .form-login .isrow label {
  font-size: 16px;
  font-weight: bold;
  color: #444853;
}
.modal-login .form-login .isrow label span {
  font-size: 12px;
}
.modal-login .form-login .isrow .iserror {
  color: #FF0000;
  font-size: small;
  text-align: right;
}
.modal-login .form-login .isrow input {
  border-radius: 6px;
  border: 1px solid #4f42e1;
  outline: none;
  padding: 10px;
  height: 56px;
  font-size: 22px;
}
.modal-login .form-login .isrow .btn {
  background: #FFF;
  display: flex;
  align-items: center;
  gap: 10px;
  height: 56px;
  color: #4f42e1;
}
.modal-login .form-login .isrow .btn span {
  filter: brightness(0) saturate(100%) invert(17%) sepia(61%) saturate(4343%) hue-rotate(244deg) brightness(104%) contrast(91%);
  width: 22px !important;
  height: 26px !important;
  background-size: contain !important;
}
.modal-login .controls-login {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  padding: 40px;
  /* Estilo para ocultar el input real */
  /* Para mostrar el nombre del archivo seleccionado */
}
.modal-login .controls-login #customFileBtn {
  cursor: pointer;
}
.modal-login .controls-login #formFile {
  display: none;
}
.modal-login .controls-login #fileName {
  margin-left: 10px;
  font-style: italic;
}
.modal-login .controls-login a {
  color: #4f42e1;
  font-weight: bold;
  text-decoration: none;
}
.modal-login .controls-login a:hover {
  text-decoration: underline;
}
.modal-login .controls-login .btn-ingresar {
  background-color: #4f42e1;
  color: #FFF;
  border-radius: 13px;
  padding: 10px 15px;
  text-decoration: none;
  border: 2px solid #4f42e1;
}
.modal-login .controls-login .btn-ingresar:hover {
  background-color: #FFF;
  color: #4f42e1;
  border: 2px solid #4f42e1;
  text-decoration: none;
}
.modal-preguntar {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 948px;
  height: 100%;
  max-height: 762px;
  background: #F4F6FA;
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  .modal-preguntar {
    max-height: min-content;
    height: inherit;
    width: 100%;
  }
}
.modal-preguntar .header-preguntar {
  background-color: #FFF;
  background-image: url(../themes/tesoros-nuevo//assets/images/bg-modal.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  min-height: 160px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media only screen and (max-width: 768px) {
  .modal-preguntar .header-preguntar {
    min-height: 120px;
  }
}
.modal-preguntar .header-preguntar .istitle {
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  .modal-preguntar .header-preguntar .istitle {
    padding: 20px 0;
  }
}
.modal-preguntar .header-preguntar .istitle span {
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  color: #444853;
}
.modal-preguntar .header-preguntar .close {
  min-width: 15px;
  min-height: 15px;
  display: block;
  background: url(../themes/tesoros-nuevo//assets/images/close.svg) no-repeat;
  padding: 10px;
}
.modal-preguntar .content-preguntar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  padding: 0 40px;
  gap: 5px;
}
@media only screen and (max-width: 768px) {
  .modal-preguntar .content-preguntar {
    padding: 40px 20px 0;
  }
}
.modal-preguntar .content-preguntar textarea {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #4f42e1;
  outline: 0;
  font-size: 22px;
  padding: 20px;
  font-weight: 300;
}
.modal-preguntar .controls-preguntar {
  display: flex;
  justify-content: space-between;
  padding: 40px;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .modal-preguntar .controls-preguntar {
    padding: 40px 20px;
  }
}
.modal-preguntar .controls-preguntar .cancelar {
  color: #4f42e1;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
}
.modal-preguntar .controls-preguntar .btn-preguntar {
  background-color: #4f42e1;
  color: #FFF;
  border-radius: 13px;
  padding: 10px 15px;
  text-decoration: none;
  border: 2px solid #4f42e1;
}
.modal-preguntar .controls-preguntar .btn-preguntar:hover {
  background-color: #FFF;
  color: #4f42e1;
  border: 2px solid #4f42e1;
}
.modal-preguntar .controls-preguntar .btn-preguntar:disabled {
  background-color: rgba(79, 66, 225, 0.4);
  color: #FFF;
  border: 2px solid transparent;
}
.modal-ofertar {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 575px;
  height: 470px;
  background: #F4F6FA;
  border-radius: 10px;
}
.modal-ofertar .header-ofertar {
  background-color: #FFF;
  background-image: url(../themes/tesoros-nuevo//assets/images/bg-modal.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  min-height: 120px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.modal-ofertar .header-ofertar .istitle {
  display: flex;
  flex-direction: column;
  padding: 5px 0 0;
}
.modal-ofertar .header-ofertar .istitle span {
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  color: #444853;
}
.modal-ofertar .header-ofertar .close {
  min-width: 15px;
  min-height: 15px;
  display: block;
  background: url(../themes/tesoros-nuevo//assets/images/close.svg) no-repeat;
}
.modal-ofertar .content-ofertar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  padding: 0 40px;
  gap: 5px;
}
@media only screen and (max-width: 768px) {
  .modal-ofertar .content-ofertar {
    padding: 0 20px;
  }
}
.modal-ofertar .content-ofertar label {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  color: #444853;
}
.modal-ofertar .content-ofertar input {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #4f42e1;
  outline: 0;
  text-align: center;
  font-size: 65px;
  padding: 0 20px;
  font-weight: 100;
}
.modal-ofertar .content-ofertar input::placeholder {
  font-size: 65px;
  color: #444853;
  text-align: center;
  font-weight: 100;
}
.modal-ofertar .content-ofertar .min {
  font-size: 16px;
  font-weight: bold;
  color: #F85C4E;
  align-self: flex-end;
  margin-top: 10px;
}
.modal-ofertar .content-ofertar .min sub {
  vertical-align: top;
}
.modal-ofertar .controls-ofertar {
  display: flex;
  justify-content: space-between;
  padding: 40px;
  align-items: center;
}
.modal-ofertar .controls-ofertar .cancelar {
  color: #4f42e1;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
}
.modal-ofertar .controls-ofertar .btn-ofertar {
  background-color: #4f42e1;
  color: #FFF;
  border-radius: 13px;
  padding: 10px 15px;
  text-decoration: none;
  border: 2px solid #4f42e1;
}
.modal-ofertar .controls-ofertar .btn-ofertar:hover {
  background-color: #FFF;
  color: #4f42e1;
  border: 2px solid #4f42e1;
}
.modal-ofertar .controls-ofertar .btn-ofertar:disabled {
  background-color: rgba(79, 66, 225, 0.4);
  color: #FFF;
  border: 2px solid transparent;
}
.modal-generic {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 575px;
  background: #F4F6FA;
  border-radius: 10px;
}
.modal-generic .header-generic {
  background-color: #FFF;
  background-image: url(../themes/tesoros-nuevo//assets/images/bg-modal.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  min-height: 120px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: 20px;
}
.modal-generic .header-generic .istitle {
  display: flex;
  flex-direction: column;
  padding: 5px 0 0;
}
.modal-generic .header-generic .istitle span {
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  color: #444853;
}
.modal-generic .header-generic .close {
  min-width: 16px;
  min-height: 15px;
  display: block;
  background: url(../themes/tesoros-nuevo//assets/images/close.svg) no-repeat;
}
.modal-generic .content-generic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  padding: 0 40px;
  gap: 5px;
}
@media only screen and (max-width: 768px) {
  .modal-generic .content-generic {
    padding: 0 20px;
  }
}
.modal-generic .content-generic label {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  color: #444853;
}
.modal-generic .content-generic input {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #4f42e1;
  outline: 0;
  font-size: 18px;
  padding: 0 10px;
  font-weight: 100;
  height: 56px;
}
.modal-generic .content-generic input::placeholder {
  font-size: 18px;
  color: #444853;
  font-weight: 100;
}
.modal-generic .content-generic .iserror {
  font-size: 16px;
  font-weight: bold;
  color: #F85C4E;
  align-self: flex-end;
}
.modal-generic .content-generic .min {
  font-size: 16px;
  font-weight: bold;
  color: #F85C4E;
  align-self: flex-end;
  margin-top: 10px;
}
.modal-generic .content-generic .min sub {
  vertical-align: top;
}
.modal-generic .controls-generic {
  display: flex;
  justify-content: space-between;
  padding: 40px;
  align-items: center;
}
.modal-generic .controls-generic .cancelar {
  color: #4f42e1;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
}
.modal-generic .controls-generic .btn-ofertar {
  background-color: #4f42e1;
  color: #FFF;
  border-radius: 13px;
  padding: 10px 15px;
  text-decoration: none;
  border: 2px solid #4f42e1;
}
.modal-generic .controls-generic .btn-ofertar:hover {
  background-color: #FFF;
  color: #4f42e1;
  border: 2px solid #4f42e1;
}
.modal-generic .controls-generic .btn-ofertar:disabled {
  background-color: rgba(79, 66, 225, 0.4);
  color: #FFF;
  border: 2px solid transparent;
}
.modal-dni {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 948px;
  height: 100%;
  max-height: 762px;
  background: #F4F6FA;
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  .modal-dni {
    max-height: min-content;
    height: inherit;
    width: 100%;
  }
}
.modal-dni .form-control:focus {
  box-shadow: none;
  border-color: #4f42e1;
}
.modal-dni .header-dni {
  background-color: #FFF;
  background-image: url(../themes/tesoros-nuevo//assets/images/bg-modal.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  min-height: 160px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media only screen and (max-width: 768px) {
  .modal-dni .header-dni {
    min-height: 120px;
  }
}
.modal-dni .header-dni .istitle {
  padding: 20px;
  font-size: 32px;
}
@media only screen and (max-width: 768px) {
  .modal-dni .header-dni .istitle {
    padding: 20px 0;
  }
}
.modal-dni .header-dni .istitle span {
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  color: #444853;
}
.modal-dni .header-dni .close {
  min-width: 15px;
  min-height: 15px;
  display: block;
  background: url(../themes/tesoros-nuevo//assets/images/close.svg) no-repeat;
  padding: 10px;
}
.modal-dni .content-dni {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  padding: 0 40px;
  gap: 5px;
}
@media only screen and (max-width: 768px) {
  .modal-dni .content-dni {
    padding: 40px 20px 0;
  }
}
.modal-dni .content-dni .form-dni {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.modal-dni .content-dni .form-dni label {
  font-size: 18px;
}
.modal-dni .content-dni .form-dni .input-group-text {
  background: #4F42E1;
  color: #FFF;
  cursor: pointer;
}
.modal-dni .content-dni .form-dni input {
  outline: 0;
}
.modal-dni .content-dni .form-dni input::focus,
.modal-dni .content-dni .form-dni input:active,
.modal-dni .content-dni .form-dni input:focus-visible,
.modal-dni .content-dni .form-dni input:hover,
.modal-dni .content-dni .form-dni input:focus-within,
.modal-dni .content-dni .form-dni input:target {
  outline: 0;
  box-shadow: none;
}
.modal-dni .content-dni textarea {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #4f42e1;
  outline: 0;
  font-size: 22px;
  padding: 20px;
  font-weight: 300;
}
.modal-dni .controls-dni {
  display: flex;
  justify-content: space-between;
  padding: 40px;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .modal-dni .controls-dni {
    padding: 40px 20px;
  }
}
.modal-dni .controls-dni .cancelar {
  color: #4f42e1;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
}
.modal-dni .controls-dni .btn-dni {
  background-color: #4f42e1;
  color: #FFF;
  border-radius: 13px;
  padding: 10px 35px;
  text-decoration: none;
  border: 2px solid #4f42e1;
  font-size: 28px;
}
.modal-dni .controls-dni .btn-dni:hover {
  background-color: #FFF;
  color: #4f42e1;
  border: 2px solid #4f42e1;
}
.modal-dni .controls-dni .btn-dni:disabled {
  background-color: rgba(79, 66, 225, 0.4);
  color: #FFF;
  border: 2px solid transparent;
}
.form-login {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.form-login .isrow {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.form-login .isrow.isalert input {
  border-color: #FF3A28;
  color: #FF3A28;
}
.form-login .isrow label {
  font-size: 16px;
  font-weight: bold;
  color: #444853;
}
.form-login .isrow label span {
  font-size: 12px;
}
.form-login .isrow .iserror {
  color: #FF0000;
  font-size: small;
  text-align: right;
}
.form-login .isrow input {
  border-radius: 6px;
  border: 1px solid #4f42e1;
  outline: none;
  padding: 10px;
  height: 56px;
  font-size: 22px;
}
.form-login .isrow .btn {
  background: #FFF;
  display: flex;
  align-items: center;
  gap: 10px;
  height: 56px;
  color: #4f42e1;
}
.form-login .isrow .btn span {
  filter: brightness(0) saturate(100%) invert(17%) sepia(61%) saturate(4343%) hue-rotate(244deg) brightness(104%) contrast(91%);
  width: 22px !important;
  height: 26px !important;
  background-size: contain !important;
}
.is404 {
  display: flex;
  gap: 30px;
  align-items: center;
  max-width: 900px;
  margin: 60px auto;
}
@media only screen and (max-width: 768px) {
  .is404 {
    flex-direction: column-reverse;
    padding: 0 20px;
  }
}
.is404 img {
  width: 100%;
  max-width: 350px;
}
.is404 .isbox {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media only screen and (max-width: 768px) {
  .is404 .isbox {
    align-items: center;
  }
}
.is404 .isbox h1 {
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .is404 .isbox h1 {
    text-align: center;
  }
}
.is404 .isbox a {
  background: #FFF;
  text-decoration: none;
  border-radius: 12px;
  padding: 12px 16px;
  color: #4f42e1;
  font-weight: 700;
  font-size: 30px;
  width: fit-content;
}
.is404 .isbox a:hover {
  background: #4f42e1;
  color: #FFF;
}
.misofertas,
.wrapmicuenta,
.micuenta {
  margin: 60px 0;
}
@media only screen and (max-width: 768px) {
  .misofertas,
  .wrapmicuenta,
  .micuenta {
    margin: 10px auto;
  }
}
.page-mi-cuenta .top nav .user {
  display: flex !important;
}
.page-mi-cuenta .top nav .linev {
  display: block;
}
@media only screen and (max-width: 768px) {
  .wrapmicuenta {
    margin: 30px 0;
  }
}
@media only screen and (max-width: 992px) {
  .wrapmicuenta .container {
    max-width: 100% !important;
  }
}
.micuenta {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media only screen and (max-width: 992px) {
  .micuenta {
    padding: 10px;
  }
}
.micuenta .isrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .micuenta .isrow {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
  .micuenta .isrow h1,
  .micuenta .isrow .update {
    align-self: center;
  }
}
.micuenta h1 {
  font-weight: 700;
  margin: 0;
}
.micuenta h2 {
  margin: 0;
  font-size: 22px;
}
.micuenta p {
  margin: 0;
  display: flex;
  gap: 10px;
  align-items: center;
}
.micuenta .update {
  background: #FFF;
  border-radius: 10px;
  padding: 15px 20px;
  text-decoration: none;
  font-weight: 700;
  color: #4f42e1;
}
.micuenta .update:hover {
  background-color: #4f42e1;
  color: #FFF;
}
.micuenta .wrapinfo {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .micuenta .wrapinfo {
    flex-direction: column;
    gap: 10px;
  }
}
.micuenta .wrapinfo .isinfo label {
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .micuenta .wrapinfo .isinfo.picdni {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.micuenta .wrapinfo .isinfo.picdni .edit div {
  display: flex;
  gap: 10px;
  width: 100%;
}
.micuenta .wrapinfo .isinfo .edit {
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 768px) {
  .micuenta .wrapinfo .isinfo .edit {
    justify-content: space-between;
  }
}
.micuenta .wrapinfo .isinfo .edit .btn {
  display: flex;
  gap: 5px;
  align-items: center;
  color: #4f42e1;
  background: transparent;
  font-size: 14px;
  border: 2px solid #4f42e1;
  padding: 4px 10px;
  justify-content: center;
  min-width: 100px;
}
.micuenta .wrapinfo .isinfo .edit .btn .ico-user,
.micuenta .wrapinfo .isinfo .edit .btn .ico-dorso {
  filter: invert(29%) sepia(36%) saturate(2486%) hue-rotate(220deg) brightness(107%) contrast(106%);
}
.micuenta .wrapinfo .isinfo .edit .btn:hover {
  background: #4f42e1;
  color: #FFF;
}
.micuenta .wrapinfo .isinfo .edit .btn:hover .ico-user,
.micuenta .wrapinfo .isinfo .edit .btn:hover .ico-dorso {
  filter: invert(1);
}
.micuenta .wrapinfo .isinfo .edit .btn span {
  width: 14px;
  height: 14px;
}
.micuenta .wrapinfo .isinfo .edit p,
.micuenta .wrapinfo .isinfo .edit a {
  font-size: 22px;
  color: #000;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .micuenta .wrapinfo .isinfo .edit p,
  .micuenta .wrapinfo .isinfo .edit a {
    font-size: 18px;
  }
}
.micuenta .wrapinfo .isinfo .edit .pen:hover {
  filter: grayscale(1);
}
@media only screen and (max-width: 768px) {
  .micuenta .wrapinfo .isinfo .edit .pen {
    width: 24px;
    height: 24px;
  }
}
.misofertas {
  background: #FFF;
  padding: 20px;
  border-radius: 12px;
}
.misofertas .iscart .istitles .price,
.misofertas .iscart .istitles .action {
  text-align: right;
}
.misofertas .iscart .istitles .price p,
.misofertas .iscart .istitles .action p {
  text-align: right;
}
.misofertas .iscart .istitles .price .islabel,
.misofertas .iscart .istitles .action .islabel {
  text-align: right;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .misofertas .iscart .istitles {
    display: none;
  }
}
.misofertas .iscart .isitem .isstate {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .misofertas .iscart .isitem .isstate {
    text-align: left;
  }
}
.misofertas .iscart .isitem .producto .istext {
  display: flex;
  flex-direction: column;
}
.misofertas .iscart .line {
  visibility: hidden;
}
.page-mi-cuenta .nav {
  background: #FFF !important;
  padding: 10px !important;
  border-radius: 10px !important;
}
.page-mi-cuenta nav .isbtn {
  display: none;
}
.page-mi-cuenta .nav-link {
  color: #4f42e1 !important;
}
.page-mi-cuenta .nav-pills .nav-link.active {
  background-color: #4f42e1 !important;
  color: #FFF !important;
}
.page-mi-cuenta .nav-pills .nav-link.show .nav-link {
  background-color: #4f42e1 !important;
  color: #FFF !important;
}
.resumen {
  padding: 100px 20px;
}
@media only screen and (max-width: 768px) {
  .resumen {
    padding: 30px 20px;
  }
}
.resumen .istext {
  font-size: 24px;
  color: #2B2B2B;
  text-align: center;
  font-weight: normal;
  margin: 40px 0;
}
.resumen .btn-confirmar {
  border-radius: 10px;
  background: #12d490;
  padding: 15px;
  color: #FFF;
  text-decoration: none;
  display: flex;
  text-align: center;
  font-size: 20px;
  flex-grow: 1;
  width: 50%;
  font-weight: bold;
  border: 2px solid #12d490;
  width: min-content;
  margin: 0 auto;
  min-width: 200px;
  justify-content: center;
}
.resumen .btn-confirmar:hover {
  background-color: #FFF;
  color: #12d490;
  border: 2px solid #12d490;
}
@media only screen and (max-width: 768px) {
  .resumen .btn-confirmar {
    width: 100%;
  }
  .resumen .btn-confirmar:hover {
    background-color: #12d490;
    color: #FFF;
    border: 2px solid #FFF;
  }
}
.resumen h1 {
  font-size: 20px;
  font-family: nunito;
  font-weight: bold;
}
.resumen .wrap {
  display: flex;
  flex-direction: column;
  max-width: 1040px;
  gap: 0;
}
.resumen .isline {
  width: 100%;
  height: 1px;
  border-bottom: 2px dashed #CCC;
}
.resumen .isgrouprow {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 20px 0;
  border-bottom: 2px dashed #CCC;
}
.resumen .isgrouprow .isrow {
  padding: 0;
}
.resumen .isrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: nunito;
  padding: 30px 0;
}
.resumen .isrow sub {
  top: -10px;
}
.resumen .isrow p {
  font-weight: normal;
  font-size: 20px;
  margin: 0;
}
.resumen .isrow span {
  font-weight: bold;
}
.resumen .isrow.istotal {
  border: 0;
}
.resumen .isrow.istotal p,
.resumen .isrow.istotal span {
  font-size: 34px;
  font-weight: bold;
}
.restaurar {
  display: flex;
  justify-content: center;
  padding: 40px 0;
}
.form-restaurar {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 400px;
  width: 100%;
  padding: 40px 0;
  gap: 5px;
}
.form-restaurar .isrow {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px;
}
.form-restaurar .isrow label {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  color: #444853;
  text-align: center;
  margin-bottom: 8px;
}
.form-restaurar .isrow input[type="text"] {
  width: 100%;
  max-width: 300px;
  border-radius: 5px;
  border: 1px solid #4f42e1;
  outline: 0;
  font-size: 18px;
  font-weight: 100;
  padding: 0 10px;
  height: 56px;
}
.form-restaurar .isrow input[type="text"]::placeholder {
  font-size: 18px;
  font-weight: 100;
  color: #444853;
}
.form-restaurar #error-login-failed {
  font-size: 16px;
  font-weight: bold;
  color: #F85C4E;
  align-self: flex-end;
  margin-top: 8px;
  text-align: right;
}
.controls {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  padding: 20px 0;
}
.btn-restaurar {
  background-color: #4f42e1;
  color: #FFF;
  border-radius: 13px;
  padding: 10px 15px;
  text-decoration: none;
  border: 2px solid #4f42e1;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.3s ease;
}
.btn-restaurar:hover {
  background-color: #FFF;
  color: #4f42e1;
  border: 2px solid #4f42e1;
}
.btn-restaurar:disabled {
  background-color: rgba(79, 66, 225, 0.4);
  color: #FFF;
  border: 2px solid transparent;
}
.restaurar {
  display: flex;
  justify-content: center;
  padding: 40px 0;
}
.form-restaurar {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 400px;
  width: 100%;
  padding: 40px 0;
  gap: 5px;
}
.form-restaurar .isrow {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px;
}
.form-restaurar .isrow label {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  color: #444853;
  text-align: center;
  margin-bottom: 8px;
}
.form-restaurar .isrow input[type="password"] {
  width: 100%;
  max-width: 300px;
  border-radius: 5px;
  border: 1px solid #4f42e1;
  outline: 0;
  font-size: 18px;
  font-weight: 100;
  padding: 0 10px;
  height: 56px;
}
.form-restaurar .isrow input[type="password"]::placeholder {
  font-size: 18px;
  font-weight: 100;
  color: #444853;
}
.form-restaurar #error-cambiar-failed {
  font-size: 16px;
  font-weight: bold;
  color: #F85C4E;
  align-self: flex-end;
  margin-top: 8px;
  text-align: right;
}
.controls {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  padding: 20px 0;
}
.btn-cambiar {
  background-color: #4f42e1;
  color: #FFF;
  border-radius: 13px;
  padding: 10px 15px;
  text-decoration: none;
  border: 2px solid #4f42e1;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.3s ease;
}
.btn-cambiar:hover {
  background-color: #FFF;
  color: #4f42e1;
  border: 2px solid #4f42e1;
}
.btn-cambiar:disabled {
  background-color: rgba(79, 66, 225, 0.4);
  color: #FFF;
  border: 2px solid transparent;
}
