/* Project Inovar */
.jumbotron {
    margin-top:10px;
    margin-bottom:10px;
    padding-top:7px;
    padding-bottom:16px;
    background-color: #FFFFFF;
    border-bottom: 3px solid #61B350;
}
.paragrafo {
    line-height:30px;
    text-indent: 1.5em;
    font-size: 17px;
    text-align:justify;
}
.borda_verde_bottom {
    border-top: 3px solid #61B350; 
    margin-top: 20px;
    padding-top: 20px;
}

.corFundo {
    background-color: #29333d;
}

.aviso {
    font-size: 10px;
    color:#fff;
    text-align: center;
}
.box1 {
    width: 465px;
}
.box2 {
    width: 465px;
}

.box3 {
    width: 465px;
}

.box {
    width: 90%;
    margin-bottom: 35px;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
}

.col-md-6 img {
    width: 100%;
}

.col-md-6 img {
    width: 100%;
}

body {
    color:#fff;
}
.space {
    padding: 10px;
}

.space2 {
    padding-bottom: 35px;
}

.container .row p {
        text-align: center;
        margin-top: 35px;
        margin-bottom: 35px;
}

.spaceImg {
    width: 100%;
    /*margin-top:40px;*/
}

.has-error .control-label {
    color:#f00;
    font-weight: normal;
}

.img100 {
    width: 100%;

}
.dataPalestra{
    float: left;
    margin-right: 20px;
    padding: 25px;
    background-color: #171f25;
    box-sizing: border-box;
    margin-bottom: 25px;
    margin-top: 20px;
}
.dataPalestra h1{
    font-size: 20px;
    color: #788aa0;
    display: inline-block;
    margin: 0;
}
.dataPalestra h2{
    font-size: 14px;
    color: #fff;
    display: inline;
    margin-left: 5px;
}
.dataPalestra h3{
    font-size: 12px;
    color: #788aa0;
    display: table;
    margin-top: 2px;
}
.dataPalestra h4{
    font-size: 12px;
    color: #fff;
    margin-top: 1px;
    margin-bottom: 5px;
}
.dataPalestra input{
    font-size: 25px;
}
.active{
    border: solid 2px #fff;
}
label {
    display: block;
}

.icoOK {
    float: left;
    font-size: 35px;
    margin-right: 10px;

}

.alert-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #d6e9c6;
    font-size: 19px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding: 35px;
    margin-bottom: 20px;
    border: 0px solid transparent;
    border-radius: 1px;
    border: solid 5px #171f25;
}

.alert-success p { 
    margin-top:0 !important; 
    margin-bottom:0 !important;
}
