﻿body {
    background: url('/images/MOD 800X420 px ENCABEZADO BASE.jpg');
    background-repeat:no-repeat;
    font-family: Arial, arial;
    
    /*text-shadow: 4px 4px 4px #aaa;*/
    font-size: 25px;
    -webkit-font-smoothing: antialiased;
    background-repeat:no-repeat;
    background-size:contain;
}

/* Pen Title */
.pen-title {
    padding: 50px 0;
    text-align: center;
    letter-spacing: 2px;
}

    .pen-title h1 {
        margin: 0 0 20px;
        font-size: 48px;
        font-weight: 300;
    }

    .pen-title span {
        font-size: 12px;
    }

        .pen-title span .fa {
            color: #044280;
        }

        .pen-title span a {
            color: #044280;
            font-weight: 600;
            text-decoration: none;
        }

/* Form Module */
.btnLogin {
    margin-bottom: 5%;
    background-color: #102576 !important;
    border-color: #4B065B !important;
}

.form-module {
    position: relative;
    background: #d2d2d2;
    max-width: 320px;
    width: 100%;
    /*box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);*/
    margin: 0 auto;
    /*border-radius: 7px;*/
}

    .form-module .toggle {
        cursor: pointer;
        position: absolute;
        background: #044280;
        width: 30px;
        height: 30px;
        margin: -5px 0 0;
        color: #ffffff;
        font-size: 12px;
        line-height: 30px;
        text-align: center;
    }

        .form-module .toggle .tooltip {
            position: absolute;
            top: 5px;
            right: -65px;
            display: block;
            /*/background: rgba(0, 0, 0, 0.6);*/
            width: auto;
            padding: 5px;
            font-size: 10px;
            line-height: 1;
            text-transform: uppercase;
        }

            .form-module .toggle .tooltip:before {
                content: '';
                position: absolute;
                top: 5px;
                left: -5px;
                display: block;
                border-top: 5px solid transparent;
                border-bottom: 5px solid transparent;
                border-right: 5px solid #000000;
            }

    .form-module .form {
        display: none;
        padding: 40px;
    }

        .form-module .form:nth-child(2) {
            display: block;
        }

    .form-module h2 {
        margin: 0 0 20px;
        color: #044280;
        font-size: 18px;
        font-weight: 400;
        line-height: 1;
    }

    .form-module input {
        outline: none;
        display: block;
        width: 100%;
        border: 1px solid #d9d9d9;
        margin-top: 10px;
        padding: 10px 15px;
        border-radius: 5px;
        /*box-sizing: border-box;*/
        /*-webkit-transition: 0.3s ease;*/
        transition: 0.3s ease;
    }

        .form-module input:focus {
            border: 1px solid #044280;
            color: #333333;
        }

    .form-module button {
        cursor: pointer;
       
        width: 100%;
        border: 1px;
        padding: 10px 15px;
        color: #ffffff;
        /*-webkit-transition: 0.3s ease;*/
        transition: 0.3s ease;
        border-radius: 5px;
        margin-top: 10px;
    }

    .form-module .cta p {
        font-family: 'Times New Roman', Times, serif;
        font-size: medium;
        font-style: italic;
    }

    .form-module button:hover {
        background: #178ab4;
    }

    .form-module .cta {
        background: #f2f2f2;
        width: 100%;
        padding: 15px 40px;
        /*box-sizing: border-box;*/
        color: #666666;
        font-size: 12px;
        text-align: center;
        border-radius: 20px;
    }

select {
    border: 1px solid #d9d9d9;
    text-transform: none;
    padding: 8px 5px;
    padding-right: 15px;
    /*box-sizing: border-box;*/
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

    input:hover, select:hover {
        border: 1px solid #0287CC;
        color: #0287CC;
        background-color: transparent;
    }

p {
    text-align: center;
    color: red;
}

.eventtitle {
    font-weight: 700;
    /*font-size: xxx-large;*/
    font-size: 50px;
}
.eventdate {
    /*font-size: xxx-large;*/
    font-size: 50px;
    width: 50%;
    font-weight: 600;
}
.location {
    font-size: xx-large;
}
.description {
    font-size: xx-large;
    width: 50%;
    
}
.event {
    display: inline-block;
    width: 50%;
    height: 100%;
    vertical-align: top;
}

.zoom {
    width: 50%;
    background-color: #2D8CFF;
    color:white;
}
.comiteCDI {
    width: 20%;
    margin-left: 80%;
  
}
.hora {
    display: inline-block;
    /*font-size: xxx-large;*/
    font-size:50px;
    width: 50%;
    height: 100%;
    vertical-align: top;
    text-align: right;
    font-weight: 600;
}
.diaMes {
    padding-bottom: 15%;
    /*font-size: xx-large;*/
    font-size: 35px;
}
.divBoton{
    width:50%;
    padding-left:60%;
}

.fechaHora {
    width: 100%;
    height: 7%;
}
.renglon3 {
    width: 100%;
    /*height: 25%;*/
    height:310px;
}
.columna1 {
    display: inline-block;
    width: 60%;
    height: 100%;
    vertical-align: top;
    /*font-size: xx-large;*/
    font-size: 32px;
}
.columna2 {
    display: inline-block;
    width: 40%;
    height: 100%;
    vertical-align: top;
    text-align: right;
}
.imagen{

}
.boton {
    font-size: xxx-large;
    font-weight: 600;
    background-color: #2D8CFF;
    color: white;
    text-align: center;
    /*height: 28%;*/
    height:94px;
    border-radius: .2em;
    margin-top: 3%;
    display: inline-block;
    height: 94px;
    width: 80%;
}

.botonHijo {
    vertical-align: middle;
    height: 100%;
    text-align: center;
    /*font-size: 1.5em;*/
    font-size: 68px;
}
    .botonHijo a{
        color:white;
        text-decoration:none;
    }
li {
    word-wrap: break-word;
    padding-top: 5%;
    background-color: azure;
}


.list-group-item-warning {
    color: #075394;
    background-color: #fcf8e3;
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}



.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #075394;
    border-color: #337ab7;
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-top: 1%;
}

    .list-group-item:first-child {
        /*border-top-left-radius: 4px;
        border-top-right-radius: 4px;*/
        text-align: center;
    }

    .list-group-item:first-child {
        /*border-top-left-radius: 8px;
        border-top-right-radius: 8px;*/
    }

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 2%;
    border-top-left-radius:.75rem !important;
    border-top-left-radius: .75rem !important;
}
.list-group-item:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 10vw;
}

.btnLogin {
    margin-bottom: 5%;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-success {
    color: #fff;
    background-color: #102576;
    border-color: #4B065B;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-regresar {
    width: 97%;
    height: auto;
    font-size: 7vw;
    border-radius: .75rem;
    
    border: 1px solid transparent;
}

.container-calendario {
    width: 50%;
    margin-bottom: -50%;
}

.container-omega {
    width: 50%;
    padding-left: 50%;
    /* height: 2%; */
    margin-bottom: 0%;
    border-top-left-radius: .75rem !important;
    border-top-right-radius: .75rem !important;
}

.container-regresar{
    width: 100%;
    padding-top: 26%;
}

.day-0 {
    background: #E7FF97;
}
.day-1 {
    background: #FFFF97;
}

.day-2 {
    background: #C0FFFF;
}

.day-3 {
    background: #FFD9BA;
}

.day-4 {
    background: #CACEFF;
}

.day-5 {
    background: #FFC5DA;
}

.day-6 {
    background: #FFFF8B;
}

.tipo-movil {
    text-align:center;
}

.separador{
    text-align: center;
}
