.stepwizard-step p {
  margin-top: 0px;
  color: #666;
}
.stepwizard-row {
  display: flex;
  width: 100%;
}
.stepwizard {
  display: table;
  width: 100%;
  position: relative;
}
.stepwizard-step button[disabled] {
  /*opacity: 1 !important;
    filter: alpha(opacity=100) !important;*/
}

.btn-success {
  background: #53ddba;
  border-color: #53ddba;
}

.btn-primary {
  background: #1cbd94;
  border-color: #1cbd94;
}

.stepwizard .btn.disabled,
.stepwizard .btn[disabled],
.stepwizard fieldset[disabled] .btn {
  opacity: 1 !important;
  color: #bbb;
}
.stepwizard-row:before {
  top: 14px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #ccc;
  z-index: 0;
}
.stepwizard-step {
  display: table-cell;
  text-align: center;
  position: relative;
}
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

#candidatoForm {
  border: 0;
}

@media only screen and (max-width: 600px) {
  small {
    font-size: 60% !important;
  }

  .publifuera{
    display: none;
  }

  .stepwizard {
    display: flex;
    width: 100%;
    margin-left: -5%;
  }
}

/* .formularioCandidato{
    padding-top: 2vh;
    border-radius: 20px;

    border-radius: 56px;
background: #19D1A3;
box-shadow: inset 27px 27px 53px #10886a,
            inset -27px -27px 53px #22ffdc;
}

.panel-body{
    background: #19D1A3;
    border: #19D1A3;
}

.container-fluid.m-t-20{
    background: #19D1A3;
}

.panel{
    border: 0px;
    border-radius: 0px;
    box-shadow: none;
}

#nombre{
    border-radius: 20px;
    box-shadow:  20px 20px 60px #13a782,
             -20px -20px 60px #19e1b0;
}

#nombre:focus{border-color: transparent;}
 */

.info p {
  text-align: center;
  color: #999;
  text-transform: none;
  font-weight: 600;
  font-size: 15px;
  margin-top: 2px;
}

.info i {
  color: #55acee;
}

h1 {
  text-align: center;
  color: #666;
  text-shadow: 1px 1px 0px #fff;
  margin: 50px 0px 0px 0px;
}

h2 {
  font-size: 20px;
  font-weight: 600;
}

h3 {
  font-size: 17px;
  font-weight: 600;
  color: #fff;
}

a {
  text-decoration: inherit;
  color: inherit;
}

a:hover {
  text-decoration: inherit;
}

hr {
  position: relative;
  margin-top: 27%;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 50px;
  opacity: 0.15;
}

.contenido {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-bottom: 10vh;
  /* background: #f2f2f2; */
}

.contenedor {
  background-image: url('../../../img/registro/registro2.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  display: block;
  position: relative;
  height: 730px;
  border-radius: 40px;
  margin: auto;
  box-shadow: 1px 5px 10px 1px #333;
  overflow: hidden;
}
.contenedor:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

img.bg-img {
  display: block;
  position: absolute;
  margin: auto;
}

.menulogin {
  position: relative;
  text-align: center;
  padding: 6% 13% 0 13%;
}

.menulogin h2 {
  display: inline;
  margin: 20px;
  padding-bottom: 3px;
  border-bottom: 3px solid #1161ee;
}
a:not(.active) {
  cursor: inherit;
}
.menulogin .active h2 {
  border-bottom: 0 solid #1161ee;
  color: #ffffff;
  transition: color 0.5s ease-in;
}

.connexion h2 {
  display: inline;
  margin: 20px;
  padding-bottom: 3px;
  border-bottom: 2px solid #1161ee;
}

label {
  display: block;
  margin-top: 10px;
  padding: 5px 10px;
  font-size: 15px;
  font-weight: 600;
  color: rgb(255, 255, 255);
}

input {
  display: block;
  width: 93%;
  margin: auto;
  padding: 13px;
  border: 0;
  border-radius: 20px;
  font-family: "Roboto", sans-serif;
  opacity: 0.6;
  outline: none;
  font-size: 19px;
}

input p {
  color: rgb(85, 85, 85);
  opacity: 1;
}

input.submit {
  width: 100%;
  padding: 10px;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  opacity: 1;
  background-color: #1161ee;
  cursor: pointer;
}

input.submit:hover{
  background-color: #0e4ebe;
}

.check label {
  float: left;
}

.check h3 {
  color: #fffcfc;
}

.checkbox {
  display: none;
}

.checkbox:checked + svg .path-moving {
  -webkit-transition: stroke 0.4s, stroke-dasharray 0.4s,
    stroke-dashoffset 0.4s cubic-bezier(0.3, 0.8, 0.6, 1.5);
  transition: stroke 0.4s, stroke-dasharray 0.4s,
    stroke-dashoffset 0.4s cubic-bezier(0.3, 0.8, 0.6, 1.5);
  stroke-dasharray: 25 90;
  stroke-dashoffset: 0;
}

.path-moving,
.path-back {
  fill: none;
  stroke: #1161ee;
  stroke-width: 3px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.path-moving {
  -webkit-transition: stroke 0.4s, stroke-dasharray 0.4s, stroke-dashoffset 0.4s;
  transition: stroke 0.4s, stroke-dasharray 0.4s, stroke-dashoffset 0.4s;
  stroke: #ffffff;
  stroke-dasharray: 110;
  stroke-dashoffset: -32;
}
.enregistrer {
  position: absolute;
  padding: 2% 6%;
  width: 100%;
  right: 0px;
  transition: all 0.7s;
}
.remove-section {
  position: absolute;
  left: 500px;
}

/* FORMULARIO PARTE 2 */

.contenido2 {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  /* background: #f2f2f2; */
}

.contenedor2 {
  background-image: url('../../../img/registro/registro1.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  display: block;
  position: relative;
  margin: auto;
  border-radius: 40px;
  box-shadow: 1px 5px 10px 1px #333;
  overflow: hidden;
  margin-bottom: 10rem;
}
.contenedor2:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
#candidatoForm2 {
  position: relative;
}

select {
  padding: 0px;
}

.ui-datepicker-month {
  text-align: center;
}
.ui-datepicker-year {
  text-align: center;
}

/* FORMULARIO PARTE 3 */

.contenido3 {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  /* background: #f2f2f2; */
}

.contenedor3 {
  background-image: url('../../../img/registro/registro3.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  display: block;
  position: relative;
  margin: auto;
  border-radius: 40px;
  box-shadow: 1px 5px 10px 1px #333;
  overflow: hidden;
  margin-bottom: 10rem;
}
.contenedor3:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
/* FORMULARIO PARTE 4 */

.contenido4 {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  /* background: #f2f2f2; */
}

.contenedor4 {
  background-image: url('../../../img/registro/registro3.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  display: block;
  position: relative;
  margin: auto;
  border-radius: 40px;
  box-shadow: 1px 5px 10px 1px #333;
  overflow: hidden;
  margin-bottom: 10rem;
}
.contenedor4:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.contenedor4 form {
  position: relative;
}

.contenedor4 input {
  opacity: 1;
}

label.radio-inline {
  margin-top: 0px;
}

label.radio-inline input[type="radio"] {
  margin-top: 4px;
  margin-left: revert;
}

@media (min-width: 768px) {
  #divSepe {
    margin-top: -12px;
  }
}

.politica{
  color: black;
}

.politica:hover{
  color: black;
  text-decoration: underline;
}

.adjustlabel{
  margin-top: 6px;
}

.makegrid{
  display: grid;
  /* grid-template-columns: 1fr 2fr; */
}

.cambiarpubli{
  grid-row: 1;
}