html, body{
    min-height: 100%;
    font-family: "Open Sans", Helvetica, sans-serif !important;
    font-size: 12px!important;
    background-color: #FFFFFF!important;
    color: #000000;
    line-height: 1.2;
}
body{
    /*padding-top: 105px;*/
    padding-top:0px;
    margin: 0px;
    overflow-x: hidden;
    background: url(../img/ceu.jpg) no-repeat; 
    background-size: 100% 650px;
}

#bottom_section {
    background: url(../img/elementos_fundo.png) no-repeat center bottom;
}

#contFloat{
    position: absolute;
    z-index: 999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    /*border:1px solid red;*/
}
.container{
    z-index: 999;
}

#page{
    padding-top: 35px;
    background-color: #FFFFFF;   
    padding-bottom: 50px;
}
footer{
    position: relative;
    bottom: 0;
    width: 100%;
    min-height: 95px;
    background-color: #ED1C24;
    color: #333333;
    z-index: 50;
}

h1 {
    font-size: 35px;
    font-weight: 700;
    color: #0A76BD;
    text-transform: uppercase;
}

h3 {
    font-size: 18px;
}

p {
    font-size: 18px;
}

button {
    height: 30px;
    width: 185px !important;
    padding-top: 4px !important;
    font-size: 18px;
    font-weight: 400 !important;
    border-radius: 10px !important;
    box-shadow: 0px 0px 10px #888888;
    text-transform: uppercase;
    background-color: #0A76BD;
    color: #FFFFFF;
}

button:hover {
    background-color: #FFFFFF;
    color: #0A76BD !important;
    border-color: #0A76BD;
}

input {
    border-color: #0A76BD !important;
    border-radius: 10px !important;
    font-size: 13px !important;
    height: 30px !important;
}

#main_logo img {
    width: 100%;
    margin-top: 10px;
}

.alert-link {
    margin-left: 10px;
}

#modal_btn_close {
    background-color: #0A76BD;
    color: #FFFFFF;
}

#modal_btn_close:hover {
    background-color: #FFFFFF;
    color: #0A76BD;
    border-color: #0A76BD;
}

.modal-body {
    text-align: center;
}

.checkbox label {
    margin-top: 18px;
}

.checkbox label input {
    margin-top: -5px;
}

#rules {
    margin-top: 80px;
}

#rules h1 {
    margin: 0px;
}

#rules p {
    margin: 0px;
}

#rules_text {
    margin: 20px 0px; 
}

#rules_text p {
    margin: 0px; 
}

#form_title {
    margin-bottom: 30px;
}

#form_title h2 {
    display: inline-block;
    background-color: #FFFFFF;
    margin: 0px;
    padding: 10px 20px;
    box-shadow: 0px 0px 10px #888888;
    border-radius: 10px !important;
    font-size: 20px !important;
    font-weight: 600;
    text-transform: uppercase;
}

#user_form {

}

#submit_btn {
    margin: 20px 20px 0px 0px;
}

#submit_btn img {
    margin-left: 30px;
}

#submit_btn button {
    margin-left: 20px;
    width: 130px !important;
}

#submit_btn_el {
    float: right;
}

#package_form h3 {
    display: inline-block;
}

#help_btn {
    width: 80px !important;
    margin-left: 85px;
    color: #FFFFFF;
    background-color: #DA0D23;
    border-color: #DA0D23;
}

#help_btn:hover {
    color: #DA0D23 !important;
    background-color: #FFFFFF;
}

.small_input {
    width: 35% !important;
    display: inline-block;
    margin-right: 10px;
}

.big_input {
    width: 73% !important;
}

#form_info {
    float: right;
    margin-right: 40px;
}

#form_info p {
    margin: 35px 0px 30px 250px;
    font-size: 13px;
}

#cac_logo img {
    width: 100%; 
}

#cac_logo_mob img {
    width: 100%; 
}

#cac_logo_mob {
    display: none;
}

#egg30 img {
    width: 100%;
}

#egg30_mob {
    display: none;
}
#egg30_mob img {
    width: 100%;
    max-width: 160px;
}

#floor {
    height: 50px;
    margin-top: -50px;
    background: url(../img/relva.png) repeat-x center;
}

#powered {
    float: right;
}

.modal-body img {
    width: 80%;
} 


#all_footer{
    position: relative;
    width: 100%;
    bottom: 0px;
}


/** screen-xs */
@media (max-width: 767px) { 

    body {
        background-size: auto;
    }

    #rules h1 {
        font-size: 30px;
    }

    #rules_text p {
        font-size: 16px;
    }

    #help_btn {
        margin: 15px 0px 0px 15px;
        float: right;
    }

    #submit_btn button {
        text-align: center;
    }

    #cac_logo {
        display: none;
    }
    #cac_logo_mob {
        display: inline-block;
    }

    .small_input {
        width: 46% !important;
    }
    .big_input {
        width: 100% !important;
    }

    #bottom_section {
        background: none;
    }

    #form_info {
        margin: 20px 0px 0px 0px !important;
    }

    #form_info p {
        margin: 10px 0px 10px 0px !important;
        text-align: center;
    }

    #submit_btn_el {
        float: right;
        margin-top: 20px;
        text-align: center !important;
    }

    #egg30 {
        display: none;
    }

    #egg30_mob {
        display: inline-block;
    }
}

/** screen-sm */
@media (min-width: 768px) and (max-width: 991px) {
    #help_btn {
        margin: 25px 0px 0px 15px;
        float: right;
    }

    .small_input {
        width: 46% !important;
    }
    .big_input {
        width: 100% !important;
    }

    #bottom_section {
        background: none;
    }

    #form_info p {
        margin: 10px 0px 10px 0px !important;

    }
}

/** screen-md */
@media (min-width: 992px) and (max-width: 1199px) {

}

/** screen-lg */
@media (min-width: 1200px) {

}