
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


.container {
    width: 100%;
    height: auto;
}


.container #login {
    width: 100%;
    height: 100vh;
    background-color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
}

.container #login .card-left {
    width: 36%;
    height: 480px;
    background-color: #f4f4f4fb;
    border-radius: 8px;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 32%;
    transform: translate(-50%, -50%);
    animation: fadeIn 1s;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}


.container #login .card-left section:nth-child(1) {
    width: 100%;
    height: 18%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.container #login .card-left section:nth-child(1) h4 {
    font-family: 'Calibri';
    font-smooth: antialiased;
    /* Otras opciones: subpixel-antialiased, none */
    text-rendering: optimizeLegibility;
    font-size: 24px;
    font-weight: bold;
}

.container #login .card-left section:nth-child(2) {
    width: 100%;
    height: 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.container #login .card-left section:nth-child(2) .btn-icon {
    width: 78%;
    height: 55px;
    font-size: 17px;
    margin-top: 15px;
    background-color: white;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;

}


.container #login .card-left section:nth-child(2) .btn-icon .blue-line {
    width: 1%;
    height: 90%;
    background-color: #0d345d;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.container #login .card-left section:nth-child(2) .btn-icon i {
    width: 18%;
    height: 22px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid gray;
}

.container #login .card-left section:nth-child(2) .btn-icon input {
    width: 81%;
    height: 100%;
    border: none;
    font-size: 16px;
    padding-left: 20px;
    border: none;
    outline: none;
    padding-right: 10px;
    font-family: 'Calibri';
    font-smooth: antialiased;
    /* Otras opciones: subpixel-antialiased, none */
    text-rendering: optimizeLegibility;
}

.container #login .card-left section:nth-child(3) {
    width: 100%;
    height: 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.container #login .card-left section:nth-child(3) p {
    width: 100%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 13px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
}

.container #login .card-left section:nth-child(3) p span {
    text-align: center; 
}

.container #login .card-left section:nth-child(3) p span:nth-child(2) {
    color: black;
    margin-top: 5px;
    font-size: 11px;
    padding-left: 20px;
    padding-right: 20px;
}

.container #login .card-left section:nth-child(3) div {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Calibri';
    font-size: 13px;
    padding-left: 50px;
    font-smooth: antialiased;
    /* Otras opciones: subpixel-antialiased, none */
    text-rendering: optimizeLegibility;
}

.container #login .card-left section:nth-child(3) .recupera-contra {
    min-width: 100%;
    margin-left: -25px;
    display: flex;
    flex-direction: row;
    padding-left: 65%;
}

/* .container #login .card-left section:nth-child(3) .recupera-contra a {
    
    text-decoration: underline;
} */

.container #login .card-left section:nth-child(3) div label {
    margin-left: 5px;
}

.container #login .card-left section:nth-child(3) a {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: right;
    font-family: 'Calibri';
    font-size: 13px;
    text-decoration: none;
    padding-right: 55px;
    color: black;
    font-weight: bolder;
    font-smooth: antialiased;
    /* Otras opciones: subpixel-antialiased, none */
    text-rendering: optimizeLegibility;

}

.container #login .card-left section:nth-child(4) {
    width: 100%;
    height: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container #login .card-left section:nth-child(4) button {
    width: 40%;
    height: 45px;
    color: white;
    background-color: #002043;
    border: none;
    font-size: 17px;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Calibri';
    font-smooth: antialiased;
    /* Otras opciones: subpixel-antialiased, none */
    text-rendering: optimizeLegibility;
}

.container #login .card-left section:nth-child(4) button i {
    margin-right: 7px;
    font-size: 20px;
    font-weight: normal;
}

.container #login .card-left section:nth-child(4) button:hover {
    background-color: #0d345d;
}

.container #login .card-right {
    width: 40%;
    height: 550px;
    background-color: #002043;
    border-radius: 8px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: 32%;
    transform: translate(50%, -50%);
    animation: moveLeft 1s;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

@keyframes moveLeft {
    from {
        right: 22%;
    }

    to {
        right: 32%;
    }
}

.container #login .card-right .img-cont {
    width: 250px;
    height: 200px;
    -webkit-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform-style: preserve-3d;
    position: relative;
}

.container #login .card-right .img-cont .side {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    color: #fff;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    border-radius: 10px;
}

.container #login .card-right .img-cont .front {
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    animation: fadeIn 1s;
    position: relative;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    transform-style: preserve-3d;

}

.container #login .card-right .img-cont .back {
    transform: rotateY(180deg);
    z-index: 0;
    padding-top: 10px;
    font-family: Calibri, 'Trebuchet MS', sans-serif;

}

.container #login .card-right .img-cont .back i {
    font-size: 10px;
}

.container #login .card-right .img-cont .back h3 {
    width: 100%;
    height: 35%;
    padding-top: 10%;
}


.container #login .card-right .img-cont:hover {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}


.container #login .card-right .img-cont h2 {
    color: white;
    font-family: 'Calibri';
    font-size: 35px;
    font-smooth: antialiased;
    /* Otras opciones: subpixel-antialiased, none */
    text-rendering: optimizeLegibility;
    position: absolute;
    margin-top: 18%;
}

.container #login .card-right .img-cont img {
    width: 320px;
    position: absolute;
    margin-top: 15%;
}


/* ------------------------------------------- */
/* efecto particulas login */


.container>.card {
    width: 100%;
    height: 100vh;
    box-shadow: 5px 5px 5px 5px rgba(32, 32, 32, 0.3);
    display: flex;
    flex-direction: column;
}

canvas {
    position: absolute;
    top: 0px;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

/* ---- stats.js ---- */
.count-particles {
    background: #fff;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #fff;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.js-count-particles {
    font-size: 1.1em;
}

#stats,
.count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px;
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.count-particles {
    border-radius: 0 0 3px 3px;
}

#particles-js {
    transition: color .3s linear;
}

#particles-js.toggle-color {
    background: #191919;
    transition: background 4s linear;
}


.container nav {
    width: 98%;
    height: 80px;
    display: flex;
    flex-direction: column;
    background-color: #002043;
    position: fixed;
    top: 10px;
    left: 1%;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    z-index: 9;
}

.container nav .sec-1 {
    width: 100%;
    height: 60%;
    display: flex;
    flex-direction: row;
    position: relative;
}

.container nav .sec-1 .menu {
    width: 5%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container nav .sec-1 .menu button {
    width: 35px;
    height: 35px;
    border: none;
    color: white;
    background-color: #002043;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: bold;
    font-smooth: antialiased;
    /* Otras opciones: subpixel-antialiased, none */
    text-rendering: optimizeLegibility;
}

.container nav .sec-1 .menu button:hover {}

.container nav .sec-1 .searching {
    width: 25%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
    border-radius: 6px;
    margin-left: 10px;
}

.container nav .sec-1 .searching .ipt-search {
    width: 80%;
    height: 60%;
    background-color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 10px;
}

.container nav .sec-1 .searching .ipt-search i {
    width: auto;
    margin-left: 5px;
}

.container nav .sec-1 .searching .ipt-search input {
    width: 80%;
    background-color: white;
    border: none;
    outline: none;
    margin-left: 10px;
}

.container nav .sec-1 .cont-img {
    width: 35%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container nav .sec-1 .cont-img img {
    height: 36px;
}

.container nav .sec-1 .user-conn {
    width: 15%;
    height: 100%;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    color: white;
}

.container nav .sec-1 .user-conn i {
    font-size: 18px;
}

.container nav .sec-1 .user-conn label {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin-left: 5px;
}

.container nav .sec-2 {
    width: 100%;
    height: 40%;
    display: flex;
    flex-direction: row;
    position: relative;
}

.container nav .sec-2 #ulHeadMenu {
    width: 60%;
    height: 100%;
    display: flex;
    flex-direction: row;
    position: absolute;
    right: 0;
}

.container nav .sec-2 #ulHeadMenu>li {
    width: 20%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial, Helvetica, sans-serif;
    list-style: none;
}

.container nav .sec-2 #ulHeadMenu>li>a {
    width: 97%;
    height: 75%;
    text-decoration: none;
    color: white;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial;
    font-smooth: antialiased;
    /* Otras opciones: subpixel-antialiased, none */
    text-rendering: optimizeLegibility;

}

.container nav .sec-2 #ulHeadMenu>.liHeadUp {
    cursor: pointer;
}

.container nav .sec-2 #ulHeadMenu>.liHeadUp>a:hover {
    width: 97%;
    height: 75%;
    background-color: white;
    color: #002043;
    border-radius: 10px;
}

.container nav .sec-2 #ulHeadMenu>.liHeadUp>.submenu-desplegable {
    width: 180px;
    height: auto;
    background-color: #000000;
    position: absolute;
    top: 100%;
    display: none;
}


.container nav .sec-2 #ulHeadMenu>.liHeadUp>#ulCrecimiento {
    right: 25%;
}

.container nav .sec-2 #ulHeadMenu>.liHeadUp>#liHeadUp {
    right: 0%;
}

.container nav .sec-2 #ulHeadMenu>.liHeadUp>.submenu-desplegable>li {
    background-color: #f3f3f3;
    width: 100%;
    height: 32px;
    list-style: none;
}

.container nav .sec-2 #ulHeadMenu>.liHeadUp>.submenu-desplegable>li>a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #002043;
    padding: 5px;
    font-size: 15px;
}

.container nav .sec-2 #ulHeadMenu>.liHeadUp>.submenu-desplegable>li>a:hover {
    background-color: #e1efff;
}

/* ----------SUB-CONTAINER---------- */

.container .sub-container {
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 5px;
}

.container .sub-container #idLoadingProgress {
    width: 100%;
    height: 100vh;
    display: none;
    align-items: center;
    justify-content: center;

}

.container .sub-container #idLoadingProgress img {
    width: 100px;
}

.container .sub-container #idIndex {
    width: 100%;
    height: auto;
    background-color: #f3f3f3;
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    right: 0;
}

/* estilos para la visualización del HOME PAGE */
.container .sub-container #idIndex .super-title {
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-family: Calibri;
}

.container .sub-container #idIndex .result-numeric {
    width: 96%;
    height: 130px;
    display: flex;
    flex-direction: row;
    background: rgb(4, 22, 51);
    background: linear-gradient(90deg, rgba(4, 22, 51, 1) 0%, rgba(8, 50, 119, 1) 46%, rgba(19, 70, 152, 1) 82%);
}

.container .sub-container #idIndex .result-numeric div {
    width: 33.3%;
    margin: 10px;
    display: flex;
    flex-direction: column;
}

.container .sub-container #idIndex .result-numeric div section {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: rgb(255, 255, 255);
    margin-top: 10px;
    font-family: Calibri;
}

.container .sub-container #idIndex .result-numeric div section:nth-child(1) {}

.container .sub-container #idIndex .result-numeric div section:nth-child(2) {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    font-size: 20px;
    margin-top: 6px;
}

.container .sub-container #idIndex .result-numeric div section:nth-child(2)>section {
    font-size: 15px;
    margin-top: 4px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
}

/* resultados en grafica lineal */

.container .sub-container #idIndex .result-graphic {
    width: 96%;
    height: 320px;
    display: flex;
    flex-direction: row;
    margin-top: 15px;
}

.container .sub-container #idIndex .result-graphic .title-graphic {
    width: 75%;
    display: flex;
    flex-direction: column;
}

.container .sub-container #idIndex .result-graphic .title-graphic section:nth-child(1) {
    width: 100%;
    height: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 22px;
}

.container .sub-container #idIndex .result-graphic .title-graphic .chart-1 {
    width: 100%;
    height: 80%;
    position: relative;

}

.container .sub-container #idIndex .result-graphic .title-graphic .chart-1 #myChart {
    max-width: 100%;
    max-height: 100%;
    background-color: white;
    border-radius: 10px;
}

.container .sub-container #idIndex .result-graphic .change-campus {
    width: 25%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
}

/* ----------------------SELECTS--------------------- */
.container .sub-container #idIndex .result-graphic .change-campus .select-campus {
    width: 82%;
    height: 70px;
    display: flex;
    flex-direction: column;
    background-color: #242424;
    border-radius: 10px;
}

.container .sub-container #idIndex .result-graphic .change-campus .select-campus label {
    width: 100%;
    height: 35%;
    font-size: 17px;
    font-family: Calibri, 'Trebuchet MS', sans-serif;
    display: flex;
    align-items: flex-end;
    padding-left: 10px;
    color: white;
}

.container .sub-container #idIndex .result-graphic .change-campus .select-campus .div-select {
    width: 100%;
    height: 65%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container .sub-container #idIndex .result-graphic .change-campus .select-campus .div-select select {
    width: 95%;
    height: 30px;
    font-family: Calibri, 'Trebuchet MS', sans-serif;
    font-size: 17px;
    outline: none;
    border: none;
    border-radius: 5px;
    font-weight: bold;
}


.container .sub-container #idIndex .result-graphic .change-campus .select-mes {
    width: 82%;
    height: 70px;
    display: flex;
    flex-direction: column;
    background-color: #242424;
    border-radius: 10px;
    margin-top: 20PX;
}

.container .sub-container #idIndex .result-graphic .change-campus .select-mes label {
    width: 100%;
    height: 35%;
    font-size: 17px;
    font-family: Calibri, 'Trebuchet MS', sans-serif;
    display: flex;
    align-items: flex-end;
    padding-left: 10px;
    color: white;
}

.container .sub-container #idIndex .result-graphic .change-campus .select-mes .div-select {
    width: 100%;
    height: 65%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container .sub-container #idIndex .result-graphic .change-campus .select-mes .div-select select {
    width: 95%;
    height: 30px;
    font-family: Calibri, 'Trebuchet MS', sans-serif;
    font-size: 17px;
    outline: none;
    border: none;
    border-radius: 5px;
    font-weight: bold;
}

/* estilos para la visualización de HOME PAGE -> MARKETING - Research */
/* PUNTO DE PARTIDA */
/* .container .sub-container #idIndex  */

/* Crecimiento */
.container .sub-container #idIndex .subCrecimiento {
    width: 100%;
    height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.container .sub-container #idIndex .subCrecimiento .sub-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}


/* encabezado para el Sub-Header de Marketing */
.container .sub-container #idIndex .subCrecimiento .sub-container .header-research {
    width: 98%;
    margin-left: 1%;
    height: 65px;
    display: flex;
    flex-direction: row;
    background-color: #0075C9;
}

.container .sub-container #idIndex .subCrecimiento .sub-container .header-research section {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Calibri;
    color: white;
    font-size: 20px;
}

.container .sub-container #idIndex .subCrecimiento .sub-container .header-research .title-1 {
width: 80%;
}

.container .sub-container #idIndex .subCrecimiento .sub-container .header-research .buttons {
width: 20%;
height: 100%;
}

.container .sub-container #idIndex .subCrecimiento .sub-container .header-research .buttons a {
    width: 90%;
    height: 70%;
    color: #0075C9;
    border-radius: 14px;
    text-decoration: none;
    background-color: white;
    font-size: 17px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.container .sub-container #idIndex .subCrecimiento .sub-container .header-research .title-2 {
    width: 100%;
}

.container .sub-container #idIndex .subCrecimiento .sub-container #defaultView {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Calibri;
    font-size: 22px;
}

/* eliminamos el estilo de estos frames */
.container .sub-container #idIndex .subCrecimiento .sub-container #defaultView iframe {
    width: 100%;
    height: 100%;
}

.container .sub-container #idIndex .mini-footer {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Calibri;
    color: #343536;
    font-size: 17px;
}

/* contenedor para la descarga de periodos anteriores */
.container .sub-container #idIndex .content-reportes-anteriores {
    width: 100%;
    height: 280px;
    margin-bottom: 100px;
}

.container .sub-container #idIndex .content-reportes-anteriores .title {
    width: 100%;
    height: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-family: Calibri;
}

.container .sub-container #idIndex .content-reportes-anteriores .selects {
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: row;

}

.container .sub-container #idIndex .content-reportes-anteriores .selects section {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: center;
    padding-left: 15%;
}

.container .sub-container #idIndex .content-reportes-anteriores .selects section label {
    font-size: 16px;
    font-family: Calibri;
}

.container .sub-container #idIndex .content-reportes-anteriores .selects section  select {
    width: 50%;
    height: 35px;
    margin-top: 10px;
    font-size: 17px;
    border-radius: 10px;
    padding-left: 4px;
}


.container .sub-container #idIndex .content-reportes-anteriores .button {
    width: 100%;
    height: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container .sub-container #idIndex .content-reportes-anteriores .button button {
    width: 205px;
    height: 45px;
    background-color: #0075C9;
    color: white;
    font-family: Calibri;
    font-size: 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}


/* Marketing */
.container .sub-container #idIndex .subMarketing {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.container .sub-container #idIndex .subMarketing .sub-container {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.container .sub-container #idIndex .subMarketing .sub-container ul {
    width: 100%;
    height: 45px;
    display: flex;
    flex-direction: row;
    padding-left: 1.5%;
    padding-right: 1.5%;

}

.container .sub-container #idIndex .subMarketing .sub-container ul li {
    width: 20%;
    height: 100%;
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
}


.container .sub-container #idIndex .subMarketing .sub-container ul li .card {
    width: 97%;
    height: 95%;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: white;
    border: 2px #002043 solid;
    border-radius: 15px;
    overflow: hidden;
}

.container .sub-container #idIndex .subMarketing .sub-container ul li .card:hover {
    background-color: gainsboro;
}

.container .sub-container #idIndex .subMarketing .sub-container ul li .card img {
    height: 100%;

}

.container .sub-container #idIndex .subMarketing .sub-container ul li .card a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #04101d;
    font-family: Calibri;
    font-size: 17px;
    font-weight: bolder;
}


.container .sub-container #idIndex .subMarketing .sub-container #idMarketing {
    width: 100%;
    height: 100%;
}

/* encabezado para el Sub-Header de Marketing */
.container .sub-container #idIndex .subMarketing .sub-container #idMarketing .header-research {
    width: 98%;
    height: 65px;
    display: flex;
    flex-direction: row;
    padding-left: 1%;
}

.container .sub-container #idIndex .subMarketing .sub-container #idMarketing .header-research>div {
    width: 16%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container .sub-container #idIndex .subMarketing .sub-container #idMarketing .header-research>div select {
    width: 91%;
    height: 37px;
    border-radius: 15px;
    border: none;
    background-color: #ffffff;
    color: #002043;
    font-size: 13px;
    padding-left: 2px;
    outline: none;
    font-weight: bold;
    border: 1px #002043 solid;
    cursor: pointer;
}

.container .sub-container #idIndex .subMarketing .sub-container #idMarketing .header-research>div button {
    width: 91%;
    height: 37px;
    border-radius: 15px;
    border: none;
    background-color: #ffffff;
    color: #002043;
    font-size: 13px;
    padding-left: 2px;
    outline: none;
    font-weight: bold;
    border: 1px #002043 solid;
    cursor: pointer;
}

/* Evaluación Docente */

.container .sub-container #idIndex .subAcademico {
    width: 100%;
    height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.container .sub-container #idIndex .subAcademico .sub-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.container .sub-container #idIndex .subAcademico .sub-container #defaultView {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Calibri;
    font-size: 22px;

}

.container .sub-container #idIndex .subAcademico .sub-container #defaultView iframe {
    width: 100%;
    height: 100%;
}

.container .sub-container #idIndex .subAcademicoTab {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.container .sub-container #idIndex .subAcademicoTab .sub-tab {
    width: 100%;
    height: 35px;
    display: flex;
    flex-direction: row;

}

.container .sub-container #idIndex .subAcademicoTab .sub-tab button {
    width: 50%;
    height: 100%;
    border: 1px solid white;
    background-color: #1580CD;
    color: white;
    font-weight: bold;
    font-size: 17px;
    cursor: pointer;
}

.container .sub-container #idIndex .subAcademicoTab .sub-tab button:hover {
    background-color: rgb(39, 146, 222);
}

.container .sub-container #idIndex .subAcademicoTab .sub-container {
    width: 100%;
    height: 80vh;
    display: flex;
    flex-direction: column;
}

.container .sub-container #idIndex .subAcademicoTab .sub-container #sub-sec-1 {
width: 100%;
height: 100%;
display: flex;
}

.container .sub-container #idIndex .subAcademicoTab .sub-container #sub-sec-2 {
    width: 100%;
    height: 100%;
    display: none;
}

.container .sub-container #idIndex .subAcademicoTab .sub-container section iframe {
    width: 100%;
    height: 85vh;
}

/* Financieros */

.container .sub-container #idIndex .subIngresos {
    width: 100%;
    height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.container .sub-container #idIndex .subIngresos .sub-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.container .sub-container #idIndex .subIngresos .sub-container #defaultView {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Calibri;
    font-size: 22px;

}

.container .sub-container #idIndex .subIngresos .sub-container #defaultView iframe {
    width: 100%;
    height: 100%;
}


/* Cartera Vencida */
.container .sub-container #idIndex .subCartera {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.container .sub-container #idIndex .subCartera .sub-container {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.container .sub-container #idIndex .subCartera .sub-container .sub-header {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items:  center;
}

.container .sub-container #idIndex .subCartera .sub-container .sub-header section {
    width: 85%;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #0075C9;
    font-size: 20px;
}

.container .sub-container #idIndex .subCartera .sub-container .sub-header ul {
    width: 85%;
    height: 55px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #0075C9;
}

.container .sub-container #idIndex .subCartera .sub-container .sub-header ul li {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container .sub-container #idIndex .subCartera .sub-container .sub-header ul li a {
    width: 145px;
    height: 35px;
    background-color: white;
    color: #04101d;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Calibri;
    text-align: center;
    cursor: pointer;
    font-weight: bolder;
    text-decoration: none;
}

.container .sub-container #idIndex .subCartera .sub-container .sub-header .ul-1 li {
    width: 25%;
}

.container .sub-container #idIndex .subCartera .sub-container .sub-header .ul-2 li {
    width: 33.33%;
}

.container .sub-container #idIndex .subCartera .sub-container .sub-header .ul-2 li a {
    width: 240px;
}


.container .sub-container #idIndex .subCartera .sub-container #defaultView {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Calibri;
    font-size: 22px;
    background-color: #0b3461;
    margin-top: 25px;
}

.container .sub-container #idIndex .subCartera .sub-container #defaultView iframe {
    width: 100%;
    height: 100%;
}

.container .sub-container #idIndex .subCartera .sub-container .mini-footer {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(88, 88, 88);
    font-family: Calibri;
    font-size: 17px;
}

/* contenedor para la descarga de periodos anteriores */
.container .sub-container #idIndex .content-cartera-mensual {
    width: 100%;
    height: 280px;
    margin-top: 20px;
    margin-bottom: 100px;
}

.container .sub-container #idIndex .content-cartera-mensual .title {
    width: 100%;
    height: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-family: Calibri;
}

.container .sub-container #idIndex .content-cartera-mensual .selects {
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: row;

}

.container .sub-container #idIndex .content-cartera-mensual .selects section {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: center;
    padding-left: 15%;
}

.container .sub-container #idIndex .content-cartera-mensual .selects section label {
    font-size: 16px;
    font-family: Calibri;
}

.container .sub-container #idIndex .content-cartera-mensual .selects section  select {
    width: 50%;
    height: 35px;
    margin-top: 10px;
    font-size: 17px;
    border-radius: 10px;
    padding-left: 4px;
}


.container .sub-container #idIndex .content-cartera-mensual .button {
    width: 100%;
    height: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container .sub-container #idIndex .content-cartera-mensual .button button {
    width: 205px;
    height: 45px;
    background-color: #0075C9;
    color: white;
    font-family: Calibri;
    font-size: 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}



/* Beca Convocatorias */
.container .sub-container #idIndex .subBecas {
    width: 100%;
    height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.container .sub-container #idIndex .subBecas .sub-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.container .sub-container #idIndex .subBecas .sub-container .sub-header {
    display: flex;
    flex-direction: column;
    align-items:  center;
}

.container .sub-container #idIndex .subBecas .sub-container .sub-header section {
    width: 85%;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #0075C9;
    font-size: 20px;
}

.container .sub-container #idIndex .subBecas .sub-container .sub-header ul {
    width: 85%;
    height: 55px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #0075C9;
}

.container .sub-container #idIndex .subBecas .sub-container .sub-header ul li {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container .sub-container #idIndex .subBecas .sub-container .sub-header ul li a {
    width: 145px;
    height: 35px;
    background-color: white;
    color: #04101d;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Calibri;
    text-align: center;
    cursor: pointer;
    font-weight: bolder;
}

.container .sub-container #idIndex .subBecas .sub-container .sub-header .ul-1 li {
    width: 25%;
}

.container .sub-container #idIndex .subBecas .sub-container .sub-header .ul-2 li {
    width: 33.33%;
}

.container .sub-container #idIndex .subBecas .sub-container .sub-header .ul-2 li a {
    width: 240px;
}


.container .sub-container #idIndex .subBecas .sub-container #defaultView {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Calibri;
    font-size: 22px;   
}

/* DashBoard */


.container .sub-container #idIndex .subDashboard {
    width: 100%;
    height: 82vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}

.container .sub-container #idIndex .subDashboard .sub-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.container .sub-container #idIndex .subDashboard .sub-container .sub-header {
    display: flex;
    flex-direction: column;
    align-items:  center;
}

.container .sub-container #idIndex .subDashboard .sub-container .sub-header section {
    width: 85%;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #0075C9;
    font-size: 20px;
}

.container .sub-container #idIndex .subDashboard .sub-container .sub-header ul {
    width: 85%;
    height: 55px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #0075C9;
}

.container .sub-container #idIndex .subDashboard .sub-container .sub-header ul li {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container .sub-container #idIndex .subDashboard .sub-container .sub-header ul li a {
    width: 145px;
    height: 35px;
    background-color: white;
    color: #04101d;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Calibri;
    text-align: center;
    cursor: pointer;
    font-weight: bolder;
}

.container .sub-container #idIndex .subDashboard .sub-container .sub-header .ul-1 li {
    width: 25%;
}

.container .sub-container #idIndex .subDashboard .sub-container .sub-header .ul-2 li {
    width: 33.33%;
}

.container .sub-container #idIndex .subDashboard .sub-container .sub-header .ul-2 li a {
    width: 240px;
}


.container .sub-container #idIndex .subDashboard .sub-container #defaultView {
    width: 100%;
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Calibri;
    font-size: 22px;
}


/* estilos para la visualización de ACADEMICO -> ASF */
.container .sub-container #idIndex .sub-ASF {
    width: 100%;
    min-height: 88vh;
    display: flex;
    flex-direction: row;
    overflow-y: hidden;
    overflow-x: scroll;
    padding-left: 1%;
    padding-right: 1%;
    transform: rotateX(180deg);
}

/* width */
.container .sub-container #idIndex .sub-ASF::-webkit-scrollbar {
    width: 20px;
}

/* Track */
.container .sub-container #idIndex .sub-ASF::-webkit-scrollbar-track {}

/* Handle */
.container .sub-container #idIndex .sub-ASF::-webkit-scrollbar-thumb {
    background-image: linear-gradient(180deg, #0b3461 0%, #002043 99%);
}

.container .sub-container #idIndex .sub-ASF .sections {
    width: 250px;
    height: auto;
    background-color: rgb(243, 243, 243);
    position: relative;
    margin-right: 8px;
    transform: rotateX(180deg);
}

.container .sub-container #idIndex .sub-ASF .sections .content {
    width: 240px;
    height: auto;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 5px;
    margin-top: 20px;
}

.container .sub-container #idIndex .sections .content .left-data {
    min-width: 240px;
    height: 185px;
}

.container .sub-container #idIndex .sections .content .left-data section {
    display: flex;
    align-items: center;
}

.container .sub-container #idIndex .sections .content .left-data .min-title {
    width: 100%;
    height: 20%;

    color: white;

}

.container .sub-container #idIndex .sections .content .left-data .min-title h4 {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0px;
    font-weight: 100;
    font-family: sans-serif;
    font-size: 14px;
}

.container .sub-container #idIndex .sections .content .left-data .min-title a {
    width: 46%;
    height: 75%;
    border: none;
    cursor: pointer;
    outline: none;
    color: white;
    border-radius: 10px;
    font-size: 13px;
    font-family: Calibri;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container .sub-container #idIndex .sections .content .left-data .min-title a:hover {
    background-color: #ffffff;
    color: #000000;
}

.container .sub-container #idIndex .sections .content .left-data .min-body {
    width: 100%;
    height: 55%;
    display: flex;
    flex-direction: column;
}

.container .sub-container #idIndex .sections .content .left-data .min-body .porcentage {
    width: 100%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: left;
    font-family: Calibri;
    color: white;
    font-size: 35px;
    padding-left: 28px;
}

.container .sub-container #idIndex .sections .content .left-data .min-body .bar-progress {
    width: 100%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -7px;
}

.container .sub-container #idIndex .sections .content .left-data .min-body .bar-progress .barra {
    width: 80%;
    height: 20px;
    position: relative;
    border-radius: 20px;
    padding: 10px;
    background-color: rgb(255, 255, 255);
    overflow: hidden;
}

.container .sub-container #idIndex .sections .content .left-data .min-body .bar-progress .barra .barra-progress {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
}

.container .sub-container #idIndex .sections .content .left-data .min-body .bar-progress .barra .bp-red {
    background-color: #FF0000;
    animation: progreso-red 0.5s;
}

.container .sub-container #idIndex .sections .content .left-data .min-body .bar-progress .barra .bp-orange {
    background-color: #FFC000;
    animation: progreso-orange 0.5s;
}

.container .sub-container #idIndex .sections .content .left-data .min-body .bar-progress .barra .bp-yellow {
    background-color: #FFFF00;
    animation: progreso-yellow 0.5s;
}

.container .sub-container #idIndex .sections .content .left-data .min-body .bar-progress .barra .bp-green {
    background-color: #00B050;
    animation: progreso-green 0.5s;
}

@keyframes progreso-red {
    0% {
        width: 0%;
    }

    100% {
        width: 25%;

    }
}

@keyframes progreso-orange {
    0% {
        width: 0%;
    }

    100% {
        width: 50%;

    }
}

@keyframes progreso-yellow {
    0% {
        width: 0%;
    }

    100% {
        width: 75%;

    }
}

@keyframes progreso-green {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;

    }
}


.container .sub-container #idIndex .sections .content .left-data .min-foot {
    width: 100%;
    height: 25%;
}

.container .sub-container #idIndex .sections .content .left-data .min-foot button {
    width: 100%;
    height: 100%;
    border: none;
    background-color: #04101d;
    color: white;
    outline: none;
    font-size: 18px;
    font-weight: 100;
    cursor: pointer;
    display: flex;
    flex-direction: row;
}

.container .sub-container #idIndex .sections .content .left-data .min-foot button label {
    width: 80%;
    height: 100%;
    font-family: Calibri;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    cursor: pointer;
}

.container .sub-container #idIndex .sections .content .left-data .min-foot button i {
    width: 20%;
    height: 100%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container .sub-container #idIndex .sections .content .right-options {
    width: 240px;
    height: auto;
    background-color: #ededed;
    overflow-y: hidden;

}

.container .sub-container #idIndex .sections .content .right-options .ul-right-ASF {
    width: 100%;
    /*   height: 0px; */
    display: flex;
    flex-direction: column;
    overflow-y: hidden;
    overflow-x: hidden;
    /*     padding-top: 10px;
    padding-bottom: 30px; */

    height: 600px;
    padding-top: 10px;
    padding-bottom: 30px;
}

/* width */
.container .sub-container #idIndex .sections .content .right-options .ul-right-ASF::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.container .sub-container #idIndex .sections .content .right-options .ul-right-ASF::-webkit-scrollbar-track {
    border-radius: 5px;
}

/* Handle */
.container .sub-container #idIndex .sections .content .right-options .ul-right-ASF::-webkit-scrollbar-thumb {
    background-image: linear-gradient(180deg, #ffffff 0%, #c5d1de 99%);
    /* box-shadow: inset 2px 2px 5px 0 rgba(#fff, 0.5); */
    border-radius: 0px;
}

.container .sub-container #idIndex .sections .content .right-options .ul-right-ASF li {
    min-width: 220px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 0 8px 0;
}

.container .sub-container #idIndex .sections .content .right-options .ul-right-ASF li button {
    width: 90%;
    height: 60px;
    border-radius: 10px;
    border: 2px white solid;
    cursor: pointer;
    font-family: Calibri;
    font-size: 17px;
    font-weight: bold;
    position: relative;
}


.container .sub-container #idIndex .sections .content .right-options .ul-right-ASF li button .message-floating {
    position: absolute;
    bottom: -65%;
    left: 15px;
    background-color: #ededed;
    width: 190px;
    height: 39px;
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: normal;
    z-index: 4;
    border-radius: 3px;
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.container .sub-container #idIndex .sections .content .right-options .ul-right-ASF li button .message-floating .circle-color-R,
.circle-color-G,
.circle-color-Y,
.circle-color-O {
    width: 10px;
    height: 10px;
    font-size: 10px;
    margin-right: 5px;
    margin-left: 10px;
    border-radius: 50%;
}

.container .sub-container #idIndex .sections .content .right-options .ul-right-ASF li button .message-floating .circle-color-R {
    background-color: #FF0000;
}


.container .sub-container #idIndex .sections .content .right-options .ul-right-ASF li button .message-floating .circle-color-G {
    background-color: #00B050;
}

.container .sub-container #idIndex .sections .content .right-options .ul-right-ASF li button .message-floating .circle-color-Y {
    background-color: #FEFE00;
}

.container .sub-container #idIndex .sections .content .right-options .ul-right-ASF li button .message-floating .circle-color-O {
    background-color: #FFC000;
}



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

@keyframes reduceMain {
    from {
        width: 100%;
    }

    to {
        width: 80%;
    }
}

@keyframes extendMain {
    from {
        width: 80%;
    }

    to {
        width: 100%;
    }
}


@keyframes moveAsideLeft {
    from {
        left: 1%;
    }

    to {
        left: -21%;
    }
}

@keyframes moveAsideRight {
    from {
        left: -21%;
    }

    to {
        left: 1%;
    }
}

/* resultados en tacometro */

.result-tachomet {
    width: 98%;
    height: 350px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.result-tachomet .btn-to-hide {
    width: 100%;
    height: 35px;
    position: relative;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.result-tachomet .btn-to-hide h2 {
    font-family: Calibri, 'Trebuchet MS', sans-serif;
}

.result-tachomet .btn-to-hide button {
    width: 200px;
    height: 35px;
    position: absolute;
    right: 0px;
    background-color: #0b3461;
    color: white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: bold;
    font-size: 15px;
    border: none;
    cursor: pointer;
}

.result-tachomet .btn-to-hide button:hover {
    background-color: #1b4e84;
}

.result-tachomet .all-tachomet {
    width: 100%;
    height: 90%;
    display: flex;
    flex-direction: row;
    position: relative;
}

.result-tachomet .all-tachomet section {
    width: 33.33%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.result-tachomet .all-tachomet section .tachomet-title {
    width: 100%;
    height: 55px;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-family: Calibri;
    font-size: 12px;
}

.result-tachomet .all-tachomet section .tachomet-porcentage {
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-family: Calibri;
    font-size: 14px;
}

.result-tachomet .all-tachomet .img-arcolors {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.result-tachomet .all-tachomet .img-arcolors img {
    width: 305px;
}


.gral-info-campus {
    width: 96%;
    min-height: 100px;
    display: flex;
    flex-direction: column;
}

.gral-info-campus .sec-div {
    display: flex;
    flex-direction: row;
    margin-top: 15px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.gral-info-campus .sec-div>div {
    width: 50%;
    height: 220px;
    display: flex;
    flex-direction: row;

}

.gral-info-campus .sec-div>div .card-left {
    width: 50%;
    height: 100%;
}

.gral-info-campus .sec-div>div .card-right {
    width: 50%;
    height: 100%;
    object-fit: fill;
    overflow: hidden;
}

.gral-info-campus .sec-div>div .card-right img {
    height: 100%;
}

/* estilos para el aside 1 */
.container .sub-container #idAside {
    width: 20%;
    height: 83vh;
    position: fixed;
    background-color: #002043;
    top: 100px;
    left: 1%;
    border-radius: 20px;
    padding-left: 12px;
    z-index: 5;
    left: -21%;
    display: flex;
    flex-direction: column;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.container .sub-container #idAside .info-user {
    width: 100%;
    height: 14%;
    display: flex;
    flex-direction: row;
}

.container .sub-container #idAside .info-user .img-usr {
    width: 25%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container .sub-container #idAside .info-user .img-usr section {
    width: 42px;
    height: 42px;
    background-color: gray;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    text-align: center;
}

.container .sub-container #idAside .info-user .desc-usr {
    width: 75%;
    height: 100%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white;
    font-size: 15px;
}

.container .sub-container #idAside .info-user .desc-usr section:nth-child(1) {
    width: 100%;
    height: 50%;
    display: flex;
    align-items: flex-end;

}

.container .sub-container #idAside .info-user .desc-usr section:nth-child(2) {
    width: 100%;
    height: 50%;
    display: flex;
    align-items: flex-start;
    font-size: 14px;
}


.container .sub-container #idAside .info-campus {
    width: 100%;
    height: 86%;
    display: flex;
    flex-direction: column;
    padding-left: 10px;
}

.container .sub-container #idAside .info-campus section {
    width: 100%;
    height: 35px;
    display: flex;
    align-items: flex-end;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white;
    font-size: 14px;
}

.container .sub-container #idAside .info-campus ul {
    width: 100%;
    height: 100%;
    list-style: none;
    margin-top: 10px;
    overflow-y: scroll;
    padding-bottom: 15px;
}


/* width */
.container .sub-container #idAside .info-campus ul::-webkit-scrollbar {
    width: 15px;
}

/* Track */
.container .sub-container #idAside .info-campus ul::-webkit-scrollbar-track {
    border-radius: 5px;
}

/* Handle */
.container .sub-container #idAside .info-campus ul::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 50px;
}


.container .sub-container #idAside .info-campus ul li {
    width: 100%;
    height: 42px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.container .sub-container #idAside .info-campus ul li span i {
    color: white;
}

.container .sub-container #idAside .info-campus ul li .globe-image {
    width: 250px;
    height: 200px;
    position: absolute;
    z-index: 6;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
}

/* propiedades para las imagenes */
.container .sub-container #idAside .info-campus ul li #globeImage1 {
    right: -250px;
    top: 146px;
    display: none;
}

.container .sub-container #idAside .info-campus ul li #globeImage2 {
    right: -250px;
    top: 187px;
    display: none;
}

.container .sub-container #idAside .info-campus ul li #globeImage3 {
    right: -250px;
    top: 228px;
    display: none;
}

.container .sub-container #idAside .info-campus ul li #globeImage4 {
    right: -250px;
    top: 269px;
    display: none;
}

.container .sub-container #idAside .info-campus ul li #globeImage5 {
    right: -250px;
    top: 310px;
    display: none;
}

.container .sub-container #idAside .info-campus ul li #globeImage6 {
    right: -250px;
    top: 351px;
    display: none;
}

.container .sub-container #idAside .info-campus ul li #globeImage7 {
    right: -250px;
    top: 392px;
    display: none;
}

.container .sub-container #idAside .info-campus ul li #globeImage8 {
    right: -250px;
    top: 433px;
    display: none;
}

.container .sub-container #idAside .info-campus ul li #globeImage9 {
    right: -250px;
    top: 433px;
    display: none;
}

.container .sub-container #idAside .info-campus ul li #globeImage10 {
    right: -250px;
    top: 392px;
    display: none;
}

.container .sub-container #idAside .info-campus ul li #globeImage11 {
    right: -250px;
    top: 351px;
    display: none;
}

.container .sub-container #idAside .info-campus ul li .globe-image img {
    height: 100%;
}

.container .sub-container #idAside .info-campus ul li a {
    width: 95%;
    height: 88%;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white;
    font-size: 16px;
    border-radius: 15px;
    padding-left: 12px;
}

.container .sub-container #idAside .info-campus ul li a i {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    font-size: 20px;
    background-color: #19B469;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.container .sub-container #idAside .info-campus ul li a:hover {
    background-color: #1580CD;
}

/* ---------------------------------- */
/* DELETE */
.container .bottom-nav {
    /*     width: 100%;
    height: 20%;
    position: fixed;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4; */
}

/* menu de abajo */
.container .bottom-menu {
    width: 41vw;
    height: 62px;
    background-color: #002043;
    margin-left: 28%;
    bottom: 40px;
    border-radius: 35px;
    display: flex;
    flex-direction: row;
    list-style: none;
    overflow: hidden;
    position: fixed;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    z-index: 4;
}

.container .bottom-menu li {
    width: 25%;
    height: 100%;
    background-color: #002043;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container .bottom-menu li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: white;
    font-family: Arial;
    font-smooth: antialiased;
    /* Otras opciones: subpixel-antialiased, none */
    text-rendering: optimizeLegibility;
    font-size: 15px;
    z-index: 3;
}

/* boton en movimiento para 5 es 18% */
.container .bottom-menu #btnShadow {
    width: 23%;
    height: 86%;
    background-color: white;
    position: absolute;
    top: 7%;
    left: 1%;
    z-index: 2;
    border-radius: 35px;
}

/* primer botón */
@keyframes moveButton1HomePage1 {
    from {
        left: 1%;
    }
    to {
        left: 1%;
    }
}

@keyframes moveButton1HomePage2 {
    from {
        left: 1%;
    }
    to {
        left: 26%;
    }
}

@keyframes moveButton1HomePage3 {
    from {
        left: 1%;
    }
    to {
        left: 51%;
    }
}


/* @keyframes moveButton1HomePage4 {
    from {
        left: 1%;
    }
    to {
        left: 61%;
    }
}
 */

@keyframes moveButton1HomePage5 {
    from {
        left: 1%;
    }
    to {
        left: 76%;
    }
}

/* ---------------------------2do botón------------------------------------- */

@keyframes moveButton2HomePage1 {
    from {
        left: 26%;
    }
    to {
        left: 1%;
    }
}

@keyframes moveButton2HomePage2 {
    from {
        left: 26%;
    }
    to {
        left: 26%;
    }
}

@keyframes moveButton2HomePage3 {
    from {
        left: 26%;
    }
    to {
        left: 51%;
    }
}


/* @keyframes moveButton2HomePage4 {
    from {
        left: 21%;
    }
    to {
        left: 61%;
    }
} */


@keyframes moveButton2HomePage5 {
    from {
        left: 26%;
    }
    to {
        left: 76%;
    }
}

/* ---------------------------3er botón------------------------------------- */

@keyframes moveButton3HomePage1 {
    from {
        left: 51%;
    }
    to {
        left: 1%;
    }
}

@keyframes moveButton3HomePage2 {
    from {
        left: 51%;
    }
    to {
        left: 26%;
    }
}

@keyframes moveButton3HomePage3 {
    from {
        left: 51%;
    }
    to {
        left: 51%;
    }
}


/* @keyframes moveButton3HomePage4 {
    from {
        left: 41%;
    }
    to {
        left: 61%;
    }
} */


@keyframes moveButton3HomePage5 {
    from {
        left: 51%;
    }
    to {
        left: 76%;
    }
}

/* ----------------------------4to. botón------------------------------------ */

/* @keyframes moveButton4HomePage1 {
    from {
        left: 61%;
    }
    to {
        left: 1%;
    }
}

@keyframes moveButton4HomePage2 {
    from {
        left: 61%;
    }
    to {
        left: 21%;
    }
}

@keyframes moveButton4HomePage3 {
    from {
        left: 61%;
    }
    to {
        left: 41%;
    }
}


@keyframes moveButton4HomePage4 {
    from {
        left: 61%;
    }
    to {
        left: 61%;
    }
}


@keyframes moveButton4HomePage5 {
    from {
        left: 61%;
    }
    to {
        left: 81%;
    }
} */

/* ----------------------------5to boton------------------------------------ */

@keyframes moveButton5HomePage1 {
    from {
        left: 76%;
    }
    to {
        left: 1%;
    }
}

@keyframes moveButton5HomePage2 {
    from {
        left: 76%;
    }
    to {
        left: 26%;
    }
}

@keyframes moveButton5HomePage3 {
    from {
        left: 76%;
    }
    to {
        left: 51%;
    }
}


/* @keyframes moveButton5HomePage4 {
    from {
        left: 81%;
    }
    to {
        left: 61%;
    }
}
 */

@keyframes moveButton5HomePage5 {
    from {
        left: 76%;
    }
    to {
        left: 76%;
    }
}

/* ----------------------------FOOTER---------------------- */


.container footer {
    width: 100%;
    height: 300px;
    overflow: hidden;
    z-index: 2;
}


.container footer .sec-1 {
    width: 100%;
    height: 70%;
    display: flex;
    flex-direction: row;
    position: relative;
}


.container footer .sec-1 .paralelogramo {
    width: 70px;
    height: 110px;
    background: #ffffff;
    -webkit-transform: skew(-45deg);
    -moz-transform: skew(-45deg);
    -ms-transform: skew(-45deg);
    -o-transform: skew(-45deg);
    transform: skew(-45deg);
    position: absolute;
    right: 36%;
    z-index: 0;
}

.container footer .sec-1 .paralelogramo-down {
    width: 70px;
    height: 110px;
    background: #ffffff;
    -webkit-transform: skew(45deg);
    -moz-transform: skew(45deg);
    -ms-transform: skew(45deg);
    -o-transform: skew(45deg);
    transform: skew(45deg);
    position: absolute;
    right: 36%;
    z-index: 0;
    bottom: 0;
}


.container footer .sec-1 .div-mails {
    width: 60%;
    height: 100%;
    z-index: -2;

}

.container footer .sec-1 .div-mails section {
    background-color: #00AEEF;
    width: 110%;
    height: 70px;
    display: flex;
    flex-direction: row;
}

.container footer .sec-1 .div-mails section div {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 15px;
    font-family: Arial, Helvetica, sans-serif;
}

.container footer .sec-1 .div-mails section div label {
    width: 100%;
    height: 20px;
    display: flex;
    align-items: center;
    font-size: 15px;
}

.container footer .sec-1 .div-mails section div label i {
    width: 18px;
    height: 18px;
    background-color: #000000;
    color: #00AEEF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 12px;
    margin-right: 5px;
}

.container footer .sec-1 .div-contact {
    z-index: -1;
    width: 40%;
    height: 100%;
    display: flex;
    flex-direction: row;
}


.container footer .sec-1 .div-contact section:nth-child(1) {
    width: 35%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #002043;
    border-top-left-radius: 70px;
    border-bottom-left-radius: 70px;
}

.container footer .sec-1 .div-contact section:nth-child(2) {
    width: 65%;
    height: 120%;
    background-color: #002043;
    display: flex;
    flex-direction: column;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
}

.container footer .sec-1 .div-contact section:nth-child(2) label {
    width: 100%;
    height: 35px;
    display: flex;
    align-items: center;
    font-size: 15px;
}

.container footer .sec-1 .div-contact section:nth-child(2) ul {
    width: 100%;
    font-size: 14px;
    margin-left: 15px;
    margin-top: 15px;
}

.container footer .sec-1 .div-contact section:nth-child(2) ul li {
    width: 100%;
    height: 22px;
    display: flex;
    align-items: center;

}

.container footer .sec-2 {
    width: 100%;
    height: 30%;
    background-color: #002043;
    display: flex;
    flex-direction: row;
    border-top: 1px solid rgb(255, 255, 255);

}

.container footer .sec-2 div:nth-child(1) {
    width: 85%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
    margin-left: 15px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
}

.container footer .sec-2 div:nth-child(1) label {
    width: auto;
    border-right: 1px white solid;
    margin-right: 7px;
    padding-right: 7px;
}

.container footer .sec-2 div:nth-child(1) label:nth-child(3) {
    border: none;
}

.container footer .sec-2 div:nth-child(2) {
    width: 15%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container footer .sec-2 div:nth-child(2)>img {
    height: 55%;
}

/* ------------------- botones flotantes  --------------------*/

.container #btnMoreOptions {
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 70px;
    right: 60px;
    background-color: #002043;
    border-radius: 50%;
    border: none;
    color: white;
    font-size: 36px;
    outline: none;
    overflow: hidden;
    z-index: 4;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;

}

.container #btnMoreOptions i {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.container #btnMoreOptions i:hover {
    background-color: #0b3461;
    font-size: 39px;
}

.container .hidden-btns {
    width: 60px;
    height: 60px;
    background-color: #002043;
    border-radius: 50%;
    border: none;
    color: white;
    font-size: 36px;
    outline: none;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    z-index: 4;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 70px;
    right: 60px;
}

/* boton de mapa de sitio */
@keyframes moveUpBtn1 {
    from {
        bottom: 70px;
    }

    to {
        bottom: 140px;
    }
}

@keyframes moveDownBtn1 {
    from {
        bottom: 140px;
    }

    to {
        bottom: 70px;
    }
}

@keyframes moveUpBtn2 {
    from {
        bottom: 70px;
    }

    to {
        bottom: 210px;
    }
}

@keyframes moveDownBtn2 {
    from {
        bottom: 210px;
    }

    to {
        bottom: 70px;
    }
}

@keyframes moveUpBtn3 {
    from {
        bottom: 70px;
    }

    to {
        bottom: 280px;
    }
}

@keyframes moveDownBtn3 {
    from {
        bottom: 280px;
    }

    to {
        bottom: 70px;
    }
}

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

.sec-1 .container-tachomet {
    width: 260px;
    height: 160px;
    overflow: hidden;
}

.sec-2 .container-tachomet {
    width: 260px;
    height: 160px;
    overflow: hidden;
}

.sec-3 .container-tachomet {
    width: 260px;
    height: 160px;
    overflow: hidden;
}

.tachometer {
    background: rgb(233, 233, 233);
    width: 260px;
    height: 260px;
    border-radius: 100%;
    display: block;
    position: relative;
    margin-top: 25px;
}


.ii {
    position: absolute;
    width: 260px;
    height: 260px;
    z-index: 2;

}

.ii .bar-number {
    position: absolute;
    width: 260px;
    height: 260px;
    padding: 6px;
    box-sizing: border-box;
}



/* lineas pequeñas del tacometro */
.ii .bar-number b {
    position: absolute;
    display: block;
    left: 50%;
    width: 5px;
    height: 10px;
    background: #222222;
    margin: 0 -5px 0;

}

/* lineas mas grandes del tacometro */
.ii .bar-number:nth-child(2n+1) b {
    width: 5px;
    height: 20px;
    margin: 0 -5px 0;
}

.ii .bar-number:nth-child(1) {
    transform: rotate(240deg);
}

.ii .bar-number:nth-child(2) {
    transform: rotate(255deg);
}

.ii .bar-number:nth-child(3) {
    transform: rotate(270deg);
}

.ii .bar-number:nth-child(4) {
    transform: rotate(285deg);
}

.ii .bar-number:nth-child(5) {
    transform: rotate(300deg);
}

.ii .bar-number:nth-child(6) {
    transform: rotate(315deg);
}

.ii .bar-number:nth-child(7) {
    transform: rotate(330deg);
}

.ii .bar-number:nth-child(8) {
    transform: rotate(345deg);
}

.ii .bar-number:nth-child(9) {
    transform: rotate(0deg);
    /*---*/
}

.ii .bar-number:nth-child(10) {
    transform: rotate(15deg);
}

.ii .bar-number:nth-child(11) {
    transform: rotate(30deg);
}

.ii .bar-number:nth-child(12) {
    transform: rotate(45deg);
}

.ii .bar-number:nth-child(13) {
    transform: rotate(60deg);
}

.ii .bar-number:nth-child(14) {
    transform: rotate(75deg);
}

.ii .bar-number:nth-child(15) {
    transform: rotate(90deg);
}

.ii .bar-number:nth-child(16) {
    transform: rotate(105deg);
}

.ii .bar-number:nth-child(17) {
    transform: rotate(120deg);
}

/* para los numeros */
/* [class^="num_"] {
    color:#222222;
    display: block;
    position: absolute;
    width: 10px;
    font-size:30px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    text-decoration:none;
      
} */

.num_1 {
    transform: rotate(120deg);
    top: 20px;
}

.num_2 {
    transform: rotate(90deg);
    top: 13px;
    left: 5px
}

.num_3 {
    transform: rotate(60deg);
    top: 21px;
}

.num_4 {
    transform: rotate(30deg);
    top: 25px;
}

.num_5 {
    transform: rotate(0deg);
    top: 30px;
    left: -8px
}

.num_6 {
    transform: rotate(330deg);
    top: 35px;
    left: -10px
}

.num_7 {
    transform: rotate(300deg);
    top: 35px;
    left: -7px;
}

.num_8 {
    transform: rotate(270deg);
    top: 30px;
}

.num_9 {
    transform: rotate(240deg);
    top: 30px;
    left: 8px
}

/* #redline{     
    width:28px; height:150px;
    position:absolute;
    top:272px;
    right:12px;
    border-width: 22px;
    border-radius: 50%;
    border-style: solid;
    border-color:#171717 #F14134 #171717 #171717;
    transform:rotate(15deg);
    z-index:1
    } */


.line {


    background-color: #348cf1;
    height: 0;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 0;
    transform-origin: 50% 100%;
    margin: -120px -3px 0;
    padding: 120px 3px 0;
    z-index: 2;
    border-radius: 50% 50% 0 0;
    transform: rotate(-45deg);

    /* efecto movimiento */
    /*     animation: pendulum;
    animation-iteration-count: infinite;
    animation-duration: 4s; */


}

.pin {
    width: 40px;
    height: 40px;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    background-color: #343536;
    border-radius: 50%;
    position: absolute;
    box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.5);
    background-color: #77b3f7;
    z-index: 4;
}


.inner {
    width: 20px;
    height: 20px;
    margin: 10px auto 0;
    background-color: #f2f2f2;
    border-radius: 100%;
    position: relative;
}



@keyframes pendulum {
    10% {
        transform: rotate(90deg);
    }


    11% {
        transform: rotate(90deg);
    }

    12% {
        transform: rotate(90deg);
    }

    13% {
        transform: rotate(90deg);
    }

    14% {
        transform: rotate(90deg);
    }

    15% {
        transform: rotate(90deg);
    }

    16% {
        transform: rotate(90deg);
    }

    17% {
        transform: rotate(90deg);
    }

    18% {
        transform: rotate(90deg);
    }

    19% {
        transform: rotate(90deg);
    }
}


/* ------------------------------ */
@keyframes showOptionsRight {
    from {
        height: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    to {
        height: 600px;
        padding-top: 10px;
        padding-bottom: 30px;
    }
}

@keyframes hideOptionsRight {
    from {
        height: 600px;
        padding-top: 10px;
        padding-bottom: 30px;
    }

    to {
        height: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
}