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

/*-------------------------------------------------------------------------------------------*/
/*** Classes ***/
#logonav{
	width: 10%;
	height: auto;
}

.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: 20px;
	margin: 5px 0 5px 10px;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	font-size: 0;
}
#face{ background-image: url(../img/site/facebook-logo-button.png);}
#inst{ background-image: url(../img/site/instagram-logo-buttom.png);}
#twit{ background-image: url(../img/site/twiter-logo-buttom.png);}
#topo-cont, #topo-social{
	z-index: 11;
	height: auto;
	padding: 0px;
	margin: 0;
	border-bottom: none;

}
#topo-social{
	border: 0px;
}
#topo-cont{
	width: 100%;
  height: auto;
	background: url(../img/site/bg_80dark.png);
  overflow: hidden;
	border-bottom: 3px groove #DDD;
	color: #fff;
}

#logo{
	font-size: 0pt !important;
	background-image: url(../img/site/jdnutrilg.png) !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	background-position: center !important;
	width: 92px !important;
	height: 75px !important;
	margin: 5px !important;
	padding-top: 0;
}
#contacts_topo{
	width: auto;
	height: auto;
	margin-top:30px;
	text-align: right;
}
.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;
}
#contatos h3{
	font-style: normal;
	font-size: 25pt;
	color: #c31406;

}

	/* Banner */
	#banner{
		padding: 0;
		margin: 0;
		margin-bottom: 0px;
	}
	#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{
		margin-top: 0px !important;
		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;
	}

	.center{
		position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
	}
	/* 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 ***/
.divforms{
	background-color: #555b92;
	border-radius: 0 20px 20px 0px;
	padding-left: 8%;
height: 30%;
text-align: left;
margin-bottom: 5%;
}
.divforms img{
	width: 8%;
	height: auto;
	overflow: hidden;
	display: block;
	position: absolute;
	margin-left: 0%;
	padding-top: 1%;
}
.divforms p{
	color: #fff;
font-size: 18pt !important;
line-height: 30pt;
margin-top: 0%;
margin-bottom: 0%;
padding-left: 34%;
padding-top: 8%;
}
#localinfo{
	padding-top: 5%;
}

.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: white;
	margin: 0;
	padding: 15px 0;
	height: auto;
}
/* #contato{
	color: #FFF;
	text-decoration: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	/* background-color: #27383fc2; */
padding: 2%;
	text-align: left;
	width: 50%;

} */
#contato h3{
	font-size: 20pt;
	text-align: left;
	line-height: 28pt;
	margin-bottom: 10px;
	color: #f5831f;
	font-family:  sans-serif;
	font-weight: bold;
}

#contato label{
	color: #fff;
	font-size: 12pt;
	text-align: left;
	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: 220px !important;
	line-height: 200px !important;
	min-height: 200px;
	padding: 0px 5px;
	margin-top: 10px;
	border-radius: 3px;
	background: #f5831f !important;
	color: #FFF;
	margin-right: 0.5em;
}
#but_enviar:hover, .but_enviar:hover{
	background: #bfae64;
	color: #FFF;
}
#faixa_contato adress{
	position: absolute;
	width: 50%;
	font-size: 18pt;
	line-height: 28pt;
	font-weight: normal;
	letter-spacing: 1px;
	top: 85px;
	right: 0;
	color: #000000;
	text-align: right;
}
#faixa_contato adress span b{
	width: 26pt;
	text-align: center;
}
#cor{
	color: #f9200e;
	font-size: 20pt;
}
#mensagem{
	color:black;
}
	}#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{


}


.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: 10;
  background: url(../img/site/whatsapp2.png) center top no-repeat;
}

.containner {
  width: auto;
  background-color: #ef9328;
  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 280px 0; */
	padding: 15px 0 302px 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 {
  width: 8%;
  padding-top: 0%;
  margin: auto;
}
.copyright {
  font-size: 13px;
  color: #fff;
  line-height: 2px;
  font-weight: bold;
  margin-bottom: 35px;
}
.footer-made {
  font-size: 11px;
  color: #fff;
  line-height: 2px;
  margin-bottom: 70px !important;
  font-weight: bold;
}
.footer-made img {
  height: 30px;
  width: auto;
}
#gridform {
  display: grid;
}
.wrapp {
  display: grid;
  display: -ms-grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-columns: 35% 65%;
  -ms-grid-columns: repeat(2, 1fr);
  grid-column-gap: 2%;
  grid-row-gap: 1em;
  text-align: center;
  /* padding-bottom: 150px; */
  height: auto;
  margin-top: 20px;
  /* background-color: #e07c0a; */
}
#contatotext {
	/* background-color: #555b92; */
	/* text-align: left; */
	/* padding-left: 8%; */
	/* padding-bottom: 8%; */
	/* margin: auto; */
	/* height: 100%; */
	/* border-radius: 0 20px 20px 0px; */
}
#contatotext p {
  color: #fff;
  font-size: 23pt;
  line-height: 30pt;
	margin-top: 0%;
margin-bottom: 0%;
}
#contatoform {
  background-color: #555b92;
	border-radius: 20px 0 0 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-left: 15%;
}
#contato h2 {
  font-size: 40pt;
  text-align: center;
  line-height: 28pt;
  margin-bottom: 30px;
  color: #ffffff;
  font-weight: bold;
  font-style: normal;
  margin-top: 5px;
}
.left {
  float: left;
  width: 49%;
}
.right {
  float: right;
  width: 49%;
}
#contato label {
  color: #ffffff;
  font-size: 12pt;
  text-align: left;
  line-height: 24pt;
}
#contato textarea {
  float: left;
  width: 70%;
  line-height: 18pt;
  padding-left: 2px;
  border-radius: 0px;
  height: 200px;
  margin-bottom: 10px;
  background: #fff;
}
#contato input {
  /* float: left; */
  width: 100%;
  line-height: 18pt;
  padding-left: 2px;
  border-radius: 0px;
  background: #fff;
  margin-bottom: 15px;
  /* margin-right: 5%; */
  line-height: 25pt;
}
/*** 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;
	}
}
