.form-body {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background-color: black;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.form-container, .form-princ {
    width: 100%;
    box-sizing: border-box;
    border-radius: 8px;
}

.form-container {
    background: #fff;
    text-align: center;
    padding: 30px 35px 0 35px;
}

.form-container .form-header {
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 30px 0;
}

.form-princ {
    width: 100%; /* Asegura que .form-princ tome el ancho completo del contenedor */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-princ .form-form {
    display: flex;
    width: 100%;
    transition: margin-left 0.3s ease-in-out;
}

.form-princ .form-form .form-pagina {
    width: 100%;
    flex-shrink: 0;
    transition: margin-left 0.3s ease-in-out;
}

.form-princ .form-form .form-pagina .form-titulo {
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 35px;
    text-align: center;
    font-weight: bold;
}

.form-princ .form-form .form-pagina .form-campo {
    height: 35px;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 1em;
    display: flex;
    position: relative;
}

.form-princ .form-form .form-pagina .form-campo .form-label {
    position: absolute;
    top: -70px;
    font-size: 20px;
    float: left;
    text-align: justify;
    width: 100%;
    margin-top: 10px;
}

.form-label b {
    color: red;
    font-style: italic;
    font-weight: 400;
}

.form-princ .form-form .form-pagina .form-campo .form-input {
    width: 100%;
    padding: 0.5em;
    border: 1px solid black;
    border-radius: 5px;
    box-sizing: border-box;
}


.form-princ .form-form .form-pagina .form-campo_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding-bottom: 15px;
}

.form-princ .form-form .form-pagina .form-campo_grid .form-campo_grid_column {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.form-princ .form-form .form-pagina .form-campo_grid .form-label {
    margin-top: 15px;
    font-size: 20px;
    float: left;
    text-align: left;
    width: 100%;
    margin-bottom: 15px;
}

.form-princ .form-form .form-pagina .form-campo_grid .form-input {
    width: 80%;
    height: 30px;
    border: 1px solid black; 
    border-radius: 5px;
    font-size: 16px;
    padding-left: 20px;
}

.form-princ .form-form .form-pagina .form-campo-textarea {
    display: grid;
}

.form-princ .form-form .form-pagina .form-campo-textarea .form-label {
    font-weight: 500;
    font-size: 20px;
    float: left;
    text-align: justify;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

.form-princ .form-form .form-pagina .form-campo-textarea .form-textarea {
    width: 100%;
    padding: 0.5em;
    border: 1px solid black;
    border-radius: 5px;
    box-sizing: border-box;
    height: 100px;
}

.form-princ .form-form .form-pagina .form-campo_option {
    text-align: start;
    font-size: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 20px auto;
}

.form-princ .form-form .form-pagina .form-campo_option_genero{
    text-align: left;
    font-size: 20px;
    display: flex;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 20px;
}

.form-princ .form-form .form-pagina .form-campo_option .form-input[type="radio"] {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
}

.form-princ .form-form .form-pagina .form-campo .form-button {
    width: 100%;
    height: calc(100% + 5px);
    margin-top: -20px;
    border: none;
    background: #0E2c48;
    border-radius: 7px;
    display: flex;
    justify-content: center; /* Centra horizontalmente */
    align-items: center; /* Centra verticalmente */
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s ease;
}

.form-princ .form-form .form-pagina .form-campo .form-button:hover {
    background: #D82a31;
}

.form-princ .form-form .form-pagina .form-btns .form-button {
    margin-top: -20px !important;
    position: relative;
}

.form-form .form-pagina .form-btns .form-button.form-volver {
    margin-right: 3px;
    font-size: 17px;
}

.form-form .form-pagina .form-btns .form-button.form-adelante {
    margin-right: 3px;
}

.form-container .form-progress-bar {
    display: flex;
    margin: 40px 0;
}

.form-container .form-progress-bar .form-paso {
    text-align: center;
    width: 100%;
    position: relative;
}

.form-progress-bar .form-paso .form-p {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin-bottom: 8px;
    transition: 0.5s;
}

.form-progress-bar .form-paso .form-p.form-active {
    color: rgba(250, 215, 16, 0.76);
    transition: 0.5s;
}

.form-progress-bar .form-paso .form-num {
    position: relative;
    width: 25px;
    height: 25px;
    border: 2px solid #000;
    border-radius: 50%;
    display: inline-block;
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
    transition: 0.5s;
}

.form-progress-bar .form-paso .form-num.form-active {
    border-color: rgba(250, 215, 16, 0.76);
    background: rgba(250, 215, 16, 0.76);
    transition: 0.5s;
}

.form-progress-bar .form-paso .form-num .form-span {
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.form-progress-bar .form-paso .form-num.form-active .form-span {
    display: none;
}

.form-progress-bar .form-paso .form-check {
    display: none;
    position: absolute;
    left: 50%;
    top: 70%;
    font-size: 15px;
    transform: translate(-50%, -50%);
}

.form-progress-bar .form-paso .form-check.form-active {
    display: block;
    color: #fff;
}

.form-progress-bar .form-paso .form-num:before,
.form-progress-bar .form-paso .form-num:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background: #000;
    top:50%;
    transform: translateY(-50%);
}

.progress-bar .paso .num:before {
    left: -100%;
}

.progress-bar .paso .num:after {
    left: 100%;
}

.progress-bar .paso:first-child .num:before,
.progress-bar .paso:last-child .num:after {
    display: none;
}

.progress-bar .paso .num.active:before,
.progress-bar .paso .num.active:after {
    background: rgba(250, 215, 16, 0.76);
}

form .pagina .btns {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 45px;
}

label{
    font-weight: 500;
    font-size: 20px;
    float: left;
    text-align: left;
    width: 100%;
    
}

.divider {
    width: 100%; /* O el ancho que desees */
    height: 2px; /* Grosor de la línea */
    background-color: black; /* Color de la línea */
    margin: 100px 0; /* Ajusta el espacio alrededor de la línea */
}
