html body {
    height: 100%;
  
}

.full-width-image-1 {
    /*background: url(http://lorempixel.com/g/1920/500/) no-repeat center center;*/
    background-size: cover;
    text-align: center;
    background-color: #336699;
    padding: 50px 0;
}

.full-width-image-3 {
    /*background: url(http://lorempixel.com/g/1920/500/) no-repeat center center;*/
    background-size: cover;
    text-align: center;
    background-color: #336699;
    padding: 10px 0;
}


.full-width-image-2 {
    background: url(http://lorempixel.com/g/1920/450/) no-repeat center center;
    background-size: cover;
    background-color: #0033CC;
    height: 450px;
}

.logo-wrapper {
    display: inline-block;
}

.section {
    padding-top: 75px;
    padding-bottom: 75px;
}

.section-heading {
    font-size: 4em;
    margin: 30px 0;
}

.section-lead {
    margin: 30px 0;
}

.section-paragraph {
    margin: 30px 0;
}

.tudo { 
	width:100%;
	
	margin:0 auto;
	min-height:400px;
	border-width:0 1px;
	}
 * html #tudo {min-height: 100%;}

 footer {

	
	bottom:0px;  
	width:100%;
    height:100%;
    background-color:#336699;
    padding:15px;
   
    color:#fff;
    background-size:cover;
}

.fixedButton{

    position:page;
}
 
content {overflow:hidden;}
aside {width:200px;}
.fleft {float:left;}
.fright {float:right;}


@media (max-width: 768px) {

    .section-heading {
        font-size: 2em;
    }

    .section {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    /* forms */
    fieldset {
        margin: 5px;
        padding: 5px;
        border: 1px solid #333;
    }

        fieldset legend {
            font-size: medium;
            color: #66CCFF;
            display: none;
        }

        fieldset ol {
            padding: 0;
            list-style: none;
        }

            fieldset ol li {
                padding-bottom: 5px;
            }

    label {
        display: block;
        font-size: 1.2em;
        font-weight: 600;
    }

        label.checkbox {
            display: inline;
        }

    input, textarea {
        border: 1px solid #e2e2e2;
        background: #fff;
        color: #333;
        font-size: 1.2em;
        margin: 5px 0 6px 0;
        padding: 5px;
        width: 300px;
    }

    textarea {
        font-family: inherit;
        width: 500px;
    }

        input:focus, textarea:focus {
            border: 1px solid #7ac0da;
        }

    input[type="checkbox"] {
        background: transparent;
        border: inherit;
        width: auto;
    }


    .navbar-toggle {
        background-color: #336699;
    }


        .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
            background-color: #00339A;
        }

    input[type="submit"], input[type="button"], button {
        background-color: #d3dce0;
        border: 1px solid #787878;
        cursor: pointer;
        font-size: 1.2em;
        font-weight: 600;
        padding: 7px;
        margin-right: 8px;
        width: auto;
    }

    #rounded-corner {
        font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
        font-size: 12px;
        width: 480px;
        text-align: left;
        border-collapse: collapse;
        margin: 20px;
    }

    td input[type="submit"], td input[type="button"], td button {
        font-size: 1em;
        padding: 4px;
        margin-right: 4px;
    }

    /* info and errors */
    .message-info {
        border: 1px solid;
        clear: both;
        padding: 10px 20px;
    }

    .message-error {
        clear: both;
        color: #e80c4d;
        font-size: 1.1em;
        font-weight: bold;
        margin: 20px 0 10px 0;
    }

    .message-success {
        color: #7ac0da;
        font-size: 1.3em;
        font-weight: bold;
        margin: 20px 0 10px 0;
    }

    .error {
        color: #e80c4d;
    }

    /* styles for validation helpers */
    .field-validation-error {
        color: #e80c4d;
        font-weight: bold;
    }

    .field-validation-valid {
        display: none;
    }

    input.input-validation-error {
        border: 1px solid #e80c4d;
    }

    input[type="checkbox"].input-validation-error {
        border: 0 none;
    }

    .validation-summary-errors {
        color: #e80c4d;
        font-weight: bold;
        font-size: 1.1em;
    }

    .validation-summary-valid {
        display: none;
    }

    .field-validation-error {
        height: 22px;
        width: auto;
        display: inline-block;
        cursor: pointer;
        padding-left: 155px;
        padding-right: 5px;
        font-family: Verdana;
        font-size: 13px;
        border: 1px solid #6E0000;
        background-color: #942724;
        color: #fff;
        z-index: 99999;
        white-space: nowrap;
        overflow: hidden;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        border: 1px solid #ccc;
    }

    .box_title {
        line-height: 12pt;
        cursor: move;
        position: absolute;
        left: -1px;
        top: -30px;
        overflow: hidden;
        z-index: 1000;
        width: 100%;
        height: 30px;
        background-image: url('images/barbg3.png');
        background-color: #000;
        background-position: center bottom;
        border-width: 1px 1px medium;
        border-style: solid solid none;
        border-color: #000 #000 -moz-use-text-color;
        -moz-border-top-colors: none;
        -moz-border-right-colors: none;
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        border-image: none;
    }

    .form-signin {
        max-width: 400px;
        padding: 19px 29px 29px;
        margin: 0 auto 20px;
        background-color: #F5F5F5;
        border: 1px solid #e5e5e5;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
        -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
        box-shadow: 0 1px 2px rgba(0,0,0,.05);
    }

        .form-signin .form-signin-heading, .form-signin .checkbox {
            margin-bottom: 10px;
        }

        .form-signin input[type="text"], .form-signin input[type="password"] {
            font-size: 16px;
            height: auto;
            margin-bottom: 5px;
            padding: 7px 9px;
        }

    .form-signin-heading h2 {
        border: 1px;
        border-bottom-color: #000;
        color: #999;
        width: 100%;
        text-align: right;
        height: 30px;
        margin-bottom: -10px;
        margin-top: -10px;
        margin-left: -10px;
        margin-right: -10px;
        padding: 19px 29px 29px;
    }

    .linkButton {
        float: right;
    }
}
