html {
    font-family: 'Lora', serif;
}
body {
    margin: 0;    
    display:none;
    background: url(../img/topo-fundo.jpg) center center no-repeat fixed; 
    background-size: cover;
    background-repeat: no-repeat;
}

h1, h3 {
    font-size: 35px;
    text-shadow: -1px 1px 1px #999999;
}

.fundo-topo{
    width: 100%;
    height: auto !important;
    padding-top: 130px;
    padding-bottom: 10px;
    background: transparent;    
}

.fundo-topo-paginas{
    width: 100%;
    height: auto !important;
    padding-top: 140px;
    padding-bottom: 10px;
    background: transparent;    
}

.topomenu{
    width: 100% !important;
    height: 60px !important;
    position: fixed;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5f5f5+0,f5f5f5+100 */
    background: rgb(245,245,245); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(245,245,245,1) 0%, rgba(245,245,245,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(245,245,245,1) 0%,rgba(245,245,245,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(245,245,245,1) 0%,rgba(245,245,245,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */


    -webkit-box-shadow: 0px 0px 5px 0px rgba(158,158,158,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(158,158,158,1);
    box-shadow: 0px 0px 5px 0px rgba(158,158,158,1);
    z-index: 999;

}

.detalhes{
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(206, 32, 38, 1);
}

.detalhesinfo{
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: rgba(206, 32, 38, 1);
}

.detalhepaginas{
    width: 100%;
    color: #333333;
    padding-top: 5px;
    padding-bottom: 15px;
    /*background-color: #B3700C !important;*/
    
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.5+0,0.15+100 */
background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.15) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.15) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.15) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#26ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */




    -webkit-box-shadow: 0px 0px 5px 0px rgba(130,151,255,0.26);
-moz-box-shadow: 0px 0px 5px 0px rgba(130,151,255,0.26);
box-shadow: 0px 0px 5px 0px rgba(130,151,255,0.26);
}


.bordadiv{
    border-right: 1px solid #ffffff;
}

.txtbranco{
    color: #ffffff;
}

.txtbrancon{
    color: #ffffff;
    font-weight: bold;
}

.txtcinza{
    color: #E9E9E9;
    font-size: 16px;
}

.txtcinzap{
    color: #959595;
    font-size: 14px;
}

.txtcinzab{
    color: #E9E9E9;
    font-size: 14px;
}

.txtblck{
    color: #333333;
    font-size: 18px;
}

.margindiv{
    width: 100%;
    padding-top: 90px;
    padding-bottom: 90px;
    background: #ffffff;
}

.margindivpag{
    width: 100%;
    padding-top: 90px;
    background: #ffffff;
}

.infoservicos{
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    background: #E9E9E9;
}

.topoicons{
    margin-top: 55px;
}

.gi-2x{font-size: 2em;}
.gi-3x{font-size: 3em;}
.gi-4x{font-size: 4em;}
.gi-5x{font-size: 5em;}

.footer-pag{
    padding-top: 30px;
    background-color: rgba(47, 46, 46, 1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
    border-top: 0px solid rgba(47, 46, 46, 1);
    border-bottom: 0px solid rgba(47, 46, 46, 1);
}

.assinatura{
    width: 100%;
    color: #959595;
    margin-top: 25px;
    padding-top: 15px;
    padding-bottom: 5px;
    background-color: #262626;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
    border-top: 0px solid rgba(47, 46, 46, 1);
    border-bottom: 0px solid rgba(47, 46, 46, 1);
}

.iconsbanner{
    width: 150px;
    height: 150px;
    background-color: rgba(206, 32, 38, 1); 
    padding: 10px 10px 10px 10px;
    border-radius: 100%;
}

.corpobanner{
    background-color: #ffffff; 
    /*opacity: 0.5; */
    height: 230px; 
    width: 46%;
    float: left;
    margin-left: 2%;
    margin-bottom: 10px;

    border-radius: 10px;
    /*-webkit-box-shadow: 0px 0px 5px 0px rgba(158,158,158,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(158,158,158,1);
    box-shadow: 0px 0px 5px 0px rgba(158,158,158,1);*/
}

/* carrocel */

.txtslider{
    margin-top: 10px;
}

.carousel-control.left,.carousel-control.right  {background:transparent;width:0px;}
.carousel-control.left {left:0px;}
.carousel-control.right {right:0px;}

.efeito{
    margin-top: -40px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(158,158,158,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(158,158,158,1);
    box-shadow: 0px 0px 5px 0px rgba(158,158,158,1);
}

.topo-modal{
    background: #f0f0f0 !important;
}

.modal-wide-servicos .modal-dialog {
    width: 55%; /* or whatever you wish */
}

.modal-wide-mapa .modal-dialog {
    width: 870px; /* or whatever you wish */
}

.texto-servico{
    font-size: 18px;
}