﻿@import url('https://fonts.googleapis.com/css2?family=Jost:wght@100;300;400;700&display=swap');
:root {
    --color-primary-unacar: #3c3c3c;
    --color-secondary-unacar: #F2D857;
}

body {
    margin: 0;
    padding: 0;
    background-color: #fafafa;
}

.view {
    height: 100vh;
    min-height: 680px;
    overflow: visible;
}

.view_background_app {
    min-height: 100vh;
    background-color:#fff;
    /*background-image: linear-gradient(#e5e5e5, #fff);*/
}
.modal-title {font-family: 'Jost', sans-serif; font-weight:bolder}
.mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

#background_modal {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #333;
    filter: alpha(opacity=80);
    opacity: 0.6;
    z-index: 100001;
}

#Background {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #f2f2f2;
    filter: alpha(opacity=80);
    opacity: 0.8;
    z-index: 1040;
}

#Background2 {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #f2f2f2;
    filter: alpha(opacity=80);
    opacity: 0.8;
    z-index: 1040;
}

.modalUn {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    z-index: 1040;
}

header {
    background: url(../img/encabezado.png) repeat;
    background-color: var(--color-primary-unacar);
    color: white;
    border-bottom: 2px solid #F2D857;
    box-shadow: 0 5px 10px 1px grey;
}

footer {
    background-color: var(--color-primary-unacar);
    color: white;
    font-size: 0.8em !important;
    box-shadow: 0 6px 20px 10px grey;
}

.navbar {
    background-color: var(--color-primary-unacar);
    /*background-image: linear-gradient(#3c3c3c, #5f5f5f);*/
    color: #333 !important;
    /*border-top: 8px solid #F2D857;*/
    box-shadow: 0 5px 10px 1px grey;
}

footer > div:first-child {
    border-bottom: 2px solid #F2D857;
}

.full_vp {
    height: calc(100vh - 125px);
    min-height: 500px;
}

#imgUnacar {
    width: 100%;
    min-width: 180px;
    max-width: 320px;
}

#imgLogo {
    width: 100%;
    min-width: 75px;
    max-width: 85px;
}

#imgUnacarApp {
    width: 100%;
    max-width: 330px;
    min-width: 100px;
    height: 100%;
    max-height: 60px;
}

#imgLiceoApp {
    width: 100%;
    min-width: 35px;
    max-width: 90px;
}

.brand-icon {
    width: 100%;
    min-width: 25px;
    max-width: 45px;
    transition: width 2s ease-in-out;
}

#imgLiceo {
    width: 100%;
    min-width: 60px;
    max-width: 120px;
}

#imgAvatar {
    width: 100%;
    height: 100%;
    background: #fafafa;
    border-radius: 50%;
}

.shadow-white {
    text-shadow: 2px 2px 4px #fff;
}

.imgFooter {
    width: 100%;
    max-width: 90px;
    min-width: 50px;
}

.card .avatar {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin-top: -75px;
    border: 15px solid #eee;
}

#mainNavbar {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.card .preloader {
    width: 178px;
    height: 178px;
    margin-top: -164px;
}

.card > div.view {
    height: auto !important;
    min-height: 200px !important;
}

.testimonial-card .card-up {
    overflow: hidden;
    height: 15em;
    z-index: 1030;
}

.testimonial-card .avatar {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 185px;
    height: 190px;
    margin-top: -95px;
    overflow: hidden;
    border: 5px solid #fff;
}

@keyframes move {
    0%, 25% {
        transform: translateX(0%);
        left: 0%;
    }

    75%, 100% {
        transform: translateX(-100%);
        left: 100%;
    }
}

/*   Override MDB and Bootstrap classes     */
.text-primary {
    color: var(--color-primary-unacar);
}

.btn-primary {
    background-color: var(--color-primary-unacar) !important;
}

.custom-control-label {
    margin-bottom: 0.8rem;
}

@media only screen and (max-width: 600px) {
    .minicard-wrapper {
        width: 90px;
        height: 90px;
    }
}

@media (max-width: 575px) {
    #navbar-brand {
        display: block !important;
    }
}

@media (max-width: 861px) {
    /*ul.stepper {
        display: none;
    }*/
    .stepper-horizontal li:not(:first-child):before {
        margin: 0;
    }

    .stepper-horizontal li:not(:last-child):after {
        top: 1rem;
        left: 2.6rem;
        width: calc(100% - 40px);
        height: 1px;
    }

    .stepper-horizontal {
        flex-direction: row;
    }

    ul.stepper li a {
        padding: 0.5rem;
    }
}


/******************************/
.name-sis {text-shadow: 2px 2px 8px #c1c1c1;}
#navbar-brand{padding:0}
.rounded-5 {border-radius: 0.5rem !important;}
.pquest {font-weight: bold;font-family: 'Muli', Arial, sans-serif;font-size: 15px;}
        .content_enc {margin: auto;padding-bottom: 64px;/*width: 770px;*/}
        .tabs-enc{border-bottom: 1px solid #e9e9e9;}
        .tab-content .tab-pane .card{min-height: 300px;background-color: #fbfbfb;border-top: 2px solid #e9e9e9;}
        .brand-icon2 {min-width: 40px; max-width: 50px;}
        .table thead th {text-align: center;}
        .table tbody td:first-child {text-align: left; /*font-weight:bold*/}
        
        fieldset.fld {border: 1.5px solid #ddd !important;padding: 0 1.4em 1.4em 1.4em !important;margin: 0 0 1.5em 0 !important;
            -webkit-box-shadow:  0px 0px 0px 0px #000; box-shadow:  0px 0px 0px 0px #000; border-radius: 5px;}

        legend.fld-lgd {font-weight: bold !important;text-align: left !important;width:auto; padding:0 10px;
                        border-bottom:none; float: none;font-family: 'Muli', Arial, sans-serif; font-size: 15px;  }
        
        .has-error {border-radius: 6px;box-shadow: 0px 0px 2px 0px #f93154;}
        
        .form-control:disabled, .form-control[readonly] {background-color: white; opacity: 1;}
        input.w-100{border: 0;border-bottom: 2px solid #c5a01a/*#f49719*/;border-radius: 0;}
        
        .badge-warning {background-color: #ffebc2;color: #cb8a15;}
        .badge-danger {background-color: #fdd8de;color: #c53049;}
        .badge-success {background-color: #c7f5d9;color: #148743;}
        .badge{font-size:12px;}
        .table>:not(caption)>*>* {padding: 1rem 0.5rem;}
        .table{font-size:0.8rem}
        #cphBody_gvPeriodos tr td:nth-child(5){border-right:1px solid #ccc}
        input[type=checkbox].form-check-input{margin:0 !important}
        .divfilter{background: #5c5c5c;padding: 5px;}
        .divfilter span i{color: #efefef;}
        .inputfilter:focus{border-color: #7fbff9 !important;box-shadow: inset 0 0 0 1px #a9bddd !important;}
        .span-circle{display: flex;justify-content: center;align-items: center;cursor:pointer /*width:30px;height:30px; background:orange*/}
        @media (min-width: 1400px) {
            .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { max-width: 1300px;}
        } 
        @media (min-width: 1500px) {
            .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { max-width: 1400px;}
        } 
        /*@media only screen and (max-width: 790px){
            .content_enc {width: 98%;min-width: inherit;}
            }
        @media only screen and (min-width: 991.98px) {
            .content_enc {width: 920px;min-width: inherit;}
        }*/




/* Custom properties */
:root {
    --text: #1E1F26;
    --c1: #f2d857;
    --c2: #1DD760;
}

.titlePage {
    /*font-family: 'Cherry Swash';*/
    position: relative;
    padding: 0;
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    display: block;
    color: #ad8c0f;
    font-weight: 300;
    color: #080808;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

    .titlePage span {
        display: block;
        font-size: 0.5em;
        line-height: 1.3;
    }

    .titlePage em {
        font-style: normal;
        font-weight: 600;
    }

.twelve .titlePage {
    color: #036;
    font-weight: 300;
    font-weight: 700;
    letter-spacing: 1px;
    /*text-transform: uppercase;
    width: 160px;*/
    text-align: center;
    margin: auto;
    /*white-space: nowrap;*/
    padding-bottom: 13px;
}

    .twelve .titlePage:before {
        background-color: var(--c1);
        content: '';
        display: block;
        height: 2px;
        width: 0px;
        margin-bottom: -2px;
    }

    .twelve .titlePage:after {
        background-color: var(--c1);
        content: '';
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        height: 2px;
        width: 100%;
        margin-bottom: 0.25em;
    }


.nav-title2 {/*list-style:disc;list-style-position: inside;*/}
.nav-title li::marker {
    color: var(--c2);
}

.nav-title li:nth-child(1)::marker {
    color: var(--c1);
    font-size: 150%;
}
.navbar.navbar-dark .navbar-nav .nav-item .nav-link {font-size: 14px;letter-spacing: 0.08em;}
  .navbar.navbar-dark .navbar-nav .nav-item .nav-link:hover {/*color:  #f2d857 !important;background-color: #3e3e3e; */}

/* Custom list bullets */
    .nav-title2 li {
        list-style-type: none;
        font-size: 120%;
    }

        .nav-title2 li:nth-child(1) {
            list-style-type: disc; /*disclosure-closed;*/
            color: var(--c1);
            font-size: 150%;
            margin-left:20px;
        }
ul.listFilesV .list-group-item:hover, ul.listFilesV .list-group-item:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: rgba(0,0,0,0.075);
    -webkit-transition: .5s;
    transition: .5s;
}

.table-responsive2 {display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch;}
.tWrap {height: 100%;overflow: hidden;display: flex;flex-direction: column;}
.tWrap__head {flex: 0 0 37px;overflow-y: scroll;min-height: 500px;}
.tWrap__body { overflow-y: scroll;}

.pagination .page-item .page-link:focus {background-color: #4285f4 !important;}
.dataTables_info{/*padding-top:0px !important;*/float: left;font-family: Poppins-Regular;font-size: 13px; color: #0e0e0e;}
.dataTables_filter{font-family: Poppins-Regular; font-size: 14px; color: #0e0e0e;}
.dataTables_filter .form-control:focus {box-shadow: 0 0 0 0.01rem rgba(0,123,255,.25) !important;
}

.tbl-dark caption {caption-side: top; text-align: center; background-color: #3a3f40; color: #bee0f9; font-size: 11px;font-weight: bold;
                           font-family: "Audiowide", cursive; padding-top: 0.15rem; padding-bottom: 0.15rem;letter-spacing: 1px;}

ul.nav-main li span {
    position: relative;
    left: -15px;
}
ul.nav-main li.liactive {list-style-type: disc;color: var(--c1);font-size: 102%;margin-left: 20px;font-weight: bold;}
ul.nav-main li.liactive span a {color: #f2d857 !important;/*text-shadow: 2px 2px 8px #f2d857*/}
ul.nav-main li span a:hover {color: #71c9ff !important;}

.fa-2_8x { font-size: 2.8em;}
.fa-2_5x { font-size: 2.5em;}

.table tr td span i.fas{cursor:pointer}





@media (max-width: 767px) {
    .tblMontos{width:100%}
    section.w-100{padding:0 !important}
    .list-group-item {padding: 0.75rem 0rem; }
    .dataTables_filter label{display:block;margin-left: 10px;}    
}

@media (min-width: 768px) and (max-width: 991px) {
    .tblMontos{width:75%}
}
@media (min-width: 768px) {
    ul.nav-main li:first-child {
        margin-left: 20px;
    }
}
@media (min-width: 992px) {
    .tblMontos{width:45%}
    /*table.tblDet + div.dataTables_info {float:initial !important}*/
}
@media (max-width: 991px) {
    table.tblDet + div.dataTables_info {float:initial !important}
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        justify-content: center !important;
        margin: auto !important;
    }
}