﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /*scrollbar-width: none;*/
    font-family: Gabarito !important;
}

*, ::before, ::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



body {
    background-color: white;
    margin: 0;
    font-family: Gabarito;
    padding-bottom: 100px;
    color: #212121;
}

.font1 {
    color: #267bb4;
    font-weight: 200;
    font-family: Gabarito;
    font-size: 21px;
}

.templateTitle {
    background-position: center;
    background-image: url('Images/header.png');
    background-repeat: no-repeat;
    background-color: transparent;
    margin: 0px;
    width: 175px;
    height: 100px;
    padding: 0;
}

.body {
    background-color: #fcfcfc;
    margin: 0;
    font-family: Gabarito;
    padding-bottom: 100px;
    color: #212121;
    width: 100%;
    padding: 20px;
}

.font {
    font-family: Gabarito;
    font-size: 21px;
}

ul {
    list-style: none;
}

a:visited {
    color: #131313;
}

.header {
    background-color: whitesmoke;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 4;
    height: 55px;
}

.header-s0 {
    display: grid;
    grid-template-areas:
        "."
        ".";
    grid-template-rows: 1fr 1fr;
    width: 100%;
    height: fit-content;

}

.img{
    width: 5%;
}

.header-s1 {
    display: grid;
    grid-template-areas: ". .";
    width: 100%;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.header-s2 {
}

img.logo {
    height: 100%;
    padding: 3%;
    backdrop-filter: blur(5px);
}

.nav {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(255, 255, 255, 0.596);
    backdrop-filter: blur(9px);
    overflow: hidden;
    top: 0;
    z-index: -1;
}

ul.menu {
    padding-top: 40px;
}

.menu a {
    width: 100%;
    display: block;
    padding: 25px;
    color: rgb(0, 0, 0);
    border-bottom-style: solid;
    border-bottom-color: #63acd3;
    border-bottom-width: 1px;
}

    .menu a:hover {
        background-color: #25618a;
        color: white;
    }

.nav {
    max-height: 0;
    transition: max-height .5s ease-out;
    padding-left: 10%;
    overflow-y: scroll;
}

.hamb {
    float: right;
    padding: 25px;
}

.hamb-line {
    background: rgb(4, 82, 112);
    display: block;
    height: 3px;
    position: relative;
    width: 24px;
}

    .hamb-line::before,
    .hamb-line::after {
        background: rgb(4, 82, 112);
        content: '';
        display: block;
        height: 100%;
        position: absolute;
        transition: all .2s ease-out;
        width: 100%;
    }

    .hamb-line::before {
        top: 8px;
    }

    .hamb-line::after {
        top: -8px;
    }

.side-menu {
    display: none;
}

    .side-menu:checked ~ nav {
        max-height: 100%;
    }

    .side-menu:checked ~ .hamb .hamb-line {
        background: transparent;
    }

        .side-menu:checked ~ .hamb .hamb-line::before {
            transform: rotate(-45deg);
            top: 0;
        }

        .side-menu:checked ~ .hamb .hamb-line::after {
            transform: rotate(45deg);
            top: 0;
        }

body:has(.side-menu:checked) {
    overflow: hidden;
}

footer {
    display: flex !important;
    background-color: #f6f6f6;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 2%;
    flex-direction: row;
    justify-content: space-around;
    text-align: center;
    z-index: 2;
    p

{
    font-size: 12px;
}

}



.footer {
    display: flex !important;
    background-color: #f6f6f6;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 2%;
    flex-direction: row;
    justify-content: space-around;
    text-align: center;
    z-index: 2;
    p

{
    font-size: 12px;
}

}

svg {
    width: 35px;
    max-width: 70px;
}

a.menu {
    color: #4f88a6;
    fill: #4f88a6;
    width: 20%;
}

a.menuact {
    background-color: #4f88a6;
    color: #eeeeee;
    fill: #eeeeee;
    width: 20%;
    border-radius: 10px;
    margin-block: -20px;
    padding-top: 15px;
}

.cliente {
    width: 100%;
    position: relative;
    margin-bottom: -25px;
    z-index: -1;
    max-height: 35vh;
    object-fit: contain;
}

.enfila {
    width: 100%;
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    color: #1b6794;
}

.switch {
    font-size: 1rem;
    position: relative;
    display: inline-block;
    width: 50px;
    height: 30px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    inset: 0;
    height: 30px;
    padding: 5px;
    background-color: #e2e2e2;
    transition: 0.6s;
    border-radius: 15px;
    box-shadow: inset 0 3px 3px #05050541;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        border-radius: 10px;
        background-color: rgb(255, 255, 255);
        transition: 0.4s;
    }

input:checked + .slider:before {
    transform: translateX(18px);
}

input:checked + .slider {
    background: #1b6794;
}

h1 {
    width: max-content;
    color: white;
    background-color: var(--color3-);
    color: white !important;
    margin-top: 0 !important;
    padding: 1%;
    padding-inline: 3%;
    z-index: 1;
    font-size: 21px !important;
    align-content: center;
    /*box-shadow: #20202052 0px 0px 10px;*/
}

.h1 {
    width: 100%;
    background-color: rgb(255, 255, 255);
    color: #1b6794 !important;
    margin-top: 0 !important;
    padding: 1%;
    padding-inline: 3%;
    z-index: 1;
    font-size: 20px !important;
    /*box-shadow: #20202052 0px 0px 10px;*/
}

div.contenido {
    padding-left: 80px;
    padding-right: 20px;
    z-index: 9;
}

.ContentDinamico {
    padding-inline: 3%;
    padding-bottom: 10px;
    padding-top: 20px;
}

.cont2 {
    padding-bottom: 150px;
}

img.msg {
    width: 100%;
    box-shadow: #20202052 0px 0px 15px;
}

h2 {
    color: var(--color3-) !important;
    font-weight: 100 !important;
    font-size: 21px !important;
}

.h2-margen0 {
    margin-top: 0;
    margin-bottom: 0;
}

.h3 {
    color: var(--color3-) !important;
    font-weight: 100;
    font-size: 15px !important;
}

.h3PP {
    color: black !important;
    font-size: 21px !important;
}

.lblPagar {
    font-size: 21px;
    text-align: end;
    font-weight: bold;
}

a {
    text-decoration: none;
    color: #131313;
}

.a {
    text-decoration: none;
    color: #131313;
}

.footer1{
    display: none !important;
}


.contacto {
    display: flex;
    justify-content: space-around;
    margin-bottom: 5%;
    a

{
    width: 45%;
}

}

.contacto2 {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    margin-bottom: 5%;
    align-items: center;
    a

{
    width: 45%;
}

img {
    width: 30px;
}

}

.svg {
    box-shadow: #000000ab 5px 5px 20px;
    border-radius: 7vw;
}

iframe {
    padding-inline: 10%;
    width: 100%;
}

p {
    font-size: 21px;
}

div.titulo {
    display: flex;
    gap: 10px;
    align-items: center;
}

img.back {
    width: 20px;
}

.select {
    font-family: Gabarito;
    font-size: 21px;
    background-color: white;
    border: none;
    border-bottom-style: solid;
    border-bottom-color: var(--color2-);
    border-width: 5px;
    width: 100%;
    padding: 5px;
    border-radius: 10px;
}

.select2 {
    font-family: Gabarito !important;
    font-size: 17px !important;
    background-color: white;
    border: none;
    border-bottom-style: solid;
    border-bottom-color: var(--color2-);
    border-width: 5px;
    width: 100%;
    border-radius: 10px;
}

.sel2{
    width: 100%;
    max-width: 400px;
}

.dropdown-container select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(Images/seleccion_1.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position-x: 97%;
    background-position-y: 12px;
    appearance: none;
    padding-right: 30px;
}

    /* for IE10 */
    .dropdown-container select::-ms-expand {
        display: none;
        background-image: url(Images/seleccion_1.svg);
        background-size: 20px;
        background-repeat: no-repeat;
        background-position-x: 97%;
        background-position-y: 12px;
        position: sticky;
        appearance: none;
        padding-right: 30px;
    }

input {
    font-size: 21px;
    width: 100%;
    background-color: white;
    border: none;
    border-bottom-style: solid;
    border-bottom-color: var(--color2-);
    border-width: 5px;
    padding: 5px;
    border-radius: 10px;
}

.option {
    background-color: #e7e7e7;
}

    .option::before {
        background-color: var(--color3-);
    }

img.cal {
    width: 100%;
}

div.msg {
    padding: 10px;
    display: flex;
    border-radius: 15px;
    border-style: solid;
    border-color: #1b6794;
    border-width: 3px;
    justify-content: space-between;
    box-shadow: #20202052 0px 0px 10px;
}

div.boton {
    font-size: 21px;
    padding: 10px;
    width: 40%;
    border-radius: 15px;
    border-style: solid;
    border-color: var(--color3-);
    border-width: 5px;
    text-align: center;
    box-shadow: #20202052 0px 0px 10px;
}

p.num {
    background-color: #1b6794;
    color: whitesmoke;
    border-radius: 50px;
    padding-inline: 10px;
    padding-top: 3px;
    font-size: 17px;
}

.mas {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 20px 20px;
    grid-auto-flow: row;
    grid-template-areas:
        ". ."
        ". ."
        ". .";
}

.ruta {
    box-shadow: #20202052 2px 2px 5px;
    padding: 5%;
    border-radius: 10px;
    font-size: 21px;
    height: 100%;
}

img.iconm {
    width: 40%;
}

.alumnos {
    display: grid;
    grid-template-columns: 0.5fr 1.8fr;
    gap: 5px;
    grid-template-rows: 0.1fr;
}

.alumnof {
    grid-area: 1 / 1 / 2 / 3;
    background-color: var(--color4-);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.datosf {
    grid-area: 2 / 1 / 3 / 3;
    background-color: var(--color2-);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.foto {
    grid-area: 1 / 1 / 3 / 2;
    background-color: white;
    background-image: url(Images/alumno.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-block: -10px;
    border-radius: 10px;
    padding: 5px;
    box-shadow: #20202052 2px 2px 5px;
    align-content: center;
    width: 100%;
    max-width: 130px;
    aspect-ratio: 5/6;
    img

{
    width: 100%;
}

}

.foto2 {
    display: grid;
    grid-area: 1 / 1 / 4 / 2;
    background-color: white;
    background-image: url(Images/alumno.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-block: -10px;
    border-radius: 10px;
    padding: 0px;
    align-content: center;
    aspect-ratio: 5/6;
    width: 250px;
    padding: 5px;
    box-shadow: #20202052 2px 2px 5px;
}

.opciones {
    margin-top: 5px;
    grid-area: 3 / 2 / 4 / 3;
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    padding-right: 5px;
    /*    grid-area: 3 / 2 / 4 / 3;
    display: flex;
    justify-content: space-around;
    padding-right: 5px;*/
}

.datos {
    grid-area: 2 / 2 / 3 / 3;
    color: white;
    padding-left: 10px;
    text-transform: uppercase;
}

.alumno {
    display: grid;
    grid-template-columns: 1.7fr 0.3fr;
    grid-template-rows: 1fr;
    gap: 0px 0px;
    grid-template-areas:
        "nombre editar";
    grid-area: 1 / 2 / 2 / 3;
    padding-block: 5px;
}

.nombre {
    grid-area: nombre;
    color: white;
    padding-left: 10px;
    text-transform: uppercase;
}

.editar {
    grid-area: editar;
    padding-right: 5px;
    align-self: start;
}

@media only screen and (min-width: 1300px) {
    .editar a {
        vertical-align: top;
        width: 70% !important;
    }
}

@media only screen and (min-width: 700px) and (max-width: 1190px) {
    .editar a {
        vertical-align: top;
        width: 70% !important;
    }
}

.btnEdit {
    background-color: var(--color2-);
}

svg.edit {
    fill: whitesmoke;
    width: 50%;
}

.bot1 {    
    border-radius: 7px;        
    border-style: solid;
    border-width: 1px;
    border-color: var(--color1-);
    font-size: 15px;
    width: 100%;
    border-radius: 1px;
    box-shadow: #2020202c 2px 2px 5px;
    color: black;
}

.bot {
    text-align: center;
    border-radius: 7px;
    margin-inline: 2px;
    padding: 5px;
    border-style: solid;
    border-width: 3px;
    border-color: var(--color2-);
    font-size: 15px;
    width: 100%;
    box-shadow: #2020202c 2px 2px 5px;
    color: black ;
}

    .bot:hover {
        border-color: var(--color2-) !important;
        background-color: var(--color2-) !important;
        color: white;
        cursor: pointer;
    }

.ExamCont {
    display: grid;
    grid-template-areas:
        "alumnoC"
        "fechaC"
        "qrCode";
    text-align: left;
    grid-template-columns: 1fr;
    font-size: 21px;
}

.alumnoC {
    grid-area: alumnoC;
    padding-bottom: 15px;
}

.fechaC {
    grid-area: fechaC;
    padding-bottom: 15px;
}

.qrCode { 
    grid-area: qrCode;
    padding-bottom: 15px;
}

.btn1 {
    width: fit-content;
    font-size: 24px !important;
    white-space: break-spaces;
}

.btn3 {
    width: fit-content;
    font-size: 21px !important;
    white-space: break-spaces;
}

.preguntaContainer {
    border-style: solid;
    border-width: 3px;
    border-radius: 15px;
    padding: 10px 15px;
    border-color: #324589;
    font-size: 21px;
}

.buttonPP {
    background-color: darkorange;
    color: white;
    width: 100% !important;
    word-break: auto-phrase;
    white-space: normal;
    display: flow;
    text-align: center;
    border-radius: 7px;
    margin-inline: 2px;
    padding: 5px;
    border-style: solid;
    border-width: 3px;
    border-color: darkorange;
    font-size: 19px;
    box-shadow: #2020202c 2px 2px 5px;
}

    .buttonPP:hover {
        background-color: #0176d6;
        border-color: #0176d6;
        color: white;
    }

.inputPP {
    font-size: 18px;
    background-color: white;
    border: none;
    border-style: solid;
    border-color: #5693b1;
    border-width: 5px;
    padding: 5px;
    border-radius: 10px
}

.spacer {
    padding-top: 80px;
}

.cta {
    display: grid;
    grid-template-columns: 1fr 0.1fr 1fr 0.1fr 1fr;
    text-align: center;
    padding: 10px 0;
    grid-template-areas: "bacin1 . bacin2 . bacin3";
    margin-bottom: 10px;
}

@media only screen and (max-width: 512px)  {
    .cta {
        display: grid;
        grid-template-columns: 1fr 0.01fr 1fr;
        text-align: center;
        padding: 10px 0;
        grid-template-areas:
            "bacin1 . bacin2"
            "bacin3 bacin3 bacin3";
        margin-bottom: 10px;
        gap: 10px;
    }
}

.active {
    background-color: var(--color4-);
    color: whitesmoke;
    padding: 9px;
    border-radius: 13px;
    border-bottom-color: var(--color4-);
    border-width: 0px !important;
}

.unactive {    
    padding: 9px;
    background-color: #eeeeee;
    border-radius: 13px;    
    border-bottom-color: #eeeeee;
    border-width: 0px !important;
    color: darkgray;
}

.unactive:hover {
        background-color: #3272a6;
        color: whitesmoke;
        cursor: pointer;
    }

.btnacin1 {
    grid-area: bacin1;
}

.btnacin2 {
    grid-area: bacin2;
}

.btnacin3 {
    grid-area: bacin3;
}

.cuentas {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-areas: ".";
}

.cxc {
    margin-bottom: 30px;
    border-radius: 20px;
    padding: 3%;
    box-shadow: #2020202c 1px 2px 7px;
    display: grid;
    grid-template-columns: 1.7fr 0.3fr;
    gap: 0px 5px;
    grid-template-areas:
        ". ."
        "concepto pdf"
        "fecha monto";
    justify-items: stretch;
    align-items: center;
}

.circularesGrid {
    margin-bottom: 30px;
    border-radius: 20px;
    padding: 3%;
    box-shadow: #2020202c 1px 2px 7px;
    display: grid;
    grid-template-columns: 1.7fr 0.3fr;
    gap: 0px 5px;
    grid-template-areas:
        "concepto monto"
        "fecha monto";
    justify-items: stretch;
    align-items: center;
}

.dxgvTable_Moderno{
    overflow: visible;
}

.dxAC{
    overflow: visible !important;
}

@media only screen and (max-width: 500px) {
    .dxgvAdaptiveDetailCell_iOS table tbody tr {
        display: grid;
        grid-template-areas: ".";
    }
}
/*
.cxcr {
    margin-bottom: 30px;
    border-radius: 20px;
    border-bottom-style: solid;
    border-bottom-color: rgb(184, 33, 33);
    border-bottom-width: 5px;
    padding: 3%;
    box-shadow: #2020202c 1px 2px 7px;
    display: grid;
    grid-template-columns: 1.7fr 0.3fr;
    gap: 0px 5px;
    grid-template-areas:
        ". pdf"
        "concepto monto"
        "fechar monto";
    justify-items: stretch;
    align-items: center;
}*/
.cxcv {
    margin-bottom: 25px;
    border-radius: 20px;
    border-bottom-style: solid;
    border-bottom-color: rgb(33, 158, 21);
    border-bottom-width: 5px;
    padding: 3%;
    box-shadow: #2020202c 1px 2px 7px;
    display: grid;
    grid-template-columns: 1.7fr 0.3fr;
    gap: 0px 5px;
    grid-template-areas:
        "fac pdf"
        "concepto monto"
        "fecha monto";
    justify-items: stretch;
    align-items: center;
}

/*.cxcg {
    margin-bottom: 25px;
    border-radius: 20px;
    border-bottom-style: solid;*/
    /*border-bottom-color: rgb(33, 158, 21);*/
    /*border-bottom-width: 5px;
    padding: 3%;
    box-shadow: #2020202c 1px 2px 7px;
    display: grid;
    grid-template-columns: 1fr 0.01fr 0.1fr;
    gap: 0px 5px;
    grid-template-areas:
        "fac sel pdf"
        "concepto concepto monto"
        "refBank refBank monto"
        "recargos recargos monto"
        "descuentos descuentos monto"
        "fecha fecha monto";
    justify-items: stretch;
    align-items: center;
}

@media (max-width: 400px) {
    .cxcg {
        grid-template-areas:
            "concepto monto"
            "refBank fac"
            "recargos sel"
            "descuentos pdf"
            "fecha pdf"
            "fecha pdf" !important;
        grid-template-rows: 1fr;
        grid-template-columns: 3.5fr 0.001fr !important;
    }
}*/


.cxcg {
    margin-bottom: 30px;
    border-radius: 20px;
    padding: 15px;
    box-shadow: #2020202c 1px 2px 7px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(fit-content);
    gap: 0px 0px;
    grid-template-areas:
        "concepto"
        "detalles"
        "monto"
        "opcc";
    justify-items: stretch;
    align-items: center;
}

.opcc {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 0px 10px;
    grid-template-areas:
        "add pg pdf";
    grid-area: opcc;
    height: 70%;
}

.opcc1 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 0px 10px;
    grid-template-areas:
        "pdf add pg";
    grid-area: opcc;
    height: 70%;
}

.opcc2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 0px 10px;
    grid-template-areas:
        "pg pdf add";
    grid-area: opcc;
    height: 70%;
}

@media (min-width: 860px) {
    .cxcg {
        grid-template-columns: 1.3fr 0.7fr;
        grid-template-rows: repeat(fit-content);
        gap: 0px 10px;
        grid-template-areas:
            "concepto monto"
            "detalles opcc";
    }

    .headerMain {
        height: 100px;
    }

    .h11 {
        height: 100px;
    }


    div.contenido {
        padding-left: 100px;
        padding-right: 35px;
    }
    .monto {
        grid-area: monto;
        text-align: right;
    }

    .alumnos {
        margin-inline: 1%;
    }

    .opciones {
        grid-area: 3 / 2 / 4 / 3;
    }

    .headerMain {
        height: 100px !important;
        img{
            height: 100px;
            display: block;
        }

        h1 {
            height:100px;
            /*padding-top: 30px;*/
            font-size: 4vh;
            padding-left: 30px;
        }
    }
}

/* typical phone screen resolution */
@media only screen and (min-width : 1200px) {

    .alumnos {
        font-size: 20px;
    }


    .opciones {
        grid-area: 3 / 2 / 4 / 3;
    }

}

@media (min-width: 550px) and (max-width: 859px) {

    .h11{
        height: 100px;
    }
    .headerMain {
        height: 100px !important;
        img

{
    height: 100px;
    display: block;
}

h1 {
    height: 100px;
    /*padding-top: 35px;*/
    font-size: 3vh;
    padding-left: 30px;
}

}

    .opciones {
        grid-area: 3 / 2 / 4 / 3;
        justify-content: flex-start;
        gap: 20px;
    }

    .cxcg {
        grid-template-columns: 1.3fr 0.4fr;
        grid-template-rows: repeat(fit-content);
        gap: 0px 0px;
        grid-template-areas:
            "concepto monto"
            "detalles monto"
            "opcc opcc";
    }

    .opcc1 {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr;
        gap: 0px 10px;
        grid-template-areas:
            "add pg pdf ";
        grid-area: opcc;
        height: 70%;
    }

    .opcc2 {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr;
        gap: 0px 10px;
        grid-template-areas:
            " add pg pdf";
        grid-area: opcc;
        height: 70%;
    }

}



    .cxcCarrito {
        margin-bottom: 0px;
        border-bottom-style: solid;
        border-bottom-width: 3px;
        padding: 2%;
        display: grid;
        grid-template-columns: 1fr 0.1fr;
        gap: 3px 0;
        grid-template-areas:
            "concepto monto"
            "fecha monto"
            "quit monto";
        align-items: center;
        border-bottom-color: #5693B1;
    }

    .cxcr {
        margin-bottom: 25px;
        border-radius: 20px;
        border-bottom-style: solid;
        border-bottom-color: rgb(184, 33, 33);
        border-bottom-width: 5px;
        padding: 3%;
        box-shadow: #2020202c 1px 2px 7px;
        display: grid;
        grid-template-columns: 1.7fr 0.3fr;
        gap: 0px 5px;
        grid-template-areas:
            "fac pdf"
            "concepto monto"
            "fecha monto";
        justify-items: stretch;
        align-items: center;
    }

.concepto {
    grid-area: concepto;
    color: var(--color4-);
    font-weight: 600;
    font-size: calc(15px + 1vw);
}

    .cursor:hover{
        cursor: pointer;
    }

    .refBank {
        grid-area: refBank;
        font-size: 15px;
        word-break: break-word;
    }

    .recargos {
        grid-area: recargos;
        font-size: 15px;
    }

    .descuentos {
        grid-area: descuentos;
        font-size: 15px;
    }

    .fecha {
        grid-area: fecha;
        font-size: 15px;
    }

    .fechar {
        grid-area: fechar;
        font-size: 15px;
        color: rgb(184, 33, 33);
    }

    .fechav {
        grid-area: fechav;
        font-size: 15px;
        color: rgb(33, 158, 21);
    }


    .strLink {
        font-family: gabarito;
        font-size: 15pt;
        font-weight: bold;
        text-decoration: none;
        text-align: center;
        color: Gray;
    }


    .txtHidden {
        display: none;
    }

.monto {
    grid-area: monto;
    font-size: calc(15px + 1.5vw);
    text-align: left;
}

    .circularImg {
        grid-area: monto;
        font-size: 18px;
        width: 40px;
        text-align: end;
    }

    .buttonHidden {
        visibility: hidden;
    }

    .buttonVisible {
        visibility: visible;
    }

/*    .pdf {
        grid-area: pdf;
        background-color: #474747;
        color: whitesmoke;
        margin-top: -20px;
        border-bottom-style: none;
        border-radius: 5px;
        padding: 5px;
        text-align: center;
        box-shadow: #2020202c 1px 2px 7px;
    }*/

    .fac {
        grid-area: pdf;
        justify-self: right;
        background-color: #0176d6;
        color: whitesmoke;        
        border-radius: 5px;
        padding: 5px;
        width: fit-content;
        text-align: center;
        box-shadow: #2020202c 1px 2px 7px;
        border-width: 0;
    }

        .fac:hover {
            cursor:pointer;
            background-color: gray;
            border-color: gray;
        }

    .sel {
        grid-area: sel;
        justify-self: right;
        background-color: darkorange;
        color: whitesmoke;
        margin-top: -20px;
        border-radius: 5px;
        padding: 5px;
        width: fit-content;
        text-align: center;
        box-shadow: #2020202c 1px 2px 7px;
        border-width: 0;
    }

    .quit {
        grid-area: quit;
        justify-self: left;
        background-color: darkred;
        color: whitesmoke;
        border-radius: 5px;
        padding: 2px 9px;
        width: fit-content;
        text-align: center;
        box-shadow: #2020202c 1px 2px 7px;
        border-width: 0;
        font-size: 17px;
    }

        .quit:hover {
            cursor: pointer;
            background-color: darkorange;
            color: whitesmoke;
        }

    .fac:hover {
        cursor: pointer;
    }

    .sel:hover {
        cursor: pointer;
    }

    .pdf:hover {
        cursor: pointer;
        background-color: gray;
        border-color: gray;
    }

    .nueva {
        width: 100%;
        padding-top: 7%;
        padding-left: 10%;
        padding-right: 15%;
        background-image: url(img/nuevasombra.svg);
        background-size: contain;
        background-repeat: no-repeat;
        height: 20vh;
    }

    .abierta {
        width: 100%;
        padding-top: 30px;
        padding-left: 50px;
        padding-right: 15%;
        background-image: url(img/abiertas.svg);
        background-size: contain;
        background-repeat: no-repeat;
        height: 20vh;
    }

    .colegio {
        text-align: center;
        img

{
    width: 30%;
}

}


.detalles {
    grid-area: detalles;
    font-size: 15px;
}


@media (min-width: 550px) {
    body {
        margin-bottom: 150px;
    }

    img.logo {
        padding: 10px;
    }

    a.menuact {
        margin-block: -40px;
        padding-top: 30px;
    }

    .h11 {
        height: 100px;
    }

    .cliente {
        width: 100%;
        position: relative;
        margin-bottom: -25px;
        z-index: -1;
        max-height: 35vh;
        object-fit: contain;
    }


    svg {
        /*width: 60px;*/
        max-width: 70px;
    }


    .mas {
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr;
    }

    .opciones {
        justify-content: flex-start;
        gap: 20px;
    }

    .bot {
        font-size: 15px;
    }

/*    .foto {
        justify-self: center;
    }*/

    .foto2 {
        /*justify-self: center;*/
    }

    .nombre {
        font-size: 20px;
    }

    .datos {
        font-size: 20px;
    }

    .monto {
        grid-area: monto;
        text-align: right;
    }
}



@media screen and (max-width: 300px) {

/*    #divF1{
        display: block !important;
    }

    #divF2 {
        display: none !important;
    }*/

   footer p {
        display: none !important;
    }
}

.fixHeader1{
    padding-top: 50px;
}

.container1 {
    display: grid;
    padding: 10px 0;
    grid-template-areas: ". . . .";
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
}

.container2 {
    display: grid;
    padding: 10px 0;
    grid-template-areas: ". . .";
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}

.cbo1 {
    width: 100%;
    max-width: 400px;
}

.cbo2 {
    width: 100%;
    max-width: 200px;
}

span {
    display: grid;
}

.saldosContainer{
    display: grid;
    grid-template-areas: ".";
    grid-template-columns: 1fr;
}

.sc2 {
    display: grid;
    grid-template-areas: ". .";
    text-align: end;
    grid-template-columns: 1fr .01fr !important;    
    padding: 10px;
    align-self: self-end;
}

.dxeButtonEditButtonHover_iOS{
    background-color: transparent;
}


@media screen and (max-width: 1100px) {
    .container1 {
        grid-template-areas: "." "." "." ".";
        grid-template-columns: 1fr;
    }

    .container2 {
        grid-template-areas: "." "." ".";
        grid-template-columns: 1fr;
    }

    .saldosContainer {
        grid-template-areas: ".";
        grid-template-columns: 1fr;
        align-items: end;
    }

    .sc2 {
        grid-template-columns: .1fr 1fr;
    }

}


.QR {
    /*width: 280px;
            max-width: 244px !important;*/
    width: 100%;
    max-width: 305px !important;
}

.DataContent {
    width: 100%;
}

.FullInput {
    display: inline-block;
    width: 98%;
    padding-bottom: 5pt;
    padding-right: 5pt;
}

.SmallInput {
    display: inline-block;
    width: 100pt;
    padding-bottom: 10pt;
}

.MediumInput {
    display: inline-block;
    width: 32%;
    padding-bottom: 5pt;
    padding-right: 5pt;
    vertical-align: top;
}

.LargeInput {
    display: inline-block;
    width: 64%;
    padding-bottom: 5pt;
    padding-right: 5pt;
}

.MediumInput2 {
    display: inline-block;
    width: 48%;
    padding-bottom: 5pt;
    padding-right: 5pt;
}

.LargeInput2 {
    display: inline-block;
    width: 93%;
    padding-bottom: 5pt;
    padding-right: 5pt;
}

.SmallInput1 {
    display: inline-block;
    width: 48%;
    padding-bottom: 5pt;
}

.MediumInput1 {
    display: inline-block;
    width: 100%;
    padding-bottom: 5pt;
    padding-right: 5pt;
}

.SmallColumn {
    display: inline-block;
    width: 32%;
    padding-bottom: 5pt;
    padding-right: 1pt;
}

.MediumColumn {
    display: inline-block;
    width: 66%;
    padding-bottom: 5pt;
    padding-right: 1pt;
    vertical-align: top;
}

.FullColumn {
    display: inline-block;
    width: 98%;
    padding-bottom: 5pt;
    padding-right: 5pt;
    vertical-align: top;
}

.Group {
    margin-bottom: 5pt;
}

.Group3 {
}

.Imagen {
    /*min-width:100px;*/
    /*  min-height:100px;
            max-width:450px !important;
            max-height:400px;*/
}

@media screen and (min-width:100px) and (max-width:281px) {
    .QR {
        width: 100%;
    }

    .FullInput {
        width: 100%;
        /*min-width:200px;*/
        max-width: 250px;
    }

    .SmallInput {
        width: 100%;
        /*min-width:200px;*/
        max-width: 250px;
    }

    .MediumInput {
        width: 100%;
        /*min-width:200px;*/
        max-width: 250px;
    }

    .LargeInput {
        width: 100%;
        /*min-width:200px;*/
        max-width: 250px;
    }

    .MediumInput2 {
        width: 100%;
        /*min-width:200px;*/
        max-width: 250px;
    }

    .LargeInput2 {
        width: 100%;
        /*min-width:200px;*/
        max-width: 250px;
    }

    .SmallInput1 {
        width: 100%;
        /*min-width:200px;*/
        max-width: 250px;
    }

    .MediumInput1 {
        width: 100%;
        /*min-width:200px;*/
        max-width: 250px;
    }

    .SmallColumn {
        width: 98%;
        /*min-width:220px;*/
        max-width: 250px;
        padding: 0px 0px 5pt 0px;
        margin: 0px 0px 0px 0px;
    }

    .MediumColumn {
        width: 98%;
        /*min-width:220px;*/
        max-width: 250px;
        padding: 0px 0px 5pt 0px;
        margin: 0px 0px 0px 0px;
    }

    .DataContent {
        width: 95%;
        /*min-width:220px;*/
        max-width: 260px;
    }

    .divContent {
        width: 100%;
        padding: 20px;
    }
}

@media screen and (min-width:281px) and (max-width:415px) {
    .FullInput {
        width: 100%;
        /*min-width:200px;*/
        max-width: 390px;
    }

    .SmallInput {
        width: 100%;
        /*min-width:200px;*/
        max-width: 390px;
    }

    .MediumInput {
        width: 100%;
        /*min-width:200px;*/
        max-width: 390px;
    }

    .LargeInput {
        width: 100%;
        /*min-width:200px;*/
        max-width: 390px;
    }

    .MediumInput2 {
        width: 100%;
        /*min-width:200px;*/
        max-width: 390px;
    }

    .LargeInput2 {
        width: 100%;
        /*min-width:200px;*/
        max-width: 390px;
    }

    .SmallInput1 {
        width: 100%;
        /*min-width:200px;*/
        max-width: 390px;
    }

    .MediumInput1 {
        width: 100%;
        /*min-width:200px;*/
        max-width: 390px;
    }

    .SmallColumn {
        width: 98%;
        /*min-width:220px;*/
        padding: 0px 0px 5pt 0px;
        margin: 0px 0px 0px 0px;
    }

    .MediumColumn {
        width: 98%;
        /*min-width:220px;*/
        padding: 0px 0px 5pt 0px;
        margin: 0px 0px 0px 0px;
    }

    .DataContent {
        width: 85%;
    }

    .divContent {
        width: 100%;
        padding: 20px;
    }
}

@media screen and (min-width:415px) and (min-width: 1100px) {
    .SmallColumn {
        width: 20%;
    }

    .MediumColumn {
        width: 79%;
    }
}

@media screen and (min-width:415px) and (max-width: 801px) {
    .FullInput {
        width: 95%;
        /*min-width:200px;*/
    }

    .SmallInput {
        width: 95%;
        /*min-width:200px;*/
    }

    .MediumInput {
        width: 95%;
        /*min-width:200px;*/
    }

    .LargeInput {
        width: 95%;
        /*min-width:200px;*/
    }

    .MediumInput2 {
        width: 95%;
        /*min-width:200px;*/
    }

    .LargeInput2 {
        width: 95%;
        /*min-width:200px;*/
    }

    .SmallInput1 {
        width: 95%;
        /*min-width:200px;*/
    }

    .MediumInput1 {
        width: 95%;
        /*min-width:200px;*/
    }

    .SmallColumn {
        width: 50%;
        /*min-width:290px;*/
        padding-right: 1pt;
    }

    .MediumColumn {
        width: 95%;
        /*min-width:480px;*/
        padding-right: 1pt;
    }

    .DataContent {
        width: 95%;
    }

    .divContent {
        width: 100%;
        padding: 20px;
    }
}

.dxsplLCC{
    overflow: visible;
}

.viewer1{
    padding-top:10px;
}


/*datos generales*/

.divCont1 {
    margin: 30px;
    display: grid;
    grid-template-areas: "DAlumno DAlumno" "DatosG DatosG" "Padre Madre" "Otro Otro" "EditarDG EditarDG";
    grid-template-columns: 1fr 1fr;
    /*grid-template-rows: 0.1fr 1.37fr 0.1fr 0.1fr 0.1fr;*/
    gap: 2%
}

.DAlumno {
    grid-area: DAlumno;
}

.DatosG {
    grid-area: DatosG;
    padding-bottom: 75px;
}

.Padre {
    grid-area: Padre;
    display: grid;
    gap: 2%
}

.Madre {
    grid-area: Madre;
    display: grid;
    gap: 2%
}

.Otro {
    grid-area: Otro;  
    padding-top: 75px;
}

.OtroContainer {
    display: grid;
    gap: 2%;
    grid-template-areas: ". ."
}

.EditarDG {
    grid-area: EditarDG;
    text-align-last: center;
    padding-bottom: 120px;
}

.btn2{
    width:50%;
}

.divContenedor2 {
    display: grid;
    grid-template-areas: ". .";
    gap: 2%;
    grid-template-columns: 1fr 1fr;
}

.divCont1 select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(Images/seleccion_1.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position-x: 97%;
    background-position-y: 12px;
    appearance: none;
    padding-right: 30px;
}

    /* for IE10 */
    .divCont1 select::-ms-expand {
        display: none;
        background-image: url(Images/seleccion_1.svg);
        background-size: 20px;
        background-repeat: no-repeat;
        background-position-x: 97%;
        background-position-y: 12px;
        position: sticky;
        appearance: none;
        padding-right: 30px;
    }

.TileSep {
    font-weight: 700 !important;    
    padding-bottom: 10px;
}

.DivSeparator1 {
    border-style: none;
    border-width: 0px;
    border-top-style: solid;
    border-top-width: 3px;
    border-top-color: #4880C8;
    width: fit-content;
    padding: 10px 0px;
}

.DivSeparator2 {
    border-style: none;
    border-width: 0px;
    border-top-style: solid;
    border-top-width: 3px;
    border-top-color: #4880C8;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-bottom-color: #4880C8;
    width: fit-content;
    padding: 10px 0px;
}

.DivGrid1{
    display:contents;
}

.Carrito {
    position: fixed;
    z-index: 15;
    bottom: 10px;
    width: 100%;
    padding: 0 10px
}

@media (max-width: 801px) {
    .Carrito {    
        bottom: 140px;
    }
}

@media (max-width: 550px) {

    .Carrito {
        bottom: 90px;
    }
}

@media (max-width: 300px) {

    .Carrito {
        bottom: 70px;
    }
}

.btnCarrito {
    background-color: #0176d6;
    color: whitesmoke;
    width: calc(100% - 55px);
    word-break: auto-phrase;
    white-space: normal;
    display: flow;
    text-align: center;
    border-radius: 7px;
    margin-inline: 2px;
    padding: 5px;
    border-style: solid;
    border-width: 3px;
    border-color: #0176d6;
    font-size: 19px;
    box-shadow: #2020202c 2px 2px 5px;
}

        .btnCarrito:hover {
            background-color: darkorange;
            border-color: darkorange;
            color: white;
        }

/*@media screen and (max-width: 1600px) {
    .btnCarrito {
        width: 80% !important;
    }
}

@media screen and (max-width: 1330px) {
    .btnCarrito {
        width: 77% !important;
    }
}

@media screen and (max-width: 1120px) {
    .btnCarrito {
        width: 74% !important;
    }
}

@media screen and (max-width: 1024px) {
    .btnCarrito {
        width: 90% !important;
    }
}

@media screen and (max-width: 600px) {
    .btnCarrito {
        width: 90% !important;
    }
}

@media screen and (max-width: 320px) {
    .btnCarrito {
        width: 73% !important;
    }
}
*/

    @media screen and (max-width: 1024px) {
        .OtroContainer {
            grid-template-areas: "."
        }

        .divContenedor2 {
            grid-template-areas: ".";
            grid-template-columns: 1fr;
        }

        .divContenedor3 {
            grid-template-areas: "." !important;
            grid-template-columns: 1fr !important;
        }

        .divCont1 {
            grid-template-areas: "DAlumno" "DatosG" "Padre" "Madre" "Otro" "EditarDG";
            grid-template-columns: 1fr;
        }

        .btn2 {
            width: 100%;
        }

        .DatosG {
            padding-bottom: 280px;
        }

        .Madre {
            padding-top: 80px;
        }
    }

    @media (max-width: 350px) {
        .DivRow1 {
            grid-template-areas: "." !important;
            gap: 3% !important;
        }
    }

    @media (max-width: 300px) {
  /*      .foto {
            height: 68% !important;
        }*/
    }

    @media (max-width: 500px) {
        .opciones {
            display: grid;
            justify-content: normal;
        }

        .btspace {
            margin-bottom: 5px;
        }
/*
        .foto {
            height: 80%;
        }
*/
        .contConf {
            display: grid;
            grid-template-areas: ".";
            gap: 2%;
        }

        .HideHeaders {
            display: none;
        }

        .divMensajesPriv {
            padding: 0 10px;
        }



        .cxcv {
            grid-template-columns: 1.3fr 0.7fr;
        }

        .cxcr {
            grid-template-columns: 1.3fr 0.7fr;
        }
    }
/*
    @media (max-width: 900px) {

        .cxcg {
            grid-template-columns: 1.3fr 0.01fr 0.7fr;
        }
    }*/



    .edoCF {
        display: grid;
        grid-template-areas: ".";
    }

    .CloseButton {
        height: 32px;
        width: 32px;
        background-color: transparent;
        border-width: 0;
        background-image: url(Images/Close.jpg);
        cursor: pointer;
    }

        .CloseButton:hover {
            background-image: url(Images/CloseDown.jpg);
        }

    .DivRow1 {
        display: grid;
        grid-template-areas: ". . .";
        gap: 1%;
    }

    .pago {
        margin-bottom: 30px;
        border-radius: 20px;
        padding: 3%;
        box-shadow: #2020202c 1px 2px 7px;
        justify-items: stretch;
        align-items: center;
    }

    .header2 {
        color: #1c87df;
        font-weight: 100;
        font-size: 21px;
    }

    .header3 {
        font-size: 17px;
        font-weight: 400;
        line-height: 1.7rem;
    }

    .strong {
        color: #3272A6;
        font-weight: bold;
    }

    .payContainer {
        display: grid;
        grid-template-areas: ". .";
        grid-template-columns: 0.4fr 1fr;
    }

    .divContenedor3 {
        display: grid;
        grid-template-areas: ". .";
        gap: 2%;
        grid-template-columns: 1fr 1fr;
    }

    .accountHeader {
        display: grid;
        grid-template-areas: ".";
        gap: 1%;
    }

    .textAlign1 {
        text-align: justify;
    }



.divPagos1 {
    padding-top: 150px;
}

    .divPagos2 {
        align-content: center;
    }

    @media screen and (max-width: 350px) {
        .cta {
            display: grid;
            grid-template-columns: 1fr 1fr;
            text-align: center;
            padding: 0 0 25px 0;
            grid-template-areas:
                "bacin1 bacin2"
                "bacin3 bacin3";
            gap: 3%;
        }
    }

    @media screen and (max-width: 245px) {
        .cta {
            display: grid;
            grid-template-columns: 1fr;
            text-align: center;
            padding: 0 0 30px 0;
            grid-template-areas:
                "bacin1"
                "bacin2"
                "bacin3";
            gap: 3%;
        }
    }

.add {
    grid-area: add;
    background-color: #f8b600;
    color: whitesmoke;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
    box-shadow: #2020202c 1px 2px 7px;
    border: none;
}


    .add:hover {
        cursor: pointer;
        background-color: var(--color3-);
        border-color: var(--color3-);
    }

.pg {
    grid-area: pg;
    background-color: var(--color3-);
    color: whitesmoke;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
    box-shadow: #2020202c 1px 2px 7px;
    border: none;
}


    .pg:hover {
        cursor: pointer;
        background-color: #f8b600;
        border-color: #f8b600;
    }

.pdf {
    grid-area: pdf;
    background-color: #474747;
    color: whitesmoke;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
    box-shadow: #2020202c 1px 2px 7px;
    border: none;
}





@media screen and (max-width: 550px) {

    .opcc1 {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr;
        gap: 0px 10px;
        grid-template-areas:
            "add pg pdf ";
        grid-area: opcc;
        height: 70%;
    }

    .opcc2 {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr;
        gap: 0px 10px;
        grid-template-areas:
            " add pg pdf";
        grid-area: opcc;
        height: 70%;
    }
}


/*MENU LATERAL*/
.imgMenu {
    width: 34px;
    height: 34px;
}

.btnMenuExpand {
    position: fixed;
    left: 0;
    top: 0;
    width: 75px;
    background-color: var(--color3-);
    z-index: 17;
    height: 100px;
    align-content: center;
    padding: 0 15px 0 15px;
    margin: 0;
}

@media only screen and (max-width: 549px) {
    .btnMenuExpand {
        height: 69px;
        padding: 0 20px 0 20px;
        /*width: 60px;*/
    }

    .btnMenuExpand2 {
        img {
        width: 35px !important;
        }
    }

    .menuHidden {   
        padding-top: 70px !important;
    }
 }

.btnMenuExpand2 {
    background-color: var(--color4-) !important;
    width: 200px;
    transition: all 0.4s;
    img{
           width: 45px;
       }
}

.menuExpand {
    grid-area: menup;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 200px;
    background-color: var(--color1-);
    transition: all 0.4s;
    z-index: 10;
    /*padding-top: 15px;*/
    box-shadow: 0px 0px 20px #13131371;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    overflow-y: scroll;    
}

.menup {
    grid-area: menup;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 55px;
    background-color: var(--color1-);
    transition: all 0.4s;
    z-index: 16;
    /*padding-top: 15px;*/
    box-shadow: 0px 0px 20px #13131371;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    overflow-y: scroll;
    scrollbar-width: none;
    transition: 0.3s;
}

    .menup:hover {
        transition: 0.3s;
        width: 200px;
    }

    .menup::-webkit-scrollbar{
        display: none;
    }

    .menup ul {
        transition: 0.3s;
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        .menup ul li {
            transition: 0.3s;
            padding-inline: 13px;
            padding-block: 17px;
            text-align: left;
            white-space: normal;
            svg

{
    transition: all 0.4s;
}
        }

            .menup ul li span {
                opacity: 0;
                transition: 0.3s;
                padding-left: 5px;
                align-items: center;
            }

    .menup:hover ul li a span {
        opacity: 100;
        margin-left: 10px;
        transition: 0.3s;
        align-items: center;
    }

.menup:hover ul li a {
    opacity: 100;
    margin-left: 10px;
    transition: 0.3s;
    align-items: center;
}

    .menup:hover ul li svg {
        margin-left: 10px;
        transition: all 0.4s;
    }

.menup ul li:hover {
    background-color: var(--color2-);
    transition: 0.3s;
    a

{
    color: white;
    /*filter: invert(42%) sepia(93%) saturate(1352%) hue-rotate(87deg) brightness(119%) contrast(119%);*/
}

svg {
    fill: white;
}

}

.menuHidden {
    grid-area: menup;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 55px;
    background-color: var(--color1-);
    z-index: 16;
    padding-top: 100px;
    box-shadow: 0px 0px 20px #13131371;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    overflow-y: scroll;
    scrollbar-width: none;
    transition: all 0.4s;
}

.menuHidden::-webkit-scrollbar{
    display:none;
}

.menuHiddenShow {
    width: 200px !important;
    
    ul li img { margin-left: 10px; }
              
transition: all 0.4s;
}

.menuHidden ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .menuHidden ul li {
        padding-inline: 8px;
        padding-block: 17px;
        text-align: left;
        white-space: nowrap;
    }

        .menuHidden ul li span {
            opacity: 0;
            transition: 0.3s;
            padding-left: 5px;
            align-items: center;
            opacity: 100;
            margin-left: 10px;
            transition: 0.3s;
            align-items: center;
        }

.menuHidden ul li span {
    opacity: 100;
    margin-left: 10px;
    transition: 0.3s;
    align-items: center;
}



.menuHidden ul li:hover {
    background-color: var(--color2-);
    transition: 0.3s;
    a

{
    color: white;
    /*filter: invert(42%) sepia(93%) saturate(1352%) hue-rotate(87deg) brightness(119%) contrast(119%);*/
}

svg {
    fill: white;
}

}

.active2 {
    background-color: #fcfcfc;
    svg

{
    fill: var(--color2-);
}

a {
    color: var(--color2-);
    display: grid;
    grid-auto-flow: column;
    justify-content: start;
    width: max-content;
    /*filter: invert(42%) sepia(93%) saturate(1352%) hue-rotate(87deg) brightness(119%) contrast(119%);*/
}

    a:visited {
        color: var(--color2-);
        /*filter: invert(42%) sepia(93%) saturate(1352%) hue-rotate(87deg) brightness(119%) contrast(119%);*/
    }

img {
    filter: invert(58%) sepia(85%) saturate(911%) hue-rotate(165deg) brightness(101%) contrast(101%);
}



}

.active2:hover {
    img

{
    filter: brightness(10000%);
}

}

.inactive {
    a

{
    color: #ffffff;
    display: grid;
    grid-auto-flow: column;
    justify-content: start;
    width: max-content;
    /*filter: invert(42%) sepia(93%) saturate(1352%) hue-rotate(87deg) brightness(119%) contrast(119%);*/
}

svg {
    fill: white;
}

img {
    /*filter: invert(58%) sepia(85%) saturate(911%) hue-rotate(165deg) brightness(101%) contrast(101%);*/
    filter: brightness(10000%);
}

}

.Unread {
    a

{
    color: red;
    display: grid;
    grid-auto-flow: column;
    justify-content: start;
    width: max-content;
    /*filter: invert(42%) sepia(93%) saturate(1352%) hue-rotate(87deg) brightness(119%) contrast(119%);*/
}

svg {
    fill: red;
}

img {
    /*filter: invert(58%) sepia(85%) saturate(911%) hue-rotate(165deg) brightness(101%) contrast(101%);*/
    filter: brightness(10000%);
}

}

.svg1 {
    fill: white;
    transition: 0.3s;
    align-self: center;
}

.a1 {
    align-items: center;
    align-content: center;
}

.GridMenuContent {
    display: grid;
    grid-template-areas: "menup contMaster";
        grid-template-columns: max-content;
}

.contMaster {
    grid-area: contMaster;
    margin-left: 55px;
}

.contMasterFooter {
    grid-area: contMaster;
    margin-left: 0;
}

.span1 {
    white-space: break-spaces;
}


/*header titulo*/

.h11 {
    text-align: left;
    width: 100%;
    color: rgb(255, 255, 255) !important;
    background-color: var(--color3-);
    margin-top: 0;
    height: 70px;
    padding-top: 10px;
    padding-left: 80px;
    z-index: 1;
    font-size: 25px !important;
    align-content: center;
    /*box-shadow: #20202052 0px 0px 10px;*/
}

@media only screen and (max-width: 700px)  {
    .h11 {    
        padding-top: 5px;
        padding-left: 25px;
        font-size: 26px !important;
    }
}

@media only screen and (max-width: 640px) {
    div.contenido {
        padding-left: 30px;
        padding-right: 20px;
    }
}


/*alumnos*/
.alumnoorg tbody {
    display: grid;
    gap: 20px;
}

@media (min-width: 1190px) {

    .alumnoorg tbody {
        gap: 40px;
        display: grid;
        grid-template-areas:
            ". ."
            ". .";
        grid-auto-flow: row;
    }

}


/*grids*/
.HideHeaders {
    display: none;
}

.GridColors {
    background-color: var(--color1-);
    color: white;
    font-size: 20px;
    font-weight:100;    
}

.GridColorsRow {
    color: var(--color1-) !important;
    font-weight: 100 !important;
}

/*header main*/
.headerMain {
    display: grid;
    grid-template-areas: ". .";
    color: rgb(255, 255, 255);
    background-color: var(--color3-);
    margin-top: 0;
    height: 100px;
    /*padding-left: 80px;*/
    z-index: 1;
    box-shadow: #20202052 0px 0px 10px;
    position: fixed;
    width: 100%;
    place-content: space-between;
    img

{
    height: 100%;
    /*width: 100%*/
    /*display: none;*/

}

h1 {
    /*padding-top: 10px;*/
    font-size: 4vh;
    width: max-content;
}
}

.imagenHeader {
    padding-right: 50px;
    /*width: 208px;*/
}