/*font*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
@import url(http://fonts.googleapis.com/css?family=Lily+Script+One);
@import url(https://fonts.googleapis.com/css?family=Lato|Lustria);


/* GERAIS -------------------------------------------------------------*/
html{
	margin: 0;
	padding: 0;	
	overflow-x: hidden;
}

body {
    font-family:Verdana, Geneva, sans-serif;
	color:#8c8c8c;
	font-size:0.8em;
}

*{
	margin:0px auto;
	padding:0px 0px;	
}

ul{
    list-style: none;
}

a {
    text-decoration: none;
    border: none;
	color:#8c8c8c;
}
a:hover {
    text-decoration: underline;
}

p {
    margin-top:1em;
}

img {
    border: none;
}

.clear{
	clear:both;
}
.clearout{
	display:none;
}
.conteudo{
    max-width:1100px;
    height: auto;
}

.left{
	float:left;
}

.image{
	max-width:100%;
	height:auto;
}

/*Margin Bottom--------------------------------------------------------*/

.margin-bottom{
	margin-bottom:5%;
}
/* HEADER -------------------------------------------------------------*/

header{
    width:100%;
	height:auto;
	position:relative;
	float:left;
	z-index:999;
	background-color:#fff;
	border-bottom: 4px solid #BC3D60;
}

/* classes ------------------------------------------------------------*/

.img{
	max-width:100%;
}


.cinza{
	color:#666;
}

.lustria{
	font-family: 'Lustria', serif !important;
}

.opacity{
	background: rgba(0,62,106,0.9);
	width:100%;
	height:auto;
}


.linha{
	width:100%;
	background-color:#d3d3d5;
	float:left;
	position:relative;
	height: 5px;
}

.linha_colorida{
	width:10%;
	background-color:#bc3d60;
	position:relative;
	height: 7px;
}


.bege{
	background-color:#f5f5f5;
}

h1{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:2.5em ;
	font-weight:700;
	
}

h2{
	font-family: 'Lustria', sans-serif;
	font-size:1.5em ;
	font-weight:100;
	text-transform: uppercase;
}

h3 {
    display: block;
    font-size: 1.17em;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

h4 {
    display: block;
    font-size: 1.5em;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

.center{
	text-align:center;
}

.margin{
	margin:2% 0 5% 0;
}

.padding{
	padding:2% 0 2% 0;
}


.rosa{
	color:#bc3d60 !important;
}

.fundo_rosa{
	background-color:#bc3d60 !important;
}

.laranja{
	color:#f5821f !important;
}

.branco{
	color:#fff;
}

.preto{
	color:#000;
}

.btn-mais{
	padding:2% 2%;
	width:40%;
}

.btn-mais a{
	color:#fff;
}

.btn-mais a:hover{
	color:#000;
}
.btn-orcamento{
    padding: 2% 2%;
    width: 40%;
    float: left;
    text-align: center;
}

.btn-orcamento a {
    color: #fff !important;
    font-style: normal !important;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 12px;
	text-decoration:none !important;
}


.left {
	float:left;
}

.detalhe{
	width:10%;
	background-color:#6baada;
	height:2px;
	float:left;
	position:relative;
	
}

.fundo_index{
	width: 100%;
    float: left;
    position: relative;
    background: #000 url(../images/contato.jpg) no-repeat center top ;
	padding: 3%;
}

.fale_conosco{
	float:left;
	width:20%;
}

.fale_conosco h1{
	padding:2% 5%;
}

.fale_conosco2{
	float:left;
	width:30%;
	margin-left:3%;
}

/* FIELD ---------------------------------------------------------------*/


.field-full{
	width:99%; 
	height: 50px;
	margin-bottom: 10px;
	border-top:none;
	border-left:none;
	border-right:none;
	border: 1px solid #c3c2c2; 
	color:#cccccc; 
	background: #e7e7e7;	
}

.field-half{
	width:49.2%; 
	margin-right: 0.5%;
    padding: 0.5%;
    border: 1px solid #c3c2c2;
    height: 50px;
    color: #666;
    margin-bottom: 10px;
    background: #e7e7e7;
    float: left;
    position: relative;
}

.field-3{
	width:32.6%; 
	margin-right: 0.5%;
    padding: 0.5%;
    border: 1px solid #c3c2c2;
    height: 50px;
    color: #666;
    margin-bottom: 10px;
    background: #e7e7e7;
    float: left;
    position: relative;
}

.msg{
	width:100%;
	font-family: 'Open Sans', Arial, serif; 
	font-size:0.9em; 
	padding:4%;
	margin-top:30px;
	border:1px solid #fff; 
	color:#CCC; 
	margin-bottom: 5px;  
	background:none;
}

.button{
	width:99%;
	font-weight:bold;
	cursor:pointer;
	float:left;
	color:#000;
	text-align:center;
	background:none;
	border: 1px solid #c3c2c2 !important;
	border:none;
	margin:10px 0 10px 0;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.button:hover {
	background: #999;
	color:#000;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.field {
    width: 48%;
    margin-right: 0.5%;
    padding: 0.5%;
    border: 1px solid #c3c2c2;
    height: 50px;
    color: #666;
    margin-bottom: 10px;
    background: #e7e7e7;
    float: left;
    position: relative;
}

.msg{
	width:50%;
	float:right;
}


.rd{
	width:49.2%; 
    height: 20px;
	float: left;
	margin-bottom:2%;
}

.rd2{
	width:25%; 
    height: 20px;
	float: left;
	margin-bottom:2%;
}

.rd3{
	width:20%; 
    height: 20px;
	float: left;
	margin-bottom:2%;
}

/* Logo ------------------------------------------------------------*/
.logo{
	float:left;
	position:relative;
	z-index: 999999;
}




/* BANNER -------------------------------------------------------------*/

.banner{
	width: 100%;
    height:auto;
	position:relative;
	float:left;
	
}

.banner-interna{
	width: 100%;
	padding:5% 0;
    height:auto;
	position:relative;
	float:left;
	
	
}

.empresa{
	background: #bc3d60 url(../images/banner-interna.png)fixed no-repeat;
}


/* MIOLO -------------------------------------------------------------*/

.apresentacao{
	width:40%;
	float:left;
	position:relative;
	margin-top:5%;
}

.texto_apresentacao{
	float:right;
	position:relative;
	width:60%;
	padding:2% 2%;
	margin-top:2%;
}

.section-1{
	width:100%;
	float:left;
	position:relative;
}


.quem-somos{
	text-align:left;
	font-size:15px;
	padding: 30px;
}

.quem-somos p{
	margin-bottom:0;
}

.diferenciais{
	color:#bc3d60;
}
/*Box  --------------------------------------------------------*/


.box{
	text-align:center;
	width:23%;
	float:left;
	margin-left:1%;
	margin-bottom:2%;
}


.box h1{
	font-size:1.3em !important;
	font-weight: 100 !important;
	margin-top:15px;
}

/*Bem-Vindo------------------------------------------------------------------------*/

.bem-vindo{
	width:100%;
	margin-top:3%;
	text-align:center;
	margin:0 auto;
	padding:30px;
}






/* Link -1 ---------------------------------------------------------*/

.link-1{
	background:#81181d;
	color:#fff;
	padding:27% 8% 35% 8%;
	text-align:center;
	font-size:0.9em;
}


.link-1:hover{
	background:#7b7979;
	color:#fff;
	padding:27% 8% 35% 8%;
	text-align:center;
	font-size:0.9em;
}

.link-2{
	background:#81181d;
	color:#fff;
	padding:28% 8%;
	text-align:center;
	font-size:0.9em;
}

.link-1 h2, .link-2 h2{
	color:#fff !important;
	font-size:1.3em !important;
	text-transform:uppercase;
	font-weight:bolder;
	border-bottom:1px solid #fff;
	padding-bottom:3%;
}

.seguro1{
	float:left;
	position:relative;
	width:50%;
	text-align:justify;
}

.seguro1 h2{
	margin-top:3%;
	color:#333;
}

.seguro1 a{
	text-decoration: underline;
	font-style:italic;
	color:#333;
}

.seguro2 img{
	float:right;
	position:relative;
}

/*Section 2------------------------------------------------------------------------*/


.texto_1{
	float:left;
	position:relative;
	padding:4% 0 2% 2%;
	text-align: center;
}




#ribbon {
    width: 30%;
    position: absolute;
    background: rgba(188,61,96,0.9);
    opacity: 0.95;
    z-index: 7;
    margin-left: 20%;
    padding: 25px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.0em;
    color: #FFF;
    text-align: center;
    margin-top: 3%;
}

#ribbon a{
	color:#fff !important;
}

.box-cinza-3 {
    background: #fff;
    border: 1px solid #e8e6e6;
    text-align: center;
    margin: 3% 1% 0 0;
    height: auto;
    padding: 15px 10px;
    width: 100%;
	float:left;
	position:relative;
}


.vantagens2{
	width:30%;
	float:right;
}

.vantagens{
	width:25%;
	float:left;
	margin-left:3%;
	margin-top:1%;
	color:#000;
}	




/* FOOTER -------------------------------------------------------------*/

.rodape1{
	float:left;
	position:relative;
	width:100%;
	text-align:center;
}

.rodape2{
	float:right;
	position:relative;
	width:20%;
}

footer{
	width:100%;
	float:left;
	padding:0.5% 0 0.5% 0;
	position:relative;
	background-color:#232323;
}


.endereco{
	width:100%;
	background-color:#464646;
	float:left;
	position:relative;
	padding:0.5% 0 0.5% 0;
}


.rod1{
	float:left;
	position:relative;
	width:100%;
	text-align:center;
}


input {
    font-family: 'Lato', sans-serif;
    font-size: 0.9em;
    padding: 3px;
    border: 1px solid #ccc;
    width: 100%;
    height: 83px;
    margin-bottom: 2%;
    border-radius: 0px;
    background: #fff;
}



/* POP UP IE -------------------------------------------------------------*/


#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#333;
  display:none;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
}
 
#boxes #dialog2 {
  background:transparent; 
  width:650px;
  margin:0 auto;
  margin-top:-160px;
}
 
.close{
    display:block; 
    float: left;
	margin-left: 0;
	font-weight: bold;
	line-height: 1;
	cursor: pointer;
	color: #fff;
	text-align: center;
	text-shadow: 0 -1px 1px #64799e;
	/* Background gradient */
	background: #191d2f;
	/* Border style */
	border: 0.1px solid #051c44;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 8px;
	background-color: #25a9e0;
	background-position: 0% 0%;
}

/*Newsletter e Área de Cliente---------------------------------------*/

.news{
	text-align:left;
}

.news input{
	font-family: 'Lato', sans-serif;
	font-size:0.9em;
	padding: 3px; 
	width: 100%; 
	height: 30px; 
	margin-bottom:2%; 
	border-radius:0px; 
	border: 1px solid #fff; 
	color: #fff;
	background: none;
}



.news input.btn{	
	border:1px solid #51abd1;
	width:20%;
	color:#fff;
	background-color:#51abd1;
	font-weight:bolder;
	font-size:0.9em;
	margin-bottom:10%;
}

.news input.btn:hover{	
	border:1px solid #9ca16c;
	background:#849baa;
	color:#fff;
}

.coluna-7{
	float:right;
	position:relative;
	width:15%;
	margin-right:3%;
	text-align: left;
	padding-top:2%;
}



textarea {
    font-family: 'Lato', sans-serif;
    font-size: 0.9em;
    padding: 3px;
    border: 1px solid #cccccc;
    width: 100%;
    color: #7f7f7f;
    margin-bottom: 3%;
    border-radius: 0px;
    background: #FFF;

}



/*Responsivo---------------------------------------------*/

@media only screen and (max-width :1200px){
	
	.sem_image{
		display:none;
	}
	
	.texto_1 {
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
}

.btn-mais {
    width: 40%;
	
}

@media only screen and (max-width :1024px){


.noticias{
	display:none;	
}




.noticias,
.calendario,
.imposto{
	display:none;
}

.logo{
	width: 100%;
    text-align: center;
}

.cliente{
	width: 100%;
}

.rod1,
.rod2,
.rod3,
.rodape1,
.rodape2{
	width:100%;
	text-align:center;
	margin-top:3%;
	
}




}

@media only screen and (max-width :855px){

.bx-wrapper .bx-caption p{
	font-size:0.8em;
	margin-top:0;
}

.bx-wrapper .bx-caption {
	background-image:url(../images/mobile.jpg);
}
	

.box-cinza-3{
	width:100% !important;
}	
	

	
	
	
header{
    width:100%;
	height:auto;
	position: relative;
	float:left;
	background:ebebeb;
}


.banner-interna{
	display:none;
}

.box-cinza-2 {
	text-align:center;
	width:95%;
}

.margin {
	margin:0 0 0 0;
	
}

#ribbon{
	    width: 60%;
}

.seguro2{
	display:none;
}

.seguro1{
	width:100%;
	text-align:center;
}

@media only screen and (max-width :768px){
	.vantagens{
	width:100%;
	text-align:center;
}


.vantagens2{
	width:100%;
	text-align:center !important;
}

.vantagens img{
	display:none;
}

#banner{
	display:none;
}

.fale_conosco2 {
    width: 60%;
}

.fale_conosco{
	width: 30%;
}
}


@media only screen and (max-width :750px){
	
.fale_conosco{
	display:none;
}

.fale_conosco2{
	width:100%;
	text-align:center;
}	


	
.exclui-foto{
	display:none;
}

.cliente{
	display:none;
}

.logo {
    float: left;
    position: relative;
    text-align: center;
    width: 100%;
	z-index: 999999;

}

.box{
	width:100%;
}


.bx-wrapper .bx-caption h1 {
	font-size:1.5em !important;
	margin-top:3%;
}

.bx-wrapper .bx-caption p,
.bx-wrapper .bx-caption a {
	display:none;

}

.texto_apresentacao {
	width:100%;
}

.apresentacao {
	width:100% !important;
	text-align: center !important;


}


#ribbon{
	    width: 60%;
}


}





@media only screen and (max-width :420px){

.menu{
	width:100%;
}
.exclui-coluna{
	display:none !important;
}


.col-pp{
	width:100% !important;
}



}