* {
    padding: 0px;
    margin: 0px;
}



.caja-portada {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}

nav {
    width: 100%;
    float: left;
    height: 100px;
    position: absolute;
    z-index: 2;
}

.medida {
    max-width: 1180px;
    width: 100%;
    margin: auto;
}

.logo {
    max-width: 233px;
    width: 100%;
    height: 100px;
    float: left;
    margin-left: 2%;
    margin-top: 2%;
}

.logo img {
    width: 100%;
    height: auto;
}

.letra-menu {
    width: 30%;
    float: right;
    margin-top: 2%;
    margin-right: 2%;
    display: flex;
    gap: 5%;
}

.letra-menu a {
    color: white;
    font-size: 2.5vw;
    padding: 2%;
    width: 21%;
    float: left;
}

.portada {
    width: 100%;
    float: left;
    background-color: white;
    height: auto;
    position: relative;
    z-index: 1;
}

.img-portada {
    width: 100%;
    float: left;
}

.centrar-detalles {
    max-width: 1180px;
    width: 100%;
    height: 100%;
    top: 0px;
    margin: auto;
}

.portada-detalles {
    width: 100%;
    float: left;
    position: absolute;
    bottom: 0px;
    margin-bottom: 4%;
    margin-left: 2%;
    color: white;
    font-family: sans-serif;
    margin-left: 0px;
    display: block;
}


.centrar-nuevo {
    float: left;
    text-align: center;
}

.centrar-nuevo .portada-detalles {
    float: left;
    bottom: -5%;
}

.centrar-nuevo .btn-descargarinicio {
    float: unset;
    display: block;
    width: 200px;
    margin: auto;
    padding: 1% 1.5%;
    text-align: center;
    margin-top: 1.5%;
}

.portada-detalles h3 {
    text-transform: uppercase;
    font-size: 25px;
}

.portada-detalles p {
    font-size: 14px;
}

.beneficios {
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    background-color: #006ebe;
    padding-bottom: 4%;
}

.contenedor-beneficio {
    width: 96%;
    float: left;
    height: auto;
    padding: 2%;
}

.beneficio {
    width: 30%;
    margin-right: 2%;
    background-color: #fbfdff;
    box-shadow: 2px 2px 10px #666;
    height: auto;
    float: left;
    font-family: sans-serif;
    border-radius: 5%;
    border: 5px solid white;
    display: block;
}

.enlace-caja-1 {
    width: 100%;
    border-radius: 5%;
    background-color: white;
    float: left;
    display: block;
}

.beneficio:hover {
    border: 5px solid #e8032e;
}


.beneficio-icono {
    width: 30%;
    padding: 5%;
    padding-bottom: 0px;
    float: left;
    height: auto;
    padding-right: 0px;
}

.beneficio-icono img {
    width: 100%;
}

.beneficio-tema {
    width: 60%;
    float: left;
    height: auto;
    margin-top: 15%;
}

.beneficio-tema h3 {
    text-align: center;
    text-transform: uppercase;
    color: #02548e;
}

.beneficio-definicio {
    width: 100%;
    float: left;
    height: auto;
}


.beneficio-definicio p {
    padding: 8%;
    padding-top: 4%;
    font-size: 14px;
    line-height: 200%;
    color: #02548e;
}

.formulario {
    width: 100%;
    height: auto;
    float: left;
    padding-top: 4%;
    padding-bottom: 4%;
}

.formulario h2 {
    padding-bottom: 4%;
    font-family: sans-serif;
    text-transform: uppercase;
    color: #006ebe;
    margin-left: 2%;
}

.fa-phone {
    transform: scaleX(-1);
}

.datos {
    width: 50%;
    height: auto;
    float: left;
}

.contenedor-datos {
    max-width: 387px;
    width: 100%;
    float: right;
    height: auto;
    padding: 4%;
}


.campos {
    width: 42%;
    height: auto;
    float: left;
    padding: 4%;
    padding-top: 0px;
}


.contenedor-campos {
    width: 100%;
    float: left;
    margin-top: 5%;
}

.contenedor-campos input {
    width: 96%;
    float: left;
    padding: 4%;
    padding-left: 0px;
    background-color: unset;
    border: none;
    border-bottom: 1px solid #ddd;
    outline: none;
    font-size: 14px;
}

.img-formulario {
    max-width: 54px;
    width: 100%;
    float: left;
}

.icono-formulario {
    font-size: 4vw;
    float: left;
    margin-right: 4%;
}




.titulo-dato {
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 700;
    color: #006ebe;
}

.detalle-dato {
    font-size: 14px;
    font-family: sans-serif;
}

.btn {
    color: white;
    background-color: #e8032e;
    padding: 2%;
    padding-left: 4%;
    padding-right: 4%;
    text-decoration: none;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    height: auto;
    transition: 0.5s;
    text-transform: uppercase;
    border: 1px solid #a8001f;
    border-radius: 10px;
    cursor: pointer;
    outline: none;
}

.btn-descargar {
    width: 100%;
    height: 45px;
    float: right;
    margin-top: 5%;
}


.btn-descargarinicio {
    float: right;
    margin-top: 2%;
}

.catalogo {
    width: 96%;
    height: auto;
    float: left;
    padding: 2%;
}

.catalogo h2 {
    margin-top: 2%;
    padding-bottom: 2%;
    font-family: sans-serif;
    text-transform: uppercase;
    color: white;
    text-align: center;
}


.contenedor-elementos {
    width: 5000px;
    background-color: blueviolet;
    margin: auto;
    height: auto;
    float: left;
}

.elementos {
    max-width: 356.3px;
    width: 100%;
    float: left;
    height: auto;
    background-color: aquamarine;
    margin-left: .5%;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 2px 2px 10px #666;
    margin-bottom: 1%;
    position: relative;
    cursor: pointer;
}


.elementos img {
    width: 100%;
    height: 200px;
    display: block;
}


.nombre-elemento {
    font-size: 30px;
    padding: 8%;
    font-family: sans-serif;
    background-color: white;
    color: #02548e;
}

.fecha {
    background-color: #ddd;
    color: gray;
    text-align: right;
    padding: 4%;
    font-family: sans-serif;
    font-size: 14px;
}

footer {
    width: 100%;
    background: rgba(0, 154, 218, 1);
    background: -moz-linear-gradient(left, rgba(0, 154, 218, 1) 0%, rgba(0, 29, 126, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 154, 218, 1) 0%, rgba(0, 29, 126, 1) 100%);
    background: -o-linear-gradient(left, rgba(0, 154, 218, 1) 0%, rgba(0, 29, 126, 1) 100%);
    background: -ms-linear-gradient(left, rgba(0, 154, 218, 1) 0%, rgba(0, 29, 126, 1) 100%);
    background: linear-gradient(to right, rgba(0, 154, 218, 1) 0%, rgba(0, 29, 126, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009ada', endColorstr='#001d7e', GradientType=1);

    height: auto;
    float: left;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}


.caja-linear-footer {
    width: 100%;
    float: left;
    padding-top: 4%;
    padding-bottom: 4%;
}

.nombre-footer {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 15px;
    color: white;
    margin-top: 2%;
}

.redes {
    width: auto;
    display: flex;
    justify-content: center;
    margin: auto;
    padding-top: 0px;
}

.redes i {
    width: 32px;
    height: 32px;
    line-height: 32px;
    padding: 5px;
    float: left;
    font-size: 15px;
    text-align: center;
    color: #02548e;
    background-color: white;
    border-radius: 50%;
    margin-left: 15px;
}


#contenedor-footer {
    max-width: 1180px;
    width: 100%;
    margin: auto;

}

.sinMarginRight {
    margin-right: 0px;
}

/*-------------------------------------------------------------------------*/

.columna {
    width: 20%;
    height: 100vh;
    float: left;
    background-color: #02548e;
    position: fixed;
    z-index: -1;
}

.columna-a {
    margin-top: 70px;
    width: 100%;
    float: left;
}

.columna-a a {
    width: 100%;
    color: white;
    text-decoration: none;
    float: left;
}

.ventana-crear {
    width: 100%;
    height: 500px;
    float: left;
    margin-top: 70px;
    background-color: blueviolet;
}

.body-gestion {
    background-color: #ddd;
}

.nav-gestion {
    width: 100%;
    height: 70px;
    background-color: white;
    float: left;
    position: fixed;
    z-index: 1;
}


.ventana-listado {
    width: 100%;
    float: left;
    background-color: aquamarine;
    height: 500px;
}

.contenido-gestion {
    width: 75%;
    float: right;
    margin-right: 2.5%;
    margin-top: 2.5%;
}

/*-------------------------------------------------------------------------*/


.logo-gestion {
    width: 100px;
    margin: auto;
    position: absolute;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
}

.logo-gestion img {
    width: 100%;
    margin-top: 15%;
    display: block;
}

.body-fondo,
.body-fondo-lista {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0px;
    z-index: -1;
    background: rgba(19, 229, 240, 1);
    background: -moz-linear-gradient(top, rgba(19, 229, 240, 1) 0%, rgba(235, 245, 245, 1) 60%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(19, 229, 240, 1) 0%, rgba(235, 245, 245, 1) 60%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(19, 229, 240, 1) 0%, rgba(235, 245, 245, 1) 60%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(19, 229, 240, 1) 0%, rgba(235, 245, 245, 1) 60%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(19, 229, 240, 1) 0%, rgba(235, 245, 245, 1) 60%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#13e5f0', endColorstr='#ffffff', GradientType=0);
}

.body-fondo-lista {
    height: auto;
}

.mensaje-post {
    width: 30%;
    height: auto;
    float: left;
}

.form-img {
    width: 100%;
    float: left;
}

.form-img img {
    width: 40%;
    margin: auto;
    display: block;
}

.contenedor-form {
    width: 90%;
    float: left;
    margin: 5%;
    margin-top: 0px;
    padding-bottom: 2%;
}

.fondo-form {
    width: 90%;
    background-color: #02548e;
    float: left;
    padding: 5%;
    border-radius: 10px;
}

.formulario-post {
    width: 95%;
    float: left;
    background-color: white;
    border-radius: 10px;
    padding: 2.5%;
    box-shadow: 2px 2px 10px #666;
}

.form-post {
    width: 50%;
    height: auto;
    float: right;
    overflow: hidden;
}

.mensaje-gestion {
    width: 100%;
    font-family: sans-serif;
    margin-left: 2%;
    float: left;
    margin-top: 110px;
    text-transform: uppercase;
    color: #02548e;
}


.letra-gestion {
    font-size: 27px;
    font-weight: 700;
}

.fecha-gestion {
    background-color: unset;
    border: none;
    font-size: 1.5vw;
    color: #02548e;
    outline: none;
}

.input-crear {
    width: 96%;
    float: left;
    margin: 2%;
    position: relative;
}

.input-llenar {
    width: 91.5%;
    height: 25px;
    float: left;
    padding: 4%;
    border-radius: 10px;
    outline: none;
    border: 1px solid #ddd;
}

.btn-publicar {
    color: white;
    background-color: #e8032e;
    padding: 2%;
    padding-left: 4%;
    padding-right: 4%;
    text-decoration: none;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    height: auto;
    text-transform: uppercase;
    border: 2px solid #a8001f;
    border-radius: 20px;
    cursor: pointer;
    outline: none;
    width: 80%;
    margin: 10%;
    margin-top: 5%;
    margin-bottom: 0%;
}

.acciones-gestion {
    width: 100%;
    height: auto;
    margin-top: 10%;
    float: left;
}

.accion-gestion {
    width: 96%;
    height: auto;
    float: left;
    padding: 2%;
}

.accion-gestion i {
    color: #02548e;
    font-size: 45px;
    float: left;
    width: 45px;
    margin-right: 3%;
}


.accion-gestion p {
    font-family: sans-serif;
    line-height: 45px;
}

.accion-gestion a {
    width: 80%;
    text-decoration: none;
    color: #02548e;
    padding: 3%;
    float: left;
    border: 2px solid rgb(2, 84, 142, 1);
    background-color: rgb(2, 84, 142, .1);
    border-radius: 15px;
}

.input-btn {
    width: 100%;
    height: auto;
    /*background-color: rgb(0, 174, 255);*/
    float: left;
    position: absolute;
    cursor: pointer;
    border-radius: 10px;
    border: 1px solid #ddd
        /*rgb(0, 174, 255)*/
    ;
    overflow: hidden;
}

.descripcion-file {
    width: 30%;
    float: left;
    color: white;
    font-family: sans-serif;
    line-height: 25px;
    background-color: rgb(0, 174, 255);
    padding: 4%;
    font-size: 14px;
}

.nombre-file {
    width: 50%;
    font-family: sans-serif;
    line-height: 25px;
    font-size: 14px;
    padding: 4%;
    position: absolute;
    border: none;
    outline: none;
}

.input-hiden {
    position: relative;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
}

.success {
    width: auto;
    position: absolute;
    background-color: #aeff8e;
    border-radius: 10px;
    float: left;
    padding: 1%;
    border: 2px solid #3fca08;
    bottom: 7%;
}

.success i {
    color: #3fca08;
}

.success p {
    font-family: sans-serif;
    color: #3fca08;
    float: left;
}

.danger {
    width: auto;
    position: absolute;
    background-color: #ff9eb0;
    border-radius: 10px;
    float: left;
    padding: 1%;
    border: 2px solid #e8032e;
    bottom: 7%;
}

.danger i {
    color: #e8032e;
}

.danger p {
    font-family: sans-serif;
    color: #e8032e;
    float: left;
}

.borde {
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    opacity: 0;
}

.ico-descarga {
    color: white;
    font-size: 5vw;
    margin-top: 40%;
}

.ico-check {
    position: absolute;
    color: #02548e;
    font-size: 5vw;
    top: 20%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    text-align: center;
    text-shadow: 2px 2px 10px #666;
}

.medida-contenedor {
    max-width: 1180px;
    width: 100%;
    margin: auto;
    float: left;
    overflow: hidden;
    background-color: blue;
}

.galeria-landing {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    background-color: #009ada;
    padding-top: 4%;
    padding-bottom: 4%;
}

.titulo-galeria {
    padding-bottom: 4%;
    font-family: sans-serif;
    text-transform: uppercase;
    color: white;
    margin-left: 2%;
}

.img-lista {
    width: 100%;
    position: relative;
    height: 252px;
}

div#content {
    margin: auto;
    width: 98%;
    float: none;
}

.caja-lista {
    width: 31%;
    margin-left: 1%;
    margin-right: 1%;
    position: relative;
    float: left;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 2px 2px 10px #666;
}


.img-datos {
    width: 100%;
    background-color: #02548e;
    bottom: 0;
    float: left;
    font-family: sans-serif;
}

.img-letra {
    width: 100%;
    color: white;
    float: left;
}

.img-letra p {
    padding: 4%;
    padding-bottom: unset;
}

p {
    margin-bottom: unset;
}


.img-fecha {
    width: 100%;
    color: #ddd;
    text-align: right;
    float: left;
}

.img-fecha p {
    padding-left: 4%;
    margin-right: 5%;
    margin-bottom: 5%;
    font-size: 12px;
    bottom: 0;
    right: 0;
    text-align: left;
}

.capa-img,
.capa-img-descarga {
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    text-align: center;
    opacity: 0;
}

.icono-check,
.icono-descarga {
    color: white;
    font-size: 4vw;
    margin-top: 20%;
}

.caja-listado {
    width: 68%;
    height: auto;
    float: right;
    margin-top: 12%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 15%;
}

.tabla-listado {
    width: 100%;
    float: left;
    font-family: sans-serif;
    background-color: white;
}

.tabla-listado,
.tabla-listado th,
.tabla-listado td {
    border-collapse: collapse;
}

.tabla-listado {
    border: 2px solid #e8032e;
}


thead {
    background-color: #e8032e;
    color: white;
    font-family: sans-serif;
}

tbody {
    color: gray;
}


th,
td {
    padding: 2%;
    text-align: left;
}

tr {
    border-bottom: 1px solid #ddd;
}

td {
    width: 22%;
}

.id_ocultar {
    display: none;
}

td a {
    color: #02548e;
    padding: 4%;
    font-size: 1.5vw;
    text-decoration: none;
}

.btn-posts {
    position: unset;
    float: right;
    margin: 0;
    width: auto;
    margin-bottom: 4%;
    margin-left: 2%;
}

.listado-div {
    width: 100%;
    float: left;
    border-radius: 15px;
    overflow: hidden;
}

#itemContainer,
.u-titulo {
    width: 100%;
    float: left;
    list-style: none;
    font-family: sans-serif;
}

.li-color {
    background-color: #e8032e;
    color: white;
    width: 20%;
    float: left;
    list-style: none;
}

.li-color p {
    text-align: center;
    padding: 6%;
    text-transform: uppercase;
    font-weight: 700;
}

.li-tema {
    width: 100%;
    float: left;
    background-color: white;
    list-style: none;
    border-bottom: 1px solid #ddd;
}

.li-tema div {
    width: 20%;
    float: left;
}

.li-tema p {
    text-align: center;
    padding: 4%;
    color: gray;
}

.div-iconos {
    text-align: center;
}

.div-iconos a {
    text-decoration: none;
    font-size: 2vw;
    padding: 4%;
}

.actualizar {
    color: #02548e;
}

.eliminar {
    color: #e8032e;
}

.holder {
    float: left;
    margin-top: 2%;
}

.holder span {
    font-size: 12px;
    cursor: pointer;
    color: #02548e;
    text-decoration: none;
    font-size: 14px;
    padding-bottom: 1%;
    padding-top: 1%;
    padding-right: 15px;
    padding-left: 15px;
    background-color: white;
}

.mensaje-accion {
    color: white;
    font-family: sans-serif;
    text-align: center;
    text-transform: uppercase;
    margin-top: 20%;
    text-shadow: 2px 2px 10px #666;
}

.botones-accion {
    width: 100%;
    margin: auto;
    text-align: center;
    margin-top: 5%;
}

.btn-accion {
    position: unset;
    margin: 0;
}

.validacion-ocultar {
    background-color: #02548e;
    font-family: sans-serif;
    float: left;
    text-align: center;
    padding: 4%;
    border-radius: 15px;
    visibility: hidden;
    top: 20%;
    position: absolute;
}

.validacion-ocultar h2 {
    width: 100%;
    float: left;
    margin-bottom: 5%;
    color: white;
}

.validacion-ocultar a {
    text-decoration: none;
    padding: 2%;
    background-color: #02548e;
    color: white;
    margin: 2%;
}

.c-validacion-centrar {
    width: 50%;
    margin: auto;
}

.validacion-centrar {
    width: 100%;
    left: auto;
    right: auto;
    margin-left: auto;
    margin-right: auto;
    top: 150px;
    background-color: #02548e;
    text-align: center;
    color: white;
    font-family: sans-serif;
    padding: 4%;
    position: relative;
    border-radius: 15px;
    box-shadow: 2px 2px 10px #666;
    float: left;
}

.validacion-centrar h2 {
    text-transform: uppercase;
    margin-bottom: 2.5%;
}

.validacion-centrar a {
    text-decoration: none;
    color: white;
    background-color: #e8032e;
    padding: 2%;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid #a8001f;
}

.eliminar-id,
.cancelar-id {
    width: 150px;
    text-decoration: none;
    color: white;
    background-color: #e8032e;
    padding: 4% 2%;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid #a8001f;
    float: left;
    margin: 2%;
    cursor: pointer;
    font-size: 20px;
    display: block;
}

.centrar-botones-eliminar {
    width: 100%;
    float: left;
    margin: auto;
    text-align: center;
    display: grid;
}

.centrar-botones-eliminar form {
    display: flex;
    margin: 0 auto;
}

.validacion-fondo,
.validacion-accion {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 5;
}

.block {
    display: block;
}

/*
.apagado{
    opacity: .5;
}
*/

.encendido {
    display: none;
}

.titulo-descarga {
    width: 100%;
    float: left;
    text-align: center;
    font-family: sans-serif;
    color: white;

}

.titulo-descarga h2 {
    padding: 4%;
    font-size: 4.5vh;
    text-shadow: 2px 2px 10px #666;
    text-transform: uppercase;
}

.img-descargar {
    width: 95%;
    padding: 2.5%;
    float: left;
    margin-bottom: 4%;
    text-align: center;
    font-family: sans-serif;
    color: white;
}

.centrar-caja-descargar {
    width: 30%;
    margin: auto;
}


.btn-descarga {
    width: 100%;
    float: left;
    text-align: center;
}

.btn-des {
    width: 150px;
    position: unset;
    margin: unset;
    padding: 1% 1%;
    border-radius: 15px;
}

.fondo-descarga {
    width: 100%;
    position: absolute;
    z-index: -2;
    height: 100vh;
    top: 0px;
}

.fondo-descarga img {
    width: 100%;
    height: 100vh;
    display: block;
}

.caja-info {
    width: 100%;
    float: left;
}

.select-landing select {
    width: 100%;
    height: 50px;
    float: left;
    background-color: white;
    padding-left: 2%;
    padding-right: 4%;
    outline: none;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-size: 16px;
}

.caja-nivel {
    width: 31.3%;
    margin-right: 1%;
    height: auto;
    float: left;
    margin-bottom: 2.5%;
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.caja-nivel:last-child {
    margin-right: 0px;
}

.caja-nivel a {
    width: 100%;
    float: left;
    text-decoration: none;
    text-align: center;
}

.caja-nivel p {
    padding: 4%;
    color: white;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 25px;
}

#nivel-uno p {
    background-color: #6dd15c;
}

#nivel-dos p {
    background-color: #008efe;
}

#nivel-tres p {
    background-color: #f93249;
}

.caja-nivel i {
    font-size: 50px;
    padding: 2%;
    line-height: 150px;
    color: #febe16;
}

.catalogo h2 {
    color: #02548e;
}

#nivel .caja-material {
    width: 74%;
    float: left;
    height: auto;
}


#nivel .caja-material .titulo {
    width: 100%;
    display: grid;
    text-align: center;
}

#nivel .titulo ul {
    display: flex;
    margin: 0 auto;
    text-align: center;
}

#nivel .titulo ul li {
    width: 150px;
    list-style: none;
    font-family: sans-serif;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    background-color: #f6f8f9;
    border: 1px solid #efeff1;
    margin: 0px;
    padding: 0px;
}

#nivel .titulo ul li a {
    width: 100%;
    height: 44px;
    line-height: 44px;
    color: rgba(0, 0, 0, 0.8);
    padding: 0 20px;
    display: block;
}

#nivel .titulo ul li a:hover {
    text-decoration: none;
}

/* #nivel .titulo ul li:first-child{
    border-bottom: 3px solid #02548e;
    color: #02548e;
    font-weight: 600;
} */

#nivel .titulo ul li .li_activado {
    border-bottom: 3px solid #02548e;
    color: #02548e;
    font-weight: 600;
}

#nivel .caja-lista {
    width: 100%;
    height: auto;
    float: left;
    box-shadow: none;
}

#nivel .contenedor-miniaturas {
    width: 92%;
    padding: 4%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    position: relative;
}

#nivel .contenedor-miniaturas .miniatura {
    height: auto;
    background-color: #02548e;
    position: relative;
}

/* #nivel .caja-principal-pdf{
   display: none;
} */

#nivel .caja-pdfs .miniatura {
    height: auto;
}

#nivel .miniatura img {
    width: 100%;
    display: block;
    cursor: pointer;
    max-height: 200px;
}

.nivel-modal {
    width: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.8);
    height: 100vh;
    display: none;
    z-index: 5;
}

.nivel-modal .contenedor {
    width: 90%;
    padding: 5%;
    padding-top: 0px;
    padding-bottom: 0px;
    float: left;
    height: auto;
    background-color: white;
    margin: auto;
    margin-top: 5%;
}

.nivel-centrar-modal {
    width: 50%;
    margin: auto;
    position: relative;
}

.nivel-cerrar-icono {
    background-color: #e8032e;
    color: white;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 35px;
    padding: 1%;
    float: right;
    position: absolute;
    right: 0px;
    cursor: pointer;
}

.nivel2 .nivel-cerrar-icono {
    padding: unset;
}

.nivel2 .nivel-modal .contenedor {
    width: 100%;
}

.btn-posts {
    width: 150px;
    padding: 1.5% 1%;
}


.btn-revisar {
    color: black;
    font-family: sans-serif;
    font-size: 20px;
    margin-top: 2%;
    display: block;
    text-transform: uppercase;
}

.btn-descargar-ok {
    width: 100%;
    text-align: center;
    font-size: 18px;
    background-color: blueviolet;
    float: left;
}

.btn-descargar-ok label {
    position: absolute;
    background-color: #a8001f;
    color: white;
    font-family: sans-serif;
    width: auto;
    padding: 3%;
    left: 0px;
    right: 0px;
    margin: auto;
    margin-top: 30%;
    width: 70%;
    cursor: pointer;
    z-index: 3;
}

.btn-descargar-ok .color-negro {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: black;
    opacity: .5;
    z-index: 2;
    top: 0px;
}

.contenedor-btn-ok {
    display: none;
}

#nivel .miniatura:hover .contenedor-btn-ok {
    display: block;
}


.caja-filtar-nivel {
    width: 20%;
    height: 500px;
    float: left;
    padding: 2%;
    margin-right: 1%;
    font-family: sans-serif;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.caja-filtar-nivel p {
    margin-bottom: 15%;
    font-size: 20px;
    color: #02548e;
}


.caja-filtar-nivel ul {
    width: 90%;
    float: left;
    list-style: none;
    margin-right: 10%;
}

.caja-filtar-nivel li {
    width: 100%;
    float: left;
    margin-bottom: 5%;
    cursor: pointer;
}



.caja-filtar-nivel li a {
    color: black;
    text-decoration: none;
}

#nivel .miniatura-nivel-img img {
    max-height: unset;
    height: auto;
}

.caja-sin-material {
    width: 100%;
    float: left;
    font-family: sans-serif;
    text-align: center;
    font-size: 25px;
    margin-top: 15%;
}


.img-miniatura-landing {
    width: 50%;
    height: auto;
    margin: auto;
    display: block;
}

.titulo-materiales {
    text-align: center;
    padding: 2%;
    color: #02548e;
    font-size: 40px;
    font-family: sans-serif;
}

.caja-filtar-nivel li a {
    width: 95%;
    padding: 8% 0%;
    padding-left: 5%;
    float: left;
}

.contenedor-regresar-nivel {
    width: 100%;
    float: left;
    display: block;
    margin-bottom: 5%;
}

.contenedor-regresar-nivel a {
    width: 200px;
    padding: 1% 2% 1% 2%;
    margin: auto;
    display: block;
}

.caja-contenedor-nivel {
    width: 100%;
    float: left;
}

.fa-star {
    color: #fab005;
}

.border-activado {
    border: 2px solid #02548e;
    border-radius: 10px;
}

#nivel .caja-filtar-nivel {
    padding: 0px;
    margin-right: 0px;
}

h2 {
    margin-bottom: 0px;
}


.caja_v2_portada {
    width: 30%;
    top: 30%;
    position: absolute;
    left: 8%;
    color: white;
    font-family: sans-serif;
}

.caja_v2_portada h2{
    font-size: 2.5em;
}

.caja_v2_portada p{
    margin: 3% 0px 3% 0px;
}

.caja_v2_portada button{
    width: 250px;
    height: 60px;
    line-height: 60px;
    background-color: #e8032e;
    color: white;
    font-size: 18px;
    border: none;
    border-radius: 10px;
    cursor: pointer;

    margin-top: 0px;
    float: unset;
}

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

    .caja_v2_portada{
        width: 100%;
        position: relative;
        display: block;
        top: 0px;
        left: 0px;
        float: left;
        text-align: center;
        background-color: #006ebe;
        padding: 4% 0px 4% 0px;
        border: none;
        margin: 0px;
    }

    .caja_v2_portada button{
        width: 95%;
    }

    .nivel-centrar-modal {
        width: 95%;
        display: block;
        margin-bottom: 5%;
    }

    .caja-filtar-nivel {
        width: 100%;
        text-align: center;
        height: auto;
        border-right: none;
    }

    .caja-filtar-nivel p {
        text-align: center;
        margin-bottom: 5%;
    }

    .caja-filtar-nivel ul {
        width: 98%;
        margin: 1%;
        margin-right: 0px;
    }

    .caja-filtar-nivel li {
        width: 33%;
    }

    .caja-filtar-nivel li a span {
        width: 100%;
        float: left;
    }

    #nivel .caja-material {
        width: 100%;
    }


    .contenedor-regresar-nivel a {
        width: 95%;
        margin: 2%;
        padding: 0px;
        height: 45px;
        line-height: 45px;
    }

    .caja-nivel {
        width: 99%;
        margin: 0px;
        margin: auto;
        margin-bottom: 5%;
    }


    .beneficio {
        width: 99%;
        margin-bottom: 2%;
    }

    .mensaje-post {
        width: 100%;
        height: auto;
    }


    .fecha-gestion {
        font-size: 7vw;
        text-align: center;
    }

    .mensaje-gestion {
        margin-left: 0px;
    }

    .descripcion-file {
        width: auto;
    }

    .letra-gestion {
        width: 100%;
        float: left;
        font-size: 7vw;
        text-align: center;
        padding: 0px;
        margin: 0px;
    }


    .mensaje-gestion {
        text-align: center;
        margin-top: 20%;
        float: left;
    }

    .u-titulo {
        display: none;
    }

    .li-tema div {
        width: 100%;
    }

    .div-iconos a {
        font-size: 7vw;
    }

    .beneficio-icono {
        width: 20%;
    }

    .formulario h2 {
        font-size: 16px;
        text-align: center;
    }

    .portada-detalles p {
        margin-bottom: 5%;
    }

    .contenedor-beneficio {
        margin-top: 5%;
    }

    .btn-descargarinicio {
        position: unset;
        float: unset;
    }

    .letra-menu {
        width: 40%;
        gap: 0px;
    }

    .letra-menu a {
        font-size: 5vw;
    }

    .caja-lista {
        width: 98%;
        margin-bottom: 4%;
    }

    .datos,
    .campos {
        width: 92%;
        padding: 4%;
    }

    .contenedor-datos {
        float: left;
        padding: 2%;
    }

    .portada-detalles {
        width: 100%;
        display: block;
        position: unset;
        background-color: #006ebe;
        margin: 0px;
        float: left;
        text-align: center;
    }

    .icono-descarga {
        font-size: 10vw;
    }

    .logo {
        width: 30%;
    }

    .caja-listado {
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
    }

    .form-post {
        width: 100%;
        float: left;
        height: auto;
    }

    .centrar-nuevo .btn-descargarinicio {
        padding: 4% 0%;
        font-size: 16px;
    }

    #nivel .contenedor-miniaturas {
        grid-template-columns: repeat(1, 1fr);
    }

    #nivel .titulo ul li {
        width: auto;
    }

}