.preinscripcion-title {
  display: flex;
  justify-content: center;
}

.preinscripcion-subtitle {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.preinscripcion-subtitle h4 {
  border-radius: 10px;
  color: white;
  padding: 4px;
  padding-left: 12px;
  padding-right: 12px;
  text-align: center;
}

.preinscripcion-text p {
  font-size: 20px;
  text-align: center;
}

.plan-general-list-item-container {
  padding: 15px;
  border-radius: 11px;
  box-shadow: 5px 5px 14px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 25px;
}

.plan-general-list-item-container p {
  margin: 0;
  margin-bottom: 3px;
  font-size: 20px;
}

.plan-general-list-item-container h3 {
  margin: 0;
  margin-bottom: 7px;
}

.preinscripcion-button-row {
  margin-top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hidden {
  display: none;
}

.planes-generales-title-image {
  height: 130px;
  width: 130px;
  margin-right: 30px;
}

.planes-generales-title {
  height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.planes-generales-title h1 {
  display: flex;
  margin: 0px;
}

.planes-generales-title em {
  margin-left: -4px;
}

.message-modal-checkbox {
  margin-top: 10px;
}

.message-modal-input {
  margin-bottom: 10px;
}

.form-button-container .button {
  margin-top: 34px !important;
  margin-bottom: 8px !important;
  height: 36px !important;
  line-height: 36px !important;
  width: 100%;
}

span.underline {
  text-decoration: underline;
}

/* Progress checklist */

@keyframes pulse {
  0% {
    font-size: 15px;
  }
  100% {
    font-size: 20px;
  }
}

@keyframes rotate-hourglass {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  70% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

ul.tickbox {
  padding-top: 10px;
}

ul.tickbox li {
  list-style-type: none;
  padding: 5px;
}

ul.tickbox li:before {
  content: "";
  font-size: 20px;
  margin-right: 10px;
  line-height: 20px;
  display: inline-block;
  text-align: center;
  width: 20px;
}

ul.tickbox li.completed:before {
  content: "✓";
  color: #70b37a;
}

ul.tickbox li.current:before {
  content: "\f254";
  font-family: "Font Awesome 6 Free";
  font-size: 14px;
  font-weight: 900;
  color: #e2a03e;
  animation: rotate-hourglass 2s infinite linear;
  position: relative;
  bottom: 1px;
}

ul.tickbox li.unavailable:before {
  content: "\f023";
  font-family: "Font Awesome 6 Free";
  color: #b3b3b3;
  font-size: 14px;
  font-weight: 900;
  position: relative;
  bottom: 2px;
}

ul.tickbox li.unavailable {
  color: #b3b3b3;
}

ul.tickbox li.unavailable p {
  color: #cecece;
}

ul.tickbox p {
  padding-left: 30px;
  color: #868686;
}

@media screen and (max-width: 500px) {
  ul.tickbox {
    padding-left: 0px;
  }
}

/* Normas */

b.normas-title {
  display: flex;
  text-align: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

p.normas-subtitle {
  display: flex;
  text-align: center;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 15px;
}

ol.normas-campamento li {
  font-weight: 700;
  margin-bottom: 10px;
}

ol.normas-campamento p {
  margin-left: -40px;
  text-align: justify;
}

.descargar-normas {
  color: #868686;
  font-size: 15px;
  margin-top: -12px;
}

.descargar-normas a {
  color: #868686;
  text-decoration: underline;
}

/* Step Progress */

.step-progress-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.step-progress-container .step-progress-center {
  width: 50%;
}

@media screen and (max-width: 500px) {
  .step-progress-container .step-progress-center {
    width: 80%;
  }
}

/* Confirmation */

.confirmation-container {
  margin-top: 0;
}

/* Inscripcion detail */

.inscripcion-docs-row {
  padding: 0px 15px;
  margin-top: 10px;
}

.inscripcion-detail-title > h3 {
  font-size: 20px;
  padding: 0px 15px;
}

.inscripcion-detail-container hr {
  margin-top: 8px;
  margin-bottom: 13px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
}

.form-section-text {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 0px;
  margin-bottom: 15px;
}