/* -------------------------------------------------- 
Inspira CSS by Designesia

Quick enable/disable css files.
To enable css file simply remove mark '/*' and '* /' between line of css file

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

/* bootstrap framework */
@import url("bootstrap.css");
@import url("bootstrap-responsive.css");
@import url("../../js/site/rs-plugin/css/settings.css");
@import url("responsiveslides.css");
@import url("prettyPhoto.css");
@import url("flexslider.css");
@import url("style.css");
@import url("rev-settings.css");
@import url("../../fonts/site/font-awesome/css/font-awesome.css");



/* -------------------------------------------------- 
widescreen.css used to fit in wide screen monitor (>1200px)
if you disable this, the container width would be maximum 960px
/* --------------------------------------------------  */
@import url("wide-screen.css");



/* -------------------------------------------------- 
to use boxed layout please enable code below and disable 'wide-screen.css' above
/* -------------------------------------------------- */
/* @import url("boxed.css"); */




/* load  color css 
------------------------------
select one: 
aqua.css
blue.css
green.css
grey.css
red.css
orange.css
pink.css
purple.css
yellow.css
*/
@import url("colors/aqua.css");


.tp-caption {
	text-shadow: 1px 1px 5px rgba(50, 50, 50, 1);
	font-family: "PT Sans",Arial,Helvetica,sans-serif;
}
/* -------------------------------------------------- 
    Google Maps
/* -------------------------------------------------- */
.google-map {
    height: 350px;
    width: 100%;
}
/* -------------------------------------------------- 
    Ajustes Form Contato
/* -------------------------------------------------- */
.hidden {
	display: none;
}
/* -------------------------------------------------- 
    Representantes
/* -------------------------------------------------- */
li.representantes:nth-child(odd) {
    background-color: #f9f9f9;
    list-style: none;
}
li.representantes:nth-child(even) {
    background-color: #fff;
    list-style: none;
}
/* -------------------------------------------------- 
    Full Imagem Header
/* -------------------------------------------------- */
.full_img {
    height: 200px;
    margin-bottom: 40px;
}
/* -------------------------------------------------- 
    Ajustes SEO Home
/* -------------------------------------------------- */
.pf_info h2 {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: normal;
    margin: 0;
}
/* -------------------------------------------------- 
    Ajustes SEO Internas
/* -------------------------------------------------- */
.detalhe h2 {
    font-size: 24px;
}
.detalhe h3 {
    font-size: 31px;
}