.cb-error-label {
  color: var(--input_field_error, '#e74c3c') !important;
  position: absolute;
  top: 105%;
  left: 0;
  font-size: 12px;
}
.cb-item-input:has(.is-invalid) {
  border: 1px solid var(--input_field_error, '#e74c3c') !important;
  background-image: url("data:image/svg+xml,<svg fill="red" height="16" viewBox="0 0 24 24" width="16" xmlns="http://www.w3.org/2000/svg"><path d="M1 21h22L12 2 1 21z"/><path d="M12 16h-1v-4h1v4zm0 4h-1v-2h1v2z"/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
  margin-bottom: 32px !important;
}
.cb-item-input:has(.is-valid) {
  border: 1px solid var(--input_field_success, '#2ecc71') !important;
  background-image: url("data:image/svg+xml,<svg fill="green" height="16" viewBox="0 0 24 24" width="16" xmlns="http://www.w3.org/2000/svg"><path d="M12 0C5.3725 0 0 5.3725 0 12C0 18.6275 5.3725 24 12 24C18.6275 24 24 18.6275 24 12C24 5.3725 18.6275 0 12 0ZM10.0002 17L4.9998 12.0002L6.4122 10.5878L10.0002 14.1758L17.5878 6.5882L19.0002 8.0006L10.0002 17Z"/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
}
.cb-input-two {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
.cb-input-two .cb-input,
.cb-input-two .cb-select,
.cb-input-two .cb-textarea {
  width: 48.5%;
}
.cb-input,
.cb-select,
.cb-textarea {
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  border: 1px solid rgba(0,44,129,0.302);
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #fff;
}
.cb-input input,
.cb-select input,
.cb-textarea input,
.cb-input select,
.cb-select select,
.cb-textarea select,
.cb-input textarea,
.cb-select textarea,
.cb-textarea textarea {
  border: 0;
  width: 100%;
  height: 34px;
  box-sizing: border-box;
  display: block;
  line-height: 100%;
  background: none;
  box-shadow: none;
  appearance: none;
  padding: 0 14px;
  line-height: 40px;
  position: absolute;
  color: #000;
  left: 0;
  bottom: 0;
  font-size: 16px;
  overflow: hidden;
}
.cb-input input:-webkit-autofill,
.cb-select input:-webkit-autofill,
.cb-textarea input:-webkit-autofill,
.cb-input select:-webkit-autofill,
.cb-select select:-webkit-autofill,
.cb-textarea select:-webkit-autofill,
.cb-input textarea:-webkit-autofill,
.cb-select textarea:-webkit-autofill,
.cb-textarea textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 200px #fff inset;
  -webkit-text-fill-color: #000;
  border-radius: 10px;
  -webkit-background-color: transparent !important;
}
.cb-input input:focus ~ .input-label span,
.cb-select input:focus ~ .input-label span,
.cb-textarea input:focus ~ .input-label span,
.cb-input select:focus ~ .input-label span,
.cb-select select:focus ~ .input-label span,
.cb-textarea select:focus ~ .input-label span,
.cb-input textarea:focus ~ .input-label span,
.cb-select textarea:focus ~ .input-label span,
.cb-textarea textarea:focus ~ .input-label span {
  transform: translate3d(0, -10px, 0);
  font-size: 11px;
  opacity: 1;
}
.cb-input input:focus ~ .input-label i,
.cb-select input:focus ~ .input-label i,
.cb-textarea input:focus ~ .input-label i,
.cb-input select:focus ~ .input-label i,
.cb-select select:focus ~ .input-label i,
.cb-textarea select:focus ~ .input-label i,
.cb-input textarea:focus ~ .input-label i,
.cb-select textarea:focus ~ .input-label i,
.cb-textarea textarea:focus ~ .input-label i {
  font-size: 14px;
  transform: translate3d(0, -10px, 0);
}
.cb-input select,
.cb-select select,
.cb-textarea select {
  color: #000;
  cursor: pointer;
}
.cb-input select::-ms-expand,
.cb-select select::-ms-expand,
.cb-textarea select::-ms-expand {
  display: none;
}
.cb-input select[disabled] + .input-label,
.cb-select select[disabled] + .input-label,
.cb-textarea select[disabled] + .input-label {
  opacity: 0.5;
}
.cb-input input[disabled] + .input-label,
.cb-select input[disabled] + .input-label,
.cb-textarea input[disabled] + .input-label {
  opacity: 0.5;
}
.cb-input.inFocus,
.cb-select.inFocus,
.cb-textarea.inFocus {
  border-color: #1262f8;
}
.cb-input.inFocus span,
.cb-select.inFocus span,
.cb-textarea.inFocus span {
  color: #000;
}
.cb-input .input-label,
.cb-select .input-label,
.cb-textarea .input-label {
  display: block;
  height: 45px;
  pointer-events: none;
  box-sizing: border-box;
  position: relative;
  border-radius: 10px;
}
.cb-input .input-label span,
.cb-select .input-label span,
.cb-textarea .input-label span {
  transform-origin: 0% 50%;
  padding: 0 14px;
  box-sizing: border-box;
  transition: transform 0.2s, opacity 0.2s, font-size 0.2s;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-start;
  color: var(--book_text_color, '#000');
  font-size: 14px;
  position: relative;
}
.cb-input .input-label i,
.cb-select .input-label i,
.cb-textarea .input-label i {
  font-size: 20px;
  color: #000;
  position: absolute;
  right: 14px;
  bottom: 12px;
  display: inline-block;
  align-items: center;
  justify-content: center;
  color: #000;
  transition: transform 0.2s, opacity 0.2s, font-size 0.2s;
}
.cb-input .input-label.fijar span,
.cb-select .input-label.fijar span,
.cb-textarea .input-label.fijar span {
  transform: translate3d(0, -10px, 0);
  font-size: 11px;
  opacity: 1;
  color: #4f4f4f;
}
.cb-input .input-label.fijar i,
.cb-select .input-label.fijar i,
.cb-textarea .input-label.fijar i {
  font-size: 16px;
  top: 25px;
  transform: translate3d(0, -10px, 0);
}
.cb-select.iconleft select {
  padding-left: 45px;
}
.cb-textarea {
  width: 100%;
}
.cb-textarea textarea {
  line-height: 100%;
  height: 90px;
  position: static;
  padding-top: 23px;
  box-sizing: border-box;
}
.cb-textarea .input-label {
  height: 15px;
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
}
.cb-textarea .input-label span {
  height: 100%;
}
.cb-terminos {
  position: relative;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
}
.cb-terminos.center {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.cb-terminos input[type="checkbox"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.cb-terminos input[type="checkbox"]:checked + label .cb-terminos_icon:before {
  border-color: #000;
}
.cb-terminos input[type="checkbox"]:checked + label .cb-terminos_icon:after {
  color: #000;
  opacity: 1;
  visibility: visible;
}
.cb-terminos_nota {
  position: relative;
  display: block;
  padding-left: 30px;
  box-sizing: border-box;
  margin: 0;
}
.cb-terminos_text {
  font-size: 14px;
  line-height: 20px;
  color: var(--book_text_color, '#000');
}
.cb-terminos_text p {
  margin: 0;
}
.cb-terminos_text p em {
  color: #000;
  font-size: 18px;
}
.cb-terminos_text span {
  color: #000;
  display: inline-block;
  vertical-align: middle;
}
.cb-terminos_text a {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
  transition: all 0.4s;
}
.cb-terminos_text a:hover {
  opacity: 0.8;
  text-decoration: underline;
}
.cb-terminos_icon {
  position: absolute;
  top: 0px;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid transparent;
  margin: 0px 0 0 0;
  box-sizing: border-box;
}
.cb-terminos_icon:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  left: 0;
}
.cb-terminos_icon:after {
  content: "✓";
  display: block;
  width: 100%;
  height: 100%;
  line-height: 22px;
  color: #000;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease-in-out;
  position: absolute;
  top: -3px;
  left: 0px;
}
.cb-required {
  display: block;
  line-height: 18px;
  margin-bottom: 28px;
  color: var(--book_text_color, '#000');
  font-size: 12px;
}
.cb-icoinput {
  margin: 0;
}
.cb-icoinput svg {
  width: 24px !important;
  height: auto !important;
}
.cb-icoinput svg path {
  fill: var(--color-secundario, '#000') !important;
}
.cb-input-file {
  border: 1px dashed var(--color-secundario, '#000');
  border-radius: 5px;
}
.cb-input-file label {
  position: relative;
  z-index: 2;
  height: 45px !important;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
  box-sizing: border-box;
}
.cb-input-file input {
  opacity: 0;
  height: 67px !important;
  cursor: pointer;
}
.cb-inpufile-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  z-index: 1;
  box-sizing: border-box;
  pointer-events: none;
  color: var(--book_text_color, '#000');
}
@media screen and (max-width: 480px) {
  .cb-inpufile-text {
    font-size: 12px;
    line-height: 16px;
  }
}
.cb-input-radio {
  width: 20%;
  position: relative;
}
.cb-input-radio input {
  display: none;
}
.cb-input-radio input:checked + label:after {
  opacity: 1;
}
.cb-input-radio input:checked + label:before {
  border: 1px solid var(--color-primario, '#000');
}
.cb-input-radio label {
  display: flex;
  font-size: 16px;
  color: var(--book_text_color, '#000');
  font-weight: 400;
  line-height: 21px;
  align-items: center;
  position: relative;
}
.cb-input-radio label:before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 1px solid var(--color-primario, '#000');
  display: inline-block;
  margin-right: 20px;
  box-sizing: border-box;
}
.cb-input-radio label:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--color-primario, '#000');
  position: absolute;
  top: 5px;
  left: 4px;
  opacity: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .cb-input-radio {
    width: 50%;
  }
}
.cb-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 194px;
  height: 45px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
  border-radius: 4px;
  background-color: var(--color-primario, '#000');
  border: none;
}
.cb-btn:hover {
  background-color: var(--color-secundario, '#000');
}
.cb-section {
  padding-top: 76px;
  padding-bottom: 80px;
  box-sizing: border-box;
  font-family: var(--book_font_all_text);
  font-weight: var(--book_font_weight_all_text);
  background-color: var(--bgcolor_page);
}
@media screen and (max-width: 745px) {
  .cb-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.cb-title-libro {
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 53px;
  text-align: center;
  color: var(--book_text_color, '#000');
  font-family: var(--book_font_title);
  font-weight: var(--book_font_weight_title);
}
@media screen and (max-width: 745px) {
  .cb-title-libro {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}
.cb-description-libro {
  max-width: 792px;
  font-size: 16px;
  margin: 0 auto;
  margin-bottom: 78px;
  line-height: 22px;
  color: var(--book_text_color, '#000');
  text-align: center;
}
.cb-description-libro p {
  margin: 0;
}
@media screen and (max-width: 745px) {
  .cb-description-libro {
    margin-bottom: 40px;
  }
}
.cb-libro-box {
  padding-bottom: 39px;
  margin-top: 30px;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.cb-libro-box.observacion {
  margin-bottom: 30px;
}
.cb-libro-box:last-child {
  border: none;
  padding: 0;
}
.cb-title-box {
  font-size: 18px;
  font-weight: var(--book_font_weight_subtitle);
  line-height: 24px;
  color: var(--book_text_color, '#000');
  margin-bottom: 24px;
}
.cb-libro-down {
  max-width: 792px;
  margin: 0 auto;
}
.cb-subtitle-libro {
  font-size: 14px;
  color: var(--book_text_color, '#000');
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 18px;
}
.cb-nota {
  line-height: 18px;
  font-size: 12px;
  color: var(--book_text_color, '#000');
}
.cb-nota p {
  margin: 0;
}
.cb-description-end {
  font-size: 14px;
  line-height: 20px;
  color: var(--book_text_color, '#000');
}
.cb-box-reclamo {
  font-size: 12px;
  color: var(--book_text_color, '#000');
  line-height: 18px;
  margin-bottom: 26px;
}
.cb-box-reclamo p {
  margin: 0;
}
.cb-libro-observacion {
  color: var(--book_text_color, '#000');
  font-size: 14px;
  line-height: 20px;
}
.cb-libro-observacion p {
  margin: 0;
  margin-bottom: 16px;
}
.cb-libro-observacion p:last-child {
  margin-bottom: 0;
}
.cb-libro-observacion .cbdate:first-letter {
  color: #f00;
}
.cb-libro-formulacion {
  font-size: 12px;
  color: #000;
  margin-top: 12px;
  line-height: 16px;
}
.cb-libro-formulacion p {
  margin: 0;
  margin-bottom: 10px;
}
.cb-list-radios {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 30px;
}
.cb-date {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .cb-date {
    flex-flow: row wrap;
  }
}
.cb-date-item {
  width: 48.5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
}
@media screen and (max-width: 640px) {
  .cb-date-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .cb-date-item:last-child {
    margin-bottom: 0;
  }
}
.cb-date-item.codigo {
  display: block;
  padding: 12px 16px;
  box-sizing: border-box;
  text-align: left;
  background-color: rgba(215,231,255,0.2);
}
.cb-date-item.codigo span {
  margin: 0;
  font-size: 10px;
  line-height: 14px;
  color: #000;
  text-align: center;
  display: block;
}
.cb-date-item.codigo p {
  font-size: 16px;
  line-height: 20px;
  color: #000;
  margin-bottom: 4px;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .cb-date-item.codigo {
    padding: 12px 10px;
  }
  .cb-date-item.codigo span {
    text-align: center;
  }
}
.cb-date-item.date {
  background-color: rgba(215,231,255,0.2);
  height: 60px;
  padding: 18px 16px;
  box-sizing: border-box;
}
.cb-date-item.date span {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  color: #000;
}
.cb-date-item.date span input {
  border: none;
  background-color: transparent;
  text-align: end;
  cursor: unset;
}
.cb-date-item.date p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #212121;
}
.cb-date-item p {
  margin: 0;
}
