body
{
    font-family: "Roboto", Helvetica, sans-serif;
    margin: 0; 
    padding: 0;
		overflow: visible;
		height:100%;
    background: #ebebeb;  
}
.top
{
    height: 100px;
    background:#ebebeb;
    position:relative;

}

.localizacao
{ height: 385px; margin-top:50px; width: 100%; float: left;}


.red { color:#de1412;}
.cinza { color:#7d7d7d;}
.letra13 {font-size: 13px;}
.letra18b {font-size: 18px;    font-weight: bold;}
.letra28 {font-size:28px;}
.branco { color: #fff; font-weight: 300; }


.imgphone
{
    background: url(imgs/icon_tel.png) no-repeat;
    height: 15px;
    width: 15px;
    position: absolute;
    left: -20px;
    top: 4px;
}
.telebaixo
{
    background: url(imgs/icon_tel.png) no-repeat;
    height: 15px;
    width: 15px;
    position: absolute;
    right: -20px;
    top: 4px;
}



#bodypag
{
    float: left;
    width: 100%;
    position: relative;
    margin-top: 63px;
} 
.linhatitesq1, .linhatitdir1
{  
    display: inline-block;
    
    position: absolute;
    vertical-align: middle;
    height: 1px; 
    background: #7d7d7d;  
     
    top:50%;
    transform: translateY(-50%);
}
.linhatitesq
{  
    display: inline-block; 
    position: absolute;
    vertical-align: middle;
    height: 1px; 
    background: #7d7d7d;
    top:50%;
    transform: translateY(-50%);
}
.linhatitdir
{  
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    height: 1px;
    top:50%;
    transform: translateY(-50%);
    background: #7d7d7d;
}

.bordeux span
{ 
	cursor: pointer;
}

.bordeux
{ 
    width: 100%;
    position: absolute;
    background: rgba(167,0,0,0.93);
    bottom:23px;
    z-index: 100;
	padding-top: 42px;
	padding-bottom: 80px;
	padding-left: 10px;
	padding-right: 10px;
}

.whitespace
{ 
    z-index: 101;
    background: #ebebeb;
    left: 0;
    right: 0;
    margin: auto; 
    position: absolute;
    min-height: 100px;
    padding: 29px;
    box-sizing: border-box;
    text-align: center;
}

.scrolldown
{
    cursor: pointer;
    height: 16px;
    width: 34px;
    position: absolute;
    z-index: 105;  
    left: 50%;
    margin-left: -17px;
    bottom:53px;
    background: url(imgs/seta_baixo.png) no-repeat;
}


.tititems
{
    font-size: 23px;
    font-weight: 300;
    position: relative;
    text-align: center;   
    color:#7d7d7d;
    
}

.servicos
{ 
    width:100%;
    float:left;
    background:url(imgs/img_3.jpg)no-repeat center bottom;
    background-size: cover; 
    min-height: 450px; 
    
}
#carousel .slides
{
    width: 100%!important;
    text-align: center;
}
#carousel .slides li 
{
    display: inline-block!important;
    display: inline!important;
    float: none!important;
}

.innerservicos
{
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

.thumbnail
{
    -webkit-transition: all 0.2s ease;
       -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
         -o-transition: all 0.2s ease;
            transition: all 0.2s ease;
    margin-top: 144px;
    color:#FFF;
    display: inline-block;
    position: relative;
    height: 54px;
    cursor: pointer;
}
.linhagr
{
    height: 1px;
    width: 50%;
    background: #fff;
    position: absolute;
    left:0;
    right:0;
    margin: auto;
    min-width: 600px;
	top: 197px;
}
.starttext
{
	font-weight: 300;
	display: none;
	text-align: justify;
	*color: #d3d3d3;
	color: #fff;
	
}
.slide
{
    margin:35px auto 0;
    color:#d0d0d0;
    width: 380px;
    font-weight: 300;
	font-size: 15px;
	line-height: 23px;
	text-align: justify; 
}

.linhap
{
    height: 3px;
    margin: auto;
    background: #fff;
    width: 60px;
    bottom:0;
    left:0;
    right:0;
    z-index: 100;
    position: absolute;
}


#carousel .flex-active-slide .thumbnail
{ 
    -webkit-transition: all 0.2s ease;
       -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
         -o-transition: all 0.2s ease;
            transition: all 0.2s ease;
    color:#de1412;
}
#carousel .flex-active-slide .linhap
{
    -webkit-transition: all 0.2s ease;
       -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
         -o-transition: all 0.2s ease;
            transition: all 0.2s ease;
    background: #de1412;
}


 
#divuser{
    position: relative;
    width: 49%;
    display: inline-block;
} 


#divemail
{
    position: relative;
    width: 49%;
    float: left;
    display: inline-block; 
} 
#divtelefone
{
    position: relative;
    width: 49%; float: right;
    display: inline-block;
} 
#divcomentario
{
    position: relative;
    width: 100%;
    display: inline-block;
} 
#divassunto
{
    position: relative;
    width: 49%; 
    float: right;
    display: inline-block;
} 
.section
{
    width: 100%;
    float:left;
}

.orcamento textarea
{
    border-radius: 0;
    width: 100%;
    display: block;
    padding: 19px 10px;
    margin-bottom: 13px;
    box-sizing: border-box;
    height:130px;
    font-size: 13px; 
    color:#7d7d7d;
    border: 1px solid #7d7d7d; 
    background-color: #ebebeb;
}

label{ cursor: pointer; color: #7d7d7d;}

.orcamento input[type="text"]
{
    border-radius: 0; 
    height: 35px;
    width: 100%;
    position: relative; 
    padding:0;
    padding-left: 10px;
    margin-bottom: 7px;
    box-sizing: border-box;
    color:#7d7d7d;
    background: #ebebeb;
    border: 1px solid #7d7d7d;
    font-size: 13px;
}
.grecaptcha
{
    float: left;
}
.orcamento .submit:hover
{  
    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
    border:1px solid #de1412; 
    border:1px solid #de1412; 
}
#comentario
{
     resize:vertical;
}
#recaptcha1
{width: 302px;
margin: 0 auto;
box-sizing: border-box;
overflow: hidden;}

.orcamento .submit 
{
    font-size: 18px; 
    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
    line-height: 0;
    border:1px solid #7d7d7d;
    height:72px;
    margin: 0 auto;
    background: #ebebeb;
    color: #de1412;
    cursor: pointer;
    border-radius: 0;
    z-index: 10;
    float: right;
    margin-top: 3px;
} 

.orcamento
{
    position: relative;
    width:90%;
    margin: 0 auto;
    max-width: 650px;
}
.pewidth
{
    left:25%;
    float: left;
    position: relative;
}
 .bottomcontacto
{ 
    position: relative;
    width: auto;
    margin-top: 40px;
    float: left;
}

.ntelefone
{
    float: left;
    position: relative;
}

.pe
{
    float: left;
    min-height: 50px;
    background:#000;
    width: 100%;
    margin:0 auto;   
    color:#fff;
    font-size: 9px;
    line-height: 50px;
    
}
 
.alvara
{
    height: 30px;
    line-height: 50px;
    display: inline-block;
    font-size: 11px;
    
}
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon, .ui-state-default .ui-icon
{display: none;}

.ui-accordion-header
{
    height: 35px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin-top:40px !important;
    font-size: 17px !important ; 
}
.ui-accordion-header-active
{
    color:#de1412 !important;
}
.ui-accordion-content-active, .ui-accordion-header
{
    padding: 0 !important;
    border-style: none;
    background-color: transparent;
    background-image: none;
    text-align: center;
    color:#fff;
}
.ui-accordion-content-active
{
    font-size: 13px !important;
    font-weight: 400 !important;
}
.ui-widget
{
    font-family: "Roboto", Helvetica, sans-serif !important;
    
}
.ui-accordion-header .linhamobile 
{ 
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    margin:0 auto;
    border-bottom: 1px solid #fff;
    width: 157px;
}
.accordion:first-child
{
    margin-top:none;
}
.ui-accordion-header .linhagrmob
{ 
    
    height: 3px;
    position: absolute;
    left:0;
        right: 0;
    width: 50%;
    margin: 0 auto;
    background: #fff;
    top:-2px;
    
}
.ui-accordion-header-active .linhagrmob
{ 
    background: #de1412; 
}
.ui-accordion .ui-accordion-content p
{
    margin-bottom:0;
}
.animate_ease-out{
	 -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}