html {
    min-height: 100%;
}
body.login {
    height: 100%;
    background-image: url(../img/exalumnos/bg.jpg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding-top: 60px;
}
body.login .login_cont {
    height: 100%;
}

.mainlogin {
    background: rgba(0,0,0,0.5);
    margin-bottom: 60px;
    padding-bottom: 50px;
}
.mainlogin a {
    color: #fff;
}
.mainlogin .center {
    text-align: center;
    margin-top: 24px;
}
.mainlogin h2 {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 2.4rem;
    text-align: center;
    text-transform: uppercase;
    background-image: url(../img/frontend/logo.png);
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: ;
    padding-top: 120px;
    margin: 40px 0;
}
.mainlogin h2 strong {
    font-weight: 500;
    font-size: 3rem;
}
.mainlogin button {
    padding-left: 3rem;
    padding-right: 3rem;
}

.home_sites .gallery a {
    background-image: url(../img/frontend/icn_gallery.png);
}

h3.ourevents {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 1.6rem;
}
h3.ourevents strong {
    font-weight: 500;
    color: #cb151a;
    font-size: 2.4rem;
}
h3.ourevents.detail {
    text-transform: uppercase;
    font-size: 1.4rem;
}
h3.ourevents.detail strong {
    font-size: 2rem;
}

.evtit {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 1.2rem;
    text-transform: uppercase;
}
.evtit strong {
    font-weight: 500;
    color: #cb151a;
    font-size: 1.8rem;
}

.evcont {
    border-left: 1px solid #000;
}

.exevent.slide {
    min-height: 100px;
}
.exevent .carousel-control-next,
.exevent .carousel-control-prev {
    width: 8.33%;   
}
.exevent .carousel-control-next-icon,
.exevent .carousel-control-prev-icon {
    height: 40px;
}

.exevent .carousel-control-prev-icon {
    background-image: url(../img/frontend/ev_back.png);
}
.exevent .carousel-control-next-icon {
    background-image: url(../img/frontend/ev_next.png);
}

.newsimg {
    width: 100%;
    display: block;
    height: 12rem;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

header .chglang {
    display: block;
    background-image: url(../img/community/lang.png);
    background-size: 26px 30px;
    background-repeat: no-repeat;
    width: 26px;
    height: 128px;
    text-align: center;
    color: #cc151a !important;
    font-weight: 500;
    font-size: 0.8rem;
    line-height: 1.1rem;
    background-position: 50% 50px;
}

.welcome {
    float: left; font-family: 'Oswald', sans-serif; font-weight: 300; text-transform: uppercase; font-size: 0.8rem; padding-top: 55px;
    transition: all 0.3s ease;
}

.welcicon {
    float: left;
    padding-top: 46px;
    font-size: 1.5rem;
    transition: all 0.3s ease;
}

body.past-main .welcome {
    padding-top: 30px;
}
body.past-main .welcicon {
    padding-top: 21px;
}


.header_onhover {
    display: none;
}

.navdesktop li:last-child a {
    color: #cc151a !important;
}

.card {
    border: none;
}
.card-body.news {
    padding-left: 0;
    padding-right: 0;
}
.card-body h4 {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #000;
}
.card-body h4 strong {
    font-weight: 500;
}

.settrans {
    transition: all 1s ease;
}

.owl-slider.exevgall .owl-img {
    height: 200px;
}

.gallitem .gallthumb {
        min-height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.gallitem .captn {
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 1.2rem;
    text-transform: uppercase;
}

.backgall {
    float: right;
    background-image: url(../img/exalumnos/galls.png);
    background-size: 22px auto;
    background-repeat: no-repeat;
    background-position: right 50%;
    font-size: 1rem;
    padding-right: 28px;
    line-height: 1.5rem;
}

label {
    display: inline-block;
    margin-bottom: .3rem;
    margin-top: .8rem;
}
.form-check-label {
    margin-top: 0;
}
input {
    font-family: 'ProximaNova', sans-serif;
    font-weight: 300;
    font-size: 0.8rem !important;
    line-height: 1.5;
}

.profile_hidden {
    display: none;
}

.expic img {
    max-width: 200px;
    max-height: 200px;

}

.navdesktop li:last-child a {
    font-weight: 500 !important;
}


h4.tick_tit {
    color: #cb151a;
}


ul.totorder {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

input#tickets_quantity {
    width: 30px;
}

.numtickets .amountchg {
    display: block;
    width: 26px;
    height: 26px;
    text-align: center;
    color: #676767;
    border: 1px solid #676767;
    text-decoration: none;
    font-size: 1.5rem;
    float: left;
    line-height: 1.5rem;
    margin-top: 0.5rem;
}
.numtickets .amountchg.disabled {
    border-color: #cccccc;
    color: #cccccc;
}

span.required {
    color: #cb151a;
    font-size: 1.2rem;
    line-height: 0.9rem;
}


.confpwd {
    font-size: 1rem;
    display: none;
}
.confpwd .isok {
    color: #22bb22;
}
.confpwd .notok {
    color: #cb151a;
}
.form-check label {
    margin: 0;
}

.field-required:after {
    color: #cb151a;
    font-size: 1.2rem;
    line-height: 0.9rem;
}

.col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12, .coldef {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.formio-hidden {
    display: none;
}

    .col2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 0 0 16.666667%;
    }
    .col3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 0 0 41.666667%;
    }
    .col6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
.sec_title.multimedia {
    font-size: 1.4rem;
}

@media (min-width: 1025px) {
    header {
        background: #cb151a;
        max-height: 128px;
    }
    .form-control {
        line-height: 1.5 !important;
    }

    body.past-main header .chglang
    {
        background-position: 50% 26px;
    }

    .welcome {
        transition: all 0.3s ease;
    }
    body.past-main .welcome {
        padding-top: 30px;
    }

    .welcicon {
        transition: all 0.3s ease;
        font-size: 1.5rem;
    }
    body.past-main .welcicon {
        padding-top: 22px;
    }

}


.form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label {
    color: #5d5b5b;
}


