html {
    font-size: 14px;
}

.btn_cargado {
    -webkit-border-radius: 55px !important;
    -moz-border-radius: 55px !important;
    border-radius: 55px !important;
    border: 0 !important;
    background-color: #39C0ED !important;
    color: white;
    box-shadow: 2px 2px 5px #999 !important;
    height: 10% !important;
    width: 100% !important;
}

.btn_denegado {
    -webkit-border-radius: 55px !important;
    -moz-border-radius: 55px !important;
    border-radius: 55px !important;
    border: 0 !important;
    background-color: #F93154 !important;
    color: white;
    box-shadow: 2px 2px 5px #999 !important;
    height: 10% !important;
    width: 100% !important;
}

.btn_autorizado {
    -webkit-border-radius: 55px !important;
    -moz-border-radius: 55px !important;
    border-radius: 55px !important;
    border: 0 !important;
    background-color: #00B74A !important;
    color: white;
    box-shadow: 2px 2px 5px #999 !important;
    height: 10% !important;
    width: 100% !important;
}



.contBtnsC {
    text-align: center;
    margin-top: 10px;
}

.btnReport {
    width: 45% !important;
    float: right;
    margin: 5px;
    position: absolute;
    top: 20px;
    right: 15px;
}

.ponerLado {
    float: left;
    width: 48%;
    margin: 5px;
}
.labelReport {
    display: block;
    text-align: left;
}
.manito {
    cursor: pointer;
}

.titleAnti {
    margin-top: 6%;
}

.abcRioButtonLightBlue {
    background-color: #fff;
    color: #757575;
    margin: 0 auto;
    border-radius: 10px !important;
    width: 150px !important;
    text-align: center;
}

.contaError {
    background: #fff;
    width: 35%;
    margin: 0 auto;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.ErrorIngresoTTA .containerBtm a {
    background: #fff;
    color: #20547b;
    padding: 7px !important;
    border-radius: 25px;
    display: block;
    text-align: center;
    width: 18% !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.2rem;
    margin: 0 auto;
}

body {
    font-family: 'Montserrat', sans-serif;
}

img {
    width: 100%
}

.bgLogin {
    background: #00537d;
    height: 100vh;
    text-align: center;
}

.contaLogin {
    height: 100%;
    width: 100%;
    display: table;
}

.medioConte {
    height: 100%;
    vertical-align: middle;
    display: table-cell;
}

.ConteLogo img {
    max-width: 130px;
}

.conteTituLog {
    padding: 5% 0;
}

    .conteTituLog h1 {
        color: #fff;
        text-transform: uppercase;
        font-size: 1.9rem;
        font-weight: 600;
        margin-bottom: 0;
    }

.containerBtm {
    text-align: center;
    padding: 10px 0 30px;
}

    .containerBtm button {
        background: #fff;
        color: #20547b;
        padding: 6px;
        border-radius: 25px;
        display: block;
        text-align: center;
        width: 25%;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 1.2rem;
        margin: 0 auto;
        border: 0;
    }

        .containerBtm button span {
            text-transform: capitalize;
            font-weight: 400;
        }

.icoGoogle {
    max-width: 24px;
    float: left;
    margin-right: -10px;
}

.fechaico {
    max-width: 14px;
    float: right;
    margin-right: 3px;
}

.ContfootLog {
    padding: 30px 15px 5px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    width: 80%;
    margin: 0 auto;
}

.soyHebreo {
    color: #fff;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 500;
}

.linkFootLog a, .linkFootLog a:hover {
    color: #fff;
}
/* encuesta Maketa html */
.bgEncuesta {
    background: #20a2d6;
    margin: 0;
    padding-top: 2%;
    padding-bottom: 2%;
}

.ConteEncuesta {
    width: 38%;
    margin: 0px auto;
    background: #fff;
    border-radius: 20px;
}

.Clogo img {
    margin-top: 10px;
}

.headEncus {
    text-align: right;
    padding-top: 48px;
}

.tituEncs1 {
    color: #00527d;
    font-weight: 600;
    font-size: 1.4rem;
    padding-right: 15px;
    text-transform: uppercase;
}

.tituEncs2 {
    color: #00527d;
    font-weight: 400;
    padding-right: 15px;
    font-size: 1rem;
}

.ContePreguntas {
    padding: 30px 15px;
}

.InstrucPreg {
    background: #20a2d6;
    border-radius: 20px;
    padding: 15px;
    color: #fff;
    text-align: center;
}

.preguntas {
    background: #f6f6f6;
    text-align: center;
    border-radius: 20px;
    padding: 15px;
}

.number {
    color: #20a2d6;
    font-weight: 600;
}

.btns {
    background: #00537d;
    color: #fff;
    width: 60%;
    border: 0;
    margin-top: 10px;
    border-radius: 15px;
    padding: 6px;
}

.btnResp .btn-secondary {
    color: #fff;
    background-color: #20a2d6;
    border-color: #20a2d6;
    margin: 10px;
    border-radius: 15px !important;
    width: 90px;
}

    .btnResp .btn-secondary:not(:disabled):not(.disabled).active {
        background-color: #00537d !important;
        border-color: #00537d !important;
    }

.contEnviar {
    text-align: center;
}

.ContaIco {
    text-align: center;
    font-size: 4rem;
    color: #77d455;
}

.ContaIcoRespCond {
    text-align: center;
    font-size: 4rem;
    color: #ebd800;
}

.ConteTextAcc {
    text-align: center;
    width: 85%;
    margin: 0 auto;
}

.textGeCod {
    font-weight: 600;
    color: #20a2d6;
    padding-bottom: 25px;
}

.textGeSec {
    color: #20a2d6;
}

.bgEncuesta .ContfootLog {
    padding: 5% 15px 5px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    width: 80%;
    margin: 0 auto;
}

.colorBG {
    background: #20a2d6;
}

.subtituTTA {
    color: #fff;
}

.AccAuto {
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 600;
}

.contePrinciIpad {
    text-align: center;
    padding: 50px 15px 25px;
}

    .contePrinciIpad .logo img {
        max-width: 145px;
    }

.ttaIpad {
    color: #fff;
    padding-top: 16px;
}

    .ttaIpad .tituEncs1 {
        color: #fff
    }

    .ttaIpad .tituEncs2 {
        color: #fff;
        font-size: 1.3rem;
    }

.IpadConce {
    width: 100% !important;
}

.ConteIpad {
    width: 60% !important;
}

.IpadConce .textGeCod {
    padding-top: 25px;
    padding-bottom: 0;
}

.IpadConce .textGeSec {
    color: #010101;
}

.IpadConce .textGeTer {
    color: #20a2d6;
    padding-top: 15px;
    font-weight: 600;
}

.textCondic {
    font-size: 1.2rem;
    color: #010101;
}

.ContaIcoRespdene {
    text-align: center;
    font-size: 4rem;
    color: #ff0000;
}

/* fin de encuesta*/

/* consulta Maketa html */
.bgHeader {
    background: #00537d;
    padding: 15px 0;
}

    .bgHeader img {
        max-width: 90px;
        float: left;
        margin-right: 15px
    }

.tituMantenHead {
    text-align: right;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.3rem;
    padding-top: 30px;
}

.userLog {
    text-align: right;
}

    .userLog ul {
        display: table;
        float: right;
        background: #20a2d6;
        border-radius: 20px;
        padding: 3px 25px;
        color: #fff;
        margin-bottom: 0;
    }

        .userLog ul li {
            display: table-cell;
        }

            .userLog ul li:first-child {
                padding-right: 25px;
            }

            .userLog ul li a, .userLog ul li a:hover {
                color: #fff;
                text-decoration: none;
            }

.headerTTA {
    text-align: right;
    color: #fff;
    font-size: .9rem;
}

.BusquedaResultado {
    padding-top: 4%;
}

.ContenedorResultado {
    background: #f6f6f6;
    padding: 15px;
    border-radius: 20px;
}

.tituResuPCR {
    color: #00537d;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.3rem;
    padding: 1px 0px 5px;
}

.ContenedorResultado label {
    font-size: .9rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #00537d;
}

.BtnBuscar {
    width: 100%;
    background: #20a2d6;
    color: #fff;
    border-radius: 6px;
    border: 0;
    padding: 5px;
}

.tituResutab {
    color: #00537d;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.3rem;
    padding: 30px 15px 5px;
}

.tablas {
    border-radius: 13px;
    border: 1px solid #ccc;
    margin-top: 25px;
}

    .tablas table {
        border: 0px solid #ccc;
        text-align: center;
    }

        .tablas table th {
            /*bottom*/
            vertical-align: top;
            border-bottom: 1px solid #dee2e6;
            border: 1px solid #ccc;
            color: #00537d;
        }

        .tablas table td {
            padding: .75rem;
            vertical-align: top;
            border-top: 1px solid #dee2e6;
            border: 1px solid #ccc;
        }

.btns-actualizar {
    background: #20a2d6;
    color: #fff;
    padding: 3px 4px;
    border-radius: 5px;
}

    .btns-actualizar:hover {
        color: #fff;
        text-decoration: none;
    }

#ModalIngresoRegistro .modal-dialog, #ModalcontrolAcceso .modal-dialog {
    max-width: 470px;
}

#ModalIngresoRegistro .modal-header h5, #ModalcontrolAcceso .modal-header h5 {
    text-transform: uppercase;
    color: #00537d;
    font-weight: 600;
}

#ModalIngresoRegistro .modal-header, #ModalcontrolAcceso .modal-header {
    padding-bottom: 5px;
    border-bottom: 0
}

#ModalIngresoRegistro .modal-content, #ModalcontrolAcceso .modal-content {
    border-radius: 20px;
}

#ModalIngresoRegistro .modal-body, #ModalcontrolAcceso .modal-body {
    padding-top: 0;
}

#ModalIngresoRegistro .close, #ModalcontrolAcceso .close {
    font-size: 1rem;
    line-height: 1.9;
}

.contenedorDatos {
    border-top: 1px solid #00537d;
    padding-top: 15px;
    border-bottom: 1px solid #00537d;
    padding-bottom: 15px;
}

.dat {
    color: #00537d;
    font-weight: 600;
}

    .dat span {
        color: #333
    }

.tituResPcr {
    text-transform: uppercase;
    color: #00537d;
    font-weight: 600;
}

.contePCR {
    padding-top: 15px;
}

    .contePCR .btnResp .btn-secondary {
        border-radius: 10px !important;
    }

.tituObs {
    text-transform: uppercase;
    font-weight: 600;
    color: #00537d;
}

.conteTextarea textarea {
    width: 100%;
    border-radius: 10px;
    outline: none;
    border-color: #ccc;
    resize: none;
}

.btngrabar {
    width: 150px;
    border-radius: 10px;
    background: #20a2d6;
    border: 0;
}

.textseguro {
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    color: #00537d;
}

#ModalGrabar, #Modalactualizar {
    background: rgba(0,0,0,0.7);
}

    #ModalGrabar .modal-dialog, #Modalactualizar .modal-dialog {
        max-width: 470px;
        margin-top: 15%;
    }

.ConteBtnGrabar {
    text-align: center;
    padding-top: 15px;
}

.btnGrabar {
    background: #20a2d6;
    color: #fff;
    border-radius: 10px;
    border: 0;
    width: 15%;
}

/**
    table
*/

#GestionSolicitud .btnResp .btn-secondary {
    color: #fff;
    background-color: #20a2d6;
    border-color: #20a2d6;
    margin: 10px 10px 10px 0;
    border-radius: 15px !important;
    width: 160px;
}

.mennuRS ul {
    display: block;
    padding-left: 10px;
    padding-top: 86px;
    margin-bottom: 0;
}

    .mennuRS ul li {
        display: table-cell;
        padding: 0 5px;
    }

        .mennuRS ul li a {
            color: #ffffff;
        }

            .mennuRS ul li a:hover {
                color: #f8f8f8;
                text-decoration: none;
            }

.ConteMenuIco {
    padding-top: 7%;
    text-align: center;
    width: 1300px;
    margin: 0 auto;
}

.menuIco {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

    .menuIco a img {
        max-width: 115px;
    }

    .menuIco a {
        background: #20a2d6;
        display: block;
        width: 180px;
        border-radius: 20px;
        padding: 15px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        height: 200px;
        margin: 0 auto;
    }

        .menuIco a:hover {
            text-decoration: none;
        }

    .menuIco ul {
        display: table;
        padding-left: 0;
        width: 100%;
    }

        .menuIco ul li {
            display: table-cell;
            padding: 0 5px;
            text-align: center;
        }

.LinkresulPCR {
    margin-top: 20px;
    display: block;
}

.btnDoc a {
    margin-right: 5px;
}

.btnDoc {
    padding-bottom: 10px;
}

.sintomas {
    list-style: none;
}

@media (max-width: 767px) {
    .btns-actualizar {
        margin-bottom: 5px;
        display: block;
    }
    .menuIco {
        width: 80%;
        margin: 0 auto;
        text-align: center;
    }

    #GestionSolicitud .btnResp .btn-secondary {
        width: 130px;
    }

    .navbar {
        float: right;
        text-align: right;
        display: block;
    }

    .navbar-light .navbar-toggler {
        color: rgba(250,250,250,1);
        border-color: rgba(250,250,250,1);
        background: #fff;
    }

    .mennuRS ul li {
        display: block;
        padding: 0 5px;
    }

    .mennuRS ul {
        display: block;
        padding-left: 10px;
        padding-top: 37px;
        margin-bottom: 0;
    }

    .menuIco a img {
        max-width: 200px;
        display: block;
        margin: 0 auto;
    }

    .ConteMenuIco {
        padding-top: 7%;
        text-align: center;
        width: 95%;
        margin: 0 auto;
    }

    .menuIco ul {
        display: block;
        padding-left: 0;
    }

        .menuIco ul li {
            display: block;
            padding: 0 5px;
        }

    .menuIco a {
        background: #20a2d6;
        display: block;
        width: 100%;
        border-radius: 20px;
        padding: 15px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        height: auto;
        margin-bottom: 20px;
    }

    .mennuRS ul {
        display: table;
        padding-left: 0px;
        padding-top: 20px;
        margin-bottom: 5px;
        text-align: right;
    }

    .headerTTA {
        text-align: right;
        color: #fff;
        font-size: .9rem;
        margin-bottom: 5px;
    }

    .containerBtm a {
        width: 80%;
    }

    .ConteEncuesta {
        width: 95%;
    }

    .headEncus {
        padding-top: 25px;
    }

    .btns {
        width: 100%;
    }

    .tituMantenHead {
        padding-top: 0px;
    }

    .userLog ul {
        padding: 3px 5px;
    }

        .userLog ul li:first-child {
            padding-right: 10px;
        }

    .btnGrabar {
        width: 25%;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .bgEncuesta {
        background: #20a2d6;
        margin: 0;
        padding-top: 5%;
        padding-bottom: 2%;
    }

    .ConteEncuesta {
        width: 70%;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .ConteEncuesta {
        width: 55%;
    }
}
