/* Custom Stylesheet */

/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
#audio {
    display: none
}


#audio {
    display: none
}

@font-face {
    font-family: 'roboto-bold';
    src: url('../fonts/roboto/roboto-bold.woff2') format('woff2');
}

@font-face {
    font-family: 'roboto-light';
    src: url('../fonts/roboto/roboto-light.woff2') format('woff2');
}

@font-face {
    font-family: 'roboto-medium';
    src: url('../fonts/roboto/roboto-medium.woff2') format('woff2');
}

@font-face {
    font-family: 'roboto-regular';
    src: url('../fonts/roboto/roboto-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'roboto-thin';
    src: url('../fonts/roboto/roboto-thin.woff2') format('woff2');
}


/* fallback */

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/icons/material-icons.woff2') format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

:root {
    --colorFondo: #212121;
    --colorDiv: #2d2d2d;
    --colorLinea: #494d52;
}


html {
    font-family: Roboto;
}

body {
    background-color: var(--colorFondo);
}

.overlay {
    opacity: 1;
    background-color: rgb(0, 0, 0);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1000;
}

.overlayLoader {
    opacity: 0.8;
    background-color: rgb(0, 0, 0);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 2000;
}

.barraSuperior {
    position: fixed;
    top: 0;
    width: 100%;
    height: 12%;
    background-color: var(--colorFondo);
}

.contenedorSuperior {
    height: 80%;
    margin-top: 0.5%;
}

.contenedorSupInt {
    height: 100%;
    padding-right: 0px;
    padding-left: 0px;
    background-color: var(--colorDiv);
}

.contenedorSupInt img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.contenedorUsuario {
    height: 50%;
    display: flex;
    line-height: 0;
    background-color: var(--colorDiv);

}

#InformacionDeUsuario {
    margin-top: 5%;
    height: 80%
}

.nombre {
    margin-left: 2%;
    padding: 2;
    line-height: 0;
    font-size: 0.9em;
}

.sede {
    margin-left: 2%;
    padding: 0;
    line-height: 0;
    font-size: 0.9em;
}

/* Menu Consola */

.menu {
    position: fixed;
    left: 1%;
    width: 29%;
    height: 44%;
    top: 13%;
    background-color: var(--colorDiv);
    display: flex;
}

.wheelNav > svg {
    width: 100%;
    height: 100%;
}



/* Div Turno */

.turno {
    color: white;
    width: 32%;
    position: fixed;
    left: 31%;
    top: 13%;
    background-color: var(--colorDiv);
    height: 44%;
}

.turno .tituloTurno {
    height: 10%;
    /*background-color: greenyellow;*/
    text-align: center;
    margin-left: 30%;
    margin-right: 30%;
    font-size: 20px !important;

}

.turno .numeroTurno {
    height: 48%;
    /*background-color: darkseagreen;*/
    font-size: 84px;
    text-align: center;
}

.iluminar {
    border: 1px solid rgb(0, 150, 136);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05) inset, 0px 0px 8px rgb(0, 150, 136);
}

.turno .serviciosTurno {
    height: 25%;
    /*background-color: yellowgreen;*/
    padding: 2%;
    overflow: auto;
    text-align: center;
}

.turno .botonesTurno {
    /*height: 17%;*/
    border-top: 1px solid var(--colorLinea);
    /*background-color: limegreen;*/
}

.turno .botonesTurno a {
    /*padding-left: 4%;
    padding-right: 4%;*/
    /*padding-top: 1%;
    height: 100%;*/
}

.btn-flat.disabled {
    color: #545454 !important;
}

/* Lista servicios lateral */

.lista-lateral {
    background-color: var(--colorFondo);
    color: white;
}

.lista-lateral label {
    margin-left: 15px;
}

.tituloLateral {
    padding-left: 15px !important;
}

.consultandoLateral {
    font-size: 1em;
    font-style: italic;
}

.seleccioneLateral {
    font-size: 1em;
    padding-left: 5%;
    padding-right: 5%;
}

.errorLateral {
    font-size: 1em;
    color: white;
    padding-left: 5%;
    padding-right: 5%;
}

.abandonados {
    padding-bottom: 2%;
    padding-left: 20px;
}

.tpendientes {
    /*padding-bottom: 2%;*/
    padding-left: 2%;
}

.tpendientes-citas {
    /*padding-bottom: 2%;*/
    padding: 10px 2%;
}


.colorLabel {
    color: #9e9e9e;
}

.colorLabelHorarioCitaExcedido {
    color: #dc0c0c;
}

/* Div Cronometros */

.cronometros {
    position: fixed;
    width: 35%;
    left: 64%;
    top: 13%;
    height: 44%;
    background-color: var(--colorDiv);
}

.cronoPrimeraFila {
    padding-top: 4%;
    padding-right: 2%
}

.imagenPersona {
    width: 100%;
}

hr.lineaCont {
    height: 1px;
    border: 0;
    background-color: var(--colorLinea);
}

.paddingHr {
    padding-top: 0.5em !important;
    padding-bottom: 1em !important;
    padding-left: 2%;
    padding-right: 2%;
}

#divTituloCrono {
    padding-left: 0px !important;
}

#divTituloCrono span {
    font-size: 1em;
}

#divNumeroCrono span {
    font-size: 0.9em;
}


/* Div Estadisticas */

.estadisticas {
    position: fixed;
    /*width: 58.5%;*/
    width: 98%;
    left: 1%;
    top: 58%;
    height: 34%;
    background-color: var(--colorDiv);
}

.espEstadisticas {
    padding-top: 2%;
    padding-left: 2%;
    padding-right: 2%;
}

.pd20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.estadisticas-numero p {
    text-align: center;
    font-size: 2.5em;
}

.estadisticas-texto {
    text-align: center;
    font-size: 0.9em;
    overflow: -webkit-paged-x;
    /*word-wrap: break-word;*/
}


.estadisticas-imagen {
    text-align: center !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}



/* Div Graficas */

.graficas {
    position: fixed;
    width: 38.5%;
    left: 60.5%;
    top: 58%;
    height: 34%;
    background-color: var(--colorDiv);
}



/* Footer */

.footer {
    position: fixed;
    width: 98%;
    left: 1%;
    right: 1%;
    top: 93%;
    height: 6%;
    background-color: var(--colorDiv);
}



#modalIE img {
    max-width: 200px;
    max-height: 200px;
}

#modalIE p {
    font-size: 1.2em;
}

#btnSalirReposo {
    width: 100%;
    top: 35%;
    position: absolute;
}

#btnCambiarReposo {
    width: 100%;
    top: 50%;
    position: absolute;
}

/* ------------------------------------------------------------------------------- */

:root {
    --Fondo: rgb(176, 255, 152);
    --Frente: #0cce05;
}

.sk-folding-cube {
    /*opacity: 0.1;*/
    margin: 40px auto;
    width: 40px;
    height: 40px;
    position: relative;
    top: 37%;
    right: 2%;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    /*background-color: var(--Fondo);*/
}

.sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--Frente);
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
    /*background-color: var(--Fondo);*/
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
    /*background-color: var(--Fondo);*/
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
    /*background-color: var(--Fondo);*/
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes sk-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

.Loader {
    display: none;
    position: absolute;
    z-index: 2500;
    left: 47%;
    top: 37%;
}

.input-field label {
    pointer-events: auto;
}

/**** Asesor Virtual ****/

.AV_Contenedor {
    position: fixed;
    left: 1%;
    width: 30%;
    top: 13%;
    height: 87%;
    background-color: var(--colorDiv);
}

.AV_Espacio {
    height: 1%;
    background-color: var(--colorFondo);
}



.AV_Menu {
    height: 15%;
}

.AV_MenuBotones {
    margin-top: 4%;
}

.AV_BtnIzq {
    float: left;
}

.AV_BtnDer {
    float: right;
}

.AV_Turno {
    height: 40%;
}

.AV_TituloTurno {
    height: 10%;
}

.AV_TituloTurnoTexto {
    background-color: teal;
    color: white;
    width: 35%;
    letter-spacing: 0.5px;
    font-size: 1.1em;
}

.AV_StrTurno {
    height: 40%;
    color: white;
    font-size: 400%;
    text-align: center;
}

.AV_ServiciosTurno {
    height: 22%;
}

.AV_ServiciosTurno_Interno {
    text-align: center;
}

.AV_DivBotonesTurno {
    height: 28%;
}

.AV_BotonesTurno {
    margin-top: 2%;
    text-align: center;
}

.AV_Cronometros {
    height: 41%;
}

.marginleft15 {
    margin-left: 15px;
}


.flex-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
}


::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 7px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #929292;
    border: 1px solid #555555;
}


.dropdown-content {
    max-height: 200px !important;
}


input[type="file"]#buttonAdjuntar {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

input[type="button"]#buttonSolicitarApoyo {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

input[type="button"]#buttonGrabacionAtencion {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

input[type="button"]#buttonComentario {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

input[type="button"]#buttonReenvioCorreo {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

input[type="button"]#buttonFirmaDigital {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

/*.buttonAdjuntar {
    background-color: #70A83B;
    border: 1px solid #70A83B;
    display: inline-block;
    cursor: pointer;
    color: #70A83B;
    font-size: 14px;
    font-weight: bold;
    padding: 3px 20px 3px 20px;
    text-decoration: none;
    text-shadow: none;
    height: 33.06px;
    text-transform: uppercase;
    width: 50%;
    text-align: center;
    line-height: 2;
}

    .buttonAdjuntar:hover {
        background-color: #70A83B;
        color: white;
    }

    .buttonAdjuntar:active {
        position: relative;
        top: 1px;
    }*/

/*.buttonAdjuntar {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background-color: #106BA0;
    display: inline-block;
    transition: all .5s;
    cursor: pointer;
    padding: 15px 40px !important;
    text-transform: uppercase;
    width: fit-content;
    text-align: center;
}*/

label[for="buttonAdjuntar"] {
    /*font-size: 14px;*/
    font-weight: 600;
    color: #fff;
    background-color: #106BA0;
    display: inline-block;
    transition: all .5s;
    cursor: pointer;
    /*padding: 15px 40px !important;*/
    text-transform: uppercase;
    width: fit-content;
    text-align: center;
}

label[for="buttonSolicitarApoyo"] {
    /*font-size: 14px;*/
    font-weight: 600;
    color: #fff;
    background-color: #106BA0;
    display: inline-block;
    transition: all .5s;
    cursor: pointer;
    /*padding: 15px 40px !important;*/
    text-transform: uppercase;
    width: fit-content;
    text-align: center;
}

label[for="buttonGrabacionAtencion"] {
    /*font-size: 14px;*/
    font-weight: 600;
    color: #fff;
    background-color: #106BA0;
    display: inline-block;
    transition: all .5s;
    cursor: pointer;
    /*padding: 15px 40px !important;*/
    text-transform: uppercase;
    width: fit-content;
    text-align: center;
}

label[for="buttonComentario"] {
    /*font-size: 14px;*/
    font-weight: 600;
    color: #fff;
    background-color: #106BA0;
    display: inline-block;
    transition: all .5s;
    cursor: pointer;
    /*padding: 15px 40px !important;*/
    text-transform: uppercase;
    width: fit-content;
    text-align: center;
}

label[for="buttonReenvioCorreo"] {
    /*font-size: 14px;*/
    font-weight: 600;
    color: #fff;
    background-color: #106BA0;
    display: inline-block;
    transition: all .5s;
    cursor: pointer;
    /*padding: 15px 40px !important;*/
    text-transform: uppercase;
    width: fit-content;
    text-align: center;
}

.InfoDocumentosAdjuntos {
    background-color: gainsboro;
    color: black;
    border: 1px solid #AEADB3;
    font-size: 14px;
    /*font-family: var(--bodyFontFamily);*/
    margin: 2%;
    padding: 2%;
    height: 80%;
    float: left;
    border-radius: 5px;
    width: 96%;
}

.CssFooterConference {
    width: 100%;
    min-width: 844.8px;
    /* min-height: 50px; */
    height: 20%;
    background-color: #2d2d2d;
    bottom: 0px;
    /* right: 30px; */
    border-style: none;
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none;
    /* margin-right: 0px; */
    /* margin-bottom: 6px; */
    /* left: 32%; */
    visibility: hidden;
    position: absolute;
    /* margin-top: 1%; */
    /* line-height: 205.38px; */
}

.containerVideoConference {
    position: fixed;
    left: 32%;
    width: 66%;
    top: 14%;
    height: 85%;
    display: inline-block;
}

/*.btn-floating.btn-large {
      height: 100%;
    border-radius: 50px;
    margin-left: 50%;
    transform: translateX(-50%);
    text-align: center;
}*/

/*.btn i, .btn-large i, .btn-floating i, .btn-large i, .btn-flat i {
    line-height: inherit;
}

.btn-floating.btn-large i {
    line-height: inherit;
}*/

.btnFlotanteRed {
    height: 5%;
    min-width: 40px !important;
    min-height: 40px !important;
    border-radius: 0% !important;
}

.iEtiquetaBotonFLotanteRed {
    margin-left: 50%;
    transform: translateX(-50%);
    text-align: center;
    vertical-align: inherit;
}

.contenedorDocumentosAdjuntos {
    font-weight: 600;
    color: #fff;
    background-color: #106BA0;
    display: inline-block;
    transition: all .5s;
    cursor: pointer;
    padding: 15px 10px !important;
    text-transform: uppercase;
    /* width: 100%; */
    /* height: 90%; */
    text-align: center;
    /* border-radius: 250px; */
    /* margin-top: 40px; */
    float: right;
}

.contenedorSolicitarApoyo {
    font-weight: 600;
    color: #fff;
    background-color: #106BA0;
    display: inline-block;
    transition: all .5s;
    cursor: pointer;
    padding: 15px 10px !important;
    text-transform: uppercase;
    /* width: 100%; */
    /* height: 90%; */
    text-align: center;
    /* border-radius: 250px; */
    /* margin-top: 40px; */
    float: right;
    margin-right: 1%;
    /*margin-left: 1%;*/
}

.contenedorGrabacionAtencion {
    font-weight: 600;
    color: #fff;
    background-color: #106BA0;
    display: inline-block;
    transition: all .5s;
    cursor: pointer;
    padding: 15px 10px !important;
    text-transform: uppercase;
    /* width: 100%; */
    /* height: 90%; */
    text-align: center;
    /* border-radius: 250px; */
    /* margin-top: 40px; */
    float: right;
    margin-right: 1%;
    /*margin-left: 1%;*/
}

.contenedorComentario {
    font-weight: 600;
    color: #fff;
    background-color: #106BA0;
    display: inline-block;
    transition: all .5s;
    cursor: pointer;
    padding: 15px 10px !important;
    text-transform: uppercase;
    /* width: 100%; */
    /* height: 90%; */
    text-align: center;
    /* border-radius: 250px; */
    /* margin-top: 40px; */
    float: right;
    /*margin-right: 1%;*/
    /*margin-left: 1%;*/
}

.contenedorReenvioCorreo {
    font-weight: 600;
    color: #fff;
    background-color: #106BA0;
    display: inline-block;
    transition: all .5s;
    cursor: pointer;
    padding: 15px 10px !important;
    text-transform: uppercase;
    text-align: center;
    float: right;
    margin-right: 1%;
    margin-left: 1%;
}

.contenedorReenvioCorreo {
    font-weight: 600;
    color: #fff;
    background-color: #106BA0;
    display: inline-block;
    transition: all .5s;
    cursor: pointer;
    padding: 15px 10px !important;
    text-transform: uppercase;
    text-align: center;
    float: right;
    margin-right: 1%;
    margin-left: 1%;
}

.contenedorFirmaDigital {
    font-weight: 600;
    color: #fff;
    background-color: #106BA0;
    display: inline-block;
    transition: all .5s;
    cursor: pointer;
    padding: 15px 10px !important;
    text-transform: uppercase;
    /* width: 100%; */
    /*height: 47%; */
    text-align: center;
    /* border-radius: 250px; */
    /* margin-top: 40px; */
    float: right;
    margin-right: 1%;
    /*margin-left: 1%;*/
}

.buttonFirmaDigital {
    font-size: small;
    color: white;
    text-decoration: none;
    font-weight: 600;
    background-color: #106BA0;
    transition: all .5s;
    text-transform: uppercase;
    width: fit-content;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

.fixedButtonChat {
    position: unset !important;
    right: unset !important;
    bottom: unset !important;
    padding-top: unset !important;
    margin-bottom: 0 !important;
    z-index: 997 !important;
    float: right !important;
    margin: 0px 0px 0px 10px;
}


.btn-cita{
    width: 80%;
}

.btn-cita-rojo {
    width: 80%;
    background-color: #F44336 !important;
}


/*.ContainerButtonFloatChat ContainerButtonFloatChat {
    position: fixed;
    padding-top: 15px;
    margin-bottom: 0;
    z-index: 997;
}*/

/*.ContainerButtonFloatChat fixed-action-btn {
    position: unset;
    right: unset;
    bottom: unset;
    padding-top: 15px;
    margin-bottom: 0;
    z-index: 997;
    float: right;
}*/

/*.btn-floating-red {
    border-radius: 0% !important;
}*/

.separador {
    margin-top: 15px;
    margin-bottom: 15px;
    opacity: 0.2;
}


.inputInfoUsuario {
    height: 2rem !important;
}