html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}


body {
    background: #F1F8FD;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("../images/fondo.png");
    background-repeat: no-repeat;
    background-size: 100%;
}

.header {
    position: relative; /* Asegura que las imágenes se posicionen correctamente dentro del contenedor */
    display: flex; /* Permite que los elementos dentro del contenedor se comporten como flex-items */
    align-items: center; /* Centra verticalmente los elementos */
}

    .header img {
        max-width: 100%; /* Ajusta el tamaño máximo de la imagen */
        height: auto; /* Permite que la altura se ajuste automáticamente */
        margin-right: 20px; /* Espacio entre las imágenes */
    }

.pt-5 {
    padding-top: 1rem !important;
}



.form-signin {
    max-width: 390px;
    padding: 30px;
    margin: auto;
    background-color: #ffff;
    border-radius: 24px;
    box-shadow: 2px 4px 10px #9b9b9f;
    width: 420px;
    top: -513px;
    left: -4198px;
    gap: 0px;
    margin-left: 60px;
}

.input-with-icon {
    padding-right: 30px !important;
    background-image: url("../images/Layer.png") !important;
    background-repeat: no-repeat !important;
    background-position: right 10px center !important;
}
.input-with-pencil {
    padding-right: 30px !important;
    background-image: url("../images/pencil.png") !important;
    background-repeat: no-repeat !important;
    background-position: right 10px center !important;
}



.oculto {
    display: none;
}

.form-transparente {
    font-weight: 400;
    text-align: left;
    color: #748E98;
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.07px;
    text-align: left;
    margin-top: -5px;
}

.form-transparente2 {
    font-weight: 400;
    text-align: left;
    color: #748E98;
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.07px;
    text-align: left;
    margin-top: -5px;
}

.form-ubigeo {
    font-weight: 400;
    text-align: left;
    color: #748E98;
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.07px;
    text-align: left;
    margin-top: -5px;
}

.form-codVerificacion {
    font-weight: 400;
    text-align: left;
    color: #748E98;
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.07px;
    text-align: left;
    margin-top: -5px;
}


.derechos {
    font-size: 11px;
    text-align: left;
    margin-top: 30px !important;
    margin-left: 150px !important;
}

.form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 0.75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out;
}

.form-control.prnb {
    border-radius: 0px;
    border-left: solid 4px #004A92;
    border-radius: 8px;
    border: 1px solid #004A92;
    height: 40px;
    font-family: Quicksand;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
}

    /* Estilo para el placeholder */
    .form-control.prnb::placeholder {
        color: #6c757d; /* Color del texto del placeholder */
    }

.mt-3 {
    display: flex;
    justify-content: center; /* Centra horizontalmente */
    align-items: center; /* Centra verticalmente */
}

.wsp-responsive {
    padding-left: 10%;
    padding-top: 20px;
}

@media (max-width: 768px) {
    .header {
        margin-top: 35px;
    }

    .wsp-responsive {
        padding-left: 25%;
        padding-top: 20px;
    }

    .form-signin {
        margin-left: 0px;
        width: auto;
    }

    body {
        background-image: none;
    }
}

.text-whatsapp {
    width: 160px;
    height: 38px;
    margin: 0 auto; /* Centrar la columna horizontalmente */
    text-align: center; /* Centrar el texto dentro de la columna */
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 19.07px;
    letter-spacing: -0.01em;
    color: rgba(24, 157, 14, 1);
}

.border-whatsapp {
    display: flex;
    border: 1px solid rgba(24, 157, 14, 1);
    background: rgba(255, 255, 255, 1);
    border-radius: 8px;
    width: 224px;
    height: 56px;
    padding-right: 8px;
}

.input-with-calendario {
    padding-right: 30px !important;
    background-image: url("../images/Calendario.png") !important;
    background-repeat: no-repeat !important;
    background-position: right 10px center !important;
}

.form-credenciales {
    font-size: 14px;
    font-weight: 600;
    line-height: 19.07px;
    text-align: left;
    margin-left: 0;
    text-align: left;
    font-weight: bold;
}

h1 {
    color: #1B81DD;
    font-size: 25px !important;
    padding-bottom: 1rem;
}

.popover {
    max-width: 680px !important;
    max-height: 556px !important;
    /*height: 370px !important;*/
}

#pills-tabContent .tab-pane {
    text-align: center;
}

.mensaje-error {
    font-family: Open Sans;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    color: #E71D73;
    text-align: center;
    display: none;
    line-height: 25px;
}

.input-error-login {
    border: 1px solid #E71D73 !important;
}

.form-signin button[type="button"] {
    background-color: #E71D73;
    border-color: #E71D73;
    font-size: 16px;
    box-shadow: 0px -6px 0px 0px #B71D5E inset;
}

.ajs-header {
    background: white !important;
    border-bottom: none !important;
    color: #084298 !important;
    font-size: 20px !important;
    font-weight: 600;
    text-align: center;
}

.alertify .ajs-body {
    color: #000;
    text-align: center;
}

.ajs-button.ajs-ok {
    background-color: #004A92 !important;
    border-color: #004A92 !important;
    font-size: 14px !important;
    color: #fff !important;
}

.nombre {
    color: #999999;
    font-family: "Inter" !important;
    font-size: 14px;
    text-align: left;
}

    .nombre span {
        color: #1B81DD;
        font-weight: 600;
    }

.input-error {
    font-size: 12px;
    font-style: italic;
    color: #e71d73;
    text-align: left !important;
}


.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}

    .alert-success > .icon {
        color: #318F3D;
    }

.alert > .icon {
    font-size: 22px;
}

.kc-feedback-text {
    text-align: left;
    padding-left: 10px;
}

.fa, .fa-classic, .fa-sharp, .fas, .fa-solid, .far, .fa-regular, .fab, .fa-brands {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.atras {
    font-weight: 600;
    color: #E71D73;
    text-decoration: none;
}

    .atras:hover {
        font-weight: 600;
        color: #E71D73;
        text-decoration: none;
    }

.base {
    width: 100%;
    height: 5px;
    display: flex;
    gap: 3%;
}

    .base .color.a {
        background-color: #004A92;
    }

    .base .color.b {
        background-color: #E51D73;
    }

    .base .color.c {
        background-color: #F59D24;
    }

    .base .color.d {
        background-color: #138040;
    }

    .base .color.e {
        background-color: #0A8CB3;
    }

    .base .color.f {
        background-color: #E10613;
    }

    .base .color.g {
        background-color: #565553;
    }

    .base .color {
        width: 12%;
        height: 5px;
    }

footer {
    box-shadow: 0px -8px 12px rgba(8, 62, 107, 0.15);
    height: 5px;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.texto-ayuda {
    color: #0A8CB3;
    cursor: pointer;
}

.nav-pills .nav-item button {
    color: #0A8CB3;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    font-weight: bold;
    color: #0A8CB3;
    background-color: #B7DBE8 !important;
}

.icono-cerrar i {
    color: #9693BC;
    font-size: 18px;
    cursor: pointer;
}

.nav-pills {
    border-bottom-style: solid;
    border-bottom-color: #0A8CB3;
}

    .nav-pills .nav-item {
        padding-bottom: 5px;
    }


.icono-cerrar {
    margin-top: -10px;
}

.container {
    height: 100%;
}

.form-floating > .form-control {
    padding: 0.7rem .75rem;
}

.tooltip-container {
    position: relative;
    place-content: center;
}

/* styling of the tooltip display */
p#tooltip-text {
    text-align: left;
    display: none;
    position: absolute;
    top: -100px;
    z-index: 1000;
    background: #F4F7FE;
    padding: 8px;
    font-size: 11px;
    color: #004A92;
    border-radius: 8px;
    animation: fadeIn 0.6s;
    font-weight: 500;
    /*box-shadow: 2px 4px 10px #9b9b9f;*/
    box-shadow: 2px 5px 15px 2px #9b9b9f;
}

    /* optional styling to add a "wedge" to the tooltip */
    p#tooltip-text:before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -8px;
        border: 8px solid transparent;
        border-top: 8px solid #F4F7FE;
    }

    p#tooltip-text span i {
        color: #f59d24;
    }

    p#tooltip-text b span {
        text-align: center !important;
    }

    p#tooltip-text .requisitos {
        color: #212529 !important;
    }
