html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}


body {
    background-color: #dfe5ed;
    margin-bottom: 0%;
    margin-top: 10px;
}

p {
    text-align: justify;
    font-size: 14px;
}

li{
    font-size:13px;
}

.register {
    background: -webkit-linear-gradient(left, #004AAD,#063970);
    margin-top: 0%;
    padding: 3%;
}

.register-left {
    text-align: center;
    color: #fff;
    margin-top: 4%;
}

    .register-left input {
        border: none;
        border-radius: 1.5rem;
        padding: 2%;
        width: 60%;
        background: #f8f9fa;
        font-weight: bold;
        color: #383d41;
        margin-top: 30%;
        margin-bottom: 3%;
        cursor: pointer;
    }

.register-right {
    background: #f8f9fa;
    border-top-left-radius: 10% 50%;
    border-bottom-left-radius: 10% 50%;
}

.register-left img {
    margin-top: 15%;
    margin-bottom: 5%;
    width: 25%;
    -webkit-animation: mover 2s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

.register-left p {
    font-weight: lighter;
    padding: 12%;
    margin-top: 9%;
}

.card{
    height:100%;
}

.register .register-form {
    padding: 1%;
    margin-top: 5%;
}

.btnRegister {
    display: block;
    margin: 0 auto;
    padding: 12px 20px;
    width: 55%;
    background: linear-gradient(90deg, #004AAD, #0066D6);
    border: none;
    border-radius: 8px;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 10px rgba(0, 74, 173, 0.25);
    transition: all 0.25s ease-in-out;
}

    .btnRegister:hover {
        background: linear-gradient(90deg, #0066D6, #1A75FF);
        transform: translateY(-2px);
        box-shadow: 0 6px 14px rgba(0, 74, 173, 0.35);
    }

    .btnRegister:active {
        transform: translateY(0px);
        box-shadow: 0 3px 8px rgba(0, 74, 173, 0.25);
    }
.workflow-header {
    background: linear-gradient(90deg, #003B80, #005FCC);
    border-radius: 8px;
    color: white;
    box-shadow: 0 3px 8px rgba(0,0,0,0.15);
}

.workflow-logo {
    width: 48px;
    height: 48px;
    object-fit: contain;
    border-radius: 6px;
    background: white;
    padding: 4px;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.15);
}

.workflow-title {
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 1.45rem;
}

.workflow-subtitle {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.70); /* Gris muy claro sobre azul */
    letter-spacing: 0.3px;
    display: block;
    margin-top: 2px;
}


.register .nav-tabs {
    margin-top: 3%;
    border: none;
    background: #0062cc;
    border-radius: 1.5rem;
    width: 28%;
    float: right;
}

    .register .nav-tabs .nav-link {
        padding: 2%;
        height: 34px;
        font-weight: 600;
        color: #fff;
        border-top-right-radius: 1.5rem;
        border-bottom-right-radius: 1.5rem;
    }

        .register .nav-tabs .nav-link:hover {
            border: none;
        }

        .register .nav-tabs .nav-link.active {
            width: 100px;
            color: #0062cc;
            border: 2px solid #0062cc;
            border-top-left-radius: 1.5rem;
            border-bottom-left-radius: 1.5rem;
        }

.register-heading {
    text-align: center;
    margin-top: 0%;
    color: #fff;
}

.card-plecsys{
    background-color:white;
    padding: 1%;
    border-right-width:10px;
    border-color:aquamarine;
}

.btn {
    background-color: #004AAD;
    color: white;
    border: 0px;
}

.progress{
    background-color: lightgray;
}
.progress-bar {
    background-color: #004AAD;
}

textarea {
    /* will prevent resizing horizontally */
    width: 100%;
    border-color:lightgray;
}


.label-op{
    color:white;
    font-size:14px;

}
