@font-face {
  font-family: "Roc Grotesk Regular";
  src: url("../fonts/Kostic-RocGroteskRegular.otf");
  font-weight: 400;
}

@font-face {
  font-family: "Roc Grotesk Medium";
  src: url("../fonts/Kostic-RocGroteskMedium.otf");
  font-weight: 500;
}

@font-face {
  font-family: "Roc Grotesk Bold";
  src: url("../fonts/Kostic-RocGroteskBold.otf");
  font-weight: 700;
}

@font-face {
  font-family: "Roc Grotesk Wide";
  src: url("../fonts/Kostic-RocGroteskWide.otf");
  font-weight: 400;
}

@font-face {
  font-family: "Roc Grotesk Light";
  src: url("../fonts/Kostic-RocGroteskLight.otf");
  font-weight: 700;
}

@font-face {
  font-family: "Roc Grotesk Wide Medium";
  src: url("../fonts/Kostic-RocGroteskWideMedium.otf");
  font-weight: 500;
}

@font-face {
  font-family: "Roc Grotesk wide extra bold";
  src: url("../fonts/Kostic-RocGroteskWideExtraBold.otf");
  font-weight: 700;
}

@font-face {
  font-family: "Roc Grotesk Wide Bold";
  src: url("../fonts/Kostic-RocGroteskWideBold.otf");
  font-weight: 700;
}

body {
  background: linear-gradient(to bottom,
      #5cc4edff 0%,
      #5cc4edff 10%,
      rgb(60, 106, 192) 14%,
      #2d55a1ff 70%,
      #2d55a1ff 100%);
  margin: 0;
  padding: 0;
}

p {
  font-family: "Roc Grotesk Wide";
  letter-spacing: 2px;
  font-optical-sizing: auto;
  font-style: normal;
  color: #ffffff;
  line-height: 1.6;
  font-size: 18px;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px 20px;
}

.section-box {
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 25px;
  padding: 30px 30px;
  margin-bottom: 20px;
}

.section {
  border-radius: 25px;
  padding: 20px 25px;
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  color: #ffffff;
}

.price-table th,
.price-table td {
  border: 1px solid #4a7ab5;
  padding: 8px;
  text-align: left;
}

.price-table th {
  background-color: #224a7d;
  font-weight: bold;
}

h3 {
  color: #d2d700ff;
  font-size: 25px;
  font-family: "Roc Grotesk Wide";
  margin-top: 0px;
}

table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Roc Grotesk Wide";
  letter-spacing: 2px;
  font-optical-sizing: auto;
  font-style: normal;
  color: #ffffff;
  line-height: 1.6;
  font-size: 18px;
}

td {
  vertical-align: top;
  padding: 5px 20px;
}

.tarifa {
  margin: 2px 0;
}

.precio {
  color: #d2d700ff;
}

.price-table {
  width: 100%;
  max-width: 900px;
  border-collapse: collapse;
  margin: 20px auto;
  color: #ffffff;
  border: none;
}

.price-table td {
  vertical-align: top;
  text-align: center;
  width: 33.33%;
  border-top: none;
  border-bottom: none;
}

.price-table td:last-child {
  border-right: none;
}

.price-table td:first-child {
  border-left: none;
}

.tarifa {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  padding-left: 225px;
}

.celda {
  width: 100%;
  max-width: 180px;
  text-align: right;
}

.tarifa .dias {
  margin-right: 25px;
  font-weight: normal;
  white-space: nowrap;
}

.tarifa .precio {
  font-family: "Roc Grotesk Wide Bold";
  font-weight: bold;
  color: #d2d700ff;
  min-width: 60px;
  text-align: right;
}

.tienda-btn:hover {
  color: #ffdd00;
}

.tienda-btn {
  background-color: rgba(255, 255, 255, 0.1);
  color: #d2d700ff;
  font-weight: 300;
  border: 0px;
  border-radius: 999px;
  padding: 8px 24px;
  font-size: 17px;
  background-clip: padding-box;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  backdrop-filter: blur(2px);
  text-decoration: none;
  white-space: nowrap;
}

.hero-image {
  width: 100%;
  position: relative;
}

.table-container {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
  border: none;
}

.table-container::-webkit-scrollbar {
  height: 8px;
}

.table-container::-webkit-scrollbar-thumb {
  background-color: rgba(210, 215, 0, 0.8);
  border-radius: 4px;
}

.price-table {
  min-width: 700px;
}

.custom-list {
  list-style: none;
  padding-left: 0;
}

.custom-list li {
  position: relative;
  padding-left: 1.5em;
}

.custom-list li::before {
  content: "*";
  position: absolute;
  left: 0;
  top: 0.4em;
  transform: translateY(-20%);
  color: #d2d700ff;
  font-size: 1.4em;
  font-weight: bold;
}

.tlf-btn,
.whatsapp-btn {
  text-decoration: none;
  color: #d2d700ff;
}

.tlf-btn:hover,
.whatsapp-btn:hover {
  color: #ffdd00;
}

.form-container {
  max-width: 500px;
  margin: auto;
  background-color: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
}

.form-container h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
}

label {
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
  font-weight: bold;
}

input,
textarea {
  width: 100%;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  transition: border-color 0.3s;
}

input:focus,
textarea:focus {
  border-color: #007bff;
  outline: none;
}

select {
  width: 100%;
  color: #181818;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8"><polygon points="0,0 12,0 6,8" fill="%23666"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px 8px;
}

.wpcf7-submit {
  background-color: #d2d700ff;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.wpcf7-submit:hover {
  background-color: #ffdd00;
}

.aviso-legal p {
  font-size: 11px;
}

.wpcf7-acceptance {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #555;
  margin-top: 10px;
}

.wpcf7-acceptance input[type="checkbox"] {
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

@keyframes bounce-left-right {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-5px);
  }

  100% {
    transform: translateX(0);
  }

}

.scroll-indicator {
  display: none;
  text-align: center;
  font-size: 17px;
  padding: 10px 0;
  color: #d2d700ff;
  animation: bounce-left-right 2s infinite;

}


@media (max-width: 768px) {
  .hero-image {
    top: 0;
    margin-top: 2rem;
  }

  .price-table {
    width: 700px;
  }

  .price-table th,
  .price-table td {
    border: 0px solid #4a7ab5;
  }

  h3 {
    text-align: center;
  }

  p,
  table,
  .price-table,
  .custom-list li {
    font-size: 14px;
  }

  h3 {
    font-size: 20px;
  }

  .tienda-btn {
    font-size: 14px;
    padding: 6px 18px;
  }

  input,
  textarea,
  select {
    font-size: 14px;
  }

  .wpcf7-submit {
    font-size: 14px;
    padding: 10px 16px;
  }

  .wpcf7-acceptance {
    font-size: 10px;
  }

  .aviso-legal p {
    font-size: 9px;
  }

  body {
    background: linear-gradient(to bottom,
        #5cc4edff 0%,
        #5cc4edff 2%,
        rgb(60, 106, 192) 5%,
        #2d55a1ff 80%,
        #2d55a1ff 100%);
  }

  .scroll-indicator {
    display: block;
  }
}