@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Playfair+Display:wght@400..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "DM Sans", sans-serif;
}

.btn {
  display: inline-block;
  padding: 0.7rem 1.5rem;
  margin: 1rem;
  background-color: #ff8819;
  color: #061a33;
  border-radius: 50px;
  font-weight: 600;
  white-space: nowrap;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.1em;
  border: 1px solid rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 3px -1px rgba(240, 249, 255, 0.7);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn:hover {
  transform: scale(0.95);
  background-color: rgba(6, 214, 160, 0.2);
  color: #FFFFFF;
}

.site-header {
  padding: 0.8rem 2rem;
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1.5px solid rgba(6, 214, 160, 0.2);
  background-color: rgba(10, 35, 66, 0.9411764706);
  backdrop-filter: blur(6px);
}
.site-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
.site-header__brand {
  display: flex;
  align-items: center;
}
.site-header__logo-img {
  height: 70px;
  width: auto;
  object-fit: contain;
  display: block;
}

body {
  min-height: 100vh;
  background: radial-gradient(at 20% 10%, rgba(45, 125, 210, 0.15) 0%, transparent 50%), radial-gradient(at 80% 90%, rgba(6, 214, 160, 0.1) 0%, transparent 50%) rgb(10, 35, 66);
}

.hero {
  display: flex;
  background-color: none;
  min-height: 40vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  text-align: center;
}
@media (min-width: 600px) and (max-width: 991px) {
  .hero {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3rem 2rem;
  }
}
@media (min-width: 320px) and (max-width: 599px) {
  .hero {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3rem 2rem;
  }
}
.hero__eyebrow {
  color: #d97706;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 0.9rem;
  display: block;
  margin-bottom: 1rem;
}
.hero__titulo {
  color: #FFFFFF;
  font-family: "Playfair Display", sans-serif;
  font-size: 3rem;
  text-align: center;
  text-transform: none;
  margin-bottom: 1rem;
}
@media (min-width: 600px) and (max-width: 991px) {
  .hero__titulo {
    font-size: 2.4rem;
  }
}
@media (min-width: 320px) and (max-width: 599px) {
  .hero__titulo {
    font-size: 2.2rem;
  }
}
.hero__titulo span {
  font-family: "Playfair Display";
  color: #ff8819;
  font-weight: 900;
}
.hero__subtitulo {
  color: rgba(240, 249, 255, 0.7);
  max-width: 600px;
  margin-bottom: 1rem;
}
@media (min-width: 320px) and (max-width: 599px) {
  .hero__subtitulo {
    font-size: 1rem;
  }
}

.seccion-form {
  max-width: 500px;
  margin: -50px auto 3rem;
  padding: 2rem;
  background: rgba(26, 74, 122, 0.45);
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 10;
}
@media (min-width: 320px) and (max-width: 599px) {
  .seccion-form {
    max-width: 450px;
  }
}

.form-step {
  margin-bottom: 1.2rem;
}
.form-step .form-label {
  display: block;
  margin-bottom: 0.5rem;
  color: #f0f9ff;
  font-weight: bold;
}

.form-select-wrapper select {
  width: 100%;
  padding: 0.8rem;
  border: 2px solid rgba(6, 214, 160, 0.2);
  border-radius: 8px;
  font-size: 1rem;
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(0px);
  cursor: pointer;
  outline-color: rgba(6, 214, 160, 0.2);
  transition: all 0.3s ease;
}
.form-select-wrapper select:hover {
  border-color: #06d6a0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}
.form-select-wrapper select:focus-visible {
  outline: 2px solid #06d6a0;
  outline-offset: 2px;
  border-radius: 8px;
}
.form-select-wrapper option {
  background-color: rgba(6, 214, 160, 0.2);
  color: black;
}

.grid-sugerencias {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2rem;
  padding: 2rem 0;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 320px) and (max-width: 599px) {
  .grid-sugerencias {
    padding: 0.8rem;
  }
}

.match-wrapper {
  max-width: 500px;
  margin: 0 auto 3rem;
}
@media (min-width: 320px) and (max-width: 599px) {
  .match-wrapper {
    padding: 0.8rem;
  }
}
.match-wrapper h2 {
  font-family: "Playfair Display";
  font-size: 1.8rem;
  color: #ff8819;
}
.match-wrapper p {
  color: #f0f9ff;
}
.match-wrapper .card {
  max-width: 100%;
  border: 2px solid #ff8819;
}

.sugerencias-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.8rem;
}
@media (min-width: 320px) and (max-width: 599px) {
  .sugerencias-header {
    font-size: 1rem;
  }
}
.sugerencias-header h2 {
  font-family: "Playfair Display";
  font-size: 1.5rem;
  color: #ff8819;
}
.sugerencias-header p {
  color: #f0f9ff;
}

.card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  overflow: hidden;
  margin-top: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}
.card:hover {
  transform: translateY(-5px);
}
.card__galeria {
  position: relative;
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
}
.card__galeria:hover .card__flecha {
  opacity: 1;
}
.card__slider {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.card__slider img {
  flex: 0 0 100%;
  width: 100%;
  height: 250px;
  object-fit: cover;
  scroll-snap-align: start;
  display: block;
}
.card__flecha {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.8);
  color: #ff8819;
  border: none;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 5;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease, background 0.3s ease;
}
.card__flecha:hover {
  background: #FFFFFF;
  color: #ff8819;
}
.card__flecha--izq {
  left: 10px;
}
.card__flecha--der {
  right: 10px;
}
.card__body {
  padding: 1.5rem;
}
.card__badge {
  display: inline-block;
  padding: 0.2rem 0.8rem;
  border-radius: 20px;
  font-size: 0.75rem;
  background: #d97706;
  margin-bottom: 1rem;
  text-transform: uppercase;
  color: #061a33;
  font-weight: bold;
}
.card__nombre {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  font-family: "Playfair Display";
  font-size: 1.5rem;
  color: #f0f9ff;
}
.card__desc {
  font-size: 0.9rem;
  color: #f0f9ff;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.card__ficha {
  list-style: none;
  margin-bottom: 1.5rem;
}
.card__ficha li {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
  border-bottom: 1px solid #c0c0c0;
  font-size: 0.85rem;
  color: #f0f9ff;
}
.card__ficha li strong {
  color: #f0f9ff;
}

.btn {
  cursor: pointer;
  border: none;
  text-align: center;
}
.btn--full {
  width: 100%;
  margin: 1rem 0;
}
.btn--outline {
  background: transparent;
  color: #ff8819;
  border: 2px solid #ff8819;
}
.btn--outline:hover {
  background: #0a2342;
  color: #d97706;
}

.banner-ultima-vista {
  max-width: 500px;
  margin: -2rem auto 60px;
  padding: 1rem 1.5rem;
  border: 1.5px solid #ff8819;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  display: none;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 5;
}
.banner-ultima-vista.visible {
  display: flex;
}
.banner-ultima-vista p {
  margin: 0;
  font-size: 0.9rem;
  color: #f0f9ff;
}
.banner-ultima-vista p strong {
  font-family: "Playfair Display";
  font-size: 1rem;
  color: #ff8819;
}

.error-toast {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%) translateY(100px);
  background-color: #ff4d4d;
  color: #FFFFFF;
  padding: 1rem 2rem;
  border-radius: 50px;
  border: 2px solid #ff8819;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  z-index: 10000;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  pointer-events: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.error-toast.visible {
  transform: translateX(-50%) translateY(0);
}
.error-toast::before {
  content: "⚠️";
}

.panel-historial {
  position: fixed;
  right: -400px;
  top: 0;
  width: 350px;
  height: 100vh;
  background: #0a2342;
  z-index: 1000;
  padding: 2rem;
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.4);
  transition: right 0.4s ease-in-out;
  display: flex;
  flex-direction: column;
  color: #f0f9ff;
}
.panel-historial.visible {
  right: 0;
}
.panel-historial__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  border-bottom: 2px solid #ff8819;
  padding-bottom: 1rem;
  flex-shrink: 0;
}

.historial-lista {
  flex: 1;
  overflow-y: auto;
  margin-bottom: 1.5rem;
  padding-right: 10px;
}
.historial-lista .historial-item {
  background: rgba(6, 214, 160, 0.2);
  padding: 1rem;
  border-radius: 8px;
  margin-bottom: 1rem;
}
.historial-lista .historial-item__nombre {
  display: block;
  font-family: "Playfair Display";
  font-weight: bold;
  font-size: 20px;
  color: #ff8819;
}
.historial-lista .historial-item__fecha {
  font-size: 0.8rem;
  color: #f0f9ff;
}
.historial-lista .historial-item__params {
  font-size: 0.8rem;
  font-style: italic;
  color: #f0f9ff;
}

.panel-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  display: none;
  z-index: 999;
}
.panel-overlay.visible {
  display: block;
}

#btn-limpiar-historial {
  flex-shrink: 0;
  margin-top: auto;
  background-color: #d97706;
  color: #061a33;
  border-color: none;
}
#btn-limpiar-historial:hover {
  background-color: rgba(6, 214, 160, 0.2);
  color: #f0f9ff;
  border-color: rgba(6, 214, 160, 0.2);
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  display: none;
  z-index: 1001;
}
.modal-overlay.visible {
  display: block;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  background: radial-gradient(at 20% 10%, rgba(45, 125, 210, 0.15) 0%, transparent 50%), radial-gradient(at 80% 90%, rgba(6, 214, 160, 0.1) 0%, transparent 50%) rgb(10, 35, 66);
  padding: 2rem;
  border-radius: 15px;
  z-index: 1002;
  width: 90%;
  max-width: 500px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  display: none;
  transition: all 0.3s ease;
}
.modal.visible {
  display: block;
  transform: translate(-50%, -50%) scale(1);
}
.modal__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  border-bottom: 2px solid #c0c0c0;
  padding-bottom: 1rem;
}
.modal h2 {
  font-family: "Playfair Display", sans-serif;
  color: #ff8819;
  font-weight: 800;
}
.modal__cerrar {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #ff8819;
}
.modal__detalle {
  background: rgba(6, 214, 160, 0.2);
  color: #FFFFFF;
  padding: 1rem;
  border-radius: 8px;
  margin-bottom: 1.5rem;
  border: 1px solid #ff8819;
}

.form-input {
  width: 100%;
  background: rgba(255, 255, 255, 0.07);
  padding: 0.8rem;
  margin-top: 0.5rem;
  border: 1px solid #c0c0c0;
  border-radius: 5px;
  font-family: inherit;
  color: #f0f9ff;
}
.form-input:focus {
  background-color: #0a2342;
  outline: none;
  border-color: rgba(6, 214, 160, 0.2);
  box-shadow: 0 0 0 2px rgba(6, 214, 160, 0.2);
}

.loader {
  position: fixed;
  inset: 0;
  background: #0a2342;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.loader.visible {
  visibility: visible;
  opacity: 1;
}
.loader__spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #ff8819;
  border-top: 5px solid rgba(6, 214, 160, 0.2);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
.loader p {
  margin-top: 1rem;
  color: #f0f9ff;
  font-weight: bold;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
footer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  color: #f0f9ff;
  justify-items: center;
  border-top: 1px solid rgba(6, 214, 160, 0.2);
  padding: 1rem;
  gap: 1rem;
}
@media (min-width: 600px) and (max-width: 991px) {
  footer {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 320px) and (max-width: 599px) {
  footer {
    grid-template-columns: 1fr;
  }
}
footer h3 {
  text-align: center;
  font-size: 1rem;
  font-weight: 300;
  margin: 0;
}
footer .social-links {
  display: flex;
  gap: 1rem;
  padding-left: 0;
  margin: 0;
  list-style: none;
}
footer .social-links .social-icon {
  display: block;
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.swal-custom-popup {
  background-color: #0a2342;
  border: 3px solid #05b386;
  border-radius: 15px;
  font-family: "DM Sans", sans-serif;
  box-shadow: 0 10px 30px rgba(6, 214, 160, 0.2);
}

.swal-custom-title {
  font-family: "Playfair Display", sans-serif;
  color: #06d6a0;
  text-transform: uppercase;
  font-size: 1.6rem;
}

.swal-custom-html {
  color: #FFFFFF;
  line-height: 1.5;
}
.swal-custom-html strong {
  font-family: "Playfair Display", sans-serif;
  font-size: 1.2rem;
  color: #06d6a0;
}

.swal-custom-confirm {
  background-color: #06d6a0;
  color: #FFFFFF;
  border-radius: 50px;
  padding: 0.7rem 2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border: 1px solid rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease;
}
.swal-custom-confirm:hover {
  transform: scale(0.95);
  background-color: #06d6a0;
  color: #FFFFFF;
  background-color: #d97706;
  color: #061a33;
}

.swal2-icon.swal2-info {
  border-color: #ff8819;
  color: #ff8819;
}

.swal2-icon.swal2-success {
  border-color: rgba(6, 214, 160, 0.2);
  background-color: transparent;
}
.swal2-icon.swal2-success [class^=swal2-success-line] {
  display: block;
  z-index: 2;
}
.swal2-icon.swal2-success .swal2-success-ring {
  border-color: rgba(6, 214, 160, 0.2);
}

/*# sourceMappingURL=styles.css.map */
