﻿b:root {
    --primary: #03315f;
    --secondary: #1d79ff; /* light blue */
    --tertiary: #43d337; /* green */
}

/* GENERAL */
/*body {
    font-family: 'Lato', sans-serif;
    color: #2b2b2b;
    margin: 0 !important;
    transition: 0.5s all ease-in-out;
    background: #ffffff;
    background: radial-gradient(circle,rgba(255, 255, 255, 1) 54%, rgba(211, 224, 242, 1) 100%)
}*/

h1, h2, h3, h4, h5, h6 {
    color: var(--primary);
    font-weight: bold;
}

.links > a {
    float: right;
}

.big {
    font-size: 1.2rem;
}

h2, .x-big {
    font-size: 1.5rem;
}

.small {
    font-size: 0.8rem;
}

.x-small {
    font-size: 0.7rem;
}

.border-top {
    border-top: 1px solid #fff !important;
}

.border-bottom {
    border-bottom: 1px solid #222 !important;
}
/* GENERAL */

/*** HEADER ***/

.menu-nav-item a {
    color: #03315f !important;
}
/*** HEADER ENDS ***/

/*** HOME ***/
.form-signin {
    width: 100%;
    max-width: 500px;
    padding: 15px;
    margin: auto;
    margin-bottom: 10%;
    margin-top: 1%;
    box-shadow: 0px 11px 15px 13px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 5px 8px rgba(0, 0, 0, 0.12), 0px 5px 5px 5px rgba(0, 0, 0, 0.2);
    border-radius: 1rem;
    
}

/* ESPM */
/*#espmHome .img-espm,
#studentLife .img-espm {
    border-radius: 1rem;
    display: block;
    height: 200px;
}

.programs .bg-img {
    height: 200px;
}

.groups img {
    height: 90px;
    width: auto;
}
*/
/* Events */
.event {
    /*border: 1px solid #222;*/
    /*border-bottom-left-radius: 1rem;*/
    /*border-bottom-right-radius: 1rem;*/
    background-color: #f7f7f7;
    position: relative;
}

    .event .date {
        background-color: var(--secondary);
        color: #fff;
        height: 70px;
        padding-top: 1rem;
        position: absolute;
        right: 5px;
        text-align: center;
        top: -1px;
        width: 50px;
    }

    .event .name {
        background-color: var(--tertiary);
        border-top-left-radius: 0.4rem;
        color: #fff;
        height: auto;
        position: absolute;
        left: -15px;
        top: 20px;
        width: auto;
    }

    .event:before {
        content: '';
        background-color: #229219;
        border-bottom-left-radius: 0.5rem;
        height: 10px;
        left: -15px;
        position: absolute;
        top: 48px;
        width: 15px;
        z-index: -1;
    }

    .event .event-content i {
        color: #1d79ff;
        opacity: 0.1;
    }

#slideEvents .carousel-indicators li {
    background-color: var(--primary);
    height: 10px;
    width: 10px;
    border-radius: 50%;
}

#slideEvents .carousel-control-next,
#slideEvents .carousel-control-prev {
    width: 5%;
}
/* Events Ends*/

/* News */


  .otros {
    color: #03315f;
}
#news,
#related {
    background-color: var(--primary);
    color: #fff;
}
/* News Ends*/
#contact i,
#contact .phones a {
    color: #03315f; 
}

#contact .phones p,
#contact .phones p > a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

#contact .phones i {
    font-size: 1.5rem;
}



/*** TEMPLATE PAGE ***/
#contentPage img,
body.single img {
    border-radius: 1rem;
}
/*** TEMPLATE PAGE ENDS***/

/*** COODINADORES */
#coordinadores .circle {
    background-position: top;
    height: 110px;
    width: 110px;
}
/*** COODINADORES ENDS*/

/*** CUERPOS COLEGIADOS ***/
#colegiados table tr > td,
#colegiados table tr > th {
    padding: 0;
}
/*** CUERPOS COLEGIADOS ENDS ***/


/*** COSTOS MATRICULA ***/
.container-matricula {
    border: 1px solid var(--primary);
    color: var(--primary);
}

    .container-matricula .matricula-header {
        background-color: #ddd;
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
    }
/*** COSTOS MATRICULA ENDS***/


/*** PROGRAMA ACADEMICO ***/
#subheader {
    background: #041e42;
}

    #subheader .academic-program {
        padding-top: 6rem;
    }

        #subheader .academic-program .circle {
            background-position: top;
            height: 200px;
        }

#subInfo .row,
#featuresProgram {
    background-color: var(--primary);
    color: #fff;
}

    #featuresProgram hr {
        border: 1px solid #fff;
        width: 88%;
    }

#extraInfoProgram hr {
    background-color: var(--primary);
    border: none;
    height: 2px;
    width: 88%;
}

#featuresProgram ul > li,
#extraInfoProgram ul > li {
    margin-bottom: 1rem;
}

#extraInfoProgram .costos > p:first-of-type {
    align-items: center;
    display: flex;
    height: 2em;
    justify-content: center;
}
/*** PROGRAMA ACADEMICO ENDS***/

/*** BLOG ***/
#section-blog {
    background-color: var(--primary);
    color: #FFF;
}

#blog .carousel-control-prev,
#blog .carousel-control-next {
    color: var(--primary);
    opacity: 1;
    width: auto;
}

#blog .carousel-control-prev {
    left: -40px;
}

#blog .carousel-control-next {
    right: -40px;
}

#blog .carousel-indicators {
    bottom: -45px;
}

    #blog .carousel-indicators .active {
        background-color: var(--primary);
    }

    #blog .carousel-indicators li {
        background-color: #3a3a3a;
    }

.blog-02 h3:before,
.blog-02 h3:after {
    border-bottom: 1px solid #fff;
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 7%;
}

.blog-02 h3:before {
    margin-right: 10px;
}

.blog-02 h3:after {
    margin-left: 10px;
}

.widget-area ul > li > a,
.widget-area ul > li > a:visited,
.widget-area ul > li > a:active,
.widget-area ul > li > a:focus,
.post-navigation nav .nav-links a,
.post-navigation nav .nav-links span {
    color: var(--primary);
}

.wp-block-latest-posts,
.wp-block-categories {
    margin-left: 0;
}

    .wp-block-latest-posts li {
        display: block;
        padding: .75rem 1.25rem;
        border-bottom: 1px solid rgba(0,0,0,.125);
    }

.post-navigation nav {
    background-color: #fff !important;
}

    .post-navigation nav .nav-links a,
    .post-navigation nav .nav-links span {
        padding-right: 0.5rem;
    }

    .post-navigation nav .nav-links .current {
        font-weight: bold;
    }

.form-control, .form-control:focus {
    box-shadow: 0 0 0 0rem rgba(0,123,255,.25) !important;
    background: #eaeaea !important;
  
}

.btn-primary {
    color: #fff;
    background-color: #3E5167 !important;
    border-color: #03315f !important;
    border-radius: 43px !important;
    width: 70% !important;
}
/*** BLOG ENDS***/


/* MENU INSIDE PAGE */
.div-menu {
    border-bottom: 3px solid var(--primary);
}

ul.menu {
    padding: 0;
    margin-left: 0;
    margin-bottom: 0;
    text-align: center;
}

    ul.menu li {
        display: inline-flex;
        padding: 0.25rem 1rem;
        margin-bottom: 0;
    }

        ul.menu li > a {
            color: var(--primary);
        }

            ul.menu li > a:hover {
                text-decoration: underline;
            }
/* MENU INSIDE PAGE ENDS*/



/*** FOOTER ***/
#footer {
    background-image: url('/img/login/foto_footer.png');
    color: #fff;
    min-height: 626px;
    background-position: 50%;
    border-bottom: 7px solid #DF1306;
}

    #footer a {
        color: #FFF;
        display: block;
        font-size: 1.2rem;
        margin-bottom: 0.75rem;
    }

    #footer hr {
        margin-top: 0;
        border-top: 1px solid #fff;
    }

    #footer .logos img {
        max-width: 80px;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        filter: drop-shadow(2px 4px 6px #03315f);
    }

.transparency-white a {
    text-shadow: none !important;
}
/*** FOOTER ***/


.k-block, .k-draghandle, .k-grid-header, .k-grouping-header, .k-header, .k-pager-wrap, .k-treemap-tile, html .km-pane-wrapper .k-header {
    background-color: #DF1306 !important;
    color: white !important;
}

.k-window {
    background-color: #DF1306 !important;
}

.usrl {

    border-radius: 0px !important
}

.h4mensaje {
    color: #03315F !important;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.convocatoria-btn {
    background: #DF1306;
    padding: 10px 30px 10px 30px;
    border-radius: 10px;
    color: #FFFFFF !important;
    text-decoration:none!important;
}

    .convocatoria-btn:hover {
        background: #CFD8E1;
        padding: 10px 30px 10px 30px;
        color: #DF1306 !important;
        border-color: #DF1306 !important;
    }

#contact {
padding-top:150px;
}

:root {
    --md-primary: #14479C; 
    --md-primary-hover: #0036B3;
    --md-bg: #f0f2f5;
    --md-surface: #ffffff;
}

body {
    font-family: 'Roboto', sans-serif;
    background: var(--md-bg);
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    min-height: 100vh;
    align-items: center;
    justify-content: center;
}

.login-card {
    background: var(--md-surface);
    border: none; 
    overflow: hidden; 
}

    

.card-header-custom {
    background:   radial-gradient(circle,rgba(255, 255, 255, 1) 37%, rgba(63, 101, 176, 1) 100%);
    color: white;
    padding: 2rem 1.5rem;
    text-align: center;
    position: relative;
}

    .card-header-custom h3 {
        font-weight: 500;
        margin: 0;
        font-size: 1.5rem;
    }

    .card-header-custom .sub-text {
        font-weight: 300;
        opacity: 0.9;
        font-size: 0.9rem;
        margin-top: 5px;
    }

/* Material Floating Inputs override */
.form-floating > .form-control {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    background-color: #f8f9fa;
}

    .form-floating > .form-control:focus {
        border-color: var(--md-primary);
        box-shadow: 0 0 0 4px rgba(98, 0, 238, 0.1);
        background-color: #fff;
    }

.form-floating > label {
    color: #6c757d;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label {
    color: var(--md-primary);
    font-weight: 500;
}

/* Password Toggle Eye */
.password-toggle {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #6c757d;
    z-index: 5;
    background: none;
    border: none;
    padding: 0;
}

    .password-toggle:hover {
        color: var(--md-primary);
    }

/* Buttons */
.btn-primary-material {
    background-color: var(--md-primary);
    border-color: var(--md-primary);
    border-radius: 50px; /* Pill shape */
    padding: 10px 24px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: all 0.2s;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    color: white;
    width: 100%;
}

    .btn-primary-material:hover {
        background-color: var(--md-primary-hover);
        border-color: var(--md-primary-hover);
        box-shadow: 0 4px 8px rgba(0,0,0,0.25);
        transform: translateY(-1px);
        color: white;
    }

    .btn-primary-material:active {
        transform: translateY(0);
        box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    }

.divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 1.5rem 0;
    color: #888;
}

    .divider::before, .divider::after {
        content: '';
        flex: 1;
        border-bottom: 1px solid #dee2e6;
    }

    .divider:not(:empty)::before {
        margin-right: .5em;
    }

    .divider:not(:empty)::after {
        margin-left: .5em;
    }
