/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}



/* Generics CSS */
* HTML .clearfix {height: 1%;}

.clear{clear:both;}
.left {float:left;}
.right {float:right;}
.noPaddingTop {padding-top: 0px !important;}
.noPaddingBottom {padding-bottom: 0px !important;}
.alignCenter{
	text-align: center;
}
.inline{
	display:-moz-inline-stack; /* FF2 fix coz it does not support inline-block */
	display:inline-block; /* supported by FF3+ and IE8+ */
	zoom:1; *display:inline; /*  IE6 & IE7 hack coz they do not support inline-block (zoom trigger hasLayout and * target IE6/7) */
}
.textfilled{
	display:-moz-inline-stack; /* FF2 fix coz it does not support inline-block */
	display:inline-block; /* supported by FF3+ and IE8+ */
	zoom:1; *display:inline; /*  IE6 & IE7 hack coz they do not support inline-block (zoom trigger hasLayout and * target IE6/7) */
	min-height: 14px;
	margin-left: 4px;
	background-color: #e8e8e8;
	padding: 1px 8px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}


body{
    width: 100%;
    height: 100%;
}

.content {
    padding: 12.4rem 0rem 0rem 0rem;
    margin: 0 auto;
    width:100%;
}


a *{
	cursor:pointer;
}

a {
	color: #4285f4;
	text-decoration: none;
	outline: 0;
}

a:hover {
	color: #088cc4;
	text-decoration:none;
	outline:0;
}



/* width classes */
.w20{width:20px !important;}
.w30{width:30px !important;}
.w40{width:40px !important;}
.w50{width:50px !important;}
.w55{width:55px !important;}
.w60{width:60px !important;}
.w65{width:65px !important;}
.w100{width:100px !important;}
.w110{width:110px !important;}
.w120{width:120px !important;}
.w150{width:150px !important;}
.w180{width:180px !important;}
.w200{width:200px!important;}
.w250{width:250px !important;}
.w300{width:300px !important;}
.w310{width:310px !important;}
.w320{width:320px !important;}
.w350{width:350px !important;}
.w400{width:400px !important;}
.w450{width:450px !important;}
.w500{width:500px !important;}
.w550{width:550px !important;}
.w580{width:580px !important;}
.w600{width:600px !important;}
.w650{width:650px !important;}
.w700{width:700px !important;}
.w750{width:750px !important;}
.w800{width:800px !important;}

/* height classes */
.h20{height:20px !important;}
.h50{height:50px !important;}
.h100{height:100px !important;}
.h150{height:150px !important;}
.h200{ height:200px !important;}
.h250{height:250px !important;}
.h300{height:300px !important;}
.h350{height:350px !important;}
.h400{height:400px !important;}
.h450{height:450px !important;}
.h500{height:500px !important;}
.h550{height:550px !important;}
.h600{height:600px !important;}
.h650{height:650px !important;}
.h700{height:700px !important;}
.h750{height:750px !important;}
.h800{height:800px !important;}

.hidden{display:none !important;}


/* Global/Base CSS */
html { font-size: 62.5%; }*

body {
	font: 1.7rem 'Cairo', sans-serif;
	line-height: 2.2rem;
	color: #333;
}

h1 {
	font-family:'Cairo';
	padding: 1rem 0 0rem 0;
	font-size:3.5rem;
	line-height: 2.5rem;
	font-weight: 700;
	vertical-align: top;
	text-transform:uppercase;
}

h2 {
	padding: 1rem 0 0.8rem 0;
	font-size:2.5rem;
	line-height: 3rem;
	font-weight: bold;
	vertical-align: top;
	padding-bottom: 0px;
}

h3 {
	padding: 1rem 0 0.8rem 0;
	font-size:2.0rem;
	line-height: 2.0rem;
	font-weight: bold;
	vertical-align: top;
	padding-bottom: 0px;
}

p{
	font-size:2rem;
	line-height:2.5rem;
	padding: 0 0 2rem 0;
	text-align:justify;
}


/* Faz com que padding e border sejam considerados no width dos divs! */
div{
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

header{
	position: fixed;
    width: 100%;
    z-index: 200;
}

h2 span.line1{
	display: block;
	font-size: 2.5rem;
	line-height: 2.6rem;
	font-weight: 700;
	vertical-align: top;
	padding-bottom: 1rem;
}
h2 span.line2{
	display: block;
	font-size: 2rem;
	line-height: 2.4rem;
	font-weight: normal;
	vertical-align: top;
	padding-bottom: 3rem;
	text-align:justify;
}


.wrapper{
	width: 100%;
	max-width: 132rem;
	margin: 0 auto;
	padding: 0rem;
	height:100%;
}

.wrapper-content{
	max-width: 127rem;
	margin: 0 auto;
	padding: 5rem 0rem;
	height:100%;
}

.google_maps iframe{
    pointer-events: none;
}

/****************     HEADER    ************************************/




#div-menu-mobile{
	display:none;
}

#header1_direita{
	display:inline-block;
	width:calc(100% - 30rem);
	border-top:2px solid #f1f1f1;
	border-bottom:2px solid #f1f1f1;	
	text-align:right;	
}

#header2{
	border-top:5px solid #ff6600;
	border-bottom:1px solid #3f3f3f;
	background-color: #333;
	width:100%;
	height:12.4rem;
}

#header2_wrapper{
	max-width:127rem;
	height:12.4rem;	
	margin:0 auto;
}
#logo {
	display:inline-block;
	margin-top:1rem;
    width: 17.3rem;
    height: 6.5rem;
    background: url('../images/logo-newcar.png') transparent no-repeat top left;
	color:#092c5b;
	vertical-align:top;
}

#numero-azul{
	display:inline-block;
	margin-top:1rem;
    width: 12.2rem;
    height: 10rem;
    background: url('../images/numeroazul.svg') transparent no-repeat top center;
	vertical-align:top;
	color:#fff;
	font-size:0.8rem;
	padding-top:4.2rem;
}


#likeBoxFacebook{
	display:inline-block;
	min-width:10rem;
	vertical-align:top;	
	padding-top:3rem;
	margin-left:2rem;
}

.facebook{
	margin-right:2.05rem;
}

#menu{
	display:inline-block;
	margin:2.3rem 3rem 0rem 3rem;
}

#main-menu{
	line-height:1.0;
	height: 4rem;
}
#main-menu a{
    display: block;
    position: relative;
    color: #fff;
    text-decoration: none;
    zoom: 1;
}

#main-menu > li > a{
    padding-left: 1rem;
    font: 1.4rem 'Vinkel-Medium', sans-serif;	
	line-height:2.1rem;
	font-weight:500;
	text-transform:uppercase;
	text-shadow:2px 2px #000;
}

#main-menu > li > a .sf-menu-subtitle{
	display: block;
	font: 1.1rem 'Cairo', sans-serif;
	line-height:1.1rem;
	font-weight:400;
	text-transform:lowercase;
	text-shadow: none;
}

#main-menu > li{
	display: inline-block;
    margin-right: 1.7rem;	
	text-align: left;
	height: 100%;
	vertical-align: top;
    border-left: 1px solid #f56302;
}

/****************     FIM HEADER    **********/


/***************     FOOTER *******************/



footer#main-footer {
	width:100%;
	clear:both;
	/*font-size: 1.3rem;*/
	color: #fff;
	text-align: left;
	z-index: 10;
}

footer#main-footer .content-wrapper{
	max-width: 127rem;
	margin: 0 auto;

}

#container-footer{
	color: #fff;
	padding: 20px 20px 18px 20px;
	color: #e0e0e0;
}

#container-footer p{
	line-height: 1.4rem;
}

#container-footer a{
	color: #e0e0e0;
}

#container-footer h2{
	text-transform: initial;
	color: #e0e0e0;
}


#container-sitemap{
	padding: 2.6rem 1.4rem;
	background: url('../images/fundo-rodape.jpg');
}

#container-sitemap h3{
  font-size: 1.2rem;
  line-height: 1.3rem;
  margin-bottom: 0rem;
}

#container-sitemap a{
	color: #6aa5cf;
}

#container-sitemap ul{
	list-style-type: none;
}

#main_menu_footer, #menu_info_footer{
	margin-bottom: 2rem;
}

#container-sitemap p{
	text-shadow:none;
	color:#ccc;
	padding:0;
	margin-top:20%;
}

#container-funcionalidades-footer{
	padding: 1.0rem 1.0rem;
	color: #3b3b3b;
	background-color: #333;
	text-transform: uppercase;
	height:8rem;
}

#container-funcionalidades-footer p{
	margin: 0;
	padding: 0;
	font-size: 1.8rem;
	line-height: 1.3rem
	text-align: left;
}

#container-funcionalidades-footer p span{
	display: block;
	font-size: 1.0rem;
	line-height: 0.9rem;
	color: #c5c5c5;
}

#titulo-rodape{
	display:inline-block;
	width:68%;
	text-align:left;
	vertical-align:top;
}

#titulo-rodape h2{
	font-size: 4rem;
	line-height: 4rem;
	text-transform:none;
	color:#fff;
	text-shadow:2px 2px #000;
}

#titulo2-rodape{
	display:inline-block;
	vertical-align:top;
	width:30%;
	text-align:right;
}

#titulo2-rodape h2{
	padding:0;
	font-size: 1.95rem;
	line-height: 2.6rem;
	color:#fff;
	font-weight:200;
}

#funcionalidades-footer-registar{
	max-width: 30%;
	padding-left: 30px;
	vertical-align:top;
	background: url('../images/bg_footer_registar.png') transparent no-repeat;
	text-align: left;
}

#funcionalidades-footer-registar a, #funcionalidades-footer-redes a{
	color:#fff;
}

#funcionalidades-footer-registar p{
	margin:0;
	font-size:1.65rem;
	line-height:1.4rem;
	font-weight:600;
	color:#fff;
}

#funcionalidades-footer-registar span{
	display:block;
	font-size: 1.2rem;
	font-weight:200;
	color:#ccc;
	line-height:14px;

}

#funcionalidades-footer-redes{
	float: right;
	max-width: 40%;
	padding-left: 30px;
	vertical-align:top;
	background: url('../images/bg_footer_redes.png') transparent no-repeat;
	line-height:14px;
}

#funcionalidades-footer-redes p{
	margin:0;
	font-size:1.65rem;
	line-height:1.4rem;
	font-weight:600;
	color:#fff;
}

#funcionalidades-footer-redes span{
	display:block;
	font-size: 1.2rem;
	font-weight:200;
	color:#ccc;

}

#mapa-google-centros{
	height:78rem;
}

#mapaGoogle-contactos{
	width:127rem;
	height:78rem;
}


#container-info-sitemap span{
	text-shadow:none;
	display:block;
	line-height:90%;
}

#container-info-centro{
	width:55%;
	vertical-align:top;
	text-align: left;
	margin-right:4%;
}

#texto-rodape{
	width:90%;
	color:#999;
	text-align:justify;
	margin-bottom:5%;
}
#registo-comprar{
	width:80%;
	text-align:center;
}

#container-info-contactos{
	width: 20%;
	vertical-align:top;
	text-align: left;
}

#container-info-contactos h3{
  margin: 0;
  padding:0;

}

#container-info-sitemap{
	width: 20%;
	vertical-align:top;
	text-align: left;
	text-shadow: 2px 2px #000;

}

#container-info-contactos p{
	font-size:1.5rem;
	line-height:1.5rem;
	text-shadow:none;
	color:#999;
	padding:0;
	margin-top:0;
	margin-bottom:6%;
}

#container-info-contactos span{
	text-shadow:none;
	display:block;
}


.footerMenuOrcamentos{
	padding-top: 1.7rem;
}


#container-copyrights{
	padding: 1% 0;
	color: #3b3b3b;
	font-size: 1.2rem;
	background-color: #fff;
	text-transform:uppercase;
}

#container-copyrights span{
	font-weight:900;
}

#container-abstract{
	padding: 1.4rem 1.4rem;
	color: #3b3b3b;
	background-color: #fff;
}
#container-abstract, #container-abstract p{
	text-align: center;
}

#title-categoria{
	height:71px;
}

#copy{
	display:inline-block;
	width:20%;
	vertical-align:top;
	text-align:left;
	font-weight:300;
}

#redes{
	display:inline-block;
	width:50%;
	vertical-align:top;
	text-align:left;
	font-weight:300;
}

#wdnostri{
	display:inline-block;
	width:29%;
	vertical-align:top;
	text-align:right;
	font-weight:800;
}


/*************** FIM FOOTER *******************/






.button-style1{
    display: inline-block;
    margin-top:1rem;
    padding: 2.2rem 2.6rem 2.5rem 2.6rem;
	font-size: 2.5rem;
	text-transform:lowercase;
    line-height: 2rem;
	background-color: #ff6600;
	border: none;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	font-weight: 700;
	font-family:'Cairo';
	vertical-align:top;
}

.butddton-style1:hover{
	background-color:#fff; /*background-color: #def7ad;*/
	color: #99cc33;

	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}



.button-style2{
    display: inline-block;
    padding-top: 1.3rem;
	color: #99cc33;
    border: 1px solid #99cc33;
	background-color: #fff;
	font-size: 1.3rem;
    line-height: 1.2rem;	
	cursor: pointer;
	text-decoration: none;
}

.button-style2-loggedin{
    display: inline-block;
	color: #99cc33;
    border: 1px solid #99cc33;
	background-color: #fff;
	font-size: 1.2rem;
    line-height: 1.8rem;	
	cursor: pointer;
	text-decoration: none;
}

.button-style2-loggedin:hover{
	background-color: #def7ad;

	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.button-style2:hover{
    padding-top: 1.3rem;
	background-color: #def7ad;

	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.button-style2 span{
	display: block;
	font-size: 88%;
}


.title-block{
	background:#e6e6e6;
	margin:0 auto;
	width:100%;
	height:8rem;
}

#title-block-wrapper{
	max-width:127rem;
	margin:0 auto;	
}

#title-block-wrapper h1{
	padding-top:2.9rem;
	color:#333;
}

#conteudo{
	background:#fff;
	margin:0 auto;
	width:100%;
}

#conteudo-wrapper{
	max-width:127rem;
	margin:0 auto;
	padding-bottom:5rem;	
}

#titulo-pagina{
	display:inline-block;
	width:84%;
}

#pedido-contacto{
	display:inline-block;	
	width:13%;
	vertical-align:top;
	padding-top:1.7rem;
}

#mapa-centros{
	position:relative;	
	width:100%;
	margin:0 auto;
    padding-top: 3rem;	
	background:#333;
	text-align:center;
	z-index:1;
	min-height:28rem;	
}

#mapa-centros #img-icon, #titulo-centros{
	text-align:center;
	display:inline-block;
}

#mapa-centros #img-icon{
	padding-right:2rem;
}

#mapa-centros #titulo-centros span{
	font-size: 5rem;
    color: #e6e6e6;
    font-weight: 100;
    text-align: left;
    text-transform: uppercase;
    padding: 0;
    line-height: 5rem;
	vertical-align:top;
}

#mapa-centros h2{
	font-size: 3rem;
    color: #e6e6e6;
    font-weight: 100;
    text-align: center;
    padding: 0;
}


#texto-centros{
	width:100%;
	margin:0 auto;
	background:#333;
	text-align:center;
	padding:2rem 0rem 7rem 0rem;
}

#texto-centros_wrapper{
	max-width:105rem;
	margin:0 auto;	
}

#texto-centros_wrapper p{
	font-size: 2rem;
	line-height:2.8rem;
    color: #e6e6e6;
    font-weight: 200;
    text-align: center;
    padding: 0;	
}

#mapa{
	position:relative;
	margin:-48px 0px 0px 0px;
	padding:0;
}


#escolha-nome{
	display:inline-block;
	padding:5rem 0rem 0rem 0rem;
	vertical-align:top;	
	width:50%;
}

#escolha-nome h2{
	padding-bottom:1rem;
}

#escolha-codigo{
	display:inline-block;
	padding:5rem 0rem 0rem 0rem;
	vertical-align:top;
	width:50%;	
}

#escolha-codigo h2{
	padding-bottom:1rem;
}



.button-style4 {
    margin: 0px 0px 0px 0px;
    padding: 10px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    width: 170px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    border-radius: 10px;
    background-color: #ff6600;
    color: #fff;
    border: 2px solid #ff6600;
    cursor: pointer;
    outline: none;	
}

.button-style4:hover {
    border: 1px solid #ff6600;
    color: #ff6600;
    background-color: transparent;
}


/******************************************************************************/
/* DIALOGS                                                                    */
/******************************************************************************/
.ui-input-style1 {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid transparent;
	padding: 0px 10px !important;
	margin-bottom: 5px;
	color: #5a86a3;
	height: 34px;
   background-color: #fff;
}
input.ui-input-style1, select.ui-input-style1, button.ui-input-style1{
  line-height:28px;
}

.ui-input-style1::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #999;
}
.ui-input-style1:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #999;
   opacity:  0.8;
}
.ui-input-style1::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #999;
   opacity:  0.8;
}
.ui-input-style1:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #999;
}


.ui-form-inscription-select {
border: 0px solid #ffffff;
margin-top: 4px;
text-align: right !important;
}

.required .ui-input-style1 {
	font-weight: bold;
}
.ui-box-wizard-button span {
	visibility: hidden;
}

.ui-box-wizard-button {
	border: 0px solid white;
	padding: 6px 24px;
	display:-moz-inline-stack; /* FF2 fix coz it does not support inline-block */
	display:inline-block; /* supported by FF3+ and IE8+ */
	zoom:1; *display:inline; /*  IE6 & IE7 hack coz they do not support inline-block (zoom trigger hasLayout and * target IE6/7) */
	background-color: #b10000;
	font-size: 16px; 
	color: #fff;
	text-align: center;
	cursor: pointer;
}

.ui-box-wizard-button:hover{
	background-color: #c70f0d;
	color: #fff;
}

/******************************************************************************/


























#img-icon-mobile{
	display:none;
}



#img-icon-seguros-mobile{
	display:none;
}	

#tempo{
	width:100%;
	margin:0 auto;
	background:url('../images/tempo.jpg') no-repeat top center;
	height:47.9rem;
}

#oquefazemos{
	width:100%;
	margin:0 auto;
	background:url('../images/oquefazemos.jpg') no-repeat top center;
	height:64.1rem;
}

#oquefazemos h2{
	color:#fff;
	font-size:6rem;
	font-weight:700;
	line-height:8rem;
}

#oquefazemos h3{
	color:#fff;
	font-size:3rem;
	font-weight:500;
	line-height:4rem;
}

#oquefazemos h3 span{
	display:block;
	color:#fff;
	font-size:3rem;
	font-weight:500;
	line-height:4rem;
	padding-bottom:3rem;
}		

#oquefazemos p{
	color:#fff;
	font-size:2.5rem;
	font-weight:300;
	line-height:3.5rem;
}

#oquefazemos span{
	color:#fff;
	font-size:1.8rem;
	font-weight:300;
	line-height:2rem;
}



#parceiros h2{
	font-size:4rem;
	font-weight:700;
	line-height:6rem;			
}

#parceiros h3{
	font-size:2.5rem;
	font-weight:500;
	line-height:3rem;
}	

#parceiros p{
	font-weight:300;
	line-height:3rem;
}

#recrutamento{
	width:100%;
	margin:0 auto;
	background:url('../images/recrutamento.jpg') no-repeat top center;
	height:64.1rem;
}

#recrutamento h2{
	font-size:4rem;
	font-weight:700;
	line-height:8rem;
}

#recrutamento h3{
	font-size:3rem;
	font-weight:500;
	line-height:4rem;
}	

#recrutamento p{
	width:50rem;
	font-weight:300;		
	xline-height:4rem;
}	
#substituicao{
	width:100%;
	margin:0 auto;
	background:url('../images/substituicao.jpg') no-repeat top center;
	height:52.5rem;
}

#substituicao h2{
	color:#fff;
	font-size:5rem;
	font-weight:700;
	line-height:6rem;
	width:45%;
}

#substituicao h3{
	color:#fff;
	font-size:3rem;
	font-weight:500;
	line-height:4rem;
}

#substituicao h3 span{
	display:block;
	color:#fff;
	font-size:3rem;
	font-weight:500;
	line-height:4rem;
	padding-bottom:3rem;
}		

#substituicao p{
	width:45%;
	color:#fff;
	font-size:3.5rem;
	font-weight:200;
	line-height:5rem;
}

#substituicao span{
	color:#fff;
	font-size:1.8rem;
	font-weight:300;
	line-height:2rem;
}

/***** PAGINA SERVIÇOS ******************/

#substituicao-servicos{
	width:100%;
	margin:0 auto;
	background:url('../images/substituicao.jpg') no-repeat top center;
	height:52.5rem;
}

#substituicao-servicos h2{
	color:#fff;
	font-size:5rem;
	font-weight:700;
	line-height:6rem;
	width:45%;
}

#substituicao-servicos h3{
	color:#fff;
	font-size:3rem;
	font-weight:500;
	line-height:4rem;
}

#substituicao-servicos h3 span{
	display:block;
	color:#fff;
	font-size:3rem;
	font-weight:500;
	line-height:4rem;
	padding-bottom:3rem;
}		

#substituicao-servicos p{
	width:45%;
	color:#fff;
	font-size:3.5rem;
	font-weight:200;
	line-height:5rem;
}

#substituicao-servicos span{
	color:#fff;
	font-size:1.8rem;
	font-weight:300;
	line-height:2rem;
}

#outros-servicos {
	padding:3rem 0rem 5rem 0rem;
}

#outros-servicos h2{
	color:#333;
	font-size:5rem;
	font-weight:200;
	line-height:5rem;
	text-align:center;
	padding-bottom:2rem;
}

.servicos-lista{
	width:33%;
	display:inline-block;
	vertical-align:top;
}

.servicos-lista li{
	font-size:2.2rem;
	font-weight:200;
	text-align:left;
	line-height:3rem;
}

.servicos-lista li span{
	display:block;
	font-size:1.4rem;
}
	
#garantia-servicos{
	background:#f7f7f7;
}

#garantia-servicos h2 {
    color: #333;
    font-size: 5rem;
    font-weight: 200;
    line-height: 5rem;
    text-align: center;
    padding-bottom: 2rem;
}


#garantia-servicos p{
	text-align:center;
	font-weight:300;
}

#porque-susbtituicao{
	background:#f7f7f7;		
}

#porque-susbtituicao h2{	
	color:#333;
	font-size:3rem;
	font-weight:200;
	line-height:4rem;
	text-align:center;
	padding-bottom:2rem;
}


#porque-item-substituicao{
	width:100%;
	margin:0 auto;
	display:block;
	background:#f7f7f7;
	padding:2rem 0rem 2rem 0rem;
	text-align:center;
}
#ps1{
	display:inline-block;
	background:url('../images/ps1.png') no-repeat top center;
	text-align:center;
	width:18rem;
	height:30rem;
	padding: 9rem 1.5rem 3rem 1.5rem;
	vertical-align: top;	
}

#ps1 h2{
	color:#333;
	font-size:2.3rem;
	font-weight:700;
	line-height:2.7rem;
	padding:0rem 0rem 0rem 0rem;
}

#ps1 span{
	color:#333;
	font-size:2.3rem;
	font-weight:200;
	line-height:3rem;
}

#ps1 p{
	padding-top:1rem;
	font-size:1.4rem;
	text-align:center;
	font-weight:300;
	line-height:1.8rem;
}

#ps2{
	display:inline-block;
	background:url('../images/ps2.png') no-repeat top center;
	text-align:center;
	width:19rem;
	height:30rem;
	padding: 9rem 1rem 3rem 1rem;
	vertical-align: top;	
}

#ps2 h2{
	color:#333;
	font-size:2.3rem;
	font-weight:700;
	line-height:2.7rem;
	padding:0rem 0rem 0rem 0rem;
}

#ps2 span{
	color:#333;
	font-size:2.3rem;
	font-weight:200;
	line-height:3rem;
}

#ps2 p{
	padding-top:1rem;
	font-size:1.4rem;
	text-align:center;
	font-weight:300;
	line-height:1.8rem;
}

#ps3{
	display:inline-block;
	background:url('../images/ps3.png') no-repeat top center;
	text-align:center;
	width:18rem;
	height:30rem;
	padding: 9rem 1.5rem 3rem 1.5rem;
	vertical-align: top;	
}

#ps3 h2{
	color:#333;
	font-size:2.3rem;
	font-weight:700;
	line-height:2.7rem;
	padding:0rem 0rem 0rem 0rem;
}

#ps3 span{
	color:#333;
	font-size:2.3rem;
	font-weight:200;
	line-height:3rem;
}

#ps3 p{
	padding-top:1rem;
	font-size:1.4rem;
	text-align:center;
	font-weight:300;
	line-height:1.8rem;
}

#ps4{
	display:inline-block;
	background:url('../images/ps4.png') no-repeat top center;
	text-align:center;
	width:18rem;
	height:30rem;
	padding: 9rem 1.5rem 3rem 1.5rem;
	vertical-align: top;	
}

#ps4 h2{
	color:#333;
	font-size:2.3rem;
	font-weight:700;
	line-height:2.7rem;
	padding:0rem 0rem 0rem 0rem;
}

#ps4 span{
	color:#333;
	font-size:2.3rem;
	font-weight:200;
	line-height:3rem;
}

#ps4 p{
	padding-top:1rem;
	font-size:1.4rem;
	text-align:center;
	font-weight:300;
	line-height:1.8rem;
}

#ps5{
	display:inline-block;
	background:url('../images/ps5.png') no-repeat top center;
	text-align:center;
	width:20rem;
	height:30rem;
	padding: 9rem 1rem 3rem 1rem;
	vertical-align: top;	
}

#ps5 h2{
	color:#333;
	font-size:2.3rem;
	font-weight:700;
	line-height:2.7rem;
	padding:0rem 0rem 0rem 0rem;
}

#ps5 span{
	color:#333;
	font-size:2.3rem;
	font-weight:200;
	line-height:3rem;
}

#ps5 p{
	padding-top:1rem;
	font-size:1.4rem;
	text-align:center;
	font-weight:300;
	line-height:1.8rem;
}

#ps6{
	display:inline-block;
	background:url('../images/ps6.png') no-repeat top center;
	text-align:center;
	width:18rem;
	height:30rem;
	padding: 9rem 2rem 3rem 2rem;
	vertical-align: top;	
}

#ps6 h2{
	color:#333;
	font-size:2.3rem;
	font-weight:700;
	line-height:2.7rem;
	padding:0rem 0rem 0rem 0rem;
}

#ps6 span{
	color:#333;
	font-size:2.3rem;
	font-weight:200;
	line-height:3rem;
}

#ps6 p{
	padding-top:1rem;
	font-size:1.4rem;
	text-align:center;
	font-weight:300;
	line-height:1.8rem;
}

#vidros-veiculos{
	width:100%;
	margin:0 auto;
	display:block;
	background:#f7f7f7;
	padding:2rem 0rem 2rem 0rem;
	text-align:center;	
}

#vv1{
	display:inline-block;
	background:url('../images/vv1.png') no-repeat top center;
	text-align:center;
	width:30rem;
	height:10rem;
	padding: 6rem 3rem 1rem 3rem;
	vertical-align: top;	
}

#vv1 h2{
	color:#333;
	font-size:1.5rem;
	font-weight:400;
	line-height:2rem;
	padding:0rem 0rem 0rem 0rem;
}

#vv2{
	display:inline-block;
	background:url('../images/vv2.png') no-repeat top center;
	text-align:center;
	width:10rem;
	height:10rem;
	padding: 6rem 1.5rem 3rem 1.5rem;
	vertical-align: top;	
}

#vv2 h2{
	color:#333;
	font-size:1.5rem;
	font-weight:400;
	line-height:2rem;
	padding:0rem 0rem 0rem 0rem;
}

#vv3{
	display:inline-block;
	background:url('../images/vv3.png') no-repeat top center;
	text-align:center;
	width:10rem;
	height:10rem;
	padding: 6rem 1.5rem 3rem 1.5rem;
	vertical-align: top;	
}

#vv3 h2{
	color:#333;
	font-size:1.5rem;
	font-weight:400;
	line-height:2rem;
	padding:0rem 0rem 0rem 0rem;
}

#vv4{
	display:inline-block;
	background:url('../images/vv4.png') no-repeat top center;
	text-align:center;
	width:10rem;
	height:10rem;
	padding: 6rem 1.5rem 3rem 1.5rem;
	vertical-align: top;	
}

#vv4 h2{
	color:#333;
	font-size:1.5rem;
	font-weight:400;
	line-height:2rem;
	padding:0rem 0rem 0rem 0rem;
}

#vv5{
	display:inline-block;
	background:url('../images/vv5.png') no-repeat top center;
	text-align:center;
	width:10rem;
	height:10rem;
	padding: 6rem 1.5rem 3rem 1.5rem;
	vertical-align: top;	
}

#vv5 h2{
	color:#333;
	font-size:1.5rem;
	font-weight:400;
	line-height:2rem;
	padding:0rem 0rem 0rem 0rem;
}

#vv6{
	display:inline-block;
	background:url('../images/vv6.png') no-repeat top center;
	text-align:center;
	width:10rem;
	height:10rem;
	padding: 6rem 1.5rem 3rem 1.5rem;
	vertical-align: top;	
}

#vv6 h2{
	color:#333;
	font-size:1.5rem;
	font-weight:400;
	line-height:2rem;
	padding:0rem 0rem 0rem 0rem;
}

#vv7{
	display:inline-block;
	background:url('../images/vv7.png') no-repeat top center;
	text-align:center;
	width:10rem;
	height:10rem;
	padding: 6rem 1.5rem 3rem 1.5rem;
	vertical-align: top;	
}

#vv7 h2{
	color:#333;
	font-size:1.5rem;
	font-weight:400;
	line-height:2rem;
	padding:0rem 0rem 0rem 0rem;
}

#vv8{
	display:inline-block;
	background:url('../images/vv8.png') no-repeat top center;
	text-align:center;
	width:10rem;
	height:10rem;
	padding: 6rem 1.5rem 3rem 1.5rem;
	vertical-align: top;	
}

#vv8 h2{
	color:#333;
	font-size:1.5rem;
	font-weight:400;
	line-height:2rem;
	padding:0rem 0rem 0rem 0rem;
}

#reparacao-servicos{
	width:100%;
	margin:0 auto;
	background:url('../images/reparacao.jpg') no-repeat top center;
	height:84.9rem;
	color:#fff;
}

#reparacao-servicos h2{
	color:#fff;
	font-size:4.5rem;
	font-weight:700;
	line-height:5rem;	
}

#reparacao-servicos h2 span{
	display:block;
	color:#fff;
	font-size:3rem;
	font-weight:200;
	line-height:4rem;
}

#reparacao{
	width:100%;
	margin:0 auto;
	background:url('../images/reparacao.jpg') no-repeat top center;
	height:84.9rem;
	color:#fff;
}

#rep-tit{
	display:block;
	float:right;	
	text-align:right;
	width:55%;
	padding:5rem 10% 3rem 10%;	
}

#rep-icons{
	display:block;
	float:right;	
	text-align:right;
	width:100%;
	padding:5rem 10% 3rem 5%;	
}

#reparacao span{
	color:#fff;
	font-size:4.5rem;
	font-weight:700;
	line-height:5rem;	
}

#pagina-nao-encontrada {
	display:inline-block;
	vertical-align:top;
	text-align:center;
	background:#fff url('../images/404.jpg') center left no-repeat;
	height:30rem;
	width:100%;
	padding:12rem 0rem 0rem 24rem;
}

/*#reparacao h2 span{
	display:block;
	color:#fff;
	font-size:3rem;
	font-weight:200;
	line-height:4rem;
}*/

#r1{
	display:inline-block;
	background:url('../images/r1.png') no-repeat top center;
	text-align:center;
	width:18rem;
	height:30rem;
	padding: 9rem 2rem 3rem 2rem;
	vertical-align: top;	
}

#r1 h2{
	font-size:2.3rem;
	font-weight:700;
	line-height:2.7rem;
	padding:0rem 0rem 0rem 0rem;
}

#r1 span{
	font-size:2.3rem;
	font-weight:200;
	line-height:3rem;
}

#r1 p{
	padding-top:1rem;
	font-size:1.4rem;
	text-align:center;
	font-weight:300;
	line-height:1.8rem;
}

#r2{
	display:inline-block;
	background:url('../images/r2.png') no-repeat top center;
	text-align:center;
	width:18rem;
	height:30rem;
	padding: 9rem 2rem 3rem 2rem;
	vertical-align: top;	
}

#r2 h2{
	color:#fff;
	font-size:2.3rem;
	font-weight:700;
	line-height:2.7rem;
	padding:0rem 0rem 0rem 0rem;
}

#r2 span{
	color:#fff;
	font-size:2.3rem;
	font-weight:200;
	line-height:3rem;
}

#r2 p{
	padding-top:1rem;
	font-size:1.4rem;
	text-align:center;
	font-weight:300;
	line-height:1.8rem;
}

#r3{
	display:inline-block;
	background:url('../images/r3.png') no-repeat top center;
	text-align:center;
	width:18rem;
	height:30rem;
	padding: 9rem 2rem 3rem 2rem;
	vertical-align: top;	
}

#r3 h2{
	font-size:2.3rem;
	font-weight:700;
	line-height:2.7rem;
	padding:0rem 0rem 0rem 0rem;
}

#r3 span{
	font-size:2.3rem;
	font-weight:200;
	line-height:3rem;
}

#r3 p{
	padding-top:1rem;
	font-size:1.4rem;
	text-align:center;
	font-weight:300;
	line-height:1.8rem;
}

#peliculas{
	width:50%;
	display:inline-block;
	height:64rem;
	margin:0 auto;
	background:url('../images/peliculas.jpg') no-repeat top center;
	text-align:right;
	color:#fff;
	vertical-align:top;
}

#peliculas-tit h2{
    color: #fff;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 4rem;
	padding:5rem 5rem 5rem 0rem;
	float:right;
	display:block;
	width:52%;
}

#peliculas-tit span{
	display:block;
	color:#fff;
	font-size:2.7rem;
	font-weight:200;
	line-height:3.5rem;
}

#peliculas p{
	padding-top:1rem;
	font-size:1.4rem;
	text-align:center;
	font-weight:300;
	line-height:1.8rem;
}

#peliculas-icons{
    display: block;
    float: right;
    text-align: right;
	padding:0rem 3rem 0rem 0rem;
}


#pel1{
	display:inline-block;
	background:url('../images/pel1.png') no-repeat top center;
	text-align:center;
	width:18rem;
	height:30rem;
	padding: 7rem 2rem 3rem 2rem;
	vertical-align: top;	
}

#pel1 h2{
	color:#fff;
	font-size:2.3rem;
	font-weight:700;
	line-height:2.7rem;
	padding:0rem 0rem 0rem 0rem;
}

#pel1 span{
	color:#fff;
	font-size:2.3rem;
	font-weight:200;
	line-height:3rem;
}

#pel1 p{
	padding-top:1rem;
	font-size:1.4rem;
	text-align:center;
	font-weight:300;
	line-height:1.8rem;
}

#pel2{
	display:inline-block;
	background:url('../images/pel2.png') no-repeat top center;
	text-align:center;
	width:18rem;
	height:30rem;
	padding: 7rem 2rem 3rem 2rem;
	vertical-align: top;	
}

#pel2 h2{
	color:#fff;
	font-size:2.3rem;
	font-weight:700;
	line-height:2.7rem;
	padding:0rem 0rem 0rem 0rem;
}

#pel2 span{
	color:#fff;
	font-size:2.3rem;
	font-weight:200;
	line-height:3rem;
}

#pel2 p{
	padding-top:1rem;
	font-size:1.4rem;
	text-align:center;
	font-weight:300;
	line-height:1.8rem;
}

#pel3{
	display:inline-block;
	background:url('../images/pel3.png') no-repeat top center;
	text-align:center;
	width:18rem;
	height:30rem;
	padding: 7rem 2rem 3rem 2rem;
	vertical-align: top;	
}

#pel3 h2{
	color:#fff;
	font-size:2.3rem;
	font-weight:700;
	line-height:2.7rem;
	padding:0rem 0rem 0rem 0rem;
}

#pel3 span{
	color:#fff;
	font-size:2.3rem;
	font-weight:200;
	line-height:3rem;
}

#pel3 p{
	padding-top:1rem;
	font-size:1.4rem;
	text-align:center;
	font-weight:300;
	line-height:1.8rem;
}

#lavagem{
	width:50%;
	display:inline-block;
	height:64rem;
	margin:0 auto;
	background:url('../images/lavagem.jpg') no-repeat top center;
	text-align:left;
	color:#fff;	
	vertical-align:top;
}

#lavagem-tit h2{
    color: #fff;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 4rem;
	padding:5rem 0rem 5rem 5rem;
	display:block;
	width:55%;
}

#lavagem-tit span{
	display:block;
	color:#fff;
	font-size:2.7rem;
	font-weight:200;
	line-height:3.5rem;
}

#lavagem p{
	padding-top:1rem;
	font-size:1.4rem;
	text-align:center;
	font-weight:300;
	line-height:1.8rem;
}

#lavagem-icons{
    display: block;
    text-align: left;
	padding:0rem 0rem 0rem 3rem;
}


#lav1{
	display:inline-block;
	background:url('../images/lav1.png') no-repeat top center;
	text-align:center;
	width:20rem;
	height:30rem;
	padding: 7rem 2rem 3rem 2rem;
	vertical-align: top;	
}

#lav1 h2{
	color:#fff;
	font-size:2rem;
	font-weight:700;
	line-height:2.3rem;
	padding:0rem 0rem 0rem 0rem;
}

#lav1 span{
	color:#fff;
	font-size:2rem;
	font-weight:200;
	line-height:2.3rem;
}

#lav2{
	display:inline-block;
	background:url('../images/lav2.png') no-repeat top center;
	text-align:center;
	width:18rem;
	height:30rem;
	padding: 7rem 2rem 3rem 2rem;
	vertical-align: top;	
}

#lav2 h2{
	color:#fff;
	font-size:2rem;
	font-weight:700;
	line-height:2.7rem;
	padding:0rem 0rem 0rem 0rem;
}

#lav2 span{
	color:#fff;
	font-size:2rem;
	font-weight:200;
	line-height:2.3rem;
}

#lav3{
	display:inline-block;
	background:url('../images/lav3.png') no-repeat top center;
	text-align:center;
	width:20rem;
	height:30rem;
	padding: 7rem 2rem 3rem 2rem;
	vertical-align: top;	
}

#lav3 h2{
	color:#fff;
	font-size:2rem;
	font-weight:700;
	line-height:2rem;
	padding:0rem 0rem 0rem 0rem;
}

#lav3 span{
	color:#fff;
	font-size:2rem;
	font-weight:200;
	line-height:2.3rem;
}

#movel{
	width:100%;
	margin:0 auto;
	background:url('../images/servico-movel.jpg') no-repeat top center;
	height:49.3rem;
}

#movel h2{
	color:#fff;
	font-size:5rem;
	font-weight:700;
	line-height:6rem;
	width:40%;
}

#movel h3{
	color:#fff;
	font-size:3rem;
	font-weight:500;
	line-height:4rem;
}

#movel h3 span{
	display:block;
	color:#fff;
	font-size:3rem;
	font-weight:500;
	line-height:4rem;
	padding-bottom:3rem;
}		

#movel p{
	width:40%;
	color:#fff;
	font-size:3.5rem;
	font-weight:200;
	line-height:5rem;
	text-align:left;
}

#movel span{
	color:#fff;
	font-size:1.8rem;
	font-weight:300;
	line-height:2rem;


}

#vantagens-movel{
	background:#f7f7f7;		
}

#vantagens-movel h2{	
	color:#333;
	font-size:3rem;
	font-weight:200;
	line-height:4rem;
	text-align:center;
	padding-bottom:2rem;
}

#vantagens-movel h2 span{
	display:block;
}


#vantagens-item-movel{
	width:100%;
	margin:0 auto;
	display:block;
	background:#f7f7f7;
	padding:2rem 0rem 2rem 0rem;
	text-align:center;
}

#pim1{
	display:inline-block;
	background:url('../images/ps1.png') no-repeat top center;
	text-align:center;
	width:18rem;
	height:30rem;
	padding: 9rem 1.5rem 3rem 1.5rem;
	vertical-align: top;	
}

#pim1 h2{
	color:#333;
	font-size:2.3rem;
	font-weight:700;
	line-height:2.7rem;
	padding:0rem 0rem 0rem 0rem;
}

#pim1 span{
	color:#333;
	font-size:2.3rem;
	font-weight:200;
	line-height:3rem;
}

#pim1 p{
	padding-top:1rem;
	font-size:1.4rem;
	text-align:center;
	font-weight:300;
	line-height:1.8rem;
}

#pim2{
	display:inline-block;
	background:url('../images/pim2.png') no-repeat top center;
	text-align:center;
	width:19rem;
	height:30rem;
	padding: 9rem 1rem 3rem 1rem;
	vertical-align: top;	
}

#pim2 h2{
	color:#333;
	font-size:2.3rem;
	font-weight:700;
	line-height:2.7rem;
	padding:0rem 0rem 0rem 0rem;
}

#pim2 span{
	color:#333;
	font-size:2.3rem;
	font-weight:200;
	line-height:3rem;
}

#pim2 p{
	padding-top:1rem;
	font-size:1.4rem;
	text-align:center;
	font-weight:300;
	line-height:1.8rem;
}

#pim3{
	display:inline-block;
	background:url('../images/pim3.png') no-repeat top center;
	text-align:center;
	width:20rem;
	height:30rem;
	padding: 9rem 1.5rem 3rem 1.5rem;
	vertical-align: top;	
}

#pim3 h2{
	color:#333;
	font-size:2.3rem;
	font-weight:700;
	line-height:2.7rem;
	padding:0rem 0rem 0rem 0rem;
}

#pim3 span{
	color:#333;
	font-size:2.3rem;
	font-weight:200;
	line-height:3rem;
}

#pim3 p{
	padding-top:1rem;
	font-size:1.4rem;
	text-align:center;
	font-weight:300;
	line-height:1.8rem;
}

#movel-ligar{
	width:100%;
	margin:0 auto;
	background:url('../images/servico-movel-ligar.jpg') no-repeat top center;
	height:53.5rem;
}

#movel-ligar h2{
	color:#333;
	font-size:5rem;
	font-weight:700;
	line-height:6rem;
	width:45%;
}

#movel-ligar h2 span{
	display:block;
	color:#333;
	font-size:2.5rem;
	font-weight:200;
	line-height:3rem;
	padding-bottom:3rem;
}		

#movel-ligar p{
	width:35%;
	color:#333;
	font-size:3rem;
	font-weight:200;
	line-height:3rem;
	text-align:left;
}

#movel-ligar span{
	color:#333;
	font-size:1.8rem;
	font-weight:300;
	line-height:2rem;


}


#franquiados{
	width:100%;
	margin:0 auto;
	background:url('../images/franchising.jpg') no-repeat top center;
	height:49.3rem;
}

#franquiados h2{
	color:#fff;
	font-size:5rem;
	font-weight:700;
	line-height:6rem;
	width:40%;
}

#franquiados h3{
	color:#fff;
	font-size:3rem;
	font-weight:500;
	line-height:4rem;
}

#franquiados h3 span{
	display:block;
	color:#fff;
	font-size:3rem;
	font-weight:500;
	line-height:4rem;
	padding-bottom:3rem;
}		

#franquiados p{
	width:43%;
	color:#fff;
	font-size:3.5rem;
	font-weight:200;
	line-height:5rem;
	text-align:left;
}

#franquiados span{
	color:#fff;
	font-size:1.8rem;
	font-weight:300;
	line-height:2rem;


}

#faixa-covid19{
	width:100%;
	height:3rem;
	background:#ff6600;
}

#faixa-covid19wrapper{
	max-width: 127rem;
    height: 3rem;
    margin: 0 auto;
	text-align:center;	
}

#faixa-covid19 p{
	font-size:2rem;
	font-weight:600;
	text-transform:uppercase;
	text-align:center;	
}

#faixa-covid19 a{
	color:#4d4d4d;	
}