@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

html {
  font-family: "Montserrat", sans-serif;
  box-sizing: border-box;
  touch-action: manipulation;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #f3f3f3;
}

.site-header {
  background-color: #611232;
}

.site-header .header-container {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  padding: 15px 0;
  max-width: 1050px;
  width: 90%;
  margin: auto;
}

.site-header .header-container a {
  color: white;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
}

.page-container {
  padding: 60px 0;
  max-width: 1050px;
  width: 90%;
  margin: auto;
}

.hero-banner {
  background: linear-gradient(96deg, #3a0b1e 35.33%, #9b2247 100.59%);
  max-width: 100%;
  padding: 0;
  margin: 0;
  border-radius: 0 0 50% 50% / 7% 7%;
  min-height: 250px;
  display: flex;
  align-items: center;
}

.hero-banner h1 {
  color: white;
  font-size: 38px;
}

.divider-line {
  width: 45px;
  height: 5px;
  border-radius: 5px;
  background-color: white;
  margin: 5px 0;
}

.form-section {
  margin-top: 0px;
}

.form-section h2 {
  font-size: 30px;
}

.form-section p {
  font-size: 14px;
  margin-top: 10px;
}

.form-field {
  margin: 32px 0;
}

.form-field:focus-within label,
.form-field input:not(:placeholder-shown) + label {
  transform: translateY(-1.5rem) scale(0.75);
  background-color: white;
}

.options-grid {
  display: grid;
  gap: 20px;
  margin-top: 30px;
}

.options-grid .option-card .option-icon {
  width: 200px;
  background-color: rgb(236, 232, 232);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.option-card .option-icon {
  border-right: 5px solid #611232;
}

.brand-logo img {
  width: 160px;
}

.brand-logo span {
  font-size: 20px;
  margin: 0px;
  padding: 0px;
  margin-top: 15px;
  color: white;
  font-weight: bold;
}

.options-grid .option-card .option-content {
  padding: 20px;
}

.options-grid .option-card {
  display: grid;
  gap: 30px;
  grid-template-columns: auto 1fr;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  border: 1px solid #d4d4d4dd;
  min-height: 150px;
  width: 100%;
  align-items: center;
}

.option-card .divider-line {
  background-color: black;
}

input[type="date"] {
  width: 100%;
  max-width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
}

.options-grid .option-card:hover .divider-line {
  background-color: white !important;
}

.options-grid .option-card h2 {
  font-weight: 600;
  font-size: 20px;
}

.options-grid .option-card p {
  font-size: 13.5px;
  font-weight: 500;
}

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

.form-actions button {
  margin-top: 20px;
  padding: 20px 60px;
  border: none;
  background-color: #611232;
  color: white;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 40px;
}

.site-footer {
  text-align: center;
  margin-top: 100px;
  padding: 25px;
  font-size: 13px;
  background-color: #611232;
  color: white;
}
.faq-item{
  margin-top: 25px;
}
.bg2{
  background-color: white;
  padding: 30px;
  margin-top: 40px;
  border: 1px solid #D3D3D3 !important;
  border-radius: 5px;
}
h3{
  font-weight: 600;
  font-size: 22px;
}.info-section {
  background-color: #f8f9fa;
  border-left: 4px solid #6c757d;
  padding: 15px 20px;
  margin: 20px 0;
  border-radius: 0 5px 5px 0;
  margin-top: 50px;
}

.info-section p {
  margin: 10px 0;
  color: #333;
  line-height: 1.5;
}

.defuncion-link {
  display: inline-block;
  background-color: #dc3545;
  color: white;
  padding: 10px 15px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 500;
  transition: background-color 0.3s;
}

.defuncion-link:hover {
  background-color: #bb2d3b;
  text-decoration: none;
}
ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
ul li {
  list-style: none;
  font-size: 15px;
}

ol{
  margin-left: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}


.site-footer img {
  width: 120px;
  margin-bottom: 20px;
}

.loading-spinner {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 120px;
  height: 80px;
  text-align: center;
  font-size: 30px;
}

.loading-spinner > div {
  background-color: #fff;
  height: 100%;
  width: 8px;
  display: inline-block;
  animation: stretch-animation 1.2s infinite ease-in-out;
}

.loading-spinner .bar2 {
  animation-delay: -1.1s;
}

.loading-spinner .bar3 {
  animation-delay: -1s;
}

.loading-spinner .bar4 {
  animation-delay: -0.9s;
}

.loading-spinner .bar5 {
  animation-delay: -0.8s;
}

.loading-overlay {
  position: fixed;
  background-color: rgb(255, 255, 255);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  z-index: 9;
}

@keyframes stretch-animation {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
  }
  20% {
    background-color: #611232;
    transform: scaleY(1);
  }
}

.input-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.input-container label {
  font-weight: 500;
  font-size: 15px;
}

.custom-select {
  position: relative;
  display: inline-block;
  width: 100%;
}

.custom-select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 10px;
  padding-right: 40px;
  border: 1px solid #ccc;
  background-color: white;
  font-size: 16px;
  cursor: pointer;
}

.custom-select::after {
  content: "";
  position: absolute;
  top: 66%;
  right: 12px;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5H7z'/></svg>");
  background-repeat: no-repeat;
  background-size: 28px;
  pointer-events: none;
}

.input-container input,
.input-container select {
  height: 60px;
  border-radius: 10px;
  border: 1px solid #d4d4d4;
  text-indent: 15px;
  outline: none;
  font-size: 15px;
}

.input-container {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 25px;
}

.input-container p svg {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}

.input-container p {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0px;
  font-size: 13px;
  font-weight: 500;
  color: #611232;
  margin-top: 5px;
}

.section-divider {
  width: 100%;
  height: 1px;
  background-color: #d4d4d4;
  margin-top: 40px;
}

.detail-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #d4d4d4;
  padding: 25px 0px;
}

.detail-row p {
  font-size: 18px;
  color: #611232;
  font-weight: 500;
}

.detail-row span {
  display: flex;
  align-items: center;
  gap: 10px;
}

.detail-row span svg {
  width: 25px;
  height: 25px;
}

.status-pending {
  color: #cd6119;
}

.copy-button svg {
  width: 20px !important;
  height: 20px !important;
  color: #611232;
}

.copy-button {
  display: flex;
  background-color: transparent;
  font-weight: 600;
  align-items: center;
  gap: 5px;
  padding: 3px 10px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 50px;
  border: solid 1px #611232;
  font-size: 12px;
}

.info-notice p {
  margin: 0px;
  font-size: 13px;
  font-weight: 500;
}

.info-notice {
  padding: 20px;
  border: 1px solid #614e127a;
  background-color: rgba(238, 207, 82, 0.311);
  margin-top: 40px;
}

.error-notice {
  border: 1px solid #ff0000;
  background-color: rgba(255, 0, 0, 0.311);
}

input[type="date"] {
  position: relative;
  padding-right: 40px;
  background-color: white;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  right: 10px;
  z-index: 2;
  cursor: pointer;
}

.date-input-wrapper {
  position: relative;
  display: inline-block;
}

.date-input-wrapper svg {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  pointer-events: none;
}

#copy-notification {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #4caf50;
  color: white;
  padding: 12px 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 1000;
  font-family: sans-serif;
}

#shipping-fields {
  display: none;
}

.toggle-switch {
  --width: 260px;
  --height: 50px;
  --offset: 2px;
  --radius: 4px;
  position: relative;
  width: var(--width);
  height: var(--height);
  padding: var(--offset);
  background: rgba(227, 229, 232, 0.5);
  border-radius: var(--radius);
  font-size: 16px;
  font-weight: 500;
  margin-top: 5px;
  -webkit-tap-highlight-color: transparent;
}

.toggle-switch input[type="checkbox"] {
  cursor: pointer;
  position: absolute;
  inset: 0;
  appearance: none;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  touch-action: manipulation;
}

.toggle-switch input[type="checkbox"]:checked + label.toggle-label:before {
  translate: 100% 0;
}

.toggle-switch
  input[type="checkbox"]:checked
  + label.toggle-label
  span:nth-child(1) {
  color: gray;
}

.toggle-switch
  input[type="checkbox"]:checked
  + label.toggle-label
  span:nth-child(2) {
  color: #1a1a1a;
}

.toggle-switch input[type="checkbox"] + label.toggle-label {
  position: absolute;
  inset: var(--offset, 0);
  padding: 10px 0;
  display: block;
  user-select: none;
  pointer-events: none;
  display: grid;
  gap: 2px;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  place-items: center;
}

.toggle-switch input[type="checkbox"] + label.toggle-label:before {
  content: "";
  position: absolute;
  width: 50%;
  inset: 0;
  background: #fff;
  border-radius: calc(var(--radius) - var(--offset));
  box-shadow: 0px 10px 20px 0px rgba(16, 39, 68, 0.1);
  translate: 0 0;
  transition: translate 250ms cubic-bezier(0.93, 0.26, 0.07, 0.69);
}

.toggle-switch input[type="checkbox"] + label.toggle-label span {
  position: relative;
  transition: 200ms linear;
}

.toggle-switch input[type="checkbox"] + label.toggle-label span:nth-child(1) {
  color: #1a1a1a;
}

.toggle-switch input[type="checkbox"] + label.toggle-label span:nth-child(2) {
  color: gray;
}

.option-content form button {
  background-color: #611232;
  border: none;
  color: white;
  padding: 11px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin: 4px 2px;
  cursor: pointer;
  margin-top: 20px;
}

@media only screen and (max-width: 750px) {
  .input-grid {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .detail-row {
    gap: 5px;
    grid-template-columns: 1fr;
  }

  .form-actions button {
    width: 100%;
  }

  .options-grid .option-card {
    grid-template-columns: 1fr;
    gap: 0px;
  }

  .options-grid .option-card .option-icon {
    width: 100%;
    min-height: 100px;
  }

  .option-card .option-icon {
    border-right: none;
  }

  .hero-banner h1 {
    color: white;
    font-size: 30px;
  }

  .form-section h2 {
    font-size: 20px;
  }

  .options-grid .option-card .divider-line {
    display: none;
  }

  .options-grid .option-card h2 {
    font-size: 17px;
  }

  .desktop-only {
    display: none !important;
  }

  .site-header .header-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .brand-logo span {
    font-size: 18px;
  }
}
