@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

.containerImg {
    position: relative;
    width: 100%;
    max-width: 400px;
}

    .containerImg img {
        width: 100%;
        height: auto;
        max-height: 400px !important;
        display: block;
        margin: auto;
    }

.btnImg {
    /*border: 1px solid gray;*/
    position: absolute;
    top: 10%;
    left: 94%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.Clientes .rz-radiobutton-label {
    width: 100% !important;
}

.Evidencias .rz-radiobutton-label {
    width: 100% !important;
}

.Casos .rz-radiobutton-label {
    width: 100% !important;
}

.InformesHuellas .rz-radiobutton-label {
    width: 100% !important;
}

.wrapper {
    position: relative;
}

.divTabla {
    position: absolute;
    top: 0;
    width: calc(100vw - 290px);
    overflow-x: auto;
}

.divCliente, .divEvidencias, .divCasos, .divInformesHuellas {
    position: absolute;
    z-index: 200;
    top: calc(50vh - 140px);
    width: 100%;
}

.divSeleccionarCasos {
    position: absolute;
    z-index: 200;
    top: calc(40vh - 140px);
    width: 90%;
}

.celdaAsunto {
    white-space: pre-wrap;
    width: 80% !important;
}

.efectoBlur {
    filter: blur(3px);
}

.mCeldaProtegida {
    margin-top: 7px !important;
}

.mIconoCeldaProtegida {
    margin-top: 8px !important;
}

.enlaceFooter {
    text-decoration: underline !important;
    color: #0d6efd !important;
    text-decoration-color: #0d6efd !important;
}

.enlaceFooterNaranja {
    text-decoration: underline !important;
    color: var(--naranja) !important;
    text-decoration-color: var(--naranja) !important;
}

.enlaceFooterVerde {
    text-decoration: underline !important;
    color: var(--verdeAlt) !important;
    text-decoration-color: var(--verdeAlt) !important;
}

.cuerpoMensajes {
    height: 82vh !important;
    overflow-x: hidden;
    overflow-y: auto;
}

.footerMensajesMorado {
    height: 3vh !important;
    background-color: var(--moradoOscuro) !important;
    color: #fff;
}

.footerMensajesAzul {
    height: 3vh !important;
    background-color: var(--azulOscuro) !important;
    color: #fff;
}

.hCabeceraMensajes {
    height: 15vh !important;
}

.imgCabeceraMensajes {
    max-height: 13vh !important;
}

.w-80 {
    width: 80% !important;
}

.img-logalty {
    max-height: 35vh !important;
}

.logoYfm {
    width: 65%;
}

@media (orientation: landscape) and (max-width: 850px) {
    .cuerpoMensajes {
        height: 79vh !important;
    }

    .footerMensajesMorado, .footerMensajesAzul {
        height: 6vh !important;
    }


    .headerLogalty, .tCabeceraError {
        font-size: 20px !important;
    }

    .subHeaderLogalty, .tSubCabeceraError {
        font-size: 15px !important;
    }

    .tContactoError {
        font-size: 12px !important;
    }

    .logoYfm {
        width: 65%;
    }
}

@media (orientation: landscape) and (min-width: 850px) {


    .headerLogalty, .tCabeceraError {
        font-size: 30px !important;
    }

    .subHeaderLogalty, .tSubCabeceraError {
        font-size: 25px !important;
    }

    .tContactoError {
        font-size: 20px !important;
    }

    .logoYfm {
        width: 35%;
    }
}

@media (orientation: landscape) and (min-width: 850px) and (max-width: 1050px) {

    .logoYfm {
        width: 45%;
    }
}

@media (orientation: portrait) and (min-width: 850px) {


    .headerLogalty, .tCabeceraError {
        font-size: 30px !important;
    }

    .subHeaderLogalty, .tSubCabeceraError {
        font-size: 25px !important;
    }

    .tContactoError {
        font-size: 20px !important;
    }

    .logoYfm {
        width: 25%;
    }
}

@media (orientation: portrait) and (max-width: 850px) {

    .cuerpoMensajes {
        height: 82vh !important;
    }

    .footerMensajesMorado, .footerMensajesAzul {
        height: 3vh !important;
    }

    .headerLogalty, .tCabeceraError {
        font-size: 20px !important;
    }

    .subHeaderLogalty, .tSubCabeceraError {
        font-size: 15px !important;
    }

    .tContactoError {
        font-size: 12px !important;
    }

    .logoYfm {
        width: 100%;
    }
}


@media (orientation: portrait) and (min-width: 850px) and (max-width: 1050px) {

    .logoYfm {
        width: 45%;
    }
}


:root {
    --azulOscuro: #332B98;
    --morado: #909CEF;
    --verde: #C2E76B;
    --azulClaro: #0082CA;
    --naranja: #FF9E18;
    --naranjaRadzen: #FF6D41;
    --moradoOscuro: #512EAD;
    --verdeAlt: #AAE552;
}

html, body {
    font-family: 'Quicksand','Poppins', sans-serif;
    background-color: #EDF1F5 !important;
    height: 100%;
}

.rz-sidebar {
    background-color: #3a474d !important;
    height: 100% !important;
}

.panel-menu {
    background-color: #2A3E4C !important;
}

.menu-header > span {
    font-size: 11px;
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    color: #878787;
    padding: 11px 15px;
}

.gris-claro-hr {
    background: #878787 !important;
}

.text-informacion-auxiliar {
    color: #878787;
    font-size: 14px;
}

.bordeActivo {
    padding: 10px;
    cursor: pointer;
}

    .bordeActivo:hover {
        border: 1px solid #d0d0d0;
    }

.derecho {
    height: 220px;
    width: 205px;
    background-color: #fff;
    /* border-radius */
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    /* box-shadow */
    -webkit-box-shadow: rgba(0,0,0,0.8) 0px 0 10px;
    -moz-box-shadow: rgba(0,0,0,0.8) 0 0 10px;
    box-shadow: rgba(0,0,0,0.8) 0 0 10px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.derechoImagen {
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    height: 100px;
    width: 205px;
    -webkit-border-radius: 20px 20px 0px 0px;
    -moz-border-radius: 20px 20px 0px 0px;
    border-radius: 20px 20px 0px 0px;
}

.derechoTexto {
    position: absolute;
    top: 100px;
    left: 0;
    bottom: 0px;
    right: 0px;
    width: 50%;
    height: 40%;
    margin: auto;
}

.derechoBotones {
    color: #332B98;
    text-align: center;
    cursor: pointer;
}


a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

app {
    position: relative;
    display: flex;
    flex-direction: column;
}

.top-row {
    display: flex;
    align-items: center;
    background-color: white;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
}

.main {
    flex: 1;
}

    .main .top-row {
    }

        .main .top-row > a, .main .top-row .btn-link {
            white-space: nowrap;
            margin-left: 1.5rem;
        }

        .main .top-row a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

    .sidebar .top-row {
        background-color: rgba(0,0,0,0.4);
    }

    .sidebar .navbar-brand {
        font-size: 1.1rem;
    }

    .sidebar .oi {
        width: 2rem;
        font-size: 1.1rem;
        vertical-align: text-top;
        top: -2px;
    }

    .sidebar .nav-item {
        font-size: 0.9rem;
        padding-bottom: 0.5rem;
    }

        .sidebar .nav-item:first-of-type {
            padding-top: 1rem;
        }

        .sidebar .nav-item:last-of-type {
            padding-bottom: 1rem;
        }

        .sidebar .nav-item a {
            color: #d7d7d7;
            border-radius: 4px;
            height: 3rem;
            display: flex;
            align-items: center;
            line-height: 3rem;
        }

            .sidebar .nav-item a.active {
                background-color: rgba(255,255,255,0.25);
                color: white;
            }

            .sidebar .nav-item a:hover {
                background-color: rgba(255,255,255,0.1);
                color: white;
            }

.content {
    padding-top: 1.1rem;
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

@media (max-width: 767.98px) {
    .main .top-row:not(.auth) {
        display: none;
    }

    .main .top-row.auth {
        justify-content: space-between;
    }

    .main .top-row a, .main .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    app {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .main .top-row {
        position: sticky;
        top: 0;
    }

    .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .navbar-toggler {
        display: none;
    }

    .sidebar .collapse {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

/* wizard - ver mas */
.VerMasOculto {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: .25s ease;
}

.VerMasVisible {
    opacity: 1;
    font-size: inherit;
    max-height: 999em;
}

.VerMasEnlaceVisible {
    color: olivedrab;
    opacity: 1;
    font-weight: bold;
    font-size: 14px;
    max-height: 999em;
    cursor: pointer;
}

.VerMasEnlaceOculto {
    color: cornflowerblue;
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: .25s ease;
    cursor: pointer;
}

.NoEncuentroDPDLink {
    color: var(--azulOscuro) !important;
    opacity: 1;
    font-weight: bold;
    font-size: 14px;
    max-height: 999em;
    cursor: pointer;
}

.InfoDerechoContenido {
    font-size: 12px;
}

.fondoNaranja {
    background-color: var(--naranja) !important;
}

.fondoNaranjaRadzen {
    background-color: var(--naranjaRadzen) !important;
}

.fondoAzul {
    background-color: var(--azulOscuro) !important;
}

.fondoMorado {
    background-color: var(--moradoOscuro) !important;
}

.fondoVerde {
    background-color: var(--verdeAlt) !important;
}

.sombra {
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
}

.ml-10 {
    margin-left: 200px;
}

.tamanioh1 {
    font-size: 95%;
}

.letraNaranja {
    color: var(--naranja) !important;
}

.letraAzul {
    color: var(--azulOscuro) !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff !important;
    background-color: #909CEF !important;
}

.nav-pills .nav-link:hover, .nav-pills .show > .nav-link {
    color: #fff !important;
    background-color: #909CEF !important;
}

.nav-pills .nav-link, .nav-pills .show > .nav-link {
    border-bottom: 1px solid #000;
}

.bodyAntonio {
    margin: 0px !important;
    height: 100% !important;
}

@media (max-width: 992px) {
    .letraMovil {
        font-size: 0.75em;
    }
}

body {
    position: relative;
}

footer {
    background-color: #fff;
    position: fixed;
    bottom: 0;
}

@media (max-width: 614px) {
    .headerIdentity {
        padding-bottom: 3% !important;
    }
}

.margen-derecha {
    margin-right: 15px;
}

.ml-17 {
    margin-left: 17rem;
}

.rz-legend-right {
    font-size: 12px !important;
}

.font_page {
    font-family: 'Poppins', sans-serif;
}

.texto-azul {
    color: var(--azulOscuro)
}

.footerLogalty {
    position: fixed;
    bottom: 0;
}

.rz-radiobutton {
    margin-right: 2%;
}

.rz-radiobutton-label {
    margin-top: 2%;
    margin-bottom: 2%;
}

.gif {
    width: 100%;
    height: auto;
}

.fondoGifCargando {
    width: 68vw !important;
    height: 60vh !important;
    background-image: url("../ima/gifs/Cargando.gif");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.spinner-container {
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 50%
}

.iconoInput {
    font-size: 15px;
    position: absolute;
    right: 25px;
    padding-top: 12px;
    color: #fff !important;
}

.inputPadding {
    padding-right: 40px;
}



.fw-bold {
    font-weight: bold;
}

.rememberMe {
    color: var(--moradoOscuro) !important;
}

.image-container {
    position: relative;
    width: 25px;
    height: 25px;
}

    .image-container img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.text-purple {
    color: var(--moradoOscuro) !important;
}

.text-blue {
    color: var(--azulOscuro) !important;
}

.form-control-chk-purple {
    display: grid;
    grid-template-columns: 1em auto;
    gap: 0.5em;
    color: var(--moradoOscuro) !important;
}


    .form-control-chk-purple > input[type=checkbox] {
        /* Add if not using autoprefixer */
        -webkit-appearance: none;
        /* Remove most all native input styles */
        -moz-appearance: none;
        appearance: none;
        /* For iOS < 15 */
        background-color: var(--moradoOscuro) !important;
        /* Not removed via appearance */
        margin: 0;
        font: inherit;
        color: currentColor;
        width: 1.15em;
        height: 1.15em;
        border: 0.15em solid var(--moradoOscuro);
        border-radius: 0.15em;
        transform: translateY(-0.075em);
        display: grid;
        place-content: center;
    }

        .form-control-chk-purple > input[type=checkbox]::before {
            content: "";
            width: 0.65em;
            height: 0.65em;
            -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
            clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
            transform: scale(0);
            transform-origin: bottom left;
            transition: 120ms transform ease-in-out;
            box-shadow: inset 1em 1em #FF9E18;
            /* Windows High Contrast Mode */
            background-color: currentColor;
        }

        .form-control-chk-purple > input[type=checkbox]:checked::before {
            transform: scale(1);
        }

        .form-control-chk-purple > input[type=checkbox]:focus {
            outline: max(2px, 0.15em) solid currentColor;
            outline-offset: max(2px, 0.15em);
        }

.form-control-chk-blue {
    display: grid;
    grid-template-columns: 1em auto;
    gap: 0.5em;
    color: var(--azulOscuro) !important;
}

    .form-control-chk-blue > input[type=checkbox] {
        /* Add if not using autoprefixer */
        -webkit-appearance: none;
        /* Remove most all native input styles */
        -moz-appearance: none;
        appearance: none;
        /* For iOS < 15 */
        background-color: var(--azulOscuro) !important;
        /* Not removed via appearance */
        margin: 0;
        font: inherit;
        color: currentColor;
        width: 1.15em;
        height: 1.15em;
        border: 0.15em solid var(--azulOscuro);
        border-radius: 0.15em;
        transform: translateY(-0.075em);
        display: grid;
        place-content: center;
    }

        .form-control-chk-blue > input[type=checkbox]::before {
            content: "";
            width: 0.65em;
            height: 0.65em;
            -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
            clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
            transform: scale(0);
            transform-origin: bottom left;
            transition: 120ms transform ease-in-out;
            box-shadow: inset 1em 1em #fff;
            /* Windows High Contrast Mode */
            background-color: CanvasText;
        }

        .form-control-chk-blue > input[type=checkbox]:checked::before {
            transform: scale(1);
        }

        .form-control-chk-blue > input[type=checkbox]:focus {
            outline: max(2px, 0.15em) solid currentColor;
            outline-offset: max(2px, 0.15em);
        }

.rz-panel-menu > .rz-navigation-item > .rz-navigation-item-wrapper-active {
    background-color: #909cef !important;
}

.rz-panel-menu > .rz-navigation-item > .rz-navigation-item-wrapper:hover {
    background-color: #909cef !important;
}

.rz-panel-menu .rz-navigation-item-icon {
    color: #fff !important;
}

.menu-header span {
    color: #fff !important;
}

.rz-panel-menu .rz-navigation-menu .rz-navigation-item-wrapper {
    background-color: #909cef !important;
}

    .rz-panel-menu .rz-navigation-menu .rz-navigation-item-wrapper:hover {
        background-color: #5e6ebc !important;
    }

.perfil-header ul {
    background-color: #8797B2
}

.rzi .rz-navigation-item-icon-children {
    color: #fff;
}

.badgeNombreUsuario span {
    background-color: #c2e76b !important;
    color: #5e6ebc !important;
    font-weight: 100 !important;
}

.badgeTipoEmpleado span {
    background-color: #5e6ebc !important;
    color: #fff !important;
    font-weight: 100 !important;
}

.badgeSeleccionIdioma span {
    background-color: #68d5c8 !important;
    color: black !important;
    text-decoration: underline !important;
    text-decoration-color: #5e6ebc !important;
    font-weight: 100 !important;
    cursor: pointer;
}

    .badgeSeleccionIdioma span:hover {
        color: #479cc8 !important;
    }

.rz-splitbutton .rz-button-text-icon-left, .rz-splitbutton .rz-button-text-only {
    width: 38px;
}

.rz-rating .rzi-star-o {
    opacity: 0.2;
}

    .rz-rating .rzi-star-o:before {
        content: "warning_amber" !important;
    }

.rz-rating .rzi-star {
    color: #FF9E18 !important;
}

    .rz-rating .rzi-star:before {
        content: "warning_amber" !important;
    }

.rz-rating:not(.rz-state-disabled) .rzi-star-o:hover {
    color: #FF9E18 !important;
}

    .rz-rating:not(.rz-state-disabled) .rzi-star-o:hover:before {
        content: "warning_amber" !important;
    }


.parpadea {
    color: #f9777f;
    animation-name: parpadeo;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: parpadeo;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes parpadeo {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes parpadeo {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

.mihuelladigitalCentrado {
    margin: auto;
    top: 60px;
    width: 50%;
}

.c-pointer {
    cursor: pointer;
}

.iconoAsistenteCasos {
    font-size: 100px;
    color: #332b98
}

.wordBreak {
    white-space: break-spaces;
}

.CasosEditar .rz-radio-btn {
    align-items: center;
    margin: 0;
    width: 100% !important;
}

.CasosEditar .rz-radiobutton-label {
    margin: 0.5rem 1rem 0.5rem 0.5rem;
}

.CasosEditar .rz-tabview-panel {
    height: 60vh;
}

.AsistenteCasosAEPD .rz-radio-btn {
    align-items: center;
    margin: 0;
    width: 100% !important;
}

.AsistenteCasosAEPD .rz-radiobutton-label {
    margin: 0.5rem 1rem 0.5rem 0.5rem;
}

.InformesHuellasSeleccionarTipoInforme .rz-radio-btn {
    align-items: center;
    margin: 0;
    width: 100% !important;
}

.InformesHuellasSeleccionarTipoInforme .rz-radiobutton-label {
    margin: 0.5rem 1rem 0.5rem 0.5rem;
}

.efectoBlurGrilla {
    filter: blur(5px);
}


.iconoverImgCliente {
    height: 250px;
    border-radius: 8px;
}

.textoValidarFormato {
    color: #f9777f;
    font-size: 0.75rem;
}

.imgPais {
    width: 30px;
}

.vh-50 {
    height: 50vh !important;
}


.w-30px {
    width: 30px !important;
}


.RespuestaDPD .rz-tabview-panels {
    overflow: hidden;
}

.divAccesoDPD, .divAccesoCliente {
    width: 100vw;
    height: 100vh;
    display: table;
    text-align: center;
    background-image: url('/ima/bg1_blur.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .divAccesoDPD .cabecera, .divAccesoCliente .cabecera {
        color: white;
        text-shadow: 2px 2px 7px #000000;
        font-size: 1.5rem;
        padding-left: 15px;
        padding-right: 15px;
    }

    .divAccesoDPD .divCajaCodigo, .divAccesoCliente .divCajaCodigo {
        width: 354px;
        height: auto;
        margin: 0 auto;
        padding: 10px;
        position: relative;
    }

.divFirmaDirecta {
    width: 100% !important;
    display: table;
    text-align: center;
    background-image: url('/ima/bg1_blur.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .divFirmaDirecta .cabecera {
        color: white;
        text-shadow: 2px 2px 7px #000000;
        font-size: 1.5rem;
        padding-left: 15px;
        padding-right: 15px;
    }

    .divFirmaDirecta .condiciones {
        color: white;
        text-shadow: 2px 2px 7px #000000;
        padding-left: 15px;
        padding-right: 15px;
    }

    .divFirmaDirecta .cajaCondiciones {
        width: 70%;
        height: 175px;
        overflow-y: auto;
        margin: auto;
    }

    .divFirmaDirecta .documentoCondiciones {
        height: 350px !important;
        width: 70%;
        margin: auto;
    }

    .divFirmaDirecta .divCajaCodigo {
        width: 354px;
        height: auto;
        margin: 0 auto;
        padding: 10px;
        position: relative;
    }

.borderRadius0 {
    border-radius: 0px !important;
}


/*ESTILOS TARJETA INFORME HUELLA FREEMIUM Y ANIMACIONES*/

.rounded {
    border-top: 8px solid #bbb;
    border-radius: 5px;
}

.HuellaDigitalCard {
    min-height: 220px !important;
    background-color: #EDF1F5 !important;
}

    .HuellaDigitalCard .rz-radio-btn {
        align-items: center;
        margin: 0;
        width: 100% !important;
    }

    .HuellaDigitalCard .rz-radiobutton-label {
        margin: 0.5rem 1rem 0.5rem 0.5rem;
    }

    .HuellaDigitalCard .alturaCuerpo {
        height: 90% !important;
    }

.cardActiva {
    box-shadow: 0px 10px 15px -3px #198754;
}

.slide-out-right {
    -webkit-animation: slide-out-right 0.40s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    animation: slide-out-right 0.40s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

.iconoVerde {
    color: #198754;
}

.iconoRojo {
    color: #dc3545;
}

.iconoAzul {
    color: #0dcaf0;
}

.cursor-pointer {
    cursor: pointer;
}

.huellaHr {
    border: none;
    background-color: rgba(0,0,0,0.5);
    height: 1px;
    margin: 1rem 0;
}

.divider {
    display: flex;
}

    .divider:before, .divider:after {
        content: "";
        flex: 1;
    }

.gradient {
    align-items: stretch;
    margin-bottom: 1em;
    height: 5px;
    line-height: 2em;
    color: white;
    background: black;
}

    .gradient:before {
        background: linear-gradient(to right, white, black);
    }

    .gradient:after {
        background: linear-gradient(to left, white, black);
    }

.separador {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
}

.contenidoLampyre {
    max-height: 250px !important;
    overflow-y: auto;
}

.anotacion {
    font-size: 0.75rem !important;
    font-style: italic;
}

.contenidoVideo {
    height: 400px !important;
    width: 500px !important;
    overflow: hidden;
}

.cursor-default {
    cursor: default;
}

.FriendlyPost .carruselTexto {
    width: 70% !important;
    margin-left: 15% !important;
}

/*.barraFreemium{
    border-bottom: 5px solid #000;
    z-index: 99;
    position: fixed;
    margin-top: 80px;
    background-color: white;
    top: 0;
    right: 0;
    width: 100% !important;
    left: 0;
    padding-top: 8px!important;
    padding-bottom: 0px!important;
}*/

@-webkit-keyframes slide-out-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px);
        opacity: 0;
    }
}

@keyframes slide-out-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px);
        opacity: 0;
    }
}

.slide-in-left {
    -webkit-animation: slide-in-left 0.40s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    animation: slide-in-left 0.40s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

@-webkit-keyframes slide-in-left {

    0% {
        -webkit-transform: translateX(-200px);
        transform: translateX(-200px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-200px);
        transform: translateX(-200px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}


.leyendaMapaGoogle {
    font-family: Arial, sans-serif;
    background: #fff;
    padding: 10px;
    margin: 10px;
    /* border: 1px solid #000; */
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    box-shadow: rgb(0 0 0 / 30%) 0px 1px 4px -1px;
}

    .leyendaMapaGoogle h3 {
        margin-top: 0;
    }

.wheelzoom {
    position: relative;
}

.wheelzoom-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
    height: 250px;
}

.north {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.west {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.south {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.east {
    transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
}

.leyendaMapaGoogle h3 {
    margin-top: 0;
}


.rounded-20 {
    border-radius: 20px;
}

.tablaTab {
    width: calc(100vw - 320px);
    overflow-x: auto;
}

.sidebarCategorias {
    min-height: 50vh;
    border-right: 1px solid #dee2e6;
}

.sidebarCategorias-item {
    position: relative;
    padding: 1rem 1.25rem;
    cursor: pointer;
    color: #000;
    transition: color 0.5s;
}

    .sidebarCategorias-item:hover {
        background-color: #f8f9fa;
    }

    .sidebarCategorias-item.active {
        color: #0d6efd;
        font-weight: 600;
    }

        .sidebarCategorias-item.active::after {
            content: '';
            position: absolute;
            right: 0;
            top: 25%;
            width: 4px;
            height: 50%;
            background-color: #0d6efd;
            border-radius: 4px 0 0 4px;
        }
