.bgnavEncusta {
    background: #9cbdd4;
    padding: 15px;
}

.conteLogo {
    padding: 15px 0;
}

    .conteLogo img {
        /*width: 100%;
    max-width: 100px;
    float: left;
    margin-right: 15px;*/
        float: left;
        margin-top: 1.9rem;
        max-width: 245px;
    }

.conteHeaderDerecho {
    text-align: right;
    padding-top: 15px;
}

.tituHeader {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 600;
    padding-top: 55px;
}

.subtituHeader {
    color: #fff;
}

.userLogSB {
    text-align: right;
}

    .userLogSB ul {
        display: table;
        float: right;
        background: #20547b;
        border-radius: 20px;
        padding: 3px 25px;
        color: #fff;
        margin-bottom: 0;
    }

        .userLogSB ul li:first-child {
            padding-right: 25px;
        }

        .userLogSB ul li {
            display: table-cell;
        }

            .userLogSB ul li a, .userLogSB ul li a:hover {
                color: #fff;
                text-decoration: none;
            }

.ConteNombreAlumno {
    padding-top: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

.ConteBtnVolver {
    text-align: right;
}

.btnVolver {
    background: #9cbdd4;
    color: #ffffff;
    text-decoration: none;
    border-radius: 10px;
    padding: 8px 66px;
    font-weight: 600;
    border: 0;
}

.NombreAlumno {
    font-size: 1.2rem;
    color: #20547b;
    font-weight: 600;
    text-transform: uppercase;
}

.containerBotones {
    padding-top: 80px;
    display: flex;
    justify-content: center;
    gap: 40px;
}

.contaBtns a {
    background: #9cbdd4;
    display: block;
    text-decoration: none;
    height: 210px;
    padding: 15px;
    width: 242px;
    text-align: center;
    border-radius: 30px;
}

    .contaBtns a span {
        display: block;
        color: #fff;
        text-decoration: none;
    }

.contenedoresBotones {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.contaBtns {
    margin-bottom: 1rem;
    margin-right: 1rem;
}

.ConteMiga {
    padding-top: 30px;
    border-bottom: 1px solid #ccc;
}

.linkMiga {
    color: #20547b;
    font-size: 1.2rem;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
}

.breadcrumb-item.active {
    color: #5fa1d3;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 600;
}

.ConteListadoAlumno {
    padding-top: 60px;
    padding-bottom: 60px;
}

.ConteBtnAlumnofaltante {
    margin-bottom: 1rem;
}

    .ConteBtnAlumnofaltante a {
        background: #9cbdd4;
        color: #fff;
        display: block;
        text-decoration: none;
        width: 400px;
        border-radius: 11px;
        padding: 6px 15px;
        font-size: 1.3rem;
    }

        .ConteBtnAlumnofaltante a span {
            display: block;
            font-size: 1rem;
        }

.ConteAlumnoRealizado {
    background: #f0f0f0;
    color: #cbcbcb;
    display: block;
    text-decoration: none;
    width: 400px;
    border-radius: 11px;
    padding: 6px 15px;
    font-size: 1.3rem;
    margin-bottom: 1rem;
}

    .ConteAlumnoRealizado span {
        display: block;
        font-size: 1rem;
    }

.containerListadosAlumnos {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.btnInstrucciones {
    background: #c9c9c9;
    color: #fff;
    text-decoration: none;
    width: 150px;
    display: block;
    text-align: center;
    padding: 4px;
    border-radius: 7px;
}

.btnVolverEncuesta {
    background: #9cbdd4;
    color: #fff;
    text-decoration: none;
    width: 150px;
    display: block;
    text-align: center;
    padding: 4px;
    border-radius: 7px;
    margin-left: 15px;
    border: none;
}

.conteBtnsMiga {
    display: flex;
    justify-content: flex-end;
}

.ContenedorEncuesta {
    padding-top: 30px;
}

.accordion-button {
    border-radius: 15px !important;
    background-color: #f6f6f6;
}

    .accordion-button:not(.collapsed) {
        color: var(--bs-accordion-active-color);
        background-color: #f6f6f6;
        box-shadow: none;
        border-radius: 15px !important;
    }

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: #f6f6f6;
    border: 0;
    margin-bottom: 1rem;
    border-radius: 15px !important;
}

.kidUser {
    border-radius: 50%;
    max-width: 200px;
}

.nombreAlumnoK {
    display: block;
    color: #000;
    font-weight: 600;
}

.conteImgKids {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ccc;
}

.ContenedorEncuesta .btn-group, .ContenedorEncuesta .btn-group-vertical {
    position: relative;
    /* display: flex; */
    /* vertical-align: middle; */
    /* justify-content: left; */
    width: 100%;
    /* flex-wrap: wrap; */
    flex-grow: 1;
    flex-basis: 20%;
}

.ContenedorEncuesta .btn-outline-primary {
    margin: 15px 15px 15px 0;
    max-width: 234px;
    background: #e2e2e2;
    border-radius: 20px !important;
    border: 0;
}

.btn-check + .btn:hover {
    background-color: #e2e2e2 !important;
    border-color: 0;
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    color: #fff !important;
    background-color: #9cbdd4 !important;
    border-color: var(--bs-btn-active-border-color);
}

    .btn-check:checked + .btn span {
        color: #fff !important;
    }

.ConteBtnConti {
    text-align: center;
}

.btnContinuar, .btnContinuar:hover {
    background: #9cbdd4;
    color: #fff;
    width: 200px;
}

.ConteCalugaPreguntaKid {
    background: #e2e2e2;
    width: 300px;
    text-align: center;
    padding: 15px;
    border-radius: 20px;
    margin-top: 15px;
    margin-left: 10px;
    margin-bottom: 1rem;
}

    .ConteCalugaPreguntaKid .btn-outline-primary {
        margin: 7px 0;
        max-width: 100%;
        background: #b5b5b5;
        border-radius: 9px !important;
        border: 0;
        color: #fff;
    }

        .ConteCalugaPreguntaKid .btn-outline-primary:hover {
            background: #b5b5b5 !important;
            color: #fff;
        }

.ConteCalugasPreguntas {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.ContenedorEncuesta .conteRespuestaEncusta .btn-outline-primary {
    margin: 15px 15px 15px 0;
    max-width: 290px;
    background: #b5b5b5;
    border-radius: 20px !important;
    border: 0;
    width: 290px;
    text-align: left;
    color: #fff;
}

.ConteRespuestaDos {
    padding-top: 15px;
    border-top: 1px solid #ccc;
    margin-top: 15px;
    padding-bottom: 15px;
}

.ContenedorEncuesta .ConteRespuestaDos .btn-outline-primary {
    margin: 15px 15px 15px 0;
    max-width: 295px;
    background: #b5b5b5;
    border-radius: 20px !important;
    border: 0;
    text-align: left;
    color: #fff;
}

.bgLoginEncusta {
    background: #9cbdd4;
    height: 100%;
    text-align: center;
}

.ConteLogoLoginEncusta img {
    max-width: 250px;
    width: 100%;
}
/**bglogin*/
.bgLogin {
    background: url(/img/bg_loginAdms.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    text-align: center;
}

.contaLoginEncu {
    height: auto;
}

.conteTituLogEncu h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
}

.conteTituLogEncu {
    padding-top: 30px;
    padding-bottom: 20px;
}

    .conteTituLogEncu h3 {
        color: #fff;
        font-weight: 600;
        margin-bottom: 0;
    }

.ConteFormularioLoginEncus video {
    height: 348px;
}

.btnIngresar {
    background: #f5f5f5;
    color: #20547b;
    padding: 6px;
    border-radius: 25px;
    display: block;
    text-align: center;
    width: 372px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.2rem;
    margin: 40px auto;
    border: 0;
}

    .btnIngresar span {
        float: right;
    }

.alingIzq {
    float: left !important;
}

.ContfootLogF3 {
    padding: 30px 15px 5px;
    text-align: center;
    border-bottom: 1px solid #fff;
    width: 80%;
    margin: 0 auto;
}

.soyHebreoF3 {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
}

.linkFootLog {
    color: #fff;
    font-size: 1.2rem;
}

@media(min-width:1630px) {
    .bgLoginEncusta {
        background: #9cbdd4;
        height: 100vh;
        text-align: center;
    }

    .contaLoginEncu {
        height: 100vh;
    }
}

@media (max-width:767px) {
    .tituHeader {
        color: #fff;
        text-transform: uppercase;
        font-size: 1.2rem;
        font-weight: 600;
        padding-top: 0px;
    }

    .ConteMiga {
        padding-top: 30px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 15px;
    }

    .ConteFormularioLoginEncus video {
        height: auto;
        width: 100%;
    }
}

html{
    font-size: 14px;
    height: 100% !important;
}
body {
    font-family: 'Roboto', sans-serif;
    height: 100% !important;
}
img{
    width:100%;
}
.bgHeader {
    background: #00537d;
    padding: 15px 0;
}
.bgHeader img {
    max-width: 90px;
    float: left;
    margin-right: 15px;
}
.mennuRS ul {
    display: table;
    padding-left: 10px;
    padding-top: 80px;
    margin-bottom: 0;
}
.mennuRS ul li {
    display: table-cell;
    padding: 0 5px;
}
.mennuRS ul li a {
    color: #ffffff;
}
.tituMantenHead {
    text-align: right;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.3rem;
    padding-top: 30px;
}
.headerTTA {
    text-align: right;
    color: #fff;
    font-size: .9rem;
}
.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:first-child {
    padding-right: 25px;
}
.userLog ul li {
    display: table-cell;
}
.userLog ul li a, .userLog ul li a:hover {
    color: #fff;
    text-decoration: none;
}
.tituDeEncuesta {
    padding-top: 30px;
}
.tituDeEncuesta h1{
    font-size: 1.9rem;
    text-transform: uppercase;
    color: #00537d;
}
.ConteDatos{
    padding: 15px;
}
.CategoriaEstad{
    text-transform: uppercase;
    font-size: 1.3rem;
    color:#00537d;
    font-weight: 500;
}
.ConteMenuCateg{
    background: #f6f6f6;
    padding: 15px 30px;
    border-radius: 20px;
    width: 80%;
}
.CategLink{
    border-bottom: 1px solid #ccc;
}
.CategLink a, .CategLink a:hover{
    color:#00537d;
    text-decoration: none;
}
.ConteMenuCateg ul{
    padding-left: 15px;
    padding-top: 7px;
}
.ConteMenuCateg ul li{
    list-style: none;
}
.ConteMenuCateg ul li a, .ConteMenuCateg ul li a:hover{
    color:#666;
    text-decoration: none;
}
.conteCapsulaporc{
    float: right;
    padding-top: 80px;
    width: 70%;
}
.ConteSatifac{
    border: 1px solid #4aa750;
    padding: 5px 10px;
    margin-bottom: 10px;
}
.Conteobserv{
    border: 1px solid #f1ba39;
    padding: 5px 10px;
    margin-bottom: 10px;
}
.Conteabordar{
    border: 1px solid #bb3407;
    padding: 5px 10px;
    margin-bottom: 10px;
}
.satif{
    color:#4aa750;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.2rem;
}
.observ{
    color:#f1ba39;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.2rem;
}
.abord{
    color:#bb3407;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.2rem;
}
.btnDetalle{
    background: #00537d;
    color: #fff;
    display: block;
    text-align: center;
    margin: 9px 0;
    border-radius: 5px;
    padding: 3px;
}

/*.bgLogin {
    background: #00537d;
    height: 100vh;
    text-align: center;
}*/
.contaLogin {
    height: 100%;
    width: 100%;
    display: table;
}
.contaError {
    background: #fff;
    width: 35%;
    margin: 0 auto;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.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;
}
.subtituTTA {
    color: #fff;
}
.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: 290px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.2rem;
    margin: 0 auto;
    border: 0;
}
.icoGoogle {
    max-width: 24px;
    float: left;
    margin-right: -10px;
}
.containerBtm button span {
    text-transform: capitalize;
    font-weight: 400;
}
.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;
}
.ConteMenuIco {
    padding-top: 7%;
    text-align: center;
    width: 1100px;
    margin: 0 auto;
}
.menuIco ul {
    display: table;
    padding-left: 0;
    width: auto;
    margin: 0 auto;
}
.menuIco ul li {
    display: table-cell;
    padding: 0 5px;
}
.menuIco a {
    background: #20a2d6;
    display: block;
    width: 200px;
    border-radius: 20px;
    padding: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    height: 257px;
    margin: 0 auto;
}
.LinkresulPCR {
    margin-top: 28px;
    display: block;
}
a.activo {
    background: #20a2d6;
    padding: 2px 7px;
    color: #fff !important;
    border-radius: 20px;
}
.migaDePan {
    padding-top: 30px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.3rem;
    color: #00537d;
}
.contaiBuscar {
    padding: 15px;
    background: #f6f6f6;
    border-radius: 15px;
    margin-top: 15px;
}
.textLista{
    padding-top: 30px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.3rem;
    color: #00537d;
}
.typeListAbordar{
    color:#bb3507;
}
.tablas {
    border-radius: 13px;
    border: 1px solid #ccc;
    margin-top: 25px;
}
.tablas table {
    border: 0px solid #ccc;
    text-align: center;
}
.tablas table th {
    vertical-align: bottom;
    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, .btns-actualizar:hover{
    background: #20a2d6;
    color: #fff;
    padding: 3px 30px;
    border-radius: 5px;
    text-transform: uppercase;
    text-decoration: none;
}
.btns-desactivado, .btns-desactivado:hover {
    background: #aeaeae !important;
    border-color: #aeaeae !important;
    pointer-events: none;
}
.buscarDatos{
    width:50%;
}
.ConteOption .btn-secondary {
    color: #fff;
    background-color: #20a2d6;
    border-color: #20a2d6;
    margin-right: 5px;
    border-radius: 7px !important;
}
.conteLabel label{
    color: #00537d;
    font-weight: 500;
}
.migaDePan a, .migaDePan a:hover{
    color: #00537d;
    text-decoration: none;
}
.volver{
    float: right;    
}
.linkVolver{
    background: #20a2d6;
    color: #fff !important;
    text-transform: capitalize;
    padding: 4px 35px;
    border-radius: 8px;
    font-size: 1rem;
}
.contePerfil{
    padding-top: 40px;
}
.TituPerfil{
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.3rem;
    color: #00537d;
}
.conteDatosEstu{
    background: #f6f6f6;
    border-radius: 10px;
    padding: 15px 10px;
    height: 300px;
}
.nameEs{
    font-weight: 500;
    color: #00537d;
}
.ResnameEs{
    font-weight: 600;
    color:#000;
}
.ConteNomEst{
    padding-bottom: 10px;
}
.conteHistorialPerfil{
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #ccc;
    height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}
.tituHistor{
    border-bottom: 1px solid #ccc;
}
.DatoHistor{
    border-bottom: 1px solid #ccc;
    padding: 5px 10px;
}
.DatoHistor a{
    background: #20a2d6;
    color: #fff !important;
    text-transform: capitalize;
    padding: 4px 35px;
    border-radius: 8px;
    font-size: 1rem;
    text-align: center;
}
.DatoHistor:nth-child(2n), .tituHistor:nth-child(2n){
    text-align: center;
}
.contaEstadisticas2{
    border: 1px solid #ccc;
    display: flex;
    height: 300px;
    border-radius: 10px;
    text-align: center;
}
.estadicperfil{
    float: right;
    width: 100%;
}
.estadicperfil ul{
    display: table;
    float: right;
    margin-right: 20px;
    padding-top: 10px;
}
.estadicperfil li{
    display: table-cell;
}
.estadicperfil img{
    max-width: 480px;
}
.estadicperfil a {
    background: #f6f6f6;
    color: #00537d;
    padding: 2px 20px;
    border-radius: 15px;
    margin-right: 11px;
}
.estadicperfil .activo{
    background: #20a2d6 !important;
    color: #fff !important;
}
.estadicperfil a:hover{
    text-decoration: none;
}
#verDetalle .modal-dialog{
    max-width: 800px;
}
#verDetalle .card-header{
    padding:0;
}
#verDetalle .card-header {
    margin-bottom: 0;
    background-color: #f6f6f6;
    border-bottom: 0px solid rgba(0,0,0,.125); 
}
#verDetalle .card-body {
    background: #f6f6f6;
}
#verDetalle .card{
    margin: 8px 0;
    border: 0;
    border-radius: 7px;
}
#verDetalle h2 button{
    text-transform: uppercase;
    font-weight: 500;
    color: #00537d;
}
#verDetalle h2 button:hover{
    text-decoration: none;
}
#verDetalle .close{
    font-size: 1rem;
    padding-top: 20px;
}
#verDetalle .modal-title{
    color:#20a2d6;
    text-transform: uppercase;
}
#verDetalle .modal-title span{
    color: #00537d;
}
#verDetalle .modal-header{
    border: 0;
    padding-bottom: 0;
}
#verDetalle .modal-body{
    padding-top: 0;
}
.verde{
    background: #4aa750;
    color: #fff;
    padding: 2px 16px;
    border-radius: 20px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: .2rem;
}
.rojo {
    background: #bb3407;
    color: #fff;
    padding: 2px 16px;
    border-radius: 20px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: .2rem;
}
.amarillo {
    background: #f1ba39;
    color: #fff;
    padding: 2px 16px;
    border-radius: 20px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: .2rem;
}
.ContePregunta ol{
    padding-left: 15px;
}

#verDetalle .card .card-header .btn-header-link:after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    float: right;
    position: relative;
}
#verDetalle .card .card-header .btn-header-link.collapsed:after {
    content: "";
}
#verDetalle .btn {
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
/* -- JP Agregar Usuarios -- */
.btnAgregarUser{
    text-align: center;
    width: 100%;
    display: block;
    background: #20a2d6;
    color: #fff;
    padding: 4px;
    border-radius: 7px;
    text-transform: uppercase;
}
.btnAgregarUser:hover{
    text-decoration: none;
    color:#fff;
}
.titUserAut{
    color: #00537d;
    text-transform: uppercase;
}
.desactivo{
    color:#eaeaea;
}
#ModalAgregarUsuario .modal-header, #ModalActualizarUsuario .modal-header{
    padding-bottom: 5px;
    border-bottom: 0;
}
#ModalAgregarUsuario .modal-header h5, #ModalActualizarUsuario .modal-header h5{
    text-transform: uppercase;
    color: #00537d;
    font-weight: 600;
}
#ModalAgregarUsuario .close,  #ModalActualizarUsuario .close{
    font-size: 1rem;
    line-height: 1.9;
}
#ModalAgregarUsuario .modal-content, #ModalActualizarUsuario .modal-content{
    border-radius: 20px;
}
.contenedorDatos {
    border-top: 1px solid #00537d;
    padding-top: 15px;
   
    padding-bottom: 15px;
}
.pdl0{
    padding-left: 0;
}
.dat {
    color: #00537d;
    font-weight: 600;
}
.dat span {
    color: #333;
}
.tituResPcr {
    text-transform: uppercase;
    color: #00537d;
    font-weight: 600;
}
.btnResp .btn-secondary {
    color: #fff;
    background-color: #20a2d6;
    border-color: #20a2d6;
    margin: 10px;
    border-radius: 8px !important;
    width: 90px;
}
.btnAgregarUsuer{
    width: 100%;
    background: #20a2d6;
    border: 0;
}

/* JP css Estadísticas */
.FiltrarListad{
    float: left;
    padding-right: 15px;
    color: #20a2d6;
    font-size: 1.2rem;
    padding-top: 4px;
}
.tituEstadis{
    font-size: 1.2rem;
    text-transform: uppercase;
    padding-top: 4px;
    color: #20a2d6;
}
.tituEstadis span{
    color: #00537d;
}
.migaEstad{
    padding-top: 30px;
    color: #00537d;
    float: left;
}
.migaEstad span, .migaEstad a{
    color: #20a2d6;
}
.mTopcero{
    margin-top: 0 !important;
}
.DetalleEncuesta .modal-dialog {
    max-width: 800px;
}
.DetalleEncuesta .modal-header {
    border: 0;
    padding-bottom: 0;
}
.DetalleEncuesta .modal-title {
    color: #20a2d6;
    text-transform: uppercase;
}
.DetalleEncuesta .modal-title span {
    color: #00537d;
}
.DetalleEncuesta .close {
    font-size: 1rem;
    padding-top: 20px;
}
.DetalleEncuesta .modal-body {
    padding-top: 0;
}
.DetalleEncuesta .card {
    margin: 8px 0;
    border: 0;
    border-radius: 7px;
}
.DetalleEncuesta .card-header {
    margin-bottom: 0;
    background-color: #f6f6f6;
    border-bottom: 0px solid rgba(0,0,0,.125);
    padding: 0;
}
.DetalleEncuesta .card-body {
    background: #f6f6f6;
}
.DetalleEncuesta .btn {
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.DetalleEncuesta h2 button {
    text-transform: uppercase;
    font-weight: 500;
    color: #00537d;
}
.ContainerEstadisGeneral {
    float: right;
    padding-top: 23px;
}
.btnEstadiGeneral, .btnEstadiGeneral:hover{
    background: #00537d;
    color: #fff;
    padding: 5px 18px;
    border-radius: 8px;
    text-decoration: none;
}
/* css encuesta  */
.ConteEncuesta .migaDePan{
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 5px;
}
.contaiencuesta {
    padding: 15px 0;
    margin-top: 15px;
    text-align: right;
}
.btns-crearEncuesta, .btns-crearEncuesta:hover{
    background: #00537d;
    color: #fff;
    padding: 3px 30px;
    border-radius: 5px;
    text-transform: uppercase;
    text-decoration: none;
}
.EncuestaTables button{
    border: 0;
}
.EncuestaTables fieldset{
    display: contents;
}
.EncuestaTables fieldset button, .EncuestaTables fieldset button:hover{
    background: #afb0af;
    color:#eaeaea
}
.typeEncuesta{
    color:#20a2d6
}
.selectBaseEncuesta{
    width: 30%;
    float: left;
    margin-right: 10px;
}
.conteBtnGeneBase {
    padding-top: 28px;
}
.conteBtnGeneBase button, .conteBtnGeneBase button:hover{
    background: #20a2d6;
    color: #fff !important;
    border-radius: 8px;
    font-size: 1rem;
    border:0;
}
.ConteSeleBase{
    padding-top: 30px;
    border-bottom: 1px solid #eaeaea;
}
.ConteGuardarBase {
    padding-top: 35px;
    text-align: right;
}
.ConteGuardarBase .btns-crearEncuesta{
    border:0;
}
.ConteGuardarBase .btns-crearEncuesta span{
    margin-left: 11px;
}
.ConteBtnAnadir button{
    margin-right: 20px;
    width: 160px;
}
.tituArea{
    text-transform: uppercase;
    padding-top: 27px;
    color: #00537d;
    font-weight: 500;
}
.tituArea span{
    color:#20a3d6;
}
.preguntasN {
    padding: 10px;
    background: #f6f6f6;
    margin: 10px 0;
    border-radius: 15px;
}
.tituArea2{
    text-transform: uppercase;
    padding-top: 5px;
    color: #00537d;
    font-weight: 500;
}
.tituArea2 span{
    color:#20a3d6;
}
.plomo{
    color:#999
}
.bordeDerecho{
    border-right: 1px solid;
}
.tiposatifactorio{
    background: #4aa750;
    width: 90px;
    color: #fff;
    border-radius: 30px;
    text-align: center;
}
.tipoobservar{
    background: #f1ba39;
    width: 90px;
    color: #fff;
    border-radius: 30px;
    text-align: center;
}
.tipoabordar{
    background: #bb3407;
    width: 90px;
    color: #fff;
    border-radius: 30px;
    text-align: center;
}
.btnModificarEncuesta{
    background: #20a2d6;
    color: #fff !important;
    border-radius: 8px;
    font-size: 1rem;
    border: 0;
    width: 100px;
}
.btneliminarEncuesta{
    background: #afb0af;
    color: #fff !important;
    border-radius: 8px;
    font-size: 1rem;
    border: 0;
    width: 100px;
}
.labelModalEn{
    color: #00537d;
    font-weight: 600;
}
.masBtn{
    margin-top: 28px;
    background: #20a3d6;
    color:#fff;
    font-weight: 600;
    border: 0;
}
.masBtn2{
    background: #20a3d6;
    color:#fff;
    font-weight: 600;
    border: 0;
}
.btnTrash{
    margin-bottom: 4px;
    background: #afb0af;
    border: 0;
}
.modal-title{
    color: #00537d;
    text-transform: uppercase;
    font-weight: 600;
}
.modal-header{
    border: 0;
    padding-bottom: 0;
}
.close{
    font-size: 1rem;
    padding-top: 25px !important;
}
.btnGuardarCambios {
    background: #20a2d6;
    color: #fff !important;
    border-radius: 8px;
    font-size: 1rem;
    border: 0;
    width: 220px;
}
.ConteBtnGuardar{
    border-top: 1px solid #eaeaea;
    padding-top: 15px;
    padding-bottom: 15px;
}
.conterArea{
    padding-top: 15px;
    border-top: 1px solid #eaeaea;
}
.NoHayRespuesta {
    text-align: center;
    color: #999;
    padding: 30px;
}
.TituEncuesta{
    font-size: 1.2rem;
    line-height: 2.5;
}
.ConteBtnEnviarEnc{
    justify-content: right;
    display: flex;
}
.linkEnviarEncModal{
    background: #01537e;
    color: #fff;
    padding: 7px 38px;
    display: block;
    width: 250px;
    text-align: center;
    border-radius: 10px;
    font-size: 1.2rem;
}
.linkEnviarEncModal:hover{
    color:#fff;
}
.ConteEncEnv{
    margin-top: 70px;
}
.ConteModalEnvio{
    width: 400px;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
}
#ModalEnviar .modal-dialog{
    max-width: 500px;
    margin-top: 10%;
}
#ModalEnviar .modal-content{
    border-radius: 15px;
}
.Btn_enviosSend{
    width: 175px;
    background: #22a2d5;
    border: 0;
}
/* encuestas */
.bgLogin-encuestas {
    background: #22a2d5;
    height: 100vh;
    text-align: center;
}
.bgHeader-Encuestas {
    background: #22a2d5;
    padding: 15px 0;
}
.bgHeader-Encuestas img {
    max-width: 90px;
    float: left;
    margin-right: 15px;
}
.breadcrumb{
    background: #fff;
    margin-top: 50px;
    font-size: 1.1rem;
    padding-left: 0;
}
.breadcrumb li{
    color:#01537e;
}
.breadcrumb .active{
    color:#22a2d5;
}
.conteGuardarEncust{
    text-align: center;
    margin-bottom: 55px;
}
.text-beginEncust {
    text-align: justify;
    border-bottom: 1px solid #bebebe;
    padding-bottom: 15px;
}
.BtnGuardarEncust{
    background: #01537e;
    border:0; 
    width: 210px;
    border-radius: 10px;
}
.NameEncuesta{
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #01537e;
    font-weight: 600;
    padding-top: 50px;
}
.btn-group-toggle{
    padding-top: 20px;  
}
.btn-group-toggle .btn-secondary{
    border-radius: 15px !important;
    margin-right: 5px;
    background: #ebebeb;
    color: #666;
    border-color: #ebebeb;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #22a2d5;
    border-color: #22a2d5;
    border-radius: 15px !important;
    margin-right: 5px;
}
.btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-radius: 15px !important;
    margin-right: 5px;
    background: #ebebeb;
    color: #666;
    border-color: #ebebeb;
}
.PreguntaEncuesta{
    padding-top: 15px;
    font-weight: 600;
}
.btn-group>.btn-group:not(:first-child)>.btn{
    border-radius: 15px !important;
    margin-right: 5px;
    background: #ebebeb;
    color: #666;
    border-color: #ebebeb;
}
.alturaNoEncuesta{
    height: 85vh;
}
.ConteMensaje{
    width: 515px;
    margin: 0 auto;
    background: #ebebeb;
    padding: 15px;
    font-size: 1.1rem;
}
.espacioMensaje{
    padding-bottom: 15px;
}
.ambientePruebas {
    background-color: yellow;
    text-align: center;
    font-weight: 600;
    font-size: x-large;
}
@media(min-width:1200px){
    .modal-dialog {
        max-width: 700px;
        margin: 1.75rem auto;
    }
}
@media(min-height:540px) and (max-height:800px){
    .alturaNoEncuesta {
        height: 77vh;
    }
}
@media(max-width:767px){
    .userLog ul {
        width: 100%;
    }
    .tituMantenHead {
        text-align: left;
    }
    .headerTTA {
        text-align: left;
        font-size: 1rem;
    }
    .userLog {
        text-align: left;
    }
    .ConteMenuCateg {
        background: #f6f6f6;
        padding: 15px 30px;
        border-radius: 20px;
        width: 100%;
        margin-bottom: 15px;
    }
    .conteCapsulaporc {
        float: none;
        padding-top: 20px;
        width: 100%;
    }
    .ConteMenuIco {
        padding-top: 7%;
        text-align: center;
        width: 100%;
        margin: 0 auto;
    }
    .buscarDatos {
        width: 100%;
    }
    .TituPerfil {
        padding-top: 15px;
    }
    /* -- JP Agregar Usuarios -- */
    .btnAgregarUser{
        margin-top: 10px;
    }
    .pdl0 {
        padding-left: 15px;
    }
    /* JP css Estadísticas */
    .mennuRS ul {
       padding-top: 10px;
       display: block;
       text-align: right;
    }
    .mennuRS ul li{
        display: block;
    }
    .verde, .amarillo, .rojo{
        display: block;
    }
    .ContainerEstadisGeneral {
        float: left;
        padding-top: 12px;
        display: block;
        margin-bottom: 10px;
    }
    .btnEstadiGeneral, .btnEstadiGeneral:hover {
        background: #00537d;
        color: #fff;
        padding: 5px 18px;
        border-radius: 8px;
        text-decoration: none;
        display: block;
        width: 100%;
    }
    /* css encuesta */
    .ConteEncuesta{
        position: relative;
    }
    .ConteEncuesta .volver {
        position: absolute;
        margin-top: 40px;
        left: 0;
        width: 100%;
        padding: 0 15px;
    }
    .ConteEncuesta .linkVolver {
        width: 100%;
        display: block;
        text-align: center;
    }
    .ConteSeleBase {
        padding-top: 50px;
        border-bottom: 1px solid #eaeaea;
    }
    .selectBaseEncuesta {
        width: 100%;
        float: left;
        margin-right: 10px;
    }
    .conteBtnGeneBase button, .conteBtnGeneBase button:hover {
        width: 100%;
    }
    .ConteGuardarBase {
        padding-top: 35px;
        text-align: center;
        padding-bottom: 35px;
    }
    .btns-crearEncuesta, .btns-crearEncuesta:hover {
        width: 100%;
    }
    .ConteBtnAnadir button {
        margin-right: 20px;
        width: 100%;
    }
    .btnModificarEncuesta {
        width: 100%;
    }
    .btneliminarEncuesta {
        width: 100%;
    }
    .bordeDerecho {
        border-right: 0px solid;
    }
    .masBtn2 {
        background: #20a3d6;
        color: #fff;
        font-weight: 600;
        border: 0;
        width: 100%;
    }
    .masBtn {
        margin-top: 0px;
        width: 100%;
    }
    .masBtn2 {
        width: 100%;
    }
    .tiposatifactorio, .tipoobservar, .tipoabordar{
        margin-bottom: 5px;
    }
    .btns-actualizar, .btns-actualizar:hover {
        margin-bottom: 5px;
    }
    /* menu nuevo responsive */
    .navbar{
        justify-content: right !important;
    }
    .ConteEncEnv {
        margin-top: 20px;
    }
    .linkEnviarEncModal {
        width: 100%;
        text-align: center;
    }
    .ConteModalEnvio {
        width: 100%;
    }
}
@media (min-width:768px) and (max-width:991px){
    .ConteMenuCateg {
        background: #f6f6f6;
        padding: 15px 30px;
        border-radius: 20px;
        width: 100%;
        margin-bottom: 15px;
    }
    .conteCapsulaporc {
        float: none;
        padding-top: 20px;
        width: 100%;
    }
    .TituPerfil {
        padding-top: 15px;
    }
    /* -- JP Agregar Usuarios -- */
    .btnAgregarUser{
        margin-top: 10px;
    }
    .pdl0 {
        padding-left: 15px;
    }

    /* css encuesta */ 
    .selectBaseEncuesta {
        width: 100%;
        float: left;
        margin-right: 10px;
    }
    .ConteGuardarBase {
        padding-top: 30px;
        text-align: right;
        padding-bottom: 30px;
    }
    .tiposatifactorio, .tipoobservar, .tipoabordar{
        margin-bottom: 5px;
    }
    .modal-dialog {
        max-width: 90%;
        margin: 1.75rem auto;
    }
    .masBtn {
        margin-top: 0px;
        width: 100%;
    }
    .masBtn2 {
        width: 100%;
    }
    .btns-actualizar, .btns-actualizar:hover {
        margin-bottom: 5px;
    }
}
@media (min-width:992px) and (max-width:1199px){
    .modal-dialog {
        max-width: 700px;
        margin: 1.75rem auto;
    }
}
@media (max-width: 1199px) {
    .preguntas .btn-group-toggle {
        padding-top: 20px;
        width: 100%;
        display: block;
    }
    .respuestas {
        width: 100%;
        display: grid;
        margin: 5px auto;
    }
    ol {
        padding-left: 0px;
    }
    .ConteMensaje {
        width: 100%;
    }
}





.encuestaIco{
    width: 70%;
}

.center{
    text-align: center !important;
}

.ContenedorEncuesta .btn-group div {
    flex-grow: 1 !important;
    width: 100% !important;
}

.ContenedorEncuesta  .btn-group label {
    width: 100% !important;
}

.accordion-button {
    font-size: 1.5rem !important;
}





