@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

:root{
    --login-bg: #f8f3ff;
    --title-bg: #78A1A6;
    --button-bg: #674baf;
    --light-pink:#e882e8;
    --image-bg: #eadbff;
}

body{
    height: 100vh;
    font-family: 'Quicksand', sans-serif;
    background-image: linear-gradient(to top, #778886 0%, #deeced 100%);
    margin: 0px;
}
.conatiner-flex{
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.show-movil{
    display: none;
}

.login-container{
    height: 450px;
    width: 800px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    box-shadow: 0px 0px 24px #3c5a5e;
    border-radius: 18px;
    text-align: start;
}

.login-info-container{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: start;
    padding-top: 0.5rem;
    background-color: white;
}

.title{
    text-transform: capitalize;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 1px;
    color: var(--title-bg);
    text-align: start;
    align-items: start;
    margin-bottom: 0px;
}


.modal_spin {
    display: none;
    position: fixed;
    top: 0;
    left: 0;   
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000;

 
}

.modal-content-spin {
    display: flex;
        background-color: rgba(250, 250, 250, 0.5) !important;
        padding: 20px !important;
        border-radius: 5px !important;
        text-align: center !important;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
        justify-content: center;
        align-items: center;
        flex-direction: column;
}

.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
    margin-bottom: 15px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


hr{
    margin: 0px;
    width: 70%;
    border: 3px solid #29646c;
    border-radius: 6px;
}

.space {
    height: 40px;
}

.subtitle{
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #38929A;
}

.cabecero {
    color: #38929A;
    font-weight: 500;
    text-align: start;
    align-items: start;
}

.input-form{
    width: 100%;
    display: flex;
    flex-direction: column;    
    align-items: center;
    text-align: start;
}

.inputs-container{
    height: 55%;
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.input, .btn{
    width: 90%;
    height: 35px;
    font-size: 16px;
}

.input {
    margin-top: 12px;
    padding-left: 20px;
    border: none;
    border-radius: 5px;
    font-weight: 500;
    letter-spacing: 1px;
    box-sizing: border-box;
    box-shadow: 0px 0px 6px #c2d9dc;
}

.input:hover{
    border: 1px solid var(--title-bg);
}

.input:focus {
    outline: 1px solid var(--title-bg);
}

.btn{
    width: 90%;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: white;
    background-image:  linear-gradient(to right, #002F36 0%, #2F7152 100%);
    cursor: pointer;
    border: none;
    box-shadow: 0px 0px 6px #29646c;
    text-align: center;
    text-decoration: none;
}

.superior {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.contenido {
    width: 100%;
    max-height: 120px;
    min-height: 120px;
    align-content: center;
}

.carrusel{
    display: grid;
    grid-auto-flow: column;
    overflow-y: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: none;
    scroll-padding: 0 24px;
    scrollbar-width: none;
    scroll-behavior: auto;
    user-select: none;
    justify-content: start;
}

.carrusel::-webkit-scrollbar {
    display: none;
}

.carrusel .card{
    margin: 10px;
    scroll-snap-align: start;
    border-radius: 15px;
    min-height: 100px;
    min-width: 250px;
    max-height: 100px;
    max-width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
    background: #ffffff;
    box-shadow: 0px 0px 12px #cbd6d1;
    flex-direction: column;
    color: #707070;
    text-align: center;
    font-size: 12px;
}

.card .hh {
    text-align: center;
    color: #707070;
    font-weight: 800;
    font-size: 36px;
}

.graficos-concentrado{
    display: flex;
    width: 90vw;
    flex-direction: row;
    justify-content: start;
    align-items: stretch;
}

.seccion-derecha {
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 15px;
    margin-left: 10px;
    width: 40%; 
    /* min-height: 280px;
    max-height: 280px;
    height: 280px; */
    background-color: #ffffff;
    border-radius: 14px;
    box-shadow: 0px 0px 12px #cbd6d1;
}
                                      
.graficos{
    width: 53%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-left: 40px;
}

.seccion-izquierda{
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 15px;
    width: 100%;
    min-height: 280px;
    max-height: 280px;
    height: 280px;
    background-color: white;
    border-radius: 14px;   
    box-shadow: 0px 0px 12px #cbd6d1;
}

.tabla{
    margin-top: 10px;
    margin-bottom: 30px;
    padding: 15px;
    min-height: 150px;
    height: 320px;
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 14px;
    box-shadow: 0px 0px 12px #cbd6d1;
}

.footer{
    display: block;
    height: 30px;
}

.primer-seccion{
    height: 400px;
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    align-content: center;
    width: 88vw;
}

.seccion-left, .seccion-right {
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 50%;
}

.headSeccion {
    display: flex;
    flex-direction: row;
}

.headSeccion-modificar {
    display: flex;
    flex-direction: column;
}

.modificar-proyecto{
    height: 55px;
    max-width: 70%;
    background-color: #002F36;
    border-radius: 10px;
    padding: 7px;
    padding-left: 10px;
    padding-right: 20px;
    box-sizing: border-box;
    vertical-align: middle;
    margin-bottom: 10px;
}

.seccion-back{
    height: 100%;
    width: 88vw;
}

.seccion-left .enfasis, 
.seccion-right .enfasis,
.enfasis{
    height: 30px;
    width: 150px;
    background: #29646c;
    border-radius: 8px;
    padding: 5px;
    box-sizing: border-box;
    justify-content: center;
    text-align: center;
    box-shadow: 0px 0px 12px #cbd6d1;
}

.enfasis-titulo{
    color: #FFFFFF;
    font-weight: 700;
}

.agregar {
    height: 30px;
    width: 30px;
    margin-left: 10px;
    background: #29646c;
    color: #FFFFFF;
    border: none;
    border-radius: 8px;
    box-shadow: 0px 0px 12px #cbd6d1;
    cursor: pointer;
}

.tabla-proyectos, .tabla-proveedor {
    height: 100%;
    width: 92%; 
    margin-top: 10px;
    background: #FFFFFF;
    border-radius: 12px;
    box-shadow: 0px 0px 12px #cbd6d1;
    padding: 15px;
}

.separador {
    height: 20px;
    width: 100%;
}

.seccion-final {
  height: 400px;
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    align-content: center;
    width: 88vw;
}

.tabla-usuarios {
    height: 100%;
    width: 96%;
    min-height: 150px;
    margin-top: 10px;
    background: #FFFFFF;
    border-radius: 12px;
    box-shadow: 0px 0px 12px #cbd6d1;
    padding: 15px;
}

.registroHH {
    display: flex;
    flex-direction: column;
    width: 88vw;
}

.empresa{
    height: 35px;
    max-width: 30%;
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 7px;
    padding-left: 10px;
    box-sizing: border-box;
}

.titulo-empresa {
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
}

.detalle-empresa {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

.barra-proyecto {
    display: flex;
    flex-direction: row;
}

.proyecto {
    height: 55px;
    max-width: 70%;
    background-color: #002F36;
    border-radius: 10px;
    padding: 7px;
    padding-left: 10px;
    padding-right: 20px;
    box-sizing: border-box;
    vertical-align: middle;
}

.titulo-proyecto{
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff;
}

.detalle-proyecto {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #002F36;
    border: 0px #002F36;
}

.detalle-laborado {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #002F36;
    border: 0px #002F36;
}

.diasLaborados{
    height: 55px;
    max-width: 30%;
    background-color: #002F36;
    border-radius: 10px;
    padding: 7px;
    padding-left: 10px;
    padding-right: 20px;
    box-sizing: border-box;
    vertical-align: middle;
}

.detalle-proyecto option{
    margin: 10px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.fila {
    display: flex;
    flex-direction: column;
    max-width: 70vw;
    height: auto;
    vertical-align: middle;
}

.cabecero-tabla {
    display: flex;
    width: 100%;
    flex-direction: row;
    min-height: 55px;
    background: #38929A;
    border-radius: 12px;
    justify-content: center;
    align-content: center;
    text-align: center;
    vertical-align: middle;
}

.cabecero-tabla .fechaTitulo{
    width: 32%;
    text-align: center;
    color: #FFFFFF;
    margin-top: auto;
    margin-bottom: auto;
}

.cabecero-tabla .titulo-tabla {
    width: 13%;
    text-align: center;
    word-wrap: break-word;
    color: #FFFFFF;
    margin-top: auto;
    margin-bottom: auto;
}

.cuerpo-tabla {
    width: 100%;
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
    flex-direction: column;
    justify-content: center;
}

.fila-tabla{
    display: flex;
    flex-direction: row;
    width: 97.5%;
    margin-top: 15px;
    margin-bottom: 0px;
    margin-left: 15px;
    margin-right: 15px;
    height: 25px;
    border-radius: 12px;
    justify-content: space-around;
    align-content: center;
    text-align: center;
    vertical-align: middle;
}

.fila-tabla .fechaCuerpo {
    display: flex;
    width: 32%;
    height: 25px;
    color: #FFFFFF;
    background-color: #002F36;
    border-radius: 8px;
    vertical-align: middle;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.fila-tabla .capturaFila{
    width: 10%;
    height: 25px;
    border-radius: 8px;
    vertical-align: middle;
    border: none;
    box-shadow: 0px 0px 12px #cbd6d1;
    margin-left: 10px;
    margin-right: 10px;
}

.capturaFila:focus{
    outline: 2px solid #38929A;
}

.resumenCaptura{
    display: flex;
    flex-direction: row;
    max-width: 70vw;
    height: auto;
    vertical-align: middle;
    justify-content: flex-start;
    margin-right: 10px;
    box-sizing: border-box;
    
}

.resumenTitulo{
    display: flex;
    background: #38929A;
    min-width: 59%;
    height: 45px;
    padding-right: 15px;
    justify-content: right;
    align-items: center;
    box-sizing: border-box;
    border-radius: 12px;
}

.resumenTotales{
    color: #FFFFFF;
    font-weight: 700;
    font-size: 20px;
    text-align: right;
    justify-content: right;
    align-items: center;
}

.resumenCapturado {
    display: flex;
    width: 12%;
    height: 45px;
    margin-left: 10px;
    margin-right: 10px;
    background: #002F36;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 12px #abb3af;
    border-radius: 12px;
}

.totaleshh{
    color: #FFFFFF;
    font-weight: 700;
    font-size: 20px;
}

.acumulado {
    display: flex;
    flex-direction: row;
    max-width: 25vw;
    height: 45px;
    justify-content: space-around;
    align-items: center;
    background: #002F36;
    border-radius: 12px;
}

.acciones {
    display: flex;
    flex-direction: row;
    max-width: 70vw;
    justify-content: right;
    align-items: center;
}

.Cancelar{
    margin: 20px;
    height: 35px;
    background: #D55252;
    border-radius: 8px;
    min-width: 180px;
    color: white;
    font-weight: 500;
    font-size: 16px;
    border: 0px solid transparent;
    box-shadow: 0px 0px 8px #524545;
    cursor: pointer;
}

.botonAccion{
    justify-content: space-between;
}

.Aceptar{
    margin: 20px;
    height: 35px;
    background: #3a9269;
    border-radius: 8px;
    min-width: 180px;
    color: white;
    font-weight: 500;
    font-size: 16px;
    border: 0px solid transparent;
    box-shadow: 0px 0px 8px #646a6b;
    cursor: pointer;
}

.espacio-tabla{
    display: flex;
    margin: auto;
    margin-top: 20px;
    width: 85vw;
    height: 88vh;
}

.pintarTabla{
    min-width: 100%;
    min-height: 100%;
    background: white;
    border-radius: 12px 12px 0px 0px;
    box-shadow: 0px 0px 8px #aaacac;
}

.filtrosProyectos{
    width: 90%;
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.filtroCategorias{
    display: flex;
    justify-content: center;
    align-items: center;
}

.checkFiltro{
    appearance: none;
    -webkit-appearance: none;
    height: 25px;
    width: 25px;
    background-color: #d5d5d5;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
}

.checkLabel{
    color: #002F36;
    font-size: 18px;
    cursor: pointer;
    margin-right: 15px;
}

.checkFiltro:after{
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f00c";
    font-size: 16px;
    color: white;
    display: none;
}

.checkFiltro:hover{
    background-color: #78a1a6;
}

.checkFiltro:checked{
    background-color: #002F36;
}

.checkFiltro:checked:after{
    display: block;
}

.filtrosFecha{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    vertical-align: center;
    margin-bottom: 10px;
}

.proy{
    margin: 0px;
    padding: 0px;
}

.form-icon{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: end;
    align-content: center;
    box-sizing: border-box;
    padding: auto;
}

.seccion-filtros{
    display: flex;
    flex-direction: row;
    width: 100%;
}

.filtroPro{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 40%;
}

.filtroPro label {
    font-size: 18px;
    font-weight: 600;
    color: #29646c;
}

.filtroPro select{
    width: 90%;
    height: 35px;
    border: 0px solid transparent;
    box-shadow: 0px 0px 8px #c4d4d4;
    border-radius: 6px;
    font-size: 16px;
    padding-left: 10px;
}

.filtroPro select option{
    background: #fff;
    font-size: 16px;
    height: 30px;
}

.filtroPro select:focus{
    border: 1.5px solid #29646c;
}

.genera{
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 35px;
    border: none;
    box-shadow: 0px 0px 8px #aaacac;
    border-radius: 8px;
    background-color: #29646c;
    margin-top: 20px;
    margin-left: 30px;
    box-sizing: border-box;
    width: 130px;
    font-family: 'Poppins';
    font-size: 16px;
    color: #ffffff;
}

.genera-icono{
    font-size: 22px;
    margin: 4px;
}

.encabezadoResumen{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.encabezadoTexto{
    display: flex;
    flex-direction: column;
}

.btnFinalizar{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    width: 200px;
    border: none;
    background-color: #D55252;
    font-size: 16px;
    border-radius: 8px;
    box-shadow: 0px 0px 8px #aaacac;
}

.textBTN{
    color: #ffffff;
    text-decoration: none;
}

.parteSuperior{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: auto;

}

.resumen{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 30%;
    margin: auto;
}

.resumen-card{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 80px;
    width: 280px;
    border: none;
    margin: 10px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 0px 8px #aaacac;
}

.datoResumen{
    font-size: 32px;
    color: #29646c;
}

.chartResumen{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
    background-color: #ffffff;
    border-radius: 8px;
    height: 280px;
    box-shadow: 0px 0px 8px #aaacac;
}

.tabla-modal{
    display: flex;
    justify-content: center;
    height: 380px;
    width: 90%;
    margin: auto;
}

.tabla-edit-hh{
    display: flex;
    height: auto;
    width: 98%;
    background: #fff;
    margin-top: 20px;
    border-radius: 8px;
    box-shadow: 0px 0px 12px #c4d4d4;
}

.tabla-hh{
    display: flex;
    width: 200%;
    overflow-x: scroll;
    margin: 10px;
    border-radius: 10px;
}

.editHH {
    table-layout: fixed;
    min-width: 100%;
    border-radius: 12px;
    box-shadow: 0px 0px 12px #c4d4d4;
    padding-bottom: 20px;
    border: none; 
}

.editHH thead tr {
    width: 100%;
    background: #fff;
    color: #29646c;
    border: 0px;
    white-space: nowrap;
}

.editHH tr:first-child th:first-child,
.editHH tr:first-child th:nth-child(2){
    width: 35%;
}


.editHH tr:first-child th:nth-child(4),
.editHH tr:first-child th:nth-child(6),
.editHH tr:first-child th:nth-child(8) {
    /* width: 45%; */
    height: 30px;
    background: #fff;
}

.editHH tr:first-child th:nth-child(3),
.editHH tr:first-child th:nth-child(5),
.editHH tr:first-child th:nth-child(7),
.editHH tr:first-child th:nth-child(9) {
    /* width: 45%; */
    height: 30px;
    background: #fff;
}

.editHH tr:nth-child(3) th:nth-child(1),
.editHH tr:nth-child(3) th:nth-child(2),
.editHH tr:nth-child(3) th:nth-child(3),
.editHH tr:nth-child(3) th:nth-child(7),
.editHH tr:nth-child(3) th:nth-child(8),
.editHH tr:nth-child(3) th:nth-child(9),
.editHH tr:nth-child(3) th:nth-child(13),
.editHH tr:nth-child(3) th:nth-child(14),
.editHH tr:nth-child(3) th:nth-child(15),
.editHH tr:nth-child(3) th:nth-child(19),
.editHH tr:nth-child(3) th:nth-child(20),
.editHH tr:nth-child(3) th:nth-child(21) {
    max-width: 25%;
    height: 30px;
    padding: 5px;
    background: #78a1a6;
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin: 5px;
}

.editHH tr:nth-child(2) th:nth-child(1),
.editHH tr:nth-child(2) th:nth-child(3),
.editHH tr:nth-child(2) th:nth-child(5),
.editHH tr:nth-child(2) th:nth-child(7) {
    padding: 5px;
    background: #29646c;
    color: #fff;
    text-align: center;
    border-radius: 8px 8px 0px 0px;
}

.editHH tr:nth-child(3) th:nth-child(1),
.editHH tr:nth-child(3) th:nth-child(7),
.editHH tr:nth-child(3) th:nth-child(13),
.editHH tr:nth-child(3) th:nth-child(19){
    border-radius: 0px 0px 0px 8px;
}

.editHH tr:nth-child(3) th:nth-child(3),
.editHH tr:nth-child(3) th:nth-child(9),
.editHH tr:nth-child(3) th:nth-child(15),
.editHH tr:nth-child(3) th:nth-child(21){
    border-radius: 0px 0px 8px 0px;
}

.editHH tr:nth-child(3) th:nth-child(4),
.editHH tr:nth-child(3) th:nth-child(5),
.editHH tr:nth-child(3) th:nth-child(6),
.editHH tr:nth-child(3) th:nth-child(10),
.editHH tr:nth-child(3) th:nth-child(11),
.editHH tr:nth-child(3) th:nth-child(12),
.editHH tr:nth-child(3) th:nth-child(16),
.editHH tr:nth-child(3) th:nth-child(17),
.editHH tr:nth-child(3) th:nth-child(18) {
    max-width: 25%;
    height: 30px;
    margin: 5px;
    padding: 5px;
    background: #fff;
    text-align: center;
    font-size: 14px;
}

.editHH tr:first-child th:nth-child(10){
    margin: 10px;
    padding: 10px;
    width: 20%;
    background: #3c5a5e;
    color: #fff;
    border-radius: 8px;
    border-left: 3px solid #fff;
}

.editHH tbody td{
    text-align: center;
    padding: 2px;
}

.editHH tbody tr:nth-child(2n-1){
    background: #cff0e5;
}

.editHH tbody tr td:nth-child(24){
    font-weight: 700;
    color: #3c5a5e;
}

.header-title-hh{
    display: flex;
    flex-direction: row;
    justify-content:space-between;
}

.header-hh-bgTitle{
    font-size: 32px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 100px;
    padding: 0px;
    border: 0px solid white;
    color: #38929A;
}

/*
***
*** * CSS Fase II Piramide de Seguridad
***
*/

.text .subtitle-text{
    margin: 0;
    padding: 0;
    font-weight: 300;
    font-size: 20px;
}

.piramideResumen{
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    width: 88vw;
    height: 90vh;
    margin-bottom: 50px;

}

/**************************************
***************************************
***************************************
DATOS DE LA PIRAMIDE GENERAL EN ORDEN
***************************************
***************************************
**************************************/

.mostrarA01{
    position: relative;
    text-align: center;
    height: 12px;
    width: 16px;
    background-color: #fff;
    border: red;
    top: 41px;
    left: 353px;
    rotate: 10deg;
    border-radius: 4px;
}

.mostrarA02{
    position: relative;
    text-align: center;
    height: 12px;
    width: 16px;
    background-color: #fff;
    border: red;
    top: 23px;
    left: 375px;
    rotate: 10deg;
    border-radius: 4px;
}

.mostrarA03{
    position: relative;
    text-align: center;
    height: 15px;
    width: 20px;
    background-color: #fff;
    border: red;
    top: 50px;
    left: 320px;
    rotate: 10deg;
    border-radius: 4px;
}
.mostrarA04{
    position: relative;
    text-align: center;
    height: 15px;
    width: 20px;
    background-color: #fff;
    border: red;
    top: 33px;
    left: 370px;
    rotate: 10deg;
    border-radius: 4px;
}

.mostrarA05{
    position: relative;
    text-align: center;
    height: 15px;
    width: 20px;
    background-color: #fff;
    border: red;
    top: 60px;
    left: 285px;
    rotate: 10deg;
    border-radius: 4px;
}

.mostrarA06{
    position: relative;
    text-align: center;
    height: 15px;
    width: 20px;
    background-color: #fff;
    border: red;
    top: 47px;
    left: 367px;
    rotate: 10deg;
    border-radius: 4px;
}

.mostrarA07{
    position: relative;
    text-align: center;
    height: 15px;
    width: 20px;
    background-color: #fff;
    border: red;
    top: 68px;
    left: 253px;
    rotate: 10deg;
    border-radius: 4px;
}

.mostrarA08{
    position: relative;
    text-align: center;
    height: 15px;
    width: 20px;
    background-color: #fff;
    border: red;
    top: 62px;
    left: 364px;
    rotate: 10deg;
    border-radius: 4px;
}

.mostrarA09{
    position: relative;
    text-align: center;
    height: 15px;
    width: 20px;
    background-color: #fff;
    border: red;
    top: 79px;
    left: 219px;
    rotate: 10deg;
    border-radius: 4px;
}

.mostrarA10{
    position: relative;
    text-align: center;
    height: 15px;
    width: 20px;
    background-color: #fff;
    border: red;
    top: 77px;
    left: 360px;
    rotate: 10deg;
    border-radius: 4px;
}

.mostrarA11{
    position: relative;
    text-align: center;
    height: 15px;
    width: 20px;
    background-color: #fff;
    border: red;
    top: 90px;
    left: 185px;
    rotate: 10deg;
    border-radius: 4px;
}

.mostrarA12{
    position: relative;
    text-align: center;
    height: 15px;
    width: 20px;
    background-color: #fff;
    border: red;
    top: 93px;
    left: 357px;
    rotate: 10deg;
    border-radius: 4px;
}

.mostrarA13{
    position: relative;
    text-align: center;
    height: 15px;
    width: 20px;
    background-color: #fff;
    border: red;
    top: 100px;
    left: 152px;
    rotate: 10deg;
    border-radius: 4px;
}

.mostrarA14{
    position: relative;
    text-align: center;
    height: 15px;
    width: 20px;
    background-color: #fff;
    border: red;
    top: 110px;
    left: 353px;
    rotate: 10deg;
    border-radius: 4px;
}

.mostrarA15{
    position: relative;
    text-align: center;
    height: 15px;
    width: 20px;
    background-color: #fff;
    border: red;
    top: 103px;
    left: 57px;
    rotate: 10deg;
    border-radius: 4px;
}

.mostrarA16{
    position: relative;
    text-align: center;
    height: 15px;
    width: 20px;
    background-color: #fff;
    border: red;
    top: 98px;
    left: 178px;
    rotate: 10deg;
    border-radius: 4px;
}

.mostrarA17{
    position: relative;
    text-align: center;
    height: 15px;
    width: 20px;
    background-color: #fff;
    border: red;
    top: 88px;
    left: 282px;
    rotate: 10deg;
    border-radius: 4px;
}

.mostrarA18{
    position: relative;
    text-align: center;
    height: 15px;
    width: 20px;
    background-color: #fff;
    border: red;
    top: 82px;
    left: 398px;
    rotate: 10deg;
    border-radius: 4px;
}

.datoAPy{
    font-size: 10px;
    font-weight: 600;
}
.datoAPy02{
    font-size: 12px;
    font-weight: 600;
}

.datoAPys{
    font-size: 7px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.datoAPys02{
    font-size: 9px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

/*AQUI TERMINA POSICIONAMIENTO DE TEXTO EN LA PIRAMIDE*/
/*
********************************************************
PIRAMIDE PROYECTOS
********************************************************
*/

.mostrarP01{
    position: absolute;
    text-align: center;
    height: 8px;
    width: 8px;
    background-color: #fff;
    border: red;
    top: 15px;
    left: 153px;
    rotate: 10deg;
    border-radius: 2px;
}

.mostrarP02{
    position: absolute;
    text-align: center;
    height: 8px;
    width: 8px;
    background-color: #fff;
    border: red;
    top: 17px;
    left: 162px;
    rotate: 10deg;
    border-radius: 2px;
}

.mostrarP03{
    position: absolute;
    text-align: center;
    height: 10px;
    width: 14px;
    background-color: #fff;
    border: red;
    top: 39px;
    left: 139px;
    rotate: 10deg;
    border-radius: 2px;
}

.mostrarP04{
    position: absolute;
    text-align: center;
    height: 10px;
    width: 14px;
    background-color: #fff;
    border: red;
    top: 43px;
    left: 161px;
    rotate: 10deg;
    border-radius: 2px;
}

.mostrarP05{
    position: absolute;
    text-align: center;
    height: 10px;
    width: 10px;
    background-color: #fff;
    border: red;
    top: 65px;
    left: 126px;
    rotate: 10deg;
    border-radius: 2px;
}

.mostrarP06{
    position: absolute;
    text-align: center;
    height: 10px;
    width: 10px;
    background-color: #fff;
    border: red;
    top: 71px;
    left: 160px;
    rotate: 10deg;
    border-radius: 2px;
}

.mostrarP07{
    position: absolute;
    text-align: center;
    height: 10px;
    width: 10px;
    background-color: #fff;
    border: red;
    top: 93px;
    left: 110px;
    rotate: 10deg;
    border-radius: 2px;
}

.mostrarP08{
    position: absolute;
    text-align: center;
    height: 10px;
    width: 10px;
    background-color: #fff;
    border: red;
    top: 102px;
    left: 160px;
    rotate: 10deg;
    border-radius: 2px;
}

.mostrarP09{
    position: absolute;
    text-align: center;
    height: 10px;
    width: 10px;
    background-color: #fff;
    border: red;
    top: 120px;
    left: 97px;
    rotate: 10deg;
    border-radius: 2px;
}

.mostrarP10{
    position: absolute;
    text-align: center;
    height: 10px;
    width: 10px;
    background-color: #fff;
    border: red;
    top: 130px;
    left: 156px;
    rotate: 10deg;
    border-radius: 2px;
}

.mostrarP11{
    position: absolute;
    text-align: center;
    height: 10px;
    width: 10px;
    background-color: #fff;
    border: red;
    top: 148px;
    left: 82px;
    rotate: 10deg;
    border-radius: 2px;
}

.mostrarP12{
    position: absolute;
    text-align: center;
    height: 10px;
    width: 10px;
    background-color: #fff;
    border: red;
    top: 161px;
    left: 156px;
    rotate: 10deg;
    border-radius: 2px;
}

.mostrarP13{
    position: absolute;
    text-align: center;
    height: 10px;
    width: 10px;
    background-color: #fff;
    border: red;
    top: 177px;
    left: 68px;
    rotate: 10deg;
    border-radius: 2px;
}

.mostrarP14{
    position: absolute;
    text-align: center;
    height: 10px;
    width: 10px;
    background-color: #fff;
    border: red;
    top: 193px;
    left: 156px;
    rotate: 10deg;
    border-radius: 2px;
}

.mostrarP15{
    position: absolute;
    text-align: center;
    height: 10px;
    width: 14px;
    background-color: #fff;
    border: red;
    top: 202px;
    left: 26px;
    rotate: 10deg;
    border-radius: 2px;
}

.mostrarP16{
    position: absolute;
    text-align: center;
    height: 10px;
    width: 14px;
    background-color: #fff;
    border: red;
    top: 211px;
    left: 76px;
    rotate: 10deg;
    border-radius: 2px;
}

.mostrarP17{
    position: absolute;
    text-align: center;
    height: 10px;
    width: 14px;
    background-color: #fff;
    border: red;
    top: 218px;
    left: 122px;
    rotate: 10deg;
    border-radius: 2px;
}

.mostrarP18{
    position: absolute;
    text-align: center;
    height: 10px;
    width: 14px;
    background-color: #fff;
    border: red;
    top: 227px;
    left: 173px;
    rotate: 10deg;
    border-radius: 2px;
}

.piramideGral{
    display: flex;
    justify-content: start;
    border-radius: 12px;
    align-items: start;
    margin-left: 10px;
    width: 790px;
    height: 650px;
    margin-bottom: 30px;
    background-color: #ffffff;
    box-shadow: 0 0 12px #d5d5d5;
}
.piramideGralV02{
    display: flex;
    justify-content: start;
    border-radius: 12px;
    align-items: start;
    margin-left: 10px;
    width: 800px;
    height: auto;
    margin-bottom: 30px;
    background-color: #ffffff;
    box-shadow: 0 0 12px #d5d5d5;
}

.resumenPiramide{
    display: flex;
    flex-direction: column;
    justify-content: start;
    border-radius: 12px;
    align-items: start;
    margin-left: 15px;
    width: 30%;
    height: 98%;
    box-sizing: border-box;
}

.botoneraPiramide{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
}

.botonAccionPy{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin: auto;
    margin-bottom: 5px;
    margin-block: 5px;
    width: 49%;
    height: 40px;
    border-radius: 14px;
    background-color: transparent;
    border: 0 solid transparent;
    box-shadow: 0 0 6px #abb3af;
    cursor: pointer;
}

.botonAccionPy:active{
    transform: scale(0.95);
    background-color: #47919b;
}

.btnAccionPy{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    font: 'Quicksand';
    font-weight: 600;
}

.btnAccionPy a{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    font: 'Quicksand';
    font-weight: 600;
    appearance: none;
    text-decoration: none;
}

.pyIcon{
    color: #fff;
    margin-right: 7px;
}

.cGreen{
    background-color: #92C7A3!important;
}

.cBlueGreen{
    background-color: #3CA2A2!important;
}

.cBlue{
    background-color: #215A6D!important;
}

.cBlack{
    background-color: #2D2D29!important;
}

.datosPiramide{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.datosPy{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 98%;
    height: 40px;
    margin: 3px;
    margin-bottom: 7px;
    background-color: #fff;
    border-radius: 12px;
    padding: 3px;
    box-shadow:0 0 12px #d5d5d5;
}

.datosPy input{
    
}

.datosPy-subtitle{
    width: 80%;
    margin: auto;
    margin-left: 8px;
    color: #3c5a5e;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.datosPy-title{
    width: 20%;
    margin: auto;
    color: #3c5a5e;
    font-size: 22px;
    font-weight: 600;
    text-align: right;
    margin-right: 8px;

}

.tituloPy{
    display: flex;
    color: #3c5a5e;
    margin-left: 15px;
    font-size: 16px;
    font-weight: 500;
    padding-left: 16px;
    padding-top: 16px;
    margin: 0;
}

.formatoPiramide{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.piramide{
    background-image: url("../assets/SafetyPyramid-LV2.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    justify-content: center;
    width: 770px;
    height:611px;
}

.compartirPrint{
    display: flex;
    flex-direction: row;
    margin-left: 15px;
    width: 28px;
    height: 28px;
    background-image: url("../assets/bx-download.svg");
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: contain;
    border: none;
    font-size: 38px;
    fill: #318D7D;
}

.pyForm{
    display: flex!important;
    flex-direction: row!important;
    justify-content: center!important;
    align-items: center!important;
    width: 100%!important;
    height: auto!important;
}

.pyFormLabel{
    width: 80%!important;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Poppins';
    padding: 5px;
}

.pyFormLabelDate{
    width: 80%!important;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Poppins';
    padding: 5px;
}

.pyDataDate{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 12px;
    border: 0 solid transparent;
    border-radius: 10px!important;
    box-shadow: 0 0 6px #c4d4d4;
    margin-right: 12px;
    cursor: pointer;
}

.pyDataPlanta{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 12px;
    border: 0 solid transparent;
    border-radius: 6px!important;
    box-shadow: 0 0 6px #c4d4d4;
    margin-right: 12px;
    cursor: pointer;
    width: 50%;
    height: 35px;
}

.pyDataDateB{
    display: flex;
    justify-content: center;
    align-items: center;

    
    text-align: center;
    font-size: 12px;
    border: 0 solid transparent;
    border-radius: 10px!important;
    box-shadow: 0 0 6px #c4d4d4;
    margin: 0;
    cursor: pointer;
}

.pyFormPicker{
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    text-align: center!important;
    width: 60%!important;
    margin: 0!important;
    padding:0!important;
    border: 0 solid transparent!important;
    box-shadow: none!important;
}

.contenedorPiramides{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: start;
    align-content: start;
    width: 100%;
    height: max-content;
    justify-content: center;
}

.piramideProy{
    display: flex;
    flex-direction: column;
    align-items: start;
    margin: 10px;
    width: 45%;
    height: 380px;
    float: left;
}

.piramideProy-titulo{
    background-color: #002F36;
    width: 96%;
    border-radius: 12px;
    padding: 10px;
    margin: 0;
    box-shadow: 0 0 6px #c4d4d4;
}

.tituloPiramideProyectos{
    font-size: 11px;
    word-wrap: none;
    text-overflow: ellipsis;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin: 2px;
    font-weight: 600;
    cursor: pointer;
}

.piramideProy-Resumen{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0;
}

.resumenDatos{
    display: flex;
    flex-direction: row;
    width: 32%;
}

.resumenContenedor{
    display: flex;
    background-color: #002F36;
    box-shadow: 0 0 6px #c4d4d4;
    border-radius: 6px 0 0 6px;
    padding: 0;
    width: 45%;
    justify-content: center;
    align-items: center;
}

.resumen-titulo{
    padding: 0;
    color: #fff;
    margin: 2px;
    font-size: 9px;
    font-weight: 600;
    text-align: center;
    vertical-align: center;
    text-transform: uppercase;
}

.datoContenedor{
    display: flex;
    padding: 0;
    border-radius: 0 6px 6px 0;
    box-shadow: 0 0 6px #c4d4d4;
    width: 55%;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.datoResumen{
    text-transform: uppercase;
    padding: 0;
    margin: 2px;
    color: #002F36;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    vertical-align: center;
}

.piramideProyectos{
    background-image: url("../assets/SafetyPyramid-LV2.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    margin: 10px;
    width: 335px;
    height: 300px;
    position: relative;
}

.filtros{
    display: flex;
    margin-left: 20px;
    width: 84vw;
    height: 8vh;
}

.contenedorFiltros{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: 30px;
}

.filtroAplicado{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 28%;
    height: 30px;
}

.tituloFiltro{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #002F36;
    border-radius: 6px 0 0 6px;
    box-shadow: 0 0 6px #c4d4d4;
    width: 30%;
    height: 30px;
}

.textoTituloFiltro{
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

.selectorFiltro{ 
    font-size: x-small;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 0 6px 6px 0;
    box-shadow: 0 0 6px #c4d4d4;
    width: 70%;
    height: 30px;
}

.selectores{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 30px;
    border: 0 solid transparent;
    border-radius: 0 6px 6px 0;
}

.inputFechas{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0 solid transparent;
    border-radius: 0 6px 6px 0;
    width: 100%;
    height: 100%;   
}

.btnfiltroAplicado{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 14%;
    height: 30px;
}

.aplicarFiltro{
    background-color: #29646c;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    box-shadow: 0 0 6px #c4d4d4;
    border: 0 solid transparent;
    cursor: pointer;
}

.aplicarFiltro:active{
    transform: scale(0.95);
    background-color: #47919b;
}

.infoCards{
    display: flex;
    margin-left: 20px;
    width: 84vw;
    height: 14vh;
}

.contenedorInfoCards{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.infoCard{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 6px #c4d4d4;
    width: 11%;
    height: 60px;
    margin: 2px;
    border-radius: 6px;
}

.tituloInfoCard{
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    padding: 2px;
}

.detalleInfoCard{
    color: #fff;
    font-size: 7px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    padding: 0;
}

.datoInfoCard{
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    margin: 0;
    padding: 0;
}

/*Colores para los cards de acuerdo al caso*/

.bgCBlackRed{
    background-color:#BA2025!important;
}
.bgCHighRed{
    background-color: #D1151B!important;
}
.bgCMedRed{
    background-color: #E80B12!important;
}
.bgCRed{
    background-color: #FF0008!important;
}
.bgCBlackOrange{
    background-color: #FF441C!important;
}
.bgCOrange{
    background-color: #FF8931!important;
}
.bgCYellow{
    background-color: #FFCD45!important;
    color: #2D2D29!important;
}
.bgCGreen{
    background-color: #4B8F42!important;
}

.eventos{
    display: flex;
    flex-direction: column;
    width: 85vw;
    height: auto;
}
.contenedorEventos{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: auto;
    justify-content: center;
    margin-bottom: 20px;
}

.listadoEventos{
    display: flex;
    flex-direction: column;
    width: 65%;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 0 6px #c4d4d4;
    border-radius: 12px;
    margin-right: 10px;
    margin-left: 20px;
    margin-top: 10px;
}

.contenedorListadoEventos{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    max-height: 70vh;
    margin-bottom: 15px;
    overflow-y: auto;
    overflow-x: hidden;
}

.evento{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 0;
    width: calc(100%-10px);
    height: 50px;
    box-shadow: 0 0 6px #c4d4d4;
    border-radius: 8px;
    cursor: pointer;
}

.eventoIndicador{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px;
    width: 22px;
    height: 22px;
    background-color: #585858;
    border-radius: 11px;
}

.eventoFolioFecha{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    width: 15%;
    margin: 2px;
    height: 35px;
}

.eventoFolio{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 15px;
    overflow: hidden;
}

.eventoTitulo{
    color: #2D2D29;
    font-weight: 700;
    font-size: 12px;
    margin: 0;
    margin-right:3px;
    padding: 0;
}

.eventoDetalle{
    color: #2D2D29;
    font-weight: 500;
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-overflow: clip;
}

.eventoFecha{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    width: 100%;
    margin:0;
    padding: 0;
    height: 15px;
}

.eventoEventoCompañia{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    width: 25%;
    margin: 2px;
    height: 35px;
    overflow: hidden;
    white-space: nowrap;
}

.eventoEvento{
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 15px;
}

.eventoCompañia{
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 15px;
}

.eventoDescripcion{
    display: flex;
    flex-direction: row;
    width: 50%;
    height: 40px;
    overflow: hidden;
}

.eventoDTitulo{
    color: #2D2D29;
    font-weight: 700;
    font-size: 13px;
    margin: 0;
    padding: 0;
}

.eventoDDetalle{
    color: #2D2D29;
    font-weight: 500;
    font-size: 11px;
    margin: 0;
    margin-left: 3px;
    padding: 0;
    text-overflow: clip;
}
.detalleEventos{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    width: 35%;
    height: auto;
    background-color: #fff;
    box-shadow: 0 0 6px #c4d4d4;
    border-radius: 12px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 10px;
}

.contenedorDetalleEventos{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
}

.detalleEvento{
    display: flex;
    flex-direction: column;
    width: 90%;
    height: auto;
    border-radius: 10px;
}
.eventoDetalleListado{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    background-color: #215A6D;
    color: #fff;
    border-radius: 6px;
}

.eventoD{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 35px;
    margin: 0;
    padding: 0;
}

.tituloDetalleEvento{
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-right: 4px;
}

.detalleDEvento{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin: 0;
}

.contenedorEventoDetalleListado{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
}
.contenedorEventoDetalleListadoV02{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
}

.detalleListadoEvento{
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    width: 30%;
    height: 30px;
    margin-top: 8px;
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
}

.detalleListadoEventoV02{
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    width: 38%;
    height: 30px;
    margin-top: 8px;
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
}

.tituloDetalleListadoEvento{
    display: flex;
    background-color: #215A6D;
    justify-content: center;
    align-items: center;
    border-radius: 6px 0 0 6px;
    box-shadow: 0 0 6px #c4d4d4;
    width: 50%;
    height: 25px;
    margin: 0;
    padding: 0;
}

.tituloDetalleListadoEventoV02{
    display: flex;
    background-color: #215A6D;
    justify-content: center;
    align-items: center;
    border-radius: 6px 0 0 6px;
    box-shadow: 0 0 6px #c4d4d4;
    width: 40%;
    height: 25px;
    margin: 0;
    padding: 0;
}

.eventoDetalleListadoV02{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 8px;
    width: 100%;
    height: 25px;
}
.eventoDetalleListadoV03{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 8px;
    width: 100%;
    height: 25px;
}

.tituloEventoDetalleListado{
    display: flex;
    justify-content: start;
    align-items: center;
    background-color: #215A6D;
    border-radius: 6px 0 0 6px;
    box-shadow: 0 0 6px #c4d4d4;
    width: 25%;
    height: 25px;
    overflow: hidden;
}

.detalleEventoDetalleListado{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 6px 6px 0;
    box-shadow: 0 0 6px #c4d4d4;
    width: 75%;
    height: 25px;
}

.tituloDLE{
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    margin: 3px;
}

.detalleDetalleListadoEvento{
    display: flex;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 25px;
    border-radius: 0 6px 6px 0;
    box-shadow: 0 0 6px #c4d4d4;
    margin: 0;
    padding: 0;
}

.detalleDetalleListadoEventoV02{
    display: flex;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 60%;
    height: 25px;
    border-radius: 0 6px 6px 0;
    box-shadow: 0 0 6px #c4d4d4;
    margin: 0;
    padding: 0;
}

.detalleDLE{
    color: #2D2D29;
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.detalleDLEV02{
    color: #2D2D29;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    margin-left: 5px;
    margin-bottom: 0;
    margin-top: 0;
    margin-right: 0;
    padding: 0;
    text-overflow: clip;
}

.contenedorDetalleAccionesEvento{
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    width: 100%;
    height: auto;
}

.contenedorDetalleDescripcion{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.tituloDetalleDescripcion{
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    background-color: #215A6D;
    border-radius: 6px 6px 0 0 ;
    height: 30px;
    padding: 3px;
}

.detalleDescripcioEvento{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: auto;
    justify-content: start;
    box-shadow: 0 0 6px #c4d4d4;
    border-radius: 0 0 6px 6px;
    margin-bottom: 8px;
}

.concentradoProyectos{
    display: flex;
    width: 84vw;
    height: auto;
    margin-left: 20px;
}

.concentradoProyectosTable{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    align-items: start;
    box-shadow: 0 0 6px #c4d4d4;
    border-radius: 12px;
    background-color: #fff;
}

.concentradoProyectosTableDiv{
    display: flex;
    width: 100%;
    height: auto;
    margin:10px;
}

.tableProyectosConcentrado{
    table-layout: fixed;
    min-width: 100%;
    border-radius: 12px;
    box-shadow: 0px 0px 12px #c4d4d4;
    padding-bottom: 20px;
    border: none; 
}

.tableProyectosConcentrado thead th{
    font-size: 12px;
}

.tableProyectosConcentrado tr:first-child th:first-child,
.tableProyectosConcentrado tr:first-child th:nth-child(2){
    font-size: 12px;
    width: 16%;
}

.tableProyectosConcentrado tr td:nth-child(3),
.tableProyectosConcentrado tr td:nth-child(4),
.tableProyectosConcentrado tr td:nth-child(5),
.tableProyectosConcentrado tr td:nth-child(7),
.tableProyectosConcentrado tr td:nth-child(8),
.tableProyectosConcentrado tr td:nth-child(6),
.tableProyectosConcentrado tr td:nth-child(9),
.tableProyectosConcentrado tr td:nth-child(10),
.tableProyectosConcentrado tr td:nth-child(11),
.tableProyectosConcentrado tr td:nth-child(12){
    text-align: center;
    width: 7%;
}

.tableProyectosConcentrado tr td:nth-child(1),
.tableProyectosConcentrado tr td:nth-child(2),
.tableProyectosConcentrado tr td:nth-child(3),
.tableProyectosConcentrado tr td:nth-child(4),
.tableProyectosConcentrado tr td:nth-child(5),
.tableProyectosConcentrado tr td:nth-child(7),
.tableProyectosConcentrado tr td:nth-child(8),
.tableProyectosConcentrado tr td:nth-child(6),
.tableProyectosConcentrado tr td:nth-child(9),
.tableProyectosConcentrado tr td:nth-child(10),
.tableProyectosConcentrado tr td:nth-child(11){
    text-align: center;
    width: 7%;
    border-right: 2px dashed #215A6D;
}

.tableProyectosConcentrado tr td{
    padding: 4px;
    font-size: 11px;
    text-transform: capitalize;
}

.tableProyectosConcentrado tr:nth-child(even){
    background-color: #CFF0E5;
}

.tableProyectosConcentrado tr th:nth-child(3){
    background-color:#BA2025!important;
    color: #fff;
}
.tableProyectosConcentrado tr th:nth-child(4){
    background-color: #D1151B!important;
    color: #fff;
}
.tableProyectosConcentrado tr th:nth-child(5){
    background-color: #E80B12!important;
    color: #fff;
}
.tableProyectosConcentrado tr th:nth-child(6){
    background-color: #FF0008!important;
    color: #fff;
}
.tableProyectosConcentrado tr th:nth-child(7){
    background-color: #FF441C!important;
    color: #fff;
}
.tableProyectosConcentrado tr th:nth-child(8){
    background-color: #FF8931!important;
    color: #fff;
}
.tableProyectosConcentrado tr th:nth-child(9){
    background-color: #FFCD45!important;
    color: #2D2D29!important;
}
.tableProyectosConcentrado tr th:nth-child(10),
.tableProyectosConcentrado tr th:nth-child(11){
    background-color: #4B8F42!important;
    color: #fff;
}

.tableProyectosConcentrado tr th:nth-child(12){
    background-color: #c4d4d4!important;
    width: 7%!important;
    color: #000;
}

.tableProyectosConcentrado tr:nth-child(11){
    border-right: 0 solid transparent!important;
}

.tableProyectosConcentrado tbody tr th:nth-last-child(n){
    background-color: #215A6D!important;
    color: #fff!important;
}

/*Consolidado*/

.concentradoConsolidado{
    display: flex;
    width: 84vw;
    height: auto;
    margin-left: 20px;
}

.concentradoConsolidadoTable{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    align-items: start;
    box-shadow: 0 0 6px #c4d4d4;
    border-radius: 12px;
    background-color: #fff;
}

.concentradoConsolidadoTableDiv{
    display: flex;
    width: 100%;
    height: auto;
    margin:10px;
}

.tableConsolidadoConcentrado{
    table-layout: fixed;
    min-width: 100%;
    border-radius: 12px;
    box-shadow: 0px 0px 12px #c4d4d4;
    padding-bottom: 20px;
    border: none; 
}

.tableConsolidadoConcentrado thead th{
    font-size: 12px;
}

.tableConsolidadoConcentrado tr:first-child th:first-child{
    font-size: 12px;
    width: 30%;
}

.tableConsolidadoConcentrado tr td:nth-child(3),
.tableConsolidadoConcentrado tr td:nth-child(4),
.tableConsolidadoConcentrado tr td:nth-child(5),
.tableConsolidadoConcentrado tr td:nth-child(6),
.tableConsolidadoConcentrado tr td:nth-child(7),
.tableConsolidadoConcentrado tr td:nth-child(8),
.tableConsolidadoConcentrado tr td:nth-child(9),
.tableConsolidadoConcentrado tr td:nth-child(10),
.tableConsolidadoConcentrado tr td:nth-child(11){
    text-align: center;
    width: 5.3%;
}

.tableConsolidadoConcentrado tr td:nth-child(1),
.tableConsolidadoConcentrado tr td:nth-child(2),
.tableConsolidadoConcentrado tr td:nth-child(3),
.tableConsolidadoConcentrado tr td:nth-child(4),
.tableConsolidadoConcentrado tr td:nth-child(5),
.tableConsolidadoConcentrado tr td:nth-child(7),
.tableConsolidadoConcentrado tr td:nth-child(8),
.tableConsolidadoConcentrado tr td:nth-child(6),
.tableConsolidadoConcentrado tr td:nth-child(9),
.tableConsolidadoConcentrado tr td:nth-child(10),
.tableConsolidadoConcentrado tr td:nth-child(11),
.tableConsolidadoConcentrado tr td:nth-child(12),
.tableConsolidadoConcentrado tr td:nth-child(13){
    text-align: center;
    width: 5.3%;
    border-right: 2px dashed #215A6D;
}

.tableConsolidadoConcentrado tr td:nth-child(14){
    text-align: center;
    width: 5.3%;
}

.tableConsolidadoConcentrado tr td{
    padding: 4px;
    font-size: 14px;
    text-transform: capitalize;
}

.tableConsolidadoConcentrado tr th:first-child{
    text-align: start;
    font-size: 13px;
    font-weight: 600;
    padding-left: 5px;
    border-right: 2px dashed #215A6D;
}

.tableConsolidadoConcentrado tr:nth-child(even){
    background-color: #CFF0E5;
}

.tableConsolidadoConcentrado thead tr th:nth-child(2n){
    padding: 5px;
    color: #fff;
    background-color: #215A6D;
}
 
.permisosValidacion{
    display: flex;
    flex-direction: column;
    width: 84vw;
    height: auto;
}

.contenedorPermisosValidacion{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #fff;
    margin-left: 20px;
    border-radius: 12px;
}

.tituloPermisosValidacion{
    margin-bottom: 8px;
}

.detallePermisosValidacion{
    display: flex;
    flex-direction: column;
    width: 98%;
    height: 100%;
    justify-content: center;
    align-items: start;
}

.contenedorPermisosNoValidado{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: start;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 15px;
    margin-bottom: 0px;
    width: 100%;
    height: 50px;
    background-color: #fff;
    box-shadow: 0 0 6px #c4d4d4;
    border-radius: 12px;
}

.contenedorRowEvento{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin: auto;
}

.indicador{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    vertical-align: center;
    margin: auto;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: #318D7D;
    box-shadow: 0 0 6px #c4d4d4;
}

.PermisosfolioFecha{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 10%;
    height: 50px;
    margin: 0;
    padding: 0;
}

.permisosFolioContenedor{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 0;
}

.tituloPermisos{
    font-weight: 600;
    font-size: 14px;
    color: #2D2D29;
    margin: 0;
    padding: 0;
}

.detallePermisos{
    font-weight: 400;
    font-size: 12px;
    color: #2D2D29;
    margin: 0;
    padding: 0;
}

.permisosCompania{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 25%;
    height: 50px;
    margin-left: 10px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0;
}

.permisosCompaniaV02{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 20%;
    height: 50px;
    margin-left: 10px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0;
}

.permisosCompaniaDetalle{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    width: 100%;
    height: 35px;
    margin: 0;
    padding: 0;
}

.detalleValidadorDiv{
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 0;
}

.btnVerMas{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 12%;
    height: 50px;
    margin: 0;
    padding: 0;
}

.contenedorBtnVerMas{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 30px;
}

.btnVerDetalle{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    border: 0px solid transparent;
    background-color: #318D7D;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    width: 80%;
    height: 40px;
    border-radius: 8px;
}

.contenedorDetallePermiso{
    display: flex;
    flex-direction: column;
    justify-content: start;
    width: 99%;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 5px;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 0 6px #c4d4d4;
    background-color: #fff;
}

.detalleDescripcionPermiso{
    color: #2D2D29;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}
/*************************/
/* Pagina de Reporte BBS */
/*************************/

.contenedorGralReporteBBS{
    display: flex;
    flex-direction: row;
    width: 84vw;
    height: auto;
    margin-left: 20px;
}

.contenedorBBS{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    width: 40%;
    height: auto;
    margin: 10px;
    background-color: #fff;
    box-shadow: 0 0 6px #c4d4d4;
    border-radius: 10px;
}
.tituloReporteBBS{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 94%;
    height: auto;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0;
}

.tituloReporte{
    display: flex;
    text-align: center;
    color: #2D2D29;  
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.nombreReporte{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    background-color: #215A6D;
    box-shadow: #c4d4d4;
    border-radius: 8px;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 10px;
}

.nombreReporteCI{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    background-color: #215A6D;
    box-shadow: #c4d4d4;
    border-radius: 8px;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 10px;
}

.tituloReporteB{
    display: flex;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}

.comportamientoBBS{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
}

.comportamientoBBSCI{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    margin-top: 10px;
}

.comportamientoSeguroInseguro{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 94%;
}

.comportamiento{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 50%;
    height: 30px;
    background-color: #215A6D;
    border-radius: 6px;
    box-shadow: 0 0 6px #c4d4d4;
}

.comportamientoCI{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 60%;
    height: 30px;
    background-color: #215A6D;
    border-radius: 6px;
    box-shadow: 0 0 6px #c4d4d4;
    margin-bottom: 10px;
}

.ajuste{
    width: 35%!important;
}

.tituloVerde{
    display: flex;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin: 10px;
}

.tituloVerde02{
    display: flex;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    margin: 10px;
}

.seguroInseguro{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 36%;
    margin-right: 5px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
}

.seguroInseguroCI02{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin-right: 5px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
}

.seguroInseguroCI{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin-right: 5px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
}

.checkSeguro{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
}

.checkSeguroCI{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}

.checkSeguro label{
    font-size: 13px;
    font-weight: 500;
}

.checkSeguroCI label{
    font-size: 13px;
    font-weight: 500;
}

.sugerenciaBBS{
    display: flex;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
}

.sugerenciaBBS02{
    width: 94%;
    display: flex;
    justify-content: start;
    align-items: start;
    margin: 0;
    padding: 0;
    text-align: start;
    font-size: 13px;
    font-weight: 400;
}

.observador{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 94%;
    height: auto;
    margin-top: 15px;
}

.contenedorObservador{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.comportamiento02{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 35%;
    height: 30px;
    background-color: #215A6D;
    border-radius: 6px 0 0 6px;
    box-shadow: 0 0 6px #c4d4d4;
}

.detalleObservador{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 6px #c4d4d4;
    border-radius: 0 6px 6px 0;
    width: 65%;
    height: 30px;
}

.respuestaObservador{
    display: flex;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.contenedorPlantaFecha{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 94%;
    height: auto;
    margin-top: 15px;
}

.contenedorPlanta{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 35%;
}

.contenedorFecha{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
}

.contenedorRiesgo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 33%;
}

.fechaReporteBBS{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.contenedorPorque{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 94%;
}

.contenedorPreguntaPorque{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #215A6D;
    border-radius: 6px;
    height: 30px;
    margin-top: 15px;
    margin-bottom: 5px;
}

.contenedorPreguntaPorque02{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    background-color: #215A6D;
    border-radius: 6px;
    height: 30px;
    margin-top: 15px;
    margin-bottom: 5px;
}

.detalleActividad{
    display: flex;
    border: 0 solid transparent;
    width: 100%;
    height: 30px;
    font-size: 13px;
    font-family: 'Poppins';
    justify-content: center;
    align-items: center;
    border-radius: 0 6px 6px 0;
}

.inputNombrePersonal{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 30px;
    margin-top: 8px;
    border-radius: 6px;
    box-shadow: 0 0 6px #c4d4d4;
}

.nombrePersonal{
    display: flex;
    border: 0 solid transparent;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    border-radius: 6px;
    height: 30px;
    font-family: 'Poppins';
    font-size: 13px;
}

.nombrePersonal:focus{
    outline: 2px solid #88ccc0!important;
}

.Pro{
    display: flex !important;
    width: 100% !important;
    height: 30!important;
    border: 0 solid transparent!important;
    box-shadow: none!important;
    font-size: 12px!important;
    font-family: 'Poppins'!important;
    font-weight: 500 !important;
    color: #2D2D29 !important;
}

.Pro:focus{
    outline: none;
}

.Pro:active{
    outline: none;
}

.Pro option{
    font-size: 12px!important;
    font-family: 'Poppins'!important;
    font-weight: 500 !important;
    color: #2D2D29 !important;
}

.detalleDescripcionTextArea{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 65px;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 0 6px #c4d4d4;
}

.descripcionTextArea{
    display: flex;
    flex-direction: row;
    resize: none;
    width: 100%;
    height: 65px;
    border: 0 solid transparent;
    border-radius: 0 0 6px 6px;
    font-size: 13px;
    font-family: 'Poppins';
    font-weight: 500;
    padding: 8px;
    box-shadow: 0 0 6px #c4d4d4;
}

.descripcionTextArea:focus{
    outline: 2px solid #88ccc0!important;
}

.estadoComportamiento{
    display: flex;
    flex-direction: column;
    font-family: 'Poppins';
    font-size: 13px;
    font-weight: 500;
    width: 100%;
    height: 30px;
    border: 0px solid transparent;
    border-radius: 6px;
}

.estadoComportamiento:focus{
    outline: 2px solid #88ccc0;
}

.botoneraAccionesBBS{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 30px;
    margin-top: 25px;
    margin-bottom: 50px;
}

.cancelarForm{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45%;
    height: 30px;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Poppins';
    color: #fff;
    box-shadow: #c4d4d4;
    border-radius: 6px;
    border: 0 solid transparent;
    background-color: #A13333;
}

.cancelarForm:active{
    transform: scale(0.9);
    background-color: #77080b;
}

.enviarForm{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45%;
    height: 30px;
    font-size: 12px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #fff;
    box-shadow: #c4d4d4;
    border-radius: 6px;
    border: 0 solid transparent;
    background-color: #2A954D;
}

.enviarForm:active{
    transform: scale(0.9);
    background-color: #1a4729;
}

.cargarArchivosPy{
    display: none;
}

.inputArchivoPy{
    display: inline-block;
    font-size: 12px;
}

.inputArchivoPy:active{
    transform: scale(0.9);
}

.contenedorEvidencia{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 180px;
    border: none;
    background-color: #fff;
    box-shadow:0 0 6px #c4d4d4;
    border-radius: 8px;
}

.eventoSeguridad{
    border: none;
    appearance: unset;
    text-align: center;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: #8E0000;
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 500;
    border-radius: 8px;
}

.eventoSeguridad:focus{
    outline: none;
}

.eventoSeguridad option{
    background-color: #fff;
    color: #002F36;
}

.eventoSeguridad option:hover{
    background-color: #be8181;
}

.eventoSeguridad option:active{
    background-color: #be8181;
}

.nombreReporteCI .icon-container{
    width: 10%;
    height: 100%;
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.icon-container i{
    font-size: 25px;
    color: #fff;
}

.puestoTrabajo{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
    border: 0 solid transparent;
    border-radius: 8px;
    font-size: 11px;
}

.puestoTrabajo:focus{
    outline: 2px solid #88ccc0!important;
    border-radius: 0px 8px 8px 0px;
}




/*
************************************************
************************************************
********** AUDITORIA 5S ************************
************************************************
************************************************
*/

.auditoria5S{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    width: 84vw;
    height: auto;
    box-sizing: content-box;
}

.contenedorAuditoria{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    width: calc(100% - 20px);
    height: auto;
    background-color: #fff;
    box-shadow: 0 0 6px #c4d4d4;
    border-radius: 14px;
    margin: 0;
    margin-left: 20px;
    padding: 20px;
}

/* .auditoria{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    justify-content: start;
    align-items: start;
    margin: 0;
    padding: 20px;
} */

.rowTitleAudit{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 33%;
    height: 35px;
    margin: 0;
    padding: 0;
    margin-bottom: 0;
    background-color:#00669C;
    border-radius: 8px;
    margin-bottom: 8px;
}

.titleAudit{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    color:#fff;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 14px;
    margin: auto;
}

.rowCapturaDatos{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 0;
    margin-top: 8px;
    padding: 0;
}

.rowCapturaDatos hr{
    width: 80%;
    justify-content: center;
    align-items: center;
    border: 1px solid #78a1a6;
    margin: 20px;
    padding: 0;
}

.rowCapturaApartadoHor{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 33%;
    height: auto;
    margin: 0 0 0 0;
}

.rowCapturaPlanta{
    display: flex!important;
    flex-direction: column!important;
    justify-content: center;
    align-items: center;
    width: 40%;
    height: 45px;
    margin: 0;
    padding: 0;
}

.rowContenedorPlanta{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 25px;
    border-radius: 8px;
    background-color: #00669C;
    box-shadow: 0 0 6px #c4d4d4;
}

.capturaPlanta{
    text-align: center;
    font-family: 'Poppins';
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    padding: 0;
}

.instruccionGral{
    font-size: 11px;
    font-weight: 400;
    font-family: 'Poppins';
    color: #707070;
    margin: 5px 0 0 0;
    padding: 0;
}

.rowCapturaFecha{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60%;
    height: auto;
}

.rowContainerFechaAudit{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 0 0 0 15px;
}

.rowTitleFecha{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 60%;
    height: 25px;
    background-color: #00669C;
    border-radius: 8px 0 0 8px;
    box-shadow: 0 0 6px #c4d4d4;
}

.titleFecha{
    font-size: 12px;
    font-weight: 500;
    font-family: 'Poppins';
    color: #fff;
    margin: 0;
    padding: 0;
}

.rowDetalleFecha{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 0 6px #c4d4d4;
    border-radius: 0 8px 8px 0;
    width: 60%;
    height: 25px;
}

.detalleFechaAudit{
    font-size: 12px;
    font-weight: 500;
    font-family: 'Poppins';
    color: #2D2D29;
    margin: 0;
    padding: 0;
}

.rowCapturaApartado{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 33%;
    height: auto;
    margin:0;
}

.rowContainerApartado{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 25px;
}

.rowTitleApartado{
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    width: 30%;
    height: 25px;
    border-radius: 8px 0 0 8px;
    background-color: #00669C;
    box-shadow: 0 0 6px #c4d4d4;
}

.titleApartado{
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Poppins';
    padding-right: 5px;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
}

.rowDetalleApartado{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 65%;
    height: 25px;
    border-radius: 0 8px 8px 0;
    background-color: #fff;
    box-shadow: 0 0 6px #c4d4d4;
}

.capturaDetalleApartado{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 25px;
    appearance: none;
    border-radius: 0px 8px 8px 0;
    border: 0 solid transparent;
}

.capturaDetalleApartado:focus{
    outline: 2px solid #78a1a6;
}

.selectApartado{
    display: flex;
    border: 0 solid transparent;
    width: 100%;
    height: 25px;
    border-radius: 0 8px 8px 0;
}

.selectApartado:focus{
    outline: 2px solid #59b0df;
    appearance: none;
}

.selectApartado option{
    outline: 2px solid #59b0df;
    border: 0px solid transparent;
    font-size: 12px;
    font-family: 'Poppins';
    font-weight: 400;
}

.titleDetalleApartado{
    font-size: 12px;
    font-weight: 400;
    font-family: 'Poppins';
    margin: 0;
    padding: 0;
    color: #2D2D29;
}

.containerTitleSection{
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    width: 100%;
    height: 20px;
    margin: 0;
    margin-bottom: 20px;
}

.rowCapturaPreguntas{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 0;
    margin-top: 8px;
    padding: 0;
}

.titleSection{
    font-size: 14px;
    font-weight: 600;
    font-family: 'Poppins';
    color:#00669C;
    margin: 0;
    padding: 0;
}

.contenedorPreguntas{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: auto;
}

.seccionPreguntas{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48%;
    height: auto;
}

.sectionPregunta{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.tituloPregunta{
    color: #00669C;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins';
    margin: 0;
    padding: 0;
}

.cuerpoPregunta{
    color: #2D2D29;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Poppins';
    margin: 0;
    padding: 0;
    text-align: center;
}

.answers{
    display: flex;
    flex-direction: row;
    justify-content: space-around!important;
    align-items: center !important;
    width: 100%!important;
    margin: 0;
    margin-top: 10px;
    padding: 0;
}

.subtituloPregunta{
    color: #2D2D29;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Poppins';
    margin: 0;
    margin-top: 10px;
    padding: 0;
}

.sectionPreguntaComentario{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: start;
    width: 100%;
    height: 50px;
    border-radius: 8px;
    margin: 0;
    margin-top: 10px;
    box-shadow: 0 0 6px #c4d4d4;
}

.preguntaComentario{
    width: 100%;
    height: 50px;
    border: 0 solid transparent;
    border-radius: 8px;
    overflow: hidden;
    resize: none;
    font-family: 'Poppins';
    font-size: 12px;
    font-weight: 400;
}

.preguntaComentario:focus{
    outline: 2px solid #59b0df;
}

.buttonAuditoriaBBS{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #318D7D;
    height: 35px;
    width: 250px;
    border-radius: 8px;
    border: 0px solid transparent;
    box-shadow: 0 0 6px #c4d4d4;
    margin: 0;
    margin-left: 15px;
    margin-right: 15px;
}

.buttonAuditoriaBBS a{
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    font-family: 'Poppins';
    outline: none;
    appearance: none;
}

.buttonAuditoriaCI{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #215A6D;
    height: 35px;
    width: 250px;
    border-radius: 8px;
    border: 0px solid transparent;
    box-shadow: 0 0 6px #c4d4d4;
    margin: 0;
    margin-left: 15px;
    margin-right: 15px;
}

.buttonAuditoriaCI a{
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    font-family: 'Poppins';
    outline: none;
    appearance: none;
}

.cierreHallazgoAuditoria{
    display: flex;
    width: 150px;
    height: 35px;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 0 solid transparent;
    outline: none;
    box-shadow: 0 0 6px #c4d4d4;
    border-radius: 8px;
    font-size: 12px;
    color: #2D2D29;
    font-family: 'Poppins';
}

.agregarUnEventoMas{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00669C;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Poppins';
    width: 250px;
    height: 35px;
    border: 0 solid transparent;
    border-radius: 8px;
}


.enviarAuditoria{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 45%;
    margin-right: 50px;
    border-radius: 8px;
    background-color: #2A954D;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Poppins';
    border: 0 solid transparent;
    box-shadow: 0 0 6px #c4d4d4;
}

.enviarAuditoria:active{
    transform: scale(0.9);
    background-color: #1a4729;
}

.cancelarAuditoria{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 50px;
    width: 45%;
    height: 30px;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Poppins';
    color: #fff;
    box-shadow: #c4d4d4;
    border-radius: 6px;
    border: 0 solid transparent;
    background-color: #A13333;
}

.cancelarAuditoria:active{
    transform: scale(0.9);
    background-color: #77080b;
}

.sectionPreguntaResponsable{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: start;
    width: 100%;
    height: 30px;
    border-radius: 8px;
    margin: 0;
    margin-top: 10px;
    box-shadow: 0 0 6px #c4d4d4;
}

.inputResponsable{ 
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 30px;
    border-radius: 8px;
    border: 0 solid transparent;
    text-align: center;
}

.sectionPreguntaEvidenciaFile{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: start;
    width: 100%;
    height: 300px;
    border-radius: 8px;
    margin: 0;
    margin-top: 10px;
    box-shadow: 0 0 6px #c4d4d4;
}

.rowTitleAuditX{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 33%;
    height: 35px;
    margin: 0;
    padding: 0;
    margin-bottom: 0;
    background-color:#2D2D29;
    border-radius: 8px;
    margin-bottom: 8px;
}

.rowTitleFechaX{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 60%;
    height: 25px;
    background-color: #2D2D29;
    border-radius: 8px 0 0 8px;
    box-shadow: 0 0 6px #c4d4d4;
}

.rowTitleApartadoX{
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    width: 30%;
    height: 25px;
    border-radius: 8px 0 0 8px;
    background-color: #2D2D29;
    box-shadow: 0 0 6px #c4d4d4;
}

.concentradoAuditorias{
    display: flex;
    width: 84vw;
    height: auto;
    margin-left: 20px;
}

.contenedorAuditorias{
    display: flex;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 12px;
    justify-content: center;
}

.gridContenedorAudit{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
}

.cardAu{
    background: rgb(0,102,156);
    background: linear-gradient(120deg, rgba(0,102,156,1) 0%, rgba(0,72,116,1)100%);
    border-radius: 8px;
    box-shadow: 0 0 6px #c4d4d4;
    margin: 12px;
    height: 120px;
    max-width: 300px;
    border: 0 solid transparent;
}

.cardCapa{
    background: rgb(0,103,104);
    background: linear-gradient(120deg, rgba(0,103,104,1) 0%, rgba(0,68,55,1)100%);
    border-radius: 8px;
    box-shadow: 0 0 6px #c4d4d4;
    margin: 12px;
    height: 120px;
    max-width: 300px;
    border: 0 solid transparent;
}

.cardCapa:active{
    transform: scale(0.9);
}

.cardAuEve_bbs{
    background: rgb(229,156,0);
    background:linear-gradient(120deg , rgba(229,156,0,1) 0%, rgba(234,121,0,1)100%);
    border-radius: 8px;
    box-shadow: 0 0 6px #c4d4d4;
    margin: 12px;
    height: 120px;
    max-width: 300px;
    border: 0 solid transparent;
}

.cardAuEve:active{
    transform: scale(0.9);
}

.cardBaProyect{
    background: #BF0045;
    background: linear-gradient(45deg, rgba(191, 0, 69, 1) 0%, rgba(0,0,0,1)100%);
    border-radius: 8px;
    box-shadow: 0 0 6px #c4d4d4;
    margin: 12px;
    height: 120px;
    max-width: 300px;
    border: 0 solid transparent;
}

.cardBaProyect:active{
    transform: scale(0.9);
}


.cardAuEve_val{
    background: rgb(109,138,150);
    background: linear-gradient(45deg, rgba(109,138,150,1) 0%, rgba(85,116,130,1)100%);
    border-radius: 8px;
    box-shadow: 0 0 6px #c4d4d4;
    margin: 12px;
    height: 120px;
    max-width: 300px;
    border: 0 solid transparent;
}

.cardAuEve_val:active{
    transform: scale(0.9);
}

.cardAuEve_cia{
    background: rgb(209,73,91);
    background: linear-gradient(45deg, rgb(119, 42, 53) 0%, rgba(60,0,0,1)100%);
    border-radius: 8px;
    box-shadow: 0 0 6px #c4d4d4;
    margin: 12px;
    height: 120px;
    max-width: 300px;
    border: 0 solid transparent;
}

.cardAuEve_cia:active{
    transform: scale(0.9);
}

.cardAuEve_cic{
    background: rgb(0,121,140);
    background: linear-gradient(45deg, rgba(0,121,140,1) 0%, rgba(0,61,91,1)100%);
    border-radius: 8px;
    box-shadow: 0 0 6px #c4d4d4;
    margin: 12px;
    height: 120px;
    max-width: 300px;
    border: 0 solid transparent;
}

.cardAuEve_cic:active{
    transform: scale(0.9);
}


.cardAu:active{
    transform: scale(0.9);
}


.cardAuX{
    background: rgb(45,46,42);
    background: linear-gradient(120deg, rgb(60, 61, 58) 25%, rgba(0,0,0,1)100%);
    border-radius: 8px;
    box-shadow: 0 0 6px #c4d4d4;
    margin: 12px;
    height: 120px;
    max-width: 300px;
    border: 0 solid transparent;
}

.cardAuX:active{
    transform: scale(0.9);
}

.icon-proveedor{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 8px;
}

.iconAuP{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%;
    height: auto;
    margin: 0;
    padding: 0;
}

.iconAuPX{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 25%;
    height: auto;
    margin: 0;
    padding: 0;
}

.iconAu{
    display: flex;
    font-size: 34px;
    color: #fff;
}


.proveedorAu{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    width: 75%;
    height: 55px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.proveedorAu02{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: end;
    width: 100%;
    height: 74px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.provAudX{
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.titleProveedorAu{
    color: #fff;
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.titleProveedorAu02{
    color: #fff;
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 600;
    margin: 0;
    margin-right: 7px;
    padding: 0;
    height: 17px;
    text-align: right;
}

.detalleProveedorAu{
    color: #fff;
    font-size: 12px;
    font-family: 'Poppins';
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-overflow: clip;
    text-align: start;
}

.detalleProveedorAu02{
    color: #fff;
    font-size: 12px;
    font-family: 'Poppins';
    font-weight: 400;
    height: 17px;
    margin: 0;
    margin-right: 7px;
    padding: 0;
    text-overflow: clip;
    text-align: right;
}

.detalleProveedorAu03{
    color: #fff;
    font-size: 10px;
    font-family: 'Poppins';
  
    height: 17px;
    margin: 0;
    margin-right: 7px;
    padding: 0;
    text-overflow: clip;
    text-align: right;
}


.hrFolioFecha{
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.hrAu{
    border: 1px solid #fff;
    width: 80%;
    justify-content: center;
}

.folioFechaAu{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin: 0;
    padding: 0;
    height: 30px;
}

.folioAu{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: end;
    margin: 5px;
    padding: 0;
}

.fechaAu{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: end;
    margin: 5px;
    padding: 0;
}

.titleFolioAu{
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 600;
    color: #fff;
    margin: 0;
    margin-right: 5px;
    padding: 0;
}

.detalleFolioAu{
    font-size: 12px;
    font-family: 'Poppins';
    font-weight: 400px;
    color: #fff;
    margin: 0;
    margin-left: 5px;
    padding: 0;

}

.porcentajeAu{
    font-size: 20px;
    margin: 0;
    margin-top: 10px;
    padding: 0;
    color: #fff;
    font-weight: 600;
}
.monitorHoras{
    display:flex;
    margin-right: auto;
}

.compartirForm{
    display: flex;
    flex-direction: row;
    width: 25%;
    height: 30px;
    justify-content: center;
    align-items: center;
    background-color: #2D2D29;
    color: #fff;
    border-radius: 8px;
    border: 0 solid transparent;
    font-family: 'Poppins';
    font-size: 12px;
    font-weight: 500;
}

.compartirForm i{
    font-size: 18px!important;
    margin-right: 8px;
}

.compartirForm:active{
    transform: scale(0.9);
    background-color: #4B6F74;
}

.verMasDetalle{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 30px;
    background-color: #318D7D;
    color: #fff;
    border: 0 solid transparent;
    border-radius: 8px;
}

.verMasDetalle:active{
    transform: scale(0.9);
    background-color: #4B6F74;
}

.modal-dialog_ajuste{
    width:20% !important;
    height:auto !important;  
    margin-top: 50px !important;
    z-index:9999 !important;
}


@media (max-width: 811px) {
    .hide-movil{
        display: none !important;
    }
    .login-container{
        flex-direction: column;
        box-shadow: none;
        border-radius: initial;
        height: 100vh;
        justify-content: initial;
    }
    .login-info-container{
        box-shadow: 0px 0px 24px #3c5a5e;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
        background-image: linear-gradient(to bottom, #29646C 2%, #153236 100%);
        flex-grow: 1;
    }
    .show-movil{
        display: block;
    }
    body.login{
        background-image:none;
    }
    .space{
        display: none;
    }
    .login .btn{
        background-color: #78A1A6;
        background-image: none;
        border-radius: 20px;
    }
    .login .title{
        font-size: 22px;
    }
    .login hr{
        display: none;
    }
    .login .input-form{
        align-items: baseline;
    }
    .login .inputs-container{
        align-items: flex-start;
    }
    .login .cabecero{
        color: #fff;
    }
    .login .input,
    .login .btn{
        width: 100%;
    }
    .ajuste{
        width: 100%!important;
    }
    .poweredby{
        color:#4B6F74;
        position: absolute;
        bottom: 10px;
    }

    .compartirForm{
        width: 60%!important;
    }

    .home .superior{
        flex-direction: column;
        align-items: center;
    }
    .home .text{
        text-align: center;
    }
    .contenedorGralReporteBBS{
        flex-direction: column;
    }
    .contenedorBBS{
        width: 100%;
    }
    .comportamiento{
        width: 100%;
    }
    .comportamiento02{
        width: fit-content ;
    }
    .auto-w{
        width: 50%;
    }
    .observador .sugerenciaBBS{
        height: 34px;
    }
    .contenedorBBS > div > div:first-child:not(.row),
    .contenedorPlantaFecha,
    .contenedorAuditoria > div,
    .contenedorPreguntas,
    .sectionPregunta{
        flex-direction: column;
    }
    .contenedorBBS > div > .row{
        justify-content: left;
    }
    .contenedorBBS > div > div:first-child > div:first-child{
        width: 100%;
        text-align: center;
        justify-content: center;
    }
    .detalleDescripcionTextArea{
        box-shadow: 0px 0px 20px 7px #c4d4d4;
    }
    .contenedorPlantaFecha > div {
        width: 100%;
        padding-bottom: 12px;
    }
    .validacion{
        height: 23px;
    }
    .rowTitleAudit{
        width: 100%;
    }
    .contenedorAuditoria div{
        width: 100%;
    }
    .enviarAuditoria{
        margin-right: 0px;
        margin-bottom: 50px;
    }
    .monitorHoras{
        display:flex;
        flex-direction:column; 
        margin-right: inherit;
    }
    .home .superior .text{
        font-size: 22px;
        text-align: center;
    } 
    .modal-dialog_ajuste{
        width:60% !important;
        
        margin:auto !important;
        margin-top: 100px !important;

    }
}

.pagina01{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pagina01Back{
    background-image: url("../assets/Imagen1.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    justify-content: center;
    align-items: center;
    width: 1280px;
    height:720px;
}


.d-none{
    display: none;
}