/*****************************************
FONTS
******************************************/

@import url(http://fonts.googleapis.com/css?family=Arimo:400,700);
/* font-family: 'Arimo', sans-serif; */
/*****************************************
RESETS
******************************************/

html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
    vertical-align: baseline;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    outline: 0;
    margin: 0;
    border: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}
a {
    color: inherit;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
:focus {
    outline: 0;
}
body {
    line-height: 1;
    color: black;
    font-family: 'Arimo', sans-serif;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
* {
    box-sizing: border-box;
}
/*****************************************
LAYOUT
******************************************/

#header {
    display: block;
    position: relative;
    width: 100%;
}
#header-bar {
    display: block;
    float: left;
    position: fixed;
    top: 0px;
    width: 100%;
    height: 130px;
    z-index: 99;
}
#main {
    display: block;
    position: relative;
    width: 100%;
    min-height: 500px;
    margin-bottom: 60px;
}
.container {
    display: block;
    clear: both;
    position: relative;
    width: 936px;
    margin: 0 auto;
}
header .topo {
    height: 210px;
}
header .topo .logo {
    float: left;
    width: 211px;
    height: 181px;
}
header .topo nav {
    width: 543px;
    height: 70px;
    float: left;
    margin-top: 80px;
    margin-left: 30px;
}
header .topo nav ul {
    list-style: none;
    float: right;
    margin: 0;
}
header .topo nav ul li {
    list-style: none;
    float: right;
    line-height: 15px;
    border-left: 1px solid #364e72;
    padding: 1px 20px;
    font-size: 14px;
    color: #364e72;
}
header .topo nav ul .fone {
    font-size: 20px;
    font-weight: bold;
    color: #ea5227;
}
header .topo nav ul .fone span {
    font-size: 14px;
    font-weight: normal;
}
header .topo nav .form_busca {
    float: right;
    width: 530px;
    padding-right: 20px;
    margin-top: 5px;
    text-align: right;
}
header .topo nav .form_busca #input_busca {
    width: 449px;
    padding: 8px 5px 8px 40px;
    color: #ea5227;
    background: url(../img/lupa.png) 10px center no-repeat;
    border: 1px solid #CCC;
    box-shadow: 0px 1px 1px #818181;
    float: left;
}
header .topo nav .form_busca #botao_buscar{
    margin: 0;
    float: left;
    background-color: #ea5227;
    border: none;
    font-size: 12px;
    color: white;
    box-shadow: 0px 1px 1px #818181;
    width: 60px;
    height: 33px;
    margin-top: 0px;
    border-bottom: 4px solid #c55b3d;
    cursor: pointer;
}
#botao_buscar_main {
	
	margin: 0;
    float: left;
    background-color: #ea5227;
    border: none;
    font-size: 12px;
    color: white;
    box-shadow: 0px 1px 1px #818181;
    width: 60px;
    height: 33px;
    margin-top: 0px;
    border-bottom: 4px solid #c55b3d;
    cursor: pointer;
}
header .topo .carrinho {
    float: right;
    width: 110px;
    height: 80px;
    margin-top: 80px;
    color: #364e72;
}
header .topo .carrinho .botao_finalizar {
    font-size: 12px;
    border: 1px solid #364e72;
    text-align: center;
    font-weight: bold;
    padding: 3px;
    margin-top: 2px;
    box-shadow: 0px 1px 1px #818181;
}

header .menu_fixo {
    position: fixed;
    height: 71px;
    background: url(../img/bg-menu-fixo.png) #FFF;
    width: 100%;
    z-index: 9999;
    display: none;
}
header .menu_fixo .logo {
    float: left;
    width: 70px;
    height: 60px;
}
header .menu_fixo nav {
    width: 718px;
    height: 100%;
    float: left;
    margin-top: 5px;
    margin-left: 20px;
}
header .menu_fixo nav ul {
    list-style: none;
    float: right;
    margin-top: 22px;
}
header .menu_fixo nav ul li {
    list-style: none;
    float: right;
    line-height: 15px;
    border-left: 1px solid #364e72;
    padding: 1px 20px;
    font-size: 14px;
    color: #364e72;
}
header .menu_fixo nav ul .fone {
    font-size: 20px;
    font-weight: bold;
}
header .menu_fixo nav ul .fone span {
    font-size: 14px;
    font-weight: normal;
}
header .menu_fixo nav .form_busca {
    float: left;
    width: 350px;
    margin-top: 12px;
}
header .menu_fixo nav .form_busca #input_busca {
    width: 290px;
    padding: 8px 5px 8px 40px;
    background: url(../img/lupa.png) 10px center no-repeat #FFF;
    border: 1px solid #CCC;
    box-shadow: 0px 1px 1px #818181;
    float: left;
}
header .menu_fixo nav .form_busca #botao_buscar {
    margin: 0;
    float: left;
    background-color: #364e72;
    border: none;
    font-size: 12px;
    color: white;
    box-shadow: 0px 1px 1px #818181;
    width: 60px;
    height: 33px;
    border-bottom: 4px solid #182f51;
    cursor: pointer;
}
header .menu_fixo .carrinho {
    float: right;
    width: 126px;
    height: 100%;
    color: #FFF;
    background-color: #f36b44;
    padding: 15px 10px;
    height: 71px;
}
header .menu_fixo .carrinho .botao_finalizar {
    font-size: 12px;
    border: 1px solid #FFF;
    text-align: center;
    padding: 3px;
    margin-top: 5px;
    color: #f36b44;
    background-color: #FFF;
}
#main .banners {
    width: 100%;
    height: 550px;
    float: left;
    position: relative;
    z-index: 999;
}
#main .slider {
    width: 100%;
    height: 415px;
    margin-bottom: 120px;
    overflow: hidden;
    z-index: 0;
    position: absolute;
}
#main .slider div {
    width: 100%;
    height: 100%;
    background: center center no-repeat;
    background-size: contain;
}
#main .menu {
    width: 220px;
    height: auto;
    float: left;
    z-index: 99999;
    position: fixed;
    /* -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;*/
}

.border-left {
	display: block;
	position: absolute;
	right: -11px;
	top: 2px;
	background: #ad5237;
	width: 15px;
	height: 98.2%;
	z-index: 5;
	transform: perspective(400px) rotateY(60deg);

	-webkit-box-shadow: 10px 0px 24px 0px rgba(50, 50, 50, 0.6);
	-moz-box-shadow:    10px 0px 24px 0px rgba(50, 50, 50, 0.6);
	box-shadow:         10px 0px 24px 0px rgba(50, 50, 50, 0.6);
}

#main .topmenu {
	top: 55px;
	position: absolute;
}
#main .menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#main .menu ul li {
    list-style: none;
    padding: 7px 10px;
    color: #FFF;
    position: relative;
    font-size: 12px;
    cursor: pointer;
    border-bottom: 1px solid #ff9374;
    /*border-right: 5px solid #a14a32;*/
    background-color: #f36b44;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#main .menu ul li:first-child {
	padding-top: 10px;
}
#main .menu ul li.selected {
    background-color: #364c64;
}
#main .menu ul li:hover {
    background-color: #364c64;
}

#main .menu ul li:hover ul {
	right: -300px;
	top: 0px;
	visibility: visible;
	opacity: 1;
	border-top: 1px solid #364c64;
}

#main .menu ul li ul {
	position: absolute;
	right: -280px;
	width: 300px;
	top: 0px;
	height: auto;
	z-index: 99;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#main .menu ul li a{
	width: 100% !important;
	display: block !important;	
}

#main .menu ul li ul li {
	position: relative;
	float: left;
	display: block;
	width: 100%;
    list-style: none;
    height: 29px;
	padding: 7px 10px 7px 10px;
    color: #FFF;
    /*border-right: 1px solid #ccc;*/
    font-size: 12px;
     border-bottom: 1px solid #2c4159;
    /*border-right: 5px solid #a14a32;*/
    background-color: #364c64;
}

#main .menu ul li ul li:first-child {
	padding-top: 7px;
}

#main .menu ul li ul li:hover {
	background: #5c6671;
}

#main .menu ul li ul li a {
	width: 100%;
	padding: 5px;
}

#main .banners .divisor {
    background: url(../img/sombra.png) center center no-repeat;
    position: absolute;
    top: 394px;
    width: 100%;
    height: 115px;
}
#main .slider div.bx-controls {
    height: 47px;
    width: 1000px;
    position: relative;
    margin: 0 auto;
    padding: 0px;
    z-index: 9999;
}
#main .slider div.bx-pager-item {
    float: left;
    display: block;
    width: 18px;
    height: 15px;
    top: -10px;
    position: relative;
}
#main .slider div.bx-pager {
    bottom: -15px;
    width: 100px;
    right: 0px;
    height: 100%;
    padding: 0px;
}
#main .slider div.bx-pager.bx-default-pager a {
    display: block;
    float: left;
    margin: 0;
}
/*****************************************
PRODUTOS
******************************************/

#titulo-categorias {
    position: absolute;
    left: -18px;
    top: 475px;
    height: 68px;
    z-index: 9999999;
    overflow: hidden;
}
#produtos {
    display: block;
    float: right;
    width: 700px;
    height: auto;
    position: relative;
}
#produtos .lista_produtos {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 50px;
    margin-left: 10px;
}
#produtos .lista_produtos li {
    display: block;
    float: left;
    position: relative;
    width: 218px;
    height: 320px;
    padding: 0 0 10px 0;
    margin: 15px 7px;
    border: 1px solid #CCC;
    padding-bottom: 10px;
    background: #FFF;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#produtos .lista_produtos li .sombra-produtos {
    width: 220px;
    height: 7px;
    background: url(../img/sombra-produtos.png) center bottom no-repeat #FFF;
    position: absolute;
    bottom: -8px;
}
.tag-promo {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 65px;
    height: 15px;
    color: #fff;
    font-size: 13px;
    padding: 4px 5px 3px 5px;
    z-index: 999;
}
.tag-nov {
    display: block;
    position: absolute;
    left: 0px;
    top: 28px;
    width: 60px;
    height: 15px;
    color: #fff;
    font-size: 13px;
    padding: 4px 5px 2px 5px;
    z-index: 999;
}
.hover-img {
    display: block;
    width: 100%;
    height: 216px;
    background: #CCC;
    opacity: 0.2;
    left: 0px;
    top: 0px;
    position: absolute;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#produtos .lista_produtosul li:hover .hover-img {
    opacity: 0.2;
    visibility: visible;
}
#produtos .lista_produtos li span {
    display: block;
    float: left;
    width: 230px;
    height: 40px;
    margin-top: 5px;
    margin-left: 10px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 12px;
    color: #919191;
}
#produtos .lista_produtos li h3 {
    display: block;
    float: left;
    width: 207px;
    height: 35px;
    overflow: hidden;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #364e72;
    line-height: 16px;
    margin-left: 10px;
}
#produtos .lista_produtos li h3.title {
    margin-top: 12px;
}
#produtos .lista_produtos li h5 {
    display: block;
    float: left;
    width: 100px;
    height: 35px;
    overflow: hidden;
    font-size: 12px;
    color: #999;
    line-height: 26px;
    margin-left: 10px;
}
.botao_orcamento {
    margin: 0;
    float: right;
    background-color: #ea5227;
    border: none;
    font-size: 12px;
    font-weight: bold;
    color: white;
    box-shadow: 0px 1px 1px #818181;
    margin-right: 7px;
    padding: 5px 10px;
    border-bottom: 4px solid #c55b3d;
}
.box-banner {
    display: block;
    float: left;
    width: 100%;
    height: 120px;
    margin-bottom: 40px;
    margin-top: 20px;
}
.zoom-icon {
    display: block;
    z-index: 99;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: url('../img/zoom.png') center center no-repeat;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#produtos .lista_produtos li:hover span.title {
    text-decoration: underline;
    color: #ff6346;
}
#produtos .lista_produtos li a {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.blur {
    opacity: 0.8;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#produtos .lista_produtos li:hover .zoom-icon {
    opacity: 1;
    background: url('../img/zoom.png') center center no-repeat;
}
.page-tit-hidden {
    display: block;
    visibility: hidden;
    width: 0;
    height: 0;
    opacity: 0;
}
.page-tit {
    width: 100%;
    display: block;
    float: left;
    height: 1px;
    font-size: 20px;
    border: 1px solid #CCC;
}
.page-tit spam {
    color: #364e72;
    padding: 0px 20px;
    margin-left: 60px;
    margin-top: -10px;
    position: relative;
    float: left;
    background-color: #FFF;
}
.img-prod img {
    width: 216px;
    height: 216px;
    top: 0px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#produtos .lista_produtos li:hover .img-prod img {
    opacity: 1;
    
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    
}
.img-prod {
    display: block;
    position: relative;
    width: 100%;
    height: 216px;
    overflow: hidden;
    text-align: center;
    margin: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.nenhum_produto {
    width: 100%;
    margin: 20px 0px;
    padding: 20px;
    font-size: 16px;
    text-align: center;
    border: 1px solid #CCC;
}
/*****************************************
DETALHES DO PRODUTO
******************************************/

.detalhes {
    width: 100%;
    height: 100%;
}
.detalhes .img {
    width: 450px;
    height: 100%;
    background: center center no-repeat;
    background-size: contain;
    border: 1px solid #CCC;
    margin-right: 10px;
    float: left;
}
.detalhes h1 {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
    color: #364e72;
    float: right;
    width: 450px;
}
.detalhes h3 {
    color: #999;
    font-size: 16px;
    margin-bottom: 10px;
    float: right;
    width: 450px;
}
.detalhes .tit_descricao {
    float: right;
    width: 450px;
    background-color: #e7e7e7;
    color: #8e8d8d;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
}
.detalhes p {
    float: right;
    width: 450px;
    max-height: 220px;
    text-overflow: ellipsis;
    margin: 10px 0px;
}
.detalhes .quantidade {
    float: right;
    width: 450px;
    margin: 20px 0px;
}
.detalhes .qtd-check {
    float: left;
    width: 68px;
}
.detalhes .qtd-check input {
    border: 1px solid #CCC;
    padding: 10px;
    float: left;
    width: 50px;
    margin: 0;
    height: 36px;
}
.detalhes .qtd-check .bt-menos-check {
    display: block;
    float: left;
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    border-top: none;
    border-left: none;
    background: #fff url('../img/sprite.png') -4px -29px no-repeat;
    cursor: pointer;
}
.detalhes .qtd-check .bt-mais-check {
    display: block;
    float: left;
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    border-left: none;
    background: #fff url('../img/sprite.png') -3px -7px no-repeat;
    cursor: pointer;
}
.detalhes .bt-enviar {
    width: 370px;
    padding: 3px;
    color: #FFF;
    font-size: 20px;
    text-align: center;
    background-color: #f36b44;
    border-bottom: 5px solid #c55b3d;
    line-height: 25px;
    float: right;
    cursor: pointer;
}
.detalhes .bt-enviar i {
    float: left;
    margin-left: 10px;
    position: relative;
    width: 25px;
    top: 3px;
    height: 25px;
    background: url(../img/sprite.png) -68px -27px no-repeat;
}
/*****************************************
PRIM BOX
******************************************/

#primbox_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 999999;
    background: #000;
    opacity: 0.8;
    display: none;
}
#primbox_frame {
    width: 940px;
    height: 470px;
    position: fixed;
    margin-left: -470px;
    margin-top: -235px;
    left: 50%;
    top: 50%;
    z-index: 999999;
    box-shadow: 0px 1px 5px #FFF;
    padding: 10px;
    background: url(../img/ajaxLoader.gif) center center no-repeat #FFF;
    display: none;
}
#primbox_close {
    position: absolute;
    width: 85px;
    height: 30px;
    background-color: #f36b44;
    color: #FFF;
    padding: 5px;
    line-height: 20px;
    font-size: 12px;
    font-weight: bold;
    padding-left: 10px;
    top: -30px;
    right: 0px;
    cursor: pointer;
}
#primbox_close i {
    width: 20px;
    height: 20px;
    background: url(../img/sprite.png) -100px -27px no-repeat;
    float: right;
}
#primbox_alert {
    position: fixed;
    top: 110px;
    left: 50%;
    z-index: 1100000;
    box-shadow: 0px 1px 5px #FFF;
    padding: 30px;
    text-align: center;
    display: none;
    background-color: #FFF;
	font-size: 23px;
	color: #DE644C;
}
/*****************************************
CARRINHO
******************************************/

#carrinho {
    display: block;
    float: right;
    width: 680px;
    height: auto;
    position: relative;
}
#carrinho .item-carrinho {
    width: 100%;
    height: 161px;
    border-bottom: 1px solid #CCC;
    padding: 10px 5px;
}
#carrinho .img_prod {
    float: left;
    width: 140px;
    height: 140px;
    margin-right: 20px;
    background: center center no-repeat;
    background-size: contain;
    border: 1px solid #CCC;
}
#carrinho .descricao {
    float: left;
    width: 360px;
}
#carrinho .descricao h2 {
    color: #364e72;
    font-weight: bold;
    margin: 20px 0px;
}
#carrinho .descricao span {
    color: #999;
    font-size: 14px;
}
#carrinho .qtd-check {
    float: left;
    width: 68px;
    margin-top: 53px;
}
#carrinho .qtd-check input {
    border: 1px solid #CCC;
    padding: 10px;
    float: left;
    width: 50px;
    margin: 0;
    height: 36px;
}
#carrinho .qtd-check .bt-menos-check {
    display: block;
    float: left;
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    border-top: none;
    border-left: none;
    background: #fff url('../img/sprite.png') -4px -29px no-repeat;
    cursor: pointer;
}
#carrinho .qtd-check .bt-mais-check {
    display: block;
    float: left;
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    border-left: none;
    background: #fff url('../img/sprite.png') -3px -7px no-repeat;
    cursor: pointer;
}
#carrinho .bt_excluir {
    float: right;
    width: 18px;
    height: 18px;
    background: url('../img/sprite.png') -70px -6px no-repeat;
    margin-top: 64px;
    cursor: pointer;
}
#carrinho .botao-continuar {
    width: 100%;
    padding: 10px;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background-color: #b4b4b4;
    border-bottom: 5px solid #909090;
    margin: 20px 0px;
    cursor: pointer;
}
#carrinho .botao-continuar i {
    float: left;
    margin-left: 10px;
    width: 25px;
    height: 25px;
    background: url(../img/sprite.png) -68px -27px no-repeat;
}
#carrinho form input {
    border: 1px solid #CCC;
    width: 100%;
    padding: 10px;
    color: #333;
    margin: 5px 0px;
}
#carrinho form #telefone, #carrinho form #cidade {
    width: 49%;
    float: left;
}
#carrinho form #celular, #carrinho form #estado {
    width: 49%;
    float: right;
}
#carrinho form .bt-enviar {
    width: 100%;
    padding: 10px;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background-color: #f36b44;
    border-bottom: 5px solid #c55b3d;
    line-height: 25px;
    margin-top: 10px;
    float: left;
    cursor: pointer;
}
#carrinho form .bt-enviar i {
    float: left;
    margin-left: 10px;
    width: 25px;
    height: 25px;
    background: url(../img/sprite.png) -100px -2px no-repeat;
}
/*****************************************
EMPRESA
******************************************/

#empresa {
    display: block;
    float: right;
    width: 680px;
    height: auto;
    position: relative;
}
#empresa #texto {
    float: left;
    width: 100%;
    text-align: justify;
    color: #333;
    margin: 20px 0px;
    font-size: 14px;
    line-height: 17px;
}
#empresa #texto h1, #empresa h2, #empresa h3 {
    font-weight: bold;
    color: #364e72;
    margin: 20px 0px;
}
#empresa #texto p {
    text-indent: 20px;
}
#empresa .imagens {
    width: 230px;
    float: right;
    margin-top: 65px;
}
#empresa .imagens div {
    width: 100%;
    height: 180px;
    float: left;
    margin-top: 10px;
    background: center center no-repeat;
    background-size: cover;
}
/*****************************************
CONTATO
******************************************/

#contato {
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 50px;
}
#contato h2 {
    margin: 20px 0px;
}
#contato form #bloco1 {
    float: left;
    width: 49%;
}
#contato form #bloco2 {
    float: right;
    width: 49%;
}
#contato form input {
    border: 1px solid #CCC;
    width: 100%;
    padding: 10px;
    color: #333;
    margin: 5px 0px;
}
#contato form #telefone, #contato form #cidade {
    width: 49%;
    float: left;
}
#contato form #celular, #contato form #estado {
    width: 49%;
    float: right;
}
#contato form #mensagem {
    border: 1px solid #CCC;
    width: 100%;
    height: 226px;
    padding: 10px;
    color: #333;
    margin: 5px 0px;
    font-family: inherit;
}
#contato form .bt-enviar {
    width: 100%;
    padding: 10px;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background-color: #f36b44;
    border-bottom: 5px solid #c55b3d;
    line-height: 25px;
    margin-top: 10px;
    float: left;
    cursor: pointer;
}
#contato form .bt-enviar i {
    float: left;
    margin-left: 10px;
    width: 25px;
    height: 25px;
    background: url(../img/sprite.png) -66px -25px no-repeat;
}
/*****************************************
PAGINADOR
******************************************/

#pages {
    width: 100%;
    height: 35px;
    margin: 20px 0px;
    text-align: center;
}
#pages ul {
    list-style: none;
}
#pages li {
    float: left;
    border: 1px solid #ccc;
    margin-left: 5px;
    min-width: 20px;
    text-align: center;
    
    font-size: 12px;
}
#pages a {
    float: left;
    color: #CCC;
    text-align: center;
    width: 100%;
    text-decoration: none;
    padding: 5px;
}
#pages a:hover {
    background-color: #f36b44;
    color: #FFF;
}
#pages .selecionado {
    background-color: #f36b44;
    color: #FFF;
    padding: 5px;
}



#pages .disabled {
    color: #CCC;
}
#pages .ant {
    width: 25px;
    height: 25px;
    border: none;
    background: url(../img/sprite.png) -123px -0px no-repeat;
}
#pages .prox {
    width: 25px;
    height: 25px;
    border: none;
    background: url(../img/sprite.png) -157px 10px no-repeat;
}
#pages .ant-nolink {
    width: 25px;
    height: 25px;
    border: none;
    background: url(../img/sprite.png) -123px 0px no-repeat;
}
#pages .prox-nolink {
    width: 25px;
    height: 25px;
    border: none;
    background: url(../img/sprite.png) -157px 0px no-repeat;
}
#pages .ant {
    width: 25px;
    height: 25px;
    border: none;
    background: url(../img/sprite.png) -123px -26px no-repeat;
}
#pages .ant a:hover, #pages .prox a:hover {
    background-color: transparent;
    color: inherit;
}
#pages .prox {
    width: 25px;
    height: 25px;
    border: none;
    background: url(../img/sprite.png) -157px -26px no-repeat;
}
/*****************************************
RODAPÉ
******************************************/
.conheca_mais {
    width: 100%;
    height: 90px;
    border: 1px solid #CCC;
    text-align: center;
    float: left;
    margin-top: 30px;
    position: relative;
    cursor: pointer;
}
.conheca_mais h1 {
    color: #364e72;
    font-size: 26px;
    font-weight: bold;
    margin-top: 22px;
}
.conheca_mais h5 {
    color: #666;
    font-size: 14px;
    line-height: 25px;
}
.conheca_mais h5 img {
    position: absolute;
    top: 49px;
    left: 47.8%;
}
footer .rodape {
    background: url(../img/bg-rodape.jpg);
    width: 100%;
    height: 207px;
}
footer .rodape a:hover {
    color: #364e72;
}
footer .rodape .bloco {
    width: 190px;
    float: left;
    margin-right: 30px;
    margin-top: 40px;
}
footer .rodape .bloco h2 {
    font-size: 18px;
    font-weight: bold;
    color: #f36b44;
    margin-bottom: 10px;
}
footer .rodape .bloco ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer .rodape .bloco ul li {
    list-style: none;
    padding: 7px 0px;
    border-bottom: 1px solid #DDD;
    font-size: 12px;
    color: #8e8e8e;
}
footer .rodape .info {
    width: 230px;
}
footer .rodape .pgto {
    width: 190px;
}
footer .rodape .redes {
    width: 170px;
}
footer .rodape .contato {
    width: 214px;
    float: right;
    margin-right: 0px;
}
footer .rodape .contato .icon-tel-rod {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    background: url('../img/iconFone.png') 0px 0px no-repeat;
    margin-right: 5px;
}
footer .rodape .contato .icon-mail-rod {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    background: url('../img/iconMail.png') 0px 0px no-repeat;
    margin-right: 5px;
}
footer .rodape .contato .icon-skype-rod {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    background: url('../img/iconSkype.png') 0px 0px no-repeat;
    margin-right: 5px;
}
footer .assinatura {
    width: 100%;
    height: 78px;
}
footer .tx_rodape {
    color: #999;
    font-size: 12px;
    line-height: 86px;
    float: left;
}
footer .primage_assinatura {
    float: right;
    margin-top: 30px;
}
