


body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: white !important;
}



.card-color {

    background: #52b68e14 !important;
}

.card-border {

    border: 2px solid #8f9fa938 !important;

}

.titleNav {
    font-size: 11px;
    margin: 0px;
    color: #fff !important;

}

.minicolors {

    border: 1px solid #e9ecef !important;
}

.side-stick-o {
    position: absolute;
    width: 3px;
    height: 35px;
    left: 0;
    background: #8f9fa9;

}

.stickFooter {

    left: 0;
    position: fixed;
    text-align: center;
    bottom: 0;
    width: 100%;

    background: #d5d9db59;
    padding: 7px;
}

.stepCard {

    background-color: #ffffff;
    position: absolute;
    top: -12px;
    left: 6px;
    width: 34px;
    height: 35px;
    line-height: 31px;
    border: 2px solid #ffffff;
    font-size: 15px;
    border-radius: 50%;
    text-align: center;
    bottom: 7px;
    color: #cbd3cfbf;
    font-weight: 600;

}

.datepicker {
    display: inline-block;
}

.selected-li {

    font-weight: bold !important;
    font-size: 18px !important;
    font-style: normal !important;
}

.btnNav {

    display: block;
    position: relative;
    bottom: 45px;
    text-align: end;
    width: 100%;

    padding-right: 34px;
}

.navBottom {

    display: none;
}

@media (min-width: 768px) {

    .btnNav {
        display: block;
    }

    .navBottom {

        display: none;
    }

}

@media (max-width: 1118px) {

    .btnNav {
        display: none;
    }

    .navBottom {

        display: block;
    }

}

.sticky-container {
    padding: 0px;
    margin: 0px;
    position: fixed;
    right: -225px;
    top: 130px;
    width: 289px;
    z-index: 1030;
}

.sticky li {
    list-style-type: none;
    background-color: #fff;
    color: #efefef;
    height: 43px;
    border-radius: 12px;
    margin: 0px 0px 1px 0px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    padding: 10px;
}

.sticky li:hover {
    margin-left: -200px;
}

.sticky li img {
    float: left;
    margin: 5px 4px;
    margin-right: 5px;
}

.sticky li p {
    padding-top: 5px;
    margin: 0px;
    line-height: 16px;
    font-size: 11px;
}

.sticky li a {

    display: block;
    width: 100%;
    height: 100%

}

.cardContainerTab {

    background: #eaeded8f !important;
    border-radius: 5px !important;
}

.tableDetailPayment table, tr td {

    padding: 4px !important;
}

.tableDetailPayment tbody {
    display: block;
    height: 400px;
    overflow: auto;
}

.tableDetailPayment thead, .tableDetailPayment tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.page-item {

    margin-top: 4px;

}

.header-app h1 {
    color: black;
}

.header-app {
    background-color: white;

}

.page-item.active .page-link {
    z-index: 3;
    color: #fff !important;
    background-color: #329093 !important;
    border-color: #46a890 !important;
}

.page-link {
    color: #858e96 !important;
}

.nav-pills.custom-pills .nav-link.active {
    color: #02136e !important;
    border-bottom: 2px solid rgba(13, 85, 196, 0.68) !important;
    opacity: 1 !important;
    background: #ebeded !important;
    border-radius: 14px 15px 0px 0px !important;
}

.nav-pills.custom-pills .nav-link {
    opacity: 0.7 !important;
    background: none !important;
    border-radius: 14px 15px 0px 0px !important;
    margin-left: 3px !important;
}

.nav-link {
    color: #02136e;

}

.carousel-item .row {
    margin: 0;
}

.card-body {
    padding: 1rem;
}

.carousel-control-prev, .carousel-control-next {
    width: 5%;
}

.card-event {
    overflow-y: auto;
    max-height: 470px;
}

.welcome {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: white;
    padding-right: 10px;
}

.overlay-fixed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.events-container {
    font-family: 'Montserrat', sans-serif !important;
}

.separator-yellow {
    margin-top: 12px;
    margin-bottom: 12px;
    display: block;
    height: 0;
    border-bottom: 2px solid #FCAE00;
}

.separator-red {
    margin-top: 12px;
    margin-bottom: 12px;
    display: block;
    height: 0;
    border-bottom: 2px solid #D81A50;
}

.kt_app_content {
    padding-left: 150px !important;
    padding-right: 150px !important;
}

.card-indicators {
    position: relative;
}

.card-indicators .cordeon-title {
    position: absolute;
    bottom: 20px;
    left: 20px;
    transition: bottom 0.3s ease;
}

.card-indicators:hover .cordeon-title {
    bottom: 57%;
}

#cti:hover .cordeon-title {
    bottom: 72%;
}

#comex:hover .cordeon-title {
    bottom: 50%;
}

@media (min-width: 1200px) {
    #cti:hover .cordeon-title {
        bottom: 80%;
    }

    #comex:hover .cordeon-title {
        bottom: 73%;
    }

    .card-indicators:hover .cordeon-title {
        bottom: 72%;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    #cti:hover .cordeon-title {
        bottom: 58%;
    }

    #comex:hover .cordeon-title {
        bottom: 58%;
    }

    .card-indicators:hover .cordeon-title {
        bottom: 53%;
    }
}

@media (max-width: 768px) {
    #cti:hover .cordeon-title {
        bottom: 80%;
    }

    #comex:hover .cordeon-title {
        bottom: 80%;
    }

    #fomento:hover .cordeon-title {
        bottom: 80%;
    }

    .card-indicators:hover .cordeon-title {
        bottom: 58%;
    }

    .logo-img {
        height: 30px;
    }

}

.card-indicators #textInd {
    display: none;
    position: absolute;
    bottom: 104px;
    left: 20px;
    width: calc(100% - 40px);
}

.card-indicators:hover #textInd {
    display: block;
}

.card-indicators .btn {
    display: none;
    position: absolute;
    bottom: 10px;
    left: 20px;
}

.card-indicators:hover .btn {
    display: inline-block;
}

.separator-blue {
    margin-top: 12px;
    margin-bottom: 12px;
    display: block;
    height: 0;
    border-bottom: 2px solid #009B8F;
}

.card-event {

    scrollbar-color: #D81A50 white;

}

.card-event:hover {

    scrollbar-color: #D81A50 white;
}

.text-about-us {
    font-weight: 400;
    font-family: 'Ubuntu Sans', sans-serif;
    font-size: 14pt !important;
    line-height: 30px;
    padding: 35px;
}

.title {
    margin-top: 0 !important;
    margin-bottom: .5rem !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: bold !important;
    font-size: 28px !important;
    line-height: 1.2 !important;
}

#event-address {
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

.btn-indicators {
    background-color: #F9F8F7;
    font-size: 120%;
    color: black;
}

.indicators-section {
    border-left: 4px solid #009B8F;
}

.active-indicator {
    color: #009B8F;
}

.btn-indicators:hover {
    background-color: #cccccc;
    font-size: 120%;
    color: #009B8F;

}

.custom-list li::before {
    content: "\2022" !important;
    color: #333 !important;
    font-size: 1.2em !important;
    margin-right: 0.5em !important;
}

.rowGlossary {
    padding-right: 30px;
}

.therm {
    color: #1da5ca !important;
}

.therm:active {
    color: #cb2a2a
}

.carousel-indicators.multimedia {

    margin-bottom: -1rem !important;

}

.carousel-indicators .data-bs-target {

    background-color: #b8b8b8 !important;
}

.carousel-indicators button {

    width: 45px !important;
    height: 7px !important;
    border-radius: 7px !important;
    border-top: none !important;
    border-bottom: none !important;

}

.carousel-indicators .active {
    background-color: #009b8f !important;
}

.carousel-indicators.glosary .active {
    background-color: #fcae00 !important;
}

.title-custom {

    font-family: 'Montserrat', sans-serif !important;
    text-transform: uppercase;
    font-size: 40px !important;
    color: #0a0a0a;

}

.two-columns   {
    column-count: 2;
    column-gap: 50px;
    text-align: justify;
    font-size: 14px !important;
}

.two-columns p  {
    font-family: 'Ubuntu Sans', sans-serif !important;
    font-size: 14px !important;

}

.two-columns div {
    font-family: 'Ubuntu Sans', sans-serif !important;
    font-size: 12px !important;
}


.logo-img-university {
    min-height: 23px;
    max-height: 50px;
    height: 100%;
    width: auto;
    max-width: 100%;
}

#indicatorCard {
    padding: 1px 100px;
}

.padding-general {
    padding: 1px 100px;
}

.padding-card {

    padding: 1px 100px;
}

/* Para pantallas pequeñas (ancho máximo de 767px) */

@media (max-width: 768px) {
    .logo-img-university {
        height: auto;
        max-height: 15px;
    }

    .menu-custom-innova {
        display: none;
    }

    .hiddenMobile {
        display: none;
    }

    .hidden-web {

        display: block;
    }

    #indicatorCard {
        padding: 1px 1px;
    }

    .padding-general {
        padding: 1px 1px;
    }

    .text-about-us {

        padding: 15px;
    }

    .kt_app_content {
        padding: 0px !important;

    }

    .title-custom {

        font-size: 20px !important;
    }

    .padding-card {

        padding: 5px;
    }

    .two-columns {
        column-count: 1;
        column-gap: 50px;
        text-align: justify;
        font-size: 12px !important;


    }

}

@media (min-width: 1400px) {

    .container-xxl {
        max-width: none !important;

    }

    .hidden-web {
        display: none !important;
    }



    .padding-card {

        padding: 1px 139px;
    }

    .menu-custom-innova {
        display: flex;
        justify-content: flex-end; /* Alinea el menú a la izquierda */

    }

    .card-form {

        padding-bottom: 40px;
        background-image: url(/media/resources/Recurso9.png);
        background-size: cover;
        background-repeat: no-repeat;
    }

}

.icon-new {

    height: 17px;
    position: absolute;
    right: 26px;
    top: 15px;
}



