/*** Importante ***/
/* A página geral trata-se de toda configuração css que será repetida/padronizada a todas o site. */

/*-------------------------------------------------------------------------------------------*/
/*** Classes ***/
.but_mais1, .but_mais2:hover{
	background: #c51a1b;
	color: #fff !important;
	font-weight: bold;
	padding: 15px 0px;
	width: 200px;
	text-align: center;
	font-size: 10pt;
	border-radius: 5px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
}

.but_mais2, .but_mais1:hover{
	background: #f0f0f0;
	color: #c51a1b !important;
	padding: 15px 0px;
	font-weight: bold;
	width: 200px;
	text-align: center;
	font-size: 10pt;
	border-radius: 5px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
}
.bRadius{
	border-radius: 10px;
}
.info_top{
	width: 250px;
	height: 50px;
	font-size: 9pt !important;
	padding-top: 5px;
	margin-top: 25px;
}

.info_top img{
	margin-top: -5px;
	margin-right: 5px;
}

.info_top p{
	margin-top: 3px;
	font-size: 9pt !important;
	line-height: 12pt;
}
.lnk_destaque{
	font-size: 12pt;
	line-height: 18pt;
	color: #c51a1b;
}
.lnk_destaque:hover{
	font-weight: bold;
}
/*** Fim Classes ***/


/*** Topo ***/
#topo-social{
	background: #222;
	margin-bottom: 10px;
}

.Social_icos{
	width: 100%;
	margin: 5px 0 5px 0px;
	height: 20px !important;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	clear: both;
	font-size: 0;
}
#face{ background-image: url(../img/site/Facel.png);
	background-position: center;
	    background-repeat: no-repeat;}
#inst{ background-image: url(../img/site/Instal.png);
	background-position: center;
	    background-repeat: no-repeat;}
#twit{ background-image: url(../img/site/twiter-logo-buttom.png);}
#topo-cont, #topo-social{
	background-color: #222;
	z-index: 11;
	height: auto;
	padding: 0px;
	margin: 0;
	border-bottom: none;
	height: auto;

}
#topo-social{
	border: 0px;
}
#topo-cont{
	width: 100%;
	height: 165px;
	background-color:#003396;
	overflow: hidden;
	border-bottom: 26px solid #fbc204;
	color: #fbc204;
}

#faceb{
	font-size: 0pt !important;
	background-image: url(../img/site/Facel.png) !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	background-position: center !important;
	width: 22px !important;
	height: 22px !important;
	padding-top: 0;
	margin-top: 60px;
}
#instag{
	font-size: 0pt !important;
	background-image: url(../img/site/Instal.png) !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	background-position: center !important;
	width: 22px !important;
	height: 22px !important;
	padding-top: 0;

}
#contacts_topo{
	width: auto;
	height: auto;
	margin-top:30px;
	text-align: right;
}
#faixa{
	background-color: #fbc204!important;
	height:26px!important;
	width:auto!important;
	padding: 0px !important;
}
.sizem{
	font-size: 30pt !important;
	height: 42px;
	width: 42px;
	line-height: 42px;
	color: #c51a1b !important;
}
.box_info{
		width:300px;
		padding-top: 10px;
		display: inline-block;
		text-align: left;
}
.box_info p{
		font-size: 10pt;
		color: #333;
		font-size: 10pt;
		line-height: 14pt;
		margin: 0;
}
.box_info h4{
	color: #333;
	margin: 3px 0 ;
	font-size: 10pt;
}
#testimonial{
	background: #c51a1b;
	color: #111;
	width: 150px;
	line-height: 42px;
	border-radius: 5px;
	text-align: center;
	margin: 0 20px;
}

	/* Banner */

	#BTopowl, .owl-item > a > img{
		width: 100%;
			height: auto;
	}
	#li_logo{
		width: 419px;
		height: 115px;
		background: url(../img/site/lg_tecnofill2.png) no-repeat;
		font-size: 0px;
	}
	#BTopowl{

		padding-top: 0px !important;
		margin-bottom: 0px;
		background: none;
		min-width: 640px;
		width: 100%;
		height: auto;
	}
	#BTopowl a{
		display: block;
		overflow: hidden;
		width: 100%;
	}
	#BTopowl * img{
		width: 100%;
		height: auto;
	}
	/* Fim Banner */

/*** Fim Topo ***/

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

/*** Content ***/
/*Barra Menu*/
#nav_lateral{
width: 17%;
height: auto;
margin-right: 3%;
}
#areac{
	width: 100%;
	height: auto;
	top: 0;
	right: 0;
	transition: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	-ms-transition: 1s;
	border: 3px solid #fff;
	border-top: none;
	border-bottom: none;
		box-shadow: none;
}

#loginC{
	top: 0px;
	right: 0;
	background: #fff;
}
#areac h3, #areac h3 a, .Tit_prod{
	width:100%;
	line-height: 30pt;
	font-size: 16pt;
	text-align: center;
	padding: 0;
	color: #fff;
	background: #142949;
	font-family: sans-serif;
}
.Tit_prod{
	margin-top: 15px;
}
#areac h3 a{
	width: auto;
	right: 5px;
	top: 2px;
	visibility: hidden;
}
#areac a{
	line-height: 16pt;
	font-size: 10pt;
	border-bottom: 1px solid #c0c0c0;
	margin-bottom: 5px;
	text-align: center;
}
#areac a:hover{
	background: #ddd;
}
#areac input{
	line-height: 18pt;
	border-radius: 3px;
	margin-bottom: 13px;
	text-indent: 3px;
	font-size: 10pt;
}
#nome, #senha{
	width: 100%;
	background: #eeeeee;
	border: 1px solid #999999;
}
#senha{
	width: 85%;
	margin-right: 1%;
}
#b_ir{
	width: 14%;
	color: #fff;
	background: #900;
	border: 1px solid #500;
}

#esqueci_senha{
	width: 90%;
	height: auto;
	z-index: 11;
	background: #eee;
	margin: 5% 0 0 5%;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.75);
	padding: 1%;
}
#email_forg{
	line-height: 18pt;
	border-radius: 3px;
	margin-bottom: 8px;
	text-indent: 3px;
	font-size: 10pt;
	width: 68%;
	margin: 1% 0 0 1%;
	background: #eeeeee;
	border: 1px solid #999999;
}
#MSGemail_forg{
	font-size: 9pt !important;
	margin: 1%;
	line-height: 14pt;
}
#b_fs{
	width: 28%;
	margin: 1% 0% 0 0;
	font-size: 10pt;
	color: #fff;
	line-height: 18pt;
	background: #ed1c24;
	border: 1px solid #9e080e;
	border-radius: 3px;
}
#lkn_close{
	margin: 0 0 1% 0;
	font-size: 9pt;
	color: #333;
}

#lkn_close:hover{
	color: #900;
}
#menu_lateral li{
	font-size: 12pt;
	line-height: 16pt;
	margin-bottom: 10px;
	border-bottom: dashed 1px #909090;
}
#menu_lateral li a{
	width: 100%;
	display: block;
}
#menu_lateral li a:hover, #menu_lateral li label{
	font-weight: bold;
}


.NomeGal{
	z-index: 2;
	top: 0;
	left: 0;
	padding: 5px;
	padding-left: 5%;
	text-align: left;
	width: 100%;
	color: #c51a1b;
	background: url(../img/site/bg_80dark.png);
	margin: 0;
	font-size: 14pt;
	font-weight: bold;
}
.nav_tit a{
	font-weight: bold;
}

.prds_itens{
	width: 23.5%;
	height: auto;
	margin-right: 2%;
	background: #fff;
	border-radius: 3px;
	border: 3px solid #999;
	margin-bottom: 20px;
}
.prds_itens:nth-child(n+4){
		margin-right: 0px;
}
.prds_itens img{
	width: 100%;
	height: auto;
}
.pl_nome{
	line-height: 16pt;
  font-size: 12pt;
	text-align: center;
	margin: 0 5px;
}
.pl_descr{
	font-size: 10pt;
	text-align: left;
	margin: 0 5px;
	color: #000;
}
.prds_itens b{
	margin: 5px;
}

/* fim Barra Menu*/

/*** Fim Content ***/

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

/*** Rodape ***/


.Tit{
	font-size: 28pt !important;
	margin:10px 0 5px 0;
}
.Tit span{
	font-size: 12pt !important;
	margin-left: 10px;
	font-family: Verdana, Geneva, sans-serif !important;
}


#faixa_contato{
	background: #404040;
	margin: 0;
	padding: 15px 0;
	margin-bottom: -20px;
}
#contato{
	color: #FFF;
	text-decoration: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 5px;
	text-align: center;
	width: 75%;
	margin:0 12.5%;
}
#contato h3{
	font-size: 26pt;
	text-align: center;
	line-height: 28pt;
	margin-bottom: 10px;
	color: #FFF;
	font-family:  sans-serif;
	font-weight: bold;
}

#contato label{
	color: #fff;
	font-size: 12pt;
	text-align: center;
	line-height: 24pt;
}

#contato label span{
	font-size: 10pt;
	color: #ccc;
	margin-top: 10px;
	padding-left: 8px;

}
#contato label input{
	float: left;
	width: 100%;
	line-height: 18pt;
	padding-left: 2px;
	border-radius: 5px;
	background: #c0c0c0;
	margin-bottom: 15px;
}
#contato label textarea{
	float: left;
	width: 100%;
	line-height: 18pt;
	padding-left: 2px;
	border-radius: 5px;
	height: 200px;
	margin-bottom: 10px;
	background: #c0c0c0;
}
#but_enviar{
	right: 0;
	bottom: 0;
}
#but_enviar, .but_enviar{
	width: 200px !important;
	line-height: 50px !important;
	min-height: 50px;
	padding: 0px 5px;
	margin-top: 10px;
	border-radius: 3px;
	background: #16a2a2 !important;
	color: #FFF;
	position: relative;
	-webkit-transition: all 500ms ease;
	 -moz-transition: all 500ms ease;
	 -o-transition: all 500ms ease;
	 transition: all 500ms ease;
}
#but_enviar:hover, .but_enviar:hover{
	background: #c51a1b  !important;
	color: #FFF;
}

#but_teste, .but_green{
	width: 500px !important;
	text-align: center;
	    height: 80px;
	    line-height: 55pt !important;
	    padding: 0px 5px;
	    font-size: 26pt;
	    font-weight: bold;
	    margin-top: 10px;
	    border-radius: 8px;
			border: 4px groove #24a319;
	    background: #24a319;
	    color: #FFF;
	    position: relative;
			-webkit-transition: all 500ms ease;
		   -moz-transition: all 500ms ease;
		   -o-transition: all 500ms ease;
		   transition: all 500ms ease;
	}

#but_teste:hover, .but_green:hover{
	background: #888;
	border: 4px groove #888;
	color: #FFF;
	font-weight: bold;
}

#faixa_contato adress{
	position: absolute;
	width: 50%;
	font-size: 14pt;
	line-height: 28pt;
	font-weight: normal;
	letter-spacing: 1px;
	top: 85px;
	right: 0;
	color: #fff;
}
#faixa_contato adress span b{
	width: 26pt;
	text-align: center;
}
	}#as-site{
	background: #111;
	margin: 0;
	height: auto;
	color: #fff;
}

#endereco{
	background-color: gray;
	display: flex;
	position: relative;
	padding: 15px 0px;
	align-items: center;
	height: 200px;
}
#logo_rdp {

    height: auto;
    margin: 10px 10px 0 0;
}
#logo_rdp li{
	position: relative;
}
#img_logo_rdp{
background-image: url(../img/site/LG_Pedal_d_Hoje.png) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    width: 170px;
    height: 277px !important;
    margin: 5px !important;
    padding-top: 0;
}
#endereco b{
		font-size: 20px;
}

#endereco h4{

}

#tel{


}
#email{


}
#mapa-site{
	margin-bottom: 300px;
}

.container{
 width:auto;
 background-color: #f8f8f8;
 height: 100px;
 width: 100%;
 display: block;
 position: relative;
 overflow: hidden;
 background-attachment: fixed;
 background-repeat: no-repeat;
 background-position: center center;
 box-sizing: border-box;
 padding: 70px 0 300px 0;
}
.footer-text{
	text-align: center;
	font-size:12pt;
}
.footer-copy{
margin-bottom: 20px;
text-transform: uppercase;
letter-spacing: 0.2em;
line-height: 5px;
}
.footer-copy img{
	height: 120px;
	width: auto;
}

.copyright{
	font-size: 13px;
    color: #888;
		line-height: 2px;

		margin-bottom: 70px;
}
.footer-made{
	font-size: 11px;
    color: #999;
		line-height: 2px;
		margin-bottom: 70px !important;

}
.footer-made img{
	height: 30px;
	width: auto;
}
.ends{
	width: 60%;
	font-size: 10pt;
	margin-right: 5%;
	margin-bottom: 20px;
	margin-top: 20px;
}
#nav_rodape{
	width: 58%;
	margin-right: 1%;
}
#nav_rodape ul li{
	float: left;
	width:15%;
	margin-right: 2%;
	text-align: center;
}
#nav_rodape ul li:last-child{
	margin-right: 0%;
}
#nav_rodape ul li a{
	color: #fff;
	line-height: 14pt;
}
.ends h3{
	font-size: 14pt;
	color: #fff;
	font-family: sans-serif;
	font-weight: bold;
	margin-bottom: 3px;
}
.ends p{
	color: #fff;
	display: block;
	font-size: 10pt;
	line-height: 16px;
	margin: 0;
	overflow: hidden;
	position: relative;

	}
	.phone_rdp, .phone_rdp p{
		line-height: 18pt;
		margin: 0;
	}


.ends a{
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: auto;
}
.ends a img{
	width: 100%;
	height: auto;
}

.ends:last-child{
	margin-right: 0;
}
#rdp_info{
	width: 32%;
	margin-right: 2%;
}
#m_rodape{
	width: 70%;
	margin-right: 0;
}
#menu_rdp{
	width: 100%;
}
#menu_rdp li{
	float:left;
	width: 14.2%;
	text-align: center;
	line-height: 16pt;
	color: #fff;
	padding: 10px 0;
}
#menu_rdp li a{
	width:auto;
	display: block;
	overflow: hidden;
	color: #fff;
}

#whatsapp_but{
	width: 70px;
  height: 70px;
	bottom: 50px;
	right: 50px;
  display: flex;
	position: fixed;
	z-index: 11;
  background: url(../img/site/whatsapp2.png) center top no-repeat;
}
/*** Fim Rodape ***/

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

/*** Sizes Screens ***/
@media only screen and (max-width: 1920px) /* FullHD */
{
	.phone_rdp b{
		font-size: 14pt;
	}
}

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

@media only screen and (max-width: 1440px) /* HD */
{
	.phone_rdp span{
		font-size: 16pt;
	}
}

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

@media only screen and (max-width: 1280px) /* Regular Size */
{
	.phone_rdp span{
		font-size: 14pt;
	}
	#testimonial{
		width: 400px;
		margin: 20px 0 0 0;
	}
}
/*----------------------------------------------------*/

@media only screen and (max-width: 1024px) /* Regular Size */
{
	.info_top{
		margin-top: 10px;
	}
	.phone_rdp span{
			font-size: 12pt;
	}
	#menu_rdp li{
		float:left;
		width: 32%;
		padding: 10px 0;
		text-align: center;
		line-height: 16pt;
		color: #fff;
	}
	#m_rodape{
			width: 100%;
			margin-right: 0;
		}
}

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

@media only screen and (max-width: 980px) /* Monitores antigos */
{
	#contacts_topo{
		width: auto;
		height: auto;
		margin-top:20px;
		margin-bottom: 20px;
		float: left;
		width: 100%;
		text-align: right;
	}
}

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

@media only screen and (max-width: 700px) /* Monitores antigos */
{

	#logo_topo{
		font-size: 0pt;
		background-image: url(../img/site/lg_ctmx.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		width: 100%;
		height: 273px;
		margin: 10px 50px 0 0;
	}
	#contato{
		text-align: center;
		width: 100%;
		margin-right: 0%;
	}

	#faixa_contato adress{
		position: relative;
		width: 100%;
		font-size: 10pt;
		line-height: 22pt;
		font-weight: normal;
		letter-spacing: 0px;
		margin-top: 15px;
		top: 0;
		right: 0;
	}


	#m_rodape{
		width: 100%;
		margin-right: 0;
	}
}
