﻿#contenedorRegistro {
    padding-top: 56px;
}

#documentacion {
    margin: 10px 0 !important;
}

#options {
    border-radius: 0px;
}

input {
    border-radius: 0px;
}

form#formularioRegistro input, form#formularioRegistro select {
    border: 2px solid #d6d6d6;
}

form#formularioRegistro span {
    background-color: #154c7e !important;
    border: 2px solid #154c7e;
}

form#formularioRegistro .text-danger {
    color: #fff !important;
}

form#formularioRegistro .text-success {
    color: #01bb2b !important;
}

#imagenCedulaAnverso {
    background-image: url('../images/cedula_anverso_bn.png');
    position: absolute;
}

#imagenCedulaReverso {
    background-image: url('../images/cedula_reverso_bn.png');
    position: absolute;
}

#imagenCarnetFuncionario {
    background-image: url('../images/img-fbi-bn.png');
    float: left;
    position: absolute;
    left: 1rem;
}

#imagenFrontalFuncionario {
    background-image: url('../images/photo.png');
    float: left;
    position: absolute;
    left: 1rem;
}


#visorCedulaAnverso {
    position: absolute;
    z-index: 1;
}

#visorCedulaReverso {
    position: absolute;
    z-index: 1;
}

#visorImagenFrontal {
    position: absolute;
    z-index: 1;
}

#visorCarnetFuncionario {
    background-color: transparent;
    position: absolute;
    left: 1rem;
    z-index: 100;
}

button#capturaCarnetFuncionario {
    margin-top: 15rem;
    margin-left: 0.75rem;
}

.contCapturaCedul {
    text-align: left;
    height: 210px;
    padding: 9px 0;
}

.contCapturaFuncionario {
    text-align: left;
    height: 22rem;
    padding: 20px 0;
}

.input-group-text {
    /*border-bottom-left-radius: 0;
    border-top-left-radius: 0;*/
    border-left: none;
    border-radius: 0px;
}

/*.bg-white, #contenedorRegistro {
    background-color: rgba(223, 223, 223, 0.29) !important;
}*/

.alert {
    padding: 0.375rem 0.75rem;
    margin: 0.75rem 0rem;
    border-radius: 0;
}

#divNumeroPlastico {
    margin: 10px 0 !important;
}

button#btnValidar {
    margin-top: 1rem;
}

.btnRegistro {
    float: right;
}

.boxRegistro {
    margin: 2rem;
    padding: 5rem 4rem;
    border: 2px solid #c1c1c1;
    box-shadow: 2px 2px 5px #c9c6c6;
    background-color: #e9ecef;
    border-radius: 5px;
}

.file-field {
    position: relative;
}


canvas#imagenPasaporte {
    border: 2px solid rgba(0, 123, 255, 0.25);
    box-shadow: 2px 2px 5px #939393;
    float: left;
    background-color: #154c7e5e;
}

label, .titleRegistro {
    color: #154c7e !important;
    font-weight: bold;
}

.btn-portal {
    background-color: #154c7e;
    color: #ffffff;
    border-radius: 0px;
}

    .btn-portal:hover {
        background-color: #154c7e;
        color: #ffffff;
    }

.btn-submit {
    margin-top: 20px;
    padding: 0;
    text-align: right;
}

.btn-captura {
    margin-top: 10rem;
    margin-left: 2rem;
}

.bgPortada {
    width: 60rem;
    max-width: 60rem;
    margin-top: 4rem;
}

.bgHome {
    background-image: url(../images/panama-solidario-4-min.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 40rem;
    margin-bottom: 3rem;
}

.f-flex.flex-row.contenidoHome {
    background-color: #ffffffcf;
    width: 50%;
    float: right;
    margin-right: 1rem;
    margin-top: 1rem;
    border: 2px solid #ffffff;
    text-align: center;
    padding: 2rem;
}

img.imgLogoBanner {
    width: 15rem;
}

p.textBanner em {
    color: #dc3545;
    font-weight: 600;
}

button.btnAfiliar {
    color: #dc3545;
    background-color: #ffffff;
    border: 2px solid #dc3545;
    font-weight: 500;
    float: left;
}

    button.btnAfiliar:hover {
        color: #ffffff;
        background-color: #dc3545;
        border: 2px solid #fff;
        font-weight: 500;
        float: left;
    }

a.logo2 img {
    width: 400px;
    margin-right: 1rem;
}

@media (min-width:300px) {
    .justify-content-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
        max-width: 50%;
    }

    .logoSolidario {
        width: 105px;
        margin: 0.5rem 0.5rem;
    }

    a.logo2 img {
        width: 15rem;
        margin-right: 0rem;
        margin-top: 1rem;
    }

    #contenedorRegistro {
        padding-top: 2rem;
    }

    .bgPortada {
        width: 30rem;
        max-width: 30rem;
        margin-top: 3rem;
    }

    .bgHome {
        background-size: contain;
        height: 25rem;
        margin-bottom: 1rem;
    }

    .f-flex.flex-row.contenidoHome {
        background-color: #f8f9fa;
        width: 95%;
        float: right;
        margin-right: 1rem;
        margin-top: 17rem;
        border: 2px solid #ffffff;
        text-align: center;
        padding: 1rem;
    }

    button.btnAfiliar {
        color: #dc3545;
        background-color: #ffffff;
        border: 2px solid #dc3545;
        font-weight: 500;
        text-align: center;
        float: left;
        left: 4rem;
        margin-bottom: 2rem;
    }

    img.imgLogoBanner {
        width: 11rem;
        margin-bottom: 2rem;
    }
}

@media only screen and (max-width : 415px) {
    .boxRegistro {
        margin: 2rem;
        padding: 5rem 0rem;
        border: 1px solid #154c7e;
        box-shadow: 2px 2px 5px #c9c6c6;
        background-color: #ffffff;
    }
}

@media (min-width:768px) {

    .logoSolidario {
        width: 140px;
        margin: 1rem 2rem;
    }

    a.logo2 img {
        width: 22rem;
        margin-right: 0rem;
        margin-top: 1rem;
    }

    .bgPortada {
        width: 47rem;
        max-width: 47rem;
        margin-top: 3rem;
    }

    .bgHome {
        background-size: contain;
        height: 35rem;
        margin-bottom: 1rem;
    }

    .f-flex.flex-row.contenidoHome {
        background-color: #ffffffcf;
        width: 50%;
        float: right;
        margin-right: 1rem;
        margin-top: 1rem;
        border: 2px solid #ffffff;
        text-align: center;
        padding: 1rem;
    }

    button.btnAfiliar {
        color: #dc3545;
        background-color: #ffffff;
        border: 2px solid #dc3545;
        font-weight: 500;
        text-align: center;
        float: left;
        margin-bottom: 2rem;
    }
}

@media (min-width:1024px) {

    #contenedorRegistro {
        padding-top: 0;
    }

    .logoSolidario {
        width: 145px;
        margin: 1rem 2rem;
    }

    .bgPortada {
        width: 60rem;
        max-width: 60rem;
        margin-top: 3rem;
    }

    .bgHome {
        background-size: cover;
        height: 33rem;
        margin-bottom: 3rem;
    }

    button.btnAfiliar {
        color: #dc3545;
        background-color: #ffffff;
        border: 2px solid #dc3545;
        font-weight: 500;
        text-align: center;
        float: left;
        margin-bottom: 2rem;
        left: 0rem;
    }
}

@media (min-width:1280px) {
    #contenedorRegistro {
        padding-top: 10px;
    }

    .bgPortada {
        width: 65rem;
        max-width: 65rem;
        margin-top: 3rem;
    }

    .bgHome {
        background-size: cover;
        height: 37rem;
        margin-bottom: 3rem;
    }

    .f-flex.flex-row.contenidoHome {
        background-color: #ffffffcf;
        width: 50%;
        float: right;
        margin-right: 1rem;
        margin-top: 1rem;
        border: 2px solid #ffffff;
        text-align: center;
        padding: 2rem;
        margin-bottom: 1rem;
    }

    img.imgLogoBanner {
        width: 13rem;
        margin-bottom: 2rem;
    }

    button.btnAfiliar {
        color: #dc3545;
        background-color: #ffffff;
        border: 2px solid #dc3545;
        font-weight: 500;
        text-align: center;
        float: left;
        margin-bottom: 2rem;
        left: -1rem;
    }
}

.text-help {
    border: 2px solid #d6d6d6;
    background-color: white;
    padding: 10px;
}

.message-text {
    background-color: white !important;
    font-weight: bold;
    font-size: 1.1rem;
    border: none;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

#confirm_message {
    margin-top: 2rem;
    border: 2px solid #dee2e6;
    padding: 2rem 0.5rem;
    /* border-bottom: 2px solid #0e3558; */
    /* border-top: 2px solid #0e3558; */
    border-radius: 20px;
    box-shadow: 1px 1px 5px #2e3f4e;
    margin-bottom: 1rem;
}

.mensajeAceptarCondiciones {
    width: 100%;
    padding: 10px;
    /* background-color: #e9ecef; */
}

.text-help {
    border: 2px solid #5f84a5;
    background-color: white;
    padding: 20px 25px;
    width: 100%;
    box-shadow: 1px 1px 5px #9d9e9e;
    margin-bottom: 2rem;
    font-size: 1rem;
    text-align: center;
    font-weight: 400;
}

.text-muted {
    color: #888888;
    padding-bottom: 10px;
}
.message-text {
    /* background-color: white !important; */
    font-weight: 900;
    font-size: 1.2rem;
    border: none;
    color: #1f8abf;
    font-style: normal;
}

button#capturaaudiofuncionario {
    margin-top: 1.5rem;
}
