@import "root.css";
@import "colors.css";
@import "width.css";
@import "flex.css";
@import "botones.css";
@import "margins.css";
@import "fstyle.css";
@import "librerias.css";
@import "select.css";
@import "height.css";
@import "globos.css";

/* Using a string */

html,
body {
    height: 100%;
    margin: 0px;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    background-color: #f0f2f2;
}


/* html {
    user-select: none;
} */

@media print {
    html,
    body {
        /* Hide the whole page */
        display: none;
    }
}

.pointer {
    cursor: pointer;
}

.none {
    cursor: none;
}

.tooltip-black {
    --balloon-color: black;
}


/* #mainBox {
    display: flex;
    background-color: #f0f2f2;
    top: 0px;
    min-height: 100vh;
} */


/* index */

.leftFront {
    height: 100vh;
    background-image: url("../images/img_landing.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: darken;
}

.leftFrontOpaque {
    height: 100vh;
    background-color: black;
    opacity: 50%;
    font-family: 'Titillium Web', Helvetica, Arial, Lucida, sans-serif;
}

.formIndex {
    font-family: 'Titillium Web', Helvetica, Arial, Lucida, sans-serif;
}

.leftFront img {
    width: 200px;
    margin-left: 100px;
    margin-top: 300px;
}

.formaLogin {
    display: block;
    width: 380px;
    margin-left: 160px;
    margin-top: 200px;
    font-family: 'Titillium Web', Helvetica, Arial, Lucida, sans-serif;
}

.formaLogin div input {
    background-color: white;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(223, 223, 223);
    font-family: var(--Titillium Web-f);
}

.formaLogin div input::placeholder {
    color: rgb(223, 223, 223);
    font-size: .8em;
    font-family: var(--Titillium Web-f);
}


/* menu */

#menu {
    display: none;
    position: absolute;
    top: 0px;
    width: 280px;
    height: 100%;
    background-color: #2e358b;
}

.submenu {
    display: none;
}

.submenu div:hover {
    color: white;
    font-weight: 700;
}


/* menu USER */

#menuUser {
    position: fixed;
    top: 0px;
    width: 70px;
    min-height: 100vh;
    background-color: #FFB621;
    z-index: 300;
}

#menuUser .userMenuOpcion:hover {
    background-color: white;
}

#menuUser .userMenuOpcion:hover .pinkBorder {
    background-color: #58CBFB;
}

#menuUser #opciClose {
    position: absolute;
    bottom: 0;
}

#centerBox {
    display: block;
    width: 100%;
    padding-top: 20px;
    margin-left: 63.85px;
}

#extraMenuOptions {
    visibility: hidden;
}


/* pagina de entrada USER*/

.headUser {
    display: flex;
    height: 105px;
    width: 100%;
    background-color: #f8f8f8;
    padding-right: 30px;
}

.headUser>div {
    display: flex;
    width: 50%;
}


/* pagina de entrada */

.head {
    display: flex;
    height: 70px;
    width: 100%;
    background-color: #f8f8f8;
    padding-right: 30px;
}

.head>div {
    display: flex;
    width: 50%;
}

.headL {
    justify-content: flex-start;
}

.headR {
    justify-content: flex-end;
}

.headR>div {
    margin-right: 8px;
}

.fu {
    position: relative;
}

#datauser {
    display: none;
    position: absolute;
    width: 200px;
    height: 130px;
    margin: -5px 0px 0px -120px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: #efeff0;
    border-radius: 8px;
    padding: 10px;
}

.circle {
    display: block;
    width: 35px;
    height: 35px;
    background-color: #bfc3c6;
    border-radius: 25px;
    margin: 20px 10px 10px 0px;
}

.circle img {
    width: 35px;
}

.cir_ora {
    width: 25px;
    height: 25px;
    border-radius: 25px;
    background-color: #F47738;
    color: white;
    text-align: center;
    font-weight: 800;
}

.circle-white {
    display: block;
    width: 35px;
    height: 35px;
    background-color: white;
    border-radius: 25px;
    margin: 20px 10px 10px 0px;
}

.sh1 {
    -webkit-box-shadow: 7px 3px 15px 1px #D9D9D9;
    box-shadow: 7px 3px 15px 1px #D9D9D9;
}

.txtplantilla textarea {
    width: 800px;
}

.ck.ck-editor {
    position: relative;
    top: 20px;
    left: 10px;
}

.ck-editor__editable {
    min-height: 400px;
    min-width: 900px;
}

.ok {
    display: block;
    width: 280px;
    height: 300px;
    margin: 200px auto;
    border-radius: 25px;
    border: solid 1px #228b22;
    background: #FFFFFF;
}

.admonMenu {
    margin-top: -38px;
}

.admonMenu div {
    background-color: var(--blueboton);
    text-align: center;
    color: white;
    margin-bottom: 15px;
    padding: 8px;
    border-radius: 25px;
    font-size: 1.4em;
    cursor: pointer;
}

.admonMenu div:hover {
    -webkit-box-shadow: 0px 5px 7px -4px #000000, 6px 5px 8px 1px rgba(0, 0, 0, 0);
    box-shadow: 0px 5px 7px -4px #000000, 6px 5px 8px 1px rgba(0, 0, 0, 0);
}

.showOpcionInside {
    height: 530px;
    overflow: scroll;
    background-color: white;
    padding: 10px 10px 10px 0px;
    margin-top: 10px;
    border-radius: 8px;
    margin-left: 20px;
}

#showOpcion {
    display: block;
    margin-top: -123px;
}

#showListVarGlobal {
    height: 420px;
    overflow: scroll;
    background-color: white;
    padding: 10px 10px 10px 0px;
    margin-top: 10px;
    border-radius: 8px;
    margin-left: 20px;
}

.gc,
.nc {
    display: none;
}

.nc {
    width: 400px;
    background-color: white;
    margin: 10px 0px;
    padding: 10px;
    border-radius: 8px;
}

.namecatelink:hover {
    color: white;
    background-color: #2e358b;
}

.textDescSC {
    display: block;
    width: 345px;
    height: 100px;
    padding: 10px;
    border-radius: 8px;
    border-color: #dbdbdc;
}

.avisoEmergencia {
    display: none;
    position: absolute;
    z-index: 20;
    width: 300px;
    background-color: white;
    border: solid 1px #f7a2a2;
    border-radius: 8PX;
    text-align: center;
    padding: 15px;
    margin-top: -30px;
    margin-left: 50px;
}

.menuUserLateral {
    display: block;
    width: 65px;
    height: 100vh;
    background-color: #150D51;
}

.cateMenuUser {
    display: block;
    width: 248px;
    height: 100%;
    background-color: white;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #EAEAE9;
    border-radius: 5px;
    opacity: 1;
    margin: 16px 16px 16px 100px;
    padding: 10px 16px;
    font-family: 'Titillium Web', Helvetica, Arial, Lucida, sans-serif;
}

.menuItemline {
    display: flex;
    width: 250px;
    margin: 3px 0px;
}

.menuItemPink {
    display: block;
    width: 8px;
}

.menuItemline:hover {
    width: 250px;
    box-shadow: -3px 0px 6px #00000029;
    border-radius: 5px 0px 0px 5px;
}

.menuItemline:hover .menuItemPink {
    background-color: #D53880;
    border-radius: 8px 0px 0px 8px;
}

.menuItemline:hover {
    background-color: white;
}

.laflecha {
    display: flex;
    justify-content: center;
    align-items: center;
}

.laLinea {
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    border-color: #EAEAE9;
}

.menuItemline:hover .laLinea {
    border-style: solid;
    border-width: 0px 0px 0px 0px;
}

.menuItemline:hover .labelsc {
    color: #4046FE;
    font-weight: 600;
}

.showListaMenuCategorias {
    display: none;
}


/* center body */

#centerTopMenu {
    display: flex;
    justify-content: space-around;
    background-color: #f0f2f2;
    width: 100%;
}

#topMenuOp1:hover,
#topMenuOp2:hover,
#topMenuOp3:hover,
#topMenuOp4:hover {
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #EAEAE9;
    font-weight: 700;
}

#topMenuOp2:hover #topMenuOp1,
#topMenuOp3:hover #topMenuOp2,
#topMenuOp1:hover #topMenuOp2,
#topMenuOp2 {
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #EAEAE9;
    font-weight: 400;
}

#topMenuOp2:hover #topMenuOp1,
#topMenuOp2:hover #topMenuOp3,
#topMenuOp1:hover #topMenuOp3,
#topMenuOp3 {
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #EAEAE9;
}

#topMenuOp2:hover #topMenuOp1,
#topMenuOp2:hover #topMenuOp3,
#topMenuOp1:hover #topMenuOp3,
#topMenuOp4 {
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #EAEAE9;
}


/* search line and title */

#titleSearchLine {
    display: flex;
    justify-content: space-between;
}

#titleSearchLine>div {
    display: block;
}

.formSearch {
    display: flex;
}

blockLines {
    display: block;
    width: 200px;
}

.buscador {
    background-color: white !important;
    width: 350px !important;
    padding: 10px !important;
    border-radius: 24px !important;
    border-style: solid !important;
    border-width: 1px !important;
    border-color: black !important;
    font-weight: 400 !important;
    margin: 20px 20px 10px 0px !important;
    font-size: 16px !important;
    color: black !important;
    /* content: "Buscar en Plantillas" !important; */
}

.search-button {
    width: 20px;
    height: 20px;
    object-fit: cover;
    margin-top: -40px;
    margin-left: 315px;
}

#migaDePan1 {
    display: flex;
    font-size: 16px;
    margin: 30px 30px 10px 30px;
}


/* marco de contenido central */

#contentBlock {
    display: block;
    width: 97%;
    min-height: 700px;
    margin: 10px 20px;
    background-color: #EAEAE9;
}

.allLozas {
    display: flex;
    flex-wrap: wrap;
    /* height: 630px; */
    overflow: scroll;
    /* justify-content: space-around; */
    /* justify-content: space-between; */
    padding: 10px;
}

.allLozas::-webkit-scrollbar {
    display: none;
}

.allLozas div a {
    text-decoration: none;
    color: black;
}

.lozaUno {
    display: block;
    width: 300px;
    height: 160px;
    background-color: white;
    margin: 10px;
    border-radius: 10px !important;
    box-shadow: -3px 0px 6px #00000029;
    border-radius: 5px 0px 0px 5px;
    cursor: pointer;
    padding: 20px;
    line-height: 1em;
}

.lozaDos {
    display: block;
    width: 206px;
    height: 285px;
    background-color: white;
    margin: 10px 9px;
    border-radius: 10px !important;
    box-shadow: -3px 0px 6px #00000029;
    border-radius: 5px 0px 0px 5px;
    cursor: pointer;
    padding: 5px 20px 10px 20px;
    line-height: 1em;
}

.lozaUno:hover,
.lozaDos:hover {
    box-shadow: 0px 0px 1px #00000029;
    border-radius: 5px 0px 0px 5px;
}

.carpetaIndex {
    box-shadow: -3px 0px 6px #00000029;
}

.carpetaIndex:hover {
    box-shadow: 0px 0px 1px #00000029;
}


/* center body top menu default(ini) */

#centerTopMenu>div {
    display: block;
    background-color: white;
    width: 33%;
    border-radius: 4px 4px 0px 0px;
    padding: 11px 16px;
    font-size: 16px;
    cursor: pointer;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #EAEAE9;
}


/* Menu de la derecha */

.menuRight {
    display: block;
    width: 80px;
    height: 100%;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0px 5px 7px -4px #000000, 6px 5px 8px 1px rgba(0, 0, 0, 0);
    border-radius: 5px 0px 0px 5px;
    margin: 20px 0px 20px 0px;
    padding-top: 30px;
}

#PlaAlertas,
#PlaEnproceso,
#PlaDestacados,
#PlaAdmon {
    display: none;
    width: 224px;
    height: 100%;
    background-color: white;
    border-radius: 8px;
    box-shadow: -3px 0px 6px #00000029;
    border-radius: 5px 0px 0px 5px;
    margin-top: 20px;
    padding: 20px 15px;
}

.rmo {
    display: block;
    width: 100%;
    border-radius: 5px 0px 0px 5px;
    background-color: white;
    padding: 10px 5px;
}

.rmo:hover {
    background-color: #4046FE;
    color: white;
}

.rmo:hover {
    fill: white;
}

.elejida {
    display: block;
    position: relative;
    top: -20px;
    left: 160px;
    width: 15px;
    color: red;
}

.genVarianteBoton {
    display: block;
    position: relative;
    top: 5px;
    left: 0px;
    color: #b797e0;
}

.genVarianteBoton div:hover {
    color: #732fc8;
}

.elejidaList {
    display: block;
    top: -5px;
    left: 160px;
    width: 15px;
    color: red;
    cursor: pointer;
}

.plantillaName {
    display: block;
    min-height: 64px;
}

#mainHumo {
    display: none;
    position: absolute;
    height: 120%;
    width: 100%;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(6px);
    z-index: 20;
}

#guiaUno {
    display: none;
    position: absolute;
    height: 120%;
    width: 100%;
    top: 0px;
    z-index: 100;
}

#ventanaInicioDocumento {
    display: block;
    width: 329px;
    min-height: 200px;
    background-color: white;
    margin: 130px auto;
    border-radius: 5px;
    padding: 15px;
    opacity: 1.0;
    -webkit-box-shadow: 0px 5px 7px -4px #000000, 6px 5px 8px 1px rgba(0, 0, 0, 0);
    box-shadow: 0px 5px 7px -4px #000000, 6px 5px 8px 1px rgba(0, 0, 0, 0);
}

.docphp {
    display: block;
    height: 600px;
    overflow: scroll;
    background-color: white;
    padding: 20px;
    border-radius: 8px;
}

.claulist {
    overflow: scroll;
    width: 500px;
    max-height: 400px;
}


/* CARGA DE DOCUMENTO POR EL USUARIO */

.backMainUser {
    background-color: #EFF1F2;
    height: 100%;
}

.formInUser {
    display: block;
    width: 630px;
    height: 85vh;
    overflow: scroll;
    margin: 20px 20px 0px 100px;
    background-color: white;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0px 3px 6px #00000029;
}

.titFormInUser {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 1.2em;
    margin-bottom: 20px;
}

.cajaDcto {
    display: block;
    width: 904px;
    height: 85vh;
    margin-top: 20px;
    background-color: white;
    padding: 5px;
    border-radius: 8px;
    box-shadow: 0px 3px 6px #00000029;
}

.stateProgreso {
    display: block;
    width: 764px;
    margin-top: 20px;
    background-color: white;
    padding: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(112, 112, 112);
    border-radius: 3px;
    margin: 10px 10px;
}

.stateProgresoLine {
    display: block;
    width: 0px;
    height: 30px;
    padding: 3px 0px;
    border-radius: 3px;
    background-color: #00823B;
    color: white;
    padding-left: 10px;
    font-weight: 700;
}

.docphpBox {
    display: block;
    width: 864px;
    height: 91%;
    background-color: #EFF1F2;
    padding: 25px 32px;
    margin: 0px auto;
}

.docphpUser {
    display: block;
    width: 800px;
    height: 99%;
    overflow: scroll;
    background-color: white;
    padding: 20px;
    border-radius: 0px;
    margin: 0px auto;
}

.col_bot,
.col_in_data,
.ta_form textarea {
    display: block;
    width: 600px;
}

.desplieguePlantillas {
    display: block;
    width: 100%;
    height: 700px;
    background-color: #EFF1F2;
    padding: 15px;
    border-radius: 4px;
    overflow: scroll;
    margin-bottom: 30px;
}

.loaderIcon {
    display: none;
    width: 100px;
    margin: 20px auto;
}

.loaderIcon img {
    display: block;
    height: 100px;
}


/* aviso exclamación */

.exclama svg {
    width: 40px;
    margin: auto;
    fill: orange;
}

.exclama {
    width: 40px;
    margin: auto;
    color: orange;
}

.ac11 {
    display: block;
    width: 100%;
    font-family: 'Titillium Web', Helvetica, Arial, Lucida, sans-serif;
    color: orange;
    font-size: .7em;
    margin-top: -5px;
    text-align: center;
}

.ac2 {
    display: block;
    width: 100%;
    font-family: 'Titillium Web', Helvetica, Arial, Lucida, sans-serif;
    color: balck;
    font-size: 1.2em;
    font-weight: 700;
    margin-top: -5px;
    text-align: center;
    margin: 10px auto;
}

.ac3 {
    display: block;
    width: 90%;
    font-family: 'Titillium Web', Helvetica, Arial, Lucida, sans-serif;
    color: balck;
    font-size: 1em;
    font-weight: 500;
    margin-top: -5px;
    text-align: center;
    margin: 10px auto;
}

.globoFirma {
    display: none;
    width: 240px;
    position: absolute;
    background-color: white;
    margin-top: -120px;
    margin-left: 40px;
    border-radius: 8px;
    padding: 15px 14px 5px;
    -webkit-box-shadow: 0px 5px 7px -4px #000000, 6px 5px 8px 1px rgba(0, 0, 0, 0);
    box-shadow: 0px 5px 7px -4px #000000, 6px 5px 8px 1px rgba(0, 0, 0, 0);
}


/* fin aviso exclamación */

#infoDelModelo {
    display: block;
    width: 96%;
    margin: 10px auto;
    font-size: .9em;
}


/* carga de documento */

.custom-fileA-inpu {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

#upload-docu {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.botonFileMini {
    display: block;
    width: 37px;
    height: 28px;
    border-radius: 2px;
    padding: 10px 1px 0px 1px;
    background-color: blue;
    color: white;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    margin: 15px auto 0px auto;
}

.botonFileMini:hover {
    -webkit-box-shadow: 0px 5px 7px -4px #000000, 6px 5px 8px 1px rgba(0, 0, 0, 0);
    box-shadow: 0px 5px 7px -4px #000000, 6px 5px 8px 1px rgba(0, 0, 0, 0);
}


/* mensaje para la carga de archivos bulk */

.msgErrorFileUp,
.msgFileUp {
    display: block;
    text-align: center;
    margin: 20px auto;
}

.msgErrorFileUp {
    color: red;
}

.msgFileUp {
    color: green;
}


/* listado lateral de alertas */

.plantillaAlerta {
    background-color: white;
    border-width: 0px 0px 1px 0px;
    padding: 5px 0px 5px 0px;
    border-style: solid;
    border-color: rgb(223, 223, 223);
}


/* LIENZO PROPIEDADES */

.lienzoPropiedades {
    display: block;
    width: 1000px;
    height: 500px;
    padding: 20px;
    background-color: white;
    border-radius: 8px;
    margin-top: 20px;
    overflow: scroll;
}


/* FORMULARIO Y LIENZOS PARA  PROPIEDADES */

#ventanaDelDocumento {
    display: block;
    width: 700px;
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    font-family: 'Titillium Web', Helvetica, Arial, Lucida, sans-serif;
    margin: 100px auto;
}

input[name="nomvar"] {
    font-size: 15px;
}


/* TABLA DE LA LISTA DE USUARIOS POR CASO */

#listaProductos table {
    width: 100%;
}

#listaProductos table tr:nth-child(2n+1) {
    background-color: #ddd;
}

#listaProductos table tr:nth-child(2n+0) {
    background-color: white;
}


/* TABLA DE LA LISTA DE CERTIFICADOS DE LIBERTAD */

#displayCertLibertad table {
    width: 101%;
}

#displayCertLibertad table tr:nth-child(2n+1) {
    background-color: #ddd;
}

#displayCertLibertad table tr:nth-child(2n+0) {
    background-color: white;
}


/* TOOL-TIP */

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.tooltip-text {
    visibility: hidden;
    opacity: 0;
    background-color: #2e358b;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    white-space: nowrap;
    transition: opacity 0.3s ease;
}

.tooltip-text::before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}


/* Tooltip a la derecha */

.tooltip.tooltip-right .tooltip-text {
    top: 50%;
    left: calc(100% + 10px);
    transform: translate(0, -50%);
}

.tooltip.tooltip-right .tooltip-text::before {
    right: 100%;
    border-right: 5px solid #2e358b;
}


/* Tooltip a la izquierda */

.tooltip.tooltip-left .tooltip-text {
    top: 50%;
    right: calc(100% + 10px);
    transform: translate(0, -50%);
}

.tooltip.tooltip-left .tooltip-text::before {
    left: 100%;
    border-left: 5px solid #2e358b;
}


/* Tooltip arriba */

.tooltip.tooltip-top .tooltip-text {
    bottom: calc(100% + 10px);
    left: 50%;
    transform: translate(-50%, 0);
}

.tooltip.tooltip-top .tooltip-text::before {
    top: 100%;
    border-top: 5px solid #2e358b;
}


/* Tooltip abajo */

.tooltip.tooltip-bottom .tooltip-text {
    top: calc(100% + 10px);
    left: 50%;
    transform: translate(-50%, 0);
}

.tooltip.tooltip-bottom .tooltip-text::before {
    bottom: 100%;
    border-bottom: 5px solid #2e358b;
}

.showGravMensaje {
    display: none;
    border-radius: 8px;
    padding: 5px;
}


/* creacion de usuario a asignar */

#creaUsuario {
    display: none;
}


/* INCL-listGravamenes */

.fileGra i {
    color: white;
    margin-top: 0px;
}

#fileGravName,
#fileGravOk,
#fileGrav {
    font-size: 1.5em;
}

.fileGravOk,
.fileGrav {
    font-size: 1.5em;
}

.custom-fileA-input,
#upload-certi {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.showGravMensaje {
    display: none;
    border-radius: 8px;
    padding: 5px;
}


/* documentos generales */

#listaDocuments {
    width: 400px;
    display: block;
    overflow-y: scroll;
    color: black;
    font-weight: 300;
    font-size: .9em;
    margin-left: 0px;
    margin-top: 0px;
}

#showDocRequired {
    display: block;
    overflow-y: scroll;
    color: black;
    font-weight: 300;
    font-size: .9em;
    margin-left: 20px;
    margin-top: 0px;
}

.docLabel {
    display: block;
    padding: 8px;
    border-radius: 4px;
    border-width: 1px;
    background-color: #DEDCDC;
    border-color: black;
    margin-bottom: 5px;
    cursor: pointer;
}

.docLabel:hover {
    background-color: #4b594f;
    color: white;
}

.subchapter {
    display: block;
    padding: 8px;
    border-radius: 6px;
    background-color: #c5daee;
    color: black;
    margin-bottom: 5px;
    cursor: pointer;
    font-weight: 500;
}

.closeBoton1 {
    display: block;
    width: 100%;
    text-align: right;
    color: red !important;
    cursor: pointer;
}


/* MARCOS */

.marco,
.marcoWhite {
    display: block;
    padding: 10px;
    border-width: 1px;
    border-color: black;
    border-radius: 4px;
    border-style: solid;
}

.marco {
    background-color: rgb(205, 251, 253);
}

.marcoWhite {
    background-color: white;
}


/* LINEA DE TIEMPO */

.lineaTiempoTit {
    display: block;
    cursor: pointer;
    padding: 3px;
    width: 95%;
    background-color: #D9D9D9;
    border-radius: 4px;
    margin-bottom: 5px;
    font-weight: 700;
}

.ltsteps {
    display: none;
    margin: 10px 0px;
}

#listaProductos table,
.paginacion {
    width: 100%;
}

.paginacion a {
    text-decoration: none;
    font-size: 1.6em;
    margin-left: 20px;
    cursor: pointer;
    color: black;
}

.paginacion a:hover {
    color: blue;
}

.paginacion .botones {
    width: 200px;
    display: block;
    margin: 10px auto;
}

.imgDisplay {
    display: block;
    width: 400px;
    padding: 15px;
    border-radius: 12px;
    background-color: white;
    margin-top: 20px;
}

.imgDisplay img {
    display: block;
    width: 380px;
    margin: 0px auto;
}

.imgDisplaymini {
    display: block;
    width: 90px;
    padding: 5px;
    border-radius: 12px;
    background-color: white;
    margin-top: 20px;
}

.imgDisplaymini img {
    display: block;
    width: 70px;
    margin: 0px auto;
    cursor: pointer;
}

.imgDisplayempty {
    display: block;
    width: 80px;
    padding: 5px;
    border-radius: 12px;
    background-color: grey;
    margin-top: 20px;
}

@media screen and (min-width:2560px),
(max-width:2560px) {
    /* center body */
    .centerBody {
        display: block;
        min-height: 850px;
        background-color: white;
        font-family: 'Titillium Web', Helvetica, Arial, Lucida, sans-serif;
        border-radius: 4px;
        margin: 18px 10px 0px 0px;
        -webkit-box-shadow: 0px 5px 7px -4px #000000, 6px 5px 8px 1px rgba(0, 0, 0, 0);
        box-shadow: 0px 5px 7px -4px #000000, 6px 5px 8px 1px rgba(0, 0, 0, 0);
        padding-bottom: 10px;
    }
}

@media screen and (max-width:1920px) {
    .centerBody {
        width: 1455px;
    }
    .lozaUno {
        display: block;
        width: 300px;
        height: 190px;
    }
    .formInUser {
        width: 630px;
    }
}

@media screen and (max-width:1680px) {
    .centerBody {
        width: 1200px;
    }
    .lozaUno {
        display: block;
        width: 300px;
        height: 190px;
    }
    .formInUser {
        width: 630px;
    }
}

@media screen and (max-width:1536px) {
    .centerBody {
        width: 1081px;
    }
    .formInUser {
        width: 500px;
    }
    .lozaDos {
        margin: 10px 22px;
    }
}

@media screen and (max-width:1440px) {
    .centerBody {
        width: 980px;
    }
    .formInUser {
        width: 420px;
        margin-left: 80px;
    }
    .col_bot {
        width: 390px;
    }
    .col_in_data {
        flex-basis: 100%;
    }
    .ta_form textarea {
        display: block;
        width: 390px;
    }
    .botonAux_blue {
        margin-top: 0px !important;
    }
    .lozaDos {
        margin: 10px 9px;
    }
}

@media screen and (max-width:1366px) {
    .centerBody {
        width: 911px;
    }
    .formInUser {
        width: 360px;
        margin-left: 80px;
    }
    .col_bot {
        width: 330px;
    }
    .col_in_data {
        flex-basis: 100%;
    }
    .ta_form textarea {
        display: block;
        width: 330px;
    }
    .botonAux_blue {
        margin-top: 0px !important;
    }
    .lozaDos {
        margin: 10px 2px;
    }
}

@media screen and (max-width:1024px) {}

@media screen and (max-width:768px) {}

@media screen and (max-width:425px) {}