@font-face {
	font-family: 'Abril';
	src: url('../font/AbrilFatface-Regular.ttf');
}
@font-face {
	font-family: 'Actor';
	src: url('../font/font/Actor-Regular.ttf');
}
@font-face {
	font-family: 'Bitter:400,700';
	src: url('../font/Bitter-VariableFont_wght.ttf');
}
@font-face {
	font-family: 'Cuprum';
	src: url('../font/Cuprum-VariableFont_wght.ttf');
}
@font-face {
	font-family: 'Lora';
	src: url('../font/Lora-VariableFont_wght.ttf');
}
@font-face {
	font-family: 'Source+Sans+Pro:300,400,700';
	src: url('../font/Lora-VariableFont_wght.ttf');
}
@font-face {
	font-family: 'Michroma';
	src: url('../font/Michroma-Regular.ttf');
}
@font-face {
	font-family: 'Prompt';
	src: url('../recursos/font/SourceSansPro-Regular.ttf');
}
@font-face {
	font-family: 'Bank';
	src: url('../recursos/font/BIZUDPGothic-Regular.ttf');
}
@font-face {
	font-family: 'Rubik';
	src: url('../recursos/font/Rubik-VariableFont_wght.ttf');
}
@font-face {
	font-family: 'Rubik-Italic';
	src: url('../recursos/font/Rubik-Italic-VariableFont_wght.ttf');
}
@font-face {
	font-family: 'SpecialElite';
	src: url('../recursos/font/SpecialElite-Regular.ttf');
}

:root {
  --filo: #b4fd9e;
  --fondo1: #1b1b1b;
  --fondo2: #333333;
  --barra_fondo: #1c53b8;
  --barra_active: #05075f;
  --Bank: 'Bank';
  --Michroma: 'Michroma';
  --Prompt: 'Prompt';
  --Lora: 'Lora';
  --Rubik: 'Rubik';
  --SpecialElite: "SpecialElite";
  --color1:#1c759e;
  --color2:rgb(200, 200, 200);
  --color3:rgb(200, 200, 160);
  --fondoPagina: rgb(255, 255, 255);
  --size_texto: 1.7em;
  --size_texto2: 1.3em;
}

*, *:before, *:after {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}
html {
    box-sizing: border-box;
}
input {
    border: 1px solid #cacaca;
    width: -webkit-fill-available !important;
}
#grado_t {
    font-size: 1.1em;
    font-weight: 700;
    text-align: center;
}
body {
    background-color: #b8e6b8;
    background: var(--fondoPagina);
   /*  background: linear-gradient(55deg, rgb(112 132 231),  rgb(248 251 255)); */
    font-family: var(--Rubik);
    text-align: justify;
    overflow-x: hidden;
    padding: 10px;
}
#nivel {
    font-size: 2em;
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 10px 0;
    background-color: #595ab7;
}
#contenedor {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
}
table {
    margin: 0 auto;
}
#boton {
    background-color: #4d9d41;
    color: white;
    font-size: 1.1em;
    padding: 4px 8px;
    border-radius: 5px;
    border: 1px solid white;
}
#boton:hover {
    background-color: #181a91;
    cursor: pointer;
}
#boton2 {
    background-color: #565bc1;
    color: white;
    font-size: 1.1em;
    padding: 4px 8px;
    border-radius: 5px;
    border: 1px solid white;
}
#boton2:hover {
    background-color: #080a50;
    cursor: pointer;
}

.datagrid table { 
    border-collapse: collapse; text-align: left; width: 90%; 
    margin-top: 20px;
    margin-bottom: 20px;
} 
.datagrid {
    font: normal 15px/150% Arial, Helvetica, sans-serif; 
    background: #fff; overflow: hidden; 
    border: 1px solid #bbd9b6;
    border-radius: 10px;
    box-shadow: 2px 2px 3px #bbb;
}

#PackPrimaria {
    width: 100%;
}
#biblias {
    margin-left:10%;
}
.datagrid table td, .datagrid table th { 
    padding: 4px; 
}
.datagrid table thead th {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7ab572), color-stop(1, #468a3b) );
    background:-moz-linear-gradient( center top, #7ab572 5%, #468a3b 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7ab572', endColorstr='#275420');
    background-color:#7ab572; color:#FFFFFF; 
    font-size: 13px; font-weight: bold; 
    border-left: 2px solid #7ab572; 
} 
.datagrid table thead th:first-child { border: none; }
.datagrid table tbody td { 
    color: #275420; border-left: 1px solid #C6FFC2;
    font-size: 12px;font-weight: normal; }
.datagrid table tbody .alt td { 
    background: #DFFFDE; color: #275420; 
}
.datagrid table tbody td:first-child { border-left: none; 
}
.datagrid table tbody tr:last-child td { border-bottom: none; }
.datagrid table tfoot td div { border-top: 1px solid #36752D;background: #DFFFDE;} 
.datagrid table tfoot td { padding: 0; font-size: 12px } 
.datagrid table tfoot td div{ padding: 2px; }
.datagrid table tfoot td ul { margin: 0; padding:0; list-style: none; text-align: right; }
.datagrid table tfoot  li { display: inline; }
.datagrid table tfoot li a { text-decoration: none; display: inline-block;  
    padding: 2px 8px; margin: 1px;color: #FFFFFF;border: 1px solid #36752D;
    -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; 
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #36752D), color-stop(1, #275420) );
    background:-moz-linear-gradient( center top, #36752D 5%, #275420 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#36752D', endColorstr='#275420');
    background-color:#36752D; }.datagrid table tfoot ul.active, 
.datagrid table tfoot ul a:hover { text-decoration: none;
    border-color: #275420; color: #FFFFFF; background: none; background-color:#36752D;}

    .datagrid2 table { 
        border-collapse: collapse; text-align: left; width: 90%; 
        margin-top: 20px;
        margin-bottom: 20px;
    } 
    .datagrid2 {
        font: normal 15px/150% Arial, Helvetica, sans-serif; 
        background: #fff; overflow: hidden; 
        border: 1px solid #bbd9b6;
        border-radius: 10px;
        box-shadow: 2px 2px 3px #bbb;
    }
    .datagrid2 table td, .datagrid2 table th { 
        padding: 4px; 
    }
    .datagrid2 table thead th {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a2cefa), color-stop(1, #5353c5) );

        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7ab572', endColorstr='#275420');
        background-color:#5353c5; color:#1b2b4f; 
        font-size: 13px; font-weight: bold; 
        border-left: 2px solid #9bb6f0; 
    } 
    .datagrid2 table thead th:first-child { border: none; }
    .datagrid2 table tbody td { 
        color: #303773; border-left: 1px solid #C6FFC2;
        font-size: 12px;font-weight: normal; }
    .datagrid2 table tbody .alt td { 
        background: #DFFFDE; color: #303773; 
    }
    .datagrid2 table tbody td:first-child { border-left: none; 
    }
    .datagrid2 table tbody tr:last-child td { border-bottom: none; }
    .datagrid2 table tfoot td div { border-top: 1px solid #2d3b75;background: #DFFFDE;} 
    .datagrid2 table tfoot td { padding: 0; font-size: 12px } 
    .datagrid2 table tfoot td div{ padding: 2px; }
    .datagrid2 table tfoot td ul { margin: 0; padding:0; list-style: none; text-align: right; }
    .datagrid2 table tfoot  li { display: inline; }
    .datagrid2 table tfoot li a { text-decoration: none; display: inline-block;  
        padding: 2px 8px; margin: 1px;color: #FFFFFF;border: 1px solid #2250cd;
        -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; 
        background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d7ac9), color-stop(1, #164cc1) );
        background:-moz-linear-gradient( center top, #4984d7 5%, #2174d3 100% );
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#36752D', endColorstr='#275420');
        background-color:#1a44cf; }.datagrid table tfoot ul.active, 
    .datagrid2 table tfoot ul a:hover { text-decoration: none;
        border-color: #2b26c7; color: #FFFFFF; background: none; background-color:#1c6fdc;}