@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

body {
    min-width: 800px; /* Ajusta según lo necesario */
}

img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.Materia {
    background-color: lightgray;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0px;
    border-radius: 5px;
}

#PrincipioTau {
    /*margin-top: 5px;*/
    /*margin-top: -12px;*/
    background-color: #f2f2f2;
    /*height: 100vh;*/
    display: grid;
    grid-template-rows: 3em 1fr;
}

.containerPreguntas {
    overflow: scroll;
}

.TituloTau {
    font-size: 1.0em;
    font-size: 1.0em;
    text-align: center;
    font-weight: bold;
    /*padding-bottom: 20px;*/
    /*    style ="text-align:center;"*/
}


.pegar-arriba {
    /*margin-top: -12px;*/
    position: sticky; /* O usa fixed si el header no depende del scroll */
    top: -12px;
    z-index: 10;
}

.custom-dialog .e-dlg-content {
    margin: 0;
}


.TituloMisTaus {
    font-size: 1.7em;
    font-weight: bold;
    border-radius: 15px 15px 0px 0px;
    height: 1.8em;
    background-color: #ee6c4d;
    margin: 5px 5px 0px 5px;
    color: white;
    text-align: center;
    justify-content: center;
    padding-top: .2em;
}

.NuevoTituloTau {
    font-size: 1em;
    text-align: center;
    font-weight: bold;
    padding-left: 1em;
    /*padding-bottom: 20px;*/
    /*    style ="text-align:center;"*/
}


.SubtituloOpcional {
    font-size: 24px;
    text-align: center;
    padding-bottom: 10px;
    /*    style ="text-align:center;"*/
}

.CodigoTAU {
    font-weight: bold;
    text-align: center;
    width: 70px;
    display: grid;
    justify-items: start;
    align-items: end;
}

.Introduccion {
}

.Seccion {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 60px;
    margin-right: -20px;
    /*padding-bottom: 15px;*/
    background-color: #3d5a80;
    color: white;
    height: 60px;
    border-radius: 15px;
}

.seccionCol1 {
    align-content: center;
}

.seccionCol2 {
    text-align: center;
    /*background-color: green;*/
}

.seccionCol3 {
    /*background-color: yellow;*/
    font-size: 12px;
    font-weight: bold;
    text-align: end;
    align-content: center;
    padding-right: 10px;
}

.TextoSeccion {
}

.SubSeccion {
    font-size: 20px;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 45px;
    margin-right: -20px;
    color: white;
    background-color: #98c1d9;
    height: 45px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 30px;
    padding-left: 30px;
    border-radius: 10px;
}

.Dialogo {
    font-style: normal;
    font-size: 18px;
    font-weight: normal;
    padding-left: 30px;
    padding-right: 100px;
}

.Recuadro {
    font-style: italic;
    border-style: solid;
    border-color: lightgray;
    font-size: 16px;
    font-weight: normal;
    margin-left: 50px;
    margin-right: 100px;
    padding: 10px;
    /*padding-bottom:15px;*/
}

.Referencias {
    text-align: center;
    font-size: 12px;
}

.Figura {
    text-align: center;
    font-size: 14px;
}


.Autor {
}

.Barra {
    padding: 15px;
    /*    padding-right: 60px;*/
    background-color: lightgray;
    text-align: center;
    font-size: 28px;
}

.Pregunta {
    font-size: 14px;
    /*    font-weight:500;*/
}

.Opciones {
    /*padding-left: 50px;*/
    padding-top: 1px;
    padding-right: 10px;
    font-size: 18px;
}

.Opcion {
    font-size: 18px;
    padding: 0px 5px 3px 5px;
    /*    padding-left: 10px;
    padding-right:20px;*/
    /*    class ="form-check-label"*/
    margin-top: 2px;
    width: 100%
}

.opcionSelMul {
    line-height: 1.2;
    /*display:flex;*/
    align-items: center;
}

    .opcionSelMul:hover {
        background-color: #f5f5f5;
        cursor: pointer;
        border-style: none;
        border-color: gray;
        border-width: .5px;
        border-radius: 3px;
        /*margin: -2px;*/
    }

.e-label {
    line-height: 1.2;
}

.Respuesta {
    font-size: 18px;
    background-color: #f2f2f2;
}

.Comentario {
    font-size: 18px;
    color: black;
    font-weight: normal;
    font-style: italic;
    padding-left: 125px;
    padding-right: 100px;
    margin-top: -20px;
}

.Notas {
    /*    class ="col-11" style="font-size:small"*/
    /*color: grey;*/
    font-size: 18px;
    /*padding-left: 16px;*/
    /*padding-right: 40px;*/
    /*margin-top: 20px;*/
    margin-top: 40px;
}
}

.Semaforo {
    /*    class ="col-11" style="font-size:small"*/
    color: black;
    font-size: 18px;
    padding-left: 30px;
    padding-right: 60px;
}





#right {
    float: left;
    overflow-y: scroll;
    /*height: 100px;*/
    width: 25%;
    /*background-color: #4FC1E9;*/
    text-align: center;
    /*height: 90vh;*/
}

.MiTop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 3em;
    background-color: #98c1d9;
    border-radius: 0px 0px 15px 15px;
}

.MiTopApp {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 3em;
    background-color: #50007d;
    border-radius: 0px 0px 15px 15px;
    color: white;
}

.imagenPequena {
    width: 3%;
    height: auto;
}

/*position: fixed;
top: 0;
left: 0;
z-index: 999;
width: 100%;
height: 23px;*/


/*
    Pregunta
    Opciones
    LetraRespuesta
    Barra
    Respuesta
    Dialogo
    Comentario
    Espacio
    Citas
    Seccion
    Subseccion
    Materia
    UnidadOTema
    TituloTau
    SubtituloOpcional
    CodigoTAU
 */


.marcoImagenIzquierda {
    margin: 0px 0px 15px 0px;
    position: fixed;
    bottom: 0;
    left: 0;
    visibility: hidden;
    /*background-color:yellow;*/
}

.marcoImagenDerecha {
    margin: 0px 0px 10px 0px;
    position: fixed;
    bottom: 0;
    right: 10px;
    padding-right: 3px;
    /*background-color: blue;*/
    text-align: right;
}

    .marcoImagenDerecha:hover {
        cursor: pointer;
    }

.imagenIzq {
    padding: 10px;
    width: 12em;
    height: auto;
    background-color: white;
    border-radius: 10px;
}

.imagenDer {
    padding: 13px;
    width: 12em;
    height: auto;
    background-color: white;
    border-radius: 10px;
}

.LinkMapa {
    text-decoration: underline;
    color: blue;
    cursor: pointer
}

video {
    width: 100%;
    height: auto;
}

.e-dialog.e-control .e-dlg-header-content {
    padding: 10px;
    color: white;
}

.e-dialog.e-control .e-footer-content {
    padding: 8px 12px;
    /*background-color: lightgray;*/
}

/*.e-dialog.e-control .e-dlg-content {
    padding: 15px 0 0;
    background-image: linear-gradient(#3d5a80, #98c1d9);
    color: white;
}*/



.MiBoton {
    padding: 0px 5px 5px 5px;
    border-width: 0px;
    border-style: none;
    color: white;
    background-color: transparent;
    width: 110px;
}

    .MiBoton:hover {
        color: white;
        background-color: #98c1d9;
        border-radius: 2px;
    }



.e-custom {
    border-width: 0px;
    border-color: transparent;
    border-radius: 5px;
    height: 30px;
    width: 100%;
    border-bottom-style: none;
    font-weight: bold;
    /*cursor: pointer;*/
}

    .e-custom:enabled {
        /*background-color: #cccccc;*/
        background-color: #98c1d9;
        color: #fff;
    }

    .e-custom:hover {
        background-color: #3d5a80;
    }

    .e-custom:disabled {
        background-color: #cccccc;
        /*background-color: red;*/
        cursor: wait;
        color: #fff;
    }

    .e-custom:disabled, e-custom:hover {
        background-color: #cccccc;
        cursor: auto;
    }




/* Tile view card customization */
*.tile_layout.card-control-section .row.filter .tile_search {
    justify-content: flex-end;
}

.tile_layout.card-control-section .row .e-card {
    text-align: left;
    margin: 10px;
}

.tile_layout.card-control-section .control-wrapper {
    padding: 0 20px;
}

.tile_layout.card-control-section .row.filter {
    margin: 0;
}

.tile_layout.card-control-section .e-card .e-card-actions a {
    border: 1px solid;
    display: block;
    margin: auto;
    width: 100px;
    border-radius: inherit;
}

.tile_layout.card-control-section .e-card .e-card-image {
    height: 180px;
    width: inherit;
}

.tile_layout.card-control-section .row.filter .col-xs-3.col-sm-3.col-lg-3.col-md-3 col-sm-6 {
    display: inline-flex;
    flex-direction: column;
    width: 100%;
}

.tile_layout.card-control-section .col-xs-3.col-sm-3.col-lg-3.col-md-3 col-sm-6 {
    width: 100%;
    padding: 10px;
}

.card-control-section.tile_layout .e-card-layout {
    margin: auto;
    max-width: 190px;
}

#source_link {
    float: right;
    margin-right: 10px;
}

.tile_layout.card-control-section .col-xs-6.col-sm-6.col-lg-6.col-md-6 {
    width: 25%;
}

.card-control-section.tile_layout .e-card-layout {
    max-width: 890px;
}



.col-lg-3 .col-md-3 .col-sm-6 {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.watermarked {
    background-image: url("/images/SistemaFontan.jpg");
    position: relative;
    /*        left: 30px;*/
    /*height: 80px;
                            width: 100px;
                            background-repeat: repeat-x;
                            right: 0px;
                            bottom: 0px;
                            opacity: 1;*/
}


.MiBoton1 {
    padding: 0px 5px 5px 5px;
    border-width: 0px;
    border-style: none;
    color: white;
    background-color: transparent;
    width: 50px;
}

    .MiBoton1:hover {
        color: white;
        background-color: #98c1d9;
        border-radius: 2px;
    }


#imagenPequena {
    width: 3%;
    height: auto;
}


#Modal-MMM {
    max-height: 800px;
}

#target {
    overflow-y: scroll;
    max-height: 800px;
}

.pop {
    max-height: 800px;
}


#resultados:hover {
    cursor: pointer;
}

.e-icons.e-play:before {
    content: '\e728';
}

.e-play-icon::before {
    /*content: '\e324';*/
    content: '\e728';
}

.e-pause-icon::before {
    content: '\e7c1';
}

.e-pause-icon {
    content: '\e7c1';
}

.e-btn.e-link, .e-css.e-btn.e-link {
    color: white;
}

.e-btn .e-btn-icon.e-icon-left, .e-css.e-btn .e-btn-icon.e-icon-left {
    color: white;
}

.e-play::before {
    content: '\e7c1';
}

.e-pause::before {
    content: '\e757';
}

.e-menu::before {
    content: '\e7cd';
}

.e-outline {
    border-width: 0px;
    border: none;
}

.e-btn.e-outline.e-primary, .e-css.e-btn.e-outline.e-primary {
    color: white;
    /*width: 80px;*/
}

.e-outline2 {
    border-width: 0px;
    border: none;
}

.e-btn.e-outline2.e-primary, .e-css.e-btn.e-outline2.e-primary {
    color: white;
    /*width: 80px;*/
}

.e-outline-1 {
    border-width: 0px;
    border: none;
}

/*    .e-btn.e-outline.e-primary, .e-css.e-btn.e-outline.e-primary {
                                        color: white;
                                        width: 80px;
                                        margin-left: 10px;
                                    }*/


body {
    overflow-y: scroll;
}


svg {
    vertical-align: top;
}


/*    VisorUnaPregunta*/
<style >


.BotonLlave {
    /*width: auto;*/
    height: 80px;
    border-radius: 10px;
    border-bottom-width: 1px;
    border-color: lightgray;
    margin: 2px;
}

.BotonLlave:hover {
    background-color: lightgray;
    cursor: pointer
}


.BotonLlaveCandado {
    /*margin-top: 10px;*/
    width: 80%;
    height: auto;
    border-radius: 5px;
    border-color: lightgray;
    margin: 10px 2px 2px 2px;
    padding: 3px;
}

    .BotonLlaveCandado:hover {
        cursor: pointer;
        background-color: #f5f5f5;
    }

/*.BotonLlaveCandado:active {*/
/*background-color: #3e8e41;*/
/*box-shadow: 0 5px #666;
            transform: translateY(10px);
        }*/

.imgMano {
    width: 25%;
    height: auto;
    border-radius: 5px;
}

    .imgMano:hover {
        background-color: lightgray;
    }

/*    img:hover {
        background-color:lightblue;
    }*/



body {
    /* background: yellow; */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    overflow-y: scroll;
    fill: currentColor;
}

button {
}

.e-fixed {
    /*    position: fixed;
    top: 50vh;*/

    /*display: flex;
    justify-content: center;
    align-items: center;
*/
    position: absolute; /* relativo al documento, no a la ventana */
    top: 0; /* luego lo ajustamos con scroll */
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.6);
    display: none;
    justify-content: center;
    align-items: flex-start; /* para que se pegue arriba, no en el medio */
    z-index: 1000;
    padding-top: 50px; /* espacio desde arriba de la pantalla */
}

.parent {
    background: aquamarine;
    height: 75vh;
    width: 75vw;
    padding: 1em;
    margin: 20px;
    position: relative;
}

.child {
    background: red;
    width: 96px;
    height: 50px;
    position: absolute;
    bottom: 0%;
    left: 2%;
    right: 2%;
    /* top:0; */
    /* left: 0; */
    z-index: 10;
}


.emoSelected {
    background-color: #f8f9fa;
    padding: 5px;
    margin: 5px;
    border-radius: 5px;
    cursor: pointer
}

.emo {
    padding: 5px;
    margin: 5px;
    border-radius: 5px;
}

    .emo:hover {
        background-color: lightgray;
    }

    .emo:active {
        background-color: gray;
        /*box-shadow: 0 5px #666;*/
        transform: translateY(2px);
    }

.logo-img path {
    fill: red;
}

.change-my-color {
    fill: green;
}



.e-btn.e-flat, .e-css.e-btn.e-flat {
    background-color: transparent;
    border-color: transparent;
    color: black;
    width: 85px;
}

    .e-btn.e-flat:disabled, .e-css.e-btn.e-flat:disabled {
        background-color: transparent;
        border-color: transparent;
        color: black;
    }

/*body {
    overflow-y: scroll;
}*/

.e-dialog {
    font-family: 'Segoe UI';
    border-radius: 10px;
}

    .e-dialog .e-dlg-header {
        font-size: 20px;
        font-weight: bold;
    }

    .e-dialog .e-dlg-content {
        padding: 20px;
        font-weight: normal;
        line-height: normal;
    }

.e-dlg-overlay {
    background-color: slategray;
    opacity: 0.3;
}

.e-checkicon.e-checkbox-wrapper .e-frame.e-check::before {
    /*        content: '\e682';*/
    content: '\e7a5';
}

#ImagenPopUp {
    /*max-width:50%;*/
    width: 100%;
    /*   width: auto;*/
    height: auto;
}

imagen2 {
    /*width: 5%;*/
    /*height: auto;*/
}

img.imagen2 {
    width: 40em;
    height: auto;
}

imagen2 {
    /*width: 5%;*/
    /*height: auto;*/
}

img.imagen3 {
    margin: 2px;
    width: 3vw;
    height: auto;
}


.grow {
    transition: all .2s ease-in-out;
    z-index: 10000;
}

    .grow:hover {
        transform: scale(1.5);
    }


.imagenT {
    display: flex;
    justify-content: center;
    margin-right: 52px;
    /*max-width: 70%;*/
    /*max-width: 600px*/
}

.imagenVariasImagenes {
    display: flex;
    justify-content: center;
    max-width: 70%;
    /*max-width: 600px*/
}

.multiline {
    margin-top: 60px;
    width: 20%;
    height: 200px;
}

#center {
    justify-content: center;
}

.e-dialog.e-control.e-popup, .e-dialog.e-control.e-popup .e-dlg-header-content {
    background-color: #d9edf7;
    justify-content: center;
}

.e-dialog.e-control.e-popup {
    padding: 3px;
}

.e-dialog.e-control .e-dlg-header-content {
    padding: 10px;
    justify-content: center;
}

meter {
    width: 100%;
    height: 2em;
}

.TituloTauArbol {
    font-weight: bold;
    font-size: 20px;
    color: darkslategray;
    /*color: white;*/
}



/*Estilos pregunta select mul*/

.EstiloOpcionOK {
    background-color: #f2f2f2;
    border-radius: 5px;
    padding: 0px 5px 3px 5px;
}

.e-icons e-frame {
    border-color: black;
}

.e-checkicon.e-checkbox-wrapper .e-frame.e-check::before {
    /*        content: '\e682';*/
    content: '\e7a5';
}



.e-checkicon.e-checkbox-wrapper .e-check {
    font-size: 12px;
}

.e-checkicon.e-checkbox-wrapper .e-frame.e-check,
.e-checkicon.e-checkbox-wrapper:hover .e-frame.e-check {
    background-color: white;
    border-color: grey;
    color: grey;
}

.e-checkicon.e-checkbox-wrapper .e-checkbox:focus + .e-frame.e-check {
    background-color: white;
    border-color: grey;
    box-shadow: none;
    color: grey;
}

.e-checkicon.e-checkbox-wrapper .e-ripple-element {
    background: grey;
}


.e-checkbox-wrapper .e-check::before, .e-css.e-checkbox-wrapper .e-check::before {
    content: '\e7a5';
}

.label {
    background-color: lightgray;
}

.NumeroPregunta {
    color: white;
    font-weight: bold;
    height: 34.5px;
    background-color: #98c1d9;
    border-radius: 0px 15px 0px 0px;
    padding-top: 5px;
}


.targetPregunta {
    background: white;
    border-radius: 15px 15px 15px 15px;
}

.RecuadroPregunta {
    padding-right: 0px;
    border-right: gray;
    border-right-style: solid;
    border-right-width: thin;
    /*background-color:blue;*/
}

.contenedorTextoPregunta {
    /*padding: 10px 20px 0px 50px;*/
    width: 97%;
}

.ContenedorOpcionesPregunta {
    padding: 5px;
}

.contenedorRespuestaPregunta {
    padding-left: 35px;
    /*padding-right: 10px;*/
    margin-bottom: 7px;
    margin-top: 10px;
}

/*.row {
    height: 100px;
    padding: 2px;
    margin: 3px;
}
*/

.textoRespuesta {
    font-style: italic;
    font-weight: 600;
    padding: 3px 1px 4px 10px;
    min-height: 30px;
    /*background-color: #f2f2f2;*/
    /*background-color: #98c1d9;*/
    background-color: #6E98AF;
    color: white;
    border-radius: 5px;
}


/* To change color, font family and font size */
.e-toast-container .e-toast .e-toast-message .e-toast-title {
    color: white;
    font-size: 18px;
    font-weight: bold;
}


/* To change color, font family and font size */
.e-toast-container .e-toast .e-toast-message .e-toast-content {
    color: white;
    font-size: 13px;
    font-weight: normal;
}

/* To change background color */
.e-toast-container .e-toast {
    background-color: lightgray;
}


/* Para el control file uploader */
.control-wrapper {
    /*    width: 350px;*/
    margin: 0 auto;
}

/* Estilos de una pregunta basados en CSS Grid */

#MarcoPregunta {
    margin: 0px 60px 60px 0px;
}

.pregunta-completa {
    margin-top:60px;
}

#pregunta {
    min-height: 90px;
    display: grid;
    width: 100%;
    grid-template-areas:
        "textoPregunta barraDerecha"
        "filaRespuesta filaRespuesta";
    grid-template-rows: auto 10px;
    grid-template-columns: auto 100px;
    border-radius: 5px;
    background-color: white;
    font-size: 18px;
    margin: 30px 0px 0px 80px;
}

    #pregunta > #textoPregunta {
        background-color: white;
        border-radius: 5px;
        margin: 10px 10px 5px 20px;
        grid-area: textoPregunta;
    }

    #pregunta > #barraDerecha {
        border-left: gray;
        border-width: 0px 0px 0px 1px;
        border-style: solid;
        border-color: lightgray;
        grid-area: barraDerecha;
        /* background-color: white; */
    }

#numeroPregunta {
    display: grid;
    background-color: #98c1d9;
    border-radius: 0px 5px 0px 0px;
    height: 30px;
    justify-content: center;
    align-content: center;
    grid-area: barraDerecha;
    color: white;
}

#filaRespuesta {
    grid-column-start: 1;
    grid-column-end: 3;
    /* margin: 5px; */
}

    #filaRespuesta > #zonaRespuesta {
        grid-area: filaRespuesta;
        display: grid;
        align-content: center;
        /*background-color: lightgrey;*/
        background-color: #6E98AF;
        min-height: 30px;
        margin: 0px 0px 0px 0px;
        padding: 0px 100px 0px 20px;
        border-radius: 0px 0px 5px 5px;
        font-style: italic;
        font-weight: 600;
        color: white;
    }

#iconosPregunta {
    padding: 5px;
    display: grid;
    justify-content: center;
}

.ImagenCamara {
    width: 320px;
    height: auto;
}


#PopupCamara {
    max-height: 800px;
}


.material .e-spinner-pane .e-spinner-inner .e-spin-bootstrap {
    fill: #e3165b;
}

.material .e-spinner-pane .e-spinner-inner .e-spin-bootstrap, .material .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4, .material .e-spinner-pane .e-spinner-inner .e-spin-high-contrast .e-path-arc {
    stroke: #e3165b;
}






.e-card {
    position: relative;
    margin-top: 10px;
    overflow: visible;
    border-radius: 15px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    transition: 0.2s;
    border-width: 1px;
    padding: 1px;
    /*height: 180px;*/
    /*width: 298px;*/
    /*margin-left: 50px;*/
}

    /*    .e-card .e-card-header {
        background-color: lightgray;
        padding: 10px 5px 0px 30px;
    }*/


    .e-card .e-card-content {
        /*padding-top: 0px;*/
        /*height: 65px;*/
        padding-top: 5px;
    }



    .e-card .e-card-header .e-card-header-caption .e-card-header-title {
        font-size: 25px;
        line-height: 32px;
    }

    .e-card .e-card-header .e-card-header-caption .e-card-sub-title {
        line-height: 10px;
    }



    .e-card .e-card-header .e-card-header-caption .e-card-header-title {
        font-size: 20px;
        font-family: Helvetica, 'Segoe UI';
        font-weight: bold;
        color: gray;
    }

    .e-card .e-card-header .e-card-header-caption .e-card-sub-title {
        padding-top: 5px;
    }


.CodigoTauTarjeta {
    color: gray;
    font-size: 1.1em;
    margin: 10px 5px 0px 0px;
    font-weight: bold;
}

.TituloTauTarjeta {
    color: #ee6c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 0px 5px 5px 5px;
    text-overflow: ellipsis;
    /*background-color: yellow;*/
    /*height: 20px;*/
}


.PreguntaFinalDelTau {
    font-size: 1.1em;
    margin-right: 52px;
    font-weight: 400;
    padding: 5px;
}

.FilaPreguntaFinalDelTau {
    border-radius: 5px;
    background-color: lightgrey;
    margin-right: 52px;
    /*padding-top:5px;*/
    padding: 8px;
    align-content: center;
}


.TituloIndice {
    font-size: 1.8em;
    font-weight: 700;
    padding: 10px 0px 0px 0px;
}


/*Estilos imágenes formato horizontal tipo paisaje*/
.wrapperHorizontal {
    display: grid;
    grid-template-columns: 2px 2fr 2px;
    grid-template-rows: 0px 3fr 3fr 0px;
    gap: 5px;
    height: 600px;
}

.ImagenUnoHorizontal {
    display: grid;
    grid-column: 2;
    grid-row: 2;
    max-height: 300px;
    /*max-width: 790px;*/
    width:95%;
    place-items: center;
}

    .ImagenUnoHorizontal > img {
        object-fit: contain;
        width: 95%;
        max-width: 790px;
        max-height: 300px;
    }

.ImagenDosHorizontal {
    display: grid;
    grid-column: 2;
    grid-row: 3;
    max-height: 300px;
    max-width: 790px;
    place-items: center;
}

    .ImagenDosHorizontal > img {
        object-fit: contain;
        width: 95%;
        max-height: 300px;
        max-width: 790px;
        height: auto;
    }


/*Estilos imágenes formato vertical tipo retrato*/
.wrapperVertical {
    display: grid;
    grid-template-columns: 20px 2fr 2fr 20px;
    grid-template-rows: 20px 10fr 40px;
    gap: 10px;
    background-color: lightcoral;
}

.ImagenUnoVertical {
    display: grid;
    grid-column: 2;
    grid-row: 2;
    /*    border: 1px;
    border-style: solid;*/
    max-height: 300px;
    background-color: aqua;
}

    .ImagenUnoVertical > img {
        object-fit: contain;
    }

.ImagenDosVertical {
    display: grid;
    grid-column: 3;
    grid-row: 2;
    /*    border: 1px;
    border-style: solid;*/
    max-height: 300px;
    background-color: aqua;
    /*background-color: aqua;*/
}

    .ImagenDosVertical > img {
        object-fit: contain;
    }



/*Estilos CSS grid para cargador de imágenes*/
.contenedorCargaImagenes {
    display: grid;
    grid-template-rows: 47px 1fr 47px;
    gap: 5px;
    border: 1px;
    border-color: gray;
    border-style: solid;
    /*width: 66vh;*/
    width: auto;
    height: 66vh;
}

.filaEncabezadoBotones {
    display: flex;
    /*padding-right: 10px;*/
    grid-gap: 6px;
    background-color: lightgray;
    align-items: center;
    justify-content: end;
    /*min-height:0px;*/
    min-height: 47px;
    max-height: 47px;
    padding: 2px 10px 2px 0px;
}

    .filaEncabezadoBotones > SfButton {
        width: 60px;
        max-width: 80px;
    }

.filaImagen {
    /*    display: grid;
    margin: 5px 10px 5px 10px;
    grid-row: 2;
    justify-items: center;
    align-items: center;*/
}

.filaBotonesOKCancel {
    display: flex;
    align-items: center;
    justify-content: end;
    grid-gap: 6px;
    background-color: lightgray;
    padding: 4px 10px 4px 0px;
    padding-right: 10px;
    min-height: 47px;
    max-height: 47px;
}

.franajsSuperiorBotones {
    display: grid;
    grid-column: 2;
    grid-row: 2;
    border: 1px;
    border-style: solid;
    border-color: gray;
    padding: 10px;
    max-height: 300px;
    /*background-color: aqua;*/
}

/*  .ImagenUnoHorizontal > img {
        object-fit: contain;
        width: 100%;
        max-height: 300px;
    }

.ImagenDosHorizontal {
    display: grid;
    grid-column: 2;
    grid-row: 3;
    border: 1px;
    border-style: solid;
    border-color: gray;
    padding: 10px;
    align-items: center;
    max-height: 300px;
}

    .ImagenDosHorizontal > img {
        object-fit: contain;
        width: 100%;
        max-height: 300px;
    }
*/






.rectanguloFoto {
    display: flex;
    align-self: center;
    justify-content: center;
}

    .rectanguloFoto > img {
        width: 90%;
        max-width: 100vw;
        object-fit: contain;
        height: auto;
    }



.filaBotonesOKCancelDibujo {
    display: flex;
    align-items: center;
    justify-content: end;
    grid-gap: 6px;
    /*background-color: lightgray;*/
    padding: 4px 0px 4px 0px;
    /*padding-right: 10px;*/
    min-height: 47px;
    max-height: 47px;
    /*margin-right: -15px;*/
}

.filaBotonesOKCancel > .SfButton {
    width: 70px;
}



.multiline {
    margin: 5px;
    width: 540px;
    height: auto;
}

.TextoPopUp {
    /*    width:550px;
    height:300px;
*/
}




.e-dialog .e-dlg-header-content + .e-dlg-content {
    color: black;
    background-color: white;
}

.LinkTitulo {
    color: black;
    font-size: 20px;
    font-weight: bold;
}

.LinkSeccion {
    display: grid;
    grid-template-columns: 2fr 1fr;
    color: black;
    font-weight: bold;
    font-size: 18px;
}

.LinkSeccionPopUp {
    display: grid;
    grid-template-columns: 2fr 1fr;
    /*color: white;*/
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    justify-items: left;
}

.LinkItemPopUp {
    display: grid;
    grid-template-columns: 2fr 1fr;
    /*color: white;*/
    /*font-weight: bold;*/
    color: darkslategray;
    font-size: 14px;
    margin-left: 40px;
    cursor: pointer;
    justify-items: left;
}

a {
    font-family: 'Segoe UI','Helvetica Neue', Helvetica, Arial, sans-serif;
    cursor: pointer;
    padding: 3px;
    border-radius: 2px;
    font-size: 14px;
}

    a:hover {
        background-color: lightgray;
    }

.e-card .e-card-content {
    height: auto;
}

.centrarVerticalyHorizontal {
    display: grid;
    place-items: center;
}

.botonesDialogo {
    display: flex;
    justify-content: flex-end;
    /*justify-items: flex-end;*/
}

.botonDialogo {
    margin: 3px;
}

.e-dlg-overlay {
    background-color: slategray;
    opacity: 0.7;
}

.e-dialog {
    min-height: 300px !important;
}

.main-content {
    min-height: 92vh !important;
}

.e-dlg-container > .e-dialog {
    max-height: 100% !important;
}

.LetrasSymbol {
    font-family: Symbol;
}

.doscolumnas {
    display: grid;
    grid-template-columns: 2fr 2fr;
    justify-items: center;
    align-items: center;
}

.PopupVigenciaTau {
    font-size: 16px;
    background-color: #B4E5A2
}

/*.e-dialog .e-dlg-header {
    background-color: #B4E5A2;*/
/*color: #B4E5A2;*/
/*font-size: 20px;
    font-weight: bold;
    text-align:center;
    width:100%; 
}

.e-dialog .e-dlg-header-content {
    background-color: #B4E5A2;
}

.e-dialog .e-dlg-content {*/
/*color: red;*/
/*background-color: #B4E5A2;
    font-size: 10px;
    font-weight: normal;
    line-height: normal;
}*/
/*.e-dialog .e-dlg-header-content {
    background-color: #3f51b5;
}*/

/*.e-dialog.e-control.e-popup {
    background-color: #B4E5A2;
}*/



/* Estilo personalizado para cambiar el fondo del diálogo */
.custom-dialog .e-dialog {
    background-color: yellow; /* Cambia este color según lo necesites */
    color: black; /* Cambia el color de texto si es necesario */
}

.e-dialog.e-control.e-popup {
    background-color: #f0f0f0;
}

.custom-dialog-background {
    background-color: #f0f0f0; /* Cambia el color según tus preferencias */
}

.e-dlg-header-content {
    background-color: #f0f0f0; /* Cambia el color según tus preferencias */
}

.e-checkbox-wrapper .e-label {
    font-size: 16px;
}

.tau-preguntas {
    scroll-behavior: smooth;
    /*background-color: yellow;*/
}


.opcionSelMul .contenidoCheck {
    display: flex;
    align-items: center;
    gap: 8px; /* Espacio entre el texto y la imagen */
}

.d-inline-flex {
    /*display:none;*/
}

.contenidoCheck {
    line-height: 1.1;
}



.contenedor-imagenes {
    /*width: 66vh;*/
    height: 55vh;
    /*border: 2px dashed #888;*/
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    /*background: #f9f9f9;*/
    /* margin: 40px auto; */
    padding: 0;
}

    .contenedor-imagenes img {
        background: #fff;
        box-shadow: 0 2px 8px rgba(0,0,0,0.08);
        /*border-radius: 8px;*/
        margin: 1px;
        display: block;
        box-sizing: border-box;
    }

    .contenedor-imagenes.horizontal {
        justify-content: center;

    }

        .contenedor-imagenes.horizontal img {
            width: 99%;
            height: auto;
            max-height: 100%;
            max-width: 100%;
        }

    .contenedor-imagenes.vertical {
        /* No cambia justify-content, mantiene la imagen arriba */
    }

        .contenedor-imagenes.vertical-imagen img {
            height: 99%;
            width: auto;
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
        }


.tau-imagen-comentario {
    width: 70%;
    height: auto;
    margin-bottom: 6px
}

.t-letras-termometro {
    font-size: 13px;
    margin-top: 9px;
    font-weight: bold;
    color: #333;
}

.e-dlg-overlay {
    background-color: rgba(0, 0, 0, 0.5) !important; /* Cambia 0.2 según la opacidad deseada */
}

.e-dialog .e-dlg-header-content {
    border-radius: 0;
    line-height: 1.25;
    width: inherit;
    /*background-color: lightgray;*/
}

.visorUnTauArbol {
    /*background-color:#bdbdbd;*/
    color:darkslategrey;
    border-radius:5px;
}

.e-dialog .e-dlg-header-content + .e-dlg-content {
    color: black;
/*    background-color: #bdbdbd;
    border-radius: 5px;*/
}