root { 
    display: block;
}

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body,div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0px;
    padding:0px;
    border:0px;
    outline:0px;
    vertical-align:baseline;
    background:transparent;
}

body{
    background: url("../img/bg/layout_bg_fundo_topo.jpg") repeat-x top center;
    background-size:auto;
    background-position: top center;
    height:auto; 
    font-family: 'Ubuntu', sans-serif;
    color: #666;
    font-size: 1.2em; 
    line-height: 160%; 
    text-align: justify;
}

.layout{
    background-color: #f1f1f1;
    border: solid 1px #ccc;
    padding-bottom: 2px;
    margin-top: 10px;
}

.container {
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: auto;
    margin-left: auto;
}

img,
embed,
object,
iframe,
video {
    height: auto;
    max-width: 100%;
}


/* Prefix */
/*  To make Responsive
---------------------------------------------------------------------- /
*	1 - @media (max-width: 1280px)
*   2 - @media (max-width: 1200px)
*   3 - @media (min-width: 992px) and (max-width: 1199px)
*   4 - @media (min-width: 768px) and (max-width: 991px)
*   5 - @media (max-width: 767px)
*   6 - @media (max-width: 667px)
*   7 - @media (max-width: 480px)
*   8 - @media (max-width: 360px)
*   9 - @media (max-width: 320px)
*


---------------------------------------------------------------------- */

/* -------------------------------------------
  BACKGOUNDS
----------------------------------------------*/
.bg-default{
    background-color: #F7F8F2;
    border-top: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    margin-bottom: 10px;
} 

.bg-cinza-escuro{   
    background-color: #1D1F21;
    border-top: 1px solid #EAEAEA;
    border-bottom: solid 1px #BA7E35;
}

.bg-laranja-escuro{   
    background-color: #893616;
}

.btn-warning-custom{
    background-color: #4C1C05 !important;
    color: #fff;
}

.btn-warning-custom:hover{
    color: #BA7E35;
}

.panel-heading-custom{
    background-color: #BF451F !important;
    border-top-left-radius: 3px;
    border-top-right-radius:  3px;
    padding: 10px;
    color: #fff;
}





/* -------------------------------------------
  HEADER
----------------------------------------------*/

.box_top_logomarca{
    margin-top: 10px !important;
    padding: 0px;
    height: 150px;
}

.box_top_logomarca .top_logo{
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    height: 147px !important;
}

.box_top_logomarca .nir{
    text-indent: -999999px;
    overflow: hidden;
}

/* barra de menu principal */

.top-menuprincipal{
    margin: 0px;
}

.navbar-default {
    margin-top: 10px;
    background: #893616;
}

/* elemento que tem o nome "MeuSite" */
.navbar-default .navbar-brand {
    text-shadow: none !important;
}

/* item de menu quando tiver selecionado */
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #5387AD;
    background-color: #893616;
}

/* item de menu */
.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 14px;
    margin-left: 10px;
    text-shadow: none !important;
}

/* mouse over no item de menu */
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #fff;
    background-color: #ff9800;
}

/* item de menu dropdown quando tiver aberto */
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #5387AD;
    background-color: #FFFFFF;
}
.top_acesso_painel{
    text-align: right;

    margin-bottom: 20px;
    margin-top: 10px;
    font-size: 1.2em;
}
.top_acesso_painel a{
    color: #666633;
}
.top_acesso_painel a:hover{
    color: #9A5013;
}
.top_data{
    font-size: 0.95em;
    text-align: right;

    margin-bottom:20px;
    margin-top: 10px;
}
.top_busca{
    margin-top: 5px;
    margin-bottom: 10px;
    color: #333;
}
.top_busca .form-inline{
    float: right; 
}
.top_busca .form-inline .form-control{
    width: 400px;

}

.img-responsive{
    width: 100%;
    max-height: 440px;
    min-width: 220px;
    margin: 0px;
}

#myCarousel{
    position: relative;
    right: 15px;
}

.slideshow {
    margin-bottom: 35px;
    position: relative !important; 
    top:15px !important;
}
/* -------------------------------------------
   FIM HEADER
----------------------------------------------*/

@media only screen and (max-width: 320px) {
    
    body {
        background: url("../img/bg/layout_bg_fundo_topo2.jpg") repeat-x top right;
        background-size:contain;
        background-position: top center;
    }
    
    .slideshow {
        position: relative;
        left: 20px;
    }

    .top_logo{
        width: 80% !important;
        margin-bottom: 10px;
        margin: 0px auto;
    }
    
    .top_data{
        position: relative;
        top:15px;
        text-align: center;
    }

    
}

@media only screen and (min-width: 360px) and (max-width: 375px) {
    
     body {
        background: url("../img/bg/layout_bg_fundo_topo2.jpg") repeat-x top right;
        background-size:contain;
        background-position: top center;
    }
    
    .slideshow {
        position: relative;
        left: 17px;
    }

    .top_logo{
        width: 80% !important;
        margin-bottom: 10px;
        margin: 0px auto;
    }
    
    .top_data{
        position: relative;
        top:15px;
        text-align: center;
    }

    .top_busca{
       display: none;
    }

    .boxAreaSession{
        margin-top: 35px !important;
    }
}

@media only screen and (max-width: 480px) {
   
     body {
        background: url("../img/bg/layout_bg_fundo_topo2.jpg") repeat-x top right;
        background-size:contain;
        background-position: top center;
    }
    
    .slideshow {
        position: relative;
        left: 15px;
    }

    .top_logo{
        width: 50%;
       
        margin-bottom: 10px;
        margin: 0px auto;
    }
    
     .top_data{
        position: relative;
        top:15px;
        text-align: center;
    }
   
    .top_busca{
        display: none;
        
    }  
}

@media only screen and (max-width: 667px) {
    
     body {
        background: url("../img/bg/layout_bg_fundo_topo2.jpg") repeat-x top right;
        background-size:contain;
        background-position: top center;
    }
    
     .top_logo{
        width: 50%;
       
        margin-bottom: 10px;
        margin: 0px auto;
    }
    
    .slideshow {
        position: relative;
        left: 16px;
    }
    
    .top_busca{
        display: block;
        width: 40%;
    }  
}

@media only screen and (max-width: 767px) {
    
     body {
        background: url("../img/bg/layout_bg_fundo_topo2.jpg") repeat-x top right;
        background-size:contain;
        background-position: top center;
    }
    
     .top_logo{
        width: 50%;
       float: left;
        margin-bottom: 10px;
        margin-left: 30px;
    }
    .top_busca{
        width: 30%;
    }
    .top_busca .form-inline .form-control{
        width: 100%;
    }
    
 
}



@media only screen and (min-width: 768px) and (max-width:991px) {
    body {
        background: url("../img/bg/layout_bg_fundo_topo2.jpg") repeat-x top right;
        background-size:contain;
        background-position: top center;
    }
    .navbar-default {
        margin-top: 10px;
        background: #893616;
        margin: 0px auto;
    }
    .container {
        padding-right: 5px;
        padding-left: 5px;
        margin-right: auto;
        margin-left: auto;
    }
    
    .top_logo{
        margin: 10px 0px 0px 30px;
    }
    .top_busca{
        margin: 0px auto 10px auto;
    }
    .top_busca .form-inline .form-control{
        width: 200px;
    }
    .top_busca .form-inline .btn-warning{
        margin-right: 20px;
        position: relative;
    }
    .top_acesso_painel{
        font-size: 13px;
        text-align: center;
        margin-top: 10px;
    }
    .top_data{
        text-align: center;
    }
    .slideshow {
        position: relative;
    }
    .img-responsive{
        position: relative;
        right:0px;
    }
    #myCarousel{
        position: relative;
        right: 15px;
    }

    .boxAreaSession{
        margin: 0px auto;
        width: 100%;
    }

    .boxAreaSessionSobre{
        margin: 0px auto;
        width: 100%;
    }

    .boxContato{
        margin-top: 20px;
        margin-right: 0px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slideshow {
        margin-bottom: 35px;
        position: relative; 
        top:10px;
    }
    .top_acesso_painel{
        width: 45%;
        font-size: 1.1em;
    }
    .top_data{
        width: 55%;
    }
    .top_busca{
        width: 100%;
    }
}


@media only screen and (max-width: 1280px) {
    .slideshow {
        margin-bottom: 35px;
        position: relative !important; 
        top:10px !important;
    }
}

.boxComentarioModal{
    position: relative;
    padding: 15px;
}


/* -------------------------------------------
   SERVIÇOS EM DESTAQUE 
----------------------------------------------*/

.boxAreaSession{
    margin-top: 20px;
    margin-bottom: 5px;
    max-width: 1170px;
    font-size: 1.2em;
    padding-bottom: 10px;
}
.boxAreaSession .boxTituloSessao{
    border-bottom: solid 0.2px #EC971E;
    margin-bottom: 10px;
    display: block;
}
.boxAreaSession .boxTituloSessao .tituloSessao{
    font-size: 18px;
    color: #A2561A; 
    padding: 5px;
}

.boxAreaSession .boxDestaque{
    margin: 0px;
    padding: 5px;
}

.boxAreaSession .boxDestaque .thumbnail{
    background-color: #F7F8F2;
}

.thumbnail .caption .tituloDesc{
    font-size: 18px;
    margin-bottom: 10px;
}
.thumbnail .caption .DescServ{
    line-height: 150%;
    margin-bottom: 12px;
}



/* -------------------------------------------
   PRODUTO EM DESTAQUE 
----------------------------------------------*/
.boxAreaSessionProduto{
    margin-top: 5px;
    margin-bottom: 5px;
    max-width: 1170px;
    font-size: 1.2em;   
}

.boxAreaSessionProduto .boxTituloSessao{
    border-bottom: solid 0.2px #EC971E;
    margin-bottom: 10px;
    display: block;
}
.boxAreaSessionProduto .boxTituloSessao .tituloSessao{
    font-size: 18px;
    color: #A2561A; 
    padding: 5px;
}

.boxAreaSessionProduto .boxDestaque{
    margin: 0px;
    padding: 5px;
}

.boxAreaSessionProduto .boxDestaque .thumbnail{
    background-color: #fff;
}

.thumbnail .caption .tituloDesc{
    font-size: 18px;
    margin-bottom: 10px;
}
.thumbnail .caption .BoxDescProd{
    background-color: #F7F8F2;
    border-radius: 3px;
    margin-bottom: 10px;   
}

.thumbnail .caption .DescServProd{
    color: #EC9B27;
    padding: 3px;
}

.thumbnail .caption .DescServ{
    line-height: 150%;
    margin-bottom: 12px;
}

/* -------------------------------------------
  SOBRE NOS
----------------------------------------------*/

.boxAreaSessionSobre{
    margin-top: 30px;
    margin-bottom: 10px;
    margin-right: 5px;
    min-height: 100% !important;
    font-size: 1.2em;
}

.boxAreaSessionSobre .imgSobre{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.boxAreaSessionSobre .tituloSobre{
    font-size: 18px;
    margin-bottom: 10px;
    color: #EB9316;
}

.boxAreaSessionSobre .boxlinkMenu{
    margin-top: 0px;
    margin-left: 15px;
}

.boxAreaSessionSobre .boxlinkMenu li a{
    color: #999;
}

/* -------------------------------------------
   GALERIA DESTAQUE 
----------------------------------------------*/
.boxAreaSessionGaleria{
    margin-bottom: 10px;
}
.boxAreaSessionGaleria .btnGaleria{
    margin-right: 15px;
    margin-bottom: 10px;
}

/* -------------------------------------------
   PARCEIROS 
----------------------------------------------*/
.boxAreaSessionParceiros{
    margin-bottom: 6px;
}

.boxAreaSessionParceiros .boxParceiro{
    margin-top: 6px;
}

/* -------------------------------------------
   DEPOIMENTOS CLIENTE
----------------------------------------------*/
.box-area-dicas{
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    min-height: 100% !important;
    font-size: 1.2em;
}

.box-area-dicas .boxTituloSessaoDepoi{
    border-bottom: solid 0.2px #EC971E;
    margin-bottom: 10px;
    display: block;
}
.box-area-dicas .boxTituloSessaoDepoi .tituloSessaoDepoi{
    font-size: 18px;
    color: #A2561A; 
    padding: 5px;
}

.box-area-dicas .txtdica{
    padding-bottom: 10px;
    text-align: center;
    line-height: 160%;
    color: #777;
    font-size: 14px !important;
}

.box-area-dicas #quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
    /* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}
.box-area-dicas #quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
.box-area-dicas #quote-carousel .carousel-control.left {
    left: -60px;
}
.box-area-dicas #quote-carousel .carousel-control.right {
    right: -60px;
}
.box-area-dicas #quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
.box-area-dicas #quote-carousel .carousel-indicators li {
    width: 10px;
    height: 10px;
    margin: 5px;
    cursor: pointer;
    border: 4px solid #CCC;
    border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}
.box-area-dicas #quote-carousel .carousel-indicators .active {
    background: #666;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    opacity: 1;
    overflow: hidden;
}
.carousel-inner {
    min-height: 150px;
}
.box-area-dicas .item blockquote {
    quotes: "\201C""\201D""\2018""\2019";
}
.box-area-dicas  .item blockquote p:before {
    color: #ccc;
    content: open-quote;
    font-size:7em;
    float: left;
    margin-right: 10px;
    margin-top: 30px;
}

/* -------------------------------------------
   LISTA DE PRODUTOS
----------------------------------------------*/

.boxListaItens{
    display: block;
    margin-top: 10px;
    margin-right: 25px;
}

.boxLista{
    margin: 20px;
    padding-bottom: 45px;
    font-size: 1.2em;
}

.boxListaItens .imgSobre{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.boxListaItens .datalista{
    margin-top: 10px;
    margin-bottom: 10px;
    color: #999;
}

.boxPagination{
    margin: 10px auto!important;
    display: block;
    text-align: center;
}

.boxListaItens .boxLista a{
    color: #fff;
}
.boxListaItens .boxLista a:hover{
    color: #EB9316;
}

.boxListaItens .tituloSobre{
    font-size: 18px;
    margin-bottom: 10px;
    color: #EB9316;
}

.boxbtnComentario{
    clear: both;
    margin-bottom: 10px;    
}

/* -------------------------------------------
   CONTATO
----------------------------------------------*/

.boxContato{
    margin-top: 20px;
    margin-right: 25px;
}


/* -------------------------------------------
   DETALHE GALERIA
----------------------------------------------*/
.boxinformaGal{
    margin-top: 20px;
    margin-right: 30px;
    padding: 0px;
}

.boxThumbGaleria{
    margin-top: 20px;
    padding: 0px;
    background-color: #666633;
}
.txtTituloInforma{
    font-weight: bold;
    padding-bottom: 5px;
    margin-top: 5px;
}








/* -------------------------------------------
   Rodape
----------------------------------------------*/

.footer-section-1{
    padding-bottom: 20px;
    height: auto;
    font-size: 12px;
}
.footer-section-1 .boxFooter{
    padding-bottom: 5px;
    height: auto;
}
.footer-section-1 .tituloFooterRod{
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 15px;
    padding-top: 10px;
    border-bottom: 1px solid #EB9316;
}
.footer-section-1 .informaFooter{
    color: #fff;
    margin-top: 10px;
}
.footer-section-1 .menufooter{
    margin: 10px 5px;
}
.footer-section-1 .menufooter li{
    list-style: none;
    margin-left: 10px;
}

.footer-section-1 .menufooter li a{
    color: #fff;
}
.footer-section-1 .menufooter li a:hover{
    color: #EB9316;
}


.footer-section-2{
    padding-bottom: 5px;  
    height: auto;
    font-size: 12px;
}

.footer-section-2 .copyfooter{
    text-align: center;
    margin-top: 10px;
    color: #fff;

}


/* -------------------------------------------
   Loading Screen do site
----------------------------------------------*/
.loading-overlay {
    background: #FFF;
    color: #424242;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 111111;
}

.loader {
    margin: 20% auto;
    font-size: 6px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(194, 193, 193, 0.5);
    border-right: 1.1em solid rgba(199, 197, 197, 0.5);
    border-bottom: 1.1em solid rgba(203, 203, 203, 0.5);
    border-left: 1em solid #ff9800;
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* -------------------------------------------
   FIM Loading Screen
----------------------------------------------*/