@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@200;300&display=swap');

* {
    margin: 0;
    padding: 0;
}

html {
    font-size: 14px;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Titillium Web', sans-serif;
    margin-bottom: 60px;
}

.ccpmcrimson {
    color: crimson;
}

.container {
    height: 100%;
}

.containerFooter {
    height: 100%;
    text-align: center;
}

a {
    color: white;
}

.contenedor__imagenes {
    display: flex;
    justify-content: center;
}


.btnSalirBarra {
    visibility: hidden;
}

/*Menú Acordeon*/
.hamburguer {
    position: fixed;
    /* z-index: 10; */
    /*top: 35px;*/
    right: 30px;
    background: darkgrey;
    */ width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 0 0 6px rgb(0, 0, 0, .5);
}

.hamburguerMenu {
    background: crimson;
}

.menu-navegacion {
    position: fixed;
    top: 0;
    right: 0;
    width: 15vw;
    height: 100%;
    background-image: linear-gradient(to top, #808080 0%, crimson );
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    transition: transform .3s ease-in-out;
    transform: translate(110%);
    box-shadow: 0 0 6px rgba(0, 0, 0, .5);
}

/*header:hover .menu-navegacion{
    transform: translate(0%);
}*/

.spread {
    transform: translate(0);
}

.manuales {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width:700px) {
    .menu-navegacion {
        width: 25vw;
        font-size: 15px;
    }

    header {
        height: 70px;
    }

    .hamburguer {
        top: 2px;
        right: 10px;
    }

    .saludo {
        visibility: hidden;
    }

    .btnSalir {
        visibility: hidden;
    }

    .btnSalirBarra {
        visibility: visible;
    }

    .imgUsr {
        visibility: hidden;
    }
    .contenedor__imagenes{
        flex-direction:column;
    }

    .manuales {
        flex-direction: column;
    }
}

@media screen and (max-width:950px) {
    .menu-navegacion {
        width: 25vw;
        font-size: 15px;
    }
    
    header {
        height: 70px;
    }

        header a {
            margin: 0 0;
        }

    .hamburguer {
        top: 14px;
        right: 20px;
    }

    .saludo {
        visibility: hidden;
    }

    .btnSalir {
        visibility: hidden;
    }

    .btnSalirBarra {
        visibility: visible;
    }

    .imgUsr {
        visibility: hidden;
    }

    .user-siluet {
        padding-right: 100px;
    }
}

/*Fin Menú Acordeon*/

.titulos {
    font-size: large;
    margin-top: 45px;
}

.margenArriba {
    margin-top: 150px;
}

.margenArribaDos {
    margin-top: 110px;
}

div.dataTables_wrapper div.dataTables_length select {
    width: 100px !important;
    display: inline-block;
}

.fondoRenglonTotales {
    background-color: darkgray;
    color: white;
}

.fondoRenglon {
    background-color: lightgreen;
    color: black;
}

.enlacesEventos {
    color: black;
    text-align: center;
    font-size: 20px;
    margin: auto;
    text-decoration: none;
}

.esquinaredonda {
    border-radius: 10px 10px 10px 10px;
}

ol, ul {
    padding-left: 0rem;
}

/*.odd {
    display: none !important;
}*/

@media screen and (max-width: 1000px) {
    li svg {
        width: 50px;
    }

  main .main__table table, main .main__table thead, main .main__table tbody, main .main__table th, main .main__table td, main .main__table tr {
    display: block;
  }
  main .main__table thead {
    display: none;
  }
  main .main__table tr {
    margin-bottom: 1rem;
    border: 1px solid #ccc;
    border-radius: 0.5rem;
    padding: 0.75rem;
    background-color: #f9f9f9;
  }
  main .main__table td {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
    border: none;
    border-bottom: 0.0625rem solid #eee;
    position: relative;
  }
  main .main__table td::before {
    content: attr(data-label);
    font-weight: bold;
    color: #091e3f;
    width: 50%;
    display: inline-block;
  }
}