body {
    color: black;
    font-family: Trebuchet MS;
    /*background: #f5f3e5     ; */



    /* text-transform: uppercase !important;*/

}

section {
    /*background: #fff;*/
    width: 100%;
    margin-left: 0;
    height: 100%;
    align-content: center;
    overflow-x: hidden;
}

titulo {
    margin-left: 15px;
    font-size: 21px;
    font-weight: bold;

}

.toolButton {
    /* float:right;*/
    background: transparent;

}

.tdSeparate {
    width: 10px;
}

input,
select {
    /*  text-transform: uppercase !important;*/
}

.btnQuit {
    cursor: pointer;
    cursor: hand;
}

.cursorHand {
    cursor: pointer;
    cursor: hand;
}


.mainMessage {
    position: absolute;
    color: #FFF;
    margin-top: 300px;

    width: 80%;
    height: 100px;
    float: left;
}

.title_big {
    font-size: 45px;
    line-height: 56px;
    letter-spacing: -1;
    margin-bottom: 20px;
}

.sub_title_big {
    position: relative;
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 30px;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.25);
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    color: #FFF;
}





h2:before {
    content: "";
    width: 25px;
    height: 55px;
    background: #EA4E4A;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}


.contenerdor-centrado {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80vh;
}

.badge-danger {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925;
}

.badge-sucess {
    color: #fff;
    background-color: #47a447;
    border-color: #398439;
}

.badge-warning{
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.badge-info{
    color: #fff;
    background-color: #39B3D7;
    border-color: #39B3D7;
}
@media (max-width: 300px) {
    h2#titulo{
        font-size: 28px;
    }
}