@charset "utf-8";
/* CSS Document */

@import url("font-awesome.css");
@import url("font-awesome.min.css");
@import url("icons.css");
@import url("icons-color.css");
@import url("social-icons.css");
@import url("hover.css");

@import url("bootstrap.css");
@import url("galeria.css");
@import url("totop.css");
@import url("grid-list-responsivo.css");


/* ==== Google font ==== */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300);
@import url(https://fonts.googleapis.com/css?family=Lobster);
/* ==== Geral ==== */

.clear   { clear: both; }
.clear10 { clear: both;  height:10px; }
.clear20 { clear: both;  height:20px; }
.clear30 { clear: both;  height:30px; }
.clear40 { clear: both;  height:40px; }
.clear50 { clear: both;  height:50px; }
.clear70 { clear: both;  height:70px; }


body{
    background:url('../../template/img/fundos/bg.jpg');
}

p{font-size:16px;}

h1, h3,h4,h5{
    font-weight:bold;
}

.titulo{
    color:#00A2C9;
    margin:0;
    padding:0;
}


.sub-titulo{
     color:#ACACAC;
     margin:0;
     padding:0;
}

span{
    font-size:1.6em;
}


.branco-content{
    background:#fff;
    box-shadow: 1px 1px 5px 1px #ccc;
    -webkit-box-shadow: 1px 1px 5px 1px #ccc;
    -moz-box-shadow: 1px 1px 5px 1px #ccc;
    position: relative;
    z-index: 1;
}

.topbanner{
    width:100%;
    max-width:360px;
    max-height:60px;
    margin:0 auto;
}

.baixomenubanner{
    width:100%;
    max-width:554px;
    max-height:170px;
    margin:0 auto;
}

.lateralG{
    width:100%;
    max-width:360px;
    max-height:100px;
    margin:0 auto;
}

.lateralP-esq{
    width:100%;
    max-width:165px;
    max-height:100px;
    float: right;
}

.lateralP-dir{
    width:100%;
    max-width:165px;
    max-height:100px;
}

.banner-encontramos{
    width:100%;
    max-width:190px;
    max-height:80px;
    margin:0 auto;
}

.rodape-banner{
    width:100%;
    max-height:120px;
    margin:0 auto;
}

.rodape-banner-circuito{
    width:100%;
    padding: 10px;
    background:#3cc3dc;
    color:#fff;
    font-weight:bold;
    font-size:18px;
    text-align: center;
}

.rodape-banner-saopaulo{
    width:100%;
    padding: 10px;
    background:#8eb62d;
    color:#fff;
    font-weight:bold;
    font-size:18px;
    text-align: center;
}

.menu-bg{
    width:100%;
    padding:10px;
    background:#00A2C9;
    position:relative;
    z-index: 2;
}

.rod-bg{
    width:100%;
    padding:10px;
    position:relative;
     background:#00A2C9;   
    z-index: 10;
    text-align:center;
    font-size:1.6em;
    color:#fff;
}

  
 .input-busca{
    background:#fff;
    color:;
}



.slider{
    width:100%;
    min-height: 240px;
    background:#ccc;
}

.blocos-p a{
    color:#666;
}

.blocos-g a{
    color:#666;
}

.ficha-itens{
    width:100%;
    padding: 5px;
    font-size:1.6em;
}

.tel{
    font-size:1.8em;
    font-weight:bold;
}

.dados-ficha{
    border-radius:5px;
    background:#E4E4E4;
}

