@charset "utf-8";
/* CSS INTERNA */

@import url(base.css); /* -- BASE -- */

/* ------------------------- FAIXA TITULO -------------------------------------*/
#banner {
    padding-bottom: 0 !important;	
    background: none !important;
}
.lastbottom{
    padding-bottom: 0 !important;
    margin-bottom:  0 !important;
}
.lasbottomforce{
    margin-bottom: -50px !important
}
.interna{
    width: 100%;
    max-width: 960px;
    padding: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    margin:auto;
    /*background: #fff url(../imagens/interna/bg-conteudo.jpg) no-repeat center bottom;*/
    overflow: hidden;
    height: auto;
}

.interna p{
    font: 13px "calibri", Arial, Helvetica, sans-serif;
    color: #000;
    line-height: 20px;
    margin-bottom: 25px;
}

.titulo {
    /* background: url(../imagens/interna/bg-titulo.jpg) center; */
    background-color: #E30613;
    display: block;
    width: 100%;
    height: 61px;
    padding-top: 32px;
    margin-bottom: 50px;
}
.titulo h1 {
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    float:left;
    margin-left: 30px;

}
.titulo_centralizado {
    max-width: 950px;
    width: 100%;
    height: 93px;
    margin: auto;
}

#faixa_direita{
    float:right;
}

.amais {
    display: block;
    width: 24px;
    height: 23px;
    margin-right: 50px;
    text-align: center;
    background: url(../imagens/interna/bt-mais.jpg) no-repeat;
    font-size: 0;
    float: left;
    border: 1px solid transparent;
}
.amais:hover{
    border: 1px solid #fff;
}

.amenos {
    display: block;
    width: 24px;
    height: 23px;
    margin-left: 33px;
    text-align: center;
    background: url(../imagens/interna/bt-menos.jpg) no-repeat;
    font-size: 0;
    margin-right: 30px;
    border: 1px solid transparent;
}
.amenos:hover{
    border: 1px solid #fff;
}

.oticas{
    display:block;
    width: 278px;
    height: 193px;
    border: 1px #fff solid;
    float:left;
    margin-right: 25px;
    margin-bottom: 25px;
    box-shadow: 0px 0px 4px #9b9b9b;
    -moz-box-shadow: 0px 0px 4px #9b9b9b;
    -webkit-box-shadow: 0px 0px 4px #9b9b9b;
}

/* ------------------------- PRINCIPIOS --------------------------------------*/

.right{
    float:right !important;
}

.zero{
    margin-right:0 !important;
}

.principios {
    display: block;
    background: #f6f6ed;
    width: 25%;
    height: 200px;
    float: left;
    margin-right: 20px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    margin-top: 20px;
}
.principios h2{
    color: #bf3a2b;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    text-align:center;
}

.principios p{
    font: 13px "calibri", Arial, Helvetica, sans-serif;
    color: #000;
    text-align:center;
    margin-top: -12px;
}

.bt_voltar {
    display: block;
    color: #bf3a2b;
    width: 126px;
    height: 23px;
    border: 1px #bf3a2b solid;
    font-size: 12px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding-top: 10px;
    float: right;
    text-transform: uppercase;
    margin-top: 70px;
    margin-bottom: 40px;
}
.bt_voltar:hover {
    color: #60040a;
    border: 1px #60040a solid;
}

/* ------------------------- LOJAS --------------------------------------*/

.bloco_lojas{
    display:block;
    width:890px;
    height: 240px;
    padding-bottom: 30px;
}
.border{
    display:block;
    width:890px;
    height: 245px;
    /*background:url(../imagens/interna/border-loja.jpg) no-repeat top center;*/
    border-top: 1px solid #fcd9d7;
}
.padding{
    padding-top: 33px;
}
.frame_mapa {
    width: 423px;
    height: 116px;
    display: block;
}
.estrutura_loja{
    display:block;
    width: 438px;
    height: 234px;
    border: 1px #fff solid;
    float:left;
    margin-right: 25px;
    box-shadow: 0px 0px 4px #9b9b9b;
    -moz-box-shadow: 0px 0px 4px #9b9b9b;
    -webkit-box-shadow: 0px 0px 4px #9b9b9b;	
}
.estrutura_loja:hover{
    border: 1px solid #c44e42;
}

.bloco_lojas h2{
    color: #bf3a2b;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: lighter;
}

.bloco_lojas p{
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    margin-top: -10px;
}

#mapa_loja{
    display:block;
    width: 423px;
    height: 116px;
    border: 1px #fff solid;
    box-shadow: 0px 0px 4px #9b9b9b;
    -moz-box-shadow: 0px 0px 4px #9b9b9b;
    -webkit-box-shadow: 0px 0px 4px #9b9b9b; 
    float:right;
    margin-top:10px;
}
#mapa_loja:hover{
    border: 1px solid #c44e42;
}

/* ------------------------- PRODUTOS --------------------------------------*/

.produtos_loja{
    display:block;
    width: 428px;
    height: 234px;
    border: 1px #fff solid;
    box-shadow: 0px 0px 4px #9b9b9b;
    -moz-box-shadow: 0px 0px 4px #9b9b9b;
    -webkit-box-shadow: 0px 0px 4px #9b9b9b; 
    float:left;
    margin-bottom: 35px;
    overflow: hidden;
}
.produtos_loja img {
    display: block;
    position: absolute;
    margin: 0 auto;
}
.produtos_loja img.img_produto_hover {
    opacity: 0;		
    transition: opacity .65s ease-in-out;
    -moz-transition: opacity .65s ease-in-out;
    -webkit-transition: opacity .65s ease-in-out;	
}
.produtos_loja img.img_produto_hover:hover {
    opacity: 1;
}


/* ------------------------- PRODUTOS INTERNA ------------------------------*/
.bloco_armacao{
    width: 269px;
    height: 205px;
    float: left;
    margin-bottom: 10px;
}
.bloco_armacao span{
    display:block;
    font: 13px "calibri", Arial, Helvetica, sans-serif;
    text-align:center;
}

.produto_interna{
    display:block;
    width: 503px;
    height: 137px;
    border: 1px #fff solid;
    box-shadow: 0px 0px 4px #9b9b9b;
    -moz-box-shadow: 0px 0px 4px #9b9b9b;
    -webkit-box-shadow: 0px 0px 4px #9b9b9b; 
    float:left;
    margin-right: 25px;
}
.produto_interna:hover{
    border: 1px solid #c44e42;
}

.img_galeria {
    display:block;
    width: 267px;
    height: 165px;
    border: 1px #fff solid;
    margin-bottom: 10px;
    box-shadow: 0px 0px 4px #9b9b9b;
    -moz-box-shadow: 0px 0px 4px #9b9b9b;
    -webkit-box-shadow: 0px 0px 4px #9b9b9b;
}


.img_galeria:hover{
    border: 1px solid #c44e42;
}

.left{
    margin-left: 44px;
}	

.tab {
    height: 630px;	
}
.tabs-menu {
    float: left;
    padding-top: 50px;
}
.tabs-menu li {
    display: block;
    float: left;
    overflow: hidden;
}
.tabs-menu li a {
    display: block;
    padding: 8px;
    background-color: #770303;
    color: #fff;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}
.tabs-menu li a:hover {
    background-color: #8c1515;
    color: #fff;				
}

.tab_ativo {
    background-color: #8c1515 !important;
    color: #fff !important;
}
/* ------------------------- SERVIÇOS --------------------------------------*/

.bloco_servicos{
    display:block;
    width: 310px;
    overflow: hidden;
    float:left;
}

.bloco_servicos li{
    font: 13px "calibri", Arial, Helvetica, sans-serif;
    line-height: 20px;
}

.img_servicos{
    display:block;
    width: 579px;
    height: 356px;
    float:right;
}

/* ------------------------- GARANTIA --------------------------------------*/

.bloco_garantia{
    display:block;
    width: 890px;
    height: 250px;
    overflow:hidden;
} 
.bloco_garantia h2{
    color: #bf3a2b;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight:600;
    margin: 0;
    margin-bottom: 10px !important ;

}

.bloco_garantia p{
    float:left;
    width: 580px;
    line-height: 18px;
}

.bloco_garantia span{
    font-weight:bold;
}


.img_garantia{
    display:block;
    width: 278px;
    height: 193px;
    border: 1px #fff solid;
    box-shadow: 0px 0px 4px #9b9b9b;
    -moz-box-shadow: 0px 0px 4px #9b9b9b;
    -webkit-box-shadow: 0px 0px 4px #9b9b9b; 
    float:right;
}

.img_garantia:hover{
    border: 1px solid #c44e42;
}
/* ------------------------- CONTATO --------------------------------------*/

.contato_direita{
    display:block;
    width:450px;
    height: 428px;
    float:right;
    margin-top: 5px;
}
.contato_direita p{
    color: #292929;
    font: 13px "calibri", Arial, Helvetica, sans-serif;
    line-height: 17px;
}
.contato_direita span{
    color: #bf3a2b;
    font-weight: bold;
}

.end_contato{
    font: 13px "calibri", Arial, Helvetica, sans-serif;
    color: #292929;
    text-align:center;
    margin-bottom: 25px;
}	
.end_contato strong{
    font: 15px "calibri", Arial, Helvetica, sans-serif;
    font-weight:bold;
    color: #292929;
}	

.facebook{
    display:block;
    width: 134px;
    height: 40px;
    font: 21px 'Open Sans', sans-serif;
    color: #c85447;
    background:url(../imagens/interna/face-contato.png) no-repeat;
    padding-left: 32px;
    padding-top: 5px;
    float:left;
    text-decoration:none;
    margin-left: 50px;
    margin-top: 9px;
}
.facebook:hover{

}

.instagran{
    display:block;
    width: 134px;
    height: 40px;
    font: 21px 'Open Sans', sans-serif;
    color: #c85447;
    background:url(../imagens/interna/insta-contato.png) no-repeat;
    padding-left: 54px;
    padding-top: 5px;
    float:right;
    text-decoration:none;
    margin-right: 24px;
    margin-top: 7px;
}
.instagran:hover{

}	


.formulario{
    display:block;
    overflow:hidden;
    float:left;
    /*border: 1px solid;*/
}
.formulario p{
    float:left;
}
#FormContato {
    width:420px;
    margin-top: 5px;
}
.campo_formulario {
    color: #37383b;	
    width: 408px;	
    display: block;
    height: 42px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12px;
    font-weight: 400;
    padding-left: 10px;
    margin-bottom: 6px;
    background-image: url(../imagens/interna/bg-formulario1.png);
    background-color: transparent;
    outline: none;
    border: 1px solid transparent !important;
}
.campo_formulario:hover{
    border: 1px solid #fff;
    background-color: #e1dfc4;
    color: #37383b;
    background-image: url(../imagens/interna/bg-formulario1.png) no-repeat;
}

.msg{
    background-color: transparent;
    background-image: url(../imagens/interna/bg-formulario2.png);
    color: #37383b;
    width: 406px;
    height: 113px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12px;
    font-weight: 400;
    float:left;
    padding-left: 10px;
    padding-top: 10px;
    margin-bottom: 6px;
    resize: none;
    outline: none;
    border: 1px solid transparent !important;
}	 
.msg:hover{
    background-color: #e1dfc4;
    border: 1px solid #fff;
    color: #37383b; 
    background-image: url(../imagens/interna/bg-formulario2.png) no-repeat;
}



#btn_contato_enviar{
    display: block;
    color: #bf3a2b;
    width: 158px;
    height: 44px;
    border: 1px #bf3a2b solid;
    font-size: 13px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
    letter-spacing: 4px;
    text-decoration: none;
    text-align: center;
    float: right;
    text-transform: uppercase;
    position: relative;
    z-index: 999;
    cursor: pointer;
    background-color:transparent;
    margin-top: 5px;
}

#btn_contato_enviar:hover{
    color: #60040a;
    border: 1px #60040a solid;

}


/* ------------------------------ ALERTA ------------------------------- */
#alerta {
    font: 11px Arial, Helvetica, sans-serif;
    overflow: hidden;
    padding: 10px 20px;
    text-align: center;
    display: none;
    margin-bottom: 10px;
    width: 378px;
}
.alerta_ok {
    background: #f6ffe3 url(../imagens/interna/contato/at.jpg) no-repeat 5px center;
    border: 1px solid #d5ef9e !important;
    color: #060 !important;
}
.alerta_erro {
    background: #ffe2d8 url(../imagens/interna/contato/des.jpg) no-repeat 5px center;
    border: 1px solid #eda48a !important;
    color: #cd3000 !important;
}
.form_erro {
    border: 1px solid #F00 !important;
}
.form_ok {
    border: 1px solid #000 !important;
}

/* ihpone */
@media screen and (max-width:320px) {


}
@media screen and (min-width:480px) {


}
@media screen and (min-width:600px) {


}
/* Ipad */
@media screen and (max-width:768px) {

    /* conteudo interna */
    .interna {
        width: 80% !important;
        /*min-width: 80 !important;*/	
        padding: 0 5% !important;
        height: auto;
        overflow: hidden;
    }


}
@media screen and (min-width:992px) {


}
@media screen and (min-width:1200px) {


}







