/* =======================
    hide theme elements
======================= */
#header-sticky {
  display: none !important;
}

/* =======================
  start progress bar 
======================= */
.webform-progress {
  background-color: #BBD9F0;
}

.progress-marker::before {
  height: 50px;
  width: 50px;
}

.progress-marker::after {
  top: 23px;
}

.webform-progress-tracker.progress-tracker {
  border-bottom: 4px solid #ffffff;
  margin: 0;
  padding: 15px 0;
}

.webform-progress-tracker .progress-step:not(.is-active) .progress-marker::before,
.webform-progress-tracker .progress-step:hover .progress-marker::before,
.webform-progress-tracker .progress-step .progress-marker::after {
  background-color: #fff;
}

.webform-progress-tracker .progress-step.is-active .progress-marker::before,
.webform-progress-tracker .progress-step.is-complete .progress-marker::before {
  background-color: #003A70;
}

.webform-progress-tracker .progress-step>.progress-marker:before {
  color: #003A70;
  display: block;
  font-family: "Font Awesome 6 Free";
  font-size: 1.5rem;
  font-weight: 500;
}

.webform-progress-tracker .progress-step.is-active>.progress-marker:before,
.webform-progress-tracker .progress-step.is-complete>.progress-marker:before {
  color: #ffffff;
}

.webform-progress-tracker .progress-step[data-webform-page="pagina_1"]>.progress-marker:before {
  font-weight: bold;
  font-family: 'Roboto';
  content: "1";
  line-height: 1.8;
}

.webform-progress-tracker .progress-step[data-webform-page="pagina_2"]>.progress-marker:before {
  font-weight: bold;
  font-family: 'Roboto';
  content: "2";
  line-height: 1.8;
}

.webform-progress-tracker .progress-step[data-webform-page="pagina_3"]>.progress-marker:before {
  font-weight: bold;
  font-family: 'Roboto';
  content: "3";
  line-height: 1.8;
}

.webform-progress-tracker .progress-step[data-webform-page="pagina_4"]>.progress-marker:before {
  content: "\f0e0";
  line-height: 1.8;
}

.webform-progress-tracker .progress-step[data-webform-page="webform_confirmation"]>.progress-marker:before {
  content: "\f019";
  font-weight: 900;
  line-height: 1.8;
}

/* ======================
  end progress bar
====================== */
/*  Protocolos */
.webform-protocolos,
.protocolos-confirmation {
  background: rgb(241, 239, 239);
}

.protocolos-confirmation .p {
  color: #003A70 !important;
  background-color: #c1c1c1;
  margin: 15px 0;
  text-align: center;
  font-weight: bold;
  width: 100%;
  font-size: 1.5rem;
  margin-top: 0;
  padding: 15px;
}

.webform-protocolos .form-actions.form-group,
.protocolos-confirmation .webform-confirmation__message {
  padding-bottom: 0 !important;
}

.webform-protocolos .webform-radios-other-input {
  margin-top: 15px;
}

.webform-protocolos .webform-radios-other-input > label,
.webform-protocolos .webform-select > label,
fieldset.form-type-email > label {
  font-weight: bold;
}

/* botones */
.webform-protocolos .form-actions {
  display: flex;
}

.webform-protocolos .form-actions>button {
  margin: auto;
  margin-block-end: 1.5em;
}

.webform-protocolos .form-check-label {
  padding-left: 1.25em;
  margin-bottom: 5px;
}

/*Radio Button*/
input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: 2px solid #003A70;
  background-color: #FFFFFF;
  transition: 0.2s all linear;
  margin-left: 40px;
  position: absolute;
}

input[type=radio]:checked {
  border: 6px solid #003A70;
  background-color: #FFFFFF;
}

fieldset.form-group {
  padding: 0;
}

.webform-legend>legend {
  color: #003A70 !important;
  background-color: #cccbcb;
  margin: 40px 0;
  text-align: center;
  font-weight: bold;
  font-family: 'Roboto';
  padding: 15px;
}

.webform-p>p {
  color: #003A70 !important;
  background-color: #c1c1c1;
  margin: 15px 0;
  text-align: center;
  font-weight: bold;
  width: 100%;
  font-size: 1.5rem;
  margin-top: 0;
  padding: 15px;
}

label {
  margin-left: 60px;
}

.webform-input input[type=checkbox]+label {
  display: block;
  margin-left: 20px;
  margin-top: 25px;
  cursor: pointer;
  font-weight: bold;
}

.webform-input input[type=checkbox] {
  display: none;
}

.webform-input input[type=checkbox]+label:before {
  content: "\2714";
  border: 0.1em solid #000;
  display: inline-block;
  width: 25px;
  height: 25px;
  padding-left: 0.2em;
  padding-bottom: 0.3em;
  margin-right: 0.2em;
  vertical-align: bottom;
  color: transparent;
  transition: .1s;
  background-color: #ffffff;
  border-color: #003A70;
}

.webform-input input[type=checkbox]+label:active:before {
  transform: scale(0);
}

.webform-input input[type=checkbox]:checked+label:before {
  background-color: #FFFFFF;
  border-color: #003A70;
  color: #003A70;
}

input[type=email] {
  margin-left: 60px;
  width: 50%;
}

.webformt-input input[type=text] {
  margin-left: 60px;
  width: 50%;
}

.webform-select select {
  margin-left: 60px;
  width: auto;
}
