* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    font-family: 'Raleway', sans-serif;
}

.itmdtlsPrtrtContainer{
    display: none;
}

html,
body {
    height: 99%;
    margin: auto;
    background-color: #fff;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    /*display: none;*/
}


/* Track */

 ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}


/* Handle */

 ::-webkit-scrollbar-thumb {
    background: #595959;
    border-radius: 10px;
}


/* Handle on hover */

 ::-webkit-scrollbar-thumb:hover {
    background: #00ABE4;
}

.contenedor {
    width: 100%;
    margin: 0px auto;
    /*border: 1px solid blue;*/
    height: 95%;
    display: block;
}

.rotate-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
    pointer-events: none;
    /*border: 1px solid orangered;*/
}

.rotate {
    width: 150px;
    height: 150px;
}


/*Inicia encabezado*/

.encabezado {
    width: 100%;
    height: 100px;
    top: 0px;
    position: fixed;
    background-color: #fff;
    z-index: 100;
}

.backheader {
    position: relative;
    background-color: #fff;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100px;
}

.encabezadotop {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    padding-left: 10px;
}

.div-title {
    position: fixed;
}

.img-logo {
    width: 110px;
}

.nav-titulo {
    font-size: 30px;
    font-weight: bold;
    color: #00529B;
    text-align: center;
}

.nav-titulo-short {
    font-size: 30px;
    font-weight: bold;
    color: #00529B;
    display: none;
    text-align: center;
}

.encabezado-der {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.userName {
    margin: 0px 10px;
    color: #00529B;
    font-size: 16px;
}

.BehalfStudent {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-logged-user {
    width: 50px;
    border-radius: 50%;
    padding-right: 10px;
}

.encabezado-der i.home {
    font-size: 30px;
    color: #00529B;
    padding: 0px 10px;
    cursor: pointer;
}

.encabezado-der .home:hover {
    background: #00529B;
    color: #fff;
    text-decoration: none;
}

.encabezado-der i.modulesbars {
    font-size: 30px;
    color: #00529B;
    padding: 0px 10px;
    border-left: 1px solid #00529B;
    cursor: pointer;
}

.encabezado-der .modulesbars:hover {
    background: #00529B;
    color: #fff;
    text-decoration: none;
}

.encabezado-der i.logout {
    font-size: 30px;
    color: #00529B;
    padding: 0px 10px;
    border-left: 1px solid #00529B;
    cursor: pointer;
}

.encabezado-der .logout:hover {
    background: #00529B;
    color: #fff;
    text-decoration: none;
}

.encabezadobottom {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    /*border-bottom: 1px solid #c4c4c4;*/
    margin-top: 20px;
}

.per-desc {
    font-size: 14px;
    font-weight: bold;
    color: #00529B;
}

.per-desc-short {
    font-size: 14px;
    font-weight: bold;
    color: #00529B;
    display: none;
}

.periodos-long {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.periodos-long li {
    list-style: none;
    margin: 5px 5px 0px 5px;
    /*padding: 5px;*/
    font-size: 14px;
    cursor: pointer;
}

.encabezadobottom ul li {
    border-radius: 10px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
    color: #00529B;
    height: 17px;
    padding: 0px 5px;
}

.encabezadobottom ul li.cuat {
    /*background-color: #F3B143;*/
    background-color: #FADEB0;
}

.encabezadobottom ul li.sem {
    /*background-color: #CE6059;*/
    background-color: #E9B9B5;
}

.encabezadobottom ul li.bim {
    /*background-color: #83E2A7;*/
    background-color: #C1F1D3;
}

.periodos-short {
    display: none;
    align-items: center;
    justify-content: space-around;
}

.periodos-short li {
    list-style: none;
    margin: 5px 5px 0px 5px;
    /*padding: 5px;*/
    font-size: 12px;
    cursor: pointer;
}


/*Termina encabezado*/


/*Inicia Workspace*/

.workspace {
    height: 92.5%;
    width: 100%;
    display: flex;
    justify-content: center;
    /*align-items: center;*/
    overflow: auto;
    /*margin: 0px 0px 30px;*/
}

.workspaceM {
    height: 90%;
}

.workspaceNSB {
    height: 92.5%;
    width: 100%;
    display: flex;
    justify-content: center;
    /*align-items: center;*/
    overflow: auto;
    /*margin: 0px 0px 30px;*/
}


/*Termina Workspace*/

.nav-periodos-cuat {
    overflow: auto;
    /*background-color: #F3B143;*/
    background-color: #FADEB0;
}

.nav-periodos-sem {
    overflow: auto;
    /*background-color: #CE6059;*/
    background-color: #E9B9B5;
}

.nav-periodos-bim {
    overflow: auto;
    /*background-color: #83E2A7;*/
    background-color: #C1F1D3;
}

.capsules {
    display: grid;
    grid-template-columns: repeat(50, 1fr);
    gap: 25px;
    margin: 8px 0px;
}

.capsule {
    text-align: center;
    border-radius: 10px;
    width: 50px;
    height: 25px;
    background: #fff;
    border: 1px solid #1884C9;
}

.capsule:hover {
    border: 2px solid #1884C9;
    cursor: pointer;
}

.nav-modules {
    overflow: auto;
    background-color: #2471A3;
}

.objHS {
    opacity: 0;
    pointer-events: none;
}

.objHS.show {
    pointer-events: auto;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 400ms;
}

.objHS.hide {
    pointer-events: none;
    opacity: 0;
    transition: visibility 0s linear 0s, opacity 300ms;
}


/*.nav-modules .cards {
    display: block;
    top: 0px;
    left: 0px;
    background: #15202B;
    height: auto;
    padding: 30px;
    /*opacity: .9;
    /*transform: translateX(-400px);*/


/*transition: transform .5s ease-in-out;
}*/


/*.nav-modules .cards {
    display: grid;
    grid-template-columns: repeat(50, 1fr);
    gap: 25px;
    margin: 20px 0px;
}*/

.modal-PoL-container_ts {
    /*padding: 5rem !important;*/
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    padding: 0px 50px 30px;
    width: 90%;
    /*height: 100%;*/
    height: 90%;
    /*overflow: auto;*/
    border: 1px solid #1DA1F2;
}

.pol-card-desc_ts {
    margin: 5px 0px;
    font-size: 22px;
}

.pol-card-body_ts {
    /*border: 1px solid orangered;*/
    height: 600px;
    width: 100%;
    overflow: auto;
}

.formPayment {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 25px;
    height: auto;
    place-self: center;
    align-items: center;
}

.formPaymenta {
    width: 100%;
    height: 380px;
    border: 1px solid #c4c4c4;
}


/*Inicia posters*/

.ssItmDtlsCntnr {
    /*margin: 100px 0px;*/
    width: 1100px;
    height: fit-content;
    border: 1px solid yellow;
}

.nav-posters {
    margin: 40px 0px;
    height: fit-content;
}

.posters {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}

.posters a {
    text-decoration: none;
}

.poster {
    overflow: auto;
    text-align: center;
    border-radius: 10px;
    padding: 5px;
    width: 360px;
    height: 550px;
    background: #fff;
    border: 1px solid rgb(238, 238, 238);
}

.poster:hover {
    border: 5px solid #00529B;
    cursor: pointer;
}

.img-poster {
    width: 340px;
    height: 340px;
}

.poster-title-text {
    color: #00529B;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
}

.poster-desc-text {
    color: #00529B;
    text-align: justify;
    font-size: 12px;
}

.itemDetailsContainer{
    display: block;
    width: 50%;
}

.itemPosterCard {
    overflow: auto;
    text-align: center;
    border-radius: 10px;
    padding: 5px;
    width: 360px;
    height: 350px;
    background: #fff;
}

.itemDescCard {
    overflow: auto;
    text-align: center;
    border-radius: 10px;
    padding: 5px;
    width: 360px;
    height: 350px;
    background: #fff;
    /*border: 1px solid rgb(238, 238, 238);*/
}

.boton {
    width: 50%;
    height: 30px;
    font-size: 18px;
    font-weight: bold;
    border: 0;
    text-align: center;
    background-color: orangered;
    color: #fff;
    border-radius: 50px;
    transition: all 200ms ease;
}

.botonOff {
    width: 50%;
    height: 30px;
    font-size: 18px;
    font-weight: bold;
    border: 0;
    text-align: center;
    background-color: rgba(255, 68, 0, 0.356);
    color: #fff;
    border-radius: 50px;
    transition: all 200ms ease;
}

.itemUserTypeSelector{
    /*display: block;*/
    width: 100%;
    height:fit-content;
}

.itemPrice{
    width: 100%;
    height:fit-content;
}

.payBtnContainer{
    width: 100%;
    height:fit-content;
}

.nav-item {
    margin: 40px 0px;
    height: fit-content;
    border: 1px solid rgb(238, 238, 238);
}

.items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px 50px;
}
/*Fin posters*/
/*Inicia cards*/
.nav-commands {
    margin: 80px 0px;
}

.cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.cards a {
    text-decoration: none;
}

.card {
    text-align: center;
    border-radius: 10px;
    padding: 20px;
    width: 260px;
    height: 200px;
    background: #fff;
}

.card:hover {
    border: 5px solid #00529B;
    cursor: pointer;
}

.card-icon span {
    color: #00529B;
    font-size: 100px;
}

.card-desc span {
    color: #00529B;
    font-size: 20px;
}


/*Termina cards*/

.cssAlert {
    height: 0px;
}


/*Inicia barra de búsqueda*/

.nav-buscar {
    /*background-color: #15202B;*/
    background-color: #fff;
    height: 80px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /*margin: 1px 0px 30px;*/
    padding: 35px 0px 2px;
}

.nav-buscar span {
    font-size: 30px;
    padding: 10px;
}

.lblOn {
    color: #1884C9;
}

.lblOff {
    color: #8899A6;
}

.btnOff {
    background-color: #8899A6;
}

.lblSearch {
    font-size: 25px;
}

.nav-buscar input {
    box-shadow: 0;
    border: none;
    background-color: transparent;
    width: 400px;
    height: 34px;
    /*margin-bottom: 30px;*/
    border-bottom: 2px solid #8899A6;
    font-size: 25px;
    color: #00529B;
    text-align: center;
    transition: all 250ms ease;
}

.nav-buscar input:focus {
    outline: 0px;
    border-bottom: 2px solid #1DA1F2;
}

.nav-buscar button {
    /*background-color: #1DA1F2;*/
    border: none;
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 50px;
    width: 100px;
    height: 35px;
    transition: all 200ms ease;
}

.nav-buscar button:hover {
    background: #1A91DA;
}

.nav-buscar button:active {
    background-color: #1781C2;
}

.nav-buscar button:focus {
    background: #1781C2;
    outline: 0;
    border: 0;
}


/*Termina barra de búsqueda*/


/*Inicia contenido modal*/

.modal-content {
    width: 50%;
    height: 110%;
    display: block;
    border: none;
}


/*Inicia whatsapp*/

.appwhatsapp {
    position: fixed;
    right: 26px;
    bottom: 10px;
    width: 10px;
    z-index: 1000;
    float: right;
}

.appWhatsapp img {
    width: 10%;
    height: auto;
}


/*Termina whatsapp*/


/*Inicia SubProductos*/

.spListContainer {
    overflow: auto;
    margin-bottom: 20px;
    /*background-color: #F3B143;*/
}

.spList {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 25px;
    margin: 8px 0px;
}

.spItem {
    text-align: center;
    border-radius: 10px;
    /*width: auto;*/
    /*height: 25px;*/
    background: #fff;
    border: 1px solid #1884C9;
    white-space: nowrap;
    padding: 5px;
    font-size: 14px;
}

.spItem:hover {
    border: 2px solid #1884C9;
    cursor: pointer;
}


/*Termina SubProductos*/

.mdl {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    opacity: 0;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.9);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
    border: 1px solid orangered;
}

.mdl.show {
    pointer-events: auto;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 400ms;
}

.mdl.hide {
    pointer-events: none;
    opacity: 0;
    transition: visibility 0s linear 0s, opacity 300ms;
}

.mdl-cntnr {
    /*padding: 5rem !important;*/
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    width: 600px;
    max-width: 100%;
    /*height: 100%;*/
    height: 580px;
    overflow: auto;
    margin-top: -100px;
    border: 1px solid #1DA1F2;
}

.mdl-cntnr-bdy {
    /*padding: 5rem !important;*/
    background-color: #ffffff;
    border-radius: 5px;
    /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);*/
    width: 600px;
    max-width: 100%;
    /*height: 100%;*/
    height: 520px;
    overflow: auto;
    /*border: 1px solid green;*/
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
}

.sccn-psp {
    /*border: 1px solid orangered;*/
    width: 373px;
    height: 400px;
    margin: 0 auto;
}

/* Inicia CREDIT CARD PAYMENT*/

.modal-PoL {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    opacity: 0;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.9);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
}

.modal-PoL.show {
    pointer-events: auto;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 400ms;
}

.modal-PoL.hide {
    pointer-events: none;
    opacity: 0;
    transition: visibility 0s linear 0s, opacity 300ms;
}

.modal-PoL-container {
    /*padding: 5rem !important;*/
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    padding: 0px 50px 30px;
    width: 600px;
    max-width: 100%;
    /*height: 100%;*/
    height: 580px;
    overflow: auto;
    border: 1px solid #1DA1F2;
}

.pol-card-title {
    font-size: 18px;
    font-weight: bold;
    color: #1DA1F2;
}

.pol-card-logos {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0px;
}

.pol-card-logos-container {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100px;
}

.pol-card-desc {
    margin: 20px 0px;
    font-size: 14px;
}

.pol-card-inst {
    margin: 20px 0px;
    font-size: 12px;
}

.pol-card-body {
    height: 300px;
}

.polTotalRow {
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.polTotalLbl {
    text-align: right;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}

.polTotalToPay {
    text-align: right;
    font-size: 18px;
    font-weight: bold;
    color: #FA3E1E;
}

.polTotalToPayText {
    text-align: right;
    font-size: 14px;
}

.form-control:focus {
    box-shadow: 10px 0px 0px 0px #ffffff !important;
    border-color: #1DA1F2;
}

.part1 {
    width: 100%;
}

.part1a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0px;
    padding: 0px;
}

.part1aSubTitle {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 10px 0px;
    padding: 0px;
}

.part2 {
    /*border: 3px solid orangered;*/
    padding: 40px 20px;
}

.pol-card-inst2 {
    margin: 20px 0px 40px;
    font-size: 16px;
    font-weight: bold;
}

.pol-card-paymentStatus {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pol-card-postTtitle {
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.pol-card-postLblCode {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.pol-card-postCode {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #FA3E1E;
}

.pol-card-postMsg {
    width: 100%;
    font-size: 14px;
    text-align: center;
    padding: 20px 0px;
}


/* Termina CREDIT CARD PAYMENT*/


/*Inicia Footer*/

.footer {
    background: #15202B;
    color: #D6D6D6;
    font-size: 10px;
}

.footer-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    align-items: flex-start;
    justify-content: center;
    padding: 20px;
}

.footer-container ul {
    margin: 0 auto;
    list-style: none;
}

.footer-container ul li.li-titulo p {
    border-bottom: 2px solid #2471A3;
    font-weight: bold;
    width: 55px;
    font-size: 14px;
}

.footer-container ul li p {
    font-size: 10px;
}

.redes a i {
    font-size: 24px;
    padding: 10px;
    margin-top: 10px;
}

.footer-container ul li a {
    font-size: 12px;
    text-decoration: none;
    color: #1884C9;
}

.footer-bottom {
    font-size: 10px;
    text-align: center;
    padding: 5px;
}

.footer-bottom a {
    font-size: 10px;
    color: #1884C9;
}


/*Termina Footer*/

.switchrms {
    position: relative;
    /*display: inline-block;*/
    width: 40px;
    height: 17px;
    text-align: center;
    /*border: 1px solid green;*/
}

.switchrms input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 4px;
    bottom: 2.5px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.unico {
    display: none;
}


/* Rounded sliders */

.slider.round {
    border-radius: 17px;
}

.slider.round:before {
    border-radius: 50%;
}

.lbl {
    position: absolute;
    width: 100%;
    text-align: center;
    vertical-align: center;
    /*border: 1px solid orangered;*/
}


/*@media screen and (max-width: 1750px) {
    .cards {
        grid-template-columns: repeat(3, 1fr);
    }
}*/

@media screen and (max-width: 1700px) {
    .modal-PoL-container_ts {
        padding: 0px 5px;
    }
    .formPayment {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 25px;
    }
}

@media screen and (max-width: 1500px) {
    .formPayment {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 25px;
    }
}

@media screen and (max-width: 1200px) {
    .posters {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 1000px) {
    html,
    body {
        height: fit-content;
    }
    .posters {
        grid-template-columns: repeat(1, 1fr);
    }
    
    .items {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 5px;
    }

    .pol-card-body_ts {
        height: 360px;
    }
    .formPayment {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 25px;
    }
}

@media screen and (max-width: 850px) {
    .nav-buscar span {
        font-size: 20px;
    }
    .nav-buscar input {
        width: 200px;
        height: 24px;
        font-size: 16px;
    }
    .nav-buscar button {
        width: 50px;
        height: 20px;
        font-size: 14px;
    }
    .modal-content {
        width: 90%;
    }
    .workspace {
        height: 110%;
    }
    .workspaceM {
        height: 110%;
    }
    .workspaceNSB {
        height: 110%;
    }
    .cards {
        grid-template-columns: repeat(2, 1fr);
    }
    .modal-PoL-container {
        width: 400px;
        height: 700px;
        padding: 15px 30px 65px 30px;
    }
}

@media screen and (max-width: 700px) {
    .nav-titulo {
        display: none;
    }
    .nav-titulo-short {
        display: block;
    }
    .per-desc {
        display: none;
    }
    .per-desc-short {
        display: block;
    }
    .periodos-long {
        display: none;
    }
    .periodos-short {
        display: flex;
    }
    .lblSearch {
        display: none;
    }
    .nav-commands {
        margin: 40px 0px;
    }
    .cards {
        grid-template-columns: repeat(1, 1fr);
    }
    .userName {
        display: none;
    }
    .workspace {
        height: 105%;
    }
}