.row {
    /*margin-right: -15px;
    margin-left: -15px; */
}

a {
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
}

    a:link {
        text-decoration: none;
    }

    a:visited {
        text-decoration: none;
        color: #333;
    }

    a:hover {
        text-decoration: underline;
        color: #333;
    }

    a:active {
        text-decoration: none;
        color: #333;
    }

.main {
    /*background-image: url(images/bg_top_interno.png);*/
    margin-top: -18px;
    /*background-repeat: repeat-x;*/
    /*height: 146px;*/
    width: auto;
}

body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-repeat: no-repeat;
    /*background-position: center top;*/
    background: none;
    /*novo*/ margin-top: 50px; /* Required margin for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: transparent;
}

.full {
    /*background: url(images/bg_1_1920x1080.jpg) no-repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.body1 {
    background-image: transparent;
}

.body2 {
    background-image: url(images/bg_1.jpg);
}

.body3 {
    background-image: url(images/bg_1.jpg);
}

.body4 {
    background-image: url(images/bg_1.jpg);
}

.body5 {
    background-image: url(images/bg_1.jpg);
}

.body6 {
    background-image: url(images/bg_1.jpg);
}

.body7 {
    background-image: url(images/bg_1.jpg);
}

.body8, .body9, .body10, .body11, .body12 {    
    background-color:#69ADDE;
}

/* Extra small devices (phones, less than 768px) */
/* max device width */
@media screen and (max-width: 320px) {
    body {
        background-image: url(images/bg_1_320.jpg);
    }

    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        position: relative;
        min-height: 1px;
        /*padding-right: 15px;  
        padding-left: 15px;*/
    }
}
/* min-width & max-width */
@media screen and (min-width: 321px) and (max-width: 640px) {
    body {
        background-image: url(images/bg_1_768.jpg);
    }
}
/* min-width */
/* Small devices (tablets, 768px and up) */
@media screen and (min-width: 768px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

.header-bg {
    background: #E7E8EA;
}

.header {
    /*width: 946px;*/
    /*margin: auto;*/
    padding-top: 10px;
    height: 151px;
    background: transparent;
}

.logo { /*novo*/
    margin-top: 9px;
    float: left;
    height: 130px;
    width: 215px;
    color: #fff;
    text-transform: uppercase;
    word-wrap: break-word;
}

#outer {
    width: 215px;
    height: 130px;
    overflow: hidden;
    position: relative;
}

    #outer[id] {
        display: table;
        position: static;
    }

#middle {
    position: absolute;
    top: 50%;
}
    /* for quirk explorer only*/
    #middle[id] {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
        position: static;
    }

#inner {
    margin-left: 37px;
    position: relative;
    top: -1%;
    text-align: center;
    width: 215px;
}
/* for quirk explorer only */
/* optional: #inner[id] {position: static;} */

.mnu_wsf_top {
    float: right;
}

    .mnu_wsf_top DIV {
        /*background: url(images/barra1.gif) repeat-x;*/
        margin-right: 6px;
        height: 51px;
        margin-top: 10px;
        padding: 15px 2px 0px 2px;
        text-align: center;
        z-index: 2;
        float: left;
    }

    .mnu_wsf_top a {
        color: #000;
        text-decoration: none;
    }

        .mnu_wsf_top a:hover {
            color: #444;
            text-decoration: none;
        }

        
.mnu_wsf_meio {
    background-image: url(images/bg_menu.png);
    height: 33px;
    width: auto;
    text-align: center;
    margin-top: 0px;
}

#navlist {
    position: relative;
    margin: auto;
    width: 1005px;
}

    #navlist li {
        margin: 0;
        padding: 0;
        list-style: none;
        position: absolute;
        top: 0px;
        border: 1px;
        border-style: solid;
        border-color: #BEBEBE;
    }

    #navlist li, #navlist a {
        height: 33px;
        display: block;
    }

        #navlist li a {
            text-decoration: none;
            text-align: center;
            padding-top: 6px;
            color: #fff;
        }

/*menu meio*/
#menu0 {
    left: 0px;
    width: 200px;
}

#menu0 {
    background: #69ADDE;
}

    #menu0 a:hover {
        background: #000;
        height: 31px;
    }

#menu1 {
    left: 201px;
    width: 200px;
}

#menu1 {
    background: #69ADDE;
}

    #menu1 a:hover {
        background: #000;
        height: 31px;
    }

#menu2 {
    left: 402px;
    width: 200px;
}

#menu2 {
    background: #69ADDE;
}

    #menu2 a:hover {
        background: #000;
        height: 31px;
    }

#menu3 {
    left: 603px;
    width: 200px;
}

#menu3 {
    background: #69ADDE;
}

    #menu3 a:hover {
        background: #000;
        height: 31px;
    }

#menu4 {
    left: 804px;
    width: 201px;
}

#menu4 {
    background: #69ADDE;
}

    #menu4 a:hover {
        background: #000;
        height: 31px;
    }


.box_baixo {
    text-align: center;
    width: auto;
}

.propaganda {
    text-align: center;
}

    .propaganda .col-lg-4 {
        height: 75px;
        background: #33CCFF;
        color: White;
        font-weight: bold;
        font-size: 22px;
    }

    .propaganda .col-lg-8 {
        height: 75px;
        background: #fff;
        border-top: solid 1px #BF534E;
        border-left: solid 1px #BF534E;
        border-right: solid 1px #BF534E;
        border-bottom: solid 3px #BF534E;
    }

.header-contato {
    color: black;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
}

    .header-contato .col-lg-4 {
        height: 25px;
        background: transparent;
    }

    .header-contato .item {
        height: 25px;
        font-family: Arial;
        padding: 5px 0px 0px 0px;
    }

    .header-contato .itemmeio {
        height: 25px;
        font-family: Arial;
        padding: 5px 0px 0px 0px;
    }

.contato {
    color: white;
    font-family: Arial;
    font-size: 12px;
    text-align: center;
}

    .contato .col-lg-4 {
        height: 71px;
    }

    .contato .col-lg-4 {
        height: 71px;
        font-family: Arial;
        padding: 5px 0px 0px 0px;
    }

    .contato .item-left {
        background: #444;
    }

    .contato .itemmeio {
        background: #69ADDE;
        color: #000;
    }

        .contato .itemmeio a {
            color: #fff;
        }

    .contato .item-right {
        background: #444;
    }
    
     .contato .item-right #botao_chamar {
        background: #5cb85c;
        margin-top:-4px;
        height: 71px;
    }

    .contato .col-lg-4 p {
        margin-top: 5px;
        padding: 7px 5px 0px 5px;
        font-size: 14px;
    }

/* Extra small devices (phones, less than 768px) */
/* max device width */
@media screen and (max-width: 481px) {
    .contato .col-lg-4 p {
        margin-top: 7px;
        padding: 0px 5px 0px 5px;
        font-size: 14px;
    }
}

.contato .col-lg-4 p label {
    font-size: 16px;
    font-weight: bold;
}

.wsf_content {
    min-height: 473px;
    margin: auto;
}

.cx_wsf {
    margin: auto;
    z-index: 1;
}

H1 {
    font-size: 10px;
    text-align: center;
}
/*icones redes sociais*/
.facebook {
    background: url(images/face.gif) no-repeat;
    width: 26px;
    height: 26px;
    float: left;
    margin: 20px 0 0 0px;
}

.twitt {
    background: url(images/twitt.gif) no-repeat;
    width: 26px;
    height: 26px;
    float: left;
    margin: 20px 0 0 5px;
}
/*bandeiras cartoes*/
.visa {
    background-image: url(images/cartoes.gif);
    background-position: 0 -20px;
    width: 42px;
    height: 20px;
    float: left;
}

.master {
    background-image: url(images/cartoes.gif);
    background-position: -52px -20px;
    width: 45px;
    height: 20px;
    float: left;
}

.dinners {
    background-image: url(images/cartoes.gif);
    background-position: -107px -20px;
    width: 42px;
    height: 20px;
    float: left;
}

.american {
    background-image: url(images/cartoes.gif);
    background-position: -161px -20px;
    width: 42px;
    height: 20px;
    float: left;
}

.elo {
    background-image: url(images/cartoes.gif);
    background-position: -215px -20px;
    width: 43px;
    height: 20px;
    float: left;
}

/*Footer*/
body > .container {
    padding: 60px 15px 0;
}

.container .text-muted {
    margin: 20px 0;
}

.footer {
    position: relative;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
     line-height: 50px;
}

    .footer > .container {
        padding-right: 15px;
        padding-left: 15px;
    }

#ads {
    overflow: auto;
    width: 99%;
    height: 71px;
}

.menu_item {
    background: url(images/barra1.png) repeat-x;
    margin-right: 6px;
    height: 51px;
    margin-top: 10px;
    padding: 15px 2px 0px 2px;
    text-align: center;
    z-index: 2;
    float: left;
}

.wsf_left {
    float: left;
    width: 287px;
    height: 71px;
    /*background: #33CCFF;*/ /*url(images/botao_11b.png) no-repeat;*/
    text-align: center;
}

    .wsf_left div {
        background: #33CCFF;
        color: White;
        font-weight: bold;
        font-size: 22px;
    }

#bn1 {
    background-repeat: no-repeat;
    background-position: center;
    width: 944px;
    height: 470px;
    z-index: 0;
    background-color: transparent;
    background-image: url('images/banner_home_bg_none.html');
}

.pagina2 {
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
    color: #444;
    font-family: arial;
    background: #cdcdcd;
}

    .pagina2 .coluna1de1 { /*width: 944px; height: 470px;*/
    }

        .pagina2 .coluna1de1 .title {
            text-transform: uppercase;
            font-size: 30px;
            margin-top: 0px;
            padding: 30px 0px 20px 20px;
            background: url(images/bg_title.png) no-repeat;
        }

        .pagina2 .coluna1de1 .texto {
            text-wrap: normal;
            font-size: 16px;
            padding: 0px 30px 0px 20px;
            overflow: auto;
            min-height: 473px;
        }

.pagina3 {
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
    color:  #444;
    font-family: arial;
    background: #cdcdcd;
}

    .pagina3 .coluna1de1 { /*width: 944px; height: 470px;*/
    }

        .pagina3 .coluna1de1 .title {
            text-transform: uppercase;
            font-size: 30px;
            margin-top: 0px;
            padding: 30px 0px 20px 20px;
            background: url(images/bg_title.png) no-repeat;
        }

        .pagina3 .coluna1de1 .texto {
            text-wrap: normal;
            font-size: 16px;
            padding: 0px 30px 0px 20px;
            overflow: auto;
            min-height: 473px;
        }

.pagina4 {
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
    color: #3B5998;
    font-family: arial;
    background: #ffffff;
}

    .pagina4 .coluna1de1 { /*width: 944px; height: 470px;*/
    }

        .pagina4 .coluna1de1 .title {
            text-transform: uppercase;
            font-size: 30px;
            margin-top: 0px;
            padding: 30px 0px 20px 20px;
            background: url(images/bg_title_azul.png) no-repeat;
            width: 357px;
            height: 56px;
        }

        .pagina4 .coluna1de1 .texto {
            text-wrap: normal;
            font-size: 16px;
            padding: 0px 30px 0px 20px;
            overflow: auto;
            min-height: 473px;
            color: #3B5998;
            margin-top: 30px;
            text-align: center;
        }

.pagina5 {
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
    color:  #444;
    font-family: arial;
    background: #cdcdcd;
}

    .pagina5 .coluna1de1 { /*width: 944px;    height: 470px;*/
    }

        .pagina5 .coluna1de1 .title {
            text-transform: uppercase;
            font-size: 30px;
            margin-top: 0px;
            padding: 30px 0px 20px 20px;
            background: url(images/bg_title_verde.png) no-repeat;
            width: 357px;
            height: 56px;
        }

        .pagina5 .coluna1de1 .texto {
            text-wrap: normal;
            font-size: 16px;
            padding: 0px 30px 0px 20px;
            overflow: auto;
            min-height: 473px;
            color: White;
            margin-top: 30px;
        }

.pagina6 {
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
    color:  #444;
    font-family: arial;
    background: #cdcdcd;
}

    .pagina6 .coluna1de1 { /*width: 944px; height: 470px;*/
    }

        .pagina6 .coluna1de1 .title {
            text-transform: uppercase;
            font-size: 30px;
            margin-top: 0px;
            padding: 30px 0px 20px 30px;
            background: url(images/bg_title_verde.png) no-repeat;
            width: 357px;
            height: 56px;
        }

        .pagina6 .coluna1de1 .texto {
            font-size: 16px;
            padding: 0px 30px 0px 30px;
            overflow: auto;
            min-height: 473px;
            color: White;
            margin-top: 30px;
        }
        
        .pagina6 label {   
    color:  #444;   
}

.pagina8 {
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
    color: #444;
    font-family: arial;
    background: #cdcdcd;
}

    .pagina8 .coluna1de1 { /*width: 944px;    height: 470px;*/
    }

        .pagina8 .coluna1de1 .title {
            text-transform: uppercase;
            font-size: 30px;
            margin-top: 0px;
            padding: 30px 0px 20px 20px;
            background: url(images/bg_title_verde.png) no-repeat;
            width: 357px;
            height: 56px;
        }

        .pagina8 .coluna1de1 .texto {
            text-wrap: normal;
            font-size: 16px;
            padding: 0px 30px 0px 20px;
            overflow: auto;
            min-height: 473px;
            color: #444;
            margin-top: 30px;
        }

.pagina9 {
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
    color: #444;
    font-family: arial;
    background: #cdcdcd;
}

    .pagina9 .coluna1de1 { /*width: 944px;    height: 470px;*/
    }

        .pagina9 .coluna1de1 .title {
            text-transform: uppercase;
            font-size: 30px;
            margin-top: 0px;
            padding: 30px 0px 20px 20px;
            background: url(images/bg_title_verde.png) no-repeat;
            width: 357px;
            height: 56px;
        }

        .pagina9 .coluna1de1 .texto {
            text-wrap: normal;
            font-size: 16px;
            padding: 0px 30px 0px 20px;
            overflow: auto;
            min-height: 473px;
            color: #444;
            margin-top: 30px;
        }

.pagina10 {
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
    color: #444;
    font-family: arial;
    background: #cdcdcd;
}

    .pagina10 .coluna1de1 { /*width: 944px;    height: 470px;*/
    }

        .pagina10 .coluna1de1 .title {
            text-transform: uppercase;
            font-size: 30px;
            margin-top: 0px;
            padding: 30px 0px 20px 20px;
            background: url(images/bg_title_verde.png) no-repeat;
            width: 357px;
            height: 56px;
        }

        .pagina10 .coluna1de1 .texto {
            text-wrap: normal;
            font-size: 16px;
            padding: 0px 30px 0px 20px;
            overflow: auto;
            min-height: 473px;
            color: #444;
            margin-top: 30px;
        }

.pagina11 {
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
    color: #444;
    font-family: arial;
    background: #cdcdcd;
}

    .pagina11 .coluna1de1 { /*width: 944px;    height: 470px;*/
    }

        .pagina11 .coluna1de1 .title {
            text-transform: uppercase;
            font-size: 30px;
            margin-top: 0px;
            padding: 30px 0px 20px 20px;
            background: url(images/bg_title_verde.png) no-repeat;
            width: 357px;
            height: 56px;
        }

        .pagina11 .coluna1de1 .texto {
            text-wrap: normal;
            font-size: 16px;
            padding: 0px 30px 0px 20px;
            overflow: auto;
            min-height: 473px;
            color: #444;
            margin-top: 30px;
        }

.pagina12 {
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
    color: #444;
    font-family: arial;
    background: #cdcdcd;
}

    .pagina12 .coluna1de1 { /*width: 944px;    height: 470px;*/
    }

        .pagina12 .coluna1de1 .title {
            text-transform: uppercase;
            font-size: 30px;
            margin-top: 0px;
            padding: 30px 0px 20px 20px;
            background: url(images/bg_title_verde.png) no-repeat;
            width: 357px;
            height: 56px;
        }

        .pagina12 .coluna1de1 .texto {
            text-wrap: normal;
            font-size: 16px;
            padding: 0px 30px 0px 20px;
            overflow: auto;
            min-height: 473px;
            color: #444;
            margin-top: 30px;
        }


.mnu_wsf_top_meio {
    background-image: url(images/bg_menu.png);
    height: 35px;
    width: auto;
    text-align: center;
    margin-top: 5px;
}

.wsf_right {
    /*background-image: url(images/fundo_procuradis.png);*/
    width: 620px;
    float: left;
    height: 71px;
    /*padding-top: 10px;
    padding-left: 37px;*/
}

    .wsf_right font {
        font-family: arial;
        font-size: 5;
        color: black;
    }

.wsf_righttext {
    background-image: url(images/bg_input.png);
    border: 1px solid #4D0B3C;
    height: 34px;
    width: 250px;
    background-repeat: repeat-x;
    background-position: bottom;
    font-size: 19px;
}
