/* === BOTÓN === */
.btn-custom,
.wpcf7 input[type="submit"].btn-custom {
  background-color: #b3ea1b !important;
  color: #000 !important;
  border: none;
  border-radius: 0;
  padding: 0.6rem 1.5rem;
  font-size: 1rem !important;
  cursor: pointer;
  transition: background-color 0.2s ease, box-shadow 0.3s ease;
}

.btn-custom:hover,
.wpcf7 input[type="submit"].btn-custom:hover {
  background-color: #c7f240 !important;
  box-shadow: 0 0 8px 3px rgba(255, 255, 255, 0.7);
  color: #000 !important;
}

/* === FORMULARIO === */
.wpcf7-form .form-group,
.wpcf7-form p {
  margin-bottom: -0.6rem !important;
}

.wpcf7-form label {
  margin-bottom: 0.1rem !important;
  display: inline-block;
}

.wpcf7-form .form-control,
.wpcf7-form .form-select,
.wpcf7-form textarea {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.wpcf7-form ::placeholder {
  font-size: 1rem;
  color: #6c757d;
  opacity: 1;
}

.wpcf7-form .form-check-input {
  width: 1.25rem;
  height: 1.25rem;
  border: 0.5px solid rgba(0, 0, 0, 0.7); /* borde muy fino y semitransparente */
  border-radius: 0;
  margin-top: 0.8rem;
  transform: none;
}

.wpcf7-form .form-check-label,
.wpcf7-form .form-check-label a {
  font-size: 0.9rem !important;
  line-height: 1.6;
}

/* === UTILIDADES === */
.small-form,
.small-form * {
  font-size: 0.85rem !important;
}

.pb-extra {
  padding-bottom: 13rem !important;
}

.ps-4-5 {
  padding-left: 2.5rem !important;
}

/* === MEDIA QUERIES === */
@media (max-width: 767.98px) {
  .boton-wrapper {
    display: flex;
    justify-content: flex-start;
    padding-left: 5rem;
  }

  .wpcf7-form .form-group,
  .wpcf7-form p {
    margin-bottom: 0.2rem !important;
  }
}

@media (min-width: 768px) {
  .boton-wrapper {
    display: flex;
    justify-content: center;
  }
}

@media (min-width: 768px) {
  .pt-md-4-5 {
    padding-top: 2.25rem !important; /* entre 1.5rem y 3rem */
  }

  .pb-md-4-5 {
    padding-bottom: 2.25rem !important;
  }
}


div.wpcf7 .wpcf7-response-output,
div.wpcf7 form .wpcf7-response-output,
div.wpcf7 form.sent .wpcf7-response-output,
div.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  display: none !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  min-height: 0 !important;
}


@media (min-width: 768px) and (max-width: 1024px) {
  .scroll-info-box > .bg-white {
    padding-left: 1rem !important; 
    padding-right: 0.5rem !important; 
  }

  .scroll-info-box {
    padding-left: 0 !important;
  }
}

